/********全局**********/
@back_wrap:none;/*网站主体背景*/
@back_body:#f7f7f9;/*大背景*/
@body_width:100%;/*网站宽度*/
@content_w:1200px; /*网站内容宽度*/
@back_header:#fff;/*header背景*/
@header_bg:none;/*header头部背景*/
@qf_header_top_h:43px;/*顶部高度*/
/*--------------------------------------------------------全局开始---------------------------------------------------*/
body{background:@back_body;font-family: Arial;font-size: 14px;min-width: @content_w;
p{font-family: Arial;font-size: 14px;}}
li{list-style: none;}
.bk(@a:#000,@b:1px,@c:1px,@d:solid){border:@b @d @a;border-radius:@c;} /*边框*/
.img_max(@a:auto,@b:auto){max-width:@a;max-height:@b;} /*最大最小*/
.jz_h(@a:20px){line-height:@a;height:@a;}/*单行字体居中(默认20px)*/
.left{float:left;}
.main2{width:@content_w; margin:36px auto;background: #fff;z-index: 1;position: relative;padding:10px 20px;}
.main3{margin:0 auto;width:@content_w;}
.main{margin:0 auto;}
.off{display:none;} /*隐藏*/
.right{float:right;}
.trs(@a:0.3s){-webkit-transition: @a;-moz-transition: @a;-ms-transition: @a;-o-transition: @a;transition: @a;}
.trf(@a:scale(1.1)){-webkit-transform: @a;-moz-transform: @a;-ms-transform: @a;-o-transform: @a;transform: @a;}
.bgcover{
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.boxsizing{
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}
.center{text-align: center;}
.item{.trs(0.8s);}
.slh(){text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}/*单行超出部分省略号显示*/
.slh{text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}/*单行超出部分省略号显示*/
.title{font-family: 'Microsoft YaHei';} /*所有.title样式内容使用微软雅黑*/
.wrap{margin:0 auto;background:@back_wrap;}
.home_wrap{margin:0 auto;width: @content_w;}
a:hover{text-decoration: none;}
/*搜索*/
#Sousuo{.right;
	margin-top: -28px;
}
/********消除浮动<div class="clear2"></div>*********/
.clear2{background: none;border: 0;clear: both;display: block;float: none;font-size: 0;margin: 0;padding: 0;overflow: hidden;visibility: hidden;width: 0;height: 0;
	&:after {content: ".";display:block;height: 0;clear: both;visibility:hidden;} 
}
/* 字体font icon */
@font-face {font-family: "iconfont";
  src: url('../font_icon/iconfont.eot'); /* IE9*/
  src: url('../font_icon/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../font_icon/iconfont.woff') format('woff'), /* chrome, firefox */
  url('../font_icon/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../font_icon/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
/*--------------------------------------------------------全局结束---------------------------------------------------*/
/* header样式start */
.qf_header {
	width:@body_width;background:@header_bg;margin:0 auto;
}
.qf_header_logo {width:@body_width;height:92px;background:none;margin:0 auto;position:relative;background: #fff;z-index: 11;}
.qf_header a.logo_img{margin-top: 27px;float: left;display: block;}
.qf_header a.logo_img h1{font-family: Arial;font-size: 40px;color: #1b1b1b;line-height: 36px;}
/* header样式end */
/* menu样式start */
@height_nav:92px; 				/*导航条高度*/
@nav_bg:none;/*导航条背景*/
@nav_li_w:132px; 				/*选项卡宽度*/
@back_nav_li:none;				/*导航隔离条*/
@nav_li_h:none;	/*导航条hover背景*/
@nav_li_a_color:#101010;			/*导航条字体颜色*/
.nav_main{background:@nav_bg;margin:0 auto;float: left;width: 716px;margin-left: 40px;}
.header{
	background:@back_header;
	margin: 0 auto;
	.nav{
		background:@nav_bg;
		margin: 0 auto;
		/*导航鼠标hover样式.lon*/
		.lon{
			a{
				background-position:50% 0;
				background: @nav_li_h;
			}
			&:after {
			    width: 70%;
			}
		}
		li{.left;
			background:@back_nav_li; 
			height: @height_nav;
			line-height: @height_nav; 
			position:relative;
			text-align: center;
			width: @nav_li_w; 
			z-index: 1000;
			a{
				background:none;
				background-position:50% 100%;
				color: @nav_li_a_color;
				display:block;
				font-family: Arial;
				font-size:22px; 
				margin: 0px auto;
				text-decoration: none;

				
			}
			&:hover{.lon;}
		}		
		.dropdown{
			.dropdown-menu{
				background: rgba(255, 255, 255, 0.7);
				min-width: @nav_li_w;
				padding: 10px 0px;
				width:260px;
				z-index: 10000;
				text-align: left;
				li{
					background: none;
					line-height: 45px;
					height: 45px;
					width:100%;
					a{
						background: none;
						color: #555;
						line-height: 45px;
						height: 45px;
						font-size: 16px;
						padding: 0;
						display: block;
						font-weight: 300;
					}
					&:after {
					    width: 0%;
					}
					&:hover{
						>a{
							color:#03aed2;
						}
					}
				}
			}
		}
		.nav-li{
			position: static;
			.nav-div{
				/*display: none;*/
				background: #f00;
				float: left;
				left: @nav_li_w;
				overflow: hidden;
				padding: 6px 0;
				position: absolute;
				top: 0px;
				width: 0px;
				transition: all .3s ease-in-out;
				-moz-transition: all .3s ease-in-out;
				-webkit-transition: all .3s ease-in-out;
				-o-transition: all .3s ease-in-out;
			}
			&:hover{
				.nav-div{
					width: 100px;
				}
				
			}
		}
	}
}
.header .nav li:hover:after {
    width: 70%;
}
.header .nav li:after {
    content: "";
    width: 0;
    height: 2px;
    background: #03aed2;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 0.5s ease 0s;
}
/* menu样式end */
/* 搜索样式start */
.header_search{height:30px;width: 182px;float: left;border: 1px solid #b9b9b9;margin-top: 28px;}
.header_search form{margin: 0;}
.header_search .search-text{background: #fff;border: none;height: 30px;width: 123px;
	border-radius: 25px 0 0 25px;padding: 0 0 0 15px;margin: 0;}
.header_search .search-text:focus{box-shadow: none;}
.header_search .search-btn{width: 35px; height: 30px; line-height: 30px; border: 0;box-shadow: none;margin: 0;
	color: #fff;background: url(../images/search.png) no-repeat center center;}
/* 搜索样式end */
a.header_language{display: block;font-size: 18px;width: 68px;line-height: 30px;float: right;color: #242424;margin-top: 28px;text-align: center;}
a.header_language:hover{color: #0088cc;}
.qf_header.pd {
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
	transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
}
.qf_header a.logo_img img{
	width: 175px;
} 
.qf_header.pd a.logo_img{margin-top: 22px;}
.qf_header.pd .qf_header_logo{height: 82px;background: rgba(255,255,255,.9);}
.header .qf_header.pd .nav_main .nav li{height: 82px;line-height: 82px;}
.qf_header.pd .header_search,.qf_header.pd a.header_language{margin-top: 22px;}
body.pds {
    padding-top: 82px;
}

/* banner大图样式start */
@banner_w:100%; /*滚动图片宽度*/
@banner_h:644px; /*滚动图片高度*/
/* flash轮播图 */
.flexslider {
	margin: 0px auto;
	position: relative;
	max-width: @banner_w;
	min-width: 1200px;
	height: @banner_h;
	overflow: hidden;
	zoom: 1;
}

.flexslider .slides li {
	width: 100%;
	height: 100%;
	z-index: 1;
}

.flex-direction-nav a {
	width: 60px; 
	height: 90px; 
	margin: -60px 0 0;
	line-height: 99em;
	overflow: hidden;
	display: block;
	background: url(../images/ad_ctr.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	-webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
	background-position: 0 -90px;
	right: 0;
}
.flex-direction-nav .flex-prev {
	left: 0;
}
.flexslider:hover .flex-next {
	opacity: 0.4;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-prev {
	opacity: 0.4;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 0.6;
	filter: alpha(opacity=50);
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-paging li a {
	background: url(../images/dot.png) no-repeat 0 -16px;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
}
.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
	background-position: 0 0;
}
.flexslider .slides a {
	max-width: @banner_w;
	min-width: 1200px;
	height: @banner_h;
	display: block;
}
/* banner大图样式end */

/********头部**********/

#KinSlideshow {
	position:relative;
	ul{margin:0;padding:0;
		li{.left;margin:0;padding:0;
			a{.left;}
		}
	}
	/*大图导航圆点样式*/
	ol{position: absolute;bottom: 10px;width:100%;margin:0;left:0;text-align:center;
		li{cursor: pointer;display:inline-block;display:inline\9;width: 15px;height: 15px;border-radius:15px;font-size: 10px;padding: ~"0 3px\9"; opacity:0.8;background: #ccc;color: #ccc;margin: 0 1px;}
		.active{opacity:1;color: #000;background:#000;}
	}
}

/********底部**********/
.footer{
	background:#fff;
	margin:0 auto;
	width:100%;
	padding-top: 10px;
}
.qf_footer{background: #03aed2;}

.footer_middle{line-height:40px;text-align: center;color: #fff;font-size: 16px;padding: 10px 0;}
.footer_middle a{color: #989898;}

.bottom-main{background: #f4f4f4;}
.bottom-main ul{
    position: relative;
    padding: 36px 0;
}
.bottom-main ul li {
    width: 350px;
    float: left;
    margin-right: 40px;
    position: relative;
}
.bottom-main ul li p {
    color: #504f4f;
    margin: 0;
    line-height: 20px;
    padding: 5px 0 6px 45px;
    position: relative;
}
.bottom-main ul li p i {
    position: absolute;
    left: 0;
    top: 5px;
    height: 20px;
    width: 40px;
    background: url(../images/add.png) no-repeat 7px 4px;
    padding-left: 28px;
    color: #a6a6a6;
    font-style: normal;
}
.bottom-main ul li p:nth-child(2) i{ background-position:7px -25px;}
.bottom-main ul li p:nth-child(3) i{ background-position:7px -57px;}
.bottom-main ul li p:nth-child(4) i{ background-position:7px -87px;}
.bottom-main ul li p:not(:last-child)::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    content: '';
    height: 1px;
    background: rgb(217,217,217);
    background: -moz-linear-gradient(left, rgba(217,217,217,1) 81%, rgba(244,244,244,1) 100%);
    background: -webkit-linear-gradient(left, rgba(217,217,217,1) 81%,rgba(244,244,244,1) 100%);
    background: linear-gradient(to right, rgba(217,217,217,1) 81%,rgba(244,244,244,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d9d9', endColorstr='#f4f4f4',GradientType=1 );
}
.bottom-main ul ol {
    width: 29%;
    float: right;
    text-align: center;
}
.addthis_toolbox {
    padding: 10px;
}
.addthis_toolbox a {
    margin-bottom: 5px;
    line-height: initial;
}
/********************************************************内页******************************************************************/
#Mleft{}
#Mright{float: right;margin:0 0px 0 auto;width:930px;}

.well{background: #FCFCFC;}
.list(){
	ul{margin: 0 auto;
		li{
			background: url('../image/list_li.gif') no-repeat 5px 50%;
			border-bottom: 1px dotted #b98424;padding: 5px 20px;
			margin: 0 auto;
			width: 90%;
			a{
			}
			span{.right;
			}
		}
	}
}
/*详细页样式1*/
.info-1{
	.block-1{margin: 0 10px;
		.d-img{text-align:center;
			img{max-width:100%;max-height: 500px;}
		}
		.title{
			text-align:center;
			margin: 10px;
			background: none;
			color: #383737;
			height: auto;
			border:0;
			h2{
				color: #666;
				font-size: 24px;
			}
		}
		.adc{
			padding: 0px;
			p{
				line-height: 30px;
				font-family: '微软雅黑';
				font-size: 14px;
				margin-bottom: 0;
				/* text-indent: 2em; */
			}
		}
		.con{
			line-height: 30px;
			font-family: '微软雅黑';
			font-size: 14px;
			margin-bottom: 0;
			p{
				margin-bottom: 0;
				line-height: 30px;
				font-family: '微软雅黑';
				font-size: 14px;/* text-indent: 2em; */
				img{max-width: 100%;}
			}
		}
	}
	
}
/********公司简历**********/
.article{
		margin-bottom: 20px;
		min-height: 20px;
		padding: 0px 0 10px 0;
	/* img{max-width:100%;} */  /* 这里是调整内页大小图片的，产品定位容易出错 */
	.well{}
	.title{.jz_h(60px);
		border-bottom: 1px solid #e3e3e3;
		color: #333;
		margin:0px auto 15px;
		h4{.left;
			font-size: 18px;
			line-height:60px;
		    padding-left: 35px;
		    font-weight: 100;
		    background: url(../images/read_03.png) no-repeat left center;
			span{.off}
		}
		span{margin-right: 0px;
			a{
				color:#333;
			}
		}
	}
	.com_con{padding:10px;line-height: 25px;}
	.content{margin: 20px 0;
		p{line-height:30px;font-size: 16px;
			img{max-width:100%;}
		}
	}
}
.page{clear: both;margin-top: 10px;text-align: center;font-size: 12px;letter-spacing: 0px; font-family:"微软雅黑";
	#page_num{ width:50px; margin-top:6px; border-radius:0px; }
	a{ display:inline-block; height:16px; line-height:16px; border:1px solid #ccc; padding:5px;color:#000; border-radius:0px; background:#fff; margin-right:4px;
		transition: all .3s ease-in-out;
			-moz-transition: all .3s ease-in-out;
			-webkit-transition: all .3s ease-in-out;
			-o-transition: all .3s ease-in-out;
		&:hover{.jz_h;
			background:#f4f4f4;border:none; padding:5px 25px;color:#000; text-decoration:none; border:1px solid #ccc; height:16px; line-height:16px;
		}
	}
}
.btn2 { border:solid 1px #ccc; padding:5px; }
.btn3 { border:solid 1px #ccc; background:#f4f4f4; padding:5px 25px; margin-right:4px; height:18px; }
#page_num1 { width:50px; height:29px; line-height:18px; margin-top:4px; border:solid 1px #ccc; border-radius:0px; }

.nei-q {width:auto;border-top:solid 1px #f4f4f4;margin-top: 25px;padding: 15px 0;border-bottom:solid 1px #f4f4f4;}
.nei-qz {}
.nei-qz a {display: block;height:36px; line-height:36px; font-family:"微软雅黑";color:#666; text-decoration:none; }
.nei-qz a:hover { color:#333; background:#eee; }
.nei-qy a {display: block;height:36px; line-height:36px; font-family:"微软雅黑";color:#666; text-decoration:none; }
.nei-qy a:hover { color:#333; background:#eee; }
/********留言页面**********/
.order{margin:40px 0 48px 111px;line-height:40px;
    img{vertical-align:-5px;cursor:pointer;}
}
.G_tips {
    width:591px;
    margin: 10px auto 0 auto;
    border: 1px solid #dedede;
    padding: 8px;
    margin-bottom: 50px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, .1);
    dd{line-height: 30px;}
}
/********新闻中心**********/
.right_main{.list;
	a { color:#000; text-decoration:none; font-family:"微软雅黑"; 
		&:hover { color:#ff0000; }
	}
}
.table{
	margin: 10px auto;
	width: 98%;
	tr{
		td{
			&:hover{}
		}
	}
}
h2 small {
    font-size: 14px;
}
/*带图片样式*/
.news-img{
	 ul{
	 	margin: 0;
		li{
			_width: 100px;
			_float:left; 
			_margin: 0 9px;
			.thumbnail{
				img{
					_float:left;
				}
				transition: all .3s;
				-moz-transition: all .3s;
				-webkit-transition: all .3s;
				-o-transition: all .3s;
				.caption{
					_float: left;
					h3{.slh;
						text-align: left;
						margin-bottom: 10px;
						font-weight: 100;
						font-size: 16px;
						a{color: #333;}
					}
				}
			}
			&:hover{
				.thumbnail{
					margin-left: 20px;

					-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
					-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
					box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
				}
			}
			
		}
	}
}
.row-fluid > .span3 {
    width: 18.404255%;
    max-width: 120px;
}
.row-fluid>[class*="span"] {
    margin-left: 0;
}
.row-fluid > .span11 {
    width: 96.489362%;
}
.row-fluid > .span8{
	width: 85.5%;
}
.wy_time{line-height: 40px;color: #8d8d8d;font-size: 40px;text-align: center;font-weight: bold;background: #eee;padding: 10px 0;}
.wy_time font{display: block;font-size: 18px;font-weight: 100;}
.thumbnail .caption{padding:0 0px 0 9px;line-height: 30px;}
.thumbnail .caption p{margin-bottom: 0;margin-top: 10px;}
.thumbnail{border-radius:0;box-shadow:none;border:0;border-bottom: 1px solid #ddd;padding: 6px 4px;}
/* 新闻内页 */
.newscss{
	width:100%;
}
.newscss ul{
	width: 100%;
}
.newscss ul li {
    border-bottom: solid 1px #f1f1f1;
    position: relative;
    margin-bottom: 26px;
    padding-bottom: 26px;
    background: none;
}
.newscss ul li .news_pic {
    width:355px;
    height: 238px;
  	float: left;
    text-align: center;
    overflow: hidden;
}
.newscss ul li .news_pic .wy_newsimg{
    width:355px;
    height: 238px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    font-size:0px;
}
.newscss ul li .news_pic img{max-width: 355px;}
.newscss ul li:hover .news_btn a{
	background: #000;
	color: #fff;
}
.newscss ul li .news_pic span {
    height: 100%;
    width: 0;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.ny-news-right{float: right;width: 533px;}
.ny-news-right p{height: 36px;line-height: 36px;color: #333;float: left;width: 50%;}
.newscss ul li .news_capital {
   width:100%;
    line-height: 45px;
    border-bottom: solid 1px #e2e2e2;
    font-size: 15px;
    color: #414141;
}
.newscss ul li .news_capital h4{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 45px;
	font-size: 18px;
}
.newscss ul li .news_capital span {
 
    display: block;
    min-width: 20%;
    text-align: right;
    height: 40px;
    line-height: 40px;
    color: #414141;
    font-size: 15px;
    float: right;
}
.newscss ul li .news_detail {
    width: 100%;
    line-height: 26px;
    color: #606060;
    font-size: 13px;
    overflow: hidden;
    margin-top: 10px;
}
.newscss ul li .news_btn {
    width: 101px;
    height: 32px;
    float: right;
    line-height: 32px;
    text-align: center;
    position: absolute;
    right: 28px;
    bottom: 10px;

}
.newscss ul li .news_btn a {
    display: block;
    background: #f4f4f4;
    color: #000;
    font-size: 12px;
    transition: all 0.5s;
}
/********人才招聘**********/
#jobs_03 {
    width: 100%;
    margin: 0px auto;
    padding: 0 0 120px;
    background: none;
}
#jobs_03_mid {
    width: 100%;
    margin: 0 auto;
    background: #fff;
}
#jobs_title {
    padding: 0 10px;
    background: #464650;
    color: #fff;
    font-size: 14px;
    height: 54px;
    line-height: 54px;
}
#jobs_03 .td1 {width: 17.33%;float: left;}
#jobs_03 .td2 {width: 17.33%;float: left;}
#jobs_03 .td3 {width: 33.91%;float: left;}
#jobs_03 .td4 {width: 17.41%;float: left;}
#jobs_03 .td5 {width: 13.4%;float: left;}
#jobs_ul{width: 100%;}
#jobs_ul ul{padding: 0 0% 73px;}
#jobs_ul li {width: 100%;}
#jobs_ul li .jobs_title {
    font-size: 14px;
    line-height: 30px;
    color: #777;
    padding: 16px 10px;
    border-bottom: solid 1px #efefef;
}
#jobs_ul li .jobs_box {
    padding: 20px 3.5% 36px;
    background: #f5f5f5;
    position: relative;
    display:none;
}
#jobs_ul li .jobs_box i {
    position: absolute;
    left: 18px;
    top: -12px;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent #f5f5f5;
}
#jobs_ul li .jobs_box .info1 {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 22px;
}
#jobs_ul li .jobs_box .info1 p {
    float: left;
    font-size: 14px;
    color: #333333;
    line-height: 25px;
    min-width: 24%;
    margin: 5px 0px;
    margin-right: 1%;
}
#jobs_ul li .jobs_box .info2 {
    border-bottom: 1px solid #e5e5e5;
    padding: 14px 0 22px;
}
#jobs_ul li .jobs_box .info2 .fl {
    width: 100%;
}
#jobs_ul li .jobs_box .info2 .fl h3{
	margin-bottom: 15px;
}
#jobs_ul li .jobs_box .info3 {
    margin-top: 31px;
}
#jobs_ul li .jobs_box .info3 .apply_btn {
    width: 151px;
    height: 41px;
    line-height: 41px;
    background: #f91747;
    font-size: 16px;
    color: #ffffff;
    float: left;
    text-align: center;
}
#jobs_ul li .jobs_box .info3 .all {
    float: right;
    font-size: 14px;
    color: #777777;
    height: 41px;
    line-height: 41px;
    padding-left: 30px;
    background: url(../images/all_ico.png) no-repeat 0 center;
}
/********产品展示**********/
/********产品展示**********/
.cpzs{
	ul{margin:10px -10px;
		li{}
	}
	.div_main{margin: 0 0px;}
	.div_Image{text-align:center;margin-bottom: 15px;background: #fff;float: left;width: 450px;
		 img{}
	}
	.div_Title{text-align:left;float: right;width: 710px;line-height: 44px;}
	.div_Content{}
	/* 相关产品代码开始 */
	.pro_con h4{height: 50px;line-height: 50px;background: #f4f4f4;color: #818181;font-size: 16px;margin-bottom: 10px;font-weight: 100;}
	.pro_con .content img{max-width: 100%;}
	.pro_con .xiangg{margin-top: 10px;*margin-right: -25px;overflow: hidden;}
	.pro_con .xiangg ul{margin-right: -25px;overflow: hidden;}
	.pro_con li{ float: left;width: 281px;margin-right: 25px;text-align: center;}
	.pro_con li .pictu{border: 1px solid #eee;width: 279px;height: 279px;}
	.pro_con li a{color: #333;text-decoration: none;display: block;width: 279px;height: 279px;overflow: hidden;}
	.pro_con li p{height: 40px;line-height: 40px;margin-top: 10px;}
	.pro_con li img{ max-width: 279px; max-height: 279px; }
	.pro_con li:hover .pictu{border: 1px solid #ccc}
}

.div_Title .pro_tt{border-bottom: 1px solid #e5e5e5;padding-bottom: 15px;}
.div_Title .pro_tt p{font-size: 30px;color: #191411;font-family: 'Times New Roman', Arial;height: 36px;line-height: 36px;margin: 0;}
.div_Title .pro_tt span{font-size: 20px;color: #656565;display: block;height: 30px;line-height: 30px;}
.div_Title .pro_jj{line-height: 30px;margin-top: 15px;color: #666;}
.div_Title .pro_lx{margin-top: 15px;color: #666;border-bottom: 1px solid #e5e5e5;padding-bottom: 15px;}
.div_Title .pro_lx p{margin: 0;line-height: 30px;color: #666;}
.div_Title .pro_lx h2{font-size: 20px;color: #3d3d3d;}
.div_Title .pro_zx{display: block;}
/********购物车go**********/
/********购物车go**********/
#Gwc{
	position: fixed;
	right: 6px;
	width: 200px;
	bottom: 5px;
	border: 1px solid #D6D3D3;
	border-radius: 3px;
	h3{
		padding-left: 10px;
		background: #CA0811;
		a{
			color:#FFFFFF;
			&:hover{
				color:#000;
			}
		}
	}
	.d-1{
		li{.slh;

		}
		a{

		}
	}
}
#Order-form{
	ul{
		li{
			display: inline-block;display: ~"inline\9";margin: 0 10px;
			.btn{
				padding: 0 5px;
			}
		}
	}
}
/* 在线留言 */
.ly-k{padding: 36px 18px 20px 18px;box-shadow: 0 1px 5px #ddd;}
.ly-k p{font-size: 18px;line-height: 30px;margin-bottom: 15px;color: #999;}
.ly-k h3 {font-size: 28px;margin-bottom:5px;line-height: 40px;}
.ly-k .ly-k-k{
	float: left;
	width: 47%;
	height: 35px;
	padding: 10px;
	line-height: 35px;
    font-size: 16px;
    color: #c2c2c2;
    border: 1px solid #eaeaea;
    margin-right: 25px;
    margin-bottom: 20px;
}
.ly-k .ly-k-k3{
	width:98%;
	height: 35px;
	padding: 10px;
	line-height: 35px;
    font-size: 16px;
    color: #c2c2c2;
    border: 1px solid #eaeaea;
    margin-bottom: 20px;
}
.ly-k .ly-k-k1{
	width: 98%;
	height: 81px;
	padding: 10px;
	line-height: 35px;
    font-size: 16px;
    color: #c2c2c2;
    border: 1px solid #eaeaea;
    margin-bottom: 20px;
}
.ly-k .ly-k-k2{
	width: 298px;
	height: 35px;
	padding: 10px;
	line-height: 35px;
    font-size: 16px;
    color: #c2c2c2;
    border: 1px solid #eaeaea;
    margin-right: 20px;
    margin-bottom: 20px;
}
.ly-k .ly_ti{
	float: right;
	width: 280px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	color: #fff;
	background: #000;
	font-size: 18px;
	padding: 0;
	border-radius: 0;
	border: 0;
	margin-bottom: 20px;
}
/********购物车end**********/
/********用户管理**********/
.vip-user{
	background: url('../image/login_bg_2.jpg');
}
#allmap .BMap_shadow img{
	height: auto;
}

.picturea{ float:left; width:296px;overflow:hidden;_width:296px;margin: 0 10px;}
.picture1a a {   
	width:294px;
	text-align:center;
	vertical-align:middle;
	background:#fff;
	overflow:hidden;
	display: block;
	border: 1px solid #eee;
}
.picture2a {text-align:center; line-height:50px;font-size: 16px;}
.picture2a a { color:#000; text-decoration: none;}
.picture2a a:hover { color:#ff0000; }
.picture1a img{ vertical-align:middle; border:0;max-width: 100%;}

.ypicturea{ float:left; width:285px;overflow:hidden;_width:285px;margin: 0 10px;}
.ypicture1a a {   
	width:283px;
	text-align:center;
	vertical-align:middle;
	background:#fff;
	overflow:hidden;
	display: block;
	border: 1px solid #eee;
}
.ypicture2a {text-align:center; line-height:50px;font-size: 16px;}
.ypicture2a a { color:#000; text-decoration: none;}
.ypicture2a a:hover { color:#ff0000; }
.ypicture1a img{ vertical-align:middle; border:0;max-width: 100%;}

/*-------内页左分类--------*/
.qf_sidebar {
	float:left;
	width:248px;
}
.sidebar_contact{
	width: 100%;
}
.qf_sidebar_title {
    font-size: 18px;
    line-height: 60px;
    border-bottom: 1px solid #eee;
    color: #484848;
    font-weight: normal;
    position: relative;
    margin-bottom: 10px;
}
.qf_sidebar_title:after {
    position: absolute;
    width: 80px;
    height: 2px;
    content: "";
    background: #03aed2;
    left: 0;
    bottom: 0;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.qf_sidebar_title:hover:after {
    width: 100px;
}
.qf_sidebar_contact{padding:20px 0;}
.qf_sidebar_contact ul li{width: 100%;text-align: center;}
.qf_sidebar_contact ul li a{display: block;color: #333;}
.qf_sidebar_contact ul li .pic_txt{line-height: 45px;font-size: 16px;}
.qf_sidebar_contact ul li img{max-width: 100%;}
.qf_sidebar_contact ul li .pic_img{border:3px solid #f7f7f7;}

.sidebar_about_content{padding:5px 0px;}
.sidebar_about_content ul li{
	line-height: 70px;
	background: url(../images/dd.png) no-repeat 5px center;
	text-indent:23px;border-bottom: 1px dotted #cecece;font-size: 18px;
}
.sidebar_about_content ul li a{display: block;color: #666;}
.sidebar_about_content ul li:hover a{padding-left: 10px;}
.sid_contact{text-align: center;margin-top: 20px;}
.sid_contact img{margin-bottom: 10px;width: 100%;max-width: 180px;}
.sid_con{font-size: 16px;margin-top: 15px;}
.sid_con_t{
  font-size: 18px;
  font-weight: bold;
  font-size: 24px;
  line-height: 35px;
}

.sidebar_news_content{}
.sidebar_news_content ul li{
	line-height: 42px;
	border-bottom: 1px dotted #e4e4e4;
}
.sidebar_news_content ul li a{display: block;color: #333;}
.sidebar_news_content ul li:hover a{color:#03aed2;}


#s_tabs0 {}
.s_menu0{}
.s_menu0 li{display:block;float: left;width:50%;text-align: center;font-size: 16px;
	cursor:pointer;background: #FFFFff;line-height: 45px;}
.s_menu0 li.hover{background: #f2f6fb;}
#s_main0 ul{display: none;}
#s_main0 ul.block{display: block;}
.s_menu0{padding:10px 0px 20px 0px;}
.s_main .wenyp{margin: 5px 0;}
.s_main .wenyp li{line-height: 45px;border-bottom: 1px dotted #e8e8e8;text-indent:39px;}
.s_main .wenyp li a{display: block;color: #333;font-size: 14px;background: url(../images/list-img.png) no-repeat 17px center;}
.s_main .wenyp li:hover a{padding-left: 10px;color: #03aed2;}
.s_main .sliupa{line-height: 45px;background: #efefef;padding: 0 15px;margin: 2px 0;position: relative;}
.s_main .sliupa a{display: block;color: #333;}
.s_main .sliupa span{display: block;line-height: 45px;font-size: 20px;width: 25px;text-align: center;position: absolute;right: 10px;top: 0px;}
.s_main .sliupa:hover{background: #03aed2;}
.s_main .sliupa:hover a{color: #fff;}
.s_main .sliupa:hover span{color: #fff;}
/*-------产品内页左分类--------*/
.neiye { 
	width:100%;
	margin-bottom:15px; 
}
.neiye-z { 
	float:left;
	margin-right:36px; 
}
.neiye-zimg {
	width:500px;
	text-align:center;
	vertical-align:middle;
	background:#fff;
	overflow:hidden;
	display:table-cell; 
	/* position:relative;  */
	*display: block;
	border:solid 1px #ccc;
	padding:5px;
 }
.neiye-zimg img{ 
	vertical-align:middle;
	border:0;
}
.neiye-y { 
	float:left;
	width:47%;
}
.neiye-yt { 
	width:auto;
	border-bottom:1px solid #e0e1dc;
	line-height:30px;
	text-align: center;
	font-size:16px;
	color:#666;
	overflow:hidden;
	margin-bottom: 15px;
}
.neiye-yk { 
	width:100%;
	line-height:46px;
	font-size:14px;
	color:#000; 
}
.neiye-yk ul li{
	line-height: 28px;padding: 12px 0;
    font-size: 14px;
    color: #03aed2;
}
.bdsharebuttonbox{padding: 5px 0;}
.neiye-yk ul li.inquiry {
    border: none;
    display: none;
    margin-top: 22px;
}
.neiye-yk ul li.inquiry a {
    background:#03aed2;
    display: block;
    width: 132px;
    height: 38px;
    color: #fff;
    text-align: center;
    line-height: 38px;
}
.neiye-yd { 
	width:auto;
	height:40px;
	line-height: 40px;
	text-align: center;
	background: red;
	width: 150px;
}
.neiye-yd a{color: #fff;}
.neiye-yx { 
	width:auto;
	height:40px;
}
.neiyex { 
	float:left; 
	width:@content_w ;
}
.xiangq{
	height: 40px;
	width: 100%;
	background: #eaeaea;
}
.xiangq h4{
	color: #666;
	font-size: 16px;
	line-height: 40px;
	padding-left:10px;
}
/* 产品详情页 */
.tb-pic a{display:table-cell;text-align:center;vertical-align:middle;}
.tb-pic a img{vertical-align:middle;}
.tb-pic a{*display:block;*font-family:Arial;*line-height:1;}
.tb-thumb{margin:10px 0 0;overflow:hidden;}
.tb-thumb li{background:none repeat scroll 0 0 transparent;float:left;height:42px;margin:0 6px 0 0;overflow:hidden;padding:1px;}
.tb-s310, .tb-s310 a{width:400px;}
.tb-s310, .tb-s310 img{max-width:400px;}
.tb-s310 a{*font-size:271px;}
.tb-s40 a{*font-size:35px;}
.tb-s40, .tb-s40 a{height:40px;width:40px;}
.tb-booth{border:1px solid #eaeaea;position:relative;z-index:1;padding: 1px;}
.tb-thumb .tb-selected{background:none repeat scroll 0 0 #C30008;height:40px;padding:2px;}
.tb-thumb .tb-selected div{background-color:#FFFFFF;border:medium none;}
.tb-thumb li div{border:1px solid #CDCDCD;}
div.zoomDiv{z-index:999;position:absolute;top:0px;left:0px;width:400px !important;height:400px !important;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
div.zoomMask{position:absolute;background:url("../images/mask.png") repeat scroll 0 0 transparent;cursor:move;z-index:1;}

.neiye1-tle {
    height: 38px;
    line-height: 38px;
    background:#4e1f19;
    font-family: "微软雅黑";
    font-size: 16px;
    padding-left: 15px;
    margin: 15px 0;
    color: #fff;
}
.neiye1-img{*margin-right: -10px;width: 100%;margin-top: 15px;}
.neiye1-img ul{margin-right: -10px;}
.neiye1-img ul .pictureb {
    float: left;
    width: 220px;
    overflow: hidden;
    padding: 0px;
    _width: 220px;
    margin-right: 10px;

}
.neiye1-img ul .picture1b{
	width: 218px;
	text-align: center;
	padding: 1px;
    background:#f2f2f2;
    overflow: hidden;
}
.neiye1-img ul .picture1b img{
	width: 100%;
	height: 100%;
}
.neiye1-img ul  .picture2b {
    width: 220px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
}
.neiye1-img ul  .picture2b a{
	color: #010101;
    text-decoration: none;
    font-family: '微软雅黑';
}
.neiye1-img ul .pictureb:hover .picture1b{
	background: #f5e167;
}



/* 首页样式 */
.home_solutions{width: 100%;height: 644px;min-width: 1200px;}
.home_solutions_c{padding: 115px 0 0 429px;}
.home_solutions h2{font-size: 30px;color: #000000;line-height: 50px;}
.home_solutions a{display: block;width:136px;line-height:35px;border: 2px solid #323232;color: #000000;font-size: 24px;margin-top: 25px;text-align: center;border-radius: 25px;}
.home_solutions a:hover{background: #03aed2;border-color: #03aed2;color: #fff;}
.home_model{margin-top: 5px;overflow: hidden;}
.model_about{float: left;width:49.8%;margin-right: 0.2%;text-align: center;overflow: hidden;text-transform:uppercase;}
.model_about a{display: block;}
.model_about a .bgcover{display: block;height: 533px;font-size: 36px;color: #313131;line-height: 533px;position: relative;}
.model_news{float: right;width:49.8%;margin-left: 0.2%;text-align: center;overflow: hidden;position: relative;text-transform:uppercase;}
.model_news a{display: block;}
.model_news a .bgcover{display: block;height: 533px;font-size: 36px;color: #313131;line-height: 533px;position: relative;}

.ying{position: absolute;top: 0;bottom: 0;left: 0;right: 0;width: 100%;height: 100%;background: rgba(0,0,0,.1);}
.yyhover:hover .ying{background: rgba(0,0,0,0);}

.ny_banner{height: 400px;background:url(../images/ny_banner.jpg) no-repeat center center;width: 100%;}










.hoverimg:hover .wy_newsimg{
    transform:scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
}



.hover_animation{	
	transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
}
.hoverimg:hover img{
    transform:scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
}
.hoverimgup:hover img{
    -webkit-transform: translate3d(0,-5px,0);
    -moz-transform: translate3d(0,-5px,0);
    transform: translate3d(0,-5px,0);
}
.tc_animation {
    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    -o-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}
@-webkit-keyframes fadeInDown {
    0% {opacity:0;-webkit-transform:translateY(20px)}
    100% { opacity:1;-webkit-transform:translateY(0)}
}

@-moz-keyframes fadeInDown {
    0% {opacity:0;-moz-transform:translateY(20px)}
    100% {opacity:1;-moz-transform:translateY(0)}
}
@-o-keyframes fadeInDown {
    0% {opacity:0;-o-transform:translateY(20px)}
    100% {opacity:1;-o-transform:translateY(0)}
}
@keyframes fadeInDown {
    0% {opacity:0;transform:translateY(20px)}
    100% { opacity:1;transform:translateY(0)}
}
.tc_animation.fade-in-down{
    opacity:0;
    /* opacity:1\0/IE9;  */
    -webkit-transform:translateY(20px);
    -moz-transform:translateY(20px);
    -o-transform:translateY(20px);
    transform:translateY(20px);
    /* -ms-transform:translateY(0)\0/IE9; */
}
.tc_animation.fadeInDown {
    -webkit-animation-name:fadeInDown;
    -moz-animation-name:fadeInDown;
    -o-animation-name:fadeInDown;
    animation-name:fadeInDown;
}
@-webkit-keyframes fadeInUp {
    0% {opacity:0;-webkit-transform:translateY(-20px)}
    100% { opacity:1;-webkit-transform:translateY(0)}
}

@-moz-keyframes fadeInUp {
    0% {opacity:0;-moz-transform:translateY(-20px)}
    100% {opacity:1;-moz-transform:translateY(0)}
}
@-o-keyframes fadeInUp {
    0% {opacity:0;-o-transform:translateY(-20px)}
    100% {opacity:1;-o-transform:translateY(0)}
}
@keyframes fadeInUp {
    0% {opacity:0;transform:translateY(-20px)}
    100% { opacity:1;transform:translateY(0)}
}
.tc_animation.fade-in-up{
    opacity:0;
    /* opacity:1\0/IE9;  */
    -webkit-transform:translateY(-20px);
    -moz-transform:translateY(-20px);
    -o-transform:translateY(-20px);
    transform:translateY(-20px);
    /* -ms-transform:translateY(0)\0/IE9; */
}
.tc_animation.fadeInUp {
    -webkit-animation-name:fadeInUp;
    -moz-animation-name:fadeInUp;
    -o-animation-name:fadeInUp;
    animation-name:fadeInUp;
}
@-webkit-keyframes fadeInLeft {
    0% {opacity:0;-webkit-transform:translateX(-100px)}
    100% {opacity:1;-webkit-transform:translateX(0)}
}
@-moz-keyframes fadeInLeft {
    0% {opacity:0;-moz-transform:translateX(-100px)}
    100% {opacity:1;-moz-transform:translateX(0)}
}
@-o-keyframes fadeInLeft {
    0% {opacity:0;-o-transform:translateX(-100px)}
    100% {opacity:1;-o-transform:translateX(0)}
}
@keyframes fadeInLeft {
    0% {opacity:0;transform:translateX(-100px)}
    100% {opacity:1;transform:translateX(0)}
}
.tc_animation.fade-in-left{
    opacity:0;
    /* opacity:1\0/IE9; */
    -webkit-transform:translateX(-100px);
    -moz-transform:translateX(-100px);
    -o-transform:translateX(-100px);
    transform:translateX(-100px);
    /* -ms-transform:translateX(0)\0/IE9; */
}
.tc_animation.fadeInLeft {
    -webkit-animation-name:fadeInLeft;
    -moz-animation-name:fadeInLeft;
    -o-animation-name:fadeInLeft;
    animation-name:fadeInLeft;
}
@-webkit-keyframes fadeInRight {
    0% {opacity:0;-webkit-transform:translateX(100px)}
    100% {opacity:1;-webkit-transform:translateX(0)}
}
@-moz-keyframes fadeInRight {
    0% {opacity:0;-moz-transform:translateX(100px)}
    100% {opacity:1;-moz-transform:translateX(0)}
}
@-ms-keyframes fadeInRight {
    0% {opacity:0;-ms-transform:translateX(100px)}
    100% {opacity:1;-ms-transform:translateX(0)}
}
@-o-keyframes fadeInRight {
    0% {opacity:0;-o-transform:translateX(100px)}
    100% {opacity:1;-o-transform:translateX(0)}
}
@keyframes fadeInRight {
    0% {opacity:0;transform:translateX(100px)}
    100% {opacity:1;transform:translateX(0)}
}
.tc_animation.fade-in-right{
    opacity:0;
    /* opacity:1\0/IE9; */
    -webkit-transform:translateX(100px);
    -moz-transform:translateX(100px);
    -o-transform:translateX(100px);
    transform:translateX(100px);
    /* -ms-transform:translateX(0)\0/IE9; */
}
.tc_animation.fadeInRight {
    -webkit-animation-name:fadeInRight;
    -moz-animation-name:fadeInRight;
    -o-animation-name:fadeInRight;
    animation-name:fadeInRight;
}

/* 内页关于我们 */
.article_about{padding: 0 10px;}
.article_about p{line-height: 30px;font-size: 16px;}
.article_about p img{max-width: 100%;}
/* 内页联系我们 */
.ny_contact{padding:20px 0 30px 0;*margin-right: -15px;overflow: hidden;}
.ny_contact ul{margin-right: -15px;overflow: hidden;}
.ny_contact ul li{width: 228.6px;padding:60px 30px;text-align: center;float:left;margin: 0 15px 0 0;height: 100px;background: #f8f8f8;}
.ny_contact ul li .icon{font-size: 32px;}
.ny_contact ul li h2{font-size:18px;font-weight: 100;color: #333;}
.ny_contact ul li p{font-size: 16px;}
.ny_contact ul li a{color:#333;}

.block-1 .con tr,.block-1 .adc tr{border-top: 1px solid #ddd;border-left: 1px solid #ddd;}
.block-1 .con td,.block-1 .adc td{border-bottom: 1px solid #ddd;border-right: 1px solid #ddd;padding: 5px 10px;height: 33px;line-height: 33px;}


.news-links ul{}
.news-links ul li{width: 221px;text-align: center;float: left;margin: 0 5px;margin-bottom: 25px;}
.news-links ul li a{display: block;width: 219px;height: 103px;border: 1px solid #efefef;line-height: 103px;}
.news-links ul li img{width: auto;}

/* 产品放大 */
.pica{ float:left;width:222px;overflow:hidden; display:inline;margin: 0 5px;}
.pica1{   
  height:220px;
  width:220px;
  text-align:center;
  vertical-align:middle;
  background-color:#FFFFFF;
  border:1px solid #f1e6d7;
  overflow:hidden;
  display:table-cell; 
  /* position:relative;  */
  *display: block;
  *font-size: 70px; /*此处的font-size为height除以1.14 */
  }
.pica2{width:222px height:42px; text-align:center;line-height: 42px;}
.pica2 a{color: #333;}
.pica1 img{ vertical-align:middle; border:0;}

.parm{margin-bottom: 25px;}
.parm tr{border-top: 1px solid #ddd;border-left: 1px solid #ddd;}
.parm td{border-bottom: 1px solid #ddd;border-right: 1px solid #ddd;padding: 10px 10px;line-height:26px;}

/* messagetk */
.forms-warp {
    padding: 40px;
    background: #fff;
    position: relative;
    box-shadow: 0px 0 40px #333;
}
.forms-warp h3 {
    font-size: 22px;
    margin-bottom:20px;
}
.wrap_shadow {
    width: 100%;
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
    z-index: 1000;
    display: none;
}
.nycontact_content {
    position: fixed;
    top: 17%;
    width: 88%;
    margin: 0 auto;
    left: 0;display: none;
    right: 0;
    max-width: 450px;
    z-index: 99999;
    box-shadow: 0 1px 8px 0 #333;
}
.new-fc-one-modal-close {
    cursor: pointer;
    border: 0;
    background: transparent;
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 10;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: color 0.3s;
    color: #333;
    outline: 0;
    padding: 5px;
}
.nycontact_content label {
    display: block;
    margin-top: 10px;
    color: #777777;
}
.nycontact_content input, .forms select, .forms textarea {
    height: 40px;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    width: 96%;
    padding: 0 2%;margin: 0;
}
.nycontact_content .description textarea {
    width: 96%;border: 1px solid #d4d4d4;
    padding: 5px 2% 0 2%;border-radius: 5px;margin-bottom: 0;

}
.nycontact_content .code .code-input {
    width: 255px;
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.nycontact_content .code .code-input img{vertical-align: sub;}
.nycontact_content .code .code-img {
    text-align: center;
    color: #fff;
    margin-top: 15px;
}
.nycontact_content .code .code-img input {
    background:#03aed2;
    border: 0;color: #fff;width: 100%;
    border-radius: 5px;font-size: 16px;
    height: 45px;
}
