@import url(yzui.css);
header{font-size:0px;}
.header{display:inline-block;width:100%;height:100px;background:rgba(255,255,255,0.5);position:absolute;top:0px;left:0px;width:100%;z-index:999;box-shadow:0px 4px 6px 0px
		rgba(0, 0, 0, 0.2);}
.header .logo{float:left;height:100px;line-height:100px;}
.header .logo img{vertical-align:middle;max-height:70px;}
.header .nav{float:right;height:100px;}
.header .nav li{float:left;height:100px;line-height:100px;position:relative;margin:0px 15px;}
.header .nav li>a{display:inline-block;width:100%;position:relative;font-size:18px;color:#333;}
.header .nav li.active>a,.header .nav li:hover>a{color:#0068b7;}
.header .nav li.active>a::after,.header .nav li:hover>a::after{content:'';position:absolute;bottom:10px;left:0px;width:100%;height:2px;background:#0068b7;}
.header .nav li.active>a{font-weight:bold;}
/* .header .nav li>a::after{content:'';position:absolute;bottom:0px;left:0px;width:0%;height:1px;background:#fff;transition:1s;}
.header .nav li:hover>a::after{width:100%;} */
.header .nav li .drop-down{display:none;border-top:0px solid #0068b7;padding:10px 0px;text-align:center;width:260px;background:#fff;position:absolute;top:100px;left:50%;margin-left:-130px;}
.header .nav li .drop-down dd{padding:0px 10px;line-height:36px;}
.header .nav li .drop-down dd a{padding:0px 0;display:inline-block;width:100%;color: #333;font-size:14px;line-height:normal;}
.header .nav li .drop-down dd:hover a{color:#eb6100;}
.header .nav li .drop-down dd:hover a span{border-bottom:1px solid #eb6100;}
.header .nav li:hover .drop-down{display:block;}
.header .nav li.cnen{margin-left:40px;}
.header .nav li.cnen b{font-size:18px;color:#333;}
.header .nav li.cnen b a.se{color:#EC6100;}
.header .nav li.cnen:hover a::after{height:0px;}


session{font-size:0px;}
.banner-swiper{width:100%;display:block;position:relative;overflow:hidden;}
.banner-swiper .swiper-slide{position:relative;}
.banner-swiper .swiper-slide video{width:100%;height:100%;object-fit: cover;}
.banner-swiper .swiper-slide img.img{width:100%;height:100%;}
.banner-swiper .swiper-slide img.wimg{display:none;}
.banner-swiper .swiper-slide .text{position:absolute;top:35%;left:0%;margin:0;width:100%;}
.banner-swiper .swiper-slide .text b{display:inline-block;font-family:SourceHanSansCN-Bold;font-size:60px;line-height:90px;color:#fff;}
.banner-swiper .swiper-slide .text p{margin-top:35px;font-family:SourceHanSansCN-Regular;font-size:20px;font-weight:normal;line-height:40px;color:#fff;}
.banner-swiper .banner-pagination{bottom:10%;}
.banner-swiper .banner-pagination .swiper-pagination-bullet{width:16px;height:16px;background:rgba(255,255,255,0);opacity:0.6;margin:0 12px;border:1px solid #fff;}
.banner-swiper .banner-pagination .swiper-pagination-bullet-active{opacity:1;background:rgba(255,255,255,1);opacity:1;}
.banner-swiper .swiper-button-next,.banner-swiper .swiper-button-prev{width:56px;height:56px;margin-top:-28px;background-size:56px 56px;}
.banner-swiper .swiper-button-prev,.banner-swiper .swiper-container-rtl .swiper-button-next{background-image:none;background:url('../images/mleft.png')no-repeat center center;left:50px;right:auto;}
.banner-swiper .swiper-button-next,.banner-swiper .swiper-container-rtl .swiper-button-prev{background-image:none;background:url('../images/mright.png')no-repeat center center;right:50px;left:auto;}
.banner-swiper .tiaodong{position:absolute;bottom:50px;left:50%;margin-left:-14px;animation:icon 2s linear infinite;z-index:9999;}
.banner-swiper .swiper-button-prev::after,.banner-swiper .swiper-container-rtl .swiper-button-next::after{content:'';}
.banner-swiper .swiper-button-next::after,.banner-swiper .swiper-container-rtl .swiper-button-prev::after{content:'';}
@keyframes icon{
	0%{
    opacity: 0.8;
		transform: translate(0,0);
	}
	50%{
    opacity: 1;
		transform: translate(0px,25px);
	}
	100%{
    opacity: 0.8;
		transform: translate(0,0);
	}
}

.m_tit{width:100%;display:inline-block;text-align:center;}
.m_tit b{display:inline-block;width:100%;font-family:SourceHanSansCN-Bold;font-size:36px;line-height:32px;color:#333;}
.m_tit i{display:inline-block;width:360px;height:1px;background:#0068b7;margin-top:25px;position:relative;}
.m_tit i::after{content:'';width:60px;height:3px;background:#eb6100;position:absolute;bottom:-1px;left:50%;margin-left:-30px;}
.m_more{width:100%;display:inline-block;margin-top:50px;text-align:center;}
.m_more a{display:inline-block;width:200px;height:50px;line-height:50px;background:#0068b7;border-radius:6px;font-family:SourceHanSansCN-Regular;font-size:20px;color:#fff;}
.m_product{width:100%;display:inline-block;padding:80px 0px;background:#f4f4f4;}
.m_product_con{width:100%;margin-top:50px;display:inline-block;}
.m_product_con .item{margin-left:-2.33%;}
.m_product_con .item01{float:left;width:31%;margin-left:2.33%;background:#fff;}
.m_product_con .item01 .img{width:100%;display:block;border:solid 1px #ccc;overflow:hidden;}
.m_product_con .item01 .img img{width:100%;transition:1s;}
.m_product_con .item01:hover .img img{transform:scale(1.1);}
.m_product_con .item01 .text{width:100%;padding:20px 30px;border:solid 1px #ccc;border-top:0px;}
.m_product_con .item01 .text b{display:inline-block;width:100%;font-family:SourceHanSansCN-Bold;font-size:24px;line-height:26px;color:#333;overflow: hidden;
 text-overflow:ellipsis;white-space: nowrap;}
.m_product_con .item01 .text p{width:100%;margin-top:15px;font-family:SourceHanSansCN-Regular;font-size:16px;line-height:32px;color:#666;transition:0.5s;height:64px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.m_product_con .item01 .text a{display:inline-block;margin-top:12px;font-family:SourceHanSansCN-Regular;font-size:14px;line-height:14px;color:#999;transition:0.5s;}
.m_product_con .item01:hover .text b{color:#0068b7;}
.m_product_con .item01:hover .text a{color:#0068b7;}

.m_jjfa{width:100%;display:inline-block;padding:80px 0px;background:url('../images/mbeijing_02.jpg')no-repeat center center;}
.m_jjfa_con{display:inline-block;width:100%;margin-top:50px;position:relative;}
.gallery-thumbs{width:100%;height:80px;line-height:80px;background:#0068b7;position:absolute;bottom:0px;left:0px;}
.gallery-thumbs .swiper-slide{width:25%;text-align:center;font-family:SourceHanSansCN-Bold;font-size:16px;color:#fff;opacity:1;}
.gallery-thumbs .swiper-slide a{color:#fff;display:inline-block;width:100%;}
.gallery-thumbs .swiper-slide a::after{content:'';position:absolute;right:0px;top:20px;width:1px;height:40px;background:rgba(255,255,255,0.2);}
.gallery-thumbs .swiper-slide-thumb-active {opacity:1;background:#EB6100;}
.m_jjfa_con .swiper-button-next::after,.m_jjfa_con .swiper-container-rtl .swiper-button-prev::after{content:'';}
.m_jjfa_con .swiper-button-prev::after,.m_jjfa_con .swiper-container-rtl .swiper-button-next::after{content:'';}
.m_jjfa_con .swiper-button-next,.m_jjfa_con .swiper-button-prev{width:44px;height:44px;margin-top:-22px;opacity:1;}
.m_jjfa_con .swiper-button-prev,.m_jjfa_con .swiper-container-rtl .swiper-button-next{background-image:none;left:30px;background:url('../images/mleft1.png')no-repeat center center;background-size:100% 100%;}
.m_jjfa_con .swiper-button-next,.m_jjfa_con .swiper-container-rtl .swiper-button-prev{background-image:none;right:30px;background:url('../images/mright1.png')no-repeat center center;background-size:100% 100%;}
.gallery-top .swiper-slide{position:relative;}
.gallery-top .swiper-slide img{width:100%;}
.gallery-top .swiper-slide .text{position:absolute;top:0px;left:0px;width:100%;height:100%;background-image:linear-gradient(90deg,rgba(0,0,0,0.8) 7%,rgba(0,0,0,0) 100%);padding:120px 0px 0px 120px;text-align:left;}
.gallery-top .swiper-slide .text span{display:inline-block;position:relative;width:660px;font-family:SourceHanSansCN-Regular;font-size:30px;color:#fff;padding-bottom:22px;}
.gallery-top .swiper-slide .text span::after{content:'';position:absolute;width:60px;height:2px;background:#eb6100;left:0px;bottom:0px;}
.gallery-top .swiper-slide .text p{width:800px;margin-top:25px;font-family:SourceHanSansCN-Regular;font-size:16px;line-height:32px;color:#fff;margin-left:0px;}
.gallery-top .swiper-slide .text a{display:inline-block;margin-top:40px;font-family:SourceHanSansCN-Regular;font-size:14px;color:#fff;}

.m_case{width:100%;display:inline-block;padding:80px 0px;background:#f4f4f4;}
.m_case_con{width:100%;display:inline-block;margin-top:50px;}
.m_case_con ul{margin-left:-1%;margin-top:-15px;}
.m_case_con ul li{float:left;width:49%;margin-left:1%;margin-top:15px;}
.m_case_con ul li a{display:inline-block;width:100%;position:relative;overflow:hidden;}
.m_case_con ul li a img{width:100%;transition:1s;}
.m_case_con ul li:hover a img{transform:scale(1.1);}
.m_case_con ul li a p{position:absolute;bottom:0px;left:0px;width:100%;padding:0px 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background:rgba(0,104,183,0.9);text-align:center;line-height:50px;font-size:20px;color:#fff;}

.m_news{width:100%;display:inline-block;padding:80px 0px;background:url('../images/mbeijing_02.jpg')no-repeat center center;}
.m_news_con{width:100%;display:inline-block;margin-top:50px;}
.m_news_con .m_news_con_l{float:left;width:49.28%;background:#f4f4f4;}
.m_news_con .m_news_con_l .img{width:100%;overflow:hidden;}
.m_news_con .m_news_con_l .img a{display:inline-block;width:100%;}
.m_news_con .m_news_con_l .img a img{width:100%;transition:1s;}
.m_news_con .m_news_con_l:hover .img a img{transform:scale(1.1);}
.m_news_con .m_news_con_l .text{width:100%;padding:17px 20px;}
.m_news_con .m_news_con_l .text b{display:inline-block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:SourceHanSansCN-Bold;font-size:22px;line-height:23px;color:#333;}
.m_news_con .m_news_con_l:hover .text b{color:#0068b7;}
.m_news_con .m_news_con_l .text p{width:100%;margin-top:17px;display:inline-block;line-height:14px;}
.m_news_con .m_news_con_l .text p span{float:left;font-family:SourceHanSansCN-Regular;font-size:14px;color:#999;}
.m_news_con .m_news_con_l .text p a{float:right;font-family:SourceHanSansCN-Regular;font-size:14px;color:#999;}
.m_news_con .m_news_con_l:hover .text p a{color:#0068b7;}
.m_news_con .m_news_con_r{float:right;width:49.28%;}
.m_news_con .m_news_con_r .item{margin-top:-20px;}
.m_news_con .m_news_con_r .item .item01{width:100%;display:inline-block;margin-top:20px;}
.m_news_con .m_news_con_r .item .item01 .img{float:left;width:36.82%;overflow:hidden;}
.m_news_con .m_news_con_r .item .item01 .img a{display:inline-block;width:100%;}
.m_news_con .m_news_con_r .item .item01 .img a img{width:100%;transition:1s;}
.m_news_con .m_news_con_r .item .item01:hover .img a img{transform:scale(1.1);}
.m_news_con .m_news_con_r .item .item01 .text{float:right;width:60.28%;padding:10px 0px;}
.m_news_con .m_news_con_r .item .item01 .text>a{display:inline-block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:SourceHanSansCN-Bold;font-size:22px;line-height:22px;color:#333;font-weight:bold;}
.m_news_con .m_news_con_r .item .item01:hover .text>a{color:#0068b7;}
.m_news_con .m_news_con_r .item .item01 .text p:nth-child(2){display:inline-block;width:100%;margin-top:15px;height:60px;font-family:SourceHanSansCN-Regular;font-size:16px;line-height:30px;color:#666;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.m_news_con .m_news_con_r .item .item01 .text p:nth-child(3){display:inline-block;width:100%;margin-top:15px;}
.m_news_con .m_news_con_r .item .item01 .text p:nth-child(3) span{float:left;font-family:SourceHanSansCN-Regular;font-size:14px;color:#999;}
.m_news_con .m_news_con_r .item .item01 .text p:nth-child(3) a{float:right;font-family:SourceHanSansCN-Regular;font-size:14px;color:#999;}
.m_news_con .m_news_con_r .item .item01:hover .text p:nth-child(3) a{color:#0068b7;}

.m_about{width:100%;display:inline-block;padding:80px 0px 100px;background:url('../images/m_back.jpg')no-repeat center center;text-align:center;background-size:100% 100%;}
.m_about .m_tit b{color:#fff;}
.m_about_desc{width:86%;display:inline-block;margin-top:40px;font-family:SourceHanSansCN-Regular;font-size:16px;line-height:32px;color:#fff;text-align:center;}
.m_about_con{width:100%;margin-top:90px;display:inline-block;height:120px;padding:0px 0px;background:rgba(255,255,255,0.5);box-shadow:0px 0px 10px 0px #000000;}
.m_about_con a{display:inline-block;width:25%;height:120px;float:left;text-align:center;display:flex;justify-content:center;align-items:center;position:relative;transition:1s;}
.m_about_con a:hover{background:#fff;}
.m_about_con a::after{content:'';position:absolute;top:20px;right:0px;width:1px;height:80px;background:rgba(0,0,0,0.2);}
.m_about_con a .img{margin-right:0px;}
.m_about_con a .text{margin-left:20px;text-align:left;}
.m_about_con a .text span{display:inline-block;font-size:20px;color:#333;line-height:24px;}
.m_about_con a .text p{font-size:14px;color:#666;margin-top:9px;line-height:14px;}



footer{background:#65696e;}
.footer{display:inline-block;width:100%;}
.footer .foot_up{width:100%;display:inline-block;padding:60px 0px;}
.footer .foot_up .foot_up_l{float:left;width:49%;}
.footer .foot_up .foot_up_l .f_logo a{display:inline-block;width:100%;}
.footer .foot_up .foot_up_l .f_logo a img{max-width:168px;}
.footer .foot_up .foot_up_l .f_logo span{display:inline-block;width:100%;margin-top:20px;font-family:SourceHanSansCN-Regular;font-size:26px;line-height:26px;letter-spacing:1px;color:#fff;opacity:0.8;}
.footer .foot_up .foot_up_l .f_logo p{width:100%;margin-top:14px;font-family:SourceHanSansCN-Regular;font-size:14px;line-height:14px;color:#fff;opacity:0.8;}
.footer .foot_up .foot_up_l .slgion{width:100%;margin-top:30px;font-family:SourceHanSansCN-Regular;font-size:18px;line-height:32px;color:#fff;opacity:0.8;}
.footer .foot_up .foot_up_c{float:left;margin-left:0%;margin-top:75px;text-align:center;width:12%;margin-left:1%;}
.footer .foot_up .foot_up_c img{width:100%;}
.footer .foot_up .foot_up_c p{width:100%;margin-top:5px;font-family:SourceHanSansCN-Regular;font-size:16px;color:#fff;}
.footer .foot_up .foot_up_r{float:right;text-align:left;margin-top:65px;width:37%;}
.footer .foot_up .foot_up_r span{display:inline-block;width:100%;font-family:SourceHanSansCN-Regular;font-size:20px;line-height:32px;color:#fff;background:url('../images/mphone.png')no-repeat left center;padding-left:34px;}
.footer .foot_up .foot_up_r b{display:inline-block;width:100%;margin-top:20px;font-family:SourceHanSansCN-Bold;font-size:36px;color:#fff;}
.footer .foot_up .foot_up_r p{width:100%;font-family:SourceHanSansCN-Regular;margin-top:22px;font-size:18px;color:#fff;}
.footer .foot_up .foot_up_r p:nth-child(3){margin-top:50px;}

.footer .foot_down{display:inline-block;width:100%;padding:30px 0px;border-top:1px solid rgba(255,255,255,0.16);}
.footer .foot_down .powerby{float:left;font-family:SourceHanSansCN-Regular;font-size:14px;color:#fff;opacity:0.5;}
.footer .foot_down .foot_down_r{float:right;font-family:SourceHanSansCN-Regular;font-size:14px;color:#fff;opacity:0.5;}
.footer .foot_down .powerby a,.footer .foot_down .foot_down_r a{color:#fff;}


.banner{width:100%;display:block;position:relative;margin-top:100px;}
.banner img{width:100%;vertical-align:bottom;}
.banner .text{position:absolute;top:50%;left:0px;margin-top:-47px;width:100%;}
.banner .text span{display:inline-block;width:100%;font-size:40px;line-height:40px;color:#fff;}
.banner .text p{display:inline-block;width:100%;font-size:24px;line-height:24px;color:#fff;margin-top:30px;}

.nav_son{width:100%;display:inline-block;padding:25px 0px;text-align:center;border-bottom:1px solid #ccc;}
.nav_son li{display:inline-block;}
.nav_son li a{display:inline-block;padding:0px 15px;height:30px;line-height:30px;font-size:18px;color:#333;border-right:1px solid #ccc;}
.nav_son li:nth-last-child(1) a{border:0px;}
.nav_son li.active a,.nav_son li:hover a{color:#0068b7;}
.about{width:100%;display:inline-block;padding:0px 0px 0px;font-size:0px;}
.page_tit{width:100%;text-align:center;display:inline-block;}
.page_tit span{font-size:30px;line-height:30px;color:#333;position:relative;}
.page_tit span::before{content:'';position:absolute;top:18px;left:-120px;width:80px;height:1px;background:#999;}
.page_tit span::after{content:'';position:absolute;top:18px;right:-120px;width:80px;height:1px;background:#999;}
.page_tit p{width:90%;margin:25px auto 0px;font-size:16px;line-height:32px;color:#666;}
.page_titb span{color:#fff;}
.page_titb span::before{background:#fff;}
.page_titb span::after{background:#fff;}
.about1{display:inline-block;width:100%;padding-top:80px;}
.about1_con{display:inline-block;width:100%;margin-top:50px;}
.about1_con .img{float:left;width:49%;}
.about1_con .img img{width:100%;}
.about1_con .text{float:right;width:49%;font-family:MicrosoftYaHei;font-size:16px;line-height:32px;color:#666;}
.about1_con .text p{text-indent:25px;}
.about2{width:100%;margin-top:75px;display:inline-block;overflow:hidden;background:url('../images/about_back.jpg')no-repeat center center;position:relative;height:500px;}
.about2 .text{position:absolute;top:0px;left:0px;width:100%;height:100%;padding:60px 0px;text-align:center;}
.about2 .text .container{position:relative;}
.about2 .text .container .item{position:absolute;width:28.6%;}
.about2 .text .container .item span{display:inline-block;width:100%;font-family:MicrosoftYaHei-Bold;font-size:24px;line-height:30px;letter-spacing:1px;color:#fff;padding-bottom:15px;position:relative;}
.about2 .text .container .item span::after{content:'';width:30px;height:2px;background:#fff;position:absolute;bottom:0px;left:50%;margin-left:-15px;}
.about2 .text .container .item p{width:100%;margin-top:10px;font-family:MicrosoftYaHei;font-size:16px;line-height:26px;letter-spacing:1px;color:#fff;text-align:left;}
.about2 .text .container .item:nth-child(1){left:0px;top:40px;}
.about2 .text .container .item:nth-child(2){right:0px;top:40px;}
.about2 .text .container .item:nth-child(3){left:0px;bottom:40px;}
.about2 .text .container .item:nth-child(4){right:0px;bottom:40px;}
.about2 .text .container .item:nth-child(5){left:35.7%;top:50%;margin-top:-53px;}
.about2 .text .container .item:nth-child(5) p{text-align:center;}
.about2 .text .container img{max-width:27.14%;-webkit-animation:changeright 100s linear infinite;}
@-webkit-keyframes changeright{
	0%{-webkit-transform:rotate(0deg);}
	50%{-webkit-transform:rotate(180deg);}
	100%{-webkit-transform:rotate(360deg);}
}

.about3{display:inline-block;width:100%;padding:80px 0px;}
.about3_con{width:100%;margin-top:50px;display:inline-block;text-align:center;}
.about3_con img{max-width:100%;}

.about4{width:100%;display:inline-block;padding:80px 0px;background:#f7f7f7 url('../images/about-beijng.jpg')no-repeat center bottom;background-size:100% auto;}
.about4_con{width:88.6%;display:block;margin:80px auto 0px;position:relative;}
.about4-top{font-size:18px;padding:0px 80px;}
.about4-top .swiper-slide{display:flex;justify-content:center;align-items:center;}
.about4-top .swiper-slide .text_l{border-right:1px solid #ccc;padding:35px;margin-left:0px;padding-right:60px;font-family:MicrosoftYaHei-Bold;font-size:90px;line-height:90px;font-weight:bold;color:#333333;}
.about4-top .swiper-slide .text_r{margin-left:60px;}
.about4-top .swiper-slide .text_r span{float:left;display:inline-block;width:49%;margin:15px 0.5%;font-size:16px;color:#333;padding-left:16px;position:relative;}
.about4-top .swiper-slide .text_r span::after{content:'';position:absolute;top:7.5px;left:0px;width:6px;height:6px;background:#333;border-radius:3px;}
.about4-thumbs{font-size:18px;margin-top:80px;text-align:center;}
.about4_con .swiper-button-next,.about4_con .swiper-button-prev{width:60px;height:60px;margin-top:0px;top:auto;z-index:10;}
.about4_con .swiper-button-prev,.about4_con .swiper-container-rtl .swiper-button-next{background-image:none;left:0px;right:auto;background:url('../images/about-left.png')no-repeat center center;background-size:100% 100%;position:absolute;bottom:14px;left:-80px;}
.about4_con .swiper-button-next,.about4_con .swiper-container-rtl .swiper-button-prev{background-image:none;right:0px;left:auto;background:url('../images/about-right.png')no-repeat center center;background-size:100% 100%;position:absolute;bottom:14px;right:-80px;}
.about4_con .swiper-button-next::after,.about4_con .swiper-button-prev::after{content:'';}
.about4-thumbs .swiper-slide a{display:inline-block;width:100%;padding-top:26px;background:url('../images/about4_ico.png')no-repeat center top;background-size:100% auto;font-size:18px;color:#999;font-weight:bold;}
.about4-thumbs .swiper-slide-thumb-active a{background:url('../images/about4_icos.png')no-repeat center top;background-size:100% auto;color:#333;}
.about5{width:100%;display:inline-block;padding:80px 0px 130px;background:url('../images/about-beijing1.jpg')no-repeat center center;background-size:100% 100%;}
.about5_con{width:100%;display:inline-block;margin-top:100px;text-align:center;font-family:MicrosoftYaHei-Bold;}
.about5_con span{display:inline-block;padding:53px 75px;border:solid 2px #ffffff;font-size:40px;font-weight:bold;color:#fff;line-height:48px;}
.about6{width:100%;display:inline-block;padding:80px 0px 125px;position:relative;}
.about6_con{width:100%;display:inline-block;margin-top:50px;}
.about6_con .swiper-slide ul{margin-left:-1.08%;}
.about6_con .swiper-slide ul li{float:left;width:100%;border:1px solid #999;margin-left:1.08%;width:23.92%;}
.about6_con .swiper-slide ul li a{display:inline-block;width:100%;padding:10px;}
.about6_con .swiper-slide ul li a img{width:100%;border:5px solid #122839;}
.about6_con .swiper-pagination{position:absolute;bottom:80px;left:0px;text-align:center;width:100%;}
.about6_con .swiper-pagination .swiper-pagination-bullet{width:14px;height:14px;background:#ccc;opacity:1;margin:0px 10px;}
.about6_con .swiper-pagination .swiper-pagination-bullet-active{opacity:1;background:#0068b7;}


/* product.html */
.product{display:inline-block;width:100%;padding:10px 0px 80px;}
.product .item{margin-left:-2%;}
.product .item .item01{float:left;width:;margin-top:40px;width:31.33%;margin-left:2%;border:solid 1px #ccc;}
.product .item .item01 .img{width:100%;border-bottom:solid 1px #ccc;overflow:hidden;}
.product .item .item01 .img a{display:inline-block;width:100%;}
.product .item .item01 .img a img{width:100%;transition:1s;}
.product .item .item01:hover .img a img{transform:scale(1.1);}
.product .item .item01 .text{display:inline-block;width:100%;padding:20px 30px;}
.product .item .item01 .text b{display:inline-block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:24px;color:#333;}
.product .item .item01 .text p{width:100%;margin-top:15px;font-family:SourceHanSansCN-Regular;font-size:16px;line-height:32px;color:#666;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;height:64px;}
.product .item .item01 .text a{display:inline-block;font-size:14px;color:#999;margin-top:15px;line-height:14px;}
.product .item .item01:hover .text b,.product .item .item01:hover .text a{color:#0068b7;}


/* pro_view.html */
.pro_view{width:100%;display:inline-block;padding-bottom:80px;}
.pro_view_up{width:100%;display:inline-block;padding:50px 0px 40px;}
.pro_view_up .img{float:left;width:37.85%;border:1px solid #ccc;}
.pro_view_up .img img{width:100%;}
.pro_view_up .text{float:right;width:59.2%;}
.pro_view_up .text .tit{width:100%;padding:20px 0px 30px;position:relative;font-size:30px;font-weight:bold;color:#0068b7;font-family: SourceHanSansCN-Bold;border-bottom:1px solid #ccc;}
.pro_view_up .text .tit::after{content:'';position:absolute;bottom:-1px;left:0px;width:80px;height:3px;background:#0068b7;}
.pro_view_up .text .con{width:100%;margin-top:35px;font-family:SourceHanSansCN-Regular;font-size:16px;line-height:32px;color:#666;}
.pro_view_down{display:inline-block;width:100%;}
.pro_view_down .tit{width:100%;height:50px;line-height:50px;padding:0px 20px;background:#f7f7f7;font-size:18px;color:#333;}
.pro_view_down .con{width:100%;display:inline-block;margin-top:30px;font-family:SourceHanSansCN-Regular;font-size:16px;line-height:32px;color:#666;}
.pro_view_down .con img{max-width:100%;}
.pro_view_xg{width:100%;display:inline-block;margin-top:50px;}
.pro_view_xg .tit{width:100%;height:50px;line-height:50px;padding:0px 20px;background:#f7f7f7;font-size:18px;color:#333;}
.pro_view_xg .con{width:100%;display:inline-block;margin-top:30px;}
.pro_view_xg .con .item{margin-left:-2%;}
.pro_view_xg .con .item .item01{float:left;width:;margin-top:40px;width:31.33%;margin-left:2%;border:solid 1px #ccc;}
.pro_view_xg .con .item .item01 .img{width:100%;border-bottom:solid 1px #ccc;overflow:hidden;}
.pro_view_xg .con .item .item01 .img a{display:inline-block;width:100%;}
.pro_view_xg .con .item .item01 .img a img{width:100%;transition:1s;}
.pro_view_xg .con .item .item01:hover .img a img{transform:scale(1.1);}
.pro_view_xg .con .item .item01 .text{display:inline-block;width:100%;padding:20px 30px;}
.pro_view_xg .con .item .item01 .text b{display:inline-block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:24px;color:#333;}
.pro_view_xg .con .item .item01 .text p{width:100%;margin-top:15px;font-family:SourceHanSansCN-Regular;font-size:16px;line-height:32px;color:#666;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;height:64px;}
.pro_view_xg .con .item .item01 .text a{display:inline-block;font-size:14px;color:#999;margin-top:15px;line-height:14px;}
.pro_view_xg .con .item .item01:hover .text b,.pro_view_xg .con .item .item01:hover .text a{color:#0068b7;}


.jjfa{width:100%;display:inline-block;}
.jjfa .item01{display:inline-block;width:100%;padding:80px 0px;}
.jjfa .item01 .img{float:left;width:50%;}
.jjfa .item01 .img .swiper-button-next,.jjfa .item01 .img .swiper-button-prev{width:30px;height:30px;margin-top:-15px;top:50;z-index:10;}
.jjfa .item01 .img .swiper-button-prev,.jjfa .item01 .img .swiper-container-rtl .swiper-button-next{background-image:none;left:10px;right:auto;background:url('../images/about-left.png')no-repeat center center;background-size:100% 100%;}
.jjfa .item01 .img .swiper-button-next,.jjfa .item01 .img .swiper-container-rtl .swiper-button-prev{background-image:none;right:10px;left:auto;background:url('../images/about-right.png')no-repeat center center;background-size:100% 100%;}
.jjfa .item01 .img .swiper-button-next::after,.jjfa .item01 .img .swiper-button-prev::after{content:'';}
.jjfa .item01 .text{float:right;width:46.5%;}
.jjfa .item01 .text .tit{width:100%;font-family:MicrosoftYaHei-Bold;font-size:30px;line-height:30px;font-weight:bold;color:#0068b7;text-align:left;}
.jjfa .item01 .text .con{width:100%;margin-top:30px;font-family:MicrosoftYaHei;font-size:16px;line-height:32px;color:#666;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden;height:160px;}
.jjfa .item01 .text .more{width:100%;text-align:left;display:inline-block;margin-top:35px;}
.jjfa .item01 .text .more a{display:inline-block;width:200px;background:#0068b7;border-radius:6px;padding:15px 35px;font-size:20px;line-height:20px;color:#fff;}
.jjfa .item01:nth-child(2n){background:#f7f7f7;}
.jjfa .item01:nth-child(2n) .img{float:right;width:50%;}
.jjfa .item01:nth-child(2n) .text{float:left;width:46.5%;}


.case{width:100%;display:inline-block;padding:10px 0px 80px;}
.case .item{margin-left:-1.2%;}
.case .item .item01{width:32.13%;float:left;margin-top:40px;margin-left:1.2%;}
.case .item .item01 .img{width:100%;display:inline-block;overflow:hidden;}
.case .item .item01 .img a{display:inline-block;width:100%;}
.case .item .item01 .img a img{width:100%;transition:1s;}
.case .item .item01:hover .img a img{transform:scale(1.1);}
.case .item .item01 .text{width:100%;display:inline-block;padding:20px 0px 0px;}
.case .item .item01 .text b{display:inline-block;width:100%;font-size:20px;line-height:22px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.case .item .item01 .text p{width:100%;margin-top:15px;font-size:16px;line-height:16px;color:#999;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}


.case_view{width:100%;display:inline-block;padding:40px 0px 80px;}
.case_view .tit{width:100%;display:inline-block;text-align:left;}
.case_view .tit span{display:inline-block;width:100%;font-family:SourceHanSansCN-Regular;font-size:30px;line-height:32px;color:#333;}
.case_view .tit p{width:100%;display:inline-block;margin-top:10px;font-family:SourceHanSansCN-Regular;font-size:16px;line-height:32px;color:#999;}
.case_view .con{width:100%;display:inline-block;margin-top:40px;text-align:center;}
.case_view .con video{max-width:100%;}


.article{width:100%;display:inline-block;padding-bottom:80px;}
.article .item01{width:100%;display:inline-block;padding:42px 0px 46px;border-bottom:1px dashed #ccc;}
.article .item01 .img{float:right;width:18.14%;overflow:hidden;}
.article .item01 .img a{display:inline-block;width:100%;}
.article .item01 .img a img{width:100%;transition:1s;}
.article .item01:hover .img a img{transform:scale(1.1);}
.article .item01 .text{float:left;width:78.28%;}
.article .item01 .text .text_l{float:left;width:120px;}
.article .item01 .text .text_l b{display:inline-block;width:100%;font-family:MicrosoftYaHei;font-size:30px;line-height:30px;font-weight:normal;color:#333;position:relative;}
.article .item01 .text .text_l b::after{content:'';position:absolute;right:0px;top:14px;width:20px;height:1px;background:#ccc;}
.article .item01 .text .text_l p{width:100%;margin-top:10px;font-family:MicrosoftYaHei;font-size:18px;color:#333;}
.article .item01 .text .text_r{float:right;width:84%;}
.article .item01 .text .text_r a:nth-child(1){display:inline-block;width:100%;font-weight:bold;font-family:SourceHanSansCN-Bold;font-size:22px;line-height:22px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.article .item01 .text .text_r p{width:100%;margin-top:15px;font-family:SourceHanSansCN-Regular;font-size:16px;line-height:32px;color:#666;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;height:64px;}
.article .item01 .text .text_r a:nth-child(3){display:inline-block;margin-top:15px;font-size:14px;line-height:14px;color:#999;}
.article .item01:hover .text .text_r a{color:#0068b7;}


.medio{width:100%;display:inline-block;padding-bottom:80px;}
.medio .item{margin-left:-1%;}
.medio .item .item01{display:inline-block;width:100%;margin-top:50px;width:32.3%;margin-left:1%;}
.medio .item .item01 .img{width:100%;display:inline-block;overflow:hidden;position:relative;}
.medio .item .item01 .img img{width:100%;transition:1s;}
.medio .item .item01 .img a{opacity:0;position:absolute;top:0px;left:0px;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:rgba(0,0,0,0.4);text-align:center;transition:1s;}
.medio .item .item01 .img a img{max-width:13.33%;}
.medio .item .item01:hover .img a{opacity:1;}
.medio .item .item01 .text{width:100%;text-align:center;margin-top:20px;font-size:18px;color:#333;line-height:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.medio .item .item01:hover .text{color:#0068b7;}
.alertvideo{width:100%;display:none;position:fixed;top:0px;left:0px;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index:9999;}
.alertvideo .con{width:70%;height:80%;background:#000;margin:5% 15%;padding:2.5% 0px;text-align:center;position:relative;}
.alertvideo .con video{height:100%;}
.alertvideo .con a{display:inline-block;width:50px;height:50px;background:#fff;font-size:46px;line-height:44px;position:absolute;top:0px;right:0px;z-index:9999;}



.view{width:100%;display:inline-block;padding:50px 0px 60px;}
.view .view_tit{width:100%;display:inline-block;text-align:center;padding-bottom:20px;border-bottom:1px solid #ccc;}
.view .view_tit span{display:inline-block;width:100%;font-family:SourceHanSansCN-Bold;font-size:24px;font-weight:bold;line-height:32px;color:#333;}
.view .view_tit p{width:100%;margin-top:15px;font-family:MicrosoftYaHei;font-size:12px;line-height:12px;color:#999;}
.view .view_con{width:100%;display:inline-block;margin-top:30px;padding-bottom:35px;border-bottom:1px solid #ccc;font-family:SourceHanSansCN-Regular;font-size:16px;line-height:32px;color:#666;}
.view .view_con img{max-width:100%;}
.view .view_prevnext{width:100%;display:inline-block;margin-top:30px;}
.view .view_prevnext p{float:left;width:48%;text-align:left;font-size:16px;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.view .view_prevnext p:nth-last-child(1){float:right;width:48%;text-align:right;}
.view .view_prevnext p a{color:#666;}
.view .view_prevnext p:hover,.view .view_prevnext p:hover a{color:#0068b7;}



.join{width:100%;display:block;padding:80px 0px;background:#F7F7F7;font-size:0px;}
.join_tit{width:100%;display:inline-block;height:80px;background:#0068b7;margin-top:50px;}
.join_tit span{display:inline-block;float:left;font-size:18px;color:#fff;padding:0px 40px;line-height:80px;}
.join_tit span i{display:inline-block;width:37px;height:22px;background:url('../images/join_ico.png')no-repeat left center;float:left;margin-top:29px;}
.join_tit span:nth-child(1){width:32%;}
.join_tit span:nth-child(2){width:20%;}
.join_tit span:nth-child(3){width:20%;}
.join_tit span:nth-child(4){width:22%;}
.join_tit span:nth-child(5){width:6%;}
.join_con{display:inline-block;width:100%;}
.join_con .item01{display:inline-block;width:100%;background:#fff;margin-top:2px;}
.join_con .item01 .tit{width:100%;display:inline-block;height:80px;}
.join_con .item01 .tit span{display:inline-block;float:left;font-size:16px;color:#333;padding:0px 40px;line-height:80px;}
.join_con .item01 .tit span:nth-child(1){width:32%;font-weight:bold;}
.join_con .item01 .tit span:nth-child(2){width:20%;}
.join_con .item01 .tit span:nth-child(3){width:20%;}
.join_con .item01 .tit span:nth-child(4){width:22%;}
.join_con .item01 .tit a{width:6%;color:#0068b7;font-size:40px;line-height:80px;opacity:0.3;}
.join_con .item01 .con{width:100%;padding:40px 50px;font-size:16px;color:#666;line-height:32px;display:none;}
.join_con .item01 .con .up{width:100%;}
.join_con .item01 .con .down{display:inline-block;margin-top:45px;font-size:16px;color:#666;}
.join_con .item01 .con .down a{color:#0068b7;}
.join_con .item01.active{background:#e1f2ff;}
.join_con .item01.active .tit span:nth-child(1){color: #0068b7;}
.join_con .item01.active .con{background:#fff;width:auto;margin:0px 2px 2px;}



.contact{width:100%;display:block;background:#F7F7F7;padding-bottom:80px;}
.contact_up{width:100%;display:inline-block;margin-top:80px;}
.contact_upcon{width:100%;display:inline-block;margin-top:50px;background:#fff;}
.contact_upcon .map{float:left;width:50%;height:540px;}
.contact_upcon .text{float:right;width:50%;padding:95px 50px 90px;}
.contact_upcon .text h3{width:100%;font-size:26px;line-height:26px;letter-spacing:1px;color:#333;padding-bottom:41px;position:relative;font-weight:normal;margin-bottom:10px;}
.contact_upcon .text h3::after{content:'';position:absolute;width:30px;height:2px;background:#0068b7;bottom:0px;left:0px;}
.contact_upcon .text p{width:100%;margin-top:30px;font-size:16px;line-height:16px;color:#666;}
.contact_mess{width:100%;margin-top:85px;}
.contact_messcon{width:100%;margin-top:45px;background:#fff;padding:40px 40px 60px;}
.contact_messcon .form{width:100%;display:inline-block;}
.contact_messcon .form .form_l{float:left;width:48.9%;}
.contact_messcon .form li{width:100%;margin-top:20px;display:inline-block;height:50px;border:1px solid #ddd;}
.contact_messcon .form li .li_l{float:left;width:50px;border-right:1px solid #ddd;}
.contact_messcon .form li .li_l img{width:100%;}
.contact_messcon .form li .li_r{float:left;width:86%;margin-left:12px;height:50px;line-height:50px;}
.contact_messcon .form li .li_r span{float:left;font-size:16px;color:#999;}
.contact_messcon .form li .li_r input{float:left;margin-left:10px;border:0px;background:none;height:50px;width:88%;font-size:16px;color:#999;}
.contact_messcon .form .form_r{float:right;width:48.9%;}
.contact_messcon .form .form_r li:nth-last-child(1){height:190px;}
.contact_messcon .form .form_r li:nth-last-child(1) p{width:100%;display:inline-block;height:50px;line-height:50px;}
.contact_messcon .form .form_r li:nth-last-child(1) p img{float:left;}
.contact_messcon .form .form_r li:nth-last-child(1) p span{float:left;font-size:16px;color:#999;margin-left:11px;}
.contact_messcon .form .form_r li:nth-last-child(1) textarea{width:100%;height:135px;border:0px;background:none;padding:0px 10px 10px;font-size:16px;color:#999;line-height:26px;}
.contact_messcon .btn{display:inline-block;width:100%;text-align:center;margin-top:30px;}
.contact_messcon .btn button{width:200px;height:50px;line-height:50px;background:#0068b7;text-align:center;border:0px;font-size:20px;color:#fff;cursor:pointer;}




/* 分页 */
.page{width:100%;display:inline-block;font-size: 0;text-align: center;margin:50px 0px 0px;height:40px;font-family:'宋体';}
.page div{height:40px;}
.page a,.page span{display:inline-block;width:40px;line-height:40px;line-height:40px;text-align:center;border:1px solid #ccc;color:#666;font-size:16px;margin:0px 2.5px;border-radius:4px;}
.page a:hover,.page span.current{background:#0068b7;color:#FFF;}
.page a.prev,.page a.next{width:70px;}



@media (min-width: 1360px) and (max-width:1600px) {
	.m_news_con .m_news_con_r .item .item01 .text{padding:5px 0px;}
	.m_news_con .m_news_con_r .item .item01 .text>a{font-size:18px;}
	.m_news_con .m_news_con_r .item .item01 .text p:nth-child(2){width:100%;margin-top:10px;height:58px;}
	.nav_son li a{padding: 0px 45px;}
}
