﻿
#aboutProya, .vehicle, #joinProya, #aboutProya,#dutyProya {
	position: relative;
	width: 100%;
	height: 715px;
	/*overflow: hidden;*/
	min-width: 950px;
}
#followGeely {
	margin-top: -25px;
}
.viewport {
	position: relative;
	height: 100%;
}
.view-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #e9f2f9;
}
.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: 53%;
	left: 50%;
	width: 920px;
	margin-left: -460px;
}
.viewport-cont .g-tl{
	text-align: center;
}
.viewport-cont .g-tl h2 {
	font-size:48px;
	line-height: 66px;
		 font-weight: normal;

}
.viewport-cont .g-tl span{
	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(bg_sign04.png) no-repeat;
}
.view-next:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}
.view-next.blue{
	background: url(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: 17px;
	height: 17px;
	margin-bottom: 12px;
	background: url(about_dot.png) no-repeat;
	_background: url(about_dot_ie6.png) no-repeat;
}
.fixed-view-ico a:hover, .fixed-view-ico .cur {
	background-image: url(about_dot_hover.png);
	_background-image: url(about_dot_hover_ie6.png);
}
.fixed-view-ico a span{
	display: inline-block;
	width: 0px;
	position: absolute;
	right: 20px;
	top: -6px;
	font-size: 14px;
	line-height: 26px;
	height: 26px;
	font-weight: bold;
	color: #fff;
	text-align: right;
	text-shadow:0 2px 3px rgba(0,0,0,.3);
	overflow: hidden;
	transition:all ease-in 0.4s ;
}
.fixed-view-ico a:hover span, .fixed-view-ico .cur span{
	width: 120px;

}
/* 公司简介 */
.profile-view {
	height: 446px;
	margin-top: -223px;
	color: #fff;
}

.profile-view .cont {
	width: 920px;
	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(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: -230px;
	color: #fff;
	overflow: hidden;
}
.cul-view .g-tl{
	color: #3870a3;
}
.cul-view .about {
	height: 90px;
	padding-top: 10px;
}
.cul-view .list {
	width: 980px;
	margin: 45px auto 0;
}
.cul-view .list li {
	float: left;
	width: 217px;
	height: 334px;
	margin-right: 17px;
	background: #f1f8ff;
	box-shadow: 0 2px 4px rgba(0,0,0,.1);
	text-align: center;
	color: #444;
}

.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{
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}
.cul-view .list a:hover {
	background: #0067b2;
}
.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: 30px;
	font-size: 14px;
	line-height: 26px;
	height: 175px;
	padding-bottom:50px
	
}
.chain-list{
	width: 545px;
	margin:  0 auto;
}
.chain-list ul li{
	width: 63px;
	margin: 0 23px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
}
.chain-list ul li span{
	display: inline-block;
	width: 63px;
	height: 63px;
	background: url(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(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(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: -225px;
}
.history-view .g-tl{
	color: #3870a3;
}
.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(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(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(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(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(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: #fff;
	margin-top: -225px;
}

.contact-view .cont {
	width: 1200px;
	margin: 0px auto 0px;
}
.contact-view .cont .map{
margin-left:-60px
	
}
.contact-view .cont .text{
    margin-left:-60px;
	font-size: 14px;
	line-height: 28px;
}
.contact-view .cont .text .tit{
	font-size: 20px;
	font-weight: bold;
	background: url(about_icon02.png) no-repeat 0 5px;
	padding-left: 24px;
	line-height: 28px;
	margin-bottom: 12px;
}
.contact-view .list li{
	width: 306px;
	border-right: 1px solid #2b70ad;
	text-align: center;
}
.contact-view .list li span{
	display: inline-block;
	width: 44px;
	height: 42px;
	background: url(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{
	font-size: 16px;
	font-weight:bold;
	margin-bottom: 4px;
}
.contact-view .list li .txt{
	font-size: 13px;
}
.contact-view .list li a{
	color: #fff;
}
.contact-view .list li a:hover{
	text-decoration: underline;
}


/**关于我们滚动条**/
.profile-view{
	-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;
}
.about-scroll{
	position: relative;
	width: 940px;
	height: 350px;
	overflow: hidden;
	background: url(blank.gif) repeat;
	-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;
}
.scroll-obj{
	position: relative;
	width: 920px;
}
.scroll-obj p{
	line-height: 26px;
}
.scroll-bar{
	position: absolute;
	right: 0;
	top: 5px;
	height: 329px;
	width: 11px;
	z-index: 1;
	background: url(bar_bg01.png) no-repeat;
}
.scroll-bar .scroll-btn{
	position: absolute;
	right: 0px;
	width: 11px;
	height: 120px;
	background: url(bar_bg02.png) no-repeat;
	cursor: pointer;
}


/***人才理念**/
.campus-view{
	margin-top:-250px;
}
.campus-view .g-tl{
	color:#3870a3;
}
.campus-cont{
	margin-top: 26px;
}


.campus-cont .btn{
	position: absolute;
	top: 145px;
	display: inline-block;
	width: 28px;
	height: 52px;
	background: url(about_btn01.gif) no-repeat;
}
.campus-cont .btn.prev{
	left: -90px;
}
.campus-cont .btn.prev:hover{
	background-position: 0 -52px;
}
.campus-cont .btn.next{
	right: -90px;
	background-position: -28px 0
}
.campus-cont .btn.next:hover{
	background-position: -28px -52px;
}
.campus-cont .cont{
	position: relative;
	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(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;
}