@charset "utf-8";

/* CSS Document */

body {
    color:#333;
    margin: 0 auto;
    font-size: 16px;
    font-family: "Inter", sans-serif, "Microsoft YaHei", Arial, Helvetica;
}

*{
    padding: 0;
    margin: 0;
}

ul li{
    list-style: none;
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img{border:none;}

a{
    text-decoration: none!important;
    color:#333;
}

/* 去掉 table cell 的边距并让其边重合 */

table { border-collapse:collapse;border-spacing:0;}

/* ie bug：th 不继承 text-align */

th {text-align:inherit;}

/* 去掉 firefox 下此元素的边框 */

abbr,acronym {border:none;font-variant:normal;}

textarea {  -webkit-appearance: none;}

.img-width-50{
    width: 50px;
}

.width-30{
    width: 30%;
}
.width-50{
    width: 50%;
}
.width-60{
    width: 60%;
}
.width-70{
    width: 70%;
}
.width-80{
    width: 80%;
}
.width-100{
    width: 100%;
}
.relative{
    position: relative;
}

.height-10{
    height:10px;
}

.height-20{
    height:20px;
}

.height-30{
    height:30px;
}

.height-50{
    height:50px;
}

.height-100{
    height: 100px;
}

.height-110{
    height: 110px;
}

.height-120{
    height: 120px;
}

.margin-10{
    margin:10px;
}

.margin-left-20{
    margin-left: 20px;
}

.margin-left-10{
    margin-left: 10px;
}

.margin-right-20{
    margin-right:20px;
}

.margin-right-10{
    margin-right:10px;
}

.margin-top-20{
    margin-top: 20px;
}

.margin-top-10{
    margin-top: 10px;
}

.padding-top-10{
    padding-top: 10px;
}

.padding-bottom-10{
    padding-bottom: 10px;
}

.padding-top-20{
    padding-top: 20px;
}

.padding-left-20{
    padding-left: 20px;
}

.align-center{
    text-align: center;
}

.align-right{
    text-align: right;
}

.ell1{
    display: block;
    white-space: nowrap;
    /*内容超宽后禁止换行显示*/
    overflow: hidden;
    /*超出部分隐藏*/
    text-overflow: ellipsis;
}

.ell2{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient:vertical;
}

.ell3{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient:vertical;
}

.font16{
    font-size: 16px;
}

.font14{
    font-size: 14px;
}

.left{
    float: left;
}

.right{
    float: right;
}

.clear{
    clear:both;
}

.white{
    color:#fff;
}

.red_bg{
    background-color: #aa0000;
    color:#fff
}

.yellow{
    color: #f7a001
}

.red, .red_text{
    color:#aa0000;
}

.blue, .blue_text{
    color:#336699;
}

.gray{
    color:#999
}

.contenter{
    width: 1180px;
    margin: auto;
    position: relative;
}

.menu_box{
    position: absolute;
    height: 80px;
    width: 100%;
    z-index: 600;
    top: 36px;
}

.btn{
    outline: none;
}

.border{
    border: #ddd 1px solid;
}

.border-top{
    border-top: #eee 1px solid;
}

.border-radius{
    border-radius: 5px;
}

.center{
    text-align: center;
}

.empty_btn{
    border: #ddd 1px solid;
    color: #aaa;
    padding: 0.6rem 2rem;
    font-size: 1.2rem;
    cursor: pointer;
}

.empty_btn:hover{
    background-color: #2d48a5;
    color: #fff;
}

.login_btn{
    text-align: right; border-radius: 10px;
}

.btns, .btn, .cursor{
    cursor: pointer;
}

.btns:hover{
    opacity:  0.5;
}

.btn-empty{
    border: #ddd 1px solid;
    border-radius: 5px;
}

.btn-right{
    position: absolute;
    right:20px;
    top:2px;
}

.btn_gray{
    color: #fff;
    border-radius: 3rem;
    padding: 0.8rem 2.5rem;
    text-align: center;
    background-color: #999;
    font-size: 14px;
}

.btn-blue, .btn_blue{
    color: #fff;
    border-radius: 3rem;
    padding: 0.8rem 2rem;
    text-align: center;
    background-color: #0068ff;
    font-size: 14px;
}

.more_btn{
    color: #666;
    padding: 0.5rem 2rem;
    text-align: center;
    background-color: #fff;
    font-size: 1.3rem;
    border: #eee 1px solid;
    cursor: pointer;
    margin-top: 2rem;
}

.more_btn:hover{
    background-color: #2d48a5;
    color: #fff;
}

.ad_img_box{
    width: 100%;
}

.ad_img_box img{
    width: 100%;
}

.page_img{
    position: relative;
}

.page_name{
    position: absolute;
    width: 100%;
    height: calc(150/1920 * 100vw);
    line-height: calc(150/1920 * 100vw);
    font-size: 3rem;
    color:#fff;
    text-align: center;
    top: 0;
    left: 0;
}

.page_img img{
    width: 100%;
}

.dflex{
    display: flex;
}

.d-flex{
    display: flex;
    align-items: center;
}

.space-between{
    display: flex;
    justify-content: space-between;
}

.logo{
    width: 260px;
}

.logo img{
    width: 90%;
}


.top_nav{
    height: 80px;
    min-width: 900px;
    padding-top: 10px;
}

.top_nav ul{
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top_nav ul li{
    cursor: pointer;
    text-align: center;
    padding: 10px;
    color: #fff;
}

.menu1 .a1{
    color: #fff;
    padding: 1.2rem 0;
}

.menu1 .a1:visited{
    color: #fff;
}

.menu1 .a1:hover{
    border-bottom: #fff 2px solid;
    color: #fff;
}

.menu2 .a1{
    color: #333;
    padding: 1rem 0;
}

.menu2 .a1:visited{
    color: #333;
}

.menu2 .a1:hover{
    border-bottom: #2d48a5 2px solid;
    color: #2d48a5;
}

.swiper1{
    min-width: 1180px;
}

.slide1 img{
    width: 100%;
    min-width: 1180px;
}

.swiper2 .swiper-button-next, .swiper2 .swiper-button-prev{
    color: #777;
    top: 90px;
}
.swiper2 .swiper-button-next:after, .swiper2 .swiper-button-prev:after{
    font-size: 20px;
}
.swiper2 .swiper-button-next{
    right: -30px;
}
.swiper2 .swiper-button-prev{
    left: -30px;
}

.pro_slide{
    text-align: center;
    height: 200px;
    overflow: hidden;
}

.pro_slide img{
    width: 70%;
}
.pro_slide p{
    line-height: 4rem;
    text-align: center;
}

.pro_title{
    text-align: center;
    padding-top: 1rem;
}

.mySwiper3{
    height: 220px;
}

.swp2{
    bottom: 20px!important;
}

.time_style{
    color: #777;
    font-size: 1.3rem;
    font-weight: 500;
    margin-top: 0;
}

.image_h3{
    font-size: 14px;
    font-weight: 600;
}

.image_p{
    line-height: 2rem;
}

.image_p a{
    font-size: 1.3rem;
    color: #777;
}

.image_item_box{
    display: flex;
}

.image_item_text{
    padding-left: 2rem;
}

.pro_slide3 img{
    width: 240px;
    height: 160px;
}

.swiper_box{
    padding: 0 2rem;
    position: relative;
}

.prev_btn, .next_btn{
    position: absolute;
    top: 90px;
    font-size: 28px;
}

.prev_btn{
    left: 0rem;
}

.next_btn{
    right: 0;
}

.prev_btn3{
    left: -1rem;
}

.next_btn3{
    right: -1rem;
}

.prev_btn3, .next_btn3{
    position: absolute;
    top: 110px;
    font-size: 28px;
}

.swiper-button-disabled{
    opacity: 0.5;
}

.swiper-pagination-bullet{
    border-radius: 0;
    height: 2px;
    width: 15px;
}

.title_h3{
    text-align: center;
}

.title_h3 h3{
    font-weight: 500;
    font-size: 2.6rem;
    color: #666;
}

.title_h3 p{
    font-size: 1.3rem;
    color: #999;
}

.about_box{
    color: #666;
    font-size: 1.3rem;
    line-height: 2.3rem;
    padding: 2rem 0;
}

.about_box p{
    text-indent: 3rem;
}

.case_type{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 0;
}

.case_type li{
    border-left: #eee 1px solid;
    padding: 0 2rem;
    color: #777;
    font-size: 1.3rem;
    cursor: pointer;
}

.case_type li:last-child{
    border-right: #eee 1px solid;
}
.animation img{
    width: 100%;
    height: 100%;
    transition: all .6s;
}
.animation:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 555;
}

.page_banner img{
    width: 100%;
}

.links{
    font-size: 1.3rem;
}

.page_list li{
    float: left;
    width: 32%;
    margin-top: 10px;
    margin-bottom: 15px;
}

.yewu_list{
    display: flex;
    justify-content: space-between;
    padding-top: 1rem;
}
.yewu_list li{
    width: 22%;
    text-align: center;
    padding: 1rem 2%;
}

.yewu_list li h3{
    font-size: 1.8rem;
}

.yewu_list li p{
    padding-top: 1rem;
    font-size: 1.3rem;
    color: #999;
    line-height: 2rem;
}

.line3{
    width: 30px;
    height: 2px;
    background-color: #ddd;
    margin: auto;
}

.home_news{
    display: flex;
    padding-top: 2rem;
}

.home_news_left{
    display: flex;
    width: 60%;
}

.new_image{
    width: 200px;
}

.new_image img{
    width: 100%;
}

.new_cont{
    width: 60%;
    padding-left: 2rem;
}

.new_cont h3{
    font-size: 1.5rem;
    margin-top: 0;
    font-weight: 600;
}

.new_cont p .a2{
    font-size: 1.3rem;
    line-height: 2rem;
    color: #777;
}

.index_new_ul{
    margin-left: 1rem;
}

.index_new_ul li{
    display: flex;
    font-size: 1.3rem;
    padding-bottom: 1rem;
    color: #777;
}

.index_time{
    color: #999;
    padding-right: 2rem;
    font-size: 1.3rem;
}

.ml30{
    margin-left: 2%;
}

.mr30{
    margin-right: 2%;
}


.footer{
    background-color: #2f2f2f;
    min-height:120px;
    min-width: 1200px;
    color: #a5a5a5;
    padding: 20px 0px;
}

.foot_title{
    color: #fff;
    padding-top: 10px;
}

.foot_title h3{
    font-size: 1.6rem;
    margin: 0;
}

.foot_title p{
    margin: 0;
    font-size: 1.2rem;
}

.foot_link{
    display: flex;
    justify-content: center;
    padding-top: 15px;
}

.foot_link li{
    padding: 0 2rem;
    border-left: #636363 1px solid;
}

.foot_link li:last-child{
    border-right: #636363 1px solid;
}

.foot_a:link, .foot_a:visited{
    color: #a5a5a5!important;
}

.foot_a:hover{
    color: #ddd!important;
}

.white_line{
    background-color: #fff;
    width: 50px;
    height: 2px;
    margin: auto;
}

.foot_box{
    width: 1180px;
    margin: auto;
    font-size: 1.2rem;
    text-align: center;
}

.foot_box p{
    margin: 3px 0;
}

.copyright{
    color: #b9babc;
    padding-top: 15px;
}

.copyright a{
    color: #b9babc;
    margin-left: 2rem;
}

.copyright span{
    padding-left: 2rem;
}

.total{
    padding-left: 10px; padding-right: 20px; padding-top: 5px; float: left
}

.curr_position{
    padding: 10px 0;
    border-bottom: #ddd 1px solid;
    font-size: 1.3rem;
    background-color: #eee;
    min-height: 38px;
    color: #666;
}

.pageinte{
    padding: 10px;
}

/**分页样式**/
.pagination {
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 30px;
    border-radius: 4px;
    text-align: center;
}
.pagination>li {
    display: flex;
    justify-content: center;
    font-size: 1.2rem;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #333333;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagination>li.active>span a{
    color: #fff!important;
}

.pagination>li.active>span{
    background-color: #006fc4;;
}

.article_box{
    padding: 2rem 0;
}

.h1_title{
    text-align: center;
    padding: 2rem 0;
    font-size: 2rem;
    font-weight: 600;
    color: #333;
}

.h2_title{
    text-align: center;
    padding: 2rem 0 0 0;
    font-size: 2rem;
    font-weight: 600;
    color: #333;
}

.publish_time{
    font-size: 1.3rem;
    color: #777;
    text-align: center;
    border-bottom: #eee 1px solid;
    padding-bottom: 1.2rem;
}

.article_content{
    padding: 2rem 0;
    color: #666;
    line-height: 2.3rem;
    font-size: 1.3rem;
}

.article_content p{
    text-indent: 3rem;
}

.article_content table{
    border-collapse: collapse;
    margin: auto;
}

.article_content table td,th{
    border: #ddd 1px solid;
    padding: 5px 10px!important;
}

.aboutstyle {
    text-indent: 24px;
    line-height: 24px;
    padding: 12px;
    width: 60%;
    margin: auto;
}

.contact_form label{
    color: #777;
}

.contact_form li{
    padding-top: 1rem;
}

.send_btn_box{
    text-align: center;
    padding: 2rem;
}

.article_ul li{
    display: flex;
    justify-content: space-between;
    border-bottom: #ddd 1px solid;
    padding: 1rem 0;
}

.article_ul li h3{
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0;
    padding-bottom: 1rem;
}

.article_ul li p{
    font-size: 1.3rem;
    line-height: 2rem;
}

.article_ul li p a{
    color: #999!important;
    padding-top: 1rem;
}

.article_info{
    width: 90%;
    padding-right: 2rem;
}

.article_time{
    width: 10%;
    border-left: #ddd 1px solid;
    padding-left: 2rem;
    padding-top: 1rem;
}

.time_month{
    font-size: 2rem;
    color: #2d48a5;
}

.time_year{
    font-size: 1.2rem;
    color: #aaa;
}

.photo_ul{
    display: flex;
    flex-wrap: wrap;
}

.photo_ul li{
    width: 24%;
    text-align: center;
    padding-bottom: 2rem;
}

.photo_image{
    height: 200px;
    width: 150px;
    overflow: hidden;
    margin: auto;
}

.photo_image img{
    height: 200px;
}