/* CSS Document */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;}
body{height:100%;line-height:1;font: 12px/1.5 'Microsoft YaHei',Tahoma,'Simsun',sans-serif;font-size:12px;color:#333;background:#fff;}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
:focus{outline:0}
ins{text-decoration:none}
del{text-decoration:line-through}
table{border-collapse:collapse;border-spacing:0}
a{text-decoration:none;color:#707070;}
.fl{float:left;}
.fr{float:right;}
.hover{-webkit-transition:0.3s ease;-moz-transition:0.3s ease;-o-transition:0.3s ease;transition:0.3s ease;}
.hover:hover{-webkit-transition:0.3s ease;-moz-transition:0.3s ease;-o-transition:0.3s ease;transition:0.3s ease;} 
.hover_img:hover{opacity:0.7;filter:alpha(opacity=70); }
.clear{clear: both;}
.break_50{height: 50px;width: 100%;clear: both;}
.break_15{height: 15px;width: 100%;clear: both;}
.break_20{height: 20px;width: 100%;clear: both;}
.break_30{height: 30px;width: 100%;clear: both;}
.break_35{height: 35px;width: 100%;clear: both;}
.break_40{height: 40px;width: 100%;clear: both;}
.break_50{height: 50px;width: 100%;clear: both;}
.break_60{height: 60px;width: 100%;clear: both;}
.break_70{height: 70px;width: 100%;clear: both;}
#qiao-wrap{display: none !important;}
#LXB_CONTAINER{left:0 !important;}

/***导航***/
.gz-1100{width: 100%; }
.gz-nav{background:#232323;height:50px; line-height:50px;}
.gz-1100-con{width:1100px; margin:0 auto;position: relative;}
.logo{margin-top:10px;}
.gz-nav-list{margin-left:140px;}
.gz-nav-list li{float:left;margin:0 15px;}
.gz-nav-list li a{color:#767676; font-size:15px;}
.gz-nav-list li a:hover{color:#fff;}
.gz-nav .tel{background:url(../images/tel.gif) no-repeat left;color:#fff;font-size:35px;padding-left:40px;}

.kcpx-bt{margin-bottom: 10px;}
.kcpx-bt p{text-align:center;font-size:33px; color:#f84b4d; line-height:65px;}
.kcpx-bt b{text-align:center;font-size:33px; color:#2a2a2a; line-height:65px;}
.kcpx-btnr p{text-align:center;font-size:15px;color:#3b3b3b; margin-top:5px;}

/***banner***/
.bn01{background:url(../images/banner01.jpg) no-repeat center; height:178px;display:block;}
.bn02{background:url(../images/banner02.jpg) no-repeat center; height:178px;display:block;}
.bn03{background:url(../images/banner03.jpg) no-repeat center; height:178px;display:block;}
.bn04{background:url(../images/banner04.jpg) no-repeat center; height:178px;display:block;}
.gz-banner .gz-bar-btn {position: absolute; bottom:88px; text-align: center; width: 1100px;}
.gz-bar-btn .zx-btn {width: 300px; height: 60px; float: left;color: #fff;font-size: 24px;padding: 0 35px;display: block;text-align: center;line-height: 60px; margin-left: 50px;background: #5149ee;}
.gz-bar-btn .zx-btn:hover{background: #f18c0a;}

/*** title ***/
.title {
    text-align: center;
    height: 130px;
}
.title h3 {
    font-size: 46px;
    color: #333;
}
.title span {
    display: block;
    top: 0px; 
    left: 50%; 
    margin-top: 6px;
    text-align: center;
    font-size: 18px;
    color: #666;
}
.title span:before {
    display: inline-block;
    position: relative;
    top: -6px;
    right: 20px;
    content: "";
    width: 120px;
    height: 0px;
    border: .5px solid #666;
}
.title span:after {
    display: inline-block;
    position: relative;
    top: -6px;
    left: 20px;
    content: "";
    width: 120px;
    height: 0px;
    border: .5px solid #666;
}

/*** subbanner ***/
.subbanner {
    margin: 0 auto; 
    height: 254px; 
    position: relative; 
    background: #ffdd15;
  }
.subbanner h3 {
    position: absolute; 
    top: 0px; 
    left: 50%; 
    width: 700px; 
    margin-left: -350px; 
    margin-top: 40px;
    text-align: center;
    font-size: 36px;
}
.subbanner h3:before {
    display: inline-block;
    position: relative;
    top: -10px;
    right: 20px;
    content: "";
    width: 80px;
    height: 0px;
    border: 1px solid #000;
}
.subbanner h3:after {
    display: inline-block;
    position: relative;
    top: -10px;
    left: 20px;
    content: "";
    width: 80px;
    height: 0px;
    border: 1px solid #000;
}
.subbanner span {
    font-size: 24px;
    display: block;
    text-align: center;
    padding-top: 100px;
}
.subbanner input{
    font-family: "Microsoft YaHei";
    float: left;
    width: 240px;
    height: 50px;
    font-size: 18px;
    border: 1px solid #d6d6d6;
    margin: 0 16px;
    text-align: center;
}
.subbanner .form_box {
    margin: 25px auto;
    display: block;
    width: 1100px;
    text-align: center;
}
.subbanner .button_min {
    background: #5149ee;
    cursor: pointer;
    color: #fff;
}
.subbanner .button_min:hover {
    background: #f18c0a;
}

/*** yuanyin ***/
.yuanyin p {
    font-size: 22px;
}
.yuanyin li {
    width: 180px;
    float: left;
    text-align: center;
    margin: 0 47.5px;
}
.yuanyin ul {
    width: 1100px;
    margin: 0 auto;
    display: block;
}
.yuanyin a {
    width: 464px;
    height: 69px;
    background: #5149ee;
    color: #fff;
    display: block;
    text-align: center;
    margin: 56px auto;
    font-size: 22px;
    line-height: 69px;

}
.yuanyin a:hover {
    background: #f18c0a;
}

/*** butong ***/
.butong {
    background: url(../images/bg1.jpg) no-repeat center; 
    height: 820px;
}
.butong .title {
    padding-top: 55px;
}
.butong .hd {
    text-align: center;
}
.butong .hd ul li {
    display: inline-block;
    cursor:pointer;
    font-size: 24px;
    font-weight: bold;
    width: 182px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    border: 2px solid #ffdd15;
    margin: 0 26px;

}
.butong .hd ul li.on {
    background: #ffdd15;
}
.butong .bd .list1 table {
    display: inline-block;
    margin: 10px;
}
.butong .bd .list1 {
    text-align: center;
    margin-top: 45px;
}
.butong .bd .list1 .t-table {
    width: 344px;
    height: 56px;
    line-height: 56px;
    font-size: 22px;
    color: #010101;
    background: #ffdd15;
    text-align: center;
}
.butong .bd .list1 .td1 {
    height: 74px;
    background: #fff;
    width: 100px; 
    font-size: 20px;
    text-align: center; 
    display: block;
    line-height: 74px;
    float: left;
}
.butong .bd .list1 .td2 {
    height: 74px;
    background: #fff;
    width: 242px;
    font-size: 14px;
    float: right;
}
.butong .bd .list1 .td2 p {
    width: 200px;
    display: block;
    padding: 18px 0 0 22px;
}
.butong .bd .list2 table {
    display: inline-block;
    margin: 10px;
}
.butong .bd .list2 {
    text-align: center;
    margin-top: 10px;
}
.butong .bd .list2 .t-table {
    width: 528px;
    height: 56px;
    line-height: 56px;
    font-size: 22px;
    color: #010101;
    background: #ffdd15;
    text-align: center;
}
.butong .bd .list2 .td1 {
    height: 74px;
    background: #fff;
    width: 100px; 
    font-size: 20px;
    text-align: center; 
    display: block;
    line-height: 74px;
    float: left;
}
.butong .bd .list2 .td2 {
    height: 74px;
    background: #fff;
    width: 426px;
    font-size: 14px;
    float: right;
}
.butong .bd .list2 .td2 p {
    width: 386px;
    display: block;
    padding: 18px 0 0 22px;
}
.butong a {
    width: 528px;
    height: 56px;
    line-height: 56px;
    font-size: 22px;
    color: #fff;
    background: #5149ee;
    text-align: center;
    display: block;
}
.butong a:hover {
    background: #f18c0a;
}

/*** kecheng ***/
.kecheng {
    height: 1182px;
    background: url(../images/bg2.jpg) no-repeat bottom, #f1f8ff;
    text-align: center;
}
.kecheng .title {
    padding-top: 55px;
}
.kecheng table {
    display: inline-block;
    width: 1074px;
    margin-top: 2px;
}
.kecheng .td1 {
    width: 54px;
    height: 168px;
    background: #fedd16;
    color: #333;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}
.kecheng .td2 {
    background: #fff;
    width: 1020px;
    height: 168px;
}
.kecheng .td2 ul {
    height: 168px;
}
.kecheng .td2 li {
    float: left;
    width: 400px;
    padding-left: 50px;
    margin-top: 20px;
}
.kecheng .td2 span {
    text-align: left!important;
    font-size: 14px;
    font-weight: bold;
    color: #666;
    width: 400px;
    display: block;
}
.kecheng .td2 p {
    color: #666;
    font-size: 13px;
    text-align: left!important;
}
.kecheng a {
    width: 1074px;
    height: 56px;
    line-height: 56px;
    background: #5149ee;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    display: block;
    text-align: center;
    margin: 2px auto;
}
.kecheng a:hover {
    background: #f18c0a;
}

.banxing .title {
    padding: 59px;
}
.banxing {
    height: 810px;
    background: #fcdb16;
}
.banxing ul {
    width: 1100px;
    margin: 0 auto;
    display: block;
}
.banxing ul li {
    float: left;
    margin: 0 10px;
    width: 334px;
    height: 490px;
    background: url(../images/bx1.jpg) no-repeat top, #fff;
}
.banxing ul li h2 {
    width: 246px;
    display: block;
    text-align: center;
    font-size: 48px;
    color: 333;
    margin: 0 auto;
    padding-top: 163px;
}
.banxing ul li span {
    font-size: 18px;
    width: 246px;
    display: block;
    margin: 0 auto;
    line-height: 30px;
    margin-top: 45px;
}
.banxing a {
    width: 220px;
    height: 52px;
    text-align: center;
    background: #5149ee;
    color: #fff;
    font-size: 20px;
    display: block;
    line-height: 52px;
    margin: 40px auto 0 auto;
    border-radius: 5px;
}
.banxing a:hover {
    background: #f18c0a; 
}

/*** tiyan ***/
.tiyan .title {
    padding-top: 58px;
}
.tiyan {
    width: 1100px;
    margin: 0 auto;
}
.linian ul{ 
    width: 1100px; 
    margin: 0 auto;
}
.linian_nr {
    width: 319px; 
    height: 297px; 
    border: 1px solid #5149ee; 
    border-radius: 10px; 
    float: left; 
    margin:0 22.8px;
    margin-top: 40px;
}
.linian_nr h1 {
    font-size: 30px; 
    color:#5149ee; 
    padding: 10px 0 0 15px; 
    font-weight: normal;
}
.linian_nr img {
    margin:10px 30px 10px 33px; 
    float: left;
}
.linian_nr h2 {font-size: 24px; 
    color:#5149ee; 
    font-weight: normal; 
    margin-top: 15px;
}
.xiantiao {
    margin:0 0 30px 30px;
    display: block;
}
.xian1 {
    width: 30px; 
    height: 2px; 
    background: #5149ee; 
    display: inline-block;
}
.xian2 {
    width: 235px; 
    height: 2px; background: #dcdcdc; 
    display: inline-block;
}
.linian_nr p { 
    font-size: 18px; 
    color:#666666; 
    padding: 0 25px;
}

.tiyan a {
    width: 462px;
    height: 66px;
    line-height: 66px;
    background: #5149ee;
    color: #fff;
    font-size: 18px;
    display: block;
    text-align: center;
    margin: 70px auto 0 auto;
}
.tiyan a:hover {
    background: #f18c0a;
}

/*** shizi ***/
.tea_nr {
    margin-top: 60px;
    height: 1300px;
    background: url(../images/bg4.jpg) no-repeat bottom,#5149ee;
}
.tea_nr .title {
    padding-top: 62px;
}
.tea_nr .title h3 {
    color: #fff;
}
.tea_nr .title span {
    color: #fff;
}
.tea_nr .title span:before {
    border: .5px solid #fff;
}
.tea_nr .title span:after {
    border: .5px solid #fff;
}

.tea_nr .sub img {
    margin:30px auto 15px auto;
}
.tea_nr ul {
    width: 1100px; 
    margin:0 auto
    ;}
.tea_nr ul li {
    width: 200px;
    float: left;
    margin: 0 10px;
    display: block;
    text-align: center;
}
.tea_nr ul li h1 {
    font-size: 18px; 
    color:#ffdd15; 
    margin: 0 auto;
    display: block;
}
.nr_btm {
    width: 200px;
    margin: 0 10px;
}
.nr_btm p {
    font-size: 14px;
    color:#fff; 
    float: left; 
    height: 58px; 
    background: #3d35d5; 
    display: block; 
    text-align: left; 
    padding: 10px;
 }
.tea_qie { 
    margin:60px auto 0 auto; 
    float: left;
}
.tea_qie h3 {
    text-align: center; 
    font-size: 30px; 
    color:#5e83ed; 
    margin:10px auto;
}
.tea_qie b {
    font-size: 24px; 
    color:#333333; 
    font-weight: normal;
}
.tea_qie p {
    padding: 0 15px; 
    font-size: 16px; 
    color:#333333; 
    height: 138px;
}
.tea_btm {
    font-size: 24px; 
    color:#333333; 
    text-align: center; 
    width: 158px; 
    height: 50px; 
    display: block; 
    background: #f5ce47; 
    line-height: 50px; 
    margin:0 auto;
}
.tea_btm:hover {
    color: #fff;
    background: #5149ee;
}
.tea_btn a {
    width: 462px;
    background: #5149ee;
    height: 70px;
    line-height: 70px;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    display: block;
    text-align: center;
}
.tea_btn a:hover {
    background: #f18c0a;
}
.xxhj {
    background: url(../images/xxhj.jpg) no-repeat center; 
    height: 952px; 
    display: block;
}

.gz-bm-bg{background:url(../images/bg-last.jpg) no-repeat center; height:615px;display:block;}
.gz-bm .gz-bm-show {width: 870px;background: #f9f9f9;margin:50px auto 0 auto;padding: 20px 90px;}
.gz-bm .gz-bm-show strong {font-size: 25px;color: #5149ee;text-align: center;padding-top: 20px;display: block;margin-bottom: 15px;}
.gz-bm .gz-bm-show strong b{ margin-left: 60px;color: #656565;}
.gz-bm .gz-bm-show .form_box {width: 380px;margin: 30px 0 0 0;}
.gz-bm .form_box p {color: #666666;font-size: 14px;margin-bottom: 15px;padding: 0;}
.gz-bm .form_box .button_min {background: #5149ee;font-size: 17px;border: none; padding: 10px 30px;color: #fff;cursor: pointer;width: 250px;margin: 5px auto 20px 50px;font-family: 'Microsoft YaHei';}
.gz-bm .bm-yh {margin: 50px 50px 0 0;text-align: center;color: #656565;}
.gz-bm .bm-yh h3 {font-size: 28px; margin-bottom: 30px; color:#5149ee;}
.gz-bm .bm-yh p {line-height: 35px;font-size: 17px;}
.gz-bm .form_box .input_text {margin-bottom: 5px;background: #f4f4f4;border: none;height: 26px;width: 250px;text-indent: 7px;line-height: 25px;color: #666;margin-left: 15px;border: 1px solid #d4d4d4;border-radius: 3px;}
.gz-bm .form_box b {color: #aaaaaa;font-weight: normal;}
.gz-bm .form_box .nianji {width: 150px;}
.gz-bm .form_box .button_min:hover{background:#000000;}

.wrap-1100{width: 100%; position: relative;}
.wrap-1100-con{width: 1100px; margin: 0 auto;}
.wrap-footer{border-top: 1px solid #666;background: #f5f5f5;}
.wrap-footer .wrap-1100-con{text-align: center;color: #666;margin:10px auto;}

/***右侧咨询***/
#fr_kf{position: fixed;z-index: 100;top: 20px;right: 1px;background: url(/flright_img/r_kf.png) no-repeat;width: 145px;height: 498px;}
#fr_kf .kf_list{padding: 225px 10px 0 10px;}
#fr_kf .kf_list li a{background: #5BB7F7;padding: 0 10px;line-height: 28px;float: left;border-bottom: 2px solid #2e92d8;width: 105px;display: block;margin-bottom: 7px;_margin-bottom:0px;color: #fff;border-radius: 5px;
font-size: 14px;}
#fr_kf .kf_list li b{background: url(/flright_img/ico_qq.png) no-repeat;width: 18px;height: 21px;float: left;margin:4px 8px 0 0;}
#fr_kf .kf_list li a:hover{background: #f34242;border-bottom: 2px solid #ca1d1d;}
#fr_kf{
     position:fixed;
    _position:absolute;
    _bottom:auto;
    _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
    _margin-bottom:50px;
    }
/***右侧悬浮***/
.tools_fixed{width: 68px;height:208px;position: fixed;right: 20px;bottom: 10px;z-index:100}
.tools_link{width: 60px;height: 59px;display: block;position: relative;}
.tools_link .style_ico{width:60px;height: 59px;display: block;margin: 10px 0 0 7.5px;}
.tools_link .ico_code{background:url(/flright_img/right-ico_03.png) no-repeat 0 0;}
.tools_link .ico_weibo{background:url(/flright_img/right-ico_03.png) no-repeat 0 -66px;}
.tools_link .ico_top{background:url(/flright_img/right-ico_03.png) no-repeat 0 -140px;}
.tools_link:hover .ico_code{background:url(/flright_img/right-ico_hover.png) no-repeat 0 0;}
.tools_link:hover .ico_weibo{background:url(/flright_img/right-ico_hover.png) no-repeat 0 -66px;}
.tools_link:hover .ico_top{background:url(/flright_img/right-ico_hover.png) no-repeat 0 -140px;}
.tools_content_box{width:183px;height:180px;background:url(/flright_img/tools_bg.png) no-repeat;position:absolute;left:-180px;top:-110px;display: none\9;opacity:0;
  transform:scale(0);
  -webkit-transform:scale(0);
  transform-origin:100% 70%;
  -webkit-transform-origin:100% 70%;
  transition:transform ease .3s,opacity ease .3s;
  -webkit-transition:all ease .3s;}
.tools_link:hover .tools_content_box {display:block;transform:scale(1);-webkit-transform:scale(1);opacity:1;}
.tools_content_box .tools_content{width: 173px;height: 173px;padding-top: 6px;text-align: center;}
.tools_content_box p{line-height: 30px;color:#444;}


	
	