@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

html,
body {
	font-family: "微软雅黑";
	font-size: 14px;
	min-width: 1200px;
	color: #333;
	overflow-x: hidden;
}



ul,
li {
	list-style: none;
}

img {
	border: 0;
}

input,
textarea {
	outline: none;
}

a {
	color: #565656;
	text-decoration: none;
}

a:hover {
	color: #e22626;
}

.clear {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.mainb {
	width: 1200px;
	margin: 0 auto;
}

.paddt30 {
	padding: 30px 0 0;
}

.overfw {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mobileb {
	display: none;
}


/**************************************************/

.headbox {
	width: 100%;
	height: 90px;
	box-shadow: 0px 6px 3px #cb0909;
	position: relative;
	background: #fbfbfb;
}

.headtel {
	display: none;
	padding: 25px 10px 15px 52px;
	background: url(../img/mtel.png) no-repeat left center;
}

.headtel p {
	font-size: 26px;
	color: #5f5f5f;
	font-weight: bold;
}

.topline {
	height: 2px;
	background: #7c7676;
}

.tlogo {
	padding: 5px 0;
}


/*nav*/

.head_nav .navbox>ul>li>a {
	font-size: 16px;

}

.head_nav {
	height: 90px;
	line-height: 90px;
	border: none;
}

.head_nav ul li {
	float: left;
	position: relative;
	border-bottom: 2px solid transparent;
	width:105px;
	text-align:center;
}

.head_nav ul li:hover {
	border-bottom: 2px solid #A32829;
	transition: .6s;
}

.head_nav .navbox {
	padding-left: 20px;
}

.head_nav .navbox>ul>li>a {
	font-size: 16px;
	color: #5f5f5f;
	display: block;
}

.head_nav .navbox>ul>li:hover a {
	color: #e22626;
}

.head_nav .navbox>ul>li:last-child a {
	padding-right: 0;
}

.head_nav .navbox>ul>li .twoli {
	position: absolute;
	background: #fff;
	width: 150%;
	text-align: center;
	border-radius: 6px;
	top: 100px;
	left: -30%;
	margin: 0;
	z-index: 199;
	opacity: 0;
	visibility: hidden;
	box-shadow: 3px 3px 20px 3px #ddd;
	border: 1px solid #f1f1f1;
}

.head_nav .navbox>ul>li .twoli a {
	display: block;
	text-align: center;
	line-height: 39px;
	font-size: 14px;
	color: #444;
	border-bottom: 1px dashed #ddd;
}

.head_nav .navbox>ul>li .twoli a:hover {
	color: #E22626;
	/*background: #E22626;*/
}


/*.head_nav .navbox>ul>li .twoli:before {
	position: absolute;
	top: -5px;
	left: 48%;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 5px solid #f1f1f1;
	transition: all .36s ease;
}

.head_nav .navbox>ul>li .twoli:after {
	position: absolute;
	top: -4px;
	left: 48%;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 5px solid #fff;
}*/

.head_nav .navbox>ul>li:hover .twoli {
	opacity: 1;
	visibility: visible;
	top: 90px;
}


/* banner */

.flexslider {
	margin: 0 auto;
	position: relative;
	width: 1920px;
	height: 600px;
	overflow: hidden;
	zoom: 1;
	left: 50%;
	margin-left: -960px;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.flexslider .slides {
	zoom: 1;
}

.flex-direction-nav a {
	width: 60px;
	height: 90px;
	line-height: 99em;
	overflow: hidden;
	margin: -60px 0 0;
	display: block;
	background: url(../img/btn.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
	background-position: 0 -90px;
	right: 20%;
}

.flex-direction-nav .flex-prev {
	left: 20%;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 5px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	background: #fff;
	display: block;
	height: 3px;
	overflow: hidden;
	text-indent: -99em;
	width: 18px;
	cursor: pointer;
	border: 2px solid #e22626;
	border-radius: 2px;
}

.flex-control-paging li a.flex-active {
	background: #e22626;
	width: 30px;
	transition: .3s;
}


/*滚动tips*/

.topscrl {
	padding: 0 0 40px;
	border-bottom: 1px solid #ddd;
	background: #f7f7f7;
	height: 41px;
	box-sizing: border-box;
	overflow: hidden;
}

.new_scrol {
	position: relative;
	overflow: hidden;
}

.new_scrol .bd {
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
	padding-left: 50px;
	background: url(../img/topgg.png) no-repeat left center;
}

.new_scrol .bd ul {
	overflow: hidden;
	zoom: 1;
}

.new_scrol .bd ul li {
	margin-left: 28px;
	float: left;
	height: 24px;
	line-height: 24px;
	text-align: left;
	_display: inline;
	width: 23%;
}

.new_scrol .bd ul li span {
	color: #999;
}


/*产品*/

.hprobox {
	padding-bottom: 30px;
	background: url(../img/probg.png);
	overflow: hidden;
}

.htitle {
	text-align: center;
	position: relative;
}

.htitle h1 {
	color: #888;
	font-size: 34px;
	position: relative;
}

.htitle h1 strong {
	color: #E22626;
}

.htitle span {
	font-size: 36px;
	color: #ebebeb;
	text-transform: uppercase;
	font-weight: bold;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -20px;
	z-index: 0;
}

.htitle i,
.htitle em {
	display: inline-block;
	height: 3px;
	border-radius: 10px;
}

.htitle i {
	width: 160px;
	border: 1px dashed #ccc;
	box-sizing: border-box;
}

.htitle em {
	width: 60px;
	background: #E22626;
}

.htitle p {
	color: #999;
	line-height: 1.2;
	padding-top: 10px;
	;
}

.hprocom .hd {
	position: relative;
	padding: 30px 0;
	overflow: hidden;
}

.hprocom .hd ul {
	font-size: 0;
	/*text-align: center;*/
	overflow: hidden;
}

.hprocom .hd ul li {
	display: inline-block;
	font-size: 16px;
	width: 15.8%;
	width: 16%\9;
	margin: 0 1% 1% 0;
	cursor: pointer;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background: #eee;
	
}

.hprocom .hd li a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hprocom .hd ul li:nth-child(6n) {
	margin-right: 0;
}
.hprocom .hd ul li:hover {
	background: #E22626;
	border-left: 2px solid #888;
	box-sizing: border-box;
	transition:.3s;
}


.hprocom .hd ul li:hover a {
	color: #fff;
}

.hprocom .bd ul {
	zoom: 1;
}

.hprocom .bd li {}

.proli {
	width: 24.2%;
	height: 267px;
	width: 24%\9;
	float: left;
	margin-right: 1%;
	margin-bottom: 1%;
}

.proli:nth-child(4n) {
	margin-right: 0;
}

.proinfo {
	width: 100%;
	height: 204px;
	margin-bottom: 13px;
	position: relative;
	overflow: hidden;
}

.proinfo img {
	width: 100%;
}

.proli:hover img {
	transform: scale(1.2);
	transition: 1s;
}
.proli:hover .prologo img{transform: initial;}
.proimg {
    width: 100%;
	height: 220px;
	position: relative;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	overflow: hidden;
}

.proimg img {
	width: 100%;
	height:100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.propanel {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	position: relative;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	opacity: 0;
	transform: rotate(45deg);
}

.proli:hover .propanel {
	opacity: 1;
	transform: rotateZ(0deg);
	transition: .3s;
}

.prologo {
	width: 84px;
	height: 84px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.prologo img {
	width: 100%;
}

.protit {
	width: 100%;
	line-height: 50px;
	font-size: 16px;
	color: #3A3939;
	text-align: center;
	background: #EEEEEE;
}
.protit a{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.proli:hover .protit {
	background: #E22626;
	transition: .5s;
}

.proli:hover .protit a {
	color: #fff;
}

.pro_more {
	float: right;
	color: #888;
}


/*关于我们*/

.habout {
	background: url(../img/abtbg.jpg) no-repeat center top;
	padding-bottom: 30px;
}

.abcon {
	width: 65%;
}

.abcon ul {
	margin: 15px 0;
}

.abcon li {
	width: 20%;
	float: left;
	background: url(../img/abico.png) no-repeat left center;
	padding-left: 25px;
	box-sizing: border-box;
	height: 39px;
	line-height: 39px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
}

.abcon li a {
	color: #666;
}

.abcon p {
	line-height: 1.8;
	height: 178px;
	overflow: hidden;
	color: #777;
}

.abmore {
	display: block;
	position: relative;
	margin-top: 15px;
	border: 1px solid #ccc;
	width: 120px;
	height: 36px;
	line-height: 36px;
	text-align: center;
}

.abmore:before {
	content: "";
	position: absolute;
	width: 0px;
	height: 1px;
	background: transparent;
	top: 18px;
	left: 10px;
}

.abmore:hover {
	padding-left: 22px;
	transition: .6s;
	border: 1px solid #E22626;
}

.abmore:hover:before {
	width: 28px;
	transition: .6s;
	background: #E22626;
}

.abimg {
	width: 33%;
}

.abimg li {
	width: 48%;
	margin: 1%;
	float: left;
}

.abimg li img {
	width: 100%;
	display: block;
}


/*首页案例*/

.hcasebox {
	padding-bottom: 30px;
	background: #f9f9f9;
}

.hcascate {
	padding: 20px 0 0;
	text-align: center;
}

.hcascate ul {
	font-size: 0;
}

.hcascate li {
	display: inline-block;
	font-size: 16px;
	width: 15%;
	margin: 1%;
	text-align: center;
	height: 39px;
	line-height: 39px;
	border: 1px solid #ccc;
}

.hcascate li:hover {
	border: 1px solid #E22626;
	background: #E22626;
	transition: .6s;
	border-radius: 3px;
}

.hcascate li:hover a {
	color: #fff;
}

.hcascon {
	overflow: hidden;
}

.hcasscrol {
	width: 100%;
	height: 189px;
	position: relative;
	overflow: hidden;
}

.hcas_ul {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}

.hcas_ul li {
	width: 260px;
	line-height: 26px;
	float: left;
	margin: 0 5px;
	text-align: center;
	color: #444444;
	font-size: 14px;
	position: relative;
}

.hcas_ul li .hcaimg {
	width: 100%;
	height: 187px;
	overflow: hidden;
}

.hcas_ul li img {
	width: 100%;
	height: 100%;
}

.hcas_ul li p {
	line-height: 39px;
	height: 39px;
	color: #fff;
	background: #A9A9A9;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hcas_ul li:hover img {
	transform: scale(1.2);
	transition: 1s;
}

.hcas_ul li:hover p {
	background: #E22626;
	transition: .3s;
}

.hcas_ul li a {
	display: block;
	color: #444444;
	font-size: 14px;
}

.hcas_ul li a:hover {
	color: #e80000;
}

.hcasbtn {
	width: 36px;
	height: 36px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -15px;
}

.hcasbtn:hover {
	transform: rotate(360deg);
	transition: .6s;
}

.hcasbtn_l {
	background: url(../img/casel.png) center no-repeat;
	background-size: 100% 100%;
}

.hcasbtn_r {
	background: url(../img/caser.png) center no-repeat;
	right: 0;
	background-size: 100% 100%;
}

.hcasmore {
	display: block;
	width: 20%;
	margin: 0 auto;
	height: 41px;
	line-height: 39px;
	border-radius: 25px;
	border: 1px solid #ccc;
	text-align: center;
	margin-top: 30px;
}

.hcasmore:hover {
	color: #fff;
	background: #E22626;
	border: 1px solid #E22626;
}


/*选择理由*/

.hliyou {
	padding-bottom: 30px;
	background: url(../img/liyou.jpg) no-repeat center top;
}

.hliyou h1 {
	font-size: 36px;
	color: #888;
	text-align: center;
	letter-spacing: 3px;
}

.hliyou h1 i {
	font-size: 45px;
	font-style: normal;
	color: #E22626;
}

.hliyou_c {
	width: 1200px;
	overflow: hidden
}

.hliyou_c ul {
	width: 1220px
}

.hliyou_c li {
	height: 300px;
	background: rgba(255, 255, 255, 0.9);
	width: 24.2%;
	width: 24%\9;
	border: 1px solid #e5e5e5;
	box-sizing:border-box;
	border-bottom: 5px solid #efefef;
	float: left;
	margin: 0 1% 0 0;
	position: relative;
}
.hliyou_c li:nth-child(4n){margin-right:0;}

.hliyou_c li:nth-child(4n) .hliy_hover{width:99%;}

.hliyou_li {
	display: block;
	width: 100%;
}

.hliyou_c li:hover img {
	transform: rotate(360deg);
	transition: .6s;
}

.hliyou_li img {
	margin: 30px auto;
	text-align: center;
	display: block;
	border: 6px solid #e22626;
	border-radius: 50%;
	padding: 10px;
}

.hliyou_li h4 {
	color: #7a7a82;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	line-height: 30px;
}

.hliyou_li p {
	color: #e22626;
	line-height: 20px;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
}

.hliyou_li a {
	line-height: 30px;
	height: 30px;
	width: 100px;
	background: #e22626;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	display: block;
	margin: 20px auto 0;
	border-radius: 5px;
}

.hliyou_li:hover a {
	background: #adadad;
}

.hliy_hover {
	width: 100%;
	padding: 0 20px;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
	height: 0px;
	background: #fff;
	z-index: 99;
	display: block;
	box-sizing:border-box;
	border-bottom: 5px solid #e22626;
}

.hliy_hover h4 {
	color: #7a7a7a;
	font-weight: bold;
	font-size: 18px;
	line-height: 16px;
	margin-bottom: 10px;
	text-align: center;
	margin-top: 40px;
}

.hliy_hover h5 {
	text-align: center;
	color: #e22626;
	display: block;
	text-transform: uppercase;
}

.hliy_hover span {
	display: block;
	background: #bbbbbb;
	height: 2px;
	width: 50px;
	margin: 10px auto;
}

.hliy_hover p {
	line-height: 24px;
	color: #888;
	height: 144px;
	display: block;
	overflow: hidden;
}


/*首页新闻*/

.hnewbox {
	background: url(../img/hnewbg.jpg) center center;
	padding-bottom: 30px;
}

.hnewtop dl {
	width: 32.5%;
	width: 32%\9;
	float: left;
	margin: 0 1% 1% 0;
}

.hnewtop dl:nth-child(3n) {
	margin-right: 0;
}

.hnewtop dl dt {
	width: 100%;
	height: 260px;
	overflow: hidden;
}

.hnewtop dl dt img {
	width: 100%;
	height: 100%;
}

.hnewtop dl dd {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}

.hnewtop dl dd .hnewt_time {
	width: 27%;
	border: 1px solid #ccc;
	box-sizing: border-box;
	padding: 5px 3px;
}

.hnewtop dl dd .hnewt_time span {
	color: #E22626;
	font-size: 18px;
}

.hnewtop dl dd .hnewt_time em {
	display: block;
	width: 35%;
	height: 2px;
	margin: 6px 0;
	background-color: #E22626;
}

.hnewtop dl dd .hnewt_time p {
	font-weight: bold;
	color: #888;
	font-size: 16px;
}

.hnewtop dl dd .hnewt_info {
	width: 72%;
}

.hnewtop dl dd .hnewt_info h2 {
	font-size: 16px;
	padding-bottom: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hnewtop dl dd .hnewt_info p {
	    color: #888;
    line-height: 1.5;
    height: 42px;
    overflow: hidden;
}

.hnewtop dl:hover img {
	transform: scale(1.2);
	transition: 1s;
}

.hnewtop dl:hover dd {
	border-bottom: 1px solid #E22626;
}

.hnewtop dl:hover h2 {
	color: #E22626;
}

.hnewbot {}

.hnewb_l {
	width: 65%;
}

.hewb_h2 {
	padding: 10px 0 10px 10px;
	margin-bottom: 10px;
	position: relative;
	border-bottom: 1px dotted #ddd;
}

.hewb_h2:before {
	content: "";
	width: 5px;
	height: 20px;
	background: #E22626;
	position: absolute;
	top: 14px;
	left: 0;
}

.hewb_h2 a {
	font-weight: normal;
	float: right;
	font-size: 16px;
}

.hnewb_l dl {}

.hnewb_l dl dt {
	width: 20%;
	float: left;
	height: 108px;
	overflow: hidden;
}

.hnewb_l dl dt img {
	width: 100%;
}

.hnewb_l dl dd {
	width: 79%;
	float: right;
}

.hnewb_l dl dd h3 {
	font-weight: normal;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 70%;
	color: #666;
	font-size: 16px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}

.hnewb_l dl dd span {
	float: right;
	color: #888;
}

.hnewb_l dl dd p {
	clear: both;
	color: #888;
	height: 60px;
	line-height: 1.5;
	overflow: hidden;
}

.hnewb_l dl:hover img {
	transform: scale(1.2);
	transition: 1s;
}

.hnewb_l dl:hover h3 {
	color: #E22626;
	border-color: #E22626;
}

.hnewb_l ul {
	padding-top: 20px;
}

.hnewb_l ul li {
	height: 39px;
	line-height: 39px;
	clear: both;
	border-bottom: 1px dashed #ddd;
	padding: 0 6px 0 18px;
	box-sizing: border-box;
	background: url(../img/newl.png) no-repeat left center;
}

.hnewb_l ul li a {
	float: left;
	width: 82%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	color: #666;
}

.hnewb_l ul li span {
	float: right;
	color: #888;
}

.hnewb_l ul li:hover {
	border-bottom: 1px solid #ddd;
	background-color: #f9f9f9;
	transition: .3s;
}

.hnewb_l ul li:hover a {
	color: #E22626;
}

.hnewb_r {
	width: 33%;
}

.quesbox {
	border: 1px solid #e7e7e7;
	padding-top: 14px;
	margin-top: 20px;
}

.quesico {
	display: inline-block;
	width: 21px;
	height: 14px;
	overflow: hidden;
	background: url(../img/ques.png) left center no-repeat;
}

.quesbox li {
	border-bottom: 1px solid #e7e7e7;
	padding: 0 14px;
	_width: 742px;
	_overflow: hidden;
}

.quesbox li.last {
	border: none;
}

.quesbox li h5 {
	height: 40px;
	position: relative;
	color: #666;
	font-size: 16px;
	cursor: pointer;
	line-height: 40px;
	font-weight: normal;
}
.quesbox li h5 a{
	display:block;
overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.questxt {
	border-left: 3px solid #E22626;
	padding: 10px 2px 8px 6px;
	border-top: 1px dashed #e2e2e2;
	line-height: 1.5;
	background: #f6f6f6;
	color: #888;
	margin-bottom: 5px;
	height: 37px;
	overflow: hidden;
}


/*底部*/


/*footcon_ys*/

.footcon_ys {
	background: #f3f3f3;
	height: 130px;
}

.footcon_ys ul {
	padding: 0 60px;
}

.footcon_ys ul li {
	width: 300px;
	float: left;
	padding: 30px 0 26px 25px;
	box-sizing: border-box;
	border-right: 1px solid #ddd;
}

.footcon_ys ul li p {
	color: #a9a9a9;
	font-size: 14px;
	height: 38px;
	overflow: hidden;
}

.footcon_ys ul li h5 {
	color: #e22626;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.footcon_ys span {
	display: block;
	float: left;
	padding-right: 15px;
}


/*footcon*/

.footcon {
	height: 285px;
	background: url(../img/footbg.jpg) no-repeat center top;
	display: block;
}

.footcon_l {
	width: 360px;
	height: 285px;
}

.footcon_l img {
	width: 300px;
	margin: 20px 0 0 5px;
}

.footcon_l p {
	line-height: 50px;
	color: #7c7c7c;
	font-size: 20px;
}

.footcon_r {
	width: 763px;
}

.footnav {
	width: 770px;
	height: 70px;
	margin: 10px auto;
	border-bottom: 1px solid #7c7c7c;
	line-height: 70px
}

.footnav a {
	color: #7c7c7c;
	font-size: 14px;
	margin-right: 40px;
}

.footnav a:last-child {
	margin-right: 0;
}

.footnav a:hover {
	color: #fff;
}

.footbq {
	width: 50%;
}

.footbq p {
	font-size: 14px;
	color: #7c7c7c;
	/* height: 36px; */
	line-height: 36px;
}

.foot_qr {
	width: 330px;
	padding-left: 50px;
	margin-top: 38px;
}

.foot_qr .foot_qrimg {
	margin-right: 20px;
}

.foot_qr>div {
	margin-top: 24px;
}

.foot_qr>div div {
	display: inline-flex;
}

.foot_qr>div span {
	color: #7c7c7c;
	font-size: 20px;
	margin-left: 10px;
	line-height: 50px;
}

.foot_qr>div p {
	font-size: 18px;
	color: #5c5c5c;
	line-height: 30px;
}

.yqlink {
	background: #E22626;
}

.yqlink_l {
	width: 220px;
	display: inline-flex;
	
}

.yqlink_l h5 {
	color: #e6e6e6;
	padding-left: 55px;
	background: url(../img/yqico.png) no-repeat left center;
	height: 66px;
	line-height: 66px;
	font-size: 24px;
	margin-right: 10px;
}

.yqlink_l p {
	border-top: 1px solid #e6e6e6;
	font-size: 18px;
	color: #e6e6e6;
	margin-top: 25px;
}

.yqlink_r {
	padding: 0 20px;
	width: 71%;
	color: #eee;
}

.yqlink_r a {
	display: inline-block;
	line-height: 66px;
	color: #eee;
	font-size: 15px;
	margin: 0 20px;
}

.yqlink_r a:hover {
	color: #e6e6e6;
}


/*内页开始*/

.inmain {
	padding-bottom: 20px;
}

.inbaner {
	height: 320px;
	background-position: center top;
	background-repeat: no-repeat;
	clear: both;
	padding-top: 100px;
	box-sizing: border-box;
}

.ban1 {
	background-image: url(../img/ban1.jpg);
}

.ibertit {
	text-align: center;
}

.ibertit h1 {
	color: #E22626;
}

.ibertit em {
	display: block;
	width: 160px;
	height: 5px;
	background: #E22626;
	margin: 15px auto;
}

.ibertit p {
	color: #999;
}

.inernav {
	text-align: center;
}
.inprolist .inernav,.inprode .inernav{text-align:left;}
.inprolist .inernav li,.inprode .inernav li{text-align:center;}


.inernav ul {
	font-size: 0;
}

.inernav li {
	display: inline-block;
	font-size: 16px;
	width: 15.82%;
	width: 15%\9;
	border: 1px solid #888;
	line-height: 37px;
	height: 39px;
	margin: 0 1% 1% 0;
	box-sizing: border-box;
}

.inernav li:nth-child(6n) {
	margin-right: 0;
}

.inernav li a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.inernav li:hover {
	background: #E22626;
	border-color: #E22626;
	transition: .3s;
}

.inernav li:hover a {
	color: #fff;
}

.inconbx {
	padding-top: 20px;
}

.txtcon {
	font-size: 15px;
	color: #777;
	line-height: 1.8;
}

.txtcon img {
	max-width: 100%;
	height: auto;
}

.ibread {
	line-height: 40px;
	height: 40px;
	border-bottom: 1px solid #ccc;
	padding-top: 20px;
}
.ibread h2{width: 20%;
    float: left;
	color:#777;
	border-left:5px solid #E22626;
	padding-left:10px;
	line-height:32px;
	}
.ibread p {
	float: right;
	color: #888;
	font-size: 15px;
	background: url(../img/wz.png) no-repeat left center;
	padding-left: 20px;
}

.ibread p a {
	color: #888;
	font-weight: bold;
}

.ibread p span {
	font-size: 14px;
}
.inconbx{clear:both;}
.inewli li {
	margin-bottom: 1%;
	height: 36px;
	line-height: 36px;
	border-bottom: 1px solid #e7e7e7;
	background: url(../img/nliico.png) no-repeat left center;
	padding-left: 22px;
	box-sizing: border-box;
}

.inewli li a {
	display: block;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	width: 79%;
}

.inewli li span {
	display: block;
	float: right;
	background: #888;
	padding: 0 0 0 10px;
	color: #fff;
	letter-spacing: 1px;
}

.inewli li i {
	font-style: normal;
	padding: 0 10px;
	background: #E22626;
	display: block;
	float: right;
	margin-left: 10px;
}

.inewli {
	padding-bottom: 20px;
}


/*页码*/

.page {
	width: 100%;
	text-align: center;
	min-height: 30px;
}

.page .pagebox {
	text-align: center;
}

.pagebox span {
	border: 1px solid #ccc;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 40px;
	line-height: 30px;
	display: inline-block;
	color: #7c7c7c;
	border-radius: 5px;
}

.pagebox span a {
	color: #7c7c7c;
	width: 100%;
	display: block;
}

.pagebox .pagebox_num_nonce {
	color: #fff;
	background: #D81E06;
	border: 1px solid #D81E06;
}

.pagebox .pagebox_pre,
.pagebox .pagebox_next_nolink,
.pagebox .pagebox_pre_nolink,
.pagebox .pagebox_next {
	width: 90px !important;
}

.inewpcon {
	padding-bottom: 20px;
}

.inewpcon li {
	padding: 25px 0 15px;
	border-bottom: 1px solid #dbdbdb;
	position: relative;
}

.inewpcon li .picimg {
	width: 200px;
	height: 120px;
	overflow: hidden;
	float: left;
	margin-right: 30px;
}

.inewpcon li img {
	width: 100%;
	height: 100%;
}

.inewpic_tit {
	font-size: 20px;
	font-weight: bold;
	line-height: 35px;
	height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.inewpic_txt {
	line-height: 30px;
	padding-top: 5px;
	font-size: 14px;
	color: #8e8e8e;
	height: 90px;
	overflow: hidden;
}

.inewpic_txt span {
	float: right;
	border: 1px solid #dbdbdb;
	background: url(../img/timer.png) no-repeat center 10px;
	height: 30px;
	width: 86px;
	padding-top: 40px;
	font-size: 12px;
	text-align: center;
	border-radius: 4px;
	margin: 10px 0 0 35px;
}

.inewpcon li:hover img {
	transform: scale(1.2);
	transition: 1s;
}

.icasecon {
	margin: 0 0 30px;
}

.icasecon li {
	width: 24.2%;
	height: 263px;
	float: left;
	margin: 0 1% 1% 0;
	background: #f4f4f4;
	overflow: hidden;
	position: relative;
}

.icasecon li:nth-child(4n) {
	margin-right: 0;
}

.icasecon li .icas_img {
	width: 100%;
	height: 202px;
	overflow: hidden;
}

.icasecon li img {
	width: 100%;
	height: 100%;
}

.icasecon li h3 {
	color: #2f2f2f;
	font-size: 16px;
	font-weight: normal;
	line-height: 62px;
	text-align: center;
	position: relative;
}

.icasecon li h3::after {
	width: 340px;
	height: 1px;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: transparent;
}

.icase_panel {
	width: 100%;
	position: absolute;
	height: 0;
	bottom: 0;
	left: 0;
	background: rgba(226, 38, 38, 0.7);
	background: #E22626\9;
	color: #fff;
	padding: 0 50px;
	box-sizing: border-box;
}

.icase_panel h4 {
	font-size: 18px;
	padding: 36px 0 0;
	text-align: center;
}

.icase_pan_txt {
	line-height: 28px;
	font-size: 16px;
	margin: 27px 0;
	overflow: hidden;
}

.icase_pan_txt p {
	height: 84px;
	overflow: hidden;
}

.icase_more {
	font-size: 16px;
	line-height: 70px;
	text-align: center;
	position: relative;
}

.icase_more::after {
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	transform: scale(0, 0);
}

.icasecon li:hover h3 {
	display: none;
}

.icasecon li:hover .icase_panel {
	height: 100%;
	transition: all 0.3s;
}

.icasecon li:hover .icase_more::after {
	transform: scale(1, 1);
	transition: all 0.3s;
}
.iprocon{padding-bottom:30px;}
.iprocon li {
	width: 24.2%;
	margin: 0 1% 1% 0;
	float: left;
	position: relative;
	border: 1px solid #eee;
	box-sizing: border-box;
}

.iprocon li:nth-child(4n) {
	margin-right: 0;
}

.iprocon li .ipromg {
	width: 100%;
	height: 202px;
	overflow: hidden;
}

.iprocon li .ipromg img {
	width: 100%;
	height: 100%;
}

.iprocon li p {
	color: #fff;
	width: 100%;
	height: 42px;
	line-height: 42px;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.iprocon li:hover p {
	background: rgba(226, 38, 38, 0.5);
	transition: .3s;
}

.iprocon li:hover img {
	transform: scale(1.2);
	transition: 1s;
}


/*留言*/

.iliuyan_c {
	height: auto;
	overflow: hidden;
}

.iliuyan_c strong {
	display: block;
	font-size: 22px;
	line-height: 60px;
}

.iliuyan_c p {
	display: block;
	font-size: 16px;
	line-height: 35px;
}

.iliuyan_c li {
	float: left;
	width: 100%;
	border: none;
	margin-bottom: 10px;
	position: relative;
}

.iliuyan_c li input {
	width: 100%;
	box-sizing: border-box;
	height: 42px;
	line-height: 42px;
	border: 1px solid #d4d4d4;
	border-radius: 3px;
	padding-left: 15px;
	outline: none;
	color: #9e9d9d;
}

.iliuyan_c li textarea {
	width: 100%;
    box-sizing: border-box;
	height: 100px;
	border: 1px solid #d4d4d4;
	border-radius: 3px;
	padding-left: 15px;
	padding-top: 30px;
	outline: none;
	color: #9e9d9d;
	font-family: "微软雅黑";
}

.iliuyan_c li img {
	position: absolute;
	right: 120px;
	top: 10px;
}

.iliuyan_c li .lybtn {
	width: 20%;
	margin-top: 20px;
	color: #fff;
	background: #888;
	padding: 0;
	font-size: 16px;
	letter-spacing: 2px;
}

.iliuyan_c li .lybtn:hover {
	background: #E22626;
	transition: .3s;
}


/*实力荣誉*/

.ihonercon {
	padding-bottom: 30px;
}

.ihonercon li {
	width: 25%;
	float: left;
	padding: 1%;
	box-sizing: border-box;
}

.ihonercon .hon_img {
	width: 100%;
	height: 180px;
}

.ihonercon .hon_img img {
	width: 100%;
	height: 100%;
}

.ihonercon p {
	text-align: center;
	height: 42px;
	line-height: 42px;
	color: #fff;
	background: #E22626;
	border-bottom: 3px solid #888;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ihonercon li:hover p {
	border-bottom: 3px solid #888;
}

.ihonercon li:hover {
	transform: translateY(-10px);
	transition: .5s;
}

.inewde_tit h2 {
	padding: 0 0 0 10px;
	margin-bottom: 15px;
	color: #E22626;
	border-left: 6px solid #E22626;
	
}

.inewde_tit p span {
	padding: 0 35px 0 0;
	color: #777;
}

.zhaiyao {
	padding: 10px;
	margin: 10px auto;
	background: #f7f7f7;
}

.zhaiyao span {
	font-weight: bold;
}

.zhaiyao p {
	line-height: 1.5;
	height: 42px;
	overflow: hidden;
	color: #888;
	padding-top: 3px;
}

.newbq {
	padding-top: 10px;
	line-height: 1.5;
	border-top: 1px dotted #ccc;
	margin-top: 15px;
	color: #bcbcbc;
}

.updown p {
	height: 42px;
	line-height: 42px;
	background: #efefef;
	margin-bottom: 10px;
}

.updown p span {
	color: #fff;
	background: #E22626;
	display: block;
	width: 8%;
	padding-left: 10px;
	float: left;
	font-size: 16px;
	 margin-right: 15px;
	text-align: center;
	border-left: 5px solid #888;
}

.updown p a {
	display: block;
	float: left;
	font-size: 15px;
	color: #777;
}

.updown p:hover a {
	color: #E22626;
	padding-left: 20px;
	transition: .6s;
}

.relnews {
	padding-bottom: 10px;
}

.reltit {
	border-bottom: 1px solid #ddd;
}

.reltit h2 {
	text-align: center;
	color: #E22626;
}

.reltit em {
	display: block;
	width: 100px;
	height: 3px;
	background: #E22626;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: -2px;
}

.relpro .iprocon li {
	width: 19.2%;
	width: 19%\9;
	border: 0;
}

.relpro .iprocon li:nth-child(4n) {
	margin-right: 1%;
}

.relpro .iprocon li:nth-child(5n) {
	margin-right: 0;
}

.relpro .iprocon li p {
	position: relative;
	background: none;
	color: #666;
}

.relpro .iprocon li .ipromg {
	height: 160px;
	border: 1px solid #eee;
}


/*产品放大镜*/

div.zoomDiv {
	width: 200px;
	height: 200px;
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	border: 1px solid #ccc;
	display: none;
	text-align: center;
	overflow: hidden;
}

div.zoomDiv img {
	width: auto;
	max-width: none;
}

div.zoomMask {
	cursor: crosshair;
	background: #000;
	border: 1px solid #fff;
	filter: alpha(opacity=15);
	-webkit-opacity: .15;
	-moz-opacity: .15;
	-ms-opacity: .15;
	-o-opacity: .15;
	opacity: .15;
	position: absolute;
	z-index: 1;
}


/*图片放大镜样式*/

#preview img {
	max-width: none;
	height: auto !important;
	display: block;
}

.jqzoom {
	float: left;
	border: none;
	position: relative;
	padding: 0px;
	cursor: pointer;
	margin: 0px;
	display: block;
}

.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 350px;
	height: 350px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}

.jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 200px;
	border: 1px solid #aaa;
	background: #ffffff/*url(zoom.png) 50% center no-repeat*/
	;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
}
.iprode_top{padding-bottom: 30px;}
.iprode_top .iprode_img{width: 530px;}
.iprode_top .iprode_img img{width: 100%;}





.iprode_info{width: 630px;}
.iprod_ms{padding: 10px 5px;background: #f7f7f7;}
.iprod_ms p{height: 36px;line-height: 36px;border-bottom: 1px dashed #d1d1d1;color: #777;overflow:hidden;}
.iprod_ms p strong{color: #565656;}
.iprod_ms .ipde{height: 66px;overflow:hidden;line-height: 1.5;padding-top: 10px;}
.iprode_info h1{margin-bottom: 10px;color: #E22626;border-left: 6px solid #E22626;padding-left: 10px;}
.iprode_info .ipcnuo,.iprode_info .iptel{padding: 10px 0 0;}
.iprode_info .iptel strong{color: #565656;font-size: 14px;}
.iprode_info .iptel{font-size: 26px;color: #E22626;}
.iprode_info ul li{float: left;width: 120px;height: 36px;line-height: 36px;background: #E22626;text-align: center;margin-top: 20px;}
.iprode_info ul li a{color: #fff;display: block;}
.iprode_info ul li:nth-child(2){background: #888;text-align: center;}
.iprode_info ul li:hover{opacity: .8;}
.iprotg {border-bottom:1px solid #ccc;padding-bottom: 10px;    margin-bottom: 10px;}
.iprotg h2{padding-bottom: 15px;}
.iprotg em{display: block;width: 86px;height: 3px;background: #E22626;margin-bottom: -12px;}


@media screen and (max-width: 959px) {
	html,
	body {
		min-width: 660px;
		max-width: 660px;
		margin: auto;
	}
	.mainb {
		width: 98%;
	}
	.head_nav .navbox>ul>li .twoli{display:none !important;}
	.headbox .mainb {
		width: 100%;
	}
	.headtel {
		display: block;
	}
	.headbox {
		box-shadow: initial;
	}
	.tlogo {
		width: 45%;
	}
	.tlogo img {
		width: 100%;
	}
	.head_nav {
		width:100%;
		height: 70px;
		line-height: initial;
	}
	.head_nav ul li {
		line-height: 35px;
		height: 35px;
		width: 25%;
		box-sizing: border-box;
		text-align: center;
		background: #E22626;
		border-bottom: 1px solid #eee;
		border-right: 1px solid #eee;
	}
	.head_nav ul li:nth-child(4n){border-right:0;}
	.head_nav .navbox>ul>li>a {
		color: #fff;
		padding: 0 !important;
	}
	.head_nav .navbox {
		padding: 0;
		width:100%;
	}
	.head_nav .navbox>ul>li:hover a {
		color: #fff;
	}
	.head_nav ul li:hover {
		border-bottom: 1px solid #eee;
	}
	.flexslider {
		width: 100%;
		left: 0;
		margin-left: 0;
	}
	.banimg,
	.banimg img {
		width: 100%;
	}
	.flexslider,
	.banimg,
	.banimg img {
		height: 206px;
	}
	.topscrl {
		display: none;
	}
	.htitle span {
		display: none;
	}
	.htitle h1 {
		font-size: 22px;
	}
	.hprocom .hd {
		padding-bottom: 15px;
	}
	.hprocom .hd ul li {
		width: 24.2%;
	}
	.hprocom .hd ul li:nth-child(4n) {
		margin-right: 0;
	}
	.hprocom .hd ul li:nth-child(9n) {
		margin-right: 1%;
	}
	.proimg,
	.proinfo {
		height: 112px;
	}
	.proinfo {
		margin-bottom: 0;
	}
	.protit {
		line-height: 40px;
		font-size:15px;
	}
	.proli {
		height: 153px;
	}
	.abimg {
		display: none;
	}
	.abcon {
		width: 100%;
	}
	.hcasmore {
		height: 35px;
		line-height: 35px;
	}
	.hliyou {
		display: none;
	}
	.hnewtop {
		display: none;
	}
	.hnewb_l,
	.hnewb_r {
		width: 100%;
	}
	.footcon_ys {
		display: none;
	}
	.footcon_l,
	.footnav,
	.foot_qr,
	.yqlink {
		display: none;
	}
	.footcon_r,
	.footbq {
		width: 100%;
	}
	.footbq p {
		display: inline;
		padding: 0 10px;
	}
	.footcon {
		height: auto;
		padding: 10px 0;
		text-align: center;
	}
	.flex-direction-nav {
		display: none;
	}
	.inbaner {
		background-size: 100%;
		height: 120px;
		padding-top: 10px;
	}
	.ibread p {
		float: left;
	}
	.inewli li a {
		width: 69%;
	}
	.icasecon li,
	.iprocon li {
		width: 48%;
		margin: 1%;
	}
	.icasecon li:nth-child(4n),
	.iprocon li:nth-child(4n) {
		margin-right: 1%;
	}
	.ihonercon li {
		width: 50%;
	}
	.updown p span {
		width: 15%;
	}
	.relnews .hnewtop {
		display: block;
	}
	.relnews .hnewtop dl dd .hnewt_time {
		display: none;
	}
	.relnews .hnewtop dl dd .hnewt_info {
		width: 100%;
	}
	.relnews .hnewtop dl dt {
		height: 146px;
	}
	.relpro .iprocon li {
		width: 48%;
		margin: 1%;
	}
	.relpro .iprocon li:nth-child(5n) {
		margin-right: 1%;
	}
	.relpro .iprocon li .ipromg {
		height: 202px;
	}
	div.zoomMask{display: none !important;}
	.iprode_top .iprode_img,.inpro_img{width: 100%;}
	.jqzoom{float: none;width: 100%;}
	#preview img{width: 100%;}
	.iprode_info{width: 100%;padding-top: 20px;}
	.iprotg{margin-bottom: 10px;}
}

@media screen and (max-width: 640px) {
	html,
	body {
		min-width: 100%;
		max-width: 100%;
	}
	.paddt30 {
		padding-top: 15px;
	}
	.headtel {
		background-size: 15%;
		padding: 18px 5px 5px 32px;
		background-position-y: 15px;
	}
	.headtel p {
		font-size: 18px;
	}
	.tlogo {
		width: 52%;
		padding-left: 5px;
		box-sizing: border-box;
	}
	.head_nav .navbox > ul > li > a {
		padding: 0;
	}
	.flexslider,
	.banimg,
	.banimg img {
		height: 121px;
	}
	.hprocom .hd ul li {
		font-size: 15px;
		width: 32.6%;
	}
	.hprocom .hd ul li:nth-child(3n) {
		margin-right: 0;
	}
	.hprocom .hd ul li:nth-child(4n) {
		margin-right: 1%;
	}
	.proli {
		width: 48%;
		margin: 1%;
	}
	.proli:nth-child(4n) {
		margin-right: 1%;
	}
	.abcon ul {
		display: none;
	}
	.abcon h2 {
		margin-bottom: 10px;
		color: #555;
	}
	.hcascate li {
		width: 22%;
	}
	.hcasmore {
		width: 40%;
	}
	.hnewb_l dl {
		display: none;
	}
	.hnewb_l ul li a {
		width: 75%;
	}
	.quesbox {
		padding-top: 0;
	}
	.footbq p {
		line-height: initial;
	}
	.footcon {
		margin-bottom: 55px;
	}
	.mobileb {
		position: fixed;
		width: 100%;
		left: 0;
		right: 0;
		bottom: 0;
		height: 55px;
		background: #E22626;
		border-top: 1px solid #E22626;
		z-index: 9999;
		display: block;
	}
	.mobileb li {
		float: left;
		width: 25%;
        box-sizing: border-box;
		border-left: 1px solid #fff;
	}
	.mobileb li:first-child {
		border-left: 0;
	}
	.mobileb li a {
		display: block;
		height: 45px;
		color: #fff;
		padding-top: 9px;
		text-align: center;
	}
	.mobileb li a img {
		margin: 0 auto;
		width: 20px;
		height: 19px;
	}
	.mobileb li a span {
		display: block;
		height: 20px;
		line-height: 20px;
	}
	.inernav li {
		width: 32.6%;
		display:inline;
		float:left;
	}
	.inernav li:nth-child(3n) {
		margin-right: 0;
	}
	/* .inernav li:nth-child(6n) {
		margin-right: 1%;
	} */
	.ibertit em,
	.ibertit p {
		display: none;
	}
	.inbaner {
		height: 60px;
		padding-top: 15px;
	}
	.inbaner h1 {
		font-size: 22px;
	}
	.inconbx {
		padding-top: 5px;
		
	}
	.inabout .inconbx,.innewde .inconbx{width:96%;}
	.inewli li i {
		display: none;
	}
	.inewli li span {
		color: #999;
		background: none;
	}
	.inewpcon li .picimg {
		float: none;
		width: 100%;
		height: 251px;
	}
	.icasecon li {
		height: 165px;
	}
	.icasecon li .icas_img {
		height: 120px;
	}
	.icasecon li h3 {
		line-height: 42px;
		font-size: 15px;
	}
	.icase_panel {
		display: none;
	}
	.icasecon li:hover h3 {
		display: block;
	}
	.iprocon li .ipromg {
		height: 120px;
	}
	.iprocon li p {
		height: 36px;
		line-height: 36px;
	}
	.icasecon {
		clear:both;
	}
	.ibread {
		margin-bottom: 15px;
	}
	.iliuyan_c li img {
		right: 20px;
	}
	.iliuyan_c li .lybtn {
		width: 36%;
	}
	.ihonercon .hon_img {
		height: 120px;
	}
	.hnewtop dl {
		width: 100%;
		margin: 0;
		padding: 1% 0.5% 1% 1%;
		box-sizing: border-box;
	}
	.relnews .hnewtop dl dt {
		height: 256px;
	}
	.relpro .iprocon li .ipromg {
		height: 120px;
	}
	.inewde_tit h2 {
		font-size: 20px;
	}
	.hcascate li{font-size:15px;}
	.hnewb_l ul{padding-top:0;}
	.questxt p{height: 39px;
    overflow: hidden;}
	.ibread{padding-top:0;}
	.ibread h2{display:none;}
	.head_nav .navbox>ul>li .twoli{display:none !important;}
	.iprode_info h1{font-size:22px;}
	.updown p span{ color: #595959;background:none;}
	   .inewli li a{width:65%; font-size: 14px;}
	.updown p a{width: 75%;
    color: #777;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
	.updown p:hover a{padding:0;}
	
	
}

@media screen and (max-width: 330px) {
	.headtel {
		background: none;
		padding: 13px 5px 5px 2px;
	}
	.inewli li a{ width: 60%;}
	.inewli li{clear:both;}
	 .inewli li a font{
		font-weight: normal;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	}
}