/*# sourceMappingURL=style.css.map */
body.ovh{
	position: fixed;
	height: 100%;
}
body{
	font-family: 'Arial';
}
img{
	max-width: 100%;
}
header.pc_nav{
	position: fixed;
	width: 13%;
	height: 100%;
	background-color: #fff;
	top: 0;	
	left: 0;	
	padding: 14px 0;
	box-sizing: border-box;
	text-transform: uppercase;
    box-shadow: 0px 0px 6px 0px #ebebeb;
	z-index: 999;
}
header.pc_nav .h_wrap{
}
header.pc_nav .log{
	display: block;
	margin: 0 auto;
	padding: 40px 14%;
	position: relative;
}
header.pc_nav .log:after{
	content: '';
	position: absolute;	
	width: calc( 100% - 10px);
	height: 1px;
	background-color: #cccccc;
	bottom: 0;	
	left: 5px;	
}
header.pc_nav .h_nav{
	padding: 20px 0;
}
header.pc_nav .h_nav .item{
	display: block;
	text-align: center;
	font-size: 12px;
	color: #333333;
	padding: 17px 5px;
	cursor: pointer;
	-moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
header.pc_nav .h_nav .item:hover{
	color: #006cb8;
}
header.pc_nav .h_nav .item a{
	color: #333333;
}

header.pc_nav .h_nav .item.on{;
	color: rgba(0,0,0,0);
	background:  #006cb8;
	/*background:  #006cb8 url('../img/19.png') no-repeat center/13px;*/
}
header.pc_nav .h_nav .item.on .tit{
color: white;
}
header.pc_nav .h-search{
	height: 60px;
	background: url('../img/search.jpg') no-repeat center;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	cursor: pointer;
	margin: 0 14%;
}
header.pc_nav .h_nav .item .sel-con{
	width: 87%;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	background-color:#006cb8;
	z-index: 99;
	color: #ffffff;
	display: none;
	font-size: 0;
	text-align: left;
}
header.pc_nav .h_nav .item .sel-con .wrap{
	height: 546px;
}
header.pc_nav .h_nav .item .sel-con .atit{
	text-transform: uppercase;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	margin: 14px 4.2% 0;
	line-height: 100px;
	border-bottom: 1px solid #3389c6;
}
header.pc_nav .h_nav .item .sel-con .box{
	padding: 20px 0 0;
	margin-top: 30px;
	position: relative;
}
header.pc_nav .h_nav .item .sel-con .box .line{
	width: 1px;
	height: 550px;
	background-color: #3389c6;
	position: absolute;
	top: 0;
	left: 33.33333333%;
}
header.pc_nav .h_nav .item .sel-con .box .line2{
	left: 66.666666666%;
}
header.pc_nav .h_nav .item .sel-con .listbox{
	width: 33.3333333333%;
	display: inline-block;
	vertical-align: top;
}
header.pc_nav .h_nav .item .sel-con .agroup{
	width: 100%;
	box-sizing: border-box;
	padding:0 40px 0 86px;
	margin-bottom: 20px;
}
header.pc_nav .h_nav .item.proitem .sel-con .agroup{
	margin-bottom: 40px;
}
header.pc_nav .h_nav .item .sel-con .agroup a{
	display: block;
	font-size: 16px;
	color: #fff;
	opacity: 0.7;
	transition: all .3s ease-in;
	text-transform: capitalize;
}
header.pc_nav .h_nav .item .sel-con .agroup a:first-child{ 
	font-size: 20px;
	color: #fff;
	opacity: 1;
}
header.pc_nav .h_nav .item .sel-con .agroup a:hover{
	opacity: 1;
}
header.pc_nav .h-search .box{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}
header.pc_nav .h-search input[type='text']{
	width: 100%;
	height: calc(100% - 3px);
	margin-top: 1px;
	border: none;
	padding-left: 26px;
	box-sizing: border-box;
	font-size: 14px;
}
header.pc_nav .h-search input[type='submit']{
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	top: 0;
	bottom: 0;
	background: url('../img/search.jpg') no-repeat center/cover;
	margin: auto;
	border: none;
	font-size: 0;
}
header.pc_nav .h-search .colse-search{
	width: 10px;
	height: 10px;
	background: url('../img/sear-colse.png') no-repeat center/cover;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
}
header.pc_nav .h_group{
	position: relative;
}
header.pc_nav .h_group .tit{
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
	font-size: 12px;
	margin: 0 14%;
    padding: 16px 0;
}
header.pc_nav .h_group .tit br{
	display: none;
}
header.pc_nav .h_group .tit span{
	line-height: 20px;
	vertical-align: middle;
}
header.pc_nav .h_group .tit img{
	vertical-align: middle;
	margin-left: 9px;
}
header.pc_nav .h_group .con{
	position: absolute;
	width: 100%;
	top: 0;
	right:0;	
	font-size: 12px;
	background-color: #fff;
	border: 1px solid #d8d8d8;
	padding: 10px 10px;
    transform: translate(100%,0);
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in;
}
header.pc_nav .h_group:hover .con{
	visibility: visible;
	opacity: 1;
}
header.pc_nav .h_group .con a{
	display: block;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 30px;
	border-bottom: 1px solid #d8d8d8;
	opacity: 0.7;
	transition:color .3s ease-in;
	font-size: 12px;
}
header.pc_nav .h_group .con a:hover{
	opacity: 1;
}
header.pc_nav .h_group .con li:last-child a{
	border-bottom: none;
}
header.pc_nav .lang-toggle{
	padding: 25px 0;
	text-align: center;
	font-size: 0;
}
header.pc_nav .lang-toggle a{
	display: inline-block;
	width: 39px;
	height: 39px;
	text-align: center;
	line-height: 39px;
	border-radius: 100%;
	background-color: #eaeaea;
	font-size: 12px;
	color: #999999;
	font-weight: bold;
	transition: all .5s ease-in;
}
header.pc_nav .lang-toggle a+a{
	margin-left: 9px;
}
header.pc_nav .lang-toggle a:hover{
	color: #ffffff;
	background-color: #006cb8;
}
.main_wrap{
	width: 87%;
	float: right;
}
#iban.swiper-container{
	width: 100%;
}
#iban .swiper-pagination{
    bottom: 30%;
    text-align: left;
    left: 7.2%;
    width: auto;
}
#iban .swiper-pagination .swiper-pagination-bullet{
	width: 11px;
	height: 11px;
	border-radius: 100%;
	background-color: #fff;	
	opacity: 1;
	transition: all .5s linear;
}
#iban .swiper-pagination .swiper-pagination-bullet-active{
	width: 47px;
	height: 11px;
	background-color: #006cb8;
	border-radius: 10px;
}
#iban .swiper-button-next{
	width: 40px;
	height: 85px;
	background: url('../img/next.png') no-repeat center;
	right: 0;	
	top: 0;
	bottom: 0;	
	margin: auto;
}
#iban .swiper-button-next .s1{
	width: 13px;
	height: 13px;
	background: url('../img/3.png') no-repeat center;
	position: absolute;
	top: 0;	
	bottom: 0;	
	left: 50%;	
	margin: auto;
}
#iban .swiper-slide img{
	width: 100%;
}
.wrap{
	width: 1280px;
	margin: 0 auto;
	position: relative;
}
/* foot */
footer.pcfot{
	border-top: 1px solid #f0f0f0;
}
footer.pcfot .top{
	padding: 46px 0 50px;
}
footer.pcfot .wrap{
	z-index: 9;
}
footer.pcfot ul{
	float: left;
	position: relative;
	padding-right: 34px;
}
footer.pcfot ul:after{
	content: '';
	position: absolute;
	top: 0;	
	right: 0;	
	width: 1px;
	height: 192px;
	background-color: #f5f5f5;
}
footer.pcfot .f_right{
	float: right;
}
footer.pcfot ul li{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	margin-right: 40px;
}
footer.pcfot ul li a{
	display: inline-block;
	color: rgba(0,0,0,0.5);
	text-transform: capitalize;
}
footer.pcfot ul li a:first-child{
	font-size: 16px;
	color: rgba(0,0,0,1);
	margin-bottom: 16px;
	text-transform: uppercase;
}
footer.pcfot ul li a:hover{
    color: #006699;
}
footer.pcfot ul li a:first-child:hover{
	color: rgba(0,0,0,1);
}
footer.pcfot .f_right .f_group{
	width: 233px;
	height: 32px;
	background: #fafafa url('../img/4.png') no-repeat 90% center;	
	box-sizing: border-box;
	padding: 0 10px;
	margin-bottom: 20px;
	position: relative;
	z-index: 9;
}
footer.pcfot .f_right .f_group .tit{
	height: 32px;
	width: 100%;
	line-height: 32px;
	color: #666666;
	font-size: 12px;
	cursor: pointer;
}
footer.pcfot .f_right .f_group .sel{
	position: absolute;
	bottom: 32px;
	left: 0;	
	width: 100%;
	border: 1px solid #d8d8d8;
	box-sizing: border-box;
	display: none;
	border-bottom: none;
	z-index: 9;
}
footer.pcfot .f_right .f_group .sel a{
	display: block;
	color: #666;
    padding: 0 10px;
	line-height: 40px;
	height: 40px;
	background-color: #fff;
	border-bottom: 1px solid #d8d8d8;
	font-size: 12px;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
footer.pcfot .f_right .f_group .sel a:hover{
	color: #000;
}
footer.pcfot .fot{
	border-top: 1px solid #e5e5e5;
	line-height: 70px;
	height: 70px;
	font-size: 12px;
	color: rgba(0,0,0,0.5);
}
footer.pcfot .fot a{
	color: rgba(0,0,0,0.5);
}
footer.pcfot .fot a.sitemap{
	padding-left: 22px;
	background: url('../img/2.jpg') left center no-repeat;
}
footer.pcfot .fot a.lang{
	padding-left: 22px;
	padding-right: 16px;
	background: url('../img/3.jpg') left center no-repeat;
	position: relative;
}
footer.pcfot .fot a.lang:after{
	content: '';
	display: block;
	position: absolute;
	width: 7px;
	height: 4px;
	background: url('../img/4.jpg') no-repeat;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
footer.pcfot .langbox{
	position: relative;
	margin-left: 14px;
}
footer.pcfot .langbox .subbox{
	position: absolute;
	width: 100%;
	bottom: 100%;
	background-color: #fff;
	border: 1px solid #eee;
	display: none;
}
footer.pcfot .langbox .subbox a{
	display: block;
	width: 100%;
	text-align: center;
	line-height: 40px;
}
footer.pcfot .langbox .subbox a:last-child{
	border-top: 1px solid #eee;
}
/* navmob */
header.mob_nav {
  height: 90px;
  padding: 0 30px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10;
}
header.mob_nav .main-wrap {
  height: 100%;
}
header.mob_nav .logo {
  display: inline-block;
  width: 172px;
  line-height: 90px;
  height: 90px;
}
header.mob_nav .logo img {
  width: 100%;
  vertical-align: middle;
}
header.mob_nav .nav-btn {
    width: 40px;
    height: 30px;
    position: relative;
    cursor: pointer;
    margin-top: 28px;
}
header.mob_nav .nav-btn .line {
  display: block;
  width: 100%;
  height: 4px;
  background-color: #004477;
  position: absolute;
  left: 0;
}
header.mob_nav .nav-btn .line1 {
  top: 0;
  transform-origin: left top 0;
}
header.mob_nav .nav-btn .line2 {
  top: 13px;
}
header.mob_nav .nav-btn .line3 {
  bottom: 0;
  transform-origin: left bottom 0;
}
header.mob_nav .nav-btn.active {
  animation: rotate 0.3s linear 0s;
}
header.mob_nav .nav-btn.hover .line {
  left: 6px;
}
header.mob_nav .search-btn {
	display: block;
	width: 40px;
	height: 90px;
	background: url(../img/ico_01.png) no-repeat left center;
	background-size: auto 38px;
	padding-right: 30px;
	border-right: 1px solid #e5e5e5;
	margin-right: 30px;
	cursor: pointer;
}
header.mob_nav .sub-menu {
  width: 92%;
  padding: 28px 4%;
  display: none;
  position: absolute;
  left: 0;
  top: 90px;
  background-color: #f5f5f5;
}
header.mob_nav .sub-menu ul, header.mob_nav .sub-menu li {
  width: 100%;
}
header.mob_nav .sub-menu li {
  border-bottom: 1px solid #dcdcdc;
}
header.mob_nav .sub-menu .tit {
  display: block;
  width: 91%;
  padding: 0 4.5%;
  line-height: 66px;
  color: #000;
  position: relative;
  text-transform: uppercase;
}
header.mob_nav .sub-menu .sub-tit:after {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  background: url(../img/ico_03.png) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  right: 30px;
  top: 18px;
}
header.mob_nav .sub-menu .sub-tit.on {
  background-color: #006cb8;
  color: #fff;
}
header.mob_nav .sub-menu .sub-tit.on:after {
  background: url(../img/ico_03_h.png) no-repeat center;
  background-size: 100% auto;
}
header.mob_nav .sub-menu .sec-list {
  line-height: 54px;
  padding: 20px 4.5%;
  display: none;
}
header.mob_nav .sub-menu .sec-list p {
  background: url(../img/ico_04.png) no-repeat left center;
  background-size: 6px auto;
}
header.mob_nav .sub-menu .sec-list a {
  padding-left: 20px;
  color: #666;
  display: block;
  text-transform: capitalize;
}
.search-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: #000;
  opacity: 0.8;
  filter: Alpha(opacity=80);
  display: none;
}

.m-search-box {
    width: 92%;
    border: 1px solid #aaa;
    position: fixed;
    left: 3%;
    top: 0.8rem;
    height: 0.8rem;
    z-index: 11;
    display: none;
}
.m-search-box input.tex {
    border: none;
    width: 5rem;
    background: none;
    font-size: 0.24rem;
    font-family: "Arial";
    color: #a7a7a7;
    height: 0.26rem;
    line-height: 0.24rem;
    padding: 0.27rem 4%;
}
.m-search-box input.search-btn {
  border: none;
  width: 0.7rem;
  height: 0.8rem;
  background: url(../img/ico_08.png) no-repeat center;
  background-size: 0.4rem auto;
}

.m-close-search {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  background: url(../img/ico_07.png) no-repeat center;
  background-size: 100% auto;
  position: fixed;
  right: 4%;
  top: 0.3rem;
  cursor: pointer;
  z-index: 11;
  display: none;
}
/* main */
#main .wrap1 .t-box{
	height: 88px;
	line-height: 88px;
	overflow: hidden;
	font-size: 16px;
	border-bottom: 1px solid #ebebeb;
}
#main .wrap1 .t-box span.tit{
	display: inline-block;
	color: #006cb8;
	font-weight: bold;
	font-family: '微软雅黑';
	padding-right: 25px;
	margin-right: 23px;
	position: relative;
}
#main .wrap1 .t-box span.tit:after{
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 18px;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto 0;
	background-color: #e3e3e3;
}
#main .wrap1 .t-box .con a{
	color: #666666;
}
#main .wrap1 .t-box .time{
	font-size: 14px;
	color: #999999;
	padding-right: 42px;
	background: url('../img/6.png') no-repeat right center;
}
#main .wrap1 #product_list{
	padding: 40px 0 54px;
}
#main .wrap1 #product_list .swiper-slide{
	width: auto;
	padding-right: 40px;
}
#main .wrap1 #product_list .swiper-slide:last-child{
	padding-right: 0;
}
#main .wrap1 #product_list .swiper-slide .imgbox{
	display: block;
	overflow: hidden;
}
#main .wrap1 #product_list .swiper-slide .imgbox img{
	width: 400px;
	transition: all .5s ease-in;
}
#main .wrap1 #product_list .swiper-slide .imgbox:hover img{
	transform: scale(1.05);
}
#main .wrap1 #product_list .swiper-slide .text{
	font-size: 22px;
	color: #444444;
	line-height: 64px;
	background-color: #fff;
	position: relative;
	font-weight: bold;
	z-index: 99;
}
#main .wrap2{
	background-color: #0778e3;
	padding: 70px 0;
	font-size: 0;
}
#main .wrap2 .item{
	display: inline-block;
	color: #fff;
	text-align: left;
	font-size: 0;
	padding: 0 40px;
	position: relative;
	width: 20%;
	box-sizing: border-box;
	vertical-align: top;
}
#main .wrap2 .item .num{
	font-size: 52px;
	font-weight: bold;
	line-height: 1;
	position: relative;
	font-family: 'CenturyGothicStd-Bold';
}
#main .wrap2 .item .num sup{
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	background: url('../img/7.png') no-repeat center;
	top: 0;
	right: -10px;
}
#main .wrap2 .item .en{
	display: inline-block;
	font-size: 12px;
	color: #c9e5ff;
    margin-top: 7px;
    line-height: 1.6;
}
#main .wrap2 .item:first-child{
	padding-left: 0;
}
#main .wrap2 .item:last-child{
	padding-right: 0;
}
#main .wrap2 .item em{
	display: block;
	position: absolute;
	right: 0;
	top: 20px;
	width: 1px;
	height: 86px;
	background-color: rgba(255,255,255,0.3);
	margin: auto;
}
#main .wrap2 .item:last-child em{
	display: none;
}
#main .wrap3 .left{
	float: left;
    width: 67.421875%;
}
#main .wrap3 .right{
	float: left;
}
#main .wrap3 {
	background-color: #fdfdfd;
}
#main .wrap3 .wrap{
	padding: 98px 0 110px;
}
#main .wrap3 .right {
	margin: 35px 0 0 70px;
    width: 23.828125%;
}
#main .wrap3 ul li{
	padding-left: 65px;
	background: no-repeat left top;
	font-size: 14px;
	color: #747474;
	margin-bottom: 26px;
}
#main .wrap3 ul li:nth-child(1){
	background-image: url('../img/8.png');
}
#main .wrap3 ul li:nth-child(2){
	background-image: url('../img/9.png');
}
#main .wrap3 ul li:nth-child(3){
	background-image: url('../img/10.png');
}
#main .wrap3 ul li .num{
	font-size: 47px;
	font-family: 'Bebas';
	color: #0778e3;
	line-height: 1;
	font-weight: 400;
	margin-right: 18px;
}
#main .wrap3 ul li:nth-child(n+2) .num{
	float: left;
}
#main .wrap3 ul li .en{
	line-height: 22px;
	vertical-align: middle;
	margin-top: 2px;
}
#main .wrap3 .right .fot{
	color: #747474;
	font-size: 14px;
	line-height: 29px;
	padding-top: 24px;
	border-top: 1px solid #e9e9e9;
}
#main .wrap4{
	background-color: #f2f2f2;
	padding: 40px 0 68px;
}
#main .wrap4 .tit {
}
#main .wrap4 .tit h3{
	font-size: 30px;
	color: #333333;
	float: left;
	line-height: 90px;
}
#main .wrap4 .tit a{
	display: inline-block;
	padding-right: 24px;
	font-size: 14px;
	color: #999999;
	float: right;
	line-height: 90px;
	background: url('../img/15.jpg') no-repeat right center;
}
#main .wrap4 ul{
	font-size: 0;
}
/*  */
#main .wrap4 .ulbox{
	font-size: 0;
}
#main .wrap4 .item{
	display: inline-block;
	width: 32.34375%;
	vertical-align: top;
	margin-bottom: 18px;
	position: relative;
}
#main .wrap4 .item a{
	display: block;
    height: 478px;
	background-color: #fff;
}
#main .wrap4 .item img{
	width: 100%;
	transition: all .5s ease-in;
}
#main .wrap4 .item.first{
	width: 66.09375%;
	height: auto;
    background-color: transparent;
}
#main .wrap4 .item.first a, #news .wrap1 .item.first a{
	height: auto;
}
#main .wrap4 .item.first .imgs, #news .wrap1 .item.first .imgs{
	position: relative;
}
#main .wrap4 .item.first .imgs:after, #news .wrap1 .item.first .imgs:after{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
    background: linear-gradient(to bottom,rgba(102,102,102,0), rgba(0,0,0,1));
}
#main .wrap4 .item+.item{
	margin-left: 18px;
}
#main .wrap4 .item .text{
	background-color: #fff;
	font-size: 13px;
	color: #999999;
	padding: 20px 30px 0;
}
#main .wrap4 .item .text .h3{
	font-size: 18px;
	color: #333333;
	line-height: 27px;
	margin-bottom: 10px;
}
#main .wrap4 .item:nth-child(3){
	margin-left: 0;
}
#main .wrap4 .item .imgs{
	overflow: hidden;
}
#main .wrap4 .item:hover .imgs img{
	transform: scale(1.05);
}
#main .wrap4 .item .text .con{
	min-height: 100px;
}
#main .wrap4 .item .text .con
, #news .wrap1 .item .text .con{
	overflow: hidden;
}
#main .wrap4 .item .text .time{
	color: #999999;
	float: left;
}
#main .wrap4 .item .text .btn{
	display: inline-block;
	width: 26px;
	height: 26px;
	border-radius: 100%;
	float: right;
	background:#f5f5f5 url('../img/15.jpg') no-repeat center;
}
#main .wrap4 .item.first .text{
	position: absolute;
	z-index: 2;
	color: #fff;
	bottom: 0;
	left: 0;
	background-color: transparent;
	padding: 0 0 35px 68px;
	width: 80%;
	line-height: 23px;
}
#main .wrap4 .item.first .h3{
	color: #fff;
	font-size: 30px;
    margin-bottom: 25px;
}
#main .wrap4 .item.first .text .con{
	min-height: auto;
}
#main .wrap4 .item .line{
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: rgba(255,255,255,0.2);
	top: 0;
	left: 4.728132387706856%;
	z-index: 2;
}
#main .wrap4 .item .line:after{
	content: '';
	display: block;
	width: 1px;
	height: 46px;
	background-color: #fff;
	top: 313px;
	left: 0;
	position: absolute;
	display: none;
}
#main .wrap4 .item.first .swiper-pagination,
#news .wrap1 .item.first .swiper-pagination{
	width: calc( 100% - 27px);
	text-align: right;
	padding-right: 27px;
	bottom: 40px;
	font-size: 0;
}
#main .wrap4 .item.first .swiper-pagination-bullet,
#news .wrap1 .item.first .swiper-pagination-bullet{
	width: 7px;
	height: 7px;
	background-color: #fff;
	opacity: 0.3;
	margin: 0 3px;
}
#main .wrap4 .item.first .swiper-pagination-bullet-active,
#news .wrap1 .item.first .swiper-pagination-bullet-active{
	opacity: 1;
}
/* end */
#main .wrap4 #moblist .item .imgs{
    overflow: hidden;
}
/* about */
#about .wrap1 .box{
	width: 1000px;
    padding: 50px 0 60px;
}
#about .wrap1 h3{
	font-size: 40px;
	color: #333333;
	line-height: 70px;
	font-weight: bold;
}
#about .con{
	font-size: 16px;
	color: #666666;
}
#about .wrap1 .con p+p{
	margin-top: 50px;
}
#about .wrap1 .sub_tit{
	font-size: 24px;
	color: #666666;
}
#about .wrap1 ul{
	font-size: 0;
	margin-top: 40px;
}
#about .wrap1 ul li{
	width: 240px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin-right: 88px;
}
#about .wrap1 ul li:last-child{
	margin-right: 0;
}
#about .wrap1 ul li .tit{
	color: #333333;
	font-size: 72px;
	font-family: 'CenturyGothicStd-Bold';
	line-height: 96px;
}
#about .wrap1 ul li .con{
	line-height: 25px;
}
#about .wrap2{
}
#about .wrap2 .top{
	background: no-repeat top center;
	position: relative;
}
#about .wrap2 .top .mk{
	height: 414px;
}
#about .wrap2 .top .con{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	width: 733px;
	max-width: 100%;
}
#about .wrap3{
	margin-top:60px;
}
#about .wrap3 .con{
	max-width: 1000px;
}
#about .wrap3 ul{
	font-size: 0;
	padding-top: 30px;
}
#about .wrap3 ul li{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #666666;
	line-height: 1.6;
}
#about .wrap3 ul li+li{
	margin-left: 120px;
}
#about .wrap3 ul .tit{
	font-size: 72px;
	color: #333333;
	font-family: 'CenturyGothicStd-Bold';
	line-height: 100px;
}
#about .wrap3 ul .tit em{
	font-style: normal;
}
#about .wrap3 ul .tit span{
	font-size: 15px;
	color: #666666;
	font-family: 'Arial';
	line-height: 1;
}

#about .wrap4{
	background:#006cb8 url('../img/18.jpg') no-repeat right center;
	background-size: auto 100%;
	padding: 64px 0;
	margin-top: 74px;
}
#about .wrap4 .con{
	color: #fff;
	width: 610px;
	max-width: 100%;
}
.about .wrap1 .tit{
	font-size: 40px;
	color: #333333;
	line-height: 70px;
	font-weight: bold;
	text-transform: capitalize;
}
.about .wrap1 {
	padding: 50px 0 60px;
	font-size: 16px;
	color: #666666;
}
#honor .wrap1 .con{
	width: 984px;
	max-width: 100%;
}
#honor .wrap1 ul{
	font-size: 0;
	margin-top: 78px;
}
#honor .wrap1 ul li{
	width: 25%;
	display: inline-block;
	font-size: 16px;
	text-align: center;
	margin-bottom: 50px;
}
#honor .wrap1 ul li .box{
	width: 86.25%;
	color: #333333;
}
#honor .wrap1 ul li .box .imgs{
	position: relative;
}
#honor .wrap1 ul li .box .imgs img{
	width: 100%;
}
#honor .wrap1 ul li .box .imgs:after{
	content: '';
	display: block;
	position: absolute;
	width: 26px;
	height: 181px;
	background: url('../img/21.jpg') no-repeat center;
	bottom: 0;
	right: -26px;
}
#honor .wrap1 ul li .box{
	display: inline-block;
	text-align: center;
}
#honor .wrap1 ul li:nth-child(4n+1){
	text-align: left;
}
#honor .wrap1 ul li:nth-child(4n){
	text-align: right;
}
#honor .wrap1 ul li .text{
	padding: 20px 0 0;
}
#history .wrap1 .taps{
	font-size: 0;
	margin-top: 60px;
}
#history .wrap1 .taps a{
	display: inline-block;
	width: 100%;
	line-height: 95px;
	font-size: 24px;
	color: #333333;
	text-align: center;
	border: 1px solid #aaaaaa;
	border-left: none;
	box-sizing: border-box;
	position: relative;
}
#history .wrap1 .taps a:after{
	content: '';
	width: 1px;
	height: 100%;
	background-color: #aaa;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
#history .wrap1 .taps .swiper-slide:first-child a:after{
	display: block;
}
#history .wrap1 .taps .swiper-slide a.active:after{
	display: none;
}
#history .wrap1 .taps .swiper-slide-active a:after{
	display: block;
}
#history .wrap1 .taps a.active{
	background-color: #006cb8;
	border: 1px solid #006cb8;
	color: #fff;
}
#history .wrap1 .list{
	padding-bottom: 50px;
	border-bottom: 1px solid #aaaaaa;
}
#history .wrap1 .list .year_tit{
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	margin-top: 50px;
	padding-bottom: 23px;
	border-bottom: 1px solid #aaaaaa;
}
#history .wrap1 .list li{
	padding: 30px 0 20px;
	border-bottom: 1px solid #e7e7e7;
	font-size: 0;
	position: relative;
}
#history .wrap1 .list li:last-child{
	border-bottom: none;
}
#history .wrap1 .list .left{
	width: 19.53125%;
	font-size: 30px;
	color: #888888;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	margin-right: 4%;
}
#history .wrap1 .list .right{
	display: inline-block;
	width: 76.40625%;
	vertical-align: top;
	font-size: 16px;
}
#history .wrap1 .list .mark{
	position: absolute;
	width: 4%;
    height: calc(100% + 1px);
	background-color: #fff;
	top: 0;
	left: 19.53125%;
}
#base .taps{
	font-size: 0;
	margin-top: 32px;
}
#base .taps .swiper-slide{
	width: auto;
}
#base .taps a{
	display: inline-block;	
	width: auto;
	font-size: 16px;
	color: #666666;
	line-height: 60px;
	border: 1px solid #ebebeb;
	border-left: 0;
	box-sizing: border-box;
	transition: all .3s ease-in;
	padding-left: 78px;
	padding-right: 40px;
	background: url('../img/14.png') no-repeat 50px center;
	text-align: left;
}
#base .taps a:hover,
#base .taps a.active{
	background-image: url('../img/14-h.png');
	background-color: #006cb8;
	color: #fff;
}
#base #mobtaps .swiper-slide{
	width: auto;
}
#base #mobtaps .swiper-slide a{
	display: inline-block;
	color: #666666;
	padding: 0 0.3rem;
	font-size: 0.24rem;
}
#base #mobtaps .swiper-slide:first-child a{
	padding-left: 0;
}
#base .info{
	border-top: 1px solid #f2f2f2;
	margin-top: 38px;
	font-size: 16px;
	color: #666666;
}
#base .info .info_tit{
	color: #333333;
	font-size: 24px;
	padding: 32px 0 0; 
}
#equipment .wrap1 ul{
	font-size: 0;
	margin-top: 34px;
}
#equipment .wrap1 ul li{
	width: 420px;
	position: relative;
	display: inline-block;
	margin:0 10px 10px 0;
	vertical-align: top;
}
#equipment .wrap1 ul li img{
	width: 100%;
	height: 100%;
}
#equipment .wrap1 ul li:nth-child(3n){
	margin-right: 0;
}
#equipment .wrap1 ul li .text{
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,104,201,0.6);
	color: #fff;
	font-size: 24px;
	text-align: center;
	opacity: 0;
	transition: all .5s ease-in;
	cursor: pointer;
}
#equipment .wrap1 ul li .text span{
	width: 246px;
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 30px;
}
#equipment .wrap1 ul li:hover .text{
	opacity: 1;
}
#equipment .wrap1 .moreitem{
	display: inline-block;
	width: 420px;
	height: 280px;
	background:#959595 url('../img/15.png') no-repeat center;
	cursor: pointer;
}
#product .wrap1 .tit{
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	padding: 50px 0 66px;	
}
#product .wrap1{
	padding-bottom: 30px;
}
#product .wrap1 ul{
	font-size: 0;
}
#product .wrap1 li{
	margin-right: 40px;
}
#product .wrap1 li:nth-child(3n){
	margin-right: 0;
}
#product .wrap1 li .text{
	font-size: 22px;
	font-weight: bold;
	padding: 10px 0 50px;
	color: #444444;
}
#product .wrap1 li{
	display: inline-block;
	width: 400px;
}
#productdtl .wrap1 .tit{
	font-size: 40px;
	color: #333333;
	text-align: center;
}
#productdtl .wrap1 .time{
	text-align: center;
}
#productdtl .wrap1 video{
	max-width: 100%;
	margin: 30px auto 0;
}
#productdtl .wrap1 .con{
	font-size: 16px;
	color: #666666;
	padding-bottom: 82px;
	border-bottom: 1px solid #e1e1e1;
}
#productdtl .paging {
	padding: 20px 0;
}
#productdtl .paging .left{
	width: 70%;
	float: left;
}
#productdtl .paging .left a{
	display: block;
	font-size: 18px;
	color: #888888;
	padding-left: 30px;
	background: no-repeat left center;
	transition: all .5s ease-in;
}
#productdtl .paging .left a.prev{
	background-image: url('../img/prev.png');
}
#productdtl .paging .left a.next{
	background-image: url('../img/next1.png');
}
#productdtl .paging .left a:hover.prev{
	background-image: url('../img/left-h.png');
	color: #0471cc;
}
#productdtl .paging .left a:hover.next{
	background-image: url('../img/next-h.png');
	color: #0471cc;
}
#productdtl .paging .return{
	vertical-align: middle;
	float: right;
	display: inline-block;
	font-size: 18px;
	color: #fff;
	background-color: #0471cc;
	width: 169px;
	height: 51px;
	text-align: center;
	line-height: 51px;
	border-radius: 10px;
}
#productdtl .wrap1 .wrap{
	padding: 60px 0 80px;
}
#productdtl .wrap1 .tit{
    font-size: 34px;
}
#productdtl .wrap1 .wrap{
    padding: 50px 0 68px;
}
#network .wrap1{
	padding-bottom: 86px;
}
#network .wrap1 .tit{
	font-size: 40px;
	color: #333333;
	padding: 46px 0 32px;
	border-bottom: 1px solid #dcdcdc;
	font-weight: bold;
}
#network .wrap1 li .li-t{
	font-size: 16px;
	color: #666666;
	line-height: 72px;
	padding-left: 20px;
	padding-right: 30px;
	position: relative;
	cursor: pointer;
}
#network .wrap1 li .li-t .ico{
	position: absolute;
	width: 16px;
	height: 16px;
	right: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url('../img/add.png') no-repeat center;
}
#network .wrap1 li:nth-child(2n) .li-t{
	background-color: #f2f2f2;
}
#network .wrap1 li.on .li-t{
	background-color: #006cb8;
	color: #ffffff;
}
#network .wrap1 li.on .li-t .ico{
	background: url('../img/reduce.png') no-repeat center;
}
#network .wrap1 li .li-sel{
	background-color: #f2f2f2;
	padding: 0 36px;
	font-size: 16px;
	color: #666666;
	display: none;
}
#network .wrap1 li .li-sel .top,
#network .wrap1 li .li-sel .fot{
	line-height: 24px;
	padding: 38px 0 20px;
}
#network .wrap1 li .li-sel .s1{
	display: block;
	color: #666666;
	font-size: 16px;
	font-weight: bold;
}
#network .wrap1 li .li-sel .s2{
	display: block;
}
#network .wrap1 li .li-sel .item{
	display: inline-block;
	min-width: 35.333333333333333%;
	max-width: 42%;
	margin-bottom: 24px;
	vertical-align: top;
}
#network .wrap1 li .li-sel .mid{
	border-top: 1px dashed #c3c3c3;
	border-bottom: 1px dashed #c3c3c3;
	padding: 24px 0 16px;
}
#job .wrap1{
	margin-top: 86px;
	margin-bottom: 108px;
}
#job .wrap1 .left{
	width: 47.65625%;
	float: left;
	color: #888888;
	font-size: 18px;
}
#job .wrap1 .right{
	float: right;
	width: 43.75%;
}
#job .wrap1 .right img{
	width: 100%;
}
#job .wrap1 .left h3{
	font-size: 40px;
	color: #333333;
	font-weight: bold;
	margin: 46px 0 40px;
}
#job .wrap1 .left .mid{
	font-size: 22px;
	line-height: 36px;
	border-bottom: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
	padding: 30px 0 40px;
	margin-bottom: 60px;
}
#job .wrap1 .left .con{
	line-height: 28px;
}
#job .wrap1 .left .con p+p{
	margin-top: 18px;
}
#job .wrap2{
	background-color: #f2f2f2;
	padding: 80px 0 140px;
}
#job .wrap2 h3{
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 54px;
}
#job .wrap2 .swiper-slide{
	font-size: 0;
}
#job .wrap2 .left{
	width: 46.484375%;
	display: inline-block;
	vertical-align: top;
}
#job .wrap2 .left img{
	width: 100%;
}
#job .wrap2 .right{
	display: inline-block;
	width:41.25%;
	vertical-align: top;
	font-size: 18px;
	color: #888888;
	margin-left: 5.46875%;
}
#job .wrap2 .right .tit{
	font-size: 30px;
	color: #333333;
	line-height: 1;
	margin-bottom: 34px;
	margin-top: 18px;
}
#job .wrap2 .right .con{
	line-height: 32px;
}
#job .wrap2 .swiper-container .swiper-button-prev,
#job .wrap2 .swiper-container .swiper-button-next{
	position: absolute;
	width: 47px;
	height: 47px;
	background:#959595 no-repeat center;
	bottom: 33px;
	z-index: 9;
	top: auto;
	left: 51.953125%;
	transition: all .3s ease-in;
	border-radius: 5px;
}
#job .wrap2 .swiper-container .swiper-button-prev{
	background-image: url('../img/left.png');
}
#job .wrap2 .swiper-container .swiper-button-next{
	margin-left: 60px;
	background-image: url('../img/right.png');
}
#job .wrap2 .swiper-container .swiper-button-next:hover,
#job .wrap2 .swiper-container .swiper-button-prev:hover{
	background-color: #006cb8;
}
#job .wrap3{
	padding-bottom: 70px;
}
#job .wrap3 ul{
	padding: 60px 0 0px;
	font-size: 0;
}
#job .wrap3 ul li{
	display: inline-block;
	width: 294px;
	height: 350px;
	background-color: #f2f2f2;
	color: #888;
	font-size: 16px;
	box-sizing: border-box;
	padding: 30px 30px 0;
	margin-right: 27px;
	margin-bottom: 27px;
}
#job .wrap3 ul li:nth-child(4n){
	margin-right: 0;
}
#job .wrap3 ul li .time{
	font-size: 14px;
}
#job .wrap3 ul li h3{
	color: #333333;
	font-size: 20px;
	line-height: 35px;
	padding-bottom: 11px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 16px;
}
#job .wrap3 ul li .con{
	line-height: 30px;
	min-height: 162px;
}
#job .wrap3 ul li .job-btn{
	width: 26px;
	height: 26px;
	border-radius: 100%;
	background: #fff url('../img/job-btn.png') no-repeat center;
	transition: all .3s ease-in;
}
#job .wrap3 ul li:hover .job-btn{
	background-color: #006cb8;
	background-image: url('../img/job-btn-h.png');
	cursor: pointer;
}
#contact .wrap1{
	padding-bottom: 88px;
}
#contact .wrap1 h3{
	font-size: 40px;
	font-weight: bold;
	padding: 50px 0 42px;
}
#contact .wrap1 .left{
	width: 500px;
	float: left;
	color: #888888;
	padding: 20px 0 0;
	min-height: 274px;
}
#contact .wrap1 .right{
	width: 762px;
	float: right;
	box-sizing: border-box;
	padding-left: 46px;
	position: relative;
	padding: 20px 0 0 5%;
	min-height: 274px;
}
#contact .wrap1 .right .inp{
	font-size: 0;
	position: relative;
	overflow: hidden;
}
#contact .wrap1 .right .line{
	width: 1px;
	height: 267px;
	background-color: #dcdcdc;
	position: absolute;
	top: 0;
	left: 0;
	position: absolute;
}
#contact .wrap1 .right .inp input{
	width: 100%;
	height: 58px;
	box-sizing: border-box;
	font-size: 16px;
	padding-left: 60px;
	border: none;
	border-bottom: 1px solid #dcdcdc;
}
#contact .wrap1 .right .inp:first-child .inpbox{
	width: 45%;
	color: #000;
	display: inline-block;
	position: relative;
}
#contact .wrap1 .right .inp:first-child .inpbox+.inpbox{
	margin-left: 10%;
}
#contact .wrap1 .right .inp+.inp{
	margin-top: 65px;
}
#contact .wrap1 .right .inpbox.inpname:after{
	content: 'Name:';
	display: block;
	position: absolute;
	font-size: 16px;
	top: 50%;
	bottom: 0;
	left: 6px;
	transform: translate(0,-50%);
}
#contact .wrap1 .right .inpbox.inptel input{
	padding-left: 40px;
}
#contact .wrap1 .right .inpbox.inptel:after{
	content: 'Tel:';
	display: block;
	position: absolute;
	font-size: 16px;
	top: 50%;
	bottom: 0;
	left: 6px;
	transform: translate(0,-50%);
}
#contact .wrap1 .right .inp.inpcont input{
	padding-left: 74px;
}
#contact .wrap1 .right .inp.inpcont:after{
	content: 'Content:';
	display: block;
	position: absolute;
	font-size: 16px;
	top: 50%;
	bottom: 0;
	left: 6px;
	transform: translate(0,-50%);
}
#contact .wrap1 .right .inp.inpemail input{
	padding-left: 74px;
}
#contact .wrap1 .right .inp.inpemail:after{
	content: 'Email:';
	display: block;
	position: absolute;
	font-size: 16px;
	top: 50%;
	bottom: 0;
	left: 6px;
	transform: translate(0,-50%);
}
#contact .wrap1 .right .inp.check input{
	padding-left: 140px;
}
#contact .wrap1 .right .inp.check img{
    position: absolute;
    height: 60%;
    top: 20%;
    right: 0;
}
#contact .wrap1 .right .inp.check:after{
	content: 'Verification Code:';
	display: block;
	position: absolute;
	font-size: 16px;
	top: 50%;
	bottom: 0;
	left: 6px;
	transform: translate(0,-50%);

}
#contact .wrap1 .left .d1{
	font-size: 15px;
}
#contact .wrap1 .left .d2{
	font-size: 20px;
	color: #006cb8;
	line-height: 32px;
}
#contact .wrap1 .left .fot{
	font-size: 16px;
	margin-top: 44px;
}
#contact .wrap1 .right .inp.submit{
	margin-top: 60px;
}
#contact .wrap1 .right .inp.submit input{
	width: 168px;
	height: 45px;
	background-color: #0778e3;
	color: #fff;
	font-size:14px;
	padding: 0 ;
	border-radius: 20px;
	font-weight: bold;
	letter-spacing: 2px;
}
#contact .wrap2{
	overflow: hidden;
}
#contact .wrap2 #map{
	height: 415px;
	width: 100%;
}
#news h3.tit{
	font-size: 40px;
	color: #333333;
	font-weight: bold;
}
#news .wrap1{
	padding: 20px 0 100px;
}
#news .wrap1 .item{
    display: inline-block;
    width: 32.34375%;
    vertical-align: top;
    margin-bottom: 18px;
    position: relative;
}
#news .wrap1 .item a{
    display: block;
    height: 478px;
    background-color: #eeeeee;
    overflow: hidden;
}
#news .wrap1 .item .imgs img{
	width: 100%;
}
#news .wrap1 .item .text .h3{
    font-size: 18px;
    color: #333333;
    line-height: 27px;
    margin-bottom: 10px;
}
#news .wrap1 .item .text .con{
    min-height: 100px;
}
#news .wrap1 .item.first {
    width: 66.09375%;
    background-color: transparent;
}
#news .wrap1 .item.first .h3,
#main .wrap4 .item.first .h3{
    color: #fff;
    font-size: 30px;
    margin-bottom: 25px;
    padding-left: 28px;
    position: relative;
}
#news .wrap1 .item.first .h3:after,
#main .wrap4 .item.first .h3:after{
	content: '';
	display: block;
	width: 1px;
	height: 120%;
	top: -10%;
	left: 0;
	position: absolute;
	background-color: #fff;
}
#news .wrap1 .item .text{
    background-color: #eeeeee;
    font-size: 13px;
    color: #999999;
    padding: 20px 30px 0;
}
#news .wrap1 .item.first .text,
#main .wrap4 .item.first .text{
    position: absolute;
    z-index: 2;
    color: #fff;
    bottom: 0;
    left: 0;
    background-color: transparent;
    padding: 0 0 35px 40px;
    width: 80%;
    line-height: 23px;
}
#news .wrap1 .item.first .text .con,
#main .wrap4 .item.first .text .con{
	min-height: auto;
	overflow: hidden;
	padding-left: 28px;
}
#news .wrap1 .item .line,
#main .wrap4 .item .line{
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: rgba(255,255,255,0.2);
    top: 0;
    left: 4.728132387706856%;
    z-index: 2;
}
#news .wrap1 .item .line:after {
    content: '';
    display: block;
    width: 1px;
    height: 46px;
    background-color: #fff;
    top: 314px;
    left: 0;
    position: absolute;
    display: none;
}
#news .wrap1 .ulbox{
	font-size: 0;
}
#news .wrap1 .item+.item{
    margin-left: 18px;
}
#news .wrap1 .item:nth-child(3n){
    margin-left: 0;
}
#news .wrap1 .item .text .time{
    color: #999999;
    float: left;
}
#news .wrap1 .item .text .btn{
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    float: right;
    background: #fff url(../img/15-h.jpg) no-repeat center;
}
#video .wrap1 h3{
	font-size: 40px;
	color: #333333;
	font-weight: bold;
	padding: 40px 0 0;
}
#video .wrap1 ul{
	font-size: 0;
	margin-bottom: 20px;
}
#video .wrap1 ul li{
	width: 50%;
	height: 360px;
	display: inline-block;
	position: relative;
	vertical-align: top;
}
#video .wrap1 ul li:nth-child(4n-2) .mark,
#video .wrap1 ul li:nth-child(4n-1) .mark{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.9); 
}
#video .wrap1 ul li .imgs{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
#video .wrap1 ul li .imgs img{
	width: 100%;
	transition: all .5s ease-in;
}
#video .wrap1 ul li:hover img{
	transform: scale(1.05);
}
#video .wrap1 ul li .text{
	display: block;
	padding-left: 7.8125%;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
	color: #fff;
	box-sizing: border-box;
}
#video .wrap1 ul li .text .d1{
	font-size: 28px;
	margin-top: 100px;
}
#video .wrap1 ul li .text .d2{
	font-size: 16px;
	position: relative;
	background: url('../img/16.png') no-repeat 30% center;
	margin-top: 120px;
}
#video .wrap1 ul li:nth-child(4n-2) .text,
#video .wrap1 ul li:nth-child(4n-1) .text{
	color: #333333;
}
#video .wrap1 ul li:nth-child(4n-2) .text .d2,
#video .wrap1 ul li:nth-child(4n-1) .text .d2{
	background-image: url('../img/17.png');
}
#video .wrap1{
	padding: 0 0 120px;
}
/* placeholder */
#contact .wrap1 .right .inp input::-webkit-input-placeholder{ /* WebKit*/  
    color:#000;
}  
#contact .wrap1 .right .inp input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */  
    color:#000;
}  
#contact .wrap1 .right .inp input::-moz-placeholder{ /* Mozilla Firefox 19+ */  
    color:#000;
}  
#contact .wrap1 .right .inp input:-ms-input-placeholder{ /* IE 10+ */  
    color:#000;
}  
/* end */
/* job弹出框 */
.body-shadow-demo{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    z-index: 10;
    background: rgba(0,0,0,0.5);
    display: none;
}
.body-shadow-demo .recruit-pop{
	position: fixed;
	left: 50%;
	top: 50%;
	width: 580px;
	height: 365px;
	padding: 35px 30px 50px;
	background: #fff;
	transform: translate(-50%, -50%);
}
.body-shadow-demo .recruit-pop h2{
	font-size: 20px;
	color: #333;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 95%;
	padding-bottom: 20px;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 30px;
}
.recruit-pop .btn-demo{
	width: 150px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #006cb8;
	font-size: 14px;
	border-radius: 35px;
}
.recruit-pop .recruit-main{
	margin-bottom: 50px;
	height: 210px;
	color: #666;
	line-height: 24px;
	font-size: 14px;
	padding-right:20px;
}
.body-shadow-demo .recruit-pop .close-demo{
	background: url(../img/tc-img-close.png) no-repeat left center;
	width: 35px;
	height: 35px;
	position: absolute;
	right: -35px;
	top: -35px;
	cursor: pointer;
}
#form .wrap1{
	padding: 80px 0;
}
.nicescroll-rails.hide{
	display: none;
}
.paginbox{
	font-size: 0;
	text-align: center;
}
.pagination{
	display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination a{
    display: inline-block;
    font-size: 14px;
    line-height: 36px;
    color: #6d6d6d;
    margin: 0 5px;
    border: 1px solid #d3d3d3;
    padding: 0 15px;
    line-height: 39px;
    font-family: 'arial';
    cursor: pointer;
    border-radius: 2px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.pagination a.active {
    border: 1px solid #0063a9;
    background-color: #0063a9;
    color: #fff;
}
/* 表单 */
** 应聘表单  **
-----------
*/
.applay-tb{
    width: 960px;
    margin: 0 auto;
}
.applay-tb .spred {
    font-size: 18px;
    font-family: Arial;
    color:#F00;
    margin-left: 12px;
}
.applay-tb {
    border:0;
    border-width: 0 0 1px 1px;}
.applay-tb  td {
    padding: 8px 6px;
    border:0;
    border-width:1px 1px 0 0;
    font-size: 14px;
}
.applay-tb  td {
    line-height: 1.8;
}
.applay-tb .applay-input{
    width: 180px;
    height: 18px;
    padding: 8px 10px;
    line-height: 18px;
    color: #666;
    border: 1px solid #dddddd;
    box-shadow: 2px 2px 2px #f4f4f4 inset;
    background: #fff;
    font-size: 14px;
}
.applay-tb select.applay-input{
    height: 34px;
    width: 200px;
}
.applay-tb textarea.applay-input{
    width: 820px;
    height: 100px;
    resize: none;
}
.applay-tb .applay-input.code{
    width: 90px;
    margin-right: 8px;
}
.applay-tb .submit{
    width: 150px;
    height: 35px;
    background: #006cb8;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    border: none;
}
.applay-tb .error {
    border-color: #D70128;
}

/*
-----------
** 应聘表单手机站  **
-----------
*/

@media (max-width: 1200px){
    .applay-tb{
        width:100%;
        margin: 0 auto;
    }
    .applay-tb td{
       display: block;
       position: relative; 
    }
    .applay-tb td:nth-child(2n+1){
        float: left;
        width: 20%;
        padding-right: 10px;
        margin-top: 5px;
    }
    .applay-tb textarea.applay-input{
        width: 62%;
    }
    .applay-tb .submit{
        position: relative;
        display: block;
        margin: 20px 0 0 20%;
        left: 14px;
    }
    .applay-tb input[type="file"]{
        width: 180px;
    }
}
/* 工具类 */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}
@media (max-width: 991px) and (min-width: 768px){
	.visible-sm {
	    display: block !important;
	}
	.hidden-sm {
	    display: none !important;
	}
}
@media (max-width: 767px){
	.visible-xs {
	    display: block !important;
	}
	.hidden-xs {
	    display: none !important;
	}
}
@media (max-width: 1200px) and (min-width: 992px){
	.visible-md{
    	display: block !important;
	}
	.hidden-md{
    	display: none !important;
	}
}
@media (min-width: 1201px){
	.visible-lg{
    	display: inline-block !important;
	}
}
/* 分享 */
footer.pcfot .bdshare-button-style0-16 a{
	width: 32px;
	height: 32px;
	padding-left: 0;
	border-radius: 5px;
	transition: color,background-image .5s ease-in;
}
footer.pcfot .bdshare-button-style0-16 .bds_fbook{
	background:#fafafa url('../img/12-h.png') no-repeat center;
}
footer.pcfot .bdshare-button-style0-16 .bds_twi{
	background: #fafafa url('../img/13.png') no-repeat center;
}
footer.pcfot .bdshare-button-style0-16 .bds_fbook:hover{
	background:#0778e3 url('../img/12.png') no-repeat center;
}
footer.pcfot .bdshare-button-style0-16 .bds_twi:hover{
	background:#0778e3 url('../img/13-h.png') no-repeat center;
}
/* font */
@font-face {
    font-family: 'BEBAS';
    src: url('../fonts/BEBAS.eot');
    src: url('../fonts/BEBAS.eot') format('embedded-opentype'),
         url('../fonts/BEBAS.woff2') format('woff2'),
         url('../fonts/BEBAS.woff') format('woff'),
         url('../fonts/BEBAS.ttf') format('truetype'),
         url('../fonts/BEBAS.svg#BEBAS') format('svg');
}


@font-face {
  font-family: 'CenturyGothicStd-Bold';
  src: url('../fonts/CenturyGothicStd-Bold.eot');
  src: url('../fonts/CenturyGothicStd-Bold.woff2') format('woff2'),
       url('../fonts/CenturyGothicStd-Bold.woff') format('woff'),
       url('../fonts/CenturyGothicStd-Bold.ttf') format('truetype'),
       url('../fonts/CenturyGothicStd-Bold.svg#CenturyGothicStd-Bold') format('svg'),
       url('../fonts/CenturyGothicStd-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
