@charset "utf-8";
/* CSS Document  bY:Hsiao*/
.f-cb{
	zoom: 1;
}
.f-cb:after{
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	overflow:hidden;
	content:".";
}
/**头部**/
.header{
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	/*border-top: 12px solid #002a4f;*/
	box-shadow:  0 5px 8px rgba(0,0,0,.1);
	z-index: 3;
}

.header .logo{
	display: inline-block;
	width: 73px;
	height: 60px;
	overflow: hidden;
	vertical-align: top;
}

.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;
}
.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;
}

.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;
	color: #f2f2f2;
}
.header .lang .lang-list a:hover{
	color: #005aa3;
}






.header .menu{
	/*width: 855px;*/
	width: 880px;
	height: 60px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
}
.header .menu ul li{
	position: relative;
	float: left;
	height: 60px;
	padding:0 18px;
	line-height: 60px;
}
.header .menu ul li a.fat{
	display: inline-block;
	line-height: 58px;
	font-size: 14px;
	color: #000;
	padding:0 6px;
}
.header .menu ul li a.fat:hover,.header .menu ul li a.fat.on,.header .menu ul li a.fat.hover{
	border-bottom: 2px solid #004b8d;
	color: #005aa3;
}
.header .menu ul li.line{
	width: 1px;
	padding: 0;
	overflow: hidden;
}

.header .menu ul li .menu-son{
	display: none;
	position: absolute;
	width: 120px;
	top: 60px;
	left: 50%;
	margin-left: -60px;
	overflow: hidden;

}
.header .menu ul li .menu-son-li{
	line-height: 34px;
	padding-top: 8px;
}
.header .menu ul li .menu-son-li a{
	float: left;
	display: inline-block;
	width: 100%;
	padding-left: 24px;
	border-top: 1px solid #fdfdfd;
	border-bottom: 1px solid #ebebeb;

}
.header .menu ul li .menu-son-li a:hover{
	color: #005aa3;
}
.header .menu ul li .menu-son-bot{
	width: 100%;
	height: 17px;
	overflow: hidden;
}


/**底部**/
.footer{
	position: relative;
	width: 100%;
}
.footer .fot-line{
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 20px;
	height: 1px;
	background: #e7e7e7;
	overflow: hidden;
}


.footer-main table{
	width: 100%;
	
}
.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;
	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;

}
.footer-main .fot-foll .foll-box a{
	float: right;
	display: inline-block;
	width: 21px;
	height: 18px;
	margin-left: 8px;
}
/**首页**/
.banner{
	position: relative;
	width: 100%;
	overflow: hidden;
	height: auto !important;
}
.banner ul{
	position: relative;
	width: 100%;
	height: 40.7vw !important;
}
.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;
}
.banner .btn span.on{
	background-position: 0 0px;
}
.banner .line{
	width: 100%;
	height: 55px;
	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;
	overflow: hidden;
	vertical-align: top;
}
.header-con .pull-btn{
	position: absolute;
	width: 70px;
	height: 60px;
	left: 150px;
	top: 0;
	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;*/
	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: 50%;
	left: 50%;
	width: 1140px;
	margin-left: -570px;
}
.viewport-cont .g-tl{
	text-align: center;
}

.view-next {
	position: absolute;
	left: 50%;
	bottom: -60px;
	z-index: 3;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	background: url("http://www.proya-group.com/static/web/css/../img/bg_sign04.png") no-repeat;
}
.view-next:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}
.view-next.blue{
	background: url("http://www.proya-group.com/static/web/css/../img/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("/upload/images/about_dot.png") no-repeat;
}
.fixed-view-ico a:hover, .fixed-view-ico .cur {
	background-image: url("/upload/images/about_dot_hover.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 {
	margin-top: -220px;
	color: #fff;
}

.profile-view .cont {
    position: relative; 
	width: 1140px;
	margin: 0 auto;
	padding-top: 10px;
	font-size: 13px;
	line-height: 28px;
	text-align: justify;

}

.profile-view .view-video a{
	 display: inline-block;
	 width: 158px;
	 height: 36px;
	 text-align: center;
	 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: 620px;
	margin-top: -250px;
	color: #fff;
	overflow: hidden;
}
.viewport-cont .g-tl{
	color: #fff;
    margin-bottom:30px;
}
.viewport-cont .g-tl h2{
	font-size: 48px;
    line-height: 66px;
}
.viewport-cont .g-tl span{
	font-size: 22px;
    line-height: 40px;
    font-family:arial;
}
.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: 364px;
	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: 50px;
	font-size: 14px;
	line-height: 26px;
	height: 175px;
}
.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;
}
.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;
}
.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;
}
.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: #3870a3;
}
.history-view  .campus-cont .cont li strong{
	display: inline-block;
	font-size: 24px;
	font-weight: normal;
}
.history-cont {
	width: 972px;
	margin: 0 auto;
}
.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;
}
.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;
	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;
}
.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;
}
.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: -235px;
}

.contact-view .cont {
	width: 922px;
	margin: 25px auto 0px;
}
.contact-view .cont .map{
	padding-left: 80px;
	width: 504px;
}
.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;
	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;
}
.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;
}

/*-----------*/
.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;
	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;
}
.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: 40px;
}


.campus-cont .btn{
	position: absolute;
	top: 145px;
	display: inline-block;
	width: 28px;
	height: 52px;
}
.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;
	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;
}
.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;
}
.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;
	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.ico:hover{
	margin-top: -5px;
}
.social-link a.so-close{
	display: inline-block;
	position: absolute;
	top: -10px;
	right: -20px;
	width: 16px;
	height: 16px;
	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;
}
.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;
}
.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;
}
.strength-thumb ul li.active p{
	color: #fff;
}

/**五级安全保证程序**/
.safe-view{
	margin-top: -300px;
}
.safe-view .g-tl{
	color: #fff;
}
.safe-view .cont-list{
	width: 952px;
	margin: 50px auto 0;
	padding-top: 100px;
	overflow: hidden;
}
.safe-view .cont-list ul li{
	position: relative;
	width: 130px;
	height: 205px;
	padding: 93px 23px 0;
	margin-right: 18px;
}
.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;
}
.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;
}
.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;
}
.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;
}

.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;
}
.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;
}
.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: 940px;
	height: 350px;
	overflow: hidden;
	-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: 920px;
}
.scroll-obj p{
	line-height: 26px;
}
.scroll-bar{
	position: absolute;
	right: 0;
	top: 5px;
	height: 329px;
	width: 11px;
	z-index: 1;
}
.scroll-bar .scroll-btn{
	position: absolute;
	right: 0px;
	width: 11px;
	height: 120px;
	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("http://www.proya-group.com/static/web/css/../img/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("http://www.proya-group.com/static/web/css/../img/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("http://www.proya-group.com/static/web/css/../img/brand_sign01.png") no-repeat;
}
/*20171103*/
.tec {
	text-align: center;
}
.dbl {
	display: block;
}
.dbi {
	display: inline-block;
}
.opa4 {
	opacity: .4;
	filter: alpha(opacity=40);
}
.tra3s {
	transition: all .3s linear;
}
.width100 {
	width:100%;
}
.cont-p-wrap {
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 50px;
	text-align: left;
}
.investor-intro-img {
	width: 650px;
	margin:0 auto;
}
.pdf-wrap .pdf-a {
	position: relative;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	padding: 0 28px 0 10px;
	border-bottom: 1px dashed rgba(255,255,255,.6);
}
.pdf-wrap .pdf-a:first-child {
	border-top: 1px dashed rgba(255,255,255,.6);
}
.pdf-down-a {
	display: inline-block;
	position: absolute;
	right: 14px;
	top: 1px;
	height: 39px;
	width: 40px;
	background: url("http://www.proya-group.com/static/web/css/../img/apngw.png") no-repeat right 10px center;
}
/*.pdf-wrap1 .pdf-a:hover {
	background: url("http://www.proya-group.com/static/web/css/../img/apngb.png") no-repeat right 10px center;
}*/
.pdf-wrap1 .pdf-a:hover .pdf-time,.pdf-wrap1 .pdf-a:hover .pdf-title {
	color: #004b8d;
}
.pdf-wrap1 .pdf-a:hover .pdf-down-a {
	background: url("http://www.proya-group.com/static/web/css/../img/apngb.png") no-repeat right 10px center;
}
.pdf-wrap1 .pdf-a:hover:before {
	background-color: #004b8d;
}
.pdf-wrap2 .pdf-a .pdf-down-a {
	background: url("http://www.proya-group.com/static/web/css/../img/apngw.png") no-repeat right 10px center;
}
.pdf-wrap2 .pdf-a:hover .pdf-down-a {
	background: #004b8d url("http://www.proya-group.com/static/web/css/../img/apngw.png") no-repeat right 10px center;
}
.pdf-wrap2 .pdf-a:hover {
	background-color: #004b8d;
}
.pdf-wrap .cont {
	box-sizing: border-box;
	padding-right: 14px;
}
.pdf-wrap .pdf-a:before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #fff;
	position: relative;
	/*top: 17px;*/
	border-radius: 50%;
	margin-right: 10px;
}
.pdf-wrap .g-tl {
	margin-bottom: 32px;
}
.pdf-title {
	color: #fff;
	vertical-align: top;
	max-width: 660px;
	margin-right: 14px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.pdf-time {
	color: #fff;
	font-size: 13px;
	vertical-align: top;
}
.pdf-wrap1 .pdf-a:hover .pdf-time {
	color: #004b8d;
}
.investors .slimScrollBar {
	cursor: pointer;
	height: 42px !important;
}
.slimScrollRail {
	/*background: transparent !important;*/
	width: 1px !important;
	right: 6px !important;
}
.hide20171110 {
	display: none !important;
}</style><style media="screen" data-href="http://www.proya-group.com/static/web/css/screen.css?v=v2">@charset "utf-8";
/* CSS Document  bY:Hsiao*/

/*.header.scr1000 .menu{
	width: 736px;
	margin-left: -370px;
}
.header.scr1000 .menu ul li{
	padding:0 9px;
}
.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;
}