.about{
	width: 100%;
	height: 540px;
	padding-top: 48px;
	background: url(../images/about.png) no-repeat center center;
}
.cont{
	width: 1002px;
	margin: 0 auto;
}
.cont .title{
	width: 100%;
	text-align: center;
}
.cont .title hr{
	border-width: 0;
	width: 62px;
	height: 3px;
	background: #0067B6;
	margin: 0 auto 10px;
}
.cont .title h3{
	font-size: 24px;
	color: #333333;
	line-height: 40px;
}
.cont .title{
	font-size: 14px;
	color: #333333;
}
.about .cont ul{
	margin:43px -24px 0;
}
.about .cont ul li{
	width:302px;
	height:302px;
	position: relative;
	float: left;
	margin: 0 24px;
}
.about .cont ul li .photo{
	width: 288px;
	height: 167px;
}
.about .cont ul li .photo img{
	width: 100%;
	height: 100%;
}
.about .cont ul li a{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	line-height: 46px;
}
.about .cont ul li p{
	width: 194px;
	margin: 0 auto;
	font-size: 12px;
	color: #333333;
	line-height:18px;
}
.about .cont ul li .dd{
	width: 288px;
	height: 288px;
	border: 7px solid #FFFFFF;
	border-radius: 50%;
	text-align: center;
	overflow: hidden;
	background: #FFFFFF;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transition: transform 0.8s ease-out;
	-webkit-transition: transform 0.8s ease-out;
	-moz-transition: transform 0.8s ease-out;
	-o-transition: transform 0.8s ease-out;
	-ms-transition: transform 0.8s ease-out;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
			}
.about .cont ul li:hover .dd{
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
			}
.about .cont ul li .df{
	width: 288px;
	height: 288px;
	border: 7px solid #FFFFFF;
	border-radius: 50%;
	text-align: center;
	background: #FFFFFF;
	overflow: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	transition: transform 0.8s ease-out;
	-webkit-transition: transform 0.8s ease-out;
	-moz-transition: transform 0.8s ease-out;
	-o-transition: transform 0.8s ease-out;
	-ms-transition: transform 0.8s ease-out;
	z-index: 1;
			}
.about .cont ul li:hover .df{
	z-index: 2;
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
}
.about .cont>a{
	display: block;
	width: 203px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	background: #0067b6;
	border-radius: 20px;
	margin: 40px auto 0;
}
.pro{
	width: 100%;
	height: 384px;
	padding-top: 40px;
	background: #F2F2F2;
}
.pro .cont{
	position: relative;
}
.pro .cont .title{
	margin-bottom: 35px;
}
.pro .cont ul{
	margin:0 -7px;
}
.pro .cont ul li{
	width:240px;
	height: 180px;
	text-align: center;
	position: relative;
	float: left;
	margin: 0 7px;
}
.pro .cont ul li .photo{
	width: 240px;
	height: 150px;
}
.pro .cont ul li .photo img{
	width: 100%;
	height: 100%;
}
.pro .cont ul li .name{
	line-height: 30px;
	color: #333333;
}
.pro .cont ul li:hover a{
	color: #0067B6;
}
.pro .cont ul li .more{
	width: 240px;
	height: 150px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	-ms-transition: all 0.5s
	-webkit-transition: all 0.5s; 
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	filter:alpha(opacity=0); 
    opacity:0;
}
.pro .cont ul li:hover .more{
	filter:alpha(opacity=100); 
    opacity:1;
}
.pro .cont .btn{
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 60%;
}
.pro .cont .next{
	right: -50px;
}
.pro .cont .prev{
	left: -35px;
}
.pro .more1{
	display: block;
	width: 203px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #0067B6;
	border: 1px solid #0067B6;
	font-size: 16px;
	border-radius: 20px;
	margin: 40px auto 0;
}
.mid{
	width: 1002px;
	margin: 50px auto 0;
}
.mid .news{
	width: 566px;
	float: left;
}
.mid .news .tit1{
	width: 100%;
	height: 33px;
	line-height: 33px;
	background: #0067B6;
	font-size: 12px;
	color: rgba(255,255,255,0.25);
	margin-bottom: 10px;
}
.mid .news .tit1 span{
    font-size: 16px;
    background: url(../images/line.png) no-repeat 13px center;
    padding-left: 27px;
	color: #FFFFFF;
	margin-right: 10px;
}
.mid .news .tit1 a{
	float: right;
	font-size: 12px;
	color: #FFFFFF;
	margin-right: 15px;
}
.mid .news .fr{
	width: 100%;
	height: 113px;
	margin-bottom: 10px;
}
.mid .news .fr .photo{
	width: 200px;
	height: 113px;
	float: left;
}
.mid .news .fr .photo img{
	width: 100%;
	height: 100%;
}
.mid .news .fr .txt{
	float: right;
	width: 337px;
}
.mid .news .fr .txt a{
   font-size: 18px;
   color: #0067B6;
   line-height: 36px;
}
.mid .news .fr .txt span{
   font-size: 12px;
   color: #a1a1a1;
}
.mid .news .fr .txt p{
	font-size: 12px;
	color: #333333;
	line-height: 22px;
	margin-top: 10px;
}
.mid .news ul li{
	width: 100%;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #c9c9c9;
	list-style: disc inside;
	color: #0067B6;
	font-size: 12px;
}
.mid .news ul li a{
	font-size: 14px;
	color: #333333;
	-ms-transition: all 0.5s
	-webkit-transition: all 0.5s; 
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.mid .news ul li span{
	float: right;
	color: #333333;
	-ms-transition: all 0.5s
	-webkit-transition: all 0.5s; 
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.mid .news ul li:hover a{
	font-weight: bold;
	color: #0067B6;
	padding-left: 30px;
}
.mid .news ul li:hover span{
	padding-right: 25px;
}
.mid .contact{
	width: 404px;
	float: right;
}
.mid .contact p{
	font-size: 14px;
	color: #333333;
	line-height: 26px;
}
.mid .contact a{
	display: block;
	width: 132px;
	height: 21px;
	border: 1px solid #0067B6;
	margin-top: 15px;
}
.map{
	margin: 40px auto;
	width: 1002px;
	height: 425px;
}
.ny_msg  {WIDTH: 700PX;}
.ny_msg .welcome{height:41px; line-height:18px; text-align:center;padding-bottom:25px;background:url(../images/bg_msg_title.png) no-repeat center bottom; font-size:18px;font-family:"΢���ź�";  color:#616c76; }
.ny_msg .welcome span.en{ font-family:Arial; line-height:18px;  font-size:11px; -webkit-text-size-adjust:none;  color:#000;}

.ny_msg .bridge{height:32px; width:158px;}
.ny_msg .bridge a{display:inline-block;*zoom:1;width:79px;height:30px;line-height:30px;text-align:center;background:url(../images/bg_tab_msg.jpg) repeat; color:#58616a;}
.ny_msg .bridge a:hover{text-decoration:none;  background:url(../images/bg_tab_msg_on.jpg) repeat;  color:#fff;}
.ny_msg .bridge a.on{background:url(../images/bg_tab_msg_on.jpg) repeat;  color:#fff;}

.msgWrite{padding-left:160px;  background:url(../images/bg_msg_w_1.png) no-repeat left center;margin-top:35px;}
.msgWrite .bridge{margin-left:112px;}
.msgWrite .msgform{margin-left:40px; width:510px; margin-top:8px;}
.msgWrite .msgform ul li{padding:8px 0;float:left; width:100%; position:relative;}
.msgWrite .msgform ul li.butbox{margin-left:30px;}
.msgWrite .msgform ul li p.type{width:70px;float:left;line-height:34px; text-align:right; font-size: 13px;}
.msgWrite .msgform ul li span.msgIn{float:left; border-bottom:3px solid #e3e3e3; padding-bottom:1px;}
.msgWrite .msgform ul li span.msgIn input{ height:30px; line-height:30px; border:none; background:#e3e5e7; font-size:14px; }
.msgWrite .msgform ul li span.tips{line-height:34px; padding-left:10px; position:absolute; white-space:nowrap; font-size: 13px;}
.msgWrite .msgform ul li span.msgIn textarea{  line-height:20px; border:none; background:#e3e5e7;}
.msgWrite .msgform ul li.butbox input{ width:86px; height:33px; border:none; border-bottom:2px solid #e3e3e3; background:#6d7983;line-height:30px; cursor:pointer;   color:#fff; }
.msgWrite .msgform ul li.butbox input:hover{ background:#f76b3a;}