﻿/*é¦–é¡µ*/

.index,
.main-box {
	overflow: hidden;
	margin-top: 86px;
}

.banner-box {
	height: 440px;
	overflow: hidden;
	position: relative;
}

.banner-box .flexslider {
	position: relative;;
	height: 100%;
/*
	position: absolute;
	height: 410px;
	width: 1920px;
	top: 0px;
	left: 50%;
	margin-left: -960px;
*/
}

.banner-box .flexslider .slides li {
	float: left;
	overflow: hidden;
	position: relative;
	height: 440px;
}
.banner-box .flexslider .slides li a{display:block;}
.banner-box .flexslider .slides li img {
	height: 440px;
	width: auto;
	vertical-align: bottom;
	position: absolute;
	top:0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.banner-box .flex-control-paging {
/*	width: 137px;*/
	height: 29px;
	background: rgba(0,0,0,0.1);
	overflow: hidden;
	position: absolute;
	bottom: 16px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: 2;
	text-align: center;
	border-radius: 29px;
	-webkit-border-radius: 29px;
	padding: 0 5px;
}

.banner-box .flex-control-paging li {
	overflow: hidden;
	display: inline-block;
	width: 11px;
	height: 11px;
	margin: 0px 4px;
	margin-top: 8px;
}

.banner-box .flex-control-paging li a {
	width: 100%;
	height: 100%;
	float: left;
	display: block;
	text-indent: -1000px;
	cursor: pointer;
	background: url(../images/main.png) no-repeat;
	background-position: -52px -69px;
}

.banner-box .flex-control-paging li a.flex-active {
	background: url(../images/main.png) no-repeat;
	background-position: -88px -69px;
}

.banner-box .flex-direction-nav {
	display: none;
}

.index1-box {
	overflow: hidden;
	padding-top: 17px;
	margin-bottom: 8px;
}

.index1-1 {
	overflow: hidden;
	width: 34.3%;
	float: left;
	display: block;
	margin-right: 2%;
}

.index1-1 .index-title {
	height: 30px;
	overflow: hidden;
	background: url(../images/index1-1.png) no-repeat;
	background-position: 0px 0px;
	position: relative;
	background-size: 100% 100% !important;
}

.index-title .cn {
	font-size: 14px;
	color: #ffffff;
	line-height: 30px;
	padding-left: 16px;
}

.index-title .en {
	font-size: 11px;
	color: #ffffff;
	line-height: 30px;
}

.index-title .more {
	display: block;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.index-title .more-ioc {
	float: right;
	background: url(../images/title-more.png) no-repeat center center;
	width: 61px;
	height: 17px;
	display: block;
	float: right;
	margin-top: 6px;
	margin-right: 8px;
}

.index1-1-top {
	overflow: hidden;
	padding-top: 23px;
	padding-bottom: 13px;
}

.index1-1-top .img {
	width: 102px;
	height: 82px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}

.index1-1-top .title {
	font-size: 14px;
	color: #0073c0;
	overflow: hidden;
	line-height: 22px;
	height: 22px;
	margin-bottom: 2px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index1-1-top .txt {
	font-size: 12px;
	color: #0073c0;
	line-height: 20px;
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.index1-txt {
	overflow: hidden;
	font-size: 12px;
	color: #888888;
	line-height: 20px;
	padding-left: 14px;
	padding-right: 10px;
}

.index1-txt a {
	display: block;
	margin-bottom: 2px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	padding-right: 80px;
	position: relative;
	font-size: 12px;
	color: #888888;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
}

.index1-txt a:hover {
	color: #000;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
}

.index1-txt a span {
	width: 70px;
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: right;
}

.index1-2 {
	overflow: hidden;
	width: 63.7%;
	display: block;
}

.index1-2 .index-title {
	height: 30px;
	overflow: hidden;
	background: url(../images/index1-2.png) no-repeat;
	background-position: 0px 0px;
	position: relative;
	background-size: 100% 100% !important;
}

.index1-2-box {
	overflow: hidden;
}

.index1-2-box .img {
	width: 150px;
	height: 105px;
	margin: 5px auto;
	overflow: hidden;
}

.index1-2-box .slides li a {
	display: block;
}

.index1-2-box .slides li {
	/*	padding-top: 27px;*/
	overflow: hidden;
	padding-bottom: 8px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	float: left;
	margin-top: 27px;
	width: 25%;
}

.index1-2-box .slides li:hover {
	background: #f7f8fa;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
}

.index1-2-box .slides li .title {
	font-size: 13px;
	color: #252525;
	line-height: 20px;
	height: 20px;
	width: 146px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.index1-2-box .slides li .txt {
	font-size: 12px;
	color: #888888;
	line-height: 18px;
	height: 36px;
	width: 146px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.index1-2-box .flex-direction-nav {
	display: none;
}

.index1-2-box .flex-control-nav {
	overflow: hidden;
	text-align: center;
	margin-top: 3px;
}

.index1-2-box .flex-control-nav li {
	display: inline-block;
	width: 10px;
	height: 10px;
	overflow: hidden;
	margin: 4px 2px;
}

.index1-2-box .flex-control-nav li a {
	width: 10px;
	height: 10px;
	background: url(../images/fangan-box.jpg) no-repeat center center;
	overflow: hidden;
	text-indent: -1000px;
	display: block;
	cursor: pointer;
}

.index1-2-box .flex-control-nav li a.flex-active {
	background: url(../images/fangan-box2.jpg) no-repeat center center;
}

.index2-box {
	overflow: hidden;
	background: #f7f8fa;
}

.index2-box-b {
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
}

.index-title2 {
	height: 62px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.index-title2 .cn {
	font-size: 14px;
	color: #0073c0;
	overflow: hidden;
	float: left;
	line-height: 62px;
	padding-right: 6px;
	background-repeat: no-repeat;
	background-position: 16px 17px;
	padding-left: 59px;
}

.index-title2 .en {
	font-size: 12px;
	color: #8d8d8d;
	line-height: 62px;
}

.index-title2 .more {
	float: right;
	background: url(../images/more.png) no-repeat center center;
	width: 61px;
	height: 17px;
	display: block;
	float: right;
	margin-top: 23px;
}

.index2-1 {
	overflow: hidden;
	float: left;
	display: block;
	width: 47.4%;
	background: #cecece;
	padding-left: 1.3%;
	padding-right: 1.3%;
	position: relative;
}

.index2-1-1:before {
	content: '';
	display: block;
	position: absolute;
	height: 35px;
	left: 2.2%;
	width: 248px;
	top: 13px;
	background: #ababab;
	z-index: 0;
	border-radius: 25px;
}

.index2-1-2:before {
	content: '';
	display: block;
	position: absolute;
	height: 35px;
	left: 2.2%;
	width: 248px;
	top: 13px;
	background: #c1c1c1;
	z-index: 0;
	border-radius: 25px;
}

.index2-1-box {
	overflow: hidden;
}

.index2-1-box .box-li {
	overflow: hidden;
	width: 48.7%;
	display: block;
	height: 242px;
	margin-right: 2.5%;
	float: left;
}

.index2-1-box .box-li:hover .title {
	color: #0073c0;
}

.index2-1-box .box-li:hover .go {
	background: url(../images/go.png) no-repeat center center;
}

.index2-1-box .box-li .img {
	/*	width: 240px;*/
	height: 118px;
	overflow: hidden;
	margin-bottom: 8px;
}

.index2-1-box .box-li .title {
	font-size: 13px;
	color: #2c2c2c;
	line-height: 20px;
	height: 20px;
	margin-bottom: 9px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.index2-1-box .box-li .txt {
	overflow: hidden;
	font-size: 12px;
	color: #666666;
	line-height: 19px;
	/*	width: 235px;*/
	margin-bottom: 10px;
	height: 38px;
}

.index2-1-box .box-li .go {
	background: url(../images/go2.png) no-repeat center center;
	width: 49px;
	height: 18px;
	overflow: hidden;
	margin-left: 2px;
}

.index3-box {
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 13px;
	padding-right: 13px;
}

.index3-img {
	overflow: hidden;
	max-height: 280px;
	margin-bottom: 25px;
}

.index3-img .slides li {
	width: 32.5%;
	overflow: hidden;
	float: left;
	margin-right: 1.25%;
}

.index3-img .slides li:hover .txt-box {
	display: none;
}

.index3-img .slides li .img {
	width: 100%;
	max-height: 221px;
	overflow: hidden;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.index3-img .slides li .txt-box {
	position: absolute;
	z-index: 10;
	background: url(../images/txt-box.png) no-repeat center center;
	height: 35px;
	line-height: 35px;
	width: 100%;
	bottom: 0px;
	left: 0px;
}

.index3-img .slides li .txt-box .title {
	line-height: 34px;
	font-size: 16px;
	color: #ffffff;
	background: url(../images/txt-box-title.png) no-repeat;
	background-position: 12px 50%;
	padding-left: 22px;
	overflow: hidden;
	float: left;
}

.index3-img .slides li .txt-box .txt {
	font-size: 13px;
	color: #fff;
	overflow: hidden;
	line-height: 34px;
	width: 205px;
	overflow: hidden;
}

.index3-img .flex-direction-nav {
	display: none;
}

.index3-img .flex-control-nav {
	overflow: hidden;
	text-align: center;
}

.index3-img .flex-control-nav {
	overflow: hidden;
	text-align: center;
	margin-top: 14px;
	margin-bottom: 10px;
}

.index3-img .flex-control-nav li {
	display: inline-block;
	width: 10px;
	height: 10px;
	overflow: hidden;
	margin: 4px 2px;
}

.index3-img .flex-control-nav li a {
	width: 10px;
	height: 10px;
	background: url(../images/index3-po.png) no-repeat center center;
	overflow: hidden;
	text-indent: -1000px;
	display: block;
	cursor: pointer;
}

.index3-img .flex-control-nav li a.flex-active {
	background: url(../images/fangan-box2.jpg) no-repeat center center;
}

figcaption h3 {
	margin-bottom: 10px !important;
}

figcaption p {
	font-size: 13px !important;
}


/*ä¼ä¸š*/

.qy-box {
	overflow: hidden;
	padding-top: 18px;
	padding-bottom: 20px;
}

.qy-box p {
	overflow: hidden;
	font-size: 13px;
	color: #666666;
	line-height: 26px;
}

.qy-box .title {
	font-size: 18px;
	color: #242424;
	text-align: center;
}


/*è£èª‰*/

.rongyu-box {
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 15px;
}

.rongyu-box .ry-list {
	display: block;
	overflow: hidden;
	width: 32%;
	margin-right: 1.5%;
	float: left;
}

.rongyu-box .ry-list .img {
	width: 100%;
	height: 464px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

.rongyu-box .ry-list .txt {
	color: #0073c0;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	overflow: hidden;
	margin-top: 14px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 44px;
	margin-bottom: 8px;
}

.ry-list-clear {
	clear: both;
	height: 1px;
	background: url(../images/ry-list-clear.png) center;
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;
}


/*ä¸‹è½½*/

.xiazai-box {
	overflow: hidden;
	padding-top: 15px;
	/* padding-bottom: 15px; */
}

.xz-list {
	overflow: hidden;
	background: url(../images/ry-list-clear.png) no-repeat center bottom;
	position: relative;
	padding-bottom: 6px;
	padding-top: 15px;
}

.xz-list .title {
	font-size: 14px;
	overflow: hidden;
	color: #454545;
	line-height: 22px;
	height: 22px;
	margin-bottom: 5px;
	padding-left: 20px;
	background: url(../images/xz-list-title.png) no-repeat;
	background-position: 9px 7px;
}

.xz-list .txt {
	font-size: 12px;
	color: #888888;
	height: 20px;
	line-height: 20px;
	margin-bottom: 4px;
	padding-left: 20px;
	padding-right: 290px;
}

.xz-list .txt2 {
	font-size: 12px;
	color: #888888;
	height: 20px;
	line-height: 20px;
	margin-bottom: 4px;
	padding-left: 20px;
	padding-right: 290px;
}

.xz-list .txt2 .size {
	padding-left: 28px;
}

.xz-list .xz-span {
	float: right;
	font-size: 12px;
	color: #888888;
	overflow: hidden;
	position: absolute;
	top: 39px;
	right: 145px;
}

.xz-list .dowm {
	position: absolute;
	right: 0px;
	background: url(../images/dowm.png) no-repeat center center;
	width: 108px;
	height: 29px;
	overflow: hidden;
	top: 50%;
	margin-top: -15px;
}

.xz-list .dowm a {
	display: block;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	line-height: 29px;
	position: relative;
}

.xz-list .dowm a:before {
	content: '';
	width: 13px;
	height: 13px;
	display: block;
	background: url(../images/dowom-ioc.png) no-repeat center center;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	left: -100px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
}

.xz-list:hover .dowm a:before {
	left: 32px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
}

.xz-list:hover .dowm a {
	padding-left: 15px;
}

.xz-list:hover .dowm {
	background: url(../images/dowm2.png) no-repeat center center;
}

.xz-list.last {
	background: none;
}


/*è”ç³»*/

.lianxi-box {
	overflow: hidden;
}

.lianxi-boxs {
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 28px;
	border-bottom: 1px solid #dedede;
	margin-bottom: 28px;
}

.lianxi-box .title {
	font-size: 16px;
	color: #3f3f3f;
	line-height: 24px;
	overflow: hidden;
	font-weight: bold;
	margin-bottom: 13px;
}

.lianxi-boxs p {
	overflow: hidden;
	position: relative;
	color: #3f3f3f;
	line-height: 28px;
	font-size: 13px;
	padding-left: 72px;
	margin-bottom: 0px;
}

.lianxi-txt {
	overflow: hidden;
	float: left;
	width: 52%;
}

.lianxi-map {
	width: 48%;
	height: 460px;
	overflow: hidden;
	float: right;
}


/*å›¾ç‰‡æ¸¸è§ˆ*/

.pic-box-fl {
	/* overflow: hidden; */
	float: left;
	height: 30px;
	margin-top: 24px;
	position: relative;
}

.pic-box-fl span {
	font-size: 13px;
	color: #a5a5a5;
	float: left;
	line-height: 30px;
	padding-right: 15px;
}

.pic-box-fl .title {
	background: url(../images/pic-box-fl.png) no-repeat center center;
	width: 190px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 13px;
	color: #ffffff;
	float: left;
	position: relative;
}

.pic-box-fl .pic-box-more {
	position: absolute;
	width: 160px;
	top: 30px;
	left: 70px;
	position: absolute;
	background: #fff;
	display: none;
	z-index: 10;
}

.pic-box-fl:hover .pic-box-more {
	display: block;
}

.pic-box-more a {
	display: block;
	text-align: center;
	line-height: 30px;
	color: #0073c0;
	font-size: 12px;
	/*	border-bottom: 1px solid #0073c0;*/
}

.pic-box-more a:hover {
	background: #0073c0;
	color: #fff;
}

.pic-box {
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 62px;
}

.slider-more {
	width: 868px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 0;
}

.slider-more .flex-prev {
	display: block;
	position: absolute;
	left: -30px;
	background: url(../images/carousel-prev.jpg) no-repeat center center;
	width: 22px;
	height: 21px;
	cursor: pointer;
	overflow: hidden;
	text-indent: -1000px;
	top: 70px;
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
}

.slider-more .flex-next {
	display: block;
	position: absolute;
	right: -30px;
	background: url(../images/carousel-next.jpg) no-repeat center center;
	width: 22px;
	height: 21px;
	cursor: pointer;
	overflow: hidden;
	text-indent: -1000px;
	top: 70px;
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
}

.slider-more .flex-disabled {
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
}

.pic-box #carousel {
	width: 868px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
	height: 162px;
	overflow: hidden;
	padding: 0px 30px;
}

.pic-box #carousel .flex-direction-nav {
	display: none;
}

.pic-box #carousel .slides li {
	width: 25%;
	cursor: pointer;
	float: left;
}

.pic-box #carousel .slides li.flex-active-slide .img {
	border: 3px solid #0073c0;
}

.pic-box #carousel .slides li .img {
	width: 174px;
	height: 126px;
	border: 3px solid #ecebeb;
	overflow: hidden;
	margin: auto;
	padding: 15px;
}

.pic-box #slider .slides li .img img,
.pic-box #carousel .slides li .img img {
	max-width: 100%;
	max-height: 100%;
}

.pic-box #slider {
	position: relative;
	height: 435px;
	overflow: hidden;
}

.pic-box #slider .slides li {
	text-align: center;
	float: left;
	overflow: hidden;
	width: 100%;
}

.pic-box #slider .slides li .img {
	width: 510px;
	height: 360px;
	margin: auto;
	margin-bottom: 25px;
	position: relative;
	z-index: 1;
}

.pic-box #slider .slides li p {
	text-align: center;
	font-size: 14px;
	color: #0073c0;
	line-height: 30px;
	margin-bottom: 20px;
}

.flex-direction-nav {
	overflow: hidden;
}

.pic-box #slider .pic-box-prev {
	overflow: hidden;
	position: absolute;
	background: url(../images/slider-prev.jpg) no-repeat center center;
	width: 24px;
	height: 43px;
	cursor: pointer;
	text-indent: -1000px;
	top: 150px;
	left: 130px;
	z-index: 3;
	display: block !important;
	opacity: 1 !important;
}

.pic-box #slider .flex-next,
.pic-box #slider .flex-prev {
	display: none;
}

.pic-box #slider .pic-box-next {
	overflow: hidden;
	position: absolute;
	background: url(../images/slider-next.jpg) no-repeat center center;
	width: 24px;
	height: 43px;
	cursor: pointer;
	text-indent: -1000px;
	top: 150px;
	right: 130px;
	z-index: 3;
	display: block;
	opacity: 1 !important;
}

.pic-box #slider .flex-disabled {
	display: none;
}

.pic-box-fg {
	height: 1px;
	background: url(../images/pic-box-fg.jpg) no-repeat center center;
	overflow: hidden;
	margin-bottom: 42px;
}


/*ä¼˜æƒ */

.yh-box {
	overflow: hidden;
	padding-top: 10px;
	/*	padding-bottom: 50px;*/
}

.yh-boxs {
	overflow: hidden;
	background: url(../images/yh-boxs.jpg) no-repeat center bottom;
	padding-bottom: 22px;
	padding-top: 20px;
}

.yh-boxs:hover .yh-box-txt .more {
	background-color: #0073c0;
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	-ms-transition: background-color 0.2s;
	-o-transition: background-color 0.2s;
	transition: background-color 0.2s;
	text-align: center;
	font-size: 13px;
	display: block;
	color: #fff;
}

.yh-boxs:hover .title {
	color: #0073c0;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-ms-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
}

.yh-boxs .img {
	width: 186px;
	height: 137px;
	overflow: hidden;
	float: left;
	margin-right: 30px;
}

.yh-box-txt {
	overflow: hidden;
}

.yh-box-txt .title {
	font-size: 14px;
	color: #454545;
	line-height: 20px;
	overflow: hidden;
	margin-bottom: 12px;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-ms-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
}

.yh-box-txt .time {
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	overflow: hidden;
	margin-bottom: 11px;
}

.yh-box-txt .txt {
	font-size: 12px;
	color: #888888;
	line-height: 20px;
	overflow: hidden;
	height: 40px;
	text-align: justify;
	margin-bottom: 12px;
}

.yh-box-txt .more {
	width: 125px;
	height: 29px;
	background-color: #333333;
	overflow: hidden;
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	-ms-transition: background-color 0.2s;
	-o-transition: background-color 0.2s;
	transition: background-color 0.2s;
	font-size: 13px;
	display: block;
	color: #fff;
	text-align: center;
	line-height: 29px;
}

.yh-box-txt .more a {
	display: block;
	height: 29px;
	line-height: 29px;
	text-align: center;
	color: #e4e4e4;
	font-size: 13px;
}

.yh-boxs.active .yh-box-txt .title {
	font-size: 16px;
	color: #0073c0;
}

.yh-boxs.active .yh-box-txt .time {
	font-size: 12px;
	color: #0073c0;
}

.yh-boxs.active .yh-box-txt .txt {
	font-size: 13px;
	color: #0073c0;
}

.yh-boxs.active .yh-box-txt .more {
	background: url(../images/yh-more2.jpg) no-repeat center center;
}


/*æ‹›å•†*/

.zs-box {
	overflow: hidden;
	padding-top: 23px;
	padding-bottom: 35px;
}

.zs-box .title {
	text-align: center;
	font-size: 24px;
	color: #242424;
	line-height: 30px;
	margin-bottom: 22px;
}

.zs-box .txt {
	text-align: center;
	font-size: 13px;
	color: #242424;
	line-height: 20px;
	margin-bottom: 40px;
}

.zs-box-img {
	text-align: center;
	overflow: hidden;
	margin-bottom: 23px;
}

.zs-box-img img {
	max-width: 100%;
}

.zs-box .txt2 {
	font-size: 13px;
	color: #242424;
	line-height: 20px;
	margin-bottom: 15px;
	width: 955px;
	margin-left: auto;
	margin-right: auto;
}

.zs-box .zs-txt {
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	font-size: 13px;
	color: #777777;
	margin-bottom: 30px;
}

.zs-box .zs-txt p {
	line-height: 22px;
	display: inline-block;
	min-width: 340px;
}

.zs-box .zs-txt p span {
	color: #242424;
	font-size: 14px;
}


/*ç”³è¯·*/

.sq-box {
	overflow: hidden;
}

.sq-boxs .close {
	position: absolute;
	right: -15px;
	top: -15px;
	cursor: pointer;
	width: 30px;
	height: 30px;
	background: url("../images/xx.png");
    border-radius: 100%;
    -webkit-border-radius: 100%;
}

.sq-boxs {
	width: 720px;
	background: url(../images/sq-boxs.jpg) no-repeat center center;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -360px;
    margin-top: -270px;
	z-index: 30;
	display: none;
    padding-bottom:40px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
}

.sq-boxs .title {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 17px;
}

.sq-boxs .txt {
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	line-height: 20px;
	margin-bottom: 22px;
}

.sq-box-txt {
	overflow: hidden;
}

.sq-box-select {
	width: 49%;
	height: 31px;
	position: relative;
	background-color: #fff;
	background-image: url(../images/sq-box-select.jpg);
	background-repeat: no-repeat;
	background-position: center right;
	border: 1px solid #cacfd6;
	text-align: center;
	font-size: 13px;
	color: #828282;
	line-height: 31px;
	text-indent: -20px;
	margin: 0px 1px;
    box-sizing: border-box;
}

.sq-box-select select {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	opacity: 0;
	cursor: pointer;
}

.sq-box-txt {
	margin-bottom: 8px;
}
.sq-box-inputs-img{background: #fff;text-align: center;max-height: 130px;display:none;}
.sq-box-inputs-img img{max-height: 130px;max-width: 100%;}
.sq-box-input {
	overflow: hidden;
}
.sq-boxs-center{width: 500px;margin: 0 auto;}
.sq-box-inputs {
	overflow: hidden;
    position: relative;
    width: 49%;
}

.sq-box-inputs label {
	display: block;
	width: 73px;
	position: absolute;top:0;left: 0;
	text-align: center;
	font-size: 13px;
	color: #666;
	height: 31px;
	line-height: 31px;
}

.sq-box-inputs input {
	height: 29px;
	border: 1px solid #cacfd6;
	line-height: 29px;
	width: 100%;
	padding-left: 75px;
	padding-right: 9px;
	font-size: 12px;
    box-sizing: border-box
}

.sq-box-input {
	margin-bottom: 8px;
}

.sq-box-inputs textarea {
	border: 1px solid #cacfd6;
	line-height: 22px;
	width: 482px;
	height: 88px;
	padding-left: 9px;
	padding-right: 9px;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 8px;
	float: left;
}

.sq-box-bottom {
	overflow: hidden;
	margin-top: 2px;
}
.sq-box-inputs-long{width: 100%;}
.sq-box-submit {
	overflow: hidden;
	width: 265px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	font-size: 13px;
	color: #fff;
	border: none;
	background: #4f94e7;
	cursor: pointer;
	float: left;
	margin-right: 7px;
}

.sq-box-bottom .yzm {
	width: 77px;
	height: 29px;
	border: 1px solid #cacfd6;
	line-height: 29px;
	text-align: center;
	font-size: 12px;
	float: left;
	margin-right: 8px;
}

.sq-box-bottom .yzm-img {
	width: 102px;
	height: 31px;
	float: left;
	margin-right: 8px;
}

.sq-box-bottom .yzm-sx {
	float: left;
	overflow: hidden;
	font-size: 12px;
	color: #ffffff;
	line-height: 16px;
	cursor: pointer;
	margin-top: -2px;
}


/*æ‹›è˜*/

.zp-box {
	overflow: hidden;
}

.zp-top-img {
	overflow: hidden;
	margin-top: 2px;
	margin-bottom: 15px;
}

.zp-top img {
	max-width: 100%;
}

.zp-box .cp-title {
	height: 50px;
	overflow: hidden;
	cursor: pointer;
	line-height: 50px;
	position: relative;
}

.zp-box .zp-top {
	margin-left: 50px;
	overflow: hidden;
	background: url(../images/zp-top-b.jpg) no-repeat center bottom;
	font-size: 13px;
	color: #666666;
}

.zp-box .cp-txt {
	overflow: hidden;
	font-size: 13px;
	color: #ffffff;
	line-height: 24px;
	background: #939495;
	margin-left: 50px;
	padding: 22px 19px;
}

.zp-box .name {
	display: inline-block;
	padding-left: 18px;
	overflow: hidden;
	width: 435px;
	vertical-align: top;
}

.zp-box .num {
	width: 45px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}

.zp-box .time {
	width: 144px;
	display: inline-block;
	vertical-align: top;
	float: right;
}

.zp-box .cp-title.on .zp-top {
	color: #0073c0;
	background: none;
}

.zp-box .cp-title em {
	display: block;
	width: 7px;
	height: 7px;
	background: #a7a7a7;
	position: absolute;
	left: 19px;
	top: 22px;
}

.zp-box .sideMenu {
	overflow: hidden;
	position: relative;
	margin-bottom: 60px;
	margin-top: 15px;
}

.zp-box .sideMenu:before {
	content: '';
	width: 1px;
	background: url(../images/sideMenu.jpg);
	position: absolute;
	left: 22px;
	margin-bottom: 25px;
	margin-top: 30px;
	height: 100%;
}

.zp-box .cp-title.on em {
	width: 10px;
	height: 10px;
	background: #0073c0;
	left: 18px;
	top: 20px;
}


/*äº§å“åˆ—è¡¨*/

.cp-list,
.cp-list ul,
.cp-list ul li {
	overflow: hidden;
}

.cp-list {
	padding-top: 40px;
	padding-bottom: 20px;
	min-height: 280px;
}

.cp-list ul li {
	width: 25%;
	height: 428px;
	float: left;
	margin-bottom: 20px;
}

.cp-list ul li .img {
	height: 210px;
	overflow: hidden;
	background: #fff;
	position: relative;
	margin-bottom: 23px;
}

.cp-list ul li .img img {
	width: 200px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	z-index: 1;
}

.cp-list ul li .img-box {
	background: url(../images/img-box.png) no-repeat;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 2;
	opacity: 0;
}

.cp-list ul li:hover .img-box {
	opacity: 1;
}

.cp-list ul li:hover .more a {
	color: #0073c0;
}

.cp-list ul li .img-box a {
	display: block;
	height: 210px;
	overflow: hidden;
}

.cp-list ul li .img-box .img-txt {
	font-size: 16px;
	overflow: hidden;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	color: #fff;
	line-height: 20px;
	margin-top: 113px;
	height: 60px;
}

.cp-list ul li .title {
	font-size: 14px;
	color: #2f2f2f;
	line-height: 20px;
	overflow: hidden;
	padding: 2px 17px;
	text-align: center;
}

.cp-list ul li .txt {
	font-size: 12px;
	color: #777777;
	line-height: 20px;
	overflow: hidden;
	height: 60px;
	padding: 0px 11px;
	margin: 9px auto;
	margin-bottom: 15px;
	text-align: justify;
}

.cp-list ul li .fg {
	width: 210px;
	height: 1px;
	margin: auto;
	background: #e4e4e4;
}

.cp-list ul li .more {
	overflow: hidden;
	width: 210px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #dddddd;
	text-align: center;
	font-size: 12px;
	color: #777777;
	margin: 17px auto;
}

.cp-list ul li .more a {
	display: block;
	color: #777777;
}


/*æ”¯æŒ*/

/*.zhichi-box,*/
/*.zc-top {*/
	/*overflow: hidden;*/
/*}*/
.zhichi-box{ position: relative;;z-index: 6;}
.zc-top {
	padding-bottom: 15px;

}
.zc-top:after{content: '';clear: both;display: table;}
.xztj-box{padding-bottom: 33px;}
.zc-top-select {
	height: 42px;
	float: left;
	text-align: center;
	font-size: 13px;
	line-height: 42px;
	position: relative;
	width: 31%;
	margin-left: 4%;
    border:1px solid #ccc;
    box-sizing: border-box;
    cursor: pointer;
}
.zc-top-select p{font-size: 14px;color: #323232;}
.zc-top-select ul{position: absolute;width: 100%;left: -1px;top:40px;border:1px solid #ccc;background: #fff;max-height: 250px;overflow-y: auto;display: none;}
.zc-top-select ul li{line-height: 2.2em;font-size: 14px;cursor: pointer;}
.zc-top-select ul li:hover{background: #ccc;}
.zc-top-select:before{
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: url("../images/jszc12.png") no-repeat center;
    background-size: cover;
    top:50%;
    right: 20px;
    margin-top: -8px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}
.zc-top-select.active:before{
    background: url("../images/jszc13.png") no-repeat center;
    background-size: cover;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.zc-top-select select {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

.zc-top-search {
	border: 1px solid #e1e1e1;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
    float: left;
	width: 30%;
    box-sizing: border-box;
}

.zc-top-txt {
	width: auto;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	background: none;
	border: none;
	float: left;
	text-align: center;
	width: 235px;
}

.zc-top-submit {
	height: 40px;
	line-height: 50px;
	font-size: 14px;
	float: right;
	background: url("../images/jszc14.jpg") no-repeat center;
    background-size: cover;
	border: none;
	text-align: center;
	width: 73px;
	color: #fff;
	cursor: pointer;
    text-indent: 100px;
}

.zc-boxs {
	overflow: hidden;
}

.zc-boxs-b {
	overflow: hidden;
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 12px;
	padding-right: 12px;
}

.zc-boxs .zc-li {
	display: block;
	overflow: hidden;
	float: left;
	height: 296px;
}

.zc-boxs .zc-li1 {
	width: 49%;
}

.zc-boxs .zc-li2 {
	margin-left: 2%;
	width: 49%;
}

.zc-boxs.active {
	background: #f3f3f3;
}

.zc-box-top {
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 6px;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
}

.zc-box-top span {
	float: left;
	overflow: hidden;
	font-size: 16px;
	color: #242424;
	height: 22px;
	line-height: 22px;
	display: block;
	background: url(../images/zc-box-top.png) no-repeat;
	padding-left: 20px;
	background-position: 6px 7px;
}

.zc-li2 .zc-box-top span {
	margin-left: 18px;
}

.zc-boxs.active .zc-li2 .zc-box-top span {
	margin-left: 0px;
}

.zc-box-top .more {
	float: right;
	width: 61px;
	height: 100%;
	display: block;
	background: url(../images/more.png) no-repeat 98% 50%;
	overflow: hidden;
	text-indent: -1000px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}

.zc-li .zc-tj {
	overflow: hidden;
	height: 92px;
}

.zc-li .zc-tj a {
	overflow: hidden;
	display: block;
	height: 92px;
}

.zc-li .zc-tj .img {
	overflow: hidden;
	width: 122px;
	height: 92px;
	float: left;
	margin-right: 18px;
}

.zc-li .zc-tj .title {
	color: #3c3c3c;
	font-size: 14px;
	line-height: 18px;
	height: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

.zc-li .zc-tj .txt {
	font-size: 13px;
	line-height: 22px;
	color: #5a5a5a;
	max-height: 66px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.zc-li .txt-li {
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 21px;
}

.zc-li .txt-li a {
	display: block;
	height: 20px;
	line-height: 20px;
	color: #888888;
	font-size: 13px;
	margin-bottom: 5px;
	position: relative;
	padding-left: 3px;
	padding-right: 95px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
}

.zc-li .txt-li a span {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 80px;
	text-align: right;
}

.zc-li1 .zc-tj,
.zc-li1 .txt-li {
	padding-right: 12px;
}

.zc-li2 .zc-tj,
.zc-li2 .txt-li {
	padding-left: 20px;
}

.fangan-box {
	overflow: hidden;
	max-width: 1040px;
	padding-left: 12px;
	padding-right: 12px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8px;
}

.fangan-top {
	overflow: hidden;
	height: 22px;
	/*padding-bottom: 33px;*/
	padding-top: 16px;
	position: relative;
    margin-bottom: 15px;
}

.fangan-top .more {
    float: right;
    width: 61px;
    height: 100%;
    display: block;
    background: url(../images/more.png) no-repeat 100% 50%;
    overflow: hidden;
    text-indent: -1000px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}

.fangan-top .title {
	font-size: 18px;
	color: #242424;
	overflow: hidden;
	padding-right: 22px;
	line-height: 22px;
}

.fangan-top .txt {
	font-size: 14px;
	color: #666666;
}

.fangan-box .slides li {
	overflow: hidden;
	width: 32.5%;
	height: 230px;
	float: left;
	margin-right: 1.25%;
}

.fangan-box .slides li:nth-child(3n){
	margin-right: 0px;
}

.fangan-box .slides li img {
	width: 100%;
}

.fangan-box .slides li p {
	text-align: center;
	font-size: 13px;
	color: #242424;
	line-height: 22px;
	height: 22px;
	overflow: hidden;
	margin-top: 14px;
	margin-bottom: 20px;
}

.fangan-box .custom-controls-container {
	display: inline-block;
	overflow: hidden;
	float: right;
	margin-top: 4px;
	margin-right: 15px;
}

.fangan-box .flex-direction-nav {
	display: none;
}

.fangan-box .custom-controls-container li {
	display: inline-block;
	width: 10px;
	height: 10px;
	overflow: hidden;
	margin: 0px 2px;
}

.fangan-box .custom-controls-container li a {
	overflow: hidden;
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -1000px;
	background: url(../images/fangan-box.jpg) no-repeat center center;
	cursor: pointer;
}

.fangan-box .custom-controls-container li a.flex-active {
	background: url(../images/fangan-box2.jpg) no-repeat center center;
}

.fa-img{
	overflow: hidden;
}

.fa-img .slides{
	overflow: hidden;
	margin-left: -1%;
}

.zc-wt {
	overflow: hidden;
	background: #f3f3f3;
	padding-top: 10px;
}

.zc-wt-top {
	max-width: 1040px;
	padding-left: 12px;
	padding-right: 12px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	height: 82px;
	line-height: 82px;
	border-bottom: 2px solid #757575;
	margin-bottom: 22px;
}

.zc-wt-top .title {
	font-size: 18px;
	color: #242424;
	padding-right: 24px;
	transition: all .3s;
}

.zc-wt-top .txt {
	font-size: 14px;
	color: #666666;
}

.zc-wt-li {
	overflow: hidden;
	padding-left: 15px;
	margin-bottom: 15px;
}

.zc-wt-box {
	overflow: hidden;
	max-width: 1008px;
	padding-left: 12px;
	padding-right: 12px;
	margin-left: auto;
	margin-right: auto;
}

.zc-wt-li label {
	display: inline-block;
	width: 60px;
	text-align: center;
	line-height: 31px;
	height: 31px;
	font-size: 13px;
	color: #3c3c3c;
}

.zc-wt-li input {
	height: 29px;
	line-height: 29px;
	border: 1px solid #e2e1e1;
	font-size: 13px;
	color: #828282;
	padding: 0px 11px;
	display: inline-block;
	vertical-align: top;
}

.zc-wt-ts {
	overflow: hidden;
	line-height: 20px;
	font-size: 12px;
	color: #828282;
	padding-left: 81px;
	margin-top: 35px;
	margin-bottom: 6px;
}

.yzm-img {
	width: 102px;
	height: 29px;
	/*margin-top: 1px;*/
	display: inline-block;
	vertical-align: top;
	margin-left: -5px;
}

.zc-wt-li .shuaxin {
	color: #528bd1;
	font-size: 12px;
}

.zc-wt-li textarea {
	border: 1px solid #e2e1e1;
	overflow: hidden;
	padding: 6px 12px;
	vertical-align: top;
	line-height: 20px;
	width: 820px;
	height: 100px;
}

.zc-wt-tj {
	overflow: hidden;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 26px;
	padding-bottom: 40px;
}

.zc-wt-tj a {
	display: block;
	background: #366cad;
	border: 1px solid #dcdcdc;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	height: 47px;
	line-height: 47px;
	overflow: hidden;
	text-align: center;
}

.zc-wt-tj input {
	width: 912px;
	height: 47px;
	line-height: 47px;
	overflow: hidden;
	border: 1px solid #dcdcdc;
	text-align: center;
	font-size: 13px;
	background: #366cad;
	color: #fff;
	cursor: pointer;
	margin-left: 80px;
}


/*äº§å“ä¿¡æ¯*/

.cpxx-box {
	overflow: hidden;
	max-width: 1064px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 22px;
	margin-bottom: 32px;
	padding-left: 0px;
	padding-right: 0px;
}

.cpxx-li {
	margin-bottom: 1%;
	overflow: hidden;
}
.icbox{position: relative;}

.cpxx-boxs {
	overflow: hidden;
	width: 32.5%;
	float: left;
	margin-right: 1.25%;
	border-bottom: 1px solid #cee2ef;
	transition: all .3s linear;
}
.cp-list2-list .cpxx-boxs{width: 100%;}
.cpxx-boxs:hover{background: #2790d6;}
.cpxx-boxs:hover .title{color: #fff;}
.cp1{background-image: url("../images/ccbg1.png");}
.cp2{background-image: url("../images/ccbg2.png");}
.cp3{background-image: url("../images/ccbg3.png");}
.cp4{background-image: url("../images/ccbg4.png");}
.cp5{background-image: url("../images/ccbg5.png");}
.cp6{background-image: url("../images/ccbg6.png");}
.cp7{background-image: url("../images/ccbg7.png");}
.cp8{background-image: url("../images/ccbg8.png");}
.cp9{background-image: url("../images/ccbg9.png");}
.cp10{background-image: url("../images/ccbg10.png");}
.icbox{width: 40px;margin: 20px auto 0;position: relative;transition: all .3s linear;}
.ybox{position: relative;width: 15px;margin: 0 auto}
.ic2{position: absolute;top:0;left: 50%;opacity: 0;margin-left: -16px;}
.cp-list2-list .ic2{margin-left: -24px;}
.ybox1{display: none;}
.ybox{margin-top: 10px;}
.ybox2{transform: translateY(20px);opacity: 0;}
.cpxx-boxs img{transition: all .3s linear;}
.cpxx-boxs:hover .ic2{opacity: 1;}
.cpxx-boxs:hover .ic1{opacity: 0;}

.cpxx-boxs:hover .ybox2{transform: translateY(0);opacity: 1;}
.cpxx-boxs:hover .icbox{margin-top: 0;}

.cpxx-boxs.last {
	margin-right: 0px;
	float: right;
}

.cpxx-boxs .img {
	overflow: hidden;
}

.cpxx-boxs .img img {
	float: left;
	width: 100%;
}

.cpxx-boxs a {
	overflow: hidden;
	position: relative;
	display: block;
}

.cpxx-boxs .title {
	font-size: 16px;
	color: #0073c0;
	z-index: 10;
	height: 30px;
	line-height: 30px;
	transition: all .3s linear;
}
.table{display: table;height: 100%;}
.table-cell{display: table-cell;vertical-align: middle;}
.cpxx-con{position: absolute;right: 10%;top:0;height: 100%;text-align: center;}
.cpxx-center {
	position: absolute;
	top: 24.8%;
	left: 50%;
	width: 32.5%;
	margin-left: -16.25%;
}

.cpxx-center img {
	width: 100%;
	float: left;
}

.main-nav-more {
	background: url(../images/more.png) no-repeat;
	width: 61px;
	height: 17px;
	display: block;
	float: right;
	margin-top: 5px;
}


/*ç™»å½•*/


/*.login-box {
	overflow: hidden;
}*/

.login-top {
	overflow: hidden;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 40px;
}

.login-top .title {
	font-size: 18px;
	color: #242424;
	padding-right: 22px;
}

.login-top .txt {
	color: #666666;
	font-size: 14px;
}

.login-main {
	overflow: hidden;
	width: 1065px;
	height: 331px;
	background: url(../images/login-main.png) no-repeat center center;
	margin-bottom: 75px;
}

.login-lis {
	overflow: hidden;
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	margin-bottom: 50px;
}

.login-lis label {
	color: #737373;
	display: inline-block;
	line-height: 30px;
	font-size: 14px;
	margin-right: 22px;
	margin-left: 22px;
}

.login-lis input[type=text],
.login-lis input[type=password] {
	background-color: #f8f8f8;
	line-height: 26px;
	height: 26px;
	border: 1px solid #cecece;
	background-repeat: no-repeat;
	background-position: 5px 3px;
	display: inline-block;
}

.login-lis textarea {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #cecece;
	background-color: #f8f8f8;
	padding: 5px 15px;
	width: 260px;
	line-height: 20px;
	height: 100px;
}

.login-lis .yzm-img {
	display: inline-block;
	vertical-align: top;
	margin: 0px 6px;
	margin-top: 1px;
	width: 80px;
	height: 30px;
}

.login-lis .shuaxin {
	color: #0075c4;
	font-size: 12px;
}

.login-bottom {
	background: url(../images/login-bottom.jpg) no-repeat top center;
	overflow: hidden;
}

.login-bottoms {
	overflow: hidden;
	text-align: center;
	padding-top: 32px;
	padding-bottom: 40px;
}

.login-bottoms a,
.login-bottoms label {
	display: inline-block;
	font-size: 12px;
	color: #9f9f9f;
	vertical-align: middle;
	cursor: pointer;
}

.login-bottoms a.f-pass {
	margin-left: 58px;
	margin-right: 58px;
}

.login-bottoms input {
	display: inline-block;
	vertical-align: middle;
	margin-top: 1px;
}

.login-submit {
	overflow: hidden;
	width: 219px;
	height: 46px;
	background: url(../images/login-submits.png) no-repeat center center;
	margin-left: auto;
	margin-right: auto;
}

.login-submit input {
	width: 100%;
	height: 46px;
	line-height: 46px;
	display: block;
	background: none;
	border: none;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	cursor: pointer;
}

.qs-radio {
	overflow: hidden;
	width: 292px;
	display: inline-block;
	vertical-align: middle;
}

.qs-radio label {
	width: auto !important;
	margin-left: 0px !important;
	margin-right: 10px;
	float: left;
	display: block;
	line-height: 28px;
	font-size: 13px;
	cursor: pointer;
}

.qs-radio input[type=radio] {
	float: left;
	margin-right: 9px;
	margin-top: 7px;
}


/*äº§å“è¯¦æƒ…*/

.cp-xq-top {
	overflow: hidden;
	float: left;
	height: 35px;
	margin-top: 15px;
}

.cp-xq-top .back {
	font-size: 14px;
	color: #828282;
	overflow: hidden;
	display: block;
	height: 35px;
	background: url(../images/cp-xq-back.png) no-repeat left center;
	line-height: 35px;
	padding-left: 27px;
	float: left;
	margin-right: 15px;
}

.cp-xq-top .fx {
	width: 35px;
	height: 35px;
	background: url(../images/xq-fx.png) no-repeat center center;
	display: block;
	overflow: hidden;
	text-indent: -1000px;
	float: left;
}

.cp-box {
	overflow: hidden;
	padding-top: 38px;
	border-bottom: 1px solid #cccccc;
}

.cp-box-img {
	overflow: hidden;
	width: 520px;
	float: left;
	margin-top: 13px;
	margin-bottom: 30px;
}

.cp-box-img .slides li {
	text-align: center;
	float: left;
	height: 300px;
	overflow: hidden;
}

.cp-box-img .slides li img {
	width: 420px;
	/* height: 300px; */
}

.cp-box-img .flexslider .flex-viewport {
	height: 300px;
	overflow: hidden;
}

.cp-box-img .flex-control-nav {
	overflow: hidden;
	text-align: center;
	margin-top: 13px;
}

.cp-box-img .flex-control-nav li {
	width: 69px;
	height: 49px;
	overflow: hidden;
	display: inline-block;
	text-align: center;
	position: relative;
	margin: 10px 2px;
}

.cp-box-img .flex-control-nav li img {
	border: 1px solid #dadada;
	width: 65px;
	/* height: 47px; */
	cursor: pointer;
}

.cp-box-img .flex-control-nav li img.flex-active {
	border: 2px solid #064e7e;
	width: 63px;
	/* height: 45px; */
}

.cp-box-img .flex-direction-nav {
	display: none;
}

.cp-box-top {
	overflow: hidden;
	padding-left: 89px;
	padding-right: 33px;
	padding-top: 45px;
}

.cp-box-top .title {
	font-size: 22px;
	color: #2f2f2f;
	overflow: hidden;
	line-height: 28px;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-bottom: 11px;
}

.cp-box-top .txt {
	font-size: 12px;
	color: #777777;
	overflow: hidden;
	line-height: 20px;
	text-align: justify;
	margin-bottom: 20px;
}

.cp-box-top .shuoming {
	overflow: hidden;
	line-height: 22px;
	margin-bottom: 14px;
}

.cp-box-top .shuoming p {
	font-size: 13px;
	color: #2f2f2f;
	margin-bottom: 4px;
}


/*.cp-box-top .shuoming span {
	font-size: 13px;
	font-weight: bold;
	color: #2f2f2f;
}*/

.cp-tobuy {
	overflow: hidden;
}

.cp-tobuy .buy {
	overflow: hidden;
	width: 140px;
	height: 37px;
	line-height: 37px;
	border: 1px solid #dddddd;
	display: inline-block;
	margin-right: 3px;
}

.cp-tobuy .buy a {
	font-size: 12px;
	color: #777777;
	display: block;
	text-align: center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.cp-tobuy .buy a:hover,
.cp-tobuy .dowm a:hover {
	color: #fff;
	background-color: #0073c0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.cp-tobuy .dowm a:hover {
	background: url(../images/cp-tobuy2.png) #0073c0 no-repeat;
	background-position: 28px 12px;
}

.cp-tobuy .dowm {
	overflow: hidden;
	width: 140px;
	height: 37px;
	line-height: 38px;
	border: 1px solid #dddddd;
	display: inline-block;
}

.cp-tobuy .dowm a {
	font-size: 12px;
	color: #777777;
	display: block;
	text-align: center;
	background: url(../images/cp-tobuy.png) no-repeat;
	background-position: 28px 12px;
	padding-left: 20px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.cp-titles {
	overflow: hidden;
	font-size: 22px;
	color: #3c3c3c;
	line-height: 30px;
}

.cp-cs {
	overflow: hidden;
	border-top: 1px solid #cccccc;
	padding-top: 25px;
	padding-bottom: 0px;
}

.cp-cs .cp-titles {
	float: left;
	overflow: hidden;
}

.cp-cs-txt {
	width: 840px;
	overflow: hidden;
	float: right;
}

.cp-cs-l,
.cp-cs-r {
	width: 50%;
	overflow: hidden;
	float: left;
}

.cp-cs-txt p {
	font-size: 14px;
	color: #3c3c3c;
	line-height: 26px;
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
}

.cp-cs-txt p .cp-b {
	font-size: 14px;
	color: #3c3c3c;
	font-weight: bold;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 4px;
}

.cp-cs-txt p .cp-c {
	display: block;
	overflow: hidden;
}

.cp-js {
	overflow: hidden;
	padding-top: 24px;
}

.cp-js .cp-titles {
	margin-bottom: 28px;
}

.cp-js p {
	font-size: 14px;
	color: #3c3c3c;
	line-height: 2em;
	text-align: justify;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.cp-js p img {
	/*	display: table;*/
	margin-left: auto;
	margin-right: auto;
	max-width: 100% !important;
}

.js-title {
	overflow: hidden;
	font-size: 16px !important;
	color: #3c3c3c !important;
	margin-bottom: 18px !important;
}

.js-qh-box {
	overflow: hidden;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 80px;
}

.js-qh-boxs {
	display: inline-block;
	overflow: hidden;
	text-align: center;
}

.js-qh-boxs .img {
	width: 172px;
	height: 172px;
	background: url(../images/js-qh-box.png) no-repeat center center;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 10px;
}

.js-qh-boxs span {
	display: block;
	width: 16px;
	height: 9px;
	background: none;
	margin: auto;
	margin-bottom: 15px;
}

.js-qh-boxs2 {
	margin-left: 160px;
	margin-right: 160px;
}

.js-qh-boxs i {
	display: block;
	height: 172px;
	width: 172px;
	background-repeat: no-repeat;
	background-position: center center;
}

.js-qh-boxs1 i {
	background-image: url(../images/js-ioc1.png);
}

.js-qh-boxs2 i {
	background-image: url(../images/js-ioc2.png);
}

.js-qh-boxs3 i {
	background-image: url(../images/js-ioc3.png);
}

.js-qh-boxs p {
	font-size: 16px;
	color: #3c3c3c;
	line-height: 60px;
	text-align: center;
}

.js-qh-txt {
	text-align: left;
	background: #3c3c3c;
	padding: 20px 25px;
	font-size: 13px;
	color: #eaeaea;
	line-height: 26px;
	border-radius: 18px;
	display: none;
}

.js-qh-boxs.active .img {
	background: url(../images/js-qh-box2.png) no-repeat center center;
}

.js-qh-boxs1.active i {
	background-image: url(../images/js-ioc1s.png);
}

.js-qh-boxs2.active i {
	background-image: url(../images/js-ioc2s.png);
}

.js-qh-boxs3.active i {
	background-image: url(../images/js-ioc3s.png);
}

.js-qh-boxs.active span {
	background: url(../images/js-more.png) no-repeat center center;
}

.js-bottom {
	overflow: hidden;
	text-align: center;
	padding-top: 46px;
	padding-bottom: 50px;
	border-top: 1px solid #cccccc;
	margin-top: 18px;
}

.js-bottom-box {
	display: block;
	overflow: hidden;
	float: left;
	width: 20%;
	height: 123px;
	position: relative;
}

.js-bottom-box.js-bottoms {
	background: url(../images/js-bottom-box.png) no-repeat right center;
}

.js-bottom-box a {
	display: block;
	width: 207px;
	height: 123px;
	overflow: hidden;
}

.js-bottom-box .img {
	width: 80px;
	height: 80px;
	overflow: hidden;
	margin-bottom: 13px;
	margin-left: auto;
	margin-right: auto;
}

.js-bottom-box p {
	font-size: 12px;
	color: #777777;
	line-height: 30px;
}

.sq-mask {
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	background: url(../images/sq-mask.png);
	z-index: 20;
	display: none;
}

.search-txts {
	/*	width: 1037px;*/
	padding: 5px 12px;
	margin: 0px auto;
	overflow: hidden;
	max-width: 1040px;
}

.search-txts dt {
	font-size: 19px;
	color: #3c3c3c;
	margin-bottom: 20px;
	margin-left: 26px;
	cursor: pointer;
}


/* Triangle list item */

.search-txts dt:before {
	content: "";
	border-color: transparent #ccc;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	display: block;
	height: 0;
	width: 0;
	left: -16px;
	top: 17px;
	position: relative;
}

.search-txts dd {
	padding: 20px;
	background: #FDFCFA;
	border-radius: 5px;
	border: 1px solid #F2EEE6;
	margin: 20px 0 0px;
	position: relative;
}

.search-txts dd p {
	overflow: hidden;
}

.search-txts dd p a {
	color: #5a5a5a;
	font-size: 13px;
	line-height: 26px;
}

.search-txts dd p span {
	float: right;
}


/* Triangle in definition container */

.search-txts dd:after,
.search-txts dd:before {
	bottom: 100%;
	left: 6%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.search-txts dd:after {
	border-color: rgba(136, 183, 213, 0);
	border-color: transparent;
	border-bottom-color: #FDFCFA;
	border-width: 15px;
	margin-left: -15px;
}

.search-txts dd:before {
	border-color: rgba(194, 225, 245, 0);
	border-color: transparent;
	border-bottom-color: #F2EEE6;
	border-width: 17px;
	margin-left: -17px;
}

.new_main {
	overflow: hidden;
	padding: 15px 33px;
	max-width: 1037px;
	margin: auto;
}

.new_main_top {
	overflow: hidden;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 21px;
}

.new_main_top .title {
	overflow: hidden;
	font-size: 22px;
	color: #413e3e;
	line-height: 35px;
	margin-bottom: 10px;
	margin-top: 15px;
	text-align: center;
	font-weight: bold;
}

.new_main_top .time {
	font-size: 16px;
	color: #8d8d8d;
	line-height: 22px;
	font-family: arial;
	text-align: center;
}

.new_main_txt {
	overflow: hidden;
	padding: 3.5% 0px;
}

.new_main_txt p {
	font-size: 14px !important;
	color: #646464 !important;
	line-height: 2em !important;
	padding: 6px 0px !important;
}

.new_main_txt p * img {
	max-width: 100% !important;
	height: auto;
}

.new_main_bottom {
	overflow: hidden;
}

.new_main_bottom .wtjj {
	text-align: center;
	overflow: hidden;
}

.new_main_bottom .wtjj .ok {
	background: url(../images/ok.png) no-repeat left center;
	line-height: 32px;
	padding-left: 40px;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	color: #8d8d8d;
	margin: 0px 15px;
	cursor: pointer;
}

.new_main_bottom .wtjj .nok {
	background: url(../images/nok.png) no-repeat left center;
	line-height: 32px;
	padding-left: 40px;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	color: #8d8d8d;
	margin: 0px 15px;
	cursor: pointer;
}

.new_main_bottom .wtjj .active {
	color: #000;
}

.new_main_bottom .back {
	border-bottom: 1px solid #e3e3e3;
	overflow: hidden;
	text-align: center;
}

.new_main_bottom .back a {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	line-height: 60px;
	height: 60px;
	font-size: 12px;
	color: #0073c0;
	background: url(../images/new_main_back.png) no-repeat center right;
	padding-right: 15px;
	padding-left: 10px;
}

.new_main_np {
	overflow: hidden;
	text-align: center;
}

.new_main_np a {
	font-size: 12px;
	color: #7f7f7f;
	line-height: 52px;
	display: inline-block;
	overflow: hidden;
	width: 55px;
	text-indent: -1000px;
}

.new_main_np .prev {
	background: url(../images/new_main_np.png) no-repeat center left;
	padding-left: 16px;
}

.new_main_np .prev span {
	float: left;
	padding-right: 16px;
	display: block;
	text-indent: 0px;
}

.new_main_np .next {
	background: url(../images/new_main_np2.png) no-repeat center right;
	padding-right: 16px;
}

.new_main_np .next span {
	float: right;
	padding-left: 16px;
	display: block;
	text-indent: 0px;
}

.sea-tx {
	max-width: 1037px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	font-size: 16px;
	line-height: 45px;
	padding: 0px 15px 0px 15px;
}

.sea-tx2 {
	padding: 0px 15px 0px 15px;
	background: #d9d8d8;
}


/*footer修改*/
.footer-box .footer-box4{float: right; margin: 10px 30px 0 0}


@media (max-width: 1366px){
    .sq-boxs .title{margin-top: 20px;}
    .sq-boxs{padding-bottom: 20px;}
}


