/*初始化样式*/
@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
    text-align: left;
}

a {
    text-decoration: none;
}

/*共用样式*/
html {
    font-family: 微软雅黑;
    color: #666666;
}

input {
    outline: none;
}

.headerpag {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.headerpageleft img {
    float: left;
    padding: 20px 0;
}

.headerpageright {
    float: right;
}

.headerpageright div {
    float: left;
    margin: 38px 10px;
}

.headerpageright div span {
    display: block;
    color: #666666;
    font-size: 26px;
}

.headerpageright img {
    float: right;
}

nav {
    background: #005ea4;
    height: 56px;
    margin-bottom: 2px;
}

nav ul {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

nav ul li {
    width: 95px;
}

nav ul li:hover {
    cursor: pointer;
}

nav ul li > a {
    line-height: 56px;
    color: white;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
}

nav ul li > a:hover {
    /*color: black;*/
    /*display: block;*/
    /*background: #00bbff;*/
}

.banner_img {
    width: 100%;
    overflow: hidden;
    display: block;
    height: 450px;
}

.banner_img .swiper-slide {
    width: 100%;
    overflow: hidden;
    display: block;
}

.banner_img .swiper-slide img {
    /*width: 1920px;*/
    /*margin: 0 calc(50% - 960px);*/
}

.content1 {
    width: 100%;
    height: 460px;
    overflow: hidden;
    background: #f2f2f2;
}

.content1Text {
    width: 1200px;
    margin: 0 auto;
}

.content1Text_img {
    width: 545px;
    height: 361px;
    margin: 60px auto auto 0;
    display: inline-block;
}

.content1Text_img img {
    width: 100%;
}

.content1Text_con {
    width: 650px;
    height: 410px;
    float: right;
    /*margin-right: 80px;*/
}

.content1Text_con p {
    text-align: center;
    font-size: 38px;
    margin: 30px auto 10px;
    color: #005ea4;
    font-weight: bold;
}


.content1Text_con span {
    text-indent: 2em;
    display: block;
    line-height: 34px;
    width: 90%;
    margin: auto;
    font-size: 18px;
    letter-spacing: 3px;
}

.content1A {
    display: block;
    margin: 20px auto;
    width: 250px;
    height: 45px;
    background: #f28a1b;
    border-radius: 20px;
    line-height: 45px;
    text-align: center;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 18px;
}

.title {
    width: 100%;
    height: 120px;
}

.title span {
    text-align: center;
    font-size: 38px;
    display: block;
    line-height: 120px;
    color: #005ea4;
    font-weight: bold;
}

.content2 {
    width: 1200px;
    margin: 0 auto;
}

.content2 ul {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}

.content2 ul li {
    width: 280px;
    height: 405px;
    position: relative;
}

.content2 ul li b {
    font-size: 22px;
    text-align: center;
    width: 100%;
    display: block;
}

.content2 ul li img {
    display: block;
    margin: 20px auto 10px;
}

.content2 ul li span {
    position: absolute;
    font-size: 21px;
    display: block;
    text-align: center;
    line-height: 40px;
    left: 100px;
    top: 260px;
    cursor: pointer;
    color: #ffffff;
}

.content2 ul li p {
    margin: 3px 20px;
    line-height: 20px;
    font-size: 14px;
}

.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: 25px;
    display: block;
    margin-top: 10px;
    /*margin-left: 10px;*/
    color: #005ea4;
    text-align: center;
    margin-bottom: 10px;
}

.content14left p {
    line-height: 30px;
    margin: 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.content14left a{
    display: block;
    color: #005ea4;
    border: 1px solid #005ea4;
    width: 60%;
    text-align: center;
    line-height: 38px;
    border-radius: 20px;
    margin: 10px auto;
}
.content14left a:hover {
    color: #ffffff;
    background: #005ea4;
}
.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: #005ea4;
}

.content7text3 {
    display: block;
    width: 1200px;
    margin: 0 auto;
}

.content7text3 ul {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}

.content7text3 ul li {
    width: 280px;
    background: #f2f2f2;
    height: 450px;
}

.content7text3 ul li img {
    display: block;
    margin: 0 auto;
}

.content7text3 ul li img:nth-of-type(1) {
    margin-top: 30px;
}

.content7text3 ul li span {
    font-size: 20px;
    font-weight: bold;
    display: block;
    text-align: center;
    line-height: 40px;
    margin: 0 auto;
    width: 80%;
    color: #005ea4;
    border: 1px solid #005ea4;
}

.content7text3 ul li p {
    margin: 10px 20px;
    line-height: 30px;
    font-size: 18px;
}

.content4 {
    width: 100%;
    margin: 50px auto;
    background: url("../images/index/content4.jpg");
    padding-bottom: 50px;
}

.content6 {
    width: 1200px;
    height: 370px;
    margin: auto;
    background: white;
    padding-top: 40px;
    overflow: hidden;
}

.content6text1 {
    width: 670px;
    height: 340px;
    float: left;
    box-sizing: border-box;
    border-right: 1px solid #dcdcdc;
}

.content6text2 {
    width: 520px;
    height: 340px;
    float: right;
}

.content6title span {
    color: #005ea4;
    font-size: 22px;
    font-weight: 600;
    margin-left: 30px;
}

.content6title a {
    float: right;
    margin-right: 50px;
    cursor: pointer;
    color: #666666;
}

.content6new {
    width: 615px;
    overflow: hidden;
}

.content6new a {
    color: #666666;
}

.content6new div:nth-of-type(1) {
    margin: 25px 20px 0px 30px;
    float: left;
}

.content6new div:nth-of-type(2) {
    margin-top: 30px;
}

.content6new div:nth-of-type(2) p {
    line-height: 33px;
    font-weight: 600;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.content6new div:nth-of-type(2) span {
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.content6text2 ul {
    width: 90%;
    margin-left: 10px;
    margin-top: 10px;
}

.content6text2 li {
    list-style: disc;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 32px;
    font-size: 14px;
}

.content6text2 li a {
    color: #666666;
}

.content6text2 li span {
    float: right;
}

.content5 {
    width: 1200px;
    border: 1px solid #eeeeee;
    padding: 10px;
    margin: auto;
    overflow: hidden;
    display: flex;
}

.content5left {
    height: 375px;
}

.content5middle {
    margin-left: 20px;
}

.content5middle ul li {
    float: left;
    margin: 0 0 8px 10px;
}

.content5right {
    height: 375px;
}

.weizhi {
    width: 100%;
    margin: 2px auto;
}

.weizhi span {
    display: block;
    line-height: 20px;
}

.content8 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.content8left{
    width: 340px;
    float: left;
}
.content8left1{
    width: 310px;
    height: 350px;
    border: 1px #dcdcdc solid;
    margin-bottom: 20px;
}
.content8left1 ul{
    width: 98%;
    display: block;
    margin: auto;
}
.content8left1 ul li{
    border-bottom: 1px solid #dcdcdc;
    line-height: 42px;
    text-align: center;
}
.content8left1 ul li img{
    vertical-align: middle;
}
.content8left2{
    width: 310px;
    height: 350px;
    border: 1px #dcdcdc solid;
    margin-bottom: 20px;
}
.content8left2 ul{
    width: 98%;
    display: block;
    margin: auto;
}
.content8left2 ul li{
    border-bottom: 1px solid #dcdcdc;
    line-height: 42px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-indent: 1em;
    font-size: 14px;
}
.content8left3{
    width: 310px;
    height: 454px;
    border: 1px #dcdcdc solid;
    margin-bottom: 20px;
}
.content8left3 ul{
    width: 98%;
    display: block;
    margin: auto;
}
.content8left3 ul li{
    border-bottom: 1px solid #dcdcdc;
    line-height: 40px;
    height: 80px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-left: 10px;
    font-size: 17px;
}
.content8left3 ul li span{
    font-size: 12px;
    display: inline-block;
    margin-left: 15px;
    color: #999999;
}
.content8left p{
    background: #005ea4;
    width: 310px;
    height: 50px;
    line-height: 50px;
    color: white;
    text-align: center;
    font-size: 20px;
}

.content8righttext {
    border: 1px solid #e4e4e4;
    overflow: hidden;
    padding: 10px 0;
    margin-bottom: 20px;

}

.content8righttext a {
    color: black;
    line-height: 28px;
    font-weight: bold;
}

.content8righttext div:nth-of-type(1) {
    width: 100px;
    border-right: 1px solid #e4e4e4;
    height: 70px;
    float: left;
}

.content8righttext div:nth-of-type(1) span {
    display: block;
    font-size: 20px;
    text-align: center;
}

.content8righttext div:nth-of-type(1) span:nth-of-type(1) {
    color: #0067b2;
    border-bottom: 2px solid #0067b2;
    width: 80px;
    margin: 0 auto;
    padding-top: 10px;
}

.content8righttext div:nth-of-type(2) {
    float: left;
    width: 650px;
    margin-left: 30px;
}

.content8righttext div:nth-of-type(2) p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.content8right {
    margin-left: 10px;
    width: 850px;
    float: right;
}

.content9left {
    width: 840px;
    float: right;
    margin-bottom: 20px;
}

.contentlefttitle {
    border-bottom: 2px solid #0067b2;
    margin-bottom: 30px;
}

.contentlefttitle span {
    font-size: 19px;
    line-height: 38px;
    display: block;
    color: #005ea4;
    text-align: center;
}

.contentlefttitle p {
    text-align: center;
    line-height: 30px;
}

.content9left p {
    margin-top: 10px;
    text-indent: 32px;
    line-height: 24px;
}

.content9left h4 {
    text-align: right;
    display: block;
}

footer {
    background: #005ea4;
    padding: 20px 0;
    margin-bottom: 0;
    margin-top: 30px;
}

footer a {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
}

footer img {
    width: 40px;
    margin: auto;
    display: block;
}

footer p {
    font-size: 14px;
    text-align: center;
    color: #fff;
    line-height: 26px;
}
.content10left {
    width: 100%;
    float: right;
    margin-bottom: 20px;
}

.contentlefttitle {
    border-bottom: 2px solid #0067b2;
}

.contentlefttitle span {
    font-size: 28px;
    line-height: 120px;
    display: block;
    color: #005ea4;
    text-align: center;
}
.content10left p {
    margin-top: 15px;
    font-size: 15px;
    letter-spacing: 1px;
    text-indent: 32px;
    line-height: 27px;
}
.content10left h3 {
    line-height: 60px;
}
.content10left table {
    background: #000;
    width: 1120px;
 }
.content10left table tr:nth-of-type(1) td {
    background: #7e7e7e;
    color: white;
    line-height: 40px;
}
.content10left table tr:nth-of-type(2) td {
    background: #fff;
    line-height: 28px;
}
.content10left img {
    width: 80%;
    display: block;
    margin: auto;
}
@media all and (max-width: 768px) {
    .content10left img {
        /*width: 80%;*/
    }
    .contentlefttitle span{
        font-size: 22px;
        line-height: 36px;
    }
    .content10left table {
         width: 100%;
     }
    .content14left a{
        line-height: 30px;
        font-size: 12px;
        width: 80%;
    }
    .headerpag {
        width: 100%;
    }
    .headerpageleft{
        width: 100%;
    }
    .headerpageleft img {
        padding: 1% 0;
        width: 50%;
    }
    .headerpageright{
        width: 50%;}
    .headerpageright img {
        width: 33%;
    }
    .headerpageright div {
        margin: 7% 1%;
    }

    .headerpageright div span {
        font-size: 12px;
    }

    nav {
        margin-bottom: 1%;
    }

    nav ul {
        width: 100%;
    }

    nav ul li {
        width: 12.5%;
    }

    nav ul li > a {
        font-size: 14px;
        margin-top: 15px;
        width: 80%;
        line-height: 17px;
    }
    .banner_img{
        height: 115px;
    }
    .banner_img img{
        width: 100%;
    }

    .content1 {
        width: 100%;
        height: 422px;
    }

    .content1Text {
        width: 100%;
    }

    .content1Text_img {
        width: 66%;
        height: 178px;
        margin: 3% auto auto;
        display: block;
    }

    .content1Text_img img {
        width: 100%;
    }

    .content1Text_con {
        float: none;
        width: 100%;
        height: 410px;
    }

    .content1Text_con p {
        font-size: 18px;
        margin: 3% auto 1%;
    }


    .content1Text_con span {
        line-height: 20px;
        width: 90%;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .content1A {
        display: none;
    }

    .title {
        width: 100%;
        height: 60px;
    }

    .title span {
        font-size: 22px;
        line-height: 60px;
    }

    .content2 {
        width: 100%;
    }

    .content2 ul {
        margin-top: 8px;
    }

    .content2 ul li {
        width: 25%;
        height: 220px;
        position: relative;
    }

    .content2 ul li b {
        font-size: 14px;
        text-align: center;
        width: 100%;
        display: block;
    }

    .content2 ul li img {
        display: block;
        margin: 3% auto 1%;
        width: 90%;
    }

    .content2 ul li span {
        font-size: 12px;
        line-height:10px;
        left: 26px;
        top: 103px;
    }

    .content2 ul li p {
        margin: 1% 8%;
        line-height: 17px;
        font-size: 12px;
    }

    .content14 {
        overflow: hidden;
        width: 100%;
        margin: 0 auto;
    }

    .content14left {
        width: 90%;
        margin: auto;
        float: none;
        border-radius: 6px;
    }

    .content14left img {
        display: none;
    }

    .content14left div {
        width: 100%;
        margin: auto;
        float: none;
    }

    .content14left span {
        font-size: 18px;
        margin-bottom: 0px;
    }

    .content14left p {
        line-height: 24px;
        white-space: inherit;
        font-size: 12px;
    }

    .content14right {
        display: none;
    }

    .content7text3 {
        width: 100%;
    }


    .content7text3 ul li {
        width: 22%;
        height: 215px;
        margin: auto;
    }

    .content7text3 ul li img {
        margin: 0 auto;
        width: 90%;
    }

    .content7text3 ul li img:nth-of-type(1) {
        margin-top: 2%;
    }

    .content7text3 ul li span {
        font-size: 14px;
        line-height: 26px;
    }

    .content7text3 ul li p {
        margin: 3% ;
        line-height: 20px;
        font-size: 12px;
    }

    .content4 {
        width: 100%;
        margin: 5% auto;
        background: url("../images/index/content4.jpg");
        padding-bottom: 50px;
    }

    .content6 {
        width: 90%;
        height: 250px;
        padding-top: 3%;
    }

    .content6text1 {
        width: 100%;
        height: 340px;
        float: none;
    }

    .content6text2 {
       display: none;
    }

    .content6title span {
        font-size: 16px;
        margin-left: 20px;
    }

    .content6title a {
        font-size: 14px;
        margin-right: 10px;

    }

    .content6new {
        width: 98%;
    }
    .content6new img{width: 100%}
    .content6new div:nth-of-type(1) {
        margin: 2%;
        width: 40%;
        float: left;
    }

    .content6new div:nth-of-type(2) {
        margin-top: 0px;
    }

    .content6new div:nth-of-type(2) p {
        line-height: 25px;
        font-size: 15px;
    }

    .content6new div:nth-of-type(2) span {
        line-height: 19px;
       font-size: 13px;
        -webkit-line-clamp: 4;
    }


    .content5 {
        width: 100%;
        display: block;
        padding: 0;
        border: none;
    }

    .content5left {
        display: none;
    }

    .content5middle {
        margin-left: 0px;
        width: 100%;
    }
    .content5middle ul{
        width: 100%;
    }
    .content5middle ul li {
        float: left;
        width: 46%;
        margin: 0 0 2% 2.5%;
    }
    .content5middle ul li img{
        width: 100%;
    }

    .content5right {
        display: none;
    }

    .weizhi {
       display: none;
    }

    .content8 {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }

    .content8left {
        display: none;
    }

    .content8righttext {
        border: 1px solid #e4e4e4;
        overflow: hidden;
        padding: 10px 0;
        margin-bottom: 20px;

    }

    .content8righttext a {
        color: black;
        line-height: 28px;
        font-weight: bold;
    }

    .content8righttext div:nth-of-type(1) {
        width: 20%;
        height: 70px;
        float: left;
    }

    .content8righttext div:nth-of-type(1) span {}

    .content8righttext div:nth-of-type(1) span:nth-of-type(1) {}

    .content8righttext div:nth-of-type(2) {
        width: 78%;
        margin-left: 5px;
    }

    .content8righttext div:nth-of-type(2) a {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .content8right {
        margin-left: 0px;
        width: 100%;
        float: none;
    }

    .content9left {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .content9left p {
        font-size: 14px;
        width: 90%;
        margin: auto;
    }

    footer {
        background: #005ea4;
        padding: 20px 0;
        margin-bottom: 0;
        margin-top: 30px;
    }

    footer a {
        font-size: 14px;
        color: #fff;
        line-height: 26px;
    }

    footer img {
        width: 40px;
        margin: auto;
        display: block;
    }

    footer p {
        font-size: 14px;
        text-align: center;
        color: #fff;
        line-height: 26px;
    }
    .content10left {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .content10left p {
        font-size: 14px;
        width: 90%;
        margin: auto;
    }
}
@media all and (max-width: 375px) {
    nav ul li > a {
        margin-top: 10px;
    }
    .content1Text_img{
        height: 160px;
    }
    .content2 ul li span{
        left: 24px;
        top: 96px;
    }
    .content2 ul li{
        height: 240px;
    }
    .content6new img{
        margin-top: 5%;
    }
}
@media all and (max-width: 320px) {
    .headerpageleft img{
        padding: 5% 0;
        width: 53%;
    }
    .headerpageleft{
        width: 75%;
    }
    .headerpageright{
        width: 60%;
    }
    .banner_img{
        height: 87px;
    }
    nav ul li > a{
        font-size: 12px;
    }
    .content1Text_img{
        height: 140px;
    }
    .content1Text_con span{
        font-size: 12px;
    }
    .content1{
        height: 400px;
    }
    .title {
        height: 40px;
    }

    .title span {
        font-size: 18px;
        line-height: 40px;
    }
    .content2 ul li span{
        left: 16px;
        top: 84px;
    }
    .content2 ul li p{
        margin: 1% 3%;
    }
    .content14left p{
        line-height: 20px;
    }
    .content14left span{
        margin-top: 1%;
        font-size: 16px;
        line-height: 27px;
    }
    .content7text3 ul li{
        height: 230px;
    }
    .content6{
        height: 235px;
    }
    .content6new img{
        margin-top: 14%;
    }
    .contentlefttitle span{
        font-size: 17px;
        line-height: 25px;
    }
    .content9left p{
        font-size: 12px;
    }
}