/*初始化样式*/
@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;
}

.content11 {
    width: 1200px;
    height: 470px;
    margin: 20px auto;
    border: 2px #ff8000 dashed;
    border-radius: 8px;
}

.content11 span {
    display: block;
    width: 95%;
    margin: 0 auto;
    line-height: 30px;
    color: #333333;
    letter-spacing: 2px;
}

.content11UL {
    margin-left: 10px;
}

.content11UL li {
    float: left;
    margin: 20px 15px;
}

.content11UL li a div {
    text-align: center;
    color: #ff8000;
}

.content11Form {
    width: 480px;
    float: right;
    margin: 20px;
}

.content11Form p {
    text-align: center;
    letter-spacing: 5px;
    font-size: 22px;
    color: #ff8000;
}

.content11Form input {
    display: block;
    margin: 20px auto;
    line-height: 37px;
    border-radius: 6px;
    outline: none;
    border: 1px solid #e5e5e5;
    color: #333333;
    text-indent: 1em;
    width: 85%;
}

.content11Form button {
    display: block;
    margin: 20px auto;
    line-height: 37px;
    border-radius: 20px;
    outline: none;
    color: #fff;
    background: #ff8000;
    font-size: 16px;
    width: 85%;
    border: none;
    cursor: pointer;
}

.content12{
    width: 1200px;
    display: flex;
    margin: 0 auto;
}
.content12text1{
    width: 364px;
    height: 438px;
    margin: auto;
    background: url("../images/chuzhongsheng/content12img1.png")no-repeat;
}
.content12text2{
    width: 364px;
    height: 438px;
    margin: auto;
    background: url("../images/chuzhongsheng/content12img2.png")no-repeat;
}
.content12text3{
    width: 364px;
    height: 438px;
    margin: auto;
    background: url("../images/chuzhongsheng/content12img3.png")no-repeat;
}
.content12 div p{
    text-align: center;
    color: #ff8000;
    font-size: 22px;
    margin-top: 90px;
    letter-spacing: 2px;
}
.content12 div span{
    display: block;
    width: 87%;
    margin: 15px auto;
    line-height: 27px;
    font-size: 15px;
    letter-spacing: 1px;
}
.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;
}

.title {
    margin: 20px 0;
}

.title span {
    font-size: 28px;
    display: block;
    text-align: center;
    color: #333333;
}

.title p {
    text-align: center;
    color: #999999;
}

.content13{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.content13 >div{
    margin: auto;
    line-height: 27px;
    width: 70%;
    text-align: center;
}
.content13Text{
    display: block;
    margin: auto;
}
.content13Text li{
    width: 380px;
    float: left;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    margin: 10px;
    box-sizing: border-box;
    /*padding-bottom: 10px;*/
}
.content13Text li img{
    display: block;
    margin: auto;
}
.content13Text li span{
    display: block;
    font-size: 14px;
    width: 90%;
    margin:10px auto;
    line-height: 27px;
}
.content14{
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}
.content14left{
    float: left;
    overflow: hidden;
    border: 1px solid #e4e4e4;
    width: 950px;
}
.content14left img{
    float: left;
    margin: 20px;
}
.content14left div{
    width: 620px;
    margin-left: 20px;
    float: left;
}
.content14left span{
    line-height: 37px;
    font-size: 24px;
    display: block;
    margin-top: 10px;
    margin-left: 10px;
    color: #ff8000;
    margin-bottom: 10px;
}
.content14left p{
    line-height: 32px;
    margin:0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.content14left p font{
    font-weight: bold;
}
.content14right{
    float: right;
    width: 246px;
    border: 1px solid #e4e4e4;
    background: #f2f2f2;
    height: 395px;
}
.content14right a{
    background: #FFFFFF;
    line-height: 40px;
    width: 210px;
    display: block;
    color: #666;
    margin: 30px auto;
    font-size: 18px;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 25px;
}
.content14right a:hover{
    color: #ffffff;
    background: #ff8000;
}

@media all and (max-width: 375px) {

}

@media all and (max-width: 320px) {

}