.com-width {
	width: 1200px;
	margin: 0 auto;
}
.com-width-1300 {
	width: 1300px;
	margin: 0 auto;
}
.hide {
	display: none;
}
/*****head****/

.header {

	display: block;
}
.logo {
	float: left;
	width: 500px;
}
.logo img {
	width: 441px;
	height: 103px;
}
.header-search {
	float: left;
	margin-left: 300px;
	margin-top: 54px;
}
.search-text {
	float: left;
	width: 198px;
	height: 40px;
	background-color: #cccccc;
	color: #a0a0a0;
	border: none;
	padding: 0px 20px 0px 20px;
}
.search-btn {
	float: left;
	width: 50px;
	height: 40px;
	color: #fff;
	background-color: #357600;
	border: none;
}
.header-tel {
	text-align: right;
	float: right;
	width: 140px;
	margin-top: 54px;
}
.header-tel h4 {
	color: #a0a0a0;
	font-size: 16px;
}
.header-tel h5 {
	color: #a0a0a0;
	font-size: 8px;
	margin-top: -5px;
}
/******导航******/
.nav-bg {
	width: 100%;
	height: 49px;
}
.header .nav {
	height: 49px;
}
.header .nav li {
	float: left;
	position: relative;
	height: 49px;
	margin-left: 48px;
}
.header .nav li > a {
	font-size: 16px;
	color: #357600;
	font-weight: bold;
	height: 49px;
	line-height: 49px;
	display: inline-block;
}
.header .nav .active, .header .nav li:hover {
}
.header .nav li:hover>a {
	color: #ff6c00;
}
.header .nav .sub-nav {
}
.header .nav .sub-nav a {
}
.home {
	margin-left: 240px !important;
}
.banner {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin: 0 auto;
	height: 500px;
	max-width: 1920px;
}
.banner .slides {
	position: relative;
	z-index: 1;
	height: 100%
}
.banner .slides li {
	position: relative;
}
.banner .slides li a {
	text-align: center;
	display: block;
	overflow: hidden;
	height: 500px
}
.banner .slides li a img {
	display: block;
	width: 100%;
	height: 100%;
}
.banner .slides li span {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 14px;
	font-size: 16px;
	color: #fff;
	margin-left: -600px;
	z-index: 999;
}
.slide-hd {
	bottom: 20px;
	text-align: center;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 99;
	height: 20px;
}
.slide-hd li {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 2px;
	overflow: hidden;
	text-align: center;
	margin: 0 10px;
	cursor: pointer;
	background: #fff;
}
.slide-hd li.on {
	background: #e07424;
}
.banner .icon-prev, .banner .icon-next {
	position: absolute;
	top: 50%;
	width: 45px;
	height: 45px;
	margin-top: -30px;
	z-index: 10;
	cursor: pointer;
	background: #000 url(../images/icon_aro.png) no-repeat;
	opacity: 0.6;
}
.team-prev-next a {
	top: 33%;
}
.banner .icon-prev {
	background-position: 12px center;
	left: 50%;
	margin-left: -650px;
}
.banner .icon-next {
	background-position: -49px center;
	right: 50%;
	margin-right: -650px;
}
.index-hd {
	text-align:center;
	
	
}
.index-hd a{float:right;color: #a2a2a2; font-size: 16px;}
.index-hd h4 {
	color: #357600;
	font-size: 33px;
	display:block;
	margin-right: 20px;
	font-weight: bold;
}
.index-hd h4 em {
	color: #ff6c00;
	font-size: 33px;
	margin-right: 10PX;
	font-weight: bold;
}
.index-hd h5 {
	display: block;
	color: #a2a2a2;
	font-size: 12px;
}
.index-sln {
	padding-top: 60px;
}
.sln-item1 {
	width: 360px;
}
.ul-sln li {
	margin-bottom: 0px;
	padding: 30px 50px;
	-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}
.ul-sln-content{padding-left: 20px;}
.ul-sln-content li{
	float: left;
	width: 360px;
	margin-right: 40px;
	margin-bottom: 40px;
	background-color: #fcfcfc;
}
.ul-sln-content li:nth-child(3n){margin-right:0px !important;}
.ul-sln li:hover {
	-moz-box-shadow: 10px 10px 5px #efefef; /* 老的 Firefox */
	box-shadow: 10px 10px 5px #efefef;
}
.ul-sln li img {
	width: 32px;
	height: 33px;
	display: block;
	float: left;
	margin-right: 31px;
	padding-top: 5px;
}
.ul-sln li h4 {
	color: #1c202b;
	font-size: 24px;
}
.ul-sln ul li p {
	color: #1c202b;
	font-size: 16px;
	margin-top: 10px;
}
.sln-main {
	padding-top: 80px;
}
.sln-item2 {
	width: 414px;
	margin-left: 30px;
}
.sln-item2 img {
	width: 414px;
	height: 480px;
}
.sln-item3 {
	width: 360px;
}

.sln-more {
	text-align: center;
}
.sln-more h4{ color: #fd9a17; font-size: 16px;}
.sln-more img{width:60px; height: 60px;}

.index-service { padding-top: 40px;
	background-color:#f3f3f3;
	padding-bottom: 75px;
}

.service-main {
	padding-top: 75px;
	
}
.service-main ul li{
text-align: center;
	width: 372px;
	height: 441px;
	float: left;
	padding: 20px 26px;
	position: relative;
	border-radius: 10px;
	background-color: #fff;
	margin-right: 42px;
	-moz-transition: all 0.3s ease ;
    -webkit-transition: all 0.3s ease ;
    -o-transition: all 0.3s ease ;
    transition:all 0.3s ease ;
	
	
}
.service-main ul li:nth-child(3n){
	margin-right: 0px !important;
}
.service-main ul li .service-line{
	position: absolute;
	width: 100%;
	height: 10px;
	background-color: #ffb864;
	left: 0px;
	bottom: 0px;
	display: none;
}
.service-main ul li img{
	    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -ms-transform: scaleY(1);
    -ms-transition: all .6s ease-in-out;
	
}
.service-main ul li:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.service-main ul li:hover .service-viewmore{
	background-color: #ef0627;
	
}

.service-main ul li a{
	width: 320px;
	display: block;
	overflow: hidden;
	height: auto;
}

.service-main ul li img{
	width: 320px;
	height: 160px;
	display: block;
}
.service-main ul li h4{
color: #515151;
	font-size: 20px;
	margin-top: 36px;

	
}
.service-main ul li h5{
color: #838282;
	font-size: 13px;
	margin-top: 30px;
	
	
	
}
.service-viewmore{
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	bottom: 32px;
	left: 50%;
	margin-left: -20px;
	text-align: center;
	color: #fff;
	font-size: 16px;
line-height: 40px;
	background-color: #00945d;
	border-radius: 50%;
}

.index-case {
	padding-top: 50px;
}

.case-main {
	padding-top: 50px;
}
.case-main ul li{
	width:380px;
	float: left;
	margin-right: 30px;
	margin-bottom: 40px;
    overflow:hidden;
}
.case-main ul li:nth-child(3n){
	margin-right: 0px !important;
}
.case-main ul li img{
	width:380px;
	height: 179px;
	display:block;
        -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -ms-transform: scaleY(1);
    -ms-transition: all .6s ease-in-out;
	
}
.case-main  ul li:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.case-main ul li h4{
	width:380px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	color: #494a4b;
	font-size: 20px;
	background-color: #f3f3f3;
}

.brand-main {
	padding-top: 60px;
}
.brand-main ul li{
	width: 216px;
	height: 118px;
	
	float: left;
	margin-bottom: 35px;
	margin-right: 112px;
	
}
.brand-main ul li:nth-child(4n){margin-right: 0px !important;}
.brand-main ul li img{
	width: 100%;
	height: 100%;
}

.brand-main-content{padding-left: 10px;}
.brand-main-content ul li{margin-right: 47px;}


.brand-main1 {
	padding-top: 0px;
	padding-bottom: 60px;
}
.brand-main1 ul li{
	width: 216px;
	height: 118px;
	
	float: left;
	margin-bottom: 35px;
	margin-right: 135px;
	
}
.brand-main1 ul li:nth-child(3n){margin-right: 0px !important;}
.brand-main1 ul li img{
	width: 100%;
	height: 100%;
}



.index-about{height: 528px;background: url(../images/index-about.jpg) no-repeat; background-size:cover;}
.index-about .about-intro{width: 595px;line-height: 25px;margin-top: 0px; position: relative; height: 379px;}
.index-intro h3{color: #393939; font-size: 26px; margin-bottom: 30px;}
.index-intro p{text-indent: 2em;color: #1f1e1e; font-size: 16px; line-height: 2; }
.index-about .about-intro .index-intro{height: 200px;margin-top: 56px; text-align: justify; color: #1f1e1e; font-size: 16px;}
.index-about .about-intro .more{text-align: left;margin-top: 30px;}

.index-about .profile-slide{width: 535px;height: 435px;position: relative; }
.index-about .profile-slide img{width: 535px;height: 435px; display: block;}

.about-links{margin-top: 40px; position: relative;}
.about-links img{ width:80px; height: 115px; display: inline-block; margin: 0px 50px 0px 0px;}
.about-links .last{ margin-right: 0px !important;}
.about-more {
	display: block;
	position: absolute;
	right: 0px;
	bottom: 0px;
	color: #393939;
	font-size: 16px;
	border: 1px solid #393939;
	width: 150px; height: 40px;
	line-height: 40px;
	text-align: center;
}
.about-more:hover{
	border: 1px solid #ff6c00;
	color: #ff6c00;
	
}



.footer {
	
	width: 100%;
}

.nav-main{position: relative; padding-top:20px;}
.nav-main dl  {
	float: left;
	margin-right: 85px;
}
.nav-main dl dt{
color:#ffffff;
	font-size: 16px;
	margin-top: 5px;
	text-align: center;
	width: 130px;
}
.nav-main dl  dd{
text-align: center;
	width: 130px;
	
}
.nav-main dl  dd a{
color:#c7c7c7;
	font-size: 13px;
	
}

.img-qrcode {
	width: 124px;
	height: 124px;
	display: block;
	border: 13px solid #14161e;
	position: absolute;
	right: 95px;
	top: 24px;
}

.footer-copyright {
	height: 100px;
	width: 100%;
	background-color: #1c202b;
	border-bottom: 1px solid #2c2c2c;
	
}
.copyright-main{padding: 25px 0px 0px; 
position: relative;
}

.copyright-main p{
	color: #ebebeb;
	font-size: 13px;
	margin-bottom: 5px;
}
.copyright-main a{
	color: #ebebeb;
	font-size: 13px;
	display: block;
	position: absolute;
	right: 0px;
	bottom: 2px;
}

.footer-nav {
	padding-bottom: 50px;
	background-color: #1c202b;
}

.footer-links{
	height: 80px;
	width: 100%;
	background-color: #161b2a;
	
	
}
.links-main{padding: 25px 0px 0px; 
position: relative;
	color: #cdcdcd;
	font-size: 16px;
	
	
}


.links-main p{
	
	
}


 .select{width: 300px;height: 35px;line-height: 35px; background: #3b3b3b;display: inline-block;position: relative; color: #fff; }
 .select span{display: block;position: relative;cursor: pointer;padding-left: 15px; color: #737373; font-size: 16px;}
 .select i{display: block;width: 35px;height: 35px;position: absolute;right: 0;top: 0; background: #3b3b3b url(../images/aro_down.png) no-repeat center;cursor: pointer;}
 .select i.slide_up{background: #3b3b3b url(../images/aro_up.png) no-repeat center;}
 .select .select_item{width: 100%; background: #3b3b3b;position: absolute;bottom:35px;left: 0;}
 .select .select_item a{display: block;text-align: center;overflow: hidden;height: 28px;line-height: 28px; color: #fff;}
.select .select_item a:hover{background: #fff;color: #222;}

.support {
	position: absolute; 
	text-align:right; 
	right: 0px;
	top: 25px;
}
.support a{color: #a9aaaa; font-size: 14px; }

/*****内页*********/
.content-main {
background-color: #f5f5f5;
}




.navlist {
float: left; margin-left: 60px;
	
}
.navlist ul li{
float: left; margin-left: 10px;
	height: 60px;
	padding: 0px 30px;
	color: #4a4a4a;
	font-size: 16px;
}
.navlist ul li:hover,.navlist ul li.active{
	border-bottom: 3px  solid #ff6c00;
	
	
}
.navlist ul li:hover a,.navlist ul li.active a{color: #ff6c00;}

.nav-back {
	float: right;
	margin-right: 20px;
}
.nav-back a{
	color: #4a4a4a;
	font-size: 16px;
}
.nav-back:hover a{ color: #ff6c00;}

.content-body {
	background-color: #fff;
	margin-top: 30px;
	padding-bottom: 30px;
	
	
}

.newslist {
	padding:30px 50px 60px 50px;
}
.newslist ul li{
	
border-bottom: 1px solid #ccc;
	margin: 0px auto;
	width: 100%;
	padding: 30px 0px 30px 0px;
	
}
.newslist ul li:first-child{padding-top: 0px;}
.newslist-r h3{
	color: #357600;
	font-size: 16px;
margin-bottom: 10px;
	
}
.newslist-r p{
	color: #454545;
	font-size: 13px;
}
.newslist ul li span{
	margin-top: 30px;
	font-size: 33px;
	color: #d2d2d2;
	float: left;
	margin-right: 60px;
	line-height: 33px;
}
.newslist ul li:hover h3,.newslist ul li:hover span{
	color: #00945d;
}

.page{ display: block;margin:50px auto; text-align: right;height: 30px;padding-bottom: 20px; }
.page a,.page span{background: #e9e9e9;padding: 4px 11px;color: #858585;}
.page .current,.page a:hover{background: #00945d;color: #fff;}
.page .disabled{display: inline;background: #eeee;}
.page span:last-child{display: inline;}


.detail{padding:20px 50px 20px 50px; }
.detail .tit{font-size: 33px;color: #ff0000;line-height: 30px;border-bottom: 1px solid #f9f9f9;padding-bottom: 30px;text-align: center; line-height:1.5;}
.detail .tit1{font-size: 41px;color: #175695;line-height: 41px;padding-bottom: 60px;text-align: center;}
.detail .release{text-align: center;margin: 4px 0 20px;color: #9c9c9c;font-weight: lighter; font-size: 13px;}
.detail .release em{margin: 0 15px;}
.detail .content{width: 100%;font-weight: lighter;line-height: 2;}
.detail .content img{max-width: 100%;}


.newslist-r {
	float: left;
	width: 868px;
}

.certimg{height:279px !important;}






.index-item1{padding-bottom:100px;}
.index-news {

	width: 100%;
	height: auto;
	background: #fbfbfb;
	padding-top: 30px;
	
}

.tab-hd {
	position: relative;
	margin-top: 10px;
	float: right;
	margin-bottom: 40px;
}
.tab-hd li {
	display: block;
	margin: 0 23px 0px 0px;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	color: #4c4c4c;
	position: relative;
	float: left;
	text-align: center;
	padding: 0px 25px;
}
.tab-hd li a {
	
	
}
.tab-hd li.last:after {
	display: none;
}
.tab-hd li.active, .tab-hd li:hover {
	background: #1f2288;
}
.tab-hd li.active a, .tab-hd li:hover a {
	color: #fff;
}
.index-news .tab-hd li.active a {
	color: #fff;
}
.news-list li {
	width: 564px;
	float: left;
	box-sizing: border-box;
	margin: 0 64px 25px 0px;
	padding: 20px;
}
.news-list li .cover {
	width: 80px;
	height: 80px;
	float: left;
	overflow: hidden;
	text-align: center;
}
.news-list li .cover img {
	max-width: 80px;
	max-height: 80px;
}
.news-list li .news-text {
}
.news-list li h3 {
	margin-bottom: 14px;
	height: 26px;
}
.news-list li h3 a {
	font-size: 18px;
	color: #0f0f0f;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 26px;
}
.news-list li h3 span {
	float: right;
	color: #8a8a8a;
	font-size: 18px;
	
}
.news-list li p {
	color: #a9a9a9;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	font-size: 16px;
	font-weight: lighter;
}
.news-list li .view-more {
	color: #003d5c;
	font-size: 14px;
	text-align: right;
	display: block;
	margin-bottom: 6px;
}
.news-list .last {
	margin-right: 0px !important;
}
.index-text-news {
	float: left;
	width: 710px;
	height: auto;
	margin-left: 50px;
}
.index-text-news .first{
	width:710px;
	height: auto;
	background-color: #fff;
	padding: 10px 20px;
	border-radius: 12px;
}
.index-text-news ul li {border-bottom: 1px dashed #dedede;}
.index-text-news h6{ color: #373737; font-size: 14px; display:inline-block;  width: 530px; overflow: hidden; text-overflow: ellipsis;height: 30px; line-height: 30px; padding-left: 15px; margin-top: 6px;}
.index-text-news span{ color: #373737; font-size: 14px; display:inline-block;  float:right;margin-top: 6px;height: 30px; line-height: 30px; margin-right: 15px;}
.index-text-news ul li:nth-child(1){border:none;}
.index-text-news .first h4{color:#bebebe; font-size: 16px;overflow: hidden; width: 100%; text-overflow: ellipsis;}
.index-text-news .first h5{color:#404040; font-size: 18px; white-space: nowrap; overflow: hidden; width: 100%; text-overflow: ellipsis; font-weight: bold;}
.index-text-news .first p{color:#939393; font-size: 16px;}

/********内页*********/
.sub-banner{height: 164px;text-align: center;overflow: hidden;position: relative;}
.sub-banner img{position: absolute;left: 50%;margin-left: -960px;top:0;z-index: 1;}


.sidebar{width: 242px; position: absolute; margin-top: -40px;z-index: 2;}
.sidebar dl{min-height: 250px;}
.sidebar dt{position: relative;width: 242px;height: 100px;text-align: left;padding-top: 22px;background:#00945d url(../images/icon_logo.png) no-repeat 160px 30px;}

.sidebar dt span {
	font-size: 22px;
	color: #fff;
	line-height: 20px;
	
	padding-left: 41px;
	padding-top: 11px;
	display: block;
}
.sidebar dt em{display: block;font-size: 16px;color: #fff;font-weight: lighter; padding-left: 41px;}
.sidebar dd{border-bottom: 1px solid #c4c4c4;position: relative;}

.sidebar dd:hover:before{color: #fff;}
.sidebar dd>a{display: block;overflow: hidden;padding: 0 10px;text-align:left;color: #2e2e2e;padding-left: 20px;height: 50px;line-height: 50px;position: relative;background: #ebebeb;font-size: 16px;font-weight: lighter;}
.sidebar dd .sub-menu{}
.sidebar dd .sub-menu a{border-top: 1px solid #fff;height: 30px;line-height: 30px;background: #291a77;display: block;padding-left: 10px;color: #fff;}
.sidebar dd.active>a,.sidebar dd>a:hover{background: #0dd68b;color: #fff;}
.sidebar dd:hover:before,.sidebar dd.active:before{color: #fff;}

.sidebar .wechat{width: 280px;padding: 0 5px;margin-top: 60px;}
.sidebar .wechat .qr-code-img{text-align: center;}
.sidebar .wechat .qr-code-img.left{margin-right: 38px;}
.sidebar .wechat p{color: #2b2b2b;text-align: center;}

.main-right {
	padding: 0 0 0 260px;
    min-height:600px;
}
.breadcrumbs {
	height: 60px;
	font-size: 13px;
	color: #515151;
	line-height: 60px;
	
	margin-bottom: 10px;
	padding-left: 10px;
}
.breadcrumbs .location {
	float: left;
	background: url(../images/icon_map.png) no-repeat 0px 15px; padding-left: 30px;
	font-size: 14px;
}
.breadcrumbs .location a {
	padding: 0 6px;
	color: #515151;
}
.breadcrumbs span, .breadcrumbs .location a:hover {
	padding: 0 6px;
	color: #ff0000;
}
.breadcrumbs .back {
	float: right;
	
	font-weight: lighter;
	display: inline-block;
	margin-right: 20px;
	color: #383838;
	font-size: 14px;
	
	
}
.breadcrumbs .back img{ height: 13px; width: 19px; display: inline-block; margin-right: 10px; float: left; margin-top: 24px;}
.main-right .case-list li {
	width: 211px;
	margin-right: 32px;
	margin-bottom: 30px;
}
.main-right .case-list li.last {
	margin-right: 0;
}
.list.news-list li {
	width: 920px;
	padding: 20px;
	margin: 0px 0px 18px;
}

.case1-list {
	padding-left: 40px;
}
.case1-list li{width:290px; height: auto; float: left; margin-right: 15px; text-align: center; margin-bottom: 40px; overflow:hidden;}
.case1-list li:nth-child(3n){margin-right:0px !important;}
.case1-list li img{width:290px; height:144px; display: block;	    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -ms-transform: scaleY(1);
    -ms-transition: all .6s ease-in-out; }
.case1-list  li:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.case1-list li h4{color:#494a4b; font-size: 16px;display:block;text-align: center;height: 60px; line-height: 60px; background-color: #f3f3f3;}


.contact-page{margin-top: 0px;}
.contact-page .qr-code{width: 280px;margin-left: 30px;margin-top: 40px;}
.contact-page .qr-code .qr-code-item{margin: 0 18px;text-align: center;}
.contact-page .contact-info{line-height: 32px;color: #383838;width: 530px;font-weight: lighter;font-size: 16px;}
.contact-page .map{margin-top: 30px; padding-bottom: 50px;}
.contact-page .map img{width: 100%;}

