﻿@charset "utf-8";
/* CSS Document */


body{
	background-image:url(../images/misc/body-bg.pngs); background-color:#fff;
	background-size:100px 100px;
	background-repeat:repeat; padding:0px; margin:0px;
}
ul{ margin:0px; padding:0px;}
li{ list-style:none;}

.landing-logo img{
	width:110px;	
	margin-left:auto;
	margin-right:auto;
}

.homepage-logo img{ height:50px;
	margin-left:0px;
}

.landing-logo{
	margin-bottom:30px;
}

.landing-page .decoration{
	margin-bottom:30px;
	margin-left:20px;
	margin-right:20px;
}

.top-deco{
	background-color:#cc9d4f;
	height:5px;
	width:100%;
	display:block;
	margin-bottom:30px;
}

.bottom-deco{
	background-color:#cc9d4f;
	height:5px;
	display:block;
	width:100%;
	margin-top:16px;
}


.landing-navigation{
	margin-bottom:10px;
	width:300px;
	margin-left:auto;
	margin-right:auto;
}

.landing-navigation	a{
	float:left;
	margin-left:12px;
	margin-right:12px;
	margin-bottom:20px;
}

.landing-navigation a em{
	color:#646569;
	font-family:'Dosis', sans-serif;
	font-style:normal;
	text-align:center;
	display:block;
	font-size:14px;
	font-weight:400;
	padding-top:10px;
}

.nav-icon{
	width:35px;
	heigh:35px;
	position:absolute;
	z-index:99999;
	margin-left:20px;
	margin-top:20px;
}

.nav-image{
	border-radius:80px;
	width:75px;
	height:75px;
}

.nav-overlay{
	width:75px;
	height:75px;
	border-radius:60px;
	position:absolute;
	z-index:99998;
	background-color:rgba(0,0,0,0.7);
}

.slider-container{
	overflow:hidden!important;
}

.overlay{
	pointer-events:none;
	position:absolute;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
	z-index:9999;
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (orientation : landscape) {
	.landing-navigation-tablet-top-adjustment{
		height:30px;
		display:block;
	}
	
	.landing-navigation-tablet-bottom-adjustment{
		margin-bottom:-20px;
	}
	
	.landing-navigation{
		width:900px!important;
	}
	
	.landing-page .decoration{
		margin-top:20px;
		margin-bottom:20px;
		margin-left:50px!important;
		margin-right:50px!important;
	}
	
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (orientation : portrait) {
	
	.landing-navigation-tablet-top-adjustment{
		height:57px;
		display:block;
	}
	
	.landing-navigation-tablet-bottom-adjustment{
		margin-bottom:17px;
	}
	
}

@media only screen 
and (min-device-width : 798px)
and (min-device-height: 801px){
	.landing-navigation-tablet-top-adjustment{
		display:none;
	}
	.landing-navigation-tablet-bottom-adjustment{
		margin-top:-80px;
	}
}

@media (min-width:760px) { 

	.navigation{
		width:300px!important;
		right:0px;
	}

	.landing-page .decoration{
		margin-top:50px;
		margin-bottom:50px;
		margin-left:150px;
		margin-right:150px;
	}
	
	.landing-logo{
		margin-top:50px;
	}

	.landing-navigation{
		margin-bottom:10px;
		width:450px;
		margin-left:auto;
		margin-right:auto;
	}

	.landing-navigation a em{
		padding-top:20px;
		font-size:16px;
		font-weight:500;
	}
	
	.landing-navigation	a{
		float:left;
		margin-left:25px;
		margin-right:25px;
		margin-bottom:50px;
	}

	.nav-icon{
		width:40px;
		heigh:40px;
		position:absolute;
		z-index:99999;
		margin-left:30px;
		margin-top:30px;
	}
	
	.nav-image{
		border-radius:80px;
		width:100px;
		height:100px;
	}
	
	.nav-overlay{
		width:100px;
		height:100px;
		border-radius:60px;
		position:absolute;
		z-index:99998;
		background-color:rgba(0,0,0,0.7);
	}
	
	.bottom-deco{
		bottom:0px;	
	}
}

.twitter-icon{
	background-image:url(../images/misc/twitter.png);
	background-size:32px 32px;
	height:32px;
	width:32px;
	float:left;
	margin-left:10px;
	margin-right:10px;
}

.facebook-icon{
	background-image:url(../images/misc/facebook.png);
	background-size:32px 32px;
	height:32px;
	width:32px;
	float:left;
	margin-left:10px;
	margin-right:10px;
}

.google-icon{
	background-image:url(../images/misc/googleplus.png);
	background-size:32px 32px;
	height:32px;
	width:32px;
	float:left;
	margin-left:10px;
	margin-right:10px;
}


.socials{
	width:160px;
	margin-left:auto;
	margin-right:auto;	
}

.copyright{
	font-family:'Dosis', sans-serif!important;
	text-align:center;
	font-size:14px;
	margin-top:20px;
	margin-bottom:20px;
}



.header{
	  padding-bottom:10px; background-color:#efefef; border-bottom:3px #00A2E6 solid; padding-top:10px; padding-left:20px; height:50px;   }
	
.go-home{
	color:#3d3e42; margin-top:20px;
	background-image:url(../images/misc/home-button.png);
	background-size:36px 36px;
	background-position:8px 0px;
	background-repeat:no-repeat;
	position:absolute;
	right:50px;
	top:0px;
	height:50px;
	width:50px;
	text-align:center;
 
	font-family:'Dosis', sans-serif;
}

.go-menu{
	color:#3d3e42; margin-top:20px;
	background-image:url(../images/misc/menu-button.png);
	background-size:36px 36px;
	background-position:8px 0px;
	background-repeat:no-repeat;
	position:absolute;
	right:0px;
	top:0px;
	height:50px;
	width:50px;
	text-align:center;
 
	font-family:'Dosis', sans-serif;
}

.go-back{
	display:none;margin-top:20px;
	color:#3d3e42;
	background-image:url(../images/misc/close-button.png);
	background-size:36px 36px;
	background-position:8px 0px;
	background-repeat:no-repeat;
	position:absolute;
	right:0px;
	top:0px;
	height:50px;
	width:50px;
	text-align:center;
 
	font-family:'Dosis', sans-serif;
}

.navigation{
	display:none;
	overflow:visible!important;
	background-color:#FFFFFF;
	border-bottom:solid 3px #cc9d4f;
	border-top:solid 3px #cc9d4f;
	position:absolute;
	width:100%;
	z-index:999999;
	margin-top:-20px;
}

.navigation-wrapper{
	border-left:solid 2px #e4e4e4;
	border-right:solid 2px #e4e4e4;
}

.navigation-item{
	line-height:57px;
	border-bottom:solid 1px #e4e4e4;
}

.navigation-item a:hover{
	background-color:rgba(0,0,0,0.05);
}

.navigation-item a{
	color:#6d6e76;
	font-size:14px;
	font-family:'Dosis', sans-serif;
	font-weight:500;
	text-transform:uppercase;
	padding-left:50px;
	background-repeat:no-repeat;
	background-size:22px 22px;
	background-position:15px 17px;
}

.m1-icon{background-image:url(../images/misc/homepage.png);}
.m2-icon{background-image:url(../images/misc/features.png);}
.m3-icon{background-image:url(../images/misc/portfolio.png);}
.m4-icon{background-image:url(../images/misc/gallery.png);}
.m5-icon{background-image:url(../images/misc/videos.png);}
.m6-icon{background-image:url(../images/misc/contact.png);}
.m7-icon{background-image:url(../images/misc/features.png);}
.m8-icon{background-image:url(../images/misc/portfolio.png);}
.m9-icon{background-image:url(../images/misc/gallery.png);}
.m10-icon{background-image:url(../images/misc/videos.png);}
.m11-icon{background-image:url(../images/misc/contact.png);}

.corner-deco{
	background-image:url(../images/misc/corner-deco.png);
	background-size:16px 8px;
	background-repeat:no-repeat;
	position:absolute;
	width:16px;
	height:8px;
	position:absolute;
	right:15px;
	top:-10px;
}

.active-menu{
	background-image:url(../images/misc/nav_selected.png);
	background-size:14px 14px;	
	width:14px; 
	height:14px;
	position:absolute;
	margin-top:-35px;
	right:15px;
}

.inactive-menu{
	background-image:url(../images/misc/nav_unselected.png);
	background-size:14px 14px;	
	width:14px; 
	height:14px;
	position:absolute;
	margin-top:-35px;
	right:15px;
	opacity:0.5;
}


.dropdown-menu{
	background-image:url(../images/misc/nav_dropup.png);
	background-size:14px 14px;
	width:14px; 
	height:14px;
	position:absolute;
	margin-top:-35px;
	right:15px;
	opacity:0.5;
}

.dropup-menu{
	background-image:url(../images/misc/nav_dropdown.png)!important;
}

.submenu{
	display:none;
}

.active-submenu{
	display:block;
}

.submenu a{
	border-top:solid 1px rgba(0,0,0,0.1);
	font-size:12px;
	background-image:url(../images/misc/nav-submenu.png);
	background-size:8px 8px;
	background-position:50px 24px;
	padding-left:80px;
}

.submenu em{
	background-image:url(../images/misc/nav_unselected.png);
	background-repeat:no-repeat;
	background-size:7px 7px;
	width:7px;
	height:7px;
	position:absolute;
	right:18px;
	top:25px;
	opacity:0.5;
}

.selected-submenu{
	background-image:url(../images/misc/nav_selected.png)!important;
	opacity:0.8!important;
}


/*About Faces / Quotes */

.quote-item em{
	text-align:center;
	display:block;
	color:#cc9d4f;
	margin-bottom:10px;
}

.quote-item h4{
	text-align:center;
	margin-bottom:0px;
}

.quote-item strong{
	text-align:center;
	font-style:normal;
	font-weight:400;
	display:block;
	width:250px;
	margin-left:auto;
	margin-right:auto;
}

.quote-item img{
	border-radius:100px;
	width:100px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}

/*Thumbnails Columns*/

.thumb-clear{
	height:20px;
	display:block;
	width:100%;
}

.thumb-left{
	display:block;
	padding-bottom:10px;
}

.thumb-left a{
	display:block;
	text-align:right;
}

.thumb-left img{
	margin-top:5px;
	width:110px;
	height:110px;
	border-radius:100px;
	float:left;
	margin-right:20px;
}

.thumb-left strong{
	color:#1a1a1a;
	display:inline-block;
	padding-bottom:5px;
	font-size:14px;
}

.thumb-left em{
	font-style:normal;
}

.thumb-right{
	display:block;
	padding-bottom:10px;
}

.thumb-right img{
	margin-top:5px;
	width:110px;
	height:110px;
	border-radius:100px;
	float:right;
	margin-left:20px;
}

.thumb-right strong{
	color:#1a1a1a;
	display:inline-block;
	padding-bottom:5px;
	font-size:14px;
}

.thumb-right em{
	font-style:normal;
}

.customer-slider div a img{
	width:40px;
	margin-left:auto;
	margin-right:auto;
}

/*Social Boxes*/

.facebook-box{
	background-image:url(../images/misc/social/facebook.png);
	background-size:26px 23px;
	background-repeat:no-repeat;
	background-position:10px 10px;
	background-color:#3b5998;
	height:40px;
	line-height:40px;
	color:#FFFFFF;
	padding-left:60px;
	margin-bottom:20px;
}

.social-box em{
	position:absolute;
	height:40px;
	width:1px;
	background-color:#FFFFFF;
	margin-left:-15px;
}

.social-box:hover{
	opacity:0.9;
}

.twitter-box{
	background-image:url(../images/misc/social/twitter.png);
	background-size:20px 17px;
	background-repeat:no-repeat;
	background-position:12px 13px;
	background-color:#4099ff;
	height:40px;
	line-height:40px;
	color:#FFFFFF;
	padding-left:60px;
	margin-bottom:20px;
}

.google-box{
	background-image:url(../images/misc/social/google.png);
	background-size:20px 17px;
	background-repeat:no-repeat;
	background-position:12px 13px;
	background-color:#d34836;
	height:40px;
	line-height:40px;
	color:#FFFFFF;
	padding-left:60px;
	margin-bottom:20px;
}

/*Wide Portfolio*/

.wide-active{
	margin-top:20px;
	display:none;
}

.wide-item-wrapper{
	background-color:#FFFFFF;
	padding-bottom:1px;
	margin-top:3px;
}

.wide-folio{
	margin-top:-17px;
	margin-bottom:20px;
}

.wide-item{
	margin-bottom:3px;
}

.wide-item .responsive-image{
	margin-bottom:0px;
}

.wide-image{
	max-height:100px;
	overflow:hidden;
}

.wide-item-titles{
	position:relative;
	z-index:99999;
	top:30px;
	margin-bottom:-45px;
	pointer-events:none;
}

.wide-item-titles h4{
	font-family:'Open Sans', sans-serif;
	font-weight:200;
	font-size:16px;
	text-transform:uppercase;
	color:#FFFFFF;
	position:relative;
	z-index:999999;
	text-align:center;
	margin-bottom:5px;
}

.wide-item-titles p{
	color:#FFFFFF;
	margin-bottom:0px;
	color:rgba(255,255,255,0.5);
	text-align:center;
	position:relative;
	z-index:999999;
}

.wide-item-content{
	display:none;
	margin-top:20px;
	margin-left:20px;
	margin-right:20px;
}

@media (min-width:760px) { 
	.wide-image{
		max-height:150px;
	}
	
	.wide-item-titles{
		top:55px;
		margin-bottom:-45px;
	}
}

.contact-call{
	padding-top:5px;
	color:#666;
	padding-left:30px;
	background-image:url(../images/misc/contact_phone.png);
	background-position:0px 5px;
	background-repeat:no-repeat;
	background-size:18px 18px;
	height:30px;
	display:block;
}

.contact-text{
	color:#666;
	margin-bottom:5px;
	padding-left:30px;
	background-image:url(../images/misc/contact_message.png);
	background-position:0px 2px;
	background-repeat:no-repeat;
	background-size:18px 18px;
	height:20px;
	display:block;
	margin-bottom:2px;
}

.contact-mail{
	color:#666;
	margin-bottom:5px;
	padding-left:30px;
	background-image:url(../images/misc/contact_mail.png);
	background-position:3px 3px;
	background-repeat:no-repeat;
	background-size:14px 14px;
	height:20px;
	display:block;
	margin-top:5px;
	margin-bottom:2px;
}

.contact-facebook{
	color:#666;
	margin-bottom:5px;
	padding-left:30px;
	background-image:url(../images/misc/contact_facebook.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	background-size:20px 20px;
	height:20px;
	display:block;
	margin-top:5px;
	margin-bottom:2px;
}

.contact-twitter{
	color:#666;
	margin-bottom:5px;
	padding-left:30px;
	background-image:url(../images/misc/contact_twitter.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	background-size:20px 20px;
	height:20px;
	display:block;
	margin-top:5px;
	margin-bottom:2px;
}

.index_menu{ border-top:1px #fff solid;}
.index_menu li{ text-align:center;float:left; list-style:none; width:33%; padding-bottom:10px;}
.index_menu li img{ width:80px; margin:auto;}
.index_menu li span{display:block;text-align:center;font-size:14px; font-weight:bold;}


.u-copyright{text-align:center;background:#5a5a5a;color:#222;text-shadow:0 1px 0 #fff;line-height:1.1em}
.u-copyright .title{padding:6px;color:#222222;border-bottom:1px #555 dashed}.u-copyright
.content{padding:8px
0;color:#666;font-size:14px; padding-top:20px;
 
	margin-left:20px;
	margin-right:20px;
}
 
.xxjs{   margin-top:20px;FONT-FAMILY: "Microsoft Yahei";  }
.xxjs strong{ line-height:35px;height:35px; background-color:#1D933B; display:block;font-size:16px; color:#FFF; padding-left:20px;}
.xxjs p { line-height:25px; padding-top:20px; padding-bottom:20px;}
 
 .info{ padding:10px; text-align:justify; font-size:14px;}
 .info h1{ line-height:36px;}
 .info img{ display:block; width:100%;}
li{ list-style:none;}
.menu_in{ background-color:#f9f9f9; clear:both;}
.menu_in li{ float:left; width:50%;list-style:none;}
.menu_in li a{ display:block; text-align:center; line-height:33px; color:#333; border:1px #d1d1d1 solid;  border-left:0px; }
.menu_in li a span{display:block;text-overflow:ellipsis; overflow:hidden; white-space:nowrap; width:90%; font-size:14px; line-height:30px;}
.menu_in li .now{ background-color:#e67f30; color:#fff;}
 
 .foot_menu{position:fixed; bottom:0px; width:100%; background-color:#00A2E6 } 
 .foot_menu li{ float:left; width:20%; text-align:center; height:62px; line-height:25px;  color:#fff;list-style:none; }
 .foot_menu li a{ display:block;background:url(../images/footbar-icons.png) no-repeat;background-size:auto 32px;width:32px;height:32px;   margin-left:15px; margin-top:5px; padding-top:30px; color:#fff; }
  .foot_menu li .fh{ background-position:-64px 0px;}
  .foot_menu li .lb{ background-position:-32px 0px;}
   .foot_menu li .dh{ background-position:-96px 0px;}
   .foot_menu li .dt{ background-position:-128px 0px;}


.main_focus{position:relative;width:100%;height:auto;overflow:hidden;margin:0 auto;  }

 
.img_focus ul{width:100%;height:100%}

.img_focus ul li{float:left;width:100%; list-style:none;}

.img_mornitor{position:absolute;bottom:5px;right:26px;overflow:hidden;  }

.img_mornitor ol li{float:left;/*background:url(../Images/list_icons.png) no-repeat -294px -312px;*/ background:#fff;width:9px;height:9px;border-radius:5px;text-indent:-9999px;  margin-right:5px; cursor:pointer;}

.img_mornitor ol li.on{/*background-position:-294px -289px*/background:#333;width:9px;height:9px;border-radius:5px; } 
.clr{ clear:both;}
 
.copyright{text-align:center;background:#5a5a5a;color:#222;text-shadow:0 1px 0 #000;line-height:1.1em; line-height:34px;}
.copyright .copy{ border-bottom:1px #333 dotted; color:#ccc; font-size:15px; background-color:#5a5a5a;}
.copyright .jszc a{color:#999;text-shadow:0 1px 0 #000}



.shili_list li{  float:left; width:48%; margin-bottom:28px;}
   .shili_list li span{  }
 .shili_list li img{ display:block; width:100%; height:112px;}
 .newslist li{ width:48%; float:left; margin:auto; background-color:#9e7938; padding:10px; color:#fff; border-radius:5px;/*普通*/
-moz-border-radius:5px;/*firfox*/
-webkit-border-radius:5px;/*firfox*/ margin-bottom:20px;}

.wybm{ display:block; height:33px; width:100%; background-color:#8b641f;border-radius:5px;/*普通*/
-moz-border-radius:5px;/*firfox*/
-webkit-border-radius:5px;/*firfox*/
color:#fff; text-align:center; font-size:16px; line-height:33px;}
.woybm input{ width:100%; border:1px #9e7938 solid; height:40px; line-height:40px; margin-bottom:5px; padding-left:5px; background-color:#f6f4f0; font-size:16px;}
 .bm_btn{ background-color:#2c79b4; color:#fff; display:block; width:100%; height:40px; line-height:40px; font-size:16px;}
.mianfei .input-text{ width:100%; border:1px #2c79b4 solid; height:40px; line-height:40px; margin-bottom:5px; padding-left:5px; background-color:#f4f9fd; font-size:16px;}

.mianfei .textarea-text{ width:100%; border:1px #2c79b4 solid; height:140px; line-height:20px; margin-bottom:5px; padding-left:5px; background-color:#f4f9fd; font-size:16px;}
.mianfei  input{ border:1px #ccc solid; float:left; margin-right:5px;}
.mianfei strong{ float:left; font-size:16px; margin-right:10px;}
.xbox{ clear:both; padding-bottom:5px; padding-top:5px;}
.newlist li{ background-image:url(../images/sjj.png); background-repeat:no-repeat; background-position:98%; background-size:19px 19px; border-bottom:1px #ccc dotted; padding-bottom:5px; padding-top:5px;text-align:left;}
.newlist li a{ display:block;    padding-right:20px; background-size:80px; background-repeat:no-repeat; background-position:0px; text-align:left;  }
.newlist li h3{ margin:0px; padding:0px;}
.newlist li p{ padding:0px; margin:0px; color:#CCC}
.newlist li strong{word-break:keep-all; white-space:nowrap;  overflow:hidden;text-overflow:ellipsis; width:90%; display:block; font-size:14px; font-weight:lighter; text-align:left;}

.pro_list li{ width:100%; margin-right:40px; margin-top:20px;}
.pro_list li i{ display:block; position:absolute; width:11px; height:11px;background-image:url(../images/zsg.png)}
 .pro_list li img{ width:100%; height:auto;border-radius:5px;/*普通*/
-moz-border-radius:5px;/*firfox*/
-webkit-border-radius:5px ;/*firfox*/ }
 .pro_list li  p{ background-color:#f5f0e8; font-size:12px; font-family:"宋体"; padding:10px; line-height:24px;border-radius:0px 0px 5px 5px;/*普通*/
-moz-border-radius:0px 0px 5px 5px ;/*firfox*/
-webkit-border-radius:0px 0px 5px 5px ;/*firfox*/}
 .pro_list li strong{ background-image:url(../images/tmbg.png);display:block; height:61px; position:absolute; margin-top:-61px; width:100%; line-height:61px; font-size:30px; color:#fff; font-weight:lighter; padding-left:10px;}
 .pro_list li strong span{ float:left;}
 .djfd{  background-color:#9e7938; color:#fff; display:block; width:100%; height:40px; line-height:40px; font-size:16px;border-radius:5px;/*普通*/
-moz-border-radius:5px;/*firfox*/
-webkit-border-radius:5px ;/*firfox*/ text-align:center;}
  .pro_list li strong span img{ width:65px; height:37px; border:1px #ccc solid; margin-top:11px; margin-right:10px;}
    .pro_list li strong b{ float:right; margin-right:10px; font-weight:lighter;}
.pro_list_mall li{ float:left; height:245px; text-align:left; line-height:35px; font-size:14px; margin-right:5px; margin-left:5px; border:1px #e6e6e6 solid; padding:8px; background-color:#f8f8f8; margin-bottom:20px;}
.pro_list_mall li a{ display:block}
.pro_list_mall .nm{ margin:0px; }
.pro_list_mall li img{ width:212px; height:212px;}
.yuzc{ margin-left:10px;}
.yuzc img{ width:326px; height:216px; margin:5px;}

.xg_tt{height:46px; line-height:46px; background-color:#ca9a4e; padding-left:10px;  margin-bottom:10px; margin-top:10px;font-size:18px;border-radius:5px;}
.xg_tt a{color:#fff;}

 
.cpms{ height:46px; line-height:46px; background-color:#f3f3f3; margin-bottom:10px; margin-top:10px;}
.cpms span{ display:block; width:46px; border-right:1px #FFFFFF solid; height:46px; float:left;background-repeat:no-repeat; background-position:center; background-size:50%; }
.cpms .a1{ background-image:url(../images/aa1.jpg); }
.cpms .a2{ background-image:url(../images/aa2.jpg); }
.cpms .a3{ background-image:url(../images/aa3.jpg); }
.cpms .a4{ background-image:url(../images/aa4.jpg); }
.cpms .a5{ background-image:url(../images/aa5.jpg); }
.cpms .a6{ background-image:url(../images/aa6.jpg); }
.cpms .a7{ background-image:url(../images/aa7.jpg); }
.cpms .a8{ background-image:url(../images/aa8.jpg); }

.cpms strong{ font-size:18px; color:#6dc5d9; padding-left:10px;}
.cp_xxms li{ width:100%;  }
.cp_xxms li .jsdiv{ font-size:13px; line-height:22px;}
.cp_xxms .wid100{ width:100%;}
 
.zjdy li{ border-bottom:1px #999 dotted; padding-bottom:10px; padding-top:10px;}
.zjdy li strong{ background-image:url(../images/wh.png); padding-left:25px; background-position:0px; background-repeat:no-repeat; font-size:15px;}
.zjdy li p strong{ background-image:none; padding-left:0px; color:#C30; }
.index_part{ padding:0px; margin-top:10px;}
.index_part strong{ display:block; height:35px; line-height:35px; background-color:#DF0B00; color:#fff; padding-left:30px;font-size:18px;border-radius:0px 0px 0px 0px ; background-image:url(../images/arw.png); background-repeat:no-repeat; background-position:10px; background-size:15px; border-bottom:2px #ef7448 solid; }
 



.index_part2{ padding:0px; margin-top:10px;}
.index_part2 strong{ display:block; height:35px; line-height:35px; background-color:#6dc5d9; color:#fff; padding-left:30px;font-size:18px;border-radius:0px 0px 0px 0px ; background-image:url(../images/arw.png); background-repeat:no-repeat; background-position:10px; background-size:15px; border-bottom:2px #ef7448 solid; }
.index_part2 ul{ border:1px #ccc solid;  border-radius:0px 0px 0px 0px; margin:0px; }
.index_part2 li { float:left; width:25%; }
.index_part2 li img{ display:block; width:100%; height:80px;  }
.index_part2 li span{   }


  .cp_list_1 li{ font-size:12px; line-height:25px; text-align:center; padding-bottom:10px; padding-top:10px; border-bottom:1px #ccc dotted; clear:both; min-height:150px;}
  .cp_list_1 li strong{ display:block;}
  .cp_list_1 li img{ width:122px; height:146px; float:left;}
   .cp_list_1 li p{ float:right; width:155px; text-align:left; line-height:20px;}
 .new_kl a{ display:block; height:35px; background-color:#efefef; line-height:35px; font-size:16px; text-align:left; padding-left:20px; margin-bottom:10px;}
 .new_kl span{ display:block;text-overflow:ellipsis; overflow:hidden; white-space:nowrap; width:90%; font-size:14px;  }
.updown{height:40px; }
.updown a{display:inline-block; width:47%;   background-color:#efefef; text-align:center; height:35px; line-height:35px;}.updown .upyp{ float:left;}
.updown .downyp{ float:right;}

.jc_xx{ margin-bottom:20px; background-color:#fff; border-radius:10px;/*普通*/
-moz-border-radius:10px;/*firfox*/
-webkit-border-radius:10px;/*firfox*/ color:#333; text-align:center; font-size:19px; line-height:45px; }
.jc_xx img{border-radius:10px;/*普通*/
-moz-border-radius:10px;/*firfox*/
-webkit-border-radius:10px;/*firfox*/}
.fengmian li{ float:left; width:50%; height:170px; margin-bottom:10px; text-align:center;  }
.fengmian li img{ height:140px; border-radius:10px 10px 0px 0px;/*普通*/
-moz-border-radius:10px 10px 0px 0px;/*firfox*/
-webkit-border-radius:10px 10px 0px 0px;/*firfox*/ }
 
.fengmian li a{ display:block; margin-right:10px; background-color:#efefef; border:0px #324667 solid; line-height:28px;  border-radius:10px;/*普通*/
-moz-border-radius:10px;/*firfox*/
-webkit-border-radius:10px;/*firfox*/  }




.line1{ border-bottom:1px #efeffe solid; margin-top:20px;}

.clr{ clear:both;}
.more{ margin-top:20px; margin:auto; width:108px;}
.more a{ color:#89BE2E; font-weight:bold; font-size:13px; display:block; width:108px; height:36px; border:2px #89BE2E solid; line-height:36px; text-align:center;} 
 .more a:hover{ background-color:#89BE2E; color:#fff; border:2px #efefef solid; }
 .index_gsjj_left{   background-image:url(../images/douhao.jpg); background-repeat:no-repeat; background-position:right 40px;  padding-top:40px;}
  .index_gsjj_left strong{ font-size:20px; font-weight:lighter; display:block; text-align:center; color:#89BE2E;}
   .index_gsjj_left span{ font-size:15px; color:#a6a6a6; display:block; line-height:30px; text-align:center}
   .index_gsjj_left p{ height:2px; background-color:#89BE2E; width:10%; margin:auto; margin-top:5px; margin-bottom:5px;}
   .index_gsjj_info{ font-size:14px; line-height:20px; color:#5b5b5b; padding:10px; text-align:justify}
 .index_gsjj_right{ margin-top:20px;  }
 .index_gsjj_right li{  width:50%; height:109px; float:left; background-size:100%;}
  .index_gsjj_right .bgg1{ background-image:url(../images/g5.jpg);}
  .index_gsjj_right .bgg2{ background-image:url(../images/g4.jpg);}
  .index_gsjj_right .bgg3{ background-image:url(../images/g3.jpg);}
  .index_gsjj_right .bgg4{ background-image:url(../images/g2.jpg);}
  .index_gsjj_right .bgg5{ background-image:url(../images/g1.jpg);}
  
 .index_gsjj_right li .g1{transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s; }
  .index_gsjj_right li .g1{ background-color:#9b6d43;width:100%; height:109px; position:absolute;  filter:alpha(opacity=80); /*IE滤镜，透明度50%*/
  -moz-opacity:0.8; /*Firefox私有，透明度50%*/
  opacity:0.8;/*其他，透明度50%*/ z-index:0;  }
   .index_gsjj_right li a:hover .g1{ filter:alpha(opacity=5); /*IE滤镜，透明度50%*/
  -moz-opacity:0.5; /*Firefox私有，透明度50%*/
  opacity:0.5;   background-color:#9b6d43;width::100%; height:109px; position:absolute; z-index:0;}
  .index_gsjj_right li a{ width:100%; height::109px; color:#fff;}
   .index_gsjj_right li a strong{display:block; position:absolute;  font-size:16px; font-weight:lighter; padding-top:15px; z-index:1; padding-left:14px;}
   
 .index_gsjj_right li a span{ display:block; font-size:12px; position:absolute; z-index:1;padding-top:35px; padding-left:14px;}
 .index_gsjj_right li a img{ position:absolute; z-index:1; padding-left:150px; padding-top:150px;}
 .index_gsjj_right i{ z-index:1; width:20px; height:2px; background-color:#fff; display:block;position:absolute; margin-top:85px; margin-left:14px;}
 
 

	
.list_page,.list_page2{ display:block; padding:10px 0; text-align:center; font-size:14px;  color:#ccc;}
.list_page a,.list_page2 a{ font-size:14px;  color:#ccc;}
.list_page{ }
.list_page ul{ display:block; font-size:0; line-height:0;  }
.list_page li{ display:inline-block; *display:inline; *zoom:1; vertical-align:top; }
.list_page li a{ display:block; padding-left:15px; padding-right:15px; height:36px; border:1px solid #ccc; background:#fff; color:#262626; text-align:center; line-height:36px; border-left:0px;}
.list_page li a:hover{ background:#efefef; color:#262626;}
.list_page li .up{border-left:1px solid #ccc;  }
.list_page li .list_page_now{ background-color:#efefef;  color:#262626; }
 .list_page li .list_page_now:hover{ background-color:#efefef;}


 
 
.tese_server li{ float:left; width:33.3333%; height:109px; background-size:100%; }
.tese_server  i{ z-index:1; width:28px; height:2px; background-color:#fff; display:block;position:absolute; margin-top:70px; margin-left:34px;}
  .tese_server .bgg1{}
      
  .tese_server .bgg2{ background-color:#cba078;}
  .tese_server .bgg3{ background-image:url(../images/cy.jpg);}
  .tese_server .bgg4{ background-image:url(../images/yl.jpg);}
  .tese_server .bgg5{ background-color:#fdaf48;}
  .tese_server .bgg6{ background-image:url(../images/zx.jpg);}
  .tese_server .bgg7{ background-color:#f9f9f9;}
  
 .tese_server li .g1{transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s; }
  .tese_server li .g1{ background-color:#9b6d43;width:100%; height:109px; position:absolute;  filter:alpha(opacity=80); /*IE滤镜，透明度50%*/
  -moz-opacity:0.8; /*Firefox私有，透明度50%*/
  opacity:0.8;/*其他，透明度50%*/ z-index:0;  }
   .tese_server li a:hover .g1{ filter:alpha(opacity=5); /*IE滤镜，透明度50%*/
  -moz-opacity:0.5; /*Firefox私有，透明度50%*/
  opacity:0.5;   background-color:#9b6d43;width:100%; height:109px;  position:absolute; z-index:0;}
  .tese_server li a{ width:100%; height:109px; color:#fff;}
   .tese_server li a strong{display:block; position:absolute;  font-size:19px; font-weight:lighter; padding-top:35px; z-index:1; padding-left:34px;}
   
 .tese_server li a p{ width:233px; height:120px; display:block; font-size:12px; position:absolute; z-index:1;padding-top:95px; padding-left:34px; line-height:22px;}
  .tese_server li a span{ width:108px; height:35px; display:block; font-size:12px; position:absolute; z-index:1; margin-top:211px; margin-left:34px; color:#efefef; font-weight:bold; font-size:13px;    border:2px #efefef solid; line-height:36px; text-align:center;  } 
 .tese_server li a img{ position:absolute; z-index:1; padding-left:150px; padding-top:150px;}