@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} }

.red-more { display: inline-block; box-sizing: border-box;  padding:0 30px; height:60px;  line-height:60px;   background: #af1e1e; color:#ecdbb1; font-size: 20px;  border-radius: 60px; margin:60px 0 0;  position: relative; }
.red-more::before { width:100%; height: 100%; content: ""; left: 0; top: 0; opacity: 1; position: absolute; background-image:url("../images/logobg.png");   background-repeat: no-repeat; background-position: 120px center; z-index: -1;  }
.red-more i { display: inline-block; font-size: 18px; margin-left:60px; }

.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; border-radius: 60px;  background: #af1e1e; color:#ecdbb1;text-align: center; transition: all .3s ease; }
.sp-pn:hover { background: #af1e1e; color:#ecdbb1; }
.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:20px; }
.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 { width:40px;  background:rgba(255,255,255,1); }

.sp-bot-red .swiper-pagination-bullet { background:rgba(175,30,30,0.3); }
.sp-bot-red .swiper-pagination-bullet-active { background:#af1e1e; }

.swiper-button-lock { display:block; }

.layui-input-block { margin-left:0; }
.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%;   }
.layui-form em { line-height: 50px; margin: 0 20px;}
.combtn {  width:240px; height: 50px;  line-height: 50px; border:none;  border-radius: 0;  background:#ecdbb1;  color:#af1e1e; font-size: 20px;   }
.combtn:hover { opacity:1; color:#af1e1e;  }

@media all and (max-width:981px) {
	
	.pc-cc { display: none; }
	.m-cc { display: block; }
	
	.red-more { padding:0 0.36rem;  height: 1.1rem; line-height: 1.1rem;  margin:20px 0 0; font-size: 0.38rem;  }
	.red-more i { font-size:0.42rem; margin-left:4vw; }
	
	.sp-bot.swiper-pagination { bottom:10px; }
	
	.sp-pn { margin-top:-0.55rem; width:1.1rem; height: 1.1rem; line-height: 1.1rem; border-radius: 1.1rem;  }
	.sp-pn i {  line-height:1.1rem; font-size: 0.42rem;   }
	
	.sp-bot .swiper-pagination-bullet { width:8px; height: 8px; 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; }
	.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; }
	.layui-form-select dl dd { font-size: 0.38rem;}
	
	}

/*--------------------------------------------------------------------------导航--------------------------------------------------------------------------*/
.header { width: 100%; position: fixed; top:0; z-index: 99;  background: #af1e1e; color:#ecdbb1;  box-shadow: 0 0 20px rgba(0,0,0,.1); }
.header .hbox { align-items: center; }
.header .hlogo .hlbox { display: table; height: 100px; }
.header .hlogo .hlbox .img img { max-height: 60px; }
.header .hlogo .hlbox .img img.white { display: block; }
.header .hlogo .hlbox .img img.yellow { display: none; }

.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:0 20px; }
.commenu>ul>li> a { display: inline-block; line-height: 50px;  color:#ecdbb1; font-size: 18px; }
.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: #ecdbb1;  z-index: 2; transition: all 0.3s ease;}
.commenu>ul>li> a:hover span::after { width:100%; }
.commenu ul li ul { width:160px;  background:#ecdbb1; overflow: hidden; box-shadow: 0 0 20px rgba(0,0,0,.1); position:absolute; left:-10%; top:160%; z-index: 99; border-radius: 10px;  visibility: hidden; opacity: 0; transition: all 0.3s ease; }
.commenu ul li:hover>ul { visibility: visible; opacity: 1; top:140%; }
.commenu ul li ul li { float:left; width: 100%; line-height: 180%; }
.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;  color:#af1e1e; }
.commenu ul li ul li a:hover { background: #af1e1e; color:#ecdbb1; transition: none; }
.header .hbox .htel { height: 100px; line-height: 100px; }
.header .hbox .htel i { font-size:26px; margin-right:10px; } 
.header .hbox .htel em { font-size: 24px; }
.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); }
	.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.has-sub { padding:0; }
	.commenu ul li.has-sub>a { padding:0 0.64rem; }
	.commenu ul li ul { position: relative; left:0; 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:#ecdbb1; 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:#ecdbb1; 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; }
	
	.header .hbox .htel { display: none; }
}

/*--------------------------------------------------------------------------首页--------------------------------------------------------------------------*/
.ibanwarp { position: relative;  margin:100px 0 0; }
.ibanwarp img { width:100%; }
.iban-swp .sp-bot { bottom:40px!important; }

.c-page { position: relative; z-index: 9; }

.itit { margin-bottom: 40px;}
.itit em { font-size: 24px;  position: relative; z-index: 2; }
.itit h2 { font-size: 48px; }
.itit .imgico { position: absolute; left:-40px; top: -40px;  z-index: -1;}

.s-bg1 {width: 100%; height: 146px ;background: url(../images/sbg1.png) no-repeat top center; background-size: cover; position: absolute; bottom: -1px; left: 0px; z-index: 10; }
.s-bg2 {width: 100%; height: 105px; background: url(../images/sbg2.png) no-repeat top center; background-size: cover;  position: absolute; top: -1px; left: 0px; z-index: 10; }

.iabo { padding:40px 0 60px; background-image: url(../images/iabobg.jpg); background-position: center top;  background-size: cover; background-repeat: no-repeat; }
.iabo  p { margin:10px 0; }
.iabo  strong { color:#333; }
.iabo .iabobox { align-items: center; }
.iabo .iteml  { width:calc(100% - 780px); }
.iabo .iteml .icolist { display: grid;  grid-template-columns: repeat(2, 1fr);  grid-gap: 30px; margin:40px 0 0; }
.iabo .iteml .icolist h3 { font-size: 24px;  margin:15px 0 0; }
.iabo .iteml .infobox h3 { font-size:24px; margin:0 0 20px; }
.iabo .itemr { width:680px; }
.iabo .itemr .imgbox::after { content: ""; width:100%; height:100%; background: #af1e1e; position: absolute;  right:-20px; bottom:-20px;  }
.iabo .itemr .imgbox .imgico { position: absolute; z-index: 9; }
.iabo .itemr .imgbox .imgico1 { left:-60px; top:-60px; }
.iabo .itemr .imgbox .imgico2 { right:-40px; bottom:-40px; }

.ipro { background-image: url(../images/iprobg.jpg); background-position: center top;  background-size: cover; background-repeat: no-repeat;  padding:160px 0; }
.ipro .tabbox .hd ul { text-align:center; margin-bottom: 60px;  }
.ipro .tabbox .hd ul li { display:inline-block; box-sizing: border-box;  width:247px; height: 60px;  line-height: 60px;  background: url("../images/iprocabg.png") no-repeat;  font-size: 24px; font-weight: bold; color:#af1e1e; margin:0 20px;  cursor: pointer;    }
.ipro .tabbox .hd ul li:hover, .ipro .tabbox .hd ul li.on { background: url("../images/iprocabg_on.png") no-repeat;   }
.ipro .tabbox .bd ul li  { box-sizing: border-box;  background: #af1e1e; color:#fff; padding:20px;  border-radius: 20px; overflow: hidden; }
.ipro .tabbox .bd ul li .imgbox { height:400px; }
.ipro .tabbox .bd ul li .infobox h3 { font-size: 20px; color:#ecdbb1; margin:20px 0 0;  }
.ipro .tabbox .bd .sp-prev { left:-100px;  }
.ipro .tabbox .bd .sp-next { right:-100px;  }

.ibuss { padding:80px 0 0;  background: url(../images/ibussbg.png)no-repeat bottom center; background-size: contain;   }
.ibuss .imglist {  display: grid;  grid-template-columns: repeat(2, 1fr);  grid-gap: 40px; margin:0  0 60px;  }
.ibuss .ibusstab .hd ul li { margin:20px 0;  opacity: 0.5;  cursor: pointer; }
.ibuss .ibusstab .hd ul li.on , .ibuss  .ibusstab .hd ul li:hover { opacity:1; }
.ibuss .ibusstab .hd ul li h3 { font-size:48px; margin-bottom: 10px; }
.ibuss .ibusstab .hd ul li p {  font-size:24px; color:#af1e1e;  font-weight: bold; }
.ibuss .ibusstab .bd { width:860px;  }
.ibuss .ibusstab .bd .swp-ibuss { padding-bottom: 80px;  }
.ibuss .ibusstab .bd .sp-bot-ibus { bottom:0;  }

.icoo { padding:160px 0;  background: url(../images/icoobg.jpg) no-repeat bottom center;  background-size: cover;   }
.icoo .list { display: grid;   grid-template-columns: repeat(3, 2fr); grid-gap: 40px;   }
.icoo .list .item { background: #ecdbb1; color:#af1e1e;  padding:30px 80px 30px 30px;  border-radius: 10px;  cursor: pointer; transition: all 0.3s ease;  }
.icoo .list .item:hover {  transform:translateY(-10px); }
.icoo .list .item h3 {  font-size: 24px; }
.icoo .list .item i {  font-size: 48px; position: absolute; right:20px; bottom:20px; }
.icoo .imore a { background: #ecdbb1; color:#af1e1e;   }

.inews { padding:40px 0; }
.inews .itit .in-more { margin:0; position: absolute; right:0; bottom:0;  }
.inews .list .itembox .imgs { background: #000;  height: 320px; }
.inews .list .itembox .imgs img { opacity: 0.8;}
.inews .list .itembox .imgs .date { bottom: 30px; left:30px; }
.inews .list .itembox .imgs .date em {  display: inline-block; width: 100%;}
.inews .list .itembox .imgs .date em:first-child { font-size: 48px;   }
.inews .list .itembox:hover .imgs img { transform:scale(1.08); }
.inews .list .itembox .txt { box-sizing: border-box; padding:30px; background: #af1e1e;  color:#ecdbb1;  z-index: 9; }
.inews .list .itembox .txt h3 { height: 64px; font-size: 20px; color:#ecdbb1;  margin-bottom: 10px; }
.inews .list .inews-prev { left:-100px; }
.inews .list .inews-next { right:-100px; }
.inews .list  .sp-inews { display:none; }

.footer { width:100%;  background: url(../images/iftbg.jpg) no-repeat top center; background-size: cover; color:#ecdbb1; }
.footer p, .footer a {  color:#ecdbb1; }
.footer .cc { padding:160px 0 60px; }
.footer .fleft .flogo { margin-bottom: 40px; }
.footer .fleft .flogo img { max-height:100px; }
.footer .fleft .ftel i { display: inline-block; width:40px; height:40px; line-height: 40px; text-align: center; background: #ecdbb1; color:#af1e1e; font-size: 18px; border-radius: 40px; margin-right:10px; }
.footer .fleft .ftel span { font-size: 18px;  }
.footer .fleft .ftel h2 {margin:15px 0; font-weight: bold;  }
.footer .fleft .ftel h2 a {  font-size: 36px; }
.footer .fmid { width:780px;  } 
.footer .fmid h3 { font-size: 48px; margin-bottom: 30px;  }
.applyform .top { display: grid;  grid-template-columns: repeat(3, 1fr); grid-gap: 30px;  }
.applyform .layui-form-item { margin-bottom:30px; }
.applyform .layui-form-item:last-child { margin:0; }
.applyform .layui-form .layui-input { background: none; border:1px solid #ecdbb1;  color:#ecdbb1;  }
.applyform .layui-form .layui-input::placeholder {  color:#cc9176;  line-height: 160%; }
.applyform .layui-input:hover, .applyform .layui-textarea:hover { border-color: #ecdbb1 !important;}
.applyform .layui-form .cont { height:100px; padding:10px 20px; line-height: 160%; }
.footer .fright ul li .img {  width: 140px; height: 140px; margin:0 auto; margin-bottom: 10px;   }
.footer .fright ul li .img img { max-height:100%;  }
.footer .cpr { padding:20px 0;  text-align: center; border-top:1px solid rgba(236,219,177,0.3);  }

/*--------------------------------------------------------------------------内页--------------------------------------------------------------------------*/

.bread { width: 100%;  height:60px;  line-height: 60px; font-size: 16px;   text-align: right;  background: rgba(0,0,0,.3);   position: absolute; top:0; color:#fff; display:none;  } 
.bread a { margin:0 5px;  font-size: 16px;  color:#fff;  }
.bread a:hover { text-decoration: underline; }
.bread .pos { display:inline-block; }

.cbanwarp { position: relative; height: 500px;  z-index: 1; margin:100px 0 0;  }
.cbanwarp .scroll-banner-c { width:100%; height:500px; }
.cbanwarp .cbg { width: 100%; height:100%; position: relative; display: table;  background-position: center; background-repeat: no-repeat; background-size: cover; }
.cbanwarp .cbg .infobox { width:100%; height: 100%;  }
.cbanwarp .cbg .txt h2 { 	font-size: 36px;  line-height: 160%; }
.cbanwarp .cbg .txt p { font-size:24px;  line-height: 140%; }

.c-page { position: relative;  z-index: 9;  }

.cmenu { background: #af1e1e;   }
.cmenu a { float: left; display: inline-block; height: 80px; line-height: 80px;  font-size: 18px;  color:#ecdbb1;  padding:0 30px;  position: relative; }
.cmenu a:hover,  .cmenu a.active  { font-weight: bold; }
.cmenu a::after { content: " ";  position: absolute;  left: 0; bottom: 0;   width:0;  height: 2px; background: #ecdbb1;  z-index: 2; transition: all 0.3s ease; }
.cmenu a:hover::after , .cmenu a.active::after   { width:100%;   }

.ccontent { padding:80px 0;  }

.cinfo p { margin:10px 0; }

.ctit em { font-size: 24px;  }
.ctit h2 { font-size:36px; margin:10px 0 20px;  }
.ctit h3 {  line-height: 100%; font-size: 36px;  position: relative; z-index: 9; margin-bottom: 60px;  }

.cabo .itit h2 { font-size:36px; }
.cabo .cabobox .icolist { display: grid;  grid-template-columns: repeat(2, 1fr);  grid-gap: 30px; margin:40px 0 0; }
.cabo .cabobox .icolist h3 { font-size: 24px;  margin:15px 0 0; }

.caboalbum { padding:80px 0 40px;  }
.caboalbum .sc-album { padding:0 0 60px 0;  }
.caboalbum .sc-album .txt { padding: 20px 0; background: #f9f9f9;  }
.caboalbum .sc-album .txt h3 { font-size:16px;  color:#333; text-align: center; font-weight: normal; }

.calbum-list ul li { float:left; width:calc(25% - 30px); margin-right:40px; margin-bottom: 40px;  overflow: hidden; }
.calbum-list ul li:nth-child(4n) { margin-right:0; }
.calbum-list ul li .img { position: relative;  overflow: hidden; text-align: center;    }
.calbum-list ul li .img img { width: 100%;  height: 100%;   object-fit: contain; }
.calbum-list ul li:hover .img img  {  transform:scale(1.1);  }
.calbum-list ul li .txt { padding:20px 0; background:#af1e1e;   }
.calbum-list ul li .txt h3 { font-size:18px; color:#ecdbb1;   text-align: center; font-weight: normal; }

.cbuss { margin:0; }

.pagination { text-align: center;  margin:20px 0 0;  }
.page-num:not(:disabled) {cursor: pointer;}
.page-num , .page-link {position: relative; display: inline-block;   padding:0 13px; line-height: 36px;	  color: #af1e1e;   border: 1px solid rgba(175,30,30,0.3); margin:0 6px; font-size:16px;  }
.page-num { margin:0 6px; }
.page-num:hover, .page-link:hover {	background-color: #af1e1e; color: #ecdbb1; border-color: #af1e1e; }
.page-num-current {z-index: 1;background-color: #af1e1e; color: #ecdbb1;  border-color: #af1e1e;}
.page-num-current:hover {color: #ecdbb1;}
.mpnav ,  .text-secondarym { display:none; }

.cnewslist ul li {float:left; width:calc(33.3% - 27px); margin-right: 40px; margin-bottom: 40px;  overflow: hidden; }
.cnewslist ul li:nth-child(3n) { margin-right: 0; }
.cnewslist ul li .info { position: relative;}
.cnewslist ul li .info em { position: absolute; top:0; left:0; z-index: 9; display:inline-block; padding:10px 30px; background: rgba(0,0,0,0.5); color:#fff;  display: none;   }
.cnewslist ul li .info::after { content: " ";  position: absolute; left: 0; bottom: 0; width:0; height: 2px; background: #af1e1e;  z-index: 2; transition: all .3s ease; }
.cnewslist ul li .info .pic {  overflow: hidden; height: 320px; }
.cnewslist ul li .info .pic img { width: 100%; height:100%; object-fit: cover;  }
.cnewslist ul li .info .txt { padding:30px; background: #af1e1e;  color:#ecdbb1; }
.cnewslist ul li .info .txt h2 { height: 64px; color:#ecdbb1; margin:10px 0; line-height: 180%;  font-size: 20px;   }
.cnewslist ul li .info:hover::after { width:100%; }
.cnewslist ul li .info:hover .pic img { transform:scale(1.08);  }

.cnews { padding:6vh 0;  }
.cnews .cnewsde .cn-list { width:320px;   }
.cnews .cnewsde .cn-list h1 {  font-size:24px; color: #af1e1e; border-bottom:1px solid rgba(175,30,30,0.3); text-transform: uppercase;   }
.cnews .cnewsde .cn-list h1 span { position: relative; display: inline-block; padding-bottom:20px; }
.cnews .cnewsde .cn-list h1 span::after { content: " ";  position: absolute; left: 0; bottom: -2px; width:100%; height: 2px; background: #af1e1e;  z-index: 2;}
.cnews .cnewsde .cn-list ul li { margin:20px 0 0; padding:0 0 20px; border-bottom: 1px solid rgba(175,30,30,0.3); }
.cnews .cnewsde .cn-list ul li:last-child { border:none; }
.cnews .cnewsde .cn-list ul li span { display: inline-block;  margin-bottom: 10px;      }
.cnews .cnewsde .cn-list ul li p { line-height: 170%;}
.cnews .cnewsde .cn-list ul li a:hover { color:#af1e1e;  }
.cnews .cnewsde .cn-detail { width:calc(100% - 380px);    }
.cnews .cnewsde .cn-detail .tit h1 { font-size:24px;   }
.cnews .cnewsde .cn-detail .tit p {  margin:30px 0 0; padding:0 0 15px;  border-bottom: 1px solid rgba(175,30,30,0.3); }
.cnews .cnewsde .cn-detail .tit p span { margin-right: 30px;}
.cnews .cnewsde .cn-detail .tit p i {   margin-right: 10px; font-size: 20px; margin-top:-6px; }
.cnews .cnewsde .cn-detail .detail { padding:40px 0; }
.cnews .cnewsde .cn-detail .sec { padding:25px 0 0;  border-top: 1px solid rgba(175,30,30,0.3); }
.cnews .cnewsde .cn-detail .sec p { margin:15px 0 0; }
.cnews .cnewsde .cn-detail .sec span { display: inline-block; background: #af1e1e; color:#ecdbb1; width:100px; line-height: 36px; text-align: center; margin-right: 20px;  }

.c-pro-de { padding:14vh 0 0;  }
.c-news-de { padding:16vh 0 0;  }

.ccgray { background: url("../images/ybg.jpg") repeat; padding:80px 0; }

.cpro .cprolist .cpro-cate { width:260px; }
.cpro .cprolist .cpro-cate h1 {  font-size:24px; color: #222; border-bottom:2px solid #F6F6F6; text-transform: uppercase; padding:30px 30px 0; background: #fff;}
.cpro .cprolist .cpro-cate h1 span { position: relative; display: inline-block; padding-bottom:20px; }
.cpro .cprolist .cpro-cate h1 span::after { content: " ";  position: absolute; left: 0; bottom: -2px; width:100%; height: 2px; background: #af1e1e;  z-index: 2;}
.cpro .cprolist .list { margin-bottom: 2px;  background: #fff; }
.cpro .s-list { position: relative; padding:0 30px; line-height: 60px; }
.cpro .s-list span.more { width: 14px; height: 14px; position: absolute; right:20px; top: 24px; cursor: pointer; }
.cpro .s-list span.more span { background: #666; position: absolute; }
.cpro .s-list span.more span.h { width: 14px; height: 2px; transform: translate3d(0, 5px, 0); transition: all .3s ease;}
.cpro .s-list span.more span.v { transform: rotate3d(0, 0, 1, 90deg) translate3d(5px, 0, 0); transition: all .3s ease; }
.cpro .s-list.active span.more span.v { transform: rotate3d(0, 0, 0, 0) translate3d(0, 5px, 0); transition: all .3s ease; }
.cpro .s-list  a.on span { color:#af1e1e; font-weight: 700; }
.cpro .s-content { display: none; padding: 15px 30px; border-top:2px solid #F6F6F6; }
.cpro .s-content ul li { padding:6px 0; position: relative; }
.cpro .s-content ul li a  { line-height: 180%; transition: all .3s ease;}
.cpro .cprolist .cpro-cate a:hover { color:#af1e1e; font-weight: 700;  transition: all .3s ease; }
.cpro .s-content a.on span { color:#af1e1e; font-weight: 700; }
.cpro .s-content a i { font-size: 14px; transform: rotate(-90deg);  position: absolute; top:5px; right:-10px; display: none; }
.cpro .s-content a.on i, .cpro .cprolist .cpro-cate .s-content ul li>a:hover i { display:inline-block; }
.mcpro-cate, .mcate { display:none; }

.cpro .cpro-list ul li { float:left; width:calc(25% - 30px); margin-right:40px; margin-bottom: 40px;   overflow: hidden;   }
.cpro .cpro-list ul li:nth-child(4n) { margin-right:0; }
.cpro .cpro-list ul li .img { position: relative;  overflow: hidden; }
.cpro .cpro-list ul li .img img { height:320px;  }
.cpro .cpro-list ul li .bg { position: absolute;  top: 0px;  left: 0px; z-index: 9;   width: 100%;    height: 100%; opacity: 0;   background: rgba(0, 0, 0, 0.3); text-align: center; color:#fff;   transition: all 0.3s ease;}
.cpro .cpro-list ul li .bg span { display:inline-block;  padding:20px 0; position: relative;   }
.cpro .cpro-list ul li:hover .bg { opacity:1; }
.cpro .cpro-list ul li .bg span::before { content: ''; position: absolute; top: 0px; left: 50%; transform: translateX(-50%);  width: 100%; height: 1px; background: #fff; transition: all 0.3s ease; }
.cpro .cpro-list ul li .bg span::after { content: ''; position: absolute;  bottom: 0px;  left: 50%;  transform: translateX(-50%); width: 100%; height: 1px;  background: #fff; transition: all 0.3s ease; }
.cpro .cpro-list ul li:hover .bg span::before, .cprolist ul li:hover .bg span::after  { width:50%; }
.cpro .cpro-list ul li .txt { background:#af1e1e; padding:30px;  }
.cpro .cpro-list ul li .txt h3 { font-size:20px;  color:#ecdbb1;  margin-bottom: 10px;  }
.cpro .cpro-list ul li .txt p span  { display: inline-block; width:calc(100% - 30px);  color:#ecdbb1; }
.cpro .cpro-list ul li .txt p i {  color:#ecdbb1;  font-size: 24px;  transition: all 0.3s ease-in-out;}
.cpro .cpro-list ul li:hover i {  transform: rotate(180deg);}

.cprode .cpro-detail  .top {  padding:40px;  background: #fff; }
.cprode .cpro-detail  .pic { width:calc(50% - 20px); }
.view {width: 100%; overflow:hidden; position:relative; }
.view em { display: inline-block;  position:absolute; right:0; bottom:0;  z-index: 9;  width:40px; height: 40px; line-height: 40px; background: rgba(0,0,0,0.5);  text-align: center;}
.view em i {  font-size:24px; color:#fff; }
.view .swiper-slide{ box-sizing: border-box; overflow: hidden; text-align: center; }
.view .swiper-slide img { width:100%; max-height: 50vh; object-fit: cover; object-position:  center center;  }
.preview{position: relative;width:100%; margin:0 auto; margin:20px 0 0; }
.preview .small { width: calc(100% - 90px); margin:0 auto; }
.preview .swiper-slide {width: 20%;   box-sizing: border-box;  cursor: pointer;  }
.preview .swiper-slide .imgbox { box-sizing: border-box;  border:2px solid #ddd; text-align: center; }
.preview .swiper-slide .imgbox img { height: 60px; object-fit: cover; object-position:  center center; }
.preview .swiper-slide.swiper-slide-thumb-active .imgbox{  border:2px solid #af1e1e; }
.preview .arrow { background: #999;  width:30px; height: 100%;   position: absolute; top: 0; z-index: 10; color:#fff; text-align: center; }
.preview .arrow i { display: inline-block;  font-size:14px;  position: absolute; top:calc(50% - 7px); left:calc(50% - 7px);   }
.preview .arrow-left{left: 0;}
.preview .arrow-right{right: 0;}
.preview .arrow:hover { background:#af1e1e; }

.cprode .cpro-detail .pinfo {  width:calc(50% - 20px); }
.cprode .cpro-detail .pinfo h2 { font-size:30px; color:#2c2c2c; margin:20px 0; padding:0 0 30px; border-bottom: 1px solid #eee; }
.cprode .cpro-detail .pinfo .pct { margin:40px 0 0; }
.cprode .cpro-detail .pinfo .pct i { width: 50px; height: 50px; line-height: 50px; border-radius: 50px; background:#af1e1e; color:#fff; text-align: center; font-size: 20px; margin-right: 20px; }
.cprode .cpro-detail .pinfo .pct p { font-size: 24px; line-height: 160%; }
.cprode .cpro-detail .desc { background:#fff; margin:40px 0 0; }
.cprode .cpro-detail .desc h5 { color:#222;  font-size: 24px; border-bottom:2px solid #f9f9f9; text-transform: uppercase; padding:20px 40px 0;  }
.cprode .cpro-detail .desc h5 span { position: relative; display: inline-block; padding-bottom:20px; }
.cprode .cpro-detail .desc h5 span::after { content: " ";  position: absolute; left: 0; bottom: -2px; width:100%; height: 3px; background: #af1e1e;  z-index: 2;}
.cprode .cpro-detail .desc .cc { padding:30px 40px; }
.cprode .cpro-detail .desc .cc strong { color:#333; }
.cprode .cpro-detail .sec { margin:40px 0 0;}
.cprode .cpro-detail .sec p { width:calc(50% - 10px); background:#fff; box-sizing: border-box;  padding:10px 20px;  font-size: 14px;  color:#222; }
.cprode .cpro-detail .sec p a { color:#222; }
.cprode .cpro-detail h3 { display:none;  }

.ccont .boxfl { width:50%; padding:80px 0 0; }
.ccont .boxfl h1 { font-size: 30px;   margin:0 0 30px; }
.ccont .boxfl p { line-height: 240%;}
.ccont .boxfl p i {display: inline-block; color:#af1e1e; font-size: 20px; margin-right: 15px; }
.ccont .bdmap { margin:40px 0 0; }
.ccont .boxfr {  width:calc(50% - 40px); box-sizing:border-box; padding:80px 40px;  }
.ccont .boxfr h2 { font-size: 30px;   text-transform: uppercase; margin:0 0 40px; }
.ccont .boxfr p.tips { margin-bottom:15px;  }
.ccont .iform ul li { position: relative; width:100%; margin-bottom: 20px;  }
.ccont .iform ul li p { margin-bottom:10px; }
.ccont .iform ul li input { width:calc(100% - 30px); background:#af1e1e; line-height: 50px;  border:none; padding:0 15px; color:#ecdbb1; border-radius: 2px;  }
.ccont .iform ul li textarea { width:calc(100% - 30px); background:#af1e1e; height: 72px; line-height: 160%; border:none; padding:10px 15px; color:#ecdbb1; }
.ccont .iform ul li input::placeholder, .ccont .iform ul li textarea::placeholder { color:#ecdbb1; }
.ccont .iform ul li img { position: absolute; right:0; bottom:0; z-index: 9; height:50px; } 
.ccont .iform button {  width:100%; line-height: 60px; background:#af1e1e;  color:#ecdbb1; font-size: 18px; text-transform: uppercase; border:none;  margin:20px 0 0; border-radius: 0.4vw;  transition: all .3s ease; }
.ccont .iform button:hover { transform:translateY(-5px); transition: all .3s ease;} 


/*--------------------------------------------------------------------------移动端--------------------------------------------------------------------------*/
@media only screen and (max-width:981px){

	.header .hlogo .hlbox { height: 60px; }
	.header .hlogo .hlbox .img img { max-height: 40px;}
	
	.ibanwarp { margin:60px 0 0; }
	.iban-swp .bg .txt { width: 100%; }
	.iban-swp .bg .txt h3 { font-size:0.38rem; }
	.iban-swp .bg .txt h2 { font-size: 0.48rem;}
	.iban-swp .bg .txt .info { margin:0.36rem 0 0; }
	.iban-swp .bg .txt .info p { font-size: 0.38rem; }
	.iban-swp .sp-bot { bottom:0.96rem!important; }
	
	.s-bg1, .s-bg2 { height: 40px; }
	
	.itit { margin-bottom:0.48rem; }
	.itit em { font-size: 0.48rem;}
	.itit h2 { font-size: 0.56rem; }

	.iabo { padding:2vh 0 6vh;}
	.iabo .iteml { width:100%; }
	.iabo .iteml .infobox h3 { font-size: 0.48rem; }
	.iabo .iteml .icolist { text-align:center; grid-gap: 0.36rem; margin: 0.36rem 0; }
	.iabo .iteml .icolist .item img { width:40px; }
	.iabo .iteml .icolist h3 { font-size: 0.48rem; margin:10px 0 0; }
	.iabo .itemr { width:calc(100% - 2vw);  margin:4vh 0 0; }
	.iabo .itemr .imgbox .imgico1 { width:180px; left: -80px;  top: -40px;  }
	.iabo .itemr .imgbox .imgico2 { width:100px;  right: -20px; }
	.iabo .itemr .imgbox::after { right: -10px;  bottom: -10px;}
	
	.ipro { padding: 6vh 0;}
	.ipro .tabbox .hd ul { display: grid;    grid-template-columns: repeat(2, 1fr);    grid-gap: 0.36rem;  margin-bottom:10px;   }
	.ipro .tabbox .hd ul li {width:auto; height: auto;  line-height:1.1rem; margin:0;     background-size: contain!important;   }
	.ipro .tabbox .hd ul li span { font-size:0.38rem; }
	.ipro .tabbox .bd ul li { border-radius: 10px;  padding: 0.24rem; }
	.ipro .tabbox .bd ul li .imgbox { height: 14vh; }
	.ipro .tabbox .bd ul li, .ipro .tabbox .bd ul li.swiper-slide-active { transform: scale(1);  }
	.ipro .tabbox .bd ul li .infobox h3 { font-size:0.38rem;  margin:10px 0 0; }
	.ipro .tabbox .bd .listbox .sp-prev { left:0.36rem; }
	.ipro .tabbox .bd .listbox .sp-next { right:0.36rem; }
	.ipro .swp-ipro { padding-bottom:4vh; }
	.ipro  .sp-bot-ipro { bottom:0; }
	.ipro .sp-pn { display: none;}
	
	.ibuss { padding: 2vh 0;}
	.ibuss .imglist { grid-template-columns: repeat(1, 1fr); grid-gap: 0.36rem; margin: 0 0 2vh;}
	.ibuss .ibusstab .hd ul li h3 { font-size: 0.56rem; margin:0;  }
	.ibuss .ibusstab .hd ul li p { font-size:0.48rem; }
	.ibuss .ibusstab .bd { width:100%; }
	.ibuss .ibusstab .bd .swp-ibuss { padding-bottom:4vh; }
	.ibuss  .sp-bot-ibuss { bottom:0; }
	
	.icoo { padding: 6vh 0; }
	.icoo .list { grid-template-columns: repeat(2, 3fr); grid-gap: 0.36rem; }
	.icoo .list .item { padding:0.36rem; }
	.icoo .list .item h3 { font-size:0.48rem; }
	.icoo .list .item i { font-size:36px; }
	
	.inews { padding:2vh  0; } 
	.inews .list .itembox .imgs .date { left:0.36rem; }
	.inews .list .itembox .imgs .date em:first-child { font-size:0.72rem; }
	.inews .list .itembox .txt { padding:20px 0.36rem; }
	.inews .list .itembox .txt h3 { font-size:0.42rem; }
	.inews .swp-inews { padding-bottom:5vh; }
	.inews .sp-pn { display: none;}
	
	.footer .cc { padding:8vh 0 2vh; font-size:0.38rem;  }
	.footer p, .footer a { font-size:0.38rem; }
	.footer .fleft , .footer .fmid, .footer .fright { float:none; width:100%; } 
	.footer .fleft .flogo { margin-bottom:0.64rem; display:none;  }
	.footer .fleft .flogo img { max-height: 40px;  }
	.footer .fleft .ftel i {  width: 32px;  height: 32px; line-height: 32px; }
	.footer .fleft .ftel span { font-size:0.42rem; } 
	.footer .fleft .ftel h2 { margin: 0.24rem 0 0 ; }
	.footer .fleft .ftel h2 a { font-size:0.72rem;  }
	.footer .fmid  { margin:0.48rem 0; }
	.footer .fmid h3 { font-size: 0.56rem; }
	.footer .combtn { width:100%; }
	.footer .fright ul li { float: none; display: inline-block; width:100%; }
	.footer .fright ul li   {  margin-bottom: 0.36rem;   }
	.footer .cpr { padding:0.36rem 0; }
	.footer .cpr p { font-size:0.36rem; }
	
	.applyform .top { grid-template-columns: repeat(1, 1fr);  grid-gap: 0;}
	.applyform .layui-form-item { margin-bottom:0.36rem; }
	
	
	.bread { display:none; }
	
	.cbanwarp { position: relative; height: 20vh;  z-index: 1; margin:60px 0 0;  }
	.cbanwarp .cbg .txt h2 { 	font-size:0.56rem;}
	.cbanwarp .cbg .txt p { font-size: 0.48rem; }
	
	.cmenu a { height:50px; line-height: 50px; padding:0 0.36rem; font-size: 0.4rem;  }
	
	.ccontent { padding:0.72rem 0; }
	
	.ctit { margin-bottom:0.56rem;  }
	.ctit em { font-size:0.48rem; line-height: 160%;  }
	.ctit h2, .ctit h3 { font-size:0.56rem; margin: 0;  }
	
	.cabo { padding: 0 0 0.36rem; }
	.cabo .itit h2 {  font-size: 0.56rem;  }
	.cabo .cabobox .icolist { text-align:center; grid-gap: 0.36rem; margin: 0.36rem 0; }
	.cabo .cabobox .icolist .item img { width:40px; }

	.caboalbum { padding:  0 0 2vh; }
	.caboalbum .sc-album { padding-bottom:4vh; }
	.caboalbum .sc-album .txt { padding:0.24rem 0; }
	.caboalbum .swiper-pagination { display:block; bottom:0!important; }
	.caboalbum .swiper-pagination-bullet { width:10px; height: 10px; border-radius: 10px; margin: 0 5px!important;}
	.caboalbum .swiper-pagination-bullet-active { opacity: 1; }
	
	.calbum-list ul li { width:calc(50% - 0.18rem); margin-right:0.36rem; margin-bottom: 0.36rem;  }
	.calbum-list ul li:nth-child(2n) { margin-right:0; }
	.calbum-list ul li:nth-child(5) { margin-right:0.36rem; }
	.calbum-list ul li .txt { padding:0.24rem; }
	.calbum-list ul li .txt h3 { font-size:0.38rem; }
	
	.pnav { display:none; }
	.mpnav { display:block; }
	.pagination { margin:0.36rem 0 0; }
	.page-num, .page-link { padding: 0 10px; margin: 0 4px; font-family: 'Arial'; }
	
	.c-news-de { padding:10vh 0 0;  }
	.c-pro-de { padding: 10vh 0 0;  }
	.ccgray { padding:0.72rem 0; }
	
	.cnewslist ul li { width:100%; margin-bottom: 0.38rem;  }
	.cnewslist ul li .info em { padding: 10px 20px; }
	.cnewslist ul li .info .txt { padding:0.38rem; }
	.cnewslist ul li .info .txt h2 { font-size:0.42rem;  height: auto; margin:5px 0;  }
	.cnewslist ul li .info .txt p { line-height:180%;  min-height: auto;  }
	
	.cnews { padding:0.72rem 0; }
	.cnews .cnewsde .cn-list { display:none; }
	.cnews .cnewsde .cn-detail { width:100%; padding:0.36rem;  }
	.cnews .cnewsde .cn-detail .tit h1 { font-size:0.48rem; margin:0.24rem 0 0.36rem; }
	.cnews .cnewsde .cn-detail .tit p { margin:0; }
	.cnews .cnewsde .cn-detail .tit p span { margin-right:0.36rem; }
	.cnews .cnewsde .cn-detail .tit p span em { display:none; }
	.cnews .cnewsde .cn-detail .detail { padding:0.36rem 0; }
	.cnews .cnewsde .cn-detail .sec { padding:0; }
	.cnews .cnewsde .cn-detail .sec span { width:72px; margin-right: 0.36rem;  }
	.cnews .cnewsde .cn-detail .sec p { margin:0.36rem 0 0;  }
	
	
	.cpro { padding:20px 0 40px; }
	.cpro .cprolist .cpro-cate { display:none; }
	.cpro .cpro-list { width:100%; }
	.cpro .cpro-list ul li { width:calc(50% - 0.18rem); margin-right:0.36rem; margin-bottom: 0.36rem;  }
	.cpro .cpro-list ul li:nth-child(2n) { margin-right:0; }
	.cpro .cpro-list ul li:nth-child(3) , .cpro .cpro-list ul li:nth-child(9){ margin-right:0.36rem; }
	.cpro .cpro-list ul li .img img {  height:20vh;  }
	.cpro .cpro-list ul li .bg span { padding: 0.36rem 0; }
	.cpro .cpro-list ul li .txt { padding:0.36rem; }
	.cpro .cpro-list ul li .txt h3 { font-size:0.42rem; margin-bottom:5px;  }
	.cpro .cpro-list ul li .txt p { line-height: 160%;  }
	.cpro .cpro-list ul li .txt p i {font-size:0.48rem; }
	
	.cprode .cpro-detail .top { box-sizing: border-box; width: 100%;  padding: 0.36rem; }
	.cprode .cpro-detail .pic , .cprode .cpro-detail .pinfo  { width:100%;  }
	.cprode .cpro-detail .pinfo {  margin:20px 0 10px;}
	.cprode .cpro-detail .pinfo em, .cprode .cpro-detail .pinfo h2 { display:none; }
	.cprode .cpro-detail .pinfo .pct { margin:0.36rem 0 0; }
	.cprode .cpro-detail .pinfo .pct i { width: 1.2rem; height: 1.2rem; line-height: 1.2rem; font-size: 0.48rem; margin:4px 0.36rem 0 0; }
	.cprode .cpro-detail .pinfo .pct p { font-size: 0.46rem; }
	.cprode .cpro-detail h3 { display:block;  color:#333; font-size: 0.48rem;   text-align: center; margin: 5px 0 15px; }
	.cprode .cpro-detail .desc { margin:20px 0 0; }
	.cprode .cpro-detail .desc h5 { font-size:0.48rem; padding:0.36rem 0.36rem 0; }
	.cprode .cpro-detail .desc h5 span { padding-bottom: 0.36rem;}
	.cprode .cpro-detail .desc .cc { padding: 20px 15px; }
	.view em i { font-size: 0.48rem; }
	.preview { width:100%; margin:0.36rem 0 0; }
	.preview .swiper-slide { width:25%; }
	.preview .arrow i { top:calc(50% - 12px); }
	.preview .arrow-left { left:0; }
	.preview .arrow-right { right:0;  }

	.ccontact { padding:0.72rem 0 ; }
	.ccont .boxfr{ width:100%; padding:0 0 0.72rem;  }
	.ccont .boxfl { box-sizing: border-box; width:100%;  padding:0 0 0.72rem; }
	.ccont .boxfl p { line-height: 180%; margin-bottom: 0.24rem;  }
	.ccont .boxfl p i { display: block; float: left;  font-size: 0.4rem; width:0.4rem;   }
	.ccont .boxfl p span { float:left; width:calc(100% - 0.4rem - 15px);   }
	.ccont .boxfl h1 {  font-size:0.56rem; margin:0 0 0.36rem;  }
	.ccont .boxfl .contico { margin:15px 0 0; }
	.ccont .boxfl .contico a { line-height: 46px; margin-bottom: 15px;  }
	.ccont .boxfl .contico a.weixin img { width:140px; }
	.ccont .boxfl .contico a.weixin:hover img { bottom:66px;  }
	.ccont .bdmap { margin:25px 0 0; }
	.ccont .boxfr h2 { font-size:0.56rem;  padding:0 0.36rem ; margin:0.48rem 0;  }
	.ccont .boxfr .iform { padding:0 0.36rem; }
	.ccont .iform ul li { margin-bottom:0.36rem;  }
	.ccont .iform button {  margin:0.36rem 0 0; line-height: 46px; font-size: 0.38rem;  }
	.ccont .bdmap { height:400px; }
	
}
