  @charset "utf-8";

/*==========@@HTML默认 开始@@==========*/

/*基本*/

*{ padding:0px; margin:0px }

body, div, dl, dt, dd, ul, ol, li,h1, h2, h3, h4, h5, h6, pre, code,form,fieldset, 

legend, input, button,textarea, p, blockquote, th, td { margin: 0; padding: 0;}

body{color:#0f0f0f;	margin:0px auto; font-family:"微软雅黑"; font-size:14px; background:url(../images/bj.jpg) no-repeat center top;}

div{ margin:0; padding:0; border:0; }

img{ margin:0; padding:0; border:0; }

p{ margin: 0px; line-height:1.8em}

b,strong {font-weight: bold;}

table { border-collapse: collapse; border-spacing: 0; /* Remove most spacing between table cells.*/font-family: Arial, Helvetica, sans-serif;}

li{ list-style: none outside none;}

#page {width:600px;height:27px;margin:12px auto;}
.pageMoreTop {font-size:14px;color:#333;height:27px;line-height:25px;margin:0 auto;text-align:center;}
.pageMoreTop ul {text-align:center;height:27px;}
#page span {float:left;margin-right:5px;font-size:14px;display:block;background:#ffffff;}

#page a {font-size:14px;text-decoration:none;color:#333;margin-right:5px;display:block;border:1px solid #e3e3e3;float:left;padding: 0 10px;}
.pageMoreTop ul li a:hover {background:#11bda4;color:#fff;text-decoration:none;border:1px solid #e3e3e3; }
.pageMoreTop ul li.down a {font-size:12px;text-decoration:none;color:#333;width:52px;display:block;border:1px solid #e3e3e3;}
.pageMoreTop ul li.end a {font-size:12px;text-decoration:none;color:#333;width:52px;display:block;border:1px solid #e3e3e3;}
.pageMoreTop ul li.down a:hover {font-size:12px;text-decoration:none;color:#fff;width:52px;display:block;border:1px solid #e3e3e3;}
.pageMoreTop ul li.end a:hover {font-size:12px;text-decoration:none;color:#fff;width:52px;display:block;border:1px solid #e3e3e3;}
.pageMoreTop ul li.linkOn {color:#fff;text-decoration:none;background:#11bda4;width:22px;display:block;border:1px solid #e3e3e3;}
.pageMoreTop ul li.linkOn a{color:#ffffff;}

/*链接*/

a{ text-decoration:none; color:#c00; background: transparent;  outline:none}

a:visited { outline:none;}

a:focus { outline:none; }

a:hover{ color:#c00; outline:none; }

a:active{ color:#222; outline:none; }



/*标题*/

h1 { font-size: 1.3em;margin:  0;}

h2 {font-size: 1.2em; margin: 0;}

h3 { font-size: 1.17em;margin: 0;}

h4 {font-size: 1em;margin:0;}

h5 {font-size: 0.83em;margin: 0;}

h6 { font-size: 0.67em;margin: 0;}



/*表单*/

form {margin: 0;}

button,input,select,textarea { font-size: 100%;margin: 3px; vertical-align: baseline; *vertical-align: middle; }

button,select {text-transform: none;}

input{padding:2px;background-color: #FFFFFF;border: 1px solid #ccc;width:99%;line-height: normal;}

textarea{padding: 2px;color: #000000;background-color: #fff;width:99%;}



/*其它*/

blockquote {margin: 1em 40px;}

dfn {font-style: italic;}

hr {-moz-box-sizing: content-box;box-sizing: content-box;height: 0;}

code, kbd, pre, samp {font-size: 1em;}

pre {margin: 1em 0; white-space: pre;white-space: pre-wrap;word-wrap: break-word; }

small {font-size: 80%;}

sub,sup {font-size: 75%;line-height: 0; position: relative;vertical-align: baseline; /* Prevent `sub` and `sup` affecting `line-height` in all browsers.*/}

sup {top: -0.5em;}

sub {bottom: -0.25em;}

dl{margin: 1em 0;}

dd {margin: 0 0 0 40px;}

/*==========@@HTML默认  结束@@==========*/





/*==========@@元件 开始@@==========*/

/*常用颜色*/

.blue {color: #00F !important;}

.green {color: #0F0 !important;}

.red {color: #F00 !important;}

.black {color: #000000 !important;}

.white {color: #FFFFFF !important;}

.gray { color:gray; !important; }

.purple { color:purple;  !important;}



/*浮动*/

.clear { display:block; clear:both; height:3px; overflow:hidden; line-height:3px; }

.float_left { float:left; }

.float_right { float:right; }



/*对齐方式*/

.left { text-align: left}

.right {text-align: right}

.center{ text-align: center}



/*按钮*/

.btn {-webkit-border-radius: 3px;-moz-border-radius: 3px;-ms-border-radius: 3px;  -o-border-radius: 3px;  border-radius: 3px;

  display: -moz-inline-stack;  display: inline-block;  *display: inline;  vertical-align: middle;  *vertical-align: auto;

  zoom: 1;    height: 32px;  line-height: 32px;  padding: 0px 20px;font-weight: 300;  font-size: 14px; 

  margin: 0; text-decoration: none; text-align: center; text-indent:0; cursor:pointer;

  border: 1px solid #e60012; color: #666666;  text-shadow: 0 1px 1px white;}

/*默认样式*/

.btn {  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00b5e5), color-stop(100%, #e60012));

  background: -webkit-linear-gradient(top, #e60012, #f00);  background: -moz-linear-gradient(top, #e60012, #f00);

  background: -o-linear-gradient(top, #e60012, #f00);  background: linear-gradient(top, #e60012, #f00);

  background-color: #e60012;border-color: #e60012;  color: white;  text-shadow: 0 -1px 1px rgba(0, 40, 50, 0.35);}

.btn:hover { color:white;  background-color: #e60012;

  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00c9fe), color-stop(100%, #008db2));

  background: -webkit-linear-gradient(top, #cd0f00, #be0f00);  background: -moz-linear-gradient(top, #cd0f00, #be0f00);

  background: -o-linear-gradient(top, #cd0f00, #be0f00);  background: linear-gradient(top, #cd0f00, #be0f00);}

.btn:active {background: #c00;  color: #fff;}



/*按钮大小*/

.btn-large {font-size: 19px;  height: 38.4px;  line-height: 38.4px;  padding: 0px 26px;}

.btn-small {  font-size: 12px; height: 25.6px; line-height: 25.6px;  padding: 0px 16px;}

.btn-tiny {  font-size: 12px;  height: 22.4px;  line-height: 22.4px; padding: 0px 13px;}

/*块按钮*/

.btn-block {display: block;}



/*表单类*/

.form_text, .form_text:hover, .form_text_verifycode, .form_text_verifycode:hover{border:1px solid #999; height:20px; line-height:20px;clip: rect; padding: 10px; color: #000000;/* margin: 17px 0 18px; */outline:none;}

.form_text {  width:95%; background-position:  0px 0px;}

.form_text:hover {background-position: 0px -37px;}

.form_text_verifycode { width:50px; margin-right:3px;background-position:  0px 0px;}

.form_text_verifycode:hover {background-position: 0px -37px;}

.form_radio{ width:auto; border:0;}

.form_checkbox{ width:auto; border:0}

.form_select { height:25px; }

.form_textarea { width:95%; height:80px; border-color: #999;border-width:1px; padding:2px; outline:none;}

.form_button { width:auto; vertical-align:middle; background: -webkit-linear-gradient(top, #e60012, #f00); border:none; width: 135px; height:40px;

font-size:16px; }

.btnReg{ width:135px; float:left;background:#ddd;  border-radius:3px; height:40px; line-height: 40px; font-size:16px; margin:0 25px; }

.btnForget{width:135px; float:left;background:#ddd;  border-radius:3px; height:40px; line-height: 40px; font-size:16px; }

input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, 

input[type="file"] > input[type="button"]::-moz-focus-inner{ border:none;padding:0; }

.required{ color:red; font-weight:bold; text-align:left; padding-left:3px;}



/*其它*/

.hide { display:none; }  /*隐藏*/

.more{ float: right; padding-right:5px;} /*more链接*/

.code_image{width:60px; cursor: pointer; padding-bottom:6px;} /*验证码图片样式*/



/*频道*/

.ChannelContent, .ChannelContent p{ line-height:1.8em}

.ChannelSContent{}

.ChannelSContent img, .InfoContent img{ max-width:280px;padding-right: 10px; height: auto!important; }



/*信息*/

.InfoTitle{ font-weight:normal; text-align:left; vertical-align:middle;   color:#333; }

.InfoTitle h1{ font: bold 38px/150% "微软雅黑"; }

.InfoTime{color:#999; text-align:left;  padding:2px 0px; height:25px}

.InfoContent, .InfoContent p{ line-height:1.8em; padding:0 0;font: normal 18px/200% "微软雅黑";text-align: left;}

.InfoAttachment{ padding:10px 0px; text-align:center; width:81px; margin:0 auto;}

.InfoPicture{ text-align: center;}

.InfoPicture img{ max-height: 100%;}

.info_from_wrap{  text-align:center; color:#666; line-height:36px; margin-bottom:5px;overflow:hidden;}

.info_from_wrap a { color:#666; }

.info_from_wrap a:hover { color:#c00; }

.from_wrap{float:left;}

.bdsharebuttonbox{float:right;}

.bdsharebuttonbox .LShare{float:left;line-height:36px;margin:0 10px 0 0 ;font-size:12px;color:#666; }

#ReadLevelTip{ font-weight:bold; color:red;}

.icase{margin-top:100px;overflow: hidden;}

.icase .classfy{width:50%; color: #000000;position: relative;z-index: 20; }
.icase .classfy ul{ }
.icase .classfy li{height: 75px; 
margin-bottom: 16px;line-height: 75px;font-size: 20px;margin-left: 30px;}

.icase .classfy li  em{font-style: normal;display: block;line-height: 1.6; width: 10px;height: 10px;background-color: #000000;border-radius: 30px;float: left;margin: 30px 20px ;   }
.icase .classfy li  b{font-size: 22px;font-family: 'AgenrcyFB','Microsoft Yahei'; 
line-height: 1;color: #000000;}
.icase .classfy li:hover { padding-right: 43px;border: 1px solid #dcdcdc;box-shadow: 0px 5px 10px #888888;}
.icase .classfy li:hover b{color: #ff0000;}
.icase .classfy li a.a2{background-position: -400px -190px;}
.icase .classfy li a.a3{background-position: -804px -190px;}
.icase .classfy li a.a4{background-position: -1202px -190px;}
.icase .classfy li:hover  a.a2{background-position: -400px -26px;}
.icase .classfy li:hover  a.a3{background-position: -804px -26px;}
.icase .classfy li:hover  a.a4{background-position: -1202px -26px;}

.icase .main {   width:50%; overflow:hidden;  position:relative;  }

.icase .list li { float:left; position: relative; }
.icase .list li span{ display: block;position: absolute;bottom: 0;left: 0;z-index: 3; width: 100%;background: url(../images/cover2.png) repeat right;}
.icase .list li span a{color: #fff;font-size: 20px;display: block;height: 60px;line-height: 60px;text-indent: 1em; }
.icase .list>a { display:block; position:relative; }
.icase .list img { display:block; width:100%;  transition:all 5s ease-out; }
.icase .list li:hover img { transform:scale(1.2, 1.2); }
.icase .tip { position:absolute; bottom:0; right:0; line-height:60px;z-index: 5; 
width: 100%;height: 60px;text-align: right;*z-index: 2;}
.icase .tip li {float: none; display:inline-block; +display:inline; +zoom:1; width:18px; height:18px; line-height:18px; 
  text-align:center;   background:#FFF; font-size:12px; margin:0 7px; cursor:pointer; border-radius: 20%;*margin-top: 20px;}
.icase .tip li.active { background:#00c5ff; color:#FFF; }

.Tag{ text-align: left; font-weight:bold; }

.Tag b{}

.Tag a{ padding:0 3px; font-weight:normal; text-decoration:none;}

.info_previous_next_wrap{display:none; background:#F0F0F0; padding:5px; border:1px solid #E3E3E3; line-height:1.8em}

 .tel {float: right;background: url(../images/tel.png) no-repeat 0 center;color: #666;margin: 18px 0; padding: 10px 0 10px 65px;}
 .tel strong {display: block;color: #0051a3;font-size: 24px; }


/*==========@@元件 结束@@==========*/
.col-lg-8 {
    width: 50%;float: right;position: relative;
  }
  .col-lg-4 {
      width: 48%;float: left;position: relative;margin-top: 20px;
    }
	
	 .col-lg-4 img{width: 100%;}
	
	.tgt-effective-solution{
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-position: center;
		background-color: #f0f0f0;
	   
	}
	.tgt-effective-solution-box-right{
	  position: relative;
	}
	.tgt-bg-overlay-content{
	    z-index: 9;
	    height: 100%;
	  
	    padding: 60px;
	 
	    position: relative;
	    background-image: url(../images/jsbj.jpg);  
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-position: left;   
			 margin-top: 20px;
	}
	.tgt-bg-overlay-content p{
	line-height:28px;
	padding-bottom:20px;
	}
	.tgt-bg-overlay,.tgt-bg-inner-overlay{
	    position: absolute;
	    height: 100%;
	    width: 100%;
	    top: 0;
	    left: 0;
	}
	.tgt-bg-overlay-right,.tgt-bg-inner-overlay-right{
	    position: absolute;
	    height: 100%;
	    width: 100%;
	    top: 0;
	    right: 0;
	}
	.tgt-bg-overlay,.tgt-bg-inner-overlay{
	}
	.tgt-effective-solution-box-right .tgt-bg-overlay {
	    width: auto;
	    margin-right: -100px;
	    right: 0;
	    background-image: url(../images/feature-box-bg.png);  
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-position: -37px -25px;       
	    
	}
	.tgt-effective-solution-icon {
	  margin-bottom: 10px;  
	}
	.tgt-effective-solution-icon i{
	  color:#fc6a20;
	  font-size: 40px;
	}
	.white-color h1,.white-color h2,.white-color h3{
	  color: #000; font-size: 20px;
	}
	.white-color h4{
	  font-weight: 400;
	  font-size: 18px;
	  color: #FFF;  
	}
	.white-color p{
	  color: #000;  
	}
	.white-color a:hover,.white-color a:focus{
	  color: #F96921;
	}
	
	
.container {
    width: 1200px;margin: 0 auto;
}


/*==========@@模块  开始@@==========*/

/*左侧*/

/*主体左侧样式*/

/*样式*/
.article{padding-top: 20px;}
.left_title {height:32px;line-height:32px;border-bottom:1px solid #ccc;margin-bottom:15px;padding:0 0 5px 0;text-align: left;font-weight: bold;}

.left_title h2{font-size: 24px;font-family: 'Microsoft YaHei'; font-weight:bold;}

.left_title h2 a{ }

.left_body { overflow:hidden; zoom:1; margin-bottom: 20px; }

.left_body p{text-align: left;}

.left_bottom {}

.list-3{overflow: hidden;clear: both;width: 100%;}
.list-3 li{float:left;width:50%;}



/*样式1*/

.left_title1{ height:39px; line-height:39px; background:url(../images/left_title1.jpg) no-repeat;}

.left_title1 h2 { text-indent:1em; font-size:14px; color:#000;  }

.left_body1 { overflow:hidden; zoom:1;  color:#000; padding:0 10px 5px;  }

.left_bottom1 { height:15px;  margin-bottom:5px;}

/*样式2*/

.left_title2 { height:39px; line-height:39px; background:url(../images/left_title2.jpg) ;  }

.left_title2 h2 { text-indent:1em; font-size:14px; color:#000; }

.left_body2 { overflow:hidden; zoom:1; color:#000;  padding:0 10px 5px;}

.left_bottom2 { height:15px;   margin-bottom:5px;}

/*样式3*/

.left_title3{float:left;width:100px;overflow:hidden;}

.left_title3 h2 {}

.left_title3 h2 a{display:block;font-size:36px;color:#e60012; text-align:center;font-family: 'Microsoft YaHei'; letter-spacing:8px;}

.left_body3 {float:right;width:1100px; overflow:hidden; zoom:1;  text-align:center;border-top:0; border-bottom: 0px;padding: 10px 0 25px 0;}

/*样式4*/

.left_body4 { overflow:hidden; zoom:1;  border-top:0; border-bottom: 0px;}

/*样式5*/

.left_title5 {float:left;overflow:hidden;width: 40px;height: 220px;padding:35px 10px 0 10px; text-align:center;background: #e60012;font-size: 26px;font-weight: bold;font-family: 'Microsoft YaHei';}

.left_title5 h2{font-size: 26px;color:#fff;}

.left_title5 h2 a{font-size: 26px;color:#fff;}

.left_body5 { overflow:hidden; zoom:1; position:relative;padding-bottom: 20px;}

.left_body5 .next{background: url(../images/index_2_next.png) no-repeat center;position:absolute;left:7px;top:53%;width:16px;height:25px;display:block;cursor:pointer;}

.left_body5 .prev{background: url(../images/index_2_prev.png) no-repeat center;position:absolute;right:11px;top:53%;width:16px;height:25px;display:block;cursor:pointer;}

.left_bottom5 {}

/*样式6*/

.left_title6 {height:32px;line-height:32px;border-bottom: 1px solid #c00;margin-bottom:15px;padding:0 0 5px 0;}

.left_title6 h2{font-size: 24px;font-family: 'Microsoft YaHei'; font-weight:bold;float: left;}

.left_title6 h2 a{ }

.left_body6 { overflow:hidden; zoom:1;  }

.left_bottom6 {}

   
   #producta{
float:left; width:1200px; padding:0px;height: auto;
overflow: hidden;}
#producta ul{
margin:0px; padding:0px;
}
#producta ul li{
float:left; width:220px; padding:10px; list-style:none; text-align:center;font-size: 16px;
}
#producta ul li img{ width:220px; height:296px;}



.more{ display:block;float:right;height:38px;line-height:38px;}
.more a{ color:#666;font-size:16px;}
.more i{ display:inline-block; margin-left:6px;border-left:8px solid #666;border-bottom:6px solid transparent;border-top:6px solid transparent;margin-top:-1px;vertical-align:middle;}


/*样式7*/

.left_title7 {height:32px;line-height:32px;border-bottom: 1px solid #c00;margin-bottom:15px;padding:0 0 5px 0;}

.left_title7 h2{font-size: 24px;font-family: 'Microsoft YaHei'; font-weight:bold;float: left;}

.left_title7 h2 a{color: #c00;}

.left_title7 ul li{padding:0 10px;float:left;}

.left_title7 ul li.on h2 a{color:#c00;}

.left_body7 { overflow:hidden; zoom:1; }

.left_bottom7 {}

/*样式8*/


 .social-nav{
	position:relative;
	float:left;
	
}

 .social-nav li{
	position:relative;
	display:inline-block;
	margin-right: 10px;
}

 .social-nav li a{
	position:relative;
	color:#ffffff;
	font-size:16px;
	text-align:center;
	padding:8px 15px;
	display:inline-block;
background-color: #2087b7;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	
}

 .social-nav li.facebook a:hover{
	background-color:#16599b;
}

 .social-nav li.twitter a:hover{
	background-color:#cd2e2e;
}

 .social-nav li.google a:hover{
	background-color:#d64836;
}

 .social-nav li.pinterest a:hover{
	background-color:#cd2e2e;
}
.more-btn{ margin-top:10px;text-align:center;}
.more-btn a{ position:relative;font-size:16px;display:block;margin:0 auto;width:146px;height:38px;line-height:38px;border-radius:100px;border:solid 2px #ff0000;color:#ff0000;}
.more-btn i{ background:#ff0000;color:#fff;width:34px;height:34px;line-height:34px;text-align:center;border-radius:100%;position:absolute;right:2px;top:2px;display:inline-block;}
.more-btn .iconfont{ font-size:18px;}
.more-btn a:hover{ background:#ff0000;color:#fff;}
.more-btn a:hover i{ background:#fff;color:#ff0000;}
.icon-xiangyou1:before {
  content: ">";
}
.left_title8 {height:32px;line-height:32px;border-bottom:1px solid #ccc;margin-bottom:15px;padding:0 0 5px 0;}

.left_title8 h2{font-size: 24px;font-family: 'Microsoft YaHei'; font-weight:bold;float: left;}

.left_title8 h2 a{ }

.left_body8 { position:relative; overflow:hidden; zoom:1;padding:0 44px; }

.left_body8 .next{background: url(../images/left_body8_next.jpg) no-repeat center;width:13px;height:23px;position:absolute;left: 1%;top:42%; cursor:pointer;z-index:10;}

.left_body8 .prev{background: url(../images/left_body8_prev.jpg) no-repeat center;width:13px;height:23px;position:absolute;right: 1%;top:42%;cursor:pointer;z-index:10;}

.left_bottom8 {}

/*样式9*/

.left_title9 {height:32px;line-height:32px;border-bottom:1px solid #ccc;margin-bottom:15px;padding:0 0 5px 0;}

.left_title9 h2{font-size: 24px;font-family: 'Microsoft YaHei'; font-weight:normal;}

.left_title9 h2 a{ }

.left_body9 {float:left;width:850px; overflow:hidden; zoom:1; }

.left_bottom9 {float:right;width:300px;overflow:hidden;}

/*样式10*/

.left_title10 {height:32px;line-height:32px;border-bottom:1px solid #ccc;margin-bottom:15px;padding:0 0 5px 0;}

.left_title10 h2{font-size: 24px;font-family: 'Microsoft YaHei'; font-weight:normal;}

.left_title10 h2 a{ }

.left_body10 { position:relative; overflow:hidden; zoom:1;padding:0 44px; }

.left_body10 .next{background: url(../images/left_body8_next.jpg) no-repeat center;width:13px;height:23px;position:absolute;left: 1%;top:36%; cursor:pointer;z-index:10;}

.left_body10 .prev{background: url(../images/left_body8_prev.jpg) no-repeat center;width:13px;height:23px;position:absolute;right: 1%;top:36%;cursor:pointer;z-index:10;}

.left_bottom10 {}



/*样式*/

.left_title11 {height:32px;line-height:32px;border-bottom:1px solid #ccc;margin-bottom:15px;padding:0 0 5px 0;}

.left_title11 h2{font-size: 24px;font-family: 'Microsoft YaHei'; font-weight:normal;}

.left_title11 h2 a{ }

.left_body11 { overflow:hidden; zoom:1;  }

.left_bottom11 {height:15px;}



/*主体右侧*/

/*样式1*/

.right_title { height:39px; line-height:39px;border-bottom: 1px solid #ccc;}

.right_title h2 { font-size:24px; font-weight:bold; padding-left:10px; }

.right_body { padding:5px; overflow:hidden; zoom:1;}

.right_body .ChannelContent{font: normal 18px/200% "微软雅黑";}

.right_bottom {height: 5px;  line-height:5;  overflow:hidden; font-size:0px; margin-bottom:5px;}

/*样式2*/

.right_title1 { background: url(../images/right_title1.jpg) repeat-x 0 0; height:39px; line-height:39px;  }

.right_title1 h2 { font-size:14px; font-weight:bold; padding-left:10px; color:#626262;}

.right_body1 { padding:5px; overflow:hidden; zoom:1; border:5px solid #FACEB9; border-top:0; border-bottom:0}

.right_bottom1 { height: 5px; font-size: 0px; line-height:0; background:#FACEB9;  overflow:hidden; margin-bottom:5px;}

/*==========@@模块  结束@@==========*/





/*==========@@频道布局 开始@@==========*/

/*===公共 开始===*/

.body_index, .body_article, .body_download, .body_picture, .body_product, .body_single, .body_video, .body_job, .body_feedback, .body_guestbook{}

.index, .single, .article, .picture, .download, .video, .product, .job, .guestbook, .feedback{ width:1200px;margin:5px auto; }

#top, #logo,#banner, #announcement, #link, #copyright { width:1200px;  margin:0 auto; overflow:hidden; border:0px dashed red;}

.index{ background-color:#FFFFFF;clear: both;}

#left { float:right; width:330px;}

#right { float:left; width:820px; border-left:0px solid #E5E5E5; padding-left:0px; }

#right_1{width:1200px;margin: 0 auto;overflow:hidden;}

#right_2{width:1200px;margin: 0 auto;overflow:hidden;}

#right_2_1{float:left;width:820px;}

#right_2_2{float:right;width:330px;}

/*===公共 结束===*/

/*===首页 开始===*/

.index .ChannelContent{color:#626262;  line-height:25px; height:200px; background:url(../images/about_bg.jpg); padding:5px; overflow:hidden; margin-bottom:10px;}

.index .ChannelContent a{ color: #ff9d02}

#index_1 {padding:20px 0 0 0;overflow:hidden;}

#index_1_1{overflow:hidden;padding:0 0 10px 0;}

#index_1_2{width:633px;height:475px;float:left;overflow:hidden; position:relative;}

#index_1_2 .next{background: url(../images/index_1_2_next.png) no-repeat center;width:18px;height: 40px;position:absolute;left: 11%;bottom:0;cursor:pointer;z-index:10;}

#index_1_2 .prev{background: url(../images/index_1_2_prev.png) no-repeat center;width:18px;height: 40px;position:absolute;right: 11%;bottom:0;cursor:pointer;z-index:10;}

#index_1_2 .pageState{font-size:18px;color:#fff;position:absolute;bottom: 0%;left:15%;z-index:10;}

#index_1_2 .pageState span{font-size: 28px;color: #e71f18;margin-right: 1px;}

#index_1_3{width:530px;float:right;overflow:hidden;height: 475px;background-color: #f4f4f4;}

#index_2 {padding:20px 0 0 0;overflow:hidden; background: #f5f5f5;position:relative; margin-top: 20px;}

#index_3{padding:40px 0 0 0;overflow:hidden;}

#index_3_1{width: 370px;float:left;margin:0 30px 0 0;}

#index_3_2{width: 370px;float:left;margin:0 30px 0 0;}

#index_3_3{width:400px;float:right;}

#index_4{padding:20px 0;overflow:hidden;}

#index_5{overflow:hidden;}

#index_5_1{width:380px;float:left;overflow:hidden;}

#index_5_2{width:380px;float:left;margin:0 70px;overflow:hidden;}

#index_5_3{width:300px;float:right;overflow:hidden;}

#index_6{overflow:hidden;padding:20px 0 0 0;}

#index_6_1{width:330px;float:left;overflow:hidden;}

#index_6_2{width:800px;float:right;overflow:hidden;}

#index_7{overflow:hidden;padding:20px 0 0 0; }

#index_7_1{width:330px;float:left;overflow:hidden;}

#index_7_2{width:330px;float:left;margin:0 70px;overflow:hidden;}

#index_7_3{width:400px;float:right;overflow:hidden;} 

#index_8{overflow:hidden;padding:20px 0 0 0;}

#index_8_1{width:330px;float:left;overflow:hidden;}

#index_8_2{width:800px;float:right;overflow:hidden;}

#index_9{overflow:hidden;padding:20px 0 0 0;}



#index_9_1{width:330px;float:left;overflow:hidden;}

#index_9_2{width:800px;float:right;overflow:hidden;}

#index_10{padding:20px 0 0 0;overflow:hidden;}

#index_10_1{width:350px;float:left;overflow:hidden;}

#index_10_2{width:350px;float:left;margin:0 75px;overflow:hidden;}

#index_10_3{width:350px;float:right;overflow:hidden;}

#index_11{padding:20px 0 0 0;overflow:hidden;}

#index_11_1{width:350px;float:left;overflow:hidden;}

#index_11_2{width:350px;float:left;margin:0 75px;overflow:hidden;}

#index_11_3{width:350px;float:right;overflow:hidden;}

#index_12{padding:20px 0 0 0;overflow:hidden;}

#index_12_1{width:350px;float:left;overflow:hidden;}

#index_12_2{width:350px;float:left;margin:0 75px;overflow:hidden;}

#index_12_3{width:350px;float:right;overflow:hidden;}

#index_13{padding:20px 0 0 0;overflow:hidden;}

#index_14{padding:20px 0;overflow:hidden;}

#index_15{padding:20px 0;overflow:hidden;}

/*===首页 结束===*/
.page_tit {
	color: #391e63;
	text-align: center;
	margin-bottom: 60px;
}
.page_tit h3 {
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 15px;
}
.page_tit p {
	text-align: center;
	font-size: 16px;
	color: #391e63;
}
.news .lt .text {
	background: url(../images/bg3.jpg) no-repeat center center;
	color: #fff;
	background-size: 100% 100%;
}
.news {
	max-width: 1100px;
	;
	margin: 30px auto;
	position: relative;
}
.news .bg {
	width: 187px;
	height: 393px;
	position: absolute;
	background: url(../images/img8.jpg) no-repeat center center;
	right: 100%;
	bottom: -20px;
}
.news .lt {
	width: 50%;
	float: left;
	margin-right: 18px;
}
.news .lt .img img {
	display: block;
	width: 100%; height:342px
}
.news .lt .text {
	padding: 40px;
	line-height: 24px;
	color: #e9daff;
	  background-color: #2087b7;
}
.news .lt .text span.time {
	display: block;
	padding-left: 30px;
	background: url(../images/icon4.png) no-repeat left center;
	color: #fff;
	margin-bottom: 20px;
}
.news .lt .text h3 {
	font-size: 22px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 20px;
}
.news .lt .text h3 a {
	color: #fff;
}
.news .lt .text h3 a:hover {
	color: #ffcc00
}
.news .lt .text p {
	height: 48px;
	overflow: hidden;
	margin-bottom: 20px;
	color: #FFFFFF;
}
.news .list {
	overflow: hidden;
}
.news .list li {
	width: 50%;
	float: left;
}
.news .list a {
	display: block;
	margin: 9px;
}
.news .list ul {
	margin: -9px;
}
.news .list .text {
	padding: 0 20px;
	border: 1px solid #ebebeb;
	border-top: 0;
}
.news .list img {
	display: block;
	width: 100%; height:150px
}
.news .list p {
	font-size: 14px;
	color: #909098;
	line-height: 20px;
	height: 80px;
	overflow: hidden;
	margin-bottom: 15px
}
.news .list .time {
	line-height: 40px;
	color: #909098;
	padding-left: 22px;
	background: url(../images/icon5.png) no-repeat left center;
	border-top: 1px solid #e8e8e8
}
.news .list h3 {
	font-size: 16px;
	color: #55328b;
	line-height: 45px;
	padding-top: 5px;
}

/*===内页 文章 开始===*/

#article_1{margin-top: 5px;overflow:hidden;}

#article_1_1{float:left;width:350px;}

#article_1_2{float:right;width:800px;position:relative;}	

#article_1_2 .hd{position:absolute;right:2%;bottom:25px; cursor:pointer;z-index:10;}

#article_1_2 .hd ul li{float:left;width:30px;height:8px;margin:0 10px 0 0 ;background:#fff;font-size:0;} 

#article_1_2 .hd ul li.on{background:#f00;}

#article_2{padding:30px 0 0 0;overflow:hidden;}

#article_2_1{float:left;width:350px;margin:0 50px 0 0; }

#article_2_2{float:left;width:375px;}

#article_2_3{float:right;width:375px;}

#article_3{margin-top: 30px;overflow:hidden;}

#article_3_1{width:330px;float:left; overflow:hidden;}

#article_3_2{width:800px;float:right;overflow:hidden;}

#article_4{margin-top: 30px;overflow:hidden;}

#article_4_1{width:575px;float:left;}

#article_4_2{width:575px;float:right;}

#article_4_3{width:575px;float:left;margin:30px 0px;}

#article_4_4{width:575px;float:right;margin:30px 0px;}

#article_4_5{width:575px;float:left;}

#article_4_6{width:575px;float:right;}

/*===内页 文章 结束===*/



/*===内页 视频 开始===*/

#video_1{margin-top: 5px;overflow:hidden;}

#video_1_1{float:left;width:800px;position:relative;z-index:888;}

#video_1_1 .hd{position:absolute;right:2%;bottom:25px; cursor:pointer;z-index:10;}

#video_1_1 .hd ul li{float:left;width:30px;height:8px;margin:0 10px 0 0 ;background:#fff;font-size:0;} 

#video_1_1 .hd ul li.on{background:#f00;}

#video_1_2{float:right;width:350px;overflow:hidden;}	

#video_2{padding:30px 0 0 0;overflow:hidden;}

#video_2_1{float:left;width:850px;}

#video_2_2{float:right;width:300px;}

#video_3{margin-top: 30px;overflow:hidden;}

#video_3_1{width:330px;float:left; }

#video_3_2{width:800px;float:right;}

#video_4{margin-top: 30px;overflow:hidden;}

#video_4_1{width:1200px;overflow:hidden;margin-top: 20px;}

#video_4_2{width:1200px;overflow:hidden;margin-top: 20px;}

#video_4_3{width:1200px;overflow:hidden;margin-top: 20px;}

/*===内页 视频 结束===*/



/*===内页 图片 开始===*/

#picture_1{margin-top: 5px;overflow:hidden;width:1200px;}

#picture_1 .bd{float:left;width:950px;}

#picture_1 .hd{float:right;width:200px;cursor:pointer;z-index:10;background:#eee;}

#picture_2{padding:20px 0 0 0;overflow:hidden;}

#picture_2_1{float:left;width:850px;overflow:hidden;}

#picture_2_2{float:right;width:300px;overflow:hidden;}

#picture_3{margin-top: 30px;overflow:hidden;}

#picture_3_1{width:330px;float:left; }

#picture_3_2{width:800px;float:right;}

#picture_4{margin-top: 30px;overflow:hidden;}

#picture_4_1{width:1200px;overflow:hidden;margin-top: 20px;}

#picture_4_2{width:1200px;overflow:hidden;margin-top: 20px;}

#picture_4_3{width:1200px;overflow:hidden;margin-top: 20px;}

/*===内页 图片 结束===*/

/*===产品模型 开始===*/

#product_1{margin-top: 5px;overflow:hidden;width:1200px;}

#product_1 .bd{float:left;width:900px;}

#product_1 .hd{float:right;width:250px;cursor:pointer;z-index:10;background:#eee;}

#product_2{padding:20px 0 0 0;overflow:hidden;}


#product_2_1{float:left;width:850px;}

#product_2_2{float:right;width:300px;}

#product_3{margin-top: 30px;overflow:hidden;}

#product_3_1{width:330px;float:left; }

#product_3_2{width:800px;float:right;}

#product_4{margin-top: 30px;overflow:hidden;}

#product_4_1{width:1200px;overflow:hidden;margin-top: 20px;}

#product_4_2{width:1200px;overflow:hidden;margin-top: 20px;}

#product_4_3{width:1200px;overflow:hidden;margin-top: 20px;}

.product  .info_product_detail_wrap{ line-height: 2.2em;display:none;}

.product  .info_product_detail_wrap b{color: #626262; font-weight:bold;}

.product  .info_product_detail_wrap table.detail_table{ width:100%; }

.product  .info_product_detail_wrap table.detail_table th{ width: 200px;}

.product  .ProductDescription{ display:none;height:40px; background:url(../images/product_bg.jpg) left center; padding-left:35px; line-height:40px; font-size:16px; font-weight:bold;}

.product  .info_product_detail_wrap img{ width:195px; height:195px;float:left;  text-align:left }

.product  .InfoTitle{  font-size:16px; font-weight:bold; text-align:left; padding:10px 0px;}

.product  .f2{ padding:5px 0px}

.product  .f1{ padding:5px 0px}

.product  .InfoHit{ padding:5px 0px; font-weight:bold; color:#990000}

.product  .InfoTime{ padding:5px 0px; }

/*===产品模型 结束===*/



/*===内页 下载 开始===*/

#download_1{margin-top: 5px;overflow:hidden;}

#download_1_1{float:left;width:350px;}

#download_1_2{float:right;width:800px;position:relative;}	

#download_1_2 .hd{position:absolute;right:2%;bottom:25px; cursor:pointer;z-index:10;}

#download_1_2 .hd ul li{float:left;width:30px;height:8px;margin:0 10px 0 0 ;background:#fff;font-size:0;} 

#download_1_2 .hd ul li.on{background:#f00;}

#download_2{margin-top: 30px;overflow:hidden;}

#download_2_1{width:575px;float:left;overflow:hidden;}

#download_2_2{width:575px;float:right;overflow:hidden;}

#download_2_3{width:575px;float:left;padding:20px 0 0 0;overflow:hidden;}

#download_2_4{width:575px;float:right;padding:20px 0 0 0;overflow:hidden;}

#download_2_5{width:575px;float:left;padding:20px 0 0 0;overflow:hidden;}

#download_2_6{width:575px;float:right;padding:20px 0 0 0;overflow:hidden;}

/*===招聘频道  开始===*/

.job{ }

.joblist { }

.joblist li {overflow: hidden; padding:5px 0px;}

table.job_table { margin:8px 0px; padding:0px; text-align:center; width:100%; border-collapse:collapse;}

table.job_table td{ padding:8px 5px; border:1px solid #DADBD6;}

table.job_table .Requirement{ text-align:left; padding:8px 5px; line-height:1.5em;}

table.job_table th{color:#333; font-weight:bold; text-align:center; border:1px solid #DADBD6;}

table.job_table .t1 { font-weight:bold;padding:5px 0;width:20%;}

table.job_table .t2 { text-align:left;width:25%;}

table.job_table .t3 {font-weight:bold;width:25%;}

table.job_table .t4 {text-align:left;width:25%;}

table.job_table .operation{text-align:center; }

/*应聘*/

table.resume_table { margin:3px; text-align:center; width:97%; border-collapse:collapse;font-size:14px;}

table.resume_table th{ font-weight:bold; text-align:left; width:100px;}

table.resume_table td{text-align:left; padding:10px 0;}

table.resume_table .operation{text-align:center; }

table.resume_table #Detail{ height:200px;}

/*===招聘频道  结束===*/



/*===留言频道  开始===*/

.guestbook{ }

.guestbooklist{}

.guestbooklist li{ padding:10px; border:1px solid #CCC; margin-bottom:10px;font-size:14px; }

.MessageTitle { color:#333; line-height:1.5em; font-weight:bold;}

.MessageContent { padding:5px; margin-bottom:10px; }

table.guestbook_table{ width:98%; font-size:14px; }

table.guestbook_table th{ width:100px; text-align:left;}

table.guestbook_table td{ text-align:left;padding:10px 0;}

table.guestbook_table .operation{ text-align:center }



/*管理员回复*/

.answer_wrap{ padding:5px; border-top:1px dashed #CCC; line-height:1.5em}

.answer_title{}

.answer_body {}

.Administrator { text-align:right; }

.Reply { text-align:right; }

.AnswerTime{ color:#999 }



/*留言表单*/

.message_title{ height:40px;  padding-left:35px; line-height:40px; font-size:16px; color:#5d5d5d; font-weight:bold;}

.message_body{ padding-left: 10px; padding-right: 10px; color:#222; }

.message_bottom{}

/*===留言频道  结束===*/



/*===反馈模型 开始===*/

.feedback{ }

table.feedback_table{ width:99%; text-align:center; margin:0 auto;font-size:14px;}

table.feedback_table th{ width:100px; text-align:left; font-weight:bold;}

table.feedback_table td{  text-align:left;padding:10px 0;}

table.feedback_table .operation{text-align:center}

/*===反馈模型 结束===*/

/*==========@@频道布局 结束@@==========*/





/*==========@@公共板块  开始@@==========*/

/* 顶部 */

#top_main { height:27px;  background:#f2f6f8; }

#top { height:27px; line-height:27px; text-align:right;}

#top_1 { float:left;  text-align:left;}

#top_2 { float:right; text-align:right; }

#top .MobileEdition{ font-weight: normal; color:#e60012;}

#top a { color:#333; font-weight:normal;  }

#top a:hover { color:#F00; text-decoration:none}



/*Logo*/

#logo_main {margin: 0 auto;width: 1200px;}

#logo {overflow:hidden;padding: 10px 0; margin: 0 auto;}

#logo .WebLogo{ float:left;padding:20px 0 0 0;overflow:hidden;}

#logo .Search{float:right;padding:40px 0px 0 0;overflow:hidden;}

#logo .Search .form_button{float:left;background:url(../images/form_button.gif) no-repeat;width:34px;height:34px;margin:0px;}

#logo .Search .search_table{width:100%; position:relative;}

#logo .Search .form_text{float:left;width:100%;line-height:28px;height:28px;padding:2px; text-indent:10px; border:1px solid #E70012;margin:0px;}

#logo .Search .search_table th{padding:0px;}

#logo .Qrcode{float:right;overflow:hidden;width:260px;}

#logo .Qrcode  li{float:right;width:85px; text-align:center;overflow:hidden;margin:0 20px 0 0;} 

#logo .Qrcode  li img{width:85px;height:85px;}

#logo .Language{width:500px;float:right; padding:10px;}

#logo .Language .MobileEdition{ font-weight: normal; color:#e60012;}

#logo .Member { width:500px; height:35px; line-height:35px; float:right; text-align:right;font-weight:bold; }

#logo .Member .MemberName, #logo_main .Member .MemberGroupName{color:#F30}



/*导航*/

#navigation_main { background: #c80405;width:1200px; margin:0 auto}

#navigation { height:55px; position:relative;width:1200px;  margin:0 auto;z-index:9999; }

#navigation ul.navigationlist{width:1150px;overflow:hidden;height:55px;}

#navigation ul.navigationlist li { float:left; line-height:55px; text-align:center;  }

#navigation ul.navigationlist li a { display:block; padding:0px 12px; margin:0 1px; font-size:14px;color:#FFF; border:0px dashed red;}

#navigation ul.navigationlist li a:hover { text-decoration:none; color:#ffe400;  }

#navigation ul.navigationlist .current { color:#ffe400;  }

#navigation .MoreChannel{position:absolute;right:10px;top:20px;width:15px;height:15px;background:url(../images/navigation_more.png) no-repeat center; cursor:pointer;}

#navigation .MoreChannelWrap{webkit-animation: more_wrap 1s ease forwards;animation: more_wrap 1s ease forwards;}

#navigation ul.navigationlist1{display:none;position:absolute;left:0;top:55px;width:1140px;padding:30px 0 15px 60px; background:#f5f5f5;z-index:999;white-space:nowrap; }

#navigation ul.navigationlist1 li{ float:left; line-height:22px; text-align:center;}

#navigation ul.navigationlist1 li a { display:block;  font-size:14px;color:#FFF; background:#e60012;padding:3px 13px;margin:0 20px 15px 0;}

#navigation ul.navigationlist1 li a:hover{  text-decoration:none; color:#ffe400;}

@keyframes more_wrap{0% {-webkit-transform: rotate(0deg);}100% { -webkit-transform: rotate(135deg);}}

/*导航栏下拉*/

#navigation  ul.subnavigationlist{ display:none; position:absolute; background:#034697; z-index:100}

#navigation  ul.subnavigationlist li {  float:none; padding:0px; line-height:28px; display:inline;}

#navigation  ul.subnavigationlist li a { display:block; white-space:nowrap; font-weight:normal; color:#FFF; font-size:12px; padding:0px 20px; text-align:left}

#navigation  ul.subnavigationlist li a:hover {  background:#2475d8;  color:#ffe400; }



/*公告*/

#announcement {display:none; margin-top:20px;  height:35px; line-height:35px;}

#announcement .announcement_title{ float:left;font-weight:bold; text-indent:35px;  width:150px;}

#announcement .announcement_body{float:left; width:1008px;border: 1px solid #ebebeb;padding:0 20px;line-height:33px;height:33px;}

#announcement .announcement_bottom{float:right; }

.announcementlist{ }

.announcementlist li { line-height:35px;width:200px;}

.announcementlist li a{display:block;margin:0 5px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis; }

/*Js幻灯片样式*/

#banner_main {position:relative; border:0px solid blue;display:none; }

#banner {  border:0px solid red; margin:0 auto; overflow:hidden; width:100%;}

.bannerlist{}

.bannerlist li{ text-align:center; border:0px dashed red; overflow:hidden; display:block; width:100%;}

.bannerlist li img{ margin:0 auto; display:block; }

#banner_main .hd{ width:100%; position:relative; bottom:35px; left:0; height:5px; line-height:5px; text-align:center; border:0px solid red; }

#banner_main .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:8px; height:8px; border-radius:5px;

background:#666; margin-right:15px; overflow:hidden; font-size:0px;}

#banner_main .hd ul li.on{  background:#039;}



/*当前位置*/

#location_main {} 

#location {color:#222; float:left; padding-right:8px;font-size:14px;}



/*子频道列表*/

.subchannellist { background:#efefef;text-align:center;height:44px;line-height:44px;margin: 0px 0 20px 0;overflow:hidden;}

.subchannellist li { line-height:44px;display: inline;}

.subchannellist li a {  padding:10px 15px;color:#000;font-family: "\5FAE\8F6F\96C5\9ED1";font-size:16px;display: inline;}

.subchannellist li a:hover {  color:#fff;background:#cc3333; text-decoration:none; }

.subchannellist #current a {  color:#fff;background:#cc3333;}

.subchannellist .depth1{ font-size:12px; }

.subchannellist .depth2{ font-size:12px; text-indent:1.5em;}

.subchannellist .depth3{ font-size:12px; text-indent:3em}

.subchannellist .depth4{ font-size:12px; text-indent:4.5em}

.subchannellist .depth5{ font-size:12px; text-indent:6em}

.subchannellist .depth6{ font-size:12px; text-indent:7.5em}



/*搜索 */

table.search_table{ width:99%; text-align:center;}

table.search_table th{ vertical-align:middle; text-align:center; padding:0px 3px;}

table.search_table td{ vertical-align:middle; width:60px; padding:0px 3px;}



/*联系我们*/

.contact_wrap{ line-height:1.8em}

.contact_wrap b{ font-weight:bold;}

.contact_wrap .WebUrl{ color:#F00 }



/*订购*/

.order{margin:0px auto}

.order .WantOrder h1{ border-bottom:1px dotted #999999; padding: 5px 0px;}

.order .f1{ float:right; color:red;}

table.order_table{ width:98%;  }

table.order_table th{ width:100px; text-align:left;}

table.order_table td{text-align:left}

table.order_table .operation{ text-align:center}



/* 友情链接 */ 

#link_main { clear:both;}

#link { padding:0;}

.link_title {  font-size:16px; height:40px; line-height:40px; text-indent:5px; border-bottom:2px solid #d2d2d2;}

.link_title h2{font-size:16px; }

.link_body { padding:5px; color:#000;  border-top:0px; border-bottom:0px}

.link_bottom{ height:0px; margin-bottom:5px; }

.linklist { overflow: hidden; zoom:1; }

.linklist li { float:left; padding:3px 10px; overflow:hidden; white-space:nowrap}

.linklist a { line-height:22px; }



.linklist1 { overflow: hidden; zoom:1; }

.linklist1  li { float:left;  padding:0px 15px; overflow:hidden; white-space:nowrap}

.linklist1  li.on{ color:#c3140f; border-bottom:2px solid #c00000;}



/* 版权信息 */

#copyright_main { color:#fff; background-color:#2087b7;clear: both;overflow: hidden;}

#copyright { padding:10px 0;  position:relative;}

#copyright .bottom_navigation{text-align: center;padding: 5px 0px; line-height:24px;}

#copyright .bottom_navigation a{margin:0 5px;}

#copyright .line{ padding:0px 5px;color:#bbb;}

#copyright a {color: #333; text-decoration: none;}

#copyright a:hover {color:#e60012; text-decoration: none;}


#copyright .bottom_info{ text-align:center;padding:8px; padding-right:10px; line-height:20px; }

#copyright .bottom_info p{ font-size:14px;line-height:30px; }


#copyright .TechnicalSupport{ text-align:center; line-height:20px;}

#copyright .LBusinessCircles{position:absolute;right:230px;bottom:10px;}

#copyright .LTrustedWebsite{position:absolute;right:80px;bottom:10px;}

#copyright .Authentication{ text-align:center;}

/*分页样式*/
h3 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
}




.page { padding:10px 0px 0px 1px; float:right; clear:both;}

.page a, .page span { float:left; display:block; border:1px solid #D3D1D1; padding: 5px; margin-left:4px; line-height:22px; }

.page a:link, .page a:visited { text-decoration:none; }

.page a:hover { background:#CC0001; color:#ff9900; }

.page .current{ background:#CC0001; color:#FFF;}

.page #total{color:red}
.btna a {
	display: block;
	width: 138px;
	line-height: 40px;
	border-radius: 40px;
	background: #55328b;
	color: #fff;
	box-shadow: 0 2px 10px rgba(85,50,139,.2);
	text-align: center;
	margin: 0 auto;
}
.btna .a2 {
	margin-left: 0;
	border: 2px solid #fff;
	background: none;
}
.btna span {
	display: inline-block;
	padding-right: 40px;
	background: url(../images/icon3.png) no-repeat right center;
}
.btna {
	padding: 10px 0;
}
.btna a:hover span {
	padding-right: 20px;
}


/*会员*/

/*会员登录*/

table.login_table{ width:40%; text-align:center; margin:0 auto;}

table.login_table th{ width:100px; text-align:left; font-size:14px;color:#333;}

table.login_table td{ text-align:left; padding:10px; }

table.login_table .operation{text-align:center;  padding:10px 0 0 0;}

table.login_table .operation .form_button{ float:left;}

table.login_table .quick_login td{text-align:left; padding:10px 0;}

table.login_table .quick_login td img{ margin-right:8px; float:left;}



/*会员注册*/

table.reg_table{ width:50%; text-align:center; margin:0 auto;}

table.reg_table th{ width:130px; text-align:left; font-weight:bold;}

table.reg_table td{  text-align:left;padding:10px; }

table.reg_table .operation{text-align:center;padding:10px 0 0 0;}

table.reg_table .MemberCode{  text-align:left; width:70px;}

table.reg_table #SmsCode{width:50px;}



/*忘记密码 第一步*/

table.forget_table1{ width:40%; text-align:center; margin:0 auto;}

table.forget_table1 th{ width:100px; text-align:left; font-weight:bold;}

table.forget_table1 td{ text-align:left; padding:10px;}

table.forget_table1 .operation{text-align:center;padding:10px 0 0 0;}



/*忘记密码 第二步*/

.forget_table2{margin:0 auto;}

table.forget_table2{ width:40%; text-align:center; margin:0 auto;}

table.forget_table2 th{ width:100px; text-align:left; font-weight:bold;}

table.forget_table2 td{text-align:left}

table.forget_table2 .operation{text-align:center}

table.forget_table2 #SmsCode{ width:60px;}

table.forget_table2 .PasswordQuestion, table.forget_table2 .MemberMobile, table.forget_table2 .FindPwdWay{ padding:3px 0;}



/*网站地图列表*/

.maplist{ }

.maplist li { padding:1px; }

.maplist li a { background:#fff; line-height:25px; display:block; color:#222;padding:0 20px; border:0px solid #A6CC93; }

.maplist li a:hover { text-decoration:none;  color:#e60012;}

.maplist .depth1{font-weight:bold;text-align:left; font-weight:bold;float:left;width:100%;padding:5px 1px;}

.maplist .depth1 a{padding:5px;font-size:18px;}

.maplist .depth2{float:left;}

.maplist .depth2 a{width:210px;text-align:center;padding:0 13px;font-size:14px;}

.maplist .depth3{text-indent:4em}

.maplist .depth4{text-indent:6em}

.maplist .depth5{text-indent:8em}

.maplist .depth6{text-indent:10em}

/*==========@@公共板块  结束@@==========*/





/*==========@@通用列表 开始@@==========*/

/*文字列表*/

.textlist{ }

.textlist li {font-size: 16px; line-height:22px; height:22px;text-indent:8px;padding:14px 0; background:url(../images/textlist.gif) no-repeat 0 center; overflow:hidden;width:100%;/*解决ie6bug*/text-align: left;}

.textlist li a{display:block;text-overflow:ellipsis; white-space:nowrap;overflow:hidden; color:#000000}

.textlist li .float_right{color:#999;}

.textlist li.n10{border-bottom:1px solid #ddd;padding-bottom:25px;margin-bottom:15px;background:url(../images/textlist.gif) no-repeat 0 20px;}

.textlist li .ChannelName{display:inline;float:left;}

/*文字列表1*/

.textlist1{display:inline-block;overflow:hidden;}


.textlist1 li { text-align:center;width:245px;line-height:26px; height:26px; overflow:hidden;display: block;margin:0 13px;float:left;}

.textlist1 li.n1{display:block; width:100%;font-size:36px;line-height:57px; height:57px;text-align:center;margin:0 5px; color:#c00}

.textlist1 li a{text-overflow:ellipsis; white-space:nowrap;overflow:hidden;display:block;width:100%;}

.textlist1 li.n1 a{font-weight:bold;font-family: 'Microsoft YaHei';padding:5px 0;text-align: center;}

/*文字列表2*/

.textlist2{overflow:hidden;padding-top: 10px;padding-left: 30px;}

.textlist2 li { line-height: 28px; height: 28px; overflow:hidden;font-size: 14px;font-family: '微软雅黑';padding: 0px 0 13px 0;}

.textlist2 li.n1{line-height: 51px; color:#c00;margin-bottom:20px;}

.textlist2 li.n1 a{font-size: 18px;font-weight: bold;font-family: 'Microsoft YaHei'; color:#c00}

/*文字列表3*/



.textlist3{overflow:hidden;}

.textlist3 li { overflow:hidden;font-size: 14px;font-family: '微软雅黑';}

.textlist3 li a{display:block;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;}

.textlist3 li .InfoTitle{height:37px;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;text-align:left;padding:0;}

.textlist3 li.n1{position:relative;font-size: 18px;font-family: 'Microsoft YaHei';line-height: 31px;margin-bottom:20px;width:330px;}

.textlist3 li.n1 .InfoPicture{height:160px;}

.textlist3 li.n1 .InfoTitle{padding:0;width:100%;position:absolute;left:0;bottom:0px;height: 35px;line-height:35px;color:#fff;font-size:14px; text-align:center;display:block;background:url(../images/gridlist1.png);}

.textlist3 li.n1 a:hover img{-webkit-transform: scale(1.1) translateY(5px);-moz-transform: scale(1.1) translateY(5px);-ms-transform: scale(1.1) translateY(5px);transform: scale(1.1) translateY(5px);

transition: all ease-in-out .9s;-webkit-transition: all ease-in-out .9s;transition: all ease-in-out .9s;-ms-transition: all ease-in-out .9s; }

/*文字列表4*/

.textlist4{overflow:hidden;}

.textlist4 li { overflow:hidden;font-size: 14px;font-family: '微软雅黑';}

.textlist4 li a{display:block;}

.textlist4 li .InfoTitle{height:37px;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;width:100%;}

.textlist4 li.first{font-size: 18px;font-family: 'Microsoft YaHei';line-height: 31px;margin-bottom:20px;}

.textlist4 li.first .InfoTitle{padding:0;float:left;font-size:14px;display:block;font-weight:bold;width:230px;}

.textlist4 li.first .InfoPicture{float:left;margin:0 10px 0 0;padding:0;display:block;width:140px;}

.textlist4 li.first .InfoPicture img{width:140px;display:block; height:86px;}

.textlist4 li.first p{float:left;width:230px;font-size:12px;color:#666;}

.textlist4 li.n4{border-bottom:1px dashed #ccc;margin:0 0 22px 0;padding: 0px 0 13px 0;}

.textlist4 li p .LRead{color: #e60012;display:inline;}



/*文字列表5*/

.textlist5{overflow:hidden;}

.textlist5 li { overflow:hidden;font-size: 14px;font-family: '微软雅黑';}

.textlist5 li a{display:block;}

.textlist5 li .InfoTitle{height:37px;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;}

.textlist5 li.n1{font-size: 18px;font-family: 'Microsoft YaHei';line-height: 31px;margin-bottom:20px;height:64px;}

.textlist5 li.n1 .InfoTitle{height:64px;padding:0;float:left;font-size:22px;display:block;text-align:left;white-space: normal;height:inherit;line-height: 32px;}



/*文字列表6*/

.textlist6{overflow:hidden;}

.textlist6 li { overflow:hidden;font-size: 14px;font-family: '微软雅黑';}

.textlist6 li .InfoTitle{height:37px;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;}

.textlist6 li.first{font-size: 18px;font-family: 'Microsoft YaHei';line-height: 31px;margin-bottom:15px;}

.textlist6 li.first .InfoTitle{padding:0;float:left;font-size:14px;display:block;font-weight:bold;width:180px;height:26px;line-height:26px;}

.textlist6 li.first .InfoPicture{float:left;margin:0 10px 0 0;padding:0;width:140px;}

.textlist6 li.first .InfoPicture img{width:140px;}

.textlist6 li.first p{float:left;width:180px;font-size:12px;color:#666;}

.textlist6 li p .LRead{color: #e60012;display:inline;}



.textlist6 li a{display:block;}

/*文字列表7*/

.textlist7{overflow:hidden;}

.textlist7 li {width:380px;float:left; overflow:hidden;font-size: 14px;font-family: '微软雅黑';}

.textlist7 li.n1{width:170px;margin:0 0 8px 0;float:left;margin:0 20px 0 0; }

.textlist7 li.n2{width:170px;margin:0 0 8px 0;float:left;margin:0 30px 0 0; }

.textlist7 li.n7{width:360px;margin:0 30px 0 0;}

.textlist7 li.n9{width:360px;margin:0 30px 0 0;}

.textlist7 li.n11{width:360px;margin:0 30px 0 0;}

.textlist7 li.n13{width:360px;margin:0 30px 0 0;}

.textlist7 li.n15{width:360px;margin:0 30px 0 0;}

.textlist7 li.n17{width:360px;margin:0 30px 0 0;}

.textlist7 li .InfoTitle{width:100%;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;text-align:left;height:37px;line-height:37px;}

.textlist7 li.n1 .InfoTitle{height:36px;line-height:36px;}

.textlist7 li.n2 .InfoTitle{height:36px;line-height:36px;}

.textlist7 li .InfoPicture{float:left;padding:0;width:170px;}

.textlist7 li .InfoPicture img{width:170px;}

.textlist7 li a{display:block;}

/*文字列表8*/

.textlist8{overflow:hidden;}

.textlist8 li { overflow:hidden;font-size: 14px;font-family: '微软雅黑';line-height: 37px;}

.textlist8 li a{width:100%;display:block;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;}

.textlist8 li .InfoTitle{height:37px;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;}

.textlist8 li.n1{font-size: 18px;font-family: 'Microsoft YaHei';line-height: 31px;margin-bottom:10px;}

.textlist8 li.n1 .InfoTitle{padding:0;display:block;text-align:left;font-size: 14px;font-weight: bold;line-height: 18px;height:26px; }

.textlist8 li.n1 p{font-size:12px;color:#999;border-bottom: 1px dotted #ddd;padding:0 0 10px 0;}



/*文字列表9*/

.textlist9{overflow:hidden;}

.textlist9 li {width:305px;background:url(../images/textlist.gif) no-repeat 0 center;text-indent:10px;  overflow:hidden;font-size: 14px;font-family: '微软雅黑';}

.textlist9 li a{display:block;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;}

.textlist9 li .InfoTitle{width:100%;height:34px;line-height:34px;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;text-align:left;padding:0;}

.textlist9 li.n1{float:left;width:245px;margin:0 20px 0 0; text-indent:0;background:none;position:relative;font-size: 18px;font-family: 'Microsoft YaHei';line-height: 31px;margin-bottom:20px;}

.textlist9 li.n1 .InfoPicture{}

.textlist9 li.n1 .InfoTitle{padding:0;width:100%;position:absolute;left:0;bottom:0px;height: 35px;line-height:35px;color:#fff;font-size:14px; text-align:center;display:block;background:url(../images/gridlist1.png);}



/*文字列表10*/

.textlist10{overflow:hidden;}

.textlist10 li {background:url(../images/textlist.gif) no-repeat 0 center; text-indent:10px; overflow:hidden;font-size: 14px;font-family: '微软雅黑';}

.textlist10 li .InfoTitle{width:100%;height:37px;line-height:37px;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;}

.textlist10 li.first{font-size: 18px;font-family: 'Microsoft YaHei';text-indent:0;background:none;line-height: 31px;margin-bottom:14px;}

.textlist10 li.first .InfoTitle{width:225px;padding:0;float:left;font-size:14px;display:block;font-weight:bold;}

.textlist10 li.first .InfoPicture{float:left;margin:0 10px 0 0;padding:0;width:140px;}

.textlist10 li.first .InfoPicture img{width:140px;}

.textlist10 li.first p{float:left;width:225px;font-size:12px;color:#666;line-height:18px;}

.textlist10 li p .LRead{color: #e60012;display:inline;}

.textlist10 li a{display:block;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;}

/*文字列表11*/

.textlist11{overflow:hidden;}

.textlist11 li { background:url(../images/textlist.gif) no-repeat 0 center; text-indent:10px;overflow:hidden;font-size: 14px;font-family: '微软雅黑';}

.textlist11 li a{display:block;width:100%;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;}

.textlist11 li .InfoTitle{height:37px;line-height:37px;text-align:left;padding:0;}

.textlist11 li.n1{position:relative;font-size: 18px;text-indent:0;width:350px;background:none;font-family: 'Microsoft YaHei';margin-bottom:15px;}

.textlist11 li.n1 .InfoPicture{height:127px;}

.textlist11 li.n1 .InfoTitle{position:absolute;padding:0;width:100%;left:0;top:92px;height: 35px;line-height:35px;color:#fff;font-size:14px; text-align:center;display:block;background:url(../images/gridlist1.png);}

.textlist11 li.n1 a:hover img{-webkit-transform: scale(1.1) translateY(5px);-moz-transform: scale(1.1) translateY(5px);-ms-transform: scale(1.1) translateY(5px);transform: scale(1.1) translateY(5px);

transition: all ease-in-out .9s;-webkit-transition: all ease-in-out .9s;transition: all ease-in-out .9s;-ms-transition: all ease-in-out .9s; }

/*文字列表12*/

.textlist12{ }

.textlist12 li { line-height:35px;height:35px;overflow:hidden;width:300px;/*解决ie6bug*/}

.textlist12 li a{width:100%;display:block;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;}

.textlist12 li .i_wrap{float:left;background: #333333;text-align: center;width: 17px;height: 18px;line-height: 18px;display:block;color: #fff;margin:8px 10px 0 0;font-size: 12px;}

.textlist12 li.n1 .i_wrap{background: rgb(204, 51, 51);}

.textlist12 li.n2 .i_wrap{background: rgb(204, 51, 51);}

.textlist12 li.n3 .i_wrap{background: rgb(204, 51, 51);}

.textlist12 li .InfoTitle{float:left;width:270px;font-size:14px;line-height:35px;height:35px;}

/*文字列表13*/

.textlist13{ }

.textlist13 li { font-size:14px;line-height:37px;height:37px;text-indent:8px; background:url(../images/textlist.gif) no-repeat 0 center; overflow:hidden;width:100%;/*解决ie6bug*/}

.textlist13 li .Download{float:right;padding:0 10px;height:26px;line-height:26px;margin:5px 0 0 0;}

.textlist13 li a{display:block;}

/*文字列表14*/

.textlist14{ margin: 20px 0 0 0;}

.textlist14 li{ font-size:14px; overflow:hidden;width:100%;/*解决ie6bug*/margin:0 0 20px 0;}

.textlist14 li .InfoPicture{float:left;margin:0 40px 0 0  ;}

.textlist14 li .InfoTitle{font: bold 20px/200% 微软雅黑;font-weight:bold;line-height:40px;}

.textlist14 li .InfoPicture img{width:230px;}

.textlist14 li p{color:#666;line-height:28px;height:110px;overflow:hidden;}

.textlist14 li p .LRead{color: #e60012;display:inline;}

.textlist14 li .Download{float:right;padding:0 10px;height:26px;line-height:26px;margin:5px 0 0 0;}

/*文字列表15*/

.textlist15{ }

.textlist15 li{ font-size:14px; overflow:hidden;}

.textlist15 li.n0{float:left;width:390px;}

.textlist15 li.n1{float:right;width:390px;}

.textlist15 li .InfoTitle{line-height:30px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

/*文字列表16*/

.textlist16{overflow:hidden;}

.textlist16 li { overflow:hidden;font-size: 14px;font-family: '微软雅黑';}

.textlist16 li .InfoTitle{height:36px;line-height:27px;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;text-align:left;padding:0;display:block;}



/*带缩略图文字列表*/

.thumblist{}

.thumblist li {line-height:2em;overflow:hidden;width:100%; margin-bottom:8px;}

.thumblist li img{ float:left; width:180px; margin-right:8px; border:1px solid #999999; }

.thumblist li a:hover img { border:1px solid #c00; }

.thumblist li .InfoTitle{color:#000000;font-size: 20px;font-weight: bold;}

.thumblist li .InfoTitle:hover{color:#c00;}

.thumblist li p{ text-indent:2em; height:94px;line-height:24px; overflow:hidden;color:#666;font-size:14px;}

/*带缩略图文字列表1*/

.thumblist1{}

.thumblist1 li{}

.thumblist1 li.first {float:left;line-height:2em;overflow:hidden;width:300px; margin:0 40px 0 0 ;}

.thumblist1 li img{  width:300px; margin-right:20px;  }

.thumblist1 li .InfoPicture{display:block;}

.thumblist1 li .InfoTitle{height:36px;display:block;font-size: 14px; text-align:left;}

.thumblist1 li.first .InfoTitle{height:30px;line-height:30px;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;}

.thumblist1 li p{ text-indent:2em; height:4em; overflow:hidden;color:#666666;line-height:22px;}

.thumblist1 li p .LRead{color: #e60012;display:inline;}

/*橱窗列表*/

.gridlist{ }

.gridlist li { float:left; text-align:center; margin:0px 6px;  width:190px; /*height:195px;*/ overflow:hidden; display:inline /*解决ie6 双边距bug*/;

text-overflow:ellipsis; white-space:nowrap;}

.gridlist li img { border:1px solid #999999; width:188px; /*height:165px;*/}

.gridlist li a { white-space:nowrap; line-height:28px;}

.gridlist li a:hover img { border:1px solid #034b9f; }

/*橱窗列表1*/

.gridlist1{ }

.gridlist1 li {text-align:center;overflow:hidden; display:block;width:633px;}

.gridlist1 li img {height:475px;}

.gridlist1 li .InfoPicture{display:block;}

.gridlist1 li .InfoTitle {background:url(../images/gridlist1.png);font-size: 14px;position:absolute;left:0;bottom:0px;width:100%;z-index:1;padding:0;height: 60px;/* line-height:60px; */text-align:center;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;color:#fff;}

/*橱窗列表2*/

.gridlist2{ }

.gridlist2 li {width:182px; float:left;margin: 0px 0px 0px 35px;overflow:hidden; display:inline;}

.gridlist2 li img { width:182px;height:210px;}

.gridlist2 li a {display:block;}

.gridlist2 li .InfoTitle {width:100%;line-height:27px;text-align:left;font-size: 14px;font-weight:bold;display:block;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;}

.gridlist2 li p{color:#666666;}

.gridlist2 li p .LRead{color: #e60012;display:inline;}

.gridlist2 li a:hover img {  }

/*橱窗列表3*/

.gridlist3{ }

.gridlist3 li {width:190px; float:left;padding:0 5px;margin:10px 0 0 0;overflow:hidden; display:inline;}

.gridlist3 li img { width:190px;}

.gridlist3 li a {display:block;}

.gridlist3 li .InfoTitle {line-height:40px;text-align:center;font-size: 14px;display:block;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;}

/*橱窗列表4*/

.gridlist4{ }

.gridlist4 li {overflow:hidden; display:block;margin:0 0 8px 0;}

.gridlist4 li img { width:115px;}

.gridlist4 li .InfoPicture{float:left;margin:0 10px 0 0;width:115px;}

.gridlist4 li a {display:block;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;}

.gridlist4 li .InfoTitle {float:left;width:205px;2line-height:27px;padding:0;text-align:left;font-size: 14px;color:#333;font-weight:bold;}

.gridlist4 li .InfoTitle:hover{color:#e60012;}

.gridlist4 li p{width:205px;float:left;height:59px;line-height:24px;color:#666;overflow:hidden;}

.gridlist4 li p .LRead{color: #e60012;display:inline;}

/*橱窗列表5*/

.gridlist5{ }

.gridlist5 li {width:175px; float:left;padding:0 5px;margin:10px 0 0 0;overflow:hidden; display:inline;}

.gridlist5 li img { width:175px; height: 190px;}

.gridlist5 li a {display:block;}

.gridlist5 li .InfoTitle {line-height:27px;text-align:center;font-size: 14px;display:block;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;}

/*橱窗列表6*/
.foot_img{
    width: 100%;
    height: 166px;
    background: url("../images/foot_img.jpg") center center no-repeat;
}
.gridlist6{ }

.gridlist6 li {width:170px; float:left;padding:0 4px;margin:10px 0 0 0;overflow:hidden; display:inline;}

.gridlist6 li img { width:170px;}

.gridlist6 li a {display:block;}

.gridlist6 li .InfoTitle {line-height:40px;text-align:center;font-size: 14px;display:block;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;font-size: 14px;display:block;}

/*橱窗列表7*/

.gridlist7{ }

.gridlist7 li {width:800px;text-align:center;overflow:hidden; display:block;}

.gridlist7 li img {width:800px;height:470px;}

.gridlist7 li .InfoPicture{display:block;}

.gridlist7 li .InfoTitle { text-indent: 10px;background:url(../images/gridlist1.png);font-size:14px; position:absolute;left:0;bottom:0px; width:100%;z-index:1;

height: 60px;line-height:60px;text-align:left;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;color:#fff;}

/*橱窗列表6*/

.gridlist8{ }

.gridlist8 li {width:280px; position:relative; float:left;overflow:hidden; display:block;}

.gridlist8 li.n1 {margin:10px 40px 0 0;width:585px;}

.gridlist8 li.n2 {margin:10px 15px 10px 0;}

.gridlist8 li.n3 {margin:10px 0 0 0;}

.gridlist8 li.n4 {margin:5px 15px 0 0;}

.gridlist8 li.n5 {margin:5px 0 0 0;}

.gridlist8 li a {display:block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}

.gridlist8 li .InfoPicture img{width:280px;display:block;}

.gridlist8 li.n1 .InfoPicture img {width:585px;}

.gridlist8 li .InfoTitle{padding:0;width:100%;position:absolute;left:0;bottom:0px;height: 35px;line-height:35px;color:#fff;font-size:18px; text-align:center;display:block;background:url(../images/gridlist1.png);}

.gridlist8 li.n1 .InfoTitle{height: 60px;line-height:60px;font-size:24px;font-weight:bold;}

/*橱窗列表9*/

.gridlist9{ }

.gridlist9 li {width:950px;text-align:center;overflow:hidden; display:block;}

.gridlist9 li img {width:950px;height:595px;}

.gridlist9 li .InfoPicture{display:block;}

.gridlist9 li .InfoTitle {padding:0 0 0 10px;background:url(../images/gridlist1.png);font-size:18px; position:absolute;left:0;bottom:0px; width:100%;z-index:1;

height: 60px;line-height:60px;text-align:center;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;color:#fff;}

/*橱窗列表10*/

.gridlist10{ }

.gridlist10 li {width:200px; float:left;margin:5px 0;overflow:hidden; display:inline;}

.gridlist10 li img { width:200px;height:110px;}

.gridlist10 li.on img{width:194px;height:103px;border:3px solid #f00;}

.gridlist10 li a {display:block;}

.gridlist10 li .InfoTitle {line-height:40px;text-align:center;font-size: 14px;display:block;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;font-size: 14px;display:block;}

/*橱窗列表11*/

.gridlist11{ }

.gridlist11 li {width:191px; float:left;margin:0 10px;overflow:hidden; display:inline;}

.gridlist11 li img { width:191px;}

.gridlist11 li a {width:100%;display:block;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;}

.gridlist11 li .InfoTitle {line-height:40px;text-align:center;font-size: 14px;display:block;font-size: 14px;display:block;}

/*橱窗列表12*/

.gridlist12{ }

.gridlist12 li {overflow:hidden; display:block;}

.gridlist12 li.n1{margin:0 0 22px 0;}

.gridlist12 li img { width:100%;}

.gridlist12 li a {display:block;}

.gridlist12 li .InfoTitle {line-height:40px;text-align:center;font-size: 14px;display:block;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;font-size: 14px;display:block;}

/*橱窗列表13*/

.gridlist13{ }

.gridlist13 li {width:280px;float:left;margin:10px 8px;overflow:hidden; display:block;}

.gridlist13 li img { width:100%;}

.gridlist13 li a {display:block;}

.gridlist13 li .InfoTitle {line-height:40px;text-align:center;font-size: 14px;display:block;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;font-size: 14px;display:block;}

/*橱窗列表14*/

.gridlist14{ }

.gridlist14 li {overflow:hidden; display:block;margin:0 0 15px 0;}

.gridlist14 li img { width:115px;}

.gridlist14 li .InfoPicture{float:left;margin:0 10px 0 0;width:115px;}

.gridlist14 li a {display:block;}

.gridlist14 li .InfoTitle {float:left;width: 320px;line-height:27px;padding:0;text-align:left;font-size: 14px;color:#333;font-weight:bold;display:block;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;}

.gridlist14 li .InfoTitle:hover{color:#e60012;}

.gridlist14 li p{float:left;width: 300px;height: 48px;line-height: 24px;color:#666;overflow:hidden;}

/*橱窗列表15*/

.gridlist15{ }

.gridlist15 li {float:left;width:152px;overflow:hidden; display:block;margin:0 5px 5px 5px;}

.gridlist15 li img { width:152px; height: 87px;}

.gridlist15 li a {display:block;}

.gridlist15 li .InfoTitle{line-height:27px;height:27px;text-align:center;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;}

/*橱窗列表16*/

.gridlist16{ }

.gridlist16 li {float:left;width:269px;overflow:hidden; display:block;margin:12px;}

.gridlist16 li.n0{margin:14px;}

.gridlist16 li img { width:269px;}

.gridlist16 li a {display:block;}

.gridlist16 li .InfoTitle{width:100%;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;line-height:40px;font-size:14px;padding:0;text-align:center;}

/*视频列表*/

.videolist{ }

.videolist li { width:258px; float:left; padding:0px 6px; text-align:center; overflow:hidden;display:inline /*解决ie6 双边距bug*/;

text-overflow:ellipsis; white-space:nowrap;}



.videolist li img { border:1px solid #999999; width:256px; /*height:165px;*/}

.videolist li a { display:block;width:100%;text-overflow:ellipsis; overflow:hidden;white-space:nowrap; line-height:28px;}

/*视频列表1*/

.videolist1{ }

.videolist1 li {  width:100%;  overflow:hidden;display:block ;padding:6px 0;}

.videolist1 li.n1{float:left;overflow:hidden;width: 188px; position:relative; margin:0px 12px 0 0;padding:0;}

.videolist1 li.n2{float:right;overflow:hidden;width:190px; position:relative; padding:0;}

.videolist1 li a {text-indent:20px; background:url(../images/videolist1.gif) no-repeat 0 center;line-height:27px;display:block;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;font-size:14px;}

.videolist1 li.n1 .InfoTitle{font-size:12px;background:url(../images/gridlist1.png); position:absolute;bottom:0px; width:100%;z-index:1;padding:0;height: 30px;line-height:30px;text-align:center;color:#fff;}

.videolist1 li.n2 .InfoTitle{font-size:12px;background:url(../images/gridlist1.png); position:absolute;bottom:0px; width:100%;z-index:1;padding:0;height: 30px;line-height:30px;text-align:center;color:#fff;}

.videolist1 li img { width:190px; height: 133px;}



.videolist1 li.n1 a {text-indent:0;}

.videolist1 li.n2 a {text-indent:0;}

.videolist1 li .InfoTitle {}

/*视频列表2*/

.videolist2{ }

.videolist2 li {text-align:center;overflow:hidden; display:block;}

.videolist2 li img {width:800px;height:470px;}

.videolist2 li .InfoPicture{display:block;}

.videolist2 li .InfoTitle {padding:0 0 0 10px;background:url(../images/gridlist1.png);font-size:14px; position:absolute;left:0;bottom:0px; width:100%;z-index:1;

height: 60px;line-height:60px;text-align:left;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;color:#fff;}

/*视频列表3*/

.videolist3{ }

.videolist3 li {float:left;width:400px;overflow:hidden; display:block;}

.videolist3 li.n1{margin:0 50px 50px 0;}

.videolist3 li.n2{margin:0 0 50px 0;}

.videolist3 li.n3{margin:0 50px 0 0;}

.videolist3 li img { width:205px;}

.videolist3 li .InfoPicture{float:left;margin:0 10px 0 0;width:205px;}

.videolist3 li a {display:block;}

.videolist3 li .InfoTitle {line-height:27px;padding:0;text-align:left;font-size: 16px;color:#333;font-weight:bold;display:block;}

.videolist3 li .InfoTitle:hover{color:#e60012;}

.videolist3 li p{height:100px;line-height:24px;color:#666;font-size:14px;}

.videolist3 li p .LRead{color: #e60012;display:inline;}

/*视频列表4*/

.videolist4{overflow:hidden;}

.videolist4 li {overflow:hidden;float:left;width:200px;margin:0 12px 20px 0; }

.videolist4 li .InfoTitle{font-family: '微软雅黑';font-size: 14px;height:34px;line-height:34px;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;text-align:left;padding:0;}

.videolist4 li .InfoPicture{}

.videolist4 li a{display:block;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;}



/*==========@@通用列表  结束@@==========*/


/*nav*/
.nav{width:100%; height:70px; background:#2087b7; color:#fff;}
.nav-mod-1,.nav-mod-2,.nav-mod-3{float:left;padding:10px 0px 10px 50px;}

.nav-mod-1 ul{line-height:24px;padding: 0px;}
.nav-mod-1{width: 470px;background-position:0px -400px; }
.nav-mod-2{width: 390px; background-position:0px -465px; }
.nav-mod-3{width: 100px; background-position:3px -530px;}
.navline{float:left;width:1px; height:40px; background:#fff;border-right:1px solid #fff; margin:15px 8px 0px 0px;}
.nav li{float:left;display:block; width: 50px; height:24px; line-height:24px; margin-right:5px; color:#fff; text-align:center; font-size:14px}
.nav li a{color:#fff;}
.nav li a:hover{display:block;background:#3192d8;color:#fff; text-align:center;}
.nav li.mr{ width:70px;} 
.nav li.mr a:hover{width:70px;}


.layout {width:1200px;height:100%; margin:0 auto;overflow:hidden;}
.layout_nav {width:1200px;height:100%; margin:0 auto;overflow:hidden;}


.iconList li,.btnSearch,.nav-mod-1,.nav-mod-2,.nav-mod-3,.minsheng .headerTwo h2,.minsheng span,.minsheng .headerTwo .dian,.hd_list li,.footer .lx li.add,.footer .lx li.tel,.footer .lx li.mail{background:url(../images/bg_sprite.png) no-repeat 0px 0px;
}



.hdtop {

	height: 40px;

	line-height: 40px;


}

.hdtop .container {

	overflow: hidden;

}






.hdtop em {

	float: right;

	/* overflow: hidden; */

	/* height: 13px; */

	line-height: 13px;

	margin-right: 5px;

	margin-top: 13px;

}

.hdtop em a {
color:#FFFFFF

	

}

.hdtop em .nobd {

	border: none;

}

 .containera {

	margin-left: auto;

	margin-right: auto;

	width: 1200px;

	font-family: microsoft yahei;

}


.top-right{float:right;}


address, caption, cite, code, dfn, em, th, var {

	font-style: normal;

	font-weight: normal;

}