@charset "utf-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/*Html5*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
display: none;
height: 0;
}
/*Base*/
html {
	font: 12px/1.8 "微软雅黑";
	color: #666;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; /*修正手持设备字体变化*/
}
* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	background: transparent; /*修正win8系统IE连接灰色背景*/
	outline:none;
blr:expression(this.onFocus=this.blur());
}
a:focus {
	outline: 0;
}
a:active, a:hover {
	outline: 0;
}
a{ color:#333;}
a:hover{ color:#2449a4;}
img {
	border: 0;
	-ms-interpolation-mode:bicubic
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	outline:none;
}
button, input {
	line-height: normal;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
input.submit {
	border: 0;
	margin: 0;
	cursor: pointer;
}
input.radio {
	width: 13px;
	height: 13px;
	float: left;
	display: inline;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 1;
}
ul, ol {
	list-style:none;
}
li {
	list-style:none;
}
/*清除浮动*/
.clear {
	clear: both;
	height:0px;
	line-height:0px;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
dl, dd, dt {
	list-style:none;
	padding:0px;
	margin:0px;
}
html,body{
	position: relative;
}
a{cursor:pointer;}
.w960{
	width: 960px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.ovh{
	overflow: hidden;
}
.mt35{
	margin-top: 35px!important;
}











.main_content{ width:85%; margin:0 auto;}


/***********top***************/


.header{ width:100%; float:left;}
.header_top{ width:100%; height: 103px; background: #fff;}
.header_fl{    float: left;}
.header_logo{    float: left;}
.header_logo img{}
.header_logo_gg{ float: left;  margin-top: 42px;}
.header_logo_gg img{}
.header_fr{ float: right;padding-top:10px;}
.header_search{ float: left; margin-top: 20px;}
.header_search .soText {
	float: left;
	width:175px;
	height:43px;
	line-height: 43px;
	padding:0 10px;
	border: 1px  #e5e5e5 solid;	
	outline: none;
	border-right:0px;
	color:#b8b8b8;
	font-size:12px;
	
}
.soText::-webkit-input-placeholder { color:#b5b5b5;}
.header_search .soBtn {
	float: left;
	width: 45px;
    height: 45px;
	line-height:25px;
	border: 1px  #e5e5e5 solid;
	background: url(../images/soBtn.png) no-repeat center center #fff;
	/*background-size: 18px;*/
	
}


.header_lang{
	
	float: left;
    margin-top: 18px;
    font-size: 18px;
    margin: 18px 20px 0 20px;
    height: 50px;
    line-height: 50px;
	
}

.header_tel{ float: left; padding-left: 24px; background:url(../images/header_tel.png) bottom left no-repeat; font-size: 14px; line-height: 24px; margin-top: 18px; margin-right: 20px;}
.header_tel span{ font-size: 23px; color: #2449a4;;}

.header_nav{ width:100%; float:left; height: 50px; background: #2449a4;}
.header_nav .nav_list{ width:100%;height: 50px; float:left;}
.header_nav .nav_list>li{ float: left; height: 50px; line-height: 50px; width: 12.5%;  text-align: center; font-size: 15px; background:url(../images/header_nav_xian.png) right center no-repeat;  position:relative;} 
.header_nav .nav_list>li:last-child{ background:none;}
.header_nav .nav_list>li>a{ color:#fff; width:100%; float:left;}
.header_nav .nav_list>li:hover,.header_nav .nav_list>li.no{ background:#ec1b24;}

.header_nav ul>li>ul{ display:none;  position: absolute; width: 100%; top: 100%; z-index: 9999; transition: 0.5s;}
.header_nav ul>li>ul>li{ width: 96%; padding:0 2%; height:0px; background: #2449A3; line-height:40px;transition: 0.5s; overflow:hidden;  }
.header_nav ul>li>ul>li a{ color: #fff; font-size:14px;}

.header_nav ul>li:hover>ul{ transition: 0.5s;}
.header_nav ul>li:hover>ul>li{  height:40px; transition: 0.5s; border-top: 1px solid #215db3;}
.header_nav ul>li>ul>li:hover{ border-top: 1px solid #215db3; background:#ec1b24;} 
.header_nav ul>li>ul>li:hover a{ width: 100%; float: left;  color: #fff; } 

/*banner*/
.slide-main{position:relative; float: left;}
.prev,.next{display:none;width:70px;height:70px;position:absolute;z-index:222; overflow:hidden;cursor:pointer;opacity:0.6;-moz-opacity:0.6;filter:alpha(opacity=60);_border:1px solid none; top: 40%;}
.prev img,.next img{ width:100%;}
.slide-main:hover .prev,.slide-main:hover .next{display:block;}
.prev{left:70px;}
.next{right:70px;}
.prev:hover,.next:hover,.nav-main a:hover,.nav-main a.cur{opacity:1;-moz-opacity:1;filter:alpha(opacity=100);}
.item{display:block;width:100%;height:5px;position:absolute;z-index:124;left:0;text-align:center; bottom: 5%;}
.item a{display:inline-block;width:24px;height:5px;margin-right:11px;background:#444;opacity:0.3;-moz-opacity:0.3;filter:alpha(opacity=30);overflow:hidden;}
.item a.cur{background:#fff;}
.slide-box,.slide{display:block;width:100%; float: left;}
.slide-box{position:relative;}
.slide{display:none; background:#ff6900;position:relative;z-index:8;}

.slide a{display:block;width:100%;cursor:pointer;}
.slide img{ width:100%;}


/*产品系列*/
.i_cpxl{ width:100%; float:left; padding-bottom: 70px; background: #f8f8f8;}
.i_cpxl_top{ width:100%; float:left; text-align:center; margin-top: 75px; color: #2c2c2c; line-height: 35px;}
.i_cpxl_title{ font-size: 30px; font-weight: bold;}
.i_cpxl_title2{  font-size: 24px;}

.i_cpxl_list{ width:100%; float:left;  margin-top: 75px;}
.i_cpxl_list li{ float: left; width: 24%; position: relative; background: #fff; box-shadow: 0px 0px 5px #ececec; border-radius: 12px;    margin-right: 1.3%; margin-bottom: 20px; overflow:hidden;   transition: 0.5s;}
.i_cpxl_list li:last-child{ margin-right:0px;}
.i_cpxl_list li a{ width: 100%; float: left;}
.i_cpxl_list li .i_cpxl_list_top{ position: absolute; left: 0; top: 8%;}
.i_cpxl_list li .i_cpxl_list_top img{ width: 100%;}
.i_cpxl_list li .i_cpxl_list_tu{ display: table-cell;  vertical-align: middle; text-align:center; max-width: 250px; height: 300px;}
.i_cpxl_list li .i_cpxl_list_tu img{ display: inline-block;  max-width: 100%; max-height: 100%;}
.i_cpxl_list_title2{ display:none; text-align:center; width:100%; font-size:14px;  color: #35a; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.i_cpxl_list li .i_cpxl_list_cont{ opacity:0; position: absolute; top: 0px; left: 264px; width: 45%; margin-top: 50px; transition: 0.5s;}
.i_cpxl_list li .i_cpxl_list_cont .i_cpxl_list_title{ font-size: 23px; color: #35a; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.i_cpxl_list li .i_cpxl_list_cont .i_cpxl_list_desc{color: #838383; font-size: 15px; margin-top: 12px;line-height: 25px; min-height: 110px;}
.i_cpxl_list li .i_cpxl_list_cont .i_cpxl_list_more{  float: right; padding: 3px 13px; border: 1px solid #b7b7b7; border-radius: 6px;
 color: #b7b7b7;}

.i_cpxl_list li.active{width: 49%; transition: 0.5s;}
.i_cpxl_list li.active .i_cpxl_list_cont{ opacity:1;}


/*我们的实力*/
.i_wmdsl{ width:100%; float:left; padding-bottom: 87px; background: #fff;}
.i_wmdsl_title{ width:100%; float:left; text-align:center; font-size: 30px; color: #000; margin-top: 63px;}
.i_wmdsl_title img{ margin-top: 20px;}
.i_wmdsl_list{ width:100%; float:left; margin-top: 75px; margin-bottom: 30px;}
.i_wmdsl_list li{ width: 23%; float: left; text-align: center; margin-right: 2.6%; cursor: pointer;}
.i_wmdsl_list li:last-child{ margin-right:0px;}
.i_wmdsl_list li .i_wmdsl_list_tu{}
.i_wmdsl_list li .i_wmdsl_list_tu img{}
.i_wmdsl_list li .i_wmdsl_list_title{ margin-top: 52px; font-size: 18px;}
.i_wmdsl_list li .i_wmdsl_list_xian{ width: 30px; height: 2px; background: #ccc; margin: 15px auto;}
.i_wmdsl_list li .i_wmdsl_list_desc{ margin-top: 40px; padding: 0px 30px; font-size: 13px;}

.i_wmdsl_list li .i_wmdsl_list_tu2{ display:none;}
.i_wmdsl_list li:hover .i_wmdsl_list_tu{ display:none;}
.i_wmdsl_list li:hover .i_wmdsl_list_tu2{ display:block;}

/*关于我们*/
.i_about{ width:100%; float:left; min-height: 525px; padding-bottom:65px; background:url(../images/about_bg.png) top center no-repeat; }
.i_about_fl{ float:left; width:42%; background:url(../images/about_kuan.png) top left no-repeat; padding: 30px 0 0 3%; margin-top: 118px; background-size: 90%;}
.i_about_fl img{ width:100%; }
.i_about_fr{ float: right; width: 49%; margin-right:1%; margin-top: 150px;}
.i_about_fr_title{ font-size: 32px; color: #5484da; margin-top: 10px;}
.i_about_fr_title img{margin-top: 8px;}
.i_about_fr_title2{ margin-top: 39px; font-size: 21px;}
.i_about_fr_desc{ margin-top: 10px; font-size: 13px; line-height: 28px; min-height: 150px;}
.i_about_fr_more{ margin-top: 44px;}
.i_about_fr_more a{ padding: 14px 47px; border: 1px solid #000; border-radius: 5px; font-size: 16px;}


/*解决方案*/
.i_jjfa{ width:100%; float:left; background:url(../images/jjfa_bg.png) top center no-repeat; padding-bottom: 24px;}
.i_jjfa_top{ width:100%; float:left; margin-top: 54px;}
.i_jjfa_top_title{ text-align: center; float: left; margin-left: 30px; width: 200px; font-size: 27px; color: #000;}
.i_jjfa_top_title img{ margin-top: 10px;}
.i_jjfa_top_gd{ float: right; margin-top: 36px;}
.i_jjfa_top_gd a{ color: #6b6b6b; font-size: 18px;}
.i_jjfa_list{ width:100%; float:left; margin-top: 140px; margin-bottom: 50px;}
.i_jjfa_list_fl{ float:left; width: 90%;}
.i_jjfa_list_tu{ float:left; width: 45%;}
.i_jjfa_list_tu img{ width:100%;}
.i_jjfa_list_cont{ float:left; width:35%; margin-left:5%;}
.i_jjfa_list_title{ margin-top: 55px; color: #ff5959; font-size: 18px;}
.i_jjfa_list_title2{ font-size: 18px; line-height: 36px;}
.i_jjfa_list_desc{ margin-top: 30px; font-size: 14px; line-height: 23px;}
.i_jjfa_list_gd{ margin-top: 30px; font-size: 14px;}
.i_jjfa_list_gd a{}

.i_jjfa_list_fr{ float:right; width:10%;}
.i_jjfa_list_fr li{ font-size: 28px; line-height: 25px; color: #bfbfbf; margin-bottom: 46px; text-align: right; cursor: pointer;}
.i_jjfa_list_fr li i{ display:none; margin-right: 15px; font-size: 18px; float: left;}
.i_jjfa_list_fr li.cli1{ color:#005dd1;}
.i_jjfa_list_fr li.cli1 i{ display:block;}

.al_cont{ width:100%;}
.al_cont img{ max-width:100%;}

/*客户评价*/
.i_kh{ width:100%; float:left; background:url(../images/kh_bg.png) top center no-repeat; padding-bottom:25px; margin-top: 70px;     background-size: auto 100%;}
.i_kh_title{width:100%; float:left; text-align:center; font-size: 30px; color: #000; margin-top: 110px; }
.i_kh_title img{ margin-top: 11px;}
.i_kh_text{ width: 80%; float: left; margin: 0 10%; margin-top: 58px; background:url(../images/kh_yy.png) bottom center no-repeat; padding-bottom:40px; background-size: 100%;}
.i_kh_text .kh_pj_kuan{ height:60px; width:100%; float:left;}
.i_kh_text p{ padding: 0 9%; float:left; background:#fff; font-size: 14px; color: #757575;}
.i_kh_text p span{ float: right; margin-right: 15%;}
.i_kh_text .khtop{ background:url(../images/kh_pj_kuan_top.png) bottom center no-repeat #fff;  background-size: 100%;}
.i_kh_text .khbot{ background:url(../images/kh_pj_kuan_bot.png) top center no-repeat #fff; background-size: 100%;}

.i_kh_list{ width: 80%; float: left; margin: 0 10%;}
.i_kh_limun{ width: 4px;}
.scrollpic{max-width:100%;margin:10px auto; position:relative;}
#myscroll{display:block; width:82%; margin:0 auto; position:relative; overflow:hidden;}
#myscroll #myscrollbox{display:block; float:left; position:absolute; left:0; top:0; width:1000000px;}
#myscroll ul{display:block; float:left; list-style-type:none; padding:0; margin:0;}
#myscroll ul li{display:block; float:left; padding:0; margin:0;}
#myscroll ul li a{display:block; float:left;  padding:0 3px; position:relative; color:#333;}
#myscroll ul li a img{ width: 100%;}

#mybtns{position:absolute; width:100%;}
#mybtns a{width:22px; height:45px; display:block; float:left; margin-right:1px; margin-top: 4%;}
#mybtns a:hover{}
#mybtns a:hover, #myscroll, #mybtns a,#myscroll a:hover .intro, #myscroll a .intro,#myscroll #myscrollbox{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#mybtns #left{background-image:url(../images/jt_l.png); float: left; margin-left: 4%;}
#mybtns #right{background-image:url(../images/jt_r.png); float: right; margin-right:4%;}

.kh_bot{width:100%; float:left; text-align:center; margin-top: 25px;}
.kh_bot a{}
.kh_bot img{}





/*新闻资讯*/
.i_news{ width:100%; float:left; background:url(../images/news_bg.png) top center no-repeat;padding-bottom:90px;}
.i_news_title{width:100%; float:left; text-align:center; font-size: 30px; color: #fff; margin-top: 125px; }
.i_news_title img{ margin-top: 11px;}
.i_news_list{ width:100%; float:left;}
.i_news_list_top{ width:100%; float:left; text-align: center; margin-top: 66px;}
.i_news_list_top ul{ display: inline-block;}
.i_news_list_top li,.i_news_list_top li a,.i_news_list_top li a span{margin:0;padding:0;list-style:outside none;height:35px;line-height:35px;display:block;}
.i_news_list_top li{ float:left;display:inline;margin-right:35px;}
.i_news_list_top li:last-child{ margin-right:0px;}
.i_news_list_top li a{padding:0 10px;font-size:12px;color:#fff;position:relative;float:left;text-align:center;font-size: 14px;}
.i_news_list_top li a,.i_news_list_top li a span{background:url(../images/navBg.png) -30px 0 no-repeat;}
.i_news_list_top li a span{position:absolute;top:0;width:30px;}
.i_news_list_top li a .al{left:-30px;background-position:left 0;}
.i_news_list_top li a .ar{right:-30px;background-position:right 0;}
.i_news_list_top li a:hover,.i_news_list_top li.cli1 a{ background:#fff; color:#000;}
.i_news_list_top li a:hover .al,.i_news_list_top li.cli1 a .al{background-position:left -35px;}
.i_news_list_top li a:hover .ar,.i_news_list_top li.cli1 a .ar{background-position:right -35px;}

.i_news_list_bot{ width:100%; float:left; margin-top: 85px;}
.i_news_list_bot li{ float:left; width:23%; margin-right:2.6%; margin-bottom:30px;}
.i_news_list_bot li:last-child{ margin-right:0px;}
.i_news_list_bot li a{ color: #fff; }
.i_news_list_bot li .i_news_time{ width: 60px; height: 60px; border: 1px solid #fff; padding: 10px; font-size: 20px;}
.i_news_list_bot li .i_news_time span{ font-size: 14px;}
.i_news_list_bot li .i_news_title2{  margin-top: 25px; font-size: 14px; line-height: 22px;}
.i_news_list_bot li .i_news_desc{  margin-top: 17px; min-height:70px;}
.i_news_list_bot li .i_news_gd{ width:32px; height:32px; background:url(../images/i_news_gd.png) center center no-repeat; margin-top: 30px;}


/*footer*/
.footer{  width:100%; float:left; background:#191938; padding-top:45px}
.footer_fl{float: left; width: 42%; margin-right: 3%;}
.footer_title{ color:#fff; font-size:16px; padding-bottom: 12px; border-bottom: 1px solid #30304c;}
.footer_cpxl{ width: 100%; float: left; margin-top: 20px;}
.footer_cpxl li{ float: left; width: 49%; margin-right:2%; margin-bottom: 10px;}
.footer_cpxl li:nth-child(2n){ margin-right:0px;}
.footer_cpxl li a{ color: #bcbcbe;}
.footer_cont{ float: left;  width: 23%; margin-right:3%;}
.footer_nav{ width: 100%; float: left; margin-top: 20px;}
.footer_nav li{ float: left; width: 32%; margin-right:2%; margin-bottom: 10px;}
.footer_nav li:nth-child(3n){ margin-right:0px;}
.footer_nav li a{ color: #bcbcbe; width: 100%; float: left; margin-bottom: 8px;}
.footer_ewmfx{ width: 100%; float: left; }
.footer_ewm{float: left; width: 40%;}
.footer_ewm img{ max-width:100%;}
.footer_fx{ float: left; border-left: 1px solid #30304c; margin-left: 3%;  width: 50%;  padding-left: 3%; margin-top: 5%; }
.footer_fx li{ float: left; margin-right: 11px;}
.footer_fx li img{ opacity: 0.7;}
.footer_fx li:hover img{ opacity: 1;}
.footer_fr{ float: left;  width: 27%; }
.footer_logo{ width: 100%; float: left; margin-top: 16px;}
.footer_lx{ padding-left:20px; width: 100%; float: left; margin-top: 10px; color: #fff; font-size: 15px;}
.footer_tel{ background:url(../images/footer_tel.png) left center no-repeat;}
.footer_fax{background:url(../images/footer_fax.png) left center no-repeat;}
.footer_sj{background:url(../images/footer_sj.png) left center no-repeat;}
.footer_mail{background:url(../images/footer_mail.png) left center no-repeat;}
.footer_add{background:url(../images/footer_add.png) left center no-repeat;}

.footer_bot{ width:100%; float:left; border-top: 1px solid #30304c; margin-top:27px; line-height: 45px; color: #bcbcbe; }
.footer_link{ float: left; }
.footer_link a{ color: #bcbcbe; margin-left: 12px;}
.footer_copy{ float:right;}
.footer_copy a{ color: #bcbcbe;}


/*内页*/
.content{ width:100%; float:left;}
.Location{ width: 100%; height: 45px; line-height: 45px; border-bottom: 1px solid #cdcdcd; color:#cdcdcd; font-size:15px; }
.Location span{ margin:0 10px;}
.Location a{ color:#cdcdcd}
.Location a:hover{ color:#2449a4}
.Location_tubiao{ float: left; width: 45px; height: 45px; border-left: 1px solid #cdcdcd; border-right: 1px solid #cdcdcd; text-align: center;}
.Location_tubiao img{ margin-top: 15px;}


.main_fl{ width:22%; float:left; margin-top: 45px;}
.main_fl_title{ color: #fff; background:#2449a4; padding: 5%; font-size: 30px; font-weight: bold;} 
.main_fl_title_tb{ width:100%; background:url(../images/main_fl_title.png) center right no-repeat;}
.main_fl_list{}
.main_fl_list li{ height: 60px; line-height:60px; border: 1px solid #dedede; font-size: 16px; border-top: 0px; color:#666666; overflow:hidden;}
.main_fl_list li a{ float:left; float: left;  padding-left: 10%; width: 90%; color:#444444;}
.main_fl_list li i.main_fl_list_tb{ float: right;  font-style: normal; margin-right: 28px; font-size: 20px; color:#a7a7a7}
.main_fl_list li.on a,.main_fl_list li:hover a{ color:#2449a4; background:#eee;}
.main_fl_list li.on i.main_fl_list_tb,.main_fl_list li:hover i.main_fl_list_tb{ color:#2449a4 }

.main_fl_listcp{}
.main_fl_listcp>ul>li{ line-height:60px; border: 1px solid #dedede; font-size: 16px; border-top: 0px; color:#666666; overflow:hidden;}
.main_fl_listcp>ul>li>span{float:left; width:90%;   padding-left: 10%;}
.main_fl_listcp li a{ float:left;  width: 70%; color:#444444;  height: 60px;  overflow: hidden;}
.main_fl_listcp li i.main_fl_list_tb{ float: right;  font-style: normal;  width: 20%;font-size: 30px; color:#a7a7a7;cursor: pointer;     text-align: center;}
.main_fl_listcp li i.main_fl_list_tb2{ display:none; float: right;  font-style: normal;  width: 20%;font-size: 40px; color:#a7a7a7;cursor: pointer;     text-align: center;}

ul.items{height:0px; overflow: hidden;}
.main_fl_listcp li.active i.main_fl_list_tb{display:none;}
.main_fl_listcp li.active i.main_fl_list_tb2{display:block;}
.main_fl_listcp li.active ul.items{ display:block; width: 100%; float: left; height:100%;}
.main_fl_listcp li.active ul.items>li{  width:90%;   padding-left: 10%; border-top: 1px solid #dedede; float: left;}
.main_fl_listcp li.active ul.items>li>a{ width: 100%;}
.main_fl_listcp li.active ul.items>li:hover{ background:#eee;}
.main_fl_listcp li.active ul.items>li:hover a{ color:#03337d;}

.main_fl_listcp li.on a,.main_fl_listcp li:hover span{  background:#eee;}
.main_fl_listcp li.on a,.main_fl_listcp li:hover span a{ color:#03337d; }
.main_fl_listcp li.on i.main_fl_list_tb,.main_fl_listcp li:hover i.main_fl_list_tb{ color:#03337d }


.main_fl_news{  padding: 20px 10px; border: 1px solid #dedede; overflow: hidden; margin: 30px 0;}
.main_fl_news_title{ width: 94%;  padding: 0 3%; overflow: hidden; border-bottom: 1px solid #dedede; font-size: 18px; color: #2449a4;
 padding-bottom: 10px; margin-bottom: 10px;}
.main_fl_news_list{ width: 94%;  padding: 0 3%;}
.main_fl_news_list li{ border-bottom: 1px dashed;  padding: 5px 0;  width: 100%;}
.main_fl_news_list li .fl_news_title{    font-size: 16px; overflow: hidden; text-overflow: ellipsis;  white-space: nowrap;}
.main_fl_news_list li .fl_news_desc{  color: #838383; font-size:12px; height: 40px; overflow: hidden;}


.main_fl_pro{  padding: 20px 10px; border: 1px solid #dedede; overflow: hidden; margin: 30px 0;}
.main_fl_pro_title{ width: 94%;  padding: 0 3%; overflow: hidden; border-bottom: 1px solid #dedede; font-size: 18px; color: #2449a4;
 padding-bottom: 10px; margin-bottom: 10px;}
.main_fl_pro_list{ width: 94%;  padding: 0 3%;}
.main_fl_pro_list li{ border-bottom: 1px dashed;  padding: 5px 0;  width: 100%; float: left;}
.main_fl_pro_list li .fl_pro_tu{ float: left; width:30%;}
.main_fl_pro_list li .fl_pro_tu img{ width:100%;}
.main_fl_pro_list li .fl_pro_cont{ float: left; width:70%;}
.main_fl_pro_list li .fl_pro_title{    font-size: 16px; overflow: hidden; text-overflow: ellipsis;  white-space: nowrap;}
.main_fl_pro_list li .fl_pro_desc{  color: #838383; font-size:12px; height: 40px; overflow: hidden;}


.main_fl_lx{  padding: 20px 10px; border: 1px solid #dedede; overflow: hidden; margin: 30px 0;}
.main_fl_lx_title{ width: 94%;  padding: 0 3%; overflow: hidden; border-bottom: 1px solid #dedede; font-size: 18px; color: #2449a4;
 padding-bottom: 10px; margin-bottom: 10px;}
.main_fl_lx_cont{}
.main_fl_lx_cont span{ font-size: 14px; }
.main_fl_lx_cont p{ width: 94%;  padding: 0 3%; font-size: 14px; margin-bottom: 15px; color:#242424;}
.main_fl_lx_bot{ width: 94%;  padding: 0 3%;}
.main_fl_lx_tb{ width: 50px; height: 50px; float:left; background: #2449a4;}
.main_fl_lx_tb img{ width:100% }
.main_fl_lx_text{ width: 100px;float:left; border-left: 1px solid #fff; color:#fff; text-align:center; line-height:50px;  background:#2449a4; font-size: 16px; }


.main_fr{ float: right; width: 69%; margin:45px 2%; padding:2%; border: 1px solid #dedede;}
.main_fr .main_fr_title{ text-align: center; font-size: 20px; color: #2449a4; line-height: 25px; padding-bottom: 20px; margin: 10px 0;}
.main_fr .main_fr_tiem{ text-align: center; font-size: 14px; padding-bottom: 20px;}
.main_fr .main_fr_xian{ background:url(../images/main_fr_xian.png) center top no-repeat; width: 100%; height: 3px;}
.main_fr_info{ width:100%; min-height:300px; padding: 5% 0 0;}
.main_fr_info img{ max-width:100%;}

.gduo{ text-align: right; width:100%;}
.gduo span{ text-align: left; float: left;}

/*内页产品*/
.image_list{ width:100%;}
.image_list li{ width: 32%;  float: left;  margin-right:2%; margin-bottom:30px;  text-align: center;}
.image_list li span{  border: 1px solid #dedede; float:left; padding-bottom:20px; width: calc(100% - 1px); float: left;}
.image_list_tu{ width:100%; overflow: hidden; padding-top: 100%; position: relative;}
.image_list_tu img{  width: auto; height: 100%; position: absolute; top: 0; left: 50%; max-width: none; transform: translateX(-50%);
-ms-transform: translateX(-50%); -webkit-transform: translateX(-50%);}
.image_list_cont{ /*height: 50px;*/ padding-top:5px; line-height: 22px; font-size: 14px;}
.image_list_title{ width:96%; height:25px;margin-bottom:15px; overflow: hidden;text-overflow: ellipsis;white-space: nowrap; color:#2449a4; padding: 0 2%; font-size:16px; }
.image_list_cpgd{ width: 80%;  margin: 0 auto; height:40px; line-height:40px; border: 1px solid #dedede; border-radius: 25px; }
.image_list_cpgd a{ color:#777777;}
.image_list_cpgd a:hover{ color:#2449a4;}
.image_list_xq{ width: 100%; float:left;}
.image_list_zx{ width: 50%; float:left;}

.image_list2{ width:100%;}
.image_list2 li{ width: 32%;  float: left;  margin-right:2%; margin-bottom:30px;  text-align: center;}
.image_list2 li span{  border: 1px solid #dedede; float:left; padding-bottom:20px; width: 100%; float: left;}
.image_list2_tu{ width:100%; max-height: 280px; overflow: hidden;}
.image_list2_tu img{  width: 100%;}
.image_list2_cont{ /*height: 50px;*/ padding-top:5px; line-height: 22px; font-size: 14px;}
.image_list2_title{ width:96%; height:25px;margin-bottom:15px; overflow: hidden;text-overflow: ellipsis;white-space: nowrap; color:#2449a4; padding: 0 2%; font-size:16px; }
.image_list2_cpgd{ width: 80%;  margin: 0 auto; height:40px; line-height:40px; border: 1px solid #dedede; border-radius: 25px; }
.image_list2_cpgd a{ color:#777777;}
.image_list2_cpgd a:hover{ color:#2449a4;}
.image_list2_xq{ width: 100%; float:left;}
.image_list2_zx{ width: 50%; float:left;}


.pagingNav {
	padding: 5px 10px;
	margin-top: 20px;
	margin-bottom: 20px;

}
.pagingNav p {
	height: 30px;
	line-height: 30px;
}
.pagingNav .uls {
	overflow: hidden;
	width: 100%;
	text-align: center;
}
.pagingNav .uls li{ 
    display: inline-block;
    text-align: center;
	list-style:none;
 	margin-left: 5px;
	padding: 0 10px;
	height: 28px;
	line-height: 28px;
	/*border: 1px solid #EBEBEB;*/
	text-decoration: none;
}
.pagingNav .uls a {


}
.pagingNav .uls a.cur,.pagingNav .uls li.thisclass{
	/*background-color: #0080cc;
	border-color: #0080cc;
	color: #fff;*/
}
.pagingNav .uls .tBtn:hover {
	background-color: inherit;
	color: inherit;
background-color:transparent;
color:#666;
}


/*相关样式*/
#showbox { background:#eee; width:100%;}
#showbox span { background:url(../images/whitebg.png) repeat;}
#showsum {  margin-top:10px;   width: 100% !important;}
#showsum p{ left:0px !important; position: inherit !important; margin:0 auto;}
#showsum span { border:1px solid #ddd;}
#showsum span.sel { border:1px solid #f60;}

.showpage { width:100%; position:relative;}
.showpage a { display:block; width:45px; height:45px; line-height:45px; background:#cccccc; text-align:center; font-size:18px; position:absolute; left:0; top:-250px; text-decoration:none; color:#fff; z-index: 99999;}
.showpage a#shownext { left:auto; right:0;}
.showpage a:hover { background:#ccc; color:#777;}

.sumwh{ width:35px; height:35px; display:none;}
.sumis{ width:10px; height:4px;  display:none;}

.images_info_top{ width: 100%; float: left; border-bottom: 1px solid #dedede;}
.images_info_tu{ width:49%; float:left; border-right: 1px solid #dedede;}

.images_info_cont{ float: left; width: 47%; margin-left: 2%;}
.images_info_title{ font-size: 22px; color:#000; border-bottom: 1px solid #dedede; line-height: 65px;}
.images_info_desc{ width: 100%; min-height: 150px; font-size: 14px; padding-top: 20px; padding-bottom: 30px;}
.images_info_zx{  text-align: center; width: 35%; float:left; background: #2449a4; color: #fff; font-size: 20px; height: 50px; line-height: 50px; border-radius: 25px;}
.images_info_zx a{ color:#fff; padding-right:30px; background:url(../images/cp_xq_zx.png) center right no-repeat;}

.images_info_tel{ float:left;  height: 50px;  font-size: 14px; padding-left:50px; background:url(../images/cp_xq_tel.png) center left no-repeat; line-height: 23px; margin-left: 2%;}
.images_info_tel span{  color:#2449a4;  font-size: 20px; }
.images_info_cont .foot_fx{ margin-top: 20px;}
.images_info_cont .foot_fx_title{ color:#696969;}

.images_info_bot{ width: 100%; float: left;}
.pro_info_title{ width: 96%; margin:0 auto; margin-top:25px; text-align: center;  height: 50px; line-height: 50px; border-bottom: 1px solid #dedede;color:#696969; font-size:24px;}
.pro_info_title span{ float:left; width:150px; height: 50px; background:#2449a4;  font-size: 20px; color: #fff;}
.pro_info{ width: 96%; margin-left:2%; float: left; min-height: 250px; margin-top:20px; margin-bottom: 30px;}

.pro_info img{ max-width:100%;}

.images_message{ width: 96%;  margin:0 auto;}
.pro_message_title{ width: 100%; text-align: center;  height: 70px; line-height: 70px;  border: 1px solid #dedede; color:#696969; font-size:24px;}

.pro_message_input{ width:100%; float:left; margin-top:15px;}
.pro_message_input li{ width:50%; float:left; margin: 15px 0; text-align: center;}

.pro_message_input li input{ width: 90%; height: 40px; padding: 0 3%; border:1px solid #dedede;}
.pro_message_input li input#name{ background:url(../images/cp_ly_name.png) center right no-repeat;}
.pro_message_input li input#tel{ background:url(../images/cp_ly_tel.png) center right no-repeat;}
.pro_message_content{ width:100%; text-align: center; margin-top:15px; float:left;}

.pro_message_content textarea{ width:94%; padding:3% 2%; height:100px; background:url(../images/cp_ly_cont.png) top right no-repeat;  border:1px solid #dedede;}
.pro_message_submit{ width:100%; float:left; text-align:center; margin-bottom:10px;}
.pro_message_submit input.coolbg{ width: 50%; height: 50px;background: #2449a4; color: #fff; border: 0px; font-size:16px;
margin-top: 50px;}

.pro_tj_gs{ width:3px; display:none;}
.pro_list_hot{ width: 100%; float: left;}
.pro_hot_title{ width: 100%; margin-top:25px; text-align: left;  height: 50px; line-height: 50px;  border-bottom: 1px solid #dedede;color:#2449a4; font-size:20px; margin-bottom: 30px;}
.pro_hot_list{ width: 100%; float: left; margin-top:40px;}
.pro_hot_list li{ width: 24%;  float: left; margin-right: 1.3%; text-align: center;}
.pro_hot_list li .pro_hot_tu{ width:100%;}
.pro_hot_list li .pro_hot_tu img{  width:100%;}
.pro_hot_list li .pro_hot_title2{ height:30px; line-height:30px; font-size:14px;}


#mybtns_pro_tj{position:relative; width:100%;}
#mybtns_pro_tj a{width:22px; height:45px; display:block; float:left; margin-right:1px; margin-top: 4%; position:absolute;  z-index:999;}
#mybtns_pro_tj a:hover{}
#mybtns_pro_tj a:hover, #myscroll_pro_tj, #mybtns_pro_tj a,#myscroll_pro_tj a:hover .intro, #myscroll_pro_tj a .intro,#myscroll_pro_tj #myscrollbox{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#mybtns_pro_tj #left{background-image:url(../images/jt_l.png); float: left; left: 1%; margin-top: 15%;}
#mybtns_pro_tj #right{background-image:url(../images/jt_r.png); float: right; right:1%; margin-top: 15%;}


#myscroll_pro_tj{display:block; width:100%; margin:0 auto; position:relative; overflow:hidden;}
#myscroll_pro_tj #myscrollbox{display:block; float:left; position:absolute; left:0; top:0; width:1000000px;}
#myscroll_pro_tj ul{display:block; float:left; list-style-type:none; padding:0; margin:0;}
#myscroll_pro_tj ul li{display:block; float:left; padding: 0px; margin: 0px;}



.nnews_list{  width:100%;}
.nnews_list li{ width:100%; float:left; margin-bottom:20px; padding-bottom:20px; border-bottom: 1px solid #dedede;}
.nnews_list li .news_time{  float: left; width: 20%; text-align: center; height: 120px;  color: #272727; background: #e5e5e5;
font-size: 19px;  line-height: 40px;}
.nnews_list li .news_time span{ font-size: 35px; margin-top: 30px;  width: 100%;  float: left;}
.nnews_list li .news_cont{ width:68%; margin-left:2%; float: left; }
.news_cont_title{ font-size: 18px; color: #000; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.news_cont_desc{ font-size: 14px; }
.nnews_list li:hover .news_time{ background: #2449a4;  color:#fff;}
.news_tb{ width:39px; height: 120px; float: left; background:url(../images/news_tb.png) left center no-repeat; margin-left: 20px;}
.nnews_list li:hover .news_tb{ background:url(../images/news_tb.png) right center no-repeat;}


.down_list{  width:100%;}
.down_list li{ width:100%; float:left; margin-bottom:20px; padding-bottom:20px; border-bottom: 1px solid #dedede;}
.down_list li .down_time{  float: left; width: 20%; text-align: center; height: 120px;  color: #272727; background: #e5e5e5;
font-size: 19px;  line-height: 40px;}
.down_list li .down_time span{ font-size: 35px; margin-top: 30px;  width: 100%;  float: left;}
.down_list li .down_cont{ width:68%; margin-left:2%; float: left; }
.down_cont_title{ font-size: 18px; color: #2449a4; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.down_cont_desc{ font-size: 14px;      margin-top: 30px}
.down_cont_desc img{ margin-right:10px;}
.down_list li:hover .down_time{ background: #2449a4;  color:#fff;}
.down_tb_kuan{ width:10%; float:left; overflow:hidden;}
.down_tb{ width:50px; height: 120px; float: left; background:url(../images/down_xz.png) left center no-repeat; margin-left: 20px;}
.down_list li:hover .down_tb{ background:url(../images/down_xz.png) right center no-repeat;}


.workshop_list{ width:100%;}
.workshop_list ul.honor_list{ width:100%; float: left; /*background:url(../images/honor_list.png);*/}
.workshop_list li{ width: 30%;  float: left;  margin:0 2% 20px;  text-align: center;}
.workshop_list_tu{ width:100%; height: 200px; display: table-cell; vertical-align: middle; text-align: center;}
.workshop_list ul.honor_list .workshop_list_tu{ border: 1px solid #dedede; height: 300px;}
.workshop_list_tu img{ display: inline-block;  max-width: 100%; max-height: 100%;}
.workshop_list_title{ height: 50px; line-height: 50px; font-size: 16px; overflow:hidden;}


/*解决方案*/
.jjfa_list{ width:100%;}
.jjfa_list li{ width: 32%;  float: left;  margin-right:2%; margin-bottom:30px;  text-align: center;}
.jjfa_list li span{  border: 1px solid #dedede; float:left; padding-bottom:20px;}
.jjfa_list_tu{ width:100%; max-height: 190px; overflow: hidden;}
.jjfa_list_tu img{ width:100%}
.jjfa_list_cont{ height: 50px; padding-top:5px; line-height: 22px; font-size: 14px;}
.jjfa_list_title{ width:96%; height:25px;margin-top:15px; text-align:left; overflow: hidden;text-overflow: ellipsis;white-space: nowrap; color:#000000; padding: 0 2%; font-size:16px; }
.jjfa_list_desc{ width:96%; padding: 0 2%; font-size: 13px; text-align:left; margin-bottom: 15px; height:65px; overflow:hidden;}
.jjfa_list_cpgd{ width: 80%;  margin: 0 auto; height:40px; line-height:40px; border: 1px solid #dedede; border-radius: 25px; }
.jjfa_list_cpgd a{ color:#777777;}
.jjfa_list_cpgd a:hover{ color:#2449a4;}
.jjfa_list_xq{ width: 100%; float:left;}
.jjfa_list_zx{ width: 50%; float:left;}

.contact_top{  width: 100%; float: left;}
.contact_top li{ background-image: -webkit-linear-gradient(0deg, #f4f4f4, #fff); width:33%; float:left; border: 1px solid #e5e5e5; height:330px;}
.contact_top_tu { width:100%; text-align:center; margin-top: 50px; margin-bottom: 30px;}
.contact_top_tu img{max-width:100%;}
.contact_top_cont{width:96%; padding:0 2%; }
.contact_top_cont p{ width:100%; text-align: center; font-size: 15px; color: #4f4e4e;}
.contact_map{ margin-top: 50px; margin-bottom: 50px;  width: 100%; float: left; }

/*Online Service*/
.kf-sidebar{position: fixed;top: 250px;right: 10px;z-index: 999;}
.kf-sidebar li{width: 55px;height: 55px;margin-bottom: 1px;position: relative;}
.kf-sidebar .sidebox{display: block;width: 55px;height: 55px;position: absolute;top: 0;right: 0;overflow: hidden;transition: ease-in-out 0.2s;}
.kf-sidebar .tb{display: block;width: 55px;height: 55px;position: absolute;top: 0;left: 0;}
.kf-sidebar li:hover .tb{background-color: rgba(0,0,0,0.3) !important;}
.kf-sidebar p{line-height: 55px;text-align: center;color: #FFFFFF !important;font-size: 20px;float: left;position: absolute;top: 0;left: 55px;}

.kf-sidebar .kf-tel .sidebox{background-color:#2449a4;}
.kf-sidebar .kf-qq .sidebox{background-color: #2449a4;}
.kf-sidebar .kf-weixin .sidebox{background-color: #2449a4;}
.kf-sidebar .kf-ww .sidebox{background-color: #2449a4;}
.kf-sidebar #goTop{background-color: #2449a4;cursor: pointer;}

.kf-sidebar .kf-tel .tb{background: url(../images/kf_tel.png)no-repeat center;}
.kf-sidebar .kf-qq .tb{background: url(../images/kf_qq.png)no-repeat center;}
.kf-sidebar .kf-weixin .tb{background: url(../images/kf_weixin.png)no-repeat center;}
.kf-sidebar .kf-ww .tb{background: url(../images/kf_ww.png)no-repeat center;}
.kf-sidebar #goTop .tb{background: url(../images/gotop.png)no-repeat center;}

.kf-sidebar .kf-tel p{width: 180px;}
.kf-sidebar .kf-tel:hover .sidebox{width: 235px;}
.kf-sidebar .kf-qq p{width: 140px;}
.kf-sidebar .kf-qq:hover .sidebox{width: 195px;}
.kf-sidebar .kf-ww p{width: 140px;}
.kf-sidebar .kf-ww:hover .sidebox{width: 195px;}

.kf-sidebar .ewm{position: absolute;top: -53px;right: 55px;padding-right: 15px;display: none;}
.kf-sidebar .ewm .box{padding: 5px;background: #FFFFFF;border: 1px solid #02963F;}
.kf-sidebar .ewm .box img{display: block;width: 150px;height: 150px;}


.i_cpgd{  width:100%; float: left; padding-bottom: 50px; border-bottom: 1px solid #eee;}
.zty_rsg_4_list{ width: 100%;  float: left; margin:50px 0;    position: relative;}
#zty_rsg_4_lbox{  width: 100%;  float: left; position:relative;   height:390px; overflow:hidden;}
.zty_rsg_4_list ul{display:block; float:left; position:absolute; left:0; top:0; width:1000000px; transition:0.5s;}
.zty_rsg_4_list li{ float:left; overflow:hidden; margin:0 14px; border: 1px solid #eee;}
.zty_rsg_4_list li .zty_rsg_4_list_tu{ float:left; width:100%; position:relative; padding-bottom:100%;}
.zty_rsg_4_list li .zty_rsg_4_list_tu img{ position:absolute; height:100%; left:50%; transform:translateX(-50%); }
.zty_rsg_4_list li .zty_rsg_4_list_title{ float: left; width: 100%; height: 40px; line-height: 40px; border-top: 1px solid #eee;font-size: 14px; overflow:hidden; text-align: center;}
.zty_rsg_4_list li:hover .zty_rsg_4_list_title{ background: #2449a4; color: #fff;}

#mybtns2{position:absolute; width:100%; top: 50%; transform: translateY(-50%);}
#mybtns2 a{width:22px; height:45px; display:block; float:left; margin-right:1px;}
#mybtns2 a:hover{}
#mybtns2 a:hover, #mybtns2 a{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#mybtns2 #left2{background-image:url(../images/jt_l.png); float: left; margin-left: -4%;}
#mybtns2 #right2{background-image:url(../images/jt_r.png); float: right; margin-right:-4%;}

.i_cpgd_gs{ display:none; width:4px;}
.i_cpgd_gd{  width:100%; float: left; text-align:center;}
.i_cpgd_gd a{     font-size: 16px;  border: 1px solid #d3d3d3;  padding: 10px 50px;}
.i_cpgd_gd a:hover{ background: #2449a4; color: #fff;}



.sp_header{ display: none;}
	
.sp_nav_xjb{ background:url(../images/head_nav_xia.png) center bottom no-repeat; width:30px; height:30px;}
.sjj_nav_i_se{ background:url(../images/head_nav_xia.png) center top no-repeat;}

.sjj_nav ul li form{ margin:15px 0; float: left; width: 100%;}	
.sjj_nav ul li .soText {
	float: left;
	width:70%;
	height: 30px;
	line-height: 30px;
	padding:0 2%;
	color: #333;
	border: 1px solid #ddd;
	background:#eeeeee;
	outline: none;
	border-right:0px;
	color:#666;
	font-size:14px;
}
.soText::-webkit-input-placeholder { color:#666;}
.sjj_nav ul li .soBtn {
	float: left;
	width: 20%;
	height: 32px;
	border: 1px solid #2449a4;
	line-height: 32px;
	
	background: url(../images/soBtn.png) no-repeat center center #2449a4;
}

.footer_fd_kuan{ display:none;}
.footer_fd,#gotop_wap{ display:none;}

@media (min-width: 1500px){
	.jjfa_list_tu{ max-height:260px;}
	.i_kh_text .kh_pj_kuan{height: 80px;}
	.i_cpxl_list li a{ text-align:center;}
	.i_cpxl_list li .i_cpxl_list_tu{ display: inline-block;}	
	.i_cpxl_list li .i_cpxl_list_tu img{    margin-top: 25px;}
	.i_cpxl_list li.active a,.i_cpxl_list li.active1 a{ text-align:left;}
	.i_cpxl_list li.active .i_cpxl_list_tu,.i_cpxl_list li.active1 .i_cpxl_list_tu { display: table-cell;}
	.i_cpxl_list li.active .i_cpxl_list_tu img.i_cpxl_list li.active1 .i_cpxl_list_tu img{    margin-top:0px;}
	
}
@media (min-width: 1000px){
	.i_cpxl_list li.active1{width: 49%; transition: 0.5s;}
	.i_cpxl_list li.active1 .i_cpxl_list_cont{ opacity:1;}
}
@media (max-width: 1300px){
	.header_logo_gg{ display:none;}
	}
@media (max-width: 1199px){
	
	
	.i_cpxl_list li .i_cpxl_list_cont{ left: 250px; width: 40%;}
	.i_cpxl_list li .i_cpxl_list_cont .i_cpxl_list_title{ font-size: 20px;}
	.i_kh{ background-size: auto 100%;}
	.i_kh_text{ padding-bottom: 30px;}
	.footer_fx{ margin-top:0px;}
	
}
@media (max-width: 1099px){
	
	.images_info_zx{ width: 100%;}
	.header_tel{ float: left; font-size:0px; padding-left: 50px; background: url(../images/head_tel2.png) bottom left no-repeat;}
	.header_tel span{ font-size: 0px;}
	
}
@media (max-width: 999px){
	
	.sp_header{ display: block;}
	.header_fr{ margin-top: 18px;}
	.header_search,.header_lang{ display:none;}	
	.header_tel{ margin:0px; }	
	.head_nav_wap{ margin-left: 10px; margin-top: 7px; border-left: 1px solid #d9d9d9;}
	.header_nav{ display:none;}
	
	.i_cpxl_list li{ width: 32% !important; margin-right: 2%;}	
	.i_cpxl_list li .i_cpxl_list_tu{ height:auto;}
	.i_cpxl_list li .i_cpxl_list_title2{ display:block;}
	.i_cpxl_list li.active .i_cpxl_list_cont{ opacity:0;}
	
	.i_wmdsl{ padding-bottom: 30px;}
	.i_wmdsl_list li{ width: 49%; margin-bottom:20px; margin-right:2%;}
	.i_wmdsl_list li:nth-child(2n){margin-right:0px;}
	.i_wmdsl_list li .i_wmdsl_list_title,.i_wmdsl_list li .i_wmdsl_list_desc{ margin-top: 20px;}
	.i_jjfa_list{ margin-top: 100px;margin-bottom:0px;}
	.i_jjfa_list_title{  margin-top: 30px;}
	.i_jjfa_list_cont{ width: 50%;}
	.i_jjfa_list_fr li{margin-bottom: 36px;}
	.i_jjfa_list_fr li i{ font-size: 12px;    margin-right: 10px;}
	.i_kh_limun {  width:3px;}	
	.footer_fl{ width: 100%; margin-bottom:30px; margin-right:0px;}
	.footer_cont{ width: 48%;}
	.footer_ewm{ 	max-width: 100px;}
	.footer_fx{ margin-top: 15px; max-width: 140px;}
	.footer_fr{ width: 48%;}
	
	
	.main_fr{ float: left; width: 96% !important; margin: 45px 0;}
	.main_fl{ width: 100%; margin-top:0px; display: none;}
	.main_fl_title{ padding: 2%}
	.main_fl_list li a{ padding-left:5%; width: 95%;}
	.main_fl_lx{ display:none;}
	.main_fl_list{  margin-bottom: 30px;}

	.n_banner{ background-size: 180% !important; height:270px !important;}

	.images_info_tu{ width:100%; overflow: hidden; border-right:0px;  border-bottom: 1px solid #dedede; padding-bottom: 30px;}
	.images_info_cont{ width: 96%; margin: 2%;}
	#showbox span,#showbox p{ display:none !important;}
	#showsum{ width: 100% !important;}
	.images_info_zx{  width: 35%;}
	
	.i_cpgd_gs{ display:none; width:3px;}
	
}

@media (max-width: 899px){	
	
	
	.i_kh_text{ padding-bottom: 20px;}	
	
	.n_banner{ background-size: 180% !important; height:240px !important;}
	
}	
@media (max-width: 799px){
	
	

	.header_logo_gg{ display:none;}
	
	.i_jjfa_list_fr li{ font-size: 20px;}
	.i_news{ background-size: auto 100%; padding-bottom: 30px;}
	.i_news_title,.i_kh_title{  margin-top: 90px;}
	.i_news_list_bot li{ width: 49%; margin-right: 2%;}
	.i_news_list_bot li:nth-child(2n){ margin-right:0px;}
	.i_news_list_bot li a{ text-align: center;}
	.i_news_list_bot li .i_news_time,.i_news_list_bot li .i_news_gd{ margin:0 auto;}
	
	#lightbox-container-image-box{ max-width: 100%; height:auto !important;}
	#lightbox-container-image img#lightbox-image{ width:100%;}
	#lightbox-container-image-data-box{ max-width: 95%;}	
	
	.n_banner{ background-size: 180% !important; height:210px !important;}	
	.workshop_list li{ width: 46%;}
	.image_list li{ width: 46%; padding: 2%;margin-right:0px;}
	.jjfa_list li{width: 46%; padding: 2%; margin-right:0px;}
}
@media (max-width: 699px){
	
	
	
	.main_content{ width: 90%;}

	.i_wmdsl_list{ margin-top: 30px;}
	.i_about{ padding-bottom: 30px;   background: #f1f6fb;}
	.i_about_fl{  width: 97%; margin-top: 50px;}
	.i_about_fr{ width: 100%; margin-right: 0%;  margin-top: 30px;}
	.i_about_fr_more,.i_about_fr_title2{ margin-top: 30px;}
	.i_about_fr_desc{min-height:auto;}
	.i_jjfa{ background:none;}	
	.i_jjfa_list{ margin-top: 50px;}
	.i_jjfa_top_title{ margin-left:0px;}
	.i_jjfa_list_fl{ width: 100%;}
	.i_jjfa_list_fr{ width: 100%; text-align: center;  margin-top: 30px;}
	.i_jjfa_list_fr ul{ display: inline-block;}
	.i_jjfa_list_fr li{ float:left;margin:0 15px}
	.i_kh_limun {  width:2px;}
	#mybtns a{ margin-top: 10%;}
	.i_kh_text .kh_pj_kuan{    height: 40px;}
	.i_news_list_bot li .i_news_gd{   display: none;}
	.kh_bot{ display: none;}
	
	.footer_fl,.footer_cont,.footer_fr,.footer_link{ display:none;}
	.footer{ padding-top:0px;}
	.footer_bot{ margin-top:0px;}
	.footer_copy{  width:100%; text-align:center; line-height: 25px; padding-top: 10px;}
	
#gotop_wap{display:block;}	
#gotop_wap {
    position: fixed;
    bottom: 80px;
    right: 5px;
    background: url(../images/gotop1.png) no-repeat 14px 15px rgba(0,0,0,0.5);   
    width: 40px;
    height: 40px;
    border-radius: 4px;
    cursor: pointer;
    z-index: 999;
}
.footer_fd_kuan{ display:block;width: 100%; float:left; height: 60px;}
.footer_fd{ display:block;  width: 100%; position: fixed;  bottom: 0px;  height: 60px; background: #191938; box-shadow: 0px 0px 14px #040404; z-index: 99999;}
.footer_fd li{ width:25%; float:left; text-align:center;}
.footer_fd li a{ color:#fff; width: 100%; float: left; line-height: 30px;}
.footer_fd li .footer_fd_tu{ width: 100%; height:20px; float:left; text-align:center; margin-top:10px;}
.footer_fd li .footer_fd_tu img{ height:100%;}
.footer_fd li .footer_fd_title{}
	
	.kf-sidebar{display:none;}
	
	.n_banner{ background-size: 180% !important; height:190px !important;}
	
	.news_tb{ display:none;}
	.nnews_list li .news_cont{ width: 78%;}
	.news_cont_desc{ height:75px; overflow:hidden;}
	.gduo{text-align:left;}
	.gduo span{ width: 100%;  float: left; margin-bottom: 10px;}
	.down_list li .down_cont{  width: 58%;}
	.down_tb_kuan{ width: 20%;}	
	.contact_top li{ width: 100%; border:0px; border-bottom: 1px solid #e5e5e5;}
	
	.pro_tj_gs{ width:2px; display:none;}
	
	.i_cpgd_gs{ display:none; width:2px;}
	
}
@media (max-width:599px){
	
	
	
	.i_jjfa_list_tu{ width: 100%;}
	.i_jjfa_list_cont { width: 100%; margin-left: 0px;}
	.n_banner{ background-size: 180% !important; height:160px !important;}
	
	.Location{ font-size: 12px;}	
	.workshop_list ul.honor_list .workshop_list_tu{  height: 250px;}
	
}
@media (max-width:499px){
	
	
	.header_logo img {  height: 65px; margin-top: 15px;}
	.i_cpxl_list{ margin-top: 30px;}
	.i_cpxl_list li{ width:100% !important; margin-right:0px;}
	.i_cpxl_list li a{text-align:center;}
	.i_cpxl_list li .i_cpxl_list_tu{ display: inline-block;}
	.i_kh_text{ padding-bottom:10px; width: 100%; margin:0px; margin-top: 30px;}
	.i_kh_list{ width: 100%; margin:0px; }
	#mybtns #left{margin-left:0px;}
	#mybtns #right{ margin-right:0px;}
	.i_news_list_bot{  margin-top: 50px;}
	
	.n_banner{ background-size: 180% !important; height:130px !important;}
	
	
	.workshop_list li{ width: 96%;}
	.workshop_list ul.honor_list .workshop_list_tu{ height: auto; border:0px;}
	
	.image_list li{  width: 96%;}
	
	.jjfa_list li{ width: 96%;}
	
	.news_cont_title{ font-size: 16px;}
	.nnews_list li .news_time{ font-size: 12px; line-height: 24px;  height: 100px;}
	.nnews_list li .news_time span{ font-size: 25px;}
	.news_cont_desc{ font-size: 12px; height: 65px;}
	
	.down_cont_title{ font-size: 16px;}
	.down_list li .down_time{ font-size: 12px; line-height: 24px;  height: 100px;}
	.down_list li .down_time span{ font-size: 25px;}
	.down_cont_desc{ font-size: 12px; height: 65px; margin-top: 10px;}
	.down_tb{ margin-left:0px;}
	
	.images_info_zx{ width: 100%; margin-bottom: 20px;}	
	.images_info_tel{ display:none;}
	
	.pro_tj_gs{ width:1px; display:none;}
}
@media screen and (max-width: 399px){
	
	.header_logo img {  height: 60px; margin-top: 20px;}
	.i_jjfa_list_fr li{ margin: 0px 10px;}
	
	.n_banner{ background-size: 180% !important; height:100px !important;}
}