* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

ul {
    list-style: none;
    overflow: hidden;
}

a {
    text-decoration: none;
}

img {
    /* display: block; */
    border: none;
}

i,
em {
    font-style: normal;
}

.n_banner .swiper-slide{
    height: 560px;
}
.n_banner .pagination{
    position: absolute;
    z-index: 20;
    bottom: 20px;
    text-align: center;
    width: 100%;
}
.n_banner .swiper-pagination-switch{
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #0062be;
    margin: 0 5px;
    cursor: pointer; 
}
.n_banner .swiper-active-switch{
    width: 40px;
    border-radius:20px; 
    background: #fff;
}



/*page*/
.page{

}
.page_con{
    width: 1250px;
    margin: 0 auto 50px auto;
    overflow: hidden;
}
.page_tit{
    text-align: center;
    margin: 40px auto 20px auto;

}
.page_tit h4{
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    color: #343434;
}
.page_tit i{
    font-size: 28px;
    color: #333;
    font-weight: bold;
}
.page_tit span{
    display: block;
    margin: 15px auto;
    width: 40px;
    height: 3px;
    background: #0062be;
}
.page_com_er{
    width: 550px;
    margin: 40px auto;
    position: relative;
    left: 300px;
    opacity: 0;
}
.page_com_er ul li{
    float: left;
    width: 160px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #666;
    text-align: center;
    line-height: 40px;
    margin: 0 10px;
}
.page_com_er ul li a{
    color: #333;
}
.page_com_er ul li:hover{
    background: #ff0208;
    border: 1px solid #ff0208;
}
.page_com_er ul li:hover a{
    color: #fff;
}
.page_com p{
    color: #333;
    line-height: 30px;
    text-indent: 32px;
    margin-top: 20px;
}
/*list_pro*/
.page_pro_er{
    margin: 40px auto;

}
.page_pro_er ul li{
    float: left;
    width: 190px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    margin:  10px 9px;
    background: #0062be;
}
.page_pro_er ul li a{
    color: #fff;
}
.page_pro_er ul li:hover{
    background: #333;
}
.page_pro_er ul li:hover a{
    color: #fff;
}


.page_pro_litpic ul li{
    float: left;
    width: 300px;
    margin: 6px;
    overflow: hidden;
}
.page_pro_litpic ul li>a{
    display: block;
    height: 260px;
    overflow: hidden;
    width: 300px;
}
.page_pro_litpic ul li>a img{
    width: 100%;
    height: auto;
    min-height: 260px;
    transition: all 0.6s;
}
.page_pro_litpic ul li:hover img{
    transform: scale(1.1);
}
.page_pro_litpic ul li:hover .cover_red{
    width: 100%;
}
.page_pro_litpic ul li:hover a{
    color: #fff;
}
.pro_litpic_tit{
    width: 100%;
    height: 45px;
    background: #e2e2e2;
    text-align: center;
    position: relative;
}
.pro_litpic_tit a{
    text-align: center;
    color: #333;
    text-align: center;
    line-height: 45px;
    position: relative;
    z-index: 2;
    transition: all 0.6s;
}
.cover_red{
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #0062be;
    transition: all 0.6s;
}
/*show_pro*/
.show_pro{
    margin: 40px 0;
}
.pro_show{
    overflow: hidden;
    width: 1250px;
    margin: 0 auto;
}
.pro_thumb{
    float: left;
    width: 600px;
    border: 8px solid #f3f3f3;
    position: relative;
    left: 300px;
    opacity: 0;
}
.pro_thumb img{
    width: 100%;
    height: 100%;
}
.pro_show_r{
    float: left;
    margin-left: 60px;
    width: 550px;
    position: relative;
    right: 300px;
    opacity: 0;
}
.pro_show_r h3{
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    color: #454545;
}
.pro_show_r ul li{
    padding: 25px 0 10px 0;
    color: #333;
    border-bottom: 1px dotted #999;
}
.pro_show_r ul li:nth-child(2)::before{
    content: ''; 
    width: 0;   
    margin: 0;
}
.pro_show_r ul li::before{
    content: "";
    height: 25px;
    width: 3px;
    background: #0062c0;
    display: inline-block;
    margin-right: 20px;
}
.f_p {
    float: left;
    margin-top: 30px;
}
.f_p a {
    display: inline-block;
    width: 130px;
    height: 40px;
    text-align: center;
    background: #383838;
    border-radius: 5px;
    color: #fff;
    line-height: 40px;
    /* float: left; */
    margin-right: 10px;
    margin-top: 7px;
}
.pro_show_r img {
    float: left;
    margin-left: 20px;
    margin-top: 30px;
}
.show_pro_des{
    width: 1250px;
    margin: 80px auto 0 auto;
    position: relative;
    top: 300px;
    opacity: 0;
}

.line_p{
    height: 1px;
    width: 100%;
    background: rgba(0,0,0,.1);
    margin-bottom: 30px;
    margin-top: 10px;
}

/*list_news*/
.page_list_news{
    width: 1250px;
    margin: 40px auto;
}
.page_list_news ul li{
    padding: 40px 0;
    border-bottom: 1px solid rgba(77,79,78,0.1);
    overflow: hidden;
    cursor: pointer;

}
.page_list_news ul li:hover .page_list_news_des h2{
    color: #0062be;
}
.page_list_news ul li:hover .page_list_news_des h2::before {
    content: '\00BB';
    font-size: 20px;
    float: left;
    margin-right: 24px;
    display: block;
    color: #0062be;
}
.page_list_news ul li:hover .black_a{
    display: none;
}
.page_list_news ul li:hover .red_a{
    display: block;
}
.page_list_news ul li span{
    width: 260px;
    float: left;
    height: 155px;
    overflow: hidden;
}
.page_list_news ul li span img{
    width: 100%;
    min-height: 155px;
    height: auto;
}
.page_list_news_des{
    width: 62%;
    float: left;
    margin-left: 3%;
    padding: 18px 0;
}
.page_list_news_des h2{
    font-size: 18px;
    color: #333;
    font-weight: normal;
}
.page_list_news_des h3{
    font-size: 15px;
    color: #666;
    padding: 12px 0 18px 0;
    font-weight: normal;
}
.p{
    font-size: 14px;
    color: #444;
    line-height: 24px;
    height: 48px;
    padding: 0 0 0 20px;
    position: relative;
    overflow: hidden;
}
.p::after {
    position: absolute;
    left: 0;
    background-color: #e0e0e0;
    width: 1px;
    height: 65px;
    top: -6.5px;
    content: '';
}
.page_list_news ul li i{
    width: 14px;
    height: auto;
    float: right;
    display: block;
    padding: 63.5px 4.4%;
    box-sizing: content-box;
    position: relative;
}
.page_list_news ul li i img{
    vertical-align: middle;
}
.page_list_news ul li i::after{
    width: 1px;
    height: 155px;
    top: 50%;
    margin-top: -101px;
    left: 0;
    content: '';
    background: rgba(77,79,78,0.2);
    position: absolute;
}
.red_a{
    display: none;
}
/*show_news*/
.page_show_news_des{
    width: 1250px;
    margin: 80px auto 0 auto;
}
.page_show_news_tit{
    font-size: 28px;
    text-align: center;
    display: block;
    color: #444;
}
.update{
    display: block;
    font-size: 15px;
    color: #666;
    text-align: center;
    margin-top: 20px;
}
.linen {
    height: 1px;
    width: 100%;
    background: rgba(0,0,0,.1);
    margin: 30px 0;
}
.page_show_news_des p{
    color: #333;
    line-height: 32px;
    font-size: 15px;
    text-align: left;
}
/*contact*/
.page_contact{
    width: 1250px;
    margin: 30px auto;
}
.page_contact ul h4{
    color: rgb(0, 98, 190);
    font-size: 24px;
    font-weight: 800;
    margin: 20px 0 40px 0;
    position: relative;
    left: 300px;
    opacity: 0;
}
.page_contact ul h4 span{
    color: rgba(63,63,63,1);
    font-size: 20px;
    display: inline-block;
    font-weight: normal;
}
.page_contact ul li{
    font-size: 22px;
    color: rgba(89,89,89,1);
    margin: 20px 0;
    left: 300px;
    position: relative;
    opacity: 0;
}
.page_contact ul li::after{
    content: '\07C';
    float: left;
    margin-right: 20px;
}
.page_contact iframe{
    width: 1250px;
    height: 560px;
    margin: 20px auto;
    position: relative;
    left: 300px;
    opacity: 0;
}


/*fenye1*/
.fenye1{
    height: 120px;
}
.fenye1 div{
    width: 100%;
    text-align: center;
    padding: 50px 0 0 0;
}
.fenye1 div span{
    font-size: 15px; 
}
.current{
    padding: 5px 15px;
    border: 1px solid #0062be;
    margin-right:5px;
    background: #0062be;
    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: #0062be;
}


/*分页*/
.fenye {
    border-top: 1px solid #d7d8d8;
    padding-top: 25px;
    position: relative;
    margin-top: 50px;
}

.fenye a {
    font-size: 14px;
    color: #db0713;
}

.page_up {
    float: left;
}

.page_down {
    float: right;
}

.fenye a:hover {
    color: #ff0208;
}
/**/
.p_pro_er {
    width: 1250px;
    margin: 0 auto;
    overflow: hidden;
    left: 300px;
    opacity: 0;
    position: relative;
  }

  .p_pro_er>ul>li {
    margin: 10px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 10px;
    overflow: hidden;
  }

  .p_pro_er>ul>li span,
  .neiye_erji {
    float: left;
  }

  .p_pro_er>ul>li span {
    display: block;
    width: 160px;
    line-height: 40px;
    background: #235ab3;
    text-align: center;
    color: #fff;
    margin-top: 1px;
  }

  .p_pro_er>ul>li span::after {
    content: '>';
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-family: SimSun;
    vertical-align: middle;
    margin-left: 15px;
    font-weight: bold;
  }

  .neiye_erji {
    width: 1050px;
    margin-left: 20px;
  }

  .neiye_erji li {
    float: left;
    width: 205px;
    line-height: 40px;
    background: #f0f0f0;
    text-align-last: center;
    margin: 1px;
    border-radius: 3px;
    cursor: pointer;
  }

  .neiye_erji li:hover {
    background: #235ab3;
  }

  .neiye_erji li:hover a {
    color: #fff;
  }

  .neiye_erji li a {
    color: #666;
    font-size: 15px;
  }

  .position {
            height: 70px;
            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;
            
            font-size: 14px;
        }

        .pos_r a {
            font-size: 15px;
            color: #000;
            display: inline-block;
        }

        .pos_l {
            float: left;

            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: 23px;
        }

        .pos_l span em {
            font-size: 18px;
            color: #666;
            text-transform: uppercase;
        }