﻿

/* CSS Document */
body {
	FONT-SIZE: 14px;
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	color: #666666;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	overflow-x: hidden;
	box-sizing: border-box;

}

* {
	font-family: "微软雅黑";
}

a {
	text-decoration: none;
}

li {
	list-style: none
}

ul {
	padding-left: 0;
	margin: 0 0
}

a {
	color: #666
}

.center {
	width: 1200px;
	margin: 0 auto
}

h1,
h2,
h3,
h4,
h5,
p {
	margin: 0 0;
	padding: 0 0;
	font-weight: 500
}

.ctrl span {
	float: left;
	cursor: pointer;
}

input,
textarea,
select {
	outline: none;
	font-family: "微软雅黑";
}

img {
	border: none
}

.cursor_pointer {
	cursor: pointer;
}

button {
	cursor: pointer;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.clear {
	clear: both
}

.position_r {
	position: relative;
}

.position_a {
	position: absolute;
}

.conter {
	width: 1200px;
	margin: auto;
}

/* 顶部 */
.banner {
	height: 650px;
	position: relative;
}

.banner .banner_bottom {
	position: absolute;
	bottom: 0;
	background: url("../image/banner_bottom.png") top center no-repeat;
	height: 50px;
	width: 100%;
	z-index: 99;
}

.banner .banner_img {
	height: 650px;
	background: url("../image/banner.png") top center no-repeat;
}

.banner_conter {
	position: relative;
}

.banner_conter .banner_nav {
	/* position: absolute;
	top: 55px;
	right: 0;
	width: 950px;
	height: 76px;
	background: #fff; */
	float: right;
	z-index: 99;
}

.banner_conter .banner_logo {
	/* position: absolute;
	top: 43px;
	left: 0;
	
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
	*/
	float: left;
	width: 499px;
	height: 90px;
	line-height: 90px;
	font-size: 2rem;
	font-weight: bold;
	color: #0D2C70;
	background: url("https://kh.vimorfk.cn/static/images/logo1.png") no-repeat;
	z-index: 100;
}

.banner_nav ul {
	padding-left: 44px;
}

.banner_nav li {
	width: 118px;
	text-align: center;
	font-size: 16px;
	color: #3e3a39;
	line-height: 90px;
}

.banner_nav li:hover {
	color: #004f9c;
}

.index_icon {
	background: #f2f8ff;
}

.index_icon .float_l {
	width: 300px;
	text-align: center;
	margin-top: 38px;
}

.index_icon .float_l:hover img {
	-webkit-text-fill-color: transparent;
	-webkit-animation: flipInY 2s;
}

.index_icon .float_l h6 {
	margin: 0;
	margin-bottom: 8px;
	font-size: 18px;
	color: #004f9c;
}

.index_icon .float_l p {
	margin: 0;
	font-size: 16px;
	color: #004f9c;
}

.index_title {
	padding-top: 82px;
	background: #f2f8ff;
	border-bottom: solid 1px #e2effd;
}

.index_title p {
	font-size: 20px;
	color: #4c4c4c;
	text-align: center;
	line-height: 18px;
	text-transform: uppercase;
}

.index_title h6 {
	font-size: 26px;
	color: #000000;
	text-align: center;
	line-height: 28px;
	margin: 0;
	margin-top: 16px;
	margin-bottom: 9px;
}

.index_title div {
	width: 98px;
	height: 3px;
	background: #004f9c;
	margin: auto;
}

.index_product {
	/* height: 1051px; */
	background: url("../image/index_product.png") top center;
	text-align: center;
	padding-bottom: 131px;
}

.index_product .p {
	font-size: 16px;
	color: #999999;
	text-align: center;
	padding-top: 24px;
	margin-bottom: 46px;
}

.index_product ul {
	display: inline-flex;
	margin-bottom: 45px;
}

.index_product ul li {
	width: auto;
	padding: 0 5px;
	font-size: 16px;
	height: 54px;
	background: #004f9c;

	color: #ffffff;
	line-height: 54px;
	transition: all 0.2s ease-in-out;
}

.index_product ul li:hover {
	background: #ff7816;
}

.index_product_img {
	margin-left: -17px;
}

.index_product_img .float_l {
	width: 388px;
	height: 348px;
	background: #004f9c;
	transition: all 0.2s ease-in-out;
	margin-left: 17px;
	margin-bottom: 15px;
	padding-top: 4px;
}

.index_product_img .float_l:hover {
	background: #ff7816;
}

.index_product_img .float_l img {
	width: 380px;
	height: 285px;
	display: block;
	margin: auto;
}

.index_product_img .float_l p {
	font-size: 18px;
	color: #fff;
	line-height: 63px;
}

.index_about {
	background: url("../image/about_background.png") no-repeat;
	height: 731px;
}

.index_about .conter {
	position: relative;
}

.index_about .conter .title {
	position: absolute;
	top: -54px;
	left: 49px;
	width: 177px;
	height: 172px;
	background: url("../image/bt_bj.png") no-repeat;
}

.index_about .conter .title .title_border {
	border-left: solid 4px #fff;
	height: 58px;
	margin-left: 26px;
	margin-top: 81px;
}

.index_about .conter .title .title_border p {
	font-size: 20px;
	color: #fff;
	text-indent: 18px;
	text-transform: uppercase;
	line-height: 20px;
	margin-bottom: 8px;
}

.index_about .conter .title .title_border div {
	font-size: 26px;
	font-weight: 600;
	color: #fff;
	text-indent: 16px;
	text-transform: uppercase;
}

.index_about .conter .neirong {
	width: 583px;
	height: 438px;
	background: #fff;
	position: absolute;
	top: 197px;
	left: 0;
	z-index: 9;
}

.index_about .conter .leibiao {
	width: 617px;
	height: 439px;
	background: url("../image/img_bj.png") no-repeat;
	position: absolute;
	top: 135px;
	right: 0;
	z-index: 10;
}

.index_about .index_about_button {
	display: block;
	width: 148px;
	height: 42px;
	background: url("../image/more_button.png") no-repeat;
	position: absolute;
	top: 613px;
	right: 0;
	transition: all 0.2s ease-in-out;
}

.index_about .index_about_button:hover {
	background: url("../image/more_button2.png") no-repeat;
}

.index_about .neirong_img {
	position: absolute;
	bottom: 25px;
	left: 0;
}

.index_about .neirong p {
	width: 508px;
	margin-left: 25px;
	margin-top: 20px;
	text-indent: 26px;
	text-align: justify;
	font-size: 14px;
	line-height: 30px;
	color: #333333;
}

.index_about .leibiao .xianxiang {
	background-color: rgba(0, 79, 156, 0.8);
	width: 165px;
	height: 438px;
	position: absolute;
	top: 0;
	left: -23px;
}

.index_about .leibiao .xianxiang ul li {
	height: 109.5px;
	border-left: none;
	margin-left: 8px;
}

.index_about .leibiao .xianxiang ul li:hover {
	height: 109.5px;
	border-left: solid 8px #ff7816;
	margin-left: 0px;
}

.index_about .leibiao .xianxiang ul li .border_t {
	border-top: dashed 1px #80a9cf;
	width: 140px;
}

.index_about .leibiao .xianxiang ul a:nth-child(1) li .border_t {
	border-top: none;
}

.index_about .leibiao .xianxiang ul li .border_t .float_l:nth-child(1) {
	font-size: 24px;
	color: #fff;
	line-height: 109.5px;
	text-indent: 13px;
	margin-right: 12px;
}

.index_about .leibiao .xianxiang ul li .border_t .float_l:nth-child(2) p:nth-child(1) {
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	margin-top: 28px;
	margin-bottom: 2px;
}

.index_about .leibiao .xianxiang ul li .border_t .float_l:nth-child(2) p:nth-child(2) {
	font-size: 16px;
	color: #ffffff;
	text-align: center;
}

.index_cases {
	/* height: 1051px; */
	text-align: center;
}

.index_cases .p {
	font-size: 16px;
	color: #6f6f6f;
	text-align: center;
	padding-top: 24px;
	margin-bottom: 46px;
}

.index_cases .conter ul {
	display: inline-flex;
	margin-bottom: 56px;
}

.index_cases .conter ul li {
	width: 152px;
	height: 54px;
	background: #004f9c;
	font-size: 18px;
	color: #ffffff;
	line-height: 54px;
	transition: all 0.2s ease-in-out;
}

.index_cases .conter ul li:hover {
	background: #ff7816;
}

.marqueeleft {
	overflow: hidden;
	width: 1900px;
	margin: auto;
	height: 359px;
}

.marqueeleft ul {
	float: left;
}

.marqueeleft li {
	float: left;
	margin: 0 19px;
	display: inline;
	width: 400px;
	height: 459px;
	overflow: hidden;
}

.marqueeleft li .img {
	width: 400px;
	height: 301px;
	display: block;
}

.marqueeleft li .p {
	width: 400px;
	height: 58px;
	background: #004f9c;
	padding-top: 0;
	transition: all 0.2s ease-in-out;
}

.marqueeleft li:hover .p {
	width: 400px;
	height: 58px;
	background: #ff7816;
	padding-top: 0;
}

.marqueeleft li .p p {
	text-align: left;
	float: left;
	line-height: 58px;
	font-size: 18px;
	color: #ffffff;
	text-indent: 18px;
	width: 310px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.marqueeleft li .p img {
	float: right;
	margin-top: 15px;
	margin-right: 17px;
}

.index_cases .cases_more {
	display: block;
	width: 148px;
	height: 42px;
	background: url(../image/more_button.png) no-repeat;
	transition: all 0.2s ease-in-out;
	margin: auto;
	margin-top: 70px;
}

.index_cases .cases_more:hover {
	background: url(../image/more_button2.png) no-repeat;
}

.index_news {
	/* text-align: center; */
	height: 689px;
	background: url("../image/index_news_background.png") bottom 0px center no-repeat;
}

.index_news .p {
	font-size: 16px;
	color: #999999;
	text-align: center;
	padding-top: 24px;
	margin-bottom: 46px;
}

.index_news .float_l {
	width: 375px;
	margin-left: 16px;
	margin-right: 6px;
}

.index_news .float_l img {
	width: 375px;
	height: 277px;
	display: block;
}

.index_news .float_l .news_nr {
	height: 181px;
	background: #fff;
	position: relative;
}

.index_news .float_l .news_nr .riqi {
	width: 106px;
	height: 32px;
	background: #fff;
	position: absolute;
	top: -32px;
	left: 0;
	font-size: 16px;
	color: #999999;
	text-align: center;
	line-height: 32px;
}

.index_news .float_l .news_nr h6 {
	margin: 0;
	width: 295px;
	border-bottom: solid 1px #e6e6e6;
	margin: auto;
	padding-top: 36px;
	padding-bottom: 20px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.index_news .float_l .news_nr p {
	width: 295px;
	font-size: 14px;
	line-height: 24px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: auto;
}

.index_news .float_l .news_nr .border_b {
	width: 21px;
	height: 1px;
	background: #333333;
	margin-top: -1px;
	margin-left: 40px;
	margin-bottom: 22px;
	transition: all 0.4s ease-in-out;
}

.index_news .float_l:hover .news_nr .border_b {
	width: 295px;
	margin-bottom: 22px;
}

.index_news .cases_more {
	display: block;
	width: 148px;
	height: 42px;
	background: url(../image/more_button.png) no-repeat;
	transition: all 0.2s ease-in-out;
	margin: auto;
	margin-top: 49px;
}

.index_news .cases_more:hover {
	background: url(../image/more_button2.png) no-repeat;
}

.index_guanggao {
	height: 178px;
	width: 100%;
	background: url(../image/guangao.png) no-repeat center;
	/* 	background-attachment:fixed */
}

.index_guanggao p {
	text-align: center;
	font-size: 34px;
	font-weight: 700;
	color: #fff;
	padding-top: 40px;
}

.index_contact {
	height: 867px;
	background: url(../image/foot_background.png) no-repeat center bottom;
}

.index_contact .p {
	font-size: 16px;
	color: #999999;
	text-align: center;
	padding-top: 24px;
	margin-bottom: 46px;
}

.index_contact .left {
	width: 290PX;
	margin-left: 14px;
	margin-right: 150px;
}

.index_contact .left h6 {
	font-size: 24px;
	color: #333232;
	margin: 0;
	font-weight: 500;
}

.index_contact .left p {
	font-size: 14px;
	color: #666565;
	margin-top: 15px;
	padding-bottom: 20px;
	border-bottom: solid 1px #9da5a6;
}

.index_contact .left .haoma {
	font-size: 28px;
	color: #004f9c;
	margin-top: 20px;
	padding-bottom: 46px;
}

.index_contact .contact_buttom1 {
	width: 105px;
	height: 31px;
	border: solid 1px #004f9c;
	font-size: 14px;
	color: #004f9c;
	text-align: center;
	line-height: 31px;
	display: block;
	margin-top: 25px;
}

.index_contact .middle {
	width: 450px;
	margin-right: 160px;
}

.index_contact .middle h4 {
	font-size: 24px;
	color: #333232;
	margin: 0
}

.index_contact .middle p {
	font-size: 14px;
	color: #666565;
	margin-top: 15px;
	padding-bottom: 20px;
}

.index_contact .middle input {
	width: 422px;
	height: 40px;
	border: solid 1px #e6e6e6;
	border-radius: 5px;
	padding: 0 14px;
	margin-bottom: 22px;
}

.index_contact .middle textarea {
	width: 422px;
	height: 74px;
	border: solid 1px #e6e6e6;
	border-radius: 5px;
	padding: 14px;
}

.index_contact .middle .contact_buttom2 {
	width: 203px;
	height: 40px;
	background: #004f9c;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	border-radius: 5px;
	display: block;
	margin-top: 28px;
}

.index_contact .right {
	width: 125px;
}

.index_contact .right img {
	width: 125px;
	height: 125px;
	display: block;
}

.index_contact .right p {
	font-size: 14px;
	color: #666565;
	text-align: center;
	line-height: 38px;
}

.index_contact .conter {
	padding-top: 30px;
}

.index_contact .yqlj {
	width: 1133px;
	margin: auto;
	padding-top: 70px;
}

.index_contact .yqlj img {
	display: block;
	margin: auto;
	margin-bottom: 26px;
	margin-top: 26px;
}

.index_contact .yqlj .beian {
	font-size: 14px;
	color: #666666;
	text-align: center;
}

.index_contact .yqlj .beian span {
	margin-right: 22px;
	font-size: 14px;
	color: #666666;
}

.index_contact .yqlj .lj {
	font-size: 16px;
	color: #333232;
}

.index_contact .yqlj a {
	margin-left: 28px;

}

.inner_page_banner .banner_img {
	height: 650px;
	background: url(../image/inner_page_banner.png) top center no-repeat;
}

.inner_page_title {
	height: 94px;
	background: #f2f2f2;
	position: relative;
	z-index: 99;
}

.inner_page_title .conter {
	position: relative;
}

.inner_page_title .float_l {
	position: absolute;
	top: -50px;
	left: 0px;
	width: 177px;
	height: 144px;
	background: #004f9c;
}

.inner_page_title .float_l .title_border {
	border-left: solid 4px #fff;
	height: 58px;
	margin-left: 26px;
	margin-top: 64px;
}

.inner_page_title .float_l .title_border p {
	font-size: 20px;
	color: #fff;
	text-indent: 18px;
	text-transform: uppercase;
	line-height: 20px;
	margin-bottom: 8px;
}

.inner_page_title .float_l .title_border div {
	font-size: 26px;
	font-weight: 600;
	color: #fff;
	text-indent: 16px;
	text-transform: uppercase;
}

.inner_page_title .float_r img {
	float: left;
	margin-top: 34px;
	margin-right: 24px;
}

.inner_page_title .float_r p {
	float: left;
	font-size: 16px;
	color: #666666;
	line-height: 94px;
}

.inner_page_title .float_r .jiantou {
	margin: 0 10px;
}

.product_html {
	background: #fff;
	padding-bottom: 80px;
	border-bottom: solid 1px #d9d9d9;
}

.index_product ul {
	margin-bottom: 58px;
	/* 	margin-top: 72px; */
	background: #004f9c;
	width: 100%;
}

.nei_sort {
	margin-top: 40px;
}

.index_product ul li {
	background: none;
	color: #fff;
}

.index_product ul li:hover {
	color: #fff;
}

.paging {
	padding-top: 40px;
}

.paging .float_l {
	width: 47px;
	height: 47px;
	background: #eeeeee;
	font-size: 18.8px;
	color: #4c4c4c;
	text-align: center;
	line-height: 47px;
	margin-right: 11px;
	transition: all 0.2s ease-in-out;
}

.paging .float_l:hover {
	color: #fff;
	background: #004f9c;
}

.inner_page_contact .conter {
	padding-top: 90px;
}

.news_html .float_l .news_nr {
	transition: all 0.2s ease-in-out;
}

.news_html .float_l:hover .news_nr {
	background: #f7f7f7;
}

.news_html {
	height: auto;
	padding-bottom: 60px;
}

.news_html .float_l {
	margin: 0 12px 36px 12px;
}

.news_html .float_l .news_nr h6 {
	text-align: left;
}

.news_html .float_l .news_nr p {
	text-align: left;
}

.news_html .paging {
	padding-top: 14px;
}

.news_html .paging .float_l {
	margin: 0;
	margin-right: 11px;
}

.contact_html {
	padding-bottom: 100px;
	border-bottom: solid 1px #d9d9d9;
}

.contact_html .conter {
	padding-top: 66px;
}

.contact_html .contact_icon .float_l {
	width: 25%;
	text-align: center;
	padding-top: 67px;
}

.contact_html .contact_icon .float_l img {
	display: block;
	margin: auto;
}

.contact_html .contact_icon .float_l p {
	font-size: 18px;
	color: #242424;
	margin-top: 30px;
}

.message_html {
	border-bottom: solid 1px #d9d9d9;
	padding-top: 86px;
	padding-bottom: 133px;
}

.message_html.float_l {
	height: 51px;
}

.message_html .left {
	width: 92px;
	text-align: center;
	line-height: 49px;
	font-size: 16px;
	color: #666666;
	margin-bottom: 20px;
}

.message_html .right input {
	width: 1057px;
	height: 49px;
	line-height: 49px;
	border: solid 1px #d9d9d9;
	padding: 0 10px;
	margin-bottom: 20px;
	font-size: 16px;
	color: #666666;
}

.message_html .right textarea {
	width: 1057px;
	height: 216px;
	line-height: 20px;
	border: solid 1px #d9d9d9;
	padding: 10px 10px;
	font-size: 16px;
	color: #666666;
}

.message_html .tijiao {
	font-size: 16px;
	color: #fff;
	background: #004f9c;
	width: 437px;
	height: 51px;
	text-align: center;
	line-height: 51px;
	display: block;
	margin-right: 28px;
	margin-top: 18px;
}

.show_html .product_xq .product_xq_title {
	width: 100%;
	height: 54px;
	background: #f2f2f2;
}

.show_html .product_xq .product_xq_title p {
	width: 137px;
	height: 54px;
	line-height: 54px;
	background: #004f9c;
	font-size: 20px;
	color: #ffffff;
}

.show_html .product_xq .product_xq_text {
	padding: 40px 14px;
}

.show_html .product_xq .product_xq_text p {
	text-indent: 28px;
	font-size: 14px;
	color: #333333;
	line-height: 30px;
	text-align: justify
}

.show_html .product_xq .xia {
	display: block;
	width: 245px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	color: #ffffff;
	background: #004f9c;
	margin-right: 28px;
}

.show_html .product_xq .xia:hover {
	background: #ff7816;
}

.show_html .product_xq .shang {
	display: block;
	width: 245px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	color: #ffffff;
	background: #004f9c;
}

.show_html .product_xq .shang:hover {
	background: #ff7816;
}

.show_html {
	padding-bottom: 42px;
}

.show_html .show_img {
	padding: 0 28px;
	padding-bottom: 58px;
}

.show_html .show_img .img1 {
	width: 567px;
	height: 425px;
	border: solid 4px #004f9c;
	margin-right: 78px;
}

.show_html .show_img .img1 img {
	width: 100%;
	height: 100%;
}

.show_html .show_img .information {
	width: 490px;
	height: 430px;
}

.show_html .show_img .information .name {
	font-size: 24px;
	color: #141414;
	text-align: left;
}

.show_html .show_img .information .xilie {
	font-size: 16px;
	color: #969994;
	text-align: left;
	margin-top: 4px;
}

.show_html .show_img .information .shangyiji {
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	width: 490px;
	height: 35px;
	display: block;
	line-height: 35px;
	background: #004f9c;
	margin-top: 22px;
	margin-bottom: 40px;
}

.show_html .show_img .information .xian {
	width: 100%;
	height: 1px;
	background: #bdc0bb;
	margin-bottom: 24px;
}

.show_html .show_img .information .img {
	margin-top: 26px;
}

.show_html .show_img .information .img .float_l {
	width: 242px;
	height: 196px;
	position: relative;
}

.show_html .show_img .information .img .float_l img {
	width: 242px;
	height: 196px;
}

.show_html .show_img .information .img .float_l p {
	width: 242px;
	height: 196px;
	text-align: center;
	line-height: 196px;
	font-size: 20px;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.75);
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.4s ease-in-out;
	opacity: 0;
}

.show_html .show_img .information .img .float_l:hover p {
	opacity: 1;
}

.show_html .show_img .information .img .float_r {
	width: 242px;
	height: 196px;
	position: relative;
}

.show_html .show_img .information .img .float_r img {
	width: 242px;
	height: 196px;
}

.show_html .show_img .information .img .float_r p {
	width: 242px;
	height: 196px;
	text-align: center;
	line-height: 196px;
	font-size: 20px;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.75);
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.4s ease-in-out;
	opacity: 0;
}

.show_html .show_img .information .img .float_r:hover p {
	opacity: 1;
}

.listshow_html {
	padding-bottom: 130px;
}

.listshow_html ul {
	margin-bottom: 0;
}

.listshow_html .product_xq .product_xq_text {
	padding: 64px 60px 110px 60px;
}

.listshow_html .product_xq .product_xq_text .h6 {
	font-size: 20px;
	color: #333333;
	font-weight: 700;
	text-align: center;
	margin-bottom: 22px;
}

.listshow_html .product_xq .product_xq_text .p1 {
	font-size: 14px;
	color: #999999;
	text-align: center;
}

.listshow_html .product_xq .product_xq_text .p1 span {
	font-size: 14px;
	color: #999999;
	text-align: center;
	margin-right: 22px;
}

.listshow_html .product_xq .product_xq_text .p2 {
	border: solid 1px #d9d9d9;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	color: #999999;
	text-align: center;
	padding: 0 20px;
	width: auto;
	display: -webkit-inline-box;
	margin-top: 16px;
	margin-bottom: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.listshow_html .product_xq .shang {
	width: 400px;
	height: 56px;
	line-height: 56px;
	text-align: left;
	padding: 0 58px;
	background: #f2f2f2;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.listshow_html .product_xq .shang:hover {
	color: #fff;
	background: #004f9c;
}

.listshow_html .product_xq .xia {
	width: 400px;
	height: 56px;
	line-height: 56px;
	text-align: left;
	padding: 0 58px;
	background: #f2f2f2;
	color: #333333;
	margin-right: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.listshow_html .product_xq .xia:hover {
	color: #fff;
	background: #004f9c;
}

.listshow_html .product_xq .fanhui {
	width: 168px;
	height: 56px;
	line-height: 56px;
	display: block;
	text-align: center;
	color: #ffffff;
	background: #ff7816;
}

.about_html {
	border-bottom: solid 1px #d9d9d9;
	padding-bottom: 40px;
	padding-top: 8px;
}

.about_html .conter h6 {
	font-size: 24px;
	color: #333333;
	text-align: center;
	font-weight: 500;
	margin: 0;
	padding-top: 60px;
	margin-bottom: 53px;
}

.about_html .conter .img {
	margin-left: 7px;
	margin-right: 34px;
	position: relative;
}

.about_html .conter .img .img_p {
	width: 581px;
	height: 299px;
	background: rgba(31, 126, 193, 0.85);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.4s ease-in-out;
}

.about_html .conter .img:hover .img_p {
	opacity: 1;
}

.about_html .conter .img .img_p p {
	width: 100px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	margin: auto;
	line-height: 22px;
	padding-top: 128px;
}

.about_html .conter .img .img_p p span {
	text-align: center;
	font-size: 18px;
	color: #fff;
}

.about_html .conter .img img {
	width: 581px;
	height: 299px;
}

.about_html .conter .p {
	width: 570px;
	height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 6px;
}

.about_html .conter .p p {
	text-align: justify;
	text-indent: 28px;
	line-height: 30px;
	font-size: 14px;
	color: #333333;
}

.about_html .conter .p::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 4px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 4px;
}

.about_html .conter .p::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.2);
	border-radius: 5px;
}

.about_html .conter .p::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

.background_clocr {
	height: 510px;
	background: #f9f9f9;
	margin-top: 70px;
}

.phone_state {
	display: none;
}