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

.orange-more { display: inline-block; box-sizing: border-box;  padding:0 30px; line-height:60px;  background: #ee8300; color:#fff;  margin:50px 0 0;  position: relative; }
.orange-more i {  margin-left:60px; }

.orange-tab { display: inline-block; box-sizing: border-box;  width:60px; height:60px; line-height:60px;  background: #ee8300; color:#fff;   position: relative;  text-align: center; }

.pc-cc { display: block; } 
.m-cc { display: none; }

.sp-pn { position: absolute; top: 50%; margin-top:-25px; z-index: 9;  cursor: pointer; width:60px; height: 60px; border-radius: 0; line-height: 60px; background: #ee8300; text-align: center;  color:#fff; transition: all .3s ease; }
.sp-prev  {left: 0; }
.sp-next {right: 0; }
.sp-pn i {display:inline-block; line-height:60px; font-size: 18px;  }

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

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

.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {  width:100%; height: 8px;  bottom:0;  left:0; border-radius:0;  background: #e6e6e6; }
.swiper-scrollbar-drag { background: #ee8300; border-radius:0; }

.layui-input-wrap .layui-input-prefix+.layui-input, .layui-input-wrap .layui-input-prefix~* .layui-input { padding-left: 40px;  }
.layui-input-prefix, .layui-input-split, .layui-input-suffix, .layui-input-suffix .layui-input-affix { padding:0 15px; }
.layui-form-label { box-sizing: border-box; width: 100%;  text-align: left;  padding: 10px 0; float:none;  color:#ee8300;   display: flex;  align-items: center;   }
.layui-form-label sub { color:#ee8300; margin-left:5px; font-size: 18px; }
.layui-input-block { margin-left:0;}
.layui-form-item { margin-bottom: 20px;}
.layui-form-item:nth-child(4) { margin-bottom: 0;}
.layui-form .layui-input-wrap { line-height: 60px; }
.layui-form .layui-input { height: 60px; padding:0 20px; border-radius: 0;  }
.layui-form .layui-input::placeholder, .layui-form .layui-textarea::placeholder { color:#ccc; }
.layui-form .layui-textarea {  padding:10px 20px;  line-height: 180%;  min-height: 120px; border:1px solid #e6e6e6; border-radius: 0;   }
.layui-form .layui-textarea::placeholder { line-height: 180%;  }
.layui-input:focus, .layui-textarea:focus  { border-color: #ee8300 !important; box-shadow:none; }
.layui-form-item .layui-inline { color:#ccc; margin: 0 10px; }

.layui-layer { border-radius: 10px; }
.layui-layer-setwin { top:20px; right:20px; }
.layui-layer-setwin span { width: 24px; height: 24px; line-height: 24px;  font-size: 28px; }
.layui-layer-title { padding: 0 30px; height: 60px; line-height: 60px; font-size: 24px; font-weight: 500; color:#333; }
.layui-form-label .layui-btn-danger { margin-top:0; }

.layui-layer-dialog .layui-layer-content {  font-size:18px; padding:30px; } 
.layui-layer-dialog .layui-layer-content .layui-icon { position: relative; top:-2px; left:inherit; margin-right:10px; }
.layui-layer-btn { padding: 0 30px 30px;  }
.layui-layer-btn a { display: inline-block; box-sizing: border-box;  padding:0 40px; height: 50px;  line-height:50px;  background-color: #ee8300!important; color:#fff;  margin:0;  font-size: 18px; border-radius: 0;   border:1px solid #ee8300;  margin-left:20px; }

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

@media all and (max-width:981px) {
	
	.pc-cc { display: none; }
	.m-cc { display: block; }
	
	.orange-more { padding:0 0.36rem;  height: 1.1rem; line-height: 1.1rem; font-size: 0.38rem;  margin:0.64rem 0 0;  }
	
	.sp-pn { margin-top:-0.55rem; width:1.1rem; height: 1.1rem; line-height: 1.1rem;   }
	.sp-pn i {  line-height:1.1rem; font-size: 0.42rem;   }
	
	.sp-bot.swiper-pagination { width:100%; bottom:0; }
	.sp-bot .swiper-pagination-bullet { width:8px; height: 8px; margin: 0 5px!important; }
	.sp-bot .swiper-pagination-bullet-active { width:20px; }
	
	.layui-form .layui-input {  height:1.1rem; font-size: 0.38rem; padding:0 0.36rem; }
	.layui-form em { float:none; margin:0 0.36rem; line-height:1.1rem; }
	.layui-form .layui-input-wrap { line-height: 1.1rem;}
	.layui-form .layui-textarea {  font-size: 0.38rem; padding:0.24rem 0.36rem; min-height: 120px; }
	.layui-form-select dl dd { font-size: 0.38rem;}
	.layui-btn {  height:1.1rem; line-height: 1.1rem;  font-size: 0.38rem;   }
	
	.layui-layer { width: 90%!important;}
	.layui-layer-title { padding: 0 0.36rem;  font-size: 0.48rem;   }
	.lmbox {  padding:0.36rem; }
	
	.text-secondary { font-size:0.38rem; }
	
}

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

.header { width:100%;   background:rgba(0,0,0,0.5); backdrop-filter: blur(20px);  position:fixed; left:0; top:0;  z-index: 9;  }
.header .hlogo .hlbox img { max-height: 60px; }
.header .hlogo .hlbox span { font-size: 24px; color:#fff; font-weight: 500; margin-left:20px; }

.commenu, .commenu ul, .commenu ul li, .commenu ul li a, .commenu .menu-button, .hsearch ul,  .hsearch ul li, .hsearch ul li a { position:relative; box-sizing:border-box; }
.commenu .menu-button { display:none; }
.commenu>ul>li { float:left; margin-left:40px; }
.commenu>ul>li:first-child { margin:0; }
.commenu>ul>li> a { display: inline-block;  line-height: 120px; color:#fff; font-size: 20px; font-weight: 500;   }
.commenu>ul>li> a span { position: relative; display:inline-block; }
.commenu>ul>li> a span::after { content: " ";  position: absolute; bottom: 0;  left: 0; width:0;  height: 2px; background: #ee8300;  z-index: 2; transition: all 0.3s ease;}
.commenu>ul>li> a:hover span::after { width:100%; }
.commenu ul li ul { width: 280px;  background:#fff; overflow: hidden; box-shadow: 0 0 20px rgba(0,0,0,.1); position:absolute; left:0; top:130px; z-index: 99;  visibility: hidden; opacity: 0; transition: all 0.3s ease; }
.commenu ul li:hover>ul { visibility: visible; opacity: 1; top:120px; }
.commenu ul li ul li { float:left; width: 100%; line-height: 180%; border-bottom:1px solid #eee; }
.commenu ul li ul li a span { margin:0;  font-size: 18px;  }
.commenu ul li ul li:hover ul { top:0;  }
.commenu ul li ul li a { width:100%; text-align: center; padding:10px; display: inline-block; }
.commenu ul li ul li a:hover { background: #ee8300; color:#fff; transition: none; }

.hsearch>ul>li> a { display: inline-block; height: 120px; line-height: 120px; color:#fff; font-size: 18px;    }
.hsearch>ul>li> a span { position: relative; display:inline-block;  padding:0 10px;  }
.hsearch>ul>li> a span::after { content: " ";  position: absolute; bottom: 0;  left: 0; width:0;  height: 2px; background: #ee8300;  z-index: 2; transition: all 0.3s ease;}
.hsearch>ul>li> a:hover span::after { width:100%; }
.hsearch>ul>li> a i.icon-xiala { font-size: 12px; }
.hsearch ul li ul { width:100%;  background:#fff; overflow: hidden; box-shadow: 0 0 20px rgba(0,0,0,.1); position:absolute; right:0; top:130px; z-index: 99;  visibility: hidden; opacity: 0; transition: all 0.3s ease; }
.hsearch ul li:hover>ul { visibility: visible; opacity: 1; top:120px; }
.hsearch ul li ul li { float:left; width: 100%; line-height: 180%;   }
.hsearch ul li ul li a span { margin:0;  font-size: 18px;  }
.hsearch ul li ul li:hover ul { top:0;  }
.hsearch ul li ul li a { width:100%; text-align: center; padding:10px; display: inline-block; }
.hsearch ul li ul li a:hover { background: #ee8300; color:#fff; transition: none; }

.gotop { position: fixed;  right : 40px; bottom : 40px; z-index: 9; width: 60px; height: 60px; line-height: 60px;  border-radius: 60px; text-align: center;  background: #ee8300; color: #fff; cursor: pointer; }
.gotop i { font-size: 26px; }

.hsearch .layui-form { margin-left:40px; }

@media only screen and (max-width:1601px){
	.header .hlogo .hlbox span { display:none; }
	.commenu>ul>li { margin-left:30px; }
	.commenu>ul>li> a { font-size:18px; }
}

@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 { width:auto;  height: 60px;  display: flex; align-items: center; }
	.header .hlogo .hlbox img { max-height:40px;}
	.header .hlogo .hlbox span { display: block; font-size: 0.48rem; margin-left: 0.36rem; }

	.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: #212121;  }
	.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 { line-height: 1.4rem; }
	.commenu>ul>li> a span { margin:0; line-height: 1.4rem; font-size: 0.38rem; color:#fff; }

	.commenu ul li.has-sub { padding:0; }
	.commenu ul li.has-sub>a { padding:0 0.64rem; }
	.commenu ul li ul , .commenu ul li:hover>ul { position: relative; left:0; opacity: 1; visibility: inherit; top:0; background: none; border-radius: 0; box-shadow:none; border-top:1px solid rgba(255,255,255,0.1); }
	.commenu ul li ul li { border-bottom: 1px solid rgba(255,255,255,0.1);}
	.commenu ul li ul li a { color:#fff; }
	.commenu ul li ul li a span { font-size:0.38rem; }
	.commenu ul li ul li a:hover { background: none; }

	.commenu .menu-button { display:block; width:60px; height: 60px; float:right; }
	.hamburger-menu { width:60px;height:60px; display: flex; align-items:center; justify-content: center; }
	.hamburger-menu div {width:24px; height:2px; border-radius:2px; background:#fff; 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:#fff; 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:2px; background:#fff; z-index:99}
	.commenu .submenu-button::after{content:'';position:absolute;  left:calc(0.7rem - 1px); top:calc(0.5rem + 1px);; display:block; width:2px; height:0.4rem; background:#fff; z-index:99}
	.commenu .submenu-button.submenu-opened::after { transform: translateY(0) rotate(90deg); opacity: 0; }
	
	.commenu ul li .icon-wangzhi { margin-right:0.36rem; }
	.commenu ul li .icon-xiala { font-size:0.38rem;  margin-left:0.36rem; }
}

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

.ibanwarp { position: relative; height:960px;  }
.ibanwarp .scroll-banner { width:100%; height:960px; position: fixed; left: 0; top: 0; z-index: 1; }
.iban-swp .picbox {  width: 100%; height:100%; overflow: hidden; } 
.iban-swp .bg { width: 100%; height: 100%; position: relative; display: table;  background-position: center; background-repeat: no-repeat; background-size: cover; }
.iban-swp .bg::after { width:100%; height: 100%; content: ""; left: 0; top: 0; opacity: 0.3; position: absolute; background: linear-gradient(to right, 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 h2 { width:60%; font-size: 36px;  margin:20px 0 0;  }
.iban-swp .bg .txt .info p { width:60%; font-size: 24px; font-weight: 500; }
.iban-swp .sp-bot { bottom:40px; }

.itit  { margin-bottom: 60px;  }
.itit h2 { font-size:36px;  }

.iabo-info  { width: calc(100% - 800px); }
.iabo-video { width:720px; }
.iabo-info  h3 { font-size: 24px;  margin:0 0 20px; }
.iabo-info  h2 { font-size: 36px; } 
.iabo-info .info { margin:50px 0; } 

.inum ul li { margin-right:80px;  margin-bottom: 40px; }
.inum ul li:last-child { margin-bottom:0; }
.inum ul li span { font-size: 48px; line-height: 100%;  font-weight: 500;  color:#ee8300;  }
.inum ul li i { vertical-align: bottom;  margin-left:10px;  font-style: normal;  font-size: 30px; color:#ee8300;  }
.inum ul li p { margin:20px 0 0; }

.iabo-video { width:720px; }
.cvideo .playbtn { position:absolute; top:calc(50% - 30px); left:calc(50% - 30px);  z-index: 2; }
.cvideo .playbtn span { box-sizing: border-box; display: inline-block; width:60px; height: 60px; line-height: 56px; border-radius: 60px; border:2px solid #fff; text-align: center; transition: all 0.5s ease;  }
.cvideo .playbtn span i { font-size: 20px;  }
.cvideo .playbtn a:hover span { background: #ee8300; border:2px solid #ee8300; }
.cvideo::after { content: " ";  position: absolute; right: -20px; bottom: -20px; width:50%;  height: 50%; background: #ee8300; z-index: -1; }
.has-html5video .fancybox__content {  width: 80%!important;  height: auto!important; }

.icer { background-image: url(../images/ihorbg.jpg); background-position: center bottom; background-repeat: no-repeat;   background-size: cover; }
.icer-ico ul li img { max-width: 100px; } 
.ihor-list { margin:60px 0 0; }
.swp-ihor  { padding:60px 0;  }
/*.swp-ihor  { padding:80px 0 60px;  }
.swp-ihor .swiper-slide {  text-align: center; transform: scale(0.9);  transition: all 0.3s ease; }*/
.swp-ihor .swiper-slide .item .img { width:100%; height: 36vh;  background: #fff; box-shadow: 0 0 20px rgba(0,0,0,.05);   }
.swp-ihor .swiper-slide .item .img  img { width:100%; height:100%; object-fit: contain; object-position:  center center; }
.swp-ihor .swiper-slide .item .txt { padding:20px 0; text-align: center; }
/*
.swp-ihor .swiper-slide.swiper-slide-prev .item {  transform:translate(-9%, 0); }
.swp-ihor .swiper-slide.swiper-slide-next .item { transform:translate(9%, 0);   }
.swp-ihor .swiper-slide.swiper-slide-active, .swp-ihor .swiper-slide-duplicate-active{  transform: scale(1.2); }
*/
.ihor-list .ihor-prev { left:-100px; }
.ihor-list .ihor-next { right:-100px; }

.swp-ihor2 .swiper-slide .item .img { text-align: center; }
.swp-ihor2 .swiper-slide .item .img img { width:120px; }

.iprocate { margin:100px 0 0;  }
.iprocate-tab .item { display: flex;   background: #555;  }
.iprocate-tab .item .itembox {   width: 36%; height: 100%;   color:#fff;  padding:40px;  }
.iprocate-tab .item .item-info {  width: 100%;  }
.iprocate-tab .item .item-info  h2 { font-size: 30px;  margin:0 0 20px;  }
.iprocate-tab .item .item-info .desc .ico {   width:60px;   }
.iprocate-tab .item .item-info .desc .ico .img { width: 60px;  height: 60px; margin-bottom:30px;  }
.iprocate-tab .swpbox { width: 64%;  padding:40px;  }
.iprocate-tab .swp-cproject .img img {  width:100%; height: 100%; object-fit:cover;  object-position: center; }


.iprocate-tab .hd {  display: flex;   position: absolute;  right:40px; bottom:40px; z-index: 2;  }
.iprocate-tab .hd a { margin-left:40px; }
.iprocate .orange-more { margin-top:0;  }

.iprolist  { max-width: 100%;  margin:60px 0 0;  text-align: center; }
.iprolist .swp-ipro { /*padding:0 0 50px;*/}
.iprolist .item-pro .txt { padding:20px 0 0; color:#fff;  }
.iprolist .sp-bot.swiper-pagination { text-align: left;  }
.iprolist  .sp-bot .swiper-pagination-bullet { margin-right:10px!important; }

.itest .itest-l { width:26%; }
.itest .itest-r { width:68%; }
.itest .swp-itest { padding-bottom:40px; }
.itest .list .txt h3 {  font-size: 20px;    margin:20px 0 0; }

.icont .itit { margin-bottom: 20px; }
.icont .icont-box .icont-left , .icont .icont-box .icont-right { width: 50%;  display: flex;  justify-content: center; align-items: center;    }
.icont .icont-box .icont-left  { background-image: url(../images/icontbg.jpg);  background-position: center; background-repeat: no-repeat; background-size: cover; }
.icont .form-box , .company-list { /* width:68%; */ padding:100px 12%;  }
.icont .form-box .form { margin:40px 0 0;  }

.company-list  ul {  display: grid; grid-template-columns: repeat(1, 1fr); grid-gap: 60px; }
.company-list  ul li .item { display: flex;   }
.company-list  ul li .img { width:80px; margin-right: 40px; }
.company-list  ul li .wxvideoimg .img { width:120px;  background: #fff; padding:10px;  }
.company-list  ul li .info {  flex: 1;  }
.company-list  ul li .info a { color:#fff; text-decoration: underline; }

.footer { background: #222;  color:#ccc;  padding:30px 0; text-align: center; }
.footer a { color:#ccc;  }
.footer .links { margin:0 0 15px; }
.footer .links a { display: inline-block;  margin:0 20px; }
.footer .links a:hover , .footer a:hover { color: #fff; }

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

.pagination { text-align: center;  margin:60px 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: #ee8300; color: #fff; border-color: #ee8300; }
.page-num-current {z-index: 1;background-color: #ee8300; color: #fff;  border-color: #ee8300;}
.page-num-current:hover {color: #fff;}
.mpnav ,  .text-secondarym { display:none; }

.bread {  padding:20px 0;  margin:120px 0 0;  }

.cbanwarp { position: relative; height: 500px;  z-index: 1;   background:#000; }
.cbanwarp .scroll-banner-c { width:100%; height:100vh;   }
.cbanwarp .cbg { width: 100%; height:100%; position: relative; display: table;  background-position: center; background-repeat: no-repeat; background-size: cover;  }
.cbanwarp .cbg::before {  width:100%; height: 100%; content: ""; left: 0; top: 0; position: absolute; background: rgba(0,0,0,0.3); z-index: 1; }
.cbanwarp .cbg .infobox { height: 100%; position: relative; z-index: 9; }
.cbanwarp .cbg .txt  em { font-size: 18px; }
.cbanwarp .cbg .txt em a { color:#fff; }
.cbanwarp .cbg .txt h2 { font-size: 36px; margin:60px 0 10px; }

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

.cabo .info {  width:calc(100% - 800px); }
.cabo .info h2 { font-size: 36px;  margin:0 0 40px;  }
.cabo .info h3 { font-size:24px; }
.cabo .cvideo {  max-width:720px;  max-height:560px; }

.cabo-s { padding:0 0 80px; }

.cabo-cer { background-image: url(../images/ihorbg.jpg); background-position: center bottom; background-repeat: no-repeat;   background-size: cover; }
.cabo-cer .iabo-info {  width: calc(50% - 80px); }
.cabo-cer .inum { width:50%; }

.cabo-cer .cabo-project ul { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 40px; text-align: center; }
.cabo-cer .cabo-project ul li .item .img { height: 30vh; }
.cabo-cer .cabo-project ul li .item .txt {  padding:20px; border-bottom:3px solid #ee8300;  background:#fff;  box-shadow: 0 0 20px rgba(0,0,0,.05);   }

.cpjdetail .tit { margin:0 0 40px; }
.cpjdetail .tit h2 { font-size:30px; }
.cpjdetail .desc { margin:40px 0 0; }

.calbum-list ul{ display: grid; grid-template-columns: repeat(5, 1fr); grid-gap: 40px; }
.calbum-list ul li .img { position: relative;   overflow: hidden; text-align: center; background: #fff;  border:1px solid #e6e6e6; }
.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; background:#f6f6f6;  border:1px solid #e6e6e6;   }

.cvideo-list ul{ display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 40px; }
.cvideo-list ul li .txt { padding:20px;  text-align: center; }

.info-list .itembox  { padding:80px 0;  }
.info-list .itembox .img { float: right;  width: 50%;  }
.info-list .itembox .txt {  padding:0 80px 0 0; }
.info-list .itembox:nth-child(2n) { background: #f6f6f6; }
.info-list .itembox:nth-child(2n) .img { float:left; }
.info-list .itembox:nth-child(2n) .txt {  padding:0 0 0 80px; }
.info-list .itembox .txt h3 { font-size: 36px;  }
.info-list .itembox .txt h5 { font-size:36px;  color:#ee8300;  margin:10px 0 20px; }

.contact .info .company-list  { padding:0; }
.contact .info, .contact .msgbox { width: calc(50% - 40px); }
.contact .info h2 { font-size: 36px;  margin:0 0 40px; }
.contact .info .item { padding:30px 0; border-top:1px solid #ddd; }
.contact .info .company-list ul { grid-gap: 0; }
.contact .info .company-list ul li .info a { color:#222; }
.contact .msgbox { box-sizing: border-box; background: #f6f6f6; border-top:3px solid #ee8300; padding:60px 80px; }
.contact .msgbox h2 { font-size: 36px; margin: 0 0 20px; }
.contact .msgbox .layui-btn { height: 60px; line-height: 60px;}

.ccgray { background: #f6f6f6; }

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

.cpro .cpro-list { width: calc(80% - 40px);}
.cpro .cpro-list ul {  display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 40px;   }
.cpro .cpro-list ul li .img { position:relative; height: 320px;  background: #fff;  }
.cpro .cpro-list ul li .img img { object-fit: contain; object-position: center; }
.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;   }
.cpro .cpro-list ul li:hover .bg { opacity:1; }
.cpro .cpro-list ul li .bg span::before { content: ''; position: absolute; top: 0px; left: 50%; transform: translateX(-50%);  width: 100%; height: 1px; background: #fff; transition: all 0.3s ease; }
.cpro .cpro-list ul li .bg span::after { content: ''; position: absolute;  bottom: 0px;  left: 50%;  transform: translateX(-50%); width: 100%; height: 1px;  background: #fff; transition: all 0.3s ease; }
.cpro .cpro-list ul li:hover .bg span::before, .cpro .cpro-list ul li:hover .bg span::after  { width:50%; }
.cpro .cpro-list ul li .txt { background:#fff; padding:20px; border-top:2px solid #f6f6f6; }
.cpro .cpro-list ul li .txt h3 { font-size:20px;   margin-bottom: 5px;  }
.cpro .cpro-list ul li .txt p span  { display: inline-block; width:calc(100% - 20px);  }
.cpro .cpro-list ul li .txt p i { color:#ee8300;  transition: all 0.3s ease-in-out;}
.cpro .cpro-list ul li:hover i {  transform: rotate(180deg);}

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

/*--------------------------------------------------------------------------多级分类--------------------------------------------------------------------------*/

.cpro-box {  padding:60px;  }
.cpro-box .pinfo {  width:50%;  height: 100%;  background: rgba(0,0,0,0.5);  padding:40px; position: absolute;  top:0; left:0; z-index: 2;}
.cpro-box .pinfo  h2 { font-size:30px;   margin:10px 0 20px; }

.cpro-box-list { margin: 60px 0 0; }
.cpro-box-list h3 { border-bottom:1px solid #ddd;  margin:0 0 40px; }
.cpro-box-list h3 span {display: inline-block; font-size: 30px; position:relative;  padding:0 0 20px; }
.cpro-box-list h3 span::before { content: " ";  position: absolute; left: 0; bottom: 0; width:100%;  height: 3px; background: #ee8300; z-index: 1; }
.cpro-box-list ul { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 40px;  }
.cpro-box-list ul li .img { height: 320px;  overflow: hidden; }
.cpro-box-list ul li .img img { object-fit:contain;  object-position: center;  }
.cpro-box-list ul li .txt { padding:20px 0 0; }

.dl-list ul{ width:100%;  display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 40px; }
.dl-list ul li .img { position: relative;   overflow: hidden; text-align: center; background: #fff;  border:1px solid #e6e6e6; }
.dl-list ul li .img img { width: 100%;  height: 100%;   object-fit: contain; }
.dl-list ul li:hover .img img  {  transform:scale(1.1);  }
.dl-list ul li .txt { padding:20px; background:#f6f6f6;  border:1px solid #e6e6e6;  display: flex;  justify-content: space-between;  align-items: center; line-height: 180%; }
.dl-list ul li .txt i { color:#ee8300; }

.cproject ul li {  margin:0 0 60px;  }
.cproject ul li:last-child { margin:0; }
.cproject .item { display: flex;   background: #555;  }
.cproject .item .itembox {   width: 36%; height: 100%;   color:#fff; padding:40px 0 40px 40px; }
.cproject .item .desc  {  display: flex; justify-content: flex-end; }
.cproject .item .item-info  h2 { font-size: 30px;  margin:0 0 20px;  }
.cproject .item .item-info .desc .ico {   width:60px;   }
.cproject .item .item-info .desc .ico .img { width: 60px;  height: 60px; margin-bottom:30px;  }
.cproject .swpbox { width:64%;  padding:40px;  }
.cproject .swp-cproject .img img {  width:100%; height: 100%; object-fit:cover;  object-position: center; }
.cproject .swp-tab {  display: flex;   position: absolute;  right:60px; bottom:60px; z-index: 2;  }
.cproject .swp-tab a { margin-left:40px; }
.certico img { width:140px;  margin:40px 0; }

.cproject  .bot  { display: flex; justify-content: center; }
.markico { display: flex; flex: 4;  align-items: flex-end; position:relative; z-index: 1;  margin-bottom:20px;   }
.markico::after { content: " ";  position: absolute; right: -10px; bottom: -10px; width:100%;  height: 60px;  z-index: -1;  background: linear-gradient(to left, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));   opacity: 0.5;  }
.cprojlist  {  flex: 8;  margin:40px 0 0 50px;  display: flex; justify-content: flex-end; }
.appimg { margin:40px 0 0;  display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 40px;  }

.cpronone { display: flex; flex: 4;  align-items: flex-end; position:relative; z-index: 1;  margin-bottom:20px;   }
.cprotxt { flex: 8;  margin:40px 0 0 50px;  }

.cproject .swpbox-s { position: absolute; bottom:0; left:0; z-index: 9;  padding:40px 200px 40px 40px;    }
.cproject .swpbox-s::after  { content: " ";  position: absolute; left: 0; bottom: 0; width:100%;  height: 100%;  z-index: -1;  background: linear-gradient(to right, rgba(40, 40, 40, 1) 0%, rgba(40, 40, 40, 1)  50%, rgba(40, 40, 40, 0)  100%);  }
.cproject .swpbox-s .cpj-name {  color:#fff;  margin:20px 0 0; }
/*
.cpj-logo {position: absolute; top:40px; left:40px; z-index: 9;  }
.cpj-name {  padding:20px;  background: #fff; box-shadow: 0 0 20px rgba(0,0,0,.1); overflow: hidden;  position: absolute; top:40px; right:40px; z-index: 9;  }
*/

.psw-box { width:50%; margin:0 auto;  }
.psw-box .layui-form .layui-input { padding:0 40px 0 60px; }
.psw-box .layui-input-prefix,  .psw-box .layui-input-suffix  { padding:0 10px; }
.psw-box .layui-input-suffix  { line-height: 60px; right:20px;   }
.psw-box .layui-input-prefix .layui-icon,  .psw-box .layui-input-suffix  .layui-icon{ display: inline-block; width:30px;  font-size:24px; }
.psw-box .layui-col-xs8 { width:calc(100% - 200px); }
.psw-box .layui-col-xs4 { width:180px;  margin-left:20px;  }
.psw-box .codeimg { height:60px; }
.psw-box .codeimg img { width:100%; height:100%; object-fit: cover; object-position: center; }
.psw-box .layui-btn { display: inline-block; box-sizing: border-box;  padding:0 40px; height: 60px;  line-height:60px;  background-color: #ee8300!important; color:#fff;  margin:0;  font-size: 18px; border-radius: 0;   border:1px solid #ee8300;    }


.cn-left { width: calc(100% - 420px); }
.cn-left .top { padding:0 0 20px; margin:0 0 30px;  border-bottom: 1px solid #e6e6e6;}
.cn-left .top  h2 { font-size: 30px; }
.cn-left .bot .detail p strong { color:#333; }
.cn-left .bot .detail  table tr td { padding:20px; }
.cn-right { width: 360px; }

.cnewslist .cn-left ul li {float:left; width:calc(33.2% - 27px); margin-right: 40px; margin-bottom: 40px; }
.cnewslist .cn-left ul li:nth-child(3n) { margin-right: 0; }
.cnewslist .cn-left ul li .itembox .img { height:24vh;  }
.cnewslist .cn-left ul li .itembox .txt .tag { margin:20px 0; }
.cnewslist .cn-left ul li .itembox .txt h3 { height:64px;  font-size: 20px; }

.slider .tit { padding:20px 30px;  border-top:3px solid #ee8300;  }
.slider .tit  h3 { font-size: 30px; }
.slider .list { margin-bottom: 40px;  overflow: hidden;  }
.slider .list ul li a { box-sizing: border-box; display: inline-block; width: 100%;   padding:10px 30px; color:#333; line-height: 200%; }
.slider .list ul li a:hover,  .slider .list ul li a.active { background: #ee8300; color:#fff; }

/*--------------------------------------------------------------------------移动端--------------------------------------------------------------------------*/
@media only screen and (max-width:981px){	
    
    .has-html5video .fancybox__content { width: 90% !important; height: 72vh !important;}
	
	/*--------------------------------------------------------------------------首页--------------------------------------------------------------------------*/
	.gotop { right:0.36rem; bottom:0.36rem; width:50px; height:50px; line-height:50px; }
	.gotop i { font-size:0.56rem; }

	.ibanwarp, .ibanwarp .scroll-banner { height:40vh; }
	.iban-swp .bg .txt { padding:30px 0 0; }
	.iban-swp .bg .txt .info p { width:100%;  font-size: 0.4rem; line-height: 160%;   }
	.iban-swp .bg .txt h2 { width:100%; font-size:0.48rem; margin:0.24rem 0 0;  }
	.iban-swp .sp-bot { bottom:0.36rem; }
	
	.iabo-info { width:100%;  }
	.iabo-info h3 { font-size: 0.4rem; margin-bottom: 0.36rem;  }
	.iabo-info h2 { font-size: 0.48rem; }
	.iabo-info .info { margin:0.36rem 0;}
	
	.inum ul li { margin:0 0 0.64rem; }
	.inum ul li span { font-size:0.96rem; }
	.inum ul li i { font-size:0.48rem; }
	.inum ul li p { margin:0; }
	
	.iabo-video { width: calc(100% - 0.36rem); margin:0.72rem 0; }
	.cvideo::after { right: -0.36rem; bottom: -0.36rem;}
	
	.itit { margin-bottom: 0.48rem;}
	.itit h2 { font-size:0.48rem;  }
	
	.ihor-list { margin:0.64rem  0 0;}
	.swp-ihor2 .swiper-slide .item .img img { width:80px; }
	.swp-ihor { padding:0.64rem 0 0; }
	.swp-ihor .swiper-slide .item .img { height:30vh; }
	
	.iprocate { margin:0.72rem 0 0 ; }
	.cproject .item { display: block; }
	.cproject .item .itembox { width:100%;  padding:0.36rem; }
	.cproject .swpbox { width:100%;  padding:0.36rem; }
	.cproject .item .item-info h2 { font-size:0.48rem; margin: 0 0 0.24rem; }
	.certico img { width: 100px; margin:0.48rem auto; }
	.cproject .swpbox-s {  position:static;  padding:0.36rem;  }
	.cproject .swpbox-s .cpj-logo img {  max-width: 200px;  max-height: 80px;  }
	.cprojlist {   margin: 0 0 0 0.48rem; }
	.markico::after { height:50px;  bottom: -15px;  }
	.cproject .swpbox-s .cpj-name { margin:0.36rem 0 0; }
	.appimg { margin:0.36rem 0 0; grid-gap: 0.36rem;}
	
	.iprocate-tab .hd { position:relative;  right:auto; bottom:auto; justify-content: flex-end; margin:0.64rem 0 0;  }
	.iprocate-tab .hd a { margin:0; }
	.iprocate-tab .hd a:first-child { position:absolute; left:0; top:0; }
	.iprocate-tab .hd a.orange-tab { width: 1.1rem;    height: 1.1rem; line-height: 1.1rem;  margin-left:0.36rem;}
	
	.itest .itest-l , .itest .itest-r { width:100%; }
	.itest .itest-r { margin:0.72rem 0 0; }
	.itest .list .txt h3 { font-size:0.4rem; margin:0.36rem 0 0; }

	.icont .icont-box .icont-left , .icont .icont-box .icont-right { width: 100%; }
	.icont .form-box, .company-list { padding:0.72rem 0.36rem; }
	.company-list ul { grid-gap: 0.48rem; }
	.company-list ul li .item { display:block; }
	.company-list ul li .img { width:60px; margin: 0;  }
	.company-list ul li .info h3 { margin:0.48rem 0 0.36rem; }
	.icont .itit { margin-bottom: 0.36rem; }
	.icont .form-box .form { margin:0.64rem 0 0; }
	
	.footer  { text-align:left; }
	.footer .links { margin: 0 0 0.36rem; }
	.footer .links a { margin:0 0.36rem 0.12rem 0; }
	
	.pnav { display:none; }
	.mpnav { display:block; }
	.pagination { margin:0.36rem 0 0; }
	.page-num, .page-link { padding: 0 10px; margin: 0 4px;}
	
	.cbanwarp { position: relative; height: 30vh;  z-index: 1; margin:0;  }
	.cbanwarp .cbg .txt h2 { font-size:0.48rem; margin:30px 0 0.24rem; }
	.cbanwarp .cbg .txt em { font-size:0.38rem; line-height: 160%;  }
	
	.cmenu a { height:50px; line-height: 50px; padding:0 0.36rem; font-size: 0.38rem;  }
	
	.cabo .info { width:100%; }
	.cabo .info h2 { font-size: 0.48rem;  margin: 0 0 0.48rem;}
	.cabo .info h3 { font-size:0.4rem; }
	.cabo .cvideo { idth: calc(100% - 0.36rem);  margin: 0.72rem 0; }
	
	.cabo-cer .iabo-info, .cabo-cer .inum { width:100%;  }
	
	.calbum-list ul { grid-template-columns: repeat(2, 1fr);  grid-gap: 0.36rem;}
	.calbum-list ul li .txt { padding:0.36rem; }
	
	.cvideo-list ul { grid-template-columns: repeat(1, 1fr); grid-gap: 0.36rem; }
	.cvideo-list ul li .txt { padding:0.36rem; }
	
	.bread { margin: 60px 0 0; padding: 0.36rem 0; line-height: 160%;  }
	
	.cproject ul li { margin:0 0 0.72rem; }
	
	.info-list .itembox { padding:0.72rem 0; }
	.info-list .itembox .img { width:100%;  margin:0 0 0.36rem;  }
	.info-list .itembox .txt , .info-list .itembox:nth-child(2n) .txt { width:100%;  padding:0;  }
	.info-list .itembox .txt h3 { font-size:0.48rem; }
	.info-list .itembox .txt h5 { font-size:0.48rem; margin: 0.24rem 0 0.36rem; }
	
	.cn-left ,  .cn-right { width:100%;  }
	.cn-right { display:none; }
	.cnewslist .cn-left ul li { float:none; width:100%;  margin-right:0; margin-bottom: 0.72rem; }
	.cnewslist .cn-left ul li .itembox .txt .tag { margin:0.24rem 0; }
	.cnewslist .cn-left ul li .itembox .txt h3 { font-size:0.48rem;  height: auto; }
	
	.cn-left .top h2 { font-size:0.48rem;  margin:0.24rem 0 0; }
	.cn-left .bot .detail table tr td { padding:0.18rem; }
	
	.dl-list ul { grid-template-columns: repeat(2, 1fr); grid-gap: 0.36rem; }
	.dl-list ul li .txt { padding:0.36rem; }
	
	.contact .info, .contact .msgbox {width:100%; }
	.contact .info h2 { font-size:0.56rem; margin: 0 0 0.36rem; }
	.contact .info .item { padding: 0.48rem 0;}
	.contact .msgbox { padding:0.72rem 0.36rem; margin:0.48rem 0 0; }
	.contact .msgbox h2 {  font-size:0.56rem; margin: 0 0 0.36rem;   }
	
	/*--------------------------------------------------------------------------多级分类--------------------------------------------------------------------------*/
	.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;}
	
	.cpro { padding:20px 0 40px; }
	.cpro .cpro-list { width:100%; }
	.cpro .cpro-list ul {  grid-template-columns: repeat(2, 1fr); grid-gap: 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; }
	
	.mcpro-cate { display:block;  margin-bottom: 20px;  }
	.mcpro-cate .mbread { width:calc(100% - 40px); line-height: 180%;  }
	.mcpro-cate .mcatebtn i { display: block;  font-size:0.56rem; color:#ee8300; margin:2px 0 0;  cursor: pointer; }
	.mcate { display: block;  width:300px; height:100%; background:#fff; position:fixed; top:0; right:-300px; z-index:2000; overflow-x:hidden;  -webkit-overflow-scrolling : touch;  transition:all .3s; -webkit-transition:all .3s;}
	.mcate.open { right:0; box-shadow: 0 0 20px rgba(0,0,0,.15);}
	.mcate .close { float:right; width:48px; height:48px; line-height:48px; display:block; overflow:hidden; text-align:center; color:#999; cursor:pointer;}
	.mcate .close i {  font-size:0.4rem; }
	.mcatebox h1 { color:#333; font-size: 0.48rem; line-height: 60px; padding:0 30px; }
	 .s-list { line-height:48px; }
	 .s-list span.more { top:16px; }
	.s-content { background:#f6f6f6; }
	
	.cprode .cpro-detail { width:100%; }
	.view em i { font-size: 0.48rem; }
	.preview { width:100%; margin:0.36rem 0 0; }
	.preview .swiper-slide { width:25%; }
	.preview .arrow-left { left:0; }
	.preview .arrow-right { right:0;  }
	/*--------------------------------------------------------------------------多级分类--------------------------------------------------------------------------*/
	
}
