@media screen and (max-width: 901px) { body{min-width:auto; max-width:25.6rem; margin:0 auto; }}
@media screen and (min-width: 900px) { body{min-width:1200px;}}

*{margin:0;padding:0;}
img{ border:none;}
a{ text-decoration:none; color:#333; -webkit-tap-highlight-color:rgba(0,0,0,0);}
body{ background:#fff;overflow:scroll;overflow-x:hidden; position:relative; }
/*去掉点击高光*/
body{-webkit-tap-highlight-color: rgba(0,0,0,0);}
li{ list-style:none;}
.content{width:100%; height:auto; margin:0 auto; overflow:hidden; position:relative;}
.content_auto{width:100%; height:auto; margin:0 auto; overflow:hidden;}
.content_auto img{ max-width:100%; height:auto; width:auto;}


/*TOP*/
.top_all{width:100%; height:4.5rem; background:#093a78;  position:relative; overflow:hidden;}
.top_all .top_content{width:100%; height:4.5rem; margin:0 auto;}
.top_all .top_content .logo{width:4rem;height:4rem; float:left; overflow:hidden;}
.top_all .top_content .logo img{width:100%; height:100%; }
.top_all .top_content .name{width:14rem; height:auto; float:left; overflow:hidden; margin-left:0.5rem;}
.top_all .top_content .name h1{ color:#fff; font-size:1.2rem; line-height:2.5rem; padding-top:0.3rem; }
.top_all .top_content .name h2{ color:#2086c8; font-size:0.9rem; font-weight:400; line-height:1.2rem;}

.top_all .top_content .ggy{width:240px; margin-left:70px; height:100px; background:url(../images/ggy.png) left center no-repeat; float:left; display:none;}
.top_all .top_content .ggy h2{ padding-left:60px; font-size:16px; line-height:100px; color:#fff;}

.top_all .top_content .so{width:240px; height:100px; float:right; overflow:hidden; display:none;}

/*点击的按钮*/
.menuBtn{display:block;position:relative;width:4.5rem;height:4.5rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box; float:right; font-size:2em; }
.menuBtn span{display:block;position:absolute;top:50%;margin:0 auto;width:45%;height:2px;border:none;cursor:pointer;color:inherit; left:20%;}

.menuBtn span:after,.menuBtn span:before{display:block;content:"";position:absolute;top:0;left:50%;width:100%;height:100%;-ms-transform:translate(-50%,-.3em);-webkit-transform:translate(-50%,-.3em);transform:translate(-50%,-.3em);-ms-transform-origin:50% 0;-webkit-transform-origin:50% 0;transform-origin:50% 0}
.menuBtn.open span{background:0 0}
.menuBtn span:after{-webkit-transform:translate(-50%,.3em);-moz-transform:translate(-50%,.3em);-ms-transform:translate(-50%,.3em);-o-transform:translate(-50%,.3em);transform:translate(-50%,.3em)}
.menuBtn.open span:before{-ms-transform:translate(-48%,0) rotate(45deg);-webkit-transform:translate(-48%,0) rotate(45deg);transform:translate(-48%,0) rotate(45deg)}
.menuBtn.open span:after{-ms-transform:translate(-52%,0) rotate(-45deg);-webkit-transform:translate(-52%,0) rotate(-45deg);transform:translate(-52%,0) rotate(-45deg)}

.menuBtn span,.menuBtn span:after,.menuBtn span:before{background-color:#80c9f9;-webkit-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease}


/*导航栏*/

.nav_all{width:100%; height:auto; background:#fff; background:rgba(255,255,255,0.95); position:absolute; z-index:100000; left:0px; top:4.5rem; box-sizing:border-box; overflow:hidden; display:none; padding-bottom:2rem; box-shadow:#e3e3e3 0px 3px 10px;  }
.nav_content{width:100%; height:auto; margin:0 auto; padding-top:1rem;}

.nav_content .nav_one{width:100%; margin:0 auto; height:auto; }
.nav_content .nav_one li{ width:100%; display:block; margin:0 auto; line-height:3rem; text-align:center;}
.nav_content .nav_one li .a1{ width:90%; margin:0 auto; display:inline-block; text-align:center; color:#093a78; text-decoration:none; transition:0.4s; position:relative; overflow:hidden; font-weight:800; font-size:1.1rem; border-bottom:1px solid #f3f3f3;}

/*滑动效果*/
.nav_one .a1:after{
	content:'';
	position:absolute;
	bottom:0;left:50%;
	width:0px;
	height:2px;
	background-color:#093a78;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
	}

.nav_one .a1no .a1:after,.nav_one li.no .a1:after{left:10%;width:80%;}
/*下拉导航*/
.nav_one .nav_two{width:100%; min-height:0px; height:auto; overflow:hidden; background:#093a78; position:absolute; top:58px; left:0px; display:none;}


.nav_content .right{ height:100%;}
.nav_content .right li{width:10rem; height:2.5rem; margin:0 auto; background:#399ad9; border-radius:1rem; text-align:center; line-height:2.5rem;margin-top:1rem; font-weight:700; font-size:1rem; overflow:hidden; }
.nav_content .right li a{ color:#fff; display:block; transition:all 1.0s;}
.nav_content .right li a:hover{ background:#f09700; text-decoration:none;}

.nav_content .so_mobile{width:100%; height:auto; margin:0 auto; overflow:hidden; padding-top:1.8rem; display:block;}

.nav_content .so_mobile form	{ height:auto;  }
.nav_content .so_mobile .keyword		{-webkit-box-flex: 1; width:14rem; height:2.7rem; text-align:left; line-height:2.7rem; overflow:hidden; font-size:1rem; border:none; float:left; margin-left:0%; text-indent:1px;  color:#fff;  text-indent:0.5rem;  outline: none;  background:none; border-bottom:1px solid #fff;  box-sizing:border-box; background:#aadeff; color:#fff; margin-left:3.8rem;}
.nav_content .so_mobile .search-btn	{ width:4rem; height:2.7rem;  float:left; border:none;  cursor:pointer; color:#fff; text-align:center;  line-height:40px; text-align:center;   outline: none; background:#222979 url(../images/so.png) center center no-repeat; border-bottom:1px solid #fff;  box-sizing:border-box;}

::-webkit-input-placeholder { /* WebKit browsers */
  color: #fff;
  font-size: 1rem;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #fff;
  font-size: 1rem;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #fff;
  font-size: 1rem;
}   

/*Banner*/
.banner{ width:100%; height:18rem; overflow:hidden; margin-top:0px; padding-bottom:1rem; background:#222979;}
.banner .swiper-container {width: 100%; height: 100%;   margin-left: auto;margin-right: auto;  background:#222979;}
.banner .swiper-slide {text-align: center; font-size: 18px; background: #222979; overflow:hidden; position:relative;}
.banner .swiper-slide img{ width:40rem; height:auto; position:absolute; left:50%; margin-left:-20rem;}
.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fractio{ bottom:1rem;}
.banner .swiper-pagination-bullet{ background:#ccc; filter:alpha(opacity=70); -moz-opacity:0.7; opacity:0.7;}
.banner .swiper-pagination-bullet-active{ background:#0089e1;}
.banner .swiper-button-next{  filter:alpha(opacity=0); -moz-opacity:0; opacity:0; right:1rem;}
.banner .swiper-button-next:hover{  filter:alpha(opacity=0); -moz-opacity:0; opacity:0;}
.banner .swiper-button-prev{  filter:alpha(opacity=0); -moz-opacity:0.4; opacity:0; left:1rem; }
.banner .swiper-button-prev:hover{  filter:alpha(opacity=0); -moz-opacity:0; opacity:0;}

/*我们的产品*/
.home_product_all{width:100%; min-height:auto; background:#e5e5e5; overflow:hidden;}
.home_title{width:100%; margin:0 auto; text-align:center; font-family:"宋体"}
.home_title h2{ font-size:1.6rem;color:#093a78;}
.home_title a{ color:#093a78;}
.home_title a:hover{ text-decoration:none;}

.home_product_title{ padding-top:1.5rem; padding-bottom:1.5rem;}
.home_product_tab{width:100%; height:auto; background:#eeeeee; line-height:auto;}
.home_product_tab ul{width:90%; height:auto; margin:0 auto; text-align:center; overflow:hidden;}
.home_product_tab ul li{ display:inline-table; overflow:hidden; position:relative; cursor:pointer;}
.home_product_tab ul li a{ color:#333; padding-left:1rem; padding-right:1rem; padding-top:1rem; padding-bottom:1rem; display:block;  pointer-events: none;   }
.home_product_tab ul li a:hover{ text-decoration:none;}

/*滑动效果*/
.home_product_tab ul li:after{
	content:'';
	position:absolute;
	bottom:0;left:50%;
	width:0px;
	height:2px;
	background-color:#093a78;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
	}

.home_product_tab ul .current:after{left:5%;width:90%;}
/*TAB内容*/
.home_product_content{width:100%; margin:0 auto; overflow:hidden; min-height:10rem;}


.home_product_content .swiper-container,.swiper-wrapper,.swiper-slide{width: 100%;height:39rem;}

.home_product_content .swiper-slide{ overflow:hidden; text-align:center;}

.home_product_list{width:11rem; height:17.5rem; background:#fff; overflow:hidden; float:left; margin-left:1.2rem; margin-top:1rem; position:relative; }
.home_product_list a{width:100%; height:100%;}
.home_product_list a:hover{ text-decoration:none;}

.home_product_list dd{width:10rem; height:10rem; overflow:hidden; margin:0 auto; border:1px solid #f8f8f8; margin-top:0.5rem;}
.home_product_list dd img{width:100%; height:100%; transition:all 1.0s;}
.home_product_list h2{ width:90%; margin:0 auto; text-align:center;  line-height:3rem; font-weight:500; font-size:1rem; text-overflow: ellipsis;white-space: nowrap;course:hand; transition:all 1.0s;}
.home_product_list li{width:2rem; height:2rem; margin:0 auto; margin-top:0.5rem;}
.home_product_list li img{ width:100%; height:100%;}
.home_product_list h3{ width:100%; height:3px; position:absolute; background:#dcdcdc; bottom:0px; left:0px;}
.home_product_list:hover h2{ color:#2086c8;}
.home_product_list:hover dd img{ transform:scale(1.1); }

/*滑动效果*/
.home_product_list h3:after{
	content:'';
	position:absolute;
	bottom:0;left:0%;
	width:0px;
	height:3px;
	background-color:#2086c8;
	-webkit-transition:all .6s;
	-moz-transition:all .6s;
	-ms-transition:all .6s;
	-o-transition:all .6s;
	transition:all .6s;
	}

.home_product_list:hover h3:after{left:0%;width:100%;}

#home_product_content .more{ width:11rem; height:17.5rem; background:#f2f2f2; overflow:hidden; float:left; margin-left:1.2rem; margin-top:1rem; position:relative; line-height:4rem;}
#home_product_content .more a{ width:100%; height:100%; display:block; color:#fff;  font-size:3rem; 
transition:all 1.0s; padding-top:3rem;}
#home_product_content .more a:hover{ text-decoration:none; background:#2086c8;}

#home_product_content ul:nth-child(1){}  


/*关于科莱恩*/
.home_about_all{width:100%; min-height:10rem; background:#222979 url(../images/home_product_back.jpg) bottom center; background-attachment: fixed; padding-bottom:2rem;}

.home_about_title{ padding-top:1.5rem;}
.home_about_title h2 a{color:#fff;}
.home_about_title h3{ line-height:3.5rem; font-size:2rem; color:#2084c6;}

.home_about_text{width:23rem; height:auto; margin:0 auto; text-align:center; padding-top:1rem; padding-bottom:1rem;}
.home_about_text p{ color:#fff; font-size:0.95rem; line-height:1.8rem;}
.home_about_text p br{ display:none;}
.home_about_text a{ color:#fff;}

.home_about_number{width:100%; height:auto; margin:0 auto; overflow:hidden; padding-top:1rem;}
.home_about_number ul{width:12.8rem; height:9rem; border-right:1px dashed #2086c8; text-align:center; color:#fff; float:left; box-sizing:border-box;}
.home_about_number ul h2{ font-size:3rem; line-height:3rem; font-family:"Impact"; font-weight:400;}
.home_about_number ul li{ display:inline-block; background:#f09700; padding:0.2rem 0.8rem; border-radius:1rem; margin-top:1rem; margin-bottom:0.5rem; font-size:1rem;}
.home_about_number ul p{ font-size:1rem; line-height:2rem;}
.home_about_number ul:nth-child(2){ border:none;}
.home_about_number ul:nth-child(4){ border:none;}

.home_about_all .more{ width:100%; height:auto; margin:0 auto; overflow:hidden; text-align:center; padding-top:1.5rem;}
.home_about_all .more a{  display:inline-block; color:#fff; padding:0.5rem 2rem; border-radius:1rem; font-size:1rem; 
transition:all 1.0s; border:1px solid #fff}
.home_about_all .more a:hover{ text-decoration:none; background:#2086c8; border:1px solid #2086c8}

/*合作客户*/
.home_hezuo_all{width:100%; background:#eeeeee; min-height:50px; height:auto; overflow:hidden;}
.home_hezuo_title{ padding-top:1.5rem; padding-bottom:1.5rem;}

/*合作*/
.home_hezuo_content{ width:100%; height:8rem; margin:0 auto; overflow:hidden; margin-top:0px; margin-bottom:0.5rem; }
.home_hezuo_content .swiper-container{width:100%;height:100%;text-align:center; display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;
-ms-flex-pack: center;-webkit-justify-content: center; justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center; align-items: center; margin-top:0;}
.home_hezuo_content .swiper-wrapper{width:100%; margin:0 auto; }
.home_hezuo_content .swiper-slide{ width:auto; overflow:hidden; margin:0 auto;}

.home_hezuo_content .swiper-slide ul{width:11rem; height:4.96rem; overflow:hidden; margin:0 auto; text-align:center; margin-left:1rem;transition:All 0.4s ease-in-out;    -webkit-transition:All 0.4s ease-in-out;    -moz-transition:All 0.4s ease-in-out;    -o-transition:All 0.4s ease-in-out;  text-align:center; background:#fff; margin-top:0px;  float:left;}
.home_hezuo_content .swiper-slide ul a{ display:block;}
.home_hezuo_content .swiper-slide ul p{width:11rem; height:4.96rem; margin:0 auto; }
.home_hezuo_content .swiper-slide ul p img{  width:100%;height:100%; }
.home_hezuo_content .swiper-slide ul:hover{ box-shadow:#ccc 0px 0px 10px;  }
.home_hezuo_content  .swiper-pagination-bullet{ background:#ccc; filter:alpha(opacity=70); -moz-opacity:0.7; opacity:0.7; width:12px; height:12px;}

.home_hezuo_content .swiper-pagination-bullet-active{ background:#225ca1;}
.home_hezuo_content .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{  margin-left:5px; margin-right:5px;}
.home_hezuo_content .swiper-slide ul:hover h2{ color:#f7aa1a; text-decoration:none;}
.home_hezuo_content .swiper-slide ul:hover a{ text-decoration:none;}

/*应用行业*/
.home_industry_title{width:100%; height:auto; background:#fff; text-align:center; padding-top:1.5rem; padding-bottom:1.5rem; overflow:hidden;}
.home_industry_all{width:100%; height:auto; min-height:2rem; background:url(../images/industry_back.jpg) top center no-repeat; padding-bottom:1rem;}
.home_industry{width:100%; height:auto; margin:0 auto; overflow:hidden; }

.home_industry .left{width:100%; height:auto; float:left; overflow:hidden; position:relative;}

.home_industry .left ul{width:23rem; height:12.52rem; margin:0 auto; background:#fff; background:rgba(255,255,255,0.8); overflow:hidden; margin-top:1.3rem; position:relative;}
.home_industry .left ul a{ display:block; width:100%; height:100%;}

.home_industry .left ul dd{ margin:0 auto; width:20rem; height:9.52rem; margin:0 auto; overflow:hidden; margin-top:1.5rem; position:relative;}
.home_industry .left ul dd img{ width:100%; height:100%; position:absolute; z-index:1; left:0px; top:0px;}
.home_industry .left ul dd h2{ position:absolute; z-index:3; width:100%; text-align:center; line-height:3rem; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;course:hand; bottom:0px; color:#fff; padding-bottom:0.5rem; font-family:"宋体"; font-size:1.4rem;overflow: hidden; text-overflow: ellipsis;white-space: nowrap;course:hand;
}

.home_industry .left ul dd li{ width:100%; height:5rem; overflow:hidden; background:#ccc; position:absolute; z-index:2; bottom:0px; background:url(../images/home_industry_list_back.png) top center;}

.home_industry .left ul .hover{width:100%; height:100%; background:#222979; background:rgba(34,41,121,0.8); position:absolute; z-index:10; left:0px; bottom:-288px; color:#fff; text-align:center; line-height:100%; display:none;}


.home_industry .right{ width:100%; float:left; height:auto !important; margin-left:0px; position:relative; overflow:hidden; padding-bottom:4.4rem;}
.home_industry .right ul{ }

.home_industry .right .more{ width:100%; height:auto; margin:0 auto; overflow:hidden; text-align:center; position:absolute; bottom:0.5rem;}
.home_industry .right .more a{  display:inline-block; color:#fff; padding:0.5rem 2rem; border-radius:1rem; font-size:1rem; 
transition:all 1.0s; border:1px solid #f09700; background:#f09700;}
.home_industry .right .more a:hover{ text-decoration:none; background:#2086c8; border:1px solid #2086c8}

/*新闻中心*/
.home_new_all{width:100%; min-height:10rem; height:auto; background:#eeeeee; overflow:hidden; padding-bottom:1rem;}
.home_new_title{ padding-top:1.8rem; padding-bottom:1.5rem;}
.home_new_nav{width:100%; height:auto; overflow:hidden; margin:0 auto; text-align:center;}
.home_new_nav li{ display:inline-block; padding:0.7rem 1.2rem; background:#fff; margin-left:0.5rem; margin-right:0.5rem;  cursor:pointer;}
.home_new_nav li a{ color:#225ca1; pointer-events: none; }
.home_new_nav .current{ background:#093a78; color:#fff;}
.home_new_nav .current a{ color:#fff;}

.home_new_content{width:100%; height:33rem; margin:0 auto; margin-top:1.2rem;}

.home_new_content .swiper-container,.swiper-wrapper,.swiper-slide{width: 100%;height:100%;}

.home_new_content .swiper-slide{ overflow:hidden; text-align:center;}

.home_new_content .swiper-slide .home_new_list{width:23rem; height:8.4rem; margin:0 auto; background:#fff; overflow:hidden; text-align:left;; box-sizing:border-box; margin-bottom:1.3rem;}
.home_new_list dd{width:90%; height:226px; overflow:hidden; border-bottom:1px solid #f3f3f3; position:relative; display: table-cell;vertical-align: middle; display:none;}

.home_new_list h2{ width:90%; height:auto; margin:0 auto; text-align:left; font-size:1.1rem; line-height:2rem; padding-top:0.5rem; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;course:hand;transition:all 1.0s;}
.home_new_list li{ width:90%; height:auto; margin:0 auto; font-size:1rem; line-height:2rem; color:#999}

.home_new_list p{ width:320px; height:70px; margin:0 auto; font-size:14px; color:#a5a5a5; padding-top:10px; line-height:25px; color:#a5a5a5;text-align:justify; text-justify:inter-ideograph; overflow:hidden; display:none;}

.home_new_list strong{ display:block; float:right;width:8rem; height:2.2rem; border:1px solid #eeeeee; text-align:center; line-height:2.2rem; margin-top:0.5rem; margin-right:1rem; transition:all 1.0s;}
.home_new_list strong i{color:#f09700; font-size:1.5rem; font-weight:400;}
.home_new_list a{ display:block; width:100%; height:100%;}
.home_new_list a:hover{ text-decoration:none;}
.home_new_list:hover h2{ color:#2086c8;}
.home_new_list:hover strong{ background:#2086c8; border:1px solid #2086c8;}
.home_new_list:hover strong i{ color:#fff;}
.home_new_content .swiper-slide ul:nth-child(1){ } 
.home_new_list:hover dd img{ transform:scale(1.1); }

.home_new_content .swiper-slide .more{ width:100%; height:auto; margin:0 auto; overflow:hidden; text-align:center; padding-top:0.4rem;}
.home_new_content .swiper-slide .more a{  display:inline-block; color:#fff; padding:0.5rem 1.5rem; background:#093a78; border-radius:1rem; font-size:1rem; transition:all 1.0s; border:1px solid #093a78}
.home_new_content .swiper-slide .more a:hover{ text-decoration:none; background:#2086c8; border:1px solid #2086c8}


/*底部通用*/
.footer_banner_all{width:100%; min-height:1rem; background:#2086c8; overflow:hidden; padding-top:0rem; padding-bottom:0rem;}
.footer_banner{width:100%; margin:0 auto; overflow:hidden; text-align:center;}
.footer_banner ul{width:100%; height:auto; float:left; border-bottom:1px solid #399ad9; padding-top:0.2rem; padding-bottom:0.6rem; box-sizing:border-box; position:relative;}
.footer_banner ul img{width:50px; height:50px; padding-top:0px; padding-bottom:0px;}
.footer_banner ul h2{ font-size:1rem; font-family:"宋体"; color:#fff; line-height:40px;}
.footer_banner ul p{ font-size:1rem; line-height:1.5rem; color:#fff; padding-bottom:0.25rem;}
.footer_banner ul:nth-child(3){  border:none;} 
.footer_banner ul a{ color:#fff;}
.footer_banner ul a:hover{ text-decoration:none;}
/*滑动效果*/
.footer_banner ul h3:after{
	content:'';
	position:absolute;
	bottom:10px;left:50%;
	width:0px;
	height:1.5px;
	background-color:#399ad9;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
	}

.footer_banner ul:hover h3:after{left:10%;width:80%;}

.footer_bottom{width:100%; height:auto; margin:0 auto; text-align:left; overflow:hidden; padding-bottom:4rem; background:#093a78;}
.footer_bottom .text{width:23rem; margin:0 auto; height:auto; overflow:hidden;   text-align:center; padding-top:1.5rem;}
.footer_bottom .text p{ font-size:0.9rem; color:#fff; line-height:1.8rem;}
.footer_bottom .text p a{ color:#fff;}
.footer_bottom .text p strong{ font-size:0.9rem; font-weight:400; padding-left:0; display:block;}
.footer_bottom .text .links{ display:none;}
.footer_bottom dl{ width:23rem; height:auto; margin:0 auto; text-align:center;}
.footer_bottom dl img{ width:7rem; height:7rem; padding-top:1rem;  }
.footer_bottom dl h2{ font-size:1rem; line-height:2rem; color:#1a59a8; width:100%;  padding-top:0.4rem;} 

/*侧边栏main css*/
.izl-rmenu{position:fixed;right:0%;margin-left:0;bottom:30px;padding-bottom:100px;z-index:9999; display:none; }

.mobile_footer{width:100%; height:3rem; background:#fff; position:fixed; bottom:0px; z-index:999999; box-shadow:#ccc 0px 0px 2px; border-top:0.1rem solid #f3f3f3; }
.mobile_footer ul{ width:6.4rem; height:3rem; float:left; overflow:hidden; text-align:center;  padding-top:0.5rem;}
.mobile_footer ul a{ text-decoration:none;}
.mobile_footer ul li{ list-style:none; width:100%; height:2rem; text-align:center; line-height:2rem; overflow:hidden;}
.mobile_footer ul li i{  font-size:1.5rem; color:#a3a3a3;}
.mobile_footer .s4 li i{ color:#2086c8;}
.mobile_footer ul li:hover i{ color:#2086c8;}

/*返回顶部*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 3.1rem;
  right:0%;
 
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #2086c8 url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; z-index:999;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */
  opacity: .8;
}
.no-touch .cd-top:hover {
  background-color: #e7627f ;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 80px;
  }
}

/*banner——min*/
.banner_min{ width:100%; height:8rem; overflow:hidden; position:relative; margin-bottom:0rem;}
.banner_min ul{width: 100%; height: 100%; margin-left: auto; margin-right: auto; position:relative; }
.banner_min img{ width:46rem; height:auto; position:absolute;  left: 50%; margin-left: -23rem; cursor:pointer;}
/*当前位置*/
.location_all{width:100%;  height:auto; overflow:hidden; }
.location_content{width:100%;  height:auto; overflow:hidden; margin:0 auto; padding-top:0.8rem; padding-bottom:0.8rem;}
.location_left{ width:95%; margin:0 auto; height:auto;  overflow:hidden; line-height:1.8rem; font-size:0.9rem;}
.location_left a{ font-size:0.9rem;}
.location_left i{ font-size:1rem; float:left; margin-right:0.5rem; color:#0089e1;}
.location_right{ width:100%; min-height:2.5rem; height:auto; overflow:hidden; text-align:right; display:none;}

/*内容导航*/
.content_nav{width:100%; min-height:3rem; margin:0 auto; overflow:hidden; text-align:center; background:#093a78;}
.content_nav ul{ width:auto; height:auto; margin:0 auto;}
.content_nav a{ width:12.8rem; line-height:3rem; height:3rem; display:block; float:left; font-size:1rem; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;course:hand; color:#fff; position:relative; transition:all 0.6s;}
.content_nav a:hover{ background:#0089e1; color:#fff; text-decoration:none; }
.content_nav a:after
{
	content:'';
	position:absolute;
	bottom:0;left:50%;
	width:0;
	height:2px;
	background-color:#acdfff;
	-webkit-transition:all .6s;
	-moz-transition:all .6s;
	-ms-transition:all .6s;
	-o-transition:all .6s;
	transition:all .6s;
	z-index:1;
}
.content_nav a:hover:after{ width:100%; left:0px;}
.content_nav .no:after{ width:100%; left:0px;}
.content_nav .no{ background:#259fdc; color:#fff; }
.content_nav .no:hover{ background:#0089e1; color:#fff; }
/*企业简介*/
.about_title{ width:23rem; height:auto; text-align:center; margin:0 auto; padding-top:1rem; padding-bottom:1rem; }
.about_title h2{ font-size:1.4rem; color:#434343; line-height:3.5rem;}
.about_title p{ width:100%; text-align:center; padding-top:0.5rem;}
.about_title p img{ width:auto; max-width:22rem; height:auto;}

.about_content{ width:24rem; height:auto; margin:0 auto; min-height:50px; padding-top:1rem; padding-bottom:2rem;}
.about_content img{ width:auto; max-width:100%;height:auto; }
.about_content p{font-size:1rem; line-height:1.6rem;}

/*新闻中心*/
.new_list{ width:100%; height:auto; margin:0 auto; overflow:hidden; padding-bottom:2.5rem;}

.new_list ul{ width:23rem; height:auto; overflow:hidden; border:1px solid #e5e5e5; position:relative;transition:all 1.0s; margin:0 auto; margin-top:1.2rem; padding-top:1.5rem;}
.new_list ul a{ display:block; width:100%; height:100%;}
.new_list ul dd{ width:20rem; height:12.2rem; overflow:hidden; background:#fff url(../images/no_img.png) center center no-repeat;transition:all 1.0s; display: table-cell;vertical-align: middle; text-align:center; position:relative; left:1.5rem; background-size:80%;}
.new_list ul img{ max-width:20rem; width:auto; max-height:12.2rem; height:auto;}  
.new_list ul h2{ width:90%; margin:0 auto; height:3rem; line-height:3rem; font-size:1.1rem; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;course:hand;}
.new_list ul p{ font-size:0.9rem; width:90%; height:3.4rem; margin:0 auto; overflow:hidden; line-height:1.6rem; color:#949494; text-justify:inter-ideograph;}
.new_list ul li{ width:90%; margin:0 auto; line-height:2rem; color:#bababa; font-size:0.9rem; padding-top:0rem; padding-bottom:0.8rem;}
.new_list ul li i{ float:left; font-size:1.2rem; padding-right:1rem;}
.new_list ul a:hover{ text-decoration:none;}
.new_list ul:hover dd img{ transform:scale(1.1); transition:1s linear 0.1s;}
.new_list ul:hover h2{ color:#0089e1;}
.new_list ul:hover{ border:1px solid #0089e1; }
.new_list ul:hover dd{ background:#fff url(../images/no_img.png) center center no-repeat; background-size:80%;}

/*翻页样式*/
#fenye{width: 100%;height: auto;display: inline-block;text-align: center;margin-top:2rem;margin-bottom:0rem;}
#fenye li{padding: 0;list-style: none;}

#fenye .pagination .active a{background: #0089e1;color: #fff; }
#fenye .pagination .disabled span{color: #ccc;}
.pagination{padding-left: 0;margin: 0px 0;border-radius: 4px;display: inline-block;text-align: center;}
.pagination>li>a, .pagination>li>span{position: relative;float: left;padding: 0.4rem 0.8rem;line-height: 1.42857;text-decoration: none;color: #595757;background-color: #fff;border: 1px solid #ddd;margin-left: -1px; font-size:0.8rem;}
.pagination>li{display: inline;}
.pagination>li a:hover{ background:#0089e1; color:#fff;}

/* 荣誉资质 */
.honor_list{ padding-bottom:2.5rem;}
.honor_list ul {width:11rem;float:left; height:auto; margin-left:1.2rem;margin-top:1.2rem;text-align:center; background:#f2f2f2;border-bottom:3px solid #e8e8e8;position:relative; padding-top:0.5rem; }
.honor_list ul .pImg{display:block;width:10rem;height:13.48rem; background:#fff;display: table-cell;vertical-align: middle; }
.honor_list ul img{width:10rem; height:auto; max-height:13.48rem; vertical-align: middle;}

.honor_list ul:before{content: "";position:absolute;height:3px;bottom:-3px;left:0;transition:all 0.5s;width:0;}

.honor_list ul:hover:before{width:100%;background:#0089e1;transition:all 0.5s;}

.honor_list ul p{ width:90%; margin:0 auto;height:2.5rem;line-height:2.5rem; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display: block;transition:all 1.0s; font-size:0.9rem;}

.honor_list ul:hover a{ text-decoration:none;}
.honor_list ul:hover p{ color:#0089e1;}

/*成功案例*/
.case_list{ width:100%; height:auto; margin:0 auto; overflow:hidden; padding-bottom:2.5rem;}

.case_list ul {width:11rem;float:left; height:auto; margin-left:1.2rem;margin-top:1rem;text-align:center; background:#fff;border-bottom:3px solid #e8e8e8;position:relative;}
.case_list ul .pImg{display:block;width:11rem;height:11rem; background:#fff;display: table-cell;vertical-align: middle; margin-top:1rem;}

.case_list ul img{width:11rem; height:auto; max-height:11rem; vertical-align: middle;}

.case_list ul:before{content: "";position:absolute;height:3px;bottom:-3px;left:0;transition:all 0.5s;width:0;}

.case_list ul:hover:before{width:100%;background:#0089e1;transition:all 1s;}

.case_list ul h2{ width:85%; margin:0 auto;height:2rem;line-height:2rem; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display: block;transition:all 1.0s; text-align:center; font-size:0.9rem; font-weight:400;}


.case_list ul:hover a{ text-decoration:none;}
.case_list ul:hover p{ color:#0089e1;}
.case_list ul:hover h2{color:#0089e1;}

/*大成功案例*/
.case_list_2{ width:100%; height:auto; margin:0 auto; overflow:hidden; }

.case_list_2 ul {width:23.2rem;float:left; height:auto; margin-left:1.2rem;margin-top:1.2rem;text-align:center; background:#f2f2f2;border-bottom:3px solid #e8e8e8;position:relative; padding-top:1.6rem;}
.case_list_2 ul .pImg{display:block;width:20rem;height:20rem; background:#fff;display: table-cell;vertical-align: middle; }

.case_list_2 ul img{width:20rem; height:auto; max-height:20rem; vertical-align: middle;}

.case_list_2 ul:before{content: "";position:absolute;height:3px;bottom:-3px;left:0;transition:all 0.5s;width:0;}

.case_list_2 ul:hover:before{width:100%;background:#0089e1;transition:all 1s;}

.case_list_2 ul h2{ width:85%; margin:0 auto;height:2.5rem;line-height:2.5rem; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display: block;transition:all 1.0s; text-align:center; font-size:0.9rem; font-weight:400;}


.case_list_2 ul:hover a{ text-decoration:none;}
.case_list_2 ul:hover p{ color:#0089e1;}
.case_list_2 ul:hover h2{color:#0089e1;}

/*合作伙伴*/
.hezuo_list{ width:100%; height:auto; margin:0 auto; overflow:hidden; }

.hezuo_list ul {width:11rem;float:left; height:auto; margin-left:1.2rem;margin-top:1rem;text-align:center; background:#f2f2f2;border-bottom:3px solid #e8e8e8;position:relative;}
.hezuo_list ul .pImg{display:block;width:11rem;height:5.28rem; background:#fff;display: table-cell;vertical-align: middle; margin-top:1rem;}

.hezuo_list ul img{width:11rem; height:auto; max-height:5.28rem; vertical-align: middle;}

.hezuo_list ul:before{content: "";position:absolute;height:3px;bottom:-3px;left:0;transition:all 0.5s;width:0;}

.hezuo_list ul:hover:before{width:100%;background:#0089e1;transition:all 1s;}

.hezuo_list ul h2{ width:85%; margin:0 auto;height:2rem;line-height:2rem; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display: block;transition:all 1.0s; text-align:center; font-size:0.9rem; font-weight:400;}


.hezuo_list ul:hover a{ text-decoration:none;}
.hezuo_list ul:hover p{ color:#0089e1;}
.hezuo_list ul:hover h2{color:#0089e1;}

/*应用领域*/
.lingyu_list{ width:100%; height:auto; margin:0 auto; overflow:hidden; }

.lingyu_list ul {width:11rem;float:left; height:auto; margin-left:1.2rem;margin-top:1rem;text-align:center; background:#f2f2f2;border-bottom:3px solid #e8e8e8;position:relative;}
.lingyu_list ul .pImg{display:block;width:11rem;height:5.24rem; background:#fff;display: table-cell;vertical-align: middle; margin-top:1rem;}

.lingyu_list ul img{width:11rem; height:auto; max-height:100%; vertical-align: middle;}

.lingyu_list ul:before{content: "";position:absolute;height:3px;bottom:-3px;left:0;transition:all 0.5s;width:0;}

.lingyu_list ul:hover:before{width:100%;background:#0089e1;transition:all 1s;}

.lingyu_list ul h2{ width:85%; margin:0 auto;height:2rem;line-height:2rem; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display: block;transition:all 1.0s; text-align:center; font-size:0.9rem; font-weight:400;}


.lingyu_list ul:hover a{ text-decoration:none;}
.lingyu_list ul:hover p{ color:#0089e1;}
.lingyu_list ul:hover h2{color:#0089e1;}

/* 设备展示 */
.shebei_list ul {width:11rem;float:left; height:auto; margin-left:1.2rem;margin-top:1.2rem;text-align:center; background:#f2f2f2;border-bottom:3px solid #434343;position:relative; padding-top:0.5rem; padding-bottom:0.5rem;}
.shebei_list ul .pImg{display:block;width:10rem;height:10rem; background:#fff;display: table-cell;vertical-align: middle; }
.shebei_list ul img{width:10rem; height:auto; max-height:10rem; vertical-align: middle;}

.shebei_list ul:before{content: "";position:absolute;height:3px;bottom:-3px;left:0;transition:all 0.5s;width:0;}

.shebei_list ul:hover:before{width:100%;background:#0089e1;transition:all 0.5s;}

.shebei_list ul h2{ width:85%; margin:0 auto;height:2.5rem;line-height:2rem; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display: block;transition:all 1.0s; text-align:left; font-size:1rem; padding-top:5px; border-bottom:1px solid #ccc; margin-bottom:0.3rem;}
.shebei_list ul p{ width:85%; margin:0 auto;height:1.8rem;line-height:1.8rem; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display: block;transition:all 1.0s;text-align:left; font-size:0.9rem; color:#7f7f7f;}

.shebei_list ul:hover a{ text-decoration:none;}
.shebei_list ul:hover p{ color:#0089e1;}
.shebei_list ul:hover h2{ color:#0089e1;}


/*联系我们*/
.contact_content{width:100%; height:auto; margin:0 auto; padding-top:1rem; padding-bottom:1rem; overflow:hidden; }
.contact_content .left{ width:23rem; margin:0 auto; height:auto; overflow:hidden;}
.contact_content .left ul{ width:100%; height:auto; overflow:hidden; border-bottom:1px solid #f3f3f3; padding-bottom:30px;}
.contact_content .left ul h2{ font-size:1.4rem; line-height:2rem; padding-bottom:0.5rem; padding-bottom:0.5rem;}
.contact_content .left ul li{ font-size:1rem; line-height:1.8rem; padding-left:0rem; margin-bottom:1rem; margin-top:0.5rem; text-justify:inter-ideograph; color:#333; display:block;}
.contact_content .left ul li strong{ color:#0089e1; padding-right:0.5rem; float:left;}

.contact_content .left ul li p{ float:left; width:auto; height:100%;  min-height:4rem; height:auto;display:inline-table;}

.contact_content .left ul li a{ color:#333;}
.contact_content .left ul li i{ float:left; line-height:1.8rem; font-size:1.4rem; padding-right:0.8rem; color:#0089e1;}
.contact_content .left ul li dd { float:left; display:block;}
.contact_content .left ul li dd img{ display:block; float:left; width:8rem; height:8rem;}

.contact_content .left .face{ width:100%; height:auto; float:left; text-align:left; margin-top:1rem; margin-right:0;}
.contact_content .left .face h2{font-size:1.2rem; line-height:2rem; padding-bottom:1rem;}
.contact_content .left .face a{ width:36px; height:36px; float:left; border-radius:50%;overflow:hidden;border:2px solid #f4efec;margin-left:1rem; margin-right:1.5rem;}
.contact_content .left .face a img{ width:36px; height:36px;  }
.contact_content .left .face a:hover{ border:2px solid #bfbfbf;transition:all 0.5s;}

.contact_content .right{ width:23rem; height:20rem; float:right; background:#f3f3f3; overflow:hidden; display:none;}
.contact_content .mobile_liuyan{ width:23rem; margin:0 auto; text-align:center; overflow:hidden; margin-top:2rem;}
.contact_content .mobile_liuyan a{ width:14rem; height:2.5rem; line-height:2.5rem; background:#2c2c2c; display:inline-table; color:#ffffff; font-size:0.95rem; float:left; margin-left:1rem;}
/*地图*/
.map{ width:23rem; height:25rem; overflow:hidden; position:relative; background:#f3f3f3; margin:0 auto; border-radius:0; margin-top:2rem; margin-bottom:1rem;}
.map #map{ width:100%; height:100%;}
.more_map{ width:100%; height:auto; text-align:center; margin:0 auto; margin-top:1.5rem; overflow:hidden;}
.more_map a{ width:10rem; height:2.5rem; line-height:2.5rem; background:#2c2c2c; display:inline-table; color:#ffffff; font-size:0.95rem;}
.more_map a:hover{ background:#0089e1;}

.liuyan_content .mobile_liuyan{ width:23rem; margin:0 auto; text-align:center; overflow:hidden; margin-top:2rem; margin-bottom:2rem;}
.liuyan_content .mobile_liuyan iframe{ display:none;}
.liuyan_content .mobile_liuyan a{ width:10rem; height:2.5rem; line-height:2.5rem; background:#2c2c2c; display:inline-table; color:#ffffff; font-size:0.95rem;  margin-left:1rem;}

/*内页*/
.tu_lei_main				{ width:100%; height:auto; overflow:hidden; margin:0 auto; margin-bottom:1rem;}
.tu_lei_main_l				{ width:100%; height:auto; float:left; overflow:hidden;} 
.tu_lei_main_l_t1			{ width:100%; height:auto;background:#fff; overflow:hidden; padding:0px 0; margin-bottom:1rem; margin-top:0.5rem;}
.tu_lei_main_l_t1_title		{ width:100%; height:3rem; margin:0 0.5rem; padding:0 0.5rem; overflow:hidden;}
.tu_lei_main_l_t1_title i{float:left; line-height:2.5rem;color:#0089e1; font-size:1.8rem; margin-right:0.5rem;}
.tu_lei_main_l_t1_title img	{ width:auto; height:30px; margin-top:10px; margin-right:10px; float:left;}
.tu_lei_main_l_t1_title b	{ width:20rem; height:3rem; float:left; font-size:1.3rem; color:#0089e1; line-height:2.5rem;}

.tu_lei_main_l_t1 .ce .no{ background:#0089e1; color:#fff; }

.clear{clear:both;}

.ce{display:block;width:100%; height:auto; margin:0 auto; }

.ce li{ list-style:none; float:left; width:auto; margin-left:1.1rem; line-height:2rem;  border:0.1rem solid #f3f3f3; margin-bottom:0.5rem; margin-top:0.5rem; height:auto; }
.ce li i{ font-size:1.1rem; float:left;line-height:2rem; padding-right:0.2rem; padding-left:0.2rem;}

.ce li a{display:block;color:#3f3f3f; font-size:1rem; float:left; width:100%; height:100%; padding:0.3rem 0px; 
overflow: hidden; text-overflow: ellipsis;white-space: nowrap;course:hand; padding-right:0.5rem;}

.ce li a:hover{ background:#2c2c2c; display:block; color:#fff;}
.ce li .dqian{background:none;}
.ce li .xz{ background:#ededed; color:#0089e1; border:0.1rem solid #ededed;}
.ce li .xuanze{ background:#fff; color:#0089e1;}

.er{ margin-bottom:0px; overflow:hidden;  width:95%; display:block; margin:0 auto;}
.er li{ float:left;  padding:0px; border:none; margin-bottom:5px;}
.er li i{ font-size:1rem; }
.er li a{display:block; color:white;font-size:0.9rem; padding:0.1rem;}
.er .e_li a{ color:#949494;}
.er li a:hover,.er li .sen_x{  }
.er .e_li a:hover,.er .e_li .sen_x{  }
.er .e_li .xuanle{ color:#0089e1;}


.thr{background:#0075c5; display:none;} 
.thr li{margin-bottom:1px;border-top: 1px solid rgb(180,180,180);position:relative;}
.er .e_li .thr li a{background:url(../images/more.png) no-repeat 10px center;}
.er .e_li .thr li a:hover{ background:#0075c5 url(../images/more.png) no-repeat 10px center;}
.er .e_li .thr li .xuan{ background:#0075c5 url(../images/more.png) no-repeat 10px center;}


.thr{background:#0075c5; display:none;} 
.thr li{margin-bottom:1px;border-top: 1px solid rgb(180,180,180);position:relative;}
.er .e_li .thr li a{background:url(../images/more.png) no-repeat 10px center;}
.er .e_li .thr li a:hover{background:#0075c5 url(../images/more.png) no-repeat 10px center;}
.er .e_li .thr li .xuan{ background:#0075c5;}

.tu_lei_main_l_t2			{ width:100%; height:auto;background:#f8f8f8; overflow:hidden; padding:10px 0; margin-bottom:20px; display:none;}
.tu_lei_main_l_t2_con		{ width:280px; height:auto; overflow:hidden; margin:0 auto; position:relative;}
.tu_lei_main_l_t3			{ width:100%; height:auto;background:#f8f8f8; overflow:hidden; padding:10px 0; margin-bottom:20px; display:none;}

.index_tumian_r				{ width:100%; height:auto; overflow:hidden;  background-color:#fff; margin-bottom:1rem; }

.neirong{ width:100%; height:auto; min-height:10rem; padding-top:0.1rem; padding-bottom:0.5rem; margin:0 auto; overflow:hidden; }
.neirong_title{ width:100%; min-height:auto; height:auto; font-size:1.5rem; font-family:"微软雅黑";color:#3f3f3f; line-height:2.5rem;  text-align:center; margin-bottom:0px; font-weight:700; padding-top:0.5rem; padding-bottom:0rem;}
.neirong_title h1{ font-size:1.5rem;}
.neirong_time{font-size:0.8rem; font-family:"微软雅黑";color:#999; line-height:2rem; word-spacing:8px; letter-spacing:1px; width:100%; height:2rem; text-align:center; border-bottom:1px solid #f8f8f8; padding-bottom:1rem; padding-top:1rem; margin-bottom:1rem;}

.neirong_con{font-family:"微软雅黑";color:#333;  width:95%; height:auto; margin:0 auto; overflow:hidden; min-height:15rem; padding-bottom:0.5rem; padding-top:0.5rem; font-size:1rem;}
.neirong_con img{max-width:100%; width:auto;height:auto;}
.neirong_con p{ padding-top:0.3rem; padding-bottom:0.3rem; line-height:1.8rem;}

.images_list{width:11rem; height:13rem; float:left; background:#fff; margin-top:1.2rem; margin-left:1.2rem; margin-right:0rem; border:1px solid #f3f3f3;}
.images_list dd{width:11rem; height:11rem; overflow:hidden; border-top:1px solid #bottom;}
.images_list img{width:100%; height:100%; }
.images_list:hover img{ transform:scale(1.2); transition:1s linear 0.1s;}
.images_list h2{width:90%; margin:0 auto; height:2rem; line-height:2rem; font-size:0.95rem; font-weight:400; text-align:center;  overflow:hidden;}
.images_list a{ color:#6e6e6e; text-decoration:none;}
.images_list:hover{ background:#0089e1;}
.images_list:hover a{color:#fff;}

/*产品内容*/

.product-top{ display:none;}
/*放大镜结束*/
.product_content_top{width:100%; height:auto; margin:0 auto; overflow:hidden; margin-top:0rem;}
.product_content_top .left{ width:25rem; height:21rem; margin:0 auto; overflow:hidden; }

.product_content_list{width:25rem; height:auto; margin:0 auto; overflow:hidden; }

.product_content_list .swiper-container{width:100%;height:100%;text-align:center; display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;
-ms-flex-pack: center;-webkit-justify-content: center; justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center; align-items: center; margin-top:0;}
.product_content_list .swiper-wrapper{width:100%; margin:0 auto; }
.product_content_list .swiper-slide{ width:auto; overflow:hidden; margin:0 auto;}

.product_content_list .swiper-slide ul{width:20rem; height:20rem; overflow:hidden; margin:0 auto; text-align:center; transition:All 0.4s ease-in-out;    -webkit-transition:All 0.4s ease-in-out;    -moz-transition:All 0.4s ease-in-out;    -o-transition:All 0.4s ease-in-out;  text-align:center; background:#fff; margin-top:0px;  float:left; overflow:hidden; margin-left:2.5rem;}

.product_content_list .swiper-slide ul img{  width:100%;height:100%;}
.product_content_list .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fractio{ bottom:20px;}
.product_content_list .swiper-pagination-bullet{ background:#ccc; filter:alpha(opacity=70); -moz-opacity:0.7; opacity:0.7;}
.product_content_list .swiper-pagination-bullet-active{ background:#3f3f73;}
.product_content_list .swiper-button-next{  filter:alpha(opacity=40); -moz-opacity:0.4; opacity:0.4; right:0px; }
.product_content_list .swiper-button-next:hover{  filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;}
.product_content_list .swiper-button-prev{  filter:alpha(opacity=40); -moz-opacity:0.4; opacity:0.4; left:0px;}
.product_content_list .swiper-button-prev:hover{  filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;}

.product_content_top .right{ width:24rem; height:auto; margin:0 auto; overflow:hidden; border-bottom:0.2rem solid #f3f3f3;}
.product_content_top .right h2{ font-size:1rem; font-weight:300; border-bottom:1px  dashed #ccc; line-height:2rem;  color:#999; height:auto; overflow:hidden; padding-bottom:0.8rem; text-align:center;}
.product_content_top .right h2 a{ color:#999;}
.product_content_top .right h2 a:hover{ color:#0089e1;}

.product_content_top .right h3{ font-size:1.1rem; font-weight:300; border-bottom:1px  dashed #ccc; line-height:1.7rem; padding-top:0.8rem; padding-bottom:0.8rem; text-align:center; overflow:hidden;}

.product_content_top .right h4{ font-size:1.1rem; font-weight:300; border-bottom:1px  dashed #ccc; line-height:3rem; padding-top:0.5rem; padding-bottom:0.5rem; overflow:hidden;}
.product_content_top .right h4 a{ width:10rem; height:35px; display:block; background:#0089e1; margin:0 auto; line-height:35px; text-align:center; color:#fff; border-radius:5px; margin-top:0rem; font-size:1rem; margin-top:0.5rem; margin-bottom:0.5rem;}
.product_content_top .right h4 a i{ padding-left:10px;}

.product_content_top .right .lx{ width:24rem; font-size:1rem; font-weight:300; line-height:1.8rem;  height:auto; color:#6c6c6c; overflow:hidden; padding-top:1rem; padding-bottom:1rem; text-align:justify; text-justify:inter-ideograph;}
.product_content_top .right .lx p{ font-size:0.9rem; color:#575757; padding-left:0rem;}
.product_content_top .right .lx p span{ color:#0089e1;}


.play_qr{ width:200px; height:auto; background:#fff; text-align:center; padding-top:20px; padding-bottom:15px;}
.play_qr img{ width:160px; height:160px;}
.play_qr h2{ line-height:40px; font-size:16px; font-family:"xihei"; text-align:left;}
.play_qr h2 i{ font-family:"微软雅黑"; font-size:30px; float:left; font-weight:300; padding-left:30px; padding-right:15px; color:#12cc39;}

.product_content_content{width:100%; min-height:5rem; height:auto; overflow:hidden; margin:0 auto; padding-top:1.5rem; padding-bottom:1rem;}

.product_content_content h2{width:100%; min-height:3rem; height:auto; line-height:3rem; font-size:1.1rem; font-weight:300; color:#333; overflow:hidden; border-bottom:1px solid #d0d0d0;  text-indent:2%; background:#f3f3f3;}
.product_content_content h2 span{  color:#05066d; width:100px; text-align:center; color:#858585;}
.product_content_content h2 i{color:#0089e1; padding-right:15px;}

.chanpin_content{ width:95%; height:auto; margin:0 auto; overflow:hidden; padding-top:1rem; padding-bottom:0.5rem; min-height:5rem;}
.chanpin_content p{ line-height:1.8rem;}
.chanpin_content img{ max-width:100%; height:auto;}

.xiayiye{width:100%; height:auto; line-height:3rem; overflow:hidden; margin-top:1rem; border-top:1px solid #dadada; margin-bottom:0rem; padding-top:0.5rem;}
.xiayiye p{width:100%; height:2rem; line-height:2rem; font-size:1rem; color:#606062; padding-left:1rem; margin-top:0.5rem; overflow:hidden;}
.xiayiye p a{color:#959595; text-decoration:none; font-size:0.8rem; padding-left:1rem;}
.xiayiye p a:hover{ text-decoration:underline; color:#1391bd;}

/*新闻内容*/
.new_content_all{ padding-bottom:0rem;}
.new_content_title{ width:24rem; margin:0 auto; height:auto; overflow:hidden; text-align:center; line-height:2.1rem; padding-top:2rem; }
.new_content_title h2{ font-size:1.5rem;}


.shebeizhanshi_xinxi{ width:23rem; margin:0 auto; height:auto; overflow:hidden; text-align:center; line-height:1.8rem; padding-top:0.5rem; border-bottom:2px solid #f3f3f3; padding-bottom:0.5rem; border-top:2px solid #f3f3f3; margin-top:1.6rem;}
.shebeizhanshi_xinxi p{ font-size:1rem; color:#5e5e5e; display:inline-block; margin-left:0.5rem; margin-right:0.5rem;}
.shebeizhanshi_xinxi p strong{ color:#333; font-size:1.1rem;}

.new_content_time{ width:23rem; margin:0 auto; height:auto; overflow:hidden; text-align:center; line-height:1.8rem; padding-top:1rem; border-bottom:2px solid #f3f3f3; padding-bottom:1.5rem;}
.new_content_time p{ font-size:14px; color:#8f8f8f; display:inline-block;}
.new_content_time p span{ padding-left:1rem; display:block;}


.new_content { width: 23rem; margin:0 auto; min-height:10rem;background:none; overflow:hidden; padding-top:1.5rem; padding-bottom:1rem; font-size:0.9rem; line-height:1.8rem; color:#333; text-justify:inter-ideograph;}
.new_content p{ line-height:1.8rem; color:#333; font-size:1rem;}
.new_content img{ max-width:100%; width:auto; height:auto;}

.neirong_next1					{font-size:16px; font-family:"微软雅黑";color:#3f3f3f; line-height:30px; width:23rem; height:auto; margin:0 auto; overflow:hidden; border-top:2px solid #ededed; padding-top:20px; border-bottom:2px solid #f3f3f3; padding-bottom:1rem; margin-top:1rem; margin-bottom:1.5rem;}
.neirong_next1 p				{ width:100%; float:left; overflow:hidden; line-height:3rem; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;course:hand;}
.neirong_next1 p i{ font-size:1rem; float:left; padding-right:0.5rem;}
.neirong_next1 p.np1			{ text-align:right; }
.neirong_next1 p.np1 i{ float:right;padding-left:10px;}
.neirong_next1 p span			{ margin-left:0px;}
.neirong_next1 p span a			{font-size:0.9rem; font-family:"微软雅黑";color:#333333; line-height:2rem; text-decoration:none;}
.neirong_next1 p span a:hover	{ color:#0089e1; text-decoration:underline;}

/*搜索*/
.ss_no{width:100%; min-height:20rem; text-align:center; font-size:1rem; height:auto; padding-top:2rem; line-height:1.8rem;}
.ss_no strong{ color:#0089e1;}


