﻿ 

*{
	font-family: "微软雅黑";
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

#all{
	min-width: 1200px;
	overflow:hidden;
}

.fl{
	float: left;
}

.fr{
	float: right;
}
.cf{*zoom:1;}
.cf:after{display:block; overflow:hidden; clear:both; height:0; visibility:hidden; content:".";}

.container{
	width: 1300px;
	margin:0 auto;
	position: relative;
}
 
.erji{
	position: absolute;
	left: 0;
	top: 100px;
	z-index: 2;
	background: #fff;
	font-size: 12px;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	border-top: 1px solid #e1e1e1;
	box-sizing: border-box;
	display: none;
}
  
.zhishi{
	position: absolute;
	width: 200px;
	left: 50%;
	margin-left: -100px;
	bottom: 30px;
	text-align: center;
}

.zhishi span{
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 0 10px;
	border: 2px solid #fff;
	box-sizing: border-box;
}

.zhishi span.active{
	width: 12px;
	height: 12px;
	border: none;
}

.next,.prev{
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 10%;
	top: 50%;
	background: rgba(255,255,255,.3);
	border-radius:50%;
	text-align: center;
}

.prev{
	left: 10%;
}

.next{
	right: 10%;
}

.next img,.prev img{
	margin-top: 10px;
}

.next:hover,.prev:hover{
	background: -moz-linear-gradient(left, #3ee164, #5fb3e8);
	background: -webkit-linear-gradient(left, #3ee164, #5fb3e8);
	background: -ms-linear-gradient(left, #3ee164, #5fb3e8);
	background: linear-gradient(left, #3ee164, #5fb3e8);
}

.active{
	background: -moz-linear-gradient(left, #3ee164, #5fb3e8);
	background: -webkit-linear-gradient(left, #3ee164, #5fb3e8);
	background: -ms-linear-gradient(left, #3ee164, #5fb3e8);
	background: linear-gradient(left, #3ee164, #5fb3e8);
}

.xiangmu{
	padding: 60px 0;
}

.xiangmu ul li{
	width:25%;
	padding:0 43px; 
	float: left;
	text-align: center;
}

.xiangmu ul li em{
	width: 70px;
	height: 70px;
	display: inline-block;
	border-radius: 50%;
	border: 2px solid #d2d2d2;
	position: relative;
	transition: .5s;
}

.xiangmu ul li:nth-child(1) em{
	background: url(../images/1.png) no-repeat center center;
}

.xiangmu ul li:nth-child(1):hover em{
	background: url(../images/2.png) no-repeat center center;
}

.xiangmu ul li:nth-child(2) em{
	background: url(../images/3.png) no-repeat center center;
}

.xiangmu ul li:nth-child(2):hover em{
	background: url(../images/4.png) no-repeat center center;
}

.xiangmu ul li:nth-child(3) em{
	background: url(../images/5.png) no-repeat center center;
}

.xiangmu ul li:nth-child(3):hover em{
	background: url(../images/6.png) no-repeat center center;
}

.xiangmu ul li:nth-child(4) em{
	background: url(../images/7.png) no-repeat center center;
}

.xiangmu ul li:nth-child(4):hover em{
	background: url(../images/8.png) no-repeat center center;
}

.xiangmu ul li em::after{
	content:"";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 50%;
	background: -moz-linear-gradient(left, #3ee164, #5fb3e8);
	background: -webkit-linear-gradient(left, #3ee164, #5fb3e8);
	background: -ms-linear-gradient(left, #3ee164, #5fb3e8);
	background: linear-gradient(left, #3ee164, #5fb3e8);
	z-index: -1;
	transform:scale(0,0);
	transition: .5s;
}

.xiangmu ul li:hover em::after{
	transform:scale(1,1);
}

.xiangmu ul li h3{
	color:#1e1e1e;
	margin: 20px 0 15px 0;
}

.xiangmu ul li span{
	display: inline-block;
	width: 36px;
	height: 2px;
	background: #7a7a7a;
}

.xiangmu ul li p{
	font-size: 12px;
	color: #989898;
	line-height: 22px;
	margin:15px 0; 
}

.xiangmu ul li a{
	display: block;
}

.anli{
	background: #f6f6f7;
	padding: 0px 0 55px 0;
	border-top:1px solid #f6f6f7;
}

.title{
	margin-top: 40px;
	background: url(../images/bg1.png) no-repeat left bottom;
	padding-bottom: 11px;
	border-bottom: 1px solid #dbdbdb;
}

.title h5{
	font-size: 18px;
	color: #333333;
	display: inline-block;
}

.title span{
	font-size: 12px;
	color: #a2a2a2;
}

.title p{
	padding: 1px 10px;
}

.title p a.more{
	width:18px;
	height:18px;
	margin-top:0;
	display:inline-block;
	vertical-align:middle;
	background: url(../images/right2.png) no-repeat;
}
.title p a.tab{
	color: #c1c1c1;
	margin-right:20px; 
	height:18px;
	display:inline-block;
	vertical-align:middle;
}

.title p a.tab.hover{
	color: #345292;
	font-weight:bold;
}

#demo ul{
	width: 1000000px;
	position: relative;
	left: 0;
}

#demo ul li{
	width: 1250px;
	float: left;
	margin-top: 40px;
}

#demo ul li a{
	width: 270px;
	height: 320px;
	margin-right:36px;
	display: inline-block;
}

.case{
	width: 270px;
	height: 320px;
	display: inline-block;
	position: relative;
	margin-right: 36px;
}
.case img{
	width: 270px;
	height: 320px;
}

.mengban{
	width: 100%;
	height: 100px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;	 
	overflow: hidden;
	transition: .5s;
	padding: 0 26px;
}

.jiangli{width:100%; height:24px; line-height:24px; color:#333}

.mengban span{width:45%; display:inline-block; color:#333;}

.mengban p{
	text-align: left;
	line-height: 36px;
}

.mengban em{
	width: 80px;
	height: 4px;
	display: block;
	background: #fff;
	margin-top: 16px;
}

.mengban h4{
	font-size: 18px;
	margin: 18px 0 12px 0;
}


 

.demo_hide{
	width: 1200px;
	height:360px;
	overflow: hidden;
}


#demo .next{
	right: -10%;
	background: url(../images/right1.png) no-repeat 0 0;
	width: 32px;
	height: 32px;
	border-radius: none;
	transition:.5s;
}

#demo .prev{
	left: -10%;
	background: url(../images/left1.png) no-repeat 0 0;
	width: 32px;
	height: 32px;
	border-radius: none;
	transition:.5s;
}

#demo .next:hover,#demo .prev:hover{
	background-position: 0 -32px;
}

.about{
	width: 684px;
	float: left;
}

.news{
	width: 475px;
	float: right;
}

.about_l{
	width: 343px;
	float: left;
} 

.about_r,.about_l{
	height: 336px;
	margin:30px 0 85px;
	border: 1px solid #f2f2f2;
	transition: .5s;
}

.about_l:hover{
	box-shadow: 0 0 30px rgba(0,0,0,0.3);
	transform: translateY(-10px);
}

.about_l img{
	max-width:100%; 

}

.about_l a p{
	color:#7e7e7e;
	line-height: 26px;
	margin-top: 20px;
	padding: 0 16px;
	font-size: 12px;
}

.about_r{
	width: 300px;
	float: right;
}

.about_r a{
	display: block;
	border-bottom: 1px dashed #d4d4d4;
	line-height: 26px;
	color: #7e7e7e;
	margin-bottom: 14px;
	cursor:pointer;
}

.about_r a:hover{
	text-decoration: underline;
}

.pox{
	padding: 0 18px;
}

#zhengshu{
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 188px;
}

#zhengshu ul{
	width: 10000px;
	position: relative;
}

#zhengshu ul li{
	width: 300px;
	float: left;
}

#zhengshu ul li img{
	width: 100%;
	height: 188px;
}

#zhengshu .next,#zhengshu .prev{
	background:#acacac;
	transform: translateY(-50%);
}

#zhengshu .next:hover,#zhengshu .prev:hover{
	background: -moz-linear-gradient(left, #3ee164, #5fb3e8);
	background: -webkit-linear-gradient(left, #3ee164, #5fb3e8);
	background: -ms-linear-gradient(left, #3ee164, #5fb3e8);
	background: linear-gradient(left, #3ee164, #5fb3e8);
}

.footer{
	background: #2f3338;
	padding: 72px 0 90px 0;
}

.footer ul{
	display: inline-block;
}

.footer ul li{
	width: 185px;
	float: left;
	border-right: 1px dashed #55595d;
	padding: 0 0px 0 50px;
	height: 180px;
}

.footer ul li:nth-child(1){
	width: 135px;
	padding: 0 50px 0 0;
}

.footer ul li:nth-child(5){
	border: none;
}

.footer ul li a h5{
	color: #fff;
	font-size: 16px;
}

.footer ul li a h6{
	color: #484b50;
	font-size: 18px;
}

.footer ul li a{
	color: #8e8e8e;
	font-size: 12px;
	display: block;
	margin-bottom: 17px;
}

.contact{
	width: 300px;
	float: right;
	position: relative;
}

.contact .active{
	width: 100%;
	position: absolute;
	left: 0;
	top: -100px;
	padding: 14px 30px;
	color: #fff;
}

.contact .active p{
	font-size: 20px;
	background: url(../images/bottom.png) no-repeat 208px center;
	padding: 4px 0;
}

.contact .active span{
	margin-left: 5px;
}

.contact a{
	color: #fff;
	font-size: 12px;
	display: block;
	margin-top: 20px;
	line-height: 20px;
	padding: 5px 0 5px 66px;
}

.contact a strong{
	font-size: 14px;
}

.contact a:nth-child(2){
	background: url(../images/add.png) no-repeat 30px center;
}

.contact a:nth-child(3){
	background: url(../images/phone.png) no-repeat 30px center;
}

.contact a:nth-child(4){
	background: url(../images/em.png) no-repeat 30px center;
}

.news_list ul li{
	height: 98px;
	margin-bottom:22px; 
	overflow: hidden;
	font-size: 12px;
}

.news_list ul li img{
	width: 160px;
	height: 98px;
}

.news_p{
	width: 160px;
	height: 98px;
	position: relative;
}

.news_p:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: url(../images/fangda.png) no-repeat center center;
	z-index: 10;
	opacity: 0;
	transform: scale(3);
	transition: .5s;
}

.news_list ul li:hover .news_p:after{
	opacity: 1;
	transform: scale(1);
}

.news_list ul li .fr{
	width: 295px;
}

.news_list ul li h3{
	color: #585858;
	font-size: 14px;
	margin-bottom: 16px;
}

.news_list ul li p{
	color: #959595;
}

.news_list{
	margin-top: 30px;
}

.news_list ul li:hover h3{
	color: #345292;
}
/*关于我们页面*/

.banner{
	min-width: 1200px;
}

.banner img{
	width: 100%;
}

.position{
	color: #a4a4a4;
	margin-top: 28px;
}

.position a{
	color: #a4a4a4;
}

.list{
	width: 220px;
	margin-bottom: 30px;
}

.list .active{
	padding: 10px 30px;
	color: #fff;
}

.list .active h1{
	font-size: 20px;
}

.list .active p{
	font-size: 14px;
}

.list .active div{
	background: url(../images/bottom.png) no-repeat right center;
}

.list ul li a{
	display: block;
	padding: 0 30px;
	background: #f7f7f7;
	color: #5f5f5f;
	font-size: 14px;
	line-height: 52px;
	border-bottom: 1px solid #e7e7e7;
}

.list ul li em{
	width: 18px;
	height: 5px;
	display:block;
	background: url(../images/right3.png) no-repeat 0 1px;
	margin-top: 22px;
	transition: .5s;
}

.list ul li:hover a{
	color: #345292;
}

.list ul li:hover em{
	background: url(../images/right3.png) no-repeat 0 -7px;
}

.list ul li.hover a{
	color: #345292;
}

.list ul li.hover em{
	background: url(../images/right3.png) no-repeat 0 -7px;
}

.contact_us{
	display: block;
	height: 110px;
	line-height: 110px;
	color: #989898;
	font-size: 18px;
	padding: 0 30px;
	background: url(../images/c2.png) no-repeat center center;
}

.neirong{
	width: 1300px;
	margin-bottom: 90px;
	color: #666;
	font-size: 16px;
	line-height: 2em;
	margin-top:50px;
}

.neirong h5{
	color: #2d2d2d;
	font-size: 20px;
	line-height: 70px;
	border-bottom: 1px solid #e7e7e7;
}

.neirong img{
	max-width: 100%;
}

.bottom{
	color: #494949;
	background: #212121;
	padding: 10px;
	line-height: 30px;
}

.bottom span{
	margin-left:24px; 
}

.bottom a{
	color: #494949;
}

/*发展历史界面*/


.history li a{
	display: block;
	color: #888888;
	font-size: 14px;
	line-height: 25px;
	padding: 20px 0;	
	border-bottom: 1px solid #e7e7e7;
}

.history li strong{
	width: 80px;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	margin-right: 10px;
}

.history li em{
	width: 18px;
	height: 5px;
	display:inline-block;
	background: url(../images/right3.png) no-repeat 0 1px;
	transition: .5s;
	position: relative;
	bottom: 3px;
}

.history li p{
	display: inline-block;
	width: 780px;
	float: right;
	font-size: 14px;
}

.history li a:hover em{
	transform:translateX(10px);
}

.more{
	margin-top: 40px;
	text-align: center;
}

.more img{
     margin:auto;
     width:18px;
     height:18px;
     vertical-align: middle;
}

.more a{
	display: block;
	background: #efefef;
	color: #bababa;
	font-size: 14px;
	text-align: center;
	padding: 13px 0;
	transition: .5s;
	cursor: pointer;
}

.more a span{
	display: inline-block;
    border-top: 7px solid #bababa;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: relative;
    bottom: 1px;
    transition: .5s;
}

.more a:hover,.fanye a:hover{
	color: #fff;
	background: -moz-linear-gradient(left, #3ee164, #5fb3e8);
	background: -webkit-linear-gradient(left, #3ee164, #5fb3e8);
	background: -ms-linear-gradient(left, #3ee164, #5fb3e8);
	background: linear-gradient(left, #3ee164, #5fb3e8);
}

.more a:hover span{
	   border-top: 7px solid #fff;
}

.zizhi{
	width: 960px;
}

.zizhi a{
	width: 280px;
	margin:0 40px 5px 0;
	float: left;
	cursor: pointer;
	display:inline-block;
}

.zizhi a .news_p{
	width: 100%;
	height: 228px;
	padding: 11px 0;
	border: 1px solid #e4e4e4;
	overflow: hidden;
}

.zizhi a .news_p:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 0;
	transition: .5s;
}

.zizhi a:hover .news_p:after{
	opacity: 1;
	transform: scale(1.2);
}

.zizhi a:hover .news_p:before{
	opacity: 0.5
}

.zizhi a img{
	width: 100%;
	transition: .5s;
}

.fangda{
	width: 800px;
	height: 600px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -300px 0 0 -400px;
	border:1px solid #000;
	border-radius: 10px;
	background: #fff;
	z-index: 100;
	padding: 20px 10px;
	display: none;
}

.fangda em{
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 24px;
	height: 24px;
	background: url(../images/close.png) no-repeat center center;
	cursor: pointer;
	z-index: 101;
}

.fangda li{
	width: 780px;
	height: 540px;
	text-align: center;
}

.fangda li .news_p{
	width: 100%;
	height: 100%;
}

.fangda li p{
	font-size: 20px;
}

.fangda li img{
	width: 100%;
	height: 100%
}


.zizhi li p{
	font-size: 14px;
	color: #888888;
	line-height: 32px;
	text-align: center;
}

.team{
	text-align: center;
}

.team img{
	margin-top: 20px;
}

/*新闻中心页面*/

.center li a{
	display: block;
	padding: 30px 0;
	position: relative;
	border-bottom: 1px solid #e7e7e7;
	transition: .5s;
}

.center li a:hover{
	transform: translateX(-20px);
}

.center li a:hover h6{
	color: #345292;
}

.center li a:hover .gengduo{
	color: #345292;
}

.news_pic{
	width: 250px;
}

.news_pic img{
	width: 100%;
}

.news_body{
	width: 485px;
	margin:0 30px;
	padding: 10px 0;
}

.news_body h6{
	font-size: 16px;
	color: #3f3f3f;
	margin-bottom: 24px;
}

.news_body p{
	color: #8f8f8f;
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 24px;
}

.news_body span{
	font-size: 14px;
	color: #bababa;
}

.news_body span em{
	color: #898989;
	font-size: 14px;
}

.gengduo{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -38px;
	width: 119px;
	border-left: 1px solid #e9e9e9;
	padding-left: 35px;
	height: 77px;
	font-size: 16px;
	color: #cbcbcb;
	line-height: 77px;
}

.fanye{
	margin-top: 20px;
	text-align: center;
}

.fanye a{
	display: block;
	float: left;
	width: 33%;
	font-size: 14px;
	color: #bababa;
	background: #efefef;
	line-height: 41px;
	transition: .5s;
}

.fanye a:nth-child(2){
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}

.fanye em{
	display: inline-block;
	width: 25px;
	height: 25px;
	transition: .5s;
	position: relative;
	top: 6px;
	margin: 0 5px;
}

.fanye_l{
	background: url(../images/left3.png) no-repeat 0 0;
}

.fanye a:hover .fanye_l{
	background: url(../images/left3.png) no-repeat 0 -24px;
}

.fanye_c{
	background: url(../images/list.png) no-repeat 0 0;
}

.fanye a:hover .fanye_c{
	background: url(../images/list.png) no-repeat 0 -24px;
}

.fanye_r{
	background: url(../images/right5.png) no-repeat 0 0;
}

.fanye a:hover .fanye_r{
	background: url(../images/right5.png) no-repeat 0 -24px;
}

.anli_list{
	width: 1300px;
	margin:0 auto;
}

.anli_list li{
	float: left;
	width: 350px;
	height: 340px;
	margin:27px 39px 0 40px; 
	background:#F5F5F5;
	 
}

.anli_list li .case{
	width: 100%;
	height: 100%;
}

.anli_list .mycase{position:relative;}

.anli_list li .case img{
	width: 100%;
	height: 230px;
	cursor: pointer;
  transition: all 0.6s;
   z-index:99999999999999;
   position:absolute;
   top:0;
}

.anli_list li .case img:hover{  transform: scale(1.4); z-index:99999999999999;}

.anli_list li .mengban{
	padding: 0 10px;
	font-size: 14px;
}

.anli_list li .mengban p{color:#333;}

.anli_xq {
	width: 1000px;
}

.anli_xq li{
	float: left;
	width: 422px;
	margin:30px 75px 0 0; 
}

.anli_xq li img{
	width: 100%;
}

.anli_xq li p{
	color: #626262;
	font-size: 14px;
	text-align: center;
}



.zhaopin ul li{
	font-size: 14px;
	margin-bottom: 2px;
	position: relative;
}

.zhaopin ul li h6{
	padding: 0px 20px;
	background: #ececec;
	line-height: 50px;
	cursor:pointer;
	color: #515151l
}


.zhaopin ul li.active h6{
	color: #fff;
	background: -moz-linear-gradient(left, #3ee164, #5fb3e8);
	background: -webkit-linear-gradient(left, #3ee164, #5fb3e8);
	background: -ms-linear-gradient(left, #3ee164, #5fb3e8);
	background: linear-gradient(left, #3ee164, #5fb3e8);
}

.zhaopin ul li h6 span{
	font-size: 30px;
	
}

.zhaopin_xq{
	background: #fff;
	position: relative;
	display: none;
	line-height: 30px;
	color: #515151;
	padding: 0px 20px  20px 20px;
	border: 1px solid #eee;
}

.zhaopin_xq span{
	font-size: 16px;
}

.zhaopin_xq div{
	margin-top: 30px;
}

.zhaopin_xq p{
	font-size: 14px;
	margin: 0;
}

.zhaopin_xq.block{
	display: block;
}

.contact_x a{
	display: block;
	padding: 17px 60px;
	color: #515151;
	font-size: 14px;
	margin-bottom: 2px;
}

.contact_x a:nth-child(1){
	background: url(../images/add1.png) no-repeat 20px center;
	background-color: #ececec;
}

.contact_x a:nth-child(2){
	background: url(../images/phone1.png) no-repeat 20px center;
	background-color: #ececec;
}

.contact_x a:nth-child(3){
	background: url(../images/em1.png) no-repeat 20px center;
	background-color: #ececec;
}

.map{
	width: 100%;
	height: 316px;
	border:1px solid #e0d4d4;
	margin-top: 40px;
}

.dl_desc { padding-bottom:30px; padding-top:10px; font-size:12px; color:#aaa;}
