[v-cloak] {
	display: none;
}

* {
	margin: 0;
	padding: 0;
	font-family: "microsoft yahei";
	letter-spacing: 0px;
}

textarea {
	resize: none !important;
}

img {
	border: 0;
}

a {
	text-decoration: none;
}

ol,
ul {
	list-style: none;
}

html {
	overflow: auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	display: block;
	float: none;
	clear: both;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	background: none;
	border: 0;
	font-size: 0;
}

p {
	line-height: 1.8;
}


body,
html {
	width: 100%;
	height: 100%;
	min-width: 1320px;
	position: relative;
	//overflow-x: hidden;
}

.bodybox {
	height: 100%;
}

.bj {
	height: 300px;
	background-size: cover;
}

.footer {
	width: 100%;
	background: #424242;
	color: #fff;
	text-align: center;
	line-height: 60px;
	font-size: 14px;
}

/*::-webkit-scrollbar {
  width : 5px; 
  height: 1px;
  }
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #101012;
  }
::-webkit-scrollbar-track {
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background   : #333333;
  }
*/
/*首页*/
.fanBanner {
	line-height: 50px;
	height: 50px;
	border-bottom: 1px solid #efefef;
}

.fanBanner p {
	line-height: 50px;
	height: 50px;
	font: Arial, "微软雅黑";
	font-size: 12px;
	color: #666;
}

.fanBanner p span {
	margin-right: 10px;
}

.navBox {
	height: 66px;
	position: fixed;
	border-color: #fff;
	background: #fff;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.navBox .logo {
	margin-left: 0px;
	position: relative;
}

.logo img {
	margin: 11px 0px;
	display: block;
	height: 44px;
}

.nav {
	position: relative;
	margin-right: 20px;
}

.nav .nav_item {
	display: inline-block;
	color: #ccc;
	text-decoration: none;
	position: relative;
	font-size: 14px;
	margin-left: 5px;
	outline: 0px;
	border: 0px;
	transition: .36s ease;

}

.nav .nav_item span {
	padding: 0 30px;
	margin: 10px 0px;
	line-height: 46px;
	border-radius: 4px;
	display: inline-block;
	color: #222;
}

.nav .nav_w {
	padding: 0px;
	//width: 140px;
	text-align: center;
	min-width: 120px;

}

.nav .nav_item:hover span {
	color: #fff;
	background: #3db45e;
}

.nav .nav_item.active span {
	color: #fff;
	background: #3db45e;
}

/*.nav .nav_item.active span::after{
	border-bottom: 2px solid #3db45e;
	display: block;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
}

.nav .nav_item:hover span::after {
	border-bottom: 2px solid #3db45e;
	display: block;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	
}*/

.nav .nav_item .navUl {
	position: absolute;
	z-index: 1;
	background: #fff;
	left: 0px;
	box-shadow: 0 13px 42px 11px rgba(0, 0, 0, .05);
	height: auto;
	transition: .36s ease;
	display: none;
	// width: 140px;
	text-align: left;
	min-width: 100%;
}

.nav .nav_item .navUl span {
	line-height: 40px;
	margin: 0px 0px;
	line-height: 40px;
	color: #222;
	background: #fff;
}

.nav .nav_item .fa {
	margin-left: 6px;
}

.nav .nav_w .navUl span {
	padding: 0px 8px;
	text-align: left;
	display: inline-block;
	font-size: 13px;
}

.nav .nav_w .navUl a {
	display: inline-block;
	width: 100%;
}

.nav .nav_item:hover .navUl span::after {
	border: 0px;
}

.nav .nav_item .navLi:hover {
	background: #3db45e;
}

.nav .nav_item .navLi:hover span {
	color: #fff;
	background: #3db45e;
}

.nav .nav_item:hover .navUl {
	display: block;
	animation: slideInUp 0.3s;
	-moz-animation: slideInUp 0.3s;
	/* Firefox */
	-webkit-animation: slideInUp 0.3s;
	/* Safari and Chrome */
	-o-animation: slideInUp 0.3s;
	/* Opera */
}

.details .btn {
	border: 1px dotted #424242;
	padding: 10px 10px;
	border-radius: 3px;
	font-size: 14px;
	color: #666;
	margin: 2px;
}

.details .btn:hover {
	color: #fff;
	border: 1px dotted #3db45e;
	background: #3db45e;
}


.swiper-container {
	width: 100%;
	height: 768px;
}

.swiper-slide {}

.swiper-slide.slide1 {
	background: url(../img/banner1.jpg) center no-repeat;
	background-size: cover;
}

.swiper-slide.slide2 {
	background: url(../img/banner2.jpg) center no-repeat;
	background-size: cover;
}

.swiper-slide.slide3 {
	background: url(../img/banner3.jpg) center no-repeat;
	background-size: cover;
}

.swiper-slide.slide4 {
	background: url(../img/banner4.jpg) center no-repeat;
	background-size: cover;
}

.swiper-button-next:hover {
	background-color: rgba(0, 0, 0, .2);
	opacity: 0.8;
}

.swiper-button-prev:hover {
	background-color: rgba(0, 0, 0, .2);
	opacity: 0.8;
}

.swiper-button-prev {
	//background-image: url(../img/prev.png) !important;
	background-size: 12px 20px;
	width: 44px;
	height: 70px;
	margin-top: -35px;
	left: 0px;
	opacity: 0.9;
}

.swiper-button-next {
	//background-image: url(../img/next.png) !important;
	background-size: 12px 20px;
	width: 44px;
	height: 70px;
	margin-top: -35px;
	right: 0px;
	opacity: 0.9;
}

.swiper-pagination-bullet {
	width: 4px;
	height: 4px;
	border-radius: 100%;
	border: 2px solid #1582FA;
	margin: 2px 7px !important;
	transition: all .36s ease;
	opacity: 1;
	background: none;
	display: inline-block;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: none;
	border: 2px solid #1582FA;
	margin: 0px 7px !important;
	transition: all .36s ease;
}

.swiper-pagination {
	line-height: 21px;
	vertical-align: baseline;
}

.indexPage {

	position: relative;
}

/*.indexPage.bg1{
	background-position-x: initial;
    background-position-y: -97.5px;
    background-size: cover;
    background-repeat: no-repeat;
    background: url(../img/1499872565122.jpg);
}
.indexPage.bg2{
	background-color: #252525;
}*/

.indexPage .box {
	max-width: 1755px;
	margin: auto;
	width: 98%;
	min-width: 1320px;
}

.viewport.box {
	max-width: 1320px;
	margin: auto;
	width: 98%;
	min-width: 1200px;
}

.viewport .item_box {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	//box-shadow: 2px 2px 10px #d1d1d1;
	overflow: hidden;
	margin-bottom: 30px;
	border: 2px solid #fff;

}

/*.item_box .item_img::after{
	position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    transition: .36s ease;
    opacity: 0;
    background-color: rgba(89,89,89,.54);
}
.item_box:hover .item_img::after{
	top: 0;
	opacity: 1;
    height: 100%;
}*/
.viewport .item_box .item_img {
	position: relative;
	width: 100%;
	padding-bottom: 90%;
	//height: auto;
	/*height: 100%;*/
	overflow: hidden;
	z-index: 0;
	text-align: center;
	background-size: cover;
	background-position: center;
}

.viewport .item_box .item_img img {
	width: 100%;
	height: 100%;
	display: block;
	bottom: 0px;
	margin: auto;
	position: absolute;
	transition: all .36s ease;
}

.viewport .item_box .item_wrapper {
	position: relative;
	z-index: 10;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 0;
	display: block;
	transition: all .36s ease;
	border-bottom: 1px solid #dedede;
	/*background: rgba(6, 6, 6, 0.3);*/

}

.viewport .item_box .item_wrapper .title {
	font-size: 14px;
	color: #333;
	padding: 10px 18px 0px 10px;
	overflow: hidden;
	height: 104px;
	line-height: 26px;
	position: relative;
	transition: all .36s ease;
}

.title.ellipsis::after {
	content: "...";
	position: absolute;
	bottom: 0;
	right: 10px;
	padding-left: 40px;
}

.viewport .item_box .item_wrapper .subtitle {
	font-size: 12px;
	color: #333;
	padding: 0px 10px 10px 10px;
}

.viewport .item_box .item_wrapper .subtitle span {
	border: #dedede 1px solid;
	margin-right: 5px;
	padding: 0px 5px;
	border-radius: 3px;
}

.viewport .item_box .item_mask {
	position: absolute;
	top: 70%;
	left: 50%;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition: all .36s ease;
	opacity: 0;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	margin-left: -21px;
	border: 2px solid #3db45e;
	background: #3db45e;
	//border-color: rgba(255, 255, 255, 0.7);
	box-sizing: border-box;
	margin-top: -60px;
	//display: none;
	z-index: 11;
}

.viewport .item_box .item_mask::before {
	width: 2px;
	height: 16px;
	margin-top: -8px;
	margin-left: -0px;
	webkit-transform: none;
	-ms-transform: none;
	transform: none;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1px;
	height: 15px;
	background-color: #fff;
	z-index: 1;
}

.viewport .item_box .item_mask::after {
	width: 2px;
	height: 16px;
	margin-top: -2px;
	margin-left: -7px;
	webkit-transform: none;
	-ms-transform: none;
	transform: none;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 15px;
	height: 1px;
	background-color: #fff;
	z-index: 1;
}

/*.viewport .item_box:hover .item_mask{
	top: 50%;
    opacity: 1;
    //display: block;
}
.viewport .item_box:hover .item_wrapper .title{
    height: 60px;
    line-height: 20px;
    color: #18f154;
}*/
.viewport .item_box:hover {
	border: 2px solid #3db45e;
}

.viewport .item_box:hover .item_wrapper {
	background: #3db45e;
	color: #fff;
	display: block;
}

.viewport .item_box:hover .item_wrapper .title {
	color: #fff;
}

.viewport .item_box:hover .item_wrapper .subtitle {
	color: #fff;
}

.viewport .item_box:hover .item_img img {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}



.details .tit {
	color: #555;
	font-size: 19px;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 32px !important;
}

.details .subtit {
	color: #666;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 10px;
}

.pt90 {
	padding-top: 90px;
}

.pb130 {
	padding-bottom: 130px;
}

.pb80 {
	padding-bottom: 80px;
}

.pd50 {
	padding-bottom: 50px;
}

.indexPage .titbox .title {
	font-size: 24px;
	line-height: 30px;
	color: #555;
	text-align: center;
}

.indexPage .titbox .subtitle {
	font-size: 14px;
	color: #bbb;
	line-height: 26px;
	text-align: center;
	margin-top: 5px;
}

.title-wrap {
	position: relative;
	width: 100%;
	height: 150px;
	background: url(../img/co/aboutus_bg_01.jpg) no-repeat center center/cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.title-inner {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

.section-page-01 {
	padding: 70px 0;
}

.wrapper {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.box-formtext-01 {
	line-height: 2;
}

.t-center {
	text-align: center;
}

.w680 {
	width: 680px;
	max-width: 100%;
	margin: auto;
}

.box-formprivacy-01 {
	font-size: 16px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.submit-wrap {
	width: 410px;
	margin: auto;
	height: 80px;
	max-width: 100%;
}

.submit-wrap>span {
	display: block;
	position: relative;
	height: 100%;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.submit-wrap>span input[type=submit] {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: block;
	background: #db5a6b;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	border-radius: 5px;
	border: none;
	letter-spacing: 0.2em;
	cursor: pointer;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #f7e700;
}

.againprompt {
	margin-top: 30px;
	padding: 30px;
}

.unit-title-03 {
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	margin-bottom: 40px;
}

.w900 {
	width: 900px;
	max-width: 100%;
	margin: auto;
}

.unit-table-01 {
	table-layout: fixed;
	border-top: 1px solid #dfdfdf;
	width: 100%;
	margin-top: 30px;
}

.unit-table-01 tr th,
.unit-table-01 tr td {
	border-bottom: 1px solid #dfdfdf;
	vertical-align: top;
	padding: 25px;
	text-align: left;
}

.box-column2-01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 20px;
}

.box-column2-01>.inner {
	width: 440px;
	margin-top: 30px;
}

.unit-figure-01 {
	display: block;
}

.unit-figure-01 div {
	text-align: center;
	display: block;
	font-size: 16px;
	margin-top: 10px;
}

.wow {}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		display: none;
		-webkit-transform: translate3d(0, 10%, 0);
		transform: translate3d(0, 10%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		display: block;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		display: none;
		-webkit-transform: translate3d(0, 10%, 0);
		transform: translate3d(0, 10%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		display: block;
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}