body {
	max-width: 1920px;
	margin: auto;
}

.wrapper {
	margin: auto;
	width: 90%;
	max-width: 1200px;
}

.hei100 {
	height: 100%;
}

.hei50 {
	height: 50%;
}

.wid50 {
	width: 50%;
}

.wid25 {
	width: 25%;
}

.pos_re {
	position: relative;
}

.pos_re>a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
}


.editor {
	font-size: 14px;
	color: #666;
	line-height: 30px;
}

.editor img {
	height: auto !important;
	margin: 12px 0;
}

.editor iframe,
.editor embed {
	max-width: 100%;
	margin: 12px 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.f12 {
	font-size: 12px;
}

.f14 {
	font-size: 14px;
}

.f16 {
	font-size: 16px;
}

.f18 {
	font-size: 18px;
}

.f20 {
	font-size: 20px;
}

.f22 {
	font-size: 22px;
}

.f24 {
	font-size: 24px;
}

.f26 {
	font-size: 26px;
}

.f30 {
	font-size: 30px;
}


.black {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 12;
}

.jinx {
	font-size: 14px;
	color: #000;
	cursor: pointer
}

.jinx .img {
	position: fixed;
	top: 50%;
	margin-left: -100px;
	margin-top: -130px;
	left: 50%;
	display: none;
	z-index: 13
}

.jinx .img img {
	max-width: 200px
}

.phone {
	display: none;
}

.line2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	height: 48px;
}

.close {
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background: #000 url(../images/close.png) no-repeat center center/28px;
}

.san {
	margin-top: 24px;
	box-sizing: border-box;
	cursor: pointer;
	width: 26px;
	height: 20px;
	position: relative;
	float: right;
	display: none;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.san span {
	width: 100%;
	position: absolute;
	;
	height: 1px;
	background: #0065b4;
	display: block;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.san span:nth-child(1) {
	top: 0;
}

.san span:nth-child(2) {
	top: 50%;
	margin-top: -1px;
}

.san span:nth-child(3) {
	bottom: 0;
}

.san.cur span:nth-child(1) {
	top: 50%;
	margin-top: -1px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.san.cur span:nth-child(2) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.san.cur span:nth-child(3) {
	display: none;
}




.logo {
	padding: 30px 0;
}

.slogan {
	border-left: 1px solid #999;
	margin: 38px 0 38px 10px;
	padding-left: 7px;
}

.slogan b {
	color: #000;
}

.slogan p {
	color: #333;
}

.header-top {
	border-bottom: 1px solid #eaeaea;
}

.header-top .tel {
	background: url(../images/icon1.png) no-repeat left center;
	padding-left: 35px;
	margin: 30px 0;
}

.header-top .tel p {
	color: #666;
}

.header-top .tel h6 {
	color: #00a1e1;
}

.language {
	margin: 38px 0;
	display: none
}

.language a {
	color: #fff;
	width: 68px;
	line-height: 33px;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	border-radius: 3px;
}

.language a:nth-child(1) {
	background: #00a1e1;
	margin: 0 10px 0 32px;
}

.language a:nth-child(2) {
	background: #e59442;
}

.header {
	line-height: 50px;
}

.nav>ul>li {
	float: left;
	font-size: 16px;
	color: #333;
}

.nav>ul>li>a {
	color: #333;
	display: block;
	padding: 0 44px;
}

.nav>ul>li.active a {
	background: #00a1e1;
	color: #fff;
}

.nav>ul>li:hover a {
	color: #00a1e1;
}
.tianm{
	display: none;
}
.tianm a {
	font-size: 14px;
	color: #666;
	background: url(../images/icon2.png) no-repeat left center;
	padding-left: 25px;
}

.tianm a:hover {
	color: #ff002b;
}

.sy-banner .swiper-pagination-bullet-active {
	background: #fff;
}



.sy-content {
	padding: 55px 0 40px;
	background: #f5f5f5;
}

.sy-tit {
	text-align: center;
}

.sy-tit h6 {
	color: #3f3f3f;
}

.sy-tit img {
	display: block;
	margin: 15px auto 20px;
}

.sy-tit h5 {
	color: #3f3f3f;
}



.sy-content .swiper-container {
	margin-top: 45px;
}

.sy-content .swiper-slide {
	text-align: center;
}

.sy-content .swiper-slide:hover .pic {
	background: #e59442;
}

.sy-content .swiper-slide:hover p {
	color: #e59442;
}

.sy-content .pic {
	border-radius: 3px;
	background: #00a1e1;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 90px;
}

.sy-content p {
	color: #666;
	margin-top: 20px;
}

.sy-content2 {
	padding: 64px 0 90px;
}

.sy-content2 .swiper-slide {
	text-align: center;
}

.sy-content2 p {
	color: #333;
	margin: 52px 0 30px;
}

.sy-content2 h6 {
	color: #666;
	display: none;
	margin-bottom: 40px;
}

.sy-content2 .box {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, .4);
}

.sy-content2 .pic {
	padding: 20px;
	box-sizing: border-box;
}

.sy-content2 .pic img {
	max-height: 332px
}

.sy-content2 .btm {
	position: relative;
}

/*.sy-content2 .swiper-slide-active{border: 1px solid #e59442;}*/
.sy-content2 .swiper-slide-active .box {
	background: none;
}

.sy-content2 .swiper-slide-active h6 {
	display: block;
}

.sy-content2 .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	width: 45px;
	height: 45px;
	background: url(../images/next2.png) no-repeat center center;
}

.sy-content2 .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	width: 45px;
	height: 45px;
	background: url(../images/prev2.png) no-repeat center center;
	;
}

.sy-content2 .swiper-button-prev.swiper-button-disabled {
	background: url(../images/prev1.png) no-repeat center center;
}

.sy-content2 .swiper-button-next.swiper-button-disabled {
	background: url(../images/next1.png) no-repeat center center;
}



.sy-content3 {
	padding: 70px 0;
}

.sy-content3 .wenz {
	background: url(../images/sy4.png) no-repeat center center/cover;
	margin: 50px auto 0;
	color: #fff;
	width: 49%;
	text-align: center;
	height: 590px;
}

.sy-content3 .text1 {
	font-size: 48px;
	margin-bottom: 18px;
}

.sy-content3 .text2 {
	margin-top: 20px;
}

.sy-content3 .wrapper {
	position: relative;
}

.sy-content3 .box1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 20%;
}

.sy-content3 .box2 {
	position: absolute;
	right: 0;
	top: 0;
	width: 20%;
	text-align: right;
}

.sy-content3 .box3 {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 20%;
}

.sy-content3 .box4 {
	position: absolute;
	bottom: 30px;
	right: 0;
	width: 20%;
	text-align: right;
}

.sy-content3 .box1:before {
	top: 11px;
	left: 116px;
	content: "";
	display: block;
	width: 317px;
	height: 38px;
	position: absolute;
	background: url(../images/sy5.png) no-repeat center center;
}

.sy-content3 .box2:before {
	top: 15px;
	right: 131px;
	content: "";
	display: block;
	width: 292px;
	height: 38px;
	position: absolute;
	background: url(../images/sy6.png) no-repeat center center;
}

.sy-content3 .box3:before {
	bottom: -38px;
	left: 112px;
	content: "";
	display: block;
	width: 328px;
	height: 51px;
	position: absolute;
	background: url(../images/sy8.png) no-repeat center center;
}

.sy-content3 .box4:before {
	bottom: -38px;
	right: 84px;
	content: "";
	display: block;
	width: 351px;
	height: 51px;
	position: absolute;
	background: url(../images/sy7.png) no-repeat center center;
}

.sy-content3 h3 {
	color: #009ddc;
	transition: all 1s;
}

.sy-content3 p {
	color: #666;
	line-height: 24px;
	margin-top: 18px;
}

.sy-content3 .box1:hover h3 {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
}

.sy-content3 .box2:hover h3 {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
}

.sy-content3 .box3:hover h3 {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
}

.sy-content3 .box4:hover h3 {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
}



.sy-content4 {
	padding: 80px 0 90px;
}

.sy-content4 .sy-tit {
	margin-bottom: 68px;
}

.sy-content4 .left {
	width: 50%;
}

.sy-content4 .pic {
	width: 44%;
	overflow: hidden;
	max-height: 362px;
}

.sy-content4 .pic:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.sy-content4 h3 {
	color: #333;
	font-weight: 700;
}

.sy-content4 p {
	color: #666;
	line-height: 36px;
	margin: 44px 0 99px;
}

.sy-content4 a {
	margin-right: 10px;
	display: inline-block;
	padding: 13px 26px;
	background: #cecece;
	color: #fff;
	font-size: 14px;
}

.sy-content4 a:hover {
	background: #e17f00;
}



.sy-content5 {
	padding: 80px 0;
}

.sy-content5 .pic {
	overflow: hidden;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 158px;
}

.sy-content5 .swiper-container {
	margin-top: 35px;
}

.sy-content5 .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	position: relative;
	margin-top: 30px;
}

.sy-content5 .swiper-pagination-bullet {
	background: none;
	border: 1px solid #e17f00;
	opacity: 1;
}

.sy-content5 .swiper-pagination-bullet-active {
	background: #e17f00;
}

.sy-content5 .pic:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}


.sy-content6 {
	padding: 80px 0;
}

.sy-content6 .left {
	width: 50%;
}

.sy-content6 .right {
	width: 48%;
}

.sy-content6 .left .text1 {
	color: #999;
	margin: 30px 0 15px;
}

.sy-content6 .left .text2 {
	color: #333;
}

.sy-content6 .left .text3 {
	color: #333;
	line-height: 24px;
	margin-top: 15px;
}

.sy-content6 .right li {
	padding: 18px 30px;
	box-sizing: border-box;
	background: #f5f5f5;
	border-bottom: 1px solid #fff;
}

.sy-content6 .right li:hover {
	background: #e17f00;
}

.sy-content6 .right li:hover b {
	color: #fff;
}

.sy-content6 .right li:hover h3 {
	color: #fff;
}

.sy-content6 .right li:hover h4 {
	color: #fff;
}

.sy-content6 .right li:hover p {
	color: #fff;
}

.sy-content6 .date {
	width: 14%;
	padding-right: 20px;
	box-sizing: border-box;
	border-right: 1px solid #dcdcdc;
	text-align: center;
}

.sy-content6 .date b {
	color: #333;
}

.sy-content6 .date h3 {
	color: #333;
	margin-top: 10px;
}

.sy-content6 .wenz {
	width: 80%;
}

.sy-content6 .wenz h4 {
	color: #333;
	font-weight: 700;
}

.sy-content6 .wenz p {
	color: #333;
	line-height: 24px;
	margin-top: 5px;
}

.sy-content6 .sy-tit {
	margin-bottom: 40px;
}



.footer {
	padding: 30px 0 0;
}

.footer ul {
	width: 76%;
}

.footer li {
	float: left;
	width: 20%;
}

.footer dd {
	font-size: 16px;
	color: #fff;
	margin-bottom: 15px;
}

.footer dt {
	font-size: 14px;
	margin-bottom: 10px;
}

.footer a {
	color: #b3b3b3;
}

.footer a:hover {
	color: #fff;
}

.footer .ftp_right {
	width: 21%;
}

.footer .wx {
	background: #0193d7;
	padding: 15px;
	box-sizing: border-box;
}

.footer .wx .left {
	width: 50%;
}

.footer p {
	color: #fff;
	font-size: 16px;
	margin-top: 10px;
	line-height: 30px;
}

.footer .sao {
	text-align: center;
	width: 48%;
}

.hottel {
	font-size: 16px;
	color: #fff;
	margin-top: 10px;
}

.ftm {
	color: #b3b3b3;
	border-top: 1px solid #666;
	line-height: 40px;
	margin-top: 50px;
}




.ny-banner {
	height: 510px;
}

.ny-banner .table-cell {
	text-align: center;
}

.ny-banner .wenz {
	text-align: center;
	color: #fff;
	display: inline-block;
	position: relative;
}

.ny-banner .wenz:before {
	top: -10px;
	left: -139px;
	content: "";
	position: absolute;
	display: block;
	background: url(../images/sy25.png) no-repeat center center;
	width: 426px;
	height: 99px;
}

.ny-banner h6 {
	font-size: 36px;
	margin-bottom: 10px;
}


.navbar {
	line-height: 90px;
	background: #f5f5f5;
}

.navbar li {
	float: left;
	font-size: 16px;
}

.navbar li a {
	padding: 0 40px;
	display: block;
	color: #333;
}

.navbar li a:hover {
	color: #00a1e1;
}

.navbar li.active a {
	background: #fff;
	border-bottom: 2px solid #00a1e1;
	color: #00a1e1;
}


.pad {
	padding: 55px 0 65px;
}

.guide_main li {
	padding: 25px 0;
	text-align: center;
	box-sizing: border-box;
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 2%;
	border: 1px solid #EAEAEA;
}

.guide_main li:nth-child(4n) {
	margin-right: 0;
}

.guide_main p,
.tab_cont p {
	color: #333;
	margin: 20px 0;
	font-size: 16px;
}

.guide_main li .pic,
.tab_cont li .pic {
	overflow: hidden;
	max-height: 253px;
}

.guide_main li:hover img,
.tab_cont li:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.guide_main li a,
.tab_cont li a {
	display: inline-block;
	padding: 8px 14px;
	background: #dedede;
	color: #fff;
	border-radius: 3px;
}

.guide_main li a:hover,
.tab_cont li a:hover {
	background: #00a1e1;
}

.load {
	text-align: center;
	margin-top: 10px;
}

.load a {
	background: #f5f5f5 url(../images/sy27.jpg) no-repeat right 20px center;
	display: inline-block;
	color: #666;
	font-size: 16px;
	padding: 15px 65px 15px 30px;
}

.load a:hover {
	color: #00a1e1;
	background: #f5f5f5 url(../images/z7.png) no-repeat right 20px center;
}

.tab_cont {
	margin-top: 30px
}

.tab_cont li {
	padding: 25px 0;
	text-align: center;
	box-sizing: border-box;
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 2%;
	border: 1px solid #EAEAEA;
}




.dealer table {
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
	margin-top: 30px;
}

.dealer table thead tr {
	background: #f5f5f5;
}

.dealer table thead td {
	font-size: 16px;
}

.dealer table td {
	font-size: 14px;
	color: #333;
	padding: 15px 40px;
}

.dealer table td:nth-child(1),
.dealer table td:nth-child(2) {
	width: 25%;
}

.dealer table td:nth-child(3) {
	width: 50%;
}

.dealer table tbody tr {
	border-bottom: 1px dashed #EAEAEA;
}



.sidebar h6 {
	color: #333;
	border-left: 5px solid #00a1e1;
	padding-left: 10px;
	line-height: 22px;
}

.sidebar p {
	color: #666;
	margin-top: 5px;
	padding-left: 15px;
}

.support_main .btm {
	margin-top: 40px;
}

.support_main .btm li {
	margin-bottom: 20px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	padding: 20px;
	box-sizing: border-box;
}

.support_main .btm h5 {
	color: #333;
}

.support_main .btm p {
	color: #666;
	margin-top: 5px;
}

.support_main .btm li:hover {
	box-shadow: 0 0 10px rgba(1, 147, 215, .8);
}



.zhuce {
	padding: 55px 0 200px;
}

.zhuce form {
	margin-top: 50px;
}

.zhuce .input {
	margin-bottom: 20px;
	width: 32%;
	float: left;
	margin-right: 2%;
	box-sizing: border-box;
}

.zhuce .input:nth-child(3n) {
	margin-right: 0;
}

.zhuce p {
	margin-bottom: 5px;
	height: 19px;
}

.zhuce input[type=text] {
	width: 100%;
	line-height: 46px;
	border: none;
	background: #f5f5f5;
	box-sizing: border-box;
	padding: 0 10px;
}

.zhuce select {
	width: 100%;
	line-height: 46px;
	border: none;
	box-sizing: border-box;
	padding: 0 10px;
	background: #f5f5f5 url(../images/sy30.png) no-repeat right 10px center;
}

.zhuce input[type=button] {
	cursor: pointer;
	width: 40%;
	line-height: 46px;
	border: none;
	background: #00a1e1;
	color: #fff;
	font-size: 14px;
}

.zhuce .input:last-child {
	text-align: left;
}

.zhuce .input:nth-child(5) input {
	background: #f5f5f5 url(../images/sy30.png) no-repeat right 10px center;
}




/*日历*/
.date_selector,
.date_selector * {
	width: auto;
	height: auto;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
	text-align: left;
	text-decoration: none;
}

.date_selector {
	background: #fbfbfb;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 0;
	margin-top: -1px;
	position: absolute;
	z-index: 100000;
	display: none;
	border-radius: 3px;
	box-shadow: 0 0 5px #aaa;
	box-shadow: 0 2px 2px #ccc;
	width: 220px;
}

.date_selector_ieframe {
	position: absolute;
	z-index: 99999;
	display: none;
}

.date_selector .nav {
	width: 17.5em;
}

.date_selector .nav p {
	clear: none;
}

.date_selector .month_nav,
.date_selector .year_nav {
	margin: 0 0 3px 0;
	padding: 0;
	display: block;
	position: relative;
	text-align: center;
}

.date_selector .month_nav {
	float: left;
	width: 55%;
}

.date_selector .year_nav {
	float: right;
	width: 42%;
	margin-right: -8px;
}

.date_selector .month_name,
.date_selector .year_name {
	font-weight: bold;
	line-height: 20px;
}

.date_selector .button {
	display: block;
	position: absolute;
	top: 0;
	width: 18px;
	height: 18px;
	line-height: 16px;
	font-weight: bold;
	color: #5985c7;
	text-align: center;
	font-size: 12px;
	overflow: hidden;
	border: 1px solid #ccc;
	border-radius: 2px;
}

.date_selector .button:hover,
.date_selector .button.hover {
	background: #5985c7;
	color: #fff;
	cursor: pointer;
	border-color: #3a930d;
}

.date_selector .prev {
	left: 0;
}

.date_selector .next {
	right: 0;
}

.date_selector table {
	border-spacing: 0;
	border-collapse: collapse;
	clear: both;
	margin: 0;
	width: 220px;
}

.date_selector th,
.date_selector td {
	width: 2.5em;
	height: 2em;
	padding: 0 !important;
	text-align: center !important;
	color: #666;
	font-weight: normal;
}

.date_selector th {
	font-size: 12px;
}

.date_selector td {
	border: 1px solid #f1f1f1;
	line-height: 2em;
	text-align: center;
	white-space: nowrap;
	color: #5985c7;
	background: #fff;
}

.date_selector td.today {
	background: #eee;
}

.date_selector td.unselected_month {
	color: #ccc;
}

.date_selector td.selectable_day {
	cursor: pointer;
}

.date_selector td.selected {
	background: #2b579a;
	color: #fff;
	font-weight: bold;
}

.date_selector td.selectable_day:hover,
.date_selector td.selectable_day.hover {
	background: #5985c7;
	color: #fff;
}



.ny-banner.pro h6 {
	color: #00a1e1;
}

.ny-banner.pro h5 {
	color: #e59442;
}

.product {
	padding-bottom: 90px;
}

.product li {
	position: relative;
}

.product .pic {
	float: left;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	width: 50%;
}

.product .wenz {
	box-sizing: border-box;
	width: 48%;
	padding: 100px 19% 100px 0;
	float: right;
	text-align: right;
}

.product .wenz h6 {
	color: #333;
	font-weight: 700;
}

.product .wenz p {
	color: #666;
	line-height: 24px;
	margin: 30px 0 70px;
}

.product .wenz a {
	display: inline-block;
	color: #666;
	background: #f5f5f5;
	padding: 11px 25px;
	border-radius: 3px;
}

.product .wenz a:hover {
	background: #00a1e1;
	color: #fff;
}

.product .wenz dl {
	margin-top: 80px;
}

.product .wenz dd {
	float: right;
	text-align: center;
	margin-left: 10px;
	width: 11.3%;
}

.product .wenz dd img {
	max-height: 80%;
}

.product .wenz dd span {
	display: block;
	font-size: 12px;
	color: #00a1e1;
}

.product li:nth-child(2n) .pic {
	right: 0;
	left: auto;
}

.product li:nth-child(2n) .wenz {
	float: left;
	text-align: left;
	padding: 100px 0 100px 19%;
}

.product li:nth-child(2n) .wenz dd {
	float: left;
}

.product .load {
	margin-top: 60px;
}




.detail-banner {
	text-align: center;
	padding: 25px 0;
}

.detail-banner li {
	float: left;
	font-size: 14px;
	color: #fff;
	margin-right: 5px;
}

.detail-banner li a {
	color: #fff;
}

.detail-banner h6 {
	text-align: center;
	color: #fff;
	margin: 27px 0 20px;
}

.detail-banner p {
	display: inline-block;
	color: #fff;
	background: url(../images/z9.png) no-repeat left center;
	padding-left: 20px;
	text-align: center;
}

.detail-banner span {
	color: #fff;
}

.link {
	margin-top: 25px;
}

.bdshare-button-style0-16 a,
.bdshare-button-style0-16 .bds_more {
	float: none !important;
	padding-left: 22px !important;
}

.detail {
	padding: 40px 0 80px;
}

.detail .pic {
	text-align: center;
}

.detail .list {
	padding: 35px 0 45px;
}

.detail .list p {
	color: #666;
	margin-bottom: 25px;
}

.detail .list a {
	font-size: 14px;
	color: #666;
	display: block;
	line-height: 24px;
}

.detail .list a:hover {
	color: #00a1e1;
}

.pagebeen {
	border-top: 1px solid #EAEAEA;
	padding-top: 40px;
	position: relative;
}

.pagebeen span,
.pagebeen a {
	color: #666;
}

.pagebeen .return {
	position: absolute;
	left: 50%;
	margin-left: -28px;
}

.pagebeen a:hover {
	color: #00a1e1;
}



.about {
	padding: 120px 0;
	text-align: center;
}

.about h6 {
	color: #333;
	font-weight: 700;
	margin-bottom: 15px;
}

.about p {
	color: #666;
	line-height: 36px;
	margin-top: 14px;
}


.about2 {
	padding: 70px 0 100px;
	text-align: center;
}

.about2 h6 {
	color: #fff;
	font-weight: 700;
	margin-bottom: 15px;
}

.about2 dl:hover dd img {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);

}

.about2 dd {
	float: left;
	width: 19%;
	overflow: hidden;
}

.about2 dt {
	float: right;
	width: 81%;
	text-align: left;
	color: #fff;
	box-sizing: border-box;
	padding: 0 35px;
}

.about2 dt p {
	margin-top: 15px;
}

.about2 .swiper-container {
	margin-top: 70px;
}

.about2 .swiper-slide:nth-child(2n) dt {
	text-align: right;
	float: left;
}

.about2 .swiper-slide:nth-child(2n) dd {
	float: right;
}

.about2 .swiper-slide:nth-child(3),
.about2 .swiper-slide:nth-child(4) {
	padding-top: 60px;
}

.about2 .swiper-slide:nth-child(1),
.about2 .swiper-slide:nth-child(2) {
	border-bottom: 1px solid #848890;
	padding-bottom: 60px;
}

.about2 .swiper-slide:nth-child(1):before,
.about2 .swiper-slide:nth-child(3):before {
	position: absolute;
	right: -11px;
	top: 0px;
	content: "";
	display: block;
	background: url(../images/z22.png) no-repeat center center;
	width: 1px;
	height: 162px;
}



.news {
	padding-top: 75px;
}

.news .top {
	text-align: center;
}

.news .top h6 {
	color: #333;
	font-weight: 700;
	margin-bottom: 15px;
}

.news .wenz {
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
}

.news h5 {
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.news h4 {
	color: #999;
	margin: 15px 0;
}

.news p {
	color: #999;
	line-height: 24px;
}

.news h3 {
	color: #999;
	margin-top: 15px;
	text-align: right;
}

.news .btm {
	margin-top: 40px;
	box-sizing: border-box;
	padding: 0 20px 140px;
	position: relative;
}

.news .swiper-button-next {
	top: auto;
	margin-top: 0;
	bottom: 50px;
}

.news .swiper-button-prev {
	top: auto;
	margin-top: 0;
	bottom: 50px;
}

.news .swiper-button-next,
.swiper-button-prev {
	width: 45px !important;
	height: 45px !important;
}

.news .swiper-button-prev.swiper-button-disabled {
	background: url(../images/prev3.png) no-repeat center center;
}

.news .swiper-button-next.swiper-button-disabled {
	background: url(../images/next3.png) no-repeat center center;
}

.news .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background: url(../images/next4.png) no-repeat center center;
	right: 47%;
}

.news .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background: url(../images/prev4.png) no-repeat center center;
	left: 47%;
}

.news .pic {
	max-height: 286px;
	height: 286px;
	overflow: hidden;
}

.news .swiper-slide:hover h5 {
	color: #00a1e1;
}

.news .swiper-slide:hover .pic img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}




.contact {
	padding: 80px 0 100px;
	text-align: center;
}

.contact .top {}

.contact ul {
	margin: 40px 0 70px;
}

.contact li {
	display: inline-block;
	margin: 0 10px;
	font-size: 14px;
	color: #666;
	box-sizing: border-box;
}

.contact li:nth-child(1) {
	background: url(../images/z26.png) no-repeat left center;
	padding-left: 20px;
}

.contact li:nth-child(2) {
	background: url(../images/z27.png) no-repeat left center;
	padding-left: 20px;
}

.contact li:nth-child(3) {
	background: url(../images/z28.png) no-repeat left center;
	padding-left: 20px;
}

.contact .left {
	width: 48%;
}

.contact .textarea {
	width: 48%;
}

.contact .input {
	margin-bottom: 30px;
}

.contact input[type=text] {
	line-height: 44px;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	border: 1px solid #dadada;
	border-radius: 3px;
}

.contact textarea {
	width: 100%;
	border: 1px solid #dadada;
	border-radius: 3px;
	padding: 10px;
	box-sizing: border-box;
	height: 198px;
}

.contact input[type=button] {
	cursor: pointer;
	width: 160px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	box-sizing: border-box;
	background: #00a1e1;
	color: #fff;
	border: none;
	border-radius: 3px;
}

.map {
	height: 300px;
	width: 100%;
}



.pro-banner {
	position: relative;
	height: 600px;
}

.pro-banner .gallery-tops {
	position: absolute;
	left: 28%;
	top: 23%;
	width: 255px;
	height: 400px;
}

.pro-banner .wenz {
	position: absolute;
	top: 35%;
	text-align: left;
	right: 32%;
}

.pro-banner h6 {
	font-size: 30px;
	color: #333;
}

.pro-banner h5 {
	margin-top: 25px;
}

.banner-tab {
	position: absolute;
	left: 18%;
	width: 5.3%;
	top: 15%;
	height: 430px;
	box-sizing: border-box;
	padding: 55px 0;
}

.banner-tab .swiper-container {
	height: 100%;
	padding-right: 2px;
}

.banner-tab .pic {
	border: 1px solid #b0b0b0;
	height: 100%;
	text-align: center;
	padding: 10px 0;
	box-sizing: border-box;
}

.banner-tab .pic img {
	max-height: 90%;
}

.banner-tab .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	position: absolute;
	top: 15px;
	background: url(../images/z31.png) no-repeat center center;
	left: 50%;
	margin-left: -22.5px;
}

.banner-tab .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	position: absolute;
	bottom: 0;
	top: auto;
	background: url(../images/z32.png) no-repeat center center;
	left: 50%;
	margin-left: -13.5px;
}

.pro-banner .gallery-tops img {
	max-width: 100%;
	max-height: 100%;
}

.pro-detail {
	padding: 80px 0 70px;
}

.pro-detail .wrapper {
	position: relative;
}

.pro-detail .top ul {
	border-bottom: 1px solid #e5e5e5;
}

.pro-detail .top li {
	float: left;
	margin-right: 60px;
	padding-bottom: 15px;
}

.pro-detail .top li.active {
	border-bottom: 2px solid #1ba8e0;
}

.pro-detail .top li.active a {
	color: #1ba8e0;
}

.pro-detail .top a {
	display: block;
	color: #666;
}

.pro-detail .top a:hover {
	color: #1ba8e0;
}

.pro-detail .content {
	font-size: 14px;
	color: #666
}

.pro-detail .content li {
	margin-bottom: 28px;
	font-size: 14px;
	color: #666;
}

.pro-detail .content li:last-child {
	margin-bottom: 0;
}

.pro-detail .download {
	padding: 14px 58px 14px 33px;
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 14px;
	color: #fff;
	background: #00a1e1 url(../images/z34.png) no-repeat right 30px center;
	display: inline-block;
}



.pro-detail2 {
	background: #f5f5f5;
	padding-top: 50px;
}

.pro-detail2 .tit {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
}

.pro-detail2 span {
	display: inline-block;
	padding-bottom: 15px;
	color: #1ba8e0;
	border-bottom: 2px solid #1ba8e0;
}

.pro-detail2 .left {
	width: 72%;
}

.pro-detail2 .right {
	width: 28%;
	background: #efefef;
	box-sizing: border-box;
	padding: 60px 40px 65px;
}

.pro-detail2 .right .section {
	margin-bottom: 40px;
}

.pro-detail2 .right .section:last-child {
	margin-bottom: 0;
}

.pro-detail2 .section p {
	background: #01ae80;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	font-size: 15px;
	margin-bottom: 20px;
}







.pro-detail3 {
	padding-bottom: 80px;
}

.pro-detail3 .content1 .left {
	width: 40%;
	background: #efefef;
	padding: 110px 90px 140px 90px;
	box-sizing: border-box;
}

.pro-detail3 .content1 .right {
	width: 60%;
	padding: 110px 90px 140px 60px;
	box-sizing: border-box;
}

.pro-detail3 .content1 p {
	line-height: 36px;
	color: #333;
	background: url(../images/z39.jpg) no-repeat left center;
	padding-left: 35px;
}

.pro-detail3 .pic {
	margin: 46px 0;
}

.pro-detail3 .content2 .title span {
	color: #27a0e7;
	display: inline-block;
	width: 260px;
	font-weight: 700;
}

.pro-detail3 .content2 .title i {
	color: #69b8fb;
	font-style: normal;
	display: inline-block;
}

.pro-detail3 .table1 {
	margin: 15px 0 25px;
}

.pro-detail3 .table2 {
	margin-top: 15px;
}

.pro-detail3 b {
	color: #239fe5;
}

.pro-detail3 table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

.pro-detail3 table tr {
	background: #ddd;
}

.pro-detail3 table tr:nth-child(2n) {
	background: #efefef;
}

.pro-detail3 table td {
	font-size: 16px;
	border-left: 5px solid #fff;
	padding: 20px 10px;
	box-sizing: border-box;
}

.pro-detail3 table td:nth-child(1) {
	font-weight: 700;
	color: #666;
	border-left: none;
}

.pro-detail3 table td p {
	color: #999;
}
















@media screen and (max-width: 1440px) {
	.ny-banner {
		height: 400px;
	}

	.ny-banner h6 {
		font-size: 30px;
	}

	.logo {
		padding: 25px 0;
	}

	.slogan {
		margin: 33px 0 30px 10px;
	}

	.header-top .tel {
		margin: 25px 0;
	}

	.language {
		margin: 33px 0;
	}

	.f30 {
		font-size: 26px;
	}

	.f24 {
		font-size: 22px;
	}

	.f18 {
		font-size: 16px;
	}

	.sy-tit img {
		margin: 10px auto 15px;
	}

	.sy-content2 p {
		margin: 20px 0 25px;
	}

	.sy-content4 .sy-tit {
		margin-bottom: 40px;
	}

	.product .wenz {
		padding: 60px 7% 60px 0;
	}

	.product li:nth-child(2n) .wenz {
		padding: 60px 0 60px 7%;
	}

	.product .wenz dl {
		margin-top: 80px;
	}

	.pro-banner .gallery-tops {
		left: 26%;
		height: 370px;
		top: 13%
	}

	.banner-tab {
		left: 8%;
	}

	.pro-banner .gallery-tops img {
		max-width: 80%;
	}

	.pro-banner {
		height: 458px;
	}

	.banner-tab {
		height: 360px;
		top: 12%;
	}

	.pro-banner .wenz {
		right: 25%;
	}

	/*内页间距*/
	.pro-detail {
		padding: 60px 0;
	}

	.navbar {
		line-height: 70px;
	}

	.navbar li a {
		padding: 0 30px;
	}

	.zhuce {
		padding: 55px 0 140px;
	}

	.about {
		padding: 80px 0;
	}

	.news .pic {
		height: 200px;
		max-height: 200px;
	}

	.news .swiper-button-prev,
	.swiper-container-rtl .swiper-button-next {
		left: 46%;
	}

	.news .swiper-button-next,
	.swiper-container-rtl .swiper-button-prev {
		right: 46%;
	}

	.about2,
	.contact {
		padding: 60px 0 70px;
	}


}


@media screen and (max-width: 1280px) {
	.footer .ftp_right {
		width: 24%;
	}

}


@media screen and (max-width: 1024px) {
	.pc {
		display: none
	}

	.tianm {
		display: none;
	}

	.sy-content .swiper-container {
		margin-top: 30px;
	}

	.sy-content2 {
		padding: 60px 0 70px;
	}

	.sy-content3 .wenz {
		background: url(../images/sy4.png) no-repeat center center/100%;
		margin: 30px auto 0;
	}

	.sy-content3 .box1:before {
		top: 15px;
		left: 116px;
	}

	.sy-content4 p {
		line-height: 28px;
		margin: 20px 0 43px;
	}

	.sy-content5 .pic {
		height: 100px;
	}

	.sy-content6 .right li {
		padding: 10px 20px;
	}

	.sy-content6 .date {
		padding-right: 0;
	}

	.f16 {
		font-size: 14px;
	}

	.banner-tab {
		display: none;
	}

	.pro-banner .wenz {
		right: 17%;
	}

	.pro-detail3 .content1 .left,
	.pro-detail3 .content1 .right {
		padding: 50px 45px 90px 45px;
	}

	.news .pic {
		height: 147px;
	}

	.f18 {
		font-size: 15px;
	}

	.f14 {
		font-size: 13px;
	}

	.news .swiper-button-prev,
	.swiper-container-rtl .swiper-button-next {
		left: 44%;
	}

	.news .swiper-button-next,
	.swiper-container-rtl .swiper-button-prev {
		right: 44%;
	}

	.footer .top {
		display: none;
	}

	.ftm {
		margin-top: 0;
	}

	.footer {
		padding: 0;
	}



}


@media screen and (max-width: 768px) {
	.phone {
		display: block;
	}

	.tianm {
		display: none;
	}

	.header-top {
		display: none;
	}

	.header {
		top: 0;
		line-height: 60px;
		position: fixed;
		width: 100%;
		background: #fff;
		z-index: 99;
	}

	.san {
		display: block;
	}

	.logo {
		padding: 0;
	}

	.logo img {
		max-width: 154px;
	}

	.nav {
		display: none;
		background: #fff;
		position: fixed;
		width: 100%;
		left: 0;
		top: 60px;
		height: 100%;
	}

	.nav li {
		float: none;
		width: 100%;
		border-bottom: 1px solid #ddd;
		box-sizing: border-box;
		padding: 0;
		margin: 0;
		line-height: 60px;
	}

	.sy-banner,
	.ny-banner,
	.detail-banner,
	.pro-banner {
		margin-top: 60px;
	}

	.swiper-container-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		position: relative;
		margin-top: 30px;
	}

	.swiper-pagination-bullet-active {
		background: #02a1e1 !important;
	}

	.sy-content2 .swiper-button-prev,
	.swiper-container-rtl .swiper-button-next {
		display: none;
	}

	.sy-content2 .swiper-button-next,
	.swiper-container-rtl .swiper-button-prev {
		display: none;
	}

	.sy-content2 p {
		margin: 15px 0;
	}

	.sy-content2 h6 {
		margin-bottom: 15px;
	}

	.sy-content2 {
		padding: 40px 0 20px;
	}

	.sy-content3 .box1,
	.sy-content3 .box2,
	.sy-content3 .box3,
	.sy-content3 .box4 {
		display: none;
	}

	.sy-content3 .wenz {
		height: 280px;
		width: 83%;
	}

	.sy-content3 .text1 {
		font-size: 22px;
		margin-bottom: 6px;
	}

	.sy-content3 .text2 {
		margin-top: 12px;
	}

	.sy-banner .swiper-container-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		margin-top: 0;
		position: absolute;
	}

	.f30 {
		font-size: 22px;
	}

	.f24 {
		font-size: 18px;
	}

	.sy-content4,
	.sy-content5,
	.sy-content6 {
		padding: 50px 0;
	}

	.sy-content4 .left {
		width: 100%;
	}

	.sy-content4 .pic {
		width: 100%;
		margin-top: 20px;
	}

	.sy-content4 a {
		padding: 10px 23px;
	}

	.sy-content4 a:last-child {
		margin-right: 0;
	}

	.sy-content4 p {
		margin: 20px 0;
	}

	.sy-content5 .pic {
		padding: 20px;
		box-sizing: border-box;
		height: 80px
	}

	.sy-content5 .swiper-pagination-bullet-active {
		background: #e17f00 !important;
	}

	.sy-content6 .right {
		display: none;
	}

	.sy-content6 .left {
		width: 100%;
	}

	.sy-tit img {
		margin: 10px auto;
	}

	.sy-content6 .sy-tit {
		margin-bottom: 30px;
	}

	.sy-content p {
		margin-top: 10px;
	}

	.sy-content4 h3 {
		text-align: center;
	}

	.ny-banner,
	.pro-banner {
		height: 155px;
	}

	.ny-banner h6 {
		font-size: 20px;
	}

	.ny-banner .wenz:before {
		display: none;
	}

	.navbar {
		line-height: 60px;
	}

	.navbar ul {
		white-space: nowrap;
		overflow-x: scroll;
	}

	.navbar li {
		float: none;
		display: inline-block;
	}

	.navbar li a {
		padding: 0 14px;
	}

	.product .pic {
		height: 200px;
		width: 100%;
		position: static;
	}

	.product .wenz,
	.product li:nth-child(2n) .wenz {
		width: 100%;
		padding: 20px;
		text-align: left;
	}

	.product .wenz dl {
		display: none;
	}

	.product .load {
		margin-top: 15px;
	}

	.load a {
		background: #f5f5f5 url(../images/sy27.jpg) no-repeat right 20px center;
		display: inline-block;
		color: #666;
		font-size: 13px;
		padding: 11px 47px 11px 20px;
	}

	.product {
		padding-bottom: 50px;
	}

	.product .wenz p {
		margin: 30px 0;
	}

	.pro-banner .gallery-tops img {}

	.pro-banner h6 {
		font-size: 18px;
	}

	.pro-banner .gallery-tops {
		top: 30px;
		left: 20px;
		height: 95px;
	}

	.pro-banner h5 {
		margin-top: 7px;
	}

	.pro-detail {
		padding: 50px 0;
	}

	.pro-detail .content li {
		margin-bottom: 20px;
	}

	.pro-detail .download {
		position: static;
		margin-top: 20px;
	}

	.pro-detail .download {
		padding: 10px 40px 10px 20px;
		background: #00a1e1 url(../images/z34.png) no-repeat right 18px center;
	}

	.pro-detail2 .left,
	.pro-detail2 .right {
		width: 100%;
	}

	.pro-detail3 .content1 .left {
		margin-top: 10px;
	}

	.pro-detail3 .content1 .left,
	.pro-detail3 .content1 .right {
		width: 100% !important;
		padding: 20px !important;
	}

	.pro-detail3 table td {
		font-size: 12px !important;
		padding: 10px !important;
		width: auto !important;
	}

	.pro-detail3 .content2 .title span {
		font-size: 18px !important;
	}

	.pro-detail3 .content2 .title i {
		font-size: 16px !important;
	}

	.f20 {
		font-size: 16px;
	}

	.nav>ul>li>a {
		padding: 0 20px;
	}

	.pad,
	.about,
	.about2,
	.contact {
		padding: 50px 0;
	}

	.support_main .btm {
		margin-top: 20px;
	}

	.dealer table td {
		word-break: break-word;
		padding: 10px;
	}

	.guide_main li {
		width: 49%;
		padding: 10px;
	}

	.guide_main li:nth-child(4n) {
		margin-right: 2%;
	}

	.guide_main li:nth-child(2n) {
		margin-right: 0;
	}

	.guide_main p {
		font-size: 13px;
	}

	.zhuce input[type=submit] {
		width: 100%;
	}

	.zhuce {
		padding: 50px 0;
	}

	.about p {
		text-align: left;
	}

	.about2 .swiper-slide:nth-child(3),
	.about2 .swiper-slide:nth-child(4) {
		padding-top: 30px;
	}

	.about2 .swiper-container {
		padding-right: 5px;
	}

	.news .pic {
		height: 180px;
	}

	.news .wenz {
		padding: 10px;
	}

	.news h4 {
		margin: 10px 0;
	}

	.news h5 {
		font-size: 14px;
	}

	.news {
		padding-top: 50px;
	}

	.news .swiper-button-prev.swiper-button-disabled {
		display: none;
	}

	.news .swiper-button-next,
	.swiper-container-rtl .swiper-button-prev {
		display: none;
	}

	.news .btm {
		padding: 0 20px 50px;
	}

	.contact li {
		width: 100%;
		text-align: left;
		margin-bottom: 10px;
	}

	.contact li:nth-child(1),
	.contact li:nth-child(2),
	.contact li:nth-child(3) {
		padding-left: 30px;
	}

	.contact ul {
		margin: 30px 0;
	}

	.contact input[type=submit] {
		width: 100px;
		height: 40px;
		line-height: 40px;
	}

	.detail-banner ul,
	.link {
		display: none;
	}

	.detail-banner h6 {
		margin-top: 0;
	}

	.pagebeen span {
		display: none;
	}

	.detail .list {
		display: none;
	}

	.pagebeen {
		padding-top: 18px;
	}

	.detail {
		padding: 40px 0 50px;
	}


}
