@charset "utf-8";

/* CSS Document */
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar{width: 7px; background:rgba(255,255,255,0);} 
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track{background:#f5e7e7;} 
/* 定义滑块 内阴影+圆角 */
::-webkit-scrollbar-thumb {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1); background:#e72129; border-radius: 10px;} 

/* CSS Document */
*{margin:0 auto; padding:0; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;box-sizing:border-box;}
html {font-size: 62.5%; /*10÷16=62.5% */ overflow-x: hidden;}
@media only screen and (max-width:1600px){
	html {font-size: 60%;}
}
@media only screen and (max-width:1440px){
	html {font-size: 56%;}
}
@media only screen and (max-width:1280px){
	html {font-size: 54%;}
}
@media only screen and (max-width:1024px){
	html {font-size: 50%;}
}

blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}
span, a, ul, li {margin:0;padding:0;border:0;list-style-type:none;}
input, button, textarea{outline:none; appearance:none;}
body{font-family: "Noto Sans SC", "Roboto",sans-serif; font-weight: 400; font-size:12px; font-size:1.2rem; min-width: 900px; margin:0 auto; color:#222; PADDING-TOP:0px; overflow-x: hidden; background: #fff;}
a{color:#222; text-decoration:none;}
a:hover{color:#e72129;}

.linkA{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 9}

img{vertical-align:middle; border:0;}

.NSS100{font-family: 'Noto Sans SC'; font-weight: 100;}
.NSS300{font-family: 'Noto Sans SC'; font-weight: 300;}
.NSS400{font-family: 'Noto Sans SC'; font-weight: 400;}
.NSS500{font-family: 'Noto Sans SC'; font-weight: 500;}
.NSS700{font-family: 'Noto Sans SC'; font-weight: 700;}
.NSS900{font-family: 'Noto Sans SC'; font-weight: 900;}}

.Montserrat200{font-family: 'Montserrat'; font-weight: 200;}
.Montserrat300{font-family: 'Montserrat'; font-weight: 300;}
.Montserrat400{font-family: 'Montserrat'; font-weight: 400;}
.Montserrat500{font-family: 'Montserrat'; font-weight: 500;}
.Montserrat600{font-family: 'Montserrat'; font-weight: 600;}
.Montserrat700{font-family: 'Montserrat'; font-weight: 700;}
.Montserrat800{font-family: 'Montserrat'; font-weight: 800;}

.clear{clear:both; height:0; line-height:0; font-size:0; *display:inline;/*IE only*/}
.clearfix:after{content:"";display:block;clear:both;}
.b{font-weight: bold;}
.fl { float:left;}
.fr { float:right;}
.tal{text-align: left;}
.tac{text-align: center;}
.tar{text-align: right;}

@media only screen and (max-width:800px){
	embed{width:100%; height: auto;}
	video{width:100%; height: auto;}
	iframe{width:100%; height: auto;}
	table{width:100%; height: auto;}
}

/*表格*/
.product_tb table{width:100%; border-spacing:0; border-collapse:separate;}
.product_tb table>thead>tr>th,.product_tb table>tbody>tr>th,.product_tb table>tfoot>tr>th,.product_tb table>thead>tr>td,.product_tb table>tbody>tr>td,.product_tb table>tfoot>tr>td{text-align:center; line-height:35px;border-top:1px solid #ddd}
.product_tb table>thead>tr>th{vertical-align:bottom;border-bottom:1px solid #ddd;}
.product_tb table>caption+thead>tr:first-child>th,.product_tb table>colgroup+thead>tr:first-child>th,.product_tb table>thead:first-child>tr:first-child>th,.product_tb table>caption+thead>tr:first-child>td,.product_tb table>colgroup+thead>tr:first-child>td,.product_tb table>thead:first-child>tr:first-child>td{border-top:0}
.product_tb table>tbody+tbody tr:first-child td{border-top:2px solid #ddd}

.product_tb table{border:1px solid #ddd; border-left: none; border-top: none;}
.product_tb table>thead>tr>th,.product_tb table>tbody>tr>th,.product_tb table>tfoot>tr>th,.product_tb table>thead>tr>td,.product_tb table>tbody>tr>td,.product_tb table>tfoot>tr>td{border-left:1px solid #ddd}
.product_tb table>thead>tr>th:first-child,.product_tb table>tbody>tr>th:first-child,.product_tb table>tfoot>tr>th:first-child,.product_tb table>thead>tr>td:first-child,.product_tb>tbody>tr>td:first-child,.product_tb>tfoot>tr>td:first-child{border-left:none}

/*gotop*/
.cbbfixed {position:fixed; right:10px; bottom:10px; transition: bottom ease .3s; z-index:3; cursor:pointer;}
.cbbfixed .cbbtn {width: 40px; height: 40px; display: block; background-color:#e72129;}
.cbbfixed .gotop {transition:background-color ease .3s;margin-top: 1px;}
.cbbfixed .gotop .up-icon{float:left; margin:14px 0 0 9px; width:23px;height:12px;background:url(side-icon02.png);}
.cbbfixed .gotop:hover {background-color:#222;}
.cbbfixed .cweixin {background: #9b9b9b;}
.cbbfixed .cweixin:hover{background:#434343;}
.cbbfixed .cweixin div {background: url(erwei.png) no-repeat left center; width: 194px;height: 199px;position: absolute;left: -194px;top: -115px;opacity: 0;transform: scale(0);    -webkit-transform: scale(0);transform-origin: 100% 70%;-webkit-transform-origin: 100% 70%;transition: transform ease .3s,opacity ease .3s;-webkit-transition: all ease .3s;display:none\0;*display:none;}
.cbbfixed .cweixin:hover div {display: block;transform: scale(1);-webkit-transform: scale(1);opacity: 1;*display:block;}
.cbbfixed .cweixin .weixin-icon{float: left;margin:12px 0 0 11px;width:18px;height: 18px; background:url(side-icon01.png);}

@media only screen and (max-width:800px){
	.cbbfixed{-webkit-transform:scale(.8, .8); transform:scale(.8, .8); transition: all 1s; right:2px;}
}

@media only screen and (max-width:1366px) {}
@media only screen and (max-width:1280px) {}
@media only screen and (max-width:940px) {}
@media only screen and (max-width:800px) {}
@media only screen and (max-width:560px){}

/*container*/
.container{width: 92%; max-width:1520px; margin: 0 auto;}

/*head*/
.header{position: fixed; left: 0; top: 0; z-index: 999; width: 100%; min-width: 900px; padding: 0 1.5%; background: rgba(255,255,255,1); box-shadow: 0 0 25px rgba(0,0,0,.2); display: flex; align-items: center; justify-content: space-between; transition: .5s;}

.aboutheader{position: relative;}
.aboutheader.fixed{position: fixed;}

.header .logo{width: 11.4%; min-width: 120px; transition: .5s;}
.header.fixed .logo{width: 11%;}
.header .logo a{position: relative; width: 100%; height: 0; padding-bottom:24%; overflow: hidden; display: block; background: url(logo.png)  no-repeat left center; background-size: 100%; transition: .5s;}

.header .headerbox{flex: 1; margin-left: 20%; display: flex; align-items: center; justify-content: space-between;}

.nav{flex: 1; width: 100%;}
.nav .nav_pc{display: flex; align-items: center; justify-content:space-between;}
.nav ul li{position: relative; padding: 5% 0; transition: .5s;}
.header.fixed .nav ul li{padding: 3.8% 0;}
.nav ul li.hovert{border-bottom: 3px solid #e72129;}
.nav ul li .f_a{}
.nav ul li .f_a a{text-align: center; line-height: 1; font-weight: 500;}
.nav ul li.hovert .f_a a{color: #e72129;}
.nav ul li .s_navbox{display:none; position: absolute; left: 50%; top: calc(100% + 1px); transform:translate(-50%, 0); width: 32vw; min-width: 440px; background: #fff; border-radius: 5px; box-shadow: 0 0 40px rgba(0,0,0, .1); z-index: 9;}
.nav ul li .s_navbox .box{display: flex; justify-content: space-between; padding: 5% 5%;}
.nav ul li .s_navbox .s_a{flex: 1; width: 100%; padding-right: 4%; margin-right: 4%; border-right: 1px solid rgba(0,0,0,.1);}
.nav ul li .s_navbox .s_a .s_aa{display: flex; justify-content: space-between; flex-flow: wrap;}
.nav ul li .s_navbox .s_a a{position: relative; padding: 3% 0; width: 48%; border-bottom: 1px solid rgba(0,0,0,.08);}
.nav ul li .s_navbox .s_a a::before{content: ""; position: absolute; left: 0; bottom: -1px; width: 0; height: 1px; background: #e72129; transition: .6s;}
.nav ul li .s_navbox .s_a a:hover::before, .nav ul li .s_navbox .s_a a.on::before{width: 100%;}
.nav ul li .s_navbox .s_a a:hover, .nav ul li .s_navbox .s_a a.on{color: #e72129;}
.nav ul li .s_navbox .s_img{width: 40%; min-width: 160px;}
.nav ul li .s_navbox .s_img p{position: relative; width: 100%; height: 0; padding-bottom: 60%; overflow: hidden;}
.nav ul li .s_navbox .s_img p img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}

.header .phone{margin-left: 3%; color: #e72129; border: 1px solid rgba(0,0,0, .2); border-radius: 1000px; height: 40px; padding: 0 18px; display: flex; align-items: center; justify-content: center;}
.header .phone i{margin-right: 5px;}

.search-button{margin: 0 0 0 1.5%; border-radius: 100px; width: 40px; height: 40px; cursor: pointer; overflow: hidden; transition: .5s; background: url(s.png) #e72129 no-repeat center center; background-size: 40%;}
.search{*zoom: 1; position: relative;}
#search{transition: max-height, 0.5s; position: absolute; top: 40px; z-index: 9; right: 0; width:200px; max-height: 0; overflow: hidden; background-color: #e0e0e0;}
#search.open{max-height: 40px; width:200px;}
#search fieldset{position: relative; padding: 0; border: none;}
#search input{-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;display: block; height: 40px;}
#search input[type="search"]{width:150px;padding: 0 5px 0 12px; background:none; border: none;}
#search input::-webkit-input-placeholder{color: #999;}
#search input[type="submit"]{position: absolute; bottom: 0; right: 0; width: 50px; margin: 0; padding: 0; text-transform: uppercase; color: #fff; background:#e72129; border: none; cursor: pointer;}

@media screen and (max-width: 1366px){
	.header .headerbox{margin-left: 10%;}
	
	.header .phone{height: 35px; padding: 0 15px;}
	.search-button{width: 35px; height: 35px;}
}
@media only screen and (max-width:1280px){
	.header .phone{margin-left: 1%; height: 30px; padding: 0 12px;}
	.search-button{width: 30px; height: 30px;}
}
@media screen and (max-width: 1024px){
	.header .headerbox{margin-left: 5%;}
	.header .phone{height: 25px; padding: 0 10px;}
	.search-button{width: 25px; height: 25px;}
}


/*banner*/
.banner{position: relative; width: 100%; min-width: 900px; height: 100vh;}
.banner .swiper-wrapper{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #000}
.banner .swiper-slide{overflow: hidden;}
.banner .swiper-slide .slide-inner{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-size: cover; background-position: center;	background-size: cover;}

.banner .swiper-slide .banner-text{position: absolute; left: 0; top: 50%; transform: translate(0, -40%); width: 100%; z-index: 12; color: #fff;}
.banner .swiper-slide .banner-text .btitle{display: inline-block; color: #fff; padding-bottom: 2%; margin-bottom: 2.2%; border-bottom: 1px solid rgba(255,255,255, .4); text-shadow:-1px -1px 0 rgba(0,0,0, .3), 1px -1px 0 rgba(0,0,0, .3), -1px 1px 0 rgba(0,0,0, .3), 1px 1px 0 rgba(0,0,0, .3);}
.banner .swiper-slide .banner-text .btitle01{text-shadow:-1px -1px 0 rgba(0,0,0, .3), 1px -1px 0 rgba(0,0,0, .3), -1px 1px 0 rgba(0,0,0, .3), 1px 1px 0 rgba(0,0,0, .3);}
.banner .swiper-slide .banner-text .bmore{margin-top: 5%;}

.banner .swiper-slide .banner-text01{transform: translate(0, -90%);}
.banner .swiper-slide .banner-text01 .bmore{margin-top: 4%;}

.banner .swiper-pagination{bottom: 2%;}
.banner .swiper-pagination-bullet{background:none; opacity:1; margin:0 6px !important; width:12px; height:12px; position:relative; outline:none;vertical-align:middle;}
.banner .swiper-pagination-bullet span{width:7px;height:7px; background:rgba(0,0,0,.4); display:block; border-radius:50%; margin-top:1px; margin-left:1px;}
.banner .swiper-pagination-bullet i{background:#e72129;height:1px; width:20px;position:absolute;top:4px;transform:scaleX(0);transform-origin:left;z-index:3;transition-timing-function:linear;}
.banner .swiper-pagination-bullet-active span,.swiper-pagination-bullet:hover span{width:9px;height:9px;margin-top:0;margin-left:0;background:#e72129;position:relative;z-index:1;}
.banner .swiper-pagination-bullet-active i{animation:middle 6s;}
.banner .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i{animation:first 6s;}
.banner .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i{animation:last 6s;}	
@keyframes first{0% {transform:scaleX(0.5);left:0px;}/*091*/100% {transform:scaleX(1);left:2px;} /*0915*/}
@keyframes last{0% {transform:scaleX(0.7);left:-10px;}/*1090*/20% {transform:scaleX(0.3);left:2px;} /*090*/100% {transform:scaleX(0.3);left:0px;} /*090*/}		
@keyframes middle{0% {transform:scaleX(0.7);left:-10px;}/*1091*/20% {transform:scaleX(0.45);left:2px;}/*092*/100% {transform:scaleX(1);left:2px;} /*0913*/}	
.banner .swiper-button-prev, .banner .swiper-button-next{top: 50%; background:rgba(0,0,0,.4); color: #fff; width: 40px; height: 40px; border-radius: 100px; --swiper-navigation-size: 6px; outline: none;}
.banner .swiper-button-prev{left:1%;}
.banner .swiper-button-next{right:1%;}
.banner .swiper-button-prev:hover, .banner .swiper-button-next:hover{background: #e72129; color: #fff;}

.banner .autoplay-progress{position: absolute; right: 3%; bottom: 3%; z-index: 1; width: 3vw; min-width: 30px; height: 3vw; min-height: 30px; display: flex; align-items: center; justify-content: center; font-weight: bold; color: #fff;}
.banner .autoplay-progress svg {--progress: 0; position: absolute; left: 0; top: 0px; z-index: 10; width: 100%; height: 100%; color: #fff; stroke-width: 1px; stroke: #fff; fill: none; stroke-dashoffset: calc(125.6 * (1 - var(--progress))); stroke-dasharray: 125.6; transform: rotate(-90deg);}

@media only screen and (max-width:1600px){
	.banner .swiper-slide .banner-text .btitle{font-size: 52px; font-size: 5.2rem;}
}
@media only screen and (max-width:1366px){
	.banner .swiper-slide .banner-text .btitle{font-size: 46px; font-size: 4.6rem;}
}
@media only screen and (max-width:1280px){
	.banner .swiper-slide .banner-text .btitle{font-size: 40px; font-size: 4rem;}
}
@media only screen and (max-width:1024px){
	.banner{height: 0; padding-bottom: 52%; overflow: hidden;}
	.banner .swiper-slide .banner-text .btitle{font-size: 34px; font-size: 3.4rem;}
	
	.banner .swiper-button-prev, .banner .swiper-button-next{width: 33px; height: 33px; --swiper-navigation-size: 12px;}
}

/**aboutbanner**/
.aboutbanner{position: relative; width: 100%;  height: 0; padding-bottom: 25%; overflow: hidden;}
.aboutbanner-desc{position: absolute; left: 50%; top:50%; transform: translate(-50%, -20%); z-index: 3; color: #fff;}
.aboutbanner-desc p{text-shadow:-1px -1px 0 rgba(0,0,0, .1), 1px -1px 0 rgba(0,0,0, .1), -1px 1px 0 rgba(0,0,0, .1), 1px 1px 0 rgba(0,0,0, .1);}
.aboutbanner-desc p:nth-child(2){margin-top: 1%; color: rgba(255,255,255, 1);}
.aboutbanner .bg, .aboutbanner .bg1{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.aboutbanner .bg1{display: none;}

@media only screen and (max-width:1600px){
	.aboutbanner-desc p:first-child{font-size: 36px; font-size: 3.6rem;}
	.aboutbanner-desc p:nth-child(2){font-size: 20px; font-size: 2rem;}
}
@media only screen and (max-width:1366px){
	.aboutbanner-desc p:first-child{font-size: 34px; font-size: 3.4rem;}
	.aboutbanner-desc p:nth-child(2){font-size: 18px; font-size: 1.8rem;}
}
@media only screen and (max-width:1024px){
	.aboutbanner-desc p:first-child{font-size: 30px; font-size: 3rem;}
	.aboutbanner-desc p:nth-child(2){font-size: 16px; font-size: 1.6rem;}
}

/**首页栏目标题**/
.indextitle{color: #000; line-height: 1;}
.indextitle .en{color: #e72129; text-transform: uppercase;}
.indextitle .cn{margin-top: 6px;}

@media only screen and (max-width:1600px){
	.indextitle .cn{font-size: 43px; font-size: 4.3rem;}
}
@media only screen and (max-width:1366px){
	.indextitle .en{font-size: 18px; font-size: 1.8rem;}
	.indextitle .cn{font-size: 38px; font-size: 3.8rem;}
}
@media only screen and (max-width:1280px){
	.indextitle .en{font-size: 16px; font-size: 1.6rem;}
	.indextitle .cn{font-size: 36px; font-size: 3.6rem;}
}
@media only screen and (max-width:1024px){
	.indextitle .cn{font-size: 32px; font-size: 3.2rem;}
}

/**首页更多**/
.indexmore{position: relative; top: 0; color: #fff; padding: .65vw 3.5vw .65vw 1.5vw; border-radius: 100px; display: inline-block; background-image: url(jt.png); background-repeat: no-repeat; background-position: calc(100% - 1.5vw) center; background-size: 7%; background-color: #e72129; transition: .5s;}
.indexmore:hover{top: -10px; background-color: #b81319;}

/*.bmore{background-color: rgba(255,255,255, 0); border: 1px solid #fff;}
.bmore:hover{background-color: #b81319; border: 1px solid #e72129;}*/

@media only screen and (max-width:1024px){
	.indexmore{padding: 5px 40px 5px 15px; background-position: calc(100% - 15px) center;}
}

/**首页更多**/
.indexmorew{position: relative; top: 0; width: 2.2vw; min-width: 28px; height: 2.2vw; min-height: 28px; border-radius: 50%; border: 1px solid rgba(0,0,0, .1); background-image: url(jt1.png); background-repeat: no-repeat; background-position: center center; background-size: 35%; transition: .5s;}
.indexmorew:hover{top: -10px; border: 1px solid #e72129; background-color: #e72129; background-image: url(jt.png); background-repeat: no-repeat; background-position: center center; background-size: 35%;}

.indexmoreb{position: relative; top: 0; width: 2.2vw; min-width: 28px; height: 2.2vw; min-height: 28px; border-radius: 50%; border: 1px solid rgba(255,255,255, 1); background-image: url(jt.png); background-repeat: no-repeat; background-position: center center; background-size: 35%; transition: .5s;}
.indexmoreb:hover{top: -10px; border: 1px solid #e72129; background-color: #e72129;}

/**首页栏目顶部**/
.indextitletop{display: flex; align-items: flex-end; justify-content: space-between;}

/**首页产品系列**/
.indexproductcat{padding: 5% 0;}
.indexproductcatbox{margin-top: 4%; display: flex; justify-content: space-between; flex-flow: wrap;}
.indexproductcatbox .list{ width: calc((100% - 1vw) / 2);}
.indexproductcatbox .list:first-child .listlist{position: relative; width: 100%; height: 0; padding-bottom: 72%; border-radius: 5px; overflow: hidden;}
.indexproductcatbox .list:nth-child(2) .listlist{position: relative; height: calc((100% - 1vw) / 2); border-radius: 5px; overflow: hidden;}
.indexproductcatbox .list:nth-child(2) .listlist:nth-child(2){margin-top: 1vw;}
.indexproductcatbox .list .listlist .box{position: absolute; left: 0; top: 0; z-index: 2; width: 100%; padding: 6% 6% 10% 6%; background-image: linear-gradient(to bottom, rgba(0,0,0, .7), rgba(0,0,0, 0));}
.indexproductcatbox .list .listlist .box .title{color: #fff;}
.indexproductcatbox .list .listlist .box .indexmoreb{margin-top: 2vw;}
.indexproductcatbox .list .listlist.on .box .indexmoreb, .indexproductcatbox .list .listlist:hover .box .indexmoreb{border: 1px solid #e72129; background-color: #e72129;}
.indexproductcatbox .list .listlist.on{}
.indexproductcatbox .list .listlist .img{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.indexproductcatbox .list .listlist .img img{width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.indexproductcatbox .list .listlist:hover .img img{transform: scale(1.2);}

@media only screen and (max-width:1366px){
	.indexproductcatbox .list .listlist .box .title{font-size: 22px; font-size: 2.2rem;}
}
@media only screen and (max-width:1024px){
	.indexproductcatbox .list .listlist .box .title{font-size: 20px; font-size: 2rem;}
}

/**首页关于恒昌集团**/
.indexabout{padding: 7% 0; background: url(indexabout-bg.jpg) no-repeat center center; background-attachment: fixed; background-size: cover; background-position: 100% 100%;}
.indexaboutbox{display: flex; align-items: center; justify-content: flex-start;}
.indexaboutbox .l{width: 46%;}
.indexaboutbox .l .indextitle .cn:first-child{color: #e72129; line-height: 1.6}
.indexaboutbox .l .content{margin: 5% 0 12% 0; color: rgba(0,0,0, .7); line-height: 1.8; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 7; text-overflow: ellipsis; overflow: hidden;}

.indexaboutbox .r{margin-left: 10%;}
.indexaboutbox .r .m-video .ico{width: 4.5vw; height: 4.5vw; border-radius: 50%; background: url(play2.png) #e72129 no-repeat center center; background-size: 30%; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: .5s;}
.indexaboutbox .r .m-video:hover .ico{background: url(play2.png) #b81319 no-repeat center center; background-size: 30%;}
.indexaboutbox .r .m-video .title{color: rgba(0,0,0, .7); margin-top: 5px;}

.indexaboutadv{margin-top: 8%; display: flex; justify-content: space-between;}
.indexaboutadv .list{flex: 1; width: 100%; margin-right: 1%; padding: 2%; background: #fff; border-radius: 5px; display: flex; align-items: center; justify-content: space-between;}
.indexaboutadv .list:last-child{margin-right: 0;}
.indexaboutadv .list .box .numunit{color: #e72129; display: flex; align-items: baseline; justify-content: flex-start;}
.indexaboutadv .list .box .numunit .unit{margin-left: 5px;}
.indexaboutadv .list .box .title{color: #888;}
.indexaboutadv .list .ico{width: 2.8vw; min-width: 30px; height: 2.8vw; min-height: 30px; border-radius: 50%; background: rgba(0,0,0, .08); display: flex; align-items: center; justify-content: center;}
.indexaboutadv .list.on .ico{background: #e72129;}
.indexaboutadv .list .ico p{width: 45%; height: 45%; overflow: hidden;}
.indexaboutadv .list .ico p img{width: 100%; transition: .5s;}
.indexaboutadv .list.on .ico p img{margin-top: -100%;}

@media only screen and (max-width:1600px){
	.indexaboutadv .list .box .numunit .num{font-size: 55px; font-size: 5.5rem;}
}
@media only screen and (max-width:1366px){
	.indexaboutadv .list .box .numunit .num{font-size: 50px; font-size: 5rem;}
}
@media only screen and (max-width:1280px){
	.indexaboutadv .list .box .numunit .num{font-size: 45px; font-size: 4.5rem;}
}
@media only screen and (max-width:1024px){
	.indexaboutadv .list .box .numunit .num{font-size: 40px; font-size: 4rem;}
}

/**首页产品展示**/
.indexproduct{padding: 5% 0; background: url(indexproduct-bg.jpg) #f2f5f8 no-repeat center bottom; background-size: 100%;}

.indexproductimg{margin-top: 4%; position: relative; padding-bottom: 30px; overflow: hidden;}
.indexproductimg .swiper-wrapper{width: 100%;}
.indexproductimg .swiper-slide{position: relative; background: #fff;overflow: hidden;}
.indexproductimg .swiper-slide .img{position: relative; width: 100%; height: 0; padding-bottom: 62%; overflow: hidden;}
.indexproductimg .swiper-slide .img p{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
.indexproductimg .swiper-slide .img p img{max-width: 100%; max-height: 100%; transition: .5s;}
.indexproductimg .swiper-slide.on .img p img{transform: scale(1.1);}
.indexproductimg .swiper-slide .box{border-top: 1px solid rgba(0,0,0, .08); padding: 5%; display: flex; align-items: center; justify-content: space-between;}
.indexproductimg .swiper-slide .box .title{line-height: 1.6;}
.indexproductimg .swiper-slide .box .title p:first-child{color: #e72129;}
.indexproductimg .swiper-slide .box .title p:nth-child(2){color: #666; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden;}
.indexproductimg .swiper-slide.on .indexmorew{border: 1px solid #e72129; background-color: #e72129; background-image: url(jt.png); background-repeat: no-repeat; background-position: center center; background-size: 35%;}
.indexproductimg .swiper-button-prev, .indexproductimg .swiper-button-next{position: absolute; top: 32%; z-index: 999; background:rgba(0,0,0, .5); color: #fff; width: 2vw; min-width: 20px; height: 2vw; min-height:20px; border-radius: 5px; --swiper-navigation-size: 6px; outline:none;} 
.indexproductimg .swiper-button-prev{left: 0;}
.indexproductimg .swiper-button-next{right: 0;}
.indexproductimg .swiper-button-prev:hover, .indexproductimg .swiper-button-next:hover{background: #e72129; color: #fff;}
.indexproductimg .swiper-pagination{bottom: 0; text-align: center; z-index: 99;}
.indexproductimg .swiper-pagination-bullet{position: relative; z-index: 2; width: 9px; height: 9px; border-radius: 100px; margin:0 4px !important; background: rgba(0,0,0, .4); opacity: 1; outline:none; transition: .3s;}
.indexproductimg .swiper-pagination-bullet-active{background: #fff; width: 20px; opacity: 1;}

@media only screen and (max-width:1366px){
}

/**首页合作单位**/
.indexpartner{padding: 5% 0; background: url(indexpartner-bg.jpg) no-repeat center center; background-attachment: fixed; background-size: cover; background-position: 100% 100%;}
.indexpartner .container{display: flex; justify-content: space-between;}
.indexpartner .l{width: 35%;}
.indexpartner .l .title{margin: 10% 0 3% 0;}
.indexpartner .l .desc{color: #666; line-height: 1.6; text-align: justify;}
.indexpartner .l .indexmore{margin-top: 15%;}

.indexpartner .c{width: 1px; margin: 0 5%; background: rgba(0,0,0, .08);}

.indexpartner .r{width: 55%; height: 30vw; min-height: 280px;}
.indexpartnerimg{position: relative; overflow: hidden;}
.indexpartnerimg .swiper-wrapper{position: relative; width: 100%; height: 100%;}
.indexpartnerimg .swiper-slide{position: relative; height: calc((100% - 100px) / 3) !important; overflow: hidden;}
.indexpartnerimg .swiper-slide .img{position: relative; width: 100%; height: 0; padding-bottom: 100%; overflow: hidden;}
.indexproductimg .swiper-slide .img p{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
.indexpartnerimg .swiper-slide .img p img{max-width: 100%; max-height: 100%; transition: .5s;}
.indexpartnerimg .swiper-slide.on .img p img{transform: scale(1.1);}
.indexpartnerimg .swiper-button-prev, .indexpartnerimg .swiper-button-next{position: absolute; top: 32%; z-index: 999; background:rgba(0,0,0, .5); color: #fff; width: 2vw; min-width: 20px; height: 2vw; min-height:20px; border-radius: 5px; --swiper-navigation-size: 6px; outline:none;} 
.indexpartnerimg .swiper-button-prev{left: 0;}
.indexpartnerimg .swiper-button-next{right: 0;}
.indexpartnerimg .swiper-button-prev:hover, .indexpartnerimg .swiper-button-next:hover{background: #e72129; color: #fff;}
.indexpartnerimg .swiper-pagination{bottom: 0; text-align: center; z-index: 99;}
.indexpartnerimg .swiper-pagination-bullet{position: relative; z-index: 2; width: 9px; height: 9px; border-radius: 100px; margin:0 4px !important; background: rgba(0,0,0, .4); opacity: 1; outline:none; transition: .3s;}
.indexpartnerimg .swiper-pagination-bullet-active{background: #e72129; width: 20px; opacity: 1;}

@media only screen and (max-width:1600px){
	.indexpartner .l .title{font-size: 32px; font-size: 3.2rem;}
}
@media only screen and (max-width:1366px){
	.indexpartner .l .title{font-size: 30px; font-size: 3rem;}
}
@media only screen and (max-width:1280px){
	.indexpartner .l .title{font-size: 28px; font-size: 2.8rem;}
}
@media only screen and (max-width:1024px){
	.indexpartner .l .title{font-size: 24px; font-size: 2.4rem;}
}

/**首页新闻中心**/
.indexnews{padding: 5% 0;}
.indexnewsbox{margin-top: 4%; display: flex; justify-content: space-between;}

.indexnewshot{width: 69%; display: flex; justify-content: space-between;}
.indexnewshot .list{position: relative; width: calc((100% - 4vw) / 2); margin-right: 2vw; padding-bottom: 3%; border-bottom: 1px solid rgba(0,0,0, .08); overflow: hidden;}
.indexnewshot .list .img{position: relative; width: 100%; height: 0; padding-bottom: 58%; border-radius: 5px; overflow: hidden;}
.indexnewshot .list .img img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.indexnewshot .list.on .img img{transform: scale(1.1);}
.indexnewshot .list .time{color: #888; margin-top: 8%;}
.indexnewshot .list .title{margin-top: 2%; color: #000; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden;}
.indexnewshot .list.on .title{color: #e72129;}
.indexnewshot .list .desc{margin-top: 5%; color: #888; line-height: 1.4; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden;}

.indexnewslist{width: 31%; display: flex; flex-direction: column-reverse;}
.indexnewslist .list{position: relative; width: 100%; height: 100%; border-bottom: 1px solid rgba(0,0,0, .08); display: flex; align-items: center; justify-content: flex-start;}
.indexnewslist .list .time{color: #888;}
.indexnewslist .list .title{margin-top: 2%; color: #000; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden;}
.indexnewslist .list.on .title{color: #e72129;}

@media only screen and (max-width:1366px){
	.indexnewshot .list .title{font-size: 20px; font-size: 2rem;}
	.indexnewslist .list .title{font-size: 20px; font-size: 2rem;}
}
@media only screen and (max-width:1024px){
	.indexnewshot .list .title{font-size: 18px; font-size: 1.8rem;}
	.indexnewslist .list .title{font-size: 18px; font-size: 1.8rem;}
}

/**底部**/
.footer{color: rgba(0,0,0, .5); background: #f2f5f8;}
.footer a{color: rgba(0,0,0, .5); transition: .5s;}
.footer a:hover{color: #e72129;}

.footerlogophone{padding: 4% 0 2% 0; border-bottom: 1px solid rgba(0,0,0, .08); display: flex; align-items: center; justify-content: space-between;}
.footerlogo{display: flex; align-items: center; justify-content: flex-start;}
.footerlogo img:first-child{width: 12vw; min-width: 120px;}
.footerlogo img:nth-child(2){width: 16.5vw; min-width: 170px; margin-left: 1.5vw;}

.footerphone p{line-height: 1;}
.footerphone p:nth-child(2){color: #e72129; margin-top: 5px;}

.footerbox{padding: 4% 0; display: flex; justify-content: space-between; flex-flow: wrap;}

.footercontact{max-width: 24%;}
.footercontact .list{margin: 3% 0; line-height: 1.4; display: flex; justify-content: flex-start;}
.footercontact .list:first-child{color: #000; margin: 0 0 1.3vw 0;}
.footercontact .list p:nth-child(2){flex: 1; display: flex; align-items: center; justify-content: flex-start; flex-flow: wrap;}
.footercontact .list p:nth-child(2) span{margin-right: 15px;}

.footernav{flex: 1; width: 100%; margin: 0 5%; display: flex; justify-content: space-between; flex-flow: wrap;}
.footernav .list{}
.footernav .flist-title{}
.footernav .flist-title a{color: #000;}
.footernav .navlist{margin-top: 1.3vw;}
.footernav .navlist a{margin: 0.5vw 0; display: block;}
.footernav .navlist a:hover{}

.footercode{}
.footercode .img{max-width: 7.5vw; min-width: 75px;}
.footercode .img img{width: 100%; border: 1px solid #e3e3e3;}
.footercode .name{margin-top: 5px;}

.footercopy{border-top: 1px solid rgba(0,0,0, .08); padding: 1.5% 0 2.5% 0; display: flex; align-items: center; justify-content: flex-start; flex-flow: wrap;}
.footercopy p{margin-right: 10px;}
.footercopy p:last-child{margin-right: 0;}
.footercopy p.ipv6{margin-left: 5px;}

.ipv6{display: inline-block; background: url(ipv6.png) no-repeat center center; background-size: 100%; width: 37px; height: 16px;}
.zqkj{display: inline-block; background: url(zqkj1.png) no-repeat center center; background-size: 100%; width: 107px; height: 10px; opacity: .5; transition: .5s;}
.zqkj:hover{opacity: 1;}

@media only screen and (max-width:1366px){
	.footerphone p:nth-child(2){font-size: 26px; font-size: 2.6rem;}
	
	.footercontact .list:first-child{font-size: 18px; font-size: 1.8rem;}
	.footernav .flist-title{font-size: 18px; font-size: 1.8rem;}
}
@media only screen and (max-width:1024px){
	.footerphone p:nth-child(2){font-size: 22px; font-size: 2.2rem;}
}


/*内页*/
.bodybg{background: #f2f5f8;}
.mainbody{padding: 3.5% 0;}

.productbody{margin: 4% auto; display: flex; justify-content: space-between; flex-flow: wrap;}
.productbody-left{width: 22%;}
.productbody-right{width: 75%; padding: 3% 3%; background: #fff;}

.mainbody_content{line-height: 2; text-align:justify; color: #444;}
.mainbody_content p{margin:1vw 0;}
.mainbody_content p:first-child{margin-top: 0;}
.mainbody_content p:last-child{margin-bottom: 0;}
.mainbody_content img{max-width:100%;}

@media only screen and (max-width:1366px){
	.productbody-left{width: 25%;}
	.productbody-right{width: 72%;}
	
	.mainbody_content{line-height: 1.8;}
}
@media only screen and (max-width:1024px){
	.productbody-left{width: 100%;}
	.productbody-right{width: 100%; padding: 6% 5%;}
	
	.mainbody_content{line-height: 1.6;}
}

/**about-navlocation**/
.about-navlocation{border-bottom: 1px solid rgba(0,0,0, .1);}
.about-navlocation .container{display: flex; align-items: center; justify-content: space-between;}

.location{color: #888;}
.location a{color: #888;}
.location i{color: #666; margin: 0 10px;}
.location i:first-child{margin: 0 0;}

/*about-nav*/
.about-nav{flex: 1; border-left: 1px solid rgba(0,0,0, .1); display: flex; justify-content: flex-start;}
.about-nav a{position: relative; color: #333; padding: 2% 2%; text-align: center; border-right: 1px solid rgba(0,0,0, .1); display: flex; align-items: center; justify-content: center;}
.about-nav a:last-child{margin-right: 0;}
.about-nav a::before{position: absolute; content: ""; left: 0; bottom: 0; width: 100%; height: 0; background: #e72129; transition: .5s;}
.about-nav a:hover::before, .about-nav a.cur::before{height: 100%;}
.about-nav a:hover, .about-nav a.cur{color: #fff;}
.about-nav a font{position: relative; z-index: 2;}

.aboutnavcat{width: 100%; padding: 2% 2%; background: #f2f5f8;}
.aboutnavcat .container{display: flex; align-items: center; justify-content:left;}
.aboutnavcat a{position: relative; display:block; padding: .8% 2%; margin-right: 1%; border-radius: 4px; color: #555; background: #fff; overflow: hidden; transition: .5s;}
.aboutnavcat a:last-child{margin-right: 0;}
.aboutnavcat a::before{position: absolute; content: ""; left: 0; bottom: 0; height: 100%; width: 0; background: #e72129; transition: .6s;}
.aboutnavcat a:hover::before, .aboutnavcat a.cur::before{width: 100%;}
.aboutnavcat a span{position: relative;}
.aboutnavcat a:hover span, .aboutnavcat a.cur span{color: #fff;}

@media only screen and (max-width:1024px){
	.about-nav a{padding: 2% 1.5%;}
}

/*内页企业简介*/
.bodyprofile{padding: 4% 0; display: flex; align-items: flex-start; justify-content: space-between; flex-flow: wrap;}
.bodyprofile .l{width: 35%;}

.bodyprofileadv{margin-top: 0; flex-flow: wrap;}
.bodyprofileadv .list{flex: none; width: 100%; padding: 4% 0 6% 0; margin-right: 0; border-bottom: 1px solid rgba(0,0,0, .1);}
.bodyprofileadv .list:first-child{padding-top: 0;}

.bodyprofile .r{flex: 1; width: 100%; margin-left: 10%;}
.bodyprofile .r .mainbody_content{color: #444;}

@media only screen and (max-width:1366px){}

/*内页企业文化*/
.bodyculture{margin: 3% auto; display: flex; justify-content: space-between; flex-flow: wrap;}
.bodyculture .list{position: relative; width: calc((100% - 2%) / 2); margin: 1% 0; background: #f2f5f8; overflow: hidden; display: flex; align-items: center; justify-content: space-between;}
.bodyculture .list.on{background: #e72129;}
.bodyculture .list .img{position: relative; top: 0; width: 50%; height: 0; padding-bottom: 27.5%; margin: 0 auto; overflow: hidden; transition: .5s;}
.bodyculture .list .img p{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%; text-align: center;}
.bodyculture .list .img p img{width: 100%; height: 100%; object-fit: cover; transition: 1s;}
.bodyculture .list.on .img p img{transform: scale(1.2);}
.bodyculture .list .box{flex: 1; padding: 2%;}
.bodyculture .list .box .title{color: #000;}
.bodyculture .list.on .box .title{color: #fff;}
.bodyculture .list .box .desc{color: #888; margin-top: 5%; line-height: 1.6;}
.bodyculture .list.on .box .desc{color: rgba(255,255,255, .6);}

@media only screen and (max-width:1366px){
	.bodyculture .list .box .title{font-size: 22px; font-size: 2.2rem;}
}
@media only screen and (max-width:1024px){
	.bodyculture .list .box .title{font-size: 20px; font-size: 2rem;}
}

/*内页领导致辞*/
.bodyspeech{margin: 4% auto; display: flex; justify-content: space-between; flex-flow: wrap;}
.bodyspeech .l{width: 45%;}
.bodyspeech .l img{width: 100%;}

.bodyspeech .r{width: 50%;}
.bodyspeech .r .mainbody_content{color: #444;}

@media only screen and (max-width:1366px){}

/**内页资质荣誉**/
.bodyhonor{padding-top: 2%; display: flex; justify-content: space-between; flex-flow: wrap;}
.bodyhonor:after{content: ''; width:calc((100% - 3%) / 3);}
.bodyhonor .list{position: relative; top: 0; width:calc((100% - 3%) / 3); margin:1% 0; padding: 3% 2%; background: #f2f5f8; transition: .5s; display: flex; align-items: center; justify-content: space-between;}
.bodyhonor .list.on{top: -10px;}
.bodyhonor .list::before{position: absolute; content: ""; left: 0; bottom: 0; width: 100%; height: 0; background: #e72129; transition: .5s;}
.bodyhonor .list.on::before{height: 100%;}
.bodyhonor .list .img{position: relative; top: 0; width: 50%; height: 0; padding-bottom: 35%; /*background: #fff;*/ overflow: hidden; transition: .5s;}
.bodyhonor .list.on .img{top: -10px;}
.bodyhonor .list .img p{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
.bodyhonor .list .img p img{max-width: 100%; max-height: 100%;}
.bodyhonor .list .box{width: 45%;}
.bodyhonor .list .box .title{position: relative; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; text-overflow: ellipsis; overflow: hidden;}
.bodyhonor .list.on .box .title{color: #fff;}

/*内页配置方案列表*/
.bodyconf{padding-top: 3%; display: flex; justify-content: space-between; flex-flow: wrap;}
.bodyconf::after{content: ""; width: calc((100% - 4%) / 3);}
.bodyconf .list{position: relative; top: 0; width: calc((100% - 4%) / 3); margin: 1% 0; transition: .5s;}
.bodyconf .list.on{top: -10px;}
.bodyconf .list .img{position: relative; width: 100%; height: 0; padding-bottom: 55%; overflow: hidden;}
.bodyconf .list .img p{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.bodyconf .list .img p img{width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.bodyconf .list.on .img p img{transform: scale(1.1);}
.bodyconf .list .box{background: #f2f5f8; padding: 6% 6%;}
.bodyconf .list .box .title{color: #000; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden;}
.bodyconf .list.on .box .title{color: #e72129;}
.bodyconf .list .box .desc{margin: 3% 0 5% 0; color: #888; line-height: 1.5; min-height: calc(1.5em * 2); text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden;}
.bodyconf .list .box .indexmorew{}
.bodyconf .list.on .box .indexmorew{border: 1px solid #e72129; background-color: #e72129; background-image: url(jt.png); background-repeat: no-repeat; background-position: center center; background-size: 35%;}

@media only screen and (max-width:1366px){
	.bodyconf .list .title{font-size: 20px; font-size: 2rem;}
}

/*内页新闻列表推荐新闻*/
.bodynewshot{position: relative; margin-top: 2%; padding-bottom: 30px;}
.bodynewshot .swiper-wrapper{width: 100%;}
.bodynewshot .swiper-slide{position: relative; background: #f2f5f8; border: 1px solid rgba(0,0,0, .08); display: flex; align-items: center; justify-content: space-between;}
.bodynewshot .swiper-slide .img{position: relative; width: 45%; height: 0; padding-bottom: 30%; overflow: hidden;}
.bodynewshot .swiper-slide .img p{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.bodynewshot .swiper-slide .img p img{width: 100%; height: 100%; object-fit: cover; transition: .5s;}
.bodynewshot .swiper-slide:hover .img img{transform: scale(1.15);}
.bodynewshot .swiper-slide .box{flex: 1; width: 100%; padding: 0 5%;}
.bodynewshot .swiper-slide .box .time{color: #888;}
.bodynewshot .swiper-slide .box .title{margin: 3% 0; color: #000; line-height: 1.5; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden;}
.bodynewshot .swiper-slide:hover .box .title{color: #e72129;}
.bodynewshot .swiper-slide .box .desc{color: #888;}
.bodynewshot .swiper-slide .box .indexmorew{margin-top: 8%;}
.bodynewshot .swiper-slide:hover .box .indexmorew{border: 1px solid #e72129; background-color: #e72129; background-image: url(jt.png); background-repeat: no-repeat; background-position: center center; background-size: 35%;}
.bodynewshot .swiper-button-prev, .bodynewshot .swiper-button-next{top: 45%; background: rgba(0,0,0,.4); color: #fff; width: 2vw; min-width: 24px; height: 2vw; min-height:24px; border-radius: 3px; --swiper-navigation-size: 6px; outline:none;} 
.bodynewshot .swiper-button-prev{left: 1%;}
.bodynewshot .swiper-button-next{right: 1%;}
.bodynewshot .swiper-button-prev:hover, .bodynewshot .swiper-button-next:hover{background: #e72129; color: #fff;}
.bodynewshot .swiper-pagination{bottom: 2%; text-align: center; z-index: 99;}
.bodynewshot .swiper-pagination-bullet{position: relative; z-index: 2; width: 8px; height: 8px; border-radius: 100px; margin:0 3px !important; background: rgba(0,0,0, .4); opacity: 1; outline:none; transition: .3s;}
.bodynewshot .swiper-pagination-bullet-active{background: #e72129; opacity: 1;}

@media only screen and (max-width:1366px){
	.bodynewshot .swiper-slide .title{font-size: 20px; font-size: 2rem;}
}

/*内页新闻列表*/
.bodynewslist{padding-bottom: 0; display: flex; justify-content: space-between; flex-flow: wrap;}
.bodynewslist .list{position: relative; width: 47%; padding: 4% 0 2% 0; border-bottom: 1px solid rgba(0,0,0, .08);}
.bodynewslist .list::before{content: ""; position: absolute; left: 0; bottom: -1px; width: 0; height: 1px; background: #e72129; transition: .5s;}
.bodynewslist .list.on::before{width: 100%;}
.bodynewslist .list .time{color: #888;}
.bodynewslist .list .title{margin: 3% 0; color: #000; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden;}
.bodynewslist .list.on .title{color: #e72129;}
.bodynewslist .list .desc{color: #888; line-height: 1.5; min-height: calc(1.5em * 2); text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden;}
.bodynewslist .list .indexmorew{margin-top: 5%;}
.bodynewslist .list.on .indexmorew{border: 1px solid #e72129; background-color: #e72129; background-image: url(jt.png); background-repeat: no-repeat; background-position: center center; background-size: 35%;}

@media only screen and (max-width:1024px){
	.bodynewslist .list .title{font-size: 20px; font-size: 2rem;}
}

/*内页新闻详情*/
.newsbody-top{padding: 6% 0; background: url(newsshow-bg.jpg) no-repeat center center; background-size: cover;}
.newsbody-top .container{max-width: 1400px;}
.newsbody{max-width: 1400px;}

.newsshow-title{color: #000; line-height: 1.4; margin-top: 3%;}
.newsshow-info{color: #666;}
.newsshow-info span{color: #999;}
.newsshow-info font{font-family: 'Montserrat'; font-size: 500; color: #666;}
.newsshow-info a{font-family: 'Noto Sans SC'; font-size: 500; color: #666;}
.newsshow-info a:hover{color: #e72129;}

@media only screen and (max-width:1600px){
	.newsshow-title{font-size: 38px; font-size: 3.8rem;}
}
@media only screen and (max-width:1366px){
	.newsshow-title{font-size: 36px; font-size: 3.6rem;}
}
@media only screen and (max-width:1280px){
	.newsshow-title{font-size: 34px; font-size: 3.4rem;}
}
@media only screen and (max-width:1024px){
	.newsshow-title{font-size: 30px; font-size: 3rem;}
}

/*内页产品中心*/
.bodyproduct{margin-top: 2%; padding-bottom: 0; margin-bottom: 0; display: flex; justify-content: space-between; flex-flow: wrap;}
.bodyproduct::after{content: ""; width: calc((100% - 6%) / 3);}
.bodyproduct .list{position: relative; top: 0; width: calc((100% - 6%) / 3); margin: 1.5% 0; border: 1px solid rgba(0,0,0, .08); transition: .5s;}
.bodyproduct .list.on{top: -15px; box-shadow: 0 0 40px rgba(0,0,0, .1);}
.bodyproduct .list .box{background: #f2f5f8;}
.bodyproduct .list .indexmorew{background-color: #fff;}
.bodyproduct .after-add{content: ""; width: calc((100% - 6%) / 3); height: 0; padding: 0; margin: 0;}


/*内页产品中心详情*/
.bodyproductshow{background: #fff; margin: 4% auto; padding: 5% 6%;}
.bodyproductshow-title{margin: 4% 0 3% 0; padding-top: 4%; border-top: 1px solid rgba(0,0,0, .07);}

.bodyproductshow-container{display: flex; justify-content: space-between; flex-flow: wrap;}
.bodyproductshow-container .img{position: relative; width: 45%; height: 0; padding-bottom: 34%; overflow: hidden;}
.bodyproductshow-container .img p{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
.bodyproductshow-container .img p img{max-width: 100%; max-height: 100%;}

.bodyproductpic{position: relative; width: 45%; overflow: hidden;}
.gallery-top{position: relative; width: 100%; height: 0; padding-bottom: 75%; overflow: hidden;}
.gallery-top .swiper-wrapper{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.gallery-top .swiper-slide{width: 100%; height: 100%; overflow: hidden; display: flex; align-items: center; justify-content: center;}
.gallery-top .swiper-slide img{max-width: 100%; max-height: 100%; object-fit: cover;}
.gallery-top .swiper-button-prev, .gallery-top .swiper-button-next{top: 48%; background:rgba(0,0,0,.4); /*border:1px solid #dadfeb;*/ color: #fff; border-radius: 1114px; width: 34px; height: 34px; --swiper-navigation-size: 6px; outline:none;} 
.gallery-top .swiper-button-prev{left:2%;}
.gallery-top .swiper-button-next{right:2%;}
.gallery-top .swiper-button-prev:hover, .gallery-top .swiper-button-next:hover{background: #e72129; color: #fff;}

.gallery-thumbs{margin-top: 2%;}
.gallery-thumbs .swiper-slide{height: 100%; border: 1px solid rgba(0,0,0, .1); padding: 3px; display: flex; align-items: center; justify-content: center;}
.gallery-thumbs .swiper-slide-thumb-active{border: 1px solid #e72129;}
.gallery-thumbs .swiper-slide img{opacity: .6; max-width: 100%; max-height: 100%; object-fit: cover;}
.gallery-thumbs .swiper-slide-thumb-active img{opacity: 1;}

.bodyproductshow-container .box{width: 48%;}
.bodyproductshow-container .box .title{color: #000; margin-bottom: 4%;}
.bodyproductshow-container .box .desc{color: #888; margin: 2% 0 5% 0; line-height: 1.8; text-align: justify;}
.bodyproductshow-container .box .list{border-bottom: 1px solid rgba(0,0,0, .08); padding: 3.5% 0; color: #666;}
.bodyproductshow-container .box .phone a{color: #e72129;}
.bodyproductshow-container .box .address i{color: #e72129; margin-left: 5px;}

.zx{display: flex; align-items: center; justify-content: flex-start;}
.zx a{width: 30%; margin-right: 3%; position: relative; color: #e72129; border: 1px solid #e72129; border-radius: .5vw; padding: .6vw 0; display: flex; align-items: center; justify-content: center; overflow: hidden;}
.zx a:last-child{margin-right: 0;}
.zx a:hover, .zx a:first-child{color: #fff;}
.zx a::before{position: absolute; content: ""; left: 0; bottom: 0; z-index: 0; width: 100%; height: 0; background:#e72129; transition: .5s;}
.zx a:hover::before, .zx a:first-child::before{height: 100%;}
.zx a span{position: relative;}
.zx a i{margin-right: 10px;}

.bodyproductshowimg .swiper-slide{border: 1px solid rgba(0,0,0, .08);}
.bodyproductshowimg .swiper-slide .box{background: #f2f5f8;}
.bodyproductshowimg .swiper-slide .indexmorew{background-color: #fff;}
.bodyproductshowimg .swiper-pagination-bullet-active{background: #e72129;}

@media only screen and (max-width:1600px){
	.bodyproductshow-container .box .title{font-size: 32px; font-size: 3.2rem;}
	
	.bodyproductshow-title{font-size: 38px; font-size: 3.8rem;}
}
@media only screen and (max-width:1366px){
	.bodyproductshow-container .box .title{font-size: 30px; font-size: 3rem;}
	
	.bodyproductshow-title{font-size: 34px; font-size: 3.4rem;}
}
@media only screen and (max-width:1024px){
	.bodyproductshow-container .box .title{font-size: 28px; font-size: 2.8rem;}
	
	.bodyproductshow-title{font-size: 30px; font-size: 3rem;}
}

/*内页图片列表*/
.bodyimg{margin-top: 2%; display: flex; justify-content: space-between; flex-wrap: wrap;}
.bodyimg:after{content: ''; width:calc((100% - 6%) / 3);}
.bodyimg .list{position: relative; top:0; width:calc((100% - 6%) / 3); margin: 1.5% 0; transition: .5s;}
.bodyimg .list.on{top:-15px;}
.bodyimg .list .img{width: 100%; position: relative; height: 0; padding-bottom: 70%; background: #f6f6f6; transition: .5s;}
.bodyimg .list.on .img{background: #e72129;}
.bodyimg .list .img p{position: absolute; width: 100%; height: 100%; top: 0; left: 0; display: flex; align-items: center; justify-content: center; overflow: hidden;}
.bodyimg .list .img p img{width: 100%; height: 100%; object-fit: cover; transition: all 1s;}
.bodyimg .list.on .img p img {transform: scale(1.15);}

.bodyimg .list .imgt{width: 100%; position: relative; height: 0; padding-bottom: 70%; background: #f6f6f6; transition: .5s;}
.bodyimg .list.on .imgt{background: #e72129;}
.bodyimg .list .imgt p{position: absolute; width: 100%; height: 100%; top: 0; left: 0; display: flex; align-items: center; justify-content: center; overflow: hidden;}
.bodyimg .list .imgt p img{max-width: 100%; max-height: 100%; transition: 1s;}

.bodyimg .list .titlemore{position: relative; padding: 5% 0; border-bottom: 1px solid rgba(0,0,0, .1); display: flex; align-items: center; justify-content: space-between;}
.bodyimg .list .titlemore::before{content: ""; position: absolute; left: 0; bottom: -1px; width: 0; height: 1px; background: #e72129; transition: .5s;}
.bodyimg .list.on .titlemore::before{width: 100%;}
.bodyimg .list .titlemore .title{flex: 1; width: 100%; margin-right: 5px;}
.bodyimg .list.on .titlemore .title{color: #e72129;}
.bodyimg .list .titlemore .title p{position: relative; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.bodyimg .list .titlemore .more{color: #888;}
.bodyimg .list.on .titlemore .more{color: #e72129;}

.bodyimg .list .video-ico{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 3.4vw; min-width: 30px; height: 3.4vw; min-height: 30px; border-radius: 50%; background: rgba(0,0,0, .6); display: flex; align-items: center; justify-content: center;}
.bodyimg .list .video-ico img{width: 40%; padding-left: 3px;}
.bodyimg .list.on .video-ico{background: #e72129;}

.bodyimg .after-add{content: ""; width: calc((100% - 6%) / 3); height: 0; padding: 0; margin: 0;}

@media only screen and (max-width:1280px){
}

/**内页图片详情**/
.imgshowbody-top{padding: 3% 0;}
.imgshowbody-top .container{max-width: 1600px; display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.imgshowbody-top .l{width: 60%; margin-right: 5%;}
.imgshowbody-top .r{width: 32%;}

.imgshowpreNext{}
.imgshowpreNext .list{padding: 5% 0; border-bottom: 1px solid rgba(0,0,0, .06);}
.imgshowpreNext .list:first-child{padding-top: 0;}
.imgshowpreNext .list p:first-child{color: #888;}
.imgshowpreNext .list p:nth-child(2){font-weight: 500; margin-top: 1%;}

.goback{padding: 5% 0; border-bottom: 1px solid rgba(0,0,0, .06);}
.goback i{margin-right: 10px; color: #888;}
.goback a{cursor: pointer;}

.imgshowbody{margin: 3% auto; display: flex; align-items: flex-start; justify-content: space-between; flex-flow: wrap;}
.imgshowbody .l{width: 60%;}
.imgshowbody .r{width: 32%; padding: 3% 3%; background: #f5f5f5;}

.imgshowbody-title{color: #000;}
.imgshowbody-tj{margin-top: 5%;}
.imgshowbody-tj .list{position: relative; padding: 5% 0; border-bottom: 1px solid rgba(0,0,0, .05); display: flex; align-items: center; justify-content: flex-start; flex-flow: wrap;}
.imgshowbody-tj .list::before{content: ""; position: absolute; left: 0; bottom: -1px; width: 0; height: 1px; background: #e72129; transition: .6s;}
.imgshowbody-tj .list.on::before{width: 100%;}
.imgshowbody-tj .list .img{position: relative; width: 30%; height: 0; padding-bottom: 19.5%; background: #fff; overflow: hidden;}
.imgshowbody-tj .list .img p{position: absolute; left: 0; top: 0; width: 100%; height: 100%; padding: 5px; display: flex; align-items: center; justify-content: center;}
.imgshowbody-tj .list .img p img{max-width: 100%; max-height: 100%; transition: .5s;}
.imgshowbody-tj .list.on .img p img{transform: scale(1.2);}
.imgshowbody-tj .list .title{flex: 1; width: 100%; margin-left: 5%; line-height: 1.2; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden;}
.imgshowbody-tj .list.on .title{color: #e72129;}

@media only screen and (max-width:1366px){
	.imgshowbody-title{font-size: 28px; font-size: 2.8rem;}
}
@media only screen and (max-width:1024px){
	.imgshowbody-title{font-size: 24px; font-size: 2.4rem;}
}

/**内页合作单位**/
.bodypartner{padding-top: 2%; display: flex; justify-content: space-between; flex-flow: wrap;}
.bodypartner:after{content: ''; width:calc((100% - 5%) / 6);}
.bodypartner .list{position: relative; top: 0; width:calc((100% - 5%) / 6); margin:.5% 0; padding: 3% 1%; border-radius: 1vw; background: #f2f5f8; overflow: hidden; transition: .5s;}
.bodypartner .list.on{top: -10px;}
.bodypartner .list::before{position: absolute; content: ""; left: 0; bottom: 0; width: 100%; height: 0; background: #e72129; transition: .5s;}
.bodypartner .list.on::before{height: 100%;}
.bodypartner .list .img{position: relative; top: 0; margin: 0 auto; width: 60%; height: 0; padding-bottom: 60%; border-radius: 1000px; background: #fff; overflow: hidden; transition: .5s;}
.bodypartner .list.on .img{top: -10px;}
.bodypartner .list .img p{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
.bodypartner .list .img p img{max-width: 100%; max-height: 100%;}
.bodypartner .list .title{position: relative; margin-top: 5%; line-height: 1.4; min-height: calc(1.4em * 2); text-align: center; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden;}
.bodypartner .list.on .title{color: #fff;}
.bodypartner .after-add{content: ""; width:calc((100% - 5%) / 6); height: 0; padding: 0; margin: 0;}


/**内页联系我们**/
.contactbody{margin: 3% auto;}

.contactbody-contactmessage{margin-top: 5%; display: flex; justify-content: space-between; flex-flow: wrap;}
.contactbody-contact{width: 45%;}
.contactbody-contact .list{margin-bottom: 10%; display: flex; align-items: center; justify-content: flex-start;}
.contactbody-contact .list:last-child{margin-bottom: 0;}
.contactbody-contact .list .ico{width: 3.5vw; min-width: 35px; height: 3.5vw; min-height: 35px; border-radius: 100px; background: #e72129; color: #fff; display: flex; align-items: center; justify-content: center;}
.contactbody-contact .list .desc{flex: 1; margin-left: 20px; line-height: 1.4;}
.contactbody-contact .list .desc p:first-child{color: #000;}
.contactbody-contact .list .desc p:nth-child(2){color: #666; display: flex; align-items: center; justify-content: flex-start; flex-flow: wrap;}
.contactbody-contact .list .desc p.phone{color: #e72129;}
.contactbody-contact .list .desc p span{margin-right: 15px;}
.contactbody-contact .list .desc p span:last-child{margin-right: 0;}

.contactbody-map{width: 100%; height: 30vw; min-height: 300px;}
.contactbody-map .box{position: relative; width: 100%; height: 100%; border: 1px solid rgba(0,0,0,.1); overflow: hidden;}
.contactbody-map .box #map{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: block; z-index: 2;}
.contactbody-map iframe, #map{width: 100%; height: 100%;}

.contactbody-message{width: 50%;}

@media only screen and (max-width:1366px){

}

/*内页留言*/
.message{background: #f2f5f8; padding: 3%; display: flex; align-items: center; justify-content: center;}
.message form{width: 100%; display: flex; align-items: center; justify-content: space-between; flex-flow: wrap;}
.message .list{position: relative; width: 100%; border-bottom: 1px solid rgba(0,0,0, 0.08); display: flex; align-items: center; justify-content: space-between; transition: .5s;}
.message .list::before{content: ""; position: absolute; left: 0; bottom: -1px; width: 0; height: 1px; background: #e72129; transition: 1s;}
.message .list:hover::before{width: 100%;}
.message .listt{width: 100%; align-items: flex-start;}
.message .list span{position: absolute; right: 0; top: 50%; transform: translate(0, -50%);}
.message .list img{position: absolute; right: 0; top: 50%; transform: translate(0, -50%);}
.message .list i{margin-right: 10px; color: #666; transition: .5s;}
.message .list:hover i{color: #e72129;}
.message .listt i{margin-top: calc(1vw + 5px);}
.msg_input{width: 100%; padding: 1vw 0; border: none; background: none; font-family: 'Noto Sans SC'; font-weight: 400;}
.message input::-webkit-input-placeholder{color: #666;}
.msg_textarea{width: 100%; padding: 1vw 0; height: 10vw; min-height: 100px; background: none; border: none; line-height: 1.4; font-family: 'Noto Sans SC'; font-weight: 400; resize: none;}
.message textarea::-webkit-input-placeholder{color: #666;}
.msg_submitt{width: 100%; padding: 1vw 0; margin-top: 10px; background: #e72129; color: #fff; text-transform: uppercase; border: none; font-family: 'Noto Sans SC'; font-weight: 400;}	

@media only screen and (max-width:800px){
	.message .list{width: 100%;}
	.msg_input{padding: 2vw 0;}
	.msg_textarea{padding: 2vw 0;}
	.msg_submitt{padding: 2vw 0;}
}
@media only screen and (max-width:560px){
	.message .list{padding: 0 3vw; margin:1% 0;}
	.message .listtt{padding: 0 0;}
}

/*内页搜索*/
.searchcontainer{max-width: 1400px; margin: 4% auto;}

.searcht{display: flex; justify-content: space-between;}
.searcht input{background: none; border: none;}
.searcht input[type="search"]{flex: 1; width: 100%; border:1px solid #e3e3e3; background: #fff; padding: 0 20px; font-size: 16px;}
.searcht input[type="submit"]{cursor: pointer; display: block; padding: 1vw 3vw; background: #e72129; color: #fff; font-size: 20px;}

.searchcat{margin: 4% 0 0 0;}
.searchcat a{margin-right: 5%; padding-bottom: 1%; display: inline-block;}
.searchcat a:last-child{margin-right: 0;}
.searchcat .a{color: #e72129; border-bottom: 3px solid #e72129;}

.searchnewslist .list{position: relative; }
.searchnewslist .list .listbox{border-bottom: 1px solid #e3e3e3; padding: 2.5% 0;}
.searchnewslist .list:first-child .listbox{padding-top: 0;}
.searchnewslist .list .cattitle{display: flex; align-items: center; justify-content: flex-start;}
.searchnewslist .list .cattitle .cat{color: #000; margin-right: 2vw;}
.searchnewslist .list .cattitle .title{flex: 1; width: 100%; color: #222;}
.searchnewslist .list:hover .cattitle .title{color: #e72129; text-decoration: underline;}
.searchnewslist .list .cattitle .title font{color: red;}
.searchnewslist .list .desc{color: #888; line-height: 1.6; margin: 1.5% 0; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.searchnewslist .list .time{color: #999;}
.searchnewslist .list .time i{margin-right: 5px;}

.searchproductlist #list{display: flex; flex-wrap: wrap; justify-content: space-between;}
.searchproductlist .list{position: relative; width:calc((100% - 3%) / 2); padding: 2%; margin: 1.5% 0; border: 1px solid #e3e3e3;}
.searchproductlist .list .listbox{ display: flex; align-items: center; justify-content: space-between; transition: .5s;}
.searchproductlist .list .listbox:hover{border: 1px solid #e72129;}
.searchproductlist .list .img{position: relative; width: 40%; height: 0; overflow: hidden; padding-bottom: 30%;}
.searchproductlist .list .img p{position: absolute; width: 100%; height: 100%; top: 0; left: 0; object-fit: cover; display: flex; align-items: center; justify-content: center;}
.searchproductlist .list .img img{max-width: 100%; max-height: 100%; transition: .7s;}
.searchproductlist .list:hover .img img{transform: scale(1.15);}
.searchproductlist .list .box{width: 55%;}
.searchproductlist .list .box .cat{color: #888;}
.searchproductlist .list .box .title{transition: .5s; line-height: 1.6; margin-top: 3%;}
.searchproductlist .list:hover .box .title{color: #e72129;}
.searchproductlist .list .box .title font{color: red;}
.searchproductlist .list .box .desc{color: #999; line-height: 1.8; margin-top: 5%; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 6; overflow: hidden;}

@media only screen and (max-width:800px){
	.searchcontainer{margin: 7% auto;}

	.searcht input[type="search"]{padding: 0 12px;}
	.searcht input[type="submit"]{padding: 1vw 6vw;}
		
	.searchcat{margin: 6% 0 0;}
	
	.searchproductlist:after{width:100%;}
	.searchproductlist .list{width:100%;}
	.searchproductlist .list .box .title{font-size: 16px;}
}
@media only screen and (max-width:560px){
	.searcht input[type="submit"]{padding: 2vw 6vw; font-size: 20px; font-size: 2rem;}
	
	.searchproductlist .list .box .title{font-size: 14px; line-height: 1.3;}
}

/*内页搜索分页*/
#pagination{overflow: hidden;}
.pagination-buttons{margin-top: 20px; padding-bottom: 20px; text-align: center; font-size: 14px; font-size: 1.4rem; display: flex; align-items: center; justify-content: center; font-family: 'Montserrat'; font-weight: 500;}
.pagination-buttons a{width: 2vw; min-width: 26px; height: 2vw; min-height: 26px; margin: 0 3px; border-radius: 1000px; border: 1px solid #ebebeb; background: #e5e5e5; cursor: pointer; display: flex; align-items: center; justify-content: center;}
.pagination-buttons a:hover, .pagination-buttons a.on{background: #e72129; color: #fff; border: 1px solid #e72129;}

/*详细页上一页下一页收藏打印*/
.preNext{max-width: 1400px; margin: 4% auto; display: flex; justify-content: space-between; flex-flow: wrap;}
.preNext .list{width: 48%; background: #f2f5f8; padding: 2% 3%; border-radius: .6vw;}
.preNext .list p:first-child{color: #888;}
.preNext .list p:nth-child(2){margin-top: 2%; font-weight: 500; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden;}
.preNext .list p a:hover{color: #e72129;}

@media only screen and (max-width:800px){
	.preNext{margin: 7% auto;}
	.preNext .list{width: 100%; padding: 3% 4%;}
	.preNext .list:nth-child(2){margin-top: 2%;}
	.preNext .list p:nth-child(2){margin-top: 1%;}
}
@media only screen and (max-width:560px){
	.preNext{font-size: 15px; font-size: 1.5rem;}
}

/*分页样式*/
.page_info{text-align:center; color:#666; font-size: 16px; font-size: 1.6rem; margin: 2% 0 3% 0;}
.page_info span{padding:0 2px;font-weight:bold; color: #e72129;}
.page_list{margin: 2% 0 3% 0; font-size:16px; font-size: 1.6rem; font-family: 'Montserrat'; font-weight: 600; display: flex; justify-content: center;}
.page_list a{background: #f2f5f8; color: #444; margin: 0 3px; width: 2.8vw; min-width: 26px; height: 2.8vw; min-height: 26px; border-radius: 100px; display: flex; align-items: center; justify-content: center;}
.page_list a:hover,.page_list a.on{color:#fff; background:#e72129;}

@media only screen and (max-width:1366px){
	.page_list a{width: 3.6vw; height: 3.6vw;}
}


/*内容分页*/
.contPage{height:20px;line-height:20px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:10px;margin-top:20px;}
.contPage a{display:inline-block;color:#898989;background:#fff;text-align:center;padding:0 7px;margin:0 1px;}
.contPage a:hover{color:#fff;background:#898989;}
.contPage a.on{color:#333;background:#E5EDF2;border:1px solid #C2D5E3;}