@charset "utf-8";

/*--------------------------------------------------------------------------通用样式--------------------------------------------------------------------------*/
.hoverable { overflow:hidden; z-index: 0; transition: all 0.3s ease; }
.hoverable:hover { transform:translateY(-5px);  }
.anim { transform: translateY(-50%) translateX(-50%); position: absolute; top: 50%; left: 50%; z-index: -1; }
.anim:before {  position: relative; content: ""; display: block; margin-top: 100%; }
.anim:after { content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; border-radius: 50%; }
.hoverable .anim { animation: anim-out .75s; }
.hoverable .anim:after { animation: anim-out-pseudo .75s; }
.hoverable .anim, .hoverable .anim:after { animation-iteration-count: infinite; animation-duration: 1.3s; }
@keyframes anim-in { 0%{width:0}100%{width:100%}}
@keyframes anim-in-pseudo { 0%{background:rgba(0,0,0,0.25)}100%{background:transparent} }
@keyframes anim-out { 0%{width:0}100%{width:100%} }
@keyframes anim-out-pseudo { 0%{background:rgba(0,0,0,0.25)}100%{background:transparent} }
.imore { display: inline-block; box-sizing: border-box;  padding:0 2vw; height:60px;  line-height:60px; border-radius: 60px; background: #f36633;  color:#fff;  }
.imore i { display: inline-block; font-size: 14px; margin-left:2vw; }
.iboxbg { background-position: center center; background-size:cover; background-repeat: no-repeat;}
.hdiv { width:100%; height: 100px; }
.mhdiv { width:100%; height:60px; display: none; }
.mask { width:100%; height:100%; overflow:hidden; cursor:pointer; background:rgba(0,0,0,0.8); position:fixed; left:0; top:0; z-index:999;}
.pc-cc { display: block; } 
.m-cc { display: none; }

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

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

.sp-bot-orange .swiper-pagination-bullet { background:#ccc; }
.sp-bot-orange .swiper-pagination-bullet-active { background:#f36633; }

.layui-input-block { margin-left:0; }
.layui-form .layui-input-wrap { line-height: 50px; }
.layui-form .layui-input { height: 50px; padding:0 20px;  }
.layui-form .layui-textarea {  padding:10px 20px;  line-height: 180%;  min-height: 16vh;  }
.layui-form em { line-height: 50px; margin: 0 20px;}

/*--------------------------------------------------------------------------导航--------------------------------------------------------------------------*/

.header { width:100%;  position:fixed; top:0;  z-index: 99; transition: all 0.3s ease; }
.header .hlogo .hlbox { display: table; height: 100px; }
.header .hlogo .hlbox img { max-height: 80px; }
.header .hlogo .hlbox img.white { display:block; }
.header .hlogo .hlbox img.orange { display:none; }
.commenu, .commenu ul, .commenu ul li, .commenu ul li a, .commenu .menu-button { position:relative; box-sizing:border-box; }
.commenu .menu-button { display:none; }
.commenu>ul>li  {  margin:0 1.6vw; float:left; }
.commenu>ul>li> a span { display: inline-block; line-height: 100px; color:#fff; font-size: 18px;  font-weight: 600; }
.commenu>ul>li> a i { font-size: 12px; color:#fff; margin-left:10px; margin-top:-6px;  }
.commenu ul li ul { width: 240px;  background:#fff; border-radius: 10px; overflow: hidden; box-shadow: 0 0 20px rgba(0,0,0,.1); position:absolute; left:0; top:120%;  visibility: hidden; opacity: 0; transition: all 0.3s ease; }
.commenu ul li:hover>ul {  visibility: visible; opacity: 1; top:100%; }
.commenu ul li ul li { float:left; width: 100%;  border-bottom:1px solid #eee; }
.commenu ul li ul li:last-child { border: none; }
.commenu ul li ul li a span { margin:0;  }
.commenu ul li ul li:hover ul { top:0;  }
.commenu ul li ul li a { width:100%; text-align: center; padding:1vw 1vh; display: inline-block; }
.commenu ul li ul li a:hover {  font-weight: 600;  color:#333;  }
.header .hbox .lang { height: 100px; line-height: 100px; }
.header .hbox .lang a { color:#fff;  font-size: 18px;  }
.header .hbox .lang i { font-size:20px; margin-right:10px; color:#fff; vertical-align: top;  } 

.header.active {  background:#fff; box-shadow: 0 0 20px rgba(0,0,0,.1);  }
.header.active  .hlogo .hlbox img.white { display:none; }
.header.active  .hlogo .hlbox img.orange { display:block; }
.header.active  .commenu>ul>li> a span { color:#333; }
.header.active .commenu>ul>li> a i { color:#ccc; }
.header.active .hbox .lang a { color:#333;  }
.header.active .hbox .lang i  { color:#f36633;  }

@media only screen and (max-width:1441px){
	.commenu>ul>li  {  margin:0 20px;  }
}

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

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

	.commenu .menu-button { display:block; width:60px; height: 60px; float:right; }
	.hamburger-menu { width:60px;height:60px; display: flex; align-items:center; justify-content: center; }
	.hamburger-menu div {width:24px; height:2px; border-radius:2px; background:#f36633; position:relative;z-index:1001; transition: all 0.3s ease;}
	.hamburger-menu div:before,.hamburger-menu div:after{content:''; position:absolute; width:inherit; height:inherit; background:#f36633; border-radius:2px; transition: all 0.3s ease;}
	.hamburger-menu div:before{transform:translateY(-8px); }
	.hamburger-menu div:after{transform:translateY(8px); }
	.menu-opened .hamburger-menu div{ background: transparent;}
	.menu-opened .hamburger-menu div:before{ transform: translateY(0) rotate(-45deg);}
	.menu-opened .hamburger-menu div:after{ transform: translateY(0) rotate(45deg);}
	.commenu .submenu-button{ position:absolute; z-index:10; right:0; top:0;display:block; border-left: 1px solid rgba(255,255,255,0.1); width:1.4rem; height:1.4rem; line-height: 1.4rem;  }
	.commenu .submenu-button::before{content:'';position:absolute; left:0.5rem; top:0.7rem; display:block; width:0.4rem; height:1px; background:#fff; z-index:99}
	.commenu .submenu-button::after{content:'';position:absolute;  left:0.7rem; top:0.5rem; display:block; width:1px; height:0.4rem; background:#fff; z-index:99}
	.commenu .submenu-button.submenu-opened::after { transform: translateY(0) rotate(90deg); opacity: 0; }
}

/*--------------------------------------------------------------------------首页--------------------------------------------------------------------------*/
.ibg { width:100%; }
.iban-swp .picbox {  width: 100%; overflow: hidden; }
.iban-swp .bg { width: 100%; height:100vh; position: relative; display: table;  background-position: center; background-repeat: no-repeat; background-size: cover; transition: ease 1s; }
.iban-swp .bg:before { width:100%; height: 30%; 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: 50%; color:#fff;  }
.iban-swp .bg .txt h2 { font-size: 3.6vw; font-weight: 600; line-height: 120%; margin-bottom: 2vh;  }
.iban-swp .bg .txt .info p { font-size:1vw;  }
.iban-swp .iban-prev { left:1.6vw; }
.iban-swp .iban-next { right:1.6vw; }
.iban-swp .sp-bot-iban { bottom:4vh; }
.ibg .ibgvideo { width:100%;  position:absolute; z-index: -1; top:0; left:0;  }
.ibg .ibgvideo video {width:100%; }

.itit { margin-bottom: 6.4vh; }
.itit h2 { font-size: 3.2vw;  }
.itit .imore { right:0; bottom:1vh; }

.iproject .list ul li {float:left; width:calc(33.3% - 2vw); margin-right: 2.8vw; margin-bottom: 4vh; }
.iproject .list ul li:nth-child(3n) { margin-right: 0; }
.iproject .list ul li .txt h3 { font-size: 18px; margin:2vh 0 0;  }

.ipro { background-image:url("../images/iprobg.jpg" ); background-position: center center; background-size:cover; background-repeat: no-repeat; }
.ipro .list .hd ul li { float:left; font-size: 18px; margin-right: 2.8vw; margin-bottom: 2vh;  cursor: pointer; }
.ipro .list .hd ul li span { display: inline-block; padding:0 0 2vh; }
.ipro .list .hd ul li span::after { content: " ";  position: absolute; bottom: 0;  left: 0; width:0;  height: 2px; background: #f36633;  z-index: 2; transition: all 0.3s ease; }
.ipro .list .hd ul li:hover span::after, .ipro .list .hd ul li.on span::after { width:100%; }
.ipro .list .bd { padding:6vh 4vh 0; }
.ipro .list .bd .swp-ipro {  padding:0 0 8vh;  }
.ipro .list .bd .item .txt { padding:20px;  }
.ipro .list .bd .item .img { position: relative;   overflow: hidden; }
.ipro .list .bd .item .img img { width: 100%; height: 100%; object-fit: cover; object-position:  center center; }
.ipro .list .bd .item .img .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 .list .bd .item:hover .img .bg { opacity:1; }
.ipro .list .bd .sp-pn { margin-top:-60px; }

.iabo .iabo-info .iabo-l, .iabo .iabo-info .iabo-r { width: calc(50% - 1.6vw); }
.iabo .iabo-info .iabo-l .info { margin-bottom:4vh;  }
.iabo .iabo-info .iabo-l .info a { font-size:18px; font-weight: 600; color:#f36633; margin-left:20px;  text-decoration: underline; }
.inum ul li  { width: 50%;  margin:2vh 0;  }
.inum ul li span { font-size: 2.8vw; font-weight: 500;  }
.inum ul li i { display: inline-block; vertical-align: top; font-size: 1.6vw; margin-left:10px; }
.inum ul li em { margin-left:10px; }
.inum ul li p { margin:10px 0 0; }
.iabo .iabo-info .iabo-r .sp-bot-iaboimg { bottom:20px; }

.iadv { background-image:url("../images/iadvbg.jpg" ); background-position: center center; background-size:cover; background-repeat: no-repeat;  padding:10vh 0 6vh; }
.iadv .itit { margin-bottom:2.4vh; }
.iadv .list ul li { width:32%; margin:3vh 0;  }
.iadv .list ul li .ico { flex:2; }
.iadv .list ul li .ico i { font-size:3.2vw;   }
.iadv .list ul li .ico i.icon-shedeng, .iadv .list ul li .ico i.icon-chuangxin { font-size:3.6vw; }
.iadv .list ul li .ico i.icon-USD { font-size:3.4vw; }
.iadv .list ul li .ico i.icon-baozheng { font-size:3vw; }
.iadv .list ul li .txt { flex:10; }
.iadv .list ul li .txt h3 { font-size: 24px; margin-bottom: 10px;  }
.iadv .list ul li .txt p { font-size:18px; }

.itouch .top { display: flex; flex-wrap: wrap; justify-content: center; align-items: center;  cursor: pointer;  }
.itouch .top>div { align-items:center; margin:0 2.4vw }
.itouch .top .txt { text-align:left;  }
.itouch .top .txt  h2 { font-size: 3.2vw;  }
.itouch .top .dl i { display:block; }
.itouch .iform {  visibility: hidden; opacity: 0; height: 0; overflow: hidden; transition: all 0.3s ease; }
.itouch .iform.active { visibility:visible; opacity: 1; height: auto;  }
.eform { padding:6.4vh 0 0;  }
.eform .layui-form-item { width:calc(25% - 1.6vw); margin-bottom: 4vh; }
.eform .layui-form-item:last-child { width:100%; }
.eform .layui-form-item.fullrow { width:100%; }
.eform .layui-form-item .tips { padding-bottom: 10px; }
.eform .layui-form-item .layui-form-radio { margin: 0 20px 10px 0;}
.eform .layui-form-item.w100 .layui-form-radio { width:100%; margin: 0 0 10px 0; }
.eform .layui-form-radio>div, .eform .layui-form-checkbox>div { font-size:16px; margin-top:0; line-height: 20px; }
.eform .layui-form-item.w100 .layui-form-checkbox[lay-skin=primary] { width:100%; padding-left:28px; margin-bottom:10px; }
.eform .layui-form-checkbox[lay-skin=primary]>i { width:18px; height: 18px; line-height: 16px; }
.eform .layui-form-item .verbtn { display: inline-block; box-sizing: border-box; width:100% ; text-align: center; line-height: 50px; background: #f36633;  color:#fff; border-radius: 2px; }
.eform .subbtn  .imore  i {  margin-left:4vw;    }

.footer { width:100%;  background:#222; color:#999;  }
.footer p, .footer a {  color:#999; }
.footer .cc { padding:8vh 0 6vh; }
.footer .fleft  { width:24%;  margin-right: 4%; }
.footer .fleft .flogo { margin-bottom: 4vh; }
.footer .fleft .flogo img { max-height:80px; }
.footer .fleft .ftel i { display: inline-block; width:40px; height:40px; line-height: 40px; text-align: center; background: #f12535; border-radius: 40px; color:#fff; margin-right:10px; }
.footer .fleft .ftel span { font-size: 18px; color:#fff; }
.footer .fleft .ftel h2 {margin:10px 0 20px;  }
.footer .fleft .ftel h2 a {  font-size: 30px; color:#fff; font-weight: 500;  }
.footer .fleft .ftel h2 em { font-size:18px; color:#fff; margin-left:10px;  }
.footer .fmid  { width: 50%;}
.footer .fmid ul li { width: 25%; float: left;  }
.footer .fmid ul li h3 , .footer .fright .flus h3{  font-size: 20px; margin-bottom: 20px; font-weight: normal; color:#fff; }
.footer .fmid ul li .subnav a { display: inline-block; width:100%; line-height: 260%;  }
.footer .fmid ul li .subnav a:hover { color:#fff; }
.footer .fright { width:22%; }
.footer .fright ul li img { max-width: 7.2vw; margin-bottom: 15px; }
.footer .fright ul li p i { font-size:20px; margin-right: 10px; }
.footer .cpr { padding:25px 0;   border-top:1px solid rgba(255,255,255,0.1);  }
.footer .cpr a:hover { color:#fff; }
.footer .fright .flus { margin:40px 0;  }

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

.bread { width: 100%;  height:60px;  line-height: 60px; text-align: right;  background: rgba(0,0,0,.3);   position: absolute; top:0; color:#fff; } 
.bread a { margin:0 5px;  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 100px;  background-attachment: fixed;   }
.cbanner .txt {  display: table-cell; vertical-align: middle;  color: #fff; text-align: center;  text-transform: uppercase; }
.cbanner .txt  h2 { font-size: 36px; line-height: 160%;  }
.cbanner .txt p { font-size:24px; }

.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:#333; font-weight: 600; }
.cmenu a::after { content: " ";  position: absolute;  left: 0; bottom: 0;   width:0;  height: 2px; background: #f36633;  z-index: 2; transition: all 0.3s ease; }
.cmenu a:hover::after , .cmenu a.active::after   { width:100%;   }

.ccontent { padding:8vh 0;  }
.ccgray { background: #f9f9f9; padding:8vh 0; }

.ctit { margin-bottom: 6.4vh; }
.ctit h2 { font-size: 2.4vw;  }

.cabo { padding:0 0 8vh;  }
.cabo .cabo-info .cabo-l, .cabo .cabo-info .cabo-r { width: calc(50% - 1.6vw); }
.cabo .cabo-info .cabo-r .cvideo video { max-width:100%; }

.cabo .inum {  margin:6vh 0 0;  }

.cadv { background-image:url("../images/iprobg.jpg" ); background-position: center center; background-size:cover; background-repeat: no-repeat;  padding:8vh 0 6vh; }
.cadv .ctit { margin-bottom:2.4vh; }
.cadv .list ul li { width:32%; margin:3vh 0;  }
.cadv .list ul li .ico { flex:2; }
.cadv .list ul li .ico i { font-size:3.2vw;   }
.cadv .list ul li .ico i.icon-shedeng, .iadv .list ul li .ico i.icon-chuangxin { font-size:3.6vw; }
.cadv .list ul li .ico i.icon-USD { font-size:3.4vw; }
.cadv .list ul li .ico i.icon-baozheng { font-size:3vw; }
.cadv .list ul li .txt { flex:10; }
.cadv .list ul li .txt h3 { font-size: 24px; margin-bottom: 10px;  }
.cadv .list ul li .txt p { font-size:18px; }

.calbum { padding:8vh 0 0;  }
.calbum .swp-calbum { padding: 0 0 6vh; }
.calbum .item .txt h3 { font-size: 18px;  margin: 2vh 0 0; }

.ccul .info p { margin:10px 0; }
.ccul .cculbox { margin:60px 0 0; }
.ccul .cculbox .img,  .ccul .cculbox .txt { width: calc(50% - 1.6vw);  }
.ccul .cculbox .img { height:42vh; }
.ccul .cculbox .txt ul li { border-left:2px solid #f36633; background: #f9f9f9;  padding:2.2vh 3vh;   margin-bottom: 4vh;  }
.ccul .cculbox .txt ul li h5 { font-size:18px; 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; font-size:16px;  }
.page-num { margin:0 6px; }
.page-num:hover, .page-link:hover {	background-color: #f36633; color: #fff; border-color: #f36633; }
.page-num-current {z-index: 1;background-color: #f36633; color: #fff;  border-color: #f36633;}
.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: #f36633;  z-index: 2; transition: all .3s ease; }
.cnewslist ul li .info .pic {  overflow: hidden; height: 32vh; }
.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;  font-size: 18px;  }
.cnewslist ul li .info .txt p { color: #999;  }
.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:360px; background: #fff;}
.cnews .cnewsde .cn-list h1 {  font-size:24px; color: #333; border-bottom:2px solid #f9f9f9; text-transform: uppercase; padding:30px 30px 0;  }
.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: #f36633;  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;      }
.cnews .cnewsde .cn-list ul li a:hover { color:#f36633; }
.cnews .cnewsde .cn-detail { width:calc(100% - 420px); background: #fff; padding:40px;   }
.cnews .cnewsde .cn-detail .tit h1 { font-size:24px; color: #333;  }
.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:#f36633; }

.cpro .cpro-list ul li { float:left; width:calc(25% - 2.2vw); margin-right:2.8vw; margin-bottom: 4vh;  }
.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 { width: 100%; height: 100%;  object-fit: cover; object-position:  center center; }
/*.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;   transition: all 0.3s ease;}
.cpro .cpro-list ul li .bg span { display:inline-block;  padding:20px 0; position: relative;   }
.cpro .cpro-list ul li:hover .bg { opacity:1; }
.cpro .cpro-list ul li .bg span::before { content: ''; position: absolute; top: 0px; left: 50%; transform: translateX(-50%);  width: 100%; height: 1px; background: #fff; transition: all 0.3s ease; }
.cpro .cpro-list ul li .bg span::after { content: ''; position: absolute;  bottom: 0px;  left: 50%;  transform: translateX(-50%); width: 100%; height: 1px;  background: #fff; transition: all 0.3s ease; }
.cpro .cpro-list ul li:hover .bg span::before, .cprolist ul li:hover .bg span::after  { width:50%; }
*/
.cpro .cpro-list ul li .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:hover .bg { opacity:1; }
.cpro .cpro-list ul li .txt { background:#fff; padding:30px; border-top:2px solid #f9f9f9; }
.cpro .cpro-list ul li .txt h3 { font-size:18px;  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:#f36633;  font-size: 20px;  transition: all 0.3s ease-in-out;}
.cpro .cpro-list ul li:hover i {  transform: rotate(180deg);}
.cprode .cpro-detail  .top {   padding:40px;  background: #fff; }
.cprode .cpro-detail  .pic { width:calc(50% - 20px); }
.view {width: 100%; overflow:hidden; position:relative; }
.view em { display: inline-block;  position:absolute; right:0; bottom:20px;  z-index: 9;  }
.view em i {  font-size:28px;  }
.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 #f36633;   }
.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:#f36633; }

.cprode .cpro-detail  .pinfo {  width:calc(50% - 20px); }
.cprode .cpro-detail  .pinfo h2 { font-size:18px; margin:20px 0 0; }
.cprode .cpro-detail  .pinfo h1 { font-size:30px; color:#333; margin:10px 0 40px;  }
.cprode .cpro-detail  .pinfo .cbtns { margin:40px 0; }
.cprode .cpro-detail  .pinfo .cbtns a { margin:10px 20px 10px 0 ;  }
.cprode .cpro-detail  .pinfo .cbtns a.email { background: #f9f9f9; color:#333;  }
.cprode .cpro-detail  .pinfo .cshare h5 { font-size: 20px; margin-bottom:20px; }
.cprode .cpro-detail  .pinfo .spec-box h5 { font-size: 20px; margin:40px 0 20px; }
.cprode .cpro-detail  .pinfo .spec-box .cc table tr td { padding:10px 0; border-bottom:1px solid #eee; }
.cprode .cpro-detail  .pinfo .spec-box .cc table tr td:first-child { width:40%;  font-weight:bold; color:#333; }
.cprode .cpro-detail  .desc { background:#fff; margin:60px 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: #f36633;  z-index: 2;}
.cprode .cpro-detail  .desc .cc { padding: 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;  }
.cprode .cpro-detail .eform { padding:0; }

.piclinks { display: grid; grid-template-columns: repeat(6, 1fr); grid-gap: 20px;  }
.piclinks a { display:inline-block; box-sizing: border-box;  border:2px solid #ddd;}
.piclinks a:hover { border: 2px solid #f36633;}

.swp-rp .item .txt { padding:20px 0;  }
.swp-rp .item .txt h3 { display: block; }
.swp-rp .item .img { position: relative;   overflow: hidden; }
.swp-rp .item .img img { width: 100%; height: 100%; object-fit: cover; object-position:  center center; }
.swp-rp .item .img .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;}
.swp-rp .item:hover .img .bg { opacity:1; }
.swp-rp .sp-pn { margin-top:-60px; }

.ccont .boxfl { width:50%; padding:8vh 0 0; }
.ccont .boxfl h1 { font-size: 1.8vw;  color: #333; margin:0 0 30px; }
.ccont .boxfl p { line-height: 240%;}
.ccont .boxfl p i {  display: block; float:left; color:#f36633; font-size: 20px; margin-right: 10px;  width:30px;  }
.ccont .boxfl p span { float:left; width:calc(100% - 40px);   }
.ccont .bdmap { margin:40px 0 0; }
.ccont .boxfr {  width:calc(50% - 80px); box-sizing:border-box; padding:8vh 4vw 12vh; background: #f9f9f9; }
.ccont .boxfr h2 { font-size: 2.4vw;  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% - 40px); background:#fff; line-height: 50px;  border:none; padding:0 20px; color:#666;  }
.ccont .iform ul li textarea { width:calc(100% - 40px); background:#fff; height: 100px; line-height: 160%; border:none; padding:10px 20px; color:#666; }
.ccont .iform ul li input::placeholder, .icont .msg .iform ul li textarea::placeholder { color:#888; }
.ccont .iform ul li img { height:50px; position: absolute; right:0; bottom:0; z-index: 9;} 
.ccont .iform button {  width:100%; line-height: 60px; background:#f36633;  color:#fff; font-size: 18px; text-transform: uppercase; border:none;  margin:20px 0 0; font-weight: bold; transition: all .3s ease; }
.ccont .iform button:hover { transform:translateY(-5px); transition: all .3s ease;} 

/*--------------------------------------------------------------------------移动端--------------------------------------------------------------------------*/
@media only screen and (max-width:981px){
	
	/*--------------------------------------------------------------------------通用--------------------------------------------------------------------------*/
	.pc-cc { display: none; }
	.m-cc { display: block; }	

	table, input, select, textarea { font-size:0.38rem; }
	.layui-form-label { font-size:0.38rem;}
	.layui-form-item { margin-bottom:0.36rem; }
	.layui-form .layui-input {  height:1.1rem; }
	.layui-form em { float:none; margin:0 0.36rem; line-height:1.1rem; }
	
	html, body,a, p, li { font-size:0.38rem; line-height: 180%; }
	.ww { width: calc(100% - 0.72rem); margin: 0 auto; }
	.p100, .p120, .p80 { padding:0.72rem 0; }
	
	.commenu>ul>li { margin: 0; }
	
	.hdiv { height: 60px; }
	
	.imore { padding:0 0.36rem;  height: 1.1rem; line-height: 1.1rem; border-radius: 1.1rem;   }
	.imore i { font-size:0.42rem; }
	
	.sp-pn { margin-top:-0.55rem; width:1.1rem; height: 1.1rem; line-height: 1.1rem; border-radius: 1.1rem;  }
	.sp-pn i {  line-height:1.1rem; font-size: 0.42rem;  }
	
	.sp-bot .swiper-pagination-bullet { width:8px; height: 8px; margin: 0 5px!important; }
	.sp-bot .swiper-pagination-bullet-active { width:20px; }

	
	.text-secondary { font-size:0.38rem; }
	
	/*--------------------------------------------------------------------------首页--------------------------------------------------------------------------*/
	.iban-swp .bg { height:30vh; }
	.iban-swp .bg .txt  { width:100%; }
	.iban-swp .bg .txt h2 { font-size:0.56rem;   margin-bottom: 0.36rem; }
	.iban-swp .bg .txt .info p { font-size:0.38rem; }
	.ibg .ibgvideo video { width:auto;  height:30vh; }
	.iban-swp .iban-prev { left:0.36rem; }
	.iban-swp .iban-next { right:0.36rem;  }
	.iban-swp .sp-bot.swiper-pagination { bottom:0.36rem!important; }
	
	.itit { margin-bottom: 0.64rem; }
	.itit em { font-size:0.42rem;}
	.itit h2 { font-size: 0.56rem;  line-height: 120%;  }
	.itit .imore {  bottom:0; }

	.iproject .list ul li { width:calc(50% - 0.18rem); margin-right:0.36rem;  margin-bottom: 0.36rem;  }
	.iproject .list ul li:nth-child(3n) { margin-right:0.36rem; }
	.iproject .list ul li:nth-child(2n) { margin-right:0; }
	.iproject .list ul li .txt h3 { font-size:0.38rem; margin:0.24rem 0 0; }
	
	.ipro .list .hd ul li { font-size:0.38rem; margin-right:0.36rem; margin-bottom: 0.24rem;  }
	.ipro .list .hd ul li span { padding-bottom:0.24rem; }
	.ipro .list .bd { padding:0.36rem 0.36rem 0;  }
	.ipro .list .bd .swp-ipro { padding-bottom:0.96rem; }
	.ipro .list .bd .swp-ipro .txt h3 { font-size:0.42rem; }
	.ipro .list .bd .sp-pn { margin-top:-50px; }
	
	.iabo .iabo-info .iabo-l, .iabo .iabo-info .iabo-r { width:100%; }
	.iabo .iabo-info .iabo-l .info { margin-bottom:0.36rem; }
	.iabo .iabo-info .iabo-l .info a { font-size:0.42rem; margin-left:0.36rem;  }
	
	.inum ul li { margin:0.18rem 0; }
	.inum ul li span { font-size:0.72rem; }
	.inum ul li i { font-size:0.56rem; }
	.inum ul li p { margin:0.24rem 0 0; }
	
	.iabo .iabo-info .iabo-r {  margin:0.36rem 0 0 ; }
	.iabo .iabo-info .iabo-r .sp-bot-iaboimg { bottom:0.12rem; }
	
	.iadv {  padding:0.72rem 0 0.48rem;  }
	.iadv .itit { margin-bottom:0.48rem; }
	.iadv .list ul li { width:calc(50% - 0.18rem); margin:0.24rem 0;  }
	.iadv .list ul li .ico i { font-size:0.72rem; }
	.iadv .list ul li .ico i.icon-shedeng, .iadv .list ul li .ico i.icon-chuangxin { font-size:0.96rem; }
	.iadv .list ul li .ico i.icon-USD { font-size:0.84rem; }
	.iadv .list ul li .ico i.icon-baozheng { font-size:0.64rem; }
	.iadv .list ul li .txt { padding:0 0 0 0.36rem; }
	.iadv .list ul li .txt h3 { font-size:0.42rem; margin-bottom: 0.12rem;  }

	.itouch .top>div { margin:0 0.18rem; }
	.itouch .top .logo img { max-height:40px; }
	.itouch .top .txt em { font-size:0.42rem; }
	.itouch .top .txt h2 { font-size:0.56rem; line-height: 120%; }
	.itouch .top .dl i { font-size:0.38rem; }
	
	.eform { padding: 0.36rem 0 0; }
	.eform .layui-form-item { width:100%; margin-bottom:0.36rem;  }
	
	.footer .cc { padding:0.72rem 0 0.48rem; }
	.footer p, .footer a { font-size:0.38rem; }
	.footer .fleft , .footer .fmid, .footer .fright { float:none; width:100%; } 
	.footer .fleft .flogo { margin-bottom:0.64rem; }
	.footer .fleft .flogo img { max-height: 40px;  }
	.footer .fleft .ftel i {  width: 32px;  height: 32px; line-height: 32px; }
	.footer .fleft .ftel span { font-size:0.42rem; } 
	.footer .fleft .ftel h2 { margin: 0.24rem 0 0 ; }
	.footer .fleft .ftel h2 a { font-size:0.72rem;  }
	.footer .fmid  { margin:0.48rem 0; }
	.footer .fmid ul li { float:none;  width:100%; margin-bottom: 0.32rem;  }
	.footer .fmid ul li h3, .footer .fright .flus h3 { font-size:0.38rem; margin-bottom: 5px; }
	.footer .fmid ul li .subnav a {  float:left; width:auto; margin-right: 0.32rem;  line-height: 240%; }
	.footer .fmid ul li:last-child { margin-bottom:0; }
	.footer .fright { margin:0.48rem 0 0; }
	.footer .fright ul { text-align: center; }
	.footer .fright ul li { float: none; display: inline-block;  width:50%; margin-bottom: 0.36rem; }
	.footer .fright ul li img { max-width: 28vw; margin-bottom: 10px; }
	.footer .cpr { padding:0.36rem 0; }
	.footer .cpr p { font-size:0.36rem; }
	.footer .fright .flus { margin:0.36rem 0; }
	
	.bread { display:none; }
	
	.cbanner { height: 18vh; background-size: cover;  background-position: center top; background-attachment:inherit; }
	.cbanner .txt { padding:0 0.36rem; }
	.cbanner .txt h2 { font-size:0.56rem; }
	.cbanner .txt p { font-size: 0.48rem;  }
	
	.cmenu a { height:50px; line-height: 50px; padding:0 0.36rem; font-size: 0.4rem;  }
	
	.ccontent { padding:0.72rem 0; }
	
	.ctit { margin-bottom:0.56rem;  }
	.ctit h2 { font-size:0.56rem;  }
	
	.cabo { padding: 0 0 0.72rem; }
	.cabo .cabo-info .cabo-l, .cabo .cabo-info .cabo-r { width:100%; }
	.cabo .cabo-info .cabo-r { margin:0.64rem 0 0; }
	.cabo .inum { margin:0.48rem 0 0; }
	
	.cadv {  padding:0.72rem 0 0.48rem;  }
	.cadv .ctit { margin-bottom:0.36rem;  }
	.cadv .list ul li { width:calc(50% - 0.18rem); margin:0.24rem 0;  }
	.cadv .list ul li .ico i { font-size:0.72rem; }
	.cadv .list ul li .ico i.icon-shedeng, .iadv .list ul li .ico i.icon-chuangxin { font-size:0.96rem; }
	.cadv .list ul li .ico i.icon-USD { font-size:0.84rem; }
	.cadv .list ul li .ico i.icon-baozheng { font-size:0.64rem; }
	.cadv .list ul li .txt { padding:0 0 0 0.36rem; }
	.cadv .list ul li .txt h3 { font-size:0.42rem; margin-bottom: 0.12rem;  }
	
	.calbum { padding:0.72rem 0 0; }
	.calbum .item .txt h3 { font-size:0.38rem; margin:0.24rem 0 0; }

	.ccul .cculbox { margin:0.48rem 0 0; }
	.ccul .cculbox .img, .ccul .cculbox .txt { float:none; width:100%; }
	.ccul .cculbox .img { height:auto; }
	.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 10px; margin: 0 4px;}
	
	.ccgray { padding:0.72rem 0; }
	
	.cnewslist ul li { width:100%; margin-bottom: 0.38rem;  }
	.cnewslist ul li .info em { padding: 10px 20px;}
	.cnewslist ul li .info .txt { padding:0.38rem; }
	.cnewslist ul li .info .txt h2 { font-size:0.42rem;  height: auto; margin:5px 0;  }
	.cnewslist ul li .info .txt p { line-height:180%;  min-height: auto;  }
	
	.cnews { padding:0.72rem 0; }
	.cnews .cnewsde .cn-list { display:none; }
	.cnews .cnewsde .cn-detail { width:100%; padding:0.36rem;  }
	.cnews .cnewsde .cn-detail .tit h1 { font-size:0.48rem; margin:0.12rem 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:14vw; 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 .bg span { padding: 0.36rem 0; }
	.cpro .cpro-list ul li .txt { padding:0.36rem; }
	.cpro .cpro-list ul li .txt h3 { font-size:0.42rem; margin-bottom:5px;  }
	.cpro .cpro-list ul li .txt p { line-height: 160%;  }
	.cpro .cpro-list ul li .txt p i {font-size: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, .cprode .cpro-detail .pinfo h1 { display:none; }
	.cprode .cpro-detail .pinfo .cbtns { margin:0.36rem 0; }
	.cprode .cpro-detail .pinfo .cbtns a.email { width:100%; }
	.cprode .cpro-detail .pinfo .cshare h5 { font-size:0.42rem; margin-bottom:0.36rem;  }
	.cprode .cpro-detail  .pinfo .spec-box h5 { font-size: 0.42rem;  margin:0.64rem 0 0.36rem; }
	.cprode .cpro-detail  .pinfo .spec-box .cc table tr td { padding:5px 0;  }
	.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;  }
	
	.piclinks { grid-template-columns: repeat(4, 1fr); grid-gap: 0.36rem;  }
	
	.swp-rp .item .txt h3 { font-size:0.42rem; }

	.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 {  font-size: 0.4rem; width:0.4rem;   }
	.ccont .boxfl p span { 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; }
	
}


#st-2 {
  font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;;
  direction: ltr;
  display: block;
  opacity: 1;
  text-align: left;
  z-index: 94034;
}
#st-2.st-animated {
  -moz-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in; -ms-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in; -o-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in; -webkit-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in; transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
}
#st-2.st-hidden {
  opacity: 0;
}

#st-2.st-preview {
  display: none!important;
  opacity: 0!important;
}
#st-2.st-hide {
  display: none;
}
#st-2 .st-btn {
  -moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
  -moz-transition: opacity 0.2s ease-in, top 0.2s ease-in; -ms-transition: opacity 0.2s ease-in, top 0.2s ease-in; -o-transition: opacity 0.2s ease-in, top 0.2s ease-in; -webkit-transition: opacity 0.2s ease-in, top 0.2s ease-in; transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -moz-border-radius: 26px;
-webkit-border-radius: 26px;
border-radius: 26px;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  margin-right: 8px;
  margin-bottom: 10px;
  padding: 0 10px;
  position: relative;
  text-align: center;
  top: 0;
  vertical-align: top;
  white-space: nowrap;
}
#st-2 .st-btn:last-child {
  margin-right: 0;
}
#st-2 .st-btn > svg {
  height: 20px;
  width: 20px;
  position: relative;
  top: 10px;
  vertical-align: top;
}
#st-2 .st-btn > img {
  display: inline-block;
  height: 20px;
  width: 20px;
  position: relative;
  top: 10px;
  vertical-align: top;
}
#st-2 .st-btn > span {
  -moz-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.5px;
  min-width: 67px;
  opacity: 1;
  padding: 0 6px;
  position: relative;
  vertical-align: top;
}
#st-2.st-has-labels .st-btn {
  min-width: 135px;
}
#st-2.st-has-labels .st-btn.st-remove-label {
  min-width: 50px;
}
#st-2.st-has-labels .st-btn.st-remove-label > span {
  display: none;
}
#st-2.st-has-labels .st-btn.st-hide-label > span {
  display: none;
}
#st-2 .st-total {
  color: #555;
  display: inline-block;
  font-weight: 500;
  line-height: 15px;
  margin-right: 0;
  max-width: 80px;
  padding: 4px 8px;
  text-align: center;
}
#st-2 .st-total.st-hidden {
  display: none;
}
#st-2 .st-total > span {
  font-size: 20px;
  line-height: 22px;
  display: block;
  padding: 0;
}
#st-2 .st-total > span.st-shares {
  font-size: 12px;
  line-height: 12px;
}
#st-2.st-justified {
  display: flex;
  text-align: center;
}
#st-2.st-justified .st-btn {
  -moz-flex: 1;
-ms-flex: 1;
-webkit-flex: 1;
flex: 1;
}#st-2 .st-btn:hover {
  opacity: .8;
  top: -4px;
}#st-2 .st-btn[data-network='facebook'] {
  background-color: #4267B2
}
#st-2 .st-btn[data-network='facebook'] img {
  filter: 
}
#st-2 .st-btn[data-network='facebook'] > span {
  color: #fff
}
#st-2 .st-btn[data-network='twitter'] {
  background-color: #000000
}
#st-2 .st-btn[data-network='twitter'] img {
  filter: 
}
#st-2 .st-btn[data-network='twitter'] > span {
  color: #fff
}
#st-2 .st-btn[data-network='linkedin'] {
  background-color: #0077b5
}
#st-2 .st-btn[data-network='linkedin'] img {
  filter: 
}
#st-2 .st-btn[data-network='linkedin'] > span {
  color: #fff
}
#st-2 .st-btn[data-network='tumblr'] {
  background-color: #32506d
}
#st-2 .st-btn[data-network='tumblr'] img {
  filter: 
}
#st-2 .st-btn[data-network='tumblr'] > span {
  color: #fff
}
#st-2 .st-btn[data-network='pinterest'] {
  background-color: #CB2027
}
#st-2 .st-btn[data-network='pinterest'] img {
  filter: 
}
#st-2 .st-btn[data-network='pinterest'] > span {
  color: #fff
}
#st-2 .st-btn[data-network='tiktok'] {
  background-color: #4C4C4C
}
#st-2 .st-btn[data-network='tiktok'] img {
  filter: 
}
#st-2 .st-btn[data-network='tiktok'] > span {
  color: #fff
}
#st-2 .st-btn[data-network='youtube'] {
  background-color: #FF0000
}
#st-2 .st-btn[data-network='youtube'] img {
  filter: 
}
#st-2 .st-btn[data-network='youtube'] > span {
  color: #fff
}