@charset "UTF-8";
* {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-o-user-select: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
form,
button,
input,
textarea,
th,
td {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
i {
	font: normal 12px "Helvetica Neue", "Microsoft YaHei", Helvetica, STHeiTi, sans-serif;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

ul,
ol,
li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: none;
}

img {
	vertical-align: top;
	border: 0;
}

button,
input,
textarea {
	font-size: 100%;
	vertical-align: middle;
	outline: none;
	border-radius: 0;
	-webkit-appearance: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

div,
a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

html {
	font-size: 100px;
}

@media screen and (min-width: 360px) {
	html {
		font-size: 112.5px;
	}
}

@media screen and (min-width: 375px) {
	html {
		font-size: 117.1875px;
	}
}

@media screen and (min-width: 414px) {
	html {
		font-size: 129.375px;
	}
}

@media screen and (min-width: 480px) {
	html {
		font-size: 150px;
	}
}

@media screen and (min-width: 640px) {
	html {
		font-size: 200px;
	}
}

.celan{
	width: 290px;
	float: right;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	margin-left: 1020px;
	background-color: white;
}
.cptjian{
	background-color: white;
	text-align: left;
	/* border: 1px dashed #989898; */
	height: 60px;
	/* margin-bottom: 20px; */
	font-size: 23px;
	padding: 15px 0px 0px 20px;
}
.cptjian span{
	border-left: 3px solid #7796dc;
	padding-left: 10px;
}
.cptjdiv{
	width: 290px;
	text-align: center;
	float: right;
	/* border: 1px dashed #989898; */
	padding: 10px;
}
.cptjdiv a{
	border-bottom: 1px dashed #989898;
}
.cptjimg{
	width: 266px;
}
.cptjspan{
	width: 266px;
	height: 39px;
	display: block;
	background-color: white;
	margin: 10px 0px 10px 0px;
	border-bottom: 1px dashed #989898;
	padding-top: 10px;
	font-size: 16px;
}
.tubiao{
	width: 30px;
}
.wenzi{
	width: 261px;
	overflow:hidden;
	height: 15px;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.dwwz{
	width: 1300px;
	margin: 10px auto;
	font-size: 16px;
	display: inline-flex;
}
.dwwz img{
	width: 35px;
	padding: 5px;
}
.dwwz a{
	margin-top: 5px;
}
.dwwz span{
	margin-top: 5px;
	padding-left: 8px;
}
.qtxq{
	float: left;
	width: 1000px;
	background-color: white;
	text-align: center;
	margin-bottom: 60px;
}
.qtxq p{
	color: #0079DC;
	font-size: 25px;
	text-align: left;
	padding: 30px 0px 20px 40px;
	font-weight: 550;
	border-bottom: 1px #666666 dashed;
	margin-bottom: 30px;
}
.qtxq img{
	width: 800px;
}
/*公共类*/

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
	/*IE/7/6*/
}

.wp {
	width: 1300px;
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.al {
	text-align: left;
}

.ac {
	text-align: center;
}

.ar {
	text-align: right;
}

.hide {
	display: none;
}

@font-face {
	font-family: 'Conv_DidotLTStd-Roman';
	src: url("../font/DidotLTStd-Roman.eot");
	src: local("☺"), url("../font/DidotLTStd-Roman.woff") format("woff"), url("../font/DidotLTStd-Roman.ttf") format("truetype"), url("../font/DidotLTStd-Roman.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

.animated {
	visibility: visible !important;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-timing-function: linear;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes fadeIn-left {
	0% {
		-webkit-transform: translate(-25px, 0);
		transform: translate(-25px, 0);
	}

	100% {
		-webkit-transform: translate(25px, 0);
		transform: translate(25px, 0);
	}
}

@-moz-keyframes fadeIn-left {
	0% {
		-moz-transform: translate(-25px, 0);
		transform: translate(-25px, 0);
	}

	100% {
		-moz-transform: translate(25px, 0);
		transform: translate(25px, 0);
	}
}

@keyframes fadeIn-left {
	0% {
		-webkit-transform: translate(-25px, 0);
		-moz-transform: translate(-25px, 0);
		transform: translate(-25px, 0);
	}

	100% {
		-webkit-transform: translate(25px, 0);
		-moz-transform: translate(25px, 0);
		transform: translate(25px, 0);
	}
}

.fadeIn-left {
	-webkit-animation-name: fadeIn-left;
	-moz-animation-name: fadeIn-left;
	animation-name: fadeIn-left;
}

@-webkit-keyframes fadeIn-left1 {
	0% {
		-webkit-transform: translate(-10px, 0);
		transform: translate(-10px, 0);
	}

	50% {
		-webkit-transform: translate(10px, 0);
		transform: translate(10px, 0);
	}

	100% {
		-webkit-transform: translate(-10px, 0);
		transform: translate(-10px, 0);
	}
}

@-moz-keyframes fadeIn-left1 {
	0% {
		-moz-transform: translate(-10px, 0);
		transform: translate(-10px, 0);
	}

	50% {
		-moz-transform: translate(10px, 0);
		transform: translate(10px, 0);
	}

	100% {
		-moz-transform: translate(-10px, 0);
		transform: translate(-10px, 0);
	}
}

@keyframes fadeIn-left1 {
	0% {
		-webkit-transform: translate(-10px, 0);
		-moz-transform: translate(-10px, 0);
		transform: translate(-10px, 0);
	}

	50% {
		-webkit-transform: translate(10px, 0);
		-moz-transform: translate(10px, 0);
		transform: translate(10px, 0);
	}

	100% {
		-webkit-transform: translate(-10px, 0);
		-moz-transform: translate(-10px, 0);
		transform: translate(-10px, 0);
	}
}

.fadeIn-left1 {
	-webkit-animation-name: fadeIn-left1;
	-moz-animation-name: fadeIn-left1;
	animation-name: fadeIn-left1;
}

@-webkit-keyframes fadeIn-top {
	0% {
		-webkit-transform: translate(-50%, 25px) rotate(-90deg);
		transform: translate(-50%, 25px) rotate(-90deg);
	}

	100% {
		-webkit-transform: translate(-50%, -25px) rotate(-90deg);
		transform: translate(-50%, -25px) rotate(-90deg);
	}
}

@-moz-keyframes fadeIn-top {
	0% {
		-moz-transform: translate(-50%, 25px) rotate(-90deg);
		transform: translate(-50%, 25px) rotate(-90deg);
	}

	100% {
		-moz-transform: translate(-50%, -25px) rotate(-90deg);
		transform: translate(-50%, -25px) rotate(-90deg);
	}
}

@keyframes fadeIn-top {
	0% {
		-webkit-transform: translate(-50%, 25px) rotate(-90deg);
		-moz-transform: translate(-50%, 25px) rotate(-90deg);
		transform: translate(-50%, 25px) rotate(-90deg);
	}

	100% {
		-webkit-transform: translate(-50%, -25px) rotate(-90deg);
		-moz-transform: translate(-50%, -25px) rotate(-90deg);
		transform: translate(-50%, -25px) rotate(-90deg);
	}
}

.fadeIn-top {
	-webkit-animation-name: fadeIn-top;
	-moz-animation-name: fadeIn-top;
	animation-name: fadeIn-top;
}

@-webkit-keyframes fadeIn-bottom {
	0% {
		-webkit-transform: translate(-50%, -25px) rotate(90deg);
		transform: translate(-50%, -25px) rotate(90deg);
	}

	100% {
		-webkit-transform: translate(-50%, 25px) rotate(90deg);
		transform: translate(-50%, 25px) rotate(90deg);
	}
}

@-moz-keyframes fadeIn-bottom {
	0% {
		-moz-transform: translate(-50%, -25px) rotate(90deg);
		transform: translate(-50%, -25px) rotate(90deg);
	}

	100% {
		-moz-transform: translate(-50%, 25px) rotate(90deg);
		transform: translate(-50%, 25px) rotate(90deg);
	}
}

@keyframes fadeIn-bottom {
	0% {
		-webkit-transform: translate(-50%, -25px) rotate(90deg);
		-moz-transform: translate(-50%, -25px) rotate(90deg);
		transform: translate(-50%, -25px) rotate(90deg);
	}

	100% {
		-webkit-transform: translate(-50%, 25px) rotate(90deg);
		-moz-transform: translate(-50%, 25px) rotate(90deg);
		transform: translate(-50%, 25px) rotate(90deg);
	}
}

.fadeIn-bottom {
	-webkit-animation-name: fadeIn-bottom;
	-moz-animation-name: fadeIn-bottom;
	animation-name: fadeIn-bottom;
}

@-webkit-keyframes fadeIn-rotate {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, -50%) rotateY(0deg);
		transform: translate(0, -50%) rotateY(0deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0, -50%) rotateY(720deg);
		transform: translate(0, -50%) rotateY(720deg);
	}
}

@-moz-keyframes fadeIn-rotate {
	0% {
		opacity: 0;
		-moz-transform: translate(0, -50%) rotateY(0deg);
		transform: translate(0, -50%) rotateY(0deg);
	}

	100% {
		opacity: 1;
		-moz-transform: translate(0, -50%) rotateY(720deg);
		transform: translate(0, -50%) rotateY(720deg);
	}
}

@keyframes fadeIn-rotate {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, -50%) rotateY(0deg);
		-moz-transform: translate(0, -50%) rotateY(0deg);
		transform: translate(0, -50%) rotateY(0deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0, -50%) rotateY(720deg);
		-moz-transform: translate(0, -50%) rotateY(720deg);
		transform: translate(0, -50%) rotateY(720deg);
	}
}

.fadeIn-rotate {
	-webkit-animation-name: fadeIn-rotate;
	-moz-animation-name: fadeIn-rotate;
	animation-name: fadeIn-rotate;
}

@-webkit-keyframes fadeIn-gotop {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 50%);
		transform: translate(0, 50%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@-moz-keyframes fadeIn-gotop {
	0% {
		opacity: 0;
		-moz-transform: translate(0, 50%);
		transform: translate(0, 50%);
	}

	100% {
		opacity: 1;
		-moz-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@keyframes fadeIn-gotop {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 50%);
		-moz-transform: translate(0, 50%);
		transform: translate(0, 50%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

.fadeIn-gotop {
	-webkit-animation-name: fadeIn-gotop;
	-moz-animation-name: fadeIn-gotop;
	animation-name: fadeIn-gotop;
}


/* reset.css V1.6  End */

.paged a,
.paged .p_info,
.paged .current {
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 0px 3px;
	padding: 13px 19px;
	font-size: 14px;
	text-align: center;
	background: #FFF;
	color: #555;
}

.paged .current,
.paged a:hover {
	background: #0896d8;
	color: #FFF;
}

.paged .one {
	padding-left: 54px;
	padding-right: 54px;
}

.web {
	overflow: hidden;
}

.head {
	height: 94px;
}

.head .logo {
	margin-top: 10px;
}

.head .logo a {
	display: block;
}

.head .right {
	font-size: 0;
	line-height: 36px;
	margin-top: 28px;
}

.head .right .telephone {
	position: relative;
	margin-right: 4px;
	padding-left: 44px;
	font-size: 24px;
	color: #0896d8;
}

.head .right .telephone img {
	margin-right: 10px;
}

.head .right .switch {
	width: 110px;
}

.head .right .switch .switch-l {
	position: absolute;
	min-width: 36px;
	height: 36px;
	right: 54px;
	top: 50%;
	margin-top: -19.5px;
}

.head .right .switch .switch-l a {
	margin: 0;
	border: 0;
	background: #fff;
	border: 1px solid #777;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
}

.head .right .switch .switch-l a span {
	line-height: 34px;
	vertical-align: middle;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 36px;
	height: 36px;
}

.head .right .switch .switch-l a:hover {
	border: 1px solid #0896d8;
}

.head .right .switch a {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: block;
	background: #fff;
	border: 1px solid #777;
	position: relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 15px;
}

.head .right .switch a span {
	color: #555;
	font-size: 12px;
}

.head .right .switch .search-box {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -19.5px;
}

.head .right .switch .search-box input {
	width: 0px;
	z-index: 2;
	border: 0;
	background: #fff;
	border: 1px solid #777;
	height: 36px;
	border-top-left-radius: 36px;
	border-bottom-left-radius: 36px;
	font-size: 12px;
	color: #555;
	position: absolute;
	right: 18px;
	top: 50%;
	padding-left: 13px;
	margin-top: -18px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.head .right .switch .search-box a {
	width: 36px;
	height: 36px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 50%;
}

.head .right .switch .search-box a img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.head .right .switch .search-box button {
	z-index: 3;
	cursor: pointer;
	vertical-align: top;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 0;
	z-index: 999;
	border: 1px solid #777;
	background-color: #fff;
	position: relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(icon-3.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.head .right .switch .search-box button img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.header-nav {
	background: #09425d;
	font-size: 0;
	position: relative;
}

.header-nav .wp>li {
	display: inline-block;
	vertical-align: top;
	width: 14.28%;
}

.header-nav .wp>li>a {
	text-align: center;
	overflow: hidden;
	width: 100%;
	line-height: 70px;
	height: 70px;
	display: block;
	margin-left: -1px;
	font-size: 14px;
	color: #DFDFDF;
	font-weight: bold;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.header-nav .wp>li>a span {
	position: relative;
	z-index: 2;
	color: #fff;
}

.header-nav .wp>li>a:after {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	width: 0;
	height: 110%;
	background: #0896d8;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.header-nav .wp>li:last-child>a {
	border-right: 1px solid rgba(255, 255, 255, 0.11);
}

.header-nav .wp>li:hover>a {
	background: #0896d8;
}

.header-nav .wp>li:hover>a:after {
	width: 110%;
}

.header-nav .wp>li:hover .seed {
	display: block;
}

.header-nav .wp>.active>a {
	background: #0896d8;
}

.header-nav .wp>.active>a:after {
	width: 110%;
}

.header-nav .seed {
	display: none;
	margin-top: -1px;
	background-image: url(nav-bg.jpg);
	background-repeat: repeat;
	width: 100%;
	height: 330px;
	z-index: 300;
	position: absolute;
	left: 0;
	padding: 25px 0 25px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
}

.header-nav .seed .left {
	width: 390px;
}

.header-nav .seed .left h1 {
	font-size: 24px;
	color: #333;
	margin-bottom: 4px;
	margin-top: 28px;
}

.header-nav .seed .left h3 {
	font-size: 24px;
	color: #333;
	margin-bottom: 4px;
	margin-top: 28px;
}

.header-nav .seed .left h4 {
	font-size: 14px;
	color: #333;
	opacity: .6;
	margin-bottom: 16px;
}

.header-nav .seed .left .p {
	font-size: 14px;
	color: #696969;
	line-height: 28px;
	height: 84px;
	overflow: hidden;
	width: 306px;
	margin-bottom: 32px;
}

.header-nav .seed .left .btn a {
	display: block;
	width: 116px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	border-radius: 28px;
	border: 1px solid #ccc;
	background: #F4F4F4;
	color: #555;
	font-size: 14px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
}

.header-nav .seed .left .btn a:hover {
	color: #fff;
	border-color: #0896d8;
	background: #0896d8;
}

.header-nav .seed .seed-list {
	margin-left: 390px;
}

.header-nav .seed .seed-list li {
	float: left;
	border: 1px solid rgba(197, 197, 197, 0.6);
	border-top: 0;
	width: 50%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.header-nav .seed .seed-list li a {
	padding: 20px 40px 26px 60px;
	display: block;
	position: relative;
}

.header-nav .seed .seed-list li a:after {
	content: "";
	right: 40px;
	position: absolute;
	top: 50%;
	width: 23px;
	height: 23px;
	margin-top: -11.5px;
	background-image: url(icon-4.png);
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.header-nav .seed .seed-list li a:hover:after {
	-webkit-transform: translate(6px, 0);
	-moz-transform: translate(6px, 0);
	-ms-transform: translate(6px, 0);
	transform: translate(6px, 0);
}

.header-nav .seed .seed-list li a:hover .p span {
	color: #0896d8;
}

.header-nav .seed .seed-list li .img {
	width: 168px;
	height: 88px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.header-nav .seed .seed-list li .img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.header-nav .seed .seed-list li .p {
	margin-left: 28px;
	display: inline-block;
	vertical-align: top;
	line-height: 88px;
}

.header-nav .seed .seed-list li .p span {
	width: 90px;
	line-height: 24px;
	font-size: 15px;
	color: #666;
	display: inline-block;
	vertical-align: middle;
}

.header-nav .seed .seed-list li:nth-child(2n+2) {
	margin-left: -1px;
	border-right: 0;
}

.header-nav .seed .seed-list li:nth-child(3) {
	border-top: 0;
	border-bottom: 0;
}

.header-nav .seed .seed-list li:nth-child(4) {
	border-top: 0;
	border-bottom: 0;
}

.header-nav .seed .more-btn {
	text-align: right;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate(-30px, 0);
	-moz-transform: translate(-30px, 0);
	-ms-transform: translate(-30px, 0);
	transform: translate(-30px, 0);
}

.header-nav .seed .more-btn a {
	font-size: 14px;
	color: #09425d;
}

.header-nav .seed .more-btn span {
	margin-top: -4px;
	margin-left: 15px;
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 13px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(icon-29.png);
}

.footer {
	width: 100%;
	background: #09425d;
	height: 60px;
	position: relative;
}

.footer .wp {
	position: relative;
}

.footer .footer-list {
	font-size: 0;
	text-align: center;
}

.footer .footer-list li {
	line-height: 76px;
	height: 30px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 0 6px;
}


.footer .footer-list li a {
	height: 76px;
	font-size: 13px;
	color: #d5d5d5;
}

.footer .footer-list li a:hover {
	color: #FFF;
}

.footer .footer-list li:after {
	content: "";
	position: absolute;
	left: -26px;
	top: 50%;
	margin-top: -4.5px;
	width: 5px;
	height: 9px;
	background-repeat: no-repeat;
}

.footer .footer-list li:first-child:after {
	display: none;
}

.footer .btn-back {
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: 10px;
	width: 88px;
	height: 38px;
	background-color: #09425d;
	background-image: url(icon-6.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.footer .btn-back:hover {
	background-position: center 2px;
}

.footer .btn-back:after {
	content: "";
	left: 0;
	bottom: -1px;
	width: 15px;
	height: 1px;
	background: #094a69;
	position: absolute;
}

.footer .btn-back:before {
	content: "";
	right: 0;
	bottom: -1px;
	width: 70px;
	height: 1px;
	background: rgba(255, 255, 255, 0.3);
	position: absolute;
}

.footer .btn-back-home {
	display: block;
	position: absolute;
	top: 0;
	left: -360px;
	width: 482px;
	height: 100%;
	background: #09425d;
}

.footer .btn-back-home img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: absolute;
	right: 47px;
	top: 20px;
}

.footer .btn-back-home:hover img {
	-webkit-transform: translate(10px, 0);
	-moz-transform: translate(10px, 0);
	-ms-transform: translate(10px, 0);
	transform: translate(10px, 0);
}

.foot {
	width: 100%;
	height: 100px;
	background: #0a4865;
	text-align: center;
}

.foot .telephone {
	font-size: 35px;
	color: #0896d8;
	margin-bottom: 20px;
	padding-top: 20px;
}

.foot .telephone img {
	margin-right: 5px;
}

.foot .p {
	color: #d5d5d5;
	font-size: 13px;
	padding: 40px 10px;
	text-transform: Uppercase;
}

.foot .p a {
	color: #d5d5d5;
	font-size: 13px;
}

.foot .bdshare-button-style0-16 a,
.foot .bdshare-button-style0-16 .bds_more {
	padding-left: 0px;
	float: none;
}

.foot .share .qq,
.foot .share .weixin,
.foot .share .weibo {
	position: relative;
	margin: 0 25px;
	display: inline-block;
	vertical-align: top;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 14px solid #fff;
	position: relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.foot .share .qq>img,
.foot .share .weixin>img,
.foot .share .weibo>img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.foot .share .qq:hover,
.foot .share .weixin:hover,
.foot .share .weibo:hover {
	border-color: #FFF;
}

.foot .share .qq:hover .win-box,
.foot .share .weixin:hover .win-box,
.foot .share .weibo:hover .win-box {
	display: block;
}

.foot .share .qq:hover .text,
.foot .share .weixin:hover .text,
.foot .share .weibo:hover .text {
	color: #FFF;
}

.foot .share .qq:hover .icon,
.foot .share .weixin:hover .icon,
.foot .share .weibo:hover .icon {
	display: none;
}

.foot .share .qq:hover .icon1,
.foot .share .weixin:hover .icon1,
.foot .share .weibo:hover .icon1 {
	display: inherit;
}

.foot .share .qq .text,
.foot .share .weixin .text,
.foot .share .weibo .text {
	left: 0;
	bottom: -35px;
	padding-top: 35px;
	position: absolute;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	color: #d5d5d5;
	width: 100px;
	font-size: 13px;
}

.foot .share .qq .win {
	position: relative;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	width: 200px;
	background: #FFF;
	border-radius: 6px;
	text-align: center;
}

.foot .share .qq .win-box {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding-bottom: 30px;
	display: none;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.foot .share .qq .win:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #FFF;
}

.foot .share .qq .win span,
.foot .share .qq .win a {
	line-height: 40px;
	color: #333;
	font-size: 15px;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	transition: color .3s ease;
}

.foot .share .qq .win span:hover,
.foot .share .qq .win a:hover {
	color: #0896d8;
}

.foot .share .qq .win span+span {
	border-top: 1px dashed #868686;
}

.foot .share .weixin .win,
.foot .share .weibo .win {
	position: relative;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	padding: 10px;
	background: #FFF;
	border-radius: 6px;
	text-align: center;
}

.foot .share .weixin .win img,
.foot .share .weibo .win img {
	max-width: 120px;
	height: auto !important;
}

.foot .share .weixin .win-box,
.foot .share .weibo .win-box {
	position: absolute;
	bottom: 30px;
	left: 0px;
	display: none;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.foot .share .weixin .win:after,
.foot .share .weibo .win:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #FFF;
}

.foot .share .icon1 {
	display: none;
}

.searchIput {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -26px;
	z-index: 222;
	padding: 10px;
	background: #FFF;
	border: 1px solid #DEDEDE;
	border-radius: 4px;
}

.searchIput input {
	width: 200px;
	height: 30px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #DEDEDE;
	background: #FFF;
	padding: 0 8px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.searchIput button {
	cursor: pointer;
	width: 35px;
	height: 30px;
	background-color: #0896d8;
	border: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	background-image: url(sousuo.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.right-nav {
	display: none;
	overflow: hidden;
	height: 465px;
	z-index: 2222;
	position: fixed;
	right: 0;
	bottom: 150px;
}

.right-nav li {
	margin-bottom: 4px;
}

.right-nav .nav-top {
	cursor: pointer;
}

.right-nav .nav-top .img img {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	margin-left: -11px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.right-nav a,
.right-nav .nav-top {
	display: block;
	width: 82px;
	height: 89px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #E5E5E5;
	background: #FAFAFA;
}

.right-nav a:hover .img,
.right-nav .nav-top:hover .img {
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	transform: rotateY(360deg);
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	transition: all 2s ease;
}

.right-nav a:hover span,
.right-nav .nav-top:hover span {
	color: #0896d8;
}

.right-nav .img {
	width: 100%;
	height: 53px;
	position: relative;
}

.right-nav .img:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	background-image: url(icon-13.png);
	width: 14px;
	height: 2px;
	margin-left: -7px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.right-nav .img img {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	bottom: 9px;
}

.right-nav span {
	display: block;
	line-height: 26px;
	font-size: 12px;
	color: #666;
	text-align: center;
	width: 100%;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.win-graduated {
	width: 100%;
	opacity: 0;
	height: 100%;
	position: fixed;
	z-index: 3000;
	top: 0;
	left: 0;
	display: none;
	background: rgba(0, 0, 0, 0.4);
}

.win-graduated .graduated-box {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 620px;
	height: 595px;
	border-radius: 5px;
	background: #FFF;
}

.win-graduated .graduated-close {
	cursor: pointer;
	position: absolute;
	top: 20px;
	right: -64px;
	width: 64px;
	height: 62px;
	background: url(graduated-1.png) rgba(255, 255, 255, 0.47) no-repeat center center;
}

.win-graduated .graduated-title {
	margin-top: 90px;
	text-align: center;
}

.win-graduated .graduated-title .icon {
	display: inline-block;
	vertical-align: middle;
	width: 68px;
	height: 50px;
	background: url(graduated-0.png);
}

.win-graduated .graduated-title p {
	padding-left: 5px;
	display: inline-block;
	vertical-align: middle;
	color: #000;
	font-size: 30px;
}

.win-graduated .graduated-title2 {
	text-align: center;
	margin-bottom: 42px;
}

.win-graduated .graduated-title2 p {
	line-height: 32px;
	margin-top: 13px;
	font-size: 32px;
	text-transform: uppercase;
	font-family: "Conv_DidotLTStd-Roman";
}

.win-graduated .input2 {
	position: relative;
	margin: 0 auto;
	margin-bottom: 16px;
	width: 440px;
	height: 65px;
	background: #f5f5f3;
	padding-left: 80px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.win-graduated .input2 p {
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 20px;
	font-size: 18px;
	color: #333;
	line-height: 65px;
}

.win-graduated .input2 input {
	width: 100%;
	height: 100%;
	color: #333;
	line-height: 65px;
	font-size: 18px;
	background: #f5f5f3;
	border: 0px;
}

.win-graduated .input2+.input2 {
	margin-bottom: 23px;
}

.win-graduated .button {
	cursor: pointer;
	margin: 0 auto;
	width: 440px;
	height: 65px;
	font-size: 26px;
	line-height: 65px;
	color: #FFF;
	display: block;
	border: 0px;
	background: #b7060f;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.win-graduated .button:hover {
	opacity: .7;
}

@media screen and (max-width: 1441px) {
	.header-nav .wp>li>a {
		height: 60px;
		line-height: 60px;
	}
}

@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

.banner {
	width: 100%;
	overflow: hidden;
}

.banner .swiper-slide {
	width: 100%;
	position: relative;
	background-position: center center;
	background-size: cover;
}

.banner .swiper-slide .video-btn:before {
	opacity: 1;
	content: "";
	display: block;
	background: url(player2.png) no-repeat center center;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.banner .swiper-slide .video-btn:after {
	opacity: 1;
	content: "";
	display: block;
	background: url(player3.png) no-repeat center center;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	top: 0%;
	left: 0%;
	-webkit-transform: rotate(0deg) rotate(0, 0);
	-moz-transform: rotate(0deg) rotate(0, 0);
	-ms-transform: rotate(0deg) rotate(0, 0);
	transform: rotate(0deg) rotate(0, 0);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.banner .swiper-slide .video-btn:hover:after {
	opacity: 1;
	background: url(player1.png) no-repeat center center;
	-webkit-transform: rotate(0deg) rotate(1, 1);
	-moz-transform: rotate(0deg) rotate(1, 1);
	-ms-transform: rotate(0deg) rotate(1, 1);
	transform: rotate(0deg) rotate(1, 1);
	-webkit-animation: rotation 1s linear infinite;
	-moz-animation: rotation 1s linear infinite;
	animation: rotation 1s linear infinite;
}

.banner .swiper-slide a {
	display: block;
	width: 100%;
	padding-bottom: 37.8125%;
	height: 100%;
}

.banner .swiper-pagination {
	bottom: 30px;
}

.banner .swiper-pagination span {
	vertical-align: top;
	opacity: 1;
	background: #999;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
	background: #0896d8;
}

.video-box {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 3333;
}

.video-box>div {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 800px;
}

.video-box .btn {
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 42px;
	height: 42px;
	background-size: 100% 100%;
	background-image: url(X.png);
}

.common-title {
	height: 180px;
	width: 100%;
	font-size: 0;
	padding-top: 90px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.common-title .title {
	line-height: 36px;
}

.common-title .title .h1 {
	display: inline-block;
	vertical-align: middle;
	font-size: 27px;
	color: #3C3C3C;
	position: relative;
	padding-right: 13px;
	margin-right: 5px;
}

.common-title .title .h1 i {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10.5px;
	width: 5px;
	height: 5px;
	background: #414141;
}

.common-title .title .h1 i:after {
	content: "";
	position: absolute;
	right: 0;
	top: 8px;
	width: 5px;
	height: 15px;
	background: #BC0009;
}

.common-title .title .h2 {
	margin-top: 6px;
	display: inline-block;
	vertical-align: middle;
	font-size: 27px;
	color: #3C3C3C;
	font-family: "Conv_DidotLTStd-Roman";
	font-weight: bold;
}

.common-title .more a {
	display: block;
	width: 128px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #666;
	text-align: center;
	border: 1px solid #999;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.common-title .more:hover {
	background: #0896d8;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.common-title .more:hover a {
	border-color: #0896d8;
	color: #fff;
}

.common-1 .switch-product {
	position: relative;
	height: 714px;
	width: 100%;
	padding-left: 242px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.common-1 .switch-product .switch-product-box {
	position: relative;
}

.common-1 .switch-product .switch-product-box>.swiper-container {
	visibility: hidden;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.common-1 .switch-product .switch-product-box>.active {
	visibility: visible;
}

.common-1 .switch-product .swiper-pagination {
	width: 190px;
	right: 90px;
	bottom: 306px;
	left: auto;
}

.common-1 .switch-product .swiper-pagination span {
	width: 8px;
	height: 8px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.common-1 .switch-product .swiper-pagination .swiper-pagination-bullet-active {}

.common-1 .switch-product a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.common-1 .switch-product .left {
	width: 100%;
	height: 714px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.common-1 .switch-product .right {
	position: absolute;
	padding: 0 20px;
	padding-right: 90px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 714px;
	right: 0;
	width: 300px;
	top: 0;
	background: rgba(0, 0, 0, 0.6);
	text-align: center;
	font-size: 0;
}

.common-1 {
	width: 1200px;
	margin: auto;
}

.common-1 .switch-product .right>div {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.common-1 .switch-product .right h1 {
	padding-top: 250px;
	color: #FFF;
	font-size: 26px;
	margin-bottom: 6px;
}

.common-1 .switch-product .right h3 {
	margin-bottom: 9px;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	font-family: "Conv_DidotLTStd-Roman";
}

.common-1 .switch-product .right .p {
	color: #717070;
	font-size: 14px;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
}

.common-1 .switch-product-btn {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 222;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 242px;
}

.common-1 .switch-product-btn .swiper-container {
	height: 100%;
	background: #F7F7F7;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #DEDEDE;
	border-top: 1px solid #DEDEDE;
}

.common-1 .switch-product-btn .swiper-container:hover .btn-top {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.common-1 .switch-product-btn .swiper-container:hover .btn-bottom {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.common-1 .switch-product-btn .swiper-container .btn-top {
	overflow: hidden;
	z-index: 111;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	border: 0;
	background: rgba(0, 0, 0, 0.15);
	cursor: pointer;
	-webkit-transform: translate(0, -100%);
	-moz-transform: translate(0, -100%);
	-ms-transform: translate(0, -100%);
	transform: translate(0, -100%);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.common-1 .switch-product-btn .swiper-container .btn-top img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-90deg);
	-moz-transform: translate(-50%, -50%) rotate(-90deg);
	-ms-transform: translate(-50%, -50%) rotate(-90deg);
	transform: translate(-50%, -50%) rotate(-90deg);
}

.common-1 .switch-product-btn .swiper-container .btn-bottom {
	-webkit-transform: translate(0, 100%);
	-moz-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	overflow: hidden;
	z-index: 111;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	border: 0;
	background: rgba(0, 0, 0, 0.15);
	cursor: pointer;
}

.common-1 .switch-product-btn .swiper-container .btn-bottom img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	-moz-transform: translate(-50%, -50%) rotate(90deg);
	-ms-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}

.common-1 .switch-product-btn .swiper-container a {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 242px;
	text-align: center;
	line-height: 102px;
	border-bottom: 1px solid #DEDEDE;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.common-1 .switch-product-btn .swiper-container a span {
	position: relative;
}

.common-1 .switch-product-btn .swiper-container a span:after {
	content: "";
	position: absolute;
	left: -36px;
	top: 50%;
	margin-top: -0.5px;
	width: 16px;
	height: 1px;
	background: #FFF;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
	-webkit-transform: translate(-20px, 0);
	-moz-transform: translate(-20px, 0);
	-ms-transform: translate(-20px, 0);
	transform: translate(-20px, 0);
}

.common-1 .switch-product-btn .swiper-container a span:before {
	content: "";
	position: absolute;
	right: -36px;
	top: 50%;
	margin-top: -0.5px;
	width: 16px;
	height: 1px;
	background: #FFF;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
	-webkit-transform: translate(20px, 0);
	-moz-transform: translate(20px, 0);
	-ms-transform: translate(20px, 0);
	transform: translate(20px, 0);
}

.common-1 .switch-product-btn .swiper-container .active a {
	background: #09425d;
	color: #FFF;
}

.common-1 .switch-product-btn .swiper-container .active a span:after {
	background: #C8000A;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.common-1 .switch-product-btn .swiper-container .active a span:before {
	background: #C8000A;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.common-1 .switch-product-btn .swiper-container .swiper-slide:hover a {
	background: #09425d;
	color: #FFF;
}

.common-1 .switch-product-btn .swiper-container .swiper-slide:hover a span:after {
	background: #C8000A;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.common-1 .switch-product-btn .swiper-container .swiper-slide:hover a span:before {
	background: #C8000A;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.common-1 .switch-product-btn .btn {
	margin-left: 242px;
	position: relative;
	z-index: 222;
	height: 100%;
}

.common-1 .switch-product-btn .btn a {
	display: block;
	width: 30px;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.15);
	overflow: hidden;
	position: relative;
}

.common-1 .switch-product-btn .btn a .icon {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 13px;
	height: 13px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(icon-10.png);
}

.common-1 .switch-product-btn .btn a .rotate {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.common-1 .switch-left {
	-webkit-transform: translate(-242px, 0);
	-moz-transform: translate(-242px, 0);
	-ms-transform: translate(-242px, 0);
	transform: translate(-242px, 0);
}

.common-2 {
	background: #F0F0F0;
	padding-bottom: 124px;
}

.common-2 .about-holike .left {
	width: 835px;
}

.common-2 .about-holike .left .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
}

.common-2 .about-holike .left .swiper-slide a:hover .introduce {
	-webkit-transform: translate(10px, 0);
	-moz-transform: translate(10px, 0);
	-ms-transform: translate(10px, 0);
	transform: translate(10px, 0);
}

.common-2 .about-holike .left .swiper-slide a:hover .introduce .more-btn {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.common-2 .about-holike .left .swiper-slide .introduce {
	z-index: 22;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 50%;
	left: 0;
	width: 296px;
	height: 343px;
	margin-top: -171.5px;
	background: #FFF;
	padding: 65px 46px 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.common-2 .about-holike .left .swiper-slide .introduce h1 {
	font-size: 20px;
	color: #000;
	margin-bottom: 4px;
}

.common-2 .about-holike .left .swiper-slide .introduce h3 {
	font-size: 14px;
	color: rgba(51, 51, 51, 0.4);
}

.common-2 .about-holike .left .swiper-slide .introduce .icon {
	margin: 12px 0;
	display: block;
	width: 100%;
	height: 1px;
	border-top: 1px dashed rgba(0, 0, 0, 0.3);
}

.common-2 .about-holike .left .swiper-slide .introduce .p {
	width: 100%;
	color: #666;
	font-size: 14px;
	line-height: 28px;
	height: 112px;
	overflow: hidden;
}

.common-2 .about-holike .left .swiper-slide .introduce .btn {
	width: 34px;
	height: 92px;
	line-height: 92px;
	text-align: center;
	position: absolute;
	right: -34px;
	top: 50%;
	margin-top: -46px;
	background: #0896d8;
}

.common-2 .about-holike .left .swiper-slide .introduce .btn img {
	vertical-align: middle;
}

.common-2 .about-holike .left .swiper-slide .introduce .more-btn {
	margin-top: 20px;
	font-size: 14px;
	color: #09425d;
	text-align: right;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate(-30px, 0);
	-moz-transform: translate(-30px, 0);
	-ms-transform: translate(-30px, 0);
	transform: translate(-30px, 0);
}

.common-2 .about-holike .left .swiper-slide .introduce .more-btn span {
	margin-top: -4px;
	margin-left: 15px;
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 13px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(icon-29.png);
}

.common-2 .about-holike .left .swiper-slide .img {
	/* margin-left: 117px; */
	width: 830px;
	height: 514px;
}

.common-2 .about-holike .left .swiper-slide .img img {
	width: 100%;
	height: 100%;
}

.common-2 .about-holike .right {
	margin-left: 845px;
}

.common-2 .about-holike .right .li {
	cursor: pointer;
	position: relative;
	width: 100%;
	height: 164px;
	margin-bottom: 10px;
	background: #FFF;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 0;
	padding-top: 45px;
	padding-left: 70px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.common-2 .about-holike .right .li a {
	display: block;
	width: 100%;
	height: 100%;
}

.common-2 .about-holike .right .li .img {
	display: inline-block;
	vertical-align: top;
	width: 74px;
	height: 74px;
	border-radius: 50%;
	border: 1px solid #777;
	overflow: hidden;
	position: relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.common-2 .about-holike .right .li .img img {
	z-index: 222;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.common-2 .about-holike .right .li .img img+img {
	-webkit-transform: translate(-50%, -150%);
	-moz-transform: translate(-50%, -150%);
	-ms-transform: translate(-50%, -150%);
	transform: translate(-50%, -150%);
}

.common-2 .about-holike .right .li .title {
	display: inline-block;
	vertical-align: top;
	margin-left: 26px;
	margin-top: 16px;
}

.common-2 .about-holike .right .li .title h1 {
	font-size: 18px;
	color: #444;
	margin-bottom: 5px;
}

.common-2 .about-holike .right .li .title h2 {
	font-size: 14px;
	color: rgba(51, 51, 51, 0.5);
}

.common-2 .about-holike .right .li:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #333;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.common-2 .about-holike .right .li:before {
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #0896d8;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.common-2 .about-holike .right .li:hover {
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}

.common-2 .about-holike .right .li:hover .img {
	border-color: #0896d8;
	background: #0896d8;
}

.common-2 .about-holike .right .li:hover .img img {
	-webkit-transform: translate(-50%, 150%);
	-moz-transform: translate(-50%, 150%);
	-ms-transform: translate(-50%, 150%);
	transform: translate(-50%, 150%);
}

.common-2 .about-holike .right .li:hover .img img+img {
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.common-2 .about-holike .right .li:hover .img .img-bottom {
	opacity: 0;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	transition: all 0s ease;
}

.common-2 .about-holike .right .li:hover:after {
	width: 25px;
}

.common-2 .about-holike .right .li:hover:before {
	width: 323px;
}

.common-2 .about-holike .right .active {
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}

.common-2 .about-holike .right .active .img {
	border-color: #0896d8;
	background: #0896d8;
}

.common-2 .about-holike .right .active .img img {
	-webkit-transform: translate(-50%, 150%);
	-moz-transform: translate(-50%, 150%);
	-ms-transform: translate(-50%, 150%);
	transform: translate(-50%, 150%);
}

.common-2 .about-holike .right .active .img img+img {
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.common-2 .about-holike .right .active:after {
	width: 25px;
}

.common-2 .about-holike .right .active:before {
	width: 323px;
}

.common-2 .about-holike .right .li:last-child {
	margin-bottom: 0;
}









.common-3 {
	/* padding-bottom: 124px; */
}

.common-3 .information-centre .left {
	height: 666px;
	background: #EFEFEF;
	position: relative;
	/* width: 590px; */
}

.common-3 .information-centre .left a {
	display: block;
}

.common-3 .information-centre .left a:hover .nr {
	-webkit-transform: translate(0, -15px);
	-moz-transform: translate(0, -15px);
	-ms-transform: translate(0, -15px);
	transform: translate(0, -15px);
}

.common-3 .information-centre .left a:hover .nr:after {
	width: 29px;
}

.common-3 .information-centre .left a:hover .nr:before {
	width: 414px;
}

.common-3 .information-centre .left a:hover .nr .more-btn {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.common-3 .information-centre .left .img {
	width: 532px;
	height: 388px;
}

.common-3 .information-centre .left .img img {
	width: 100%;
	height: 100%;
}

.common-3 .information-centre .left .nr {
	position: absolute;
	width: 450px;
	height: 225px;
	top: 350px;
	left: 50%;
	margin-left: -225px;
	background: #FFF;
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.15);
	padding: 30px 45px 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}






/* 更改 */
.chanpin {
	height: 950px;
	background-color: #fcfcfc;
}

.chanpin li span {
	position: relative;
	width: 270px;
	display: block;
	line-height: 50px;
	height: 50px;
	text-align: center;
	background-color: white;
	color: ;
	/* margin-left: 350px; */
}

.chanpin li img {
	width: 270px;
	margin-left: 40px;
	height: 270px;
}







.common-3 .information-centre .left .nr:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #333;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.common-3 .information-centre .left .nr:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #C3000B;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.common-3 .information-centre .left .nr h1 {
	font-size: 16px;
	color: #333;
	line-height: 50px;
	height: 50px;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dashed rgba(136, 136, 136, 0.3);
	margin-bottom: 13px;
}

.common-3 .information-centre .left .nr .p {
	font-size: 12px;
	color: #666;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	margin-bottom: 18px;
}

.common-3 .information-centre .left .nr .time {
	font-size: 14px;
	color: #555;
}

.common-3 .information-centre .left .nr .more-btn {
	position: absolute;
	right: 51px;
	bottom: 48px;
	font-size: 14px;
	color: #09425d;
	text-align: right;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate(-30px, 0);
	-moz-transform: translate(-30px, 0);
	-ms-transform: translate(-30px, 0);
	transform: translate(-30px, 0);
}

.common-3 .information-centre .left .nr .more-btn span {
	margin-top: -4px;
	margin-left: 15px;
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 13px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(icon-29.png);
}

.common-3 .information-centre .right {
	margin-left: 605px;
}

.common-3 .information-centre .right .li {
	background: #F0F0F0;
	height: 252px;
}

.common-3 .information-centre .right .li a {
	display: block;
	font-size: 0;
}

.common-3 .information-centre .right .li a:hover .time {
	background: #0896d8;
}

.common-3 .information-centre .right .li a:hover .nr {
	margin-left: 25px;
}

.common-3 .information-centre .right .li a:hover .nr:after {
	width: 29px;
}

.common-3 .information-centre .right .li a:hover .nr:before {
	width: 430px;
}

.common-3 .information-centre .right .li a:hover .nr .more-btn {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
}

.common-3 .information-centre .right .li .time {
	display: inline-block;
	vertical-align: top;
	position: relative;
	left: 165px;
	margin-top: 120px;
	width: 100px;
	height: 75px;
	line-height: 75px;
	background: #09425d;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.common-3 .information-centre .right .li .time>div {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.2;
}

.common-3 .information-centre .right .li .time .day {
	font-size: 36px;
	color: #FFF;
}

.common-3 .information-centre .right .li .time .year {
	font-size: 15px;
	color: #FFF;
}

.common-3 .information-centre .right .li .nr {
	margin-top: 75px;
	margin-left: 166px;
	display: inline-block;
	vertical-align: top;
	background: #FFF;
	width: 370px;
	height: 175px;
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.15);
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 18px 38px 0;
	position: relative;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.common-3 .information-centre .right .li .nr h1 {
	line-height: 45px;
	overflow: hidden;
	height: 45px;
	color: #333;
	font-size: 16px;
	border-bottom: 1px solid #E5E5E5;
}

.common-3 .information-centre .right .li .nr .p {
	font-size: 12px;
	color: #888;
	line-height: 25px;
	height: 75px;
	overflow: hidden;
	width: 100%;
}

.common-3 .information-centre .right .li .nr:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #333;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.common-3 .information-centre .right .li .nr:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #C3000B;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.common-3 .information-centre .right .li .nr .more-btn {
	margin-top: 6px;
	font-size: 14px;
	color: #333;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate(-30px, 0);
	-moz-transform: translate(-30px, 0);
	-ms-transform: translate(-30px, 0);
	transform: translate(-30px, 0);
}

.common-3 .information-centre .right .li .nr .more-btn span {
	margin-top: -4px;
	margin-left: 15px;
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 13px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(icon-29.png);
}

.common-3 .information-centre .right .li+.li {
	margin-top: 32px;
}

.common-4 {
	background: #F0F0F0;
	padding-bottom: 124px;
}

.common-4 .join-us .left {
	font-size: 0;
	width: 800px;
	background: #FFF;
}

.common-4 .join-us .left a {
	display: block;
}

.common-4 .join-us .left a:hover .img img {
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	transform: rotateY(90deg);
}

.common-4 .join-us .left a:hover .img img+img {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.common-4 .join-us .left a:hover .nr h1 {
	color: #0896d8;
}

.common-4 .join-us .left .img {
	vertical-align: top;
	display: inline-block;
	width: 380px;
	height: 388px;
	overflow: hidden;
	position: relative;
}

.common-4 .join-us .left .img img {
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	width: 100%;
	height: 100%;
}

.common-4 .join-us .left .img img+img {
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	transform: rotateY(90deg);
}

.common-4 .join-us .left .nr {
	vertical-align: top;
	display: inline-block;
	width: 420px;
	padding: 95px 60px 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.common-4 .join-us .left .nr .title {
	line-height: 50px;
}

.common-4 .join-us .left .nr h1 {
	display: inline-block;
	vertical-align: top;
	font-size: 24px;
	color: #333;
}

.common-4 .join-us .left .nr h3 {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: rgba(51, 51, 51, 0.5);
	margin-top: 12px;
	margin-left: 6px;
}

.common-4 .join-us .left .nr .p {
	font-size: 14px;
	color: #777;
	line-height: 28px;
	height: 112px;
	overflow: hidden;
}

.common-4 .join-us .right {
	margin-left: 800px;
}

.common-4 .join-us .right .li {
	width: 100%;
	height: 195px;
	background: #F7F7F7;
	font-size: 0;
}

.common-4 .join-us .right .li a {
	display: block;
}

.common-4 .join-us .right .li a:hover .img img {
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	transform: rotateY(90deg);
}

.common-4 .join-us .right .li a:hover .img img+img {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.common-4 .join-us .right .li a:hover .title h1 {
	color: #0896d8;
}

.common-4 .join-us .right .li .img {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	height: 195px;
	position: relative;
}

.common-4 .join-us .right .li .img img {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.common-4 .join-us .right .li .img img+img {
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	transform: rotateY(90deg);
}

.common-4 .join-us .right .li .title {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 50%;
}

.common-4 .join-us .right .li .title h1 {
	font-size: 18px;
	color: #333;
	margin-top: 72px;
	margin-bottom: 4px;
}

.common-4 .join-us .right .li .title h2 {
	font-size: 14px;
	color: rgba(51, 51, 51, 0.5);
}

.common-4 .join-us .right .li+.li {
	background: #FFF;
}

@media screen and (max-width: 1441px) {
	.common-1 .switch-product .right {
		height: 508px;
	}

	.common-1 .switch-product .left {
		height: 508px;
	}

	.common-1 .switch-product .right h1 {
		padding-top: 158px;
	}

	.common-1 .switch-product .swiper-pagination {
		bottom: 186px;
	}

	.common-1 .switch-product {
		height: 508px;
	}

	.common-1 .switch-product-btn .swiper-container a {
		line-height: 72px;
	}
}

.web-box {
	background-color: #F4F4F4;
}

.product-banner {
	width: 100%;
	height: 500px;
	background-size: cover;
	background-position: center center;
}

.product-banner .wp {
	position: relative;
	height: 100%;
}

.product-banner .product {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -160px;
}

.product-banner .product .product-nav {
	width: 100%;
	height: 67px;
	padding: 0 40px;
	background: #09425d;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.product-banner .product .product-nav:hover .swiper-button-prev {
	display: block;
}

.product-banner .product .product-nav:hover .swiper-button-next {
	display: block;
}

.product-banner .product .product-nav .swiper-button-prev {
	width: 40px;
	height: 67px;
	left: 0;
	margin: 0;
	top: 25px;
	background-image: url(icon-10.png);
	background-position: center center;
	background-size: 13px 13px;
	background-repeat: no-repeat;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	opacity: 1;
	display: none;
}

.product-banner .product .product-nav .swiper-button-next {
	display: none;
	opacity: 1;
	margin: 0;
	right: 0;
	top: 25px;
	width: 40px;
	height: 67px;
	background-image: url(icon-10.png);
	background-position: center center;
	background-size: 13px 13px;
	background-repeat: no-repeat;
}

.product-banner .product .swiper-container .swiper-slide {
	width: auto !important;
}

.product-banner .product .swiper-container .swiper-slide a {
	display: block;
	padding: 0 36px;
	height: 100%;
	line-height: 67px;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	position: relative;
}

.product-banner .product .swiper-container .swiper-slide a:hover {
	color: #0896d8;
}

.product-banner .product .swiper-container .swiper-slide .active {
	color: #0896d8;
}

.product-banner .product .swiper-container .swiper-slide+.swiper-slide a:after {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	width: 1px;
	height: 11px;
	background: #525252;
	margin-top: -5.5px;
}

.product-banner .product .product-nav-nr {
	width: 100%;
	height: 190px;
	background: #FFF;
	line-height: 190px;
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.09);
}

.product-banner .product .product-nav-nr .left {
	width: 240px;
	text-align: center;
	position: relative;
}

.product-banner .product .product-nav-nr .left:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -50px;
	width: 1px;
	height: 100px;
	background: #CCC;
}

.product-banner .product .product-nav-nr .left>div {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.2;
	padding: 0 10px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.product-banner .product .product-nav-nr .left>div h1 {
	color: #000;
	font-size: 22px;
	position: relative;
	padding-left: 10px;
	vertical-align: top;
	display: inline-block;
}

.product-banner .product .product-nav-nr .left>div h1 .icon {
	left: 0;
	top: 5px;
	position: absolute;
	width: 4px;
	height: 20px;
	background-size: 100% 100%;
	background-image: url(icon-14.png);
	background-repeat: no-repeat;
}

.product-banner .product .product-nav-nr .left>div h3 {
	color: #B4B4B4;
	font-size: 12px;
}

.product-banner .product .product-nav-nr .nr {
	margin-left: 240px;
	padding: 0 135px 0 60px;
	height: 190px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.product-banner .product .product-nav-nr .nr .p {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	color: #666;
	line-height: 28px;
	max-height: 140px;
	overflow: hidden;
	width: 100%;
}

.product-list {
	padding-top: 200px;
	width: 1330px;
	margin: 0 auto 6px auto;
}

.product-list li {
	width: 50%;
	padding: 0 14px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-bottom: 36px;
}

.product-list li a {
	display: block;
	width: 100%;
	height: 100%;
	background: #FFF;
	box-shadow: 1px 5px 20px 0px rgba(0, 0, 0, 0.05);
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	transition: all .6s ease;
}

.product-list li a:hover {
	-webkit-transform: translate(0, -6px);
	-moz-transform: translate(0, -6px);
	-ms-transform: translate(0, -6px);
	transform: translate(0, -6px);
}

.product-list li a:hover .nr h1 {
	color: #0896d8;
}

.product-list li a:hover .nr .btn {
	background: #09425d;
	color: #FFF;
	border-color: #09425d;
}

.product-list li .left {
	width: 390px;
}

.product-list li .left .img {
	width: 80%;
	/* 2020.12.11修改 */
	position: relative;
	padding-bottom: 67%;
	/* 2020.12.11修改 */
}

.product-list li .left .img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding-left: 40px;
	/* 2020.12.11修改 */
}

.product-list li .nr {
	margin-left: 390px;
	text-align: center;
	padding: 45px 28px 0;
}

.product-list li .nr h1 {
	border-bottom: 1px dashed #B1B1B1;
	line-height: 50px;
	width: 100%;
	overflow: hidden;
	height: 50px;
	font-size: 20px;
	color: #333;
	margin-bottom: 70px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.product-list li .nr h3 {
	border-bottom: 1px dashed #B1B1B1;
	line-height: 50px;
	width: 100%;
	overflow: hidden;
	height: 50px;
	font-size: 20px;
	color: #333;
	margin-bottom: 70px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.product-list li .nr .btn {
	display: inline-block;
	vertical-align: top;
	width: 80px;
	height: 28px;
	line-height: 26px;
	font-size: 12px;
	color: #555;
	background: #F4F4F4;
	border: 1px solid #CCC;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	position: relative;
}

@-moz-document url-prefix() {
	.web-box .product-details-box .wp .nr .product-details-left .swiper-container .swiper-wrapper .swiper-slide {
		padding-bottom: 100px;
	}
}

.product-details-box {
	height: 1070px;
	width: 100%;
	padding-top: 62px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #DDD8D2;
	position: relative;
}

.product-details-box:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 492px;
	height: 100%;
	background-image: url(bg-2.jpg);
	background-repeat: no-repeat;
}

.product-details-box:before {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	width: 492px;
	height: 100%;
	background-image: url(bg-1.jpg);
	background-repeat: no-repeat;
}

.product-details-box>.wp {
	position: relative;
	z-index: 22;
}

.product-details-box>.wp>.nr {
	background: #FFF;
	box-shadow: 0px 7px 20px 1px rgba(0, 0, 0, 0.19);
}

.product-details-box .product-details-left {
	height: 687px;
	background: #FFF;
	padding-top: 32px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.product-details-box .product-details-left>div {
	float: right;
	width: 194px;
	height: 100%;
	padding-left: 0px;
	padding-right: 44px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.product-details-box .product-details-left>div:hover .swiper-button-prev {
	display: block;
}

.product-details-box .product-details-left>div:hover .swiper-button-next {
	display: block;
}

.product-details-box .product-details-left>div .swiper-button-prev {
	width: 150px;
	height: 20px;
	left: 0px;
	margin: 0;
	top: 0;
	background-image: url(icon-28.png);
	background-position: center center;
	background-size: 13px 13px;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0.4);
	opacity: 1;
	display: none;
}

.product-details-box .product-details-left>div .swiper-button-next {
	display: none;
	opacity: 1;
	top: auto;
	margin: 0;
	left: 0px;
	bottom: 0;
	width: 150px;
	height: 20px;
	background-image: url(icon-28.png);
	background-position: center center;
	background-size: 13px 13px;
	background-repeat: no-repeat;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	background-color: rgba(0, 0, 0, 0.4);
}

.product-details-box .product-details-left>div .swiper-container {
	height: 100%;
}

.product-details-box .product-details-left>div .swiper-slide {
	width: 100%;
	padding-bottom: 68%;
	position: relative;
	height: 0 !important;
	cursor: pointer;
}

.product-details-box .product-details-left>div .swiper-slide img {
	width: 100%;
	height: 100%;
	position: absolute;
}

.product-details-box .product-details-left>div .swiper-slide .check {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid #0896d8;
	border-radius: 4px;
}

.product-details-box .product-details-nr {
	width: 100%;
	height: 252px;
	position: relative;
}

.product-details-box .product-details-nr>li {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	opacity: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.product-details-box .product-details-nr .li-on:nth-child(1) .top-img {
	cursor: pointer;
}

.product-details-box .product-details-nr .li-on:nth-child(1) .top-img:before {
	opacity: 1;
	content: "";
	display: block;
	background: url(player2.png) no-repeat center center;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.product-details-box .product-details-nr .li-on:nth-child(1) .top-img:after {
	opacity: 1;
	content: "";
	display: block;
	background: url(player3.png) no-repeat center center;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	top: 0%;
	left: 0%;
	-webkit-transform: rotate(0deg) rotate(0, 0);
	-moz-transform: rotate(0deg) rotate(0, 0);
	-ms-transform: rotate(0deg) rotate(0, 0);
	transform: rotate(0deg) rotate(0, 0);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.product-details-box .product-details-nr .li-on:nth-child(1) .top-img:hover:after {
	opacity: 1;
	background: url(player1.png) no-repeat center center;
	-webkit-transform: rotate(0deg) rotate(1, 1);
	-moz-transform: rotate(0deg) rotate(1, 1);
	-ms-transform: rotate(0deg) rotate(1, 1);
	transform: rotate(0deg) rotate(1, 1);
	-webkit-animation: rotation 1s linear infinite;
	-moz-animation: rotation 1s linear infinite;
	animation: rotation 1s linear infinite;
}

.product-details-box .product-details-nr>.active {
	opacity: 1;
}

.product-details-box .product-details-nr .top-img,
.product-details-box .product-details-nr .top-video {
	position: absolute;
	top: -654px;
	right: 203px;
	left: 36px;
	bottom: 255px;
}

.product-details-box .product-details-nr .top-img img,
.product-details-box .product-details-nr .top-img .video,
.product-details-box .product-details-nr .top-img video,
.product-details-box .product-details-nr .top-video img,
.product-details-box .product-details-nr .top-video .video,
.product-details-box .product-details-nr .top-video video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.product-details-box .product-details-nr .top-video {
	display: none;
	z-index: 100;
}

.product-details-box .product-details-nr .top-video .video>div {
	width: 100%;
	height: 100%;
}

.product-details-box .product-introduce {
	width: 100%;
	height: 252px;
	background: #FFF;
	line-height: 252px;
}

.product-details-box .product-introduce .left {
	width: 238px;
	text-align: center;
	position: relative;
	padding-left: 50px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 10px;
}

.product-details-box .product-introduce .left:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -50px;
	width: 1px;
	height: 100px;
	background: #CCC;
}

.product-details-box .product-introduce .left>div {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.2;
}

.product-details-box .product-introduce .left>div h1 {
	color: #000;
	font-size: 22px;
	position: relative;
	text-align: left;
	padding-left: 10px;
}

.product-details-box .product-introduce .left>div h1 .icon {
	left: 0;
	top: 5px;
	position: absolute;
	width: 4px;
	height: 20px;
	background-size: 100% 100%;
	background-image: url(icon-14.png);
	background-repeat: no-repeat;
}

.product-details-box .product-introduce .nr {
	margin-left: 240px;
	padding: 0 94px 0 35px;
	height: 190px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.product-details-box .product-introduce .nr .p {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	color: #777;
	line-height: 30px;
	max-height: 120px;
	overflow: hidden;
	width: 100%;
}

.product-nav {
	margin-top: 25px;
	height: 120px;
	background-color: #fff;
	font-size: 0;
}

.product-nav .left,
.product-nav .right {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	width: 50%;
	padding-top: 20px;
	padding-bottom: 20px;
	border-right: 1px solid #e5e5e5;
	text-align: center;
}

.product-nav .left .icon,
.product-nav .right .icon {
	position: relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 2px solid #1d1d1d;
	vertical-align: middle;
}

.product-nav .left .icon img,
.product-nav .right .icon img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.product-nav .left .desc,
.product-nav .right .desc {
	display: inline-block;
	margin-left: 20px;
	vertical-align: middle;
	text-align: left;
}

.product-nav .left .desc .title,
.product-nav .right .desc .title {
	font-size: 24px;
	padding-left: 10px;
	background-image: url(icon-14.png);
	background-repeat: no-repeat;
	background-position: left 7px;
	margin-bottom: 5px;
}

.product-nav .left .desc p,
.product-nav .right .desc p {
	font-size: 14px;
	color: #9b9b9b;
	text-transform: uppercase;
}

.product-nav .right {
	border: 0;
}

.product-title {
	text-align: center;
	font-size: 27px;
	color: #000;
	margin-bottom: 90px;
}

.product-title .icon {
	display: inline-block;
	width: 4px;
	height: 20px;
	background-size: 100% 100%;
	background-image: url(icon-14.png);
	background-repeat: no-repeat;
	margin: -3px 4px 0;
}

.product-title .en {
	font-family: "Conv_DidotLTStd-Roman";
}

.product-description {
	padding-top: 92px;
	padding-bottom: 102px;
	background: #FFF;
}

.product-description .product-description-list li {
	width: 33.333333%;
	padding: 0 34px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 382px;
	float: left;
}

.product-description .product-description-list li h2 {
	font-size: 18px;
	height: 42px;
	line-height: 42px;
	width: 100%;
	overflow: hidden;
	color: #333;
	text-align: center;
	margin-top: -20px;
}

.product-description .product-description-list li .p {
	font-size: 13px;
	height: 140px;
	line-height: 28px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 18px;
}

.product-description .product-description-list li .img {
	width: 100%;
	position: relative;
	padding-bottom: 61.12853%;
}

.product-description .product-description-list li .img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.product-description .product-description-list li+li {
	border-left: 1px solid #E3E3E3;
}

.product-details-list {
	padding-top: 68px;
	padding-bottom: 84px;
}

.product-details-list .product-title {
	margin-bottom: 50px;
}

.product-details-list .product-list {
	padding: 0;
}

.product-details-list .product-list li {
	margin-bottom: 0;
}

.banner-1 {
	width: 100%;
	height: 500px;
	background-size: cover;
	background-position: center center;
}

.two-nav {
	width: 100%;
	height: 65px;
	border-bottom: 1px solid #D8D8D8;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 0;
	background: #FFF;
	text-align: center;
}

.two-nav .wp {
	position: relative;
}

.two-nav>ul>li {
	display: inline-block;
	vertical-align: top;
}

.two-nav>ul>li>a {
	display: block;
	padding: 0 30px;
	height: 65px;
	line-height: 65px;
	position: relative;
}

.two-nav>ul>li>a>span {
	position: relative;
	color: #666;
	font-size: 15px;
	display: inline-block;
	height: 100%;
	width: auto;
}

.two-nav>ul>li>a>span:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 1px;
	width: 0;
	height: 2px;
	background: #000;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.two-nav>ul>li>a>span:before {
	content: "";
	position: absolute;
	bottom: 1px;
	height: 2px;
	right: 0;
	left: 0;
	background: #FFF;
	-webkit-transition: left .4s ease;
	-moz-transition: left .4s ease;
	transition: left .4s ease;
}

.two-nav>ul>li>a .i {
	display: none;
	position: absolute;
	left: 50%;
	z-index: 25;
	margin-left: -7px;
	bottom: -31px;
	width: 14px;
	height: 12px;
	background-image: url(icon-15.png);
	background-size: 100% 100%;
}

.two-nav>ul>li>a .ii {
	display: none !important;
}

.two-nav>ul>.active>a>span:after {
	width: 11px;
}

.two-nav>ul>.active>a>span:before {
	left: 15px;
	background: #0896d8;
}

.two-nav>ul>.active>a .i {
	display: block;
}

.two-nav>ul>.active .nav-box {
	z-index: 23;
}

.two-nav>ul li:hover>a>span:after {
	width: 11px;
}

.two-nav>ul li:hover>a>span:before {
	left: 15px;
	background: #0896d8;
}

.two-nav>ul li:hover>a .i {
	display: block;
}

.two-nav>ul li:hover .nav-box {
	z-index: 24;
}

.two-nav>ul>li+>li:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 50%;
	margin-bottom: -6px;
	height: 12px;
	width: 1px;
	background: #E5E5E5;
}

.two-nav .nav-box {
	z-index: 22;
	left: 0;
	position: absolute;
	width: 100%;
	padding-top: 30px;
	top: 65px;
}

.two-nav .list {
	background: #FFF;
	width: 100%;
	height: 60px;
	border: 1px solid #DDD;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.two-nav .list li {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.two-nav .list li a {
	line-height: 60px;
	height: 100%;
	padding: 0 32px;
	display: block;
	font-size: 14px;
	color: #666;
}

.two-nav .list li a:after {
	display: none;
}

.two-nav .list li a:hover {
	color: #0896d8;
}

.two-nav .list .active a {
	color: #0896d8;
}

.two-nav .list li+li:after {
	content: "";
	left: 0;
	top: 50%;
	position: absolute;
	width: 1px;
	height: 10px;
	margin-top: -5px;
	background: #D9D9D9;
}

.bg-1 {
	background-color: #F0F0F0;
	position: relative;
	overflow: hidden;
}

.bg-1:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 613px;
	height: 884px;
	background-image: url(bg-4.jpg);
	background-repeat: no-repeat;
}

.bg-1:before {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	width: 616px;
	height: 884px;
	background-image: url(bg-3.jpg);
	background-repeat: no-repeat;
}

.about-us {
	padding-top: 160px;
	padding-bottom: 120px;
	position: relative;
	z-index: 11;
}

.about-us p {
	font-size: 14px;
	color: #666;
	line-height: 28px;
	margin-bottom: 10px;
}

.about-us .img {
	width: 474px;
	position: relative;
}

.about-us .img img {
	max-width: 100%;
	height: auto;
}

.about-us .img:after {
	content: "";
	left: 50%;
	bottom: -37px;
	position: absolute;
	width: 494px;
	height: 32px;
	margin-left: -247px;
	background-size: 100% 100%;
	background-image: url(pic-6.png);
}

.about-us .nr {
	margin-left: 530px;
}

.about-us .nr .product-title {
	text-align: left;
	margin-bottom: 22px;
}

.about-us .nr .p {
	font-size: 14px;
	color: #666;
	line-height: 28px;
}

.about-us .nr .p p {
	margin-bottom: 10px;
}

.about-us .nr .p img {
	max-width: 100%;
	height: auto;
}

.about-us-column {
	position: relative;
	z-index: 22;
	padding-top: 102px;
	padding-bottom: 135px;
}

.about-us-column .product-title {
	font-size: 30px;
	margin-bottom: 36px;
}

.about-us-column .product-title .icon {
	background-image: url(icon-16.png);
	width: 5px;
	height: 23px;
}

.about-us-column .product-title .en {
	display: inline-block;
	font-size: 34px;
	margin-top: -2px;
}

.about-us-column .product-list {
	width: 1208px;
	padding: 0;
	margin-bottom: 0;
}

.about-us-column .product-list li {
	padding: 0 4px;
}

.about-us-column .product-list li a {
	border: 1px solid #DDD;
	box-shadow: none;
	position: relative;
}

.about-us-column .product-list li a .y {
	left: 0;
	position: absolute;
	bottom: -39px;
	width: 100%;
	height: 39px;
	background-image: url(y-2.png);
	background-size: 100% 100%;
}

.about-us-column .product-list li .left {
	width: 330px;
}

.about-us-column .product-list li .left .img {
	padding-bottom: 87.87879%;
}

.about-us-column .product-list li .nr {
	margin-left: 330px;
	padding: 50px 46px 0;
}

.about-us-column .product-list li .nr h1 {
	height: 64px;
	line-height: 64px;
	margin-bottom: 15px;
	font-size: 22px;
	color: #333;
}

.about-us-column .product-list li .nr h1 .icon {
	display: inline-block;
	vertical-align: middle;
	width: 4px;
	height: 20px;
	background-size: 100% 100%;
	background-image: url(icon-14.png);
	background-repeat: no-repeat;
	margin: -4px 9px 0;
}

.about-us-column .product-list li .nr .p {
	text-align: left;
	font-size: 12px;
	color: #888;
	line-height: 26px;
	height: 78px;
	overflow: hidden;
	width: 100%;
}

.about-us-column .about-us-column-list {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.about-us-column .about-us-column-list ul {
	border: 1px solid #DCDCDC;
}

.about-us-column .about-us-column-list li {
	float: left;
	width: 14.28571%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 206px;
}

.about-us-column .about-us-column-list li a {
	background: #FFF;
	padding-top: 50px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	position: relative;
}

.about-us-column .about-us-column-list li a .img {
	line-height: 60px;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 12px;
}

.about-us-column .about-us-column-list li a .img img {
	width: 60px;
	height: 60px;
	vertical-align: middle;
}

.about-us-column .about-us-column-list li a .img .icon {
	width: 20px;
	bottom: 0;
	left: 50%;
	margin-left: -10px;
	height: 2px;
	display: block;
	position: absolute;
}

.about-us-column .about-us-column-list li a .img .icon:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 4px;
	height: 2px;
	background: #000;
}

.about-us-column .about-us-column-list li a .img .icon:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 13px;
	height: 2px;
	background: #0896d8;
}

.about-us-column .about-us-column-list li a .name {
	font-size: 15px;
	color: #666;
}

.about-us-column .about-us-column-list li a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #333;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.about-us-column .about-us-column-list li a:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	background: #0896d8;
}

.about-us-column .about-us-column-list li a:hover:after {
	width: 25px;
}

.about-us-column .about-us-column-list li a:hover:before {
	width: 144px;
}

.about-us-column .about-us-column-list li+li {
	border-left: 1px solid #DCDCDC;
}

.about-us-column .about-us-column-list:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -48px;
	width: 100%;
	height: 48px;
	background-size: 100% 100%;
	background-image: url(y-3.png);
}

.about-us-column .about-us-column-list-2 li {
	width: 16.666666%;
}

.contact-us {
	padding-top: 82px;
	padding-bottom: 96px;
	position: relative;
	z-index: 22;
}

.contact-us .contact-us-box {
	border: 1px solid #D8D8D8;
	padding: 45px 40px 45px 70px;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #FFF;
	position: relative;
	height: 500px;
}

.contact-us .service_main {
	border: 1px solid #D8D8D8;
	padding: 45px 40px 45px 70px;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #FFF;
	position: relative;
	height: auto;
}

.contact-us .contact-us-box:after {
	content: "";
	left: 0;
	position: absolute;
	bottom: -74px;
	width: 100%;
	height: 74px;
	background-image: url(y-4.png);
	background-size: 100% 100%;
}

.contact-us .contact-us-box .img {
	margin-left: 532px;
	height: 472px;
	background: #EFEFEF;
}

.contact-us .contact-us-box .nr {
	width: 1150px;
}

.contact-us .contact-us-box .nr .address {
	padding-bottom: 25px;
}

.contact-us .contact-us-box .nr .address h1 {
	margin-top: 25px;
	margin-bottom: 10px;
	font-size: 30px;
	color: #666;
}

.contact-us .contact-us-box .nr .address span {
	margin-top: 25px;
	font-size: 14px;
	color: #999;
}

.contact-us .contact-us-box .nr .address p {
	font-size: 16px;
	color: #999;
	line-height: 40px;
}

.contact-us .contact-us-box .nr .address+.address {
	border-top: 1px dashed #C6C6C6;
}

.contact-us-index {
	position: relative;
}

.contact-us-index .product-list {
	width: 1200px;
}

.contact-us-index .contact-us-index-title {
	z-index: 23;
	position: absolute;
	right: 0;
	top: 102px;
	height: 185px;
	width: 610px;
	line-height: 185px;
	text-align: center;
}

.contact-us-index .contact-us-index-title h2 {
	position: absolute;
	font-size: 118px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: rgba(61, 61, 61, 0.03);
	font-family: "Conv_DidotLTStd-Roman";
}

.contact-us-index .contact-us-index-title .product-title {
	z-index: 24;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-bottom: 0;
	font-size: 33px;
}

.contact-us-index .contact-us-index-title .product-title .en {
	font-size: 37px;
}

.contact-us-index .contact-us-index-title .product-title .icon {
	margin: -4px 8px 0;
}

.contact-us-index .product-list li .nr {
	margin-left: 0;
	padding: 70px 45px 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 296px;
}

.contact-us-index .product-list li {
	padding: 0;
	width: 578px;
}

.contact-us-index .product-list li+li {
	padding-left: 12px;
	width: auto;
}

.contact-us-index .product-list li+li a {
	width: 610px;
}

.contact-us-index .product-list li+li .left {
	width: 306px;
	margin-left: 304px;
}

.contact-us-index .product-list li .left {
	width: 282px;
	margin-left: 296px;
}

.contact-us-index .product-list li .left .img {
	padding-bottom: 0;
	height: 288px;
}

.contact-us-index .product-list li a {
	border: 0;
}

.contact-us-index .product-list li .nr h1 {
	color: #222;
	font-size: 18px;
	border: 0;
	line-height: 55px;
	height: 55px;
	margin-bottom: 0;
}

.contact-us-index .about-us-column-list {
	margin-left: 578px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.contact-us-index .about-us-column-list:after {
	display: none;
}

.contact-us-index .about-us-column-list ul {
	border: 0;
}

.contact-us-index .about-us-column-list li {
	width: 298px;
	height: 283px;
	border: 0 !important;
	padding-left: 12px;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

.contact-us-index .about-us-column-list li a {
	padding-top: 58px;
}

.contact-us-index .about-us-column-list li a .img {
	padding-bottom: 0;
	line-height: 78px;
}

.contact-us-index .about-us-column-list li a .img img {
	width: 78px;
	height: 78px;
}

.contact-us-index .about-us-column-list li a .img .icon {
	width: 29px;
	height: 4px;
	bottom: -4px;
	margin-left: -14.5px;
}

.contact-us-index .about-us-column-list li a .img .icon:after {
	height: 4px;
	width: 5px;
}

.contact-us-index .about-us-column-list li a .img .icon:before {
	height: 4px;
	width: 22px;
}

.contact-us-index .about-us-column-list li a .name {
	font-size: 18px;
	color: #222;
	margin-bottom: 5px;
}

.contact-us-index .about-us-column-list li a .en {
	font-size: 14px;
	color: rgba(51, 51, 51, 0.5);
}

.contact-us-index .contact-nav {
	position: relative;
	margin-bottom: 12px;
}

.contact-us-index .contact-nav .left {
	width: 578px;
	background: #FFF;
}

.contact-us-index .contact-nav .left a {
	display: block;
	width: 100%;
	height: 100%;
}

.contact-us-index .contact-nav .left a:hover .img img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.contact-us-index .contact-nav .left a:hover .nr h1 {
	-webkit-transform: translate(10px, 0);
	-moz-transform: translate(10px, 0);
	-ms-transform: translate(10px, 0);
	transform: translate(10px, 0);
}

.contact-us-index .contact-nav .left a:hover .nr .p {
	-webkit-transform: translate(10px, 0);
	-moz-transform: translate(10px, 0);
	-ms-transform: translate(10px, 0);
	transform: translate(10px, 0);
}

.contact-us-index .contact-nav .left .img {
	width: 100%;
	padding-bottom: 49.13495%;
	overflow: hidden;
	position: relative;
}

.contact-us-index .contact-nav .left .img img {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	position: absolute;
	width: 100%;
	height: 100%;
}

.contact-us-index .contact-nav .left .nr {
	padding: 38px 68px 0;
	height: 184px;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.contact-us-index .contact-nav .left .nr h1 {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	font-size: 18px;
	line-height: 1.2;
	color: #222;
	margin-bottom: 10px;
}

.contact-us-index .contact-nav .left .nr h1 span {
	margin-top: -6px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
	width: 4px;
	height: 19px;
	position: relative;
}

.contact-us-index .contact-nav .left .nr h1 span:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 4px;
	background: #000;
}

.contact-us-index .contact-nav .left .nr h1 span:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 4px;
	height: 13px;
	background: #CA000F;
}

.contact-us-index .contact-nav .left .nr .p {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	font-size: 12px;
	color: #888;
	line-height: 24px;
	height: 48px;
	width: 100%;
	overflow: hidden;
}

.contact-us-index .about-us-column-list li a:hover:before {
	width: 250px;
}

.retail-store {
	padding-top: 64px;
	position: relative;
	z-index: 22;
	padding-bottom: 102px;
}

.retail-store .product-title {
	margin-bottom: 32px;
}

.retail-store .store-search {
	width: 100%;
	height: 132px;
	line-height: 132px;
	background: #828282;
	font-size: 0;
	position: relative;
	margin-bottom: 28px;
}

.retail-store .store-search:after {
	position: absolute;
	content: "";
	bottom: -50px;
	left: 0;
	width: 100%;
	height: 50px;
	background-image: url(y-5.png);
	background-size: 100% 100%;
}

.retail-store .store-search>div {
	width: 314px;
	height: 47px;
	line-height: 47px;
	background: #FFF;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #777;
	margin-left: 6px;
}

.retail-store .store-search>div select {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 314px;
}

.retail-store .store-search>div .customSelect {
	padding-left: 18px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(icon-19.jpg);
	background-repeat: no-repeat;
	background-position: center right;
}

.retail-store .store-search>div input {
	padding-left: 18px;
	vertical-align: top;
	padding-right: 18px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 0;
	background: none;
	width: 100%;
	height: 100%;
}

.retail-store .store-search>div:first-child {
	margin-left: 102px;
}

.retail-store .store-search .btn {
	width: 47px !important;
	height: 47px;
	margin-left: 0;
}

.retail-store .store-search .btn button {
	vertical-align: top;
	width: 100%;
	height: 100%;
	border: 0;
	background-color: #C8000B;
	cursor: pointer;
	background-position: center center;
	background-image: url(icon-17.png);
	background-size: 22px 22px;
	background-repeat: no-repeat;
}

.retail-store .store {
	position: relative;
	z-index: 33;
}

.retail-store .store-left {
	width: 394px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 560px;
	background: #FFF;
	border: 1px solid #BFBFBF;
	position: relative;
}

.retail-store .store-left:after {
	content: "";
	left: 0;
	position: absolute;
	bottom: -36px;
	width: 100%;
	height: 36px;
	background-image: url(y-6.png);
	background-size: 100% 100%;
}

.retail-store .store-left>ul {
	height: 100%;
	overflow: auto;
}

.retail-store .store-left li {
	padding-left: 52px;
	padding-right: 40px;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 148px;
	font-size: 0;
	line-height: 148px;
	cursor: pointer;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.retail-store .store-left li:hover {
	background: #f5f5f5;
}

.retail-store .store-left li .p {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #666;
	line-height: 26px;
	position: relative;
	padding-left: 18px;
}

.retail-store .store-left li .p strong {
	font-size: 20px;
	font-weight: 500;
}

.retail-store .store-left li .p:after {
	position: absolute;
	content: "";
	left: 0;
	top: 7px;
	width: 5px;
	height: 23px;
	background-image: url(icon-16.png);
	background-size: 100% 100%;
}

.retail-store .store-left li+li {
	border-top: 1px dashed #D2D2D2;
}

.retail-store .store-right {
	margin-left: 400px;
	height: 560px;
	border: 1px solid #BFBFBF;
	background: #FFF;
	padding: 10px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.retail-store .store-right:after {
	content: "";
	left: 0;
	position: absolute;
	bottom: -34px;
	width: 100%;
	height: 34px;
	background-image: url(y-7.png);
	background-size: 100% 100%;
}

.course {
	padding-right: 44px;
	padding-left: 44px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 160px;
	padding-bottom: 120px;
	position: relative;
	z-index: 11;
}

.course object {
	display: none;
}

.course .customized {
	width: 100%;
	height: 371px;
	position: relative;
	margin-bottom: 64px;
}

.course .customized .img {
	width: 570px;
	height: 100%;
}

.course .customized .img img {
	width: 100%;
	height: 100%;
}

.course .customized .video {
	background: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	width: 570px;
	height: 100%;
	overflow: hidden;
}

.course .customized .video .vjs-has-started .vjs-big-play-button,
.course .customized .video .video-js .vjs-big-play-button {
	display: none;
}

.course .customized .video .vjs-playing .vjs-text-track-display {
	display: none;
}

.course .customized .video:hover .vjs-text-track-display:after {
	opacity: 1;
	background: url(player1.png) no-repeat center center;
	-webkit-transform: rotate(0deg) rotate(1, 1);
	-moz-transform: rotate(0deg) rotate(1, 1);
	-ms-transform: rotate(0deg) rotate(1, 1);
	transform: rotate(0deg) rotate(1, 1);
	-webkit-animation: rotation 1s linear infinite;
	-moz-animation: rotation 1s linear infinite;
	animation: rotation 1s linear infinite;
}

.course .customized .video .vjs-text-track-display:before {
	opacity: 1;
	content: "";
	display: block;
	background: url(player2.png) no-repeat center center;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.course .customized .video .vjs-text-track-display:after {
	opacity: 1;
	content: "";
	display: block;
	background: url(player3.png) no-repeat center center;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	top: 0%;
	left: 0%;
	-webkit-transform: rotate(0deg) rotate(0, 0);
	-moz-transform: rotate(0deg) rotate(0, 0);
	-ms-transform: rotate(0deg) rotate(0, 0);
	transform: rotate(0deg) rotate(0, 0);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.course .customized .my-video-dimensions {
	width: 100%;
	height: 100%;
}

.course .customized .nr {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	z-index: 22;
	right: 0;
	height: 306px;
	top: 50%;
	margin-top: -153px;
	left: 556px;
	background: #FFF;
	padding-left: 102px;
	padding-right: 112px;
	padding-top: 74px;
	box-shadow: -8px 0 16px rgba(0, 0, 0, 0.2);
}

.course .customized .nr h1 {
	font-size: 24px;
	color: #3C3C3C;
	margin-bottom: 20px;
}

.course .customized .nr .p {
	font-size: 12px;
	color: #666;
	line-height: 28px;
	width: 100%;
	overflow: hidden;
	height: 112px;
}

.course .riginal {
	height: 319px;
	width: 100%;
}

.course .riginal .nr {
	width: 536px;
	line-height: 319px;
	font-size: 0;
	padding-left: 112px;
	padding-right: 92px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.course .riginal .nr>div {
	line-height: 1.2;
	display: inline-block;
	vertical-align: middle;
}

.course .riginal .nr .title {
	font-size: 0;
	line-height: 78px;
	margin-bottom: 8px;
}

.course .riginal .nr .title h1 {
	display: inline-block;
	vertical-align: middle;
	font-size: 68px;
	color: #A5A195;
	margin-right: 6px;
}

.course .riginal .nr .title>div {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.2;
}

.course .riginal .nr .title>div h2 {
	font-size: 24px;
	color: #444;
}

.course .riginal .nr .title>div h3 {
	font-size: 16px;
	color: #A2997E;
}

.course .riginal .nr .p {
	font-size: 12px;
	color: #777;
	line-height: 28px;
}

.course .riginal .img {
	position: relative;
	margin-left: 561px;
}

.course .riginal .img img {
	height: 319px;
	width: 551px;
}

.course .riginal .img .video {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 551px;
	height: 319px;
}

.course .riginal .img .video .vjs-has-started .vjs-big-play-button,
.course .riginal .img .video .video-js .vjs-big-play-button {
	display: none;
}

.course .riginal .img .video .vjs-poster:before {
	opacity: 1;
	content: "";
	display: block;
	background: url(player2.png) no-repeat center center;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.course .riginal .img .video .vjs-poster:after {
	opacity: 1;
	content: "";
	display: block;
	background: url(player3.png) no-repeat center center;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	top: 0%;
	left: 0%;
	-webkit-transform: rotate(0deg) rotate(0, 0);
	-moz-transform: rotate(0deg) rotate(0, 0);
	-ms-transform: rotate(0deg) rotate(0, 0);
	transform: rotate(0deg) rotate(0, 0);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.course .riginal .img .video .vjs-poster:hover:after {
	opacity: 1;
	background: url(player1.png) no-repeat center center;
	-webkit-transform: rotate(0deg) rotate(1, 1);
	-moz-transform: rotate(0deg) rotate(1, 1);
	-ms-transform: rotate(0deg) rotate(1, 1);
	transform: rotate(0deg) rotate(1, 1);
	-webkit-animation: rotation 1s linear infinite;
	-moz-animation: rotation 1s linear infinite;
	animation: rotation 1s linear infinite;
}

.course .riginal .img .my-video-dimensions {
	width: 100%;
	height: 100%;
}

.course .nvironmental {
	position: relative;
	height: 328px;
}

.course .nvironmental .y {
	position: absolute;
	bottom: -30px;
	left: 24px;
	right: 0;
	height: 30px;
	background-size: 100% 100%;
	background-image: url(y-8.png);
}

.course .nvironmental .img {
	margin-left: 24px;
}

.course .nvironmental .img img {
	width: 536px;
	height: 328px;
}

.course .nvironmental .img .video {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 536px;
	height: 328px;
}

.course .nvironmental .img .video .vjs-has-started .vjs-big-play-button,
.course .nvironmental .img .video .video-js .vjs-big-play-button {
	display: none;
}

.course .nvironmental .img .video .vjs-poster:before {
	opacity: 1;
	content: "";
	display: block;
	background: url(player2.png) no-repeat center center;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.course .nvironmental .img .video .vjs-poster:after {
	opacity: 1;
	content: "";
	display: block;
	background: url(player3.png) no-repeat center center;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	top: 0%;
	left: 0%;
	-webkit-transform: rotate(0deg) rotate(0, 0);
	-moz-transform: rotate(0deg) rotate(0, 0);
	-ms-transform: rotate(0deg) rotate(0, 0);
	transform: rotate(0deg) rotate(0, 0);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.course .nvironmental .img .video .vjs-poster:hover:after {
	opacity: 1;
	background: url(player1.png) no-repeat center center;
	-webkit-transform: rotate(0deg) rotate(1, 1);
	-moz-transform: rotate(0deg) rotate(1, 1);
	-ms-transform: rotate(0deg) rotate(1, 1);
	transform: rotate(0deg) rotate(1, 1);
	-webkit-animation: rotation 1s linear infinite;
	-moz-animation: rotation 1s linear infinite;
	animation: rotation 1s linear infinite;
}

.course .nvironmental .img .my-video-dimensions {
	width: 100%;
	height: 100%;
}

.course .nvironmental .nr {
	margin-left: 550px;
	width: auto;
	height: 328px;
	background: #FFF;
}

.course-time {
	background: #FFF;
	padding: 80px 0 85px;
}

.course-time .product-title {
	margin-bottom: 57px;
}

.course-time .coures-list {
	position: relative;
}

.course-time .coures-list .dotted {
	position: absolute;
	left: 50%;
	border-left: 1px dashed #555;
	top: 0;
	bottom: 0;
	width: 1px;
}

.course-time .coures-list ul li {
	height: 186px;
	position: relative;
}

.course-time .coures-list ul li+li {
	margin-top: 12px;
}

.course-time .coures-list ul li:nth-child(2n) .time {
	margin-left: -154px;
}

.course-time .coures-list ul li:nth-child(2n) .p {
	left: auto;
	right: 0;
}

.course-time .coures-list ul li:nth-child(2n) .p:after {
	left: -11px;
	right: auto;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.course-time .coures-list ul .p {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	height: 186px;
	line-height: 186px;
	background: #EEE;
	border-radius: 13px;
	width: 554px;
	padding: 0 40px 0 40px;
	border: 1px solid #D9D9D9;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.course-time .coures-list ul .p:after {
	content: "";
	right: -11px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	position: absolute;
	width: 11px;
	height: 12px;
	background-size: 100% 100%;
	background-image: url(icon-20.png);
}

.course-time .coures-list ul .p>div {
	vertical-align: middle;
	display: inline-block;
	font-size: 13px;
	color: #666;
	line-height: 26px;
	max-height: 100%;
	width: 100%;
	overflow: hidden;
}

.course-time .coures-list ul .time {
	visibility: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	margin-left: 30px;
	font-size: 34px;
	color: #888;
}

.course-time .coures-list ul .spot {
	z-index: 22;
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border: 1px solid #CFCFCF;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #FFF;
}

.course-time .coures-list ul .spot:after {
	content: "";
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #B39F83;
}

.talent-recruitment {
	position: relative;
	z-index: 22;
	padding-top: 62px;
}

.talent-recruitment .talent-recruitment-title {
	width: 100%;
	background: #505050;
	height: 53px;
	line-height: 53px;
	font-size: 0;
	margin-bottom: 18px;
}

.talent-recruitment .talent-recruitment-title li {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	color: #FAFAFA;
	width: 155px;
}

.talent-recruitment .talent-recruitment-title .name {
	width: 286px;
}

.talent-recruitment .talent-recruitment-list {
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.talent-recruitment .talent-recruitment-list .active .talent-title .icon-rotate span {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.talent-recruitment .talent-recruitment-list>li:first-child {
	margin-top: 0;
}

.talent-recruitment .talent-recruitment-list>li {
	border: 1px solid #D7D7D7;
	background: #FFF;
	margin-top: 16px;
}

.talent-recruitment .talent-recruitment-list>li .talent-title {
	position: relative;
	width: 100%;
	height: 53px;
	line-height: 53px;
	font-size: 0;
	cursor: pointer;
}

.talent-recruitment .talent-recruitment-list>li .talent-title li {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	height: 53px;
	width: 155px;
	padding: 0 6px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.talent-recruitment .talent-recruitment-list>li .talent-title .name {
	width: 286px;
}

.talent-recruitment .talent-recruitment-list>li .talent-title .icon-rotate {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 72px;
}

.talent-recruitment .talent-recruitment-list>li .talent-title .icon-rotate span {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	display: inline-block;
	vertical-align: middle;
	width: 34px;
	height: 34px;
	border: 1px solid #E6E6E6;
	border-radius: 50%;
	background-image: url(icon-21.png);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.talent-recruitment .talent-recruitment-list>li .nr {
	display: none;
	border-top: 1px solid #D7D7D7;
	background: #FBFBFB;
	padding: 80px 0 84px;
}

.talent-recruitment .talent-recruitment-list>li .nr>div {
	font-size: 0;
	position: relative;
}

.talent-recruitment .talent-recruitment-list>li .nr>div:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 1px;
	background: #DFDFDF;
}

.talent-recruitment .talent-recruitment-list>li .nr>div .mailbox {
	position: absolute;
	left: 100px;
	bottom: -60px;
}

.talent-recruitment .talent-recruitment-list>li .nr>div .mailbox a {
	font-size: 13px;
	color: #333;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	vertical-align: top;
	padding: 0 35px;
	border: 1px solid #020202;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.talent-recruitment .talent-recruitment-list>li .nr>div .mailbox a:hover {
	background: #5B5B5B;
	border-color: #5B5B5B;
	color: #FFF;
}

.talent-recruitment .talent-recruitment-list>li .nr>div h1 {
	font-size: 24px;
	color: #444;
	line-height: 28px;
	margin-bottom: 18px;
}

.talent-recruitment .talent-recruitment-list>li .nr>div .p {
	font-size: 14px;
	color: #555;
	line-height: 30px;
}

.talent-recruitment .talent-recruitment-list>li .nr .left {
	display: inline-block;
	vertical-align: top;
	width: 565px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 100px;
	padding-right: 52px;
}

.talent-recruitment .talent-recruitment-list>li .nr .right {
	display: inline-block;
	vertical-align: top;
	width: 624px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 100px;
	padding-right: 52px;
}

.talent-paged {
	position: relative;
	z-index: 2;
	padding-top: 24px;
	padding-bottom: 82px;
}

.bg-2:after {
	display: none;
}

.bg-2:before {
	display: none;
}

.honor-list {
	padding-top: 146px;
	padding-bottom: 124px;
	position: relative;
	z-index: 22;
}

.honor-list .honor-list-li {
	margin-bottom: 16px;
	padding: 0 8px;
	float: left;
	width: 25%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.honor-list .honor-list-li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 8px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #FFF;
	cursor: pointer;
}

.honor-list .honor-list-li a:hover h1 {
	-webkit-transform: translate(0, -10px);
	-moz-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
	transform: translate(0, -10px);
	color: #0896d8;
}

.honor-list .honor-list-li a:hover .p {
	-webkit-transform: translate(0, -10px);
	-moz-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
	transform: translate(0, -10px);
}

.honor-list .honor-list-li a:hover .time {
	-webkit-transform: translate(0, -10px);
	-moz-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
	transform: translate(0, -10px);
}

.honor-list .honor-list-li a:hover .icon {
	-webkit-transform: translate(0, -10px);
	-moz-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
	transform: translate(0, -10px);
}

.honor-list .honor-list-li .img {
	text-align: center;
	width: 100%;
	padding: 20px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #F5F5F3;
	margin-bottom: 26px;
}

.honor-list .honor-list-li .img img {
	max-width: 100%;
	height: auto;
}

.honor-list .honor-list-li .honor-introduce {
	padding: 0 26px 34px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.honor-list .honor-list-li h1 {
	font-size: 16px;
	color: #000;
	line-height: 28px;
	max-height: 56px;
	margin-bottom: 12px;
	position: relative;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	overflow: hidden;
	width: 100%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.honor-list .honor-list-li .icon {
	display: block;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 100%;
	border-bottom: 1px dashed #BCBCBC;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.honor-list .honor-list-li .p {
	padding-top: 12px;
	font-size: 12px;
	color: #888;
	line-height: 24px;
	max-height: 72px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	overflow: hidden;
	width: 100%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.honor-list .honor-list-li .time {
	padding-top: 12px;
	font-size: 12px;
	color: #888;
	line-height: 24px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.honor-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 300;
	display: none;
}

.honor-popup {
	position: absolute;
	display: none;
	z-index: 320;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #FFF;
	border-radius: 4px;
	padding: 78px 90px;
}

.honor-popup .close {
	cursor: pointer;
	position: absolute;
	right: -62px;
	background: #BEBEBE;
	top: 13px;
	width: 62px;
	height: 62px;
	background-image: url(icon-23.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #C0C0C0;
}

.honor-popup .img {
	width: 100%;
	background: #F5F5F3;
	padding: 40px;
	text-align: center;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 26px;
}

.honor-popup .img img {
	max-width: 100%;
	height: auto;
}

.honor-popup h1 {
	font-size: 24px;
	color: #444;
	line-height: 38px;
	margin-bottom: 16px;
	position: relative;
}

.honor-popup h1:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: -16px;
	width: 100%;
	border-bottom: 1px dashed #BCBCBC;
}

.honor-popup .p {
	padding-top: 20px;
	font-size: 15px;
	color: #888;
	line-height: 26px;
}

.honor-popup .time {
	padding-top: 26px;
	font-size: 14px;
	color: #777;
	line-height: 26px;
}

.new-details {
	padding-top: 42px;
	padding-bottom: 80px;
}

.new-details .details {
	width: 1000px;
	background-color: #FFF;
	padding: 40px 45px 48px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 25px;
	float: left;
}

.new-details .details h1 {
	font-size: 30px;
	color: #333;
	line-height: 40px;
	text-align: center;
}

.new-details .details .time {
	text-align: center;
	font-size: 0;
	padding: 12px 0 24px;
	position: relative;
	margin-bottom: 30px;
}

.new-details .details .time:after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	border-top: 1px dashed #E6E6E6;
}

.new-details .details .time span {
	font-size: 14px;
	color: #666;
}

.new-details .details .time span+span {
	margin-left: 12px;
}

.new-details .details .p {
	font-size: 13px;
	color: #666;
	line-height: 30px;
}

.new-details .details .p img {
	/* width: 100%; */
	height: auto !important;
}

.new-details .details .p p {
	font-size: 16px;
	padding: 10px;
}

.new-details .details .p object {
	display: none;
}

.new-details .details .p .video {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 10px;
}

.new-details .details .p .video .my-video-dimensions,
.new-details .details .p .video .vjs-has-started,
.new-details .details .p .video .vjs-user-inactive {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: auto;
	padding-bottom: 56.25%;
}

.new-details .details .p .video .video-js .vjs-big-play-button {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.new-details .details .p .video video {
	max-width: 100%;
	margin: 0 auto;
}

.new-details .new-details-paged {
	background: #FFF;
	width: 1000px;
	float: left;
	margin-bottom: 25px;
}

.new-details .new-details-paged li {
	float: left;
	width: 33.33333333%;
	height: 57px;
	line-height: 57px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.new-details .new-details-paged li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 0;
	line-height: 57px;
}

.new-details .new-details-paged li a span {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	color: #666;
	font-size: 14px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.new-details .new-details-paged li a .icon img {
	vertical-align: middle;
}

.new-details .new-details-paged li a:hover span {
	-webkit-transform: translate(10px, 0);
	-moz-transform: translate(10px, 0);
	-ms-transform: translate(10px, 0);
	transform: translate(10px, 0);
}

.new-details .new-details-paged li+li {
	border-left: 1px solid #E5E5E5;
}

.new-list {
	position: relative;
	z-index: 22;
	padding-top: 60px;
	padding-bottom: 73px;
}

/* 20210401 */
.new-lists {
	position: relative;
	z-index: 22;
	padding-top: 20px;
	padding-bottom: 20px;
}
.new-lists li a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.new-lists li a:hover .time {
	background: #0896d8;
	left: 5px;
}

.new-lists li a:hover .nr {
	margin-left: 105px;
}

.new-lists li a:hover .nr .title h1 {
	color: #0896d8;
}

.new-lists li a:hover .nr .title h1:after {
	width: 24px;
	background: #E37F85;
}

.new-lists li a:hover .nr .title h1:before {
	width: 668px;
	background: #A7A7A7;
}

.new-lists li a:hover .nr .title h3 {
	color: #0896d8;
}

.new-lists li a:hover .nr .title h3:after {
	width: 24px;
	background: #E37F85;
}

.new-lists li a:hover .nr .title h3:before {
	width: 668px;
	background: #A7A7A7;
}

.new-lists li a .time {
	position: absolute;
	left: 10px;
	top: 50%;
	width: 100px;
	height: 112px;
	line-height: 112px;
	background: #09425d;
	margin-top: -56px;
	z-index: -1;
	font-size: 0;
	text-align: center;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.new-lists li a .time>div {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.2;
}

.new-lists li a .time .day {
	font-size: 36px;
	color: #FFF;
}

.new-lists li a .time .year {
	font-size: 14px;
	color: #FFF;
}

.new-lists li a .nr {
	background: #FFF;
	margin-left: 100px;
	height: 200px;
	padding: 15px 20px 15px 15px;
	/* 2020.12.11修改 */
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.15);
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.new-lists li a .nr .img {
	width: 230px;
	padding: 4px;
	background: #F5F5F5;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.new-lists li a .nr .img>div {
	width: 100%;
	position: relative;
	padding-bottom: 70%;
	/* 2020.12.11修改 */
}

.new-lists li a .nr .img>div img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 105%;
}

.new-lists li a .nr .title {
	margin-left: 242px;
}

.new-lists li a .nr .title h3 {
	/* margin-top: 10px; */
	height: 55px;
	line-height: 26px;
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	color: #333;
	margin-bottom: 8px;
	position: relative;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.new-lists li a .nr .title h3:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 50%;
	height: 1px;
	background: #E5E5E5;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.new-lists li a .nr .title h3:before {
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	width: 50%;
	height: 1px;
	background: #E5E5E5;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.new-lists li a .nr .title h1 {
	/* margin-top: 10px; */
	height: 55px;
	line-height: 26px;
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	color: #333;
	margin-bottom: 8px;
	position: relative;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.new-lists li a .nr .title h1:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 50%;
	height: 1px;
	background: #E5E5E5;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.new-lists li a .nr .title h1:before {
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	width: 50%;
	height: 1px;
	background: #E5E5E5;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.new-lists li a .nr .title .p {
	font-size: 13px;
	color: #666;
	line-height: 25px;
	height: 100px;
	overflow: hidden;
	width: 100%;
}

.new-lists li+li {
	margin-top: 12px;
}
/* end */









.new-list li a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.new-list li a:hover .time {
	background: #0896d8;
	left: 5px;
}

.new-list li a:hover .nr {
	margin-left: 105px;
}

.new-list li a:hover .nr .title h1 {
	color: #0896d8;
}

.new-list li a:hover .nr .title h1:after {
	width: 24px;
	background: #E37F85;
}

.new-list li a:hover .nr .title h1:before {
	width: 668px;
	background: #A7A7A7;
}

.new-list li a:hover .nr .title h3 {
	color: #0896d8;
}

.new-list li a:hover .nr .title h3:after {
	width: 24px;
	background: #E37F85;
}

.new-list li a:hover .nr .title h3:before {
	width: 668px;
	background: #A7A7A7;
}


.new-list li a .time {
	position: absolute;
	left: 10px;
	top: 50%;
	width: 100px;
	height: 112px;
	line-height: 112px;
	background: #09425d;
	margin-top: -56px;
	z-index: -1;
	font-size: 0;
	text-align: center;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.new-list li a .time>div {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.2;
}

.new-list li a .time .day {
	font-size: 36px;
	color: #FFF;
}

.new-list li a .time .year {
	font-size: 14px;
	color: #FFF;
}

.new-list li a .nr {
	background: #FFF;
	margin-left: 100px;
	height: 222px;
	padding: 20px 70px 24px 20px;
	/* 2020.12.11修改 */
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.15);
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.new-list li a .nr .img {
	width: 260px;
	padding: 4px;
	background: #F5F5F5;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.new-list li a .nr .img>div {
	width: 100%;
	position: relative;
	padding-bottom: 70%;
	/* 2020.12.11修改 */
}

.new-list li a .nr .img>div img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.new-list li a .nr .title {
	margin-left: 298px;
}

.new-list li a .nr .title h3 {
	margin-top: 10px;
	height: 48px;
	line-height: 48px;
	width: 100%;
	overflow: hidden;
	font-size: 20px;
	color: #333;
	margin-bottom: 12px;
	position: relative;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.new-list li a .nr .title h3:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 50%;
	height: 1px;
	background: #E5E5E5;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.new-list li a .nr .title h3:before {
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	width: 50%;
	height: 1px;
	background: #E5E5E5;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.new-list li a .nr .title h1 {
	margin-top: 10px;
	height: 48px;
	line-height: 48px;
	width: 100%;
	overflow: hidden;
	font-size: 20px;
	color: #333;
	margin-bottom: 12px;
	position: relative;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.new-list li a .nr .title h1:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 50%;
	height: 1px;
	background: #E5E5E5;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.new-list li a .nr .title h1:before {
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	width: 50%;
	height: 1px;
	background: #E5E5E5;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.new-list li a .nr .title .p {
	font-size: 13px;
	color: #666;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	width: 100%;
}

.new-list li+li {
	margin-top: 12px;
}

.merchants-joined {
	padding-top: 70px;
	padding-bottom: 80px;
}

.merchants-joined .product-title {
	margin-bottom: 62px;
}

.merchants-joined .product-list li .left {
	width: 295px;
}

.merchants-joined .product-list li .left .img {
	padding-bottom: 82.71186%;
}

.merchants-joined .product-list li {
	margin-bottom: 20px;
}

.merchants-joined .product-list li a {
	border: 0;
}

.merchants-joined .product-list li .nr {
	margin-left: 295px;
	padding-top: 60px;
}

.merchants-joined .product-list li .nr h1 {
	font-size: 18px;
	color: #555;
	height: 30px;
	line-height: 30px;
	border: 0;
	margin-bottom: 10px;
}

.merchants-joined .product-list li .nr .p {
	font-size: 12px;
	color: #777;
	height: 48px;
	line-height: 24px;
}

.feedback {
	position: relative;
	z-index: 22;
	padding-top: 82px;
	padding-bottom: 98px;
}

.feedback .feedback-box {
	background: #FCFCFC;
	width: 100%;
	height: 614px;
	box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
	padding-top: 62px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.feedback .feedback-box .product-title {
	margin-bottom: 36px;
}

.feedback .feedback-box .nr {
	display: block;
	vertical-align: top;
	width: 876px;
	margin: 0 auto;
}

.feedback .feedback-box .input {
	font-size: 0;
}

.feedback .feedback-box .input .contacts {
	display: inline-block;
	vertical-align: top;
	height: 50px;
	width: 466px;
	border: 1px solid #CACACA;
	position: relative;
	background: #FFF;
}

.feedback .feedback-box .input .contacts input {
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #333;
	border: 0;
	background: none;
	line-height: 50px;
	padding-right: 10px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
	position: relative;
	z-index: 22;
}

.feedback .feedback-box .input .contacts span {
	position: absolute;
	left: 0;
	display: block;
	width: 90px;
	top: 0;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	padding-left: 22px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #333;
}

.feedback .feedback-box .input .contacts+.contacts {
	width: 396px;
	margin-left: 10px;
}

.feedback .feedback-box .select {
	margin-top: 10px;
}

.feedback .feedback-box .select li {
	float: left;
	width: 283px;
	border: 1px solid #CACACA;
}

.feedback .feedback-box .select li select {
	width: 100%;
	height: 50px;
}

.feedback .feedback-box .select li .customSelect {
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding-left: 23px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	color: #333;
	background-color: #FFF;
}

.feedback .feedback-box .select li .customSelectInner {
	background-image: url(icon-27.jpg);
	background-position: right center;
	background-repeat: no-repeat;
}

.feedback .feedback-box .select li+li {
	margin-left: 10px;
}

.feedback .feedback-box .text {
	width: 100%;
	height: 212px;
	border: 1px solid #CACACA;
	position: relative;
	margin-top: 10px;
	background: #FFF;
}

.feedback .feedback-box .text span {
	position: absolute;
	left: 0;
	display: block;
	width: 90px;
	top: 16px;
	font-size: 14px;
	padding-left: 23px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #333;
	line-height: 1;
}

.feedback .feedback-box .text textarea {
	border: 0;
	background: none;
	resize: none;
	width: 100%;
	font-size: 14px;
	height: 100%;
	padding-left: 75px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 10px;
	padding-top: 13px;
	color: #333;
	padding-bottom: 16px;
}

.feedback .feedback-box .btn {
	margin-top: 16px;
}

.feedback .feedback-box .btn button {
	width: 190px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 0;
	color: #FFF;
	cursor: pointer;
	font-size: 16px;
	background: #0896d8;
}

.join-online .feedback-box .input .contacts {
	width: 438px;
}

.join-online .feedback-box .input .contacts+.contacts {
	width: 438px;
}

.join-online .feedback-box .nr {
	width: 890px;
}

.join-online i {
	display: inline-block;
	vertical-align: middle;
	color: #0896d8;
	margin-right: 6px;
}

.join-online .feedback-box .input-1 .contacts {
	margin-top: 10px;
}

.join-online .feedback-box .input-1 .contacts span {
	width: 114px;
}

.join-online .feedback-box .select li+li {
	margin-left: 10px;
}

.join-online .feedback-box .select li {
	width: 288px;
}

.join-online .feedback-box .feedback-box .select li {
	width: 288px;
}

.join-online .select li {
	position: relative;
}

.join-online .select li i {
	position: absolute;
	left: 12px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.join-online .feedback-box .input .radio {
	border: 0;
	background: #FFF;
}

.join-online .feedback-box .input .radio .radio-switch {
	display: inline-block;
	vertical-align: top;
	width: 215px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #C9C9C9;
	font-size: 14px;
	height: 52px;
	line-height: 50px;
	color: #333;
}

.join-online .feedback-box .input .radio .radio-switch input {
	position: absolute;
	width: 215px;
	z-index: 12;
	display: none;
}

.join-online .feedback-box .input .radio .radio-switch input:checked~.t:before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	left: 20.95px;
	width: 8px;
	height: 8px;
	background: #0896d8;
	border-radius: 50%;
}

.join-online .feedback-box .input .radio .radio-switch .t {
	padding-left: 40px;
	position: relative;
}

.join-online .feedback-box .input .radio .radio-switch .t:after {
	content: "";
	left: 16px;
	top: 50%;
	position: absolute;
	width: 14px;
	height: 14px;
	border: 1px solid #CDCDCD;
	border-radius: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.join-online .feedback-box .input .radio .radio-switch+.radio-switch {
	margin-left: 10px;
}

.join-online .feedback-box .input .radio .active .t:before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	left: 20.95px;
	width: 8px;
	height: 8px;
	background: #0896d8;
	border-radius: 50%;
}

/*联系我们 */
.BMap_mask {
	background: transparent url(http://api0.map.bdimg.com/images/blank.gif);
}

.BMap_noscreen {
	display: none;
}

.BMap_button {
	cursor: pointer;
}

.BMap_zoomer {
	background-image: url(http://api0.map.bdimg.com/images/mapctrls1d3.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	font-size: 1px;
	position: absolute;
	width: 7px;
	height: 7px;
}

.BMap_stdMpCtrl div {
	position: absolute;
}

.BMap_stdMpPan {
	width: 44px;
	height: 44px;
	overflow: hidden;
	background: url(http://api0.map.bdimg.com/images/mapctrls2d0.png) no-repeat;
}

.BMap_ie6 .BMap_stdMpPan {
	background: none;
}

.BMap_ie6 .BMap_smcbg {
	left: 0;
	width: 44px;
	height: 464px;
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src="http://api0.map.bdimg.com/images/mapctrls2d0.png");
}

.BMap_ie6 .BMap_stdMpPanBg {
	z-index: -1;
}

.BMap_stdMpPan .BMap_button {
	height: 15px;
	width: 15px;
}

.BMap_panN,
.BMap_panW,
.BMap_panE,
.BMap_panS {
	overflow: hidden;
}

.BMap_panN {
	left: 14px;
	top: 0;
}

.BMap_panW {
	left: 1px;
	top: 12px;
}

.BMap_panE {
	left: 27px;
	top: 12px;
}

.BMap_panS {
	left: 14px;
	top: 25px;
}

.BMap_stdMpZoom {
	top: 45px;
	overflow: hidden;
}

.BMap_stdMpZoom .BMap_button {
	width: 22px;
	height: 21px;
	left: 12px;
	overflow: hidden;
	background-image: url(http://api0.map.bdimg.com/images/mapctrls2d0.png);
	background-repeat: no-repeat;
	z-index: 10;
}

.BMap_ie6 .BMap_stdMpZoom .BMap_button {
	background: none;
}

.BMap_stdMpZoomIn {
	background-position: 0 -221px;
}

.BMap_stdMpZoomOut {
	background-position: 0 -265px;
}

.BMap_ie6 .BMap_stdMpZoomIn div {
	left: 0;
	top: -221px;
}

.BMap_ie6 .BMap_stdMpZoomOut div {
	left: 0;
	top: -265px;
}

.BMap_stdMpType4 .BMap_stdMpZoom .BMap_button {
	left: 0;
	overflow: hidden;
	background: -webkit-gradient(linear, 50% 0, 50% 100%, from(rgba(255, 255, 255, 0.85)), to(rgba(217, 217, 217, 0.85)));
	z-index: 10;
	-webkit-border-radius: 22px;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: 0 2px 3.6px #CCC;
	display: -webkit-box;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-box-sizing: border-box;
}

.BMap_stdMpType4 .BMap_smcbg {
	position: static;
	background: url(http://api0.map.bdimg.com/images/mapctrls2d0_mb.png) 0 0 no-repeat;
	-webkit-background-size: 24px 32px;
}

.BMap_stdMpType4 .BMap_stdMpZoomIn {
	background-position: 0 0;
}

.BMap_stdMpType4 .BMap_stdMpZoomIn .BMap_smcbg {
	width: 24px;
	height: 24px;
	background-position: 0 0;
}

.BMap_stdMpType4 .BMap_stdMpZoomOut {
	background-position: 0 0;
}

.BMap_stdMpType4 .BMap_stdMpZoomOut .BMap_smcbg {
	width: 24px;
	height: 6px;
	background-position: 0 -25px;
}

.BMap_stdMpSlider {
	width: 37px;
	top: 18px;
}

.BMap_stdMpSliderBgTop {
	left: 18px;
	width: 10px;
	overflow: hidden;
	background: url(http://api0.map.bdimg.com/images/mapctrls2d0.png) no-repeat -23px -226px;
}

.BMap_stdMpSliderBgBot {
	left: 19px;
	height: 8px;
	width: 10px;
	top: 124px;
	overflow: hidden;
	background: url(http://api0.map.bdimg.com/images/mapctrls2d0.png) no-repeat -33px bottom;
}

.BMap_ie6 .BMap_stdMpSliderBgTop,
.BMap_ie6 .BMap_stdMpSliderBgBot {
	background: none;
}

.BMap_ie6 .BMap_stdMpSliderBgTop div {
	left: -23px;
	top: -226px;
}

.BMap_ie6 .BMap_stdMpSliderBgBot div {
	left: -33px;
	bottom: 0;
}

.BMap_stdMpSliderMask {
	height: 100%;
	width: 24px;
	left: 10px;
	cursor: pointer;
}

.BMap_stdMpSliderBar {
	height: 11px;
	width: 19px;
	left: 13px;
	top: 80px;
	overflow: hidden;
	background: url(http://api0.map.bdimg.com/images/mapctrls2d0.png) no-repeat 0 -309px;
}

.BMap_stdMpSliderBar.h {
	background: url(http://api0.map.bdimg.com/images/mapctrls2d0.png) no-repeat 0 -320px;
}

.BMap_ie6 .BMap_stdMpSliderBar,
.BMap_ie6 .BMap_stdMpSliderBar.h {
	background: none;
}

.BMap_ie6 .BMap_stdMpSliderBar div {
	top: -309px;
}

.BMap_ie6 .BMap_stdMpSliderBar.h div {
	top: -320px;
}

.BMap_zlSt,
.BMap_zlCity,
.BMap_zlProv,
.BMap_zlCountry {
	position: absolute;
	left: 34px;
	height: 21px;
	width: 28px;
	background-image: url(http://api0.map.bdimg.com/images/mapctrls2d0.png);
	background-repeat: no-repeat;
	font-size: 0;
	cursor: pointer;
}

.BMap_ie6 .BMap_zlSt,
.BMap_ie6 .BMap_zlCity,
.BMap_ie6 .BMap_zlProv,
.BMap_ie6 .BMap_zlCountry {
	background: none;
	overflow: hidden;
}

.BMap_zlHolder {
	display: none;
	position: absolute;
	top: 0;
}

.BMap_zlHolder.hvr {
	display: block;
}

.BMap_zlSt {
	background-position: 0 -380px;
	top: 21px;
}

.BMap_zlCity {
	background-position: 0 -401px;
	top: 52px;
}

.BMap_zlProv {
	background-position: 0 -422px;
	top: 76px;
}

.BMap_zlCountry {
	background-position: 0 -443px;
	top: 100px;
}

.BMap_ie6 .BMap_zlSt div {
	top: -380px;
}

.BMap_ie6 .BMap_zlCity div {
	top: -401px;
}

.BMap_ie6 .BMap_zlProv div {
	top: -422px;
}

.BMap_ie6 .BMap_zlCountry div {
	top: -443px;
}

.BMap_stdMpType1 .BMap_stdMpSlider,
.BMap_stdMpType2 .BMap_stdMpSlider,
.BMap_stdMpType3 .BMap_stdMpSlider,
.BMap_stdMpType4 .BMap_stdMpSlider,
.BMap_stdMpType2 .BMap_stdMpZoom,
.BMap_stdMpType3 .BMap_stdMpPan,
.BMap_stdMpType4 .BMap_stdMpPan {
	display: none;
}

.BMap_stdMpType3 .BMap_stdMpZoom {
	top: 0;
}

.BMap_stdMpType4 .BMap_stdMpZoom {
	top: 0;
}

.BMap_cpyCtrl a {
	font-size: 11px;
	color: #7979CC;
}

.BMap_scaleCtrl {
	height: 23px;
	overflow: hidden;
}

.BMap_scaleCtrl div.BMap_scaleTxt {
	font-size: 11px;
}

.BMap_scaleCtrl div {
	position: absolute;
	overflow: hidden;
}

.BMap_scaleHBar img,
.BMap_scaleLBar img,
.BMap_scaleRBar img {
	position: absolute;
	width: 37px;
	height: 442px;
	left: 0;
}

.BMap_scaleHBar {
	width: 100%;
	height: 5px;
	font-size: 0;
	bottom: 0;
}

.BMap_scaleHBar img {
	top: -437px;
	width: 100%;
}

.BMap_scaleLBar,
.BMap_scaleRBar {
	width: 3px;
	height: 9px;
	bottom: 0;
	font-size: 0;
	z-index: 1;
}

.BMap_scaleLBar img {
	top: -427px;
	left: 0;
}

.BMap_scaleRBar img {
	top: -427px;
	left: -5px;
}

.BMap_scaleLBar {
	left: 0;
}

.BMap_scaleRBar {
	right: 0;
}

.BMap_scaleTxt {
	text-align: center;
	width: 100%;
	cursor: default;
	line-height: 18px;
}

.BMap_omCtrl {
	background-color: #fff;
	overflow: hidden;
}

.BMap_omOutFrame {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.BMap_omInnFrame {
	position: absolute;
	border: 1px solid #999;
	background-color: #ccc;
	overflow: hidden;
}

.BMap_omMapContainer {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.BMap_omViewMv {
	border-width: 1px;
	border-style: solid;
	border-left-color: #84b0df;
	border-top-color: #adcff4;
	border-right-color: #274b8b;
	border-bottom-color: #274b8b;
	position: absolute;
	z-index: 600;
}

.BMap_omViewInnFrame {
	border: 1px solid #3e6bb8;
}

.BMap_omViewMask {
	width: 1000px;
	height: 1000px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #68c;
	opacity: .2;
	filter: progid: DXImageTransform.Microsoft.Alpha(opacity=20);
}

.BMap_omBtn {
	height: 13px;
	width: 13px;
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	background: url(http://api0.map.bdimg.com/images/mapctrls1d3.gif) no-repeat;
	z-index: 1210;
}

.anchorBR .BMap_omOutFrame {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}

.quad4 .BMap_omBtn {
	background-position: -26px -27px;
}

.quad4 .BMap_omBtn.hover {
	background-position: 0 -27px;
}

.quad4 .BMap_omBtn.BMap_omBtnClosed {
	background-position: -39px -27px;
}

.quad4 .BMap_omBtn.BMap_omBtnClosed.hover {
	background-position: -13px -27px;
}

.anchorTR .BMap_omOutFrame {
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}

.quad1 .BMap_omBtn {
	background-position: -39px -41px;
}

.quad1 .BMap_omBtn.hover {
	background-position: -13px -41px;
}

.quad1 .BMap_omBtn.BMap_omBtnClosed {
	background-position: -26px -41px;
}

.quad1 .BMap_omBtn.BMap_omBtnClosed.hover {
	background-position: 0 -41px;
}

.anchorBL .BMap_omOutFrame {
	border-top: 1px solid #999;
	border-right: 1px solid #999;
}

.quad3 .BMap_omBtn {
	background-position: -27px -40px;
}

.quad3 .BMap_omBtn.hover {
	background-position: -1px -40px;
}

.quad3 .BMap_omBtn.BMap_omBtnClosed {
	background-position: -40px -40px;
}

.quad3 .BMap_omBtn.BMap_omBtnClosed.hover {
	background-position: -14px -40px;
}

.anchorTL .BMap_omOutFrame {
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}

.quad2 .BMap_omBtn {
	background-position: -40px -28px;
}

.quad2 .BMap_omBtn.hover {
	background-position: -14px -28px;
}

.quad2 .BMap_omBtn.BMap_omBtnClosed {
	background-position: -27px -28px;
}

.quad2 .BMap_omBtn.BMap_omBtnClosed.hover {
	background-position: -1px -28px;
}

.anchorR .BMap_omOutFrame {
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
}

.anchorL .BMap_omOutFrame {
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
}

.anchorB .BMap_omOutFrame {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

.anchorT .BMap_omOutFrame {
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
}

.anchorNon .BMap_omOutFrame,
.withOffset .BMap_omOutFrame {
	border: 1px solid #999;
}

.BMap_zoomMask0,
.BMap_zoomMask1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: transparent url(http://api0.map.bdimg.com/images/blank.gif);
	z-index: 1000;
}

.BMap_contextMenu {
	position: absolute;
	border-top: 1px solid #adbfe4;
	border-left: 1px solid #adbfe4;
	border-right: 1px solid #8ba4d8;
	border-bottom: 1px solid #8ba4d8;
	padding: 0;
	margin: 0;
	width: auto;
	visibility: hidden;
	background: #fff;
	z-index: 10000000;
}

.BMap_cmShadow {
	position: absolute;
	background: #000;
	opacity: .3;
	filter: alpha(opacity=30);
	visibility: hidden;
	z-index: 9000000;
}

div.BMap_cmDivider {
	border-bottom: 1px solid #adbfe4;
	font-size: 0;
	padding: 1px;
	margin: 0 6px;
}

div.BMap_cmFstItem {
	margin-top: 2px;
}

div.BMap_cmLstItem {
	margin-bottom: 2px;
}

.BMap_shadow img {
	border: 0 none;
	margin: 0;
	padding: 0;
	height: 370px;
	width: 1144px;
}

.BMap_pop .BMap_top {
	border-top: 1px solid #ababab;
	background-color: #fff;
}

.BMap_pop .BMap_center {
	border-left: 1px solid #ababab;
	border-right: 1px solid #ababab;
	background-color: #fff;
}

.BMap_pop .BMap_bottom {
	border-bottom: 1px solid #ababab;
	background-color: #fff;
}

.BMap_shadow,
.BMap_shadow img,
.BMap_shadow div {
	-moz-user-select: none;
	-webkit-user-select: none;
}

.BMap_checkbox {
	background: url(http://api0.map.bdimg.com/images/mapctrls1d3.gif);
	vertical-align: middle;
	display: inline-block;
	width: 11px;
	height: 11px;
	margin-right: 4px;
	background-position: -14px 90px;
}

.BMap_checkbox.checked {
	background-position: -2px 90px;
}

.BMap_pop .BMap_top img,
.BMap_pop .BMap_center img,
.BMap_pop .BMap_bottom img {
	display: none;
}

@media print {
	.BMap_noprint {
		display: none;
	}

	.BMap_noscreen {
		display: block;
	}

	.BMap_mask {
		background: none;
	}

	.BMap_pop .BMap_top img,
	.BMap_pop .BMap_center img,
	.BMap_pop .BMap_bottom img {
		display: block;
	}
}

.BMap_vectex {
	cursor: pointer;
	width: 11px;
	height: 11px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.BMap_vectex_nodeT {
	background-image: url(http://api0.map.bdimg.com/images/nodeT.gif);
}

.BMap_vectex_node {
	background-image: url(http://api0.map.bdimg.com/images/node.gif);
}

.iw {
	width: 100%;
	-webkit-box-sizing: border-box;
	border: .3em solid transparent;
	-webkit-background-clip: padding;
}

.iw_rt {
	position: relative;
	height: 46px;
	width: 195px;
	-webkit-box-sizing: border-box;
	display: -webkit-box;
	-webkit-box-align: center;
	margin: 2px 5px 0 2px;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 2px;
	color: #fff;
}

.iw_rt:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -8px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-top: 8px solid rgba(0, 0, 0, 0.8);
	border-right: 5px solid transparent;
	margin: 0 0 0 -6px;
}

.iw_s {
	text-align: center;
	vertical-align: middle;
	height: 100%;
	-webkit-box-sizing: border-box;
}

.iw_rt .iw_s1 {
	color: #cbcbcb;
}

.iw_rt b {
	color: #fff;
	font-weight: bold;
}

.iw_rt_gr {
	margin-left: -4px;
}

.iw_busline {
	margin: 32px 0 0 -3px;
}

.iw_busline .iw_cc {
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 6px;
}

.iw_r {
	-webkit-box-ordinal-group: 3;
}

.iw_r,
.iw_l {
	height: 100%;
	font-size: 4.5em;
	text-align: center;
	color: #747474;
	border: none;
	-webkit-box-sizing: border-box;
	-webkit-border-radius: 0;
	line-height: .7em;
	border: 1px solid rgba(255, 255, 255, 0.2);
	width: 41px;
}

.iw_r {
	border-style: none none none solid;
}

.iw_l {
	border-style: none solid none none;
}

.iw_search,
.iw_l {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAlCAYAAAAuqZsAAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ bWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdp bj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6 eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEz NDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJo dHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlw dGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAv IiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RS ZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpD cmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNl SUQ9InhtcC5paWQ6QjA3NjMyREJDNzQ2MTFFMTlBQUM5QzlCRDZGODZCQkYiIHhtcE1NOkRvY3Vt ZW50SUQ9InhtcC5kaWQ6QjA3NjMyRENDNzQ2MTFFMTlBQUM5QzlCRDZGODZCQkYiPiA8eG1wTU06 RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCMDc2MzJEOUM3NDYxMUUxOUFB QzlDOUJENkY4NkJCRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCMDc2MzJEQUM3NDYxMUUx OUFBQzlDOUJENkY4NkJCRiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1w bWV0YT4gPD94cGFja2V0IGVuZD0iciI/PllB9T8AAAKuSURBVHjaxFjRcdpAEAX+mVEqiFxB5AoQ HZAKElcArsBWBSgVQCoAVwCuwEoFlivwGQpI7jKrzGXn7ep0EsPO7BjLp/O73bdv9xifTqdRpCXW c+sz65n1lNy3mvzZemX9aN34C6bTKdx8HAHMgVlaX0QeaGv9J4EcBJgD9EA/hzAH7N4Cq/oAW1tf KX+vKEXP7PlMSLFvhQX32BWY49GBOIRO7FKy57wBlnoUQHu5yJX+g4mymdvgFWzkAM3JtwGgmiJw a2/pvQoEYBQCLKNI8RfuaeNjT245gAUdqgHdmkqUPiOctLdJVYkithkAVO/K5cC+M30KAZVSxboo /ybnn1eIR5r5qUyI7P4GX6nqJHskbQsxQ7wqu6aSn2qrgHLrXjqAat5ZC0WlRuzVE0J3uhtBCjRt a3qjX92JIMiOIqYtYgumzpo+7RRtu/E0zvknokMF5GgdQv4Ze/5DWL8CFVe2aNuedGsLCi1vS+WL F4WKNkL2Dnh414FnO1b1R5vKuRaxjKUF2YKBqjuCGtF6nyL5+XxOJWCcL2/CpjzdRYRuGpDShQQs ARUj9U/OnRh7Yr9/CW1JXU4fYxXoHIMCu+iB+gBLIt/LgShDYCYktGCDfCBgvyRgVQgZwTy/jIzy EnQNMZV1QCT4bJ+3XFCkS81/WijdkiYAdSak04BWtabWEmIbsNZYgU00YE+gjyErQeo31GpShVMH Yc+/dwsEzh97/D6ojT2ZMlM1XwN8WP9Ma7NAbZvbtBoEjE+jBT2TusCu5SIbI7z/wLWN1rdKi0o6 cqwTuAmYyTm5NQW/82atWvlnBbo7apxD98qDJxl7mkC76JQ2Qm0CI1xKF95Gb4oLXHJDwJlxjy/u LgruGtNFM8lqnNtfK2JqN3CVeW1gzWj9jThd0xd59R8BBgAAiefGO1Bt1gAAAABJRU5ErkJggg==") no-repeat 50% 50%;
	-webkit-background-size: 19px 19px;
}

.iw_line_s,
.iw_r {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAAmCAYAAABDClKtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ bWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdp bj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6 eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEz NDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJo dHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlw dGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAv IiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RS ZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpD cmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNl SUQ9InhtcC5paWQ6QjA3NjMyREZDNzQ2MTFFMTlBQUM5QzlCRDZGODZCQkYiIHhtcE1NOkRvY3Vt ZW50SUQ9InhtcC5kaWQ6QjA3NjMyRTBDNzQ2MTFFMTlBQUM5QzlCRDZGODZCQkYiPiA8eG1wTU06 RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCMDc2MzJEREM3NDYxMUUxOUFB QzlDOUJENkY4NkJCRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCMDc2MzJERUM3NDYxMUUx OUFBQzlDOUJENkY4NkJCRiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1w bWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqheQ+MAAAEtSURBVHja7JftDYIwEIbB8JeEUXACZQPd oGygE+gGxAnQEZzAOgEdwREIDKBXUgjBIqW5Npj0kvcHpG0erveFX1WVZ8l2oBhEhRoLw/BroW8J KgeR3vMVlI5BrSwAHQZAnngmYxtMe4oIL41ZAp6iNqF4/BQTa0oBxmxAcaAHKFJY+wKtAaw0CRUJ oHjGHiY8VpqCKmYCdRkJUKmJ7Ms1gZqkqOs6w/bUGXRCOGePCcXjaItwDsW8PoZ0zhM70IeeyiZi jH/Isf+CF9MAOdCppDj+LJ6yim6j9802B6VqQa818BFjY6AHakHp9Crj15ctCaiFIi7Q/wCKLRHq vjSoVNKWunH4rTBDv5Cv7NKeKfvvU2nINzHAuexzUA7KQTkoB6UxDicKvc+qfQQYABaiUBxugCsr AAAAAElFTkSuQmCC") no-repeat 50% 50%;
	-webkit-background-size: 19px 19px;
}

.iw_line {
	height: 64px;
	width: 228px;
	padding: 0 11px;
	line-height: 20px;
}

.iw_bustrans .iw_cc {
	text-align: center;
}

.iw_c {
	color: #FFFFFF;
	text-decoration: none;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-align: center;
	-webkit-box-flex: 1;
}

.iw_cc {
	-webkit-box-sizing: border-box;
	width: 100%;
	border: none;
}

.gray_background {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5
}

.light_gray_background {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7
}

.panoInfoBox {
	cursor: pointer;
}

.panoInfoBox {
	position: relative;
	width: 323px;
	height: 101px;
	margin-bottom: 4px;
	cursor: pointer;
}

.panoInfoBox .panoInfoBoxTitleBg {
	width: 323px;
	height: 19px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	background-color: #000;
	opacity: .7;
}

.panoInfoBox .panoInfoBoxTitleContent {
	font-size: 12px;
	color: #fff;
	position: absolute;
	bottom: 2px;
	left: 5px;
	z-index: 3;
	text-decoration: none;
}

.RouteAddressOuterBkg {
	position: relative;
	padding: 32px 4px 4px 3px;
	background-color: #ffdd99;
}

.RouteAddressInnerBkg {
	padding: 3px 5px 8px 8px;
	background-color: #ffffff;
}

#RouteAddress_DIV1 {
	margin-top: 5px;
}

.RouteAddressTip {
	position: absolute;
	width: 100%;
	top: 0px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	color: #994c00;
}

.route_tip_con {
	position: absolute;
	top: 145px;
}

.route_tip_con .route_tip {
	position: absolute;
	width: 233px;
	height: 29px;
	color: #803300;
	text-align: center;
	line-height: 29px;
	border: #cc967a solid 1px;
	background: #fff2b2;
	z-index: 100000;
}

.route_tip_con .route_tip span {
	position: absolute;
	top: 0;
	right: 0;
	_right: -1px;
	width: 14px;
	height: 13px;
	background: url(http://api0.map.bdimg.com/images/addrPage.png?v=20121107) no-repeat 0 -121px;
	cursor: pointer;
}

.route_tip_con .route_tip_shadow {
	width: 233px;
	height: 29px;
	position: absolute;
	left: 1px;
	top: 1px;
	background: #505050;
	border: 1px solid #505050;
	opacity: 0.2;
	filter: alpha(opacity=20)
}

.sel_body_body_page {
	margin: 5px 0
}

.sel_n {
	margin-top: 5px;
	overflow: hidden;
}

.sel_n .sel_top {
	background: url(http://api0.map.bdimg.com/images/bgs.gif) no-repeat 0 -418px;
	height: 4px;
	font-size: 0px;
}

.sel_n .sel_body_top {
	height: 32px;
	width: 100%;
	background: url(http://api0.map.bdimg.com/images/addrPage.png?v=20121107) no-repeat 0 -41px;
}

.sel_n .sel_body_title {
	float: left;
	width: 100%;
	height: 31px;
}

.sel_n .sel_body_sign {
	margin-top: 1px;
	width: 30px;
	height: 31px;
	float: left;
	background: url(http://api0.map.bdimg.com/images/bgs.gif) no-repeat -79px -387px;
}

.sel_n .sel_body_name {
	height: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0 20px 0 30px;
	padding: 8px 7px 7px;
	font-size: 14px;
	color: #FA8722;
}

.sel_n .sel_body_button {
	float: left;
	width: 55px;
	margin-left: -55px;
	padding-top: 8px;
}

.sel_n .sel_body_button a {}

.sel_n .sel_bottom {
	background: url(http://api0.map.bdimg.com/images/bgs.gif) no-repeat 0 -415px;
	height: 4px;
	font-size: 0px;
}

.sel_n .sel_body_body {
	padding: 3px 0 0 0
}

.sel_n1 {
	margin-top: 5px;
	width: 329px;
	overflow: hidden;
}

.sel_n1 .sel_top {
	background: url(http://api0.map.bdimg.com/images/bgs.gif) no-repeat 0 -418px;
	height: 4px;
	font-size: 0px;
}

.sel_n1 .sel_body_top {
	height: 31px;
	width: 100%;
	background: url(http://api0.map.bdimg.com/images/sel_body_n_top.gif) repeat-x;
}

.sel_n1 .sel_body_top {
	height: 32px;
	width: 100%;
	background: url(http://api0.map.bdimg.com/images/addrPage.png?v=20121107) no-repeat 0 -41px
}

.sel_n1 .sel_body_title {
	float: left;
	width: 100%;
	height: 31px;
	cursor: pointer;
}

.sel_n1 .sel_body_sign {
	margin-top: 1px;
	width: 30px;
	height: 31px;
	float: left;
	background: url(http://api0.map.bdimg.com/images/bgs.gif) no-repeat -79px -387px;
}

.sel_n1 .sel_body_name {
	margin: 0 20px 0 30px;
	padding: 8px 7px 7px;
	font-size: 14px;
	color: #FA8722;
}

.sel_n1 .sel_body_button {
	float: left;
	width: 20px;
	height: 31px;
	margin-left: -23px;
	background: url(http://api0.map.bdimg.com/images/bgs.gif) no-repeat -253px -382px;
	overflow: hidden;
	zoom: 1;
	cursor: pointer;
}

.sel_n1 .sel_body_button a {
	display: none;
}

.sel_n1 .sel_body_body {
	display: none
}

.sel_n1 .sel_bottom {
	background: url(http://api0.map.bdimg.com/images/bgs.gif) no-repeat 0 -415px;
	height: 4px;
	font-size: 0px;
}

.sel_y {
	margin-top: 5px;
	overflow: hidden;
}

.sel_y .sel_top {
	background: url(http://api0.map.bdimg.com/images/bgs.gif) no-repeat 0 -439px;
	height: 4px;
	zoom: 1;
	font-size: 0px;
}

.sel_y .sel_body_top {
	height: 32px;
	width: 100%;
	background: url(http://api0.map.bdimg.com/images/addrPage.png?v=20121107) no-repeat 0 0
}

.sel_y .sel_body_title {
	float: left;
	width: 100%;
	height: 31px;
	cursor: pointer;
}

.sel_y .sel_body_sign {
	margin-top: 1px;
	width: 30px;
	height: 31px;
	float: left;
	background: url(http://api0.map.bdimg.com/images/bgs.gif) no-repeat -167px -384px;
}

.sel_y .sel_body_name {
	margin: 0 20px 0 30px;
	padding: 8px 7px 7px;
	font-size: 14px;
	color: #5B7BCB;
}

.sel_y .sel_body_button {
	float: left;
	width: 20px;
	height: 31px;
	margin-left: -20px;
	background: url(http://api0.map.bdimg.com/images/bgs.gif) no-repeat -269px -297px;
	cursor: pointer;
}

.sel_y .sel_body_button a {
	display: none;
}

.sel_y .sel_body_body {
	display: none;
	height: 0px
}

.sel_y .sel_body_body_div {}

.sel_y .sel_bottom {
	background: url(http://api0.map.bdimg.com/images/bgs.gif) no-repeat 0 -436px;
	height: 4px;
	font-size: 0px;
}

.sel_y .sel_body_body_page {
	display: none;
	height: 0px;
}

.sel_x {
	margin-top: 5px;
	width: 329px;
	overflow: hidden;
}

.sel_x .sel_top {
	background: url(http://api0.map.bdimg.com/images/bgs.gif) no-repeat 0 -418px;
	height: 4px;
	font-size: 0px;
}

.sel_x .sel_body_top {
	height: 32px;
	width: 100%;
	background: url(http://api0.map.bdimg.com/images/addrPage.png?v=20121107) no-repeat 0 -41px;
}

.sel_x .sel_body_title {
	float: left;
	width: 100%;
	height: 31px;
}

.sel_x .sel_body_sign {
	margin-top: 1px;
	width: 30px;
	height: 31px;
	float: left;
	background: url(http://api0.map.bdimg.com/images/bgs.gif) no-repeat -122px -384px;
}

.sel_x .sel_body_name {
	margin: 0 20px 0 30px;
	padding: 8px 7px 7px;
	font-size: 14px;
	color: #FA8722;
}

.sel_x .sel_body_button {
	float: left;
	width: 55px;
	margin-left: -55px;
	padding-top: 8px;
}

.sel_x .sel_body_button a {}

.sel_x .sel_body_body {}

.sel_x .sel_body_body_div {
	padding: 5px 5px 0 5px;
}

.sel_x .sel_bottom {
	background: url(http://api0.map.bdimg.com/images/bgs.gif) no-repeat 0 -415px;
	height: 4px;
	font-size: 0px;
}

.sel_x1 {
	margin-top: 5px;
	width: 329px;
	overflow: hidden;
}

.sel_x1 .sel_top {
	background: url(http://api0.map.bdimg.com/images/bgs.gif) no-repeat 0 -418px;
	height: 4px;
	font-size: 0px;
}

.sel_x1 .sel_body_top {
	height: 32px;
	width: 100%;
	background: url(http://api0.map.bdimg.com/images/addrPage.png?v=20121107) no-repeat 0 -41px
}

.sel_x1 .sel_body_title {
	float: left;
	width: 100%;
	height: 31px;
	cursor: pointer;
}

.sel_x1 .sel_body_sign {
	margin-top: 1px;
	width: 30px;
	height: 31px;
	float: left;
	background: url(http://api0.map.bdimg.com/images/bgs.gif) no-repeat -122px -384px;
}

.sel_x1 .sel_body_name {
	margin: 0 20px 0 30px;
	padding: 8px 7px 7px;
	font-size: 14px;
	color: #FA8722;
}

.sel_x1 .sel_body_button {
	float: left;
	width: 55px;
	height: 31px;
	margin-left: -55px;
}

.sel_x1 .sel_body_button a {
	display: none;
}

.sel_x1 .sel_body_body {
	display: none;
	height: 0px;
}

.sel_x1 .sel_body_body_div {
	padding: 5px 5px 0 5px;
}

.sel_x1 .sel_bottom {
	background: url(http://api0.map.bdimg.com/images/bgs.gif) no-repeat 0 -415px;
	height: 4px;
	font-size: 0px;
}

.sel_body_citylist {
	height: 100px;
	padding: 0 0 0 5px
}

.sel_body_resitem {
	table-layout: fixed;
	overflow-x: hidden;
	overflow-y: hidden;
}

.sel_body_resitem table {
	margin-right: 5px;
}

.sel_body_resitem tr {
	cursor: pointer;
}

.sel_body_resitem th {
	padding-top: 5px;
	padding-left: 5px;
	text-align: left;
	vertical-align: top;
	width: 22px;
}

.sel_body_resitem th div.iconbg {
	background: url(http://api0.map.bdimg.com/images/markers_new_ie6.png) no-repeat scroll 0 0;
	height: 29px;
	width: 24px;
}


.sel_body_resitem th div.icon {
	cursor: pointer
}

.sel_body_resitem th div#no_0_1,
.sel_body_resitem th div#no_1_1 {
	background-position: 0 -64px
}

.sel_body_resitem th div#no_0_2,
.sel_body_resitem th div#no_1_2 {
	background-position: -24px -64px
}

.sel_body_resitem th div#no_0_3,
.sel_body_resitem th div#no_1_3 {
	background-position: -48px -64px
}

.sel_body_resitem th div#no_0_4,
.sel_body_resitem th div#no_1_4 {
	background-position: -72px -64px
}

.sel_body_resitem th div#no_0_5,
.sel_body_resitem th div#no_1_5 {
	background-position: -96px -64px
}

.sel_body_resitem th div#no_0_6,
.sel_body_resitem th div#no_1_6 {
	background-position: -120px -64px
}

.sel_body_resitem th div#no_0_7,
.sel_body_resitem th div#no_1_7 {
	background-position: -144px -64px
}

.sel_body_resitem th div#no_0_8,
.sel_body_resitem th div#no_1_8 {
	background-position: -168px -64px
}

.sel_body_resitem th div#no_0_9,
.sel_body_resitem th div#no_1_9 {
	background-position: -192px -64px
}

.sel_body_resitem th div#no_0_10,
.sel_body_resitem th div#no_1_10 {
	background-position: -216px -64px
}

.sel_body_resitem td {
	line-height: 160%;
	padding: 3px 0 3px 3px;
	vertical-align: top;
}

.sel_body_resitem div.ra_td_title {
	float: left;
	margin-right: 40px;
}

.sel_body_resitem div.ra_td_button {
	float: right;
	width: 40px;
}

.sel_body_resitem div.ra_td_button input {
	height: 18px;
	font-size: 12px;
	width: 40px;
}

.sel_body_resitem div.clear {
	clear: both;
	height: 0px;
	width: 100%;
}

.sel_body_resitem td .selBtn {
	width: 70px;
	height: 29px;
	background: url(http://api0.map.bdimg.com/images/addrPage.png?v=20121107) no-repeat -21px -81px;
	text-align: center;
	line-height: 29px;
	visibility: hidden;
	color: #b35900;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.sel_body_resitem td .list_street_view_poi {
	display: inline-block;
	float: none;
	margin-right: 6px;
	position: static;
	*vertical-align: -3px;
	_vertical-align: -5px;
	*display: inline;
	*zoom: 1;
}

.selInfoWndBtn {
	width: 70px;
	height: 29px;
	background: url(http://api0.map.bdimg.com/images/addrPage.png?v=20121107) no-repeat -21px -81px;
	text-align: center;
	line-height: 29px;
	margin: 0 auto;
	cursor: pointer;
	color: #b35900
}

.sel_body_body td a {
	text-decoration: none;
	cursor: auto;
}

.sel_body_body td a:hover,
.sel_body_body td a:focus {
	text-decoration: underline;
}

.panoInfoBox {
	cursor: pointer
}

.panoInfoBox {
	position: relative;
	width: 323px;
	height: 101px;
	margin-bottom: 4px;
	cursor: pointer
}

.panoInfoBox .panoInfoBoxTitleBg {
	width: 323px;
	height: 19px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	background-color: #000;
	opacity: .7
}

.panoInfoBox .panoInfoBoxTitleContent {
	font-size: 12px;
	color: #fff;
	position: absolute;
	bottom: 2px;
	left: 5px;
	z-index: 3;
	text-decoration: none
}

.pano_switch_left,
.pano_switch_right {
	position: absolute;
	width: 28px;
	height: 38px;
	cursor: pointer;
	background-color: #252525;
	background-color: rgba(37, 37, 37, .9)
}

.pano_switch_left {
	background: url(http://api0.map.bdimg.com/images/panorama/zuojiantou.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%
}

.pano_switch_right {
	background: url(http://api0.map.bdimg.com/images/panorama/youjiantou.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%
}

.pano_switch_left:hover {
	background: url(http://api0.map.bdimg.com/images/panorama/zuojiantou_hover.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%
}

.pano_switch_right:hover {
	background: url(http://api0.map.bdimg.com/images/panorama/youjiantou_hover.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%
}

.pano_switch_left.pano_switch_disable,
.pano_switch_right.pano_switch_disable {
	background: 0 0;
	border: none
}

.pano_poi_1,
.pano_poi_2,
.pano_poi_4 {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	background: url(http://webmap0.map.bdimg.com/newmap/static/common/images/pano_whole/guide_icons_4b871b2.png) no-repeat;
	background-position: 0 0
}

.pano_photo_arrow_l,
.pano_photo_arrow_r {
	position: absolute;
	top: 0;
	width: 20px;
	height: 100%;
	background: #f3eeee
}

.pano_photo_arrow_l {
	left: 0
}

.pano_photo_arrow_r {
	right: 0
}

.pano_arrow_l,
.pano_arrow_r {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(http://webmap0.map.bdimg.com/newmap/static/common/images/pano_whole/pano-icons_223a291.png) no-repeat
}

.pano_catlogLi {
	cursor: pointer;
	position: relative;
	line-height: 10px;
	font-size: 10px;
	text-align: center;
	color: #abb0b2;
	border: 1px solid #53565c;
	padding: 3px 0;
	margin-top: 3px;
	margin-left: 2px;
	width: 90%
}

.pano_catlogLi:hover {
	color: #3DAAFC;
	border: 1px solid #3DAAFC
}

.pano_catlogLiActive {
	color: #3DAAFC;
	border: 1px solid #3DAAFC
}

.pano_arrow_l {
	background-position: 0 -36px
}

.pano_arrow_r {
	background-position: -54px -36px
}

.pano_photo_arrow_l:hover .pano_arrow_l {
	background-position: -18px -36px
}

.pano_photo_arrow_r:hover .pano_arrow_r {
	background-position: -72px -36px
}

.pano_photo_arrow_l.pano_arrow_disable .pano_arrow_l {
	background-position: -36px -36px
}

.pano_photo_arrow_r.pano_arrow_disable .pano_arrow_r {
	background-position: -90px -36px
}

.pano_photo_item {
	position: relative;
	float: left;
	line-height: 0;
	padding-left: 8px
}

.pano_photo_decs {
	position: absolute;
	bottom: 1px;
	left: 0;
	padding: 2px 0;
	text-indent: 5px;
	margin-left: 8px;
	display: inline-block;
	color: #fff;
	background: #000;
	opacity: .5;
	filter: alpha(opacity=50)9;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.pano_photo_item img {
	display: inline-block;
	border: solid 1px #252525
}

.pano_photo_item:hover img {
	border-color: #005efc
}

.pano_photo_item_seleted {
	position: absolute;
	top: 0;
	left: -100000px;
	border: 3px solid #097df3
}

.pano_close {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 40px;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
	background-color: rgba(37, 37, 37, .9);
	background-image: url(http://api0.map.bdimg.com/images/panorama/close.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 90%
}

.pano_close:hover {
	background-image: url(http://api0.map.bdimg.com/images/panorama/close_hover.png)
}

.pano_pc_indoor_exit {
	position: absolute;
	right: 60px;
	top: 10px;
	width: 89px;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	color: #ebedf0;
	border-radius: 3px;
	background-color: #252525;
	background-color: rgba(37, 37, 37, .9);
	background-image: url(http://api0.map.bdimg.com/images/panorama/indoor_exit.png);
	background-repeat: no-repeat;
	background-position: 15px 12px
}

.pano_pc_indoor_exit:hover {
	background-image: url(http://api0.map.bdimg.com/images/panorama/indoor_exit_hover.png);
	color: #2495ff
}

.pano_m_indoor_exit {
	font-size: 16px;
	position: absolute;
	right: 30px;
	top: 10px;
	width: 89px;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	color: #ebedf0;
	border-radius: 3px;
	background-color: #252525;
	background-color: rgba(37, 37, 37, .9);
	background-image: url(http://api0.map.bdimg.com/images/panorama/indoor_exit.png);
	background-repeat: no-repeat;
	background-position: 15px 12px
}

.navtrans-table tr {
	color: #666
}

.navtrans-table tr:hover {
	color: #333
}

.navtrans-navlist-icon {
	float: left;
	width: 18px;
	height: 16px;
	background: url(http://webmap0.map.bdimg.com/wolfman/static/common/images/nav-icon_b5c3223.png) no-repeat 0px 0px;
	_background: url(http://webmap0.map.bdimg.com/wolfman/static/common/images/nav-icon_ie6_134841b.png) no-repeat 0px 0px;
	margin-top: 2px;
	margin-right: 5px
}

.navtrans-navlist-icon.s-1 {
	background-position: 0px 0px
}

.navtrans-navlist-icon.s-2 {
	background-position: -18px 0px
}

.navtrans-navlist-icon.s-3 {
	background-position: -36px 0px
}

.navtrans-navlist-icon.s-4 {
	background-position: -54px 0px
}

.navtrans-navlist-icon.s-5 {
	background-position: -72px 0px
}

.navtrans-navlist-icon.s-6 {
	background-position: -90px 0px
}

.navtrans-navlist-icon.s-7 {
	background-position: 0px -16px
}

.navtrans-navlist-icon.s-8 {
	background-position: -18px -16px
}

.navtrans-navlist-icon.s-9 {
	background-position: -36px -16px
}

.navtrans-navlist-icon.s-10 {
	background-position: -54px -16px
}

.navtrans-navlist-icon.s-11 {
	background-position: -72px -16px
}

.navtrans-navlist-icon.s-12 {
	background-position: -90px -16px
}

.navtrans-navlist-icon.s-13 {
	background-position: 0px -32px
}

.navtrans-navlist-icon.s-14 {
	background-position: -18px -32px
}

.navtrans-navlist-icon.s-18 {
	background-position: -36px -32px
}

.navtrans-navlist-icon.s-19 {
	background-position: -54px -32px
}

.navtrans-navlist-icon.s-20 {
	background-position: -72px -32px
}

.navtrans-navlist-icon.s-21 {
	background-position: -90px -32px
}

.navtrans-navlist-icon.nav-st,
.navtrans-navlist-icon.nav-through {
	background-position: -16px -70px
}

.navtrans-navlist-icon.nav-ed {
	background-position: 0px -70px
}

.navtrans-view {
	border-top: 1px solid #e4e6e7;
	border-left: 1px solid #e4e6e7;
	border-right: 1px solid #e4e6e7
}

.navtrans-view:hover {
	cursor: pointer
}

.navtrans-view .navtrans-arrow {
	position: absolute;
	top: 8px;
	right: 5px;
	width: 7px;
	height: 4px;
	background-image: url(http://webmap0.map.bdimg.com/wolfman/static/common/images/nav-icon_b5c3223.png);
	background-repeat: no-repeat;
	background-position: -40px -70px;
	margin-top: 3px;
	margin-right: 3px;
	_background-image: url(http://webmap0.map.bdimg.com/wolfman/static/common/images/nav-icon_ie6_134841b.png)
}

.navtrans-view.expand:hover .navtrans-arrow {
	background-position: -61px -70px
}

.navtrans-view.expand .navtrans-arrow {
	background-position: -54px -70px
}

.navtrans-view:hover .navtrans-arrow {
	background-position: -47px -70px
}

.navtrans-navlist-content {
	overflow: hidden
}

.navtrans-res {
	border-bottom: 1px solid #E4E6E7;
	border-left: 1px solid #E4E6E7;
	border-right: 1px solid #E4E6E7
}

.navtrans-bus-icon {
	display: inline-block;
	float: left;
	background-image: url(http://webmap0.map.bdimg.com/wolfman/static/common/images/ui3/mo_banner_e1aa2e6.png);
	background-repeat: no-repeat
}

.navtrans-bus-icon.bus {
	width: 13px;
	height: 16px;
	background-position: -1px -192px;
	position: relative;
	top: 4px
}

.navtrans-bus-icon.walk {
	width: 16px;
	height: 18px;
	background-position: -63px -189px;
	position: relative;
	top: 2px;
	left: -2px
}

.navtrans-bus-desc {
	line-height: 24px;
	margin-left: 20px
}

.navtrans-busstation {
	color: #36c;
	font-weight: 600
}

.tranroute-plan-list.expand .trans-title {
	border-bottom: 1px solid #e4e6e7;
	background-color: #ebf1fb
}

.trans-plan-content tr td:hover .bus {
	background-position: -15px -192px
}

.trans-plan-content tr td:hover .walk {
	background-position: -82px -189px
}

.suggest-plan {
	position: absolute;
	background-color: #0C88E8;
	padding: 0px 15px;
	line-height: 20px;
	color: #fff;
	left: 0px;
	top: 0px
}

.suggest-plan-des {
	text-align: left;
	padding: 29px 0px 0px 25px;
	font-size: 13px;
	color: #000
}

.bmap-clearfix {
	*+height: 1%
}

.bmap-clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden
}

.BMap_CityListCtrl {
	font-size: 12px
}

.BMap_CityListCtrl a {
	text-decoration: none !important
}

.BMap_CityListCtrl a:hover {
	text-decoration: underline !important
}

.BMap_CityListCtrl .citylist_popup_main {
	border: 1px solid #cdcdcd;
	z-index: 2;
	position: relative;
	width: 100%;
	height: 100%;
	background: #fafafa;
	overflow: hidden;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .1)
}

.ui_city_change_top .ui_city_change_inner,
.ui_city_change_bottom .ui_city_change_inner {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	border: 1px solid #c4c7cc;
	background-color: #fff;
	padding: 0 10px 0 10px;
	color: #000
}

.ui_city_change_top .ui_city_change_inner i,
.ui_city_change_bottom .ui_city_change_inner i {
	width: 8px;
	height: 6px;
	display: inline-block;
	position: relative;
	top: 9px;
	left: 5px;
	-webkit-transition: all ease-in-out .15s;
	transition: all ease-in-out .15s;
	display: none9
}

.ui_city_change_click .ui_city_change_inner i,
.ui_city_change_click_close .ui_city_change_inner i {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}

.ui_city_change_top .ui_city_change_inner:hover em {
	border-top-color: #0C88E8
}

.ui_city_change_top .ui_city_change_inner em {
	width: 0;
	height: 0;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #D0D4DA;
	border-style: solid;
	border-width: 4px
}

.ui_city_change_top .ui_city_change_inner:hover,
.ui_city_change_bottom .ui_city_change_inner:hover {
	text-decoration: none !important;
	color: #3d6dcc
}

.ui_city_change_bottom .ui_city_change_inner:hover em {
	border-bottom-color: #0C88E8
}

.ui_city_change_bottom .ui_city_change_inner em {
	width: 0;
	height: 0;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #D0D4DA;
	border-style: solid;
	border-width: 4px;
	position: relative;
	top: -18px
}

.citylist_popup_main .citylist_ctr_title {
	background: #f9f9f9;
	border-bottom: 1px solid #dadada;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	color: #4c4c4c;
	padding-left: 7px
}

.citylist_popup_main .city_content_top {
	position: relative;
	height: 30px;
	padding: 15px 10px 0px 10px;
	border-bottom: 1px solid #CCC;
	margin: 0px 10px
}

.citylist_popup_main .city_content_top .cur_city_info {
	display: inline-block;
	margin: 0;
	padding: 0;
}

#city_ctrl_form {
	position: absolute;
	right: 12px;
	top: 10px
}

#selCityWd {
	border: 1px solid #ccc;
	height: 20px;
	width: 121px;
	line-height: 20px;
	text-indent: 4px;
	outline: none
}

#selCitySubmit:hover {
	background-position: -355px -98px
}

#selCitySubmit {
	float: right;
	background: url(http://webmap0.map.bdimg.com/wolfman/static/common/images/index_a2f1ac4.png) no-repeat scroll -302px -98px;
	height: 24px;
	line-height: 24px;
	width: 48px;
	cursor: pointer;
	margin-left: 5px;
	text-align: center
}

#sel_city_letter_list {
	padding-top: 10px
}

#sel_city_letter_list a {
	white-space: nowrap;
	margin-right: 11px;
	line-height: 18px;
	font-size: 13px;
}

.city_content_medium {
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #CCC;
	margin: 0px 10px
}

.city_content_bottom {
	padding: 10px 10px 10px 8px;
	margin: 9px 5px 5px 5px;
	height: 218px;
	overflow-y: auto
}

#city_detail_table tr td {
	vertical-align: top
}

.sel_city_hotcity a {
	color: #3d6dcc
}

.sel_city_letter {
	padding: 0 14px 0 3px
}

.sel_city_letter div {
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	color: #ccc;
	padding: 0;
	margin: 0;
}

.sel_city_sf {
	padding-right: 8px;
	font-weight: 700
}

.sel_city_sf a {
	white-space: nowrap;
	line-height: 18px;
	color: #3d6dcc
}

.city_names_wrap {
	margin-bottom: 9px
}

.sel_city_name {
	color: #3d6dcc;
	white-space: nowrap;
	margin-right: 9px;
	line-height: 18px;
	float: left
}

#popup_close {
	outline: none;
	position: absolute;
	z-index: 50;
	top: 7px;
	right: 6px;
	width: 12px;
	height: 12px;
	background: url(http://webmap0.map.bdimg.com/wolfman/static/common/images/popup_close_15d2283.gif) no-repeat;
	border: 0;
	cursor: pointer
}

/*产品详情页*/
.ny-pro-xq {
	width: 1050px;
	margin: auto;
}

.wp .ny-pro-xq h3 {
	color: #333333;
	font-size: 24px;
}

.wp .ny-pro-xq h4 {
	color: #333333;
	font-size: 20px;
	line-height: 2;
}

.wp .ny-pro-xq p {
	color: #666;
	font-size: 16px;
	line-height: 2;
}

.xqytab tr th {
	font-size: 14px;

}

.xqytab tr td {
	font-size: 14px;

}

.address h4 {
	color: #333333;
	font-size: 20px;
	line-height: 2;
}

.xqyimg img {
	float: left;
}

.p span {
	color: #666;
}

.p p span {
	line-height: 2;
	color: #666;
	font-size: 16px;
}

.clearfix li a span {
}

.current {

	cursor: pointer;
}

.focusBox {
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
}

.focusBox .pic {
	position: relative;
	z-index: 0;
}

.focusBox .pic img {
	width: 100%;
	height: 500px;
	display: block;
}

.focusBox .hd {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
	font-size: 0;
	z-index: 1;
}

.focusBox .hd li {
	margin: 0 5px;
	background: url(dot.png) no-repeat 0 -16px;
	height: 16px;
	overflow: hidden;
	width: 16px;
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	_background: url(dot8.png) no-repeat 0 -16px;
}

.focusBox .hd .on {
	background-position: 0 0;
}

.focusBox .prev,
.focusBox .next {
	width: 60px;
	height: 90px;
	margin: -60px 0 0;
	display: none;
	background: url(ad_ctr.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	filter: alpha(opacity=20);
	opacity: 0.2;
}

.focusBox .prev {
	left: 0;
}

.focusBox .next {
	background-position: 0 -90px;
	right: 0;
}

.focusBox .prev:hover,
.focusBox .next:hover {
	filter: alpha(opacity=50) !important;
	opacity: 0.5 !important;
}

/*banner end*/
/*# sourceMappingURL=style.css.map */
