* {
	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%;
} @media (min-width:1001px) {
.pc {
	display: block;
}
.m {
	display: none;
}
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:100px;
}
.head-menu {
	float: left;
	text-align: center;
	height: 84px; margin-top:8px;
}
.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 20px;
	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: #f5b405 !important;
}
.top-menu > ul > li:hover .top-on {
	color: #f5b405 !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: #f5b405;
}
.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, 1);
	/* border-top: 2px solid #f5b405; */
    /* 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: 16px;
	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;
	width: 444px;/* height: 50px; */ margin-top:10px;
}
.head-logo img {
	width: auto;
	float: left;
	margin-top: 24px; height:36px;
}
.head-logo span {
	float: left;
	display: block;
	font-size: 16px;
	height: 43px;
	border-left: 1px #808080 solid;
	padding-left: 10px;
	margin-top: 23px;
	margin-left: 10px;
}
.head-logo span strong {
	display: block
}
.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: #f5b405;
	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 #f5b405 transparent;
}
.qrcode-title {
	width: 100%;
	height: 50px;
	background-color: #f5b405;
	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 #f5b405;
}
.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 #f5b405 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 #f5b405;
}
.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: #f5b405;
	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 #f5b405;
	line-height: 24px;
	border-radius: 5px;
}
.product-menu ul li .on {
	background-color: #f5b405;
	color: #fff;
}
.product-menu ul li a:hover {
	background-color: #f5b405;
	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 #f5b405;
	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: #f5b405;
}
.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:54px;
}
.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: #f5b405;
}
.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: #f5b405;
}
.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: 269px;
	background-color: #FFF;
	float: left;
}
.pro_tj ul li a {
	display: block;
	border: 1px #efefef solid;
	width: 100%;
	height: 269px;
	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: #f5b405;
}
.pro_tj ul li a strong {
	display: block;
	font-size:18px;
	text-align: center;
	color: #333;
	line-height: 30px;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s; margin-top:10px;
}
.pro_tj ul li a span {
	display: block;
 
 
	width: 100%;
}
.pro_tj ul li a b{ font-weight:400; color:#333; text-align:center; display:block; font-size:12px;}
.pro_tj ul li a i {
	display: block;
 
	margin: auto;
 
	width: 100%; height:190px; overflow:hidden;
}
.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;
}
.index_cpfl{ margin-top:20px;}
.index_cpfl a{ display:block; background-color:#fff; color:#333; margin:5px; width:45%; float:left; padding:10px; border-radius:0px; text-align:center;}
.index_cpfl a:hover{ background-color:#F90; color:#fff;}



  .gsjj_menu{ margin-top:20px;}
 .gsjj_menu a{ display:block; height:45px; line-height:45px; width:127px; background-color:#093765; color:#fff; font-size:15px; text-align:center; float:left; margin-left:1px;}
  .gsjj_menu a:hover{ background-color:#f5b405; color:#fff;}
 .gsjj_menu .on{ background-color:#f5b405; color:#fff;}

.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; border-radius:50px 0 50px 0;
}
.youshi_list li strong {
	font-size: 24px;
	display: block; margin-top:50px;
}
.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/youshi0.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80px;
}
.youshi_list li:nth-child(2) i {
	background-image: url(../images/youshi1.png);
}
.youshi_list li:nth-child(3) i {
	background-image: url(../images/youshi2.png);
}
.youshi_list li:nth-child(4) i {
	background-image: url(../images/youshi3.png);
}
.youshi_list li span { display:block; width:50px; height:2px; background-color:#FC0; margin:10px auto;
}
.youshi_list li p {
	padding: 10px;
	line-height: 24px;
	font-size: 15px;
	padding-top: 10px;
}
.youshi_list li:hover {
	background-color: rgba(0,0,0,0.3)
}
.index_gsjj {
	background-color: #ededed;
	position: relative;
}
 
.index_gsjj .gsjj_img {
	width: 55%;
	float: left;
}
.index_gsjj .gsjj_img img {
	display: block;
	width: 100%;
}
.index_gsjj .gsjj_info {
	float: right;
	width: 45%;
	position: absolute;
	left: 55%;
	 
	transform: translate(0, -50%);
	transform: translate(0, -50%); font-size:16px; 
}
.index_gsjj .gsjj_info p{ text-indent:32px;line-height:33px; color:#333; margin-top:0px;  padding-top:10px;}
.shili {
	padding: 40px;
	padding-top: 0px;
	padding-bottom: 20px;
	text-align: center;
}
.shili li {
	width: 30%;
	display: inline-block;
}
.shili li .s_text {
	color: #f5b405;
}
.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: 16px;
	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: 280px;
    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:center;
    padding: 20px;
}
.solute-title strong{
    font-size:16px;
    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: 100%;
    height: 220px; 
    align-items: center;
    margin: auto;
  
   
}
 
.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: #f5b405;
	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;
}



.video-pulse::after, .video-pulse::before {
	position: absolute;
	content: "";
	width: 100px;
	height: 100px;
	border: 1px solid var(--white);
	opacity: .7;
	left: 0;
	top: 0;
	border-radius: 50%;
	-webkit-animation-duration: 2.5s;
	animation-duration: 2.5s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-name: video-animation;
	animation-name: video-animation;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite; left:50%; margin-left:-50px; margin-top:40px;
}
.video-pulse::before {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}
:root {
--prompt:"Prompt", sans-serif;
--primary-color:#ff6b6b;
--secondary-color:#0e0e0e;
--sub-bg:#f3f3f3;
--heading-color:#0e0e0e;
--paragraph:#303030;
--span:#888;
--border:#d9d9d9;
--white:#fff;
--black:#000;
--transition:all .3s ease-in-out;
--shadow:0 4px 30px 0 #ff6b6b26
}    
                    
@keyframes zoom-in-zoom-out {
0% {
transform:scale(1, 1)
}
50% {
transform:scale(1.5, 1.5)
}
100% {
transform:scale(1, 1)
}
}
@-webkit-keyframes video-animation {
0% {
transform:scale(1)
}
50% {
transform:scale(1.5)
}
100% {
opacity:0;
transform:scale(2)
}
} 


}