a {
	text-decoration: none;
}

.top-header {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	background: #faf7f7;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
	height: auto;
}

.qq {
	margin-left: 20px;
	line-height: 12px;
}

.pt30 {
	padding-top: 30px
}

.pt30 img {
	width: 18px
}

.pt30 p {
	margin-top: -1px;
	margin-left: 5px;
}

.search01 {
	margin-top: 15px;
	width: 200px;
/* margin-top: 10px; */
	float: right;
	background-color: #f5f5f5;
/* border-radius:5px; */
	border: 1px solid #ccc;
}

.search01 form {
	height: 24px;
	overflow: hidden;
}

.search02 {
	float: left;
	width: 150px;
}

.search02 input.search03 {
	width: 150px;
	font-size: 12px;
	color: #333;
	height: 24px;
	background-color: #f5f5f5;
	line-height: 30px;
	margin-left: 15px;
	border: none;
	outline: none;
	float: left;
}

.search01 input.search04 {
	width: 18px;
	height: 24px;
	float: right;
	background-color: #f5f5f5;
	background-image: url(../images/index_icon02.png);
	border: none;
	background-repeat: no-repeat;
	background-position: center;
	outline: none;
	cursor: pointer;
	margin-right: 15px;
}

.search01 p {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	padding-left: 1em;
	padding-top: 10px;
	letter-spacing: 1px;
}

.banner {
	width: 100%;
}

.banner img {
	width: 100%;
	display: block;
	margin: 0 auto;
}

.button--1, .button--1 .button__bg {
	-webkit-font-smoothing: antialiased;
	background-color: #333;
	border: none;
	display: inline-block;
	font-size: 14px;
	text-decoration: none;
	user-select: none;
	letter-spacing: 0.1em;
	color: white;
	padding: 10px 20px;
	text-transform: uppercase;
	-webkit-transition: background-color 0.1s ease-out;
	-moz-transition: background-color 0.1s ease-out;
	transition: background-color 0.1s ease-out;
}

.button--1:hover, .button--1 .button__bg:hover, {
	background-color: #426ab3;
	color: #fff;
}

.button--1:focus, .button--1 .button__bg:focus {
	outline: none;
	color: #fff;
}

.safari .button, .safari
.button__bg {
	-webkit-filter: none !important;
	filter: none !important;
}

.button--1 {
	position: relative;
	background: none;
	z-index: 0;
}

.button--1:hover {
	background: none;
}

.button--1:hover .circle {
	background: #426ab3;
}

.button--1:hover .button__bg {
	background: #426ab3;
}

.button--1 .button__container {
	position: absolute;
	display: block;
	width: 200%;
	height: 400%;
	top: -150%;
	left: -50%;
	pointer-events: none;
	z-index: -1;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

.button--1 .button__bg, .button--1 .circle {
	-webkit-animation: hue-rotate 10s linear infinite;
	-moz-animation: hue-rotate 10s linear infinite;
	animation: hue-rotate 10s linear infinite;
}

.button--1 .button__bg {
	position: absolute;
	width: 50%;
	height: 25%;
	top: 50%;
	left: 25%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.button--1 .circle {
	position: absolute;
	width: 25px;
	height: 25px;
	border-radius: 15px;
	background: #333;
	-webkit-transition: background-color 0.1s ease-out;
	-moz-transition: background-color 0.1s ease-out;
	transition: background-color 0.1s ease-out;
}

.button--1 .circle.top-left {
	top: 40%;
	left: 27%;
}

.button--1 .circle.bottom-right {
	bottom: 40%;
	right: 27%;
}

@keyframes hue-rotate {
	from {
		-webkit-filter: hue-rotate(0);
		-moz-filter: hue-rotate(0);
		-ms-filter: hue-rotate(0);
		filter: hue-rotate(0);
	}

	to {
		-webkit-filter: hue-rotate(360deg);
		-moz-filter: hue-rotate(360deg);
		-ms-filter: hue-rotate(360deg);
		filter: hue-rotate(360deg);
	}
}
/*BANNER*/
#indexbanner {
	clear: both;
	float: none;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 658px;
	overflow: hidden;
	position: relative;
}

#indexbanner .piclist {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 658px;
}

#indexbanner .piclist li a {
	height: 658px;
	width: 100%;
	text-align: center;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
}

#indexbanner .btncon {
	width: 1200px;
	margin-left: -600px;
	position: absolute;
	left: 50%;
	right: 50%;
	z-index: 2;
	bottom: 10px;
	height: 160px;
	overflow: hidden;
}

#indexbanner .btncon ul {
	width: 1400px;
}

#indexbanner .btncon ul li {
	-o-transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	width: 285px;
	float: left;
	margin-right: 20px;
	background-image: url(../images/bg2.png);
	height: 160px;
	-o-transition: all .0s;
	-moz-transition: all .0s;
	-webkit-transition: all .0s;
	-ms-transition: all .0s;
	transition: all .0s;
	font-size: 12px;
	line-height: 22px;
	color: #FFFFFF;
}

#indexbanner .btncon ul li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#indexbanner .btncon ul li a strong {
	font-size: 20px;
	font-weight: normal;
}

#indexbanner .btncon ul li a p {
	padding-top: 8px;
}

#indexbanner .btncon ul li:hover,#indexbanner .btncon ul li.on {
	background-color: #5eafc1;
	background-image: none;
}

#indexbanner .btncon ul li img {
	float: right;
	margin-right: 10px;
}

.indextuijian {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	height: auto;
	margin-top: 55px;
}

.index-top {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.bt {
	width: 300px;
	float: left;
	font-size: 24px;
	font-weight: bold;
}

.tab {
	width: 720px;
	float: right;
}

.tab a {
	width: 80px;
	float: left;
	text-align: center;
	color: #000;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
}

.tab a:hover {
	color: #5eafc1;
	text-decoration: none;
}

.indextuijian ul {
	height: auto;
	overflow: hidden;
	width: 100%;
	float: left;
	margin-top: 20px;
}

.indextuijian ul li {
	float: left;
	border: 1px solid #dddddd;
	margin-right: 13px;
	width: 23.9%;
}

.indextuijian ul li h3 {
	text-align: center;
	line-height: 25px;
	padding-bottom: 15px;
}

.indextuijian ul li h3 a {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}

.indextuijian ul li p {
	width: 100%;
	text-align: center;
	color: #91989d;
	font-size: 14px;
}

.indextuijian ul li img {
	width: 284px;
	margin: 0 auto;
}

.ckqb {
	margin-top: 30px;
}

.ckqb a {
	padding-right: 10px;
	font-size: 14px;
	color: #333333
}



/* æœåŠ¡ä¼˜åŠ¿ */
.best-con {
	background: url(../images/bg.jpg) no-repeat center;
	background-size: cover;
	padding: 50px 0;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}

.best-con h1 {
	position: relative;
	font-weight: normal;
	text-align: center;
	font-size: 38px;
	height: 52px;
	line-height: 52px;
	color: #ffffff;
	z-index: 50;
	text-transform: uppercase;
}

.best-con .title {
	position: relative;
	font-weight: normal;
	text-align: center;
	font-size: 38px;
	height: 52px;
	line-height: 52px;
	color: #ffffff;
	z-index: 50;
}

.best-con .layout-wrap {
	width: 1200px;
	position: relative;
	margin: 0 auto;
}

.layout-wrap .layout-3-1 {
	float: left;
	vertical-align: top;
	width: 25%;
}

.feature-list {
	margin-top: 50px;
}

.feature-list .item {
	position: relative;
	text-align: center;
}

.feature-list .item:not(:last-child):after {
	content: "";
	position: absolute;
	right: 0;
	top: 10px;
	width: 1px;
	height: 100px;
	background: #fff;
}

.feature-list .item h3 {
	margin-top: 30px;
	font-size: 24px;
	font-weight: normal;
	color: #ffffff;
	height: 32px;
	line-height: 32px;
}

.feature-list .item p {
	margin-top: 15px;
	font-size: 14px;
	color: #fff;
}

#new_box {
	width: 100%;
	padding: 50px 0;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 50px
}

.new_con {
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 50px
}

.newtel {
	height: 30px;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 10px;
	font-family: "å¾®è½¯é›…é»‘";
	font-size: 18px;
	color: #666
}

.new_telst {
	width: 332px;
	margin: 0 auto;
	position: relative;
	top: 6px;
	text-align: center
}

.new_telst li {
	width: 166px;
	line-height: 30px;
	text-align: center;
	float: left;
	display: inline;
	font-family: "å¾®è½¯é›…é»‘";
	cursor: pointer
}

.new_telst li.newon {
	color: #5eafc1;
	font-weight: 700
}

.new_telst p {
	position: absolute;
	top: 32px;
	left: 0;
	width: 166px;
	height: 30px;
	border-top: 3px solid #5eafc1;
	overflow: hidden;
	text-align: center
}

.new_telst b {
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: -3px;
	border-style: solid dashed dashed dashed;
	border-width: 9px;
	border-color: #5eafc1 #fff #fff #fff;
	overflow: hidden;
	zoom: 1;
	font-size: 0
}

.new_lst {
	position: relative;
	overflow: hidden;
	display: none;
	margin-top: 10px;
	padding-top: 20px
}

.new_lst ul {
	height: auto;
	overflow: hidden;
}

.new-wrap {
	margin-top: 30px
}

.new-wrap .show {
	display: block
}

li.new_cnlf {
	width: 540px;
	float: right;
	position: relative;
}

li.new_cnlf p {
	width: 100%
}

p.newlf_tel a {
	color: #217af0;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	display: block;
	position: absolute;
	bottom: 0;
	background: #5eafc1;
	width: 100%;
	color: #FFF;
}

p.newlf_tel a:hover {
	color: #c33
}

p.newlf_tx {
	font-size: 14px;
	line-height: 26px;
	color: #999;
	height: 105px;
	overflow: hidden
}

li.new_cnrf {
	float: left;
	width: 600px;
	margin-right: 10px
}

.newrf_lst dd {
	width: 600px;
	height: 85px;
	border: 1px solid #e4e4e4;
	float: left;
	margin-bottom: 20px
}

p.new_rq {
	width: 65px;
	height: 65px;
	background: #969393;
	float: left;
	text-align: center;
	color: #fff;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 15px;
	font-family: Arial,Helvetica,sans-serif
}

p.new_rq span {
	display: block;
	font-size: 24px;
	text-align: center;
	font-weight: 700;
	line-height: 35px;
	padding-top: 5px
}

p.newrf_tx {
	float: left;
	width: 270px;
	margin-top: 8px
}

p.newrf_tx a {
	color: #333;
	font-size: 14px;
	display: block;
	line-height: 30px
}

p.newrf_tx span {
	display: block;
	font-size: 12px;
	color: #999;
	height: 60px;
	overflow: hidden
}

.newrf_lst dd:hover {
	width: 598px;
	height: 83px;
	border: 2px solid #5eafc1;
	box-shadow: 0 0 15px rgba(37,125,242,.11)
}

.newrf_lst dd:hover p.newrf_tx a {
	color: #5eafc1
}

.newrf_lst dd:hover p.new_rq {
	background: #5eafc1;
	margin-top: 9px;
	margin-left: 9px
}

.newrf_lst dd:hover p.newrf_tx {
	margin-top: 7px
}

.mr0 {
	margin-right: 0
}

.cjwt {
	padding-bottom: 30px;
}

.cjwt h2 {
	text-align: center;
	font-size: 24px;
	line-height: 50px;
}

.cjwtlf {
	width: 1200px;
	float: left;
	margin-top: 25px;
	margin-bottom: 50px;
}

.cjwtlf ul li {
	width: 515px;
	float: left;
	background: #f5f5f5;
	line-height: 35px;
	border: 1px solid #dfdfdf;
	margin-left: 45px;
	padding-left: 25px;
}

.cjwtlf ul li a {
	padding-left: 20px;
	color: #000;
}

.cjwtlf ul li h5 {
	font-weight: bold;
}

.cjwtrf {
	width: 585px;
	float: right;
	margin-top: 25px;
	margin-bottom: 50px;
}

.cjwtrf ul li {
	width: 585px;
	float: left;
	background: #f5f5f5;
	line-height: 35px;
	border: 1px solid #dfdfdf;
}

.cjwtrf ul li a {
	padding-left: 20px;
	color: #000;
}

.waher {
	width: 100%;
	background: url(../images/bg1.jpg) no-repeat center;
	background-size: cover;
	float: left;
	height: 770px;
}

.why {
	width: 685px;
	margin: 0 auto;
	height: 65px;
	overflow: hidden;
	margin-bottom: 15px;
}

.why .b {
	width: 120px;
	float: left;
	text-align: center;
	font-size: 36px;
}

.why .c {
	width: 380px;
	float: right;
}

.why .c p {
	line-height: 25px;
	font-size: 16px;
}

.pataion {
	background: #f5f5f5;
	height: auto;
	overflow: hidden;
	width: 100%;
	border-top: 1px solid #dddddd;
	padding: 16px;
}

.pataion p {
	line-height: 25px;
	font-size: 14px;
}

.w1280 {
	width: 1280px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

.footer {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 16px;
	color: #1a1a1a;
	background: url(../images/footer.jpg) no-repeat center;
	background-size: cover;
}

.footer .line {
	width: 100%;
	height: 1px;
	background: #e9e9e9;
}

.footer .youshi {
	height: 70px;
	line-height: 70px;
	border-bottom: 1px solid #e9e9e9;
}

.footer .youshi ul li {
	float: left;
	text-align: center;
	width: 25%;
	position: relative;
}

.footer .youshi ul li:after {
	content: "";
	position: absolute;
	display: block;
	height: 20px;
	width: 1px;
	background: #e9e9e9;
	right: 0;
	top: 25px;
}

.footer .youshi ul li:last-child:after {
	display: none;
}

.footer .youshi ul li i {
	font-size: 20px;
	padding-right: 5px;
}

.footer .middle {
	width: 100%;
	height: auto;
	padding: 40px 0;
	overflow: hidden;
}

.footer .middle .about {
	float: left;
	position: relative;
	height: auto;
}

.footer .middle .about:after {
	content: "";
	position: absolute;
	display: block;
	height: 140px;
	width: 1px;
	background: #e9e9e9;
	right: 0;
	top: 0px;
}

.footer .middle .about ul li {
	float: left;
	width: 175px;
}

.footer .middle .about ul li h4 {
	font-weight: normal;
	margin-bottom: 15px;
	color: #FFF;
	font-size: 16px;
}

.footer .middle .about ul li p {
	line-height: 35px;
	color: #aaa;
}

.footer .middle .erweima {
	float: left;
	width: 186px;
	text-align: center;
	position: relative;
}

.footer .middle .erweima::after {
	content: "";
	position: absolute;
	display: block;
	height: 140px;
	width: 1px;
	background: #e9e9e9;
	right: 0;
	top: 0px;
}

.footer .middle .erweima h4 {
	font-weight: normal;
	margin-bottom: 15px;
	color: #FFF;
}

.footer .middle .contact {
	float: left;
	width: 310px;
	text-align: left;
	font-size: 14px;
}

.footer .middle .contact i {
	font-size: 50px;
	color: #38b4ec;
}

.footer .middle .contact p {
	line-height: 20px;
	color: #FFF;
	padding-left: 20px;
	line-height: 30px;
}

.footer .middle .contact p span {
	color: #aaa;
}

.footer .copyright {
	padding: 22px 0;
	font-size: 12px;
	color: #fff;
}

.footer .copyright p {
	text-align: center;
	line-height: 30px;
	font-size: 14px;
}

.footer .copyright a {
	color: #fff;
}

.footer .copyright a:hover {
	color: #fff;
}

.footer .copyright i {
	color: red;
	font-style: normal;
}

.footer .copyright span {
	float: right;
}

.footer .middle .about ul li p a {
	color: #FFF;
	font-size: 14px;
}
.footer a:hover {
    color: #e1e1e1 !important;
}

.tjcp {
	width: 960px;
	height: 240px;
	background: #FFF;
	border: 1px solid #dddddd;
	position: relative;
}

.tjcp ul {
	margin-top: 30px;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #dddddd;
}

.tjcp ul li {
	width: 280px;
	float: left;
	margin-left: 30px;
}

.tjcpfl {
	width: 95px;
	float: left;
}

.tjcpfl img {
	width: 95px;
	height: 80px;
}

.tjcpfr {
	width: 185px;
	float: right;
}

.tjcpfr h7 {
	line-height: 25px;
}

.tjcpfr p {
	font-size: 13px;
	color: #666;
}

.tuijian {
	position: absolute;
	top: -8px;
	left: -5px;
	background: #f29a77;
	color: #FFF;
	line-height: 30px;
	padding: 0 10px;
}

.promore {
	width: 100%;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
}

.promore a {
	color: #333;
}

.gdcp {
	width: 960px;
	height: 160px;
	background: #FFF;
	border: 1px solid #dddddd;
	position: relative;
	margin-top: 40px;
}

.gdcp ul {
	height: auto;
	overflow: hidden;
}

.gdcp ul li {
	width: 239px;
	float: left;
	border-right: 1px solid #dddddd;
	height: 110px;
	padding-top: 50px;
}

.gdcpfl {
	width: 80px;
	float: left;
}

.gdcpfl img {
	width: 80px;
	height: 80px;
}

.gdcpfr {
	width: 150px;
	float: right;
}

.gdcpfr h7 {
	line-height: 25px;
}

.gdcpfr p {
	font-size: 13px;
	color: #666;
}

.sign-content {
	width: 1240px;
	margin: 0 auto;
	padding-top: 4px;
	padding-bottom: 1px;
	margin-top: 20px;
}

.sign-nav {
	text-align: center;
}

.sign-nav span {
	font-weight: bold;
	font-size: 24px;
	line-height: 20px;
/* margin: 0 auto; */
}

.hx {
	border-top: 5px solid #426ab3;
	margin: 20px 0px;
	width: 40px;
	margin: 10px auto;
}

.sign-nav h2 {
	font-size: 24px;
/* font-weight:bold; */
}

.sign-nav ul {
	float: right;
}

.sign-nav ul li {
	float: left;
	color: #606060;
	margin: 0 20px;
	font-size: 15px;
	cursor: pointer;
	line-height: 38px
}

.sign-nav ul .on {
	border-bottom: 2px solid #426ab3;
	background: #fff;
	color: #000;
	height: 41px;
}

.sign-body ul {
	/*height: 415px;
 margin-left: 70px; *//* margin-left: -20px; *//* margin-right: -20px; */
}

.sign-body ul li {
	float: left;
	border: 1px solid #dddddd;
	padding: 10px;
	width: 260px;
	margin: 0 20px;
/* margin-bottom: 40px; */
}

.sign-body ul li:hover {
	box-shadow: 0px 3px 10px rgba(66, 106, 179, 0.7);
	position: relative;
	z-index: 100;
	transition: 0.2s;
}

.sign-body ul li h3 {
	text-align: center;
	line-height: 36px;
/* padding-top:15px; */
	border-bottom: 1px solid #bbb;
}

.sign-body ul li h3 a {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}
.hf .swiper-button-next{
	background: #000 url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	background-size: 34px 62px;
}
.hf .swiper-button-prev{
	background: #000 url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	background-size: 34px 62px;
}
.hf .swiper-button-next,.hf .swiper-button-prev{
	width: 35px;
    height: 60px;
}

.sign-body ul li p {
	width: 100%;
	text-align: center;
	color: #91989d;
	font-size: 14px;
	padding-top: 8px;
}

.sign-body ul li span {
	display: block;
	margin-top: 20px;
	text-align: center;
}

.sign-body ul li span a {
	color: #fff;
	display: block;
	line-height: 30px;
	background: #426ab3;
}

.sign-body ul li span a:hover {
	background: #426ab3d1;
	color: #fff !important;
}

.sign-body ul li img {
	width: 100%;
}

.sign-body {
/* position:relative 
	width: 1240px;*/
	margin-top: 30px;
}

.divHeight {
	width: 100%;
	height: 10px;
	background: #f5f5f5;
	position: relative;
	overflow: hidden
}

.r-line {
	position: relative
}

.r-line:after {
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	height: 100%;
	border-right: 1px solid #d9d9d9;
	-webkit-transform: scaleX(.5);
	transform: scaleX(.5);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.b-line {
	position: relative
}

.b-line:after {
	content: '';
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%
}

.aui-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 15px;
	position: relative
}

.aui-flex-box {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	min-width: 0;
	font-size: 14px;
	color: #333
}

.aui-flexView {
	width: 50%;
	height: 100%;
	float: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.aui-scrollView {
	width: 100%;
	height: 100%;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	position: relative;
	margin-top: 0
}

.aui-navBar {
	height: 44px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	z-index: 1002;
	background: #f6f6f6
}

.aui-navBar-item {
	height: 44px;
	min-width: 25%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	padding: 0 .9rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: .7rem;
	white-space: nowrap;
	overflow: hidden;
	color: grey;
	position: relative
}

.aui-navBar-item:first-child {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	margin-right: -25%;
	font-size: .9rem;
	font-weight: 700
}

.aui-navBar-item:last-child {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.aui-center {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 44px;
	width: 50%;
	margin-left: 25%
}

.aui-center-title {
	text-align: center;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	font-size: .95rem;
	color: #333
}

.icon {
	width: 20px;
	height: 20px;
	display: block;
	border: none;
	float: left;
	background-size: 20px;
	background-repeat: no-repeat
}

.tab-nav {
	padding: 10px 5px;
	height: 105px;
	display: block;
	position: relative;
	background: #fff;
	z-index: 1;
	width: 100%;
	box-shadow: 0 3px 3px #e8e8e8
}

.tab-nav:after {
	content: '';
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #fff;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%
}

.tab-nav-item {
	height: 35px;
	line-height: 35px;
	position: relative;
	text-align: center;
	color: #585858;
	font-size: .9rem;
	display: block;
	float: left;
	width: 33.333%;
	margin-bottom: 10px
}

.tab-nav-item.tab-active a {
	color: #fb7414;
	font-weight: 400;
	background: #fff1e7;
	border: 2px solid #fb7414
}

.tab-nav-item a {
	display: inherit;
	color: inherit;
	font-size: .85rem;
	color: #7d7d7d;
	background: #f1f4f7;
	margin: 0 5px;
	border: 2px solid #f1f4f7
}

.tab-panel {
	position: relative;
	overflow: hidden
}

.tab-panel .tab-panel-item {
	width: 100%;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

.tab-nav-item.tab-active:before {
	content: '';
	width: 80%;
	height: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -40%;
	z-index: 4
}

.tab-panel .tab-panel-item.tab-active~.tab-panel-item {
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

.tab-panel .tab-panel-item.tab-active {
	position: relative;
	-webkit-transition: -webkit-transform .15s;
	transition: -webkit-transform .15s;
	transition: transform .15s;
	transition: transform .15s,-webkit-transform .15s;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.submenu {
	display: none;
	position: relative
}

.accordion {
	padding: 5px 15px
}

.aui-menu-item {
	line-height: 40px;
	padding: 5px 0;
	width: 100%;
	float: left;
	border: 1px solid #e2e2e2;
}

.accordion li i {
	position: absolute;
	color: #a7a7a7;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	background-size: 16px
}

.link {
	font-size: .95rem;
	padding-left: 20px;
}

.submenu p {
	font-size: .8rem;
	line-height: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 8px;
}

* {
	margin: 0;
	padding: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

ul, li {
	list-style: none;
}

img {
	border: 0;
}

/* 核心代码 */
.focus {
	width: 1920px;
	height: 600px;
	overflow: hidden;
	position: relative;
}

.focus ul {
	height: 600px;
	position: absolute;
}

.focus ul li {
	float: left;
	width: 1920px;
	height: 600px;
	overflow: hidden;
	position: relative;
	background: #000;
}

.focus ul li div {
	position: absolute;
	overflow: hidden;
}

.focus .btn {
	position: absolute;
	width: 780px;
	height: 10px;
	padding: 5px 10px;
	right: 0;
	bottom: 5px;
	text-align: center;
	display: none;
}

.focus .btn span {
	display: inline-block;
	_display: inline;
	_zoom: 1;
	width: 13px;
	height: 13px;
	_font-size: 0;
	margin-left: 5px;
	cursor: pointer;
	background: #fff;
	border-radius: 50%;
}

.focus .btn span.on {
	background: yellow;
}

.focus .preNext {
	width: 45px;
	height: 100px;
	position: absolute;
	top: 220px;
	background: url(static/images/sprite.png) no-repeat 0 0;
	cursor: pointer;
	display: none;
}

.focus .pre {
	left: 50px;
}

.focus .next {
	right: 50px;
	background-position: right top;
}

.focus1 {
	width: 1200px;
	height: 375px;
	overflow: hidden;
	position: relative;
}

.focus1 ul {
	height: 600px;
	position: absolute;
}

.focus1 ul li {
	float: left;
	width: 1200px;
	height: 375px;
	overflow: hidden;
	position: relative;
	background: #000;
}

.focus1 ul li div {
	position: absolute;
	overflow: hidden;
}

.focus1 .btn {
	position: absolute;
	width: 780px;
	height: 10px;
	padding: 5px 10px;
	right: 0;
	bottom: 5px;
	text-align: center;
	display: none;
}

.focus1 .btn span {
	display: inline-block;
	_display: inline;
	_zoom: 1;
	width: 13px;
	height: 13px;
	_font-size: 0;
	margin-left: 5px;
	cursor: pointer;
	background: #fff;
	border-radius: 50%;
}

.focus1 .btn span.on {
	background: yellow;
}

.focus1 .preNext {
	width: 45px;
	height: 100px;
	position: absolute;
	top: 110px;
	background: url(static/images/sprite.png) no-repeat 0 0;
	cursor: pointer;
	display: none;
}

.focus1 .pre {
	left: 20px;
}

.focus1 .next {
	right: 20px;
	background-position: right top;
}

.focus1 img {
	width: 100%;
}

.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.top_box {
	padding: 5px 0;
	font-size: 14px;
	line-height: 24px;
	background: #f6f6f6;
}

.top_r a {
	padding-left: 28px;
	height: 1.1875em;
	line-height: 1.1875em;
	color: #6c6c6b;
	margin: 0 5px;
}

.top_r a:first-child {
	display: inline-block;
	width: 4em;
	text-align: center;
	background: url(../images/china.png) no-repeat;
}

.top_r a:last-child {
	display: inline-block;
	width: 4em;
	text-align: right;
	background: url(../images/usa.png) no-repeat;
}

.header {
	padding: 10px 0;
}

.dh_nav {
	margin: 15px 0;
}

.nav_tan {
	display: none;
}

.menu {
	display: none;
}

.logo img {
	height: 70px;
}

.dh_nav ul li {
	float: left;
	padding: 0px 15px;
	border-right: 1px solid #8e8e8e;
	position: relative;
}

.dh_nav ul li a {
	font-size: 16px;
	line-height: 26px;
}

.dh_nav ul li .sj_jt {
	display: none;
}

.dh_nav ul .nav_li .nav_tan {
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	top: 26px;
	padding: 10px 0;
	background-color: #f6f6f6;
	opacity: 0.95;
	z-index: 100;
}
.dh_nav ul .nav_li .w200{
	width: 200%;
}
.dh_nav ul .nav_li .nav_tan a {
	line-height: 30px;
	height: 30px;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	color: #666;
	padding: 0 10px;
}
.dh_nav ul .nav_li .nav_tan a:hover{
	color: #fff !important;
    background: #068cff;
}
.pd_50{
	padding: 50px 0;
}
.cp_body{
	margin-top: 40px;
}
.cp_name{
	background: #0793fe;
    padding: 30px 0;
    text-align: center;
}
.cp_name h3{
	font-size: 20px;
    color: #fff;
}
.sy_about {
    background: #f6f6f6;
}
.ab_left {
	width: 43%;
}
.ab_left img{
	max-width: 100%;
}
.ab_right {
	width: 53%;
}
.ab_right .atitle {
    display: block;
    padding: 0 0 0 20px;
    text-align: left;
    background: url(../images/d2.png) left center no-repeat;
}
.ab_right .atitle font {
    display: block;
    font-size: 40px;
    font-family: Arial, Helvetica, sans-serif;
    color: #0a2966;
    text-transform: uppercase;
    line-height: 1;
}
.ab_right .atitle span {
    display: block;
    font-size: 20px;
    color: #0a2966;
}
.ab_right .info_b {
    margin: 20px 0;
    text-align: left;
    line-height: 28px;
    font-size: 14px;
    color: #333333;
}
.more {
    display: block;
    width: 158px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #cbced7;
    color: #0a2966;
    font-size: 14px;
    margin: 20px 0 0;
}
.dxyy h3{
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.dxyy p{
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	font-size: 14px;
	line-height: 24px;
}
.news{
	background: #f6f6f6;
}
.xw_body {
    margin-top: 40px;
}
.xwnr ul li a{
	width: 85%;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.xwnr ul li span{
	width: 15%;
}
.links{
	font-size: 14px;
	line-height: 24px;
	padding: 20px 0;
}

.lx_left {
	width: 57%;
    background: #1a8de8;
    border-radius: 10px;
    padding: 25px 15px;
    color: #fff;
    font-size: 15px;
    line-height: 26px;
	text-align: center;
}
.gs_name {
    font-size: 22px;
    margin-bottom: 20px;
    text-align: left;
}
.lx_left p {
	margin-bottom: 10px;
	justify-content: flex-start;
}
.lx_left p img{
	height: 24px;
	margin-right: 5px;
}
.weixin{
	text-align: center;
}
.weixin img{
	height: 120px;
}
.lx_ditu {
	width: 40%;
}
.lx_ditu img{
	max-width: inherit !important;
}
.lx_left p span{
	width: 90%;
	text-align: left;
}
.view-title {
	width: 100%;
    text-align: center;
    margin: 30px 0;
    font-size: 24px;
}
.cnt1:first-child{
	margin-left: 0;
}
.honor_box{
	margin-top: 30px;
}
.honor_box ul li{
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border: 1px solid #ccc;
}
.honor_box ul li .zz_pic{
	padding: 10px;
	height: 295px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.honor_box ul li img{
	height: 260px;
}
.honor_box ul li h3{
	padding: 0 10px;
	text-align: center;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.honor_box ul li:hover {
    box-shadow: 0px 3px 10px rgb(66 106 179 / 70%);
    position: relative;
    z-index: 100;
    transition: 0.2s;
}
.honor_box ul li:nth-child(4n){
	margin-right: 0;
}
.sub_pro{
	margin-bottom: 50px;
}
.view-date {
	width: 100%;
	text-align: center;
	font: 14px/24px "microsoft yahei";
	color: #999;
}

.view-date span {
	margin: 0 7px;
}

.view-share {
	width: 140px;
	margin: 20px auto;
}

.view-pages {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 20px auto;
}
.aboutR .detail{
	margin-top: 10px;
}
.detail{
	margin-top: 30px;
}
.detail img{
	display:block;
	margin: 0 auto;
}
.detail p{
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
}
.prolist a.cur{
	color: #426ab3 ;
}
.aui-choice-screen {
    padding: 20px;
}
.aui-screen-list-box b {
    font-weight: normal;
    height: 45px;
    line-height: 45px;
}
.aui-screen-list-box a {
    display: inline-block;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    height: 28px;
    line-height: 28px;
    padding: 0 8px;
    margin-top: 8px;
}
.xz_box{
	margin-left: 50px;
}
.xz_box dl dt{
	border-bottom: 1px dashed #d5d5d5;
}
.xz_box dl dt a{
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
	width: 80%;
}
.xz_box dl dt img{
	height: 40px;
}
.m_bt50{
	margin-bottom: 50px;
}
.xw_lm{
	text-align: center;
}
.xw_lm ul li{
	display: inline-block;
    padding: 10px;
    margin: 0 10px;
}
.xw_lm ul li.active{
	border-bottom: 4px solid #000;
}
.xw_lm ul li a{
	display: block;
}
.xw_lm ul li h3{
	font-size: 24px;
}
/*.header .tel {
    background: url(../images/tel.png) no-repeat left center;
    padding-left: 42px;
    font-size: 26px;
    color: #333333;
}*/
.header p {
    background: url(../images/tel.png) no-repeat left center;
    padding-left: 42px;
    font-size: 26px;
	line-height: 26px;
    color: #333333;
}
.lang {
    text-align: right;
    margin-bottom: 15px;
}
.wd_list {
	width: 48%;
}
.wd_list:nth-child(2n){
	float: right;
}
.wd_list .wen{
	border: 1px solid #ddd;
    background: #f5f5f5;
    line-height: 40px;
	height: 40px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
	cursor: pointer;
	padding: 0 15px;
}
.wd_list .wen a{
	display: block;
}
.wd_list .da{
	padding: 5px 0;
    min-height: 94px;
}

.prolist a.cur {
    color: #fff !important;
    background: #426ab3;
}
.prolist a:hover {
    color: #fff !important;
    background: #426ab3;
}

.banner .ban_list{
	height: 600px;
	background-size: cover;
}
.indextuijian ul li h3{
	padding: 10px 0;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.sj{
	display: none;
}
.logo {
    margin-top: 10px;
}
table td,table {
	width: auto !important;
}


.hezuo{
	padding: 40px 0 20px;
	background: url(../images/hz_bg.jpg) no-repeat center;
	background-size: cover;
}
.hzs_box ul li{
	float: left;
	margin-bottom: 20px;
	margin-right: 10px;
	width: 13.5%;
	border: 1px solid #ddd;
	padding: 10px;
}
.hzs_box ul li:nth-child(7n){
	margin-right: 0;
}
.hzs_box ul li img{
	width: 100%;
}
.hzs_box ul li .hz_img{
	width: 100%;
    height: 60px;
	overflow: hidden;
    position: relative;
}
.hzs_box ul li .hz_img img{
	width: auto;
    height: 65%;
    transform: translate(-50%, -50%);
    transition: all .5s ease;
    position: absolute;
    left: 50%;
    top: 50%;
}
.hzs_box{
	margin-top: 30px;
}
.links a{
	margin: 0 5px;
	color: #068dfc;
}
@media(max-width:767px){
	.w1200,.indextuijian{
		width: 94%;
	}
	.content{
		width: 100%;
	}
	.logo {
		margin-top: 0;
	}
	.sj{
		display: block;
	}
	.top_l,.header .tel,.search01{
		display: none;
	}
	.wd_list{
		width: 100%;
	}
	.wd_list .da{
		min-height: auto;
	}
	.logo img {
		height: 50px;
	}
	.menu {
		display: block;
	}
	.menu img{
		height: 25px;
		margin-top: 15px;
	}
	.dh_nav{
		display: none;
		position: absolute;
		left: 0;
		top: 110px;
		margin-top: 0;
		width: 100%;
		z-index: 999;
		background: rgba(35, 170, 232, .8);
		padding: 10px 0;
	}
	.dh_nav ul li{
		padding: 3px 15px;
		border-right: none;
		width: 100%;
		position: relative;
	}
	.dh_nav ul li .sj_jt{
		display: block;
		width: 30px;
		height: 30px;
		position: absolute;
		top: 2px;
		right: 15px;
		display: block;
		background: url(../images/jt.png) no-repeat center;
		background-size: 30px;
		z-index: 999;
	}
	.dh_nav ul li a{
		color: #fff;
	}
	.dh_nav ul .nav_li .nav_tan{
		width: 99%;
		position: relative;
		top: 0;
		border: none;
		padding: 5px 15px;
	}
	.pataion{
		padding: 15px 0;
		height: auto;
	}
	.footer .middle{
		display: none;
	}
	.banner .swiper-container .swiper-pagination {
		bottom: 0;
	}
	.swiper-button-prev, .swiper-button-next{
		background-size: 15px 44px;
	}
	.prolist{
		display: none;
	}
	.pro{
		width: 100%;
	}
	.pro ul li{
		width: 48%;
		margin-left: 0;
		margin-bottom: 20px;
	}
	.pro ul li:nth-child(2n){
		float: right;
	}
	.pro ul li span{
		margin-top: 10px;
	}
	.ab_left{
		width: 100%;
		margin-bottom: 20px;
	}
	.ab_right{
		width: 100%;
	}
	.dxyy{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.xwtp,.xwnr{
		width: 100%;
	}
	.xwtp h3{
		padding: 5px 10px;
	}
	.xwnr{
		height: auto;
		margin-left: 0;
		padding: 10px;
	}
	.xwnr ul li a {
		width: 70%;
	}
	.xwnr ul li span {
		width: 25%;
		text-align: right;
	}
	.imgdsz,.why{
		width: 100%;
		height: auto;
	}
	.why span {
		font-size: 26px;
	}
	.y-right{
		width: 75%;
	}
	.y-mt6 {
		margin-top: 25px !important;
	}
	.imgdst{
		display: none;
	}
	.aboutL,.aboutR{
		width: 100%;
	}
	.aboutR{
		margin: 20px 0 50px;
	}
	#content{
		width: 100%;
	}
	.detail{
		margin-top: 20px;
	}
	.lay1{
		width: 100%;
		height: auto;
	}
	.gye1 {
		width: 100%;
		margin-top: 10px;
	}
	#content .item {
		margin-bottom: 10px;
		height: auto;
	}
	.lx_left,.lx_ditu{
		width: 100%;
	}
	.lx_left{
		margin-bottom: 20px;
	}
	.form {
		width: 94%;
		margin: auto;
		float: none;
	}
	.cnt1 {
		width: 100%;
		margin-left: 0;
	}
	.tj{
		margin-left: 0;
	}
	.showPro{
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
	}
	
	.showPro .showimg .bigimg{
		height: 410px;
	}
	.w600,.tab-block{
		width: 100%;
	}
	.tab-block .tabs .tab-item img{
		max-width: 100%;
	}
	.reLink{
		width: 100%;
		height: auto;
	}
	.reLink .nextLink, .reLink .prevLink{
		width: 100%;
		line-height: 34px;
	}
	.tab-block .tab-buttons .tab-button{
		padding: 0px 10px;
		margin-right: 9px;
	}
	.tab-block .tab-buttons .tab-button:last-child{
		margin-right: 0;
	}
	.reLink .nextLink{
		text-align: left;
	}
	.bg-grey{
		padding: 0 2%;
	}
	.showPro .showimg .bigimg .list img{
		height: auto;
	}
	.tit{
		margin-top: 0;
	}
	.y-pt6 {
		padding-top: 15px !important;
	}
	.newslist{
		width: 100%;
	}
	.newslist ul {
		margin-top: 25px;
	}
	.newslist ul li{
		width: 100%;
		height: auto;
	}
	.newslist ul li .img1 {
		width: 100%;
		margin-left: 0;
		margin-top: 0;
	}
	.img1 img {
		width: 100%;
		height: auto;
	}
	.text{
		width: 100%;
		padding: 0 10px;
		margin-top: 10px;
	}
	.text p{
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		line-height: 24px;
		height: 48px;
		margin-bottom: 20px;
	}
	.gdfh{
		display: none;
	}
	.dede_pages ul li{
		width: auto;
		margin-right: 3px;
		padding: 0 0px;
	}
	.dede_pages{
		margin-top: 0;
	}
	.dede_pages ul{
		margin-top: 0;
	}
	.newsright{
		width: 100%;
	}
	.view-title{
		font-size: 20px;
	}
	.local{
		font-size: 14px;
	}
	.xz_box {
		margin-left: 0;
		margin-bottom: 30px;
	}
	.honor_box ul li{
		width: 48%;
		margin-right: 0;
	}
	.honor_box ul li:nth-child(2n){
		float: right;
	}
	.honor_box ul li img {
		height: 180px;
	}
	.honor_box ul li .zz_pic{
		height: 200px;
	}
	.detail img{
		max-width: 100%;
	}
	.hf .swiper-button-next, .hf .swiper-button-prev {
		width: 20px;
		height: 40px;
	}
	.hf .swiper-button-next {
		background: #000 url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E);
		background-size: 20px 44px;
	}
	.hf .swiper-button-prev {
		background: #000 url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E);
		background-size: 20px 44px;
	}
	.xw_lm ul li{
		padding: 10px 0;
	}
	.xw_lm ul li h3 {
		font-size: 20px;
	}
	.sign-body ul li{
		width: 48%;
		margin: 0 0 20px;
	}
	.sign-body ul li:nth-child(2n){
		float: right;
	}
	.imgds2 .y-mt6 {
		margin-top: 6px !important;
	}
	.banner .ban_list {
		height: 150px;
		background-size: cover !important;
	}
	.indextuijian ul li img{
		width: 100%;
	}
	.indextuijian ul li{
		width: 48%;
		margin-right: 0;
		margin-bottom: 20px
	}
	.indextuijian ul li:nth-child(2n){
		float: right;
	}
	table{
		width: 100% !important;
	}
	td, tr{
		width:auto !important;
	}
	.hezuo{
		padding: 40px 10px 20px;
	}
	.hzs_box ul li:nth-child(2n){
		float: right;
	}
}