/* CSS Document */
.cur{background: #23aefe !important;
color: #fff !important;}
html {
	font-size: 62.5%;
	height: 100%
}
body {
	margin: 0 auto;
	font-family: "Segoe UI", "Open Sans", sans-serif;
	;
	font-size: 12px;
	font-size: 1.2rem;
	height: 100%;
}
img {
	border: none;
}
ul li {
	list-style-type: none;
}
ul, form, p, a, img, table, tr, td, li, dd, dt, dl, span {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #333;
}
a {
	text-decoration: none;
	color: #333;
	outline: none;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
}
h1 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #333;
}
.clear {
	clear: both;
}
.maln {
	margin-left: 19px !important
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	color: #333;
	border: none;
	outline: none;
}

::-webkit-input-placeholder {/* WebKit browsers */
 color:#333;
}
:-o-placeholder {/* Mozilla Firefox 4 to 18 */
 color:#333;
}
::-moz-placeholder {/* Mozilla Firefox 19+ */
 color:#333;
}
:-ms-input-placeholder {/* Internet Explorer 10+ */
 color:#333;
}

@media screen and (min-width:1220px) {
.zong {
	width: 1200px;
	margin: auto;
}
}

@media screen and (min-width:1000px) and (max-width:1219px) {
.zong {
	width: 980px;
	margin: auto;
}
}

@media screen and (max-width:999px) {
.zong {
	width: 95%;
	margin: auto;
}
}
/*  head  */

.head {
	position: relative;
	padding-top: 37px;
	padding-bottom: 29px;
	z-index: 99;
}
/*  dao hang  */
.daohang { margin: 0 auto; float: left; margin-left: 240px;
}
.daohang>li {
	position: relative;
	float: left;
	z-index: 999;
	margin-right: 4px;
	padding-bottom: 10px;
}
.daohang>li>a {
	display: block;
	line-height: 30px;
	font-size: 14px;
	font-size: 1.4rem;
	text-transform: uppercase;
	padding: 0 18px;
}
.daohang>li:hover>a {
	background: #23aefe;
	color: #fff;
	border-radius: 15px;
}
.dangqiandao {
	background: #23aefe !important;
	color: #fff !important;
	border-radius: 15px !important;
}
.yiji {
	width: 282px;
	border: 1px solid #9e9e9e;
	background: #fff;
	background: rgba(255,255,255,0.95);
	padding-top: 3px;
	padding-bottom: 9px;
	position: absolute;
	left: 0px;
	top: -9999px;
	z-index: 99999
}
.yiji li {
	position: relative;
}
.yiji li a {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
	padding: 3px 0;
	padding-left: 27px;
	background: url(../images/xiala.png) no-repeat -30px 11px;
}
.yiji li:hover>a {
	background: #23aefe url(../images/xiala.png) no-repeat 8px 9px;
	color: #fff;
}
.erji {
	width: 282px;
	border: 1px solid #9e9e9e;
	background: #fff;
	background: rgba(255,255,255,0.95);
	padding-top: 3px;
	padding-bottom: 9px;
	position: absolute;
	left: 282px;
	top: -9999px;
	z-index: 99999
}
.sanji {
	width: 282px;
	border: 1px solid #9e9e9e;
	background: #fff;
	background: rgba(255,255,255,0.95);
	padding-top: 3px;
	padding-bottom: 9px;
	position: absolute;
	left: 282px;
	top: -9999px;
	z-index: 99999
}
.daohang>li:hover .yiji {
	top: 40px;
}
.yiji>li:hover .erji {
	top: 0px;
}
.erji>li:hover .sanji {
	top: 0px;
}
.logo {
	display: block;
	width: 171px;
	position: absolute;
	left: 0%;
	margin-left: 0px;
	top: 0px;
}
.logo img {
	width: 100%;
	max-width: 171px;
	max-height: 153px;
}
.mal1 {
	margin-left: 200px !important;
}

@media screen and (min-width:1220px) {
.logo {
	display: block;
	width: 171px;
	position: absolute;
	left: 0%;
	margin-left: 0px;
	top: 0px;
}
.logo img {
	width: 100%;
	max-width: 175px;
	max-height: 106px;
}
}

@media screen and (min-width:1000px) and (max-width:1219px) {
.logo {
	display: block;
	width: 175px;
	position: absolute;
	left: 0%;
	margin-left: 0px;
	margin-top: -12px;
}
.logo img {
	width: 70%;
	max-width: 175px;
	max-height: 106px;
}
}
/*  sousuo  */
.search {
	width: 32px;
	z-index: 99999;
	position: absolute;
	background: none;
	right: 33px;
	top: 36px;
}
.sb-icon-search {
	color: #fff;
	z-index: 999;
	width: 32px;
	height: 32px;
	display: block;
}
.sb-search-submit {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: 99999;
}
.search_1000 {
}
.sb-search {
	position: relative;
	width: 0%;
	min-width: 32px;
	height: 32px;
	float: right;
	display: inline;
	overflow: hidden;
	-webkit-transition: width 0s;
	-moz-transition: width 0s;
	transition: width 0s;
	-webkit-backface-visibility: hidden;
	z-index: 99999
}
.sb-search-input {
	position: absolute;
	top: 0;
	left: 0px;
	outline: none;
	width: 236px;
	height: 32px;
	line-height: 32px;
	padding-left: 10px;
	border: none;
	margin: 0;
	z-index: 10;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 16px;
	color: #fff;
	background: url(../images/lvshu.jpg) no-repeat 200px center;
}
.sb-icon-search, .sb-search-submit {
	width: 32px;
	height: 32px;
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	background: #23aefe url(../images/sousuo.png) no-repeat center;
	border: none;
	border-radius: 16px;
}
.sb-search.sb-search-open, .no-js .sb-search {
	width: 236px;
	height: 32px;
	line-height: 32px;
	position: relative;
	right: 0px;
	top: 0px;
	background: #23aefe;
	z-index: 9999999;
	color: #fff;
	border-radius: 16px;
}
.no-js .sb-search .sb-icon-search {
	position: absolute;
	background: #23aefe url(../images/sousuo.png) no-repeat center;
	z-index: 15;
	right: 0px;
	top: 0px;
}
.no-js .sb-search .sb-search-submit {
	z-index: 9990;
}
/*lun bo*/
.index_focus {
	position: relative;
	width: 100%;
	height: 649px;
	margin: 0 auto;
	overflow: hidden;
	z-index: 9
}
.index_focusn {
	width: 1920px;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -960px;
	height: 649px;
	z-index: 99
}
.index_focus .bd li {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 1920px;
	z-index: 999
}
.index_focus .slide_nav {
	position: absolute;
	bottom: 60px;
	left: 50%;
	margin-left: -55px;
	z-index: 9998
}
.index_focus .slide_nav a {
	width: 16px;
	height: 16px;
	border-radius: 8px;
	cursor: pointer;
	float: left;
	margin-right: 6px;
	margin-left: 3px;
	background: url(../images/baiquan.png);
}
.index_focus_post {
	z-index: 10;
}
.index_focus .pic {
	height: auto;
	display: block;
	margin: 0 auto;
}
.index_focus .pic:hover {
	text-decoration: none;
}
.index_focus .slide_nav li:hover, .index_focus .slide_nav .on {
	text-decoration: none;
	background: url(../images/kongquan.png);
}
.index_focus_pre, .index_focus_next {
	display: none;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 24px;
	height: 49px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 9999
}
.index_focus_pre {
	left: 64px;
	background: url(../images/baleft.png) no-repeat;
}
.index_focus_next {
	right: 63px;
	background: url(../images/baright.png) no-repeat;
}
.index_focus2 {
	position: relative;
	width: 100%;
	height: 450px;
	margin: 0 auto;
	overflow: hidden;
	z-index: 9
}
.index_focusn2 {
	width: 1920px;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -960px;
	height: 100%;
	z-index: 99
}
.index_focus2 .bd li {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 1920px;
	z-index: 999
}
.index_focus2 .slide_nav {
	position: absolute;
	bottom: 16px;
	left: 50%;
	margin-left: -32px;
	z-index: 9998
}
.index_focus2 .slide_nav a {
	width: 13px;
	height: 13px;
	border-radius: 8px;
	cursor: pointer;
	float: left;
	margin-right: 6px;
	margin-left: 3px;
	background: #19a1e1;
}
.index_focus_post {
	z-index: 10;
}
.index_focus2 .pic {
	height: auto;
	display: block;
	margin: 0 auto;
}
.index_focus2 .pic:hover {
	text-decoration: none;
}
.index_focus2 .slide_nav li:hover, .index_focus2 .slide_nav .on {
	text-decoration: none;
	background: #fff;
}
.index_focus_pre2, .index_focus_next2 {
	display: none;
	position: absolute;
	top: 50%;
	margin-top: -40px;
	width: 55px;
	height: 55px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 9999
}
.index_focus_pre2 {
	left: 64px;
	background: url(../images/baleft.png) no-repeat;
}
.index_focus_next2 {
	right: 63px;
	background: url(../images/baright.png) no-repeat;
}
#settings {
	display: none;
}
#opciones {
	display: none;
}

@media screen and (min-width:1000px) and (max-width:1219px) {
.daohang>li {
	margin-right: 0px;
}
.daohang>li>a {
	padding: 0 15px;
}
.mal1 {
	margin-left: 50px !important;
}
.index_focus {
	height: 697px;
}
.index_focusn img {
	width: 83%;
}
.index_focus2 {
	height: 358px;
}
.index_focusn2 img {
	width: 80%;
}
}

@media screen and (min-width:1000px) {
.banner, .clear2 {
	display: none
}
}

@media screen and (max-width:999px) {
.index_focus {
	display: none
}
.index_focus2 {
	display: none
}
.clear2 {
	clear: both;
}
.banner {
	width: 100%;
	overflow: hidden;
}
.banner a {
	display: block;
}
.banner a img {
	width: 150%;
	margin-left: -25%;
	margin-left: 0px;
	width: 100%;
}
.head {
	padding-top: 0px;
	padding-bottom: 10px;
}
.logo {
	position: relative;
	width: 140px;
	margin-top: 5px;
}
.daohang {
	text-align: center;
	margin-top: 14px;
	float: none;
}
.daohang>li {
	float: none;
	display: inline-block;
*float:left;
	margin-left: 0px !important;
}
.daohang>li>a {
	padding: 0 7px;
	font-size: 12px;
	font-size: 1.2rem;
}
.yiji {
	display: none
}
.search {
	top: 138px;
	right: 0px;
}
}

@media screen and (max-width:799px) {
.daohang>li {
	float: none;
	display: inline-block;
*float:left;
	margin-right: 10px;
}
.daohang>li>a {
	padding: 0 5px;
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: none
}
}

@media screen and (min-width:640px) {
}

@media screen and (max-width:639px) {
.daohang {
	display: none
}
.logo {
	position: relative;
	width: 130px;
	left: 0px;
	margin-left: 0px;
}
.head {
	position: relative;
	padding-bottom: 15px;
}
.search {
	top: 62px;
	right: 20px;
}
.no-js .sb-search {
	border: 1px solid #e74c3c !important;
	background: #f5b0a9 !important
}
#opciones {
	z-index: 99999999;
	position: absolute;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 120px;
	padding-right: 10px;
	background: #000;
	background: rgba(0,0,0,0.5);
	filter: alpha(opacity=80);
	color: #fff;
	top: 50px;
	right: 10px;
	padding-top: 10px;
	display: block;
}
#opciones a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 36px;
}
#settings {
	z-index: 999999;
	position: absolute;
	text-indent: -99999px;
	width: 40px;
	display: block;
	background: url(../images/32anniu.png);
	height: 30px;
	top: 20px;
	cursor: pointer;
	right: 15px;
}
.sybanner {
	text-align: center;
}
.sybanner a {
	display: block;
	padding-top: 187px;
	padding-bottom: 159px;
}
.sybanner a img {
	width: 100%;
	max-width: 803px;
	max-height: 162px;
}
}
/*  main1  */
.main1 {
	background: url(../images/xiewen.jpg);
	padding: 53px 0 70px 0;
}
.main1t {
	text-align: center;
	font-weight: bold;
}
.ma ul hr {
	margin-left: 7%;
	position: relative;
	width: 30%;
}
.ma1 {
	width: 287px; max-height: 350px;height: 350px;
	background-color: #FFF;
	margin-top: 1%;
}
.ma1:hover {
	background-color: #23aefe;
}
.ma1:hover p {
	color: #FFF;
}
.ma1:hover span {
	color: #FFF;
}
.ma1 p {
	color: #666;
	margin-left: 7%;
	margin-right: 3%;
	margin-top: 3%;
	font-weight: 400;
	font-size: 14px;
}
.ma1 span {
	color: #333;
	font-size: 15.5px;
	display: block; padding-left: 5% !important; text-indent: 0% !important;
	margin-top: 6%;
	font-weight: 600;
}
.ma1 img {
	display: block;
	margin: auto; max-height: 172px; background: #fff;
	margin-top: 10%;
	margin-bottom: 10%;
	transform: scale(0.8, 0.8);
}
.ma1 img:hover {
	
}
.ma li {
	float: left;
	margin-left: 1%;
}

@media screen and (max-width:934px) {
.ma1 {
	width: 48%;
}
}

@media screen and (max-width:789px) {
.ma1 {
	width: 100%;
}
}
/*  main2  */
.main2 {
	padding-top: 70px; padding-bottom: 55px;
}
#outer {
	width: 570px;
	float: left;
	position: relative;
}
#tab {
	overflow: hidden;
	zoom: 1;
	position: absolute;
	width: 88px;
	position: absolute;
	bottom: 13px;
	left: 50%;
	margin-left: -44px;
}
#tab li {
	float: left;
	cursor: pointer;
	width: 14px;
	height: 14px;
	margin-left: 8px;
	background: url(../images/yuandian.png)
}
#tab li.current {
	background: url(../images/yuanquan.png)
}
#content {
	overflow: hidden;
}
#content ul {
	display: none;
	text-align: center;
}
#content ul img {
	width: 100%;
	max-width: 570px;
	max-height: 432px;
}
.m2r {
	width: 577px;
	float: right;
}
.m2r h1 {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}
.m2r h2 {
	color: #666666;
	font-size: 16px;
	font-weight: 600;
}
.m2r h3 {
	color: #666666;
	font-weight: 400;
	font-size: 13px;
}
.m2r hr {
	width: 49%;
	margin-left: 0;
}
.m2r h5 {
	font-weight: 500;
}
.m2biao {
	font-size: 40px;
	display: block;
}
.m2biao img {
	width: 100%;
	max-width: 339px;
	max-height: 34px;
}
.m2r p a {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
	margin-top: 39px;
}
.m2r ul {
	margin-top: 25px;
}
.m2r ul li {
	margin-top: 16px;
}
.m2r ul li a {
	display: block;
	height: 60px;
	vertical-align: middle;
	display: table-cell;
	padding-left: 78px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
}
.m21 {
	background: url(../images/m2quan1.jpg) no-repeat left center;
}
.m22 {
	background: url(../images/m2quan2.jpg) no-repeat left center;
}
.m23 {
	background: url(../images/m2quan3.jpg) no-repeat left center;
}
.m2r a:hover {
	color: #23aefe;
}

@media screen and (min-width:1000px) and (max-width:1219px) {
#outer {
	width: 470px;
	margin-top: 30px;
}
.m2r {
	width: 477px;
	float: right;
}
.m2r p a {
	margin-top: 19px;
}
.m2r ul {
	margin-top: 0px;
}
.m2r ul li {
	margin-top: 10px;
}
}

@media screen and (max-width:999px) {
#outer {
	width: 100%;
}
.m2r {
	width: 100%;
	float: right;
	margin-top: 30px;
}
}
/*  main3  */
.main3 {
	border-top: 1px solid #d1d1d1;
	margin-top: 49px;
}
.m3lie {
	width: 149px;
	float: left;
	background: url(../images/xiaoshushu.jpg) no-repeat left 0px;
	padding-left: 1px;
}
.m3tu {
	display: block;
	text-align: center
}
.m3tu img {
	width: 100%;
	max-width: 150px;
	max-height: 106px;
}
.m3zi {
	background: url(../images/m3zhizhen.jpg) no-repeat top center;
	padding-top: 10px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.m3zi a {
	display: block;
	width: 100%;
	height: 26px;
	background: #eeeeee;
	text-align: center;
	line-height: 26px;
	border-radius: 13px;
	font-size: 14px;
	font-size: 1.4rem;
}
.m3lie:hover .m3zi {
	opacity: 1;
	filter: alpha(opacity=100);
}

@media screen and (min-width:1000px) and (max-width:1219px) {
.m3lie {
	width: 122px;
	float: left;
}
.m3zi a {
	font-size: 12px;
	font-size: 1.2rem;
}
}

@media screen and (max-width:999px) {
.main3 {
	border-top: none;
}
.m3lie {
	width: 25%;
	float: left;
}
.m3tu {
	overflow: hidden;
	margin-bottom: 15px;
}
.m3tu img {
	border: 1px solid #d1d1d1;
}
.m3zi {
	display: none
}
}

@media screen and (max-width:639px) {
.m3lie {
	width: 48%;
	float: left;
	margin: 0 1%;
}
}

@media screen and (max-width:339px) {
.m3tu img {
	width: 98%;
}
}
/*  main4  */
.main4 {
	background: url(../images/xiewen2.jpg);
	padding-top: 71px;
	margin-top: 1px;
	padding-bottom: 66px;
}
.m4biao {
	display: block;
	text-align: center;
	font-size: 40px;
}
.m4biao img {
	width: 100%;
	max-width: 291px;
	max-height: 31px;
}
.main44 {
	background: #eceee9;
	width: 100%;
	overflow: hidden;
	background-size: 100% auto;
	text-align: center;
	padding-top: 2%;
	padding-bottom: 2%
}
.m8biao {
	display: block;
	font-size: 40px;
	text-align: center;
	padding-top: 1%;
}
.main44wen {
	max-width: 439.5px;
	max-height: 600px;
	float: left;
}
.main44wen1 {
	max-width: 630px;
	max-height: 637px;
	height: 637px;
	width: 100%;
	height: 100%;
	float: left;
}
.main44wen1 li {
	padding-top: 5%;
	text-align: center;
}
.main44wen1 li span {
	font-size: 24px;
	font-weight: bold;
	display: block;
}
.main44wen1 img {
	display: block;
	margin: 0 auto;
}
.main44tu {
	max-width: 100%;
	max-height: auto;
	float: left;
}
.main44tu img {
	width: 100%;
	height: auto;
}
.main44wen2 {
	max-width: 439.5px;
	max-height: 637px;
	width: 100%;
	height: 100%;
	float: left;
}
.main44wen2 li {
	padding-top: 5%;
	text-align: center;
}
.main44wen2 li span {
	font-size: 24px;
	font-weight: bold;
	display: block;
}
.main44wen2 img {
	display: block;
	margin: 0 auto;
}

@media screen and (max-width:1219px) {
.main44 {
	width: 100%;
}
.main44tu {
	width: 0%;
}
.main44wen {
	max-width: 50%;
}
.main44wen1 {
	max-width: 100%;
}
.main44wen2 {
	max-width: 100%;
}
}

@media screen and (max-width:1000px) {
.main44 {
	width: 100%;
}
.main44tu {
	width: 0%;
}
.main44wen {
	max-width: 100%;
}
.main44wen1 {
	max-width: 100%;
}
.main44wen2 {
	max-width: 100%;
}
}
.img-scroll {
	position: relative;
	z-index: 9;
	padding-top: 30px;
	margin-top: 15px;
	padding-bottom: 56px;
}
.m4nav {
	position: absolute;
	width: 78px;
	height: 33px;
	bottom: 0px;
	left: 50%;
	margin-left: -39px;
}
.img-scroll .prev, .img-scroll .next {
	position: absolute;
	display: block;
	width: 33px;
	height: 33px;
	z-index: 999
}
.img-scroll .prev {
	left: 0px;
	cursor: pointer;
	background: url(../images/m4left.jpg)
}
.img-scroll .next {
	right: 0px;
	cursor: pointer;
	background: url(../images/m4right.jpg)
}
.img-scroll .prev:hover {
	background: url(../images/m4lefth.jpg)
}
.img-scroll .next:hover {
	background: url(../images/m4righth.jpg)
}
.img-list {
	position: relative;
	overflow: hidden;
	z-index: 99
}
.img-list ul {
	width: 9999px;
}
.img-list li {
	float: left;
	display: inline;
	width: 288px;
	margin-right: 16px;
	position: relative;
}
.img-list li>img {
	width: 100%;
	 background: #fff; height: 192px;
	max-height: 192px;
}
.m4fu {
	position: absolute;
	width: 100%;
	height: 58px;
	bottom: 0px;
	left: 0px;
	background: #23aefe;
	background: rgba(35,174,254,0.8);
	transition: 0.5s;
}
.m4zi {
	display: block;
	width: 100%;
	padding-left: 0px;
	/*white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;*/
	text-align: center;
	position: absolute;
	left: 0px;
	top: 5px;
	margin-top: 0px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 17px;
	color: #fff;
	font-weight: bold;
	transition: 0.5s;
}
.m4jia {
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 100%;
	margin-top: 0px;
	transition: 0.5s;
}
.m4fun {
	position: absolute;
	width: 0px;
	height: 0px;
	left: 50%;
	top: 50%;
	transition: 0.5s;
}
.m4fun a {
	display: block;
	width: 0px;
	height: 0px;
	border: 0px solid #fff;
	margin: auto;
	margin-top: 14px;
	transition: 0.5s;
}
.img-list li:hover .m4fu {
	height: 100%;
}
.img-list li:hover .m4zi {
	top: 50%;
	margin-top: -42px;
}
.img-list li:hover .m4jia {
	top: 50%;
	margin-top: -4px;
}
.img-list li:hover .m4fun {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}
.img-list li:hover .m4fun a {
	display: block;
	width: 257px;
	height: 224px;
	border: 0px solid #fff;
	margin: auto;
	margin-top: 14px;
}

@media screen and (min-width:1000px) and (max-width:1219px) {
.img-list li {
	margin-right: 57px;
}
.img-list li {
	background: none
}
}

@media screen and (max-width:999px) {
.img-list ul {
	width: 1000%;
}
.img-list li {
	width: 3.21%;
	margin-right: 0.2%;
}
.m4fun a {
	border: none !important
}
.m4fu {
	height: 100%;
}
.m4zi {
	top: 50%;
	margin-top: -42px;
}
.m4jia {
	top: 50%;
	margin-top: -4px;
}
.m4fun {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}
.m4fun a {
	display: block;
	width: 257px;
	height: 224px;
	border: 1px solid #fff;
	margin: auto;
	margin-top: 14px;
}
}

@media screen and (max-width:640px) {
.img-list li {
	width: 4.89%;
	margin-right: 0.2%;
}
}

@media screen and (max-width:430px) {
.img-list li {
	width: 10%;
	margin-right: 0.5%;
}
}
/*  main5  */
.main5 { 
	background: url(../images/m5bei.jpg) no-repeat center;
	padding-top: 62px;
	padding-bottom: 70px;
}
.main5 .zong {
	position: relative;
}
.main5 p {
	color: #FFF;
}
.m5z {
	width: 294px;
	float: left;
	margin-left: 8px;
	margin-top: 271px;
}
.m5lie {
	position: relative;
	max-width: 294px;
	margin: auto;
	margin-top: 8px;
	overflow: hidden;
}
.m5lie>img {
	width: 100%;
	max-width: 294px;
	max-height: 263px;
}
.m5fu {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 100%;
	transition: 0.5s;
	left: 0px;
	background: #000;
	background: rgba(0,0,0,0.6);
}
.m5fun {
	border: 1px solid #d7cfce;
	margin: 18px 19px;
	height: 86%;
}
.m5zi {
	display: block;
	position: absolute;
	width: 86%;
	padding-left: 22px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	line-height: 24px;
	left: 0px;
	top: 50%;
	margin-top: -48px;
}
.m5jia {
	display: block;
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0px;
	top: 50%;
	margin-top: 13px;
}
.m5jia img {
	width: 35px;
	height: 35px;
}
.m5lie:hover .m5fu {
	top: 0px;
}
.m5a h2 {
	color: white;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
.m5a h3 {
	color: white;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
.m5a a {
	display: block;
}
.m5a a img {
	width: 100%;
	max-width: 406px;
	max-height: 33px;
}
.m5a p {
	font-size: 10px;
	color: #fff;
	line-height: 20px;
	margin-top: 15px;
}

@media screen and (min-width:1220px) {
.m5a {
	width: 550px;
	position: absolute;
	right: 0px;
	top: 82px;
}
}

@media screen and (min-width:1000px) and (max-width:1219px) {
.m5z {
	width: 235px;
	float: left;
	margin-left: 8px;
	margin-top: 218px;
}
.m5fun {
	margin: 15px 15px;
	height: 86%;
}
.m5a {
	width: 472px;
	position: absolute;
	right: 0px;
	top: 30px;
}
}

@media screen and (max-width:999px) {
.main5 {
	background-size: auto 100%;
}
.m5z {
	width: 24%;
	float: left;
	margin-left: 1%;
	margin-top: auto;
}
.m5fu {
	top: 0px;
	background: #000;
	background: rgba(0,0,0,0.2);
}
.m5fun {
	border: none
}
.m5a {
	position: relative;
	right: auto;
	top: auto;
}
}

@media screen and (max-width:709px) {
.m5z {
	width: 100%;
	margin-left: auto;
}
.m5lie {
	float: left;
	width: 44%;
	margin-right: 3%;
	margin-left: 3%;
}
.m5a {
	width: auto;
}
}

@media screen and (max-width:389px) {
.m5lie {
	float: none;
	width: 97%;
	margin: auto;
	margin-top: 10px;
}
}
/*  mian6  */
.main6 {
	padding-top: 69px; padding-bottom: 50px;
}
.m6biao {
	display: block;
	font-size: 40px;
	text-align: center;
}
.m6biao img {
	width: 95%;
	max-width: 733px;
	max-height: 34px;
}
.img-scroll2 {
	position: relative;
	z-index: 9;
	padding-top: 30px;
	margin-top: 33px;
	padding-bottom: 20px;
}
.m6nav {
	position: absolute;
	width: 120px;
	height: 38px;
	bottom: 0px;
	left: 50%;
	margin-left: -60px;
}
.img-scroll2 .prev2, .img-scroll2 .next2 {
	position: absolute;
	display: block;
	width: 50px;
	height: 38px;
	z-index: 999
}
.img-scroll2 .prev2 {
	left: 0px;
	cursor: pointer;
	background: url(../images/m6left.jpg)
}
.img-scroll2 .next2 {
	right: 0px;
	cursor: pointer;
	background: url(../images/m6right.jpg)
}
.img-scroll2 .prev2:hover {
	background: url(../images/m6lefth.jpg)
}
.img-scroll2 .next2:hover {
	background: url(../images/m6righth.jpg)
}
.img-list2 {
	position: relative;
	overflow: hidden;
	z-index: 99
}
.img-list2 ul {
	width: 2000000px;
}
.img-list2 li {
	float: left;
	display: inline;
	width: 560px;
	margin-right: 80px;
}
.m6lie {
	position: relative;
	border-bottom: 1px dashed #dddddd;
	padding-bottom: 24px;
	margin-bottom: 37px;
	border: none;
}
.m6ren {
	position: absolute;
	left: 0px;
	top: 0px;
}
.m6ren img {

	max-width: 130px;
}
.m6zi {
	padding-left: 150px;
}
.m6zi p a {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
	color: #4d4d4d;
	background: url(../images/yinhao.jpg) no-repeat 2px top;
	padding-top: 40px;
	height: 96px;
	overflow: hidden;
}
.m6zi>a {
	display: block;
	font-size: 20px;
	font-size: 2rem;
	line-height: 26px;
	margin-top: 12px;
}
.m6zi p a:hover {
	color: #23aefe;
}

@media screen and (min-width:1000px) and (max-width:1219px) {
.img-list2 li {
	width: 465px;
	margin-right: 30px;
}
}

@media screen and (max-width:999px) {
.img-list2 ul {
	width: 10000%;
}
.img-list2 li {
	width: 1%;
	margin-right: 0%;
}
.m6zi {
	padding-left: 0px;
}
.m6ren {
	position: relative;
}
/*.m6lie{ width:51%;}*/
.m6ren img {
	display: block;
	margin: 0 auto;
}
}

@media screen and (max-width:839px) {
/*.img-list2 ul {
    width: 2000%;
}
.img-list2 li {  width:10%; margin-right:0.5%;}*/
}

@media screen and (max-width:430px) {
.m6zi {
	padding-left: 0px;
	padding-top: 0px;
}
}
/*  main7  */
.main7 {
	background: #23aefe;
	padding-top: 53px;
	padding-bottom: 54px;
	margin-top: 40px;
}
.m7biao {
	display: block;
	font-size: 40px;
	color: white;
	text-align: center;
}
.m7biao img {
	width: 95%;
	max-width: 601px;
	max-height: 40px;
}
#outer1 {
	position: relative;
	padding-bottom: 0px;
}
#outer1 #tab1{display: none;}
#tab1 {
	overflow: hidden;
	zoom: 1;
	position: absolute;
	width: 78px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -39px;
}
#tab1 li {
	float: left;
	cursor: pointer;
	width: 16px;
	height: 16px;
	margin-left: 8px;
	background: url(../images/m7dian.jpg)
}
#tab1 li.current1 {
	background: url(../images/m7quan.jpg)
}
#content1 {
}
#content1 ul {
	display: none;
	text-align: center;
}
#content1 ul span {
	display: block;
	width: 100%;
	margin: auto;
	padding-left: 0px;
	font-size: 14px;
	font-size: 2.2rem;
	color: #fff;
	line-height: 20px;
	margin-top: 24px;
}
#content1 ul p a {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	line-height: 24px;
	margin-top: 16px;
	height: 48px;
	overflow: hidden;
}
#content1 ul p a:hover {
	color: #333;
}

@media screen and (max-width:639px) {
#content1 ul p a {
	height: auto;
}
}
/*  foot  */
.foot {
	background: #333;
	padding-top: 66px;
	padding-bottom: 66px;
}
.ftbiao {
	color: white;
	font-size: 25px;
	font-weight: 300
}
.ful1 {
	width: 578px;
	float: left;
}
.ful2 {
	width: 579px;
	float: right;
}
.ful22 {
	width: 547px;
	float: right;
}
.ful22 #outer2 {
	width: 170px;
	float: left;
	margin-top: 2px;
}
.fxin {
	background: #575757;
	padding: 27px 33px 35px 33px;
	margin-top: 53px;
}
.fxin .int1 {
	width: 240px;
	height: 38px;
	border-radius: 5px;
	line-height: 38px;
	padding-left: 11px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #666666;
	float: left;
}
.fxin .int2 {
	width: 240px;
	height: 38px;
	border-radius: 5px;
	line-height: 38px;
	padding-left: 11px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #666666;
	float: right;
}
.fxin textarea {
	width: 500px;
	height: 125px;
	border-radius: 5px;
	line-height: 45px;
	padding-left: 11px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #666666;
	margin-top: 7px;
}
.fxin .int3 {
	width: 134px;
	height: 38px;
	border-radius: 5px;
	line-height: 38px;
	padding-left: 11px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #666666;
	float: left;
	margin-top: 7px;
}
.fxin .fyanzheng {
	width: 146px;
	height: 40px;
	float: left;
	margin-top: 8px;
	margin-left: 8px;
	cursor: pointer;
}
.fxin .int4 {
	width: 204px;
	height: 40px;
	border-radius: 5px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background: #23aefe;
	float: right;
	margin-top: 7px;
	cursor: pointer;
}
.fxin .int4:hover {
	background: #23aefe;
}
#outer2 {
	width: 200px;
	float: left;
	margin-top: 2px;
}
#tab2 li {
	float: left;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 36px;
	text-transform: uppercase;
	margin-right: 11px;
}
#tab2 li.current {
}
#content2 {
}
#content2 ul {
	line-height: 34px;
	display: none;
	font-size: 14px;
	font-size: 1.4rem;
	padding-top: 19px;
	padding-left: 2px;
}
#content2 ul a {
	display: block;
	color: #ffffff;
}
#content2 ul a:hover {
	color: #23aefe;
}
.ful3 {
	width: 362px;
	float: right;
	margin-top: 2px;
}
.shejiao {
	margin-top: 50px;
}
.shejiao a {
	display: block;
	margin-right: 13px;
	float: left;
}
.ful3 ul {
 color: #d1d1d1;
}
.ful3 ul li {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 22px;
	color: #fff;
	margin-top: 12px;
	padding-left: 26px;
}
.ful3 ul li a {
	color: #fff;
}
.ful3 ul li a:hover {
	color: #23aefe;
}
.fxinfeng {
	background: url(../images/fxinfeng.jpg) no-repeat left 5px;
}
.fdianhua {
	background: url(../images/fdianhua.jpg) no-repeat left 4px;
}
.fshouji {
	background: url(../images/fshouji.jpg) no-repeat left top;
}
.fs {
	background: url(../images/fs.jpg) no-repeat left 3px;
}
.fdingwei {
	background: url(../images/fdingwei.jpg) no-repeat left top;
}
.ful2 p {
	color: #d1d1d1;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 13px;
	margin-top: 13px;
}

@media screen and (min-width:1000px) and (max-width:1219px) {
.ful1 {
	width: 480px;
	float: left;
}
.ful2 {
	width: 480px;
	float: right;
}
.fxin {
	padding: 27px 15px 35px 15px;
}
.fxin .int1 {
	width: 200px;
}
.fxin .int2 {
	width: 200px;
}
.fxin textarea {
	width: 438px;
}
.fxin .int3 {
	width: 130px;
}
.fxin .int4 {
	width: 145px;
}
.ful3 {
	width: 250px;
}
}

@media screen and (max-width:999px) {
.ful1 {
	width: 100%;
	float: none;
}
.ful2 {
	width: 100%;
	float: none;
	margin-top: 30px;
}
.fxin {
	padding: 27px 15px 35px 15px;
}
.fxin .int1 {
	width: 95%;
	float: none
}
.fxin .int2 {
	width: 95%;
	float: none;
	margin-top: 8px;
}
.fxin textarea {
	width: 95%;
}
.fxin .int3 {
	width: 130px;
}
.fxin .int4 {
	width: 145px;
	float: left;
	margin-left: 8px;
}
#outer2 {
	width: 40%;
}
.ful3 {
	width: 55%;
}
}

@media screen and (max-width:639px) {
.youlian {
	display: none
}
.fxin .int3 {
	width: 30%;
}
.fxin .int4 {
	width: 25%;
	float: left;
	margin-left: 8px;
}
}

@media screen and (max-width:459px) {
.fxin .int3 {
	width: 95%;
}
.fxin .int4 {
	width: 38%;
	float: left;
	margin-left: 8px;
}
.fxin .fyanzheng {
	margin-left: auto;
}
#outer2 {
	width: 100%;
}
.ful3 {
	width: 100%;
	margin-top: 30px;
}
}
/*  hui dao ding bu  */
#returnTop {
	_display: none;
	position: fixed;
	_position: absolute;
	z-index: 999999;
	right: 20px;
	margin-bottom: 90px;
	width: 39px;
	height: 39px;
	text-indent: -999px;
	overflow: hidden;
	background: url(../images/top.png) no-repeat center;
_backgroundurl:(../images/top.png) no-repeat center;
	transition: bottom 0.9s;
	-webkit-transition: bottom 0.9s;
	-moz-transition: bottom 0.9s;
	-o-transition: bottom 0.9s;
}
/***********************************************************************************  product  *******************************************************************/

.prbanner {
	background: url(../images/5f8cf6734ef69.jpg) no-repeat center bottom; /*height:260px; padding-top:106px;*/
}
.banner2 {
	position: relative;
	/*height: 260px;*/
}
.prbiao {
	position: absolute;
	display: block; /*width:200px;*/
	bottom: 54px;
	left: 0px;
	font-size: 40px;
	text-transform: uppercase;
	color: #fff;
}
.mianbao {
	position: absolute;
	line-height: 44px;
	bottom: 0px;
	left: 2px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
}
.mianbao a {
	color: #fff;
}
.co7d {
	color: #23aefe !important;
}
.mianbao a:hover {
	color: #23aefe;
}

@media screen and (min-width:1000px) and (max-width:1219px) {
.prbanner {
	background: url(../images/5f8cf6734ef69.jpg) no-repeat center bottom;
	height: 260px;
	padding-top: 106px;
}
}

@media screen and (max-width:999px) {
.prbanner {
	background: url(../images/prbanner2.jpg) no-repeat center bottom;
	height: 260px;
	padding-top: 106px;
}
}
.prmain {
	padding-bottom: 88px;
}
.prl {
	width: 230px;
	float: left;
}
.prr {
	width: 920px;
	float: right;
	margin-top: 13px;
}
.subNavBox {
	margin-top: 47px;
	background: #f6f6f6;
	padding-bottom: 8px;
}
.prltbiao {
	display: block;
	background: #666666;
}
.prltbiao img {
	width: 95%;
	max-width: 147px;
	max-height: 54px;
}
.subNav {
	cursor: pointer;
	font-weight: bold;
	line-height: 26px;
	padding: 5px 0;
	padding-left: 36px;
	background: #f6f6f6 url(../images/prjian.png) no-repeat left 13px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	border-bottom: 1px dashed #ededed;
}
.subNav a {
	font-size: 14px;
	font-size: 1.2rem;
	color: #666666;
}
.subNav:hover a {
	color: #fff;
}
.subNav:hover {
	background: #23aefe url(../images/prjianh.png) no-repeat left 13px;
	border-bottom: 1px dashed #23aefe;
}


#cur {
	background: #23aefe url(../images/prjianh.png) no-repeat left 13px;
	border-bottom: 1px dashed #23aefe;
}
#cur a{color: #fff;}

.currentDd a {
	color: #fff
}
.currentDt {
	background: #23aefe url(../images/prjianh.png) no-repeat left 13px;
	border-bottom: 1px dashed #23aefe;
}
.navContent {
	display: none;
	background: #f6f6f6;
	padding-top: 5px;
	padding-bottom: 7px;
	border-bottom: 1px dashed #ededed;
}
.navContent>li a {
	display: block;
	padding-left: 35px;
	background: url(../images/prdian.jpg) no-repeat left 13px;
	font-size: 12px;
	line-height: 30px;
}
.navContent>li a:hover {
	color: #23aefe;
}
.prlb {
	margin-top: 47px;
}
.prlbbiao {
	display: block;
	border-bottom: 1px solid #515151;
	padding-bottom: 9px;
	margin-bottom: 11px;
}
.prlbbiao img {
	width: 95%;
	max-width: 108px;
	max-height: 23px;
}
.prlblie {
	border-bottom: 1px dashed #ededed;
	padding-bottom: 11px;
}
.prlblie>a {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 30px;
	margin-top: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.prlblie p a {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.prlblie a:hover {
	color: #23aefe;
}
.prco {
	background: #f6f6f6;
	margin-top: 33px;
}
.prcobiao {
	display: block;
	background: #666666;
}
.prcobiao img {
	width: 100%;
	max-width: 180px;
	max-height: 54px;
}
.prco ul {
	padding: 0 18px;
	padding-top: 10px;
	padding-bottom: 18px;
}
.prco ul li {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 34px;
	padding-left: 25px;
}
.prco ul li a:hover {
	color: #23aefe;
}
.prxinfeng {
	background: url(../images/prxinfeng.jpg) no-repeat left 12px;
}
.prdianhua {
	background: url(../images/prdianhua.jpg) no-repeat left 10px;
}
.prshouji {
	background: url(../images/prshouji.jpg) no-repeat left 6px;
}
.prs {
	background: url(../images/prs.jpg) no-repeat left 10px;
}
.prlie {
	width: 287px;
	float: left; max-height: 333px;
	position: relative;
	margin-top: 36px;
	margin-left: 29px;
}
.prtu {
	display: block;
	border: 1px solid #f0f0f0;
}
.prtu img {
	width: 100%; height: 190PX;

	max-height: 190px;
}
.przi {
	background: #f0f0f0;
	padding: 0 13px;
	padding-top: 5px;
	padding-bottom: 19px;
	transition: 0.5s;
	line-height: 17px;  /*min-height:180px;*/
}
.pra {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 2px;
	/*white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;*/
}
.przi li {
}
.przi li a {
	display: block;
	line-height: 22px;
	padding-left: 8px;
	background: url(../images/huidian.png) no-repeat left 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.prmor {
	display: block;
	width: 96px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	background: #23aefe;
	border-radius: 5px;
	color: #fff;
	margin-left: 1px;
	margin-top: 0px;
}
.prlie:hover .przi {
	background: #23aefe;
}
.prlie:hover .przi li a {
	color: #fff;
	background: url(../images/baidian.png) no-repeat left 5px;
}
.prlie:hover .przi a {
	color: #fff;
}
.prlie .przi a {
	display: block;
}
.prlie:hover .pra {
	color: #fff
}
.prlie:hover .prmor {
	background: #fff;
	color: #333 !important;
}
.prlie input {
	position: absolute;
	left: 6px;
	top: 6px;
}
.jixugou {
	display: block;
	width: 163px !important;
	height: 28px;
	text-align: center;
	line-height: 28px;
	background: #23aefe;
	color: #fff;
	margin-left: 1px;
	font-size: 14px;
	font-size: 1.4rem;
}
.jixugou:hover {
	background: #4e8b10;
	color: #fff;
}
.fenye {
	padding-top: 37px;
}
.fuxuan {
	background: url(../images/fuxuan.jpg) no-repeat left center;
	padding-left: 30px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	color: #4b4b4b;
	float: left;
}
.fuxuan input {
	width: 102px;
	height: 30px;
	background: #23aefe;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	margin-left: 21px;
	cursor: pointer;
}
.fuxuan input:hover {
	background: #4e8b10;
}
.fenyen {
	float: right;
}
.fenyen a {
	display: block;
	float: left;
	width: 33px;
	height: 28px;
	background: #eee;
	border: 1px solid #e5e5e5;
	text-align: center;
	line-height: 28px;
	margin-right: 9px;
	margin-bottom: 10px;
}
.fenyen span {
	display: block;
	float: left;
	width: 33px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	margin-right: 9px;
	margin-bottom: 10px;
}
.fenyen a:hover {
	border: 1px solid #23aefe;
	color: #23aefe;
}
.sx {
	width: 59px !important;
}
.fenyen a.no, .fenyen a.no:hover {
	background: #eee;
	border: 1px solid #e5e5e5;
	color: #333;
}
.dangqianfen {
	border: 1px solid #23aefe !important;
	color: #23aefe !important;
}
.img-scroll3 {
	position: relative;
	z-index: 9;  display: flow-root; margin: 0 auto;
	margin-top: 72px;
*display:none;
}
.m4nav3 {
	position: absolute;
	width: 60px;
	height: 25px;
	top: 0px;
	right: 0px;
}
.m4nav34 {
	right: 15px;
	top: -2px
}
.img-scroll3 .prev3, .img-scroll3 .next3 {
	position: absolute;
	display: block;
	width: 26px;
	height: 25px;
	z-index: 999
}
.img-scroll3 .prev3 {
	left: 0px;
	cursor: pointer;
	background: url(../images/hotleft.jpg)
}
.img-scroll3 .next3 {
	right: 0px;
	cursor: pointer;
	background: url(../images/hotright.jpg)
}
.img-scroll3 .prev3:hover {
	background: url(../images/hotlefth.jpg)
}
.img-scroll3 .next3:hover {
	background: url(../images/hotrighth.jpg)
}
.img-list3 {
	position: relative;
	overflow: hidden;
	z-index: 99;
	border: 1px solid #eeeeee;
	margin-top: 14px;
	padding: 18px 14px 17px 14px;
}
.img-list3 ul {
	width: 9999px;
}
.img-list3 li {
	float: left;
	display: inline;
	width: 210px;
	margin-right: 17px;
	position: relative;
}
.img-list3 li .hottu {
	display: block;
	border: 1px solid #ededed;
}
.img-list3 li .hottu img {
	width: 208px; height: 139px;

	max-height: 139px;
}
.img-list3 .m4fu {
	position: absolute;
	width: 100%;
	height: 38px;
	bottom: 0px;
	left: 0px;
	background: #23aefe;
	background: rgba(35,174,254,0.8);
	transition: 0.5s;
}
.img-list3 .m4zi {
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0;
	margin-top: 0px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 17px;
	color: #fff;
	transition: 0.5s;
	font-weight: normal;
}
.img-list3 .m4jia {
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 100%;
	margin-top: 0px;
	transition: 0.5s;
}
.img-list3 .m4jia img{display: none;}
.img-list3 .m4fun {
	position: absolute;
	width: 0px;
	height: 0px;
	left: 50%;
	top: 50%;
	transition: 0.5s;
}
.img-list3 .m4fun a {
	display: block;
	width: 0px;
	height: 0px;
	border: 0px solid #fff;
	margin: auto;
	margin-top: 10px;
	transition: 0.5s;
}
.img-list3 li:hover .m4fu {
	height: 100%;
}
.img-list3 li:hover .m4zi {
	top: 50%;
	margin-top: -42px;
}
.img-list3 li:hover .m4jia {
	top: 50%;
	margin-top: -4px;
}
.img-list3 li:hover .m4fun {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}
.img-list3 li:hover .m4fun a {
	display: block;
	width: 189px;
	height: 164px;
	border: 0px solid #fff;
	margin: auto;
	margin-top: 10px;
}

@media screen and (min-width:1000px) and (max-width:1219px) {
.img-list3 li {
	margin-right: 29px;
}
.img-list3 li {
	background: none
}
.prl {
	width: 230px;
	float: left;
}
.prr {
	width: 720px;
	float: right;
	margin-top: 13px;
}
.prlie {
	width: 230px;
	margin-left: 10px;
}
}

@media screen and (max-width:999px) {
.prl {
	width: 35%;
	float: left;
}
.prr {
	width: 63%;
	float: right;
	margin-top: 13px;
}
.prlie {
	width: 47%;
	margin-left: 1.5% !important;
	margin-right: 1.5%;
}
.fuxuan {
	float: none;
}
.fenyen {
	float: none;
	margin-top: 10px;
}
.img-list3 {
	padding: 0px;
	border: none;
	margin-top: 30px;
}
.img-list3 ul {
	width: 1000%;
}
.img-list3 li {
	width: 3.21%;
	margin-right: 0.2%;
}
.img-list3 .m4fun a {
	border: none !important
}
.img-list3 .m4fu {
	height: 100%;
}
.img-list3 .m4zi {
	top: 50%;
	margin-top: -42px;
}
.img-list3 .m4jia {
	top: 50%;
	margin-top: -4px;
}
.img-list3 .m4fun {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}
.img-list3 .m4fun a {
	display: block;
	width: 257px;
	height: 224px;
	border: 1px solid #fff;
	margin: auto;
	margin-top: 14px;
}
}

@media screen and (max-width:769px) {
.prlie {
	width: 97%;
}
.img-list3 li {
	width: 4.89%;
	margin-right: 0.2%;
}
}

@media screen and (max-width:639px) {
.prl {
	width: 100%;
	float: none;
}
.prr {
	width: 100%;
	float: none;
	margin-top: 13px;
}
.prlie {
	width: 47%;
}
.img-list3 li {
	width: 4.89%;
	margin-right: 0.2%;
}
}

@media screen and (max-width:430px) {
.prlie {
	width: 97%;
}
.img-list3 li {
	width: 10%;
	margin-right: 0.5%;
}
}
/***********************************************************************************  product2  *******************************************************************/

.prmain2 {
	padding-bottom: 29px;
}
#tsShopContainer li, #tsShopContainer img {
	vertical-align: top;
}
#tsShopContainer {
	width: 426px;
	position: relative;
	float: left;
	margin-top: 35px;
}
#tsShopContainer #tsImgS {
	text-align: center;
	width: 100%;
	position: relative;
}
#tsShopContainer #tsImgS a {
	display: block;
	text-align: center;
	margin: 0px auto;
	border: 3px solid #dbdbdb;
}
#tsShopContainer #tsImgS img {
	border: none; width: 100%;
}
#tsShopContainer #tsPicContainer {
	width: 100%;
	height: 60px;
	position: relative;
	margin-top: 11px;
}
#tsShopContainer #tsPicContainer #tsImgSArrL {
	width: 18px;
	height: 60px;
	background: url(../images/prleft.jpg) no-repeat left center;
	position: absolute;
	left: 0px;
	cursor: pointer;
}
#tsShopContainer #tsPicContainer #tsImgSArrR {
	width: 18px;
	height: 60px;
	background: url(../images/prright.jpg) no-repeat right center;
	position: absolute;
	right: 0px;
	cursor: pointer;
}
#tsShopContainer #tsPicContainer #tsImgSArrL:hover {
	background: url(../images/prlefth.jpg) no-repeat left center;
}
#tsShopContainer #tsPicContainer #tsImgSArrR:hover {
	background: url(../images/prrighth.jpg) no-repeat right center;
}
#tsShopContainer #tsPicContainer #tsImgSCon {
	position: absolute;
	left: 24px;
	width: 1px;
	height: 108px;
	overflow: hidden;
}
#tsShopContainer #tsPicContainer #tsImgSCon ul {
	width: 100%;
	overflow: hidden;
}
#tsShopContainer #tsPicContainer #tsImgSCon li {
	width: 77px;
	float: left;
	cursor: pointer;
}
#tsShopContainer #tsPicContainer #tsImgSCon li a {
	display: block;
	width: 64px;
}
#tsShopContainer #tsPicContainer #tsImgSCon li img {
	border: 2px solid #dbdbdb;
	display: block;
	width: 64px;
	height: 56px;
}
#tsShopContainer #tsPicContainer #tsImgSCon li img:hover{border: 2px solid #23aefe;}

#tsShopContainer #tsPicContainer #tsImgSCon li.tsSelectImg img {
	border: 2px solid #23aefe;
}
#tsShopContainer #tsPicContainer #tsImgSCon li.tsSelectImg a {
}
.MagicZoomBigImageCont {
	border: 1px solid #ccc;
	background: #FFF; display: none !important;
}
.MagicZoomPup {
	border: 0px solid #aaa;
	background: #ffffff;
}
.MagicZoomMain {
	text-align: center !important;
	width: 92px;
}
.jianjie {
	width: 462px;
	float: right;
}
.jianjie h1 {
	font-size: 20px;
	font-size: 2rem;
	line-height: 24px;
	font-weight: bold;
	margin-top: 48px;
	background: url(../images/lvtiao.jpg) no-repeat bottom left;
	padding-bottom: 15px;
}
.jianjie p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 24px;
	color: #4d4d4d;
	margin-top: 10px;
}
.jianjie ul {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
	color: #4d4d4d;
	margin-top: 17px;
}
.jianjie ul li, .jianjie ul li strong {
	color: #4d4d4d;
}
.inno {
	margin-top: 26px;
}
.inno a {
	display: block;
	float: left;
	width: auto; padding: 0 8px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	color: #fff;
	background: #23aefe;
	font-size: 14px;
	font-size: 1.4rem;
	margin-right: 3px;
	border-radius: 5px;
}
.inno a:hover {
	background: #4e8b10;
	color: #fff;
}
#outer4 {
	margin-top: 42px;
	margin-bottom: -20px;
*margin-bottom:auto;
}
#tab4 {
	overflow: hidden;
	zoom: 1;
	background: #666666;
}
#tab4 li {
	float: left;
	height: 50px;
	cursor: pointer;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 50px;
	padding: 0 28px;
	text-align: center;
	color: #fff;
	border-left: 1px solid #858585;
}
#tab4 li.current4 {
	color: #fff;
	background: #23aefe url(../images/sanjiao.jpg) no-repeat bottom center;
}
#content4 {
}
#content4 .chanul {
	display: none;
	padding-top: 27px;
	line-height: 24px;
	border: 1px solid #eeeeee;
	margin-top: 4px;
	padding-left: 27px;
	padding-right: 10px;
	padding-bottom: 26px;
}
.chanul .split {
	border-bottom: 1px solid #ddd;
	border-left: 5px solid #23aefe;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 10px;
}
.chanul .chanxa {
	display: block;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 26px;
}
.chanul ul {
	margin-top: 13px;
}
.chanul ul li {
	color: #4d4d4d;
	font-size: 12px;
	font-size: 1.3rem;
	line-height: 24px;
	padding-left: 13px;
	background: url(../images/huidian.jpg) no-repeat left 10px;
}
.chanxtu {
	margin-top: 20px;
}
.chanxtu a {
	display: block;
	width: 179px;
	float: left;
	margin-left: 28px;
	text-align: center;
	margin-top: 20px;
}
.chanxtu a img {
	width: 100%;
	max-width: 179px;
	max-height: 186px;
}
.bo3 {
	border: 1px solid #cfcfcf;
}

@media screen and (min-width:1000px) and (max-width:1219px) {
#tsShopContainer {
	margin-left: auto;
}
.jianjie {
	width: 270px;
}
.MagicZoomBigImageCont, .MagicZoomPup {
	display: none !important;
}
.chanxtu a {
	width: 160px;
	margin-left: 10px;
}
}

@media screen and (min-width:1000px) {
.chanpin {
	display: none
}
}

@media screen and (max-width:999px) {
#tsShopContainer {
	display: none
}
.chanpin {
	margin-top: 15px;
}
.chanpin a {
	display: block;
	width: 47%;
	margin-left: 1.5%;
	margin-right: 1.5%;
	float: left;
	margin-top: 20px;
}
.chanpin a img {
	width: 100%;
	max-width: 398px;
	max-height: 264px;
	border: 1px solid #eee;
}
.jianjie {
	width: 100%;
	float: none;
}
.jianjie ul {
	height: auto;
}
#tab4 li {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 50px;
	padding: 0 10px;
}
#content4 .chanul {
	padding-left: 7px;
	padding-right: 10px;
	padding-bottom: 26px;
}
.chanxtu a {
	width: 47%;
	margin-left: 1.5% !important;
	margin-right: 1.5%;
}
.bo3 {
	border: none
}
}

@media screen and (max-width:639px) {
#tab4 li {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 50px;
	padding: 0 3px;
}
}
/***********************************************************************************  news  *******************************************************************/

.nebanner {
	background: url(../images/5f93bc39b264e.jpg) no-repeat center bottom;
	height: 260px;
	padding-top: 106px;
}

@media screen and (min-width:1000px) and (max-width:1219px) {
.nebanner {
	background: url(../images/5f93bc39b264e.jpg) no-repeat center bottom;
	height: 260px;
	padding-top: 106px;
}
}

@media screen and (max-width:999px) {
.nebanner {
	background: url(../images/nebanner2.jpg) no-repeat center bottom;
	height: 260px;
	padding-top: 106px;
}
}
.nebiao2 {
	position: absolute;
	display: block;
	width: 200px;
	bottom: 41px;
	left: 0px;
}
.nebiao3 {
	position: absolute;
	display: block;
	width: 200px;
	bottom: 50px;
	left: 0px;
}
.nemain {
	padding-bottom: 27px;
	padding-top: 41px;
}
.nelie {
	position: relative;
	min-height: 147px;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 3px;
	margin-top: 8px;
	margin-bottom: 14px;
}
.nelie span {
	display: block;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	font-weight: bold;
	background: #23aefe;
	text-align: center;
	line-height: 28px;
	position: absolute;
	left: 35px;
	top: 50%;
	margin-top: -14px;
}
.nelie .shijian {
	width: 57px;
	position: absolute;
	left: 89px;
	top: 50%;
	margin-top: -34px;
}
.nelie .shijian p {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 33px;
	color: #4d4d4d;
	border-bottom: 1px solid #c9c9c9;
	text-align: center;
}
.nelie .shijian a {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 33px;
	color: #4d4d4d;
	text-align: center;
}
.netu {
	display: block;
	width: 202px;
	border: 1px solid #999;
	position: absolute;
	left: 170px;
	top: 50%;
	margin-top: -74px;
}
.netu img {
	width: 100%;
	max-width: 202px;
	max-height: 145px;
	margin-bottom: -3px;
}
.nezi {
	padding-left: 404px;
	padding-right: 30px;
	background: #f5f5f5;
	padding-top: 27px;
	padding-bottom: 25px;
}
.nebiao {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 26px;
	color: #4d4d4d;
}
.nezi p a {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 26px;
	margin-top: 13px;
	height: 52px;
	overflow: hidden;
}
.nemor {
	display: block;
	width: 113px;
	height: 32px;
	border: 2px solid #23aefe;
	border-radius: 5px;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 19px;
}
.nebiao:hover, .nezi p a:hover {
	color: #23aefe;
}
.nemor:hover {
	background: #23aefe;
	color: #fff;
}
.jvzhong {
	float: none;
	text-align: center;
	margin-top: 39px;
}

.jvzhong .page-num-current{border: 1px solid #23aefe !important;
color: #23aefe !important;}

.jvzhong a {
	float: none;
	display: inline-block;
*float:left;
}
.hotmain {
	margin-top: 0px;
	margin-bottom: 89px;
}
.hotmain .img-list3 {
	border: 1px solid #cfcfcf;
	padding-left: 20px;
}
.hotmain .img-list3 li {
	margin-right: 27px;
}

@media screen and (min-width:1000px) and (max-width:1219px) {
.hotmain .img-list3 li {
	margin-right: 33px;
}
}

@media screen and (max-width:999px) {
.nelie span {
	left: 5px;
}
.nelie .shijian {
	left: 45px;
}
.netu {
	left: 110px;
}
.nezi {
	padding-left: 330px;
	padding-right: 10px;
}
.hotmain .img-list3 {
	padding-left: 0px;
	border: none
}
.hotmain .img-list3 li {
	margin-right: 0.2%;
}
}

@media screen and (max-width:639px) {
.nezi {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 160px;
}
.nelie span {
	left: 5px;
	top: 69px;
	margin-top: auto
}
.nelie .shijian {
	left: 45px;
	top: 50px;
	margin-top: auto
}
.netu {
	left: 110px;
	top: 10px;
	margin-top: auto;
	width: 170px;
}
.nezi p a {
	height: auto;
}
}
/***********************************************************************************  news2  *******************************************************************/

.nebanner2 {
	background: url(../images/nebanner3.jpg) no-repeat center;
	height: 260px;
}

@media screen and (min-width:1000px) and (max-width:1219px) {
.nebanner2 {
	background: url(../images/nebanner3.jpg) no-repeat right center;
	height: 260px;
}
}

@media screen and (max-width:999px) {
.nebanner2 {
	background: url(../images/nebanner4.jpg) no-repeat left center;
	height: 260px;
}
}
.nemain2 {
	padding-top: 51px;
	padding-bottom: 61px;
}
.nemain2 h1 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}
.riqi {
	display: block;
	width: 85px;
	margin: auto;
	font-size: 14px;
	font-size: 1.4rem;
	color: #23aefe;
	background: url(../images/shizhong2.jpg) no-repeat left center;
	padding-left: 24px;
	margin-top: 23px;
}
.nexiang {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
	color: #4d4d4d;
	padding-top: 23px;
}
.nexiang p, .nexiang li, .nexiang span {
	color: #4d4d4d;
}
.nexiang a {
	color: #23aefe;
}
.nexiang table, .nexiang p table {
	width: 90%;
	border-collapse: collapse;
	line-height: 33px;
	border: 1px solid #333;
	color: #333
}
.nexiang table tr td, .nexiang p table tr td {
	padding: 3px;
	border: 1px solid #333;
}
.fanpian {
	border-top: 1px solid #cfcfcf;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 32px;
	padding-top: 10px;
	margin-top: 22px;
}
.fanpian li {
	color: #4d4d4d;
	padding-left: 22px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.fanpian li a {
	color: #4d4d4d;
}
.pr {
	background: url(../images/pr.jpg) no-repeat left center;
}
.ne {
	background: url(../images/ne.jpg) no-repeat left center;
}
.fanpian li a:hover {
	color: #23aefe;
}
/***********************************************************************************  about  *******************************************************************/

.abbanner {
	background: url(../images/5f8d005a8529f.jpg) no-repeat center bottom;
	height: 260px;
	padding-top: 106px;
}

@media screen and (min-width:1000px) and (max-width:1219px) {
.abbanner {
	background: url(../images/5f8d005a8529f.jpg) no-repeat center bottom;
	height: 260px;
	padding-top: 106px;
}
}

@media screen and (max-width:999px) {
.abbanner {
	background: url(../images/abbanner2.jpg) no-repeat center bottom;
	height: 260px;
	padding-top: 106px;
}
}
.abbiao {
	position: absolute;
	display: block;
	width: 200px;
	bottom: 47px;
	left: 0px;
}
.abnav {
	background: #f0f3ed;
	line-height: 60px;
}
.abnav a {
	display: block;
	width: 25%;
	float: left;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
}
.abnav a:hover {
	background: #23aefe;
	color: #fff;
}
.dangqianab {
	background: #23aefe !important;
	color: #fff !important;
}
.commain {
	padding-top: 43px;
	padding-bottom: 45px;
}
.combiao {
	display: block;
	text-align: center;
	margin-bottom: 42px;
}
.combiao img {
	width: 95%;
	max-width: 444px;
	max-height: 42px;
}
.comlie {
	background: #f1f1f1;
	position: relative;
	min-height: 272px;
	margin-top: 24px;
	z-index: 1
}
.comtu {
	position: absolute;
	width: 427px;
	top: 50%;
	margin-top: -136px;
	z-index: 2
}
.comtun {
	width: 100%;
	max-width: 427px;
	max-height: 272px;
}
.sanjiao {
	width: 14px;
	height: 21px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	z-index: 3
}
.comzi {
	height: 272px;
	vertical-align: middle;
	display: table-cell;
}
.comzi p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
	margin: 24px 0;
}
.comlie1 {
}
.comlie1 .comtu {
	right: 0px;
}
.comlie1 .comzi {
	padding-left: 44px;
	padding-right: 490px;
}
.comlie1 .sanjiao {
	left: 0px;
}
.comlie2 {
}
.comlie2 .comtu {
	left: 0px;
}
.comlie2 .comzi {
	padding-left: 490px;
	padding-right: 44px;
}
.comlie2 .sanjiao {
	right: 0px;
}

@media screen and (max-width:999px) {
.comlie {
	min-height: 191px;
}
.comtu {
	width: 300px;
	top: 50%;
	margin-top: -95px;
	z-index: 2
}
.comzi {
	height: 191px;
}
.comlie1 .comzi {
	padding-right: 330px;
	padding-left: 14px;
}
.comlie2 .comzi {
	padding-left: 330px;
	padding-right: 14px;
}
}

@media screen and (max-width:639px) {
.abnav a {
	font-size: 14px;
	font-size: 1.4rem;
}
.comtu {
	left: 50% !important;
	margin-left: -150px;
	top: 0px;
	margin-top: auto;
	right: auto;
}
.comzi {
	height: auto;
	padding-left: 10px !important;
	padding-right: 10px !important;
	padding-top: 210px;
}
.sanjiao {
	display: none
}
}

@media screen and (max-width:459px) {
.abnav a {
	width: 50%;
}
}
.oemti {
	text-align: center;
	font-size: 45px;
	padding-top: 2%;
	padding-bottom: 2%;
}
.oem {
	background: #f1f1f1;
}
.oem img {
	float: right;
}
.oem ul {
	padding-left: 5%;
	padding-right: 4%;
	padding-top: 2%;
	padding-bottom: 2%;
}
.oem p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
	margin: 24px 0;
	color: #333;
}
.shouhou {
	background: #f1f1f1;
}
.shouhou img {
	padding-top: 1%;
}
.shouhouh1 {
	text-align: center;
	font-size: 40px;
	font-weight: 400;
}
.shouhou div {
	align: center;
}
/***********************************************************************************  Catalogue  *******************************************************************/

.camain {
	padding-top: 73px;
	padding-bottom: 78px;
}
.cabiao {
	display: block;
	text-align: center;
}
.cabiao img {
	width: 95%;
	max-width: 290px;
	max-height: 41px;
}
.calie {
	width: 360px;
	float: left;
	margin-left: 60px;
	margin-top: 43px;
	margin-bottom: 42px;
}
.catu {
	position: relative;
	border: 1px solid #dbdbdb;
	text-align: center;
	overflow: hidden;
}
.xiazaitu {
	width: 100%;
	max-width: 358px;
	max-height: 247px;
}
.catu a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 100%;
	left: 0px;
	background: #000;
	background: rgba(0,0,0,0.5);
	filter: alpha(opacity=70);
}
.catu a img {
	width: 48px;
	height: 31px;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: 50%;
	margin-left: -24px;
}
.calie:hover .catu a {
	top: 0px;
}
.cabiao2 {
	display: block;
	font-size: 20px;
	font-size: 2rem;
	line-height: 40px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 15px;
}
.calie p a {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
	color: #4d4d4d;
	margin-top: 6px;
	height: 72px;
	overflow: hidden;
}
.yun {
	display: block;
	width: 110px;
	height: 40px;
	background: #23aefe url(../images/yun.jpg) no-repeat right center;
	padding-left: 20px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	line-height: 40px;
	border-radius: 5px;
	float: left;
	margin-top: 24px;
}
.pdf {
	display: block;
	width: 32px;
	height: 39px;
	float: left;
	margin-left: 9px;
	margin-top: 24px;
}
.pdf img {
	width: 32px;
	height: 39px;
}
.calie:hover p a, .calie:hover .cabiao2 {
	color: #23aefe;
}
.calie:hover .yun {
	border-radius: 15px;
}
.mat2 {
	margin-top: 10px;
}

@media screen and (min-width:1000px) and (max-width:1219px) {
.calie {
	width: 316px;
	margin-left: 15px;
}
}

@media screen and (max-width:999px) {
.calie {
	width: 31%;
	margin-left: 1% !important;
	margin-right: 1%;
}
.cabiao2 {
	font-size: 18px;
	font-size: 1.8rem;
}
}

@media screen and (max-width:799px) {
.calie {
	width: 48%;
	margin-left: 1% !important;
	margin-right: 1%;
}
}

@media screen and (max-width:499px) {
.calie {
	width: 98%;
	margin-left: 1% !important;
	margin-right: 1%;
}
}
/***********************************************************************************  zhengshu  *******************************************************************/

.cemain {
	padding-top: 43px;
	padding-bottom: 45px;
}
.cebiao {
	display: block;
	text-align: center;
}
.cebiao img {
	width: 95%;
	max-width: 347px;
	max-height: 42px;
}
.celie {
	width: 240px;
	position: relative;
	min-height: 276px;
	margin-top: 20px;
}
.cetu {
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
	border: 1px solid #dbdbdb;
}
.zhengshu {
	width: 198px;
	height: 276px;
}
.cefu {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 100%;
	background: #000;
	background: rgba(0,0,0,0.5);
}
.cefu img {
	width: 37px;
	height: 39px;
	position: absolute;
	left: 50%;
	margin-left: -18px;
	top: 50%;
	margin-top: -20px;
}
.celie:hover .cefu {
	top: 0px;
}
.cezi {
	padding-left: 218px;
}
.cezi a {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
	font-weight: bold;
	color: #4d4d4d;
}
.cezi p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
	color: #4d4d4d;
}
.cea {
	display: block;
	font-size: 18px !important;
	font-size: 1.8rem !important;
	color: #333 !important;
	padding-top: 12px;
	margin-bottom: 14px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.xvxian {
	width: 100%;
	height: 1px;
	padding-top: 32px;
	border-bottom: 1px dashed #dcdbdb;
	margin-bottom: -12px;
}
.mat3 {
	margin-top: 61px;
}
#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0,0,0,.8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	z-index: 99999999999999999999999999999999999999;
}
#baguetteBox-overlay.visible {
	opacity: 1
}
#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}
#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%
}
#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,.6);
	box-shadow: 0 0 8px rgba(0,0,0,.6);
}
#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0,0,0,.6);
	font-family: Verdana, Geneva, sans-serif;
}
#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}
#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -moz-transform .4s ease;
	transition: left .4s ease, transform .4s ease
}
#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}
#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}
.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}
.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50,50,50,.5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease;
}
.baguetteBox-button:hover {
	background-color: rgba(50,50,50,.9)
}
.baguetteBox-button#next-button {
	right: 2%
}
.baguetteBox-button#previous-button {
	left: 2%
}
.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}
.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}
.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}
.double-bounce1, .double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}
.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}
 @-webkit-keyframes bounceFromRight {
0% {
margin-left:0
}
50% {
margin-left:-30px
}
100% {
margin-left:0
}
}
 @keyframes bounceFromRight {
0% {
margin-left:0
}
50% {
margin-left:-30px
}
100% {
margin-left:0
}
}
 @-webkit-keyframes bounceFromLeft {
0% {
margin-left:0
}
50% {
margin-left:30px
}
100% {
margin-left:0
}
}
 @keyframes bounceFromLeft {
0% {
margin-left:0
}
50% {
margin-left:30px
}
100% {
margin-left:0
}
}
 @-webkit-keyframes bounce {
0%, 100% {
-webkit-transform:scale(0);
transform:scale(0)
}
50% {
-webkit-transform:scale(1);
transform:scale(1)
}
}
 @keyframes bounce {
0%, 100% {
-webkit-transform:scale(0);
-moz-transform:scale(0);
transform:scale(0)
}
50% {
-webkit-transform:scale(1);
-moz-transform:scale(1);
transform:scale(1)
}
}

@media screen and (min-width:1000px) and (max-width:1219px) {
.celie {
	width: 470px;
	position: relative;
	min-height: 276px;
	margin-top: 42px;
}
}

@media screen and (max-width:999px) {
.celie {
	width: 100%;
	position: relative;
	min-height: 276px;
	margin-top: 20px;
}
.xvxian {
	display: none
}
}

@media screen and (max-width:489px) {
.cetu {
	left: 50%;
	margin-left: -99px;
}
.cezi {
	padding-left: 0px;
	padding-top: 300px;
}
}
/***********************************************************************************  iso  *******************************************************************/

.isomain {
	padding-top: 43px;
	padding-bottom: 45px;
}
.isobiao {
	display: block;
	text-align: center;
}
.isobiao img {
	width: 95%;
	max-width: 353px;
	max-height: 40px;
}
.isotu {
	display: block;
	width: 464px;
	float: right;
	margin-left: 40px;
}
.isotu img {
	width: 100%;
	max-width: 464px;
	max-height: 626px;
	margin-top: 43px;
}
.isoa {
	display: block;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 40px;
	margin-top: 31px;
}
.isomain p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
	color: #4d4d4d;
	margin-top: 17px;
	margin-bottom: 23px;
}
.mat4 {
	margin-top: 37px;
}
.isomain ul {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
	color: #4d4d4d;
	margin-bottom: 24px;
}
.isomain ul li {
	color: #4d4d4d;
}
.isop {
	margin-top: auto !important;
	font-weight: bold;
	margin-bottom: auto !important;
}
.isop span {
	color: #23aefe;
}

@media screen and (max-width:839px) {
.isotu {
	float: none;
	margin: auto;
	width: 100%;
	text-align: center;
}
}
/***********************************************************************************  FEEDBACK  *******************************************************************/

.febanner {
	background: url(../images/5f93ba3ba6a21.jpg) no-repeat center bottom;
	height: 260px;
	padding-top: 106px;
}

@media screen and (min-width:1000px) and (max-width:1219px) {
.febanner {
	background: url(../images/5f93ba3ba6a21.jpg) no-repeat center bottom;
	height: 260px;
	padding-top: 106px;
}
}
.febiao {
	position: absolute;
	display: block;
	width: 200px;
	bottom: 49px;
	left: 0px;
}
.femain {
	padding-top: 48px;
	padding-bottom: 88px;
}
.febiao2 {
	display: block;
	text-align: center;
}
.febiao2 img {
	width: 95%;
	max-width: 546px;
	max-height: 34px;
}
.img-scroll4 {
	position: relative;
	z-index: 9;
	padding-top: 30px;
	margin-top: 33px;
	padding-bottom: 106px;
	border-bottom: 1px dashed #cfcfcf;
}
.fenav {
	position: absolute;
	width: 78px;
	height: 33px;
	bottom: 29px;
	left: 50%;
	margin-left: -39px;
}
.img-scroll4 .prev4, .img-scroll4 .next4 {
	position: absolute;
	display: block;
	width: 33px;
	height: 33px;
	z-index: 999
}
.img-scroll4 .prev4 {
	left: 0px;
	cursor: pointer;
	background: url(../images/feleft.jpg)
}
.img-scroll4 .next4 {
	right: 0px;
	cursor: pointer;
	background: url(../images/feright.jpg)
}
.img-scroll4 .prev4:hover {
	background: url(../images/felefth.jpg)
}
.img-scroll4 .next4:hover {
	background: url(../images/ferighth.jpg)
}
.img-list4 {
	position: relative;
	overflow: hidden;
	z-index: 99
}
.img-list4 ul {
	width: 9999px;
}
.img-list4 li {
	float: left;
	display: inline;
	width: 360px;
	margin-right: 60px;
}
.felie {
}
.fetu {
	display: block;
	background: url(../images/yinhao2.jpg) no-repeat left 106px;
	padding-left: 135px;
}
.fetu img {
	width: 145px;
	height: 145px;
	border-radius: 50%;
}
.fep1 {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
	margin-top: 27px;
	height: auto;
	
}
.fea {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 24px;
	margin-top: 18px;
}
.fep2 {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
}
.fep2 span {
	color: #999999;
	font-style: italic;
}
.febiao3 {
	display: block;
	text-align: center;
	margin-top: 35px;
}
.febiao3 img {
	width: 213px;
	height: 36px;
}
.fexin {
	margin-top: 42px;
}
.fexin .xing {
	background: url(../images/fexing.jpg) no-repeat left 25px;
}
.fexin .int1 {
	padding-left: 14px;
	float: left;
	margin-top: 11px;
}
.fexin .int1 input {
	width: 553px;
	height: 51px;
	line-height: 51px;
	padding-left: 9px;
	border: 1px solid #cfcfcf;
	font-size: 16px;
	font-size: 1.6rem;
}
.fexin .int2 {
	padding-left: 14px;
	float: right;
	margin-top: 11px;
}
.fexin .int2 input {
	width: 545px;
	height: 51px;
	line-height: 51px;
	padding-left: 17px;
	border: 1px solid #cfcfcf;
	font-size: 16px;
	font-size: 1.6rem;
}
.fexin .int3 {
	padding-left: 14px;
	margin-top: 13px;
}
.fexin .int3 input {
	width: 1173px;
	height: 51px;
	line-height: 51px;
	padding-left: 9px;
	border: 1px solid #cfcfcf;
	font-size: 16px;
	font-size: 1.6rem;
}
.fexin .int3 textarea {
	width: 1173px;
	height: 191px;
	line-height: 40px;
	padding-left: 9px;
	border: 1px solid #cfcfcf;
	font-size: 16px;
	font-size: 1.6rem;
}
.fexin .int3.xing {
	background: url(../images/fexing.jpg) no-repeat left 20px;
}
.fexin .int4 {
	padding-left: 14px;
	margin-top: 11px;
	float: left;
}
.fexin .int4 input {
	width: 331px;
	height: 46px;
	line-height: 46px;
	padding-left: 9px;
	border: 1px solid #cfcfcf;
	font-size: 16px;
	font-size: 1.6rem;
}
.feyanzheng {
	width: 204px;
	height: 50px;
	float: left;
	margin-top: 11px;
	margin-left: 17px;
	float: left;
	cursor: pointer;
}
.fexin .int5 {
	width: 251px;
	height: 50px;
	background: #23aefe;
	margin-top: 11px;
	float: left;
	margin-left: 57px;
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
}
.fexin .int5:hover {
	background: #59a30c;
}

@media screen and (min-width:1000px) and (max-width:1219px) {
.img-list4 li {
	width: 465px;
	margin-right: 55px;
}
.fexin .int1 input {
	width: 453px;
}
.fexin .int2 input {
	width: 453px;
	padding-left: 9px;
}
.fexin .int3 input {
	width: 954px;
}
.fexin .int3 textarea {
	width: 954px;
}
}

@media screen and (max-width:999px) {
.img-list4 ul {
	width: 1000%;
}
.img-list4 li {
	width: 4.89%;
	margin-right: 0.2%;
}
.fexin .int1 {
	float: none;
}
.fexin .int1 input {
	width: 95%;
}
.fexin .int2 {
	float: none;
}
.fexin .int2 input {
	width: 95%;
	padding-left: 9px;
}
.fexin .int3 input {
	width: 95%;
}
.fexin .int3 textarea {
	width: 95%;
}
.fexin .int4 {
	width: 25%;
}
.fexin .int4 input {
	width: 95%;
}
.fexin .int5 {
	width: 25%;
	margin-left: 17px;
}
}

@media screen and (max-width:759px) {
.img-list4 li {
	width: 10%;
	margin-right: 0.5%;
}
}

@media screen and (max-width:639px) {
.fexin .int4 {
	width: auto;
	float: none
}
.fexin .int4 input {
	width: 95%;
}
.feyanzheng {
	margin-left: 14px;
}
}

@media screen and (max-width:430px) {
.fezi {
	padding-left: 0px;
	padding-top: 150px;
}
.fexin .int1 {
	float: none;
}
.fexin .int1 input {
	width: 90%;
}
.fexin .int2 {
	float: none;
}
.fexin .int2 input {
	width: 90%;
}
.fexin .int3 input {
	width: 90%;
}
.fexin .int3 textarea {
	width: 90%;
}
.fexin .int4 input {
	width: 90%;
}
.fexin .int5 {
	width: 90%;
	margin-left: 14px;
}
}
/***********************************************************************************  project  *******************************************************************/

.pjbanner {
	background: url(../images/5f93bbbd4dc7a.jpg) no-repeat center bottom;
	height: 260px;
	padding-top: 106px;
}

@media screen and (min-width:1000px) and (max-width:1219px) {
.pjbanner {
	background: url(../images/5f93bbbd4dc7a.jpg) no-repeat center bottom;
	height: 260px;
	padding-top: 106px;
}
}

@media screen and (max-width:999px) {
.pjbanner {
	background: url(../images/pjbanner2.jpg) no-repeat center bottom;
	height: 260px;
	padding-top: 106px;
}
}
.pjbiao {
	position: absolute;
	display: block;
	width: 178px;
	bottom: 39px;
	left: 0px;
}
.pjl {
	padding-bottom: 15px;
}
.pjl .subNav a {
	display: block;
}
.pjlie {
	position: relative;
	min-height: 192px;
	margin-top: 37px;
	margin-bottom: 44px;
}
.pjtu {
	display: block;
	width: 285px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.pjtu img {
	width: 100%;
	max-width: 285px;
	max-height: 192px;
}
.pjzi {
	padding-left: 314px;
}
.pjbiao2 {
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 24px;
	padding-top: 6px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.pjzi p a {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
	color: #4d4d4d;
	margin-top: 14px;
	height: 72px;
	overflow: hidden;
}
.pjmor {
	display: block;
	width: 117px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	background: #23aefe;
	border-radius: 5px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	margin-top: 28px;
}
.pjzi:hover .pjbiao2 {
	color: #23aefe;
}
.pjzi:hover p a {
	color: #23aefe;
}
.pjzi:hover .pjmor {
	background: #4e8b10;
}
.jvzuo {
	float: left;
	margin-top: 6px;
	margin-bottom: -10px;
}

@media screen and (max-width:999px) {
.pjzi {
	padding-left: 0px;
	padding-top: 210px;
}
.pjtu {
	left: 50%;
	margin-left: -143px;
}
.pjzi p a {
	height: auto;
}
}
/***********************************************************************************  project2  *******************************************************************/

.pjh1 {
	font-size: 24px;
	font-size: 2.4rem;
	left: 24px;
	font-weight: bold;
	margin-top: 36px;
}
.pjxiang {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
	margin-top: 31px;
}

@media screen and (max-width:999px) {
.pjh1 {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	margin-top: 36px;
}
}
/*****************************************************************************  contact  **************************************************************/

.cobanner {
	background: url(../images/5f93bcf8ee701.jpg) no-repeat center bottom;
	height: 260px;
	padding-top: 106px;
}

@media screen and (min-width:1000px) and (max-width:1219px) {
.cobanner {
	background: url(../images/5f93bcf8ee701.jpg) no-repeat center bottom;
	height: 260px;
	padding-top: 106px;
}
}

@media screen and (max-width:999px) {
.cobanner {
	background: url(../images/cobanner2.jpg) no-repeat center bottom;
	height: 260px;
	padding-top: 106px;
}
}
.cobiao2 {
	position: absolute;
	display: block;
	width: 251px;
	bottom: 49px;
	left: 0px;
}
.comain {
	background: url(../images/coditu.jpg) no-repeat top center;
	padding-bottom: 87px;
	margin-top: 45px;
}
.colie {
	float: left;
	text-align: center;
	margin-top: 34px;
}
.codianhua {
	width: 150px;
}
.coxinfeng {
	width: 175px;
	float: left;
	margin-left: 55px;
}
.coshouji {
	width: 140px;
	float: left;
	margin-left: 58px;
}
.codingwei {
	width: 320px;
	float: left;
	margin-left: 50px;
}
.cotu {
	display: block;
}
.cotu img {
	width: 80px;
	height: 80px;
}
.colie p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 28px;
	color: #4d4d4d;
	margin-top: 18px;
}
.colie li {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
	margin-top: 5px;
}
.cotr {
	border: 1px solid #92ca5b;
	width: 196px;
	float: right;
	margin-top: 34px;
	padding-top: 4px;
	padding-bottom: 15px;
}
.cotr ul {
	padding-left: 17px;
}
.cotr ul li {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 39px;
	padding-left: 40px;
	margin-top: 13px;
}
.coqq {
	background: url(../images/coqq.jpg) no-repeat left center;
}
.cos {
	background: url(../images/cos.png) no-repeat left center;
}
.coapp {
	background: url(../images/coapp.png) no-repeat left center;
}
.cotr ul li a:hover, .colie li a:hover {
	color: #92ca5b;
}
.cubiao {
	text-align: center;
	padding-top: 62px;
}
.cubiao img {
	width: 95%;
	max-width: 351px;
	max-height: 31px;
}
.cubiao p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 26px;
	color: #8a8a8a;
	margin-top: 10px;
}
.cuxin {
	margin-top: 20px;
}
.xinl {
	width: 462px;
	float: left;
}
.xinr {
	width: 666px;
	float: right;
}
.cuxin .int1 {
	padding-left: 18px;
	margin-top: 19px;
}
.cuxin .xing {
	background: url(../images/xing.png) no-repeat left 22px;
}
.cuxin .int1 input {
	width: 439px;
	height: 46px;
	border: 1px solid #d9d9d9;
	padding-left: 40px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 46px;
}
.cuxin .curen {
	background: #fff url(../images/coren.jpg) no-repeat left center;
}
.cuxin .cuxinfeng2 {
	background: #fff url(../images/coxinfeng.jpg) no-repeat left center;
}
.cuxin .cudianhua2 {
	background: #fff url(../images/codianhua.jpg) no-repeat left center;
}
.cuxin .cufangzi2 {
	background: #fff url(../images/cofang.jpg) no-repeat left center;
}
.cuxin .int2 {
	padding-left: 18px;
	margin-top: 19px;
}
.cuxin .int3 {
	padding-left: 18px;
	margin-top: 18px;
}
.cuxin textarea {
	width: 605px;
	height: 186px;
	border: 1px solid #d9d9d9;
	padding-left: 40px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 46px;
	background: #fff url(../images/cobiji.jpg) no-repeat left top;
}
.cuxin .int4 {
	width: 229px;
	height: 46px;
	border: 1px solid #d9d9d9;
	padding-left: 11px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 46px;
	float: left;
}
.cuxin .cuyanzheng {
	width: 161px;
	height: 50px;
	float: left;
	margin-left: 8px;
	cursor: pointer;
}
.cuxin .int5 {
	width: 200px;
	height: 50px;
	border: none;
	background: #23aefe;
	float: right;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}
.ditu {
	width: 1181px;
	height: 512px;
	margin-left: 18px;
	margin-top: 50px;
}
.cuxin .int5:hover {
	background: #4e8b10;
}

@media screen and (min-width:1000px) and (max-width:1219px) {
.cul {
	width: 650px;
}
.codianhua {
	width: 130px;
}
.coxinfeng {
	width: 155px;
	float: left;
	margin-left: 20px;
}
.coshouji {
	width: 120px;
	float: left;
	margin-left: 20px;
}
.codingwei {
	width: 300px;
	float: left;
	margin-left: 20px;
}
.colie li {
	font-size: 12px;
	font-size: 1.2rem;
}
.xinl {
	width: 400px;
}
.xinr {
	width: 564px;
}
.cuxin .int1 input {
	width: 337px;
}
.cuxin textarea {
	width: 503px;
}
.cuxin .int4 {
	width: 179px;
}
.cuxin .int5 {
	width: 150px;
}
.ditu {
	margin-left: auto;
	width: 100%;
	height: auto;
	max-width: 1181px;
	max-height: 512px;
}
}

@media screen and (max-width:999px) {
.cul {
	width: 100%;
}
.cur {
	width: 100%;
	margin-top: 20px;
}
.colie {
	width: 25% !important;
	margin-left: auto;
}
.colie li {
	font-size: 12px;
	font-size: 1.2rem;
}
.cotr {
	width: 100%;
}
.cotr ul {
	float: left;
	margin-left: 15px;
}
.xinl {
	width: 100%;
}
.xinr {
	width: 100%;
}
.cuxin .int1 input {
	width: 92.3%;
}
.cuxin textarea {
	width: 92.3%;
}
.cuxin .int4 {
	width: 30%;
}
.cuxin .int5 {
	width: 30%;
	float: left;
	margin-left: 10px;
}
.ditu {
	margin-left: auto;
	width: 100%;
	height: auto;
	max-width: 1181px;
	max-height: 512px;
}
}

@media screen and (max-width:729px) {
.colie {
	width: 50% !important;
}
}

@media screen and (max-width:639px) {
.xinl {
	width: 100%;
}
.xinr {
	width: 100%;
}
.cuxin .int1 input {
	width: 88.5%;
}
.cuxin textarea {
	width: 88.5%;
}
.cuxin .int4 {
	width: 30%;
}
.cuxin .cuyanzheng {
	float: left;
	margin-left: 10px;
}
.cuxin .int5 {
	width: 100%;
	margin-top: 20px;
	margin-left: auto;
}
.ditu {
	margin-left: auto;
}
.cotrbiao {
	margin-left: 9px;
}
.cokefu {
	margin-left: 9px;
}
.cotr ul {
	float: left;
	margin-left: 5px;
}
}

@media screen and (max-width:419px) {
.colie {
	width: 100% !important;
}
.cul ul {
	width: 97%;
	margin-left: 1.5%;
	margin-right: 1.5%;
	margin-bottom: 20px;
}
.cuxin .int1 input {
	width: 84.5%;
}
.cuxin textarea {
	width: 84.5%;
}
}
#content4 table, .pjxiang table {
	width: 97%;
	border-collapse: collapse;
	line-height: 24px;
	word-break: break-all;
}
#content4 tr td, .pjxiang tr td {
	line-height: 24px;
	padding: 5px;
	border: 1px solid #dddddd;
}
#content4 tr td, .pjxiang tr td strong {
	padding: 7px;
}
#content4 a, .pjxiang a {
	color: #23aefe;
}
#content4 img, .pjxiang img {
	max-width: 100%;
}
#content4 tr:hover {
	background-color: #CCC;
}
.daohang>li.woqu {
	position: inherit;
}
.pryiji {
	width: 100%;
	position: absolute;
	left: -320px;
	padding-top: 10px;
	padding-bottom: 30px;
	top: -99999px;
}
.pryiji zong {
	background: #FFF;
}
.xialalie {
	width: 15%;
	height: 200px;
	float: left;
	margin-left: 1%;
margin-right:1s%;
	margin-top: 10px;
}
.xialatu {
	display: block;
	text-align: center;
}
.xialatu img {
	width: 100%;
	max-width: 85px;
	max-height: 85px;
}
.xialatu img:hover {
	border-bottom: 1px solid #23aefe;
}
.xialazi {
	display: block;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	font-size: 1.4rem;
}
.xialazi:hover {
	background: #23aefe;
	border-radius: 0px !important;
	color: #FFFFFF;
}
.daohang>li:hover .pryiji {
	top: 30px;
}

@media screen and (max-width:999px) {
.pryiji {
	display: none;
}
}
.dibuzuiding {
	background: #fff; /*position:fixed;*/
	z-index: 9999999999;
	width: 100%;
}
.distributors3 {
	margin-top: 50px;
	padding-bottom: 30px;
}
.distributors3 p {
	font-size: 30px;
	font-size: 3rem;
}
.distributors2 {
	margin-top: 50px;
	padding-bottom: 30px;
}
.distributors2 p {
	font-size: 30px;
	font-size: 3rem;
}
.distributors1 {
	margin-top: 50px;
	padding-bottom: 60px;
}
.distributors1 p {
	font-size: 30px;
	font-size: 3rem;
}
.theme-buy {
	text-align: center;
}
.theme-gobuy, .theme-signin {
	font-size: 15px;
}
.theme-desc {
}
.theme-version {
}
.theme-popover {
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	display: none;
}
.theme-poptit {
	padding: 12px 12px 0 12px;
	padding-top: 0px;
	position: relative;
}
.kexin {
	top: 50%;
	left: 50%;
	width: 647px;
	height: 475px;
	margin: -188px 0 0 -324px;
	position: absolute;
	background: #fff;
}
.theme-poptit .close {
	float: right;
	width: 30px;
	height: 30px;
	background: url(../images/guanbi.jpg)
}
.theme-poptit .close:hover {
	color: #444;
}
.theme-poptit h3 {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #000;
	font-family: 'kalinga';
	text-align: center;
	line-height: 20px;
	margin-bottom: auto;
}
.denglu {
	width: 543px;
	margin: auto;/* margin-top:13px;*/
}
.denglu .int1 {
	width: 249px;
	float: left; /*margin-bottom:12px;*/
}
.denglu .int2 {
	width: 249px;
	float: right; /*margin-bottom:12px;*/
}
.denglu .int1 p, .denglu .int2 p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 30px;
	margin-top: 5px;
}
.denglu .int1 input, .denglu .int2 input {
	width: 236px;
	height: 26px;
	border: 1px solid #999999;
	margin-top: 2px;
	padding-left: 10px;
}
.denglu .int3 {
	display: block;
	width: 163px;
	height: 39px;
	border-radius: 20px;
	background: #23aefe;
	margin: auto;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 31px;
}

@media screen and (max-width:719px) {
.kexin {
	width: 96%;
	left: 0px;
	margin-left: 2%;
}
.denglu {
	width: 280px;
}
.denglu .int1 {
	width: 135px;
}
.denglu .int2 {
	width: 135px;
}
.denglu .int1 input, .denglu .int2 input {
	width: 123px;
}
.theme-poptit h3 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 20px;
}
}
.nexiang img {
	max-width: 100%;
	height: auto;
}
.youlian a:hover {
	color: #C60;
}
.youtube {
	position: relative;
	padding-top: 56.25%;
}
.youtube1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.tab-options {
	float: left;
	width: 17%;
	margin-right: 3%;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
	border: solid 1px #E7E7E7;
}
.tab-options li:hover {
	background: #23aefe;
	color: #FFFFFF;
}
.tab-options li {
	cursor: pointer;
}
.tab-options li a {
	display: block;
	font-size: 1.3rem;
	line-height: 24px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 8px;
	border-bottom: solid 1px #E7E7E7;
	position: relative;
}
.tab-options li a:hover{color: #fff;}
.tab-content {
	width: 71%;
	float: left;
}
.nomargin {
	margin-top: 0!important;
	margin-bottom: 0!important;
}
.xz_desc {
	height: 66px;
	overflow: hidden;
}
.prr .ppp {
	font-size: 16px;
	margin-top: 30px;
	display: block;
}
.tagkey {
	font-size: 16px;
	margin-top: 30px;
	display: block;
	line-height: 28px;
}
.m-kefu-chat.mobile-hide {
	right: 6px!important;
}
.mat1 {
	margin-top: 60px!important;
}

@media screen and (max-width:1219px) {
.mat1 {
	margin-top: 50px!important;
}
}

@media screen and (max-width:999px) {
.mat1 {
	margin-top: auto!important;
}
}
.listcart {
	width: 100%;
	text-align: center;
}
.listcart a {
	display: inline-block;
	height: 30px;
	width: 200px;
	line-height: 30px;
	overflow: hidden;
	color: #fff;
	cursor: pointer;
	border: solid 1px #23aefe;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	margin-left: 10px;
	border-radius: 15px;
	background-color: #23aefe;
}
.listcart a:hover {
	background: #fff;
	color: #333;
}
.xunpanc {
	margin-top: 20px;
}
.xunpanc .table {
	margin-top: 0;
}
.xunpanc table tr td {
	border: 1px solid #ccc;
	text-align: left;
}
.xunpanc table tr td a:hover {
	color: #23aefe;
}
