body{font-size:14px; font-family:"微软雅黑";}
.fr{ float:right;}
.fl{ float:left;}
.fn{ float:none;}
.f2{ font-size:12px;}
*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;text-decoration: none;}
img {
	vertical-align: top;
}
ul,li{padding:0px; margin:0px; list-style:none;}
ul li a:hover{ color:#b01f24;}
div a:hover{ color:#b01f24;}
input,form,select,textarea{ margin:0px;padding:0px; outline:medium; border:0; border-radius:0; background:none; font-family:"微软雅黑"; font-size:14px;}
i,em{ font-style:normal;}
.mo{ margin: 0 auto;}
.most{ width:100%; height:auto; overflow:hidden; display:block;}
.roundBorder{border-radius: 15px;} 
.clear{ clear:both; height:0; overflow:hidden;} 
.dsk{ width:100%; height:100%; display:block; overflow:hidden;}

.pr{ position: relative;}
.pa{ position: absolute;}
.pf{ position: fixed;}


.db { display: block;}
.dn { display: none;}
.di { display: inline;}
.dib { display: inline-block;}


.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix{*zoom:1;}


a { 
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.lazy { background: url(../image/loading.gif) 50% no-repeat;}

.bg {
	 background:#F5F5F5;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}


.header {
	width: 100%;
	background: #fff;
	box-shadow: 0 5px 5px rgba(0,0,0,.1);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

.header-margin {
	height: 141px;
}

.top {
	border-bottom: 1px #e9e9e9 solid;
	height: 48px;
	line-height: 48px;
}

.welcome {
	font-size: 14px;
	color: #8a8a8a;
}

.top-link {
	text-align: right;
}

.top-link a {
	padding: 0 20px;
	font-size: 14px;
	color: #8a8a8a;
	border-right: 1px #e0e0e0 solid;
}

.top-link a:nth-child(4) {
	border-right: none;
}

.top-link em {
	font-size: 14px;
	color: #b01f24;
}
.xinlogon{width:154px;height:30px;margin-left: 10px;margin-top: 40px;}
.xinlogon img{max-width: 100%;max-height:100%;}
.logo {
	padding: 17px 0;
}
.nav{width: 892px;}
.nav li {

	padding-top:20px;
    margin-left:40px;
    height: 72px;
    float: left;
    line-height: 50px;
}

.nav-link {
	text-align: right;
}

.nav-link a {
	font-size: 16px;
	color: #515151;
}

.nav-link i {
	display: inline-block;
	margin-left: 12px;
	width: 9px;
	height: 6px;
	background: url(../image/down-arrow.png) no-repeat;
	vertical-align: middle;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.nav-link:hover i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.nav-drop {
	display: none;
	width: 100%;
	position: fixed;
	top: 141px;
	left: 0;
	z-index: 99;
}

.nav-drop-left {
	width: 50%;
	height:340px;
	background: #f5f5f5;
}

.nav-drop-list {
	width: 475px;
	padding-top: 55px;
	padding-right: 100px;
}

.nav-drop-list a {
	display: block;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #333;
}

.nav-drop-list a:hover {
	background: url(../image/right-arrow.png) no-repeat 435px center #b01f24;
	color: #fff;
}

.nav-drop-right {
	width: 50%;
	height:340px;
	background: #fff;
}

.nav-drop-right-box {
	padding-top: 50px;
	padding-left: 110px;
}

.nav-img {
	width: 415px;
	height: 200px;
	margin-bottom:20px;
	overflow: hidden;
}

.nav-img img {
	width: 415px;
	height: 200px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.nav-img:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}



.nav-more {
	display: block;
	width: 120px;
	height: 40px;
	padding-left: 35px;
	line-height: 40px;
	background: url(../image/right-arrow.png) no-repeat 105px center #b01f24;
	font-size: 14px;
	color: #fff;
}

.nav-more:hover {
	background: url(../image/right-arrow.png) no-repeat 105px center #d02026;
	color: #fff;
}

.nav-shadow {
	width: 100%;
	height: 11px;
	background: url(../image/nav-shadow.png) repeat-x;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

.banner {
	width: 100%;
	max-width: 1903px;
	height: 705px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.banner-arrow {
	display: block;
	width: 52px;
	height: 102px;
	line-height: 102px;
	text-align: center;
	font-size: 24px;
	font-family: '宋体';
	color: #fff;
	background: rgba(0,0,0,.5);
	position: absolute;
	top: 50%;
	margin-top: -51px;
	z-index: 99;
}

.banner-arrow:hover {
	background: rgba(190,31,21,.5);
	color: #fff;
}

.banner-left {
	left: -52px;
}

.banner-right {
	right: -52px;
}

.banner:hover .banner-left {
	left: 0;
}

.banner:hover .banner-right {
	right: 0;
}

.banner .bd li {
	width: 100%;
	height: 705px;
	position: relative;
}

.banner-img {
	width: 100%;
	height: 705px;
}

.banner-img img {
	width: 100%;
	height: 705px;
}

.banner-word {
	width: 840px;
	height: 314px;
	color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -420px;
	z-index: 99;
}

.banner-word h3 {
	font-weight:lighter;
	font-size:40px;
	color: #fff;
	margin-bottom:15px;
}

.banner-word span {
	display: block;
	width: 37px;
	height: 3px;
	margin: 25px auto;
	background: #fff;
}

.banner-word p {
	font-size:17px;
	line-height: 30px;
}

.banner-word a {
	display: block;
	width: 66px;
	height: 66px;
	background: url(../image/banner-more.png) no-repeat;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -33px;
	z-index: 9;
	opacity: 0.7;
}

.banner-word a:hover {
	opacity: 1;
}

.banner .hd {
	width: 100%;
	height: 13px;
	text-align: center;
	position: absolute;
	bottom: 25px;
	left: 0;
	z-index: 99;
}

.banner .hd li {
	display: inline-block;
	width: 13px;
	height: 13px;
	margin: 0 5px;
	background: url(../image/dot1.png) no-repeat;
	cursor: pointer;
	text-indent: -9999999em;
}

.banner .hd li.on {
	background: url(../image/dot2.png) no-repeat;
}

.index-wrap {
	padding: 55px 0;
	background: #f2f4f9;
}

.index-about {
	width: 747px;
}

.index-title {
	margin-bottom: 25px;
}

.index-title p {
	line-height: 60px;
	font-size: 16px;
	color: #999;
}

.index-title em {
	font-size: 30px;
	color: #333;
}

.index-title span {
	display: block;
	width: 37px;
	height: 3px;
	background: #b01f24;
}

.index-about-img {
	width: 387px;
	height: 409px;
	overflow: hidden;
}

.index-about-img img {
	width: 387px;
	height: 409px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.index-about-img:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.index-about-info {
	width: 310px;
	height: 359px;
	padding: 25px;
	background: #fff;
	position: relative;
}

.index-about-title {
	height: 46px;
	line-height: 46px;
	font-size: 20px;
	color: #333;
	margin-top: 18px;
}
.index-about-title img{
	width: 250px;
	height: 37px;
}
.index-about-con {
	height: 237px;
	font-size: 14px;
	line-height: 25px;
	color: #666;
	text-indent: 2em;
}

.index-more {
	display: block;
	float: right;
	width: 104px;
	height: 40px;
	border-radius: 4px;
	border: 1px #dcdcdc solid;
	text-align: center;
	font-size: 15px;
	color: #b01f24;
	line-height: 40px;
	position: absolute;
	bottom: 25px;
	right: 25px;
}

.index-more:hover {
	background: #b01f24;
	border: 1px #b01f24 solid;
	color: #fff;
}

.about-sqare {
	width: 98px;
	height: 57px;
	background: url(../image/about-sqare.png) no-repeat;
	position: absolute;
	top: -57px;
	left: 7px;
	z-index: 9;
}

.index-news {
	width: 434px;
}

.index-news-slide {
	padding: 8px;
	width: 418px;
	height: 393px;
	background: #fff;
	position: relative;
}

.index-news-img {
	width: 418px;
	height: 220px;
	overflow: hidden;
	margin-bottom: 25px;
}

.index-news-img img {
	width: 418px;
	height: 220px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.index-news-img:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.index-news-info {
	height: 148px;
	position: relative;
}

.index-news-info .index-more {
	right: 3px;
	bottom: 17px;
}

.index-news-con {
	width: 313px;
}

.index-news-title {
	width: 313px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	color: #333;
}

.index-news-title a {
	color: #333;
	font-weight: bold;
}

.index-news-word {
	height: 40px;
	font-size: 14px;
	color: #777;
	line-height: 22px;
	overflow: hidden;
}

.index-news-time {
	width: 76px;
	height: 71px;
	padding-top: 5px;
	margin-right: 3px;
	border-radius: 4px;
	background: #b01f24;
	color: #fff;
	text-align: center;
}

.index-news-time b {
	font-size: 46px;
	line-height: 46px;
	font-weight: 400;
}

.index-news-time p {
	font-size: 14px;
}

.index-news-slide .hd {
	width: 274px;
	height: 8px;
	position: absolute;
	bottom: 25px;
	left: 25px;
	z-index: 999;
}

.index-news-slide .hd li {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 2px;
	border-radius: 50%;
	background: #666;
	text-indent: -9999999px;
	cursor: pointer;
}

.index-news-slide .hd li.on {
	background: #b01f24;
}

.solu {
	padding: 50px 0 90px;
}

.index-title2 {
	margin-bottom: 25px;
	text-align: center;
}

.index-title2 h3 {
	font-size: 30px;
	color: #333;
	font-weight: 400;
}

.index-title2 p {
	font-size: 16px;
	color: #999;
}

.index-title2 span {
	display: block;
	width: 37px;
	height: 3px;
	margin: 15px auto 0;
	background: #b01f24;
}

.solu-slide {
	position: relative;
}

.solu-slide .bd {
	width: 1200px;
	height: 480px;
	margin: 0 auto;
	background: #a1a0a0;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.solu-slide .bd:hover {
	width: 1340px;
}

.solu-slide:hover .tempWrap {
	width: 1340px !important;
}

.solu-slide .bd li {
	width: 300px;
	position: relative;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.solu-slide .bd li:hover {
	width: 440px !important;
}

.solu-img {
	width: 300px;
	height: 480px;
	position: relative;
	z-index: 99;
}

.solu-img img {
	width: 300px;
	height: 480px;
}

.solu-mask {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
}

.solu-slide .bd li:hover .solu-mask {
	display: none;
}

.solu-info {
	width: 100%;
	height: 154px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -77px;
	z-index: 9;
}

.solu-info h3 {
	font-size: 28px;
	color: #fff;
}

.solu-info p {
	font-size: 16px;
	color: #d5d5d5;
}

.solu-info i {
	display: block;
	width: 43px;
	height: 43px;
	background: url(../image/solu-arrow.png) no-repeat;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -21px;
}

.solu-link {
	display: flex;
	width: 140px;
	height: 480px;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: 9px;
}

.solu-box {
	width: 100%;
}

.solu-box a {
	display: block;
	width: 100%;

	text-align: center;

	font-size: 14px;
	color: #fff;
	padding: 11px
}

.solu-box a:hover {
	background: #b01f24;
	color: #fff;
}

.solu-arrow {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #b01f24;
	font-family: '宋体';
	text-align: center;
	line-height: 60px;
	font-size: 36px;
	color: #fff;
	opacity: 0.5;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	z-index: 99;
}

.solu-arrow:hover {
	opacity: 1;
	color: #fff;
}

.solu-left {
	left: 50%;
	margin-left: -742px;
}

.solu-right {
	right: 50%;
	margin-right: -742px;
}

.footer {
	padding: 35px 0 55px;
	background: url(../image/footer-bg.jpg) no-repeat center center #262626;
}

.footer-inner {
	padding-bottom: 30px;
	border-bottom: 1px #343434 solid;
}

.footer-nav li {
	
	float: left;
	margin: 0 15px;
	padding: 17px 26px;
}

.footer-nav h3 {
	margin-bottom: 15px;
	font-size: 14px;
	color: #fff;
}

.footer-nav p {
	line-height: 30px;
	font-size: 14px;
	color: #a1a1a1;
}

.footer-nav a {
	color: #a1a1a1;
}

.footer-qr {
	
	margin-top: 17px;
}

.footer-qr h3 {
	text-indent: 1em;
	margin-bottom:22px;
	font-size: 14px;
	color: #fff;
}

.qr {
	width: 96px;
	margin: 0 10px;
	text-align: center;
}

.qr img {
	width: 90px;
	height: 90px;
}

.qr p {
	font-size: 14px;
	color: #a1a1a1;
	margin-top: 9px;
	
}

.copyright {
	height: 50px;
	line-height: 50px;
	font-size: 12px;
	color: #767676;
}

.copyright-link a {
	font-size: 12px;
	color: #767676;
}

.copyright-link span {
	margin: 0 10px;
}


.inside-banner {
	width: 100%;
	height: 400px;
	max-width: 1903px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.inside-banner img {
	width: 1920px;
	height: 400px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	z-index: 2;
}

.sub-nav {
	width: 100%;
	height: 60px;
	background: #f0f3f7;
}

.sub-nav ul {
	font-size: 0;
	line-height: 58px;
	text-align: center;
}

.sub-nav li {
	display: inline-block;
	
	padding: 0 30px;
}

.sub-nav li a {
	display: inline-block;
	width: 100%;
	height: 58px;
	border-bottom: 2px #f0f3f7 solid;
	font-size: 16px;
	color: #6c6b6b;
}

.sub-nav li a.active {
	color: #b01f24;
	border-bottom: 2px #b01f24 solid;
}

.about {
	padding: 70px 0;
}

.about-title {
	margin-bottom: 40px;
	text-align: center;
}

.about-title h3 {
	font-weight: 400;
	font-size: 30px;
	color: #333;
}

.about-title-bar {
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	color: #aeabab;
}

.about-title-bar em {
	display: inline-block;
	width: 88px;
	height: 1px;
	background: #e0dcdc;
	vertical-align: middle;
}

.about-title-bar span {
	display: inline-block;
	margin: 0 15px;
}

.about-info {
	width: 650px;
	font-size: 15px;
	color: #2d2d2d;
	line-height: 26px;
}

.about-info p {
	margin-bottom: 30px;
	text-indent: 30px;
}

.about-img {
	width: 514px;
}

.corporate {
	width: 100%;
	height: 522px;
	padding: 48px 0;
	background: url(../image/about-bg.jpg) no-repeat center center;
}

.corporate .about-title h3 {
	color: #fff;
}

.corporate .about-title em {
	background: #fff;
}

.corporate .about-title span {
	color: #fff;
}

.corporate-box {
	padding-top: 42px;
	padding-left: 385px;
	width: 815px;
	height: 353px;
	background: url(../image/about-mask.png);
	font-size: 18px;
	line-height: 48px;
	color: #fff;
}

.honur {
	padding: 48px 0;
}

.honur-img {
	width: 500px;
	height: 540px;
}

.honur-img img {
	width: 500px;
	height: 540px;
}

.honur-box {
	width: 650px;
	height: 490px;
	padding: 25px;
	background: url(../image/honur-bg.jpg) no-repeat;
}

.honur-info {
	padding:0px 25px 25px;
	margin-bottom: 25px;
	height: 266px;
	font-size: 16px;
	color: #333;
	line-height:24px;
	overflow:auto;
}

.honur-slide {
	position: relative;
}

.honur-slide .bd li {
	width: 190px;
	height: 135px;
	padding: 6px;
	background: url(../image/about-mask.png);

	margin-right: 20px;
}

.honur-arrow {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(0,0,0,.5);
	font-size: 30px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	font-family: '宋体';
	position: absolute;
	bottom:44px;
	z-index: 9;
}

.honur-arrow:hover {
	background: rgba(201,43,48,.5);
	color: #fff;
}

.honur-left {
	left: 0;
}

.honur-right {
	right: 0;
}

.honur-slide .hd {
	width: 490px;
	height: 14px;
	text-align: center;
	position: absolute;
	bottom: -40px;
	left: 50%;
	margin-left: -245px;
	z-index: 9;
}

.honur-slide .hd li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 7px;
	border-radius: 50%;
	background: #b01f24;
	cursor: pointer;
	text-indent: -99999999px;
	opacity: 0.2;
}

.honur-slide .hd li.on {
	opacity: 1;
}

.group {
	padding: 60px 0;
	background: url(../image/group-bg.jpg) no-repeat center center;
}


.smart-banner {
	width: 100%;
	height: 604px;
	position: relative;
}

.smart-banner .smart-info {
	width: 866px;
	height: 200px;
	position: absolute;
	top:33%;
	left: 50%;
	margin-top: -100px;
	margin-left: -433px;
	z-index: 999;
}

.smart-banner .smart-title {
	margin-bottom: 60px;
	text-align: center;
	line-height: 36px;
	font-size: 30px;
	color: #fff;
}

.smart-banner .smart-title em {
	display: inline-block;
	width: 45px;
	height: 2px;
	background: #fff;
	vertical-align: middle;
}

.smart-banner .smart-title span {
	display: inline-block;
	margin: 0 18px;
}

.smart-banner .smart-info p {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	text-indent: 2em;
}

.smart-box {
	padding: 65px 45px;
	width: 1110px;
	margin: 0 auto;
}

.smart-info {
	margin-bottom: 90px;
}

.smart-title {
	margin-bottom: 60px;
	text-align: center;
	line-height: 36px;
	font-size: 30px;
	color: #383838;
}

.smart-title em {
	display: inline-block;
	width: 45px;
	height: 2px;
	background: #383838;
	vertical-align: middle;
}

.smart-title span {
	display: inline-block;
	margin: 0 18px;
}

.smart-info p {
	font-size: 16px;
	color: #333;
	line-height: 30px;
}


.content {
	padding: 50px 0;
}

.content-left {
	width: 200px;
}

.third-nav li {
	margin-bottom: 10px;
	padding:16px 18px;
	border-radius: 6px;
	background: #DAD8D8;
}

.third-nav a {
	display: block;
;
	font-size: 16px;
	color: #7b7b7b;
	position: relative;
}

.third-nav i {
	width: 25px;
	height: 25px;
	float: left;
	margin-right: 10px;

}





.third-nav li.active {
	background: #b01f24;

}
.third-nav li.active a{	color: #fff;}


.content-right {
	width: 994px;
}

.news-list ul {
	width: 105%;
}

.news-list li {
	width: 310px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	box-shadow: 0 5px 5px rgba(0,0,0,.1);
}

.news-img {
	width: 310px;
	height: 194px;
	overflow: hidden;
}

.news-img img {
	width: 310px;
	height: 194px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.news-img:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.news-info {
	height: 175px;
	padding: 10px;
	background: #fff;
	position: relative;
}

.news-title {
	height: 48px;
	overflow: hidden;
	font-size: 16px;
	color: #333;
}

.news-title a {
	font-size: 16px;
	color: #333;
}

.news-bar {
	width: 290px;
	height: 2px;
	margin: 10px 0;
	background: #e2e1e1;
	position: relative;
}

.news-bar span {
	display: block;
	width: 0;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.news-con {
	height: 48px;
	overflow: hidden;
	font-size: 13px;
	color: #666;
	line-height: 25px;
}

.news-time {
	position: absolute;
	bottom: 20px;
	left: 10px;
	z-index: 3;
	font-size: 13px;
	color: #b4b3b3;
}

.news-more {
	display: block;
	width: 30px;	
	height: 30px;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
	font-family: '宋体';
	color: #fff;
	background: rgba(255,255,255,.3);
	position: absolute;
	bottom: 15px;
	right: 15px;
	z-index: 9;
}

.news-more:hover {
	background: rgba(255,255,255,.5);
	color: #fff;
}

.news-list li:hover .news-info {
	background: #b01f24;
	color: #fff;
}

.news-list li:hover .news-title{
	color: #fff;
}

.news-list li:hover .news-title a:hover {
	color: #fff;

}

.news-list li:hover .news-con {
	color: #fff;
}

.news-list li:hover .news-time {
	color: #fff;
}

.news-list li:hover .news-bar {
	background: #6c6b6b;
}

.news-list li:hover .news-bar span {
	width: 100%;
}

.news-list li:hover .news-img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}


.news-left {
	width: 864px;
}

.news-left-title {
	margin-bottom: 36px;
}

.news-left-title h3 {
	margin-bottom: 20px;
	font-size: 24px;
	color: #333;
}

.news-left-title p {
	font-size: 14px;
	color: #747471;
}

.news-left-title span {
	margin-right: 30px;
}

.news-right {
	width: 244px;
	padding: 0 20px;
	border: 12px #f3f3f3 solid;
}

.news-right li {
	padding: 20px 0;
	border-bottom: 1px #d6d6d6 solid;
}

.news-right li:last-child {
	border-bottom: none;
}

.news-right li em {
	display: block;
	margin-bottom: 15px;
	font-size: 15px;
	color: #b01f24;
}

.news-right h3 {
	margin-bottom: 15px;
	font-size: 17px;
	color: #333;
}

.news-right h3 a {
	color: #333;
}

.news-right p {
	font-size: 15px;
	color: #333;
}


.case-title {
	margin-bottom: 66px;
	text-align: center;
	font-size: 26px;
	color: #666;
}

.case-info {
	margin-bottom: 60px;
}

.case-info-title {
	margin-bottom: 20px;
	font-size: 26px;
	color: #666;
}

.case-con {
	font-size: 15px;
	color: #666;
}


.join-info {
	padding: 46px 0;
	border-bottom: 1px #e0e0e0 solid;
}

.join-info:last-child {
	border-bottom: none;
}

.join-title {
	margin-bottom: 35px;
	text-align: center;
	font-size: 26px;
	color: #666;
}

.join-con {
	line-height: 26px;
	font-size: 15px;
	color: #666;
	text-align: center;
}

.join-wrap {
	padding-top: 70px;
	padding-bottom: 100px;
	background: url(../image/join-bg.jpg) no-repeat center top;
}

.join-wrap-info {
	width: 836px;
	margin: 0 auto;
}

.join-wrap-title {
	margin-bottom: 35px;
	text-align: center;
	font-size: 40px;
	color: #fff;
}

.join-box {
	padding: 35px 100px 0;
	height: 700px;
	background: url(../image/join-bg2.jpg);
}

.join-box p {
	font-size: 15px;
	margin-bottom: 30px;
	color: #333;
}

.join-box em {
	color: #eb0606;
}

.join-box ul {
	width: 440px;
	margin: 0 auto;
}

.join-box li {
	margin-bottom: 30px;
	position: relative;
}

.join-txt {
	width: 398px;
	height: 48px;
	padding: 0 20px;
	border: 1px #ddd solid;
	background: #fff;
	font-size: 14px;
}

.join-box li em {
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	top: 20px;
	right: -20px;
}

.join-box li textarea {
	width: 400px;
	height: 86px;
	padding: 20px;
	border: 1px #ddd solid;
	background: #fff;
	font-size: 14px;
}

.join-btn {
	width: 440px;
	height: 48px;
	border: 1px #ddd solid;
	background: #f0f0f0;
	font-size: 14px;
	cursor: pointer;
}


.join-list li { margin: 0 0 24px; border-bottom: 1px #f2f2f2 solid;}
.join-bar { padding: 0 25px; line-height: 60px; position: relative; background: #f2f2f2;}
.join-bar span { display: block; width: 237px; float: left; font-size: 18px; color: #666; font-weight: bold;}
.join-bar em { display: block; width: 168px; float: left; font-size: 13px; color: #999;}
.join-bar em b { font-weight: normal; color: #333;}
.join-bar a { display: block; width: 30px; height: 30px; position: absolute; top: 14px; right: 25px; background: url(../image/join-a.png) no-repeat;}
.join-bar.join-on { background-color: #c62b30;}
.join-bar.join-on span {
	color: #fff;
}
.join-bar.join-on em {
	color: #fff;
}
.join-bar.join-on b {
	color: #fff;
}
.join-bar.join-on a { background: url(../image/join-ah.png) no-repeat;}
.join-detail { 
	display: none; 
	padding: 25px;
}


.join-detail table {
	width: 100%;
	border-bottom: 1px #e1e0e0 solid;
	margin-bottom: 25px;
	padding-bottom: 25px;
}

.join-detail td {
	height: 30px;
	font-size: 14px;
	color: #666;
}

.join-detail td b {
	color: #333;
	font-weight: normal;
}

.join-detail-info {
	margin-bottom: 25px;
	color: #303030;
	font-size: 14;
	line-height: 27px;
}

.join-detail-info h3 {
	margin-bottom: 25px;
	font-size: 22px;
	font-weight: normal;
}

.join-detail a {
	display: block;
	width: 142px;
	height: 51px;
	background: url(../image/job-btn.png) no-repeat;
}


.map-box {
	width: 100%;
	height: 400px;
	margin: 0 auto;
	overflow: hidden;
}

.contact-list {
	padding: 70px 0;
}

.contact-list ul {
	width: 105%;
}

.contact-list li {
	width: 380px;
	height: 156px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	position: relative;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.contact-list i {
	width: 34px;
	height: 42px;
	background: url(../image/address-icon.png) no-repeat;
	text-align: center;
	font-size: 12px;
	color: #fff;
	line-height: 30px;
	position: absolute;
	top: -20px;
	left: 20px;
	z-index: 9;
}

.contact-list li a {
	display: block;
	padding: 38px 15px 0;
	height: 118px;
	color: #333;
}

.contact-list h3 {
	font-size: 16px;
	margin-bottom: 10px;
	color: #333;
}

.contact-list p {
	font-size: 14px;
	line-height: 26px;
	color: #333;
}

.contact-list li:hover {
	background: #f3f2f2;
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px);
}

.contact-list li.active {
	background: #f3f2f2;
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px);
}
.cloud-info{width: 940px;margin: 0 auto;overflow: hidden;font-size: 14px;line-height: 25px;color: #666;margin-bottom: 40px;}

.cloud-info img{max-width: 100%;height: auto;}

.ocnapovn{width:1200px;margin: 0 auto;font-size: 14px;line-height: 27px;color: #666;}
.ocnapovn img{max-width: 100%;height: auto;}
.case-show{font-size: 14px;color: #656563;line-height: 27px;}
.case-show img{max-width: 100%;height: auto;}

.news-left-info{font-size: 14px;color: #666;line-height: 27px;}
.news-left-info img{max-width: 100%;height: auto;}


.peycac{width: 940px;margin: 0 auto;overflow: hidden;font-size: 14px;color: #666;line-height: 27px;}
.peycac img{max-width: 100;}



.fixcss{position: fixed;top: 197px;}



.fa-conca {
	margin: 50px auto; position:relative;
}

.fa-conca .content-left {
	width: 200px; overflow:hidden; position:absolute; left:50%; margin-left:-600px; z-index:50;
}



html{
_background:url(about:blank); 
}
.zc-yy{ width:100%; height:50000px; overflow:hidden; position:fixed; left:0; top:0; z-index:10000; background:url(../image/zc-opfs.png) repeat; display:none; _position: absolute;
_top:expression(documentElement.scrollTop+documentElement.clientHeight-this.offsetHeight);}
.zc-form{ display:none; width:651px; height:573px; overflow:hidden; position:fixed; left:50%; margin-left:-326px; top:127px; _position: absolute;
_top:expression(documentElement.scrollTop+documentElement.clientHeight-this.offsetHeight-200); z-index:100001; background:#fff;}



.zcfo-tx {
    width: 73%;
    height: 62px;
    margin: 0 auto;
    margin-bottom: 25px;
    text-align: right;
   
}
.zcfo-tx label{font-size:16px;line-height: 62px;color:#313131; }
.zcfo-tx input{width: 376px;height: 62px;margin-left: 15px;float:right;border: 1px solid #AFAFAF; text-indent: 20px}


.zcfo-file{
    width: 73%;
    height: 62px;
    margin: 0 auto;
    margin-bottom: 25px;
    position: relative;
    text-align: right;
}
.zcfo-file label{font-size:16px;line-height: 62px;color:#313131; }


.fileuploade{width: 376px;height: 62px;margin-left: 15px;float:right;border: 1px solid #AFAFAF;}
.fileuploade input{
	width: 70%;
	float: left;
	height: 62px;
}

.fileuploade span{
	float: right;
    height: 50px;
    background: #E15212;
    border: 1px solid #E15212;
    border-radius:9px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    margin-top: 5px;
    margin-right: 5px;
    width: 86px;
    cursor: pointer;
}


.yingpin p{
    display:inline-block;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}
.yingpin{width:88%;margin:0 auto; border-bottom: 1px solid #D5D5D5;margin-bottom:37px;height: 87px;}
.yingpin p.bicaon{
    float: left;
    font-size: 26px;
    color: #313131;
    line-height: 103px;
}
.yingpin p.zicona{
    float: left;
    margin-left: 16px;
    font-size: 18px;
    color: #E15212;
    line-height: 112px;

}
.yingpin span{float: right;}

.zcfo-button{
	width: 45%;
    margin: 0 auto;
    margin-top: 33px;
}
.zcfo-button input{
    display: block;
    width: 142px;
    height: 51px;
    color: #fff;
    border:1px solid #EE8310;
    border-radius:32px;
    cursor:pointer;
    font-size: 15px;
	background: -webkit-linear-gradient(left, #EE8310 ,#E45611); 
    background: -o-linear-gradient(right, #EE8310,#E45611); 
    background: -moz-linear-gradient(right, #EE8310,#E45611); 
    background: linear-gradient(to right, #EE8310 ,#E45611); 


}

.yingpin span{
	
	width: 42px;
	height: 42px;
	float: right;
	display: inline-block;
	background: url(../image/gb-imgtp.png) no-repeat left top;
	background-size: 100% 100%; 
	margin-top: 27px;
	cursor: pointer;
}

.yzca{position: relative;}
.yzca img{position: absolute;right: 0;bottom:0;width: 154px;height:58px;cursor: pointer;}






.cloud-title{
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
}

.cloud-title h3{font-size:30px;font-weight:lighter;line-height:55px;color:#3C3C3C;margin-bottom: 20px; text-align: center;}





.indurty-list{
	width: 1020px;
    margin: 0 auto;

}
.indurty-list ul {
	width: 100%;
}

.indurty-list li {
	width: 310px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	box-shadow: 0 5px 5px rgba(0,0,0,.1);
}

.indurty-img {
	width: 310px;
	height: 194px;
	overflow: hidden;
}

.indurty-img img {
	width: 310px;
	height: 194px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.indurty-img:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.indurty-info {
	height: 175px;
	padding: 10px;
	background: #fff;
	position: relative;
}

.indurty-title {
	height: 48px;
	overflow: hidden;
	font-size: 16px;
	color: #333;
}

.indurty-title a {
	font-size: 16px;
	color: #333;
}

.indurty-bar {
	width: 290px;
	height: 2px;
	margin: 10px 0;
	background: #e2e1e1;
	position: relative;
}

.indurty-bar span {
	display: block;
	width: 0;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.indurty-con {
	height: 48px;
	overflow: hidden;
	font-size: 13px;
	color: #666;
	line-height: 25px;
}

.indurty-time {
	position: absolute;
	bottom: 20px;
	left: 10px;
	z-index: 3;
	font-size: 13px;
	color: #b4b3b3;
}

.indurty-more {
	display: block;
	width: 30px;	
	height: 30px;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
	font-family: '宋体';
	color: #fff;
	background: rgba(255,255,255,.3);
	position: absolute;
	bottom: 15px;
	right: 15px;
	z-index: 9;
}

.indurty-more:hover {
	background: rgba(255,255,255,.5);
	color: #fff;
}

.indurty-list li:hover .indurty-info {
	background: #b01f24;
	color: #fff;
}

.indurty-list li:hover .indurty-title{
	color: #fff;
}

.indurty-list li:hover .indurty-title a:hover {
	color: #fff;

}

.indurty-list li:hover .indurty-con {
	color: #fff;
}

.indurty-list li:hover .indurty-time {
	color: #fff;
}

.indurty-list li:hover .indurty-bar {
	background: #6c6b6b;
}

.indurty-list li:hover .indurty-bar span {
	width: 100%;
}

.indurty-list li:hover .indurty-img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}






.links-con{
	width: 1200px;
	margin:0 auto;
}

.links-con li{
	width: 177px;
	height: auto;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	
}
.links-con img{
	width:177px;
	height: 54px;
	background: #fff;
	display: block;
	border:1px solid #ccc;
}
.links-con p{font-size: 15px;line-height:48px;text-align: center;color: #515151;}

.bioca{	color: #B01F24;	text-align: center;font-size: 16px;line-height: 27px;}
.biaozhi{font-size: 16px;line-height: 35px;text-align: center;color:#B01F24;}







.third-nav2 li {
	margin-bottom: 10px;
	padding:16px 19px 16px 27px;
	border-radius: 6px;
	background: #DAD8D8;
	text-align: center;
}

.third-nav2 a {
	width: 100%;
	height: 100%;
	display: block;
	font-size: 16px;
	color: #7b7b7b;
}
.third-nav2 li.active {background: #b01f24;}
.third-nav2 li.active a{color: #fff;}




.third-nav3 li {
	margin-bottom: 10px;
	padding:16px 19px 16px 27px;
	border-radius: 6px;
	background: #DAD8D8;
	text-align: center;
}

.third-nav3 a {
	width: 100%;
	height: 100%;
	display: block;
	font-size: 16px;
	color: #7b7b7b;
}
.third-nav3 li.active {background: #b01f24;}
.third-nav3 li.active a{color: #fff;}



.group-img{width: 100%;margin: 0 auto;text-align: center;}