body,
div,
ul,
li,
a,
ol,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
form,
input,
span,
label,
b,
textarea {
	margin: 0;
	padding: 0;
	line-height: 100%;
	text-decoration: none;
	box-sizing: border-box;
	font-family: 'Source Han Sans CN';
}

body {
	background-color: #FFFFFF;
	margin: 0;
	font-family: 'Source Han Sans CN';
	min-width: 1280px;
}

@font-face {
	font-family: zaofang;
	/*这里是说明调用来的字体名字*/
	src: url(../font/SourceHanSansCN-Regular.otf);
	/*这里是字体文件路径*/
}

ul {
	list-style: none;
}

li {
	list-style: none;
}

button {
	border: none;
}

img,
input {
	outline: none;
	line-height: normal;
}

input[type=button],
input[type=submit],
input[type=file],
button {
	cursor: pointer;
	-webkit-appearance: none;
}

a {
	-webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
}

i,
em {
	font-style: normal;
}

a:hover {
	text-decoration: none;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0%;
	clear: both;
}

header {
	width: 100%;
	padding: 10px 0;
	padding-bottom: 15px;
	background-color: #FFFFFF;
}

.header {
	width: 1200px;
	margin: auto;
}

.header1 {
	text-align: right;
}

.header1link {
	font-size: 14px;
	display: inline-block;
	margin-right: 20px;
	line-height: 20px;
	color: #666666;
}

.header1lange {
	display: inline-block;
	position: relative;
}

.header1lange h4 {
	font-size: 14px;
	display: inline-block;
	line-height: 20px;
	color: #666666;
	cursor: pointer;
}

.header1lange h4 i {
	margin-left: 3px;
}

.header1lange div {
	position: absolute;
	left: -40px;
	top: 25px;
	width: 115px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 5px #BDBDBD;
	-webkit-box-shadow: 0px 0px 5px #BDBDBD;
	box-shadow: 0px 0px 5px #BDBDBD;
	border-radius: 5px;
	background-color: #FFFFFF;
	max-height: 0px;
	overflow: hidden;
	transition: all 0.3s ease;
	z-index: 2;
}

.header1lange div a {
	font-size: 14px;
	display: block;
	text-align: center;
	line-height: 25px;
	color: #666666;
	transition: all 0.3s ease;
}

.header1lange div a:first-child {
	padding-top: 5px;
}

.header1lange div a:last-child {
	padding-bottom: 5px;
}

.header1lange:hover>div {
	max-height: 500px;
}

.header1lange div a:hover {
	color: #1eb7bc;
}

.header2 {
	width: 100%;
	margin-bottom: 20px;
}

.header2logo {
	height: 40px;
	float: left;
	margin-top: 30px;
}

.header2logo img {
	height: 100%;
}

.header2ss {
	width: 55%;
	float: left;
	margin: 0 5%;
}

.header2sstit {
	width: 100%;
}

.header2sstit p {
	width: 50px;
	font-size: 15px;
	line-height: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
	color: #222222;
	display: inline-block;
	cursor: pointer;
}

.header2sstit .header2sstitxz {
	color: #1eb7bc;
}

.header2ssnr {
	width: 100%;
}

.header2ssnr1 {
	width: 100%;
	height: 40px;
	border: 2px solid #1EB7BC;
	position: relative;
	padding-left: 40px;
	padding-right: 140px;
	border-radius: 5px;
	display: none;
}

.header2ssnr1 i {
	font-size: 20px;
	position: absolute;
	left: 10px;
	line-height: 36px;
	top: 0;
	color: #999999;
}

.header2ssnr1 input {
	width: 100%;
	border: none;
	outline-style: none;
	height: 36px;
	font-size: 16px;
}

.header2ssnr1 input::-webkit-input-placeholder {
	color: #dddddd;
}

.header2ssnr1 button {
	width: 135px;
	height: 36px;
	line-height: 36px;
	border: none;
	background-color: #1EB7BC;
	color: #FFFFFF;
	font-size: 16px;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
}

.sskj {
	position: absolute;
	width: 17px;
	left: 23px;
	top: -9px;
}

.header2ssnr1:nth-child(2) .sskj {
	left: 104px;
}

.header2dl {
	float: right;
	width: 18%;
	text-align: right;
	padding-top: 30px;
}

.header2dl .icon-denglu {
	font-size: 40px;
	color: #222222;
	line-height: 40px;
	float: left;
}

.header2dl1 {
	display: inline-block;
	line-height: 40px;
	background-color: #1EB7BC;
	color: #FFFFFF;
	padding: 0 20px;
	margin: 0 14px;
	float: left;
	font-size: 16px;
	border-radius: 5px;
	transition: all 0.3s ease;
}

.header2dl1:hover {
	background-color: #222222;
}

.header2dl2 {
	display: inline-block;
	line-height: 40px;
	background-color: #ffffff;
	color: #222222;
	float: right;
	font-size: 16px;
	border-radius: 5px;
	transition: all 0.3s ease;
}

.header2dl2:hover {
	color: #1EB7BC;
}

.indexbody {
	width: 100%;
	background-color: #f0f1f2;
}

.index01 {
	width: 1200px;
	padding: 30px 0;
}

.index01 {
	width: 1200px;
	margin: auto;
}

.index01left {
	width: 23%;
	float: left;
	background-color: #FFFFFF;
}

.index01lefttit {
	line-height: 45px;
	background-color: #1EB7BC;
	color: #FFFFFF;
	padding: 0 15px;
	font-size: 18px;
}

.index01lefttit i {
	margin-right: 5px;
}

.index01leftlb {
	width: 100%;
	height: 578px;
	overflow: auto;
	padding: 20px 10px;
}

.index01leftlb li {
	margin-bottom: 20px;
}

.index01leftlb li:last-child {
	margin-bottom: 0;
}

.index01leftlb li h4 {
	font-size: 15px;
	color: #222222;
	line-height: 20px;
	padding-right: 30px;
	position: relative;
	font-weight: bold;
	margin-bottom: 17px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index01leftlb li h4 i {
	font-size: 12px;
	color: #9f9d9d;
	line-height: 20px;
	position: absolute;
	right: 0;
	top: 0;
}

.index01leftlb li a {
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 28px;
	margin: 5px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s ease;
}

.index01leftlb li a:hover {
	color: #1EB7BC;
	padding-left: 5px;
}

.index01right {
	width: 75%;
	float: right;
}

.index01righttit {
	margin-top: 10px;
}

.index01righttit a {
	font-size: 18px;
	color: #222222;
	line-height: 40px;
	margin-right: 35px;
	transition: all 0.3s ease;
}

.index01righttit a:nth-child(1) {
	color: #1EB7BC;
}

.index01righttit a:hover {
	color: #1EB7BC;
}

.index01rightlb {
	width: 100%;
	float: left;
	margin-top: 10px;
}

.index01rightlb li {
	width: 20%;
	float: left;
	border-right: 1px solid #f0f1f2;
	border-bottom: 1px solid #f0f1f2;
	position: relative;
}

.index01rightlb li:nth-child(5n) {
	border-right: 0px;
}

.index01rightlb li img {
	width: 100%;
	height: 100px;
	display: block;
}

.index01rightlb li div {
	width: 100%;
	height: 100%;
	padding: 0 10px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	color: #FFFFFF;
	opacity: 0;
	transition: all 0.3s ease;
	background-color: rgba(0, 104, 183, 0.9);
}

.index01rightlb li h4 {
	font-size: 14px;
	line-height: 18px;
	padding-top: 25px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index01rightlb li p {
	font-size: 14px;
	display: inline-block;
	line-height: 20px;
	padding: 0 15px;
	margin-top: 10px;
	border: 1px solid #FFFFFF;
}

.index01rightlb li:hover>a div {
	opacity: 1;
}

.index02 {
	width: 1200px;
	margin: auto;
	background-color: #FFFFFF;
	padding: 30px;
}

.index02tit {
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 25px;
}

section {
	box-sizing: border-box;
}

.index02lb {
	width: 100%;
	padding: 0 20px;
	position: relative;
}

.swiper-container02lb {
	width: 100%;
	overflow: hidden;
}

.swiper-container02lb .swiper-slide img {
	width: 100%;
	display: block;
}

.swiper-container02lb .swiper-slide p {
	font-size: 14px;
	text-align: center;
	line-height: 16px;
	margin-top: 5px;
	color: #222222;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index02left {
	width: 30px;
	line-height: 80px;
	height: 80px;
	background-color: rgba(0, 0, 0, 0.5);
	font-family: '黑体';
	color: #FFFFFF;
	text-align: center;
	font-size: 25px;
	position: absolute;
	left: -30px;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	transition: all 0.3s ease;
}

.index02left:hover {
	background-color: rgba(0, 0, 0, 0.7);
}

.index02right {
	width: 30px;
	line-height: 80px;
	height: 80px;
	background-color: rgba(0, 0, 0, 0.5);
	font-family: '黑体';
	color: #FFFFFF;
	text-align: center;
	font-size: 25px;
	position: absolute;
	right: -30px;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	transition: all 0.3s ease;
}

.index02right:hover {
	background-color: rgba(0, 0, 0, 0.7);
}

.index03 {
	width: 1200px;
	margin: auto;
	margin-top: 30px;
	position: relative;
}

.index03right {
	width: 80%;
	min-height: 430px;
	float: right;
	background-color: #FFFFFF;
	padding: 10px 20px;
}

.index03left {
	width: 20%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding: 20px;
	background-color: #d4eaff;
}

.index03left h4 {
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 15px;
}

.index03left a {
	display: inline-block;
	line-height: 30px;
	border-radius: 5px;
	padding: 0 10px;
	background-color: #e64545;
	color: #FFFFFF;
	font-size: 15px;
	transition: all 0.3s ease;
}

.index03left a:hover {
	background-color: #c03a3a;
}

.index03left img {
	width: 85%;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.index03right a {
	width: 18%;
	display: block;
	float: left;
	margin: 10px 0;
	margin-right: 2.5%;
}

.index03right a:nth-child(5n) {
	margin-right: 0;
}

.index03right a img {
	width: 100%;
	display: block;
}

.index03right a p {
	font-size: 14px;
	text-align: center;
	line-height: 16px;
	margin-top: 5px;
	color: #222222;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index04 .index03left {
	background-color: #d7e6e1;
}

.index05 .index03left {
	background-color: #f1e7de;
}

.index05lb {
	width: 100%;
	float: left;
}

.index05lb li {
	width: 100%;
	float: left;
	padding: 3px 0;
	border-bottom: 1px dashed #DDDDDD;
}

.index05lb li:nth-child(1) {
	border-bottom: 1px solid #DDDDDD;
}

.index05lb li:last-child {
	border-bottom: 0px;
}

.index05lb li:nth-child(1) p {
	line-height: 30px;
	height: 30px;
	font-size: 16px;
	font-weight: bold;
}

.index05lb li p {
	width: 13%;
	color: #666;
	float: left;
	font-size: 15px;
	line-height: 80px;
	height: 80px;
	text-align: center;
	padding: 0 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index05lb li p:nth-child(1),
.index05lb li p:nth-child(7) {
	width: 17.5%;
}

.index05lb li p img {
	height: 60px;
	width: 108px;
	display: inline-block;
	margin-top: 10px;
}

.index05 .index03right a {
	width: 74%;
	line-height: 40px;
	font-size: 15px;
	background-color: #0068b7;
	color: #ffffff;
	border-radius: 5px;
	margin: 0;
	margin-top: 20px;
	margin-left: 13%;
	display: inline-block;
	transition: all 0.3s ease;
}

.index05 .index03right a:hover {
	background-color: #C03A3A;
}

.index06 {
	width: 1200px;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 50px;
}

.index06lb {
	position: relative;
	width: 100%;
}

.swiper-container06lb1 {
	width: 100%;
	height: 277px;
	overflow: hidden;
	position: relative;
}

.index06lbtop {
	width: 100%;
	height: 122px;
	position: relative;
	padding: 15px;
	background: -webkit-linear-gradient(left bottom, #bedcdc, #bed5f4);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(top right, #bedcdc, #bed5f4);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(top right, #bedcdc, #bed5f4);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to top right, #bedcdc, #bed5f4);
	/* 标准的语法 */
}

.index06lbtop img {
	width: 150px;
	float: left;
	margin-right: 10px;
}

.index06lbtop h4 {
	font-size: 20px;
	color: #222222;
	line-height: 25px;
	margin-bottom: 5px;
	margin-top: 4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index06lbtop p {
	font-size: 14px;
	line-height: 16px;
	color: #666666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index06lbbottom {
	width: 100%;
	padding: 15px;
	background-color: #FFFFFF;
}

.index06lbbottom a {
	width: 30.33%;
	float: left;
}

.index06lbbottom a:nth-child(2n) {
	margin: 0 4.5%;
}

.index06lbbottom a img {
	width: 100%;
	height: 109px;
	display: block;
	margin-bottom: 5px;
}

.index06lbbottom a p {
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	color: #222222;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index06left {
	width: 30px;
	line-height: 80px;
	height: 80px;
	background-color: rgba(0, 0, 0, 0.5);
	font-family: '黑体';
	color: #FFFFFF;
	text-align: center;
	font-size: 25px;
	position: absolute;
	left: 0px;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	transition: all 0.3s ease;
	z-index: 2;
}

.index06left:hover {
	background-color: rgba(0, 0, 0, 0.7);
}

.index06right {
	width: 30px;
	line-height: 80px;
	height: 80px;
	background-color: rgba(0, 0, 0, 0.5);
	font-family: '黑体';
	color: #FFFFFF;
	text-align: center;
	font-size: 25px;
	position: absolute;
	right: 0px;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	transition: all 0.3s ease;
	z-index: 2;
}

.index06right:hover {
	background-color: rgba(0, 0, 0, 0.7);
}

.index07 {
	width: 1200px;
	margin: auto;
}

.index07tit {
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 25px;
	text-align: center;
}

.index07lb {
	width: 100%;
	float: left;
	background-color: #ffffff;
	padding: 10px 20px;
}

.index07lb a {
	width: 18%;
	display: block;
	float: left;
	margin: 10px 0;
	margin-right: 2.5%;
}

.index07lb a:nth-child(5n) {
	margin-right: 0;
}

.index07lb a img {
	width: 100%;
	height: 208px;
	display: block;
}

.index07lb a p {
	font-size: 14px;
	text-align: center;
	line-height: 16px;
	margin-top: 5px;
	color: #222222;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index08 {
	width: 1200px;
	margin: auto;
	margin-top: 30px;
	padding: 30px;
	background: url(../images/index08bg.jpg) center center no-repeat;
	background-size: 100%;
}

.index08left {
	width: 30%;
	float: left;
	margin-left: 5%;
}

.index08left h4 {
	font-size: 25px;
	color: #222222;
	line-height: 30px;
	margin-bottom: 25px;
	margin-top: 35px;
}

.index08left p {
	font-size: 15px;
	line-height: 25px;
	color: #8c8b8b;
}

.index08right {
	width: 45%;
	float: right;
	background-color: #FFFFFF;
	padding: 15px;
}

.index08right h4 {
	font-size: 25px;
	color: #222222;
	line-height: 30px;
	margin-bottom: 20px;
}

.index08right input {
	width: 49%;
	float: left;
	border: 1px solid #dddddd;
	border-radius: 5px;
	height: 30px;
	padding: 0 10px;
	font-size: 14px;
}

.index08right input:nth-child(2n) {
	float: right;
}

.index08right textarea {
	width: 100%;
	float: left;
	border: 1px solid #dddddd;
	border-radius: 5px;
	height: 100px;
	padding: 10px;
	font-size: 14px;
	margin-top: 10px;
}

.index08right button {
	border: none;
	border-radius: 5px;
	height: 35px;
	line-height: 35px;
	padding: 0 20px;
	background-color: #e64545;
	color: #FFFFFF;
	margin-top: 15px;
	transition: all 0.3s ease;
}

.index08right button:hover {
	background-color: #0068B7;
}

.index09 {
	width: 1200px;
	margin: auto;
	padding: 80px 0;
}

.index09lb {
	width: 100%;
	float: left;
}

.index09lb div {
	width: 20.333%;
	float: left;
	text-align: center;
}

.index09lb div:nth-child(2) {
	margin: 0 19.5%;
}

.index09lb div img {
	width: 60%;
}

.index09lb div h4 {
	font-size: 25px;
	color: #222222;
	line-height: 30px;
}

.index09lb div p {
	font-size: 15px;
	color: #666666;
	line-height: 25px;
	margin: 15px 0;
}

.index09lb div a {
	font-size: 15px;
	color: #007AFF;
	line-height: 20px;
	transition: all 0.3s ease;
}

.index09lb div a:hover {
	color: #2065d7;
}

footer {
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 50px;
	padding-bottom: 20px;
}

.footer {
	width: 1200px;
	margin: auto;
}

.footer1 {
	margin-bottom: 30px;
}

.footer h4 {
	font-size: 20px;
	line-height: 23px;
	margin-bottom: 10px;
}

.footer p {
	font-size: 14px;
	line-height: 25px;
	color: #666666;
}

.footer p a {
	margin-right: 5px;
	padding-right: 5px;
	color: #666666;
	transition: all 0.3s ease;
}

.footer p a:last-child {
	border-right: 0px;
}

.footer p a:hover {
	color: #1EB7BC;
}

.footer2 {
	text-align: center;
	padding-top: 30px;
}

.footer2 h4 {
	margin-bottom: 10px;
}

.footer2 h4 a {
	display: inline-block;
	margin-right: 5px;
	padding-right: 5px;
	color: #666666;
	border-right: 1px solid #666;
	line-height: 16px;
	font-size: 15px;
	line-height: 18px;
	transition: all 0.3s ease;
}

.footer2 h4 a:hover {
	color: #1EB7BC;
}

.footer2 h4 a:last-child {
	border-right: 0px;
}

.footer2 p {
	line-height: 16px;
	font-size: 15px;
	color: #666666;
}

.dlzc {
	width: 600px;
	margin: auto;
}

.dlzclogo {
	width: 200px;
	margin: 80px auto;
	display: block;
}

.dlzctit {
	margin-bottom: 30px;
}

.dlzctit h4 {
	font-size: 20px;
	color: #222222;
	line-height: 25px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
}

.dlzctit h4 span {
	float: right;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}

.dlzctit h4 span a {
	color: #0068B7;
	margin-left: 5px;
	display: inline-block;
}

.dlzctit p {
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}

.dlzcmain {
	width: 100%;
	padding: 30px;
	background-color: #FFFFFF;
}

.dlzcmain1 {
	width: 100%;
	position: relative;
	margin-bottom: 10px;
}

.dlzcmain1 h4 {
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 10px;
}

.dlzcmain1 input {
	width: 100%;
	font-size: 16px;
	border-radius: 5px;
	height: 40px;
	border: 1px solid #dddddd;
	padding: 0 10px;
	padding-right: 50px;
}

.dlzcmain1 i {
	font-size: 30px;
	line-height: 40px;
	color: #DDDDDD;
	position: absolute;
	right: 10px;
	bottom: 0;
}

.dlzcmain2 select {
	width: 25%;
	float: left;
	font-size: 15px;
	border-radius: 5px;
	height: 40px;
	border: 1px solid #dddddd;
	padding: 0 10px;
	outline-style: none;
}

.dlzcmain2 input {
	width: 73%;
	float: right;
	font-size: 16px;
	border-radius: 5px;
	height: 40px;
	border: 1px solid #dddddd;
	padding: 0 10px;
	padding-right: 50px;
}

.dlzcmain3 select {
	width: 100%;
	font-size: 15px;
	border-radius: 5px;
	height: 40px;
	border: 1px solid #dddddd;
	padding: 0 10px;
}

.dlzcmain4 input {
	width: 95%;
}

.yzmimg{
	position: absolute;
	height: 38px;
	right: 0.1%;
	bottom: 1px;
	border-radius: 0 5px 5px 0;
}
.verify_img {
	position: absolute;
	height: 38px;
	right: 1px;
	bottom: 1px;
	border-radius: 0 5px 5px 0;
}

.shuaximg {
	height: 27px;
	position: absolute;
	right: -5px;
	bottom: 8px;
}

.dlzcmain5 {
	width: 100%;
	padding-left: 40px;
	position: relative;
}

.dlzcmain5 .dlzcmain5gx {
	width: 23px;
	height: 23px;
	text-align: center;
	border: 1px solid #dddddd;
	border-radius: 3px;
	position: absolute;
	left: 0;
	top: 0;
}

.dlzcmain5 .dlzcmain5gx i {
	font-size: 15px;
	line-height: 23px;
	color: #1EB7BC;
	display: none;
}

.dlzcmain5 p {
	line-height: 25px;
	font-size: 14px;
	color: #222222;
}

.dlzcmain5 p a {
	color: #1470cc;
}

.dlzcmain5 .dlzcmain5gx1 i {
	display: block;
}

.registerbtn {
	width: 100%;
	height: 40px;
	font-size: 15px;
	color: #FFFFFF;
	border: none;
	padding: 0;
	margin-top: 30px;
	background-color: #E64545;
	border-radius: 5px;
	transition: all 0.3s ease;
}

.registerbtn:hover {
	background-color: #1EB7BC;
}

.dlzcfooter {
	width: 100%;
	text-align: center;
	margin-top: 50px;
	padding-bottom: 20px;
}

.dlzcfooter p {
	font-size: 14px;
	line-height: 20px;
}

.dlzcfooter p a {
	display: inline-block;
	padding: 0 8px;
	font-size: 14px;
	line-height: 16px;
	border-right: 1px solid #aaaaaa;
	color: #666666;
	transition: all 0.3s ease;
}

.dlzcfooter p a:hover {
	color: #1EB7BC;
}

.dlzcfooter p a:last-child {
	border-right: 0px solid #aaaaaa;
}

.dlzcfooter h4 {
	color: #666666;
	font-size: 14px;
	line-height: 20px;
	margin-top: 2px;
}

.dlzcfooter h4 a {
	color: #666666;
	display: inline-block;
	margin: 0 2px;
	transition: all 0.3s ease;
}

.dlzcfooter h4 a:hover {
	color: #1EB7BC;
}

.dlzc2 {
	width: 1000px;
}

.loginmainleft {
	width: 50%;
	float: left;
}

.loginmainleft img {
	width: 100%;
	display: block;
}

.loginmain {
	width: 100%;
	background-color: #FFFFFF;
}

.loginmainright {
	width: 50%;
	float: right;
	padding: 50px;
}

.loginmainrighttit {
	font-size: 25px;
	color: #222222;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 30px;
}

.loginmainrighttit span {
	float: right;
	font-weight: normal;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}

.loginmainrighttit span a {
	color: #0068B7;
	margin-left: 5px;
	display: inline-block;
}

.loginwjmm {
	text-align: right;
	margin-top: 10px;
}

.loginwjmm a {
	color: #b6b4b4;
	display: inline-block;
	line-height: 30px;
	font-size: 15px;
}

.dlzcmainyzm #btn {
	width: 130px;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 14px;
	padding: 0;
}

.header2sscp {
	float: right;
	margin: 0;
}

.header2logocp {
	height: 50px;
	float: left;
	margin-top: 10px;
}

.cpmltit {
	line-height: 50px;
	height: 50px;
	font-size: 27px;
	color: #222222;
	float: left;
	margin-left: 30px;
	margin-top: 7px;
}

.cpcxbody {
	width: 100%;
	background-color: #f0f1f2;
	padding: 50px 0;
}

.cpcxleft {
	width: 20%;
	float: left;
}

.cpcxright {
	width: 78%;
	float: right;
}

.cpcxleft1 {
	width: 100%;
	background-color: #FFFFFF;
	padding: 20px;
	margin-bottom: 20px;
	margin-top: 50px;
}

.cpcxleft1tit {
	font-size: 16px;
	line-height: 20px;
	color: #222222;
	font-weight: bold;
	/* margin-top: 10px; */
	margin-bottom: 15px;
}

.cpcxbody1 {
	width: 1200px;
	margin: auto;
}

.cpcxleft1main {
	width: 100%;
	margin-bottom: 20px;
}

.cpcxleft1main:last-child {
	margin-bottom: 0;
}

.cpcxleft1main h4 {
	font-size: 16px;
	line-height: 20px;
	color: #222222;
	font-weight: bold;
	margin-bottom: 5px;
}

.cpcxleft1main a {
	display: block;
	line-height: 30px;
	font-size: 14px;
	color: #666666;
}

.cpcxleft1main a span {
	max-width: 70%;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 30px;
	float: left;
}

.cpcxleft1main a:hover {
	color: #1EB7BC;
}

.cpcxleft2 {
	width: 100%;
	background-color: #FFFFFF;
	padding: 20px;
	position: relative;
}

.cpcxleft2gg {
	font-size: 14px;
	color: #b8b6b6;
	position: absolute;
	right: 10px;
	top: 10px;
	line-height: 16px;
}

.cpcxleft2lb {
	width: 100%;
}

.cpcxleft2lb a {
	width: 100%;
	display: block;
	margin-bottom: 15px;
}

.cpcxleft2lb a img {
	width: 100%;
}

.cpcxleft2lb a h4 {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.cpcxleft2lb a p {
	font-size: 14px;
	line-height: 20px;
	color: #222222;
}

.cpcxrighttit {
	width: 100%;
	border-bottom: 1px solid #DDDDDD;
}

.cpcxrighttit a {
	display: inline-block;
	line-height: 50px;
	font-size: 20px;
	color: #222222;
	margin-right: 25px;
}

.cpcxrighttit .cpcxrighttitxz {
	color: #1EB7BC;
	position: relative;
}

.cpcxrighttit .cpcxrighttitxz:after {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #1EB7BC;
}

.cpcxrightfl {
	width: 100%;
	background-color: #FFFFFF;
	padding: 20px;
}

.cpcxrightfl1 {
	width: 100%;
	position: relative;
	margin-bottom: 10px;
	padding-left: 100px;
}

.cpcxrightfl1 h4 {
	font-size: 15px;
	color: #000000;
	line-height: 25px;
	position: absolute;
	left: 0;
	top: 0;
}

.cpcxrightfl1 a {
	font-size: 15px;
	line-height: 25px;
	color: #999;
	margin-right: 15px;
	display: inline-block;
	transition: all 0.3s ease;
}

.cpcxrightfl1 a:hover {
	color: #1EB7BC;
}

.cpcxrightfl1 .cpcxrightfl1xz {
	color: #1EB7BC;
}

.cpcxright1sxleft {
	width: 20%;
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-right: 0px;
}

.cpcxright1sxleft p {
	font-size: 14px;
	line-height: 25px;
	width: 33.333%;
	float: left;
	text-align: center;
	cursor: pointer;
	border-right: 1px solid #DDDDDD;
}

.cpcxright1sxleft p i {
	font-size: 12px;
	color: #AAAAAA;
	margin-left: 3px;
}

.cpcxright1sxleft .cpcxright1sxleftxz {
	background-color: #e4393c;
	color: #FFFFFF;
}

.cpcxright1sxleft .cpcxright1sxleftxz i {
	color: #FFFFFF;
}

.cpcxright1sxjgqj {
	margin-left: 35px;
	float: left;
}

.cpcxright1sxjgqj input {
	width: 70px;
	padding: 0 10px;
	height: 27px;
	float: left;
	border: 1px solid #DDDDDD;
}

.cpcxright1sxjgqj span {
	display: inline-block;
	width: 20px;
	text-align: center;
	float: left;
	line-height: 27px;
}

.cpcxright1sxjgqj button {
	width: 70px;
	height: 27px;
	border: none;
	background-color: #C03A3A;
	color: #FFFFFF;
	margin-left: 15px;
}

.cpcxright1sxright {
	float: right;
	font-size: 15px;
	line-height: 27px;
	color: #666;
}

.cpcxright1sxright span {
	color: #222222;
	margin: 0 5px;
}

.cpcxright1sx {
	margin-bottom: 5px;
}

.cpcxright1lb {
	width: 100%;
	float: left;
	background-color: #FFFFFF;
	padding: 20px;
}

.cpcxright1lb1 {
	width: 100%;
	width: 100%;
	float: left;
}

.cpcxright1lb1 a {
	width: 23%;
	float: left;
	margin-right: 2.666%;
	margin-bottom: 20px;
}

.cpcxright1lb1 a:nth-child(4n) {
	margin-right: 0;
}

.cpcxright1lb1 a img {
	width: 100%;
	display: block;
}

.cpcxright1lb1 a h4 {
	font-size: 15px;
	color: #222222;
	line-height: 16px;
	margin-top: 8px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.cpcxright1lb1 a h5 {
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	line-height: 16px;
	margin-top: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.cpcxright1lb1 a p {
	font-size: 15px;
	color: #666;
	line-height: 16px;
	margin-top: 10px;
}

.cpcxright1lb1 a span {
	display: inline-block;
	line-height: 16px;
	max-width: 70%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 3px;
	float: left;
}

.cpcxright1lb1 a i {
	display: inline-block;
	float: left;
}

.cpcxright1lb1 a .icon-you {
	font-size: 12px;
	line-height: 16px;
}

.cpcxbody2 {
	width: 1200px;
	margin: auto;
	margin-top: 30px;
}

.cpcxbody2tit {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	color: #222222;
	margin-bottom: 20px;
}

.cpcxbody2 .swiper-slide h5 {
	font-size: 14px;
	line-height: 18px;
	max-height: 36px;
	margin-top: 5px;
	color: #333333;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	display: -o-box;
	-o-line-clamp: 2;
	-o-box-orient: vertical;
	margin: 5px 0;
}

.cpcxbody2 .swiper-slide h4 {
	color: #000000;
	font-size: 14px;
	line-height: 18px;
	margin-top: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.footer3 {
	text-align: center;
	margin-top: 30px;
	padding-bottom: 30px;
}

.footer3 h4 {
	font-size: 20px;
	line-height: 23px;
	margin-bottom: 10px;
}

.footer3 h4 a {
	display: inline-block;
	margin-right: 5px;
	color: #666666;
	line-height: 16px;
	font-size: 15px;
	line-height: 18px;
	transition: all 0.3s ease;
}

.footer3 h4 a:hover {
	color: #1EB7BC;
}

.cpcxrightfl1 a img {
	height: 20px;
	float: left;
	margin-right: 3px;
	margin-top: 2.5px;
}

.cpcxright1lb2 {
	width: 100%;
	float: left;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #DDDDDD;
}

.cpcxright1lb2left {
	width: 43%;
	float: left;
}

.cpcxright1lb2left h4 {
	font-size: 25px;
	color: #0168b6;
	line-height: 28px;
	margin-bottom: 10px;
	cursor: pointer;
}

.cpcxright1lb2left h5 span {
	font-size: 14px;
	line-height: 25px;
	color: #999;
	margin-right: 15px;
	display: inline-block;
}

.cpcxright1lb2left h5 span img {
	height: 20px;
	float: left;
	margin-right: 3px;
	margin-top: 2.5px;
}

.cpcxright1lb2left div {
	width: 100%;
	margin: 15px 0;
}

.cpcxright1lb2left div p {
	font-size: 15px;
	line-height: 30px;
	height: 30px;
	color: #222222;
	padding-left: 80px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
}

.cpcxright1lb2left div p span {
	font-size: 15px;
	line-height: 30px;
	color: #666;
	position: absolute;
	left: 0;
	top: 0;
}

.cpcxright1lb2leftlj {
	display: inline-block;
	padding: 0 30px;
	line-height: 30px;
	background-color: #ffaa00;
	color: #FFFFFF;
	border-radius: 3px;
	font-size: 14px;
	transition: all 0.3s ease;
}
.cpcxright1lb2left h5 span a{
	color: #999;
}
.cpcxright1lb2left h5 span a:hover{
	color: #999;
	background-color: #ffffff;
}

.cpcxright1lb2left a i {
	font-size: 14px;
	margin-right: 5px;
	float: left;
}

.cpcxright1lb2left a:hover {
	background-color: #1EB7BC;
}

.cpcxright1lb2right {
	width: 55%;
	float: right;
	margin-top: 20px;
}

.cpcxright1lb2right a {
	width: 30.33%;
	float: left;
}

.cpcxright1lb2right a:nth-child(2) {
	margin: 0 4.5%;
}

.cpcxright1lb2right a img {
	width: 100%;
	display: block;
	margin-bottom: 5px;
}

.cpcxright1lb2right a h4 {
	color: #0168B6;
	font-size: 14px;
	line-height: 20px;
	max-height: 40px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.bmx {
	width: 100%;
	float: left;
}

.bmx a {
	font-size: 15px;
	color: #666666;
	float: left;
	line-height: 20px;
}

.bmx i {
	font-size: 12px;
	color: #666666;
	float: left;
	line-height: 20px;
	margin: 0 5px;
}

.cpmllb {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	margin-top: 10px;
}

.cpmllb:last-child {
	margin-bottom: 0;
}

.cpmllb h4 {
	font-size: 15px;
    line-height: 30px;
    color: #222222;
    margin-bottom: 5px;
    font-weight: bold;
    float: left;
}

.cpmllb div {
	width: 100%;
	float: left;
}

.cpmllb div a {
	font-size: 14px;
	color: #666666;
	margin: 0;
	margin-right: 20px;
	line-height: 30px;
	display: inline-block;
}

.index05n .index03left {
	background-color: #f1e7de;
}

.cpmllb {
	width: 100%;
	margin-top: 30px;
}

.cpmllb .cpcxright1sxleft {
	width: 20%;
}

.cpmllb .cpcxright1sxjgqj {
	width: auto;
}

.cpcxbodycpmllb {
	margin-top: 50px;
}

.gysml1 {
	margin-top: 20px;
}

.gysml2 {
	max-height: 25px;
	overflow: hidden;
	padding-right: 30px;
	transition: all 0.3s ease;
}

.xialaimg {
	width: 25px;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	transition: all 0.3s ease;
}

.gysml3tit {
	width: 100%;
}

.gysml3tit p {
	float: left;
}

.gysml3tit p a {
	float: left;
	margin-right: 50px;
}

.gysml3tit p a span {
	width: 25px;
	height: 25px;
	border: 1px solid #DDDDDD;
	border-radius: 3px;
	float: left;
	display: block;
	margin-right: 3px;
	text-align: center;
	line-height: 23px;
}

.gysml3tit p a span i {
	color: #666666;
	display: none;
}

.gysml3tit p a img {
	width: 25px;
	float: left;
	margin-right: 3px;
}

.gysml3tit p a {
	font-size: 15px;
	color: #222222;
	line-height: 25px;
}

.gysml3tit p .gysml3titxz span i {
	color: #666666;
	display: block;
}

.gysml3lb {
	width: 100%;
	background-color: #ffffff;
	float: left;
	padding: 30px;
	margin-top: 10px;
	padding-right: 10%;
}

.index05x .index03left {
	background-color: #e9e5fc;
}

.index05xlb {
	width: 100%;
	padding: 0 10px;
}

.index05xlb li {
	width: 48%;
	float: left;
	position: relative;
	padding-left: 150px;
	margin: 15px 0;
}

.index05xlb li:nth-child(2n) {
	float: right;
}

.index05xlb li .index05xlbimg {
	width: 135px;
	height: 95px;
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #dddddd;
}

.index05xlb li h4 {
	font-size: 19px;
	color: #0168b6;
	line-height: 20px;
	margin-bottom: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index05xlb li h5 span {
	font-size: 15px;
	line-height: 25px;
	color: #999;
	margin-right: 15px;
	display: inline-block;
}

.index05xlb li h5 span img {
	height: 20px;
	width: auto;
	float: left;
	margin-right: 3px;
	margin-top: 2.5px;
}

.index05xlb a {
	width: 100%;
	display: block;
	float: left;
	margin: 0;
	margin-right: 0;
}

.index05xlb li p {
	font-size: 15px;
	line-height: 30px;
	color: #222222;
	padding-left: 80px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	margin-top: 0;
	text-align: left;
}

.index05xlb li p span {
	font-size: 15px;
	line-height: 30px;
	color: #666;
	position: absolute;
	left: 0;
	top: 0;
}

.header3right {
	text-align: right;
	float: right;
	margin-top: 20px;
}

.header3 {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 10px;
}

.header3main {
	width: 1200px;
	margin: auto;
}

.header4left {
	width: 40%;
	height: 78px;
	float: left;
	position: relative;
	padding-left: 150px;
}

.header4leftimg {
	width: 135px;
	height: 78px;
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #dddddd;
}

.header4left h4 {
	font-size: 19px;
	color: #000000;
	line-height: 20px;
	margin-bottom: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-top: 10px;
}

.header4left h5 span {
	font-size: 15px;
	line-height: 25px;
	color: #999;
	margin-right: 15px;
	display: inline-block;
}

.header4left h5 span img {
	height: 20px;
	width: auto;
	float: left;
	margin-right: 3px;
	margin-top: 2.5px;
}

.header4main {
	width: 1200px;
	margin: auto;
	padding: 20px 0;
}

.header4right {
	width: 52%;
	height: 40px;
	float: right;
	border: 2px solid #1eb7bc;
	border-radius: 5px;
	position: relative;
	padding-left: 170px;
	padding-right: 140px;
	overflow: hidden;
	margin-top: 15px;
}

.header4right select {
	width: 160px;
	border: none;
	height: 36px;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
	padding: 0 15px;
	border-right: 2px solid #1EB7BC;
	outline-style: none;
}

.header4right input {
	width: 100%;
	height: 36px;
	border: none;
	font-size: 15px;
}

.header4right button {
	width: 130px;
	height: 36px;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #1EB7BC;
	font-size: 16px;
	color: #FFFFFF;
	padding: 0;
	line-height: 36px;
}

.header5 {
	width: 100%;
	height: 45px;
	background-color: #1EB7BC;
}

.header5main {
	width: 1200px;
	margin: auto;
}

.header5main a {
	display: block;
	float: left;
	padding: 0 50px;
	line-height: 45px;
	color: #ffffff;
	margin-right: 10px;
	font-size: 16px;
}

.header5main .header5xz {
	background-color: #0068b7;
}

.gyszy1 {
	width: 1200px;
	margin: 20px auto;
	margin-top: -30px;
	position: relative;
}

.gyszy1left {
	width: 30px;
	line-height: 80px;
	height: 80px;
	background-color: rgba(0, 0, 0, 0.5);
	font-family: '黑体';
	color: #FFFFFF;
	text-align: center;
	font-size: 25px;
	position: absolute;
	left: 0px;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	transition: all 0.3s ease;
	z-index: 2;
}

.gyszy1left:hover {
	background-color: rgba(0, 0, 0, 0.7);
}

.gyszy1right {
	width: 30px;
	line-height: 80px;
	height: 80px;
	background-color: rgba(0, 0, 0, 0.5);
	font-family: '黑体';
	color: #FFFFFF;
	text-align: center;
	font-size: 25px;
	position: absolute;
	right: 0px;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	transition: all 0.3s ease;
	z-index: 2;
}

.gyszy1right:hover {
	background-color: rgba(0, 0, 0, 0.7);
}

.gyszy2 {
	width: 1200px;
	margin: auto;
}

.gyszy2left {
	width: 25%;
	float: left;
}

.gyszy2right {
	width: 73%;
	float: right;
}

.gyszy2left1 {
	width: 100%;
	padding: 20px;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}

.gyszy2left1tit {
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	line-height: 23px;
	margin-bottom: 15px;
}
.gyszy2left1lb{
	position: relative;
}
.gyszy2left1 .gyszy2left1lb h2 {
	font-size: 15px;
	display: block;
	position: relative;
	padding-right: 30px;
	color: #222222;
	line-height: 40px;
	padding: 0 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s ease;
}

.gyszy2left1 .gyszy2left1lb h2:hover {
	background-color: #e7ecf2 !important;
}

.gyszy2left1 .gyszy2left1lb h2 i {
	font-size: 14px;
	line-height: 20px;
	position: absolute;
	right: 15px;
	top: 10px;
}
.gyszy2left1lb section{
	width: 160px;
	border: 1px solid #DDDDDD;
	position: absolute;
	left: 100%;
	top: -10px;
	z-index: 2;
	padding: 10px 0;
	background-color: #FFFFFF;
	display: none;
}
.gyszy2left1lb:hover> section{
	display: block;
}
.gyszy2left1lb section a{
	display: block;
	font-size: 15px;
	line-height: 40px;
	color: #222222;
	padding: 0 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.gyszy2left1lb section a:hover{
	background-color: #e7ecf2;
}
.gyszy2leftgyszy{
	padding: 20px 0;
}
.gyszy2leftgyszy .gyszy2left1tit{
	padding: 0 20px;
}

.gyszy2left1 div {
	position: relative;
}

.gyszy2left1 div h2{
	font-size: 15px;
	color: #222222;
	line-height: 20px;
	margin-bottom: 5px;
}
.gyszy2left1 div h5{
	font-size: 14px;
    color: #666;
    line-height: 20px;
    min-height: 20px;
    position: relative;
    margin: 10px 0;
    padding-left: 25px;
}
.gyszy2left1 div h5 i{
	font-size: 18px;
	line-height: 20px;
	position: absolute;
	left: 0;
	top: 0;
}
.gyszy2left1 div a{
	width: 50%;
    display: block;
    border: 1px solid #1eb7bc;
    line-height: 35px;
    text-align: center;
    border-radius: 3px;
    font-size: 14px;
    color: #1eb7bc;
    margin-top: 17px;
    transition: all 0.3s ease;
}
.gyszy2left1 div a:hover{
	background-color: #1eb7bc;
	color: #ffffff;
}

.gyszy2left1 div h4 {
	font-size: 16px;
	color: #666666;
	line-height: 20px;
	margin-bottom: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.gyszy2left1 div p {
	font-size: 16px;
	color: #666666;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.gyszy2right1nr {
	width: 100%;
	position: relative;
	padding-left: 42%;
	min-height: 186px;
}

.gyszy2right1 {
	width: 100%;
	padding: 20px;
	margin-bottom: 30px;
	background-color: #FFFFFF;
}

.gyszy2right1nr img {
	width: 40%;
	height: 186px;
	position: absolute;
	left: 0;
	top: 0;
}

.gyszy2right1nr h4 {
	font-size: 15px;
	line-height: 30px;
	position: relative;
	padding-left: 7rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.gyszy2right1nr span {
	position: absolute;
	font-size: 15px;
	line-height: 30px;
	left: 0;
	top: 0;
	color: #666666;
}

.gyszy2right1nr span i {
	color: #1eb7bc;
	font-size: 20px;
	float: left;
	margin-right: 5px;
	margin-top: 2px;
}

.gyszy2right1nr p {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #DDDDDD;
}

.gyszy2right1nr p .icon-shuoming {
	color: #1296db;
	font-size: 18px;
	margin-right: 5px;
	float: left;
	margin-top: 1px;
}

.gyszy2right1nr p .icon-dui {
	color: #1EB7BC;
	margin: 0 5px;
	font-size: 18px;
}

.gyszy2right1 h5 {
	font-size: 14px;
	line-height: 22px;
	color: #222222;
	margin: 15px 0;
}

.gyszy2right1 a {
	color: #0068B7;
	display: block;
	font-size: 14px;
	line-height: 16px;
	transition: all 0.3s ease;
}

.gyszy2right1 a:hover {
	color: #1EB7BC;
}

.gyszy2right2 {
	width: 100%;
	padding: 20px;
	background-color: #FFFFFF;
	margin-bottom: 30px;
}

.gyszy2right3 {
	width: 100%;
	padding: 20px;
	background-color: #FFFFFF;
}

.gyszy2right3xx {
	width: 100%;
}

.gyszy2right3xx div {
	width: 100%;
	position: relative;
	padding-left: 80px;
	margin-bottom: 20px;
}

.gyszy2right3xx div h4 {
	font-size: 14px;
	color: #666666;
	position: absolute;
	left: 0;
	top: 5px;
	line-height: 20px;
	width: 65px;
	text-align: right;
}

.gyszy2right3xx div h4 span {
	color: #ff0000;
}

.gyszy2right3xx div input {
	width: 100%;
	height: 30px;
	border: 1px solid #DDDDDD;
	padding: 0 10px;
}

.gyszy2right3xx div h5 {
	line-height: 30px;
	font-size: 15px;
	color: #666666;
	height: 30px;
}

.gyszy2right3xx div h5 i {
	font-size: 30px;
	margin-right: 5px;
	float: left;
}

.gyszy2right3xx div textarea {
	width: 100%;
	height: 100px;
	border: 1px solid #DDDDDD;
	outline-style: none;
	padding: 10px;
}

.gyszy2right3xx button {
	padding: 0 50px;
	height: 33px;
	background-color: #FFAA00;
	color: #FFFFFF;
	border-radius: 3px;
	margin-left: 60px;
	transition: all 0.3s ease;
}

.gyszy2right3xx button:hover {
	background-color: #1EB7BC;
}

.cpxq {
	width: 100%;
	margin-top: 30px;
}

.cpxqleft {
	width: 73%;
	float: left;
}

.cpxqright {
	width: 25%;
	float: right;
}

.bg {
	width: 400px;
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
	float: left;
}

.bg_left {
	width: 100%;
	height: auto;
	float: left
}

.bg_right {
	float: left;
	position: absolute;
	left: 400px;
	top: 0;
	z-index: 2;
}

.show {
	width: 400px;
	height: 400px;
	margin-bottom: 10px;
	position: relative;
	border: 1px solid #E8E8E8;
	cursor: move
}

.show img {
	width: 400px;
	height: 400px;
}

.mask {
	width: 215px;
	height: 215px;
	background: #000;
	filter: Alpha(opacity=50);
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.bigshow {
	width: 400px;
	height: 400px;
	overflow: hidden;
	margin-left: 10px;
	display: none;
	border: 1px solid #E8E8E8;
}

.bigshow img {
	width: 860px;
	height: 860px;
	margin-right: 10px;
}

.smallshow {
	width: 100%;
	height: 96px;
	position: relative;
	overflow: auto;
}

.smallshow img {
	width: 100%;
	height: 80px;
	border: 2px solid #e8e8e8;
	box-sizing: border-box;
	transition: all 0.5s
}

.smallshow>.middle_box {
	width: 365px;
	overflow: hidden;
	height: 90px;
}

.middle_box li {
	width: 80px;
	float: left;
	margin-right: 10px;
}

.smallshow .middle {
	overflow: hidden;
	transition: all 0.5s;
	height: 90px;
}

.smallshow .middle>li {
	width: 90px;
	height: 90px;
	float: left;
	cursor: pointer;
	padding: 0 5px;
}

.smallshow>p {
	position: absolute;
	top: 50%;
	width: 22px;
	height: 32px;
	margin-top: -16px;
}

.smallshow>.prev {
	left: 0;
	background: url(../images/hover-prev.png) no-repeat;
	transition: all 0.5s
}

.smallshow>.next {
	right: 0;
	background: url(../images/hover-next.png) no-repeat;
	transition: all 0.5s
}

.smallshow>.prev.prevnone {
	left: 0;
	background: url(../images/prev.png) no-repeat;
	cursor: not-allowed
}

.smallshow>.next.nextnone {
	right: 0;
	background: url(../images/next.png) no-repeat;
	cursor: not-allowed
}
.cpxqleft1{
	width: 100%;
	padding: 20px;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}
.smallshow::-webkit-scrollbar {
	width : 10px;  /*高宽分别对应横竖滚动条的尺寸*/
	height: 3px;
}
.smallshow::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
	background   : #1EB7BC;
}
.smallshow::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background   : #dddddd;
}
.cpxqleft1right{
	width: 50%;
	float: right;
}
.cpxqleft1right h1{
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 10px;
	color: #222222;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.cpxqleft1right h2{
	font-size: 16px;
	line-height: 17px;
	margin-bottom: 20px;
	color: #bd1212;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.cpxqleft1right h3{
	font-size: 15px;
	line-height: 17px;
	margin-bottom: 5px;
	color: #222222;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.cpxqleft1right h3 span{
	color: #666666;
	margin-right: 7px;
}
.cpxqleft1right1{
	width: 100%;
	margin: 40px 0;
}
.cpxqleft1right1 h4{
	font-size: 16px;
	color: #666666;
	line-height: 20px;
}
.cpxqleft1right1 h4 span{
	width: 50%;
	float: left;
	line-height: 20px;
	margin-bottom: 5px;
	padding-right: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.cpxqleft1right1 h5{
	font-size: 15px;
	color: #222222;
	line-height: 20px;
}
.cpxqleft1right1 h5 span{
	width: 50%;
	float: left;
	line-height: 30px;
	padding-right: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.cpxqleft1right h6{
	font-size: 14px;
	margin: 0;
	margin-top: 80px;
	line-height: 20px;
	color: #222222;
	font-weight: normal;
}
.cpxqleft1right h6 span{
	color: #666666;
	margin-left: 5px;
}
.cpxqleft1right .ljzxbtn{
	width: 100%;
    height: 40px;
    display: block;
    background-color: #0069b7;
    color: #FFFFFF;
    border: none;
    padding: 0;
    outline-style: none;
    margin-top: 30px;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    transition: all 0.3s ease;
    line-height: 40px;
}
.cpxqleft1right .ljzxbtn:hover{
	background-color: #1EB7BC;
}
.cpxqleft1right .ljzxbtn i{
	margin-right: 10px;
}
.cpxqleft2{
	width: 100%;
	padding: 20px;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}
.cpxqleft2lb1{
	width: 100%;
	margin-bottom: 30px;
}
.cpxqleft2lb1 p{
	width: 30.33%;
	float: left;
	line-height: 30px;
	font-size: 14px;
	color: #666666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.cpxqleft2lb1 p:nth-child(3n-1){
	margin: 0 4.5%
}
.cpxqleft2lb2{
	width: 100%;
	margin-bottom: 30px;
}
.cpxqleft2lb2 p{
	width: 48%;
	float: left;
	line-height: 30px;
	font-size: 14px;
	color: #666666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.cpxqleft2lb2 p:nth-child(2n){
	float: right;
}
.cpxqleft3{
	width: 100%;
	padding: 20px;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}
.cpxqleft3nr{
	width: 100%;
}
.cpxqleft3nr p{
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 5px;
}
.cpxqleft3nr p img{
	max-width: 100%;
}
.cpxqright1{
	width: 100%;
	padding: 20px;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}
.cpxqright1 .gyszy2left1tit{
	font-size: 14px;
	position: relative;
}
.cpxqright1 .gyszy2left1tit .shuaximg{
	right: 0;
	bottom: 0px;
}
.cpxqright1 div a{
	display: block;
	padding-left: 90px;
	position: relative;
	min-height: 80px;
	margin-bottom: 15px;
}
.cpxqright1 div a img{
	width: 80px;
	height: 80px;
	border: 1px solid #DDDDDD;
	position: absolute;
	left: 0;
	top: 0;
}
.cpxqright1 div a h4{
	font-size: 15px;
	line-height: 20px;
	height: 40px;
	color: #222222;
	overflow: hidden; 
	text-overflow: ellipsis; 
	display: -webkit-box; 
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical; 
	display: -moz-box; 
	-moz-line-clamp: 2; 
	-moz-box-orient: vertical; 
	display: -o-box; 
	-o-line-clamp: 2; 
	-o-box-orient: vertical; 
	margin-bottom: 10px;
}
.cpxqright1 div a p{
	font-size: 14px;
	line-height: 16px;
	color: #666666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.cpxqright1 div a p span{
	color: #cfaea3;
	margin-right: 3px;
	font-style:italic;
}
.cpxqright1 div a p b{
	color: #ff0000;
}
.cpxqwlleft{
	width: 400px;
	height: 400px;
	float: left;
}
.cpxqwlleftlb{
	width: 100%;
}
.cpxqwlleftlb h4{
	width: 100%;
	font-size: 15px;
	line-height: 30px;
	position: relative;
	padding-left: 70px;
	color: #222222;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.cpxqwlleftlb h4 span{
	color: #666666;
	font-size: 15px;
	line-height: 30px;
	position: absolute;
	left: 0;
	top:0;
}
.bmxgyszycp{
	margin-bottom: 30px;
}
.gyszy2left1tit span{
	font-size: 15px;
	color: #666666;
	margin-left: 10px;
	font-weight: normal;
}

.bmxgyszycp p {
	float: right;
	font-size: 15px;
}

.bmxgyszycp p .icon-shuoming {
	color: #1296db;
	font-size: 15px;
	margin-right: 5px;
	float: left;
	margin-top: 1px;
}

.bmxgyszycp p .icon-dui {
	color: #1EB7BC;
	margin: 0 5px;
	font-size: 18px;
}
.bmxgyszycp p i{
	float: initial;
}
.cpcxright1mynl{
	width: 100%;
}
.cpcxright1mynl h4 {
	font-size: 15px;
	line-height: 30px;
	position: relative;
	padding-left: 10rem;
	color: #666666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.cpcxright1mynl span {
	position: absolute;
	font-size: 15px;
	line-height: 30px;
	left: 0;
	top: 0;
}

.cpcxright1mynl span i {
	color: #1eb7bc;
	font-size: 20px;
	float: left;
	margin-right: 5px;
	margin-top: 2px;
}
.gcsp{
	width: 100%;
	position: relative;
}
.swiper-containergcsp{
	width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 200px;
}
.contact1{
	width: 100%;
	background-color: #FFFFFF;
	margin-bottom: 30px;
}
.contact1left{
	width: 65%;
	padding: 20px;
	float: left;
	border-right: 1px solid #DDDDDD;
}
.contact1right{
	width: 30%;
	float: right;
}
.contact1left p{
	font-size: 15px;
	color: #666666;
	line-height: 30px;
	margin-bottom: 10px;
	position: relative;
	padding-left: 100px;
}
.contact1left p span{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 15px;
	color: #666666;
	line-height: 30px;
}
.contact2{
	width: 100%;
	padding-right: 30%;
	background-color: #FFFFFF;
}
button{
	outline-style: none;
}
.allfl{
	width: 100%;
	width: 100%;
	height: 45px;
	background-color: #2c5983;
}
.allflmain{
	width: 1200px;
	margin: auto;
}
.allfl1{
	width: 25%;
	float: left;
	position: relative;
}
.allfl2fl{
	display: block;
	float: left;
	padding: 0 30px;
	line-height: 45px;
	color: #ffffff;
	margin-left: 10px;
	font-size: 16px;
}
.allfl1 h4{
	line-height: 45px;
	color: #ffffff;
	font-size: 16px;
	background-color: #1EB7BC;
	padding: 0 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.allfl1 h4 i{
	margin-right: 5px;
}
.allfl1:hover> .allfl1main{
	display: block;
}
.allfl1main{
	width: 100%;
	display: none;
	height: 400px;
	padding: 10px 0;
	position: absolute;
	left: 0;
	top: 45px;
	z-index: 2;
	background-color: #FFFFFF;
	-moz-box-shadow:0px 0px 5px #B5B5B5; -webkit-box-shadow:0px 0px 5px #B5B5B5; box-shadow:0px 0px 5px #B5B5B5;
}
.allfl1yj{
	width: 100%;
}
.allfl1yjlj{
	width: 100%;
	padding: 0 10px;
	position: relative;
	padding-right: 30px;
	font-size: 14px;
	color: #222222;
	display: block;
	line-height: 35px;
	transition: all 0.3s ease;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.allfl1yjlj i{
	font-size: 14px;
	color: #222222;
	line-height: 35px;
	position: absolute;
	right: 10px;
	top: 0;
}
.allfl1sj{
	width: 280px;
	height: 400px;
	display: none;
	overflow: auto;
	position: absolute;
	left: 100%;
	padding: 10px;
	top: 0;
	background-color: #FFFFFF;
	-moz-box-shadow: 0px 0px 5px #e5dfdf;
	-webkit-box-shadow: 0px 0px 5px #e5dfdf;
	box-shadow: 0px 0px 5px #e5dfdf;
}
.allfl1sj a{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s ease;
}
.allfl1yj:hover> .allfl1sj{
	display: block;
}
.allfl1sj a:hover{
	color: #1EB7BC;
}
.help{
	width: 100%;
	float: left;
}
.helpleft{
	width: 23%;
	float: left;
	background-color: #FFFFFF;
	padding: 20px 0;
}
.helpleft .gyszy2left1tit{
	padding: 0 20px;
}
.helplb{
	width: 100%;
	margin-bottom: 5px;
}
.helplb p{
	font-size: 16px;
	line-height: 30px;
	color: #222222;
	padding: 0 20px;
	margin-bottom: 5px;
	padding-left: 40px;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.helplb p i{
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	position: absolute;
	left: 20px;
	top: 0;
}
.helplb div{
}
.helplb div a{
	font-size: 15px;
	display: block;
	line-height: 30px;
	color: #666666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 38px;
	padding-right: 20px;
	transition: all 0.3s ease;
	border-left: 2px solid #ffffff;
}
.helplb div a:hover{
	background-color: #ebebeb;
	border-left: 2px solid #1EB7BC;
}
.helplb div .helplbxz{
	background-color: #ebebeb;
	border-left: 2px solid #1EB7BC;
}
.helpright{
	width: 75%;
	float: right;
}
.helpright1{
	width: 100%;
	padding: 20px;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}
.helpright1 input{
	width: 78.5%;
	float: left;
	height: 40px;
	border: 1px solid #DDDDDD;
	padding: 0 10px;
	outline-style: none;
	font-size: 15px;
}
.helpright1 button{
	width: 20%;
	float: right;
	height: 40px;
	padding: 0;
	margin: 0;
	background-color: #1eb7bc;
	color: #FFFFFF;
	font-size: 18px;
	text-shadow: 1px 1px 1px #222222;
	transition: all 0.3s ease;
}
.helpright1 button:hover{
	background-color: #0069B7;
}
.helpright2{
	width: 100%;
	padding: 20px;
	min-height: 400px;
	background-color: #FFFFFF;
}
.helpright2 a{
	font-size: 14px;
	color: #666666;
	line-height: 35px;
	display: block;
	border-bottom: 1px solid #f5f5f5;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s ease;
}
.helpright2 a:hover{
	color: #1EB7BC;
}
.helpright2 a i{
	color: #AAAAAA;
	margin-right: 5px;
}
.gyszy2 .bmx{
	margin-top: -20px;
}
.helpright3{
	width: 100%;
	padding: 20px;
	min-height: 400px;
	background-color: #FFFFFF;
}
.helpright3tit{
	text-align: center;
	font-size: 16px;
	line-height: 25px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #DDDDDD;
}
.helpright3main{
	width: 100%;
}
.helpright3main p{
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 10px;
	word-break: break-all;
}
.helpright3main p img{
	max-width: 100%;
}
.ptjs{
	width: 100%;
}
.ptjs1{
	padding-top: 30px;
	background: url(../images/ptjsimg1.jpg) center bottom no-repeat;
}
.ptjs1 .bmxgyszycp{
	width: 1200px;
	margin: auto;
	float: initial;
}
.ptjs1main{
	width: 100%;
	padding-bottom: 150px;
	padding-top: 50px;
	text-align: center;
}
.ptjs1main h4{
	font-size: 30px;
	color: #222222;
	font-weight: bold;
	line-height: 35px;
}
.ptjs1main h5{
	font-size: 30px;
	color: #222222;
	font-weight: bold;
	line-height: 35px;
	margin: 35px 0;
}
.ptjs1main a{
	display: inline-block;
	padding: 17px 55px;
	font-size: 18px;
	background-color: #1EB7BC;
	color: #FFFFFF;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 5px #B5B5B5;
	-webkit-box-shadow: 0px 0px 5px #B5B5B5;
	box-shadow: 0px 0px 5px #B5B5B5;
	transition: all 0.3s ease;
}
.ptjs1main a:hover{
	background-color: #0168B6;
}
.ptjs2{
	width: 1200px;
	margin: 50px auto;
}
.ptjs2 h4{
	font-size: 25px;
	color: #222222;
	line-height: 30px;
	margin-bottom: 30px;
	text-align: center;
	font-weight: bold;
}
.ptjs2 div p{
	font-size: 14px;
	line-height: 22px;
	color: #666666;
	margin-bottom: 10px;
}
.ptjs3{
	width: 100%;
	padding: 50px 0;
	background-color: #f4f4f4;
	background: url(../images/ptjsimg2.jpg) center center no-repeat;
}
.ptjs3main{
	width: 1200px;
	margin: auto;
}
.ptjs3left{
	width: 35%;
	float: left;
}
.ptjs3right{
	width: 57%;
	float: right;
}
.ptjs3right div{
	width: 100%;
	margin: 50px 0;
}
.ptjs3right div h4{
	font-size: 20px;
	line-height: 22px;
	color: #222222;
	margin-bottom: 5px;
	font-weight: bold;
}
.ptjs3right div p{
	font-size: 14px;
	line-height: 18px;
	color: #666;
}
.ptjs4{
	width: 100%;
	padding: 50px 0;
}
.ptjs4main{
	width: 1200px;
	margin: auto;
}
.ptjs4tit{
	font-size: 25px;
	color: #222222;
	line-height: 30px;
	margin-bottom: 30px;
	text-align: center;
	font-weight: bold;
}
.ptjs4lb{
	width: 100%;
	float: left;
}
.ptjs4lb li{
	width: 15%;
	text-align: center;
	float: left;
	margin-right: 6.25%;
	position: relative;
}
.ptjs4lb li:nth-child(5){
	margin-right: 0;
}
.ptjs4lbimg1{
	width: 100%;
}
.ptjs4lb li h4{
	font-size: 17px;
	color: #222222;
	margin: 10px 0;
	font-weight: bold;
}
.ptjs4lb li p{
	font-size: 14px;
	line-height: 22px;
	color: #666666;
}
.ptjs4lbimg2{
	width: 35px;
	position: absolute;
	right: -55px;
	top: 80px;
}
.ptjs5{
	width: 100%;
	padding: 50px 0;
	background: url(../images/ptjsimg5.jpg) center center no-repeat;
}
.ptjs5main{
	width: 590px;
	margin: auto;
}
.ptjs5js{
	text-align: center;
}
.ptjs5js:nth-child(1){
	margin-bottom: 30px;
}
.ptjs5js h4{
	font-size: 18px;
	color: #FFFFFF;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.ptjs5js p{
	font-size: 18px;
	color: #FFFFFF;
	line-height: 40px;
}
.ptjs6left{
	width: 70%;
	float: left;
}
.ptjs6left p{
	font-size: 16px;
	color: #222222;
	line-height: 25px;
	margin: 25px 0;
}
.ptjs6{
	width: 100%;
	padding-top: 50px;
}
.ptjs6main{
	width: 1200px;
	margin: auto;
}
.ptjs6right{
	width: 20%;
	float: right;
	text-align: center;
}
.ptjs6right img{
	width: 150px;
}
.ptjs6right p{
	font-size: 14px;
	line-height: 20px;
}
.contact_map {
	width: 100%;
	margin-top: 80px;
	height: 600px;
}
.tips_error {
	color: #ff581b !important;
	display: block;
	margin-top: 10px;
	font-size: 14px;
	text-align: center;
}
.tips_success{
	color:#1EB7BC;
	display: block;
	margin-top: 10px;
	font-size: 14px;
	text-align: center;
}
.ncpcxright1lb1{
	width: 100%;
	margin:15px 0;
	transition: all 0.3s ease;
}
.ncpcxright1lb1:hover{
	-moz-box-shadow:0px 0px 18px #D4D4D4; -webkit-box-shadow:0px 0px 18px #D4D4D4; box-shadow:0px 0px 18px #D4D4D4;
}
.ncpcxright1lb1left{
	width: 70%;
	position: relative;
	float: left;
	padding:5px;
	padding-left: 180px;
}
.ncpcxright1lb1left1{
	height: 160px;
	width: 160px;
	overflow: hidden;
	position: absolute;
	left: 5px;
	top: 5px;
}
.ncpcxright1lb1left1 img{
	width: 160px;
	height: 160px;
}
.ncpcxright1lb1left1zs{
	width: 160px;
	text-align: center;
	line-height: 27px;
	background-color: #adbfdf;
	-moz-box-shadow: 0px 0px 10px #D4D4D4, 2px 2px 5px #333333;
	-webkit-box-shadow: 0px 0px 10px #D4D4D4, 2px 2px 5px #333333;
	box-shadow: 0px 0px 10px #D4D4D4, 2px 2px 5px #333333;
	position: absolute;
	left: -44px;
	top: 10px;
	font-size: 12px;
	color: #ffffff;
	transform: rotateZ(-45deg);
}
.ncpcxright1lb1left1bj{
	width: 160px;
	text-align: center;
	line-height: 27px;
	background-color: #cacaca;
	-moz-box-shadow: 0px 0px 10px #D4D4D4, 2px 2px 5px #333333;
	-webkit-box-shadow: 0px 0px 10px #D4D4D4, 2px 2px 5px #333333;
	box-shadow: 0px 0px 10px #D4D4D4, 2px 2px 5px #333333;
	position: absolute;
	left: -44px;
	top: 10px;
	font-size: 12px;
	color: #ffffff;
	transform: rotateZ(-45deg);
}
.ncpcxright1lb1left1hj{
	width: 160px;
	text-align: center;
	line-height: 27px;
	background-color: #ffbb44;
	-moz-box-shadow: 0px 0px 10px #D4D4D4, 2px 2px 5px #333333;
	-webkit-box-shadow: 0px 0px 10px #D4D4D4, 2px 2px 5px #333333;
	box-shadow: 0px 0px 10px #D4D4D4, 2px 2px 5px #333333;
	position: absolute;
	left: -44px;
	top: 10px;
	font-size: 12px;
	color: #ffffff;
	transform: rotateZ(-45deg);
}
.ncpcxright1lb1left h4{
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px;
	color: #222222;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ncpcxright1lb1left a{
	display: block;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 0;
	color: #222222;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	margin-right: 0;
}
.ncpcxright1lb1left h5{
	font-size: 14px;
	line-height: 18px;
	color: #666;
	margin-bottom: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ncpcxright1lb1left h6{
	font-size: 13px;
	line-height: 20px;
	color: #222222;
	margin: 0;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ncpcxright1lb1left p{
	margin-top: 12px;
}
.ncpcxright1lb1left p a{
	display: block;
	line-height: 20px;
	color: #1EB7BC;
	font-size: 14px;
}
.ncpcxright1lb1right{
	width: 30%;
	height: 170px;
	float: right;
	padding:8px;
	background-color: #f2f2f2;
}
.ncpcxright1lb1right h3{
	font-size: 15px;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #222222;
}
.ncpcxright1lb1right h4{
	font-size: 13px;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #aaaaaa;
	margin-bottom: 5px;
}
.ncpcxright1lb1right div{
	width: 100%;
}
.ncpcxright1lb1right div a{
	display: block;
	width: 48%;
	float: left;
	font-size: 12px;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	line-height: 20px;
	padding-left: 22px;
	margin-right: 0;
	margin-bottom: 0;
}
.ncpcxright1lb1right div a:nth-child(2n){
	float: right;
}
.ncpcxright1lb1right div a img{
	width: 16px;
	position: absolute;
	left: 0;
	top:2px;
}
.ncpcxright1lb1right h5{
	font-size: 14px;
	line-height: 20px;
	margin-top: 5px;
	text-align: center;
	color: #222222;
}
.ncpcxright1lb1right h5 i{
	margin-right: 5px;
	color: #1EB7BC;
}
.ncpcxright1lb1right h5 span{
	font-weight: bold;
}
.cpcxright1lb1 .ncpcxright1lb1rightlj{
	display: block;
	width: 80%;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	margin-left: 10%;
	margin-right: 0;
	margin-bottom: 7px;
	margin-top: 7px;
	line-height: 35px;
	background: -webkit-gradient(linear,left top,left bottom,from(#1EB7BC),to(#3bacb0));
	background: -webkit-linear-gradient(#1EB7BC,#3bacb0);
	background: -moz-linear-gradient(top,#1EB7BC,#3bacb0);
	background: linear-gradient(bottom,#1EB7BC,#3bacb0);
}
.cpxqright0{
	width: 100%;
	padding: 20px;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}
.cpxqright0img{
	width: 40%;
	height: 60px;
	display: block;
	margin: auto;
	border: 1px solid #dddddd;
	margin-bottom: 5px;
}
.cpxqright0 h2{
	font-size: 15px;
	line-height: 20px;
	color: #222222;
	text-align: center;
	margin-bottom: 2px;
}
.cpxqright0 h3{
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	color: #aaaaaa;
	margin-bottom: 5px;
}
.cpxqright0 h5{
	font-size: 14px;
	line-height: 22px;
	padding: 7px 0;
	margin-top: 5px;
	text-align: center;
	color: #222222;
	background-color: #f5f5f5;
	margin-bottom: 5px;
	border-radius: 3px;
}
.cpxqright0 h5 i{
	margin-right: 5px;
	color: #1EB7BC;
}
.cpxqright0 h5 span{
	font-weight: bold;
}
.cpxqright0 div{
	width: 100%;
}
.cpxqright0 div a{
	display: block;
	width: 48%;
	float: left;
	font-size: 12px;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	line-height: 20px;
	padding-left: 22px;
	margin-right: 0;
	margin-bottom: 0;
}
.cpxqright0 div a:nth-child(2n){
	float: right;
}
.cpxqright0 div a img{
	width: 16px;
	position: absolute;
	left: 0;
	top:2px;
}
.nindex03right{
	width: 100%;
	width: 80%;
	min-height: 430px;
	float: right;
	background-color: #FFFFFF;
	padding: 10px 20px;
}
.nindex03right div{
	width: 31.33%;
    height: 178px;
    float: left;
    margin: 10px 0;
    position: relative;
    padding: 10px 10px;
    padding-left: 120px;
    overflow: hidden;
}
.nindex03right div:nth-child(3n-1){
	margin:10px 3%;
}
.nindex03right div img{
	width: 100px;
	height: 100px;
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.nindex03rightlj{
	width: 100%;
	display: block;
	font-size: 15px;
	color: #222222;
	line-height: 20px;
	margin-bottom: 5px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.nindex03rightej{
	width: 100%;
	display: block;
	font-size: 14px;
	color: #6e6d6d;
	line-height: 20px;
	margin-bottom: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.footer p a img{
	width: 30px;
}
.cpcxright1lb2left{
	position: relative;
}
.cpcxright1lb2lefttx{
	width: 110px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 14px;
    border: 1px solid #dddddd;
}
.cpcxright1lb2left h4, .cpcxright1lb2left h5{
	padding-left: 125px;
}
.gyszy2right3 iframe{
	width: 100%;
	height: 500px;
}
.helplbdlj{
	font-size: 16px;
    line-height: 30px;
    color: #222222;
    padding: 0 20px;
    margin-bottom: 5px;
    padding-left: 40px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.helplbdlj i{
	font-size: 14px;
    line-height: 30px;
    color: #666666;
    position: absolute;
    left: 20px;
    top: -7px;
    transform: rotateZ(-90deg);
}
.fenye{
	list-style: none;
	padding:0;
	margin: 0;
	margin-top: 20px;
	text-align: center;
}
.fenye li{
	width: auto;
	line-height: 22px;
	margin-right: 5px;
	padding: 0px 8px;
	display: inline-block;
}
.fenye .active{
	background-color: #1EB7BC;
}
.fenye li .current{
	color: #ffffff !important;
}
.fenye li a{
	color: #222222 !important;
}
.cpcxbody1 .index05x{
	margin-bottom: 20px;
}
.register_success{
	width: 1200px;
	margin:auto;
	position: relative;
}
.register_successleft{
	width: 45%;
	position: absolute;
	left: 0;
	top: 19%;
}
.register_successright{
	width: 70%;
	float: right;
}
.register_successleft h4{
	font-size: 30px;
	line-height: 50px;
	color: #222222;
	font-weight: bold;
}
.register_successleft p{
	font-size: 15px;
	color: #666;
	line-height: 25px;
	margin:30px 0;
}
.register_successleft a{
	display: inline-block;
	padding:0px 30px;
	font-size: 15px;
	line-height: 40px;
	border-radius: 5px;
	background-color: #009e96;
	color: #ffffff;
}
.cpcxright1sx11{
	margin-top:20px;
}
 
.cpcxright1lb2leftgys h4, .cpcxright1lb2leftgys h5 {
    padding-left: 0;
}
.gyszy2right1 h5 p{
	word-break: break-word;
	font-size: 14px;
    line-height: 22px;
    color: #222222;
    margin: 15px 0;
}
.gysml3tit11{
	margin-top: 20px;
}
.footer1sjmt{
	margin-bottom: -25px;
    margin-top: 15px;
}
.cpcxright1lb2lefttx1{
	top: 0;
}
.indexbannerimg{
	width: 100%;
	height: 363px;
}
.helplb1 p i{
	transform: rotateZ(0deg);
}
.helplb1 div{
	display: block;
}
.index06lbtopjs{
	width: 54%;
	display: inline-block;
}
.index06lbtopjs span{
	display: block;
	width: 48%;
	float: left;
	font-size: 12px;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	line-height: 20px;
	padding-left: 22px;
	margin-right: 0;
	margin-bottom: 0;
}
.index06lbtopjs span:nth-child(2n){
	float: right;
}
.index06lbtopjs span img{
	width: 16px;
	position: absolute;
	left: 0;
	top:2px;
}
.zanwunr{
	width: 100%;
	text-align: center;
	padding-top: 100px;
	color: #aaaaaa;
}
.zanwunr i{
	font-size: 70px;
	line-height: 70px;
	margin-bottom: 15px;
	display: inline-block;
}
.zanwunr span{
	display: block;
	font-size: 18px;
}
.header2dl3{
	float: right;
    margin-right: 0;
}
.cpcxright1lb2left h5 .gssp11:hover{
	background-color: #ffffff;
}
.cpmllb div a img{
	width: 35px;
	display: block;
	margin-bottom: 10px;
}
.cpmllb div a span{
	display: block;
}
.mobilemenu{
	display: none;
}
.mobilemenucd{
	display: none;
}
.menuzz{
	display: none;
}

@media only screen and (max-width: 640px) {
	body {
    min-width: 100%;
    padding-top: 117px;
}
header {
    width: 100%;
    height: 100px;
    padding: 5px 0;
    padding-bottom: 15px;
    background-color: #FFFFFF;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    box-sizing: border-box;
}
.header {
    width: 100%;
    margin: auto;
}
.header2logo {
    height: 30px;
    float: left;
    margin-top: 3px;
    margin-left: 10px;
    margin-bottom: 10px;
}
.header1{
	display: none;
}
.header2dl{
	display: none;
}
.header2ss {
    width: 100%;
    float: left;
    margin: 0;
    padding-top: 5px;
    background-color: #ffffff;
    border-top: 2px solid #1db7bc;
}
.header2sstit p {
    margin-bottom: 5px;
}
.header2ssnr1 {
    border-radius: 0;
}
.mobilemenu{
	display: block;
    width: 260px;
    height: 100%;
    position: fixed;
    left: -300px;
    top: 0;
    z-index: 9;
    background-color: #ffffff;
    transition: all 0.3s ease;
}
.mobilemenu1 a{
	display: block;
    width: 100%;
    line-height: 50px;
    color: #222222;
    padding: 0 10px;
    font-size: 15px;
}
.mobilemenu .header1lange{
	padding: 0 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.header1lange div {
    position: absolute;
    left: 0;
    top: 25px;
    width: 70px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 5px #BDBDBD;
    -webkit-box-shadow: 0px 0px 5px #BDBDBD;
    box-shadow: 0px 0px 5px #BDBDBD;
    border-radius: 5px;
    background-color: #FFFFFF;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 2;
}
.mobilemenu1 a i{
	float: right;
	font-size: 10px;
	color: #666;
	line-height: 50px;
}
.mobilemenucd {
		display: block;
		width: 35px;
		height: 30px;
		position: fixed;
		right: 10px;
		top: 7.5px;
		overflow: hidden;
		z-index: 3;
	}
	.mobilemenucd span {
		width: 100%;
		height: 4px;
		background-color: #222222;
		transition: all 0.3s ease;
	}
	.mobilemenucd span:nth-child(1) {
		position: absolute;
		left: 0;
		top: 0;
	}
	.mobilemenucd span:nth-child(2) {
		position: absolute;
		left: 0;
		top: 13px;
	}
	.mobilemenucd span:nth-child(3) {
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.menuzz {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 8;
    display: none;
}
.index01 {
    width: 100%;
    margin: auto;
    padding: 10px;
}
.index01left{
	display: none;
}
.index01right {
    width: 100%;
    float: right;
}
.index01righttit{
	display: none;
}
.indexbannerimg{
	height: auto;
}
.index01rightlb {
    margin-top: 5px;
}
.index01rightlb li {
    width: 50%;
}
.index02 {
    width: 100%;
    margin: auto;
    background-color: #FFFFFF;
    padding: 10px;
}
.index02tit {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
}
section{
	box-sizing: border-box;
}
.index02left, .index02right{
	display: none;
}
.index02lb {
    width: 100%;
    padding: 0;
    position: relative;
}
.index03 {
    width: 100%;
    margin: auto;
    margin-top: 10px;
    position: relative;
}
.index03left {
    width: 100%;
    height: 120px;
    position: relative;
    left: 0;
    top: 0;
    padding: 20px 10px;
    background-color: #d4eaff;
}
.index03left img {
    width: 100px;
    position: absolute;
    right: 10px;
    bottom: 15px;
}
.index03right {
    width: 100%;
    min-height: 10px;
    float: right;
    background-color: #FFFFFF;
    padding: 0px 10px;
}
.index03right a {
    width: 48%;
    display: block;
    float: left;
    margin: 10px 0;
    margin-right: 0;
}
.index03right a:nth-child(2n){
	float: right;
}
.index05lb li:nth-child(1) p {
    line-height: 30px;
    height: 30px;
    font-size: 13px;
    font-weight: normal;
}
.index05lb li p img {
    height: 40px;
    width: 68px;
    display: inline-block;
    margin-top: 10px;
}
.index05lb li p {
    width: 13%;
    color: #666;
    float: left;
    font-size: 13px;
    line-height: 60px;
    height: 60px;
    text-align: center;
    padding: 0 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.index05 .index03right a {
    width: 100%;
    line-height: 27px;
    font-size: 12px;
    background-color: #0068b7;
    color: #ffffff;
    border-radius: 5px;
    margin: 0;
    margin-top: 14px;
    margin-left: 0;
    display: inline-block;
    transition: all 0.3s ease;
}
.index05xlb{
	padding:0;
}
.index05xlb li {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 150px;
    margin: 15px 0;
    min-height: 100px;
}
.index05xlb a{
	width: 100%;
	margin: 0;
}
.index05xlb li h5 span {
    font-size: 13px;
    line-height: 25px;
    color: #999;
    margin-right: 15px;
    display: inline-block;
}
.index05xlb li h5 span img {
    height: 15px;
    width: auto;
    float: left;
    margin-right: 3px;
    margin-top: 3.5px;
}
.index05xlb li p {
    font-size: 13px;
    line-height: 30px;
    color: #222222;
    padding-left: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    margin-top: 0;
    text-align: left;
}
.index05xlb li p span {
    font-size: 13px;
    line-height: 30px;
    color: #666;
    position: absolute;
    left: 0;
    top: 0;
}
.index06 {
    width: 100%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 10px;
}
.index06left, .index06right{
	display: none;
}
.index03left h4 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
}
.index07 {
    width: 100%;
    margin: auto;
}
.index07tit {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 5px;
    text-align: center;
    margin-top: 20px;
}
.index07lb {
    width: 100%;
    float: left;
    background-color: #ffffff;
    padding: 10px 10px;
}
.index07lb a {
    width: 48%;
    display: block;
    float: left;
    margin: 5px 0;
    margin-right: 0;
}
.index07lb a:nth-child(2n){
	float: right;

}
.index07lb a img{
	height: 189px;
}
.index08 {
    width: 100%;
    margin: auto;
    margin-top: 10px;
    padding: 10px;
    background: url(../images/index08bg.jpg) left center no-repeat;
    background-size: auto 100%;
}
.index08left {
    width: 100%;
    float: left;
    margin-left: 0;
}
.index08left h4 {
    font-size: 22px;
    color: #ffffff;
    line-height: 30px;
    margin-bottom: 0px;
    margin-top: 5px;
    text-shadow: 0px 0px 2px #222222;
}
.index08left p {
    font-size: 14px;
    line-height: 25px;
    color: #ffffff;
    text-shadow: 0px 0px 2px #222222;
}
.index08right {
    width: 100%;
    float: right;
    background-color: #FFFFFF;
    padding: 15px;
    margin-top: 10px;
}
.index08right h4 {
    font-size: 22px;
    color: #222222;
    line-height: 30px;
    margin-bottom: 10px;
}
.index09 {
    width: 100%;
    margin: auto;
    padding: 10px;
}
.index09lb div {
    width: 31.333%;
    float: left;
    text-align: center;
}
.index09lb div:nth-child(2) {
    margin: 0 3%;
}
.index09lb div h4 {
    font-size: 15px;
    color: #222222;
    line-height: 20px;
}
.index09lb div p {
    font-size: 12px;
    color: #666666;
    line-height: 18px;
    margin: 5px 0;
}
.index09lb div a {
    font-size: 13px;
    color: #007AFF;
    line-height: 20px;
    transition: all 0.3s ease;
}
footer {
    width: 100%;
    background-color: #FFFFFF;
    padding: 0 10px;
    padding-top: 20px;
    padding-bottom: 10px;
    box-sizing: border-box;
}
.footer {
    width: 100%;
    margin: auto;
}
.footer p {
    font-size: 13px;
    line-height: 23px;
    color: #666666;
}
.footer1 {
    margin-bottom: 20px;
}
.footer2 {
    text-align: center;
    padding-top: 0;
}
.footer2 h4 a{
	font-size: 14px;
}
.footer2 h4 {
    margin-bottom: 2px;
}
.footer2 p {
    line-height: 16px;
    font-size: 13px;
    color: #666666;
}
.cpmltit {
    display: none;
}
.cpcxbody {
    width: 100%;
    background-color: #f0f1f2;
    padding: 20px 0;
}
.bmx {
    width: 100%;
    float: left;
    display: none;
}
.gysml1 {
    margin-top: 0;
    padding: 0 10px;
}
.cpcxrighttit a {
    display: inline-block;
    line-height: 30px;
    font-size: 16px;
    color: #222222;
    margin-right: 25px;
}
.cpcxbody1 {
    width: 100%;
    margin: auto;
}
.cpcxrightfl {
   padding: 20px 10px;
}
.cpcxrightfl1 {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    padding-left: 75px;
}
.cpcxrightfl1 h4 {
    font-size: 14px;
}
.cpcxrightfl1 a {
    font-size: 14px;
}
.gysml3tit11 {
    margin-top: 10px;
    padding: 0 10px;
}
.gysml3tit p a {
    font-size: 14px;
    color: #222222;
    line-height: 25px;
}
.gysml3tit p a {
    float: left;
    margin-right: 10px;
}
.gysml3tit p a span {
    width: 20px;
    height: 20px;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    float: left;
    display: block;
    margin-right: 3px;
    text-align: center;
    line-height: 18px;
    margin-top: 2.5px;
}
.cpcxright1sxright{
	display: none;
}
.gysml3tit p a img {
    width: 20px;
    float: left;
    margin-right: 1px;
    margin-top: 1.5px;
}
.gysml3lb {
    width: 100%;
    background-color: #ffffff;
    float: left;
    padding: 10px;
    margin-top: 10px;
    padding-right: 10px;
}
.cpcxright1lb2left {
    width: 100%;
    float: left;
}
.cpcxright1lb2left h5 span {
    font-size: 12px;
    line-height: 20px;
    color: #999;
    margin-right: 5px;
    display: inline-block;
}
.cpcxright1lb2left h4 {
    font-size: 18px;
    color: #0168b6;
    line-height: 28px;
    margin-bottom: 0px;
    cursor: pointer;
}
.cpcxright1lb2left div {
    width: 100%;
    margin: 5px 0;
    margin-top: 20px;
}
.cpcxright1lb2left h5 span img {
    height: 15px;
    float: left;
    margin-right: 3px;
    margin-top: 2px;
}
.cpcxright1lb2left div p {
    font-size: 13px;
    line-height: 25px;
    height: 25px;
    color: #222222;
    padding-left: 65px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}
.cpcxright1lb2left div p span {
    font-size: 13px;
    line-height: 25px;
    color: #666;
    position: absolute;
    left: 0;
    top: 0;
}
.cpcxright1lb2right {
    width: 100%;
    float: right;
    margin-top: 15px;
}
.cpcxright1lb2right a img{
	height: auto;
}
.header3 {
    border-bottom: 0px solid #DDDDDD;
    padding-bottom: 10px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding-left: 0px;
    padding-top: 5px;
    z-index: 3;
    background-color: #ffffff;
}
.header3main {
    width: 100%;
    margin: auto;
}
.header3right{
	display: none;
}
.mobilemenu1 p{
	width: 100%;
    line-height: 50px;
    color: #00BCD4;
    padding: 0 10px;
    font-size: 15px;
}
.mobilemenu1 p a{
	width: auto;
	display: inline-block;
	padding:0;
	color: #00BCD4;
}
.header4main {
    width: 100%;
    margin: auto;
    padding: 20px 0;
}
.header4left{
	display: none;
}
.header4right {
    width: 100%;
    height: 40px;
    float: right;
    border: 2px solid #1eb7bc;
    border-radius: 0;
    position: relative;
    padding-left: 88px;
    padding-right: 75px;
    overflow: hidden;
    margin-top: 0px;
    position: fixed;
    top: 50px;
    left: 0;
    background-color: #ffffff;
    z-index: 3;
    /* border-top: 2px solid #1db7bc; */
}
.header4right select {
    width: 85px;
    border: none;
    height: 36px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    padding: 0 3px;
    border-right: 2px solid #1EB7BC;
    outline-style: none;
}
.header4right button {
    width: 75px;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #1EB7BC;
    font-size: 14px;
    color: #FFFFFF;
    padding: 0;
    line-height: 36px;
}
.header5 {
    width: 100%;
    height: 35px;
    margin-top: -18px;
    background-color: #1EB7BC;
}
.header5main {
    width: 100%;
    margin: auto;
}
.header5main a {
    display: block;
    float: left;
    padding: 0 10px;
    line-height: 35px;
    color: #ffffff;
    margin-right: 0;
    font-size: 14px;
    width: 25%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.gyszy2 {
    width: 100%;
    margin: auto;
}
.contact1 {
    width: 100%;
    background-color: #FFFFFF;
    margin-bottom: 10px;
}
.gyszy2left1 {
    margin-bottom: 10px;
}
.contact2 {
    width: 100%;
    padding-right: 0;
    background-color: #FFFFFF;
}
.gyszyheader{
	margin-top: -40px;
}
.gyszy1 {
    width: 100%;
    margin: 10px auto;
    margin-top: 0;
    position: relative;
}
.gyszy1left, .gyszy1right{
	display: none;
}
.gyszy2left{
	display: none;
}
.gyszy2right {
    width: 100%;
    float: right;
}
.gyszy2right1 {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #FFFFFF;
}
.gyszy2left1tit {
    margin-bottom: 10px;
}
.gyszy2right1nr {
    width: 100%;
    position: relative;
    padding-left: 0;
    min-height: 10px;
}
.gyszy2right1nr img {
    width: 100%;
    height: auto;
    position: initial;
    left: 0;
    top: 0;
}
.gyszy2right1nr h4 {
    font-size: 14px;
    line-height: 30px;
    position: relative;
    padding-left: 6rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.gyszy2right1nr span {
     font-size: 14px;
}
.swiper-containergcsp {
    min-height: 10px;
}
.gyszy2right2 {
    width: 100%;
    padding: 10px;
    background-color: #FFFFFF;
    margin-bottom: 10px;
}
.cpcxright1lb1 a {
    width: 48%;
    float: left;
    margin-right: 0;
    margin-bottom: 20px;
}
.cpcxright1lb1 a:nth-child(2n){
	float: right;
}
.cpcxright1lb1 a img{
	height: 189px;
}
.gyszy2right3 iframe {
    height: 250px;
}
.cpcxleft{
	display: none;
}
.cpcxright {
    width: 100%;
    float: right;
    /* padding: 0 10px; */
}
.cpcxright1sxleft {
    width: 45%;
    margin-left: 5px;
}
.cpcxright1sxjgqj {
    margin-left: 0;
    float: right;
    margin-right: 5px;
}
.cpcxright1sxleft p {
    font-size: 13px;
}
.cpcxright1sxjgqj input {
    width: 50px;
}
.cpcxright1sxjgqj button {
    width: 55px;
    height: 27px;
    border: none;
    background-color: #C03A3A;
    color: #FFFFFF;
    margin-left: 10px;
}
.cpcxrighttit {
    padding: 0 5px;
}
.cpcxright1lb {
    width: 100%;
    float: left;
    background-color: #FFFFFF;
    padding: 0 10px;
    margin-top: 10px;
}
.ncpcxright1lb1left {
    width: 100%;
    position: relative;
    float: left;
    padding: 5px;
    padding-left: 180px;
}
.ncpcxright1lb1left h4 a{
	margin-bottom: 0;
}
.ncpcxright1lb1left p {
    margin-top: 5px;
}
.ncpcxright1lb1right {
    width: 100%;
    /* height: 170px; */
    float: right;
    padding: 8px;
    background-color: #f2f2f2;
}
.ncpcxright1lb1right h5 {
    margin-top: 10px;
}
.ncpcxright1lb1 {
    width: 100%;
    margin: 10px 0;
    transition: all 0.3s ease;
    border-bottom: 1px dashed #dddddd;
    padding-bottom: 15px;
}
.fenye {
    margin-top: 10px;
    margin-bottom: 10px;
}
.cpxq {
    width: 100%;
    margin-top: 0;
}
.cpxqleft {
    width: 100%;
    float: left;
}
.cpxqleft1 {
    width: 100%;
    padding: 10px;
    background-color: #FFFFFF;
    margin-bottom: 20px;
}
.bg {
    width: 100%;
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    float: left;
}
.show {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    position: relative;
    border: 1px solid #E8E8E8;
    cursor: move;
}
.show img {
    width: 100%;
    height: 392px;
}
.mask{
	opacity: 0;
}
.cpxqleft1right {
    width: 100%;
    float: right;
}
.cpxqleft1right h2 {
   margin-bottom: 15px;
}
.cpxqleft1right1 {
    width: 100%;
    margin: 15px 0;
}
.cpxqleft1right h6 {
    margin-top: 20px;
}
.cpxqright {
    width: 100%;
    float: right;
    margin-top: 10px;
}
.gyszy2left1lb section {
    width: 100%;
    border: 1px solid #DDDDDD;
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 2;
    padding: 10px 0;
    background-color: #FFFFFF;
    display: none;
}
.nindex03right {
    width: 100%;
    min-height: 10px;
    padding: 10px;
}
.nindex03right div {
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    position: relative;
    padding: 10px 10px;
    padding-left: 120px;
    min-height: 100px;
}
.nindex03right div img{
	bottom: auto;
}
.cpmllb div a {
    width: 33.33%;
    font-size: 14px;
    color: #666666;
    margin: 0;
    margin-right: 0;
}
.cpmllb div {
    padding-bottom: 10px;
}
.cpmllb{
    margin-top: 10px;
}
.allflmain {
    width: 100%;
    margin: auto;
}
.allfl1{
	display: none;
}
.allfl2fl {
    margin-left: 0;
    display: block;
    float: left;
    padding: 0 10px;
    line-height: 35px;
    color: #ffffff;
    margin-right: 0;
    font-size: 14px;
    width: 25%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.allfl {
    height: 35px;
    background-color: #2c5983;
    margin-top: 10px;
}
.helpleft {
    display: none;
}
.helpright {
    width: 100%;
    float: right;
}
.helpright1 button {
    width: 20%;
    float: right;
    height: 40px;
    padding: 0;
    margin: 0;
    background-color: #1eb7bc;
    color: #FFFFFF;
    font-size: 12px;
    text-shadow: 1px 1px 1px #222222;
    transition: all 0.3s ease;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.helpright1 {
    width: 100%;
    padding: 10px;
    background-color: #FFFFFF;
    margin-bottom: 10px;
}
.helpright1 input {
    font-size: 14px;
}
.ptjs1 {
    padding-top: 0;
}
.ptjs1main {
    width: 100%;
    padding: 0 10px;
    padding-bottom: 115px;
    padding-top: 35px;
    text-align: center;
}
.ptjs1main h4 {
    font-size: 22px;
    color: #222222;
    font-weight: bold;
    line-height: 35px;
}
.ptjs1main h5 {
    font-size: 22px;
    color: #222222;
    font-weight: bold;
    line-height: 35px;
    margin: 35px 0;
}
.ptjs1main a {
    padding: 15px 40px;
}
.ptjs2 {
    width: 100%;
    margin: 20px auto;
    padding: 0 10px;
}
.ptjs2 h4 {
    font-size: 22px;
    margin-bottom: 10px;
}
.ptjs3 {
    padding: 20px 10px;
    background-size: auto 100%;
}
.ptjs3main {
    width: 100%;
    margin: auto;
}
.ptjs3left {
    width: 100%;
    float: left;
}
.ptjs3right {
    width: 100%;
    float: right;
}
.ptjs3right div {
    width: 100%;
    margin: 20px 0;
}
.ptjs4 {
    width: 100%;
    padding: 20px 10px;
}
.ptjs4main {
    width: 100%;
    margin: auto;
}
.ptjs4tit {
    font-size: 22px;
    color: #222222;
    line-height: 30px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
}
.ptjs4lb li {
    width: 48%;
    margin-right: 0;
}
.ptjs4lb li:nth-child(2n){
	float: right;
}
.ptjs4lb li p {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    color: #666666;
    overflow: hidden; 
text-overflow: ellipsis; 
display: -webkit-box; 
-webkit-line-clamp: 2; 
-webkit-box-orient: vertical; 
display: -moz-box; 
-moz-line-clamp: 2; 
-moz-box-orient: vertical; 
display: -o-box; 
-o-line-clamp: 2; 
-o-box-orient: vertical; 
}
.ptjs4lbimg2{
	display: none;
}
.ptjs4lbimg1 {
    width: 75%;
    margin-bottom: -10px;
}
.ptjs5 {
    width: 100%;
    padding: 20px 10px;
    background: url(../images/ptjsimg5.jpg) center center no-repeat;
    background-size: auto 100%;
}
.ptjs5main {
    width: 100%;
    margin: auto;
}
.ptjs5js h4 {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}
.ptjs5js p {
    font-size: 15px;
    color: #FFFFFF;
    line-height: 30px;
}
.ptjs6 {
    width: 100%;
    padding: 0 10px;
    padding-top: 20px;
}
.ptjs6main {
    width: 100%;
    margin: auto;
}
.ptjs6left {
    width: 100%;
    float: left;
}
.ptjs6left p {
    font-size: 15px;
    color: #222222;
    line-height: 25px;
    margin: 20px 0;
}
.contact_map {
    width: 100%;
    margin-top: 0;
    height: 300px;
}
.dlzc {
    width: 100%;
    margin: auto;
    margin-top: -100px;
}
.dlzclogo {
    width: 200px;
    margin: 0px auto;
    display: block;
}
.dlzctit {
    margin-bottom: 15px;
    padding: 0 10px;
    margin-top: 15px;
}
.dlzctit h4 {
    font-size: 16px;
    color: #222222;
    line-height: 25px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;
}
.dlzcmain {
    width: 100%;
    padding: 20px 10px;
    background-color: #FFFFFF;
}
.dlzcmain2 select {
    width: 30%;
    font-size: 13px;
}
.dlzcmain2 input{
	width: 67%;
}
.register_success {
    width: 100%;
    margin: auto;
    position: relative;
}
.register_successleft {
    width: 100%;
    position: initial;
    left: 0;
    top: 0;
    margin-top: 20px;
    padding: 0 10px;
    text-align: center;
}
.register_successleft h4 {
    font-size: 22px;
    line-height: 30px;
    color: #222222;
    font-weight: bold;
    text-align: center;
}
.register_successleft p {
    margin: 15px 0;
}
.register_successright {
    width: 100%;
    margin-right: 15%;
    float: right;
    margin-top: 30px;
}
.loginmainleft{
	display: none;
}
.loginmainright {
    width: 100%;
    float: right;
    padding: 10px;
    margin-top: 10px;
}
.loginmainrighttit {
    font-size: 18px;
}
.loginmainrighttit {
    margin-bottom: 15px;
}
.header2ssnr1 input {
    font-size: 14px;
}
.cpcxbody2 {
    width: 100%;
    margin: auto;
    margin-top: 20px;
}
.swiper-container02lb .swiper-slide img{
	height: 189px;
}




}
@media only screen and (max-width: 375px) {
	.index07lb a img, .cpcxright1lb1 a img, .swiper-container02lb .swiper-slide img{
	height: 170px;
}
.show img {
    width: 100%;
    height: 353px;
}
}

@media only screen and (max-width: 360px) {
	.index07lb a img, .cpcxright1lb1 a img, .swiper-container02lb .swiper-slide img{
	height: 163px;
}
.show img {
    width: 100%;
    height: 338px;
}
}

@media only screen and (max-width: 320px) {
	.index07lb a img, .cpcxright1lb1 a img, .swiper-container02lb .swiper-slide img{
	height: 144px;
}
.show img {
    width: 100%;
    height: 298px;
}

}