/* 2024-08 HLP */
:root{
	--my-color:#e50012;
	--my-gradient:linear-gradient(to right,#593f96,#cdc7fb);
	--my-gradient-opposite:linear-gradient(to right,#cdc7fb,#593f96);
}

/* 滚动条样式 */
/* ::-webkit-scrollbar{width:8px;height:8px}
::-webkit-scrollbar-track{background:#ccc}
::-webkit-scrollbar-thumb{background:var(--my-color);height:60px}
::-webkit-scrollbar-thumb:window-inactive{background:var(--my-color)}
::-webkit-scrollbar-thumb:vertical:hover{background:var(--my-color)} */


/* 字体 */
@font-face {
	font-family: "Gilroy-R";
	src: url("../fonts/GILROY-REGULAR-3.OTF");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Gilroy-M";
	src: url("../fonts/GILROY-MEDIUM-2.OTF");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Gilroy-D";
	src: url("../fonts/GILROY-BOLD-4.OTF");
	font-weight: normal;
	font-style: normal;
}

/* css reset start */
body{font-family:,"思源黑体 CN Normal","Source Han Sans CN",Helvetica,Arial,'Microsoft YaHei';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:var(--my-color)}
.animated{-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.img{width:100%;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.1) 100%);background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);-webkit-transform: skewX(-25deg);-ms-transform: skewX(-25deg);transform: skewX(-25deg);-webkit-transition: all 0.75s;transition: all 0.75s;}
a:hover .zoomImg>img,
.zoomImg:hover>img{-webkit-transform: scale(1.1);transform: scale(1.1);}
a:hover .zoomImg:before,
.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;}
.fixedBg + div{position: relative;z-index: 2;}
.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;padding-top:60px;}
.inside-main{width:100%;padding-top:50px;padding-bottom:50px;overflow:hidden;position:relative;background-repeat: no-repeat;background-position: center;background-size:cover;}
.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{max-width:100%;}
p,
.InfoContent p{margin:0;/* text-align:justify;text-justify: distribute-all-lines; */}
.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}
	.fixedBg{background-attachment:scroll;}
}
@media (min-width:768px){
	.wrapper{padding-top:70px;}
	.hrefAnchor{top:-70px;}
	.inside-main{padding-top:60px;padding-bottom:60px;}
	.container{padding-left:0;padding-right:0}
	.Min-show{display:none!important}
	.InfoContent{font-size:16px;}
}
@media (min-width:992px){
	.wrapper{padding-top:80px;}
	.hrefAnchor{top:-80px;}
	.inside-main{padding-top:70px;padding-bottom:70px;}
}
@media (min-width:1200px){
	.inside-main{padding-top:80px;padding-bottom:80px;}
	.InfoContent .table tr>td:first-child{width: 20%;}
}
@media (min-width:1600px){
	.wrapper{padding-top:100px;}
	.hrefAnchor{top:-100px;}
	.inside-main{padding-top:90px;padding-bottom:90px;}
	.container{max-width:1400px}
	.InfoContent{font-size:18px;}
}
@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{padding:0;background:rgba(255,255,255,0.95);-webkit-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
.changeBg .navbar{box-shadow: 0 0 5px rgba(0,0,0,.15);background:#fff;}
.header .container{position:relative}
.header .navbar-brand{position: relative;padding:10px 0;overflow: hidden;margin-right:0;display: flex;align-items: center;}
.navbar-brand .navbar-brand-item{display:block;height:50px}
.navbar-brand-text p{font-size:18px;margin:0;line-height:44px;padding-left:8px;margin-left:8px;font-weight: 700;background:linear-gradient(to right,#047bff,#00c9ff,#047bff);-webkit-background-clip: text;color: transparent;border-left:1px solid #ccc;}
.header .nav-item>.dropdown-toggle{display:none}
.header .nav-link{position: relative;font-size:16px;color:#333;line-height:30px;display: block;overflow: hidden;-webkit-transition: all 0.3s;transition: all 0.3s;}
.header .active .nav-link,
.header .nav-link:hover{color:var(--my-color)}

.header .navbar-toggler{position: absolute;right:0;top:20px;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:#333;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-menu>li:last-child{border-bottom:none;}
.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:var(--my-color);background-color:transparent}

.navbar-other{display: flex;align-items: center;}
.navbar-other>div{margin-left:20px;}
.navbar-other a{display: flex;align-items: center;color:#888;font-size:14px;}
.navbar-other a>img{width:18px;height:18px;margin-right:8px;}
.navbar-tel>a{color:var(--my-color);font-size:16px;}
.navbar-tel>a>img{transform: rotateY(180deg);}
.navbar-lan>a>img{opacity: 0.7;}
.navbar-lan>a:hover{color:#333;}
.navbar-lan>a:hover>img{opacity: 1;}
@media (max-width:991px){
	.navbar-other{margin-right:50px;}
	.navbar-other>div{margin-left:15px}
	.navbar-nav{padding-left:15px;padding-right:15px;}
	.header .fixed-top .navbar-collapse {
		overflow-y: auto;
		max-height: calc(100vh - 70px);
		height: calc(100vh - 70px)!important;
		top:70px;
		padding:0;
		margin:0;
		position: fixed;
		right:0;
		width:100%;
		background:#fff;
		transform: translateX(100%);
		opacity: 0;
		box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.05);
		transition: all 0.3s;
	}
	.navbar-collapse.collapse{display: block!important;}
	.navbar-collapse.collapse.show{transform: none;opacity: 1;}
	.header .nav-link{padding-top:10px;padding-bottom:10px;border-bottom:1px solid rgba(0,0,0,0.1);}
	
	
	/* 二级导航 */
	.header .nav-item>.dropdown-toggle{display: block;}
	.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:before{content:'';position:absolute;right:3px;top:50%;margin-top:-5px;width:10px;height:10px;border-top:1px solid #666;border-right:1px solid #666;transform: rotate(45deg);transition:all .3s;}
	.navbar-nav>.dropdown>i:after{display: none;}
	.navbar-nav>.dropdown>i.show:before{transform: rotate(135deg);}
	.header .dropdown-menu{margin:10px 0;padding:0;background:rgba(0,0,0,0.05);border-radius: 10px;}
	.header .dropdown-menu>li{border-bottom-color:rgba(0,0,0,0.1)}
	.header .dropdown-item{padding:12px;}
}
@media (max-width:767px){
	.navbar-other{position: absolute;right:65px;margin-right:0;top:18px;}
	.navbar-other>div{margin-left:10px;}
	.navbar-tel>a>span,
	.navbar-lan>a>img,
	.navbar-brand-text{display: none;}
	.header .navbar-brand{padding-top:5px;padding-bottom:5px;}
	.header .navbar-toggler{top:15px;right:15px;}
	.header .fixed-top .navbar-collapse{
		max-height: calc(100vh - 60px);
		height: calc(100vh - 60px)!important;
		top:60px;
	}
	.header .nav-link{font-size:14px;font-weight: 700;}
}
@media (min-width:992px){
	.navbar-brand-text{display: none;}
	.header .nav-link{font-size:14px;padding-left:0!important;padding-right:0!important;padding-top:25px;padding-bottom:25px;}
	.navbar-other>div,
	.header .nav-item+.nav-item{margin-left:20px}
	.header .dropdown-menu{min-width:120px;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 var(--my-color);}

}
@media (min-width:1200px){
	.navbar-brand-text{display: block;}
	.navbar-brand-text p{font-size:16px;line-height: 54px;}
}
@media (min-width:1400px){
	.navbar-brand .navbar-brand-item{height:60px}
	.navbar-other a{font-size:16px;}
	.navbar-tel>a{font-size:18px;}
	.navbar-other>div,
	.header .nav-item+.nav-item{margin-left:25px}
	.header .nav-link{font-size:16px;}
	.header .dropdown-item{font-size:15px;}
	.navbar-brand-text p{font-size:18px;}
}
@media (min-width:1600px){
	.header .navbar-brand{padding-top:15px;padding-bottom:15px;}
	.navbar-brand .navbar-brand-item{height:70px}
	.navbar-brand-text p{font-size:20px;padding-left:12px;margin-left:12px;line-height: 60px;}
	.navbar-other>div,
	.header .nav-item+.nav-item{margin-left:30px}
	.header .nav-link{padding-top:35px;padding-bottom:35px;}
}
@media (min-width:1800px){
	.navbar-other>div,
	.header .nav-item+.nav-item{margin-left:38px}
	.header .nav-link{font-size:18px;}
	.header .dropdown-item{font-size:16px;}
	.navbar-brand-text p{font-size:24px;}
}

/* 搜索结果 */
.inside-form{margin-bottom:35px;display: flex;align-items: center;flex-flow: row wrap;}
.inside-form form{position: relative;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;}
.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:var(--my-color);border:0;border-radius:0 5px 5px 0;font-size:16px;color:#fff;outline:none;z-index: 2;background-image: url(../images/icon/i30-1.png);background-repeat: no-repeat;background-position: center;}
.inside-form form .button:hover{background-color:#076003;}
.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:var(--my-color);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:var(--my-color)}
.returnList .item:hover .swiper-button-next:after{color:var(--my-color)}
@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) {
	.inside-form form{width:calc(50% - 20px);}
	.returnList .column{width:50%;}
}
@media (min-width: 1200px) {
	.inside-form form{width:calc(50% - 30px);}
	.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;}
}


/*foot*/
.footer{background:#f7f7f7;color:#4c4c4c;width:100%;overflow: hidden;position: relative;}
.foot-before{position: absolute;width:100%;height:1px;background:#ebebeb;left:0;top:120px;display: none;}
.foot-top{overflow: hidden;padding:30px 0 20px;border-bottom:1px solid rgba(255,255,255,0.1);}
.foot-logo>a{display: block;}
.foot-logo>a>img{display: block;height:50px;}
.foot-consult{font-size:18px;font-family: "Gilroy-D";}
.foot-consult>p:nth-child(2){font-size:30px;}
.foot-contact>p{position: relative;line-height:24px;margin-bottom:15px;padding-left:30px;}
.foot-contact>p>img{position: absolute;width:24px;left:0;top:0;opacity: 0.7;}
.foot-top-left a:hover{color:#4c4c4c;}
.foot-top-right{float:none;}
.foot-nav{display: flex;flex-flow: row wrap;justify-content: space-between;margin-left:-15px;margin-right:-15px;}
.foot-nav>dl{padding-left:15px;padding-right:15px;margin-bottom:35px;}
.foot-nav a{display: block;color:#333;color:inherit;-webkit-transition: all 0.3s;transition: all 0.3s;}
.foot-nav a:hover{color:var(--my-color);}
.foot-nav dt{font-size:16px;margin-bottom:25px;}
.foot-nav dd{margin:0;}
.foot-nav dd>a{margin-bottom:15px;opacity: 0.7;}
.foot-nav dd>a:last-child{margin-bottom:0;}
.foot-nav dd>a:hover{opacity: 1;}

.foot-bottom{background:#f0f0f0;}
.copyright{position: relative;line-height:24px;color:#999;font-size:14px;padding:20px 0;}
.copyright p{margin:0;}
.copyright a{display: inline-block;color:#999;}
.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;}
@media (max-width:991px){
	.copyright{font-size:12px;}
	img.support{height:12px;}
	.foot-logo{display: none;}
}
@media (max-width:767px){
	.copyright{text-align: center;}
	.foot-nav{display: none;}
}
@media (min-width:768px){
	.foot-top{padding-top:40px;padding-bottom:30px;}
	.foot-top-left{display: flex;justify-content: space-between;align-items: center;padding-bottom:30px;margin-bottom:30px;border-bottom:1px solid #ebebeb}
	.foot-nav dt{font-size:16px;}
	.copyright{display: flex;justify-content: space-between;align-items: center;}
}
@media (min-width:1200px){
	.footer{font-size:16px;}
	.foot-nav dt{font-size:18px;}
}
@media (min-width:1400px){
	.foot-before{top:140px;display: block;}
	.foot-logo{margin-bottom:80px;}
	.foot-consult{margin-bottom:40px;}
	.foot-top-left{float:left;width:30%;display: block;border-bottom:none;padding-bottom:0;margin-bottom:0;}
	.foot-top-right{float:right;width:57.125%;}
	.foot-logo>a>img{height:60px;}
	.foot-nav dt{margin-bottom:80px;}
	.foot-nav dt>a{line-height: 60px;}
}
@media (min-width:1600px){
	.foot-top{padding-top:50px;}
	.foot-before{top:160px;}
	.foot-logo>a>img{height:70px;}
	.foot-nav dt>a{line-height: 70px;}
}

/*banner*/
.banner{position: relative;}
.banner-text{position:absolute;width:100%;left:0;right:0;top:50%;transform: translateY(-50%);z-index: 2;}

.banner .swiper-button-prev{left:15px;color:#fff;}
.banner .swiper-button-next{right:15px;color:#fff;}
.banner .swiper-button-prev,
.banner .swiper-button-next{transform: scaleY(1.5);opacity: 0.5;}
.banner .swiper-button-prev::after,
.banner .swiper-button-next::after{font-size:20px;}
.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover{opacity: 1;}
.banner .swiper-pagination{bottom:5%;}
.banner .swiper-pagination-bullet{width:10px;height:10px;background:#fff;opacity: 0.5;border-radius: 8px;margin:0 6px!important;transition: all 0.5s;}
.banner .swiper-pagination-bullet-active{width:25px;opacity: 1;}
@media (min-width:768px){
	.banner .swiper-button-prev{left:5.2%;}
	.banner .swiper-button-next{right:5.2%;}
	.banner .swiper-button-prev::after,
	.banner .swiper-button-next::after{font-size:30px;}
	.banner .swiper-pagination-bullet{width:15px;height:15px;margin:0 8px!important;}
	.banner .swiper-pagination-bullet-active{width:45px;}
}
@media (min-width:992px){

}
@media (min-width:1200px){

}

.colorWhite,
.colorWhite *,
.colorWhite .index-title .h2,
.colorWhite .index-title .en{color:#fff;}
.index-title-main{display: flex;align-items: flex-end;justify-content: space-between;margin-bottom:40px;}
.index-title-main .index-title{margin-bottom:30px;}
.index-title{margin-bottom:40px;}
.index-title .h2{font-size:24px;margin:0;line-height:1.1;}
.index-title .en{margin-top:10px;font-size:14px;font-family: "Gilroy-R";color:#999;line-height:1.1;text-transform: uppercase;}

.index-title-main .index-title-2{margin-bottom:30px;}
.index-title-2{margin-bottom:40px;}
.index-title-2 .en{font-size:32px;color:#999;line-height:1;text-transform: uppercase;background:linear-gradient(to bottom,#eaeaea,#f3f3f3);-webkit-background-clip: text;color: transparent;font-family: "Gilroy-D";}
.index-title-2 .h2{font-size:24px;margin:-20px 0 0;line-height:1.1;font-weight: 700;}
.index-title-2 .p{font-size:16px;margin-top:20px;}

.public-href.text-center{display: flex;justify-content: center;}
.public-href>.more{position: relative;display: flex;justify-content: center;align-items: center;width:130px;max-width:100%;font-size:14px;line-height:36px;border:1px solid var(--my-color);color:#fff;overflow: hidden;background:var(--my-color);-webkit-transition: all 0.3s;transition: all 0.3s;border-radius: 25px;}
.public-href>.more>span{position: relative;margin-right:08px;-webkit-transition: margin-right 0.3s;transition:  margin-right 0.3s;}
.public-href>.more>i{position: relative;display: block;width:0;height:12px;background-image: url(../images/icon/right.png);background-repeat: no-repeat;background-position: center;background-size:auto;overflow: hidden;-webkit-transition: all 0.3s;transition: all 0.3s;}
.public-href>.more:hover>span{margin-right:15px;}
.public-href>.more:hover>i{width:16px;background-image: url(../images/icon/righth.png);}
@media (max-width:767px){
	.fixedBg{background-size:cover;}
	.index-title,.index-title-2{text-align: center;}
	.index-title-main{display: block;}
}
@media (min-width:768px){
	.fixedBg{background-attachment: fixed;}
	.index-title-main .index-title,
	.index-title-main .index-title-2{margin-bottom:0;}
	.index-title .h2,
	.index-title-2 .h2{font-size:28px;}
	.index-title-2 .en{font-size:52px;}
	.index-title-2 .p{font-size:18px;}
	
	.index-title-2 .h2{margin-top:-30px;}
}
@media (min-width:1200px){
	.index-title-main,
	.index-title,
	.index-title-2{margin-bottom:50px;}
	.index-title .h2,
	.index-title-2 .h2{font-size:38px;}
	.index-title .en{font-size:16px;}
	.index-title-2 .en{font-size:72px;}
	.index-title-2 .p{font-size:20px;margin-top:30px;}
	
	.index-title-2 .h2{margin-top:-42px;}

	.public-href>.more{width:150px;font-size:18px;line-height:48px;}
}
@media (min-width:1600px){
	.index-title-main,
	.index-title,
	.index-title-2{margin-bottom:60px;}
	.index-title .h2,
	.index-title-2 .h2{font-size:48px;}
	.index-title-2 .h2{margin-top:-48px;}
}

.index-title-main .submenu-swiper{border:none;background:none;margin-top:-15px;}
.index-title-main .submenu-swiper .swiper{margin-left:-10px;margin-right:-10px;max-width:none;}
.index-title-main .submenu-nav .nav-item{padding-left:10px;padding-right:10px;}
.index-title-main .submenu-nav .nav-link{padding-top:15px;padding-bottom:15px;}
@media (min-width:768px){
	.index-title-main .submenu-swiper .swiper{margin-left:-20px;margin-right:-20px;}
	.index-title-main .submenu-nav .nav-item{padding-left:20px;padding-right:20px;}
}
@media (min-width:1200px){
	.index-title-main .submenu-swiper .swiper{margin-left:-27px;margin-right:-27px;}
	.index-title-main .submenu-nav .nav-item{padding-left:27px;padding-right:27px;}
}


/* 首页 - 产品中心 */
.index-product{position: relative;}
.index-product-swiper .swiper-slide{position: relative;padding-bottom:100px;height:auto;}
.index-product-swiper .img{position: absolute;width:100%;height:100%;left:0;top:0;}
.index-product-swiper .img>img{width:100%;height:100%;object-fit: cover;}
.index-product-swiper .text{position: relative;}
.index-product-swiper .index-title-2{margin-bottom:30px;}
.index-product-swiper .index-title-2{text-align: left;}
.index-product-swiper .index-title-2>.en{font-size:24px;}
.index-product-swiper .index-title-2>.h2{margin-top:-20px;}
.index-product-swiper .subTitle{font-size:24px;text-shadow: 0 2px 2px rgba(0,0,0,0.5);}
.index-product-swiper .InfoContent{color:#fff;margin:25px 0 35px;max-width:1015px;text-shadow: 0 2px 2px rgba(0,0,0,0.5);}
.index-product-swiper .more{display: block;width:45px;height:30px;border-radius: 20px;background:var(--my-color);color:#fff;text-align: center;position: relative;overflow: hidden;transition: all 0.5s;}
.index-product-swiper .more>span{position: absolute;width:100%;left:0;top:50%;margin-top:-14px;line-height:1;display: block;font-size:26px;white-space: nowrap;overflow: hidden;transition: all 0.5s;}
.index-product-swiper .more>i{font-style: normal;position: absolute;width:100%;height:100%;line-height: 30px;right:100%;top:0;opacity: 0;white-space: nowrap;overflow: hidden;transition: all 0.5s;}
.index-product-swiper .more:hover{width:120px;}
.index-product-swiper .more:hover>span{left:100%;opacity: 0;}
.index-product-swiper .more:hover>i{right:0;opacity: 1;}

.index-product-swiper .index-title-2,
.index-product-swiper .subTitle,
.index-product-swiper .InfoContent,
.index-product-swiper .more{transform: translateX(50%);opacity: 0;transition: all 1s;}
.index-product-swiper .swiper-slide-active .index-title-2,
.index-product-swiper .swiper-slide-active .subTitle,
.index-product-swiper .swiper-slide-active .InfoContent,
.index-product-swiper .swiper-slide-active .more{transform: none;opacity: 1;}


.index-product-control{position: absolute;left:0;right:0;bottom:0;}
.index-product-control .swiper-slide{padding-top:30px;}
.index-product-control a{position: relative;display: block;background:#fff;padding:15px;transition: all 0.5s;}
.index-product-control a::before{content: '';position: absolute;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:20px solid #fff;left:50%;margin-left:-10px;top:0;opacity: 0;transition: all 0.5s;}
.index-product-control h3{margin:0 0 15px;font-weight: 700;font-size:16px;}
.index-product-control .icon{position: relative;width:30px;height:30px;border-radius: 50%;border:2px solid #ccc;transition: all 0.5s;}
.index-product-control .icon>img{width:100%;height:100%;transition: all 0.5s;}
.index-product-control .icon>.icon-white{position: absolute;left:0;top:0;opacity: 0;}
.index-product-control a:hover,
.index-product-control .swiper-slide-thumb-active a{background: var(--my-color);color:#fff;}
.index-product-control a:hover .icon,
.index-product-control .swiper-slide-thumb-active a .icon{border-color:#fff;}
.index-product-control a:hover .icon>.icon-grey,
.index-product-control .swiper-slide-thumb-active a .icon>.icon-grey{opacity: 0;}
.index-product-control a:hover .icon>.icon-white,
.index-product-control .swiper-slide-thumb-active a .icon>.icon-white{opacity: 1;}
.index-product-control a:hover::before,
.index-product-control .swiper-slide-thumb-active a::before{top:-20px;opacity: 1;border-bottom-color:var(--my-color);}
@media (max-width:767px){
	.index-product-swiper .index-title-2>.h2{margin-top:-10px;font-size:20px;}
}
@media (min-width:768px){
	.index-product-swiper .swiper-slide{padding-bottom:140px;}
	.index-product-swiper .index-title-2{margin-bottom:50px;}
	.index-product-swiper .index-title-2>.en{font-size:36px;}
	
	.index-product-control a{padding:25px;}
	.index-product-control h3{margin-bottom:25px;font-size:20px;}
	.index-product-control .icon{width:40px;height:40px;}
}
@media (min-width:1200px){
	.index-product-swiper .swiper-slide{padding-bottom:190px;}
	.index-product-swiper .subTitle{font-size:30px;}
	
	.index-product-control a{padding:35px;}
	.index-product-control h3{margin-bottom:35px;font-size:28px;}
	.index-product-control .icon{width:50px;height:50px;}
	.index-product-control a::before{border-left-width: 18px;border-right-width: 18px;border-bottom-width: 30px;margin-left:-18px;}
	.index-product-control a:hover::before,
	.index-product-control .swiper-slide-thumb-active a::before{top:-30px;}
}
@media (min-width:1600px){
	.index-product-swiper .swiper-slide{padding-bottom:230px;}
	.index-product-swiper .index-title-2{margin-bottom:70px;}
	
	.index-product-control a{padding:40px 50px;}
	.index-product-control h3{margin-bottom:50px;font-size:36px;}
}

/* 首页 - 关于我们 */
.index-about-row{margin:0;}
.index-about-row .column{padding:0;}
.index-about-row .column + .column{margin-top:30px;}
.index-about-row .inner{display: flex;flex-direction: column;justify-content: center;}
.index-about-row .index-title-2{margin:0;}
.index-about-row .index-title-2 .h2{color:var(--my-color);margin:10px 0 0;}
.index-about-row .index-title-2 .en{background:linear-gradient(to bottom,#efc3c7,#f0e4e6);-webkit-background-clip: text;color: transparent;font-style: italic;}
.index-about-row .InfoContent{margin:30px 0;}
.index-about-row .view-more{margin-bottom:30px;}

.index-about-nav{list-style: none;display: flex;flex-wrap: wrap;margin:-10px -5px 0;padding:0;}
.index-about-nav>li{list-style: none;padding-left:5px;padding-right:5px;margin-top:10px;width:33.333333%;}
.index-about-nav>li>a{font-size:14px;color:#333;line-height: 40px;background:#fff;display: flex;align-items: center;justify-content: center;transition: all 0.5s;}
.index-about-nav>li>a>i{font-style: normal;width:20px;height:20px;margin-left:8px;background-image: url(../images/icon/right.svg);background-repeat: no-repeat;background-size:100%;background-position: center;transition: all 0.5s;}
.index-about-nav>li>a:hover{background:var(--my-color);color:#fff;}
.index-about-nav>li>a:hover>i{background-image: url(../images/icon/right-white.svg);}
@media (max-width:767px){
	
	.index-about-row .view-more{justify-content: center;}
}
@media (max-width:360px){
	.index-about-nav>li>a>i{display: none;}
}
@media (min-width:768px){
	.index-about-row .index-title-2 .h2{font-size:36px;}
	.index-about-row .index-title-2 .en{font-size:38px;}
	.index-about-nav>li>a{font-size:16px;line-height: 48px;}
	.index-about-nav>li>a>i{width:28px;height:28px;margin-left:15px;}
}
@media (min-width:992px){
	.index-about-row .column + .column{margin-top:0;}
	.index-about-row>div:nth-child(1){width:42.5%;}
	.index-about-row>div:nth-child(2){position: absolute;width:52.5%;top:50%;transform: translateY(-50%);right:0;}
	.index-about-row .inner{min-height: 350px;}
	.index-about-row .view-more{margin-bottom:50px;}
	
	.index-about-nav{max-width:630px;}
	
}
@media (min-width:1200px){
	.index-about-row .index-title-2 .h2{font-size:40px;}
	.index-about-row .index-title-2 .en{font-size:42px;}
	.index-about-row .InfoContent{margin:50px 0 40px;}
	.index-about-row .inner{min-height: 450px;}
	
	.index-about-nav>li>a{font-size:18px;line-height: 55px;}
	.index-about-nav>li>a>i{width:28px;height:28px;margin-left:40px;}
}
@media (min-width:1600px){
	.index-about-row .index-title-2 .h2{font-size:46px;margin-top:20px;}
	.index-about-row .index-title-2 .en{font-size:48px;}
	.index-about-row .inner{min-height: 650px;}
	.index-about-row .view-more{margin-bottom:80px;}
}



/* 首页 - 案例 */
.view-more{display: flex;align-items: center;color:#999;line-height: 20px;transition:all .5s;}
.view-more>.swiper-button-next{position: static;color:#999;width:auto;height:auto;margin-left:8px;font-style: normal;margin-top:0;transition:all .5s;}
.view-more>.swiper-button-next::after{font-size:12px;}
.view-more:hover,
.view-more:hover>.swiper-button-next{color:var(--my-color);}
.view-more:hover>.swiper-button-next{margin-left:12px;}
.case-list{margin-left:-7.5px;margin-right:-7.5px;margin-top:-20px;}
.case-list .column{padding-left:7.5px;padding-right:7.5px;margin-top:20px;}
.case-list a{display: block;background:#fff;border-radius: 10px;overflow: hidden;box-shadow: 0 5px 10px rgba(0,0,0,0.05);transition:all .5s;}
.case-list .text{padding:20px 15px;}
.case-list h5{margin:0;font-size:16px;font-weight: 700;transition:all .5s;}
.case-list .p{font-size:14px;line-height:24px;height:72px;color:#666666;margin-top:15px;}
.case-list .view-more{margin-top:20px;}
.case-list a:hover{box-shadow: 0 5px 10px rgba(0,0,0,0.05);}
.case-list a:hover h5{color:var(--my-color);}
.case-list a:hover .img>img{transform: scale(1.1);}
.case-list a:hover .zoomImg:before{left:125%;}
.case-list a:hover .view-more,
.case-list a:hover .view-more>.swiper-button-next{color:var(--my-color);}
.case-list a:hover .view-more>.swiper-button-next{margin-left:12px;}

.index-case .case-list a{box-shadow: none;}
.index-case .case-list a:hover{box-shadow: 0 5px 10px rgba(0,0,0,0.05);}
@media (max-width:767px){
	.index-case .view-more{justify-content: center;}
}
@media (min-width:768px){
	.case-list{margin-left:-10px;margin-right:-10px;margin-top:-30px;}
	.case-list .column{padding-left:10px;padding-right:10px;margin-top:30px;}
	.case-list h5{font-size:18px;}
	.case-list .text{padding:25px;}
}
@media (min-width:1200px){
	.case-list{margin-left:-15px;margin-right:-15px;}
	.case-list .column{padding-left:15px;padding-right:15px;}
	.case-list h5{font-size:20px;}
	.case-list .p{font-size:16px;margin-top:20px;}
}
@media (min-width:1600px){
	.case-list h5{font-size:24px;}
}

/* 首页 - 合作伙伴 */
.partner-list{margin:-7.5px -15px 0;}
.partner-list .column{padding:0 7.5px;margin-top:15px;}
.partner-list .img{border-radius: 5px;background:#fff;}
@media (max-width:575px){
	.partner-list .column{width:33.33333%}
}
@media (min-width:768px){
	.partner-list{margin:-20px -10px 0;}
	.partner-list .column{padding:0 10px;margin-top:20px;}
}
@media (min-width:1600px){
	.partner-list{margin:-15px -30px 0;}
	.partner-list .column{padding:0 15px;margin-top:30px;}
}


/* 首页 - 新闻 */
.index-news-main .nav-tabs{border:none;margin:0;display: flex;justify-content: center;align-items: center;}
.index-news-main .nav-tabs .nav-link{border:none;background:transparent;font-size:16px;line-height:30px;padding:0;color:#999;-webkit-transition: all 0.5s;transition: all 0.5s;cursor: pointer;}
.index-news-main .nav-tabs .nav-link:hover,
.index-news-main .nav-tabs .active .nav-link{border:none;color:var(--my-color);background:transparent;}

.index-news-control{position: relative;margin:20px 0 10px;padding:25px 0;}
.index-news-control>.swiper-scrollbar{position: relative;width:100%;left:auto;bottom:auto;height:1px;background:#e0e0e0;z-index: 1;}
.index-news-control .swiper-scrollbar-drag{background:var(--my-color);}
.index-news-control .swiper-button-box{position: absolute;left:25.625%;top:50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);z-index: 2;}
.index-news-control .swiper-pagination{position: relative;width:100%;left:auto;bottom:auto;height:1px;background:#e0e0e0;z-index: 1;display: block;}
.index-news-control .swiper-pagination-progressbar-fill{background:var(--my-color);z-index: 2;}
.index-news-control .swiper-pagination-lock>.swiper-pagination-progressbar-fill{display: none;}
.index-news-control .swiper-pagination:before{content: '';position: absolute;background:var(--my-color);width:25.625%;height:100%;left:0;top:0;z-index: 1;}

.swiper-button-box{width:50px;height:50px;border-radius: 50%;box-shadow: 0 3px 10px rgba(0,0,0,0.06);background:#eaeaea;display: flex;justify-content: center;align-items: center;-webkit-transition: all 0.5s;transition: all 0.5s;}
.swiper-button-box>div{position: static;margin:0;width:50%;height:100%;display: flex;}
.swiper-button-box>div:after{font-size:12px;color:#696969;}
.swiper-button-box:hover{box-shadow: 0 3px 10px rgba(0,0,0,0.15);}
.swiper-button-box:hover>div:after{color:var(--my-color);}

.news-main .href{position: relative;display: block;height:100%;color:#333;-webkit-transition:all .5s;transition:all .5s}
.news-main .img{border-radius: 10px;}
.news-main .img::after{content: '';position:absolute;width:104px;height:30px;border-radius: 0 0 5px 0;background:url(../images/watermark.png) no-repeat;background-position: center;background-size: 100% 100%;left:0;top:0;}
.news-main .text{padding-top:20px;}
.news-main .h2{font-size:16px;line-height:30px;margin-bottom:10px;color:#333;-webkit-transition:all .5s;transition:all .5s;font-weight: 700;}
.news-main .p{font-size:14px;line-height: 24px;height:48px;color:#666;}
.news-main .other{display: flex;justify-content: space-between;align-items: flex-end;padding-top:15px;padding-bottom:15px;font-size:14px;margin-top:25px;border-top:1px solid #d8d8d8;}
.news-main .date{font-family: 'Gilroy-R';}
.news-main .more{color:#666666;font-size:16px;}
.news-main .href:hover .h2{color:var(--my-color);}
.news-main .href:hover .img img{-webkit-transform:scale(1.1);transform:scale(1.1)}
.news-main .href:hover .view-more,
.news-main .href:hover .view-more>.swiper-button-next{color:var(--my-color);}
.news-main .href:hover .view-more>.swiper-button-next{margin-left:12px;}

.hot-news-list{margin-bottom:30px;}
.hot-news-list .img{border-radius: 0;}
.hot-news-list .href{display: flex;flex-flow: row wrap;background:none;border-radius: 10px;overflow: hidden;box-shadow: 0 5px 10px rgba(0,0,0,0.05);}
.hot-news-list .text{width:100%;padding:25px 15px 10px;box-shadow:0 2px 9px rgba(6,0,1,0.075);background:#fff;display: flex;flex-direction: column;justify-content: center;}
.hot-news-list .p{height:auto;max-height:72px;}


.news-list{margin:-15px -7.5px 0;}
.news-list .img{border-radius: 0;}
.news-list .column{padding-left:7.5px;padding-right:7.5px;margin-top:15px;}
.news-list .href{padding:15px;border-radius: 10px;padding-bottom:10px;box-shadow: 0 5px 10px rgba(0,0,0,0.05);top:0;}
.news-list .href:hover{top:-5px;}
@media (max-width:767px){
	.index-news-main .nav-tabs{margin-left:-8px;margin-right:-8px;}
	.index-news-main .nav-tabs .nav-item{padding:0 8px;}
	.index-news-tabs{display: flex;align-items: flex-end;justify-content: space-between;}
	.index-news-tabs .public-href>.more{width:100px;}
}
@media (min-width:768px){
	.index-news-main .index-title-main{float:left;width:250px;display: block;margin-bottom:0;}
	.index-news-main .news-main{float:left;width:calc(100% - 250px);}
	.index-news-main .nav-tabs{display: block;margin:50px 0;}
	.index-news-main .nav-tabs .nav-item{padding:10px 0;}
	.index-news-main .nav-tabs .nav-link{font-size:20px;}

	.news-main .h2{font-size:18px;}
	.news-main .p{font-size:16px;}
	.news-main .other{font-size:16px;}
	
	.hot-news-list{margin-bottom:50px;}
	.hot-news-list .img{width:55%;}
	.hot-news-list .img>img{height:100%;object-fit: cover;}
	.hot-news-list .text{width:45%;padding:30px;}
	.hot-news-list .h2{font-size:20px;}
	.hot-news-list .p{line-height:28px;max-height:84px;}
	
	.news-list{margin:-30px -15px 0;}
	.news-list .column{padding-left:15px;padding-right:15px;margin-top:30px;}
}
@media (min-width:1200px){
	.index-news-main .index-title-main{width:280px;}
	.index-news-main .news-main{width:calc(100% - 280px);}
	.index-news-main .nav-tabs{margin:60px 0;}
	.index-news-main .nav-tabs .nav-item{padding:15px 0;}
	.index-news-main .nav-tabs .nav-link{font-size:22px;}
	
	.index-news-control{margin:30px 0 15px;}
	.swiper-button-box{width:60px;height:60px;}
	
	.news-main .text{padding-top:30px;}
	.news-main .h2{font-size:20px;margin-bottom:20px;}
	.news-main .other{margin-top:40px;padding-top:20px;padding-bottom:20px;}

	.hot-news-list .text{padding:40px;}
	.hot-news-list .h2{font-size:22px;}
	
	.news-list{margin:-40px -20px 0;}
	.news-list .column{padding-left:20px;padding-right:20px;margin-top:40px;}
	.news-list .href{padding:20px;padding-bottom:15px;}
}
@media (min-width:1600px){
	.index-news-main .nav-tabs{margin:70px 0;}
	.index-news-main .nav-tabs .nav-item{padding:20px 0;}
	
	.news-main .h2{font-size:22px;}
	
	.hot-news-list .img{width:64%;}
	.hot-news-list .text{width:36%;padding:50px;}
	.hot-news-list .h2{font-size:24px;}
}



/*内页*/
.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:30vh;max-height:220px;min-height:220px;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;}
.inside-banner-title .index-title h2{letter-spacing: 5px;}
.inside-banner-title .index-title .en{color:#fff;opacity: 0.8;}

.crumbs-top{position: relative;padding:10px 0;font-size:12px;background:#f7f7f7;}
.crumbs-nav{display: flex;align-items: center;flex-flow: row wrap;color:#666;line-height:30px;}
.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:#333;font-weight: 700;max-width:50%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.crumbs-nav a:hover{color:#333;}

.submenu-swiper{border-bottom:1px #e7e7e7 solid;text-align:center;font-size:0;background:#fff;}
.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;cursor: pointer;}
.submenu-nav .nav-link:after{content:"";width:0;height:2px;background-color:var(--my-color);position:absolute;left:0;bottom:0;-webkit-transition:all .3s;transition:all .3s}
.submenu-nav .active .nav-link,
.submenu-nav .nav-link.active{color:#333;}
.submenu-nav .nav-link:hover{color:#333;}
.submenu-nav .active .nav-link:after,
.submenu-nav .nav-link.active:after,
.submenu-nav .nav-link:hover::after{width:100%}

.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: 'DIN-Bold';font-weight: 700;}
.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:36px;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:36px;height:36px;border-radius: 50%;border:1px solid #b2b2b2;font-size:20px;color:#7a7a7a;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:var(--my-color);background-color:transparent;}
.pager .next>span,.pager .previous>span{border-color:#bebebe;color:#333;}
.pager .next>a:hover{border-color:var(--my-color);background-color:var(--my-color);color:#fff;}
.pager .previous>a:hover{border-color:var(--my-color);background-color:var(--my-color);color:#fff;}
@media (max-width:991px){
	.pager li{font-size:14px;}
}
@media (min-width:768px){
	.inside-banner-img{height:42vh;max-height:300px;}
	.submenu-swiper .swiper{margin-left:-30px;margin-right:-30px;}
	.submenu-nav .nav-item{padding:0 30px}
	.submenu-nav .nav-link{font-size:16px;padding:25px 0}
	
	.crumbs-top{padding:20px 0;font-size:14px;}
	.pager{margin-top:60px;}
}
@media (min-width:1200px){
	.submenu-swiper .swiper{margin-left:-40px;margin-right:-40px;}
	.submenu-nav .nav-item{padding:0 40px}
	.submenu-nav .nav-link{font-size:18px;}

	.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:46vh;max-height:500px;}
}


/* 详情 */
.details-title{position: relative;padding-bottom:20px;border-bottom:1px solid #ededed;margin-bottom:40px;}
.details-title .h2{font-size:20px;color:#333;line-height:1.4;margin-bottom:0;}
.details-title .time{color:#999;margin-top:10px;display: flex;align-items: center;}
.details-title .time>img{width:16px;margin-right:8px;}
.details-title.text-center .time{justify-content: center;}

.details-other{position: relative;border-top:1px solid #ededed;border-bottom:1px solid #ededed;margin-top:40px;min-height:80px;}
.goBack{position: absolute;display: block;text-transform:uppercase;color:var(--my-color);font-weight:700;font-size:16px;text-align: center;line-height:32px;right:0;top:50%;transform: translate(0,-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:var(--my-color) 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:var(--my-color);}
.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: 30px;padding:15px 0;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-transition:all 0.5s;transition: all 0.5s;}
.info-previous-next-wrap a>span{color:#666!important;}
.info-previous-next-wrap a:hover{color:var(--my-color);}
.info-Previous{border-bottom:1px solid #ededed;}
@media (max-width: 767px) {
	.goBack{position: relative;padding:14px 0;transform: none;}
	.info-Previous{border-top:1px solid #ededed;}
}
@media (min-width:768px){
	.details-other{padding-right:30%;}
	.info-previous-next-wrap a{padding:25px 0;}
}
@media (min-width:1200px){
	.details-title .h2{font-size:24px;}
	.details-title .time{font-size:16px;margin-top:20px;}
	
	.details-other{margin-top:70px;}
	.goBack{line-height:42px;}
	.goBack:after{width:42px;height:42px;margin-left:-21px;margin-top:-21px;}
}


/* 关于我们 */
.about-list{margin:0;}
.about-list>div{width:100%;padding:0;}
.about-list-text{margin-top:30px;}
.aboutItemBox{width:100%;margin-top:16%;height:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #ccc;padding-bottom:50px}
.aboutItemBox .item{display:block;margin-right:0;width:140px}
.aboutItemBox .t{font-size:14px;line-height:36px;color:var(--my-color);font-weight:700}
.aboutItemBox .t>span{font-size: 24px;font-family:"Gilroy-D";}
.aboutItemBox .t>i{margin-left: 6px;font-style: normal;}
.aboutItemBox .t1{font-size:14px;line-height:20px;color:#333;margin-top:7px}

.about-list-img .swiper-pagination{position: static;bottom:0;padding:0;margin-top:40px;display:flex;flex-flow:row wrap;justify-content:center;}
.about-list-img .swiper-pagination-bullet{position: relative;width:16px;height:16px;margin:0 4px!important;border-radius: 50%;background:none;opacity: 1;}
.about-list-img .swiper-pagination-bullet:before{content: '';position: absolute;width:5px;height:5px;border-radius: 50%;background:#333;left:50%;top:50%;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.about-list-img .swiper-pagination-bullet:after{content: '';position: absolute;width:0;height:0;border-radius: 50%;border:1px solid #333;left:50%;top:50%;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);-webkit-transition: all 0.5s;transition: all 0.5s;}
.about-list-img .swiper-pagination-bullet-active:before{background:var(--my-color);}
.about-list-img .swiper-pagination-bullet-active:after{width:100%;height:100%;border-color:var(--my-color);}
@media (min-width:768px){
	.about-list{justify-content: space-between;flex-direction: row-reverse;}
	.about-list>.about-list-text{width:45.8%;margin-top:0;}
	.about-list>.about-list-img{width:50%}
}
@media (min-width:1200px){
	.aboutItemBox .t1,
	.aboutItemBox .t{font-size:16px;}
	.aboutItemBox .t>span{font-size: 34px;}
	.about-list-img .swiper-pagination-bullet{width:22px;height:22px;}
}
@media (min-width:1600px){
	.about-list-text .InfoContent{font-size:16px;}
	.aboutItemBox .t>span{font-size: 44px;}
}


.history-main{background-color:#044101;}
.history-main>.bg{position: absolute;width:100%;height:100%;left:0;top:0;background-image: url(../images/img9.png);background-repeat: no-repeat;background-position: center;background-size:cover;}
.history-swiper-content{position: relative;}
.history-swiper-content:before{content:'';width:100vw;height:1px;background-color:rgba(255,255,255,.3);position:absolute;top:9px;left:50%;-webkit-transform: translateX(-50%);transform: translateX(-50%);z-index:10}
.history-swiper{position: static;}
.history-slide{width:33.333333%;cursor: pointer;}
.history-slide .dian{position: relative;margin:0 auto;width:20px;height:20px;border:1px solid rgba(255, 255, 255, 0.5);border-radius: 50%;}
.history-slide .dian:after{width:5px;height:5px;position:absolute;transform:translate(-50%,-50%);left:50%;top:50%;background-color:#bedfef;content:'';border-radius:100%;}
.history-slide .year{text-align:center;font-size:12px;line-height:36px;font-family:"Gilroy-R";color:#fff;opacity:.5}
.history-slide.swiper-slide-active .dian{border-color:#fff;}
.history-slide.swiper-slide-active .year{opacity: 1;font-size: 16px;font-family:"Gilroy-D";}
.history-swiper .swiper-button-prev,
.history-swiper .swiper-button-next{width:30px;height:30px;border-radius: 50%;background:#fff;color:var(--my-color);top:-6px;margin:0;}
.history-swiper .swiper-button-prev:after,
.history-swiper .swiper-button-next:after{font-size:12px;}
.history-swiper .swiper-button-prev{left:0;}
.history-swiper .swiper-button-next{right:0;}
.history-tabContent .yearB{width:100%;text-align:center;font-size:110px;line-height:1.05;font-family:"Gilroy-D";color:#fff;opacity: 0.1;}
.history-content-list{margin-top:-100px;}
.history-pane{display: none;}
.history-pane.active{display: block;}
.history-pane>ul{list-style: none;margin:0;padding:0;min-height:375px;display: flex;flex-direction: column;justify-content: flex-end;}
.history-pane>ul>li{width:calc(50% - 15px);margin-left:calc(50% + 15px);height:120px;position:relative;}
.history-pane>ul>li:nth-child(2n){margin-left:0;text-align: right;}
.history-pane>ul>li:last-child{height:120px;}
.history-pane>ul>li>.line{width:1px;height:100%;position:absolute;top:30px;left:-15.5px;background-color:#fff;}
.history-pane>ul>li:last-child>.line{height:calc(100% - 20px);}
.history-pane>ul>li>.line:after{width:5px;height:5px;left:-2px;border-radius:100%;top:0;background-color:#fff;content:'';position:absolute}
.history-pane>ul>li:nth-child(2n)>.line{right:-15.5px;left:auto;}
.history-pane>ul>li>.m{font-size:16px;line-height:20px;font-weight:bold;}
.history-pane>ul>li>.txt{font-size:12px;line-height:18px;height:90px;overflow: hidden;margin-top:10px;width: 90%;}
.history-pane>ul>li:nth-child(2n)>.txt{margin-left:10%;}

.culture-main{background-repeat: no-repeat;background-position: center;background-size:cover;display: flex;flex-direction: column;justify-content: center;}
.culture-main .container{padding-top:20px;padding-bottom:20px;}
.culture-main .InfoContent{max-width:80%;margin:0 auto;}
@media (max-width:767px){

}
@media (min-width:768px){
	.history-slide{width:20%;}
	.history-main .index-title{margin-bottom:0;}
	.history-slide.swiper-slide-active .year{font-size: 18px;}
	.history-pane>ul>li>.m{font-size:18px;line-height:26px;}
	.history-pane>ul>li>.txt{font-size:16px;line-height:30px;height:60px;width: 80%;}
	.history-pane>ul>li:nth-child(2n)>.txt{margin-left:20%;}
}
@media (min-width:1200px){
	.history-tabContent .yearB{font-size:220px;}
	.history-swiper .swiper-button-prev,
	.history-swiper .swiper-button-next{width:42px;height:42px;top:-11px;}
	.history-slide .year{font-size:14px;}
	.history-slide.swiper-slide-active .year{font-size: 20px;}
	.history-pane>ul>li{width:calc(50% - 30px);margin-left:calc(50% + 30px);height:85px;}
	.history-pane>ul>li>.m{font-size:24px;}
	.history-pane>ul>li>.txt{font-size:18px;}
	.history-pane>ul>li:nth-child(2n)>.txt{margin-left:20%;}
	.history-pane>ul>li>.line{left:-30.5px;}
	.history-pane>ul>li:nth-child(2n)>.line{right:-30.5px;}
}


.honor-list{padding-bottom:60px;}
.honor-control{position: absolute;width:100%;left:0;bottom:0;display: flex;justify-content:center;align-items: center;}
.honor-control>div{position: static;margin:0 5px;padding:0;right:auto;left:auto;}
.honor-control .swiper-button-prev,
.honor-control .swiper-button-next{width:30px;height:30px;color:var(--my-color);}
.honor-control .swiper-button-prev:after,
.honor-control .swiper-button-next:after{font-size:14px;}
.honor-control .swiper-pagination{width:auto;display: flex;justify-content: center;align-items: center;}
.honor-control .swiper-pagination-bullet{position: relative;width:16px;height:16px;margin:0 4px!important;border-radius: 50%;background:none;opacity: 1;}
.honor-control .swiper-pagination-bullet:before{content: '';position: absolute;width:5px;height:5px;border-radius: 50%;background:var(--my-color);left:50%;top:50%;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.honor-control .swiper-pagination-bullet:after{content: '';position: absolute;width:0;height:0;border-radius: 50%;border:1px solid var(--my-color);left:50%;top:50%;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);-webkit-transition: all 0.5s;transition: all 0.5s;}
.honor-control .swiper-pagination-bullet-active:after{width:100%;height:100%;}
.honor-list .img{padding-bottom:94%;border:1px solid #e6e6e6;background:#fff;}
.honor-list .img>img{position: absolute;width:auto;height:auto;max-width:90%;max-height:90%;margin:auto;left:0;top:0;right:0;bottom:0;}
.honor-list p{text-align: center;margin:20px 0 0;font-size:16px;line-height: 36px;}
.honor-list .swiper-slide:hover .img{border-color:var(--my-color);}
.honor-list .swiper-slide:hover p{color:var(--my-color);}
.honor-list .swiper-slide:hover .img>img{-webit-transform: scale(1.1);transform: scale(1.1);}
#lightGallery-outer{background-color:rgba(0,0,0,0.6)!important;}
#lightGallery-outer #lightGallery-close{width:40px;height:40px;line-height:40px;top:30px;right:30px;background:var(--my-color);color:#fff;opacity: 1;}
#lightGallery-outer #lightGallery-close:after{font-size:20px;font-weight: lighter;}
#lightGallery-outer #lightGallery-close:hover{background:var(--my-color);color:#fff;}
#lightGallery-outer #lightGallery-action a:hover, #lightGallery-action a:focus{background:var(--my-color);}
#lightGallery-outer #lightGallery-Gallery .thumb_cont .thumb_info .close{opacity: 1;}

.advantages-main .container{padding-top:35px;padding-bottom:35px;}
.advantages-main .InfoContent{max-width:1200px;margin:0 auto;}
@media (max-width:575px){

}
@media (max-width:767px){
	.honor-control .swiper-pagination{display: none;}
	.honor-control .swiper-button-prev,
	.honor-control .swiper-button-next{border-radius: 50%;color:#fff;background:var(--my-color);}
}
@media (min-width:768px){
	.honor-list{padding-bottom:75px;}
}
@media (min-width:1200px){
	.honor-list{padding-bottom:90px;}
	.honor-control .swiper-pagination-bullet{width:20px;height:20px;margin:0 7px!important;}
	.honor-control>div{margin:0 10px;}
}


/* 产品列表 */
.product-title{margin-bottom:50px;text-align: center;}
.product-title .h2{line-height:1.5;margin-bottom:0;font-size:28px;}
.product-list{margin:0;}
.product-list .column{padding:0;}
.product-list a{display:block;color:#333;text-align:center;padding:10px 10px 30px;border:1px #ededed solid;height:100%}
.product-list h2{font-size:16px;margin:30px 0 8px}
.product-list .view-more{justify-content: center;}
.product-list a:hover{color:var(--my-color)}
.product-list a:hover .img img{-webkit-transform:scale(.9);transform:scale(.9)}
.product-list a:hover .view-more,
.product-list a:hover .view-more>.swiper-button-next{color:var(--my-color);}
.product-list a:hover .view-more>.swiper-button-next{margin-left:12px;}

.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:10px;padding-right:40px!important;line-height:30px;background-color:transparent;overflow: hidden;-webkit-transition: all 0.5s;transition: all 0.5s;}
.sidebar-submenu>li + li{margin-top:10px;}
.sidebar-submenu>li>a{font-size:16px;color:#333;}
.sidebar-submenu>li>a>.icon:before{width:13px;height:1px;right:15px;top:25px;background:#333;}
.sidebar-submenu>li>a>.icon:after{width:1px;height:13px;right:21px;top:19px;background:#333;}
.sidebar-submenu>li>a:focus,
.sidebar-submenu>li>a:hover,
.sidebar-submenu>li.active>a{background-color:var(--my-color);color:#fff;}
.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:#fff;}
.sidebar-submenu>li>a:focus>.icon:after,
.sidebar-submenu>li>a:hover>.icon:after,
.sidebar-submenu>li.active>a>.icon:after{height:0;}

.two-submenu{display: none;}
.two-submenu a:before{content: '';position: absolute;width:5px;height:5px;border-radius: 50%;top:22.5px;background:#999;-webkit-transition: all 0.5s;transition: all 0.5s;}
.two-submenu>li>a{padding-left:45px;font-size:14px;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:20px;}
.two-submenu>li>a>.icon:after{display: none;}
.two-submenu>li>a:hover,
.two-submenu>.active>a{color:var(--my-color);}
.two-submenu>li>a:hover:before,
.two-submenu>.active>a:before{background:var(--my-color);}
.two-submenu>li>a:hover>.icon:before,
.two-submenu>.active>a>.icon:before{border-right-color:var(--my-color);border-top-color:var(--my-color);}

.crumbs-top .container{position: relative;}
.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/submenu1.png) no-repeat center;background-size:auto 24px;right:15px;top:50%;margin-top:-12px;-webkit-transition: all 0.3s;transition: all 0.3s;}
@media (max-width: 991px) {
	.sidebar-nav{border:none}
	.sidebar-submenu{display: none;border:1px solid #e0e0e0;margin-bottom:20px;}
}
@media (min-width: 768px) {
	.product-list h2{font-size:18px;}
}
@media (min-width: 992px) {
	.sidebar-nav{float:left;width:25%;top:110px;position: sticky;position: -webkit-sticky;border-bottom:none;margin-bottom:50px;}
	.navIcon{display: none;}
	.sidebar-submenu{display: block!important;}
	.rightContent{margin-left:25%;padding-left:60px;}
	.product-title{padding-left:calc(25% + 60px);}
}
@media (min-width: 1200px) {
	.sidebar-submenu li>a{padding:15px;}
	.sidebar-submenu>li>a{font-size:18px;}
	.sidebar-submenu>li>a>.icon:before{right:15px;top:30px;}
	.sidebar-submenu>li>a>.icon:after{right:21px;top:24px;}
	.two-submenu>li>a{font-size:16px;padding-left:45px;}
	.two-submenu>li>a:before{left:30px;top:26.5px;}
	.two-submenu>li>a>.icon:before{top:25px;}
	
	.product-list a{padding:18px 18px 40px;}
	.product-list h2{font-size:20px;}
}
@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) {
	.product-title .h2{font-size:32px;}
}
@media (min-width: 1800px) {
	.sidebar-nav{width:18.75%;}
	.rightContent{margin-left:18.75%;padding-left:85px;}
	.product-title{padding-left:calc(18.75% + 85px);}
	.product-title .h2{font-size:36px;}
}

/* 产品详情 */
.product-details-top .row{flex-direction: row-reverse;margin:0 -15px;}
.product-details-top .row>div{padding:0 15px;margin-bottom:30px;}
.product-details-top .row .img{padding:30px;background:#f5f5f5;}
.product-details-top .row .img>img{width:auto;max-width:100%;margin:0 auto;}
.product-details-top .details-title{padding:0;margin-bottom:30px;border:none;}
.product-details-top .InfoContent{padding-bottom:30px;margin-bottom:20px;border-bottom:1px solid #eaeaea;}
.product-details-top .btns{margin-top:30px;}
.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-tab{padding-bottom:10px;margin-bottom:30px;flex-wrap: nowrap;border-bottom:1px solid #eaeaea;}
.product-details-tab>li{margin-right:20px;}
.product-details-tab .nav-link{padding:0;font-size:16px;color:#666}
.product-details-tab .nav-link:hover{color:var(--my-color);}
.product-details-tab .nav-link.active{color:var(--my-color);font-weight: 700;}
@media (min-width: 768px) {
	.product-details-tab{margin-bottom:40px;padding-bottom:20px}
	.product-details-tab>li{margin-right:40px;}
	.product-details-tab .nav-link{font-size:18px}
}
@media (min-width: 1200px) {
	.product-details-top .row{margin-left:-40px;margin-right:-40px;}
	.product-details-top .row>div{padding:0 40px;margin-bottom:60px;}
	.product-details-top .btns{margin-top:50px;}
	.product-details-top .public-href>.more{margin-right:40px;}
	.product-details-tab .nav-link{font-size:20px}
}
@media (min-width:1600px){
	.product-details-top .row{margin-left:-40px;margin-right:-40px;}
	.product-details-top .row>div{padding:0 40px;;}
}

/* 资料下载 */
.download-list{margin-left:-25px;margin-right:-25px;}
.download-list .item{padding:0 25px;}
.download-list a{position: relative;display: block;padding:15px 85px 15px 35px;line-height:34px;border-bottom: 1px solid #EBEBEB;}
.download-list .icon{position: absolute;left:0;top:17px;width:30px;height:30px;background-image:url(../images/icon/i14.png);background-repeat: no-repeat;background-position: center;background-size: 100%;}
.download-list .tit{font-size:16px;}
.download-list .btn{position: absolute;top:15px;right:0;padding:0;width:70px;height:34px;line-height:32px;text-align: center;font-size:14px;color: #676767;border-radius: 2px;border: 1px solid #E5E5E5;transition: all 0.5s;}
.download-list a:hover .icon{background-image:url(../images/icon/i14h.png);}
.download-list a:hover .btn{color:#fff;background:var(--my-color);border-color:var(--my-color);}
.download-list + .pager,
.problem-list + .pager{padding-top:0;border-top:none;}
@media (min-width:768px){
	.download-list a{padding-left:45px;padding-right:95px;padding:20px 95px 20px 45px;}
	.download-list .icon{top:22px;}
	.download-list .tit{font-size:18px;}
	.download-list .btn{width:80px;font-size:16px;top:20px;}
}


/* 案例 */
.details-side .details-title{margin-top:50px;}
@media (min-width:992px){
	.details-side .details-title{margin-top:0;}
	.details-info{float:left;width:65%;}
	.details-side{float:right;width:28%;}
}


/* 技术服务 - 服务介绍 */

/* 技术服务 - 试验中心 */

/* 技术服务 - 试验预约 */



/* 联系我们 */
.contact-main>div + div{margin-top:40px;}
.contact-main .title{font-size: 24px;font-weight: 700;margin:0 0 30px;color:var(--my-color);}
.contact-main .map{display: block;margin-top:30px;height:316px;background-repeat: no-repeat;background-size:auto;background-position: center;}
.contact-list .item{position: relative;line-height: 25px;padding-left:25px;font-size:16px;font-family:"MiSans";color:#4c4c4c;}
.contact-list .item + .item{margin-top:15px;}
.contact-list .item>img{position: absolute;width:15px;left:0;top:0;}
@media (min-width:768px){
	.contact-list .item{font-size:18px;}
}
@media (min-width:992px){
	.contact-main>div + div{margin-top:0;}
	.contact-main{display: flex;justify-content: space-between;}
	.contact-main .title{margin-bottom:40px;}
	.contact-info{width:47.857143%;padding-right:50px;}
	.contact-msg{width:52.142857%;}
	.contact-list .item + .item{margin-top:25px;}
}
@media (min-width:1200px){
	.contact-list .item{font-size:20px;}
}

/* 合作咨询 */
.message-form .row{margin-left:-15px;margin-right:-15px}
.message-form .column{padding-left:15px;padding-right:15px;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:16px;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:16px;height:50px;border-radius:0;box-shadow:none;color:#333;padding:8px 18px;background-color:#f5f5f5;border-color:#f5f5f5;}
.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{position: relative;top:0;display:block;margin:20px auto 0;width:50%;height:50px;outline:0!important;border:none;background-color:var(--my-color);color:#fff;font-size:16px;-webkit-transition: all 0.5s;transition: all 0.5s;}
.message-form .button:hover{background:var(--my-color);top:-5px;box-shadow: 0 5px 15px rgba(0,33,66,0.3);}
@media (min-width:768px){
	.message-form .button{width:30%;}
}
@media (min-width:1200px){
	.message-form textarea.form-control{height:240px}
}
@media (min-width:1400px){
	.message-form .row{margin-left:-20px;margin-right:-20px}
	.message-form .column{padding-left:20px;padding-right:20px;margin-bottom:40px}
}




/* 在线留言 */
.message-form2 .row{margin-left:-25px;margin-right:-25px;margin-top:0;}
.message-form2 .column{padding-left:25px;padding-right:25px;margin-bottom: 25px;margin-top:0;}
.message-form2 .column:last-child{margin-bottom:0;}
.message-form2 .inner{position: relative;}
.message-form2 label{position: absolute;top: 0;left: 0;right: 0;margin: 0;height: 45px;line-height: 45px;padding: 0 15px;color: #ccc;font-size: 14px;overflow: hidden;pointer-events: none;transition: all .3s;}
.message-form2 label.incorrect,
.message-form2 .input_filled.error label{display: none;}
.message-form2 .input_filled.error label.incorrect{display: block;}
.message-form2 .input_filled label{font-size: 12px;height: auto;line-height: 20px;-webkit-transform: translate3d(0,-120%,0);transform: translate3d(0,-120%,0);padding: 0;top:2px;}
.message-form2 .error label{color: #d60000;}
.message-form2 .form-control{display: block;font-size: 14px;height: 45px;border-radius: 0;box-shadow: none;color: #333;padding: 8px 15px;border-color:#e6e6e6;}
.message-form2 .form-control:focus{border-color:#e6e6e6}
.message-form2 .error .valid_message{font-size: 12px;line-height: 20px;color: #d60000;position: absolute;left: 0;bottom: 0;-webkit-transform: translate3d(0,100%,0);transform: translate3d(0,100%,0);display: none;}
.message-form2 textarea.form-control{height: 200px;padding:15px;}
.message-form2 .img-code-input{display: flex;align-items: center;}
.message-form2 .img-code-input .inner{width: 100%;}
.message-form2 .img-code-input .img-code{flex: 0 0 auto;width: 90px;height: 45px;}
.message-form2 .img-code-input .img-code img{display: block;width: 100%;height: 100%;cursor: pointer;}
.message-form2 .btn{display: inline-block;width: 180px;height: 55px;font-size: 16px;color: #fff;background-color: var(--my-color);border:none;border-radius: 0;margin:10px 0 0;padding: 0;box-shadow: none;outline: none;transition: all .3s;}
.message-form2 .btn:hover{background-color:#047bff;}
@media (min-width:768px){
	.message-form2 .column{margin-bottom: 30px;}
	.message-form2 label{font-size:16px;}
	.message-form2 .input_filled label{font-size: 14px;}
	.message-form2 .form-control{font-size: 16px;}
}