@charset "utf-8";
body{font-size: 14px;font-family: 'arial','microsoft yahei';position:relative;height:100%;color:#282828;min-width:1280px;}
html{}
input,select,textarea,button{-webkit-appearance:none;appearance:none;font-family: 'arial','microsoft yahei';outline:none;vertical-align:middle;transition: all 0.5s;border: solid 1px #FFF;}
input:focus,textarea:focus{ }
textarea{overflow-y:visible}
* {margin:0;padding:0; border: 0; box-sizing: border-box; -webkit-box-sizing: border-box;}
ul, li {list-style-type:none;}
strong{font-weight: bold}
em,i,ins{ font-style:normal;}
img {border:none;max-width: 100%;}
a {color:#282828; text-decoration:none; transition:all .5s; -webkit-transition:all .5s; -moz-transition:all .5s; -ms-transition:all .5s; -o-transition:all .5s;}
a:hover{color: #15599F;text-decoration:none;}
.fl {float:left !important;}
.fr {float:right !important;}
.cl { clear:both;}
.none{ display:none;}
.clearfix:after{ content:"."; display:block; height:0; overflow:hidden; clear:both;}
.clearfix{*+height:1%; zoom:1;}
.w1550{max-width: 1400px;margin:0 auto;padding: 0 20px;}
.relative{ position:relative;}

.container {margin:auto;  width:1200px;}
input,textarea,select{}



div[type='pop']{ z-index: 100;}
.mask{ position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0,0,0,.5); z-index: 99; display: none;}

/*头部*/
.header{height: 80px;z-index: 30;position: fixed;top: 0;left: 0;right: 0;background-color: #FFF;}
.header .w1550{}
.logo{ width:20%;}
.logo1{float:left;margin-top: 15px;}
.w1{ width:80%;}
.header .menu{ flex: 1; text-align: center; min-width: 0;}
.header .menu .menu-list ul{ font-size: 0;}
.header .menu .menu-list ul li{ display: inline-block; border-right: solid 1px #e8e8e8;}
.header .menu .menu-list ul li:last-child{ border-right: none;}
.header .menu .menu-list ul li a{ display: block; line-height: 106px; padding: 0 40px; font-size: 18px; border-bottom: solid 2px transparent;}
.header .menu .menu-list ul li.active a{ color:#15599F; }
.header .menu .menu-list ul li a:hover,.header .menu .menu-list ul li.active a{ -moz-border-image: url(../images/line-active.gif) 30 30 stretch; -webkit-border-image: url(../images/line-active.gif) 30 30 stretch; -o-border-image: url(../images/line-active.gif) 30 30 stretch; border-image: url(../images/line-active.gif) 30 30 stretch;}
.header .menu-dropdown{ position: absolute; left: 0; right: 0; top: 108px; z-index: 29; height: 0; transition: all 0.5s; background-color: #FFF;}
.header .menu-dropdown.active{ height: auto; border-bottom: solid 2px transparent; -moz-border-image: url(../images/line.gif) 30 30 stretch; -webkit-border-image: url(../images/line.gif) 30 30 stretch; -o-border-image: url(../images/line.gif) 30 30 stretch; border-image: url(../images/line.gif) 30 30 stretch; }
.header .menu-dropdown.active:before{ content: ''; position: absolute; left: 0; top: 0; right: 0; height: 1px; background-color: #F0F0F0;}
.header .menu-dropdown .w1550{ height: auto; display: block;}
.header .menu-dropdown .menu-dropdown-item{ display: none; padding: 50px 0;}
.header .menu-dropdown .menu-dropdown-item.active{ display: flex;}
.header .menu-dropdown .menu-dropdown-item .menu-dropdown-item-box{ width: 45%; transition: all 0.3s ease; position: relative;}
.header .menu-dropdown .menu-dropdown-item.active .menu-dropdown-item-box{ animation: d2 1s forwards;}
.header .menu-dropdown .menu-dropdown-item .menu-dropdown-item-box .menu-dropdown-item-tit{ font-size: 17px;}
.header .menu-dropdown .menu-dropdown-item .menu-dropdown-item-box .menu-dropdown-item-tit i{ width: 55px; display: inline-block; vertical-align: middle; margin-right: 5px;}
.header .menu-dropdown .menu-dropdown-item .menu-dropdown-item-box .menu-dropdown-item-sub{ font-size: 15px; margin-top: 15px;}
.header .menu-dropdown .menu-dropdown-item .menu-dropdown-item-box .menu-dropdown-item-sub i{ width: 55px; display: inline-block; vertical-align: middle; margin-right: 5px;}
.header .menu-dropdown .menu-dropdown-item .menu-dropdown-item-box ul{ margin-top: 20px;}
.header .menu-dropdown .menu-dropdown-item .menu-dropdown-item-box ul li{ line-height: 32px; float: left; width: 50%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 15px; padding-left: 60px; border-right: solid 1px #e5e5e5;}
.header .menu-dropdown .menu-dropdown-item .menu-dropdown-item-box ul li:nth-child(2n){ border-right: none;}
.header .menu-dropdown .menu-dropdown-item .menu-dropdown-item-box ul li a{ color: #8d8d8d;}
.header .menu-dropdown .menu-dropdown-item .menu-dropdown-item-box ul li a:hover{ color: #15599F;}
.header .menu-dropdown .menu-dropdown-item .menu-dropdown-item-box:first-child{ width: 55%;}
.header .menu-dropdown .menu-dropdown-item .menu-dropdown-item-box:first-child ul li{ width: 33.3333%;}
.header .menu-dropdown .menu-dropdown-item .menu-dropdown-item-box:first-child ul li:nth-child(2n){ border-right: solid 1px #e5e5e5;}
.header .menu-dropdown .menu-dropdown-item .menu-dropdown-item-box:first-child ul li:nth-child(3n){ border-right: none;}
.header .menu-dropdown .menu-dropdown-item .single{ flex: 1; display: flex; align-items: center;}
.header .menu-dropdown .menu-dropdown-item .single .menu-dropdown-item-tit{ font-size: 17px; flex: 1; transition: all 0.3s ease; position: relative;}
.header .menu-dropdown .menu-dropdown-item .single .menu-dropdown-item-tit i{ width: 55px; display: inline-block; vertical-align: middle; margin-right: 5px;}
.header .menu-dropdown .menu-dropdown-item.active .single .menu-dropdown-item-tit{ animation: d2 1s forwards;}

@keyframes d2 {
	0% { left: 100px; opacity: 0 }
	100% { left: 0; opacity: 1 }
}

@-webkite-keyframes d2 {
0% { left: 100px; opacity: 0 }
100% { left: 0; opacity: 1 }
}

@-moz-keyframes d2 {
	0% { left: 100px; opacity: 0 }
	100% { left: 0; opacity: 1 }
}

@-ms-keyframes d2 {
	0% { left: 100px; opacity: 0 }
	100% { left: 0; opacity: 1 }
}

/*右侧浮动弹窗*/
.right-float{ position: fixed; right: 35px; bottom: 35px; z-index: 9; width: 45px;}
.right-float a{ width: 45px; display: block; text-align: center; font-size: 16px; padding: 10px 0; background-color: #FFF; box-shadow: 0 0 5px rgba(0,0,0,.1); margin-bottom: 10px; }
.right-float a span{ width: 1em; display: inline-block;}
.right-float a.go-top{ padding: 0; display: none; margin-bottom: 0;}

/*底部*/
.footer{background-color: #373d41;color: #ffffff;padding-top: 50px;}
.footer .footer-hd{padding: 10px 0 50px 0;}
.footer .footer-hd-l{width: 67%;border-right: solid 1px #555a5d;}
.footer .footer-hd-l ul li{ float: left; width: 25%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.footer .footer-hd-l ul li h1{font-size: 16px;margin-bottom: 27px;display: inline-block;font-weight: 700;}
.footer .footer-hd-l ul li h1 a{ color: #FFF; }
.footer .footer-hd-l ul li p{font-size: 14px;line-height: 2.2;}
.footer .footer-hd-l ul li p a{color: #ffffff;}
.footer .footer-hd-l ul li p a:hover{ color: #FFF; text-decoration:underline;}
.footer .footer-hd-r{width: 25%;}
.footer .footer-hd-r h1{font-size: 16px;margin-bottom: 27px;display: inline-block;font-weight: 700;}
.footer .footer-hd-r h1 a{ color: #FFF; }
.footer .footer-hd-r ol li{font-size: 14px;line-height: 2.2;}
.footer .footer-hd-r ol li i{display: inline-block;vertical-align: middle;margin-right: 5px;height: 32px;}
.footer .footer-hd-r ol li:last-child{}
.footer .footer-bd{padding: 40px 0;font-size: 14px;border-top: solid 1px #555a5d;}

.col-3{ width:33.333333%; padding:0 15px;}

/*page*/
.page-banner{ margin-top: 108px;}
.page-banner img{ width: 100%;}
.page-tit{ text-align: center; padding: 70px 0;}
.page-tit h1{ font-weight: normal; font-size: 33px;}
.page-tit p{ letter-spacing: 5px; color: rgba(0,0,0,.3); font-size: 18px; font-family: tahoma; margin-top: 5px;}



/*首页*/
.banner .banner-info{ position: absolute; width: 100%; top: 50%; left: 50%; transform: translate(-50%,-50%); max-width: 1590px; padding: 0 20px; color: #FFF; z-index: 10;}

.banner .banner-icon{ position: absolute; width: 100%; height: 100%; top: 0; left: 50%; transform: translateX(-50%); z-index: 9;}
.banner .banner-icon span{ position: absolute;}
.banner .banner-icon span img{ max-width: 100%;}
.banner .banner-icon span.banner1-icon-1{ width: 1.8%; left: 47%; top: 36%; -webkit-animation: down 0.6s linear infinite alternate; animation: down 0.6s linear infinite alternate; -moz-animation: down 0.6s linear infinite alternate;}
.banner .banner-icon span.banner1-icon-2{ width: 1.8%; left: 56.5%; top: 44.5%; -webkit-animation: down 0.8s linear infinite alternate; animation: down 0.8s linear infinite alternate; -moz-animation: down 0.8s linear infinite alternate;}
.banner .banner-icon span.banner1-icon-3{ width: 1.8%; left: 61.5%; top: 28%; -webkit-animation: down 1s linear infinite alternate; animation: down 1s linear infinite alternate; -moz-animation: down 1s linear infinite alternate;}
.banner .banner-icon span.banner1-icon-4{ width: 2.1%; left: 73.5%; top: 17%; -webkit-animation: down 1.2s linear infinite alternate; animation: down 1.2s linear infinite alternate; -moz-animation: down 1.2s linear infinite alternate;}
.banner .banner-icon span.banner1-icon-5{ width: 2.5%; left: 82.5%; top: 20%; -webkit-animation: down 1.4s linear infinite alternate; animation: down 1.4s linear infinite alternate; -moz-animation: down 1.4s linear infinite alternate;}
.banner .banner-icon span.banner1-icon-6{ width: 1.8%; left: 91%; top: 29%; -webkit-animation: down 1.6s linear infinite alternate; animation: down 1.6s linear infinite alternate; -moz-animation: down 1.6s linear infinite alternate;}
.banner .banner-icon span.banner1-icon-7{ width: 1.8%; left: 62.5%; top: 64%; -webkit-animation: down 1.8s linear infinite alternate; animation: down 1.8s linear infinite alternate; -moz-animation: down 1.8s linear infinite alternate;}
.banner .banner-icon span.banner1-icon-8{ width: 2%; left: 77%; top: 52%; -webkit-animation: down 2s linear infinite alternate; animation: down 2s linear infinite alternate; -moz-animation: down 2s linear infinite alternate;}
.banner .banner-icon span.banner1-icon-9{ width: 1.5%; left: 53.5%; top: 74%; -webkit-animation: down 2.2s linear infinite alternate; animation: down 2.2s linear infinite alternate; -moz-animation: down 2.2s linear infinite alternate;}
.banner .banner-icon span.banner1-icon-10{ width: 1%; left: 66.5%; top: 77%; -webkit-animation: down 2.4s linear infinite alternate; animation: down 2.4s linear infinite alternate; -moz-animation: down 2.4s linear infinite alternate;}
.banner .banner-icon span.banner1-icon-11{ width: 1%; left: 69%; top: 84%; -webkit-animation: down 2.6s linear infinite alternate; animation: down 2.6s linear infinite alternate; -moz-animation: down 2.6s linear infinite alternate;}

.banner .banner-icon span.banner2-icon-1{ width: 1.8%; left: 47.2%; top: 40%; -webkit-animation: down 0.6s linear infinite alternate; animation: down 0.6s linear infinite alternate; -moz-animation: down 0.6s linear infinite alternate;}
.banner .banner-icon span.banner2-icon-2{ width: 1.8%; left: 46.3%; top: 71.5%; -webkit-animation: down 0.8s linear infinite alternate; animation: down 0.8s linear infinite alternate; -moz-animation: down 0.8s linear infinite alternate;}
.banner .banner-icon span.banner2-icon-3{ width: 1.8%; left: 54.3%; top: 82%; -webkit-animation: down 1s linear infinite alternate; animation: down 1s linear infinite alternate; -moz-animation: down 1s linear infinite alternate;}
.banner .banner-icon span.banner2-icon-4{ width: 2.1%; left: 77%; top: 85%; -webkit-animation: down 1.2s linear infinite alternate; animation: down 1.2s linear infinite alternate; -moz-animation: down 1.2s linear infinite alternate;}
.banner .banner-icon span.banner2-icon-5{ width: 2.5%; left: 84.7%; top: 73%; -webkit-animation: down 1.4s linear infinite alternate; animation: down 1.4s linear infinite alternate; -moz-animation: down 1.4s linear infinite alternate;}
.banner .banner-icon span.banner2-icon-6{ width: 1.8%; left: 84.2%; top: 40%; -webkit-animation: down 1.6s linear infinite alternate; animation: down 1.6s linear infinite alternate; -moz-animation: down 1.6s linear infinite alternate;}


.banner .banner-icon span.banner3-icon-1{ width: 4%; left: 51.2%; top: 8%; -webkit-animation: down 0.6s linear infinite alternate; animation: down 0.6s linear infinite alternate; -moz-animation: down 0.6s linear infinite alternate;}
.banner .banner-icon span.banner3-icon-2{ width: 4%; left: 59.3%; top: 6.5%; -webkit-animation: down 0.8s linear infinite alternate; animation: down 0.8s linear infinite alternate; -moz-animation: down 0.8s linear infinite alternate;}
.banner .banner-icon span.banner3-icon-3{ width: 4%; left: 66%; top: 14.5%; -webkit-animation: down 1s linear infinite alternate; animation: down 1s linear infinite alternate; -moz-animation: down 1s linear infinite alternate;}
.banner .banner-icon span.banner3-icon-4{ width: 4%; left: 73%; top: 19%; -webkit-animation: down 1.2s linear infinite alternate; animation: down 1.2s linear infinite alternate; -moz-animation: down 1.2s linear infinite alternate;}
.banner .banner-icon span.banner3-icon-5{ width: 4%; left: 81.7%; top: 31%; -webkit-animation: down 1.4s linear infinite alternate; animation: down 1.4s linear infinite alternate; -moz-animation: down 1.4s linear infinite alternate;}


@keyframes down{
	from{ transform: translateY(0);}
	to{ transform: translateY(-10px);}
}
@-webkit-keyframes down{
	from{ transform: translateY(0);}
	to{ transform: translateY(-10px);}
}
.banner .banner-info h1{ font-size: 24px; font-weight: normal; margin-bottom: 20px;}
.banner .banner-info div p:nth-child(1),.banner .banner-info div p:nth-child(2){ font-size: 4.25rem;}
.banner .banner-info div p:nth-child(3){ font-size: 1.25rem; margin-top: 30px;}
.banner .banner-info div p:nth-child(4) a{ display: inline-block; margin-top: 90px; width: 148px; height: 49px; text-align: center; line-height: 49px; background: url(../images/banner-btn.png) no-repeat; font-size: 18px; color: #FFF;}

@media screen and (max-width: 1370px) {
	.banner .banner-info h1{ font-size: 18px;}
	.banner .banner-info div p:nth-child(1), .banner .banner-info div p:nth-child(2){ font-size: 2.5rem;}
	.banner .banner-info div p:nth-child(4) a{ margin-top: 45px;}
	.index-2 .index-2-main .col-3:nth-child(2){ margin: 0 14px;}
	.index-2 .index-2-main .col-3 ul li{ margin-bottom: 14px !important;}
}

.banner .swiper-pagination-bullet{ width: 75px; height: 3px; opacity: 1; background-color: #FFF; border-radius: 0;}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{ border-bottom: solid 3px transparent; -moz-border-image: url(../images/line.gif) 30 30 stretch; -webkit-border-image: url(../images/line.gif) 30 30 stretch; -o-border-image: url(../images/line.gif) 30 30 stretch; border-image: url(../images/line.gif) 30 30 stretch; }
.index-tit h1{font-weight: normal;font-size: 34px;line-height: 1.2;}
.index-tit p{letter-spacing: 1px;color: rgba(0,0,0,.3);font-size: 18px;font-family: Arial,"microsoft yahei", Helvetica, sans-serif;margin-top: 10px;}
.index-1{ padding: 100px 0;}
.index-1 dl{ display: flex; align-items: flex-end;}
.index-1 dl dt{ position: relative; padding: 0 90px 90px 0;}
.index-1 dl dt:after{ content: ''; position: absolute; right: 0; bottom: 0; background: url(../images/dot.png) no-repeat; width: 550px; height: 360px; z-index: -1;}
.index-1 dl dt a{ position: absolute; left: 0; top: 0; width: 570px; height: 390px; display: flex; align-items: center; justify-content: center;}





.index-1 dl dd{ flex: 1; min-width: 0; margin-left: 120px;}
.index-1 dl dd .index-1-text{ font-size: 16px; line-height: 24px; margin: 40px 0; color: #767676;}
.index-1 dl dd .index-1-more a{ display: inline-block; width: 150px; height: 50px; border-radius: 50px; font-size: 16px; text-align: center; line-height: 48px; border: solid 2px #efefef; letter-spacing: 5px;}
.index-1 dl dd .index-1-more a:hover{ border-color: #15599F;}

.video-pop{ position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); display: none; width: 850px; height: 480px;}
.video-pop .close{ text-align: right; color: #FFF; margin-bottom: 10px; font-size: 16px; cursor: pointer;}

.index-2{padding-bottom: 65px;padding-top: 60px;}
.index-2 .index-tit{text-align: center;margin-bottom: 35px;}
.index-2 .index-2-main{ display: flex; justify-content: space-between;}
.index-2 .index-2-main .col-3 ul li{position: relative;margin-bottom: 20px;background: #000000;}
.index-2 .index-2-main .col-3 ul li .info{ position: absolute; bottom: 0; left: 0; right: 0; transition: all 0.5s; padding-bottom: 25px;}
.index-2 .index-2-main .col-3 ul li img{ transition: all 0.5s; max-width: 100%;}
.index-2 .index-2-main .col-3 ul li .info p{text-align: center;font-size: 16px;color: #FFF;}
.index-2 .index-2-main .col-3 ul li .info p:last-child{ display: none;}
.index-2 .index-2-main .col-3 ul li .info p a{display: inline-block;margin-top: 20px;font-size: 14px;width: 120px;height: 38px;border: solid 1px #FFF;border-radius: 30px;text-align: center;line-height: 34px;color: #FFF;}
.index-2 .index-2-main .col-3 ul li:hover .info{ bottom: 50%; transform: translateY(50%); display: flex; align-items: center; justify-content: center; padding-bottom: 0;}
.index-2 .index-2-main .col-3 ul li:hover img{ opacity: 0.3;}
.index-2 .index-2-main .col-3 ul li:hover .info p:last-child{ display: block;}
.index-2 .index-2-more{ text-align: center; margin-top: 45px;}
.index-2 .index-2-more a{display: inline-block;width: 140px;height: 45px;border-radius: 50px;font-size: 14px;text-align: center;line-height: 43px;border: solid 2px #7b7b7b;color: #555;}
.index-2 .index-2-more a:hover{ border-color: #15599F; color: #15599F;}

.index-3{background: url(../images/index-3-bg.jpg) 50% 50% no-repeat;padding-bottom: 60px;background-size: cover;}
.index-3 .index-tit{text-align: center;padding: 60px 0 5px 0;}
.index-3 .swiper-container{padding: 30px 0 70px;}
.index-3 .swiper-slide a{ display: block; background-color: #FFF;}
.index-3 .swiper-slide a p{display: flex;align-items: center;justify-content: space-between;padding: 0 20px;line-height: 85px;font-size: 16px;border-top: solid 1px #EEE;}
.index-3 .swiper-slide a p span{flex: 1;min-width: 0;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;text-align: center;}
.index-3 .swiper-slide a p i{ background: url(../images/icon8.png) no-repeat; width: 14px; height: 9px;}
.index-3 .swiper-slide a img{max-width: 100%;}
.index-3 .swiper-slide a:hover{ box-shadow: 0 0 30px rgba(0,0,0,.1); transform: translateY(-10px);}
.index-3 .swiper-pagination-bullet{ width: 40px; height: 3px; opacity: 1; background-color: #c6dbe8; border-radius: 0;}
.index-3 .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color: #15599F;}

.index-4{padding-bottom: 70px;}
.index-4 .index-tit{text-align: center;padding: 60px 0 35px 0;}
.index-4 .index-4-main{ display: flex; align-items: center; height: 448px;}
.index-4 .index-4-main .index-4-item{ width: 60px; transition: all 0.4s; vertical-align: middle; background-color: #EEE; box-shadow: 0 0 10px rgba(0,0,0,.2); margin-left: -2px; position: relative;}
.index-4 .index-4-main .index-4-item .index-4-item-tit{ position: absolute; height: 100%; display: flex; align-items: center; font-size: 14px; line-height: 16px; overflow: hidden; width: 100%; justify-content: center; cursor: pointer;}
.index-4 .index-4-main .index-4-item .index-4-item-tit span{ display: inline-block; width: 1em; text-align: center; overflow: hidden; padding: 10px 0; max-height: 95%;}
.index-4 .index-4-main .index-4-item .index-4-item-bg{ display: none; height: 100%; position: relative;}
.index-4 .index-4-main .index-4-item .index-4-item-bg .info{ position: absolute; bottom: 20px; left: 10px; right: 10px; text-align: center; color: #FFF;}
.index-4 .index-4-main .index-4-item .index-4-item-bg .info h1{ font-weight: normal; font-size: 20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.index-4 .index-4-main .index-4-item .index-4-item-bg .info a{ color: #FFF;}
.index-4 .index-4-main .index-4-item .index-4-item-bg .info p{ color: rgba(255,255,255,.8); margin-top: 10px; font-size: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.index-4 .index-4-main .index-4-item.item-active{ flex: 1; height: 448px !important; z-index: 15 !important;}
.index-4 .index-4-main .index-4-item.item-active .index-4-item-tit{ display: none;}
.index-4 .index-4-main .index-4-item.item-active .index-4-item-bg{ display: block;}
.index-4 .index-4-main .index-4-item:nth-child(1) { height: 348px; z-index: 1;}
.index-4 .index-4-main .index-4-item:nth-child(2)  {height: 368px; z-index: 3;}
.index-4 .index-4-main .index-4-item:nth-child(3) { height: 388px; z-index: 5;}
.index-4 .index-4-main .index-4-item:nth-child(4) { height: 408px; z-index: 7;}
.index-4 .index-4-main .index-4-item:nth-child(5) { height: 428px; z-index: 9;}
.index-4 .index-4-main .index-4-item:nth-child(6) { height: 448px; z-index: 11;}
.index-4 .index-4-main .index-4-item:nth-child(7) { height: 428px; z-index: 9;}
.index-4 .index-4-main .index-4-item:nth-child(8) { height: 408px; z-index: 7;}
.index-4 .index-4-main .index-4-item:nth-child(9) { height: 388px; z-index: 5;}
.index-4 .index-4-main .index-4-item:nth-child(10) { height: 368px; z-index: 3;}
.index-4 .index-4-main .index-4-item:nth-child(11) { height: 348px; z-index: 1;}

.index-5{background: url(../images/index-3-bg.jpg) 50% 50% no-repeat;background-size: cover;padding-bottom: 70px;}
.index-5 .index-tit{text-align: center;padding: 50px 0 35px 0;}
.index-5 .index-5-main{background-color: #FFF;display: flex;padding: 50px 40px 30px 40px;}
.index-5 .index-5-main .index-5-main-top{ width: 485px;}
.index-5 .index-5-main .index-5-main-top .swiper-container{padding-bottom: 40px;}
.index-5 .index-5-main .index-5-main-top .swiper-container .swiper-slide p img{width: 485px;height: 290px;}
.index-5 .index-5-main .index-5-main-top .swiper-container .swiper-slide h1{font-weight: normal;font-size: 16px;line-height: 24px;height: 24px;overflow: hidden;margin-top: 20px;}
.index-5 .index-5-main .index-5-main-top .swiper-container .swiper-slide p time{ font-size: 14px; color: #999; display: block; margin: 10px 0 20px;}
.index-5 .index-5-main .index-5-main-top .swiper-container .swiper-slide .info{font-size: 14px;line-height: 24px;color: #828282;height: 48px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.index-5 .index-5-main .index-5-main-top .swiper-container .swiper-pagination-bullet{ width: 40px; height: 3px; opacity: 1; background-color: #e9e9e9; border-radius: 0;}
.index-5 .index-5-main .index-5-main-top .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color: #15599F;}
.index-5 .index-5-main .index-5-main-list{ margin-left: 90px; padding-left: 90px; border-left: solid 1px #e5e5e5; flex: 1; min-width: 0; }
.index-5 .index-5-main .index-5-main-list dl{display: flex;align-items: flex-start;margin-bottom: 30px;}
.index-5 .index-5-main .index-5-main-list dl dt img{ width: 210px; height: 125px;}
.index-5 .index-5-main .index-5-main-list dl dd{ min-width: 0; flex: 1; margin-left: 30px;}
.index-5 .index-5-main .index-5-main-list dl dd h1{font-weight: normal;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size: 16px;}
.index-5 .index-5-main .index-5-main-list dl dd p time{ display: block; color: #999; font-size: 14px; margin: 15px 0;}
.index-5 .index-5-main .index-5-main-list dl dd .info{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;font-size: 14px;line-height: 24px;color: #828282;}

.index-5 .index-5-main-list-more{ text-align: right;}
.index-5 .index-5-main-list-more a{display: inline-block;width: 120px;height: 40px;border-radius: 50px;font-size: 14px;text-align: center;line-height: 38px;border: solid 1px #afafaf;color: #555;}
.index-5 .index-5-main-list-more a:hover{ border-color: #15599F; color: #15599F;}

@media screen and (max-width: 1600px) {
	.index-5 { padding-bottom: 50px;}
}


/*about*/
.about .about-1{padding-bottom: 70px;padding-top: 70px;}
.about .about-1 .about-1-content{ font-size: 16px; line-height: 30px; color: #686868;}
.about .about-2{ background-color: #f5f5f5;}
.about .about-2-main .about-2-main-top{ position: relative; height: 47px;}
.about .about-2-main .about-2-main-top .swiper-container{ margin: 0 105px; padding-top: 10px; margin-top: -10px;}
.about .about-2-main .about-2-main-top .swiper-container .swiper-slide{ height: 37px; text-align: center; font-size: 17px; cursor: pointer; position: relative;}
.about .about-2-main .about-2-main-top .swiper-container .swiper-slide span{ display: inline-block; vertical-align: top; margin-top: -10px;}
.about .about-2-main .about-2-main-top .swiper-container .swiper-slide:before{ content: ''; position: absolute; height: 2px; left: 0; right: 0; top: 50%; transform: translateY(-50%); background-color: #e1e1e1;}
.about .about-2-main .about-2-main-top .swiper-container .swiper-slide:after{ content: ''; position: absolute; width: 13px; height: 13px; left: 0; right: 0; top: 50%; transform: translate(-50%,-50%); border-radius: 50%; border: solid 2px #9f9f9f; left: 50%;}
.about .about-2-main .about-2-main-top .swiper-container .swiper-slide:hover,.about .about-2-main .about-2-main-top .swiper-container .swiper-slide.active{ color: #15599F;}
.about .about-2-main .about-2-main-top .swiper-container .swiper-slide.active:after,.about .about-2-main .about-2-main-top .swiper-container .swiper-slide:hover:after{ border-color: #ff861e;}
.about .about-2-main .about-2-main-top .next,.about .about-2-main .about-2-main-top .prev{ position: absolute; width: 37px; height: 37px; outline: none; margin-top: 5px; transform: translateY(-50%); cursor: pointer; top: 50%;}
.about .about-2-main .about-2-main-top .prev{ left: 0; background: url(../images/arrow-left.png) no-repeat; }
.about .about-2-main .about-2-main-top .next{ right: 0; background: url(../images/arrow-right.png) no-repeat; }
.about .about-2-main .about-2-main-bottom .swiper-slide{ padding: 70px 0; display: flex;}
.about .about-2-main .about-2-main-bottom .about-2-main-bottom-img img{ width: 755px; height: 350px;}
.about .about-2-main .about-2-main-bottom .about-2-main-bottom-list{ flex: 1; height: 350px; margin-left: 70px;}
.about .about-2-main .about-2-main-bottom .about-2-main-bottom-list ul li{ margin-bottom: 30px;}
.about .about-2-main .about-2-main-bottom .about-2-main-bottom-list ul li:last-child{ margin-bottom: 0;}
.about .about-2-main .about-2-main-bottom .about-2-main-bottom-list ul li h2{ font-weight: normal; font-size: 16px; margin-bottom: 10px;}
.about .about-2-main .about-2-main-bottom .about-2-main-bottom-list ul li p{ line-height: 22px; color: #989898;}

/*加入我们*/
.join .join-1{ background: url(../images/join-bg.jpg) 50% 50% no-repeat; background-size: cover; padding-bottom: 70px;}
.join .join-1 .join-1-main h1{ font-size: 16px; font-weight: normal; margin-bottom: 60px;}
.join .join-1 .join-1-main ul{ display: flex; flex-wrap: wrap;}
.join .join-1 .join-1-main ul li{ width: 45%; display: flex; align-items: center; font-size: 24px; color: #55585d; height: 165px; border-top: solid 3px #d4d9e3; margin-right: 5%;}
.join .join-1 .join-1-main ul li i{ margin-right: 20px;}
.join .join-1 .join-1-main ul li:nth-child(2n){ margin-right: 0; margin-left: 5%;}
.join .join-2-main img{ width: 100%;}
.join .join-3 { padding: 70px 0;}
.join .join-3 .shadow{ box-shadow: 15px 0 40px rgba(0,0,0,.1); display: flex; align-items: center; }
.join .join-3 a{ flex: 1; height: 120px;}
.join .join-3 a dl{ display: flex; height: 120px; align-items: center; padding: 0 50px;}
.join .join-3 a dl dd{ flex: 1; min-width: 0; margin-left: 35px;}
.join .join-3 a dl dd h2{ font-size: 20px; font-weight: normal;}
.join .join-3 a dl dd p{ font-size: 13px;}
.join .join-3 a:hover{ color: #FFF; background: linear-gradient(300deg,rgba(112,50,221,1) 0%,rgba(30,176,232,1) 100%);}
.join .join-3 a:first-child{ border-right: solid 1px #EEE;}
.join .join-3 a:first-child dl dt{ background: url(../images/icon26.png) no-repeat; width: 33px; height: 64px;}
.join .join-3 a:first-child:hover dl dt{ border: none; background: url(../images/icon26_01.png) no-repeat;}

.join .join-3 a:last-child dl dt{ background: url(../images/icon27.png) no-repeat; width: 69px; height: 57px;}
.join .join-3 a:last-child:hover dl dt{ background: url(../images/icon27_01.png) no-repeat;}

/*联系我们*/
.contact{padding-bottom: 50px;padding-top: 70px;background-color: #f5f5f5;}
.contact .contact-1-form{ display: flex;}
.contact .contact-1-form .contact-1-l{ flex: 1;}
.contact .contact-1-form .contact-1-l ul{ display: flex; margin-bottom: 20px;}
.contact .contact-1-form .contact-1-l ul li{ flex: 1; position: relative;}
.contact .contact-1-form .contact-1-l ul li span{position: absolute;top: 50%;transform: translateY(-50%);left: 15px;font-size: 14px;color: #969696;}
.contact .contact-1-form .contact-1-l ul li input{height: 52px;background-color: #FFF;line-height: 52px;padding-left: 70px;width: 100%;font-size: 15px;}
.contact .contact-1-form .contact-1-l ul li textarea{padding: 10px 15px 15px 70px;width: 100%;resize: none;font-size: 15px;}
.contact .contact-1-form .contact-1-l ul li.isInput span{ color: #333;}
.contact .contact-1-form .contact-1-l ul.textarea span{ top: 10px; transform: translateY(0);}
.contact .contact-1-form .contact-1-l .submit button{cursor: pointer;width: 230px;height: 52px;font-size: 15px;background-color: #15599F;color: #FFF;}
.contact .contact-1-form .contact-1-r{width: 480px;margin-right: 110px;}
.contact .contact-1-form .contact-1-r dl{ display: flex; margin-bottom: 40px;}
.contact .contact-1-form .contact-1-r dl dd{ flex: 1; margin-left: 25px;}
.contact .contact-1-form .contact-1-r dl dd h2{font-size: 18px;font-weight: normal;margin-top: 5px;margin-bottom: 8px;}
.contact .contact-1-form .contact-1-r dl dd p{ line-height: 24px; font-size: 14px; color: #666;}

/*新闻中心*/
.news-content{}
.news-content .news-content-top{ background-color: #FFF;}
.news-content .news-content-top dl{ display: flex; align-items: center;}
.news-content .news-content-top dl dt{ width: 50%;}
.news-content .news-content-top dl dt img{ width: 100%; max-width: 775px; max-height: 510px;}
.news-content .news-content-top dl dd{ flex: 1; min-width: 0; margin-left: 60px; max-width: 550px; margin-right: 20px;}
.news-content .news-content-top dl dd h1{ font-weight: normal; font-size: 30px;}
.news-content .news-content-top dl dd p span.line{ display: block; width: 12px; height: 2px; background-color: #f08200; margin: 20px 0;}
.news-content .news-content-top dl dd p time{ color: #999; font-size: 14px;}
.news-content .news-content-top dl dd .des{ margin: 20px 0; color: rgba(40,40,40,.8); font-size: 15px; line-height: 22px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.news-content .news-content-top dl dd p a{ display: inline-block; width: 150px; height: 50px; border-radius: 50px; font-size: 16px; text-align: center; line-height: 48px; border: solid 2px #efefef; letter-spacing: 5px; color: #555;}
.news-content .news-content-top dl dd p a:hover{ border-color: #15599F; color: #15599F;}
.news-content .news-content-list{}
.news-content .news-content-list ul li{float: left;width: 32%;border: solid 1px #eaeaea;background: #fff;margin: 0 2% 30px 0;cursor: pointer;transition: all 0.5s;}
.news-content .news-content-list ul li:hover{ transform: translateY(-10px); box-shadow: 0 0 15px rgba(0,0,0,.2); color: #15599F;}
.news-content .news-content-list ul li:nth-child(1),.news .news-content .news-content-list ul li:nth-child(2),.news .news-content .news-content-list ul li:nth-child(3){ margin-top: 0;}
.news-content .news-content-list ul li:nth-child(3n){ margin-right: 0;}
.news-content .news-content-list ul li .item-img img{ width: 100%;}
.news-content .news-content-list ul li .item-info{ padding: 20px;}
.news-content .news-content-list ul li .item-info h2{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size: 16px;font-weight: normal;margin-bottom: 15px;/* color: #282828; */}
.news-content .news-content-list ul li .item-info h2:hover{color: #15599F;}
.news-content .news-content-list ul li .item-info p{font-size: 14px;line-height: 24px;color: #828282;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;height: 44px;}
.news-content .news-content-list ul li .item-info p:hover{color: #15599F;}
.news-content .news-content-list ul li .item-more{margin: 0 20px;padding: 15px 0;border-top: solid 1px #EEE;}
.news-content .news-content-list ul li .item-more a{ display: flex; justify-content: space-between; align-items: center; font-size: 15px;color: rgba(40,40,40,.8);}
.news-content .news-content-pages{ background-color: #FFF; text-align: center; padding-bottom: 70px;}
.news-content .news-content-pages ul{ font-size: 0;}
.news-content .news-content-pages ul li{ display: inline-block; font-size: 14px; margin: 0 5px;}
.news-content .news-content-pages ul li a{ display: block; width: 40px; height: 40px; border: solid 1px #e7e7e7; line-height: 38px; text-align: center;}
.news-content .news-content-pages ul li a:hover{ border-color: #f08200;}
.news-content .news-content-pages ul li.active a{ background-color: #f08200; color: #FFF;}
.news-content .news-content-pages ul li.prev a,.news .news-content .news-content-pages ul li.next a{ min-width: 40px; width: auto; padding: 0 20px;}

.news-content-list1{}
.news-content-list1 ul li{float: left;width: 32%;border: solid 1px #eaeaea;margin: 0 2% 0 0;cursor: pointer;transition: all 0.5s;}
.news-content-list1 ul li:hover{ transform: translateY(-10px); box-shadow: 0 0 15px rgba(0,0,0,.2);}
.news-content-list1 ul li:nth-child(1),.news .news-content .news-content-list ul li:nth-child(2),.news .news-content .news-content-list ul li:nth-child(3){ margin-top: 0;}
.news-content-list1 ul li:nth-child(3n){ margin-right: 0;}
.news-content-list1 ul li .item-img img{ width: 100%;}
.news-content-list1 ul li .item-info{padding: 30px 20px 20px 20px;}
.news-content-list1 ul li .item-info h2{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size: 16px;font-weight: normal;}
.news-content-list1 ul li .item-info p{ font-size: 15px; line-height: 22px; color: rgba(40,40,40,.8); display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; height: 44px;}
.news-content-list1 ul li .item-more{ margin: 0 20px; padding: 20px 0; border-top: solid 1px #EEE;}
.news-content-list1 ul li .item-more a{display: flex;justify-content: space-between;align-items: center;font-size: 14px;color: rgba(40,40,40,.8);}


.news-content-list2{}
.news-content-list2 ul li{float: left;width: 32%;border: solid 1px #eaeaea;margin: 0 2% 25px 0;cursor: pointer;transition: all 0.5s;background: #fff;}
.news-content-list2 ul li:hover{ transform: translateY(-10px); box-shadow: 0 0 15px rgba(0,0,0,.2); color: #15599F;}
.news-content-list2 ul li:nth-child(1),.news .news-content .news-content-list ul li:nth-child(2),.news .news-content .news-content-list ul li:nth-child(3){ margin-top: 0;}
.news-content-list2 ul li:nth-child(3n){ margin-right: 0;}
.news-content-list2 ul li .item-img img{ width: 100%;}
.news-content-list2 ul li .item-info{padding: 25px 20px 15px 20px;}
.news-content-list2 ul li .item-info h2{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size: 16px;font-weight: normal;}
.news-content-list2 ul li .item-info h2:hover{color: #15599F;}
.news-content-list2 ul li .item-info p{ font-size: 15px; line-height: 22px; color: rgba(40,40,40,.8); display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; height: 44px;}
.news-content-list2 ul li .item-more{margin: 0 20px;padding: 15px 0;border-top: solid 1px #EEE;}
.news-content-list2 ul li .item-more a{display: flex;justify-content: space-between;align-items: center;font-size: 14px;color: rgba(40,40,40,.8);}

.item-img{ line-height:0;}


/*新闻中心-详情*/
.news-info .news-content{ padding: 70px 0; background: url(../images/news-bg.jpg) top center no-repeat; background-size: cover;}
.news-info .news-content .news-info-position{ margin-bottom: 70px; font-size: 15px; background: url(../images/icon32.png) left center no-repeat; line-height: 22px; padding-left: 26px;}
.news-info .news-content .news-info-position em{ margin: 0 15px;}

.news-info .news-content .news-info-position a{ color: #666;}
.news-info .news-content .news-info-position a:hover{ color: #15599F;}
.news-info .news-content .news-info-box{ background-color: #FFF; padding: 70px;}
.news-info .news-content .news-info-title h1{ font-weight: normal; font-size: 30px;}
.news-info .news-content .news-info-title p span.line{ display: block; width: 12px; height: 2px; background-color: #f08200; margin: 10px 0;}
.news-info .news-content .news-info-title p time{ color: #999; font-size: 14px;}
.news-info .news-content .news-info-html{ margin-top: 20px; line-height: 28px; color: #666; font-size: 15px;}

/*合作发展*/
.cooperation .cooperation-content-1{ background: url(../images/news-bg.jpg) top center no-repeat; background-size: cover; padding-bottom: 70px; }
.cooperation .cooperation-content-1 .cooperation-content-1-item h2{ text-align: center; margin-bottom: 50px; font-size: 22px; font-weight: normal;}
.cooperation .cooperation-content-1 .cooperation-content-1-item ul{ text-align: center; font-size: 0;}
.cooperation .cooperation-content-1 .cooperation-content-1-item ul li{ display: inline-block; background: url(../images/cooperation-item.png) no-repeat; width: 204px; height: 389px; text-align: center; padding-top: 15px; transition: all 0.5s; margin-right: 1px; display: inline-block; cursor: pointer;}
.cooperation .cooperation-content-1 .cooperation-content-1-item ul li h3{ font-weight: normal; font-size: 20px; padding: 30px 0 5px;}
.cooperation .cooperation-content-1 .cooperation-content-1-item ul li p{ color: rgba(51,51,51,.4); font-size: 12px;}
.cooperation .cooperation-content-1 .cooperation-content-1-item ul li:hover{ transform: translateY(-10px); position: relative; z-index: 1;}
.cooperation .cooperation-content-1 .cooperation-content-1-item ul.left{ padding-left: 369px;}
.cooperation .cooperation-content-1 .cooperation-content-1-item ul.left li{ margin: -98px 1px 0 0;}
.cooperation .cooperation-content-2{ padding: 70px 20px;}
.cooperation .cooperation-content-2 h1{ font-size: 22px; font-weight: normal; margin-bottom: 70px;}
.cooperation .cooperation-content-2 p{ text-align: center;}
.cooperation .cooperation-content-2 p img{ width: 100%;}
.cooperation .cooperation-content-2 p a{ display: inline-block; width: 270px; height: 52px; line-height: 52px; font-size: 15px; background-color: #313131; color: #FFF; margin-top: 70px;}
.cooperation .cooperation-content-2 p a:hover{ background-color: #15599F;}
.cooperation .cooperation-content-3{background-color: #f2f2f2;padding-bottom: 70px;padding-top: 70px;}
.cooperation .cooperation-content-3 .cooperation-content-3-item h1{ font-size: 22px; font-weight: normal; margin-bottom: 40px;}
.cooperation .cooperation-content-3 .cooperation-content-3-item dl{ background-color: #FFF; display: flex; align-items: center;}
.cooperation .cooperation-content-3 .cooperation-content-3-item dl dt {width: 50%;line-height: 0;}
.cooperation .cooperation-content-3 .cooperation-content-3-item dl dt img{ width: 100%; max-width: 775px; max-height: 450px;}
.cooperation .cooperation-content-3 .cooperation-content-3-item dl dd{ flex: 1; padding: 30px 60px;}
.cooperation .cooperation-content-3 .cooperation-content-3-item dl dd h2{font-weight: normal;font-size: 28px;color: #15599F;}
.cooperation .cooperation-content-3 .cooperation-content-3-item dl dd p span.line{display: block;width: 30px;height: 2px;background-color: #15599F;margin: 20px 0;}
.cooperation .cooperation-content-3 .cooperation-content-3-item dl dd .text{color: #505050;font-size: 14px;line-height: 2;}
.cooperation .cooperation-content-3 .cooperation-content-3-item dl dd .text img{ margin-top: 20px;}
.page-tit-1 {background: url(../images/icon33.jpg) left center no-repeat;padding-left: 20px;margin-bottom: 35px;line-height: normal;}
.page-tit-1 p{ color: rgba(51,51,51,.5); font-size: 20px;}
.page-tit-1 h2{ font-weight: normal; font-size: 25px;}
.cooperation .cooperation-content-4{ padding: 70px 20px;}
.cooperation .cooperation-content-4 h1{ font-size: 22px; font-weight: normal; margin-bottom: 45px;}
.cooperation .cooperation-content-4 .cooperation-content-4-main{ display: flex; justify-content: space-between;}
.cooperation .cooperation-content-4 .cooperation-content-4-main .cooperation-content-4-main-l,.cooperation .cooperation-content-4 .cooperation-content-4-main .cooperation-content-4-main-r{ width: 45%;}
.cooperation .cooperation-content-4 .cooperation-content-4-main .cooperation-content-4-main-l .cooperation-content-4-main-text,.cooperation .cooperation-content-4 .cooperation-content-4-main .cooperation-content-4-main-r .cooperation-content-4-main-text{ font-size: 15px; line-height: 24px; color: rgba(51,51,51,.8); margin-bottom: 50px; }
.cooperation .cooperation-content-4 .cooperation-content-4-main .cooperation-content-4-main-l .cooperation-content-4-main-text img,.cooperation .cooperation-content-4 .cooperation-content-4-main .cooperation-content-4-main-r .cooperation-content-4-main-text img{ width: 100%;}
.cooperation .cooperation-content-5{ background-color: #e5f0fa; padding-bottom: 70px;}
.cooperation .cooperation-content-5 ul{ display: flex; flex-wrap: wrap;}
.cooperation .cooperation-content-5 ul li{ width: 14.2%; border: solid 1px #EEE; margin: -1px; cursor: pointer; background-color: #FFF; transition: all 0.5s;}
.cooperation .cooperation-content-5 ul li img{ max-width: 100%;}
.cooperation .cooperation-content-5 ul li.other{ opacity: 0.3;}

/*解决方案*/
.solution-content{background: #f5f5f5;padding-bottom: 50px;padding-top: 70px;}
.solution .solution-content .solution-content-tab{ max-width: 900px; margin: 0 auto; box-shadow: 0 0 40px rgba(0,0,0,.1); margin-top: -60px; position: relative; background-color: #FFF;}
.solution .solution-content .solution-content-tab ul{ display: flex; align-items: center; }
.solution .solution-content .solution-content-tab ul li { flex: 1; height: 120px; }
.solution .solution-content .solution-content-tab ul li a{ display: block; height: 120px; position: relative;}
.solution .solution-content .solution-content-tab ul li a:after{ content: ''; position: absolute; right: 35px; top: 50%; transform: translateY(-50%); width: 12px; height: 13px; background: url(../images/icon34.png) center center no-repeat;}
.solution .solution-content .solution-content-tab ul li.active a:after{ background: url(../images/icon35.png)  center center no-repeat;}
.solution .solution-content .solution-content-tab ul li a dl{ display: flex; height: 120px; align-items: center; padding: 0 50px;}
.solution .solution-content .solution-content-tab ul li a dl dd{ flex: 1; min-width: 0; margin-left: 35px;}
.solution .solution-content .solution-content-tab ul li a dl dd h2{ font-size: 20px; font-weight: normal;}
.solution .solution-content .solution-content-tab ul li a dl dd p{ font-size: 13px;}
.solution .solution-content .solution-content-tab ul li a:hover,.solution .solution-content .solution-content-tab ul li.active a{ color: #FFF; background: linear-gradient(300deg,rgba(112,50,221,1) 0%,rgba(30,176,232,1) 100%);}
.solution .solution-content .solution-content-tab ul li:first-child{ border-right: solid 1px #EEE;}
.solution .solution-content .solution-content-tab ul li:first-child dl dt{ background: url(../images/icon37.png) no-repeat; width: 53px; height: 49px;}
.solution .solution-content .solution-content-tab ul li:first-child:hover dl dt,.solution .solution-content .solution-content-tab ul li:first-child.active dl dt{ border: none; background: url(../images/icon37_01.png) no-repeat;}
.solution .solution-content .solution-content-tab ul li:last-child dl dt{ background: url(../images/icon36.png) no-repeat; width: 50px; height: 49px;}
.solution .solution-content .solution-content-tab ul li:last-child:hover dl dt,.solution .solution-content .solution-content-tab ul li:last-child.active dl dt{ background: url(../images/icon36_01.png) no-repeat;}
.solution .solution-content .solution-content-tab-con .con{ display: none;}
.solution .solution-content .solution-content-top{ margin-top: 80px;}
.solution .solution-content .solution-content-top dl{ background-color: #FFF; display: flex; align-items: center;}
.solution .solution-content .solution-content-top dl dt{ position: relative; width: 50%;}
.solution .solution-content .solution-content-top dl dt a{ position: absolute; width: 100%; height: 100%; left: 0; top: 0; display: flex; align-items: center; justify-content: center;}
.solution .solution-content .solution-content-top dl dt img{ max-width: 775px; max-height: 450px; width: 100%;}
.solution .solution-content .solution-content-top dl dt a img{ width: auto; height: auto;}
.solution .solution-content .solution-content-top dl dd{ flex: 1; padding: 0 60px; max-height: 300px;}
.solution .solution-content .solution-content-top dl dd h2{ font-weight: normal; font-size: 30px;}
.solution .solution-content .solution-content-top dl dd p span.line{ display: block; width: 12px; height: 2px; background-color: #f08200; margin: 20px 0;}
.solution .solution-content .solution-content-top dl dd .text{ color: rgba(40,40,40,.8); font-size: 15px; line-height: 22px;}
.solution .solution-content .solution-content-top dl dd .text img{ margin-top: 20px;}
.solution .solution-content .solution-content-tabs{ margin-top: 60px;}
.solution .solution-content .solution-content-tabs .solution-content-tabs-hd ul{ display: flex; align-items: center; border-bottom: solid 2px #fb5941;}
.solution .solution-content .solution-content-tabs .solution-content-tabs-hd ul li{ flex: 1; text-align: center; font-size: 19px; padding-bottom: 55px; position: relative;}
.solution .solution-content .solution-content-tabs .solution-content-tabs-hd ul li a { display: inline-block;}
.solution .solution-content .solution-content-tabs .solution-content-tabs-hd ul li a:hover img{ -webkit-animation: down 0.6s linear infinite alternate; animation: down 0.6s linear infinite alternate; -moz-animation: down 0.6s linear infinite alternate; }
.solution .solution-content .solution-content-tabs .solution-content-tabs-hd ul li a p{ margin-top: 15px;}
.solution .solution-content .solution-content-tabs .solution-content-tabs-hd ul li.active a p{ color: #fd5d36;}
.solution .solution-content .solution-content-tabs .solution-content-tabs-hd ul li.active:after{ content: ''; position: absolute; width: 21px; height: 10px; background: url(../images/icon44.png) no-repeat; bottom: 0; left: 50%; transform: translateX(-50%);}
.solution .solution-content .solution-content-tabs .solution-content-tabs-bd{ background-color: #FFF; padding: 50px;}
.solution .solution-content .solution-content-tabs .solution-content-tabs-bd .solution-content-tabs-bd-con{ font-size: 15px; line-height: 24px; color: rgba(51,51,51,.8); display: none; }
.solution .solution-content .solution-content-tabs .solution-content-tabs-bd .solution-content-tabs-bd-con img{ max-width: 100%;}
.solution .solution-content .solution-content-tabs .solution-content-tabs-bd .solution-content-tabs-bd-con .con-text{ margin-bottom: 50px; }
.solution .solution-content .industry-item{}
.solution .solution-content .industry-item dl{ background-color: #FFF; display: flex; align-items: center; margin-bottom: 30px;}
.solution .solution-content .industry-item dl:nth-child(2n) dd{ order: -1;}
.solution .solution-content .industry-item dl dt{width: 50%;line-height: 0;}
.solution .solution-content .industry-item dl dt img{ max-width: 775px; max-height: 450px; width: 100%;}
.solution .solution-content .industry-item dl dd{ flex: 1; padding: 0 60px; max-height: 300px;}
.solution .solution-content .industry-item dl dd h2{font-weight: normal;font-size: 28px;color: #15599F;}
.solution .solution-content .industry-item dl dd p span.line{display: block;width: 20px;height: 2px;background-color: #15599F;margin: 20px 0;}
.solution .solution-content .industry-item dl dd .text{color: rgba(40,40,40,.8);font-size: 14px;line-height: 24px;}
.solution .solution-content .industry-item dl dd .text img{ margin-top: 20px;}
.solution .solution-content .industry-item dl dd p a{display: inline-block;width: 140px;height: 45px;border-radius: 50px;font-size: 14px;text-align: center;line-height: 43px;border: solid 2px #15599F;color: #ffffff;margin-top: 50px;background: #15599F;}
.solution .solution-content .industry-item dl dd p a:hover{border-color: #15599F;color: #fff;background: #184db3;}

/*解决方案-详情*/
.page-banner{ position: relative;}
.page-banner .page-banner-info{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); text-align: center; color: #FFF;}
/*.page-banner .page-banner-info h1{ font-size: 64px; font-weight: normal; font-style: italic; margin-bottom: 40px; white-space: nowrap; overflow: hidden; max-width: 80%; text-overflow: ellipsis;}*/
.page-banner .page-banner-info h1{ font-size: 64px; font-weight: normal; font-style: italic; margin-bottom: 40px; white-space: nowrap; max-width: 80%; text-overflow: ellipsis;}
.page-banner .page-banner-info p a{ display: inline-block; font-size: 18px; color: #FFF; height: 49px; text-align: center; line-height: 49px;}
.page-banner .page-banner-info p a.video{ border: solid 1px #FFF; border-radius: 30px; padding: 0 25px;}
.page-banner .page-banner-info p a.video i{ width: 26px; height: 26px; display: inline-block; vertical-align: middle; margin: -2px 10px 0 0; border-radius: 50%; background: url(../images/play.png) no-repeat; background-size: cover;}
.page-banner .page-banner-info p a.zixun{ width: 148px; background: url(../images/banner-btn.png) no-repeat; margin-left: 15px;}
.solution-info-main{background: #f5f5f5;background-size: cover;padding: 70px 0;}
.solution-info-main .solution-info-position{margin-bottom: 40px;font-size: 15px;background: url(../images/icon32.png) left center no-repeat;line-height: 22px;padding-left: 26px;}
.solution-info-main .solution-info-position em{ margin: 0 15px;}
.solution-info-main .solution-info-position a{ color: #666;}
.solution-info-main .solution-info-position a:hover{ color: #15599F;}
.solution-info-main .solution-info-1{ background-color: #FFF; padding: 70px;}
.solution-info-main .solution-info-1 h1{ font-weight: normal; font-size: 30px;}
.solution-info-main .solution-info-1 p span.line{ display: block; width: 12px; height: 2px; background-color: #f08200; margin: 20px 0;}
.solution-info-main .solution-info-1 .text{ color: rgba(40,40,40,.8); font-size: 15px; line-height: 22px; }
.solution-info-item{padding: 45px;margin-top: 40px;border-top: solid 2px #15599F;background-color: #FFF;}
.solution-info-item .img img{ max-width: 100%;}
.solution-info-item ul.icon{ background: url(../images/icon45.png) left top no-repeat; padding-left: 105px; margin-left: 20px;}
.solution-info-item ul.icon li{ margin: 10px 0 45px;}
.solution-info-item ul.icon li h2{ font-size: 20px; font-weight: normal; margin-bottom: 20px;}
.solution-info-item ul.icon li p{ line-height: 24px; color: rgba(51,51,51,.8);}
.solution-info-item ul.icon li:last-child{ margin-left: -50px;}
.solution-info-item .solution-info-item-box-tab ul{ display: flex; border-bottom: solid 2px #e5e5e5; padding: 0 125px;}
.solution-info-item .solution-info-item-box-tab ul li{ flex: 1; height: 78px; font-size: 19px; color: rgba(0,0,0,.8); text-align: center; border-bottom: solid 2px transparent; padding: 25px 0; margin-bottom: -2px; cursor: pointer;}
.solution-info-item .solution-info-item-box-tab ul li a{ display: block;}
.solution-info-item .solution-info-item-box-tab ul li.active{ -moz-border-image: url(../images/icon46.jpg) 30 30 stretch; -webkit-border-image: url(../images/icon46.jpg) 30 30 stretch; -o-border-image: url(../images/icon46.jpg) 30 30 stretch; border-image: url(../images/icon46.jpg) 30 30 stretch; }
.solution-info-item .solution-info-item-box-tab ul li.active a{ color: #fd5d36;}
.solution-info-item .con{ padding: 40px; margin-top: 25px; background-color: #f5f5f5;}
.solution-info-item .con .solution-info-item-box-con{ display: none;}
.solution-info-item .con .solution-info-item-box-con dl{ display: flex;}
.solution-info-item .con .solution-info-item-box-con dl dt{ width: 50%;}
.solution-info-item .con .solution-info-item-box-con dl dt img{ max-width: 918px; max-height: 305px; width: 100%;}

.solution-info-item .con .solution-info-item-box-con dl dd{ padding: 30px 40px; flex: 1; min-width: 0;}
.solution-info-item .con .solution-info-item-box-con dl dd h2{  color: rgba(51,51,51,.9); font-weight: normal; font-size: 20px; font-weight: normal; margin-bottom: 20px;}
.solution-info-item .con .solution-info-item-box-con dl dd p{ color: rgba(51,51,51,.7); font-size: 15px; line-height: 24px;}
.solution-info-main .solution-info-2 h1{ font-size: 30px; font-weight: normal; padding: 50px 0;}
.solution-info-main .solution-info-2 ul{ display: flex; align-items: flex-start; justify-content: space-between;}
.solution-info-main .solution-info-2 ul li{ margin-right: 20px;}
.solution-info-main .solution-info-2 ul li:last-child{ margin-right: 0;}
.solution-info-main .solution-info-2 ul li a{ display: block; background-color: #FFF;}
.solution-info-main .solution-info-2 ul li a p{ display: flex; align-items: center; justify-content: space-between; padding: 0 20px; line-height: 95px; font-size: 18px; border-top: solid 1px #EEE;}
.solution-info-main .solution-info-2 ul li a p i{ background: url(../images/icon8.png) no-repeat; width: 14px; height: 9px;}
.solution-info-main .solution-info-2 ul li a img{ width: 100%;}
.solution-info-main .solution-info-2 ul li a:hover{ box-shadow: 0 0 30px rgba(0,0,0,.1); transform: translateY(-10px);}

.solution-info-3{ margin-top: 70px;}
.solution-info-3 dl{ background-color: #FFF; display: flex; align-items: center;}
.solution-info-3 dl dt{ width: 50%;}
.solution-info-3 dl dt img{ max-width: 775px; max-height: 450px; width: 100%;}
.solution-info-3 dl dd{ flex: 1; padding: 0 60px; max-height: 300px;}
.solution-info-3 dl dd h2{ font-weight: normal; font-size: 30px;}
.solution-info-3 dl dd p span.line{ display: block; width: 12px; height: 2px; background-color: #f08200; margin: 20px 0;}
.solution-info-3 dl dd .text{ color: rgba(40,40,40,.8); font-size: 15px; line-height: 22px;}
.solution-info-3 dl dd .text img{ margin-top: 20px;}

/*产品列表*/
.products-content{background: #f2f2f2;background-size: cover;padding-bottom: 70px;padding-top: 70px;}
.products-content .products-content-tab{ max-width: 900px; margin: 0 auto; box-shadow: 0 0 40px rgba(0,0,0,.1); margin-top: -60px; position: relative; background-color: #FFF;}
.products-content .products-content-tab ul{ display: flex; align-items: center; }
.products-content .products-content-tab ul li { flex: 1; height: 120px; }
.products-content .products-content-tab ul li a{ display: block; height: 120px; position: relative;}
.products-content .products-content-tab ul li a:after{ content: ''; position: absolute; right: 35px; top: 50%; transform: translateY(-50%); width: 12px; height: 13px; background: url(../images/icon34.png) center center no-repeat;}
.products-content .products-content-tab ul li.active a:after{ background: url(../images/icon35.png)  center center no-repeat;}
.products-content .products-content-tab ul li a dl{ display: flex; height: 120px; align-items: center; padding: 0 50px;}
.products-content .products-content-tab ul li a dl dd{ flex: 1; min-width: 0; margin-left: 35px;}
.products-content .products-content-tab ul li a dl dd h2{ font-size: 20px; font-weight: normal;}
.products-content .products-content-tab ul li a dl dd p{ font-size: 13px;}
.products-content .products-content-tab ul li a:hover,.products-content .products-content-tab ul li.active a{ color: #FFF; background: linear-gradient(300deg,rgba(112,50,221,1) 0%,rgba(30,176,232,1) 100%);}
.products-content .products-content-tab ul li:first-child{ border-right: solid 1px #EEE;}
.products-content .products-content-tab ul li:first-child dl dt{ background: url(../images/icon48.png) no-repeat; width: 50px; height: 46px;}
.products-content .products-content-tab ul li:first-child:hover dl dt,.products-content .products-content-tab ul li:first-child.active dl dt{ border: none; background: url(../images/icon48_01.png) no-repeat;}
.products-content .products-content-tab ul li:last-child dl dt{ background: url(../images/icon47.png) no-repeat; width: 50px; height: 48px;}
.products-content .products-content-tab ul li:last-child:hover dl dt,.products-content .products-content-tab ul li:last-child.active dl dt{ background: url(../images/icon47_01.png) no-repeat;}
.products-content .products-content-tab-con .con{ display: none;}
.products-main{display: flex;}

.products-main-nav{width: 260px;}
.products-main-nav .title{height: 140px;background: linear-gradient(300deg,rgb(21, 89, 159) 0%,rgb(0, 128, 177) 100%);color: #FFF;display: flex;align-items: center;padding-left: 35px;}
.products-main-nav .title h1{ font-weight: normal; font-size: 32px;}
.products-main-nav .title p{ font-size: 13px;}
.products-main-nav ul{ background-color: #FFF;}
.products-main-nav ul li{margin: 0 30px;}
.products-main-nav ul li.active ol{display: block;}
.products-main-nav ul li h3 a{ display: block; height: 60px; line-height: 59px; border-bottom: dashed 1px #dfdfdf; position: relative; font-size: 16px; font-weight: normal;}
.products-main-nav ul li h3 a:after{ content: ''; position: absolute; right: 0; top: 50%; transform: translateY(-50%); background: url(../images/icon49.png) no-repeat; width: 7px; height: 13px; transition: all 0.5s;}
.products-main-nav ul li:last-child h3 a{ border-bottom: none;}
.products-main-nav ul li.active h3 a{color: #15599F;}
.products-main-nav ul li.active h3 a:after{ transform: rotate(90deg); margin-top: -7px;}
.products-main-nav ul li.active ol li.active a{ color: #15599F;}
.products-main-nav ul li ol{ display: none;}
.products-main-nav ul li ol li{margin: 0;font-size: 14px;border-bottom: dashed 1px #dfdfdf;}
.products-main-nav ul li ol li a{display: block;line-height: 40px;}
.products-main-nav ul li ol li a:before{content: '';display: inline-block;vertical-align: middle;width: 4px;height: 4px;background-color: #AAA;margin: -2px 10px 0 0;border-radius: 50%;}
.products-main-nav ul li.active ol li.active a:before{ background-color: #15599F;}
.products-main-list{ flex: 1; margin-left: 50px;}
.products-main-list .products-main-list-item ul{ display: flex; flex-wrap: wrap;}
.products-main-list .products-main-list-item ul li{ margin: 0 3% 3% 0; width: 30%;}
.products-main-list .products-main-list-item ul li:nth-child(3n){ margin-right: 0;}
.products-main-list .products-main-list-item ul li a{ display: block; background-color: #FFF;}
.products-main-list .products-main-list-item ul li a p{align-items: center;justify-content: space-between;padding: 0 20px;line-height: 70px;height: 70px;overflow: hidden;font-size: 16px;text-align: center;border-top: solid 1px #EEE;}
.products-main-list .products-main-list-item ul li a p i{ background: url(../images/icon8.png) no-repeat; width: 14px; height: 9px;}
.products-main-list .products-main-list-item ul li a img{ width: 100%;}
.products-main-list .products-main-list-item ul li a:hover{ box-shadow: 0 0 30px rgba(0,0,0,.1); transform: translateY(-10px);}
.products-main-list .products-main-list-pages{ text-align: center; padding-bottom: 70px;}
.products-main-list .products-main-list-pages ul{ font-size: 0;}
.products-main-list .products-main-list-pages ul li{ display: inline-block; font-size: 14px; margin: 0 5px;}
.products-main-list .products-main-list-pages ul li a{ display: block; width: 40px; height: 40px; border: solid 1px #e7e7e7; line-height: 38px; text-align: center; background-color: #FFF;}
.products-main-list .products-main-list-pages ul li a:hover{ border-color: #15599F;}
.products-main-list .products-main-list-pages ul li.active a{ background-color: #15599F; color: #FFF;}
.products-main-list .products-main-list-pages ul li.prev a,.products-main-list .products-main-list-pages ul li.next a{ min-width: 40px; width: auto; padding: 0 20px;}


/*产品详情*/
.products-info-main{background: #f2f2f2;background-size: cover;padding: 70px 0;}
.products-info-main .products-info-position{margin-bottom: 40px;font-size: 15px;background: url(../images/icon32.png) left center no-repeat;line-height: 22px;padding-left: 26px;}
.products-info-main .products-info-position em{ margin: 0 15px;}
.products-info-main .products-info-position a{ color: #666;}
.products-info-main .products-info-position a:hover{ color: #15599F;}
.products-info-top{ display: flex; justify-content: space-between;}
.products-info-top-info{ flex: 1; margin-left: 100px; padding-top: 30px;}
.products-info-top-info h1{font-size: 30px;font-weight: normal;padding-bottom: 25px;margin-bottom: 25px;border-bottom: solid 1px #cccccc;}
.products-info-top-info .text{font-size: 15px;line-height: 1.8;color: #666;}
.big-img { position: relative; width: 670px; }
.small-box { position: relative; width: 670px; height: 420px; border: solid 1px #e6e6e6; background-color: #FFF; }
.small-box img { display: block; max-width: 100%; max-height: 100%; }
.pics-list{ width: 670px; position: relative; margin-top: 15px;}
.pics-list .prev,.pics-list .next{ position: absolute; top: 50%; transform: translateY(-50%); width: 17px; height: 29px; outline: none;}
.pics-list .prev{ left: -27px; background: url(../images/icon50.png) no-repeat; cursor: pointer;}
.pics-list .next{ right: -27px; background: url(../images/icon51.png) no-repeat; cursor: pointer;}
.pics-list .swiper-slide img{ border: solid 1px #e6e6e6; max-width: 100%; cursor: pointer;}
.pics-list .swiper-slide img.active,.pics-list .swiper-slide img:hover{ border-color: #15599F;}
.products-info-bottom{margin-top: 50px;}
.products-info-bottom-tabs ul{display: flex;height: 60px;line-height: 60px;background: -moz-linear-gradient(bottom, #f1f1f1 0%, #ffffff 100%);background: -webkit-linear-gradient(bottom, #f1f1f1 0%,#ffffff 100%);background: -o-linear-gradient(top, #f1f1f1 0%,#ffffff 100%);background: -ms-linear-gradient(top, #f1f1f1 0%,#ffffff 100%);background: linear-gradient(to top, #f1f1f1 0%,#ffffff 100%);border: solid 1px #EEE;border-bottom: solid 2px #15599F;box-shadow: 0px 1px 20px rgba(0,0,0,0.1);}
.products-info-bottom-tabs ul li{margin-right: 5px;margin-left: -1px;margin-top: -1px;}
.products-info-bottom-tabs ul li a{display: block;font-size: 16px;width: 225px;text-align: center;}
.products-info-bottom-tabs ul li a:hover,.products-info-bottom-tabs ul li.active a{background: #15599F;}
.products-info-bottom-tabs ul li a i{ display: inline-block; vertical-align: middle; margin: -2px 5px 0 0;}
.products-info-bottom-tabs ul li a i.i1{ background: url(../images/icon52.png) no-repeat; width: 18px; height: 18px;}
.products-info-bottom-tabs ul li a i.i2{ background: url(../images/icon53.png) no-repeat; width: 22px; height: 19px;}
.products-info-bottom-tabs ul li a:hover,.products-info-bottom-tabs ul li.active a{ color: #FFF;}
.products-info-bottom-tabs ul li a:hover i.i1,.products-info-bottom-tabs ul li.active a i.i1{ background: url(../images/icon52_01.png) no-repeat;}
.products-info-bottom-tabs ul li a:hover i.i2,.products-info-bottom-tabs ul li.active a i.i2{ background: url(../images/icon53_01.png) no-repeat;}
.products-info-bottom-con{background-color: #FFF;padding: 50px;box-shadow: 0px 1px 20px rgba(0,0,0,0.1);}
.products-info-text{font-size: 14px;line-height: 2;color: #666;}
.products-info-text img{ vertical-align: -1px;}
.products-info-bottom-con .con{ display: none;}
.products-info-bottom-con .con .parameter table{width: 100%;font-size: 14px;border-collapse: collapse;}
.products-info-bottom-con .con .parameter table thead th{ text-align: left; border: solid 1px #EEE; background-color: #999; color: #FFF; padding: 10px;}
.products-info-bottom-con .con .parameter table tbody td{border: solid 1px #717171;padding: 12px 20px;line-height: 1.7;text-align: center;}

.software-top{ background-color: #FFF; padding: 55px;}
.software-top h1{ font-size: 35px; font-weight: normal; padding-bottom: 30px; margin-bottom: 30px; border-bottom: dotted 2px #c2d1d7;}
.software-top .text{ font-size: 15px; line-height: 25px;}
.software-tabs1 { border-top: none; padding: 0 45px;}
.software-tabs1 .con .solution-info-item-box-con{ text-align: center;}
.software-tabs1 .con .solution-info-item-box-con img{ max-width: 100%;}
.software-tabs2{ border-top: none; padding: 0 45px 70px; margin-top: 0;}
.software-2{ background-color: #FFF; padding-bottom: 70px;}



.software-2 .software-2-img{ text-align: center;}

.software-2 .software-2-img img{ max-width: 100%;}
.software-tabs2 .con .solution-info-item-box-con dl dt img{ max-width: 720px; max-height: 380px; width: 100%; height: auto;}
.software-tabs2 .con .solution-info-item-box-con dl dd{ flex: 1; min-width: 0;}
.software-tabs2 .con .solution-info-item-box-con dl dd p span.line{ display: block; width: 12px; height: 2px; background-color: #f08200; margin: 20px 0;}


/*搜索结果页*/
.search-result{ margin-top: 108px; padding: 70px 0; background: url(../images/news-bg.jpg) top center no-repeat; background-size: cover; }
.search-result-form form{ display: flex;}
.search-result-form form input{ flex: 1; padding: 15px; height: 55px; font-size: 18px;}
.search-result-form form button{ color: #FFF; width: 120px; font-size: 18px; background-color: #fc5d39; cursor: pointer;}
.hot-keywords{ margin-top: 20px; font-size: 14px;}
.hot-keywords a{ margin-left: 20px; color: rgba(0,0,0,.8);}
.search-result-list{ padding-top: 30px;}
.search-result-item{ display: flex; align-items: flex-start; padding: 20px; background-color: #FFF; margin: 30px 0;}
.search-result-item-img{ margin-right: 40px;}

.search-result-item-info{ flex: 1; min-width: 0;}
.search-result-item-info h1{ margin-bottom: 10px; font-weight: normal; font-size: 20px;}
.search-result-item-info p{ color: rgba(40,40,40,0.8); font-size: 15px; line-height: 22px;}
.search-result .news-content-pages{ text-align: center; margin-top: 70px;}
.search-result .news-content-pages ul{ font-size: 0;}
.search-result .news-content-pages ul li{ display: inline-block; font-size: 14px; margin: 0 5px;}
.search-result .news-content-pages ul li a{ display: block; width: 40px; height: 40px; border: solid 1px #e7e7e7; line-height: 38px; text-align: center; background-color: #FFF;}
.search-result .news-content-pages ul li a:hover{ border-color: #f08200;}
.search-result .news-content-pages ul li.active a{ background-color: #f08200; color: #FFF;}
.search-result .news-content-pages ul li.prev a,.search-result .news-content-pages ul li.next a{ min-width: 40px; width: auto; padding: 0 20px;}

.video-pop .video-js{ width:850px !important; height:450px !important;}

.ny_top{border-bottom: 1px solid #eae8e8;padding: 0;}
.ny_topnav ul li a{
	
font-size: 16px;
	
display: block;
	
padding: 0 30px;
	
color: #5e5e5e;
}

.ny_topnav ul li a:hover{
	
background: #15599F;
color:#fff;
}

.ny_topnav ul .ontwo a{
	color: #ffffff;
	background: #15599F;
}
.ny_topnav ul li{display: inline-block;/* margin-right: 60px; */line-height: 70px;/* background: #15599F; */}

.clear {
	clear: both;
}
.mbx{ padding-top:25px;}
.mbx img{margin-right: 10px;vertical-align: bottom;}
.abb2{padding: 60px 0;line-height:2;color: #505050;background: #f5f5f5;}
.abb2 p{ margin-bottom:10px;}

.a56 {
	font-size: 24px;
	font-weight: 400;
	color: #262626;
}

.banner_list_bg{width: 100%;background: #373d41;z-index: 9;height:70px;}
.banner_list{margin:0 auto;}
.banner_list ul{float: left;}
.banner_list ul li{float: left;}
.banner_list ul li a{line-height: 70px;font-size: 14px;color: #fff;padding: 0 30px;display: inline-block;text-align: center;}
.banner_list ul li a:hover{background-color: #15599F;}
.banner_list ul li a.hover{background-color: #15599F;}

.banner_list_right{float: right;font-size: 14px;color: #fff;line-height: 70px;background: url('../images/dz.png') no-repeat left center;padding-left: 25px;}
.banner_list_right a{font-size: 14px;color: #fff;}
.banner_list_right a:hover{color: #fff;}
.banner_list_right span{font-size: 12px;color: #959595;padding: 0 8px;}


@media (max-width: 1600px){
.w1550{ max-width:1400px; }
}

@media (max-width: 1440px){
.w1550{ max-width:1260px; }
.index-5 .index-5-main .index-5-main-list{ margin-left: 50px; padding-left: 50px; }
}




.g-pagination {
	padding-top: 10px;
	text-align: center;*
	zoom:1;
}

.g-pagination:after {
	content: " ";
	clear: both;
	display: table
}

.g-pagination span,.g-pagination a {
	overflow: hidden;
	width: 38px;
	line-height: 3.2;
	font-size: 12px;
	margin-left: 4px;
	margin-right: 4px;
	vertical-align: top;
	font-weight: normal;
	color: #262626;
	border: 1px solid #ededed;
	background-color: #fff;
}

.g-pagination a {
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.g-pagination a:hover,.g-pagination a:active {
	color: #fff;
	background-color: #15599F;
}

.g-pagination .active {
	color: #fff;
	background-color: #15599F;
}

.g-pagination .ellipsis {
	width: 16px;
	border: 0
}

.g-pagination .prev,.g-pagination .next {
	display: inline-block;
	width: 70px
}

.g-pagination span.prev,.g-pagination span.next {
	color: #ededed;
	border-color: #f2f2f2
}

.g-pagination .slct {
	display: inline-block;
	position: relative;
	border: 0;
	width: 60px;
	padding-top: 1px;
	padding-bottom: 1px
}

.g-pagination .slct select {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	opacity: 0
}





.g-pagination span,.g-pagination a {
	display: inline-block
	


	}
	
.subNewsTitle h1,.subNewsTitle h2,.subNewsTitle h3,.subNewsTitle h4,.subNewsTitle h5,.subNewsTitle h6{font-size: 18px;padding-top: 100px;margin-top: -65px;margin-bottom: 5px;color: #333;}
.subNewsTitle h3:first-child{font-size: 25px;font-weight: 400;color: #333;margin-top: 0px;padding: 10px 0px 20px;border-bottom: 2px solid #dedede;text-align: center;}
.article h3{font-size: 24px; color: #333; text-align: center; padding: 10px 0 30px;}


.article p{font-size: 14px;color: #545454;margin-bottom: 10px;line-height: 1.8;}

.otherNews {position: relative;border-top: 1px solid #dedede;}
.links22 { padding: 28px 0 0 0px; }
.links22 a { display: block; line-height: 2; font-size: 14px; color: #666; }
.links22 a:hover {color: #15599F;}

.solution-info-item-box p{margin-bottom: 15px;line-height:1.8;}
.products-info-text p{ margin-bottom:15px;}

.appp2{display: inline-block;font-size: 18px;text-align: center;line-height: 48px;padding: 0 30px;color: #ffffff;background: #15599F;}

table.list-jobs {
	width:100%;
	border-collapse:collapse;
	font-size: 14px;
	line-height: 25px;
}
table.list-jobs th {
	background: #255ECF;
	color: #fff;
}
table.list-jobs th {
	padding: 15px 15px;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
}
table.list-jobs td {
	padding: 10px 15px;
	text-align: left;
}
table.list-jobs a {
	font-weight:bold;
	margin-left:10px;
	display:inline-block;
}
table.form-jobs th {
	color:#555;
	text-align:right;
}
table.form-jobs td {
	padding:7px;
}
table.form-jobs .text {
	width:130px;
	height:22px;
	line-height:22px;
	border:1px solid #CACACA;
	font-family:Arial, Helvetica, sans-serif;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	font-size: 14px;
}
table.form-jobs input.txt {
	color:#999;
	cursor:default;
	background:#fafafa;
}
table.form-jobs input.lang,
table.form-jobs textarea.text {
	width:560px;
	resize:none;
	max-width:560px;
}
table.form-jobs textarea.text {
	height:100px;
	max-height:70px;
}
table.form-jobs input.btns {
	width:70px;
	height:28px;
	color:#fff;
	cursor:pointer;
	line-height:24px;
	font-weight:bold;
	background-color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-size: 14px;
}
.cc1{
	background: #A1BBEE;
	color: #ffffff;
	font-size: 15px;
	padding: 10px 20px!important;
	letter-spacing: 1px;
	}
.cc2{
	background: #E1E8FA;
	color: #525252;
	font-size: 15px;
	}
	
 .download-list-box {
        width: 100%
    }

    .download-list-box ul {
        width: 100%
    }

    .download-list-box li {
        width: 100%
    }

    .download-list-box .title {
        width: 100%;
        cursor: pointer;
        padding-left: 64px;
        background: url(../images/ser22.png) no-repeat left center;
        line-height: 75px;
        font-size: 18px;
        color: #666;
        border-bottom: 1px solid #e0e0e0














    }

    .download-list-box .title.on {
        border-bottom: 0;
        background: url(../images/ser22_h.png) no-repeat left center;
        color: #d9271b
    }

    .download-list-box .time {
        font-size: 14px;
        color: #666;
        filter: alpha(opacity=50);
    }

    .download-list-box .con {
        width: 100%;
        padding: 1.7%;
        background: #f7f7f7;
        display: none
    }

    .download-list-box dd {
        width: 100%;
        margin-bottom: 17px;
        background: #fff;
        padding: 39px 3.7% 49px
    }


    .download-list-box dd h2 {


        line-height: 44px;
        font-size: 24px;
        color: #333;
        margin-bottom: 14px

    }


    .download-list-box dd .line {
        margin-bottom: 20px;
        border-bottom: 1px solid #e6e5e5;
        padding-bottom: 40px
    }

    .download-list-box dd p {
        font-size: 15px;
        color: #666;
        line-height: 25px
    }

    .download-list-box .download {
        margin-top: 20px;
        width: 120px;
        height: 36px;
        padding-left: 37px;
        line-height: 36px;
        background: #15599F url(../images/ser23.png) no-repeat 77px center;
        color: #fff;
        font-size: 14px;
        color: #fff;
        display: block;
        border-radius: 30px;
    }

    .download-list-box .weima {
        display: block;
        width: 300px
    }

    .download-list-box .weima img {
        width: 60%;
        float: left
    }

    .download-list-box .weima p {
        width: 40%;
        text-align: center;
        font-size: 12px;
        color: #666;
        line-height: 18px;
        float: right;
        margin-top: 18px
    }
	
	 .download-list-box .title:hover {
        background: url(../images/ser22_h.png) no-repeat left center;
        color: #15599F;
    }
	
.index-button-02{width: 180px;height: 45px;background: #15599F;color:#ffffff;text-align:center;line-height:34px;cursor:pointer;font-size: 15px;margin-top: 15px;border: 0;}
.index-button-02:hover{  background:#1a51bb; }

.section-ul {}
.section-ul li {float: left;width: 15.666666666%;text-align: center;margin: 0 0.5% 1% 0.5%;border: 1px solid #dadada;overflow: hidden;line-height: 0;}
.section-ul li .hdPartner { display: none; }
.section-ul li img {
}
.section-ul li:nth-child(6n) {}

.btnLearnMore {
	display:block;
	-webkit-transition:none;
	-moz-transition:none;
	-ms-transition:none;
	-o-transition:none;
	transition:none;
	width:60px;
	height:60px;
	position:absolute;
	bottom:80px;
	left:50%;
	margin-left:-30px;
	background:url('../images/go_down.png') no-repeat 0 0;
	-webkit-animation-name:bounce;
	-moz-animation-name:bounce;
	-o-animation-name:bounce;
	-ms-animation-name:bounce;
	animation-name:bounce;
	-webkit-animation-direction:normal;
	-moz-animation-direction:normal;
	-o-animation-direction:normal;
	-ms-animation-direction:normal;
	animation-direction:normal;
	-webkit-animation-duration:2s;
	-moz-animation-duration:2s;
	-o-animation-duration:2s;
	-ms-animation-duration:2s;
	animation-duration:2s;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-iteration-count:infinite;
	-o-animation-iteration-count:infinite;
	-ms-animation-iteration-count:infinite;
	animation-iteration-count:infinite;
	z-index:9999;
}
.btnLearnMore:hover {
	-webkit-animation-name:none;
	-moz-animation-name:none;
	-o-animation-name:none;
	-ms-animation-name:none;
	animation-name:none;
	background-position:0 -60px
}
@-webkit-keyframes bounce {
	0% {
	-webkit-transform:translateY(0);
	transform:translateY(0)
}
20% {
	-webkit-transform:translateY(0);
	transform:translateY(0)
}
40% {
	-webkit-transform:translateY(-30px);
	transform:translateY(-30px)
}
50% {
	-webkit-transform:translateY(0);
	transform:translateY(0)
}
60% {
	-webkit-transform:translateY(-15px);

	transform:translateY(-15px)
}



80% {
	-webkit-transform:translateY(0);
	transform:translateY(0)

}
100% {
	-webkit-transform:translateY(0);
	transform:translateY(0)
}
}

.page22{width:100%;height:auto;margin-top: 10px;text-align:center;position:relative;overflow:hidden;}
.page22 a{display:inline-block;width: 40px;height: 40px;line-height: 40px;text-align:center;font-size: 14px;color:#888888;border:1px solid #cccccc;margin:0 4px;}
.page22 a.on, .page22 a:hover{background-color: #15599F;color:#ffffff;border-color: #15599F;}
.page22 a:first-child,
.page22 a:last-child{background:none;border:1px solid #cccccc;font-weight: 600;color:#888888;}

.map-box {
	width: 100%;
	height: 500px;
	position: relative;
}

.map-box img {
	max-width: 1000%;
}

.map-box .allmap {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.map-box .anchorBL {
	display: none;
}

.contact_ly{background: #f5f5f5;padding: 60px 0;padding-bottom: 100px;}
.ly_fr{width: 57%;float: right;}
.ly_fl{
    width: 43%;
    float: left;
    padding-right: 30px;
    box-sizing: border-box;
    }
.contact_ly .about_tit{ text-align: left; margin-bottom: 30px;}
.contact_addre{line-height: 45px;font-size: 15px;padding-top: 5px;}
.contact_addre img{ margin-right: 10px; vertical-align: middle;}
.ly_form li{width: 48.6%;position: relative;margin-left: 1.4%;height: 60px;line-height: 60px;background: #ffffff;padding: 0 20px;box-sizing: border-box;margin-bottom: 20px;float: left;}
.ly_form li .text{width: 100%;height: 100%;position: absolute;left: 0;top: 0;padding-left: 70px;padding-right: 20px;box-sizing: border-box;background: none;border: 1px solid #e7e7e7;}
.ly_form ul{ margin-left: -1.4%;}
.ly_form li.texta{width: 98.6%;height: 150px;}
.ly_form li .text2{ padding-left: 100px;}
.ly_form li.texta .text{ padding-top:20px; font-size: 14px;}
.ly_form .subbtn{width: 100%;height: 60px;line-height: 60px;background: #15599F;color:#fff;font-size: 16px;cursor: pointer;}
.about_tit h3{font-size: 32px;font-weight: bold;line-height: 1.5;}
.about_tit h4{color: #222222;font-size: 16px;font-weight: 400;}

.FAQ-list .FAQ-title{display:block;height:4em;overflow: hidden;line-height:4em;padding-left:3.375em;color:#666666;background:url(../images/icon-dd2.png) no-repeat left center;background-size:1.8125em auto;border-bottom:1px solid #e5e5e5;}
.FAQ-list .FAQ-title.cur{color: #15599F;background:url(../images/icon-dd2-2.png) no-repeat left center;background-size:1.8125em auto;}
.FAQ-list .FAQ-box{width: 100%;position:relative;overflow:hidden;margin: 1em 0 1em 0%;display:none;}
.FAQ-box .FAQ-con{padding: 30px;line-height: 2;color:#fff;background-color: #15599F;position:relative;}

	
	.clear {
	clear: both
}

.f-cb {
	zoom: 1
}

.f-cb:after {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	content: "."
}

.PUBtitle{width: 100%;text-align: center;position: relative;z-index: 5;margin-bottom: 30px;}
.PUBtitle h4{font-size: 34px;font-weight: 400;color: #000;}
.PUBtitle i{display: block;width: 28px;height: 3px;background: #15599F;margin: 15px auto 0;}
.vc1212{ font-size:18px!important; font-weight:700!important; margin-bottom:10px!important;}

#protect3 {padding: 70px 0;background: #f7f7f7;}
.index_text{color: #666;line-height: 1.8;font-size: 14px;width: 800px;margin: 35px auto 30px auto;text-align:center;}

#protect4,#eye3 {padding: 60px 0 40px 0;background: #f5f5f5;}
#protect4 ul,#eye3 ul {margin-top: 0;overflow: hidden;}
#protect4 ul li,#eye3 ul li {width: 23%;height: auto;float: left;transition: all .2s; margin-left:1%; margin-right:1%; padding: 20px 0;}
#protect4 ul li h1,#eye3 ul li h1 {text-align: center;line-height: 22px;}
#protect4 ul li h1 s {width: 110px;display: inline-block;margin-top: 10px;}
#protect4 ul li h2,#eye3 ul li h2 {text-align: center;font-size: 18px;font-weight: 600;line-height: 22px;margin: 25px 10px 15px;color: #333;}
#protect4 ul li p,#eye3 ul li p {position: relative;margin: 0 25px;line-height: 1.75;text-align: center;}


#protect5,#eye3 {padding: 60px 0 40px 0;background: #fff;}
#protect5 ul,#eye3 ul {margin-top: 0;overflow: hidden;}
#protect5 ul li,#eye3 ul li {width: 31.3333333%;height: auto;float: left;transition: all .2s;margin-left:1%;margin-right:1%;padding: 15px 0;}
#protect5 ul li h1,#eye3 ul li h1 {text-align: center;line-height: 22px;}
#protect5 ul li h1 s {width: 110px;display: inline-block;}
#protect5 ul li h2,#eye3 ul li h2 {text-align: center;font-size: 18px;font-weight: 600;line-height: 22px;margin: 25px 10px 15px;color: #333;}
#protect5 ul li p,#eye3 ul li p {position: relative;margin: 0 50px;line-height: 1.75;text-align: center;}

.PUBtitle1{width: 100%;text-align: center;position: relative;z-index: 5;margin-bottom: 30px;}
.PUBtitle1 h4{font-size: 30px;font-weight: 400;color: #000;}
.PUBtitle1 i{display: block;width: 28px;height: 1px;background: #333;margin: 15px auto 0;}


.distop{background-color:#fff;box-shadow:0px 1px 20px rgba(0,0,0,0.1);}
.distop .pic{float:left;width: 516px;}
.distop .pic img{width:516px;height:auto;}

.caption{float:left;padding-top:80px;width: 684px;box-sizing:border-box;padding-left:30px;padding-right:30px;padding-bottom:30px;}
.caption h3{font-size:30px;color: #15599F;font-weight:normal;}
.caption p{font-size:18px;color:#555;margin-top:20px;padding-left:1px;}
.caption p span{display:block;font-size:20px;color:#aaa;margin-top:20px;}