input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

.wd1200 {
    width: 1200px;
    margin: 0 auto;
}

p {
    margin: 0;
}


/*滚动*/

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.max1200 {
    max-width: 1240px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.max1320 {
    max-width: 1350px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}


/*头部样式*/

.header_top {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    height: 100px;
}


/*热门搜索*/

.search_index {
    position: relative;
    background: #fff;
}

.hotSearch {
    float: left;
    line-height: 70px;
    font-weight: normal;
    color: #000000;
    font-size: 14px;
}

.hotSearch a {
    font-size: 14px;
    color: #666666;
    margin-right: 10px;
}

#formsearch2 {
    margin-top: 15px;
    width: 364px;
    height: 40px;
    line-height: 40px;
    float: right;
    background: url(../images/ssbg.jpg) no-repeat center center;
}

#formsearch2 input {
    height: 40px;
    background: #fff;
    line-height: 40px;
    border: none;
    outline: none;
}

#formsearch2 input#keyword {
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    color: #999999;
    float: left;
    background: none;
    border: none;
    font-size: 14px;
    width: 85%;
}

#formsearch2 input#s_btn {
    width: 15%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border: none;
    cursor: pointer;
    float: left;
    background: none;
}

@media (max-width:768px) {
    .hotSearch {
        width: 100%;
        float: none;
        text-align: center;
        line-height: 50px;
    }
    #formsearch2 {
        float: none;
        margin: 5px auto 15px;
    }
}

@media (max-width:400px) {
    .hotSearch {
        line-height: 40px;
        font-size: 12px;
    }
    #formsearch2 {
        width: 100%;
        background-size: 100%;
    }
}


/* c1_index */

.c1_index {
    position: relative;
    padding: 3.125% 0;
    background: url(../images/c1_bg.jpg) no-repeat;
    background-size: cover;
}

.abb_wap {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.abb_left {
    position: relative;
    background: url(../images/abimg_bg.jpg) no-repeat left center;
    background-size: contain;
    padding: 3.125% 0 3.125% 3.125%;
    flex: 0 0 48%;
}

.abb_left img {
    max-width: 100%;
}

.abb_right {
    position: relative;
    flex: 0 0 42%;
}

.abb_right .abttt {
    background: url(../images/ab_h1.png) no-repeat right center;
}

.abb_right .abttt h3 {
    font-size: 36px;
    color: #0075c4;
    padding-top: 30px;
}

.abb_right .abttt h3 span {
    color: #333333;
}

.abb_right .abttt p {
    font-size: 24px;
    color: #444444;
}

.abbtxt {
    font-size: 16px;
    color: #555555;
    line-height: 1.7;
    margin: 5.125% 0;
    text-indent: 30px;
}

.abb_right .abbmore {
    display: block;
    width: 135px;
    line-height: 35px;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #ed3a3e;
    margin-bottom: 10px;
}

@media (max-width:1200px) {
    .abb_right {
        flex: 0 0 48%;
    }
}

@media (max-width:992px) {
    .abb_right .abttt {
        background-size: 60%;
    }
    .abb_right .abttt h3 {
        font-size: 30px;
    }
    .abb_right .abttt p {
        font-size: 20px;
    }
    .abbtxt {
        font-size: 14px;
    }
    .abb_right .abbmore {
        font-size: 14px;
        width: 120px;
        line-height: 35px;
    }
}

@media (max-width:768px) {
    .abb_wap {
        flex-wrap: wrap;
    }
    .abb_left {
        flex: 0 0 100%;
    }
    .abb_right {
        margin-top: 10px;
        flex: 0 0 100%;
    }
}


/* c2_index */

.c2_index {
    position: relative;
    padding: 3.125% 0;
}

.ttt1 {
    text-align: center;
}

.ttt1 h3 {
    font-size: 36px;
    color: #0075c4;
    background: url(../images/ttt1.png) no-repeat center bottom;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.ttt1 h3 span {
    color: #333333;
}

.ttt1 p {
    font-size: 16px;
    color: #666666;
}

.c2_wap {
    position: relative;
}

.sort22 {
    text-align: center;
    margin: 25px 0;
}

.sort22 li {
    width: 150px;
    line-height: 40px;
    position: relative;
    margin: 5px;
    display: inline-block;
    border-radius: 30px;
    background: #0075c4;
}

.sort22 li a {
    display: block;
    color: #fff;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.sort22 li:hover,
.sort22 li.active {
    background: #ed3a3e;
}

.c2_content {
    position: relative;
}

.c2_content .pro_list22 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    right: 0;
}

.c2_content .pro_list22 {
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.c2_content .pro_list22.active {
    position: static;
    opacity: 1;
    visibility: visible;
}

.pro_list22 {
    position: relative;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.pro_list22 li {
    width: 23%;
    margin: 0 1%;
    margin-bottom: 20px;
}

.pro_list22 li a {
    display: block;
}

.pro_list22 li .simg {
    border: 1px solid #ccc;
}

.pro_list22 li .simg img {
    width: 100%;
}

.pro_list22 li h3 {
    text-align: center;
    line-height: 45px;
    font-weight: normal;
    background: #0075c4;
    color: #fff;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.pro_list22 li:hover h3 {
    background: #ff9a00;
}

@media (max-width:768px) {
    .pro_list22 li {
        width: 48%;
    }
    .sort22 li {
        width: 30%;
        line-height: 35px;
        margin: 5px 2px;
    }
    .sort22 li a {
        font-size: 12px;
    }
}


/* c3_index */

.c3_index {
    position: relative;
    padding: 3.125% 0;
    background: url(../images/c3_bg.jpg) no-repeat;
    background-size: cover;
}

.ttt3 {
    text-align: center;
}

.ttt3 h3 {
    font-family: "Adobe 黑体 Std";
    color: #feb74a;
    font-size: 47px;
}

.ttt3 h3 span {
    color: #fff;
    font-weight: normal;
}

.ttt3 p {
    font-size: 14px;
    color: #fff;
    padding: 5px 0;
}

.c3_list {
    position: relative;
    margin-top: 3.125%;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.c3_list li {
    width: 13.28%;
    margin: .5%;
    box-shadow: 0 2px 10px #333;
}

.c3_list li a {
    display: block;
}

.c3_list li a img {
    width: 100%;
}

@media (max-width:992px) {
    .ttt3 h3 {
        font-size: 37px;
    }
    .c3_list li {
        width: 23%;
        margin: 1%;
    }
}

@media (max-width:600px) {
    .ttt3 h3 {
        font-size: 22px;
    }
    .ttt3 p {
        font-size: 12px;
    }
}


/* c4_index */

.c4_index {
    position: relative;
    padding: 3.125% 0;
}

.c4_wap {
    position: relative;
}

.sort44 {
    text-align: center;
    margin: 25px 0;
}

.sort44 li {
    width: 150px;
    line-height: 40px;
    position: relative;
    margin: 5px;
    display: inline-block;
    border-radius: 30px;
    background: #0075c4;
}

.sort44 li a {
    display: block;
    color: #fff;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.sort44 li:hover,
.sort44 li.active {
    background: #ed3a3e;
}

.c4_content {
    position: relative;
}

.c4_content .c4_news {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    right: 0;
}

.c4_content .c4_news {
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.c4_content .c4_news.active {
    position: static;
    opacity: 1;
    visibility: visible;
}

.news_list22 {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.news_list22 li {
    position: relative;
    width: 32.33%;
}

.news_list22 li a.img {
    display: block;
}

.news_list22 li .simg {
    overflow: hidden;
}

.news_list22 li .simg img {
    width: 100%;
    display: block;
}

.news_list22 li .news_xx {
    position: relative;
    background: transparent;
    border: 1px solid #e1e1e1;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all .3s ease;
}

.news_xx .nleft {
    width: 75%;
    padding-right: 15px;
    border-right: 1px solid #e1e1e1;
}

.news_xx .nleft h3 {
    font-size: 15px;
    color: #333333;
    font-weight: normal;
    margin-bottom: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news_xx .nleft span {
    display: block;
    font-size: 14px;
    color: #999999;
    line-height: 1.7;
}

.news_xx .nright {
    width: 25%;
    padding-left: 20px;
}

.news_xx .nright span {
    color: #333333;
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.news_xx .nright span:nth-child(2) {
    font-size: 14px;
    font-weight: normal;
}

.news_xx .nright i {
    margin-top: 5px;
    display: block;
    width: 32px;
    height: 32px;
    background: url(../images/fang.jpg) no-repeat center;
}

.news_list22 li:hover .news_xx {
    background: #0075c4;
    border: 1px solid #0075c4;
}

.news_list22 li:hover .news_xx .nleft h3 {
    color: #fff;
}

.news_list22 li:hover .news_xx .nleft span {
    color: rgba(2552, 255, 255, .67);
}

.news_list22 li:hover .nright span {
    color: #fff;
}

.news_list22 li:hover .nright i {
    background: url(../images/fang_h.jpg) no-repeat center;
}

@media (max-width:1200px) {
    .news_list22 li .news_xx {
        padding: 15px;
    }
    .news_xx .nright span {
        font-size: 14px;
    }
}

@media (max-width:992px) {
    .news_xx .nleft {
        width: 70%;
    }
    .news_xx .nleft span {
        line-height: 1.5;
    }
    .news_xx .nright {
        width: 30%;
        padding-left: 15px;
    }
}


/* mob_news */

.news_list33 {
    position: relative;
    padding: 0 35px;
}

.news_list33 li {
    position: relative;
    width: 100%;
}

.news_list33 li a.img {
    display: block;
}

.news_list33 li .simg {
    overflow: hidden;
}

.news_list33 li .simg img {
    width: 100%;
    display: block;
}

.news_list33 li .news_xx {
    position: relative;
    background: transparent;
    border: 1px solid #e1e1e1;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all .3s ease;
}

.news_list33 li:hover .news_xx {
    background: #0075c4;
    border: 1px solid #0075c4;
}

.news_list33 li:hover .news_xx .nleft h3 {
    color: #fff;
}

.news_list33 li:hover .news_xx .nleft span {
    color: rgba(2552, 255, 255, .67);
}

.news_list33 li:hover .nright span {
    color: #fff;
}

.news_list33 li:hover .nright i {
    background: url(../images/fang_h.jpg) no-repeat center;
}

.news_list33 .slick-prev,
.news_list33 .slick-next {
    position: absolute;
    top: 50%;
    width: 23px;
    height: 38px;
    outline: none;
    border: none;
    font-size: 0;
    z-index: 9999;
}

.news_list33 .slick-prev {
    left: 0;
    background: url(../images/prev1.png) no-repeat center;
}

.news_list33 .slick-next {
    right: 0;
    background: url(../images/next1.png) no-repeat center;
}

@media (max-width:768px) {
    .sort44 li {
        width: 28.33%;
        line-height: 35px;
        margin: 5px 2px
    }
}


/* c5_index */

.c5_index {
    position: relative;
    background: url(../images/c5_bg.jpg) no-repeat;
    background-size: cover;
    padding: 3.125% 0;
}


/* foot_wap */

.foot_wap {
    position: relative;
    background: #004678;
}

.foot_nav {
    position: relative;
    padding: 25px 0;
    line-height: 1.7;
    border-bottom: 1px solid #1a5986;
}

.foot_nav>p {
    display: flex;
    justify-content: center;
}

.foot_nav a {
    display: block;
    color: #fff;
    font-size: 14px;
    width: 12.5%;
    text-align: center;
}

.foot_center {
    position: relative;
    padding: 3.125% 0;
}

.fmap {
    position: relative;
    float: left;
    width: 33.33%;
}

.fmap img {
    max-width: 100%;
}

.fcontact {
    position: relative;
    float: left;
    width: 40.33%;
    padding: 0 25px;
    font-size: 14px;
    line-height: 2;
    color: #fff;
}

.fcontact p:nth-child(1) {
    font-size: 24px;
    font-weight: bold;
}

.fewm {
    position: relative;
    float: right;
    width: auto;
    margin-top: 5.125%;
}

.fewm img {
    max-width: 100%;
}


/* linkss */

.linkss {
    padding: 15px 0;
    font-size: 14px;
    color: rgba(255, 255, 255, .8);
}

.linkss a {
    font-size: 14px;
    color: rgba(255, 255, 255, .8);
}

@media (max-width:768px) {
    .fmap {
        width: 100%;
        float: none;
    }
    .fcontact {
        width: 100%;
        float: none;
        padding: 15px 0;
    }
    .fewm {
        width: 100%;
        float: none;
        margin-top: 0px;
    }
    .ttt1 h3 {
        font-size: 22px;
    }
    .ttt1 p {
        font-size: 12px;
    }
    .x-footer {
        background: #fff;
        color: #333333;
        font-size: 12px;
    }
    .x-footer a {
        color: #333333;
        font-size: 12px;
    }
    .x-footer a:hover {
        color: #333333;
    }
}


/*  */


/* 手机底部 */

.mob_footer {
    background: #004678;
    display: -webkit-box;
    width: 100%;
    position: fixed;
    height: 70px;
    z-index: 110;
    bottom: 0;
    left: 0;
}

.mob_footer a {
    -webkit-box-flex: 1;
    display: -webkit-box;
    color: #fff;
}

.mob_footer a+a {
    border-left: 1px solid #26628c;
}

.mob_footer span {
    width: 100%;
    display: block;
    margin: 0 auto;
    font: 500 15px/30px "Microsoft YaHei";
    color: #fff;
    text-align: center;
    padding-top: 35%;
}

.mob_footer span.span1 {
    background: url(../images/mf11.png) center 12px no-repeat;
    background-size: 26%;
}

.mob_footer span.span2 {
    background: url(../images/mf22.png) center 12px no-repeat;
    background-size: 26%;
}

.mob_footer span.span3 {
    background: url(../images/mf33.png) center 12px no-repeat;
    background-size: 26%;
}

.mob_footer span.span4 {
    background: url(../images/mf44.png) center 12px no-repeat;
    background-size: 26%;
}


/* 内页新闻 */

.news_list_zd {
    position: relative;
    margin-bottom: 30px;
}

.news_list_zd li {
    position: relative;
}

.news_list_zd li a {
    display: block;
}

.nleft img {
    width: 100%;
}

.news_list_zd li .tit {
    position: relative;
}

.news_list_zd li .tit h3 {
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news_list_zd li .tit .date {
    font-size: 16px;
    color: #aaaaaa;
    margin: 6px 0;
}

.news_list_zd li .info {
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
}

.news_list_zd li .more {
    margin-top: 15px;
}

.news_list_zd li .more span {
    display: inline-block;
    width: 110px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #0075c4;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 30px;
}

.news_list_zd li:hover .tit h3 {
    color: #292e39;
}

@media (max-width:992px) {
    .news_list_zd li .tit {
        padding-top: 10px;
    }
    .news_list_zd li .tit h3 {
        font-size: 18px;
    }
}