@charset "utf-8";
body {
	font-family: "微软雅黑"!important;
	font: 14px Microsoft YaHei!important;
	line-height: 24px;
	background: #FFFFFF;
}

body,
div,
p,
span,
ul,
li,
dl,
dd,
h1,
h2,
h3,
a,
input,
img {
	margin: 0;
	padding: 0;
}

li,
ol {
	list-style: none;
}

a,
img,
textarea {
	border: none;
	outline: none;
}

i,
em {
	font-style: normal;
}

a {
	text-decoration: none;
	color: #000;
}

a:focus {
	text-decoration: none;
}

a:focus,
a:hover {
	text-decoration: none!important;
	outline: none;
	outline-offset: 0;
}

label {
	font-weight: normal;
	width: 100%;
}

a:focus {
	outline: none;
	outline-offset: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.cl:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.tl {
	text-align: left;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.transition {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.slick-slide {
	outline: none!important;
	height: auto;
}

#wrap_index {
	overflow: hidden;
	position: relative;
}

@media (min-width: 1200px) {
	.container {
		width: 992px;
		padding: 0;
		margin: 0 auto;
	}
}

@media (min-width: 1580px) {
	.container {
		width: 1500px;
		padding: 0;
		margin: 0 auto;
	}
}

.clearfix:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both;
}

.clearfix {
	*zoom: 1;
}

a:hover {
	color: #af0000
}


/*header*/

#header {
	position: relative;
	z-index: 90;
	width: 100%;
}

.logo {
	width: 35%;
	height: 115px;
}

.logo a {
	display: table-cell;
	width: 100%;
	height: 115px;
	vertical-align: middle;
}

.logo img {
	max-width: 100%;
	max-height: 100%;
}

#header .tel {
	width: 305px;
	height: 115px;
	padding-top: 35px;
}

#header .tel .icon {}

#header .tel .icon img {
	max-width: 100%;
	max-height: 100%;
}

#header .tel .p1 {
	font-size: 18px;
	line-height: 24px;
	color: #555555;
	padding-left: 15px;
}

#header .tel .p2 {
	font-size: 24px;
	color: #af0000;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
	padding-left: 15px;
}

#header .menu_box {
	width: 100%;
	background: #af0000;
}

#header .container {}

.pc_Menu .menul {
	width: 100%;
	height: 65px;
}

.pc_Menu .menul .firstli {
	position: relative;
	width: 14.2857%;
	float: left;
	height: 65px;
	text-align: center;
	transition: 300ms;
}

.pc_Menu .menul .firstli>a {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 65px;
	line-height: 65px;
	color: #FFFFFF;
	overflow: hidden;
	font-size: 16px;
	z-index: 10;
	transition: 350ms;
}

.pc_Menu .menul .firstli.cur>a,
.pc_Menu .menul .firstli:hover>a {
	color: #af0000;
	opacity: 0.8;
	font-weight: bold;
	background: rgba(255, 255, 255, 0.8);
}

.pc_Menu .secdulBox {
	display: none;
	position: absolute;
	width: 100%;
	top: 65px;
	left: 50%;
	background: rgba(255, 255, 255, 0.8);
	transform: translateX(-50%);
	padding: 0 12px;
}

.pc_Menu .secdulBox .secdli {
	position: relative;
	text-align: center;
	border-bottom: 1px solid #c6c6c6;
}

.pc_Menu .secdulBox .secdli:last-child {
	border-bottom: 0;
}

.pc_Menu .secdulBox .secdli i {
	display: inline-block;
	vertical-align: top;
	height: 56px;
	font-style: inherit;
	font-size: 22px;
	position: absolute;
	top: 0;
	line-height: 56px;
	color: #555;
	left: 5px;
	font-weight: lighter;
}

.pc_Menu .secdulBox .secdli a {
    position: relative;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    height: 56px;
    line-height: 56px;
    color: #555;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    padding-left: 15px;
    overflow: hidden;
}

.pc_Menu .secdulBox .secdli.current a,
.pc_Menu .secdulBox .secdli.current i,
.pc_Menu .secdulBox .secdli:hover i,
.pc_Menu .secdulBox .secdli:hover a {
	color: #af0000 !important;
}


/*手机头部*/

.model-header {
	width: 100%;
	height: 70px;
	padding: 0 10px;
	z-index: 30;
	background: #e8e8e8;
}

.model-header .model-header-logo {
	width: 40%;
	float: left;
	height: 70px;
}

.model-header .model-header-logo a {
	display: table-cell;
	vertical-align: middle;
	width: 300px;
	height: 70px;
}

.model-header .model-header-logo a img {
	max-width: 100%;
	max-height: 100%;
}

.model-header .model-navbtn {
	width: 32px;
	height: 70px;
	line-height: 42px;
	float: right;
	padding: 16px 0;
}

.model-header .model-navbtn img {
	max-width: 100%;
}


/*main*/

@media (max-width:991px) {
	.logo,
	.logo a {
		height: 60px;
	}
	.pc_Menu .menul {
		height: 60px;
	}
	.pc_Menu .menul .firstli:after {
		width: 20px;
		height: 6px;
	}
	.pc_Menu .menul .firstli.cur:after,
	.pc_Menu .menul .firstli:hover:after {
		bottom: 8px;
	}
	.pc_Menu .menul .firstli>a {
		font-size: 14px;
		height: 60px;
		line-height: 60px;
		padding: 0 3px;
	}
	.pc_Menu .secdulBox {
		top: 60px;
		border-radius: 5px;
	}
	.pc_Menu .secdulBox .secdli a {
		font-size: 14px;
		height: 32px;
		line-height: 32px;
	}
}


/*颜色重写*/


/*banner*/

#model_banner .banner_img img {
	position: relative;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
}

#model_banner .banner_img a {
	display: block;
	width: 100%;
	overflow: hidden;
}

.slick .slick-prev:before,
.slick .slick-next:before {
	content: "";
}

#model_banner .slick-prev,
#model_banner .slick-next {
	width: 46px;
	height: 84px;
}

#model_banner .slick-prev {
	opacity: .2;
	left: 60px;
	z-index: 9;
	background: url("../images/arw.png") no-repeat center;
	transform: translateY(-50%) rotate(180deg);
}

#model_banner .slick-next {
	opacity: .2;
	right: 60px;
	background: url("../images/arw.png") no-repeat center;
}

#model_banner .slick-prev:hover,
#model_banner .slick-next:hover {
	opacity: 1;
}

#model_banner .slick-dots li {
	margin: 0 10px;
}

#model_banner .slick-dots li button {
	background: #fff;
	opacity: .6;
}

#model_banner .slick-dots li.slick-active button {
	background: #fff;
	opacity: .6;
}

#model_banner .slick-dots li.slick-active button:after {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 18px;
	height: 18px;
	border: 1px solid #cfc7c0;
	border-radius: 50%;
}

#model_banner .slick-dots {
	bottom: 10px;
}

.model-textlist-one ul li:hover {
	border-bottom: 1px solid #af0000;
}

.model-textlist-one ul li:hover dt {
	color: #af0000;
}

.model-textlist-one ul .textlist-lifirst .textlist-text .textlist-more:hover {
	border: 1px solid #af0000;
	background: #af0000 url(../images/icon10.png) 90% center no-repeat;
}

.updown_fenlei .cont_nav .one .one_a i {
	background: url(../images/icon4.png) center no-repeat;
}

.model-classify-nav .one .o_li .one_a i {
	background: url(../images/icon6.png) center no-repeat
}

.updown_posnav .nav_item a:hover,
.updown_posnav .nav_item a.on,
#model_contant_main .model_dec_adress a:hover {
	color: #af0000;
}

.updown_fenlei .cont_nav .one .o_li:hover .one_a,
.updown_fenlei .cont_nav .one .o_li a.ez {
	background-color: #af0000;
}

#model_contant_main .model_dec_adress a:hover,
#model_contant_main .model_dec_adress a.cur {
	color: #af0000;
}

.model-dectil-bottom .model-dectil-chose a:hover {
	color: #af0000;
}

.model-dectil-img .slick-dots li button {
	border: 1px solid #af0000;
}

.model-dectil-img .slick-dots li.slick-active button {
	background: #af0000;
}

.model_seach .model-seachdiv form .seabtn,
.model-textlist-three ul li a:before {
	background: #af0000;
}

.model-textlist-three ul li a:hover,
.model-textlist-three ul li a:hover dt {
	color: #af0000;
}

.model_page a.on,
.model_page a:hover,
.model_page a.on,
.model_page a.current {
	color: #af0000;
	border-bottom: 1px solid #af0000;
}

.model-textlist-four ul li a:hover {
	background: #af0000;
}

.model-textlist-two ul li a:hover .textlist-l dt,
.model-textlist-two ul li a:hover .textlist-l p {
	color: #af0000;
}

.model-textlist-two ul li a:hover .newtime {
	background: #af0000;
}

.model-imgtextlist-two ul li a:hover .imgtextlist-r dt,
.model-imgtextlist-one ul li a:hover .imgtextlist-l dt,
.model-imgtextlist-three ul li a:hover .imgtextlist-r dt,
.model-imgtextlist-three ul li .imgtextlist-r .time p {
	color: #af0000;
}

.model-imgtextlist-four ul li a:hover .imgtextlist-text,
.model-imglist-two ul li a:hover p {
	background: #af0000;
}

.model-imglist-two ul li .pimg em span {
	background: #af0000 url(../images/icon7.png) center no-repeat
}

.model-imglist-three ul li a:hover {
	border: 2px solid #af0000;
}

.model-imglist-three ul li a:hover p {
	color: #af0000;
	background: url(../images/icon6.png) right center no-repeat;
}

.model_leftright_l .cont_nav .one .o_li .one_a i {
	background: url(../images/icon6.png) center no-repeat;
}


/*手机端*/

.model-classify .model-classify-posnav {
	background: #af0000;
}


/*底部导航*/

.model-fixed {
	background: #af0000!important;
}

.model-classify-nav .one .o_li a.ez,
.model-classify-nav .second a.sen_x {
	color: #af0000;
}

.model-classify-nav .second a.sen_x:before {
	background: #af0000;
}

.model-phone-page span i {
	color: #af0000;
}

.model-leftnav-top {
	background: #af0000;
}

.model-fixed .fnavbox li a,
.fnavbox li dd {
	color: #fff!important;
}


/*左右布局*/

.model_leftright_l .l_posnav {
	background: #af0000;
}
.model_leftright_l .cont_nav .one .o_li a{overflow: hidden;}
.model_leftright_l .cont_nav .one .o_li a.one_a:hover,
.model_leftright_l .cont_nav .one .o_li a.ez {
	color: #af0000;
}

.model_leftright_l .cont_nav .second .e_li a:hover,
.model_leftright_l .cont_nav .second .e_li a.sen_x {
	color: #af0000;
}

.model_leftright_l .cont_nav .second .e_li a:hover:before,
.model_leftright_l .cont_nav .second .e_li a.sen_x:before {
	background: #af0000;
}

.model_leftright_l .cont_nav .second .e_li a:hover,
.model_leftright_l .cont_nav .second .e_li a.sen_x {
	color: #af0000;
}

.moder_leftright_r .r_posnav p {
	border-bottom: 4px solid #af0000;
}

.moder_leftright_r .r_posnav span a:hover {
	color: #af0000;
}


/*内页产品详情箭头*/

.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-prev:before {
	border-bottom: 12px solid #af0000;
}

.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next:before {
	border-top: 12px solid #af0000;
}

.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-prev:hover {
	border-bottom: 1px solid #af0000;
}

.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next:hover {
	border-top: 1px solid #af0000;
}

@media (min-width:768px) {
	.model-textlist-four ul li .textlist-r dd {
		color: #fff;
	}
	.model-imgtextlist-four ul li a:hover .imgtextlist-text p,
	.model-imgtextlist-four ul li .imgtextlist-text dd {
		color: #fff;
	}
}

@media (max-width:640px) {
	.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next:after {
		border-left: 7px solid #af0000;
	}
	.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next {
		border-left: 1px solid #af0000;
	}
	.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-prev:after {
		border-right: 7px solid #af0000;
	}
}

@media (max-width: 767px) {
	.model-textlist-four ul li .textlist-r dt {
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.model-dectil-text img {
		max-width: 100%;
	}
}

#quickbar-wrap {
	padding-bottom: 0
}

.part {
	background-position-x: center;
	background-position-y: center;
	background-size: auto 100%;
	background-repeat: no-repeat;
}

.part .title {
	text-align: center;
	padding-top: 52px;
	padding-bottom: 55px;
}

.part .title .p1 {
	text-align: center;
	display: block;
	background: url(../images/tit_bg.png) no-repeat;
	background-position-x: center;
	background-position-y: bottom;
	line-height: 80px;
	height: 80px;
	margin-bottom: 22px;
}

.part .title .p2 {
	font-size: 18px;
	color: #555;
	height: 18px;
	line-height: 18px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.part .title .p1 span {
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	color: #af0000;
	height: 80px;
	line-height: 80px;
	font-size: 36px;
	max-width: 400px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 20px;
}

.part .inner .more {
	width: 210px;
	height: 45px;
	line-height: 45px;
	display: block;
	margin: 0 auto;
	border: 2px solid #555;
	text-align: center;
	color: #555;
	background: #FFFFFF;
	font-size: 18px;
	border-radius: 20px;
	transition: 350ms;
	padding: 0;
	margin: 45px auto 85px;
	box-sizing: content-box;
}

.part .inner .more:hover {
	background: #af0000;
	border-color: #af0000;
	color: #FFFFFF;
}

.content1 {
	background-size: auto 105%;
}

.content1 .container {
	padding-bottom: 185px;
	position: relative;
}

.content1 .inner .txt {
	width: 58%;
}

.content1 .inner .pic {
	width: 42%;
}

.content1 .inner .txt .p1 {
	display: -webkit-box;
	-webkit-line-clamp: 14;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 30px;
	font-size: 18px;
	color: #555555;
	height: 420px;
	padding-right: 40px;
	margin-bottom: 35px;
	margin-top: 10px;
}

.content1 .inner .pic {
	display: block;
	overflow: hidden;
}

.content1 .inner .pic img {
	display: block;
	overflow: hidden;
	max-width: 100%;
}

.content1 .inner .txt a {
	font-size: 18px;
	color: #555;
	line-height: 18px;
	height: 18px;
}

.content1 .inner .txt a:hover {
	color: #af0000;
}

.content1 .about_list {
	position: absolute;
	box-shadow: 0 0 10px #d0d3d6;
	background: #FFFFFF;
	bottom: -90px;
	width: 100%;
}

.content1 .about_list .item {
	padding: 45px 0 60px;
	position: relative;
}

.content1 .about_list .item:after {
	position: absolute;
	height: 125px;
	width: 1px;
	content: "";
	right: -0.5px;
	top: calc(50% - 62.5px);
	background: #dadada;
}

.content1 .about_list .item .p1 {
	height: 48px;
	line-height: 48px;
	font-size: 48px;
	color: #333333;
	text-align: center;
	margin-bottom: 10px;
	padding: 0 15px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.content1 .about_list .item .p2 {
	height: 18px;
	line-height: 18px;
	color: #555;
	font-size: 18px;
	padding: 0 15px;
	text-align: center;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.content2 {
	margin-top: 90px;
}

.content2 .title {
	padding-bottom: 35px;
}

.content2 .container {
	padding-left: 0;
	padding-right: 0;
}

.content2 .pro_list {
	text-align: center;
	margin-bottom: 80px;
}

.content2 .pro_list .item {
	border: 2px solid #f3f3f4;
	height: 50px;
	min-width: 165px;
	display: inline-block;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #333333;
	transition: 350ms;
	margin: 0 6px;
	max-width: 15%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 15px;
}

.content2 .pro_list .item:hover {
	border-color: #af0000;
	background: #af0000;
	color: #FFFFFF;
}

.content2 .inner .item {
	padding-left: 17.5px;
	padding-right: 17.5px;
	margin-bottom: 30px;
	transition: 350ms;
}

.content2 .inner .item>div {
	overflow: hidden;
}

.content2 .inner .item .area {
	position: relative;
}

.content2 .inner .items {
	margin-left: -17.5px;
	margin-right: -17.5px;
}

.content2 .inner .item:nth-child(n+4) {
	margin-bottom: 0;
}

.content2 .inner .item .pic {
	display: block;
	background: #F5F5F5;
	border: 1px solid #dddddd;
}

.content2 .inner .item .pic img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

.content2 .inner .item .p1 {
	height: 70px;
	line-height: 70px;
	color: #333;
	font-size: 18px;
	text-align: center;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	padding: 0 5%;
	transition: 350ms;
}

.content2 .inner .item:hover .p1 {
	color: #FFFFFF;
}

.content2 .inner .item .txt {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: -100%;
	background: rgba(175, 0, 0, 0.68);
	transition: 350ms;
}

.content2 .inner .item .txt_box {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	padding: 0 15px;
}

.content2 .inner .item:hover .txt {
	top: 0;
}

.content2 .inner .txt .p1_ {
	line-height: 20px;
	height: 40px;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	transition: 350ms;
	margin-bottom: 12px;
	position: relative;
}

.content2 .inner .txt .p1_:before {
	position: absolute;
	content: "";
	width: 95px;
	height: 2px;
	display: block;
	background: #fff;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.content2 .inner .txt .p2_ {
	height: 60px;
	line-height: 30px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	margin: 0 auto;
	transition: 350ms;
}
@media only screen and (min-width: 992px) and (max-width: 1380px) {
	.content1 .inner .txt .p1 {
    -webkit-line-clamp: 10;
    height: 300px;
    margin-bottom: 20px;
    }
}
@media only screen and (max-width: 991px) {
	.part .container {
		padding: 0 10px;
	}
	.part .title {
		padding-top: 25px;
		padding-bottom: 50px;
	}
	.part .title .p1 {
		line-height: 40px;
		height: 40px;
		margin-bottom: 10px;
		background-size: auto 10px;
	}
	.part .title .p1 span {
		height: 40px;
		line-height: 40px;
		font-size: 18px;
		max-width: 250px;
	}
	.part .title .p2 {
		font-size: 12px;
		color: #555;
		height: 12px;
		line-height: 12px;
	}
	.part .inner .more {
		width: 100px;
		height: 22px;
		line-height: 22px;
		border: 2px solid #555;
		font-size: 12px;
		margin: 25px auto 40px;
	}
	.content1 {
		padding-bottom: 70px;
	}
	.content1 .inner .txt .p1 {
		-webkit-line-clamp: 8;
		line-height: 20px;
		font-size: 14px;
		height: 160px;
		padding-right: 10px;
		margin-bottom: 15px;
	}
	.content1 .inner .txt a {
		font-size: 12px;
		height: 12px;
	}
	.content1 .about_list .item {
		padding: 22px 0 25px;
	}
	.content1 .about_list {
		box-shadow: 0 0 5px #d0d3d6;
		background: #FFFFFF;
		bottom: -190px;
		width: calc(100% - 20px);
		left: 10px;
	}
	.content1 .about_list .item .p1 {
		height: 24px;
		line-height: 24px;
		font-size: 24px;
		margin-bottom: 2px;
		padding: 0 15px;
	}
	.content1 .about_list .item .p2 {
		height: 12px;
		line-height: 12px;
		font-size: 12px;
	}
	.content1 .about_list .item:after {
		height: 55px;
		top: calc(50% - 27.5px);
	}
	.content2 {
		margin-top: 120px;
	}
	.content2 .title {
		padding-bottom: 25px !important;
	}
	.content2 .pro_list .item {
		border: 1px solid #f3f3f4;
		height: 24px;
		min-width: 28%;
		line-height: 24px;
		font-size: 12px;
		margin: 0 2px;
		margin-bottom: 10px;
		max-width: 30%;
	}
	.content2 .pro_list {
		text-align: center;
		margin-bottom: 16px;
	}
	.content2 .inner .items {
		margin-left: -4px;
		margin-right: -4px;
	}
	.content2 .inner .item {
		padding-left: 6px;
		padding-right: 6px;
		margin-bottom: 15px !important;
		transition: 350ms;
	}
	.content2 .inner .item:nth-child(n+5) {
		margin-bottom: 0;
	}
	.content2 .inner .item .p1 {
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}
	.content2 .inner .item:hover .p1 {
	color: #333 !important;
     }
	.content2 .inner .more {
		margin: 10px auto 40px;
	}
}

.content3 {
	background-position-y: top;
	background-size: 100% auto;
	padding-top: 285px;
}

.content3 .container {
	background: #FFFFFF;
}

.content3 .items {
	padding-left: 10px;
	padding-right: 10px;
}

.content3 .item {
	padding-left: 8.5px;
	padding-right: 8.5px;
	margin-top: 20px;
}

.content3 .item:hover {
	margin-top: 0;
}

.content3 .item>div {
	border: 2px solid #efefef;
	padding: 40px 20px;
	position: relative;
	background: #FFFFFF;
	overflow: hidden;
}

.content3 .item .pic {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	bottom: 100%;
	transition: 200ms;
	z-index: 10;
}

.content3 .item:hover .pic {
	bottom: 0;
}

.content3 .item .pic img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	z-index: 10;
}

.content3 .item .pic i {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 20;
}

.content3 .item .txt {
	display: block;
	position: relative;
	z-index: 50;
}

.content3 .item .txt .p1 {
	border-bottom: 1px solid #DDDDDD;
}

.content3 .item .txt .p1 span:nth-child(1) {
	height: 65px;
	line-height: 65px;
	font-size: 18px;
	color: #666666;
	font-weight: lighter;
}

.content3 .item .txt .p1 span:nth-child(2) {
	height: 65px;
	line-height: 65px;
	font-size: 30px;
	color: #666666;
	font-weight: lighter;
}

.content3 .item .txt .p2 {
	margin: 35px 0 18px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	display: block;
	height: 16px;
	line-height: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.content3 .item .txt .p3 {
	color: #333;
	font-size: 14px;
	line-height: 25px;
	height: 50px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 30px;
}

.content3 .more_ {
	display: block;
	transition: 350ms;
	font-size: 20px;
	font-weight: lighter;
}

.content3 .item:hover .p1 span,
.content3 .item:hover .p2,
.content3 .item:hover .p3,
.content3 .item:hover .more_ {
	color: #FFFFFF !important;
}
@media only screen and (min-width: 992px) and (max-width: 1380px) {
	.content3 {
		padding-top: 200px;
	}
}
@media only screen and (max-width: 991px) {
	.content3 {
		background-position-y: top;
		background-size: auto 260px;
		padding-top: 140px;
	}
	.content3 .container {
		background: #FFFFFF;
		width: calc(100% - 20px);
	}
	.content3 .items {
		padding-left: 0;
		padding-right: 0;
	}
	.content3 .item:first-child {
		margin-top: 0;
	}
	.content3 .item:hover {
    margin-top: 0 !important;
    }
	.content3 .item {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 15px;
		margin-top: 0 !important;
	}
	.content3 .item>div {
		border: 2px solid #efefef;
		padding: 10px 15px;
	}
	.content3 .item:hover .txt .p1 span:nth-child(1),
	.content3 .item:hover .txt .p1 span:nth-child(2){
		color: #666666 !important;
	}
	.content3 .item .txt .p1 span:nth-child(1) {
		height: 35px;
		line-height: 35px;
		font-size: 12px;
		color: #666666;
		font-weight: lighter;
	}
	.content3 .item .txt .p1 span:nth-child(2) {
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}
	.content3 .item:hover .txt .p2,
	.content3 .item:hover .txt .p3{
		color: #333333 !important;
	}
	.content3 .item .txt .p2 {
		margin: 16px 0 8px;
		font-size: 12px;
		height: 12px;
		line-height: 12px;
	}
	.content3 .item .txt .p3 {
		font-size: 12px;
		line-height: 20px;
		height: auto;
		margin-bottom: 10px;
		max-height: 40px;
	}
	.content3 .item:hover .more_{
		color: #000 !important;
	}
}

#footer {
	background: #f4f4f4;
}

#footer .top {
	padding-top: 75px;
}

#footer .top .menul {
	width: 65%;
}

#footer .top .secdul {
	padding-bottom: 35px;
}

#footer .top ul .firstli>a {
	height: 18px;
	line-height: 18px;
	font-size: 18px;
	color: #555555;
	margin-bottom: 42px;
	padding-right: 15px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
}

#footer .top ul .secdli>a {
	height: 14px;
	line-height: 14px;
	color: #555555;
	font-size: 14px;
	margin-bottom: 16px;
	margin-bottom: 18px;
	display: block;
	padding-right: 15px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
}

#footer .top .items img {
	margin-bottom: 8px;
}

#footer .top .items p {
	line-height: 24px;
	font-size: 14px;
	color: #555555;
	text-align: center;
	width: 125px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

#footer .footer_txt {
	width: 20%;
	margin-top: -10px;
}

#footer .footer_txt p {
	color: #555555;
	font-size: 18px;
	line-height: 36px;
	/*display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;*/
	overflow: hidden;
	/*text-overflow: ellipsis;*/
}

#footer .copyright {
	padding: 20px 0 20px;
	background: #af0000;
	text-align: center;
}

#footer .copyright_con,
#footer .copyright p,
#footer .copyright a {
	color: #fff;
	line-height: 24px;
	font-size: 14px;
}

@media only screen and (min-width: 992px) and (max-width:1500px) {
	#footer .top .menul {
		width: 50%;
	}
	#footer .footer_txt {
		width: 30%;
	}
}

@media only screen and (max-width: 768px) {
	#footer .copyright {
		padding: 20px 0 70px;
	}
	#footer .copyright_con,
	#footer .copyright p,
	#footer .copyright a {
		color: #fff;
		line-height: 18px;
		font-size: 12px;
	}
}

.model-dectil img,
.model-imglist img {
	max-width: 100% !important;
}

.model-imglist-one ul li p {
    height: 62px!important;
    line-height: 26px!important;
    padding: 8px 0 0 0!important;
}