﻿@charset "utf-8";
html,body,.index{width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    min-width: 1200px;
    max-width: 1920px;
    background-color: #ffffff;
    height: auto;
    overflow-x: hidden;
    font-family: "Microsoft YaHei"}
.wrap{height: 100%;}
/*nav*/
.navBg{width: 100%;z-index: 9999999;top: 0;height: 60px;background-color: #fff;}
.navBox{width:1200px;height: 100%;margin: 0 auto;}
.navBox .nav{width: 100%;height: 100%;}
.navBox .nav li{float: left;width: 11%;margin: 0 10px;}
.navBox .nav li a{color: #000;display:block;font-size: 18px;text-align: center;line-height: 60px;box-sizing: border-box;}
.navBox .nav li.on a{font-weight: bold;color: #fff;background-image: linear-gradient(135deg,#4ba6ec 30%,#40c799 70%);}
.navBox .nav li a:hover{font-weight: bold;background-image: linear-gradient(135deg,#4ba6ec 30%,#40c799 70%);color: #fff;}
/*banner*/
.banner img{width: 100%;display: block;}
.content_box{background-color: #dffce2;}
.message_box{width: 1200px;margin: 0 auto;padding-top: 40px;}
.message p{font-size: 16px;text-indent: 2em;line-height: 33px;}
.message{margin-top: 55px;padding: 70px 80px;background: #fff url(./images/content-bg.png) no-repeat center top 65px;border: 3px solid #12c082;border-radius: 25px;}
.message2{margin-top: 55px;padding: 40px 55px 150px;background-color: #fff;border: 3px solid #12c082;border-radius: 25px;}
.message2 p.title_p{background-color: #13af68;border: 1px solid #37aac9;border-radius: 30px;text-align: center;line-height: 35px;font-size: 18px;color: #fff;letter-spacing: 1px;font-weight: bold;width: 160px;margin: 0 auto;}
.message2 p{font-size: 16px;}
.message2>img{display: block;margin: 35px auto 50px;}
.message2_p{padding: 0 50px;margin: 25px 0 60px;}
.message2_p p{line-height: 30px;}
.message2_p p span{color: #00744a;}
.hint{margin: 30px 0 60px;font-size: 14px;color: #000;text-align: center;}
.hint span{font-weight: bold; color: #007c3e;}
.message3{padding: 70px 80px;}
.branch ul::after{content: ""; display: block;clear: both;}
.branch li{width: 185px;height: 53px;float: left;margin: 10px 30px;background: transparent url(./images/jobs-bg.png) no-repeat;}
.branch li{color: #fff;font-weight: bold;font-size: 20px;padding: 10px 0 0 15px;letter-spacing: 1px;cursor: pointer;user-select: none;}
.job_box ul>li{margin-top: 30px;}
.job_title{font-size: 20px;text-align: left;margin: 0 30px;padding: 0 40px;line-height: 60px;background-color: #a5ecc8;}
.job_title span{color: #fff;display: inline-block;background-color: #22adc2;line-height: 33px;padding: 0 22px;border-radius: 30px;cursor: pointer;}
.job_title a{display: inline-block;margin-left: 25px;line-height: 33px;color: #fff;padding: 0 22px;border-radius: 30px;background-color: #007c3e;}
.job_title strong{color: #007c3e;}
.job_message{padding: 25px 40px 40px;text-align: left;margin: 0 30px;line-height: 30px;}
.job_title p{float: right;display: inline-block;}
.jobNameON{background: transparent url(./images/jobs-bg2.png)no-repeat !important;}
/*footer*/
.bottom{width: 100%; margin-top: 60px;}
.bottom img{display: block;}
.footer{text-align: center;color: #1b5811;font-size: 16px;line-height: 50px;width: 100%;height: 50px;bottom: 5px;position: absolute;z-index: 999;}
.footer a{color: #1b5811;}
.footer a:hover{text-decoration: underline;}