@charset "utf-8";
html,body{height:100%;}

body{margin:0px auto; font-size:16px; line-height:28px; color:#333333; width:100%; min-width:300px; zoom:1;font-family:pingfang,"Microsoft YaHei",Arial,Helvetica,sans-serif,Arial,"宋体";}
ul,li,form, dl,dt,dd,div,ul,li,p,em,i,address{ font-style:normal; list-style:none; padding: 0px; margin: 0px;}
h1,h2,h3,h4,h5,h6{ padding:0px; margin:0px;}
select,input,textarea,button{ font-size:14px; border-radius:0; -webkit-border-radius:0; color:#545454;font-family:pingfang,"Microsoft YaHei",Arial,Helvetica,sans-serif,Arial,"宋体";}
input:focus { outline: none;}
input,button,select,textarea{ border:0px;outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/}
button{ cursor:pointer;}
textarea{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/}
textarea,input,select { background:none; border:none; margin:0; padding:0;}
article,aside,footer,header,hgroup,nav,section,figure,fxigcaption,address{ display: block;} /*html5设置*/
figure,figcaption{ margin:0px; padding:0px;}
audio,canvas,progress,video { display: inline-block; vertical-align: baseline;}
img{ max-width:100%; border:none; border:0;  vertical-align:middle;}
a{ color:#333333; text-decoration:none; noline:-webkit-tap-highlight-color:rgba(0,0,0,0);transition: all ease 0.3s;}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; color:#1b62b7;}
.clear{ clear:both; overflow:hidden;}
.lf{float:left;}
.rt{float:right;}

@media(max-width:992px){
    body{font-size: 14px;}
}

/*input字体*/
:-moz-placeholder {color: #999999;}
::-moz-placeholder {color: #999999;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: #999999;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #999999;}

select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: solid 1px #d9d9d9; text-indent:1em;
	/*很关键：将默认的select选择框样式清除*/
	appearance: none; color:#999999;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url(../images/ico/selectarr.png) no-repeat scroll 95% center transparent;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
display: none;
}


.Contain{width:1600px;margin:0 auto;}
@media(max-width:1600px){
    .Contain{width:95%;margin:0 auto;}
}

/*Top*/
.Top{height:100px;line-height: 100px;width:100%;position: relative;transition: all .5s;z-index:999;}
.Top.on{position: fixed;width:100%;top:0;left:0;background:rgba(255,255,255,0.8);box-shadow: 0 0 10px #ddd;;}
.Top::after{content:'';display: block;width:10%;height:100%;background:#1b62b7;position: absolute;top:0;right:0;z-index:-1;}
.Top .Logo a{display: block;}
.Top .Logo a img{vertical-align: middle;}
.Top .m-btn{display: none;position: absolute;cursor: pointer;right:20px;top:30px;float:right;}
.Top .m-btn span{display: block;width:23px;height:2px;background:#fff;position: relative;-webkit-transition: all 200ms cubic-bezier(.4,0,0,1);-o-transition: all 200ms cubic-bezier(.4,0,0,1);transition: all 200ms cubic-bezier(.4,0,0,1);}
.Top .m-btn span::before, .m-btn span::after{content:'';display: block;height:2px;width:23px;background:#fff;position: absolute;left: 0;-webkit-transition: all 200ms cubic-bezier(.4,0,0,1);-o-transition: all 200ms cubic-bezier(.4,0,0,1);transition: all 200ms cubic-bezier(.4,0,0,1);}
.Top .m-btn span:before {top: -8px;}
.Top .m-btn span:after {bottom: -8px;}
.Top .m-btn.active span {background: transparent;margin-left: 10px;}
.Top .m-btn.active span:before {transform: rotate(-48deg) translate(-6px, 5px);-webkit-transform: rotate(-48deg) translate(-6px, 5px);-o-transform: rotate(-48deg) translate(-6px, 5px);width: 24px;}
.Top .m-btn.active span:after {transform: rotate(48deg) translate(-6px, -5px);-webkit-transform: rotate(48deg) translate(-6px, -5px);-o-transform: rotate(48deg) translate(-6px, -5px);width: 24px;}
.Top .top-icon ul li{float:left;position: relative;text-align: center;z-index:999px;width:100px;height:100%;}
.Top .top-icon ul li.search{height:100%;background:#0994dc;}
.Top .top-icon ul li.search img{height:25px;vertical-align: middle;}
.Top .top-icon ul li.search img.close{display: none;}
.Top .top-icon ul .search a.on img.search-icon{display: none;}
.Top .top-icon ul .search a.on img.close{display: inline-block;}
.Top .top-icon ul li.search .search-box{top:100px;right:0;background:#fff;width:300px;height:50px;line-height: 50px;position: absolute; top:110px;}
.Top .top-icon ul li.search .search-box input{width:230px;height:100%;padding-left:10px;position: absolute;left:0;top:0;}
.Top .top-icon ul li.search .search-box button{border:none;background:#1b62b7;width:50px;height:100%;position: absolute;top:0;right:0;}
.Top .top-icon ul li.search .search-box button img{height:25px;}
.Top .top-icon ul li.chinese{background:#1b62b7;padding:0 10px;}
.Top .top-icon ul li.chinese a{display: inline-block;}
.Top .top-icon ul li.chinese a img{height:20px;}
.Top .top-icon ul li.chinese .chinese-change{top:100px;right:0;width:100px;background:#1b62b7;text-align: center;}
.Top .top-icon ul li .li-box{position: absolute;z-index:999;display: none;}
.MainNav>ul>li{float:left;padding:0 10px;position: relative;}
.MainNav>ul>li::before{content:'';display: block;z-index:-1;width:100%;height:100%;position: absolute;top:0;left:0;background:#1b62b7;transform: rotateY(90deg);-webkit-transform: rotateY(90deg);transition: all linear .3s;-webkit-transition: all linear .3s;}
.MainNav>ul>li.active>a{color:#fff;}
.MainNav>ul>li.active::before{transform: rotateY(0);-webkit-transform: rotateY(0);}
.MainNav>ul>li:hover>a{color:#fff;}
.MainNav>ul>li:hover::before{transform: rotateY(0);-webkit-transform: rotateY(0);}
.MainNav>ul>li>a{font-size: 17px;}
.MainNav ul li .nav_er{width:200px;position: absolute;top:100px;left:50%;margin-left:-100px;background:rgba(255,255,255,0.8);display: none;}
.MainNav ul li .nav_er ul li{line-height: 40px;padding:0 20px;font-size: 15px;text-align: center !important;}
.MainNav ul li .nav_er ul li a{font-size: 15px;}

@media(max-width:1560px){
.MainNav>ul>li>a {font-size:15px;}
.MainNav>ul>li {padding:0 8px;}
}
@media(max-width:1440px){
.MainNav>ul>li>a {font-size:14px;}
.MainNav>ul>li {padding:0 5px;}
}
@media(max-width:1280px){
    .Top{height:80px;line-height: 80px;}
    .Top .top-icon ul li{width:80px;}
    .Top .top-icon ul li.search{padding:0 5px;}
    .Top .top-icon ul li.search .search-box{top:80px;}
    .Top .top-icon ul li{width:auto;}
    .Top .top-icon ul li.chinese .chinese-change{top:80px;}
    .MainNav ul li{padding:0 10px;}
    .MainNav ul li a{font-size: 12px;}
}
@media(max-width:992px){
    .Top::after{width:15%;}
    .Top .Logo img{height:30px;}
    .Top .m-btn{display: block;}
    .Top{height:60px;line-height: 60px;}
    .Top .top-icon ul li{width:60px;}
    .Top .top-icon ul li.search .search-box{top:60px;}
    .Top .top-icon ul li.chinese{font-size: 14px;}
    .Top .top-icon ul li.chinese .chinese-change{top:60px;}
    .Top .top-icon{margin-right:30px;}
    .Top .top-icon ul li.search img{height:25px;}
    .MainNav {position: absolute;top:60px;left:0;z-index:999;width:80%;background:#1b62b7;transform: translateX(-100%);-webkit-transform: translateX(-100%);transition: all linear 0.5s;-webkit-transition: all linear .5s;padding:20px 0 50px 0;}
    .MainNav.show{transform: translateX(0);-webkit-transform: translateX(0);}
    .MainNav ul{padding:0 40px 0 20px}
    .MainNav ul li{display: block;width:100%;line-height: 40px;padding-left:10px;border-bottom:1px solid rgba(9,148,220,0.5)}
    .MainNav ul li a{color:#fff;}
    .MainNav ul li.active a{color:#fff;}
    .MainNav ul li::before{display: none;}

    .Top .top-icon ul li.chinese a img{height:10px;}

    .MainNav ul li .nav_er {display: none;position: initial;width: 100%;margin-left: 0;}
    .MainNav ul li .nav_er ul li{text-align: left !important;padding: 0;}
    .MainNav ul li .nav_er ul li a{color: #333;}
}
/*Top*/

/*Banner*/
.HomeBan{position: relative;}
.HomeBan .slides li{position: relative;}
.HomeBan .slides li .ban-text{position: absolute;bottom:0;left:0;width:100%;}
.HomeBan .slides li .ban-text .ban-text-box{width:130px;height:130px;background:rgba(27,98,183,0.8);color:#fff;line-height: 130px;text-align: center;}
.HomeBan .slides li .ban-text .ban-text-box span{font-size: 46px;}
.HomeBan .slides li .ban-text .ban-text-box .span2{font-size: 30px;}
.HomeBan .flex-direction-nav{bottom:50px;right:6%;}
.flex-direction-nav .flex-prev{left: 4.5% !important;}
.flex-direction-nav .flex-next{right: 4.5% !important;}
.HomeBan .flex-direction-nav li{width:50%;height:46px;display:inline-block;}
.HomeBan .flex-direction-nav li a{margin:0;}
/* .HomeBan .flex-direction-nav li a.flex-prev::after{content:'';display: inline-block;height:30px;width:2px;background:#fff;position: relative;right:-40px;} */
.HomeBan .flex-direction-nav li a{color:#fff;font-weight: bold; font-size: 40px;}

.HomeBan .ban-video{width:300px;height:150px;position: absolute;right:0;bottom:0;z-index:999;}
.HomeBan .ban-video video{height:100%;width:100%;object-fit: fill;}

@media(max-width:992px){
    .HomeBan .slides li .ban-text .ban-text-box{width:60px;height:60px;line-height: 60px;}
    .HomeBan .slides li .ban-text .ban-text-box span{font-size: 25px;}
    .HomeBan .slides li .ban-text .ban-text-box .span2{font-size: 18px;}
    .HomeBan .flex-direction-nav{bottom:10px;}
    .HomeBan .flex-direction-nav li a{font-size: 25px;}
    .HomeBan .flex-direction-nav li a.flex-prev::after{height:20px;}

    .HomeBan .ban-video{width:130px;height:75px;}
}

/*Banner*/

/*Bottom*/
.Bottom{background:#f5f5f5;padding:50px 0 10px 0;}
.Bottom .foot-nav{width:70%;}
.Bottom .foot-nav .foot-box{width:16.6666%;float:left;}
.Bottom .foot-nav .foot-box h1{font-size: 18px;font-weight: bold;margin:0 0 15px 0;}
.Bottom .foot-nav .foot-box ul li{line-height: 35px;font-size: 15px;}
.Bottom .foot-right {width:30%;}
.Bottom .foot-right .foo-er{width:120px;text-align: center;padding:10px 0;}
.Bottom .foot-right .foo-er img{width:100%;}
.Bottom .foot-right .foot-con{width:50%;}
.Bottom .foot-right .foot-con>span{font-size: 16px;font-weight: bold;color:#666;}
.Bottom .foot-right .foot-con>p{color:#1b62b7;font-size: 25px;font-weight: bold;margin:10px 0 20px 0;}
.Bottom .foot-right .qq{height:40px;width:70%;background:#1b62b7;text-align: right;padding:0 20px;line-height: 40px;position: relative;margin-bottom:20px;}
.Bottom .foot-right .qq::after{content:'';display: block;width:100%;height:100%;background:url(../images/f-qq.png) no-repeat center left 20px;position: absolute;top:0;left:0;}
.Bottom .foot-right .qq a{color:#fff;}

.Bottom .foot-right .enjoy ul {margin-top:20px;}
.Bottom .foot-right .enjoy ul li{display: inline-block;width:50px;height:50px;background:#ddd;text-align: center;line-height: 50px;border-radius: 50%;position: relative;}
.Bottom .foot-right .enjoy ul li>img{height:25px;vertical-align: middle;}
.Bottom .foot-right .enjoy ul li .tc-er{transform: scale(0);-webkit-transform: scale(0);transition: all .5s;-webkit-transition: all .5s;position: absolute;top:-110px;width:110px;height:110px;margin-left:-55px;left:50%;}
.Bottom .foot-right .enjoy ul li .tc-er img{height:110px !important;width:110px !important;}
.Bottom .foot-right .enjoy ul li:hover .tc-er{transform: scale(1);-webkit-transform: scale(1);}

.Bottom .foot-bottom{padding:50px 0 0 0;font-size: 14px;text-align: center;}

@media(max-width:992px){
    .Bottom {padding:20px 0;}
    .Bottom .foot-nav{display: none;}
    .Bottom .foot-right {width:100%;}
    .Bottom .foot-right .foot-con{width:100%;}
    .Bottom .foot-right .foo-er{display: none;}

    .Bottom .foot-bottom{padding:10px 0 0 0;}
}

/*Bottom*/

/*index*/
/* 首页产品 */
.product{padding-top:40px;}
.product .pro-text{font-size: 18px;margin: 50px 0 0 50px;}
.product .pro-text-en{font-size: 12px;color:#dbdbdb;margin:50px 0 0 50px;}
.pro-menu{float:right;margin-top:50px;}
.pro-menu a{display: inline-block;margin-left:10px;padding:0 20px;height:60px;border:2px solid #eeeeee;font-size: 18px;font-weight: bold;text-align: center;line-height: 60px;}
.pro-menu a.active{border:2px solid #1b62b7; color:#1b62b7;}
.pro-menu a:hover{border:2px solid #1b62b7; color:#1b62b7;}
.pro-box .pro-er-menu{text-align: right;}
.pro-box .pro-er-menu a{display: inline-block;padding-left:30px;position: relative;}
.pro-box .pro-er-menu a:before{content:'';display: block;height:20px;width:1px;background:#ddd;position: absolute;left:13px;top:5px;}
.pro-box .pro-er-menu a:first-child:before{background:none;}
.pro-box .pro-er-menu a.active{color:#1b62b7;}
.pro-box .pro-er-menu a:hover{color:#1b62b7;}
.pro-box .pro-content{margin-left:-2%;margin-top:20px;}
.pro-box .pro-content .pro-list{float:left;width:23%;margin-left:2%;margin-bottom:30px;position: relative;}
.i-pro-box .pro-content .pro-list{width:31.33% !important; }
.pro-box .pro-content .pro-list .pro-img img{width:100%;height:280px;}
.pro-box .pro-content .pro-list .pro-name{opacity: 0;;position: absolute;left:0;bottom:0;width:100%;height:55px;background:rgba(27,98,183,0.85);line-height: 55px;color:#fff;text-indent: 2em;transition: all ease .5s;-webkit-transition: all ease .5s;}
.pro-box .pro-content .pro-list:hover .pro-name{opacity: 1;}
.pro-box .pro-content .pro-list .pro-name img{height:12px;position: absolute;left:50%;top:25px;transition: all ease .5s;-webkit-transition: all ease .5s;}
.pro-box .pro-content .pro-list:hover .pro-name img{left:80%;}
.pro-box .pro-content-1 .pro-list{width:100% !important;}
.pro-box .pro-content-1 .pro-list .pro-img img{width:100%;}

.ny-pro-info{background:none !important;}
.ny-ban{clear: both;}

@media(max-width:1440px){
    .pro-box .pro-content .pro-list .pro-img img{height:236px;}
}
@media(max-width:1366px){
    .pro-box .pro-content .pro-list .pro-img img{height:220px;}
}
@media(max-width:1440px){
    .pro-box .pro-content .pro-list .pro-img img{height:196px;}
}

@media (max-width:992px){
    .product .pro-logo img{height:60px;}
    .product .pro-text{font-size: 16px;margin: 5px 0 0 10px;}
    .product .pro-text-en{margin:10px 0 0 10px;}
    .pro-menu{width:100%;margin-top:20px;}
    .pro-menu a{height:30px;line-height: 30px;font-size: 14px;padding:0 10px;font-weight: normal;}
    .pro-box .pro-er-menu{text-align: left;margin-top:10px;}
    .pro-box .pro-er-menu a{padding-left:10px;}
    .pro-box .pro-er-menu a:before{left:3px;}
    .pro-box .pro-content{margin-left:0;}
    .pro-box .pro-content .pro-list{width:100%;margin-left:0;}
    .i-pro-box .pro-content .pro-list{width:100%;margin-left:0;}
    .pro-box .pro-content .pro-list .pro-img img{height:auto;}
}

/* 首页产品 end */

/* 首页关于我们 */
.about{padding:70px 0;background:url(../uploadfiles/image/about-bg.jpg) no-repeat;background-size: 100% 100%;text-align: center;}
.about-title h1{font-size: 40px;font-weight: bold;}
.about-title p{font-size: 14px;color:#bdbdbd;margin:30px 0 15px 0;}
.about-title b{display: inline-block;width:18px;height:5px;background:#313131;}
.about .about-dec{color:#888888;margin:30px 0;}
.about .about-dec strong{font-weight: normal;color:#333333;}
.about .about-icon{margin:60px 0;}
.about .about-icon ul li{display: inline-block;margin:0 15px;}
.about .about-icon ul li .about-icon-box{width:150px;height:150px;border-radius: 50%;border:2px solid #eeeeee;line-height: 150px;text-align: center;}
.about .about-icon ul li p{font-size: 14px;padding:15px 0;}
.about .about-more a{display: inline-block;width:200px;height:50px;text-align: center;line-height: 50px;background:#313131;color:#fff;}

@media(max-width:992px){
    .about .about-title h1{font-size: 20px;}
}

/* 首页关于我们 end */

/* 首页新闻 */
.news{position: relative;}
.news .news-bg{min-height:620px;}
.news .news-left-bg{width:55%;background:url(../uploadfiles/image/news-bg1.jpg) no-repeat;background-size: 100% 100%;}
.news .news-right-bg{width:45%;background:url(../uploadfiles/image/news-bg2.jpg) no-repeat;background-size: 100% 100%;}
.news .news-box{width:100%;padding:50px 0 0 0;position: absolute;top:0;left:0;}
.news .news-box .news-left{width:52.5%;padding-right:3%;}
.news .news-box .news-title h3{font-size: 25px;font-weight: bold;display: inline-block;}
.news .news-box .news-title a{float:right;font-size: 36px;color:#1b62b7;}
.news .news-box .news-left .news-left-list{margin-top:30px;position: relative;}
.news .news-box .news-left .news-left-list .news-left-img{width:100%;overflow: hidden;padding-top:340px;position: relative;}
.news .news-box .news-left .news-left-list .news-left-img span{background-position:center center; background-repeat:no-repeat; background-size:cover; position:absolute; left:0px; top:0px; width:100%; height:100%;display: flex;align-items: center;justify-content: center;}
.news .news-box .news-left .news-left-list .news-left-img img{width:100%;height:260px;}
.news .news-box .news-left .news-left-list .news-left-content{width:100%;}
.news .news-box .news-left .news-left-list .news-left-content h4{font-size: 18px;font-weight: normal;padding-top:10px;}
.news .news-box .news-left .news-left-list .news-left-content p{font-size: 14px;color:#a3a3a3;line-height: 20px;margin:15px 0 20px 0;display: -webkit-box;display: box;overflow: hidden;text-overflow: ellipsis;word-break: break-all;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.news .news-box .news-left .news-left-list .news-left-content .news-left-time{font-size: 14px;color:#fff;position: absolute;top:0;left:0;background:#1b62b7;width:100px;text-align: center;padding:25px 0;}
.news .news-box .news-left .news-left-list .news-left-content .news-left-time h1{font-size: 25px;font-weight: bold;}
.news .news-box .news-left .news-left-list .news-left-content .n-more{width:40px;height:15px;line-height:15px;background:#1b62b7;text-align: center;padding:3px 10px;}




.news .news-box .news-right{width:41.5%;padding-left:3%;}
.news .news-box .news-right .news-title{color:#fff;}
.news .news-box .news-right .news-title a{color:#fff;}
.news .news-box .news-right .news-right-content .news-right-list{padding:35px 20px 35px 70px;position: relative;;border:1px solid rgba(255,255,255,0.5);position: relative;margin:30px 0;}
.news .news-box .news-right .news-right-content .news-right-list a{color:#fff;}
.news .news-box .news-right .news-right-content .news-right-list h4{font-size: 18px;font-weight: normal;}
.news .news-box .news-right .news-right-content .news-right-list p{font-size: 14px;line-height: 20px;padding-top:10px;display: -webkit-box;display: box;overflow: hidden;text-overflow: ellipsis;word-break: break-all;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}

.news .news-box .news-right .news-right-content .news-right-list .n-time{width:80px;padding:18px 0;color:#fff;text-align: center;font-size: 14px;background:#2d303c;position: absolute; top:50%;left:-30px;margin-top:-47px;}
.news .news-box .news-right .news-right-content .news-right-list .n-tim h1{font-size: 25px;font-weight: bold;}


@media(min-width:1400px){
    .news .news-box .news-left .news-left-list .news-left-img img{height:260px;}
}

@media(max-width:992px){
    .news .news-bg{min-height:475px;}
    .news .news-left-bg{width:100%;}
    .news .news-right-bg{width:100%;}
    .news .news-box{padding:50px 0 0 0;}
    .news .news-box .news-title h3{font-size: 20px;}
    .news .news-box .news-left{width:95%;padding-right: 0;}
    .news .news-box .news-left .news-left-list .news-left-content{width:100%;}
    .news .news-box .news-left .news-left-list .news-left-content h4{font-size: 16px;}
    .news .news-box .news-left .news-left-list .news-left-content p{margin:5px 0;}
    .news .news-box .news-right{width:95%;padding-left:0;margin:75px auto 0;}
    .news .news-box .news-right .news-right-content .news-right-list{padding:15px 0 15px 70px;}
    .news .news-box .news-right .news-right-content .news-right-list h4{font-size: 16px;}
    .news .news-box .news-right .news-right-content .news-right-list .n-time{left:-20px;}
    .news .news-box .news-left .news-left-list .news-left-img{padding-top:50%;}
}

/* 首页新闻 end */
/*index*/

/* 内页 */
.ny{padding:50px 0 100px 0;}
.ny .ny-title{font-size: 30px;font-weight: bold;text-align: center;}
/* 产品中心 */
.ny-pro{background:url(../uploadfiles/image/about-bg.jpg) no-repeat;background-size: 100% 100%;}
.ny .pro-menu{float:none;text-align: center;}
.ny-pro .pro-box .pro-er-menu{text-align: center;margin-top:30px;}
.ny-pro .pro-box .pro-er-menu a{padding:0 20px;}
.ny-pro .pro-box .pro-er-menu a:before{left:0;}

.pro-box .pro-content-1 .ct-pro{width:90% !important;margin:0 auto;}
.ct-pro .pro-img{width:67%;}
.ct-pro .pro-img img{height:auto !important;}
.ct-pro .pro-txt{width:30%;margin-top:50px;height:437px;overflow: hidden;}




@media(max-width:992px){
    .ny .ny-title{font-size: 20px;}
    .ny-pro .pro-box .pro-er-menu a{padding:0 5px;}
    .ny-pro .pro-box .pro-er-menu a:before{left:-2px;}
    .ct-pro .pro-img{width:100%;}
    .ct-pro .pro-txt{height:auto;width:100%;}
}
/* 产品中心 end */

/* 关于我们 */
.w-1000{width:1200px;margin:0 auto;text-align: center;}
.w-1000 .ny-logo{margin:50px 0;}
.w-1000 .ny-about-content{margin:30px 0;line-height: 30px;}
.w-1000 .ny-about-content p{margin-bottom:20px;}
.w-1000 .ny-about-text{width:100%;margin:50px auto 0;padding:30px;border-top:2px solid #eee;border-bottom:2px solid #eee;text-align: left}
.w-1000 .ny-about-text .ny-about-cn{color:#1b62b7;}
.w-1000 .ny-about-text .ny-about-en{font-size: 12px;color:#9e9e9e;}

@media(max-width:992px){
    .w-1000{width:95%;}
    .pro-menu a{margin-bottom:10px;}
    .about-title h1{font-size: 20px;}
    .w-1000 .ny-about-text{width:100%;padding:0;}
    .w-1000 .ny-about-text .ny-about-cn{font-size: 12px;}
    .w-1000 .ny-about-text .ny-about-en{width:100%;}
}
/* 关于我们 end */

/* 荣誉资质 */
.honor-box{margin:80px 0;}
.honor-box .honor-part1{border:2px solid #eee;}
.honor-box .honor-part1-box{display: inline-block;}
.honor-box .honor-part1 .honor-part1-left{width:25%;padding:100px 0;text-align:center;background:url(../uploadfiles/image/h-bg.png) no-repeat;background-size: 100% 100%;}
.honor-box .honor-part1 .honor-part1-right{width:65%;padding:33px 5%;background:url(../uploadfiles/image/hh.jpg) no-repeat;background-size: 100% 100%;}
.honor-box .honor-part1 .honor-part1-left h3{font-size: 30px;font-weight: bold;color:#1b62b7;padding:20px 0;}
.honor-box .honor-part1 .honor-part1-left p{width:100px;height:30px;line-height: 30px;text-align: center;color:#fff;background:#1b62b7;border-radius: 30px;margin:20px auto;}
.honor-box .honor-part1 .honor-part1-right .honor-part1-img{width:35%;height:410px;line-height:410px;text-align:center;background:#fff;box-shadow: 0 0 10px #ddd;}
.honor-box .honor-part1 .honor-part1-right .honor-part1-img img{width:60%;display: inline-block;}
.honor-box .honor-part1 .honor-part1-right .honor-part1-content{width:55%;padding:50px 0 50px 10%;}
.honor-box .honor-part1 .honor-part1-right .honor-part1-content h3{font-size: 24px;margin:20px 0;font-weight: bold;}
.honor-box .honor-part1 .honor-part1-right .honor-part1-content p{color:#898989;line-height:30px;text-indent: 2em;}

.honor-box .honor-part2-box{margin:50px 0;margin-left:-3%;}
.honor-box .honor-part2-box .honor-part2-list{margin-bottom:30px;width:22%;float:left;margin-left:3%;}
.honor-box .honor-part2-box .honor-part2-list .honor-part2-img{background:url(../uploadfiles/image/honor-bg.png) no-repeat;text-align: center;height:475px;line-height: 430px;background-size: 100% 100%;box-sizing: border-box;padding:20px;}
.honor-box .honor-part2-box .honor-part2-list .honor-part2-img img{width:100%;vertical-align: middle;}
.honor-box .honor-part2-box .honor-part2-list p{text-align: center;padding:10px 0;}

.honor>.flex-control-nav{display: none;}
.honor_1{position: relative;}
.honor_1 .flex-control-nav{z-index:999;text-align: left;bottom:10px;left:12%;width:auto;}
.honor_1  .flex-direction-nav a{top:auto;bottom:10px;color:#898989;width:40px;height:40px;line-height:40px;border-radius: 50%;border:1px solid #898989;}
.honor_1  .flex-direction-nav a:hover{background:#005bac;color:#fff;border:1px solid transparent;}
.honor_1 .flex-direction-nav .flex-prev{right:70px;left:auto;}

@media(max-width:1440px){
    .honor-box .honor-part2-box .honor-part2-list .honor-part2-img{height:390px;line-height: 390px;}
}

@media(max-width:1200px){
    .honor-box .honor-part2-box .honor-part2-list .honor-part2-img{height:320px;line-height: 270px;}
}



@media(max-width:992px){
    .honor-box .honor-part1 .honor-part1-left{width:100%;}
    .honor-box .honor-part1 .honor-part1-right{width:90%;}
    .honor-box .honor-part1 .honor-part1-right .honor-part1-img{width:100%;height:auto;line-height: auto;}
    .honor-box .honor-part1 .honor-part1-right .honor-part1-content{width:100%;padding:40px 0 60px 0;}
    .honor-box .honor-part2-box{margin-left:0;}
    .honor-box .honor-part2-box .honor-part2-list{width:100%;margin-left:0;}
    .honor-box .honor-part2-box .honor-part2-list .honor-part2-img{width:100%;height:auto;line-height: auto;padding:20px;}
}

/* 荣誉资质 :end */

/* 发展历程 */
.fzlc .fzlc-logo{text-align: center;margin:50px 0;}
.fzlc .fzlc-box .line_1{height:150px;width:2px;background:#eee;margin:0 auto;}
.fzlc .fzlc-box .fzlc-time{float:left;text-align: right;width:45%;font-size: 20px;font-weight: bold;color:#1b62b7;}
.fzlc .fzlc-box .fzlc-title{float:right;text-align: left;width:45%;margin-top:-50px;font-size: 14px;}
.fzlc .fzlc-box .fzlc-title h1{font-size: 20px;margin-bottom:10px;}
.fzlc .fzlc-box .fzlc-center{height:50px;width:7%;margin:0 auto;}
.fzlc .fzlc-box .fzlc-center .fzlc-center-box{width:15px;height:15px;line-height:11px;border:2px solid #1b62b7;text-align: center;margin: 30px auto;}
.fzlc .fzlc-box .fzlc-center .fzlc-center-box .fzlc-center-box-1{width:8px;height:8px;background:#1b62b7;display: inline-block;}
.fzlc .fzlc-box:nth-child(2n) .fzlc-time{float:right;text-align: left;}
.fzlc .fzlc-box:nth-child(2n) .fzlc-title{float:left;text-align: right;}

@media(max-width:992px){
    .fzlc .fzlc-box .fzlc-time{font-size: 18px;}
    .fzlc .fzlc-box .fzlc-title h1{font-size: 18px;}
    .fzlc .fzlc-box .line_1{height:150px;}
}
/* 发展历程 end */



/* 生产车间 */
.sccj{margin:50px 0;margin-left:-2%;}
.sccj-list{width:48%;margin-left:2%;float: left;position: relative;margin-bottom:30px;}
.sccj-list .sccj-img img{width:100%;}
.sccj-list .sccj-name{text-indent:2em;height:70px;width:100%;line-height: 70px;background: linear-gradient(to top,rgba(0,0,0,1),rgba(0,0,0,0.2));position: absolute;bottom:0;left:0;color:#fff;}

@media(max-width:992px){
    .sccj{margin:50px 0;margin-left:0;}
    .sccj-list{width:100%;margin-left:0;}
}
/* 生产车间 :end */

/* 应用领域 */
.yyly-box {border:2px solid #eee;margin:50px 0;}
.yyly .yyly-left{width:35%;background:#eee;padding:5% 5%;}
.yyly .yyly-left .yyly-left-title h3{font-size: 36px;font-weight: normal;line-height: 36px;}
.yyly .yyly-left .yyly-left-title p{font-size: 24px;padding:30px 0;}
.yyly .yyly-left .yyly-left-img{margin-left:-2%;}
.yyly .yyly-left .yyly-left-img .yyly-left-img-box{width:48%;margin-left:2%;float: left;margin-bottom:10px;}
.yyly .yyly-left .yyly-left-img .yyly-left-img-box img{width:100%;}
.yyly .yyly-right{width:49%;padding:5% 3% 0 3%;}
.yyly .yyly-right .yyly-right-title{font-size: 24px;margin:0 0 30px 0;}
.yyly .yyly-right .yyly-right-box {margin-left:-4%;}
.yyly .yyly-right .yyly-right-box ul {float:left;width:46%;margin-left:4%;}
.yyly .yyly-right .yyly-right-box ul li{text-indent:1em;margin-bottom:20px;width:100%;height:55px;line-height:20px;border:2px solid #eee;font-size:14px;display:flex;align-items: center;}
.yyly .yyly-right .yyly-right-box ul li strong{color:#1b62b7;padding-right:10px;}

@media (max-width:992px){
    .yyly-box{margin:20px 0;}
    .yyly .yyly-left{width:90%;}
    .yyly .yyly-left .yyly-left-title h3{font-size: 20px;}
    .yyly .yyly-left .yyly-left-title p{font-size: 14px;padding:10px 0;}
    .yyly .yyly-right{width:100%;float: none !important;}
    .yyly .yyly-right .yyly-right-title{font-size: 20px;}
    .yyly .yyly-right .yyly-right-box{margin-left:0;}
    .yyly .yyly-right .yyly-right-box ul{width:100%;margin-left:0;}
}
/* 应用领域 :end */

/* 应用领域详情 */
.yyly-info {margin:50px 0;}
.yyly-info .yyly-info-title .yyly-info-title-left {width:70%;}
.yyly-info .yyly-info-title .yyly-info-title-left h3{font-size: 36px;font-weight: bold;color:#1b62b7;}
.yyly-info .yyly-info-title .yyly-info-title-left p{font-size: 18px;padding:30px 0;line-height: 36px;}
.yyly-info .yyly-info-title .goback{width:30%;text-align: right;}
.yyly-info .yyly-info-title .goback a{display: inline-block;width:250px;height:80px;line-height: 80px;text-align: center;background:#1b62b7;color:#fff;}
.yyly-info .yyly-info-title .goback a img{display: inline-block;margin-right:10px;}
/* .yyly-info .yyly-info-box .yyly-info-list{margin-bottom:30px;}
.yyly-info .yyly-info-box .yyly-info-list .yyly-info-img{width:50%;float: left;border:1px solid #eee;box-sizing: border-box;text-align: center;}
.yyly-info .yyly-info-box .yyly-info-list:nth-child(2n) .yyly-info-img{float:right;vertical-align: middle;text-align: center;}
.yyly-info .yyly-info-box .yyly-info-list .yyly-info-img img{height:300px;}
.yyly-info .yyly-info-box .yyly-info-list .yyly-info-content{width:40%;float:right;background:#f9f9f9;padding:57px 5% 20px 5%;height:225px;}
.yyly-info .yyly-info-box .yyly-info-list:nth-child(2n) .yyly-info-content{float:left;}
.yyly-info .yyly-info-box .yyly-info-list .yyly-info-content h3{font-size: 26px;margin-bottom:20px;color:#1b62b7;font-weight: normal;} */

.yyly-info .yyly-info-box{margin-left:-3%;}
.yyly-info .yyly-info-box .yyly-info-list{float:left;width:30.33%;margin-left:3%;margin-bottom:30px;}
.yyly-info .yyly-info-box .yyly-info-list .yyly-info-img{border:1px solid #e6e6e6;}
.yyly-info .yyly-info-box .yyly-info-list .yyly-info-img img{height:370px;}
.yyly-info .yyly-info-box .yyly-info-list .yyly-info-content{text-align: center;}
.yyly-info .yyly-info-box .yyly-info-list .yyly-info-content h3{font-size: 16px;font-weight: normal;padding:10px 0;height:76px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}

@media(max-width:1366px){
    .yyly-info .yyly-info-box .yyly-info-list .yyly-info-img img{height:250px;}
}

@media(max-width:992px){
    .yyly-info .yyly-info-box .yyly-info-list{width:47%;}
    .yyly-info .yyly-info-box .yyly-info-list .yyly-info-content h3{font-size: 16px;}
    .yyly-info .yyly-info-box .yyly-info-list .yyly-info-img img{height:auto;}
}





.yyly-other{padding:70px 0;background:#f1f7ff;}
.yyly-other h3{font-size: 26px;font-weight: bold;color:#1b62b7;margin-bottom:30px;}
.yyly-other .other-box{position: relative;margin-left:-20px;}
.yyly-other .other-box .pro-list{float:left;width:31.33%;position: relative;margin-left:20px;}
.yyly-other .other-box .pro-list .pro-img img{width:100%;}
.yyly-other .other-box .pro-list .pro-name{opacity: 1;position: absolute;left:0;bottom:0;width:100%;height:55px;background:rgba(27,98,183,0.85);line-height: 55px;color:#fff;text-indent: 2em;transition: all ease .5s;-webkit-transition: all ease .5s;}
.yyly-other .other-box .pro-list .pro-name img{height:12px;width:34px;position: absolute;left:85%;top:25px;transition: all ease .5s;-webkit-transition: all ease .5s;}
.yyly-other .other-box .flex-control-nav {display: none;}
.yyly-other .other-box .flex-direction-nav{position: absolute;top:-75px;right:0;}
.yyly-other .other-box .flex-direction-nav li{display: inline-block;width:35px;height:28px;line-height: 28px;margin-left:5px;}
.yyly-other .other-box .flex-direction-nav li a{color:#1b62b7;  display: block;width:35px;height:28px;font-size:14px;border:2px solid #1b62b7;box-sizing: border-box;border-radius: 0;line-height: 25px;}
.yyly-other .other-box .flex-direction-nav li a:hover{background:#1b62b7;}

@media (max-width:992px){
    .yyly-other .other-box{margin-left:-10px;}
    .yyly-other .other-box .pro-list{margin:10px;}
    .yyly-other .other-box .pro-list .pro-name{height:35px;line-height:35px;text-indent: 1em;}
    .yyly-other .other-box .pro-list .pro-name img{height:8px;width:20px;left:80%;top:16px;}
}

@media (max-width:992px){
    .yyly-info .yyly-info-title .yyly-info-title-left{width:100%;}
    .yyly-info .yyly-info-title .yyly-info-title-left h3{font-size: 20px;}
    .yyly-info .yyly-info-title .yyly-info-title-left p{font-size: 16px;padding:10px 0;}
    .yyly-info .yyly-info-title .goback{width:100%;text-align: left;}
    .yyly-info .yyly-info-title .goback a{width:200px;height:35px;line-height: 35px;margin-bottom:20px;}
    .yyly-info .yyly-info-box .yyly-info-list .yyly-info-img{width:100%;height:auto;}
    .yyly-info .yyly-info-box .yyly-info-list .yyly-info-content{width:96%;height:auto;padding:10px 2%;}
    .yyly-info .yyly-info-box .yyly-info-list .yyly-info-content h3{font-size: 18px;margin-bottom:10px;}
}
@media (max-width:1600px){}


/* 应用领域详情 :end */

/* 联系我们 */
/* 在线留言 */
.message{padding:70px 80px;background:#f6f6f6;margin:50px 0 80px 0;}
.message h3{text-align: center;font-size: 36px;margin:0 0 40px 0;}
.message .input-box{height:50px;line-height: 50px;background:#fff;border:1px solid #eeeeee;padding:0 20px;margin-bottom:20px;}
.message .input-box input{display: inline-block;height:100%;width:90%;margin-left:15px;}
.message .button button{width:100%;height:50px;background:#1b62b7;color:#fff;border:none;}
.message .button input{width:100%;height:50px;background:#1b62b7;color:#fff;border:none;}

@media(max-width:992px){
    .message{padding:10px;}
    .message h3{font-size: 18px;margin:0 0 10px 0;}
    .message .input-box input{width:80%;}

    .pro-menu a{font-size: 14px;margin-left:0;}
}
/* 在线留言 :end */

/* 人才招聘 */
.job{margin:50px 0;}
.job .job-list{border:1px solid #eee;border-left:5px solid #1b62b7;margin-bottom:20px;cursor: pointer;}
.job .job-list .job-name{height:50px;line-height: 50px;padding:0 20px;}
.job .job-list .job-name .span0{font-size: 18px;font-weight: bold;}
.job .job-list .job-name .job-more{float:right;width:55px;height:25px;margin-top:12px;line-height: 25px;border-radius: 25px;border:2px solid #1b62b7;text-align: center;color:#1b62b7;}
.job .job-list .job-name .job-more2{display: none;}
.job .job-list.on .job-name .job-more1{display: none;}
.job .job-list.on .job-name .job-more2{display: inline-block;}
.job .job-list .job-detail{margin:10px 0;padding:0 50px;display: none;}
.job .job-list .job-detail .yq{margin-bottom:20px;}
.job .job-list .job-detail .yq h3{font-weight: normal;margin-bottom:10px;position: relative;}
.job .job-list .job-detail .yq h3::before{content:'';display: inline-block;width:8px;height:8px;border-radius: 50%;background:#d2d2d2;position: absolute;top:12px;left:-20px;}

.job-list .ljsq{display: block;width:120px;height:45px;text-align: center;line-height: 45px;color:#fff;background:#1b62b7;border-radius: 5px;margin:30px 0;}


@media(max-width:992px){
    .job .job-list .job-detail{padding: 0 30px;}
}

/* 人才招聘 :end */


/* 申请职位 */
.Jobbox{ line-height:38px; width:68%; position:relative; padding:4%; border-radius:10px; margin:20px auto; background:#fff;}
.Jobtit{ text-align:center; color:#333; padding-bottom:3%; font-size:24px;}
.Jobitem{ color:#222222;}
.Jobitem dd{ margin-bottom:8px; width:33.333%; float:left;}
.Jobtit2{ font-size:18px; color:#0080af;}
.jobbtn{ display:block; margin-top:5%; color:#fff; font-size:18px; width:140px; line-height:45px; text-align:center; background:#d7b36f; border-radius:20px;}
.Jobbox .mfp-close{ border-radius:50%; background:#1b62b7; font-size:40px; color:#fff; font-weight:bold; opacity:1; width:39px; height:39px; position:absolute; right:-15px; top:-15px;}
.mfp-close-btn-in .mfp-close{ color:#fff !important;}


.JobForm{ color:#666666; margin:0px 0px 0px 0px;}
.JobForm dl{ width:48%; float:left; padding-left:1%; line-height:28px;}
.JobForm dl dt{ width:22%; float:left; text-align:right; padding:5px 2% 5px 0;}
.JobForm dl dd{ width:70%; float:left;}
.JobForm dl.other{ width:99%; float:none; padding-left:1%;}
.JobForm dl.other dt{ width:10.8%; padding-right:1%;}
.JobForm dl.other dd{ width:84%;}
.JobForm dd{ padding:5px 0px;}
.JobForm .input { background:#fff; border:1px solid #dbdbdb; width:99%; height:28px; line-height:28px;}
.JobForm select { background:#fff; border:1px solid #dbdbdb; width:99%; height:28px; line-height:28px;}
.JobForm .input2 { background:#fff; border:1px solid #dbdbdb; width:99%; height:116px; line-height:23px;}
.JobForm select { border:1px solid #dbdbdb; width:190px; height:23px; line-height:23px;}
.JobForm .sendbtn{ cursor:pointer; color:#fff; width:120px; height:40px; font-size:16px; margin-right:8px;}
.JobForm .resetbtn{ cursor:pointer; color:#fff; width:120px; height:40px; font-size:16px; background:#999;}

@media ( max-width:992px){
    .JobForm dl{ width:auto; float:none; padding-left:0%;}
    .JobForm dl.other{ width:auto;padding-left:0%;}
    .JobForm dl dt{ width:25%;}
    .JobForm dl dd{ width:70%;}
    .JobForm dl.other dt{ width:25%;}
    .JobForm dl.other dd{ width:70%;}
    .JobForm .sendbtn{ width:100px; height:35px;}
    .JobForm .resetbtn{ width:100px; height:35px;}
    .Jobbox{ width:92%;}
    .Jobbox .mfp-close{ right:0; top:0; width:28px; height:28px; line-height:28px; font-size:30px;}
    }
    



.ny-con{margin:50px 0;}
.ny-con h3{font-size: 30px;text-align: center;font-weight: normal;}
.ny-con h3 strong{color:#1b62b7;font-weight: normal;}
.ny-con .ny-contact-box{margin-left:-2%;margin:50px 0;}
.ny-con .ny-contact-box .ny-contact-list{float:left;width:29%;padding:30px 1%;margin-left:3%;text-align: center;border:1px solid #eee;box-sizing: border-box;}
.ny-con .ny-contact-box .ny-contact-list img{height:34px;}
.ny-con .ny-contact-box .ny-contact-list p{padding:10px 0;}
.ny-con .ny-contact-box .ny-contact-list.localtion span{font-size: 14px;}
#map{width:100%;height:550px;border:#eee solid 1px;font-size:12px}
.BMap_stdMpCtrl, .BMapLabel, .BMap_omCtrl{
    display: none !important;
}

@media(max-width:992px){
    .ny-con h3{font-size: 18px;}
    .ny-con .ny-contact-box {margin-left:0;}
    .ny-con .ny-contact-box .ny-contact-list{width:100%;padding:15px 0;margin-left:0;margin-bottom:20px;}
    #map{height:300px;}
}
/* 联系我们 :end */

/* 新闻 */
.ny-news-box{margin:80px 0;}
.ny-news-box .ny-news-list{margin-bottom:30px;}
.ny-news-box .ny-news-list .ny-news-img{width:30%;}
.ny-news-box .ny-news-list .ny-news-img img{width:100%;height: 293px;}
.ny-news-box .ny-news-list .ny-news-content{width:62%;padding:20px 3%;}
.ny-news-box .ny-news-list .ny-news-content .ny-news-time{width:10%;text-align: center;color:#1b62b7;border-right:1px dotted #eee;box-sizing: border-box;}
.ny-news-box .ny-news-list .ny-news-content .ny-news-time p{font-size: 40px;font-weight: bold;padding-bottom:10px;}
.ny-news-box .ny-news-list .ny-news-content .ny-news-time span{font-size: 18px;font-weight: bold;}
.ny-news-box .ny-news-list .ny-news-content .ny-news-title{width:87%;padding-left:3%;}
.ny-news-box .ny-news-list .ny-news-content .ny-news-title p{font-size: 18px;}
.ny-news-box .ny-news-list .ny-news-content .ny-news-title span{font-size: 14px;color:#999;display: block;margin:4% 0 10% 0;}
.ny-news-box .ny-news-list .ny-news-content .ny-news-title .n-more{display: block;width:120px;height:35px;text-align: center;line-height: 35px;color:#fff;background:#1b62b7;font-size: 14px;}


@media(max-width:1219px){
    .ny-news-box .ny-news-list .ny-news-content .ny-news-time{width:14%;}
    .ny-news-box .ny-news-list .ny-news-content .ny-news-title{width:83%;}
    .ny-news-box .ny-news-list .ny-news-content .ny-news-title span{margin:2% 0 6% 0;}
}
@media(max-width:992px){
    .ny-news-box .ny-news-list .ny-news-img{width:100%;}
    .ny-news-box .ny-news-list .ny-news-content {width:100%;padding:0;margin:10px 0;}
    .ny-news-box .ny-news-list .ny-news-content .ny-news-time p{font-size: 20px;padding-bottom:0;}
    .ny-news-box .ny-news-list .ny-news-content .ny-news-time span{font-size: 12px;}
    .ny-news-box .ny-news-list .ny-news-content .ny-news-title p{font-size: 16px;}
    .ny-news-box .ny-news-list .ny-news-content .ny-news-title span{font-size: 12px;}
}

/* 新闻 :end */

/* 新闻详情 */
.news-info .news-info-title{text-align: center;border-bottom:1px solid #ddd;padding:20px 0;}
.news-info .news-info-title h3{font-size: 26px;padding:10px 0;}
.news-info .news-info-title .date{color:#808080;padding:5px 0 0 0;}
.news-info .news-info-title .bshare-custom{display: inline-block;}
.news-info .news-info-content{margin:50px 0 100px 0;}
.news-info .news-info-content p{text-indent: 2em;line-height: 28px;}

.prev-next .prev-next-box{width:50%;padding:20px 0;border-top:1px dotted #eee;}
.prev-next .prev-next-box.next_1{text-align: right;}

@media(max-width:992px){
    .news-info .news-info-title h3{font-size: 16px;}
    .prev-next .prev-next-box{width:100%;}
    .prev-next .prev-next-box.next_1{text-align: left;}
}

/* 新闻详情 :end */

/* 产品详情 */
.pro-info .pro-info-title{border-bottom:2px solid #eee;}
.pro-info .pro-info-title>span{padding:10px 0 15px 0;font-size: 30px;font-weight: bold;position: relative;display: inline-block;}
.pro-info .pro-info-title>span::after{content:'';display:inline-block;width:100%;height:2px;background:#1b62b7;position: absolute;bottom:-2px;left:0;}

.w940{width:1400px;margin:0 auto;}
.pro-info-box{margin:50px 0;}
.pro-info_1{margin-top:20px;}
.pro-info_1 .info_1-top {margin-top:30px;}
.pro-info_1 .info_1-top .info_1-left{width:45%;}
.pro-info_1 .info_1-top .info_2-right{width:50%;}
.pro-info_1 .info_1-tit h1{font-size: 28px;font-weight: bold;}
.pro-info_1 .info_1-tit b{display: block;width:50px;height:3px;background:#005bac;margin:30px 0;}
.pro-info_1 .info_1-box h2{color:#005bac;font-size: 18px;font-weight: bold;position: relative;padding:15px 0;border-bottom:1px solid #e6e6e6;padding-left:20px;}
.pro-info_1 .info_1-box h2::before{content:'';display: block;border-left:10px solid #1b62b7;border-right:10px solid transparent;border-top:6px solid transparent;border-bottom:6px solid transparent;position: absolute;left:0;top:22px;}
.pro-info_1 .info_1-box .info_1{margin:15px 0 10px 0;font-size: 14px;color:#808080;line-height: 30px;}
.pro-info_1 .info_1-img img{width:100%;}
.pro-info_1 .info_1-bottom{margin-top:30px;}
.pro-info_1 .info_1-bottom .info_1-img{margin-top:30px;}
.pro-info_1 .info_1-bottom .info_1-img img{width:49.5%;}

@media(max-width:1400px){
    .w940{width:96%;margin:0 auto;}
}


@media(max-width:992px){
    .pro-info .pro-info-title>span{font-size: 20px;}
    .w940{width:100%;margin:0 auto;}
    .Current{width:100%;margin-top:20px;text-align: left;display: none;}
    .pro-info_1 .info_1-top .info_1-left{width:100%;}
    .pro-info_1 .info_1-top .info_2-right{width:100%;}
    .pro-info_1 .info_1-tit h1{font-size: 18px;}
    .pro-info_1 .info_1-tit b{margin:10px 0;}
    .pro-info_1 .info_1-box h2{font-size: 16px;}
    .pro-info_1 .info_1-bottom .info_1-img img{width:100%;}


}

/* 产品详情 :end */

/* 服务体系 */
.ny-fw-box{margin:50px 0;}
.w1400{width:1400px;margin:0 auto;}
.ny-fw-box .fw-content p{line-height: 35px;}
.ny-fw-box .fw-content p strong{display:block;margin-top:15px;font-size: 18px;color:#1b62b7;font-weight: normal;}
.ny-fw-box .fw-content  a{display: block;width:240px;height:50px;margin:50px auto 30px;background:#1b62b7;color:#fff;text-align: center;line-height: 50px;}
.ny-fw-box .fw-content  a img{height:20px;display: inline-block;margin:0 0 0 25px;position: relative;top:-2px;}


@media(max-width:1400px){
    .w1400{width:95%;margin:0 auto;}
}
/* 服务体系 :end */

/* 内页 :end */

.SinglePage{ text-justify:inter-ideograph; text-align:justify; word-wrap:break-word; clear:both; overflow:hidden; font-size:13px; line-height:24px;}

.Current{margin-top:5px;color:#888;}
.Current a{color:#888;}
.Current a:last-child{color:#1b62b7;}

/*pages*/
.Pages .page-control{height:50px;line-height: 50px;text-align: center;border:2px solid transparent;box-sizing: border-box;}
.Pages .page-control a{color:#1b62b7;}
.Pages .page-control:hover{border:2px solid #1b62b7;background:#fff;box-sizing: border-box;}
.Pages .page-num{width:70%;text-align: center;}
.Pages .page-num ul li{display: inline-block;height:50px;line-height: 50px;padding:0 5px;}
.Pages .page-num ul li a{font-weight: lighter;color:#808080;}
.Pages .page-num ul li:hover a{color:#1b62b7;}

@media(max-width:992px){
    .Pages .page-control{width:20%;font-size: 14px;}
    .Pages .page-num{width:60%;font-size: 14px;}
}
/*pages end*/


/* 下载中心 */
.down{margin:30px 0;}
.download-list{padding:10px 10px 10px 20px;border-bottom:1px dotted #ddd;position: relative;}
.download-list::before{content:'';display: block;width:5px;height:5px;background:#1b62b7;border-radius: 50%;position: absolute;top:22px;left:0;}

.down .down_1{width:49%;}

.down .down_1 h1{font-size: 20px;text-align: center;margin:30px 0;}

@media(max-width:992px){
    .down .down_1{width:100%;}
}


/*sitemap*/

.ul_sitemap li{ border-bottom:dotted 1px #ddd; padding:5px 0px;}
.ul_sitemap li strong{ width:90px; display:inline-block;}

.FloatNav{ width:60px; position:fixed; right:0px; top:34.5%; z-index:999;}
.FloatNav li{ position:relative; margin-bottom:1px; background:#1b62b7;}
.FloatNav .iconfont{ font-size:30px;}
.FloatNav .ico{ color:#fff; display:block; position:relative; z-index:1; height:60px; line-height:60px; text-align:center;}
.FloatNav li:hover{ background:#1b62b7;}
.FloatNav .info{ position:absolute; right:-140px; top:0; background:#1b62b7; line-height:50px; width:170px; text-align:center; color:#fff; font-size:14px; padding:5px; opacity:0;}
.FloatNav .info .ewm{ margin-bottom:4px; width:100px; display:block;}
.FloatNav .info.ewmbox{ line-height:18px; width:130px;padding:5px;}
.FloatNav .info.ewmbox p{ padding-bottom:5px;}
.FloatNav .info.ewmbox img{width:100%;}


@media ( max-width:998px){
    .FloatNav{ width:32px;}
    .FloatNav .ico{height:32px; line-height:32px;}
    .FloatNav .iconfont{ font-size:20px;}
    .FloatNav .ico img{width:20px;height:20px;}
}

/* 团队风采 */
.team{margin-left:-3%;margin:50px 0;}
.team .team-list{float: left;width:30.33%;margin-left:3%;margin-bottom:30px;}
.team .team-list .team-img img{width:100%;}
.team .team-list p{text-align: center;margin:10px 0;}


@media(max-width:992px){
    .team{margin:30px 0;}
    .team .team-list{width:47%;}
}
.enjoy{display: none;}


.ny-ban img{display: block; width: 100%;}