@charset "utf-8";
/* CSS Document */

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/*Html5*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
* {
  -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;
}

/*Base*/
html{font: 12px/1.8 "微软雅黑",Arial,sans-serif;color:#666;background:#FFF-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; /*修正手持设备字体变化*/}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
img{-ms-interpolation-mode:bicubic;/*ie7 解决图片缩放失真问题*/}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal}
ol,ul{list-style:none;letter-spacing:normal;word-spacing: normal;}
li {list-style:none;float: left;_display:inline;font-size: 12px;}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
q:before,q:after{content:''}
abbr,acronym{border:0;font-variant:normal}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
button,input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%;outline: none;border: none;}
legend{color:#000}
a{text-decoration: none;background: transparent; /*修正win8系统IE连接灰色背景*/outline:none;blr:expression(this.onFocus=this.blur());color: #666;}
a:focus {outline: 0;}
a:active,a:hover {outline: 0;/*transition:text-shadow 500ms ease-in 0ms, color 500ms ease-in 0ms;*/}
button,
input {
    line-height: normal;
}
button,
select {
    text-transform: none;
}
button,
input[type="button"], 
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; 
    cursor: pointer; 
}

button[disabled],
html input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;  
}
input[type="search"] {
    -webkit-appearance: textfield; 
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; 
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input.sub {
	border: 0;
	margin: 0;
	cursor: pointer;
}
input.radio {
	width: 13px;
	height: 13px;
	display: inline;
}
textarea {
    overflow: auto; 
    vertical-align: top;
}



/**头部**/
.inner {

   width: 1080px;
    margin: 0px auto;
    position: relative;
    z-index: 2;
}
.header{
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 80px;
	/*border-top: 12px solid #002a4f;*/
	background: url("../images/header_bg01.jpg") repeat-x #fff;
	box-shadow:  0 5px 8px rgba(0,0,0,.1);
	z-index: 3;
}


.header .search{
	position: relative;
	width: 62px;
	height: 60px;
	border-left: 1px solid #e5e5e5;
	z-index: 4;
	cursor: pointer;
}
.header .search .search-btn{
	width: 62px;
	height: 60px;
	background: url("../images/bg_sign02.jpg") no-repeat -78px center;
}
.header .search .search-btn.open{
	background-position: -8px center;
}
.header .search .search-box{
	position: absolute;
	right: 63px;
	top: 0;
	width: 0;
	height: 60px;
	background: #ededed ;
	overflow: hidden;
}
.header .search .search-box input{
	background: none;
	border:none;
}
.header .search .search-box input.txt{
	width: 280px;
	height: 18px;
	padding: 21px;
	line-height: 18px;
	font-size: 16px;
	color: #666;
}
.header .search .search-box input.sub{
	width: 52px;
	height: 60px;
	cursor: pointer;
	background: url("../images/search_bg01.jpg") no-repeat center;
}

.header .lang{
	position: relative;
	margin-right: 25px;
	padding-top: 14px;
	height: 46px;
	line-height: 30px;
}
.header .lang .lang-list{
	float: right;

}
.header .lang .lang-list a{
	float: left;
	display: inline-block;
	width: 29px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	vertical-align: middle;
	margin-left: 5px;
	background: url("../images/bg_sign01.jpg") no-repeat -35px 0;
	color: #f2f2f2;
}
.header .lang .lang-list a:hover{
	color: #005aa3;
}



.logo { width:45%;
    float: left;
    position: absolute;
    z-index: 999;
}
.logo a {
    width: auto;
    display: block;
    margin: 0px;
}
 .menu{
	width: 55%;
	height: 80px; float:right
	
}
 .menu ul li{
	position: relative;
	float: left;
	height: 78px;
	padding:0 25px;
	line-height: 60px;
}
 .menu ul li a.fat{ font-weight:bold;
	display: inline-block;
	line-height: 78px;
	font-size: 15px;
	color: #555;
	padding:0 5px;
}
 .menu ul li a.fat:hover,.header .menu ul li a.fat.on,.header .menu ul li a.fat.hover{ 
 border-bottom:2px solid #FFA300;
	color: #FFA300; font-size:15px;
}
.header .menu ul li.line{
	width: 1px;
	padding: 0;
	background: url(../img/menu_bg01.gif) no-repeat center;
	overflow: hidden;
}

 .menu ul li .menu-son{ background-color:#fff;
	display: none;
	position: absolute;
	width: auto;
	top: 80px;
	left: 50%; width: 120px;
	margin-left: -60px;
	overflow: hidden;

}
 .menu ul li .menu-son-li{padding-top: 8px;
	background: url(../images/menu_bg02.jpg) repeat-x 0 0 #fafafa;
	line-height: 34px;
 z-index:9999;
}
 .menu ul li .menu-son-li a{
	float: left;
	display: inline-block;
	width: 100%; text-align:center;
	
	border-bottom: 1px solid #ebebeb;

}
 .menu ul li .menu-son-li a:hover{
	color: #FFA300; font-weight:bold;
}
.menu ul li .menu-son-bot{
	width: 100%;
	height: 17px;
	background: url(../images/menu_bg03.png) no-repeat center bottom;
	overflow: hidden;
}



.nav-menu{
	width:auto;
	float:right; margin-right:20px;
	height:82px;
	text-align:center;
}

.nav-menu ul{
	padding:0;
	margin:0;
}

.nav-menu ul li{
	height:82px;
	width:auto;
	display:block;
	float:left;
	list-style:none;
	padding:0px 10px;
	margin:0;
}

.nav-menu ul li  a{
	
	padding:0;
	display:block;
	
	font-size:13px;
	text-align:center;
	color:#464646;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.nav-menu ul li:first-child a{
	padding-left:0;
}

.nav-menu ul li:last-child a{
	padding-right:0;
}

.nav-menu a:hover{
	color:#FFA300;
}

.nav-menu a.active{
	color:#FFA300;
}

.main-nav > li > a:hover,
.main-nav > li > a:focus{
	background:none;
}

.main-nav li.active a{
	color:#FFA300; font-weight:bold;
}

/* 		Mobile		 */

.mobile-drop{
	height:100%;
	width:100%;
	display:none;
}

a.mobile-menu{
	position:absolute;
	top:50%;
	font-size:21px;
	right:30px;
	left:auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.mobile-drop ul.fullwidth{
	width:100%;
	position:relative;
}

.mobile-drop ul.fullwidth li{
	width:100%;
	height:auto;
	margin:0;
}

.mobile-drop ul.fullwidth li a{
	padding:10px;
	margin:0;
	height:auto;
	text-align:left;
	text-transform:uppercase;
	border-bottom:1px solid #ededed;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.mobile-drop ul.fullwidth li.active a{
	background-color:#333;
	color:white;
}



/**底部**/
.footer{
	position: relative;
	width: 100%;
	height: 100px;
	border-top: 3px solid #000000;
}
.footer .fot-line{
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 20px;
	height: 1px;
	background: #e7e7e7;
	overflow: hidden;
}

.footer-main{
	font-size: 13px;
}
.footer-main table{
	width: 100%;
	height: 310px;
}
.footer-main td{
	vertical-align: top;
	border-right: 1px solid #e7e7e7;
}
.footer-main .fot-nav{
	margin: 0 auto;
	padding:0 8px;
}
.footer-main .fot-nav.nav-fi{
	width: 160px;
}
.footer-main .fot-nav.nav-ot{
	width: 110px;
}
.footer-main .fot-nav dt{
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin: 20px 0 6px;
}

.footer-main .fot-nav dt a{
	color: #000;
}
.footer-main .fot-nav dd {
	line-height: 22px;
	/*font-family:"方正正准黑";*/
}
.footer-main .fot-nav dd span{
	font-family: Arial;
	text-transform: uppercase;
}
.footer-main .fot-contact{
	width: 350px;
	margin: 0 auto;
	padding: 0 20px;
}
.footer-main .fot-contact .tit{
	padding-top: 32px;
}
.footer-main .fot-contact .tit img{
	margin-bottom: 18px;
}
.footer-main .fot-contact .tit .name{
	font-size: 14px;
	font-weight: bold;
	color: #444;
}
.footer-main .fot-contact .tit .add{
	font-size: 12px;
}
.footer-main .fot-contact .txt{
	border-top: 1px solid #e7e7e7;
	padding-top: 12px;
	margin-top: 12px;
	font-size: 12px;
	color: #787878;

}
.footer-main .fot-contact .txt p{
	padding-left: 16px;
	margin-right: 16px;
	background: url("../images/fot_sign01.jpg") no-repeat;
	line-height: 22px;
}
.footer-main .fot-contact .txt p.tel{
	background-position: 0 3px;
}
.footer-main .fot-contact .txt p.mail{
	margin-right: 0;
	background-position: 0 -16px;
}
.footer-main .fot-contact .txt p.fax{
	background-position: 0 -40px;
}
.footer-main .fot-contact .txt p.zip{
	background-position: 0 -60px;
}
.footer-main .fot-foll{
	padding-top: 28px;
	height: 31px;
	border-bottom: 1px solid #e7e7e7;
}
.footer-main .code{
		margin: 30px 0 0 30px;
}
.footer-main .fot-foll .foll-box{
	margin-left: 30px;
	width: 181px;
	height: 19px;
	background: url("../images/fot_img03.jpg") no-repeat;

}
.footer-main .fot-foll .foll-box a{
	float: right;
	display: inline-block;
	width: 21px;
	height: 18px;
	margin-left: 8px;
	background:  url("../images/blank.gif") repeat;
}
/**首页**/
.banner{
	position: relative;
	width: 100%;
	overflow: hidden;
	background: url("../images/loading.gif") no-repeat center;
}
.banner ul{
	position: relative;
	width: 100%;
}
.banner li{
	opacity: 0;
	filter:alpha(opacity=0);
	line-height: 0;

}
.banner li,.banner li a{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.banner li img{
	vertical-align: top;
	position: absolute;
	left: 0;
	top: 0;
}
.banner .btn{
	right: 40px;
	height: 12px;
	position: absolute;
	bottom: 80px;
	z-index: 1;
}
.banner .btn span{
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 14px;
	cursor: pointer;
	overflow: hidden;
	background: url("../images/banner_btn.png") no-repeat -12px 0;
}
.banner .btn span.on{
	background-position: 0 0px;
}
.banner .line{
	width: 100%;
	height: 55px;
	background: url("../images/bg_line01.jpg") repeat-x center bottom;
	overflow: hidden;

}

/***内页头部**/
.header-con{
	width: 100%;
	position: fixed;
	z-index: 4;
}
.header-con .header{
	border-top: 0;
	left: 0;
	/*left: -100%;*/
	/*overflow: hidden;*/
}
.header-con .top-line{
	width: 100%;
	height: 12px;
	background: #002a4f;
	overflow: hidden;
}
.header-con .logo-left{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 4;
}
.header-con .logo-left .logo{
	display: inline-block;
	width: 150px;
	height: 60px;
	background: url("../images/logo.jpg") no-repeat center #fff;
	overflow: hidden;
	vertical-align: top;
}
.header-con .pull-btn{
	position: absolute;
	width: 70px;
	height: 60px;
	left: 150px;
	top: 0;
	background: url("../images/bg_sign03.jpg") no-repeat center;
	cursor: pointer;
	transition:all 0.3s;
}
.header-con .pull-btn:hover{
	opacity: 0.8;
	filter:alpha(opacity=80);
}


#aboutProya, .vehicle, #joinProya, #aboutProya,#dutyProya {
	position: relative;
	width: 100%;
	height: 715px;
	/*overflow: hidden;*/

}
#followGeely {
	margin-top: -25px;
}
.viewport {
	position: relative;
	height: 100%;
}
.view-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	
}
.view-bg img {
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	margin-left: -960px;
}
#loading {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: #e9f2f9;
}
#loading img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 13px 0 0 -30px;
}


.viewport-cont {
	position: absolute;
	top: 50%;
	left: 46.3%;
	width: 1024px;
	margin-left: -460px;
}
.viewport-cont .g-tl{
	text-align: center;
}
.viewport-cont .g-tl h2 { color:#ffa300; 
	font-size:36px;
	line-height: 66px;
}
.viewport-cont .g-tl .home-slides {  width: 100%;  list-style: none outside none; margin:30px 0;
    font-family: "Raleway";
    font-weight: 300;
    font-size: 85px;
    color: #FFF;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
} 


.viewport-cont .g-tl .home-slides span {color: #FFA300;font-size:85px;
}
.viewport-cont .g-tl span{ color:#666; 
	font-size: 15px;
	font-family: 'Times New Roman';
	text-transform: uppercase;
}
.view-next {
	position: absolute;
	left: 50%;
	bottom: -60px;
	z-index: 3;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	background: url("../images/bg_sign44.png") no-repeat;
}
.viewer-next {
	position: absolute;
	left: 50%;
	bottom: -60px;
	z-index: 3;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	background:none;
}
.view-next:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}
.view-next.blue{
	background: url("../images/bg_sign04b.png") no-repeat;
}

.view-next2 {
	background-position: -41px 0;
}


.fixed-view-ico {
	position: fixed;
	_position: absolute;
	left: auto;
	right: 25px;
	top: 50%;
	z-index: 999;
	width: 17px;
	height: 120px;
	margin-top: -60px;
}
.fixed-view-ico a {
	position: relative;
	display: block;
	width: 21px;
	height: 25px;
	margin-bottom:6px;
	background: url('../images/dot.png') no-repeat scroll 5px 5px transparent;
	
}
.fixed-view-ico a:hover, .fixed-view-ico .cur {	width: 21px;height: 25px;
		background: url('../images/dot.png') no-repeat scroll 0px -25px transparent;
	
}
.fixed-view-ico a span{
	display: inline-block;
	width: 0px;
	position: absolute;
	right: 25px;
	top: -0px;
	font-size: 14px;
	line-height: 25px; 
	height: 25px;
	font-weight: bold;
	text-align: right; color:#ffa300;
	
	overflow: hidden;
	transition:all ease-in 0.4s ;
}
.fixed-view-ico a:hover span, .fixed-view-ico .cur span{
	width: 120px;

}
/* 公司简介 */
.scroll-obj a:hover .button { background-color:#ffa300;  }
.button { text-align:center;
    width: 120px;
    height: 38px;
    background-color: #0F47A7;
    display: block;
    float: right;
    color: #FFF;
    line-height: 38px;
}
.profile-view {
	height: 446px;
	margin-top: -250px;
	color:#ffa300;
}
.profile-view span{ color:#666;}
.profile-view .cont {
	width: 1020px;
	margin: 0 auto;
	padding-top: 10px;
	font-size: 13px;
	line-height: 28px;
	text-align: justify;

}

.profile-view .cont p{
	padding: 7px 0;
}
.profile-view .view-video a{
	 display: inline-block;
	 width: 158px;
	 height: 36px;
	 text-align: center;
	 background: url("../images/bg_sign05.png") no-repeat 28px -36px #fff;
	 line-height: 36px;
	 font-size: 14px;
	 color: #0056a1;
}
.profile-view .view-video a:hover{
	background-color: #0484f2;
	background-position: 28px 0;
	color: #fff;
}



.video-mask {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
}
.video-mask .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
	filter: alpha(opacity=50);
}


/* 企业文化 */
.cul-view {
	height: 530px;
	margin-top: -250px;
	color: #fff;
	overflow: hidden;
}
.cul-view .g-tl{
	color: #ffa300;
}
.cul-view .g-tl span{
	color: #666;
}
.cul-view .about {
	height: 90px;
	padding-top: 10px;
}
.cul-view .list {
	width: 1024px;
	margin: 40px auto 0;
}
.cul-view .list li {
	float: left;
	width: 330px;
	height: 364px;
	margin-right: 10px;


	text-align: center;
	color: #444;padding: 0 10px;
}


.bubble {
	position: absolute;
	border-radius: 50%;
	left: 50%;
	top:50%;
	z-index: 0;
	background-color: rgba(242, 242, 242, 0.6);
}

.bubble_outer_one, .bubble_outer_two, .bubble_outer_three ,.bubble_outer_four{
	height: 150px;
	width: 150px;
	margin: 20px auto 0;
	border-radius: 50%;
	position: relative;
	background: rgba(236,236,236,1);
	}

.bubble_container i {
	display: block;
	font-size: 5.5em;
	color: #FFA300;
	height: 100%;
	margin: 0 auto;
	padding: 23%;
	text-align: center;
	width: 100%;	
}

.bubble_container i:hover {
	display: block;
	font-size: 5.5em;
	color: #FFF;
	height: 100%;
	margin: 0 auto;
	padding: 23%;
	text-align: center;
	width: 100%;	
}
  
.bubble_container {width: 150px;
height: 150px;
		-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	border-radius: 50%;
}

.bubble_container:hover {
	z-index: 10;
	height: 150px;
	width: 150px;
	margin: 20px auto 0;
	border-radius: 50%;
	position: relative;
    background: #FFA300;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	border: -2px solid #e1e1e1;
}

.about_line {
	border-bottom: 2px solid #e1e1e1;
	width: 20%;
	margin: 25px auto;
}



.cul-view .list img {
	display: block;
	border-bottom: 1px solid #d1dde8;
	margin-bottom: 30px;
}
.cul-view .list .ch {
	font-size: 16px;
	line-height: 20px;
}
.cul-view .list .en {
	font-size: 10px;
	font-style: italic;
	color: #b7bcc1;
}
.cul-view .list .txt{ padding-bottom:12px;
	font-size: 18px; color:#333;
	font-weight: bold;
	margin-top: 10px;
}
.cul-view .list .txt a{ color:#333;}
.cul-view .list .txt a:hover{ background:none!important;}
.cul-view .list a:hover {
	background: #0067b2;background:none!important;}
.cul-view .list a:hover strong {
	border-color: #3385c1;
}
.cul-view .list-more {
	position: absolute;
	bottom: 35px;
	left: 20px;
	height: 28px;
	color: #fff;
}
.cul-view .list-more i {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 27px;
	height: 1px;
	overflow: hidden;
	background: #fff;
}
/**全球供应链**/
.chain-view {
	margin-top: -220px;
	color: #fff;
}
.chain-view .cont{
	padding-top: 10px;
	font-size: 14px;
	line-height: 26px;
	height: 320px;
}
.col-md-3 {
    width: 29.2%;
    margin: 0px 20px; float:left;
}
*:before, *:after {
    box-sizing: border-box;
}
.price-pack {
    background: none repeat scroll 0px 0px #FFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.text-center {
    text-align: center;
}
.package-header {z-index:99;
    background: url('../images/pat-p.png') repeat scroll 0px 0px #333;
    color: #FFA300;
    height: 120px;
}
.package-header, .package-price {
    padding: 10px;
    margin-bottom: 20px;
}
.package-header > h3 {font-size: 24px;
    color: #FCFCFC;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px;
}

.package-price { z-index:999; background-color:#E2E2E2;
    background: linear-gradient(to right, #E2E2E2 0%, #DBDBDB 26%, #D1D1D1 81%, #DBD8DB 100%) repeat scroll 0% 0% transparent;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.75);
    border-radius: 60px;
    color: #555;
    font-size: 28px;
    height: 112px;
    line-height: 62px;
    margin: -60px auto;
    width: 112px;
}
.package-price > p {
    color: #555;
    font-size: 14px;
    font-style: italic;
    line-height: 0;    margin: 0px 0px 5px;

}
.package-features {
    margin-top: 80px;
}
.price-pack ul li { width:100%;
    color: #747474;
    cursor: pointer;

}

.price-pack .btn { clear:both;
    display: block;
    margin: 10px 25px 10px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.price-pack .btn:hover{
    background-color: #FFA300;
    color: #FFFFFF;
}
.border-btn, .social-btn {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
}
.border-btn {
    border: 2px solid #FFA300;
    color: #333;
    font-size: 16px;
    padding: 10px 30px;
    text-transform: uppercase;
}

.price-pack-features {
    background: none repeat scroll 0 0 #FFA300;
    margin-bottom: 10px;
	box-shadow:0px 0px 20px rgba(0, 0, 0, 0.4);
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.package-header-features, .package-price-features{
    padding: 10px;
	margin-bottom:20px;
}
.package-header-features {
    background: url(../images/pat-p.png) repeat scroll 0 0 #333;
    color: #666;
    height: 120px;
}
.package-header-features > h3 {
    color: #FFF; font-size:24px;margin-top: 20px;
    text-transform: uppercase;
	
}
.package-price-features {
	background: rgba(212,204,212,1);
	background: -moz-linear-gradient(left, rgba(212,204,212,1) 0%, rgba(184,184,184,1) 26%, rgba(143,141,143,1) 81%, rgba(145,140,145,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(212,204,212,1)), color-stop(26%, rgba(184,184,184,1)), color-stop(81%, rgba(143,141,143,1)), color-stop(100%, rgba(145,140,145,1)));
	background: -webkit-linear-gradient(left, rgba(212,204,212,1) 0%, rgba(184,184,184,1) 26%, rgba(143,141,143,1) 81%, rgba(145,140,145,1) 100%);
	background: -o-linear-gradient(left, rgba(212,204,212,1) 0%, rgba(184,184,184,1) 26%, rgba(143,141,143,1) 81%, rgba(145,140,145,1) 100%);
	background: -ms-linear-gradient(left, rgba(212,204,212,1) 0%, rgba(184,184,184,1) 26%, rgba(143,141,143,1) 81%, rgba(145,140,145,1) 100%);
	background: linear-gradient(to right, rgba(212,204,212,1) 0%, rgba(184,184,184,1) 26%, rgba(143,141,143,1) 81%, rgba(145,140,145,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4ccd4', endColorstr='#918c91', GradientType=1 );
	-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.75);
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    color: #fff;
    font-size: 40px;
    height: 112px;
    line-height: 62px;
    margin: -60px auto;
    width: 112px;
}
.package-price-features > p {
    color: #FFF;
    font-size: 14px;
    font-style: italic;
    line-height: 0;
}

.package-features {
    margin-top: 80px; padding:0 20px;
}
.price-pack-features ul {
    list-style: none outside none;

}
.price-pack-features ul li { width:100%;
    color: #fff;
    cursor: pointer;

}

.price-pack-features .btn { clear:both;
    display: block;
    margin: 0 25px 10px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.price-pack-features .btn:hover{
    background-color: #333;
    color: #FFFFFF;
}
.border-btn-features, .social-btn {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
}
.border-btn-features {
    border: 2px solid #FFF;
    color: #fff;
    font-size: 16px;
    padding: 10px 1px;
    text-transform: uppercase;
}









.chain-list{
	width: 600px;
	margin:  0 auto;
}





.chain-list li a.selected {
    color: #FFF;
    background: none repeat scroll 0% 0% #FFA300;
    cursor: default;
}
.chain-list li a {
    padding: 10px 0;
    color: #FFF;
    border: medium none;
    text-transform: uppercase;
    background: none repeat scroll 0% 0% #333;
    transition: all 0.5s ease 0s;
}
.chain-list ul a:hover li{ background-color:#ffa300; }

.chain-list ul li{ color:#fff; background-color:#333; padding: 8px 0px;
	width: 120px;
	margin: 0px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
}
.chain-list ul li span{
	display: inline-block;
	width: 63px;
	height: 63px;
	background: url("../images/about_icon01.png") no-repeat;
}
.chain-list ul li span.icon01{
	background-position:  0 0;
}
.chain-list ul li span.icon01.hover{
	background-position:  0 -64px;
}
.chain-list ul li span.icon02{
	background-position:  -113px 0;
}
.chain-list ul li span.icon02.hover{
	background-position:  -113px -64px;
}
.chain-list ul li span.icon03{
	background-position:  -221px 0;
}
.chain-list ul li span.icon03.hover{
	background-position:  -221px -64px;
}
.chain-list ul li span.icon04{
	background-position: -332px 0;
}
.chain-list ul li span.icon04.hover{
	background-position: -332px -64px;
}
.chain-list ul li span.icon05{
	background-position: -442px 0;
}
.chain-list ul li span.icon05.hover{
	background-position: -442px -64px;
}

/* 全球供应链 Mask */
.chain-mask {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
}
.chain-mask .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	filter: alpha(opacity=60);
}
.chain-mask-cont {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 9;
	width: 922px;
	height: 310px;
	margin: -100px 0 0 -461px;

}
.chain-mask-cont .list {
	position: relative;
	width: 922px;
	height: 310px;
	overflow: hidden;

}
.chain-mask-cont ul{
	position: absolute;
	left: 0;
	top: 0;
}
.chain-mask-cont ul li{
	float: left;
	padding: 25px;
	width: 872px;
	height: 260px;
	background: #fff;
	margin-right: 25px;
	overflow: hidden;
}
/*
.chain-mask-cont li {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}*/
.chain-mask-cont img {
	float: left;
	margin-right: 20px;
}
.chain-mask-cont .cont {
	float: left;
	width: 400px;
}
.chain-mask-cont .tl {
	padding: 0 0 15px ;
	font-weight: bold;
	font-size: 20px;
	border-bottom: 1px solid #e3e3e3;
	color: #195d98;
	line-height: 24px;
	overflow: hidden;
}
.chain-mask-cont .txt{
	height:168px;
	overflow: hidden;
	margin: 15px 0;
}
.chain-mask-cont .txt-con{
	font-size: 14px;
	line-height: 28px;
}
.chain-mask-cont .page-btn {
	height: 27px;
	padding: 15px 10px 0 0;
	border-top: 1px solid #e3e3e3;
	overflow: hidden;
}
.chain-mask-cont .page-btn a {
	float: right;
	width: 27px;
	height: 26px;
	background: url("../images/about_btn03.jpg") no-repeat;
}
.chain-mask-cont .page-btn .down{
	background-position: -30px -27px;
}
.chain-mask-cont .page-btn .down:hover {
	background-position: 0 -27px;
}
.chain-mask-cont .page-btn .up {
	margin-left: 5px;
	background-position: -30px 0;
}
.chain-mask-cont .page-btn .up:hover {
	background-position: 0 0;
}
.chain-mask-cont .btn {
	position: absolute;
	top: 140px;
	width: 28px;
	height: 52px;
	background: url("../images/about_btn01.gif") no-repeat;
}
.chain-mask-cont .prev {
	left: -90px;
}
.chain-mask-cont .prev:hover {
	background-position: 0 -52px;
}
.chain-mask-cont .next {
	right: -90px;
	background-position: -28px 0;
}
.chain-mask-cont .next:hover{
	background-position: -28px -52px;
}


/* History */
.history-view {
	margin-top: -250px;
}
.history-view .g-tl{
	color: #666;
}
.history-view  .campus-cont .cont li strong{
	display: inline-block;
	font-size: 24px;
	font-weight: normal;
}
.history-cont {
	width: 972px;
	margin: 0 auto;
	background:url("../images/about_line01.png") no-repeat center 9px;
}
.history-cont .cont-list {
	width: 793px;
	height: 45px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
.history-cont .cont-list li {
	width: 61px;
	height: 45px;
	text-align: center;
	line-height: 18px;
	color: #808080;

}
.history-cont .cont-list li .dot{
	display: inline-block;
	width: 24px;
	height: 24px;
	background:url("../images/about_btn02.png") no-repeat 0 0;
}
.history-cont .cont-list li a:hover .dot,.history-cont .cont-list li.cur .dot{
	background-position: -24px 0;

}
.history-cont .cont-list li a:hover p,.history-cont .cont-list li.cur p{
	font-size: 16px;
	font-weight: bold;
}


/* 大事记 */
.history-mask {
	position: relative;
	width: 922px;
	height: 310px;
	padding-bottom: 14px;
	background: url("../images/about_line02.png") no-repeat center bottom;
	margin: 15px 0 10px;
}
.history-mask-cont {
	position: absolute;
	left: 0;
	top: 0;
	width: 922px;
	height: 310px;
}

.history-mask-cont .list {
	position: relative;
	width: 922px;
	height: 310px;
	overflow: hidden;

}
.history-mask-cont ul{
	position: absolute;
	left: 0;
	top: 0;
}
.history-mask-cont ul li{
	float: left;
	padding: 25px;
	width: 872px;
	height: 260px;
	background: #fff;
	margin-right: 25px;
	overflow: hidden;
}


.history-mask-cont img {
	float: left;
	margin-right: 20px;
}
.history-mask-cont .cont {
	float: left;
	width: 400px;
}
.history-mask-cont .tl {
	padding: 5px 0 13px ;
	font-weight: bold;
	font-size: 20px;
	border-bottom: 1px solid #e3e3e3;
	color: #195d98;
	line-height: 24px;
	overflow: hidden;
}
.history-mask-cont .txt{
	height:140px;
	overflow: hidden;
	margin: 15px 0;
}
.history-mask-cont .txt-con{
	font-size: 14px;
	line-height: 28px;
}

.history-mask-cont  .trigger{

}
.history-mask-cont .page-btn {
	height: 27px;
	padding: 15px 10px 0 0;
	border-top: 1px solid #e3e3e3;
	overflow: hidden;
}
.history-mask-cont .page-btn a {
	float: right;
	width: 27px;
	height: 27px;
	background: url("../images/about_btn03.jpg") no-repeat;
}
.history-mask-cont .page-btn .down {
    background-position: -30px -27px;
}
.history-mask-cont .page-btn .down:hover {
	background-position: 0 -27px;
}
.history-mask-cont .page-btn .up {
	margin-left: 5px;
	background-position: -30px 0;
}
.history-mask-cont .page-btn .up:hover {
	background-position: 0 0;
}
.history-mask-cont .btn {
	position: absolute;
	top: 140px;
	width: 28px;
	height: 52px;
	background: url("../images/about_btn01.gif") no-repeat;
}
.history-mask-cont .prev {
	left: -90px;
}
.history-mask-cont .prev:hover {
	background-position: 0 -52px;
}
.history-mask-cont .next {
	right: -90px;
	background-position: -28px 0;
}
.history-mask-cont .next:hover{
	background-position: -28px -52px;
}


/**联系我们**/
.contact-view {
	color: #ffa300;
	margin-top: -235px;
}

.contact-view .cont {
	width: 1000px;
	margin: 10px auto 0px;}

.contact-view .cont .map{ padding-left:-20px;
}
.contact-view .cont .text{
	width: 330px;
	padding-top: 30px;
	font-size: 14px;
	line-height: 28px;
}
.contact-view .cont .text .tit{
	font-size: 20px;
	font-weight: bold;
	background: url("../images/about_icon02.png") no-repeat 0 5px;
	padding-left: 24px;
	line-height: 28px;
	margin-bottom: 12px;
}
.contact-view .list li{
	width: 340px; padding:0 25px;
	border-right: 1px solid #2b70ad;
	
}
.contact-view .list i {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    background: none repeat scroll 0% 0% #FFA300;
    padding: 5px 5px 4px 4px;
    position: relative;
    border-radius: 2px;
    color: #FFF;
}
.contact-view .list ol{ clear:both;}
.contact-view .list i:after {
   
   
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    content: "";
    height: 0px;
    width: 0px;
    position: absolute;
    border-width: 6px;
    margin: -6px 0px 0px;
}
.contact-view .list li span{
	display: inline-block;
	width: 44px;
	height: 42px;
	background: url("../images/about_icon03.png") no-repeat;
}
.contact-view .list li span.icon01{
	background-position: 4px 0;
}
.contact-view .list li span.icon02{
	background-position: -42px 0;
}
.contact-view .list li span.icon03{
	background-position: -95px 0;
}
.contact-view .list li .tit{ color:#666; line-height:20px;
	font-size: 13px;


}
.contact-view .list li .txt{
	font-size: 13px;
}
.contact-view .list li a{
	color: #666;
}
.contact-view .list li a:hover{
	text-decoration: underline;
}

/*-----------*/
.duty-view{
	margin-top: -200px;
	color: #fff;
}
.duty-view .cont{
	width: 920px;
	margin: 35px auto;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}
.duty-view .cont img{
	max-width: 920px;
}
.duty-view .view-dload a{
	display: inline-block;
	width: 138px;
	height: 34px;
	padding-bottom: 3px;
	background: url("../images/duty_btn01.png") no-repeat;
	text-align: center;
	line-height: 34px;
	color: #000;
	font-size: 13px;
}
.duty-view .view-dload a img{
	vertical-align: middle;

}
.duty-view .view-dload a:hover{
 color: #195d98;
}
.history-view .duty-tab{
	margin-top: 25px;
	position:relative;
}
.strength-view .edge-tab{
	margin-top: 15px;
	position:relative;
}
.history-view .duty-tab a,.strength-view .edge-tab a{
	display: inline-block;
	width: 133px;
	height: 31px;
	margin: 0 5px;
	text-align: center;
	line-height: 31px;
	color: #3870a3;
	font-size: 15px;
	font-weight: bold;
	background: url("../images/duty_btn02.png") no-repeat -146px 0;
}
.history-view .duty-tab a.cur,.history-view .duty-tab a:hover,.strength-view .edge-tab a.cur{
	background-position: 0 0;
	color: #fff;
}
#duty-ajax .history-mask{
	margin: 30px auto 5px;
}

/***人才理念**/
.campus-view{
	margin-top:-250px;
}
.campus-view .g-tl{
	color:#3870a3;
}
.campus-cont{
	margin-top: 50px;
}


.campus-cont .btn{
	position: absolute;
	top: 145px;
	display: inline-block;
	width: 28px;
	height: 52px;
	background: url("../images/about_btn01.gif") no-repeat;
}
.campus-cont .btn.prev{
	left: 0px;
}
.campus-cont .btn.prev:hover{
	background-position: 0 -52px;
}
.campus-cont .btn.next{
	right: 0px;
	background-position: -28px 0
}
.campus-cont .btn.next:hover{
	background-position: -28px -52px;
}
.campus-cont .cont{
	position: relative;
	max-width: 920px;
	margin: 0 auto;
	overflow: hidden;
	height: 340px;
}
.campus-cont .cont ul{
	width: 105%;
	position: absolute;
	left: 0;
	top: 0;
}
/*.campus-cont .cont li{
	position: relative;
	width: 219px;
	height: 320px;
	background: #fff;
	margin-right: 13px;
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
}*/
.campus-cont .cont li{
	position: relative;
	width: 285px;
	height: 340px;
	background: #fff;
	margin-right: 29px;
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
}
.campus-cont .cont li a{
	display: block;
	height: 334px;
	border-bottom: 6px solid #c3c3c3;
}
.campus-cont .cont li img{
	margin-bottom: 10px;
}
.campus-cont .cont li strong{
	padding:0 18px 0;
	font-weight: bold;
	font-size: 16px;
	line-height: 32px;
	height: 32px;
	overflow: hidden;
	color: #444;
}
.campus-cont .cont li p{
	padding: 0 18px;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
}
.campus-cont .cont li span.arrow b{
	display: inline-block;
	width: 26px;
	height: 25px;
	background: url("../images/join_icon01.jpg") no-repeat ;
	margin-right: 12px;

	float: left;
}

.campus-cont .cont li span.arrow{
	position: absolute;
	left: 22px;
	bottom: 19px;
	display: inline-block;
	line-height: 25px;
}
.campus-cont .cont li a:hover ,.campus-cont .cont li a:hover strong,.campus-cont .cont li:hover span.arrow{
	color: #2173bc;
}
.campus-cont .cont li:hover span.arrow b{
	background-position: -26px 0;
}
.campus-cont .cont li .line{
	position: absolute;
	display: inline-block;
	width: 0;
	height: 6px;
	left: 0;
	bottom: 0;
	background: #2173bc;
}

/**社会招聘**/
.social-view{
	margin-top: -250px;
}
.social-view .g-tl{
	color: #fff;
}
.social-view .cont-list{
	width: 920px;
	overflow: hidden;
	/*margin-top: 20px;*/
	padding: 25px 0 7px;
}
.social-view .cont-list ul{
	width: 115%;
}
.social-view .cont-list ul li{
	position: relative;
	width: 235px;
	height: 287px;
	margin: 0 19px 0 7px;
	background: #fff;
	box-shadow: 0 0 7px rgba(0,0,0,.1);
	padding: 25px 25px 0;
	transition:all 0.4s;
}
.social-view .cont-list ul li .img{
	position: absolute;
	width: 122px;
	height: 122px;
	left: 50%;
	top: -64px;
	margin-left: -61px;
	background: url("../images/join_icon02.png") no-repeat ;
}
.social-view .cont-list ul li .img span{
	position: absolute;
	display: inline-block;
	width: 76px;
	height: 76px;
	left: 50%;
	top: 50%;
	margin: -38px 0 0 -38px;
	background: url("../images/join_icon03.png") no-repeat ;
}
.social-view .cont-list ul li .img.ico01{
	background-position: 0 0;
}
.social-view .cont-list ul li .img.ico01 span{
	background-position: 0 0;
}
.social-view .cont-list ul li .img.ico01.hover span{
	background-position:  0 -76px;
}
.social-view .cont-list ul li .img.ico02{
	background-position: -122px 0;
}
.social-view .cont-list ul li .img.ico02 span{
	background-position: -76px 0;
}
.social-view .cont-list ul li .img.ico02.hover span{
	background-position:  -76px -76px;
}
.social-view .cont-list ul li .img.ico03{
	background-position: -244px 0;
}
.social-view .cont-list ul li .img.ico03 span{
	background-position: -152px 0;
}
.social-view .cont-list ul li .img.ico03.hover span{
	background-position:  -152px -76px;
}
.social-view .cont-list ul li .tit{
	font-size: 18px;
	margin-bottom: 12px;
	color: #222;
}
.social-view .cont-list ul li:hover{
	background: #1697da;
	color: #fff;
}
.social-view .cont-list ul li:hover .tit{
	color: #fff;
}


.apply-box{
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0px;
	height: 110px;
	text-align: center;
}

.social-bg{
	position: absolute;
	width: 0;
	height: 100%;
	background: #b6d1ea;
	left: 0;
	top: 0;
	overflow: hidden;
}
.apply-box .btn{
	display: inline-block;
	width: 140px;
	height:63px;
	padding-left: 50px;
	text-align: center;
	line-height: 58px;
	font-size: 22px;
	color: #1f6aad;
	background: url("../images/join_btn02.png") no-repeat ;
	text-align: center;
	top: 20px;
	position: absolute;
	right: 50%;
	margin-right: -450px;

}
.social-link{
	display: none;
	position: relative;
	width: 500px;
	margin: 22px auto;
	height: 66px;
	z-index: 1;
}
.social-link a.ico{
	display: inline-block;
	width: 151px;
	height: 66px;
	float: left;
	margin: 0 7px;
	transition:all 0.3s;
}
.social-link a.job{
	background: url("../images/join_icon04.png") no-repeat;
}
.social-link a.zhaop{
	background: url("../images/join_icon05.png") no-repeat;
}
.social-link a.lietou{
	background: url("../images/join_icon06.png") no-repeat;
}
.social-link a.ico:hover{
	margin-top: -5px;
}
.social-link a.so-close{
	display: inline-block;
	position: absolute;
	top: -10px;
	right: -20px;
	width: 16px;
	height: 16px;
	background: url("../images/join_btn03.gif") no-repeat 0 0;
	overflow: hidden;
}
.social-link a.so-close:hover{
	background-position: -16px 0 ;
}
/**员工风采**/
.staff-view{
	margin-top: -210px;
}
.staff-view .g-tl{
	color: #3870a3
}
.staff-cont{
	margin-top: 40px;
	position: relative;
}
.staff-view .campus-cont .cont li .day{
	display: inline-block;
	padding: 0 18px;
	color: #b7b7b7;
	font-family: Arial;
	font-style: italic;
	margin-bottom: 4px;
}
.staff-view .campus-cont .cont li .tit{
	padding: 0 18px;
	color: #3c7fc1;
	font-size: 14px;
}
.staff-cont .btn{
	position: absolute;
	top: 70px;
	display: inline-block;
	width: 28px;
	height: 52px;
	background: url("../images/about_btn01.gif") no-repeat;
}
.staff-cont .btn.prev{
	left: -90px;
}
.staff-cont .btn.prev:hover{
	background-position: 0 -52px;
}
.staff-cont .btn.next{
	right: -90px;
	background-position: -28px 0
}
.staff-cont .btn.next:hover{
	background-position: -28px -52px;
}
.staff-cont .cont{
	position: relative;
	width: 920px;
	height: 295px;
	margin: 0 auto;
	overflow: hidden;
	padding: 5px 0;
}
.staff-cont .cont ul{
	position: absolute;
}
.staff-cont .cont ul li{
	width: 220px;
	height: 285px;
	margin: 5px;
	overflow: hidden;
}
.staff-cont .cont ul li img{
	margin: 0 0 20px;
	padding: 5px;
	vertical-align: top;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.staff-cont .cont ul li .tit{
	font-size: 14px;
	line-height: 21px;
	height: 42px;
	color: #3e4246;
	overflow: hidden;
	padding:0 10px;
}
.staff-cont .cont ul li .line{
	display: inline-block;
	width: 18px;
	height: 1px;
	margin: 20px 0 0 10px;
	overflow: hidden;
	background: #8f969d;
}
.staff-cont .cont ul li .day{
	margin-top: 10px;
	padding:0 10px;
	font-size: 11px;
	font-style: italic;
	color: #9ca4ab;
}
.staff-cont .cont ul li:hover{
	background: #0063ba;
	color: #fff;
	box-shadow: 0 0 6px rgba(0,0,0,.2);
}
.staff-cont .cont ul li:hover img{
	background: #0063ba;
	box-shadow:none;
}
.staff-cont .cont ul li:hover .tit{
	color: #fff;
}
.staff-cont .cont ul li:hover .line{
	background: #80b1dd;
}
.staff-cont .cont ul li:hover .day{
	color: #a3bcde;
}


.staff-mask {
	position: absolute;
	left: 0;
	top: 0;
}


/**科技研发**/
.science-view{
	margin-top: -220px;
}
.science-view .g-tl{
	color: #fff;
}
.science-view .cont{
	margin-top: 37px;
	font-size: 14px;
	line-height: 26px;
	color: #fff;
}

/**科技实力**/
.strength-view{
	margin-top: -250px;
}
.strength-view .g-tl{
	color: #3870a3;
}
.strength-cont{
	position: relative;
	width: 920px;
	margin: 5px auto 0;
}
.strength-cont .btn {
	display: inline-block;
	position: absolute;
	top: 170px;
	width: 28px;
	height: 52px;
	background: url("../images/about_btn01.gif") no-repeat;
}
.strength-cont .prev {
	left: -90px;
}
.strength-cont .prev:hover {
	background-position: 0 -52px;
}
.strength-cont .next {
	right: -90px;
	background-position: -28px 0;
}
.strength-cont .next:hover{
	background-position: -28px -52px;
}
.strength-show{
	position: relative;
	overflow: hidden;
	width: 920px;
	height: 315px;
	margin: 0 auto;
}
.strength-show ul{
	position: absolute;
	left: 0;
	top: 0;
}
.strength-show ul li{
	float: left;
	width: 884px;
	height: 300px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(194,194,194,.2);
	padding-right: 36px;
	margin: 10px 20px 10px 0;
}
.strength-show img{
	float: left;
	margin-right: 36px;
}
.strength-show h2{
	font-weight: bold;
	font-size: 18px;
	color: #444;
	margin: 35px 0 10px;
}
.strength-show p{
	font-size: 14px;
	line-height: 26px;
}
.strength-thumb{
	position: relative;
	width: 828px;
	height: 138px;
	overflow: hidden;
	margin: 0 auto;
}
.strength-thumb ul li{
	position: relative;
	width: 180px;
	height: 120px;
	margin:7px 13px;
	overflow: hidden;
	box-shadow: 0 0 7px rgba(194,194,194,.6);
	cursor: pointer;
}
.strength-thumb ul li p{
	position: absolute;
	width: 100%;
	height: 26px;
	line-height: 26px;
	text-align: center;
	left: 0;
	bottom: 0;
	color: #044175;
	z-index: 1;
	background: #fff;
	background: url("../images/tech_opacity01.png") repeat;
}
.strength-thumb ul li.active p{
	color: #fff;
	background: url("../images/tech_opacity02.png") repeat;
}

/**五级安全保证程序**/
.safe-view{
	margin-top: -300px;
}
.safe-view .g-tl{
	color: #fff;
}
.safe-view .cont-list{
	width: 952px;
	margin: 50px auto 0;
	padding-top: 100px;
	background: url("../images/tech_bg03.png") no-repeat center top;
	overflow: hidden;
}
.safe-view .cont-list ul li{
	position: relative;
	width: 130px;
	height: 205px;
	padding: 93px 23px 0;
	margin-right: 18px;
	background: url("../images/tech_bg02.png") no-repeat 0 0;
}
.safe-view .cont-list ul li.hover{
	background-position: -176px 0;
}
.safe-view .cont-list ul li .img{
	position: absolute;
	display: inline-block;
	width: 135px;
	height: 135px;
	top: -63px;
	left: 50%;
	margin-left: -67px;
	background: url("../images/tech_bg01.png") no-repeat center top;
}
.safe-view .cont-list ul li .img span{
	position: absolute;
	display: inline-block;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	width: 76px;
	text-align: center;
	left: 30px;
	top: 45px;
}
.safe-view .cont-list ul li .tit{
	font-size: 18px;
	color: #000;
	line-height: 20px;
}
.safe-view .cont-list ul li .line{
	display: inline-block;
	width: 21px;
	height: 1px;
	overflow: hidden;
	background: #cbd4dc;
	margin: 15px 0 10px;
}


/**尖端科技**/
.edge-view{
	margin-top: -220px;
}
.edge-view .g-tl{
	color: #fff;
}
.edge-view .edge-tab{
	margin-top: 15px;
	position:relative;
}
.edge-view .edge-tab a{
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	width: 146px;
	height: 36px;
	margin: 0 5px;
	text-align: center;
	line-height: 36px;
	color: #fff;
	background: url("../images/duty_btn02_w.png") no-repeat -158px 0;
}
.edge-view .edge-tab a.cur{
	background-position: 0 0;
	color: #0c5895;
}
.edge-cont{
	position: relative;
	width: 922px;
	height: 310px;
	margin: 35px auto 0;
	padding-bottom: 14px;
	/*background: url("../images/about_line02.png") no-repeat center bottom;*/
}
.edge-mask-cont {
	position: absolute;
	left: 0;
	top: 0;
	width: 922px;
	height: 310px;
	margin: 0 auto;
}
.edge-mask-cont .list {
	position: relative;
	width: 922px;
	height: 310px;
	overflow: hidden;
}
.edge-mask-cont ul{
	position: absolute;
	left: 0;
	top: 0;
}
.edge-mask-cont li {
	position: relative;
	width: 872px;
	height: 260px;
	overflow: hidden;
	padding: 25px;
	margin-right: 25px;
	background: #fff;

}
.edge-mask-cont img {
	float: left;
	margin-right: 20px;
}
.edge-mask-cont .cont {
	float: left;
	width: 400px;
}
.edge-mask-cont .tl {
	padding: 0 0 15px ;
	font-weight: bold;
	font-size: 20px;
	border-bottom: 1px solid #e3e3e3;
	color: #195d98;
	line-height: 24px;
	overflow: hidden;
}
.edge-mask-cont .tl a{
	color: #195d98;
}

.edge-mask-cont .txt {
	height:156px;
	font-size: 14px;
	line-height: 26px;
	overflow: hidden;
	margin: 10px 0;
}
.edge-mask-cont .txt p{
	padding: 7px 0;
}
.edge-mask-cont .page-btn ,.cont-scroll-page{
	height: 27px;
	padding: 15px 10px 0 0;
	border-top: 1px solid #e3e3e3;
	overflow: hidden;
}
.cont-scroll-page{
	border-top: 1px dotted #e3e3e3;
}
.edge-mask-cont .page-btn a ,.cont-scroll-page a{
	float: right;
	width: 27px;
	height: 26px;
	background: url("../images/about_btn03.jpg") no-repeat;
}
.cont-scroll-page a{
	background: url("../images/about_btn03.png") no-repeat;
}
.edge-mask-cont .page-btn .down ,.cont-scroll-page .down{
	background-position: -30px -27px;
}
.edge-mask-cont .page-btn .down:hover  ,.cont-scroll-page .down:hover{
	background-position: 0 -27px;
}
.edge-mask-cont .page-btn .up  ,.cont-scroll-page .up{
	margin-left: 5px;
	background-position: -30px 0;
}
.edge-mask-cont .page-btn .up:hover  ,.cont-scroll-page .up:hover{
	background-position: 0 0;
}
.edge-mask-cont .btn {
	position: absolute;
	top: 140px;
	width: 28px;
	height: 52px;
	background: url("../images/about_btn01.gif") no-repeat;
}
.edge-mask-cont .prev {
	left: -90px;
	background-position: 0 -52px;
}
.edge-mask-cont .prev:hover {
	opacity: 0.7;
	filter:alpha(opacity=70);
}
.edge-mask-cont .next {
	right: -90px;
	background-position: -28px -52px;
}
.edge-mask-cont .next:hover{
	opacity: 0.7;
	filter:alpha(opacity=70);
}


/******/
.join-wrap{
	padding: 100px 0 85px;
	background: url("../images/job01.jpg") no-repeat center top fixed #fff;
}
.newsinfo-main.jobinfo-main h2{

	color: #000;
}
.newsinfo-main.jobinfo-main .time{
	color: #797b7d;
}
.newsinfo-main.jobinfo-main .detail{
	color: #444;
}
.newsinfo-main.jobinfo-main .turn{
	border-top-color: #000;
	color: #000;
}
.newsinfo-main.jobinfo-main .turn a{
	color: #666;
}
.newsinfo-main.jobinfo-main .turn a:hover{
	color: #000;
}
.newsinfo-main.jobinfo-main .turn a.back{
	color: #fff;
}
.newsinfo-main.jobinfo-main .hd-tit{
	font-size: 46px;
	color: #808080;
	margin-bottom: 35px;
	text-align: center;
	font-weight: normal;
	line-height: 1.4;
}
.newsinfo-main.jobinfo-main .hd-tit span{
	display: block;
	font-size: 15px;
	font-family: 'Times New Roman';
	text-transform: uppercase;
}
.newsinfo-main.jobinfo-main .bd-tit{
	padding: 25px 15px 20px;
	border-top: 1px solid #b2cbdf;
	font-size: 32px;
	color: #616161;
	text-align: left;
}
.newsinfo-main.jobinfo-main .bd-con{
	padding: 0 15px 20px;
}

.newsinfo-main.jobinfo-main .bd-turn{
	border-color: #c8c9cb;
}
/**关于我们滚动条**/
.profile-view{
	-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;-webkit-user-select:none;
}
.about-scroll{
	position: relative;
	width: 1020px;
	height: 400px;
	overflow: hidden;
	background: url("../images/blank.gif") repeat;
	-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;-webkit-user-select:none;
}
.scroll-obj{
	position: relative;
	width: 1020px;
}
.scroll-obj p{ color:#666; text-indent:2em;
	line-height: 26px;
}
.scroll-bar{
	position: absolute;
	right: 0;
	top: 5px;
	height: 329px;
	width: 11px;
	z-index: 1;
	background: url("../images/bar_bg01.png") no-repeat;
}
.scroll-bar .scroll-btn{
	position: absolute;
	right: 0px;
	width: 11px;
	height: 120px;
	background: url("../images/bar_bg02.png") no-repeat;
	cursor: pointer;
}




/**品牌家族**/
.brand-ban ul li,.brand-ban ul{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.brand-ban ul li{
	opacity: 0;
	filter:alpha(opacity=0);
}
.brand-ban .number {
    bottom: 30px;
    height: 12px;
    position: absolute;
    right: 10%;
    z-index: 1;
}
.brand-ban .number span {
    background: url("../images/banner_btn.png") no-repeat -12px 0;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin-left: 14px;
    overflow: hidden;
    width: 12px;
}
.brand-ban .number span.on {
    background-position: 0 0;
}

.brand-view{
	width: 920px;
	margin-left: -460px;
	margin-top: -200px;
	color: #fff;
}
.brand-view .tit{
	text-align: center;
	height: 150px;
}
.brand-view .tit .en{
	font-size: 30px;
	font-family: "Times New Roman";
}
.brand-view .tit .ch{
	font-size: 32px;
	font-family: "宋体";
	font-weight: bold;
}
.brand-view .cont{
	font-size: 15px;
	line-height: 30px;
	height: 180px;
	margin-bottom: 20px;
}
.brand-view .btns{
	font-size: 14px;
    height: 36px;
    line-height: 36px;
	text-align: center;
}
.brand-view .btns a{
	color: #fff;
    display: inline-block;
    margin: 0 22px;
    width: 159px;
    background: url("../images/brand/bg_btn01.png") no-repeat;
    transition:all 0.3s;
}
.brand-view .btns a:hover{
	opacity: 0.7;
	filter:alpha(opacity=70);
}
.cats-heart{
	position: absolute;
	display: inline-block;
	width: 127px;
	height: 140px;
	top: -70px;
	left: 70px;
	background: url("../images/brand_sign01.png") no-repeat;
}

/* CSS Document  bY:Hsiao*/

.header.scr1000 .menu{
	width: 710px;
	margin-left: -370px;
}
.header.scr1000 .menu ul li{
	padding:0 8px;
}
.header.scr1000 .menu ul li.line{
	padding: 0;
}
.header.scr1000 .lang .ver{
	display: none;
}
.header.scr1000 .lang{
	cursor: pointer;
}

.footer-main.scr1000{
	font-size: 12px;
}
.footer-main.scr1000 .fot-contact{
	width: 200px;
	padding: 0 0 0 8px;
}
.footer-main.scr1000 .fot-nav.nav-fi{
	width: 140px;
}
.footer-main.scr10004 .fot-nav.nav-ot{
	width: 80px;
}
.footer-main.scr1000 .fot-nav dt{
	font-size: 13px;
}

.header.scr1000 .lang .lang-list{
	width: 52px;
	position: absolute;
	right: 0;
	top: 60px;
	background: #fff;
	height: 0;
	overflow: hidden;
}
.header.scr1000 .lang .lang-list a{
	display:block;
	width: 100%;
	line-height: 24px;
	text-align: center;
	background: none;
	margin-left: 0;
	color: #666;
}
.header.scr1000 .lang .lang-list a:hover{
	color: #005aa3;
}/*!
* by zhangxinxu(.com) 2010-?
* https://github.com/zhangxinxu/zxx.lib.css
* under MIT license
*/
/*
* 2010-07-12 v1.0
* 2010-07-21 v1.1 添加block元素居中之auto属性，增加鼠标手形样式
* 2010-09-17 v1.2 添加z-index层级属性
* 2010-09-29 v1.3 添加break-word属性
* 2010-11-12 v1.4 添加white-space:nowrap;值，去掉Georgia字体
* 2011-01-17 v1.5 去除red颜色，添加cell双栏自适应属性，z样式影响扩至IE7，样式位置以及顺序调整，dib样式忽略Firefox 2，去除Lucida Console字体，添加Verdana字体，添加letter-spacing样式
* 2011-07-28 v1.6 增加vertical-align:bottom属性，增加点点点效果多样
* 2012-01-18 v1.7 点点点效果样式去除-moz-前缀，多余；增加修复cell下连续单词字符换行问题；去除.ovs{overflow:scroll;}
                  去除.vimg{margin-bottom:-3px;}
* 2013-05-24 v2.0 为开源到github上做大改
                  1. 增加margin负值范围
                  2. margin/padding增加15px/30px组
                  3. 中文字体改成英文字符表示，例如“微软雅黑” → "microsoft yahei"
                  4. 新增border系列, background-color系列, width(fixed value/percent value)系列以及.ell以下所有样式
* 2013-07-31 v2.1 inline_any等12px字体大小限制去除，inline_box的-3px间距缩进改成-.25em, 以便适应各种字体大小环境
* 2013-09-13 v2.2 12px字体大小限制修改为1px笔误了，应该为1em, 删除-ms-transition
* 2013-10-11 v2.3 float_seven一直没删除，清掉。增加两个绝对定位隐藏：abs_out和abs_clip
* 2013-11-23 v2.4 add p0, ova, f18. 去除trans中-moz-和-o-私有前缀
* 2014-02-26 v2.5 fix two name mistake
* 2014-02-27 v2.6 add fl
*/

/* ---------------------single CSS----------------------- */
/* display */
.dn{display:none;}
.di{display:inline;}
.db{display:block;}
.dib{display:inline-block;zoom: 1;*display: inline;} /* if the element is block level(eg. div, li), using 'inline_any' instead */
/* height */
.h14{height:14px;}
.h16{height:16px;}
.h18{height:18px;}
.h20{height:20px;}
.h22{height:22px;}
.h24{height:24px;}
/* width */
/* fixed width value */
.w20{width:20px;}
.w50{width:50px;}
.w70{width:70px;}
.w100{width:100px;}
.w120{width:120px;}
.w140{width:140px;}
.w160{width:160px;}
.w180{width:180px;}
.w200{width:200px;}
.w220{width:220px;}
.w250{width:250px;}
.w280{width:280px;}
.w300{width:280px;}
.w320{width:320px;}
.w360{width:360px;}
.w400{width:400px;}
.w460{width:460px;}
.w500{width:500px;}
.w600{width:600px;}
.w640{width:640px;}
.w700{width:700px;}
/* percent width value */
.pct10{width:10%;}
.pct15{width:15%;}
.pct20{width:20%;}
.pct25{width:25%;}
.pct30{width:30%;}
.pct33{width:33.3%;}
.pct40{width:40%;}
.pct50{width:50%;}
.pct60{width:60%;}
.pct66{width:66.6%;}
.pct70{width:70%;}
.pct75{width:75%;}
.pct80{width:80%;}
.pct90{width:90%;}
.pct100{width:100%;}
/* line-height */
.lh14{line-height:14px;}
.lh16{line-height:16px;}
.lh18{line-height:18px;}
.lh20{line-height:20px;}
.lh22{line-height:22px;}
.lh24{line-height:24px;}
/* margin */
.m0{margin:0;}
.ml1{margin-left:1px;}
.ml2{margin-left:2px;}
.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.mr1{margin-right:1px;}
.mr2{margin-right:2px;}
.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}
.mt1{margin-top:1px;}
.mt2{margin-top:2px;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mb1{margin-bottom:1px;}
.mb2{margin-bottom:2px;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
/* margin negative */
.ml-1{margin-left:-1px;}
.mr-1{margin-right:-1px;}
.mt-1{margin-top:-1px;}
.mb-1{margin-bottom:-1px;}
.ml-3{margin-left:-3px;}
.mr-3{margin-right:-3px;}
.mt-3{margin-top:-3px;}
.mb-3{margin-bottom:-3px;}
.ml-20{margin-left:-20px;}
.mr-20{margin-right:-20px;}
.mt-20{margin-top:-20px;}
.mb-20{margin-bottom:-20px;}
/* padding */
.p0{padding:0;}
.p1{padding:1px;}
.pl1{padding-left:1px;}
.pt1{padding-top:1px;}
.pr1{padding-right:1px;}
.pb1{padding-bottom:1px;}
.p2{padding:2px;}
.pl2{padding-left:2px;}
.pt2{padding-top:2px;}
.pr2{padding-right:2px;}
.pb2{padding-bottom:2px;}
.pl5{padding-left:5px;}
.p5{padding:5px;}
.pt5{padding-top:5px;}
.pr5{padding-right:5px;}
.pb5{padding-bottom:5px;}
.p10{padding:10px;}
.pl10{padding-left:10px;}
.pt10{padding-top:10px;}
.pr10{padding-right:10px;}
.pb10{padding-bottom:10px;}
.p15{padding:15px;}
.pl15{padding-left:15px;}
.pt15{padding-top:15px;}
.pr15{padding-right:15px;}
.pb15{padding-bottom:15px;}
.p20{padding:20px;}
.pl20{padding-left:20px;}
.pt20{padding-top:20px;}
.pr20{padding-right:20px;}
.pb20{padding-bottom:20px;}
.p30{padding:30px;}
.pl30{padding-left:30px;}
.pt30{padding-top:30px;}
.pr30{padding-right:30px;}
.pb30{padding-bottom:30px;}
/* border-color name rule: border(b)-position(l/r/t/b/d)-width(null/2)-style(null/sh)-color(first one letter/first two letter) |-> All colors are safe color*/
.bdc{border:1px solid #ccc;}
.blc{border-left:1px solid #ccc;}
.brc{border-right:1px solid #ccc;}
.btc{border-top:1px solid #ccc;}
.bbc{border-bottom:1px solid #ccc;}
.bdd{border:1px solid #ddd;}
.bld{border-left:1px solid #ddd;}
.brd{border-right:1px solid #ddd;}
.btd{border-top:1px solid #ddd;}
.bbd{border-bottom:1px solid #ddd;}
.bde{border:1px solid #eee;}
.ble{border-left:1px solid #eee;}
.bre{border-right:1px solid #eee;}
.bte{border-top:1px solid #eee;}
.bbe{border-bottom:1px solid #eee;}
/* background-color name rule: bg - (key word/Hex color) |-> All colors are safe color */
.bgwh{background-color:#fff;}
.bgfb{background-color:#fbfbfb;}
.bgf5{background-color:#f5f5f5;}
.bgf0{background-color:#f0f0f0;}
.bgeb{background-color:#ebebeb;}
.bge0{background-color:#e0e0e0;}
/* safe color */
.g0{color:#000;}
.g3{color:#333;}
.g6{color:#666;}
.g9{color:#999;}
.gc{color:#ccc;}
.wh{color:white;}
/* font-size */
.f0{font-size:0;}
.f12{font-size:12px;}
.f13{font-size:13px;}
.f14{font-size:14px;}
.f16{font-size:16px;}
.f18{font-size:18px;}
.f20{font-size:20px;}
.f24{font-size:24px;}
/* font-family */
.fa{font-family:Arial;}
.ft{font-family:Tahoma;}
.fv{font-family:Verdana;}
.fs{font-family:Simsun;}
/*.fl{font-family:'Lucida Console';}*/
.fw{font-family:'Microsoft Yahei';}
/* font-style */
.n{font-weight:normal; font-style:normal;}
.b{font-weight:bold;}
.i{font-style:italic;}
/* text-align */
.tc{text-align:center;}
.tr{text-align:right;}
.tl{text-align:left;}
.tj{text-align:justify;}
/* text-decoration */
.tdl{text-decoration:underline;}
.tdn,.tdn:hover,.tdn a:hover,a.tdl:hover{text-decoration:none;}
/* letter-spacing */
.lt-1{letter-spacing:-1px;}
.lt0{letter-spacing:0;}
.lt1{letter-spacing:1px;}
/* white-space */
.nowrap{white-space:nowrap;}
/* word-wrap */
.bk{word-wrap:break-word;}
/* vertical-align */
.vm{vertical-align:middle;}
.vtb{vertical-align:text-bottom;}
.vb{vertical-align:bottom;}
.vt{vertical-align:top;}
.vn{vertical-align:-2px;}
/* float */
.fl{float:left;_display:inline;}
.fr{float:right;_display:inline;}
/* clear */
.cl{clear:both;}
/* position */
.rel{position:relative;}
.abs{position:absolute;}
/*z-index*/
.zx1{z-index:1;}
.zx2{z-index:2;}
/* cursor */
.poi{cursor:pointer;}
.def{cursor:default;}
/* overflow */
.ovh{overflow:hidden;}
.ova{overflow:auto;}
/* visibility */
.vh{visibility:hidden;}
.vv{visibility:visible;}
/* zoom */
.z{*zoom:1;}


/* ------------------- multiply CSS ------------------ */
/* 块状元素水平居中 */
.auto{margin-left:auto; margin-right:auto;}
/* 清除浮动*/
/*.fix{*zoom:1;}
.fix:after{display:table; content:''; clear:both;}*/
.clear{zoom:1;}
.clear:after{display:block;clear:both;visibility:hidden;height:0;overflow:hidden;content:".";}
/* 基于display:table-cell的自适应布局 */
.cell{display:table-cell; *display:inline-block; width:2000px; *width:auto;}
/* 双栏自适应cell部分连续英文字符换行 */
.cell_bk{display:table; width:100%; table-layout:fixed; word-wrap:break-word;}
/* 单行文字溢出虚点显 示*/
.ell{text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
/* css3过渡动画效果 */
.trans{
    -webkit-transition:all 0.3s;    
            transition:all 0.3s;
}
/* 大小不定元素垂直居中 */
.dib_vm{display:inline-block; width:0; height:100%; vertical-align:middle;}
/* 加载中背景图片 - 如果您使用该CSS小库，务必修改此图片地址 */
.loading{background:url("../images/loading.gif") no-repeat center;}
/* 无框文本框文本域 */
.bd_none{border:0; outline:none;}
/* 绝对定位隐藏 */
.abs_out{position:absolute; left:-999em; top:-999em;}
.abs_clip{position:absolute; clip:rect(0 0 0 0);}
/* 按钮禁用 */
.disabled{color:#acacac!important; border-color:#acacac!important; text-shadow:1px 1px #fff!important; outline:0!important; cursor:default!important; pointer-events:none;}
.disabled:hover{text-decoration:none!important;}
/*inline-block与float等宽列表*/
.inline_box{font-size:1em; letter-spacing:-.25em; font-family:Arial;}
.inline_two, .inline_three, .inline_four, .inline_five, .inline_six, .inline_any{display:inline-block; *display:inline; letter-spacing:0; vertical-align:top; *zoom:1;}
.float_two, .float_three, .float_four, .float_five, .float_six{float:left;}
.inline_two, .float_two{width:49.9%;}
.inline_three, .float_three{width:33.3%;}
.inline_four, .float_four{width:24.9%;}
.inline_five, .float_five{width:19.9%;}
.inline_six, .float_six{width:16.6%;}
.inline_fix{display:inline-block; width:100%; height:0; overflow:hidden;}


.ablock{
    width: 100%;height: 100%;
    display: block;
    position: relative;
}



 
 
 
html, body{
	position: relative;
}
.header{
	position: relative;
}
.footer{ border-top:6px solid #999;
	background: #222;text-align: center;padding: 20px 0px;
}

.col-xs-12 {
    width: 100%;
}
.footer .share {
    text-align: left;
    margin: 0px auto;
    width: 195px;
    color: #FFF;
    height: 30px;
    line-height: 30px;
}
.copyright { color:#fff;
    text-transform: uppercase;
    margin: 4px 0px 0px;
}





.b-wrap{
	position: relative;
	width: 1005px;
	margin: 0 auto;
}
.brand-banner{
	position: relative;
	z-index: 1;
	height: 554px;
}
.brand-banner li{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 554px;
	display: none;
}
.brand-banner .btn{
	right: 40px;
	height: 12px;
	position: absolute;
	bottom: 80px;
	z-index: 1;
}
.brand-banner .btn span{
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 14px;
	cursor: pointer;
	overflow: hidden;
	background: url("../images/banner_btn.png") no-repeat -12px 0;
}
.brand-banner .btn span.on{
	background-position: 0 0px;	
}

/*Proya*/
.brandp-bg{
	background: #00498b;
}
.brand-wrap{
	position: relative;
}
.brand-blank{
	position: absolute;
	left: 50%;
	top: 491px;
	z-index: 4;
	width: 0;
	height: 105px;
	margin-left: -502.5px;
	background: url("../images/brand/bg_brandmenu.png") no-repeat left;	
}
.brand-menu{
	position: absolute;
	left: 50%;
	top: 491px;
	z-index: 5;
	width: 1005px;
	height: 105px;
	margin-left: -502.5px;
	background: url("../images/brand/bg_brandmenu.png") no-repeat left;
}
.brand-menu ul{
	position: absolute;
	left: 0;
	top: 0;
	width: 1005px;
	height: 105px;
}
.brand-menu li{
	position: relative;
	overflow: hidden;
	width: 159px;
	height: 105px;
	border-right: 1px solid #00427d;
}
.brand-menu li.fi{
	width: 182px;
}
.brand-menu li.si{
	width: 182px;
	border-right: none;
}
.brand-menu li span{
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.brand-menu li.fi span{
	background: url("../images/brand/bg_li01.png") no-repeat left 0;
}
.brand-menu li.se span{
	background: url("../images/brand/bg_li02.jpg") no-repeat left 0;
}
.brand-menu li.th span{
	background: url("../images/brand/bg_li03.jpg") no-repeat left 0;
}
.brand-menu li.fo span{
	background: url("../images/brand/bg_li04.jpg") no-repeat left 0;
}
.brand-menu li.fif span{
	background: url("../images/brand/bg_li05.jpg") no-repeat left 0;
}
.brand-menu li.si span{
	background: url("../images/brand/bg_li06.png") no-repeat left 0;
}
.brand-main{
	position: relative;
	height: 708px;
}
.brand-main .main{
	width: 916px;
	height: 363px;
	padding-top: 143px;
	margin: 0 auto;
	font-size: 15px;
	line-height: 30px;
	color: #fff;
	text-align: center;
}
.brand-main .main p.en{
	font: 30px/50px Times New Roman;
}
.brand-main .main p.tit{
	font: 32px/32px "宋体";
	padding: 12px 0 50px;
}
.brand-main .main img{
	display: block;
	margin: 12px auto 50px;
}
.brand-main .btns{
	width: 890px;
	height: 36px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 36px;
	text-align: center;
}
.brand-main .btns a{
	display: inline-block;
	width: 159px;
	margin: 0 22px;
	background: url("../images/brand/bg_btn01.png") no-repeat;
	color: #fff;
}
.brand-video{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: none;
}
.brand-video .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity = 50); 
	opacity: 0.5;
}
.brand-video .main{
	position: absolute;
	left: 50%;
	width: 760px;
	height: 421px;
	margin-left: -380px;
	border: 8px solid #000;
	background: #000;
}
.brand-video .close{
	position: absolute;
	right: -56px;
	top: -8px;
	width: 47px;
	height: 47px;
	background: url("../images/brand/close01.jpg") no-repeat;
	cursor: pointer;
}
.brand-video .video{
	float: left;
	width: 619px;
	height: 421px;
}
.brand-video .list-box{
	position: relative;
	overflow: hidden;
	float: right;
	width: 130px;
	height: 421px;
}
.brand-video .list-obj{
	position: absolute;
	left: 0;
	top: 0;
	width: 126px;
}
.brand-video .list-obj li{
	width: 126px;
	height: 110px;
	margin-bottom: 7px;
	filter: alpha(opacity = 50); 
	opacity: 0.5;
	cursor: pointer;
}
.brand-video .list-obj li p{
	line-height: 18px;
	color: #fff;
	text-align: center;
}
.brand-video .list-obj li.on, .brand-video .list-obj li.hover{
	filter: alpha(opacity = 100); 
	opacity: 1;	
}
.brand-video .list-bar{
	position: absolute;
	right: 5px;
	top: 0;
	height: 421px;
}
.brand-video .list-btn{
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 160px;
	background: #d6d6d6;
	cursor: pointer;
}
.brandu-bg{
	background: #8dc63f;
}
.bradnu-menu li{
	border-right: 1px solid #7fb239;
}
.bradnu-menu li.fi span{
	background: url("../images/brand/bg_uli01.png") no-repeat left 0;
}
.bradnu-menu li.se span{
	background: url("../images/brand/bg_uli02.jpg") no-repeat left 0;
}
.bradnu-menu li.th span{
	background: url("../images/brand/bg_uli03.jpg") no-repeat left 0;
}
.bradnu-menu li.fo span{
	background: url("../images/brand/bg_uli04.jpg") no-repeat left 0;
}
.bradnu-menu li.fif span{
	background: url("../images/brand/bg_uli05.jpg") no-repeat left 0;
}
.bradnu-menu li.si span{
	background: url("../images/brand/bg_uli06.png") no-repeat left 0;
}
.branda-bg{
	background: #450099;
}
.bradna-menu li{
	border-right: 1px solid #3e0089;
}
.bradna-menu li.fi span{
	background: url("../images/brand/bg_ali01.png") no-repeat left 0;
}
.bradna-menu li.se span{
	background: url("../images/brand/bg_ali02.jpg") no-repeat left 0;
}
.bradna-menu li.th span{
	background: url("../images/brand/bg_ali03.jpg") no-repeat left 0;
}
.bradna-menu li.fo span{
	background: url("../images/brand/bg_ali04.jpg") no-repeat left 0;
}
.bradna-menu li.fif span{
	background: url("../images/brand/bg_ali05.jpg") no-repeat left 0;
}
.bradna-menu li.si span{
	background: url("../images/brand/bg_ali06.png") no-repeat left 0;
}
.brandy-bg{
	background: #c52c6c;
}
.bradny-menu li{
	border-right: 1px solid #b12861;
}
.bradny-menu li.fi span{
	background: url("../images/brand/bg_yli01.png") no-repeat left 0;
}
.bradny-menu li.se span{
	background: url("../images/brand/bg_yli02.jpg") no-repeat left 0;
}
.bradny-menu li.th span{
	background: url("../images/brand/bg_yli03.jpg") no-repeat left 0;
}
.bradny-menu li.fo span{
	background: url("../images/brand/bg_yli04.jpg") no-repeat left 0;
}
.bradny-menu li.fif span{
	background: url("../images/brand/bg_yli05.jpg") no-repeat left 0;
}
.bradny-menu li.si span{
	background: url("../images/brand/bg_yli06.png") no-repeat left 0;
}
.brandc-bg{
	background: #ff95a7;
}
.brandc-menu li{
	border-right: 1px solid #e58696;
}
.brandc-menu li.fi span{
	background: url("../images/brand/bg_cli01.png") no-repeat left 0;
}
.brandc-menu li.se span{
	background: url("../images/brand/bg_cli02.jpg") no-repeat left 0;
}
.brandc-menu li.th span{
	background: url("../images/brand/bg_cli03.jpg") no-repeat left 0;
}
.brandc-menu li.fo span{
	background: url("../images/brand/bg_cli04.jpg") no-repeat left 0;
}
.brandc-menu li.fif span{
	background: url("../images/brand/bg_cli05.jpg") no-repeat left 0;
}
.brandc-menu li.si span{
	background: url("../images/brand/bg_cli06.png") no-repeat left 0;
}
.brando-bg{
	background: #a17b4c;
}
.brando-menu li{
	border-right: 1px solid #916e44;
}
.brando-menu li.fi span{
	background: url("../images/brand/bg_oli01.png") no-repeat left 0;
}
.brando-menu li.se span{
	background: url("../images/brand/bg_oli02.jpg") no-repeat left 0;
}
.brando-menu li.th span{
	background: url("../images/brand/bg_oli03.jpg") no-repeat left 0;
}
.brando-menu li.fo span{
	background: url("../images/brand/bg_oli04.jpg") no-repeat left 0;
}
.brando-menu li.fif span{
	background: url("../images/brand/bg_oli05.jpg") no-repeat left 0;
}
.brando-menu li.si span{
	background: url("../images/brand/bg_oli06.png") no-repeat left 0;
}
.brand-menu li span.focus{
	width: 0;
	z-index: 2;
	background-position: left -105px;
}


/*News*/
.news-wrap{
	padding: 50px 0 85px;
	background: url("../images/brand/bg_news.jpg") no-repeat center top fixed #002a4f;
}
.w956{
	position: relative;
	width: 956px;
	margin: 0 auto;
}
.news-title{
	height: 188px;
	text-align: center;
}
.news-title h2{
	font-weight: normal;
	font-size: 48px;
	line-height: 82px;
	color: #fff;
}
.news-title img{
	display: block;
	margin: 0 auto 30px;
}
.news-title a{
	display: inline-block;
	float: left;
	width: 158px;
	font-size: 14px;
	line-height: 36px;
	color: #fff;
	background: url("../images/newsnav_bg.png") no-repeat 100% 0;
	margin-right: 30px;
}
.news-title a.first{
	margin-left: 300px;
}
.news-title a:hover, .news-title a.on{
	background-position: 0 0;
	
	color: #1f6aad;
}
.news-listin li{
	position: relative;
	width: 917px;
	height: 159px;
	padding: 12px 25px 14px 14px;
	background: #5995ca;
	margin-bottom: 18px;
}
.news-listin li.hover{
	background: #fff;
}
.news-listin .intro{
	float: right;
	width: 680px;
	height: 159px;
	font-size: 12px;
	line-height: 20px;
	color: #97b9db;
}
.news-listin .intro a{
	display: inline-block;
	width: 100%;
	font-size: 14px;
	line-height: 22px;
	color: #c7d9eb;
}
.news-listin .intro a.tit{
	padding-top: 6px;
	font-size: 17px;
	line-height: 26px;
	color: #fff;
}
.news-listin .intro a.more{
	position: absolute;
	right: 52px;
	bottom: 14px;
	width: auto;
	padding-right: 22px;
	font-size: 12px;
	line-height: 30px;
	color: #fefefe;
	background: url("../images/brand/bg_sign01.png") no-repeat right 0;
}
.news-listin li.hover a{
	color: #585858;
}
.news-listin li.hover a.tit{
	color: #000;
}
.news-listin li.hover a.more{
	color: #000;
	background-position: right -30px;
}
.news-listin .intro p{
	padding-bottom: 11px;
	border-bottom: 1px solid #6fa0ce;
	margin-bottom: 7px;
}
.news-listin li.hover p{
	color: #8d8d8d;
	border-bottom: 1px solid #b2b2b2;
}
.news-listin .btn{
	padding-top: 38px;
	height: 40px;
	text-align: center;
}
.news-listin .btn a{
	display: inline-block;
	width: 188px;
	font-weight: bold;
	font-size: 14px;
	line-height: 40px;
	color: #fff;
	background: #5995ca;
}
.news-listin .btn a:hover{
	color: #000;
	background: #fff;
}
.newsinfo-bg{
	width: 820px;
	margin: 0 auto;
	/*background: url("../images/brand/bg_news2.jpg") repeat;*/
	background: #fff;
	padding: 50px;
}
.newsinfo-main h2{
	margin: 0 auto;
	font-weight: normal;
	font-size: 28px;
	line-height: 45px;
	color: #000;
	text-align: center;
}
.newsinfo-main .time{
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 44px;
	color: #9099a3;
	text-align: center;
}
.newsinfo-main .detail{
	font-size: 14px;
	line-height: 26px;
	color: #222;
}
.newsinfo-main .detail img{
	/*display: block;*/
	margin: 0 auto;
	max-width: 820px;
}
.newsinfo-main.jobinfo-main .detail img{
	margin: 0;
	max-width: 100%;
}
.newsinfo-main .detail b{
	font-size: 16px;
	color: #fff;
}
.newsinfo-main .turn{
	position: relative;
	margin-top: 38px;
	border-top: 1px solid #fff;
	padding-top: 30px;
	font-size: 12px;
	line-height: 24px;
	color: #000;
}
.newsinfo-main .turn a{
	color: #000;
}
.newsinfo-main .turn a:hover{
	color: #004b8d;
}
.newsinfo-main .turn a.back{
	display: inline-block;
	position: absolute;
	right: 0;
	top: 30px;
	width: 105px;
	font-size: 14px;
	line-height: 26px;
	color: #fff;
	text-align: center;
	background: url("../images/brand/bg_btn02.png") no-repeat;
}
.newsinfo-main .turn a.back:hover{
	color: #fff;
	background-position: 0 -26px;
}

.news-select{
	position: relative;
	height: 35px;
	z-index: 3;
}
.news-select-box{
	float: right;
	width: 104px;
	height: 22px;
	position: relative;
	background: url("../images/news_sel_bg01.png") no-repeat;
	cursor: pointer;
}
.news-select-box .news-select-cur{
	display: inline-block;
	width: 104px;
	height: 22px;
	text-indent: 9px;
	line-height: 22px;
	color: #fff;
	font-size: 14px;
}
.news-select-box ul{
	display: none;
	position: absolute;
	background: #fff;
	left: 0;
	top: 22px;
	border: 1px solid #afc8dd;
	border-top: 0;
	border-bottom: 0;
}
.news-select-box ul li{
	width: 100%;
	line-height: 24px;
	border-bottom: 1px solid #afc8dd;
}
.news-select-box ul li a{
	display: block;
	padding-left: 9px;
	color: #1f6aad;
	font-size: 14px;
}
.news-select-box ul li a:hover{
	background: #d4e7f8;
}

.fa-cp:before {content: "\f007";}




