@charset "utf-8";

/*--------------------------------------------------------------------------导航--------------------------------------------------------------------------*/
.pcbox { display: block!important; } 
.mbox { display: none!important; }

.header { width:100%; background:none;  position: absolute;  z-index: 9; transition: all 0.3s ease-in-out; }
.header .htop { line-height: 50px; text-align: right; border-bottom:1px solid rgba(255,255,255,0.3); }
.header .htop a { color:#fff; font-size:15px; margin-left:2.4vw; }
.header .htop a span { display: inline-block; position: relative; }
.header .htop a span::after {content:"";  position: absolute; bottom: 0;  left: 0; width:0; height: 1px; background: #fff;  z-index: 2; transition: all 0.3s ease; }
.header .htop a:hover span::after { width:100%; }
.header .hinfo { box-sizing: content-box;  padding:20px 0; }
.header .hinfo .logo { max-height:60px; line-height: 60px; }
.header .hinfo .logo img { float:left; margin-right: 20px; height:60px;}
.header .hinfo .logo span { display: inline-block; line-height: 160%; vertical-align: bottom; }
.header .hinfo .logo span b { display: block; font-size: 24px; letter-spacing:1px; }
.header .hinfo .logo span em { font-size: 14px; font-weight:normal; }
.header .hinfo .logo .color { display: none; }
.header.active .htop { display: none;  }
.header.active .hinfo .logo .white { display: none; }
.header.active .hinfo .logo .color { display: block; }
.header .hinfo { color:#fff; font-size:18px; }
.header .hinfo a { display:inline-block; color:#fff; font-size:18px; }
.header .hinfo a i { font-size:18px; }
.header .hinfo .nav ul li { line-height: 60px; position: relative;  margin-left:3vw; }
.header .hinfo .nav ul li .subnav { width:160px;  background:#fff;  box-shadow: 0 2px 10px rgba(0,0,0,.1); position: absolute; top: 80px;  left: -46px;  z-index: 99;  opacity: 0; visibility: hidden; 
border-top-left-radius: 20px; border-bottom-right-radius: 20px;  overflow: hidden; transition: all 0.3s ease; }
.header .hinfo .nav ul li .subnav  a  { display: block;  width:100%; line-height: 50px;  text-align: center; color:#333; font-size: 16px;  }
.header .hinfo .nav ul li .subnav  a:hover { background:#21804d; color:#fff;}
.header .hinfo .nav ul li:hover .subnav {opacity: 1; visibility: visible; top: 60px; }
.header.active { position: fixed; z-index:10; background: rgba(255,255,255,0.8); box-shadow: 0 0 20px rgba(0,0,0,0.05);  backdrop-filter:blur(20px); }
.header.active .hinfo a { color:#333; }
.header.active .hinfo a:hover { color:#21804d; }
.header.active .hinfo a em { color:#999; }

.sc-mask { width: 100%; height: 100%; background: rgba(0,0,0,0.75); position: fixed; left: 0; top: 0; z-index: 998; display: none; }
.sc_pop { display: flex; width:50%; position: fixed; left: 50%; top: 50%; transform: translate(-50%,0%); z-index: 999; opacity: 0; transition: ease 1s; visibility: hidden; }
.sc_pop.active { visibility: visible; opacity: 1; transform: translate(-50%,-50%);}
.sc_pop .input_text { flex: 4;  width: 80%; height: 50px; line-height: 50px;  padding: 0 20px; background: #fff; border: none; font-size: 16px; color:#666; }
.sc_pop .input_text::placeholder { color:#999; }
.sc_pop .scbtn { flex:1; display: block; width: 20%; height: 50px; line-height: 50px; text-align: center; color: #fff; background: #21804d; font-size: 18px; }

.mhdiv { width:100%; height:64px; display: none; }
#logotop {position:fixed; top:0; width:100%; z-index: 99; display: none;}

/*===============================db_xs==========================*/
.db_xs { width: 50px; height: 50px; transition: all 0.36s ease;  position: fixed; right: 30px; bottom: 60px; z-index: 9999; border-radius: 50%; display: none; background: url(../images/xs.png) no-repeat center center; background-color: rgba(0, 0, 0, 0.5);}
.db_xs:hover{ background-color: #21804d;}


.zsy-img{ width: 100%; overflow: hidden;  height: 100%;position: relative;}
.zsy-img img{ max-width:100%}
.zsy-img img.abc {position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; display: block; text-align: center; margin: auto; transition:all 0.36s ease; object-fit: contain;}

/*--------------------------------------------------------------------------首页--------------------------------------------------------------------------*/


.ibg { width:100%; }
.iban-swp { height:100%; }
.iban-swp .picbox {  width: 100%;  overflow: hidden; }
.iban-swp .bg { width: 100%; height:900px; position: relative; display: table;  background-position: center; background-repeat: no-repeat; background-size: cover; transition: ease 1s; }
.iban-swp .bg:before { width:100%; height: 50%; content: ""; left: 0; top: 0; opacity: 0.3; position: absolute; background: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0)); z-index: -1;}
.iban-swp .bg .mid { display: table-cell; vertical-align: middle; }
.iban-swp .bg .txt { max-width:60%; color:#fff; margin:40px 0 0; }
.iban-swp .bg .txt h1 { font-size: 30px; padding-bottom: 35px; color:#fff; position: relative; line-height: 180%; }
/*.iban-swp .bg .txt h1::after {  content: " ";  position: absolute; bottom: 0;  left: 0; width:60px;  height: 3px; background: #fff;  z-index: 2;}*/
.iban-swp .bg .txt p { font-size:20px; }
.iban-swp .bg .txt a.more { display: inline-block; font-size:18px; color:#fff; background: #00000055; width:180px; height: 60px; line-height: 60px; padding:0 30px; margin:50px 0 0;  
	border-top-left-radius: 20px;  border-bottom-right-radius: 20px; }
.iban-swp .bg .txt a.more i { font-size: 20px; float: right; transition: all 0.3s ease;  }
.iban-swp .sp-pn { position: absolute; top: 50%; z-index: 9; margin-top:-30px; cursor: pointer; width:60px; height: 60px; background:rgba(0,0,0,0.5); text-align: center;  color:#fff; 
transition: all 0.3s ease-in-out; }
.iban-swp .sp-pn:hover { background: #21804d; }
.iban-swp .iban-prev  {left: 40px; }
.iban-swp .iban-next { right: 40px; }
.iban-swp .sp-pn i {display:inline-block; line-height:60px; font-size: 20px; }
.iban-swp .swiper-pagination { display: block; width:100%; bottom:30px!important; }
.iban-swp .swiper-pagination-bullet { width:10px; height: 10px; background:rgba(255,255,255,0.5); opacity: 1!important; margin:0 10px!important; border-radius:10px!important;   }
.iban-swp .swiper-pagination-bullet-active { width:40px; background:rgba(255,255,255,1); }

.ibox { padding:100px 0; background-position: center; background-size: cover; background-repeat: no-repeat; }
.ibox .itit { margin-bottom:60px; position: relative; }
.ibox .itit span { font-size: 30px; color: #333; font-weight: bold; }
.ibox .itit em { font-size: 24px; text-transform: uppercase; color:#999; margin-left: 10px; }
.ibox .itit a.itmore { line-height: 240%; }
.ibox .itit a.itmore i { display: inline-block; color: #21804d; margin-left:10px; }
.ibox .itit a.itmore:hover { color:#21804d; }

.ibox-news .pic { width:50%; overflow: hidden; }
.ibox-news .pic a { display: block; overflow: hidden; position: relative; color:#fff; }
.ibox-news .pic a:before { content: ""; top: 0; left: 0; right: 0; bottom: 0; opacity: 0.7; transition: all 0.3s; position: absolute; background: linear-gradient(transparent 50%, #000); z-index: 1;}
.ibox-news .pic a h1 { display: inline-block; width:82%; position: absolute; left:4%; bottom:6%; z-index: 9;  font-size: 18px; }
.ibox-news .pic a h1 em { display: block; font-weight: normal; line-height: 200%; } 
.ibox-news .pic a img { width: 100%; height: 100%; object-fit: cover;  transition: all 0.5s ease; }
.ibox-news .pic a:hover img {  transform:scale(1.1);  }
.ibox-news .sp-pn { position: absolute; top: 50%; margin-top:-30px; z-index: 9;  cursor: pointer; width:60px; height: 60px; background:rgba(0,0,0,0.5); text-align: center;  color:#fff;   transition: all .36s ease; }
.ibox-news .focus-prev  {left: 0; }
.ibox-news .focus-next {right: 0; }
.ibox-news .sp-pn i {display:inline-block; line-height:60px; font-size: 20px;  }
.ibox-news .sp-pn:hover { background: #21804d; }
.ibox-news .swiper-pagination { width:10%; text-align: right; left: auto; right:4%; bottom:6%; }
.ibox-news .swiper-pagination-bullet { width:10px; height: 10px; border-radius: 10px; background:#fff; opacity: 0.5; margin:0 0 0 10px!important; }
.ibox-news .swiper-pagination-bullet-active { border-radius: 10px; background:#fff;  opacity: 1;  }
.ibox-news .list { width:calc(50% - 40px); }
.ibox-news .list ul li { background: #f9f9f9; margin-bottom:20px; position: relative; }
.ibox-news .list ul li::after { content: " ";  position: absolute; top: 0;  left: 0; width:3px;  height: 0; background: #21804d;  z-index: 2; transition: all 0.3s ease;}
.ibox-news .list ul li:last-child { margin-bottom:0; }
.ibox-news .list ul li .txt { box-sizing: border-box; width:78%; padding: 10px 30px; color:#333; line-height: 180%; }
.ibox-news .list ul li .txt em { display: block; font-weight: normal; line-height: 200%; color:#999; }
.ibox-news .list ul li .img { width:22%; overflow: hidden; }
.ibox-news .list ul li .img img { width: 100%; height: 100%; object-fit: cover;  transition: all 0.5s ease; }
.ibox-news .list ul li:hover::after { height: 100%; }
.ibox-news .list ul li:hover .img img { transform:scale(1.1);  }


.inewslist .isc-news { padding-bottom:60px; }
.inewslist .swiper-slide .info { border-top-left-radius: 40px; border-bottom-right-radius: 40px; overflow: hidden; }
.inewslist .swiper-slide .info .pic {  position: relative;  }
.inewslist .swiper-slide .info .img { max-width: 100%; overflow: hidden;  }
.inewslist .swiper-slide .info .pic .img img { width: 100%; height: 100%; object-fit: cover; transition: all 0.5s ease;  }
.inewslist .swiper-slide .info .pic span { display: inline-block; width:80px; height: 80px; background: #21804d; color:#fff; position: absolute; bottom:-40px; left:30px; z-index: 99; text-align: center; }
.inewslist .swiper-slide .info .pic span em { display: block; font-size:30px; margin:8px 0 5px; }
.inewslist .swiper-slide .info .pic span i { font-style: normal; }
.inewslist .swiper-slide .info .txt { padding:30px; background: #fff;}
.inewslist .swiper-slide .info .txt h2 { color:#333; font-weight: normal; margin:30px 0 10px; line-height: 180%;     min-height: 54px;     font-size: 18px;  font-weight: bold; }
.inewslist .swiper-slide .info .txt p { color: #999; font-size: 15px; line-height: 180%; }
.inewslist .swiper-slide .info:hover .pic .img img { transform:scale(1.1); }
.inewslist .swiper-pagination {  width:100%; bottom:0px!important;  }
.inewslist .swiper-pagination-bullet { width:40px; height: 8px; background:#fff; opacity: 1!important; margin:0 10px!important; border-radius: 8px!important;   }
.inewslist .swiper-pagination-bullet-active { background: #21804d;}

.ibox-3 { background: #f9f9f9; }
.iabobox { background: #fff; border-top-left-radius: 40px; border-bottom-right-radius: 40px; overflow: hidden; display: flex; }
.iabobox .pic { flex:3; }
.iabobox .pic img {  width: 100%; height: 100%; object-fit: cover; }
.iabobox .txt { box-sizing: border-box; flex:5; padding:60px; }
.iabobox .txt .info h3 { font-size: 24px; color:#333; margin-bottom: 30px;  line-height: 180%; }
.iabobox .txt .info h5 { font-size: 18px; color:#999; font-weight:normal; text-transform: uppercase; }
.iabobox .txt a.iabomore { display: inline-block; font-size:18px; color:#fff; background: #21804d; width:180px; height: 60px; line-height: 60px; padding:0 30px; margin:40px 0 0;  
	border-top-left-radius: 20px;  border-bottom-right-radius: 20px; }
.iabobox .txt a.iabomore i { font-size: 20px; float: right; }
.iabobox .iabomenu { margin:70px 0 0; }
.iabobox .iabomenu ul li { text-align: center; flex: 1; }
.iabobox .iabomenu ul li a { display: block; }
.iabobox .iabomenu ul li a img{ width:50px; height:50px; margin:0px auto; display:block}
.iabobox .iabomenu ul li i { display: block; font-size: 40px; margin-bottom: 15px; transition: all 0.5s ease; }
.iabobox .iabomenu ul li a:hover i { transform: rotateY(360deg);  }


.inewsbox { width:calc(50% - 20px); }
.inewsbox .itit a.itmore i { font-size:14px; }
.inewsbox .list { box-sizing: border-box; padding:30px; background: #fff; }

.inewsbox .list.abc ul li:nth-child(1){display:none;}

.inewsbox .list-one ul li:not(:last-of-type) { margin-bottom:20px; }
.inewsbox .list-one ul li span { width:80px; text-align: center; }
.inewsbox .list-one ul li span em { display: block; line-height: 32px; font-size: 22px; color:#fff; background: #21804d; }
.inewsbox .list-one ul li span i { display: block;  font-style: normal; line-height: 32px; font-size: 16px; color:#666; background: #f9f9f9; }
.inewsbox .list-one ul li p { width:calc(100% - 100px); line-height: 180%; margin:4px 0 0; }
.inewsbox .list-two .rec { margin-bottom:20px; padding-bottom:30px; border-bottom:1px solid #ddd; }
.inewsbox .list-two .rec .img { max-width:150px; max-height:110px; overflow: hidden; }
.inewsbox .list-two .rec .img img { width: 100%; height: 100%; object-fit: cover; transition: all 0.5s ease;  }
.inewsbox .list-two .rec .txt { width:calc(100% - 170px); height: 110px; position: relative; }
.inewsbox .list-two .rec .txt p { line-height: 180%;     font-size: 18px;
    font-weight: bold; color:#333; }
.inewsbox .list-two .rec .txt em { color:#999; position: absolute; left:0; bottom:0; z-index: 1; }
.inewsbox .list-two .rec:hover .img img { transform:scale(1.1);  }
.inewsbox .list-two ul li { line-height: 40px; }
.inewsbox .list-two ul li span { float: left; width:calc(100% - 110px); position: relative; box-sizing: border-box; padding-left:20px; }
.inewsbox .list-two ul li span::after { content: " ";  position: absolute; top: calc(50% - 2.5px); left: 0; width:5px;  height: 5px; border-radius: 50%; background: #21804d;  z-index: 2; transition: all 0.3s ease;}
.inewsbox .list-two ul li em { float: right; width:100px; text-align: right; color:#999; }

.inewsbox .list-one ul li:hover p, .inewsbox .list-two ul li:hover span{color:#21804d;}
.ibox-5 .itit span { color:#fff; }
.ibox-5 .itit em { color:rgba(255,255,255,0.3); }
.ibox-5 .list { position: relative; }
.ibox-5 .list .img { width:100%; position: relative; overflow: hidden; }

.ibox-5 .list .swiper-slide:hover .img img { transform:scale(1.1);   }
.ibox-5 .list p { box-sizing: border-box; width:100%; padding:0 20px; line-height: 50px; position: absolute;  bottom:0; z-index:1; background: rgba(0,0,0,0.5); color:#fff; text-align: center; }
.ibox-5 .list .sp-pn { display:none; position: absolute; top: 50%; margin-top:-30px; z-index: 9;  cursor: pointer; width:60px; height: 60px; background:rgba(0,0,0,0.5); text-align: center;  color:#fff;   transition: all .36s ease; }
.ibox-5 .list .col-prev  {left: -100px; }
.ibox-5 .list .col-next {right: -100px; }
.ibox-5 .list .sp-pn i {display:inline-block; line-height:60px; font-size: 20px;  }
.ibox-5 .list .sp-pn:hover { background: #21804d; }

.footer { width:100%;  background-image:url(../images/ifooterbg.jpg); color:rgba(255,255,255,0.3); background-position: center; background-size: cover; background-repeat: no-repeat;  }
.footer .finfo { padding:60px 0; }
.footer .flogo  { width:30%; opacity: 0.3; }
.footer .flogo img { margin-bottom:30px;     height: 60px; }
.footer .flogo span { display: block; line-height: 200%; vertical-align: bottom; color:#fff; }
.footer .flogo span b { display: block; font-size: 24px; letter-spacing:1px; }
.footer .flogo span em { font-size: 14px; font-weight:normal; }
.footer .fleft  { width:70%; }
.footer .fleft ul li { flex: 1; }
.footer .fleft ul li h3 {  font-size: 18px; margin-bottom: 30px; font-weight: normal; color:#fff; }
.footer .fleft ul li .subnav a { display: inline-block; width:100%; line-height: 260%; font-size: 15px; color:rgba(255,255,255,0.3);}
.footer .fleft ul li .subnav a:hover { color:#fff; }
.footer .fright img { max-width: 140px; border-radius:10px; margin-bottom: 10px; }
.footer .fright p { text-align: center; color:#fff; }
.footer .cpr { padding:20px 0;  border-top:1px solid rgba(255,255,255,0.1); text-align: center;  }
.footer .cpr p { font-size: 15px; }
.footer .cpr a {  font-size: 15px; color:rgba(255,255,255,0.3); }
.footer .cpr a:hover { color:#fff; }

.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} }


/*==分页==*/
.paginator{ font-family:Arial; text-align: center; }
.paginator a { transition: all 0.36s ease;  width:36px; color: #666;  text-align:center; height:36px; line-height:36px; display:inline-block; text-decoration:none;  background:#f2f2f2;  margin:0 5px; color:#666; transition: all 0.36s ease;}
.paginator a i {display:inline-block; font-size: 16px; line-height:34px; }
.paginator a:hover { background:#21804d; color:#fff; }
.paginator span.cpb { transition: all 0.36s ease; text-align:center;  width:36px; height:36px;  line-height:36px; display:inline-block; color:#fff; background:#21804d; margin-left: 5px; }
.paginatordis{ display:none;}
.pg-next.bss .paginator a{ background:#fff;  color: #666;}
.pg-next.bss .paginator a:hover { background:#21804d; color:#fff; }
/*--------------------------------------------------------------------------内页--------------------------------------------------------------------------*/
.hdiv { width: 100%; height: 100px; display:none; }
.pg-header .hdiv{ display:block;}
.pg-header .header { position: fixed; z-index: 10; background: rgba(255,255,255,0.8);  box-shadow: 0 0 20px rgba(0,0,0,0.05); backdrop-filter: blur(20px);}
.pg-header .header .htop { display: none;  }
.pg-header .header .hinfo .logo .white { display: none; }
.pg-header .header .hinfo .logo .color { display: block; }
.pg-header .header { position: fixed; z-index:10; background: rgba(255,255,255,0.8); box-shadow: 0 0 20px rgba(0,0,0,0.05);  backdrop-filter:blur(20px); }
.pg-header .header .hinfo a { color:#333; }
.pg-header .header .hinfo a:hover { color:#21804d; }
.pg-header .header .hinfo a em { color:#999; }

.pg-header .header .hinfo a.select{ color:#21804d; }

.cbanner { width:100%; height: 400px; display: table;  background-repeat: no-repeat; background-position: center; background-size:cover; }
.cbanner .txt {  display: table-cell; vertical-align: middle;  color: #fff; text-align: center;  text-transform: uppercase; }
.cbanner .txt  h1 { font-size: 30px;  margin:-30px 0 10px;  }

.cc { margin-top:-60px; margin-bottom: 60px; position: relative; z-index: 9; }
.ccleft { width:300px; }
.ccleft .ctit { color:#fff; padding:20px; border-top-left-radius: 20px; background-image: url(../images/ctitbg.jpg); background-repeat: no-repeat; background-position:right top; background-size:cover; }
.ccleft .ctit h3 { font-size: 24px; }
.ccleft .ctit span { text-transform: uppercase; color:rgba(255,255,255,0.3); line-height: 200%; }
.ccleft .cmenu { border-bottom-right-radius: 20px; padding-bottom:60px; overflow: hidden;  background: url(../images/cmenubg.jpg) center bottom no-repeat #fff;  }
.ccleft .cmenu .list { border-bottom:1px solid #eee; }
.ccleft .cmenu .s-list { position: relative; padding:0 20px; line-height: 60px; }
.ccleft .cmenu .s-list span.more { width: 14px; height: 14px; position: absolute; right:20px; top: 24px; cursor: pointer; }
.ccleft .cmenu .s-list span.more span { background: #666; position: absolute; }
.ccleft .cmenu .s-list span.more span.h { width: 14px; height: 2px; transform: translate3d(0, 5px, 0); transition: all .3s ease;}
.ccleft .cmenu .s-list span.more span.v { transform: rotate3d(0, 0, 1, 90deg) translate3d(5px, 0, 0); transition: all .3s ease; }
.ccleft .cmenu .s-list.active span.more span.v { transform: rotate3d(0, 0, 0, 0) translate3d(0, 5px, 0); transition: all .3s ease; }
.ccleft .cmenu .s-list>a { font-size:18px; color:#333; font-weight: bold; transition:all 0.36s ease;}
.ccleft .cmenu .s-list>a:hover{color:#21804d;}
.ccleft .cmenu .s-content { display: none; border-top:1px solid #eee;  } 
.ccleft .cmenu .s-content ul li a  { box-sizing: border-box; display: inline-block; width:100%; line-height: 200%;  padding:10px 20px; }
.ccleft .cmenu .s-content ul li a:hover , .ccleft .cmenu .s-content ul li a.on { background: #eee; color:#21804d; font-weight: bold; }
.ccleft .cmenu .s-content a i { font-size: 12px; float: right; }
.ccleft .cmenu .ccontact { padding:30px 20px 0; }
.ccleft .cmenu .ccontact p { font-size:15px; }

.ccleft .cmenu .s-list{position:relative;}
.ccleft .cmenu .s-list .iconfont{position:absolute; right:20px;  font-size:14px; color:#999;}

.ccright { box-sizing: border-box; width:calc(100% - 340px);  background: #fff;  }
.ccright .bread {padding:20px 40px; text-align: right; font-size: 15px; border-bottom:1px solid #eee; } 
.ccright .bread i { color:#ccc; margin-right:10px; }
.ccright .bread span { margin:0 5px; font-size: 15px; }
.ccright .bread a:hover span { text-decoration: underline; }
.ccright .ct h1 { font-size:24px; color:#333; margin-bottom: 30px;  }
.ccright .ct h1 span { position:relative; z-index: 1; }
.ccright .ct h1 span::after { content: " ";  position: absolute;  left: 0; bottom:2px;  width:100%;  height: 4px; background: #ccc;  z-index: -1; }

.cbabo { background-image: url(../images/cbabo.jpg);}
.cabo { padding:40px; }
.cabo p { margin:10px 0; }
.cabo .cabolist { margin:40px 0 0; }
.cabo .cabolist .sp-pn { position: absolute; top: 50%; margin-top:-30px; z-index: 9;  cursor: pointer; width:60px; height: 60px; background:rgba(0,0,0,0.5); text-align: center;  color:#fff; transition: all .36s ease; }
.cabo .cabolist .col-prev  {left: 0; }
.cabo .cabolist .col-next {right: 0; }
.cabo .cabolist .sp-pn i {display:inline-block; line-height:60px; font-size: 20px;  }
.cabo .cabolist .sp-pn:hover { background: #21804d; }

.cbteam { background-image: url(../images/cbteam.jpg);}
.cteamlist { padding:40px; }
.cteamlist .list ul li { float:left; width:calc(25% - 30px); margin-right:40px; margin-bottom: 30px;  }
.cteamlist .list ul li:nth-child(4n) { margin-right:0; }
.cteamlist .list ul li .img { position: relative;  overflow: hidden; }
.cteamlist .list ul li .img img { width: 100%; height: 100%;  object-fit: cover;  transition: all 0.5s ease;}
.cteamlist .list ul li:hover .img img  {  transform:scale(1.1);  }
.cteamlist .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.5); text-align: center; color:#fff; transition: all 0.3s ease;}
.cteamlist .list ul li .bg span { display:inline-block;  padding:20px 0; position: relative; margin-top:52%; }
.cteamlist .list ul li:hover .bg { opacity:1; }
.cteamlist .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; }
.cteamlist .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; }
.cteamlist .list ul li:hover .bg span::before, .cteamlist .list ul li:hover .bg span::after  { width:50%; }
.cteamlist .list ul li .txt { text-align: center; padding:10px 0 0; }
.cteamlist .list ul li .txt h3 { font-size:18px;  color:#333; line-height: 180%; }

.cc-noban {  margin: 60px 0; position: relative; z-index: 9; }
.cteamde { box-sizing: border-box; padding:40px; background: url(../images/cteamdebg.jpg) center top no-repeat; background-size:100% auto; }
.cteamde .info .pic { margin-right:40px; }
.cteamde .info .pic img { width: 100%; height: 100%; object-fit: cover; }
.cteamde .info .txt h2 { font-size: 24px; color:#333; margin: 15px 0; }
.cteamde .info .txt h2 em { font-weight: normal; color:#666; font-size:16px; margin-left:10px; }
.cteamde .info .txt h3 { font-size: 18px; color:#333; }
.cteamde .info .txt .cct { margin:30px 0 0; }
.cteamde .list { margin:40px 0 0; }
.cteamde .list .itcate { padding:16px 0; background: #f9f9f9; }
.cteamde .list .itcate .swiper-slide { cursor: pointer; }
.cteamde .list .itcate h1 { text-align: center; font-size:20px; color:#333; }
.cteamde .list .itcate h1 span { position:relative; z-index: 1; }
.cteamde .list .itcate h1 span::after { content: " ";  position: absolute;  left: 0; bottom:2px;  width:0; height: 4px; background: #ccc;  z-index: -1; transition: all 0.3s ease; }
.cteamde .list .itcate .swiper-slide.active-nav h1 { color:#21804d;}
.cteamde .list .itcate .swiper-slide.active-nav h1 span::after {  width:100%;  }
.cteamde .list .itlist .info { padding:20px 0 0; }
.cteamde .list .itlist .info p { margin:10px 0; }
.cteamde .list .itlist .info p strong { color:#333; font-size:18px; }

.cac .bread {padding:20px 40px; text-align: right; font-size: 15px; background: #fff;  } 
.cac .bread .binfo { line-height: 200%;}
.cac .bread .binfo i { color:#ccc; margin-right:10px; }
.cac .bread .binfo span { margin:0 5px; font-size: 15px; }
.cac .bread .binfo a:hover span {  text-decoration: underline; }
.cac .ct h1 { font-size:24px; color:#333; }
.cac .ct h1 span { position:relative; z-index: 1; }
.cac .ct h1 span::after { content: " ";  position: absolute;  left: 0; bottom:2px;  width:100%;  height: 4px; background: #ccc;  z-index: -1; }

.caclist { margin:20px 0 0; }
.caclist .list ul li { width:calc(33.3% - 30px); margin-right:40px; margin-top: 40px; float:left; }
.caclist .list ul li:nth-child(3n) { margin-right:0; }
.caclist .list ul li .info { position: relative;}
.caclist .list ul li .info::after { content: " ";  position: absolute; bottom: 0; left: 0; width:0;  height: 3px; background: #21804d;  z-index: 2; transition: all 0.3s ease; }
.caclist .list ul li .info .pic {  position: relative;  }
.caclist .list ul li .info .pic .img { max-width: 100%; overflow: hidden;  }
.caclist .list ul li .info .pic .img img { width: 100%; height: 100%; object-fit: cover; transition: all 0.5s ease;  }
.caclist .list ul li .info .pic span { display: inline-block; width:80px; height: 80px; background: #21804d; color:#fff; position: absolute; bottom:-40px; left:30px; z-index: 9; text-align: center; }
.caclist .list ul li .info .pic span em { display: block; font-size:30px; margin:8px 0 5px; }
.caclist .list ul li .info .pic span i { font-style: normal; }
.caclist .list ul li .info .txt { padding:30px; background: #fff;}
.caclist .list ul li .info .txt h2 { color:#333; font-weight: normal; margin:30px 0 10px; line-height: 180%; }
.caclist .list ul li .info .txt p { color: #999; font-size: 15px; line-height: 180%; }
.caclist .list ul li .info:hover .pic .img img { transform:scale(1.08);  }
.caclist .list ul li .info:hover::after { width:100%; }

.csrlist { box-sizing: border-box; width:calc(100% - 300px); }
.csrlist .bread {padding:20px 40px; text-align: right; font-size: 15px; background: #fff;  } 
.csrlist .bread .binfo { line-height: 200%; }  
.csrlist .bread .binfo i { color:#ccc; margin-right:10px; }
.csrlist .bread .binfo span { margin:0 5px; font-size: 15px; }
.csrlist .bread .binfo a:hover span {  text-decoration: underline; }
.csrlist .ct h1 { font-size:24px; color:#333; }
.csrlist .ct h1 span { position:relative; z-index: 1; }
.csrlist .ct h1 span::after { content: " ";  position: absolute;  left: 0; bottom:2px;  width:100%;  height: 4px; background: #ccc;  z-index: -1; }

.csrlist .list { margin:40px 0 0; }
.csrlist .list ul li { box-sizing: border-box; position: relative; padding:20px; margin-bottom: 30px; background: #fff; }
.csrlist .list ul li::before { content: " ";  position: absolute; top: 0;  left: 0; width:3px;  height: 0; background: #21804d;  z-index: 2; transition: all 0.3s ease;}
.csrlist .list ul li:last-child { margin-bottom: 0; border:none;  }
.csrlist .list ul li .img { width:20%; height: 100%; overflow: hidden; }
.csrlist .list ul li .img img { width: 100%; height: 100%; object-fit: cover;  transition: all 0.5s ease;  }
.csrlist .list ul li:hover .img img { transform:scale(1.1);   }
.csrlist .list ul li .txt { width:calc(80% - 20px); margin-left:20px; }
.csrlist .list ul li .txt h2 { line-height: 180%; }
.csrlist .list ul li .txt h2 span { display: inline-block; font-weight: normal; font-size: 16px; color:#333; margin-bottom:10px; }
.csrlist .list ul li .txt h2 em { display: inline-block; font-weight: normal; font-size:15px; line-height: 160%; }
.csrlist .list ul li .txt h2 em i {margin-left:10px; }
.csrlist .list ul li .txt>p { font-size: 15px; color:#999; line-height: 180%; }
.csrlist .list ul li .mark { margin:5px 0 0; }
.csrlist .list ul li .mark p { font-size: 15px;}
.csrlist .list ul li .mark p i { display: inline-block; color:#ccc; }
.csrlist .list ul li .mark p span { display: inline-block; margin:0 20px 0 10px; }
.csrlist .list ul li .mark p a.more {  font-size:15px; }
.csrlist .list ul li .mark p a.more i { color:#21804d; opacity: 0; transition: all 0.3s ease; }
.csrlist .list ul li:hover::before { height:100%; }
.csrlist .list ul li:hover .mark p a.more { color:#21804d; }
.csrlist .list ul li:hover .mark p a.more i { opacity: 1; margin-left:10px; }

.cbnews { background-image: url(../images/cbnews.jpg); }
.cnewslist { padding:40px;  }
.cnewslist .list ul li { padding-bottom:20px; margin-bottom:20px; border-bottom:1px dashed #ddd; }
.cnewslist .list ul li:last-child { margin-bottom:0; }
.cnewslist .list ul li .date { float:left; width:90px; text-align: center; border-top-left-radius: 20px; border-bottom-right-radius: 20px; overflow: hidden; transition: all 0.3s ease; }
.cnewslist .list ul li .date em { display: block; line-height: 200%; font-size: 24px; color:#fff; background: #21804d; }
.cnewslist .list ul li .date i { display: block;  font-style: normal; line-height: 300%; font-size: 16px; color:#666; background: #f9f9f9; }
.cnewslist .list ul li:hover .date { border-radius:0; }
.cnewslist .list ul li .info {float:left; width:calc(100% - 110px); margin-left:20px; display: flex; }
.cnewslist .list ul li .info .txt { flex:10; }
.cnewslist .list ul li .info h2 { font-weight: normal; font-size:16px; color:#333; line-height: 160%; margin: 5px 0 10px; }
.cnewslist .list ul li .info p { font-size: 15px;  color:#999; line-height: 180%; }
.cnewslist .list ul li .img { flex:2;  width:100%; margin-left:20px; overflow: hidden;  }
.cnewslist .list ul li .img img { width: 100%; height: 100%; object-fit: cover;  transition: all 0.5s ease; }
.cnewslist .list ul li:hover .img img {  transform:scale(1.1);   }

.cbjob { background-image: url(../images/cbjob.jpg); }
.cjoblist { padding:40px;  }
.cjoblist ul li { padding:20px; background: #f9f9f9; line-height: 100%; }
.cjoblist ul li:nth-child(2n) { background: #fff; }
.cjoblist ul li span { float: left; width:calc(100% - 120px); position: relative; box-sizing: border-box; padding-left:20px; }
.cjoblist ul li span::after { content: " ";  position: absolute; top: calc(50% - 2.5px); left: 0; width:5px;  height: 5px; border-radius: 50%; background: #21804d;  z-index: 2; transition: all 0.3s ease;}
.cjoblist ul li em { float: right; width:100px; text-align: right; color:#999; }
.cjoblist ul li:hover { background: #21804d; }
.cjoblist ul li:hover span, .cjoblist ul li:hover em { color:#fff; }
.cjoblist ul li:hover span::after { background: #fff; }

.cbcont { background-image: url(../images/cbcont.jpg);}
.cnewsde { padding:40px; }
.cnewsde .title { font-size: 24px; color:#333; line-height: 180%; }
.hidden{display:none;}
.cnewsde .mark { margin:25px 0 0; padding:0 0 15px; border-bottom:1px dashed #ddd; }
.cnewsde .mark p { font-size: 15px; }
.cnewsde .mark p i { display: inline-block; color:#ccc; }
.cnewsde .mark p i.icon-liulan { font-size: 14px; }
.cnewsde .mark p span { display: inline-block; margin:0 30px 0 10px; }
.cnewsde .detail { padding:20px 0; border-bottom:1px dashed #ddd;  }
.cnewsde .detail p { margin:10px 0; }
.cnewsde .pntab { margin:25px 0 0; }
.cnewsde .pntab p { line-height: 240%; }
.cnewsde .pntab p a:hover { color:#21804d; }

.ccont .boxfl { box-sizing: border-box; width:60%; padding:60px 0; }
.ccont .boxfl h3 { font-size: 24px; color:#333; margin-bottom: 30px; letter-spacing: 1px; line-height: 180%; }
.ccont .boxfl h5 { font-size: 20px; color:#999; font-weight:normal; text-transform: uppercase; }
.ccont .boxfl p { line-height: 240%;}
.ccont .boxfl p i {display: inline-block; color:#ccc; font-size: 20px; margin-right: 15px; }
.ccont .bdmap { box-sizing: border-box; padding-right:40px; margin:40px 0 0; }
.ccont .boxfr {  box-sizing: border-box; width:40%; padding:60px 40px; background: #fff;}
.ccont .boxfr h2 { font-size: 24px; color: #333; margin:0 0 60px;}
.ccont .boxfr h2 span { position:relative; z-index: 1; }
.ccont .boxfr h2 span::after { content: " ";  position: absolute;  left: 0; bottom:2px;  width:100%;  height: 4px; background: #ccc;  z-index: -1; }
.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:#f9f9f9; line-height: 50px;  border:none; padding:0 20px; color:#666;  }
.ccont .iform ul li textarea { width:calc(100% - 30px); background:#f9f9f9; height: 140px; line-height: 180%;  border:none; padding:10px 15px; color:#666; }
.ccont .iform ul li input::placeholder, .icont .msg .iform ul li textarea::placeholder { color:#888; }
.ccont .iform ul li img { position: absolute; right:0; bottom:0; z-index: 9;} 
.ccont .iform a.submit { box-sizing: border-box; display: inline-block; font-size:18px; color:#fff; background: #21804d; width:100%; height: 60px; line-height: 60px; padding:0 30px; margin:20px 0 0;  
	border-top-left-radius: 20px;  border-bottom-right-radius: 20px; }
.ccont .iform a.submit i { font-size: 20px; float: right; }



.pg-jssl{ padding:80px 0px; color:#333;}


	/*新产品列表*/
.sub-nav-n {
    padding: 20px 0px;
    display: none;
    border-bottom: solid 1px #e0e0e0;
}

.sub-nav-nl ul li {
    display: inline-block;
}

.sub-nav-nl ul li {
    padding-right: 0.72rem;
}

.il-info {
    width: calc(100% - 260px);
}
/*--------------------------------------------------------------------------自适应--------------------------------------------------------------------------*/

@media only screen and (max-width:1576px){
	
	.iban-swp .sp-pn { display: none; }
	.ibox-5 .list .col-prev  { left: 0; }
	.ibox-5 .list .col-next { right: 0; }
	
}

@media only screen and (max-width:1440px){
	
	html, body, p, a { font-size:15px; }
	.ww { width: calc(100% - 80px); margin: 0 auto; }
	.sc_pop { width:50%; }
	
}

@media only screen and (max-width:1366px){
	
	.sc_pop { width:60%; }
	.iban-swp .bg { height:720px; }
	.iban-swp .bg .txt h1 { font-size:24px; margin-bottom: 30px; padding-bottom: 30px;}
	.iban-swp .bg .txt p { font-size:18px; }
	.iban-swp .bg .txt a.more { width:160px; padding:0 20px; margin: 40px 0 0;}
	.ibox-news .list ul li .txt { padding:10px 20px; }
	.ibox { padding:60px 0; }
	.ibox .itit { margin-bottom:40px; }
	.ibox .itit span { font-size: 24px; }
	.ibox .itit em { font-size: 18px; }
	.iabobox .txt { padding:40px; }
	.iabobox .txt .info h3 { font-size: 22px; }
	.iabobox .txt .info h5 { font-size:18px; }
	.iabobox .txt a.iabomore  { width:160px; padding:0 20px; }
	.inewsbox .list { padding:20px; }
	.footer .flogo { display: none; }
	.footer .fleft { width:80%; }
	
}

@media only screen and (max-width:1200px){
	
	.sp-pn { width:50px!important; height:50px!important;  margin-top: -25px!important; }
	.sp-pn i { line-height: 50px!important; }
	
	.ccleft { width:220px; }
	.ccright, .csrlist { width: calc(100% - 250px);}
	.ccright .bread { padding:20px 30px; }
	.cabo { padding:40px 30px; }
	.cteamlist, .cnewslist, .cnewsde, .cjoblist { padding:40px 30px; }
	.cteamlist .list ul li { width: calc(25% - 23px); margin-right:30px; }
	.caclist { margin:10px 0 0;}
	.caclist .list ul li { width: calc(33.3% - 20px); margin-right:30px; margin-top:30px; }
	.caclist .list ul li .info .pic span { left:20px; }
	.caclist .list ul li .info .txt { padding: 20px; }
	.cnewslist .list ul li .img { display: none;}
	.cnewsde .mark { margin:20px 0 0; }
	.ccont .boxfl { width:50%;}
	.ccont .boxfr { width:50%; padding: 60px 30px;}
	.ccont .bdmap { padding-right:30px; }

	.ibox-5 .list .sp-pn { display:block;}
}

@media only screen and (max-width:980px){
	


	html, body, p, a { font-size:0.38rem;}
	.ww { width: calc(100% - 0.64rem); margin: 0 auto; }
	
	::-webkit-scrollbar {width: 6px; height: 6px;}
	
	.pcbox { display: none!important; } 
	.mbox { display: block!important; }
		
	.fancybox-slide { padding:15px;}
	.fancybox-slide--iframe .fancybox-content { max-width: 90%; max-height: 80%; }
	.fancybox-close-small { right:15px!important; top:10px!important;}
	.fancybox-button { width:36px; height: 36px;}

	 
	#logotop {position:fixed; top:0; width:100%; z-index: 99; display: none;}
	.logoheader { height:40px; line-height:40px; padding:12px 0; text-align:left; position:relative;  background: #fff; box-shadow: 0 0 20px rgba(0,0,0,.1); box-sizing: initial; }
	.logoheader .logo { display: inline-block; margin-left:0.32rem;  width:72%; }
	.logoheader .logo img { float:left; margin-right: 10px;}
	.logoheader .logo span { display: inline-block; line-height: 140%; }
	.logoheader .logo span b { display: block; font-size:0.48rem; font-weight: bold; color:#333;  }
	.logoheader .logo span em { font-size:0.25rem; color:#999;    display: block;}
	.logoheader .btn{ width:56px; height:36px; padding: 17px 0 0; display:block; overflow:hidden; position:absolute; right:0; top:0; z-index:10; background:none;     box-sizing: initial;}
	.logoheader .btn i{ width:26px; height:2px; margin:6px auto 0 auto; display:block; overflow:hidden; background:#333;}
	.logoheader img { display:inline-block; overflow:hidden; height:40px;}
	.logoheader .hico { margin-right: 1.36rem;}
	.logoheader .hico ul li a { color:#333; }	
	.logoheader .hico ul li a i { font-size: 0.52rem; }
	.leftcontrol { width:240px; height:100%; background:#fff; position:fixed; top:0; right:-240px; z-index:2000; overflow-x:hidden;  -webkit-overflow-scrolling : touch; 
	transition:all 0.3s; -webkit-transition:all 0.3s;}
	.leftcontrol.open{ right:0; box-shadow: 0 0 20px rgba(0,0,0,.15);}
	.leftcontrol ul li {  overflow:hidden; width:100%; border-bottom: 1px solid #eee; }
	.leftcontrol ul li a.sp { float:left; display:inline-block; overflow:hidden; height:60px; line-height:60px; font-size:0.42rem; font-weight: bold; color:#333; margin-left:30px; }
	.leftcontrol ul li a span { display:inline-block; }
	.leftcontrol ul li a span.more { float: right; width:14px; height:14px; margin:24px 24px 0 0; }
	.leftcontrol ul li a span.more span { background: #666; position: absolute; }
	.leftcontrol ul li a span.more span.h { width: 14px; height: 2px; transform: translate3d(0, 5px, 0); }
	.leftcontrol ul li a span.more span.v { transform: rotate3d(0, 0, 1, 90deg) translate3d(5px, 0, 0); transition:all 0.3s; -webkit-transition:all 0.3s; }
	.leftcontrol ul li ul.nav-inner-list { height:0; }
	.leftcontrol ul li ul.nav-inner-list li { height: 50px; line-height: 50px; padding:0 30px; border:none;}
	.leftcontrol ul li.active a span.more span.v { transform: rotate3d(0, 0, 0, 0) translate3d(0, 5px, 0); }
	.leftcontrol .close{ float:right; width:48px; height:48px; line-height:48px; display:block; overflow:hidden; text-align:center; color:#666; font-size:0.42rem; cursor:pointer;     opacity: 1;}
	.leftcontrol ul li.active .nav-inner-list  { padding:0px 0;  background:#f9f9f9!important; }
	.leftcontrol ul li ul.nav-inner-list a { height: 40px; line-height: 40px; color:#666!important; }

	.mask{ width:100%; height:100%; overflow:hidden; cursor:pointer; background:rgba(0,0,0,0.75); position:fixed; left:0; top:0; z-index:1003;}
	
	.header { display:none; }
	#logotop{ display:block; }
	.hdiv {display:none; }
	.mhdiv { display:block; }
	
		.pg-header .hdiv{display:none;}
	.sc_pop { width:90%; }
	
	.iban-swp .bg { height:380px; }
	.iban-swp .bg .txt { max-width:100%; margin:0; }
	.iban-swp .bg .txt h1 { font-size:0.48rem; margin-bottom:20px; padding-bottom:20px; }
	.iban-swp .bg .txt h1::after { width:40px; }
	.iban-swp .bg .txt p { font-size:0.38rem; }	
	.iban-swp .bg .txt a.more { width:120px; height:50px; line-height: 50px; font-size:0.38rem; margin:20px 0 0; }
	.iban-swp .bg .txt a.more i { font-size:0.38rem; }
	.iban-swp .swiper-pagination { bottom: 15px!important;}
	.iban-swp .swiper-pagination-bullet { width:8px; height:8px;  margin: 0 5px!important; }
	.iban-swp .swiper-pagination-bullet-active { width:30px; }
	
	.ibox { padding:40px 0; }
	.ibox .itit { margin-bottom:30px; }
	.ibox .itit span { font-size:0.56rem; }
	.ibox .itit em { font-size:0.38rem; }
	
	.ibox-news .pic, .ibox-news .list { width:100%; float:none; }
	.ibox-news .pic a { height: auto !important; }
	.ibox-news .pic a h1 { width:92%; font-size: 0.38rem; }
	.ibox-news .swiper-pagination { display: none; }
	.ibox-news .list { margin:20px 0 0; }
	.ibox-news .list ul li .txt { width:calc(72% - 0.32rem); padding:0.32rem; line-height: 160%; }
	.ibox-news .list ul li .img { width:28%; margin:0.32rem 0.32rem 0.32rem 0; }
	
	.inewslist .isc-news { padding-bottom:40px; }
	.inewslist .swiper-slide .info .pic span { left:0.32rem; }
	.inewslist .swiper-slide .info .txt { padding:0.32rem; }
	.inewslist .swiper-slide .info .txt h2 { font-size:0.42rem; margin:40px 0 10px; }
	.inewslist .swiper-slide .info .txt p { font-size:0.36rem; }
	.inewslist .swiper-pagination-bullet { width:10px; height:10px; margin:0 5px!important; }
	
	.iabobox { display: block; }
	.iabobox .pic { flex:none; height:30vh; }
	.iabobox .txt { flex:none; padding:30px 0.32rem 20px; }
	.iabobox .txt .info h5 { font-size:0.38rem; }
	.iabobox .txt .info h3 { font-size:0.48rem; margin-bottom:20px; }
	.iabobox .txt a.iabomore { width:120px; height:50px; line-height: 50px; font-size:0.38rem; margin:20px 0 0; }
	.iabobox .txt a.iabomore i { font-size:0.38rem; }
	.iabobox .iabomenu { margin:20px 0 0; }
	.iabobox .iabomenu ul { display: block; text-align: center; }
	.iabobox .iabomenu ul li { display: inline-block; width:49%; margin:10px 0;  }
	.iabobox .iabomenu ul li i { margin-bottom:10px; }
	
	.inewsbox { width:100%; }
	.inewsbox .list { padding:0.32rem; }
	.inewsbox .list-one ul li p { width: calc(100% - 80px - 0.32rem);}
	.inewsbox:nth-child(2) { margin:40px 0 0; }
	.inewsbox .list-two .rec { padding-bottom: 20px; margin-bottom: 10px; }
	.inewsbox .list-two .rec .img { max-width: 120px; max-height: 90px; }
	.inewsbox .list-two .rec .txt { width: calc(100% - 120px - 0.32rem); height: 90px; }
	.inewsbox .list-two .rec .txt p { -webkit-line-clamp: 2;}
	
	.footer .finfo { padding:40px 0 20px; }
	.footer .fleft { width:100%; float:none; }
	.footer .fleft ul { display: block; }
	.footer .fleft ul li { margin-bottom:0.32rem; }
	.footer .fleft ul li h3 { display: block; font-size:0.42rem; margin-bottom:0.24rem; line-height:100%; }
	.footer .fleft ul li .subnav a { float: left; width:auto; font-size:0.36rem; margin-right: 0.32rem; }
	.footer .fright { float:none; text-align: center; margin:0.24rem 0 0; }
	.footer .cpr { text-align: left; padding:0.24rem 0; }
	.footer .cpr p { font-size:0.36rem; margin:0.32rem 0; line-height: 180%; }
	
	.cbanner { height:240px; }
	.cbanner .txt { padding:0 0.32rem; }
	.cbanner .txt h1 { font-size:0.56rem; }
	
	.cc { margin-top: -40px; margin-bottom:40px;  }
	.ccright { float:none; width:100%; }
	.ccright .bread { text-align: left; line-height:180%; padding: 0.32rem; font-size: 0.36rem; }
	.ccright .ct { position: relative; display:none; }
	.ccright .ct h1 { font-size:0.48rem; margin-bottom:0.48rem; }
	
	.scatebtn { position: absolute; top:0.1rem; right:0; z-index: 9; }
	.scatebtn i { font-size:0.56rem; color:#21804d; }
	.sidercontrol { width:240px; height:100%; background:#fff; position:fixed; top:0; right:-240px; z-index:2000; overflow-x:hidden;  -webkit-overflow-scrolling : touch;
	transition:all 0.3s; -webkit-transition:all 0.3s;}
	.sidercontrol.open{ right:0; box-shadow: 0 0 20px rgba(0,0,0,.15);}
	.sidercontrol .siderlist { border-bottom:1px solid #eee; }
	.sidercontrol .s-list { position: relative; padding:0 30px; line-height: 60px; }
	.sidercontrol .s-list span.more { width: 14px; height: 14px; position: absolute; right:20px; top: 24px; cursor: pointer; }
	.sidercontrol .s-list span.more span { background: #666; position: absolute; }
	.sidercontrol .s-list span.more span.h { width: 14px; height: 2px; transform: translate3d(0, 5px, 0); transition: all .3s ease;}
	.sidercontrol .s-list span.more span.v { transform: rotate3d(0, 0, 1, 90deg) translate3d(5px, 0, 0); transition: all .3s ease; }
	.sidercontrol .s-list.active span.more span.v { transform: rotate3d(0, 0, 0, 0) translate3d(0, 5px, 0); transition: all .3s ease; }
	.sidercontrol .s-list>a { font-size:0.42rem; color:#333; font-weight: bold; }
	.sidercontrol .s-content { display: none; border-top:1px solid #eee;  } 
	.sidercontrol .s-content ul li a  { box-sizing: border-box; display: inline-block; width:100%; line-height: 200%;  padding:10px 20px 10px 30px; }
	.sidercontrol .s-content ul li a:hover , .sidercontrol .s-content ul li a.on { background: #eee; color:#21804d; font-weight: bold; }
	.sidercontrol .s-content a i { font-size: 12px; float: right; }
	
	.cabo { padding:0.56rem 0.32rem;  position: relative; }
	.cabo .cabolist { margin:0.32rem 0 0; }
	
	.cac .bread { text-align: left; line-height:180%; padding: 0.32rem; font-size: 0.36rem; }
	.ctm { position: relative;}
	.ctm h1  { font-size:0.48rem; margin:0.56rem 0 0; color:#333; }
	.ctm h1 span { position:relative; z-index: 1; }
	.ctm h1 span::after { content: " ";  position: absolute;  left: 0; bottom:2px;  width:100%;  height: 4px; background: #ccc;  z-index: -1; }
	.caclist .list ul li { width: calc(50% - 0.16rem); margin-right:0.32rem; margin-top: 20px; }
	.caclist .list ul li:nth-child(2n) { margin-right:0; }
	.caclist .list ul li:nth-child(3n) { margin-right:0.32rem; }
	.caclist .list ul li:nth-child(6n) { margin-right:0; }
	.caclist .list ul li .info .pic span { height:60px; left:0.32rem; bottom:-30px; }
	.caclist .list ul li .info .pic span em { font-size:0.48rem;}
	.caclist .list ul li .info .txt { padding:0.32rem; }
	
	.ccont  { margin-top: -40px; margin-bottom: 40px;}
	.ccont .boxfl, .ccont .boxfr { width:100%; padding:0.64rem 0.32rem; background: #fff; }
	.ccont .boxfl h5	{ font-size:0.38rem; }
	.ccont .boxfl h3 { font-size:0.48rem; margin-bottom:20px; }
	.ccont .boxfl p { line-height: 200%; }
	.ccont .bdmap { padding:0; margin:20px 0 0; }
	.ccont .boxfr { margin:20px 0 0; height:auto!important; }
	.ccont .boxfr h2 { font-size:0.48rem; margin: 0 0 20px;  }
	.ccont .iform a.submit { font-size: 0.38rem; height:50px; line-height:50px; margin:0; }
	.ccont .iform a.submit i { font-size: 0.38rem; }
	
	.cjoblist { padding:0.56rem 0.32rem; }
	.cjoblist ul li { padding:0.32rem; }
	.cjoblist ul li span { width:100%; padding-left: 0.32rem; white-space: normal; line-height: 180%; }
	.cjoblist ul li span::after { top:0.24rem; }
	.cjoblist ul li em { width:auto; float: left; margin:0.24rem 0 0 0.32rem; }
	
	.cc-noban { margin:40px 0;  }
	.cnewsde { padding:0.56rem 0.32rem; }
	.cnewsde h1 { font-size: 0.48rem; }
	.cnewsde .mark { margin:0.32rem 0 0;  padding: 0 0 0.32rem; }
	.cnewsde .detail { padding:0.32rem 0; }
	.cnewsde .pntab p { line-height: 200%; margin:0.24rem 0 0; }
	
	.cnewslist { padding:0.56rem 0.32rem; }
	.cnewslist .list ul li { padding-bottom: 0.32rem; margin-bottom: 0.32rem;}
	.cnewslist .list ul li .date { width:80px; }
	.cnewslist .list ul li .date em { font-size:0.48rem; line-height: 180%; }
	.cnewslist .list ul li .date i { line-height: 200%;}
	.cnewslist .list ul li .img { display: none;}
	.cnewslist .list ul li .info { display: block; width:calc(100% - 80px - 0.32rem); margin-left:0.32rem; }
	.cnewslist .list ul li .info h2 { font-size: 0.38rem; line-height: 180%; margin:5px 0 0; 
	 white-space: normal; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
	.cnewslist .list ul li .info p { display: none;}
	
	.ccright, .csrlist { width:100%; float:none; }
	.csrlist .bread { text-align: left; line-height:180%; padding: 0.32rem; font-size: 0.36rem; }
	.csrlist .list { margin:20px 0 0; }
	.csrlist .list ul li { padding:0.32rem; margin-bottom: 20px; }
	.csrlist .list ul li .img { width:24%; }
	.csrlist .list ul li .txt { width:calc(100% - 24% - 0.32rem); margin-left: 0.32rem;}
	.csrlist .list ul li .mark { display: none;}
	.csrlist .list ul li .txt h2 span { margin: 5px 0 0; white-space: normal; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
	.csrlist .list ul li .txt>p { display: none;}
	
	.cteamlist { padding:0.56rem 0.32rem; }
	.cteamlist .list ul li { width: calc(50% - 0.16rem); margin-right:0.32rem; margin-bottom: 20px; }
	.cteamlist .list ul li:nth-child(2n) { margin-right:0; }
	.cteamlist .list ul li:nth-child(3n) { margin-right:0.32rem; }
	.cteamlist .list ul li:nth-child(6n) { margin-right:0; }
	.cteamlist .list ul li .txt h3 { font-size:0.42rem; }
	.cteamlist .list ul li .txt p { line-height: 180%;}
	
	.cteamde { padding:0.56rem 0.32rem; }
	.cteamde .info .pic, .cteamde .info .txt { float:none;  width:100%; }
	.cteamde .info .pic img { width:60%; margin:0 20%;}
	.cteamde .info .txt h2 { font-size:0.48rem; margin:0.48rem 0 0.24rem; }
	.cteamde .info .txt h2 em { font-size: 0.38rem;}
	.cteamde .info .txt h3 { font-size:0.42rem; }
	.cteamde .info .txt .cct { margin:0.48rem 0 0; }
	.cteamde .list { margin:0.48rem 0 0; }
	.cteamde .list .itcate h1 { font-size:0.42rem; }
	.cteamde .list .itlist .info { padding:0.32rem 0; }


	.cc-noban { margin: 0.72rem 0;}
	.pg-jssl{padding:0.72rem 0rem;}

	.sub-nav-n { display: block;}

	.bread.abc{display:none;}
}



