
* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

ul {
    list-style: none;
    overflow: hidden;
}

img {
    border: none;
}

i,
em {
    font-style: normal;
}

a {
    text-decoration: none;
}

input,
button,
textarea {
    border: none;
    box-sizing: border-box;
    padding-left: 20px;
    color: #ccc;
}

input:focus,
button:focus,
textarea:focus {
    outline: none;
}
/*com*/
.n_banner {
    height: 560px;
    position: relative;
    margin-top: -30px;
}

.n_banner .swiper-container {
    height: 560px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.page_cover {
    background: url(../images/page_cover.png) top left no-repeat;
    height: 200px;
    position: relative;
    z-index: 2;
    margin-top: 210px;
}

.position {
    position: relative;
    z-index: 2;
}

#po {
    float: right;
}

.pos_con {
    width: 1450px;
    margin: 0 auto;
    line-height: 55px;
    overflow: hidden;
    border-bottom: 1px solid #efefef;
}

.pos_con span {
    font-size: 14px;
    color: #333;
}

.pos_con a {
    color: #666;
    font-size: 14px;
}

.page_com {
    background: #fff;
    margin-top: 50px;
    position: relative;
}

.page_com_con {
    width: 1250px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 50px;
}
.page_com_con p{
    color: #333;
    line-height: 35px;
    font-size: 15px;
    margin-top: 10px;
}
.page_com_tit {
    margin: 20px 0;
    position: relative;
}

.page_com_des {
    position: relative;
    width: 750px;
    margin-left: 50px;
}

.page_com_des p {
    margin: 15px 0;
    line-height: 25px;
    font-size: 15px;
    color: #333;
}

.page_com_des img {
    margin: 15px auto;

}

/*liucheng*/
.liucheng {
    position: relative;
    z-index: 1111;
    width: 1250px;
    margin: 0 auto 0 auto;
}

.liucheng_tit span {
    display: block;
    float: left;
    font-size: 90px;
    color: #0058d6;
}

.liucheng_tit {
    width: 425px;
    margin: 0 auto;
    overflow: hidden;
}

.liucheng_tit i,
.liucheng_tit em {
    font-style: normal;
    display: block;
}

.liucheng_tit i {
    font-size: 17px;
    color: #1b9c53;
    text-transform: uppercase;
}

.liucheng_tit em {
    font-size: 32px;
    color: #1b9c53;
    font-weight: bold;
}

.t_l {
    margin-left: 10px;
    margin-top: 23px;
    float: left
}

.liucheng_con ul {
    width: 1300px;
}

.liucheng_con ul li {
    float: left;
    width: 150px;
    margin: 40px 60px 0 0;
    position: relative;
    cursor: pointer;
}

.liucheng_con ul li::after {
    content: '';
    display: block;
    width: 17px;
    height: 22px;
    position: absolute;
    right: -35px;
    top: 37%;
    margin-top: -11px;
    background: url(../images/j.png) top left no-repeat;
}

.liucheng_con ul li:last-child::after {
    content: '';
    background: none;
}

.big_c {
    width: 150px;
    height: 150px;
    background: url(../images/lc_bg.png) center center no-repeat;
    text-align: center;
    transition: all 0.5s;
}

.big_c img {
    margin: 45px 0;
}

.liucheng_con ul li span {
    text-align: center;
    margin: 10px auto;
    display: block;
    font-size: 17px;
    color: #1b9c53;
}

.liucheng_con ul li:hover .big_c {
    transform: rotate(360deg);
}

/*page_pro*/
.page_pro{
    position: relative;
    z-index: 22;
    margin-top:30px ;
}
.page_pro_con{
    width: 1250px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding-bottom: 50px;
}

/*page_news*/
.page_news{position: relative; z-index: 111;}
.page_news_con{ width: 1250px;margin: 0 auto;z-index: 2;}
.page_news_con ul li{
    overflow: hidden;
    padding: 30px 0;
    background: #f7f7f7;
    margin: 20px 0;
    cursor: pointer;
    position: relative;
    transition: all 0.5s;
}
.page_news_p>a{
    display: block;
    width: 120px;
    height: 35px;
    border-radius: 30px;
    background: #0063af;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    color: #fff;
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.page_news_con ul li:hover{background: #0063af;}
.page_news_con ul li:hover .date,.page_news_con ul li:hover .year{color: #fff;}
.page_news_con ul li:hover .page_news_img img{transform: scale(1.1);}
.page_news_con ul li:hover .page_news_p h2 a{color: #fff;}
.page_news_con ul li:hover .page_news_p p{color: rgba(255,255,255,.8);}
.page_news_con ul li:hover .page_news_p>a{background: #f59200;animation: doudong 0.8s ease-in-out;}
.page_news_con ul li:hover .page_news_p h2 a::before{content:'';
    display: inline-block;
    width: 45px;
    height: 2px;
    background: #fff;
    margin-right: 12px ;
    vertical-align: middle;
}
.time{
    float: left;
    width: 180px;
    text-align: center;
    padding-top: 24.5px;
}
.time span{
    display: block;
}
.date{
    font-size: 72px;
    font-weight: bold ;
    color: #c2c2c2;
    text-align: center;
}
.year{
    font-size: 20px;
    color: #4c4c4c;
}
.page_news_des{
    float: left;
    overflow: hidden;
}
.page_news_img{
    float: left;
    width: 240px;
    height: 160px;
    overflow: hidden;
}
.page_news_img img{
    transition: all 0.6s;
    width: 100%;
    height: auto;
    min-height: 160px;
}
.page_news_p{
    float: left;
    width: 700px;
    margin-left:50px ;
}
.page_news_p h2 a{
    font-size: 18px;
    color: #333333;
    font-weight: normal ;
}
.page_news_p h2 a::before{
    content:'';
    display: inline-block;
    width: 15px;
    height: 2px;
    background:#0063af;
    margin-right: 12px ;
    vertical-align: middle;
    transition: all 0.6s;
}
.page_news_p p{
    font-size: 15px;
    color: #7b7b7b;
    line-height: 26px;
    margin-top: 15px ;
}
/*page_contact*/
.page_contact{
    position: relative;
    z-index: 2;
}
.page_contact_con{
    width: 1250px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 2;
    padding-bottom: 50px;
}
.page_contact_con_top_l{
    width: 48%;
    float: left;
    position: relative;
}
.page_contact_con_top{
    overflow: hidden;
    position: relative;
}
.page_contact_con_top_l em{
    display: block;
    font-size: 15px;
    color: #333;
}
.page_contact_con_top_l h3{
    font-size: 24px;
    margin: 15px 0;
}
.page_contact_con_top_l ul li{
    line-height: 40px;
    font-size: 15px;
    color: #666;
}
.page_contact_con_top{
    margin: 50px 0;
}
.page_contact_con_top_r{
    width: 70%;
    height: 563px;
    position: absolute;
    overflow: hidden;
    top: 70px;
    left: 400px;
}
.page_contact_con_top_r h4{
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    color: #0058d6;
    margin: 75px 0 50px 0;
}
.page_conatct_ewm img{
    width: 180px;
    height: 180px;
    display: block;
    margin: 0 auto;
}
.page_contact_con_top_r h3{
    font-size: 18px;
    font-weight: normal;
    color: #0058d6;
    text-align: center;
    margin-top:20px ;
}
.page_contact_con_map{
    position: relative;
}
/*fenye1*/
.fenye1 div{
    width: 100%;
    text-align: center;
    padding: 50px 0 10px 0;
}
.fenye1 div span{
    font-size: 15px; 
}
.current{
    padding: 5px 15px;
    border: 1px solid  #e40213;
    margin-right:5px;
    background:  #e40213;
    color: #fff;
    font-size:16px;
    border-radius:30px;    
}
.fenye1 div a{
    padding: 5px 15px;
    border: 1px solid #cccccc;
    font-size:16px; 
    margin-right:5px;
    border-radius:30px; 
    color:  #e40213;
}
/*show_pro*/
.show_pro_tit {
    position: relative;
    margin: 30px 0;
}
.show_pro_des{
    
}

.show_pro_tit h3 {
    font-size: 24px;
    color: #0058d6;
    padding-bottom: 15px;
    text-align: center;
    font-weight: normal;
}

.show_pro_tit span {
    width: 50px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
    display: block;
}

.show_pro_des img {
    display: block;
    margin: 0 auto;
}

.show_pro_des p,.show_pro p {
    margin-top: 30px;
    line-height: 32px;
    padding: 0 20px;
}

table{
    margin: 0 auto;
}
.page {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1111;
}
.page_con {
    width: 1250px;
    margin: 0 auto 50px auto;
    position: relative;
    z-index: 2;
}
        /*position*/
        .position {
            line-height: 70px;
            padding-left: 20px;
            padding-right: 20px;
            background: #f4f4f4;
        }

        .pos_con {
            width: 1250px;
            margin: 0 auto;
            margin-left: auto !important;
            margin-right: auto !important;
            overflow: hidden;
        }

        .pos_r {
            float: right;
            color: #000;
        }

        .pos_r .span1 {
            color: #000;
            padding: 0 10px 0 20px;
            background: url(../images/iconfont-home.png) left center no-repeat;
            font-size: 14px;
        }

        .pos_r a {
            font-size: 15px;
            color: #000;
            display: inline-block;
        }

        .pos_l {
            float: left;
            background: url(../images/img-list.png) left center no-repeat;
            padding-left: 30px;
        }

        .pos_l span {
            display: block;
        }

        .pos_l span i,
        .pos_l span em {
            display: inline-block;
        }

        .pos_l span i {
            font-size: 20px;
        }

        .pos_l span em {
            font-size: 12px;
            color: #666;
            text-transform: uppercase;
        }

/*分页*/
.fenye {
    border-top: 1px solid #f6f6f6;
    padding: 25px;
    position: relative;
    overflow: hidden;
}

.fenye a {
    font-size: 14px;
    color: #333333;
}

.page_up {
    float: left;
}

.page_down {
    float: right;
}

.fenye a:hover {
    color: #e70010;
}
/*show_news*/
.show_news_tit {
    text-align: center;
    position: relative;
}

.show_news_tit h1 {
    font-size: 24px;
    margin-top: 30px;
    font-weight: normal;
    color: #0063af;
    text-align: center;
}

.update {
    border-top: 1px solid #d7d8d8;
    border-bottom: 1px solid #d7d8d8;
    padding: 9px 0;
    margin: 28px 0 38px 0;
    overflow: hidden;
    position: relative;
}

.update h2 {
    font-size: 14px;
    color: #777777;
    margin-right: 0.83%;
    float: left;
    line-height: 67px;
    font-weight: normal;
}

.update a {
    float: right;
    font-size: 14px;
    color: #777777;
    line-height: 67px;
}

.update a i {
    display: inline-block;
    width: 38px;
    height: auto;
    margin-left: 10px;
    vertical-align: middle;
    margin-bottom: -17px;
}
.update p img{
    width: 120px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -60px;
    margin-top: -17px;
}

.update a:hover {
    color: #e60110;
}

.show_news_con {
    color: #333;
    line-height: 30px;
    position: relative;
}
.show_news_con p{
    line-height: 40px;
}
/**/
.page_pro_show_pro{
    position: relative;
        float: left;
        width: 959px;
        margin-left: 40px;
        border: 1px solid #f6f6f6;
        margin-top: 30px
}
.tuijian{
    position: relative;
}
.thumbs ul li{
    position: relative;
}
.bigimg div{
    position: relative;
}
.bigimg div::after{
    content: '';
    display: block;
    width: 90px;
    height: 41px;
    background: url(../images/hot.png) top left no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 222;
}
.bigimg div:nth-child(1)::after{
    display: none;
}
.thumbs ul li::after{
    content: '';
    display: block;
    width: 45px;
    height: 20px;
    background: url(../images/hot.png) top left no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 222;
}
.thumbs ul li:nth-child(1)::after{
    display: none;
}
.tuijian::after{
    content: '';
    display: block;
    width: 90px;
    height: 41px;
    background: url(../images/hot.png) top left no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 60px;
    left: 5px;
    z-index: 222;
}
.tuijian ul{
    margin-top: 5px;
    transition: all 0.6s;
    position: relative;
}
.tuijian ul li{
    padding: 5px;
    box-sizing: border-box;
    float: left;
    height: 170px;
    overflow: hidden;
    width: 240px;
}
.tuijian ul li img{
    width: 100%;
    height:130px;
}
.l_pro_list{
    height: 104px;
    background: url(../images/cpnavbg1.jpg) top center no-repeat #387cdd;
    display: block;
}
.l_pro_contact,.tuijian_tit{
    background: url(../images/cp-1.jpg) #387cdd;
    display: block;
    width: 100%;
    height: 50px;
    padding-left: 50px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 50px;
}
.page_pro_list {
    overflow: hidden;
    margin: 30px 0;
    width: 240px;
    border: 1px solid #e5e5e5;
    float: left;
    
}

.page_pro_list>ul>li>a {
    transition: all 0.6s;
    position: relative;
    z-index: 444;
    background: url(../images/main_class.png) left center no-repeat;
    padding-left: 25px;
}

.page_pro_list ul {
    overflow: unset;
}

.page_pro_list>ul::after {
    content: '';
    display: block;
    clear: both;
}

.page_pro_list>ul>li span {
    display: block;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    border: 8px solid #0058d6;
    transition: all 0.6s;
}

.page_pro_list>ul>li span img {
    width: 100%;
    height: auto;
    min-height: 160px;
}
.page_pro_list>ul>li a{
    display: block;
    width: 100%;
    hei ght: 100%;
}
.page_pro_list>ul>li {
    border-left: 5px solid transparent ;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.page_pro_list>ul>li i {
    display: block;
    line-height: 60px;
    color: #333;
    position: relative;
    margin:0 auto;
    box-sizing: border-box;
    padding: 0 25px;
    overflow: hidden;
    z-index: 11;
    font-size: 15px;
}
.page_pro_list>ul>li:hover{
    border-left: 5px solid #f09e1e ;
}
.page_pro_litpic {
    margin-top: 22px;
    float: left;
    width: 959px;
    margin-left: 40px;
    
}
.page_pro_list>ul>li::after{
    content: '';
    display: block;
    width: 0;
    height: 100%;
    background: #e0e0e0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.6s;
}
.page_pro_list>ul>li:hover::after{
    width: 100%;
}

.page_pro_litpic ul li {
    float: left;
    width: 311px;
    margin: 8px 4px 0 4px;
    position: relative;
}

.page_pro_litpic ul li span {
    display: block;
    width: 100%;
    height: 280px;
    overflow: hidden;

}

.page_pro_litpic ul li span img {
    width: 100%;
    height: auto;
    min-height: 280px;
    transition: all 0.6s;
    z-index: -1;
    position: relative;
}

.page_pro_litpic ul li i {
    display: block;
    line-height: 50px;
    background: rgba(0,0,0,.6);
    text-align: center;
    color: #fff;
    font-size: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 20px;
    border-top-right-radius: 15px;

}

.page_pro_litpic ul li:hover img {
    transform: scale(1.1);
}

.page_pro_litpic ul li:hover i {
    background: #0063af;
}

.left_con i {
    display: block;
    line-height: 30px;
    width: 80%;
    margin: 8px auto 0 auto;
    border-bottom: 1px solid #e5e5e5;
    font-size: 15px;
}

.left_con i:last-child {
    border: none;
}

.erer {
    width: 80%;
    margin: 10px auto;
    font-size: 15px;
}

.erer ul li {
    line-height: 45px;
    box-sizing: border-box;
    padding: 0 25px;
    border-bottom:1px solid #e9e9e9;
    transition: all 0.6s;
}
.erer ul li:hover a{
    color: #0058d6;
}
.erer ul li:hover::before {
    margin-right: 15px;
}
.erer ul li::before{
    content: '>>';
    font-size: 7px;
    vertical-align: middle;
    font-family: "宋体";
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
    margin-top: 1px;
    color: #0058d6;
    transition: all 0.6s;
}

.erer ul li a {
    color: #333;
}
.subtitle {
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    color: #505050;
    text-align: center;
    background: #f5f5f5;
    margin-top: 20px;
    width: 96%;
    margin: 0 auto 30px auto;
}
.subtitle span {
    padding: 0 10px;
}
.page_com_tit{
    text-align: center;
    cursor: pointer;
}
.page_com_tit h3{
    font-size: 35px;
    color: #000;
    font-weight: 700;
}
.page_com_tit em{
    display: block;font-size: 14px;
    color: #999;
    margin-top: 8px ;
    text-transform: uppercase;
}
.page_com_tit i{
    height: 5px;
    background: #0063af;
    transition: all .5s;
    width: 60px;
    border-radius: 10px;
    margin: 20px auto;
}
.huanjing_tit{
    text-align: center;
}
.page_com_tit:hover i{
    width: 400px;
}
.huanjing_tit{
    text-align: center;
}
.huanjing_tit h3{
    text-align: center;
    font-size: 40px;
    color: #333;
    line-height: 45px;
    font-weight: 700;
}
.huanjing_line{
    width: 600px;
    background: #e2e2e2;
    height: 1px;
    margin: 20px auto;
    position: relative;
}
.huanjing_line em{
    position: absolute;
    height: 5px;
    width:60px ;
    top: 50%;
    left: 50%;
    margin-top: -2.5px;
    margin-left:-30px ;
    background: #0063af;
}
.three{
    width: 1300px;
    margin: 0 auto;
}
.three ul li{
    float: left;
    width: 33.333%;
    height: 100px;
    transition: all .3s;
}
.three ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.three ul li a .div1{
    width: 140px;
    float: left;
    height: 100%;
    margin-left: 25px;
    background-position: center center !important;
    background-repeat: no-repeat;
}
.three ul li:nth-child(1) a{
    background: #0063af;
}
.three ul li:nth-child(2) a{
    background:#074e84;
}
.three ul li:nth-child(3) a{
    background: #e5e5e5;
}
.three ul li:nth-child(1) a .div1{
    background: url(../images/em32.png) no-repeat;
}
.three ul li:nth-child(2) a .div1{
    background: url(../images/c5ce.png) no-repeat;
}
.three ul li:nth-child(3) a .div1{
    background: url(../images/rqml.png) no-repeat;
}
.three ul li a .div2 span,.three ul li a .div2 em{
    display: block;
    font-size: 20px;
    color: #fff;
}
.three ul li a .div2{
    float: left;
    margin-top: 20px;
}
.span2{
    color: #434343 !important;
    font-size: 18px !important;
    line-height: 25px !important;
}
.three ul{
    overflow:inherit;
}
.three ul::after{
    content: '';
    display: block;
    clear: both;
}
.three ul li:hover{
    margin-top: -20px ;
}

/**/
.shebei_show {
    width: 100%;
    overflow: hidden;
}
.shebei_go {
    width: 99999px;
    position: relative;
    padding: 0 0 50px 0;
    overflow: hidden;
}

#shebei_a,
#shebei_b {
    float: left;
}

#shebei_a li,
#shebei_b li {
    float: left;
    margin-right: 10px;
}

#shebei_a li a,
#shebei_b li a {
    width: 380px;
    height: 280px;
    overflow: hidden;
    display: block;
    position: relative;
}

#shebei_a li a img,
#shebei_b li a img {
    width: 100%;
    min-height: 280px;
    height: auto;
    transition: all 0.5s;
}

#shebei_a li span,
#shebei_b li span {
    display: block;
    color: #fff;
    background: rgba(0,0,0,.6);
    line-height: 50px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
    transition: all 0.6s;
    border-top-right-radius: 20px;
}
#shebei_a li:hover img {
    transform: scale(1.1);
}
#shebei_b li:hover img {
    transform: scale(1.1);
}
#shebei_a li:hover span,#shebei_b li:hover span{
    bottom: 0;
}
