@charset "UTF-8";
.tou .logo {
    line-height: 100px;
    float: left;
    width: 30%;
}

.tou .logo img {
    max-width: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.xh {
    position: relative;
}

.tou {
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    z-index: 999;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
}

.tou.fix {
    background: rgba(0, 0, 0, 0.3);
    position:absolute;
}

.x-banner {
    position: relative;
}

@media(max-width:767px) {
    .x-banner {
        position: relative;
    }
}

.hot {
    line-height: 90px;
    color: #fff;
    font-size: 14px;
}

.hot b {
    color: #ea590a;
    font-weight: 500;
    text-transform: uppercase;
}

.hot a {
    color: #fff;
}

.hot a:nth-child(1) {
    padding-left: 16px;
}

.hot a:after {
    content: '';
    padding: 0 16px;
    background: url("../images/su.png") center no-repeat;
    width: 1px;
    height: 90px;
    display: inline-block;
    vertical-align: middle;
}

.hot a:last-child:after {
    display: none;
}

.ss {
    position: absolute;
    bottom: 62px;
    background: rgba(0, 0, 0, 0.7);
    padding: 0 30px;
    height: 90px;
    z-index: 111;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 1025px) {
    .ss {
        display: none;
    }
}

.ss #formsearch {
    margin-top: 23px;
    width: 528px;
}

.ss #formsearch input {
    border: none;
    line-height: 42px;
    height: 42px;
    background: none;
}

.ss #formsearch input#keyword {
    width: 350px;
    background: #fff;
    font-size: 14px;
}

.ss #formsearch input#keyword::-webkit-input-placeholder {
    text-indent: 20px;
    color: #999999;
}

.ss #formsearch input#s_btn {
    background: url("../images/ss.png") center no-repeat #1558A6;
    width: 166px;
    font-size: 0;
}

h2.bt {
    text-align: center;
    font-weight: 100;
    color: #333333;
    font-size: 40px;
    line-height: 1;
}

@media (max-width: 500px) {
    h2.bt {
        font-size: 32px;
    }
}

h2.bt b {
    color: #1558A6;
}

h2.bt p {
    margin-top: 14px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 40px;
}

@media (max-width: 500px) {
    h2.bt p {
        font-size: 14px;
        line-height: 24px;
    }
}

h2.bt span {
    font-size: 16px;
    line-height: 40px;
    display: block;
    color: #000;
}

@media (max-width: 500px) {
    h2.bt span {
        font-size: 14px;
        line-height: 24px;
    }
}

.c1 {
    background: #f2f2f2;
    padding-top: 66px;
    padding-bottom: 72px;
}

@media (max-width: 500px) {
    .c1 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.c1 .content {
    margin-top: 60px;
}

@media (max-width: 500px) {
    .c1 .content {
        margin-top: 20px;
    }
}

.c1 .content .list3 {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (max-width: 500px) {
    .c1 .content .list3 {
        margin-left: -10px;
        margin-right: -10px;
    }
}

.c1 .content .list3 li {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 992px) {
    .c1 .content .list3 li {
        margin-bottom: 20px;
    }
    .c1 .content .list3 li:nth-child(1) {
        display: none;
    }
}

@media (max-width: 500px) {
    .c1 .content .list3 li {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.c1 .content .list3 li img {
    width: 100%;
    transition-duration: .3s;
}

.c1 .content .list3 li a {
    background: #fff;
    display: block;
    height: 100%;
    transition-duration: .3s;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
    width: 100%;
}

.c1 .content .list3 li a .zi {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 1.8vw;
    padding-bottom: 1.8vw;
}

.c1 .content .list3 li a .zi h3 {
    line-height: 50px;
    font-size: 20px;
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media (max-width: 992px) {
    .c1 .content .list3 li a .zi {
        padding-bottom: 1.6vw;
    }
}

@media (max-width: 500px) {
    .c1 .content .list3 li a .zi {
        height: auto;
        padding: 18px 0;
    }
    .c1 .content .list3 li a .zi h3 {
        font-size: 18px;
        line-height: 24px;
    }
}

.c1 .content .list3 li a .zi .ck {
    margin: 24px auto 0;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #d7d7d7;
    font-size: 14px;
    color: #1558A6;
    width: 158px;
    line-height: 40px;
}

@media (max-width: 1025px) {
    .c1 .content .list3 li a .zi .ck {
        margin-top: 10px;
    }
}

@media (max-width: 500px) {
    .c1 .content .list3 li a .zi .ck {
        font-size: 12px;
        line-height: 28px;
        width: 92px;
    }
}

.c1 .content .list3 li a:hover {
    transform: translateY(-19px);
}

.c1 .content .list3 li a:hover {
    background: #1558A6;
}

.c1 .content .list3 li a:hover .zi h3 {
    color: #fff;
}

.c1 .content .list3 li a:hover .zi .ck {
    color: #fff;
    border-color: #fff;
}

.c2 {
    background: url("../images/c2_bg.jpg") no-repeat center;
    padding-top: 3.125%;
    background-size: cover; padding-bottom:60px; text-align:center
}

.c2 h2 {
    color: #ffffff;
    font-size: 40px;
    line-height: 1;
    font-weight: 100;
    padding-top: 20px;
    background: url("../images/h-2.png") center no-repeat;
}

@media (max-width: 500px) {
    .c2 h2 {
        font-size: 26px;
    }
	.c2 dd{ font-size:14px; line-height:30px;}
}

.c2 h3 {
    font-size: 28px;
    color: #b4d4f4;
    font-weight: 600;
    margin-top: 20px;
}

@media (max-width: 500px) {
    .c2 h3 {
        font-size: 16px;
    }
}

.c2 dd {
    margin-top: 40px;
    font-size: 16px;
    color: #ffffff;
    line-height: 36px; text-align:left; margin-bottom:30px;

}

.c2 .content {
    margin-top: 38px;
    max-width: 1300px;
    position: relative;
}

a.abt_more {
    color: #ffffff;
    font: 500 18px/2.3em "微软雅黑";
    border: 1px solid #d7d7d7;
    border-radius: 1.15em;
    display: inline-block;
    padding: 0 2.2em;
    margin-top: 1em;
}

a.abt_more:hover {
    background: #fff;
    color: #1558A6;
}

@media (max-width: 500px) {
    .c2 .content {
        margin-top: 30px;
    }
}

.c2 .content .wehhga {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 0;
}

.c2 .content .wehhga .img1 {
    width: 53.5%;
}

.c2 .content .wehhga .img2 {
    width: calc(100% - 53.5%);
}

.c2 .content .wehhga .img img {
    width: 100%;
}

.c2 .content .img {
    overflow: hidden;
}

.c2 .content .img img {
    max-width: 100%;
    transition-duration: .3s;
}

.c2 .content .img:hover img {
    transform: scale(1.1);
}

.c3 {
    margin-top: 66px;
    margin-bottom: 74px;
}

@media (max-width: 500px) {
    .c3 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.c3 .content {
    margin-top: 60px;
}

@media (max-width: 500px) {
    .c3 .content {
        margin-top: 20px;
    }
}

.c3 .content .list2 {
    margin-left: -18px;
    margin-right: -18px;
}

@media (max-width: 500px) {
    .c3 .content .list2 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.c3 .content .list2 li {
    float: left; margin-top:10px;
}

@media (min-width: 1360px) {
    .c3 .content .list2 li {
        padding: 0 18px;
    }
}

@media (max-width: 700px) {
    .c3 .content .list2 li {
        margin-bottom: 20px;
        width: 100%;
    }
}

@media (max-width: 500px) {
    .c3 .content .list2 li {
        padding: 0 15px;
    }
}

@media (max-width: 768px) {
    .c2 .content .wehhga .img1,
    .c2 .content .wehhga .img2 {
        width: 100%;
    }
    .c2 {
        background-size: cover;
        padding: 30px 0;
    }
    a.abt_more {
        font-size: 14px;
    }
	.c1 .content .list3 li img{ width:auto;}
	.c1 .content .list3 li a .zi h3{font-size:18px}
	.c2 dd{ font-size:14px; line-height:30px;}
	#dlNews td{ width:90%;}
	.imgList li img, a.imgLink img{ width:100%; height:auto}
}

.c3 .content .list2 li a {
    display: block;
    border: 1px solid #e2e2e2;
    max-height: 408px;
    overflow: hidden;
}

.c3 .content .list2 li a .img {
    overflow: hidden;
}

.c3 .content .list2 li:hover a .img img {
    transform: scale(1.1);
}

.c3 .content .list2 li a .img img {
    width: 100%;
    transition-duration: .3s; height:260px;
}

.c3 .content .list2 li a .zi {
    background: #fff;
    padding: 28px 34px 22px;
    transition-duration: .3s;
}

@media (max-width: 1024px) {
    .c3 .content .list2 li a .zi {
        padding: 14px 20px 16px;
    }
}

.c3 .content .list2 li a .zi h3 {
    color: #333333;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
}

.c3 .content .list2 li a .zi h3 span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-top: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.c3 .content .list2 li a .zi dd {
    margin-top: 26px;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    display: none;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}



.c4 {
    padding-top: 70px;
    background: url("../images/bj1.jpg") no-repeat center top;
    background-size: cover;
    padding-bottom: 54px;
}

.c4 h2.bt {
    color: #ffffff;
}

@media (max-width: 500px) {
    .c4 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.c4 .content {
    margin-top: 70px;
}

@media (max-width: 500px) {
    .c4 .content {
        margin-top: 20px;
    }
}

.c4 .content .list2 {
    margin-top: 10px;
    position: relative;
}

.c4 .content .list2 .slick-dots {
    text-align: center;
    margin-top: 4.8%;
    height: 10px;
    line-height: 10px;
}

.c4 .content .list2 .slick-dots li {
    font-size: 0;
    border-radius: 100px;
    display: inline-block;
    border: none;
    outline: none;
    width: 10px;
    height: 10px;
    background: #999999;
    margin: 0 10px;
    vertical-align: middle;
}

.c4 .content .list2 .slick-dots li button {
    visibility: hidden;
}

.c4 .content .list2 .slick-dots li.slick-active {
    background: #1558A6;
}

.c4 .content .list2 li {
    margin: 0 15px;
    outline: none;
}

.c4 .content .list2 li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.c4 .content .list2 li a .img {
    overflow: hidden;
}

.c4 .content .list2 li a .img img {
    width: 100%;
    transition-duration: .3s
}

.c4 .content .list2 li:hover a .img img {
    transform: scale(1.1);
}

.c4 .content .list2 li a .zi {
    position: absolute;
    border-bottom: 8px solid #1558A6;
    background: #fff;
    z-index: 11;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 14% 8% 0;
}

.c4 .content .list2 li a .zi .time {
    font-weight: 600;
    font-size: 34px;
    font-family: arial;
    color: #333333;
}

.c4 .content .list2 li a .zi .time span {
    font-size: 20px;
    color: #666666;
    font-weight: 500;
    padding-left: 20px;
}

.c4 .content .list2 li a .zi h3 {
    font-size: 18px;
    color: #333333;
    line-height: 1;
    margin-top: 14%;
    font-weight: 400;
    margin-bottom: 12%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.c4 .content .list2 li a .zi dd {
    font-size: 14px;
    color: #666666;
    line-height: 1.7;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.c4 .content .list2 li a .zi .ck {
    display: block;
    color: #fff;
    font-size: 16px;
    padding-left: 20%;
    text-align: center;
    line-height: 44px;
    background: url("../images/go.png") 0 50% no-repeat #1558A6;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: -100%;
    opacity: 0;
    transition-duration: .3s;
}

@media (min-width: 1200px) {
    .c4 .content .list2 li a:hover .zi {
        background: none;
    }
    .c4 .content .list2 li a:hover .zi .time {
        color: #fff;
    }
    .c4 .content .list2 li a:hover .zi .time span {
        color: #fff;
    }
    .c4 .content .list2 li a:hover .zi h3 {
        color: #fff;
    }
    .c4 .content .list2 li a:hover .zi dd {
        color: #fff;
    }
    .c4 .content .list2 li a:hover .zi .ck {
        opacity: 1;
        left: 0;
    }
}

.foot {
    background: #f1f1f1;
    padding-top: 58px;
    padding-bottom: 1.5em;
}

@media (max-width: 500px) {
    .foot {
        padding-top: 30px;
    }
}

.foot .content {
    padding-bottom: 64px;
    /* border-bottom: 1px solid #6f6f6f; */
}

.fothhgga {
    border-top: 1px solid #6f6f6f;
}

@media (max-width: 500px) {
    .foot .content {
        padding-bottom: 30px;
    }
}

.foot .navx {
    width: 50%;
}

@media (max-width: 1025px) {
    .foot .navx {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .foot .navx {
        display: none;
    }
}

.foot .navx li {
    float: left;
    width: 33.333%;
}

.foot .navx li h2 {
    line-height: 1;
    font-size: 18px;
    color: #000000;
}

.foot .navx li .sec {
    margin-top: 26px;
}

.foot .navx li .sec a {
    display: block;
    font-size: 14px;
    line-height: 31px;
    color: #000000;
}

.foot .navx li .sec a:hover {
    color: #666;
}

.foot .foot2 {
    width: 481px;
}

@media (max-width: 1025px) {
    .foot .foot2 {
        display: none;
    }
}

@media (max-width: 500px) {
    .foot .foot2 {
        display: block;
        width: 100% !important;
    }
}

.foot .foot2 .er {
    width: 29%;
}

@media (max-width: 500px) {
    .foot .foot2 .er {
        width: 100%;
        float: none;
        text-align: center;
    }
}

.foot .foot2 .er img {
    max-width: 100%;
}

.foot .foot2 .lx {
    width: 63%;
    font-size: 12px;
    color: #000000;
    line-height: 31px;
}


/*热门搜索*/

.search1 {
    text-align: left;
    margin-top: 35px;
}

#formsearch1 {
    width: auto;
    border: 1px solid #000;
    border-radius: 16px;
    font-size: 0;
    height: 30px;
}

.hotSearch1 {
    width: auto;
    line-height: 26px;
    font-weight: normal;
    margin-top: 8px;
}

.hotSearch1 span {
    color: #1558A6;
}


/*搜索和热门搜索*/

.hotSearch1 a {
    margin-right: 8px;
}

#formsearch1 input {
    height: 30px;
    background: transparent;
    border: none;
    line-height: 30px;
    vertical-align: top;
    outline: none;
}

#formsearch1 input#keyword {
    padding-left: 24px;
    color: #000000;
    width: 251px;
    font-size: 12px;
}

#formsearch1 input#s_btn {
    width: 50px;
    text-align: center;
    background: url("../images/auygy.png") no-repeat center;
    color: #fff;
    border: none;
    cursor: pointer;
}

#formsearch1 input[type="text"]::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #000000;
}

#formsearch1 input[type="text"]:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000000;
}

#formsearch1 input[type="text"]::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000000;
}

#formsearch1 input[type="text"]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000000;
}

@media (max-width: 1200px) {
    .foot .foot2 {
        width: 48%;
    }
    #formsearch1 input#keyword {
        width: calc(100% - 50px);
    }
    .search1 {
        margin-top: 9px;
    }
}

@media (max-width: 500px) {
    .foot .foot2 .lx {
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }
}

.foot .foot2 .lx a {
    color: #000000;
}

.foot .foot2 .lx .kk {
    /* letter-spacing: -1px; */
}

.foot .foot2 .lx dd {
    line-height: 31px;
}

.foot .foot2 .lx h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    margin-top: 7px;
    line-height: 50px;
}

.foot .content1 {
    font-size: 14px;
    color: #000000;
    line-height: 26px;
    padding: 40px 0;
}

.foot .content1 a {
    color: #000000;
}

@media (max-width: 1280px) {
    .foot .content1 {
        padding: 20px 0;
        line-height: 24px;
    }
    .foot .content1 .mian {
        float: none;
    }
    .foot .content1 .ban {
        float: none;
    }
}

.foot .link {
    font-size: 14px;
    color: #fff;
    background: #4771a3;
    padding: 0 22px;
    line-height: 66px;
    height: 66px;
    overflow: hidden;
}

.foot .link a {
    color: #fff;
}

@media (max-width: 1280px) {
    .foot .link {
        display: none;
    }
    .foot {
        padding-bottom: 0;
    }
}