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

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Microsoft YaHei";
    font-weight: normal;
    font-size: 14px;
    line-height: 23px;
    color: #7c7b7b;
    background: #fff;
}

ol,
ul,
li {
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    text-align: left;
}

th,
td {
    border-collapse: collapse;
}

caption {
    text-align: left;
}

img {
    border: 0;
    display: block;
    width: 100%;
    height: auto;
}

img.ie6 {
    vertical-align: text-bottom;
}

.readTips {
    margin: 0 auto;
    width: 1200px;
    padding: 20px 0px;
    text-align: center;
    background: #f8f8f8;
}

/*ie6Í¼Æ¬·ÖÁÑÊ¹ÓÃ*/

button {
    cursor: pointer;
}

h4 {
    font: 14px / normal "Microsoft YaHei", "Microsoft JhengHei";
    color: #000;
    font-weight: bold;
}

.clear_both {
    clear: both;
}

.clear_fix {
    zoom: 1;
}

.clear_fix:after {
    display: block;
    clear: both;
    content: ".";
    visibility: hidden;
    height: 0;
    font-size: 0;
}


/*¶¨ÒåÎ¢ÈíÑÅºÚ×ÖÌå*/

#wrap {
    width: 100%;
    margin: 0 auto;
    min-width: 1000px;
}

.copyright {
    width: 100%;
    width: 1200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    margin-top: 140px;
    color: #fff;
    font-size: 12px;
    background: #1d7dc4;
    min-width: 1000px;
}

.copyright img {
    display: inline-block;
    width: 12px;
}

/*导航样式*/

.header {
    width: 1200px;
    min-width: 1200px;
    width: 1200px\9;
    margin: 0 auto;
    margin-top: -60px;
    position: relative;
    z-index: 99;
    /*background: url(../images/nav-bg.png) left top no-repeat;*/
   background: #c0e2f7;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.content {
    width: 960px;
    margin: 0 auto;
}

.nav>li {
    float: left;
    color: #1d7dc4;
    font-size: 24px;
    width: 25%;
    text-align: center;
}

.nav>li>a {
    display: block;
    color: #1d7dc4;
    font-size: 24px;
    text-decoration: none;
    line-height: 50px;
    height: 60px;
}

.nav>li.on>a {
    font-weight: bold;
    font-size: 25px;
    background: url(../images/on.png) center 85% no-repeat;
}
.nav>li>a:hover,
.nav li a:active {
    font-size: 25px;
    font-weight: bold;
    background: url(../images/on.png) center 85% no-repeat;
}

.banner {
    margin: 0 auto;
    width: 1200px;
    padding: 0 0 60px;
}

.banner img {
    width: 100%;
}

.main {
    width: 1200px;
    background: #fff;
    margin: 0 auto;
}

/*职位页*/

.job {
    width: 930px;
    padding-top: 40px;
}

.indexPage {
    float: right;
    padding-top: 20px;
}

.indexPage .job {
    width: 930px;
    margin-left: 15px;
    padding-top: 40px;
}

.btn6 {
    width: 388px;
    margin: 0px auto;
    padding-top: 100px;
}

.btn7 {
    width: 388px;
    margin: 0px auto;
    padding-top: 100px;
}

.job>p {
    width: 388px;
    margin: 0 auto;
    margin-bottom: 40px;
    position: relative;
    z-index: 999;
}


.job>.btn1 img {
    width: 155px;
    margin: 0 auto;
    padding-bottom: 10px;
}

.job>.btn1 {
    cursor: pointer;
}

.jobs {
    width: 930px;
    background: #f8f8f8;
	padding: 24px 0;
	margin-bottom: 40px;
    display: none;
}

.show {
    display: block;
}

.job-info {
    display: none;
    padding: 0 60px;
}

.job-info.on {
	display: block;
}

.job-info h2 {
    font-size: 18px;
    color: #272727;
    font-weight: normal;
    line-height: 35px;
    overflow: hidden;
}

.job-info h2 span {
    font-size: 20px;
    color: #2a9fe4;
    font-weight: bold;
}

.btn {
    font-size: 16px;
    line-height: 35px;
    height: 37px;
    background: #1d7dc4;
    border-radius: 5px;
    text-align: center;
    width: 120px;
    float: right;
    color: #fff;
}

.menu {
    float: left;
    width: 250px;
    margin-top: 20px;
    z-index: 999;
}

.menu dd {
    height: 60px;
    line-height: 60px;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    background: #abb7be;
    font-size: 20px;
    cursor: pointer;
}

.menu dd a {
    color: #fff;
}

.menu dd.active {
    background: #2a9fe4;
}

/*Q&A页*/

.qa {
    width: 930px;
    margin-top: 10px;
}

.qas {
    margin-bottom: 40px;
    padding: 50px 60px;
    background: #f8f8f8;
}

.qas h5 {
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    color: #1f1f1f;
}

.qas img {
    width: 38px;
    float: left;
    margin-right: 5px;
}

.qas p {
    padding-left: 43px;
    color: #1f1f1f;
    font-size: 18px;
    line-height: 35px;
}

.qas p span {
    color: #ff461b;
}

/*行程页*/

.job>strong {
    width: 100%;
    font-size: 28px;
    color: #ff3000;
    text-align: center;
    display: block;
    padding-top: 50px;
}

.positon_area img { 
	width: auto; 
}

.content_tab {
	width: 100%;
	margin: 0 0 40px;
}
.content_tab ul {
	text-align: center;
}
.content_tab li {
	display: inline-block;
	width: 260px;
	height: 48px;
	background: #aab7bf;
	margin: 0 8px 10px;
	font-size: 18px;
	line-height: 48px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.content_tab li.on {
	background: #2a9fe4;
}
.content_tab li:hover {
	background: #2a9fe4;
}
