html{
    font-size: 10px;
    box-sizing: border-box;
}
.sy_center{
    width: 150rem;
    margin: 0 auto;
}
.flex{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.clear:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}

/* header */

header{
    align-items: center;
    padding: 2rem 0;
}
header ul li{
    margin-left: 5.8rem;
    position: relative;
}
header ul li a{
    font-size: 1.8rem;
    color: #333333;
}
header ul .navgation_ac a{
    color: #2870b8;
}
header ul .navgation_ac::after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #2870b8;
    position: absolute;
    bottom: -1.8rem;
    left: 0;
}
header ul li a:hover{
    color: #2870b8;
}


header ul li .ul_down{
	position: absolute;
	z-index:2;
	left:-60px;
	width:200px;
}

header ul li .ul_down .down{
	width:100%;
	height:50px;
	background-color:#eae9e9;
	font-size:14px;
	line-height:50px;
	text-align:center;
	color:#fff;
	border-top:1px solid #fff;
	box-sizing: border-box;
	display:none;
}

header ul li:hover .down{
	display:block;
}

.logo_wz{font-size:18px; margin-left:-180px; line-height:25px; font-weight:bold; color:#666;}

/* 首页焦点图部分 */
.banner{width:100%; margin:0 auto; overflow:hidden; position:relative;}
.banner .swiper-slide .m{display:none;}
.banner .swiper-slide img{width:100%; display:block; transform:scale(1.1); -webkit-transform:scale(1.1); -webkit-transition:all 0.4s linear 1.2s; transition:all 0.4s linear 1.2s; -webkit-transition:all 0.4s linear 1.2s;}
.banner .swiper-slide-active img{transition-delay:0.4s !important; transform:scale(1); -webkit-transform:scale(1);-webkit-transition:all 5.0s linear; transition:all 5.0s linear;}
.banner .swiper-pagination-bullet{background:#fff;}
.banner .swiper-pagination-bullet-active{background:#e5222a;}
.banner .swiper-button-next,.banner .swiper-button-prev{color:#fff; width:52px; height:52px; background:rgba(0,0,0,.5); border-radius:50%;}
.banner .swiper-button-prev{left:5%;}
.banner .swiper-button-next{right:5%;}
.banner .swiper-button-next:hover,.banner .swiper-button-prev:hover{background:#e5222a;}
.banner .swiper-button-next:after,.banner .swiper-button-prev:after{font-size:20px; color:#fff !important;}
.banner .swiper-pagination-bullet{width:13px; height:13px; border-radius:50%; margin:0 5px !important; opacity:.9;}
.banner .swiper-horizontal>.swiper-pagination-bullets,.banner .swiper-pagination-bullets.swiper-pagination-horizontal,.banner .swiper-pagination-custom,.banner .swiper-pagination-fraction{bottom:40px !important;}

/* product */
.main_product{
    background-image: url(../images/pro-beijing.jpg);
    padding-top: 8.7rem;
    padding-bottom: 11rem;
}
.sy_title .text h3{
    font-size: 4rem;
    color: #2870b8;
    font-weight: 500;
    margin-bottom: 1.6rem;
}
.sy_title .text p{
    font-size: 2rem;
    color: #666;
}
.sy_title .more a{
    display: block;
    padding: 1.8rem 4rem;
    background-color: #009b4d;
    font-size: 1.6rem;
    color: white;
    border-radius: 1rem;
    position: relative;
    padding-right: 9.4rem;
}
.sy_title .more a::after{
    content: url(../images/jiantou.png);
    position: absolute;
    top: 50%;
    right: 3.5rem;
    transform: translateY(-50%);
}

.sy_title .more a:hover{
    background:#2870b8;
}

.main_product #swiper_2{
    margin-top: 7rem;
}
.main_product #swiper_2 .swiper-slide{
    background-color: white;
    cursor: pointer;
}
.main_product #swiper_2 .swiper-slide>a{
    display: block;
}
.main_product #swiper_2 .swiper-slide .img{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.main_product #swiper_2 .swiper-slide .img img{
    width: 100%;
    transition: all .3s linear;
}
.main_product #swiper_2 .swiper-slide .img p{
    font-size: 2rem;
    color: #333333;
    position: absolute;
    top: 2rem;
    left: 2rem;
}
.main_product #swiper_2 .swiper-slide .text{
    padding: 2rem;
    background-color: white;
}
.main_product #swiper_2 .swiper-slide .text p{
    font-size: 1.6rem;
    line-height: 2rem;
    /* white-space: nowrap; */
    overflow: hidden; 
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.main_product #swiper_2 .swiper-slide .text span{
    display: block;
    color: #939393;
    font-size: 1.6rem;
    position: relative;
    padding-bottom: 2rem;
    border-bottom: 1px #939393 solid;
}
.main_product #swiper_2 .swiper-slide .text span::after{
    content: url(../images/jiantou-2.png);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}
.main_product #swiper_2 .swiper-slide:hover .text p{
    color: #2870b8;
}
.main_product #swiper_2 .swiper-slide:hover .text span{
    color: #2870b8;
    border-color: #2870b8;
}
.main_product #swiper_2 .swiper-slide:hover .text span::after{
    content: url(../images/jiantou-2-lan.png);
}
.main_product #swiper_2 .swiper-slide:hover .img img{
    transform: scale(1.2);
}

/* 行业应用 */
.main_case{
    padding-top: 8rem;
}
#swiper_3{
    overflow:initial;
    padding-top: 8rem;

}
#swiper_3 .swiper-slide{
    position: relative;
}

#swiper_3 .swiper-slide a img{width:100%; height:100%; display:block;}
#swiper_3 .swiper-slide .text{
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    padding: 2rem 4rem;
    background-color: rgba(13, 122, 247, .8);
    text-align: center;
}
#swiper_3 .swiper-slide .text h3{
    font-size: 3rem;
    font-weight: 500;
}
#swiper_3 .swiper-slide .text p{
    font-size: 1.8rem;
    text-align: left;
    line-height: 3rem;
    margin-top: 2.6rem;
}
#swiper_3 .swiper-button-next,
#swiper_3 .swiper-button-prev{
    background-color: #009b4d;
    width: 6rem;
    height: 6rem;
    color: white;
    border-radius: 1rem;
}
#swiper_3 .swiper-button-next:after,
#swiper_3 .swiper-button-prev:after{
    font-size: 2.8rem;
}
#swiper_3 .swiper-button-prev,
#swiper_3 .swiper-rtl .swiper-button-next{
    left: -2.8rem;
}
#swiper_3 .swiper-button-next,
#swiper_3 .swiper-rtl .swiper-button-prev{
    right: -2.8rem;
}

.main_advantage{
    padding-top: 8rem;
    background-image: url(../images/youshi-beijing.jpg);
    padding-bottom: 8rem;
}
.main_advantage .advantage_box{
    padding-top: 7rem;
}
.main_advantage .advantage_box .advantage_left{
    width: 40%;
    flex-direction: column-reverse;
    position: relative;
}
.main_advantage .advantage_box .advantage_left>p{
    font-size: 1.8rem;
    color: #333333;
    line-height: 3rem;
}
.main_advantage .advantage_box .advantage_left .youshi_tubiao{
    width: 92rem;
    background-color: white;
    position: absolute;
    left: 0;
    bottom:0;
    color: #333333;
}
.main_advantage .advantage_box .advantage_left .youshi_tubiao .item{
    width: 25%;
    box-sizing: border-box;
    padding: 1.5rem 1.6rem 3rem 3.6rem;
    cursor: pointer;
    transition: all .3s linear;
}
.main_advantage .advantage_box .advantage_left .youshi_tubiao h3{
    font-size: 3rem;
    opacity: .1;
    text-align: right;
}
.main_advantage .advantage_box .advantage_left .youshi_tubiao .icon{
    width: 52px;
    height: 48px;
    overflow: hidden;
}
.main_advantage .advantage_box .advantage_left .youshi_tubiao .icon img{
    transition: all .3s linear;
}
.main_advantage .advantage_box .advantage_left .youshi_tubiao p{
    font-size: 1.8rem;
    margin-top: 1.6rem;
}
.main_advantage .advantage_box .advantage_left .youshi_tubiao .item:nth-child(1){
    background-color:rgb(13, 122, 247);
    color: white;
}
.main_advantage .advantage_box .advantage_left .youshi_tubiao .item:nth-child(1) img{
    margin-left: -52px;
}
.main_advantage .advantage_box .youshi_text ul{
    display: none;
}
.main_advantage .advantage_box .youshi_text .youshi_ac{
    display: block;
}
.main_advantage .advantage_box .youshi_text ul li{
    font-size: 1.6rem;
    color: #333333;
    margin-bottom: 2.6rem;
    position: relative;
    padding-left: 3.5rem;
}
.main_advantage .advantage_box .youshi_text ul li::before{
    content: '';
    display: block;
    width: 14px;
    height: 2px;
    background-color: #009b4d;
    position: absolute;
    top: 50%;
    left: 0;
}
.main_advantage .advantage_box .advantage_right{
    width: 55%;
    overflow: hidden;
}
.main_advantage .advantage_box .advantage_right img{
    display: none;
}
.main_advantage .advantage_box .advantage_right img:nth-child(1){
    display: block;
}

/* about */
.main_about{
    padding-top: 8rem;
    background-image: url(../images/about-beijing.jpg);
}
.main_about .center_about .about_left{
    width: 47%;
    color: white;
    flex-direction: column;
}
.main_about .center_about .about_left h2{
    font-size: 4rem;
    font-weight: 400;
    padding-top: 1.4rem;
    padding-bottom: 4rem;
    border-bottom: 2px white solid;
    position: relative;
}
.main_about .center_about .about_left h2::after{
    content: '';
    display: block;
    width: 94px;
    height: 4px;
    background-color: #009b4d;
    position: absolute;
    bottom: -3px;
    left: 0;
}
.main_about .center_about .about_left p{
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.main_about .center_about .about_left a{
    display: inline-block;
    background-color: #009b4d;
    padding: 0rem 2rem;
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: white;
    line-height: 47px;
    width: 19%;
    margin-bottom: 1rem;
}
.main_about .center_about .about_left a img{
    margin-left: 20px;
    transform: translateY(3px);
}
.main_about .center_about .about_right{
    width: 50%;
    overflow: hidden;
}
.main_about .center_hezuokehu{
    padding-top: 10rem;
    padding-bottom: 9rem;
}
.main_about .center_hezuokehu .swiper-slide{
    border-radius: 1rem;
    overflow: hidden;
}

/* 新闻中心 */
.main_news{
    padding-top: 6rem;
    padding-bottom: 7rem;
}
.main_news .news_list{
    padding-top: 6rem;
}
.main_news .news_list .swiper-slide{
    box-sizing: border-box;
    padding: 3rem;
    background-color: #f6f6f6;
    transition: all .3s linear;
}
.main_news .news_list .swiper-slide a{
    color: #aeaeae;
}
.main_news .news_list .swiper-slide p{
    font-size: 1.6rem;
    position: relative;
    padding-bottom: 2.8rem;
    border-bottom: 1px #aeaeae solid;
}
.main_news .news_list .swiper-slide p::after{
    content: '>';
    font-size: 1.8rem;
    position: absolute;
    top: 0;
    right: 0;
}
.main_news .news_list .swiper-slide h3{
    font-size: 4.7rem;
    font-weight: 400;
    margin-top: 2rem;
}
.main_news .news_list .swiper-slide span{
    font-size: 1.7rem;
    line-height: 5rem;
}

.main_news .news_list .swiper-slide h4{
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 3rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main_news .news_list .swiper-slide .img img{width:100%;height:220px;}

.main_news .news_list .swiper-slide:hover a{
    color:#2870b8;
}
.main_news .news_list .swiper-slide:hover{
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    transform: translateY(-15px);
}

/* footer */
.footer{
    background-color: #282828;
    color: white;
    padding-top: 6.6rem;
}
.footer .footer_center ul li{
    font-size: 1.8rem;
    margin-bottom: 2.4rem;
}
.footer .footer_center ul li:first-child{
    font-size: 2.2rem;
    margin-bottom: 3rem;
}
.footer .footer_center ul:nth-child(2) li:nth-child(1){
    text-align: right;
}
.footer .footer_center ul:nth-child(2) li:nth-child(2){
    margin-bottom: 1rem;
}
.footer .footer_center ul:nth-child(2) li:nth-child(2) img{width:160px; display:block;}
.footer .footer_center ul:nth-child(2) li:nth-child(3){
    text-align: center;
}
.footer .footer_bottom{
    margin-top: 3rem;
    border-top: 1px #505050 solid;
}
.footer .footer_bottom p{
    font-size: 1.8rem;
    line-height: 7rem;
}
.footer .footer_bottom p a{
    font-size: 1.8rem;
    color: white;
    margin-left: 4rem;
}


/* 内页-产品中心样式 */
.nei_banner .nei_img{
    height: 500px;
    overflow: hidden;
}
.nei_product{
    padding-bottom: 5rem;
}
.nei_product .nei_pro_title{
    text-align: center;
    padding-top: 6rem;
    padding-bottom: 4rem;
}
.nei_product .nei_pro_title h3{
    font-size: 3rem;
    color: #333333;
    margin-bottom: 1rem;
}
.nei_product .nei_pro_title span{
    font-size: 1.8rem;
    letter-spacing: 3px;
    color: #333333;
}

.nei_product .nei_product_list .nei_pro_nav{
    width:100%;
    display: block;
}
.nei_product .nei_product_list .nei_pro_nav li{
    width: 19%;
    float:left;
    margin-right:1%;
    box-sizing: border-box;
    text-align: center;
    background-color: #ececec;
    margin-bottom: 1rem;
}
.nei_product .nei_pro_nav li a{
    font-size: 1.8rem;
    text-align: center;
    color: #333333;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 6rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.nei_product .nei_pro_nav li a:hover{
    background-color: #2870b8;
    color: white;
}
.nei_product .nei_pro_nav .nei_peo_ac a{
    background-color: #2870b8;
    color: white;
}
.nei_product .nei_pro_xuanxiang{
    padding-top: 3rem;
}
.nei_product table{
    width: 100%;
    /* color: white; */
    font-size: 1.8rem;
    border: 1px #939393 solid;
}
.nei_product table thead tr th{
    height: 4rem;
    border: 1px #939393 solid;
    vertical-align: middle;
    background-color: #2870b8;
    border-color: white;
    color: white;
}
.nei_product table thead tr th{
    width: 10%;
}
.nei_product table tbody tr{
    border: 1px #939393 solid;
}
.nei_product table tbody tr td select{
    width: 100%;
    height: 50px;
    overflow: auto;
    border-left: none;
    border-top: none;
    border-bottom: none;
    font-size: 1.8rem;
    text-align: center;
    cursor: pointer;
}
.nei_product table tbody tr td select option{
    padding: 0.6rem 0;
}
.nei_product table tbody tr td select option:hover{
    background-color: #2870b8;
    color: white;
}
.nei_product .nei_pro_zhanshi table tbody tr td p{
    cursor: pointer;
}
.nei_product .nei_pro_zhanshi table tbody tr td{
    overflow: auto;
    border-right: 1px #848484 solid;
    font-size: 1.8rem;
    text-align: center;
    padding: 0.6rem 0;
}
/*.nei_product .nei_pro_zhanshi table thead tr th{*/
/*    height: 3rem;*/
/*}*/
.nei_product tfoot tr td{
    padding: 0.6rem 0;
    text-align: center;
    font-size: 1.8rem;
    border-right: 1px white solid;
    background-color: #282828;
    color: white;
    cursor: pointer;
}
/*.nei_product .nei_pro_zhanshi table thead tr th{*/
/*    background-color: #4b7af1;*/
/*}*/
.nei_product .nei_pro_zhanshi{
    padding: 0;
    /*margin-top: -122px;*/
    border: none;
}
.nei_product .nei_pro_zhanshi table{
    border-color: rgba(0,0,0,0);
}
.nei_product .nei_pro_zhanshi table thead{
    /*display: none;*/
    opacity: 0;
    visibility:hidden;
}
.nei_product .nei_pro_zhanshi table thead tr th{
    border: none;
}
/*.nei_product .nei_pro_zhanshi table tbody tr td{*/
/*    width: 10%;*/
/*}*/



/* 联系弹窗 */

.pop_up{
    display: flex;
    width: 100%;
    height: 0%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    align-items: center;
    overflow: hidden;
    opacity: 0;
    transition: all .4s ease-out;
}
.pop_up .lianxi{
    width: 500px;
    /* padding: 60px 40px; */
    margin: 0 auto;
    box-sizing: border-box;
    background-color: white;
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.15);
    border-radius: 10px;
    position: relative;
}
.pop_up .lianxi img{
    width: 100%;
}
.close{
    cursor: pointer;
    font-size: 22px;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #2870b8;
    transition: all .3s linear;
    font-weight: 600;
}
.close:hover{
    transform: rotate(180deg);
    transition: all .3s linear;
}


/* 内页产品中心部分 */
.pro_box{width:95%; max-width:1500px; margin:20px auto 0; overflow:hidden;}
.pro_box li{width:23.5%; float:left; background:#fff; border:1px solid #e9e9e9; margin:20px 1.8% 20px 0; position:relative; transition: all .4s ease;}
.pro_box li:nth-child(4n){margin-right:0;}
.pro_box li:hover{box-shadow:0 3px 15px rgba(0,0,0,.2); cursor:pointer; background:#f8f8f8;}
.pro_box li .incp-img{width:100%; display:flex; align-items:center; justify-content:center; position:relative; overflow:hidden;}
.pro_box li .incp-img img{max-width:100%; max-height:100%; transform:scale(.96); transition: all .4s linear;}
.pro_box li .incp-wd{width:100%; padding:10px 28px 28px; overflow:hidden; box-sizing:border-box;}
.pro_box li .incp-wd h3{font-size:20px; line-height:40px; color:#333; font-weight:bold; overflow: hidden; display:-webkit-box; text-overflow:ellipsis; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.pro_box li:hover .incp-wd h3{color:#2870b8;}
.pro_box li .incp-wd .wen{font-size:16px; color:#888; line-height:26px; margin:10px 0 28px; overflow:hidden; display:-webkit-box; text-overflow:ellipsis;-webkit-box-orient:vertical; -webkit-line-clamp:2;}
.pro_box li .incp-wd a{margin-top:10px; display:block; width:140px; height:40px; line-height:36px; border:1px solid #e9e9e9; position:relative; text-align:center; border-radius:2px;font-size:15px; color:#000; transition: all .4s ease;}
.pro_box li .incp-wd a:after{content:"";position: absolute;height:100%;width:0;right:0;background:#2870b8;transition:all .6s ease;}
.pro_box li .incp-wd a span{position:relative; z-index:2;}
.pro_box li:hover .incp-wd a{color:#fff; border:none;}
.pro_box li:hover .incp-wd a:after{width:100%; right:auto; left:0;}
.pro_box li:hover .incp-img img{-webkit-transform:scale(1.05); transform:scale(1.05);}
.pro_box li:hover .incp-wd .wen{color:#000;}

/* 内页产品详情页部分 */
.pro_details{/*width:100%;*/ margin:60px auto 0; display:flex; justify-content:space-between; align-items:flex-start; flex-wrap:wrap;}
.promore_left{width:45%; float:left; border:1px solid #e9e9e9; padding:0 1%;}

/*图片放大镜样式*/
.jqzoom{border:none; position:relative; padding:0; margin:0; display:block; text-align:center;}
.jqzoom img{height:480px; object-fit:cover; margin:auto;}
.zoomdiv{z-index:100; position:absolute; top:0; left:0; width:100%; height:100%; background:#fff; border:1px solid #d6d6d6; display:none; text-align:center; overflow:hidden;}
.jqZoomPup{z-index:10; visibility:hidden; position:absolute; top:0; left:0; width:20px; height:20px; border:1px solid #aaa; background:#fff; opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}

/*图片小图预览列表*/
.spec-preview{width:100%; height:100%;}
.spec-scroll{width:100%; padding-bottom:20px; overflow:hidden;}
.spec-scroll .prev{float:left; margin-right:10px;}
.spec-scroll .next{float:right; margin-right:10px;}
.spec-scroll .prev img,.spec-scroll .next img{display:block; width:32px; height:32px; cursor:pointer; margin-top:18px; opacity:.3;}
.spec-scroll .prev:hover img,.spec-scroll .next:hover img{opacity:1;}
.spec-scroll .items{float:left;position:relative;width:83%; height:64px; overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:999999px; margin-top:5px;}
.spec-scroll .items ul li{float:left;width:64px;text-align:center;}
.spec-scroll .items ul li img{border:1px solid #e9e9e9; padding:1px;width:54px;height:42px; opacity:.6;}
.spec-scroll .items ul li img:hover,.spec-scroll .items ul li .active{border:1px solid #2870b8; padding:1px; opacity:1; cursor:pointer;}

.promore_right{width:50%; float:right; overflow:hidden;}
.promore_right h2{font-size:36px; font-weight:bold; line-height:40px; color:#2870b8;}
.promore_right h3{font-size:24px; font-weight:300; line-height:30px; color:#333; margin-top:15px; display:none;}
.promore_right .txt{display:block; margin-top:20px; font-size:16px; line-height:28px; color:#666;}
.promore_right .icon{display:block; margin-top:38px;}
.promore_right .icon img{height:40px; display:block;}
.promore_right .btn{width:100%; display:block; margin-top:40px;}
.promore_right .btn li{width:25%; float:left; margin-right:1.5%;}
.promore_right .btn li a{display:block; line-height:52px; font-size:18px; color:#fff; background:#333; text-align:center;}
.promore_right .btn li a:hover{box-shadow:0 3px 12px rgba(0,0,0,.3); background:#2870b8;}

/* The tabs */
.tabs-basic{width:100%; margin-top:60px; float:left;}
.tabs-basic ul{list-style:none; text-align:left; margin:0; padding:0; border-bottom:1px solid #e9e9e9;}
.tabs-basic ul li{display:inline-block; font-size:22px; text-transform:uppercase; position:relative;}
.tabs-basic ul li::after{content:""; display:block; width:1px; height:20px; background:#e9e9e9; position:absolute; bottom:18px; right:0;}
.tabs-basic ul li a.tab-active::after{content:''; position:absolute; bottom:-9px; height:0; width:0; margin:auto; left:0; right:0; border:9px solid transparent; border-top:9px solid #2870b8; border-bottom:none; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;}
.tabs-basic a{display:block; text-decoration:none; background:transparent; padding:10px 40px; color:#000;}
.tabs-basic .tab-active{border-bottom:2px solid #2870b8; color:#2870b8; font-weight:bold;}

/* The content */
.tabs-basic .tabs-content-placeholder{overflow:hidden; margin:40px auto 0; background:#fff;}
.tabs-basic .tabs-content-placeholder .div{display:none;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active{display:block; line-height:30px; font-size:16px;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active table{border:1px solid #e9e9e9; line-height:30px; text-align:left;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active table tr{padding-left:20px;}
.tabs-basic .tabs-content-placeholder .div h4{font-size:18px; font-weight:bold; line-height:30px; color:#2870b8; margin-bottom:20px;}
.tabs-basic .tabs-content-placeholder .div p{line-height:32px; font-size:16px;}
.tabs-basic .tabs-content-placeholder .div img{max-width:100%;}
.tabs-basic table{border-collapse:collapse; border:1px #e6e6e6 solid !important; width:100% !important;line-height:30px!important;}
.tabs-basic table td{padding:8px!important; padding-left:12px !important; word-wrap:break-word; word-break:break-all; border:1px #e6e6e6 solid !important; line-height:30px!important;}
.tabs-basic table td div{padding:0px!important;height:auto!important;}
.m30{margin-bottom:30px;}

/* 产品描述详情+描点 */
.a_dw{position:relative; top:-70px;}
.pr1{padding:80px 0 20px; background:#fff; width:100%; margin:60px auto 0; display:none;}
.pr1 .prnav{display:flex;width:100%;line-height:80px;background:#f8f8f8;border-radius: 8px;-webkit-box-shadow:0px 3px 5px #ddd; box-shadow:0px 3px 5px #ddd;position:sticky;z-index: 3;justify-content: center;margin-top:-85px;align-items: center;align-content: center; top:100px;}
.pr1 .prnav a{display: block;position: relative; font-size:20px; font-weight:bold;}
.pr1 .prnav a s{display: block;width: 0%;height: 4px;background: #2870b8;position: absolute;left: 0;bottom: 0;z-index: 2;}
.pr1 .prnav a:hover,.pr1 .prnav a.act{color: #2870b8;}
.pr1 .prnav a:hover s,.pr1 .prnav a.act s{width: 100%; transition: all .4s cubic-bezier(.4,0,.2,1);}
.pr1 .prnav span{display: block;width: 1px;height: 18px;background: #B9B9B9;margin: 0 6.25vw;}
.pr1 .tt{width:100%; margin-top:60px; text-align:center; font-size:36px; line-height:40px; font-weight:bold; color:#2870b8;}
.tc{width:100%; margin-top:40px; line-height:1.6; color: #666; font-size:18px;}
.tc img{width:66%; margin:40px auto 0; display:block;}
.tc h4{font-size:20px; font-weight:bold; color:#2870b8; line-height:30px; margin-bottom:10px;}

.pr2{background: url(../image/pr_1_1.jpg) center top no-repeat;background-size: cover; padding:80px 40px;}
.tt{width:100%; margin:auto; text-align:center; font-size:36px; line-height:40px; font-weight:bold; color:#2870b8;}
.pr2 .biaoge{width:100%; margin:40px auto 0; overflow-x:scroll; overflow-y:visible;}
.pr2 .biaoge::-webkit-scrollbar{height:8px;cursor: pointer;}
.pr2 .biaoge::-webkit-scrollbar-thumb {background:#2870b8; border-radius:10px; cursor:pointer;}
.pr2 .biaoge::-webkit-scrollbar-track {background:transparent;}
.pr2 .biaoge table{width:100%;}
.pr2 .biaoge thead th{min-width:60px; height:50px; background:#2870b8; padding:5px 10px; text-align:center; border-bottom:1px solid #fff; border-right:1px solid #fff; color:#fff; font-size:18px; line-height:18px; word-break:keep-all;}
.pr2 .biaoge tbody{border-left:1px solid #ebebeb;}
.pr2 .biaoge tbody td{border-bottom:1px solid #ebebeb; border-right:1px solid #ebebeb; white-space:nowrap; min-width:60px; font-size:16px; background:#fff; height:40px; padding:0 10px; color:#333; text-align:center; cursor:pointer;}
.pr2 .biaoge tbody tr:nth-child(2n) td{background:#f7f7f7;}
.pr2 .biaoge table tbody tr td p,.pr2 .biaoge table tbody tr td img{cursor:pointer;}

.pr3{/*width:100%;*/ margin:40px auto 0;}
.pr3 .tc{width:100%; margin-top:40px; line-height:1.6; color: #666; font-size:18px;}
.pr3 .img{width:100%;}
.pr3 .img img{width:66%; margin:auto; display:block;}

.pr4{background:url(../image/pr_1_1.jpg) center top no-repeat;background-size: cover; width:100%; margin:60px auto 0; padding:80px 40px; overflow:hidden;}

/* 相关推荐部分 */
.proxq-al{width:100%; margin:20px auto -20px; padding:60px 0; background:#f8f8f8; overflow:hidden;}
.proxq-al-title{width:100%; margin:auto; text-align:center;}
.proxq-al-title h3{font-size:40px; font-weight:400; line-height:40px; color:#333;}
.proxq-al-list{width:100%; margin:60px auto 0; overflow:hidden;}
.proxq-al-list li{width:24%; background:#fff; float:left; overflow:hidden; position:relative; margin:0 1.3% 20px 0; transition:all .5s ease;}
.proxq-al-list li:nth-child(4n){margin-right:0;}
.proxq-al-list li:hover{box-shadow:0 3px 12px rgba(0,0,0,.3); transform:translateY(-10px); transition:all .5s ease-in-out; border-color:#01a7e2;}
.proxq-al-list li img{width:100%; height:100%; transition: all .5s}
.proxq-al-list li .tie{width:100%; text-align:center; margin:10px auto 20px; opacity:1;}
.proxq-al-list li .tie h3{font-size:24px; font-weight:400; color:#333;}
.proxq-al-list li .tie h3 span{display:block; font-weight:bold;}
.proxq-al-list li .txt{position:absolute; left:0; top:-150%; right:0; padding:80px 15px 0; color:#fff; background:rgba(35,99,233,.9); text-align:center; transition:all .5s; height:100%; overflow:hidden;}
.proxq-al-.list li h4{font-size:24px; font-weight:400; color:#fff; margin-bottom:10px;}
.proxq-al-.list li h4 span{display:block; font-weight:bold;}
.proxq-al-.list li p{width:100%; margin:20px auto 0; font-size:16px; line-height:30px;}
.proxq-al-.list li .more{position:absolute; left:50%; bottom:60px; transform:translateX(-50%); font-size:16px;}
.proxq-al-.list li:hover img{-webkit-transform:scale(1.1); transform:scale(1.1);}
.proxq-al-.list li:hover .tie{opacity:0;}
.proxq-al-.list li:hover .txt{top:0;}

.lcp{-webkit-line-clamp:2;display: -webkit-box;word-break: break-all;text-overflow: ellipsis;-webkit-box-orient: vertical;overflow: hidden;}
.effect-one{position:relative;box-sizing:border-box;-webkit-transition:all .7s ease-in-out;-moz-transition:all .7s ease-in-out;-o-transition:all .7s ease-in-out;-ms-transition:all .7s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.effect-one .effect-one-img{position:relative;display:block;width:100%;padding:0;margin:0;opacity:1;-webkit-transition:all .7s ease-in-out;-moz-transition:all .7s ease-in-out;-o-transition:all .7s ease-in-out;-ms-transition:all .7s ease-in-out;transition:all .7s ease-in-out;overflow:hidden}
.effect-oneBox:hover .effect-one-img,.effect-one:hover .effect-one-img{/*opacity:.9;*/-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}

/* 下载 */
.downList{width:66%; margin:40px auto 0;}
.downList li{float:left;height:60px;background:#f4f6f8;overflow:hidden;padding-left:20px;width:100%;line-height:22px;margin:0 0 10px 0; border:1px solid #e9e9e9; box-sizing:border-box;}
.downList li:nth-child(2n){margin-right:0;}
.downList li h5{padding-top:20px;font-size:18px;font-weight:normal;font-weight:normal;margin-bottom:10px;}
.downList li h5 a{color:#333;}
.downList li h5 a:hover{text-decoration: underline;}
.downList li p{font-size:15px; line-height:30px; color:#666; display:none;}
.downList li .more{float:right;width:90px;height:60px;background: url('../images/tem/down1.png') no-repeat center center;margin-left:10px;background-size:25px;}
.downList li:hover{background:#2870b8;color:#fff; cursor:pointer;}
.downList li:hover h5 a{color:#fff;}
.downList li:hover .more{background:#2870b8 url('../images/tem/down2.png') no-repeat center center;}
.downList li:hover p{color:#fff;}



/* 缩小 */

@media (max-width: 1600px) {
    html{
        zoom: 0.8;
    }
}

@media (max-width: 1400px) {
    html{
        zoom: 0.7;
    }
}

@media (max-width: 1200px) {
    html{
        zoom: 0.6;
    }
}