﻿@charset "utf-8";
/* CSS Document */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, a, select, input, textarea,main {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	outline: 0;
	background: transparent;
	box-sizing: border-box;
}
table, caption, tbody, tfoot, thead, tr, th, td {
	vertical-align: middle;
}
li {
	list-style: none outside none;
}
body {
	line-height: 1;
}
:focus {
	outline: 1;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}
ins {
	text-decoration: none;
	color: #000;
	background-color: #ff9;
}
mark {
	font-weight: bold;
	font-style: italic;
	color: #000;
	background-color: #ff9;
}
del {
	text-decoration: line-through;
}
em {
	font-style: normal;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
hr {
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #ccc;
}
input, select, textarea {
	vertical-align: middle;
	outline: none;
	box-sizing: border-box;
	font-family:"Microsoft YaHei", Arial, Helvetica, sans-serif
}
textarea {
	outline: none;
}
html {
}
body {
	font-family:"Noto sans sc", "Microsoft YaHei", Arial, Helvetica, sans-serif;
	-webkit-user-select: none;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	margin: 0 auto;
	position: relative;
	font-size: 12px;
}
:-ms-input-placeholder {
 color: #888;
}
::-webkit-input-placeholder {
 color: #888;
}
::-moz-placeholder {
 color: #888;
 opacity: 1!important;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear:after {
	content: "";
	display: block;
	clear: both;
	width: 0;
	height: 0;
	visibility: hidden;
}
.fixit {
	height: 0!important;
	margin: 0!important;
	padding: 0!important;
	visibility: hidden!important;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.overflow {
	overflow: hidden;
}
.dis-table {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.dis-tablerow {
	display: table-row;
}
.dis-tablecell {
	display: table-cell;
	vertical-align: middle;
}
.dis-block {
	display: block;
}
.dis-inlineblock {
	display: inline-block;
	vertical-align: top;
}
.dis-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.dis-none {
	display: none;
}
.body-wrap {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
	padding-top: 103px;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.fullwidth {
	width: 100%;
}
/*****************************************

       		网站公共部分

*****************************************/
/************ 头部 ***********/
.header{
	position: fixed;
	left: 0;
	top: 0;
	width:100%;
	z-index: 1;
	background: #fff;
	height: 103px;
	border-bottom: 1px #d8d8d8 solid;
	padding-left: 2%;
}

.header .header-logo{
	width: 50%;
	font-size: 0;
	line-height: 102px;
	position: relative;
	z-index: 1;
}

.header .header-logo .img{
	line-height: 102px;
	width: 186px;
}

.header .header-logo .img img{
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	vertical-align: middle;
}

.header .header-logo .text{
	vertical-align: middle;
	font-size: 24px;
	line-height: 1.6;
	font-style: italic;
	margin-left: 50px;
	color: rgba(255,255,255,0);
}

.header .header-gongneng{
	width: 50%;
	text-align: right;
	font-size: 0;
	position: relative;
	z-index: 1;
}

.header .header-gongneng .header-gongneng-item{
	position: relative;
	line-height: 102px;
	width: 130px;
	border-left: 1px #d8d8d8 solid;
	text-align: center;
	height: 102px;
	cursor: pointer;
}

.header .header-gongneng .header-gongneng-item .icon-item{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	line-height: 102px;
	overflow: hidden;
	z-index: 0;
}

.header .header-gongneng .header-gongneng-item .icon-item img{
	width: auto;
	max-width: 34px;
	height: auto;
	max-height: 34px;
	vertical-align: middle;
}

.header .header-gongneng .header-search-button.header-gongneng-item .icon-item.icon-light,
.header .header-gongneng .header-menu-button.header-gongneng-item .icon-item.icon-close{
	opacity: 0;
	z-index: 1;
}

.header.dark-head{
	border-color: #2d2d2d 
}
.header.dark-head:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.9);
}

.header.dark-head .header-logo .text{
	color: rgba(255,255,255,1);
}

.header.dark-head .header-gongneng .header-gongneng-item{
	border-color: #2d2d2d
}

.header.dark-head .header-gongneng .header-gongneng-item .icon-item.icon-dark{
	opacity: 0;
}

.header.dark-head .header-gongneng .header-menu-button.header-gongneng-item .icon-item.icon-open{
	opacity: 0.3
}

.header.dark-head .header-gongneng .header-search-button.header-gongneng-item .icon-item.icon-light,
.header.dark-head .header-gongneng .header-menu-button.header-gongneng-item .icon-item.icon-close{
	opacity: 1;
}

/*********** 菜单 ************/
.header-menu{
	position: fixed;
	left: 0;
	top: 103px;
	width: 100%;
	height: calc(100vh - 103px);
	background: rgba(0,0,0,.9);
	padding-left: 26.5%;
	padding-top: 6.77%;
	display: none;
}

.header-menu .menu-list{
	
}

.header-menu .menu-list .list-item{
	position: relative;
	z-index: 0;
}

.header-menu .menu-list .list-item .title-link{
	color: #fff;
	font-weight: lighter;
	font-size: 36px;
	line-height: 70px;
	width: 740px;
}

.header-menu .menu-list .list-item .title-link:before{
	content: "▶";
	padding-right: 40px;
	font-size: 26px;
	line-height: 2;
	color: #cc121d;
	display:inline-block;
	vertical-align: middle;
	opacity: 0;
}

.header-menu .menu-list .list-item .sub-list{
	position: absolute;
	left: 740px;
	top: -20px;
	display: none;
}

.header-menu .menu-list .list-item .sub-list .sub-item{
	font-size: 0;
	margin-bottom: 10px;
}

.header-menu .menu-list .list-item .sub-list .sub-item .sub-link{
	color: #fff;
	font-size: 24px;
	display: inline-block;
	position: relative;
	line-height: 50px;
	font-weight: lighter
}
.header-menu .menu-list .list-item .sub-list .sub-item .sub-link:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-bottom: 1px #cc121d solid;
}
.header-menu .menu-list .list-item:hover{
	z-index: 1;
}

.header-menu .menu-list .list-item:hover .title-link{
	font-weight: bold;
	color: #cc121d;
}
.header-menu .menu-list .list-item:hover .title-link:before{
	opacity: 1;
}

.header-menu .menu-list .list-item:hover .sub-list{
	display: block;
}

.header-menu .menu-list .list-item .sub-list .sub-item:hover .sub-link{
	font-weight: bold;
	color: #cc121d;
}

.header-menu .menu-list .list-item .sub-list .sub-item:hover .sub-link:after{
	width: 100%;
}

.header.dark-head .header-menu{
	display: block;
}

/*********** 头部搜索 ***********/
.header-seach-box{
	position: absolute;
	top: 103px;
	left: 0;
	width: 100%;
	background: #fff;
	padding: 20px 5%;
	display: none;
}

.header-seach-box .box-content{
	max-width: 1200px;
	margin: 0 auto;
	font-size: 0;
	text-align: center;
}

.header-seach-box .box-content .text{
	height: 42px;
	line-height: 40px;
	border-top: 1px #fff solid;
	border-bottom: 1px #dcdcdc solid;
	padding: 0 10px;
	display: inline-block;
	width: 80%;
	max-width: 500px;
	vertical-align: top;
	font-size: 20px;
}

.header-seach-box .box-content .search-button{
	width: auto;
	padding: 0 20px;
	font-size: 20px;
	line-height: 2;
	border: 1px #cc121d solid;
	background: #cc121d;
	color: #fff;
	display: inline-block;
	vertical-align: top;
}

/*********** 主体 ************/
.body-main{
	position: relative;
	z-index: 0;
}
/********** 页脚 ***********/
.footer{
	background: #222;
	padding: 3.6545% 8.854% 10% 8.854%
}

.footer .footer-info{
	width: 35%;
}

.footer .footer-info .qr-area{
	width: 110px;
	float: left
}

.footer .footer-info .qr-area .img{
	font-size: 0;
	height: 110px;
	line-height: 110px;
	text-align: center;
	overflow: hidden;
}

.footer .footer-info .qr-area .img img{
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.footer .footer-info .qr-area .text{
	color: #666;
	font-size: 13px;
	line-height: 1.6;
	margin-top: 10px;
	text-align: center;
}

.footer .footer-info .info-area{
	width: calc(100% - 110px);
	float: right;
	padding: 0 8%;
}

.footer .footer-info .info-area .logo{
	font-size: 0;
	margin-bottom: 10px;
}

.footer .footer-info .info-area .logo img{
	width: auto;
	max-width: 148px;
}

.footer .footer-info .info-area .info{
	color: #666;
	font-size: 13px;
	line-height: 2;
}

.footer .footer-info .info-area .info a{
	color: #666;
}
.footer .footer-menu{
	width: 46%;
	font-size: 0;
}

.footer .footer-menu .menu-item{
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding-right: 20px;
}

.footer .footer-menu .menu-item .title{
	margin-bottom: 10px;
}

.footer .footer-menu .menu-item .title .link{
	color: #666;
	font-size: 24px;
	line-height: 2;
}

.footer .footer-menu .menu-item .neirong{
	margin-bottom: 10px;
}

.footer .footer-menu .menu-item .neirong .link{
	color: #666;
	font-size: 15px;
	line-height: 2;
}

.footer .footer-copyright{
	width: calc(101% - 35% - 47%);
	float: right;
	color: #666;
	font-size: 13px;
	line-height: 2;
}


.footer .footer-copyright a{
	color: #666
}

/*********** 在线咨询  ********/
.fright{
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 10;
display:none;
}

.fright .contact-button{
	/*background: #fff100;*/
background:#cc121d;
	width: 180px;
	height: 56px;
	line-height: 56px;
	/*color: #454545;*/
color:#fff;
	font-size: 20px;
	padding: 0 20px;
	border-radius: 10px;
}

.fright .contact-button .more{
	font-size: 30px;
}

/******** 顶部顶部 *********/
.btt{
	position: fixed;
	right:40px;
	bottom: 260px;
	width: 44px;
	height: 44px;
	line-height: 30px;
	background: #fff;
	border-radius: 100px;
	text-align: center;
	font-size: 40px;
	cursor: pointer;
	display: none;
	box-shadow: 0 0 10px rgba(0,0,0,.3)
}