@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 14px;
	font-family: li-regular, Microsoft YaHei, SF Pro SC, SF Pro Display, PingFang SC, Segoe UI, Helvetica Neue, Helvetica, Arial, sans-serif;
	border: 0;
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}

body {
	min-width: 1100px;
	width: 100%;
	overflow-x: hidden;
}

a {
	color: #006fd6;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}

/*******************************************************************************************************/
/*清除浮动*/
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

/*************************************************************************************/

.img_big {
	transition: all 0.5s;
}

.img_big:hover {
	transform: scale(1.08);
	transition: all 0.5s;
	z-index: 1000;
}

/*#########################*/


.common_top_box {
	position: fixed;
	top: 0px;
	z-index: 10000000;
	width: 100%;
	height: 50px;
	transition: all 0.5s;
	background-color: rgba(0, 0, 0, 0.2);
}

.common_top {
	width: 1100px;
	height: 50px;
	margin: 0px auto;
	position: relative;
}

.logo_box {
	float: left;
	height: 40px;
	width: 120px;
	margin-top: 5px;
	/* background: url("../img/logo.png") no-repeat center;
	background-size: auto 100%; */
}
.logo_box img{
	/* width: 120px; */
	height: 40px;
}

.nav_box {
	float: right;
	height: 50px;
	line-height: 50px;
	width: 780px;
	margin: 0 10px;
	font-size: 14px;
	transition: all 0.5s;
}

.nav_box .nav_box_li {
	float: left;
	position: relative;
	width: 14.28%;
	text-align: center;
}



.nav_box .nav_box_li a {
	width: 100%;
	color: #fff;
	overflow: hidden;
	text-align: center;
	transition: color .1s ease-in;
}

.nav_box .nav_box_li:hover>a {
	color: #ccc;
}

.nav_box .nav_box_li_act a {
	color: red;
}

.nav_box .nav_box_li_act:hover a {
	color: red;
}



.nav_box .nav_box_li:hover ul {
	display: block;
}

.nav_box .nav_box_li:hover ul a {
	font-weight: normal;
}

.nav_box .nav_box_li>ul {
	display: none;
	position: absolute;
	line-height: 45px;
	color: #fff;
	z-index: 999;
	min-width: 100px;
	top: 79px;
	background-color: #004E97;
}

.nav_box .nav_box_li>ul>li:hover {
	background-color: #d02228;
}



/* .onact .logo_box {
	background: url("../img/logo.png") no-repeat center;
	background-size: auto 100%;
} */

.onact .common_top_box {
	height: 50px;
	transition: all 0.5s;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0 4px 4px rgba(0, 0, 0, .05);
}

.onact .nav_box .nav_box_li a {
	color: #000;
}

.onact .nav_box .nav_box_li:hover>a {
	color: #FD0100;
}

/*顶部结束*/


.banner {
	position: relative;
	width: 1920px;
	height: 700px;
	left: -960px;
	margin-left: 50%
}

.banner img {
	width: 1920px;
	height: 700px;
}

/***********************************************************************************************/



/*******************************************************************************************/

.bottom1 {
	color: #fff;
	text-align: center;
}

.bottom1 .bottom1_box {
	float: left;
	position: relative;
	width: 399px;
	height: 120px;
	margin: 20px auto;
	overflow: hidden;
	font-size: 40px;
}

.bottom1 .bottom1_box h5 {
	line-height: 30px;
	font-size: 16px;
}

.bottom1 .bottom1_box p {
	line-height: 30px;
	font-size: 16px;
}

.bottom1 .bottom1_box a {
	color: #fff;
}

.bottom1 .middle {
	border-left: 1px dashed #fff;
	border-right: 1px dashed #fff;
}

.bottom1 .middle img {
	width: 80px;
}


.bottom2 {
	color: #fff;
	text-align: center;
	line-height: 40px;
}

.bottom2 a {
	width: 150px;
	color: #fff;
	display: inline-block;
}

.bottom3 {
	color: #fff;
	text-align: center;
	height: 105px;
	line-height: 35px;
	padding: 10px 0;
}



/*首页结束*/



/*内页banner图*/
.b1 {
	position: relative;
	width: 1920px;
	height: 350px;
	margin-left: 50%;
	left: -960px;
	overflow: hidden;
}

.b1_img {
	width: 1920px;
	height: 350px;
}

.bi_text {
	position: absolute;
	width: 1100px;
	left: 410px;
	top: 180px;
	letter-spacing: 5px;
	color: #fff;
	text-align: left;
	font-size: 35px;
	text-shadow: 1px 1px 5px #333;
}

/********************************************************/




/**********************************************************************************/
/*页码区*/
.page {
	margin-top: 40px;
	text-align: center;
	margin-bottom: 40px;
	font-size: 14px;
}

.page a {
	display: inline-block;
	line-height: 25px;
	color: red;
	border: 1px solid red;
	padding: 0 7px;
	min-width: 9px;
	margin-left: 10px;
	font-size: 12px;
}

.page a.cur {
	color: #FFFFFF;
	border-color: red;
	background-color: red;
}

/************************************************************************************************/


.f1_title {
	line-height: 40px;
	font-size: 20px;
	color: #111;
	text-align: center;
}

.f1_other {
	line-height: 30px;
	text-align: center;
	color: #9b9b9b;
	font-size: 12px;
}

.f1_c {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	position: relative;
	padding: 20px 0;
}

.f1_c img {
	max-width: 100% !important;
}

.f1_yema {
	line-height: 30px;
	margin-top: 10px;
	margin-bottom: 40px;
}

.f1_yema a {
	color: black;
}

.f1_yema a:hover {
	color: red;
}




/*liuyan*/
.liuyan_box {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 20px;
	padding: 30px;
}


.liuyan_box .liuyan_li {
	position: relative;
	width: 90%;
	min-height: 50px;
	margin: 20px 0;
}

.liuyan_box .liuyan_li .title {
	position: relative;
	display: block;
	float: left;
	width: 10%;
	text-align: right;
	font-weight: bold;
}

.liuyan_box .liuyan_li input {
	display: block;
	position: relative;
	float: left;
	width: 85%;
	height: 40px;
	line-height: 40px;
	padding: 0 5px;
	font-size: 14px;
}

.liuyan_box .liuyan_li textarea {
	display: block;
	position: relative;
	float: left;
	width: 85%;
	height: 120px;
	line-height: 40px;
	padding: 0 5px;
	font-size: 14px;
}

.liuyan_box .btn_liuyan {
	width: 90%;
	text-align: center;
	margin-top: 30px;
}

.liuyan_box .btn_liuyan button {
	width: 200px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	border: 1px solid #999;
	background: #fff;
	color: #d02228;
	font-weight: 600;
	outline: none;
	cursor: pointer;
}

.liuyan_box .btn_liuyan button:hover {
	background: #d02228;
	border: 1px solid #d02228;
	color: #fff;
	cursor: pointer;
}

.mustxing {
	position: absolute;
	right: 5px;
	top: 0px;
	vertical-align: middle;
	color: #EA2020;
}

label.error {
	color: #fff;
	position: absolute;
	height: 20px;
	display: block;
	width: auto;
	left: 70px;
	line-height: 20px;
	background: red;
	padding: 0 5px;
	border: 1px #fff solid;
	opacity: 0.8;
	z-index: 10000;
	border-radius: 3px;
	font-size: 12px;
}

/***********************************************************************************************/
.scene-producelist-container {
	width: 100%;
	text-align: center;
}

.scene-producelist-title {
	padding-top: 30px;
	font-size: 40px;
	line-height: 60px;
	color: #191919;
	transition-delay: .3s;
}

.scene-producelist-subtitle {
	padding-bottom: 20px;
	margin-top: 8px;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	color: #666;
	transition-delay: .3s;
}

/***********************************************************************************************/




.content-full {
	position: relative;
	width: 1100px;
	margin-left: 50%;
	left: -550px;
}

.yuangong-tt {
	display: block;
	position: relative;
	width: 341px;
	margin: 12px 25px 12px 0px;
	height: 220px;
	overflow: hidden;
	background: #fff;
	position: relative;
	float: left;
	border-radius: 3px;

}

.yuangong_img {
	width: 100%;
	height: 220px;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.yuangong_img img {
	align-items: center;
	display: block;
	width: 100%;
	min-height: 220px;
}

.yuangong-title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #fff;
	background: rgba(0, 0, 0, .6);
	text-align: center;
}



.news-list {
	position: relative;
	float: left;
	width: 500px;
	height: 80px;
	margin: 10px;
	background: #F4F4F4;
	cursor: pointer;
	padding: 15px;
	display: flex;
	justify-content: space-between;
	border-radius: 3px;
}

.news-list .img {
	width: 120px;
	height: 80px;
	overflow: hidden;
	margin-right: 20px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.news-list img {
	width: 120px;
	height: 80px;
}




.news-list .info {
	position: relative;
	width: 359px;
	height: 80px;
	overflow: hidden;
}

.news-list .info .title {
	width: 70%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

.news-list .info .time {
	position: absolute;
	width: 30%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 14px;
	color: #333;
	right: 0;
	top: 0;
	text-align: right;
}

.news-list:hover .info .title {
	color: red;
}

.news-list .info .content {
	width: 100%;
	font-size: 12px;
	color: #666;
	line-height: 25px;
	height: 50px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news-list:hover {
	text-decoration: none;
}


.img_big {
	transition: all 0.8s;
}

.img_big:hover {
	transform: scale(1.1);
	transition: all 0.8s;
}

.menu2 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	width: 100px;
	padding-right: 50px;
}

.menu2act {
	color: red;
}

#news {
	padding-bottom: 26px;
}

#news .item {
	height: 125px;
	overflow-y: hidden;
	background: #F7F7F7;
	padding-left: 23px;
	padding-right: 23px;
	margin-bottom: 24px;
}

#news .item .news_title {
	color: #BF1E2D;
	height: 55px;
	padding-top: 5px;
	line-height: 50px;
	border-bottom: 1px solid #BF1E2D;
	font-weight: bold;
	font-size: 16px;
}

#news .item .news_content {
	text-indent: 30px;
	line-height: 25px;
	height: 50px;
	overflow-y: hidden;
	padding-top: 5px;
	font-size: 14px;
	color: #999;
}

#news .item .news_content p {
	position: relative;
	height: 50px;
	overflow-y: hidden;
}

/*公共标题*/
.content_box {
	position: relative;
	width: 100%;
	height: auto;
	overflow-x: hidden;
	padding: 20px 0;
	background: #fff;
}

.content {
	position: relative;
	width: 1100px;
	height: auto;
	margin: 0px auto;
	overflow: hidden;
}

.content_title {
	position: relative;
	width: 100%;
	height: 55px;
	overflow: hidden;
	margin: 20px 0;
	background: url('../img/menu_li.png') center center repeat-x;
}

.index_title {
	width: 600px;
	height: 70px;
	text-align: center;
	margin: 20px auto;
}

.index_title .middle {
	position: absolute;
	top: 60px;
	width: 600px;
	height: 2px;
	background: #BF1E2D;
}

.index_title .middle_top {
	line-height: 40px;
	font-size: 24px;
	font-weight: bold;
	color: #BF1E2D;
}

.index_title .middle_down {
	position: relative;
	width: 200px;
	height: 30px;
	line-height: 30px;
	background: #fff;
	font-size: 16px;
	color: #999;
	margin: 0 auto;
	z-index: 2;
}