@charset "utf-8";
/* --- 公用样式 --- */
span {
	display: block;
}
a:hover {
	color: #d40000;
}
.clear {
	clear: both;
}
em, i, p, span {
	line-height: 100%;
}
input {
	-webkit-user-select: text !important;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.shop em img {
	opacity: .5;
}
.shop em:hover img {
	opacity: 1;
}
.buy-hides {
	display: none;
	background: #fff;
	position: absolute;
	top: 80px;
	left: -17px;
	width: 150%;
	padding: 10px 15px;
}
.buy-hides a {
	display: block;
	font-size: 14px;
	padding-left: 30px;
	color: #333!important;
	height: 40px;
	line-height: 40px!important;
	border-bottom: 1px solid #eee;
}
.mall {
	position: relative;
}
.sjbanner{
	display: none;
}
.mall:hover .buy-hides {
	display: block;
}
.buy-hides a:hover {
	color: #d40000!important;
}
.home-banner .vehicle .text .urlan {
	height: 42px;
	line-height: 42px;
	position: relative;
	color: #fff;
	background: #d40000;
	border-radius: 5px;
	overflow: hidden;
	display: block;
	width: 125px;
	text-align: center;
}
.home-banner .vehicle .text .urlan:before {
	content: "";
	display: block;
	width: 140%;
	height: 100%;
	position: absolute;
	left: -156%;
	top: 0;
	z-index: 1;
	background: #fff;
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	transform: skewX(45deg);
	-webkit-transform: skewX(45deg);
	-moz-transform: skewX(45deg);
}
.home-banner .vehicle .text .urlan:hover:before {
	left: -21%;
}
.home-banner .vehicle .text .urlan .load-s0 {
	position: relative;
	z-index: 2;
	color: #fff;
	font-size: 14px;
	line-height: 42px;
	transition: .3s ease-in-out;
}
.home-banner .vehicle .text .urlan:hover .load-s0 {
	color: #d40000;
}
/* --- 公用样式 --- */
.pc {
	display: block;
}
.wap {
	display: none;
}
.img {
	transition: all .6s ease;
	overflow: hidden;
}
.img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.wrap {
	max-width: 1540px;
	margin: 0 auto;
}
/* --- 栏目 --- */
.page-column {
	text-align: center;
	margin-top: 90px;
	margin-bottom: 50px;
}
.page-column h2 {
	text-align: center;
	margin-bottom: 16px;
	font-size: 28px;
	font-weight: normal;
}
.page-column h2 b {
	color: #d40000;
}
.page-column p {
	font-size: 14px;
	color: #888;
}
/* --- 分页 --- */
.page-showpage {
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}
.page-showpage a {
	display: inline-block;
	border: 1px solid #efefef;
	padding: 6px 15px;
	border-radius: 4px;
	margin-left: 2px;
	margin-right: 2px;
}
.page-showpage a.now {
	background: #0D3180;
	color: #fff;
	border: 1px solid #0D3180;
}
/* --- 头部 - 显示 --- */
.page-header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 90px;
	z-index: 600;
	transition: all .3s;
}
.page-header .wrap02 {
	display: flex;
	align-items: center;
	height: 100%;
	transition: all .3s;
	position: relative;
	z-index: 100;
/*	width: 90%;*/
	width: 1540px;
	margin: 0 auto;
}
/* logo */
.page-header .logo {
	margin-right: auto;
}
.page-header .logo a.show {
	display: block;
}
.page-header .logo a.hide {
	display: none;
}
/* 在线商城 */
.page-header .mall {
	background: url(../images/gouwuche.png) no-repeat 0 center;
	padding-left: 33px;
	margin-left: 2rem;
	height: 90px;
}
.page-header .mall a {
	color: #fff;
	line-height: 90px;
}
.page-header .mall a:hover{
	color: #d40000;
}
/* 语言 */
.page-header .language {
	padding:0 3rem;
	line-height: 90px;
}
.page-header .language a {
	color: #fff;
}
.page-header .language:hover a {
	color: #d40000!important;
}
/* 搜索 */
.page-header .search {
	
}
.page-header .search .icon {
	background: url(../images/search.png) no-repeat center center rgba(0,0,0,.27);
	width: 36px;
	height: 36px;
	border-radius: 100px;
	cursor: pointer;
}
/* --- 头部 - 滑动 --- */
.page-header.slide {
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
}
/* logo */
.page-header.slide .logo a.hide {
	display: block;
}
.page-header.slide .logo a.show {
	display: none;
}
/* 导航 */
.page-header.slide .page-nav li .link {
	color: #000;
}
.page-header.slide .page-nav li .link.now {
	color: #d40000;
}
.page-header.slide .page-nav li .link:hover {
	color: #d40000;
}
/* 在线商城 */
.page-header.slide .mall a {
	color: #000;
}
/* 语言 */
.page-header.slide .language a {
	color: #000;
}
/* --- 头部 - 鼠标经过 --- */
.page-header:hover {
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
}
/* logo */
.page-header:hover .logo a.hide {
	display: block;
}
.page-header:hover .logo a.show {
	display: none;
}
/* 导航 */
.page-header:hover .page-nav li .link {
	color: #000;
}
.page-header:hover .page-nav li .link.now {
	color: #d40000;
}
.page-header:hover .page-nav li .link:hover {
	color: #d40000;
}
/* 在线商城 */
.page-header:hover .mall a {
	color: #000;
}
/* 语言 */
.page-header:hover .language a {
	color: #000;
}
/* --- 头部 - 搜索 --- */
.search{
	position: relative;
	padding: 27px 0;
}

.searchform{
	position: absolute;
	    top: 25px;
    right: 60px;
	opacity: 0;
	z-index: -99;
	transition: all .8s ease;
    -moz-transition: all .8s ease;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
}
.searchform form{
    display: block;
    width: 250px;
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
	background: rgba(255,255,255,1);
	border: 1px solid #eee;
}
.searchform .input{
	width: 200px;
    float: left;
    border: none;
    height: 40px;
    padding-left: 15px;
    background: transparent;
    line-height: 40px;
    font-size: 14px;
}
.searchform .btn {
    width: 40px;
    float: right;
    height: 40px;
    border: none;
    background-image: url('data:image/svg+xml;%20charset=utf8,%3Csvg%20t=%221574305755897%22%20class=%22icon%22%20viewBox=%220%200%201024%201024%22%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20p-id=%222329%22%20width=%2220%22%20height=%2220%22%3E%3Cpath%20d=%22M1023.6%20966.7c0%2031.7-25.6%2057.3-57.3%2057.3-16.6%200-31.2-7.3-41.7-18.5l-0.3%200.3L762%20843.3c27.6-28.7%2047.5-64.6%2057.7-104.5l185.7%20185.8-0.3%200.3c11.2%2010.5%2018.5%2025.2%2018.5%2041.8zM436%20871.8C195.4%20871.8%200.4%20676.7%200.4%20435.9%200.4%20195.2%20195.4%200%20436%200c240.5%200%20435.5%20195.2%20435.5%20435.9%200%20240.8-195%20435.9-435.5%20435.9z%20m-0.1-788.7c-181.8%200-352.5%20170.8-352.5%20352.8s170.7%20352.8%20352.5%20352.8c181.9%200%20352.5-170.8%20352.5-352.8%200.1-182-170.6-352.8-352.5-352.8z%22%20p-id=%222330%22%20fill=%22#000000%22%3E%3C/path%3E%3C/svg%3E');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 10px 8px;
}
.searchform .btn:hover{
	cursor: pointer;
}
.search:hover .searchform{
	right: 43px;
	opacity: 1;
	z-index: 99;
}
/* --- 头部 - 产品弹出 --- */
.pop-product {
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
	opacity: 0;
	height: 0;
	overflow: hidden;
	position: fixed;
	left: 0;
	width: 100%;
	top: 90px;
	transition: all .3s;
}

.headcpfl{
	overflow: hidden;
	width: 80%;
	margin: 0 auto;
	padding:50px 0;
}
.headcpfl .hcpl{
	width: 25%;
    float: left;
    padding: 0 3%;
    border-right: 1px dotted #e4e4e4;
}
.headcpfl .hcpl:last-child{
	border: none;
}
.headcpfl .hcpl .pic{
	overflow: hidden;
}
.headcpfl .hcpl .text{
	text-align: center;
	font-size: 14px;
	color: #666;
	line-height: 50px;
}

/* 搜索 */
.pop-product .search {
	height: 64px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 40px;
}
.pop-product .search .box {
	display: flex;
	align-items: center;
	height: 100%;
	width: 992px;
	margin: 0 auto;
	position: relative;
}
.pop-product .search .box form {
	width: 100%;
	display: block;
}
.pop-product .search .box:before {
	content: "";
	background: url(../images/search-icon.png) no-repeat 0 center;
	height: 64px;
	width: 19px;
	position: absolute;
	left: 0;
	top: 0;
}
.pop-product .search .box input {
	height: 40px;
	line-height: 40px;
	width: 90%;
	border: none;
	padding-left: 35px;
	font-size: 14px;
}
.pop-product .search .box input::-webkit-input-placeholder {
color:#b9b9b9;
}
.pop-product .search .box button {
	background: #272727;
	color: #fff;
	width: 80px;
	height: 40px;
	border: none;
	border-radius: 5px;
	margin-left: auto;
	font-size: 16px;
	cursor: pointer;
}
.pop-product .search .box button:active {
	opacity: .8;
}
/* 产品分类 */
.pop-product .type {
}

/*热门活动弹出*/
.pop-news {
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
	opacity: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	left: -450px;
	width: 1000px;
	top: 90px;
	
	transition: all .3s;
}
.pop-news02{
	padding: 50px 50px 30px 50px;
}
.pop-news img{
	transition: all .8s ease;
    -moz-transition: all .8s ease;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
}
.headnewsfl{
	width: 50%;
    padding-right: 3%;
    border-right: 1px solid #eee;
}
.headnewstop{
	padding-bottom: 40px;
}
.headnewstop dl{
	display: block;
}
.headnewstop dl .pic{
	overflow: hidden;
}
.headnewstop dl .pic img{
	width: 100%;
}
.headnewstop dl:hover .pic img{
	    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}
.headnewstop dl .wen{
	font-size: 16px;
	line-height: 40px;
	padding-top: 10px;
	display:block;
white-space:nowrap; 
overflow:hidden; 
text-overflow:ellipsis;
}
.headnewsbottom dl{
	width: 47%;
	float: left;
}
.headnewsbottom dl:last-child{
	float: right;
}
.headnewsbottom dl .pic{
	overflow: hidden;
}
.headnewsbottom dl .pic img{
	width: 100%;
}
.headnewsbottom dl:hover .pic img{
	    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}
.headnewsbottom dl:hover .wen{
	color: #d40000;
}
.headnewsbottom dl .wen{
	font-size: 14px;
	line-height: 40px;
	display:block;
white-space:nowrap; 
overflow:hidden; 
text-overflow:ellipsis;
	width: 90%;
	color: #666;
}
.headnewsfr{
	overflow: hidden;
	width: 47%;
}
.headnewsfr dl{
	width: 47%;
	float: left;
	margin-bottom: 12px;
}
.headnewsfr dl .pic{
	overflow: hidden;
}
.headnewsfr dl .pic img{
	width: 100%;
}
.headnewsfr dl:hover .pic img{
	    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}
.headnewsfr dl:hover .wen{
	color: #d40000;
}
.headnewsfr dl .wen{
	font-size: 14px;
	line-height: 40px;
	display:block;
white-space:nowrap; 
overflow:hidden; 
text-overflow:ellipsis;
	width: 90%;
	color: #666;
}
.headnewsfr dl:nth-child(2n){
	float: right;
}



/* --- 头部 - 子类目弹出 --- */
.pop-subcategory {
	background: #fff;
	border-bottom: none;
	opacity: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	left: -15%;
	width: 130%;
	top: 80px;
	transition: all .3s;
	z-index: -1;
	box-shadow: 0 3px 8px rgba(0,0,0,.1);
}
.pop-subcategory .wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 0px;
}
.pop-subcategory .wrap .list {
	
}
.pop-subcategory .wrap .list dt {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
.pop-subcategory .wrap .list dd {
	display: block;
	overflow: hidden;
}
.pop-subcategory .wrap .list dd a{
	width: 100%;
	float: left;
	display: block;
	line-height: 40px;
	font-size: 14px;
	color: #333;
	text-align: center;
/*	border-bottom: 1px dotted #e4e4e4;*/
}
.pop-subcategory .wrap .list dd a:hover{
	color: #d40000;
/*	background: #f5f5f5;*/
}
.pop-subcategory .wrap .pic {
	width: 60%;
	text-align: right;
}
/* --- 导航 --- */
.page-nav li {
	float: left;
	height: 90px;
	padding: 0 30px;
	position: relative;
}
/* 显示 */
.page-nav li .link {
	color: #fff;
	transition: all .3s;
	line-height: 90px;
	height: 90px;
}
.page-nav li .link:hover {
	color: #fff;
}
.page-nav li .link.now {
	color: #fff;
}
.page-nav li:first-child .link {
	letter-spacing: 3px;
}
/* 产品弹出
.page-nav li:hover .pop-product{opacity:1 !important; height:auto !important; top:90px !important;}
.page-nav li:visited .pop-product{opacity:1 !important; height:auto !important; top:90px !important;}
*/
 
/* 
.page-nav li:hover .pop-subcategory{opacity:1 !important; height:auto !important;  top:90px !important; border-bottom:1px solid #efefef !important; z-index:9999 !important;}
.page-nav li:visited .pop-subcategory{opacity:1 !important; height:auto !important; top:90px !important; border-bottom:1px solid #efefef !important; z-index:9999 !important;}子类目弹出 */

/*****网站首页******/

/* --- banner --- */
.home-banner {
	height: 100%;
}

/* banner */
.home-banner .vehicle {
/*	background-color: #222;*/
/*	background-size: cover;*/
	background-repeat: no-repeat;
	background-position: top center;
	height: 100%;
}
.home-banner .vehicle .box {
	display: flex;
	align-items: center;
	height: 100%;
	position: relative;
	width: 80%;
	margin: 0 auto;
}
/* 文案 */
.home-banner .vehicle .text {
	width: 60%;
	position: relative;
}
.home-banner .vehicle .text h3 {
	font-size: 63px;
	color: #fff;
	margin-bottom: 38px;
}
.home-banner .vehicle .text .dep {
	color: #fff;
	font-size: 32px;
	margin-bottom: 38px;
	position: relative;
}

/* 图片 */
/* --- 产品分类 --- */
.home-solution {
	overflow: hidden;
	padding: 100px 0;
}
/* 场景 */
.home-solution .scene {
	background: #fff;
	overflow: hidden;
	height: 129px;
	margin-bottom: 50px;
	transition: all .3s;
}
.home-solution .scene li {
	float: left;
	width: 25%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 129px;
	font-size: 18px;
	position: relative;
}
.home-solution .scene li:after {
	content: "";
	background: #e5e5e5;
	height: 49px;
	width: 1px;
	top: 40px;
	right: 0;
	position: absolute;
}
.home-solution .scene li:last-child:after {
	background: none;
}
.home-solution .scene:hover {
	box-shadow: 10px 10px 20px #ececec;
}
/* 图片 */
.home-solution .photo {
	display: flex;
	align-items: center;
}
.home-solution .photo .right {
	width: 50%;
	padding-left: 10px;
	margin-left: auto;
	overflow: hidden;
}
/*
.home-solution .photo .left:hover img {
	box-shadow: 10px 10px 20px #ececec;
}
*/
.home-solution .photo .left {
	width: 50%;
	padding-right: 10px;
	position: relative;
	overflow: hidden;
}
.home-solution .photo .left .cate01pic {
	overflow: hidden;
}
.home-solution .photo .left img {
	transition: all .5s;
}
.home-solution .photo .left:hover img {
	transform: scale(1.1, 1.1);
}
.home-solution .photo .left .wen {
	position: absolute;
	text-align: right;
	top: 70px;
	right: 86px;
}
.home-solution .photo .left .wen span.wen01 {
	font-size: 26px;
	color: #fff;
	padding-bottom: 10px;
	position: relative;
	z-index: 999;
}
.home-solution .photo .left .wen span.wen01:after {
	content: url('data:image/svg+xml;%20charset=utf8,%3Csvg%20t=%221574064469285%22%20class=%22icon%22%20viewBox=%220%200%201024%201024%22%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20p-id=%223612%22%20width=%2230%22%20height=%2230%22%3E%3Cpath%20d=%22M624.981%20511.867l-292.155%20292.16c-12.28%2012.27-12.28%2032.186%200%2044.457%2012.27%2012.28099999%2032.186%2012.281%2044.457%200l314.388-314.388c12.28-12.27%2012.28-32.186%200-44.457l-314.388-314.387c-6.136-6.14-14.183-9.211-22.228-9.211s-16.092%203.071-22.228%209.21099999c-12.28%2012.27-12.28%2032.186-1e-8%2044.45700001l292.15500001%20292.159z%22%20p-id=%223613%22%20fill=%22#ffffff%22%3E%3C/path%3E%3C/svg%3E');
	position: absolute;
	top: -2px;
	right: -28px;
}
.home-solution .photo .left .wen span.wen02 {
	font-size: 14px;
	color: #d8d8d8;
}
.home-solution .photo .left img {
	width: 100%;
}
.home-solution .photo .cate02 {
	margin-bottom: 20px;
}
.home-solution .photo .cate02, .home-solution .photo .cate03, .home-solution .photo .cate04 {
	position: relative;
	overflow: hidden;
	background: #000;
}
.home-solution .photo .cate02 .wen {
	position: absolute;
	text-align: right;
	top: 70px;
	right: 100px;
	transition: all .5s;
	opacity: 0;
}
.home-solution .photo img {
	transition: all .5s;
}
.home-solution .photo .cate03 .wen, .home-solution .photo .cate04 .wen {
	position: absolute;
	text-align: right;
	top: 50px;
	right: 100px;
	transition: all .5s;
	opacity: 0;
}
.home-solution .photo .cate02 .wen span.wen01 {
	font-size: 26px;
	color: #fff;
	padding-bottom: 10px;
	position: relative;
	z-index: 999;
}
.home-solution .photo .cate03 .wen span.wen01, .home-solution .photo .cate04 .wen span.wen01 {
	font-size: 22px;
	color: #fff;
	padding-bottom: 10px;
	position: relative;
	z-index: 999;
}
.home-solution .photo .cate02 .wen span.wen01:after, .home-solution .photo .cate03 .wen span.wen01:after, .home-solution .photo .cate04 .wen span.wen01:after {
	content: url('data:image/svg+xml;%20charset=utf8,%3Csvg%20t=%221574064469285%22%20class=%22icon%22%20viewBox=%220%200%201024%201024%22%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20p-id=%223612%22%20width=%2230%22%20height=%2230%22%3E%3Cpath%20d=%22M624.981%20511.867l-292.155%20292.16c-12.28%2012.27-12.28%2032.186%200%2044.457%2012.27%2012.28099999%2032.186%2012.281%2044.457%200l314.388-314.388c12.28-12.27%2012.28-32.186%200-44.457l-314.388-314.387c-6.136-6.14-14.183-9.211-22.228-9.211s-16.092%203.071-22.228%209.21099999c-12.28%2012.27-12.28%2032.186-1e-8%2044.45700001l292.15500001%20292.159z%22%20p-id=%223613%22%20fill=%22#ffffff%22%3E%3C/path%3E%3C/svg%3E');
	position: absolute;
	top: -2px;
	right: -28px;
}
.home-solution .photo .cate02 .wen span.wen02, .home-solution .photo .cate03 .wen span.wen02, .home-solution .photo .cate04 .wen span.wen02 {
	font-size: 14px;
	color: #e1e1e1;
}
.home-solution .photo .cate02 .catepic, .home-solution .photo .cate03 .catepic, .home-solution .photo .cate04 .catepic {
	background: #000;
}
.home-solution .photo .cate02:hover .catepic, .home-solution .photo .cate03:hover .catepic, .home-solution .photo .cate04:hover .catepic {
	opacity: 0.5;
}
.home-solution .photo .cate02:hover .wen {
	opacity: 1;
	right: 66px;
}
.home-solution .photo .cate03:hover .wen, .home-solution .photo .cate04:hover .wen {
	opacity: 1;
	right: 40px;
}
.home-solution .photo .left p:nth-child(1) {
	margin-bottom: 50px;
}
/* --- 明星产品 --- */
.home-merit {
	overflow: hidden;
	padding: 90px 0 70px 0;
	background: url("../images/bg-1.jpg") repeat top center;
}
.protitle {
	text-align: center;
}
.protitle p {
	font-size: 32px;
	padding-bottom: 15px;
}
.protitle span {
	font-size: 16px;
	color: #666;
}
.flchanpin_list {
	text-align: center;
	margin: 30px 0 0 0;
}
.flchanpin_list li {
	margin: 0 10px;
	background: #fff;
	transition: all .6s ease;
}
.flchanpin_list li .pic {
	overflow: hidden;
	border-bottom: 1px solid #eee;
}
.flchanpin_list li .pic img {
}
.flchanpin_list li .wen {
	padding: 40px 24px;
	text-align: left;
}
.flchanpin_list li .wen .zhishu {
}
.flchanpin_list li .wen .zhishu span {
	font-size: 12px;
	color: #666;
	display: inline-block;
	padding-right: 6px;
}
.flchanpin_list li .wen .zhishu i {
	display: inline-block;
	width: 11px;
	height: 11px;
	margin: 0 2px 0 0;
	background: url("../images/xing.png") no-repeat;
}
.flchanpin_list li .wen .ptotit {
	font-size: 22px;
	color: #333;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 12px 0 22px 0;
}
.flchanpin_list li .wen .note {
	color: #999;
	font-size: 14px;
	line-height: 20px;
	height: 40px;
}
.flchanpin_list li .wen .prom {
	width: 88px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	background: #f5f5f5;
	color: #333;
	font-size: 14px;
	margin-top: 30px;
	border-radius: 3px;
	transition: all .3s ease;
}
.flchanpin_list li:hover .prom {
	background: #d40000;
	color: #fff;
}
.flchanpin_list li:hover {
	box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.13);
}
/* --- 明星产品end --- */


/**优势实力派**/
.shilipai {
	background-color: #0e0e0e;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: 50%;
	padding: 110px 0 140px 0;
	position: relative;
}
.shilipai:after {
	content: " ";
	display: block;
	width: 46%;
	margin: 2%;
	position: absolute;
	height: 87%;
	border: 1px solid rgba(255,255,255,.25);
	top: 0;
	left: 0;
}
.youshilist {
	width: 50%;
}
.ystitle {
	padding: 0 0 43px 55px;
	position: relative;
}
.shilipai:before {
	content: " ";
	display: block;
	width: 50%;
	position: absolute;
	height: 1px;
	background: #1c1c1c;
	top: 209px;
	right: 0;
}
.ystitle p.title {
	color: #fff;
	font-size: 32px;
}
.ystitle span.hong {
	color: #e50000;
	display: inline-block;
}
.ystitle p.note {
	font-size: 16px;
	color: #666666;
	padding-top: 10px;
}
.yslist {
	overflow: hidden;
	padding-top: 65px;
}
.yslist li {
	display: block;
	width: 50%;
	float: left;
	padding-left: 55px;
	position: relative;
}
.yslist li:nth-child(1), .yslist li:nth-child(2) {
	margin-bottom: 55px;
	padding-bottom: 55px;
	border-bottom: 1px solid #1c1c1c;
}
.yslist li:nth-child(1):after, .yslist li:nth-child(3):after {
	content: " ";
	display: block;
	width: 1px;
	position: absolute;
	height: 70px;
	background: #1c1c1c;
	top: 0;
	right: 0;
}
.yslist li .ico {
}
.yslist li .wen {
	padding-left: 30px;
}
.yslist li .wen p {
	font-size: 18px;
	color: #ffffff;
	padding-bottom: 10px;
}
.yslist li .wen pre {
	color: #696969;
	font: 13px Arial, "Microsoft Yahei";
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	line-height: 20px;
}
/*斜线*/
.xian .heng01 {
	width: 310px;
	height: 1px;
	position: absolute;
	background: #292929;
	top: 50px;
	right: 106px;
}
.xian .xie01 {
	width: 45px;
	height: 1px;
	position: absolute;
	background: #292929;
	top: 31px;
	right: 89px;
	transform: rotate(125deg);
	-o-transform: rotate(125deg);
	-moz-transform: rotate(125deg);
	-webkit-transform: rotate(125deg);
}
.xian .xie02 {
	width: 27px;
	height: 1px;
	position: absolute;
	background: #292929;
	top: 39px;
	right: 85px;
	transform: rotate(125deg);
	-o-transform: rotate(125deg);
	-moz-transform: rotate(125deg);
	-webkit-transform: rotate(125deg);
}
.xian .heng02 {
	width: 74px;
    height: 1px;
    position: absolute;
    background: #292929;
    top: 13px;
    right: 25px;
}
.xian .heng03 {
	width: 37px;
	height: 1px;
	position: absolute;
	background: #292929;
	top: 29px;
	right: 54px;
}
.xian .yuan02 {
	width: 7px;
	height: 7px;
	background: #ed0200;
	position: absolute;
	top: 26px;
	right: 47px;
	border-radius: 50%;
/*	animation: dot 1s ease infinite;*/
}
.xian .yuan01 {
	background: #d40000;
	background-color: rgba(255,0,0,0.2);
	width: 25px;
	height: 25px;
	border-radius: 100px;
	position: absolute;
	top: 0px;
    right: 0px;
	animation: dot 2s ease infinite;
}
.xian .yuan01 em {
	background: #ed0200;
	width: 9px;
	height: 9px;
	border-radius: 100px;
	display: block;
	margin: 8px auto;
}

/*游戏实力派结束*/


/* --- 展示 --- */
.home-exhibition {
	margin-bottom: 75px;
}
.home-exhibition .wrap{
	padding: 60px 0;
	background: #f5f5f5;
}
/* 服务 */
.service-list ul {
	display: flex;
	align-items: center;
}
.service-list ul li {
	width: 33.333%;
	border-right: 1px solid #e9e9e9;
}
.service-list ul li a {
	transition: all .4s ease;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
}
.service-list ul li:hover a {
	padding-left: 18px;
}
.service-list ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
}
.service-list ul li a .icon {
	margin-right: 15px;
}
.service-list ul li a .text h3 {
	font-size: 22px;
	margin-bottom: 10px;
}
.service-list ul li a .text p {
	font-size: 14px;
	color: #888;
}
.service-list ul li:last-child {
	border: none;
}
/* --- 新闻中心 --- */
.home-news {
	padding-top: 90px;
	padding-bottom: 90px;
	overflow: hidden;
}
/* 切换 */
.home-news .hd {
	display: flex;
	align-items: center;
	margin-bottom: 45px;
}
.home-news .hd h2{
	font-size: 24px;
}
.home-news .hd h2 span{
	font-size: 14px;
	color: #cbcbcb;
	display: inline-block;
	padding-left: 12px;
}
.home-news .hd ul {
	margin-left: auto;
}
.home-news .hd ul li {
	float: left;
	margin-left: 10px;
	font-size: 14px;
	color: #888;
	cursor: pointer;
	border: 1px solid #eee;
	border-radius: 50px;
	height: 30px;
	line-height: 30px;
}
.home-news .hd ul li a{
	display: block;
	padding: 0 20px;
}
.home-news .hd li:hover,.home-news .hd li.more{
	
	background: #d40000;
	border: 1px solid #d40000;
}
.home-news .hd li.more a,.home-news .hd li:hover a{
	color: #fff;
}
/* 内容 */
.home-news .bd {
}
.home-news .bd li {
	float: left;
	width: 33.333%;
	padding: 0 15px;
}
.home-news .bd li a{
	
}
.home-news .bd li:nth-child(1){
	padding: 0 15px 0 0;
}
.home-news .bd li:nth-child(3){
	padding: 0 0 0 15px;
}
.home-news .bd li .pic{
	overflow: hidden;
	height: 260px;
}
.home-news .bd li .pic img{
	width: 100%;
	transition: all .8s ease;
}
.home-news .bd li .date {
	    color: #888888;
    font-size: 20px;
    font-weight: bolder;
	font-family: PingFang SC,Microsoft Sans Serif, WenQuanYi Micro Hei, Microsoft Yahei, Verdana, Helvetica Neue, Hiragino Sans GB,  sans-serif;
}
.home-news .bd li .text h3 {
	font-size: 16px;
	padding: 30px 0 20px 0;
	display: block;
	white-space: nowrap;
	width: 95%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.home-news .bd li .text p {
	color: #999999;
	font-size: 14px;
	line-height: 26px;
	width: 100%;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #eee;
}
.home-news .bd li:hover .pic img{
	transform: scale(1.1, 1.1);
}
.home-news .bd li:hover .text h3{
	color: #d40000;
}
/* --- 弹出 --- */
.pop-back {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7);
	z-index: 400;
	display: none;
}
.pop-video {
	width: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	top: -500%;
	position: fixed;
	margin: auto;
	z-index: 500;
	height: 50%;
}
/* --- 底部 --- */
.page-footer {
	background: #111;
	padding-top:90px;
	padding-bottom: 80px;
}
.page-footer .wrap {
	overflow: hidden;
}

/* 地图 */
.page-footer .map {
	float: left;
	width: 60%;
}
.page-footer .map dl {
	width: 25%;
	float: left;
}
.page-footer .map dl dt {
	color: #fff;
	margin-bottom: 20px;
	font-size: 18px;
}
.page-footer .map dl dd em {
	display: block;
	font-size: 14px;
	line-height: 200%;
}
.page-footer .map dl dd em a {
	color: #888;
}
.page-footer .map dl dd em a:hover {
	color: #fff;
}

/* 联系 */
.page-footer .contact {
	width: 40%;
	float: right;
}
.zixuntel a{
	font-size: 14px;
	color: #fff;
	margin-bottom: 35px;
	padding: 6px 25px;
	background: #d40000;
	display: block;
	width: 132px;
	float: right;
}
.zixuntel a i{
	    display: block;
    margin-right: 5px;
    float: left;
}
.zixuntel{
	float: right;
}
.zixuntel .tel{
	display: block;text-align: right;
	clear: both;
}
.zixuntel .tel p.biaore{
	font-size: 14px;
	color: #fff;
}
.zixuntel .tel p.dadianhua{
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	font-family: "Times New Roman"!important;
}
.erweima{
	float: right;
	width: 123px;
	margin-left: 30px;
}
.erweima img{
	width: 100%;
	padding: 3px;
	background: #fff;
}
.erweima p{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	text-align: center;
}


/* --- 版权 --- */
.page-copyright {
	background: #111111;
	overflow: hidden;
}
.page-copyright .box {
	border-top: 1px solid #222;
	height: 68px;
	display: flex;
	align-items: center;
	color: #575757;
	font-size: 12px;
	background: url("../images/ftlogo.png") no-repeat 0 24px;
}
.page-copyright .box .left{
	padding-left: 85px;
}
.page-copyright .box .left em {
	margin-right: 7px;
}
.page-copyright .box .right {
	margin-left: auto;
}
.page-copyright .box .right a {
	color: #575757;
}
.page-copyright .box .right a:hover{
	color: #d40000;
}

/* --- 产品简介 --- */

/* --- 产品详细 --- */

/* --- 产品相关 --- */

/* 标题 */
.product-relevant{
	background: #f5f5f5;
	padding: 60px 0;
	overflow: hidden;
}
.product-relevant .title {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	display: flex;
	align-items: center;
	margin: 0 10px 35px 10px
}
.product-relevant .title h2 {
	line-height: 38px;
}
.product-relevant .title .back {
	margin-left: auto;
}
.product-relevant .title .back a {
	background: #d40000;
	width: 116px;
	height: 38px;
	line-height: 38px;
	border-radius: 5px;
	color: #fff;
	display: block;
	text-align: center;
}
/* 内容 */
.product-relevant .content {
	margin-bottom: 100px;
}
.product-relevant .content ul {
	display: flex;
	align-items: center;
}
.product-relevant .content ul li {
	width: 48%;
	margin: 1%;
	padding: 2%;
	display: block;
	float: left;
	background: #fff;
	box-shadow: 0 3px 8px rgba(0,0,0,.1);
	transition: all .3s;
}
.product-relevant .content ul li .pic a {
	display: flex;
	align-items: center;
	padding: 3% 3% 60px 3%;
	justify-content: center;
}
.product-relevant .content ul li .text {
	text-align: center;
}
.product-relevant .content ul li .text h3 {
	font-size: 22px;
	margin-bottom: 20px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 90%;
}
.product-relevant .content ul li .text p {
	color: #888;
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	padding: 0 15px;
}
.product-relevant .content ul li:hover {
	box-shadow: 10px 10px 20px #ececec;
}
.flchanpin_list02{
	margin: 0;
}
.flchanpin_list02 li{
	width: 32%;
	float: left;
}
.flchanpin_list02 li a{

}



/* --- 动画 --- */
@keyframes dot {
 0% {
opacity:0;
}
 100% {
opacity:1;
}
}
 @-webkit-keyframes dot {
 0% {
opacity:0;
}
 100% {
opacity:1;
}
}



@media screen and (max-width:1679px) {
	/* --- 公用样式 --- */
.wrap {
	max-width: 90%;
	margin: 0 auto;
}
/* --- 导航 --- */
.page-nav li {
	padding: 0 20px;
}

	.flchanpin_list02 li{
	width: 31%;
	float: left;
}
	
/* 内容 */
.product-relevant .content ul li {
	width: 48%;
}
/* 图片 */

	.home-solution .photo .cate03, .home-solution .photo .cate04{
		width: 48.5%;
	}
	.shilipai {
   
    padding: 90px 0 100px 0;
    position: relative;
}
.home-solution .photo .right img {
	width: 100%;
}
.home-solution .photo .left p {
	height: 50%;
}
.home-solution .photo .left p:nth-child(1) {
	margin-bottom: 50px;
}
.home-banner .vehicle .text .other {
	position: absolute;
	right: 0px;
	top: 62%;
	height: 25px;
	width: 300px;
	opacity: 0;
}
}

@media screen and (max-width:1560px) {
	.home-banner .vehicle{
		background-size: cover;
	}
	.home-news .bd li .pic {
    overflow: hidden;
    height: 235px;
}
	.ystitle {
    padding: 0 0 30px 40px;
    position: relative;
}
	.yslist li {
    display: block;
    width: 50%;
    float: left;
    padding-left: 40px;
    position: relative;
}
	.yslist li .wen {
    padding-left: 15px;
}
	
	.shilipai:before {
    top: 162px;

}
	.page-header .wrap02{
		width: 90%;
	}
	.yslist {
    padding-top: 50px;
}
.yslist li:nth-child(1), .yslist li:nth-child(2) {
    margin-bottom: 35px;
    padding-bottom: 35px;
}
	.xian .heng01 {
    width: 224px;
}
	.shilipai {
    padding: 70px 0 90px 0;
    position: relative;
}
	.home-banner .vehicle .box{
		width: 85%;
	}
	.home-banner .vehicle .text h3{
		font-size: 50px;
		margin-bottom: 28px;
	}
	.home-banner .vehicle .text .dep{
		margin-bottom: 28px;
		font-size: 24px;
	}
	

}

@media screen and (max-width:1430px) {

}

@media screen and (max-width:1400px) {
	
	.home-solution {
    overflow: hidden;
    padding: 60px 0;
}
	.home-solution .photo .cate03, .home-solution .photo .cate04 {
    width: 48%;
}
	.home-merit {
    padding: 60px 0 50px 0;
}
	.home-news .bd li .pic {
    height: 210px;
}
	.home-news .hd {
    margin-bottom: 30px;
}
	.home-news {
    padding: 60px 0;
    overflow: hidden;
}

.home-banner .vehicle .text .other {
	position: absolute;
	right: 0px;
	top: 59%;
	height: 25px;
	width: 200px;
	opacity: 0;
}
.home-banner .vehicle .text h3 {
	font-size: 50px;
	color: #fff;
	margin-bottom: 25px;
}
	/* --- 导航 --- */
.page-nav li {
	margin-right: 0px;
	padding: 0 15px;
}

/* 内容 */
.product-relevant .content ul li {
	width: 48%;
}
	.home-solution .photo .left .wen {
    top: 48px;
    right: 43px;
}
	.home-solution .photo .cate02 .wen {
    top: 48px;
    right: 43px;
}
}


@media screen and (max-width:1370px) {
.page-footer .map {
    width: 55%;
}
	.page-footer .contact {
    width: 45%;

}
	.home-solution .photo .cate02 .wen span.wen02, .home-solution .photo .cate03 .wen span.wen02, .home-solution .photo .cate04 .wen span.wen02 {
    font-size: 12px;
    color: #e1e1e1;
}
	.home-solution .photo .left .wen span.wen02 {
    font-size: 12px;
}
	.home-solution .photo .cate03 .wen span.wen01, .home-solution .photo .cate04 .wen span.wen01 {
    font-size: 18px;
}
	.home-solution .photo .cate03 .wen, .home-solution .photo .cate04 .wen {

    top: 30px;
    right: 80px;
}
	.home-solution .photo .cate03 .wen span.wen01:after, .home-solution .photo .cate04 .wen span.wen01:after {
	content: url('data:image/svg+xml;%20charset=utf8,%3Csvg%20t=%221574064469285%22%20class=%22icon%22%20viewBox=%220%200%201024%201024%22%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20p-id=%223612%22%20width=%2222%22%20height=%2222%22%3E%3Cpath%20d=%22M624.981%20511.867l-292.155%20292.16c-12.28%2012.27-12.28%2032.186%200%2044.457%2012.27%2012.28099999%2032.186%2012.281%2044.457%200l314.388-314.388c12.28-12.27%2012.28-32.186%200-44.457l-314.388-314.387c-6.136-6.14-14.183-9.211-22.228-9.211s-16.092%203.071-22.228%209.21099999c-12.28%2012.27-12.28%2032.186-1e-8%2044.45700001l292.15500001%20292.159z%22%20p-id=%223613%22%20fill=%22#ffffff%22%3E%3C/path%3E%3C/svg%3E');
	position: absolute;
	top: -2px;
	right: -28px;
}
}
@media screen and (max-width:1320px){
	.shilipai{
	background-size: cover;
		background-position: center;
	}
	.shilipai:after {
    content: " ";
    display: block;
    width: 100%;
    margin: 0%;
    position: absolute;
    height: 100%;
    border: none;
		background: rgba(0,0,0,.83);
    top: 0;
    left: 0;
		z-index: 9;
}
	.youshilist{
		width: 100%;
		position: relative;
		z-index: 99;
		float: none;
	}
	.ystitle{
		text-align: center;
		padding: 0 0 30px 0px;
	}
	.ystitle .xian{
		display: none;
	}
	.yslist li{
		text-align: center;
	}
	.yslist li .ico {
		float: none;
		display: inline-block;
}
	.yslist li .wen {
    float: none;
		display: inline-block;
		text-align: left;
		width: 197px;
}
	.home-news .bd li .pic {
    height: 180px;
}
}

@media screen and (max-width:1279px) {

/* --- 栏目 --- */
.page-column {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
.page-column h2 {
	text-align: center;
	margin-bottom: 16px;
	font-size: 28px;
	font-weight: normal;
}
.page-column h2 b {
	color: #d40000;
}
.page-column p {
	font-size: 14px;
	color: #888;
}
/* --- 头部 - 显示 --- */

.page-header .mall {
	margin-left: 1rem;
}
.page-header .language {
	padding:0 2rem;
}
/* --- 导航 --- */
.page-nav li {
	padding: 0 10px;
}

/* --- 新闻中心 --- */
.home-news {
	padding-top: 50px;
	padding-bottom: 50px;
	overflow: hidden;
}
.home-news .bd li {
	padding-right: 30px;
}

/* --- 产品相关 --- */

/* 标题 */

/* 内容 */
.product-relevant .content ul li {
	width: 48%;
}
.product-relevant .content ul li .text {
	padding: 0 30px;
}
.product-relevant .content ul li .text p {
	line-height: 150%;
}

/* --- 产品简介 --- */
.product-brief {
	position: relative;/*	height:650px;*/
}
/* 图片 */
.product-brief .photo {
	width: 50%;
	/*	height:650px; */
	overflow: hidden;
	display: flex;
	align-items: center;
}
.product-brief #main {
	height: 650px;
}
/* 介绍 */
.product-brief .about {
	width: 50%;
	/*	height:650px;*/
	padding: 40px;
}
#showcase {
	margin-top: 100px;
}
/* --- 产品详细 --- */
.product-detailed {
	margin-bottom: 50px;
}
/* 切换 */
.product-detailed .hd {
	margin-bottom: 40px;
}
}

@media screen and (max-width:1260px) {
	.home-banner .vehicle .box{
		width: 90%;
	}
	.erweima{
		display: none;
	}
	.page-footer .contact {
    width: 20%;
}
	.page-footer .map {
    width: 80%;
}
.cndns-right {
	display: none;
}
	.home-banner .vehicle .text h3 {
    font-size: 45px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: normal;
}
	.home-banner .vehicle .text .dep {
    color: #fff;
    font-size: 22px;
    margin-bottom: 28px;
    position: relative;
}
	.home-banner .vehicle .text .urlan {
    height: 40px;
    line-height: 40px;
    width: 105px;
}
	.home-banner .vehicle .text{
		padding-left: 25px;
	}

}
@media screen and (max-width:1200px){
	.home-solution .photo .cate03 .wen span.wen02, .home-solution .photo .cate04 .wen span.wen02 {
    display: none;
}
	.home-news .bd li .pic {
    height: 150px;
}
	.home-solution .photo .left .wen span.wen01,.home-solution .photo .cate02 .wen span.wen01{
    font-size: 22px;
}
/*
	.home-solution .photo .left .wen span.wen02{
		display: none;
	}
*/
	
} 


@media screen and (max-width:1060px) {
.search {
	display: none;
}
}

@media screen and (max-width:980px){
	.page-footer .map {
    width: 75%;
}
	.page-footer .contact {
    width: 25%;
}
	.zixuntel .tel p.dadianhua {
    font-size: 28px;

}
	.service-list ul li a .text p{
		display: none;
	}
	.service-list ul li a .icon{
		width: 100%;
		margin: 0;
		display: block;
	}
	.service-list ul li a{
		display:block;
	}
	.service-list ul li a .icon img{
		margin: 0 auto;
	}
	.service-list ul li a .text{
		display: block;
		clear: both;
		text-align: center;
		padding-top: 20px;
	}
	.home-exhibition .wrap {
    padding: 29px 0;
}
	.page-footer {
    background: #111;
		padding: 50px 0;
}
	.service-list ul li a .text h3 {
    font-size: 16px;
    margin-bottom: 10px;
}
	.home-exhibition {
    margin-bottom: 35px;
}
	.home-news {
    padding-top: 50px;
    padding-bottom: 15px;
    overflow: hidden;
}
	.home-news .bd li{
		width: 100%;
		padding: 0 0 25px 0!important;
		margin-bottom: 25px;
		border-bottom: 1px solid #eee;
		overflow: hidden;
	}
	.home-news .bd li .pic{
		width: 30%;
		padding-right: 3%;
		float: left;
		height: auto;
	}
	.home-news .bd li .text,.home-news .bd li .date{
		display: block;
		width: 70%;
		float: left;
		font-size: 14px;
	}
	.home-news .bd li .text h3 {
    font-size: 16px;
    padding: 5px 0 10px 0;
    display: block;
    white-space: nowrap;
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
}
	.home-news .bd li .text p{
		padding-bottom: 0;
		border: none;
		line-height: 22px;
		margin-bottom: 10px;
	}
	.bujian01{
		display: none;
	}
	.page-footer .map dl {
    width: 50%;
    float: left;
}
	
	.flchanpin_list02 li{
		margin: 0 5px;
	}
}

@media screen and (max-width:768px) {
.buy-hides {
	top: 40px;
}
}
@media screen and (max-width:480px){
	.share{
		display: none!important;
	}
}
.share{
	width: 88%;
	float: right;
	display: block;
	text-align: right;
	margin: 10px 0 0;
}
@media screen and (max-width:1024px){
	.bls img{
		top:0!important;
	}
	.share{
		width: 109%!important;
	}
}