﻿@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{ float:left;
display: block;height: 100%;}
.homepage-logo img{ 
	height:100%;
}

.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;	
}



.header {
	background-color: #fff;
	border-bottom: 0px #009FE9 solid;
	padding: 5px 10px;
	height: 50px;
}

.heibg {
	background: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz--transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	z-index: 5;
	height: 56px;
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 888;
}

.en {
	display: none;
	position: absolute;
	top: 50px;
	z-index: 10000;
	right: 90px;
}
  .en a{ height:40px; width:40px; display:block; background-color:#00ccff; color:#FFF; line-height:40px; text-align:center; margin-bottom:1px;}
.go-home {
	color: #3d3e42;
	margin-top: 15px;
	background-image: url(../images/misc/home-buttonen.png);
	background-size: 42px 42px;
	background-position: 8px 0px;
	background-repeat: no-repeat;
	position: absolute;
	right: 90px;
	top: 0px;
	height: 50px;
	width: 50px;
	text-align: center;
	font-family: 'Dosis', sans-serif;
}


.go-menu{
	color:#3d3e42; 
	background-image:url(../images/menubg.png);
	background-size:36px;
	background-position:center center;
	background-repeat:no-repeat;
	position:absolute;
	right:0px;
	top:0px;
	height:60px;
	width:60px;
	text-align:center;
 
	font-family:'Dosis', sans-serif;
}

.go-back{
	display:none;
	color:#3d3e42;
	background-image:url(../images/close-button.png);
	background-size:36px 36px;
	background-position:center center;
	background-repeat:no-repeat;
	position:absolute;
	right:0px;
	top:0px;
	height:60px;
	width:60px;
	text-align:center;
 
	font-family:'Dosis', sans-serif;
}

.navigation{
	display:none;
	overflow:visible!important;
	background-color:#FFFFFF;
	border-bottom:solid 3px #a72a2d;
	border-top:solid 3px #a72a2d;
	position:absolute;
	width:100%;
	z-index:999999;
	margin-top:0px;
}

.navigation-wrapper{
	border-left:solid 2px #fff;
	border-right:solid 2px #fff;
}

.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/corner-deco.png);
	background-size:16px 8px;
	background-repeat:no-repeat;
	position:absolute;
	width:16px;
	height:8px;
	position:absolute;
	right:21px;
	top:-10px;
}

.can-do{
    text-align: center;
    padding-bottom: 0px;
    position: relative;
    overflow: hidden;
}

.do-title {
	text-align: center;
	padding: 20px;
}
.do-title h2 {
	color: #333;
	font-size: 20px;
	padding-top: 10px;
	margin: 0;
}
.do-title h2 span {
	color: #da383c;
}
.do-title img {
	width: 145px;
	height: auto;
	margin: 0 auto;
	margin-top: 10px;
}
.do-title p {
	padding-top: 6px;
	color: #333;
	font-size: 12px;
	line-height: 16px;
}

.container{ width:100%;}

.fanyi_list ul{ margin:0px;padding: 0 5px;}
.fanyi_list li{  width:50%; float:left; }
.fanyi_list li a{ display:block; margin:5px;padding: 20px 2px; border:1px #f5f5f5 solid; background-color:#fefefe;height:160px;}
.fanyi_list li a img{ margin-top:0px; width: 50px;}
.fanyi_list li a strong{ display:block; color:#000; line-height:36px; font-size:14px; }
.fanyi_list li a i{ display:block; height:1px; width:50px; background-color:#CCC; margin:auto; }
.fanyi_list li a p{ color:#333; padding-top:10px;font-size: 12px;line-height: 20px;}


.do-list{
    text-align: center;
    padding-top: 20px;
}
.do-list ul{
   margin-bottom: 0px;
}
.do-list ul li{
    width: 100%;
    height: auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
	float: left;
	position: relative;
	margin-bottom: 10px;
}
.do-list ul li img{
	width: 100%;
	height: auto;
}
.do-list ul li:nth-child(2){
    margin-right: 0px;
}
.do-list ul li .do-li{
    display: block;
	position: absolute;
	right: 10px;
	top: 10px;
    width: 50%;
    height: 100%;
    color: #4c4c4c;
    /* position: relative; */
    text-align: left;
}
.do-list-title{
    padding-top: 5px;
}
.do-list-title h3{
    font-size: 18px;
	color: #a72a2d;
	margin-bottom: 5px;
    /* font-weight: normal; */
}
.do-list-title p{
    font-size: 14px;
    color: #4c4c4c;
    font-weight: bold;
	padding: 5px 0;
	line-height: 20px;
}
.do-list-title b{
    display: block;
    width: 100%;
    border-bottom: 1px dashed #cbcbcb;
    margin: 0 auto;
}
.do-list-text{
    font-size: 12px;
    color: #000;
    line-height: 20px;
    padding: 10px 0px;
}
.do-list-more{
    width: 47px;
    height: 47px;
    background-image: url(../images/arrow.png);
    background-size: 100% 100%;
    position: absolute;
    bottom: 30px;
    right: 60px;
    transition: all 0.5s ease-in-out;
}


.main-about{
    width: 100%;
    height: auto;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
	position: relative;
	background-color: #a72a2d;
}
.about-left{
	width: 100%;
}
.about-left img{
	width: 100%;
	height: auto;
}
.about-right{
    width: 100%;
	height: auto;
	background-color: #a72a2d;
	padding: 10px;
	box-sizing: border-box;
}
.about-title{
    padding-top: 10px;
    padding-left: 25px;
    position: relative;
}
.about-title::before{
    content: '';
    width: 5px;
    height: 50px;
    background-color: #fad49d;
    position: absolute;
    left: 5px;
    top: 12px;
}
.about-title strong{
    display: block;
    color: #fff;
    font-size: 22px;
    line-height: 24px;
}
.about-title h3{
    color: #fff;
	font-size: 24px;
	line-height: 28px;
}
.about-title h3 span{
    color: #fad49d;
}
.about-right p{
    width: 100%;
    /* height: 160px; */
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    padding-top: 10px;
}
.about-menu{
    padding-top: 20px;
}
.about-menu ul{
	margin-bottom: 10px;
}
.about-menu ul li{
    float: left;
	display: block;
	width: 24%;
	margin-right: 1%;
}
.about-menu ul li a{
    display: block;
    width: 100%;
    height: 36px;
    background-color: #052b62;
    color: #fff;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}
.about-menu ul li a:hover{
    background-color: #fad49d;
    color: #a72a2d;
}
.about-menu ul li:first-child a{
    background-color: #fad49d;
    color: #a72a2d;
}


.main-case{
    background-color: #f9f9f9;
    /* padding-bottom: 30px; */
}
.case-title{
    text-align: center;
    padding-top: 20px;
}

.case-title h2{
    color: #a72a2d;
    font-size: 23px;
    padding-top: 10px;
}
.case-title img{
	width: 50%;
	height: auto;
	margin: 0 auto;
    margin-top: 15px;
}

.case_list {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
}
.case_list img{
	width: 55%;
	margin: 0 auto;
    margin-top: 5px;
}

.case_list ul li {
	width: 48%;
    padding: 10px;
	display: block;
	height: 130px;
	float: left;
	margin: 4px 1%;
	box-sizing: border-box;
	background-color: #f1f1f1;
	text-align: left;
}
.case_list ul li:nth-child(2){
	background-color: #fff;
}
.case_list ul li:nth-child(3){
	background-color: #fff;
}
.case_list ul li:nth-child(6){
	background-color: #fff;
}


.case_list ul li span{
    font-size: 30px;
    line-height: 30px;
    color: #14813d;
	font-weight: bold;
	float: left;
}

.case_list ul li:nth-child(2n+2) span{
	float: right;
}

.case_list ul li strong {
    font-size: 14px;
    line-height: 20px;
    display: block;
	color: #14813d;
	position: relative;
	/* padding: 0 15px; */
}
.case_list ul li p {
    font-size: 12px;
    line-height: 18px;
    display: block;
    /* margin-top: 5px; */
    color: #14813d;
}

.main-news{
	width: 100%;
}
.news-box{
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
}
.wenti-box{
	width: 100%;
}
.wenti-box .news-title{
	box-sizing: border-box;
	padding: 0 10px;
}
.wenti-box .news-title a{
	right: 10px;
}
.news-title{
    position: relative;
}
.news-title strong{
    display: block;
    font-size: 18px;
    color: #333;
    line-height: 24px;
}
.news-title span{
    display: block;
    font-size: 12px;
    color: #999999;
    padding-top: 5px;
}
.news-title a{
    position: absolute;
    right: 0;
    top: 0;
    color: #a72a2d;
}
.news-title a img{
	width: auto;
	height: 24px;
}
.news-title a:hover{
    text-decoration: underline;
}
.news-box ul li{
    display: block;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
}
/* .news-box ul li a{
	display: block;
	height: auto;
} */
.news-box ul li:last-child{
    border-bottom: 0px solid #e9e9e9;
}
.news-box .news-image{
    width: 30%;
    height: 70px;
    overflow: hidden;
    float: left;
}
.news-image img{
	width: 100%;
	height: auto;
	object-fit: cover;
	min-height: 100%;
    /* min-width: 100%;
    margin: 0 -100%; */
}
.news-r{
    float: right;
	width: 66%;
}
.news-r strong{
	font-size: 14px;
    color: #333;
	line-height: 18px;
	display: block;
	padding-bottom: 10px;
}
.news-r b{
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: #999;
    font-weight: normal;
}
.news-r b span{
    display: block;
    float: left;
    margin-right: 5px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.news-r b span:nth-child(1){
    width: 12px;
    height: 12px;
    background-image: url(../images/time.png);
    margin-top: 2px;
}
.news-r b span:nth-child(2){
    margin-right: 15px;
}
.news-r b span:nth-child(3){
    width: 16px;
    height: 16px;
    background-image: url(../images/view.png);
}
.news-r p{
    color: #999;
    font-size: 14px;
    margin-top: 5px;
    line-height: 20px;
}


.wenti-list{
    width: 100%;
    height: auto;
	padding: 10px;
	box-sizing: border-box;
    background-color: #f1f1f1;
    margin-top: 15px;
}
.wenti-list ul{
	margin-bottom: 5px;
}
.wenti-list li{
    border-bottom: 1px dashed #d1d1d1;
}

.wenti-list .news-image{
    width: 45%;
    height: 80px;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    float: left;
}
.wenti-list .news-image img{
    width: 100%;
	height: auto;
	object-fit: cover;
	min-height: 100%;
}
.news-ri{
    float: right;
    width: 53%;
}
.news-ri strong{
	font-size: 15px;
    display: block;
    color: #333;
    font-weight: normal;
    line-height: 24px;
}
.news-ri b{
    font-size: 12px;
    color: #999;
    display: block;
    font-weight: normal;
    padding: 5px 0;
}
.news-ri p{
    font-size: 14px;
    color: #666;
    line-height: 24px;
}
.wenti-list .news-text{
    float: left;
}
.wenti-list .news-text strong{
    font-size: 14px;
    color: #666;
    font-weight: normal;
    line-height: 36px;
    padding-left: 12px;
	position: relative;
	display: block;
}
.wenti-list .news-text strong::before{
    content: '';
    position: absolute;
    top: 16px;
    left: 2px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #aeaeae;
}
.wenti-list .news-date{
    float: right;
}
.wenti-list .news-date p{
    color: #999;
    font-size: 14px;
    line-height: 36px;
}

.solution  { width:100%; padding-bottom: 20px;overflow: hidden;}
.solution ul{margin: 0;}
.solution li{  width:200px; float:left; }
.solution li a{ display:block; margin:8px; border:1px #f5f5f5 solid; background-color:#fefefe;height:260px; padding:10px;}
.solution li a img{ width:100%; height:100px;  }
.solution li a strong{ display:block; color:#000; line-height:36px; font-size:14px; text-align:center;   }
.solution li a i{ display:block; height:1px; width:60px; background-color:rgb(167, 42, 44,0.5); margin:auto; }
.solution li a p{ color:#333; padding-top:10px; text-align:center; font-size:12px;line-height: 20px;}
#scrollArrLeft2{ width:60px; height:60px; position:absolute; background-image:url(../images/arrow-left.png); cursor:pointer; margin-left:-80px; margin-top:180px;}
#scrollArrRight2{ width:60px; height:60px; position:absolute; background-image:url(../images/arrow-right.png); cursor:pointer; margin-left:1210px;margin-top:180px;}
.yuzhong{ background-image:url(../images/yybg.jpg); background-size: auto 100%; background-position:center; background-attachment:fixed;}
.yuzhong ul{ margin:10px 0 0;padding:0 10px 30px;}
.yuzhong li{ width:50%; float:left;}
.yuzhong li span{ width:50%; float:left; display:block; text-align:center; height:73px;background-color: rgba(255,255,255,0.3);padding: 10px;box-sizing: border-box;}
.yuzhong li span img{ width:100%; height:auto; margin:auto;max-width: 80px;}
.yuzhong li  .yz_text{background-color: rgb(129, 34, 37,0.6); color:#fff; font-size:12px; text-align:center; line-height:53px;}
.yuzhong li:nth-child(3) span,.yuzhong li:nth-child(4) span,
.yuzhong li:nth-child(7) span,.yuzhong li:nth-child(8) span,
.yuzhong li:nth-child(11) span,.yuzhong li:nth-child(12) span{float: right;}



footer{
    width: 100%;
    height: auto;
}
.foot-up{
    height: auto;
    background-color: #012169;
}
.foot-up-box{
    width: 100%;
    /* margin: 0 auto; */
}
.foot-menu{
    padding-top: 5px;
    text-align: center;
}
.foot-menu>ul{
    display: inline-block;
}
.foot-menu .menu-title{
    display: block;
    float: left;
	width: 32%;
	height: 100px;
	text-align: center;
	/* padding: 0 10px; */
	/* text-align: left; */
	margin-top: 10px;
}
.foot-menu .menu-title ul{
    margin: 0px;
}
.foot-menu .menu-title .menu-list{
    font-size: 15px;
    line-height: 20px;
}
.foot-menu ul li a:hover{
    color: #f1f1f1;
}
.foot-menu ul li a{
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.foot-menu ul li a:hover{
    margin-left: 10px;
}
.menu-title ul li a{
    display: block;
    font-size: 13px;
    color: #fff;
    line-height: 20px;
}
/* .menu-title ul li a span{
    display: block;
    float: left;
    width: 12px;
    height: 15px;
    margin: 7px 0;
    margin-right: 5px;
    background-image: url(../images/menu-arrow.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
} */

.foot-down{
    height: auto;
	text-align: center;
	background-color:#ffffff;
}
.copyright{
    width: 100%;
	color: #fff;
	background-color: #812225;
	margin-top: 10px;
	padding: 10px 5px;
	box-sizing: border-box;
}
.copyright p{
	font-size: 12px;
	line-height: 22px;
}
.copyright a{
    color: #fff;
}
.copyright a:hover{
    text-decoration: underline;
}
.foot-logo{
	padding: 10px 20px 0;
}
.foot-logo img{
	width: 60%;
	height: auto;
	max-width: 220px;
}
.qr-code{
	display: inline-block;
	padding: 0 20px;
}
.qr-code-box{
	display: inline-block;
	vertical-align: top;
	width: 40%;
	padding: 0 10px;
	box-sizing: border-box;
}

.qr-code-box img{
    width: 100%;
    height: auto;
}
.qr-code-box p{
    font-size: 12px;
    color: #545454;
    line-height: 20px;
}

/* .case_list ul{ }
.case_list ul li{ border-bottom:1px #ccc dotted; margin-bottom:20px; }
.case_list ul li .case_list_img{   width:100%; height:180px; overflow:hidden;}
.case_list ul li .case_list_img img{  position:absolute; width:100%; }
.case_list_info{    font-size:13px;}
.case_list_info strong{ font-size:18px; color:#333; display:block; line-height:44px; } 

.case_list_info p{ margin:0px; padding:0px; font-size:13px;} */
.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:12px;line-height: 22px;}
 .info h1{ line-height:36px;}
 .info img{ display:block;width: auto; max-width:100%; margin: 0 auto; margin-bottom:10px;}
 
 
.info table{ border-collapse:collapse; width:100%; margin-top:10px;}
.info table td{ padding:5px; border:1px #ccc solid}
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:#a72a2d; z-index:2; } 
 .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;} */

   .foot_menu{position:fixed; bottom:0px; width:100%; background-color:#fefefe; z-index:999; } 
 .foot_menu li{ float:left; width:25%; text-align:center; height:49px;   color:#fff;list-style:none; border-top:1px #f1f1f1 solid;  }
 .foot_menu li a { display:block; height:48px; border-left:1px #f1f1f1 solid; }
  .foot_menu li .dh{ display:block; line-height:49px; color:#FFF; text-align:center; font-size:18px;background-color:#a72a2d;  }
  .foot_menu li strong{ font-weight:lighter;}
   .foot_menu li i{ display:block; width:22px; height:20px; background-image:url(../images/wx.jpg); background-size:100%; margin:auto; margin-top:5px;}
      .foot_menu li .yy i{ background-image:url(../images/yyw.jpg);  }
.foot_menu li .sy b{ display:block; width:15px; height:15px; background-color:#f00; position:absolute; margin-top:-3px; margin-left:17px; color:#fff; line-height:15px; border-radius:10px;font-style:normal; animation: myfirst 2s infinite;}


.info_banner{ height:100px; background-image:url(../images/why.jpg); background-position:center; background-size:auto 100%;}
.info_banner h4{ color:#FFF; text-align:center; padding-top:25px; font-size:24px; font-weight:lighter;}
.info_banner p{ text-align:center; color:#fff;}
.menu_pro{  margin-top:20px; text-align:center; margin-bottom:10px;}
.menu_pro li{  display:inline-block; text-align:center; margin-bottom:5px; border-right:1px #fff solid;width:23%;}
.menu_pro .cp_menu{ width:30%;}
.menu_pro .cp_menu a{ font-size:12px;}
.menu_pro li a{ display:block;  height:35px; line-height:35px;   background-color:#efefef; color:#333;   font-size:13px; width:100%;   }
.menu_pro li a:hover{ background-color:#a72a2d; color:#fff;}
.menu_pro li .now{display:block;   height:35px; line-height:35px; text-align:center; background-color:#a72a2d; color:#fff;  } 

.news_list_2{  }
.news_list_2_img{ float:left; width:25%;}
.news_list_2_img img{ width:100%; max-height:60px;}
.news_list_2_info{ float:right; width:75%;}
.news_list_2 b{ font-size:14px; line-height:20px; margin-bottom:6px; display:block; font-weight:lighter;}
.news_list_2_info p{ color:#aaa; padding:0px; padding-left:10px;   margin:0px; line-height:18px;font-size: 12px;}
.news_list_2 li{ clear:both; border-bottom:1px #CCCCCC dotted; padding-bottom:10px; padding-top:10px; }
.news_list_2_info i{ margin-left:10px; color:#ccc;}
.article h3{ text-align:center; font-size:18px;}
.post{ text-align:center; border-bottom:1px #efefef solid;line-height:35px; margin-bottom:20px;}
.menu_pro2{  margin-top:20px; text-align:center; margin-bottom:10px; }
.menu_pro2 li{  display:inline-block; text-align:center; margin-bottom:5px; border-right:1px #fff solid;width:31%;}
.menu_pro2 li a{ display:block;  height:35px; line-height:35px;   background-color:#efefef; color:#333;   font-size:13px;    border-radius:50px;/*普通*/
-moz-border-radius:50px;/*firfox*/
-webkit-border-radius:50px;/*firfox*/ width:100%;     }
.menu_pro2 li a:hover{ background-color:#CCC}
.menu_pro2 li .now{display:block;   height:35px; line-height:35px; text-align:center; background-color:#FDA307; color:#fff;  }



 .top_box{ text-align:center; height:50px; margin-top:20px;}
 .top_box li{ display:block; width:25%; float:left;height:50px; }
  .top_box li .newpost{ line-height:35px;background-color:#e34036; color:#fff;  font-size:12px; display:block;
 border-radius:20px;/*普通*/
-moz-border-radius:20px;/*firfox*/
-webkit-border-radius:20px;/*firfox*/ margin:3px; }
  .top_box .newpost_w{ background-color:#412621;line-height:35px;  color:#fff;  font-size:12px; display:block;
 border-radius:20px;/*普通*/
-moz-border-radius:20px;/*firfox*/
-webkit-border-radius:20px;/*firfox*/ margin:3px; } 

.dis{ display:block;}
.undis{ display:none}
.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;}
 



.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;}
 
 
.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;}
.newlist li a{ display:block;    padding-right:20px; background-size:80px; background-repeat:no-repeat; background-position:0px;  }
.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; }

.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{   }

 
 .new_kl a{ display:block; height:35px; background-color:#efefef; line-height:35px; font-size:16px; text-align:left; padding-left:10px; margin-bottom:10px;}
 .new_kl span{ display:block;text-overflow:ellipsis; overflow:hidden; white-space:nowrap; width:90%; font-size:14px;  }
.updown{ }
.updown a{ display:block; background-color:#efefef; width:100%; text-align:left; height:35px; line-height:35px; margin-bottom:10px; padding-left: 10px; box-sizing: border-box;}
.updown .upyp{ }
.updown .downyp{ }



.xxjs{ background-color:#efefef; height:45px;}
.xxjs li{ float:left; width:100px; height:45px; line-height:45px; text-align:center; cursor:pointer;}
.xxjs .newpost_w{ background-color:#a72a2d; color:#fff;}
.xxjs .newpost{ background-color:#f9f9f9; margin-right:1px;}

.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; background-color:#fff;  }
.fengmian li a b{display:block;position:relative; overflow:hidden;height:100px;width:100%;}
.fengmian li img{ width: auto;
    min-width: 100%;
    height: 100%;
    object-fit: cover;margin:auto; }
 
.fengmian li a{ display:block; margin-right:10px; background-color:#efefef; border:0px #324667 solid; line-height:18px; font-size:13px; text-align:left; padding:10px;   }
.fengmian li a span{ height:40px; margin-top:5px; display:block}
.cp_index_list li{ float:left; width:50%; height:130px; margin-bottom:10px; text-align:center;  }

.cp_index_list li img{ height:auto; width:100%; margin:auto; }
 

.rongyu-list{
    width: 100%;
	margin-top: 10px;
	padding: 0 5px;
	box-sizing: border-box;
}
.rongyu-list ul li{
	width: 48%;
	padding: 10px;
    height: 246px;
    float: left;
    border: 1px solid #e1e1e1;
    padding: 10px;
	box-sizing: border-box;
	margin: 5px 1%;
}
.rongyu-list ul li .prod-img{
    width: 100%;
    height: 200px;
    overflow: hidden;
    text-align: center;
    text-align: center;
}
.rongyu-list ul li .prod-img img{
    width: auto;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    margin:auto;
}


.rongyu-list ul li .prod-title{
    width: 100%;
    margin-top: 6px;
}
.rongyu-list ul li .prod-title h3{
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    font-weight: normal;
    margin: 0;
}



.line1{ border-bottom:1px #efeffe solid; margin-top:20px;}

.clr{ clear:both;}
.h10{ height:10px;}
.more { 
}
.more a {
	display: block;
	width: 140px;
	height: 30px;
	text-align: center; border:1px #ccc solid;
	color: #ccc;
	font-size: 16px;
	line-height: 30px;
	margin: auto;
	border-radius: 30px;/*普通*/
	-moz-border-radius: 30px;/*firfox*/
	-webkit-border-radius: 30px;/*firfox*/
}
.more a:hover {
	background-color: #333
}
 .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:33.3333%; 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;}
 
 
 
.mopai_kk{   }
 .mopai_kk a{ background-color:#fff; display:block;  height:218px; margin:10px;  text-align:center;   float:left; border:3px #e4e4e4 solid;  padding:8px; background-image:url(../images/yb.png); background-repeat:no-repeat; background-position:center 96%;
 border-radius:200px;/*普通*/
-moz-border-radius:200px;/*firfox*/
-webkit-border-radius:200px;/*firfox*/ background-size:30px; }
  .mopai_kk a:hover{ border:3px #e12d22 solid;  background-image:url(../images/yb2.png);}
  .mopai_kk a li{ padding-top:0px;  }
  .mopai_kk a li img{width:100%;  margin-bottom:10px; }
 .mopai_kk a strong{ display:block; font-size:18px; color:#333; line-height:18px;}
  .mopai_kk a span{ display:block; font-size:10px; color:#949493; padding:0px; text-align:center; height:20px;}

 .mopai_kk a:hover strong{ display:block; font-size:24px; color:#b9261d;}
  .mopai_kk a:hover span{ display:block; font-size:12px; color:#b9261d;}
  .mopai_kk a:hover img{  }
  .mopai_kk b{ font-size:34px; color:#00A2E6; display:block; text-align:center; line-height:45px; }
  .mopai_kk b span{ font-size:24px; color:#00A2E6}
  
  
 
 .index_title{ text-align:center; margin-top:10px;}
  .index_title span{  font-size:23px; line-height:25px; font-family:'ITCAvantGardeStd67eb9ea455d9'; color:#333;   }
   .index_title strong{ display:block;font-size:14px; padding:2px;   position:relative; z-index:2; margin:auto; background-color:#fff; width:275px; color:#333; font-weight:lighter;}
    .index_title i{ border-bottom:1px #c3261d solid; display:block; position:absolute; z-index:1; width:100%; margin-top:-13px;}
	 .index_title b{ width:50px; height:2px; display:block; margin:auto; background-color:#c3261d; margin-top:5px;}
	 
	 

	
.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:first-child{
	border-left:1px solid #ccc;
}
.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;}
 .rongyu{ background-image:url(../images/rankbg.jpg); background-size:auto 100%; padding-top:10px;}
 
 .top_menu{ padding-bottom:20px;  padding-left:10px; padding-right:10px; margin-top:10px;}
.top_menu li{ float:left; width:25%; text-align:center; margin-top:0px;}
.top_menu li img{ width:65%; margin:auto;}
.top_menu li a{ font-size:13px; line-height:29px;}
.top_menu li span{ display:block}
.huihui{ height:15px; background-color:#efefef;}
 .fuwu li{ padding-top:10px; background-color:#333; margin:0px;}
 .fuwu li b{  text-align:center;   font-size:18px;  padding-left:10px;  color:#a72a2d}
 .fuwu li p{  line-height:18px; padding:10px;  text-align:justify; margin:0px; color:#ccc;}
   .fuwu .y2{ background-color:#efefef;}
  .fuwu .y2 p{ color:#333;}
	 .fuwu .y4{ background-color:#efefef;}
   .fuwu .y4 p{ color:#333;}
 
.m_lx{ text-align:center;  }
.m_lx img{ width:80%; margin:auto;}
.team_bg_kk {
}
.team_bg_kk .team_xiangguan {
	height: 100%;
	background: none;
	margin: auto;
	margin-top: 30px;
	width: 100%;
}
.team_bg_kk .team_xiangguan a {
	display: block;
	float: left;
	width: 50%;
}
.team_bg_kk .child {
	width: 100%;
	margin: 0px 0px;
	padding: 0px 0px;
	display: inline-block;
*display:inline;
*zoom:1;
}
.team_bg_kk .child .childImg {
}
.team_bg_kk .child .childImg img {
	width: 100%;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}
.team_bg_kk .child .childImgMsg {
	position: absolute;
	z-index: 2;
	margin-top: -80px;
	font-size: 10px;
	color: #fff;
	padding-left: 10px;
}
.team_bg_kk .child .childImgMsg strong {
	font-size: 14px;
}
.h10{ height:10px}

.fuwu strong{ display:block; height:44px; line-height:44px; background-color:#efefef; padding-left:5px; margin-bottom:5px; margin-top:5px; font-size:15px;}



.yewu_list ul {  }
.yewu_list ul a{width:50%; float:left;   }
.yewu_list ul a:hover li{  filter:alpha(opacity=80); /*IE滤镜，透明度50%*/
  -moz-opacity:0.8; /*Firefox私有，透明度50%*/
  opacity:0.8;/*其他，透明度50%*/ background-size:102% auto;}
.yewu_list ul li{ width:100%;  height:209px;  background-position:center;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s;background-size:100% auto; overflow:hidden }
.yewu_list ul li span{ padding:10px; display:block  }
.yewu_list ul li strong{ display:block;  width:100%; margin:auto; height:186px;    border:1px #FFFFFF solid;   position:relative; font-size:18px; color:#FFF; text-align:center;   }
.yewu_list ul .yewu_list_bg1{ background-image:url(../images/ye1.jpg)}
.yewu_list ul .yewu_list_bg2{ margin-lef`t:25%;background-image:url(../images/ye2.jpg)}
.yewu_list ul .yewu_list_bg3{ margin-lef`t:50%;background-image:url(../images/ye3.jpg)}
.yewu_list ul .yewu_list_bg4{ margin-lef`t:75%;background-image:url(../images/ye4.jpg)}
.yewu_list ul a b{ position:absolute; text-align:left; left:30%; margin-left:-40px; top:10%; display:block;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s;font-weight:lighter; font-size:20px;}
.yewu_list ul a b dt{ font-size:10px; font-weight:lighter;}
.yewu_list ul a:hover b{    }
.yewu_list ul a span p{position:absolute; top:45%; font-size:14px; text-align:center; width:100%; }

.yewu_list ul a .yewu_read{ font-size:12px; width:90px; height:29px; border:1px #fff solid; line-height:29px; margin:auto;   position:absolute; bottom:50px; left:50%; margin-left:-45px; margin-bottom:-200px; transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s;background-size:100% auto;   }
.yewu_list ul a:hover .yewu_read{ margin-bottom:-20px; display:block;}
.yewu_list ul  .yewu_info{ position:fixed; z-index:3; display:none;}
.yewu_list ul  .yewu_info ul{ width:65%; background-color:#cacac8; position:fixed; z-index:4;  margin-top:140px; right:8%; }
.yewu_list ul  .yewu_info .yewu_bg{  background-color:#cacac8;  position:fixed; width:100%; height:100%;   top:0px; z-index:3; filter:alpha(opacity=90); /*IE滤镜，透明度50%*/
  -moz-opacity:0.9; /*Firefox私有，透明度50%*/
  opacity:0.9;/*其他，透明度50%*/}
.yewu_list ul  .yewu_info .yewu_img{ float:left; width:65%;}
.yewu_list ul  .yewu_info .yewu_img img{ width:100%;}
.yewu_list ul  .yewu_info .yewu_p{ float:right; width:30%; color:#626262; line-height:22px; padding-right:30px; padding-top:30px;}
.yewu_list ul  .yewu_info .yewu_p .yewu_logo{ width:222px;}
.yewu_list ul  .yewu_info .guanclose{ position:fixed; right:-50px; top:-80px;    z-index:5;  cursor:pointer; width:40px; height:40px;}
.yewu_list ul  .yewu_info .guanclose img{ width:40px}
 
.yewu_list ul  .yewu_info .tit span{ color:#323232; font-size:17px; display:inline-block; padding-bottom:9px; border-bottom:1px #333 solid; margin-bottom:10px; margin-top:10px;} 



.jiudian3 ul{    margin:auto;}
.jiudian3 ul .sj_img{ width:40%; float:left;  }
.jiudian3 ul .sj_img{}
.jiudian3 ul .sj_info{ float:right; width:55%;   margin-top:-30px;}
.jiudian3 ul .sj_info li{ background-size:30px; padding-left:40px;   }
.jiudian3 ul .sj_info .k1{ background-image:url(../images/k1.png); background-repeat:no-repeat; background-position:left top; }
.jiudian3 ul .sj_info .k2{ background-image:url(../images/k2.png); background-repeat:no-repeat; background-position:left top; }
.jiudian3 ul .sj_info .k3{ background-image:url(../images/k3.png); background-repeat:no-repeat; background-position:left top;  }
.jiudian3 ul .sj_info strong{ font-size:14px; color:#666;   display:block}
.jiudian3 ul .sj_info p{ padding-left:24px;}




.yewu_list_2 ul { margin-top:10px;  }
.yewu_list_2 ul a{width:33.333%; float:left;   }
.yewu_list_2 ul a:hover li{  filter:alpha(opacity=80); /*IE滤镜，透明度50%*/
  -moz-opacity:0.8; /*Firefox私有，透明度50%*/
  opacity:0.8;/*其他，透明度50%*/ background-size:102% auto;}
.yewu_list_2 ul li{ width:100%;  height:159px;  background-position:center;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s;background-size:100% auto; overflow:hidden }
.yewu_list_2 ul li span{ padding:10px; display:block  }
.yewu_list_2 ul li strong{ display:block;  width:100%; margin:auto; height:135px;    border:1px #FFFFFF solid;   position:relative; font-size:18px; color:#FFF; text-align:center;   }
.yewu_list_2 ul .yewu_list_2_bg1{ background-image:url(../images/overview_1.jpg)}
.yewu_list_2 ul .yewu_list_2_bg2{ margin-lef`t:25%;background-image:url(../images/overview_2.jpg)}
.yewu_list_2 ul .yewu_list_2_bg3{ margin-lef`t:50%;background-image:url(../images/overview_3.jpg)}
 
.yewu_list_2 ul a b{ position:absolute; text-align:center; top:-30px; display:block;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s;font-weight:lighter; font-size:18px; width:100%; display:block;}
.yewu_list_2 ul a .yx1{ background-image:url(../images/yx1.png); background-repeat:no-repeat; background-position:center top;  padding-top:70px;}
.yewu_list_2 ul a .yx2{ background-image:url(../images/yx2.png); background-repeat:no-repeat; background-position:center top;  padding-top:70px;}
.yewu_list_2 ul a .yx3{ background-image:url(../images/yx3.png); background-repeat:no-repeat; background-position:center top;  padding-top:70px;}
 
.yewu_list_2 ul a:hover b{    }
.yewu_list_2 ul a span p{position:absolute; text-align:center; top:50%;  font-size:12px;width:100%; line-height:15px; color:#CCC }
 
.yewu_list_2 ul  .yewu_info{ position:fixed; z-index:3; display:none;}
.yewu_list_2 ul  .yewu_info ul{ width:65%; background-color:#cacac8; position:fixed; z-index:4;  margin-top:140px; right:8%; }
.yewu_list_2 ul  .yewu_info .yewu_bg{  background-color:#cacac8;  position:fixed; width:100%; height:100%;   top:0px; z-index:3; filter:alpha(opacity=90); /*IE滤镜，透明度50%*/
  -moz-opacity:0.9; /*Firefox私有，透明度50%*/
  opacity:0.9;/*其他，透明度50%*/}
.yewu_list_2 ul  .yewu_info .yewu_img{ float:left; width:65%;}
.yewu_list_2 ul  .yewu_info .yewu_img img{ width:100%;}
.yewu_list_2 ul  .yewu_info .yewu_p{ float:right; width:30%; color:#626262; line-height:22px; padding-right:30px; padding-top:30px;}
.yewu_list_2 ul  .yewu_info .yewu_p .yewu_logo{ width:222px;}
.yewu_list_2 ul  .yewu_info .guanclose{ position:fixed; right:-50px; top:-80px;    z-index:5;  cursor:pointer; width:40px; height:40px;}
.yewu_list_2 ul  .yewu_info .guanclose img{ width:40px}
 
.yewu_list_2 ul  .yewu_info .tit span{ color:#323232; font-size:17px; display:inline-block; padding-bottom:9px; border-bottom:1px #333 solid; margin-bottom:10px; margin-top:10px;} 

.bm{   height:25px; line-height:25px; color:#39F; font-size:13px;}
.kc_kk{ padding:5px;}

.kc_kk .tab .b2 td{ background-color:#efefef;}
.kc_kk .tab .b2 th{background-color:#efefef;}

.cp_list_1{ padding-left:5px;   }
.cp_list_1 a{ float:left;}
.cp_list_1 li{ float:left;  margin-right:10px; text-align:center;}
.cp_list_1 li img{  border:0px #247d3d solid;  height:144px;  }
.cp_list_1 .p{ border:1px #ccc solid;  height:60px;  margin-top:10px;  }
.cp_list_1 .p span{ display:block; line-height:16px; background-color:#fff; background-image:url(../images/team_bg.jpg); margin:auto;  position:relative; margin-top:-20px; width:90px;}
.cp_list_1 .p strong{ font-size:12px; margin-top:6px; display:block; font-weight:lighter;}
.cp_list_1 .p i{ width:30px;  border-bottom:2px #3399FF solid; margin:auto; display:block; margin-top:10px; margin-bottom:30px; }
.cp_list_1 .p .ms1{ color:#89be2e;}
.cp_list_1 a:hover .p{border:1px #03b2b5 solid;   }



.mianfei{ height:398px; background-image:url(../images/mfst.jpg); background-position:70%; background-size:auto 100%;}
.mianfei strong{ font-size:27px; text-align:center; color:#fff; display:block; text-align:center; padding-top:30px;}
.mianfei span{ display:block; text-align:center; font-size:16px; padding:10px; padding-top:30px; color:#fff;}
.mianfei .form{ width:90%; margin:auto; padding-top:40px;}

.submit_tj{ height:35px; width:100%; text-align:center; color:#fff; font-size:16px; background-color:#50a8b4; border:0px; cursor:pointer;
 border-radius:110px;/*普通*/
-moz-border-radius:110px;/*firfox*/
-webkit-border-radius:110px;/*firfox*/   margin-top:13px;    }
.submit_tj:hover{ background-color:#137e8d}
   input::-webkit-input-placeholder{
            color:#fff;
        }
        input::-moz-placeholder{   /* Mozilla Firefox 19+ */
            color:#fff;
        }
        input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
            color:#fff;
        }
        input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
            color:#fff;
        }
		
		
		.zhuanye_list{  }
.zhuanye_list li{   background-size:auto 100%; background-image:url(../images/listbg.jpg); width:100%; clear:both; background-position:center;}
.zhuanye_list li dl{   margin:auto;  }

.zhuanye_img{ padding:10px;margin:auto;  }
.zhuanye_img img{width:100%;  }
.zhuanye_info{   margin-top:10px; padding:10px;    }
.zhuanye_info strong{ display:block; font-size:18px; color:#04B2B5; border-left:2px #04B2B5 solid; padding-left:10px; margin-bottom:20px; margin-left:10px;}
.zhuanye_info a{ display:inline-block; width:31%; margin-top:10px;}
.zhuanye_info a:hover{ background-color:#690}
.zhuanye_info  .lj{ height:35px;  line-height:35px; background-color:#04B2B5;   color:#fff; font-size:14px; text-align:center; }
.zhuanye_info  .bm{ height:35px;  line-height:35px; background-color:#F60;   color:#fff; font-size:14px; text-align:center; }
.zhuanye_info .st{ height:35px;  line-height:35px; background-color:#3C3;   color:#fff; font-size:14px; text-align:center;  }
.zhuanye_list  .dlr{background-image:url(../images/listbg2.jpg); }
.zhuanye_list  .dlr .zhuanye_img{   }



.xm_a{ width:100%; margin:auto;}
.xm_a a{ float:left; margin-right:20px;}
.xm_a a:hover{ background-color:#690}
.xm_a  .bm{ height:35px; width:150px; line-height:35px; background-color:#F60; display:block; color:#fff; font-size:14px; text-align:center; margin-top:20px; font-size:15px;}
.xm_a .st{ height:35px; width:150px; line-height:35px; background-color:#3C3; display:block; color:#fff; font-size:14px; text-align:center; margin-top:20px; font-size:15px;}



.tuijian_small{ background-color:#efefef; padding:10px;}
.tuijian_small a{ float:left; width:50%;  position:relative; overflow:hidden;}
.tuijian_small a .pad{ margin:3px;background-color:#FFf; }
.tuijian_small a img{ display:block; width:100%;}
.tuijian_small a i{ height:160px; overflow:hidden; display:block;}
.tuijian_small a strong{ position:absolute; font-size:12px; color:#666; display:block; margin-top:-30px; text-align:center; width:100%; background-color:#fff; filter:alpha(opacity=80); /*IE滤镜，透明度50%*/
  -moz-opacity:0.8; /*Firefox私有，透明度50%*/
  opacity:0.8;/*其他，透明度50%*/ font-weight:lighter; height:30px; }
  
  
  .hezuomeiti{ background-color:#efefef; text-align:center; padding-top:20px; padding-bottom:10px; margin-top:10px; }
.hezuomeiti li img{ display:block; max-height:60px; max-width:160px; margin:auto; }
.hezuomeiti li{ display:block; float:left; width:160px; height:60px; text-align:center; background-color:#fff; margin-left:4px; margin-bottom:5px;}
 input::-webkit-input-placeholder{
            color:#333;
        }
        input::-moz-placeholder{   /* Mozilla Firefox 19+ */
           color:#333;
        }
        input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
             color:#333;
        }
        input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
          color:#333;
        }
 
.dg_form input{ border:1px #ccc solid; width:94%; line-height:34px; margin-bottom:10px;padding:0px 10px 0px 10px;}
.dg_form textarea{ 
	width: 94%;
	height: 80px;border:1px #ccc solid; padding:10px;margin-bottom:10px; }
	.input-submit1 input{ width:100%; background-color:#333; border:0px; color:#fff; font-size:16px; height:44px; line-height:44px;}
	.dg_form h2{ background-color:#a72a2d; color:#fff; line-height:44px; text-align:center;}
	
	.llxx{ text-align:left;}


	.yewu1{
		width: 100%;
		margin: 20px auto;
	}
	.yewu1-box {
		width: 100%;
		margin-top: 10px;
		/* border-bottom: 1px solid rgba(23, 19, 111, 0.2); */
	}
	/* .yewu1-box:last-child{
		border-bottom: 0px solid #ccc;
	} */
	/* .yewu1-box:nth-child(2n+2){
		background-color: #323232;
	} */
	.yewu1-item{
		width: 100%;
		height: auto;
		position: relative;
	}
	.yewu1-item img{
		width: 100%;
		height: auto;
		object-fit: cover;
	}
	
	.yewu1-box .yewu1-item:nth-child(1){
		width: 100%;
		color: #3e3e3e;
		padding: 10px;
		box-sizing: border-box;
	}
	.yewu1-box .yewu1-item img{
		width: auto;
		max-width: 100%;
		margin-bottom: 10px;
	}

	.yewu1-box .yewu1-item strong{
		font-size: 20px;
		display: block;
		/* margin-bottom: 20px; */
	}
	.yewu1-box .yewu1-item b{
		display: block;
		width: 60px;
		height: 3px;
		background-color: #a72a2d;
		margin: 15px 0;
	}
	.yewu1-box .yewu1-item p{
		line-height: 30px;
	}

	.contact{
		width: 100%;
		margin: 0px auto;
	}
	.contact-left{
		width: 100%;
		padding: 20px 10px;
		box-sizing: border-box;
	}
	.contact-left strong{
		font-size: 16px;
		color: #a72a2d;
		display: block;
		padding-bottom: 12px;
	}
	.contact-left p{
		font-size: 14px;
		line-height: 24px;
	}
	.contact-right{
		width: 100%;
	}
	.contact-right img{
		width: 100%;
		height: auto;
		display: block;
	}

	.map-box{
		width: 100%;
		height: 240px;
	}
	
	.liuyan{
		width: 100%;
	}
	.liuyan form{
		width: 90%;
		margin: 0 auto;
		margin-top: 20px;
	}
	.liuyan form li{
		display: block;
		list-style: none;
		width: 100%;
	}
	.input-text{
		width: 100%;
		height: 48px;
		border: 1px solid #ccc;
		margin-bottom: 20px;
		padding-left: 10px;
		font-size: 15px;
		box-sizing: border-box;
	}
	.textarea-text{
		width: 100%;
		height: 48px;
		border: 1px solid #ccc;
		margin-bottom: 20px;
		padding-left: 10px;
		font-size: 15px;
		line-height: 36px;
		box-sizing: border-box;
	}
	
	input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
		color:    #4f4f4f;
	}
	input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		color:    #4f4f4f;
	}
	input::-moz-placeholder { /* Mozilla Firefox 19+ */
		color:    #4f4f4f;
	}
	input:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color:    #4f4f4f;
	}
	textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
		color:    #4f4f4f;
		font-size: 15px;
		font-family: "Microsoft YaHei","微软雅黑";
	}
	textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		color:    #4f4f4f;
		font-size: 15px;
		font-family: "Microsoft YaHei","微软雅黑";
	}
	textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
		color:    #4f4f4f;
		font-size: 15px;
		font-family: "Microsoft YaHei","微软雅黑";
	}
	textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color:    #4f4f4f;
		font-size: 15px;
		font-family: "Microsoft YaHei","微软雅黑";
	}
	
	.input-submit{
		margin: 0 auto;
		margin-top: 10px;
		width: 200px;
		height: 48px;
	}
	.input-submit input{
		width: 200px;
		height: 48px;
		border:0px;
		background-color: #a72a2d;
		cursor: pointer;
		color: #fff;
		font-size: 16px;
	}
	.input-submit input:hover{
		color: #a72a2d;
		background-color: #fff;
		border: 1px solid #a72a2d;
		box-shadow: 2px 2px 5px #a72a2d;
		-moz-box-shadow: 2px 2px 5px #a72a2d;
		-webkit-box-shadow: 2px 2px 5px #a72a2d;
	}
	


	.cp_xxjs{ padding:10px;line-height:24px; font-size:14px;}
.cp_xxjs table{ width:100%; margin-bottom:20px;}
.cp_xxjs table td{ border:1px solid #CCC; padding:5px; }

.cp_xxjs li{
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #e6e6e6;
}
.cp_xxjs li:last-child{
    border-bottom: 0px dashed #e6e6e6;
}
.cp_xxjs li img{
	float: left;
}
.cp_xxjs li strong{
    float: left;
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 18px;
}
.pro-text{
    font-size: 14px;
    color: #555;
    line-height: 24px;
    padding: 10px 0;
}

.wenhua{
	width: 100%;
	box-sizing: border-box;
	margin-top: 10px;
	text-align: center;
}
.wenhua ul{
	display: inline-block;
}
.wenhua ul li{
	width: 100%;
	height: 45px;
	/* margin-right: 2%; */
	margin-bottom: 10px;
	float: left;
	background-color: #fad49d;
	color: #a72a2d;
	line-height: 45px;
}
/* .wenhua ul li:nth-child(2n+2){
   margin-right: 0;
} */

.history-con-box{
    margin-top: 0px;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
}
.history-con{
    margin: 10px auto 30px;
    overflow: hidden;
    padding: 0 20px;
}

.history-conlist1{
    padding: 20px 0;
    width: 100%;
    text-align:left;
    border-left: 1px solid #da383c;
    line-height: 25px;
    position: relative;
}
.history-conlist-text{
    width: 100%;
    min-height:80px;
	padding: 10px 10px 10px 30px;
	box-sizing: border-box;
}
.history-conlist2{
    padding-top: 50px;
    float: left;
    width: 520px;
    text-align:left;
    padding-left: 20px;
    line-height: 25px;
    position: relative;
}
.history-conlist-text strong{
    font-family: "微软雅黑";
    font-size: 16px;
    color: #a72a2d;
    display: block;
}
.history-conlist-text span{
    font-family: "微软雅黑";
    font-size: 12px;
    color: #333;
	display:block;
	line-height: 20px;
	padding-top: 6px;
}
.foc{
    width: 11px;
    height: 11px;
    border: 3px solid #da383c;
    border-radius: 50%;
    background: #ffffff;
    margin-top: 5px;
}
.foc::before {
    content: '';
    position: absolute;
    right: -13px;
    top: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.5px 0 5.5px 6px;
    border-color: transparent transparent transparent #da383c;
}

.history-conlist1 .foc{
    position: absolute;
    left: -8px;
    z-index:2 !important;
}
.history-conlist-text em img{
    width: 14px;
    height:14px;
}

.qs-list {
    width: 100%;
    margin-bottom: 10px;
    /* text-align: center; */
}
.qs-list ul{
	width: 100%;
}
.qs-list ul li{
    width: 100%;
    margin: 10px 0;
    background-color: #f1f1f1;
    display: block;
	padding: 10px 16px;
	box-sizing: border-box;
}

.qs-list ul li h4{
    color: #000;
    font-size: 14px;
    line-height: 24px;
    float: left;
    /* font-weight: normal; */
	transition: all 0.5s ease-in-out;
	margin: 0;
}
.qs-list ul li b {
    font-size: 14px;
    color: #555;
    line-height: 24px;
    float: left;
}

.qs-list ul li i {
    font-size: 12px;
    color: #555;
    line-height: 20px;
    font-weight: normal;
}
.qs-list ul li:hover{
    background-color: #a72a2d;
}
.qs-list ul li:hover h4{
    color: #ffffff;
}
.qs-list ul li:hover a{
    color: #ffffff;
}
.qs-list ul li:hover i{
    color: #ffffff;
}

.other-banner{
    width: 100%;
    height: 150px;
    overflow: hidden;
    text-align: center;
	position: relative; 
	background-image:url(../images/inbg.jpg); 
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position:center center;
}
.about-tit{
    text-align: center; margin-top:30px;
}
.about-tit h3{
	font-size: 24px;
	line-height: 28px;
    color: #fff;
    font-weight: normal;
	padding-bottom: 10px;
	margin: 0;
}
.about-tit p{ font-size:16px;padding-top:8px; color:#fff;font-weight:bold; line-height: 20px;}
.about-tit h1{
    font-size: 16px;
    color: #111;
    font-weight: normal;
}
.about-tit h4{
    font-size: 13px;
    color: #797979;
    font-weight: normal;
}
.about-tit img{
	margin-top: 2px;
	width: 100px;
}

.culture{
    text-align: center;
}
.culture ul li{
    width: 43%;
    height: 110px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    background-color: #ffffff;
    /* border: 1px solid #a72a2d; */
    margin: 10px;
    padding: 10px 12px;
    box-shadow: 2px 4px 8px rgb(18, 83, 163, 0.2);
    -moz-box-shadow: 2px 4px 8px rgba(18, 83, 163, 0.2);
	-webkit-box-shadow: 2px 4px 8px  rgba(18, 83, 163, 0.2);
	box-sizing: border-box;
    position: relative;
}
.culture ul li::before{
    content: '';
    position: absolute;
    width: 30px;
    height: 20px;
    top: -1px;
    right: -1px;
    border-right: 1px solid #a72a2d;
    border-top: 1px solid #a72a2d;
}
.culture ul li::after{
    content: '';
    position: absolute;
    width: 30px;
    height: 20px;
    bottom: -1px;
    left: -1px;
    border-left: 1px solid #a72a2d;
    border-bottom: 1px solid #a72a2d;
}
.culture ul li h3{
    font-size: 14px;
    color: #a72a2d;
	line-height: 24px;
	margin: 0;
}
.culture ul li p{
    font-size: 12px;
    line-height: 18px;
}
.culture ul li b{
    display: block;
    width: 20px;
    height: 1px;
    background-color: #a72a2d;
    margin: 8px 0 12px;
}

.cont{  line-height:25px; padding-top:10px; font-size:14px; }
.newslist2{ text-align: center; }
.newslist2 li{ width:43%; display: inline-block;vertical-align: top; height:150px; padding:16px; border:1px #CCCCCC solid; margin:10px; text-align:center;box-sizing: border-box;} 
.newslist2 li img{ display:block; width:100%;}
.newslist2 li p{padding: 2px 0;}

.subb{background:url(../images/re.jpg) no-repeat; background-color:#a72a2d;float: left;}
.send{width:95px;height:30px;font-size:14px;color:#FFF;padding:0 0 2px;padding:2px 0 0 0\9;vertical-align:middle;cursor:pointer;border:0;float: left;margin-right: 5px;}

input, textarea, .uneditable-input {
    margin-left: 0;
    }
    
    
    input, button, select, textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
    button, input {
    line-height: normal;
    }
    button, input, select, textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
    }
    fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    }
    fieldset .span6 {
    padding: 5px;
    }
    .control-group {
    margin-bottom: 9px;
    }
    label {
    display: block;
    margin-bottom: 5px;
    text-align: left;
    }
    label, input, button, select, textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    }
    .asterix {
    color:#C33;
    }
    textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    }
    select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    width:100%;
    margin-bottom: 9px;
    font-size: 13px;
    line-height: 26px;
    color: #555555;
    }
    select, input[type="file"] {
    height: 28px;
    line-height: 28px;
    }
    option{
        padding: 2px;
    }
    
    .row-fluid .span6 {
    width: 100%;
    margin: 0;
    }

    bootstrap-responsive.css:437
.row-fluid [class*="span"] {
display: block;
float: left;
width: 100%;
min-height: 28px;
margin-left: 2.564102564%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
select[multiple], select[size] {
height: auto;
}
.btn {
    display: inline-block;
    padding: 4px 10px 4px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    }
    
    .btn {
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    }
    .btn-primary, .btn-primary:hover, .btn-warning, .btn-warning:hover, .btn-danger, .btn-danger:hover, .btn-success, .btn-success:hover, .btn-info, .btn-info:hover, .btn-inverse, .btn-inverse:hover {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    }
    .btn-success {
    background-color: #5bb75b;
    background-image: -ms-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(top, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    }
    
    .btn:hover {
    color: #333333;
    text-decoration: none;
    background-color: #e6e6e6;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -ms-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
    }
    
    .btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    background-color: #51a351;
    }
    .btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    background-color: #e6e6e6;
    }
    .btn-success:hover {
    background-color: #5bb75b;
    background-image: -ms-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(top, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    color:#fff;
	}
	

	.article-content{
		width: 100%;
		border: solid 1px #e6e6e6;
		overflow: hidden;
	}
	.article-content-detail{
		padding: 10px;
	}
	.yuzhong-img{
		float: left;
		margin-right: 10px;
		z-index: 9;
	}
	.yuzhong-img img{
		width: 100px;
	}
	.article-content .article-content-detail h4{
		font-size: 16px;
		color: #262626;
		padding: 10px 0;
		margin: 0;
	}
	.article-content .article-content-detail .article-date{
		margin-bottom: 20px;
		font-size: 14px;
		line-height: 16px;
		color: #797979;
		border-bottom: 1px solid #f1f1f1;
		padding-bottom: 10px;
	}
	.article-content .article-content-detail .article-date img{
		float: left;
		width: 16px;
		height: 16px;
		padding-right: 5px;
	}
	.article-content .article-content-detail p{
		font-size: 12px;
		color: #797979;
		line-height: 22px;
		padding-bottom: 20px;
	}
	.article-content-down{
		background: #f4f4f4;
		display: flow-root;
		width: 100%;
		padding: 10px 0;
	}
	.article-content-down .article-prev{
		margin: 5px 10px;
		display: ;
	}
	.article-content-down .article-next{
		margin: 5px 10px;
		display: grid;
	}
	.article-content-down a{
		border-radius: 10px;
		border: solid 1px #ddd;
		background: #fff;
		padding: 6px 10px;
		font-size: 12px;
		color: #555;
		transition: all 0.3s ease-in-out;
	}
	.article-content-down a:hover{
		background-color: #a72a2d;
		color: #fff;
	}

	.w-25{
		width: 25%;
	}
	.w-50{
		width: 50%;
	}
	.down-fixed{
		width: 100%;
		background-color: #fff;
		box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
		display: block !important;
		position: fixed !important;
		bottom: 0;
		left: 0;
		z-index: 9;
	}
	.down-fixed a{
		float: left;
		display: block;
		height: 50px;
		text-align: center;
		box-sizing: border-box;
	}
	.down-fixed a.bt{
		color: #797979;
		padding-top: 30px;
		font-size: 12px;
		position: relative;
	}
	.down-fixed a.bt span{
		display: block;
		position: absolute;
		top: 5px;
		width: 100%;
		height: 20px;
		background-repeat: no-repeat;
		background-position: top center;
		background-size: auto 100%;
	}
	.down-fixed a:nth-child(1){
		border-right: 1px solid #e9e9e9;
	}
	.down-fixed a:nth-child(1) span{
		background-image: url(../images/zixun.png);
	}
	.down-fixed a:nth-child(2) span{
		background-image: url(../images/fanan.png);
	}
	.down-fixed a.bot{
		background-color: #a72a2d;
		color: #fff;
		font-size: 16px;
		letter-spacing: 1px;
		line-height: 50px;
	}

	.partner-list{
		width: 100%;
		height: 160px;
		padding-bottom: 10px;
	}
	