﻿@charset "UTF-8";

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	font-family: "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", Arial, Helvetica, sans-serif;
	font-size: "12px";
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: transparent;
}

.container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}

@media only screen and (min-width: 1280px) {
	.container {
		max-width: 1024px;
	}
}

@media only screen and (min-width: 1440px) {
	.container {
		max-width: 1400px;
	}
}

@media only screen and (min-width: 1800px) {
	.container {
		max-width: 1600px;
	}
}

::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 6px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #333;
}

::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	background: #333;
}

.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

input[type="checkbox"],
input[type="radio"] {
	display: none;
}

input[type="checkbox"]:checked+label,
input[type="radio"]:checked+label {
	background-color: #333;
}

input[type="checkbox"]:checked+label:after,
input[type="radio"]:checked+label:after {
	font-family: "Font Awesome 5 Pro";
	content: "\f00c";
}

input[type="checkbox"]:disabled+label,
input[type="radio"]:disabled+label {
	cursor: default;
	background-color: #efefef;
}

input[type="checkbox"]+label,
input[type="radio"]+label {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #333;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	border-radius: 3px;
}

.mt10 {
	margin-top: 10px;
}

.ml10 {
	margin-left: 10px;
}

.mr10 {
	margin-right: 10px;
}

.mb10 {
	margin-bottom: 10px;
}

.pt10 {
	padding-top: 10px;
}

.pl10 {
	padding-left: 10px;
}

.pr10 {
	padding-right: 10px;
}

.pb10 {
	padding-bottom: 10px;
}

.mt20 {
	margin-top: 20px;
}

.ml20 {
	margin-left: 20px;
}

.mr20 {
	margin-right: 20px;
}

.mb20 {
	margin-bottom: 20px;
}

.pt20 {
	padding-top: 20px;
}

.pl20 {
	padding-left: 20px;
}

.pr20 {
	padding-right: 20px;
}

.pb20 {
	padding-bottom: 20px;
}

.mt30 {
	margin-top: 30px;
}

.ml30 {
	margin-left: 30px;
}

.mr30 {
	margin-right: 30px;
}

.mb30 {
	margin-bottom: 30px;
	padding-left: 20px;
}

.pt30 {
	padding-top: 30px;
}

.pl30 {
	padding-left: 30px;
}

.pr30 {
	padding-right: 30px;
}

.pb30 {
	padding-bottom: 30px;
}

.mt40 {
	margin-top: 40px;
}

.ml40 {
	margin-left: 40px;
}

.mr40 {
	margin-right: 40px;
}

.mb40 {
	margin-bottom: 40px;
}

.pt40 {
	padding-top: 40px;
}

.pl40 {
	padding-left: 40px;
}

.pr40 {
	padding-right: 40px;
}

.pb40 {
	padding-bottom: 40px;
}

.mt50 {
	margin-top: 50px;
}

.ml50 {
	margin-left: 50px;
}

.mr50 {
	margin-right: 50px;
}

.mb50 {
	margin-bottom: 50px;
}

.pt50 {
	padding-top: 50px;
}

.pl50 {
	padding-left: 50px;
}

.pr50 {
	padding-right: 50px;
}

.pb50 {
	padding-bottom: 50px;
}

.mt60 {
	margin-top: 60px;
}

.ml60 {
	margin-left: 60px;
}

.mr60 {
	margin-right: 60px;
}

.mb60 {
	margin-bottom: 60px;
}

.pt60 {
	padding-top: 60px;
}

.pl60 {
	padding-left: 60px;
}

.pr60 {
	padding-right: 60px;
}

.pb60 {
	padding-bottom: 60px;
}

.mt70 {
	margin-top: 70px;
}

.ml70 {
	margin-left: 70px;
}

.mr70 {
	margin-right: 70px;
}

.mb70 {
	margin-bottom: 70px;
}

.pt70 {
	padding-top: 70px;
}

.pl70 {
	padding-left: 70px;
}

.pr70 {
	padding-right: 70px;
}

.pb70 {
	padding-bottom: 70px;
}

.mt80 {
	margin-top: 80px;
}

.ml80 {
	margin-left: 80px;
}

.mr80 {
	margin-right: 80px;
}

.mb80 {
	margin-bottom: 80px;
}

.pt80 {
	padding-top: 80px;
}

.pl80 {
	padding-left: 80px;
}

.pr80 {
	padding-right: 80px;
}

.pb80 {
	padding-bottom: 80px;
}

.mt90 {
	margin-top: 90px;
}

.ml90 {
	margin-left: 90px;
}

.mr90 {
	margin-right: 90px;
}

.mb90 {
	margin-bottom: 90px;
}

.pt90 {
	padding-top: 90px;
}

.pl90 {
	padding-left: 90px;
}

.pr90 {
	padding-right: 90px;
}

.pb90 {
	padding-bottom: 90px;
}

.mt100 {
	margin-top: 100px;
}

.ml100 {
	margin-left: 100px;
}

.mr100 {
	margin-right: 100px;
}

.mb100 {
	margin-bottom: 100px;
}

.pt100 {
	padding-top: 100px;
}

.pl100 {
	padding-left: 100px;
}

.pr100 {
	padding-right: 100px;
}

.pb100 {
	padding-bottom: 100px;
}

.fck__body h1,
.fck__body h2,
.fck__body h3,
.fck__body h4,
.fck__body h5,
.fck__body h6 {
	margin: 10px 0;
	font-weight: 700;
}

.fck__body h1 {
	font-size: 3rem;
}

.fck__body h2 {
	font-size: 2.6rem;
}

.fck__body h3 {
	font-size: 2.4rem;
}

.fck__body h4 {
	font-size: 2rem;
}

.fck__body h5 {
	font-size: 1.6rem;
}

.fck__body h6 {
	font-size: 1rem;
}

.fck__body em {
	font-style: italic;
}

/* 
    箭头
    @include arrow(direction,size,color);
**/
/*
    超出省略号
    @include ell();
 * */
/*
    inline-block
    @include inline_block();
 * */
/*
    font-size of REM
    @include font_size(fz);
 * */
header {
	height: 85px;
	background-color: #fff;
	position: fixed;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
	z-index: 2000;
	left: 0;
	right: 0;
	top: 0;
}

header .in {
	padding: 0 10px;
	line-height: 80px;
	align-items: center;
}

header .logo {
	height: 68px;
}

header .nav_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .nav_list li {
	padding: 0 20px;
	position: relative;
}

header .nav_list li:hover dl {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

header .nav_list li:last-child {
	padding-right: 0;
}

header .nav_list li a {
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
	font-weight: 700;
	text-decoration: none;
}

header .nav_list li a i {
	padding-left: 5px;
}

header .nav_list li dl {
	transition: all .4s;
	transform: translateY(10px);
	opacity: 0;
	visibility: hidden;
	position: absolute;
	background-color: #fff;
	min-width: 100%;
	width: 190px;
	top: calc(100% - 1px);
	left: 0;
	box-sizing: border-box;
	padding: 10px 10px;
	box-shadow: 0 2px 10px 2px rgba(100, 100, 100, 0.3);
}

header .nav_list li dl dd {
	height: 30px;
	line-height: 30px;
}

header .nav_list li dl dd a {
	font-size: 14px;
	font-size: 1.4rem;
	transition: all ease .3s;
}

header .nav_list li dl dd a i {
	padding-right: 5px;
}

header .nav_list li dl dd a:hover {
	padding-left: 10px;
	color: #05a7ef;
}

footer {
	background-color: #f7f7f7;
	padding-top: 30px;
}

footer .in_txt {
	margin-bottom: 40px;
}

footer .in_txt.contact p {
	line-height: 2;
}

footer .in_txt.contact p i {
	padding-right: 10px;
}

footer .in_txt h3 {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 16px;
}

footer .in_txt p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0;
}

footer .in_txt h6 {
	font-size: 16px;
	font-size: 1.6rem;

	line-height: 30px;

	margin: 0;
}

footer .in_txt p a,
footer .in_txt h6 a {
	color: #333;
	text-decoration: none;
}

footer .in_txt p a i,
footer .in_txt h6 a i {
	padding-right: 10px;
	opacity: .7;
}

footer .copyright {
	background-color: #f1f1f1;
	padding: 16px 0;
}

footer .copyright p {
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	margin-bottom: 0;
}

.swiper-pagination-bullet-active {
	background: #ff9c00;
}

.swiper-button-next,
.swiper-button-prev {
	color: #ff9c00;  

}

.pager {
	position: relative;
	z-index: 1990;
	padding-top: 85px;
}

.pc_block {
	display: block;
}

.big_btn {
	background-color: #ff9c00;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 12px 50px;
	display: inline-block;
	border-radius: 3rem;
	text-decoration: none;
	transition: all .4s;
}

.big_btn:hover {
	background-color: #05a7ef;
	transform: scale(1.02);
	color: #fff;
	text-decoration: none;
}

.big_btn_border {
	border: 1px solid #ff9c00;
	color: #ff9c00;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 12px 50px;
	display: inline-block;
	border-radius: 3rem;
	text-decoration: none;
	transition: all .4s;
}

.big_btn_border i {
	padding-left: 5px;
}

.big_btn_border:hover {
	background-color: #ff9c00;
	transform: scale(1.02);
	color: #fff;
	text-decoration: none;
}

.center_title {
	padding-bottom: 50px;
	text-align: center;
}

.center_title h3,
.center_title h6 {
	color: #333;
}

.center_title h3 {
	font-size: 32px;
	font-size: 3.2rem;
	letter-spacing: 1px;
	margin-left: -1px;
	font-weight: 700;
}

.center_title h6 {
	font-size: 20px;
	font-size: 2rem;
}

.white_list {
	align-items: stretch;
	justify-content: flex-start;
}

.white_list li {
	width: 32%;
	background-color: #fff;
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
	transition: all .4s;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	padding-bottom: 40px;
	margin:0 10px 20px;
}

.white_list li:hover {
	transform: translateY(-10px);
}

.white_list li a {
	display: block;
	text-decoration: none;
}

.white_list li img {
	display: block;
	width: 100%;
	border-radius: 0 0 10px 10px;
	margin-bottom: 40px;
}

.white_list li h3,
.white_list li p,
.white_list li h6 {
	padding: 0 30px;
}

.white_list li h3,
.white_list li p {
	color: #333;
}

.white_list li h3 {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 16px;
	font-weight: 700
}

.white_list li p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
}

.white_list li h6 {
	padding-top: 20px;
	color: #ff9c00;
	font-size: 16px;
	font-size: 1.6rem;
}

.white_list li h6 i {
	padding-left: 50%;
}

.products_list {
	align-items: stretch;
}

.products_list li {
	width: 24%;
	background-color: #fff;
	transition: all .4s;
}

.products_list li:hover {
	transform: translateY(-10px);
}

.products_list li a {
	display: block;
	text-decoration: none;
}

.products_list li img {
	border-radius: 6px;
	overflow: hidden;
	width: 100%;
	display: block;
	z-index: 1;
	position: relative;
}

.products_list li .txt {
	background-color: #fff;
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
	margin: 0px auto 0;
	width: 88%;
	z-index: 2;
	position: relative;
	padding: 20px 16px 10px;
	border-radius: 6px;
	box-sizing: border-box;
}

.products_list li .txt h3,
.products_list li .txt p {
	color: #333;
}

.products_list li .txt h3 {
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 10px;
	font-weight: 600;
}

.products_list li .txt p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
	margin-bottom: 10px;
}

.products_list li .txt h6 {
	text-align: right;
	font-size: 12px;
	font-size: 1.2rem;
	color: #ff9c00;
}

.news_list {
	align-items: stretch;
}

.news_list li {
	width: 32.5%;
	transition: all .4s;
}

.news_list li:hover {
	transform: translateY(-10px);
}

.news_list li a {
	position: relative;
	z-index: 1;
	display: block;
	text-decoration: none;
}

.news_list li img {
	display: block;
	width: 100%;
}

.news_list li .mask {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../images/index/news_mask.png) left bottom no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
	padding: 20px 30px;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
}

.news_list li .mask h3,
.news_list li .mask p,
.news_list li .mask h6 {
	color: #fff;
}

.news_list li .mask h3 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
	margin-bottom: 5px;
	font-weight: 700;
}

.news_list li .mask p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
	margin-bottom: 16px;
}

.news_list li .mask h6 {
	font-size: 12px;
	font-size: 1.2rem;
}

.mobile_menu_btn {
	border: 0;
	display: block;
	padding: 10px 0;
	width: 30px;
	transition: all .4s;
	position: relative;
	cursor: pointer;
	z-index: 9950;
}

.mobile_menu_btn.opend i {
	background-color: #333;
}

.mobile_menu_btn.opend i:nth-child(1) {
	transform: rotate(45deg);
}

.mobile_menu_btn.opend i:nth-child(1) i {
	transform: rotate(90deg);
	opacity: 1;
}

.mobile_menu_btn.opend i:nth-child(2) {
	opacity: 0;
}

.mobile_menu_btn.opend i:nth-child(3) {
	opacity: 0;
}

.mobile_menu_btn i {
	width: 30px;
	height: 2px;
	background-color: #333;
	display: block;
	transition: all .4s;
}

.mobile_menu_btn i:nth-child(1) i {
	opacity: 0;
}

.mobile_menu_btn i:nth-child(2) {
	position: absolute;
	top: 0;
	left: 0;
}

.mobile_menu_btn i:nth-child(3) {
	position: absolute;
	left: 0;
	bottom: 0;
}

.mobile_menu_btn {
	display: none;
}

.mobile_menu__body {
	background-color: rgba(255, 255, 255, 0.95);
	position: fixed;
	z-index: 1998;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	box-sizing: border-box;
	padding: 120px 10% 0;
	overflow: auto;
	overflow-x: hidden;
	transition: all .4s;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-100%);
}

.mobile_menu__body.show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.mobile_menu__body .nav_list li {
	border-bottom: 1px solid #ccc;
	padding: 10px 20px;
}

.mobile_menu__body .nav_list li.active>a>i,
.mobile_menu__body .nav_list li.open>a>i {
	transform: rotate(180deg);
}

.mobile_menu__body .nav_list li a {
	font-size: 32px;
	font-size: 3.2rem;
	margin-bottom: 30px;
	color: #333;
	font-weight: 700;
	text-decoration: none;
}

.mobile_menu__body .nav_list li a i {
	padding: 0 10px;
	transition: all .3s;
}

.mobile_menu__body .nav_list li dl {
	display: none;
	margin-top: 10px;
}

.mobile_menu__body .nav_list li dl dd a i {
	padding-right: 10px;
}

.inner_kv__body {
	position: relative;
	z-index: 10;
}

.inner_kv__body .kv {
	display: block;
	width: 100%;
}

.inner_kv__body .mask {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.inner_kv__body .mask h3,
.inner_kv__body .mask p {
	color: #fff;
}

.inner_kv__body .mask h3 {
	font-size: 30px;
	font-size: 3rem;
	margin-bottom: 0;
	font-weight: 700;
}

.inner_kv__body .mask p {
	font-size: 22px;
	font-size: 2.2rem;
}

.break_bar {
	background-color: #f9f9f9;
	padding: 10px;
}

.break_bar a {
	text-decoration: none;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
	display: inline-block;
	margin-right: 16px;
}

.break_bar a i {
	padding-right: 5px;
}

.break_bar a:hover {
	color: #05a7ef;
}

.pager_center {
	text-align: center;
	padding-top: 50px;
}

.pager_center a {
	display: inline-block;
	border-bottom: 2px solid #05a7ef;
	border-left: 1px solid #05a7ef;
	border-right: 1px solid #05a7ef;
	background-color: fff;
	text-align: center;
	color: #05a7ef;
	text-decoration: none;
	margin: 0 3px;
	height: 30px;
	line-height: 30px;
	width: 30px;
	font-size: 14px;
}

.pager_center a:hover,
.pager_center a.active {
	background-color: #05a7ef;
	color: #fff;
	border-color: #05a7ef;
}

.fck__body p,
.fck__body div,
.fck__body span {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
	color: #333;
}

.fck__body img,
.fck__body video {
	max-width: 100%;
}

.page_mask__body {
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	z-index: 9990;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	display: none;
}

.page_mask__body .content {
	background-color: #fff;
	width: 100%;
	max-width: 800px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	padding: 20px;
}

.page_mask__body .content .close_btn {
	position: absolute;
	top: -20px;
	right: -20px;
	background-color: #fff;
	border-radius: 100%;
	height: 40px;
	width: 40px;
	line-height: 40px;
	color: #333;
	font-size: 20px;
	text-align: center;
	transition: all ease .3s;
	transform: rotate(45deg);
	text-decoration: none;
}

.page_mask__body .content .close_btn:hover {
	transform: rotate(225deg);
}

.page_mask__body .content video {
	width: 100%;
}
