@charset "utf-8";

* {margin: 0;padding: 0;list-style: none;border-style: none;text-decoration: none;}
body {font-family: "Microsoft Yahei","微软雅黑";background: #fff;}
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,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,b,u,i,center,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
h1 ,h2, h3, h4, h5, h6 {font-weight: normal;}
a {text-decoration: none;}
a:focus{outline:none;}
i,em {font-style: normal;}

.clearfix:after {content: '.';display: block;clear: both;height: 0;visibility: hidden;}
.clearfix {*zoom:1;}
.fl {float: left;}
.fr {float: right;}
.wrap {max-width: 1200px;margin: 0 auto;}

/*头部*/
#Top_bar {width: 100%;height: 40px;background: #f9f9f9;}
#Top_bar .wrap {height: 40px;line-height: 40px;position: relative;}
#Top_bar .wrap p {float: left;color: #666666;font-size: 14px;}
#Top_bar .wrap .login {float: right;margin-right: 26px;position: relative;z-index: 9998;}
#Top_bar .wrap .login>a {color: #065da4;font-size: 14px;padding-right:25px;background: url(../images/login_ico.png) no-repeat right 8px;}
#Top_bar .wrap .login:hover .show {display: block;}
#Top_bar .wrap .login .show {display: none;position: absolute;right: -140px;top: 40px;z-index: 9999;width: 380px;border:1px solid #eee;border-top-width: 0px;background: #ffffff;box-shadow: 1px 2px 5px #e3e3e3;padding:25px 0 10px;}
#Top_bar .wrap .login .show a {display: block;float: left;width: 96px;height: 30px;line-height: 30px;color: #1e6cad;font-size: 13px;border:1px solid #1e6cad;background: url(../images/login_icons.png) no-repeat;background-size:260%;border-radius: 20px;margin: 0 14px 15px;text-align: center;text-indent: 1.7em;}
#Top_bar .wrap .login .show a.show_1 {background-position: 3px -61px;}
#Top_bar .wrap .login .show a.show_2 {background-position: -97px -61px;}
#Top_bar .wrap .login .show a.show_3 {background-position: -217px -61px;}
#Top_bar .wrap .login .show a.show_4 {background-position: 6px -90px;}
#Top_bar .wrap .login .show a.show_5 {background-position: -97px -90px;}
#Top_bar .wrap .login .show a.show_6 {background-position: -216px -90px;}
#Top_bar .wrap .login .show a:hover {background:#1e6cad url(../images/login_icons.png) no-repeat;background-size:260%;color: #fff;}
#Top_bar .wrap .login .show a.show_1:hover {background-position: 3px 2px;}
#Top_bar .wrap .login .show a.show_2:hover {background-position: -97px 2px;}
#Top_bar .wrap .login .show a.show_3:hover {background-position: -217px 2px;}
#Top_bar .wrap .login .show a.show_4:hover {background-position: 6px -27px;}
#Top_bar .wrap .login .show a.show_5:hover {background-position: -97px -27px;}
#Top_bar .wrap .login .show a.show_6:hover {background-position: -216px -27px;}

#Top_bar .wrap .language {float: right;color: #333;font-size: 14px;}
#Top_bar .wrap .language a {color: #333;font-size: 14px;margin: 0 10px;}
#Top_bar .wrap .language a:hover {color: #065da4;}

/*导航*/
#header_wrapper {width: 100%;}
.header {width: 100%;height: 107px;background:#fff;border-bottom: 3px solid #065da4;
transition-duration: 0.4s;-moz-transition-duration: 0.4s;-webkit-transition-duration: 0.4s;-o-transition-duration: 0.4s;}
.header .head {height: 107px;position: relative;}
.header .head .logo{padding: 28px 0;float: left;position: absolute;left: 0px;}
.header .head .nav>ul>li {font-size: 16px;float: left;position: relative;z-index:;}
.header .head .nav>ul>li>a {color: #333;padding:0 13px;line-height:107px;}
.header .head .nav>ul>li.kia>a,.header .head .nav>ul>li:hover>a {color: #065da4;}
.header .head .nav {width:800px;height: 107px;float: right;position: absolute;right: 0px;z-index: 3;}
.header .head .nav>ul>li .sub_menu{width: 210px;position: absolute;left:0px;*top:107px;z-index: 99;display: none;}

.fixednav{position:fixed;top:0px;left:0px;width:100%;height: 80px;z-index: 99;background: #fff;opacity: 0.9;filter: alpha(opacity=90);}
.fixednav .head {height: 80px;}
.fixednav .head .logo {float: left;padding: 15px 0;}
.fixednav .head .nav {float: right;}
.fixednav .head .nav>ul>li {font-size: 16px;display: inline-block;position: relative;}
.fixednav .head .nav>ul>li>a {color: #333;padding:0 13px;line-height:80px;}
.fixednav .head .nav>ul>li.kia>a,.header .head .nav>ul>li:hover>a {color: #065da4;}
.fixednav .head .nav>ul>li .sub_menu{width: 210px;position: absolute;left:0px;*top:80px;z-index: 99;display: none;}

.sub_menu li{padding: 0 20px;border-bottom: 1px solid #ccc;line-height:24px;background: #f2f2f2;padding: 10px 15px;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;}
.header .head .nav>ul>li .sub_menu li a{display: block;color: #5f5f5f;font-size: 14px;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;}
.sub_menu li:hover{background: #e3e3e3}
.sub_menu li:hover a{color: #333;}

/*banner*/
.flexslider {width: 100%;position: relative;overflow: hidden;}
.slides {width: 100%;height: 600px;overflow: hidden;position: relative;z-index: 1;text-align: center;overflow: hidden;}
.slides li{width: 100%;height: 600px;background-size: cover;background-repeat: no-repeat;background-position: center;}
.flexslider .hd {position: absolute;bottom: 5%;left: 50%;margin-left: -58%;z-index: 2;width: 100%;text-align:right;}
.flex-control-nav {width: 100%;}
.flex-control-nav li {display: inline-block;width: 60px;height: 7px;overflow: hidden;background: #fff;text-indent: 999999em;cursor: pointer;margin: 0 10px;zoom: 1;}
.flex-control-nav li.on {background: #065da4;}

/*搜索*/
#search {width: 100%;height: 60px;border-bottom: 1px solid #ccc;}
#search .search {position: relative;}
#search .search .so {width:60%;line-height: 60px;float: left;}
#search .search .so span {color: #333;font-size: 14px;font-weight: 700;}
#search .search .so a {color: #333;font-size: 14px;margin-right: 10px;}
#search .search .so a:hover {color: #065da4;}
#search .search .input {width: 250px;height:28px;line-height: 28px;border:1px solid #ccc;float: right;margin-top: 15px;}
#search .search .input input.t {width: 200px;height: 28px;padding: 0 8px;outline: none;color: #333;}
#search .search .input input.b {width: 32px;height: 28px;background:url(../images/btn.png) no-repeat 5px center;outline: none;cursor: pointer;}

/*服务*/
.service {margin-top: 100px;}
.service .bd .tempWrap {max-width: 100% !important;overflow: hidden;}
.service .bd ul li {width: 31.667%;float: left;margin-right: 30px;}
.service .bd ul li .img {width: 100%;overflow: hidden;position: relative;}
.service .bd ul li .img img {display:block;width: 100%;height: 100%;}
.service .bd ul li .img .show {display: block;width: 100%;height: 0;position: absolute;bottom: 0px;left: 0px;background:url(../images/tmbg.png);z-index: 3;
	transition-duration: 0.4s;-moz-transition-duration: 0.4s;-webkit-transition-duration: 0.4s;-o-transition-duration: 0.4s;}
.service .bd ul li .img .show .con {padding-top: 18%;}
.service .bd ul li .img .show .con h4 {color: #fff;font-size: 16px;text-align: center;;}
.service .bd ul li .img .show .con a {display: block;width: 46px;height: 46px;background: url(../images/more.png) no-repeat;margin: 15px auto 0;}
.service .bd ul li:hover .img .show {height: 100%}
.service .bd ul li .t {padding: 20px;background: #fff;color: #333;font-size: 14px;height: 152px;line-height: 24px;border:1px solid #ccc;border-top-width: 0px;overflow: hidden;
	transition-duration: 0.4s;-moz-transition-duration: 0.4s;-webkit-transition-duration: 0.4s;-o-transition-duration: 0.4s;}
.service .bd ul li:hover .t {color:#fff;background: #065da4;border-color: #065da4;}

.service .hd {width: 100%;text-align: center;margin-top:30px;float:left}
.service .hd a{display:inline-block;width: 80px;height: 40px;margin: 0 30px;}
.service .hd a.prev {background:#464d55 url(../images/arrow.png) no-repeat 0px 0px;}
.service .hd a.next {background:#464d55 url(../images/arrow.png) no-repeat -80px 0px;}
.service .hd a.prev:hover {background:#065da4 url(../images/arrow.png) no-repeat 0px 0px;}
.service .hd a.next:hover {background:#065da4 url(../images/arrow.png) no-repeat -80px 0px;}

/*广告*/
.h_adv {width: 100%;height: 170px;background:url(../images/adv.jpg) no-repeat center;background-size: cover;margin-top: 80px;}
.h_adv .adv_con {height: 170px;position: relative;}
.h_adv .adv_con .adv_l {margin-top:40px;}
.h_adv .adv_con .adv_l h4{color: #065da4;font-size:48px;font-weight: bold;}
.h_adv .adv_con .adv_l p {color: #111;font-size: 22px;}
.h_adv .adv_con .adv_r {margin-top: 30px;}
.h_adv .adv_con .adv_r p {color: #111;font-size: 18px;}
.h_adv .adv_con .adv_r p.tel {color: #ff6600;font-size: 30px;line-height:1.8;}
.h_adv .adv_con .adv_r a {display: block;width: 140px;height: 36px;line-height: 36px;text-align: center;background: #065da4;border-radius: 5px;color: #fff;font-size: 16px;}

/*优势*/
.advantage {margin-top: 60px;}
.advantage .advantage_title {text-align: center;padding-bottom: 20px;margin-bottom: 20px;border-bottom: 1px dashed #ccc;}
.advantage .advantage_title .title {}
.advantage .advantage_title .title p {color: #525252;font-size: 18px;}
.advantage .con{padding:40px 0;}
.advantage .advantage_2 {background: #f3f3f3;}
.advantage .con .advantage_con .pic {width: 45%;}
.advantage .con .advantage_con .pic img {width: 100%;}
.advantage .con .advantage_con .txt {width: 50%;}
.advantage .con .advantage_con .txt .t{width: 32px;height: 125px;color: #fff;font-size: 21px;text-align: center;padding:5px 15px 0;background: url(../images/t_bg.png) no-repeat center top;}
.advantage .con .advantage_con .txt .c{width: 80%;margin-left: 15px;}
.advantage .con .advantage_con .txt .c h4 {color: #065da4;font-size: 36px;font-weight: 700;margin-bottom: 15px;}
.advantage .con .advantage_con .txt .c p {color: #525252;font-size: 18px;line-height: 30px;}

/*关于*/
.h_about {width: 100%;height: 650px;background:url(../images/about_bg.jpg) no-repeat center;background-size: cover;}
.h_about .h_about_con {padding-top:80px;}
.h_about .h_about_con>h4 {color: #fff;font-size: 40px;font-weight: bold;text-align: center;}
.h_about_con .con {margin-top: 60px;}
.h_about_con .con .list {width: 31.667%;float: left;margin-right: 2.4%;position: relative;overflow: hidden;}
.h_about_con .con .list3 {margin-right: 0px;}
.h_about_con .con .list .img {width: 100%;overflow: hidden;}
.h_about_con .con .list .img img {display: block;width: 100%;}
.h_about_con .con .list .t {padding: 20px;background: #fff;height: 152px;}
.h_about_con .con .list .t h4 {color: #333;font-size: 21px;}
.h_about_con .con .list .t p{color: #333;font-size: 14px;line-height: 24px;}
.h_about_con .con .list .show {width: 100%;height: 100%;position: absolute;top: 0px;left: 0px;background:url(../images/tmbg.png);z-index: 3;display: none;);
	transition-duration: 0.4s;-moz-transition-duration: 0.4s;-webkit-transition-duration: 0.4s;-o-transition-duration: 0.4s;}
.h_about_con .con .list .show a.more {display: block;width: 86px;height: 86px;line-height: 86px;text-align: center;margin:42% auto 0;background: #065da4;border-radius: 50%;color: #fff;font-size: 16px;}
.h_about_con .con .list:hover .show {display: block;}
.h_about_con .con .list:hover {border-bottom: 2px solid #065da4;}

/*合作*/
.partner {padding:60px 0;}
.partner_con h4 {color: #065da4;font-size: 40px;font-weight: bold;text-align: center;}
.partner_con .bd {margin-top: 50px;}
.partner_con .bd ul li {float: left;width: 18%;height: 76px;border:1px solid #ccc;margin:0 0.85% 30px;border-radius: 5px;overflow: hidden;}
.partner_con .bd ul li a {display: block;width: 100%;height: 100%;overflow: hidden;}
.partner_con .bd ul li a img {width: 100%;height: 100%;border-radius: 5px;}
.partner_con .bd ul li{ z-index:1;
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray;}
.partner_con .bd ul li:hover{ z-index:1;
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: grayscale(0%);
}
.partner_con .hd {width: 100%;text-align: center;}
.partner_con .hd ul li{display: inline-block;width: 18px;height: 18px;border-radius: 50%;background: #bbb;margin: 0 10px;overflow: hidden;text-indent: 999999em;cursor: pointer;}
.partner_con .hd ul li.on {background: #065da4;}

/*动态*/
.dynamic {margin-top: 40px;padding-bottom: 60px;}
.dynamic .dynamic_con .h_news{width: 60%;}
.dynamic .dynamic_con .h_news .hd {width: 100%;height: 40px;border-bottom: 1px solid #999;}
.dynamic .dynamic_con .h_news .hd ul li{float: left;height: 39px;line-height: 39px;padding: 0 18px;color: #333;font-size: 18px;cursor: pointer;}
.dynamic .dynamic_con .h_news .hd ul li.on {color: #065da4;border-bottom:2px solid #065da4;}
.dynamic .dynamic_con .h_news .hd .more {width: 64px;height: 26px;line-height: 26px;text-align:center;background: #065da4;margin-top: 6px;border-radius: 5px;}
.dynamic .dynamic_con .h_news .hd .more a {display: block;color: #fff;font-size: 12px;}
.dynamic .dynamic_con .h_news .bd {margin-top:25px;}
.dynamic .dynamic_con .h_news .bd .bd_con {width: 100%}
.dynamic .dynamic_con .h_news .bd .bd_con .list {margin-bottom: 20px;}
.dynamic .dynamic_con .h_news .bd .bd_con .list .img {width: 18%;}
.dynamic .dynamic_con .h_news .bd .bd_con .list .img img {width: 100%;height: 100%;}
.dynamic .dynamic_con .h_news .bd .bd_con .list .txt {width: 80%;}
.dynamic .dynamic_con .h_news .bd .bd_con .list .txt h4 a {display: block;color: #333;font-size: 16px;margin-bottom: 10px;}
.dynamic .dynamic_con .h_news .bd .bd_con .list .txt h4 a:hover {color: #065da4;}
.dynamic .dynamic_con .h_news .bd .bd_con .list .txt p {color: #666;font-size: 14px;line-height: 24px;}
.dynamic .dynamic_con .h_solution {width: 35%;}
.dynamic .dynamic_con .h_solution .hd {width: 100%;height: 40px;border-bottom: 1px solid #999;}
.dynamic .dynamic_con .h_solution .hd ul li{float: left;height: 39px;line-height: 39px;padding: 0 18px;color: #333;font-size: 18px;cursor: pointer;}
.dynamic .dynamic_con .h_solution .hd ul li.on {color: #065da4;border-bottom:2px solid #065da4;}
.dynamic .dynamic_con .h_solution .hd .more {width: 64px;height: 26px;line-height: 26px;text-align:center;background: #065da4;margin-top: 6px;border-radius: 5px;}
.dynamic .dynamic_con .h_solution .hd .more a {display: block;color: #fff;font-size: 12px;}
.dynamic .dynamic_con .h_solution .bd {margin-top:25px;}
.dynamic .dynamic_con .h_solution .bd .bd_con ul li {padding-left:20px;background: url(../images/li_bg.png) no-repeat left center;}
.dynamic .dynamic_con .h_solution .bd .bd_con ul li a{color: #333;font-size: 16px;line-height: 2;}
.dynamic .dynamic_con .h_solution .bd .bd_con ul li a:hover {color: #065da4;}

/*友情链接*/
.links{width: 100%;border-top:1px solid #999;margin-top:50px;padding: 20px 0;}
.links_con span{color: #065da4;font-size: 16px;font-weight: 700;margin-right: 20px;}
.links_con a {color: #333;font-size: 16px;margin-right: 20px;}
.links_con a:hover {color: #065da4;}

/*底部*/
#footer {width: 100%;background: #2f3133;overflow: hidden;}
.footer {padding-top: 40px;}
.footer .f_logo {width: 30%;padding: 50px 0;border-right:1px solid #48494b;}
.footer .f_info {width: 30%;padding-left: 10%;}
.footer .f_info p {color: #7b7b7b;font-size: 14px;line-height: 26px;}
.footer .f_tel .tel_con {padding-left: 60px;background: url(../images/tel.png) no-repeat left center;}
.footer .f_tel .tel_con h4 {color: #7b7b7b;font-size: 18px;}
.footer .f_tel .tel_con p {color: #7b7b7b;font-size: 24px;}
.footer .f_tel  a.ol {display: block;width: 150px;height: 36px;line-height: 36px;text-align: center;color: #fff;font-size: 16px;background: #065da4;border-radius: 20px;margin: 30px 0 0 50px;}
.copy {height: 47px;line-height: 47px;border-top:1px solid #424344;margin-top: 40px;}
.copy p{color: #7b7b7b;font-size: 14px;}
.copy p a{color: #7b7b7b;}
.copy p a:hover {color: #bbb;}
.share .bdsharebuttonbox {height: 28px;margin-top: 10px;}
.share .bdsharebuttonbox a {display: inline-block;padding: 0px;margin: 0 0 0 15px;width: 28px;height: 28px;background: url(../images/share.png) no-repeat;}
.share .bdsharebuttonbox a.bds_sqq {background-position: 0px 0px;}
.share .bdsharebuttonbox a.bds_weixin {background-position: -28px 0px;}
.share .bdsharebuttonbox a.bds_tsina {background-position: -56px 0px;}

/*客服*/
.keifu{ position:fixed; top:28%; right:0; width:140px;z-index:99;}
.keifu_head{ width:140px; height:28px; background:url(../images/keifu_h.png) no-repeat center top; font-size:0; line-height:0; position:relative;}
.keifu_tab {width: 140px;}
.icon_keifu{ width:50px; height:148px; float:left; background:url(../images/keifu.png) no-repeat 0 0; position:relative; display:none; cursor:pointer;}
.keifu_box {float: left;width: 140px;}
.keifu_close:link,.keifu_close:visited{width: 100%;height: 28px;position: absolute;top: 0px;left: 0px;}
.keifu_con {width: 140px;background: #fff;margin: 0 auto;padding: 3px 0;background: #065da4;}
.keifu_con ul {width: 120px;margin:15px auto 0;padding: 5px 0;background: #fff;text-align: center;}
.keifu_con ul li {height: 22px;margin:10px 0;}
.keifu_con ul li a {display: block;}
.keifu_bot{ width:140px; height:201px;background: #065da4;}
.keifu_bot .img {width: 120px;height: 120px;margin: 0 auto;padding-top: 10px;}
.keifu_bot .img img {width: 100%;height: 100%;}
.keifu_bot .tel {text-align: center;color: #fff;font-size: 15px;margin-top:10px;}

/*返回顶部按钮*/
.suspension {width:50px;height:50px;position: fixed;right: 5px;bottom: 65px;z-index: 19;}
.suspension #toTop {display: block;width: 46px;height: 46px;border-radius: 3px;background:#065da4 url(../images/top.png) no-repeat center / 100%;overflow: hidden;text-indent: 999999em;cursor:pointer;}
.suspension #toTop:hover {background:#013b6b url(../images/top.png) no-repeat center / 100%;}