/*初始化样式*/
@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;
    margin: 20px auto;
    display: flex;
}
.content11 >div{
    width: 381px;
    height: 450px;
    margin: auto;
    background: #f2f2f2;
    position: relative;
}
.content11>div>div{
    width: 381px;
    height: 89px;
    background: url("../images/diqin/content11img.png");
    line-height: 80px;
    color: #ffffff;
    text-align: center;
    font-size: 25px;
}
.content11 div span{
    display: block;
    width: 90%;
    margin: 10px auto;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 2px;
    text-indent: 2em;
}
.content11 div a{
    position: absolute;
    bottom: 20PX;
    left: 85px;
    width: 50%;
    line-height: 35px;
    border: 1px solid #ff8800;
    text-align: center;
    border-radius: 20px;
    color: #ff8800;
}
.content12{
    width: 1200px;
    margin: 20px auto;
    display: flex;
}
.content12 div{
    width: 220px;
    height: 320px;
    margin: auto;
    border: 1px solid #e5e5e5;
}
.content12 div img{
    margin: 10px auto;
    display: block;
}
.content12 div p{
    line-height: 39px;
    font-size: 22px;
    color: #ff8000;
    text-align: center;
    font-family: 宋体, serif;
}
.content12 div span{
    display: block;
    width: 90%;
    margin: auto;
    letter-spacing: 2px;
    line-height: 27px;
}
.content13{

}
.content13text{
    width: 1200px;
    display: flex;
    margin: auto;
}
.content13text div{
    width: 282px;
    height: 380px;
    margin:10px auto;
}
.content13text div img{}
.content13text div p{
    height: 40px;
    background: #f2f2f2;
    color: #ff8000;
    text-align: center;
    margin-top: -4px;
    line-height: 40px;
    font-size: 18px;
}
.content13text div span:nth-of-type(1){
    display: block;
    color: #00bbff;
    line-height: 30px;
    margin-left: 5px;
}
.content13text div span:nth-of-type(2){
    line-height: 27px;
    letter-spacing: 1px;
    font-size: 14px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.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;
}

.titlegzs {
    margin: 20px auto;
    width: 1200px;
}
.titlegzs ul{
    width: 1200px;
    position: absolute;
    margin: 0 auto;
}
.titlegzs ul li{
    border: 1px solid #c7c7c7;
    float: left;
    font-weight: 900;
    padding: 2px 3px;
    color: #333;
    border-radius: 5px;
    margin-left: 10px;
    font-family: 楷体;
}
.titlegzs span {
    font-size: 28px;
    display: block;
    text-align: center;
    color: #333333;
}

.titlegzs p {
    text-align: center;
    color: #ff8000;
}

.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) {

}