﻿@charset "utf-8";
html,body{width: 100%;min-width: 1250px;font-family: "Microsoft YaHei";}
h1,h2{
    width: 100%;
}
img{display: inline-block;}
.wrap{position: relative;width: 100%;}
.banner{width: 100%;position:relative;}
.banner img{width: 100%;}
/*nav*/
.navBg{width:  100%;z-index: 99;background-color: #fff;position: relative;top: 0;}
.navBox{width: 1100px;margin: 0 auto;overflow: hidden;padding-bottom: 2px;}
.navBox .logo{float: left;display: block;margin-top: 10px;}
.navBox .nav{float: right;margin: 0 auto;line-height: 65px;}
.nav a{color: #434343;display: block;}
.nav li{float: left;font-size: 20px;text-align: center;letter-spacing: 2px;width: 120px;margin: 0 10px;}
.nav li a::after{
    display: block;
    opacity: 0;
    content: "";
    margin: 0 auto;
    width: 60px;
    height: 8px;
    border-radius: 3px;
    background-color: #e60012;
}
.nav li.on a::after,.nav li:hover a,.nav li:hover a::after{
    opacity: 1;
    color: #e60012;
}
.cont_img{margin: 0 auto;}
.cont_img img{display: block;margin: 0 auto;}
.title_box{background: transparent url(./images/title_bg.png)no-repeat;background-size: 100% 100%;height: 100px;width: 420px;font-size: 36px;padding: 5px 0 0 135px;font-weight: bold;letter-spacing: 2px;color: #962929;user-select: none;margin: 65px auto 20px;box-sizing: border-box;}
.title_box2{background: transparent url(./images/title_bg2.png)no-repeat;background-size: 100%;height: 80px;width: 350px;font-size: 30px;padding: 30px 0 0 83px;font-weight: bold;letter-spacing: 2px;color: #c12338;user-select: none;margin: 60px auto 25px;box-sizing: border-box;}
.container1{width: 100%;background: transparent url(./images/page1_bg.jpg)no-repeat;background-size: 100% 100%;padding-bottom: 200px;}
.container2{width: 100%;background: transparent url(./images/page3_bg.jpg)no-repeat;background-size: 100% 100%;padding-bottom: 200px;}
.container3{width: 100%;background: transparent url(./images/page2_bg.jpg)no-repeat bottom;background-size: 100% 100%;padding-bottom: 200px;}
.container>div{width: 1000px;margin: 0 auto;padding-top: 1px;}
.container>div p{
    text-indent: 2em;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
}
.container .cont_img{
    margin-bottom: 40px;
}
.content{width: 1000px;margin: 0 auto;position: relative;top: -180px;padding-bottom: 320px;}
.job_box{
    width: 1000px;
    margin: 0 auto;
}
.job_box table{
    width: 100%;
}
.job_box table tr:first-child{background: linear-gradient( 90deg, #ff8d42, #dc5106 );font-size: 22px;color: #fff;line-height: 55px;}
.job_box table tr td{text-align: center;}
.job_box table tr+tr{padding: 0 20px;box-sizing: border-box;}
.job_box table tr+tr td{background-color: #fdf4ce;font-size: 18px;line-height: 50px;color: #373956;}
.job_box table tr+tr td a{padding: 3px 20px;background: linear-gradient( 180deg, #dc3a00, #ff8d42 );border-radius: 30px;color: #fff;}
.job_box table tr:first-child td:first-child{border-top-left-radius: 30px;}
.job_box table tr:first-child td:first-child{border-bottom-left-radius: 30px;}
.job_box table tr:first-child td:last-child{border-top-right-radius: 30px;}
.job_box table tr:first-child td:last-child{border-bottom-right-radius: 30px;}
.job_mb td{height: 20px;background-color: transparent !important;}
.footer p{color: #fff;text-align: center;font-size: 16px;width: 100%;line-height: 45px;position: absolute;z-index: 999;bottom: 0;}
.footer{
    width: 100%;
    position: relative;
    margin-top: -50px;
}
.footer a{}
.footer img{
    width: 100%;
    display: block;
}
button, input, optgroup, option, select, textarea {font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;outline: 0;}