/* CSS Document */
*{margin:0; padding:0;}
body{ background:#fff;overflow-x:hidden; min-width:1200px; font:16px/1.5 "Microsoft Yahei",sans-serif; background:#fff; background:#093a78;
}
img{ border:none;}
a{ text-decoration:none; color:#333;}
a:hover{ text-decoration:underline;}
div{ font-size:16px;}
p{ font-size:16px;}
li{ list-style:none; font-size:16px;}
.content_auto{width:1200px; height:auto; margin:0 auto; overflow:hidden;}
::-webkit-scrollbar {
		  width: 10px;
	} /* 这是针对缺省样式 (必须的) */

::-webkit-scrollbar-track {
      background-color: #f3f3f3;
	  
} /* 滚动条的滑轨背景颜色 */
 
::-webkit-scrollbar-thumb {
      background-color: rgba(0, 0, 0, 0.5);
	  border-radius:5px;
} /* 滑块颜色 */
 
::-webkit-scrollbar-button {
      background-color: #fff;
	  display:none;
} /* 滑轨两头的监听按钮颜色 */
 
::-webkit-scrollbar-corner {
      background-color:#fff;
} /* 横向滚动条和纵向滚动条相交处尖角的颜色
/*TOP*/
.top_all{width:100%; height:100px; background:#093a78;  position:relative; overflow:hidden;}
.top_all .top_content{width:1200px; height:100px; margin:0 auto;}
.top_all .top_content .logo{width:100px;height:100px; float:left; overflow:hidden;}
.top_all .top_content .logo img{width:100px; height:100px; }
.top_all .top_content .name{width:320px; height:100%; float:left; overflow:hidden; margin-left:20px;}
.top_all .top_content .name h1{ color:#fff; font-size:28px; line-height:50px; padding-top:8px; }
.top_all .top_content .name h2{ color:#fff; font-size:15px; font-weight:400; line-height:25px;}
.top_all .top_content .ggy{width:240px; margin-left:70px; height:100px; background:url(../images/ggy.png) left center no-repeat; float:left;}
.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; padding-top:32px;}

.top_all .top_content .so form	{ height:35px;  }
.top_all .top_content .so .keyword		{-webkit-box-flex: 1; width:200px; height:35px; text-align:left; line-height:40px; overflow:hidden; font-size:15px; border:none; float:left; margin-left:0%; text-indent:1px;  color:#fff;  text-indent:1px;  outline: none;  background:none; border-bottom:1px solid #fff;  box-sizing:border-box;}
.top_all .top_content .so .search-btn	{ width:40px; height:35px;  float:left; border:none;  cursor:pointer; color:#fff; text-align:center;  line-height:40px; text-align:center;   outline: none; background:url(../images/so.png) center center no-repeat; border-bottom:1px solid #fff;  box-sizing:border-box;}
.menuBtn{ display:none;}
/*导航栏*/

.nav_all{width:100%; height:58px; background:#fff; background:rgba(255,255,255,0.9); position:absolute; z-index:100000; left:0px; top:100px; box-sizing:border-box; }
.nav_content{width:1200px; height:58px;margin:0 auto; }
.nav_content .nav_one{width:1000px; height:58px; float:left;}
.nav_content .nav_one li{ float:left; line-height:58px; }
.nav_content .nav_one li .a1{ padding:0 25px; display:inline-block; text-align:center; color:#093a78; text-decoration:none; transition:0.4s; position:relative; overflow:hidden; font-weight:800; font-size:15px;}

/*滑动效果*/
.nav_one .a1:after{
	content:'';
	position:absolute;
	bottom:0;left:50%;
	width:0px;
	height:4px;
	background-color:#093a78;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
	}

.nav_one li:hover .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; z-index:1000; box-shadow:#093b88 0px -5px 5px inset; display:none;}
.nav_one .nav_two .nav_two_list{width:1170px; height:auto; margin:0 auto; overflow:hidden; padding-bottom:15px;}
.nav_one .nav_two .nav_two_list p{ float:left; width:auto; width:10rem;  font-size:15px; font-weight:800; line-height:40px; p float:left;}
.nav_one .nav_two .nav_two_list p a:after{
	content:'';
	position:absolute;
	bottom:0;left:50%;
	width:0px;
	height:2px;
	background-color:#43bccf;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
	}
.nav_one .nav_two .nav_two_list a:hover:after{left:0%;width:100%;}
	
.nav_one .nav_two .nav_two_list p a{ color:#fff; display:inline-block; position:relative;}

.nav_one .nav_two .nav_two_list .list1{ line-height:58px; width:100%; border-bottom:1px solid #44719d; float:none; margin-bottom:10px;}
.nav_one .nav_two .nav_two_list .list1 a{ display:block;}

.nav_content .right{ float:right; height:100%;}
.nav_content .right li{width:137px; height:35px; margin:0 auto; background:#399ad9; border-radius:20px; text-align:center; line-height:35px;margin-top:11.5px; font-weight:700; font-size:15px; 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{ display:none;}


.nav_fixel{ position:fixed !important; top:0px !important; left:0px; background:#fff !important; box-shadow:#ccc 0px 0px 5px; }
/*Bnnaer*/
.banner{ width:100%; height:700px; overflow:hidden; }
.banner .swiper-container {width: 100%; height: 100%;   margin-left: auto;margin-right: auto; }
.banner .swiper-slide {text-align: center; font-size: 18px; background: #fff; overflow:hidden; position:relative;}
.banner .swiper-slide img{ width:auto; height:auto; position:absolute;  left: 50%; margin-left: -960px;}
.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fractio{ bottom:30px; }
.banner .swiper-pagination-bullet{ background:#f3f3f3; filter:alpha(opacity=70); -moz-opacity:0.7; opacity:0.7; width:13px; height:13px;}
.banner .swiper-pagination-bullet-active{ background:#3b9fdf;}
.banner .swiper-button-next{  filter:alpha(opacity=40); -moz-opacity:0.4; opacity:0.4; right:40px; }
.banner .swiper-button-next:hover{  filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;}
.banner .swiper-button-prev{  filter:alpha(opacity=40); -moz-opacity:0.4; opacity:0.4; left:40px;}
.banner .swiper-button-prev:hover{  filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;}
.banner .swiper-wrapper{}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ margin:0 10px;}

/*我们的产品*/
.home_product_all{width:100%; min-height:200px; background:#e5e5e5; overflow:hidden;}
.home_title{width:1200px; margin:0 auto; text-align:center; font-family:"宋体"}
.home_title h2{ font-size:40px;color:#093a78;}
.home_title a{ color:#093a78;}
.home_title a:hover{ text-decoration:none;}

.home_product_title{ padding-top:40px; padding-bottom:40px;}
.home_product_tab{width:100%; height:70px; background:#eeeeee; line-height:70px;}
.home_product_tab ul{width:1200px; height:70px; 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:22px; padding-right:22px; 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:4px;
	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:1200px; margin:0 auto; overflow:hidden; min-height:300px;}
.home_product_content dl{ display:none; width:1200px; height:300px; background:#2086c8; position:absolute;}
.home_product_content .show{ display:block;}

.home_product_content .swiper-container,.swiper-wrapper,.swiper-slide{width: 100%;height:680px;}

.home_product_content .swiper-slide{ overflow:hidden; text-align:center;}

.home_product_list{width:350px; height:460px; background:#fff; overflow:hidden; float:left; margin-left:75px; margin-top:60px; position:relative; margin-bottom:49px;}
.home_product_list a{width:100%; height:100%;}
.home_product_list a:hover{ text-decoration:none;}
.home_product_list dd{width:300px; height:300px; overflow:hidden; margin:0 auto; border:1px solid #f8f8f8; margin-top:25px;}
.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:55px; font-weight:500; font-size:17px; text-overflow: ellipsis;white-space: nowrap;course:hand; transition:all 1.0s;}
.home_product_list li{width:45px; height:45px; margin:0 auto; margin-top:5px;}
.home_product_list h3{ width:100%; height:6px; 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:6px;
	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:1200px; height:auto; margin:0 auto; overflow:hidden; text-align:center;}
#home_product_content .more a{ background:#093a78; display:inline-block; color:#fff; padding:10px 45px; border-radius:25px; font-size:16px; 
transition:all 1.0s;}
#home_product_content .more a:hover{ text-decoration:none; background:#2086c8;}

#home_product_content ul:nth-child(1){ margin-left:0px;}  

/*关于科莱恩*/
.home_about_all{width:100%; min-height:500px; background:#222979 url(../images/home_product_back.jpg) bottom center; background-attachment: fixed; padding-bottom:70px;}

.home_about_title{ padding-top:40px;}
.home_about_title h2 a{color:#fff;}
.home_about_title h3{ line-height:60px; font-size:45px; line-height:70px; color:#2084c6;}

.home_about_text{width:1200px; height:auto; margin:0 auto; text-align:center; padding-top:30px; padding-bottom:20px;}
.home_about_text p{ color:#fff; font-size:16px; line-height:28px;}
.home_about_text a{ color:#fff;}

.home_about_number{width:1200px; height:auto; margin:0 auto; overflow:hidden; padding-top:40px;}
.home_about_number ul{width:300px; height:175px; border-right:1px dashed #2086c8; text-align:center; color:#fff; float:left; box-sizing:border-box;}
.home_about_number ul h2{ font-size:50px; line-height:60px; font-family:"Impact"; font-weight:400;}
.home_about_number ul li{ display:inline-block; background:#f09700; padding:3px 15px; border-radius:50px; margin-top:15px; margin-bottom:15px; font-size:18px;}
.home_about_number ul p{ font-size:16px; line-height:35px;}
.home_about_number ul:nth-child(4){ border:none;}

.home_about_all .more{ width:1200px; height:auto; margin:0 auto; overflow:hidden; text-align:center; padding-top:40px;}
.home_about_all .more a{  display:inline-block; color:#fff; padding:10px 45px; border-radius:25px; font-size:16px; 
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:40px; padding-bottom:40px;}

/*合作*/
.home_hezuo_content{ width:1200px; height:180px; margin:0 auto; overflow:hidden; margin-top:0px; margin-bottom:30px; }
.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:1200px; margin:0 auto; }
.home_hezuo_content .swiper-slide{ width:auto; overflow:hidden; margin:0 auto;}

.home_hezuo_content .swiper-slide ul{width:260px; height:118px; overflow:hidden; margin:0 auto; text-align:center; margin-left:20px;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:260px; height:117px; margin:0 auto;  border-radius:15px;}
.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:8px; margin-right:8px;}
.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:20px; padding-bottom:20px; overflow:hidden;}
.home_industry_all{width:100%; height:auto; min-height:500px; background:url(../images/industry_back.jpg) top center no-repeat; padding-bottom:57px;}
.home_industry{width:1200px; height:auto; margin:0 auto; overflow:hidden; }

.home_industry .left{width:540px; height:100%; float:left; overflow:hidden; margin-left:31.5px; position:relative;}

.home_industry .left ul{width:540px; height:288px; background:#fff; background:rgba(255,255,255,0.8); overflow:hidden; margin-top:57px; position:relative;}
.home_industry .left ul a{ display:block; width:100%; height:100%;}
.home_industry .left ul dd{ margin:0 auto; width:480px; height:228px; margin:0 auto; overflow:hidden; margin-top:30px; 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:50px; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;course:hand; bottom:0px; color:#fff; padding-bottom:15px; font-family:"宋体";overflow: hidden; text-overflow: ellipsis;white-space: nowrap;course:hand;
}
.home_industry .left ul dd li{ width:100%; height:120px; overflow:hidden; background:#ccc; position:absolute; z-index:2; bottom:0px; background:url(../images/home_industry_list_back.png) bottom 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%;}
.home_industry .left ul .hover a{ color:#fff;}
.home_industry .left ul .hover img{width:80px; height:80px; padding-top:90px;}
.home_industry .left ul .hover h2{ position:absolute; z-index:3; width:100%; text-align:center; line-height:50px; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;course:hand; bottom:0px; color:#fff; padding-bottom:45px; font-family:"宋体";}

.home_industry .right{ width:540px; height:auto; float:left; margin-left:57px; position:relative; overflow:hidden; }
.home_industry .right ul{ position:absolute; bottom:0px; left:auto;}

.home_industry .right .more{ width:100%; height:auto; margin:0 auto; overflow:hidden; text-align:center; padding-top:600px;}
.home_industry .right .more a{  display:inline-block; color:#fff; padding:10px 45px; background:#f09700; border-radius:25px; font-size:16px; 
transition:all 1.0s; border:1px solid #f09700}
.home_industry .right .more a:hover{ text-decoration:none; background:#2086c8; border:1px solid #2086c8}

/*新闻中心*/
.home_new_all{width:100%; min-height:100px; height:auto; background:#eeeeee; overflow:hidden; padding-bottom:20px;}
.home_new_title{ padding-top:35px; padding-bottom:35px;}
.home_new_nav{width:1200px; height:auto; overflow:hidden; margin:0 auto; text-align:center;}
.home_new_nav li{ display:inline-block; padding:10px 30px; background:#fff; margin-left:20px; margin-right:20px;  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:1200px; height:608px; margin:0 auto; margin-top:45px;}

.home_new_content .swiper-container,.swiper-wrapper,.swiper-slide{width: 100%;height:680px;}

.home_new_content .swiper-slide{ overflow:hidden; text-align:center;}

.home_new_content .swiper-slide .home_new_list{width:370px; height:474px; background:#fff; float:left; overflow:hidden; text-align:left; margin-left:45px; box-sizing:border-box;}
.home_new_list dd{width:370px; height:226px; overflow:hidden; border-bottom:1px solid #f3f3f3; position:relative; display: table-cell;vertical-align: middle; background:url(../images/no_img.png) center center no-repeat;}
.home_new_list dd img{ max-width:100%; width:auto; max-height:100%; height:auto;transition:1s;display:table-cell; vertical-align:middle; 
 }
.home_new_list h2{ width:320px; height:auto; margin:0 auto; text-align:left; font-size:16px; line-height:40px; padding-top:10px; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;course:hand;transition:all 1.0s;}
.home_new_list li{ width:320px; height:auto; margin:0 auto; font-size:14px; line-height:30px;}
.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;}
.home_new_list strong{ display:block; float:right;width:106px; height:34px; border:1px solid #eeeeee; text-align:center; line-height:34px; margin-top:20px; margin-right:31px; transition:all 1.0s;}
.home_new_list strong i{color:#f09700; font-size:20px; 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){ margin-left:0px;} 
.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:45px;}
.home_new_content .swiper-slide .more a{  display:inline-block; color:#fff; padding:10px 45px; background:#093a78; border-radius:25px; font-size:16px; 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:100px; background:#2086c8; overflow:hidden; padding-top:10px; padding-bottom:10px;}
.footer_banner{width:1200px; margin:0 auto; overflow:hidden; text-align:center;}
.footer_banner ul{width:400px; height:auto; float:left; border-left:1px solid #399ad9; padding-top:5px; padding-bottom:15px; 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:20px; font-family:"宋体"; color:#fff; line-height:40px;}
.footer_banner ul p{ font-size:16px; line-height:30px; color:#fff;}
.footer_banner ul:nth-child(1){ margin-left:0px; 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:1200px; height:auto; margin:0 auto; text-align:left; overflow:hidden; padding-bottom:40px;}
.footer_bottom .text{width:700px; margin-left:90px; padding-top:30px;  float:left;}
.footer_bottom .text p{ font-size:15px; color:#fff; line-height:26px;}
.footer_bottom .text p a{ color:#fff;}
.footer_bottom .text p strong{ font-size:15px; font-weight:400; padding-left:40px;}

.footer_bottom dl{ width:200px; height:auto; float:right; text-align:center;}
.footer_bottom dl img{ width:108px; height:108px; padding-top:40px; float:left; margin-right:20px;}
.footer_bottom dl h2{ font-size:15px; line-height:19px; color:#1a59a8; width:5px; float:left; padding-top:38px;} 

/*侧边栏main css*/
.izl-rmenu{position:fixed;right:0%;margin-left:0;bottom:30px;padding-bottom:100px;z-index:9999;}

.izl-rmenu a{transition:all 1.0s;}
.izl-rmenu .btn{width:72px;height:73px; cursor:pointer;position:relative; border-top:1px solid #83c9f3; text-align:center;}

.izl-rmenu .btn a{ color:#fff; line-height:115px; font-size:14px; transition:all 1.0s;}
.izl-rmenu .btn a:hover{ text-decoration:none;}

.izl-rmenu .btn-qq{background:url(../images/r_qq.png) 0px 0px no-repeat;background-color:#f3f3f3; color:#fff; line-height:115px; font-size:14px; transition:all 1.0s;}
.izl-rmenu .btn-qq:hover{background-color:#0089e1;}

.izl-rmenu a.btn-qq,.izl-rmenu a.btn-qq:visited{background:url(../images/r_qq.png) 0px 0px no-repeat;background-color:#6fbdec;text-decoration:none;display:block;}

.izl-rmenu .btn-wx{background:url(../images/r_wx.png) 0px 0px no-repeat;background-color:#6fbdec; transition:all 1.0s;}
.izl-rmenu .btn-wx:hover{background-color:#0089e1;}
.izl-rmenu .btn-wx .pic{position:absolute;left:-144px;top:0px;display:none;width:143px;height:143px;}

.izl-rmenu .btn-phone{background:url(../images/r_phone.png) 0px 0px no-repeat;background-color:#6fbdec;transition:all 1.0s; }

.izl-rmenu .btn-phone:hover{background-color:#0089e1;}
.izl-rmenu .btn-phone .phone{background-color:#6fbdec;position:absolute;width:200px;left:-200px;top:0px;line-height:73px;color:#FFF;font-size:16px;text-align:center;display:none; font-size:20px;}
.izl-rmenu .btn-top{background:url(../images/r_top.png) 0px 0px no-repeat;background-color:#6fbdec;display:none; }
.izl-rmenu .btn-top:hover{background-color:#0089e1; }

.mobile_footer{ display:none;}

/*返回顶部*/
.cd-top {
  display:none;
 
}


/*关于我们页面*/
.banner_min{ width:100%; height:340px; overflow:hidden; position:relative; background:#2086c8;}
.banner_min ul{width: 100%; height: 100%; margin-left: auto; margin-right: auto; position:relative;}
.banner_min img{ width:1920px; height:auto; position:absolute;  left: 50%; margin-left: -960px; cursor:pointer;}
/*当前位置*/
.location_all{width:100%; height:55px; height:auto; overflow:hidden; background:#fafafb;}
.location_content{width:1180px; height:55px; height:auto; overflow:hidden; margin:0 auto;}
.location_left{ width:800px; height:55px; float:right; overflow:hidden; line-height:48px; font-size:14px; color:#666; text-align:right;}
.location_left strong{ font-size:14px; color:#474747;}
.location_left a{ font-size:14px; color:#666;}
.location_left a:hover{ color:#2086c8;}
.location_left i{ font-size:25px;   margin-right:10px; color:#2086c8; position:relative; top:3px;}

.location_right{ width:300px; min-height:55px; height:auto; overflow:hidden; text-align:left; float:left;}
.location_right h2{ display:inline-block; line-height:55px; font-size:20px; font-weight:400; color:#333;}
.location_right h2 i{ font-size:25px; color:#2086c8; float:left; margin-left:15px; margin-right:10px;}
/*内容导航*/
.content_nav{width:100%; min-height:55px; margin:0 auto; overflow:hidden; text-align:center; background:#4a4a4a;}
.content_nav ul{ width:1180px; height:auto; margin:0 auto;}
.content_nav a{ line-height:55px; height:55px; display:block; float:left; padding-left:30px; padding-right:30px; font-size:15px; color:#fff; transition:all 1.0s; position:relative;}
.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 a:hover{ background:#0089e1; color:#fff; text-decoration:none; }
.content_nav .no{ background:#2086c8; color:#fff; color:#fff; background:#2086c8; }
.content_nav .no a{ }
.content_nav .no:hover{ background:#0089e1;}
.content_nav .no:after{ width:100%; left:0px;}

.about_title{ width:100%; height:auto; text-align:center; margin:0 auto; padding-top:25px; padding-bottom:20px; margin-top:0px; background:#f8f8f8; }
.about_title h2{ width:1200px; margin:0 auto; font-size:30px; color:#093a78; line-height:80px; overflow:hidden;}
.about_title p{ width:100%; text-align:center;}
.about_title p img{ width:700px; height:7px;}

.about_content{ width:100%; height:auto; margin:0 auto; min-height:220px; padding-top:30px; padding-bottom:50px; background:#f8f8f8;}
.about_content .text{ width:1150px; margin:0 auto;}
.about_content .text img{ width:auto; max-width:100%;height:auto; }
.about_content .text p{ line-height:28px; }


/*新闻中心*/

.new_list{ width:100%; height:auto; margin:0 auto; overflow:hidden; background:#f8f8f8; padding-bottom:50px;}
.new_list ul{ width:330px; height:379px; float:left; overflow:hidden; border:1px solid #e5e5e5; position:relative;transition:all 1.0s; margin-left:51px; margin-top:51px; background:#fff; }
.new_list ul a{ display:block; width:100%; height:100%; transition:all 1.0s; padding-top:19px;}

.new_list ul dd{ width:292px; height:178px; 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; background-size:80%;  transition:all 0.6s; position:relative; left:19px;}

.new_list ul img{ max-width:100%; width:auto; max-height:100%; height:auto; transition:0.5s linear 0.1s; }  

.new_list ul h2{ width:290px; margin:0 auto; height:50px; line-height:50px; font-size:16px; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;course:hand; transition:all 0.6s;}
.new_list ul p{ font-size:14px; width:290px; height:72px; margin:0 auto; overflow:hidden; line-height:25px; color:#949494; text-justify:inter-ideograph;}
.new_list ul li{ width:290px; margin:0 auto; line-height:40px; color:#bababa; font-size:14px; padding-top:5px;}
.new_list ul li i{ float:left; padding-right:10px; font-size:18px;}
.new_list ul a:hover{ text-decoration:none;}
.new_list ul:hover dd img{ transform:scale(1.1);  }
.new_list ul:hover h2{ color:#2086c8;}
.new_list ul:hover{ border:1px solid #2086c8; }
.new_list ul:hover dd{ background:#fff url(../images/no_img.png) center center no-repeat; background-size:80%;  background-position:center 10px;}

.new_list ul:nth-child(1){ margin-top:30px;} 
.new_list ul:nth-child(2){ margin-top:30px;} 
.new_list ul:nth-child(3){ margin-top:30px;} 

/*翻页样式*/
#fenye{width: 100%;height: auto;display: inline-block;text-align: center;margin-top:40px;margin-bottom:0px;}
#fenye li{padding: 0;list-style: none;}

#fenye .pagination .active a{background: #2086c8;color: #fff;}
#fenye .pagination .disabled span{color: #ccc;}
.pagination{padding-left: 0;margin: 0px 0;border-radius:10px;display: inline-block;text-align: center;}

.pagination>li>a, .pagination>li>span{position: relative;float: left;padding: 10px 15px;line-height: 1.42857;text-decoration: none;color: #595757;background-color: #fff;border: 1px solid #ddd;margin-left: -1px; margin-left:10px; margin-right:10px;}
.pagination>li{display: inline;}
.pagination>li a:hover{ background:#2086c8; color:#fff;}

body .fanye_product{ margin-top:40px !important; margin-bottom:30px !important;}
/* 荣誉资质 */
.honor_list{ width:100%; background:#f8f8f8; height:auto; margin:0 auto; overflow:hidden; padding-bottom:60px;}

.honor_list ul {width:260px;float:left; height:auto; margin-left:32px;margin-top:32px;text-align:center; background:#f2f2f2;border-bottom:3px solid #e8e8e8;position:relative; padding-top:15px;}
.honor_list ul .pImg{display:block;width:230px;height:310px; border:1px solid #e3e3e3;background:#fff;display: table-cell;vertical-align: middle; margin-top:25px;}
.honor_list ul img{width:230px; height:auto; max-height:310px; 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:#2086c8;transition:all 1s;}

.honor_list ul p{ width:90%; margin:0 auto;height:50px;line-height:50px; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display: block;transition:all 1.0s;}

.honor_list ul:hover a{ text-decoration:none;}
.honor_list ul:hover p{ color:#2086c8;}

/*设备展示*/
.shebei_list{ width:1200px; height:auto; margin:0 auto; overflow:hidden; }

.shebei_list ul {width:260px;float:left; height:auto; margin-left:32px;margin-top:32px;text-align:center; background:#f2f2f2;border-bottom:3px solid #434343;position:relative; padding-top:15px; padding-bottom:15px;}
.shebei_list ul .pImg{display:block;width:230px;height:230px; border:1px solid #e3e3e3;background:#fff;display: table-cell;vertical-align: middle; margin-top:25px;}
.shebei_list ul img{width:230px; height:auto; max-height:230px; 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:#2086c8;transition:all 1s;}

.shebei_list ul h2{ width:85%; margin:0 auto;height:45px;line-height:40px; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display: block;transition:all 1.0s; text-align:left; font-size:16px; padding-top:5px; border-bottom:1px solid #ccc; margin-bottom:8px;}
.shebei_list ul p{ width:85%; margin:0 auto;height:28px;line-height:28px; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display: block;transition:all 1.0s;text-align:left; font-size:14px; color:#7f7f7f;}

.shebei_list ul:hover a{ text-decoration:none;}
.shebei_list ul:hover p{ color:#2086c8;}
.shebei_list ul:hover h2{color:#2086c8;}

/*成功案例*/
.case_list{ width:100%; height:auto; margin:0 auto; overflow:hidden; background:#f8f8f8; padding-bottom:60px;}

.case_list ul {width:260px;float:left; height:auto; margin-left:32px;margin-top:32px;text-align:center; background:#fff;border-bottom:3px solid #e8e8e8;position:relative; padding-top:15px; }
.case_list ul .pImg{display:block;width:230px;height:230px; background:#fff;display: table-cell;vertical-align: middle; margin-top:25px;}

.case_list ul img{width:230px; height:auto; max-height:230px; 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:#2086c8;transition:all 1s;}

.case_list ul h2{ width:85%; margin:0 auto;height:45px;line-height:40px; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display: block;transition:all 1.0s; text-align:center; font-size:16px; padding-top:5px; font-weight:400;}


.case_list ul:hover a{ text-decoration:none;}
.case_list ul:hover p{ color:#2086c8;}
.case_list ul:hover h2{color:#2086c8;}

/*大成功案例*/
.case_list_2{ width:1200px; height:auto; margin:0 auto; overflow:hidden; }

.case_list_2 ul {width:360px;float:left; height:auto; margin-left:30px;margin-top:30px;text-align:center; background:#f2f2f2;border-bottom:3px solid #e8e8e8;position:relative; padding-top:15px; }
.case_list_2 ul .pImg{display:block;width:330px;height:330px; background:#fff;display: table-cell;vertical-align: middle; margin-top:25px;}

.case_list_2 ul img{width:330px; height:auto; max-height:330px; 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:#2086c8;transition:all 1s;}

.case_list_2 ul h2{ width:85%; margin:0 auto;height:45px;line-height:40px; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display: block;transition:all 1.0s; text-align:center; font-size:16px; padding-top:5px; font-weight:400;}


.case_list_2 ul:hover a{ text-decoration:none;}
.case_list_2 ul:hover p{ color:#2086c8;}
.case_list_2 ul:hover h2{color:#2086c8;}

/*合作伙伴*/
.hezuo_list{ width:100%; background:#f8f8f8; height:auto; margin:0 auto; overflow:hidden; padding-bottom:60px;}

.hezuo_list ul {width:260px;float:left; height:auto; margin-left:32px;margin-top:32px;text-align:center; background:#fff;border-bottom:3px solid #e8e8e8;position:relative; padding-top:15px; }
.hezuo_list ul .pImg{display:block;width:230px;height:111px; background:#fff;display: table-cell;vertical-align: middle; margin-top:25px;}

.hezuo_list ul img{width:230px; height:auto; max-height:111px; 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:#2086c8;transition:all 1s;}

.hezuo_list ul h2{ width:85%; margin:0 auto;height:45px;line-height:40px; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display: block;transition:all 1.0s; text-align:center; font-size:16px; padding-top:5px; font-weight:400;}


.hezuo_list ul:hover a{ text-decoration:none;}
.hezuo_list ul:hover p{ color:#2086c8;}
.hezuo_list ul:hover h2{color:#2086c8;}

/*应用领域*/
.lingyu_list{ width:100%; height:auto; margin:0 auto; overflow:hidden; background:#f8f8f8; padding-bottom:50px;}

.lingyu_list ul {width:260px;float:left; height:auto; margin-left:32px;margin-top:32px;text-align:center; background:#f2f2f2;border-bottom:3px solid #e8e8e8;position:relative; padding-top:15px; }
.lingyu_list ul .pImg{display:block;width:230px;height:109px; background:#fff;display: table-cell;vertical-align: middle; margin-top:25px;}

.lingyu_list ul img{width:230px; 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:#2086c8;transition:all 1s;}

.lingyu_list ul h2{ width:85%; margin:0 auto;height:45px;line-height:40px; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display: block;transition:all 1.0s; text-align:center; font-size:16px; padding-top:5px; font-weight:400;}


.lingyu_list ul:hover a{ text-decoration:none;}
.lingyu_list ul:hover p{ color:#2086c8;}
.lingyu_list ul:hover h2{color:#2086c8;}

/*联系我们*/
.contact_content{width:100%; height:auto; margin:0 auto; padding-top:30px; padding-bottom:50px; overflow:hidden; background:#f8f8f8;}
.contact_content .left{ width:500px; float:left; 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:26px; line-height:50px; padding-bottom:10px;}
.contact_content .left ul li{ font-size:16px; line-height:28px; padding-left:15px; margin-bottom:20px; margin-top:20px; text-justify:inter-ideograph; color:#333; display:block;}
.contact_content .left ul li strong{ color:#2086c8; padding-right:10px; float:left;}

.contact_content .left ul li p{ float:left; width:auto; height:100%;  min-height:50px; height:auto;display:inline-table;}

.contact_content .left ul li a{ color:#333;}
.contact_content .left ul li i{ float:left; line-height:28px; font-size:24px; padding-right:10px; color:#2086c8;}
.contact_content .left ul li dd { float:left; display:block;}
.contact_content .left ul li dd img{ display:block; float:left; width:140px; height:140px;}

.contact_content .left .face{ width:100%; height:auto; float:left; text-align:left; margin-top:20px; margin-right:15px;}
.contact_content .left .face h2{font-size:20px; line-height:50px; padding-bottom:20px;}
.contact_content .left .face a{ width:36px; height:36px; float:left; border-radius:50%;overflow:hidden;border:2px solid #f4efec;margin-left:30px; margin-right:30px;}
.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:640px; max-height:540px; float:right; background:#fff; overflow:hidden; padding-right:10px;}

.contact_content .right .content{ width:88%; min-width:88%; max-width:88%; display:none;}
.contact_content .mobile_liuyan{ display:none;}

/**/
.map{ width:1200px; height:500px; overflow:hidden; position:relative; background:#f3f3f3; margin:0 auto; border-radius:15px; margin-top:50px; margin-bottom:40px;}
.map #map{ width:100%; height:100%;}
.more_map{ width:1200px; height:auto; text-align:center; margin:0 auto; overflow:hidden;}
.more_map a{ width:165px; height:40px; line-height:40px; background:#2c2c2c; display:inline-table; color:#ffffff; font-size:15px;}
.more_map a:hover{ background:#2086c8;}

/*在线留言专用*/
.liuyan_content{ width:1200px; height:auto; margin:0 auto; min-height:50px; padding-top:50px; padding-bottom:50px;}
.liuyan_content .mobile_liuyan{ display:none;}


/*内页*/
.tu_lei_main				{ width:1200px; height:auto; overflow:hidden; margin:0 auto; margin-bottom:30px; margin-top:50px;}
.tu_lei_main_l				{ width:280px; height:auto; float:left; overflow:hidden; }  

.tu_lei_main_l_t1			{ width:280px; height:auto;background:#fff; overflow:hidden; padding:0px 0; margin-bottom:0px;  margin-top:0px; margin-bottom:30px; border-radius:15px;}

.tu_lei_main_l_t1_title		{ width:100%; height:50px; margin:0px; padding-left:15px; padding-top:5px; padding-bottom:5px; background:#fff;}
.tu_lei_main_l_t1_title i{float:left; line-height:50px;color:#2086c8; font-size:30px; margin-right:15px;}
.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:auto; height:50px; float:left; font-size:18px; color:#2086c8; line-height:50px; font-family:"xihei";}

.tu_lei_main_l_t1 .ce .no{ background:#2086c8; color:#fff;}
.clear{clear:both;}

.ce{display:block;width:100%; height:auto; margin:0 auto; }
.ce li{ list-style:none; border-top:1px solid #f3f3f3;}
.ce li i{ font-size:20px; float:left;line-height:20px; margin-right:5px;}
.ce li a{padding: 15px 10px 15px 20px;color:white;display:block;cursor:pointer; text-decoration:none; color:#3f3f3f; font-size:16px; transition:all 1.0s;}

.ce li a:hover{ background:#2c2c2c; color:#fff;}
.ce li .dqian{background:none;}
.ce li .xz{ background:#ededed; color:#2086c8;}
.ce li .xuanze{ background:#f4f4f4; color:#2086c8;}

.er{ margin-bottom:0px; overflow:hidden; padding-left:8%;}
.er li{ float:left;  padding:0px; border:none; margin-bottom:5px;}
.er li i{ font-size:16px; }
.er li a{display:block; color:white;font-size:14px; padding:5px;}
.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:#2086c8;}


.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:#0075c5;}
.er .e_li .thr li a:hover{ background:#0075c5 ;}
.er .e_li .thr li .xuan{ background:#0075c5;}


.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:#0075c5;}
.er .e_li .thr li a:hover{background:#0075c5;}
.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;}
.tu_lei_main_l_t2_title		{ width:260px; height:50px; margin:0 10px; padding:0 10px; border-bottom:2px solid #2086c8;}
.tu_lei_main_l_t2_title i{float:left; line-height:40px;color:#3f3f3f; font-size:30px; margin-right:5px;}
.tu_lei_main_l_t2_title img	{ width:auto; height:30px; margin-top:10px; margin-right:10px; float:left;}
.tu_lei_main_l_t2_title b	{ width:150px; height:50px; float:left; font-size:18px; color:#3f3f3f; line-height:40px;}

.tu_lei_main_l_t2_con		{ width:280px; height:auto; overflow:hidden; margin:0 auto; position:relative;}


.index_tumian_r				{ width:870px; height:auto; float:right; background-color:#fff; margin-bottom:40px; overflow:hidden; padding-top:2px; padding-bottom:20px; border-radius:15px;}


.neirong{ width:870px; height:auto; min-height:300px; padding-top:0px; padding-bottom:0px; margin:0 auto; overflow:hidden; }
.neirong_title{ width:870px; height:auto; height:auto; font-size:26px; color:#3f3f3f; line-height:38px;  text-align:center; margin-bottom:0px; font-weight:700; padding-top:15px; padding-bottom:5px;}
.neirong_title h1{ font-size:26px;}
.neirong_time{font-size:14px; color:#999; line-height:50px; word-spacing:8px; letter-spacing:1px; width:100%; height:auto; text-align:center; border-bottom:1px solid #f8f8f8; padding-bottom:5px; margin-bottom:15px;}

.neirong_con{color:#333;  width:870px; height:auto; margin:0 auto; overflow:hidden; min-height:300px; padding-bottom:15px; padding-top:10px; font-size:16px;}
.neirong_con img{max-width:100%; width:auto; height:auto;}
.neirong_con p{ line-height:30px;}
/**/

.images_list{width:246px; height:296px; float:left; background:#fff; margin-top:32px; margin-left:32px; border:1px solid #f3f3f3; transition:all 1.0s;}
.images_list dd{width:100%; height:246px; overflow:hidden; border-bottom:1px solid #f3f3f3; box-sizing:border-box}
.images_list img{width:100%; height:246px; transition:1s linear 0.1s;}
.images_list:hover img{ transform:scale(1.2); }
.images_list h2{width:90%; margin:0 auto; height:50px; line-height:50px; font-size:15px; font-weight:400; text-align:center; overflow:hidden;}
.images_list a{ color:#333; text-decoration:none;}
.images_list:hover{ background:#2086c8;}
.images_list:hover a{color:#fff;}

/*产品内容*/

.product-top{width:870px; margin:0 auto; height:auto; overflow:hidden; padding-bottom:30px; }

#preview{ float:none; text-align:center; width:375px; float:left; margin-left:20px; margin-top:20px;}

.jqzoom{ width:375px; height:375px; position:relative; border:1px solid #eeeeee;}
.jqzoom img{width:100%; height:100%;}
.jqimg{ display:none;}

.zoomdiv{  height:800px; width:800px;}


#spec-n5{width:375px; height:70px;overflow:hidden; margin-top:20px;}
#spec-list{ width:100%; float:left; overflow:hidden;  display:inline-block; text-align:center;}
#spec-list ul{ width:100%;}
#spec-list ul li{  display:inline-block; width:60px; margin-left:10px; margin-right:10px;}
#spec-list ul li img{ padding:2px; border:1px solid #f3f3f3; width:60px; height:60px; }

/*jqzoom*/
.jqzoom{position:relative;padding:0; background:#fff; z-index:1;}

.zoomdiv{z-index:100;position:absolute;top:1px;left:0px;width:600px;height:600px;
background:#fff no-repeat center center;border:1px solid #e4e4e4;display:none;
text-align:center;overflow: hidden; background:#fff; }

.bigimg{width:800px;height:800px; display:block; z-index:12313; background:#fff; }

.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:50px;height:50px;border:1px solid #aaa;
background:#2086c8 50% top no-repeat;opacity:0.3;-moz-opacity:0.3;-khtml-opacity:0.3;filter:alpha(Opacity=30);cursor:move; }

/**/

#spec-list{ position:relative; width:100%; display:inline-block; text-align:center;}
#spec-list .lish_on img{ border:2px solid #2086c8 !important;padding:1px !important; }


.product-top-right{ width:420px; height:auto; float:right; overflow:hidden; margin-right:20px;}

.product-top-right h2{ font-size:16px; font-weight:300; border-bottom:1px  dashed #ccc; line-height:60px; padding-left:0px; color:#2086c8; font-family:"宋体";}

.product-top-right h2 a{ color:#999;}
.product-top-right h2 a:hover{ color:#2086c8;}
.product-top-right h3{ font-size:20px; font-weight:300; border-bottom:1px  dashed #ccc; line-height:35px; padding-left:0px; padding-top:15px; padding-bottom:15px; font-weight:800;}
.product-top-right h4{ font-size:20px; font-weight:300; border-bottom:1px  dashed #ccc; line-height:35px; padding-left:0px; height:80px; overflow:hidden;}
.product-top-right h4 a{ width:150px; height:35px; display:block; background:#2086c8; float:left; line-height:35px; text-align:center; color:#fff; border-radius:20px; margin-top:22px; font-size:16px; transition:all 1.0s;}
.product-top-right h4 a i{ padding-left:10px;}
.product-top-right h4 a:hover{ background:#f09700;}

.product-top-right .lx{ width:100%; font-size:14px; font-weight:300;  line-height:28px;  height:260px; color:#6c6c6c; overflow-y:scroll; overflow-x:auto; margin-top:20px; text-align:justify; text-justify:inter-ideograph;}
.product-top-right .lx .tedian{ padding-top:0px; padding-bottom:30px; padding-left:0px; padding-right:20px;}
.product-top-right .lx p{ font-size:14px;  color:#575757; }
.product-top-right .lx p span{ color:#2086c8;}

/*放大镜结束*/

.product_content_top{width:1200px; height:auto; margin:0 auto; overflow:hidden;  display:none;} 
.product_content_top .left{ width:600px; height:500px; float:left; overflow:hidden; }

.product_content_list{width:600px; 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:500px; height:375px; 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:50px; margin-top:60px;}

.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:500px; height:500px; float:right; overflow:hidden; }
.product_content_top .right h2{ font-size:25px; font-weight:300; border-bottom:1px  dashed #ccc; line-height:80px; padding-left:30px; color:#2086c8}
.product_content_top .right h2 a{ color:#333;}
.product_content_top .right h2 a:hover{ color:#2086c8;}
.product_content_top .right h3{ font-size:20px; font-weight:300; border-bottom:1px  dashed #ccc; line-height:80px; padding-left:30px;}
.product_content_top .right h4{ font-size:20px; font-weight:300; border-bottom:1px  dashed #ccc; line-height:80px; padding-left:25px; height:80px; overflow:hidden;}
.product_content_top .right h4 a{ width:150px; height:35px; display:block; background:#2086c8; float:left; line-height:35px; text-align:center; color:#fff; border-radius:20px; margin-top:22px; font-size:16px;}
.product_content_top .right h4 a i{ padding-left:10px;}

.product_content_top .right .lx{ width:470px; font-size:14px; font-weight:300; border-bottom:1px  dashed #ccc; line-height:30px; padding-left:30px; height:240px; color:#6c6c6c; overflow-y:scroll; overflow-x:auto; }
.product_content_top .right .lx p{ font-size:14px; padding-top:30px; color:#575757; padding-bottom:30px;}
.product_content_top .right .lx p span{ color:#2086c8;}

.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-size:30px; float:left; font-weight:300; padding-left:30px; padding-right:15px; color:#12cc39;}



.product_content_content{width:100%; min-height:100px; height:auto; overflow:hidden; margin:0 auto; margin-top:10px;}
.product_content_content .product_content_content_title{width:100%; min-height:50px; height:auto; line-height:50px; font-size:18px; font-weight:400; color:#333; overflow:hidden; border-bottom:1px solid #eaeaea;  text-indent:2%; background:#f3f3f3; }
.product_content_content .product_content_content_title strong{font-family:"xihei"; font-family:800;}
.product_content_content .product_content_content_title i{color:#2086c8; padding-right:15px; font-family:300; }

.chanpin_content{ width:95%; margin:0 auto; height:auto; overflow:hidden; padding-top:20px; padding-bottom:10px; min-height:100px;}
.chanpin_content p{ line-height:30px;}
.chanpin_content img{ max-width:100%; width:auto; height:auto;}

.xiayiye{width:100%; height:auto; line-height:40px; overflow:hidden; margin-top:15px; border-top:1px solid #dadada; margin-bottom:0px; padding-top:15px; overflow:hidden;}
.xiayiye p{width:100%; height:40px; line-height:40px; font-size:16px; color:#333; padding-left:20px; margin-top:0px;}
.xiayiye p a{color:#959595; text-decoration:none; font-size:14px; padding-left:20px;}
.xiayiye p a:hover{ text-decoration:underline; color:#2086c8;}

/*新闻内容*/
.new_content_all{ width:100%; height:auto; background:#f8f8f8; padding-bottom:30px;}
.new_content_title{ width:1200px; margin:0 auto; height:auto; overflow:hidden; text-align:center; line-height:40px; padding-top:50px;}
.new_content_title h2{ font-size:30px;}
.new_content_time{ width:1200px; margin:0 auto; height:auto; overflow:hidden; text-align:center; line-height:35px; padding-top:20px; border-bottom:2px solid #f3f3f3; padding-bottom:30px;}
.new_content_time p{ font-size:14px; color:#8f8f8f; display:inline-block;}
.new_content_time p span{ padding-left:1rem;}

.shebeizhanshi_xinxi{ width:1200px; margin:0 auto; height:auto; overflow:hidden; text-align:center; line-height:35px; padding-top:10px; border-bottom:2px solid #f3f3f3; padding-bottom:10px; border-top:2px solid #f3f3f3; margin-top:30px;}
.shebeizhanshi_xinxi p{ font-size:16px; color:#5e5e5e; display:inline-block; margin-left:0.5rem; margin-right:0.5rem;}
.shebeizhanshi_xinxi p strong{ color:#333; font-size:18px;}

.new_content { width: 1150px; margin:0 auto; min-height:200px;background:none; overflow:hidden; padding-top:30px; padding-bottom:30px; font-size:15px; line-height:30px; color:#333;  text-justify:inter-ideograph;}
.new_content p{ line-height:auto; color:#333; font-size:16px;}
.new_content img{ max-width:100%; width:auto; height:auto;}


.neirong_next1					{font-size:16px; color:#3f3f3f; line-height:30px; width:1200px; height:auto; margin:0 auto; overflow:hidden; border-top:2px solid #ededed; padding-top:20px; border-bottom:2px solid #f3f3f3; padding-bottom:20px; margin-top:30px; margin-bottom:10px;}
.neirong_next1 p				{ width:50%; float:left; overflow:hidden; line-height:30px;}
.neirong_next1 p i{ font-size:20px; float:left; padding-right:10px;}
.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:14px;color:#333333; line-height:30px; text-decoration:none;}
.neirong_next1 p span a:hover	{ color:#2086c8; text-decoration:underline;}


/*搜索结果*/
/*搜索*/
.ss_no{width:100%; height:auto; text-align:center; font-size:18px; height:200px; line-height:200px; background:#f8f8f8; font-size:24px;}
.ss_no strong{ color:#2086c8;}






