﻿@charset "utf-8";
@font-face {
  font-family: 'iconfont';  /* project id 591377 */
  src: url('//at.alicdn.com/t/font_591377_fj59menvmxv.eot');
  src: url('//at.alicdn.com/t/font_591377_fj59menvmxv.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_591377_fj59menvmxv.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_591377_fj59menvmxv.woff') format('woff'),
  url('//at.alicdn.com/t/font_591377_fj59menvmxv.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_591377_fj59menvmxv.svg#iconfont') format('svg');
}

.iconfont {
          font-family:"iconfont" !important;
          font-size:1.6rem;
          font-style:normal;
          -webkit-font-smoothing: antialiased;
          -webkit-text-stroke-width: 0.01rem;
          -moz-osx-font-smoothing: grayscale;
        }
		
/* CSS Document */		
/*边距清零*/
div,ul,li,p,dl,dt,dd,h1,h2,h3,h4,h5,h6,ol{margin:0; padding:0; font-weight:normal;box-sizing:border-box;}
form,span,input,select,textarea{margin:0; padding:0;outline:none;}




/*----------------------------------------------------------总体设置----------------------------------------------------------*/
html{margin:0 auto;padding:0;font-size:14px; overflow-y:scroll;overflow-x:hidden;font-family:'微软雅黑'; box-sizing:border-box; background:url(../images/bg.jpg) no-repeat center top #fcfdff;}
body{color:#333; margin:0 auto;padding:0; }
a:link,a:visited{color:#333; text-decoration: none;}
a:active{color:#333; text-decoration:none;}
a:hover{color:#f00;}
a{blr:expression(this.onFocus=this.blur())}/*去掉a标签虚线*/
p{ margin:0; padding:0;}
img{ margin:0; padding:0; border:0;}
ul,li{ list-style-type:none; margin:0; padding:0;}
/*公共*/
.clear{ clear:both;}
.nothing{font-size:14px; font-weight:bold; color:#fe5a0a; text-align:left;}/*资料整理中*/
.floatL{ float:left;}
.floatR{ float:right;}
.w1100{ max-width:1200px; margin:0 auto;  z-index:1000;  }
.qy_w1200{max-width: 1200px;margin: 0 auto;position: relative;display: block;/*background: salmon;*/}
.hoverimg img{-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
-moz-transition-duration: 0.5s; /*Mozilla duration version*/
-o-transition-duration: 0.5s; /*Opera duration version*/}
.hoverimg img:hover{
-webkit-transform:scale(1.2); /*Webkit: Scale up image to 1.2x original size*/
-moz-transform:scale(1.2); /*Mozilla scale version*/
-o-transform:scale(1.2); /*Opera scale version*/
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}
.margin{ margin:80px auto;}
/****************************************************************头部设置*********************************************************************/
.top{  background:rgba(255,255,255,0.8);  text-align:left; padding:12px 0;font-size:14px;}
.top span{  padding:0; font-size:14px; float:right;}
.top span:after{ content:''; height:12px; display:inline-block; border-right:1px solid #777; margin:0 15px;}
.top span:last-child:after{ margin:0; border:0;}

.logo{ z-index:100000000;  margin:0 auto; }
.logo_1{ max-width:1200px; margin:0 auto; padding:30px 0;}
.logo_img{ padding:0; float:left;}
.logo_img img{ display:block;}

.logo_search{ border:1px solid #eee; background:#fff; border-radius:40px; height:40px; line-height:40px; float:right; padding:0 0 0 20px;  margin-top:10px;}
.logo_search input{ float:left; height:38px; line-height:38px; border:0; font-size:14px !important; width:210px;}
.logo_search .ss{ width:100px; font-size:16px; background:#1857c6; color:#fff;border-radius:40px;height:38px; line-height:38px; border:0; float:right; margin:0 !important; padding:0 !important;}
.logo_search .ss i{ margin-right:6px; font-size:16px !important;}
.logo_tel{ float:right; color:#1857c6; background:url(../images/tel.png) no-repeat center left; padding:10px 0; padding-left:75px; font-weight:bold; font-size:20px;}
.logo_tel p{ font-size:20px; color:#666;}
.logo_tel h2{ display:inline-block; color:#1857c6; font-size:30px; font-weight:bold; }


.logoh{ height:52px; display:none;}



/********导航********/
.sjj_nav,.sp_nav{ display:none;}
.navbox{  z-index:9;text-align:center;  font-size:15px; padding:0; box-shadow:0 0 20px rgba(0,0,0,0.1); background:url(../images/mbg.jpg) repeat-x; }
.nav{margin:0 auto;list-style:none; padding:0;  margin:0 auto;  margin:0 auto; max-width:1200px; display:flex; height:47px; line-height:47px;}
.nav li{ display:block; text-align:center;  position:relative; color:#fff; flex:1;}
.nav li a{display:block;color:#fff;}
.nav li:hover a{ display:block; background:#3d80f9;  color:#fff; }
.nav li.mj_hover_menu a{ display:block; background:#3d80f9; color:#fff;}

.nav li .submenu{display:none; position:absolute;top:47px;left:0;font-size:12px;z-index:1000000000; width:100%; padding:0;background:#3d80f9;}
.nav li .submenu span{  height:auto !important; line-height:2 !important; float:none;text-align:center;color:#000; font-weight:normal; background:none; margin:0 !important; padding:0 0; width:100%; border-top:1px solid rgba(0,0,0,0.1); display:block;}
.nav li .submenu span a{ color:#fff !important; font-size:12px; padding:10px 0; background:none !important; border:0 !important; }
.nav li .submenu span:hover a{ color:#ff0 !important; border:0;}
.nav li .submenu span:last-of-type{ border-bottom:0;}


/********导航/********/

/*******banner条***/
.banner{ position:relative; overflow:hidden; margin:0 auto 20px auto; z-index:0; max-width:1200px; }
.slider{ margin:0 auto;;}
.flexslider {margin: 0;padding: 0;}
.flexslider .slides > li {display: none;-webkit-backface-visibility: hidden; }
.flexslider .slides img {display: block; position:relative;}
.slides:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 450px;}
.no-js .slides > li:first-child {display: block;}
.flexslider {margin: 0 auto;position: relative;zoom: 1;}
.flexslider .slides {zoom: 1;}
.flex-direction-nav {width:90%;  margin:0 auto; position:relative; }
.flex-direction-nav a {width: 60px;height: 90px;margin: -60px 0 0;display: block;background: url(../images/ad_ctr.png) no-repeat 0 0;position: absolute;bottom:100px;z-index: 10;cursor: pointer;text-indent: -9999px;opacity: 0;filter:alpha(opacity=0);-webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 0 -90px;right:50px;}
.flex-direction-nav .flex-prev {left: 50px;}
.flexslider:hover .flex-next {opacity: 0.8;filter:alpha(opacity=25);}
.flexslider:hover .flex-prev {opacity: 0.8;filter:alpha(opacity=25);}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;filter:alpha(opacity=50);}
.flex-control-nav {width: 100%;position: absolute;bottom: 10px;text-align: center;}
.flex-control-nav li {margin: 0 2px;display: inline-block; zoom: 1;*display: inline;}
.flex-control-paging li a {background: url(../images/dot.png) no-repeat 0 -16px;display:block;height: 16px;overflow: hidden;text-indent:-99em;width: 16px;cursor: pointer;}
.flex-control-paging li a.flex-active {background-position: 0 0;}

.friends_banner{ max-width:1200px; margin:0 auto;}
.friends_banner img{ display:block;}



/*首页标题*/

.indextitle{ position:relative; text-align:left; padding:15px 0; }
.indextitle h2{ font-size:18px; height:18px; line-height:18px; padding-left:8px; color:#1857c6; font-weight:bold; display:block; border-left:4px solid #1857c6;}

.indextitle .more{ position:absolute; right:0; top:50%; margin-top:-5px; font-size:12px; color:#1857c6;}


/*/首页标题*/

.indexleft{ width:330px; float:left;}

.contact{ margin:16px 0;}
.contact li{ height:104px; line-height:104px; text-align:center; background:#eee; border-radius:60px; margin-bottom:20px;}
.contact li:last-child{ margin-bottom:0;}

.news{ margin-bottom:10px;}
.newslist{ position:relative;  z-index:0; padding:12px;border:1px solid #ddd; background:#fff; min-height:380px;}
.newslist li{ position:relative; padding:8px 0;}
.newslist li h2:before{ content:''; width:3px; height:3px; background:#000; display:block; margin-top:8px; margin-right:5px; float:left;}
.newslist li h2{ width:75%; float:left;
	text-overflow:ellipsis; overflow:hidden; font-size:14px; 
	-o-text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
	-moz-text-overflow:ellipsis;
	white-space:nowrap;
	}
.newslist li span{ float:right; font-size:12px;}


.indexright{ float:right; width:850px; }

/* 本例子css */
.slideBox{ max-width:1200px;  position:relative; margin:0 auto 10px auto;}
.slideBox .hd{ overflow:hidden; background:url(../images/tab_bg.jpg) repeat-x;border:1px solid #ddd; border-bottom:0;}
.slideBox .hd ul{ overflow:hidden; zoom:1; text-align:left; padding:0;}
.slideBox .hd ul li{ display:inline-block; height:39px; line-height:39px; font-weight:bold; font-size:14px;}
.slideBox .hd ul li a{ display:block; padding:0 25px;}

.slideBox .hd ul li.on{ background:#fff; color:#1857c6; border-top:2px solid #1857c6;}
.slideBox .hd ul li.on a{ color:#1857c6;}

.slideBox .bd{ position:relative;  z-index:0; padding:12px;border:1px solid #ddd; border-top:0; background:#fff; min-height:215px;}
.slideBox .bd li{ position:relative; padding:6px 0;}
.slideBox .bd li h2:before{ content:''; width:3px; height:3px; background:#000; display:block; margin-top:8px; margin-right:5px; float:left;}
.slideBox .bd li h2{ width:85%; float:left;
	text-overflow:ellipsis; overflow:hidden; font-size:14px; 
	-o-text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
	-moz-text-overflow:ellipsis;
	white-space:nowrap;
	}
.slideBox .bd li span{ float:right;}

.productshow{ padding:0; border-top:1px solid #ddd;  overflow:hidden; padding-top:20px;}

.productshow .indextitle{ margin-bottom:20px;}
.productshow li{ float:left; width:280px; margin-right:20px;}
.productshow li .pic_img{  background:#fff; overflow:hidden;}
.productshow li img{ display:block; max-width:100%;}
.productshow li p{ display:block; padding:15px 0; text-align:center; font-size:14px;}



.indexleft .user_login{ position:relative;  z-index:0; padding:0;border:1px solid #ddd; background:#fff; min-height:336px;}
.indexleft .user_login ul{ padding:18px; text-align:center;}
.indexleft .user_login ul li{ border:1px solid #eee; height:44px; line-height:44px; display:flex; margin-bottom:10px;}
.indexleft .user_login ul li.code{ border:0;}
.indexleft .user_login ul li.code img{ margin-right:10px;}
.indexleft .user_login ul li label{ flex:1.2; background:#1769dc;height:42px; text-align:center; color:#fff; font-weight:normal;}
.indexleft .user_login ul li input{ flex:6;  border:0; margin:0; padding:0 15px;}
.indexleft .user_login ul .sub{ height:44px; line-height:44px; background:#0a56ad; color:#fff; width:100%; border:0; font-size:16px; margin-bottom:16px;}
.indexleft .user_login ul a{ color:#f00;}

.indexleft .user_login ul.user_c li{ display:block; text-align:center; border:0; font-size:18px; height:50px; line-height:50px; background:#1769dc; border-radius:50px; margin:2.5% 2%;}
.indexleft .user_login ul.user_c li a{ color:#fff; display:block;}
.indexleft .user_login ul.user_c li:hover{ background:#F60;}


/*********************************/
.reg_show .reg_menu{ text-align:center; padding:40px 20px; position:relative;}
.reg_show .reg_menu b{ display:block; position:absolute; width:100%; border-bottom:1px solid #eee; top:50%; z-index:0;}
.reg_show .reg_menu li{ display:inline-block; font-size:18px; margin:0 40px; background:#fff; padding:0 5px; position:relative; z-index:10;}
.reg_show .reg_menu li i{ display:inline-block; width:30px; height:30px; line-height:30px; border-radius:30px; background:#0091d8; color:#fff; margin-right:6px; font-style:normal;}
.reg_show .reg_menu li.hover{ color:#f00;}
.reg_show .reg_menu li.hover i{ background:#f00;}

.reg_xuzhi{ height:400px; line-height:2; overflow-y:scroll; margin-bottom:15px;}
.tongyi { text-align:center; margin:10px auto;}
.tongyi .subty{ border:0 solid #e4e4e4; background:#bbb; width:100px; height:35px; line-height:35px; margin:0; padding:0; color:#fff;}
.tongyi .subty_ok{ border:0 solid #e4e4e4; background:#1769dc; width:100px; height:35px; line-height:35px; margin:0; padding:0; color:#fff;}
.tongyi .subbty{ border:0 solid #e4e4e4; background:#1769dc; width:100px; height:35px; line-height:35px; margin:0; padding:0; color:#fff; margin-left:20px;}

.reg_ok{ text-align:center; line-height:2.5; min-height:400px;}
.reg_ok h2{ font-size:30px; font-weight:bold; color:#0091d8;}
.reg_ok p{ font-size:18px; color:#f00;}
.reg_ok ul{ width:140px; height:140px; line-height:140px; display:block; border-radius:140px; color:#fff; margin:40px auto; background:#0091d8; font-size:80px;}
.reg_ok a{ display:block; width:160px; height:40px; border-radius:5px; line-height:40px; background:#0091d8;color:#fff !important; font-size:16px; margin:30px auto;}




.user_right{ max-width:1200px; margin:0 auto;}

.b_sub{ display:block; width:100px; height:30px; line-height:30px; background:#1769dc; color:#fff; border-radius:3px; color:#fff !important; text-align:center;}
.b_sub_over{ display:block; width:100px; height:30px; line-height:30px; background:#ddd !important; color:#fff; border-radius:3px; color:#fff !important; text-align:center;}


.login{  padding:50px 0;}

.login .login_user{ max-width:800px; box-shadow:0 0 20px rgba(0,0,0,0.1); background:url(../images/login_m.jpg) no-repeat center right #fff;; border-radius:15px; margin:0 auto; padding:25px;}
.login .login_user ul{ padding-right:420px;}
.login .login_user ul h2{ font-size:20px; font-weight:bold; display:block; border-bottom:1px solid #eee; padding-bottom:15px;}
.login .login_user ul li{ padding:8px 0; border-bottom:1px solid #eee;}
.login .login_user ul li input{ height:50px; line-height:50px; border:0; width:80%;}
.login .login_user ul li label{ font-size:18px; margin-right:10px;}
.login .login_user ul .sub{ background:#0a56ad; width:100%; height:40px; line-height:40px; margin-top:20px; border:0; color:#fff;}
.login .login_user ul .text{ padding:12px 0;}
.login .login_user ul .text span{ float:right;}
.login .login_user ul .text a{ color:#f00;}


.layer_notice{ display:none; padding:20px; font-size:15px; line-height:2; color:#000; width:1180px; }
.layer_notice li{ padding:7px 0; border-bottom:1px solid #eee;}
.layer_notice li:last-child{ border-bottom:0;}
.layer_notice label{ font-size:14px !important; width:120px; float:left; line-height:38px;}
.layer_notice strong{ display:block; color:#1769dc; line-height:1.4; margin-bottom:10px;}
.layer_notice input{ display:block; width:80%; color:#1769dc; border:0; padding:12px; margin:0 0; font-size:14px;}
.layer_notice .layui-btn{ background:#1769dc; display:block; color:#fff; height:35px; line-height:35px; text-align:center; border:0; margin:15px 0 0 0; width:200px; border-radius:35px;}
.layer_notice p{ padding:12px 0; text-align:center; color:#f00;}


/* 本例子css */

.xiangmu_name{ background:#f5f5f5; border:1px solid #eee;}
.xiangmu_name span{ display:inline-block; padding:10px 20px; border-right:1px solid #eee;}

.zhuanjia_list ul{ display:flex; border:1px solid #eee; border-top:0;}
.zhuanjia_list ul span{ flex:1; padding:12px; border-right:1px solid #eee;}
.zhuanjia_list ul span:last-child{ border-right:0;}
/******首页配置********/

/****************内页配置*******************************/

.weizhi{ display:block; text-align:center; font-size:15px; z-index:1000;}
.weizhi a{ color:#cc9952;}

.info{  font-size:16px; margin:0 auto;  line-height:2.2; min-height:420px; background:#fff; }
.info .m{ max-width:1200px; display:block; margin:0 auto; position:relative; text-align:left; font-size:14px;}
.info .m i{ font-size:15px;}
.info .indextitle .m:after{ content:''; border:0;}

.info .indextitle{  padding:20px 0; max-width:1200px; margin:0 auto; border-bottom:1px solid #eee;}
.info .indextitle strong{ color:#1857c6;}
.infocontent{  margin:30px auto; padding:0; background:#fff;  max-width:1200px; }/*内页右边内容详情*/
.infocontent img{ display:block; max-width:100%; margin:0 auto;}


.model_list{ text-align:center; padding-top:15px;}
.model_list li{ display:inline-block; padding:0;}
.model_list li:after{ content:'/'; padding:0 40px;color:#888;}
.model_list li a{ color:#888;}
.model_list li:last-child:after{ content:''; padding:0;}
.model_list li.hover a{ color:#1857c6;}

.left_menu{ padding:0 0 0 0; max-width:1200px; margin:30px auto 0 auto; text-align:left; }
.left_menu ul li{ display:inline-block; text-align:center; background:#eee; margin:0 5px; margin-bottom:8px;  }
.left_menu ul li:last-child{ margin-right:0;}
.left_menu ul li a{padding:0; padding:0;display:block; color:#222; font-size:16px; padding:8px 38px;}
.left_menu ul li:hover a{ background:#1857c6; color:#fff; }
.left_menu li.ledd a{  background:#1857c6; color:#fff; }



.feed_l{ background:url(../images/feedback.jpg) no-repeat left center; padding-left:650px;}



.gonggao ul.g_title{ border-bottom:3px solid #1769dc; color:#1769dc; font-size:16px; font-weight:bold;}
.gonggao ul.g_title span{ float:right; display:block; background:#1769dc; color:#fff; padding:0 30px; margin-bottom:5px; font-weight:normal; border-radius:4px;}
.gonggao ul.g_title span a{ color:#fff;}
.gonggao ul.g_title span.g_over{ background:#ddd;}
.gonggao ul.g_title a.daying{ display:inline-block; color:#fff; background:#1769dc; float:right; padding:0 20px; font-weight:normal;}

.gonggao ul.g_list{ padding:30px 15px;}
.gonggao ul.g_list li{ width:15%; float:left; height:40px; line-height:40px; color:#000;}
.gonggao ul.g_list li span{ color:#3C6;}
.gonggao ul.g_list li a{ color:#f00;}
.gonggao ul.g_list li:nth-child(2n){ color:#aaa; width:35%;}


.message{ background:#f4f4f4; padding:3%;}
.message_show{ max-width:1200px; margin:0 auto;}
.message_show li{  font-size:20px; color:#000; padding:10px 0;}
.message_show li span{ display:block; float:left; width:130px;}
.message_show li input{ height:48px; line-height:48px; border:1px solid #ddd; padding:0 15px; width:380px; font-size:16px; font-family:'微软雅黑'; color:#888;}
.message_show li textarea{ height:140px;border:1px solid #ddd; padding:15px; width:380px; font-size:16px; font-family:'微软雅黑'; color:#888;}


.message_show  .tijiao{ width:190px; height:55px; font-size:20px; text-align:center; line-height:55px; background:#1857c6; color:#fff !important; display:block; margin:0 0 30px 130px; border:0;font-family:'微软雅黑';}


/*产品展示*/

.infopiclist{ margin:0 auto; padding:0; overflow:hidden; padding:20px 0; }
.infopiclist ul{ margin:0; padding:0 0; }
.infopiclist ul li{ width:280px; float:left; margin-right:26.666px;  position:relative; margin-bottom:30px; }
.infopiclist ul li:nth-child(4n){ margin-right:0;}
.infopiclist ul li .indexlistpic{ position:relative; padding:0; display:block; overflow:hidden; }
.infopiclist ul li img{  display:block; margin:0 auto; width:100%; position:relative;  }
.infopiclist ul li .pictitle{  text-align:center; bottom:0; width:100%; left:0;}
.infopiclist ul li .pictitle h2{ display:block; font-size:15px; color:#222; padding-top:10px;}



/*翻页*/
.pager {TEXT-ALIGN: center; CLEAR: both; padding-bottom:35px;  padding-top:15px;}
.pager A {  display:inline; zoom:1; margin-right:8px; padding:7px 15px; background:#eee; color:#000; }
.pager SPAN { border:0;display:inline; zoom:1; margin-right:8px; padding:7px 15px; background:#1857c6; color:#fff;}
.pager A:hover {  background:#1857c6; color:#fff;}



/*新闻*/

.articlist{ padding:0 0; }
.articlist{ padding:;} 
.articlist li{ line-height:1.6; font-size:12px;  border-bottom:1px dotted #ddd; padding:2% 0;}
.articlist li:last-child{ border-bottom:0;}
.articlist li .time{ display:block; font-size:16px; line-height:1.5;  width:118px; margin-right:30px;text-align:center;   float:left; position:relative; text-align:center; border-right:1px solid #eee; height:130px;}

.articlist li .time span{ font-size:30px; display:block; font-weight:bold;}
.articlist li .time i{  font-style:normal; color:#aaa;}
.articlist li img{  width:240px; float:left; margin-right:40px;}
.articlist li h3{ margin:0; line-height:1; color:#151515; font-weight:bold; margin-bottom:10px;text-overflow:ellipsis; overflow:hidden; font-size:17px; 
	-o-text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
	-moz-text-overflow:ellipsis;
	white-space:nowrap;}
.articlist li p{color:#666666; font-size:14px; margin:5px 0; line-height:2;
word-break:break-all;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
	}
.articlist li .mm{ color:#439890;  font-size:13px; display:inline-block; background:#1857c6; color:#fff; margin-top:10px; padding:5px 15px;}
.articlist li:hover .time span,.newspic li:hover .time i,.newspic li:hover h3{ color:#1857c6;}
/*详情*/
.s_title{ text-align:center;}
.s_title h2{font-family:'微软雅黑'; font-size:18px; font-weight:bold;}
.s_title p.z{ font-size:14px; color:#777; border-bottom:1px solid #eee; padding:5px;}
.s_title p.c{ padding:12px; text-align:left; background:#eee; color:#888; font-size:12px;}
.s_title p.c span{ display:inline-block; font-size:12px; font-weight:bold; color:#000;}
.s_img{ padding:20px 0;}
.s_img img{ display:block; max-width:100%;}
.s_content{ padding:15px 0;}
.p_content{ font-size:14px; text-align:right;}


.bottom{ text-align:center;  font-size:14px; line-height:2.3; position:relative; background:#eee; color:#000; padding:30px 0; margin-top:20px;}
.bottom a{ color:#000;}
.bottom img{ display:block; margin:20px auto;}


.wei{ width:110px; height:110px; float:right; background:#fff; margin-top:12px;}
.wei img{ display:block; width:110px; height:110px; margin:0; padding:0;}

.bottom2{ text-align:left; padding:0; float:left; }
.footer_h{ height:52px; display:none }
.footmenu { display:none;}

.Upper p{ font-size:14px;}


.link{margin:0 auto; padding:10px 15px; border:1px solid #ddd;}
.link span{ display:inline-block; width:12.5%; font-size:12px; padding:6px 0;}
.link span:before{ content:''; width:3px; height:3px; background:#000; display:block; margin-top:8px; margin-right:5px; float:left;}

/*分享*/
.bdsharebuttonbox{ max-width:1200px; margin:0 auto; padding:10px 0;}
.bdsharebuttonbox a{ padding-right:10px; padding-left:22px !important;}




@media (max-width:520px){
.qy_wel,.logo_search{ display:none;}
.logo_1{ margin:0 auto; padding:0;}
.logo_1 h3{ text-transform:uppercase; color:#aaa;  font-size:12px;}
.logo_1 p{ padding:10px 0; font-size:12px; line-height:1.3;}
.logo_1 h1{ display:block;  font-size:20px; font-weight:bold; color:#775f47; padding-top:5px;}
.logo_img{ padding:10px 6px; float:none; position:static; margin:0; width:auto; height:auto;}
.logo_img img{ height:30px; width:auto; display:block; margin:0; }
.logoh{ height:50px; display:block;}
.logo_tel{ display:none;}
.logo_1 .search{ display:none;}
.info_t img{ display:block; margin:0 auto; max-width:100%; }
.w1100{ margin:0; padding:0; z-index:0}
.logos{ display:none !important;}
.tel{ display:none;}
.logo{  position:relative; margin:0 auto; border-bottom:0; position:fixed; top:0; padding:0;width:100%; background:rgba(252,255,255,0.9); z-index:100; overflow:inherit !important; }
.top{ display:none;}
/****************************************************************导航*********************************************************************/
.navbox{ display:none;}

.btn{ width:auto; position:absolute; right:12px; top:15px; z-index:10000 !important; }
.sp_nav{width:38px; top:15px; right:0; position:fixed;cursor:pointer;height:30px;margin-top:0;display:block;}

.sp_nav span{display:block;background:#1857c6;width:20px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:8px}
.sp_nav span:nth-of-type(3){top:16px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}

.sjj_nav{position:fixed;background:#fff;width:100%;height:100%;font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;z-index:9; display:block;}
.nav_show{top:50px}
.sjj_nav ul li{padding:1.5% 3%;}
.sjj_nav ul li a{ display:block;}
.sjj_nav ul li i{ display:block; font-size:15px; font-style:normal;}
.sjj_nav ul li i:after{content: "+";
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 20px;
    font-weight: 300;
}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se{ color:#1857c6;}
.sjj_nav ul li .sjj_nav_i_se:after{content: "-";
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 20px;
    font-weight: 300;
}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-top:1px #eee solid;position:relative;line-height:40px;font-size:14px; }
.sjj_nav>ul >li:last-child{border-bottom:1px #eee solid;}
.sjj_nav ul li ul{display:none}

.sjj_nav ul li ul{ padding:0 3%;}
.sjj_nav ul li ul li{ border:0; padding:3% 0; border-bottom:1px solid #eee; line-height:2;}
.sjj_nav ul li ul li p{ color:#aaa;}
.sjj_nav ul li ul li  a{ display:block;}
.sjj_nav ul li ul li:last-child{ border-bottom:0;}

.sjj_nav ul li i svg{width:20px;height:20px;fill:#555;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#c9141e}
.sjj_nav ul li ul li>ul{margin-left:0}

.sjj_nav ul li ul li ul{  margin:0; padding:10px;}
.sjj_nav ul li ul li ul span{ display:inline-block; width:50%; padding:0; text-align:left; font-size:14px;}

 input[type="button"], input[type="submit"], input[type="reset"],select { -webkit-appearance: none; } 
 
.flexslider {margin: 0 auto;position: relative;zoom: 1; width:480px}
.slider{ margin:0 auto; width:480px; position:relative; left:50%; margin-left:-240px;}
.flex-direction-nav a{ background:none !important;}

.friends_banner{ position:relative; overflow:hidden;}
.flexslider .slides img {display: block; width:480px; position:relative; left:50%; margin-left:-240px; position:relative;}

/*首页标题*/


/*首页标题*/

/*首页标题*/

.indextitle{ position:relative; text-align:left; padding:15px 0; }
.indextitle h2{ font-size:16px; height:18px; line-height:18px; padding-left:8px; color:#1857c6; font-weight:bold; display:block; border-left:4px solid #1857c6;}

.indextitle .more{ position:absolute; right:0; top:50%; margin-top:-5px; font-size:12px; color:#1857c6;}


/*/首页标题*/

.indexleft{ width:100%; margin:0 auto; float:none;}

.indexleft .indextitle{ padding:3%; border-bottom:1px solid #eee;}
.indexleft .indextitle .more{ right:3%;}
.contact{ margin:16px 0; display:none;}
.contact li{ height:104px; line-height:104px; text-align:center; background:#eee; border-radius:60px; margin-bottom:20px;}
.contact li:last-child{ margin-bottom:0;}

.news{ margin-bottom:10px;}
.newslist{ position:relative;  z-index:0; padding:0;border:0; background:#fff; min-height:380px;}
.newslist li{ position:relative; padding:3%; border-bottom:1px dotted #eee;}
.newslist li h2:before{ content:''; width:3px; height:3px; background:#000; display:block; margin-top:8px; margin-right:5px; float:left;}
.newslist li h2{ width:75%; float:left;
	text-overflow:ellipsis; overflow:hidden; font-size:14px; 
	-o-text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
	-moz-text-overflow:ellipsis;
	white-space:nowrap;
	}
.newslist li span{ float:right; font-size:12px;}


.indexright{ float:none; width:94%; margin:0 auto; }

/* 本例子css */
.slideBox{ max-width:1200px;  position:relative; margin:0 auto 10px auto;}
.slideBox .hd{ overflow:hidden; background:url(../images/tab_bg.jpg) repeat-x;border:1px solid #ddd; border-bottom:0;}
.slideBox .hd ul{ overflow:hidden; zoom:1; text-align:left; padding:0; display:flex;}
.slideBox .hd ul li{ display:inline-block; text-align:center; height:39px; line-height:39px; font-weight:normal; font-size:12px; flex:1;}
.slideBox .hd ul li a{ display:block; padding:0;}

.slideBox .hd ul li.on{ background:#fff; color:#1857c6; border-top:2px solid #1857c6;}
.slideBox .hd ul li.on a{ color:#1857c6;}

.slideBox .bd{ position:relative;  z-index:0; padding:12px;border:1px solid #ddd; border-top:0; background:#fff; min-height:200px;}
.slideBox .bd li{ position:relative; padding:6px 0;}
.slideBox .bd li h2:before{ content:''; width:3px; height:3px; background:#000; display:block; margin-top:8px; margin-right:5px; float:left;}
.slideBox .bd li h2{ width:77%; float:left;
	text-overflow:ellipsis; overflow:hidden; font-size:12px; 
	-o-text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
	-moz-text-overflow:ellipsis;
	white-space:nowrap;
	}
.slideBox .bd li span{ float:right; font-size:12px;}

.productshow{ padding:0; border:0;overflow:hidden; padding-top:12px; width:94%; margin:0 auto;}
.hh .indextitle{padding:3%;border-bottom:1px solid #ddd;}
.hh .indextitle .more{ right:3%;}
.productshow li{ float:left; width:180px; margin-right:10px;}
.productshow li .pic_img{  background:#fff; overflow:hidden;}
.productshow li img{ display:block; max-width:100%;}
.productshow li p{ display:block; padding:15px 0; text-align:center; font-size:14px;}





.link{margin:0 auto; padding:3%; border:0;}
.link span{ display:inline-block; width:33.333%; font-size:12px; padding:6px 0;}
.link span:before{ content:''; width:3px; height:3px; background:#000; display:block; margin-top:8px; margin-right:5px; float:left;}





.login{  padding:20px 3%;}

.login .login_user{ max-width:800px; box-shadow:0 0 20px rgba(0,0,0,0.1); background:#fff;; border-radius:15px; margin:0 auto; padding:15px;}
.login .login_user ul{ padding-right:0;}
.login .login_user ul h2{ font-size:20px; font-weight:bold; display:block; border-bottom:1px solid #eee; padding-bottom:15px;}
.login .login_user ul li{ padding:8px 0; border-bottom:1px solid #eee;}
.login .login_user ul li input{ height:50px; line-height:50px; border:0; width:80%;}
.login .login_user ul li label{ font-size:18px; margin-right:10px;}
.login .login_user ul .sub{ background:#0a56ad; width:100%; height:40px; line-height:40px; margin-top:20px; border:0; color:#fff;}
.login .login_user ul .text{ padding:12px 0;}
.login .login_user ul .text span{ float:right;}
.login .login_user ul .text a{ color:#f00;}


/******首页配置********/





/******首页配置********/

/****************内页配置*******************************/
.weizhi{  display:none;  }

.info{  font-size:16px; margin:0;line-height:2.2; min-height:520px; max-width:1420px; }
.left_menu{ margin:0; padding:0; padding:3% 0 0 0;  }
.left_menu ul{ padding:0 3%; width:100%; display:block;}
.left_menu ul li{ float:left; text-align:center; font-size:12px; line-height:1.5; background:#eee; margin:0;  flex:none; margin-bottom:1px; overflow:hidden; width:33.333%; border-radius:0; }
.left_menu ul li a{padding:8px 0;display:block; color:#222; border-left:1px solid #fff; font-size:12px; border-radius:0;}
.left_menu ul li:hover a{ background:#1857c6; color:#fff;border-radius:0; }
.left_menu li.ledd a{  background:#1857c6; color:#fff; border-radius:0;}



.ueditor_baidumap{ display:none;}

.info .indextitle{ padding:10px;}
.info .indextitle .m{ font-size:12px;}
.info .indextitle .m i{ font-size:14px; margin-right:0px; font-weight:normal; color:#1857c6;}

.infocontent{clear:both; margin:0; padding:3%; float:none; width:auto; }/*内页右边内容详情*/
.infocontent img{ display:block; max-width:100%; margin:0 auto; height:auto !important;}



.infopiclist{ margin:0%; padding:0; overflow:hidden; padding:0; }
.infopiclist ul{ margin:0; padding:0; }
.infopiclist ul li{ width:48.5%; margin:0; float:left; padding:0; margin-bottom:3%;}
.infopiclist ul li:nth-child(2n){ float:right;}
.infopiclist ul li .indexlistpic{ width:auto;   overflow:hidden; padding:0; display:block;}
.infopiclist ul li img{ width:100%;  border-radius:0; width:auto; }
.infopiclist ul li .indexlistname{ font-size:15px;}
.infopiclist ul li .pictitle{ font-size:12px; text-align:left; height:50px;}
.infopiclist ul li .pictitle h2{ display:block; font-size:12px;text-align:left; line-height:1.5; }




.articlist{ padding:0 0; }
.articlist li { font-size:14px;   padding:3% 0;  float:none; width:100%;}
.articlist li:nth-child(2n){ float:none;}
.articlist li  a.img{ display:block; overflow:hidden; float:none; padding:0;  margin-right:0; width:100%;}
.articlist li img{ width:100%; margin:0; margin-bottom:10px; display:block; float:none; }
.articlist li .time{ display:none;}
.articlist li .date{ display:none; float:left; width:100px; height:120px;font-family:'微软雅黑';}
.articlist li .date strong{ font-size:26px; font-weight:bold; color:#4a4a4a;}
.articlist li .date p{ font-size:14px; color:#888;}
.articlist li .mm{ color:#439890;  font-size:12px; display:inline-block; background:#1857c6; color:#fff; margin-top:10px; padding:3px 12px;}
.articlist li h3{  font-size:15px; color:#171717;font-family:'微软雅黑';  display:block; line-height:2; height:auto;
text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
	-moz-text-overflow:ellipsis;
	white-space:nowrap; overflow:hidden; }
.articlist li p{display:block; color:#8c8c8c; font-size:12px; line-height:2; margin:0 0; padding:0;
word-break:break-all;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
}
.articlist li  p a{ color:#662501; }


/*详情*/
.s_title{ text-align:center;}
.s_title h2{font-family:'微软雅黑'; font-size:16px; line-height:1.4; font-weight:bold;}
.s_title p.z{ font-size:14px; color:#777; border-bottom:1px solid #eee; padding:5px;}
.s_title p.c{ padding:12px; text-align:left; background:#eee; color:#888; font-size:12px;}
.s_title p.c span{ display:inline-block; font-size:12px; font-weight:bold; color:#000;}
.s_img{ padding:20px 0;}
.s_img img{ display:block; max-width:100%; height:auto;}
.s_content{ padding:15px 0;}
.s_content img{ margin:10px auto !important; display:block; max-width:100%;}

.Upper{ font-size:12px;}


iframe{ display:block; width:100% !important; height:280px !important; overflow:hidden;}

.feed_l{ background:none; padding-left:0; margin:0 auto;}

.message{ padding:3%;}
.message_show{ max-width:1200px; margin:0 auto; }
.message_show li{  font-size:16px; color:#000; padding:2% 3%;}
.message_show li span{ display:block; float:none; width:130px;}
.message_show li input{ height:48px; line-height:48px; border:1px solid #ddd; padding:0 3%; width:94%; font-size:15px; font-family:'微软雅黑'; color:#888;}
.message_show li textarea{ height:140px;border:1px solid #ddd; padding:3%; width:94%; font-size:15px; font-family:'微软雅黑'; color:#888;}




.message_show  .tijiao{ width:160px; border-radius:5px; height:50px; font-size:16px; text-align:center; line-height:50px; background:#1857c6; color:#fff !important; display:block; margin:0 auto; border:0;font-family:'微软雅黑';}


.link{ font-size:12px; padding:3%;}
.link ul{ font-size:12px;}
.link a{ padding:0 5px;}

.bottom{ font-size:12px; margin:0; padding:0;}


.wei{ display:none;}

.b_tel{ float:none; margin:0 3%; background:url(../images/btel.png) no-repeat center left; background-size:auto 50px; line-height:1.5; text-align:left; padding:10px 0; padding-left:68px;}
.b_tel h2{ font-size:18px; text-transform:uppercase;}
.b_tel p{ font-size:26px; font-weight:bold;}
.bottom2{ text-align:left; padding:20px 3%; float:none; border-top:1px solid rgba(255,255,255,0.1); }



.footer_h{ height:52px;  display:block; background:#eee; }
.footmenu a{ color:#fff;}
.footmenu{color:#fff; background:#000; position:fixed; bottom:0; left:0; width:100%; z-index:10000; display:block; }
.footmenu ul{display:-webkit-box;display:-webkit-flex;display:flex;justify-content:center;}
.footmenu ul li{-webkit-box-flex:1;-webkit-flex:1;flex:1;text-align:center;font-size:12px;  padding:6px 0;}
.footmenu ul li i{ display:block; width:20px; height:20px; line-height:20px; font-size:20px;  margin:0 auto;}

.pager {TEXT-ALIGN: center; CLEAR: both; padding:2%;}
.pager A {  display:inline; zoom:1; margin-right:3px; padding:5px 10px; background:#eee; color:#000; font-size:12px; }
.pager SPAN { border:0;display:inline; zoom:1; margin-right:3px; padding:5px 10px; background:#1857c6; color:#fff;font-size:12px;}
.pager A:hover {  background:#1857c6; color:#fff;}

/*分享*/
.bdsharebuttonbox{ max-width:1420px; margin:0 auto; padding:10px 0; display:none;}
.bdsharebuttonbox a{ padding-right:10px; padding-left:22px !important;}
 
}

 