@charset "utf-8";
@import url("bootstrap.min.css");
@import url("animate.min.css");
@import url("swiper.min.css");
@import url("icomoon.css");
@font-face{font-family:'Gotham';font-weight:200;src:url(../fonts/Gotham-XLight.ttf);font-display:swap}
@font-face{font-family:'Gotham';font-weight:300;src:url(../fonts/Gotham-Light.ttf);font-display:swap}
@font-face{font-family:'Gotham';font-weight:400;src:url(../fonts/Gotham-Medium.ttf);font-display:swap}
@font-face{font-family:'Gotham';font-weight:500;src:url(../fonts/Gotham-Bold.ttf);font-display:swap}
html,body,ul,li{-webkit-text-size-adjust:none;margin:0;padding:0;color: #1a1a1a;font-size: 14px;font-family: 'Gotham';font-weight:300}
input,dl,dt,dd,ul,li{-webkit-tap-highlight-color:rgba(255,255,255,0); display:inline-block; vertical-align:top;list-style:none;font-family:'Gotham';font-weight:300}
input,select,textarea {border-radius: 0;outline: none;font-family:'Gotham';font-weight:300}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"],input[type="password"] {-webkit-appearance: none;}
img{display: inline-block; border:none}
h1{font-weight:500;}
h2{font-weight:400;}
h3{font-weight:300;}
a{text-decoration:none;color:#333;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout: none; -webkit-user-select: none;transition: all 0.2s;font-family:'Gotham';font-weight:300}
a:hover{ color:#2D63A3;text-decoration:none;}
.container{overflow-x: hidden;overflow-y: hidden;}
/* header */
header {position:fixed;left:0;top: 0px;z-index: 500;width: 100%;transition:all .5s ease;z-index: 800;}
header .container{overflow: visible;}
header .logo{padding-left: 0}
header .logo a{display: inline-block;}
header .logo a img{width: 80px;transition: all .3s;margin-top:10px}
header .menu {padding: 0}
header .menu ul{display: block;width: 100%;line-height: 80px;height: 80px;text-align: right;}
header .menu ul .webmenu{display: inline-block;white-space: nowrap;width:75%}
header .menu ul li{position: relative;padding:0 15px;}
header .menu ul li > a{color: #ffffffe0;font-size: 18px;font-weight: 400;text-transform: uppercase;}
header .menu ul li > i{display:inline-block;color: #ffffffd0;font-size: 12px;vertical-align: top;line-height: 80px;margin-left: 10px;transition:all .3s;}
header .menu ul li span{display: none;position: absolute;left:15px;top:80px;min-width: 120%;background: #fff;padding:10px 3px;text-align: left;border-radius:0;box-shadow: 0 5px 8px 5px rgba(0,0,0,0.08);}
/*header .menu ul li span:after{position: absolute;top: -8px;left: 50%;display: inline-block;border-right: 8px solid transparent;border-bottom: 8px solid #2D63A3;
    border-left: 6px solid transparent;content: '';margin-left: -4px}*/
header .menu ul li span a{display: block;line-height: 40px;font-size: 14px;border-bottom: 1px #00000020 dotted;color: #333;padding: 0 15px}
header .menu ul li span a:hover{background: #00000010}
header .menu ul li span a:last-child{border-bottom: none}
header .menu ul li.search em{font-size: 20px;color: #fff;line-height: 77px;display:block;cursor: pointer;transition:all .3s}
header .menu ul li.this > i{transform:rotate(90deg);}
header .menu ul li.share{position: relative;padding-left: 40px}
header .menu ul li.share:after{content: '';position: absolute;left: 10px;top: 50%;transform:translateY(-50%);background:#ffffff50;width: 1px;height: 16px}
header .menu ul li.share a{display: inline-block;margin-right: 15px}
header .menu ul li.share a:last-child{margin-right: 0}

header.scroll{background: #fffffff0;box-shadow: 0 5px 8px 5px rgba(0,0,0,0.08);}
header.scroll .menu ul{display: block;width: 100%;text-align: right;position:relative;}
header.scroll .menu ul li.search em{color: #333;}
header.scroll .menu ul li.search:hover em{color: #2D63A3}
header.scroll .menu ul li > a{color: #333;position: relative;display:inline-block;}
header.scroll .menu ul li:not(.share) > a:after{content: '';position: absolute;left: 0;bottom: 0;width: 100%;height: 3px;opacity: 0;background:#38B2E3;transition:all .3s;}
header.scroll .menu ul li:not(.share).this > a,header.scroll .menu ul li.share a:hover{color: #2D63A3}
header.scroll .menu ul li:not(.share).this > a:after{opacity: 1}
header.scroll .menu ul li > i{color: #aaa}
header.scroll .menu ul li.share:after{background:#00000050;}

.header-search-show {position: absolute;right: 0;top: 100px;width: 30rem;height: 60px;z-index: 41;background: #fefefe;transition:all .4s ease;opacity: 0;visibility: hidden;}
.header-search-show form{display: block;font-size: 0}
.header-search-show form input {display: inline-block;width: 80%;line-height: 60px;border: none;background: none;font-size: 14px;padding-left: 20px;padding-right: 20px}
.header-search-show form button {display: inline-block;width: 20%;cursor: pointer;font-size: 20px;line-height: 60px;color:#333;background:none;border:none;outline: none}
.header-search-show form button:hover{color:#f9ad02;}
.header-search-show.cur {top: 80px;opacity: 1;visibility: visible;}


@media screen and (max-width: 1399px) {
	.header-search-show {width: 25rem}
}
@media screen and (max-width: 1299px) {

	.header-search-show {width: 20rem}
}
@media screen and (max-width: 1199px) {

	.header-search-show {width: 18rem}
}

@media screen and (max-width: 767px) {
	.header-search-show {width: 15rem}
}

.header-nav-show {position: fixed;left: 0;top: 0;width: 100%;z-index:111;overflow: hidden;z-index:111;display:none;}
.header-nav-show.scroll-down{top:0;}
.header-nav-show-content {width:100%;position: relative;overflow: hidden;transition:all .4s ease;background: #eee;overflow: hidden;top:80px;}
.header-show-mark.cur  {display: block;opacity: 1;z-index: 100;}
.header-show-mark {position: fixed;left: 0;top: 0;width: 100%;height: 100%;z-index:-1;overflow: hidden;transition:all .4s ease;background:#000000d0;opacity: 0;}
.header-navshow-content {padding: 3% 6%;overflow: hidden;width: 100%;margin: auto;font-size: 0}
.header-navshow-content ul.header-nav-prutcate{display:inline-block;width: 20%;vertical-align: top;height: 420px}
.header-navshow-content ul.header-nav-prutcate .title{display: block;font-size: 24px;font-weight: 500;margin-bottom: 10px}
.header-navshow-content ul.header-nav-prutcate .title.last{margin-top: 30px}
.header-navshow-content ul.header-nav-prutcate li{display: block;white-space: nowrap;padding-top: 6px;padding-bottom: 6px;height:50px}
.header-navshow-content ul.header-nav-prutcate li h1{position: relative;font-size: 19px;line-height: 50px;font-weight:400;}
.header-navshow-content ul.header-nav-prutcate li.active h1{color: #1e4c87}
.header-navshow-content .header-nav-prutlist{display: inline-block;width: 80%;vertical-align:top;padding-left: 5%;font-size: 0;position: relative;}
.header-navshow-content .header-nav-prutlist .content{position: absolute;width: 100%;top:0;left: 0;display: none;background:#fff;padding:30px;border-radius:5px;min-height: 320px}
.header-navshow-content .header-nav-prutlist .content.active{display: block}
.header-navshow-content .header-nav-prutlist .content:after{position: absolute;top: 65px;left:-12px;display: inline-block;border-top: 12px solid transparent;border-right: 12px solid #fff;border-bottom: 12px solid transparent;content: '';}
.header-navshow-content .header-nav-prutlist .content:nth-child(2):after{top: 115px}
.header-navshow-content .header-nav-prutlist .content:nth-child(3):after{top: 165px}
.header-navshow-content .header-nav-prutlist .content:nth-child(4):after{top: 215px}
.header-navshow-content .header-nav-prutlist .content dl{width: calc(100%/5);display: inline-block;vertical-align: top;padding:0 15px;text-align:center;}
.header-navshow-content .header-nav-prutlist .content dl a{display: block}
.header-navshow-content .header-nav-prutlist .content dl a dt{display:block;overflow: hidden;padding:0px;border-top: 1px #ddd solid;padding-top:30px;}
.header-navshow-content .header-nav-prutlist .content dl a dt img{aspect-ratio:4/3;object-fit:cover;width: 100%;transition: all .3s}
.header-navshow-content .header-nav-prutlist .content dl a:hover dt img{transform: scale(1.05);}
.header-navshow-content .header-nav-prutlist .content dl dd{line-height: 20px;display:block;margin-bottom: 20px}
.header-navshow-content .header-nav-prutlist .content dl dd h2{font-size:16px;display:block;margin-bottom: 10px;font-weight:500;}
.header-navshow-content .header-nav-prutlist .content dl dd h4{font-size: 14px;font-weight: normal;font-family: 'Arial';color:#999;}
.header-navshow-content .header-nav-prutlist .content .more{display: block;text-align:center;padding-top:50px}
.header-navshow-content .header-nav-prutlist .content .more a{font-size: 14px;border-radius:5px;line-height: 30px;padding: 6px 40px;background: #f7f8fa;display: inline-block;text-transform:uppercase;}
.header-navshow-content .header-nav-prutlist .content .more a i{font-size: 16px;line-height:28px;display: inline-block;vertical-align: top;margin-left: 8px;transition: all .3s}
.header-navshow-content .header-nav-prutlist .content .more a:hover{background:#1e4c87;color: #fff}
.header-navshow-content .header-nav-prutlist .content .more a:hover i{margin-left: 15px;}
@media screen and (max-width: 1399px) {
	.header-navshow-content {padding: 3% 2%}
}
.mheader-nav {z-index: 399!important;}
.no-touch .mheader-nav {transform: translateX(0);display: block;}
.mheader-nav {position: fixed;right: 0;top: 0;width: 100%;height: 100%;z-index: 1299;background: #fff;transform: translateX(100%);transition:all .4s ease;display: none;}
.mheader-nav ul {list-style: none;margin: 0;padding: 0;margin-top: 7.5rem;box-sizing: border-box;width: 100%;height: 100%;padding: 5% ;}
.mheader-nav ul li{position: relative;list-style: none;margin: 0;padding: 0;border-bottom: 1px solid #ccc;display: block;line-height: 60px;height: auto}
.mheader-nav ul li > a {display: block;font-size: 18px;font-weight: 400;}
.mheader-nav ul li > a i{display: block;line-height: 60px;position: absolute;right: 0;top:0;font-size:20px;transition: all .3s}
.mheader-nav ul li > a.cur i{transform: rotate(90deg);}
.mheader-nav-show{padding-bottom: 2rem;overflow: hidden;display: none;}
.mheader-nav-show a{display: block;padding-left:1rem;position: relative;line-height: 40px;font-size: 15px}
.mheader-nav-show a::before {content: '';width: 4px;height: 4px;background: #ccc;top: 50%;transform: translateY(-50%);position: absolute;left: 0;}
.mheader-nav .langurl{display: block;padding: 40px 5%}
.mheader-nav .langurl p{display: inline-block;margin-right:20px;}
.mheader-nav .langurl p a{display: inline-block;padding-left: 30px;font-size: 14px;background-size: 20px auto;background-position: 0 50%;background-repeat: no-repeat;}
.mheader-nav .langurl p a.cn{background-image:url(../images/cn.webp)}
.mheader-nav .langurl p a.en{background-image:url(../images/en.webp)}
.mheader-nav .langurl p a.pt{background-image:url(../images/pt.webp)}
.mheader-nav .langurl p a:hover{color: #ee7921}
@media screen and (max-width: 991px) {
	.menu-toggle{display: inline-block;width: 50px}
	.mheader-nav {display: block;}
}
@media screen and (max-width: 767px) {
	.mheader-nav ul{margin-top: 70px;height: auto;}
}

.index-banner-swiper {width: 100%;position: relative;} 
.index-banner-swiper .swiper-wrapper{height: auto}
.index-banner {position: relative;overflow: hidden;}
.index-banner .text {position: absolute;width: 50%;top: 30%;z-index: 11;color: #fff;padding-left: 6%;left: 0;background:url(../images/shad.png) no-repeat;background-size:50% cover;padding-top: 1.5%}
.index-banner .text h1{line-height:70px;font-size:65px;width:100%;text-transform: uppercase;}
.index-banner .text h2{margin-top:5%;font-size: 22px;text-align: justify;line-height: 32px}
.index-banner .text .more{margin-top:30px;display: block;}
.index-banner .text .more a,.index-about .more a{line-height:32px;padding:6px 6px 6px 35px;color: #fff;display: inline-block;text-transform: uppercase;font-weight: 200;border-radius:50px;background:linear-gradient(135deg, #e60012,#732b55, #374278, #1e4c87);vertical-align: top}
.index-banner .text .more a i,.index-about .more a i{line-height: 32px;display: inline-block;margin-left: 10px;width: 32px;height: 32px;border-radius:50%;background:#113657;color: #fff;text-align: center;font-size: 16px;margin-left: 20px;vertical-align: top;transition: all .3s}
.index-banner .text .more a.cur{background: #b1b2b3;border-color: #b1b2b3}
.index-banner .text .more a:hover,.index-about .more a:hover{background:linear-gradient(135deg, #1e4c87,#1e4c87);color: #fff;}
.index-banner .text .more a:hover i,.index-about .more a:hover i{background: #fff;color: #1e4c87}
@media screen and (max-width: 1599px) {
	.index-banner .text h1{line-height:65px;font-size: 50px;width: 60%;}
	.index-banner .text h2{font-size: 20px;line-height: 28px}
}
@media screen and (max-width: 1199px) {
	.index-banner .text .more a{line-height: 34px;padding: 0 20px;font-size:12px;}
	.index-banner .text .more a i{line-height: 34px;}
}
.index-banner-swiper .swiper-slide .video,.index-banner-swiper .swiper-slide .img{background: #000;position: relative;}
.index-banner-swiper .swiper-slide .video video{width: 100%;opacity: 1;display: inline-block;vertical-align: top}
.index-banner-swiper .swiper-slide .img img{width: 100%;opacity: 1;display: inline-block;vertical-align: top}
.index-banner-swiper .swiper-slide .text h1,.index-banner-swiper .swiper-slide .text h2,.index-banner-swiper .swiper-slide .text h3,.index-banner-swiper .swiper-slide .text .more{opacity: 0;transform:translateY(-60px);transition:all 0.8s;}
.index-banner-swiper .swiper-slide .text h2,.index-banner-swiper .swiper-slide .text h3{transition-delay: .4s;position: relative;}
.index-banner-swiper .swiper-slide .text .more{transition-delay: 0.6s;}
.index-banner-swiper .swiper-slide-active .text h1,.index-banner-swiper .swiper-slide-active .text h2,.index-banner-swiper .swiper-slide-active .text h3,.index-banner-swiper .swiper-slide-active .text .more{transform: translateY(0px);opacity: 1;}
.index-banner-swiper .banner-pagination span{width: 50px;height: 4px;border-radius: 0;background: #fff;opacity: .5;}
.swiper-ctrl {position: absolute;width: 100%;left: 0;bottom: 45px;z-index: 11;font-size: 0;text-align: center;}
.scroll-center {display: inline-block;position: absolute;right: 0;bottom: -10px;width: 80px;text-align: center;}
.scroll-center .scroll {text-transform: uppercase;color: #fff;position: relative;font-size: 12px;width: 50px;vertical-align: top}
.scroll-center .scroll::before,.scroll-center .scroll::after{content: '';width: 1px;height: 35px;background: #fff;position: absolute;right: 26px;top: -40px;opacity: .5;}
.scroll-center .scroll::after{height: 15px;background: #b71b33;opacity: 1;z-index: 11;top: -36px;width: 3px;right: 25px;-webkit-animation: rotateplane 3s infinite ease-in-out;animation: rotateplane 3s infinite ease-in-out;}
@keyframes rotateplane{ 
    0%{transform: translateY(0px);-ms-transform:translateY(0px);-moz-transform:translateY(0px);-webkit-transform:translateY(0px);-o-transform:translateY(0px)}
    50%{transform: translateY(12px);-ms-transform:translateY(12px);-moz-transform:translateY(12px);-webkit-transform:translateY(12px);-o-transform:translateY(12px)}
    100%{transform: translateY(0px);-ms-transform:translateY(0px);-moz-transform:translateY(0px);-webkit-transform:translateY(0px);-o-transform:translateY(0px)}
}
.index-banner-swiper .swiper-banner-prev,.index-banner-swiper .swiper-banner-next {position: absolute;top: 50%;left: 0}
.index-banner-swiper .swiper-banner-prev:hover,.index-banner-swiper .swiper-banner-next:hover {opacity: .5;}
.left-pagination {position: absolute;left: 50%;transform: translateX(-50%);z-index: 11;bottom: 0}
.index-banner-swiper .banner-pagination {text-align: center;left: auto;bottom:auto!important;right:auto!important;left:auto!important;width: auto;color: #fff;width:auto;transform:none;position: relative}
.index-banner-swiper .banner-pagination span{opacity: 1;margin: 0 3px!important;position: relative;width: 32px;height: 32px;background: transparent;display: inline-block;vertical-align: middle;}
.index-banner-swiper .banner-pagination span::before {content: '';width:5px;height:5px;position: absolute;left:50%;top:50%;border-radius: 100%;transform: translate(-50%,-50%);background: #fff;transition:all .4s ease;opacity: .5;}
.index-banner-swiper .banner-pagination span::after {content: '';width:32px;height:32px;position: absolute;left:50%;top:50%;border-radius: 100%;transform: translate(-50%,-50%);z-index: 1;border: 2px solid rgba(255,255,255,.5);opacity: 0;transition:all .4s ease;}
.index-banner-swiper .banner-pagination span.swiper-pagination-bullet-active::before {background: #fff!important;opacity: 1;}
.index-banner-swiper .banner-pagination span.swiper-pagination-bullet-active::after {opacity: 1;}
.index-banner-swiper .banner-pagination span.swiper-pagination-bullet-active .content {opacity: 1;}
.index-banner-swiper .banner-pagination span .content {position: absolute;top: 0;width: 50%;height:100%;margin: 0;padding: 0;overflow: hidden;opacity: 0;transition:all .4s ease;z-index: 11;}
.index-banner-swiper .banner-pagination span .left {left: 0;}
.index-banner-swiper .banner-pagination span .right {right: 0;}
.index-banner-swiper .banner-pagination span .circle {position: absolute;margin: 0;width: 32px;height: 32px;border-radius: 50%;border: 2px solid transparent;transform: rotate(135deg);box-sizing: border-box;}
.index-banner-swiper .banner-pagination span .left-circle {left: 0;border-top-color: #fff;border-left-color: #fff;}
.index-banner-swiper .banner-pagination span .right-circle {right: 0;border-bottom-color: #fff;border-right-color: #fff;}
.index-banner-swiper .banner-pagination span.swiper-pagination-bullet-active .left-circle {animation:circleleft 5s linear forwards;}
.index-banner-swiper .banner-pagination span.swiper-pagination-bullet-active .right-circle {animation:circleright 5s linear forwards;}
/*.index-banner-swiper .banner-pagination span.swiper-pagination-bullet-active:first-child .left-circle {animation:circleleft 26s linear forwards;}
.index-banner-swiper .banner-pagination span.swiper-pagination-bullet-active:first-child .right-circle {animation:circleright 26s linear forwards;}*/
.banner{width: 100%;display: block;position: relative;}
.banner .bgimg{position: relative;width: 100%}
.banner .bgimg img{width: 100%}
.banner .text{position: absolute;left:0;top:34%;z-index: 2;width: 80%;text-align: center;}
.banner .text.inner-left{text-align: left;left: 6%;top: 45%}
.banner .text h1{font-size: 40px;font-weight:bold;color: #fff;position: relative;padding-bottom: 20px;margin-top: 10px;display: inline-block;margin-bottom: 20px}
.banner .text.inner-left h1{text-transform:uppercase;padding-bottom: 20px}
.banner .text h2{font-size:24px;text-transform: uppercase;color: #fff;padding-bottom: 3px}
.banner .text h1:after{content: '';position: absolute;bottom: 0;left:50%;margin-left:-35px;width: 70px;height: 3px;background: #e60012;display: block;transition: all .2s}
.banner .text.inner-left h1:after{left: 0;margin-left: 0;bottom: 0;}
.banner .text h3{font-size: 16px;color: rgba(255,255,255,.7);line-height: 35px}
.banner .text a{display: inline-block;background: #2d63a3;color: #fff;font-size: 14px;padding:12px 50px;text-transform: uppercase;margin-top: 6%;border-radius: 30px;position: relative;z-index: 0;overflow: hidden;}
.banner .text a:after{content: '';background: #e22129;width:0;height: 100%;left:0;top: 0;transition: all .3s;position: absolute;z-index: -1;border-radius: 30px}
.banner .text a:hover:after{width:100%;}
.banner .text a i{margin-left: 10px;vertical-align:bottom;font-size: 18px;}

@keyframes circleright {0% {transform: rotate(135deg);}50%,100% {transform: rotate(315deg);}}
@keyframes circleleft {0%,50% {transform: rotate(135deg);}100% {transform: rotate(315deg);}}

@media screen and (max-width: 1499px) {
	.number-prevnext {margin-top: -11.5px;}
	.index-banner .text h1{line-height: 45px;font-size: 38px}
	.index-banner .text h2{font-size: 26px}
}
@media screen and (max-width: 1299px) {
	.index-banner .text h1{line-height: 35px;font-size: 35px;width: 80%;}
	.index-banner .text h2{font-size: 22px}	
}

@media screen and (max-width: 991px) {
	.index-banner .text h1{line-height: 28px;font-size: 24px}
	.index-banner .text h2{font-size: 18px}
	.index-banner-swiper .swiper-slide .video:after,.index-banner-swiper .swiper-slide .img:after{height:45vh;content:'';display:block}
    .index-banner-swiper .swiper-slide .img img,.index-banner-swiper .swiper-slide .video video{position:absolute;left:50%;height:100%;width:auto;top:0;-moz-transform: translateX(-50%);-ms-transform: translateX(-50%); -webkit-transform: translateX(-50%);transform: translateX(-50%);}
    .scroll-center {width: 60px;}
}
@media screen and (max-width: 980px) {
	.header-nav,.number-prevnext,.left-pagination::before,.index-customer-stories-top .more-1,.industry-trends-item a::after,.footer-content-right,.div-product-item .pic,.div-consulting-service .img,.scheme-advantages-item::after,.achievements-pagination,.customer-cases-nav a::before,.return-1{display: none;}
	.header-logo {width: 50%;}
	.swiper-ctrl {bottom: 7%;}
}
@media screen and (max-width:767px) {
	.index-banner .text h1{line-height: 25px;font-size: 20px;width: 90%}
	.index-banner .text h2{font-size: 16px}
}

.comm-title{text-align: center;padding-top: 80px;padding-bottom: 30px}
.comm-title h1{font-size:45px;color: #000;position: relative;padding-bottom: 20px;text-transform:uppercase;}
.comm-title h1:after,.comm-title h1:before{content:'';position: absolute;left: 50%;bottom: 0;background:#b7c2cc;width: 140px;height: 1px;transform: translateX(-50%);}
.comm-title h1:after{background:#e60012;height: 3px;bottom: -1px;width:40px}
.comm-title h3{font-size: 15px;color: #8d8d8d;padding-top: 30px}
.comm-title.left{text-align: left}
.comm-title.left h1:before{display: none}
.comm-title.left h1:after{left: 0;transform: translateX(0)}
.index-product{padding-bottom: 70px;}
.index-product .index-product-topmenu{text-align: center;padding: 30px 5%;}
.index-product .index-product-topmenu .item{font-size: 0}
.index-product .index-product-topmenu .item dl{width: calc(100%/4);display: inline-block;vertical-align: top;cursor: pointer;}
.index-product .index-product-topmenu .item dl dt{display: block;}
.index-product .index-product-topmenu .item dl dt img{transition:all .3s;}
.index-product .index-product-topmenu .item dl:hover dt img{transform: scaleX(-1);}
.index-product .index-product-topmenu .item dl dd{display: block;font-size: 20px;font-weight: 500;padding-top: 20px}
.index-product .index-product-topmenu .item dl:hover dd,.index-product .index-product-topmenu .item dl.this dd{color: #e60012}

.index-product .prut-item{padding-top: 20px;padding-bottom: 50px}
.index-product .prut-item dl{background:#f7f7f7;padding: 40px 30px 40px 60px;font-size: 0;}
.index-product .prut-item dl dd{width: 55%;display: inline-block;vertical-align: top;padding-top: 30px;padding-right: 5%}
.index-product .prut-item dl dd h1{font-size: 30px;display: block;line-height: 40px;height: 80px;overflow: hidden;}
.index-product .prut-item dl dd h3{font-size: 16px;color: #999;display: block;padding-top: 20px;line-height: 22px;height: 110px;overflow: hidden;}
.index-product .prut-item dl dd .more,.index-news .content .more,.inner-product .product-list .list .row .abstract .more{display: block;margin-top: 50px}
.index-product .prut-item dl dd .more a,.index-news .content .more a,.inner-product .product-list .list .row dl a dd span{border-radius:50px;line-height: 30px;border:2px #1e4c87 solid;padding:5px 5px 5px 30px;display: inline-block;font-size: 13px;text-transform:uppercase;}
.index-product .prut-item dl dd .more a i,.index-news .content .more a i,.inner-product .product-list .list .row dl a dd span i{width: 30px;height: 30px;line-height: 30px;background:#1e4c87;color: #fff;text-align: center;display: inline-block;margin-left: 15px;border-radius:50%;font-size: 16px;vertical-align: top;transition: all .3s}
.index-product .prut-item dl dd .more a:hover,.index-news .content .more a:hover,.inner-product .product-list .list .row dl a:hover dd span{background:#1e4c87;color: #fff}
.index-product .prut-item dl dd .more a:hover i,.index-news .content .more a:hover i,.inner-product .product-list .list .row dl a:hover dd span i{background:#fff;color: #1e4c87}
.index-product .prut-item dl dt{width: 45%;display: inline-block;vertical-align: top}
.index-product .prut-item dl dt img{width: 100%}
.index-product .prut-item .swiper-pagination{text-align: center;width: 100%;bottom: 10px}
.index-product .prut-item .swiper-pagination-bullet{width: 30px;height:3px;border-radius:2px;margin: 0 7px;transition: all .3s;background:#ddd;opacity: 1}
.index-product .prut-item .swiper-pagination-bullet-active{background: #e60012;width: 50px;}


.index-about{background:url(/assets/images/comp.webp) no-repeat right #f8f8f8;background-size: auto 100%;padding-top: 100px;padding-bottom: 100px;}
.index-about .comm-title{padding-top: 0}
.index-about .row{align-items: center;}
.index-about .row > div{padding: 0}
.index-about .row > div:first-child{padding-right: 6%}
.index-about .row > div:last-child img{height: 100%}
.index-about .row .detail{font-size: 16px;}
.index-about .num-block{margin-top: 40px;margin-bottom: 30px}
.index-about .num-block dl{display: inline-block;margin-right:15%}
.index-about .num-block dl dt{display: block;}
.index-about .num-block dl dt i{color: #333;font-size: 40px}
.index-about .num-block dl dd{display: block;}
.index-about .num-block dl dd span{font-size:36px;font-weight:500}
.index-about .num-block dl dd sup{top: -12px;left: 5px;font-size: 16px;font-weight: 400}
.index-about .num-block dl p{display: block;color: #666;font-size: 15px;font-weight: 300}

.index-global{padding-bottom: 50px;border-bottom: 1px #eee solid}
.index-global .global-item{display: block;padding: 0 15%;text-align: center;font-size: 0;position: relative;margin-top: 50px}
.index-global .global-item:after{content: '';position: absolute;left: 0;width: 100%;height:0;border:1px #eee dotted;top:29%;z-index: -1;}
.index-global .global-item dl{width: calc(100%/3);display: inline-block;}
.index-global .global-item dl dt{display: block;}
.index-global .global-item dl dt i{width: 90px;height: 90px;line-height: 90px;text-align: center;display: inline-block;background:#fff;box-shadow:5px 8px 18px 6px #00000008;border-radius:50%;color: #c5ccd6;font-size:50px;cursor: pointer;transition: all .3s}
.index-global .global-item dl.this dt i{background:#e60012;color: #fff;box-shadow:5px 8px 18px 6px #00000020;}
.index-global .global-item dl:hover dt i{transform:scaleX(-1);background:#e60012;color: #fff;box-shadow:5px 8px 18px 6px #00000020}
.index-global .global-item dl dd{font-size:25px;font-weight: 500;margin-top: 20px;display: block;}
.index-global .global-content-list{padding-top: 50px;padding-bottom: 50px}
.index-global .global-content-list dl a{display: block;}
.index-global .global-content-list dl a dt{display: block;overflow: hidden;}
.index-global .global-content-list dl a dt img{width: 100%;transition: all .5s}
.index-global .global-content-list dl a:hover dt img{transform: scale(1.08);}
.index-global .global-content-list dl a dd{display: block;text-align: center;margin-top:30px;}
.index-global .global-content-list dl a dd h1{font-size: 30px}
.index-global .global-content-list dl a dd p{font-size: 16px;display: block;margin-top: 15px}
.index-global .global-content-list dl a dd .more{display: block;margin-top: 40px}
.index-global .global-content-list dl a dd .more span{border-radius:50px;line-height: 30px;border:2px #1e4c87 solid;padding:5px 5px 5px 30px;display: inline-block;font-size: 13px;text-transform:uppercase;transition: all .3s}
.index-global .global-content-list dl a dd .more span i{width: 30px;height: 30px;line-height: 30px;background:#1e4c87;color: #fff;text-align: center;display: inline-block;margin-left: 15px;border-radius:50%;font-size: 16px;vertical-align: top;transition: all .3s}
.index-global .global-content-list dl a:hover dd .more span{background:#1e4c87;color: #fff}
.index-global .global-content-list dl a:hover dd .more span i{background:#fff;color: #1e4c87}

.index-news{padding-bottom: 80px;}
.index-news .news-block{background: #fff}
.index-news .news-block > div{padding: 0}
.index-news .news-block > div:last-child{border: 1px #f0f0f0 solid;padding:80px 50px 0 50px}
.index-news .news-block > div:last-child .data{display: block;margin-bottom: 20px}
.index-news .news-block > div:last-child .data b{font-size:35px;font-weight: 400}
.index-news .news-block > div:last-child .content{display: block;}
.index-news .news-block > div:last-child .content h1{font-weight:500;font-size:22px;}
.index-news .news-block > div:last-child .content p{font-size:15px;font-weight: 200;display: block;margin-top: 30px;margin-bottom: 50px;height:75px;line-height: 25px;overflow: hidden;}
.index-news .news-block .img{display: block;}
.index-news .news-block .img img{width: 100%}
.index-news .news-sroll{padding-right:100px;position: relative;border:1px #f0f0f0 solid;border-top: none}
.index-news .news-sroll dl{margin-top: 0;margin-bottom: 0;padding:25px 30px;position: relative;}
.index-news .news-sroll dl:after{content: '';background: #f0f0f0;width: 1px;height: 100%;position: absolute;right: 0;top: 0}
.index-news .news-sroll dl a{display: block;}
.index-news .news-sroll dl a dt{display: block;font-size:14px;line-height: 30px;color: #999;}
.index-news .news-sroll dl a dt i{font-size:20px;margin-right: 5px;display: inline-block;line-height: 30px;vertical-align: top}
.index-news .news-sroll dl a dd{display: block;font-size:18px;font-weight: 400;line-height: 24px;height: 48px;margin-top: 12px}
.index-news .swiper-news-prev,.index-news .swiper-news-next{width:100px;height:50%;display: table;border-bottom: 1px #f0f0f0 solid;position: absolute;right: 0;top: 0;font-size:24px;text-align: center;cursor: pointer;color: #999;transition: all .2s}
.vermidd{vertical-align: middle;display: table-cell;width: 100%;height: 100%}
.index-news .swiper-news-next{border-bottom: none}
.index-news .swiper-news-prev i,.index-news .swiper-news-next i{display: inline-block;vertical-align: middle;line-height: 100%}
.index-news .swiper-news-prev:hover,.index-news .swiper-news-next:hover{color: #fff;background: #053d7c}
.index-news .swiper-news-next{top:50%}

@media screen and (max-width:1699px) {
	.index-news .news-block > div:last-child{padding:50px 30px 0 30px;}
}
@media screen and (max-width:1599px) {
	.index-news .news-block .img{position: relative;overflow: hidden;}
	.index-news .news-block .img:after{height:430px;content:'';display:block}
    .index-news .news-block .img img{position:absolute;left:50%;height:100%;width:auto;top:0;-moz-transform: translateX(-50%);-ms-transform: translateX(-50%); -webkit-transform: translateX(-50%);transform: translateX(-50%);}
}
@media screen and (max-width:1199px) {
	.index-news .news-block > div:last-child{padding:30px 25px 0 25px;}
	.index-news .news-block > div:last-child .content h1{font-weight:400;font-size:20px;}
	.index-news .news-block > div:last-child .content p{font-size:14px;margin-top: 20px;margin-bottom: 30px;height:60px;line-height: 20px}
	.index-news .content .more{margin-top: 30px}
}
@media screen and (max-width:767px) {
	.index-news .news-block > div:last-child{padding-bottom: 20px;padding-top: 20px}
	.index-news .news-block > div:last-child .content h1{font-size:18px;}
	.index-news .news-sroll dl a dd{font-size:16px;line-height: 20px;height: 40px;}
	.index-news .news-sroll{padding-right:80px;}
	.index-news .swiper-news-prev,.index-news .swiper-news-next{width:80px;font-size:20px;}
}

.submenu{background: #fff;margin-top: -2.5%;box-shadow: 0 0 10px 3px rgba(0,0,0,0.1);overflow-x: scroll;position: relative;z-index: 50}
.submenu::-webkit-scrollbar{display: none}
.submenu ul{font-size: 0;width: 100%;white-space:nowrap}
.submenu ul li{display: inline-block;}
.submenu ul li a{font-size: 16px;border-right: 1px #eee solid;padding: 30px 60px;display:block;}
.submenu ul li.this a,.submenu ul li.this a:hover,.submenu ul li a:hover{background:#2d63a3;color: #fff;border-right: none}
.submenu ul li a:hover{background: #2d63a3}
@media (max-width:1199px){
    .comm-title{text-align: center;padding: 3% 10%}
    .comm-title.left{padding-left: 0;padding-right: 0}
	.submenu ul li a{font-size: 14px;padding: 15px 38px}
	.comm-title .title h1{font-size:35px;line-height: 80px;}
	.comm-title .title h1:after{top: 2px;height: 3px;}
	.comm-title .title h3{font-size:13px;padding-top: 10px;line-height:20px}
}
@media (max-width:991px){
    .comm-title .title h1{font-size:30px;line-height: 70px;}
}
@media (max-width:767px){
	.comm-title.set-left .title h2{font-size: 18px;padding: 20px 0}
	.submenu ul li a{font-size: 14px;padding: 10px 20px}
	.comm-title .title h1{font-size:22px;line-height: 60px;}
	.comm-title .title h3{font-size:12px;padding-top:0;line-height:18px}
}

.inner-page{padding-top: 80px;background:#fafafa;}
.inner-page .container{font-size: 0;}
.inner-page .comm-title{padding-top: 0}
.inner-product .last-child-menu{display: block;padding-bottom: 20px;}
.inner-product .last-child-menu a{display:inline-block;font-size: 15px;padding:8px 20px;background:#eee;margin-right: 8px}
.inner-product .last-child-menu a.on,.inner-product .last-child-menu a:hover{background: #1e4c87;color: #fff}
.inner-page .catelog{display: inline-block;vertical-align: top;width:18%;position: relative;}
.inner-page .catelog .catemenu{padding-bottom: 250px}
.inner-page .catelog dl{display: block;position: relative;margin-bottom: 0;padding-bottom: 10px;padding-right:10%}
.inner-page .catelog dl:after{content: '';position: absolute;right: -10px;top: 0;width: 1px;height: 100%;border-right: 1px #ddd dashed}
.inner-page .catelog dl dt{display: block;position: relative;border-bottom: 1px #ddd solid}
.inner-page .catelog dl dt a{font-weight:400;font-size: 17px;line-height: 40px}
.inner-page .catelog dl dt i{position: absolute;right: 0;top: 0;font-size: 20px;line-height: 40px;;cursor: pointer;}
.inner-page .catelog dl dd{display: block;height: 0;overflow: hidden;transition: all .3s;padding-left: 10px}
.inner-page .catelog dl.this dd{height: auto;padding:30px 0;padding-left: 10px}
.inner-page .catelog dl dd a{font-size: 15px;line-height: 40px;display: block;position: relative;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;padding-left: 20px}
.inner-page .catelog dl dd a.on{color: #1e4c87;font-weight: 400;}
.inner-page .catelog dl dd a:after{content: '';display: block;width: 1px;height: 100%;position: absolute;left: 0;top: 0;background: #ddd;}
.inner-page .catelog dl dd a:before{content: '';display: block;width: 10px;height: 1px;position: absolute;left: 0;top: 50%;background: #ddd;}
.inner-product .left-contact{display:block;background:url(../images/contact.webp) no-repeat center;background-size: cover;padding:40px 20px;width: calc(100% - 28px);margin-top: 30px}
.inner-product .left-contact a{font-size: 17px;color: #fff}
.inner-product .left-contact a.title{font-weight: 500;text-transform:capitalize;border-bottom: 2px #ffffff20 solid;padding-bottom: 12px;display:block;}
.inner-product .left-contact p{display:block;font-size: 15px;padding: 20px 0;color: #fff;line-height: 1.3;font-weight: 400}
.inner-product .left-contact a.contacts{font-size: 13px;display:inline-block;line-height: 18px;padding: 8px 25px;border-radius: 5px;background: #2d63a3;text-transform: uppercase;}
.inner-product .left-contact a.contacts i{display:inline-block;margin-left: 5px;font-size: 15px;vertical-align: top;line-height: 18px;margin-left: 5px;transition:all .3s;}
.inner-product .left-contact a.contacts:hover i{margin-left: 15px}
.inner-product .product-list,.inner-news-list .news-list,.viewnews .content,.inner-news-list .project-list{display: inline-block;vertical-align: top;width: 82%;padding-left:4%}
.inner-product .product-list .list{padding-top: 30px;min-height: 600px;}
.inner-product .product-list .list .row{margin-bottom: 80px;}
.inner-product .product-list .list .row dl{padding: 0;margin-bottom: 60px;box-shadow: 0px 6px 27.9px 2.1px rgba(25, 17, 64, 0.07);padding:0px;background: #fff}
.inner-product .product-list .list .row dl a dt{display:block;overflow: hidden;padding:15px;}
.inner-product .product-list .list .row dl a dt img{width: 100%;transition: all .3s;}
.inner-product .product-list .list .row dl a:hover dt img{transform: scale(1.1);}
.inner-product .product-list .list .row dl a dd {display: block;padding:0 35px;text-align: center}
.inner-product .product-list .list .row dl a dd h1{font-size: 17px;display: block;overflow: hidden;height: 75px;line-height: 24px;border-top: 1px #eee solid;padding-top:25px}
.inner-product .product-list .list .row dl a dd p{display: block;overflow: hidden;line-height: 20px;height: 40px;font-size: 14px;margin-top: 20px;margin-bottom: 30px}
.inner-product .product-list .list .row dl a dd span{opacity: 0;transition: all 0.3s;margin-top: 10px;visibility: hidden;font-size: 12px;line-height: 24px;padding: 2px;padding-left: 22px}
.inner-product .product-list .list .row dl a dd span i{width: 25px;height: 25px;line-height: 25px;font-size: 14px;}
.inner-product .product-list .list .row dl a:hover dd span{opacity: 1;margin-top: 0;visibility: visible;}
.inner-product .product-list .list .row .abstract{display: block;}
.inner-product .product-list .list .row .abstract h2{font-size:22px;font-weight:500;color: #1e4c87;line-height: 36px}
.inner-product .product-list .list .row .abstract h1{color: #777;font-weight: 300;font-size: 20px;padding-bottom: 5px}
.inner-product .product-list .list .row .abstract ul.note{font-size: 0;position: relative;padding-top: 40px;padding-bottom: 20px;display: block;}
.inner-product .product-list .list .row .abstract ul.note li{font-size: 16px;line-height: 30px;display: inline-block;width: 49%;}
.inner-product .product-list .list .row .abstract ul.note span{color: #333;}
.inner-product .product-list .list .row .abstract ul.note:after{content: '';position: absolute;left: 0;top: 10px;width: 30px;height: 2px;background: #1e4c87}
.inner-product .product-list .list .row .abstract ul.note span{display: inline-block;width: 150px;color: #999;padding-right: 20px}
.inner-product .product-list .list .row .abstract .more{margin-top: 10px}
@media (max-width:1199px){
	.inner-page{padding-top: 30px;}
	.inner-page .catelog{width:20%;}
	.inner-product .product-list{width: 80%}
	.inner-product .product-list .list .row a.img{padding: 45px}
	.inner-product .product-list .list .row .abstract h2{font-size:26px;}
	.inner-product .product-list .list .row .abstract h1{font-size: 20px;}
	.inner-product .product-list .list .row .abstract .note{font-size: 14px;line-height: 25px;padding-top: 30px;}
	.inner-product .product-list .list .row .abstract a.more{padding:6px 20px;}
}
@media (max-width:991px){
	.inner-page .catelog{width:100%;}
	.inner-page .catelog .catemenu{position: initial;padding-bottom: 0;}
	.inner-product .product-list{width: 100%}
	.inner-page .catelog dl{padding-bottom: 10px;padding-right:0}
	.inner-page .catelog dl:after{border-right:none}
	.inner-page .catelog dl dt a{font-size: 15px;}
	.inner-product .product-list{padding-left: 0;padding-top: 20px}
	.inner-product .product-list .list{padding-top: 30px}
	.inner-product .product-list .list .row{margin-bottom: 40px;}
	.inner-product .product-list .list .row a.img{padding: 45px;display: block}
	.inner-product .product-list .list .row .abstract h1{font-size: 17px;}
	.inner-product .product-list .list .row .abstract h2{font-size: 25px;}
	.inner-product .product-list .list .row > div:last-child{padding-left: 0;padding-top: 30px}
}
@media (max-width:767px){
	.inner-product .product-list .list .row a.img{padding: 20px}
	.inner-product .product-list .list .row .abstract h1{font-size: 16px;}
	.inner-product .product-list .list .row .abstract h2{font-size: 20px;}
	.inner-product .product-list .list .row .abstract .note{font-size: 13px;line-height: 22px}
}
.location{display: block;text-align: left;padding-top:180px}
.location i{font-size: 18px;display:inline-block;vertical-align: top;padding-right: 5px;line-height: 20px}
.location span{display: inline-block;padding:0 10px;}
@media (max-width:991px){
	.location{padding-top:100px}
	.location span{padding:0 6px;}
}


.inner-product-detail{position: relative;display: block;background: linear-gradient(180deg, #9bb6d3, #f5f9fc);padding-bottom: 70px;}
.inner-product-detail .album{z-index: 500}
.prom_img .mousetrap{}
.prom_img{padding:0;text-align:center;padding-right:0;border-radius: 0;}
.prom_img .swiper-slide{ position: relative; display: inline-block;}
.prom_img #pro_img_gallery .swiper-slide{opacity: 0;background:#ffffff10;}
.prom_img #pro_img_gallery .swiper-slide-active{opacity: 1;z-index: 99;border: 1px solid #ffffff60;box-shadow: 0px 6px 25px 2px rgba(25, 17, 64, 0.08);}
.prom_img #pro_img_gallery .swiper-slide img{width: 100%;opacity: 0;transition: all .3s}
.prom_img #pro_img_gallery .swiper-slide-active img{opacity: 1}
.prom_img .swiper-slide iframe{ position: relative; width: 100%;max-width: 100%;}
.prom_img .video_img{position: absolute; left: 0px; top: 0px;right:0;bottom:0;z-index: 55;}
.pro_img_thumbs{padding:15px 0;overflow: hidden;}
.pro_img_thumbs .swiper-slide{border-radius: 0;overflow: hidden;cursor: pointer;border: 1px solid rgba(0,0,0,0.05);padding: 2px;margin-right: 5px;background: #fff}
.pro_img_thumbs .swiper-slide img{width: 100%}
.pro_img_thumbs .swiper-slide.swiper-slide-thumb-active{border-color: #1e4c87;}
.prom_img .sp-video-icon{position: relative;}
.prom_img .sp-video-icon img{opacity: 0.5;}
.prom_img .sp-video-icon:before{position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);font-size: 0.14rem;color: #fff;line-height: 30px;z-index: 2;border-radius: 5px;background: #51b777;width: 30px;height: 30px;text-align: center;}

.cloud-zoom{ overflow: hidden;}
#cloud-zoom-big{ top: 0px;background-repeat: no-repeat; background:#BBCEE2; box-shadow: 0 5px 50px 1px rgba(0,0,0,0.1);z-index: 500}
.prom_img .cloud-zoom-lens{background-image: none;background-color: rgba(0,0,0,0.2);}
@media only screen and (max-width: 991px){
	.mousetrap,#cloud-zoom-big,.cloud-zoom-big{display: none;}
}

.inner-product-detail .product-img{display:block;text-align: center;padding-top: 30px}
/*.inner-product-detail .product-img .row{align-items: center;}*/
.inner-product-detail .product-img .row > div{padding: 0}
.inner-product-detail .product-img .row > div:last-child{text-align: left;padding-left: 2%;padding-right: 0}
.inner-product-detail .product-img .row .prom_img{padding-right: 1%;padding-top: 15px}
.inner-product-detail .product-img .swiper-button-next:after,.inner-product-detail .product-img .swiper-button-prev:after{font-size: 25px;color: #00000030}
.inner-product-detail .detail-info{display: block;}
.inner-product-detail .detail-info .title,.inner-overview .title{display: block;margin-bottom: 10px}
.inner-product-detail .detail-info .title h1,.inner-overview .title h1{position: relative;display: block;padding-bottom: 25px}
.inner-product-detail .detail-info .title h1{padding-bottom: 0;font-size: 30px}
.inner-overview .title h1:after{content: '';position: absolute;left: 0;bottom: 0;width:50px;height: 3px;background: #1e4c87 }
.inner-product-detail .detail-info .title h2,.inner-overview .title h2{font-weight: 300;font-size: 16px;color: #999}
.inner-product-detail .detail-info .params{display: block;font-size: 0;padding-top: 30px;padding-bottom: 50px} 
.inner-product-detail .detail-info .params dl{display: inline-block;vertical-align: top;width: 30%;margin-right: 5%;border-bottom: 1px #ddd solid;padding-bottom: 8px;margin-bottom: 8px;position: relative;cursor: pointer;}
.inner-product-detail .detail-info .params dl:after{content: '';position: absolute;left: 0;bottom: -1px;width: 30px;height: 1px;background: #1e4c87;transition: all .3s}
.inner-product-detail .detail-info .params dl:hover:after{width: 100%}
.inner-product-detail .detail-info .params dl:nth-child(3n){margin-right: 0}
.inner-product-detail .detail-info .params dl dt{display: block;font-size: 14px;line-height: 40px}
.inner-product-detail .detail-info .params dl dd{font-size:20px;font-weight:bold}
.inner-product-detail .detail-info .abstract{display: block;font-size: 16px;line-height: 22px}
.inner-product-detail .detail-info .table-params{display: block;padding:30px 0;padding-bottom: 50px;}
.inner-product-detail .detail-info .table-params table{width:85%}
.inner-product-detail .detail-info .table-params table td{padding:10px 20px;font-size: 15px}
.inner-product-detail .detail-info .table-params table tr td:first-child{background: #1e4c8720;border-bottom:1px #ffffff90 solid;width: 200px;font-weight: 400;}
.inner-product-detail .detail-info .table-params table tr td:last-child{background:linear-gradient(135deg, #ffffffa0, #ffffff00, #ffffff00);border-bottom:1px #00000008 solid;font-weight: 300;}
.inner-product-detail .detail-info .overview .content .adv{display: block}
.inner-product-detail .detail-info .overview .content .adv dl{display: block;width: 100%;border-bottom: 1px #eee solid;height: 60px;overflow: hidden;transition: all .3s;background:#fff;box-shadow: 0 15px 15px -13px rgba(25, 17, 64, 0.07)}
.inner-product-detail .detail-info .overview .content .adv dl:first-child{height: auto}
.inner-product-detail .detail-info .overview .content .adv dl dt{display: block;font-size: 0;position: relative;cursor: pointer;white-space: nowrap;}
.inner-product-detail .detail-info .overview .content .adv dl dt em{display: inline-block;font-size: 27px;line-height: 60px;padding-right: 18px}
.inner-product-detail .detail-info .overview .content .adv dl dt:before{font-size: 35px;display:inline-block;line-height: 60px;margin-right: 10px}
.inner-product-detail .detail-info .overview .content .adv dl dt i{font-size: 20px;position: absolute;right: 0;top: 0;line-height: 60px;display: inline-block;transition: all .3s}
.inner-product-detail .detail-info .overview .content .adv dl.this dt i{transform: rotate(90deg);color: #1e4c87}
.inner-product-detail .detail-info .overview .content .adv dl dt h1{display: inline-block;font-size: 20px;width: 80%;font-weight:bold;line-height:60px;vertical-align: top}
.inner-product-detail .detail-info .overview .content .adv dl.this h1,.inner-product-detail .detail-info .overview .content .adv dl.this dt:before{color: #1e4c87}
.inner-product-detail .detail-info .overview .content .adv dl dd{display: block;padding-left: 45px;}
.inner-product-detail .detail-info .overview .content .adv dl dd p{font-size: 15px;font-weight: 200;line-height: 25px;color: #888}
.inner-product-detail .detail-info .contact a{line-height:32px;padding:6px 35px;color: #fff;display: inline-block;text-transform: uppercase;font-weight: 200;border-radius:50px;background:linear-gradient(135deg, #e60012,#732b55, #374278, #1e4c87);vertical-align: top;margin-right: 10px;transition: all .3s}
.inner-product-detail .detail-info .contact a i{margin-right: 5px}
.inner-product-detail .detail-info .contact a:hover{background:linear-gradient(135deg, #1e4c87,#1e4c87)}
.inner-overview{display: block;padding-top: 50px;padding-bottom: 30px;}
.inner-overview .title{padding-bottom: 20px;}
.inner-overview .details{margin: 20px 0;display: block;font-weight: 300;font-size:22px;line-height:25px}
.inner-overview .content{padding-top: 20px;font-size: 16px}
.inner-overview .content > div{padding:0;}
.inner-overview .content > div:last-child {text-align: right;}
.inner-overview .content > div:last-child > img{max-width:450px}
.inner-overview .content > div:last-child .groupimg{display:block;font-size: 0;padding-left:3%}
.inner-overview .content > div:last-child .groupimg dl{display:inline-block;vertical-align: top;margin-bottom: 10px;width:23%;margin-right:2%}
.inner-overview .content > div:last-child .groupimg dl:nth-child(4n){margin-right:0;}
.inner-overview .content > div:last-child .groupimg dl dt{display:block;border-radius:10px;border:1px #ddd solid;padding:20px}
.inner-overview .content > div:last-child .groupimg dl dt img{width:100%;}
.inner-overview .content > div:last-child .groupimg dl dd{display:block;font-size: 14px;text-align:center}
.inner-overview .content img{max-width: 100%}

@media (max-width:1699px){
	.inner-product-detail .detail-info .table-params{padding-bottom: 30px;padding-top: 20px}
	.inner-product-detail .detail-info .table-params table td{padding:7px 20px;font-size: 15px}
}
@media (max-width:1499px){
	.inner-product-detail .detail-info .title h1{font-size: 30px;padding-top: 5px}
	.inner-product-detail .detail-info .abstract{font-size: 15px;line-height: 20px}
	.inner-product-detail .detail-info .params{padding-top: 15px;padding-bottom: 35px}
	.inner-product-detail .detail-info .params dl dd{font-size: 18px}
	.inner-product-detail .detail-info .table-params table tr td:first-child{width: 170px}
	.inner-product-detail .detail-info .table-params table td{padding:5px 16px;font-size: 14px}
}
@media (max-width:1199px){
	.inner-product-detail .detail-info .title h1{font-size: 25px}
	.inner-product-detail .detail-info .title h2{font-size: 15px;}
}
@media (max-width:991px){
	.inner-product-detail .product-img{padding-top: 30px}
	.inner-product-detail .product-img .row > div:last-child{padding-left:0;padding-top: 50px}
	.inner-product-detail .detail-info .title h1{font-size: 20px;padding-bottom: 15px}
	.inner-product-detail .detail-info .title h1:after{width:40px;height:2px;}
	.inner-product-detail .detail-info .title h2{font-size: 14px;}
	.inner-product-detail .detail-info .params{padding-bottom: 20px;padding-top: 5px}
	.inner-product-detail .detail-info .params dl dt{font-size: 13px;}
	.inner-product-detail .detail-info .params dl dd{font-size: 15px}
	.inner-product-detail .detail-info .overview{margin-top: 5vh;}
	.inner-product-detail .detail-info .overview .content{padding-top: 10px}
	.inner-product-detail .detail-info .overview .content .adv dl dt h1{font-size: 16px}
	.inner-product-detail .detail-info .overview .content .adv dl dd p{font-size: 13px;}
}
@media (max-width:767px){
	.inner-product-detail .detail-info .params dl,.inner-product-detail .detail-info .params dl:nth-child(3n){width:49%;margin-right:2%;}
	.inner-product-detail .detail-info .params dl:nth-child(2n){margin-right: 0}
	.inner-product-detail .detail-info .overview .content .adv dl dt h1{font-size: 15px}
	.inner-product-detail .detail-info .overview .content .adv dl dt em{font-size: 24px;padding-right: 10px}
	.inner-product-detail .detail-info .overview .content .adv dl dd{padding-left: 34px}
}
.our-project{padding:50px 0 100px 0;background: #f3f3f3;}
.our-project .comm-title .title h1{border-bottom: none}
.our-project .comm-title .row > div{padding: 0}
.our-project ul{font-size: 0}
.our-project ul li{line-height: 24px;height:auto;font-size: 15px;width: 50%}
.our-project dl{cursor: pointer;padding-bottom: 20px}
.our-project dl a {position: relative;display: block;overflow: hidden;box-shadow: 0px 6px 27.9px 2.1px rgba(25, 17, 64, 0.07)}
.our-project dl a dt{background: #fff;display: block;overflow: hidden;padding:0;border-bottom:2px #eee solid}
.our-project dl a dt img{width: 100%;transition: all .3s}
.our-project dl a:hover{box-shadow: 0px 6px 27.9px 2.1px rgba(25, 17, 64, 0.2)}
.our-project dl a:hover dt img{transform: scale(1.05);opacity:0.9}
.our-project dl a dd{width: 100%;background:#ffffff;padding:20px 25px;margin-bottom: 0;position: relative;text-align: center}
.our-project dl a dd i{color: #333;display: block;font-size: 55px;position: absolute;right: 20px;bottom: 25px;z-index: 50}
.our-project dl a dd h1{font-size:17px;text-transform:capitalize;line-height:25px;height:50px;display: block;margin-bottom: 0;overflow: hidden;}
.our-project dl a dd h3{color:#999;font-size: 14px;line-height: 25px;margin-bottom: 0;height: 50px;display: block;margin-top: 20px}
.our-project .project-list{padding-top:100px}
.our-project .swiper-button-next,.our-project .swiper-button-prev {width: 50px;height: 50px;background-color:rgba(0,0,0,.6);color:#fff;font-size: 28px;opacity:1}
.our-project .swiper-button-next:after,.our-project .swiper-button-prev:after{content:'';}
.our-project .swiper-button-next {right: 46.5%;left: auto;margin-right: 0;top: 30px}
.our-project .swiper-button-prev {left: 46.5%;margin-left: 0;top: 30px;}
.our-project .swiper-button-next.swiper-button-disabled,.our-project .swiper-button-prev.swiper-button-disabled{background:#bbb;}
.our-project .swiper-button-next:hover,.our-project .swiper-button-prev:hover {background-color:#1e4c87;}
@media (max-width:1199px){
	.our-project{padding:40px 0;}
	.our-project .swiper-button-next,.our-project .swiper-button-prev {width: 40px;height: 40px;margin-top: -20px;font-size: 20px;}
	.our-project .swiper-button-next {right: 15%}
	.our-project .swiper-button-prev {left: 15%;}
}
@media (max-width:767px){
	.our-project{padding:30px 0;}
	.our-project .project-list{padding-top:20px}
	.our-project .swiper-button-next {right: 3%}
	.our-project .swiper-button-prev {left: 3%;}
	.our-project dl a dd h1{font-size: 16px;}
	.our-project dl a dd h3{font-size: 13px;line-height: 22px;}
}


.inner-about{padding-top: 80px;}
.inner-about .title{color: #333;padding-bottom: 100px;position: relative;}
.inner-about .title h1{font-size:55px;line-height: 65px;text-transform: uppercase;}
.inner-about .title h2{font-size:20px;}
.inner-about .title .anibar {width: 20%;position: absolute;right: 0;top:16px}
.inner-about .title .anibar i{display: block;height: 25px;background: #1e4c87;}
.inner-about .row > div{padding: 0}
.inner-about .row > div:first-child{padding-right: 5%}
.inner-about .row > div:last-child p{font-size:16px;color: #333}
.inner-about .row > div:last-child .img{padding-top: 40px}
.inner-about .row > div:last-child .img img{width: 70%}
.inner-about .row .efficiency{font-size: 0;}
.inner-about .row .efficiency dl{display: inline-block;vertical-align: top;margin-right: 12%}
.inner-about .row .efficiency dl:last-child{margin-right: 0}
.inner-about .row .efficiency dl dt{font-size:45px;display: block;font-weight:500;}
.inner-about .row .efficiency dl dt sub{font-size:16px;bottom: 2px;left: 5px}
.inner-about .row .efficiency dl dt sup{font-size:50px;}
.inner-about .row .efficiency dl dd{font-size:16px;display: block;margin-top: 10px;font-weight: 200;padding: 0 3%}
.inner-about .video{display: block;margin-top: 50px;margin-bottom: 50px}
.inner-about .video img{width: 100%}
@keyframes fadesandan{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{width: 0;}100%{width: 100%;}}
.fadesandan{-webkit-animation-name:fadesandan;animation-name:fadesandan;-webkit-animation-duration:.9s;animation-duration:.9s}

.inner-about .why-us .whyus-content{padding-top: 20px;padding-bottom: 50px;}
.inner-about .why-us .whyus-content dl {padding:15px;}
.inner-about .why-us .whyus-content dl a{padding:40px 30px;display: block;background: #fff;box-shadow: 0 0 13px 5px rgba(0,0,0,0.04);}
.inner-about .why-us .whyus-content dl a dt{font-size:50px;display: block;color: #1e4c87}
.inner-about .why-us .whyus-content dl a dd{display: block;margin-top: 40px;height: 180px;}
.inner-about .why-us .whyus-content dl a dd h2{font-size:24px;font-weight: 400}
.inner-about .why-us .whyus-content dl a dd p{line-height: 24px;font-weight: 200;font-size:16px;margin-top: 15px;}
.inner-about .why-us .whyus-content .swiper-button-prev{left: -5px}
.inner-about .why-us .whyus-content .swiper-button-next{right: -5px}
.inner-about .why-us .whyus-content .swiper-button-prev:after,.inner-about .why-us .whyus-content .swiper-button-next:after{color: #00000050;font-size:20px;}
.inner-about .why-us .whyus-content .swiper-pagination{width: 100%;bottom:0}
.inner-about .why-us .whyus-content .swiper-pagination .swiper-pagination-bullet{width:25px;height: 3px;background: #666;border-radius:0;margin: 0 4px;}
.inner-about .why-us .whyus-content .swiper-pagination .swiper-pagination-bullet-active{background:#1e4c87}
.inner-about .inner-global{padding-top: 60px;display: block; background: #eee;margin-top: 80px}
.inner-about .inner-global .world-map{width: 100%;height:80vh;background:url(../images/earth.png) no-repeat center top;position: relative;}
.inner-about .inner-global .world-map .point-area{height:60px;width:60px;position: absolute;left: 50%;top: 59%;transform: translate(-50%,-50%);}
.inner-about .inner-global .world-map .point-area.local1{margin:-125px 0 0 402px}/*中国*/
.inner-about .inner-global .world-map .point-area.local2{margin:35px 0 0 -230px}/*巴西*/
.inner-about .inner-global .world-map .point-area.local3{margin: -250px 0 0 -465px}/*加拿大*/
.inner-about .inner-global .world-map .point-area.local4{margin:-235px 0 0 -6px}/*荷兰*/
.inner-about .inner-global .world-map .point-area.local5{margin: -220px 0 0 38px}/*德国*/
.inner-about .inner-global .world-map .point-area.local6{margin:-90px 0 0 255px}/*印度*/
.inner-about .inner-global .world-map .point-area.local7{margin: -175px 0 0 -58px}/*葡萄牙*/
.inner-about .inner-global .world-map .point-area.local8{margin: 90px 0 0 470px}/*澳大利亚*/
.inner-about .inner-global .world-map .point-area.local9{margin: -92px 0 0 -425px}/*墨西哥*/
.inner-about .inner-global .world-map .point-area.local10{margin: -190px 0 0 17px}/*瑞士*/
@media screen and (max-width:1699px){
	.inner-about .inner-global .world-map .point-area.local4{margin:-215px 0 0 -6px}/*荷兰*/
	.inner-about .inner-global .world-map .point-area.local5{margin: -205px 0 0 45px}/*德国*/
	.inner-about .inner-global .world-map .point-area.local7{margin: -155px 0 0 -58px}/*葡萄牙*/
}
@media screen and (max-width:1399px) {
	.inner-about .inner-global .world-map{height:80vh;}
}
@media screen and (max-width:1299px) {
	.inner-about .inner-global .world-map .point-area.local6 {margin: -90px 0 0 225px;}
	.inner-about .inner-global .world-map{height:84vh;}
}
@media screen and (max-width:1199px) {
	.inner-about .inner-global .world-map{height:84vh;}
}
.inner-about .inner-global .world-map .point-area .point {position: absolute;top: 0;left: 0; right: 0;bottom: 0;width: 8px;height: 8px;margin: auto; -webkit-border-radius: 50%;-webkit-background-clip: padding-box;-moz-border-radius: 50%;-moz-background-clip: padding;border-radius: 50%;background-clip: padding-box;background: transparent;}
.inner-about .inner-global .world-map .point-area .point-dot { z-index: 1;background-color: #1e4c87;border: 1px solid #1e4c8730;}
.inner-about .inner-global .world-map .point-area .point-10:after {content: '';display: block;position: absolute;top: 0;right: 0;bottom: 0;left: 0;border-radius: 50%;border: 1px solid #1e4c87;opacity: 0;-webkit-animation: ripple 3000ms ease-out 225ms infinite;-moz-animation: ripple 3000ms ease-out 225ms infinite;-o-animation: ripple 3000ms ease-out 225ms infinite;animation: ripple 3000ms ease-out 225ms infinite;}
.inner-about .inner-global .world-map .point-area .point-10 {width: 100%; height: 100%;}
.inner-about .inner-global .world-map .point-area .point-10.point-40:after{-webkit-animation: ripple 3000ms ease-out 225ms infinite;}
.inner-about .inner-global .world-map .point-area .point-20:after {content: '';display: block;position: absolute;top: 0;right: 0;bottom: 0;left: 0;border-radius: 50%;border: 1px solid #1e4c87;opacity: 0;-webkit-animation: ripple 3000ms ease-out 900ms infinite;-moz-animation: ripple 3000ms ease-out 900ms infinite;-o-animation: ripple 3000ms ease-out 900ms infinite;animation: ripple 3000ms ease-out 900ms infinite;}
.inner-about .inner-global .world-map .point-area .point-20 {width: 100%;height: 100%;}
.inner-about .inner-global .world-map .point-area .point-30:after {content: '';display: block;position: absolute;top: 0;right: 0;bottom: 0;left: 0;border-radius: 50%;border: 1px solid #1e4c87;opacity: 0;-webkit-animation: ripple 3000ms ease-out 1800ms infinite;-moz-animation: ripple 3000ms ease-out 1800ms infinite;-o-animation: ripple 3000ms ease-out 1800ms infinite;animation: ripple 3000ms ease-out 1800ms infinite;}
.inner-about .inner-global .world-map .point-area .point-30 {width: 100%;height: 100%;}
.inner-about .inner-global .world-map .point-area .point-shadow:after {-webkit-box-shadow: inset 0 0 5em #1e4c8760;-moz-box-shadow: inset 0 0 5em #1e4c8760;box-shadow: inset 0 0 5em #1e4c8760;}
@-webkit-keyframes ripple{ 0%{opacity:0;-webkit-transform:scale(0.1,0.1); } 5%{ opacity:1; }  100%{ opacity:0; -webkit-transform:scale(1)}}
@-moz-keyframes ripple{ 0%{opacity:0;-moz-transform:scale(0.1,0.1); } 5%{ opacity:1; }  100%{ opacity:0; -moz-transform:scale(1)}}
@-o-keyframes ripple{ 0%{opacity:0;-o-transform:scale(0.1,0.1); } 5%{ opacity:1; }  100%{ opacity:0; -o-transform:scale(1)}}
@keyframes ripple{ 0%{opacity:0;-webkit-transform:scale(0.1,0.1);-moz-transform:scale(0.1,0.1);-ms-transform:scale(0.1,0.1);transform:scale(0.1,0.1); } 5%{ opacity:1; }  100%{ opacity:0;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}}

.inner-news-list .news-list .row{min-height: 600px}
.inner-news-list .news-list dl{display: block;margin-bottom: 50px;width: 100%}
.inner-news-list .news-list dl a{display: block;box-shadow: 0px 3px 20px 0px rgb(10 25 50 / 5%);overflow: hidden;font-size: 0}
.inner-news-list .news-list dl a:hover{box-shadow: 0px 3px 30px 0px rgb(10 25 50 / 20%);}
.inner-news-list .news-list dl a dt{overflow: hidden;width:40%;background: #000;position: relative;display: inline-block}
.inner-news-list .news-list dl a dt i{width: 40px;height: 40px;text-align: center;font-size: 30px;line-height: 40px;display:block;position:absolute;left: 50%;margin-left: -20px;top: 60%;margin-top: -20px;opacity: 0;transition: all .2s;color:rgba(255,255,255,.6);}
.inner-news-list .news-list dl a dt img{opacity:0.8;position:absolute;left:50%;height:100%;width:auto;top:0;-moz-transform: translateX(-50%);-ms-transform: translateX(-50%); -webkit-transform: translateX(-50%);transform: translateX(-50%);transition: all .3s;}
.inner-news-list .news-list dl a dt:after{height:30vh;content:'';display:block}
.inner-news-list .news-list dl a:hover dt img{transform:(translateX(-50%),scale(1.02));opacity:1;}
.inner-news-list .news-list dl a:hover dt i{top: 50%;opacity: 1;}
.inner-news-list .news-list dl a dd{width: 60%;padding:20px 50px 0 50px;display: inline-block;vertical-align: top}
.inner-news-list .news-list dl a dd span{color:#444;font-size:13px;margin-top:20px;line-height: 20px;display: block;opacity: 0.7;}
.inner-news-list .news-list dl a dd span i{font-size: 16px;line-height: 20px;vertical-align: bottom;margin-right:5px;}
.inner-news-list .news-list dl a dd h1{font-size:24px;margin-top: 10px;line-height: 32px;height: 32px;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;word-wrap: break-word;-webkit-line-clamp: 1;-webkit-box-orient: vertical;font-weight: 400}
.inner-news-list .news-list dl a:hover dd h1{color: #1e4c87}
.inner-news-list .news-list dl a dd p{margin-top:30px;font-size: 15px;line-height: 22px;min-height: 44px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;opacity: 0.4;}
.inner-news-list .news-list dl a dd h3{margin-top: 30px;overflow: hidden;position: relative;display: block;height:50px;width: 100%}
.inner-news-list .news-list dl a dd h3 i{line-height: 20px;vertical-align: text-top;transition: all .2s;font-size:16px;color: #999;position: absolute;left: -20px;bottom: 20px;transition: all .2s;}
.inner-news-list .news-list dl a:hover dd h3 i{color: #1e4c87;left: 0}
.inner-news-list.exhibition-list dl{padding: 25px}
.inner-news-list.exhibition-list dl a dt{text-align: center;background: #fff;border-bottom: 1px #f8f8f8 solid;width: 100%}
.inner-news-list.exhibition-list dl a dt img{width: 80%;}
.inner-news-list.exhibition-list dl a > h1{background: #ee7921;color: #fff;padding: 15px;font-weight: 400;font-size: 20px}
.inner-news-list.exhibition-list dl a dd{width: 100%}
.inner-news-list.exhibition-list dl a dd p{min-height: 75px;-webkit-line-clamp: 3;opacity: 0.8;font-weight: 300;margin-top:15px;line-height: 25px;}
.inner-news-list.exhibition-list dl a dd p b{color: #ee7921;font-weight: 300;padding-right: 8px}
.inner-news-list.exhibition-list dl a dd h3{margin-top: 10px}
@media (max-width:1199px){
	.inner-news-list .news-list dl a dd{padding:2% 4% 0 4%;}
	.inner-news-list .news-list dl a dd h1{font-size:22px;}
	.inner-news-list .news-list dl a dd p{margin-top:20px;}	
}
@media (max-width:991px){
	.inner-product .product-list,.inner-news-list .news-list,.viewnews .content,.inner-news-list .project-list{display: block;width: 100%;padding-left:0%}
}
@media (max-width:767px){
	.inner-news-list .news-list dl a dt{width: 100%;}
	.inner-news-list .news-list dl a dd{width: 100%;}
	.inner-news-list .news-list dl a dd h1{font-size:18px;}
	.inner-news-list .news-list dl a dd p{margin-top:10px;font-size: 13px}
	.inner-news-list .news-list dl a dd h3{margin-top: 10px;height:30px}
}

.project-list .row{min-height: 500px;margin-left: -20px;margin-right: -20px}
.project-list .row dl{padding: 20px}
.project-list .row dl a{position: relative;display: block;overflow: hidden;position: relative;}
.project-list .row dl a dt{display: block;overflow: hidden;}
.project-list .row dl a dt img{width: 100%;transition: all .3s}
.project-list .row dl a:hover dt img{transform: scale(1.08);}
.project-list .row dl a dd{position: absolute;width: 100%;left: 0;bottom: -65px;padding: 40px;transition: all .2s}
.project-list .row dl a dd h1{font-size: 28px;color: #fff;font-weight: 400}
.project-list .row dl a dd p{font-size: 16px;color: #fff;display: block;padding-top: 5px;margin-bottom: 30px}
.project-list .row dl a dd i{color: #fff;font-size: 14px}
.project-list .row dl a:hover dd {bottom: 0}
@media (max-width:1499px){
	.project-list .row dl{padding: 20px}
	.project-list .row dl a dd h1{font-size: 25px;}
}
@media (max-width:1199px){
	.project-list .row dl{padding: 15px}
	.project-list .row dl a dd h1{font-size: 20px;}
	.project-list .row dl a dd p{font-size: 15px;}
}
@media (max-width:991px){
	.project-list .row dl{padding: 10px}
	.project-list .row dl a dd h1{font-size: 18px;}
	.project-list .row dl a dd p{font-size: 14px;margin-bottom: 20px}
}

.viewnews{padding-bottom: 50px;}
.viewnews .content .news-type{background: #f5f5f5;border-radius:10px;padding:6px 18px;display: inline-block;color:#999;font-size: 14px}
.viewnews .content .title{padding-bottom: 3%;border-bottom: 2px #ddd solid}
.viewnews .content .title div{padding: 0}
.viewnews .content .title div:last-child{text-align:right}
.viewnews .content .title h1{font-size: 36px;line-height: 50px;font-weight: 400}
.viewnews .content .title p{margin-top: 20px;display: block;color: #aaa;font-size: 14px}
.viewnews .content .title p i{margin-right:4px;}
.viewnews .content .title p i.icon-person_add_alt_1{font-size: 16px}
.viewnews .content .title p i.icon-paper-plane-o{font-size: 13px}
.viewnews .content .date ul{width: 100%;text-align: right;padding-top: 10px}
.viewnews .content .date ul li{border: 1px #eee solid;width: 100px;text-align: center;display: inline-block;height:40px;line-height: 40px;color:#999;clear: both;}
.viewnews .content .date ul li:last-child{border-top: none;font-size: 30px;color:#000;font-weight: bold;}
.viewnews .content .text{font-size: 17px;line-height: 30px;padding: 6% 0}
.viewnews .content .text strong,.viewnews .content .text b{font-weight:500}
.viewnews .content .text img{max-width: 100%}
.viewnews .content .text .smallgray{color:#999;font-size:14px;}
.viewnews .content .project-item{display: block;padding-top:30px}
.viewnews .content .project-item li{font-size: 18px;font-weight: 300;line-height: 40px;display: block;}
@media (max-width:767px){
    .viewnews .row{padding: 3%;margin-top: -150px;}
	.viewnews .content .project-item li{font-size: 16px;line-height: 30px}
}
.viewnews .content .prenext{border-top: 1px #eee solid;padding-top: 30px;font-size: 0;width: 100%}
.viewnews .content .prenext li{width: 40%;display:inline-block;font-size: 0}
.viewnews .content .prenext li a{font-size: 13px;}
.viewnews .content .prenext li a i{display:inline-block;line-height: 20px;font-size: 13px;width: 18%;vertical-align: top}
.viewnews .content .prenext li i:before{line-height: 18px;vertical-align:baseline;margin-right: 5px}
.viewnews .content .prenext li a span{width: 79%;font-size: 14px;line-height: 18px;height:18px;vertical-align: top;display:inline-block;overflow:hidden;white-space: nowrap;text-overflow: ellipsis;padding-left: 15px;border-left: 1px #ddd solid}
.viewnews .content .prenext li a i b{font-weight: normal;}
.viewnews .content .prenext li:nth-child(2){width: 20%;text-align:center;line-height: 18px;vertical-align: top;text-transform: uppercase;font-size: 14px}
.viewnews .content .prenext li:nth-child(2) i{font-size: 16px}
.viewnews .content .prenext li:nth-child(2) i b{width: auto;font-size: 13px;line-height: 18px;vertical-align: bottom;}
.viewnews .content .prenext li:last-child{text-align:right;}
.viewnews .content .prenext li a i.icon-arrow-right2:after{content: "\e90c";margin-left: 5px}
.viewnews .content .prenext li b{text-transform: uppercase}
.viewnews .content .prenext li:last-child a span{padding-left: 0;border-left:none;padding-right: 15px;border-right: 1px #ddd solid}


@media screen and (max-width: 1399px){
	.viewnews .content .prenext li a i{width:10%}
	.viewnews .content .prenext li a i b,.viewnews .content .prenext li:nth-child(2) i b{display:none;}
}
@media screen and (max-width: 1199px){
	.viewnews .content .title h1{font-size: 35px;line-height: 45px}
	.viewnews .content .text{font-size: 15px;line-height: 28px;}
}
@media screen and (max-width: 991px){
	.location{margin-top: 70px}
	.viewnews .content .title h1{font-size: 25px;line-height: 32px}
	.viewnews .list,.viewnews .content .date{display: none}
}
@media screen and (max-width: 767px){
	.viewnews .content .title h1{font-size: 18px;line-height: 24px}
	.viewnews .content .title p{font-size: 13px}
	.viewnews .content .text{font-size: 14px;line-height: 22px;}
	.viewnews .content .prenext li:last-child a span{border-right:none;padding-right:10px}
	.viewnews .content .prenext li a span{border-left:none;width:88%;padding-left:10px}
}

.inquiryform{position: fixed;transition: all .3s;width: 100%;height: 100vh;opacity: 0;visibility: hidden;z-index: 100;}
.inquiryform .feedback{position: fixed;padding:40px;background:#fff;width: 40%;top: 52%;left: 50%;transform: translate(-50%,-43%);z-index: 105;border:12px #00000030 solid;transition: all .3s;border-radius:5px}
.inquiryform.show{opacity: 1;visibility: visible;}
.inquiryform.show .feedback{top: 50%;}
.inquiryform.show:before{content: '';position: fixed;left: 0;top: 0;width: 100%;height: 100vh;background: #00000080;z-index: -1}
.inquiryform .feedback .title{width: 100%;display: block;position: relative;height: 60px;line-height: 30px;font-size: 20px;font-weight: 600;text-transform: uppercase;}
.inquiryform .feedback .title i{font-size: 20px;position: absolute;right:-25px;top: -25px;cursor: pointer;}
.inquiryform .feedback .title i:hover{color: #ee7921}
.feedback ul{font-size: 0}
.feedback ul li{width: 49%;display:inline-block;margin-bottom: 20px;margin-right:2%;vertical-align: top}
.feedback ul li:nth-child(2n){margin-right:0}
.feedback ul li input{width: 100%;line-height: 45px;height: 45px;background: #fff;border: 1px #eee solid;padding: 10px;font-size: 14px;box-shadow: 0 15px 15px -11px rgba(25, 17, 64, 0.05);border-radius:5px;}
.feedback ul li:nth-child(5),.feedback ul li:nth-child(8),.feedback ul li:last-child{width: 100%;}
.feedback ul li:nth-child(7) img{vertical-align: bottom;cursor: pointer;display: inline-block;margin-top: 11px;margin-left: 12px}
.feedback ul li textarea{width: 100%;height: 200px;line-height: 22px;background: #fff;border: 1px #eee solid;padding: 10px;font-size: 14px;box-shadow: 0 15px 15px -11px rgba(25, 17, 64, 0.05);border-radius:5px}
.feedback ul li:last-child input,.inner-contact .feedback ul li:last-child input{background: #333;color: #fff;font-size: 16px;font-weight: 300;padding: 0;transition: all .2s;border: none;box-shadow: 0 15px 15px -11px rgba(25, 17, 64, 0.5)}
.feedback ul li:last-child input:hover,.inner-contact .feedback ul li:last-child input:hover{background: #1e4c87}
.inquiryform .feedback ul li textarea{height: 18vh}


@media screen and (max-width: 1499px){
	.inquiryform .feedback{padding:30px;width: 50%;}
}

@media screen and (max-width: 1299px){
	.inquiryform .feedback{width: 60%;}
}
@media screen and (max-width: 1099px){
	.inquiryform .feedback{width: 80%;}
}
@media screen and (max-width: 767px){
	.inquiryform .feedback .title i{right: -10px;top: -15px}
	.inquiryform .feedback{width: 90%;padding:30px 20px;}
	.feedback ul li{width: 100%;margin-right:0;margin-bottom: 12px;}
	.feedback ul li input{line-height: 40px;height: 40px;font-size: 13px}
	.feedback ul li:nth-child(6),.feedback ul li:nth-child(7){width: 45%;}
	.feedback ul li:last-child input,.inner-contact .feedback ul li:last-child input{font-size: 13px}
}

.sub-prut-menu{text-align: center;padding-bottom: 30px;}
.sub-prut-menu a{display: inline-block;padding: 15px 50px;font-size:17px;background: #fff;margin:0 2px;}
.sub-prut-menu a:hover,.sub-prut-menu a.cur{background: #2d63a3;color: #fff}
@media (max-width:991px){
    .sub-prut-menu a{padding: 12px 30px;font-size:14px;}
}
@media (max-width:767px){
    .product-inner-list .row > dl{padding: 10px;}
    .product-inner-list .row > dl a dt{padding:80px 20px;padding-top: 40px;}
}
.our-customer{padding: 2% 0 6% 0;background: #f3f3f3;margin-top: 5%}
.our-customer.application{margin-top: 0;background: #fff;padding: 1% 0}
.our-customer .comm-title .title h1{border-bottom: none}
.our-customer .comm-title .row > div{padding: 0}
.our-customer ul{padding-top: 2.5%;width: 100%;padding-left: 15%;text-align: left}
.our-customer ul li{line-height: 24px;height:auto;font-size: 15px;position: relative;padding-left: 15px;display: block;}
.our-customer ul li:after{content:'';position: absolute;left: 0;top: 10px;width:5px;height: 5px;display: inline-block;border-radius: 50%;background: #333}
.our-customer dl{position: relative;cursor: pointer;}
.our-customer dl a,.our-customer dl a dt{display: block;}
.our-customer dl a dt{background: #000;overflow: hidden}
.our-customer dl a dt img{width: 100%;opacity:0.6;transition: all .2s}
.our-customer dl a:hover dt img{transform: scale(1.05);opacity:0.9}
.our-customer dl a dd{position:absolute;bottom: 0;left: 0;width: 100%;background:rgba(0,0,0,0.5);padding:3% 5%;margin-bottom: 0;}
.our-customer dl a dd h1{font-size: 28px;color:#fff;text-transform:capitalize;line-height: 30px}
.our-customer dl a dd h3{color:rgba(255,255,255,.6);line-height: 22px;font-size: 16px}
.our-customer .customer-list{padding-top: 1%}
.our-customer .swiper-button-next,.our-customer .swiper-button-prev {width: 60px;height: 60px;margin-top: -30px; background-color:rgba(0,0,0,.6);color:#fff;font-size: 40px;opacity:1;}
.our-customer .swiper-button-next:after,.our-customer .swiper-button-prev:after{content:'';}
.our-customer .swiper-button-next {right: 50%;left: auto;margin-right: -471px;}
.our-customer .swiper-button-prev {left: 50%;margin-left: -471px;}
.our-customer .swiper-button-next:hover,.our-customer .swiper-button-prev:hover {background-color:#2d63a3;}
.environment{padding-top: 2%}
.environment img{width: 100%;}
@media (max-width:991px){
    .product-inner-list .row > dl a dd h1{font-size:22px;line-height:30px}
    .product-inner-list .row > dl a dd h2{font-size:16px;line-height:25px;}
    .product-inner-list .row > dl a dd p{margin-top:25px;font-size:13px;line-height: 20px;}
	.our-customer ul{padding-left: 18px;padding-top: 0;padding-bottom: 3%;}
	.our-customer dl a dd h1{font-size: 22px;}
}
@media (max-width:767px){
    .product-inner-list .row > dl a dd h1{font-size:18px;line-height:25px;}
    .product-inner-list .row > dl a dd h2{font-size:14px;line-height:25px;}
	.product-inner .list dl a dd h1{font-size:20px;line-height:28px;}
	.product-inner .list dl a dd p{font-size: 13px;line-height: 18px;margin-bottom: 10px}
}
@media (max-width:576px){
	.our-customer dl a dd h1{font-size: 18px;}
	.our-customer dl a dd h3{font-size: 12px;line-height: 18px}
	.product-inner .list dl a dd p{font-size: 13px;line-height: 18px;height:66px;padding-top: 30px}
	.product-inner .list dl a dd p:after,.product-inner .list dl a dd p:before{top: 10px}
	.product-inner .list dl a dd h3{margin-top: 10px}
	.our-customer ul li{font-size: 13px;line-height: 22px}
	.product-inner .swiper-button-nextP,.product-inner .swiper-button-prevP{display: none}
}

.pagination-bar {overflow: hidden; padding:0;margin-top:50px;margin-bottom:70px;font-size: 16px;}
.pagination-bar.center{text-align: center;}
.pagination-bar.borderline{border-bottom: 1px #ddd solid}
.pagination-bar ul {display: block;overflow: hidden;}
.pagination-bar ul li {margin: 4px;	vertical-align: top;display: inline-block;}
.pagination-bar ul li.disabled { background: #e8e8e8;height: 42px;width: 42px;display: inline-block;line-height: 42px;text-align: center;transition: ease all 0.4s; -webkit-transition: ease all 0.4s;-moz-transition: ease all 0.4s; -o-transition: ease all 0.4s;font-size: 15px}
.pagination-bar ul li a {background: #e8e8e8;height: 42px;width: 42px;display: inline-block;line-height: 42px;text-align: center;transition: ease all 0.4s; -webkit-transition: ease all 0.4s;-moz-transition: ease all 0.4s;-o-transition: ease all 0.4s;color: #333;font-size: 15px}
.pagination-bar ul li.pageinfo {background: #e8e8e8;line-height: 42px;text-align: center;padding: 0 15px;font-size: 15px;color: #666}
.pagination-bar ul li.active{background: #1e4c87;color: #fff;height: 42px;width: 42px;display: inline-block;line-height: 42px;text-align: center;font-weight: 300;font-size: 15px}
.pagination-bar ul li i{vertical-align: top;font-size: 16px;line-height: 42px;display: inline-block;color: #666}
.pagination-bar ul li a:hover{ color: #fff; background: #1e4c87;}
@media screen and (max-width: 991px){
	.pagination-bar {margin-top:30px;}
	.pagination-bar ul li.disabled {height: 30px;width: 30px;line-height: 30px;}
	.pagination-bar ul li a {height:30px;width: 30px;}
	.pagination-bar ul li.pageinfo {line-height: 30px;padding: 0 10px;font-size: 14px}
	.pagination-bar ul li.active{height: 30px;width: 30px;line-height: 30px;}
	.pagination-bar ul li i{font-size: 14px;line-height: 32px;}
}


.inner-contact{padding-bottom: 0}
.inner-contact .comm-title h1{font-size:30px;}
.inner-contact .row > div{padding:0;}
.inner-contact .contact-add{display: block;padding-top: 20px;padding-bottom: 40px}
.inner-contact .contact-add h1{font-size: 25px;color: #1e4c87}
.inner-contact .contact-add h2{font-size: 16px;padding-top: 10px;color: #999;line-height: 22px}
.inner-contact .contact-add h2 i{display: inline-block;padding-right:8px;font-size:20px;line-height: 20px;vertical-align: top;}
.inner-contact .contact-info{display: block}
.inner-contact .contact-info dl{display: table;margin-bottom: 20px;}
.inner-contact .contact-info dl dt{width: 40px;display:table-cell;}
.inner-contact .contact-info dl dt i{font-size: 25px}
.inner-contact .contact-info dl dd{display:table-cell;vertical-align: middle;}
.inner-contact .contact-info dl dd h3{font-size: 18px;font-weight: bold;}
.inner-contact .contact-info dl dd p{font-size: 16px;color: #999}
.inner-contact .row > div:last-child{padding-top: 40px;padding-left: 5%;padding-bottom: 50px;position: relative;}
.inner-contact .row > div .feedback{padding: 50px;box-shadow: 0px 6px 27.9px 2.1px rgba(25, 17, 64, 0.07);border-radius: 5px;background:#fff}
.inner-contact .row > div .feedback .title{padding-bottom: 40px}
.inner-contact .bdmap {width: 100%;margin-top: 20px;position: relative;}
.inner-contact .bdmap h1{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);color: #fffffff0;text-align: center;font-size:50px}
.inner-contact .bdmap img {width: 100%;}
.BMap_pop,.anchorBL,.BMap_shadow {display: none!important;}
@media screen and (max-width: 1399px){
	.inner-contact .row > div .feedback .title h1{font-size: 30px}
}
@media screen and (max-width: 1199px){
	.inner-contact .row > div .feedback{padding:40px 30px;}
	.inner-contact .row > div .feedback .title{padding-bottom: 20px;}
	.inner-contact .row > div .feedback .title h1{font-size: 25px}
	.inner-contact .row > div:last-child{padding-left:0;padding-bottom: 30px}
}
@media screen and (max-width: 991px){
	.inner-contact .contact-add{padding-top: 10px}
	.inner-contact .contact-add h1{font-size: 20px}
	.inner-contact .contact-add h2{font-size: 14px}
	.inner-contact .contact-info dl dt{width:30px}
	.inner-contact .contact-info dl dt i{font-size: 20px}
	.inner-contact .contact-info dl dd h3{font-size: 16px;}
	.inner-contact .contact-info dl dd p{font-size: 14px}
	.inner-contact .row > div .feedback .title{padding-bottom: 15px;}
	.inner-contact .row > div .feedback .title h1{font-size: 20px}
	.inner-contact .row > div:last-child{padding-top: 10px;padding-left: 0}
	.inner-contact .row > div .feedback{padding:25px;}
	.inner-contact .bdmap{margin-top: -100px;height: 45vh}
}
@media screen and (max-width: 767px){
	.inner-contact .contact-add h1{font-size: 18px}
	.inner-contact .contact-add h2{font-size: 13px}
	.inner-contact .contact-info dl dd h3{font-size: 15px;}
	.inner-contact .contact-info dl dd p{font-size: 13px}
	.inner-contact .bdmap{margin-top: 0;}
}


.suspension{position:fixed;z-index:301;right:-170px;top:300px;width:220px;transition: all .3s}
.suspension.active{right: 0}
.suspension-box{display:block;}
.suspension a{display:block;height:44px;background-color:#008ba4;margin-bottom:1px;cursor:pointer;outline:none;color: #fff;line-height: 44px}
.suspension a i{ color:#fff; font-size:24px;display:inline-block;line-height: 44px;vertical-align: top;width: 50px;text-align: center;}
.suspension a span{display:inline-block;vertical-align: top;line-height: 44px;}
.suspension a div{display:inline-block;vertical-align:top;}
.suspension a img{width:100px;opacity:0;transition: all .2s}
.suspension.active a img{opacity: 1}
.suspension.active a.qrcode{height: 160px}
.suspension a.top{opacity: 0;background:#333;}

.footer-feed{position: fixed;bottom: 0;right: 0;width: 240px;height: 50px;overflow: hidden;z-index: 500;}
.footer-feed .title{background: #008ba4;color: #fff;padding: 15px 20px;border-top-left-radius: 20px;line-height: 20px;font-weight: 400;font-size: 16px;cursor: pointer;display:block;position: relative;}
.footer-feed .title span{color:#fff;font-size: 20px;display:inline-block;margin-right: 10px;line-height: 20px;vertical-align: top}
.footer-feed .title i{position: absolute;right: 15px;top: 15px;line-height: 20px;font-size: 20px;color: #fff;display:none;}
.footer-feed.active {width: 320px}
.footer-feed.active .title i{display:block;}
.footer-feed form{display:block;background: #fff;padding: 20px;box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);}
.footer-feed form ul{display:block;}
.footer-feed form ul li{display:block;margin-bottom: 10px}
.footer-feed form ul li input,.footer-feed form ul li textarea,.footer-feed form ul li button{width: 100%;border:1px #ddd solid;background:none;padding: 5px;font-size: 14px;box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1) inset;}
.footer-feed form ul li input[name='CheckCode']{width: 60%}
.footer-feed form ul li img{display:inline-block;vertical-align: top;cursor: pointer;padding-left: 15px;padding-top:6px;}
.footer-feed form ul li textarea{line-height: 20px;height: 100px;line-height: 20px; }
.footer-feed form ul li button{background:#008ba4;outline: none;border:none;line-height: 26px;color: #fff;font-size:15px;transition:all .3s;margin-top: 2px}
.footer-feed form ul li button:hover{background:#1E4C87}
/* footer */ 
.footer {background:#1e4c87;padding-top: 70px}
.footer .row > div{padding: 0}
.footer .footer-nav{position: relative;}
.footer .footer-nav:after{content:'';position:absolute;right: 10%;top:0;height: 90%;background:#ffffff10;width: 1px}
.footer .footer-nav dl{display: inline-block;margin-right: 10%;vertical-align: top}	
.footer .footer-nav dl:last-child{margin-right:0}
.footer dl dt {display: block;padding-bottom: 20px}
.footer dl dt a {color: #ffffff;font-size:20px;font-weight: 400;text-transform: uppercase;}
.footer dl dd {display: block;}
.footer dl dd a{color: #ffffff90;display: block;line-height:30px}
.footer dl dd a:hover {color: #fff;}
.footer-contact dl dd{color: #fff;line-height: 30px}
.footer-contact dl dd a{display: inline-block;}
.footer .copyright{color: #fff;line-height: 60px;font-size: 13px;border-top: 1px #ffffff10 solid;margin-top: 30px}
.footer .copyright a{color: #ffffffa0;line-height: 60px;font-size: 13px}
.footer .copyright a:hover{color: #fff}
.footer .copyright div:last-child{text-align: right;}
.footer .copyright div:last-child a{font-size: 18px;display: inline-block;margin-left: 30px;color: #fff}
.footer .copyright div:last-child a:first-child{margin-left: 0}
@media screen and (max-width:1599px) {
	.footer .footer-nav:after{right:5%;}
	.footer .footer-nav dl{margin-right: 8%;}
}
@media screen and (max-width:1199px) {
	.footer .footer-nav dl{margin-right: 6%;}
}
@media screen and (max-width:1099px) {
	.footer .footer-nav dl{margin-right: 3%;}
}
@media screen and (max-width:991px) {
	.footer {padding-top: 30px}
	.footer dl dt{padding-bottom: 0}
	.footer dl dt a {font-size:16px;}
	.footer .footer-nav dl{display: block;height: 40px;line-height: 40px;overflow: hidden;}
	.footer .footer-nav:after{display: none;}
	.footer .footer-nav{border-bottom: 1px #ffffff10 solid;padding-bottom: 30px;margin-bottom: 20px}
	.footer .copyright{padding-top: 15px;padding-bottom: 15px;margin-top: 0px}
	.footer .copyright,.footer .copyright a{line-height: 30px;}
	.footer .copyright div:last-child{text-align: left;padding-top: 5px}
	.footer .copyright div:last-child a{font-size: 16px;margin-left:15px}
}