* {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; overflow-x:autos;
}
li {
	list-style: none;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
a {
	text-decoration: none;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.clr {
	clear: both;
}
.w-50 {
	width: 50%;
}
.w-100 {
	width: 100%;
}
body {
	font-size: 14px;
	font-family: "Microsoft YaHei", 微软雅黑;
	min-width: 1300px;
	color: #333333;
}
header {
	width: 100%;
	min-width: 1500px;
	background-color: #fff;
	padding-left: 16px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.fixed-header {
	display: block !important;
	position: fixed !important;
	top: 0;
	z-index: 999;
	height: 84px;
}
.head-menu { width:1200px; margin:auto;
	text-align: center;
	height: 84px;  
}
.top-menu {
	/* display: inline-block;
    vertical-align: middle; */
	position: relative;
	height: 84px;
}
.top-menu > ul {
	height: 100%;
}
.top-menu > ul > li {
	display: block;
	float: left;
	position: relative;
	text-align: center;
}
.top-menu > ul > li > a {
	display: block;
	color: #1c1c1c;
	font-size: 15px;
	line-height: 84px;
	padding: 0 30px;
	position: relative;
	height: 84px;
}
/* .top-menu > ul > li:nth-child(n+2)>a::before{
    content: '';
    width: 10px;
    height: 10px;
    background-image: url(../icon/icon-arrow-down.png);
    background-size: 100% 100%;
    position: absolute;
    top: 22px;
    right: 0px;
} */
.top-menu > ul > li > a b {
	width: 10px;
	height: 10px;
	/* position: absolute;
    top: 22px;
    right: 0px; */
	display: inline-block;
	margin-left: 4px;
	background-image: url(../icon/icon-arrow-down.png);
	background-size: 100% 100%;
}
.top-menu > ul > li > a:hover b {
	background-image: url(../icon/icon-arrow-down-color.png);
}
.top-on {
	color: #e62129 !important;
}
.top-menu > ul > li:hover .top-on {
	color: #e62129 !important;
}
/* .top-on::before{
    background-image: url(../icon/icon-arrow-down-color.png) !important;
} */
.top-on b {
	background-image: url(../icon/icon-arrow-down-color.png) !important;
}
.top-menu > ul > li:hover > a {
	color: #e62129;
}
.top-menu > ul > li:hover > a::before {
	background-image: url(../icon/icon-arrow-down-color.png);
}
.top-menu > ul > li:hover > .er-menu {
	/* display: block; */
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
.top-menu ul li .er-menu {
	/* display: none; */
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 84px;
	z-index: 99;
	width: 650px;
	min-height: 200px;
	padding: 30px;
	background-color: rgba(255, 255, 255, .85);
	/* border-top: 2px solid #e62129; */
    /* box-shadow: 0 2px 4px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.1); */
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.top-menu ul li:nth-child(n+5) .er-menu {
	right: 0px;
}
.er-menu ul {
	width: 200px;
	float: left;
}
.er-menu ul li a {
	display: block;
	width: 100%;
	/* border-bottom: 1px solid rgba(0,0,0,.08); */
	color: #131313;
	font-size: 14px;
	line-height: 36px;
	text-align: left;
	padding-left: 25px;
	position: relative;
	background-image: url(../icon/sjj.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: lighter;
	background-size: 16px;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.er-menu li a:hover {
	/* background-image: url(../icon/sjjh.png); */
	margin-left: 25px;
}
.er-image {
	width: 285px;
	float: right;
}
.er-image img {
	width: 100%;
}
.head-logo {
	float: left; margin-right:20px; 
}
.head-logo img {
	width: auto;
	float: left;
	margin-top:25px;  height:40px;
}
.head-logo span {
	float: left;
	display: block;
	font-size: 16px;
	height: 43px;
	border-left: 1px #808080 solid;
	padding-left: 10px;
	margin-top: 20px;
	margin-left: 10px;
}
.head-logo span strong {
	display: block; font-size:20px;
}
.head-logo span p {
	font-size: 14px;
}
.head-right {
	float: right;
	text-align: right;
	position: relative;
	padding: 22px 0;
}
.head-tel img {
	display: inline-block;
}
.head-tel {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	margin-right: 20px;
}
.head-tel span {
	font-size: 16px;
	line-height: 16px;
	display: inline-block;
	color: #333;
}
.head-tel strong {
	display: block;
	font-size: 32px;
	line-height: 40px;
	font-weight: lighter;
	color: #e62129;
	font-family: 'Impact';
}
.right-icon {
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
}
.menu-icon {
	width: 36px;
	height: 36px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	overflow: hidden;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
}
.qrcode-i {
	background-image: url(/icon/qrcode-icon.png)
}
.search-i {
	background-image: url(/icon/search-icon.png)
}
/* .search-i:hover{
    background-image: url(/icon/search-icon-green.png)
} */

/* qr-code弹出框 */
.qrcode-box {
	display: none;
	width: 220px;
	background-color: #fff;
	position: absolute;
	top: 80px;
	right: 30px;
	box-sizing: border-box;
	box-shadow: 0 4px 8px rgba(0,0,0,.175);
	-webkit-box-shadow: 0 4px 8px rgba(0,0,0,.175);
	border-radius: 5px;
}
.qrcode-box::before {
	content: " ";
	position: absolute;
	top: -8px;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent #e62129 transparent;
}
.qrcode-title {
	width: 100%;
	height: 50px;
	background-color: #e62129;
	text-align: center;
	line-height: 50px;
	color: #131313;
	font-size: 18px;
	border-radius: 5px 5px 0 0;
}
.qrcode-img {
	width: 160px;
	margin: 0 auto;
	padding: 15px 0;
}
.qrcode-img img {
	width: 100%;
}
/* search弹出框 */
.search-box {
	display: none;
	width: 280px;
	height: 90px;
	background-color: #fff;
	position: absolute;
	top: 80px;
	right: 30px;
	z-index: 99;
	border-radius: 5px;
	box-sizing: border-box;
	box-shadow: 0 4px 8px rgba(0,0,0,.175);
	-webkit-box-shadow: 0 4px 8px rgba(0,0,0,.175);
	border-top: 3px solid #e62129;
}
.search-box::before {
	content: " ";
	position: absolute;
	top: -11px;
	right: 45px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent #e62129 transparent;
}
.search_input {
	width: 240px;
	height: 40px;
	margin: 25px auto;
	position: relative;
}
.SearchStr {
	padding-left: 10px;
	width: 240px;
	height: 40px;
	font-size: 14px;
	background-color: #fff;
	color: #333;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
	font-weight: lighter;
	outline: 0;
	border-radius: 5px;
}
.search-icon {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	padding: 10px;
	background-color: transparent;
	border-left: 0;
	outline: 0;
}
.SearchStr:focus {
	border: 1px solid #e62129;
}
.search-icon:focus {
	border: 0;
}
/* search弹出框 end */


.navigation {
	width: 36px;
	height: 36px;
	margin: 0 5px;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	cursor: pointer;
}


.navigation a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;/* background-size: 100% 100%; */
}
/* navigation 弹窗 */
.menu-icon-tanchuang {
	width: 100%;
	min-width: 1300px;
	/* background-color: #fff; */
	background-color: #e62129;
	height: 100% !important;
	display: none;
	position: fixed;
	top: 0;
	z-index: 111111111112;
}
.menu-icon-tanchuang .tanchuang_logo {
	width: 100%;
	text-align: center;
	padding: 30px 0;
	border-bottom: 2px solid #131313;
}
.tanchuang_logo img {
	height: 50px;
}
.menu-icon-tanchuang .close {
	position: absolute;
	z-index: 2;
	right: 30px;
	top: 30px;
	cursor: pointer;
}
.search_input2 {
	width: 280px;
	height: 40px;
	margin: 25px auto;
	position: relative;
}
#SearchStr2 {
	padding-left: 50px;
	width: 100%;
	height: 40px;
	font-size: 14px;
	background-color: transparent;
	color: #999;
	border-bottom: 1px solid #686a6d;
	box-sizing: border-box;
}
.search-icon2 {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	padding: 8px;
}
.tanchuang-menu {
	padding: 50px 0;
	width: 100%;
	text-align: center;
}
.tanchuang-menu>ul {
	display: inline-block;
}
.tanchuang-menu .menu-title2 {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding: 0 40px;
}
.tanchuang-menu .menu-title2 ul {
	margin-top: 30px;
}
.tanchuang-menu .menu-title2 ul li {
	display: block;
	height: 36px;
}
.tanchuang-menu .menu-title2 .menu-list2 {
	display: block;
	font-size: 18px;
	line-height: 22px;
	position: relative;
	text-align: left;
}
.tanchuang-menu .menu-title2 .menu-list2::before {
	position: absolute;
	left: -20px;
	top: 9px;
	display: block;
	content: "";
	width: 5px;
	height: 5px;
	background: #131313;
}
.tanchuang-menu .menu-title2 .menu-list2::after {
	position: absolute;
	bottom: -15px;
	left: 0px;
	display: block;
	content: "";
	width: 35px;
	height: 1px;
	background: #131313;
}
.tanchuang-menu ul li a:hover {
	color: #131313;
}
.tanchuang-menu ul li a {
	color: #000;
}
.menu-title2 ul li a {
	display: block;
	font-size: 14px;
	color: #131313;
	line-height: 30px;
}
/* navigation 弹窗 end */  



/* banner */
.banner-box {
	width: 100%;
	position: relative;
}
.banner-box ul li {
	width: 100%;
}
.banner-box ul li img {
	width: 100%;
}
/* banner end */

.index_title {
	margin: 40px;
}
.index_title strong {
	display: block;
	font-size: 30px;
	color: #0b0b0b;
}
.index_title span {
	font-size: 20px;
	color: #333;
}
.index_title p {
	padding-top: 30px;
	line-height: 23px;
	color: #999
}
.title-style {
	text-align: center;
}
.title-style h3 {
	font-size: 40px;
	color: #0b0b0b;
	line-height: 40px;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 2px;
}
.title-style b {
	width: 85px;
	height: 7px;
	display: inline-block;
	vertical-align: middle;
	background-image: url(../images/title-l.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin: 0 16px;
}
.title-style b.tit-r {
	background-image: url(../images/title-r.png);
}
.title-style h5 {
	font-size: 18px;
	line-height: 34px;
	color: #3f3f3f;
	font-weight: lighter;
	margin-top: 8px;
}
.title-style-white h3 {
	color: #fff;
}
.title-style-white h5 {
	color: #fff;
}
.title-style-white b {
	background-image: url(../images/title-wl.png);
}
.title-style-white b.tit-r {
	background-image: url(../images/title-wr.png);
}
/* main product */
.main-product {
	padding: 50px 0 40px;
}
.product-menu {
	margin-top: 40px;
}
.product-menu ul {
	width: 100%;
	text-align: center;
}
.product-menu ul li {
	display: inline-block;
	vertical-align: middle;
}
.product-menu ul li a {
	display: block;
	padding: 8px 22px;
	margin: 0 5px;
	color: #0b0b0b;
	border: 1px solid #e62129;
	line-height: 24px;
	border-radius: 5px;
}
.product-menu ul li .on {
	background-color: #e62129;
	color: #fff;
}
.product-menu ul li a:hover {
	background-color: #e62129;
	color: #fff;
} 
/* main product end */
.tj_m {
	position: absolute;
	left: 12%;
	margin-top: 230px
}
/* main-youshi */
.main-youshi {
	padding-top: 60px;
	width: 100%;
	background-image: url(../images/ysbg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 680px;
}
.youshi-box {
	width: 1300px;
	height: 780px;
	margin: 0 auto;
	margin-top: 40px;
	background-image: url(../images/youshi-bgb.png);
	background-repeat: no-repeat;
	background-position: 60px center;
	background-size: auto 100%;
	position: relative;
}
.youshi-item {
	position: absolute;
}
.youshi0 {
	top: 200px;
	left: 495px;
}
.youshi1 {
	top: 20px;
	left: 400px;
}
.youshi2 {
	top: 305px;
	left: 250px;
}
.youshi3 {
	top: 65px;
	right: 280px;
}
.youshi4 {
	top: 435px;
	right: 355px;
}
.youshi5 {
	bottom: 140px;
	left: 455px;
}
.youshi-txt {
	position: absolute;
	color: #fff;
}
.youshi-txt strong {
	font-size: 24px;
}
.youshi-txt p {
	font-size: 16px;
	font-weight: lighter;
	line-height: 30px;
	margin-top: 10px;
}
.youshi1 .youshi-txt {
	width: 300px;
	right: 130px;
	bottom: 0px;
	text-align: right;
}
.youshi2 .youshi-txt {
	width: 300px;
	right: 68px;
	bottom: -80px;
	text-align: right;
}
.youshi3 .youshi-txt {
	width: 280px;
	left: 112px;
	bottom: -116px;
}
.youshi4 .youshi-txt {
	width: 320px;
	left: 120px;
	bottom: -60px;
}
.youshi5 .youshi-txt {
	width: 260px;
	left: 136px;
	bottom: -30px;
}
/* main-youshi end*/



/* main-news */
.main-news {
	width: 1300px;
	margin: 0 auto;
	padding: 60px 0;
}
.main-news-box {
	margin-top: 50px;
	margin-bottom: 15px;
}
.news-left {
	width: 820px;
	float: left;
}
.news-left-title h3 {
	color: #fff;
	background-color: #c7a16d;
	width: 110px;
	font-size: 18px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	float: left;
	font-weight: normal;
}
.news-left-title a {
	float: right;
	display: block;
	font-size: 14px;
	color: #555;
	line-height: 40px;
	margin-right: 100px;
}
.news-left-title a:hover {
	color: #c7a16d;
	text-decoration: underline;
}
.news-left-up {
	margin-top: 36px;
	border-bottom: 1px solid #dedede;
}
.news-up-item {
	margin-bottom: 15px;
}
.news-up-img {
	width: 286px;
	height: 166px;
	float: left;
}
.news-up-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news-up-txt {
	width: 480px;
	float: right;
}
.news-up-txt strong {
	font-size: 24px;
	color: #0b0b0b;
	font-weight: normal;
	line-height: 26px;
}
.news-up-txt a:hover strong {
	color: #c7a16d;
}
.news-up-txt p {
	font-size: 14px;
	line-height: 24px;
	color: #555;
	margin-top: 12px;
}
.news-up-txt .news-up-more {
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	color: #c7a16d;
	margin-top: 6px;
}
.news-up-txt .news-up-more:hover {
	text-decoration: underline;
}
.news-left-down {
	margin-top: 10px;
}
.news-left-down a {
	width: 50%;
	float: left;
	color: #555;
	font-size: 14px;
	line-height: 24px;
	margin: 7px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.news-left-down a:hover {
	color: #c7a16d;
}
.news-right {
	width: 430px;
	float: right;
	background-color: #f5f5f5;
	padding: 12px;
}
.news-right-title {
	border-bottom: 1px solid #dddddd;
}
.news-right-title h3 {
	font-size: 20px;
	color: #c7a16d;
	font-weight: lighter;
	line-height: 24px;
	padding-bottom: 4px;
}
.news-right-list {
	padding: 20px 25px 0 15px;
}
.news-right-list a {
	display: block;
	margin-bottom: 25px;
}
.news-right-list a:hover strong {
	color: #c7a16d;
}
.news-right-list a strong {
	display: block;
	font-size: 14px;
	color: #555;
	line-height: 18px;
	position: relative;
	padding-left: 28px;
	font-weight: normal;
	margin-bottom: 12px;
}
.news-right-list a strong::before {
	content: 'Q';
	width: 18px;
	height: 18px;

	font-size: 13px;
	line-height: 16px;
	text-align: center;
	color: #fff;
	background-color: #c7a16d;
	position: absolute;
	top: 0;
	left: 0;
}
.news-right-list a p {
	font-size: 14px;
	color: #555;
	line-height: 22px;
	position: relative;
	padding-left: 28px;
}
.news-right-list a p::before {
	content: 'A';
	width: 18px;
	height: 18px;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color: #c7a16d;
	background-color: #cfcfcf;
	position: absolute;
	top: 2px;
	left: 0;
}
/* main-news end */

/* 定制流程 */
.dzliucheng {
	width: 100%;
	background-image: url(../images/dzlc-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 60px 0;
}
.dzliucheng-list {
	margin: 65px 0;
	text-align: center;
}
.dzliucheng-item {
	display: inline-block;
	vertical-align: top;
	width: 190px;
}
.dzliucheng-item span {
	display: inline-block;
	width: 76px;
	height: 76px;
	border-radius: 50%;
	border: 3px solid #e62129;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 22px;
}
.dzliucheng-item1 span {
	background-image: url(../icon/zdlc1.png);
}
.dzliucheng-item2 span {
	background-image: url(../icon/zdlc2.png);
}
.dzliucheng-item3 span {
	background-image: url(../icon/zdlc3.png);
}
.dzliucheng-item4 span {
	background-image: url(../icon/zdlc4.png);
}
.dzliucheng-item5 span {
	background-image: url(../icon/zdlc5.png);
}
.dzliucheng-item6 span {
	background-image: url(../icon/zdlc6.png);
}
.dzliucheng-item strong {
	display: block;
	font-size: 24px;
	line-height: 30px;
	color: #e62129;
}
.dzliucheng-arrow {
	display: inline-block;
	vertical-align: top;
	width: 15px;
	height: 35px;
	margin-top: 20px;
	background-image: url(../icon/zdlc-jt.png);
	background-repeat: no-repeat;
}
/* 定制流程 end*/

/* partner*/
.main-partner {
	padding: 50px 0;
}
.partner-list {
	width: 1300px;
	height: 180px;
	margin: 0 auto;
	margin-top: 30px;
	padding: 1px;
}
/* end partner*/


/* footer */
footer {
	width: 100%;
	text-align: center;
	padding-top: 60px; background-color:#222222;
 
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.foot-box {
	width: 1300px;
	margin: 0 auto;
}
.foot-left {
	width: 390px;
	float: left;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 30px;border-right:1px #414140 solid
}
.foot-logo {
	width: 100%;
}
.foot-logo img {
	width: auto; height:44px;
}
.foot-logo p {
	color: #dddddd;
	padding: 25px 0 30px;
	font-weight: lighter;
}
.foot-contact {
	width: 100%;
	text-align: left;
}
.foot-contact strong {
	font-size: 20px;
	font-weight: lighter;
	color: #ffffff;
}
.foot-contact h3 {
	font-size: 32px;
	color: #ffffff;
	font-weight: bold;
	padding-top: 8px;
}
.foot-ewm {
	/* width: 300px; */
	float: right;
	text-align: right;
	padding-top: 20px;border-left:1px #414140 solid; height:286px;
}
.foot-ewm ul li {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 140px;
	margin-left: 20px;
}
.foot-ewm img {
	width: 100%;
	border-radius: 5px;
}
.foot-ewm p {
	color: #999999;
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
}
.foot-menu {
	float: right;
	padding-top: 20px;
}
.foot-menu-list {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding-right: 50px;
}
.foot-menu-list>a {
	display: block;
	color: #f4f4f4;
	font-size: 16px;
}
.foot-menu-list>a:hover {
	color: #e62129;
}
.foot-menu-list ul {
	margin-top: 10px;
}
.foot-menu-list ul li a {
	display: block;
	color: #f4f4f4;
	font-size: 14px;
	line-height: 24px;
	font-weight: lighter;
}
.foot-menu-list ul li a:hover {
	color: #e62129;
}
.copyright {
	width: 100%;
	text-align: center;
	padding: 18px 0 20px;
	margin-top: 30px; border-top:1px #414140 solid
}
.copyright p {
	color: #f4f4f4;
	font-size: 14px;
	line-height: 28px;
	font-weight: lighter;
}
.copyright p a {
	color: #f4f4f4;
	font-size: 14px;

	line-height: 28px;
	font-weight: lighter;
	display: inline-block;
}
.copyright p a:hover {
	text-decoration: underline;
}
.pro_tj {
	background-color: #ededed;
	min-width: 1300px;
}
.pro_tj_tit {
	width: 25%;
	float: left;
}
.pro_tj ul {
	float: left;
	width: 75%;
	background-color: #fff;
}
.pro_tj ul li {
	width: 25%;
	height: 300px;
	background-color: #FFF;
	float: left;
}
.pro_tj ul li a {
	display: block;
	border: 1px #efefef solid;
	width: 100%;
	height: 299px;
	border-left: 0px;
	border-top: 0px;
	position: relative;
	overflow: hidden;
}
.pro_tj ul li a:hover img {
	transform: scale(1.1);
}
.pro_tj ul li a:hover strong {
	color: #e62129;
}
.pro_tj ul li a strong {
	display: block;
	font-size: 15px;
	text-align: center;
	color: #333;
	line-height: 50px;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.pro_tj ul li a span {
	display: block;
	height: 230px;
	position: relative;
	width: 100%;
}
.pro_tj ul li a i {
	display: block;
	position: absolute;
	margin: auto;
	top: 50%;
	/* 这里有兼容性问题 */
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
}
.pro_tj ul li a i img {
	max-width: 100%;
	max-height: 230px;
	margin: auto;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.youshi_list {
	width: 85%;
	margin: auto;
	text-align: center;
	min-width: 1200px;
	background-color: #0F0;
	margin-top: 30px;
}
.youshi_list li {
	display: block;
	width: 23%;
	height: 408px;
	border: 1px #fff solid;
	color: #fff;
	float: left;
	margin: 1%;
	position: relative;
}
.youshi_list li strong {
	font-size: 24px;
	display: block;
}
.youshi_list li i {
	display: block;
	width: 100px;
	height: 100px;
	border: 1px #fff solid;
	border-radius: 100px;
	margin: 40px auto 20px auto;
	background-image: url(../images/ys1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60px;
}
.youshi_list li:nth-child(2) i {
	background-image: url(../images/ys2.png);
}
.youshi_list li:nth-child(3) i {
	background-image: url(../images/ys3.png);
}
.youshi_list li:nth-child(4) i {
	background-image: url(../images/ys4.png);
}
.youshi_list li span {
}
.youshi_list li p {
	padding: 10px;
	line-height: 24px;
	font-size: 15px;
	padding-top: 20px;
}
.youshi_list li:hover {
	background-color: rgba(0,0,0,0.3)
}
.index_gsjj {
	background-color: #ededed;
	position: relative;
}
.index_gsjj .gsjj_img {
	width: 60%;
	float: left;
}
.index_gsjj .gsjj_img img {
	display: block;
	width: 100%;
}
.index_gsjj .gsjj_info {
	float: right;
	width: 40%;
	position: absolute;
	left: 60%;
	top: 50%;
	transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.shili {
	padding: 40px;
	padding-top: 0px;
	padding-bottom: 20px;
	text-align: center;
}
.shili li {
	width: 30%;
	display: inline-block;
}
.shili li .s_text {
	color: #e62129;
}
.shili li .s_text strong {
	font-size: 55px;
	float: left;
	font-family: 'Impact';
}
.shili li .s_text .xiaotext {
	float: left;
	width: 36px;
}
.shili li .s_text .xiaotext span {
	font-size: 40px;
	display: block;
	line-height: 30px;
	font-family: 'Impact';
}
.shili li .s_text .xiaotext span:nth-child(2) {
	font-size: 20px;
}
.shili li .x_text {
	clear: both;
	font-size: 18px;
	text-align: left;
}

.index_case { padding:40px; padding-bottom:0px;
}

.solute-list{
    width: 100%;
    margin: 30px auto 40px;
    padding: 20px !important;
}
.solute-list li{
    width: 390px;
    height: 360px;
    background-color: #ffffff;
    box-shadow: 0 0px 12px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0px 12px rgba(0,0,0,.2);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.solute-list li:hover{
    box-shadow: 0 0px 18px rgba(0,0,0,.6);
    -webkit-box-shadow: 0 0px 18px rgba(0,0,0,.6);
}
.solute-title{
    width: 100%;
    text-align: left;
    padding: 20px;
}
.solute-title strong{
    font-size: 20px;
    color: #2c2822;
    font-weight: normal;
}
.solute-title b{
    display: block;
    width: 66px;
    height: 1px;
    background-color: #010101;
    margin: 12px 0 16px;
}
.solute-title p{
    font-size: 14px;
    line-height: 20px;
    color: #2c2822;
}
.solute-item{
    width: 100%;
    height: 100%;
}
.solute-img{
    width: 100%;
    height: 220px;
    overflow: hidden;
}
.solute-img img{
    width: auto;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
}
 
.icon-news {
	background: url(../images/icon.png) no-repeat;
	width: 15px;
	height: 15px;
	display: inline-block;
	opacity: 1;
	filter: alpha(opacity=100);
	position: absolute;
	right: 100px;
	bottom: 2px;
}


.main{ background-color:#f3f3f3; padding:50px 0;}
.main ul{width: 1340px;
	margin: 0 auto; padding-top:50px;}
.main ul li {
	float: left;
}

.main ul li.one {
	width: 440px;
	margin-right: 10px;
}

.main ul li.one a {
	width: 440px;
	height: 530px;
	overflow: hidden;
	display: block;
	position: relative;
}

.main ul li.one a img {
	transform: scale(1);
	transition: all .4s;
	width: 100%;
	display: block;
}

.main ul li.one .news-title {
	bottom: 50px;
	left: 35px;
	width: 100%;
	border-left: 1px solid #fff;
	padding-left: 20px;
	color: #fff;
	position: absolute;
}

.main ul li.one .news-title h5 {
	font-size: 28px;
	font-weight: 700;
}

.main ul li.one .news-title p {
	font-size: 16px;
	letter-spacing: 2px;
}

.icon-news {
	background: url(../images/icon.png) no-repeat;
	width: 15px;
	height: 15px;
	display: inline-block;
	opacity: 1;
	filter: alpha(opacity=100);
	position: absolute;
	right: 100px;
	bottom: 2px;
}

.main ul li.one a:hover img {
	transform: scale(1.05);
}

.main ul li.one a:hover .icon-news {
	background-position: 0 -17px;
}

.main ul li.two {
	float: left;
	width: 440px;
	margin-right: 10px;
}

.main ul li.two a {
	width: 440px;
	height: 260px;
	padding: 38px 44px;
	margin-bottom: 10px;
	display: block;
	overflow: hidden;
	position: relative;
	background: #fff;
}

.main ul li.two .top {
	width: 100%;
	float: initial;
	padding-left: 0;
}

.main ul li.two .top h5 {
	font-size: 18px;
	color: #000;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: 400;
}

.main ul li.two .top div.p {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 24px;
}

.main ul li.two .top div.p p {
	height: 52px;
	padding-top: 10px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.main ul li.two .top img {
	position: absolute;
	top: 50%;
	right: 67px;
	margin-top: 62px;
}

.main ul li.two .bottom {
	width: 100%;
	float: initial;
	border-right: none;
}

.main ul li.two .bottom h3 {
	padding-top: 20px;
	font-size: 32px;
	font-weight: 700;
	color: #999;
}

.main ul li.two .bottom h3:after {
	content: " ";
	display: block;
	border-bottom: none;
	width: 0;
	margin: 0;
}

.main ul li.two .bottom span {
	font-size: 14px;
	display: block;
	color: #999;
}

.main ul li.three {
	float: left;
}

.main ul li.three a {
	width: 440px;
	height: 170px;
	padding: 38px 44px;
	margin-bottom: 10px;
	display: block;
	background: #fff;
	overflow: hidden;
}

.main ul li.three a .left {
	width: 26%;
	border-right: 1px solid #eeeeee;
	float: left;
}

.main ul li.three a .left h3 {
	font-size: 32px;
	color: #999;
	font-weight: 700;
}

.main ul li.three a .left h3:after {
	content: " ";
	display: block;
	border-bottom: 1px solid #ccc;
	width: 20px;
	margin: 10px 0;
}

.main ul li.three a .left span {
	font-size: 14px;
	display: block;
	color: #999;
}

.main ul li.three a .right {
	width: 73%;
	padding-left: 25px;
	float: left;
}

.main ul li.three a .right h5 {
	font-size: 18px;
	color: #000;
	font-weight: 400;
}

.main ul li.three a .right img {
	padding-top: 20px
}

.main ul li.two a:hover,
.main ul li.three a:hover {
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1);
}
.product-more {
	display: block;
	font-size: 20px;
	color: #fff;
	background-color: #e62129;
	border-radius: 22px;
	width: 160px;
	height: 45px;
	line-height: 45px;
	margin: 0 auto;
	text-align: center;
	margin-top: 30px;
}
.product-more:hover {
	background-color: #1c9a99;
}.index_gsjj_m {
	float: left;
	margin-left: 40px;
}

.lang-change{ position:absolute; right:50px; top:20px;
}
.search a{
	display: block;
	height: 45px;
	padding: 10px 15px 10px 25px;
	cursor: pointer;
}
.search a img{
	height: 100%;
	width: auto;
}
.lang{
    position: relative;  
}
.lang-box{
	height: 45px;
	display: flex;
	color: #333;
	padding: 10px 25px 10px 20px;
	line-height: 24px;
	position: relative;
	cursor: pointer;
}
.lang-box:hover .lang-icon{ border-color: hsla(0,0%,5%,.5) transparent transparent transparent;
}
.lang-box::before{
	content: "";
    position: absolute;
    left: 0;
    top: 13px;
    bottom: 13px;
    border-right: 0px solid #e1e1e1;
}
.lang-box img{
	height: 100%;
	width: auto;
	margin-right: 6px;
}
.lang-icon{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 4px 0 4px;
	border-color: hsla(0,0%,10%,.5) transparent transparent transparent;
	/* -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
	transform: scale(.8);
    min-width: 1em;
	min-height: 1em; */
	margin: 9px;
}

.lang-menu{
	display:none;
	position: absolute;
	top: 60px;
	left: -15px;
	width: 160px;
	box-shadow: 1px 1px 6px 0 hsla(0,0%,77%,.5);
	border-radius: 4px;
	padding: 0 10px;
	background-color: #efefef;
	z-index: 1;
}
.lang-menu::before{
	content: " ";
    position: absolute;
    top: -4px;
    left: 110px;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: #efefef;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.lang-menu ul li{
	list-style: none;
}
.lang-menu ul li:not(:last-child){
	border-bottom: 1px solid #eee;
}
.lang-menu ul li a{
	display: block;
	text-align: center;
	cursor: pointer;
	color: #262626;
	line-height: 50px;
}
.lang-menu ul li a img{
	width: 24px;
    height: 24px;
    margin-right: 3px;
    margin-top: -2px;
    vertical-align: middle;
}
.lang-menu ul li a span{
	display: inline-block;
    min-width: 4em;
	text-align: left;
}