﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a{
    color: #666;
    -webkit-transition:color .3s,opacity .3s;
    transition:color .3s,opacity .3s;
}
.trans{
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.cover{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

a{
	color: #333;
}
a:hover{
	color: #0079d6;
}
img{
    max-width: 100%;
    height: auto;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  -webkit-appearance: none;
}
select,
input,
textarea{
    outline: none;
}

.tl{text-align: left !important;}
.tr{text-align: right !important;}
.tc{text-align: center !important;}

hr{border: none;outline: none;}
h1,h2,h3,h3,h4,h5,h6{font-weight: normal;}

@font-face{
	font-family: gothic;
	src: url('CenturyGothic.TTF'); /* IE9+ */
}

@font-face {
  font-family: 'futurademic';
  src:
    url('futurademic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.line2{
    border-top: 1px dashed #e4e4e4;
    font-size: 0;
    overflow: hidden;
    line-height: 0;
    height: 0;
}
.line1 {
    border: none;
    height: 1px;
    color: #333; /* old IE */
    background-color: #333; /* Modern Browsers */
}

.ic {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    margin: 0 4px 0 0;
}
body{
	font-size: 14px;
    font-family:"微软雅黑","Microsoft Yahei";
    overflow-x: hidden;
}
.wp{
    max-width: 1620px;
    width: 100%;
    margin: 0 auto;
}

/*手机头部*/
.m-bar{
    height: 60px;
    background-color: #fff;
}
.logo-m{
    width: 75%;
    display: inline-block;
    float: left;
    margin-left: 10px;
    height: 60px;
    line-height: 60px;
}
.logo-m img{
    height: 40px;
    display: inline-block;
    z-index: 60;
    vertical-align: middle;
}
.m-hd{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000000;
    -webkit-box-shadow: 0px 4px 5px -2px rgba(0,0,0,.2);
    box-shadow: 0px 4px 5px -2px rgba(0,0,0,.2);
}
.m-nav{
    clear: both;
    position: absolute;
    top: 60px;
    left: 0;width: 100%;
   -webkit-box-shadow: 0px 4px 5px -2px rgba(0,0,0,.2);
   box-shadow: 0px 4px 5px -2px rgba(0,0,0,.2);
   max-height: 0;
   overflow: hidden;
   -webkit-transition: all 300ms ease;
   transition: all 300ms ease;
}


.m-nav a{
    display: block;
    width: 100%;
    line-height: 40px;
    text-align: left;
    border-top: 1px solid #e0e0e0;
    font-size: 15px;
    background-color: #fff;
    padding: 0 20px;
    color: #333;
}

.m-trigger{
    height: 60px;
    cursor: pointer;
    width: 60px;
    float: right;
    background: url(../images/menu.png) no-repeat center center;
    -webkit-background-size: 25px;
    -moz-background-size: 25px;
    -o-background-size: 25px;
    background-size: 25px;
}
.m-sub{
	max-height: 0;
	overflow: hidden;

}
.m-sub.on,
.m-nav.on{
	-webkit-transition: all .6s linear;
	transition: all .6s linear;
	max-height: 999px;
}

.m-sub a{font-size: 14px;padding: 0 30px;background-color: #F1F1F1;border-top-color: #efefef;}

.m-show{display: none;}



#nav-toggle { position: absolute; right: 14px; top: 18px; color: #fff;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7); 
	-ms-transform: scale(0.7); 
	-o-transform: scale(0.7); 
	transform: scale(0.7);
	transform-origin: 50% 50%;
 }
#nav-toggle { cursor: pointer; padding: 10px 35px 16px 0px; }
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after { cursor: pointer; border-radius: 1px; -moz-border-radius: 1px; -webkit-border-radius: 1px; -o-border-radius: 1px; height: 5px; width: 35px; background: #0079d6; position: absolute; display: block; content: ''; }
#nav-toggle span:before { top: -10px; }
#nav-toggle span:after { bottom: -10px; }
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after { transition: all 500ms ease-in-out; -webkit-transition: all 500ms ease-in-out; -moz-transition: all 500ms ease-in-out; -o-transition: all 500ms ease-in-out; }
#nav-toggle.active span { background-color: transparent; }
#nav-toggle.active span:before, #nav-toggle.active span:after { top: 0; }
#nav-toggle.active span:before { transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); }
#nav-toggle.active span:after { transform: translateY(-10px) rotate(-45deg); -webkit-transform: translateY(-10px) rotate(-45deg); -ms-transform: translateY(-10px) rotate(-45deg); top: 10px; }




.slick-slider{position:relative;display:block;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-slider,.slick-slider{outline:0}





/*******************************
	-------[=lxj]-------
********************************/
.i-row-p{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	overflow: hidden;
	padding-bottom: 8%;
}
.tit-p{
	padding-top: 10%;
	color: #fff;
	font-size: 18px;
	line-height: 2;
	margin-bottom: 40px;
}
.tit-p h3{
	font-size: 36px;
	line-height: 1.39;
}
.ul-service-i{
	max-width: 42%;
	margin-left: -10px;
}
.ul-service-i li{
	float: left;
	width: 25%;
	padding: 0 10px;
	margin-bottom: 20px;
}
.ul-service-i li a{
	display: block;
	width: 100%;
	border: 1px solid #fff;
	padding-top: 100%;
	position: relative;
	color: #fff;
	-webkit-transition:.3s;
	transition:.3s;
	overflow: hidden;
}
.ul-service-i li a:after{
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	left: -0;
	background: #0079d6;
	z-index: 0;
	transform:  rotate(-100deg);
	-webkit-transform:rotate(-100deg);
	-webkit-transition:.3s;
	transition:.3s;
	transform-origin: 0% 100%;
}
.ul-service-i li a:hover:after{
	
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.ul-service-i li a em{
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 20;
}
.ul-service-i li a span{
	position: absolute;
	left: 20px;
	bottom: 20px;
	font-size: 24px;
	z-index: 20;
}
.ul-service-i li a:hover{
}
.i-row-n{
	background: #f6f6f6;
	overflow: hidden;
}
.tit-n{
	text-align: center;
	font-size: 16px;
	line-height: 1.88;
	padding: 50px 0;
}
.tit-n h3,
.tit-1 h3{
	font-size: 36px;
	position: relative;
	padding: 20px 0;
	color: #333;
	letter-spacing: 2px;
	margin-bottom: 40px;
}
.tit-n h3:after,
.tit-1 h3:after{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	background: #0079d6;
	width: 55px;
	height: 2px;
	transform: translateX(-50%);
}
.ul-list-n{
	margin: 0 -30px;
	overflow: hidden;
}
.ul-list-n .pic{
	overflow: hidden;
}

.ul-list-n p{
	height: 145px;
	overflow: hidden;
}
.ul-list-n li{
	float: left;
	width: 25%;
	padding: 0 30px;
}
.ul-list-n li .pad{
	background: #fff;
	overflow: hidden;
}
.ul-list-n li .pic a{
	display: block;
	width: 100%;
	padding-top: 61%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-transition:.3s;
	transition:.3s;
	overflow: hidden;
}
.ul-list-n li .pic a:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1); 
	-ms-transform: scale(1.1); 
	-o-transform: scale(1.1); 
	transform: scale(1.1);
	transform-origin: 50% 50%;
}
.ul-list-n li .txt{
	padding: 20px 11%;
	height: 240px;
	font-size: 14px;
	color: #666;
	line-height: 2.14;
}
.ul-list-n li .txt h3{
	font-size: 18px;
	line-height: 1.67;
	margin-bottom: 20px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.ul-list-n li .time{
	border-top: 1px solid #efefef;
	height: 51px;
	line-height: 51px;
	padding-left: 22px;
}
.ul-list-n li .time .more{
	float: right;
	width: 51px;
	height: 50px;
	background: url(../images/more_1.png) center center no-repeat;
	display: block;
	border-left: 1px solid #efefef;
}
.ul-list-n li .time span{
	background: url(../images/icon_time.png) left center no-repeat;
	padding-left: 27px;
	color: #ccc;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.i-more{
	text-align: center;
	padding-top: 5%;
}
.more1,
.i-more a{
	display: inline-block;
	width: 201px;
	height: 52px;
	line-height: 52px;
	background: url(../images/more_2.png) 147px center no-repeat #0079d6;
	color: #fff;
	font-size: 16px;
	padding-left: 35px;
	box-shadow: 0px 0 20px rgba(0,68,121,.40);
	text-align: left;
	-webkit-transition:.3s;
	transition:.3s;
}
.more1:hover,
.i-more a:hover{
	color: #fff;
	opacity: .9;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 90)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}
.i-row-a{
	position: relative;
	background-color: #f6f6f6;
}
.i-row-a .wp{
	background: url(../images/bg1.gif) repeat-y 46%;
}
.i-about:before{
	content: '';
	position: absolute;
	height: 100%;
	background-color: #fff;
	top: 0;
	right: 0;
	width: 200%;
}
.i-row-a:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30%;
	height: 100%;
	background: #fff;
}
.tit-1 h3:after{
	left: 0;
	transform: translateX(0);
}
.i-about{
	float: left;
	width: 47%;
	font-size: 18px;
	color: #666;
	position: relative;
	z-index: 10;
	padding-right: 5.8%;
	padding-bottom: 8%;
	background-color: #fff;
	z-index: 50;
	padding-top: 20px;
	-webkit-transition:.3s;
	transition:.3s;
}	
.i-about .txt{
	line-height: 2;
	position: relative;
	z-index: 05;
}
.i-news{
	float: right;
	width: 52%;
	padding-left: 60px;
	padding-top: 20px;
	vertical-align: bottom;
}
.ul-list-1{
	margin-bottom: 50px;
}
.ul-list-1 li{
	font-size: 16px;
	overflow: hidden;
	margin-bottom: 22px;
}
.ul-list-1 li span{
	float: right;
	font-size: 14px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #999;
}
.ul-list-1 li a{
	background: url(../images/icon_line.png) left center no-repeat;
	max-width: 76%;
	display: inline-block;
	padding-left: 15px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow: hidden;
}
.i-news .more{
	background: url(../images/more_3.png) right center no-repeat;
	padding-right: 26px;
	display: inline-block;
	color: #0079d6;
	font-size: 16px;
	margin-bottom: 100px;
	
}

.i-about .i-more{
	padding-top: 13%;
}

#fd{
	margin-top: 90px;
	background: #000000;
	padding-top: 50px;
	padding-bottom: 4%;
}
.fd-info{
	text-align: center;
	color: #999;
	position: relative;
}
.fd-info .info{
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.fd-logo{
	float: left;
}
.fd-logo img{
	width: 170px;
}
.fd-nav{
	float: right;
}
.fd-nav a{
	color: #999;
	margin-left: 20px;
}
.fd-icon{
	float: right;
	position: relative;
	margin-top: 30px;
}
.fd-icon .code{
	position: absolute;
	width: 125px;
	background: #fff;
	padding: 6px 8px;
	right: 0;
	top: -148px;
	z-index: -1;
	opacity: 0;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	visibility: hidden;
	-webkit-transition:.3s;
	transition:.3s;
}
.code img{
	width: 109px;
	height: 109px;
	vertical-align: bottom;
}

.fd-icon .s3:hover .code{
	opacity: 1;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	visibility: visible;
	z-index: 40;
	top: -138px;
}


.fd-icon a{
	display: inline-block;
	margin-left: 11px;
	background: url(../images/icon_weibo.png) no-repeat center center;
	width: 28px;
	height: 25px;
}
.fd-icon a.s2{
	background-image: url(../images/icon_qq.png);
}
.fd-icon a.s3{
	background-image: url(../images/icon_code.png);
}
.fd-icon a.s1:hover{
	background-image: url(../images/icon_weibo_h.png);
}
.fd-icon a.s2:hover{
	background-image: url(../images/icon_qq_h.png);
}
.fd-icon a.s3:hover{
	background-image: url(../images/icon_code_h.png);
}



body,html{height: 100%;}
.banner-box{position: relative;height: 100%;}
/*#banner,#banner img{height: 100%;}*/

#banner .item, #banner .slick-track, #banner .slick-list, #banner {
    height: 100%;
}


.arrow-down{
	position: absolute;
    text-align: center;
    border: 0;
    cursor: pointer;
    left: 50%;
    margin-left: -10px;
    width: 21px;
    bottom: 35px;
    height: 41px;
}


.mouse-icon {
  /*border: 2px solid #fff;
  border-radius: 16px;
  height: 40px;
  width: 24px;*/
  display: block;
  z-index: 10;
}
.mouse-icon .wheel {
  -webkit-animation-name: drop;
          animation-name: drop;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.mouse-icon .wheel {
  position: relative;
  border-radius: 10px;
  background: #fff;
  width: 2px;
  height: 6px;
  top: 4px;
  margin-left: auto;
  margin-right: auto;
  background: url(../images/down.png) no-repeat;
  width: 26px;
  height: 21px;
}
@-webkit-keyframes drop {
  0% {
    top: 5px;
    opacity: 0;
  }
  30% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}
@keyframes drop {
  0% {
    top: 5px;
    opacity: 0;
  }
  30% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}
#hd{
	-webkit-transition:.3s;
	transition:.3s;
	padding-left: 50px;
	padding-right: 50px;
	position: absolute;
	left: 8%;
	right: 0;
	top: 0;
	height: 130px;
	line-height: 130px;
	z-index: 500;
	background-color: #fff;
}
.logo{
	float: left;
	width: 24%;
	height: 100%;
	line-height: 130px;
	-webkit-transition:.3s;
	transition:.3s;
}
.logo img{
	vertical-align: middle;
}
.hdr{
	text-align: right;
	overflow: hidden;
}
.nav{
	/*float: right;*/
}
.search-box{
	float: right;
}
.nav li{
	display: inline-block;
	margin: 0 2%;
}
.nav li a{
	display: block;
	font-size: 16px;
	/*font-family: '黑体',"微软雅黑","Microsoft Yahei";*/
	font-family:"微软雅黑","Microsoft Yahei";
	padding: 0 20px;
	position: relative;
}
.nav li.on a{
	color: #0079d6;
}
.nav li.on a b{
    border-bottom: 3px solid #0079d6;
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    display: block;
}
.linez{
	border-bottom: 3px solid #0079d6;
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	opacity: 0;
/* 	-webkit-transition:.6s;
transition:.6s; */
}
.slick-dots,
.slick-dots *,
.slick-slider *,
.slick-slider{
    outline: none;
}

#banner img{
	/*width: 100%;*/
	opacity: 0;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
#banner span{
	display: block;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.ban-dots{
	width: 100%;
	position: absolute;
	bottom: 35px;
}
.ban-dots .slick-dots{

    text-align: right;
}
.ban-dots .slick-dots li{
    display: inline-block;
    line-height: 1;
    margin: 0 8px;
}
.ban-dots .slick-dots li a{
    width: 6px;
    height: 6px;
    background-color: #fff;
    /*border: 2px solid transparent;*/
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    font-size: 0;
    position: relative;
}

.ban-dots .slick-dots li a:after{
	width: 12px;
	height: 12px;
	border: 2px solid #fff;
	content: '';
	position: absolute;
	border-radius: 50%;
	left: -3px;
	top: -3px;
	display: none;
}
.ban-dots .slick-dots li.slick-active a{
	background: none;
}
.ban-dots .slick-dots li.slick-active a:after{
	display: block;
}


.r-con{
	background-image: url(../images/search.png);
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 0;
	cursor: pointer;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
}

.fl{
	float: left;
}
.search-alert {
  position: fixed;
  z-index: 600;
  background-color: rgba(0,0,0,.9);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.search-alert .cent-form {
  position: absolute;
  width: 94.8%;
  left: 2.6%;
  top: 50%;
  height: 124px;
  margin-top: -63px;
  border-bottom: 1px solid #515151;
}
.search-alert .cent-form .tex {
  border: none;
  font-size: 66px;
  height: 124px;
  line-height: 124px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  color: #555;
  background: none;
  /*font-family: "Base-font";*/
  padding-left: 88px;
  padding-right: 80px;
  background: url(../images/ico_36.png) no-repeat 35px 60px;
  font-family: futurademic;
  position: relative;
  z-index: 50;
}
/* .cent-form h3{
  font-family: futurademic;
  font-size: 66px;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 24px;
  color: #555;
} */
.search-alert .cent-form .sub-butn {
  border: none;
  height: 100px;
  margin-top: 24px;
  font-size: 24px;
  line-height: 100px;
  color: #555;
  text-align: right;
  background: none;
  font-family: futurademic;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  text-align: center;
  z-index: 50;
  cursor: pointer;
  -webkit-transition:.3s;
  transition:.3s;
}
.search-alert .cent-form .sub-butn:hover{
	color: #dfdfdf;
}
.search-alert .close {
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/ico_37.png) no-repeat center;
  position: absolute;
  top: 38px;
  right: 2.6%;
  cursor: pointer;
  transition: transform 0.3s ease 0s;
}
.search-alert .close:hover{
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

#hd.on{
	position: fixed;
	height: 90px;
	line-height: 90px;
	left: 0;
}


#hd.on .logo{
	line-height: 90px;
}

.inner-ban{
	padding-top: 34.5%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.t2 span,
.t2 a{
	height: 110px;
	line-height: 110px;
	color: #fff;
	text-align: center;
	background-color: #0079d6;
	display: block;
	font-size: 22px;
	-webkit-transition:.3s;
	transition:.3s;
}
.t2 span.on,
.t2 a.on,
.t2 span:hover,
.t2 a:hover{
	background-color: #0062ac;
}
.t2{
	margin-top: -55px;
	overflow: hidden;
}
.t2-2 a{
	width: 50%;
	float: left;
}
.t2-7 a{
	float: left;
	width: 14.28571%;
}
.cooperation-box .item{
	overflow: hidden;
	padding: 80px 0;
	border: 1px solid #f3f3f3;
}
.cooperation-box .txt,
.cooperation-box .img{
	width: 50%;
	padding: 0 60px;
}
.cooperation-box .img{
	padding: 0;
}
.cooperation-box .img img{
	width: 100%;
}
.cooperation-box{
	overflow: hidden;
}
.cooperation-box .item{
	margin: 0 -60px;
}
.cooperation-box .con{
	color: #666;
	line-height: 2;
}
.cooperation-box .con p{
	margin-bottom: 30px;
}

 .cooperation-box .img-cover{
 	-webkit-background-size: cover;
 	-moz-background-size: cover;
 	-o-background-size: cover;
 	background-size: cover;
 	background-position: 44% 50%;
 	background-repeat: no-repeat;
	/*padding-top: 55%;*/
	height: 443px;
	overflow: hidden;
} 
.cooperation-box .con{
	height: 196px;
	overflow: hidden;
	margin-bottom: 26px;
}
.fr-link li{
	text-align: center;
	/*padding: 0 20px;*/
	margin: 20px 40px;
	margin-top: 0;
	float: left;
	
}
.fr-link a{
	display: block;
	/*width: 14.2877777%;*/
}
.fr-link a{
	/* height: 60px;
	line-height: 60px; */
}
.fr-link a img{
	vertical-align: middle;
	/* max-height: 58px;
	max-width: 90%; */
}
.fr-link{
	overflow: hidden;
	margin: 0 -20px;
	padding-top: 50px;
}
/* .fr-link .slick-slider .slick-track, .fr-link .slick-slider .slick-list{
	width: 100%;
} */
.bg-gray,
.index{
	background-color: #f6f6f6;
}
.about-box .con{
	height: auto;
}
.about-box .item .txt,
.about-box .item .img{
	width: 50%;
}
.about-box .item .txt{
	/*padding-right: 100px;*/
	padding-right: 5%;
}
.about-box .item .txt p{
	font-size: 16px;
	color: #666;
	line-height: 2;
	margin-bottom: 30px;
}
.about-box:before,
.about-box:after{
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.about-box:after{
  clear: both;
}
.about-box{
  zoom: 1;
}

.about-box{
	padding-top: 80px;
}
.page{
	overflow: hidden;
	padding: 45px 60px;
	background-color: #fff;
}
.page .prev,
.page .next{
	width: 80px;
	background-repeat: no-repeat;
	height: 50px;
	-webkit-transition:.3s;
	transition:.3s;
}

.page .prev{
	float: left;
	background-position: left 30px;
	background-image: url(../images/ar1.png);
}
.page .next{
	float: right;
	background-position: right 30px;
	background-image: url(../images/ar2.png);
}
.page .next:hover{
	background-position: 32px 30px;
}
.page .prev:hover{
	background-position: -78px 30px;
}
.page .con{
	margin: 0 40px;
	text-align: center;
}

.page .con a{
	font-size: 24px;
	color: #999;
	display: inline-block;
	padding: 12px;
}
	

.page .con a:hover,
.page .con a.on{
	color: #0079d6;
}
.ul-list-about li{
	margin-bottom: 60px;
}
.service-box .tit-1 h3:after{
	display: none;
}
.service-box .tit-1 h3{
	display: inline-block;
	border-bottom: 2px solid #0079d6;
}
.service-box .item{
	overflow: hidden;
	background-color: #fff;
}
.service-box .img,
.service-box .txt{
	width: 50%;
}
.service-box .txt .pad{
	padding: 74px;
	padding-top: 46px;
}
.service-box .txt p{
	font-size: 14px;
	color: #333;
	line-height: 2;
	margin-bottom: 30px;
}

.service-box .bg{
	height: 630px;
}
.ser-ico{
	text-align: center;
}
.ser-ico span{
	vertical-align: middle;
	display: inline-block;
	margin: 0 70px;
}
.service-box .con{
	height: 260px;
	overflow: hidden;
	margin-bottom: 48px;
}


.list-job li{
	
}
.list-job .hd{
    cursor: pointer;
	border-bottom: 1px solid #f0f0f0;
    background: url(../images/ar3.png) no-repeat 96% 38px;
}

.list-job .hd a{
    line-height: 100px;
    display: block;
    overflow:hidden;
    white-space:nowrap;
    font-size: 18px;
    padding: 0 36px;
    color: #333;
    text-overflow:ellipsis;
}
.list-job .open .bd p{
    white-space:normal;
}
.list-job .bd{
    display: none;
}
.list-job .hd.on{
    background-position: 96% -168px;
}
.list-job .hd.on a{
	color: #0079d6;
}

.join-box{
	background:#fff url(../images/line1.gif) repeat-y 50% top;
	overflow: hidden;
	margin-bottom: -90px;
}
.join-box .r,
.join-box .l{
	width: 50%;
}
.list-job .pad{
	padding: 30px 40px;
}
.list-job .bd{
	line-height: 2;
}
.list-job .bd h4{
	font-size: 14px;
	color: #333;
}
.list-job .bd p{
    color: #666;
}

.list-job .bd .con{
	margin-bottom: 30px;
}
.join-box .l{
	color: #666;
	line-height: 2;
	padding: 50px;
}
.join-box .con1 p{
	margin-bottom: 30px;
}
.join-box .con2 p{
	text-indent: 2em;
}
.join-box h3{
	color: #0079d6;
	font-size: 18px;
	margin-top: 30px;
}
.knowledge-box{
	overflow: hidden;
	background:#fff url(../images/line1.gif) repeat-y 310px top;
	margin-bottom: -90px;
	padding-bottom:50px;
}

.knowledge-boxs{
	overflow: hidden;
	margin-bottom: -90px;
	padding:0px 20px 50px 0px;
}

.knowledge-box .k-nav{
	float: left;
	width: 310px;
}
.knowledge-box .k-con{
	overflow: hidden;
	padding: 30px 90px;
}
.k-nav a{
	padding-right: 20px;
	display: block;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #f0f0f0;
	font-size: 16px;
	padding-left: 40px;
	background:#fff url(../images/ar4.png) no-repeat 86% 20px;
	position: relative;
	/*overflow:hidden;*/
	white-space:nowrap;
	text-overflow:ellipsis;
}
.k-nav a:hover{
	background-position: 86% -121px;
}
.k-nav a.on{
	background-position: 86% -121px;
	color: #0079d6;
}
.k-nav a:hover:after,
.k-nav .on:after{
	position: absolute;
	content: '';
	right: -2px;
	top: 0;
	bottom: 0;
	width: 2px;
	background-color: #fff;
}
.hot-news .img{
	float: left;
	width: 450px;
	height: 310px;
	overflow: hidden;
}
.hot-news .img-cover{
	width: 100%;
	height: 100%;
	-webkit-transition:.3s;
	transition:.3s;
}
.hot-news .img:hover .img-cover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1); 
	-ms-transform: scale(1.1); 
	-o-transform: scale(1.1); 
	transform: scale(1.1);
}
.hot-news .con{
	overflow: hidden;
	padding-left: 60px;
	padding-top: 30px;
}
.hot-news {
	overflow: hidden;
	padding: 60px 0;
}
.hot-news h3 a{
	color: #333333;
	font-size: 24px;
	max-height: 62px;
	overflow: hidden;
}
.hot-news h3 a:hover{
	color: #0079d6;
}
.hot-news h6{
	font-size: 14px;
	color: #999;
	margin-top: 10px;
	margin-bottom: 20px;
	background: url(../images/ck.png) no-repeat left 50%;
	padding-left: 26px;
}
.hot-news .con p {
	height: 88px;
	line-height: 2;
	color: #666;
	overflow: hidden;
	margin-bottom: 50px;
}
.more-d{
	font-size: 16px;
	color: #0079d6;
	padding-right: 24px;
	background: url(../images/ar5.png) no-repeat right 50%;
}
.more-d:hover{
	opacity: .8;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.list-2{
	clear: both;
}
.list-2 li a{
	display: block;
	height: 100px;
	line-height: 100px;
	font-size: 18px;
	border-bottom: 1px solid #f0f0f0;
	padding-left: 26px;
	background: url(../images/dt1.png) no-repeat left 50%;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.list-2 li a:hover{
	background-image: url(../images/dt2.png);
}
.page2{
	padding: 50px 0;
	overflow: hidden;
	line-height: 50px;
}
.page2 .prev{
	float: left;
	color: #999;
	width: 150px;
}
.page2 .next{
	float: right;
	color: #999;
	width: 150px;
}
.page2 .next em,
.page2 .prev em{
	width: 60px;
	display: inline-block;
	height: 50px;
	-webkit-transition:.3s;
	transition:.3s;
}

.page2 .prev em{
	background: url(../images/ar1.png) no-repeat 0 20px;
}
.page2 .next em{
	background: url(../images/ar2.png) no-repeat 100% 20px;
}

.page2 .next:hover span,
.page2 .prev:hover span{
	color: #0079d6;
}
.page2 .prev:hover em{
	background-position: -80px 20px;
}
.page2 .next:hover em{
	background-position: 12px 20px;
}


.page2 .con2{
	text-align: center;
	margin: 0 200px; 
	color: #999;
}
.page2 .prev *,
.page2 .next *{
	vertical-align: middle;
}
.article-box h6{
	text-align: center;
}
.article-box h6 span{
	font-size: 14px;
    color: #999;
    margin-top: 10px;
    margin-bottom: 20px;
    background: url(../images/ck.png) no-repeat left 50%;
    padding-left: 26px;
}
.article-box h6{
	margin-top: 20px;
}
.article-box .hd{
	padding: 64px 0;
	text-align: center;
	border-bottom: 1px dashed #f0f0f0;
}
.article-box .hd h1{
	font-size: 24px;
	color: #000;
}
.article-box {
	padding: 0 60px;
	background-color: #fff;
}
.article-box .bd{
	padding: 30px 0;
	line-height: 2;
}
.article-box .bd p{
	font-size: 14px;
	color: #000;
	margin-bottom: 30px;
}

.article-box .bd p a{text-decoration:underline;}

.article-box .line3{
	border-top: 1px solid #f0f0f0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	margin: 0 -60px;
}

.scroll-box{
	overflow-y: auto;
}

.picMarquee-left .bd .tempWrap{width: 100% !important;}
.picMarquee-left .bd ul{ overflow:hidden; zoom:1;}
.picMarquee-left .bd ul li{ float:left; _display:inline; overflow:hidden; text-align:center;  }



a.anchor {
    display: block;
    position: relative;
    top: -89px;
    visibility: hidden;
}


