@charset "UTF-8";
body {
	overflow-x: hidden;
	font-family: "Microsoft YaHei";
	min-width: 1200px;
}
ul {
	padding: 0;
	margin: 0;
}
ul li {
	list-style: none;
}
a {
	color: #337ab7;
	text-decoration: none;
}
h1, h2, h3, h4, h5 {
	margin: 0;
}
a:focus, a:hover {
	color: #23527c;
	text-decoration: none;
}
a:focus {
	outline: none;
	outline-offset: -2px;
}
input:focus {
	outline: none;
}
input:-webkit-autofill {
　-webkit-text-fill-color: #000 !important;
　-webkit-text-fill-color: #ffffff;
transition: background-color 5000s ease-in-out 0s;
}
div:focus {
	outline: none;
}
#div_regis {
	width: 80%;
	margin: 0 auto;
}
input {
	padding: 0;
	margin: 0;
	font-family: 'Microsoft YaHei';
}
textarea {
	outline: none;
}
textarea:focus {
	outline: none;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
	padding: 0 50px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}/* 导航 */
.menu {
	background: url(../images/nav.jpg)no-repeat center;
}
.navs {
	height: 55px;
	display: flex;
	justify-content: space-between;
}
.navs li {
	line-height: 55px;
	height: 55px;
	text-align: center;
	width: 100%;
	float: left;
	position: relative;
	z-index: 999;
}
.navs li a {
	display: block;
	line-height: 55px;
	color: #333333;
	height: 55px;
	font-size: 16px;
	color: #fff;
}
.navs li:hover {
	text-decoration: none;
	color: #fff;
	background: url(../images/nav_cur.png);

}

.cur li {
	text-decoration: none;
	color: #fff;
	background: url(../images/nav_cur.png);

}.navs .sec {
	height: 0;
	background: #8e0910;
	color: #fff;
	overflow: hidden;
	z-index: 9999;
	position: absolute;
	top: 55px;
	width: 113px;
	left: 0px;

}
.navs .sec a {
	background: #8e0910;
	color: #fff;
	height: 55px;
	line-height: 55px;
	width: 100%;
	display: block;

}
.navs .sec a:hover {
	background: #202020;
	text-decoration: none;
	
}
.fl {
	float: left;
}
.fr {
	float: right;
}
p {
	margin: 0 0 0 0;
}
.tophead {
	width: 100%;
	height: 30px;
	position: relative;
	color: #333;
	font-size: 14px;
	line-height: 30px;
}
.tophead a {
	color: #333;
	font-size: 14px;
}
.sechead {
	height: 110px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo {
	float: left;
	height: auto;
}
.icon-font {
	position: relative;
}
.icon-font:after {
	content: "";
	width: 30px;
	height: 30px;
	background-image: url(../images/icon_spirit.png);
	background-repeat: no-repeat;
	position: absolute;
	left: calc(50% - 15px);
	top: calc(50% - 15px);
}
.sechead .k2 {
	font-size: 16px;
	padding-left: 80px;
	background: url(../images/tel.png)no-repeat left center;
}
.sechead .k2 span {
	font-size: 24px;
	color: #202020;
	font-weight: bold;
}
/* 首页banner样式 */
.x-banner .owl-carousel {
	position: relative;
}
.x-banner .owl-carousel .banner-item a {
	display: block;
}
.x-banner .owl-carousel .owl-nav .owl-prev {
	left: 100px;
}
.x-banner .owl-carousel .owl-nav .owl-next {
	right: 100px;
}
.x-banner .owl-carousel .owl-nav button.owl-prev, .x-banner .owl-carousel .owl-nav button.owl-next {
	outline: none;
	position: absolute;
	top: 50%;
	z-index: 9999;
	height: 50px;
	width: 50px;
	margin-top: -32.5px;
	border: 1px solid #fff;
	border-radius: 100%;
}
.x-banner .owl-carousel .owl-nav .icon-font {
	display: block;
	width: 100%;
	height: 100%;
}
.x-banner .owl-carousel .owl-nav .icon-left-arrow:after {
	background-position: -34px -180px;
}
.x-banner .owl-carousel .owl-nav .icon-right-arrow:after {
	background-position: -26px -480px;
}

@media (max-width: 990px) {
.x-banner .owl-carousel .owl-nav button.owl-prev, .x-banner .owl-carousel .owl-nav button.owl-next {
	height: 40px;
	width: 30px;
	margin-top: -20px;
}
.x-banner .owl-carousel .owl-nav .iconfont {
	font-size: 20px;
}
}
.x-banner .owl-carousel .owl-dots {
	position: absolute;
	z-index: 999;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
	bottom: 5%;
}
.x-banner .owl-carousel .owl-dots button.owl-dot {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	margin: 0 .5em;
	outline: none;
	background: #fff;
	border-radius: 50%;
	width: 1em;
	height: 1em;
	opacity: 1;
}
.x-banner .owl-carousel .owl-dots button.owl-dot:hover {
	opacity: .5;
}
.x-banner .owl-carousel .owl-dots button.owl-dot.active {
	opacity: 1;
	background: none;
	border: 3px solid #fff
}

@media (max-width: 990px) {
.x-banner .owl-carousel .owl-dots button.owl-dot {
	font-size: 12px;
}
}
/* 搜索 */
.sou {
	height: 50px;
	background: #f3f3f3;
}
.hotSearch {
	color: #999;
	font-size: 14px;
	line-height: 50px;
}
.hotSearch a {
	color: #999;
	font-size: 14px;
	display: inline-block;
	margin-right: 6px;
}
#formsearch {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	height: 50px;
}
#formsearch input {
	height: 30px;
	border: none;
	line-height: 28px;
	outline: none;
	float: left;
}
#formsearch input#keyword {
	padding: 0 15px;
	color: #999;
	font-size: 14px;
	width: 230px;
	border: none;
	border-right: none;
	border-left: 1px solid #dadada;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}
#formsearch input#s_btn {
	width: 70px;
	text-align: center;
	color: #fff;
	border: none;
	cursor: pointer;
	font-size: 14px;
	background-color: #8e0910;
}
.product_item {
}
.tit {
	height: 130px;
	display: flex;
	justify-content: flex-end;
	flex-flow: column;
	align-items: center;
	position: relative;
}
.tit h5 {
	color: #dddddd;
	font-size: 36px;
	margin-bottom: 15px;
	font-family: "宋体";
	font-weight: bold;
}
.tit h3 {
	font-size: 30px;
	font-weight: 600;
}
.tit h3 span {
	font-weight: bold;
	color: #8e0910;
}
.tit::after {
	position: absolute;
	content: "";
	width: 395px;
	height: 20px;
	display: block;
	background: linear-gradient( 45deg, rgba(213, 213, 213, .5) 0, rgba(213, 213, 213, .5) 25%, transparent 25%, transparent 50%, rgba(213, 213, 213, .5) 50%, rgba(213, 213, 213, .5) 75%, transparent 75%, transparent );
	background-size: 3px 3px;
	right: 0;
	bottom: 5px;
}
.tit::before {
	position: absolute;
	content: "";
	width: 395px;
	height: 20px;
	display: block;
	background: linear-gradient( 45deg, rgba(213, 213, 213, .5) 0, rgba(213, 213, 213, .5) 25%, transparent 25%, transparent 50%, rgba(213, 213, 213, .5) 50%, rgba(213, 213, 213, .5) 75%, transparent 75%, transparent );
	background-size: 3px 3px;
	left: 0;
	bottom: 5px;
}
.product_item_main {
	width: 100%;
	display: inline-flex;
	justify-content: space-between;
	margin: 55px auto 60px;
}
.product_item_box {
	height: 385px;
	width: calc((100% - 50px) / 3);
	display: flex;
	justify-content: space-between;
	flex-flow: column;
	
}
.product_item_box .img {
	width: 100%;
	height: 230px;
	background: #000;
	overflow: hidden;
	position: relative;
}
.product_item_box .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product_item_box a{
	color: #333;
}
.product_item_box h3{
	width: 136px;
	height: 136px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -68px;
	margin-left: -68px;
	line-height: 136px;
	text-align: center;
	background: rgba(142,9,16,0.80);
	color: #fff;
	border-radius: 100%;
}
.product_item_box .intro {
	height: 150px;
	width: 100%;
	border: 1px solid #dadada;
	font-size: 12px;
	padding: 25px 33px 0px;
	text-align: center;
	line-height: 2;
}
.product {
	background: #f6f6f6;
	height: 800px;
	width: 100%;
	padding-top: 45px;
}
.product_fl {
	width: 224px;
	height: 755px;
	display: flex;
	justify-content: space-between;
	flex-flow: column;
	float: left;
}
.product_fl_nav {
	width: 100%;
	height: 450px;
	border: 5px solid #eaeaea;
	position: relative;
}
.product_fl_nav_tit {
	width: 230px;
	height: 75px;
	padding: 0 25px 0 60px;
	display: flex;
	justify-content: center;
	flex-flow: column;
	color: #fff;
	background: url(../images/product_nav.png)no-repeat top center;
	position: relative;
	top: -5px;
	left: -8px;
}
.product_fl_nav_tit h3 {
	font-size: 16px;
}
.product_fl_nav_tit h5 {
	font-size: 12px;
}
.product_fl_nav_tit::before {
	content: "P";
	display: inline-block;
	position: absolute;
	left: 37px;
	font-size: 36px;
	font-weight: 100;
	font-family: "宋体";
}
.product_fl_nav ul {
	padding: 0 20px;
}
.product_fl_nav li {
	width: 100%;
	height: 36px;
	background: #222222;
	margin-top: 8px;
	position: relative;
	padding: 0 15px;
	display: flex;
	align-items: center;
	vertical-align: middle;
	color: #fff;
	z-index: 9;

}
.product_fl_nav li span {
	width: 17px;
	height: 15px;
	text-align: center;
	line-height: 10px;
	display: inline-block;
	border: 1px dashed #fff;
	margin-right: 10px;
}
.product_fl_nav li a{
	color: #fff;
	 text-overflow:ellipsis; white-space:nowrap; overflow:hidden;
}
.product_fl_nav li::after {
	content: "";
	width: 0;
	height: 0;
	display: inline-block;
	border-top: 10px solid #f6f6f6;
	border-left: 10px solid transparent;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
.product_fl_nav li::before {
	content: "";
	width: 0;
	height: 0;
	display: inline-block;
	border-bottom: 10px solid #f6f6f6;
	border-right: 10px solid transparent;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.product_fl_banner {
	width: 100%;
	height: 305px;
	padding: 12px 25px;
	background: #8e0910;
	display: flex;
	justify-content: space-around;
	flex-flow: column;
	align-items: center;
	color: #fff;
}
.product_fl_banner b {
	font-size: 22px;
	font-weight: bold;
}
.product_fl_banner h3 {
	position: relative;
}
.product_fl_banner h3::after {
	background-image: url(../images/nav_banner.png);
	transform: rotate(180deg);
	width: 30px;
	height: 2px;
	display: block;
	content: "";
	position: absolute;
	left: -40px;
	top: 50%;
	margin-top: -1px;
}
.product_fl_banner h3::before {
	background-image: url(../images/nav_banner.png);
	width: 30px;
	height: 2px;
	display: block;
	content: "";
	position: absolute;
	right: -40px;
	top: 50%;
	margin-top: -1px;
}
.product_fl_banner span {
	font-size: 12px;
}
.product_fl_banner a {
	display: block;
	width: 115px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	border: 1px solid #fff;
}
.product_fl_banner .img {
	width: 100px;
	padding-right: 10px;
}
.product_fl_banner img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.product_fr {
	width: 850px;
	height: 705px;
	float: right;
}
.product_fr_tit {
	height: 50px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 10px;
	position: relative;
}
.product_fr_tit h3 {
	font-size: 16px;
	padding-left: 20px;
	position: relative;
}
.product_fr_tit h3::after {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	display: block;
	margin-top: -5px;
	top: 50%;
	left: 0;
	background: #d12f47;
}
.product_fr_tit a {
	color: #999;
	border: 1px solid #999;
	font-size: 12px;
	padding: 2px 12px;
	border-radius: 5px;
}
.product_fr_tit::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 10px;
	display: block;
	background: linear-gradient( 45deg, rgba(213, 213, 213, .5) 0, rgba(213, 213, 213, .5) 25%, transparent 25%, transparent 50%, rgba(213, 213, 213, .5) 50%, rgba(213, 213, 213, .5) 75%, transparent 75%, transparent );
	background-size: 3px 3px;
	left: 0;
	bottom: 0px;
}
.product_fr ul {
	margin-top: 5px;
}
.product_fr li {
	width: 275px;
	height: 310px;
	display: flex;
	justify-content: space-between;
	flex-flow: column;
	align-items: center;
	float: left;
	margin-right: 11px;
	margin-top: 25px;
}
.product_fr li:nth-child(3n) {
	margin-right: 0px;
}
.product_fr li a {
	color: #333;
	font-size: 16px;
}
.product_fr li .img {
	height: 275px;
	width: 100%;
	padding: 7px;
	background: #eaeaea;
}
.product_fr li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.perfection {
	height: 1100px;
}
.perfection_tit {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	height: 145px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dfdfdf;
	position: relative;
}
.perfection_tit h3 {
	font-size: 50px;
	font-family: "宋体";
	font-weight: bold;
	color: #d4d4d4;
}
.perfection_tit h5 {
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 80px;
	background: url(../images/tel.png)no-repeat left center;
	height: 50px;
}
.perfection_tit h5 i {
	color: #8e0910;
	font-size: 28px;
}
.perfection_tit::after {
	content: "";
	width: 100%;
	height: 3px;
	background: #dfdfdf;
	display: block;
	position: absolute;
	bottom: 5px;
}
.perfection_main {
	width: 100%;
	margin-top: 30px;
}
.perfection_main_tit {
	text-align: center;
	height: 130px;
	display: flex;
	justify-content: space-between;
	flex-flow: column;
	align-items: center;
}
.perfection_main_tit h3 {
	font-size: 42px;
	font-weight: bold;
	font-family: "宋体";
	letter-spacing: 2px;
}
.perfection_main_tit h5 {
	font-size: 20px;
	letter-spacing: 1px;
}
.perfection_main_tit .min_tit {
	width: 960px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	font-size: 20px;
}
.perfection_main_tit .min_tit span {
	transform: skew(30deg);
	display: block;
}
.perfection_main_tit .min_tit_fl {
	width: 49.5%;
	transform: skew(-30deg);
	float: left;
	height: 100%;
	background: #8e0910;
	text-align: right;
	padding-right: 10px;
}
.perfection_main_tit .min_tit_fr {
	width: 49.5%;
	float: right;
	transform: skew(-30deg);
	height: 100%;
	background: #000000;
	text-align: left;
	padding-left: 10px;
}
.perfection_intro {
	margin-top: 45px;
	height: 676px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.perfection_intro_fl {
	width: 606px;
	height: 100%;
	border: 5px solid #f1f1f1;
	padding: 50px 25px 0px 65px;
}
.perfection_intro_fl dl {
	width: 100%;
	height: 125px;
	display: flex;
	justify-content: space-between;
}
.perfection_intro_fl dt {
	width: 50px;
	height: auto;
	font-size: 32px;
	line-height: 1;
	text-align: right;
	font-family: "宋体";
	position: relative;
	letter-spacing: 3px;
}
.perfection_intro_fl dt span {
	color: #fff;
}
.perfection_intro_fl dt::after {
	position: absolute;
	width: 33px;
	height: 30px;
	background: #000;
	display: block;
	content: "";
	top: 2px;
	left: 0;
	transform: skew(-20deg);
	z-index: -1;
}
.perfection_intro_fl dd {
	width: calc(100% - 55px);
	height: 100%;
}
.perfection_intro_tit {
	height: 65px;
	border-bottom: 1px dashed #dadada;
	margin-bottom: 10px;
}
.perfection_intro_fl dd span {
	color: #8e0910;
}
.perfection_intro_tit h3 {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
}
.perfection_intro_tit h5{
	font-size: 12px;
}
.perfection_intro_fr {
	width: 475px;
	height: 100%;
	background: #000;
	overflow: hidden;
	position: relative;
}
.perfection_intro_fr img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.perfection_intro_fr::after {
	content: "";
	width: 0;
	height: 0;
	display: inline-block;
	border-top: 99px solid #e52232;
	border-right: 99px solid transparent;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 99;
}
.perfection_intro_fr::before {
	content: "";
	width: 0;
	height: 0;
	display: inline-block;
	border-bottom: 100px solid #ffffff;
	border-left: 100px solid transparent;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 99;
}
.case {
	background: #f6f6f6;
	height: 640px;
}
.case_main {
	margin-top: 45px;
}
.case_list {
}
.case_list ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
.case_list li {
	float: left;
	width: 120px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #dadada;
	margin-right: 10px;
	text-align: center;
}
.case_list .cur {
	color: #fff;
	background: #8e0910;
}
.case_list li:last-child {
	margin-right: 0px;
}
.case_intro {
	margin: 40px auto 20px;
	position: relative;
	display: none;
	height: 300px;
}
.case_intro li {
	height: 300px;
	width: 260px;
	text-align: center;
	margin: 0 7.5px;
	float: left;
}
.case_intro li .img {
	width: 260px;
	height: 260px;
	background: #fff;
	padding: 2px;
}
.case_intro li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.case_intro li a {
	line-height: 40px;
	color: #333;
	font-size: 16px;
}
.case_intro .prev, .case_intro .next {
	width: 38px;
	height: 38px;

	position: absolute;
	top: 50%;
	margin-top: -19px;
}
.case_intro .prev {
	right: -50px;
		background: url(../images/right.png)no-repeat center;
}
.case_intro .next {
	left: -50px;
	background: url(../images/left.png)no-repeat center;
}
.case_btn {
	margin: 0 auto;
	width: 125px;
	height: 35px;
	border-radius: 25px;
	display: block;
	border: 1px solid #8e09108e0910;
	text-align: center;
	line-height: 35px;
	color: #8e0910;
}
.banner {
	height: 160px;
	background: #151112;
}
.banner_main {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}
.banner_fl {
	color: #fff;
	display: flex;
	justify-content: center;
	flex-flow: column;
}
.banner_fl h3 {
	font-size: 46px;
	font-weight: bold;
	margin-bottom: 15px;
}
.banner_fl h3 span {
	font-size: 24px;
	font-weight: normal;
	margin-left: 15px;
}
.banner_fl h5 {
	font-size: 20px;
	position: relative;
	display: inline-block;
}
.banner_fl h5::after {
	content: "";
	width: 130px;
	height: 1px;
	background: rgba(229,229,229,0.50);
	position: absolute;
	right: 90px;
	top: 50%;
}
.banner_fl h5::before {
	content: "";
	width: 130px;
	height: 1px;
	background: rgba(229,229,229,0.50);
	position: absolute;
	right: 80px;
	top: 30%;
}
.banner_fr {
	background: #8e0910;
	width: 300px;
	height: 160px;
	display: flex;
	justify-content: space-between;
	flex-flow: column;
	padding: 30px 60px;
	font-size: 16px;
	color: #fff;
}
.banner_fr b {
	font-size: 24px;
}
.banner_fr a {
	display: block;
	width: 160px;
	height: 35px;
	text-align: center;
	background: #fff;
	border-radius: 35px;
	line-height: 35px;
	color: #333;
}
.about {
	height: 450px;
	padding-top: 50px;
}
.about_main {
	height: 325px;
}
.about_fl {
	width: 440px;
	height: 300px;
	position: relative;
	float: left;
	border: 5px solid #fff;
}
.about_fl .prev, .about_fl .next {
	position: absolute;
	top: 50%;
	width: 25px;
	height: 40px;
	margin-top: -20px;
	
	z-index: 99;
}
.about_fl .prev {
	left: 0px;
	background: url(../images/relate-pro-ljt.png)no-repeat center;
	background-color: rgba(46,46,46,0.80);
}
.about_fl .next {
	right: 0px;
		background: url(../images/relate-pro-rjt.png)no-repeat center;
	background-color: rgba(46,46,46,0.80);
}
.about_fl .img {
	width: 430px;
	height: 290px;
	overflow: hidden;
}
.about_fl .img img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.about_fl::after {
	width: 430px;
	height: 280px;
	content: "";
	display: block;
	z-index: -1;
	position: absolute;
	background: #ececec;
	transform: skew(-5deg);
	bottom: -25px;
	left: 30px;
}
.about_fr {
	width: 585px;
	height: 100%;
	float: right;
	position: relative;
	padding-bottom: 35px;
}
.about_fr_tit {
	display: inline-flex;
	align-items: flex-end;
}
.about_fr_tit h3 {
	font-size: 32px;
	font-weight: bold;
	vertical-align: bottom;
	float: left;
}
.about_fr_tit h3 span {
	color: #8e0910;
}
.about_fr_tit h5 {
	background: #000;
	color: #fff;
	padding: 3px 15px 3px 20px;
	transform: skew(-30deg);
	vertical-align: bottom;
	margin-left: 20px;
	font-size: 16px;
}
.about_fr_tit h5 span {
	display: block;
	transform: skew(30deg);
}
.about_fr .intro {
	margin-top: 15px;
}
.about_fr .intro b {
	font-size: 32px;
	font-family: "宋体";
	color: #dedede;
	letter-spacing: 2px;
	font-weight: bold;
}
.about_fr .intro .intro_main {
	margin-top: 15px;
	font-size: 14px;
	text-indent: 2em;
}
.about_btn {
	position: absolute;
	width: 120px;
	height: 35px;
	border: 1px solid #8e09108e0910;
	text-align: center;
	line-height: 32px;
	color: #8e0910;
	right: 0;
	bottom: 0;
}
.about_btn:hover {
	color: #8e0910;
}
.about_fr::before {
	position: absolute;
	content: "";
	width: 445px;
	height: 20px;
	display: block;
	background: linear-gradient( 45deg, rgba(213, 213, 213, .5) 0, rgba(213, 213, 213, .5) 25%, transparent 25%, transparent 50%, rgba(213, 213, 213, .5) 50%, rgba(213, 213, 213, .5) 75%, transparent 75%, transparent );
	background-size: 3px 3px;
	left: 0;
	bottom: 5px;
}
.services {
	height: 380px;
	background: #f6f6f6;
}
.services_main {
	margin-top: 40px;
	height: 190px;
}
.services_main ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	height: 100%;
}
.services_main li {
	width: 112px;
	height: 100%;
	display: flex;
	justify-content: space-between;
	flex-flow: column;
	align-items: center;
	position: relative;
}
.services_main li .img {
	width: 100%;
	height: 112px;
	border: 1px dashed #dadada;
	padding: 3px;
	background: #fff;
	border-radius: 100%;
}
.services_main li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 100%;
}
.services_main li i {
	font-size: 20px;
	color: #8e0910;
}
.services_main li::after {
	width: 30px;
	height: 15px;
	background: url(../images/jt.png)no-repeat;
	content: "";
	position: absolute;
	bottom: 1px;
	display: block;
	right: -30px;
}
.services_main li:last-child::after {
	display: none;
}
.news {
	height: 520px;
	padding-top: 70px;
}
.news_main {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}
.news_box {
	width: 350px;
	height: 100%;
}
.news_box_tit {
	height: 42px;
	background: #f6f6f6;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	position: relative;
}
.news_box_tit h3 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.news_box_tit h3 span {
	color: #666;
	font-size: 12px;
	font-weight: normal;
	margin-left: 5px;
}
.news_box_tit a {
	color: #666;
}
.news_box_tit::after {
	height: 30px;
	width: 3px;
	position: absolute;
}
.news_box .img {
	margin-top: 20px;
	margin-bottom: 8px;
	width: 100%;
	height: 116px;
	overflow: hidden;
}
.news_box .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news_box li {
	width: 100%;
	height: 40px;
	border-bottom: 1px dashed #999;
	line-height: 40px;
	color: #888;
	padding-left: 25px;
	font-size: 12px;
}
.news_box li a{
	color: #333;
}
.news_box dl {
	height: 115px;
	border-bottom: 1px dashed #999;
	margin-bottom: 0;
	padding: 15px 0;
}
.news_box dt {
	font-size: 15px;
	font-weight: normal;
	position: relative;
	padding: 0px 20px 0px 35px;
}
.news_box dt a {
	color: #333;
}
.news_box dd {
	padding: 0px 20px 0px 35px;
	margin-top: 10px;
	font-size: 13px;
	color: #888;
	position: relative;
}
.news_box dt::after {
	content: "问";
	display: inline-block;
	background: #8e0910;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	color: #fff;
	font-size: 13px;
	position: absolute;
	top: 0;
	left: 0;
}
.news_box dd::after {
	content: "答";
	display: inline-block;
	background: #c1c1c1;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	color: #fff;
	font-size: 13px;
	position: absolute;
	top: 0;
	left: 0;
}
.message {
	background: url(../images/message.png)no-repeat center;
	height: 370px;
	margin-bottom: 80px;
}
.message .tit {
	height: 100px;
}
.message .tit h3 {
	font-size: 24px;
	position: relative;
	letter-spacing: 2px;
	margin-bottom: 8px;
}
.message .tit h3 i {
	font-family: "宋体";
}
.message .tit h5 {
	font-size: 13px;
	color: #fff;
	background: #000;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
	padding: 0 20px;
	transform: skew(-30deg);
	margin-bottom: 0;
}
.message .tit h5 span {
	display: block;
	transform: skew(30deg);
}
.message .tit::before {
	display: none;
}
.message .tit::after {
	display: none;
}
.message .tit h3::before {
	position: absolute;
	content: "";
	width: 320px;
	height: 20px;
	display: block;
	background: linear-gradient( 45deg, rgba(213, 213, 213, .5) 0, rgba(213, 213, 213, .5) 25%, transparent 25%, transparent 50%, rgba(213, 213, 213, .5) 50%, rgba(213, 213, 213, .5) 75%, transparent 75%, transparent );
	background-size: 3px 3px;
	right: -340px;
	bottom: 0;
}
.message form {
	width: 700px;
	float: right;
	margin-top: 23px;
	padding-right: 53px;
	display: flex;
	justify-content: space-between;
}
.message input {
	background: #dedede;
	border: none;
	width: 235px;
	height: 35px;
	padding: 0 10px;
}
.message_fl {
	display: flex;
	justify-content: space-between;
	flex-flow: column;
}
.message_fl div {
	width: 300px;
	display: flex;
	margin-bottom: 15px;
	align-items: center;
}
.message_fl div b {
	width: 60px;
}
.message_fl .ly_btn {
	padding-left: 60px;
}
.message_fr .ly_textarea {
	display: flex;
	align-items: flex-start;
}
.message_fr .ly_textarea span {
	padding-top: 5px;
}
.message_fr .ly_textarea textarea {
	display: block;
	width: 265px;
	height: 135px;
	resize: none;
	background: #dedede;
	border: none;
	padding: 5px 15px;
}
.ly_btn input {
	width: 80px;
	height: 30px;
	margin-right: 10px;
	color: #FFFFFF;
}

.ly_btn .tj_btn {
	background: #8e0910;
}
.ly_btn .cz_btn {
	background: #000000;
}
.ly_yzm{
	position: relative;
}
.ly_yzmimg{
	position: absolute;
	right: 1%;
	height: 100%;
}
.ly_yzm_input{
	border: 1px solid #dedede;
}
.ly_yzmimg img{
	height: 100%;
}
.link{
	height: 80px;
	background: #f4f3f8;
	line-height: 80px;
}
.link_main{
	padding-left: 145px;
	background: url(../images/link.png)no-repeat left center;
}
.link_main a{
	margin: 0 15px;
	color: #666;
}
.foot{
	background: url(../images/foot.jpg)no-repeat center;
	height: 335px;
}
.foot_nav{
	height: 70px;
	
}
.foot_nav ul{
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
}
.foot_nav li{
	display: block;
	width: 100%;
	text-align: center;
	line-height: 70px;
}
.foot_nav li a{
	color: #fff;
}
.foot_main{
	width: 100%;
	height: 260px;
	display: flex;
	justify-content: space-between;
	color: #fff;
}
.foot_logo{
	width: 280px;
	display:flex;
	height: 100%;
	align-items: center;
	justify-content: center;
}
.foot_logo img{
	max-width: 100%;
}
.foot_box{
	padding-top: 50px;
	width: 570px;
	height: 100%;
	
}
.foot_lx {
	padding-right: 120px;
	height: 70px;
}
.foot_lx li{
margin-right: 40px;
	margin-bottom: 10px;
	display: inline-block;
	float: left;
	font-size: 12px; 
}

.foot_copy{
	margin-top: 20px;
	font-size: 12px;
	line-height: 2;
}
.foot_copy a{
	color: #fff;
	margin: 0 10px 0 0;
}
.foot_ewm{
	padding: 20px 0px 30px;
	width: 105px;
	height: 100%;
}
.foot_ewm dl{
	border: 1px solid #fff;
	height: 100%;
}
.foot_ewm dt{
	height: 50%;
	width: 100%;
	 padding: 10px;
	overflow: hidden;
	border-bottom: 1px solid #fff;
}
.foot_ewm dt img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.foot_ewm dd{
	height: 50%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	font-size: 12px;
}
.foot_ewm dd .img{
	margin-bottom: 15px;
	width:40px ;
	height: 40px;
}
.foot_ewm dd .img img{
	width: 100%;
	height: 100%;
}
.friend_links{float: left;width: 100%;border-top: 1px solid #e5e5e5;background: #fff;}
.friend_links .main{
	height: 80px; line-height: 80px;
}
.friend_links a,.friend_links span{float:left;  color:#7d7d7d;font-size: 16px;}
.friend_links a{padding: 0 16px;position: relative;}
.friend_links a::after{
	content: "";
	background: #7d7d7d;
	display: block;
	width: 1px;
	height: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8px;
	
}