ï»¿
.title {
	text-align:center;
}
.title p{
	display:block;
	padding:15px 0;
}
.title span{
	font-size:32px;
}
.title em{
	padding-top: 0px;
	font: 36px/1.5 "acaslonpro","times new roman",tahoma,georgia;
	color: #999;
	display: block;
	font-style: normal;
}
a.more{
	width: 154px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	border: 1px #fff solid;
	display: block;
	margin: 0 auto;
	z-index: 1;
	position: relative;
	text-align: center;
}
a.more:before {
	content: '';
	width: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 40px;
	background: #fff;
	transition: all 0.3s ease;
	z-index: -1;
}
a.more:hover:before {
	width: 100%;
	transition: all 0.3s ease;
}
a.more:hover {
	color: #fff;
	border-color: #0060AD;
}

/*banner*/
.banner{
	width: 100%;
	height: 499px;
	overflow: hidden;
	position: relative;
	top:0;
}
.banner img{
	width: 100%;
	height: 100%;
	position: relative;
}
.banner span{
	position: absolute;
	z-index: 999;
	font-weight: bold;
	font-size: 48px;
	color: #fff;
	text-transform: uppercase;
	top: 55%;
	left: 50%;
	line-height: 60px;
	text-shadow: 0 0 0.3em #0060AD;
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


/*path*/
.path {
	position: relative;
	overflow: hidden;
	height: 90px;
	line-height: 90px;
	border-bottom: 1px solid #efefef;
}
.path li{
	float: left;
}
.path li a {
	display: block;
	position: relative;
	color: #333;
	font-size: 16px;
	margin-right: 48px;
}
.path li a:before {
	content: "";
	width: 100%;
	height: 2px;
	background:#0060AD;
	position: absolute;
	left: 0;
	bottom: 0;
	transform-origin: 100%;
	-webkit-transform-origin: 100%;
	-webkit-transition: -webkit-transform .4s cubic-bezier(.4,0,.2,1);
	transition: -webkit-transform .4s cubic-bezier(.4,0,.2,1);
	transition: transform .4s cubic-bezier(.4,0,.2,1);
	transition: transform .4s cubic-bezier(.4,0,.2,1),
	-webkit-transform .4s cubic-bezier(.4,0,.2,1);
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	visibility: hidden\9;
}
.path li a:hover:before,
.path li a.on:before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform-origin: 0;
	-webkit-transform-origin: 0;
	visibility: visible\9;
}
.path li a:after {
	position: absolute;
	right: -25px;
	top: 50%;
	margin-top: -7px;
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 1px;
	height: 14px;
	background: #ccc;
}
.path li a:hover,
.path li a.on {
	color: #0060AD;
}
.location{
	padding-left: 20px;
	background: url(/style/images/path.png) no-repeat left center;
}
.location a {
	line-height: 51px;
	color: #666;
	padding: 0 5px;`
}
.location img {
	width: 20px;
	margin-top: 15px;
}


/*aboutus*/
.about{
	padding: 60px 0;
	overflow: hidden;
}
.about ul{
	padding-top: 20px;
}
.about li{
	float: left;
	width: 450px;
	margin-right: 25px;
}
.about li:nth-child(3){
	margin-right:0px;
}
.about-img{
	width: 450px;
	height: 250px;
	display: block;
	overflow: hidden;
	position: relative;
}
.about-img img {
	width: 450px;
	height: 250px;
	transition: 0.98s;
	-webkit-transition: 0.98s;
	-moz-transition: 0.98s;
}
a:hover .about-img img {
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
}
.about li span{
	display: block;
	padding-top: 25px;
	font-size: 24px;
}
.about li p{
	line-height: 26px;
	padding-top: 10px;
	color: #999;
}
.about-more {
	margin-top: 20px;
	padding-left: 40px;
	font-size: 16px;
	color: #0060AD;
	line-height: 25px;
	background: url(/style/images/a-more.png) no-repeat left center;
}
.video{
	width: 100%;
	height: 500px;
	background: url(/style/images/video.jpg) no-repeat;
	position: relative;
}
.video i{
	background: url(/style/images/play2.png) no-repeat;
	background-size: 100%;
	width: 100px;
	height: 100px;
	position: absolute;
	left: 50%;
	top: 50%;
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.video a:hover i{
	background: url(/style/images/play.png) no-repeat;
	width: 100px;
	height: 100px;
	background-size: 100%;
}

#fullbg {background-color:#000;display: none;z-index:3;position: absolute;left: 0px;top: 0px;filter: Alpha(Opacity=85);-moz-opacity: 0.85;opacity: 0.85; z-index:9999}
#dialog {position:absolute;width:960px;background:#ffffff;display:none; z-index:9999}
.wirth{width:900px;background:#FFF;margin:0 auto;padding-bottom: 25px;}
.close {width:900px;height:43px;color:#0060AD;font-size:16px;padding-left:33px; font-weight:600; padding-top:23px; padding-right:32px;}
.close span{color:#0060AD; font-size:18px; font-weight: bold;   text-transform: uppercase;}
.close a{float:right;background:url(/style/images/close.jpg) no-repeat;width:21px;height:21px;cursor:pointer;}
.close a:hover{background:url(/style/images/close2.jpg) no-repeat;cursor:pointer;}

.about2{
	padding: 60px 0px;
	overflow: hidden;
}
.about2 li{
	float: left;
	width: 683px;
	margin: 0 30px 0px 0px;
	border: 1px #eee solid;
}
.about2 li:hover {
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.about2 li:nth-child(2){
	margin-right:0px;
}
.about2-img{
	width: 683px;
	height: 250px;
	display: block;
	overflow: hidden;
	position: relative;
}
.about2-img img {
	width: 683px;
	height: 250px;
	transition: 0.98s;
	-webkit-transition: 0.98s;
	-moz-transition: 0.98s;
}
a:hover .about2-img img {
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
}
.about2 li span{
	display: block;
	padding: 40px 0px 5px 40px;
	font-size: 24px;
}
.about2 .about-more{
	margin-left: 40px;
	margin-bottom: 40px;
}

.aboutus{
	padding: 60px 0;
	overflow: hidden;
}
.aboutus-txt {
	width: 800px;
	float: left;
	padding-right: 40px;
}
.aboutus-txt span{
	display: block;
	color: #eee;
	font-family: "Arial";
	text-transform: uppercase;
	font-weight: normal;
	font-size: 64px;
	padding: 20px 0 20px 0;
}
.aboutus-txt em {
	color: #666;
	font-size: 30px;
	font-style: normal;
	padding-top: 10px;
	display: block;
}
.aboutus-txt p{
	width: 40px;
	height: 2px;
	background: #666;
	display: block;
	margin-top: 30px;
}
.aboutus-text{
	margin-top: 30px;
	text-align: justify;
}
.aboutus-img {
	width: 560px;
	float: right;
	line-height: 0;
}
.aboutus-img img {
	width: 100%;
	height: auto;
	line-height: 0;
}

.aboutus-num{
	height: 230px;
	display: block;
	background: #0060AD;
	margin-bottom: 80px;
}
.aboutus-num ul{
	padding: 0 150px;
}
.aboutus-num li{
	float: left;
	width: 33.3%;
	text-align: center;
	padding-top: 90px;
	color: #fff;
}
.aboutus-num li span{
	color: #fff;
	font-size: 60px;
	font-family: Arial;
	padding-top: 50px;
}
.aboutus-num li em{
	font-style: normal;
	font-size: 16px;
	padding-left: 5px;
}
.aboutus-num li:nth-child(3) em {
	font-size: 24px;
}
.aboutus-num li p{
	padding-top: 10px;
}


/*love*/
.lovetxt{
	text-align: center;
	padding: 30px 0 0 0;
	overflow: hidden;
}
.lovetxt span{
	font-weight: bold;
	font-size: 30px;
	display: block;
	padding-bottom: 18px;
}
.lovetxt p{
	line-height: 26px;
	font-size: 15px;
}
.love{
	padding: 60px 0;
}
.love li{
	overflow: hidden;
}
.love-l {
	width: 700px;
	height: 400px;
	display: block;
	overflow: hidden;
}
.love-l img {
	width: 100%;
	height: 400px;
	transition:0.98s;
	-webkit-transition:0.98s;
	-moz-transition:0.98s;
}
a:hover .love-l img{
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
}
.love-r{
	width: 700px;
	background: #f8f8f8;
	overflow: hidden;
	height: 400px;
}
.love span{
	font-size: 26px;
	line-height: 36px;
	display: block;
	padding: 60px 60px 25px 60px;
}
.love p{
	line-height: 26px;
	color: #777;
	padding: 0 60px 0 60px;
}
.love-r em{
	margin: 30px 0 0 60px;
	display: block;
	border-radius: 2px;
	width: 118px;
	text-align: center;
	color: #999;
	line-height: 36px;
	border: 1px solid #999;
	font-style: normal;
}
a:hover .love-r em{
	background: #0060a0;
	border: 1px solid #0060a0;
	color: #fff;
}
.love li:nth-child(1) .love-l,
.love li:nth-child(3) .love-l,
.love li:nth-child(5) .love-l,
.love li:nth-child(7) .love-l,
.love li:nth-child(2) .love-r,
.love li:nth-child(4) .love-r,
.love li:nth-child(6) .love-r,
.love li:nth-child(8) .love-r{
	float: left;
}

.love li:nth-child(1) .love-r,
.love li:nth-child(3) .love-r,
.love li:nth-child(5) .love-r,
.love li:nth-child(7) .love-r,
.love li:nth-child(2) .love-l,
.love li:nth-child(4) .love-l,
.love li:nth-child(6) .love-l,
.love li:nth-child(8) .love-l {
	float: right;
}


/*honor*/
.honor{
	padding: 60px 0;
	text-align: center;
	position: relative;
	height: 600px;
}
.honor li{
	float: left;
	width: 330px;
	padding-right: 26px;
	height: 250px;
}
.honor li img{
	width: 100%;
	height: auto;
}
.zoomify{cursor:pointer;cursor:-webkit-zoom-in;cursor:zoom-in}
.zoomify.zoomed{cursor:-webkit-zoom-out;cursor:zoom-out;padding:0;margin:0;border:none;border-radius:0;box-shadow:none;position:relative;z-index:150001}
.zoomify-shadow{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;display:block;z-index:150000;background:rgba(0,0,0 ,.3);opacity:0}
.zoomify-shadow.zoomed{opacity:1;cursor:pointer;cursor:-webkit-zoom-out;cursor:zoom-out}

/*culture*/
.culture{
	padding: 60px 0;
	overflow: hidden;
}
.culture1{
	position: relative;
	overflow: hidden;
}
.culture1-img{
	width: 100%;
	height: 450px;
	overflow: hidden;
	display: block;
}
.culture1-img img{
	width: 100%;
	height: 450px;
	transition: transform 1s ease 0s, opacity 1s ease 0s;
}
.culture1:hover .culture1-img img{
	-moz-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
.culture1-txt{
	position: absolute;
	top: 18%;
	left: 10%;
	color: #fff;
	padding: 40px 100px 40px 60px;
	background: #0060AD;
	opacity: 0.8;
}
.culture1-txt span,
.culture2-txt span{
	font-size: 36px;
	display: block;
}
.culture1-txt em,
.culture2-txt em{
	font-style: normal;
	font-size: 20px;
	display: block;
	font-family: 'Century Gothic';
	text-transform: Uppercase;
	padding: 15px 0 20px 0;
}
.culture1-txt p,
.culture2-txt p{
	font-size: 18px;
	line-height: 34px;
}
.culture2{
	overflow: hidden;
	padding-bottom: 30px;
}
.culture2-txt{
	padding-bottom: 50px;
	width: 500px;
}
.culture2-txt span{
	padding-left: 80px;
	padding-top: 15px;
}
.culture2-txt em{
	color: #999;
}
.culture2-img{
	width: 800px;
	height: 391px;
	overflow: hidden;
	display: block;
}
.culture2-img img{
	width: 100%;
	height: 391px;
	transition: transform 1s ease 0s, opacity 1s ease 0s;
}
.culture2-img:hover img{
	-moz-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
.culture-i{
	padding-top: 50px;
	padding-bottom: 40px;
}
.culture-i1{
	width: 62px;
	height: 62px;
	position: absolute;
	background: url("/style/images/culture3.png") no-repeat;
}
.culture-i2{
	width: 62px;
	height: 62px;
	position: absolute;
	background: url("/style/images/culture4.png") no-repeat;
}


/*huodong*/
.huodong {
	padding: 30px 0 ;
}
.huodong ul li{
	position: relative;
}
.huodong ul li:before {
	content: '';
	position: absolute;
	border: #ececec solid 1px;
	top: 16px;
	right: -16px;
	left: -16px;
	bottom: 16px;
	opacity: 0;
	transition-property: top left right bottom;
	transition-duration: .3s;
}
.huodong ul li:hover:before {
	top: 0px;
	right: -8px;
	bottom: 0px;
	left: -8px;
	opacity: 1;
	background: #ececec;
}
.huodong ul li a{
	border-bottom: 1px solid #cccccc8a;
	position: relative;
	z-index: 1;
	display: block;
	padding: 40px 0px;
	overflow: hidden;
}
.huodong-date {
	width: 100px;
	color: #666;
	padding-right: 30px;
}
.huodong-date .p1 {
	font-size: 32px;
	margin-top: 15px;
}
.huodong-date .p2 {
	margin-top: 15px;
	color: #999;
}
.huodong-img {
	overflow: hidden;
	width: 320px;
	height: 180px;
}
.huodong-img img {
	width: 100%;
	height: 180px;
	transition:0.98s;
	-webkit-transition:0.98s;
	-moz-transition:0.98s;
}
a:hover .huodong-img img{
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
}
.huodong-txt {
	width: 900px;
	padding-left: 50px;
}
.huodong-txt h4 {
	font-size: 18px;
	color: #333;
	padding-top: 10px;
	display: block;
}
.huodong-txt p {
	line-height: 24px;
	overflow: hidden;
	height: 48px;
	margin-top: 18px;
	color: #888;
}
.huodong-more {
	font-size: 14px;
	line-height: 40px;
	width: 154px;
	height: 40px;
	margin-top: 20px;
	text-align: center;
	color: #888;
	border: 1px solid #888;
}

/*service*/
.service{
	padding: 60px 0;
	overflow: hidden;
}
.service ul{
	padding-top: 20px;
	text-align: center;
}
.service ul li{
	float: left;
	width: 350px;
	height: 600px;
	position: relative;
}
.service-img:after{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 100%;
	content: "";
	background-color: rgba(0,0,0,0.2);
	z-index: 1;
	transition: .8s;
}
.service li:hover .service-img:after{
	background-color: #0060AD;
	opacity: 0.9;
	bottom: 0;
}
.service-img{
	width: 350px;
	height: 600px;
	display: block;
	overflow: hidden;
	transition: .5s;
}
.service-img img{
	width: 350px;
	height: 600px;
	transition: transform 1s ease 0s, opacity 1s ease 0s;
}
.service li:hover .service-img img{
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
}
.service-txt{
	position: absolute;
	top: 48%;
	left: 0;
	right: 0;
	text-align: center;
	transform: translateY(-50%);
	color: #fff;
	z-index: 2;
	transition: .5s;
}
.service-txt img{
	padding-top: 150px;
}
.service-txt span{
	display: block;
	padding-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
	padding-top: 15px;
	transition: .5s;
}
.service-txt em{
	font-style: normal;
	font-size: 16px;
	transition: .5s;
}
.service-txt p{
	opacity: 0;
	transition: .5s;
}
.service-txt a {
	opacity: 0;
}
.service li:hover .service-txt {
	top: 37%;
}
.service li:hover .service-txt p {
	display: block;
	opacity: 1;
	margin: 30px auto;
	width: 240px;
}
.service li:hover .service-txt a.more {
	opacity: 1;
}
.service li:hover .service-txt a:hover {
	color: #333;
}
.service li:hover .service-txt a.more:before {
	background: #fff;
}

/*scon*/
.scon{
	overflow: hidden;
	padding: 60px 0;
}
.scon-img{
	width: 650px;
	height: 400px;
	display: block;
	overflow: hidden;
}
.scon-img img{
	width: 100%;
	height: 400px;
	transition: transform 1s ease 0s, opacity 1s ease 0s;
}
.scon li a:hover .scon-img img{
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
}
.scon-txt{
	width: 650px;
	padding-left: 100px;
}
.scon-txt span{
	font-size: 30px;
	margin:20px 0;
	font-weight: bold;
	display: block;
}
.scon-txt em{
	font-size: 18px;
	color: #999;
	margin-bottom: 15px;
	font-style: normal;
	display: block;
}
.scon-txt i {
	width: 25px;
	height: 2px;
	background: #b2b2b2;
	display: block;
	margin-bottom: 30px;
}
.scon-txt p{
	border-bottom: 1px #ddd dashed;
	padding-bottom: 30px;
}
.scon-title{
	font-size: 16px;
	display: block;
	margin: 30px 0 10px 0;
	padding: 0px 0px 0px 20px;
	font-style: normal;
	background: url("/style/images/path.png") left  no-repeat;
}
.scon-txt a{
	padding-right: 20px;
	color: #0060b0;
}
.scon-txt a:hover{
	text-decoration: underline;
	color: #0089D1;
}


.sitem{
	background: #f8f8f8;
	width: 100%;
	overflow: hidden;
	padding: 60px 0;
}
.sitem-title{
	font-size: 32px;
	padding-bottom: 30px;
	display: block;
	text-align: left;
}
.sitem ul li{
	float: left;
	width: 580px;
	margin-right: 40px;
	background: #fff;
	padding: 50px;
    margin-bottom: 30px;
}
.sitem ul li:nth-child(1),
.sitem ul li:nth-child(3),
.sitem ul li:nth-child(5){
	margin-right: 0px;
}
.sitem li span{
	font-size: 24px;
	display: block;
	padding-bottom: 20px;
}
.sitem li p{
	height: 72px;
}
.sitem-img{
	padding-top: 20px;
	overflow: hidden;
}
.sitem-img img{
	width: 32%;
	float: left;
	padding-right: 2%;
}
.sitem li img:nth-child(3){
	padding-right: 0%;	
}
.sitem li em{
	font-size: 16px;
	display: block;
	margin: 20px 0 10px 0;
	padding: 0px 0px 0px 20px;
	font-style: normal;
	background: url("/style/images/path.png") left no-repeat;
}
.sitem li a{
	padding-right: 20px;
	color: #0060b0;
}
.sitem li a:hover{
	text-decoration: underline;
	color: #0089D1;
}


.sbox{
	padding: 60px 0;
	overflow: hidden;
}
.sbox li{
	float: left;
	width: 330px;
	margin-right: 25px;
	text-align: center;
}
.sbox li:nth-child(4){
	margin-right: 0px;
}
.sbox-img{
	width: 330px;
	height: 200px;
	display: block;
	overflow: hidden;
}
.sbox-img img{
	width: 100%;
	height: 200px;
	transition: transform 1s ease 0s, opacity 1s ease 0s;
}
.sbox-img:hover img{
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
}
.sbox li span{
	font-size: 16px;
	display: block;
	padding: 15px 0;
}


/*news*/
.news{
	overflow: hidden;
	position: relative;
}
.newstitle{
	font-size: 30px;
	display: block;
	padding-bottom: 30px;
}

.newshot{
	padding: 60px 0 0 0;
	overflow: hidden;
}
.newshot-l{
	float: left;
	width: 900px;
	height: 490px;
	display: block;
	overflow: hidden;
}
.newshot-l img {
	width: 100%;
	height: 490px;
	transition:0.98s;
	-webkit-transition:0.98s;
	-moz-transition:0.98s;
}
a:hover .newshot-l img{
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
}
.newshot-r{
	float: right;
	width: 400px;
	padding: 0px 30px 0px 70px;
	background: #0558a917;
	overflow: hidden;
	height: 490px;
}
.newshot-r time{
	display: block;
	color: #0060a0;
	padding: 100px 0px 20px 0px;
}
.newshot-r time i{
	padding: 0 20px;
	font-style: normal;
	opacity: 0.8;
}
.newshot-r span{
	font-size: 24px;
	line-height: 36px;
	display: block;
	padding: 0px 0 25px 0;
}
.newshot-r p{
	line-height: 26px;
	color: #777;
	padding-right: 50px;
}
.newshot-r em{
	margin-top: 30px;
	display: block;
	border-radius: 2px;
	width: 118px;
	text-align: center;
	color: #999;
	line-height: 36px;
	border: 1px solid #999;
	font-style: normal;
}
a:hover .newshot-r em{
	background: #0060a0;
	border: 1px solid #0060a0;
	color: #fff;
}



/*info*/
.info {
	padding: 60px 0 0px 0;
	overflow: hidden;
	position: relative;
}
.info ul{
	overflow: hidden;
	padding-bottom: 30px;
}
.info ul li{
	float: left;
	width: 440px;
	margin-right: 35px;
	margin-bottom: 30px;
      border: 1px #efefef solid;
}
.info ul li:nth-child(3),
.info ul li:nth-child(6),
.info ul li:nth-child(9){
	margin-right: 0px;
}
.info ul li:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.infoimg {
	display: block;
	overflow: hidden;
}
.infoimg img {
	display: block;
	width: 100%;
	height: 230px;
	line-height: 0;
	transition: 430ms;
}
.infotxt {
	padding:10px 20px 30px 20px;
	background: #fff;
	position: relative;
	transition: 340ms;
	height: 155px;
	overflow: hidden;
	display: block;
}
.infotxt em {
	font-style: normal;
	color: #999;
	padding-top: 10px;
	display: block;
	transition: 300ms;
}
.infotxt h3 {
	color: #444;
	font-size: 18px;
	font-weight: bold;
	height: 50px;
	margin-top: 15px;
	transition: 300ms;
}
.infolist li:hover .infotxt h3 {
	color: #7d0713;
}
.infotxt p {
	color: #666;
	line-height: 24px;
	padding-top: 10px;
	height: 48px;
	display: block;
	transition: 300ms;
}
.info li .infotxt span {
	display: block;
	width: 110px;
	height: 36px;
	line-height: 36px;
	background: #fff;
	color: #7d0713;
	font-size: 14px;
	margin-top: 20px;
	position: relative;
	bottom: -30px;
	opacity: 0;
	text-align: center;
	transition: 300ms;
}
.info li:hover .infoimg img{ transform:scale(1.05); -webkit-transform:scale(1.05); -moz-transform:scale(1.05);}
.info li:hover .infotxt{ margin-top:-60px; background:#0060a0; height:215px;}
.info li:hover .infotxt em{ color:#fff;}
.info li:hover .infotxt h3{ color:#fff;}
.info li:hover .infotxt p{ color:#fff;}
.info li:hover .infotxt span {
	opacity: 1;
	bottom: 0;
	position: relative;
	transition: 355ms 100ms;
  color:#0060a0;
}
.reports{
	background: #fff;
	padding: 60px 0;
	overflow: hidden;
}
.reports li{
	width: 285px;
	border: 1px #ddd solid;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.reportsimg{
	width: 100%;	
	height: 120px;
	position: relative;
    overflow: hidden;
}
.reportsimg img{
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;margin: auto;
}
.reportstxt{
	border: 0px #ddd solid;
	height: 140px;
	padding:10px 20px 20px 20px;
}
.reportstxt span{
	font-size: 16px;
    height: 50px;
    display: block;
}
.reportstxt p {
	margin-top: 10px;
	color: #666;
}

.reports li:hover .reportstxt span{
	color: #0060AD;
}
.reports li:hover .reportstxt p {
	color: #0060AD;
}


/*newsbody*/
.newsbody {
	overflow:hidden;
	position: relative;
	background: #fff;
}
.news_left { overflow:hidden; float:left; width:1010px; padding-right:40px; border-right:1px solid #ddd; padding-top:30px;}
.news_left h2{ font-size:32px; color:#333; margin:30px 0;line-height: 50px;}
.news_share{ overflow:hidden; padding:15px 0; border-top:1px solid #ddd; border-bottom:1px solid #ddd; margin-bottom:50px;}
.news_share p{ float:left; color:#999; line-height:34px;}
.news_share p i{ margin:0 5px;}
.news_share p img{ margin-left:10px;}
.news_share span{ display:block; float:right; font-size:12px; color:#999;    position: relative;top: 13px;}
.news_share span img{ margin-left:10px; position:relative; top:3px;}
.news_con{ overflow:hidden; width:100%;}
.news_con img{
	height:auto!important;
	text-align: center;
}
.page_next{
	padding-top: 10px;
	padding-bottom: 50px;
	margin-top: 50px;
	border-top:1px solid #ddd;
}
.page_next p{
	padding: 5px 0px;
	margin-bottom: 2px;
}
.news_right { overflow:hidden; width:330px; float:right; margin-top: 75px;}
.news_right span{ font-size:24px; color:#555; padding-left: 15px;}
.news-list{ overflow:hidden;padding:10px 15px; margin-top:10px; }
.news-list li{ overflow:hidden;line-height: 24px; padding:10px 0; border-bottom:1px dashed #ddd;}
.news-list li a{  text-overflow:ellipsis; overflow:hidden; text-overflow:ellipsis;}
.news-list li a:hover{color:#0061B0;}


/*history*/
.history{
	position: relative;
	padding: 100px 0;
	overflow: hidden;
}
.history .title{
	padding-bottom: 50px;
}
.start {
	width: 28px;
	height: 28px;
	border: 1px #bfbfbf solid;
	border-radius: 50%;
	margin: 0 auto;
}
.item {
	width: 100%;
	height: 250px;
	position: relative;
}
.item-one{
	width: 600px;
	height: 100%;
	position: absolute;
	top: 0;
	display: flex;
	align-items: center;
	text-align: left;
	justify-content: flex-end;
}
.item-one span {
	font-size: 40px;
	color: #333;
	margin: 0 50px;
}
.item-img img{
	width: 350px;
	height: 190px;
}
.item-line {
	width: 64px;
	height: 100%;
	margin-left: 18px;
	margin-right: 18px;
	position: absolute;
	left: 650px;
	top: 0;
}
.round {
	width: 1px;
	height: 100%;
	margin: 0 auto;
	background-color: #bfbfbf;
}
.dots {
	width: 21px;
	height: 21px;
	border: 1px #0061B0 solid;
	border-radius: 50%;
	position: absolute;
	top: 114.5px;
	left: 21.5px;
	box-sizing: border-box;
}
.dots>span {
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: #0061B0;
	position: absolute;
	top: 4px;
	left: 4px;
}
.dots .item-left {
	right: 20px;
}
.dots .item-right {
	left: 20px;
}
.dots .cross {
	width: 100px;
	height: 1px;
	background-color: #bfbfbf;
	position: absolute;
	top: 10px;
}
.item-txt {
	width: 550px;
	position: absolute;
	top: 110px;
	display: flex;
	flex-direction: column;
}
.item-txt p{
	line-height: 30px;
}
.flex_reverse {
	flex-direction: row-reverse;
}
.item-r  {
	right: 0;
}
.item-l {
	left: 0;
}
.item-l p {
	align-self: flex-end;
}


/*contact*/
.contact{
	padding: 60px 0 0 0;
	overflow: hidden;
	position: relative;
}
.phone{
	background: #0061b0;
	width: 100%;
	padding: 100px 0;
	text-align: center;
}

.map{
	width: 900px;
	float: left;
	height: 500px;
}
/*.map img{*/
	/*width: 136px;*/
	/*height: 59px;*/
/*}*/
.map-icon {
	position: absolute;
	left: 382px;
	top: 235px;
	width: 100%;
	height: 100%;
	animation: mapicon 1s 1s infinite;
	-webkit-animation: mapicon 1s 1s infinite;
}
@keyframes mapicon{
	0% {
		transform: translateY(0px);
		opacity: 0;
	}
	100% {
		transform: translateY(10px);
		opacity: 1;
	}
}
@-webkit-keyframes mapicon{
	0% {
		-webkit-transform: translateY(0px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(10px);
		opacity: 1;
	}
}
.contact-r{
	float: right;
	width: 380px;
	background: #0061b0;
	color: #fff;
	height: 400px;
	padding: 50px 60px;
}
.contact-r>span{
	font-size: 24px;
	display: block;
	padding-bottom: 20px;
}
.contact-r em{
	display: block;
	width: 50px;
	height: 2px;
	background-color: #fff;
}
.contact-r ul{
	padding-top: 50px;
	overflow: hidden;
}
.contact-r li{
	padding-bottom: 30px;
	display: block;
	position: relative;
	overflow: hidden;
}
.contact-icon{
	width: 60px;
}
.contact-icon img{
	width: 40px;
	height: 40px;
	padding-top: 8px;
}
.contact-txt{
	width: 310px;
}
.contact-txt span{
	font-size: 18px;
	display: block;
	padding-bottom: 5px;
}


.branch{
	padding: 0 0 100px 0;
	overflow: hidden;
	position: relative;
}
.branch .title{
	padding-top: 100px;
}
.branch .title span{
	font-size: 40px;
}
.branch-nav{
	padding-top: 30px;
	text-align: center;
}
.branch-nav li{
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	padding: 0 12px;
	height: 30px;
	line-height: 30px;
	color: #666;
	font-size: 16px;
	text-align: center;
}
.branch-nav li.on {
	color: #fff;
	background: #0060b0;
}
.branch-body {
	display: none;
	position: relative;
	margin-top: 30px;
}
.branch-body li {
	float: left;
	width: 400px;
	margin-right: 40px;
  	margin-bottom: 40px;
	background-color: #f8f8f8;
	height: 470px;
	padding: 20px;
}
.branch-body li:nth-child(3),
.branch-body li:nth-child(6),
.branch-body li:nth-child(9),
.branch-body li:nth-child(12){
	margin-right: 0px;
}
.branch-body li img {
	width: 400px;
	height: 250px;
}
.branch-body li span{
	display: block;
	padding: 25px 10px;
	font-size: 18px;
	color: #0061B0;
}
.branch-body li p{
	line-height: 30px;
	padding: 0 10px;
}



/*join*/
.join{
	padding: 60px 0;
	overflow: hidden;
}
.join-l{
	width: 280px;
	height: 180px;
	background: #0061b0;
	color: #fff;
	padding: 50px;
}
.join-l span{
	font-weight: 400;
	padding: 30px 0 15px 0;
	font-size: 22px;
	display: block;
}
.join-r{
	width: 950px;
	border: 1px #efefef solid;
	border-bottom: none;
}
.join label{
	width: 93%;
	position: relative;
	z-index: 20;
	display: block;
	height: 60px;
	cursor: pointer;
	color: #666;
	padding-left:30px;
	line-height: 60px;
}
.join input{
	display: none;
}
.join article{
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	border-bottom:1px solid #efefef;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.join-span{
	line-height: 26px;
	font-size: 18px;
	font-weight: bold;
	padding: 30px 0 20px 0;
	display: block;
}
.join-p {
	display: block;
}
.join input:checked ~ article{
	padding:0px 26px;
	border-top:1px solid #e2e2e2;
	line-height:2em;background:#f9f9f9;color:#888;margin-bottom:5px;
}
.join input:checked ~ article.ac-small{
	height: auto;
	padding: 0px 40px 30px 40px;
}
.join-left {
	overflow: hidden;
	background: url(/style/images/arrow.png) right center no-repeat;
}
.join-left span{
	font-size: 18px;
	display: inline-block;
	width: 200px;
}
.join-left p{
	display: inline-block;
	padding-left: 60px;
	color: #999;
}
.join-left em{
	display: inline-block;
	opacity: 0.4;
	font-size: 12px;
	padding: 0 10px;
	font-style: normal;
}

/*product*/
.product{
	padding: 60px 0 30px 0;
	overflow: hidden;
}
.product li{
	float: left;
	width: 440px;
	margin-right: 40px;
	margin-bottom: 40px;
	background: #fff;
	transition:All 0.4s ease-in-out;
	box-shadow:0px 5px 15px #e5e5e5;
}
.product li:hover {
	transform:translate(0,-10px);
	-webkit-transform:translate(0,-10px);
	-moz-transform:translate(0,-10px);
	-o-transform:translate(0,-10px);
	-ms-transform:translate(0,-10px);
	-webkit-box-shadow:0px 5px 15px #e5e5e5;
	-moz-box-shadow:0px 5px 15px #e5e5e5;
	box-shadow:0px 5px 15px #e5e5e5;
}
.product li:nth-child(3),
.product li:nth-child(6),
.product li:nth-child(9){
	margin-right: 0px;
}
.product-img{
	width: 440px;
	height: 250px;
}
.product-img img{
	width: 100%;
	height: 250px;
}
.product-txt{
	padding: 30px;
	height: 140px;
}
.product-txt span{
	display: block;
	font-size: 24px;
	padding-bottom: 20px;
}
.product-txt p{
	height: 50px;
}
.product-more {
	margin-top: 20px;
	padding-left: 40px;
	font-size: 16px;
	color: #0060AD;
	line-height: 25px;
	background: url(/style/images/a-more.png) no-repeat left center;
}

/*probody*/
.protop{
	overflow: hidden;
	width: 100%;
	padding: 60px 0;
	position: relative;
}
.protop:before,
.protop:after {
	width: 50%;
	z-index: 0;
	position: absolute;
	top: 0;
	display: block;
	content: "";
	height: 100%;
}
.protop:before {
	left: 0;
	background: #fff;
}
.protop:after {
	right: 0;

}
.protop .main{
	position: relative;
	z-index: 1;
}
.protop-l{
	width: 50%;
	float: left;
}
.protop-l img{
	max-width: 600px;
}
.protop-r{
	width: 50%;
	float: right;
}
.protop-r span{
	padding: 60px 0px 30px 100px;
	color: #333;
	display: block;
	font-weight: bold;
	font-size: 30px;
}
.protop-r em{
	margin: 0px 0px 30px 100px;
	color: #333;
	display: block;
	font-size: 20px;
	font-style: normal;
	text-transform: uppercase;
}
.protop-r p{
	margin: 0px 0px 30px 100px;
	padding: 20px 0;
	border-bottom: 1px #ddd solid;
	color: #666;
	display: block;
	line-height: 30px;
	font-size: 16px;
}
.protop-r a.more{
	background: #0060b0;
	border:1px #0060b0 solid;
	float: left;
	margin-left: 100px;
}
a.more:before {
	background: #0089D1;
}
a.more:hover {
	border-color: #0089D1;
}

.probody{
	overflow: hidden;
	padding: 60px 0;
	background: #f5f5f5;
}
.procon{
	overflow: hidden;
	padding: 60px 0;
}
.protitle{
	padding: 0px 0 0 0;
}
.protitle span{
	display: block;
	color: #333;
	font-size: 26px;
	position: relative;
	font-weight: bold;
}
.protitle em {
	width: 100px;
	height: 0px;
	background:#333;
	display: block;
}

.protxt{
	padding: 30px 0;
}
.protxt img{
	max-width: 49%;
	padding-right:  1%;
	height: auto!important;
}

/*map*/
.sitemap{
	overflow: hidden;
	position: relative;
	margin: 80px auto;
	padding: 80px 0;
	border:1px solid #e0e0e0;
}
.map-l{
	float:left;
	padding-left: 50px;
}
.map-l span{color:#333;font-size:36px;padding:0px 0 20px 0px;display:block}
.map-l em{font-style:normal;color:#999;font-size:18px;}
.map-r{
	width:800px;
	margin:0px 50px 30px 0px;
	float:right;}
.map-title a{
	font-size:24px;
	margin:0px 0 20px 0px;
	color: #0060AD;
	display:block;
}
.map-title a:hover {
	text-decoration:underline;
}
.map-link{
	padding-bottom: 50px;
	display: block;
}
.map-link a{
	text-decoration:underline;
	padding-right: 30px;
}
.map-link a:hover{color: #0060AD;}
.map-li {
	width:100%;
	overflow:hidden;
}
.map-li ul li{
	padding:0 20px 10px 0px;
	display: inline-block;
}
.map-li ul li a{
	padding-left: 5px;
	text-decoration:underline;
}

/*wwwb*/
.www{
	padding: 60px 0;
	overflow: hidden
}
.www .title{
	text-align: left;
	padding-bottom: 30px;
}
.www > span{
	display: block;
	padding-bottom: 20px;
	font-size: 24px;
}
.www-link{
	padding-bottom: 20px;
	overflow: hidden;
}
.www-link a{
	padding-right: 15px;
	padding-left: 20px;
    background: url(/style/images/path.png) left no-repeat;
    float: left;
    width: 20%;
    margin-bottom: 15px;
}

/*digg*/
.digg {height:30px;padding-bottom:60px;text-align:center;}
.digg  li {    display: inline-block;margin-right: 2px;margin-left: 2px;border: 1px solid  #0060b0;padding: 4px 12px;}
.digg  li a{display: block;}
.digg  li:hover {background-color: #0060b0;border: 1px solid #0060b0;color: #FFF;}
.digg  li:hover a{color: #FFF;}
.thisclass {display: block;color: #FFF;background-color:  #0060b0;}
.pageinfo{display: block;color: #555;}
.digg  li:hover .pageinfo{
	color: #FFF;
}
.disabled {DISPLAY: none}
<!--ºÄÊ±1730207912.5745Ãë-->