﻿* {
    box-sizing: border-box;
}
html{background: url(img/bg2.png) repeat-y;}
body {
    background: url("img/bg.jpg") no-repeat center top;
    min-width: 1150px;
}
header, section {
    width: 1000px;
    margin: 0 auto;
}
header {
    height: 80px;
    line-height: 80px;
}
.logo {
    float: left;
}
.nav {
    float: right;
}
.nav a {
    height: 78px;
    color: #FFFFFF;
    font-size: 16px;
    display: inline-block;
    line-height: 80px;
    text-align: center;
}
.nav li {
    list-style-type: none;
    height: 78px;
    font-size: 16px;
    display: inline-block;
    padding: 0 20px;
}
.on a {
    color: #53e4c7;
    border-top: solid 5px #53e4c7;
}
.com {
    /*border-left: solid 2px rgba(255, 255, 255, 0.3);
    border-right: solid 2px rgba(255, 255, 255, 0.3);*/
}
.hr {
    height: 2px;
    background-color: rgba(255, 255, 255, 0.3);
    margin-bottom: 600px;
}
section {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 48px;
    text-indent: 30px;
}
.title img {
	margin-top: 20px;
    /*margin-left: -130px;*/
}
.sh {
    margin: 135px auto 0 auto;
}
.contact{
    font-size: 28px;
    /*padding-top: 200px;*/
    text-align: center;
    /*margin-bottom: 150px;*/
}
.cont-box{
    text-align: left;
    font-size: 24px;
    margin: 30px 90px;
    line-height: 130% !important;
}
table{
    margin: 25px auto 0 auto;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: bold;
}
table tr{
    height: 68px;
    text-align: center;
}
table tr:nth-child(odd){
    background-color: #284b89;
}
table tr:nth-child(even){
    background-color: #4369ab;
}
table tr td img{width: 65%;}
.yaoqiu{
    padding: 47px 0 0 105px;
    width: 1000px;
    height: 250px;
    font-size: 20px;
    margin: 30px auto 60px auto;
    background: url("img/job-p0.png") no-repeat;
    background-size: 100%;
}
.swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 600px;
    height: 400px;
}
.lunbo{
    display: flex;
}
.swiper-button-next,.swiper-button-prev{
    position: inherit;
    top: inherit;
    height: inherit;
}
.swiper-button-prev{
    margin-right: 30px;
    background-image: url("img/swiperb1.png");
}
.swiper-button-next{
    margin-left: 30px;
    background-image: url("img/swiperb2.png");
}
.copyr{color: #fff;font-size: 14px;text-align: center;padding: 30px 0;margin-top: 85px;}