@charset "utf-8";

body {
	font-family: "宋体"!important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0
}

a:hover {
	text-decoration: none;
}

object#start_video {
	object-fit: cover;
	width: 100%;
	height: 100% !important;
}

.pagination{
	margin: 80px 0 0;
}
.pagination>li>a{
	background: none !important;
	color: #7c6a56 !important;
	font-size: 16px !important;
	border:1px solid #7c6a56 !important;
}
.pagination>li>a:hover{
	background-color: #7c6a56 !important;
	color: #fff !important;
	border:1px solid #7c6a56 !important;
}
.pagination>li>a:focus{
	background-color: #7c6a56 !important;
	color: #fff !important;
	border:1px solid #7c6a56 !important;
}
.pagination>.active>span{
	background-color: #7c6a56 !important;
	color: #fff !important;
	font-size: 16px !important;
	border:1px solid #7c6a56 !important;
}
.pagination>.disabled>span, 
.pagination>.disabled>span:hover{
	color: #7c6a56 !important;
 background: none !important;
 border-color: #7c6a56 !important;
}
.pagination>li:first-child>span{
	border-top-left-radius: 0px !important; 
 border-bottom-left-radius: 0px !important; 
}
.pagination>li:last-child>a{
 border-top-right-radius: 0px !important;
 border-bottom-right-radius: 0px !important;
}
.pagination>li:last-child>a, .pagination>li:last-child>span, .pagination>li:first-child>span{
	font-size: 16px !important;
}
.start {
	height: 100%;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99;
}

.start.active {
	top: -120%;
	transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	-webkit-transition: all 0.7s;
}

.start_load {
	position: absolute;
	z-index: 5;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	background: #f7f8f9;
}

.start video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.start_jump {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	padding: 15px;
}

.start_jump a {
	display: inline-block;
	margin-left: 15px;
	font-size: 14px;
	color: #888;
}

.start_jump a i.fa {
	margin-right: 5px;
}

.start_jump a:hover {
	color: #e60013;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.start_btn {
	position: absolute;
	z-index: 1;
	bottom: 20px;
	left: 50%;
	width: 340px;
	margin-left: -170px;
	text-align: center;
	height: auto;
}

.start_btn.active {
	visibility: visible;
}

.startBtn_bg img {
	width: 340px;
	height: auto;
}

.startBtn_txtx {
	position: absolute;
	width: 100%;
	top: 0;
	font-size: 18px;
	color: #fff;
	line-height: 68px;
	height: auto;
}

.startBtn_bg {
	overflow: hidden;
	width: 340px;
	height: auto;
}

.start_btn.active .startBtn_bg {
	width: 100%;
	transition: width 0.6s ease-in-out;
	-webkit-transition: width 0.6s ease-in-out;
	-moz-transition: width 0.6s ease-in-out;
	-ms-transition: width 0.6s ease-in-out;
	-o-transition: width 0.6s ease-in-out;
}

.start_btn.active .startBtn_txtx {
	opacity: 1;
	transition: opacity 0.5s ease-in-out 0.4s;
	-webkit-transition: opacity 0.5s ease-in-out 0.4s;
	-moz-transition: opacity 0.5s ease-in-out 0.4s;
	-ms-transition: opacity 0.5s ease-in-out 0.4s;
	-o-transition: opacity 0.5s ease-in-out 0.4s;
}

.start_btn.active {
	visibility: visible;
}


/*****header*******/

body {
	overflow: hidden;
}

.header_login {
	height: 80px;
	background: transparent;
	width: 100%;
	padding: 0 10%;
	position: absolute;
	top: 0;
}

.header_logo {
	margin-top: 13px;
}

.header_logo img {
	width: 60px;
}

.header {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	background: #fff;
	z-index: 100;
	transition: all 1.2s;
	-moz-transition: all 1.2s;
	-ms-transition: all 1.2s;
	-o-transition: all 1.2s;
	-webkit-transition: all 1.2s;
	overflow: hidden;
	background: url("../images/yd.jpg") bottom/cover no-repeat;
}

.header.done.active {
	left: -160px;
	position: absolute;
}

.header.done {
	width: 0px;
}

.menu_btn {}

.menu_btn {
	margin-top: 72px;
	cursor: pointer;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: all 1.2s;
	-moz-transition: all 1.2s;
	-ms-transition: all 1.2s;
	-o-transition: all 1.2s;
	-webkit-transition: all 1.2s;
	width: 119px;
	height: 100%;
	position: absolute;
	z-index: 109;
}

.menu_btn img {
	width: 50px;
	position: relative;
	left: 35px;
}

.menu_btn h6 {
	font-size: 15px;
	letter-spacing: 2px;
	text-align: center;
	color: #333;
	font-weight: bold;
	margin: 10px 0 5px;
	margin-left: 3px;
	height: 16px;
}

.menu_btn h5 {
	font-size: 12px;
	color: #333;
	font-weight: bold;
	font-family: arial;
	margin-left: 2px;
	text-transform: capitalize;
	margin-top: -4px;
}

.header .logo {
	position: absolute;
	top: 50%;
	width: 134px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
	-webkit-animation: fadeIn 2200ms cubic-bezier(.47, 0, .745, .715) infinite alternate;
	animation: fadeIn 2200ms cubic-bezier(.47, 0, .745, .715) infinite alternate;
	-mos-animation: fadeIn 2200ms cubic-bezier(.47, 0, .745, .715) infinite alternate;
	-o-animation: fadeIn 2200ms cubic-bezier(.47, 0, .745, .715) infinite alternate;
}

.logo img {
	width: 66px;
	margin-right: 0px;
	transition: all 0.5s 1.2s;
	-moz-transition: all 0.5s 1.2s;
	-ms-transition: all 0.5s 1.2s;
	-o-transition: all 0.5s 1.2s;
	-webkit-transition: all 0.5s 1.2s;
	margin-left: -152px;
}

.header.done .logo img {
	width: 36px;
	margin-right: 0px;
	margin-left: 0;
}

.header .header_bot {
	position: absolute;
	bottom: 0;
	background: #dedede;
	width: 100%;
	padding: 25px 0;
	text-align: center;
	cursor: pointer;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: all 0.5s 0.8s;
	-moz-transition: all 0.5s 0.8s;
	-ms-transition: all 0.5s 0.8s;
	-o-transition: all 0.5s 0.8s;
	-webkit-transition: all 0.5s 0.8s;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0.0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
	}
	100% {
		opacity: 1.0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0.0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
	}
	100% {
		opacity: 1.0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
	}
}

@-mos-keyframes fadeIn {
0% {
	opacity: 0.0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
100% {
	opacity: 1.0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
}

@-o-keyframes fadeIn {
	0% {
		opacity: 0.0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
	}
	100% {
		opacity: 1.0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
	}
}

.menu_btn.done {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.header.done .logo {
	animation: inherit;
	-o-animation: inherit;
	-mos-animation: inherit;
	-webkit-animation: inherit;
	width: 88px;
	text-align: left;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.header.done .header_bot {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.header_bot img {
	width: 35px;
}

.header_top {
	padding: 10px 0;
	position: fixed;
	background: #fff;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	display: none;
	-webkit-box-shadow: 0 0px 34px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0px 34px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0px 34px rgba(0, 0, 0, 0.2);
}

.header_tlfet {
	float: left;
}

.header_tright {
	float: right;
	margin-top: 12px;
	cursor: pointer;
}

.header_tlfet img {
	width: 60px;
}

.header_tright>div {
	float: right;
	margin-left: 12px;
}
.header_tright .user{ position:relative;}
.header_tright .user span{
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	border-radius: 50%;
	top: -5px;
	right: -5px;
	background: #AD0C0C;
	text-align: center;
	line-height: 20px;
	color: #fff;
	font-family: Arial;
}
.search {}

.search input {
	border: none;
	border-bottom: 1px solid #d2d2d2;
	 
	font-size: 14px;
	padding: 0;
	font-family: arial; height:35px;
	letter-spacing: 1px;
}
.search_top{
	height: 20px !important;
}
.header_tright img {
	height: 32px;
}

.nav_tiao_box {
	width: 80%;
	margin: 0 auto;
}


/*****header*******/


/*****导航 *******/

.left_menu {
	width: 0;
	position: fixed;
	top: 0;
	left: 119px;
	z-index: 9;
	opacity: 0;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	overflow: hidden;
}

.left_menu.active {
	width: calc(100% - 119px);
	opacity: 1;
}

.left_menubox {}

.left_menubox {}

.left_menubox .col-lg-3 {
	padding: 0
}

.left_menulist {
	position: relative;
}

.left_menulist1 {
	background: url(../images/nav_bg0.jpg) center center no-repeat;
	background-size: cover;
}

.left_menulist2 {
	background: url(../images/nav_bg1.jpg) center center no-repeat;
	background-size: cover;
}

.left_menulist3 {
	background: url(../images/nav_bg2.jpg) center center no-repeat;
	background-size: cover;
}

.left_menulist4 {
	background: url(../images/nav_bg3.jpg) center center no-repeat;
	background-size: cover;
}

.left_menulist:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
}

.left_menunav {
	position: absolute;
	text-align: left;
	top: 32%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.left_menunav h3 {
	font-size: 32px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 32px;
}

.left_menunav ul {}

.left_menunav ul li {
	font-size: 13px;
	letter-spacing: 2px;
	line-height: 27px;
}

.left_menunav ul li a {
	color: #fff;
	font-size: 17px;
}

.left_menunav ul li a:hover {
	color: #cacaca;
}


/*****导航 *******/


/*****banner*******/

.banner_img {
	width: 100%;
	position: relative;
	overflow: hidden;
	background: #000;
 
}
.banner_img img{ height:100%; width:100%;}
.banner_img_box {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	-webkit-transition: all cubic-bezier(.18, 1, .21, 1) 2s;
	-moz-transition: all cubic-bezier(.18, 1, .21, 1) 2s;
	-ms-transition: all cubic-bezier(.18, 1, .21, 1) 2s;
	-o-transition: all cubic-bezier(.18, 1, .21, 1) 2s;
	transition: all cubic-bezier(.18, 1, .21, 1) 2s;
}

.banner_listBg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.banner_listBg1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
 
}

.banner_listBg2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
 
}

.banner_listBg3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
 
}

.banner_listBg4 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
 
}

.banner_listBg5 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
 
}

.ban_dre {
	width: 56px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ban_dre img {}

.banner {
	position: relative;
	width: 100%;
	transition: all 1.2s;
	-moz-transition: all 1.2s;
	-ms-transition: all 1.2s;
	-o-transition: all 1.2s;
	-webkit-transition: all 1.2s;
}

.banner.active {
	width: 100%;
	margin-left: 0;
}

.banner_btn_n {
	left: 6%;
}

.banner_btn_p {
	right: 6%;
}

.banner_img_mid {
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}

.banner_img_mid img {
	width: 210px;
}


/* 2018.3.29新增 */

.banner_pages {
	position: absolute;
	margin: auto;
	width: 500px;
	height: 40px;
	left: 0;
	right: 0;
	bottom: 50px;
	z-index: 10;
}

.banner_page {
	width: 24px;
	height: 24px;
	float: left;
	margin-right: 76px;
}

.banner_page {
	background: url("../images/dot_1.png") center/contain no-repeat;
}

.banner_page.active {
	background: url("../images/dot_2.png") center/contain no-repeat;
}

.banner_page.active:last-child {
	margin-right: 0;
}

.banner_page::after {
	content: '';
	width: 60px;
	height: 0;
	border-bottom: 1px dashed #999;
	display: block;
	position: relative;
	left: 30px;
	top: 12px;
}

.banner_page:last-child::after {
	display: none;
}

.banner_page img {}

.banner_left {
	position: absolute;
	left: 140px;
	height: 200px;
	margin: auto;
	top: 0px;
	bottom: -460px;
	opacity: 0.8;
}

.banner_left p {
	color: #fff;
	font-size: 20px;
	width: 22px;
	float: left;
	text-align: center;
	margin: 0 10px;
}

.banner_left p img {
	width: 40px;
	position: relative;
	bottom: -130px;
	left: 40px;
}

.banner_mid {
	width: 80px;
	position: absolute;
	margin: auto;
	left: 50px;
	top: 0;
	z-index: 10;
	background: rgba(0, 0, 0, 0.6);
}

.banner_mid p {
	width: 42px;
	margin: 10px auto;
	font-size: 42px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	line-height: 42px;
}

.banner_mid img {
	width: 28px;
	display: block;
	margin: 10px auto;
}

.banner_right {
	position: absolute;
	z-index: 10;
	right: 80px;
	top: 0;
}

.banner_nav_top {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
	height: 60px;
}

.banner_nav_top a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.banner_nav_top a:hover {
	opacity: 0.7;
}

.banner_nav_top_contact {
	width: 70%;
	height: 60px;
	float: left;
}

.banner_nav_top_contact a {
	width: 100%;
	height: 100%;
	cursor: pointer;
	background-color: #6e0f0b;
	color: #e8d8d7;
	text-align: center;
	font-size: 12px;
	line-height: 60px;
	letter-spacing: 6px;
}

.banner_nav_top_fb {
	border-right: 1px solid #7c302d;
	width: 30%;
	height: 60px;
	float: left;
}

.banner_nav_top_fb a {
	width: 100%;
	height: 100%;
	background-color: #6e0f0b;
	text-align: center;
	color: #fff;
	font-size: 24px;
}

.banner_nav_top_fb a p img {
	width: 40%;
	margin: 10px auto;
}

.banner_nav_top_fb a i {
	line-height: 56px;
}

.banner_nav_bottom {
	list-style: none;
	margin: 18px 26px 0 0;
	padding: 0;
}

.banner_nav_bottom li {
	width: 28px;
	height: 120px;
	position: relative;
	margin-left: 36px;
	background: #fff;
	float: left;
}

.banner_nav_bottom li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #333;
	text-align: center;
	padding: 20px 0 20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
}

.banner_nav_bottom li a:hover {
	color: #6e0f0b;
	box-shadow: 3px 3px 12px #666;
}

.banner_nav_bottom li a p {
	margin: 0;
	font-size: 14px;
	word-break: break-all;
	text-align: center;
	letter-spacing: 1px;
}

.banner_nav_bottom li a img {
	position: absolute;
	top: -18px;
	left: 10px;
}


/*****banner*******/


/*****nav*******/


/* .nav_list{
	transition:all 0.2s;
	-moz-transition:all 0.2s;
	-ms-transition:all 0.2s;
	-o-transition:all 0.2s;
	-webkit-transition:all 0.2s;
} */

.nav_list.active {
	background: #fff;
	position: fixed;
	top: 0px;
	width: 100%;
	left: 0;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	z-index: 10;
	border-bottom: 1px solid #cccccc;
}

.nav_list_box {
	padding: 45px 0 25px;
}

.nav_img {
	float: left;
}

.nav_img img {
	width: 100px;
}

.nav_list_box ul {
	float: right;
}

.nav_list_box ul li {
	display: inline-block;
	position: relative;
	width: 100px;
	height: 98px;
	vertical-align: top;
}

.nav_list_box ul li a {}

.nav_list_box ul li a h5 {
	width: 18px;
	font-size: 18px;
	color: #333;
	line-height: 21px;
	word-wrap: break-word;
	vertical-align: top;
	font-weight: bold;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.nav_list_box ul li a:hover h5 {
	color: #7c302d;
}

.nav_list_box ul li a:hover h6 {
	color: #7c302d;
}

.nav_list_box ul li a h6 {
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0px;
	color: #999;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	position: absolute;
	left: -37px;
	white-space: nowrap;
	top: 17px;
	width: 38px;
	font-family: Arial;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.nav_list_box ul li.login img {
	width: 20px;
	display: block;
	margin-left: -2px;
}

.nav_list_box ul li.login a {
	width: 18px;
	font-size: 15px;
	line-height: 18px;
	margin: 5px 0;
	text-align: left;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.nav_list_box ul li.login a:hover {
	color: #7c302d;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.nav_list_box ul li.login {
	width: 15px;
	height: initial;
	text-align: center;
}

.nav_list-last {
	width: 44px!important;
}

.nav_list_box ul li:after {
	content: " ";
	width: 1px;
	height: 104%;
	position: absolute;
	background: #ccc;
	left: -55px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nav_list_box ul li.login:after {
	display: none;
}

.nav_right_mid {
	float: right;
	margin: 0;
	margin-left: 40px;
}

.nav_right_mid a {
	margin: 0 0 10px;
	display: block;
}

.nav_right_mid a img {
	width: 30px;
}

.nav_right_r {
	float: right;
	margin-left: 10px;
}

.nav_right_r img {
	width: 60px;
}

@keyframes swing {
	0% {
		transform: rotate(18deg);
		-ms-transform: rotate(18deg);
		-webkit-transform: rotate(18deg);
		-o-transform: rotate(18deg);
		-moz-transform: rotate(18deg);
	}
	50% {
		transform: rotate(-18deg);
		-ms-transform: rotate(-18deg);
		-webkit-transform: rotate(-18deg);
		-o-transform: rotate(-18deg);
		-moz-transform: rotate(-18deg);
	}
	100% {
		transform: rotate(18deg);
		-ms-transform: rotate(18deg);
		-webkit-transform: rotate(18deg);
		-o-transform: rotate(18deg);
		-moz-transform: rotate(18deg);
	}
}

@-moz-keyframes swing {
	0% {
		transform: rotate(18deg);
		-ms-transform: rotate(18deg);
		-webkit-transform: rotate(18deg);
		-o-transform: rotate(18deg);
		-moz-transform: rotate(18deg);
	}
	50% {
		transform: rotate(-18deg);
		-ms-transform: rotate(-18deg);
		-webkit-transform: rotate(-18deg);
		-o-transform: rotate(-18deg);
		-moz-transform: rotate(-18deg);
	}
	100% {
		transform: rotate(18deg);
		-ms-transform: rotate(18deg);
		-webkit-transform: rotate(18deg);
		-o-transform: rotate(18deg);
		-moz-transform: rotate(18deg);
	}
}

@-webkit-keyframes swing {
	0% {
		transform: rotate(18deg);
		-ms-transform: rotate(18deg);
		-webkit-transform: rotate(18deg);
		-o-transform: rotate(18deg);
		-moz-transform: rotate(18deg);
	}
	50% {
		transform: rotate(-18deg);
		-ms-transform: rotate(-18deg);
		-webkit-transform: rotate(-18deg);
		-o-transform: rotate(-18deg);
		-moz-transform: rotate(-18deg);
	}
	100% {
		transform: rotate(18deg);
		-ms-transform: rotate(18deg);
		-webkit-transform: rotate(18deg);
		-o-transform: rotate(18deg);
		-moz-transform: rotate(18deg);
	}
}

@-o-keyframes swing {
	0% {
		transform: rotate(18deg);
		-ms-transform: rotate(18deg);
		-webkit-transform: rotate(18deg);
		-o-transform: rotate(18deg);
		-moz-transform: rotate(18deg);
	}
	50% {
		transform: rotate(-18deg);
		-ms-transform: rotate(-18deg);
		-webkit-transform: rotate(-18deg);
		-o-transform: rotate(-18deg);
		-moz-transform: rotate(-18deg);
	}
	100% {
		transform: rotate(18deg);
		-ms-transform: rotate(18deg);
		-webkit-transform: rotate(18deg);
		-o-transform: rotate(18deg);
		-moz-transform: rotate(18deg);
	}
}

.nav_list .container {
	width: 80%;
}

.nav_list_box ul li.login img {
	width: 35px;
	display: block;
	margin-left: -10px;
	margin-bottom: 10px;
}
.nav_list_box ul li.login a {
	width: 18px;
	font-size: 15px;
	line-height: 18px;
	margin: 5px 0;
	text-align: left;
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	-webkit-transition:all 0.3s;
}


.nav_list_box ul li.login a:hover{
	color: #7c302d;
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	-webkit-transition:all 0.3s;
}

.nav_list_box ul li.login {
	width: 20px;
	height: initial;
	text-align: center;
	margin: 0 20px 0 0;
}
/*****nav*******/


/*****sec1*******/

.index_sec1 {
	border-top: 1px solid #cccccc;
	padding: 100px 0;
}

.index_sec1 .container {
	position: relative;
}

.index_sec1_box {
	padding: 0;
	width: 80%;
	margin: 0 auto;
}

.index_sec1_top {
	margin-top: 80px;
}

.index_sec1_top img {
	width: 100%;
}

.index_sec1_left {
	float: left;
	width: 40%;
	overflow: hidden;
	-webkit-transform: translateY(90%);
	-moz-transform: translateY(90%);
	-ms-transform: translateY(90%);
	-o-transform: translateY(90%);
	transform: translateY(90%);
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.8s 0.5s;
	-moz-transition: all 0.8s 0.5s;
	-ms-transition: all 0.8s 0.5s;
	-o-transition: all 0.8s 0.5s;
	transition: all 0.8s 0.5s;
}
.index_sec1_txt .inSecMore{
	text-align: left;
	margin-top: 30px;
}
.index_sec1_txt .inSecMore a{
	-webkit-transform: translateY(0); 
 -moz-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0); 
}
.index_sec1_tit {
	position: relative;
	padding-left: 26px;
	float: left;
	width: 70px;
}

.index_sec1_tit h5 {
	width: 24px;
	font-size: 24px;
	color: #333;
	line-height: 30px;
	word-wrap: break-word;
	vertical-align: top;
	font-weight: bold;
}

.index_sec1_tit h6 {
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 0px;
	color: #333;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	position: absolute;
	left: -13px;
	white-space: nowrap;
	top: 17px;
	width: 38px;
	font-family: Arial;
}

.index_sec1_img {
	float: left;
	width: calc(100% - 70px);
	margin-top: 30px;
}

.index_sec1_img img {
	width: 100%;
	-moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.27), 12px 5px 52px rgba(0, 0, 0, 0.1) inset;
	-o-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.27), 12px 5px 52px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.27), 12px 5px 52px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.27), 12px 5px 52px rgba(0, 0, 0, 0.1) inset;
}

.index_sec1_img:hover img {}

.index_sec1_img h6 {
	margin: 20px 0;
	font-size: 14px;
	letter-spacing: 3px;
}

.index_sec1_img a {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	color: #666;
	font-family: Arial;
	letter-spacing: 1px;
}

.index_sec1_right {
	float: left;
	width: 60%;
	-webkit-transform: translateY(90%);
	-moz-transform: translateY(90%);
	-ms-transform: translateY(90%);
	-o-transform: translateY(90%);
	transform: translateY(90%);
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.8s 0.5s;
	-moz-transition: all 0.8s 0.5s;
	-ms-transition: all 0.8s 0.5s;
	-o-transition: all 0.8s 0.5s;
	transition: all 0.8s 0.5s;
	overflow: hidden;
}

.index_sec1_txt {
	padding-left: 50px;
	padding-top: 30px;
	float: left;
	width: 80%;
	padding-right: 60px;
}

.index_sec1_txt span {
	height: 1px;
	width: 14%;
	background: #ccc;
	display: block;
	margin-bottom: 20px;
}

.index_sec1_txt h6 {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 26px;
	text-indent: 2em;
}

.index_sec1_txt .about_top {
	margin-top: 6px;
}

.index_sec1_rtit {
	float: left;
	width: 116px;
	height: 116px;
	font-size: 32px;
	color: #c6b298;
	border: 3px solid #d6caba;
	padding: 13px 0 13px 5px;
	text-align: center;
	letter-spacing: 5px;
	line-height: 40px;
	margin-top: 110px;
	font-weight: bold;
}


/*****sec1*******/
/***sec2***/

.ind_sec2 {
	width: 100%;
	position: relative;
	z-index: 2;
}

.ind_sec2_box_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: url(../images/ind_sec2_bg.jpg) center no-repeat;
	/*background: #000;*/
	background-size: cover;
	overflow: hidden;
}

.ind_sec2_box_bg_list {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.ind_sec2_box_bg_list0{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.ind_sec2_box_bg_list1 {
	background: url(../images/product_bg1.jpg) center no-repeat;
	background-size: cover;
	display: none;
}

.ind_sec2_box_bg_list2 {
	background: url(../images/product_bg2.jpg) center no-repeat;
	background-size: cover;
	display: none;
}

.ind_sec2_box_bg_list3 {
	background: url(../images/product_bg3.jpg) center no-repeat;
	background-size: cover;
	display: none;
}

.ind_sec2_box_bg_list4 {
	background: url(../images/product_bg4.jpg) center no-repeat;
	background-size: cover;
	display: none;
}

.ind_sec2_con {
	padding: 0 6%;
	height: 100%;
}

.clm0 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.clp0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.ind_sec2_con .row {
	height: 100%;
}

.ind_sec2_con .col-sm-6 {
	height: 100%;
}

.ind_sec2_title {
	width: 79%;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ind_sec2_title h5 {
	font-size: 24px;
	color: #f1f1f1;
	line-height: 30px;
}

.ind_sec2_title h6 {
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 0px;
	color: #f1f1f1;
	font-family: Arial;
	margin-top: 10px;
}

.ind_sec2_title h4 {
	font-size: 15px;
	color: #f1f1f1;
	margin: 0;
	letter-spacing: 1px;
	margin-top: 25px;
	line-height: 26px;
	text-indent: 2em;
}

.ind_sec2_pro {
	width: 100%;
	height: 100%;
}

.ind_sec2_list {
	width: 50%;
	float: left;
	height: 50%;
	padding: 40px;
	position: relative;
	z-index: 2;
}

.ind_sec2_tex {}

.ind_sec2_pro .borL {
	border-left: 1px solid rgba(255, 255, 255, 0.35);
}

.ind_sec2_pro .borB {
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.ind_sec2_pro .borR {
	border-right: 1px solid rgba(255, 255, 255, 0.35);
}

.ind_sec2_list>a>div {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
}

.ind_sec2_show {
	width: 100%;
	height: 95px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom: 0px;
	-webkit-transition: all cubic-bezier(.18, 1, .21, 1) .9s;
	-moz-transition: all cubic-bezier(.18, 1, .21, 1) .9s;
	-ms-transition: all cubic-bezier(.18, 1, .21, 1) .9s;
	-o-transition: all cubic-bezier(.18, 1, .21, 1) .9s;
	transition: all cubic-bezier(.18, 1, .21, 1) .9s;
}

.ind_sec2_list:hover .ind_sec2_show {
	height: 265px;
}

.ind_sec2_show h5 {
	font-size: 20px;
	color: #fff;
	margin: 0;
	line-height: 30px;
	margin-bottom: 10px;
	letter-spacing: 2px;
}

.ind_sec2_show h5 img {
	width: 102px;
}

.ind_sec2_show p {
	font-size: 14px;
	color: #f5f5f5;
	line-height: 25px;
	height: 75px;
	letter-spacing: 1px;
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	/*overflow: hidden;*/
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all cubic-bezier(.18, 1, .21, 1) .9s;
	-moz-transition: all cubic-bezier(.18, 1, .21, 1) .9s;
	-ms-transition: all cubic-bezier(.18, 1, .21, 1) .9s;
	-o-transition: all cubic-bezier(.18, 1, .21, 1) .9s;
	transition: all cubic-bezier(.18, 1, .21, 1) .9s;
}

.ind_sec2_show p img {
	margin-bottom: 20px;
}

.ind_sec2_list:hover h5 {
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
}

.ind_sec2_list:hover .ind_sec2_show p {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	filter: alpha(opacity=100);
}

.ind_sec2_line {
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	border: 1px solid #fff;
	z-index: -1;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all cubic-bezier(.18, 1, .21, 1) .9s;
	-moz-transition: all cubic-bezier(.18, 1, .21, 1) .9s;
	-ms-transition: all cubic-bezier(.18, 1, .21, 1) .9s;
	-o-transition: all cubic-bezier(.18, 1, .21, 1) .9s;
	transition: all cubic-bezier(.18, 1, .21, 1) .9s;
}

.ind_sec2_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: #000;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all cubic-bezier(.18, 1, .21, 1) .9s;
	-moz-transition: all cubic-bezier(.18, 1, .21, 1) .9s;
	-ms-transition: all cubic-bezier(.18, 1, .21, 1) .9s;
	-o-transition: all cubic-bezier(.18, 1, .21, 1) .9s;
	transition: all cubic-bezier(.18, 1, .21, 1) .9s;
}

.ind_sec2_list:hover .ind_sec2_line {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	filter: alpha(opacity=100);
}

.ind_sec2_list:hover .ind_sec2_bg {
	opacity: 0.3;
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	-webkit-opacity: 0.3;
	filter: alpha(opacity=30);
}

.ind_sec2_zi {
	position: absolute;
	left: 40px;
	right: 40px;
	bottom: 40px;
}

.ind_sec2_zi p {
	font-size: 15px;
	color: #f5f5f5;
	line-height: 24px;
	margin-top: 15px;
}

.ind_sec2_zi a {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	display: block;
	margin-top: 20px;
	position: relative;
}

.ind_sec2_zi a span {
	background: #fff;
	width: 30px;
	height: 1px;
	display: block;
	position: absolute;
	top: 10px;
	left: -50px;
	transition: 0.25s ease-in-out;
}

.ind_sec2_zi a:hover span {
	animation: hoverRM 0.33s ease-in-out;
}

@keyframes hoverRM {
	from {
		left: -50px;
		width: 30px;
	}
	49% {
		left: -20px;
		width: 0;
	}
	51% {
		left: -50px;
		width: 0;
	}
	to {
		left: -50px;
		width: 30px;
	}
}


/***sec2***/


/*** sec3 ***/

.index_sec3 {
	position: relative;
	position: relative;
	padding: 80px 0 80px 0;
	overflow: hidden;
}
.index_sec3 .inSecMore{
	/*margin-top: 50px;*/
}
.inSec3title {
	width: 60px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.inSec3title span {
	display: inline-block;
	float: left;
}

.inSec3t-sty {
	font-size: 12px;
	color: #666;
	text-align: center;
	position: absolute;
	left: -22px;
	top: 22px;
	letter-spacing: 0.3em;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}

.inSec3t-font {
	width: 28px;
	font-size: 26px;
	color: #333;
	line-height: 32px;
	text-align: center;
	margin-left: 16px;
}

.inSec3t-line {
	position: relative;
	margin-left: 12px;
	margin-top: 6px;
	background: #ad0c0c;
	width: 3px;
	height: 3px;
}

.inSec3t-line:after {
	content: "";
	position: absolute;
	left: 1px;
	top: 0;
	display: block;
	height: 80px;
	width: 1px;
	background: linear-gradient(#ad0c0c 0%, rgba(173, 12, 12, 0) 97%);
	background: -moz-linear-gradient(#ad0c0c 0%, rgba(173, 12, 12, 0) 97%);
	background: -webkit-gradient(linear, top, bottom, color-stop(0%, #ad0c0c), color-stop(100%, #ad0c0c));
	background: -webkit-linear-gradient(#ad0c0c 0%, rgba(173, 12, 12, 0) 97%);
	background: -o-linear-gradient(#ad0c0c 0%, rgba(173, 12, 12, 0) 97%);
	background: -ms-linear-gradient(#ad0c0c 0%, rgba(173, 12, 12, 0) 97%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ad0c0c', endColorstr='#ad0c0c', GradientType=0);
}

.inSecTitle {
	position: relative;
	z-index: 3;
	text-align: center;
}

.inSec3Swiper {
	margin: 60px auto 0;
	position: relative;
	z-index: 2;
	width: 130%;
	left: -15%;
	-webkit-transform: translateY(1000px);
	-moz-transform: translateY(1000px);
	-ms-transform: translateY(1000px);
	-o-transform: translateY(1000px);
	transform: translateY(1000px);
	-webkit-transition: all 0.8s ease 0.5s;
	-moz-transition: all 0.8s ease 0.5s;
	-ms-transition: all 0.8s ease 0.5s;
	-o-transition: all 0.8s ease 0.5s;
	transition: all 0.8s ease 0.5s;
}

.index_sec3.active .inSec3Swiper {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.inSec3A {
	position: absolute;
	top: 50%;
	height: 50px;
	width: 50px;
	margin-top: -90px;
	z-index: 99;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.inSec3A i {
	font-size: 18px;
	line-height: 50px;
}

.inSec3A-l {
	left: 36.5%;
}

.inSec3A-r {
	right: 36.5%;
}
.inSec3A img{
	width: 45px;
}
.inSec3Swiper .swiper-slide {
	margin-top: 60px;
}

.inSec3Swiper .swiper-slide-active .inSec3Item {
	top: -30px;
}

.inSec3Swiper .swiper-slide-active .inSec3Item .inSec3I-img h5 {
	visibility: visible;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.inSec3Item {
	margin: 0 11%;
	position: relative;
	top: 20px;
}

.inSec3Item a {
	display: block;
	width: 100%;
}

.inSec3I-img {
	position: relative;
}

.inSec3I-img>div {
	overflow: hidden;
}

.inSec3I-img img {
	display: block;
	width: 100%;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.inSec3Item:hover .inSec3I-img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.inSec3Item:hover .inSec3I-txt h3 {
	color: #AD0C0C;
}

.inSec3I-img h5 {
	position: absolute;
	left: -50px;
	top: -35px;
	color: #fff;
	text-align: center;
	width: 140px;
	height: 45px;
	line-height: 51px;
	background: #AD0C0C;
	font-size: 18px;
	z-index: 9;
	visibility: hidden;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.inSec3Item .img_top{
	transform: translateY(-20%);
	-webkit-transform: translateY(-20%);
	-moz-transform: translateY(-20%);
	-o-transform: translateY(-20%);
	-ms-transform: translateY(-20%);
}

.inSec3Item:hover .inSec3I-img .img_top{
	transform: scale(1.1) translateY(-20%);
	-webkit-transform: scale(1.1) translateY(-20%);
	-moz-transform: scale(1.1) translateY(-20%);
	-o-transform: scale(1.1) translateY(-20%);
	-ms-transform: scale(1.1) translateY(-20%);
}

.inSec3I-txt {
	position: relative;
	margin: 70px 20px 0;
}

.inSec3I-txt span {
	width: 3px;
	height: 3px;
	background: #ad0c0c;
	position: absolute;
	top: -120px;
	left: 10px;
}

.inSec3I-txt span:after {
	content: "";
	position: absolute;
	top: 0;
	left: 1px;
	width: 1px;
	height: 100px;
	background: #ad0c0c;
}

.inSec3I-txt h3 {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	line-height: 24px;
	margin: 0 0 10px 0;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	letter-spacing: 2px;
}

.inSec3I-txt h6 {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	height: 72px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.inSec3Bj {
	width: 80%;
	position: absolute;
	top: -25px;
	left: 10%;
	z-index: -1;
}

.inSec3Bj img {
	width: 100%;
	display: block;
}

.inSecMore {
	text-align: center;
}

.inSecMore a {
	display: inline-block;
 height: 33px;
 color: #7c6a56;
 font-size: 14px;
 font-family: Arial;
 line-height: 33px;
 text-align: center;
 width: 104px;
 background: url(../images/about_more.png) center no-repeat;
}


.inSecMore a {
	-webkit-transform: translateY(1000px);
	-moz-transform: translateY(1000px);
	-ms-transform: translateY(1000px);
	-o-transform: translateY(1000px);
	transform: translateY(1000px);
	-webkit-transition: all 0.8s ease 0.8s;
	-moz-transition: all 0.8s ease 0.8s;
	-ms-transition: all 0.8s ease 0.8s;
	-o-transition: all 0.8s ease 0.8s;
	transition: all 0.8s ease 0.8s;
}

.index_sec3.active .inSecMore a {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.inSecMore a i {
	width: 0px;
 overflow: hidden;
 transition: all 0.3s;
 position: relative;
 top: 2px;
}
.inSecMore a:hover i {
 width: 16px;
}







.index_sec3 .inSecTitle,
.inSec3Swiper {
	/*position: relative;
	top: 200px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;*/
}


/*** sec3 ***/


/***sec4***/

.index_sec4 {
	padding: 100px 0;
	position: relative;
}

.index_sec4_nav {
	width: 80%;
	margin: 0 auto;
}

.index_sec4_bg {
	position: absolute;
	width: 180px;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index_sec4_bg img {
	width: 100%;
}

.index_sec4_box {}

.index_sec4_left {
	float: left;
	width: 60%;
	overflow: hidden;
	-webkit-transform: translateX(-2000px);
	-moz-transform: translateX(-2000px);
	-ms-transform: translateX(-2000px);
	-o-transform: translateX(-2000px);
	transform: translateX(-2000px);
	-webkit-transition: all 0.8s ease 0.5s;
	-moz-transition: all 0.8s ease 0.5s;
	-ms-transition: all 0.8s ease 0.5s;
	-o-transition: all 0.8s ease 0.5s;
	transition: all 0.8s ease 0.5s;
}

.index_sec4.active .index_sec4_left {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.index_sec4_img {
	cursor: pointer;
	display: block;
	line-height: 1;
	overflow: hidden;
}

.index_sec4_left ul li {
	position: relative;
	perspective: 500px;
	-webkit-animation: fadeInUp .6s ease-in-out both;
	-moz-animation: fadeInUp .6s ease-in-out both;
	-ms-animation: fadeInUp .6s ease-in-out both;
	animation: fadeInUp .6s ease-in-out both;
	opacity: 1;
	float: left;
	width: 33.33%;
	padding-right: 10px;
	cursor: pointer;
	overflow: hidden;
	-webkit-transform: translateY(90%);
	-moz-transform: translateY(90%);
	-ms-transform: translateY(90%);
	-o-transform: translateY(90%);
	transform: translateY(90%);
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.index_sec4_left ul li .index_sec4_ltxt {
	position: absolute;
	width: calc(100% - 10px);
	height: 100%;
	background: url(../images/enterbg.jpg) repeat;
	transition: 0.5s;
	transform: rotateX(40deg);
	z-index: -1;
	transform-origin: center bottom 0;
	left: 0;
	opacity: 0;
	bottom: 0;
	visibility: hidden;
	background: #900000;
}

.index_sec4_left ul li .index_sec4_ltxt h3 {
	color: #ffffff;
	font-size: 21px;
	line-height: 1;
	padding-bottom: 12px;
	position: relative;
	left: 25px;
	top: 44px;
	font-weight: normal;
	letter-spacing: 1px;
}

.index_sec4_left ul li .index_sec4_ltxt h5 {
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 0px;
	color: #f1f1f1;
	font-family: Arial;
	margin-top: 10px;
	position: relative;
	left: 25px;
	top: 31px;
}

.index_sec4_left ul li .index_sec4_ltxt span {
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/search.png) center no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -16px;
	top: 50%;
	margin-top: -16px;
	background-size: contain;
}

.index_sec4_left ul li .index_sec4_ltxt h6 {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 30px;
}

.index_sec4_left ul li .index_sec4_ltxt h6 i {
	display: block;
	font-size: 20px;
	position: absolute;
	right: 30px;
	bottom: 6px;
	color: #fff;
}

.index_sec4_left ul li:hover .index_sec4_ltxt {
	transform: none;
	opacity: 1;
	visibility: visible;
}

.index_sec4_left ul li .index_sec4_ltxt:before {
	content: "";
	width: 100%;
	height: 4px;
	background: #af9b70;
	position: absolute;
	left: 0;
	bottom: 0;
}

.index_sec4_img img {
	width: 100%;
	display: block;
	width: 100%;
	height: auto;
	line-height: 1;
	transition: 0.5s;
}

.index_sec4_left ul li:hover .index_sec4_img img {
	transform: translateY(-100%)
}

.index_sec4 {
	overflow: hidden;
}

.index_sec4_right {
	float: right;
	width: 35%;
	padding-left: 20px;
	padding-right: 9%;
	position: relative;
	overflow: hidden;
	-webkit-transform: translateY(90%);
	-moz-transform: translateY(90%);
	-ms-transform: translateY(90%);
	-o-transform: translateY(90%);
	transform: translateY(90%);
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.8s ease 0.5s;
	-moz-transition: all 0.8s ease 0.5s;
	-ms-transition: all 0.8s ease 0.5s;
	-o-transition: all 0.8s ease 0.5s;
	transition: all 0.8s ease 0.5s;
}

.index_sec4_txt {}

.index_sec4_rimg {
	width: 100%;
	padding-bottom: 34px;
	border-bottom: 1px solid #b8a89a;
	padding-right: 65%;
}

.index_sec4_rimg img {
	width: 100%;
}

.index_sec4_txt h6 {
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 24px;
	margin-top: 28px;
	color: #8f8369;
	text-indent: 2em;
}

.index_sec4_right .index_sec1_tit {
	position: absolute;
	right: 80px;
	top: 0;
}


/***sec4***/


/*** sec5 ***/

.screen1-title {
	letter-spacing: 5px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px !important;
	font-size: 24px;
	color: #333;
	line-height: 30px;
	word-wrap: break-word;
	vertical-align: top;
	font-weight: bold;
}

.screen1-title img {
	display: block;
	margin: 0 auto;
	width: 50px;
}

.screen1-title p {
	font-size: 16px;
	letter-spacing: 5px;
	text-align: center;
	margin-bottom: 50px;
	color: #666;
	font-weight: 100;
}

.index_sec5 {
	padding: 80px 0;
}

.index_sec5 .mainCon {
	background: url(../images/stybj.jpg) repeat left top;
}

.inSecC-main {
	width: 80%;
	margin: 0 auto;
	position: relative;
	top: -60px;
}

.inSec5Style {
	position: absolute;
	left: 0;
	top: -160px;
}

.inSec5Style img {
	width: 90px;
}

.inSec5Style1 {
	position: absolute;
	right: 0;
	top: -120px;
}

.inSec5tyle1 img {
	width: 180px;
}

.inSec5Item {
	overflow: hidden;
	display: block;
}

.inSecItem-A,
.inSecItem-A video,
.inSecItem-A img {
	display: block;
	width: 100%;
}
/*.inSecItem-A video {
	-webkit-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-ms-transform: scale(1.01);
	-o-transform: scale(1.01);
	transform: scale(1.01);
}*/
.inSecItem-A video {
	position: absolute;
	z-index: 9;
}

.inSecC-main div:nth-child(3) .inSec5Item {
	overflow: hidden;
	display: block;
	-webkit-transform: translateX(-1000px);
	-moz-transform: translateX(-1000px);
	-ms-transform: translateX(-1000px);
	-o-transform: translateX(-1000px);
	transform: translateX(-1000px);
	-webkit-transition: all 0.8s ease 0.5s;
	-moz-transition: all 0.8s ease 0.5s;
	-ms-transition: all 0.8s ease 0.5s;
	-o-transition: all 0.8s ease 0.5s;
	transition: all 0.8s ease 0.5s;
}

.inSecC-main div:nth-child(4) .inSec5Item {
	overflow: hidden;
	display: block;
	-webkit-transform: translateX(1000px);
	-moz-transform: translateX(1000px);
	-ms-transform: translateX(1000px);
	-o-transform: translateX(1000px);
	transform: translateX(1000px);
	-webkit-transition: all 0.8s ease 0.5s;
	-moz-transition: all 0.8s ease 0.5s;
	-ms-transition: all 0.8s ease 0.5s;
	-o-transition: all 0.8s ease 0.5s;
	transition: all 0.8s ease 0.5s;
}

.index_sec5.active .inSecC-main div:nth-child(3) .inSec5Item,
.index_sec5.active .inSecC-main div:nth-child(4) .inSec5Item {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}

.inSecItem-A {
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}
.play_video {
	display: none;
	width: 80px;
	height: 80px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 9;
	cursor: pointer;
}

.inSecItem-A:after {
	position: absolute;
	top: 0;
	z-index: 1;
	left: 0;
	content: ' ';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000);
	transition: .8s ease;
	-moz-transition: .8s ease;
	-ms-transition: .8s ease;
	-o-transition: .8s ease;
	-webkit-transition: .8s ease;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.inSecItem_img{
	width:10%;
	display: inline-block;
	position: absolute;
	top:50%;
	left:50%;
	margin-left:-29px;
	margin-top:-29px;
	 z-index: 20;
}
.inSecItem_img img{
	width:100%;
}
 .inSec4Item1 .inSecItem-A .inSecItem_img {
	cursor: pointer;
}


.inSecItem-A h4 {
	position: absolute;
	width: 40px;
	font-size: 16px;
	letter-spacing: 0.2em;
	border: 1px solid #fff;
	text-align: center;
	padding: 20px 0;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 9;
	display: none;
}


.inSecItem-A h4 span {
	position: relative;
	z-index: 3;
	color: #fff;
}

.inSecItem-A h4:after {
	position: absolute;
	top: 0;
	z-index: 2;
	left: 0;
	content: ' ';
	display: block;
	width: 100%;
	height: 0%;
	background: #fff;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.inSec5Item:hover:after {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.inSec5Item:hover h4:after {
	height: 100%;
}

.inSec5Item:hover h4 span {
	color: #333;
}

.inSec5Item h5 {
	color: #666;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	letter-spacing: 2px;
}

.inSec5Item h6 {
	line-height: 24px;
	margin: 0;
	font-size: 18px;
	color: #333;
	font-weight: bold;
}

.inSec5Item2 {
	position: relative;
	left: -100%;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.inSec5Item1 {
	position: relative;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	left: 100%;
}

.mainCon {
	width: 80%;
	margin: 0 auto;
}

.index_sec5_txt {
	margin-bottom: 120px;
}

.index_sec5_js {
	padding: 50px 0;
	text-align: center;
}

.index_sec5_js h3 {
	font-size: 24px;
	color: #333;
	line-height: 30px;
	word-wrap: break-word;
	vertical-align: top;
	font-weight: bold;
}

.index_sec5_js h4 {
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 0px;
	color: #333;
	margin-top: 10px;
	white-space: nowrap;
	cursor: pointer;
}

.index_sec5_js p {}

.index_sec2_detail {
	margin-top: 20px;
}
.index_sec2_detail a {
	color: #ad0c0c;
	font-size: 12px;
	text-decoration: none;

}

.index_sec2_detail svg {
	position: relative;
	top: -2px;
}


/*** sec5 ***/


/***sec6***/

.index_sec6 {
	padding: 80px 0;
	background: url(../images/ind6_bg.jpg) no-repeat center center;
	background-size: cover;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.index_sec6_txt {
	text-align: center;
}

.ico_kuan {
	width: 40px;
}

.index_sec6_txt h3 {
	color: #f5f5f5;
	font-size: 26px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-top: 20px;
	letter-spacing: 2px;
}

.index_sec6_txt i {
	width: 50px;
	height: 1px;
	background: #fff;
	display: block;
	margin: 20px auto;
}

.index_sec6_txt p {
	color: #f5f5f5;
	font-size: 34px;
	letter-spacing: 8px;
}

.index_sec6_yuan {
	margin: 20px auto;
	width: 80px;
	cursor: pointer;
}


/***sec6***/


/* 2018.03.21 */


/***sec7***/

.index_sec7 {
	margin: 80px auto 0;
	overflow: hidden;
	-webkit-transform: translateY(1000px);
	-moz-transform: translateY(1000px);
	-ms-transform: translateY(1000px);
	-o-transform: translateY(1000px);
	transform: translateY(1000px);
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}

.index_sec7_tit {
	text-align: center;
	color: #7c6a56;
}

.index_sec7_tit h3 {
	font-size: 26px;
	margin: 0 auto 20px;
	letter-spacing: 5px;
}

.index_sec7_tit h4 {
	border-top: 1px solid #ccbfb2;
	border-bottom: 1px solid #ccbfb2;
	width: 260px;
	line-height: 30px;
	font-size: 15px;
	letter-spacing: 8px;
	margin: 0 auto;
}
.index_sec7_box {
	width: 80%;
	margin: 70px auto;
}
.index_sec7_box .col-lg-8{
	width: 62%;
}
.index_sec7_left a {
	display: block;
	width: 85%;
	margin: auto;
}
.index_sec7_img_out {

	border: 1px solid #ccc;
	padding: 6px;
	position: relative;
}
.index_sec7_img_out img {
	width: 100%;
}

.index_sec7_img_in {
}
.index_sec7_img_out:before {
	content: ' ';
	display: block;
	width: 0;
	height: 1px;
	background: rgba(26,26,26,.65);
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.index_sec7_img_out:after {
	content: ' ';
	display: block;
	width: 0;
	height: 1px;
	background: rgba(26,26,26,.65);
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.index_sec7_img_in:before {
	content: ' ';
	display: block;
	width: 1px;
	height: 0;
	background: rgba(26,26,26,.65);
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.index_sec7_img_in:after {
	content: ' ';
	display: block;
	width: 1px;
	height: 0;
	background: rgba(26,26,26,.65);
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.index_sec7_img_in .mask {
	position: absolute;
 top: 6px;
 left: 6px;
 background: rgba(0,0,0,0.3);
 width: calc(100% - 12px);
 height: calc(100% - 12px);
 -webkit-transition: all 0.3s ease;
 -moz-transition: all 0.3s ease;
 -ms-transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
 transition: all 0.3s ease;
}
.index_sec7_img_in .mask_text {
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	color: #fff;
	text-align: center;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-top: 30px;
}
.index_sec7_img_in .mask_text h3 {
	letter-spacing: 6px;
	font-size: 20px;
	line-height: 32px;
}
.index_sec7_img_in .mask_text h5 {
	letter-spacing: 12px;
	font-size: 16px;
	line-height: 24px;
	margin-right: 5px;
	margin-top: 55px;
	color: #e5e5e5;
}
.index_sec7_right {}
.index_sec7_text {
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	float: right;
}
.index_sec7_text h3 {
	margin-left: 60px;
	letter-spacing: 8px;
	width: 24px;
	font-size: 24px;
	color: #333;
	line-height: 30px;
	word-wrap: break-word;
	vertical-align: top;
	font-weight: bold;
}
.index_sec7_text h5 {
	margin-top: 40px;
	font-size: 18px;
	line-height: 34px;
	color: #7c6a56;
	letter-spacing: 13px;
}
.index_sec7_text div {
	display: inline-block;
	position: relative;
	margin: 85px 40px 0 0;
	font-size: 16px;
	/* font-weight: bold; */
	letter-spacing: 0.18em;
	border: 3px solid #c6b298;
}
.index_sec7_text div:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 0;
	background: #c6b298;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.index_sec7_text div:hover:before {
	height: 100%;
}
.index_sec7_text div:after {
	position: absolute;
	top: -40px;
	left: 50%;
	content: "";
	width: 1px;
	height: 60px;
	background: #999;
}
.index_sec7_text div a {
	position: relative;
	display: block;
	padding: 30px 12px 20px;
	color: #666;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	letter-spacing: 9px;
}
.index_sec7_text div:hover a {
	color: #fff;
}

.index_sec7_left a:hover .index_sec7_img_out:before,
.index_sec7_left a:hover .index_sec7_img_out:after {
	left: 0;
	width: 100%;
}
.index_sec7_left a:hover .index_sec7_img_in:before,
.index_sec7_left a:hover .index_sec7_img_in:after {
	top: 0;
	height: 100%;
}
.index_sec7_left a:hover .mask {
	opacity: 1;
}
.index_sec7.active {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
.index_sec7_img {
	margin: 40px auto;
	-webkit-transform: translateY(1000px);
	-moz-transform: translateY(1000px);
	-ms-transform: translateY(1000px);
	-o-transform: translateY(1000px);
	transform: translateY(1000px);
	-webkit-transition: all 0.8s ease 0.5s;
	-moz-transition: all 0.8s ease 0.5s;
	-ms-transition: all 0.8s ease 0.5s;
	-o-transition: all 0.8s ease 0.5s;
	transition: all 0.8s ease 0.5s;
}



.index_sec7_img img {
	width: 400px;
	margin: 0 auto;
	display: block;
}

.index_sec7_btn p {
	text-transform: uppercase;
	color: #843642;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin: 10px auto;
	width: 100px;
}

.index_sec7_btn a {
	display: block;
	width: 100px;
	margin: auto;
	text-decoration: none;
	-webkit-transform: translateY(1000px);
	-moz-transform: translateY(1000px);
	-ms-transform: translateY(1000px);
	-o-transform: translateY(1000px);
	transform: translateY(1000px);
	-webkit-transition: all 0.8s ease 0.8s;
	-moz-transition: all 0.8s ease 0.8s;
	-ms-transition: all 0.8s ease 0.8s;
	-o-transition: all 0.8s ease 0.8s;
	transition: all 0.8s ease 0.8s;
}

.index_sec7.active .index_sec7_btn a {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

.index_sec7_btn img {
	width: 100px;
	display: block;
	margin: auto;
}
.index_sec7_btn {
	margin-bottom: 80px;
}


.index_sec7_li {
	width: 48%;
	margin: 40px auto 80px;
	-webkit-transform: translateY(1000px);
	-moz-transform: translateY(1000px);
	-ms-transform: translateY(1000px);
	-o-transform: translateY(1000px);
	transform: translateY(1000px);
	-webkit-transition: all 0.8s ease 1.2s;
	-moz-transition: all 0.8s ease 1.2s;
	-ms-transition: all 0.8s ease 1.2s;
	-o-transition: all 0.8s ease 1.2s;
	transition: all 0.8s ease 1.2s;
}

.index_sec7.active .index_sec7_li {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

.click {
	display: block;
	text-align: center;
	font-size: 18px;
	letter-spacing: 3px;
	color: #666;
	/*border: 1px solid #ccbfb2;*/
	width: 70%;
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.click:hover {
	color: #ad0c0c;
	/*border: 1px solid #ad0c0c;*/
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.index5_right h2{
	color: #666;
	font-size: 14px;
	line-height: 25px;
	margin: 0;
	margin-bottom: 10px;
	font-family: arial;
}
.index5_right h3{
	color: #f6f6f6;
	font-size: 14px;
	line-height: 25px;
	margin-top: 10px;
}
.index5_right p{
	color: #999;
	font-size: 13px;
	line-height: 25px;
	margin-bottom: 0;
	letter-spacing: 1px;
}

.index5_right{ text-align: right;}

/*****footer*********/

.footer {
	background: url("../images/ind4_bg.jpg") center/cover no-repeat;
	padding: 60px 0 20px;
	position: relative;
}

.erweima {
	text-align: center;
	/*border: 1px solid #a5a5a5;*/
	color: #999999;
	padding: 6px;
	font-size: 12px;
}

.erweima img{
	margin-bottom: 4px;
}
.footer_nav {
	width: 80%;
}

.footer_left ul {
	padding-left: 0;
	width: 20%;
	float: left;
}

.footer_left ul li a span {
	color: #666;
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
}

.footer_left ul li a {
	font-size: 13px;
	line-height: 25px;
	color: #888;
	letter-spacing: 2px;
}


/******footer******/


/*动画*/

.index_sec1.active .index_sec1_left,
.index_sec1.active .index_sec1_right,
.index_sec4.active .index_sec4_left ul li,
.index_sec5.active .index_sec5_list,
.index_sec4.active .index_sec4_right,
.index_sec7.active .index_sec7_left,
.index_sec7.active .index_sec7_right {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.index_sec3.active .index_sec3_left,
.index_sec3.active .index_sec3_right {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}


/*3.12*/

.logo_txt {
	margin-bottom: 32px;
}

.logo_txt h4 {
	/*从左向右 从右向左是 writing-mode: vertical-rl;*/
	writing-mode: tb-rl;
	height: 390px;
	text-align: left;
	color: #333;
	letter-spacing: 6px;
	font-size: 20px;
	line-height: 60px;
	transition: all 0.5s 1.2s;
	-moz-transition: all 0.5s 1.2s;
	-ms-transition: all 0.5s 1.2s;
	-o-transition: all 0.5s 1.2s;
	-webkit-transition: all 0.5s 1.2s;
}

.header .logo {
	text-align: left;
}

.logo_txt span {
	/* font-weight: bold; */
	color: #333;
}

.scroll_down {
	width: 50px;
	border: 1px solid #999;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-khtml-border-radius: 50%;
	position: fixed;
	right: 80px;
	bottom: 100px;
	z-index: 99;
	background: #fff;
	cursor: pointer;
}

.scroll_down img {
	width: 100%;
	padding: 10px;
}

.header h1 {
	position: absolute;
	font-size: 15px;
	color: #333;
	/* font-weight: bold; */
	letter-spacing: 1px;
	width: 15px;
	top: 43.4%;
	left: 43%;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: all 2s 1.5s, opacity 0.2s 1.5s;
	-moz-transition: all 2s 1.5s, -moz-opacity 0.2s 1.5s;
	-ms-transition: all 2s 1.5s, -ms-opacity 0.2s 1.5s;
	-o-transition: all 2s 1.5s, -o-opacity 0.2s 1.5s;
	-webkit-transition: all 2s 1.5s, -webkit-opacity 0.2s 1.5s;
	margin-left: 3px;
}

.header.done h1 {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	width: auto;
	top: 108px;
	left: 40px;
}

.header.done .logo_txt h4 {
	line-height: 32px;
	font-size: 15px;
	height: 275px;
	width: 70px;
}

.kf{
	width: 82px;
	height: 91px;
	background-color:#d6caba;
	position:fixed;
	bottom:16%;
	right:2%;
	z-index: 2;
	text-align: center;
	padding-top: 16px;
	opacity: 0;
	transition:all .5s;
	-moz-transition:all .5s;
	-ms-transition:all .5s;
	-o-transition:all .5s;
	-webkit-transition:all .5s;
}
.kf_img ,#toTop img {
	width: 40%;
 margin: 0 auto;
}


.kf_txt{
	color: #fff;
	text-align: center;
	line-height: 20px;
	font-size: 16px;
	margin-top: 6px;
	text-decoration: none;
}
.kf_txt a{
	color: #fff;
}
@media(max-width:1800px) {}

@media(max-width:1700px) {}

@media(max-width:1640px) {
	.index_sec1_txt h6{
		font-size: 13px;
		line-height: 22px;
	}
}

@media(max-width:1600px) {}

@media(max-width:1500px) {
	.banner_img_mid img {
		width: 217px;
	}
	.left_menunav {
		top: 27%;
	}
	.index_sec7_left a {
		width: 100%;
	}
	.index_sec7_text h5 {
		line-height: 1.8;
	}
	.index_sec7_text div {
		margin: 60px 10px 0 0;
	}
}

@media(max-width:1440px) {}

@media(max-width:1366px) {
	.index_sec7_box {
		width: 70%;
	}
	.index_sec1_txt .about_top{
		margin: 0;
	}
	.index_sec1_txt h6{
		font-size: 12px;
		line-height: 20px;
		letter-spacing: 0;

	}
}

@media(max-width:1280px) {}

@media(max-width:1200px) {
	.index_sec1_txt {
		width: 70%;
		padding-right: 30px;
	}
	.about_top {
		display: none;
	}
	.index_sec4_bg {
		width: 130px;
	}
	.index_sec6_yuan {
		width: 103px;
	}
}


.index_sec7_boximg{
	width:100%;
	overflow: hidden;
}
.index_sec7_boximg img{
		transition:all 0.3s;
-moz-transition:all 0.3s;
-ms-transition:all 0.3s;
-o-transition:all 0.3s;
-webkit-transition:all 0.3s;
	width:100%;
}
.index_sec7_boximg:hover img{

transform:scale(1.1); 
-webkit-transform:scale(1.1); 
-moz-transform:scale(1.1); 
-o-transform:scale(1.1); 
 -ms-transform:scale(1.1);
}
.index_sec7_boxtxt{
	font-family: Arial;
	text-align: center;
	letter-spacing: 2px;
	font-size: 16px;
	line-height: 36px;
	color: #333;
	margin-top: 10px;
}


@media(max-width:768px) {
 .index_sec1_txt .inSecMore{
 text-align: left;
 margin-top: 0;
 }

	.navbar-nav {
		width: 100%;
		margin-left: 0px;
		text-transform: uppercase;
	}
	.navbar-nav li {
		text-align: center;
		border-bottom: 1px dotted #e5e5e5;
		line-height: 40px;
	}
	.navbar-nav li a {
		color: #666;
		font-size: 13px;
	}
	.navbar-nav li a:hover {
		color: #0752a4;
	}
	.headerbg {
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		z-index: 999999;
		background: #fff;
		-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	}
	.logo_boxlist {
		float: left;
		width: 40px;
		margin: 5px 0;
	}
	.navbar-toggle {
		margin: 5px 0;
	}
	.navbar-toggle .icon-bar {
		background-color: #000;
	}
	.navbar-collapse {
		border-top: 1px solid #e5e5e5;
	}
	
	.index_sec1_left,.index_sec1_right {
		width: 100%;
	}
	.index_sec1_txt {
		padding: 0;
		width: 100%;
	}
	.index_sec1 {
		padding: 40px 0;
	}
	.clp0 {
		width: 100%;
	}
	.ind_sec2_list {
		width: 25%;
		padding: 0;
		height: 70px;
		border: 1px solid rgba(255, 255, 255, 0.35);
	}
	.ind_sec2_list:nth-child(2 + n) {
		border-left: none;
	}
	.ind_sec2_show h5 {
		text-align: center;
		margin-bottom: 0;
	}
	.ind_sec2_show h5 img {
		width: 60px;
	}
	.ind_sec2_title {
		padding: 20px 0 0;
		width: 100%;
		position: static;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	.ind_sec2_title h4 {
		font-size: 14px;
		margin-top: 15px;
		line-height: 22px;
	}
	.ind_sec2_show p {
		text-align: center;
	}
	.ind_sec2_show {
		top: 50%;
 	transform: translateY(-25%);
 	-webkit-transform: translateY(-25%);
		-moz-transform: translateY(-25%);
		-ms-transform: translateY(-25%);
		-o-transform: translateY(-25%);
	}
	.ind_sec2_con .col-sm-6 {
		height: auto;
	}
	.ind_sec2_pro {
		margin-top: 30px;
	}
	.ind_sec2_list>a>div {
		overflow: hidden;
	}
	.ind_sec2_show p img {
		margin-top: -15px;
 	width: 60px;
	}
	.ind_sec2_list:nth-child(n+3) .ind_sec2_show p img {
		margin-top: -5px;
	}
	.ind_sec2_con {
		padding-bottom: 20px;
	}
	.inSec3I-txt {
		margin: 20px 20px 0;
	}
	.inSec3I-img h5 {
		left: 0;
	}
	.mainCon {
		width: 92%;
	}
	.inSecC-main {
		width: 100%;
	}
	.inSec4Item1 {
		margin-top: 20px;
	}
	.index_sec4 {
		padding: 40px 0;
	}
	
	.index_sec4_nav {
		width: 88%;
	}
	.index_sec4_right .index_sec1_tit {
		right: 10px;
	}
	.index_sec4_right {
		padding: 0;
		width: 100%;
	}
	.index_sec4_txt h6 {
		margin-bottom: 20px;
		margin-top: 20px;
		font-size: 13px;
		line-height: 24px;
	}
	.index_sec4_left ul .index_sec4_left_list1,.index_sec4_left ul .index_sec4_left_list2 {
		width: 100%;
		float: left;
		position: relative;
		cursor: pointer;
 	overflow: hidden;
 	margin-right: 0;
 	padding: 0;
	}
	.index_sec4_left_list2_box {
		position: relative;
	}
	.index_sec4_left {
		width: 100%;
	}
	.index_sec4_left ul li:hover .index_sec4_img img {
		transform: none;
	}
	.index_sec4_left ul li:hover .index_sec4_txt {
		transform: none;
	 opacity: 0;
	}
	.index_sec4_btxt {
		position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	}
	.index_sec4_btxt h3 {
	 color: #ffffff;
	 font-size: 21px;
	 line-height: 1;
	 padding-bottom: 12px;
	 position: relative;
	 left: 25px;
	 top: 44px;
	 font-weight: normal;
	 letter-spacing: 1px;
	}
	.index_sec4_btxt h5 {
	 text-transform: uppercase;
	 font-size: 15px;
	 letter-spacing: 0px;
	 color: #f1f1f1;
	 font-family: Arial;
	 margin-top: 10px;
	 position: relative;
	 left: 25px;
	 top: 31px;
	}
	/*.index_sec4_btxt span {
	 display: block;
	 width: 24px;
	 height: 24px;
	 background: url(../images/search.png) center no-repeat;
	 position: absolute;
	 left: 50%;
	 margin-left: -16px;
	 top: 50%;
	 margin-top: -16px;
	 background-size: contain;
	}*/
	.index_sec4_left_list2_box {
		height: 50%;
		margin-top: 10px;
		overflow: hidden;
	}
	.index_sec4_btxt h6 {
	 position: absolute;
	 width: 100%;
	 left: 0;
	 bottom: 30px;
	}
	.index_sec4_btxt h6 i {
	 display: block;
	 font-size: 20px;
	 position: absolute;
	 right: 30px;
	 bottom: 6px;
	 color: #fff;
	}
	
	
	.inSecItem_img {
		width: 24%;
	}
	.index_sec6_txt h3 {
		font-size: 20px;
		margin-top: 10px;
	}
	.index_sec6_txt i{
		margin: 10px auto;
	}
	.ico_kuan {
		width: 20px;
	}
	.index_sec6_txt p {
		font-size: 24px;
	}
	.index_sec6_txt p br {
		display: block !important;
	}
	.index_sec6_txt p span {
		margin: 0 !important;
	}
	.index_sec6_yuan {
		width: 70px;
		margin-bottom: 0;
	}
	.index_sec6 {
		padding: 40px 0;
	}
	.index_sec7_box {
		width: 88%;
		margin: 40px auto;
		margin-bottom: 0px;
	}
	.index_sec7_boxtxt {
		margin-top: 0 !important;
		margin-bottom: 20px;
	}
	.index_sec7_li {
		width: 88%;
		 margin: 20px auto 50px;
	}
	.index_sec7_li .col-xs-4 {
		padding: 0 5px;
	}
	.click {
		width: 100%;
		font-size: 14px;
		letter-spacing: 1px;
	}
	.footer {
		padding: 20px 0 20px;
	}
	.footer_nav {
		width: 92%;
	}
	.footer_nav .col-sm-4 {
		padding: 0;
	}
	.index5_right p {
		letter-spacing: 0px;
		font-size: 12px;
	}
	.erweima {
		width: 30%;
	 top: 32px;
	 left: 4%;
 }

}



/********2018.11.14*******/
@media (max-width: 768px) {
	
.nav_tiao_box {
	width: 90%;
}	
.navbar-toggle{
	padding-right: 0;
}
.banner{
	margin-top: 45px;
}

.ban_dre{
	width: 40px;
}
.ban_dre img{
	width: 100%;
}

.index_sec1_box{
	width: 90%;
}
.index_sec1_tit h5{
	width: 20px;
	font-size: 20px;
}
.index_sec1_tit h6{
	font-size: 14px;
}

.index_sec1_img h6 {
 margin: 15px 0;
 font-size: 12px;
 letter-spacing: 1px;
}

.index_sec1_txt p{
	line-height: 24px !important;
}

.ind_sec2_con{
	padding: 0 5%;
	padding-bottom: 40px;
}
.ind_sec2_title{
	padding-top: 40px;
}
.ind_sec2_title h5{
	font-size: 20px;
}
.ind_sec2_title h6{
	font-size: 14px;
}
.ind_sec2_title p span{
	font-size: 12px !important;
}
.ind_sec2_title p{
	line-height: 24px !important;
	text-indent:0 !important; 
}
.ind_sec2_list{
 border: 1px solid rgba(255, 255, 255, 0.35) !important;	
}
.ind_sec2_list{
	border-left: none !important;
}
.ind_sec2_list:first-child{
	border-left: 1px solid rgba(255, 255, 255, 0.35) !important;	
}


.ind_sec2_box_bg_list0 {
	background: url(../images/ind_sec2_phone_0.jpg) center no-repeat !important;
	background-size: cover !important;
	opacity: 0.4;
}
.ind_sec2_box_bg_list1 {
	background: url(../images/ind_sec2_phone_1.jpg) center no-repeat !important;
	background-size: cover !important;
}
.ind_sec2_box_bg_list2 {
	background: url(../images/ind_sec2_phone_2.jpg) center no-repeat !important;
	background-size: cover !important;
}
.ind_sec2_box_bg_list3 {
	background: url(../images/ind_sec2_phone_3.jpg) center no-repeat !important;
	background-size: cover !important;
}
.ind_sec2_box_bg_list4 {
	background: url(../images/ind_sec2_phone_4.jpg) center no-repeat !important;
	background-size: cover !important;
}

.index_sec3{
	padding: 40px 0;
}
.index_sec7_tit h3{
	font-size: 20px;
}
.index_sec7_tit h4{
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 4px;
}
.inSec3Swiper{
	margin-top: 20px;
}

.inSec3I-img h5 {
 top: -20px;
 width: 120px;
 height: 40px;
 line-height: 40px;
 font-size: 15px;
}

.inSec3I-txt h3{
	font-size: 16px;
}

.inSec3I-txt h6{
	font-size: 12px;
	line-height: 20px;
}

.inSec3A{
	display: none;
}
.index_sec4_rimg{
	padding-bottom: 20px;
}

.index_sec5{
	padding: 40px 0;
}
.index_sec5_txt{
	margin-bottom: 80px;
}
.inSecItem-A{
	margin-bottom: 10px;
}
.inSec5Item h5{
	font-size: 12px;
}
.inSec5Item h6{
	font-size: 14px;
}
.index_sec2_detail{
	margin-top: 10px;
}
.inSecC-main{
	top: -40px;
}

.index_sec6 {
	background: url(../images/ind6_bg_phone.jpg) no-repeat center center !important;
}

.index_sec7{
	margin-top: 40px;
}
.index_sec7_boxtxt{
	font-size: 14px;
}
.index_sec7_btn{
	margin-bottom: 40px;
}

.index_sec7_btn img{
	width: 60px;
}

.foot_contact .erweima{
	width: 100% !important;
	margin-bottom: 5px;
}

.foot_contact h5{
	font-size: 16px;
	color: #333;
	margin-bottom: 15px;
	text-align: center;
}
.foot_contact p{
 color: #999;
 font-size: 13px;
 line-height: 25px;
 margin-bottom: 0px;
 text-align: center;
}
.foot_contact .erweima img{
	width: 80px;
	display: block;
	margin: 0 auto;
	margin-bottom: 5px;
}

.index_sec1_tit{
	margin-right: 30px;
}
.index_sec1_img{
	width: calc(100% - 120px);	
}

.ind_sec2_phone .swiper-slide{
	height: 100% !important;
}

.ind_sec2_phone_icon img{
	width: 60px;
	margin-bottom: 10px;
}
.ind_sec2_phone_icon{
	text-align: center;
	padding: 15px 0;
}

.ind_sec2_phone{
	width: 90%;
	margin: 0 auto;
}


	
}
/********2018.11.14*******/
