@charset "utf-8";
@import url("bootstrap.min.css");
@import url("animate.min.css");
@import url("swiper.min.css");
@import url("logo.css");
@import url("icomoon.css");
@font-face {font-family: 'Circe';font-weight:200;src: url('../fonts/Circe Light.woff') format('truetype');}
@font-face {font-family: 'Circe';font-weight:300;src: url('../fonts/Circe.woff') format('truetype');}
@font-face {font-family: 'Circe';font-weight:400;src: url('../fonts/Circe Bold.woff') format('truetype');}
@font-face {font-family: 'Circe';font-weight:500;src: url('../fonts/Circe Extra Bold.woff') format('truetype');}
@font-face {font-family: 'poppinssb';src: url('../fonts/Poppins-SemiBold.ttf');font-weight: normal;font-style: normal;font-display:swap;}  
html,body,ul,li{margin:0;padding:0;height:100%; font-size:14px; color:#333;-webkit-text-size-adjust:none;}
h1,h2,h3,h4,h5,h6,hr,blockquote,dl,dt,dd,ul,ol,li,pre,p,form,fieldset,legend,button,input,textarea{margin:0;padding:0;list-style:none;font-size:14px;font-family: 'Circe';font-weight:300;}
h1{font-weight:500;}
h2{font-weight:400;}
em{ font-style:normal}
input,dl,dt,dd{-webkit-tap-highlight-color:rgba(255,255,255,0); display:inline-block; vertical-align:top}
input{font-size:14px;font-weight:300;outline:0;display: inline-block;}
input[type=button]{cursor:pointer}
select{margin:0}
li{list-style:none}
img{display: inline-block; border:none}
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 .3s;font-family: 'Circe';font-weight:300;}
a:hover{ color:#2c4889;text-decoration:none;}
a,input,button,textarea,i{ outline:none; }
.fullscreen,.fullscreen body {width: 100%;height: 100%;overflow: hidden}
.pcshow { display:block;}
.mbshow { display:none!important;}
.clear { clear:both;}
.img {position: relative;overflow: hidden;background-position: center center;background-repeat: no-repeat;background-size: cover;}
.pic {position: relative;overflow: hidden;background-position: center center;background-repeat: no-repeat;background-size: cover;}
.img img,.pic img {max-width: 100%;max-height:100%;margin: auto;padding: 0;border: 0;width: 100%;height: auto;border: none;}
.img-center {position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;display: block;width: auto!important;height: auto!important;z-index: 1;max-width: 100%;max-height:100%;}
.img-block {display: block;width: 100%;height: auto;}
.img-inline {display: inline-block;width: auto;height: auto;max-width: 100%;}
.clamp1 {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.clamp2 {display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.clamp3 {display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
/*::-webkit-scrollbar{height:4px; width:0px;background: #ccc;}
::-webkit-scrollbar-button{height:0; width:5px;background: #ccc;}
::-webkit-scrollbar-thumb{background-color:#000;box-shadow:inset 1px 1px 0 #000,inset 0 -1px 0 #000;}*/
/* header */
.header {width: 100%;background: #fff;position:absolute;left: 0;top: 0;z-index: 500;box-shadow: 0 0 10px 5px #00000010}
.header .header-top {border-bottom: 1px #ddd solid;line-height: 50px;display:block;}
.header .header-top .row{align-items: center;}
.header .header-top .row > div{padding: 0}
.header .header-top .contacts a{font-size: 14px;margin-right:20px;line-height:50px;font-family:'poppinssb';}
.header .header-top .contacts a i{font-size: 14px;display:inline-block;margin-right: 5px;line-height: 50px;vertical-align: top;color: #2c4889}
.header .header-top .share{text-align:right;}
.header .header-top .share a{font-size: 14px;display:inline-block;margin-left: 10px;width: 30px;height: 30px;background: #2c4889;color:#fff;text-align:center;line-height: 30px;}
.header .header-top .share a:hover{background: #02a943}
.header-content {width:100%;height:90px;margin: auto;position: relative;z-index: 8;font-size: 0;}
.header-logo {width: 15%;display: inline-block;line-height:90px;vertical-align: top;white-space: nowrap;}
.header-logo a{display: block;}
.header-logo a i{font-size: 50px;line-height:90px;color: #2c4889;transition:all .3s;}

.header-right {width: 85%;display: inline-block;vertical-align: top;line-height:60px;text-align: right;white-space: nowrap;}
.header-nav {display: inline-block;}
.header-nav > ul,.header-nav > ul > li {list-style: none;margin: 0;padding: 0;display: inline-block;}
.header-nav > ul > li {margin-left:3rem;position: relative;}
.header-nav > ul > li:first-child{padding-left: 0}
.header-nav > ul > li > a {position: relative;line-height:90px;font-size: 16px;display: inline-block;color: #333;text-transform:capitalize;font-weight: 400}
.header.scroll-down .header-nav > ul > li > a {color:#333;}
.header-nav > ul > li > a:hover,.header.scroll-down .header-nav > ul > li > a:hover,.header-nav > ul > li.cur > a,.header-nav > ul > li.active > a {color: #2c4889;}
.header-nav > ul > li > a:after{content: '';position: absolute;top: 0;left: 0;width: 0;height:3px;background: #2c4889;transition: all .3s}
.header-nav > ul > li > a:hover:after,.header-nav > ul > li.cur > a:after,.header-nav > ul > li.active > a:after{width: 100%}
.header-nav > ul > li > a > i{font-size:15px;display:inline-block;vertical-align: middle;line-height:60px;margin-left: 6px}
.header-nav > ul > li ul{position: absolute;left:0%;top: 90px;background:#2c4889d0;padding:5px 30px;opacity: 0;visibility: hidden;transition:all .3s;min-width: 100%;text-align: left;display: block;height: auto}
.header-nav > ul > li ul li{display: block;line-height:50px;white-space: nowrap;border-bottom: 1px #00000010 solid}
.header-nav > ul > li ul li:last-child{border-bottom: none}
.header-nav > ul > li.active ul{opacity: 1;visibility: visible;top: 90px;}
.header-nav > ul > li ul li a{display: block;position:relative;padding-right:40px;color: #fff}
.header-nav > ul > li ul li a i{position: absolute;right: 0;line-height:50px;font-size: 16px;transition:all .3s;display: inline-block}
.header-nav > ul > li ul li a:hover i{transform: rotate(90deg);}
.header-right .lang-link {display: inline-block;vertical-align: top} 
.header-right .lang-link .more-menu{display: inline-block;line-height:90px;vertical-align: top;position: relative;padding-left: 50px}
.header-right .lang-link .more-menu > a{font-size: 15px;line-height:90px;}
.header-right .lang-link .more-menu > a em{font-size:20px;vertical-align: top;margin-right: 6px;line-height:89px;display: inline-block}
.header-right .lang-link .more-menu > a i{font-size:22px;vertical-align: top;line-height:87px;display: inline-block;transform: rotate(90deg);}
.header-right .lang-link .more-menu.active > a,.header.scroll-down .header-right .lang-link .more-menu.active > a{color: #2c4889}
.header-right .lang-link .more-menu ul{position: absolute;width: 130px;padding:10px 20px;top: 70px;right: 0;background: #fff;text-align:left;opacity: 0;visibility: hidden;transition: all .3s;height: auto}
.header-right .lang-link .more-menu.active ul{top: 60px;opacity: 1;visibility: visible;}
.header-right .lang-link .more-menu ul li{display: block;line-height: 40px;border-bottom: 1px #eee solid;}
.header-right .lang-link .more-menu ul li:last-child{border-bottom: none;}
.header-right .lang-link .more-menu ul li a{display: block;background-image:url(../images/en.webp);padding-left: 30px;font-size: 14px;background-size: 20px auto;background-position: 0 50%;background-repeat: no-repeat;}
.header-right .lang-link .more-menu ul li a.cn{background-image:url(../images/cn.webp)}
.header-right .lang-link .more-menu ul li a.pt{background-image:url(../images/pt.webp)}
.header.scroll-down,.header.fixed{top: -52px;position:fixed;}
.header.hover::after,.header.black::after {display: block;}
/* .header.scroll-down .header-content,.header.scroll-top .header-content{height: 5rem;}
.header-nav-show.scroll .header-nav-show-content {margin-top: 5rem;}
.header.scroll-down .header-logo,.header.scroll-top .header-logo {max-width: 15rem;} */

@media screen and (max-width: 1499px) {
	.header-logo a i{font-size: 45px;}
	.header-logo a .name h1{display:block;line-height: 22px;font-size: 22px;text-transform: uppercase;}
	.header-logo a .name p{display:block;margin: 0;font-size: 13px;line-height: 20px;color: #999}
}

@media screen and (max-width: 1299px) {
	.header-logo a i{font-size: 40px;}
	.header-nav > ul > li > a {position: relative;font-size: 14px;display: inline-block}
	.header-nav > ul > li {margin-left:2rem;}
	.header-right .lang-link .more-menu > a{font-size: 14px}
}
@media screen and (max-width: 1199px) {
	.header-logo a i{font-size: 35px;}
	.header-nav > ul > li {margin-left:1.2rem;}
}
@media screen and (max-width: 991px) {
	.header-logo{line-height: 60px;width: 30%;}
	.header-right {width: 70%}
	.header-logo a{line-height: 60px;height: 60px;overflow: hidden;}
	.header-logo a i{font-size: 30px;line-height: 60px}
	.header-right .lang-link .more-menu{line-height: 60px;padding-left: 0}
	.header-right .lang-link .more-menu > a{font-size: 0}
	.header-right .lang-link .more-menu > a em{font-size: 26px;line-height: 60px;vertical-align: top}
	.header-right .lang-link .more-menu > a i{display:none;}
	.header-content{height: 60px;}
	.scroll-down .header-content{margin-top: 11px}
	.header .header-top .row > div{height: 40px;}
	.header .header-top{line-height:40px}
	.header .header-top .share a{font-size: 12px;margin-left: 5px;width: 24px;height:24px;line-height: 24px;}
	.header .header-top .contacts a{font-size: 0;line-height: 40px}
	.header .header-top .contacts a i{font-size: 15px;line-height: 40px;margin: 0}
	.header .header-top .contacts a i.icon-phone1{font-size: 14px}
	.header-nav{position: absolute;width: 100%;top: 60px;left: -50%;height: 100vh;background:#fffffff0;text-align: left;opacity: 0;visibility: hidden;transition:all .3s;}
	.no-touch .header-nav{left: 0;opacity: 1;visibility: visible;border-top: 1px #ddd solid}
	.header-nav > ul{display:block;padding:20px 0}
	.header-nav > ul > li{display:block;line-height: 60px;height: 60px;border-bottom: 1px #ddd solid;width: 100%;overflow: hidden;}
	.header-nav > ul > li > a:after{top: auto;bottom: 0;height:1px;}
	.header-nav > ul > li.active > a:after{width: 0}
	.header-nav > ul > li.onactive > a:after{width: 100%}
	.header-nav > ul > li > a{font-size: 22px;line-height: 60px;display:block;}
	.header-nav > ul > li > a > i{position: absolute;right: 20px;top: 0px;font-size: 30px;transform: rotate(-90deg);transition:all .3s;}
	.header-nav > ul > li.onactive > a > i{transform: rotate(0);}
	.header-nav > ul > li ul{position: initial;display:block;background:none;padding-left: 0;opacity: 1;visibility: visible;}
	.header-nav > ul > li ul li a{font-size: 16px;color: #333}
	.header-nav > ul > li ul li a:hover{color: #2c4889}
	.header-nav > ul > li ul li a i{display:none;}
}

.header-nav-show {position: fixed;left: 0;top: 0;width: 100%;z-index:111;overflow: hidden;transition:all .4s;}
.header-nav-show.hide {opacity:0;height: 0;z-index:111;}
.header-nav-show-content {width:100%;position: relative;overflow: hidden;transition:all .4s ease;background: #fff;overflow: hidden;margin-top:60px;}
.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% 0;overflow: hidden;width: 88%;margin: auto;font-size: 0}
.header-navshow-content ul.header-nav-prutcate{display:inline-block;width: 15%;vertical-align: top;height: 350px}
.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:48px}
.header-navshow-content ul.header-nav-prutcate li h1{position: relative;font-size: 15px;padding-left: 15px;line-height: 36px;font-weight: 300;}
.header-navshow-content ul.header-nav-prutcate li.active h1{color: #2c4889}
.header-navshow-content ul.header-nav-prutcate li h1:after{content: '';position: absolute;left: 0;top: 9px;width: 3px;height: 18px;background:#2c4889;}
.header-navshow-content .header-nav-prutlist{display: inline-block;width: 85%;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}
.header-navshow-content .header-nav-prutlist .content.active{display: block}
.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;box-shadow: 0 15px 15px -10px #00000020;}
.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{display: block;padding-top: 20px}
.header-navshow-content .header-nav-prutlist .content dl dd h2{font-size:18px;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:#2c4889;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 {width: 94%;padding-bottom: 0;}
	.header-navshow-content ul.header-nav-prutcate{height: 330px;}
	.header-navshow-content .header-nav-prutlist .content dl dd h2{font-size:15px}
	.header-navshow-content .header-nav-prutlist .content .more{padding-top: 30px;}
	.header-navshow-content .header-nav-prutlist .content .more a{font-size: 13px;line-height: 28px;}
	.header-navshow-content .header-nav-prutlist .content .more a i{font-size: 15px;line-height:24px;}
}
@media screen and (max-width: 1099px) {
	.header-navshow-content dl dd data a{line-height:25px;width: 100%;}
	.header-navshow-content .header-nav-prutlist .content dl dd h2{font-size:14px}
}
/* menu */
.mheader-nav {z-index: 399!important;}
.menu-toggle {display: none;overflow: hidden;}
.menu-toggle a {display: inline-block;vertical-align: middle;box-sizing: border-box;width: 60%;margin-top: -3px;}
.cd-nav-trigger {display: inline-block;position: relative;}
.menu-toggle i:before {display: inline-block;vertical-align: middle;color: #000;font-size: 1.6rem;}
.menu-toggle span.hamburger,.menu-toggle span.hamburger:after,.menu-toggle span.hamburger:before {content:"";display:block;width:100%;height:2px;background:#333;position:absolute;top:50%;margin-top:-2px;left:50%;margin-left:-50%;-webkit-transition:transform 0.3s cubic-bezier(0.600,0.000,0.200,1.000);transition:transform 0.3s cubic-bezier(0.600,0.000,0.200,1.000);-webkit-transition-timing-function:cubic-bezier(0.600,0.000,0.200,1.000);transition-timing-function:cubic-bezier(0.600,0.000,0.200,1.000);transition-delay:0.15s;}
.menu-toggle span.hamburger:after {margin-top:-6px;top:0;transition-delay:0.27s;}
.menu-toggle span.hamburger:before {margin-top:6px;top:0;transition-delay:0.2s;}
.menu-toggle span.cross {display: inline-block;vertical-align: middle;position: relative;width: 100%;height: 100%;position: absolute;left: 0;top: 0;overflow: hidden;}
.menu-toggle span.cross:before,.menu-toggle span.cross:after {content:"";display:block;width:100%;height:2px;background:#333;position:absolute;top:50%;margin-top:0;left:50%;margin-left:-50%;-webkit-transform:translateY(-7rem) translateX(-7rem) rotate(45deg);transform:translateY(-7rem) translateX(-7rem) rotate(45deg);transition-delay:0.12s;transition: all .3s}
.menu-toggle span.cross:after {transition-delay:0s;-webkit-transform:translateY(7rem) translateX(-7rem) rotate(-45deg);transform:translateY(7rem) translateX(-7rem) rotate(-45deg);}
.menu-toggle span.cross:after {-webkit-transform:translateY(-7rem) translateX(7rem) rotate(-45deg);transform:translateY(-7rem) translateX(7rem) rotate(-45deg);}
.header.scroll-down .menu-toggle span.hamburger,.header.scroll-down .menu-toggle span.hamburger:after,.header.scroll-down .menu-toggle span.hamburger:before,.header.scroll-down .menu-toggle span.cross:before,.header.scroll-down .menu-toggle span.cross:after{background: #000}
 /*mobile*/
.no-touch .menu-toggle span.hamburger,.no-touch .menu-toggle span.hamburger:after,.no-touch .menu-toggle span.hamburger:before {-webkit-transform:translateX(7rem);transform:translateX(7rem);transition-delay:0.12s;}
.no-touch .menu-toggle span.hamburger:after {transition-delay:0s;}
.no-touch .menu-toggle span.hamburger:before {transition-delay:0.07s;}
.no-touch .menu-toggle span.cross:before {transition-delay:0.12s;-webkit-transform:rotate(45deg);transform:rotate(45deg);}
.no-touch .menu-toggle span.cross:after {transition-delay:0.24s;-webkit-transform:rotate(-45deg) !important;transform:rotate(-45deg) !important;}
.menu-toggle span.hamburger {display: inline-block;vertical-align: middle;position: relative;left: auto;margin: 0;top: auto;} 
.menu-toggle .menu-text {display: inline-block;vertical-align: middle;margin-left: .4rem;position: relative;overflow: hidden;z-index: 11;}
.menu-toggle em {font-style: normal;color: #fff;display: block;}
.menu-toggle em:last-child {position: absolute;left: 0;top:0;opacity: 0;transform: translateY(100%);}
.no-touch .menu-toggle em:first-child {transform: translateY(-100%);}
.no-touch .menu-toggle em:last-child {transform: translateY(0);opacity: 1;} 

.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;}
}

.comm-title{display:block;position: relative;}
.center{text-align: center;}
.comm-title h2{font-size: 20px;color: #02a943;margin-bottom: 20px;display:block;}
.comm-title h1{font-size: 50px;line-height: 1;display:block;padding-top: 20px;padding-bottom: 20px;}
.comm-title p{font-size: 20px;line-height: 1.2;font-weight: 400}
.comm-padding{padding-top: 100px;padding-bottom: 100px;overflow: hidden;position: relative;z-index: 20;}
@media screen and (max-width: 1499px) {
	.comm-padding{padding-top: 70px;padding-bottom: 70px}
	.comm-title h1{font-size: 40px;}
	.comm-title p{font-size:18px;}
}
@media screen and (max-width: 1199px) {
	.comm-padding{padding-top: 50px;padding-bottom: 50px}
	.comm-title h1{font-size: 30px;}
	.comm-title h2{font-size: 18px;margin-bottom: 15px}
	.comm-title p{font-size:16px;font-weight: 300;}
}
@media screen and (max-width:991px) {
	.comm-padding{padding-top: 30px;padding-bottom: 30px}
	.comm-title h1{font-size: 25px;}
	.comm-title h2{font-size: 15px;margin-bottom:5px}
	.comm-title p{font-size:15px;}
}
@media screen and (max-width:767px) {
	.comm-title h1{font-size: 20px;}
	.comm-title p{font-size:14px;}
}
/* index */
.index-banner {width: 100%;max-height: 100vh;overflow: hidden;background:#000;}
.index-banner-content {width: 100%;height: 100%;}
.index-banner-swiper {width: 100%;height: 100%;position: relative;} 
.index-banner-swiper .swiper-slide-active .img {animation: srmgani 6000ms 1 ease forwards;}
.index-banner-swiper .swiper-slide .img {background:#000;}
.index-banner-swiper .swiper-slide .img img{opacity: 0.5;height: 100vh;object-fit: cover}
@keyframes srmgani{0%{transform:scale(1.05);} 100%{transform:scale(1.0);}}
.index-banner-item {position: relative;overflow: hidden;height: 100%}
.index-banner-item .video {position: relative;width: 100%;z-index: 5;background:#000;}
.index-banner-item .video video {display: block;width: 100%;height: 100vh;object-fit: cover;opacity: 0.5;}
.index-banner-item .text{width: 100%;position: absolute;left: 0;top: 55%;transform: translateY(-50%);z-index: 10;color: #fff;text-align:center;padding: 0 22%}
.index-banner-item .title-1,.index-banner-item .title-2,.index-banner-item .title-3,.index-banner-item .text-4,.index-banner-item .title-4 {overflow: hidden;}
.index-banner-item .title-1 div,.index-banner-item .title-2 div,.index-banner-item .title-3 div,.index-banner-item .text-4 div,.index-banner-item .title-4 div,.index-banner-item .text-5 div{opacity: 0;transform:translateY(200px);transition: opacity 1s linear,transform 1s cubic-bezier(.215,.61,.355,1);}
.index-banner-item .title-1 h2{font-size: 25px;line-height:50px;margin: 0;}
.index-banner-item .title-2 h1{font-size: 60px;line-height:70px;}
.index-banner-item .title-3 {padding-top: 20px} 
.index-banner-item .title-3 h1{font-size: 70px;position:relative;display: inline-block;}
.index-banner-item .title-4 {font-weight:500;color: #ed6e2b;}
.index-banner-item .text-4 {margin-top: 3%;}
.index-banner-item .text-4 h2{font-size: 16px;line-height:32px;width: 55%} 
.index-banner-item .text-5 {margin-top:6%;}
.index-banner-item .text-5 .viewmore a{color: #fff;border-radius: 5px;padding: 15px 50px;background: #2c4889;line-height: 20px;font-size: 15px;box-shadow: 0 15px 15px -13px #00000080;text-transform: uppercase;}
.index-banner-item .text-5 .viewmore a i{display: inline-block;vertical-align: top;transition:all .3s;line-height: 20px;margin-left: 8px;font-size: 13px}
.index-banner-item .text-5 .viewmore a:hover{background: #02a943}
.index-banner-item .text-5 .viewmore a:hover i{margin-left:15px;}
.index-banner-swiper .swiper-slide .title-1 div{transition-delay: .1s;}
.index-banner-swiper .swiper-slide .title-2 div{transition-delay: .1s;}
.index-banner-swiper .swiper-slide .title-3 div,.index-banner-swiper .swiper-slide .title-4 div{transition-delay: .2s;}
.index-banner-swiper .swiper-slide .text-4 div{transition-delay: .3s;}
.index-banner-swiper .swiper-slide .text-5 div,.index-banner-swiper .swiper-slide .viewmore{transition-delay: .4s;}
.index-banner-swiper .swiper-slide-active .title-1 div,.index-banner-swiper .swiper-slide-active .title-2 div,.index-banner-swiper .swiper-slide-active .title-3 div,.index-banner-swiper .swiper-slide-active .viewmore,.index-banner-swiper .swiper-slide-active .text-5 div,.index-banner-swiper .swiper-slide-active .title-4 div,.index-banner-swiper .swiper-slide-active .text-4 div{transform: translateY(0px);opacity: 1;}
.index-banner .index-banner-swiper{position: relative;}
.index-banner .scrolldown-1 {position:absolute ;right: 3%;bottom:10%;width: 22px;z-index: 11;}
.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: 0;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 .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 .swiper-button-prev:after,.index-banner-swiper .swiper-button-next:after{color: #fff;font-size: 30px}
.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 5s linear forwards;}
.index-banner-swiper .banner-pagination span.swiper-pagination-bullet-active:first-child .right-circle {animation:circleright 5s linear forwards;}
@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: 1699px) {
	.index-banner-item .title-3 h1{font-size: 50px;}
}
@media screen and (max-width: 1599px) {

}
@media screen and (max-width: 1499px) {
	.index-banner-item .title-1 h1{font-size: 25px;line-height:40px}
	.index-banner-item .title-2 h1{font-size: 60px;line-height:70px}
	.index-banner-item .title-3 h1{font-size: 40px}
	.index-banner-item .text-4 h2{font-size: 18px;line-height:28px;} 
}

@media screen and (max-width: 1299px) {

	.index-banner-item .title-1 h1{font-size: 20px;line-height:30px}
	.index-banner-item .title-2 h1{font-size: 40px;line-height:50px}
	.index-banner-item .title-3{padding-top: 10px}
	.index-banner-item .title-3 h1{font-size: 30px}
	.index-banner-item .title-3 h1:after{bottom: 2px;height: 4px;}
	.index-banner-item .text-4 h2{font-size: 16px;line-height:24px;} 
}
@media screen and (max-width: 1199px) {
	.index-banner-item .video:after,.index-banner .img:after{height:550px;content:'';display:block}
	.postfix{height: 550px}
	.index-banner-item .video video,.index-banner .img img{position:absolute;left:50%;height:100%;width:auto;max-width:initial;top:0;-moz-transform: translateX(-50%);-ms-transform: translateX(-50%); -webkit-transform: translateX(-50%);transform: translateX(-50%);}
	.index-banner-item .text-5 .viewmore a{padding: 10px 30px;font-size: 14px}
	.index-banner-item .text-5 .viewmore a i{font-size: 12px}
	.index-banner-item .text{top: 28%}
}
@media screen and (max-width:991px) {
	.index-banner-item .video:after,.index-banner .img:after{height:550px;}
}

@media screen and (max-width: 767px) {
	.index-banner .scrolldown-1 {display: none}
	.index-banner-item .video:after,.index-banner .img:after{height:450px;}
	.postfix{height: 400px}
	.index-banner-item .text{top: 24%}
	.index-banner-item .title-1 h1{font-size:16px;line-height:25px}
	.index-banner-item .title-1 h2{font-size:18px;}
	.index-banner-item .title-2 h1{font-size: 25px;line-height:45px}
	.index-banner-item .title-3 h1{font-size: 25px}
	.index-banner-item .text-4 h2{font-size: 14px;line-height:22px;width:auto} 
	.banner-swiper-ctrl {bottom: 60%}
	.progress-bar-1 {width: 160px;}
	.img-block.imgwh.mbshow.mbt{margin-top:18rem;}
	.index-banner-item .text-5 .viewmore a{padding: 6px 20px;font-size: 13px}
	.index-banner-item .text-5 .viewmore a i{font-size: 10px;line-height: 23px}
}
@media screen and (max-width: 576px) {
	.banner-swiper-ctrl {bottom: 59%}
}
.inner-banner{display: block;position: relative;overflow: hidden;margin-top: 140px}
.inner-banner .banner-contents{display: block;position: absolute;height: 100%;width: 100%;left: 0;top:100px;z-index: 50;}
.inner-banner .banner-contents .local{display: block;color:#fff;}
.inner-banner .banner-contents .local a{color:#fff;text-decoration: underline;font-size: 14px;line-height: 30px;}
.inner-banner .banner-contents .local a:hover{text-decoration: none}
.inner-banner .banner-contents .local i{display: inline-block;line-height: 30px;margin:0 10px;color:#ffffff60;font-size: 11px}
.inner-banner .banner-contents .text{display: block;margin-top: 7%;}
.inner-banner .banner-contents .text h1{color:#fff;font-size: 50px;font-weight:500;text-transform:uppercase;}
.inner-banner .banner-contents .text h4{color: #ffffff90;font-size:20px;display: block;margin-top: 20px;font-weight: 300}
.inner-banner .bgimg{display: block;background:#000;}
.inner-banner .bgimg img{width: 100%;opacity: 0.5;}
.inner-banner .banner-contents .text .arror_scroll {display: inline-block;cursor: pointer;margin-top: 5%}
.inner-banner .banner-contents .text .arror_scroll i{font-size:24px;color: #ffffff60; display: inline-block;-webkit-animation: rotateplane 1.2s infinite ease-in-out;animation: rotateplane 1.2s infinite ease-in-out;}
@keyframes rotateplane {
	0% {-webkit-transform: translateY(0);transform: translateY(0); }
	50% {-webkit-transform: translateY(20px);transform: translateY(20px); }
	100% {-webkit-transform: translateY(0);transform: translateY(0); } 
}
@media screen and (max-width: 1699px) {
	.inner-banner .banner-contents{top:90px;}
	.inner-banner .banner-contents .text{margin-top: 6%;}
}
@media screen and (max-width: 1499px) {
	.inner-banner .banner-contents{top:80px;}
	.inner-banner .banner-contents .text h1{font-size: 40px;}
	.inner-banner .banner-contents .text h4{font-size: 18px}
}
@media screen and (max-width: 1299px) {
	.inner-banner .banner-contents .text{margin-top: 60px;}
	.inner-banner .banner-contents .text h1{font-size: 30px;}
	.inner-banner .banner-contents .text h4{font-size: 16px}
	.inner-banner .bgimg:after{height:390px;content:'';display:block}
	.inner-banner .bgimg img{position:absolute;left:50%;height:100%;width:auto;max-width:initial;top:0;-moz-transform: translateX(-50%);-ms-transform: translateX(-50%); -webkit-transform: translateX(-50%);transform: translateX(-50%);}
}
@media screen and (max-width: 991px) {
	.inner-banner .bgimg:after{height:320px;}
	.inner-banner .banner-contents .local a{font-size: 13px;line-height: 20px}
	.inner-banner .banner-contents .local i{line-height: 20px;font-size: 10px}
	.inner-banner .banner-contents .text{margin-top: 40px;}
	.inner-banner .banner-contents .text h1{font-size: 25px;}
	.inner-banner .banner-contents .text h4{font-size: 14px}
}

.home-product{background:linear-gradient(90deg,#e0e2e3,#fafafa,#fafafa,#e0e2e3);}
.home-product .comm-title{z-index: 5;}
.home-product .comm-title h1,.home-product .comm-title p{color: #fff;}
.home-product .row:first-child{background: #252525;padding-top: 80px;padding-bottom: 180px;position: relative;}
.home-product .row > div{padding: 0}
.home-product .row > div:first-child{padding-right: 20%}
.home-product .row .rotate-img{position: absolute;left: 0;top: 0;transform: translate(-50%,-50%);height: 180%;opacity: 0.05;display:inline-block;animation:rotatephoto 30s linear forwards;animation-iteration-count: infinite;z-index: 0;}
.home-product > .row .rotate-img img{height: 100%}
@keyframes rotatephoto{0% {transform: translate(-50%,-50%) rotate(0);} 100% {transform: translate(-50%,-50%) rotate(360deg);}}
.home-product .swiper-button-next,.home-product .swiper-button-prev{width: 50px;height: 50px;line-height: 50px;border:1px #ffffff40 solid;display:inline-block;text-align:center;border-radius: 50%;transition:all .3s}
.home-product .swiper-button-next{right: 0}
.home-product .swiper-button-prev{right: 70px;left: auto}
.home-product .swiper-button-next:after,.home-product .swiper-button-prev:after{font-size: 14px;color: #ffffff40;font-weight: bold;transition:all .3s;}
.home-product .swiper-button-next:hover,.home-product .swiper-button-prev:hover{border-color: #fffffff0;}
.home-product .swiper-button-next:hover:after,.home-product .swiper-button-prev:hover:after{color: #ffffffa0}
.home-product .home-prut-swiper{margin-top: -100px;position: relative;z-index: 1;border-bottom: 4px #ddd solid;padding-bottom: 80px}
.home-product .home-prut-swiper dl a{padding: 30px;display:block;background: #fff;clip-path:polygon(0 0, 100% 0, 100% 80%, 80% 100%, 0 100%);}
.home-product .home-prut-swiper dl a > i{position: relative;padding-left: 25px;font-style: normal;font-family: 'poppinssb';font-size: 15px;line-height: 15px;color: #aaa}
.home-product .home-prut-swiper dl a > i:after{content: '';position: absolute;left: 0;bottom: 5px;width:25px;height: 1px;background: #aaa}
.home-product .home-prut-swiper dl dt{display:block;}
.home-product .home-prut-swiper dl dt img{width: 100%}
.home-product .home-prut-swiper dl a dd{display:block;}
.home-product .home-prut-swiper dl a dd h1{display:block;font-size: 22px;margin-top: 20px;margin-bottom: 30px}
.home-product .home-prut-swiper dl a dd span{display:inline-block;background: #2c4889;color: #fff;width: 40px;height: 40px;font-size: 20px;text-transform: uppercase;transition:all .3s;text-align:center;line-height: 45px}
.home-product .home-prut-swiper dl a:hover dd span{background: #02a943}
@media screen and (max-width: 767px) {
	.home-product .row > div:first-child{padding-right: 0}
	.home-product .row > div:last-child{margin-top: 50px;}
	.home-product .row:first-child{padding-top:50px;padding-bottom: 150px}
	.home-product .swiper-button-next,.home-product .swiper-button-prev{width: 40px;height:40px;line-height:40px;}
	.home-product .swiper-button-next{right: auto;left: 50px}
	.home-product .swiper-button-prev{left: 0;right: auto;}
	.home-product .home-prut-swiper dl a{padding: 25px;clip-path:polygon(0 0, 100% 0, 100% 90%, 90% 100%, 0 100%);}
	.home-product .home-prut-swiper dl a dd h1{font-size: 18px;margin-top: 15px;margin-bottom: 20px}
	.home-product .home-prut-swiper dl a dd span{width: 30px;height: 30px;font-size: 16px;line-height: 35px}
}
.home-about{background:linear-gradient(90deg,#e0e2e3,#fafafa,#fafafa,#e0e2e3);padding-top: 120px;padding-bottom: 120px;overflow: hidden;}
.home-about .row > div{padding: 0}
.home-about .row > div:first-child{padding-right: 80px;}
.home-about .row > div:last-child{padding-left: 50px;padding-top: 50px}
.home-about .about-img{position: relative;padding-top: 50px;}
.home-about .about-img a i{position: absolute;font-size:35px;background:#ffffffd0;color:#333;padding:25px;border-radius:50%;display: inline-block;left: calc(50% + 50px);top: 50%;transform: translate(-50%,-50%);z-index: 10;transition: all .3s;cursor: pointer;}
.home-about .about-img a:hover i{background: #2c4889;color: #fff}
.home-about .about-img img{width: 100%;position: relative;z-index: 5;left: 50px;top: 0}
.home-about .about-img div{display:block;position: relative;padding-bottom: 50px;}
.home-about .about-img div:after{content: '';position: absolute;left: 50px;bottom:50px;border-left: 0 solid transparent; border-right: 60px solid transparent; border-bottom:60px solid #2c4889;z-index: 5;}
.home-about .about-img:after,.home-about .about-img:before{content: '';width: 100%;height: 100%;position: absolute;left: 0;top: 0;border:1px #ddd solid;}
.home-about .about-img:before{height: 32%;background: #2c4889;top: auto;bottom: 0;z-index: 2;border:none;}
.home-about .about-intro .content{display: block;margin-bottom:40px;margin-top: 30px}
.home-about .about-intro .content p{font-size: 15px;line-height: 1.7}
.home-about .num-block{display:block;font-size: 0;margin-top: 80px}
.home-about .num-block dl{width: 23.5%;display: inline-block;margin-right: 2%}
.home-about .num-block dl:last-child{margin-right: 0}
.home-about .num-block dl dt{font-size: 45px;line-height: 60px;color: #ddd;display: block;line-height: 40px;height: 160px;background: #fff;padding: 20px;box-shadow: 0 15px 15px -15px #00000010;}
.home-about .num-block dl dt.icon-build{font-size: 40px}
.home-about .num-block dl dt.icon-a{font-size: 35px}
.home-about .num-block dl dd{display: block;margin-top: -35px;text-align:right;padding-right: 30px}
.home-about .num-block dl dd span{font-size:70px;font-weight:500;line-height: 55px}
.home-about .num-block dl dd sup{font-size: 15px;left: 5px;top:-40px}
.home-about .num-block dl dd p{display: block;font-size: 18px;margin-top: 10px}
.home-about .about-intro .more{display: block;margin-top: 30px}
.home-about .about-intro .more a{background:#2c4889;color: #fff;font-size: 14px;line-height: 20px;padding:12px 40px;display: inline-block;text-transform: uppercase;box-shadow: 0 15px 15px -13px #00000090;}
.home-about .about-intro .more a i{font-size: 20px;display: inline-block;line-height: 16px;vertical-align: top;margin-right: 5px;transition: all .3s}
.home-about .about-intro .more a:hover{background:#02a943;}
.home-about .about-intro .more a:hover i{margin-right: 15px}
@media(max-width:1499px){
	.home-about{padding-top:100px;padding-bottom: 80px}
}
@media screen and (max-width: 1399px) {
	.home-about .about-intro .content{margin-top: 40px}
	.home-about .num-block{margin-top: 40px}
	.home-about .num-block dl dd span{font-size:40px;}
}
@media screen and (max-width: 1199px) {
    .home-about{padding-top:80px;padding-bottom: 60px}    
	.home-about .about-intro .content{margin-top: 30px}
	.home-about .num-block{margin-top: 30px}
	.home-about .num-block dl dd span{font-size:30px;}
	.home-about .num-block dl dd sup{top:-10px}
	.home-about .about-intro .more{margin-top: 15px}
	.home-about .about-intro .more a{font-size: 14px;line-height: 18px;padding:10px 30px;}
	.home-about .about-intro .content p,.home-about .num-block dl dd p{font-size: 14px}
}
@media screen and (max-width: 991px) {
    .home-about{padding-top:40px;padding-bottom: 20px}
    .home-about .content{font-size: 14px;line-height: 22px;}
    .home-about .more{padding-top: 10px;padding-bottom:20px;}
    .home-about .more a{padding:10px 35px;font-size: 13px;}

	.home-about .about-intro .content{margin-top: 15px}
	.home-about .about-intro .content p,.home-about .num-block dl dd p{font-size: 13px}
	.home-about .about-img a i{font-size:25px;}
	.home-about .num-block{margin-top: 0;padding-bottom: 20px;}
	.home-about .num-block dl dd sup{font-size: 13px;top:-8px}
	.home-about .about-intro .more{margin-top: 0}
	.home-about .row > div:first-child{padding-right: 0px}
	.home-about .row > div:last-child{padding-top: 50px;padding-left: 0}	
	.home-about .about-intro .more a{font-size: 13px;line-height: 16px;padding:8px 22px;}
	.home-about .about-intro .more a i{font-size: 16px;line-height: 16px;}
}
@media screen and (max-width: 767px) {
	.home-about .content{font-size: 13px;line-height: 18px;padding:15px 0;}
	.home-about .row > div:first-child{padding-right: 50px;}
	.home-about .row > div:last-child{padding-top: 30px}
	.home-about .about-img{position: relative;padding-top:30px;}
	.home-about .about-img img{left: 30px}
	.home-about .about-intro .content{margin-top:0;margin-bottom: 0}
	.home-about .num-block dl{width: 49%;}
	.home-about .num-block dl:nth-child(2n){margin-right: 0}
	.home-about .num-block dl dt{line-height: 40px;height: 100px;}
	.home-about .num-block dl dd{margin-top: -45px}
	.home-about .num-block dl dd p{margin-bottom: 10px;margin-top: 0}
}

@media(max-width:576px){
    .home-about .more a{padding:8px 30px;font-size: 12px;}
    .home-about .content{font-size: 13px;line-height: 18px;padding:15px 0;}
}

.uw-index-about-video{background: #000;position: fixed;left: 0;top: 0;z-index: 1999;width: 100%;height: 100%;transform:translateY(0);display: block;transition:all .4s ease;z-index: 1400;}
.uw-index-about-video.cur {display: block;transform:translateY(-100%);}
.uw-index-about-video video{position: absolute;width: 100%;height: 100%;margin: auto;left: 0;top: 0;}
.uw-close {cursor: pointer; position: absolute; width: 40px; height: 40px;right:2%; top: 3%;transition-duration: 0.5s;z-index: 1000;}
.uw-close i{color: #fff;font-size: 25px;opacity: 0.8;}
.uw-close:hover i{opacity: 1;}

.home-applicaiton-list{position: relative;background:#fff;z-index: 50;font-size: 0;padding-top: 30px}
.home-applicaiton-list dl{background: #fff;padding:0;width: 49%;margin-right: 2%;padding-bottom: 2%;}
.home-applicaiton-list dl:nth-child(2){margin-right: 0}
.home-applicaiton-list dl:nth-child(n+3){width:32%;margin-right: 2%;padding-bottom: 0}
.home-applicaiton-list dl:last-child{margin-right: 0}
.home-applicaiton-list dl a{display: block;position: relative;overflow: hidden;}
/*.home-applicaiton-list dl a:after{content: '';position: absolute;right: 0;bottom: 0;border-left:70px solid transparent; border-right: 0px solid transparent; border-bottom:70px solid #fff;}*/
.home-applicaiton-list dl a dt {display: block;position: relative;overflow: hidden;background: #000;box-shadow: 0 15px 15px -15px #00000030;}
.home-applicaiton-list dl a dt img{width: 100%;transition:all .8s;opacity: 0.8;object-fit:cover;}
.home-applicaiton-list dl a:hover dt img{transform:scale(1.08);opacity: 0.5;}
.home-applicaiton-list dl a dd{display: block;padding: 25px;background:#ffffffa0;position: absolute;left: 50px;bottom: 90px;width:calc(100% - 100px);clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%);}
.home-applicaiton-list dl:nth-child(n+3) a dd{left: 40px;bottom: 80px;width:calc(100% - 80px);}
.home-applicaiton-list dl a dd h1{font-size: 22px;font-weight:500;display: block;margin-bottom: 15px}
.home-applicaiton-list dl a dd p{font-size: 14px;line-height: 22px; display: -webkit-box; overflow: hidden;text-overflow: ellipsis; word-wrap: break-word;white-space: normal !important; -webkit-line-clamp: 2;-webkit-box-orient: vertical;height:44px;margin-bottom: 20px;color: #222}
.home-applicaiton-list dl a i{width: 40px;height: 40px;display:inline-block;text-align: center;line-height:40px;background:#2c4889;transition:all .3s;font-size: 20px;color: #fff;position: relative;bottom: 70px;left: 75px}
.home-applicaiton-list dl:nth-child(n+3) a i{bottom: 60px;left: 65px}
.home-applicaiton-list dl a:hover i{background: #02a943}
@media screen and (max-width:1399px) {
	.home-applicaiton-list-list{padding-left: 3%;}
	.home-applicaiton-list dl a dd h1{font-size: 20px;}
}
@media screen and (max-width:1199px) {
	.home-applicaiton-list .sroll-project .swiper-button-prev,.home-applicaiton-list .sroll-project .swiper-button-next{width: 48px;height: 48px;}
	.home-applicaiton-list .sroll-project .swiper-button-prev i,.home-applicaiton-list .sroll-project .swiper-button-next i{font-size: 28px;line-height:48px;}
	.home-applicaiton-list .sroll-project .swiper-button-prev{right: 65px}
	.home-applicaiton-list dl dd{padding: 20px}
	.home-applicaiton-list dl dd a h1{font-size: 18px;}
	.home-applicaiton-list dl dd ul li,.home-applicaiton-list dl dd ul li i{line-height: 20px}
}
@media screen and (max-width: 991px) {
	.home-applicaiton-list dl{padding-bottom: 0}
	.home-applicaiton-list dl:nth-child(n+3){width:49%;}
	.home-applicaiton-list dl:nth-child(2n){margin-right: 0}
	.home-applicaiton-list dl a dd{padding: 20px;left: 30px;bottom: 60px;width:calc(100% - 60px);}
	.home-applicaiton-list dl:nth-child(n+3) a dd{left: 30px;bottom: 60px;width:calc(100% - 60px);}
	.home-applicaiton-list dl a i{width: 30px;height: 30px;line-height:30px;font-size: 16px;bottom: 50px;left: 45px}
	.home-applicaiton-list dl:nth-child(n+3) a i{bottom: 50px;left: 45px}
}
@media screen and (max-width: 767px) {	
	.home-applicaiton-list dl dd p{font-size: 13px;}
	.home-applicaiton-list .row > div.sroll-project{padding-top: 30px;}
	.home-applicaiton-list .sroll-project .swiper-button-prev,.home-applicaiton-list .sroll-project .swiper-button-next{left: 50px;width: 40px;height: 40px;right: auto;top: 38px}
	.home-applicaiton-list .sroll-project .swiper-button-prev i,.home-applicaiton-list .sroll-project .swiper-button-next i{font-size: 25px;line-height:40px;}
	.home-applicaiton-list .sroll-project .swiper-button-prev{left: 0;right: auto;}
	.home-applicaiton-list dl,.home-applicaiton-list dl:nth-child(n+3){width: 100%;margin-right: 0}
}

.home-whyus{background: url(../images/whychoose.webp) no-repeat center;background-size: cover;padding-top: 150px;padding-bottom: 150px;}
.home-whyus .row > div{padding: 0}
.home-whyus .comm-title h1{color: #fff}
.home-whyus .content p{display:block;margin-bottom: 30px;color: #fff;font-size: 0}
.home-whyus .content p i{display:inline-block;margin-right: 5px;font-size:20px;vertical-align: top;width: 30px;line-height: 30px}
.home-whyus .content p span{display:inline-block;vertical-align: top;font-size:20px;width: calc(100% - 35px)}
.home-whyus .content a{display:inline-block;background: #2c4889;color: #fff;font-size: 14px;line-height: 40px;padding:2px 40px;margin-top: 30px;box-shadow: 0 15px 15px -13px #00000090;text-transform: uppercase;}
.home-whyus .content a i{display:inline-block;vertical-align: top;line-height: 36px;font-size: 22px;margin-right: 10px;transition:all .3s;}
.home-whyus .content a:hover{background: #02a943}
.home-whyus .content a:hover i{margin-right: 15px}
@media screen and (max-width:1399px) {
	.home-whyus{padding-top: 120px;padding-bottom: 120px;}
	.home-whyus .content p{margin-bottom: 25px}
	.home-whyus .content p i{font-size: 18px}
	.home-whyus .content p span{font-size:18px;}
}
@media screen and (max-width:1199px) {
	.home-whyus{padding-top: 100px;padding-bottom: 100px;}
	.home-whyus .content p{margin-bottom: 15px}
	.home-whyus .content p i{font-size: 16px}
	.home-whyus .content p span{font-size:16px;}
}
@media screen and (max-width:991px) {
	.home-whyus{padding-top: 80px;padding-bottom: 80px;}
	.home-whyus .content p i{font-size: 15px}
	.home-whyus .content p span{font-size:15px;}
}
@media screen and (max-width:767px) {
	.home-whyus{padding-top: 60px;padding-bottom: 60px;}
}
.home-news .list{padding-top: 50px;padding-bottom: 60px}
.home-news .list dl a{display: block;}
.home-news .list dl a dt{display: block;overflow: hidden;box-shadow: 0 15px 15px -13px #00000090;background: #000;}
.home-news .list dl a dt img{width: 100%;transition: all .3s;aspect-ratio:3/2.2;object-fit:cover;}
.home-news .list dl a:hover dt img{transform: scale(1.05);}
.home-news .list dl a dt div{display: block;background-size: cover;background-repeat: no-repeat;background-position: center center;transition:all .3s;opacity: 0.9}
.home-news .list dl a dt div img {max-width: 100%;max-height:100%;}
.home-news .list dl a:hover dt div{transform:scale(1.05);opacity:1}
.home-news .list dl a dd{display: block;padding-top: 40px}
.home-news .list dl a dd h1{font-size: 20px;display: -webkit-box;margin-bottom: 20px;line-height:25px;height:50px;text-overflow: ellipsis;word-wrap: break-word;white-space: normal !important;-webkit-line-clamp: 2; -webkit-box-orient: vertical;overflow: hidden;}
.home-news .list dl a dd em{font-size: 14px;color: #bbb;display: block;margin-bottom: 10px;font-style: normal;line-height:20px;}
.home-news .list dl a dd em i{font-size: 18px;line-height:18px;display: inline-block;vertical-align: top;margin-right: 5px}
.home-news .list dl a dd p{display: block;font-size: 15px;color: #888;line-height:25px;height: 50px;overflow: hidden;margin-bottom: 60px}
.home-news .list dl a dd span{display: inline-block;background: #2c4889;color: #fff;width: 40px;height: 40px;transition:all .3s;font-size: 20px;text-align:center;line-height: 46px;margin-bottom: 0}
.home-news .list dl a:hover dd span{background: #02a943}
.home-news-bottom a{display: inline-block;font-size: 14px;line-height: 20px;padding:12px 40px;background: #2c4889;color: #fff;box-shadow: 0 15px 15px -13px #00000090;transition:all .3s;text-transform: uppercase;}
.home-news-bottom a i{display:inline-block;margin-left: 10px;transition:all .3s;font-size: 15px}
.home-news-bottom a:hover{background: #02a943;}
.home-news-bottom a:hover i{margin-left: 18px}

@media screen and (max-width: 1199px) {
	.home-news .list dl a dd h1{font-size: 20px;line-height: 30px}
	.home-news.comm-padding{padding-bottom: 40px}
	.home-news .list{padding-top: 30px;padding-bottom: 30px}
}

@media screen and (max-width: 991px) {
	.home-news .list dl a dd h1{font-size: 18px;line-height: 28px}
	.home-news .list{padding-top: 30px;padding-bottom: 30px}
	.home-news .list dl a dd p{font-size: 14px;line-height: 22px;height: 44px;margin-bottom: 40px}
}

@media screen and (max-width:767px) {	
	.home-news.comm-padding{padding-bottom: 40px}
	.home-news .list{padding-top: 5px;padding-bottom: 20px}
	.home-news .list dl a dd span{font-size: 14px}
	.home-news .list dl a dd span i{font-size: 11px;}
	.home-news .list dl a dd h1{font-size: 16px;line-height: 26px}
	.home-news .list dl a dd p{margin-bottom: 30px}
}
.home-news .swiper-wrapper{padding-top: 80px}
.home-news .swiper-pagination{text-align: center;bottom: auto;top:44px;width: auto;display:inline-block;left: 50%;transform: translateX(-50%);font-size: 18px;color: #999}
.home-news .swiper-pagination .swiper-pagination-current{color: #333;font-weight:500;}
.home-news .swiper-button-prev:after,.home-news .swiper-button-next:after{font-size: 15px;line-height:60px;display: block;color: #fff;transition:all .3s;}
.home-news .swiper-button-prev,.home-news .swiper-button-next{bottom: auto;top: 50px;right: 43%;height: 60px;width: 60px;border-radius: 50%;line-height: 60px;background:#00000020;transition:all .3s;display: block;text-align: center;}
.home-news .swiper-button-prev:hover,.home-news .swiper-button-next:hover{background:#2c4889}
.home-news .swiper-button-prev{left: 43%;right: auto}
.home-news-bottom{text-align: center;padding-top: 10px;display: block;}
@media screen and (max-width: 1599px) {
	.home-news .swiper-button-next{right: 42%;}
	.home-news .swiper-button-prev{left: 42%;}
}
@media screen and (max-width: 1199px) {
	.home-news .swiper-button-next{right: 40%;}
	.home-news .swiper-button-prev{left: 40%;}
}
@media screen and (max-width: 991px) {
	.home-news .swiper-button-next{right: 38%;}
	.home-news .swiper-button-prev{left: 38%;}
}
@media screen and (max-width: 767px) {
	.home-news .swiper-button-prev,.home-news .swiper-button-next{top: 30px;}
	.home-news .swiper-button-next{right: 34%;}
	.home-news .swiper-button-prev{left: 34%;}
	.home-news .swiper-pagination{top:19px;}
	.home-news .swiper-button-prev:after,.home-news .swiper-button-next:after{font-size: 14px;line-height:50px;}
	.home-news .swiper-button-prev,.home-news .swiper-button-next{height: 50px;width: 50px;line-height: 50px;}
}
@media screen and (max-width: 576px) {
	.home-news .swiper-button-next{right: 28%;}
	.home-news .swiper-button-prev{left: 28%;}
}

.home-contact.comm-padding{padding-top: 60px;padding-bottom:20px;}
.home-contact.gray{background:#f8f8f8;}
.home-contact{position: relative;z-index: 50;background:#fff;}
.home-contact > .title{display: block;font-size:16px;color:#999;padding:15px;padding-bottom: 5px}
.home-contact .row{padding-bottom: 5px}
.home-contact > .row{border-bottom: 1px #eee solid;}
.home-contact .row dl{display: block;width: 100%;padding:15px;font-size:0;position: relative;}
.home-contact .row dl a{display: block;width: 100%;font-size:0}
.home-contact .row dl dt{width:42px;display: inline-block;vertical-align: top;}
.home-contact .row dl dd{width:90%;display: inline-block;vertical-align: top;}
.home-contact .row dl:after{content:'';background: #2c4889;position: absolute;;left: 0;bottom:-8px;height: 3px;width: 0;transition: all .6s}
.home-contact .row dl:hover:after{width: 100%;transition: all .6s}
.home-contact .row dl dt i{display: inline-block;width: 30px;height: 30px;background: #333;color: #fff;text-align: center;line-height: 30px;border-radius:50%;vertical-align: top;font-size:15px}
.home-contact .row dl dd h1{display: block;font-size:18px;line-height: 30px;font-weight:500;}
.home-contact .row dl dd p{padding-top: 5px;color: #999;font-weight: normal;}
.home-contact .newsletter{padding: 40px 0}
.home-contact .newsletter .row{align-items: center;}
.home-contact .newsletter form div{padding:15px}
.home-contact .newsletter form div h1{font-size:20px;line-height: 30px;font-weight:500;margin-bottom: 5px}
.home-contact .newsletter form div p{color: #999}
.home-contact .newsletter form input{width: 100%;line-height: 46px;border-radius:6px;border:2px #666 solid;background: #fff;padding:0 10px;}
.home-contact .newsletter form button{background: #333;color: #fff;width: 100%;border-radius: 6px;line-height: 50px;height: 50px;border: none;font-size:18px;transition: all .3s;font-weight:500;}
.home-contact .newsletter form button:hover{background: #2c4889;color: #333}
@media screen and (max-width:1413px){
    .home-contact .row dl dd h1{font-size:16px;line-height: 20px;margin-top:18px}
}
@media screen and (max-width: 767px){
	.home-contact.comm-padding{padding-top:30px;}
	.home-contact .row dl{margin-bottom: 15px;}
	.home-contact .row dl dd{width: 80%;padding-bottom: 15px}
    .home-contact .row dl dd h1{font-size:17px;line-height: 25px;margin-top:1px}
    .home-contact .row dl:after{bottom:0;height: 2px;}
    .home-contact .newsletter form input{line-height: 40px;}
    .home-contact{padding-top:10px}
    .home-contact > .title{padding:0;padding-bottom: 5px}
    .home-contact .row dl{padding: 0;}
    .home-contact .newsletter form div{padding:10px 0}
    .home-contact .newsletter{padding: 20px 0}
}

.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{display:flex;width: 100%;white-space:nowrap}
.submenu ul li{flex: 1;text-align: center;}
.submenu ul li a{font-size: 20px;padding: 25px 0px;display:block;position: relative;}
.submenu ul li a:after{content: '';position: absolute;left: 0;top: 0;height: 100%;width: 100%;background: #2c4889;clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%);z-index: -1;opacity: 0;transition:all .3s;}
.submenu ul li.this a,.submenu ul li.this a:hover,.submenu ul li a:hover{color: #fff;}
.submenu ul li.this a:after,.submenu ul li a:hover:after{opacity: 1;}

.location{border-bottom: 1px #eee solid;line-height: 30px;padding-top: 150px;background:#f8f8f8;}
.location .container{padding-top: 15px;padding-bottom: 15px}
.location i{line-height: 30px;display: inline-block;font-size:18px;vertical-align: top;margin-right: 3px}
.location em{font-style:normal;line-height: 30px;}
.location a{margin:0 10px;display: inline-block;line-height:30px;}
.location span{padding-left: 8px}

.white-bg{background:#fff;padding:50px 0;box-shadow: 0 8px 16px 0 rgba(36, 36, 36, .06);}

.inner-about {padding-top: 80px;padding-bottom: 30px;overflow: hidden;}
.inner-about .overview{padding-top:50px;padding-bottom: 50px;display:block;}
.inner-about .overview p{font-size:20px;line-height: 1.5;display:block;margin:10px 0}
.inner-about .overview:last-child{padding-bottom: 20px}
.inner-about .overview:last-child .comm-title{padding-bottom: 25px}
.inner-about .moving-img{display: block;position: relative;z-index: 10;text-align: center;padding-top:80px;}
.inner-about .moving-img .compimg{display: block;padding-bottom: 50px}
.inner-about .moving-img .compimg video{width: 100%}

.inner-block {position: relative;overflow: hidden;padding-bottom: 80px}
.inner-block dl{padding:50px 10px;text-align: center;}
.inner-block dl:nth-child(2n+1){background:#f5f5f5;}
.inner-block dl dt{display:block;}
.inner-block dl dt i{display:block;font-size: 50px;line-height: 65px;}
.inner-block dl:first-child dt i{font-size:60px}
.inner-block dl dt h1{display:inline-block;font-size:50px}
.inner-block dl dt sup{display:inline-block;top: -20px;font-size: 20px;left: 5px}
.inner-block dl dd{font-size: 18px;display:block;}

.company-in-numbers-right{float: right;width: 50%;margin-top: 1%;}
.company-in-numbers {position: relative;padding-left: 4%;margin-bottom: 10%;overflow: hidden;float: left;width:40%;}
.company-in-numbers::before {content: '';width: 2px;height: 20%;position: absolute;left: 0;top: 0;background: #fdd000;z-index: 11;}
.company-in-numbers::after {content: '';width: 2px;height: 100%;position: absolute;left: 0;top: 0;background: #e8e8e8;}
.company-in-numbers .text{color: #404040;}
.company-in-numbers .date {font-weight:500;color: #404040;}
.company-in-numbers .date h1{display: inline-block;vertical-align: middle;font-size: 55px}
.company-in-numbers .date sub{display: inline-block;font-size: 50px;font-weight: 500}
.company-in-numbers:nth-child(1) {width: 90%;margin-bottom: 15%;}
.company-in-numbers:nth-child(2) {clear: left;margin-left: 23%;width: 35%;}
.company-in-numbers:nth-child(3) {width: auto;float: right;}

.inner-partner{background: url(../images/map.webp) no-repeat center;background-size: cover;}
.inner-partner .comm-title h1,.inner-partner .comm-title p{color: #fff}
.inner-partner .partner-list{display:block;font-size: 0;padding-top: 130px;width: 1200px;margin:0 auto;}
.inner-partner .partner-list dl{background-size: cover;display: inline-block;vertical-align: top;width:calc(100%/6);text-align: center;margin-top:-56px;}
.inner-partner .partner-list dl:nth-child(7){margin-left: 8.3%;}
.inner-partner .partner-list dl dt{display: block;position: relative;}
.inner-partner .partner-list dl dt img{width: 100%;}
.inner-partner .partner-list dl dt img.position{width: 70%;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.inner-partner .partner-list dl dd{display:block;font-size: 14px;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);opacity: 0;visibility: hidden;}
@media screen and (max-width: 1199px){
	.inner-partner .partner-list{padding-top: 100px;width: 100%}
	.inner-partner .partner-list dl{width:calc(100%/5);margin-top:-5.6%;}
	.inner-partner .partner-list dl:nth-child(7){margin-left: 0;}
	.inner-partner .partner-list dl:nth-child(6),.inner-partner .partner-list dl:nth-child(15){margin-left: 10%;}
}
@media screen and (max-width: 991px){
	.inner-partner .partner-list{padding-top: 50px;}
	.inner-partner .partner-list dl{width:calc(100%/4);margin-top:-7%;}
	.inner-partner .partner-list dl:nth-child(6),.inner-partner .partner-list dl:nth-child(15){margin-left: 0;}
	.inner-partner .partner-list dl:nth-child(5),.inner-partner .partner-list dl:nth-child(12){margin-left: 12.4%;}
}
.inner-culture{margin-left: -20px;margin-right: -20px}
.inner-culture dl{padding:20px;padding-top:0;position:relative;overflow: hidden;cursor: pointer;}
.inner-culture dl dt{display: block;position: relative;background: #000;overflow: hidden;}
.inner-culture dl:hover dt:after{opacity: 1;}
.inner-culture dl dt img{width: 100%;opacity: 0.65;transition: all 1s}
.inner-culture dl:hover img{transform: scale(1.08);opacity: 0.9;}
.inner-culture dl dd {display: block;padding:30px 40px;width: 100%;transition: all .3s;position: relative;}
.inner-culture dl dd:after{content: '';position: absolute;left: 0;top: 0;height: 100%;width: 100%;background: #2c4889;clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%);z-index: -1;transition:all .3s;}
.inner-culture dl dd i{font-size:45px;color:#fff;display: block;margin-bottom: 15px}
.inner-culture dl dd h1{font-size:30px;display: block;margin-bottom: 20px;color:#fff;transition: all .3s;color:#fff;font-weight:500;}
.inner-culture dl dd p{font-size:17px;display: block;font-weight:300;line-height: 1.3;min-height:90px;color:#fff}
.inner-culture dl:hover dd p{}

@media screen and (max-width: 1399px){
	.inner-culture dl dd h1{font-size:25px;}
	.inner-culture dl:hover dd h1{font-size:32px;}
	.inner-culture dl dd p{font-size:16px;}
}
@media screen and (max-width: 991px){
	.inner-culture dl{margin-bottom: 10px}
	.inner-culture dl dd {padding:20px 5%;}
	.inner-culture dl dd i{font-size:40px;}
	.inner-culture dl dd h1{font-size:20px;}
	.inner-culture dl:hover dd h1{font-size:28px;}
	.inner-culture dl dd p{font-size:15px;line-height: 20px;}
}
@media screen and (max-width: 767px){
	.inner-culture dl dd i{font-size:35px;}
	.inner-culture dl dd h1{font-size:18px;}
	.inner-culture dl dd p{font-size:13px;}
	.inner-culture dl:hover dd h1{font-size:25px;}
}
@media screen and (max-width: 576px){
    .inner-culture dl:hover dd{bottom:-40px;}
}

.core-strengths,.core-strengths .core-swiper{padding: 50px 0}
.core-strengths{padding-bottom: 100px;}
.core-strengths .comm-title{padding-bottom: 30px}
.core-strengths .core-swiper .row div{padding: 0;text-align: left;}
.core-strengths .core-swiper .row div img{width: 100%}
.core-strengths .core-swiper .num {color: #a1a7b2;font-size: 20px;padding-bottom: 15px;}
.core-strengths .core-swiper .num strong{color: #1e2d45;font-size: 36px;font-family:'poppinssb';}
.core-strengths .core-swiper .num span{color: #a1a7b2;font-size: 20px;}
.core-strengths .core-swiper a > div:first-child{padding: 50px;background: #fafafa;padding-bottom: 20px;}
.core-strengths .core-swiper a h1{font-size: 42px;line-height: 45px;padding: 50px 0;position: relative;text-transform: uppercase;}
.core-strengths .core-swiper a h1:after{content: '';position: absolute;left: 0;bottom: 20px;background: #f90;width:55px;height:3px;transition: all .2s}
.core-strengths .core-swiper a:hover h1:after{width:150px;}
.core-strengths .core-swiper p{margin-top: 30px;line-height: 28px;opacity: 0.9;color:#1e2d45;font-size:22px}
.core-strengths .core-num {width: 100%}
.core-strengths .core-num dl{border-top: 2px #e5e5e5 solid;text-align: left;padding-top: 30px;cursor: pointer;}
.core-strengths .core-num dt{display: block;font-size: 20px;opacity: 0.5;}
.core-strengths .core-num dd{display: block;opacity: 0.8;font-weight: 400;margin-top: 15px;font-size: 25px}
.core-strengths .core-num dl.swiper-slide-thumb-active{border-top-color:#1e2d45}
.core-strengths .core-num dl.swiper-slide-thumb-active dt{color:#1e2d45;opacity: 1;}
.core-strengths .core-num dl.swiper-slide-thumb-active dd{color:#1e2d45;opacity: 1;}
@media screen and (max-width:1299px){
	.core-strengths .core-swiper a h1{font-size: 34px;line-height: 40px;}
	.core-strengths .core-swiper p{margin-top: 30px;}
}
@media screen and (max-width: 991px){
	.core-strengths .comm-title{padding-bottom: 0px}
	.core-strengths,.core-strengths .core-swiper{padding: 30px 0}
	.core-strengths .core-swiper .row div{padding-top: 10px}
	.core-strengths .core-swiper a > div:first-child{padding: 20px 3%;padding-top: 0}
	.core-strengths .core-swiper a h1{font-size: 28px;line-height: 30px;padding: 20px 0;padding-bottom: 30px}	
}
@media screen and (max-width: 576px){
	.core-strengths .core-swiper .num {font-size: 18px;}
	.core-strengths .core-swiper a h1{font-size: 22px;line-height: 28px;}
	.core-strengths .core-swiper p{margin-top:10px;font-size: 13px;line-height: 22px}
}

.honor-list{padding-top: 100px;font-size: 0;padding-bottom: 30px;background:url(../images/history_bg.webp) no-repeat center bottom;background-size: 100% auto}
.honor-list .row{padding-bottom: 40px}
.honor-list .row div{padding-left:0}
.honor-list .comm-title{padding-top: 0}
.honor-list .cate {text-align: right;cursor: pointer;padding-right: 0}
.honor-list .cate a {display: inline-block;vertical-align: top;text-align: center;border: 1px solid #ddd;margin-left: 10px;padding: 20px;border-radius: 3px;}
.honor-list .cate a h3 {font-size: 50px;}
.honor-list .cate a h5 {font-size: 14px;font-weight: normal;text-transform: uppercase;}
.honor-list .cate a.cur,.honor-list .cate a.cur:hover {border: 1px solid #0068b7;}
.honor-list .cate a.cur h3,.honor-list .cate a.cur h5,.honor-list .cate a.cur:hover h5,.honor-list .cate a.cur:hover h3 {color: #0068b7;}
.honor-list .cate a:hover {border: 1px solid #0068b7;}
.honor-list .cate a:hover h3,.honor-list .cate a:hover h5 {color: #0068b7;}
.honor-list .list {position: relative;padding-bottom: 50px;} 
.list-swiper .swiper-slide {padding:4px;padding-top: 15px;text-align: center;cursor: pointer;position: relative;}
.list-swiper .swiper-slide a{display:block;box-shadow: 0px 0 3px 0px rgba(0, 0, 0, 0.1);background: #f0f0f0;padding: 30px;padding-bottom: 10px;}
.list-swiper .swiper-slide a:hover{box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);}
.list-swiper .swiper-slide a img{width:80%;}
.list-swiper .swiper-slide a i {display:inline-block;width: 40px;height: 40px;position: absolute;left: 50%;top: 70%;margin-left: -20px;margin-top: -20px;border-radius: 100%;font-size: 20px;line-height: 40px;text-align: center;color:#fff;opacity: 0;transition: all .2s;}
.list-swiper .swiper-slide a span{width: 100%;border-top: 1px #ddd solid;line-height: 20px;min-height:80px;padding:20px 0;display:block;font-size: 14px;margin-top: 30px;color: #666}
.list-swiper a:hover{ box-shadow: 0px 20px 40px 0px rgba(25, 42, 51, 0.1);}
.list-swiper .swiper-slide a:hover i {opacity: 1;top: 50%;background:rgba(0,0,0,0.5);}
.tip {overflow: hidden;font-size: 13px;position: absolute;left: 0;bottom:50px;z-index: 500;text-transform: uppercase;}
.tip img {display: inline-block;vertical-align: text-bottom;margin-right: 10px;}

.swiper-pagination-num {width: 60px;position: absolute;bottom: 0;right: 500px;font-size: 14px;color: #666;}
.swiper-pagination-num span {font-size: 14px;color: #666;}
.list-swiper .swiper-container{padding-bottom: 80px}
.list-swiper .swiper-container-horizontal>.swiper-scrollbar {width: 500px;right: 0;left: auto;top:auto;bottom:8px;height: 3px}
.list-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background: #1b1b1b}
@media screen and (max-width: 991px){
	.honor-list{padding-top: 30px}
	.honor-list .cate {text-align: right;padding-left: 0;padding-top: 20px}
	.honor-list .cate a {margin-left: 0px;margin-right: 10px}
	.honor-list .cate a:last-child{margin-right: 0}
	.tip{display: none}
	.honor-list .row{padding-bottom: 20px}
	.honor-list .cate a h3 {font-size: 30px;}
}
@media screen and (max-width: 767px){
	.honor-list .row{padding-bottom: 0}
	.honor-list .cate {text-align: left;padding-top: 30px;padding-bottom: 0}
	.honor-list .cate a {padding:12px 20px;}
	.honor-list .cate a h3 {font-size: 30px;}
	.honor-list .list {padding-bottom:0;}
	.list-swiper .swiper-container{padding-bottom: 30px}
}
@media screen and (max-width: 576px){
	.honor-list .cate a {padding:12px}
	.honor-list .cate a h5 {font-size: 13px;}
}


.inner-list{background: #f8f8f8;padding-top: 50px;padding-bottom: 50px;}
.list-page {width: 100%;background: #f8f8f8; padding: 20px 0;}
.list-item {margin-bottom: 55px;transition: .3s all ease-in-out;display: block;width:100%;overflow: hidden;padding-left: 20px;padding-top:20px;position: relative;}
.list-item .rows{padding: 80px 50px;background: #ffffff;font-size: 0;position:relative;display: block;}
.list-item .rows:after{content: '';width: 100px;height: 200px;background: #f8f8f8;position: absolute;right: -50px;bottom: -100px;z-index: 1;transform: rotate(45deg);}
.list-item:before {content: '';position: absolute;left: -20px;top:-20px;width:calc(100% - 1px);background:#f0f0f0;height:calc(100% - 1px);z-index: 0;transition: all .3s}
.list-item:hover:before{background:#0d54a5;}
.list-item .item-left{width: 48%;height: 100%;display: inline-block;vertical-align: top;padding-right: 5%}
.list-item .item-left a{display: block;}
.list-item .item-left a i{font-size: 12px;color: #333;display: block;margin-top: 15px}
.list-item .item-left a h1{font-size: 32px;color: #333;margin-bottom: 20px;font-weight: 400}
.list-item .item-left a p{color: #999;margin-top: 50px;font-size: 16px;margin-bottom: 30px;line-height: 1.4}
.list-item .item-left a:hover i,.list-item .item-left a:hover h1{color: #0d54a5}
.list-item .item-left a b{display: inline-block;font-size: 14px;border-radius:40px;background: #0d54a5;color: #fff;padding:6px 30px;font-weight: normal;text-transform: uppercase;margin-left: 20px;transition:all .2s;opacity: 0;margin-top:20px;}
.list-item .item-left a:hover b{margin-left:0;opacity: 1;}
.list-item .item-right{ width: 52%;overflow: hidden;display: inline-block;vertical-align: top}
.list-item .item-right .swiper-card-item{padding-bottom: 30px;}
.list-item .item-right .swiper-card-item dl{display: block;}
.list-item .item-right .swiper-card-item dl a {background:#000;position: relative;display: block;}
.list-item .item-right .swiper-card-item dl a dt{overflow: hidden;display:block;}
.list-item .item-right .swiper-card-item dl a dt img{width:100%;transition: all .2s}
.list-item .item-right .swiper-card-item dl a dd{position: absolute;left: 0;top: 0;text-align: center;width:100%;height:100%;display: table}
.list-item .item-right .swiper-card-item dl a dd data{display: table-cell;vertical-align: middle;opacity:0;transition:all .2s;padding-top: 5%;}
.list-item .item-right .swiper-card-item dl a:hover dd data{opacity: 0.8;padding-top: 8%}
.list-item .item-right .swiper-card-item dl a:hover dt img{opacity: 0.5;}
.list-item .item-right .swiper-card-item dl a dd data h1{font-size: 22px;color: #fff;display: block;margin-bottom: 10px}
.list-item .item-right .swiper-card-item dl a dd data p{display: inline-block;text-align: center;margin-top: 15px;background: #fff;padding: 5px 20px;font-size: 12px;text-transform:uppercase;border:1px #ddd solid;border-radius: 20px;}
.list-item .item-right .swiper-card-item .swiper-scrollbar-drag{background: rgba(0,0,0,.3)}
.list-item .item-right .swiper-container-horizontal>.swiper-scrollbar{height:3px;}
@media (max-width:991px){
	.list-item .item-left,.list-item .item-right{width: 100%;}
	.list-item {padding: 60px 40px;margin-bottom: 30px}
	.list-item .item-left a h1{font-size: 30px;margin-bottom: 15px}
	.list-page {padding: 10px 0;}
}

@media (max-width:767px){
    .inner-list{padding-top: 30px;padding-bottom:30px;}
	.list-item {padding: 30px 10px;margin-bottom: 20px}
	.list-item .item-left a h1{font-size: 20px;margin-bottom: 10px}
	.list-item .item-left a b{display: none;}
}

.list-product{font-size: 0;padding-top:30px;}
.list-product .row{margin-left: -20px;margin-right: -20px}
.list-product dl{padding: 20px;}
.list-product dl a{background: url(../images/listbg.jpg) no-repeat;background-size: cover;display: block;box-shadow: 0px 5px 15px 0px rgb(10 25 50 / 10%);}
.list-product dl a:hover{box-shadow: 0px 5px 20px 0px rgb(10 25 50 / 20%);}
.list-product dl a dt{display: block;overflow: hidden;padding: 20px}
.list-product dl a dt img{width:100%;transition:all .2s;}
.list-product dl a:hover dt img{transform: scale(1.06);}
.list-product dl a dd{background: #fff;display: block;padding:35px;position: relative;}
.list-product dl a dd:after,.list-product dl a dd:before{content: '';position: absolute;left: 0;top: 0;height:3px;background: #0d54a5;width: 0;transition:all .2s;}
.list-product dl a dd:before{background: #f0f0f0;width:100%;height:1px;}
.list-product dl a:hover dd:after{width:100%;}
.list-product dl a dd h1{font-size: 22px;text-transform:capitalize;line-height: 1.2}
.list-product dl a dd p{margin-top:20px;line-height: 24px;opacity: 0.8;border-top: 1px #eee solid;padding-top: 20px}
.list-product dl a dd h2{background: #f0f0f0;color: #333;font-size: 13px;display: inline-block;padding:10px 30px;margin-top: 30px;text-transform:uppercase;transition:all .2s;}
.list-product dl a dd i{display:inline-block;background: #2c4889;color: #fff;width: 36px;height: 36px;font-size: 20px;text-transform: uppercase;transition:all .3s;text-align:center;line-height: 36px;margin-top: 30px}
.list-product dl a:hover dd i{background: #02a943}
.list-product dl a:hover dd h1{color: #0d54a5}
.list-product dl a:hover dd h2{background:#0d54a5;color: #fff;padding:10px 35px;}

.inner-prut{padding-top: 60px;position: relative;}
.inner-prut:after{content: '';position: absolute;right: 1%;top:3%;background: url(../images/prut_tri_bg.svg) no-repeat;width: 25%;height:50%;background-size: 100% auto;z-index: -1;opacity: 0.03;}
.inner-prut .prut-cate {padding-top: 50px}
.inner-prut .prut-cate .comm-title h1 span{font-size: 25px;display: block;font-weight: 400}
.inner-prut .prut-cate dl.row dt,.inner-prut .prut-cate dl.row dd{padding: 0}
.inner-prut .prut-cate dl.row dd{padding-left: 5%;padding-right: 8%;font-size: 18px;}
.inner-prut .prut-cate dl.row dd p{margin-top:50px;display: block;margin-bottom: 50px;font-size: 15px;line-height: 1.8;color:#666;}
.inner-prut .prut-cate dl.row dd .childmenu{display: block;padding-bottom: 50px}
.inner-prut .prut-cate dl.row dd .childmenu a{display: inline-block;padding:8px 30px;border:1px #ccc dotted;font-size: 16px;margin-right: 8px;margin-bottom: 10px}
.inner-prut .prut-cate dl.row dd .childmenu a:last-child{margin-right: 0}
.inner-prut .prut-cate dl.row dd .childmenu a:hover,.inner-prut .prut-cate dl.row dd .childmenu a.this{background: #2c4889;color: #fff;border-color: #2c4889}
.inner-prut .prut-cate dl.row dd > a{display: inline-block;-webkit-animation: rotateplane 1.2s infinite ease-in-out;animation: rotateplane 1.2s infinite ease-in-out;font-size: 28px;cursor: pointer;}
.inner-prut .prut-cate dl.row dt{display: block;}
.inner-prut .prut-cate dl.row dt img{width: 100%;aspect-ratio:2/1.2;object-fit:cover;box-shadow: 0 15px 18px -13px #00000080;}
@media (max-width:1399px){
	.inner-prut{padding-top: 50px;}
	.inner-prut .prut-cate dl.row dd{padding-left: 4%;padding-right: 4%;}
	.inner-prut .prut-cate dl.row dd p{margin-top:20px;display: block;margin-bottom: 20px;font-size: 15px}
	.inner-prut .prut-cate .comm-title h1 span{font-size: 20px;}
	.inner-about .team dl.row dd p{font-size: 15px;margin-top: 6%;}
	.inner-prut .prut-cate dl.row dd .childmenu{padding-bottom: 30px}
	.inner-prut .prut-cate dl.row dd > a{font-size: 20px}
	.inner-prut .prut-cate dl.row dd .childmenu a{font-size: 15px;margin-right: 5px;}
}
@media (max-width:1199px){
	.inner-prut .prut-cate{padding-top: 30px}
	.inner-prut .prut-cate dl.row dt img{aspect-ratio:2/1.4;}
}
@media (max-width:767px){
	.inner-prut:after{top:1%;width: 40%;}
	.inner-prut{padding-top: 30px;}
	.inner-prut .prut-cate{padding-top: 0}
	.inner-prut .prut-cate .comm-title h1 span{font-size: 17px;}
	.inner-about .team dl.row dd p{font-size: 13px;line-height: 20px;margin-top: 4%;}
	.inner-prut .prut-cate dl.row dd{padding:30px 0}
	.inner-prut .prut-cate dl.row dd .childmenu a{font-size: 14px;}
	.inner-prut .prut-cate dl.row dd p{margin-top: 5px}
}
.prut-list{padding-top: 80px;padding-bottom: 80px;margin-top:100px;background: #f7f7f7;}
.prut-list .row{padding-top: 50px;}
.prut-list .row dl{padding: 0;padding-right: 20px;margin-bottom: 60px;}
.prut-list .row dl:nth-child(2n){padding-left: 20px;padding-right: 0}
.prut-list .row dl a{background: #fff;box-shadow: 0px 3px 15px 0px rgba(161, 163, 175, 0.3);padding:45px;position: relative;overflow: hidden;flex-direction: row-reverse;align-items: center;}
.prut-list .row dl a dt{overflow: hidden;padding: 0;}
.prut-list .row dl a dt img{width: 100%;transition: all .3s;aspect-ratio:2/1.5;object-fit:cover;}
.prut-list .row dl a:hover dt img{transform: scale(1.04);}
.prut-list .row dl a dd{padding-right: 6%;padding-left: 0}
.prut-list .row dl a dd h1{font-size: 30px;padding-bottom: 15px;font-weight:500;}
.prut-list .row dl a dd h2{font-size: 15px;font-weight: 300;padding-bottom: 20px;position: relative;line-height: 25px;display: block;}
.prut-list .row dl a dd h2:after,.prut-list .row dl a dd h2:before{content: '';position: absolute;left: 0;bottom:0;width: 80%;height:1px;background: #00000010}
.prut-list .row dl a dd h2:before{background: #2c4889;height:2px;width: 50px;transition: all .2s}
.prut-list .row dl a:hover dd h2:before{width: 80%}
.prut-list .row dl a dd h3{display: block;padding-top: 30px;font-size: 18px;font-weight: 400}
.prut-list .row dl a dd p{display: -webkit-box;margin-top: 40px;font-size: 15px;line-height: 20px;margin-bottom: 35px;color:#666;overflow: hidden; text-overflow: ellipsis;word-wrap: break-word;white-space: normal !important;-webkit-line-clamp: 3; -webkit-box-orient: vertical;height: 60px;}
.prut-list .row dl a dd i{font-size: 12px;color: #aaa}
.prut-list .row dl a:hover dd i{color: #333}
@media (max-width:1399px){
	.prut-list .row{padding-top: 40px}
	.prut-list .row dl a dd h1{font-size: 26px;}
	.prut-list .row dl a dd h2{font-size: 16px}
	.prut-list .row dl a dd p{font-size: 15px;margin-top: 30px;margin-bottom: 30px}
}
@media (max-width:1199px){
	.prut-list{padding-top: 50px;padding-bottom: 50px;margin-top:50px;}
	.prut-list .row{padding-top:30px}
	.prut-list .row dl a dd{padding-right: 0;}
	.prut-list .row dl a dd h1{font-size: 22px;margin-top:20px;padding-bottom:5px;}
	.prut-list .row dl a dt{text-align: center;}
	.prut-list .row dl a dt img{width: 60%;}
	.prut-list .row dl a:before{right: -75%;}
	.prut-list .row dl a:after{right: -95%;}
	.prut-list .row dl a{padding:30px;}
	.prut-list .row dl a dt h2{color: #333;font-size: 18px;}
	.prut-list .row dl a dd h2{font-size: 15px}
	.prut-list .row dl a dd p{font-size: 14px;margin-top: 20px;margin-bottom: 20px}
}
@media (max-width:767px){
	.prut-list{padding-top: 40px;padding-bottom: 30px;margin-top:20px;}
	.prut-list .row dl,.prut-list .row dl:nth-child(2n){padding: 0;margin-bottom: 40px;}
	.prut-list .row dl a:before{right: -80%;}
	.prut-list .row dl a:after{right: -100%;}
	.prut-list .row dl a dt{text-align: center;}
	.prut-list .row dl a dt img{width: 70%;}
	.prut-list .row dl a dd{padding-left: 0;padding-top: 0}
	.prut-list .row dl a dd h1{font-size: 18px;}
	.prut-list .row dl a dd h2{font-size: 14px;padding-bottom: 18px;}
	.prut-list .row dl a dd p{margin-top:30px;font-size: 13px;margin-bottom: 25px}
}

.inner-product-detail{background: url(../images/prutbg.webp) no-repeat center center;background-size: cover;padding-top: 100px}
.inner-product-detail .row > div{padding: 0}
.inner-product-detail .row > div:last-child{padding-left: 5%}
.inner-product-detail .row > div .gallery-top{border-radius: 20px;overflow: hidden;text-align:center;}
.inner-product-detail .row > div .gallery-top img{width: 100%;cursor: pointer;}
.inner-product-detail .row .swiper-button-next:after,.inner-product-detail .row .swiper-button-prev:after{font-size: 25px;color: #bbb}
.inner-product-detail .row > div.base-info{padding-top: 35px}
.inner-product-detail .row > div.base-info .title{display: block;}
.inner-product-detail .row > div.base-info .title h2{font-size: 22px;display: block;color: #2c4889;padding-bottom:10px}
.inner-product-detail .row > div.base-info .title h1{font-size: 50px;display: block;margin-top: 5px;font-weight:500;color:#000;}
.inner-product-detail .row > div.base-info .title span{display: block;font-weight: normal;font-size: 20px;margin-top: 10px}
.inner-product-detail .row > div.base-info .title h3{display: inline-block;background:#2c4889;color: #fff;padding:2px 20px;font-size: 22px}
.inner-product-detail .row > div.base-info .abstract{display: block;padding-top: 40px;padding-bottom: 20px;font-size: 15px;line-height: 28px}
.inner-product-detail .row > div.base-info .parameter{display: block;font-size: 0;padding-top: 30px}
.inner-product-detail .row > div.base-info .parameter dl{display: inline-block;width: 27%;margin-right:2%;vertical-align: top;font-size: 24px;border-top: 1px #ddd solid;padding-top: 18px;white-space: nowrap;position: relative;cursor: pointer;}
.inner-product-detail .row > div.base-info .parameter dl:after{content: '';position: absolute;top: -1px;left: 0;width: 0;height: 1px;background: #2c4889;transition:all .3s;}
.inner-product-detail .row > div.base-info .parameter dl:hover:after{width: 100%}
.inner-product-detail .row > div.base-info .parameter dl:nth-child(2n){width: 42%}
.inner-product-detail .row > div.base-info .parameter dl:nth-child(3n){margin-right:0;}
.inner-product-detail .row > div.base-info .parameter dl dt{font-size: 70px;line-height: 100px;color: #2c4889;display: inline-block;vertical-align: top}
.inner-product-detail .row > div.base-info .parameter dl dd {display: inline-block;vertical-align: top;padding-top: 20px;font-size: 24px}
.inner-product-detail .row > div.base-info .parameter dl dd span{display: block;font-size: 14px;font-weight: normal;color: #999;}
.inner-product-detail .row > div.base-info .quick-button{display: block;padding-bottom: 60px;padding-top: 20px}
.inner-product-detail .row > div.base-info .quick-button a{font-size: 15px;display: inline-block;margin-top: 20px;background: #2c4889e0;color: #fff;padding: 15px 34px;border-radius: 5px;margin-right: 20px;line-height: 20px;box-shadow: 0 15px 15px -13px #00000090;}
.inner-product-detail .row > div.base-info .quick-button a:before{font-size: 20px;line-height: 20px;display: inline-block;vertical-align: top;margin-right:10px;transition:all .3s;}
.inner-product-detail .row > div.base-info .quick-button a.icon-edit1{background:#2c4889e0;}
.inner-product-detail .row > div.base-info .quick-button a.icon-edit1:hover{background:#2c4889;}
.inner-product-detail .row > div.base-info .quick-button a.icon-email1{background: #333333e0}
.inner-product-detail .row > div.base-info .quick-button a.icon-email1:hover{background:#333;}
.inner-product-detail .row > div.base-info .quick-button a.icon-whatsapp{background:#51ad30e0;margin-right:0;}
.inner-product-detail .row > div.base-info .quick-button a.icon-whatsapp:hover{background:#51ad30}

@media (max-width:1399px){
	.inner-product-detail{padding-top: 80px}
	.inner-product-detail .row > div.base-info .title h2{font-size: 20px;}
	.inner-product-detail .row > div.base-info .title h1{font-size: 40px;}
	.inner-product-detail .row > div.base-info .title span{font-size: 18px;margin-top: 10px}
	.inner-product-detail .row > div.base-info .abstract{padding-top: 30px;padding-bottom: 15px;}
}
@media (max-width:1199px){
	.inner-product-detail{padding-top: 60px}
	.inner-product-detail .row > div.base-info .title h2{font-size: 18px;}
	.inner-product-detail .row > div.base-info .title h1{font-size: 35px;}
	.inner-product-detail .row > div.base-info .title span{font-size: 16px;margin-top: 8px}
	.inner-product-detail .row > div.base-info .abstract{padding-top: 25px;padding-bottom: 10px;font-size: 14px;line-height: 25px}
	.inner-product-detail .row > div.base-info .quick-button{padding-bottom: 50px;padding-top: 15px}
	.inner-product-detail .row > div.base-info .quick-button a{font-size: 14px;margin-top:10px;padding: 10px 30px;}
	.inner-product-detail .row > div.base-info .quick-button a:before{font-size: 18px;}
}
@media (max-width:991px){
	.inner-product-detail{padding-top: 40px}
	.inner-product-detail .row > div:last-child{padding-left: 0}
	.inner-product-detail .row > div.base-info{padding-top: 15px}
	.inner-product-detail .row > div.base-info .title h2{font-size: 16px;}
	.inner-product-detail .row > div.base-info .title h1{font-size: 28px;}
	.inner-product-detail .row > div.base-info .title span{font-size: 14px;margin-top: 6px}
	.inner-product-detail .row > div.base-info .abstract{padding-top: 20px;font-size: 13px;line-height: 22px}
	.inner-product-detail .row > div.base-info .quick-button{padding-bottom:10px;}
	.inner-product-detail .row > div.base-info .quick-button a{font-size: 13px;padding:8px 25px;}
	.inner-product-detail .row > div.base-info .quick-button a:before{font-size: 16px;}
}
@media (max-width:767px){
	.inner-product-detail{padding-top: 20px}
	.inner-product-detail .row > div.base-info .title h1{font-size: 22px;}
	.inner-product-detail .row > div.base-info .title h2{font-size: 15px;}
}
.inner-product-describe{background: #f8f8f8}
.inner-product-describe .characteristic{padding-top: 80px;}
.inner-product-describe .characteristic img{max-width: 100%}
.inner-product-describe .characteristic .row{margin-left: -30px;margin-right: -30px;margin-top: 40px}
.inner-product-describe .characteristic .row > div{padding: 30px;}
.inner-product-describe .characteristic .row > div dl{padding: 60px;box-shadow: 0 15px 20px -15px #00000060;display: block;height: 100%;background: #f8f8f8;position: relative;overflow: hidden;}
.inner-product-describe .characteristic .row > div dl dt{display: block;position: absolute;left: -75px;top: -75px}
.inner-product-describe .characteristic .row > div dl dt i{display: inline-block;width: 150px;height: 150px;line-height: 215px;text-align: right;padding-right: 28px;background:#2c4889;color:#fff;font-size: 30px;border-radius:50%;font-family: 'Circe';font-weight:400;}
.inner-product-describe .characteristic .row > div dl dd{display: block;margin-top: 30px;font-size: 16px;line-height: 1.6}
.inner-product-describe .characteristic .row > div dl dd h1{display: block;font-size: 22px;font-weight:500;margin-bottom: 15px}
.inner-product-describe .scene-img{display: block;}
.inner-product-describe .scene-img.comm-padding{padding-bottom: 0;}
.inner-product-describe .scene-img img{width: 100%}
.inner-product-contact{background: url(../images/product_cont_bg.webp) no-repeat fixed;background-size: cover}
.inner-product-contact .comm-title h1{color: #fff}
.inner-product-contact .content{padding: 30px 12%;text-align:center;}
.inner-product-contact .content p{display:block;font-size: 18px;color: #ffffffe0}
.inner-product-contact .content a{display: inline-block;background: #2c4889;color: #fff;padding: 15px 40px;font-size: 16px;line-height: 20px;margin-top: 50px;text-transform: uppercase;vertical-align: top}
.inner-product-contact .content a i{display: inline-block;margin-left: 10px;transition:all .3s;vertical-align: top;line-height: 18px;font-size: 22px}
.inner-product-contact .content a:hover i{margin-left: 20px}
@media (max-width:1199px){
	.inner-product-describe .characteristic .row > div dl{padding: 50px;}
	.inner-product-describe .characteristic .row > div dl dt i{display: inline-block;width: 140px;height: 140px;line-height: 205px;font-size: 25px;}
	.inner-product-describe .characteristic .row > div dl dd{font-size: 14px;}
	.inner-product-describe .characteristic .row > div dl dd h1{font-size: 20px}
	.inner-product-contact .content{padding: 25px 3%;}
	.inner-product-contact .content a{padding: 12px 30px;font-size: 15px;margin-top: 30px}
	.inner-product-contact .content p{font-size: 14px}
}
@media (max-width:991px){
	.inner-product-describe .characteristic .row{margin-left: 0;margin-right: 0;margin-top: 20px}
	.inner-product-describe .characteristic .row > div{padding:0;margin-bottom: 30px}
	.inner-product-describe .characteristic .row > div dl dd h1{font-size: 18px}
	.inner-product-contact .content{padding: 20px 3% 0 3%;}
	.inner-product-contact .content a{padding: 10px 25px;font-size: 14px;margin-top: 20px}
	.inner-product-contact .content p{font-size: 13px}
}
@media (max-width:767px){
	.inner-product-describe .characteristic .row > div dl dd{margin-top: 20px;font-size: 13px;}
}
.inner-ohter-product{background: #f8f8f8}
.inner-ohter-product .otherlist{padding-left: 12%;padding-top: 30px}
.inner-ohter-product .otherlist dl{padding: 20px}
.inner-ohter-product .otherlist dl a{background: #fff;display:block;padding:30px;text-align:center;box-shadow: 0 0 15px 10px #00000005}
.inner-ohter-product .otherlist dl a:hover{box-shadow: 0 0 15px 10px #00000010}
.inner-ohter-product .otherlist dl a dt{display: block;overflow: hidden;}
.inner-ohter-product .otherlist dl a dt img{width:100%;transition:all .3s;}
.inner-ohter-product .otherlist dl a:hover dt img{transform:scale(1.08);}
.inner-ohter-product .otherlist dl a dd{display: block;margin-top: 25px}
.inner-ohter-product .otherlist dl a dd h1{font-size: 22px;font-weight:500;display: block;}
.inner-ohter-product .otherlist dl a dd h2{font-size: 15px;display: block;padding: 10px 0;margin-bottom: 30px}
.inner-ohter-product .otherlist dl a dd h2 span{background:#2c4889;color: #fff;display: inline-block;margin-left: 10px;padding: 2px 5px;margin-top: 5px}
.inner-ohter-product .otherlist dl a dd div{display:inline-block;border:1px #ddd solid;padding: 8px 12px;font-size: 16px;line-height: 20px;transition:all .3s;}
.inner-ohter-product .otherlist dl a dd div i{font-size: 14px;display: inline-block;vertical-align: top;line-height: 20px;transition:all .3s}
.inner-ohter-product .otherlist dl a:hover dd div{background: #2c4889;color: #fff;border-color: #2c4889}
.inner-ohter-product .otherlist dl a:hover dd div i{color: #fff;}
@media (max-width:1599px){
	.inner-ohter-product .otherlist dl a{padding:60px 30px 40px;}
	.inner-ohter-product .otherlist dl a dd h1{font-size: 20px;}
	.inner-ohter-product .otherlist dl a dd h2{font-size: 15px}
}
@media (max-width:1399px){
	.inner-ohter-product .otherlist{padding-left: 3%;}
	.inner-ohter-product .otherlist dl a dd h2 span{margin-top: 10px}
	.inner-ohter-product .otherlist dl a dd div{font-size: 14px}
	.inner-ohter-product .otherlist dl a dd div i{font-size: 13px}
}
@media (max-width:1199px){
	.inner-ohter-product .otherlist{padding: 0;padding-top: 20px}
	.inner-ohter-product .otherlist dl{padding: 10px}
	.inner-ohter-product .otherlist dl a{padding:40px 20px 20px;box-shadow: 0 0 9px 4px #00000005}
	.inner-ohter-product .otherlist dl a:hover{box-shadow: 0 0 9px 4px #00000010}
	.inner-ohter-product .otherlist dl a dd{margin-top:30px}
}
@media (max-width:991px){
	.inner-ohter-product .otherlist dl a{padding:30px 20px}
	.inner-ohter-product .otherlist dl a dd h1{font-size: 16px;}
	.inner-ohter-product .otherlist dl a dd h2{font-size: 14px}
	.inner-ohter-product .otherlist dl a dd div{padding:6px;font-size: 13px}
	.inner-ohter-product .otherlist dl a dd div i{font-size: 12px}
}
@media (max-width:767px){
	.inner-ohter-product .otherlist dl a{padding:25px 10px}
	.inner-ohter-product .otherlist dl a dd h1{font-size: 15px;}
	.inner-ohter-product .otherlist dl a dd h2{font-size: 13px}
}
.cateprut .catename{padding-left: 0;padding-top: 60px}
.cateprut .catename a{position:relative;padding:0 15px;display: inline-block;font-size:25px;line-height: 50px;font-family:'Circe Extra Bold';}
.cateprut .catename a:after,.cateprut .catename a:before{content:'';position: absolute;left: 0;top: -40px;background: #000;width: 2px;height: 70px;-webkit-transform:rotate(25deg);transform:rotate(25deg);transition: all .2s}
.cateprut .catename a:before{left: auto;right: 0;top: 20px}
.cateprut .catename a:hover{color: #000}
.cateprut .catename a:hover:after,.cateprut .catename a:hover:before{-webkit-transform:rotate(35deg);transform:rotate(35deg);}
.inner-product .catelist{font-size:0}
.inner-product .catelist dl{width: 32%;margin-right: 2%;display: inline-block;margin-bottom: 30px;}
.inner-product .catelist dl:nth-child(3n){margin-right: 0}
.inner-product .catelist dl a{display: block;position: relative;height: 100%;}
.inner-product .catelist dl a dt{width: 100%;display: block;overflow: hidden;padding:20px 30px;position: relative;text-align: center;}
.inner-product .catelist dl a:hover dt{z-index: 180}
.inner-product .catelist dl a dt img{width: 100%}
.inner-product .catelist dl a dt h1{font-size:20px;color: #000;display: block;text-align:center;padding:20px 0;margin-top: 20px;font-family:'Circe Bold';height: 70px;line-height: 25px;overflow: hidden;}
.inner-product .catelist dl a dd{position: absolute;left: 0;width: 100%;border: 1px rgba(0,0,0,0.1) solid;top: 10%;padding:30px;padding-top:110%;opacity: 0;visibility: hidden;transition: all .2s;z-index: 100;background: #fff;box-shadow: 5px 5px 15px 0px rgb(10 25 50 / 10%)}
.inner-product .cateprut .catelist dl a dd{padding-top:120%;text-align:center}
.inner-product .catelist dl a dd p{border-top:1px #eee solid;display: block;padding-top: 40px;}
.inner-product .catelist dl a dd .more{display: inline-block;background: #2c4889;color: #333;padding:3px 30px;border-radius:4px;line-height: 30px;margin-top: 10px;font-size:13px;text-transform:uppercase;}
.inner-product .catelist dl a dd .more i{vertical-align: top;line-height: 30px;margin-left: 5px;transition: all .2s;font-size:15px;display: inline-block;}
.inner-product .catelist dl a dd .more:hover i{margin-left:12px;}
.inner-product .catelist dl a:hover dd{top: 0;opacity: 1;visibility: visible;}
@media(max-width:1299px){
    .inner-product{padding-top: 60px;}
    .inner-product .catelist dl a dd .more{padding:2px 20px;line-height:28px;}
    .inner-product .catelist dl a dd .more i{line-height:28px;}
    .inner-product .catelist dl a dt h1{font-size:18px;}
    .cateprut .catename{padding-top: 40px}
}
@media(max-width:991px){
    .inner-product{padding-top: 40px;}
    .inner-product .catelist{padding:0}
    .inner-product .catelist dl a dt h1{font-size:16px;}
    .inner-product .catelist dl a dd .more{line-height:24px;}
    .inner-product .catelist dl a dd .more i{line-height:24px;}
    .cateprut .catename{padding-bottom:40px}
}
@media(max-width:767px){
    .inner-product .catelist dl,.inner-product .catelist dl:nth-child(3n){width: 49%;margin-right: 2%;}
    .inner-product .catelist dl:nth-child(2n){margin-right: 0}
    .inner-product .childmenuprut a{display: inline-block;padding: 5px 20px;font-size: 14px;}
    .inner-product .catelist dl a dt h1{font-size:15px;}
}


.inner-project {padding-bottom:80px;border-bottom: 1px #eee solid}
.inner-project .row{padding-top:50px;margin-left: -30px;margin-right: -30px}
.inner-project .row dl{padding: 30px}
.inner-project .row dl a{position: relative;display: block;overflow: hidden;position: relative;}
.inner-project .row dl a:after{content: '';position: absolute;bottom:0;height: 80%;width: 100%;left: 0;z-index: 1;background:-webkit-gradient(linear,left bottom,left top,from(#000000d0),to(#ffffff00));transition: all 0.3s;opacity: 0;}
.inner-project .row dl a:hover:after{opacity: 0.9}
.inner-project .row dl a dt{display: block;overflow: hidden;background: #000}
.inner-project .row dl a dt img{width: 100%;transition: all .3s;opacity: 0.8;aspect-ratio:4/3;object-fit:cover;}
.inner-project .row dl a:hover dt img{transform: scale(1.08);}
.inner-project .row dl a dd{position: absolute;width: 100%;left: 0;bottom: -65px;padding: 40px;transition: all .2s;z-index: 10;}
.inner-project .row dl a dd h1{font-size: 25px;color: #fff;font-weight: 400}
.inner-project .row dl a dd p{font-size: 16px;color: #fff;display: block;padding-top: 15px;margin-bottom: 30px}
.inner-project .row dl a dd i{color: #fff;font-size: 14px}
.inner-project .row dl a:hover dd {bottom: 0}
@media (max-width:1499px){
	.inner-project .row dl{padding: 20px}
	.inner-project .row dl a dd h1{font-size: 30px;}
}
@media (max-width:1399px){
	.inner-project .row dl a dd h1{font-size: 22px;}
}
@media (max-width:1199px){
	.inner-project .row dl{padding: 15px}
	.inner-project .row dl a dd h1{font-size: 20px;}
	.inner-project .row dl a dd p{font-size: 15px;}
}
@media (max-width:991px){
	.inner-project .row dl{padding: 10px}
	.inner-project .row dl a dd p{font-size: 14px;margin-bottom: 20px}
}

@media (max-width:767px){
	.inner-project .row{padding-top:30px;margin-left:0;margin-right: 0}
	.inner-project .row dl{padding: 10px 0}
	.inner-project .row dl a:after{opacity:1;height:100%}
	.inner-project .row dl a dd{padding: 20px;bottom: -40px;}
	.inner-project .row dl a dd h1{font-size: 18px;}
	.inner-project .row dl a dd p{font-size: 13px;margin-bottom: 18px}
}

.topnews{background: #f8f8f8;padding:5% 0;position: relative;}
.topnews dl a dt{padding: 0;overflow: hidden;background: #000}
.topnews dl a dt img{height:100%;width: 100%;opacity:0.8;transition: all .2s;aspect-ratio:16/9;object-fit:cover;}
.topnews dl a:hover dt img{transform: scale(1.05);opacity:1;}
.topnews dl a dd{padding:5%;background: url(/assets/images/news_bg.png) no-repeat right bottom #fff;}
.topnews dl a dd h2{font-size: 32px;line-height: 42px;position: relative;padding-bottom: 8%;font-weight:500;}
.topnews dl a dd h2:after{content: '';position:absolute;left: 0;bottom: 0;background: #2c4889;width:60px;height:4px}
.topnews dl a dd p{margin-top: 7%;line-height: 25px;height: 100px;overflow: hidden;font-size: 16px;color:#666;}
.topnews dl a dd h3{padding-top: 10%;color:#999;padding-bottom: 5%}
.topnews dl a dd h3 b{display:block;font-size: 55px;font-style: normal;}
.topnews .nextarr{position: absolute;z-index: 500;width:100%;}
.topnews .nextarr > div{position: relative;}
.topnews .swiper-button-nextN,.topnews .swiper-button-prevN {position: absolute;left:0;bottom: 0;width: 120px;height:80px;cursor: pointer;line-height: 80px;z-index: 100;background: #2c4889;font-size: 30px;text-align: center;color: #fff;opacity:0.8;transition: all .2s}
.topnews .swiper-button-prevN{left:auto;right:0;}
.topnews .swiper-button-nextN:hover,.topnews .swiper-button-prevN:hover{opacity:0.95;}
@media (max-width:1599px){
	.topnews dl a dd h3{padding-top: 6%;}
	.topnews .swiper-button-nextN,.topnews .swiper-button-prevN {width: 80px;height:60px;line-height: 60px;}
}
@media (max-width:1399px){
	.topnews dl a dd h1{font-size: 25px;line-height: 35px;}
	.topnews dl a dd h2{font-size: 28px;line-height: 35px;}
	.topnews dl a dd p{margin-top: 6%;line-height: 22px;height: 66px;font-size: 14px}
	.topnews .swiper-button-nextN,.topnews .swiper-button-prevN {width: 70px;height:50px;line-height: 50px;}
}
@media (max-width:1199px){
	.topnews dl a dd h2{font-size: 22px;line-height: 30px;}
	.topnews dl a dd h3 b{font-size: 40px;}
	.topnews .swiper-button-nextN,.topnews .swiper-button-prevN {width: 60px;height:40px;line-height: 40px;font-size: 15px;}
}
@media (max-width:991px){
	.topnews dl a dd h2{font-size: 20px;line-height: 28px;padding-bottom: 25px}
	.topnews dl a dd h2:after{height:3px}
}
@media (max-width:767px){
	.topnews dl a dd h1{font-size: 18px;line-height: 25px;}
	.topnews dl a dd h1:after{width:40px;height:2px}
	.topnews dl a dd h2{font-size: 18px;line-height:30px;padding-bottom: 18px}
	.topnews dl a dd h3{padding-top: 0;padding-bottom: 0%}
	.topnews .swiper-button-nextN,.topnews .swiper-button-prevN{right:0;left:auto;font-size: 14px;}
	.topnews .swiper-button-prevN{right:61px;}
}
@media (max-width:576px){
	.topnews dl a dd h2{font-size: 18px;line-height:25px;padding-bottom: 4%;}
	.topnews dl a dd h2:after{width:50px;height:2px}
	.topnews .swiper-button-nextN,.topnews .swiper-button-prevN{width: 50px;height:34px;line-height: 34px;font-size: 12px;}
	.topnews .swiper-button-prevN{right:51px;}
}

.inner-news-list{padding-top:5%;}
.inner-news-list .row{margin-left: -15px;margin-right: -15px}
.inner-news-list dl{padding:15px;}
.inner-news-list dl a{display: block;overflow: hidden;background: #f5f5f5;font-size: 0}
.inner-news-list dl a:hover{box-shadow: 0px 3px 25px 0px #00000030;}
.inner-news-list dl a dt{overflow: hidden;width: 100%;background: #000;position: relative;}
.inner-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 dl a dt img{width: 100%;opacity:0.8;transition: all .5s;}
.inner-news-list dl a:hover dt img{transform:scale(1.05);opacity:1;}
.inner-news-list dl a:hover dt i{top: 50%;opacity: 1;}
.inner-news-list dl a dd{width: 100%;padding:30px}
.inner-news-list dl a dd span{color:#444;font-size:14px;margin-top:20px;line-height: 20px;display: block;opacity: 0.7;display:none;}
.inner-news-list dl a dd span:last-child{display:block;}
.inner-news-list dl a dd h1{font-size:22px;color:#333;margin-top: 10px;line-height:25px;height: 75px;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;word-wrap: break-word;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.inner-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;color: #666;display:none;}
.inner-news-list dl a:hover dd h1{color: #2c4889}
.inner-news-list dl a dd h3{margin-top: 30px;font-size: 18px;height:35px;line-height: 35px;transition: all .2s;display:none;text-transform:capitalize;color: #2c4889;font-weight: 400}
.inner-news-list dl a dd h3 i{line-height: 35px;vertical-align: top;transition: all .2s;font-size:16px;margin-left: 10px}
.inner-news-list dl a:hover dd h3{border-color:#2c4889 }
.inner-news-list dl a:hover dd h3 i{color: #2c4889}
.inner-news-list dl:first-child dt,.inner-news-list dl:first-child dd{width: 50%;display:inline-block;vertical-align: top}
.inner-news-list dl:first-child dt{position: relative;}
.inner-news-list dl:first-child dt:after{content: '';width: 100px;height: 200px;background: #f5f5f5;position: absolute;right: -50px;bottom: -100px;z-index: 1;transform: rotate(45deg);}
.inner-news-list dl:first-child dd h1{display:block;height: auto;font-size: 30px;line-height: 1.3}
.inner-news-list dl:first-child dd p{display:block;font-size: 18px}
.inner-news-list dl:first-child dd h3{display: inline-block;}
.inner-news-list dl:first-child a dd{padding: 80px;padding-bottom: 0}
.inner-news-list dl:first-child a dd span:first-child{display:block;}
.inner-news-list dl:first-child a dd span:last-child{display:none;}
@media (max-width:1399px){
	.inner-news-list dl{padding:25px}
}
@media (max-width:1199px){
	.inner-news-list dl{padding:15px}
	.inner-news-list dl a dd h1{font-size:20px;}
	.inner-news-list dl a dd p{font-size: 14px;margin-top: 20px}
}
@media (max-width:991px){
	.inner-news-list .row{margin-left: 0;margin-right:0}
	.inner-news-list dl{padding:20px 0;}
}
@media (max-width:767px){
	.inner-news-list dl a dd h1{font-size: 18px;}
	.inner-news-list dl a dd p{font-size: 13px}
}
@media (max-width:576px){
	.inner-news-list dl a dd{padding:5%;}
	.inner-news-list dl a dd h1{padding-top: 2%;}
}

.viewnews{padding-top: 3%;padding-bottom: 5%;}
.viewnews .row:first-child{border-bottom: 1px #ddd solid;margin-bottom: 30px;padding-bottom:40px}
.viewnews .row > div{padding: 0}
.viewnews .content .news-type{background: #f5f5f5;border-radius:10px;padding:6px 18px;display: inline-block;color:#999;font-size: 12px}
.viewnews .content .title div{padding: 0}
.viewnews .content .title h1{font-size: 50px;line-height: 55px;display:block;color: #2c4889}
.viewnews .content .title h2{font-size: 20px;line-height: 25px;display:block;margin-top: 10px}
.viewnews .content .title p{margin-bottom: 20px;display: block;color: #aaa;font-size: 16px}
.viewnews .content .title p i{margin-right:4px;}
.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:500;}
.viewnews .content .text{font-size: 18px;line-height: 30px;min-height: 550px}
.viewnews .content .text p{font-size: 18px;line-height: 30px;margin:20px 0;display: block;}
.viewnews .content .text h1{font-size: 30px}
.viewnews .content .text h2{font-size: 25px}
.viewnews .content .text img{max-width: 100%}
.viewnews .content .tagwords{display:block;padding-top:30px}
.viewnews .content .tagwords .tags{display:block;font-size: 16px;}
.viewnews .content .tagwords .tags span{display:inline-block;margin-right: 15px;font-weight: 500}
.viewnews .content .tagwords .tags a{display: inline-block;margin-right: 8px;background: #2c4889;color: #fff;font-size:13px;padding:5px 15px;border-radius:3px;font-size: 16px}
.viewnews .content .tagwords .tags a:hover{background:#d29100;}
.viewnews .prenext{border-top: 1px #ddd solid;padding-top: 30px;font-size: 0;width: 100%;margin-top: 50px}
.viewnews .prenext li{width: 40%;display:inline-block;font-size: 0}
.viewnews .prenext li a{font-size: 13px;}
.viewnews .prenext li a i{display:inline-block;line-height: 20px;font-size: 13px;width: 18%;vertical-align: top}
.viewnews .prenext li i:before{line-height: 18px;vertical-align:baseline;margin-right: 5px}
.viewnews .prenext li a span{width: 79%;font-size: 14px;line-height: 20px;height:20px;vertical-align: top;display:inline-block;overflow:hidden;white-space: nowrap;text-overflow: ellipsis;padding-left: 15px;border-left: 1px #ddd solid}
.viewnews .prenext li a i b{font-weight: normal;}
.viewnews .prenext li:nth-child(2){width: 20%;text-align:center;line-height: 18px;vertical-align: top;text-transform: uppercase;font-size: 14px}
.viewnews .prenext li:nth-child(2) i{font-size: 16px}
.viewnews .prenext li:nth-child(2) i b{width: auto;font-size: 13px;line-height: 18px;vertical-align: bottom;}
.viewnews .prenext li:last-child{text-align:right;}
.viewnews .prenext li a i.icon-arrow-right2:after{content: "\e90c";margin-left: 5px}
.viewnews .prenext li:last-child a span{padding-left: 0;border-left:none;padding-right: 15px;border-right: 1px #ddd solid}
.viewnews .row > div.list{padding-right: 5%}
.viewnews .row.last > div.list{padding-top:20px;}
.viewnews .last .list{position: relative;}
.viewnews .list .title{padding-bottom: 5%}
.viewnews .list .title h1{font-size: 25px;color:#000;font-weight:500}
.viewnews .list dl{border-bottom: 1px #ddd solid;padding:20px 0}
.viewnews .list dl:last-child{border-bottom: none;padding-bottom: 0}
.viewnews .list dl dt span{display:block;font-size: 14px;color: #2c4889;margin-bottom: 15px}
.viewnews .list dl dt h1{font-weight: 500;font-size: 20px;line-height: 20px;margin-bottom: 20px}
.viewnews .list dl dd{line-height:20px;max-height: 60px;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;word-wrap: break-word;-webkit-line-clamp: 3;-webkit-box-orient: vertical;font-size: 15px;color: #aaa}
@media screen and (max-width: 1399px){
	.viewnews .prenext li a i{width:10%}
	.viewnews .prenext li a i b,.viewnews .prenext li:nth-child(2) i b{display:none;}
}
@media screen and (max-width: 1199px){
	.viewnews .content .title h1{font-size: 30px;line-height:40px}
}
@media screen and (max-width: 991px){
	.viewnews .content .title{padding-top: 20px;padding-bottom: 20px;}
	.viewnews .list,.viewnews .content .date{display: none}
}

@media screen and (max-width: 767px){
    .viewnews .content .tagwords a{font-size:12px;padding:4px 12px}
	.viewnews .content .title h1{font-size: 20px;line-height: 28px}
	.viewnews .content .title p{font-size: 13px;}
	.location a{font-size: 13px}
	.location em{display: none}
	.viewnews .content .text{font-size: 14px;line-height: 25px;}
}
.service-inner .comm-title{margin-bottom: 40px}
.service-inner .services-content{display:block;}
.service-inner .services-content dl{border-bottom: 1px #ddd solid;padding-bottom: 80px;margin-bottom: 80px;align-items: center;}
.service-inner .services-content dl:nth-child(2n){flex-direction: row-reverse;}
.service-inner .services-content dl dt{position: relative;overflow: hidden;;padding:0;padding-top:22px;padding-left: 22px}
.service-inner .services-content dl dt:after{content: '';width: 100px;height: 200px;background: #fff;position: absolute;right: -50px;bottom: -100px;z-index: 1;transform: rotate(45deg);}
.service-inner .services-content dl dt:before{content: '';position: absolute;width:calc(100% - 22px);height:calc(100% - 22px);left: 0;top: 0;background:#00000010;z-index: -1;transition:all .3s;}
.service-inner .services-content dl:hover dt:before{background:#2c4889;}
.service-inner .services-content dl dt img{width: 100%}
.service-inner .services-content dl dd{padding:0;padding-left: 80px}
.service-inner .services-content dl:nth-child(2n) dd{padding-left: 0;padding-right: 80px}
.service-inner .services-content dl dd h1{font-size: 30px;display:block;}
.service-inner .services-content dl dd i{font-size: 60px;margin-top: 50px;color: #2c4889;display:inline-block;}
.service-inner .services-content dl dd i.icon-paper-plane{font-size: 55px}
.service-inner .download-list{margin-left: -15px;margin-right: -15px}
.service-inner .download-list > dl{padding:15px;}
.service-inner .download-list > dl a{display:block;background:#f8f8f8;padding: 60px 40px;box-shadow: 0 15px 15px -15px #00000030;}
.service-inner .download-list > dl a:hover{margin-top: -10px}
.service-inner .download-list > dl a dt{display:block;padding-top:80px;background:url(../images/pdf.png) no-repeat left top;}
.service-inner .download-list > dl a dd{display:block;position: relative;padding-right: 20px}
.service-inner .download-list > dl a dd h1{font-size: 20px;line-height: 25px;min-height: 50px}
.service-inner .download-list > dl a dd i{position: absolute;right: 0;top: 0;color: #aaa;font-size: 22px}
.service-inner .faq-content.row{margin-left: -15px;margin-right: -15px}
.service-inner .faq-content.row > div{padding: 15px;}
.service-inner .faq-content.row > div dl{background:#f5f5f5;padding:60px 40px;display:block;position: relative;overflow: hidden;}
.service-inner .faq-content.row > div dl:after{content: '';width: 60px;height: 120px;background: #fff;position: absolute;right: -30px;bottom: -60px;z-index: 1;transform: rotate(45deg);}
.service-inner .faq-content.row > div dl dt{display:block;font-size: 0;position: relative;}
.service-inner .faq-content.row > div dl dt span,.service-inner .faq-content.row > div dl dd span{display:inline-block;width: 40px;height: 40px;line-height: 40px;text-align: center;font-size: 16px;border: 2px #333 solid;border-radius: 50%;vertical-align: middle;font-weight: 400}
.service-inner .faq-content.row > div dl dt p{display:inline-block;font-size: 22px;line-height: 1.1;vertical-align: middle;width: calc(100% - 60px);padding-left: 10px;font-weight: 500}
.service-inner .faq-content.row > div dl dt i{position: absolute;right: 0;top: 10px;font-size: 20px;line-height: 40px;cursor: pointer;width: 1rem;height: 1rem}
.service-inner .faq-content.row > div dl dt i:after,.service-inner .faq-content.row > div dl dt i:before{content:'';position: absolute;width: 1rem;height: 2px;background:#000;display:block;transition:all .2s;}
.service-inner .faq-content.row > div dl dt i:after{left: 0;top: 50%;transform: translateY(-50%);}
.service-inner .faq-content.row > div dl dt i:before{width: 2px;height: 1rem;left: 50%;top: 0;transform: translateX(-50%);}
.service-inner .faq-content.row > div dl.this dt i:before{opacity: 0;}
.service-inner .faq-content.row > div dl dd {display:block;padding-top:20px;font-size: 0}
.service-inner .faq-content.row > div dl dd span{border-color: #2c4889;color: #2c4889;vertical-align: top}
.service-inner .faq-content.row > div dl dd div{width: calc(100% - 40px);padding-left: 10px;display:inline-block;vertical-align: top}
.service-inner .faq-content.row > div dl dd div p{font-size: 18px;line-height: 20px;height: 40px;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;word-wrap: break-word;-webkit-line-clamp: 2;-webkit-box-orient: vertical}
.service-inner .faq-content.row > div dl.this dd div p{overflow:visible;-webkit-line-clamp: none;display:block;}
.pagination-bar {text-align: center; overflow: hidden; padding:0;margin-top:50px;margin-bottom: 80px;font-size: 16px}
.pagination-bar.mb0{margin-bottom: 0;text-align: left;border-top: 1px #eee solid;padding-top: 50px}
.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;border-radius:5px;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;border-radius:5px;font-size: 15px}
.pagination-bar ul li.pageinfo {background: #e8e8e8;line-height: 42px;text-align: center;padding: 0 15px;border-radius:5px;font-size: 15px;color: #666}
.pagination-bar ul li.active{background: #2c4889;color: #fff;height: 42px;width: 42px;display: inline-block;border-radius:5px;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: #2c4889;}
@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;}
	.pagination-bar.mb0{text-align: center;padding-top: 30px}
}


.inner-contact{background: #f8f8f8;padding-top: 100px;padding-bottom: 100px;}
.inner-contact .row div:first-child{padding-left: 0;padding-right: 0}
.inner-contact .row div:last-child{padding-right: 0}
.inner-contact .contacts p{font-size: 16px}
.inner-contact .contacts .tel{display: block;padding-top: 50px}
.inner-contact .contacts .tel dl{display: block;margin-bottom: 30px;font-size: 0}
.inner-contact .contacts .tel dl dt{font-size: 25px;width: 45px;text-align: center;line-height: 28px;vertical-align: top}
.inner-contact .contacts .tel dl dt.icon-send{font-size: 23px}
.inner-contact .contacts .tel dl dt.icon-local{font-size: 32px}
.inner-contact .contacts .tel dl dd{width: calc(100% - 45px)}
.inner-contact .contacts .tel dl dd h1{display: block;font-size: 20px;line-height: 28px;font-weight: 400}
.inner-contact .contacts .tel dl dd h3,.inner-contact .contacts .tel dl dd h3 a{font-size: 18px;padding-top: 10px;color: #999}
.inner-contact .contacts .tel dl dd h3 a:hover{color: #ee7921}
.inner-privacy{background: #f8f8f8}
.inner-privacy .content{display: block;padding-top: 50px;font-size: 16px;line-height: 1.8}
.inner-privacy .content p{font-size: 16px;line-height: 1.8;display: block;margin-top: 10px;margin-bottom: 10px}

.solution-inner .list{margin-left: -20px;margin-right: -20px}
.solution-inner .list dl{padding: 20px}
.solution-inner .list dl a{display:block;box-shadow: 0 0 15px 15px #00000010;position: relative;}
.solution-inner .list dl a i{width: 60px;height: 60px;border-radius: 50%;display:inline-block;background: #ee7921;color: #fff;text-align: center;line-height: 60px;position: absolute;left: 50%;top: 55%;transform:translate(-50%,-50%);font-size: 25px;transition: all .3s;opacity: 0;z-index: 5;}
.solution-inner .list dl a:hover i{top: 50%;opacity: 1;}
.solution-inner .list dl a dt{display:block;overflow: hidden;background: #000}
.solution-inner .list dl a dt img{width: 100%;opacity: 0.6;transition: all .3s}
.solution-inner .list dl a:hover dt img{opacity: 0.9;transform:scale(1.05);}
.solution-inner .list dl a dd{display:block;padding: 30px;position: absolute;bottom: 0;left: 0;width: 100%}
.solution-inner .list dl a dd h1{font-size: 25px;display:block;color: #fff;font-weight: 400;padding-right:30px;}
.solution-inner .list dl a dd h1 span{position: absolute;right: 30px;top: 30px}
.solution-inner .list dl a dd p{font-size:16px;display:block;margin-top: 20px}

.inner-contact .map{padding-top: 50px;height: 600px}
@media screen and (max-width: 1199px){
	.inner-contact{padding-top: 60px;padding-bottom: 60px;}
	.inner-contact .contacts{padding-top: 30px}
	.inner-contact .contacts .tel{padding-top: 30px}
	.inner-contact .contacts .tel dl dd h1{font-size: 16px;line-height: 26px}
	.inner-contact .contacts .tel dl dd h3,.inner-contact .contacts .tel dl dd h3 a{font-size: 16px;padding-top: 5px}
	.inner-contact .map{padding-top: 40px;padding-bottom: 40px;height: 550px}
}
@media screen and (max-width: 991px){
	.inner-contact .row div:last-child{padding-left: 0}
	.inner-contact .map{padding-bottom: 20px;padding-top:30px}
}
@media screen and (max-width: 767px){
	.inner-contact{padding-top: 30px;padding-bottom: 0;}
	.inner-contact .contacts{padding-top: 20px}
	.inner-contact .contacts p{font-size: 14px;padding:0;margin: 3px 0}
	.inner-contact .contacts .tel dl dd h1{font-size: 16px;line-height: 20px}
	.inner-contact .contacts .tel dl dd h3,.inner-contact .contacts .tel dl dd h3 a{font-size: 14px;}
	.inner-contact .map{padding-bottom:0;}
}
#map{height:100%;-webkit-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}#map *{-webkit-text-size-adjust:none;-moz-text-size-adjust:none;-ms-text-size-adjust:none;-o-text-size-adjust:none;text-size-adjust:none;-webkit-box-sizing: content-box;  -moz-box-sizing: content-box; box-sizing: content-box;}#allmap {height: 100%;overflow: hidden;zoom:1;position:relative;}.mapcontent{margin:0;line-height:20px;padding:2px;font-size:12px}.mapcontent i{float:right;zoom:1;overflow:hidden;font-size: 20px;line-height:30px;margin-top:16px;}.BMapLib_SearchInfoWindow{position:absolute;border:1px solid #999;background-color:#fff;cursor:default}.BMapLib_SearchInfoWindow form,.BMapLib_SearchInfoWindow ul,.BMapLib_SearchInfoWindow li{margin:0;padding:0}.BMapLib_SearchInfoWindow img{border:0}.BMapLib_SearchInfoWindow ul{list-style:none}.BMapLib_SearchInfoWindow .BMapLib_bubble_top{border-bottom:1px solid #ccc;height:31px}.BMapLib_SearchInfoWindow .BMapLib_bubble_title{line-height:30px;background-color:#f9f9f9;overflow:hidden;height:30px;padding:0 5px;font-size:12px}.BMapLib_SearchInfoWindow .BMapLib_bubble_tools{padding-right:5px;position:absolute;top:0;right:0;height:30px;width:64px;z-index:10000}.BMapLib_SearchInfoWindow .BMapLib_bubble_tools div{float:right;height:30px;width:22px;cursor:pointer;background-color:#f9f9f9;cursor:pointer;overflow:hidden}.BMapLib_SearchInfoWindow .BMapLib_bubble_close{background:url(../images/iw_close.gif) no-repeat center center}.BMapLib_SearchInfoWindow .BMapLib_sendToPhone{background:url(../images/phone.png) no-repeat center center}.BMapLib_SearchInfoWindow .BMapLib_bubble_center{z-index:3}.BMapLib_SearchInfoWindow .BMapLib_bubble_content{padding:3px 5px;overflow-x:auto;overflow-y:hidden}.BMapLib_SearchInfoWindow .BMapLib_bubble_bottom{display:block;z-index:2}.BMapLib_SearchInfoWindow .BMapLib_trans{z-index:5;position:absolute;bottom:-31px;*bottom:-32px}.BMapLib_SearchInfoWindow .BMapLib_nav{width:100%;height:75px;overflow:visibile;position:relative}.BMapLib_SearchInfoWindow .BMapLib_nav input{vertical-align:middle}.BMapLib_SearchInfoWindow .iw_bt,.BMapLib_SearchInfoWindow .iw_bt_down,.BMapLib_SearchInfoWindow .iw_bt_over{width:48px;height:26px;line-height:18px;cursor:pointer;border:0;padding:0;background:url('../images/iw_bg.png') no-repeat 0 -87px;vertical-align:middle}.BMapLib_SearchInfoWindow .iw_bt_over{background-position:-52px -87px}.BMapLib_SearchInfoWindow .iw_bt_down{background-position:-104px -87px;font-weight:700}.BMapLib_search_text{width:100%;height:20px;line-height:20px;border:1px solid #a5acb2}.BMapLib_trans_text{width:100%;height:20px;line-height:20px;border:1px solid #a5acb2}.BMapLib_nav_tab{height:30px;width:100%;background:url('../images/iw_bg.png') repeat-x 0 0}.BMapLib_nav_tab li{position:relative;float:left;width:114px;height:25px;padding-top:5px;text-align:center;border-left:1px solid #dadada;cursor:pointer;overflow:hidden;width:33%}.BMapLib_nav_tab .BMapLib_icon{display:inline-block;position:relative;width:10px;height:15px;top:3px;margin-right:7px;background:url('../images/iw_bg.png') no-repeat 0 -136px}.BMapLib_nav_tab .BMapLib_icon_tohere{background-position:-15px -136px}.BMapLib_nav_tab .BMapLib_icon_nbs{width:14px;height:14px;background-position:-30px -136px}.BMapLib_nav_tab li.BMapLib_first{border-left:0}.BMapLib_nav_tab li:hover{text-decoration:none}.BMapLib_nav_tab li.BMapLib_current{color:#4d4d4d;cursor:default;background:url('../images/iw_bg.png') repeat-x 0 -44px}.BMapLib_nav_tab_content li{padding:10px 0 0 0;position:relative;height:22px;}.BMapLib_sms_tab_container{height:35px;background:#fcfcfc;position:relative;z-index:20;font-size:12px;font-weight:500;line-height:35px;padding-left:10px}.BMapLib_sms_pnl_phone{position:relative;z-index:10;padding:10px 15px 10px 15px;border-top:solid 1px #f2f2f2;font-size:12px}.BMapLib_ap{float:left;width:263px;height:172px;overflow-x:hidden;overflow-y:auto}.BMapLib_ap th{text-align:right;font-weight:normal}.BMapLib_mp{background:#f6f6f6;padding:10px;height:152px;overflow-x:hidden;overflow-y:auto}.BMapLib_mp_title{font-weight:500;height:18px;line-height:18px;padding-bottom:5px}.BMapLib_msgContent{font-size:12px:line-height:16px;word-break:break-all;word-wrap:break-word}.BMapLib_popup_close{padding:10px;background:url(../images/iw_close.gif) no-repeat center center transparent;border:0 none;cursor:pointer;height:13px;position:absolute;right:8px;top:8px;width:14px;z-index:50}.BMapLib_sms_input{ime-mode:disabled}.BMapLib_sms_input_l{width:90px}.BMapLib_sms_input_s{width:35px}.BMapLib_sms_declare_phone{color:#707070}#BMapLib_sms_tip{color:red;padding-left:20px}#BMapLib_success_tip{font-size:12px;text-align:center;padding:50px 0 20px 0;color:red}#BMapLib_activateTip{padding-left:5px;color:red}.p_mapContainer .map{ width:100%;height:500px;}
.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: 650px;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%;height: 70%}
.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}
.inquiryform .feedback ul li textarea{height: 18vh}
.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: 50px;height: 50px;background: #fff;border: 1px #eee solid;padding: 10px;font-size: 14px;box-shadow: 0 15px 15px -11px rgba(25, 17, 64, 0.05);}
.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: #2c4889}
@media screen and (max-width: 1299px){
	.inquiryform.show .feedback{height: 68%}
}
@media screen and (max-width: 1199px){
	.inquiryform.show .feedback{height: 66%}
	.inquiryform .feedback .title{height: 40px;line-height: 20px;font-size: 18px;}
	.inquiryform .feedback{padding:30px;width: 60%;top: 50%;left: 20%;transform: translateY(-50%);border:8px #00000030 solid;}
	.inquiryform .feedback .title i{right:-15px;top: -15px;}
}
@media screen and (max-width: 991px){
	.inquiryform.show .feedback{height: 64%}
}
@media screen and (max-width: 767px){
	.inquiryform .feedback .title{height: 40px;line-height: 20px;font-size: 18px;}
	.inquiryform .feedback{padding:20px;width: 90%;top: 50%;left: 5%;transform: translateY(-50%);border:8px #00000030 solid;}
	.inquiryform .feedback .title i{font-size: 18px;right:0;top: 0;}
	.feedback ul li:last-child input,.inner-contact .feedback ul li:last-child input{font-size: 14px;}
}
.title-center{text-align: center;padding-bottom: 30px}
.title-center h1,.title-left h1{font-size: 40px;position: relative;padding-bottom: 20px;display: inline-block;}
.title-center h1:after,.title-left h1:after{content:'';position: absolute;left: 0;bottom: 0;background: #2c4889;width:56px;height:3px}
.title-center h1:after{left: 50%;margin-left: -23px}
.title-center h2,.title-left h2{font-size: 20px;padding-top: 20px;font-family: 'Circe'}
@media(max-width:991px){
    .title-center h1,.title-left h1,.honor-inner h1{font-size: 30px;}
    .title-center h2,.title-left h2{font-size: 18px;}
}
@media(max-width:767px){
    .title-center{padding-bottom: 10px}
    .title-center h1,.title-left h1,.honor-inner h1{font-size: 24px;}
    .title-center h2,.title-left h2{font-size: 16px;}
}

.news-inner .row{margin-bottom: 20px}
.news-inner dl{padding:15px;}
.news-inner dl a{border:1px #e6e6e6 solid;display: block;width:100%;background: #fff;box-shadow: 0px 5px 20px 0px rgb(10 25 50 / 5%)}
.news-inner dl a dt{width:100%;overflow: hidden;padding:20px;vertical-align: top}
.news-inner dl a dt img{width:100%;transition: all .2s;vertical-align: top}
.news-inner dl a:hover dt img{transform: scale(1.05);}
.news-inner dl a dd{display: block;transition: all .2s;padding:20px;background:url(../images/tiao.png) no-repeat 300% -100% #fff;}
.news-inner dl a:hover dd{background:url(../images/tiao.png) no-repeat 200% 10% #2c4889}
.news-inner dl a dd span{color: #666;font-size: 12px;font-family: 'Circe Light'}
.news-inner dl a dd h1{font-family: 'GothaProBol';font-size:16px;color: #333;margin-top: 10px;margin-bottom: 10px;line-height:25px;height: 50px;overflow: hidden;}
.news-inner dl a dd h2{font-family: 'Circe';text-transform: uppercase;font-size: 13px}
.news-inner dl a dd p{width: 100%;display: block;height: 60px;line-height: 20px;overflow: hidden;opacity: 0;transition: all .4s;font-size: 0}
.news-inner dl a:hover dd p{opacity: 1;}
@media(max-width:767px){
    .certificate-inner .row dl a dd h1{font-size: 16px;}
    .news-inner dl{padding:10px 0;}
    .news-inner dl a dt{padding:12px;}
    .news-inner dl a dd h1{margin-bottom: 0;}
    .news-inner dl a dd p{height: 40px}
}
@media(max-width:576px){
    .certificate-inner .row dl a dd h1{font-size: 15px;}
}
.inner-news-nav{background: #F5F7FA;line-height: 55px;height: 55px;border-top: 1px rgba(0,0,0,0.1) solid;margin-top: 120px}
.news-inner .title-center{text-align:  center;padding-top: 50px;padding-bottom: 20px}
.news-inner .title-center h1{font-size:30px;}
.news-inner-detail{background:url(../images/newsbg.jpg) no-repeat; background-size: cover;padding:0 15%}
.news-inner-detail .container{padding-top: 60px;padding-bottom: 60px}
.news-inner-detail .info-lm{background:#2c4889;color: #333;font-size: 12px;padding: 5px 30px;display: inline-block}
.news-inner-detail .info-title{font-size: 28px;font-family:'Circe Extra Bold';display: block;margin-bottom:20px;margin-top: 50px}
.news-inner-detail .info-date{border-bottom: 2px #e6e6e6 solid;padding-bottom: 20px;padding-top: 10px;position: relative;color: #666e80}
.news-inner-detail .info-date:after{content: '';position:absolute;bottom: -2px;left: 0;width:100px;height: 2px;background: #2c4889}
.news-inner-detail .info-content{padding:50px 0;font-size: 16px;line-height: 32px;color:#666e80;text-align:justify}
.news-inner-detail .info-content img{max-width: 100%}
.news-inner-detail .prenext{background: #fff;padding: 25px;font-size: 0;width: 100%;box-shadow: 0px 5px 30px 0px rgb(10 25 50 / 10%)}
.news-inner-detail .prenext li{width: 40%;display:inline-block;font-size: 0}
.news-inner-detail .prenext li a{font-size: 14px;line-height: 22px;vertical-align: top;text-transform:uppercase;}
.news-inner-detail .prenext li a i{display:inline-block;line-height: 20px;font-size: 16px;vertical-align: top}
.news-inner-detail .prenext li i:before{line-height:20px;vertical-align: top;}
.news-inner-detail .prenext li:nth-child(2){width: 20%;text-align:center;line-height:20px;vertical-align: top;text-transform: uppercase;}
.news-inner-detail .prenext li:nth-child(2) i{font-size:20px}
.news-inner-detail .prenext li:last-child{text-align:right;}



.feedback-content{padding-left: 40px;}
.feedback-content input{width:100%;height: 45px;line-height: 45px;border:none;background:#f8f8f8;border-radius: 3px;padding: 3px 12px;}
.feedback-content textarea{width:100%;height: 130px;border:none;background:#f8f8f8;border-radius: 3px;padding: 10px 12px;}
.feedback-content .row > div{padding-right: 15px}
.feedback-content div{margin-bottom: 20px;}
.feedback-content div:last-child input{background: #2c4889;padding: 0 12px}
.feedback-content .checkcode{padding-top: 10px}
.feedback-content .checkcode img{margin-top: 10px;margin-left: 5px}
@media (max-width:1199px){
    .about-content .title h1,.product-content .title h1{font-size:25px}
    .about-content .headerinfo h1{font-size: 22px}
    .about-content .headerinfo h2{font-size: 15px;line-height: 25px;padding-bottom: 20px}
}
@media (max-width:991px){
    .about-content .title, .product-content .title{padding-top: 40px}
    .feedback-content{padding: 20px 0}
    .about-content .feedtitle{padding-left: 0}
    .about-content .headerinfo h1{font-size: 20px;}
    .about-content.project-item .title{padding: 0 2%}
}
@media (max-width:767px){
    .about-content.project-item{padding-top: 20px}
    .feedback-content div{padding: 0}
    .feedback-content .checkcode{padding-left: 5%}
    .contact-offices dl{min-height:auto}
    .contact-offices dl dt{line-height: 30px;font-size: 20px;padding-bottom: 10px}
    .contact-offices dl dd{line-height: 25px;font-size: 14px;}
}

.footer{background: #111;padding-top:60px;position: relative;z-index: 50;}
.footer .row:first-child{align-items: center;border-bottom: 1px #ffffff10 solid;padding-bottom: 30px;}
.footer .row > div{padding: 0}
.footer .row .foot-logo a{display:block;}
.footer .row .foot-logo a i{font-size: 50px;color: #fff}
.footer .row .socialmedia{text-align:right;}
.footer .row .socialmedia a{font-size:16px;background:rgba(255,255,255,.7);width: 32px;height: 32px;display: inline-block;line-height: 32px;text-align: center;margin-right: 12px;border-radius: 5px;color: #000;position: relative}
.footer .row .socialmedia a:hover{background: #02a943;color: #fff}
.footer .row .socialmedia a img{position: absolute;top: -120px;border-radius:3px;left: 50%;margin-left: -50px;width:100px;height: 100px;opacity: 0;visibility: hidden;transition: all .2s;background: #fff}
.footer .row .socialmedia a:hover img{top:-112px;opacity: 1;visibility: visible;box-shadow: 0px 3px 10px 0px rgb(10 25 50 / 20%);}
/*.footer .row .socialmedia a:after {position: absolute;top:-20px;left: 50%;display: inline-block;border-right: 8px solid transparent;border-top: 8px solid #ffffff; border-left:8px solid transparent;content: '';margin-left: -8px;transition: all .2s;opacity: 0;}
.footer .row .socialmedia a:hover:after{top:-13px;opacity: 1;}*/

.footer .row:last-child{padding-top: 50px;padding-bottom: 40px;border-bottom: 1px #ffffff10 solid;}
.footer .row:last-child h1{color: #fff;font-size: 25px;display:block;padding-bottom: 20px;font-weight: 400}
.footer .row .subscription form{display:block;padding:8px;margin-top: 10px;position: relative;font-size: 0;background: #fff;width: 85%;}
.footer .row .subscription form input{width: calc(100% - 45px);font-size: 16px;line-height: 42px;height: 42px;border: none;padding-left:10px;display:inline-block;vertical-align: top;background: none}
.footer .row .subscription form button{width:42px;height: 42px;line-height: 46px;border-radius: 50%;border:none;background: #ddd;font-size: 18px;outline: none;transition:all .3s;display:inline-block;vertical-align: top}
.footer .row .subscription form button:hover{background: #02a943;color: #fff}
.footer .row .subscription .agree{width: 85%;display:block;font-size: 0;padding-top: 20px}
.footer .row .subscription .agree i{font-size: 18px;display:inline-block;color: #ffffff70;width: 28px;vertical-align: top;}
.footer .row .subscription .agree p{color: #ffffff70;font-size: 15px;display:inline-block;vertical-align: top;width: calc(100% - 28px)}
.footer .row .footmenu {padding-left: 4%}
.footer .row .footmenu ul,.footer .row .footcontact ul{height: auto;font-size: 0;display:block;}
.footer .row .footmenu ul li{line-height: 35px;width: 50%;display:inline-block;vertical-align: top;padding: 0;margin: 0}
.footer .row .footmenu ul li a{font-size: 18px;line-height: 35px;color: #ffffffa0}
.footer .row .footmenu ul li a i{line-height: 32px;display:inline-block;margin-right: 5px;vertical-align: top}
.footer .row .footmenu ul li a:hover{color: #fff}
.footer .row .footcontact{padding-left: 2%}
.footer .row .footcontact .service-line{display:block;margin-bottom: 20px;font-size: 0}
.footer .row .footcontact .service-line .icon{width: 70px;display:inline-block;vertical-align: top;}
.footer .row .footcontact .service-line .icon i{display:block;color: #fff;font-size: 65px}
.footer .row .footcontact .service-line .phone{display:inline-block;width: calc(100% - 70px);vertical-align: top;padding-top: 10px}
.footer .row .footcontact .service-line .phone h2{color: #ffffffa0;font-size: 15px;font-weight: 300;line-height: 15px}
.footer .row .footcontact .service-line .phone a{font-size: 28px;line-height: 40px;color: #ffffffd0;font-family: 'poppinssb'}
.footer .row .footcontact .service-line .phone a i{font-size: 40px;line-height: 40px;vertical-align: top;padding-right: 5px;display:inline-block;}
.footer .row .footcontact .service-line .phone a:hover{color: #fff}
.footer .row .footcontact ul{padding-left: 10px}
.footer .row .footcontact ul li{font-size: 16px;line-height: 24px;color: #ffffffa0;padding: 5px 0}
.footer .row .footcontact ul li a{font-size: 16px;line-height: 24px;color: #ffffffa0}
.footer .row .footcontact ul li a:hover{color: #fff}
.footer .row .footcontact ul li i{display:inline-block;padding-right: 5px;line-height: 24px;vertical-align: top}
.copyright{text-align: center;color: rgba(255,255,255,.5);font-size:15px;line-height: 80px}
.copyright a{font-size:15px;color: rgba(255,255,255,.5) }
.copyright a img{width: 16px;display: inline-block;margin-right: 5px;vertical-align: text-top;}
.copyright a:hover{color: #fff}
@media (max-width:1699px){

}
@media (max-width:1299px){

}
@media (max-width:1099px){

}
@media (max-width:991px){

}
@media (max-width:767px){

}