@charset "utf-8";
/* CSS Document */
:root{    
	--main_color:#075582;        /* 主色 */
	--main_color_rgb:34,83,142 ;  /*rgba*/
    --second_color:#009999;      /* 副色 */    

}
@font-face {font-family:BarlowCondensed-Regular; src:url(../font/BarlowCondensed-Regular.ttf);}
body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,p,form,img,select{margin:0; padding:0;}
body{ color: #333;  font-size:14px; font-family:"苹方","微软雅黑", arial; overflow-x:hidden;background:#fff;}
body{ -webkit-font-smoothing:antialiased;font-smoothing:antialiased;-webkit-overflow-scrolling:touch;/*安卓和 IOS html5 动画卡顿解决方案*//* overflow-x:hidden; */line-height: 1; font-size:14px;}
a{text-decoration:none; color:#333; outline-style:none;}
a:hover{color:var(--main_color);}
a,input,img,:focus{ -webkit-tap-highlight-color:transparent; mayfish:expression(this.onfocus=this.blur); cursor:handbblr:expression(this.onFocus=this.blur());/*IE使用*/ outline-style:none;/*FF使用*/ }
ul,li{list-style:none;}
.clear{clear:both;}
img{border:0;}
.fl{float:left;}
.fr{float:right;}
.bottom_blank{height:.6rem;}
.mt20{margin-top:20px;}
.relative{position: relative}

.body1{background: #F2F4F5;}
.body2{background-position: center;background-repeat: no-repeat;background-size: cover;background-image: url(../images/bodybg.jpg);}


/*分享*/
.weixin-prop{ width:300px; height:380px;border:1px #ddd solid; background:#fff; position:fixed;left:50%;top:50%;margin:-190px 0px 0px -150px; z-index:2345667}
.weixin-close{width:25px;height:25px; position:absolute;right:10px;top:10px; line-height:30px; text-align:center; font-size:20px; color:#333; cursor:pointer}
.weixin-img{ float:left; width:250px; margin:60px 0px 0px 25px;text-align: center;background-color: green}
.weixin-img canvas{width:250px;height:250px}
.weixin-prop p{ float:left;padding-top: 15px; width:100%; overflow:hidden; font-size:14px; text-align:center; color:#222}

/*======================主体宽度======================*/
.pc_hide{display:none;}
.main{width: 86%; margin: auto; max-width: 1440px;}
@media screen and (max-width:1024px) {
	.main{width:92%;}
}
@media screen and (max-width:768px) {
	.main{width:100%; padding:0 10px; box-sizing:border-box;}
	.m_hide{display:none;}
}
.flex_space{display:flex;justify-content:space-between; flex-wrap:wrap;}
.flex_start{display:flex;justify-content: flex-start;flex-wrap:wrap;}
.t_center{display:flex; flex-direction:column; justify-content:center;align-items:center;}
.t_left_center{display:flex; flex-direction:column; justify-content:center;}


/*文字省略*/
.ellipsis1 {overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}
.ellipsis2 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;}
.ellipsis3 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;text-overflow: ellipsis;}
.ellipsis4 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;text-overflow: ellipsis;}


/*头部*/
.header{height:80px; z-index: 100;width: 100%; position:fixed; transition:0.5s all; background:#fff;  box-shadow: 0 1px 5px rgba(0,0,0,0.1);}
.header .logo{height: 80px; transition:0.5s all; margin-left:4%; position:relative;}
.header .logo img{height:52px; display:block; transition:0.5s all;}
.header_right{margin-right:4%;}
.head_blank{height:80px;}
@media only screen and (max-width: 1440px){
.header .logo{margin-left:2%;}
.header_right{margin-right:2%;}
.head_blank{height:60px;}
}


/*下拉菜单*/
.navBox {  height:80px; margin-right:.25rem; transition:0.5s all;}
.navBox .nav{display:flex; height:100%;}
.navBox .nav li {padding: 0 25px; position: relative;}
@media only screen and (max-width: 1440px){
.navBox .nav li{padding: 0 15px;}
}
.navBox .nav li>a {display: block;position: relative; height:100%; display:flex; justify-content:center;align-items:center;}
.navBox .nav li>a .txt {position: relative;z-index: 2;font-size:16px; transition:0.5s all;}


.subNavbox{white-space: nowrap; min-width:100%; position:absolute; top:100%;left:50%;background:rgba(255,255,255,.99); -webkit-transform:translate(-50%,20px);-ms-transform:translate(-50%,20px);transform:translate(-50%,20px); border-radius:5px;padding:15px 15px;opacity:0; pointer-events:none; transition:all .3s;box-shadow:0 2px 30px rgba(var(--main_color_rgb),.15);}
.subNavbox:after{content:"";position:absolute;bottom:100%;left:50%;border-style:solid;margin-left:-7px;border-width:7px;border-color:transparent transparent #fff;}
.subNavbox p:not(:last-of-type){border-bottom:1px solid #ddd}
.subNavbox a{display:block;position:relative;font-size:15px;padding:15px 0; -webkit-transition:color .3s cubic-bezier(.645,.045,.355,1);-ms-transition:color .3s cubic-bezier(.645,.045,.355,1);transition:color .3s cubic-bezier(.645,.045,.355,1); text-align: center; }
.subNavbox a:before{content:"";position:absolute;top:7px;bottom:7px;left:-15px;width:3px;background:var(--main_color);-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);-webkit-transition:-webkit-transform .3s cubic-bezier(.162,.85,.45,1);transition:transform .3s cubic-bezier(.162,.85,.45,1);}
.subNavbox a.active,.subNavbox a:hover{color:var(--main_color);}
.subNavbox a.active:before,.subNavbox a:hover:before{-ms-transform-origin:top;-webkit-transform-origin:top;transform-origin:top;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
.subNavbox.active{pointer-events:all;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);-webkit-transition-delay:.1s;-ms-transition-delay:.1s;transition-delay:.1s;opacity:1; }


/*语言*/
.header .lag{height:80px; font-size:20px; color:var(--second_color); display:flex; justify-content:center;align-items:center; transition:0.5s all; position:relative; cursor:pointer;}
.header .lag a{padding:15px 5px;}
.header .lag strong{font-size:14px; font-weight:normal; margin-left:8px; }
.header .lag img{vertical-align:middle; display:inline-block; margin-right:5px;}
@media screen and (max-width:768px) {
.header .lag{height:60px; margin-left:25px;}
.header .lag a{padding:10px 5px;}

}

/*======================手机菜单按钮======================*/
.m_nav_btn{width: 30px;height: 30px;transition: 0.3s;cursor: pointer;border:none;padding: 0;outline: none;background:none; margin-top:15px; display:block;}
.m_nav_btn .line{position: relative;display: block;width: 25px;height: 3px;margin: 0px auto 0;background:var(--main_color);border-radius:3px;}
.m_nav_btn .line:before,.m_nav_btn .line:after{content: '';width: 100%;height: 3px;left: 0;position: absolute;background:var(--main_color);border-radius:3px;transition-duration: 0.3s,0.3s;transition-delay: 0.1s,0s;}
.m_nav_btn .line:before{transition-property: bottom,transform;bottom: 8px;}
.m_nav_btn .line:after{transition-property: top,transform;top: 8px;}
.m_nav_btn_active .line {background: transparent;-webkit-transition-delay: 0s,0s;-moz-transition-delay: 0s,0s;-ms-transition-delay: 0s,0s;-o-transition-delay: 0s,0s;transition-delay: 0s,0s}
.m_nav_btn_active .line:after,.m_nav_btn_active .line:before {-webkit-transition-delay: 0s,.1s;-moz-transition-delay: 0s,.1s; -ms-transition-delay: 0s,.1s; -o-transition-delay: 0s,.1s; transition-delay: 0s,.1s}
.m_nav_btn_active .line:before {bottom: 0px;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg)}
.m_nav_btn_active .line:after {top:0px;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}

@media screen and (max-width:768px) {
.header{ height:60px; position: fixed; z-index: 200; background:#fff; box-shadow: 0 1px 5px rgba(0,0,0,0.1);}
.header .logo{height:60px; margin-left:10px;}
.header .logo img{ height:36px;}

.navBox{display:none;}
.m_header_right{display:block; margin-right:15px;}

/*======================手机弹出菜单======================*/
.m_tc_box{position: fixed;top:50px;left: 0;bottom: 0;right: 0;background: #fff;z-index: 102; display:none;}
.m_tc_box .wrapper {position: absolute;left: 0;right: 0;height: 100%;padding:15px; box-sizing:border-box;overflow-x: hidden;overflow-y: auto;z-index: 110;}

/*手机下拉菜单*/
.m_menu{overflow-x: hidden;overflow-y: auto;}
.m_menu .nav1 ul{ padding:0 0 0 30px; display:none; background-color:#fff;}
.m_menu .item{border-bottom: 1px solid #efefef; padding:16px 10px; font-size:16px;}
.m_menu .item i{float:right; color:#ccc; transition:0.3s all;}
.m_menu .item.active> i{ -webkit-transform: rotate(180deg); transform: rotate(180deg); }
.m_menu .item.curr a,.m_menu .item a:hover{color:var(--main_color);}

/*电话*/
.m_tel{text-align:center; margin-top:35px; font-size:20px; color:#fff; background:var(--main_color); padding:15px; border-radius:5px; } 
.m_tel i{ font-size:18px; margin-right:5px;}
}

/*======================轮播图======================*/
	#banner {width:100%; position:relative; z-index:0; overflow:hidden;}

	#banner .txt{position:absolute;z-index: 999;left:0;top:0; width:100%; height:100%;}
	#banner .txt h3{font-size:3.8vw; color:#fff;  margin-bottom:.3rem;  text-shadow:rgba(0,0,0,0.25) 1px 1px 1px; transform:translateY(200px);opacity:0;transition:all 0.3s;}
	#banner .txt p{font-size:1.5vw;line-height: 1.8;text-align: center; color:#fff;text-shadow:rgba(0,0,0,0.5) 1px 1px 2px;transform:translateY(200px);opacity:0;transition:all 0.6s;padding-left: 15px;padding-right: 15px }

	#banner .swiper-slide-active .txt h3,
	#banner .swiper-slide-active .txt p{transform:translateY(0px);opacity:1; transition-delay:1s;}
/*	
	#banner .swiper-slide .pic {position:relative; z-index:1; height:calc(100vh - 80px); overflow:hidden;}
	#banner .swiper-slide .pic img{width:100%;height:100%; object-fit: cover; transition: all 4s;  transform: scale(1,1); -webkit-transform: scale(1,1); display:block;}
	#banner .swiper-slide-active .pic img{ transform: scale(1.1,1.1);  -webkit-transform: scale(1.1,1.1);  transition-delay:1s;}
*/	
	#banner .swiper-slide .pic {position:relative; z-index:1;}
	#banner .swiper-slide .pic img{width:100%;height: auto; display:block;}
	
/*按钮切换*/	
	#banner .swiper-button-prev,#banner .swiper-button-next {display: none;width: 72px;height: 72px; background: url(../images/ico_sliding.png) no-repeat; margin-top:-36px;opacity:0.3;}
	#banner .swiper-button-prev {background-position: 0 0;}
	#banner .swiper-button-prev:hover { background-position: 0 -144px;}
	#banner .swiper-button-next { background-position: 0 -72px;}
	#banner .swiper-button-next:hover {background-position: 0 -216px;}
/*分页器*/
	#banner .swiper-pagination-bullet{width: 10px;height: 10px; display: inline-block; border-radius: 50%; background:rgba(255,255,255,0.36); transition: all .5s ease;opacity: 1.0; font-size:0;}
	#banner .swiper-pagination-bullet-active{background:rgba(255,255,255,0.8);color: #fff;width: 33px;border-radius: 30px; }
	#banner .swiper-pagination{bottom:20px;}

#banner:after {content: "";background:rgba(0,0,0,0); /*background:url(../images/banenr_line.png) repeat-x;*/
	position: absolute;left: 0px;top: 0px;right: 0px;bottom: 0px;opacity:1;z-index: 3;}

#particles-js{position: absolute;width: 100%; height:100%; left:0; right:0; top:0; bottom:0; z-index:999; }
#particles-js {opacity: 0.6;}
.particles{pointer-events: none;}
.mouseEvents{ pointer-events: all;} 

@media screen and (max-width:768px) {
	#banner .swiper-button-prev,#banner .swiper-button-next {width:0; height:0;}
	#banner .swiper-slide .pic{height:200px;}
	#banner .txt h3{font-size:25px;}
	#banner .txt p{font-size:14px;}
	#banner .swiper-pagination-bullet{width: 7px;height:7px;}
	#banner .swiper-pagination-bullet-active{width: 20px;}
	#banner .swiper-pagination{bottom:8px;}
}


/*===============快捷导航===============*/
.daohang {margin-top:60px;}
.daohang li{width:31.6%; background:#fff; box-sizing:border-box; transition:all .3s; position:relative;}
.daohang li .pic{overflow:hidden;}
.daohang li .pic img{width:100%;height:100%; object-fit: cover; display:block; transition:all .5s;}
.daohang li .txt h2{padding:25px;font-size:20px; }
.daohang li:hover {box-shadow: 0 2px 4px rgba(0,0,0,0.15);}
.daohang li:hover img{transform: scale(1.1,1.1); }

@media screen and (max-width:768px) {
.daohang {margin-top:25px;}
.daohang li{width:100%; margin-bottom:15px; border-radius:3px; overflow:hidden;}
.daohang li .pic{height:200px;}
.daohang li .txt {position:absolute; left:0; bottom:0;  width:100%;}
.daohang li .txt h2{padding:10px 10px;font-size:16px; background:rgba(0,0,0,0.5); color:#fff;}
}


/**/
.news_list1 .txt .more2{width: 166px;line-height:50px;color: #333;border:1px solid #075582; margin-top: 40px; text-align:center; transition:all .5s;border-radius: 5px}
.news_list1:hover .txt .more2{ background:rgba(255,255,255,0.9); color:var(--main_color)}

/*===============新闻资讯===============*/
.news_list1{ background:#f2f2f2; margin-top:25px; transition:all .5s; margin-bottom:25px;}
.news_list1 .pic{ width:50%; height:400px; overflow:hidden;}
.news_list1 .pic img{width:100%;height:100%; object-fit: cover; display:block; transition:all .5s;}
.news_list1 .txt{ width:50%; padding: 3vw 3vw 0; box-sizing:border-box;}
.news_list1 .txt .time{ font-family:Arial, Helvetica, sans-serif; color:#666; transition:all .5s;}
.news_list1 .txt .tit{font-size: 20px;font-weight: bold; margin-top: 30px;line-height: 1.6; text-align:justify; transition:all .5s;}
.news_list1 .txt .more{width: 166px;line-height:50px;text-transform: uppercase;color: #fff; background:var(--main_color);margin-top: 40px; text-align:center; transition:all .5s;}
.news_list1:hover{ background:var(--main_color);}
.news_list1:hover img{transform: scale(1.1,1.1); }
.news_list1:hover .txt .time{color:rgba(255,255,255,0.8);}
.news_list1:hover .txt .tit{color:#fff;}
.news_list1:hover .txt .more{ background:rgba(255,255,255,0.9); color:var(--main_color)}

/**/
.news_list li{ width:32%; margin-right:2%; background:#f2f2f2; padding:40px; position:relative; box-sizing:border-box;}
.news_list li:nth-child(3n){ margin-right:0;}
.news_list li a{ position:relative; z-index:1;}
.news_list li .time_box{ width:115px; padding-right:40px; box-sizing:border-box;}
.news_list li .time_box .year{ font-size:16px; text-align: right;margin-top: 5px;font-family: "Arial";transition:all .5s;}
.news_list li .time_box .mon{ font-size:28px; text-align: right;font-family: "Arial";font-weight: bold; margin:10px 0 25px 0;transition:all .5s;}
.news_list li .time_box .dot img{width:60px; display:inline-block;}
.news_list li .txt{width: calc(100% - 115px);}
.news_list li .txt h2{ font-size:20px; transition:all .5s;}
.news_list li .txt .desc{ color:#999; line-height:2; margin-top:20px; transition:all .5s;}
.news_list li .txt .more{ margin-top:25px;}
.news_list li .txt .more img{ width:40px;}
.news_list li:before{ content:''; width:0; height:100%; position:absolute; right:0; top:0; background:var(--main_color); z-index:0;transition:all .5s;}
.news_list li:hover:before{width:100%; left:0;}
.news_list li:hover .time_box .year{ color:rgba(255,255,255,0.8);}
.news_list li:hover .time_box .mon{ color:#fff;}
.news_list li:hover .txt h2{color:#fff;}
.news_list li:hover .txt .desc{color:rgba(255,255,255,0.8);}
@media screen and (max-width:768px) {
.news_list1{ margin-top:15px; margin-bottom:15px;}
.news_list1 .pic{ width:100%; max-height:200px;}
.news_list1 .txt{ width:100%; padding:20px 15px;}
.news_list1 .txt .tit{font-size:16px; margin-top:10px;line-height: 1.6;}
.news_list1 .txt .more{width: 150px;line-height:46px; margin-top:15px; display:none;}
.news_list li{ width:100%; margin-right:0; padding:15px; margin-bottom:12px;}
.news_list li .time_box{ width:90px; padding-right:25px;}
.news_list li .time_box .mon{ font-size:22px; margin:10px 0 15px 0;}
.news_list li .time_box .dot img{width:50px; }
.news_list li .txt{width: calc(100% - 96px);}
.news_list li .txt h2{ font-size:16px; margin-top:5px;}
.news_list li .txt .desc{ line-height:2; margin-top:10px; }
.news_list li .txt .more{ margin-top:15px;}
.news_list li .txt .more img{ width:30px;}

.news_list1 .txt .more2{width: 150px;line-height:46px; margin-top:15px; display:none;}	

}


/*页面标题*/
.main_tit{text-align:center; padding:60px 0 40px;width:100%;}
.main_tit h3{ font-size:36px; color:#000; font-weight:normal;}
.main_tit .line {display: block;width: 25px;height: 4px;background:var(--main_color);border-radius: 10px;margin: 15px auto auto auto;}
.main_tit p{font-size:16px; color:#666; margin-top:15px; line-height:1.6;}
@media screen and (max-width:768px) {
.main_tit{padding:20px 0 15px; }	
.main_tit h3{ font-size:20px; }	
.main_tit .line { margin: 10px auto auto auto;}	
.main_tit p{font-size:13px; margin-top:10px;}
}



.pro_list .txt .more2{width: 166px;line-height:50px;color: #333;font-size:16px; margin-top:50px; text-align:center; transition:all .5s;border:1px solid #075582;border-radius: 5px}
.pro_list .txt .more2:hover{transform: translateY(-5px);box-shadow: 0 10px 30px rgb(9 49 144 / 30%);background-color:#075582;color: #fff }
/*===============产品中心===============*/
.pro_list li{ margin-bottom:50px;}
.pro_list .txt,.pro_list .pic{ width:48%; height:420px; overflow:hidden;}
.pro_list li:nth-child(odd) .pic{order:2;}
.pro_list li:nth-child(odd) .txt{order:1;}
.pro_list .pic img{width:100%;height:100%; object-fit: cover; display:block; transition:all .5s;}
.pro_list .txt { padding:25px 20px 0 20px; box-sizing:border-box;}
.pro_list .txt h2{ font-size:30px; font-weight:normal; }
.pro_list .txt h2:after{ content:''; display:block; width:40px; height:4px; background:var(--main_color); margin:25px 0 35px 0;}
.pro_list .txt .desc{ font-size:16px; line-height:2; text-align:justify;}
.pro_list .txt .more{width: 166px;line-height:50px;color: #fff;font-size:16px; background:var(--main_color);margin-top:50px; text-align:center; transition:all .5s;}
.pro_list .txt .more:hover{transform: translateY(-5px);box-shadow: 0 10px 30px rgb(9 49 144 / 30%);}

@media screen and (max-width:768px) {
.pro_list li{ margin-bottom:15px;}
.pro_list .pic{ width:100%; height:200px;}
.pro_list li:nth-child(odd) .pic{order:1;}
.pro_list li:nth-child(odd) .txt{order:2;}
.pro_list .pic img{width:100%;height:100%; object-fit: cover; display:block; transition:all .5s;}
.pro_list .txt { padding:25px 0px 15px 0px; height:auto; width:100%;}
.pro_list .txt h2{ font-size:20px;}
.pro_list .txt h2:after{width:30px; height:3px; margin:15px 0 15px 0;}
.pro_list .txt .desc{ font-size:14px; line-height:1.8;}
.pro_list .txt .more{width:100%;line-height:40px; font-size:14px; margin-top:15px; border-radius:5px;}

.pro_list .txt .more2{width:95%;line-height:40px; font-size:14px; margin-top:15px; border-radius:5px;margin-left: auto;margin-right: auto}

}


/*===============广告图1===============*/
.gg_pic{ position:relative;}
.gg_pic img{width:100%;height:100%; object-fit: cover; display:block; }
.gg_pic .txt{position:absolute; width:55%; left:45%; top:0; right:0; bottom:0;}
.gg_pic .txt p{font-size:32px; color:#fff;}
.gg_pic .txt .more{width: 166px;line-height:50px; color:var(--main_color); font-size:16px; background:rgba(255,255,255,0.6);margin-top:40px; text-align:center; transition:all .5s;border-radius: 5px}
.gg_pic .txt .more:hover{ background:#fff;}

@media screen and (max-width:768px) {
.gg_pic .txt p{font-size:18px; line-height:1.5;}
.gg_pic .txt .more{display:none;}
}


/*===============关于我们===============*/
.index_about{width:95%; margin:auto; line-height:2; color:#555; text-align:left;font-size: 0.18rem;text-align:justify;text-justify:inter-ideograph;}

/*数字*/
.shuzi{ height:125px; margin:80px auto 0 auto; background:#fff; position:relative; z-index:1;}
.shuzi ul{width:100%;}
.shuzi li{ color:#000;  position:relative; width:25%; text-align:center; box-sizing:border-box; font-size: .3rem;}
.shuzi li i{font-size: .6rem; font-style:normal; margin-right:2px; font-family:"BarlowCondensed-Regular";}
.shuzi li p{line-height:.30rem; color:#333; font-size:14px;}
/*首页视频*/
.index_video{width:100%; margin-top:-50px; position:relative;}
.index_video .pic {}
.index_video .pic img{width:100%; display:block;}
.index_video .video_play{ position:absolute; left:0; top:50%; width: 100%; text-align: center;color: #fff;margin-top: -0.4rem}
.index_video .video_play .video_play1{font-size: 0.36rem;letter-spacing: 0.02rem;text-align: center}
.index_video .video_play .video_play2{margin-top: 0.2rem;font-size: 0.24rem;text-align: center}

.index_video .video_play img{width:72px; display:block; transition: all 0.8s ease 0s;}
.index_video .video_play img:hover{
  cursor:pointer;
  transform:rotate(360deg);
-ms-transform:rotate(360deg); 	/* IE 9 */
-moz-transform:rotate(360deg); 	/* Firefox */
-webkit-transform:rotate(360deg); /* Safari 和 Chrome */
-o-transform:rotate(360deg); 	/* Opera */
}
@media screen and (max-width:768px) {
.index_about{width:100%; margin:auto;font-size: 16px; line-height:1.8; text-align:left; text-align:justify;}
.index_video{ margin-top:-20px; position:relative;}
.index_video .video_play img{width:46px;}
.index_video .video_play{ margin-left:-23px;margin-top:-15px;}
.shuzi{ height:85px; margin:40px auto 0 auto; }
.shuzi li p{ font-size:12px;}
	
.video_play1{font-size: 15px;padding-left: 25px;padding-right: 5px}
.video_play2{font-size: 0.14rem!important;display: none}
	

}

/*================首页资质荣誉=====================*/
.index_ry { overflow:hidden; position: relative;}
.index_ry li .pic{overflow:hidden; height:2.8rem; position:relative; background:#fff;}
.index_ry li .pic img{max-width: 100%; max-height: 100%; transition:0.4s all; box-sizing:border-box;}
.index_ry li .txt{ padding:15px 0; text-align:center; font-size:.16rem;}
#certify  .swiper-slide {width:360px;}
#certify .swiper-button-prev {left: 0px;width: 50px;height: 50px;background: url(../images/arr_left.png) no-repeat;background-size: 100%;}
.swiper_circle{ padding-bottom:30px;}

@media screen and (max-width:768px) {
.index_ry li {background:#f8f8f8; border-radius:5px; overflow:hidden; padding:15px;}
.index_ry li a { display:block;}
.index_ry li .pic{ overflow:hidden; height:auto;}
.index_ry li .pic img{ width:100%; height:100%; object-fit:cover; display:block; opacity:1; transition:0.5s all; }
.index_ry li .txt{ text-align:center; margin-top:10px; font-size:14px;}
#certify  .swiper-slide {width:90%;}
/*分页器*/
.swiper_circle{position:relative; padding-bottom:0px;}
.swiper_circle .swiper-pagination-bullet{width: 10px;height: 10px; display: inline-block; border-radius: 50%; background:#e8e8e8; transition: all .5s ease;opacity: 1.0;}
.swiper_circle .swiper-pagination-bullet-active{background:var(--main_color); opacity: 1.0;}
.swiper_circle .swiper-pagination{ text-align:center; width:100%;}
.swiper_circle .swiper-pagination span{margin:0 3px;}

.zuo_you{width:210px;height:42px;margin: 15px auto 0 auto; position:relative;background:url(../images/you.png) no-repeat right top;background-size: 36px auto; }
.zuo_you:before{content:"";position:absolute;top:0;left:0;width:36px; height:42px;background:url(../images/zuo.png) no-repeat top;background-size:100% auto;}

}


/*===============内页banner通用样式===============*/
.page_ban{overflow:hidden;height:420px;position:relative;}
.page_ban img{width:100%;height:100%;object-fit:cover;display:block;}
.page_ban div{top:35%;text-align: center;position:absolute;left: 0px;width: 100%; color:#fff;}	
.page_ban h3{font-size:.4rem;}
.page_ban h4{font-size:.26rem;margin-top: 0.15rem;font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif"}
@media screen and (max-width:768px) {
.page_ban{overflow:hidden;height:120px;}
.page_ban h3{top:40%;left:40%;}
}	

/*==================位置导航样式通用==================*/
.sub_weizhi{ line-height:60px; height:60px; background:#fff; position:relative; z-index:9; box-shadow: 0 1px 5px rgba(0,0,0,0.1);}
.sub_weizhi .weizhi{padding-left:35px;  /*color: rgba(255,255,255,0.8);*/ font-size:0.16rem; position: relative;}

#n_nav a{position: relative;float: left;display: block; font-size:16px; padding:0 25px; text-align: center;border-right: 1px solid #eee}
#n_nav a:first-child{border-left: 1px solid #eee}
#n_nav a:last-child{ background: none;}
#n_nav a strong{ position: relative; display: block;z-index: 9; height: 60px; line-height:60px;  font-weight:normal; transition:0.6s all; }
#n_nav a span{position: absolute; left: 0px; top: 0px; z-index: 1; width: 100%; display: inherit; text-align: center;}
#n_nav a i{ display:inline-block; background:var(--main_color); height: 60px; width: 0px; transition:0.6s all; opacity:0;}
#n_nav  a.on i,#n_nav a:hover i{width:100%; opacity:1;}
#n_nav  a.on strong,#n_nav a:hover strong{ color: #fff; }	
	
/*移动端导航*/
.swiper-navi{background:#fff; position:relative; z-index:9; box-shadow: 0 1px 5px rgba(0,0,0,0.1);padding-left: 15px;display: none}
.swiper-navi .swiper-slide{display: inline-block!important;width: auto; line-height: 40px;padding-left: 10px;padding-right: 10px;box-sizing: border-box;;border-right: 1px solid #ddd}
.swiper-navi .active{background-color: #075582;color: #fff}
.swiper-navi .swiper-slide a{display: block;line-height: 40px;}
.swiper-navi .active a{color: #fff}

@media screen and (max-width:768px) {
.sub_weizhi{display: none;line-height:40px; height:40px; margin-top:0;background:#f2f2f2;}
.weizhi{padding-left:15px; margin-left:0;color:#333;font-size: 0.14rem}
.sub_weizhi .weizhi{color:#333;display: none}
.sub_weizhi .weizhi a{color:#333;font-size:14px;}
	
#n_nav a{position: relative;float: left;display: block; font-size:14px; padding:0 10px; text-align: center;border-right: 1px solid #eee}
#n_nav a strong{ position: relative; display: block;z-index: 9; height: 40px; line-height:40px;  font-weight:normal; transition:0.6s all; }
#n_nav a i{ display:inline-block; background:var(--main_color); height: 40px; width: 0px; transition:0.6s all; opacity:0;}

/*移动端导航*/
.swiper-navi{display: block}
	
}	


	


.main_tit2{text-align:center; padding-top:.1rem;padding-bottom:.3rem;width:100%;}
.main_tit2 h2{ font-size:.32rem;color:#075582;}
.main_tit2 .line {display: block;width: 25px;height: 4px;background:var(--main_color);border-radius: 10px;margin: 15px auto auto auto;}
.main_tit2 p{font-size:16px; color:#666; margin-top:15px;line-height:2;}
@media screen and (max-width:768px) {

.main_tit2 h2{ font-size:20px}	
.main_tit2 p{font-size:13px; margin-top:10px;}
.main_tit2 h3{font-weight:bold;}
.main_tit2 .line {height: 43x;margin: 10px auto auto auto;}
}	

/*===========内页联系我们============*/
.page_contact{border-radius: 8px;margin-bottom: 0.5rem}
.page_contact .txt{width:50%;background:#fff;}
.page_contact .txt{padding:0.5rem 0.5rem;box-sizing:border-box;}
.page_contact .txten{font-family: Impact;font-size:.48rem;font-weight:bold;}
.page_contact .txt h3{font-size:20px;font-weight:bold;margin:10px 0 30px 0;}
.page_contact .lxfs span{display: inline-block;margin-right: 10px}
.page_contact .lxfs p{ font-size:16px;display:inline-block;margin-left:10px;margin-bottom: 15px}
.page_contact .lxfs p i{font-size:16px;color:rgba(255,255,255,.5);}
.page_contact .erweima{border:1px solid rgba(204,204,204,1);width:140px;height:140px;padding:10px 10px;box-sizing:border-box;margin-top:20px;overflow:hidden;}
.page_contact .erweima img{width:100%;}


/*联系我们-地图*/
.page_contact .map{ width:50%;}
.amap-marker-label{padding:6px 10px; border-color: #ababab; border-radius: 5px; color: #888; font-size: 12px; line-height: 20px; box-shadow: 0 6px 12px rgba(0,0,0,.2);}
.amap-marker-label h3{color: #333; font-size: 14px;}

.page-h5{height: 0.6rem;clear: both}
@media screen and (max-width:768px) {
.page_contact{border-radius:5px;overflow:hidden;}
.page_lianxi .txt,.page_lianxi .pic{width:100%;}
.page_lianxi .txt h3,.page_lianxi .txt span{display:none;}
.page_lianxi .txt p{margin-bottom:10px;font-size:14px;}
.page_lianxi .pic li{width:48%;margin-top:10px;padding-bottom:10px;}
.page_lianxi .pic li:nth-child(1),.page_lianxi .pic li span{display:none;}
.page_lianxi .pic li p{margin:10px 0;font-size:13px;}
.page_contact .map{display:none;}
.page_contact .txt,.page_contact .map{width:100%;}
.page_contact .txt{padding:30px 20px;}
.page_contact .txt .txten{font-size:28px;}
.page_contact .txt h3{margin:10px 0 20px 0;}
.page_contact .lxfs p{ font-size:14px;}
.page-h5{height: 0.25rem;}
}

/*联系我们-联系人*/
.page_contact_p{background-color: #fff;overflow: hidden;padding:0.5rem 0.5rem;border-radius: 8px }
.page_contact_p dl{width: 48%;margin-bottom: 20px;padding: 20px;box-sizing: border-box;border-radius: 8px;}
.page_contact_p dl dt{float: left;width: 30%;overflow:hidden}
.page_contact_p dl dd{float: right;width: 60%}
.page_contact_p dl dd span{font-weight: bold}
.page_contact_p .page_contact_p1{font-size: 0.2rem;font-weight: bold;margin-bottom: 20px}
.page_contact_p .page_contact_p2{font-size: 0.16rem;margin-bottom: 10px;line-height: 0.3rem}
.page_contact_p .page_contact_p3{font-size: 0.16rem;margin-bottom: 10px;line-height: 0.3rem}
.page_contact_p .page_contact_p4{font-size: 0.16rem;margin-bottom: 10px;line-height: 0.3rem}

@media screen and (max-width:768px) {
	.page_contact_p{background-color: #fff;overflow: hidden;padding:10px 10px }
	.page_contact_p dl{width: 100%;margin-bottom: 10px;padding: 10px;box-sizing: border-box;border-radius: 8px}
	
	.page_contact_p .page_contact_p1{font-size: 16px;}
	.page_contact_p .page_contact_p2{font-size: 16px;line-height:25px}
	.page_contact_p .page_contact_p3{font-size: 16px;line-height:25px}
	.page_contact_p .page_contact_p4{font-size: 16px;line-height:25px}
}

/*===============网站底部===============*/
.footer{background:url(../images/dobu_img.jpg) no-repeat center; padding:80px 0 0px 0; box-sizing:border-box;margin-top:.8rem;}
/*底部LOGO*/
.foot_logo{ width:30%;}
.foot_logo img{ height:60px;}
.foot_logo p{color:rgba(255,255,255,0.36);line-height:26px;padding-top:20px;font-size:13px;}
/*图标区*/
.f_code{ font-size: 0;margin-top: 35px;}
.f_code a{width: 36px;height: 36px;margin-left:10px;position: relative;border-radius:3px;display: flex;align-items: center;justify-content: center;background: rgba(255, 255, 255, 0.2);transition: all .5s ease;}
.f_code a i{font-size:18px; color:#888;transition: all .5s ease;}
.f_code a:first-child{margin-left: 0;}
.f_code a:hover{background:var(--main_color);}
.f_code a:hover i{ color:#fff;}

/*底部联系方式*/
.f_contact h4{padding-left:30px;font-size:17px; font-weight:normal; color: #fff; background:url(../images/icon_ren.png) left center no-repeat;margin-bottom:20px;}
.f_contact p{ font-size:14px;color:rgba(255,255,255,0.36); line-height:35px;display:inline-block;}
.f_contact i{font-size:15px;color:rgba(255,255,255,.5);padding-right:10px;}

/*底部导航*/
.f_nav{width:180px;}
.f_nav h4{font-size: 17px;  font-weight:normal; color: #fff;margin-bottom: 16px;}
.f_nav li p{line-height:35px; width:100%; display:inline-block;}
.f_nav li p a{ font-size:14px; color:rgba(255,255,255,0.36);}
.f_nav li p a:hover{color:var(--main_color);}
.f_nav a:hover{color: #fff!important} 
/*底部微信二维码*/
.f_weixin h4{padding-left:30px; font-size: 17px; font-weight:normal;color: #fff;background:url(../images/icon_ewm.png) 0px center no-repeat; margin-bottom: 30px;}
.f_weixin img{ width:125px; margin-bottom:10px;}
.f_weixin p{font-size: 14px; text-align:center; color:rgba(255,255,255,0.36);}

/*底部版权*/
.copyright{ padding:15px 0; color:rgba(255,255,255,0.3); text-transform:uppercase; font-size:13px;border-top:1px solid rgba(255,255,255,0.1);margin-top:50px;}
.copyright a{color:rgba(255,255,255,0.3);}

@media only screen and (max-width: 768px){
.footer{background:url(../images/dobu_img.jpg) no-repeat center; background-size:cover; padding:25px 0 0px 0;}
.foot_logo,.f_contact,.f_nav{ width:100%;}
.f_weixin{display:none;}
.foot_logo img{ height:40px;}
.foot_logo p{ line-height:1.6;padding-top:10px;}
.f_code{ margin-top:15px; margin-bottom:25px;}
.f_code a{width: 30px;height: 30px;}
.f_contact {margin-bottom:25px;}
.f_contact h4{padding-left:30px;font-size:16px;margin-bottom:10px;}
.f_contact p{ font-size:13px; line-height:2; }
.f_nav li p{line-height:2; width:50%; display:inline-block;}
.copyright{ padding:10px 0;font-size:12px; margin-top:25px; text-align:center; line-height:1.8;}
.copyright p:last-child{ display:none;}
}


/*公共*/
.com-main{background-color: #fff;overflow: hidden;padding:0.5rem 0.5rem;border-radius: 8px;box-shadow:0px 0px  6px 6px #eee;}
.com-title{ text-align:center; font-size:0.32rem; font-weight:bold; margin-bottom:0.5rem;color: #075582}
.com-ul48 li{width: 48%}
.com-nr{text-align:justify;text-justify:inter-ideograph;}
.com-nr p{font-size: 0.16rem;line-height: 0.3rem;margin-bottom: 0.05rem}
.com-nr img{max-width: 100%}


/*企业文化*/
.qywh-main>li{width: 32%;margin-right: 2%; background-color: #fff;overflow: hidden;padding:0.5rem 0.5rem;border-radius: 8px;box-shadow:0px 0px  6px 6px #eee; transition: all .3s;box-sizing: border-box;margin-bottom: 0.35rem;background-image: url(../images/img-9.jpg);background-size: cover}
.qywh-main>li:nth-child(3n){margin-right: 0px}
.qywh-main .qywh-title{font-size: .3rem;height: 0.5rem; color: #075582;font-weight: bold;position: relative;}
.qywh-main .qywh-title span{display:block;height: 3px;width: 0.25rem; margin-top: 0.1rem; overflow: hidden;background-color: #075582}
.qywh-main .qywh-xh{font-size: .5rem;font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";color: #ccc;transition:all .5s;}
.qywh-main .qywh-nr{margin-top: 0.3rem; font-size: 0.16rem;line-height: 0.3rem;text-align:justify;text-justify:inter-ideograph;}
.qywh-main>li:hover{ transform:translateY(-8px)}
.qywh-main>li:hover .qywh-xh{ color: #075582}
.qywh-nr p{position: relative;text-indent: 15px}
.qywh-nr p::before{position: absolute;width: 5px;height: 5px;content: ""; background-color: #014A81;left: 0px;top:10px}


/*董事长*/
.dsz-main-t{font-size: 0.2rem;padding-bottom: 0.5rem;text-align: center;line-height: 0.5rem;font-weight: bold;color: #075582}

/*图片展示列表*/
.sbzs-list li{width: 32%;margin-right:2%;text-align: center;margin-bottom: 0.35rem;box-shadow:0px 0px  10px 5px #ddd;border-radius: 6px;transition: all .3s;;background-image: url(../images/fwtd_bg.jpg);background-size: cover}
.sbzs-list li:nth-child(3n){margin-right:0;}
.sbzs-list li a{display: block;padding: 10px;border-radius: 8px;border:1px solid #fff;transition: all 0.5s;top: 0;}
.sbzs-list p{font-size: 0.16rem;line-height: 0.4rem;font-weight: bold;padding-left: 10px;padding-right: 10px;text-align: center}   
.sbzs-list div{overflow: hidden;height: 280px;text-align: center}
.sbzs-list div img{height: 100%;width: auto; transition: all .4s;}
.sbzs-list li a:hover img{transform: scale(1.12);}
.sbzs-list li:hover{;box-shadow:0px 0px  10px 10px #ddd;}  


/*荣誉资质*/	
.ryzz-list li{width: 32%;margin-right:2%;text-align: center;margin-bottom: 0.35rem;transition: all .3s;background-size: cover;border-radius: 8px;}
.ryzz-list li:nth-child(3n){margin-right:0;}
.ryzz-list li a{display: block;transition: all 0.5s;top: 0;}
.ryzz-list p{font-size: 0.16rem;line-height: 0.4rem;font-weight: bold;padding-left: 10px;padding-right: 10px;text-align: center;}   
.ryzz-list div{height: 300px;background-image: url(../images/bg3.png);background-repeat: no-repeat;background-position: center center;background-size:contain;  text-align: center; padding:20px }
.ryzz-list div img{height: 100%;max-width: 100%; transition: all .4s;}
.ryzz-list li:hover{transform:translateY(-8px)}
/*
.ryzz-list li a:hover img{transform: scale(1.05);}
.ryzz-list li:hover{;box-shadow:0px 0px  10px 10px #ddd;}  	
*/

/*技术实力*/
.service_main{}
.service_main .service_m_title{ text-align:center; font-size:0.3rem; font-weight:bold; margin-bottom:0.5rem}
.service_main .service_m_nr{ text-align:justify;text-justify:inter-ideograph;}
.service_main .service_m_nr p{line-height:0.30rem;font-size: 0.18rem}
.service_main .service_m_xbt{font-size:18px;font-weight: bold;margin-top: 0.3rem;margin-bottom: 0.25rem; position: relative;}
.service_main .service_m_xbt span{display: inline-block;margin-left: 15px}
.service_main .service_m_xbt span::before{position: absolute;width: 3px;height: 0.2rem;content: ""; background-color: #014A81;left: 0px;top: 4px}
.service-main-nr{}
.service-main-nr p{font-size: 16px;line-height:25px;margin-bottom: 0.05rem}
.service-contail li{width: 48%}
.service-contail-img{padding-top: 0.35rem}

/*新闻列表*/
.innerNews{}
.innerNews dl{margin: 0.4rem auto;background: #fff;padding: 0.3rem;overflow: hidden;position: relative;transition: all 0.5s;top: 0;}
.innerNews dl dt{float: left;width: 25%; min-height: 2rem;max-height: 260px; font-size: 0;overflow: hidden;}
.innerNews dl dd{float: right;width: 70%;}
.innerNews dl dd h3{font-size: 0.22rem;line-height: 1.4; color: #333;font-weight: bold;transition: all 0.5s;border-bottom: 1px solid #cdcdcd;padding: 19px 130px 19px 0px ;box-sizing: border-box}
.innerNews dl dd p{font-size: 0.16rem;line-height: .3rem;height: 0.6rem;overflow: hidden;margin-top: .3rem;margin-bottom: .3rem;}
.innerNews dl dd .rrq{display: none}
.innerNews dl dd .rmore{font-size: .16rem;transition: all 0.5s;color: #075582}
.innerNews dl dd .newrq{position: absolute;right: 0;top: 0;width: 124px;height: 90px;background: #075582;text-align: center;}
.innerNews dl dd .newrq em{display: block;font-size: 0.4rem;color: #fff;font-family: "century gothic";height: .48rem;line-height: .48rem;margin-top: 10px;}
.innerNews dl dd .newrq b{display: block;font-size: 0.18rem;color: #fff;font-family: "century gothic";font-weight: normal;}
.innerNews dl:hover{top: -5px;}
.innerNews dl:hover dd h3{color: #0A3D84;}
.innerNews dl:hover dd .rmore{color: #0A3D84;}	


/*销售业绩*/
.innerNews .newsh40{height: 0.2rem;overflow: hidden;clear: both;}		
/*======================文章内容页======================*/
.show_main{margin-top:.7rem;}
.page_side{width:380px;}
.page_main{width:calc(100% - 410px); background:#fff; padding:.4rem .6rem; box-sizing:border-box;}


.page_side_box{border:solid 1px #e8e8e8; padding:20px 22px; background:#fff;}
.page_side_tit {font-size: .22rem; color: #111; font-weight:bold;  margin-bottom:20px;}
.pic_art_list .txt{padding-bottom: 20px;font-size: 0.14rem!important;font-weight: normal!important;line-height: 1.4}

.nextArc{border:solid 1px #e8e8e8; border-bottom: 3px solid var(--main_color); padding:45px 22px; background:#fff;}
.nextArc h3{font-size:.22rem; color: #111; border-bottom: 1px solid #dbdbdb; display:inline-block; padding-bottom:8px; margin-bottom:8px;}
.nextArc p{font-size:15px; line-height:1.8;}

/*内容页*/
.title_txt {font-size:32px;line-height:1.4; font-weight:bold; color:#000;}

.art_info{margin-bottom:25px; color:#888; border-bottom: solid 1px #e8e8e8; position:relative;}
.art_info em{position:relative;font-size:14px; display:inline-block; line-height:60px; font-style:normal; margin-right:25px;}
.art_info em img{ margin:-3px 5px 0 0; vertical-align:middle;}
.art_info em a{color:#888;}

/*share*/
.share-main{ width: 102px; height: 24px; position:absolute; right:0; top:15px;}
.share-main b{ position:absolute; left:-80px; top:10px; font-weight:normal;}
.share-bar a{margin-left: 10px; margin-top:5px; float: left; display: block; width: 24px; height: 24px; background-image:url(../images/icon-share.png); }
.share-bar .share-tsina{background-position: 0 0;}
.share-bar .share-weixin{background-position: -24px 0;}
.share-bar .share-qzone{background-position: -48px 0;}
.weixin-share-open{position: absolute; bottom: 34px; left:0; display: none; background: #fff;}
.weixin-wrap{ padding: 10px; width: 234px; height:80px; border: 1px solid #ddd;}
.share-qrcode{float: left;}
.share-qrcode img{display: block; width: 80px; height: 80px;}
.weixin-close{position: absolute; top: 0; right: 0; display: block; width: 20px; height: 20px; line-height: 20px; text-align: center; font-size: 16px; color: #d4d4d4; cursor: pointer;}
.weixin-text{padding: 10px 0 0 90px; line-height: 24px; font-size: 12px; color: #666;}

/*正文*/
#art_box { text-align:justify;  font-size:16px; line-height:2;}
#art_box p {margin-bottom:15px; }
#art_box img{ max-width:100%;}
#art_box table{ border:1px solid #eff3f8; border-collapse:collapse;   font-size:14px; line-height:24px;text-align:center;}
#art_box table tr:nth-child(1){ font-size:14px; background:#eff3f8; font-weight:bold;}
#art_box table td{padding:5px 10px; border:1px solid #D5DFEC;}
#art_box table td:nth-child(2){/*text-align:left;*/}
#art_box a{color:#2343B2;}

#art_box video{ max-width:100%;}

.qrcode{text-align:center;  margin-top:50px; font-size:14px; color:#999;}
.qrcode img{width: 150px; border:solid 1px #ddd;}

.bot_info{ font-size:15px; border-top:dashed 1px #ddd; margin-top:30px;}
.bot_info p{ border-bottom:dashed 1px #ddd; line-height:2; padding:10px 0;}
.bot_info p a{margin-right:10px;}

/*相关阅读*/
.xg_tit h5{font-size:20px; margin:.5rem 0 .25rem 0; position:relative;/* padding-left:15px;*/}
/*.xg_tit h5:after {width:4px;height:18px;  content: '';position: absolute;left: 0;top: 5px;background:var(--main_color);}*/
.xg_art li{position:relative; padding-left:15px; font-size:15px; width:48%; box-sizing:border-box; line-height:2.4;}
.xg_art li:before{ content: ""; display: block; width:7px; height:7px; border-radius:5px; background:var(--main_color); position: absolute; top: 50%; left: 0;transform: translate(0, -50%);}
.xg_art li span{float:right; margin-top:5px; color:#999;font-size:13px;}


/*产品子栏目列表*/
.list-navi2{padding-top: 20px;text-align: center}
.list-navi2 a{display: inline-block;border-radius: 15px;font-size: 0.16rem; line-height: 0.4rem;padding-left: 0.2rem;padding-right: 0.2rem;margin-left: 10px;margin-right: 10px;margin-top: 15px;border: 1px solid #0E5E84;background-color:#F4F9FB}
.list-navi2 a.on{background-color: #0E5E84;color: #fff}

@media screen and (max-width:768px) {
.page_side{ display:none;}
.page_main{width:100%;padding:12px!important;}
.share-main{ display:none;}
.title_txt {font-size:18px;line-height: 1.2}
.qrcode,.info1,.info2,.show_news_mt .side{ display:none;}
.art_info{margin-bottom:10px; border-bottom: dotted 1px #ddd; }
.art_info em{ font-size:12px; line-height:36px; margin-right:10px;}
#art_box { font-size:14px; line-height:1.8;}
.xg_tit h5{font-size:18px;}
.xg_tit h5:after {width:4px;height:16px; top: 2px;}
.xg_art li{padding-left:15px; font-size:14px; width:100%; line-height:2.4;}
	

/*产品子栏目列表*/
.list-navi2{padding-top: 10px;text-align: center}
.list-navi2 a{display: inline-block;border-radius: 10px;font-size: 14px; line-height: 24px;padding-left: 10px;padding-right: 10px;margin-left: 10px;margin-right: 10px;margin-top: 15px;border: 1px solid #0E5E84;background-color:#F4F9FB}
.list-navi2 a.on{background-color: #0E5E84;color: #fff}	
	
}

/*子公司*/
.zgs_main{}
.zgs_main .zgs_m_title{ text-align:center; font-size:0.3rem; font-weight:bold; margin-bottom:0.5rem}
.zgs_main .zgs_m_nr{ font-size:0.16rem; line-height:0.30rem;text-align:justify;text-justify:inter-ideograph;}
.zgs_main .zgs_m_nr p{ margin-top:0.05rem}

.zgs_main .zgs_m_xbt{font-size: 0.24rem;font-weight: bold;margin-top: 0.3rem;margin-bottom: 0.25rem; position: relative;}
.zgs_main .zgs_m_xbt span{display: inline-block;margin-left: 15px}
.zgs_main .zgs_m_xbt span::before{position: absolute;width: 3px;height: 0.16rem;content: ""; background-color: #014A81;left: 0px;top: 4px}

.zgs_main .zgs_m_top{}
.zgs_main .zgs_m_top-l{width: 49%;font-size:0.16rem; line-height:0.28rem;;text-align:justify;text-justify:inter-ideograph;}
.zgs_main .zgs_m_top-l p{margin-bottom:0.05rem}
.zgs_main .zgs_m_top-r{width: 48%;padding-top: 10px}

.zgs_m_zslist .swiper-container{margin-left: 50px;margin-right: 50px}
.zgs_m_zslist .swiper-button-prev{width:38px;height:38px;border-radius:50%;cursor:pointer;position:absolute;top:50%;transform:translateY(-50%);z-index:22;left:0px;background-color:rgba(1,74,129,0.4);color:#fff;text-align:center;line-height:38px;background-image:none;font-size: 24px}
.zgs_m_zslist .swiper-button-next{width:38px;height:38px;border-radius:50%;cursor:pointer;position:absolute;top:50%;transform:translateY(-50%);z-index:1;right:0px;background-color:rgba(1,74,129,0.4);color:#fff;text-align:center;line-height:38px;background-image:none;font-size: 24px}	
.zgs_m_zslist .swiper-button-prev:hover{background-color:rgba(1,74,129,0.6);}		
.zgs_m_zslist .swiper-button-next:hover{background-color:rgba(1,74,129,0.6);}
	

.zgs_m_zslist .swiper-slide{width: 25%;}
.zgs_m_zslist .swiper-slide p{text-align: center;line-height: 0.36rem}	
	
.zgs_main .zgs_m_ul{margin-left: 0.2rem}		
.zgs_main .zgs_m_ul li{width: 48%;font-size: 0.16rem; line-height: 0.3rem;position: relative;margin-bottom: 10px;padding-left: 10px;padding-right: 10px;box-sizing: border-box;}		
.zgs_main .zgs_m_ul span{display: inline-block;margin-left:3px}
.zgs_main .zgs_m_ul span::before{position: absolute;width: 5px;height: 5px;content: ""; background-color: #014A81;left: 0px;top:10px}
.zgs_m_gw{padding-left: 0.2rem;font-size: 0.16rem}

/*产品详情*/
.product-main .product-top{font-size: 0.16rem;line-height: 0.3rem;text-align:justify;text-justify:inter-ideograph;}
.product-main .product-list a{display: block;background-color: #fff;padding: .3rem;margin-top: .3rem;;transition: all .3s;}
.product-main .product-list ul{}
.product-main .product-list ul li{width: 48%}
.product-main .product-title{font-size: 0.3rem;padding-top: 10px}
.product-main .product-desc{margin-top: 0.5rem; font-size: 0.16rem;line-height: 0.26rem;text-align:justify;text-justify:inter-ideograph;color: #666}
.product-main .product-xq{margin-top: 0.5rem;font-size: 0.16rem}
.product-main .product-pic{overflow: hidden}
.product-main .product-pic img{transition: all .4s;}
.product-main .product-list a:hover img{transform: scale(1.12);}




/*分页*/
.search-pagination{text-align:center; margin:50px 0 50px 0;}
.pagination li {display: inline-block;margin:0 3px; }
.pagination li a{display: inline-block;font-size: 15px;min-width: 46px;height: 46px;line-height: 46px; box-sizing: border-box; padding:0 20px; box-sizing:border-box;transition: 0.3s; background:#e8e8e8; border:solid 0px #ddd;}
.pagination li.active a,.pagination li a:hover{color: #fff !important;background-color:#014A7F;border:solid 0px #014A7F;}


@media screen and (max-width:768px) {
.com-main{padding:20px 10px;}	
.com-title{ text-align:center; font-size:20px;}
.com-ul48 li{width: 100%}
.com-nr p{font-size: 16px;line-height:30px;margin-bottom: 0.05rem;}	
	
	

/*分页*/
.search-pagination{text-align:center; margin:25px 0 25px 0;}
.pagination li {display: inline-block;margin:0 3px; }
.pagination li a{display: inline-block;font-size: 14px;min-width: 36px;height: 36px;line-height: 36px; box-sizing: border-box; padding:0 6px; box-sizing:border-box;transition: 0.3s; background:#e8e8e8; border:solid 0px #ddd;}

	
/*企业文化*/
.qywh-main>li{width: 100%;margin-right: 0%; }
.qywh-main .qywh-title{font-size: 20px;}
.qywh-main .qywh-xh{font-size: 30px;}
.qywh-main .qywh-nr{font-size: 16px;line-height: 30px;}
/*董事长*/
.dsz-main-t{font-size: 20px;padding-top: 18px; padding-bottom: 0.3rem;line-height: 0.3rem;}

/*图片展示列表*/
.sbzs-list li{width: 100%;margin-right:0%;}	
.sbzs-list div{height: auto}	
.sbzs-list div img{width: 100%; height: auto;}
.sbzs-list p{font-size: 16px;line-height: 32px;}   	

/*荣誉资质*/
.ryzz-list li{width: 100%;margin-right:0%;}	
.ryzz-list div{height: auto;;background-size:cover;}	
	
	
.ryzz-list div img{width: 100%; height: auto;}	
.ryzz-list p{font-size: 16px;line-height: 32px;} 
	
/*技术实力*/
.service-contail li{width: 100%}	
	
/*新闻列表*/
.innerNews dl dd h3{padding: 0px 0 8px 0px;font-size: 18px;line-height: 1.2; font-weight: normal}	
.innerNews dl dt{min-height: 0.6rem;max-height: 200px}	
.innerNews dl dd .newrq{display: none}
.innerNews dl dd p{margin-top: .1rem;margin-bottom: .1rem;font-size: 14px}	
.innerNews dl dd .rrq{display:inline-block}	
.innerNews dl dd .rmore{float: right}	
	
/*子公司*/
.zgs_main .zgs_m_nr p{ margin-top:15px}	
.zgs_main .zgs_m_top-l{width: 100%;font-size: 16px;line-height: 1.25}
.zgs_main .zgs_m_top-l p{margin-top: 10px}
	
.zgs_main .zgs_m_top-r{width: 100%;}	
.zgs_main .zgs_m_ul li{width: 100%;font-size: 16px}	
.zgs_m_zslist .swiper-slide{width: 100%;padding-left: 10px;padding-right: 10px}
.zgs_main .zgs_m_xbt{font-size: 18px;}
.zgs_m_gw{font-size: 16px}	
/*产品详情*/
.product-main .product-list ul li{width: 100%}	
.product-main .product-title{font-size: 20px;padding-top: 5px;font-weight: bold}	
.product-main .product-desc{font-size: 16px;margin-top: 0.2rem;line-height: 25px}
.product-main .product-xq{font-size: 16px;margin-top: 0.2rem;}
	
.product-main .product-top{font-size: 16px;line-height: 30px;}	
	
}



/*漂浮广告*/
.admove{position:absolute; top:0; left:0; z-index:999999; font-size:14px; text-align:right;max-width: 600px}
.close_btn{display:block; width:60px; height:25px;margin-left: auto;margin-right: auto;  background:url(../images/bclose2.png) no-repeat center right; cursor:pointer;}	
.admove	.admove-close{text-align: center}


