﻿@charset "utf-8";
@font-face {
	font-family:BarlowCondensed-Regular; src:url(../font/BarlowCondensed-Regular.ttf);
}
@font-face{
     font-family:'din'; 
     src: url('../font/din.OTF');
}
@font-face {font-family: roboto_l; src: url(../font/ROBOTO-LIGHT-10.TTF);}
@font-face {font-family: Barlow-Bold; src: url(../font/Barlow-Bold.TTF);}
@font-face{ font-family:LEMONMILK; src:url(../font/LEMONMILK-1.OTF);}
/*@media (max-width:1920px){html{font-size:16px;}}
@media (min-width:1400px) and (max-width:1600px){html{font-size:15px;}}
@media (min-width:640px) and (max-width:1399px){html{font-size:14px;}}
@media (min-width:471px) and (max-width:639px){html{font-size:13px;}}
@media (min-width:329px) and (max-width:470px){html{font-size:12px;}}
@media (max-width:328px){html{font-size:12px;}}*/
/* CSS Document */
body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,p,form,img,select{margin:0; padding:0;}
body{ color: #333;  font-size:14px; font-family:Verdana, Geneva, sans-serif;background:#fff;overflow-x:hidden}
a{text-decoration:none; color:#333;}
a:hover{color:#D4AA4B;}

ul,li{list-style:none;}
.clear{clear:both;}
img{border:0;}
.blank10{height:10px;}
.blank15{height:15px;}
.blank20{height:20px;}
.blank30{height:30px;}
.blank40{height:40px;}
.blank50{height:50px;}
.blank60{height:60px;}
.blank70{height:70px;}
.blank80{height:80px;}
.fl{float: left;}
.fr{float: right;}


.main100 {width:100%; padding:0 1.5rem; box-sizing:border-box; /*max-width: 1460px;*/ min-width: 1200px;}
@media only screen and (max-width: 1440px){
	.main100 {padding:0 6%;}
}
.main{width:1200px; margin:auto;}

.bg_hui{ background:#f8f8f8;}

.table{ display:table; table-layout: fixed; text-align:center; width:100%; height:100%}
.table_cell{ display:table-cell; vertical-align:middle}

/*头部*/
.header{height: 90px; z-index: 100;width: 100%; min-width:1200px; position:fixed; transition:0.5s all; /*background:url(../images/header_bg.png) repeat-x center bottom;*/}
.header:before{ content:""; position:absolute; bottom:0; left:0; width:0; height:1px; background:rgba(255,255,255,0.25); transition:2s}
.header.on:before{ width:100%}
.header .logo{ position:absolute; left:2%; top:20px; transition:0.5s all;}
.header .logo img{height:50px; display:block;  transition:0.5s all;}

/*导航下拉*/
.header_scroll {background:rgba(30,27,46,0.9); height:72px; transition: 0.5s all; box-shadow: 0 2px 5px rgba(0,0,0,0.1);}
.header_scroll.on:before{width:0px;transition: 0.01s all;}
.header_scroll .logo{top:15px;}
.header_scroll .logo img{height:42px}


/*======================搜索======================*/
.header .serch{ width:80px; height:100%; margin-right:15px; float:right; background:url(../images/icon-hsrch.png) no-repeat center; transition:0.5s all;}
.header .serch a{display:block; height:100%;}

.header .tc{transition:all ease 300ms;position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 9999999999; display:flex; flex-direction:column; justify-content:center;align-items:center;}
.header .tc{ pointer-events: none;  filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;transform:scale(1.1);}
.header .tc.act{ filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;  pointer-events: auto;transform:scale(1);}
.header .tc-bg {width: 100%;height: 100%;background: rgba(0,0,0,.85);position: absolute;top: 0;left: 0;z-index: 0;}

.header .tc-box {width: 700px;max-width: 90%;margin: 0 auto;box-sizing: border-box;  /* background:#fff; */display: block;position: relative;z-index: 1;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	overflow: hidden;
}
.header .tc.act .tc-box {-webkit-animation-name: anim-open-2;animation-name: anim-open-2;transform: scale(1);}


/*搜索弹窗内容样式*/
.header .tc-box form {position: relative;}
.header .tc-box .tc_fdj {position: absolute;left: 20px;display: block;height:.75rem;width: 25px;background: url(../images/icon-sq2.png) center no-repeat;}
.header .tc-box #keyword {width: 80%;height: .75rem;padding: 0 .2rem;padding-left:55px;font-size: .18rem;color: #999;box-shadow: none;-webkit-appearance: none;border:0; box-sizing:border-box;outline:none; float:left;}
.header .tc-box .btn_submit {width: 20%;height:.75rem;line-height:.75rem;background: #D4AA4B;font-size:.2rem;color: #fff;cursor: pointer;text-transform: uppercase;border:0; outline:none;}


/*======================语言下拉======================*/
.top_lag{height:100%;position:relative;}
.top_lag .t{height:100%; background:url(../images/lang_1.png) left center no-repeat;padding:0 0px 0 25px; display:flex; justify-content:center;align-items:center;}
.top_lag a{color:rgba(255,255,255,0.9);}
.top_lag .t i{ margin-left:5px;}
.top_lag .b{position: absolute; top:100%; width:160px; left: 0; background:rgba(0, 0, 0, 0.4); opacity: 0; visibility: hidden; transition: 400ms; transform: translateY(20px);  z-index:99999999;}
.top_lag:hover .b { opacity: 1; visibility: visible; transform: translate(0); }
.top_lag .ico { width: 30px; height: 30px; background-position: center top; }
.top_lag .b a { display: block; position: relative; height: 60px; padding-left: 15px; overflow: hidden; line-height: 30px; }
.top_lag .b a p, .top_lag .b a .ico { margin-top: 15px; float: left; margin-right: 10px; }
.top_lag .b a:hover{ background:#D4AA4B; color:#fff;}

/*下拉菜单*/
.navBox {  height:100%;float:right; margin-right:.5rem;}
.navBox .nav{display:flex; height:100%;}
.navBox .nav li {padding: 0 .28rem; position: relative;}
.navBox .nav li>a {display: block;position: relative; height:100%; display:flex; justify-content:center;align-items:center;}
.navBox .nav li>a .bg {background: #D4AA4B;position: absolute;left: 0px;bottom: 0px;width:0;display: block;height:0.025rem;transition: 0.6s;z-index: -1; opacity: 0;visibility: hidden;}
.navBox .nav li>a .txt {position: relative;z-index: 2;font-size: .17rem;color: #fff;}
.navBox .nav li.active a .bg,.navBox .nav li.curr a .bg {width: 100%; opacity: 1; visibility: visible; }


.subNavbox a:active .txt, .subNavbox a:hover {color: #D4AA4B;}
.subNavbox { position: absolute; left: 0px; top:100%; width: 100%; background:rgba(255, 255, 255, 0.8); box-shadow: .1rem .3rem .5rem 0 rgba(88, 88, 88, 0.2); display: none; text-align: center;}
.subNavbox p {}
.subNavbox p a {line-height: .25rem;height: auto; padding:0.1rem .05rem;font-size: .145rem;display:block;position: relative;}
.subNavbox p a:hover{ background:#D4AA4B; color:#fff;}
/*.subNavbox p a:before{content:"";position:absolute;bottom: -.06rem;height: .02rem;background: #D4AA4B;right:0;width:0;-webkit-transition: 0.6s;-moz-transition: 0.6s;-o-transition: 0.6s;transition: 0.6s;}
.subNavbox p a:hover:before{ left:0; width:100%}*/







/*======================轮播图======================*/
/*焦点图*/
	#banner {width:100%; height:100vh; position:relative; z-index:0; background:#000; overflow:hidden;}
	#banner .txt{ position:absolute;z-index: 999;left:6%;top: 50%;margin-top: -105px; height: 100vh; text-shadow:rgba(0,0,0,0.5) 1px 1px 2px;}
	#banner .txt h3{font-size:.56rem; color:#fff; font-weight:normal; margin-bottom:.2rem;}
	#banner .txt p{font-size:.25rem; color:#fff;}
	
	#banner .txt h3 {transform:translateY(200px);opacity:0;transition:all 0.3s;}
	#banner .txt p {transform:translateY(200px);opacity:0;transition:all 0.6s;}
	#banner .txt .viewmore {transform:translateY(200px);opacity:0;transition:all 0.9s; margin-top:50px;}
	#banner .swiper-slide-active .txt h3,
	#banner .swiper-slide-active .txt p,
	#banner .swiper-slide-active .txt .viewmore{transform:translateY(0px);opacity:1; transition-delay:0.8s;}

	.viewmore {position: relative; text-shadow:rgba(0,0,0,0) 1px 1px 2px;}
	.viewmore a{display: block;width: 110px;height: 46px;line-height: 46px;border: 1px solid rgba(255,255,255,.5); color:#fff;padding:0 25px;position: relative;transition:all 0.3s; }
	.viewmore a i{width: 20px;height: 20px;position: absolute;right: 15%;top: 50%;margin-top: -10px; background: url("../images/rb-1.png") center no-repeat;}
	.viewmore a:hover{border: 1px solid #D4AA4B;background:#D4AA4B; }


	#banner .swiper-slide video {width: 100%; display:block;}
	#banner .swiper-slide .pic{ height:100%; overflow:hidden;}
	#banner .swiper-slide .pic img{width:100%; height:100vh; transition: all 4s;  transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1); display:block; /*-webkit-filter: blur(30px); filter: blur(30px);*/}
	#banner .swiper-slide-active .pic img{ transform: scale(1,1);  -webkit-transform: scale(1,1);  transition-delay:0.8s;/* -webkit-filter: blur(0px); filter: blur(0px);*/}
	
/*按钮切换*/	
	.swiper-ctrl {position: absolute;right: 3%;bottom: 5%;width: 220px;z-index: 11;}
	.swiper-ctrl .relative{position: relative;}

	#banner .swiper-pagination {position: absolute;left: auto;right:0;top:50%;bottom: auto;margin-top: -11px;color: #fff;font-size: 16px; font-family:'roboto_l',Arial, Helvetica;}
	#banner .swiper-pagination span {color: #fff;font-size: 16px;opacity: .5;}
	#banner .swiper-pagination .swiper-pagination-current  {color: #fff;opacity: 1;}
	#banner .swiper-button-next,#banner .swiper-button-prev {position: absolute;left: auto;right:auto;width: 45px;text-transform: uppercase;color: #fff;font-size: 13px;line-height: 44px;opacity: .5;}
	#banner .swiper-button-next:hover,#banner .swiper-button-prev:hover {opacity: 1;}
	#banner .swiper-button-next {background: url('../images/next.png') right center no-repeat;right: 0;}
	#banner .swiper-button-prev {background: url('../images/prev.png') left center no-repeat;left: 0;text-align: right;}

/*鼠标*/	
	#banner .mouse{position:absolute; width:25px; left:50%;margin-left:-12.5px; bottom:25px; cursor:pointer;z-index: 10000;background:url(../images/shubiao.png) top center no-repeat; height:60px; text-align:center}
	#banner .mouse span{-webkit-animation: arrowMove 2s infinite; animation: arrowMove 2s infinite; display:inline-block;width: 8px;height:20px; position: absolute; margin-left:-4px;left:50%; bottom:0;} 
	@-webkit-keyframes arrowMove {
	  to {
		-webkit-transform: translateY(.15rem);
		transform: translateY(.15rem);
		opacity: 0;
		}
	}
	@keyframes arrowMove {
	  to {
		-webkit-transform: translateY(.15rem);
		transform: translateY(.15rem);
		opacity: 0;
		}
	}


#banner .swiper-slide:before {
    content: "";
    background: rgba(0,0,0,.2) url(../images/header_bg.png) repeat-x left top;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
#banner .swiper-slide:after {
    content: "";
    background: url(../images/banenr_line.png) repeat-x;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: .3;
    z-index: 3;
}



	
/*页面标题*/
.main_tit{ padding:80px 0 50px; position:relative;}
.main_tit h3{ font-size:.4rem; color:#000; font-weight:normal; margin-bottom: .15rem;}
.main_tit h5{ font-size:.2rem; color:#666; line-height:1.5em;font-weight:normal;}

/*页面标题1*/
.main_tit1{ padding:.8rem 0 .45rem; position:relative; text-align:center;}
.main_tit1 h3{ font-size:.34rem; color:#000; font-weight:normal;}
.main_tit1 h3:after {content: "";display: block;width: .18rem;background: #D4AA4B;height: 2px;margin: 16px auto 16px auto;}
.main_tit1 h5{ font-size:.16rem; color:#888;text-transform:uppercase; font-weight:normal;}


/*页面标题2*/
.main_tit2{ padding:60px 0 50px; position:relative; text-align:center;}
.main_tit2 h3{ font-size:.4rem; color:#000; font-weight:normal; margin-bottom:15px;}
.main_tit2 h5{ font-size:.16rem; color:#888;text-transform:uppercase; font-weight:normal; line-height:2em;}




/*关于我们*/
.index_about{ background:url(../images/logo_bg.png) no-repeat -.1rem center; position:relative; display:flex; justify-content:center;align-items:center;}
.index_about .txt{ width:50%; padding:0 0.8rem 0 1.5rem; box-sizing:border-box;}
@media only screen and (max-width: 1440px){
	.index_about{background:none;}
	.index_about .txt{padding-left:5%;}
}
.index_about .txt h5{font-size:.16rem; letter-spacing:2px; font-weight:normal; margin-bottom:.11rem; padding-left:5px;}
.index_about .txt h3{font-size:.4rem; font-weight:normal; margin-bottom:.4rem;}
.index_about .txt p{font-size:.16rem; line-height:2em; text-align:justify;}

a.p_more {font-size: .2rem;display: block; text-transform: uppercase;color: #555;width: 1.2rem;position: relative;letter-spacing: .01rem; transition:0.5s all; margin-top:.5rem;}
a.p_more:before {content: "";display: block;position: absolute;top: 0;right: 0;bottom: 0;width: .36rem;background: url("../images/img36.png") right center no-repeat;background-size: auto .12rem; transition:0.5s all;}
a.p_more:hover {color: #D4AA4B; }
a.p_more:hover:before {background-image: url("../images/img56.png");width: .56rem;right: -.2rem; }


.index_about .pic{width:50%; position:relative; margin:1rem 0 0.8rem 0;}
.index_about .pic img{width:100%; display:block;}
.index_about .pic .play{width:80px; height:80px; position:absolute; left:50%; top:50%; margin:-40px 0 0 -40px; transition:1s all;}
.index_about .pic .play:hover{transform:rotate(360deg);}

.index_about .map_bg{ position:absolute; top:0; left:1rem;}




/*数字*/
.shuzi{margin-top:.8rem;}
.shuzi ul{display: flex;justify-content:space-between;}
.shuzi li{ color:#000; flex:1;  position:relative;   font-size: .3rem;}
.shuzi li i{font-size: .8rem; font-style:normal; margin-right:2px; font-family:"BarlowCondensed-Regular";}
.shuzi li p{line-height:30px; color:#333; font-size:.15rem;}

/*首页视频*/
.index_video{width:100%; min-width:1200px; margin-top:-50px; position:relative;}
.index_video .pic {}
.index_video .pic img{width:100%; display:block;}
.index_video .video_play{ position:absolute; left:50%; top:50%; margin-left:-36px;margin-top:-36px;}
.index_video .video_play img{width:72px; display:block; transition: all 0.8s ease 0s;}
.index_video .video_play img:hover{
  cursor:pointer;
  transform:rotate(360deg);
-ms-transform:rotate(360deg); 	/* IE 9 */
-moz-transform:rotate(360deg); 	/* Firefox */
-webkit-transform:rotate(360deg); /* Safari 和 Chrome */
-o-transform:rotate(360deg); 	/* Opera */
}


/*技术服务*/
.index_js{height:7.3rem; position:relative; margin-top:.5rem;}
.index_js .bg-box {position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: 1;background: #000;overflow: hidden;}
.index_js .bg-box .item {position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-position: center;background-repeat: no-repeat;background-size: cover;
  opacity: 0;
  transition: all .6s ease;
  animation: o-scale 20s linear infinite;
  z-index: 1;
}
.index_js .bg-box .item.active {opacity: 1;}

.index_js .cont-box {height: 100%; position: relative;z-index: 2;}

/*主题*/
.index_js .tab-tit {position: absolute;left: 0;right: 0;bottom: 4vw;}
.index_js .tab-tit .main100 {display: flex; position: relative;}

.index_js .tab-tit .item h3 {font-size:.25rem; font-weight:normal; color:#000;}
.index_js .tab-tit .item p {font-size:.18rem;}

.index_js .tab-tit .item .hide .txt {margin-top:.4rem; color: #fff;}
.index_js .tab-tit .item.active .show {opacity: 0;visibility: hidden;}
.index_js .tab-tit .item.active .hide { opacity: 1;visibility: visible;}
.index_js .tab-tit .item.active .hide .txt h3{color: #fff;}
.index_js .tab-tit .item.active .hide .txt p{margin-top:.1rem;} 

.index_js .tab-tit .item {flex: 1;position: relative;margin-left: 1px;text-align: center;}
.index_js .tab-tit .item:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1rem;
	background: rgba(255, 255, 255, 0.9);
	transition: all .3s ease;
}
.index_js .tab-tit .item.active:before {height: 220px;background:rgba(212,170,75,0.9);}
.index_js .tab-tit .item .icon {width:64px;height:64px;position: relative; }

.index_js .tab-tit .item .show {position: absolute;bottom:.15rem;left:.25rem; transition: all .3s ease;}
.index_js .tab-tit .item .show .icon {display: inline-block;vertical-align: middle; margin:0 .25rem;}
.index_js .tab-tit .item .show .txt {display: inline-block;vertical-align: middle;max-width: calc(100% - 64px);text-align: left;}

.index_js .tab-tit .item .hide {position: relative;padding: 20px 20px 30px 20px;opacity: 0;visibility: hidden;transition: all .3s ease;}
.index_js .tab-tit .item .hide .icon {margin: 0 auto;}
.index_js .tab-tit .item .hide .icon:before {
  content: '';
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-3.png");
  z-index: 1;
}

/*介绍*/
.index_js .tab-cont .item {display: none;}
.index_js .tab-cont .item.active {display: block;}
.index_js .tab-cont .item .index-tit, .index_js .tab-cont .item .btn {
  opacity: 0;
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.index_js .tab-cont .item .index-tit {animation-delay: .1s; color:#fff; padding-top:1.2rem;}
.index_js .tab-cont .item .index-tit h3{font-size:.4rem; font-weight:normal; margin-bottom:.25rem;}
.index_js .tab-cont .item .index-tit p {/*width: 80%;max-width: 800px;*/ font-size:.18rem; line-height:2em;  max-width:70%;}
.index_js .tab-cont .item .index-tit p i{color:#D4AA4B;}
.index_js .tab-cont .item .btn {animation-delay: .2s;}
.index_js .tab-cont .item .btn a{color:#fff;}
.index_js .tab-cont .item .btn a:hover{color:#D4AA4B;}
.index_js .tab-cont .item .btn a.p_more:before {background: url("../images/img36_4.png") right center no-repeat;}
.index_js .tab-cont .item .btn a.p_more:hover:before {background-image: url("../images/img56.png");width: .56rem;right: -.2rem; }

.index_js .tab-tit,
.index_js .tab-cont {opacity: 0;transform: translateY(2vw);transition: all .6s ease;}
.index_js.active .tab-tit,
.index_js.active .tab-cont {opacity: 1;transform: translateY(0);}
.index_js.active .tab-tit {transition-delay: .7s;}
.index_js.active .tab-cont {transition-delay: .5s;}

@keyframes o-upfade-top {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes o-scale {
    0%,85%,100%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.1);
    }
}
@keyframes o-opacity {
    0%,30%,60%,100%{
        opacity: 0;
    }
    15%,45%{
        opacity: 1;
    }
}
@keyframes o-scroll {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}  


/*首页新闻*/
.index_news{ padding:0 0 0 1.5rem; min-width:1200px; display:flex;}
@media only screen and (max-width: 1440px){
	.index_news{padding-left:5%;}
}
.index_news .tit{width:20%; margin-top:0.8rem;}
.index_news .tit h3{ font-size:.4rem; font-weight:normal; color:#000; margin-bottom:.15rem;}
.index_news .tit h5{ font-size:.2rem; color:#666;font-weight:normal;  }

.index_news .tit ul{margin:.8rem 0 2rem 0;}
.index_news .tit li{line-height:.4rem; font-size:.18rem;}
.index_news .tit li.active a{color:#D4AA4B;}


.index_news .con{width:80%; display:none;}
.index_news .con.active{display:block;}
.index_news .con {
  opacity: 0;
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.index_news .con ul{display:flex; }
.index_news .con li{flex:1; padding:.8rem .5rem 1rem .4rem; border-left:solid 1px #e8e8e8;}
.index_news .con li h3{ font-size:.2rem; line-height:1.4em;  height:.8rem; font-weight:normal;
/*多行文本溢出现实省略号*/
  display: -webkit-box;  /*将对象作为弹性伸缩盒子模型显示 。*/
  display: -moz-box;
  overflow: hidden;   /*溢出隐藏*/
  text-overflow: ellipsis;  /*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
  /*word-break: break-all; 文本强制换行*/
  -webkit-box-orient: vertical;  /*文本被水平或垂直排列。*/
  -webkit-line-clamp:3;   /*用来限制在一个块元素显示的文本的行数。*/
}
.index_news .con li h3 a{ transition:0.3s all;}
.index_news .con li h6{ font-size:.13rem; margin:0.16rem 0 0.25rem 0; font-weight:normal; color:#999;}
.index_news .con li p{font-size:.16rem; line-height:1.6em;  height:.5rem; color:#666;
/*多行文本溢出现实省略号*/
  display: -webkit-box;  /*将对象作为弹性伸缩盒子模型显示 。*/
  display: -moz-box;
  overflow: hidden;   /*溢出隐藏*/
  text-overflow: ellipsis;  /*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
  /*word-break: break-all; 文本强制换行*/
  -webkit-box-orient: vertical;  /*文本被水平或垂直排列。*/
  -webkit-line-clamp:2;   /*用来限制在一个块元素显示的文本的行数。*/
}
.index_news .con li .pic{ margin-top:.8rem; overflow:hidden;}
.index_news .con li .pic img{width:100%;}


/* 服务客户 */
.hezuo{position: relative;width: 100%;height:5.2rem;padding:20px 0 0px 0; min-width:1200px;}
.bg-video{position: absolute;left:0;top:0;width: 100%;height: 100%;z-index: 1;}
.hezuo .bg{position:absolute; left:0;top:0;width: 100%;height: 100%;z-index: 2; background:rgba(0,0,0,0.3);}

.hezuo .hezuo_box{ position:relative;z-index: 3; width:100%;}
.hezuo .hezuo_box .tit{ margin-top:0.7rem;}
.hezuo .hezuo_box .tit h3{ font-size:.4rem; font-weight:normal; color:#fff; margin-bottom:.15rem;}
.hezuo .hezuo_box .tit h5{ font-size:.2rem; color:rgba(255,255,255,0.8);font-weight:normal;margin-bottom:.5rem;}

.hezuo ul {display: flex;flex-wrap: wrap;  justify-content:space-between;}
.hezuo ul li{ width: 15%;margin-bottom:.2rem;}
.hezuo ul li a{display: block;  padding:.05rem .1rem; background:#fff; border-radius:3px; opacity:0.7; transition:0.3s all;}
.hezuo ul li img{display: block; width:100%; display:inline-block;}
.hezuo ul li:hover a{opacity: 1;transform: translate3d(0, -5px, 0);-webkit-transform: translate3d(0, -5px, 0);}




/* 底部 */
.foot_bg{ width:100%; min-width:1200px; height:4rem; background:url(../images/foot_map.png) no-repeat center top #1E1B2E; padding-top:.8rem; position:relative;}
.foot_bg .main100{display:flex; justify-content:space-between;}
.footer_nav{display:flex; justify-content:space-between; width:70%;}
.footer_nav ul{}
.footer_nav ul li{font-size:.16rem; line-height:2.2em;}
.footer_nav ul li:first-child{height:.56rem;}
.footer_nav ul li:first-child a{font-size:.18rem; font-weight:bold; color:rgba(255,255,255,0.9);}
.footer_nav ul li a{color:rgba(255,255,255,0.4);}
.footer_nav ul li a:hover{color:#D4AA4B; text-decoration:underline;}

.foot_bg .b_contact{width:30%;}
.foot_bg .b_contact h5{font-size:.4rem; font-family:"Barlow-Bold" ;color: #fff; margin:.15rem 0 .2rem 0;}
.foot_bg .b_contact p{color:rgba(255,255,255,0.4); font-size:0.16rem; line-height:34px;}
.foot_bg .ico{margin-top:.35rem;}
.foot_bg .ico a{background:rgba(255,255,255,.05);border-radius:100px;color:rgba(255,255,255,.25);font-size:.2rem;display:inline-block;width:.46rem;height:.46rem;line-height:.46rem;text-align:center; margin:0 10px 0 0; transition:0.3s all;}
.foot_bg .ico a:hover{background:rgba(255,255,255,.2)}

.foot_end{ position:absolute; bottom:0; width:100%; color:rgba(255,255,255,0.3); text-transform:uppercase; font-size:0.14rem; }
.foot_end .main100 ul{width:100%; border-top:solid 1px rgba(255,255,255,0.06); line-height:.5rem; display:flex; justify-content:space-between;}
.foot_end a{color:rgba(255,255,255,0.3); transition:0.5s all;}
.foot_end a:hover{color:rgba(255,255,255,0.8);}




/*--------------------*/

/*二级页面 banner*/
.page_ban{ width:100%; max-width:1920px; position:relative;min-width:1200px; overflow:hidden; background:#000; }
.page_ban .pic img{width:100%; display:block;}
.page_ban .pic {animation: o-scale 20s linear infinite;}

.page_ban .txt{position:absolute; left:0; top:0; bottom:0; right:0; display: flex; z-index:9; flex-direction:column; justify-content:center; align-items:center;}
.page_ban .txt h5 { font-size: .6rem; font-weight:normal;color: #fff;text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);letter-spacing: 1px;font-family: LEMONMILK;}
.page_ban .txt h3 { font-size: .45rem; font-weight:normal;color: #fff;text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);letter-spacing: 1px; }

.page_ban .txt {
  opacity: 0;
  animation: o-upfade-top 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.page_ban.active .txt {opacity: 1;transform: translateY(0);}

.page_ban:before {
    content: "";
    background: rgba(0,0,0,.3) url(../images/header_bg.png) repeat-x left top;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.page_ban:after {
    content: "";
    background: url(../images/banenr_line.png) repeat-x;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.3;
    z-index: 3;
}

/*===================位置================*/
.pos{ line-height:.8rem;}
.pos{background:url(../images/home_ico.png) no-repeat left center; padding-left:20px;  color:#666; }
.pos a{ color:#666;}


/*===================子栏目导航================*/
.sub_nav{display: flex;justify-content:center; position:relative; margin-top:-.5rem; z-index:99;}
.sub_nav a{display:block; width:3.8rem; padding: .36rem 3%; box-sizing:border-box; background:#fff; box-shadow: 0px 10px 50px 0px rgba(15, 23, 38, 0.1); transition:0.5s all;}
.sub_nav a.on,.sub_nav a:hover{background:#D4AA4B;  color:#fff;}

.sub_nav .txt{font-size:.22rem;}

.sub_nav5 a{width:2.6rem;}


/*===================公司介绍================*/
.page_about{display:flex; justify-content:center;align-items:center; margin-top:.8rem;}
.page_about .txt{width:50%; box-sizing:border-box; padding:0 1rem 0 0;}
.page_about .txt h3{font-size:.4rem; font-weight:normal; margin-bottom:.2rem;}
.page_about .txt h5{font-size:.2rem; font-weight:normal;  margin-bottom:.4rem;}

.aboutbar{width: 100%; height:2.8rem;overflow-y: auto;padding-right:.25rem;}
.aboutbar::-webkit-scrollbar {width: 2px;height: 4px;}
.aboutbar::-webkit-scrollbar-thumb {border-radius: 5px;background:#D4AA4B;}
.aboutbar::-webkit-scrollbar-track {border-radius: 0;background: #ededed;}
.aboutbar p{font-size:0.15rem;color: #666;line-height:2em;margin-bottom: .22rem;text-align: justify;text-justify: distribute;}

.page_about .pic{ width:50%; background:url(../images/wangdian.png) no-repeat right top; box-sizing:border-box; padding:.9rem .7rem 0 0;}
.page_about .pic img{width:100%;}


/*======================公司介绍轮播图======================*/
#page_about {width:100%; position:relative; z-index:0; background:#000; overflow:hidden;}
#page_about .swiper-slide img{width:100%; display:block;cursor: url(../images/move.png),default!important;}
	
/*按钮切换*/	
#page_about .swiper-button-prev,#page_about .swiper-button-next {width: 72px;height: 72px; background: url(../images/ico_sliding.png) no-repeat; margin-top:-36px;opacity:0;}
#page_about .swiper-button-prev {background-position: 0 0;}
#page_about .swiper-button-prev:hover { background-position: 0 -144px;}
#page_about .swiper-button-next { background-position: 0 -72px;}
#page_about .swiper-button-next:hover {background-position: 0 -216px;}
/*分页器*/
#page_about .swiper-pagination{bottom: 25px;}
#page_about .swiper-pagination-bullet {width: 38px;height: 3px;border-radius: 0;background: rgba(0, 0, 0, .3);opacity: 1;position: relative;margin: 0 5px !important;}
#page_about .swiper-pagination-bullet:before{content: "";position: absolute;top: 0;left: 0;background: #fff;width: 0;height: 3px;z-index: 1;transition: 0s;}
#page_about .swiper-pagination-bullet-active:before{width: 100%;transition: all 5s ease;}


/*关于我们视频*/
.about_vedio { background: url(../images/container04_bg.jpg) center no-repeat;height: 5.2rem; background-attachment: fixed; margin-top:1rem; background-size:cover;}
.about_vedio h3 {font-size: .4rem;color: #fff;padding-bottom:.3rem; font-weight:normal;}
.about_vedio h5 {font-size:.26rem;color: rgba(255,255,255,0.8);  font-weight:normal; text-transform: uppercase;margin: .15rem 0 .4rem;}
.about_vedio h2 img { transition: 1s;}
.about_vedio h2 img:hover {transform: rotate(360deg);}



/*======================企业文化======================*/
.qywh{background:url(../images/20200309095457745.jpg) no-repeat center;height:6.6rem; background-size:cover;  background-attachment: fixed; position:relative;}
.qywh:before {
    content: "";
    background: rgba(0,0,0,.3);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.qywh{ overflow:hidden; display:flex; justify-content:space-between;}
.qywh li{flex:1; height:100%; box-sizing:border-box;text-align:center;border-left:1px solid rgba(255,255,255,.3);position:relative; overflow:hidden; z-index:3;}
.qywh li:first-child{border-left:0;}

.qywh .con{height:100%; display:flex;flex-direction:column; justify-content:center;align-items:center;  transition:.5s; }
.qywh .con .pic{margin:0 auto 42px;width:79px;height:79px;border-radius:50%;position:relative}
.qywh .con .pic:after{content:'';position:absolute;left:50%;top:50%;width:90px;height:90px;margin:-45px 0 0 -45px;background:url(../images/qywh_bg1.png) center center no-repeat; animation:30s linear infinite rotate-anim;-webkit-animation:30s linear infinite rotate-anim}
.qywh .con .pic img{display:block;width:100%; }

.qywh .con h4{padding-bottom:28px;font-size:25px;color:#fff;position:relative}
.qywh .con h4:after{margin-left:-83px;content:'';position:absolute;left:50%;bottom:0;width:166px;height:6px;background:url(../images/qywh_bg3.png) center center no-repeat;-webkit-background-size:cover;background-size:cover}
.qywh .con h4 span{margin-top:8px;display:block;font-size:16px;color:#fff;font-family:Arial;font-weight:400;text-transform:uppercase}

.qywh .mask{position:absolute;left:0;top:0;width:100%;background:rgba(0,0,0,0.3); z-index:2;height:0;overflow:hidden;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}
.qywh .mask .pic{margin:25% auto 40px;width:79px;height:79px;border-radius:50%;position:relative}
.qywh .mask .pic:after{content:'';position:absolute;left:50%;top:50%;width:90px;height:90px;margin:-45px 0 0 -45px;background:url(../images/qywh_bg2.png) center center no-repeat;-webkit-background-size:cover;background-size:cover;animation:30s linear infinite rotate-anim;-webkit-animation:30s linear infinite rotate-anim}

.qywh .mask .pic img{display:block;width:100%; position:relative;z-index:2}
.qywh .mask h4{margin-bottom:26px;padding-bottom:28px;font-size:24px;color:#fff;position:relative}
.qywh .mask h4:after{margin-left:-83px;content:'';position:absolute;left:50%;bottom:0;width:166px;height:6px;background:url(../images/qywh_bg3.png) center center no-repeat;-webkit-background-size:cover;background-size:cover}
.qywh .mask h4 span{margin-top:8px;display:block;font-size:16px;color:#f5e0e1;font-family:Arial;text-transform:uppercase;font-weight:400}
.qywh .mask .txt{font-size:16px;color:#fff;line-height:1.9;overflow:hidden}

.qywh li:hover .con{opacity:0;filter:alpha(opacity=0);filter:alpha(Opacity=0);-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)'}
.qywh li:hover .mask{height:100%}

@keyframes rotate-anim{

0%{transform:rotate(0)}

100%{transform:rotate(360deg)}

}

@-webkit-keyframes rotate-anim{

0%{-webkit-transform:rotate(0)}

100%{-webkit-transform:rotate(360deg)}

}



/*======================核心竞争力======================*/

.hexin{ margin-top:.3rem; display:flex; justify-content:space-between;}
.hexin li{flex:1; text-align:center; border-right:solid 0px #ddd; box-sizing:border-box; padding:25px 3%;}
.hexin li:last-child{border-right:0;}
.hexin li .ico img{ transition:2s all;}
.hexin li:hover .ico img{-webkit-transform: rotatey(360deg); transform: rotatey(360deg);}
.hexin li h3{ font-size:.2rem; margin:40px 0 30px 0;}
.hexin li p{ font-size:.16rem; color:#777; line-height:2em;}




/*======================企业荣誉======================*/
#page_qyry {width:100%; height:425px; position:relative; z-index:0;  overflow:hidden; background: url(../images/rongyu_bg.png) no-repeat center bottom;}
#page_qyry .swiper-slide{ height:328px; text-align: center;}
#page_qyry .swiper-slide img{display: inline-block;max-width: 328px;max-height: 328px;cursor: url(../images/move.png),default!important;}
	
/*按钮切换*/	
#page_qyry_btn {height: 60px; width:160px; position:relative;}
#page_qyry_btn .swiper-button-prev,#page_qyry_btn .swiper-button-next {width: 60px;height: 60px; border-radius: 50%; box-shadow: 0 0 10px rgba(0,0,0,0.1); transition:0.6s all; outline:none;}
#page_qyry_btn .swiper-button-prev {background: #fff url(../images/qyry_left.jpg) no-repeat center center;}
#page_qyry_btn .swiper-button-prev:hover {background: #fff url(../images/qyry_left_on.jpg) no-repeat center center;}
#page_qyry_btn .swiper-button-next {background: #fff url(../images/qyry_left.jpg) no-repeat center center;transform: rotate(180deg);}
#page_qyry_btn .swiper-button-next:hover {background: #fff url(../images/qyry_left_on.jpg) no-repeat center center;}

#page_qyry .swiper-pagination{ font-size:.26rem; color:#999; font-family:roboto_l; font-weight:bold; bottom: 0px;}
#page_qyry .swiper-pagination-current{ color:#D4AA4B;}




/*企业文化栏目*/
.qywh1{ border-bottom:solid 1px #ddd; padding-bottom:.8rem; margin-top:1rem}
.qywh1 ul{display:flex; justify-content:space-between; }
.qywh1 li{background:#f3f3f5; width:48%; display:flex; justify-content:space-between; }
.qywh1 li .pic{width:30%}
.qywh1 li .pic img{display:block;}
.qywh1 li .txt{text-align:center; width:70%}
.qywh1 li .txt h5{font-size:22px; padding:35px 0 15px 0;}
.qywh1 li .txt p{line-height:28px; font-size:16px; color:#666;}



/*======================员工风采======================*/
#page_ygfc {width:100%; position:relative; z-index:0; background:#000; overflow:hidden;}
#page_ygfc .swiper-slide img{width:100%; display:block;}
	
/*按钮切换*/	
.gshj{ position:absolute; right:0; top:100px; height: 60px; width:160px;}
.gshj .swiper-button-prev,.gshj .swiper-button-next {width: 60px;height: 60px; border-radius: 50%; box-shadow: 0 0 10px rgba(0,0,0,0.1); transition:0.6s all; outline:none;}
.gshj .swiper-button-prev {background: #fff url(../images/qyry_left.jpg) no-repeat center center;}
.gshj .swiper-button-prev:hover {background: #fff url(../images/qyry_left_on.jpg) no-repeat center center;}
.gshj .swiper-button-next {background: #fff url(../images/qyry_left.jpg) no-repeat center center;transform: rotate(180deg);}
.gshj .swiper-button-next:hover {background: #fff url(../images/qyry_left_on.jpg) no-repeat center center;}






/*======================返回按钮======================*/
.n_bottom{ text-align:center; margin:.6rem auto;}
.n_bottom ul li{display:inline-block;margin: 0 25px;cursor: pointer;}
.n_bottom ul li .img{display:inline-block;width:55px;height:55px; border: #ccc 1px solid; border-radius:50%;text-align:center;overflow: hidden; transition:0.6s; box-sizing:border-box;}
.n_bottom ul li .img h6{height:100%;transition:0.6s;overflow: hidden;}
.n_bottom ul li h5{ font-size:.14rem; color:#888; margin-top:6px; font-weight:normal;}
.n_bottom ul li a{ display:block;}
.n_bottom ul li a:hover .img h6{transform: translateY(-53px);}
.n_bottom ul li a:hover .img{ border:#D4AA4B 1px solid; background:#D4AA4B}


/*==========图片列表===============*/
.pic_list{display: flex;justify-content:flex-start;flex-wrap: wrap;}
.pic_list  li{position:relative; width:31.3%; margin:0 1% .25rem 1%; position:relative;overflow:hidden; background:#fff;}
.pic_list  li .pic{  background:#000; overflow:hidden;}
.pic_list  li img{width:100%; display:block; transition:0.3s all; }
.pic_list  li .txt{font-size:15px; text-align:center; line-height:.6rem;overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}


/*==========合作伙伴===============*/
.partner_list {display: flex;flex-wrap: wrap;  justify-content:space-between;}
.partner_list li{ width: 15.6%;margin-bottom:.2rem;}
.partner_list li a{display: block;  padding:.05rem .1rem; background:#fff; border-radius:3px; opacity:1; transition:0.3s all;}
.partner_list li img{display: block; width:100%; display:inline-block;}
.partner_list li:hover a{opacity: 1;transform: translate3d(0, -5px, 0);-webkit-transform: translate3d(0, -5px, 0);}





/*==========新闻列表===============*/
.news_list{ display:flex; justify-content:space-between; flex-wrap:wrap; }
.news_list li{ width:31.5%; background:#fff;overflow:hidden; margin-bottom:.4rem; transition:0.3s all;}
.news_list .pic{overflow:hidden;}
.news_list .pic img{width:100%;}

.news_list li .txt{padding:.2rem .2rem .4rem .2rem;}
.news_list li .txt h6{font: normal .16rem/.32rem din; margin-bottom:.15rem; color:#333;}
.news_list li .txt h5{font-size:.2rem; line-height:1.5em;
/*多行文本溢出现实省略号*/
  display: -webkit-box;  /*将对象作为弹性伸缩盒子模型显示 。*/
  display: -moz-box;
  overflow: hidden;   /*溢出隐藏*/
  text-overflow: ellipsis;  /*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
  /*word-break: break-all; 文本强制换行*/
  -webkit-box-orient: vertical;  /*文本被水平或垂直排列。*/
  -webkit-line-clamp:2;   /*用来限制在一个块元素显示的文本的行数。*/

}
.news_list li .txt p{color:#888;line-height:2em; font-size:.14rem;

/*多行文本溢出现实省略号*/
  display: -webkit-box;  /*将对象作为弹性伸缩盒子模型显示 。*/
  display: -moz-box;
  overflow: hidden;   /*溢出隐藏*/
  text-overflow: ellipsis;  /*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
  /*word-break: break-all; 文本强制换行*/
  -webkit-box-orient: vertical;  /*文本被水平或垂直排列。*/
  -webkit-line-clamp:2;   /*用来限制在一个块元素显示的文本的行数。*/
}
.news_list li:hover{box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);   transform:translate3d(0, -5px, 0);-webkit-transform: translate3d(0, -5px, 0);background: #fff;}


/*======================技术服务内容页======================*/
.neirong {margin:.3rem 0;font-size:.16rem; color:#555;}
.neirong p {line-height:2em;margin-bottom:.25rem; text-align:justify;}
.neirong img{max-width:100%;}


	
/*======================内容页======================*/
.n_news_con { display:flex; justify-content:space-between; }
.n_news_con .left{ width:70%; background:#fff; padding: .6rem .7rem .5rem .7rem; box-sizing:border-box;}
.n_news_con .right{ width:26%; overflow:hidden;}

#title_txt {font-size:.3rem;line-height:1.6em; margin-bottom:.1rem; font-weight:bold;}

.art_info{ border-bottom:solid 1px #e8e8e8; height:.6rem;  display:flex; justify-content:space-between;}

#time_txt {}
#time_txt span{ color:#999; margin-right:.2rem; line-height:.6rem; font-size:.12rem;}
#time_txt span a{color:#999;}


#art_box {margin:.3rem 0;font-size:.16rem; color:#555;}
#art_box p {line-height:2em;margin-bottom:.25rem; text-align:justify;}
#art_box img{max-width:100%;}
#art_box a{color:#0000FF;}

.xl_sc{text-align:center; font-size:.16rem; line-height:50px; border-top:dotted 1px #ccc;border-bottom:dotted 1px #ccc; margin-bottom:20px;}





/*内容页右边*/	
.n_news_con .right .con{}
.n_news_con .right .con h2{font-size:.22rem; font-weight:normal; margin-bottom: .2rem;}

.n_news_con .right .serch{ position:relative;}
.n_news_con .right .serch input{ outline:none;}
.n_news_con .right .serch input[name=keyword]{ border:solid 0px #e8e8e8; background:#fff; width:80%; height:.6rem; font-size:.16rem; padding:0 20px; box-sizing:border-box;}
.n_news_con .right .serch input[type=submit]{ position:absolute; cursor:pointer; right:0; top:0; height:.6rem; width:20%;border:0; background: url(../images/icon-hsrch.png) no-repeat center #D4AA4B;}

.n_news_con .right .swiper-container{ position:relative;}
.n_news_con .right .button-next{ float:right; outline:none;color: #7e7e7e;cursor:pointer;background: url(../images/shuaxin.png) no-repeat left center; background-size:auto 20px; padding-left:30px; margin-top:5px;}

.n_news_con .right .swiper-container li a { display: block; width:100%; overflow: hidden; margin-bottom:.2rem;padding-bottom:.2rem; border-bottom:dotted 1px #ccc; }	
.n_news_con .right .swiper-container li a .time { font-size: .14rem;  color:#666; font-family:roboto_l;  margin-top:.1rem; background: url(../images/time.png) no-repeat left center; padding-left:20px;}
.n_news_con .right .swiper-container li a h4 { font-size:.17rem; font-weight:normal;  color:#333; line-height:2em; }



/*分享按钮*/
.shart_box{ display:inline-block; margin-top:.1rem;}
#j_shart_s_24 .bds_count{ font-size:.12rem;}
#j_shart_s_24{ padding-left:60px; position:relative;}
#j_shart_s_24 strong{display:block;position:absolute;left:0;z-index:2;line-height:36px;font-size:12px;color: #a3a0a9;font-weight: normal;}
#j_shart_s_24 .bds_qzone{background:url(../images/j_shart.png) center -224px no-repeat}
#j_shart_s_24 .bds_tsina{background:url(../images/j_shart.png) center -311px no-repeat}
#j_shart_s_24 .bds_tqq{background:url(../images/j_shart.png) center -195px no-repeat}
#j_shart_s_24 .bds_renren{background:url(../images/j_shart.png) center -340px no-repeat}
#j_shart_s_24 .bds_weixin{background:url(../images/j_shart.png) center -253px no-repeat}
#j_shart_s_24 .bds_sqq{background:url(../images/j_shart.png) center -79px no-repeat}
#j_shart_s_24 .bds_fbook{background:url(../images/j_shart.png) center -166px no-repeat}
#j_shart_s_24 .bds_twi{background:url(../images/j_shart.png) center -137px no-repeat}
#j_shart_s_24 .bds_linkedin{background:url(../images/j_shart.png) center -108px no-repeat}
#j_shart_s_24 .bds_tieba{background:url(../images/j_shart.png) center -253px no-repeat}
#j_shart_s_24 .bds_huaban{background:url(../images/j_shart.png) center -253px no-repeat}
#j_shart_s_24 .bds_douban{background:url(../images/j_shart.png) center -253px no-repeat}
#j_shart_s_24 .bds_copy{background:url(../images/j_shart.png) center -253px no-repeat}
#j_shart_s_24 .bds_print{background:url(../images/j_shart.png) center -253px no-repeat}
#j_shart_s_24 .bds_mshare{background:url(../images/j_shart.png) center -253px no-repeat}
#j_shart_s_24 .bds_count{font-size:12px}	




/*======================人才理念======================*/	
.rcln{ background:url(../images/map_bg1.png) no-repeat center top; }
.rcln h3{font-size:.4rem; font-weight:normal; padding:.8rem 0 .3rem 0; position:relative; margin-bottom:.4rem; color:#000; text-align:center;}
.rcln h3:after { position:absolute; left:50%; margin-left:-11px; bottom:0;
    content: '';
    display: block;
    width: 22px;
    height: 3px;
    background-color: #D4AA4B;
}
.rcln p{font-size:.17rem; line-height:2em; text-align:center; margin:auto; color: #555;  max-width:13.5rem;}
.rcln a{width:1.5rem;line-height:.5rem;font-size: .18rem; margin:.5rem auto 1rem auto; display: block;color:#D4AA4B;border: 2px solid #D4AA4B;border-radius: 5px;text-align: center;transition: all .3s ease;}
.rcln a:hover{background:#D4AA4B;color: #fff;transform: translateY(-5px);box-shadow: 0 10px 30px rgba(212,170,75,.3);}

.rcln2{display:flex; justify-content:space-between;}
.rcln2 .left{width:69.3%; box-sizing:border-box; overflow:hidden; background:#000;}
.rcln2 .right{width:30%;}
.rcln2 li{overflow:hidden; background:#000;}
.rcln2 .right li:first-child{margin-bottom:.1rem;}
.rcln2 img{width:100%; height:100%; display:block; transition:0.5s all;}
.rcln2 img:hover{opacity:0.8;filter:alpha(opacity=80);}


.rcln3{display:flex; justify-content:space-between; padding:.7rem 0; margin-bottom:.2rem;}
.rcln3 li{ flex:1; border-right:solid 1px #e8e8e8; text-align:center;}
.rcln3 li:last-child{border-right:0;}
.rcln3 li h3{font-size:.25rem; font-weight:normal;}
.rcln3 li p{margin-top:.2rem; font-size:.18rem; color:#666;}

.rcln4{background:url(../images/rcln4_bg.jpg) repeat-x center; background-size: cover; min-height:6rem; box-sizing:border-box; background-attachment: fixed; }
.rcln4 h3{font-size:.4rem; font-weight:normal; padding:.8rem 0 .3rem 0; color:#fff; position:relative;   text-align:center;}
.rcln4 h3:after { position:absolute; left:50%; margin-left:-11px; bottom:0;
    content: '';
    display: block;
    width: 22px;
    height: 3px;
    background-color: #D4AA4B;
}
.rcln4 .main100{display:flex; justify-content:space-between;flex-wrap:wrap;}
.rcln4 li{ width:25%; text-align:center; font-size:.2rem; color:#fff; transition:0.5s all;}
.rcln4 li:before {
    content: '';
    width: 48px;
    height: 48px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    margin: .6rem auto .15rem auto;
	transition:1.5s all;
}
.rcln4 li:hover{color:#D4AA4B;}
.rcln4 li:nth-of-type(1):before { background-image: url(../images/rcln_1.png);}
.rcln4 li:nth-of-type(1):hover:before { background-image: url(../images/rcln_1_on.png); transform: rotateY(360deg);}
.rcln4 li:nth-of-type(2):before { background-image: url(../images/rcln_2.png);}
.rcln4 li:nth-of-type(2):hover:before { background-image: url(../images/rcln_2_on.png); transform: rotateY(360deg);}
.rcln4 li:nth-of-type(3):before { background-image: url(../images/rcln_3.png);}
.rcln4 li:nth-of-type(3):hover:before { background-image: url(../images/rcln_3_on.png); transform: rotateY(360deg);}
.rcln4 li:nth-of-type(4):before { background-image: url(../images/rcln_4.png);}
.rcln4 li:nth-of-type(4):hover:before { background-image: url(../images/rcln_4_on.png); transform: rotateY(360deg);}
.rcln4 li:nth-of-type(5):before { background-image: url(../images/rcln_5.png);}
.rcln4 li:nth-of-type(5):hover:before { background-image: url(../images/rcln_5_on.png); transform: rotateY(360deg);}
.rcln4 li:nth-of-type(6):before { background-image: url(../images/rcln_6.png);}
.rcln4 li:nth-of-type(6):hover:before { background-image: url(../images/rcln_6_on.png); transform: rotateY(360deg);}
.rcln4 li:nth-of-type(7):before { background-image: url(../images/rcln_7.png);}
.rcln4 li:nth-of-type(7):hover:before { background-image: url(../images/rcln_7_on.png); transform: rotateY(360deg);}
.rcln4 li:nth-of-type(8):before { background-image: url(../images/rcln_8.png);}
.rcln4 li:nth-of-type(8):hover:before { background-image: url(../images/rcln_8_on.png); transform: rotateY(360deg);}

.rcln5{ padding:.8rem 0 1rem 0; text-align:center;}
.rcln5 h3{font-size:.36rem; margin-bottom:.3rem;}
.rcln5 p{font-size:.18rem; color:#666; line-height:2em;}
.rcln5 a{width:1.5rem;line-height:.5rem;font-size: .18rem; margin:.5rem auto 0rem auto; display: block; background:#D4AA4B;color:#fff;border: 2px solid #D4AA4B;border-radius: 5px;text-align: center;transition: all .3s ease;}
.rcln5 a:hover{background:#D4AA4B;color: #fff;transform: translateY(-5px);box-shadow: 0 10px 30px rgba(212,170,75,.3);}



/*======================招聘信息======================*/	

.mission-list-ctn {width:100%; min-width:1200px;height:6rem; position: relative;background:url(../images/culture02.jpg) no-repeat center #000; background-size:cover;}
.mission-list {width: 100%;height: 100%;position: absolute;top: 0;left: 0;display: flex;z-index: 300;color: white;}
.mission-list-item {flex: 1;position: relative; border-right: 1px solid rgba(255, 255, 255, .2); padding: .8rem .2rem 0 .8rem;}
.mission-back {position: absolute;width: 100%;height: 100%;top: 0;left: 0;object-fit: cover;filter: brightness(.6);}
.mission-list-ctn * {transition: .3s;}
.mission-list-item:last-of-type {border-right: none;}
.mission-list-item.active {flex: 2;}

.mission-list li .id{font-size: .68rem;position: relative;font-family: BarlowCondensed-Regular;  margin-bottom:15px;}
.mission-list li .title{font-size:.3rem; line-height:1.5; margin-bottom:40px; position:relative; transition: all 0.5s;}
.mission-list li .en { font-size: .2rem;opacity: 0.5; transition: all 0.3s; overflow: hidden;}
.mission-list li .info {font-size: .16rem;line-height: 1.76;overflow: hidden; opacity: 0; transition: all 0.3s ease-in;transform: translateY(200%);}
.mission-list li:hover .en {opacity: 0;}
.mission-list li:hover .info{    transform: translateY(0px);opacity: 1;  transition-delay: 0.3s;}
.mission-list li:hover .title:after {content: '';display: block;width: 25px; height: 2px;background-color:rgba(255, 255, 255, 0.6);position: absolute;left: 0;bottom:-20px;transition: 0.3s ease-in-out;}



/*招聘计划*/
.job_plan{ width:100%; background:url(../images/culture02.jpg) no-repeat center; background-size:cover; }
.job_plan ul{ display:flex;color:#fff;height:6rem;position:relative;}
.job_plan li{padding: .8rem .2rem 0 .4rem; flex: 1;transition: .3s; height:100%; box-sizing:border-box; overflow:hidden; border-left: 1px solid rgba(255, 255, 255, 0.1); }
.job_plan li:first-child{border-left:0;}
.job_plan li .id{font-size: .68rem;position: relative;font-family: BarlowCondensed-Regular;  margin-bottom:15px;}
.job_plan li .title{font-size:.3rem; line-height:1.5; margin-bottom:40px; position:relative; transition: all 0.5s;}
.job_plan li .en { font-size: .2rem;opacity: 0.5; transition: all 0.3s; overflow: hidden;}
.job_plan li .info {font-size: .16rem;line-height: 1.76;overflow: hidden; opacity: 0; transition: all 0.3s ease-in;transform: translateY(200%);}
.job_plan li:hover{ flex:1 1 20%;}
.job_plan li:hover .en {opacity: 0;}
.job_plan li:hover .info{    transform: translateY(0px);opacity: 1;  transition-delay: 0.3s;}
.job_plan li:hover .title:after {content: '';display: block;width: 25px; height: 2px;background-color:rgba(255, 255, 255, 0.6);position: absolute;left: 0;bottom:-20px;transition: 0.3s ease-in-out;}

/* 人才招聘 */
#job_bd{  position:relative;}
#job_bd dl{ background:#fff; position: relative; margin-bottom:.2rem;}
#job_bd dt{display:block; padding:.25rem .3rem; box-sizing:border-box; font-size:.17rem; cursor:pointer; border:solid 1px #ddd; background:#f8f8f8;}
#job_bd dt.on{background:#ddd;}
#job_bd dt span{display:inline-block; color:#666; padding:0 .4rem; position:relative;}
#job_bd dt span:after { position:absolute; left:0; top:.02rem;
    content: '/';
    display: block;
    color: #ccc; font-size:.13rem; font-weight:normal;
}
#job_bd dt span i{margin-left:.1rem; transition:0.3s all;}
#job_bd dt span em { font-style: normal;
    display: inline-block;
    background: #D4AA4B;
    color: #fff;
    width: 30px;
    line-height: 30px;
    border-radius: 100%;
    text-align: center;
    margin-right: 5px;
    vertical-align: middle;
}
#job_bd dt.on span i{transform: rotateX(180deg);}
#job_bd dt span:nth-child(1){width:60%; text-align:left; font-size:.2rem; font-weight:bold; color:#222;}
#job_bd dt span:nth-child(1):after{content: '';}
#job_bd dt span:last-child{ float:right;}

#job_bd dd{ display:none; line-height:2em; background:#f8f8f8;padding:.2rem .7rem 1rem; position:relative;}
#job_bd dd strong{margin:.2rem 0 .1rem 0; display:block;}
#job_bd dd p{ font-size:.15rem; margin-bottom:.1rem;}
#job_bd dd a{position: absolute; cursor:pointer; font-size:.17rem; right:.7rem; bottom:.3rem; display: block; width:2rem; line-height:.6rem; text-align: center; background:#D4AA4B; color:#fff; transition:0.5s all;}
#job_bd dd a i{ margin-left:.1rem;}
#job_bd dd a:hover{transform: translateY(-5px);box-shadow: 0 10px 30px rgba(212,170,75,.3);}



/*弹窗*/
.tc{transition:all ease 300ms;position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 99999;}
.tc{ pointer-events: none;  filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;transform:scale(1.1);}
.tc.act{ filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;  pointer-events: auto;transform:scale(1);}
.tc-bg {height: 100%;background: rgba(0,0,0,.8);position: absolute;top: 0;left: 0;width: 100%;z-index: 0;}

.buy_form{width:10rem; height:7rem; padding:.5rem .8rem; background:#fff; box-sizing:border-box; position:absolute; top:0; left:0; right:0; bottom:0; z-index:2; margin:auto;}

.buy_form .close{position:absolute; top:40px; right:40px; cursor:pointer;}

.buy_form .log{}
.buy_form .tit{font-size:.4rem; color:#000; margin-bottom:.1rem}
.buy_form .info{ line-height:1.5em; color:#888; border-bottom:solid 1px #ddd; height:.5rem; margin-bottom:.35rem;}

.buy_form ul{display:flex; justify-content:space-between; flex-wrap:wrap;}
.buy_form li{font-size:.15rem; margin-bottom:.15rem; width:49%;}

.buy_form input{padding:.2rem;width:100%; box-sizing:border-box;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 2px; font-size:.16rem;
}
.buy_form .form-group {width:100%;}
.buy_form .form-group input{width:49%; margin-right:1%;  margin-bottom:.2rem;}

.buy_form .submit{ border:none; font-size:.18rem; cursor:pointer; text-align:center; color:#fff; background:#D4AA4B; font-family:"微软雅黑";border-radius: 2px; transition:0.3s all; width:100%; height:.6rem; line-height:.6rem;}
.buy_form .submit:hover{ background:#FF8B10; color:#fff; text-decoration:none;}



/*上传按钮*/
.fileupload-buttonbar .btn {vertical-align: middle;
    display: inline-block;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn.blue:not(.btn-outline) {
    color: #FFF;
    background-color: #40aae2;
    border-color: #40aae2;
}
.btn.red:not(.btn-outline) {
    color: #fff;
    background-color: #e7505a;
    border-color: #e7505a;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.progress {
    border: 0;
    background-image: none;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.progress {
    height: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.progress {
    overflow: hidden;
}
.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-striped, .progress-striped .progress-bar {
    background-size: 40px 40px;
}
.progress-bar-striped, .progress-striped .progress-bar, .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}
.progress-bar-success {
    background-color: #36c6d3;
}
.progress-bar {text-align: center;
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    background-color: #40aae2;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.finecms-file-ts{ line-height:1.6em; color:#666;}
/*----------------------*/





/*联系我们*/
.lianxi{display:flex; justify-content:space-between;}
.lianxi .left{width:40%;}
.lianxi .right{width:50%; margin:1.6rem 0 1rem 0;}

.lianxi .left .lxfs  h2{font-size:.25rem; color: #1a1a1a; border-bottom:2px solid #ccc;padding-bottom:.2rem; margin-bottom:.3rem;}
.lianxi .left .lxfs  ul{display:flex; justify-content:space-between;  margin-bottom:.3rem;}
.lianxi .left .lxfs  ul li{flex:1;}
.lianxi .left .lxfs  ul li h6{font-size:.16rem; font-weight:normal; color:#888;  margin-bottom:.1rem;}
.lianxi .left .lxfs  ul li h5{font-family: "Barlow-Bold"; font-size:.3rem;}
.lianxi .left .lxfs  p{line-height:2em; font-size:.16rem; }

/*留言*/
.message_input {margin-bottom:.3rem;}
.message_input ul{ display:flex; justify-content:space-between;}

.message_input input::-webkit-input-placeholder,
.message_input textarea::-webkit-input-placeholder{color: #a1a7b2;font-size:.16rem;font-family:Microsoft Yahei;}
.message_input ul li{ width: 45%;} 
.message_input span{display: block;font-size:.17rem; } 
.message_input input{border: none;background: none;outline: none;border-bottom: 1px solid #ddd;width: 100%;padding:.2rem 0;} 
.message_input input:focus,.message_input textarea:focus {border-bottom: 1px solid #D4AA4B;}
.message_input textarea{clear: both;display: block;border: none;background: none;outline: none;border-bottom: 1px solid #ddd;width: 100%;padding: 20px 0;box-sizing: border-box;min-height: 100px;} 

.message_input .form-group input{width:45%; }

.message_input .submit{ border:none;outline: none; font-size:.18rem; cursor:pointer; text-align:center; color:#fff; background:#D4AA4B; font-family:"微软雅黑"; transition:0.3s all; width:2rem; height:.6rem; line-height:.6rem;}
.message_input .submit:hover{  transform: translateY(-5px);box-shadow: 0 10px 30px rgba(212,170,75,.3);}
.message_input .submit i{margin-left:.25rem;}


/*404*/
.page_msg {padding: 50px;background: #fff;  border-radius:5px;}
.page_msg h5 { line-height: 60px;border-bottom: 1px solid #ddd;margin-bottom: 10px; font-size:25px; text-align:center;}
.page_msg_con {color: #999; line-height:40px; text-align:center;padding: 25px 0;}
.page_msg_con i {font-size:100px;color: #ddd; margin-bottom:10px;}




/*分页*/
.search-pagination{text-align:center; margin:50px 0 0px 0;}
.pagination li {display: inline-block;margin:0 3px;background-color: #fff;transition: 0.3s;box-shadow: 2px 2px 20px rgba(0,0,0,.05); font-family:"tt_1";}
.pagination li a{display: inline-block;font-size: 18px;width: 60px;height: 60px;line-height: 60px;color: #555;box-sizing: border-box;	}
.pagination li.active a{color: #fff !important;background-color:#D4AA4B;}

/*搜索页面*/
.border_box{ background:#fff; /*box-shadow: 2px 2px 20px rgba(0,0,0,.05);*/padding: 50px 80px; box-sizing:border-box;}

.portlet-title{ height:50px; line-height:50px; border-bottom: 1px solid #eee; display: flex;justify-content: space-between; margin:20px 0;}
.portlet-title h5{font-size:18px; position:relative; float:left; padding:0 5px;}
.portlet-title h5:after{content: "";position: absolute;width:100%; height: 2px;left: 0;bottom: -1px;background:#D4AA4B;}


.serch_n{ padding: 0px 100px; position:relative; margin-bottom:15px;}
.serch_n input{width:100%; padding:10px 20px; font-size:16px; outline:none; background:#f8f8f8; box-sizing:border-box; height:52px; line-height:52px; border:solid 1px #ddd;}
.serch_n .btn{ position:absolute; right:100px; top:0px;}
.serch_n .btn button{ width:125px; height:52px; border:0; cursor:pointer; outline:none; padding-left:40px; font-size:18px; color:#fff; background: url('../images/icon-hsrch.png') no-repeat 30px center #D4AA4B; background-size:20px auto;}


/*==========文章列表===============*/
.art_list{}
.art_list li{font-size:16px; padding-left:15px; line-height:38px;  background:url(../images/dian.png) no-repeat left 15px;overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}
.art_list li:nth-child(5n){border-bottom:dotted 1px #ccc; margin-bottom:20px; padding-bottom:20px;} 
.art_list li span{color:#888; float:right; font-size:14px;}





/*滚动条美化*/
body::-webkit-scrollbar {
  width: 10px !important;
}
body::-webkit-scrollbar-track {
  background-color: #f3f3f3;
}
body::-webkit-scrollbar-track-piece {
  background-color: #f3f3f3;
  -webkit-border-radius: 4px;
}
body::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border: solid 1px #C0C0C0;
  border-radius: 4px;
}
body::-webkit-scrollbar-corner {
  background-color: #ddd;
}
body::-webkit-resizer {
  background-repeat: no-repeat;
  background-position: bottom right;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: #F3F3E0;
}
::-webkit-scrollbar {
  width: 15px;
}

/*图片放大*/
.picShow img:hover,.picShow a:hover img{transition:all 500ms ease-out 0s; 
  /*cursor:pointer;*/
  -webkit-transform:scale(1.15);
  moz-transform:scale(1.15);
  -o-transform:scale(1.15);
  transform:scale(1.15);
}
.picShow img{transition:all 500ms ease-out 0s; }




/*更多*/
.lookmore{ text-align:center}
.lookmore a{display:inline-block;border: #ddd 1px solid; border-radius:22px;width: 155px; line-height: 40px; color: #565656; position:relative;overflow:hidden; transition:0.5s all;}
.lookmore a span{ position:relative; z-index:10}
.lookmore a:hover{color:#fff;border:#0062B0 1px solid;background: #0062B0; transition-delay:0.36s}
@-webkit-keyframes criss-cross-left {
0% {
left: -20px;
}
50% {
left: 50%;
width: 20px;
height: 20px;
}
100% {
left: 50%;
width: 375px;
height: 375px;
}
}
@keyframes criss-cross-left {
0% {
left: -20px;
}
50% {
left: 50%;
width: 20px;
height: 20px;
}
100% {
left: 50%;
width: 375px;
height: 375px;
}
}
@-webkit-keyframes criss-cross-right {
0% {
right: -20px;
}
50% {
right: 50%;
width: 20px;
height: 20px;
}
100% {
right: 50%;
width: 375px;
height: 375px;
}
}
@keyframes criss-cross-right {
0% {
right: -20px;
}
50% {
right: 50%;
width: 20px;
height: 20px;
}
100% {
right: 50%;
width: 375px;
height: 375px;
}
}
.btn-11 {
position: relative;
color: #9a7cba;
}
.btn-11:before, .btn-11:after {
position: absolute;
top: 50%;
content: '';
width: 20px;
height: 20px;
background: #0062B0;
border-radius: 50%;
}
.btn-11:before {
left: -20px;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
/*     animation: criss-cross-left 0.8s reverse; */
}
.btn-11:after {
right: -20px;
-webkit-transform: translate(50%, -50%);
transform: translate(50%, -50%);
/*     animation: criss-cross-right 0.8s reverse; */
}
.btn-11:hover:before, .btn-11:hover:after {
/*       @include size($btn-width); */
}
.btn-11:hover:before {
-webkit-animation: criss-cross-left 0.8s both;
animation: criss-cross-left 0.8s both;
}
.btn-11:hover:after {
-webkit-animation: criss-cross-right 0.8s both;
animation: criss-cross-right 0.8s both;
}




/*向上*/
.cd-top {
  display: inline-block;
  height: .52rem;
  width: .52rem;
  position: fixed; z-index:99999;
  bottom: 40px;
  right: 5px;border-radius: 50%;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.2) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #D4AA4B;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 10px;
    bottom: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    right: 5px;
    bottom: 50px;
  }
}
.cd-top:hover{background-color:#D4AA4B;transition: all 0.3s ease 0s;}


