@charset "utf-8";

/*--------------------------------------------------------------------------通用样式--------------------------------------------------------------------------*/
.hoverable { position: relative; overflow:hidden; z-index: 0; transition: all 0.3s ease; }
.hoverable:hover { transform:translateY(-5px);  }
.anim { transform: translateY(-50%) translateX(-50%); position: absolute; top: 50%; left: 50%; z-index: -1; }
.anim:before {  position: relative; content: ""; display: block; margin-top: 100%; }
.anim:after { content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; border-radius: 50%; }
.hoverable .anim { animation: anim-out .75s; }
.hoverable .anim:after { animation: anim-out-pseudo .75s; }
.hoverable .anim, .hoverable .anim:after { animation-iteration-count: infinite; animation-duration: 1.3s; }
@keyframes anim-in { 0%{width:0}100%{width:100%}}
@keyframes anim-in-pseudo { 0%{background:rgba(0,0,0,0.25)}100%{background:transparent} }
@keyframes anim-out { 0%{width:0}100%{width:100%} }
@keyframes anim-out-pseudo { 0%{background:rgba(0,0,0,0.25)}100%{background:transparent} }

.imore { display: inline-block; position: relative; padding:0 0 1vh; margin:2vh 0 0; }
.imore span { display: inline-block; box-sizing: border-box; font-weight: 600;   }
.imore i { display: inline-block;  margin-left:1vw; color:#bd1c24; margin:-0.12rem 0 0; }
.imore::after { content: " ";  position: absolute; bottom: 0;  left: 0; width:0;  height: 2px; background: #bd1c24;  z-index: 2; transition: all 0.3s ease; }
.imore:hover::after { width:100%; }

.hdiv { width:100%; height: 100px; }
.mhdiv { width:100%; height:64px; display: none; }
.mask { width:100%; height:100%; overflow:hidden; cursor:pointer; background:rgba(0,0,0,0.8); position:fixed; left:0; top:0; z-index:999;}
.pc-cc { display: block; } 
.m-cc { display: none; }

.sp-pn { position: absolute; top: 50%; margin-top:-30px; z-index: 9;  cursor: pointer; width:60px; height: 60px; line-height: 60px; background:rgba(0,0,0,0.2); text-align: center;  color:#fff; transition: all .3s ease; }
.sp-pn:hover { background: #bd1c24; }
.sp-prev  {left: 0; }
.sp-next {right: 0; }
.sp-pn i {display:inline-block; line-height:60px; font-size: 18px; vertical-align: top;  }

.sp-bot.swiper-pagination { width:100%; bottom:0; }
.sp-bot .swiper-pagination-bullet { width:10px; height: 10px; background:rgba(255,255,255,0.5); opacity: 1; margin:0 10px!important; border-radius:10px;   }
.sp-bot .swiper-pagination-bullet-active { background:rgba(255,255,255,1); }

.sp-bot-red .swiper-pagination-bullet { background:rgba(0,0,0,0.3); }
.sp-bot-red .swiper-pagination-bullet-active { background:#bd1c24; }

.layui-input-block {
	margin-left: 0;
	margin-top: 10px
}
.layui-form .layui-input-wrap { line-height: 50px; }
.layui-form .layui-input { height: 50px; padding:0 20px;  }
.layui-form .layui-textarea {  padding:10px 20px;  line-height: 180%;  min-height: 16vh;  }
.layui-form em { line-height: 50px; margin: 0 20px;}

.iboxbg { background-position: top; background-size: cover; background-repeat: no-repeat;}

@media all and (max-width:981px) {
	
	.pc-cc { display: none; }
	.m-cc { display: block; }
	
	.imore { margin:0.36rem 0 0; }
	.imore span { font-size: 0.46rem;  }
		.imore i {
			font-size: 0.62rem;
			margin-left: 4vw;
			color: orange;
		}
	
	.sp-pn { margin-top:-0.55rem; width:1.1rem; height: 1.1rem; line-height: 1.1rem;   }
	.sp-pn i {  line-height:1.1rem; font-size: 0.42rem;   }
	
	.sp-bot .swiper-pagination-bullet { margin: 0 5px!important; }
	/* .sp-bot .swiper-pagination-bullet-active { width:20px; } */
	
	.layui-form .layui-input {  height:1.1rem; font-size: 0.38rem; padding:0 0.36rem;width:90%;}
	.layui-form em { float:none; margin:0 0.36rem; line-height:1.1rem; }
	.layui-form .layui-input-wrap { line-height: 1.1rem;}
	.layui-form .layui-textarea {
		font-size: 0.38rem;
		padding: 0.24rem 0.36rem;
		width: 90%;
		
	}
	.layui-form-select dl dd { font-size: 0.38rem;}
	
}

/*--------------------------------------------------------------------------导航--------------------------------------------------------------------------*/
.header { width: 100%; position: fixed; top:0; z-index: 99; box-shadow: 0 0 20px rgba(0,0,0,0.05); }
.header .hbox { align-items: center; }
.header .hlogo .hlbox { display: table; height: 120px; }
.header .hlogo .hlbox .img img { max-height: 80px; }

.commenu, .commenu ul, .commenu ul li, .commenu ul li a, .commenu .menu-button { position:relative; box-sizing:border-box; }
.commenu .menu-button { display:none; }
.commenu>ul>li { float:left; margin-left:60px; }
.commenu>ul>li> a { display: inline-block; line-height: 120px; color:#333; font-size: 18px; font-weight: 500; border-radius: 50px; }
.commenu>ul>li> a span { position: relative; display:inline-block; }
.commenu>ul>li> a span::after { content: " ";  position: absolute; bottom: 0;  left: 0; width:0;  height: 2px; background: #bd1c24;  z-index: 2; transition: all 0.3s ease;}
.commenu>ul>li> a:hover span::after { width:100%; }
.commenu ul li ul { width: 160px;  background:#fff; overflow: hidden; box-shadow: 0 0 20px rgba(0,0,0,.1); position:absolute; left:-60%; top:130px; z-index: 99;  visibility: hidden; opacity: 0; transition: all 0.3s ease; }
.commenu ul li:nth-child(3) ul { width: 280px; left:-142%; }
.commenu ul li:hover>ul { visibility: visible; opacity: 1; top:120px; }
.commenu ul li ul li { float:left; width: 100%; line-height: 180%; border-bottom:1px solid #eee; }
.commenu ul li ul li:last-child { border: none; }
.commenu ul li ul li a span { margin:0;  font-size: 16px;  }
.commenu ul li ul li:hover ul { top:0;  }
.commenu ul li ul li a { width:100%; text-align: center; padding:10px; display: inline-block; }
.commenu ul li ul li a:hover { background: #bd1c24; color:#fff; transition: none; }
.header.active { position:fixed; top:0;  }

@media only screen and (max-width:981px){
	.header { position: fixed;}
	.header .hbox { width: 100%; height: 60px; }
	.header .hlogo, .header .hmenu { float:none;}
	.header .hlogo { position: absolute; left:0.32rem; top:0; z-index: 1;  }
	.header .hlogo .hlbox { height: 60px; }
	.header .hlogo .hlbox img { max-height:30px;}

	.header .hmenu { width: 60px; height: 60px; float: right; position:fixed; top:0; right:0; z-index: 9; }
	.commenu {width:100%; }
	.commenu ul.menubox {  width:calc(100% - 60px)!important; height: 100vh; overflow-y:scroll; position: fixed; left:-100%; z-index: 999;  /*display:none;*/ visibility: hidden; opacity: 0; transition: all 0.3s ease; }
	.commenu ul.menubox.open { left:0; opacity: 1;  visibility: visible; }
	.commenu ul { width:100%!important;  background: #333;  }
	.commenu ul li:hover ul { position: relative; border-top: 1px solid rgba(255,255,255,0.1); top:0; }
	.commenu ul li {  width:100%!important; line-height:normal; border-bottom: 1px solid rgba(255,255,255,0.1); margin:0; padding:0 0.64rem; }
	.commenu>ul>li, .commenu>ul>li:last-child { margin: 0; }
	.commenu>ul>li> a { padding:0; line-height: 1.4rem; font-size: 0.38rem; color:#fff; }
	.commenu>ul>li> a:hover { background: none; }
	.commenu>ul>li> a span::after { display: none; }

	.commenu ul li.has-sub { padding:0; }
	.commenu ul li.has-sub>a { padding:0 0.64rem; }
	.commenu ul li ul { position: relative; left:0!important;; opacity: 1; visibility: inherit; top:0; background: none; border-radius: 0; box-shadow:none; border-top:1px solid rgba(255,255,255,0.1); }
	.commenu ul li ul li { border-bottom: 1px solid rgba(255,255,255,0.1);}
	.commenu ul li ul li a { color:#fff; }
	.commenu ul li ul li a span { font-size:0.38rem; }
	.commenu ul li ul li a:hover { background: none; }

	.commenu .menu-button { display:block; width:60px; height: 60px; float:right; }
	.hamburger-menu { width:60px;height:60px; display: flex; align-items:center; justify-content: center; }
	.hamburger-menu div {width:24px; height:2px; border-radius:2px; background:#bd1c24; position:relative;z-index:1001; transition: all 0.3s ease;}
	.hamburger-menu div:before,.hamburger-menu div:after{content:''; position:absolute; width:inherit; height:inherit; background:#bd1c24; border-radius:2px; transition: all 0.3s ease;}
	.hamburger-menu div:before{transform:translateY(-8px); }
	.hamburger-menu div:after{transform:translateY(8px); }
	.menu-opened .hamburger-menu div{ background: transparent;}
	.menu-opened .hamburger-menu div:before{ transform: translateY(0) rotate(-45deg);}
	.menu-opened .hamburger-menu div:after{ transform: translateY(0) rotate(45deg);}
	.commenu .submenu-button{ position:absolute; z-index:10; right:0; top:0;display:block; border-left: 1px solid rgba(255,255,255,0.1); width:1.4rem; height:1.4rem; line-height: 1.4rem;  }
	.commenu .submenu-button::before{content:'';position:absolute; left:0.5rem; top:0.7rem; display:block; width:0.4rem; height:1px; background:#fff; z-index:99}
	.commenu .submenu-button::after{content:'';position:absolute;  left:0.7rem; top:0.5rem; display:block; width:1px; height:0.4rem; background:#fff; z-index:99}
	.commenu .submenu-button.submenu-opened::after { transform: translateY(0) rotate(90deg); opacity: 0; }
	
}


/*--------------------------------------------------------------------------移动端--------------------------------------------------------------------------*/
@media only screen and (max-width:981px){
	
	.header .hlogo .hlbox .img img { max-height: 40px;}

	.c-page { position: relative; z-index: 9; }

	.itit { margin:0 0 0.36rem; }
	.itit h2 { font-size:0.56rem; }
	.itit p { margin:0.24rem 0 0; }

	/*.iabo .img { margin:0 0 0.64rem; }*/
		.iabo .img h4 {
			font-size: 0.56rem;
		/*	text-decoration: underline;*/
			position: absolute;
			right: 0.36rem;
			top: 0.26rem;
			color:red;
		}
		.iabo .img h3 {
			font-size: 0.56rem;
			text-decoration: underline;
			position: absolute;
			right: 0.36rem;
			bottom: 0.36rem;
		}
	.iabo .info p { margin-bottom: 0.36rem; }

	.ihis { background-image: url(../images/ihisbg.jpg);}
	.ihis .list { padding:0.36rem 0 0; }
	.ihis .mySwiper1 { width:24%; height: 30vh; padding:0 0.64rem 0 0; border-right: 1px solid rgba(255,255,255,0.3); }
	.ihis .mySwiper1 p { font-size: 0.48rem; color:#fff; opacity: 0.5; text-align: right; }
	.ihis .mySwiper1 .swiper-slide-active p { font-size: 0.56rem; opacity: 1; font-weight: 600; }
	.ihis .mySwiper2 { width:76%; padding:0 0 0 0.48rem; overflow: hidden; }
	.ihis .mySwiper2 .img { max-width: 60%;}
	.ihis .mySwiper2 .info h3 { margin:0.36rem 0; font-size: 0.48rem; }

    .ipro .list ul li {
        position: relative;
        margin: 0 0 0.36rem;
    }

		.ipro .list ul li em {
			position: absolute;
			right: 0;
			top: 0;
			z-index: 9;
			display: inline-block;
			/*line-height: 1.2rem;*/
			line-height: 0.5rem;
			padding: 0 4vw;
			font-weight: 600;
			font-size: 0.48rem; /* transform: skew(10deg); */
		}

    .ipro .imore {
        margin: 0;
    }
	.ipro .list ul li em {
		position: absolute;
		right: 20%;
		top: 90%;
		z-index: 9;
		display: inline-block;
		line-height: 0.5rem;
		padding: 0 2vw 0 0;
		font-weight: 600;
		font-size: 0.48rem; /* transform: skew(10deg); */
	}
		.ipro .list ul li em::after {
			content: '';
			position: absolute;
			top: 0;
			right: 0.64rem;
			/*border-top: 1.2rem solid #bd1c24;
            border-right: 0.8rem solid transparent;
            border-left: 0.8rem solid transparent;
            border-bottom: 0.8rem solid transparent;*/
			border-top: 0.5rem solid #bd1c24;
			border-right: 0.8rem solid transparent;
			border-left: 0.8rem solid transparent;
			border-bottom: 0.8rem solid transparent;
			z-index: -1;
		}
	.ipro .imore { margin:0; }	

	.iser .list ul li { position: relative; margin:0 0 0.36rem;  }
	.iser .list ul li::after { width:100%; height: 50%; content: ''; position: absolute; bottom: 0; left: 0; background: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0)); opacity: 0.5; }
	.iser .list ul li .txt { width: 100%; padding:1vh 0.36rem; position: absolute; bottom:0; left:0; z-index: 9; }
	.iser .list ul li .txt h3 { font-size: 0.48rem; }
		.iser .list ul li .txt i {
			font-weight: normal;
			font-size: 0.42rem;
			color: orange;
		}
	.iser .list ul li .img { height: 24vh; }
	
	.footer { padding:0.72rem 0 0; }
	.footer .nav ul li { margin:0 0 0.36rem; }
	.footer .nav ul li h3 { border-bottom: 1px solid #ddd; padding:0 0 0.24rem;  position: relative;  }
	.footer .nav ul li h3 span {   font-size: 0.48rem;  }
	.footer .nav ul li h3 span::after { content: ''; position: absolute; left:0; bottom:0; z-index:1; display: inline-block; width:10vw; height: 2px; background: #bd1c24; }
	.footer .nav ul li .subnav { margin:0.36rem 0 0; }
	.footer .nav ul li .subnav a { margin:0 0.36rem 0 0; }
	.footer .cpr { border-top:1px solid #ddd;  }
	
	.cbanner .bg { height: 24vh; position: relative; }
	.cbanner .bg::before { width:100%; height: 100%; content: ''; position: absolute; bottom: 0; left: 0; z-index: 1; background: rgba(0,0,0,0.5); }
	.cbanner .txt { width:100%; height:100%; position: relative; z-index:9;	 }
	.cbanner .txt h3 { font-size: 0.56rem; }
	
	.menu ul li { float: left; margin-right: 0.36rem; }
	.menu ul li a span { display: inline-block; height: 1.2rem; line-height: 1.2rem; font-size: 0.42rem;}
	.menu ul li a.active span {  font-weight: 600; color:#333; border-bottom: 2px solid #bd1c24;  }
	
	.csingle { padding:0.64rem 0; }
	.csingle p { margin:1vh 0; }
	.csingle .caboimg a { width: calc(50% - 0.18rem); margin:0.18rem 0; }
	
	.cnlist ul li { margin:0 0 0.48rem; }
	.cnlist ul li .img { position: relative; }
	.cnlist ul li .img .date { width:22vw; padding:1.6vh 0; position: absolute; left:0; bottom:0; z-index: 9; }
	.cnlist ul li .img .date span { display: inline-block; width: 100%; font-size: 0.64rem; line-height: 120%; }
	.cnlist ul li .img .date p { line-height: 120%; }
	.cnlist ul li .txt { padding:0.36rem; border-bottom: 2px solid #bd1c24; }
	.cnlist ul li .txt h3 { font-size: 0.48rem; margin:0 0 0.24rem; }
	.cnlist ul li .txt .imore { margin:1vh 0 0; padding:0; }
	.cnlist ul li .txt .imore::after { display: none; }
	
	.bread { padding:0.24rem 0; }
	.cndetail .ctit h3 { font-size: 0.56rem; }
	.cndetail .ctit .label { padding:0.24rem 0; border-bottom: 1px solid #ddd; }
	.cndetail .ctit .label i { font-size: 0.42rem; margin-right: 0.24rem; }
	.cndetail .ctit .label span { margin-right: 0.36rem; }
	.cndetail .detail { padding:0.36rem 0; border-bottom: 1px solid #ddd; }
	.cndetail .detail p { margin:1vh 0; }
	.cndetail .pn { padding:0.36rem 0 0; }
	.cndetail .pn p { margin:1vh 0 0; }
	
	.prolist ul li { margin:0 0 0.48rem; }
	.prolist ul li .txt { padding:0.36rem; border-bottom: 2px solid #bd1c24; }
	.prolist ul li .txt h3 { font-size: 0.48rem; }
	
	.prodetail .ctit h3 { font-size: 0.56rem; margin:0 0 0.36rem; }
	.prodetail .detail { padding:0.36rem 0; border-bottom: 1px solid #ddd; }
	.prodetail .detail p { margin:1vh 0; }
	.prodetail .pics .sp-bot-pro { bottom:1vh!important; }
	.detit { margin:0.36rem 0 0; }
	.detit h3 { font-size: 0.56rem; border-bottom: 1px solid #ddd;  }
	.detit h3 span { display: inline-block; padding:0 0 0.24rem; position: relative; }
	.detit h3 span::after { content: ''; position: absolute; left:0; bottom:0; z-index:1; display: inline-block; width:100%; height: 2px; background: #bd1c24; }
	
	.cser-box .layui-btn { width:100%; background: #bd1c24; font-size: 0.42rem; height: 1.1rem; line-height: 1.1rem; }
	
	.ccont-box {  padding:0.12rem 0 0; }
	.ccont-box p {  margin: 0.24rem 0;  }
	.ccont-box p i {display: inline-block; color:#bd1c24;  margin-right: 0.36rem;  font-size: 0.48rem; float: left; }
	.ccont-box p span { box-sizing: border-box; width:calc(100% - 0.84rem);  float: left;  }
	.ccont-box .bdmap { height: 40vh;	margin:0.36rem 0 0; }
	
	.chis ul::after { width:2px; height: 100%; content: ""; left: 4px; top: 0;  position: absolute; background:#bd1c24; z-index: 1; }
	.chis ul li { position: relative; margin:0.48rem 0; }
	.chis ul li::before { width:10px; height:10px; border-radius: 10px; content: ""; left: 0; top:calc(10% - 5px);  position: absolute; background:#bd1c24; z-index: 9; }
	.chis ul li::after { content: ""; display: block; height: 0; clear: both; }
	.chis ul li .txt { width:100%;  padding:0 0 0 10vw;  }
	.chis ul li .txt .item { display: inline-block; padding:0.36rem; position: relative; }
	.chis ul li .txt .item h2 { margin:0.36rem 0 0; font-size: 0.64rem;  }
	.chis ul li .txt .item h3 { font-size: 0.48rem;  }
	.chis ul li .txt .triangle { width: 0; height: 0; border-left: 10px solid transparent;  border-right: 10px solid #f9f9f9;  border-top: 10px solid transparent;  border-bottom: 10px solid transparent; position: absolute; left:-20px; top: calc(10% - 10px); }
	
}




