@charset "utf-8";
/* CSS Document */
body{ margin:0px; padding:0px; border:0px; font-family: 微软雅黑; color:#333333; font-size:14px; width:100%; background:#ffffff; min-width:1200px;}
a{ margin:0px; padding:0px; border:0px; text-decoration:none; color:#333333; }
a:hover{ text-decoration:none;}
*{ padding:0px; margin:0px; border:0px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
/* background:rgba(0,0,0,0);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);*/
li{ list-style:none;}
.clear{ clear:both !important; height:0px !important; width:0px !important; line-height:0px !important; float:none !important; margin:0px !important; padding:0px !important; border:0px !important;}
input:focus{ outline: none;}/*去除按钮选中的高亮标签*/
textarea:focus{ outline: none;}/*去除按钮选中的高亮标签*/

div,p,table,td,ul,li,span,a,ol,input,label{
	margin:0px;
	border:0px;
	padding: 0px;
}
input::-ms-input-placeholder{ /* Internet Explorer 10+ */ color:#4d4d4d; font-size:14px;}
input::-webkit-input-placeholder{ /* WebKit browsers */ color:#4d4d4d; font-size:14px;}
input::-moz-placeholder{ /* Mozilla Firefox 4 to 18 */  color:#4d4d4d; font-size:14px;}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#4d4d4d; font-size:14px;}
.fl{ float:left;}
.fr{ float:right;}
.pc{ display:block;}
.mo{ display:none;}


*{
    padding:0;
    margin:0;
    list-style:none;
    border: none;
}
body {
    margin:0;
    font-size:13px;
    padding:0;
    font-family: 微软雅黑;
    background-attachment:fixed;
    min-width: 1400px;
}
a:link {
    text-decoration:none;
}
a:visited {
    text-decoration:none;
}
a:hover {
    text-decoration:none;
}
a:active {
    color:#000;
    text-decoration:none;
}
.fl{float: left;}
.fr{float: right;}
.clearfix {
    clear: both;
}
img {
    max-width: 100%;
}
.slick-list:focus {
    outline: none;
}
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: 30px;
}
.slick-next {
    right: 30px;
}
[dir="rtl"] .slick-next {
    left: 30px;
    right: auto;
}
.slick-dots {
    position: absolute;
    bottom: 20px;
    height: auto;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
    line-height: 0;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    border: 0;
    display: block;
    height: 10px;
    width: 10px;
    padding: 0;
    margin: 0;
    outline: none;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: #cccccc;
    border-radius: 0px;
}
.banner_box {
    position: relative;
    min-width: 1200px;
    overflow: hidden;
    overflow-x: hidden;
}
.banner {
    position: relative;
    width: 100%;
}
.banner img {
    width: 100%;
}

.banner .slick-dots {
    bottom: 50px;
}
.banner .slick-dots li button {
    width: 58px;
    height: 3px;
    background: #fff;
    opacity: 0.34;
}
.banner .slick-dots li.slick-active button {
    opacity: 1;
}
.list_show {
    min-width: 1200px;
    margin: 0 auto;
    width: 100%;
}


/*nav*/
.top {padding-top:25px;}
.top_main {width: 1500px;height: 95px;margin: 0 auto;}
.logo{float: left;}
.logo img{float: left;}
.logo p{display: inline-block;margin-top: 44px;float: left;font-size: 16px;color: #464646;padding-left: 20px;letter-spacing: 2px;}
.tel,.tel1,.tel2,.tell{float: right;margin-right: 20px;margin-top: 9px;padding-left: 15px;}
.tell img {height: 56px;}
.tel p{font-size: 16px;}
.tel1 img,.tel2 img { float: left;}



/*nav*/
.animenu {
    width: 100%;
    background: #000;margin-bottom: 12px;
}
.animenu ul {
    padding: 0;
    list-style: none;
    font: 0px 'Open Sans', Arial, Helvetica;width: 75%;margin: 0 auto;
}
.animenu li, .animenu a {
    display: inline-block;
    font-size: 18px;
}
.animenu a {
    color: #fff;
    text-decoration: none;
}

.animenu__nav {
    background-color: #111;
}
.animenu__nav > li {
    position: relative;
}
.animenu__nav > li > a {
    padding: 15px 60px;
    text-transform: uppercase;
}

.animenu__nav > li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
}
.animenu__nav > li:hover > a {
    color: #fff;
}
.animenu__nav > li:hover {
    background: #005bc4;
}

.animenu__nav__child {
    min-width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    margin: 20px 0 0 0;
    background-color: #373737;
    transition: margin .15s, opacity .15s;
}
.animenu__nav__child > li {
    width: 100%;
    border-bottom: 1px solid #515151;
}

.animenu__nav__child > li:last-child {
    border: 0;
}
.animenu__nav__child a {
    padding: 10px;
    width: 100%;
    border-color: #373737;font-size: 16px;
}
.animenu__nav__child a:hover {
    background-color: #005bc4;
    border-color: #005bc4;
    color: #fff;
}
.zac{background: #005bc4;}

/*nav*/
.zpt {color: #005bc4;text-align: center;width: 36%;margin: 0 auto;text-transform: uppercase;}
.zpt .zbx {line-height: 35px;height: 35px;overflow: hidden;}
.zpt .zle {margin-top: 17px;border-top: 2px solid #005bc4;}
.zpt .txt {padding: 0 10px;position: relative;top: -20px;font-weight: bold;}
.zpt .txt .zt1 {border-right: 2px solid #005bc4;font-size: 27px;}
.zpt .txt .zt2 {font-size: 19px;}
.zpt .txt_2 {color: #888;font-size: 15px;padding-top: 8px;}
.zpt .txt span {display: inline;background: #fff;padding: 0 13px;}
/*产品展示*/

.container{width: 1350px;margin: 0 auto;}
.pro-center{width: 100%;height: auto;overflow: hidden;padding: 0px 0 30px 0;}
.pro-center .title{font-size: 34px;text-align: center;padding-bottom: 5px;color: #333333;letter-spacing: 1px;}
.pro-center .sub-title{font-size: 20px;text-align: center;color: #333333;}
.pro-center .sub-title span{display: inline-block;height: 30px;line-height: 30px;width: auto;}
.pro-center .sub-title span.text{padding: 0 10px;}
/**/
.pro-left{float: left;width: 300px;box-sizing: border-box;box-shadow: 0px 10px 10px #f7f7f7;background: #ffffff;}
.pro-content{width: 100%;padding-top: 40px;}
.pro-right{float: left;width: 1000px;margin-left: 50px;}
.pro-left .left-title{background: #005bc4;height: 130px;text-align: left;margin-bottom: 25px;}
.pro-left .left-title span{display: inline-block;color: #FFFFFF;font-size: 24px;font-weight: bold;}
.pro-left .left-title span.text{padding: 0 10px;}
.pro-left .left-category ul li{height: 55px;line-height: 55px;font-size: 18px;text-align: left;cursor: pointer;color: #999999;display: block;width: 250px;margin-left: 20px;text-indent: 16px;border-bottom: 2px solid #e2e2e2;}
.pro-left .left-category ul li.on{background: #005bc4;color: #FFFFFF;}
.pro-left .left-category ul li:hover{background: #005bc4;color: #FFFFFF;}
.pro-left .left-contact {margin-top: 37px;margin-bottom: 37px;text-indent: 70px;background: url(../image/tel.png) left 20px center no-repeat;}
.pro-left .left-contact p{color: #005bc4;font-size: 14px;}
.pro-left .left-contact p.tel{font-size: 20px;padding-top: 10px;}
.pro-left .left-category ul{border-bottom: 4px solid #005bc4;}
/**/
.pro-right{display: none;}
.pro-right ul li{float: left;width: 300px;background: #f7f7f7;border: 1px solid #dcdfe6;margin-right: 50px;box-sizing: border-box;margin-bottom: 35px;transition: all .3s linear;}
.pro-right ul li:nth-child(3n){margin-right: 0;}
.pro-right ul li .img{width:100%;height:300px;overflow: hidden;}
.pro-right ul li img{width:100%;}
.pro-right ul li p{height: 40px;line-height: 40px;text-align: center;font-size: 18px;color: #333333;}
.pro-right.active{display: block;}
.pro-right ul li:hover{box-shadow: 0px 0px 15px #c6c6c6;transition: all .2s linear;}
.zal{width: 250px;height: 100px;padding-left: 100px;padding-top: 30px;background: url("../images/all.png" )no-repeat left;background-position: left 25px top 35px;}
.zal p{color: #fff;font-size: 24px;}



.gdd .more {display: block;line-height: 25px; /*border-radius: 10px;*/text-align: center;background-color: #005bc4;color: #fff;position: relative; /*margin-top: 2vw;*/width: 116px;height: 28px;}
.gdd{width: 118px;float: right;}
.gdd2 .more {width:195px; }
.gdd2 {width: 185px;}
.w1350{width: 1350px;margin: 0 auto;}
.w1200{width: 1200px;margin: 0 auto;}
.zhy {width: 420px;height: 300px;float: left;border: 1px solid #dcdfe6;margin-bottom: 30px;position: relative;}
.zhy img{width: 418px;height: 235px;}
.zhy span{display: block;text-align: center;line-height: 50px;height: 50px;float: left;width: 418px;font-size: 20px;}
.zhy2{margin: 0 45px;}
.zhy1{width: 418px;height: 235px;}
.zmb{display: none;height: 235px;width: 418px;background: rgba(35,84,216,0.5);position: absolute;top: 0;left: 0;text-align: center;transition: all 0.5s ease;}
.zhy:hover .zmb{display: block;}
/* 技术支持 */
.w1400{width: 1400px;margin:0 auto;}
.index_news{ height: auto; margin-top: 53px; margin-bottom: 100px;}
.index_news_l,.index_news_r{ width: 700px;}
.index_news_title{ height: 48px; line-height: 48px; margin-bottom: 30px;}
.index_news_title p{ font-size: 36px; float: left;}
.index_news_title a{ float: right; font-size: 16px; color: #666867;}
.index_news_title a:hover{ color: #3460C6;}
.index_news_l ul{ height: 460px;}
.index_news_l ul li{ width: 684px; height: 220px; background: #F8F8F8; padding: 38px; margin-bottom: 20px;}
.index_news_l ul li .index_news_img{ width: 214px; height: 144px; margin-right: 20px;}
.index_news_l ul li h2{ float: left; width: 370px; font-size: 18px; line-height: 24px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.index_news_l ul li p{ float: left; width: 370px; margin-top: 16px; color: #666867; height: 40px; line-height: 20px; display: -webkit-box;  -webkit-box-orient: vertical; -webkit-line-clamp: 2;  overflow: hidden;}
.index_news_l ul li h6{ float: left; width: 370px; height: 20px; margin-top: 40px; color: #666867;}
.index_news_l ul li h6 a{ float: right; color: #666867;}
.index_news_l ul li h6 a img{ margin-left: 12px; position: relative; top: 1px;}
.index_news_l ul li h2 a:hover{ color: #3460C6;}
.index_news_r ul{ height: 460px; background: #F8F8F8; padding: 0px 30px;}
.index_news_r ul li{ height: 61px; line-height: 60px; border-bottom: 1px dashed #D2D2D2;}
.index_news_r ul li i{ width: 9px; height: 9px; border-radius: 50%; display: inline-block; border: 1px solid #999999; margin-right: 7px;}
.index_news_r ul li p{ display: inline-block; font-size: 16px;}
.index_news_r ul li span{ display: inline-block; float: right; color: #999999;}
.index_news_r ul li:hover a{ color: #3460C6;}


/**/
#scrollDiv{width:700px;height:460px; overflow:hidden;background:#F8F8F8;}
#scrollDiv li{height:111px; background:url(ico-4.gif) no-repeat 10px 23px; overflow:hidden; vertical-align:bottom; zoom:1;margin-bottom: 0px;}
#scrollDiv li h3{ height:24px; padding-top:13px; font-size:18px; color:#000;}
#scrollDiv li h3 a{color:#353535; text-decoration:none;}
#scrollDiv li h3 a:hover{ color:#0066b3;}
#scrollDiv li div{ color:#416A7F; line-height:18px; overflow:hidden;}
#scrollDiv li div a{ color:#416A7F; text-decoration:none}
.scroltit{ height:26px; line-height:26px; padding-bottom:4px; margin-bottom:4px;position: relative;top: -543px;right: 35px;}
.scroltit h3{ width:100px; float:left;}
.scroltit .updown{float:right; width:50px; height:22px; margin-left:4px}
#but_up{ background: url("../images/le1.png") no-repeat 0 0; }
#but_down{ background:url("../images/le1.png") no-repeat 0 0; }
.lip {margin-top: 38px;padding-right: 20px;}
.stj{position: relative;left: 500px;font-size: 20px;top:39px;width: 70px;}
.zbo {float: left;width: 111px;height: 111px;background: #0066b3;border-bottom: 4px solid #fac600;}
.zbo h2{text-align: center;margin-top: 25px;font-size: 28px;color: #FFFFFF;font-weight: normal;}
.zbo p{    text-align: center;margin-top: 22px;color: #fff;font-size: 20px;}

/**/
.abu{height: 680px;}
.ma{width: 1400px;margin: 0 auto;}
.zxt{float: left;margin-bottom: 50px;width: 50%;}
.zx1{font-size: 32px;margin-right: 20px;float: left;display: block;color: #005bc4;font-weight: bold;}
.zx2{font-size: 18px;padding-left: 20px;border-left: 2px solid #005bc4;color: #005bc4;float: left;display: block;margin-top: 9px;font-weight: bold;;}
.zxt{float: left;margin-bottom: 50px;width: 50%;}
.ma_left2{width: 700px;height: 540px;float: left;}
.zlo{width: 660px;height: 400px;}
.zle2{width: 660px;padding: 15px;background: #f8f8f8;height: 120px;margin-top: 20px;}
.zle2 span:first-child{line-height: 24px;display: block;color: #666867;}
.zle2 span:last-child{display: block;float: right;}
.zle2 span a{color: #0066b3;}
.zbr{width: 700px;height: 540px;float: left;}
.zbr2{width: 700px;height: 250px;background: #f8f8f8;}
.zbr3{background: url("../images/tt.png") no-repeat left;background-position: top 18px left 22px;    height: 80px;line-height: 70px;font-size: 18px;padding-left: 27px;}
.zbr3 span{color: #fff;display: block;margin-right: 30px;float: left;}
.zbr2 p{line-height: 30px;padding: 0 0 15px 0;}
.zbr2 a{color: #005baa;}
.zbr4{width: 72%;margin: 0 auto;border-bottom: 1px solid #c5c5c5;height: 150px;}
.zc2{
	text-align: left;
	padding-top: 20px;
	background: url("../images/ztl2.png")no-repeat left;
	background-position: left 33px top 20px;
	height: 60px;
	margin-top: 30px;
}
.zc2 p{font-size: 28px;display: inline-block;font-weight: bold;}
.zc2 span{font-size: 25px;color: #0066b3;margin-left: 46px;}

/**/
.footline {min-width: 1380px;height: 20px;}
.footer {float: left;width: 100%;background: #eeeef0;display: inline-block;min-width: 1380px;}
.footer .footer_nei{ width:1440px; margin:0 auto; max-width:96%;}
.footer .footer_nei .footer1{ width:100%; padding:0;}
.footer .footer_nei .footer2{ width:100%; font-size:12px; color:#989898; text-align:center; line-height:50px; height:50px;}
.footer1_left{ float:left; margin-right:-430px; width:430px;}
.footer1_right{ margin-left:380px;    margin-top: 35px;}
.footrt_link_xun{ width:15%; height: 141px;}
.footrt_link_box{ float:left;}
.footrt_link_title{ white-space:pre; width:100%; float:left; font-size:14px; height:30px; font-weight: bold;}
.footrt_link_box a{ min-width:100%; float:left; font-size:13px; line-height:2em;  display:inline-block;  white-space:pre; text-overflow:ellipsis; overflow:hidden; max-width:110%;}
.footer1_left1{ width:320px;margin-top: -40px;}
.footer1_left_box div{ float:left; width:100%;  font-size:13px; line-height:28px; height:28px;}
.footer1_left_logo{ margin:15px -8px;}
.footer1_left2{ width:109px;}
.footer1_left2_gz{ height:64px; line-height:64px;  text-align:center; width:100%; font-size:14px; margin-left: 20px;}
.footer1_left2_ew{ width:109px; height:109px; overflow:hidden; background:#FFFFFF;margin-left:56px;}
.zdh a{color: #005bc4;font-size: 18px;font-weight: bold;}
.zdh1{font-size: 18px;}

/*kefu*/
.kefu{position:fixed;right:0px;top:40%;margin-top:-100px;z-index:100;background:#005bc4;border-radius:4px 0px 0px 4px;padding:0px 5px;}
.kefu-meau{position:relative;}
.kefu-meau a.kefu-btn{width:60px;text-align:center;display:block;position:relative;padding:10px 0;border-top:#eee 1px solid;}
.kefu-meau a.kefu-btn p{color:white;font-size:12px;line-height:18px;}
.kefu-meau a.kefu-btn a{color:white;display:block;padding:10px 0;}
.kefu-box{position:absolute;top:0px;right:80px;padding-right:10px;display:none;}
.kefu-box .box-border{border:1px solid #e3e3e3;border-top:2px solid #fdc401;border-radius:3px;padding:15px 25px;background:#fff;-webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);-moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);box-shadow: 0 3px 8px rgba(0,0,0,.15);position:relative;}
.kefu-box .box-border .arrow-right{display:block;width:13px;height:16px;background:url(../image/side_bg_arrow.png) no-repeat;position:absolute;right:-13px;top:26px;}
.kefu-box .box-border .sev-t{ overflow:hidden;z-index:1000;font-size:15px;color:#555555;}
.kefu-meau:hover .kefu-box{display:block;}
.dsn{display:none;}

/*说明书*/
.main2{margin: 0 auto;width: 1350px;margin-top: 50px;}
.navigate {margin-bottom: 50px;font-size: 18px;}
.ny_zb{
	width:300px;
}
.ny_zbbt2 {background-color: #005bc4;overflow: hidden;text-align: left;font-size: 21px;padding: 20px;color: #fff;}
.ny_zbbt2 span{font-size:19px;color:#fff;line-height:40px;}

.tjskl-sidebar{width:300px;}
.tjskl-sidebar #submain_hidden{border-top:0;display:none;}
.tjskl-sidebar .bsb{border-bottom:1px solid #c8d2e5;border-top:0;}

.xdh{border:1px solid #c8d2e5;border-bottom:0;width:300px;font-weight:normal;border-top: none;}
.xdh .title{height:24px;line-height:24px;font-size:12px;font-weight:bold;width:161px;padding-left:20px;}
.xdh li{width:299px;height:41px;border-bottom:1px solid #c8d2e5;position:relative;}
.xdh li a{width:270px;display:inline-block;padding: 0 0 0 20px;height:41px;line-height:41px;background:url("../images/jtt.png") no-repeat right;background-position:right -12px top 17px;font-size: 17px;}
.xdh li a.on{width:299px;height:41px;line-height:41px;padding:0 0 0 20px;position:relative;z-index:90;background:none;background-image: none;color: #005bc4;}
.xdh span{position:absolute;top:0;left:298px;z-index:1;background-color:#fff;border:#c8d2e5 solid 1px;display:none;width: 220px;}
.xdh span a{display:block;height:40px;line-height:40px;background: none;font-size: 16px;width: 218px;padding-left: 20px;}
.xdh span a:hover{background:#c5c2c2;text-decoration:none; }
.xdh ul li{float:left;margin-right:10px;display:inline;}
.xdh ul li span a{text-decoration:none;font-size: 16px;padding: 5px;}
.xdh ul li span a:hover{color:#778552;}
.xdh #more_submenu a{text-align:right;display:block;width:125px;padding-right:19px;cursor:pointer;}
.xdh #more_submenu a.show{background-position:100% 2px;}
.xdh #more_submenu a.less{background-position:100% -25px;}
.zbp p{float: left;line-height: 38px;}
.zbp span{display: inline-block;float: left;font-size: 16px;padding-left: 8px;line-height: 41px;color: #ebeef5;}


.xdh2{border:1px solid #c8d2e5;border-bottom:0;width:300px;font-weight:normal;}
.xdh2 .title{height:24px;line-height:24px;font-size:12px;font-weight:bold;width:161px;padding-left:20px;}
.xdh2 li{width:299px;height:41px;border-bottom:1px solid #c8d2e5;position:relative;}
.xdh2 li a{width:270px;display:inline-block;padding: 0 0 0 20px;height:41px;line-height:41px;background:url("../images/jtt.png") no-repeat right;background-position:right -10px top 15px;font-size: 16px;}
.xdh2 li a.on{height:41px;line-height:41px;padding:0 0 0 20px;position:relative;z-index:90;color: #005bc4;}
.xdh2 span{position:absolute;top:0;left:248px;z-index:1;background-color:#fff;border:#c8d2e5 solid 1px;display:none;width: 250px;}
.xdh2 span a{display:block;height:40px;line-height:40px;background: none;padding-left: 20px;width: 248px;}
.xdh2 span a:hover{background:#c5c2c2;text-decoration:none; }
.xdh2 ul li{float:left;margin-right:10px;display:inline;}
.xdh2 ul li span a{text-decoration:none;font-size: 16px;padding: 5px;}
.xdh2 ul li span a:hover{color:#778552;}
.xdh2 #more_submenu a{text-align:right;display:block;width:125px;padding-right:19px;cursor:pointer;}
.xdh2 #more_submenu a.show{background-position:100% 2px;}
.xdh2 #more_submenu a.less{background-position:100% -25px;}

.zxg{border: 1px solid #c4c4c4;border-top: none;width: 300px;height: 690px;}
.zxg1{float: left;width: 280px;margin-left: 9px;margin-top: 15px;border: 1px solid #ebeef5;}

.zxg1 span{text-align: center;display: block;line-height: 40px;font-size: 16px;color: #666867;}


/*右侧*/
.zsm{margin-left: 50px;width: 1000px;}
.zto2{margin-left: 30px;}
.zto3{width:620px;height: 50px;border-bottom: 1px solid #c4c4c4;font-size: 24px;line-height: 50px;margin-bottom: 20px;}
.zto3 span{margin-right: 30px;}
.zto img:first-child{width: 350px;}
.zto4{width: 620px;}
.zto4 p{font-size: 18px;margin-bottom: 0;}
.zto4 li{font-size: 16px;line-height: 30px;display: inline-block;width: 500px;}
.zto5 a{padding: 0 38px;height: 30px;line-height: 30px; border-radius: 5px;display: inline-block;margin-right: 30px;background: #989898;color: #fff;margin-top: 20px;}
.zto5{padding-left: 90px;}
.zto5 a:first-child{background: #005bc4;}
.zto4 span{display: inline-block;width: 5px;height: 5px;border-radius: 50px;background: #005bc4;margin-right: 10px;float: left;margin-left: 90px;margin-top: 13px;}
.wto{width: 1000px;margin-top: 50px;}
.wto span:first-child{display: block;height: 45px;line-height: 45px;border: 1px solid #005bc4;width: 160px;font-size: 20px;padding: 0 39px;float: left;color: #005bc4;font-weight: bold;}
.wto span:last-child{float: left;width: 840px;border: 1px solid #c4c4c4;height: 45px;}
.znr{margin-top: 50px;float: left;}
.zp1{
	display: block;
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: bold;
}
.zp2{font-size: 16px;line-height: 35px;display: block;margin-bottom: 20px;}
.zwt{float: left;width: 100%;}
.zwt1{height: 45px;line-height: 22px;font-size: 21px;color: #005bc4;margin-top: 40px;border-bottom: 1px solid;margin-bottom: 15px;}
.zwt1 span:first-child{float: left;}
.zwt1 span:last-child{float: right;}
.zwt1 span a{color: #005bc4;}
.zwt2 ul{float: left;margin-top: 20px;}
.zwt2 ul:first-child{width: 600px;}
.zwt2 ul li{line-height: 50px;font-size: 16px;}
.zwt2 ul span{display: inline-block;width: 5px;height: 5px;border-radius: 50px;background: #005bc4;margin-right: 10px;}

.zwt4{border-bottom: 2px dashed #c4c4c4;width: 1000px;height: 215px;margin-bottom: 30px;}
.zwt4 img{width: 300px;height: 200px;float: left;}
.zwt5{width: 700px;padding-left: 50px;}
.zwt5 span{font-size: 20px;margin-top:20px;display: block;}
.zwt5 p{margin-top: 30px;font-size: 16px;line-height: 32px;}


.tit0 {width: 100%;min-width: 1200px;margin-top: 80px;position: relative;}
.tit0 img {width: 100%;}
.tit1{width: 40%;margin: 0 auto;text-align: center;top: 12%;position: absolute;left: 28%;height: 113px;border-bottom: 3px solid #fbc500;}
.tit1 h1{font-size: 42px;line-height: 62px;letter-spacing: 5px;}
.tit1 p{margin-top: 15px;font-size: 18px;color: #797979;}
.tit1 span{font-size:92px;color: #0066b3; font-style: oblique;font-family: cursive;padding: 0 18px;line-height: 110px;display: inline-block;border-bottom: 3px solid #0066b3;}
.jvzhong {width: 1300px;margin: 0 auto;}
.zys1{background: url("../images/y1.png") no-repeat;height: 420px;}
.zys1 h1{padding-top: 77px;padding-left: 100px;font-size: 22px;}
.zys1 p{padding-top: 12px;padding-left: 100px;font-size: 16px;color: #898888;}
.zys1 li{padding-top: 25px;padding-left: 50px;line-height: 22px;font-size: 16px;}

.zys2{background: url("../images/y2.png") no-repeat;height: 420px;}
.zys2 h1{padding-top: 78px;padding-left: 70px;font-size: 22px;}
.zys2 p{padding-top: 12px;padding-left: 70px;font-size: 16px;color: #898888;}
.zys2 li{padding-top: 25px;padding-left: 20px;line-height: 22px;font-size: 16px;}
.zys22{float: right;margin-top: -19px;width: 447px;}

.zys3{background: url("../images/y3.png") no-repeat;height: 420px;}
.zys3 h1{padding-top: 80px;padding-left: 100px;font-size: 22px;}
.zys3 p{padding-top: 12px;padding-left: 100px;font-size: 16px;color: #898888;}
.zys3 li{padding-top: 25px;padding-left: 50px;line-height: 22px;font-size: 16px;}

.zys4{background: url("../images/y4.png") no-repeat;height: 420px;}
.zys4 h1{padding-top: 77px;padding-left: 70px;font-size: 22px;}
.zys4 p{padding-top: 12px;padding-left: 70px;font-size: 16px;color: #898888;}
.zys4 li{padding-top: 23px;padding-left: 20px;line-height: 24px;font-size: 16px;}
.zys22{float: right;margin-top: 3px;width: 447px;}

.zys5{background: url("../images/y5.png") no-repeat;height: 420px;}
.zys5 h1{padding-top: 80px;padding-left: 100px;font-size: 22px;}
.zys5 p{padding-top: 12px;padding-left: 100px;font-size: 16px;color: #898888;}
.zys5 li{padding-top: 25px;padding-left: 50px;line-height: 22px;font-size: 16px;}


.zmd{width: 300px;border: 1px solid #c4c4c4;margin-bottom: 40px;overflow: hidden;}
.zmd img{width: 300px;height: 300px;}
.zmd2{margin: 0 50px;}
.zmd3{display: block;width: 100%;height: 40px;text-align: center;line-height: 40px;font-size: 18px;}
.zmd:hover{border: 1px solid #005bc4;}
.zmd img:hover {transform: scale(1.1);}
.zmd img {transition: all .3s; overflow: hidden;}
.zmd4{width: 300px;height: 300px;overflow: hidden;}


.mzd{width: 320px;border: 1px solid #c4c4c4;margin-bottom: 40px;overflow: hidden;position: relative;}
.mzd img{width: 318px;height: 200px;}
.mzd2{margin: 0 20px;}
.mzd3{display: block;width: 100%;height: 40px;text-align: center;line-height: 40px;font-size: 18px;}
.mzd4{width: 318px;height: 200px;overflow: hidden;}

.zmb2{display: none;height: 200px;width: 320px;background: rgba(35,84,216,0.5);position: absolute;top: 0;left: 0;text-align: center;transition: all 0.5s ease;}
.mzd:hover .zmb2{display: block;}

/*技术支持*/
.zzl{margin-bottom: 30px;width: 1000px;}
.zzl2{width: 160px;height: 120px;overflow: hidden;}

.zzl3{width: 80%;height: 120px;padding-left: 30px;border-bottom: 1px dashed #6c6c6c;}
.zzl3 h2{font-size: 18px;margin-bottom: 20px;font-weight: normal;}
.zzl3 p{font-size: 15px;line-height: 28px;}
.zzl2:hover img {transform: scale(1.1);}
.zzl2 img {transition: all linear 1s; width: 160px;height: 120px;}
.page_list,.page {text-align: right;padding-top: 10px;padding-bottom: 25px;margin-top: 5px;float: left;width: 100%;}
.page_list span.current {border: #ddd 1px solid;padding: 8px 12px;font-weight: bold;margin-right: 2px;color: #FFF;background-color: #0066b3;}
.page_list a {border: #ddd 1px solid;color: #0066b3;padding: 8px 12px;margin-right: 2px;background: #fff;}

/*联系*/
.mll{width: 1200px;margin: 0 auto;text-align: center;overflow: hidden;margin-top: 60px;}
.mll h4{font-family: ArialMT;font-size: 16px;font-weight: normal;line-height: 16px;color: #999999;margin-bottom: 10px;}
.mll h3{width: 100%;position: relative;overflow: hidden;text-align: center;}
.mll h3:before{content: "";width: 4%;height: 1px;background-color: #cccccc;position: absolute;left: 0;top: 16.5px;z-index: 0;margin: 0 auto;display: inline-block;margin-left: 47%;}
.mll h3 span.ml1{font-size: 34px;font-weight: lighter;line-height: 34px;color: #333333;padding: 0 10px;background-color: #fff;margin: 0 15px;position: relative;}
.mll h3 span.ml2{font-size: 34px;font-weight: bold;line-height: 34px;color: #0066b3;padding: 0 10px;background-color: #fff;margin: 0 15px;position: relative;}

.zt2{width: 80%;margin: 0 auto;margin-top: 70px;position: relative;}
.zt2 img{width: 70%;}
.zt3{width: 44%;height: 80%;background: rgba(35,84,216,0.7);position: absolute;top: 10%;right: 0;color: #fff;}
.zt3 h2{text-align: center;margin-top: 13%;font-weight: normal;font-size: 26px;}
.zt3 p{text-align: center;font-size: 12px;margin-top: 3px;margin-bottom: 30px;}
.zt3 li{font-size: 18px;line-height: 35px;padding-left: 27%;}
.zt3 li img{width: 18px;margin-right: 15px;padding-top: 2px;}
.zt3 ul{width: 100%;margin: 0 auto;}


/*关于*/
.zab_left{width: 50%;}
.zbt{height: 500px;background: #e5e5e557;padding-left: 10%;padding-right: 10%;}
.zbt h1{text-align: left;padding-top: 50px;padding-bottom: 40px;}
.zbt p{font-size: 14px;line-height: 24px;color:#5d5d5d;margin-bottom: 30px;}
.zbm{height: 700px;}
.zbm1{position: relative; top: 12%; left:10.1%;}
.zbm0{width: 45%;overflow: hidden;}
.zbm2{position: relative; top:-68%; left: 55.02%;}
.zbm3{position: relative; top: -69%; left: 55.02%;}
.zbm4{position: relative; top:-68%; left: 0%;}
.zbm5{position: relative; top: -73%; left: 0%;width: 88%;margin-top: -51%;}

.zbm1 {width: 45%;}
.zbm1:hover {background: rgba(199,230,248,0.9);z-index: 66;}

.zbm0 .mask{position: absolute;top: 0;left: 0;height:360px;width: 100%;background: rgba(35,84,216,0.7);color: #fff;text-align: center;line-height: 25px;display: none;}
.zbm0 .mask h1{padding-top: 35%;margin-bottom: 15px;}
.zbm0 .mask p{font-size: 16px;}
.zbm1:hover .mask{display: block;}
.zbm2:hover .mask{display: block;}
.zbm3:hover .mask{display: block;}
.zbm4:hover .mask{display: block;}
.zbm5:hover .mask{display: block;}
.zab_left{float: left;width: 50%;}
.zab_right {float: left; width: 50%;}
.zrm2_right{float: left;padding-left: 45%;position: relative;}
.zrm img{width: 100%;float: left;}
.zrm2{margin-top: -3px;}

.zti {width: 100%;min-width: 1200px;margin-top: 80px;position: relative;}
.zti img {width: 100%;}
.zti h1{position: absolute;left: 48%;top: 8%;font-size: 32px;color: #fff;}
.ztm{position: absolute;top: 28%;left: 0%;font-size: 18px;color: #fff;line-height: 34px;width: 100%;}
.ztm ul{float: left;width: 12%;text-align: right;}
.ztm ul li:first-child{font-weight: bold;}
.ztm ul:nth-child(2){width:16%;}
.ztm ul:nth-child(3){width:16%;}
.ztm ul:nth-child(4){width:17%;}
.ztm ul:nth-child(5){width:17%;}
.ztm2{position: absolute;top: 70%;left: 0%;font-size: 18px;color: #fff;line-height: 34px;width: 100%;}
.ztm2 ul{float: left;width: 20%;text-align: right;}
.ztm2 ul li:last-child{font-weight: bold;}
.ztm2 ul:nth-child(2){width:16%;}
.ztm2 ul:nth-child(3){width:17%;}
.ztm2 ul:nth-child(4){width:17%;}
.ztm2 ul:nth-child(5){width:17%;}

.ztt{width: 85%;margin: 100px auto 30px auto;height: 45px;}
.ztt h1{font-size: 25px;}


.zxw2 {background: url(../images/zbg12.jpg) center 60px no-repeat;}
.x-wrap {position: relative;margin: auto;width: 85%;height: 100%;}

.zxw2 .ul {display: -webkit-box;display: -ms-flexbox;display: flex;margin-top: 45px;}.zxw2 .li {position: relative;width: 50%;}
.zxw2 .li .img {position: relative;overflow: hidden;}
.zxw2 .li:nth-child(1) .cont {top: 0;}
.zxw2 .li .date {font-family: avian;font-size: 22px;}
.zxw2 .li .d {font-size: 54px;line-height: 1;}
.zxw2 .li .t {margin-top: 18px;font-size: 18px;}
.zxw2 .li .p {margin-top: 10px;font-size: 14px;line-height: 1.7143;}
.zxw2 .li .arr {position: relative;margin-top: 15px;height: 30px;background: url(../images/ico6.png) right no-repeat;background-size: contain;}
.zxw2 .li .arr::before {left: 0;width: 19px;height: 19px;background-color: #fff;background-clip: content-box;border: 4px solid rgba(255,255,255,0.4);border-radius: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);}
.zxw2 .li .cont {position: absolute;left: 0;padding: 20px 30px 28px;width: 50%;background-color: #5b82c9;color: #fff;}
.zxw2 .li .arr::after {left: 20px;right: 32px;border-bottom: 1px dashed;}
.zxw2 .li {position: relative;width: 50%;}
.zxw2 .li .img::before {content: '';display: block;padding-top: 62.7381%;}
.zxw2 .li .img .i {position: absolute;left: 0;top: 0;width: 100%;}
.zxw2 .li:nth-child(2) .cont {bottom: 0;}
.zxw2 .li .arr::before, .zxw2 .li .arr::after {content: '';position: absolute;top: 50%;}


.control-box4 ul li {top:135px;}
.prev{left: -6%;}
.next{right: -6%;}
.control-box4 {width: 1400px;height: 340px;background-size: 1055px;background-repeat: no-repeat;background-position: 60px 165px;margin-left: auto;margin-right: auto;margin-top:1px;}
.control-box4 ul {list-style: none;position: relative;}
.control-box4 ul li {position: absolute;top: 135px;cursor: pointer;}
.bigbox4 {height: 340px;overflow: hidden;width: 1275px;margin: auto 70px auto;}
#switcher3 {height: 190px;left: 0;}
.box3 {height: 340px;transition:all .7s ease 0s;width: 255px;float: left;border-left: 3px white solid;}


.browser {margin-top: 20px;width: 100%;line-height: 30px;text-align: center;border-collapse: collapse;background-color: #F6F6F6;margin-bottom: 10px;font-size:14px;}
.browser th {text-align: center;font-weight: normal;border: 1px solid #fff;background-color: #Eeeeee; width:50%;}
.browser td {text-align: center;font-weight: normal;border: 1px solid #c8d2e5;}
.browser thead tr th{background-color:#ddd;}


.zal2{float: left;margin-bottom: 10px;width: 850px;}
.zal2 h2{font-size: 22px;text-align: center;margin-bottom: 50px;}
.time {font-size: 13px;text-align: right;}
.ztz{font-size: 17px;text-indent: 34px;float: left;margin-top: 20px;line-height: 34px;width: 850px;}
.mainside{margin-left: 30%;}

.gsn{
    width: 1000px;
    height: auto;
    padding-left: 100px;
    float: left;
    margin-bottom: 50px;
}
.gsn h1{margin-bottom: 50px;}
.gsn p{
    margin-bottom: 7px;
    font-family: 微软雅黑;
    font-size: 17px;
    line-height: 35px;
    text-indent: 2em;
}
.title2d {
    font-size: 17px;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-image: url(../images/jiantou.png);
    float: left;
    width: 95%;
    display: block;
    text-indent: 1em;
}
.title3d {
    width: 100%;
    display: block;
    margin-top: 10px;
    font-size: 17px;
    text-indent: 2em;
    margin-bottom: 10px;
    line-height: 34px;
    float: left;
}


.z_wt{border-bottom: 1px solid #c5c5c5;padding-bottom: 15px;}
.z_wt span{font-size: 20px;margin-left: 15px;}
.z_wt span:last-child{float: right;font-size: 16px;padding-right: 20px;}
.z_cj{height: 140px;}
.z_cj ul{width: 40%;padding-top: 30px;margin-left: 70px;float: left;}
.z_cj li{line-height: 40px;background: url(../images/jt.png) no-repeat center left;padding-left: 20px;font-size: 15px;}
.z_cj ul span{float: right;font-size: 12px;color: #9e9e9e;}
.z_cj ul:last-child{margin-left: 5%;}
.z_cj ul li a:hover{color: #0066b3;}



/*xw*/

.z_box{
    border: 1px solid #eee;box-shadow: 1px 1px 5px #ccc;width: 990px;padding: 20px;float: right;
}
.z_title{
    min-height: 90px;
    text-align: center;
}
.z_title h2{
    font-size: 25px;
    letter-spacing: 1px;
    margin: 0;
    padding: 20px 0;
}
.z_time{color: #666;
    font-size: 16px;
    text-align: right;width: 96%;
    margin: 0 auto;
    padding-bottom: 15px;}
.mp{    padding-top: 20px;
    padding-bottom: 50px;
    min-height: 350px;}
.mp p{
    font-size: 17px !important;
    line-height: 28px;
    font-family: Microsoft YaHei !important;

    margin: 0 !important;
    padding: 10px !important;
    text-align: left;
}
.z_img{text-indent: 0 !important;text-align: center;}

.z_p2{font-size: 17px;}
.z_xg2{font-size: 18px;
    padding-bottom: 10px;margin-top: 30px;}
.z_xg2 span{font-weight: bold;
    color: #0066b3;
    border-left: 5px solid #0066b3;
    padding-left: 15px;}
.z_new{line-height: 40px;}
.z_new2 a {
    width: 700px;
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    padding-left: 20px;
}
.z_new li {
    background: url("../images/sg.png") no-repeat center left;
}
.z_new li:hover {
    background:#9e9e9e40;
    border-radius:5px; background: url("../images/sg.png") no-repeat center left;
}

.z_new li a:hover {
    font-weight:bold;
}



.z_kj{
    width: 1200px;margin: 30px auto 80px;
}



.z_kj  ul {
    padding:10px 0;
    border-bottom:1px solid #80b0e1;height: 48px;
}



.z_kj  li {
    float: left;
    padding-right:30px;
    font-size:16px;
}

.z_kj  li.first {
    width:100px;
    font-weight:bold;
    color:#0066b3;
    font-size:17px;
    padding-right:10px;
}


.z_kj  li.last {
    float:right;
    padding:0;
}

.z_kj  li a:hover {
    font-weight:bold;
}

.z_kj  li.last a {
    color:#0066b3;
}

.z_kj  li.link a {
    color: #444;
}

.zs1{
    padding-left: 12px;
    background: url("../images/zs1.png") no-repeat left;
    background-position: top 8px left 0px;
    height: 55px;
    line-height: 52px;
    font-size: 21px;
    font-weight: bold;
}
.zs1 span{color: #fff;font-size: 16px;}



@media screen and (max-width:1900px) {  .animenu__nav > li > a {padding: 15px 60px;text-transform: uppercase;} .zbm2{position: relative; top:-56%;}  .zbm3{position: relative; top: -57%;}  .zbm5{margin-top: -25%;}  .zt3 li{font-size: 16px;line-height: 32px;padding-left: 28%;}  }
@media screen and (max-width:1800px) {  .top_main {width: 1400px;margin: 0 auto;}  .animenu__nav > li > a {padding: 15px 50px;text-transform: uppercase;}  .zbm{height: 700px;}  .zbm2{position: relative; top:-56%;}  .zbm3{position: relative; top: -57%;}  .zbm5{margin-top: -35%;}  .zbm1{position: relative; top: 9%; left:10%;}  .zt3 li{font-size: 15px;line-height: 32px;padding-left: 26%;}  }
@media screen and (max-width:1600px) {  .top_main {width: 1400px;margin: 0 auto;}  .animenu__nav > li > a {padding: 15px 40px;text-transform: uppercase;}   .zbm{height: 700px;}  .zbm2{position: relative; top:-53%;}  .zbm3{position: relative; top: -54%;}  .zbm1{position: relative; top: 7%; left:10%;}  .zbm5{margin-top: -25%;} .prev{left: 0;}.next{right: 0;} }
@media screen and (max-width:1440px) {   .top_main {width: 1200px;margin: 0 auto;}  .zbm{height: 550px;}  .zbm2{position: relative; top:-75%;}  .zbm3{position: relative; top: -76%;}  .zbm0 .mask{height:100%;}  .zbm1{position: relative; top: 5%; left:10%;}  .zbm5{margin-top: -35%;}  .ztm2 ul:nth-child(3){width:18%;}  .ztm2 ul:nth-child(4){width:16%;}  .zti {margin-top: 0;}  .zt3 li{font-size: 15px;line-height: 32px;padding-left: 22%;}.tit1{top: 8%;position: absolute;} .ztm2 {top: 67%;} }
