/* 2023-02 HLP */
/* 滚动条样式 */
/* ::-webkit-scrollbar{width:8px;height:8px}
::-webkit-scrollbar-track{background:#ccc}
::-webkit-scrollbar-thumb{background:#1e137b;height:60px}
::-webkit-scrollbar-thumb:window-inactive{background:#1e137b}
::-webkit-scrollbar-thumb:vertical:hover{background:#1e137b} */

/* 字体 */
@font-face {
	font-family: "Gilroy-R";
	src: url("../fonts/GILROY-REGULAR-3.OTF") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Gilroy-L";
	src: url("../fonts/GILROY-LIGHT-11.OTF") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Gilroy-M";
	src: url("../fonts/GILROY-MEDIUM-2.OTF") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Gilroy-D";
	src: url("../fonts/GILROY-BOLD-4.OTF") format("truetype");
	font-weight: normal;
	font-style: normal;
}
/* css reset start */
body{font-family:"微软雅黑","Microsoft YaHei","Helvetica Neue",Helvetica,Arial;color:#333;width:100%;min-width:320px;font-size:14px;background:#fff;word-break:break-word;overflow-x:hidden}
textarea{resize:none}
a{text-decoration:none;outline: none;color:#333}
a:hover{color:#1e137b}
.animated{-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.img{overflow:hidden;position:relative;-webkit-transition:all .5s;transition:all .5s}
.img img{display:block;width:100%;-webkit-transition:all .5s;transition:all .5s}
.zoomImg:before{content: "";position: absolute;top: 0;left: -90%;z-index: 2;display: block;width: 50%;height: 100%;background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 100%);background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 100%);-webkit-transform: skewX(-25deg);-ms-transform: skewX(-25deg);transform: skewX(-25deg);-webkit-transition: all 0.75s;transition: all 0.75s;}
.zoomImg:hover>img{-webkit-transform: scale(1.1);transform: scale(1.1);}
.zoomImg:hover:before{left:125%;}
.fixedBg{background-repeat:no-repeat;background-position:center;background-size:cover;background-attachment:fixed;position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}
.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}
.ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.fl{float:left}
.fr{float:right}
img[onclick]{cursor:pointer}
.swiper-button-next,.swiper-button-prev,.swiper-pagination-bullet{border:none;outline:0}
a.swiper-slide{display:block}
.wrapper{min-height:50vh;transition: all 0.3s;}
.inside-main{width:100%;padding-top:50px;padding-bottom:50px;overflow:hidden;position:relative}
.gotop{width:40px;height:40px;background:url(../images/icon/gotop.svg) no-repeat center;background-size:contain;position:fixed;right:-40px;bottom:120px;z-index:1;cursor:pointer;-webkit-transition:all .5s;transition:all .5s}
.gotop.on{right:15px}
.gotop:hover{background-image:url(../images/icon/gotop.png)}
.InfoContent{color:#666;line-height:1.875}
.InfoContent img{display:inline-block;max-width:100%}
.InfoContent video{display:block;max-width:100%;margin:0 auto}
.InfoContent p{margin:0}
.InfoContent .table{border-color:#e6e6e6;color:inherit}
.InfoContent .table>:not(caption)>*>*{padding:8px 10px;}
.InfoContent .table tr>td:first-child{width: 25%;}
.hrefAnchor{position: absolute;top:-60px;}
@media (min-width:576px) and (max-width:767px) {
	.container{max-width: none;}
}
@media (max-width:767px){
	.PC-show{display:none!important}
	.gotop{width:30px;height:30px}
	.container{padding-left:15px;padding-right:15px}
}
@media (min-width:768px){
	.hrefAnchor{top:-70px;}
	.inside-main{padding-top:70px;padding-bottom:70px;}
	.container{padding-left:0;padding-right:0}
	.Min-show{display:none!important}
	.InfoContent{font-size:16px;}
	.InfoContent .table>:not(caption)>*>*{padding:8px 20px;}
}
@media (min-width:1200px){
	.inside-main{padding-top:90px;padding-bottom:90px;}
	.InfoContent .table tr>td:first-child{width: 20%;}
}
@media (min-width:1600px){
	.inside-main{padding-top:110px;padding-bottom:110px;}
	.container{max-width:1400px}
	.InfoContent .table>:not(caption)>*>*{padding:8px 30px;}
	.InfoContent .table tr>td:first-child{width: 16.25%;}
}
@media (min-width:1800px){
	.container{max-width:1600px}
}

/* 横屏 */
@media (max-width:767px) and (orientation:landscape){

}
/* 竖屏 */
@media (max-width:767px) and (orientation:portrait){

}




/* header */
.header .navbar{display: block;top:0;padding:0;background-color:#fff;-webkit-transition: all 0.3s linear 0s;transition: all 0.3s linear 0s;}
.header .container{position:relative}
.navbar-top .container{display: flex;justify-content: space-between;align-items: center;}
.header .navbar-brand{padding:15px 0}
.navbar-brand .navbar-brand-item{display:block;height:30px}
.navbar-brand{display: flex;align-items: center;}
.navbar-brand-text{color:#333;font-weight: 700;padding-left:25px;margin-left:25px;line-height:1.1;background: url(../images/line.png) no-repeat left center;background-size:auto 100%}
.navbar-brand-text .p1{font-size:18px;color:#1e137b;margin-bottom:5px;}
.navbar-brand-text .p2{font-size:14px;margin-bottom:0;}
.navbar-top-nav{width:100%;background:#1e137b;}
.header .nav-item>.dropdown-toggle{display:none}
.header .nav-link{position: relative;color:#fff;display: block;overflow: hidden;}
.header .nav-link>span{position: relative;z-index: 2;}
.header .active .nav-link,
.header .nav-link:hover{color:#fff}
.header .nav-link:after{content: '';position: absolute;width:100%;height:0;background:#d41212;left:0;top:0;opacity: 0;-webkit-transition: all 0.3s;transition: all 0.3s;}
.header .nav-link:hover:after,
.header .active>.nav-link:after{height:100%;opacity: 1;}
.navbar-tel{position: relative;padding-left:40px;line-height: 1.1;}
.navbar-tel>img{position: absolute;left:0;width:30px;top:50%;transform: translateY(-50%);}
.navbar-tel>.p1{font-size:12px;color:#595959;margin-bottom:3px;}
.navbar-tel>.p2{font-size:18px;color:#333;font-family: "Gilroy-M";margin:0;}

.header .navbar-toggler{padding:0;border:none;width:30px;height:30px}
.header .navbar-toggler:focus{box-shadow:none}
.header .navbar-toggler .icon-bar{width:30px;height:2px;background-color:#fff;display:block;position:relative;-webkit-transition:all .3s;transition:all .3s}
.header .navbar-toggler .icon-bar+.icon-bar{margin-top:6px}
.header .navbar-toggler.menu-close .icon-bar:nth-child(1){-webkit-transform:rotate(45deg);transform:rotate(45deg);top:4px}
.header .navbar-toggler.menu-close .icon-bar:nth-child(3){-webkit-transform:rotate(-45deg);transform:rotate(-45deg);top:-4px}
.header .navbar-toggler.menu-close .icon-bar:nth-child(2){display:none}

.header .dropdown-menu{border-radius:0;border:none;margin-top:0}
.header .dropdown-menu>li{border-bottom:1px dashed #e4e4e4;}
.header .dropdown-item{font-size:14px;color:#333;line-height:20px;padding:10px;}
.header .dropdown-menu .dropdown-item+.dropdown-item{border-top:1px #e4e4e4 dashed}
.header .dropdown-item:hover{color:#d41212;background-color:transparent}

.top-search{position: relative;padding:12px 0;}
.top-search input{display: block;width:100%;height:30px;font-size:14px;border:1px solid #fff;border-radius: 15px;padding:0 45px 0 15px;background:transparent;color:#fff;outline: none;}
.top-search input::-moz-placeholder{color:#fff;opacity:1}
.top-search input::placeholder{color:#fff;opacity:1}
.top-search .btn{position: absolute;top:12px;right:0;height:30px;width:35px;background:url(../images/icon/search.png) no-repeat left center;}

.navbar-top{height:40px;}
.wrapper{padding-top:100px;}
.moveTop .wrapper{padding-top:60px;}
.moveTop .navbar{top:-40px;}
@media (max-width:1199px){
	/* 二级导航 */
	.header .nav-link{padding:10px;}
	.header .nav-item>.dropdown-toggle{display: block;}
	.header .navbar-collapse{max-height:calc(100vh - 110px);overflow-y: auto;}
	.header .navbar-nav .nav-link{font-size:16px;}
	.top-search{padding:20px 0;}
	.top-search input{height:40px;}
	.top-search .btn{height:40px;top:20px;}
	.header .dropdown-menu{background:transparent;padding:15px 15px 25px;background:rgba(255,255,255,0.15);border-radius: 8px;overflow: hidden;}
	.header .dropdown-item{color:rgba(255,255,255,0.8);}
	.header .dropdown-item:hover{color:#fff;}
	.header .dropdown-menu>li{border-bottom-color:rgba(255,255,255,0.5)}
	.navbar-nav>.dropdown>i{position:absolute;width:50%;height:50px;right:0;top:0;display:block;z-index:2;cursor:pointer}
	.navbar-nav>.dropdown>i:after,.navbar-nav>.dropdown>i:before{content:'';position:absolute;background:#fff;transition:all .3s;border:none;}
	.navbar-nav>.dropdown>i:before{width:14px;height:2px;right:10px;top:50%;margin-top:-1px}
	.navbar-nav>.dropdown>i:after{width:2px;height:14px;right:16px;top:18px}
	.navbar-nav>.dropdown>i.show:after,.navbar-nav>.dropdown>i.show:before{background:#fff}
	.navbar-nav>.dropdown>i.show:after{height:0}
	.navbar-nav>.dropdown.active>i:after,.navbar-nav>.dropdown.active>i:before{background:#fff}
	
	.header .navbar-toggler{position:absolute;right:0;top:20px}
	.navbar-top{padding:5px 0;}
	.navbar-top .container{justify-content: center;}
	.navbar-tel>.p1{display: none;}
	.navbar-tel>.p2{line-height: 30px;}
	.navbar-top .navbar-brand{display: none;}
	.navbar-brand-text,
	.navbar-brand-text .p1{color:#fff;}
	.navbar-brand-text{background: url(../images/line2.png) no-repeat left center;background-size:auto 100%}
	.navbar-top-nav .container{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
}
@media (max-width:767px){
	.header .navbar-collapse{max-height:calc(100vh - 100px);}
	.header .navbar-brand{padding:12px 0;}
	.navbar-brand .navbar-brand-item{height:20px;}
	.header .navbar-toggler{right:15px;top:15px}
	.navbar-brand-text{padding-left:15px;margin-right:15px;}
	.navbar-brand-text .p1{font-size:16px;}
	.navbar-brand-text .p2{font-size:12px;}
	.header .navbar-nav .nav-link{font-size:14px;}
	.header .nav-link{padding-top:15px;padding-bottom:15px;}
}
@media (max-width:575px){
	.header .navbar-brand{padding:20px 0;}
	.navbar-brand-text{display: none;}
}
@media (min-width:768px){
	.header .navbar-brand{padding:15px 0;}
	.header .nav-link{line-height:30px}
	
	.wrapper{padding-top:110px;}
	.moveTop .wrapper{padding-top:70px;}
	.moveTop .navbar{top:-40px;}
}
@media (min-width:1200px){
	.header .navbar-collapse{display: block!important;}
	.header .navbar-nav{margin:0!important;justify-content: space-between;}
	.top-search input{max-width:174px;}
	.header .dropdown-menu>li:last-child{border-bottom:none;}
	.header .navbar-nav .nav-link{font-size:14px;padding:12px 20px;}
	.header .dropdown-menu{min-width:100%;box-shadow:none;text-align:center;padding:0;-webkit-transform:translateX(-50%);transform:translateX(-50%);left:50%;background:rgba(255,255,255,0.9);border-bottom:2px solid #d41212;}
	.header .dropdown-item{font-size:13px;}
	
	
	.navbar-top-nav .navbar-brand{display: none;}
	.header .navbar-brand{padding:29px 0;}
	.navbar-brand-text .p1{font-size:20px;}
	.navbar-brand-text .p2{font-size:14px;}
	.navbar-tel>.p1{font-size:14px;margin-bottom:8px;}
	.navbar-tel>.p2{font-size:24px;}
	.navbar-tel{padding-left:60px;}
	.navbar-tel>img{width:45px;}
	
	.navbar-top{height:100px;}
	.wrapper{padding-top:150px;}
	.moveTop .wrapper{padding-top:50px;}
	.moveTop .navbar{top:-100px;}
}
@media (min-width:1400px){
	.header .navbar-brand{padding:34px 0;}
	.navbar-brand .navbar-brand-item{height:40px;}
	.navbar-brand-text .p1{font-size:24px;}
	.navbar-brand-text .p2{font-size:18px;}
	
	.header .navbar-nav .nav-link{font-size:16px;padding-left:30px;padding-right:30px;}
	.header .dropdown-item{font-size:14px;}
	
	.navbar-top{height:120px;}
	.wrapper{padding-top:170px;}
	.moveTop .navbar{top:-120px;}
}
@media (min-width:1600px){
	.header .navbar-nav .nav-link{font-size:18px;padding-left:40px;padding-right:40px;}
	.header .dropdown-item{font-size:15px;}
}



/*foot*/
.footer{background:#150a6b;color:rgba(255,255,255,0.6);width:100%;overflow: hidden;}
.footer a{color:rgba(255,255,255,0.6);}
.foot-top{overflow: hidden;padding:30px 0 20px;}
.foot-top-left p{margin-bottom:10px;}
.foot-top-left .flogo{display:block;margin-bottom:30px;}
.foot-top-left .flogo>img{display: block;height:20px;}
.foot-nav{display: flex;flex-flow: row wrap;justify-content: space-between;margin-left:-20px;margin-right:-20px;}
.foot-nav>dl{padding-left:20px;padding-right:20px;margin-bottom:0;}
.foot-nav a{position: relative;top:0;display: block;line-height: 25px;-webkit-transition: all 0.3s;transition: all 0.3s;}
.foot-nav a:hover{color:#d41212;top:-2px;}
.foot-nav dt>a{font-size:16px;font-weight: 700;color:#fff;}
.foot-nav dt>a:after{content: '';display: block;width:18px;height:1px;background:rgba(255,255,255,0.6);margin:15px 0 20px;}
.foot-nav dd{margin:0;}
.foot-nav dd>a{margin-bottom:10px;}
.foot-nav dd>a:last-child{margin-bottom:0;}
.foot-bottom{padding:20px 0;border-top:1px solid rgba(255,255,255,0.3);}
.copyright{line-height:24px;}
.copyright p{margin:0;}
.copyright a{display: inline-block;}
.copyright img,
.copyright a img{display:inline-block;vertical-align:middle;}
.copyright a:hover{text-decoration: underline;}
img.support{display:block;height:14px;vertical-align: -2px!important;opacity: 0.6;}
@media (max-width:767px){
	.copyright{font-size:12px;}
	img.support{height:12px;}
	.foot-top-right{display: none;}
}
@media (min-width:768px){
	.foot-top{padding:50px 0;}
	.foot-top-left{margin-bottom:30px;}
	.foot-top-left .flogo>img{height:30px;}
	.foot-top-left>li img{height:40px;}
	.copyright{display: flex;justify-content: space-between;flex-flow: row wrap;}
}
@media (min-width:992px){
	.foot-top-left{float:left;display: block;max-width:320px;}
	.foot-top-left>li:last-child{border-bottom:none;}
	.foot-top-right{float:right;}
	.foot-bottom{padding:30px 0;}
}
@media (min-width:1200px){
	.foot-top{padding:70px 0;}
	.foot-nav{margin-left:-25px;margin-right:-25px;}
	.foot-nav dl{padding-left:25px;padding-right:25px;}
	.foot-nav dt>a{font-size:20px;}
	.foot-nav dd>a{font-size:16px;}
	.foot-nav dd>a{margin-bottom:15px;}
	.foot-nav dt>a:after{margin:20px 0 25px;}
}
@media (min-width:1400px){
	.foot-top{padding:90px 0;}
	.foot-top-left .flogo>img{height:40px;}
	.foot-nav dl{min-width:190px;}
}
@media (min-width:1800px){
	.foot-top{padding:110px 0;}
}


/* 搜索结果 */
.inside-form{margin-bottom:35px;display: flex;align-items: center;flex-flow: row wrap;}
.inside-form form{position: relative;width:600px;max-width:100%;overflow: hidden;margin-bottom:8px;}
.inside-form form input{display: block;width:100%;height:50px;font-size:14px;border:1px solid #ccc;background:none;padding:0 85px 0 15px;outline: none;border-radius: 5px;}
.inside-form form input:focus{border-color:#999;}
.inside-form form .button{position: absolute;right:0;top:0;display:block;width:70px;height:100%;line-height:45px;padding:0;text-align: center;background-color:#1e137b;border:0;border-radius:0 5px 5px 0;font-size:16px;color:#fff;outline:none;z-index: 2;background-image: url(../images/icon/search.png);background-repeat: no-repeat;background-position: center;}
.inside-form form .button:hover{background-color:#ff3e1c;}
.search-keyList{font-size:14px;margin-bottom:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.search-keyList *{margin-right:5px;color:#666}
.search-keyList a:hover{text-decoration: underline;color:#333;}

.noResult{margin-bottom:30px;}
.returnList{margin-left:-10px;margin-right:-10px;display: flex;flex-flow: row wrap;}
.returnList:before,
.returnList:after{display: none;}
.returnList .column{padding:0 10px;margin-bottom:10px;}
.returnList .item{position: relative;border-bottom:1px solid #e0e0e0;padding:20px 0;}
.returnList .return-title{position: relative;margin-bottom:10px;transition: all 0.5s;}
.returnList .return-title:before{content: '';position: absolute;width:4px;height:4px;border-radius: 50%;background:#1e137b;left:-15px;top:50%;margin-top:-2px;opacity: 0;transition: all 0.5s;}
.returnList .return-title>a{font-size:16px;font-weight: 700;color:#333;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;transition: all 0.5s;}
.returnList .return-content{font-size:14px;line-height:28px;height:56px;overflow: hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:#666;padding-right:70px;}
.returnList .swiper-button-next{position: absolute;top:auto;margin-top:0;right:0;bottom:30px;width:30px;height:30px;border-radius: 50%;border:1px solid #c5c5c5;transition: all 0.5s;}
.returnList .swiper-button-next:after{content: 'next';font-size:12px;font-weight: 700;font-family: 'swiper-icons';color:#c5c5c5;transition: all 0.5s;}
.returnList .swiper-button-next>a{position: absolute;display: block;width:100%;height:100%;top:0;left:0;}
.returnList .item:hover .return-title{padding-left:15px;}
.returnList .item:hover .return-title:before{left:0;opacity: 1;}
.returnList .item:hover .return-title>a{color:#333;}
.returnList .item:hover .swiper-button-next{border-color:#1e137b}
.returnList .item:hover .swiper-button-next:after{color:#1e137b}
@media (min-width: 768px) {
	.inside-form form{margin-right:20px;}
	.inside-form form input{font-size:16px;}
	.search-keyList{font-size:16px;}
	.returnList{margin-left:-20px;margin-right:-20px;}
	.returnList .column{padding:0 20px;margin-bottom:20px;}
}
@media (min-width: 992px) {
	.returnList .column{width:50%;}
}
@media (min-width: 1200px) {
	.returnList{margin-left:-30px;margin-right:-30px;}
	.returnList .column{padding:0 30px;}
	.returnList .item{height:100%;}
	.returnList .return-content{padding-right:85px;}
	.returnList .swiper-button-next{width:40px;height:40px;bottom:26px;}
}

/*banner*/
.banner{position: relative;}
.banner-text{position:absolute;width:100%;left:0;right:0;top:50%;transform: translateY(-50%);overflow: hidden;z-index: 2;color:#fff;}
.banner-text .pCh{font-size:20px;line-height: 1.333;opacity:0;font-family: 'Source Han Sans CN';-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0);transition: all 0.8s 0.4s;}
.banner-text .pEn{color:rgba(255,255,255,0.75);font-size:12px;line-height: 1.875;margin-top:15px;font-family: 'Gilroy-R';text-transform: uppercase;opacity:0;-webkit-transform:translate3d(50%,0,0);transform:translate3d(50%,0,0);transition: all 0.8s 0.6s;}
.banner .public-href{margin-top:30px;opacity:0;-webkit-transform:translate3d(50%,0,0);transform:translate3d(50%,0,0);transition: all 0.8s 0.8s;}
.banner .swiper-slide-active .banner-text .pCh,
.banner .swiper-slide-active .banner-text .pEn,
.banner .swiper-slide-active .public-href{opacity:1;-webkit-transform:none;transform:none}

.banner .swiper-pagination{bottom:5%;}
.banner .swiper-pagination-bullet{position: relative;width:16px;height:16px;background:transparent;border:1px solid transparent;opacity: 1;overflow: hidden;transition: all 0.5s;}
.banner .swiper-pagination-bullet:before{content: '';position: absolute;width:33.333333%;height:33.333333%;background:#fff;border-radius: 50%;top:50%;left:50%;transform: translate(-50%,-50%);-webkit-transition:all 0.5s;transition:all 0.5s;}
.banner .swiper-pagination-bullet-active{border-color:#fff;}
.banner .swiper-button-prev,
.banner .swiper-button-next{width:40px;height:40px;margin-top:-20px;border-radius: 50%;border:1px solid #fff;font-family: arial;color:#fff;display: flex;justify-content: center;align-items: center;opacity: 1;-webkit-transition:all 0.5s;transition:all 0.5s;}
.banner .swiper-button-prev:after,
.banner .swiper-button-next:after{display:none}
.banner .swiper-button-prev{left:-50px;}
.banner .swiper-button-next{right:-50px;}
.banner:hover .swiper-button-prev{left:10px;}
.banner:hover .swiper-button-next{right:10px;}
.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover{border-color:#d41212;background:#d41212;}
@media (min-width:768px){
	.banner .swiper-pagination{bottom:7.5%;}
	.banner-text .pCh{font-size:30px;}
	.banner-text .pEn{font-size:14px;}
}
@media (min-width:1200px){
	.banner-text .pCh{font-size:40px;}
	.banner .public-href{margin-top:45px;}
	.banner .swiper-pagination-bullet{width:20px;height:20px;}
}
@media (min-width:1400px){
	.banner-text .pCh{font-size:50px;}
	.banner-text .pEn{font-size:16px;margin-top:25px;}
}
@media (min-width:1600px){
	.banner-text .pCh{font-size:60px;}
	.banner .public-href{margin-top:60px;}
	.banner .swiper-pagination-bullet{width:24px;height:24px;}
}

.index-title{margin-bottom:40px;}
.index-title .h2{font-size:20px;margin-bottom:10px;text-transform: uppercase;;font-weight: 700;}
.index-title .h2>span{font-size:24px;font-family: 'Gilroy-D';color:#1e137b;display: inline-block;}
.index-title .more>a{font-weight: 700;font-size:14px;color:#1e137b;-webkit-transition: all 0.5s;transition: all 0.5s;}
.index-title .more>a:hover{text-decoration: underline;padding-left:10px;}

.public-href.text-center{display: flex;justify-content: center;}
.public-href>.more{position: relative;display: flex;justify-content: center;width:140px;max-width:100%;font-size:14px;line-height:38px;border:1px solid #1e137b;border-radius: 23px;color:#fff;overflow: hidden;background:#1e137b;text-align: center;-webkit-transition: all 0.3s;transition: all 0.3s;}
.public-href>.more:before{content: '';position: absolute;width:100%;height:100%;border-radius: 25px;background:rgba(255,255,255,0.1);left:0;bottom:0;-webkit-transform: rotate(-90deg);transform: rotate(-90deg);-webkit-transform-origin: left bottom;transform-origin: left bottom;-webkit-transition: all 0.5s linear 0.2s;transition: all 0.5s linear 0.2s;}
.public-href>.more>span{position: relative;margin-right:0;-webkit-transition: margin-right 0.3s;transition:  margin-right 0.3s;}
.public-href>.more>i{position: relative;font-family: arial;}
.public-href>.more:hover{color:#fff;border-color:#d41212;background:#d41212;}
.public-href>.more:hover>span{margin-right:10px;}
.public-href>.more:hover:before{-webkit-transform: rotate(0);transform: rotate(0);}
.public-href.white>.more{color:#fff;border-color:#fff;background:transparent;}
.public-href.white>.more:hover{color:#fff;border-color:#d41212;background:#d41212;}
@media (max-width:767px){
	.fixedBg{background-size:cover;}
}
@media (min-width:768px){
	.fixedBg{background-attachment: fixed;}
	.index-title .h2{font-size:24px;}
	.index-title .h2>span{font-size:30px;}
}
@media (min-width:1200px){
	.index-title{margin-bottom:60px;}
	.index-title .h2{font-size:30px;margin-bottom:20px;}
	.index-title .h2>span{font-size:34px;}
	.index-title .more>a{font-size:16px;}
	.public-href>.more{width:170px;line-height:44px;font-size:16px;}
}
@media (min-width:1600px){
	.index-title{margin-bottom:80px;}
	.index-title .h2{font-size:40px;}
	.index-title .h2>span{font-size:44px;}
}

/* 首页 - 品牌展示 */
.index-brand-row{margin-left:-10px;margin-right:-10px;margin-top:-20px;}
.index-brand-row .column{padding-left:10px;padding-right:10px;margin-top:20px;}
.index-brand-row a{height:100%;position: relative;display: block;background:#f8f9fb;padding:20px;color:#333;min-height:200px;display: flex;align-items: center;-webkit-transition: all 0.5s;transition: all 0.5s;}
.index-brand-row .text{max-width:70%;}
.index-brand-row h5{font-size:16px;line-height:1.5;margin-bottom:12px;font-weight: 700;text-transform: uppercase;}
.index-brand-row p{font-size:12px;color:#666;}
.index-brand-row .img{position: absolute;width:auto;height:83.732057%;top:50%;right:0;transform: translateY(-50%);}
.index-brand-row .img>img{width:auto;height:100%;}
.index-brand-row .public-href{margin-top:30px;}
.index-brand-row a:hover{box-shadow: 0 0 8px rgba(0,0,0,0.2);}
.index-brand-row a:hover .public-href>.more{color:#fff;border-color:#d41212;background:#d41212;}
.index-brand-row a:hover .public-href>.more>span{margin-right:10px;}
.index-brand-row a:hover .public-href>.more:before{-webkit-transform: rotate(0);transform: rotate(0);}
.index-brand-row a:hover .img>img{transform: scale(1.05);}
@media (max-width:575px){
	.index-brand-row a{min-height:200px;}
	.index-brand-row .text{max-width:60%;}
	.index-brand-row .img{height:70%;}
}
@media (min-width:768px){
	.index-brand-row a{padding:30px;}
	.index-brand-row h5{font-size:18px;}
	.index-brand-row p{font-size:14px;}
}
@media (min-width:1200px){
	.index-brand-row{margin-left:-15px;margin-right:-15px;margin-top:-30px;}
	.index-brand-row .column{padding-left:15px;padding-right:15px;margin-top:30px;}
	.index-brand-row a{padding:40px;min-height:300px;}
	.index-brand-row .public-href{margin-top:45px;}
}
@media (min-width:1600px){
	.index-brand-row{margin-left:-20px;margin-right:-20px;margin-top:-40px;}
	.index-brand-row .column{padding-left:20px;padding-right:20px;margin-top:40px;}
	.index-brand-row a{padding:50px;}
	.index-brand-row h5{font-size:22px;}
	.index-brand-row p{font-size:16px;}
	.index-brand-row .public-href{margin-top:60px;}
}
@media (min-width:1800px){
	.index-brand-row a{min-height:418px;}
	.index-brand-row h5{font-size:26px;}
	.index-brand-row p{font-size:18px;}
}

/* 首页 - 应用领域 */
.index-area{padding:0;}
.index-area-tab{position: relative;padding:20px 0;}
.index-area-tab:before{content: '';position: absolute;width:110vw;height:100%;top:0;left:50%;-webkit-transform: translateX(-50%);transform: translateX(-50%);background:#f5f6f8;}
.index-area-tab .swiper-slide{text-align: center;cursor: pointer;}
.index-area-tab .icon{width:50px;height:50px;margin:0 auto;overflow: hidden;}
.index-area-tab .icon>img{position: relative;top:0;display: block;width:100%;-webkit-transition: all 0.3s;transition: all 0.3s;}
.index-area-tab p{margin:10px 0 0;font-size:16px;line-height: 30px;}
.index-area-tab .swiper-slide:hover .icon>img,
.index-area-tab .active .icon>img{top:-50px;}
.index-area-tab .swiper-slide:hover,
.index-area-tab .active{color:#1e137b;}

.index-area-tabContent .container{position: absolute;height:100%;left:50%;top:0;-webkit-transform: translateX(-50%);transform: translateX(-50%);}
.index-area-tabContent .img{display: flex;justify-content: center;align-items: center;}
.index-area-tabContent .img>img{width:auto;height:400px;}
.index-area-tabContent .text{width:350px;max-width:75%;height:100%;background:rgba(30,19,123,0.95);padding:40px 25px;color:#fff;overflow: hidden;}
.index-area-tabContent .text h5{font-size:20px;opacity: 0;-webkit-transform: translateX(50%);transform: translateX(50%);-webkit-transition: all 0.5s ease 0.3s;transition: all 0.5s ease 0.3s;}
.index-area-tabContent .text h5:after{content: '';display: block;width:50px;height:1px;background:#fff;margin:30px 0;}
.index-area-tabContent .text .p{max-width:295px;font-size:14px;line-height: 30px;max-height:90px;overflow: hidden;opacity: 0;-webkit-transform: translateX(50%);transform: translateX(50%);-webkit-transition: all 0.5s ease 0.5s;transition: all 0.5s ease 0.5s;}
.index-area-tabContent .public-href{margin-top:40px;opacity: 0;-webkit-transform: translateX(50%);transform: translateX(50%);-webkit-transition: all 0.5s ease 0.7s;transition: all 0.5s ease 0.7s;}
.index-area-tabContent .swiper-slide:hover .img>img{-webkit-transform: scale(1.1);transform: scale(1.1);}
.index-area-tabContent .swiper-slide-active .text h5,
.index-area-tabContent .swiper-slide-active .text .p,
.index-area-tabContent .swiper-slide-active .public-href{-webkit-transform: none;transform: none;opacity: 1;}
@media (max-width:767px){
	.index-area-tabContent .text{}
}
@media (min-width:768px){
	.index-area-tab{padding:32px 0;}
	.index-area-tabContent .text{padding:6.875% 4.063%;}
}
@media (min-width:1200px){
	.index-area-tab .icon{width:60px;height:60px;}
	.index-area-tab .swiper-slide:hover .icon>img,
	.index-area-tab .active .icon>img{top:-60px;}
	.index-area-tab p{font-size:20px;margin-top:16px;}
	.index-area-tabContent .img{display: block;}
	.index-area-tabContent .img>img{width:100%;height:auto;}
	.index-area-tabContent .text{width:500px;}
	.index-area-tabContent .public-href{margin-top:55px;}
	.index-area-tabContent .text h5{font-size:24px;}
	.index-area-tabContent .text .p{font-size:16px;}
}
@media (min-width:1600px){
	.index-area-tab p{font-size:24px;}
	.index-area-tabContent .public-href{margin-top:70px;}
	.index-area-tabContent .text h5{font-size:30px;}
	.index-area-tabContent .text .p{font-size:18px;}
}

/* 首页 - 产品中心 */
.inside-main.index-product{margin-bottom:-30px;}
@media (min-width:768px){

}

/* 首页 - 联系 */
.index-contact{padding-top:45px;padding-bottom:45px;}
.index-contact .container{display: flex;align-items: center;flex-direction: column;color:#fff;}
.index-contact-left{position: relative;font-size:18px;padding-left:80px;}
.index-contact-left span{position: absolute;font-family: 'Gilroy-D';font-size:54px;left:0;top:0;line-height: 1;font-style: italic;}
.index-contact-right{text-align: center;margin-top:30px;}
.index-contact-right p{position: relative;font-family: 'Gilroy-D';font-size:24px;line-height: 1;padding-left:60px;margin-bottom:30px;}
.index-contact-right p>img{position: absolute;left:0;top:50%;transform: translateY(-50%);width:40px;}
.index-contact-right .public-href>.more{display: inline-block;}
@media (max-width:500px){
	.index-contact-left br{display: none;}
}
@media (min-width:768px){
	.index-contact .container{justify-content: space-between;flex-flow: row wrap;}
	.index-contact-left{font-size:36px;padding-left:155px;}
	.index-contact-left span{font-size:110px;}
	.index-contact-right{text-align: right;margin-top:0;}
	.index-contact-right p{font-size:48px;padding-left:75px;}
	.index-contact-right p>img{width:50px;}
}

/* 首页 - 关于我们 */
.index-about{position: relative;background:#f8f9fb;}
.index-about-row{margin:-30px -20px 0;}
.index-about-row>div{position: relative;padding:0 20px;margin-top:30px;}
.index-about-row>.right>.img{width:auto;float:right;max-width:100%;}
.index-about-row .public-href{margin-top:35px;}
.index-about-row ul{margin:50px -15px 20px;padding:0;list-style: none;display: flex;justify-content: space-between;}
.index-about-row ul>li{padding-left:15px;padding-right:15px;}
.index-about-row ul>li:first-child{flex:0 0 auto;}
.index-about-row ul .num{margin-bottom:15px;}
.index-about-row ul .num>span{font-size: 30px;font-family:"Gilroy-D";line-height: 0.8;}
.index-about-row ul p{color:#333;margin:0;}
.index-about-row:hover .img>.img>img{-webkit-transform: scale(1.1);transform: scale(1.1);}
@media (min-width:992px){
	.index-about-row>.right>.img{position: absolute;height:100%;left:20px;right:20px;top:0;display: flex;justify-content: center;}
	.index-about-row>.right>.img>img{width:auto;height:100%;}
	.index-about-row ul .num>span{font-size: 40px;}
	.index-about-row ul .num{font-size:16px;}
	.index-about-row ul p{font-size:16px;}
}
@media (min-width:1200px){
	.index-about-row>.right>.img>img{width:100%;height:auto;}
	.index-about-row .public-href{margin-top:50px;}
	.index-about-row ul{margin:80px -15px 0;}
}
@media (min-width:1600px){
	.index-about-row{margin-left:-35px;margin-right:-35px;}
	.index-about-row>div{padding:0 35px;}
	.index-about-row>.right>.img{left:35px;right:35px;}
	.index-about-row ul .num{font-size:18px;}
	.index-about-row ul .num>span{font-size: 50px;}
	.index-about-row ul p{font-size:18px;}
	
	.index-about-row .index-title,
	.about-main .index-title{margin-bottom:50px;}
}
@media (min-width:1800px){
	.index-about-row{margin-left:-50px;margin-right:-50px;}
	.index-about-row>div{padding:0 50px;}
	.index-about-row>.right>.img{left:50px;right:50px;}
	.index-about-row ul{margin-top:100px;}
	.index-about-row ul .num>span{font-size: 60px;}
	.index-about-row .public-href{margin-top:70px;}
}

/* 首页 - 新闻 */
.index-news-list{margin:-30px -18px 0;display: flex;}
.index-news-list .column{padding-left:18px;padding-right:18px;margin-top:30px;}
.index-news-list a{display: block;border-radius: 8px;overflow: hidden;background:#fff;}
.index-news-list h5{position: relative;top:0;font-size:16px;margin:0;line-height:1.4;-webkit-transition: all 0.3s;transition: all 0.3s;}
.index-news-list .p{font-size:14px;color:#666;line-height:1.625;}
.index-news-list .public-href{overflow: hidden;}
.index-news-list .more{float:left;width:auto;line-height:24px;font-size:14px;border-radius:0;color:#1e137b;border:none;display: block;background:none;}
.index-news-list .other{display: flex;justify-content: space-between;align-items: center;font-size:14px;line-height:20px;margin-bottom:20px;}
.index-news-list .date{font-family:"Gilroy-R";color:#999;background-image: url(../images/icon/i10.png);background-repeat: no-repeat;background-position: left center;padding-left:28px;min-height: 18px;}
.index-news-list .type{color:#1e137b;}
.index-news-list a:hover h5{color:#1e137b;top:5px;}
.index-news-list a:hover .more{color:#1e137b;}
.index-news-list a:hover .img img{-webkit-transform:scale(1.1);transform:scale(1.1)}
.index-news-list a:hover .public-href>.more{padding-left:15px;}
.index-news-list a:hover .public-href>.more{color:#1e137b;background:none;}
.index-news-list a:hover .public-href>.more>span{margin-right:15px;}
.index-news-left a,
.index-news-middle a{height:100%;box-shadow: 0 5px 15px rgba(6,0,1,0.08);}
.index-news-left{width:100%;}
.index-news-left .text{padding:25px;}
.index-news-middle{width:100%;}
.index-news-middle a{padding:25px;}
.index-news-middle .p{margin:20px 0;}
.index-news-right{width:100%;}
.index-news-right .item{margin-bottom:30px;}
.index-news-right .item:last-child{margin-bottom:0;}
.index-news-right a{display: flex;align-items: center;flex-flow: row wrap;}
.index-news-right .img{width:140px;border-radius: 8px;}
.index-news-right .text{width:calc(100% - 140px);padding-left:20px;}
.index-news-right h5{margin-bottom:15px;}
.index-news-right .p{margin:10px 0;display: none;}
@media (min-width:768px){
	.index-news-list{margin-top:-50px;}
	.index-news-list .column{margin-top:50px;}
	.index-news-left{width:50%;}
	.index-news-left .text{padding:35px 9.5%;}
	.index-news-middle{width:50%;}
	.index-news-middle a{padding:13.825% 10.645%;}
	.index-news-middle .p{margin:25px 0 50px;}
	.index-news-right{width:100%;}
	.index-news-right .item{margin-bottom:40px;}
	.index-news-right .img{width:212px;}
	.index-news-right .text{width:calc(100% - 212px);}
	.index-news-right .p{display: block;}
}
@media (min-width:992px){
	.index-news-left{width:34.425%;}
	.index-news-middle{width:31.516%;}
	.index-news-right{width:34.059%;}
	.index-news-right .item{margin-bottom:40px;}
	.index-news-right .img{width:140px;}
	.index-news-right .text{width:calc(100% - 140px);}
	.index-news-right .p{display: none;}
}
@media (min-width:1200px){
	.index-news-list{margin:-50px -25px 0;}
	.index-news-list .column{padding-left:25px;padding-right:25px;}
	.index-news-list h5{font-size:18px;}
	.index-news-list .other,
	.index-news-list .p{font-size:16px;}
	.index-news-middle .p{margin:35px 0 60px;}
	
	.index-news-right .img{width:160px;}
	.index-news-right .text{width:calc(100% - 160px);}
}
@media (min-width:1400px){
	.index-news-right .img{width:180px;}
	.index-news-right .text{width:calc(100% - 180px);}
	.index-news-right .p{display: block;}
}
@media (min-width:1600px){
	.index-news-list h5{font-size:20px;}
	.index-news-middle .p{margin:45px 0 70px;}
	.index-news-right .item{margin-bottom:50px;}
	.index-news-right .img{width:212px;}
	.index-news-right .text{width:calc(100% - 212px);}
	.index-news-right .p{margin:17px 0;}
	
}

/*内页*/
.inside-banner{width:100%;overflow:hidden;position:relative;display: flex;flex-direction: column;justify-content: center;}
.inside-banner>img{display:block;width:100%;transition:all .5s;}
.inside-banner-img{width:100%;height:240px;background-repeat: no-repeat;background-position: center;background-size:cover;-webkit-transition: all 0.5s;transition: all 0.5s;}
.inside-banner-title{position: absolute;width:100%;left:0;top:50%;transform: translateY(-50%);color:#fff;}
.inside-banner-title .index-title{margin-bottom:0;}

.crumbs-nav{display: flex;align-items: center;flex-flow: row wrap;color:rgba(255,255,255,0.8);line-height:30px;justify-content: center;color:rgba(255,255,255,0.9)}
.crumbs-nav .icon{width:20px;height:20px;background:url(../images/icon/i38.png) no-repeat center;margin-right:10px;font-family: arial;}
.crumbs-nav i:not(.icon){margin:0 5px;font-family: arial;}
.crumbs-nav a{color:inherit;}
.crumbs-nav a:last-child{color:#fff;font-weight: 700;}
.crumbs-nav a:hover{color:#fff;text-decoration: underline;}

.pager{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:40px -5px 0;list-style: none;padding:0;}
.pager li{padding:0 5px;margin:5px 0;font-size:16px;font-family: 'Gilroy-D';}
.pager li>a,.pager li>span{display: block;background-color:transparent;color:#333;border:none;border-radius:0;padding:0;margin:0;width:30px;line-height:40px;text-align: center;-webkit-transition: all 0.3s;transition: all 0.3s;}
.pager .next>a,.pager .next>span,
.pager .previous>a,.pager .previous>span{position: relative;width:40px;height:40px;border-radius: 50%;border:1px solid #666;font-size:20px;color:#1e137b;display: flex;justify-content: center;align-items: center;}
.pager .next>a:after,.pager .next>span:after{content: 'next';font-size:12px;font-weight: 700;font-family: 'swiper-icons';}
.pager .previous>a:before,.pager .previous>span:before{content: 'prev';font-size:12px;font-weight: 700;font-family: 'swiper-icons';}
.pager .active>a,.pager li>a:hover{color:#1e137b;background-color:transparent;}
.pager .next>span,.pager .previous>span{border-color:#bebebe;color:#333;}
.pager .next>a:hover{border-color:#1e137b;background-color:transparent;}
.pager .previous>a:hover{border-color:#1e137b;background-color:transparent;}
@media (max-width:991px){
	.pager li{font-size:14px;}
}
@media (min-width:768px){
	.inside-banner-img{height:400px;}

	.pager{margin-top:60px;}
}
@media (min-width:1200px){
	.pager li>a,.pager li>span{width:40px;line-height:50px;}
	.pager .next>a,.pager .next>span,
	.pager .previous>a,.pager .previous>span{width:50px;height:50px;}
	.pager .next,.pager .previous{margin-left:10px;margin-right:10px;}
}
@media (min-width:1600px){
	.inside-banner-img{height:500px;}
}

/* 内页二级导航 */
.submenu-swiper{border-bottom:1px #e7e7e7 solid;text-align:center;background:#f8f9fb;font-size:0;}
.submenu-swiper .swiper{display:inline-block;max-width:100%;margin-left:-20px;margin-right:-20px}
.submenu-nav{list-style:none;margin:0;padding:0}
.submenu-nav .nav-item{width:auto;padding:0 20px}
.submenu-nav .nav-link{font-size:14px;color:#333;padding:15px 0;position:relative}
.submenu-nav .nav-link:after{content:"";width:0;height:2px;background-color:#1e137b;position:absolute;left:50%;bottom:0;transform: translateX(-50%);-webkit-transition:all .3s;transition:all .3s}
.submenu-nav .active .nav-link{font-weight: 700;}
.submenu-nav .active .nav-link,.submenu-nav .nav-link:hover{color:#1e137b}
.submenu-nav .active .nav-link:after,.submenu-nav .nav-link:hover::after{width:100%}
@media (min-width:768px){
	.submenu-nav .nav-item{width:auto;padding:0 50px}
	.submenu-nav .nav-link{font-size:16px;padding:25px 0}
}

/* 详情 */
.details-title{position: relative;padding-bottom:20px;border-bottom:1px solid #ededed;margin-bottom:40px;}
.details-title .h2{font-size:20px;font-weight: 700;color:#333;line-height:1.4;margin-bottom:0;}
.details-title .time{font-family:"Gilroy-R";color:#999;margin-top:10px;background-image: url(../images/icon/i10.png);background-repeat: no-repeat;background-position: left center;padding-left:28px;line-height:24px;min-height:18px;}

.details-other{position: relative;padding:30px 0;border-top:1px solid #ededed;border-bottom:1px solid #ededed;margin-top:40px;}
.goBack{position: absolute;display: block;text-transform:uppercase;color:#1e137b;font-weight:700;font-size:16px;text-align: center;line-height:32px;left:50%;top:50%;transform: translate(-50%,-50%);-webkit-transition:all 0.5s;transition: all 0.5s;}
.goBack>span{display: block;-webkit-transition:all 0.5s;transition: all 0.5s;}
.goBack:after{content: '';position: absolute;width:32px;height:32px;background:#1e137b url(../images/icon/fanhui-white.png) no-repeat center;border-radius: 50%;left:50%;top:50%;margin-left:-16px;margin-top:-16px;opacity: 0;-webkit-transition:all 0.5s;transition: all 0.5s;}
.goBack:hover{color:#1e137b;}
.goBack:hover>span{opacity: 0;-webkit-transform: scale(0);transform: scale(0);}
.goBack:hover:after{opacity: 1;-webkit-transform: scale(1);transform: scale(1);}
.info-previous-next-wrap{font-size:16px;overflow: hidden;}
.info-previous-next-wrap a{display: block;position: relative;line-height: 32px;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-transition:all 0.5s;transition: all 0.5s;}
.info-previous-next-wrap .swiper-button-black{position:absolute;width:32px;height:32px;border:1px solid #1e137b;top:50%;margin-top:-16px;border-radius: 50%;-webkit-transition:all 0.5s;transition: all 0.5s;}
.info-previous-next-wrap .swiper-button-black:after{font-size:12px;color:#1e137b;-webkit-transition:all 0.5s;transition: all 0.5s;}
.info-Previous>a{padding-left:50px;}
.info-Previous>a>.swiper-button-black{left:0;}
.info-Next>a{padding-right:50px;}
.info-previous-next-wrap a:hover{color:#1e137b}
.info-previous-next-wrap a:hover .swiper-button-black{background:#1e137b;border-color:#1e137b;}
.info-previous-next-wrap a:hover .swiper-button-black:after{color:#fff;}
.info-Previous>a:hover .swiper-button-black{left:10px;}
.info-Next>a:hover .swiper-button-black{right:10px;}
@media (max-width: 991px) {
	.details-other{padding-right:140px;}
	.info-Next{margin-top:15px;}
	.info-Next>a{padding-right:0;padding-left:50px;}
	.info-Next>a>.swiper-button-black{right:auto;left:0;}
	.goBack{left:auto;right:0;top:50%;transform: translate(0,-50%);}
	.info-Next>a:hover .swiper-button-black{left:10px;}
}
@media (max-width: 767px) {
	.details-other{padding-right:0;}
	.goBack{position: relative;margin:0 auto 30px;transform: none;}
}
@media (min-width:992px){
	.info-previous-next-wrap{display: flex;flex-flow: row wrap;align-items: center;justify-content: space-between;}
	.info-Next,.info-Previous{max-width:40%;}
	.details-title .h2{font-size:24px;}
}
@media (min-width:1200px){
	.details-title{margin-bottom:60px;}
	.details-title .time{font-size:16px;margin-top:20px;}
	
	.details-other{padding:55px 0;margin-top:70px;}
	.info-previous-next-wrap a{line-height: 42px;}
	.info-previous-next-wrap .swiper-button-black{width:42px;height:42px;margin-top:-21px;}
	.info-Previous>a{padding-left:80px;}
	.info-Next>a{padding-right:80px;}
	.info-Previous>a:hover .swiper-button-black{left:15px;}
	.info-Next>a:hover .swiper-button-black{right:15px;}
	.info-previous-next-wrap .swiper-button-black:after{font-size:18px;}
	.goBack{line-height:42px;}
	.goBack:after{width:42px;height:42px;margin-left:-21px;margin-top:-21px;}
}


/* 关于我们 */
.culture-main{background:#f8f9fb;}
.culture-list{margin-left:-10px;margin-right:-10px;margin-top:-40px;}
.culture-list .column{padding-left:10px;padding-right:10px;margin-top:40px;}
.culture-list .text{margin-top:20px;}
.culture-list h5{font-size:18px;marginfon:0 0 20px;font-weight: 700;}
.culture-list p{font-size:14px;color:#666;margin:0;}
.culture-list .inner:hover h5{color:#1e137b;}
.culture-list .inner:hover .img>img{-webkit-transform: scale(1.1);transform: scale(1.1);}
@media (min-width:576px){
	.culture-list{margin-left:-20px;margin-right:-20px;margin-top:-40px;}
	.culture-list .column{padding-left:20px;padding-right:20px;margin-top:40px;}
	.culture-list .text{margin-top:30px;}
}
@media (min-width:1200px){
	.culture-list{margin-left:-30px;margin-right:-30px;margin-top:-60px;}
	.culture-list .column{padding-left:30px;padding-right:30px;margin-top:60px;}
	.culture-list h5{font-size:20px;}
	.culture-list p{font-size:16px;}
}

/* 产品中心 */
.product-title{margin-bottom:50px;text-align: center;}
.product-title .h2{margin-bottom:0;line-height:1.4;font-size:28px;font-weight: 700;}
.product-list{margin:0 -15px;}
.product-list .column{padding:0 15px;margin-bottom:30px;}
.product-list .text{padding-left:15px;padding-right:15px;}
.product-list .href{position: relative;top:0;height:100%;display: block;text-align: center;color:#333;padding-bottom:20px;box-shadow: 0 5px 15px rgba(6,0,1,0.08);background:#fff;-webkit-transition: all 0.5s;transition: all 0.5s;}
.product-list .h2{margin:20px 0 10px;font-size:16px;font-weight: 700;}
.product-list .p{font-size:14px;margin:10px 0 20px;line-height:24px;height:24px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.product-list .more{width:auto;line-height:24px;font-size:14px;border-radius:0;color:#1e137b;border:none;display: block;background:none;}
.product-list .href:hover{top:-5px;background:#f8f9fb;}
.product-list .href:hover .h2{color:#1e137b;}
.product-list .href:hover .more{color:#1e137b;}
.product-list .href:hover .img img{-webkit-transform:scale(1.1);transform:scale(1.1)}
.product-list .href:hover .public-href>.more{color:#1e137b;background:none;}
.product-list .href:hover .public-href>.more>span{margin-right:15px;}


.sidebar-nav{border:1px solid #e0e0e0;background:#fff;}
.sidebar-submenu,
.sidebar-submenu ul{list-style: none;padding:0;}
.sidebar-submenu a>.icon{position: absolute;width:100%;height:100%;left:0;top:0;display: block;}
.sidebar-submenu a>.icon:before,
.sidebar-submenu a>.icon:after{content: '';position: absolute;display: block;-webkit-transition: all 0.5s;transition: all 0.5s;}
.sidebar-submenu li{-webkit-transition: all 0.5s;transition: all 0.5s;}
.sidebar-submenu li>a{position: relative;display: block;padding:15px;padding-right:40px!important;line-height:29px;border-bottom:1px solid #e0e0e0;background-color:transparent;overflow: hidden;-webkit-transition: all 0.5s;transition: all 0.5s;}
.sidebar-submenu>li>a{font-size:18px;color:#333;}
.sidebar-submenu>li>a>.icon:before{width:13px;height:1px;right:15px;top:30px;background:#333;}
.sidebar-submenu>li>a>.icon:after{width:1px;height:13px;right:21px;top:24px;background:#333;}
.sidebar-submenu>li>a:focus,
.sidebar-submenu>li>a:hover,
.sidebar-submenu>li.active>a{background-color:transparent;color:#1e137b;}
.sidebar-submenu>li>a:focus>.icon:before,
.sidebar-submenu>li>a:hover>.icon:before,
.sidebar-submenu>li.active>a>.icon:before
.sidebar-submenu>li>a:focus>.icon:after,
.sidebar-submenu>li>a:hover>.icon:after,
.sidebar-submenu>li.active>a>.icon:after{background:#1e137b;}

.two-submenu{display: none;}
.two-submenu a:before{content: '';position: absolute;width:5px;height:5px;border-radius: 50%;top:27.5px;background:#999;-webkit-transition: all 0.5s;transition: all 0.5s;}
.two-submenu>li>a{padding-left:45px;font-size:16px;color:#666;}
.two-submenu>li>a:before{left:30px;}
.two-submenu>li>a>.icon:before{width:10px;height:10px;border-top:1px solid #666;border-right:1px solid #999;transform: rotate(45deg);right:20px;top:25px;transform-origin: center;}
.two-submenu>li>a>.icon:after{display: none;}
.two-submenu>li>a:hover,
.two-submenu>.active>a{color:#1e137b;}
.two-submenu>li>a:hover:before,
.two-submenu>.active>a:before{background:#1e137b;}
.two-submenu>li>a:hover>.icon:before,
.two-submenu>.active>a>.icon:before{border-right-color:#1e137b;border-top-color:#1e137b;-webkit-transform: rotate(135deg);transform: rotate(135deg);}

.three-submenu{display: none;}
.three-submenu>li>a{padding-left:70px;font-size:14px;color:#666;}
.three-submenu>li>a:before{left:55px;}
.three-submenu>li>a>.icon:before{width:10px;height:10px;border-top:1px solid #666;border-right:1px solid #999;transform: rotate(45deg);right:20px;top:25px;}
.three-submenu>li>a>.icon:after{display: none;}
.three-submenu>li>a:hover,
.three-submenu>.active>a{color:#1e137b;}
.three-submenu>li>a:hover:before,
.three-submenu>.active>a:before{background:#1e137b;}
.three-submenu>li>a:hover>.icon:before,
.three-submenu>.active>a>.icon:before{border-right-color:#1e137b;border-top-color:#1e137b;}

.four-submenu{display: none;}
.four-submenu>li>a{padding-left:85px;font-size:12px;color:#666;}
.four-submenu>li>a:before{left:70px;}
.four-submenu>li>a>.icon:before{width:10px;height:10px;border-top:1px solid #666;border-right:1px solid #999;transform: rotate(45deg);right:20px;top:25px;}
.four-submenu>li>a>.icon:after{display: none;}
.four-submenu>li>a:hover,
.four-submenu>.active>a{color:#1e137b;}
.four-submenu>li>a:hover:before,
.four-submenu>.active>a:before{background:#1e137b;}
.four-submenu>li>a:hover>.icon:before,
.four-submenu>.active>a>.icon:before{border-right-color:#1e137b;border-top-color:#1e137b;}
.two-submenu>.active>a>.icon:before,
.three-submenu>.active>a>.icon:before,
.four-submenu>.active>a>.icon:before{top:22px;}

.navIcon{width:100%;height:100%;position:absolute;top:0;right:0;cursor: pointer;}
.navIcon:after{content: '';position: absolute;width:24px;height:24px;background:url(../images/icon/submenu.png) no-repeat center;background-size:auto 24px;right:15px;top:16px;transition: all 0.3s;}
.in .navIcon:after{background:url(../images/icon/close1.png) no-repeat center;background-size:auto;}
@media (max-width: 991px) {
	.hidden-md{display: none!important;}
	.sidebar-title{position: relative;background:#f8f9fb;padding:15px 55px 15px 15px;text-align: left;margin-bottom:0;}
	.sidebar-title .h2{font-size:18px;font-weight: 700;margin:0;}
	.sidebar-title .h2>span{font-size:20px;}
	.sidebar-nav{margin-bottom:40px;border:none}
	.sidebar-submenu{display: none;border:1px solid #e0e0e0;border-bottom:none;}
}
@media (max-width: 575px) {
	.product-list .column{width:100%;}
}
@media (min-width: 768px) {
	.product-sort-nav{margin:50px 0 60px;}
	
	.product-list .href{padding-bottom:30px;}
	.product-list .more{font-size:16px;}
	.product-list .h2{font-size:18px;}
}
@media (min-width: 992px) {
	.hidden-lg{display: none!important;}
	.index-product-main .sidebar-nav{position: static;margin-bottom:30px;}
	.sidebar-nav{float:left;width:22%;top:54px;position: sticky;position: -webkit-sticky;border-bottom:none;margin-bottom:50px;}
	.navIcon{display: none;}
	.sidebar-submenu{display: block!important;}
	.rightContent{margin-left:22%;padding-left:50px;}
	.product-title{padding-left:calc(22% + 50px);}
}
@media (min-width: 1200px) {
	.product-sort-nav{margin:140px 0 70px;}

	.sidebar-submenu li>a{padding:20px;}
	.sidebar-submenu>li>a{font-size:20px;}
	.sidebar-submenu>li>a>.icon:before{right:18px;top:35px;}
	.sidebar-submenu>li>a>.icon:after{right:24px;top:29px;}
	.two-submenu>li>a{font-size:18px;padding-left:48px;}
	.two-submenu>li>a:before{left:34px;top:32.5px;}
	.two-submenu>li>a>.icon:before{top:30px;}
	.three-submenu>li>a{font-size:16px;padding-left:70px;}
	.three-submenu>li>a:before{left:55px;top:32.5px;}
	.three-submenu>li>a>.icon:before{top:30px;}
	.four-submenu>li>a{font-size:14px;padding-left:90px;}
	.four-submenu>li>a:before{left:74px;top:32.5px;}
	.four-submenu>li>a>.icon:before{top:30px;}
	.two-submenu>.active>a>.icon:before,
	.three-submenu>.active>a>.icon:before,
	.four-submenu>.active>a>.icon:before{top:27px;}
	
	.product-list .h2{font-size:20px;}
	.product-list .p{font-size:16px;}
}
@media (min-width: 1400px) {
	.sidebar-nav{width:20%;}
	.rightContent{margin-left:20%;padding-left:70px;}
	.product-title{padding-left:calc(20% + 70px);}
}
@media (min-width: 1600px) {
	.sidebar-submenu li>a{padding:25px 20px;}
	.sidebar-submenu>li>a{font-size:22px;}
	.sidebar-submenu>li>a>.icon:before{top:40px;}
	.sidebar-submenu>li>a>.icon:after{top:34px;}
	.two-submenu>li>a{font-size:20px;padding-left:52px;}
	.two-submenu>li>a:before{left:38px;top:37.5px;}
	.two-submenu>li>a>.icon:before{top:36px;}
	.three-submenu>li>a{font-size:18px;padding-left:75px;}
	.three-submenu>li>a:before{left:60px;top:37.5px;}
	.three-submenu>li>a>.icon:before{top:36px;}
	.four-submenu>li>a{font-size:16px;padding-left:94px;}
	.four-submenu>li>a:before{left:78px;top:37.5px;}
	.four-submenu>li>a>.icon:before{top:36px;}
	.two-submenu>.active>a>.icon:before,
	.three-submenu>.active>a>.icon:before,
	.four-submenu>.active>a>.icon:before{top:32px;}
	
	.product-title .h2{font-size:32px;}
}
@media (min-width: 1800px) {
	.sidebar-nav{width:18.75%;}
	.rightContent{margin-left:18.75%;padding-left:100px;}
	.product-title{padding-left:calc(18.75% + 100px);}
	.product-title .h2{font-size:36px;}
}

.product-list2{margin:0;}
.product-list2 .column{padding:0;border:1px solid #eee;margin:0;}
.product-list2 .href{box-shadow: none;}
.product-list2 .href:hover{top:0;}

/* 产品详情 */
.product-details-title{font-size:20px;font-weight: 700;line-height:1.4;color:#333;margin-bottom:20px;}
.product-details-top .row{flex-direction: row-reverse;margin:0;}
.product-details-top .row>div{padding:0;margin-bottom:20px;}
.product-details-top .product-details-title{margin-bottom:20px;}
.product-details-top .InfoContent{padding-bottom:30px;margin-bottom:20px;border-bottom:1px solid #eaeaea;}
.product-details-top .gallery-thumbs .swiper-slide{height:auto;}
.product-details-top .gallery-thumbs .img{border:1px solid #eaeaea;height:100%;}
.product-details-top .gallery-thumbs .img>img{width:auto;max-width:100%;}
.product-details-top .album-small-title{font-size:20px;font-weight: 700;margin:0 0 30px;color:#333;}
.product-details-top .btns{margin-top:35px;}
.product-details-top .public-href{display: flex;flex-flow: row wrap;}
.product-details-top .public-href>.more{margin-right:4%;max-width:48%;}
.product-details-top .public-href>.more:last-child{margin-right:0;}
.product-details-top .public-href>.more:nth-child(1){border-color:#d41212;background:#d41212;color:#fff;}
.product-details-top .public-href>.more:hover>span{margin-right:0;}
.product-details-top .gallery-top .img{background:#f6f6f6;}
.product-details-top .swiper-button-prev{left:-50px;-webkit-transition: all 0.3s;transition: all 0.3s;}
.product-details-top .swiper-button-next{right:-50px;-webkit-transition: all 0.3s;transition: all 0.3s;}
.product-details-top .swiper-button-prev,
.product-details-top .swiper-button-next{width:40px;height:40px;border-radius: 50%;border:1px solid #bebebe;color:#333;margin-top:-20px;}
.product-details-top .swiper-button-prev:after,
.product-details-top .swiper-button-next:after{font-size:14px;}
.product-details-top .swiper-button-prev:hover,
.product-details-top .swiper-button-next:hover{border-color:#1e137b;color:#1e137b;}
.product-details-top .gallery-top:hover .swiper-button-prev{left:0;}
.product-details-top .gallery-top:hover .swiper-button-next{right:0;}
.product-details-top .swiper-slide-thumb-active .img{border-color:#1e137b;}
.product-details-bottom .product-details-title.border-b{border-bottom:1px solid #eaeaea;padding-bottom:30px;margin-bottom:30px;margin-top:0;}
.product-details-bottom .details-item{margin-top:40px;}
.product-details-bottom .details-item:first-child{margin-top:0;}

.details-tab-swiper{margin-bottom:35px;border-bottom:1px solid #ededed;}
.details-tab{list-style: none;padding:0;border-bottom:none;}
.details-tab>li{width:auto;}
.details-tab>li>a{display: block;font-size:18px;padding:20px 0;line-height:1.875;color:#4c4c4c;cursor: pointer;}
.details-tab>li>a:hover{color:#1e137b;}
.details-tab>li>a.active{color:#1e137b;font-weight: 700;}

.document-list{display: flex;flex-flow: row wrap;margin-left:-10px;margin-right:-10px;margin-top:-22px;}
.document-list>div{padding-left:10px;padding-right:10px;margin-top:22px;}
.document-list .inner{position: relative;border:1px solid #dbdbdb;padding-right:60px;}
.document-list .document_title{width:100%;overflow: hidden;display: flex;align-items: center;padding:15px;}
.document-list .document_title .icon{flex: 0 0 auto;width:40px;margin-right:15px;}
.document-list .document_title h6{width:100%;font-size:16px;line-height:30px;font-weight: 700;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.document-list .downBtn{position: absolute;cursor: pointer;right:0;top:0;color:#d41212;width:60px;height:100%;right:0;top:0;border-left:1px solid #dbdbdb;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.document-list .downBtn>i{display: block;width:30px;height:30px;background-image: url(../images/icon/i21.png);background-repeat: no-repeat;background-size:auto;background-position: center;margin:0 auto 5px;}
.document-list .downBtn>span{display: block;}
.document-list .downBtn:hover{background:#d41212;color:#fff;}
.document-list .downBtn:hover>i{background-image: url(../images/icon/i21h.png);}

@media (min-width: 768px) {
	.product-details-top .row>.album-small-box{padding-left:50px;}
	.product-details-top .btns{margin-top:55px;}
	.product-details-bottom .details-item{margin-top:50px;}
	
	.details-tab-swiper{margin-bottom:45px;}
	.details-tab>li>a{font-size:20px;}
	
	.document-list .checkbox-inline,
	.document-list .inner{padding-right:80px;}
	.document-list .document_title{padding:20px;}
	.document-list .document_title .icon{width:50px;margin-right:20px;}
	.document-list .downBtn{width:80px;}
}
@media (min-width: 992px) {
	.document-list .inner{height:100%;}
}
@media (min-width: 1200px) {
	.product-details-top .row>div{margin-bottom:70px;}
	.product-details-top .row>.album-small-box{padding-left:80px;}
	.product-details-top .btns{margin-top:75px;}
	.product-details-top .btns{margin-top:60px;}
	.product-details-top .swiper-button-prev,
	.product-details-top .swiper-button-next{width:50px;height:50px;margin-top:-25px;}
	.product-details-top .swiper-button-prev:after,
	.product-details-top .swiper-button-next:after{font-size:20px;}
	.product-details-top .gallery-top:hover .swiper-button-prev{left:10px;}
	.product-details-top .gallery-top:hover .swiper-button-next{right:10px;}
	.product-details-top .public-href>.more{margin-right:40px;}
	.product-details-bottom .details-item{margin-top:80px;}
	.product-details-bottom .product-details-title.border-b{padding-bottom:40px;margin-bottom:40px;}
	
	.details-tab-swiper{margin-bottom:55px;}
	.details-tab>li>a{font-size:22px;}
	
	.document-list .checkbox-inline,
	.document-list .inner{padding-right:100px;}
	.document-list .document_title{padding:30px;}
	.document-list .document_title h6{font-size:18px;}
	.document-list .document_title .icon{width:60px;margin-right:25px;}
	.document-list .downBtn{width:100px;}
}
@media (min-width: 1600px) {
	.product-details-top .row>div{margin-bottom:90px;}
	.product-details-top .row>.album-small-box{padding-left:110px;}
	
	.details-tab>li>a{font-size:24px;}
}

/* 资料下载 */
.download-list{margin-left:-10px;margin-right:-10px;margin-top:-22px;}
.download-list>div{padding-left:10px;padding-right:10px;margin-top:22px;}
.download-list .inner{display: block;position: relative;border:1px solid #e1e1e1;padding-right:60px;background:#fff;}
.download-list .download-tit{position: relative;width:100%;overflow: hidden;display: flex;align-items: center;padding:15px;}
.download-list .download-tit .icon{margin-right:15px;width:40px;}
.download-list .download-tit .text{width:100%;overflow: hidden;}
.download-list .download-tit h6{font-size:16px;line-height:30px;margin:0 0 8px;color:#333;-webkit-transition:all .5s;transition:all .5s}
.download-list .download-tit .fileSize{color:#666666;margin:0;}
.download-list .downBtn{position: absolute;cursor: pointer;right:0;top:0;color:#666;width:60px;height:100%;right:0;top:0;border-left:1px solid #e1e1e1;display: flex;flex-direction: column;justify-content: center;align-items: center;-webkit-transition:all .5s;transition:all .5s}
.download-list .downBtn>i{display: block;width:30px;height:30px;background-image: url(../images/icon/i31.png);background-repeat: no-repeat;background-size:auto;background-position: center;margin:0 auto 5px;-webkit-transition:all .5s;transition:all .5s}
.download-list .downBtn>span{display: block;}
.download-list .inner:hover .download-tit h6{color:#1e137b;}
.download-list .inner:hover .downBtn{background:#d41212;color:#fff;border-color:#d41212;}
.download-list .inner:hover .downBtn>i{background-image: url(../images/icon/i31h.png);}
@media (max-width:767px){
	.download-list .download-tit{display: block;padding-left:70px;min-height:90px;}
	.download-list .download-tit .icon{position: absolute;left:15px;top:15px;}
}
@media (min-width:768px){
	.download-list .inner{padding-right:80px;}
	.download-list .download-tit{padding:20px;}
	.download-list .download-tit .icon{width:50px;margin-right:20px;}
	.download-list .downBtn{width:80px;}
}
@media (min-width:992px){
	.download-list .inner{height:100%;}
	.download-list .download-tit p{font-size:16px;}
}
@media (min-width:1200px){
	.download-list{margin-left:-20px;margin-right:-20px;margin-top:-40px;}
	.download-list>div{padding-left:20px;padding-right:20px;margin-top:40px;}
	.download-list .inner{padding-right:110px;}
	.download-list .download-tit{padding:30px;}
	.download-list .download-tit h6{font-size:20px;}
	.download-list .download-tit .icon{width:70px;margin-right:30px;}
	.download-list .downBtn{width:110px;}
}
@media (min-width:1600px){
	.download-list{margin-left:-30px;margin-right:-30px;margin-top:-60px;}
	.download-list>div{padding-left:30px;padding-right:30px;margin-top:60px;}
}


/* 应用领域 */
.field-list .column{margin-bottom:30px}
.field-list a{display:block;color:#333}
.field-list .text{background-color:#f8f9fb;padding:30px}
.field-list .icon{width:50px;height:50px;overflow: hidden;}
.field-list .icon>img{display:block;width:100%;-webkit-transition:all .2s;transition:all .2s}
.field-list .h2{font-size:18px;margin:10px 0;font-weight: 700;}
.field-list a:hover .h2{color:#1e137b;}
.field-list a:hover .icon{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.field-list a:hover .icon>img{-webkit-transform:translateY(-50px);transform:translateY(-50px)}
.field-list a:hover .img>img{-webkit-transform:scale(1.1);transform:scale(1.1)}
@media (min-width:768px){
	.field-list .text{padding:50px}
	.field-list .h2{margin:15px 0}
}
@media (min-width:992px){
	.field-list a{display:flex}
	.field-list .column:nth-child(odd) a{flex-direction:row}
	.field-list .column:nth-child(even) a{flex-direction:row-reverse}
	.field-list a>*{width:50%}
	/* .field-list .img{display:flex;flex-direction:column;justify-content:center;align-items:center;} */
	.field-list .text{min-height:280px;}
	.field-list .img>img{height:100%;}
	.field-list .h2{font-size:20px;}
}
@media (min-width:1200px){
	.field-list .h2{font-size:24px;}
	.field-list .icon{width:60px;height:60px;}
	.field-list a:hover .icon>img{-webkit-transform:translateY(-60px);transform:translateY(-60px)}
}

/* 解决方案 */
.solution-list a{display:block;text-align:center;height:100%;}
.solution-list .img i{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;background-color:rgba(0,0,0,.1);opacity:0;-webkit-transition:all .5s;transition:all .5s}
.solution-list .img i::after,.solution-list .img i::before{content:"";background-color:#fff;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:all .5s;transition:all .5s}
.solution-list .img i::before{width:0;height:2px}
.solution-list .img i::after{width:2px;height:0}
.solution-list a:hover .img i::before{width:30px}
.solution-list a:hover .img i::after{height:30px}
.solution-list .h2{font-size:18px;margin:0;position:relative;padding:30px 0 20px;font-weight: 700;}
.solution-list .h2::before{content:"";width:100%;height:1px;background-color:#e0e0e0;position:absolute;left:50%;bottom:0;-webkit-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:all .5s;transition:all .5s}
.solution-list .h2::after{content:"";width:0;height:1px;background-color:#1e137b;position:absolute;left:50%;bottom:0;-webkit-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:all .3s cubic-bezier(.53,2.15,.76,.65) 0.2s;transition:all .3s cubic-bezier(.53,2.15,.76,.65) 0.2s}
.solution-list a:hover .h2{color:#1e137b}
.solution-list a:hover .h2::before{width:0}
.solution-list a:hover .h2::after{width:100%}
.solution-list a:hover .img i{opacity:1}

/* 新闻中心 */
.news-main .href{position: relative;border-radius: 8px;overflow: hidden;display: block;height:100%;background:#fff;color:#333;-webkit-transition:all .5s;transition:all .5s}
.news-main .h5{font-size:16px;font-weight:700;line-height:30px;max-height:56px;margin-bottom:20px;-webkit-transition:all .5s;transition:all .5s}
.news-main .date{font-size:14px;font-family:"Gilroy-R";color:#999;background-image: url(../images/icon/i10.png);background-repeat: no-repeat;background-position: left center;padding-left:28px;line-height:24px;min-height:18px;}
.news-main .href:hover{box-shadow: 0 0 10px rgba(30,19,123,0.14);}
.news-main .href:hover .h5{color:#1e137b;}
.news-main .href:hover .img img{-webkit-transform:scale(1.1);transform:scale(1.1)}

.news-hot-list{margin-bottom:50px;}
.news-hot-list .href{display: flex;flex-direction: row-reverse;box-shadow: 0 0 10px rgba(30,19,123,0.14);}
.news-hot-list .text{width:50%;padding:30px 25px;}
.news-hot-list .line{width:100%;height:1px;background:#eee;margin:20px 0;}
.news-hot-list .date{margin-bottom:10px;}
.news-hot-list .img{width:50%;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.news-hot-list .p{font-size:14px;line-height:30px;height:90px;}
.news-hot-list .public-href{margin-top:20px;}
.news-hot-list .href:hover .public-href>.more{color:#fff;border-color:#d41212;background:#d41212;}
.news-hot-list .href:hover .public-href>.more>span{margin-right:10px;}
.news-hot-list .href:hover .public-href>.more:before{-webkit-transform: rotate(0);transform: rotate(0);}

.news-list{margin:-30px -15px 0;}
.news-list .column{margin-top:30px;padding-left:15px;padding-right:15px;}
.news-list .href{border-bottom:3px solid transparent;}
.news-list .img{border-radius: 8px;}
.news-list .text{position: relative;padding:25px;}
.news-list .href:hover{border-bottom-color:#1e137b;}
@media (max-width:575px){
	.news-hot-list .href{display: block;}
	.news-hot-list .text{width:100%;padding:25px;}
	.news-hot-list .img{width:100%;}
	.news-hot-list .date{margin-bottom:20px;}
}
@media (min-width:768px){
	.news-hot-list{margin-bottom:80px;}
	.news-hot-list .h5{font-size:18px;line-height: 40px;max-height:80px;}
	.news-hot-list .public-href{margin-top:30px;}
	.news-list{margin:-40px -20px 0;}
	.news-list .column{margin-top:40px;padding-left:20px;padding-right:20px;}
	
}
@media (min-width:1200px){
	.news-main .h5{font-size:18px;margin-bottom:30px;}
	.news-main .date{font-size:16px;}
	.news-hot-list .h5{font-size:20px;}
	.news-hot-list .line{margin:30px 0;}
	.news-hot-list .text{padding:5%;}
	.news-hot-list .p{font-size:16px;}
	.news-hot-list .date{margin-bottom:20px;}
	.news-hot-list .public-href{margin-top:40px;}
	.news-list .text{padding:40px;}
}
@media (min-width:1600px){
	.news-hot-list .h5{font-size:24px;}
}

/* 联系我们 */
.contact-list{position: relative;}
.contact-list .column{margin-bottom:30px;}
.contact-list .item{position: relative;color:#333;}
.contact-list .icon{width:50px;height:50px;margin-bottom:10px;border-radius: 50%;border:1px solid rgba(212,18,19,0.3);display: flex;justify-content: center;align-items: center;left:0;top:5px;-webkit-transition: all 0.5s;transition: all 0.5s;}
.contact-list .icon:before{content: '';position: absolute;width:20px;height:20px;left:14px;top:50%;border:2px solid rgba(212,18,19,0.3);margin-top:-10px;opacity:0;border-radius:50%;-webkit-transition: all 0.5s;transition: all 0.5s;z-index: -1;}
.contact-list .item:hover .icon:before{animation: ff 2s linear infinite alternate;opacity: 1;}
@keyframes ff{
  0%{transform: scale(0);opacity: 1}
  50%{transform: scale(4);opacity: 0}
  100%{transform: scale(0);opacity: 1}
}
.contact-list .icon>img{display: block;width:30px;height:30px;}
.contact-list p{margin:0;line-height: 30px;}
.contact-list .p1{color:#666;}
.contact-list .p2{font-size:16px;color:#333;font-family: "Gilroy-D";font-weight: 700;}
.contact-list .p2 a{color:#333;}
.contact-list .column:last-child .item{padding-left:0;}
.contact-list .column:last-child img{margin-bottom:8px;}
.contact-list .column:last-child p{width:100px;text-align: center;}
.contact-list .ewm1{position: absolute;top:100%;left:70px;padding:5px;border-radius: 8px;box-shadow: 0 0 30px rgba(0,0,0,0.2);z-index: 20;display: none;}
.contact-list .column:hover .ewm1{display: block;}
.contact-list .ewm1>img{display: block;}
.map{position: relative;width:100%;margin-bottom:60px;z-index: -1;}
.map #dituContent{width:100%;height:100%;}
.BMap_bubble_title{font-size:16px;color:#1e137b;margin-bottom:5px;font-weight: 700;white-space:normal!important;}
.BMap_bubble_content{font-size:14px;color:#666;}
.BMap_bubble_content span{font-family: "Gilroy-D";font-weight: 700;}
.anchorBL{display: none;}
@media (min-width:768px){
	.contact-list{padding-right:20%;}
	.contact-list .column{min-height:62px;}
	.contact-list .item{padding-left:70px;font-size:16px;}
	.contact-list .icon{position: absolute;}
	.contact-list .p2{font-size:18px;}
	.contact-list .column:last-child{width:auto;position: absolute;right:0;top:0;}
	
	.map{margin-bottom:80px;}
}
@media (min-width:992px){
	.contact-list .column:last-child .item{padding:0;}
	.contact-list .p2{font-size:20px;}
}
@media (min-width:1200px){
	.map{margin-bottom:110px;}
}
@media (min-width:1400px){
	.contact-list{padding-right:15%;}
	.contact-list .column{width:25%;min-height:124px;display: flex;flex-direction: column;justify-content: center;}
}
@media (min-width:1600px){
	.contact-list .p2{font-size:24px;}
}
.message-form .row{margin-left:-20px;margin-right:-20px}
.message-form .column{padding-left:20px;padding-right:20px;margin-bottom:30px}
.message-form .inner{position:relative}
.message-form label{position:absolute;top:0;left:0;right:0;margin:0;height:50px;line-height:50px;padding:0 18px;color:#999;font-size:14px;overflow:hidden;pointer-events:none;-webkit-transition:all .3s;transition:all .3s}
.message-form .input_filled.error label,.message-form label.incorrect{display:none}
.message-form .input_filled.error label.incorrect{display:block}
.message-form .input_filled label{font-size:14px;height:auto;line-height:20px;-webkit-transform:translate3d(0,-120%,0);transform:translate3d(0,-120%,0);padding:0}
.message-form .error label{color:red}
.message-form .form-control{display:block;font-size:14px;height:50px;border-radius:0;box-shadow:none;color:#333;padding:8px 18px;background-color:#fff;border-color:#eee;}
.message-form .form-control:focus{border-color:#e5e5e5;}
.message-form .error .valid_message{font-size:12px;line-height:20px;color:red;position:absolute;left:0;bottom:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);display:none}
.message-form textarea.form-control{height:180px;padding:18px;}
.message-form .img-code-input{display:flex;align-items:center}
.message-form .img-code-input .inner{width:100%}
.message-form .img-code-input .img-code{flex:0 0 auto;width:100px;height:50px}
.message-form .img-code-input .img-code img{display:block;width:100%;height:100%;}
.message-form .btn-box{display:flex;justify-content:center;align-items:center}
.message-form .button{display:block;margin:0 auto;width:50%;height:50px;outline:0!important;border:none;background-color:#1e137b;color:#fff;font-size:16px;border-radius: 4px;transition: all 0.5s;}
.message-form .button:hover{background:#d41212;}
@media (min-width:768px){
	.message-form label{font-size:16px;}
	.message-form .form-control{font-size:16px;}
	.message-form .button{width:33.33333333%;}
}
@media (min-width:1200px){
	.message-form textarea.form-control{height:246px}
	.message-form .column{margin-bottom:40px}
}
