@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%;   box-sizing: content-box; position: fixed; z-index:99; background: #fff; box-shadow: 0 0 20px rgba(0,0,0,0.05); }
.header .htop {  height: 50px; line-height: 50px;  background:#333; color:#ccc; font-size: 15px; overflow: hidden; }
.header .htop .hct i { display:inline-block; margin:0 10px 0 20px; }
.header .htop a { color:#ccc;  }
.header .htop a:hover { color:#fff; }
.header .hinfo .logo { max-height:60px;  position: relative;  }
.header .hinfo { color:#fff; font-size:18px;  }
.header .hinfo a { display:inline-block; color:#fff; font-size:18px; }
.header .hinfo .logo img { max-height: 60px; margin:20px 0 0; }
.header .hinfo .nav ul li { float:left; margin-left:40px;  position: relative; }
.header .hinfo .nav ul li>a { line-height: 100px; font-size: 18px;  color:#333;  }
.header .hinfo .nav ul li a span { position: relative; display: inline-block; }
.header .hinfo .nav ul li a span::after { content: " ";  position: absolute; bottom: 0;  left: 0; width:0;  height: 2px; background: #1375de;  z-index: 2; transition: all 0.3s ease;}
.header .hinfo .nav ul li a:hover span::after { width:100%; }
.header .hinfo .nav ul li .subnav { width:160px; background:#fff; box-shadow: 0 0 20px rgba(0,0,0,.1); position: absolute; top: 120px;  left: -45px;  z-index: 99;  opacity: 0; visibility: hidden; transition: all .3s ease; }
.header .hinfo .nav ul li .subnav  a  { display: block;  width:100%; line-height: 46px;  text-align: center; color:#333; font-size: 16px;  }
.header .hinfo .nav ul li .subnav  a:hover { background:#1375de; color:#fff;}
.header .hinfo .nav ul li:hover .subnav {opacity: 1; visibility: visible; top: 100px; }
.header .hinfo .nav ul li i.icon-wangzhi { display: inline-block; color:#1375de; margin-right: 10px;  }

.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 {  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 { float: left; box-sizing: border-box; width:80%; height: 60px; line-height: 60px;  padding: 0 20px; background: #fff; border: none; font-size: 16px; color:#666; }
.sc_pop .input_text::placeholder { color:#999; }
.sc_pop .scbtn {   float: left; box-sizing: border-box;  border:none;  width: 20%; height: 60px; line-height: 60px; text-align: center; color: #fff; background: #1375de; font-size: 18px; }

.hdiv { width:100%; height: 150px; }
.mhdiv { width:100%; height:60px; display: none; }
.pc-cc { display: block; } 
.m-cc { display: none; }
#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:720px; 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: 36%; color:#fff;  }
.iban-swp .bg .txt h1 { font-size: 36px; line-height: 160%; padding-bottom: 30px; margin-bottom: 30px; position: relative; }
.iban-swp .bg .txt h1::after { content: " ";  position: absolute; bottom: 0;  left: 0; width:60px;  height: 2px; background: #1375de;  z-index: 2; }
.iban-swp .bg .txt a.more {  box-sizing: border-box; display: inline-block; width:200px; height: 50px; line-height: 50px; padding:0 20px 0 30px; text-align: center; background: #1375de; color:#fff; margin:40px 0 0; }
.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; display: none; }
.iban-swp .sp-pn:hover { background: #1375de; }
.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 { 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); }

.itit { width:100%; position: relative; margin-bottom: 80px; text-align: center; }
.itit h2 {  line-height: 100%; font-size: 36px;  color:#333;  position: relative; z-index: 9; margin-bottom: 20px; }

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

.iabo .iteml { width:680px; }
.iabo .iteml .iabotit h1 { font-size: 36px; font-weight: bold; color:#333; letter-spacing: 2px; }
.iabo .iteml .iabotit em { font-size: 16px; color:#999; text-transform: uppercase; line-height: 200%; }
.iabo .iteml .info { position: relative; padding:40px 0 0; margin:30px 0 0; }
.iabo .iteml .info p {  margin: 10px 0; }
.iabo .iteml .info::before  { content: " ";  position: absolute; top: 0;  left: 0; width:60px;  height: 2px; background: #1375de;  z-index: 2;  }
.iabo .iteml .ico { margin:60px 0 0; }
.iabo .iteml .ico ul li { float: left; margin-right: 38px; }
.iabo .iteml .ico ul li:last-child { margin-right:0; }
.iabo .iteml .ico ul li a { display: inline-block; width: 140px; height: 140px;   background: #f9f9f9; text-align: center; }
.iabo .iteml .ico ul li a i { display: inline-block; width:60px; height: 42px; font-size: 42px; color:#1375de; margin:30px 0 10px;  }
.iabo .iteml .ico ul li a:hover { background: #1375de; color:#fff; }
.iabo .iteml .ico ul li a:hover i { color:#fff; }
.iabo .itemr { width:660px; position: relative; }

.inum { width:100%; height: 320px; background-image:url(../images/inumbg.jpg); position: relative;  z-index: 1;  }
.inum ul {  padding:70px 0 0;  }
.inum ul li { text-align: center; color:#fff; }
.inum ul li span { font-family:"GilroyM"; font-size: 48px; }
.inum ul li i { display: inline-block; vertical-align: top; font-size: 24px; margin-left:10px;  font-style: normal; }
.inum ul li em { margin-left:10px;}
.inum ul li p { margin:10px 0 0; }

.ihorbox { position: relative;  z-index: 2; margin-top:-80px;   }
.ihorbox .ihorlist { box-sizing: border-box;  padding:60px 40px 50px;  background: #f9f9f9; position: relative; }
.ihorbox .ihorlist .swiper-slide .img { overflow: hidden; }
.ihorbox .ihorlist .swiper-slide .img img { width: 100%; height: 100%; object-fit: cover; }
.ihorbox .ihorlist .swiper-slide:hover .img img { transform:scale(1.08);  transition: all 0.5s ease;  }
.ihorbox .ihorlist .swiper-slide p { text-align: center; margin:20px 0 0; color:#333;  }
.ihorbox .swiper-pagination { display: none; }
.ihorbox .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 .3s ease; }
.ihorbox .hor-prev  {left: -100px; }
.ihorbox .hor-next {right:-100px; }
.ihorbox .sp-pn i {display:inline-block; line-height:60px; font-size: 24px;  }
.ihorbox .sp-pn:hover { background: #1375de; }

.iprocate { margin:120px 0 0;  background-image: url(../images/iprocatebg.jpg) ; }
.iprocate .list { margin:60px 0 0; }
.iprocate .item {float:left; width:320px; height:320px; margin-right:40px; position: relative; }
.iprocate .item:first-child {  width:680px; height:680px; }
.iprocate .item a { display: block; width:100%; height: 100%; position: relative; }
.iprocate .item a::before {content: ""; position: absolute; left: 0; top: 0;  width:100%; height: 100%; background: linear-gradient(to bottom, transparent 50%, #000); opacity: 0.5; z-index: 9; }
.iprocate .item .img { width:100%; height: 100%; overflow: hidden; }
.iprocate .item .img img { width: 100%; height: 100%; object-fit: cover; }
.iprocate .item:hover .img img { transform:scale(1.08);  transition: all 0.5s ease;  }
.iprocate .item:nth-child(3), .iprocate .item:nth-child(5) { margin-right:0; }
.iprocate .item:nth-child(4), .iprocate .item:nth-child(5)  {  margin-top:40px; }
.iprocate .item .txt { box-sizing: border-box; width:100%; padding:30px; position: absolute; bottom:0; left:0; z-index: 9; color:#fff; }
.iprocate .item .txt h2 { font-size: 24px; margin-bottom: 10px;}
.iprocate .item .line { width: calc(100% - 30px); height: calc(100% - 30px); position: absolute; top: 15px; bottom: 0; right: 0; left: 0; z-index: 99; margin: auto; color:#fff; text-align: center;  display: table;  transition: all 0.3s ease; }
.iprocate .item .line::before { box-sizing: border-box; top: 0; left:0 ; }
.iprocate .item .line::after { box-sizing: border-box; bottom: 0; right: 0; }
.iprocate .item .line::after, .iprocate .item .line::before { position: absolute; z-index: 2; content: ''; width: 0; height: 0; border: 1px solid transparent; }
.iprocate .item:hover .line::after, .iprocate .item:hover .line::before { width: calc(100% + 0px); height: calc(100% + 0px); }
.iprocate .item:hover .line::before { border-bottom-color: #fff; border-left-color: #fff; transition: height 0.3s, width 0.3s 0.3s; }
.iprocate .item:hover .line::after { border-top-color: #fff; border-right-color: #fff; transition: height 0.3s, width 0.3s 0.3s; }

.accordionBox { width: 100%;  height: 460px;  position: relative; overflow: hidden; }
.accordionBox ul { height: 460px; overflow: hidden; }
.accordionBox ul li {  width: 320px;  height: 460px;  position: relative; overflow: hidden; float: left; margin-right:40px;  transition: all 0.3s ease; }
.accordionBox ul li:nth-child(3n) { margin-right: 0;}
.accordionBox ul li a { display: block; width:100%; height: 100%; position: relative; }
.accordionBox ul li a::before {content: ""; position: absolute; left: 0; top: 0;  width:100%; height: 100%; background: linear-gradient(to bottom, transparent 50%, #000); opacity: 0.8; z-index: 1; transition: all 0.3s ease; }
.accordionBox ul li .img {  width: 100%; height: 100%; object-fit: cover; overflow: hidden; }
.accordionBox ul li .img img {  width: 100%; height: 100%; object-fit: cover;  }
.accordionBox ul li .txt { box-sizing: border-box; width: 100%;  position: absolute; left:0; bottom:0; z-index: 9; color:#fff; padding:40px 60px 40px 40px; }
.accordionBox ul li .txt h2 { font-size: 24px; }
.accordionBox ul li .txt p { height:0; opacity: 0; transition: all 0.3s ease;  }
.accordionBox ul li .txt i { display: inline-block; font-size: 18px; position: absolute; right:30px; bottom:40px; transform: rotate(-45deg); }
.accordionBox ul li.first { width: 680px; }
.accordionBox ul li.on p { height:64px; opacity: 1; margin:20px 0 0; }

.icase {   background-image: url(../images/icasebg.jpg) ;  }
.icaselist { position:relative; }
.icaselist  .swiper-slide .img { overflow: hidden; }
.icaselist .swiper-slide .img img { width: 100%; height: 100%; object-fit: cover; }
.icaselist .swiper-slide:hover .img img { transform:scale(1.08);  transition: all 0.5s ease;  }
.icaselist .swiper-slide p { padding:20px; background: #fff;  }
.icaselist .swiper-slide p span { width:90%;  color:#333; }
.icaselist .swiper-slide p i { display:inline-block; font-size: 18px; color:#1375de;  }
.icaselist .swiper-pagination { display: none; }
.icaselist .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 .3s ease; }
.icaselist .case-prev  {left: -100px; }
.icaselist .case-next {right:-100px; }
.icaselist .sp-pn i {display:inline-block; line-height:60px; font-size: 24px;  }
.icaselist .sp-pn:hover { background: #1375de; }

.inewslist .pic { width:calc(50% - 40px); overflow: hidden; }
.inewslist .pic a { display: block; overflow: hidden; position: relative; color:#fff; }
.inewslist .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;}
.inewslist .pic a h1 { display: inline-block; width:82%; position: absolute; left:4%; bottom:6%; z-index: 9;  font-size: 18px; font-weight: normal; }
.inewslist .pic a h1 em { display: block; font-weight: normal; line-height: 200%; } 
.inewslist .pic a img { width: 100%; height: 100%; object-fit: cover;  transition: all 0.5s ease; }
.inewslist .pic a:hover img {  transform:scale(1.1);  }
.inewslist .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 .3s ease; }
.inewslist .focus-prev  {left: 0; }
.inewslist .focus-next {right: 0; }
.inewslist .sp-pn i {display:inline-block; line-height:60px; font-size: 20px;  }
.inewslist .sp-pn:hover { background: #1375de; }
.inewslist .swiper-pagination { width:10%; text-align: right; left: auto; right:4%; bottom:6%; }
.inewslist .swiper-pagination-bullet { width:10px; height: 10px; border-radius: 10px; background:#fff; opacity: 0.5; margin:0 0 0 10px!important; }
.inewslist .swiper-pagination-bullet-active { border-radius: 10px; background:#fff;  opacity: 1;  }
.inewslist .list { width:50%; }
.inewslist .list ul li { background: #f9f9f9; padding: 15px 30px; line-height: 200%; margin:20px 0 0; position: relative; }
.inewslist .list ul li::after { content: " ";  position: absolute; top: 0;  left: 0; width:3px;  height: 0; background: #1375de;  z-index: 2; transition: all 0.3s ease;}
.inewslist .list ul li:hover::after { height: 100%; }
.inewslist .list ul li .img { max-width: 200px; overflow: hidden; }
.inewslist .list ul li .img img { width: 100%; height: 100%; object-fit: cover;  transition: all 0.5s ease; }
.inewslist .list ul li:hover .img img { transform:scale(1.1);  }
.inewslist .list ul li .txt .info { width:calc(100% - 120px);}
.inewslist .list ul li .txt .info h2 {   font-weight: normal; color:#333;  }
.inewslist .list ul li .txt .info p { font-size: 15px; color:#999; }
.inewslist .list ul li .txt .date { color: #999; }
.inewslist .list ul li:first-child { padding:0 0 0 30px; margin:0 0 40px 0; }
.inewslist .list ul li:first-child .txt .info { width: calc(100% - 230px); }
.inewslist .list ul li:first-child .txt .info h2 { margin:0 0 10px; }
.inewslist .list ul li:first-child .txt .info em { display: inline-block; color: #999; margin:10px 0 0; }

.footer { width:100%;  background:#333; color:#999; font-size: 15px; }
.footer p, .footer a { font-size: 15px; color:#999; }
.footer .cc { padding:80px 0 60px; }
.footer .flogo  { width:20%;}
.footer .flogo img { max-height:60px; }
.footer .fleft  {  width:calc(64% - 380px); }
.footer .fleft ul li { float:left; width:33.3%; }
.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:30px; position: relative; }
.footer .fleft ul li h3 span::after { content: " ";  position: absolute; bottom: 0;  left: 0; width:30px;  height: 2px; background: #1375de;  z-index: 2; transition: all 0.3s ease;}
.footer .fleft ul li .subnav a { display: inline-block; width:100%; line-height: 260%;  }
.footer .fleft ul li .subnav a:hover { color:#fff; }
.footer .fleft ul li:nth-child(3) { display:none; }
.footer .fleft ul li:last-child { display:none; }
.footer .fmid { width:10%; }
.footer .fmid ul {  display: flex; flex-wrap: wrap; justify-content: space-between; text-align: center; }
.footer .fmid ul li img { max-width: 140px; width: 100%; margin-bottom: 10px; }
.footer .fright { width:380px; }
.footer .fright h2 { font-size: 30px; margin-bottom: 30px; color:#fff; font-weight: normal; }
.footer .fright h2 i { font-size: 24px; color:#1375de; margin-right: 10px; font-weight: normal; }
.footer .fright p { line-height: 260%; font-size: 15px; }
.footer .fright p i { font-size: 18px; color:#666; margin-right:15px; vertical-align: middle;  }
.footer .cpr { padding:25px 0;  text-align: center; border-top:1px solid rgba(255,255,255,0.1);  }
.footer .cpr a:hover { color:#fff; }

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

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

.cbanner { width:100%; height: 400px; display: table; position: relative; background-repeat: no-repeat; background-position: center 150px;  background-attachment: fixed;   }
.cbanner .txt {  display: table-cell; vertical-align: middle;  color: #fff; text-align: center;  text-transform: uppercase; }
.cbanner .txt  h1 { font-size: 36px;  margin:0 0 20px;  }

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

.ccontent { padding:80px 0;  }
.ctit h1 {  line-height: 100%; font-size: 36px;  color:#333;  position: relative; z-index: 9; margin-bottom: 60px;  }

.cabo {  margin-bottom:80px; }
.cabo .iteml .info  {  padding: 30px 0 0; }
.cabo .iteml .info p { margin:10px 0; }

.cnum { height:240px;  margin-bottom: 80px;  }
.cnum ul { padding:50px 0 0; }

.caboitem   {  margin-bottom:80px; }
.caboitem .item { flex:1; background: #f9f9f9;  }
.caboitem .item .img {  width:100%;    }
.caboitem .item .info {   height: 316px; box-sizing: border-box;  padding: 40px;  }
.caboitem .item .info em { display: inline-block; color:#999;  font-size:18px; line-height: 160%;  margin-bottom: 10px; }
.caboitem .item .info h5 {  font-size: 30px; color:#333;  padding-bottom: 30px; margin-bottom: 30px;  position: relative; }
.caboitem .item .info h5::after { content: " ";  position: absolute;  left: 0; bottom: 0;   width:60px;  height: 2px; background: #1375de;  z-index: 2; }

.cabopi { padding:80px 0;  background: #f9f9f9;  }
.cabopi .iteml { width:680px; }
.cabopi .iteml  .ctit h1  { position: relative; }
.cabopi .iteml  .ctit h1::after { content: " ";  position: absolute;  left: 0; bottom: -30px;   width:60px;  height: 2px; background: #1375de;  z-index: 2; }
.cabopi .itemr { width:660px;  position: relative; }

.caboalbum { padding:80px 0 0;  }
.caboalbum .sc-album { padding:0 0 60px 0;  }
.caboalbum .sc-album .txt { padding: 20px 0; background: #f9f9f9;  }
.caboalbum .sc-album .txt h3 { font-size:16px;  color:#333; text-align: center; font-weight: normal; }
.caboalbum .swiper-pagination { width:100%; bottom:0!important; }
.caboalbum .swiper-pagination-bullet { width:10px; height: 10px; background:#eee; opacity: 1!important; margin:0 10px!important; border-radius:10px!important;   }
.caboalbum .swiper-pagination-bullet-active { width:40px; background:#1375de; }

.ccul .info p { margin:10px 0; }
.ccul .cculbox { margin:60px 0 0; }
.ccul .cculbox .img,  .ccul .cculbox .txt { width: calc(50% - 30px);  }
.ccul .cculbox .txt ul li { border-left:2px solid #1375de; background: #f9f9f9;  padding:20px 30px;   margin-bottom: 40px;  }
.ccul .cculbox .txt ul li h5 { font-size:20px; color:#333;  margin-bottom: 10px;   }

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

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

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

.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: 2px; background: #1375de;  z-index: 2; transition: all .3s ease; }
.cnewslist ul li .info .pic {  overflow: hidden; height: 240px; }
.cnewslist ul li .info .pic img { width: 100%; height:100%; object-fit: cover;  }
.cnewslist ul li .info .txt { padding:30px; background: #fff; }
.cnewslist ul li .info .txt h2 {  color:#333; margin:10px 0; line-height: 180%; height: 60px; font-size: 18px; font-weight: normal;  }
.cnewslist ul li .info .txt p { color: #888;  height: 60px; }
.cnewslist ul li .info:hover::after { width:100%; }
.cnewslist ul li .info:hover .pic img { transform:scale(1.08);  }

.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: #1375de;  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:#1375de; }
.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 .detail strong { color:#333; }
.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:#1375de; }

.ccgray { background: #f9f9f9; padding:80px 0; }

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

.cpro .cpro-list ul li { float:left; width:calc(33.3% - 27px); margin-right:40px; margin-bottom: 40px;  }
.cpro .cpro-list ul li:nth-child(3n) { 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 0; position: relative;  margin:42% 0 0; }
.cpro .cpro-list ul li:hover .bg { opacity:1; }
.cpro .cpro-list ul li .bg span::before { content: ''; position: absolute; top: 0px; left: 50%; transform: translateX(-50%);  width: 100%; height: 1px; background: #fff; transition: all 0.3s ease; }
.cpro .cpro-list ul li .bg span::after { content: ''; position: absolute;  bottom: 0px;  left: 50%;  transform: translateX(-50%); width: 100%; height: 1px;  background: #fff; transition: all 0.3s ease; }
.cpro .cpro-list ul li:hover .bg span::before, .cprolist ul li:hover .bg span::after  { width:50%; }
.cpro .cpro-list ul li .txt { background:#fff; padding:30px; border-top:2px solid #f9f9f9; }
.cpro .cpro-list ul li .txt h3 { font-size:20px;  color:#333;  margin-bottom: 10px;  }
.cpro .cpro-list ul li .txt p span  { display: inline-block; width:calc(100% - 30px);  }
.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);}

.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; position:relative; }
.view em { display: inline-block;  position:absolute; right:20px; bottom:20px;  z-index: 9;  }
.view em i {  font-size:24px; color:#fff; }
.view .swiper-slide{ box-sizing: border-box; overflow: hidden;text-align: center; }
.preview{position: relative;width:100%; margin:0 auto; margin:20px 0 0; }
.preview .small { width: calc(100% - 80px); margin:0 auto; }
.preview .swiper-slide {width: 20%;   box-sizing: border-box;  cursor: pointer;  }
.preview .swiper-slide .imgbox { box-sizing: border-box; padding: 0 10%; }
.preview .swiper-slide .imgbox  img  {  border:2px solid #ddd;   }
.preview .swiper-slide.active-nav .imgbox  img  {  border:2px solid #4361ee;   }
.preview .arrow { background: #999;  width:30px; height: 100%;   position: absolute; top: 0; z-index: 10; color:#fff; text-align: center; }
.preview .arrow i { display: inline-block;  font-size:14px;  position: absolute; top:calc(50% - 7px); left:calc(50% - 7px);   }
.preview .arrow-left{left: 0;}
.preview .arrow-right{right: 0;}
.preview .arrow:hover { background:#4361ee; }

.cprode .cpro-detail  .pinfo {  width:calc(50% - 20px); }
.cprode .cpro-detail  .pinfo h2 { font-size:30px; color:#2c2c2c; margin:20px 0 40px; }
.cprode .cpro-detail  .pinfo table  { border-top:1px solid #ddd;  border-left:1px solid #ddd; }
.cprode .cpro-detail  .pinfo table tr td { padding:15px 20px;  border-bottom:1px solid #ddd;  border-right:1px solid #ddd;  }
.cprode .cpro-detail  .pinfo table tr td:first-child { font-weight:bold;  color:#222; }
.cprode .cpro-detail  .desc { background:#fff; margin:40px 0 0; }
.cprode .cpro-detail  .desc h5 { color:#222;  font-size: 24px; border-bottom:2px solid #F6F6F6; text-transform: uppercase; padding:20px 40px 0;  }
.cprode .cpro-detail  .desc h5 span { position: relative; display: inline-block; padding-bottom:20px; }
.cprode .cpro-detail  .desc h5 span::after { content: " ";  position: absolute; left: 0; bottom: -2px; width:100%; height: 3px; background: #4361ee;  z-index: 2;}
.cprode .cpro-detail  .desc .cc { padding:30px 40px; }
.cprode .cpro-detail  .desc .cc strong { color:#333; }
.cprode .cpro-detail  .sec { margin:40px 0 0;}
.cprode .cpro-detail  .sec p { width:calc(50% - 10px); background:#fff; box-sizing: border-box;  padding:10px 20px;  font-size: 14px;  color:#222; }
.cprode .cpro-detail  .sec p a { color:#222; }
.cprode .cpro-detail h3 { display:none;  }

.ccont .boxfl { width:50%; padding:80px 0 0; }
.ccont .boxfl h1 { font-size: 30px;  color: #333; margin:0 0 30px; }
.ccont .boxfl p { line-height: 240%;}
.ccont .boxfl p i {display: inline-block; color:#1375de; font-size: 20px; margin-right: 15px; }
.ccont .bdmap { margin:40px 0 0; }
.ccont .boxfr {  width:calc(50% - 80px); box-sizing:border-box; padding:80px 60px 180px; background: #f9f9f9; }
.ccont .boxfr h2 { font-size: 30px; color: #333; text-transform: uppercase; margin:0 0 40px; }
.ccont .boxfr p.tips { margin-bottom:15px;  }
.ccont .iform ul li { position: relative; width:100%; margin-bottom: 20px;  }
.ccont .iform ul li p { margin-bottom:10px; }
.ccont .iform ul li input { width:calc(100% - 30px); background:#fff; line-height: 46px;  border:none; padding:0 15px; color:#666;  }
.ccont .iform ul li textarea { width:calc(100% - 30px); background:#fff; height: 72px; line-height: 160%; 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:#1375de;  color:#fff; font-size: 18px; text-transform: uppercase; border:none;  margin:20px 0 0; transition: all .3s ease; }
.ccont .iform button:hover { transform:translateY(-5px); transition: all .3s ease;} 

.ctechinfo .item { background: #f9f9f9; }
.ctechinfo .item .img { width: 50%;  float:left; }
.ctechinfo .item .info { width: 50%;  height: 100%; box-sizing: border-box;  padding: 0 80px;  float:right; display: table; }
.ctechinfo .item .info .mid { display:table-cell;  vertical-align: middle; }
.ctechinfo .item .info em { color:#999;  }
.ctechinfo .item .info h5 {  font-size: 30px; color:#333;  padding-bottom: 30px; margin-bottom: 30px;  position: relative; }
.ctechinfo .item .info h5::after { content: " ";  position: absolute;  left: 0; bottom: 0;   width:60px;  height: 2px; background: #1375de;  z-index: 2; }
.ctechinfo .item .info p { position:relative; padding-left:20px;  }
.ctechinfo .item .info p::after { content: ''; display: block; position: absolute;   width: 5px; height: 5px;  background: #1375de;  left: 0;   top: 12px;  border-radius: 50%; }

.ctechbox { margin:80px 0; }
.ctechbox ul li { float:left; width:calc(25% - 30px); margin-right:40px; position: relative; min-height: 530px;  background: #f9f9f9;  border-bottom: 2px solid #1375de;   overflow: hidden;  }
.ctechbox ul li:last-child { margin-right:0; }
.ctechbox ul li .txt { padding:20px; }
.ctechbox ul li .txt  h2 { font-size:24px; color:#333; margin:10px 0; }
.ctechbox ul li .txt  h3 { font-size:18px; color:#333; font-weight: normal; margin: 20px 0;  }

.cprocess { padding:80px 0;   background: #f9f9f9; }
.caboalbum .sc-album .txt { background:#fff; }

.cmfg { background: #fff;  }
.cmfg  .imfgbox .info em { display:inline-block;  font-size: 18px; line-height: 160%; margin: 10px 0; color:#999;  text-transform: uppercase; }
.cmfg  .imfgbox .info h1 { font-size:30px; color:#333;  padding-bottom: 30px; margin-bottom: 30px; position: relative;  }
.cmfg  .imfgbox .info h1::after { content: " ";  position: absolute;  left: 0; bottom: 0;   width:60px;  height: 2px; background: #1375de;  z-index: 2;}
.cmfg  .imfgbox .info p { color:#666; }
.cmfg .imfgbox .itembox { margin-top: -40px; }

.cfactory { background: #f9f9f9; padding:80px 0;  margin:80px 0 0; }

.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; }

/*--------------------------------------------------------------------------移动端--------------------------------------------------------------------------*/
@media only screen and (max-width:1000px){
	
	/*--------------------------------------------------------------------------通用--------------------------------------------------------------------------*/
	
	.pc-cc { display: none; }
	.m-cc { display: block; }	
		
	.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;}

	table, input, select, textarea { font-size:0.38rem; }
	.layui-form-label { font-size:0.38rem;}
	.layui-form-item { margin-bottom:0.32rem; }
	
	html, body,a, p { font-size:0.38rem; line-height: 180%; }
	.ww { width: calc(100% - 0.72rem); margin: 0 auto; }
	.p120 { padding:0.72rem 0; }
	
	#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.44rem; font-weight: bold; color:#333; margin-left:0.36rem; line-height: 60px; }
	.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:30px; margin:15px 0 0; }
/*
	.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.38rem; 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:#f9f9f9!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.36rem;  }
*/
	.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 .3s; -webkit-transition:all .3s;}
	.leftcontrol.open{ right:0; box-shadow: 0 0 20px rgba(0,0,0,.15);}
	.leftcontrol ul li { display:block; overflow:hidden; width:100%; /*border-bottom:1px solid #ddd;*/}
	.leftcontrol ul li a { display:block; overflow:hidden; padding:0 30px; height:48px; line-height:48px; font-size:0.4rem; font-weight: bold; color:#354842;}
	.leftcontrol ul li a span { display:inline-block; }
	.leftcontrol ul li a span.circle {  border-radius: 6px;width: 6px;height: 6px; background-color: transparent; margin-right: 15px; position: relative; top: -3px; display: none;  } 
	.leftcontrol ul li a span.more { width:12px; height:12px; position: relative; float: right; top: 20px }
	.leftcontrol ul li a span.more span { background: #b7b7b7; position: absolute; }
	.leftcontrol ul li.active a span.more span {background: #fff;}
	.leftcontrol ul li a span.more span.h { width: 12px; 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 .3s; -webkit-transition:all .3s; }
	.leftcontrol ul li.active a.hassub { background: #006dca;color: #fff;  } 
	.leftcontrol ul li.active a span.circle { border-color: #fff; background-color: #fff;margin-right: 15px;}
	.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; cursor:pointer;}
	.leftcontrol .close i {  font-size:0.4rem; }
	.leftcontrol ul li .nav-inner-list  {  padding:8px 0 8px 30px; background:#f6f6f6!important; }
	.leftcontrol ul li .nav-inner-list a { height: 38px; line-height: 38px; color:#666!important; font-weight: normal; font-size: 0.38rem;  padding:0;  }

	.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; }

	.ibg .swiper-pagination { bottom:0.24rem!important;}
	.ibg .swiper-pagination-bullet { width:10px; height: 10px; border-radius: 10px; margin: 0 5px!important;}
	.ibg .swiper-pagination-bullet-active { opacity: 1; }
	
	.iabo .iteml .iabotit h1 { font-size:0.56rem; }
	.iabo .iteml .iabotit em { font-size:0.38rem; }
	.iabo .iteml .info { padding: 0.48rem 0 0;    margin: 0.38rem 0 0;}
	.iabo .iteml , .iabo .itemr { float:none; width: 100%;  }
	.iabo .iteml .ico {  margin: 0.72rem 0 0; }
	.iabo .iteml .ico ul li { width: calc(50% - 0.18rem); margin-right:0.36rem; margin-bottom: 0.36rem;   }
	.iabo .iteml .ico ul li:nth-child(2n) { margin-right:0; }
	.iabo .iteml .ico ul li a { width:100%; height: auto; padding:0.36rem 0; }
	.iabo .iteml .ico ul li a i { margin:0.36rem 0 0; }

	.inum { height:5.4rem; }
	.inum ul { padding:0.72rem 0 0; }
	.inum ul li  { margin-bottom:0.36rem; }
	.inum ul li span { font-size: 0.72rem; }
	.inum ul li p { margin:0; }
	
	.ihorbox { margin-top:-0.72rem; }
	.ihorbox .ihorlist { padding:0.48rem;  }
	.ihorbox .ihorlist .isc-hor { padding-bottom:0.84rem; }
	.ihorbox .ihorlist .swiper-slide p { margin:0.36rem 0 0; }
	.ihorbox .sp-pn { display:none; }
	.ihorbox .swiper-pagination { display:block; bottom:0!important; }
	.ihorbox .swiper-pagination-bullet { width:10px; height: 10px; border-radius: 10px; margin: 0 5px!important;}
	.ihorbox .swiper-pagination-bullet-active { opacity: 1; }
	
	.iprocate { margin:0.72rem 0 0; }
	
	.itit { box-sizing:border-box;  padding:0 0.36rem; margin-bottom:0.48rem; }
	.itit h2 { font-size:0.56rem; margin-bottom: 0.36rem;  }
	
	.iprocate .list { margin:0; }
	.iprocate .item {   float:none;  width:100%!important;  height:auto!important; margin: 0 0 0.36rem!important;  }
	.iprocate .item:last-child { margin:0!important; }
	.iprocate .item .txt { padding:0.36rem; }
	.iprocate .item .txt h2 { font-size:0.48rem; }
	
	.accordionBox { height:auto; }
	.accordionBox ul { height: auto; }
	.accordionBox ul li { width: 100%; height: auto;   margin-right: 0; margin-bottom: 0.36rem; }
	.accordionBox ul li:last-child { margin-bottom:0;}
	.accordionBox ul li.first { width: 100%;}
	.accordionBox ul li .txt { padding:0.36rem 0.72rem 0.36rem 0.36rem; }
	.accordionBox ul li .txt p {  margin:0.36rem 0 0; opacity: 1!important; height: auto!important; }
	.accordionBox ul li .txt h2 , .accordionBox ul li.on .txt h2 { font-size: 0.48rem; }
	.accordionBox ul li .txt i { bottom:0.36rem; right:0.36rem; font-size: 0.38rem;  }
	
	.icase { margin:0.36rem 0 0; }
	.icaselist .isc-case { padding-bottom:1rem;  }
	.icaselist .swiper-slide p { padding:0.36rem; }
	.icaselist .swiper-slide p span { width:calc(100% - 0.72rem); }
	.icaselist .sp-pn { display:none; }
	.icaselist .swiper-pagination { display:block; bottom:0!important; }
	.icaselist .swiper-pagination-bullet { width:10px; height: 10px; border-radius: 10px; margin: 0 5px!important;}
	.icaselist .swiper-pagination-bullet-active { opacity: 1; }
	
	.inewslist .pic , .inewslist .list {  float:none;  width:100%!important;  height:auto!important;  }
	.inewslist .pic a { height:auto!important; }
	.inewslist .pic a h1 { font-size:0.42rem;  }
	.inewslist .swiper-pagination { display:none; }
	.inewslist .sp-pn { width:40px; height:40px;  margin-top: -20px; }
	.inewslist .sp-pn i { line-height:40px; font-size:0.42rem; }
	.inewslist .list ul li:first-child { padding:0.36rem; margin:0; }
	.inewslist .list ul li:first-child .txt .info { float:none;  width: 100%; }
	.inewslist .list ul li .img { display:none; }
	.inewslist .list ul li { margin:0.36rem 0 0;  padding:0.36rem; }
	.inewslist .list ul li .txt .info { width: calc(100% -  2.4rem); }
	
	.footer .cc { padding:0.72rem 0 0.36rem; }
	.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 0.36rem; }
	.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 ul { justify-content:space-around;  }
	.footer .fmid h2 span { font-size:0.72rem; }
	.footer .fright h2 i { font-size:0.56rem; }
	.footer .fright { margin:0.48rem 0 0; }
	.footer .fright h2 { font-size:0.64rem; margin-bottom: 0.36rem; }
	.footer .fright p { line-height:180%; margin-bottom: 10px; }
	.footer .fright p i { font-size:0.48rem; margin-right:0.36rem;  }
	.footer .cpr { padding:0.36rem 0; }
	.footer .cpr p { font-size:0.36rem; }
	
	.bread { display:none; }
	
	.cbanner { height: 180px; background-position: center top;}
	.cbanner .txt { padding:0 0.36rem; }
	.cbanner .txt h1 { font-size:0.56rem; margin:0 0 0.18rem; }
	
	.cmenu a { height:50px; line-height: 50px; padding:0 0.36rem; font-size: 0.4rem;  }
	
	.ccontent { padding:0.72rem 0; }
	
	.cabo { margin-bottom:0.72rem; }
	.cnum { height:4.8rem; margin-bottom:0.72rem; }
	
	.caboitem { margin-bottom:0.72rem; }
	.caboitem .ww { display:block; }
	.caboitem .item { width:100%;  margin-bottom: 0.36rem;  }
	.caboitem .item .info { height:auto; padding:0.36rem; }
	.caboitem .item .info em { font-size:0.38rem; margin-bottom:0;  }
	.caboitem .item .info h5 { font-size:0.48rem;  margin-bottom:0.36rem; padding-bottom: 0.36rem;  }
	.caboitem .item .info h5::after { width:40px; }
	
	.ctit h1 { font-size:0.56rem; margin-bottom:0.48rem;  }
	
	.cabopi { padding:0.72rem 0; }
	.cabopi .iteml , .cabopi .itemr  { float:none;  width:100%; }
	.cabopi .iteml .ctit h1 { margin-bottom:0.96rem; }
	.cabopi .iteml .ctit h1::after { width:40px; bottom:-20px;  }
	.cabopi .iteml .info { margin-bottom:0.36rem;  }
	
	.caboalbum { padding:0.72rem 0 0; }
	.caboalbum .sc-album { padding-bottom:0.72rem; }
	.caboalbum .sc-album .txt { padding:0.24rem 0; }
	.caboalbum .swiper-pagination { display:block; bottom:0!important; }
	.caboalbum .swiper-pagination-bullet { width:10px; height: 10px; border-radius: 10px; margin: 0 5px!important;}
	.caboalbum .swiper-pagination-bullet-active { opacity: 1; }
	
	.ccul .cculbox { margin:0.48rem 0 0; }
	.ccul .cculbox .img, .ccul .cculbox .txt { float:none; width:100%; }
	.ccul .cculbox .txt ul li { padding:0.36rem;  margin:0.36rem 0 0;  }
	.ccul .cculbox .txt ul li h5 { font-size:0.48rem; } 
	
	.chor-list ul li { width:calc(50% - 0.18rem); margin-right:0.36rem; margin-bottom: 0.36rem;  }
	.chor-list ul li:nth-child(2n) { margin-right:0; }
	.chor-list ul li:nth-child(5) { margin-right:0.36rem; }
	.chor-list ul li .txt { padding:0.36rem; }
	.chor-list ul li .txt h3 { font-size:0.38rem; }
	
	.calbum-list ul li { width:calc(50% - 0.18rem); margin-right:0.36rem; margin-bottom: 0.36rem;  }
	.calbum-list ul li:nth-child(2n) { margin-right:0; }
	.calbum-list ul li:nth-child(5) { margin-right:0.36rem; }
	.calbum-list ul li .txt { padding:0.24rem; }
	.calbum-list ul li .txt h3 { font-size:0.38rem; }
	
	.pnav { display:none; }
	.mpnav { display:block; }
	.pagination { margin:0.36rem 0 0; }
	.page-num, .page-link { padding: 0 12px; margin: 0 5px;}
	
	.ccgray { padding:0.72rem 0; }
	
	.cnewslist ul li { width:100%; margin-bottom: 0.38rem;  }
	.cnewslist ul li .info em { padding: 10px 20px;}
	.cnewslist ul li .info .txt { padding:0.38rem; }
	.cnewslist ul li .info .txt h2 { font-size:0.42rem;  height: auto; margin:5px 0;  }
	.cnewslist ul li .info .txt p { line-height:180%;  min-height: auto;  }
	
	.cnews { padding:0.72rem 0; }
	.cnews .cnewsde .cn-list { display:none; }
	.cnews .cnewsde .cn-detail { width:calc(100% - 0.72rem); padding:0.36rem;  }
	.cnews .cnewsde .cn-detail .tit h1 { font-size:0.48rem; margin:0.24rem 0 0.36rem; }
	.cnews .cnewsde .cn-detail .tit p { margin:0; }
	.cnews .cnewsde .cn-detail .tit p span { margin-right:0.36rem; }
	.cnews .cnewsde .cn-detail .tit p span em { display:none; }
	.cnews .cnewsde .cn-detail .detail { padding:0.36rem 0; }
	.cnews .cnewsde .cn-detail .sec { padding:0; }
	.cnews .cnewsde .cn-detail .sec span { width:72px; margin-right: 0.36rem;  }
	.cnews .cnewsde .cn-detail .sec p { margin:0.36rem 0 0;  }
	
	
	.cpro { padding:20px 0 40px; }
	.cpro .cprolist .cpro-cate { display:none; }
	.cpro .cpro-list { width:100%; }
	.cpro .cpro-list ul li { width:calc(50% - 0.18rem); margin-right:0.36rem; margin-bottom: 0.36rem;  }
	.cpro .cpro-list ul li:nth-child(2n) { margin-right:0; }
	.cpro .cpro-list ul li:nth-child(3) , .cpro .cpro-list ul li:nth-child(9){ margin-right:0.36rem; }
	.cpro .cpro-list ul li .img {	height: 178px;}
	.cpro .cpro-list ul li .bg span { margin: 30% 0 0; }
	.cpro .cpro-list ul li .txt { padding:0.36rem; }
	.cpro .cpro-list ul li .txt h3 { font-size:0.42rem; margin-bottom:5px;  }
	.cpro .cpro-list ul li .txt p { line-height: 160%;  }
	.cpro .cpro-list ul li .txt p i {font-size:14px; }
	
	.cprode .cpro-detail { width:100%;  }
	.cprode .cpro-detail .top { box-sizing: border-box; width: 100%;  padding: 0.36rem; }
	.cprode .cpro-detail .pic , .cprode .cpro-detail .pinfo  { width:100%;  }
	.cprode .cpro-detail .pinfo {  margin:20px 0 10px;}
	.cprode .cpro-detail .pinfo h2 { display:none; }
	.cprode .cpro-detail h3 { display:block;  color:#333; font-size: 0.56rem;   text-align: center; margin: 5px 0 15px; }
	.cprode .cpro-detail .desc { margin:20px 0 0; }
	.cprode .cpro-detail .desc h5 { font-size:0.48rem; padding:0.36rem 0.36rem 0; }
	.cprode .cpro-detail .desc h5 span { padding-bottom: 0.36rem;}
	.cprode .cpro-detail .desc .cc { padding: 20px 15px; }
	.view em { right:0.36rem; bottom:0.36rem;   }
	.view em i { font-size: 0.48rem; }
	.preview { width:100%; margin:0.36rem 0 0; }
	.preview .swiper-slide { width:25%; }
	.preview .arrow i { top:calc(50% - 12px); }
	.preview .arrow-left { left:0; }
	.preview .arrow-right { right:0;  }

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




