@charset "utf-8";
/* CSS Document */

#main {
	width: 100%;
	min-height: 500px;
}

#main .plan {
	width: 1008px;
	margin: 80px auto 0px auto;	
	position: relative;
}
#main .plan:after {
	content: " ";
	display: block;
	clear: both;
	height: 0px;	
}
#main .plan .title {
	width: 1008px;
	height: 70px;
	line-height: 30px;
	overflow: hidden;
	background: url(../images/plan-title-bg.png) no-repeat center bottom;
	color: #007cc2;
    text-align: center;
}
#main .plan .plan-bg {
	width: 462px;
	height: 515px;
	background: url(../images/plan-bg.png) no-repeat center center;	
	position: absolute;
	top: 131px;
	left: 273px;
	z-index: 100;
}
#main .plan .plan-logo {
	width: 462px;
	height: 462px;
	background: url(../images/plan-logo.png) no-repeat center center;	
	position: absolute;
	top: 158px;
	left: 273px;
	z-index: 101;
}
#main .plan .con {
	width: 1008px;
	height: 520px;
	margin-top: 60px;
	position: relative;
	z-index: 500;
}
#main .plan .con:after {
	content: " ";
	display: block;
	clear: both;
	height: 0px;	
}
#main .plan .con li {
	width: 370px;
	height: 128px;
	overflow: hidden;
	position: absolute;
	z-index: 1002;
}
#main .plan .con li.plan-icon-1 {
	top: -15px;
	left: 110px;	
}
#main .plan .con li.plan-icon-2 {
	top: -15px;
	right: 110px;	
}
#main .plan .con li.plan-icon-3 {
	top: 110px;
	left: -15px;	
}
#main .plan .con li.plan-icon-4 {
	top: 110px;
	right: -15px;	
}
#main .plan .con li.plan-icon-5 {
	top: 280px;
	left: -15px;	
}
#main .plan .con li.plan-icon-6 {
	top: 280px;
	right: -15px;	
}
#main .plan .con li.plan-icon-7 {
	top: 410px;
	left: 110px;	
}
#main .plan .con li.plan-icon-8 {
	top: 410px;
	right: 110px;	
}
#main .plan .con li a {
	display: block;
	width: 370px;
	height: 128px;
	overflow: hidden;	
}
#main .plan .con li a .pic {
	display: block;
	width: 128px;
	height: 128px;
	overflow: hidden;
	transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
}
#main .plan .con li a:hover .pic {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);	
}
#main .plan .con li.plan-icon-1 a .pic,
#main .plan .con li.plan-icon-3 a .pic,
#main .plan .con li.plan-icon-5 a .pic,
#main .plan .con li.plan-icon-7 a .pic {
	float: right;	
}
#main .plan .con li.plan-icon-2 a .pic,
#main .plan .con li.plan-icon-4 a .pic,
#main .plan .con li.plan-icon-6 a .pic,
#main .plan .con li.plan-icon-8 a .pic {
	float: left;	
}
#main .plan .con li a .cn {
	display: block;
	width: 220px;
	height: 25px;
	overflow: hidden;
	padding: 0px 10px;
	margin-top: 20px;
	float: left;	
}
#main .plan .con li a .cn strong {
	display: block;
	width: 190px;
	height: 25px;
	line-height: 24px;
	overflow: hidden;
	font-size: 16px;
	color: #007cc2;	
	float: left;
}
#main .plan .con li.plan-icon-1 a .cn strong,
#main .plan .con li.plan-icon-3 a .cn strong,
#main .plan .con li.plan-icon-5 a .cn strong,
#main .plan .con li.plan-icon-7 a .cn strong {
	text-align: right;
}
#main .plan .con li.plan-icon-2 a .cn strong,
#main .plan .con li.plan-icon-4 a .cn strong,
#main .plan .con li.plan-icon-6 a .cn strong,
#main .plan .con li.plan-icon-8 a .cn strong {
	text-align: left;	
}
#main .plan .con li a:hover strong {
	color: #ff7e00;	
}
#main .plan .con li a .cn i {
	display: block;
	width: 22px;
	height: 25px;
	line-height: 24px;
	overflow: hidden;
	font-size: 14px;
	font-style: normal;
	color: #fff;
	background: url(../images/plan-item-dot.png) no-repeat center center;
	text-align: center;
}
#main .plan .con li.plan-icon-1 a .cn i,
#main .plan .con li.plan-icon-3 a .cn i,
#main .plan .con li.plan-icon-5 a .cn i,
#main .plan .con li.plan-icon-7 a .cn i {
	margin-left: 8px;
	float: right;
}
#main .plan .con li.plan-icon-2 a .cn i,
#main .plan .con li.plan-icon-4 a .cn i,
#main .plan .con li.plan-icon-6 a .cn i,
#main .plan .con li.plan-icon-8 a .cn i {
	margin-right: 8px;
	float: left;
}
#main .plan .con li a .en {
	display: block;
	width: 200px;
	height: 40px;
	line-height: 18px;
	overflow: hidden;
	color: #999;
	font-size: 14px;
	float: left;
}
#main .plan .con li.plan-icon-1 a .en,
#main .plan .con li.plan-icon-3 a .en,
#main .plan .con li.plan-icon-5 a .en,
#main .plan .con li.plan-icon-7 a .en {
	padding: 0px 40px 0px 0px;
	text-align: right;	
}
#main .plan .con li.plan-icon-2 a .en,
#main .plan .con li.plan-icon-4 a .en,
#main .plan .con li.plan-icon-6 a .en,
#main .plan .con li.plan-icon-8 a .en {
	padding: 0px 0px 0px 40px;	
	text-align: left;	
}

#main .product {
	width: 1008px;
	height: 320px;
	margin: 80px auto 0px auto;
	overflow: hidden;
	clear: both;
}
#main .product:after {
	content: " ";
	display: block;
	clear: both;
	height: 0px;
}
#main .product .title {
	width: 1008px;
	height: 50px;
	border-bottom: 2px solid #e4e4e4;
	position: relative;	
}
#main .product .title h1 {
	width: 1008px;
	height: 50px;
	line-height: 30px;
	overflow: hidden;
	color: #007cc2;
	text-align: center;
}
#main .product .title h2 {
	width: 308px;
	height:	30px;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	color: #999;
	background: #fff;
	position: absolute;
	left: 350px;
	bottom: -16px;
	z-index: 1002;
}
#main .product .con {
	width: 958px;
	height: 167px;
	overflow: hidden;
	margin-top: 50px;
	border: 5px solid #007cc2;
	padding: 20px;
}
#main .product .con .slick {
	width: 958px;
	height: 167px;
	overflow: hidden;	
}
#main .product .con .slick:after {
	content: " ";
	display: block;
	clear: both;
	height: 0px;	
}
#main .product .slick .slick-con {
	float: left;
	width: 800%;
	height: 167px;	
}
#main .product .slick .slick-con .slick-con-1,
#main .product .slick .slick-con .slick-con-2 {
	float: left;	
}
#main .product .slick .slick-con a {
	display: block;
	float: left;
	width: 220px;
	height: 165px;
	margin-right: 22px;
	border: 1px solid #e4e4e4;
	text-align: center;	
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	position: relative;	
}
/*#main .product .slick a:hover {
	background: #007cc2;
	border-color: #007cc2;	
}*/
#main .product .slick .slick-con a img {
	width: 220px;
	height: 165px;
}
#main .product .slick .slick-con a .desc {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 101;
	padding: 0px 10px;		
}
/*#main .product .slick .slick-con a:hover .desc {
	display: block;
}*/
#main .product .slick .slick-con a dt {
	padding-top: 20px;
	width: 200px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);	
	opacity: 0.0;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
#main .product .slick .slick-con a:hover dt {
	padding-top: 40px;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);	
	opacity: 1.0;
}
#main .product .slick .slick-con a dd {
	width: 120px;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	margin: 10px auto 0px auto;
	border: 1px solid #fff;
	text-align: center;
	text-align: center;
	font-size: 12px;
	color: #fff;
	transform: scale(0);
	-ms-transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
#main .product .slick .slick-con a:hover dd {
	transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);	
}
#main .product .slick .slick-con a .mask {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	width: 220px;
	height: 165px;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);	
	opacity: 0.8;
	background: #007cc2;
}
#main .product .slick .slick-con a:hover .mask {
	display: block;
}

#main .strengths {
	width: 1008px;
	margin: 100px auto 0px auto;
	/*padding-top: 60px;
	background: url(../images/strengths-top-line.png) no-repeat center 0px;*/
	clear: both;
}
#main .strengths:after {
	content: " ";
	display: block;
	clear: both;
	height: 0px;	
}
#main .strengths .title {
	width: 600px;
	height: 58px;
	margin: 0px auto;
	border: 4px solid #b7b7b7;
	position: relative;
}
#main .strengths .title h1 {
	width: 490px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-weight: normal;
	color: #333;
	background: #fff;
	text-align: center;
	position: absolute;
	top: -22px;
	left: 59px;
	z-index: 2000;
}
#main .strengths .title h2 {
	width: 390px;
	height: 80px;
	line-height: 80px;
	overflow: hidden;
	font-size: 60px;
	color: #007cc2;
	background: #fff;
	text-align: center;
	position: absolute;
	bottom: -42px;
	left: 109px;
	z-index: 2000;
}
#main .strengths .sub-title {
	width: 600px;
	height: 32px;
	line-height: 32px;
	margin: 35px auto 0px auto;
	text-align: center;
	font-size: 18px;	
	color: #333;
}
#main .strengths .con {
	width: 1008px;
	height: 450px;
	overflow:hidden;
	margin-top: 35px;
	background: url(../images/strengths-bg.jpg) no-repeat center -15px;
}
#main .strengths .con:after {
	content: " ";
	display: block;
	clear: both;
	height: 0px;	
}
#main .strengths .con dl {
	width: 290px;
	height: 130px;
	overflow: hidden;
	float: left;
	margin: 20px 0px 0px 428px;	
}
#main .strengths .con dl.first {
	margin-left: 0px;	
}
#main .strengths .con dl dt {
	width: 290px;
	height: 32px;
	line-height: 26px;
	overflow: hidden;
	font-size: 18px;
	font-weight: bold;
	color: #007cc2;	
	text-indent: 82px;
}
#main .strengths .con dl dt span {
	color: #ff7e00;	
}
#main .strengths .con dl dd {
	width: 290px;
	height: 88px;
	line-height: 22px;
	overflow: hidden;
	font-size: 14px;
	color: #333;	
}

#main .title-tel {
	width: 100%;
	height: 58px;
	margin-top: 80px;
	background: #007cc2;
}
#main .title-tel .title-tel-box {
	width: 1008px;
	height: 58px;
	margin: 0px auto;
	position: relative;
}
#main .title-tel .title-tel-box .tel {
	min-width: 351px;
	height: 100px;
	line-height: 46px;
	background: url(../images/title-tel.jpg) no-repeat 0px 0px;
	padding: 28px 20px 0px 240px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: -24px;
	left: 0px;
	z-index: 2000;
}
#main .title-tel .title-tel-box .tel span {
	font-size: 16px;
	font-weight: normal;
}
#main .title-tel .title-tel-box .more {
	padding-top: 14px;
	float: right;	
}
#main .title-tel .title-tel-box .more a {
	display: block;
	float: left;
	width: 100px;
	height: 24px;
	line-height: 22px;
	overflow: hidden;
	margin-left: 10px;
	border:3px solid #fff;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
#main .title-tel .title-tel-box .more a:hover {
	background: #fff;
	color: #007cc2;	
}

#main .intro {
	width: 1008px;
	margin: 30px auto 0px auto;	
}
#main .intro:after {
	content: " ";
	display: block;
	clear: both;
	height: 0px;	
}
#main .intro .about {
	width: 600px;
	float: left;	
}
#main .intro .about .title {
	width: 600px;
	height: 54px;
	line-height: 52px;
	font-size: 20px;
	color: #007cc2;
	border-bottom: 1px solid #e4e4e4;
	background: url(../images/title-dot.jpg) no-repeat 0px center;
	text-indent: 15px;
	position: relative;
	clear: both;
}
#main .intro .about .title span {
	padding-left: 10px;
	font-size: 16px;
	color: #ccc;	
}
#main .intro .about .title .more {
	width: 65px;
	height: 20px;
	display: block;
	position: absolute;
	right: 0px;
	bottom: 17px;
	z-index: 2000;
	font-family: 宋体;
	font-weight: normal;
	text-indent: 0px;
	background: #007cc2;
}
#main .intro .about .title .more i {
	display: block;
	width: 20px;
	height: 20px;
	line-height: 18px;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	background: url(../images/more-dot.png) no-repeat center center #ff7e00;
	color: #fff;
	float: left;	
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
#main .intro .about .title .more:hover i {
	width: 0px;	
}
#main .intro .about .title .more em {
	display: block;
	width: 45px;
	height: 20px;
	line-height: 18px;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	color: #fff;
	float: left;	
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
#main .intro .about .title .more:hover em {
	width: 65px;	
}
#main .intro .about .con {
	padding-top: 20px;	
}
#main .intro .about .con:after {
	content: " ";
	display: block;
	clear: both;
	height: 0px;	
}
#main .intro .about .con .pic {
	width: 200px;
	height: 150px;
	overflow: hidden;
	float: left;	
}
#main .intro .about .con .txt {
	width: 380px;
	height: 110px;
	line-height: 22px;
	overflow: hidden;
	font-size: 14px;
	/*text-indent: 28px;*/
	float: right;	
}
#main .intro .about .con .btn {
	width: 150px;
	height: 30px;
	overflow: hidden;
	padding-top: 10px;
	float: right;	
}
#main .intro .about .con .btn span {
	display: block;
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	overflow: hidden;
	background: #007cc2;
	font-size: 14px;
	color: #fff;
	float: left;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
#main .intro .about .con .btn:hover span {
	width: 0px;	
}
#main .intro .about .con .btn a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	background: #056195;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	float: left;	
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
#main .intro .about .con .btn:hover a {
	width: 150px;	
}
#main .intro .about .con .viedo {
	width: 600px;
	height: 337px;
	padding-top: 20px;
	overflow: hidden;
	clear: both;
}
#main .intro .about .con .viedo .viedo-box {
	width: 600px;
	height: 337px;
	line-height: 337px;
	text-align: center;
	background: #eee;
}
#main .intro .news {
	width: 380px;
	float: right;	
}
#main .intro .news .title {
	width: 380px;
	height: 54px;
	line-height: 52px;
	font-size: 20px;
	color: #007cc2;
	border-bottom: 1px solid #e4e4e4;
	background: url(../images/title-dot.jpg) no-repeat 0px center;
	text-indent: 15px;
	position: relative;
	clear: both;
}
#main .intro .news .title span {
	padding-left: 10px;
	font-size: 16px;
	color: #ccc;	
}
#main .intro .news .title .more {
	width: 65px;
	height: 20px;
	display: block;
	position: absolute;
	right: 0px;
	bottom: 17px;
	z-index: 2000;
	font-family: 宋体;
	font-weight: normal;
	text-indent: 0px;
	background: #007cc2;
}
#main .intro .news .title .more i {
	display: block;
	width: 20px;
	height: 20px;
	line-height: 18px;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	background: url(../images/more-dot.png) no-repeat center center #ff7e00;
	color: #fff;
	float: left;	
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
#main .intro .news .title .more:hover i {
	width: 0px;
}
#main .intro .news .title .more em {
	display: block;
	width: 45px;
	height: 20px;
	line-height: 18px;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	color: #fff;
	float: left;	
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
#main .intro .news .title .more:hover em {
	width: 65px;	
}
#main .intro .news dl {
	padding-top: 18px;	
}
#main .intro .news dl dt {
	width: 380px;
	height: 105px;
	overflow: hidden;
	padding: 5px 0px;	
}
#main .intro .news dl dt .pic {
	width: 140px;
	height: 105px;
	overflow: hidden;
	float: left;	
}
#main .intro .news dl dt .pic img {
	width: 140px;
	height: 105px;	
}
#main .intro .news dl dt .desc {
	width: 230px;
	height: 25px;
	line-height: 16px;
	float: right;
}
#main .intro .news dl dt .desc a {
	display: block;
	width: 230px;
	height: 25px;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	font-size: 14px;
	color: #007cc2;	
}
#main .intro .news dl dt .desc a:hover {
	text-decoration: underline;	
}
#main .intro .news dl dt .info {
	width: 230px;
	height: 60px;
	line-height: 20px;
	overflow: hidden;
	/*text-indent: 24px;*/
	float: right;	
}
#main .intro .news dl dt .info a {
	font-size: 12px;
	color: #333;	
}
#main .intro .news dl dt .info a:hover {
	color: #007cc2;		
}
#main .intro .news dl dt .time {
	width: 230px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	font-size: 12px;
	color: #999;
	float: right;	
}
#main .intro .news dl dd {
	width: 380px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;	
}
#main .intro .news dl dd a {
	display: block;
	width: 300px;
	height: 25px;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	font-size: 14px;
	color: #333;
	background: url(../images/list-dot.png) no-repeat 0px 12px;
	text-indent: 15px;
	float: left;
}
#main .intro .news dl dd a:hover {
	color: #007cc2;
	background-position: 0px -15px;	
}
#main .intro .news dl dd span {
	display: block;
	width: 80px;
	height: 25px;
	overflow: hidden;
	text-align: right;
	font-size: 14px;
	color: #999;
	float: right;
}

#main .contact {
	width: 100%;
	height: 480px;
	margin-top: 50px;
	background: url(../images/main-contact-bg.jpg) no-repeat center 0px;
	clear: both;
}
#main .contact .contact-box {
	width: 1008px;
	height: 480px;
	overflow: hidden;
	margin: 0px auto;
	background: #fff;
}
#main .contact .contact-box .message {
	width: 240px;
	height: 450px;
	overflow: hidden;
	padding: 8px 25px 15px 25px;
	float: left;	
}
#main .contact .contact-box .message .title {
	width: 240px;
	height: 54px;
	line-height: 52px;
	font-size: 20px;
	color: #007cc2;
	border-bottom: 1px solid #e4e4e4;
	background: url(../images/message-icon.png) no-repeat 0px center;
	text-indent: 35px;
	position: relative;
	clear: both;
}
#main .contact .contact-box .message .title span {
	padding-left: 10px;
	font-size: 16px;
	color: #ccc;	
}
#main .contact .contact-box .message .con {
	width: 240px;
	padding-top: 20px;	
}
#main .contact .contact-box .message .con li {
	width: 238px;
	border: 1px solid #d8d8d8;
	height: 32px;
	line-height: 32px;
	margin-bottom: 8px;
	background: #ffffff;
}
#main .contact .contact-box .message .con li i {
	width: 32px;
	height: 32px;
	float: left;
	background: url(../images/message-list-icon.jpg) no-repeat;
	border-right: 1px solid #d8d8d8;	
}
#main .contact .contact-box .message .con li.username i {
	background-position: 0px 0px;	
}
#main .contact .contact-box .message .con li.tel i {
	background-position: -33px 0px;	
}
#main .contact .contact-box .message .con li.email i {
	background-position: -66px 0px;	
}
#main .contact .contact-box .message .con .txt {
	height: 32px;
	line-height: 32px;
	border-width: 0px;
	font-family: "microsoft yahei";
	float: left;
	width: 195px;
	padding: 0px 5px;
	background: none;
	font-size: 14px;
	color: #333;
}
#main .contact .contact-box .message .con li.content {
	height: 210px;	
}
#main .contact .contact-box .message .con li.content .txt {
	width: 228px;
	height: 210px;
	line-height: 20px;
}
#main .contact .contact-box .message .con li.button {
	width: 230px;
	border-width: 0px;
	height: 30px;
	padding: 0px 5px 5px 5px;
	background: #ff7e00;	
}
#main .contact .contact-box .message .con li.button .btn {
	border-width: 0px;
	width: 228px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background:  #ff7e00;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}
#main .contact .contact-box .right {
	width: 693px;
	height: 465px;
	padding: 18px 25px 0px 0px;
	overflow: hidden;
	float: right;	
}
#main .contact .contact-box .right .title {
	width: 690px;
	height: 34px;
	line-height: 32px;
	font-size: 20px;
	color: #007cc2;
}
#main .contact .contact-box .right .title-en {
	width: 690px;
	height: 18px;
	line-height: 18px;
	padding-bottom: 10px;
	font-size: 14px;
	color: #ccc;	
}
#main .contact .contact-box .right .con {
	width: 270px;
	float: left;	
}
#main .contact .contact-box .right .con dl {
	width: 230px;
	height: 40px;
	overflow: hidden;
	margin-top: 8px;
	padding-left: 40px;
}
#main .contact .contact-box .right .con dl.tel {
	background: url(../images/icon-tel.png) no-repeat 0px 5px;	
}
#main .contact .contact-box .right .con dl.mobile {
	background: url(../images/icon-mobile.png) no-repeat 0px 5px;	
}
#main .contact .contact-box .right .con dl.mobile2 {
	background: url(../images/icon-mobile-2.png) no-repeat 0px 5px;	
}
#main .contact .contact-box .right .con dl.fax {
	background: url(../images/icon-fax.png) no-repeat 0px 5px;	
}
#main .contact .contact-box .right .con dl.qq {
	background: url(../images/icon-qq.png) no-repeat 0px 5px;	
}
#main .contact .contact-box .right .con dl.email {
	background: url(../images/icon-email.png) no-repeat 0px 5px;	
}
#main .contact .contact-box .right .con dl.url {
	background: url(../images/icon-url.png) no-repeat 0px 5px;	
}
#main .contact .contact-box .right .con dl.address {
	background: url(../images/icon-address.png) no-repeat 0px 5px;	
}
#main .contact .contact-box .right .con dl dt {
	height: 22px;
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #007cc2;
}
#main .contact .contact-box .right .con dl dd {
	height: 16px;
	line-height: 16px;
	font-size: 13px;
	color: #333;	
}
#main .contact .contact-box .right .map{
	width: 400px;
	height: 380px;
	border: #d8d8d8 solid 1px;
	float: right;
}
/*百度地图*/
.iw_poi_title {
	color: #CC5522;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	padding-right: 13px;
	white-space: nowrap;
}
.iw_poi_content {
	font: 12px arial,sans-serif;
	overflow: visible;
	padding-top: 4px;
	white-space: -moz-pre-wrap;
	word-wrap: break-word;
}

.leftIn { animation: leftIn 1s forwards; -webkit-animation: leftIn 1s forwards; }
.rightIn { animation: rightIn 1s forwards; -webkit-animation: rightIn 1s forwards; }
.planBgRotate { animation: planBgRotate 6s infinite; -webkit-animation: planBgRotate 6s infinite; }
.planLogoScale { animation: planLogoScale 5s infinite; -webkit-animation: planLogoScale 5s infinite; }
@-webkit-keyframes leftIn{
	0%{
		opacity:0;
		-webkit-transform:translateY(-80px);
	}
	100%{
		opacity:1;
		-webkit-transform:translateY(0);
	}
}
@keyframes leftIn{
	0%{
		opacity:0;
		  -moz-transform:translateY(-80px);
		   -ms-transform:translateY(-80px);
		       transform:translateY(-80px);
	}
	100%{
		opacity:1;
		   -moz-transform:translateY(0);
		    -ms-transform:translateY(0);
		        transform:translateY(0);
	}
}
@-webkit-keyframes rightIn{
	0%{
		opacity:0;
		-webkit-transform:translateY(120px);
	}
	100%{
		opacity:1;
		-webkit-transform:translateY(0);
	}
}
@keyframes rightIn{
	0%{
		opacity:0;
		-moz-transform:translateY(120px);
		 -ms-transform:translateY(120px);
		     transform:translateY(120px);
	}
	100%{
		opacity:1;
		-moz-transform:translateY(0);
		 -ms-transform:translateY(0);
		     transform:translateY(0);
	}
}
@-webkit-keyframes planBgRotate{
	0%{
		-webkit-transform:rotate(0deg);
	}
	50%{
		-webkit-transform:rotate(180deg);
	}
	100%{
		-webkit-transform:rotate(360deg);
	}
}
@keyframes planBgRotate{
	0%{
		  -moz-transform:rotate(0deg);
		   -ms-transform:rotate(0deg);
		       transform:rotate(0deg);
	}
	50%{
		  -moz-transform:rotate(180deg);
		   -ms-transform:rotate(180deg);
		       transform:rotate(180deg);
	}
	100%{
		  -moz-transform:rotate(360deg);
		   -ms-transform:rotate(360deg);
		       transform:rotate(360deg);
	}
}
@-webkit-keyframes planLogoScale{
	0%{
		-webkit-transform:scale(1);
	}
	50%{
		-webkit-transform:scale(0.8);
	}
	100%{
		-webkit-transform:scale(1);
	}
}
@keyframes planLogoScale{
	0%{
		  -moz-transform:scale(1);
		   -ms-transform:scale(1);
		       transform:scale(1);
	}
	50%{
		  -moz-transform:scale(0.8);
		   -ms-transform:scale(0.8);
		       transform:scale(0.8);
	}
	100%{
		  -moz-transform:scale(1);
		   -ms-transform:scale(1);
		       transform:scale(1);
	}
}