@charset "UTF-8";

::-webkit-scrollbar {
	width: 8px;
	background: #f0f0f0;
}

::-webkit-scrollbar-thumb {
	width: 8px;
	background: #ddbf7a;
}

::-webkit-scrollbar-corner {
	background: #f0f0f0;
}

::-webkit-scrollbar:horizontal {
	height: 9px;
}

@font-face {
	font-family: H;
	src: url(../css/c.ttf);
}

.index_top {
	height: 40px;
	width: 100%;
	background: #2c2c2c;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
}

.index_top a {
	color: #fff;
}

.index_top .left ul {
	position: absolute;
	top: 50px;
	z-index: 200;
	left: 0;
	width: 84px;
	padding: 5px 0;
	background: #fff;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.index_top .left ul li {
	height: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	background: #fff;
}

.index_top .left ul li a {
	display: block;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	color: #333;
}

.index_top .left ul li:hover a {
	color: #ddbf7a;
}

.index_top .right {
	position: absolute;
	right: 3.12%;
	top: 0;
}

.index_top .right a {
	display: inline-block;
	padding-right: 16px;
	margin-right: 16px;
	line-height: 16px;
	height: 16px;
	border-right: 2px solid #f9f9f8;
}

.index_top .left:hover ul {
	visibility: visible;
	top: 40px;
	opacity: 1;
}

.h40 {
	height: 40px;
}


.header {
	height: 90px;
}

.header .top{
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	z-index: 99;
	width: 100%;
	height: 90px;
	background: #bb0202;
;
	position: fixed;
	left: 0;
	top: 0;
}

.header .left a {
	display: block;
}




.header .right .nav_ul {
	float: left;
}

.header .right .nav_ul .sel .nav_a1 {
	color: #ddbf7a;
}
.header .right .nav_ul .nav_a1:hover {
	color: #ddbf7a;
}
.header .right .nav_ul li {
	float: left;
	margin-right: 41px;
	text-align: center;
	line-height: 90px;
}

.header .right .nav_ul li a {
	display: block;
}

.header .right .nav_ul li .nav_a1 {
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.header .right .nav_ul li menu {
	position: absolute;
	top: 90px;
	width: 100%;
	background: #fff;
	z-index: 20;
	left: 0;
	visibility: hidden;
}

.header .right .nav_ul li menu a {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #555;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	opacity: 0;
	background: #fff;
	-webkit-transform: perspective(100px) rotateX(-90deg);
	-ms-transform: perspective(100px) rotateX(-90deg);
	transform: perspective(100px) rotateX(-90deg);
	-webkit-transform-origin: center top 0;
	-ms-transform-origin: center top 0;
	transform-origin: center top 0;
	transition-delay: 0s;
	visibility: hidden;
}

.header .right .nav_ul li menu a:hover {
	color: #fff;
	background: #ddbf7a;
}

.header .right .nav_ul li:hover menu a {
	opacity: 0.9;
	visibility: visible;
	-webkit-transform: perspective(100px) rotateX(0deg);
	-ms-transform: perspective(100px) rotateX(0deg);
	transform: perspective(100px) rotateX(0deg);
}

.header .right .nav_ul li:nth-child(1) {
	animation-delay: 0.1s;
}

.header .right .nav_ul li:nth-child(2) {
	animation-delay: 0.2s;
}

.header .right .nav_ul li:nth-child(3) {
	animation-delay: 0.3s;
}

.header .right .nav_ul li:nth-child(4) {
	animation-delay: 0.4s;
}

.header .right .nav_ul li:nth-child(5) {
	animation-delay: 0.5s;
}

.header .right .nav_ul li:nth-child(6) {
	animation-delay: 0.6s;
}

.header .right .nav_ul li:nth-child(7) {
	animation-delay: 0.7s;
}

.nav_ul li:hover menu a:nth-child(2) {
	transition-delay: 0.1s;
}

.nav_ul li:hover menu a:nth-child(3) {
	transition-delay: 0.2s;
}

.nav_ul li:hover menu a:nth-child(4) {
	transition-delay: 0.3s;
}

.nav_ul li:hover menu a:nth-child(5) {
	transition-delay: 0.4s;
}

.nav_ul li:hover menu a:nth-child(6) {
	transition-delay: 0.5s;
}

.nav_ul li:hover menu a:nth-child(7) {
	transition-delay: 0.6s;
}

.nav_ul li:hover menu a:nth-child(8) {
	transition-delay: 0.7s;
}

.nav_ul li:hover menu a:nth-child(9) {
	transition-delay: 0.8s;
}

.nav_sea {
	float: left;
	margin-left: 8px;
	height: 90px;
}

.nav_sea p {
	width: 21px;
	height: 21px;
	background: url(../img/fdj.png) no-repeat center;
	top: 34.5px;
	cursor: pointer;
}

.nav_sea .search {
	width: 300px;
	height: 70px;
	position: absolute;
	top: 110px;
	right: -30px;
	z-index: 30;
	height: 40px;
	border-top: 2px solid #ddbf7a;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	opacity: 0;
	visibility: hidden;
}

.nav_sea .search .sea_txt {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 40px;
	font-size: 16px;
	color: #333;
	height: 40px;
	border: none;
	box-sizing: border-box;
	padding: 0 16px;
	padding-right: 60px;
	background: #fff;
}

.nav_sea .search .sea_sub {
	position: absolute;
	right: 0;
	top: 6px;
	width: 21px;
	height: 28px;
	right: 24px;
	background: url(../img/sea.png) no-repeat center;
	font-size: 0;
	border: none;
	cursor: pointer;
}

.nav_sea:hover .search {
	opacity: 1;
	visibility: visible;
	top: 90px;
}

.nav_call {
	margin-left: 46px;
	float: left;
	height: 30px;
	line-height: 30px;
	padding-left: 66px;
	border-left: 1px solid #fff;
	background: url(../img/dh.png) 38px center no-repeat;
	top: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #fff
}

.banner {
	width: 100%;
	overflow: hidden;
	height: 750px;
}

.banner a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.header_fix {
	top: 0;
}

.ban_num {
	width: 100%;
	position: absolute;
	bottom: 30px !important;
	text-align: center;
	z-index: 30;
}

.ban_num span {
	width: 16px;
	height: 16px;
	opacity: 1;
	border: 1px solid #ddbf7a;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	margin: 0 12px !important;
	background: none;
}

.ban_num .swiper-pagination-bullet-active {
	background: #ddbf7a;
}

.index_product {
	width: 100%;
	background: url(../img/51.jpg) left center no-repeat #ebeff2;
	height: 870px;
	/*background: #f8f5f0;*/
	box-sizing: border-box;
	padding-top: 120px;
}

.index_product .inxpro_tit {
	text-align: center;
	font-size: 24px;
	line-height: 28px;
	color: #333;
}

.index_product .inxpro_eng {
	text-transform: uppercase;
	font-size: 18px;
	font-family: "黑体";
	color: #a6a5a4;
	margin-top: 6px;
	text-align: center;
}

.index_product .inxpro_ul {
	margin-top: 60px;
	width: 100%;
	overflow: hidden;
}

.index_product .inxpro_ul ul {
	width: 1414px;
}

.index_product .inxpro_ul ul li {
	width: 353px;
	float: left;
}

.index_product .inxpro_ul ul li a {
	display: block;
	width: 340px;
	height: 480px;
	overflow: hidden;
}

.index_product .inxpro_ul ul li a img {
	display: block;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	width: 100%;
	height: 100%;
}

.index_product .inxpro_ul ul li a .tit {
	position: absolute;
	left: 0;
	bottom: 46px;
	font-size: 18px;
	color: #fefefe;
	font-weight: bold;
	box-sizing: border-box;
	padding: 0 20px;
}

.index_product .inxpro_ul ul li a .ft {
	position: absolute;
	left: 0;
	box-sizing: border-box;
	padding: 0 20px;
	bottom: 22px;
	color: #fefefe;
	font-size: 14px;
}

.index_product .inxpro_ul ul li a:hover img {
	transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
}

.index_product .inxpro_ul ul li:nth-child(1) {
	animation-delay: 0.2s;
}

.index_product .inxpro_ul ul li:nth-child(2) {
	animation-delay: 0.4s;
}

.index_product .inxpro_ul ul li:nth-child(3) {
	animation-delay: 0.6s;
}

.index_product .inxpro_ul ul li:nth-child(4) {
	animation-delay: 0.8s;
}

.index_more {
	overflow: hidden;
	font-size: 14px;
	color: #fff;
	text-align: center;
	width: 160px;
	height: 40px;
	line-height: 40px;
	display: block;
	margin: 0 auto;
	margin-top: 75px;
	background: #8b0c0b;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	background: #bb0202;
	border: 1px solid #bb0202;
}

.index_more:before {
	content: "";
	border-radius: 100%;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	background: #bb0202;
	-webkit-transform: scale(2);
	transform: scale(2);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	height: 100%;
	box-sizing: border-box;

}

.index_more:hover:before,
.index_more:focus:before,
.index_more:active:before {
	-webkit-transform: scale(0);
	transform: scale(0);
}

.index_more:hover {
	color: #bb0202;
	background: rgba(255,255,255);
}

.index_flower {
	height: 790px;
	background: url(../img/col3bg.jpg) left center no-repeat #ebeff2;
	width: 100%;
}

.index_flower .main {
	overflow: hidden;
	padding-top: 156px;
}

.index_flower .main .inxfer_con {
	width: 1110px;
	float: right;
	background: #fff;
	height: 464px;
	overflow: hidden;
	padding: 74px 55px;
	box-sizing: border-box;
}

.index_flower .main .inxfer_con .left {
	float: left;
	width: 345px;
	height: 317px;
}

.index_flower .main .inxfer_con .left a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.index_flower .main .inxfer_con .left a img {
	width: 100%;
	height: 100%;
}

.index_flower .main .inxfer_con .right {
	overflow: hidden;
	box-sizing: border-box;
	padding-left: 56px;
	padding-right: 88px;
	height: 100%;
	background: url(../img/hbg.png) right 40px top 118px no-repeat;
}

.index_flower .main .inxfer_con .right .rtit {
	font-size: 20px;
	color: #333;
	line-height: 22px;
}

.index_flower .main .inxfer_con .right .rtit span {
	padding-left: 40px;
	display: inline-block;
	color: #666666;
	cursor: pointer;
}
.index_flower .main .inxfer_con .right .rtit span.hover{
	color: #b7071b;
}
.index_flower .main .inxfer_con .right .rtit span:first-child{
	padding-left: 0;
}

.index_flower .main .inxfer_con .right .rtit span:after {
	content: "";
	width: 1px;
	height: 17px;
	background: #d9d9d9;
	position: absolute;
	left: 20px;
	top: 2px;
}
.index_flower .main .inxfer_con .right .rtit span:first-child::after{display: none;}
.index_flower .main .inxfer_con .right .font {
	font-size: 14px;
	margin-top: 36px;
	line-height: 28px;
	color: #666;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	height: 140px;
}

.all_more {
	overflow: hidden;
	width: 160px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #ddbf7a;
	font-size: 14px;
	background: #ddbf7a;
	display: block;
	margin-top: 64px;
	color: #fff;
}

.all_more span {
	display: block;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.anim {
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
}

.anim:before {
	position: relative;
	content: '';
	display: block;
	margin-top: 100%;
}

.anim:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 50%;
}

.all_more:hover .anim {
	-moz-animation: anim-out 0.75s;
	-webkit-animation: anim-out 0.75s;
	animation: anim-out 0.75s;
}

.all_more:hover .anim:after {
	-moz-animation: anim-out-pseudo 0.75s;
	-webkit-animation: anim-out-pseudo 0.75s;
	animation: anim-out-pseudo 0.75s;
}

@keyframes anim-in {
	0% {
		width: 0%;
	}

	100% {
		width: 100%;
	}
}

@keyframes anim-out {
	0% {
		width: 0%;
	}

	100% {
		width: 100%;
	}
}

@keyframes anim-out-pseudo {
	0% {
		background: #f8f5f0;
	}

	100% {
		background: transparent;
	}
}

.index_sala {
	height: 1123px;
}

.index_sala .main {
	height: 100%;
	box-sizing: border-box;
	padding-top: 180px;
}

.index_sala .main .inxsala_tit {
	text-indent: 66px;
	font-size: 48px;
	width: 450px;
	text-align: center;
	line-height: 52px;
	color: #333;
	line-height: 52px;
}

.index_sala .main .all_more {
	margin-top: 48px;
	margin-left: 165px;
}

.index_sala .bor {
	width: 906px;
	height: 566px;
	position: absolute;
	bottom: 94px;
	left: 224px;
	border: 2px solid #e6f0fe;
	box-sizing: border-box;
	z-index: -1;
}

.index_sala .engfont {
	position: absolute;
	line-height: 120px;
	text-align: center;
	text-transform: uppercase;
	font-size: 80px;
	color: #f4f4f4;
	bottom: 154px;
	right: 96px;
}

.inxsala_limg {
	width: 850px;
	height: 592px;
	position: absolute;
	right: 0;
	top: 100px;
}

.inxsala_limg a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.inxsala_limg a img {
	width: 100%;
	height: 100%;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.inxsala_limg:hover a img {
	transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
}

.inxsala_simg {
	width: 425px;
	height: 455px;
	position: absolute;
	left: 0;
	bottom: 146px;
}

.inxsala_simg a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.inxsala_simg a img {
	width: 100%;
	height: 100%;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.inxsala_simg:hover a img {
	transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
}

.index_news {
	width: 100%;
	/*background: #f8f8f8;*/
	box-sizing: border-box;
	background: url(../img/col5bg.jpg) left center no-repeat #ebeff2;
	padding-top: 78px;
	padding-bottom: 85px;
}

.index_news .inxnews_tit {
	font-size: 24px;
	line-height: 28px;
	color: #333;
	text-align: center;
}

.index_news .inxnews_eng {
	text-transform: uppercase;
	text-align: center;
	font-size: 17px;
	font-family: arial;
	margin-top: 8px;
	color: #666;
}

.inxnews_ul {
	width: 100%;
	overflow: hidden;
	margin-top: 60px;
}

.inxnews_ul ul {
	width: 1419px;
	overflow: hidden;
}

.inxnews_ul ul li {
	width: 473px;
	float: left;
}

.inxnews_ul ul li a {
	display: block;
	width: 454px;
}

.inxnews_ul ul li a .img {
	width: 100%;
	height: 296px;
	overflow: hidden;
}

.inxnews_ul ul li a .img img {
	width: 100%;
	height: 100%;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.inxnews_ul ul li a .textover {
	margin-top: 20px;
	font-size: 18px;
	color: #333;
}

.inxnews_ul ul li a .data {
	color: #ddbf7a;
	font-size: 14px;
	margin-top: 9px;
}

.inxnews_ul ul li a .font {
	line-height: 24px;
	font-size: 14px;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: auto;
	color: #666;
	margin-top: 12px;
}

.inxnews_ul ul li a:hover .img img {
	transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
}

.inxnews_ul ul li:nth-child(1) {
	animation-delay: 0.2s;
}

.inxnews_ul ul li:nth-child(2) {
	animation-delay: 0.4s;
}

.inxnews_ul ul li:nth-child(3) {
	animation-delay: 0.6s;
}

.foo_top {
	width: 100%;
	padding: 68px 0 38px 0;
	background: #2c2c2c;
}

.foo_top .main {
	overflow: hidden;
}

.foo_top .main .foo_ul {
	float: left;
	overflow: hidden;
	margin-left: -58px;
}

.foo_top .main .foo_ul li {
	float: left;
	padding-top: 2px;
	padding: 0 58px;
	line-height: 30px;
}

.foo_top .main .foo_ul li .foo_a1 {
	display: block;
	font-size: 16px;
	color: #fff;
}

.foo_top .main .foo_ul li menu {
	margin-top: 8px;
}

.foo_top .main .foo_ul li menu a {
	display: block;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	font-size: 14px;
	color: #999;
}

.foo_top .main .foo_ul li menu a:hover {
	color: #fff;
}

.foo_top .main .foo_ul li:nth-child(1) {
	animation-delay: 0.1s;
}

.foo_top .main .foo_ul li:nth-child(2) {
	animation-delay: 0.2s;
}

.foo_top .main .foo_ul li:nth-child(3) {
	animation-delay: 0.3s;
}

.foo_top .main .foo_ul li:nth-child(4) {
	animation-delay: 0.4s;
}

.foo_top .main .foo_ul li:nth-child(5) {
	animation-delay: 0.5s;
}

.foo_top .main .foo_ul li:nth-child(6) {
	animation-delay: 0.6s;
}

.foo_top .main .foo_ul li:after {
	content: '';
	width: 1px;
	height: 200px;
	background: #444;
	position: absolute;
	right: 0;
	top: 0;
}

.foo_top .main .foo_code {
	float: right;
}

.foo_top .main .foo_code .code_tit {
	padding-top: 6px;
	font-size: 16px;
	color: #fff;
}

.foo_top .main .foo_code .code_con {
	overflow: hidden;
	margin-top: 24px;
}

.foo_top .main .foo_code .code_con .code_img {
	width: 110px;
	float: left;
}

.foo_top .main .foo_code .code_con .code_img img {
	display: block;
	width: 100%;
	height: 100%;
}

.foo_top .main .foo_code .code_con .code_img .ft {
	margin-top: 8px;
	text-align: center;
	font-size: 14px;
	color: #bbb;
}

.foo_top .main .foo_code .code_con .coderight {
	margin-left: 60px;
}

.foo_bot {
	width: 100%;
	background: #232323;
	padding: 14px 0;
	font-size: 14px;
}

.foo_bot .main {
	overflow: hidden;
}

.foo_bot .foo_left {
	float: left;
	width: 900px;
}

.foo_bot .foo_left .foo_coop {
	color: #999;
}

.foo_bot .foo_left .foo_coop a {
	color: #999;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	margin-right: 22px;
}

.foo_bot .foo_left .foo_coop a:hover {
	color: #fff;
}

.foo_bot .foo_left .foocopy {
	margin-top: 24px;
	color: #555;
}

.foo_bot .foo_right {
	float: right;
	padding-top: 36px;
	color: #555;
}

.foo_bot .foo_right a {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	color: #555;
}

.foo_bot .foo_right a:hover {
	color: #fff;
}

.index_about {
	height: 840px;
}

.index_about .main {
	overflow: hidden;
	height: 100%;
}

.inxabt_left {
	width: 648px;
	float: left;
	padding-top: 112px;
	height: 100%;
	box-sizing: border-box;
	text-align: center;
}

.inxabt_left .inxabt_flower {

	width: 134px;
	height: 148px;
	margin: 0 auto;
}

.inxabt_left .inxabt_tit {
	font-size: 24px;
	line-height: 28px;
	color: #333;
	margin-top: 30px;
}

.inxabt_left .inxabt_font {
	line-height: 28px;
	font-size: 14px;
	color: #666;
	margin-top: 45px;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	height: 112px;
	text-align: left;
}

.inxabt_ul {
	margin-top: 60px;
	overflow: hidden;
	text-align: center;
}

.inxabt_ul li {
	float: left;
	width: 22%;
}

.inxabt_ul li .data {
	font-weight: bold;
	font-size: 16px;
	color: #333;
	line-height: 56px;
}

.inxabt_ul li .data span {
	font-size: 52px;
	margin-right: 6px;
	font-family: H;
}

.inxabt_ul li:last-child {
	width: 34%;
}

.inxabt_left:after {
	content: '';
	width: 2px;
	height: 80px;
	background: #cecece;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -1px;
}

.inxabt_left::before {
	content: '';
	width: 2px;
	height: 164px;
	background: #cecece;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -1px;
}

.inxabt_right {
	width: 688px;
	overflow: hidden;
	float: right;
	padding-top: 132px;
}

.inxabt_right .inxabt_icon {
	height: 102px;
	line-height: 102px;
	width: 440px;
	border-bottom: 1px solid #c9c9c9;
	font-size: 18px;
	text-indent: 187px;
	background: url(../img/xj.png) no-repeat 152px center;
}

.inxabt_right .inxabt_eng {
	width: 14px;
	font-size: 14px;
	color: #888;
	position: absolute;
	letter-spacing: 4px;
	right: 2px;
	top: 208px;
	writing-mode: vertical-rl;
	padding: 20px 0 204px 0;
	line-height: 14px;
}

.inxabt_right .inxabt_eng:after {
	content: '';
	width: 10px;
	height: 10px;
	background: #ddbf7a;
	position: absolute;
	left: 50%;
	margin-left: -5px;
	top: 0;
}

.inxabt_right .inxabt_eng:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1px;
	margin-left: -0.5px;
	height: 195px;
	background: #ddd;
}

.inxabt_right .inxabt_vdo {
	width: 240px;
	height: 230px;
	position: absolute;
	right: 8px;
	bottom: 0;
}

.inxabt_right .inxabt_vdo a {
	display: block;
	width: 100%;
	height: 100%;
}

.inxabt_right .inxabt_vdo a img {
	width: 100%;
	height: 100%;
	display: block;
}

.inxabt_right .inxabt_vdo a p {
	width: 64px;
	height: 64px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: url(../img/vdo.png) no-repeat center;
	margin-left: -32px;
	margin-top: -32px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.inxabt_right .inxabt_vdo a:hover p {
	transform: rotate(360deg);
}

.inxabt_img {
	width: 590px;
	height: 500px;
}

.inxabt_img a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.inxabt_img a img {
	width: 100%;
	height: 100%;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.inxabt_img a:hover img {
	transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
}

.page_banner {
	width: 100%;
	height: 520px;
	background-position: center;
	background-repeat: no-repeat;
}

.page_column {
	width: 100%;
	height: 85px;
	line-height: 85px;
	background: #fff;
	box-shadow: 0 4px 16px rgba(153, 153, 153, 0.3);
}

.page_column .main {
	overflow: hidden;
}

.page_column .main .pagecol_left {
	float: left;
	padding-left: 26px;
	background: url(../images/page/home.png) left center no-repeat;
	color: #333;
	font-size: 14px;
}

.page_column .main .pagecol_left a {
	color: #333;
	padding-right: 14px;
	margin-right: 14px;
	display: inline-block;
	background: url(../images/page/sjx.png) right center no-repeat;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.page_column .main .pagecol_left a:hover {
	color: #ddbf7a;
}

.page_column .main .pagecol_right {
	float: right;
}

.page_column .main .pagecol_right a {
	font-size: 14px;
	color: #666;
	margin-left: 42px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.page_column .main .pagecol_right a:hover {
	color: #ddbf7a;
}

.page_column .main .pagecol_right .sel {
	color: #ddbf7a;
}

.prodea_con {
	margin-top: 60px;
	overflow: hidden;
}

.prodea_con .prodea_right {
	width: 800px;
	float: right;
}

.prodea_con .prodea_right .tit {
	font-size: 24px;
	color: #333;
	line-height: 32px;
}

.prodea_con .prodea_right .tft {
	font-size: 16px;
	margin-top: 12px;
	line-height: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #e5e5e5;
	color: #666;
}

.prodea_con .prodea_right .font {
	margin-top: 28px;
	line-height: 42px;
	font-size: 16px;
	color: #666;
	padding-bottom: 56px;
	border-bottom: 1px solid #e5e5e5;
}

.prodea_con .prodea_right .uabt {
	line-height: 30px;
	font-size: 16px;
	color: #666;
	margin-top: 22px;
}

.prodea_con .prodea_right .bot {
	margin-top: 40px;
	overflow: hidden;
}

.prodea_con .prodea_right .bot a {
	display: block;
	float: left;
	margin-right: 60px;
	width: 162px;
	height: 44px;
	font-size: 14px;
	background: #f5f5f5;
	color: #666;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	text-align: center;
	line-height: 44px;
}

.prodea_con .prodea_right .bot a:hover {
	color: #fff;
	background: #ddbf7a;
}

.prodea_tcon {
	margin-top: 90px;
	text-align: center;
}

.prodea_tcon .con {
	display: inline-block;
	background: #fff;
	line-height: 34px;
	padding: 0 56px;
	z-index: 2;
}

.prodea_tcon .con .tit {
	font-size: 24px;
	color: #333;
}

.prodea_tcon .con .eng {
	font-size: 17px;
	color: #666;
	font-family: arial;
	text-transform: uppercase;
}

.prodea_tcon:after {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1;
	background: #bfbfbf;
}

.prodea_font {
	margin-top: 50px;
}

.prodea_font .edit {
	font-size: 14px;
	color: #666;
	line-height: 32px;
}

.prodea_font .edit img {
	max-width: 100%;
}

.h56 {
	height: 56px;
}

.prodea_left {
	float: left;
	width: 500px;
}

.prodea_limg {
	overflow: hidden;
	width: 500px;
	height: 490px;
	background: #fafafa;
}

.prodea_limg li {
	width: 100%;
	height: 100%;
}

.prodea_limg img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.prodea_simg {
	height: 96px;
	padding: 0 60px;
	width: 500px;
	margin-top: 60px;
	overflow: hidden;
	box-sizing: border-box;
}

.prodea_simg .prodea_scon {
	height: 100%;
}

.prodea_simg ul {
	height: 100%;
}

.prodea_simg li {
	box-sizing: border-box;
	border: 1px solid #fff;
	width: 96px !important;
	height: 96x !important;
}

.prodea_simg .swiper-slide-thumb-active {
	border: 1px solid #ddd;
}

.prodea_simg img {
	cursor: pointer;
	width: 100%;
	height: 100%;
}

.prodea_scon {
	overflow: hidden;
}

.prodea_prve {
	position: absolute;
	left: 20px;
	top: 50%;
	width: 10px;
	height: 16px;
	background: url(../images/page/l.png) no-repeat center;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	z-index: 20;
	margin-top: -8px;
	cursor: pointer;
	outline: none;
}

.prodea_prve:hover {
	background: url(../images/page/ls.png) no-repeat center;
}

.prodea_next {
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 50%;
	width: 10px;
	height: 16px;
	background: url(../images/page/r.png) no-repeat center;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	z-index: 20;
	margin-top: -8px;
	outline: none;
}

.prodea_next:hover {
	background: url(../images/page/rs.png) no-repeat center;
}

.product_tit {
	text-align: center;
	font-size: 24px;
	line-height: 28px;
	color: #333;
	margin-top: 60px;
}

.product_eng {
	text-align: center;
	font-size: 17px;
	font-family: arial;
	margin-top: 8px;
	color: #666;
	text-transform: uppercase;
}

.product_ul {
	width: 100%;
	overflow: hidden;
	padding-top: 10px;
}

.product_ul ul {
	width: 1414px;
	overflow: hidden;
}

.product_ul ul li {
	width: 353.5px;
	float: left;
	margin-top: 18px;
}

.product_ul ul li a {
	display: block;
	text-align: center;
	width: 340px;
}

.product_ul ul li a .img {
	width: 100%;
	overflow: hidden;
	height: 440px;
}

.product_ul ul li a .img img {
	width: 100%;
	height: 100%;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.product_ul ul li a .tit {
	margin-top: 18px;
	font-size: 16px;
	color: #333;
}

.product_ul ul li a .ft {
	margin-top: 6px;
	font-size: 14px;
	color: #666;
}

.product_ul ul li a:hover .img img {
	transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
}

.product_bg {
	background: url(../images/page/probg.jpg) no-repeat center;
	width: 100%;
	height: 570px;
	margin-top: 60px;
}

.about_con {
	margin-top: 60px;
	overflow: hidden;
}

.about_con .left {
	float: left;
	width: 640px;
	padding-left: 24px;
}

.about_con .left .inxabt_ul {
	margin-top: 34px;
}

.about_con .left .tit {
	font-size: 24px;
	line-height: 28px;
	color: #333;
	margin-top: 26px;
}

.about_con .left .eng {
	font-size: 24px;
	color: #ccc;
	line-height: 28px;
	font-family: arial;
	margin-top: 18px;
}

.about_con .left .font {
	margin-top: 26px;
	line-height: 28px;
	font-size: 14px;
	color: #666;
}

.about_con .left .font p {
	text-indent: 28px;
}

.about_con .right {
	float: right;
	width: 668px;
	height: 560px;
}

.abtbot_tit {
	margin-top: 100px;
	text-align: center;
	font-size: 24px;
	color: #6e6e6e;
	line-height: 28px;
}

.abtbot_eng {
	font-size: 17px;
	font-family: arial;
	color: #d8d8d8;
	margin-top: 10px;
	text-align: center;
	text-transform: uppercase;
}

.abtbot_con {
	overflow: hidden;
	margin-top: 50px;
}

.abtbot_con .left {
	float: left;
	width: 630px;
	height: 580px;
}

.abtbot_con .right {
	float: right;
	width: 732px;
}

.abtbot_con .right .abt_icon {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.abtbot_con .right .abt_icon li {
	float: left;
	margin-top: 40px;
	width: 338px;
}

.abtbot_con .right .abt_icon li .icon {
	padding-left: 52px;
	font-size: 18px;
	color: #333;
	line-height: 42px;
	background-position: left center;
	background-size: 38px;
	background-repeat: no-repeat;
}

.abtbot_con .right .abt_icon li .font {
	line-height: 32px;
	font-size: 16px;
	color: #666;
	margin-top: 6px;
}

.abtbot_con .right .abt_icon .all_more {
	position: absolute;
	right: 0;
	bottom: 0;
}

.contact_con {
	margin-top: 60px;
	overflow: hidden;
}

.contact_con .left {
	float: left;
	width: 652px;
	height: 408px;
}

.contact_con .left img {
	width: 100%;
	height: 100%;
}

.contact_con .right {
	float: right;
	width: 688px;
}

.contact_con .right .tit {
	padding-top: 30px;
	line-height: 40px;
	font-size: 36px;
	color: #333;
}

.contact_con .right .cul {
	margin-top: 24px;
	line-height: 74px;
	color: #333;
	font-size: 18px;
}

.map {
	width: 100%;
	height: 630px;
	margin-top: 60px;
}

.map img {
	width: 100%;
	height: 100%;
}

.ctc_font {
	padding: 10px 0;
	margin-top: 50px;
	color: #666;
	font-size: 16px;
	border-bottom: 1px solid #e5e5e5;
}

.ctc_form {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 10px;
}

.ctc_form .ctc_input {
	margin-top: 20px;
	width: 680px;
	background: #f5f5f5;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	padding: 0 20px;
}

.ctc_form .ctc_input .tit {
	font-size: 16px;
	color: #666;
}

.ctc_form .ctc_input input {
	box-sizing: border-box;
	padding: 0 110px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: none;
	background: none;
}

.ctc_textarea {
	margin-top: 20px;
	width: 100%;
	background: #f5f5f5;
	height: 230px;
	box-sizing: border-box;
	padding: 0 20px;
}

.ctc_textarea .tit {
	font-size: 16px;
	color: #666;
	line-height: 50px;
}

.ctc_textarea textarea {
	box-sizing: border-box;
	padding: 16px 110px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: none;
	background: none;
	outline: none;
}

.ctc_code {
	margin-top: 30px;
	overflow: hidden;
}

.ctc_code .left {
	width: 270px;
	height: 50px;
	background: #f5f5f5;
	line-height: 50px;
	padding: 0 20px;
	box-sizing: border-box;
	float: left;
	font-size: 16px;
	color: #333;
}

.ctc_code .left input {
	box-sizing: border-box;
	padding: 0 16px 0 86px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: none;
	background: none;
}

.ctc_code .right {
	display: block;
	float: left;
	margin-left: 30px;
	height: 50px;
	width: 140px;
}

.ctc_code .right img {
	width: 100%;
	height: 100%;
}

.ctc_bot {
	text-align: center;
	margin-top: 54px;
	padding-bottom: 20px;
}

.ctc_bot input {
	display: inline-block;
	width: 162px;
	height: 44px;
	background: #f5f5f5;
	font-size: 16px;
	color: #666;
	margin: 0 35px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	cursor: pointer;
	border: none;
}

.ctc_bot input:hover {
	background: #ddbf7a;
	color: #fff;
}

.bgf5 {
	background: #f5f5f5;
}

.min_height400 {
	min-height: 400px;
}

.culture_con {
	margin-top: 60px;
	color: #333;
	line-height: 30px;
	font-size: 16px;
	padding: 50px 28px;
	background: #fff;
}

.culture_con img {
	max-width: 100%;
}

.hor_ul {
	width: 100%;
	overflow: hidden;
}

.hor_ul ul {
	padding-top: 30px;
	width: 1414px;
	overflow: hidden;
}

.hor_ul ul li {
	width: 353.5px;
	float: left;
	margin-top: 30px;
}

.hor_ul ul li a {
	display: block;
	width: 340px;
}

.hor_ul ul li a .img {
	width: 100%;
	height: 370px;
	overflow: hidden;
	background: #fafafa;
}

.hor_ul ul li a .img img {
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}

.hor_ul ul li a .textover {
	font-size: 16px;
	color: #333;
	margin-top: 20px;
	padding: 0 12px;
	text-align: center;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.hor_ul ul li a:hover .img img {
	transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
}

.hor_ul ul li a:hover .textover {
	color: #ddbf7a;
}

.page_num {
	margin-top: 60px;
	text-align: center;
	font-size: 14px;
	line-height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page_num .arr {
	font-size: 18px;
}

.page_num a,
.page_num span {
	margin: 0 10px;
	width: 45px;
	height: 45px;
	box-sizing: border-box;
	line-height: 45px;
	font-size: 14px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	color: #666;
	border: 1px solid #e6e6e6;
}

.page_num span {
	border: none;
}

.page_num a:hover {
	background: #ddbf7a;
	color: #fff;
	border: 1px solid #ddbf7a;
}

.page_num .sel {
	background: #ddbf7a;
	color: #fff;
	border: 1px solid #ddbf7a;
}

.page_num .disabled {
	color: #aeaeae;
	border: 1px solid #e6e6e6;
}

.page_num .disabled:hover {
	cursor: not-allowed;
	color: #aeaeae;
	background: none;
	border: 1px solid #e6e6e6;
}

.newdea_tit {
	font-size: 24px;
	line-height: 32px;
	color: #333;
	border-bottom: 1px solid #dcdcdc;
	padding: 56px 0 16px 0;
}

.newdea_font {
	margin-top: 24px;
	font-size: 16px;
	line-height: 32px;
	color: #666;
	margin-bottom: 36px;
}

.newdea_font img {
	max-width: 100%;
}

.page_np {
	overflow: hidden;
	color: #666;
	font-size: 16px;
	padding-top: 26px;
	border-top: 1px dashed #d2d2d2;
}

.page_np p {
	width: 650px;
}

.page_np p:hover a {
	color: #ddbf7a;
}

.page_np .fr {
	text-align: right;
}

.page_np a {
	color: #666;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.news_ul {
	width: 100%;
	overflow: hidden;
}

.news_ul ul {
	width: 1419px;
	overflow: hidden;
}

.news_ul ul li {
	width: 473px;
	float: left;
	margin-top: 30px;
}

.news_ul ul li a {
	display: block;
	width: 454px;
	height: 485px;
	background: #fafafa;
}

.news_ul ul li a .img {
	width: 100%;
	height: 295px;
	overflow: hidden;
}

.news_ul ul li a .img img {
	width: 100%;
	height: 100%;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.news_ul ul li a .con {
	padding: 0 22px;
}

.news_ul ul li a .con .textover {
	margin-top: 18px;
	font-size: 18px;
	color: #333;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.news_ul ul li a .con .data {
	margin-top: 8px;
	font-size: 14px;
	color: #666;
}

.news_ul ul li a .con .font {
	margin-top: 10px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 48px;
}

.news_ul ul li a .con .more {
	margin-top: 26px;
	font-size: 14px;
	color: #333;
	text-decoration: underline;
}

.news_ul ul li a:hover .img img {
	transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
}

.news_ul ul li a:hover .con .textover {
	color: #ddbf7a;
}

.prodea_pop {
	display: none;
	position: fixed;
	z-index: 200;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.prodea_pop .propop_bg {
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
}

.prodea_pop .propop_con {
	box-sizing: border-box;
	padding: 0 30px;
	width: 750px;
	height: 650px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -375px;
	margin-top: -325px;
	z-index: 20;
}

.prodea_pop .propop_con .tit {
	text-align: center;
	padding-top: 36px;
	font-size: 32px;
	line-height: 34px;
	text-align: center;
	color: #333;
}

.prodea_pop .propop_con .ft {
	margin-top: 16px;
	line-height: 28px;
	font-size: 24px;
	color: #999;
	text-align: center;
}

.prodea_pop .propop_con .propop_form {
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.prodea_pop .propop_con .propop_form .proinput {
	width: 330px;
	height: 50px;
	line-height: 46px;
	box-sizing: border-box;
	border: 2px solid #ddd;
	padding: 0 18px;
	margin-top: 20px;
	overflow: hidden;
}

.prodea_pop .propop_con .propop_form .proinput p {
	float: left;
	line-height: 46px;
}

.prodea_pop .propop_con .propop_form .proinput p span {
	margin-right: 10px;
	color: #b30101;
}

.prodea_pop .propop_con .propop_form .proinput input {
	float: left;
	width: 240px;
	box-sizing: border-box;
	height: 100%;
	border: none;
	background: none;
	margin-left: 10px;
}

.prodea_pop .propop_con .propop_form .proinput input::-webkit-input-placeholder {
	color: #999;
}

.prodea_pop .propop_con .propop_form .protextarea {
	width: 100%;
	height: 180px;
}

.prodea_pop .propop_con .propop_form .protextarea textarea {
	float: left;
	width: 600px;
	box-sizing: border-box;
	height: 100%;
	border: none;
	background: none;
	margin-left: 10px;
	padding: 14px 0;
	outline: none;
}

.prodea_pop .propop_con .propop_form .protextarea textarea::-webkit-input-placeholder {
	color: #999;
}

.probtncon {
	overflow: hidden;
	margin-top: 30px;
}

.probtncon input {
	width: 330px;
	height: 50px;
	box-sizing: border-box;
	border: 2px solid #ddd;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	font-size: 16px;
	color: #666;
	cursor: pointer;
	background: none;
}

.probtncon input:hover {
	color: #fff;
	background: #ddbf7a;
	border: 2px solid #ddbf7a;
}

.propop_call {
	font-size: 24px;
	margin-top: 32px;
	color: #999;
	line-height: 28px;
}

.propop_call span {
	color: #ddbf7a;
}

.propop_close {
	width: 70px;
	height: 70px;
	background: url(../images/page/close.png) no-repeat center;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -90px;
	z-index: 10;
}

.vdo_ul {
	width: 100%;
	overflow: hidden;
}

.vdo_ul ul {
	width: 1419px;
	overflow: hidden;
	padding-top: 30px;
}

.vdo_ul ul li {
	width: 473px;
	float: left;
	margin-top: 30px;
}

.vdo_ul ul li a {
	display: block;
	width: 454px;
}

.vdo_ul ul li a .img {
	width: 100%;
	height: 295px;
	overflow: hidden;
}

.vdo_ul ul li a .img img {
	width: 100%;
	height: 100%;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.vdo_ul ul li a .img .vdo {
	background: url(../images/index/vdo.png) no-repeat center;
	width: 64px;
	height: 64px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -32px;
	margin-top: -32px;
	z-index: 10;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.vdo_ul ul li a .textover {
	text-align: center;
	padding: 0 16px;
	font-size: 16px;
	margin-top: 12px;
	color: #333;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.vdo_ul ul li a:hover .img img {
	transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
}

.vdo_ul ul li a:hover .img .vdo {
	transform: rotate(360deg);
}

.vdo_ul ul li a:hover .textover {
	color: #ddbf7a;
}

/*# sourceMappingURL=style.css.map */
.imghover img{ overflow:hidden; transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}/* 设置图片经过放大 */
.imghover:hover img{ transform:scale(1.05); -webkit-transform:scale(1.05);}/* 设置图片经过放大 */
.imghover .pic{ overflow:hidden;}/* 设置图片经过放大 */
.imghover .pic img{ overflow:hidden; transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}/* 设置图片经过放大 */
.imghover:hover .pic img{ transform:scale(1.05); -webkit-transform:scale(1.05);}/* 设置图片经过放大 */
.pic{position: relative;}
.pic:before{display: block;content: '';padding-top: 60%;}

.pic img{position: absolute;width: 100%;height: 100%;left: 0;top: 0;object-fit: cover; object-position: center center;}
.clearC:after {display: block;content: ' ';clear: both;visibility: hidden;}

.column2{margin-right: -12px;overflow: hidden;margin-top: 60px;margin-bottom: 60px;}
.column2 dd{width: 25%;float: left;display: inline;}
.column2 dd .con{margin-right: 12px;display: block;}
.column2 dd .con .pic::before{padding-top: 141.1764%;}
.column2 dd .con .pic .text{height: 79px;line-height: 79px;width: 100%;position: absolute;left: 0;bottom: 0;z-index: 2;background: url(../img/col2bg.png)no-repeat center / 100%;font-size: 18px;font-weight: bold;color: #fefefe;padding: 0 20px;box-sizing: border-box;}

.column3{padding: 70px 0 80px;background: #fff;}
.col3Dl{margin-right: -12px;margin-bottom: 60px;}
.col3Dl dd{width: 25%;float: left;display: inline;}
.col3Dl dd .con{margin-right: 12px;padding-bottom: 80px;position: relative;cursor: pointer;}
.col3Dl dd .con .pic::before{padding-top: 72.9411%;background: rgba(0,0,0,0.4) url(../img/video.png) no-repeat center;position: relative;z-index: 2;transition: all .4s ease;-webkit-transition: all .4s ease;}
.col3Dl dd .con .text{height: 80px;width: 100%;left: 0;bottom: 0;box-sizing: border-box;padding: 0 20px;text-align: center;box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);font-size: 19px;color: #333333;transition: all .4s ease;-webkit-transition: all .4s ease;z-index: 2;position: absolute;line-height: 80px;}
.col3Dl dd .con:hover .text{height: 106px;line-height: 106px;background: #b7071b;color: #fff;}
.col3Dl dd .con:hover .pic::before{background-position: top 40% center;}

.column3 .inxpro_tit {
	text-align: center;
	font-size: 24px;
	line-height: 28px;
	color: #333;
}

.column3 .inxpro_eng {
	text-transform: uppercase;
	font-size: 18px;
	font-family: "黑体";
	color: #a6a5a4;
	margin-top: 6px;
	text-align: center;
	margin-bottom: 65px;
}

.col5Dl{margin-right: -20px;overflow: hidden;}
.col5Dl dd{float: left;display: inline;width: 25%;}
.col5Dl dd .con{margin-right: 20px;display: block}
.col5Dl dd .con .pic{margin-bottom: 20px;}
.col5Dl dd .con .pic::before{padding-top: 64.8351%;}
.col5Dl dd .con .text{height: 18px;line-height: 18px;color: #333333;font-size: 18px;}


@media (max-width: 1400px) {
  .main{width: 1200px;}
  .inxabt_left{width: 450px;}
  .nav_call{margin-left: 30px;}
  .header .right .nav_ul li{margin-right: 28px}
  .foo_top .main .foo_ul li{padding: 0 40px;}
	.top .left{margin-top: 10px}
	.top .left img{height: 65px}
	.index_sala .main .inxsala_tit{
		width: 380px;}
}

.index_flower .main .inxfer_con .left a{display: none;}
.index_flower .main .inxfer_con .left a.hover{display: block;}
.col5Dl dd .con a{position: unset}
