@charset "gb2312";
body,
ul,
dl,
dd,
dt,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
textarea,
form,
select,
fieldset,
table,
td,
div,
input {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal
}

body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

a {
    text-decoration: none;
}

* {
    font-family: 'Microsoft YaHei';
}

ul,
li {
    list-style: none;
}

img {

    border: none;
}

input,
button {
    -webkit-appearance: none;
    border: none;
}

a:hover {
    text-decoration: none;
}


/*样子*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.tac {
    text-align: center;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.p0 {
    padding: 0;
}

.m0 {
    margin: 0;
}

.p10 {
    padding: 10px;
}

.m10 {
    margin: 10px;
}

.bgf {
    background: #fff;
}

.bgh {
    background: #f7f7f7;
}

.oh {
    overflow: hidden;
}

.flex {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
}

.pt40 {
    padding-top: 40px;
}

.flex_1 {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
}

.flex_03 {
    flex: 33.333%;
    -webkit-flex: 33.333%;
    -ms-flex: 33.333%;
}

.pb50 {
    padding-bottom: 50px;
}

.bb1 {
    border-bottom: 1px solid #eee;
}

.bt1 {
    border-top: 1px solid #eee;
}

.mb10 {
    margin-bottom: 10px;
}

.pb40 {
    padding-bottom: 40px;
}

.bgf4 {
    background: #f5f5f5;
}

.pt75 {
    padding-top: 75px;
}

.pl10 {
    padding-left: 10px;
}

.pr10 {
    padding-right: 10px;
}

.w1200 {
    width: 1200px;
    margin: auto;
}

.bb1 {
    border-bottom: 1px solid #e9e9e9;
}

.bt1 {
    border-top: 1px solid #e9e9e9;
}


/*banner*/

.banner_box {
    width: 100%;
    position: relative;
}

.banner {
    height: 500px;
    display: block;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}



/*加载*/

.load_box {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    margin-top: -20px;
    line-height: 20px;
    font-size: 14px;
    padding: 10px 0;
    color: #ccc;
    text-align: center;
    background: #393a40;
    border-radius: 3px;
    z-index: 999999;
}

.load_box img {
    width: 20px;
    display: inline;
    vertical-align: middle;
}

.load_box span {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.load {
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 30px;
    /*display: none;*/
}

.load img {
    width: 18px;
    display: initial;
    vertical-align: middle;
}

.load span {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}



/*top_box*/

.top_box {
    background: #004579;
    padding-top: 20px;
    padding-bottom: 20px;
}

.nav {
    margin-top: 39px;
}

.nav a {
    float: left;
    margin-left: 30px;
    font-size: 18px;
    color: #fff;
}



/*index_new*/

.index_new {
    padding: 30px 0;
}

.index_new_list {
    width: 390px;
    margin-right: 15px;
}

.index_new_list_title {
    background: url(../index_09.jpg) no-repeat top left;
    margin-bottom: 30px;
}

.index_new_list_title span {
    font-size: 50px;
    color: #b2c7d7;
    float: left;
    width: 63px;
}

.index_new_list_title p {
    display: inline-block;
    font-size: 28px;
    color: #004579;
    margin-top: 19px;
}

.more {
    float: right;
    width: 100px;
    line-height: 35px;
    height: 35px;
    color: #fff;
    background: #31a2d9;
    text-align: center;
    margin-top: 19px;
}

.index_info {
    font-size: 15px;
    line-height: 29px;
    color: #666;
    height: 260px;
    overflow: hidden;
}

.index_list {
    height: 260px;
    overflow: hidden;
}

.index_list a {
    display: block;
    padding-left: 40px;
    background: url(../index_13.jpg) no-repeat top left 15px;
    font-size: 15px;
    line-height: 15px;
    height: 15px;
    overflow: hidden;
    color: #666;
    margin-bottom: 25px;
}


.index_product_box {
    padding-top: 30px;
    background: #fbfbfd;
}


.product_list a {
    width: 282px;
    margin-right: 24px;
}

.product_list a img {
    border: 1px solid #e9e9e9;
    display: block;
    width: 280px;
    height: 280px;
}

.product_list a p {
    font-size: 15px;
    color: #666;
    line-height: 49px;
    height: 49px;
    overflow: hidden;
    text-align: center;
}

.footer {
    font-size: 15px;
    color: #fff;
    padding: 25px 0;
    line-height: 22px;
    background: #004579;
}

.logo img {
    width: 276px;
    height: 60px;
}

.sj_btn {
    display: none;
}



/*info_banner*/

.info_banner {
    width: 100%;
    height: 180px;
    -webkit-background-size: cover;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.info_banner_title {
    font-size: 45px;
    color: #fff;
    line-height: 180px;
    height: 180px;
}

.position_box {
    margin-top: 20px;
    padding-left: 43px;
    background: url(../info_05.jpg) no-repeat center left 5px;
    line-height: 56px;
    margin-bottom: 40px;
}

.position_box a {
    font-size: 20px;
    color: #333;
}


.info_left {
    width: 260px;
    margin-bottom: 30px;
}

.info_left_title {
    font-size: 28px;
    line-height: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid #99b4c9;
    color: #004579;
    margin-bottom: 20px;
}

.info_left_nav{
    display: block;
}

.info_left_nav a {
    line-height: 42px;
    height: 42px;
    width: 100%;
    overflow: hidden;
    padding-left: 35px;
    background: url(../info_12.jpg) no-repeat left 11px center;
    border-bottom: 1px dashed #99b4c9;
    display: block;
    color: #666;
}

.info_left_nav .active {
    color: #004579;
}

.info_rigth {
    width: 910px;
}

.fl_box {
    width: 100%;
    border: 1px solid #e9e9e9;
    padding: 15px 20px;
}

.info_rigth_title {
    margin-bottom: 20px;
}

.info_rigth_title_img {
    width: 280px;
    margin-right: 35px;
}

.info_rigth_title_img img {
    display: block;
    width: 100%;
    height: 280px;
}

.info_rigth_title_info {
    overflow: hidden;
}

.info_rigth_title_info h3 {
    font-size: 18px;
    color: #004ea1;
    line-height: 24px;
    margin-bottom: 10px;
}

.info_rigth_title_info p {
    font-size: 15px;
    color: #666;
    line-height: 30px;
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.info {
    font-size: 15px;
    color: #666;
    line-height: 30px;
}

.info img {
    max-width: 100%;
}

.title_no_bg {
    background: transparent;
    padding-bottom: 15px;
}

.info_product a {
    width: 200px;
    /* margin-right: 36px; */
}

.info_product a img {
    height: 200px;
    width: 100%;
}

.info_left_title span{
    display: none;
}

/*新闻列表*/
.new_list{
    padding: 20px;
}
.new_list_img{
    width: 350px;
    height: 220px;
}
.new_list_img img{
    width: 100%;
    height: 100%;
    display: block;
}
.new_info{
    width: 670px;
}
.new_info h3{
    font-size: 22px;
    color: #333;
    margin-bottom: 10px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
}
.new_info span{
    display: block;
    font-size: 12px;
    color: #999;
    padding-left: 30px;
    line-height: 20px;
    background: url(../new_06.png) no-repeat left center;
    margin-bottom: 15px;  
}
.new_info p{
    font-size: 14px;
    color: #666;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}
.new_info a{
    display: block;
    border: 1px solid #8c8c8c;
    width: 98px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    margin-top: 30px;
    color: #333;
}

.new_list:hover{
    background: #dddddd;
}

.new_box{
    margin-bottom: 20px;
}
.new_info_box_title{
    text-align: center;
    color: #004ea1;
    font-size: 18px;
    padding: 10px 0;
    line-height: 24px;
}

.new_info_box{
    padding: 0 20px;
    margin-bottom: 20px;
}
.new_info_warpper{
    font-size: 14px;
    color: #666;
    line-height: 30px;
}
.new_info_warpper img{
    max-width: 100%;
}












@media screen and (max-width: 768px) {
    .w1200 {
        width: 100%;
    }
    .top {
        padding: 0 2%;
        position: relative;
    }
    .logo img {
        width: 150px;
        height: auto;
    }
    .sj_btn {
        width: 30px;
        position: absolute;
        top: 3px;
        display: block;
        right: 2%;
    }
    .sj_btn p {
        width: 100%;
        height: 5px;
        margin-bottom: 5px;
        background: #fff;
    }
    .nav {
        display: none;
    }
    .nav a {
        width: 100%;
        line-height: 35px;
        text-align: center;
        margin-left: 0;
    }
    .banner {
        height: 140px;
    }
    .slick-dots {
        bottom: 0;
    }
    .index_new,
    .index_product_box {
        padding: 20px 2%;
    }
    .index_new_list {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .index_list a {
        height: 15px
    }
    .product_list a {
        width: 49%;
        margin-right: 2%;
    }
    .product_list a img {
        width: 100%;
        height: auto;
    }
    .product_list a:nth-child(2n) {
        margin-right: 0;
    }
    .footer {
        padding: 15px 2%;
        font-size: 14px;
    }
    .position_box {
        padding: 0 2%;
        background: transparent;
        line-height: 35px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .position_box a {
        font-size: 12px;
    }
    .body {
        padding: 10px 2%;
    }
    .info_left {
        width: 100%;
    }
    .info_left_title {
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .info_banner_title,
    .info_banner {
        height: 80px;
        line-height: 80px;
        font-size: 18px;
        padding-left: 2%;
    }
    .info_left_nav {
        display: none;
    }
    .info_left_title span {
        float: right;
        font-size: 20px;
        padding-right: 2%;
    }
    .info_left_nav a {
        font-size: 14px;
        line-height: 35px;
    }
    .info_rigth {
        width: 100%;
    }
    .fl_box {
        padding: 10px;
    }
    .info_rigth_title_img {
        margin-right: 0;
        float: none;
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }
    .new_list{
        padding: 10px;
    }
    .new_list_img{
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
    .new_info{
        width: 100%;
    }
    .new_info_box{
        padding: 0;
    }
}