*{
    margin: 0;
    padding: 0;
}
html, body{
    font-size: 14px;
    color: #494949;
}
a{
    text-decoration: none;
    color: #494949;
}
ul, li{
    list-style: none;
}
.clear-float:after{
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}
.m-t-50{
    margin-top: 50px;
}
.m-t-15{
    margin-top: 15px;
}
.m-l-30{
    margin-left: 30px;
}
.m-l-20{
    margin-left: 20px;
}
@media (min-width: 768px) {
    .container_width {
        width: 960px;
        margin: 0 auto;
    }
}
@media (min-width: 1200px) {
    .container_width {
        width: 1020px;
        margin: 0 auto;
    }
}
.header{
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    height: 56px;
}
.header.index_header{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100px;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 9999;
    background: none;
}
.header.index_header.hide{
    top: -77px;
}
.header.index_header.hide:hover{
    top: 0;
}
.header .index_header_box{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.9);
    height: 66px;
}
.header .container_width{
    margin-top: 10px;
}
.header.container_width{
    margin-top: 10px;
}
.logo{
    width: 250px;
    float: left;
}
.menu{
    width: 680px;
    float: right;
}
.menu_ul{
    list-style: none;
}
.menu_li{
    display: inline-block;
    float: left;
}
.menu_a{
    display: inline-block;
    padding: 0 20px;
    position: relative;
    height: 42px;
    line-height: 42px;
}
.menu_a:hover{
    color: #003190;
}
.menu_a.active{
    color: #003190;
}
.menu_a.active:before{
    content: '\2014';
    position: absolute;
    left: 0;
    color: #003190;
}
.menu_a.active:after{
    content: '\2014';
    position: absolute;
    right: 0;
    color: #003190;
}
.logo_img{
    width: 140px;
    margin-top: 3px;
}

/*index css*/
.section {
    position: relative;
    overflow: hidden;
}
.section_bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.section4 .section_bg{
    background: url("../images/home/application_bg.png");
}
.section3 .slide{
    position: relative;
    overflow: hidden;
}
.p1_img{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}








#home-carousel{

}
.carousel-item img{
    display: block;
    width:100%;
    height:100%;
    object-fit: cover;
}
.layui-carousel{
    height: 500px;
}
.layui-carousel[lay-arrow=always] .layui-carousel-arrow{
    left: 30px;
}
.layui-carousel:hover .layui-carousel-arrow[lay-type=add], .layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add]{
    right: 30px;
    background: #EB680E;
}
.layui-carousel-arrow{
    width: 33px;
    height: 100px;
    border-radius: 0;
    font-size: 26px;
    background-color: rgba(255,255,255,.3);
    top: 50%;
    margin-top: -50px;
}
.small_banner{
    position: absolute;
    right: 63px;
    top: 50%;
    margin-top: -50px;
    width: 159px;
    background: #EB680E;
}
.small_banner_img{
    display: block;
    width: 156px;
    height: 94px;
    margin: 3px 0 3px 3px;
}
.search{
    height: 46px;
    line-height: 46px;
    background: #004098;
    color: #ddd;
}
.hot_keys{
    width: 40%;
    float: left;
    overflow: hidden;
}
.hot_key{
    color: #ddd;
    padding: 0 5px;
}
.hot_key:hover{
    color: #fff;
}
.search_inp_box{
    width: 25%;
    height: 30px;
    float: right;
    margin-top: 7px;
}
.search_inp{
    display: inline-block;
    width: 79%;
    height: 100%;
    float: left;
    border: 1px solid #ddd;
    background: none;
    padding-left: 8px;
    padding-right: 8px;
    color: #fff;
}
.search_btn{
    display: inline-block;
    width: 30px;
    height: 100%;
    float: left;
    border: 1px solid #ddd;
    border-left: none;
    cursor: pointer;
}
.search_btn img{
    display: block;
    width: 20px;
    margin: 6px auto;
    cursor: pointer;
}
input.search_inp::-webkit-input-placeholder {
    color: #ccc;
}
input.search_inp::-moz-input-placeholder {
    color: #ccc;
}
input.search_inp::-ms-input-placeholder {
    color: #ccc;
}
.search_list{
    margin-top: 15px;
}
.search_list_tit{
    display: inline-block;
    width: 100px;
    height: 25px;
    line-height: 25px;
    border-radius: 3px;
    color: #fff;
    background: #185080;
    text-align: center;
}
.search_list_a{
    display: inline-block;
    padding: 0 15px;
    height: 13px;
    line-height: 12px;
}
.search_list_a.right_line{
    border-right: 1px solid #6C6C6C;
}
.search_list_a:hover{
    color: #000;
    text-decoration: underline;
}
.company_intro{
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-top: 113px;
}
.company_intro_tit{
    position: absolute;
    top: 90px;
    left: 50%;
    margin-left: -165px;
    opacity: 0;
    -moz-transform:scale(0.5, 0.5);
    -webkit-transform:scale(0.5, 0.5);
    transform:scale(0.5, 0.5);
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.active .company_intro_tit{
    opacity: 1;
    -moz-transform:scale(1, 1);
    -webkit-transform:scale(1, 1);
    transform:scale(1, 1);
    -moz-transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}




.company_intro_tit h1{
    font-size: 30px;
    font-weight: bold;
    color: #404040;
}
.company_intro_tit p{
    font-size: 14px;
    font-weight: 600;
    color: #929397;
    margin-top: 5px;
}
.company_intro1{
    background: #F5F6FB;
    height: 50%;
}
.company_intro_left, .company_intro_right{
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    height: 100%;
}
.color_box{
    position: absolute;
    width: 160px;
    height: 200px;
    right: 629px;
    top: -36px;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    opacity: 0;
}
.active .color_box{
    right: 329px;
    opacity: 1;
    -moz-transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    transition-delay: .7s;
}
.color_box1{
    height: 36px;
    background: #5983BD;
}
.color_box2{
    height: 260px;
    background: #004098;
}
.company_intro_img1{
    width: 390px;
    height: 230px;
    display: block;
    position: absolute;
    right: 295px;
    top: 50%;
    margin-top: -100px;
    opacity: 0;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.active .company_intro_img1{
    opacity: 1;
    right: 75px;
    -moz-transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    transition-delay: .7s;
}
.company_intro1 .company_intro_item_box{
    position: absolute;
    width: 510px;
    height: 156px;
    top: 50%;
    margin-top: -62px;
}
.company_intro_item_text{
    width: 350px;
    float: left;
    margin-left: 20px;
}
.company_intro_item_text1{
    font-size: 16px;
    font-weight: bold;
    color: #004098;
    letter-spacing: 2px;
}
.company_intro_item_text2{
    font-size: 13px;
    color: #474747;
}
.company_intro_item_line{
    width: 60px;
    height: 1px;
    border-top: 1px solid #C6C8C8;
    margin: 6px 0;
}
.company_intro_line{
    height: 20px;
    width: 1px;
    border-left: 1px solid #1B2343;
}


.company_intro_item_icon{
    width: 62px;
    height: 60px;
    overflow: hidden;
    background: url("../images/home/icon.png") no-repeat;
    background-size: 315px;
    float: left;
}
.company_intro_item_icon1{
    background-position: 1px 1px;
}
.company_intro_item_icon2{
    background-position: -63px 1px;
}
.company_intro_item_icon3{
    background-position: -126px 0;
}
.company_intro_item_icon4{
    background-position: -190px 0;
}
.company_intro_item_icon5{
    background-position: -256px 0;
}

.company_intro1 .company_intro_item{
    position: absolute;
    left: 0;
    opacity: 0;
}
.company_intro_item1{
    top: 200px;
    -moz-transition: all .5s ease-in .2s;
    -webkit-transition: all .5s ease-in .2s;
    transition: all .5s ease-in .2s;
}
.company_intro_item2{
    top: 280px;
    -moz-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
}
.company_intro_line1{
    position: absolute;
    top: 68px;
    left: 30px;
    opacity: 0;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.active .company_intro_item1{
    top: 0;
    opacity: 1;
    -moz-transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
.active .company_intro_item2{
    top: 95px;
    opacity: 1;
    -moz-transition-delay: 1.3s;
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
}
.active .company_intro_line1{
    opacity: 1;
    -moz-transition-delay: 2.1s;
    -webkit-transition-delay: 2.1s;
    transition-delay: 2.1s;
}






.company_intro2{
    margin-top: 0;
    height: 50%;
    overflow: hidden;
}
.company_intro_left{
    position: relative;
}
.company_intro2 .company_intro_item_box{
    position: absolute;
    width: 510px;
    height: 240px;
    right: 0;
    top: 50%;
    margin-top: -120px;
}
.company_intro2 .company_intro_item{
    position: absolute;
    opacity: 0;
    left: 0;
}
.company_intro_item4{
    top: 300px;
    -moz-transition: all .5s ease-in .4s;
    -webkit-transition: all .5s ease-in .4s;
    transition: all .5s ease-in .4s;
}
.company_intro_item5{
    top: 330px;
    -moz-transition: all .5s ease-in .2s;
    -webkit-transition: all .5s ease-in .2s;
    transition: all .5s ease-in .2s;
}
.company_intro_item6{
    top: 360px;
    -moz-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
}
.company_intro_line3{
    position: absolute;
    top: 65px;
    left: 30px;
    opacity: 0;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.company_intro_line4{
    position: absolute;
    top: 154px;
    left: 30px;
    opacity: 0;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.active .company_intro_item4{
    top: 0;
    opacity: 1;
    -moz-transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
.active .company_intro_item5{
    top: 90px;
    opacity: 1;
    -moz-transition-delay: 1.2s;
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
.active .company_intro_item6{
    top: 180px;
    opacity: 1;
    -moz-transition-delay: 1.7s;
    -webkit-transition-delay: 1.7s;
    transition-delay: 1.7s;
}
.active .company_intro_line3{
    opacity: 1;
    -moz-transition-delay: 2s;
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
}
.active .company_intro_line4{
    opacity: 1;
    -moz-transition-delay: 2.5s;
    -webkit-transition-delay: 2.5s;
    transition-delay: 2.5s;
}






.company_intro2 .company_intro_item_text{
    width: 380px;
}
.company_intro2 .company_intro_item_text1{
    letter-spacing: 2px;
}
.company_intro_right2{
    position: relative;
}
.company_intro_right2 img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 300px;
    top: 0;
    opacity: 0;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.active .company_intro_right2 img{
    opacity: 1;
    left: 0;
    -moz-transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    transition-delay: .7s;
}
.home_module{
    position: relative;
}

.home_module_tit{
    opacity: 0;
    -moz-transform:scale(0.5, 0.5);
    -webkit-transform:scale(0.5, 0.5);
    transform:scale(0.5, 0.5);
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.active .home_module_tit{
    opacity: 1;
    -moz-transform:scale(1, 1);
    -webkit-transform:scale(1, 1);
    transform:scale(1, 1);
    -moz-transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
.active .appli_home_module .home_module_tit{
    margin-top: 25px;
}

.home_module_tit{

}
.home_module_tit h3{
    font-size: 28px;
    text-align: center;
    color: #004098;
    font-weight: bold;
}
.home_module_tit_line{
    width: 80px;
    height: 1px;
    border-top: 1px solid #0B489C;
    margin: 10px auto;
}
.appli_home_module{
    position: absolute;
    height: 520px;
    width: 1020px;
    top: 50%;
    margin-top: -260px;
    left: 50%;
    margin-left: -510px;
}
.service_home_module{
    position: absolute;
    height: 390px;
    width: 1020px;
    top: 50%;
    margin-top: -225px;
    left: 50%;
    margin-left: -510px;
}

.home_module_con{
    margin-top: 50px;
}
.appli_item{
    position: absolute;
    width: 244px;
    left: 50%;
    cursor: pointer;
    opacity: 0;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.appli_item1{
    margin-left: -808px;
}
.appli_item2{
    margin-left: -404px;
}
.appli_item3{
    margin-left: 150px;
}
.appli_item4{
    margin-left: 554px;
}
.active .appli_item{
    opacity: 1;
    -moz-transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
.active .appli_item1{
    margin-left: -508px;
}
.active .appli_item2{
    margin-left: -254px;
}
.active .appli_item3{
    margin-left: 0;
}
.active .appli_item4{
    margin-left: 254px;
}







.appli_item.appli_item_no_left{
    margin-left: 0;
}
.appli_item:hover .appli_item_text{
    background: #004098;
}
.appli_item:hover .appli_item_text1{
    color: #fff;
}
.appli_item:hover .appli_item_text2{
    color: #B6C0D9;
}
.appli_item:hover .appli_item_line{
    border-top: 1px solid #5981BC;
}
.appli_item:hover .appli_item_text3{
    color: #fff;
}
.appli_item:hover .appli_item_text4{
    color: #fff;
    border: 1px solid #EB680E;
    background: #EB680E;
}
.appli_item_img{
    position: relative;
    width: 100%;
    height: 210px;
    overflow: hidden;
    text-align: center;
}
.appli_item_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.appli_item_text{
    position: relative;
    height: 205px;
    text-align: center;
    padding: 20px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #EEEEEE;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.appli_item_text1{
    color: #4B4B4B;
    font-weight: bold;
    font-size: 16px;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.appli_item_text2{
    color: #9A9A9A;
    margin-top: 6px;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.appli_item_line{
    margin: 10px auto;
    width: 100%;
    height: 1px;
    border-top: 1px solid #B6B6B6;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.appli_item_text3{
    width: 206px;
    line-height: 23px;
    margin: 0 auto;
    font-size: 12px;
    color: #6E6E6E;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.appli_item_text4{
    position: absolute;
    display: inline-block;
    width: 90px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border: 1px solid #ECA97C;
    color: #6C6C6C;
    left: 50%;
    margin-left: -45px;
    bottom: 25px;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.service_home_item{
    position: absolute;
    width: 163px;
    height: 280px;
    left: 50%;
    cursor: pointer;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    -moz-transition: margin-left 1s, margin-top 1s, opacity 1s, background .3s;
    -webkit-transition: margin-left 1s, margin-top 1s, opacity 1s, background .3s;
    transition: margin-left 1s, margin-top 1s, opacity 1s, background .3s;
}
.service_home_item1{
    margin-left: -801px;
}
.service_home_item2{
    /*margin-left: -534px;*/
    margin-left: -334px;
    margin-top: -320px;;
}
.service_home_item3{
    /*margin-left: -267px;*/
    margin-left: -167px;
    margin-top: 320px;;
}
.service_home_item4{
    /*margin-left: 100px;*/
    margin-left: 0;
    margin-top: 320px;;
}
.service_home_item5{
    /*margin-left: 367px;*/
    margin-left: 167px;
    margin-top: -320px;;
}
.service_home_item6{
    margin-left: 634px;
}

.active .service_home_item{
    opacity: 1;
    -moz-transition: margin-left 1s ease 0.7s, opacity 1s ease 0.7s, margin-top 1s ease 0.7s, background .3s;
    -webkit-transition: margin-left 1s ease 0.7s, opacity 1s ease 0.7s, margin-top 1s ease 0.7s, background .3s;
    transition: margin-left 1s ease 0.7s, opacity 1s ease 0.7s, margin-top 1s ease 0.7s, background .3s;
}
.active .service_home_item1{
    margin-left: -501px;
}
.active .service_home_item2{
    /*margin-left: -334px;*/
    margin-top: 0;
}
.active .service_home_item3{
    /*margin-left: -167px;*/
    margin-top: 0;
}
.active .service_home_item4{
    /*margin-left: 0;*/
    margin-top: 0;
}
.active .service_home_item5{
    /*margin-left: 167px;*/
    margin-top: 0;
}
.active .service_home_item6{
    margin-left: 334px;
}






div.no-m-l{
    margin-left: 0;
}
.service_home_item:hover{
    background: #004098;
}
.service_home_item:hover .service_home_item_con{
    top: 75px;
    height: 160px;
}
.service_home_item_con{
    position: absolute;
    width: 140px;
    height: 80px;
    left: 50%;
    margin-left: -70px;
    top: 100px;
    overflow: hidden;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.service_home_item_icon{
    width: 38px;
    height: 30px;
    background: url("../images/home/icon2.png") no-repeat;
    background-size: 360px;
    margin: 0 auto;
    overflow: hidden;
}
.service_home_item_icon1{
    background-position: 0 -71px;
}
.service_home_item_icon2{
    background-position: -38px -71px;
}
.service_home_item_icon3{
    background-position: -71px -71px;
}
.service_home_item_icon4{
    background-position: -107px -71px;
}
.service_home_item_icon5{
    background-position: -148px -70px;
}
.service_home_item_icon6{
    width: 50px;
    background-position: -185px -68px;
}
.service_home_item_tit{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    letter-spacing: 1px;
}
.service_home_item_line{
    border-top: 1px solid #fff;
    width: 110px;
    height: 1px;
    margin: 12px auto;
}
.service_home_item_text{
    width: 130px;
    color: #fff;
    text-align: center;
    margin: 10px auto;
    font-size: 12px;
}


.slide1_left_box{
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
}
.slide1_right_box{
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
}
.slide1_left, .slide1_right{
    position: absolute;
    top: 22%;
    width: 80%;
    height: 70%;
    left: 10%;
}
.slide1_left h3, .slide1_right h3, .slide2_top h3{
    text-align: center;
    font-size: 22px;
    color: #084599;
    font-weight: bold;
}
.slide1_left p, .slide1_right p{
    text-align: center;
    font-size: 14px;
    color: #6B6C6E;
    margin: 14px 0;
}
.slide1_left a, .slide1_right a, .slide2_top_btn{
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
    background: #EB680E;
    color: #fff;
    margin: 15px auto;
}
.slide1_left a:hover, .slide1_right a:hover, .slide2_top_btn:hover{
    color: #fff;
}
.slide1_left_tit{
    position: absolute;
    width: 100%;
    height: 118px;
    top: -200px;
    left: 0;
    opacity: 0;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.slide1_right_tit{
    position: absolute;
    width: 100%;
    height: 118px;
    bottom: -200px;
    left: 0;
    opacity: 0;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.slide1_left img{
    position: absolute;
    display: block;
    width: 80%;
    left: 10%;
    bottom: -200px;
    opacity: 0;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.slide1_right img{
    position: absolute;
    display: block;
    width: 62%;
    left: 19%;
    top: -200px;
    opacity: 0;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.active .slide1.active .slide1_left .slide1_left_tit{
    -moz-transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    transition-delay: .7s;
    opacity: 1;
    top: 0;
}
.active .slide1.active .slide1_right .slide1_right_tit{
    -moz-transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    transition-delay: .7s;
    opacity: 1;
    bottom: 0;
}
.active .slide1.active .slide1_left img{
    -moz-transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    transition-delay: .7s;
    opacity: 1;
    bottom: 0;
}
.active .slide1.active .slide1_right img{
    -moz-transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    transition-delay: .7s;
    opacity: 1;
    top: 0;
}

.slide .home_module_tit{
    position: absolute;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    top: 100px;
    opacity: 0;
    -moz-transform:scale(0.5, 0.5);
    -webkit-transform:scale(0.5, 0.5);
    transform: scale(.5, .5);
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.active .slide.active .home_module_tit{
    opacity: 1;
    -moz-transform:scale(1, 1);
    -webkit-transform:scale(1, 1);
    transform: scale(1, 1);
    -moz-transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    transition-delay: .7s;
}
.slide2_top{
    width: 600px;
    left: 50%;
    margin-left: -300px;
    top: 0;
    opacity: 0;
    position: absolute;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.active .slide2.active .slide2_top{
    -moz-transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    transition-delay: .7s;
    opacity: 1;
    top: 160px;
}
.slide2_top p{
    text-align: center;
    margin-top: 10px;
}
.slide2_top p a{
    padding: 3px 6px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    border: 1px solid transparent;
}
.slide2_top p a:hover{
    border: 1px solid #6D8FBD;
    color: #6D8FBD;
}
.steel_style_box{
    position: absolute;
    width: 250px;
    height: 400px;
    left: 50%;
    margin-left: -110px;
    bottom: -40px;
}
.steel_style_box img{
    position: absolute;
    width: 250px;
    height: 400px;
    left: 0;
    top: 300px;
    -ms-transform-origin:50% 100%;
    -webkit-transform-origin:50% 100%;
    -moz-transform-origin:50% 100%;
    transform-origin:50% 100%;
    -moz-transition: top 1s, transform 1s;
    -webkit-transition: top 1s, transform 1s;
    transition: top 1s, transform 1s;
}
.steel_style_box img.steel_style_1{
    width: 259px;
    height: 400px;
    left: -3px;
    top: 297px;
}
.active .slide2.active .steel_style_box img{
    -moz-transition: top 1s ease .7s, transform 1s ease 1.7s;
    -webkit-transition: top 1s ease .7s, transform 1s ease 1.7s;
    transition: top 1s ease .7s, transform 1s ease 1.7s;
    top: 0;
}
.active .slide2.active .steel_style_box .steel_style_1{
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    transform: rotate(60deg);
}
.active .slide2.active .steel_style_box .steel_style_2{
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.active .slide2.active .steel_style_box .steel_style_3{
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    transform: rotate(30deg);
}
.active .slide2.active .steel_style_box .steel_style_4{
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    transform: rotate(15deg);
}
.active .slide2.active .steel_style_box .steel_style_5{
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
}
.active .slide2.active .steel_style_box .steel_style_6{
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    transform: rotate(-15deg);
}
.active .slide2.active .steel_style_box .steel_style_7{
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
.active .slide2.active .steel_style_box .steel_style_8{
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.active .slide2.active .steel_style_box .steel_style_9{
    -ms-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
.slide3_text_box{
    position: absolute;
    width: 920px;
    height: 240px;
    left: 50%;
    margin-left: -460px;
    top: 50%;
    margin-top: 200px;
    background: rgba(255, 255, 255, .1);
    opacity: 0;
    -moz-transform:scale(0.5, 0.5);
    -webkit-transform:scale(0.5, 0.5);
    transform: scale(.5, .5);
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.active .slide3.active .slide3_text_box{
    margin-top: -80px;
    opacity: 1;
    -moz-transform:scale(1, 1);
    -webkit-transform:scale(1, 1);
    transform: scale(1, 1);
    -moz-transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    transition-delay: .7s;
}




.slide3_text{
    width: 890px;
    height: 210px;
    margin: 15px auto;
    background: rgba(0, 64, 152, .7);
    color: #fff;
    font-size: 22px;
    text-align: center;
}
.slide3_text .p1{
    padding-top: 40px;
}
.slide3_text .p2{
    margin-top: 20px;
}
.slide3_text .p3{
    margin-top: 20px;
}

.slide4_box{
    width: 676px;
    height: 414px;
    position: absolute;
    left: 50%;
    margin-left: -338px;
    top: 50%;
    margin-top: -200px;
}
.slide4_box .box{
    position: absolute;
    width: 138px;
    height: 138px;
    text-align: center;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    opacity: 0;
}
.slide4_box .box0{
    top: -170px;
    left: -150px;
}
.slide4_box .box1{
    top: -150px;
    left: -12px;
}
.slide4_box .box2{
    top: -150px;
    left: 206px;
}
.slide4_box .box3{
    top: -150px;
    left: 484px;
}
.slide4_box .box4{
    top: -150px;
    left: 702px;
}
.slide4_box .box5{
    top: 138px;
    left: -150px;
}
.slide4_box .box6{
    top: 138px;
    left: 702px;
}
.slide4_box .box7{
    top: 426px;
    left: 88px;
}
.slide4_box .box8{
    top: 426px;
    left: 326px;
}

.active .slide4.active .slide4_box .box{
    opacity: 1;
    -moz-transition-delay: 1.7s;
    -webkit-transition-delay: 1.7s;
    transition-delay: 1.7s;
}
.active .slide4.active .slide4_box .box10{
    top: 320px;
    left: 552px;
}
.active .slide4.active .slide4_box .box1{
    top: 0;
    left: 138px;
}
.active .slide4.active .slide4_box .box2{
    top: 0;
    left: 276px;
}
.active .slide4.active .slide4_box .box3{
    top: 0;
    left: 414px;
}
.active .slide4.active .slide4_box .box4{
    top: 0;
    left: 552px;
}
.active .slide4.active .slide4_box .box5{
    top: 138px;
    left: 0;
}
.active .slide4.active .slide4_box .box6{
    top: 138px;
    left: 552px;
}
.active .slide4.active .slide4_box .box7{
    top: 276px;
    left: 138px;
}
.active .slide4.active .slide4_box .box8{
    top: 276px;
    left: 276px;
}
.active .slide4.active .slide4_box .box0{
    top: -40px;
    left: -40px;
}
.active .slide4.active .slide4_box .box_big{
    -moz-transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    transition-delay: .7s;
    opacity: 1;
    -moz-transform:scale(1, 1);
    -webkit-transform:scale(1, 1);
    transform: scale(1, 1);
}


.slide4_box .box10{
    top: 470px;
    left: 702px;
}
.slide4_box .box.box10 p{
    font-size: 16px;
    margin-top: 5px;
}
.slide4_box .box.box10 p.box10_en{
    color: #DEE2E7;
    font-size: 12px;
}
.box10_icon{
    width: 32px;
    margin: 40px auto 5px;
}
.box10_icon img{
    width: 32px;
}
.slide4_box .box1, .slide4_box .box3, .slide4_box .box6, .slide4_box .box8{
    background: rgba(0, 64, 152, .5);
}
.slide4_box .box2, .slide4_box .box4, .slide4_box .box5, .slide4_box .box7, .slide4_box .box0, .slide4_box .box10{
    background: rgba(0, 64, 152, .7);
}
.slide4_box .box_big{
    position: absolute;
    width: 414px;
    height: 138px;
    top: 138px;
    left: 138px;
    background: #004098;
    text-align: center;
    opacity: 0;
    -moz-transform:scale(0.5, 0.5);
    -webkit-transform:scale(0.5, 0.5);
    transform: scale(.5, .5);
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.slide4_box .box10{
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.slide4_box .box_bg_img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.slide4_box .box_bg_img img{
    display: block;
    width: 100%;
    height: 100%;
}
.slide4_box .box_shadow{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(59, 59, 59, .1);
}
.slide4_box .box .box_bg_img{
    opacity: 0;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.slide4_box .box:hover .box_bg_img{
    opacity: 1;
}
.slide4_box .box_intro{
    position: absolute;
    width: 100%;
    left: 0;
    top: 50px;
    z-index: 2;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.slide4_box .box:hover .box_intro{
    height: 20px;
    top: 50%;
    margin-top: -10px;
    overflow: hidden;
}
.slide4_box .box:hover .box_intro h4{
    color: #fff;
}

.slide4_box .box_big h4{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
}
.slide4_box .box_big p{
    color: #C0C7DF;
    font-size: 12px;
    margin-top: 10px;
}
.slide4_box .box_big p.p2{
    margin-top: 5px;
}

.slide4_box .box h4{
    color: #DEE2E7;
    font-size: 16px;
}
.slide4_box .box p{
    color: #DEE2E7;
    font-size: 12px;
    margin-top: 10px;
}
.slide4_box .box p.p2{
    margin-top: 5px;
}
.slide5 .news_list_top{
    position: absolute;
    width: 1000px;
    height: 500px;
    left: 50%;
    margin-left: -500px;
    top: 50%;
    margin-top: -110px;
}
.slide5 .news_list_top_left{
    position: absolute;
    width: 480px;
    top: 10px;
    left: -200px;
    opacity: 0;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.slide5 .news_list_top_right{
    position: absolute;
    width: 480px;
    top: 0;
    right: -200px;
    opacity: 0;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.active .slide5.active .news_list_top_left{
    -moz-transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    transition-delay: .7s;
    opacity: 1;
    left: 0;
}
.active .slide5.active .news_list_top_right{
    -moz-transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    transition-delay: .7s;
    opacity: 1;
    right: 0;
}



.slide5 .news_list_top_bottom{
    height: 50px;
    background: #004098;
}
.slide5 .news_list_top_left h3{
    height: 22px;
    line-height: 22px;
}
.slide5 .news_list_top_left h3{
    margin-top: 5px;
    font-size: 15px;
}
.slide5 .news_list_top_left h4{
    font-size: 12px;
    height: 18px;
    line-height: 18px;
}
.slide5 .news_list_top_right_item{
    padding: 12px 0;
    border-bottom: 1px dashed #B6BAB9;
}
.slide5 .news_list_top_right_item1{
    padding-top: 0;
}
.slide5 .top_right_item_right{
    margin-top: 10px;
}
.slide5 .news_list_top_right_item1 .top_right_item_right a{
    color: #3467AB;
}
.slide5 .top_right_item_right a{
    font-size: 14px;
    color: #333331;
}
.slide5 .top_right_item_right p{
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.slide5 .item_left_day, .slide5 .item_left_date{
    color: #323232;
}
.slide5 .top_right_item_left1 .item_left_day, .slide5 .top_right_item_left1 .item_left_date{
    color: #004098;
}
.slide5 .item_left_line {
    height: 1px;
    border-top: 1px solid #A3A7AA;
    margin: 2px auto;
}

.section5 .footer{
    width: 100%;
    position: absolute;
    height: 75px;
    padding-top: 15px;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .8);
    color: #666867;
}
.section5 .link_item, .section5 .web_map {
    color: #666867;
}
.section5 .footer_line{
    border-top: 1px solid #D6D6D6;
}
.section5 .section_bg{
    background: url("../images/home/service_bg.png") no-repeat;
    background-size: 100%;
}






/*news_detail css*/
.banner_box{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.banner_top_box{
    position: relative;
    max-height: 355px;
    overflow: hidden;
}
.banner_top_box .banner_img{
    width: 100%;
}
.banner_tit{
    position: absolute;
    width: 500px;
    height: 100px;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -50px;
    color: #fff;
    text-align: center;
}
.banner_tit_1{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}
.banner_tit_2{
    font-size: 32px;
    font-weight: 100;
    text-align: center;
    margin-top: 5px;
}
.banner_tit_3{
    display: inline-block;
    width: 55px;
    margin: 8px auto;
    height: 2px;
    border-top: 2px solid #fff;
}
.detail_search_con .search_inp_box{
    float: left;
}
.bread_menu{
    float: right;
    width: 35%;
    text-align: right;
}
.bread_menu a{
    color: #fff;
}
.bread_menu a:hover{
    text-decoration: underline;
}
.detail_container{
    margin-top: 50px;
    padding-bottom: 50px;
}
.detail_con_left{
    position: relative;
    width: 20%;
    height: 100px;
    float: left;
}
.detail_con_left_box{
    position: absolute;
    left: 0;
    top: 0;
}
.news_left{
    background: #F5F6FB;
}
.news_left1{
    margin-bottom: 20px;
}
.news_left_tit{
    width: 100%;
    height: 55px;
    background: #004098;
    color: #fff;
    padding-top: 10px;
}
.news_left_tit1{
    text-align: center;
    font-weight: 400;
    font-size: 20px;
}
.news_left_tit2{
    text-align: center;
    font-weight: 200;
    font-size: 15px;
    color: #ddd;
}
.news_left_item{
    height: 45px;
}
.news_left_item a{
    display: inline-block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    font-size: 16px;
    color: #000;
    background: #F5F6FB;
    padding-left: 15px;
}
.news_left_item a:hover{
    color: #fff;
    background: #EB680E;
}
.news_left_img{
    width: 94%;
    margin: 15px auto;
}
.news_left_img img{
    display: block;
    width: 100%;
}
.news_left_item_box{
    padding-bottom: 15px;
}
.address_item{
    width: 94%;
    margin: 0 auto 15px;
}
.address_item_icon{
    width: 10%;
    height: 0;
    padding-bottom: 12%;
    float: left;
    overflow: hidden;
    background-size: 18px;
    background-position: 0 2px;
}
.address_item_icon1{
    background: url("../images/news_detail/news_left_icon1.png") no-repeat;
}
.address_item_icon2{
    background: url("../images/news_detail/news_left_icon2.png") no-repeat;
}
.address_item_text{
    width: 89%;
    float: left;
}
.detail_con_right{
    position: relative;
    width: 76%;
    background: #F5F6FB;
    margin-left: 3%;
    float: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 15px;
}
.article_tit_box h3{
    text-align: center;
    font-size: 18px;
    color: #003392;
    font-weight: 400;
}
.article_msg{
    width: 410px;
    margin: 10px auto;
    color: #4F4D4D;
}
.article_from, .article_time{
    display: inline-block;
    width: 200px;
    text-align: center;
}
.article_con_box{
    padding: 20px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    line-height: 25px;
    overflow: hidden;
}
.article_con_box iframe{
    margin: 10px auto;
}
.article_con_box img{
    width: 100%;
    padding: 15px 0;
}
.article_con_box p{
    line-height: 25px;
}
.news_con_img{
    width: 100%;
    display: block;
    margin: 10px auto;
}
.back_list_btn{
    display: inline-block;
    width: 83px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    background: #004098;
    border: none;
}
.back_list_btn:hover{
    background: #01275A;
}
.share_btn{
    float: right;
}
.article_bottom_line{
    margin-top: -1px;
}
.article_pre{
    margin-top: 30px;
}
.article_pre a{
    color: #003392;
}
.article_pre a:hover, .article_next a:hover{
    text-decoration: underline;
}
.article_next{
    margin-top: 10px;
}
.article_next a{
    color: #4F4D4D;
}
.module_box{
    width: 1020px;
    margin: 0 auto 50px;
}
.module_box.module_box_small{
    width: 730px;
}
.module_box_tit{
    height: 42px;
    line-height: 42px;
    background: #004098;
    color: #fff;
    padding-left: 20px;
}
.module_box_tit_h{
    font-weight: 400;
}
.module_box_tit_h span{
    display: inline-block;
    font-size: 13px;
    margin-left: 15px;
}
.module_box_tit_h .module_box_tit_text{
    font-size: 16px;
    margin-left: 0;
    float: left;
    font-weight: 600;
}
.module_box_tit_h .module_box_tit_line{
    display: inline-block;
    padding: 0 8px;
    margin-left: 0;
    float: left;
    font-size: 16px;
    color: #8395BF;
}
.module_box_tit_h .module_box_tit_en{
    display: inline-block;
    margin-left: 0;
    float: left;
    margin-top: 2px;
    color: #8395BF;
    font-size: 12px;
}
.module_box_con{
    border: 1px solid #ddd;
    padding-top: 20px;
    padding-bottom: 20px;
}
.hot_goods_roll{
    box-sizing: border-box;
    padding: 15px 5px;

}
.hot_goods_roll_con{
    overflow: hidden;
}
.hot_goods_roll .swiper-container{
    width: 100%;
    height: 300px;
    position: relative;
}
.hot_goods_roll .swiper-slide {
    padding: 0 8px;
    box-sizing: border-box;
}
.hot_goods_roll .pagination{
    bottom: 10px;
}
.goods_li_img_box{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    height: 200px;
    padding: 10px;
    display: block;
    border: 1px solid #ddd;
}
.goods_li_img_box:hover{
    box-shadow: 0 0 3px #ddd;
}
.hot_goods_li{
    height: 220px;
}
.hot_goods_li p{
    text-align: center;
    margin-top: 10px;
}
.hot_goods_li p a:hover{
    text-decoration: underline;
}
.goods_li_img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.latest_news_box{
    height: 202px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
    padding: 5px 15px;
}
.latest_news_img_box{
    width: 26%;
    height: 100%;
    float: left;
}
.latest_news_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.latest_news_right{
    width: 70%;
    float: left;
    margin-left: 4%;
}
.latest_news_item_tit{
    font-weight: 400;
}
.news_item_tit_spec{
    display: block;
    color: #134E9E;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    font-size: 16px;
}
.news_item_tit_nor{
    font-size: 14px;
}
.latest_news_item{
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
}
.latest_news_item1{
    padding-top: 0;
}
.latest_news_item_last{
    padding-bottom: 0;
    border-bottom: none;
}
.latest_news_item_con{
    margin-top: 6px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 13px;
}
.news_item_tit_nor:hover{
    color: #134E9E;
}
.tit_nor_tit{
    display: inline-block;
    width: 280px;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.tit_nor_time{
    float: right;
}
.latest_news_bottom{
    padding: 5px 15px;
    margin-top: 10px;
}
.latest_news_bottom_box{
    width: 48%;
    float: left;
}
.latest_news_bottom_box2{
    margin-left: 4%;
}
.footer{
    color: #fff;
    height: 100px;
    background: #004098;
    padding-top: 50px;
}
.footer_container{
    width: 900px;
    margin: 0 auto;
}
.link_box{

}
.link_item{
    color: #fff;
    margin-right: 25px;
}
.link_item:hover{
    text-decoration: underline;
}
.footer_line{
    height: 1px;
    border-top: 1px solid #ddd;
    overflow: hidden;
    margin: 10px 0;
}
.web_map{
    color: #fff;
    float: right;
}
.web_map:hover{
    text-decoration: underline;
}

#share_box{
    float: right;
}
#share-qrcode { background-image: url(../plugins/share/images/wechat.png); }
#share-douban { background-image: url(../plugins/share/images/db.png); }
#share-qzone { background-image: url(../plugins/share/images/qzone.png); }
#share-sina { background-image: url(../plugins/share/images/sina.png); }
#share-qq { background-image: url(../plugins/share/images/qq.png); }
#share_con{
    float: right;
}
#share_con>div{
    width: 20px;
    height: 20px;
    float: left;
    cursor: pointer;
    border-radius: 4px;
    background-size: 20px;
    margin: 0 5px;
}

.right_tools{
    position: absolute;
    top: 535px;
    right: 30px;
    height: 490px;
    width: 100px;
    color: #fff;
    background: url("../images/news_detail/tools_bg2.png") no-repeat;
    background-size: 100px;
    z-index: 999;
}
.right_tools_con{
    position: absolute;
    top: 0;
    right: -1px;
}
.right_tools_item{
    background: url("../images/news_detail/right_tools.png") no-repeat;
    overflow: hidden;
}
.right_tools_top{

}
.wechat_box{
    width: 99px;
    padding-top: 10px;
    padding-bottom: 15px;
    margin-right: 2px;
    margin-top: 50px;
}
.wechat_box img{
    width: 66px;
    display: block;
    margin: 0 auto;
}
.right_tools_p{
    margin-top: 3px;
    text-align: center;
    font-size: 12px;
}
.goods_box{
    display: block;
}
.goods_box p{
    color: #fff;
}
.service_box, .goods_box, .top_box{
    width: 99px;
    height: 76px;
    padding-top: 20px;
    border-top: 1px solid #7596C2;
    cursor: pointer;
}
.close_box{
    width: 50px;
    height: 20px;
    margin: 10px auto;
    background-position: -145px 0;
    background-size: 180px;
    cursor: pointer;
}
.service_box:hover, .goods_box:hover, .top_box:hover{
    background: #1D5CB2;
}
.service_icon{
    width: 45px;
    height: 40px;
    margin: 0 auto;
    background-position: 2px 0;
    background-size: 160px;
}
.goods_icon{
    width: 42px;
    height: 40px;
    margin: 0 auto;
    background-position: -43px 0;
    background-size: 160px;
}
.top_icon{
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background-position: -85px 0;
    background-size: 160px;
}


/*news_list*/
.new_list_tab{
    width: 500px;
    margin: 40px auto 0;
    text-align: center;
}
.new_list_tab_con{
    display: inline-block;
}
.new_list_tab_item{
    width: 100px;
    height: 18px;
    line-height: 20px;
    text-align: center;
    float: left;
}
.new_list_tab_a{
    display: inline-block;
    padding: 3px 10px;
    margin-top: -4px;
}
.new_list_tab_a.active{
    background: #004098;
    color: #fff;
}
.new_list_tab_a:hover{
    background: #004098;
    color: #fff;
}
.new_list_tab_item_line{
    border-right: 2px solid #747474;
}
.new_list_tab_bottom_line{
    margin-top: 30px;
    height: 1px;
    border-top: 1px solid #CDDAEB;
}
.news_list_top{
    margin-top: 30px;
}
.news_list_top_left{
    width: 44%;
    height: 260px;
    overflow: hidden;
    position: relative;
    float: left;
}
.news_list_top_left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news_list_top_bottom{
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}
.news_list_top_left h3, .news_list_top_left h4{
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    width: 90%;
    margin-left: 5%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.news_list_top_left h4{
    height: 22px;
    line-height: 22px;
}
.news_list_top_left a{
    color: #fff;
}
.news_list_top_left h4 a{
    color: #ddd;
}
.news_list_top_left h3 a:hover{
    text-decoration: underline;
}
.news_list_top_right{
    width: 50%;
    float: right;
}
.news_list_top_right_item{
    padding: 16px 0;
    border-bottom: 1px dashed #ddd;
}
.news_list_top_right_item1{
    padding-top: 0;
}
.top_right_item_left{
    width: 13%;
    float: left;
}
.top_right_item_right{
    width: 81%;
    margin-left: 5%;
    float: left;
}
.item_left_day{
    text-align: center;
    color: #003992;
    font-size: 22px;
    font-weight: bold;
    margin-top: 2px;
}
.item_left_line{
    height: 2px;
    border-top: 2px solid #D9D9D9;
    margin: 2px auto;
}
.item_left_date{
    text-align: center;
    color: #003992;
}
.top_right_item_right a{
    color: #074379;
    font-weight: 400;
    font-size: 15px;
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.top_right_item_right a:hover{
    text-decoration: underline;
}
.top_right_item_right p{
    margin-top: 2px;
    font-size: 12px;
    line-height: 18px;
    color: #7E7E7E;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news_box_list{
    margin-top: 15px;
}
.yingyong_list{
    min-height: 100px;
}
.news_box_list_item{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 31%;
    float: left;
    padding: 15px 15px 20px;
    background: #F5F6FB;
    border: 1px solid #B3B3B5;
    margin-left: 3.5%;
    margin-top: 35px;
}
.news_box_list_item_img{
    display: block;
    height: 163px;
}
.news_box_list_item.list_item_no_left{
    margin-left: 0;
}
.news_box_list_item:hover{
    background: #004098;
}
.news_box_list_item:hover h3 a{
    color: #fff;
}
.news_box_list_item:hover .news_box_list_item_con, .news_box_list_item:hover .news_item_date{
    color: #ddd;
}
.news_box_list_item h3{
    margin-top: 15px;
}
.news_box_list_item h3 a{
    display: block;
    color: #555656;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.news_box_list_item h3 a:hover{
    text-decoration: underline;
}
.news_box_list_item_con{
    height: 48px;
    color: #8B8C90;
    font-size: 12px;
    margin: 5px 0 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news_box_list_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.news_item_more{
    float: right;
    color: #EB813B;
}
.news_item_more:hover{
    text-decoration: underline;
}
.hw_pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.hw_pagination > li {
    display: inline;
}
.hw_pagination > li > a, .hw_pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.hw_pagination > li > span.current_page{
    background-color:#F5F5F5;
}
.hw_pagination > li:first-child > a, .hw_pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.hw_pagination > li:last-child > a, .hw_pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.hw_pagination > li > a:hover, .hw_pagination > li > span:hover, .hw_pagination > li > a:focus, .hw_pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.hw_pagination > .active > a, .hw_pagination > .active > span, .hw_pagination > .active > a:hover, .hw_pagination > .active > span:hover, .hw_pagination > .active > a:focus, .hw_pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.hw_pagination > .disabled > span, .hw_pagination > .disabled > span:hover, .hw_pagination > .disabled > span:focus, .hw_pagination > .disabled > a, .hw_pagination > .disabled > a:hover, .hw_pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.hr-pagination {
    position: relative;
    width:90%;
    margin: 30px auto 0;
    text-align: center;
}

/*application_field*/
.application_item{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 31%;
    float: left;
    margin-left: 3.5%;
    margin-top: 35px;
}
.application_item_img_box{
    display: block;
    height: 231px;
}
.application_item_no_left{
    margin-left: 0;
}
.application_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.application_item h3 a{
    padding: 10px 0;
    text-align: center;
    display: block;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
}
.application_item:hover h3 a{
    background: #004098;
    color: #fff;
}


/*trend_list*/
.trend_list_item{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 25%;
    height: 275px;
    padding: 15px;
    border-bottom: 1px dashed #ddd;
    float: left;
    margin-bottom: 30px;
    cursor: pointer;
}
.img_box{
    width: 100%;
    height: 142px;
}
.img_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.can_up .img_box img{
    height: 142px;
}
.trend_item_tit{
    font-weight: 400;
    font-size: 14px;
    color: #3C3C3C;
    margin: 8px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.trend_item_con{
    font-size: 12px;
    color: #7A7A7A;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.black_circle{
    width: 8px;
    height: 8px;
    margin: 0 auto;
    border-radius: 50%;
    background: #434343;
}
.trend_time{
    text-align: center;
}
.trend_list_item_box{
    position: relative;
    height: 100%;
}
.trend_list_item_box:hover .can_up{
    top: 0;
}
.trend_list_item_box:hover .black_circle{
    background: #014097;
}
.trend_list_item_box:hover .trend_time{
    color: #014097;
}
.can_up{
    position: absolute;
    width: 100%;
    top: 20px;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.can_down{
    position: absolute;
    width: 100%;
    bottom: -38px;
}

/*products_list*/

.product_menu_tit{
    font-size: 15px;
    font-weight: 400;
    background: #EB680E;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
}
.product_menu_item{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
}
.product_menu_item:hover, .product_menu_item.active{
    background: #FFFFFF;
    border-left: 2px solid #185284;
}
.product_list_item{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 32%;
    float: left;
    margin-left: 2%;
    margin-bottom: 30px;
}
.product_list_item.product_list_item_noleft{
    margin-left: 0;
}
.product_img_box{
    padding: 15px;
    border: 1px solid #DBDCDF;
    height: 230px;
    box-sizing: border-box;
}
.product_list_item p{
    position: relative;
}
.product_list_arrow{
    position: absolute;
    right: 20px;
    display: none;
}
.product_list_item:hover .product_img_box{
    border: 2px solid #004098;
    padding: 14px;
}
.product_list_item:hover p{
    background: #004098;
    color: #fff;
}
.product_list_item:hover .product_list_arrow{
    display: inline-block;
}
.product_list_item p{
    text-align: center;
    padding: 8px 0 10px;
}


/*products_detail*/
.product_intro_top{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 20px;
}
.product_intro_con{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.intro_top_left{
    position: relative;
    width: 40%;
    float: left;
}
.pre_img_box{
    position: relative;
    width: 210px;
    height: 230px;
    margin: 0 auto;
}
.intro_top_big_img_box{
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #fff;
    border: 1px solid #6C91C3;
    padding: 10px;
    overflow: hidden;
}
.intro_top_big_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.products_img_roll_box{
    width: 260px;
    margin: 10px auto;
    position: relative;
}
.products_img_roll_con{
    position: relative;
    width: 210px;
    height: 80px;
    margin: 0 auto;
    overflow: hidden;
}
.products_img_roll_all{
    position: absolute;
    width: 2000px;
    height: 80px;
    left: 0;
    top: 0;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.roll_all_img_box{
    width: 70px;
    height: 76px;
    float: left;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
}
.roll_all_img_con{
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #fff;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.roll_all_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.products_img_roll_left{
    position: absolute;
    width: 20px;
    height: 30px;
    line-height: 30px;
    left: 0;
    top: 50%;
    margin-top: -22px;
    font-size: 50px;
    color: #3769AD;
    cursor: pointer;
}
.products_img_roll_right{
    position: absolute;
    width: 20px;
    height: 30px;
    line-height: 30px;
    right: 0;
    top: 50%;
    margin-top: -22px;
    font-size: 50px;
    color: #3769AD;
    cursor: pointer;
}
.intro_top_right{
    width: 60%;
    float: left;
}
.intro_attr_title{
    color: #494949;
    margin-bottom: 20px;
}
.intro_attr_box{
    position: relative;
    font-size: 13px;
    margin-bottom: 15px;
    min-height: 17px;
}
.intro_attr_label{
    position:absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 100%;
    min-height: 17px;
    float: left;
    color: #3365AA;

}
.intro_attr_val{
    height: 100%;
    margin-left: 70px;
}
.intro_conact{
    padding-top: 20px;
}
.intro_conact_lab{
    font-size: 13px;
    color: #3365AA;
}
.intro_conact_tel{
    font-size: 18px;
    color: #EC670F;
    font-weight: 600;
}
.intro_conact_link{
    display: inline-block;
    font-size: 13px;
    color: #fff;
    padding: 3px 10px;
    background: #EC670F;
    border-radius: 5px;
    margin-top: 10px;
}
.product_intro_con_img{
    width: 730px;
    margin: 0 auto;
}
.product_intro_con_img img{
    width: 100%;
}
.roll_big_box{
    width: 720px;
    height: 210px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.roll_big_box_tall{
    height: 225px;
}
.roll_big_box_tall .pagination{
    bottom: -50px;
}
.roll_big_img_box{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 230px;
    height: 176px;
    float: left;
    padding: 10px;
    overflow: hidden;
}
.roll_big_img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.roll_big_dot{
    text-align: center;
}
.dot{
    display: inline-block;
    width: 15px;
    height: 15px;
    text-align: center;
    border-radius: 50%;
    margin: 0 10px;
    cursor: pointer;
}
.dot.active{
    border: 1px solid #EE7A2D;
}
.dot_in{
    display: inline-block;
    background: #EE7A2D;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-top: 5px;
}
.vert_box{
    width: 730px;
    height: 150px;
    margin: 0 auto;
    background: url("../images/vert_bg.png") no-repeat;
    background-size: 730px;
}
.advert_left{
    width: 62%;
    height: 80px;
    margin-top: 36px;
    float: left;
    border-right: 2px solid #308ABE;
}
.advert_left1{
    font-size: 25px;
    text-align: center;
    margin-top: 5px;
    color: #fff;
    letter-spacing: 1px;
}
.advert_left2{
    font-size: 13px;
    text-align: center;
    font-weight: 400;
    margin-top: 15px;
    color: #A1BED8;
}
.advert_right{
    width: 36%;
    height: 80px;
    margin-top: 36px;
    float: left;
}
.advert_right1{
    padding-left: 60px;
    font-size: 15px;
    color: #fff;
}
.advert_right2{
    padding-left: 60px;
    font-size: 22px;
    font-weight: bold;
    margin-top: 1px;
    color: #EB670E;
}
.advert_right3{
    display: inline-block;
    margin-left: 60px;
    padding: 3px 10px;
    background: #EC670F;
    margin-top: 5px;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
}
.service_item_box{
    width: 340px;
    height: 124px;
    float: left;
    margin-left: 15px;
    border: 1px solid #5781BB;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 15px 0;
}
.service_item_text{
    text-align: center;
    font-weight: bold;
    color: #003F96;
}
.service_item_left{
    width: 32%;
    float: left;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.service_item_icon{
    width: 60px;
    height: 60px;
    margin: 5px auto 8px;
    border-radius: 50%;
}
.service_item_icon1{
    background: url("../images/product_detail/s1.png") no-repeat;
    background-size: 60px;
}
.service_item_icon2{
    background: url("../images/product_detail/s2.png") no-repeat;
    background-size: 60px;
}
.service_item_icon3{
    background: url("../images/product_detail/s3.png") no-repeat;
    background-size: 60px;
}
.service_item_icon4{
    background: url("../images/product_detail/s4.png") no-repeat;
    background-size: 60px;
}
.service_item_right{
    width: 68%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.service_item_right p{
    font-size: 13px;
    line-height: 23px;
}
/*about_us*/
.about_con{
    margin-top: 50px;
}
.about_intro_left{
    width: 40%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.about_intro_left h2{
    font-size: 20px;
    color: #494949;
    letter-spacing: 2px;
}
.about_intro_left p{
    font-size: 10px;
    font-weight: 400;
    color: #494949;
}
.about_intro_right{
    width: 60%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 12px;
    color: #777777;
    line-height: 25px;
}
.about_intro_img{
    margin-top: 50px;
}
.about_intro_img_box{
    width: 31.6%;
    height: 216px;
    overflow: hidden;
    float: left;
    margin-left: 2.5%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.about_intro_img_box.about_intro_img_box_noleft{
    margin-left: 0;
}
.about_intro_img_box img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.culture_box{
    background: #F5F6FB;
}
.culture_con{
    padding: 50px 0;
}
.culture_con_left{
    float: left;
    width: 60%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.culture_con_tit h3{
    font-size: 16px;
    font-weight: 400;
}
.culture_con_tit p{
    font-size: 12px;
    font-weight: 400;
    color: #98999D;
}
.culture_con_tit{
    padding: 0 10px;
    border-left: 2px solid #004098;
}
.culture_con_img{
    width: 450px;
    height: 240px;
    position: relative;
    margin-top: 35px;
}
.culture_con_img1{
    display: block;
    position: absolute;
    width: 260px;
    top: 0;
    left: 0;
    z-index: 3;
}
.culture_con_img2{
    display: block;
    position: absolute;
    width: 260px;
    bottom: 0;
    right: 0;
    z-index: 2;
}
.culture_con_img_line{
    position: absolute;
    left: 15px;
    bottom: 10px;
    width: 230px;
    height: 130px;
    border: 1px solid #ddd;
}
.culture_block{
    width: 6px;
    height: 6px;
    background: #174F80;
    position: absolute;
    left: -1px;
    bottom: -1px;
}
.culture_left_line{
    position: absolute;
    width: 1px;
    height: 80px;
    left: 5px;
    bottom: 5px;
    border-left: 1px solid #ddd;
}
.culture_bottom_line{
    position: absolute;
    height: 1px;
    width: 160px;
    left: 5px;
    bottom: 4px;
    border-top: 1px solid #ddd;
}
.culture_text1, .culture_text2{
    position: absolute;
    left: 30px;
    font-size: 13px;
    color: #3B3B3B;
}
.culture_text_blue{
    color: #004097;
    font-weight: 600;
    padding-right: 5px;
}
.culture_text1{
    top: 60px;
}
.culture_text2{
    top: 85px;
}
.culture_con_right{
    float: left;
    width: 40%;
    box-sizing: border-box;
}
.culture_con_right h3{
    margin-top: 36px;
}
.culture_con_right p{
    margin-top: 10px;
    color: #5B5B5C;
    font-size: 13px;
}
.culture_con_right p span{
    padding-right: 10px;
}
.culture_con_right .culture_con_right_h3{
    margin-top: 0;
}
.price_trend_box{
    padding: 50px 0;
}
#echart_box{
    height: 300px;
}
.price_search{
    text-align: center;
    margin: 30px 0;
}
.s_year_box, .s_attr_box{
    display: inline-block;
}
.s_attr_box{
    margin-left: 30px;
}
.s_year_box select, .s_attr_box select{
    width: 100px;
    border: 1px solid #ddd;
    padding: 5px 3px;
    border-radius: 3px;
}

/*contact*/
#dituContent{
    width: 900px;
    height:300px;
    margin: 50px auto;
}
.contact_item_box{
    width: 900px;
    height: 160px;
    margin: 50px auto;
}
.contact_item_icon{
    width: 100px;
    height: 90px;
    margin: 10px 72px 0;
}
.contact_item_icon1{
    background: url("../images/contact1.png") no-repeat;
    background-size: 100px;
}
.contact_item_icon2{
    background: url("../images/contact2.png") no-repeat;
    background-size: 100px;
}
.contact_item_icon3{
    background: url("../images/contact3.png") no-repeat;
    background-size: 100px;
}
.contact_item_icon4{
    background: url("../images/contact4.png") no-repeat;
    background-size: 100px;
}
.contact_item{
    width: 25%;
    box-sizing: border-box;
    float: left;
}
.contact_item p{
    text-align: center;
}
.contact_line{
    width: 900px;
    margin: 50px auto
}
.contact_line h3{
    color: #09469A;
    text-align: center;
    font-weight: 400;
}
.contact_tit_line{
    width: 40px;
    height: 1px;
    border-top: 1px solid #09469A;
    margin: 6px auto;
}
.contact_tit2{
    text-align: center;
    font-size: 10px;
    margin-bottom: 20px;
}
.contact_inp_box{

}
.contact_inp_box input{
    width: 200px;
    border: 1px solid #ddd;
    padding: 5px 3px;
}
.contact_inp_box span{
    color: #E51415;
}
.contact_textarea{
    margin-top: 15px;
}
.contact_textarea textarea{
    box-sizing: border-box;
    resize: none;
    border: 1px solid #ddd;
    width: 888px;
    padding: 10px;
}
.contact_inp_box .contact_inp_code{
    margin-top: 15px;
    width: 100px;
}
.contact_btn{
    width: 108px;
    height: 25px;
    line-height: 25px;
    background: #DC251D;
    color: #fff;
    border: none;
    margin-top: 15px;
}
.contact_inp_box input::-webkit-input-placeholder{color:#A7A7A7;font-size: 12px;} /* 使用webkit内核的浏览器 */
.contact_inp_box input:-moz-placeholder{color:#A7A7A7;font-size: 12px;} /* Firefox版本4-18 */
.contact_inp_box input::-moz-placeholder{color:#A7A7A7;font-size: 12px;} /* Firefox版本19+ */
.contact_inp_box input:-ms-input-placeholder{color:#A7A7A7;font-size: 12px;}
.area_inp_box{
    margin-bottom: 10px;
}
.area_inp{
    float: left;
}
.area_pick {
    float: right;
    display: inline-block;
}
.area_pick select{
    border: 1px solid #ddd;
    height: 27px;
    width: 133px;
}
.contact_textarea_r{
    float: right;
    margin-top: 45px;
}
.copyright a{
    color: #fff;
}
.v_code input{
    float: left;
}
.v_code #code_img{
    display: inline-block;
    margin-top: 16px;
    margin-left: 5px;
    float: left;
}
.v_code span{
    float: left;
    margin-top: 20px;
    margin-left: 5px;
    display: inline-block;
}
.product_list_con{
    min-height: 930px;
}
.no_data{
    text-align: center;
    font-size: 16px;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #959595;
}
.pre_img{
    width: 100%;
    display: block;
}
.layui-layer.layui-layer-page{
    background: none;
    box-shadow: none;
}
.roll_big_con .swiper-container {
    width: 720px;
    height: 170px;
    position: relative;
}
.roll_big_con .swiper-slide {
    padding: 0 10px;
    box-sizing: border-box;
}
.roll_big_con .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.roll_big_con .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .module_box .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}
.roll_big_con .swiper-pagination-bullet, .module_box .swiper-pagination-bullet {
    position: relative;
    width: 4px;
    height: 4px;
    display: inline-block;
    border-radius: 100%;
    background: #ED6E1C;
    opacity: 1;
}
.roll_big_con .swiper-pagination-bullet-active:after, .module_box .swiper-pagination-bullet-active:after{
    content: '';
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 10px;
    left: -4px;
    top: -4px;
    border: 1px solid #ED6E1C;
    border-radius: 50%;
}
.roll_big_con .swiper-container-horizontal>.swiper-pagination-bullets, .roll_big_con .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 30px;
}
.pre_small_box .mask {
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    opacity:0;
    z-index:2;
    cursor:move;
}
.pre_small_box .float_layer {
    position:absolute;
    width:50px;
    height:50px;
    background:rgba(0,0,0,0.5);
    display:none;
}
.pre_big_box {
    position:absolute;
    left:270px;
    top:0;
    width:550px;
    height:450px;
    overflow:hidden;
    display:none;
    z-index: 999;
}
.pre_big_box img {
    position:absolute;
}
.fix_img{
    width: 100%;
    height: 100%;
}
.fix_img_bg {
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    -webkit-background-size: contain;
    background-repeat: no-repeat;
}
.fix_img_bg.fix_img_bg_contain{
    background-size: contain;
}
.p_img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.license{
    position: relative;
    display: inline-block;
    padding-left: 18px;
}
.license img{
    position: absolute;
    left: 0;
    top: 2px;
}
.roll_big_text{
    text-align: center;
    padding-top: 5px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.advert_left2_item{
    display: inline-block;
    padding-left: 15px;
}

@media screen and (max-width: 1300px) {
    .header .index_header_box{
        height: 50px;
    }
    .logo_img{
        width: 150px;
        margin-top: 12px;
    }
    .menu_a{
        height: 50px;
        line-height: 50px;
    }
    .header .container_width{
        margin-top: 0;
    }
    .company_intro{
        padding-top: 77px;
    }
    .company_intro_tit{
        top: 53px;
    }
    .company_intro_img1{
        width: 330px;
        height: 180px;
        margin-top: -75px;
    }
    .active .company_intro_img1{
        right: 85px;
    }
    .slide4_box{
        margin-top: -170px;
    }
    .slide .home_module_tit{
        top: 70px;
    }
    .steel_style_box{
        width: 200px;
        height: 300px;
        left: 50%;
        margin-left: -100px;
        bottom: -50px;
    }
    .steel_style_box img{
        width: 200px;
        height: 300px;
    }
    .steel_style_box img.steel_style_1{
        width: 209px;
        height: 330px;
        left: -3px;
        top: 297px;
    }
    .color_box{
        top: -28px;
    }
    .color_box1{
        height: 28px;
    }
    .color_box2{
        height: 200px;
    }
}

.reviewed_pass, .reviewed_unpass{
    width: 80px;
    height: 30px;
    line-height: 30px;
    outline: none;
    color: #fff;
    background-color: #5cb85c;
    border-radius: 5px;
    border: none;
}
.reviewed_unpass{
    color: #fff;
    background-color: #ddd;
}