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

/*--------------------------------------------------------------------------导航--------------------------------------------------------------------------*/
.header { width:100%; background:none;  position: absolute;  z-index: 99; box-sizing: content-box; transition: all 0.3s ease-in-out; }
.header::after { content: " ";  position: absolute; bottom: 0;  left: 0; width:100%;  height: 1px; background: rgba(255,255,255,0.15);  z-index: 2;   }
.header .hinfo .logo { max-height:60px; line-height: 60px; position: relative;  }
.header .hinfo .logo .lt { float:left;  margin-left:20px;  } 
.header .hinfo .logo span { display: inline-block; width:100%;  font-size: 28px; color:#333; font-family: "Noto Serif SC";  font-weight: 700;  line-height: 100%; vertical-align: middle;   letter-spacing: 1px;  margin:6px 0 0;   }
.header .hinfo .logo em  {font-family: "Noto Serif SC";  font-weight: 400;  line-height: 100%; font-size: 18px;  display: inline-block; vertical-align: top;  padding-left:2px;   letter-spacing: 1px;  color:#666;  }
.header .hinfo { color:#fff; font-size:18px;  }
.header .hinfo a { display:inline-block; color:#fff; font-size:18px; }
.header .hinfo .logo img { max-height: 80px; margin:10px 0 0; float:left; }
.header .hinfo .logo img.green { display: none; }
.header.active .hinfo .logo img.white { display: none; }
.header.active .hinfo .logo img.green { display: block; }
.header .hinfo .nav ul li { float:left; margin-left:60px; line-height: 60px; position: relative; }
.header .hinfo .nav ul li:last-child { margin-left:40px; }
.header .hinfo .nav ul li a span { position: relative; display: inline-block; padding:20px 0;  font-family: "Noto Serif SC";  font-weight: 600; }
.header .hinfo .nav ul li a span::after { content: " ";  position: absolute; bottom: 0;  left: 0; width:0;  height: 2px; background: #fff;  z-index: 2; transition: all 0.3s ease;}
.header .hinfo .nav ul li a:hover span::after { width:100%; }
.header.active .hinfo .nav ul li a span::after { background: #009944;}
.header.active { position: fixed; z-index:999; background: #fff; box-shadow: 0 0 20px rgba(0,0,0,0.05); }
.header.active .hinfo a { color:#333; }
.header .hinfo .wxico { height:100px; line-height: 100px;  }
.header .hinfo .wxico a { display: inline-block; vertical-align: top;  position: relative; margin-left:20px; height: 100px; }
.header.active .hinfo .wxico a i { color:#009944; }
.header .hinfo .wxico a em { width:140px; border-radius: 10px; box-shadow: 0 0 20px rgba(0,0,0,.1); overflow: hidden; position: absolute; top: 120px;  right: 0;  z-index: 99;  
 opacity: 0; visibility: hidden; transition: all .3s ease; }
.header .hinfo .wxico a:hover em { opacity: 1; visibility: visible; top: 100px;  }
.header .hinfo .wxico a i { display: inline-block; font-size: 36px; }
.header .hinfo .wxico a i.icon-gouwuche { font-size: 42px;  }
.header .hinfo .nav ul li .subnav { width:160px; background:#fff;  box-shadow: 0 0 20px rgba(0,0,0,.1); overflow: hidden; position: absolute; top: 120px;  left: -46px;  z-index: 99;  opacity: 0; visibility: hidden; transition: all .3s ease; }
.header .hinfo .nav ul li:nth-child(2) .subnav { left:-20px; }
.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:#009944; color:#fff;}
.header .hinfo .nav ul li:hover .subnav {opacity: 1; visibility: visible; top: 100px; }

.hdiv { width:100%; height: 100px; }
.mhdiv { width:100%; height:60px; display: none; }
.pc-cc { display: block!important; } 
.m-cc { display: none!important; }
#logotop {position:fixed; top:0; width:100%; z-index: 99; display: none;}

/*--------------------------------------------------------------------------首页--------------------------------------------------------------------------*/

.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 { width: 100%; color:#fff;  }
.iban-swp .bg .txt h1 { font-size: 30px; margin-bottom:40px; color:#fff; line-height: 180%; font-family: "Noto Serif SC"; text-align: center; }
.iban-swp .bg .txt p { text-align: center;  }
.iban-swp .bg .txt p.info { font-family: "Noto Serif SC"; font-size: 20px; margin: 40px 0; }
.iban-swp .bg .txt p.more a { box-sizing: border-box; display: inline-block; width:200px; height: 60px; line-height: 60px; border: 2px solid #fff; border-radius: 60px; font-size:18px; color:#fff; margin:0 20px; }
.iban-swp .bg .txt p.more a:hover { background: #009944; border:2px solid #009944; }
.iban-swp .bg .txt-s {  width: 100%; color:#fff; text-align: right;  }
.iban-swp .bg .txt-s h2 { display: inline-block; float: right; margin-left:80px; }
.iban-swp .bg .txt-s p { float:right; writing-mode: vertical-rl;  font-family: "Noto Serif SC"; font-size: 24px; text-align: left; letter-spacing: 5px; }
.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: #009944; }
.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: none; 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); }

.icatebox { margin-top:-40px;  position: relative; z-index: 99; }
.icatebox .item {float:left; width:680px; height:460px;  position: relative; }
.icatebox .item:first-child { margin-right:40px; }
.icatebox .item a { display: block; width:100%; height: 100%; color:#fff; }
.icatebox .item .img { width:100%; height: 100%; overflow: hidden; }
.icatebox .item .img img { width: 100%; height: 100%; object-fit: cover; }
.icatebox .item:hover .img img { transform:scale(1.08);  transition: all 0.5s ease;  }
.icatebox .item .logo  { position: absolute; top:40px; left:40px; z-index: 9; background: #fff;  padding:10px;  border-top-left-radius: 20px;  border-bottom-right-radius: 20px; overflow: hidden; }
.icatebox .item .txt { position: absolute; top:40px; right:30px; z-index: 9;  }
.icatebox .item .txt h2 { float: right; writing-mode: vertical-rl;  font-family: "Noto Serif SC"; font-size: 36px; margin-left:20px; }
.icatebox .item .txt p { writing-mode: vertical-rl; letter-spacing: 2px; } 
.icatebox .item .more  { position: absolute; bottom:40px; left:40px; z-index: 9; }
.icatebox .item .more i { margin-left:10px; }
.icatebox .item .line { width: calc(100% - 20px); height: calc(100% - 20px); position: absolute; top: 10px; bottom: 0; right: 0; left: 0; z-index: 99; margin: auto; color:#fff;  display: table; text-align: center;  transition: all 0.3s ease; }
.icatebox .item .line::before { box-sizing: border-box; top: 0; left:0 ; }
.icatebox .item .line::after { box-sizing: border-box; bottom: 0; right: 0; }
.icatebox .item .line::after, .icatebox .item .line::before { position: absolute; z-index: 2; content: ''; width: 0; height: 0; border: 1px solid transparent; }
.icatebox .item:hover .line::after, .icatebox .item:hover .line::before { width: calc(100% + 0px); height: calc(100% + 0px); }
.icatebox .item:hover .line::before { border-bottom-color: #fff; border-left-color: #fff; transition: height 0.3s, width 0.3s 0.3s; }
.icatebox .item:hover .line::after { border-top-color: #fff; border-right-color: #fff; transition: height 0.3s, width 0.3s 0.3s; }

.itit { width:100%; position: relative; }
.itit em { font-family:"Times New Roman"; font-style: normal; font-size:36px; color:#ddd;  text-transform: uppercase; line-height: 100%; }
.itit h1 { font-family: "Noto Serif SC"; font-weight: 600;  line-height: 100%; font-size: 36px;  color:#333;  position: relative; z-index: 9; margin-top: -26px; margin-bottom: 20px; }
.itit a.more {box-sizing: border-box;  width:180px; height: 50px; line-height: 50px; padding:0 20px 0 30px; text-align: center; background: #009944; color:#fff; border-radius: 50px; position: absolute; right:0; bottom:0; }

.iboxbg { background-position: center; background-size: cover; background-repeat: no-repeat;}

.ipro { margin:100px 0 0; background-image:url(../images/iprobg.jpg);  }
.ipro  .list { position: relative; margin:80px 0 0; }
.ipro .item .img { position: relative;  overflow: hidden; }
.ipro .item .img img {  transition: all 0.3s ease;}
.ipro .item:hover .img img  {  transform:scale(1.1);  }
.ipro .item .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; font-size:16px;  transition: all 0.3s ease;}
.ipro .item .bg span { display:inline-block;  padding:20px; position: relative;  margin:40% 0 0; line-height: 180% }
.ipro .item:hover .bg { opacity:1; }
.ipro .item .bg span::before { content: ''; position: absolute; top: 0px; left: 50%; transform: translateX(-50%);  width: 100%; height: 1px; background: #fff; transition: all 0.3s ease; }
.ipro .item .bg span::after { content: ''; position: absolute;  bottom: 0px;  left: 50%;  transform: translateX(-50%); width: 100%; height: 1px;  background: #fff; transition: all 0.3s ease; }
.ipro .item:hover .bg span::before, .ipro .item:hover .bg span::after  { width:50%; }
.ipro .item .txt { background:#fff; padding:20px; position: relative; }
.ipro .item .txt::after { content: ''; position: absolute;  bottom: 0px;  left:0; width: 0; height: 2px;  background: #009944; transition: all 0.3s ease; }
.ipro .item:hover .txt::after { width:100%; }
.ipro .item .txt h3 { font-size:16px;  color:#333;  font-weight: normal; margin-bottom: 10px; }
.ipro .item .txt p span { font-size: 15px; color:#999; }
.ipro .item .txt p i { color:#009944; }
.ipro  .list .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; }
.ipro  .list .ipro-prev  {left: -100px; }
.ipro  .list .ipro-next {right: -100px; }
.ipro  .list .sp-pn i {display:inline-block; line-height:60px; font-size: 20px;  }
.ipro  .list .sp-pn:hover { background: #009944; }

.iabo .iteml { width:660px; }
.iabo .iteml .info { padding:10px 0 30px; }
.iabo .iteml .info p { margin:10px 0; line-height: 180%; }
.iabo .iteml .ico ul li { float: left; margin-right: 30px; }
.iabo .iteml .ico ul li a { display: inline-block; width: 130px; height: 130px; border-radius: 130px; background: #f9f9f9; text-align: center; }
.iabo .iteml .ico ul li a i { display: inline-block; width:60px; height: 42px; font-size: 36px; color:#009944; margin:28px 0 0;  overflow: hidden; }
.iabo .iteml .ico ul li a i.icon-yezi { font-size: 46px; }
.iabo .iteml .ico ul li a i.icon-travel { font-size: 40px; }
.iabo .iteml .ico ul li a:hover { background: #009944; color:#fff; }
.iabo .iteml .ico ul li a:hover i { color:#fff; }
.iabo .itemr { width:680px; }
.iabo .itemr .degree { position: relative; overflow: hidden;  }
.iabo .itemr .degree .img img {  transition: all 0.3s ease;}
.iabo .itemr .degree:hover .img img { transform:scale(1.1); }
.iabo .itemr .degree .txt { position: absolute; top:40%; z-index:9; width:100%; text-align: center; color:#fff; }
.iabo .itemr .degree .txt p { margin:10px 0 0; }
.iabo .itemr .degree .line { width: calc(100% - 20px); height: calc(100% - 20px); position: absolute; top: 10px; bottom: 0; right: 0; left: 0; z-index: 99; margin: auto; color:#fff;  display: table; text-align: center;  transition: all 0.3s ease; }
.iabo .itemr .degree .line::before { box-sizing: border-box; top: 0; left:0 ; }
.iabo .itemr .degree .line::after { box-sizing: border-box; bottom: 0; right: 0; }
.iabo .itemr .degree .line::after, .iabo .itemr .degree .line::before { position: absolute; z-index: 2; content: ''; width: 0; height: 0; border: 1px solid transparent; }
.iabo .itemr .degree:hover .line::after, .iabo .itemr .degree:hover .line::before { width: calc(100% + 0px); height: calc(100% + 0px); }
.iabo .itemr .degree:hover .line::before { border-bottom-color: #fff; border-left-color: #fff; transition: height 0.3s, width 0.3s 0.3s; }
.iabo .itemr .degree:hover .line::after { border-top-color: #fff; border-right-color: #fff; transition: height 0.3s, width 0.3s 0.3s; }

.inum { width:100%; height: 240px; background:url(../images/inumbg.jpg);  }
.inum ul {  padding:70px 0 0; display: flex; flex-wrap: wrap; justify-content: space-between; }
.inum ul li { text-align: center; color:#fff; }
.inum ul li span { font-family:"Times New Roman"; font-size: 48px; }
.inum ul li i { display: inline-block; vertical-align: top; font-size: 24px; margin-left:10px; font-family: "Noto Serif SC"; font-style: normal; }
.inum ul li em { margin-left:10px;}
.inum ul li p { margin:10px 0 0; }

.inews { background-image:url(../images/inewsbg.jpg);  }
.inews .list .isc-news { padding:80px 0 60px; }
.inews .list .swiper-slide .info { overflow: hidden; }
.inews .list .swiper-slide .info .pic {  position: relative;  }
.inews .list .swiper-slide .info .img { max-width: 100%; overflow: hidden;  }
.inews .list .swiper-slide .info .pic .img img { width: 100%; height: 100%; object-fit: cover; transition: all 0.5s ease;  }
.inews .list .swiper-slide .info .pic span {font-family:"Times New Roman"; display: inline-block; width:80px; height: 80px; background: #009944; color:#fff; position: absolute; bottom:-40px; left:30px; z-index: 99; 
text-align: center; }
.inews .list .swiper-slide .info .pic span em { display: block; font-size:30px; margin:8px 0 5px; }
.inews .list .swiper-slide .info .pic span i { font-style: normal; }
.inews .list .swiper-slide .info .txt { padding:30px; background: #fff; position: relative;}
.inews .list .swiper-slide .info .txt::after { content: ''; position: absolute;  bottom: 0px;  left:0; width: 0; height: 2px;  background: #009944; transition: all 0.3s ease; }
.inews .list .swiper-slide .info:hover .txt::after { width:100%; }
.inews .list .swiper-slide .info .txt h2 { color:#333; font-weight: normal; margin:30px 0 10px; line-height: 180%; height: 56px; }
.inews .list .swiper-slide .info .txt p { color: #999; font-size: 15px; line-height: 180%; }
.inews .list .swiper-slide .info:hover .pic .img img { transform:scale(1.1); }
.inews .list .swiper-pagination {  width:100%; bottom:0px!important;  }
.inews .list .swiper-pagination-bullet { width:40px; height: 6px; background:#fff; opacity: 1!important; margin:0 10px!important; border-radius: 6px!important;   }
.inews .list .swiper-pagination-bullet-active { background: #009944;}

.footer { width:100%;  background-image:url(../images/ifootbg.jpg); color:#999; font-size: 15px; }
.footer p, .footer a { font-size: 15px; color:#999; }
.footer .cc { padding:80px 0 60px; }
.footer .flogo  { width:14%;}
.footer .fleft  { width:42%;}
.footer .fleft ul li { float:left; width:25%; }
.footer .fleft ul li h3 {  font-size: 18px; margin-bottom: 20px; font-weight: normal; color:#fff; }
.footer .fleft ul li h3 span { display: inline-block; padding-bottom:20px; position: relative; }
.footer .fleft ul li h3 span::after { content: " ";  position: absolute; bottom: 0;  left: 0; width:30px;  height: 2px; background: #009944;  z-index: 2; transition: all 0.3s ease;}
.footer .fleft ul li .subnav a { display: inline-block; width:100%; line-height: 240%;  }
.footer .fleft ul li .subnav a:hover { color:#fff; }
.footer .fmid { width:24%; }
.footer .fmid h2 { font-family:"Times New Roman"; font-size: 30px; margin-bottom: 30px; color:#fff; font-weight: normal; }
.footer .fmid h2 i { font-size: 24px; color:#009944; margin-right: 10px; font-weight: normal; }
.footer .fmid p { line-height: 240%; font-size: 15px; }
.footer .fmid p i { font-size: 18px; color:#009944; margin-right:15px; vertical-align: middle;  }
.footer .fright { width:280px; }
.footer .fright ul {  display: flex; flex-wrap: wrap; justify-content: space-between; text-align: center; }
.footer .fright ul li img { max-width: 120px; margin-bottom: 10px; border-radius: 10px; }
.store .list { display: flex; flex-wrap: wrap; justify-content: space-between; padding:25px 0; border-top:1px solid rgba(255,255,255,0.1); border-bottom:1px solid rgba(255,255,255,0.1); }
.store .list span i { font-size: 18px; color:#009944; margin-right: 10px; }
.store .list span em { color:#fff; }
.footer .cpr { padding:25px 0;  text-align: center;  }
.footer .cpr a:hover { color:#fff; text-decoration: underline; }

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

.bread {  height:60px;  line-height: 60px; font-size: 15px;   text-align: right; } 
.bread a { margin:0 5px;  font-size: 15px;   }
.bread a:hover { color:#009944; }
.bread .pos { display:inline-block; }

.cbanner { width:100%; height: 400px; display: table;}
.cbanner .txt {  display: table-cell; vertical-align: middle;  color: #fff; text-align: center;  text-transform: uppercase; }
.cbanner .txt  h1 { font-family:"Noto Serif SC";  font-weight: 500;  font-size: 36px;  margin:0 0 20px;  }
.cbanpro { height:640px; }

.cmenu a { float: left; display: inline-block; width:20%; text-align: center; height: 60px; line-height: 60px; color:#333;  }
.cmenu-news a { width:25%; }
.cmenu-pro a { width:33.3%; }
.cmenu a:hover, .cmenu a.active {  background:url(../images/btnbg.png) repeat #009944;   color:#fff; }

.ccontent { padding:60px 0; background:url(../images/navbg.jpg) repeat;  }
.cabo h1 { font-size: 30px;  color: #333; margin:10px 0 30px;  font-family:"Noto Serif SC"; font-weight: 600; }
.cabo p { margin:10px 0; }
.abobox1 {  padding:40px;  margin:40px 0 0; background:url(../images/cbg.jpg) top center no-repeat; background-size: cover;  }
.abobox1 .icon-quotation { display: inline-block; font-size:20px; color:#009944; margin-bottom: 10px;  }
.abobox2 { margin:40px 0 0; }
.abobox2 ul li { float:left; width:calc(25% - 30px); margin-right:40px; position: relative; background: #fff;  border-bottom: 2px solid #009944;  overflow: hidden; }
.abobox2 ul li:last-child { margin-right:0; }
.abobox2 ul li .txt { padding:20px; }
.abobox2 ul li .txt  h2 { font-size:20px; color:#333; margin-bottom:10px; }

.ccontact { background:url(../images/navbg.jpg) repeat #f9f9f9; }
.ccont .boxfl { width:50%; padding:60px 0; }
.ccont .boxfl h1 { font-size: 24px;  color: #333; margin:0 0 30px;  font-family:"Noto Serif SC"; font-weight: 600; }
.ccont .boxfl p { line-height: 240%;}
.ccont .boxfl p i {display: inline-block; color:#009944; font-size: 20px; margin-right: 15px; }
.ccont .bdmap { margin:40px 0 0; }
.ccont .boxfr {  width:calc(50% - 160px); padding:60px 60px 130px; background: #fff;}
.ccont .boxfr h2 { font-size: 24px; color: #333; text-transform: uppercase; margin:0 0 30px; font-family:"Noto Serif SC"; font-weight: 600; }
.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:#f9f9f9; line-height: 42px; border-radius: 6px; border:none; padding:0 15px; color:#666;  }
.ccont .iform ul li textarea { width:calc(100% - 30px); background:#f9f9f9; height: 72px; line-height: 160%; border-radius: 6px; 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 button {  width:100%; line-height: 50px; background:url(../images/btnbg.png) repeat #009944;  color:#fff; font-size: 17px; text-transform: uppercase; border:none; border-radius: 6px; margin:20px 0 0; }
.ccont .iform button:hover { transform:translateY(-5px); transition: all .3s ease;} 

.cnewslist ul li {float:left; width:calc(33.3% - 27px); margin-right: 40px; margin-bottom: 40px; }
.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;  }
.cnewslist ul li .info::after { content: " ";  position: absolute; left: 0; bottom: 0; width:0; height: 3px; background: #009944;  z-index: 2; transition: all .3s ease; }
.cnewslist ul li .info .pic {  overflow: hidden; height: 250px; }
.cnewslist ul li .info .pic img { width: 100%; height:100%; object-fit: cover; transition: all 0.5s ease-in-out; }
.cnewslist ul li .info .txt { padding:30px; background: #fff;}
.cnewslist ul li .info .txt span { font-size: 18px;  font-family:"Times New Roman"; font-weight: 600;   }
.cnewslist ul li .info .txt h2 {  color:#333; margin:15px 0 10px; line-height: 180%; height: 56px; font-size: 18px; font-weight: normal;  }
.cnewslist ul li .info .txt p { color: #888; font-size: 15px; min-height: 60px; }
.cnewslist ul li .info:hover::after { width:100%; }
.cnewslist ul li .info:hover .pic img { transform:scale(1.08);  transition: all 0.5s ease-in-out;}

.cnews { padding:60px 0;  background:url(../images/navbg.jpg) repeat #f9f9f9;}
.cnews .cnewsde .cn-list { width:320px; background: #fff;}
.cnews .cnewsde .cn-list h1 {  font-size:24px; color: #333; border-bottom:2px solid #f9f9f9; text-transform: uppercase; padding:30px 30px 0; font-family:"Noto Serif SC"; font-weight: 600; }
.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: #009944;  z-index: 2;}
.cnews .cnewsde .cn-list ul { padding:0 30px; }
.cnews .cnewsde .cn-list ul li { margin:20px 0 0; padding:0 0 20px; border-bottom: 1px solid #ddd; }
.cnews .cnewsde .cn-list ul li:last-child { border:none; }
.cnews .cnewsde .cn-list ul li span { display: inline-block; color:#999; margin-bottom: 10px;  font-family:"Times New Roman"; font-weight: 500;    }
.cnews .cnewsde .cn-list ul li p { line-height: 170%;}
.cnews .cnewsde .cn-list ul li a:hover { color:#009944; }
.cnews .cnewsde .cn-detail { width:calc(100% - 440px); background: #fff; padding:40px;   }
.cnews .cnewsde .cn-detail .tit h1 { font-size:24px; color: #333;  font-family:"Noto Serif SC"; font-weight: 600; }
.cnews .cnewsde .cn-detail .tit p {  margin:30px 0 0; padding:0 0 15px;  border-bottom: 1px solid #ddd; }
.cnews .cnewsde .cn-detail .tit p span { margin-right: 30px;}
.cnews .cnewsde .cn-detail .tit p i { color:#ccc; margin-right: 10px; font-size: 18px; }
.cnews .cnewsde .cn-detail .detail { padding:40px 0; }
.cnews .cnewsde .cn-detail .sec { padding:25px 0 0;  border-top: 1px solid #ddd; }
.cnews .cnewsde .cn-detail .sec p { margin:15px 0 0; }
.cnews .cnewsde .cn-detail .sec span { display: inline-block; background: #f9f9f9; color:#333; width:100px; line-height: 36px; text-align: center; margin-right: 20px;  }
.cnews .cnewsde .cn-detail .sec p a:hover { color:#009944; }

.pagination { text-align: center;  }
.page-num:not(:disabled) {cursor: pointer;}
.page-num , .page-link {position: relative; display: inline-block;   padding:0 13px; line-height: 36px;	  color: #666; background: #fff; border: 1px solid #ddd; margin:0 6px;}
.page-num { margin:0 6px;}
.page-num:hover, .page-link:hover {	background-color: #009944; color: #fff; border-color: #009944; }
.page-num-current {z-index: 1;background-color: #009944; color: #fff;  border-color: #009944;}
.page-num-current:hover {color: #fff;}
.mpnav ,  .text-secondarym { display:none; }

.cpro { background: #f9f9f9; /*padding:40px 0 80px;*/ }
.cpro .cprolist .cpro-cate { padding: 0 0 10px; }
.cpro .cprolist .cpro-cate  a { display: inline-block; height: 60px; line-height: 60px;  padding:0 30px; background: #fff;  float: left; margin-right: 30px; margin-bottom: 30px; }
.cpro .cprolist .cpro-cate  a:hover ,  .cpro .cprolist .cpro-cate  a.active  { background:url(../images/btnbg.png) repeat #009944;   color:#fff; }
.mcpro-cate, .mcate { display:none;}

.cpro .cpro-list ul li { float:left; /*width:calc(33.3% - 27px); */ width: calc(25% - 30px); margin-right:40px; margin-bottom: 40px;  }
.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 {  transition: all 0.3s ease;}
.cpro .cpro-list ul li:hover .img img  {  transform:scale(1.1);  }
.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; font-size:16px;  transition: all 0.3s ease;}
.cpro .cpro-list ul li .bg span { display:inline-block;  padding:20px; position: relative;  margin:40% 0 0; line-height: 180% }
.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, .cpro .cpro-list ul li:hover .bg span::after  { width:50%; }
.cpro .cpro-list ul li .txt { background:#fff; padding:20px; border-top:2px solid #f9f9f9; }
.cpro .cpro-list ul li .txt h3 { font-size:18px;  color:#333;  margin-bottom: 5px;  line-height: 160%;  height:56px; font-weight: normal; }
.cpro .cpro-list ul li .txt p i {  color:#333; transition: all 0.3s ease-in-out;}
.cpro .cpro-list ul li:hover i {  transform: rotate(180deg);}

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

.cprode { padding:60px 0;  background:url(../images/navbg.jpg) repeat #f9f9f9; }
.cpro-cate-pc { width:320px; background: #fff;   }
.cpro-cate-pc h1 {  font-size:24px; color: #333; border-bottom:2px solid #f9f9f9; text-transform: uppercase; padding:30px 30px 0; font-family:"Noto Serif SC"; font-weight: 600; }
.cpro-cate-pc h1 span { position: relative; display: inline-block; padding-bottom:20px; }
.cpro-cate-pc h1 span::after { content: " ";  position: absolute; left: 0; bottom: -2px; width:100%; height: 2px; background: #009944;  z-index: 2;}
.cpro-cate-pc .list  { padding:0 30px 30px; }
.cpro-cate-pc .list ul li { height:60px;  line-height: 60px; margin:20px 0 0;  }
.cpro-cate-pc .list ul li a { display:inline-block; width:calc(100% - 40px); padding:0 20px;  background:#f9f9f9;   }
.cpro-cate-pc .list ul li a:hover,  .cpro-cate-pc .list ul li a.active {background:url(../images/btnbg.png) repeat #009944;  color:#fff;  }
.cprode .cpro-detail { width: calc(100% - 360px);}
.cprode .cpro-detail  .top { width:calc(100% - 80px);  padding:40px;  background: #fff; }
.cprode .cpro-detail  .pic { width:calc(50% - 20px); }
.view{width: 100%; overflow:hidden; }
.view .swiper-slide{ box-sizing: border-box; overflow: hidden;text-align: center; }
.preview{position: relative;width:380px; margin:0 auto; margin-top:20px; }
.preview .swiper-slide{width: 64px; height: 64px; box-sizing: border-box; overflow: hidden;cursor: pointer;  }
.preview .swiper-slide img {display: inline-block; height: 100%; opacity: 0.5; }
.preview .active-nav img { opacity: 1; }
.preview .arrow { background: #999;  width:24px; line-height: 64px;  position: absolute; top: 0; z-index: 10; color:#fff; text-align: center; }
.preview .arrow i { font-size:14px; }
.preview .arrow-left{left: -40px;}
.preview .arrow-right{right: -40px;}
.preview .arrow:hover { background:#009944; }
.zoomContainer { z-index:999; }
.zoomLens { opacity: 1!important;  padding: 1px!important;   background: rgba(0, 91, 155 ,.3)!important;  border: none!important; }
.zoomWindowContainer div {border: 5px solid #fff!important; box-shadow: 0 0 20px rgba(0,0,0,.15)!important;}
.cprode .cpro-detail  .pinfo {  width:calc(50% - 20px); }
.cprode .cpro-detail  .pinfo h2 { font-size:30px; color:#2c2c2c; margin:10px 0 20px; line-height: 160%; font-family:"Noto Serif SC"; font-weight: 600; }
.cprode .cpro-detail  .ptinfo { margin:0 0 20px;  }
.cprode .cpro-detail  .pinfo .info p {  border-bottom:1px dashed #ddd;  padding:10px 0; }
.cprode .cpro-detail  .desc { background:#fff; margin:40px 0 0; }
.cprode .cpro-detail  .desc h5 { color:#333;  font-size: 20px; border-bottom:2px solid #f9f9f9; text-transform: uppercase; padding:20px 40px 0; font-family:"Noto Serif SC"; font-weight: 600;  }
.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: 2px; background: #009944;  z-index: 2;}
.cprode .cpro-detail  .desc .cc { padding:30px 40px; }
.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:#333; }
.cprode .cpro-detail  .sec p a { color:#333; }

.fancybox-slide { padding:40px;}
.fancybox-is-open .fancybox-bg { background:rgba(0,0,0,0.75)!important; opacity: 1!important;}
.fancybox-close-small { padding:0!important; color:#999!important; opacity: 1!important; right:30px!important; top:20px!important;}
.fancybox-close-small:hover { color:#004EA2!important;}
.fancybox-video, .fancybox-iframe { background:none!important;}
.fancybox-iframe { border-radius: 0!important; }
.fancybox-slide--iframe .fancybox-content { max-width: 60%; max-height: 60%; margin: 0; background:none!important; }

.iform input:required , .iform  input:valid , .iform  input:invalid {  }


/*--------------------------------------------------------------------------移动端--------------------------------------------------------------------------*/
@media only screen and (max-width:640px){
	
	#logotop {position:fixed; top:0; width:100%; z-index: 999; display: none;}
	.logoheader { height:0.96rem; line-height:0.96rem; padding:0.24rem 0; text-align:left; position:relative;  background: #fff; box-shadow: 0 0 0.48rem rgba(0,0,0,.1); }
	.logoheader .logo { width:80%; position: absolute; left:0.36rem; top:0; }
	.logoheader .logo span { font-size:0.48rem; font-weight: bold; color:#333; margin-left:0.36rem; line-height: 60px;  font-family: "Noto Serif SC"; }
	.logoheader .logo em {   margin-left: 0.32rem;}
	.logoheader .btn{ width:56px; height:36px; padding:16px 0 6px; display:block; overflow:hidden; position:absolute; right:0; top:0; z-index:10; background:none;}
	.logoheader .btn i{ width:24px; height:2px; margin:6px auto 0 auto; display:block; overflow:hidden; background:#354842;}
	.logoheader img { height:50px; margin:5px 0 0; }
	.logoheader .hico { margin-right: 60px;}
	.logoheader .hico ul li { float:left;  margin-left:0.48rem;  position: relative; }
	.logoheader .hico ul li a { color:#333; }
	.logoheader .hico ul li a i { font-size: 0.48rem; }
	.logoheader .hico ul li .hicobox { width:100px; padding:0.24rem 0; background: #fff; position: absolute; top:50px; left:-0.96rem;  z-index: 9999; opacity: 0; display: none; box-shadow: 0 0 0.48rem rgba(0,0,0,.1); }
	.logoheader .hico ul li .hicobox a { width:100%; display: inline-block; color:#666; font-size: 0.36rem; text-align: center; line-height: 240%; float: left; }
	.logoheader .hico ul li .hicobox a:hover { color:#004EA2; }
	/* .logoheader .hico ul li:hover .hicobox { opacity: 1; display: block; } */
	.logoheader .hico ul li .hicobox.active { opacity: 1; display: block; }
	.logoheader .hico ul li .searchbox { width:280px; line-height: 50px; background: #fff; position: absolute; top:50px; right:0;  z-index: 9999; opacity: 0; display: none; box-shadow: 0 0 0.48rem rgba(0,0,0,.1); }
	.logoheader .hico ul li .searchbox input { width:150px; border:none; height: 50px; line-height: 50px; padding:0 0.48rem; font-size: 0.36rem; }
	.logoheader .hico ul li .searchbox button {border:none; background: #F7FAFC; width:50px; height: 50px; line-height: 0.96rem; text-align: center; float: right;}
	.logoheader .hico ul li .searchbox button i { font-size: 0.48rem;}
	.logoheader .hico ul li .searchbox.active { opacity: 1; display: block; }
	.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 0.48rem rgba(0,0,0,.15);}
	.leftcontrol ul li {  overflow:hidden; width:100%; border-bottom: 1px solid #EAEAEA; }
	.leftcontrol ul li a.sp { float:left; display:inline-block; overflow:hidden; height:50px; line-height:50px; font-size:0.42rem; font-weight: bold; color:#333; margin-left:0.72rem; }
	.leftcontrol ul li a span { display:inline-block; }
	.leftcontrol ul li a span.more { float: right; width:14px; height:14px; margin:18px 16px 0 0; }
	.leftcontrol ul li a span.more span { background: #999; 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: 0.96rem; line-height: 0.96rem; padding:0 0.72rem; 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:#999; font-size:0.4rem; cursor:pointer;}
	.leftcontrol ul li.active .nav-inner-list  { padding:0.24rem 0;  background:#f6f6f6!important; }
	.leftcontrol ul li ul.nav-inner-list a { height: 0.96rem; line-height: 0.96rem; color:#666!important; font-weight: normal; font-size: 0.38rem;  }

	.mask{ width:100%; height:100%; overflow:hidden; cursor:pointer; background:rgba(0,0,0,0.7); position:fixed; left:0; top:0; z-index:1003;}
	
	.header { display:none; }
	#logotop{ display:block; }
	.hdiv {display:none; }
	.mhdiv { display:block; }

	.iban-swp .bg { height:360px; }
	.iban-swp .bg .txt h1 { font-size:0.48rem; margin-bottom: 0.48rem;}
	.iban-swp .bg .txt p img { max-width:90%; }
	.iban-swp .bg .txt p.info { font-size: 0.36rem; margin:0.48rem 0; }
	.iban-swp .bg .txt p.more a { width:140px; height: 46px; line-height: 46px; font-size: 0.38rem; border:1px solid #fff; margin:0 0.24rem; }
	.iban-swp .bg .txt-s h2 { width:10%; margin-left:0.48rem; }
	.iban-swp .bg .txt-s h2 img { width:100%; }
	.iban-swp .bg .txt-s p { font-size:0.42rem; letter-spacing: 2px; }
	.ibg .ibanbg, .iban-swp .sp-pn { display: none; }
	.ibg .swiper-pagination { display: block; bottom:0.24rem!important;}
	.ibg .swiper-pagination-bullet { width:0.24rem; height: 0.24rem; margin: 0 5px!important;}
	.ibg .swiper-pagination-bullet-active { opacity: 1; }
	
	.icatebox  { margin-top:0.96rem; }
	.icatebox .item { float:none; width:100%; height: 300px; margin-bottom: 0.32rem; }
	.icatebox .item:last-child { margin-bottom:0; }
	.icatebox .item .logo { width:24%; top:0.48rem;  left:0.48rem; }
	.icatebox .item:last-child .logo { width:20%; }
	.icatebox .item .txt { top:0.48rem; right:0.48rem;  }
	.icatebox .item .txt h2 { font-size:0.56rem; }
	.icatebox .item .more { left:0.48rem; bottom:0.48rem;  }
	
	.itit em { font-size: 0.56rem;}
	.itit h1 { font-size: 0.64rem; margin-top: -0.36rem; margin-bottom: 0.32rem; }
	.itit a.more { width:120px; height:0.96rem; line-height: 0.96rem; padding:0 0.32rem; top:-5px; font-size: 0.36rem; }

	.ipro { margin:0.96rem 0 0; }
	.ipro .list { margin:0.72rem 0 0; }
	.ipro .list .isc-pro { padding-bottom: 0.96rem; }
	.ipro .item .txt { padding:0.24rem 0.36rem; }
	.ipro .item .txt h3 { font-size: 0.38rem; margin-bottom: 0; }
	.ipro .item .bg { display: none; }
	.ipro .list .sp-pn { display: none;}
	.ipro .list .swiper-pagination { bottom:0!important; height: 0.24rem;}
	.ipro .list .swiper-pagination-bullet { width:0.24rem; height: 0.24rem; margin: 0 5px!important; background: #ddd; opacity: 1; display: inline-block; vertical-align: top; }
	.ipro .list .swiper-pagination-bullet-active { background: #009944; }
	
	.iabo .iteml, .iabo .itemr { float:none; width:100%; }
	.iabo .iteml .info { padding: 0.24rem 0;}
	.iabo .iteml .info p { marign:0.24rem 0; }
	.iabo .iteml .ico ul li {  margin-right:0.24rem; }
	.iabo .iteml .ico ul li:last-child { margin-right: 0; }
	.iabo .iteml .ico ul li a { width:2.13rem; height: 2.13rem;}
	.iabo .iteml .ico ul li a i { margin:0.36rem 0 0; font-size:0.56rem; height: 0.64rem;}
	.iabo .iteml .ico ul li a i.icon-yezi { font-size: 0.8rem; }
	.iabo .iteml .ico ul li a i.icon-travel { font-size: 0.72rem; }
	.iabo .iteml .ico ul li a p { line-height: 100%;}
	.iabo .itemr .degree { margin:0.64rem 0 0; }
	.iabo .itemr .degree .txt img { width:1.2rem; }
	.iabo .itemr .degree .line { top:0; }
	
	.inews .list .isc-news { padding: 0.72rem 0 0.96rem;}
	.inews .list .swiper-slide .info .pic span { left:0.32rem; }
	.inews .list .swiper-slide .info .pic span i { font-size: 0.42rem;}
	.inews .list .swiper-slide .info .txt { padding:0.32rem; }
	.inews .list .swiper-slide .info .txt h2 { font-size:0.42rem; margin:0.96rem 0 0.24rem; }
	.inews .list .swiper-slide .info .txt p { font-size:0.36rem; }
	.inews .list .swiper-pagination-bullet { width:0.72rem;  margin: 0 6px!important; }
	
	.footer .cc { padding:0.96rem 0 25px; }
	.footer .flogo , .footer .fleft , .footer .fmid, .footer .fright { float:none; width:100%; }
	.footer .flogo { display: none; }
	.footer .flogo h3 {  float:right;  width:38%; margin-right: 4%;  }
	.footer .fleft  { margin:0 0 25px; }
	.footer .fleft ul li { float:none;  width:100%; margin-bottom: 0.24rem;  }
	.footer .fleft ul li h3 { font-size:0.38rem; margin-bottom: 5px; }
	.footer .fleft ul li h3 span { padding-bottom: 0.24rem; }
	.footer .fleft ul li .subnav a { font-size: 0.36rem;  float:left; width:auto; margin-right: 0.36rem;  }
	.footer .fleft ul li:last-child { margin-bottom:0; }
	.footer .fmid h2 { margin-bottom:0.36rem; }
	.footer .fmid h2 i { font-size:0.56rem; }
	.footer .fmid h2 span { font-size:0.72rem; }
	.footer .fright { margin:0.48rem 0 0; }
	.footer .fright ul { text-align: center; }
	.footer .fright ul li { float: none; display: inline-block;  width:50%; }
	.store .list { padding:0.36rem 0; }
	.footer .cpr { padding:0.36rem 0; }
	.footer .cpr p { font-size:0.36rem; }
	
	/*--------------------------------------------------------------------------内页--------------------------------------------------------------------------*/
	
	.bread { display:none; }
	
	.cbanner { height:200px; background-size:cover;  }
	.cbanner .txt {  padding: 0 15px;  }
	.cbanner .txt h1 { font-size:0.56rem; margin-bottom: 10px;  }
	.cbanner .txt p { font-size: 0.38rem;  }
	
	.cmenu { background:none; margin:20px 0 0; }
	.cmenu a { width:calc(33.3% - 10px);  height: 46px; line-height: 46px;  font-size: 0.38rem;  margin-right: 15px; margin-bottom: 15px;  background: #f9f9f9;   }
	.cmenu a:nth-child(3n) { margin-right: 0; }
	
	.ccontent { padding:20px 0 40px; }
	.cabo h1 { font-size:0.48rem; margin:0 0 20px;  }
	.abobox1 { padding:20px; margin:30px 0 0;  }
	.abobox2  { margin:15px 0 0;  }
	.abobox2 ul li { width:calc(50% - 8px); margin-right:15px; margin-top:15px;  border-top-left-radius: 20px;  border-bottom-right-radius: 20px; }
	.abobox2 ul li:nth-child(2n) { margin-right: 0; }
	.abobox2 ul li .txt { padding:15px; }
	
	.ccontact { padding:30px 0 0; }
	.ccontact .w1400 {  width:100%; }
	.ccont .boxfr{ width:100%; padding:0 0 40px;  }
	.ccont .boxfl { width:calc(100% - 30px);  padding:0 15px 30px; }
	.ccont .boxfl p { line-height: 180%; margin-bottom: 15px;  }
	.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.48rem; margin:0 0 20px;  }
	.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 15px ; margin:30px 0 20px;  }
	.ccont .boxfr p.tips { padding:0 15px; }
	.ccont .boxfr .iform { padding:0 15px; }
	.ccont .iform ul li { margin-bottom:15px;  }
	.ccont .iform button {  margin:10px 0 0; line-height: 46px; font-size: 0.38rem;  }
	.ccont .bdmap { height:400px; }
	
	.cnewslist ul li { width:100%; margin-bottom: 20px;  }
	.cnewslist ul li .info em { padding: 10px 20px;}
	.cnewslist ul li .info .txt { padding:15px; }
	.cnewslist ul li .info .txt h2 { font-size:0.4rem;  height: auto; margin:5px 0;  }
	.cnewslist ul li .info .txt p { line-height:180%;  min-height: auto;  }
	
	.pnav { display:none; }
	.mpnav { display:block; }
	.pagination { margin:0; }
	.page-num, .page-link { padding: 0 12px; margin: 0 5px;}
	
	.cnews { padding:40px 0; }
	.cnews .cnewsde .cn-list { display:none; }
	.cnews .cnewsde .cn-detail { width:calc(100% - 30px); padding:15px 15px 30px;  }
	.cnews .cnewsde .cn-detail .tit h1 { font-size:0.48rem; margin:10px 0 15px; }
	.cnews .cnewsde .cn-detail .tit p { margin:0; }
	.cnews .cnewsde .cn-detail .tit p span { margin-right:15px; }
	.cnews .cnewsde .cn-detail .tit p span em { display:none; }
	.cnews .cnewsde .cn-detail .detail { padding:25px 0; }
	.cnews .cnewsde .cn-detail .sec { padding:15px 0 0; }
	.cnews .cnewsde .cn-detail .sec span { width:72px; margin-right: 15px;  }
	
	.cpro { /*padding:20px 0 40px;*/ }
	.cpro .cprolist .cpro-cate { display:none; }
	.cpro .cpro-list { width:100%; }
	.cpro .cpro-list ul li { width:calc(50% - 8px); margin-right:15px; margin-bottom: 20px;  }
	.cpro .cpro-list ul li:nth-child(2n) { margin-right:0; }
	.cpro .cpro-list ul li:nth-child(3n) { margin-right:15px; }
	.cpro .cpro-list ul li:nth-child(6n)  { margin-right:0; }
	.cpro .cpro-list ul li .txt { padding:15px; }
	.cpro .cpro-list ul li .txt h3 { font-size:0.4rem; }
	.cpro .cpro-list ul li .txt p { line-height: 160%; font-size: 0.36rem; }
	.cpro .cpro-list ul li .bg span { font-size:0.36rem; line-height: 160%; padding: 15px; margin: 24% 0 0;  }
	
	.chor-list { width:100%; }
	.chor-list ul li { width:calc(50% - 8px); margin-right:15px; margin-bottom: 20px;  }
	.chor-list ul li:nth-child(2n) { margin-right:0; }
	.chor-list ul li .txt { padding:15px; }
	.chor-list ul li .txt h3 { font-size:0.4rem; }
	
	.cpro-cate-pc { display:none; }
	
	.mcpro-cate { display:block;  margin-bottom: 15px;  }
	.mcpro-cate .mbread { width:calc(100% - 40px); line-height:240%;  }
	.mcpro-cate .mcatebtn i { display: block;  font-size:0.56rem; color:#009944; margin:2px 0 0;  cursor: pointer; }
	.mcate { display: block;  width:240px; height:100%; background:#fff; position:fixed; top:0; right:-240px; z-index:2000; overflow-x:hidden;  -webkit-overflow-scrolling : touch;  transition:all .3s; -webkit-transition:all .3s;}
	.mcate.open { right:0; box-shadow: 0 0 20px rgba(0,0,0,.15);}
	.mcate .close { float:right; width:48px; height:48px; line-height:48px; display:block; overflow:hidden; text-align:center; color:#999; cursor:pointer;}
	.mcate .close i {  font-size:0.4rem; }
	.mcatebox h1 { color:#333; font-size: 0.4rem; line-height: 60px; padding:0 30px;  border-bottom: 1px solid #EAEAEA;  }
	.cpro .s-list a  {  display: inline-block;  box-sizing: border-box; width:100%;  padding: 0 30px; line-height:48px; border-bottom: 1px solid #EAEAEA; }
	
	.cprode .cpro-detail { width:100%;  }
	.cprode .cpro-detail .top { width: calc(100% - 30px);  padding: 15px; }
	.cprode .cpro-detail .pic , .cprode .cpro-detail .pinfo  { width:100%;  }
	.cprode .cpro-detail .pinfo {  margin:20px 0 10px;}
	.cprode .cpro-detail h3 { display:block;  color:#333; font-size: 0.48rem;   text-align: center; margin: 5px 0 10px; line-height: 180%； }
	.cprode .cpro-detail  .ptinfo { margin:0 0 20px; text-align: center; }

	.cprode .cpro-detail .desc { margin:20px 0 0; }
	.cprode .cpro-detail .desc h5 { font-size:0.48rem; padding:15px 15px 0; }
	.cprode .cpro-detail .desc h5 span { padding-bottom: 10px;}
	.cprode .cpro-detail .desc .cc { padding: 20px 15px; }
	.zoomContainer { display:none; }
	.preview { width:100%; }
	.preview .swiper-slide { width:60px; height: 60px; }
	.preview .arrow {  width: 18px; line-height: 60px; position: absolute; top: 0; z-index: 10;   }
	.preview .arrow-left { left:0; }
	.preview .arrow-right { right:0;  }
	.preview .arrow i { font-size:0.32rem; } 
	.preview .swiper-container { width: calc(100% - 56px); }
	
}
