.index-box {
	overflow: hidden;
}

.index-banner {
	overflow: hidden;
	position: relative;
	height: 400px;
}

.index-banner .flexslider {
	width: 1920px;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.index-banner .flex-control-nav {
	bottom: 7%;
	height: 4px;
}

.index-banner .flex-control-paging li {
	width: 40px;
	height: 4px;
	margin: 0px 5px;
}

.index-banner .flex-control-paging li a {
	margin: 2px auto;
	width: 20px;
	height: 2px;
	background: #999999;
	box-shadow: none;
	display: block;
	margin: auto;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.index-banner .flex-control-paging li a.flex-active {
	width: 40px;
	height: 2px;
	background: #ff9800;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.index-banner .flex-direction-nav .flex-next {
	width: 60px;
	height: 60px;
	background: url(../images/banner-next.png) no-repeat center center;
	overflow: hidden;
	text-indent: -1000px;
	text-align: left;
	right: 2.4%;
	margin-top: -30px;
	opacity: 1;
}

.index-banner .flex-direction-nav .flex-prev {
	width: 60px;
	height: 60px;
	background: url(../images/banner-prev.png) no-repeat center center;
	overflow: hidden;
	text-indent: -1000px;
	text-align: left;
	left: 2.4%;
	margin-top: -30px;
	opacity: 1;
}

.index-banner .flex-direction-nav .flex-next:before,
.index-banner .flex-direction-nav .flex-prev:before {
	display: none;
}

.index-nav {
	overflow: hidden;
	background: #FFFFFF;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	position: relative;
}

.index-nav .index-nbox {
	overflow: hidden;
	float: left;
	width: 25%;
	outline: 2px solid #FFFFFF;
	position: relative;
}

.index-nav .index-nbox a {
	display: block;
	overflow: hidden;
	height: 100%;
}

.index-nav .index-nbox img {
	float: left;
	width: 100%;
}

.index-login-box {
	width: 76%;
	height: 140px;
	overflow: hidden;
	position: absolute;
	/*top: 50%;*/
	left: 13%;
	top: 50%;
	margin-top: -55px;
	/*	margin-top: -60px;*/
}

.index-login-box .box-top,
.index-login-box .box-bottom {
	overflow: hidden;
}

.index-login-box .input-li {
	overflow: hidden;
	float: left;
	width: 64%;
}

.index-login-box .input-li .inputs {
	overflow: hidden;
	height: 38px;
	border-radius: 4px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	background: url(../images/inputs.png);
}

.index-login-box .input-li .inputs input {
	height: 26px;
	line-height: 26px;
	background: none;
	border: none;
	text-indent: 19px;
	color: #666666;
	font-size: 12px;
	float: left;
	width: 100%;
	padding: 6px 0px;
}

.index-login-box .login-bt {
	float: right;
	width: 33%;
	height: 90px;
	background: #ffb300;
	border-radius: 4px;
	cursor: pointer;
	overflow: hidden;
}

.index-login-box .login-bt input {
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	display: block;
	background: none;
	border: none;
	height: 90px;
	line-height: 90px;
	width: 100%;
	text-align: center;
	cursor: pointer;
}

.login-nbox .login-imgs {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.login-img1 a {
/*	background: red;*/
	position: absolute;
	width: 31%;
	left: 7%;
	height: 25.2% !important;
	top: 47.8%;
}

.login-nbox .login-imgs.active {
	z-index: 2;
}

.login-nbox .login-img2 {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
}

.login-img1-open {
	position: absolute;
	top: 0;
	right: 0;
	height: 50%;
	display: block;
	width: 8.5%;
	z-index: 3;
}

.login-img2-open {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 50%;
	display: block;
	width: 8.5%;
	z-index: 3;
}

.login-nbox .login-img img {
	width: 100%;
	height: 100%;
	float: left;
}

.login-nbox:hover .login-img {
	opacity: 1;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.cp-list {
	overflow: hidden;
}

.cp-list ul {
	overflow: hidden;
	max-width: 1000px;
	margin: auto;
	padding: 3.8% 20px;
}

.cp-list ul li {
	float: left;
	overflow: hidden;
	width: 19%;
	margin-right: 1.25%;
	margin-top: 0.66%;
	margin-bottom: 0.66%;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.cp-list ul li:hover {
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.cp-list ul li a:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 4px solid #ff9900;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 4;
}

.cp-list ul li:hover a:before {
	opacity: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.cp-list ul li.th4 {
	margin-right: 0;
}

.cp-list ul li a {
	display: block;
	overflow: hidden;
	border: 1px solid #eeeeee;
}

.cp-list .img {
	overflow: hidden;
}

.cp-list ul li img {
	width: 100%;
	float: left;
	position: relative;
	z-index: 2;
}

.cp-list ul li .title {
	position: absolute;
	line-height: 18px;
	/* height: 38px; */
	width: 100%;
	font-size: 16px;
	color: #FFFFFF;
	top: 0;
	left: 0;
	/* margin-left: -50px; */
	text-align: center;
	background: #ff9900;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	margin-top: -100px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 2;
	display: none;
}

.cp-list ul li:hover .title {
	margin-top: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.cp-list2 {
	overflow: hidden;
}

.cp-tbox {
	overflow: hidden;
	max-width: 1000px;
	margin: auto;
	padding: 0px 20px;
	margin-top: 5%;
}

.cp2-box {
	overflow: hidden;
	position: relative;
}

.cp-tbox .img-box {
	overflow: hidden;
	width: 50%;
	float: left;
	position: relative;
	background: #f5f5f5;
}


/*.cp-tbox .img-box:before {
	position: absolute;
	height: 100%;
	width: 100%;
	background: url(../images/img-box.png);
	top: 0;
	left: 0;
	z-index: 1;
	content: '';
	display: block;
}*/

.cp-tbox .img-box .img {
	overflow: hidden;
}

.cp-tbox .img-box .img img {
	width: 100%;
	float: left;
}

.cp-tbox .img-box .txt {
	position: relative;
	z-index: 2;
	padding: 24px 32px;
	background: url(../images/img-box.png);
	overflow: hidden;
	text-align: justify;
}

.cp-tbox .img-box .txt p {
	font-size: 12px;
	color: #ffffff;
	line-height: 24px;
}

.cp-tbox .img-box .txt p img {
	max-height: 180px;
}

.cp-tbox .img-box .txt .tt {
	/*min-height: 104px;*/
}

.cp-tbox .cp-logo {
	text-align: center;
	margin-bottom: 0;
}

.cp-tbox .cptxt {
	overflow: hidden;
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.cptxt .title {
	font-size: 24px;
	color: #333333;
	line-height: 30px;
	text-align: center;
	position: absolute;
	top: 0;
	width: 100%;
	height: 50%;
	display: table;
}

.cptxt .title p {
	display: table-cell;
	vertical-align: middle;
	padding: 0px 20px;
}

.cptxt .cp-more {
	line-height: 30px;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50%;
	display: table;
	background: #f5f5f5;
}

.cptxt .cp-more .box {
	display: table-cell;
	vertical-align: middle;
	/* padding: 0px 10px; */
	text-align: left;
}

.cptxt .cp-more .box .t1 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	line-height: 24px;
	margin-bottom: 4.2%;
}

.cptxt .cp-more .box .t2 {
	font-size: 12px;
	color: #333333;
	/* min-height: 75px; */
}

.cptxt .cp-more .box .t2 p {
	line-height: 22px;
	font-size: 13px;
	overflow: hidden;
	margin: 6px 2.5% 6px 6.5%;
	padding-left: 12px;
	position: relative;
}

.cptxt .cp-more .box .t2 p:before {
	width: 4px;
	height: 4px;
	background: #333333;
	border-radius: 50%;
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
}

.cp2-nav {
	overflow: hidden;
	text-align: center;
	height: 52px;
	padding-top: 52px;
	position: relative;
	margin-top: 10px;
}

.con_retrun {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.return_a {
	border: 1px solid #dddddd;
	border-top: none;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
	color: #999;
	font-weight: normal;
	font-family: "微软雅黑";
	padding: 6px 10px 6px 34px;
	border-radius:0px 0px 8px 8px;
	-webkit-border-radius:0px 0px 8px 8px;
}

.return_a::before {
	position: absolute;
	content: '';
	width: 16px;
	height: 16px;
	background: url(../images/return.png) no-repeat;
	background-size: 100% 100%;
	left: 10px;
	top: 9px;
}

.cp_list3_return {
	text-align: center;
	margin: 3% auto;
}

.cp_list3_return .return_a {
	position: relative;
	border-bottom: 1px solid #ddd;
	border-radius: 8px;
	-webkit-border-radius: 8px;
}

.cp2-nav a {
	display: inline-block;
	vertical-align: bottom;
	min-width: 136px;
	padding: 0px 10px;
	height: 50px;
	line-height: 52px;
	background: #eeeeee;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
	cursor: pointer;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin: 0px 3px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.cp2-nav a.active {
	background: #ff9900;
	color: #FFFFFF;
}

.cp2-nav .cp2-nav-ct a:hover {
	padding-bottom: 8px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.cp2-nav-ct {
	position: absolute;
	bottom: 0;
	width: 100%;
	/*	height: 60px;*/
}

@media (max-width: 800px) {
	.cp2-nav-ct {
		padding-bottom: 34px !important;
	}
}

.cp2-tb {
	overflow: hidden;
	background: url(../images/cp2-tb.png);
}

.cp2-tb ul {
	overflow: hidden;
	max-width: 1000px;
	margin: auto;
	padding: 1.5% 20px 4.2%;
	display: none;
}

.cp2-tb ul li {
	width: 49.2%;
	position: relative;
	float: left;
	/*	overflow: hidden;*/
	margin-right: 1.6%;
	margin-top: 1.4%;
	margin-bottom: 1.4%;
}

.cp2-tb ul li:after {
	content: '';
	border-radius: 6px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 130px;
	z-index: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-width: 2px;
	border-color: #FFFFFF;
	border-style: solid;
}

.cp2-tb ul li:hover:after {
	border-width: 2px;
	border-color: #ff9900;
	border-style: solid;
	border-radius: 6px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.cp2-tb ul li.th2 {
	margin-right: 0;
}

.cp2-tb ul li a {
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.cp2-tb ul li a:after {
	width: 24px;
	height: 24px;
	background: url(../images/title-more.png) no-repeat center center;
	content: '';
	display: block;
	position: absolute;
	right: 0px;
	z-index: 1;
	top: 33px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.cp2-tb ul li:hover a:after {
	background: url(../images/title-more2.png) no-repeat center center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	right: 0px;
}

.cp2-tb ul li .img {
	float: left;
	overflow: hidden;
	width: 190px;
	margin-right: 5px;
	position: relative;
	z-index: 1;
}

.cp2-tb ul li .img img {
	width: 100%;
	float: left;
}

.cp2-tb ul li .title {
	line-height: 60px;
	height: 60px;
	font-size: 22px;
	color: #333333;
	margin-top: 15px;
	margin-bottom: 16px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 75px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.cp2-tb ul li:hover .title {
	color: #ff9900;
	margin-right: 40px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.cp2-tb ul li .txt {
	line-height: 26px;
	font-size: 13px;
	color: #666666;
	padding-right: 6%;
	position: relative;
	z-index: 1;
	overflow: hidden;
	max-height: 104px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.box-bottom {
	padding: 4% 0px;
}

.box-bottom a {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 22px;
}

.box-bottom .fl-l {
	float: left;
}

.box-bottom .fl-r {
	float: right;
}

.lx-box {
	overflow: hidden;
	padding: 4.5% 20px;
	max-width: 1000px;
	margin: auto;
}

.lx-top {
	overflow: hidden;
	position: relative;
	z-index: 1;
	width: 50%;
	float: left;
	margin: auto;
	text-align: right;
}

.lx-top .txt-box {
	overflow: hidden;
	padding: 0 16% 0 0;
}

.lx-top .tops {
	overflow: hidden;
	margin-top: -4px;
}

.lx-top .tops .en {
	overflow: hidden;
	text-transform: uppercase;
	font-family: arial;
	color: #eeeeee;
	font-size: 36px;
	font-weight: bold;
	line-height: 38px;
	margin-bottom: 16px;
}

.lx-top .tops .cn {
	overflow: hidden;
	color: #333333;
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 40px;
}

.lx-top .phone {
	font-family: arial;
	color: #ff9900;
	font-size: 36px;
	font-weight: bold;
	line-height: 38px;
	margin-bottom: 14px;
}

.lx-top .txt {
	overflow: hidden;
}

.lx-top .txt p {
	font-size: 23px;
	color: #293d66;
	line-height: 26px;
	position: relative;
	font-family: arial;
}

.lx-ly {
	overflow: hidden;
	float: left;
	width: 50%;
}

.lx-ly .ts {
	font-size: 18px;
	color: #ff9800;
	line-height: 20px;
	overflow: hidden;
	color: #ff9800;
	padding-left: 21px;
	margin-bottom: 15px;
	margin-top: 6px;
}

.lxly-box {
	overflow: hidden;
}

.lxly-box .lx-input {
	overflow: hidden;
	background: #f5f5f5;
	margin-bottom: 10px;
}

.lxly-box .lx-input input {
	height: 50px;
	line-height: 50px;
	display: block;
	width: 100%;
	border: none;
	background: none;
	font-size: 14px;
	color: #333333;
	text-indent: 20px;
}

.lxly-box .lx-input textarea {
	border: none;
	background: none;
	font-size: 14px;
	color: #333333;
	display: block;
	width: 100%;
	min-height: 180px;
	line-height: 20px;
}

.lx-tj {
	width: 160px;
	height: 40px;
	line-height: 41px;
	cursor: pointer;
	display: block;
	background: #ff9800;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
}

.rc-box {
	overflow: hidden;
	background: url(../images/rc-bk.jpg) center center;
}

.rc-center {
	max-width: 1000px;
	overflow: hidden;
	padding: 6.5% 20px 2.8%;
	margin: auto;
	position: relative;
}

.rc-center .img:before {
	background: url(../images/rc-center.png) no-repeat center center;
	width: 170px;
	height: 434px;
	content: '';
	display: block;
	position: absolute;
	z-index: 0;
	right: 0;
	top: 0;
	margin-top: -36px;
	margin-right: -78px;
}

.rc-center .img {
	float: left;
	width: 48.4%;
	max-width: 580px;
	position: relative;
	z-index: 1;
	margin-top: 4px;
}

.rc-center .img img {
	width: 100%;
	float: left;
	position: relative;
	z-index: 1;
}

.rc-center .txt-box {
	float: right;
	overflow: hidden;
	width: 48.4%;
	max-width: 580px;
	position: relative;
	z-index: 1;
}

.rc-center .txt-box .title {
	text-align: right;
	font-size: 21px;
	color: #333333;
	line-height: 36px;
	margin-bottom: 3.5%;
	margin-top: -4px;
}

.rc-center .txt-box .txt {
	overflow: hidden;
}

.rc-center .txt-box .txt p {
	font-size: 13px;
	color: #333333;
	line-height: 24px;
	margin-bottom: 2.5%;
	text-align: justify;
}

.zp-box {
	overflow: hidden;
}

.zp-center {
	overflow: hidden;
	max-width: 1000px;
	padding: 4% 20px 3.2%;
	margin: auto;
}

.zp-center .zp-top {
	text-align: center;
	font-size: 24px;
	color: #ff9900;
	line-height: 30px;
	margin-bottom: 1.5%;
}

.zp-nav {
	/*	overflow: hidden;*/
	width: 100%;
	padding: 20px 0px;
	height: 40px;
}

.zp-left {
	overflow: hidden;
	float: left;
}

.zp-right {
	height: 40px;
	float: right;
}

.zp-select {
	overflow: hidden;
	float: left;
	background: #f5f5f5;
	height: 40px;
	line-height: 40px;
	position: relative;
	margin-right: 20px;
}

.zp-select .t1 {
	line-height: 40px;
	height: 40px;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	padding: 0px 14px 0px 20px;
	float: left;
}

.zp-select .zp-txt {
	overflow: hidden;
	float: left;
	line-height: 40px;
	height: 40px;
	position: relative;
}

.zp-select .zp-txt label {
	display: block;
	line-height: 40px;
	height: 40px;
	font-size: 14px;
	color: #999999;
	min-width: 120px;
	padding-right: 20px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.zp-select .zp-txt label:before {
	position: absolute;
	right: 20px;
	display: block;
	width: 10px;
	height: 6px;
	margin-top: -3px;
	top: 50%;
	content: '';
	background: url(../images/zp-txt.png) no-repeat center center;
}

.zp-select .zp-txt select {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	cursor: pointer;
}

.zp-more {
	float: left;
	height: 40px;
	background: #f5f5f5;
	position: relative;
	cursor: pointer;
	padding-right: 25px;
}

.zp-more:before {
	position: absolute;
	right: 20px;
	display: block;
	width: 10px;
	height: 6px;
	margin-top: -3px;
	top: 50%;
	content: '';
	background: url(../images/zp-txt.png) no-repeat center center;
}

.zp-more .jl-more {
	display: block;
	width: 100%;
	position: absolute;
	top: 40px;
	left: 0;
	background: #f5f5f5;
	overflow: hidden;
	/*height: 0px;*/
	max-height: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.zp-more:hover .jl-more {
	max-height: 1000%;
	-webkit-transition: all 1.2s;
	-moz-transition: all 1.2s;
	-ms-transition: all 1.2s;
	-o-transition: all 1.2s;
	transition: all 1.2s;
}

.zp-more .jl-more a {
	display: block;
	text-align: center;
	color: #999999;
	font-size: 14px;
	line-height: 38px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.zp-more .jl-more a:hover {
	background: #ff9900;
	color: #FFFFFF;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.zp-more .ts {
	line-height: 40px;
	height: 40px;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	padding: 0px 35px 0px 45px;
}

.zp-search {
	float: left;
	height: 40px;
	background: #f5f5f5;
	position: relative;
	margin-right: 20px;
}

.zp-search .txt {
	overflow: hidden;
	height: 40px;
	margin-right: 60px;
}

.zp-search .txt input {
	width: 160px;
	max-width: 160px;
	height: 26px;
	line-height: 26px;
	padding: 7px 0px;
	text-indent: 20px;
	border: none;
	background: none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	font-size: 14px;
}

.zp-search .txt input:focus {
	width: 380px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.zp-submit {
	background: url(../images/zp-search.png) no-repeat center center;
	width: 60px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top: 0px;
}

.zp-submit input {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-indent: -1000px;
	border: none;
	background: none;
	cursor: pointer;
}

.zp-list,
.zp-list ul,
.zp-list ul li {
	overflow: hidden;
}

.zp-list {
	max-width: 1000px;
}

.zp-ltop {
	overflow: hidden;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	font-weight: bold;
}

.zp-list ul a {
	display: block;
	overflow: hidden;
}

.zp-list .tt {
	display: block;
	width: 25%;
	text-align: center;
	line-height: 30px;
	padding: 15px 0px;
	float: left;
}

.zp-list .tt a {
	color: #333333;
}

.zp-list ul li {
	border-bottom: 1px dashed #dddddd;
	font-size: 14px;
	color: #333333;
}

.zp-list ul li a {
	color: #333333;
}

.zp-mtxt {
	overflow: hidden;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color: #999999;
	padding: 0.8% 0px;
}

.zp-box2 {
	overflow: hidden;
}

.zp-bter {
	max-width: 1000px;
	overflow: hidden;
	margin: auto;
	padding: 3.8% 20px;
}

.zp-box2 .title {
	/*	overflow: hidden;*/
	border-bottom: 1px dashed #dddddd;
	line-height: 40px;
	padding: 14px 0px;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}

.zp-box2 .title .time {
	float: right;
	font-weight: normal;
	font-size: 13px;
	margin-right: 20px;
}

.zp-box2 .title .zp-more {
	float: right;
}

.zp-main {
	overflow: hidden;
	border-bottom: 1px dashed #dddddd;
	padding-bottom: 0.4%;
}

.zp-main .zp-tt1 {
	overflow: hidden;
	padding: 3.5% 0 2.5%;
}

.zp-main .zp-tt1 .zp-ttli {
	float: left;
	overflow: hidden;
	font-size: 14px;
	color: #333333;
	margin-right: 19.5%;
}

.zp-main .zp2-txt {
	font-size: 12px;
	color: #333333;
	line-height: 24px;
	overflow: hidden;
	margin-bottom: 28px;
}

.zp-main .zp2-txt b {
	font-size: 14px;
}

.zp-bter .zp-back {
	width: 160px;
	height: 40px;
	line-height: 40px;
	background: url(../images/zp-back.png) no-repeat center center;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}

.zp-bter .zp-back a {
	display: block;
	height: 40px;
	overflow: hidden;
	font-size: 12px;
	color: #999999;
	text-indent: 72px;
}

.cqt-box {
	overflow: hidden;
}

.cqt-box ul {
	overflow: hidden;
	display: block;
	max-width: 1000px;
	padding: 5% 20px;
	margin: auto;
}

.cqt-box ul li {
	overflow: hidden;
	float: left;
	width: 31.7%;
	margin-right: 2.45%;
	border-radius: 8px;
	position: relative;
}

.cqt-box ul li.th3 {
	margin-right: 0;
}

.cqt-box ul li a {
	display: block;
	overflow: hidden;
	height: 100%;
	position: relative;
	border-radius: 8px;
	cursor: pointer;
}

.cqt-box ul .img {
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.cqt-box ul .img img {
	width: 100%;
	float: left;
}

.cqt-box ul .txt-box {
	position: absolute;
	width: 180px;
	left: 50%;
	margin-left: -90px;
	top: 50%;
	text-align: center;
	height: 164px;
	margin-top: -82px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.cqt-box ul .txt-box i {
	width: 50px;
	height: 50px;
	display: block;
	margin: 18px auto;
	background-position: center center;
	background-repeat: no-repeat;
}

.cqt-box ul .txt-box i.new {
	background-image: url(../images/cqt-ioc1.png);
}

.cqt-box ul .txt-box i.youxiu {
	background-image: url(../images/cqt-ioc2.png);
}

.cqt-box ul .txt-box i.video {
	background-image: url(../images/cqt-ioc3.png);
}

.cqt-box ul .title {
	font-size: 24px;
	color: #ffffff;
	line-height: 32px;
	margin-bottom: 2px;
}

.cqt-box ul .en {
	font-size: 14px;
	line-height: 18px;
	color: #ffffff;
	font-family: arial;
	text-transform: uppercase;
	letter-spacing: 14px;
	padding-left: 14px;
	margin-bottom: 5px;
}

.cqt-box ul .more {
	font-size: 14px;
	color: #ff9900;
	line-height: 18px;
	text-align: center;
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom: 16%;
	width: 100%;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.cqt-box ul .more:after {
	width: 5px;
	height: 10px;
	background: url(../images/cqt-box-more.png) no-repeat center center;
	display: inline-block;
	vertical-align: top;
	content: '';
	margin-top: 4px;
}

.cqt-box ul li:hover .more {
	opacity: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.cqt-box ul a:before {
	border: 4px solid #ff9900;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	border-radius: 8px;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.cqt-box ul a:hover:before {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 1;
}

.cqt-box ul li:hover .txt-box {
	margin-top: -98px;
}

.cqt-box ul li:hover .tccl {
	color: #ff9900;
}

.cqt-box ul a:hover i.new {
	background-image: url(../images/cqt-ioc1a.png);
}

.cqt-box ul a:hover i.youxiu {
	background-image: url(../images/cqt-ioc2a.png);
}

.cqt-box ul a:hover i.video {
	background-image: url(../images/cqt-ioc3a.png);
}

.cqt-box ul a:hover .img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mask-box {
	background: url(../images/tc-mask.png);
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: none;
	z-index: 20;
}

#willesPlay .willesPlay-bt {
	width: 90px;
	height: 90px;
	top: 50%;
	margin-top: -45px;
	position: absolute;
	cursor: pointer;
	display: block;
}

.willesPlay-bt.prev {
	background: url(../images/tc-prev.png) no-repeat center center;
	left: -130px;
}

.willesPlay-bt.next {
	background: url(../images/tc-next.png) no-repeat center center;
	right: -130px;
}

.px-box {
	overflow: hidden;
	padding: 2.4% 0 1.2%;
}

.px-box ul {
	max-width: 1000px;
	margin: auto;
	overflow: hidden;
	padding: 20px;
}

.px-box ul li {
	float: left;
	overflow: hidden;
	border-radius: 8px;
	width: 31.7%;
	margin: 1.3% 0;
	margin-right: 2.45%;
	position: relative;
	cursor: pointer;
}

.px-box ul li:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/tc-mask.png);
	z-index: 1;
	content: '';
	display: block;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.px-box ul li:after {
	position: absolute;
	width: 40px;
	height: 40px;
	display: block;
	content: '';
	background: url(../images/px-ck.png) no-repeat center center;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-top: -300px;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.px-box ul li.th3 {
	margin-right: 0;
}

.px-box ul li:hover:before,
.px-box ul li:hover:after {
	opacity: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.px-box ul li:hover:after {
	margin-top: -20px;
}

.px-box ul li img {
	float: left;
	width: 100%;
}

.px-more {
	text-align: center;
	font-size: 16px;
	color: #ff9900;
	cursor: pointer;
	width: 238px;
	height: 48px;
	line-height: 48px;
	margin: 22px auto;
	border-width: 1px;
	border-color: rgb(238, 238, 238);
	border-style: solid;
	border-radius: 4px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 5%;
}

.pximg-box {
	position: fixed;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	margin-top: -300px;
	top: 50%;
	z-index: 30;
	display: none;
}

.pximg-box .owl-prev {
	width: 90px;
	height: 90px;
	top: 50%;
	margin-top: -45px;
	background: url(../images/tc-prev.png) no-repeat center center;
	left: -150px;
	opacity: 1;
	overflow: hidden;
	text-indent: -1000px;
	position: absolute;
}

.pximg-box .owl-next {
	width: 90px;
	height: 90px;
	top: 50%;
	margin-top: -45px;
	background: url(../images/tc-next.png) no-repeat center center;
	right: -150px;
	opacity: 1;
	overflow: hidden;
	text-indent: -1000px;
	position: absolute;
}

.pximg-box .flex-direction-nav a:before {
	display: none;
}

.pximg-close {
	width: 80px;
	height: 80px;
	background: url(../images/vi-close.png) no-repeat center center;
	cursor: pointer;
	position: absolute;
	top: 50px;
	right: 50px;
}

.list-new {
	overflow: hidden;
}

.list-new .main-pag {
	padding: 1.1% 20px 4.1%;
}

.new-top {
	overflow: hidden;
	max-width: 1000px;
	margin: auto;
	padding: 5.5% 20px 2.5%;
}

.new-top .item {
	background: #f8f8f8;
	position: relative;
}

.new-top .img {
	width: 60%;
	overflow: hidden;
	position: relative;
}

.new-top .img:before {
	width: 10px;
	height: 20px;
	background: url(../images/img-bf.png) no-repeat center center;
	content: '';
	display: block;
	position: absolute;
	right: 0;
	z-index: 1;
	top: 15%;
}

.new-top .img img {
	width: 100%;
	float: left;
}

.new-top .box {
	width: 33.6%;
	padding: 0px 3.3%;
	overflow: hidden;
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
}

.new-top .box .txt-box {
	height: 240px;
	position: absolute;
	top: 50%;
	margin-top: -120px;
	width: 85%;
}

.new-top .box .title {
	font-size: 20px;
	color: #333333;
	line-height: 36px;
	height: 72px;
	overflow: hidden;
	margin:10px 0 15px;
}

.new-top .box .txt {
	font-size: 12px;
	color: #666666;
	line-height: 24px;
	text-align: justify;
	height: 96px;
	overflow: hidden;
	margin-bottom: 15px;
}

.new-top .box .time {
	color: #999999;
	font-size: 14px;
	line-height: 20px;
}

.new-top .owl-pagination {
	width: auto;
	left: auto;
	right: 2.8%;
	bottom: 14%;
	height: 10px;
	z-index: 10;
	position: absolute;
}

.new-top .owl-pagination .owl-page {
	vertical-align: top;
	display: inline-block;
	margin: 0 6px;
	width: 10px;
	height: 10px;
}

.new-top .owl-pagination .owl-page span {
	width: 10px;
	height: 10px;
	box-shadow: none;
	display: block;
	border-radius: 50%;
	background: #cccccc;
}

.new-top .owl-pagination .owl-page.active span {
	background: #ff9900;
}

.new-yr {
	overflow: hidden;
	max-width: 1000px;
	padding: 16px 20px;
	margin: auto;
}

.new-yr .zp-search {
	margin-top: 21px;
	float: right;
}

@font-face {
	font-style: normal;
	font-family: 'Akzidenz-GroteskBQCondensed-Bold';
	src: url('../fonts/Akzidenz-GroteskBQCondensed-Bold.eot');
	src: url('../fonts/Akzidenz-GroteskBQCondensed-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Akzidenz-GroteskBQCondensed-Bold.woff2') format('woff2'), url('../fonts/Akzidenz-GroteskBQCondensed-Bold.woff') format('woff'), url('../fonts/Akzidenz-GroteskBQCondensed-Bold.ttf') format('truetype');
}

.new-yr .time {
	float: left;
	overflow: hidden;
	margin-top: 10px;
}

.new-yr .time a {
	color: #999999;
	font-size: 36px;
	display: inline-block;
	margin: 0px 20px;
	line-height: 48px;
	font-family: 'Akzidenz-GroteskBQCondensed-Bold';
}

.new-yr .time a.active {
	font-size: 48px;
	color: #333333;
}

.new-lis {
	max-width: 1000px;
	padding: 0px 20px;
	overflow: hidden;
	margin: auto;
}

.new-lis ul {
	overflow: hidden;
}

.new-lis ul li {
	overflow: hidden;
	float: left;
	width: 32%;
	margin-bottom: 2.5%;
	margin-right: 2%;
}

.new-lis ul li.th3 {
	margin-right: 0;
}

.new-lis ul li a {
	display: block;
	overflow: hidden;
}

.new-lis ul li .img {
	overflow: hidden;
	position: relative;
}

.new-lis ul img {
	width: 100%;
	float: left;
}

.new-lis ul li .img span:before,
.new-lis ul li .img span:after {
	display: block;
	position: absolute;
	height: 100%;
	width: 8px;
	background: #ff9900;
	content: '';
	z-index: 2;
	-webkit-transform: scale(1, 0);
	-moz-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	-o-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0;
}

.new-lis ul li .img span:before {
	left: 0;
}

.new-lis ul li .img span:after {
	right: 0;
}

.new-lis ul li .img:before,
.new-lis ul li .img:after {
	display: block;
	position: absolute;
	height: 8px;
	width: 100%;
	background: #ff9900;
	content: '';
	z-index: 2;
	-webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0;
}

.new-lis ul li .img:before {
	top: 0;
}

.new-lis ul li .img:after {
	bottom: 0;
}

.new-lis ul li:hover .img span:before,
.new-lis ul li:hover .img span:after,
.new-lis ul li:hover .img:before,
.new-lis ul li:hover .img:after {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 1;
}

.new-lis ul .txt-box {
	overflow: hidden;
}

.new-lis ul .title {
	font-size: 16px;
	color: #333333;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	margin: 4.8% 4.5% 3%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.new-lis ul .time {
	font-size: 13px;
	color: #999999;
	line-height: 16px;
	overflow: hidden;
	margin: 0 4.5% 6%;
}

.new-lis ul li:hover .title {
	color: #ff9900;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.new-box {
	font-family: 黑体!important;
	overflow: hidden;
	max-width: 1000px;
	padding: 0px 20px;
	margin: auto;
}

.new-box .new-lis {
	padding: 0px;
}

.new-btop {
	overflow: hidden;
	padding-top: 7.5%;
	padding-bottom: 3.5%;
}

.new-fx {
	position: absolute;
	top: 15px;
	right: 0px;
	height: 50px;
	text-align: right;
	width: 270px;
	z-index: 1;
}

.new-fx a {
	display: inline-block !important;
	width: 50px !important;
	height: 50px !important;
	position: relative;
	background: url(../images/fx-bk.png) no-repeat center center !important;
	background-size: 100% 100% !important;
	cursor: pointer;
	margin: 0px 0px 0px 34px !important;
	margin-left: 34px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	padding: 0px !important;
	border-radius: 50% !important;
	overflow: hidden !important;
}

.new-fx a:hover {
	background: url(../images/fx-bk2.png) no-repeat center center !important;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.new-fx a:before {
	width: 50px;
	height: 50px;
	content: '';
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100% !important;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.new-fx a.wx:before {
	background-image: url(../images/fx-wx.png);
}

.new-fx a.wb:before {
	background-image: url(../images/fx-wb.png);
}

.new-fx a.qq:before {
	background-image: url(../images/fx-qq.png);
}

.new-fx a.wx:hover:before {
	background-image: url(../images/fx-wx2.png);
}

.new-fx a.wb:hover:before {
	background-image: url(../images/fx-wb2.png);
}

.new-fx a.qq:hover:before {
	background-image: url(../images/fx-qq2.png);
}

.new-fx a.wx:hover:before {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.new-btop .title {
	font-size: 30px;
	color: #333333;
	line-height: 36px;
	overflow: hidden;
	position: relative;
	padding-right: 270px;
}

.new-btop .title .time {
	font-size: 14px;
	color: #999999;
	line-height: 18px;
	overflow: hidden;
	display: block;
	margin-top: 13px;
}

.new-box .new-main {
	overflow: hidden;
	font-size: 14px;
	color: #333333;
	padding: 35px 0px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.new-box .new-main p {
	line-height: 26px;
	font-size: 16px;
	color: #333333;
}

.new-box .new-main img {
	max-width: 100%;
}

.new-bottom {
	overflow: hidden;
	padding: 2.9% 0;
}

.new-bottom a {
	line-height: 30px;
	display: inline-block;
	font-size: 16px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.new-bottom a span {
	color: #ff9900;
}

.new-bottom a.prev {
	float: left;
}

.new-bottom a.next {
	float: right;
}

.new-main-title {
	text-align: center;
	font-size: 30px;
	color: #ff9900;
	line-height: 34px;
	margin: 2% auto 3.5%;
}

.cp-list3 ul li .title {
	margin-top: 0px;
	background: #f5f5f5;
	color: #333333;
	font-size: 13px;
	width: 70%;
	/* margin-left: -104px; */
	display: table;
	left: 10%;
	padding: 5%;
	height: 36px;
}

.cp-list3 ul li .title span {
	display: table-cell;
	vertical-align: middle;
	padding: 0px 5px;
}

.cp-list3 ul li .img {
	margin-top: 55px;
}

.cp-list3 ul li:hover .title {
	background: #ff9900;
	color: #FFFFFF;
}

.cp-xq {
	overflow: hidden;
	max-width: 1000px;
	margin: auto;
	padding: 0px 20px 3%;
}

.cp-xq .cpxq-top {
	overflow: hidden;
	position: relative;
	height: 40px;
	padding-top: 5%;
}

.cp-xq .xp-nav {
	position: absolute;
	height: 40px;
	bottom: 0;
	width: 100%;
	text-align: center;
	/* height: 60px; */
}

.cp-xq .xp-nav .nav-a.active {
	background: #ff9900;
	color: #FFFFFF;
}

.cp-xq .xp-nav .nav-a {
	display: inline-block;
	vertical-align: bottom;
	min-width: 100px;
	/*padding: 0px 10px;*/
	height: 40px;
	line-height: 40px;
	background: #eeeeee;
	text-align: center;
	font-size: 16px;
	color: #999999;
	cursor: pointer;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin: 0px 3px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.cpxq-center {
	border-top: 1px solid #dddddd;
	overflow: hidden;
	padding: 40px 0px;
}

.cpimg {
	overflow: hidden;
	width: 50%;
	float: left;
	margin-right: 3.3%;
}

.cpxq-center .xq-img {
	overflow: hidden;
	border: 1px solid #eeeeee;
}

.cpxq-center .xq-img .owl-prev,
.cpxq-center .xq-img .owl-next {
	width: 45px;
	height: 70px;
	position: absolute;
	margin-top: -35px;
	top: 50%;
	z-index: 2;
	cursor: pointer;
	overflow: hidden;
	text-indent: -1000px;
	opacity: 0.3;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.cpxq-center .xq-img .owl-prev {
	left: 0px;
	background: url(../images/cp-prev.png) no-repeat center center;
}

.cpxq-center .xq-img .owl-next {
	right: 0px;
	background: url(../images/cp-next.png) no-repeat center center;
}

.cpxq-center .xq-img .owl-prev:hover,
.cpxq-center .xq-img .owl-next:hover {
	opacity: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.cpxq-center .xq-img .owl-carousel {
	max-width: 450px;
	margin: auto;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.cpxq-bt {
	overflow: hidden;
	/*width: 50%;
	float: left;*/
}

.cpxq-bt .title {
	font-size: 24px;
	color: #333333;
	overflow: hidden;
	line-height: 30px;
	padding: 15px 0px;
	border-bottom: 1px solid #dddddd;
}

.cpxq-bt .txt-box {
	overflow: hidden;
	padding: 3.4% 0px;
}

.cpxq-bt .box-li {
	overflow: hidden;
	position: relative;
	padding-left: 125px;
	margin: 12px 0px;
}

.cpxq-bt .box-li .ts {
	position: absolute;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	line-height: 26px;
	height: 26px;
	left: 0px;
}

.cpxq-bt .box-li .ts:before {
	width: 2px;
	height: 16px;
	margin-top: 5px;
	display: block;
	float: left;
	content: '';
	background: #ff9900;
	margin-right: 10px;
}

.cpxq-bt .box-li .txt {
	overflow: hidden;
	padding-top: 4px;
	padding-bottom: 4px;
}

.cpxq-bt .tedian .t1 {
	font-size: 16px;
	color: #333333;
	padding-left: 12px;
	position: relative;
	line-height: 22px;
	margin-bottom: 5px;
}

.cpxq-bt .tedian .t1:before {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	background: #ff9900;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 9px;
}

.cpxq-bt .tedian .t2 {
	font-size: 12px;
	color: #666666;
	padding-left: 12px;
	position: relative;
	line-height: 22px;
	margin-bottom: 5.5%;
}

.cpxq-bt .fanwei {
	font-size: 12px;
	color: #333333;
}

.xqimg-nav {
	overflow: hidden;
	height: 30px;
	position: relative;
	text-align: center;
	display: none;
}

.xqimg-nav .nav-a {
	min-width: 70px;
	padding: 0px 8px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	text-align: center;
	background: #eeeeee;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	margin: 0px 2px;
}

.xqimg-nav .nav-a.active {
	background: #ff9900;
	color: #FFFFFF;
}

.js-box {
	overflow: hidden;
}

.js-top {
	overflow: hidden;
	padding: 3% 20px 2%;
	max-width: 1000px;
	margin: auto;
}

.jst-left {
	overflow: hidden;
	width: 20%;
	float: left;
	margin-right: 7.5%;
	padding-top: 7.2%;
}

.jst-left img {
	width: 100%;
	float: left;
}

.jst-right {
	overflow: hidden;
	width: 72.5%;
	float: left;
}

.jst-right .title {
	font-size: 36px;
	color: #ff9900;
	line-height: 46px;
	overflow: hidden;
	margin-bottom: 4%;
	margin-top: 4%;
}

.jst-right .title span {
	font-size: 30px;
	line-height: 30px;
	color: #dddddd;
	padding-left: 40px;
	font-family: arial;
	display: inline-block;
	vertical-align: top;
	padding-top: 16px;
	font-family: 'HelveticaNeue-Light';
}

.jst-right .txt {
	line-height: 36px;
	font-size: 20px;
	color: #999999;
	overflow: hidden;
}

.jst-right .txt p {
	font-size: 20px;
	color: #999999;
	text-align: justify;
}

.jst-right .img {
	overflow: hidden;
}

.jst-right .img img {
	max-width: 100%;
}

.jst-img {
	max-width: 1000px;
	overflow: hidden;
	margin: auto;
	margin-bottom: 4.5%;
}

.jst-img img {
	max-width: 100%;
	float: left;
}

.js-list {
	overflow: hidden;
	background: #f5f5f5;
	padding: 4.5% 0px 0;
}

.js-list li * {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.js-list-top {
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
}

.js-list-top .en {
	overflow: hidden;
	text-align: center;
	margin-bottom: 17px;
}

.js-list-top .cn {
	font-size: 24px;
	color: #333333;
	line-height: 28px;
	overflow: hidden;
}

.js-list-top:after {
	width: 60px;
	height: 4px;
	background: #ff9900;
	display: block;
	margin: auto;
	content: '';
	margin-top: 20px;
}

.js-list ul {
	overflow: hidden;
	position: relative;
	padding-bottom: 4%;
	margin-bottom: 2.5%;
}

.js-list ul:before {
	background: #999999;
	height: 100%;
	width: 1px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1px;
	content: '';
	display: block;
}

.js-list ul li {
	overflow: hidden;
	height: 200px;
	margin: 40px 0px;
	position: relative;
	display: none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.js-list ul li:before {
	width: 20px;
	height: 1px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -10px;
	content: '';
	display: block;
	background: #999999;
}

.js-list ul li .box {
	overflow: hidden;
	max-width: 1000px;
	margin: auto;
}

.js-list .box-left,
.js-list .box-right {
	overflow: hidden;
	width: 50%;
	position: relative;
	height: 200px;
}

.js-list .odd .box-right,
.js-list .even .box-left {
	float: right;
}

.js-list .even .box-right,
.js-list .odd .box-left {
	float: left;
}

.js-list .txt-box {
	background: #FFFFFF;
	padding: 30px 40px;
	height: 140px;
}

.js-list .txt-box p {
	font-size: 18px;
	color: #333333;
	line-height: 34px;
	margin: 5px 0px;
	padding-left: 19px;
	position: relative;
}

.js-list .txt-box p:before {
	width: 10px;
	height: 1px;
	background: #999999;
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 11px;
}

.js-list .odd .txt-box {
	margin-left: 40px;
}

.js-list .even .txt-box {
	margin-right: 41px;
}

.js-list .year {
	width: 35%;
	overflow: hidden;
	text-align: center;
	font-size: 60px;
	color: #333333;
	text-align: center;
	height: 200px;
	line-height: 200px;
	font-family: 'HelveticaNeue-Light';
}

.js-list .year span {
	font-family: 'HelveticaNeue-Light';
}

.js-list .img-li {
	overflow: hidden;
	height: 116px;
	width: 360px;
	top: 50%;
	margin-top: -58px;
	position: absolute;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0;
}

.js-list .even .img-li {
	right: 0px;
	margin-right: -200%;
}

.js-list .odd .img-li {
	left: 0px;
	margin-left: -200%;
}

.js-list li.odd:hover .img-li {
	margin-left: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 1;
}

.js-list li.even:hover .img-li {
	margin-right: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 1;
}

.js-list .odd .year,
.js-list .even .img-li {
	float: right;
}

.js-list .even .year,
.js-list .odd .img-li {
	float: left;
}

.js-list li:hover .box-right {
	width: 40%;
}

.js-list li:hover .box-left {
	width: 60%;
}

.js-list li:hover {
	background: #ff9900;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.js-list li:hover:before {
	display: none;
}

.js-list .odd .img-li .item {
	margin-right: 26px;
}

.js-list .even .img-li .item {
	margin-left: 26px;
}

.js-list .img-li .item img {
	width: 100%;
	float: left;
}

.js-list li:hover .txt-box {
	margin: 0;
}

.js-list li.odd:hover .year {
	text-indent: -20px;
}

.js-list li:hover .year {
	color: #FFFFFF;
	width: 32%;
}

@media (max-width: 1024px) {
	.con_retrun .return_a {
		right: 20px;
	}
	.con_retrun2 .return_a {
		right: 0;
	}
}