body {
	font-family: "微软雅黑" !important;
	/* font: 14px Microsoft YaHei !important; */
	/* line-height: 24px; */
}

body,
div,
p,
span,
ul,
li,
dl,
dd,
h1,
h2,
h3,
a,
input,
img {
	/* margin: 0; */
	padding: 0;
}

li,
ol {
	list-style: none;
}

a,
input,
img,
textarea {
	border: none;
	outline: none;
}

i,
em,
span {
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5 {
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: #ffffff;
}

a:focus {
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
}

.hide {
	display: none
}

.show {
	display: block
}

.modal a {
	outline: none;
}

img {
	max-width: 100%;
}

label {
	font-weight: normal;
	width: 100%;
}

a:focus {
	outline: none;
	outline-offset: 0;
}

a:focus,
a:hover {
	color: #ffffff;
}

.clearfix {
	display: block;
	clear: both;
}

.clearfix:after {
	display: block;
	overflow: hidden;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.container {
	margin: 0 auto;
	padding: 0 !important;
}

@media (min-width: 1700px) {
	/*#wrap_index .container,#footer .container{width: 100% !important;} 
    #wrap_index .ny_main .container{width: 80% !important;} 
    #wrap_index .ny_prolist .container{width: 94% !important;} */

}

#wrap_index {
	overflow: hidden;
	position: relative;
}

/*头部*/
@media (min-width: 991px) {
	#header {
		display: block;
	}

	#molheader {
		display: none;
	}
}

@media (max-width: 990px) {
	#molheader1 {
		display: block;
	}

	#header {
		display: none;
	}
}
.page-prev {
	transform: translate3d(280px, 0, 0);
	-ms-transform: translate3d(280px, 0, 0);
	-webkit-transform: translate3d(280px, 0, 0);
	-o-transform: translate3d(280px, 0, 0);
	-moz-transform: translate3d(280px, 0, 0);
}

.page-next {
	transform: translate3d(-280px, 0, 0);
	-ms-transform: translate3d(-280px, 0, 0);
	-webkit-transform: translate3d(-280px, 0, 0);
	-o-transform: translate3d(-280px, 0, 0);
	-moz-transform: translate3d(-280px, 0, 0);
}

.page-active {
	transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}

.page-in {
	-webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-ms-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.page-out {
	-webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 0.1s;
	-ms-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 0.1s;
	transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 0.1s;
}

.share-in {
	transform: translate3d(100%, 0, 0);
	-ms-transform: translate3d(100%, 0, 0);
	-webkit-transform: translate3d(100%, 0, 0);
	-o-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
}

#header {
	width: 100%;
	height: 75px;
	top: 30px;
	position: absolute;
	z-index: 99;
}

#header .logo {}

/*#header .navbar-collapse{ -width: 66.66666667%; }*/
#header .nav_box .yiji {
	height: 100%;
	text-align: center;
	position: relative;
	transition: 400ms;
	float: left;
}

#header .nav_box .yiji>a {
	padding: 0 20px;
	color: #ffffff;
	display: inline-block;
	line-height: 56px;
	font-size: 16px;
	height: 56px;
	position: relative;
}

#header .yiji.current>a:before,
#header .nav_box .yiji:hover>a:before {
	content: "";
	width: 10px;
	height: 1px;
	display: block;
	background: #ffffff;
	position: absolute;
	left: 0px;
	top: 28px;
}

#header .yiji.current>a:after,
#header .nav_box .yiji:hover>a:after {
	content: "";
	width: 10px;
	height: 1px;
	display: block;
	background: #ffffff;
	position: absolute;
	right: 0px;
	top: 28px;
}

#header .nav_box .yiji:hover,
#header .nav_box .yiji.current {
	transition: 400ms;

}

#header .nav_box .yiji .libox {
	display: none;
	background: rgba(0, 0, 0, 0.8);
	overflow: hidden;
	width: 100%;
	padding: 10px 0;
	position: absolute;
	top: 56px;
}

#header .nav_box .yiji .libox:before {
	position: absolute;
	content: "";
	width: 16%;
	height: 4px;
	display: block;
	left: 50%;
	margin-left: -8%;
	top: 0;
	background: #00acfa;
}

#header .nav_box .yiji .libox a {
	display: block;
	position: relative;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
}

#header .nav_box .yiji .libox a:before {
	z-index: 0;
	position: relative;
	content: "";
	width: 0;
	height: 40px;
	background: #ffcd50;
	position: absolute;
	left: 50%;
	top: 0;
	transition: 344ms ease-in-out;
	-visibility: hidden;
}

#header .nav_box .yiji .libox a em {
	position: relative;
	z-index: 1;
	display: block;
	color: #cccccc;
	font-size: 14px;
	line-height: 40px;
	width: 100%;
	height: 40px;
	margin: 0 auto;
	transition: 400ms;
}

#header .nav_box .yiji .libox a:hover em {
	color: #00acfa;
}
@media (max-width: 1200px) {
	#header .nav_box .yiji>a {
		padding: 0 15px;
	}
}

#molheader {
	position: absolute;
	top: 10px;
	vertical-align: middle;
	width: 100%;
	height: 40px;
	z-index: 2;
}

#molheader .logomol {
	margin-left: 20px;
}

#molheader .logomol a {
	width: 40%;
	height: 40px;
	vertical-align: middle;
	display: table-cell;
}

#molheader .logomol img {
	max-width: 100%;
	max-height: 100%;
}

#molheader .mol_navbutton {
	position: absolute;
	top: 0;
	right: 20px;
	width: 28px;
	height: 17px;
}

#molheader .mol_navbutton img {
	max-height: 100%;
	max-width: 100%;
}

@-webkit-keyframes sx {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	50% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.modal-header {
	text-align: center;
	font-size: 2em;
	color: #212121;
}

/* Form Module */
.form-module {
	position: relative;
	background: #ffffff;
	max-width: 400px;
	width: 100%;
	border-top: 5px solid #FF8D1B;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
	margin: 1em auto;
}

.form-module .toggle {
	cursor: pointer;
	position: absolute;
	top: -0;
	right: -0;
	background: #FF8D1B;
	width: 30px;
	height: 30px;
	margin: -5px 0 0;
	color: #ffffff;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
}

.form-module .toggle .tooltip {
	position: absolute;
	top: 5px;
	right: -75px;
	display: block;
	background: rgba(0, 0, 0, 0.6);
	width: auto;
	padding: 5px;
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
	opacity: 1;
	font-family: 'Ubuntu', sans-serif !important;
}

.form-module .toggle .tooltip:before {
	content: '';
	position: absolute;
	top: 5px;
	left: -5px;
	display: block;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid rgba(0, 0, 0, 0.6);
}

.form-module .form {
	display: none;
	padding: 30px;
}

.form-module .form:nth-child(2) {
	display: block;
}

.form-module h3 {
	margin: 0 0 1.5em;
	color: #212121;
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1;
}

.form-module input[type="text"],
.form-module input[type="password"],
.form-module input[type="email"] {
	outline: none;
	display: block;
	width: 100%;
	border: 1px solid #d9d9d9;
	margin: 0 0 20px;
	padding: 10px 15px;
	box-sizing: border-box;
	font-weight: 400;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	font-size: 14px;
}

.form-module input[type="text"]:focus,
.form-module input[type="password"]:focus,
.form-module input[type="email"]:focus {
	border: 1px solid #C7D0F5;
	color: #333333;
}

.form-module input[type="submit"] {
	background: #919191;
	width: 100%;
	border: 0;
	padding: 10px 15px;
	color: #ffffff;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	outline: none;
}

.form-module input[type="submit"]:hover {
	background: #FF8D1B;
}

.form-module .cta {
	background: #343434;
	width: 100%;
	padding: 15px 40px;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
}

.form-module .cta a {
	color: #fff;
	text-decoration: none;
	font-size: 1em;
}

.footbg {
	background: #1b1f27;
	font-size: 14px;
	color: #5f6376;
	padding-top: 20px;
	width: 100%;
}

.footbg a {
	font-size: 14px;
	color: #5f6376;
}

.footlogo {
	margin-bottom: 16px;
	height: 60px;
}

.footlogo img {
	max-width: 100%;
	max-height: 100%;
}

.footnav {
	float: right;
	text-align: right;
}

.footnav a {
	padding: 0 16px;
	line-height: 60px;
}

.copyright {
	line-height: 50px;
	border-top: 1px solid #353845;
}

.copyright .p1 {
	float: left;
}

.copyright .p2 {
	float: right;
}

.footbg a:hover {
	color: #00acfa;
}

.winxin i {
	width: 100%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}

.winxin i img {
	max-width: 100%;
}

.winxin h2 {
	font-size: 14px;
	width: 100%;
	color: #5f6376;
	text-align: center;
	line-height: 40px;
}

.inner_main {
	width: 100%;
	background: #f8f8f8;
	/* padding-bottom: 150px; */
}

.ny_cont {
	width: 73%;
	position: relative;
	margin: 0 auto 0;
	padding: 5px;
}

.nyttweizhi {
	padding: 0 30px;
	height: 52px;
	background: rgba(0, 172, 250, 0.8);
}


.nytitle h2 {
	font-size: 24px;
	color: #ffffff;
	line-height: 52px;
}

.nytitle p {
	color: #ffffff;
	font-size: 14px;
}

.nytitle p:after {
	content: "";
	display: block;
	width: 14px;
	height: 6px;
	background: #ffffff;
	position: relative;
	bottom: -4px;
}

.weizhi {
	color: #ffffff;
	font-size: 14px;
	text-align: right;
	float: right;
	line-height: 66px;
}

.weizhi a {
	color: #ffffff;
	font-size: 14px;
}

.wrap_page {
	width: 100%;
	background: #ffffff;
	position: relative;
}

.wrap_page1 {
	background: #ffffff !important;
}

.page_content {
	background: #ffffff;
	width: 85.7%;
}

.fixedfloat {
	position: absolute;
	right: 0;
	top: 0;
	width: 14.3%;
	writing-mode: tb-rl;
	color: #33b8f4;
	font-weight: lighter;
	overflow: hidden;
	height: 100%;
	text-transform: uppercase;
	background: #00acfa;
	font-family: "simsun";
	font-size: 250px;
}

.page_content1 {
	width: 100% !important;
}
.aboutedit {
	line-height: 36px;
	color: #333333;
	font-size: 14px;
	padding-bottom: 50px;
}

.news1page {
	width: 100%;
}

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

.news1page li a {
	display: block;
	position: relative;
	overflow: hidden;
	height: 320px;
	transition: all 0.5s;
	border: 1px solid #e6e6e6;
}

.news1page li a .info {
	height: 100%;
	overflow: hidden;
}

.news1page li a .div_img {
	height: 100%;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.news1page li a .div_img i {
	width: 100%;
	height: 320px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}

.news1page li a .div_img img {
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
}

.news1page li a .info .tt3 {
	margin-top: 65px;
	color: #069cec;
	max-height: 60px;
	overflow: hidden;
	font-size: 20px;
	line-height: 30px;
}

.news1page li a .info .tt4 {
	color: #808080;
	width: 100%;
	overflow: hidden;
	line-height: 30px;
	max-height: 120px;
	font-size: 14px;
}

.news1page li a .info .tt5 {
	color: #808080;
	line-height: 30px;
	font-size: 14px;
}

.news1page li a .info .tt5 em {
	text-decoration: line-through;
}

.news1page li a .info .tt5 span {
	color: #00acfa;
}

.news1page li a .info .tt5 span i {
	font-size: 24px;
}

.news1page li a .div_img .newsmark {
	opacity: 0;
	width: 80%;
	height: 80%;
	position: absolute;
	left: 7%;
	top: 10%;
	background: rgba(0, 0, 0, 0.5);
}

.news1page li a .div_img .newsmark .newswrap_mark {
	display: table;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.news1page li a .div_img .newsmark .newswrap_mark .newswrap_mark1 {
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

.news1page li a .div_img .newsmark .newswrap_mark .newswrap_mark1 h2 {
	font-size: 16px;
	color: #ffffff;
	line-height: 50px;
}

.news1page li a .div_img .newsmark .newswrap_mark .newswrap_mark1 h2:after {
	display: block;
	width: 74px;
	height: 1px;
	background: #ffffff;
	content: "";
	margin: 0 auto;
}

.news1page li a .div_img .newsmark .newswrap_mark .newswrap_mark1 img {
	margin-top: 18px;
	animation: sx 3s infinite;
}

.news1page li a:hover {
	box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.5);
	border: 1px solid rgba(51, 51, 51, 0.3);
}

.news1page li a:hover .div_img .newsmark {
	opacity: 1;
	transition: all 0.5s;
}

.page {
	padding-bottom: 100px;
	margin-top: 20px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	width: 100%;
}

.page a {
	color: #999999;
	font-size: 14px;
	padding: 0 18px;
	line-height: 40px;
	display: inline-block;
	border-radius: 4px;
	background: #121415;
}

.page a:hover,
.page a.current {
	color: #ffffff;
	background: #00acfa;
}

.classfiy {
	position: absolute;
	top: 30px;
	color: #ffffff;
	text-indent: 12px;
	right: 10px;
	z-index: 2;
	width: 70px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}

.navs {
	position: relative;
	display: none;
	background: #00acfa;
	width: 100%;
	box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.5);
}

.prodetail {
	position: relative;
}

.prodw {
	padding: 20px 30px 0;
}

.prodetail_nr {
	padding-left: 20px;
}

.gallery-top {
	height: auto;
	text-align: center;
	margin: 0 auto;
}

.gallery-top .swiper-wrapper {
	width: 100%;
}

.gallery-top .swiper-wrapper .swiper-slide {
	width: 100%;
}

.gallery-top .swiper-wrapper .swiper-slide img {
	width: 100%;
}

.gallery-thumbs {
	padding-top: 10px;
}

.gallery-thumbs .swiper-slide {
	width: 32.5%;
	cursor: pointer;
}

.gallery-thumbs .swiper-slide .pimg {
	width: 32.5%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	cursor: pointer;
}

.gallery-thumbs .swiper-slide .pimg img,
.proimg .pic img {
	max-width: 100%;
	max-height: 100%;
}

.gallery-thumbs .swiper-slide .pimg em {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.5);
}

.gallery-thumbs .swiper-slide-active em {
	display: none;
}

.prodetail_nr {
	overflow: hidden;
}

.scroll_dt {
	height: 100%;
	overflow: auto;
}

.prodetail_nr .title {
	margin: 20px 0;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.prodetail_nr .info {
	color: #333333;
	font-size: 14px;
	line-height: 36px;
	border-bottom: 1px dotted #e6e6e6;
	margin-bottom: 10px;
}

.prodetail_nr .info p {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.prodetail_nr .info p em {
	color: #ff7418;
}

.prodetail_nr .price {
	color: #333333;
	font-size: 14px;
	padding-left: 2px;
}

.prodetail_nr .price em {
	text-decoration: line-through;
}

.prodetail_nr .price span {
	display: inline-block;
	margin-left: 8px;
}

.prodetail_nr .price span i {
	color: #ff7418;
	font-size: 24px;
	font-weight: bold;
}

.prodetail_nr .time {
	margin-top: 10px;
}

.prodetail_nr .time #parent {
	display: inline-block;
}

.prodetail_nr .time option {}

.prodetail_nr .order {
	margin-top: 30px;
}

.prodetail_nr .order .buy {
	margin-bottom: 12px;
	display: inline-block;
	width: 30%;
	background: #ff7418;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 6px;
	color: #ffffff;
	font-size: 18px;
}
.tabBox {
	padding-bottom: 60px;
}

.tabBox .hd {
	font-size: 18px;
	color: #333333;
	overflow: hidden;
	background: #f2f2f2;
	
}

.tabBox .hd ul {
	/* padding: 0 50px; */
}

.tabBox .hd ul li {
	float: left;
	vertical-align: top;
}

.tabBox .hd ul li a {
	color: #00acfa;
	display: block;
	border-bottom: 3px solid #00acfa;
	margin-left: 10px;
}

.tabBox .hd ul li.on a {
	color: #00acfa;
	display: block;
	border-bottom: 3px solid #00acfa;
}

.tabBox .bd .con {
	-padding: 0 50px 0;
	color: #333333;
	font-size: 14px;
	line-height: 30px;
	margin: 20px;
}


@media (max-width: 1600px) {
	.news1page li a .div_img .newsmark {
		left: 10%;
	}

	.news1page li a {
		height: 280px;
	}

	.news1page li a .div_img i {
		height: 280px;
	}

	.news1page li a .info .tt3 {
		margin-top: 40px;
	}
}

@media (max-width: 1400px) {
	.news1page li a {
		height: 240px;
	}

	.news1page li a .div_img i {
		height: 240px;
	}

	.news1page li a .info .tt3 {
		margin-top: 20px;
	}

	.section1 ul li.li0 {
		font-size: 16px;
	}

	.section1 ul li.li0 em {
		font-size: 22px;
	}

	.section1 ul li.li0 {
		padding-top: 20px;
	}

	/*2018/3/19-add*/
	#header .logo {
		margin-top: 10px;
	}

	.nav {
		width: 100%;
	}

	.search {
		margin-top: -20px;
	}
}

@media (max-width: 1200px) {
	.news1page li a {
		height: 200px;
	}

	.news1page li a .div_img i {
		height: 200px;
	}

	.news1page li a .info .tt3 {
		margin-top: 0px;
		color: #069cec;
		width: 100%;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		font-size: 20px;
		line-height: 30px;
	}
}

@media screen and (max-width: 991px) {
	/*.searchpage{ width: 100%;}
.searchpage li{ margin-bottom: 20px; }
.searchpage li a{color: #666666; display: block;position: relative; overflow: hidden; transition: all 0.5s; padding-bottom: 20px;}
.searchpage li a i{ width: 100%;}
.searchpage li a i img{ width: 100%; }
.searchpage li a .info{ width: 100%;padding-left: 0; padding-top: 20px;}
.searchpage li a p{ font-size: 14px; color: #808080; width: 100%; white-space: normal;overflow: hidden; line-height: 30px; max-height: 60px;}
.searchtt{ line-height: 100px;  font-size: 16px; color: #ffffff; text-align: center; }*/


	.newdtedit {
		padding: 30px 15px;
	}

	.newdtedit .time {
		padding-bottom: 0;
	}

	.other {
		position: relative;
		padding: 10px 15px 40px;
	}

	.other a {
		width: 100%;
		color: #808080;
	}

	.other a:hover {
		color: #0097e0;
	}

	.propage,
	.newspage,
	.news2page {
		padding: 0 !important;
	}

	.news2page li a .info {
		/* height: 160px; */
	}

	

	.aboutedit {
		padding: 0 15px 50px;
	}

	.inner_main {
		position: relative;
	}

	.ny_cont {
		width: 100%;
		position: relative;
		/* margin: -100px auto 0; */
		z-index: 9;
	}

	.nyttweizhi {
		height: 50px;
	}

	.nytitle h2 {
		font-size: 22px;
	}

	.wrap_page {
		padding-top: 30px;
		background: #ffffff;
	}

	.page_content {
		background: #ffffff;
		width: 100%;
	}

	.ny_content {
		padding: 0;
		width: 100%;
	}

	.ny_content ul {
		padding: 0 15px;
	}

	.news1page li a {
		height: auto !important;
		box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.5);
	}

	.news1page li a .info {
		height: auto;
	}

	.news1page li a .div_img {
		height: auto;
	}

	.news1page li a .div_img i {
		width: 100%;
		height: auto !important;
		display: block;
	}

	.news1page li a .div_img img {
		width: 100%;
	}

	.news1page li a .info .tt3 {
		margin-top: 14px;
		max-height: 60px;
		overflow: hidden;
		white-space: pre-wrap;
		font-size: 18px;
		line-height: 30px;
	}

	.news1page li a .info .tt5 {
		margin-bottom: 14px;
	}

	.news1page li a .info .tt5 span i {
		font-size: 24px;
	}

	.page a {
		font-family: "幼圆";
		padding: 0;
		color: #ffffff;
		background: #00acfa;
		font-size: 14px;
		margin: 0 1%;
		width: 14%;
		text-align: center;
		line-height: 40px;
		display: inline-block;
		border-radius: 4px;
	}

	.footbg {
		padding-top: 20px;
		width: 100%;
	}

	.footlogo {
		margin-bottom: 6px;
		height: 60px;
	}

	.footlogo img {
		max-width: 100%;
		max-height: 100%;
		display: block;
		margin: 0 auto;
	}

	.footnav {
		clear: both;
		text-align: center;
		margin-bottom: 16px;
	}

	.footnav a {
		padding: 0 6px;
		line-height: 30px;
	}

	.copyright {
		line-height: 30px;
		border-top: 1px solid #353845;
		text-align: center;
		padding: 16px 0;
	}

	.copyright .p1 {
		float: left;
	}

	.copyright .p2 {
		float: right;
	}

	.footbg a:hover {
		color: #00acfa;
	}

	.winxin i {
		width: 100%;
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		overflow: hidden;
	}

	.winxin i img {
		max-width: 100%;
	}

	.winxin h2 {
		font-size: 14px;
		width: 100%;
		color: #5f6376;
		text-align: center;
		line-height: 40px;
	}

	.section3 .wrap_section3 {
		width: 100%;
		padding: 60px 0 80px;
		text-align: center;
		position: relative;
	}

	.textaligntt1 {
		font-size: 18px;
	}

	.textaligntt2 {
		font-size: 30px;
	}

	.textaligntt2:after {
		height: 4px;
		bottom: -8px;
	}

	.section1 {
		background: #00acfa;
	}

	.section1:after {
		height: 50px;
	}

	.section1 .col-md-3 {
		padding: 0;
	}

	.section1 ul {
		width: 92%;
		padding: 30px 0;
	}

	.section1 ul li.li0 {
		font-size: 24px;
		padding-top: 60px;
	}

	.section1 ul li.li0 em {
		font-size: 20px;
	}

	.section1 ul li.li0 em:after {
		width: 14px;
		height: 4px;
	}

	.section1 ul li.li1 a .mark {
		left: 6%;
	}

	.section1 ul li.li1 a .mark .wrap_mark .wrap_mark1 {
		display: table-cell;
		vertical-align: middle;
		text-indent: 0;
		text-align: center;
	}

	.section1 ul li.li1 a .mark h2 {
		font-size: 18px;
		line-height: 30px;
		font-weight: normal;
		position: relative;
	}

	.section1 ul li.li1 a .mark h2 i {
		position: relative;
	}

	.section1 ul li.li1 a .mark h2 em {
		font-size: 14px;
	}

	.section1 ul li.li1 a .mark h2 i:after {
		width: 40px;
		height: 2px;
		background: #ffffff;
		display: block;
		position: absolute;
		left: 0;
		bottom: -16px;
		content: "";
	}

	
}

@media (max-width: 768px) {
	.searchpage {
		width: 100%;
	}

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

	.searchpage li a {
		color: #666666;
		display: block;
		position: relative;
		overflow: hidden;
		transition: all 0.5s;
		padding-bottom: 20px;
	}

	.searchpage li a i {
		width: 100%;
	}

	.searchpage li a i img {
		width: 100%;
	}

	.searchpage li a .info {
		width: 100%;
		padding-left: 0;
		padding-top: 20px;
	}

	.searchpage li a p {
		font-size: 14px;
		color: #808080;
		width: 100%;
		white-space: normal;
		overflow: hidden;
		line-height: 30px;
		max-height: 60px;
	}

	.searchtt {
		line-height: 100px;
		font-size: 16px;
		color: #ffffff;
		text-align: center;
	}

	.section1 ul li.li0 {
		font-size: 24px;
		padding-top: 40px;
	}

	.section1 ul li.li0 em {
		font-size: 20px;
	}
}

@media (max-width: 640px) {
	.section1 ul li.li0 {
		font-size: 20px;
		padding-top: 20px;
	}

	.section1 ul li.li0 em {
		font-size: 18px;
	}
}

@media (max-width: 500px) {

	.wrap_section4 .swiper-button-next,
	.wrap_section4 .swiper-button-prev {
		width: 30px;
		height: 58px;
		top: 36%;
	}

	.section1 ul li.li0 {
		font-size: 14px;
		padding-top: 0;
	}

	.section1 ul li.li0 em {
		font-size: 18px;
	}

	.section1 ul li.li0 em:after {
		width: 14px;
		height: 4px;
		background: #ffffff;
		display: block;
		position: absolute;
		left: 0;
		bottom: -10px;
		content: "";
	}
}

.dyxcxx {
	background: #999;
	height: 30px;
	width: 80px;
	cursor: pointer;
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	color: #fff;
	line-height: 30px;
	margin: 20px;
}

.cpdqtxx {
	height: auto;
	background: #fff;
	/* margin-left: 15px; */
	overflow: hidden;
	padding-bottom: 15px;
}

.xzckxx {
	height: 43px;
	width: 100%;
	background-color: #fff;
	z-index: 2;
}

.xzckxx li {
	float: left;
	height: 42px;
	width: 120px;
	text-align: center;
	line-height: 42px;
	color: #333;
	font-size: 16px;
	cursor: pointer;
}

.xzckxx li.current {
	background: rgba(0, 172, 250, 0.8);
	color: #fff;
	font-weight: bold;
	border: 1px solid rgba(0, 172, 250, 0.8);
}

.share_line {
	border-bottom: 2px rgba(0, 172, 250, 0.8) solid;
}

.gotop {
	position: fixed;
	right: 25px;
	bottom: 25px;
	cursor: pointer;
	z-index: 99;
}

/* 轮播图 */
.target {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	float: left;
	margin-top: 25px;
}

.target img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}