/**
* name: common.css
* author: lyf
* addTime: 2015.08.09
* editTime:
* description: 全局和页面头尾样式
*
***/



/********************************
****** name: g-doc
*********************************/

.g-doc
{
    position: relative;
}

/********g-doc end***************/

/********************************
****** name: g-hd
*********************************/

.g-hd {
    width: 100%;
    z-index: 1000;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0;
    background: url(../image/common/headbg.png) repeat left top;
}

.g-hd-cont {
	width: 1200px;
	height: 101px;
	margin: 0 auto;
}

.g-logo {
	float: left;
	padding: 20px 0 0;
}

.g-hd-menu {
	float: left;
	height: 101px;
	line-height: 101px;
	margin: 0 0 0 240px;
}

.g-hd-menu > li {
	position: relative;
	float: left;
	padding: 0 20px;
}

.g-hd-menu > li > a {
	font-size: 16px;
	color: #231815;
}

.g-hd-menu > li > a:hover {
	color: #bb0943;
}

.g-hd-menu > li > a.selected {
	color: #bb0943;
}

.g-hd-menu > li > a.more {
	padding-right: 20px;
	background: url(../image/common/arrow.png) no-repeat right center;
}

.g-hd-menu > li > a.more:hover {
	background: url(../image/common/arrow-hover.png) no-repeat right center;
}

.g-hd-menu .ghe-ul {
	display: none;
	position: absolute;
    left: 0px;
    top: 80px;
    width: 250px;
    padding: 10px 20px 20px 20px;
    text-align: left;
    color: #01499D;
    background-color: #fff;
    z-index: 99;
    box-shadow: 0 1px 5px #ccc;
}

.g-hd-menu .ghe-ul li {

}

.g-hd-menu .ghe-ul li a {
	display: block;
    font-size: 15px;
    line-height: 28px;
    height: 28px;
    text-align: left;
    color: #231815;
    text-decoration: none;
}

.g-hd-menu .ghe-ul li a:hover {
	color: #bb0943;
}

.g-hd-function {
	float: right;
	padding: 38px 0 0;
}

.g-hd-function li {
	float: left;
	padding: 0 5px 0 6px;
}

.g-hd-function li:last-child {
	padding: 0 0 0 6px;
}

.g-hd-function li a.gh-fun-search i {
	font-size: 24px;
	color: #bdbdbd;
}

.g-hd-function li a.gh-fun-cooper {
	display: block;
	width: 24px;
	height: 24px;
	background: url(../image/index/cooperation.png) no-repeat;
}

.g-hd-function li a.gh-fun-resume {
	display: block;
	width: 24px;
	height: 24px;
	background: url(../image/index/recruitment.png) no-repeat;
}

/********g-hd end***************/

/********************************
****** name: g-hd-qsearch
*********************************/

.g-hd-qsearch {
	display: none;
	height: 67px;
	width: 100%;
	position: fixed;
	top: 94px;
	z-index: 1001;
}

.g-hdsearch-cont {
	width: 1200px;
	margin: 0 auto;
	/*padding: 80px 0 0;*/
}

.qsearch-cont {
	width: 294px;
	float: right;
	text-align: right;
}

.qsearch-trigon {
	width: 13px;
	height: 7px;
	margin: 0 0 0 271px;
	background: url(../image/common/trigon.png) no-repeat;
}

.qsearch-mcont {
	width: 294px;
	height: 60px;
	background: #7fb9fb;
}

.qsearch-mcont form {
	float: left;
	margin: 15px 0 0 15px;
}

.qsearch-mcont input[type="text"] {
	float: left;
	width: 200px;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 10px;
	border: none;
	background: #fff;
}

.qsearch-mcont input[type="submit"] {
	float: left;
	width: 40px;
	height: 30px;
	border: none;
	cursor: pointer;
	background: #3179cb url(../image/common/search.png) no-repeat center center;
}

.qsearch-mcont a.qsearch-close {
	float: right;
	width: 9px;
	height: 9px;
	margin: 16px 9px 0 0;
	background: url(../image/common/close.png) no-repeat center center;
}

/********g-hd-qsearch end***************/


/********************************
****** name: 合作意向
*********************************/
.Cooperationbox {
	position: fixed;
	top: 0px;
	_position: absolute;
	_top: expression(documentElement.scrollTop + 0 + "px");
	background: #fff;
	z-index: 9999999999;
	width: 100%;
	display: none;
}

.Cooperationright * {
	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.Cooperation {
	width: 970px;
	margin: auto;
	padding: 35px 0px;
	position: relative;
}

.Cooperationleft {
	float: left;
	width: 450px;
	color: #212121;
}

.Cooperationleft h3 {
	font-size: 40px;
	line-height: 42px;
	color: #e60012;
	padding-bottom: 25px;
}

.Cooperationleft h4 {
	font-size: 43px;
	line-height: 60px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 35px;
	font-family: "Microsoft Yahei";
}

.Cooperationleft h5 {
	font-size: 22px;
	line-height: 26px;
	padding-bottom: 20px;
	font-family: "Microsoft Yahei";
}

.Cooperationleft h5 span {
	font-size: 24px;
	font-weight: bold;
	color: #212121;
}

.Cooperationleft p {
	font-size: 13px;
	line-height: 24px;
	font-family: "Microsoft Yahei";
}

.Cooperationleft p.coopb {
	padding: 35px 0px;
	line-height: 24px;
	font-family: "Microsoft Yahei";
}

.Cooperationright {
	float: right;
	width: 425px;
}

.Cooperationright h3 {
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 10px;
	font-family: "Microsoft Yahei";
}

.Cooperationright ul {
	margin: 0px;
	padding: 0px;
}

.Cooperationright ul li {
	margin: 0px;
	padding: 0px;
	min-height: 46px;
	height: auto !important;
	height: 46px;
	position: relative;
}

.Cooperationright ul li label {
	display: block;
	padding: 6px 10px;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	background: #f6f6f6;
	border: 1px solid #d9d9d9;
}

.Cooperationright ul li label input {
	width: 100%;
	background: none;
	outline: none;
	font-size: 15px;
	font-family: "Microsoft Yahei";
	color: #999999;
	border: none;
}

.Cooperationright ul li label.xingming {
	float: left;
	width: 185px;
}

.Cooperationright ul li label.dianhua {
	float: right;
	width: 185px;
}

.Cooperationright ul.erweima {
	padding-top: 20px;
}

.Cooperationright ul.erweima li label {
	width: 200px;
}

.Cooperationright ul.erweima li img {
	position: absolute;
	left: 240px;
	top: 0px;
}

.Cooperationright h4 {
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 2px 0px 5px;
	color: #1a1a1a;
	line-height: 24px;
	font-family: "Microsoft Yahei";
}

.Cooperationright dl {
	margin: 0px;
	padding: 0px;
	line-height: 24px;
	font-size: 13px;
	color: #212121;
}

.Cooperationright dl dd {
	float: left;
	width: 180px;
	padding-bottom: 5px;
	line-height: 24px;
}

.Cooperationright dl dd input {
	vertical-align: middle;
}

.Cooperationright dl dd span {
	padding-left: 10px;
	vertical-align: middle;
	font-family: "Microsoft Yahei";
}

.Cooperationright dl dd.w220 {
	width: 230px;
}

.Cooperationright dl input[type="radio"] {
	vertical-align: middle;
	display: inline-block;
	margin: 0;
}

.Cooperationright dl em {
	padding: 0 5px 0 0;
}

.Cooperationright p {
	padding-top: 10px
}

.Cooperationright p input {
	border: 2px solid #e81727;
	background: none;
	outline: none;
	font-size: 20px;
	font-family: "Microsoft Yahei";
	font-weight: bold;
	width: 100%;
	color: #e81727;
	padding: 10px 0px;
	cursor: pointer;
}

.Cooperationclose {
	position: absolute;
	right: -70px;
	top: 20px;
	width: 39px;
	height: 39px;
	background: url(../image/common/index_09.png) no-repeat;
	cursor: pointer;
}

.clearfix:after{visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
.clearfix{*zoom:1;}

/********合作意向 end***************/


/********************************
****** name: g-bd
*********************************/

.g-bd
{

    }


/********g-hd end***************/

/********************************
****** name: g-ft
*********************************/

.g-ft {

	text-align: center;
	color: #999;
	background: #272727;
}

.g-ft * {
	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    font-size: 12px;
}

.g-ft-cont {
	height: 190px;
	width: 1200px;
	margin: 0 auto;
}

.g-ft ul.g-ft-links {
	width: 530px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	padding: 21px 0 0;
	text-align: center;
}

.g-ft ul.g-ft-links li {
	float: left;
	padding: 0 11px 0 10px;
	background: url('../image/common/flinebg.png') no-repeat right center;
}

.g-ft ul.g-ft-links li.lastone {
	padding: 0 0 0 10px;
	background: none;
}

.g-ft ul.g-ft-links li a {
	display: block;
	color: #999;
}

.g-ft .copyright {
	line-height: 30px;
	text-align: center;
}

/********g-ft end***************/

/********************************
****** name: 页面滚动提示样式
*********************************/

.btn-scroll-to-top {
    position: fixed;
    display: none;
    bottom: 20px;
    right: 25px;
    z-index: 1020;
    width: 35px;
    height: 35px;
    background: url(../image/common/uptop.png);
}

.btn-scroll-to-top:hover {
	text-decoration: none;
	background: url(../image/common/uptop-hover.png);
}

body .btn-scroll-to-top.in {
    display: block;
}

.fade.in {
    opacity: 1;
}

#fp-nav.left {
    left: 30px;
}

#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    padding-top: 5px;
}

#fp-nav ul, 
.fp-slidesNav ul {
    margin: 0;
    padding: 0;
}

#fp-nav li {
    margin-bottom: 15px;
    background: url(../image/common/ncircle.png) no-repeat;
    width: 16px;
    height: 16px;
    margin-left: 1px;
    display: block;
    position: relative;
    z-index: 1;
    cursor: pointer;
    text-decoration: none;
}

#fp-nav li.active {
    background: url(../image/common/scircle.png) no-repeat;
    width: 16px;
    height: 16px;
    margin-left: 1px;
}

#fp-nav li a {
    border-radius: 50%;
    width: 16px;
    height: 16px;
    margin-left: 1px;
    display: block;
    position: relative;
    z-index: 1;
    cursor: pointer;
    text-decoration: none;
}

#fp-nav li.active span {
    background: #fff;
    width: 8px;
    height: 8px;
    margin: 4px 0 0 4px;
    border: 0 none;
    display: none;
}

#fp-nav li.active span, 
.fp-slidesNav .active span {
    background: #333;
}

#fp-nav span, 
.fp-slidesNav span {
    background-color: #e83415;
    border: 2px solid #fff;
    display: none;
    width: 16px;
    height: 16px;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    z-index: 1;
}

/********页面滚动提示样式 end***************/