/*初始化样式*/
@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
    text-align: left;
}

a {
    text-decoration: none;
}

/*共用样式*/
html {
    font-family: 微软雅黑;
    color: #585858;
}

input {
    outline: none;
}

.banner_img {
    width: 100%;
    overflow: hidden;
    display: block;
    height: 450px;
}

.titleQ {
    margin: 20px 0;
}

.titleQ span {
    font-size: 28px;
    display: block;
    text-align: center;
    color: #333333;
}

.titleQ p {
    text-align: center;
    color: #ff8000;
}
.content11{
    width: 1200px;
    margin: 0 auto;
    display: flex;
}
.content11 div{
    width: 270px;
    height: 350px;
    margin: auto;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
}
.content11 div p{
    height: 65px;
    line-height: 65px;
    background: #ff8000;
    text-align: center;
    color: white;
    border-radius: 6px 6px 0 0;
    font-size: 20px;
}
.content11 div img{
    display: block;
    margin: 20px auto;
}
.content11 div span{
    display: block;
    line-height: 27px;
    width: 90%;
    letter-spacing: 1px;
    margin: auto;
}
.content12{
    width: 1200px;
    margin: 0 auto;
}

.content15 {
    width: 1200px;
    margin: 0 auto;
}

.content15 > ul {
    display: flex;
    width: 1200px;
    height: 250px;
}

.content15 > ul li {
    width: 380px;
    margin: 10px;
    color: white;
}

.content15 > ul li span {
    text-align: center;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 30px auto 18px auto;
}

.content15 > ul li ul {
    margin-left: 10%;
}

.content15 > ul li ul li {
    list-style: disc;
    line-height: 30px;
}

.content15 > ul li a {
    border: 1px solid #fff;
    display: block;
    width: 60%;
    border-radius: 6px;
    text-align: center;
    margin: 20px auto;
    padding: 5px;
    color: white;
}

.content18 {
    width: 1200px;
    margin: 0 auto;
}

.content18 table {
    background: #e4e4e4
}

.content18 table tr {
    /*text-align: center;*/
    letter-spacing: 2px;
}

.content18 table td {
    background: #fff;
    line-height: 28px;
}

.content18 table tr td:nth-of-type(1) {
    width: 190px;
    height: 60px;
    text-align: center;
    padding: 0 15px;
}

.content18 table tr td:nth-of-type(2) {
    width: 400px;
    height: 60px;
    padding: 0 15px;
}

.content18 table tr td:nth-of-type(3) {
    width: 400px;
    height: 60px;
    padding: 0 15px;

}

.content18 table tr td:nth-of-type(4) {
    width: 210px;
    height: 60px;
    text-align: center;
    padding: 0 15px;
}

.content18 table tr:nth-of-type(1) td {
    color: #ffffff;
    background: #ff7f00;
    /*text-align: center;*/
}

.content18 table tr:nth-of-type(2) {
    height: 130px;
}

.content18 table tr:nth-of-type(3) {
    height: 170px;
}

.content18 table tr:nth-of-type(4) {
    height: 130px;
}

.content18 table tr:nth-of-type(5) {
    height: 120px;
}

.content18 table tr:nth-of-type(6) {
    height: 140px;
}

.content5 {
    background: url("../images/index/content5.png");
    width: 1200px;
    height: 318px;
    margin: 20px auto;
}

.content5 > span {
    font-size: 34px;
    display: block;
    text-align: center;
    padding-top: 15px;
    color: #ff8000;
}

.content5 ul {
    width: 1040px;
    margin: 160px auto 0;
    display: flex;
    justify-content: space-between;
}

.content5 ul li {
    width: 180px;
    text-align: center;
}

.content5 ul li span {
    font-size: 20px;
    font-weight: bold;
    line-height: 34px;
}

.content20{
    width: 1220px;
    margin: auto;
}
.content20 ul{
    width: 1220px;
    display: flex;
}
.content20 ul li{
    width: 182px;
    height: 110px;
    border: 1px solid #e5e5e5;
    display: block;
    margin:auto auto 10px;
}
.content20 ul li img{}

@media all and (max-width: 375px) {

}

@media all and (max-width: 320px) {

}