/* CSS Document */
body {
    margin: 0;
    padding: 0;
    font-family: "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
    color: #333;
    background: #F5F5F5;
}

dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p,
img,
table,
tr,
td {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    border: none;
}

em {
    font-style: normal;
}

.clearfix {
    zoom: 1;
}

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

.clear {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
}

a {
    color: #333;
    text-decoration: none;
    line-height: 30px;
}

a:hover {
    color: #f40;
    text-decoration: none;
}

.footer img {
    display: inherit;
}

.mr {
    margin-right: 0 !important;
}

.ml {
    margin-left: 0 !important;
}

/*header*/
/* #header { width:100%; height:402px; background:url(http://u3.huatu.com/jiaoshi/webupload/zhuanti/2017xzgms/hbg.jpg) no-repeat center top;} */
#header {
    width: 100%;
    height: 460px;
    background: url(http://u3.huatu.com/jiaoshi/webupload/zhuanti/2017xzgms/hbg1.jpg) no-repeat center top;
}

#header .wrap {
    width: 1000px;
    height: 460px;
    margin: 0 auto;
    position: relative;
}

/* #header h1{position: absolute;left: 0;top: 64px; width:1000px; font-size:0px;} */

.nav {
    width: 1200px;
    height: 88px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px #E6E6E6;
    margin: 20px auto 2px;
    display: flex;
    align-items: center;
}

.nav .wrap {
    display: flex;
    width: 100%;
}

.nav a {
    width: 20%;
    box-sizing: border-box;
    border-right: 1px solid #E6E6E6;
    font-size: 20px;
    line-height: 75px;
    color: #333;
    text-align: center;
    font-weight: bold;
    position: relative;
    transition: .2s;
}
.nav a::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    width: 0;
    height: 4px;
    background: #54CE97;
    border-radius: 3px;
    margin: 0 auto;
    transition: .2s;
}
.nav a:hover {
    color: #54CE97;
}
.nav a:hover::after{
    width: 20px;
}

.conbox {
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
}

.title {
    height: 70px;
    padding-top: 14px;
    margin: 0 auto;
    text-align: center;
}

.title span {
    display: inline-block;
    height: 48px;
    font-size: 34px;
    font-weight: 600;
    color: #333333;
    line-height: 48px;
    position: relative;
}
.title span::after,.title span::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 67px;
    height: 23px;
    margin: auto 0;
}
.title span::after{
    background: url(https://u3.huatu.com/jiaoshi/webupload/zhuanti/2017xzgms/t_l.png) no-repeat center;
    left: -100px;
}
.title span::before{
    background: url(https://u3.huatu.com/jiaoshi/webupload/zhuanti/2017xzgms/t_r.png) no-repeat center;
    right: -100px;
}

.menu {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.menu span {
    width: 230px;
    height: 52px;
    background: #FFE3C3;
    border-radius: 26px;
    cursor: pointer;
    font-size: 22px;
    font-weight: 500;
    color: #EE7400;
    line-height: 52px;
    margin: 0 8px;
    position: relative;
}

.menu span.cur {
    background: #FF9D2F;
    color: #fff;
    position: relative;
}
.menu span.cur::after{
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -20px;
         width:0px;
        height:0px;
        border:10px solid transparent;
        border-top-color:#FF9D2F;
}
.menu span:hover {
    background: #FF9D2F;
    color: #fff;
}

.txt {
    margin: 0 auto;
    display: none;
    box-sizing: border-box;
    padding: 0 40px;
}

.txt.cur {
    display: block;
}

.title_2 {
    font-size: 20px;
    line-height: 50px;
    color: #333;
}

.title_2 i {
    display: inline-block;
    width: 36px;
    height: 26px;
    margin-right: 12px;
    background:#FF9D2F;
    border-radius: 50%;
    color: #fff;
    line-height: 26px;
    box-sizing: border-box;
    padding-left: 17px;
    font-weight: bold;
    vertical-align: middle;
    font-style: normal;
    background: url(https://u3.huatu.com/jiaoshi/webupload/zhuanti/2017xzgms/t_2.png) no-repeat center;
}
.title_2 i.l{
    padding-left: 10px;
}

.txt img {
    display: block;
    margin: 15px auto;
}

.txt p {
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
}

.txt p em {
    color: #FF6433;
}

.table h4 {
    font-size: 22px;
    line-height: 60px;
    color: #FF6433;
    text-align: center;
}

table {
    width: 800px;
    margin: 0 auto 20px;
    background: #FF9D2F;
}

table tr {
    background: #f5f5f5;
    height: 36px;
    text-align: center;
    font-size: 14px;
    line-height: 36px;
}

table img {
    vertical-align: middle;
}

.thead {
    background: #FF9D2F;
    color: #fff;
    height: 50px;
}