.clear:after {
	display: block;
	content: '';
	clear: both;
}
body{
	min-width: 1200px;

}
/*top*/
.top{
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: #e3e3e3;
}
.top-left{
	float: left;
	color: #8d8d8d;
	font-size: 14px;
}
/*logo*/
.header{
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 40px 0;
}
.phone{
	width: 350px;
	background: url(../images/header.png) no-repeat center left;
}
.phone span{
	display: block;
	font-size: 16px;
	color: #444444;
	padding-left: 55px;
}
.phone p{
	color: #006bd8;
	font-size: 30px;
	padding-left: 55px;
	font-weight: bold;
}
.phone img{
	display: block;
	float: right;
	margin-top: -70px;
}
/*header*/
.head{
	height: 72px;
	background: #006bd8;
}
.navtext {
	width: 100%;
	height: 72px;
	overflow: hidden;
	background: #006bd8;
}
.navtext li {
	position: relative;
	-webkit-transition: 600ms 0s all ease;
	-moz-transition: 600ms 0s all ease;
	-ms-transition: 600ms 0s all ease;
	-o-transition: 600ms 0s all ease;
	transition: 600ms 0s all ease;
	background: url(../images/nav-line.png) no-repeat center right;	
}
.navtext li:last-child{
	background: none;
}
.navtext>li {
	float: left;
	width:133px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	height: 72px;
	text-align: center;
	line-height: 72px;
	position: relative;
}
.navtext>li>a{
	color: #fff;
	font-size: 18px;
}
.navtext>li:after{
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background:#0157af;
	background-size: 100% 100%;
	position: absolute;
	top: 100%;
	-webkit-transition: 300ms 0s all ease;
	-moz-transition: 300ms 0s all ease;
	-ms-transition: 300ms 0s all ease;
	-o-transition: 300ms 0s all ease;
	transition: 300ms 0s all ease;

}
.navtext>li>a{
	display: block;
	width: 100%;
	height: 100%;
}
.navtext>li:hover:after{
	top: 0;
	-webkit-transition: 300ms 0s all ease;
	-moz-transition: 300ms 0s all ease;
	-ms-transition: 300ms 0s all ease;
	-o-transition: 300ms 0s all ease;
	transition: 300ms 0s all ease;
}

#thyNavStyle{
	background:#f7c433;
    
}

.navtext>li:hover a {
	color: #fff;
	position: absolute;
	z-index: 99;
}

#thyNavStyle>a {
	color: #fff;
}

.swiper-banner .swiper-button-prev {
	background-image: url("../images/banner_l.png")!important;
}

.swiper-banner .swiper-button-next {
	background-image: url("../images/banner_r.png")!important;
}

.navbg {
	position: relative;
	left: 0;
	z-index: 999;
	-webkit-transition: 600ms 0s all ease;
	-moz-transition: 600ms 0s all ease;
	-ms-transition: 600ms 0s all ease;
	-o-transition: 600ms 0s all ease;
	transition: 600ms 0s all ease;
	background: #fff;
	height: 72px;
}

.banner {
	position: relative;
	overflow: hidden;
	top:0;
}
.keywords{
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #e8e8e8;
}
.key-left strong{
	display: block;
	float: left;
	font-size: 14px;
	color: #ababab;
	font-weight: normal;
}
.key-left ul {
	float: left;
}
.key-left ul li{
	width: 100px;
	float: left;
	font-size: 14px;
	text-align: center;
}
.key-left ul li a{
	color: #ababab; 
}
.key-left ul li:after{
	display: block;
	color: #7c7c7c;
	float: right;
	font-size: 18px;
}
.key-left ul li:last-child:after{
	display: none;
}
.key-right{
	width: 260px;
	height: 30px;
	margin-top: 9px;
	border: 1px solid #dbdbdb;
}
.about-search-inp{
	width: 260px;
	height: 30px;
	text-indent: 20px;
	float: left;
	font-size: 14px;
}
.about-search-submit{
	width: 18px;
	height: 18px;
	float: right;
	background:url(../images/search.png) no-repeat center center;
	margin-top: -23px;
	margin-right: 20px;
}
/*main*/
.wrapper {
	width: 1200px;
	margin: 0 auto;
}
.title{
	width: 100%;
	border-bottom: 1px solid #cac8c8;
	height: 40px;
}
.title h2{
	color: #005ebe;
	font-size: 30px;
	font-weight: bold;
}
.title h2:before{
	display: block;
	content: '';
	width: 8px;
	height: 30px;
	background: #006bd8;
	margin-right: 10px;
	float: left;
}
.title span{
	color: #c1c1c1;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 100;
	padding-left: 20px;
}
.title small{
	color: #5e5757;
	font-size: 14px;
	padding-left: 30px;
	font-weight: 400;
}
.title a{
	display: block;
	width: 75px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #006bd8;
	color: #fff;
	font-size: 12px;
	float: right;
	border-radius: 20px;
	font-weight: normal;
	margin-top: 8px;
}
/*产品*/
.in-product{
	position: relative;
	padding: 35px 40px;
}
.pro-left{
	width: 255px;
	margin-top: 20px;
}
.left-title{
	width: 100%;
	height: 120px;
	background: url(../images/left-title.jpg) no-repeat center center ;
	text-align: center;
}
.left-title h2{
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	padding-top: 30px;
}
.left-title p{
	color: #fff;
	font-size: 16px;
	padding-top: 15px;
}
.pro-left ul{
	width: 255px;
	background: #fff;
}
.pro-left ul li{
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	margin-top: 8px;
}
.pro-left ul li:nth-child(1){
	background:#f0f0f0 url(../images/p1.png) no-repeat center left 40px;
}
.pro-left ul li:nth-child(2){
	background:#f0f0f0 url(../images/p2.png) no-repeat center left 40px;
}
.pro-left ul li:nth-child(3){
	background:#f0f0f0 url(../images/p2.png) no-repeat center left 40px;
}
.pro-left ul li:nth-child(4){
	background:#f0f0f0 url(../images/p4.png) no-repeat center left 40px;
}
.pro-left ul li:nth-child(5){
	background:#f0f0f0 url(../images/p1.png) no-repeat center left 40px;
}
.pro-left ul li:nth-child(6){
	background:#f0f0f0 url(../images/p1.png) no-repeat center left 40px;
}
.pro-left ul li a{
	color: #6b6b6b;
	font-size: 16px;
	display: block;
	width: 100%;
	height: 100%;
}
.pro-left ul li:nth-child(1):hover{
	background:#006bd8 url(../images/p11.png) no-repeat center left 40px;
}
.pro-left ul li:nth-child(2):hover{
	background:#006bd8 url(../images/p22.png) no-repeat center left 40px;
}
.pro-left ul li:nth-child(3):hover{
	background:#006bd8 url(../images/p22.png) no-repeat center left 40px;
}
.pro-left ul li:nth-child(4):hover{
	background:#006bd8 url(../images/p44.png) no-repeat center left 40px;
}
.pro-left ul li:nth-child(5):hover{
	background:#006bd8 url(../images/p11.png) no-repeat center left 40px;
}
.pro-left ul li:nth-child(6):hover{
	background:#006bd8 url(../images/p11.png) no-repeat center left 40px;
}
.pro-left ul li:hover a{
	color: #fff;
}
.pro-lianxi{
	width: 253px;
	margin-top: 10px;
	border: 1px solid #006bd8;
	padding-bottom:15px;
}
.pro-lianxi h2{
	color: #fff;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #006bd8 url(../images/lianxi.png) no-repeat center right 18px;
	text-indent: 18px;
	font-size: 18px;
}
.lx{
	color: #fff;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #006bd8 url(../images/lianxi.png) no-repeat center right 18px;
	text-indent: 18px;
	font-size: 18px;
}

.pro-lianxi p{
	width: 230px;
	margin: 0 auto;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px dashed #4b4b4b;
}
.pro-zixun{
	width: 100%;
	height: 142px;
	background: url(../images/zixun.jpg) no-repeat center center;
}
.pro-zixun p{
	color: #fff;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	padding-top: 82px;
	letter-spacing: -3px;
}
.pro-right{
	width: 930px;
	height: 425px;
	margin-top: 22px;
}
.pro-right ul li{
	width: 295px;
	height: 372px;
	border: 1px solid #dcdcdc;
	margin-right: 19px;
	margin-bottom: 20px;
	float: left;
}
.pro-right ul li img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.pro-right ul li:nth-child(3n){
	margin-right: 0;
}
/*公司简介*/
.in-company{
	width: 100%;
	position: relative;
	background: url(../images/com.jpg) no-repeat center center;
}
.in-company .wrapper{
	position: relative;
}
.com-left{
	width: 597px;
	height: 445px;
	margin-top: 80px;
	position: absolute;
	left: 0;
}
.com-right{
	width: 695px;
	background: url(../images/com-right.png) no-repeat center center;
	height: 560px;
	position: relative;
	z-index: 99;
	margin-left: -20px;
}
.com-right h2{
	color: #fff;
	opacity: 0.05;
	font-size: 60px;
	font-weight: bold;
	padding-left: 122px;
	padding-top: 70px;
}
.com-right h3{
	color: #ffffff;
	font-size: 24px;
	padding-left: 122px;
	margin-top: -10px;
	margin-bottom: 50px;
}
.com-right p{
	color: #fff;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	text-indent: 32px;
	padding-left: 122px;
	padding-right: 53px;
	line-height: 35px;
}
.com-right a{
	display: block;
	width: 117px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	float: right;
	margin-right: 45px;
	margin-top: 40px;
	background: #fff;
	color: #0157af;
}
/*流程*/
.in-liucheng{
	width: 100%;
	position: relative;
	padding-top: 65px;
}
.in-liucheng ul{
	width: 1040px;
	margin: 0 auto;
	height: 125px;
	background: url(../images/liucheng.png) no-repeat center left 108px;
	margin-top: 57px;
}
.in-liucheng ul li{
	width: 125px;
	height: 125px;
	float: left;
	margin-right: 58px;
}
.in-liucheng ul li:last-child{
	margin-right: 0;
}
/*新闻*/
.in-news{
	width: 100%;
	position: relative;
	padding: 55px 0 45px 0;
}
.in-news ul{
	margin-top: 44px;
}
.in-news ul li{
	width: 590px;
	height: 120px;
	background: #eaeaea;
	float: left;
	margin-right: 20px;
	margin-bottom: 18px;
}
.in-news ul li:nth-child(2n){
	margin-right: 0;
}
.in-news ul li .time{
	width: 112px;
	height: 120px;
	background: #c2c2c2;
	text-align: center;
	float: left;
}
.in-news ul li .time strong{
	color: #797a7a;
	font-size: 48px;
	padding-top: 35px;
	display: block;
}
.in-news ul li .time p{
	color: #797a7a;
	font-size: 20px;
	padding-top: 20px;
}
.in-news ul li .text{
	width: 434px;
	float: right;
	padding: 20px 15px;
}
.in-news ul li .text h2{
	color: #383838;
	font-size: 18px;
}
.in-news ul li .text p{
	color: #868686;
	font-size: 14px;
	padding-top: 12px;
}
.in-news ul li:hover .time{
	background: #006bd8;
}
.in-news ul li:hover .time strong{
	color: #fff;
}
.in-news ul li:hover .time p{
	color: #74b6fa;
}
.in-news ul li:hover .text h2{
	color: #006bd8;
}
/*footer*/
.footer {
	background: #005ebe;
	padding-top:42px;
	padding-bottom:30px;
}
.foot-left {
	width:400px;
	float: left;
	background: url(../images/f-line.png) no-repeat center right;
	height: 197px;
}
.foot-left h2{
	color: #a5d2ff;
	font-size: 26px;
	font-weight: bold;
}
.foot-left small{
	color: #a5d2ff;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.foot-left img{
	display: block;
	margin-top: 10px;
}
.foot-center{
	width: 360px;
	float: left;
	padding-left: 75px;
	background: url(../images/f-line.png) no-repeat center right;
	height: 197px;
}
.foot-center h2{
	color: #fff;
	font-size: 20px;
}
.foot-center h2 span{
	color: #4d81ca;
	font-size: 14px;
	padding-left: 20px;
}
.foot-center ul{
	margin-top: 32px;
}
.foot-center ul li{
	line-height: 38px;
	width:33%;
	float: left;	
}
.foot-center ul li a{
	color: #8ec4fa;
	font-size: 16px;
}
.foot-right{
	float: right;
	width: 285px;
}
.foot-right h2{
	color: #fff;
	font-size: 20px;
	margin-bottom: 32px;
}
.foot-right h2 span{
	color: #4d81ca;
	font-size: 14px;
	padding-left: 20px;
}
.foot-right p{
	color: #8ec4fa;
	font-size: 16px;
	line-height: 30px;
}
.foot-bottom {
	line-height:65px;
	height:65px;
	background: #004993;
}

.foot-bottom p {
	color: #ffffff;
	font-size: 14px;
	float: left;
}

.foot-bottom a {
	color: #fff;
	font-size: 14px;
}

.foot-bottom .login {
	float: right;
}

.foot-bottom .login a {
	color: #fff;
	font-size: 14px;
}
/*产品内页*/
.pro-list{
	width: 930px;
	float: right;
}
.pro-list ul li{
	width: 296px;
	height: 424px;
	border: 1px solid #d4d4d4;
	margin-right: 17px;
	margin-bottom: 17px;
	float: left;
}
.pro-list ul li .pro-img{
	width: 297px;
	height: 374px;
	overflow: hidden;
}
.pro-list ul li img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.pro-list ul li:nth-child(3n){
	margin-right: 0;
}
.pro-list ul li:hover{
	border: 1px solid #006bd8;
}
.pro-list ul li h2{
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #e1e3e5;
	text-align: center;
	font-size: 16px;
}
.pro-list ul li:hover h2{
	background: #006bd8;
	color: #fff;
}
.main_cn{
	width: 900px;
	float: right;
}
/*新闻内页*/
.new_right ul li{
	width: 100%;
	height: 95px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #bebebe;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.new_right ul li .n-pic{
	width: 15%;
	height: 95px;
	float: left;
}
.new_right ul li .n-pic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.new_right ul li .n-text{
	width: 83%;
	float: right;
}
.new_right ul li .n-text h2{
	color: #696969;
	padding-top: 15px;
	font-size: 16px;
}
.new_right ul li .n-text p{
	color: #a8a8a8;
	font-size: 14px;
}
.new_right ul li .n-text p span{
	color: #005ebe;
}
.new_right ul li:hover .n-text h2{
	color: #005ebe;
}
/*首页导航条*/
#thyNavStyles>a {
	width: 70%;
	background: none;
	color: #0076c7;
	border-bottom: 2px solid #0076c7;
}

.textblue a {
	color: #0076c7!important;
}
.a_left{width:44px; height:65px; position:absolute; z-index:9999;margin-top:40px;left: 20px;top: 30%;}
.a_right{width:44px; height:65px; position:absolute; z-index:9999; margin-top:40px;right: 20px;top: 30%;}
.a_left a{width:44px; height:65px; float:left; display:block; position:relative; z-index:999;background:url('../images/btn-prev.png') no-repeat left center;}
.a_right a{width:44px; height:65px; float:right;display:block; position:relative; z-index:999;background:url('../images/btn-next.png') no-repeat right center;}
.a_left a:hover{width:44px; height:65px;float:left;background:url('../images/btn-prev-cur.png') no-repeat left center;}
.a_right a:hover{width:44px; height:65px;float:right;z-index:999;background:url('../images/btn-next-cur.png') no-repeat right center;}
.info_img_detail{ text-align:center;}
.info_img_detail img{  padding:3px; border:#CCC solid 1px;max-width: 60%;}
.food_name{ text-align:center; line-height:40px;}
.food_info_tit_bg{margin:30px 0 0 0px;width:100%;height:30px;background:#ececec; float:left;}
.food_info_tit{display:inline-block;padding-left:10px; padding-right:10px;height:100%;border-right:1px solid #fff;background:#656565;color:#fff;line-height:30px;font-family:Microsoft YaHei; font-size:14px;}
#fh5co-board{width: 100%;}
#fh5co-board .item { margin: 10px 10px 10px 10px; height: 310px;width: 260px;float: left;}
#fh5co-board .item:nth-child(4n){margin-right: 0;}
#fh5co-board .item a { display: block;height: 260px;width: 260px;overflow: hidden; }
#fh5co-board .item .fh5co-desc { padding: 20px; float: left; line-height: 24px; }
#fh5co-board .item .fh5co-item-title { font-family: "Montserrat", arial, sans-serif; font-size: 17px; line-height: 24px; margin: 0; padding: 0; }
#fh5co-board .item img {object-fit: cover; -webkit-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s;width: 100%;height: 100%; }
#fh5co-board .item .fh5co-board-img { border-top-left-radius: 4px; border-top-right-radius: 4px; overflow: hidden; }
#fh5co-board .item .image-popup:hover img { opacity: .7; }
.job-content p{text-indent: 24px;font-size: 16px;line-height: 30px;color: #737373;}
.job-content img{max-width: 100%;padding: 20px 0;}

/*固定的悬浮窗*/
.yb_conct{
	position:fixed;
	z-index:9999;
	right:-127px;
	cursor:pointer;
	top: 230px;
	transition:all .3s ease;
}
.yb_bar ul li{width:180px;height:53px;font:16px/53px 'Microsoft YaHei';color:#fff;text-indent:54px;margin-bottom:3px;border-radius:3px;transition:all .5s ease;overflow:hidden;}
.yb_bar .yb_top{background:#105ac0 url(../images/on_line.png) no-repeat 0 0;}
.yb_bar .yb_phone{background:#105ac0 url(../images/on_line.png) no-repeat 0 -57px;}
.yb_bar .yb_QQ{text-indent:0;background:#105ac0 url(../images/on_line.png) no-repeat 0 -113px;}
.yb_bar .yb_ercode{background:#105ac0 url(../images/on_line.png) no-repeat 0 -169px;}
.hd_qr{padding:0 29px 25px 29px;width: 120px;height: 120px;}
.yb_QQ a{display:block;text-indent:54px;width:100%;height:100%;color:#fff;}

.qzfaddorder h2, .qzfaddorder label{font-family:Georgia, Times, "Times New Roman", serif;}
.form_hint, .required_notification{font-size: 11px;}
.qzfaddorder ul{list-style-type:none;list-style-position:outside;margin:0px;padding:0px;}
.qzfaddorder li{padding:12px;border-bottom:1px solid #eee;position:relative;}
.qzfaddorder li:first-child, .qzfaddorder li:last-child{border-bottom:1px solid #777;}
.qzfaddorder h2{margin:0;display: inline;}
.required_notification{color:#133a58;margin:5px 0 0 0;display:inline;float:right;}
.qzfaddorder label{width:150px;margin-top: 3px;display:inline-block;float:left;padding:3px;}
.qzfaddorder input{height:20px;width:220px;padding:5px 8px;}
.qzfaddorder textarea{padding:8px; width:300px;}
.qzfaddorder button{margin-left:156px;}
.qzfaddorder input, .qzfaddorder textarea{border:1px solid #bbb;box-shadow: 0px 0px 3px #eee, 0 10px 15px #eee inset;border-radius:2px;padding-right:30px;-moz-transition: padding .25s;-webkit-transition: padding .25s;-o-transition: padding .25s;transition: padding .25s;}.qzfaddorder input:focus, .qzfaddorder textarea:focus{background: #fff;border:1px solid #ccc;box-shadow: 0 0 2px #aaa;padding-right:70px;}
.qzfaddorder input:required, .qzfaddorder textarea:required{background: #fff url(../Image/red_asterisk.png) no-repeat 98% center;}
.qzfaddorder input:required:valid, .qzfaddorder textarea:required:valid{background: #fff url(../Image/valid.png) no-repeat 98% center;box-shadow: 0 0 5px #5cd053;border-color: #133a58;}
.qzfaddorder input:focus:invalid, .qzfaddorder textarea:focus:invalid{background: #fff url(../Image/invalid.png) no-repeat 98% center;box-shadow: 0 0 5px #133a58;border-color: #133a58}
.form_hint{background: #133a58;border-radius: 3px 3px 3px 3px;color: white;margin-left:8px;padding: 1px 6px;z-index: 999; /* hints stay above all other elements */position: absolute; /* allows proper formatting if hint is two lines */display: none;}
.form_hint::before{content: "\25C0";color:#133a58;position: absolute;top:1px;left:-6px;}
.qzfaddorder input:focus + .form_hint{display: inline;}
.qzfaddorder input:required:valid + .form_hint{background: #28921f;}
.qzfaddorder input:required:valid + .form_hint::before{color:#28921f;}
button.submit{background-color: #68b12f;background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));background: -webkit-linear-gradient(top, #68b12f, #50911e);background: -moz-linear-gradient(top, #68b12f, #50911e);background: -ms-linear-gradient(top, #68b12f, #50911e);background: -o-linear-gradient(top, #68b12f, #50911e);background: linear-gradient(top, #68b12f, #50911e);border: 1px solid #509111;border-bottom: 1px solid #5b992b;border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;-ms-border-radius: 3px;-o-border-radius: 3px;box-shadow: inset 0 1px 0 0 #9fd574;-webkit-box-shadow: 0 1px 0 0 #9fd574 inset ;-moz-box-shadow: 0 1px 0 0 #9fd574 inset;-ms-box-shadow: 0 1px 0 0 #9fd574 inset;-o-box-shadow: 0 1px 0 0 #9fd574 inset;color: white;font-weight: bold;padding: 6px 20px;text-align: center;text-shadow: 0 -1px 0 #396715;}
button.submit:hover{opacity:.85;cursor: pointer;}
button.submit:active{border: 1px solid #20911e;box-shadow: 0 0 10px 5px #356b0b inset;-webkit-box-shadow:0 0 10px 5px #356b0b inset ;-moz-box-shadow: 0 0 10px 5px #356b0b inset;-ms-box-shadow: 0 0 10px 5px #356b0b inset;-o-box-shadow: 0 0 10px 5px #356b0b inset;}
.qzftable table{margin-left:2px;}
.qzftable table th{color:#444444;font-weight:normal;font-size:14px;font-family:'Microsoft YaHei',arial;text-align:center;vertical-align: top;padding-top: 15px;}
.qzftable table td select{font-family: 'Microsoft YaHei',arial;font-size: 14px;width: 278px;height: 32px;text-indent: 8px;border: 1px solid #d2d4d6;margin: 5px auto 6px 5px;	background: #FFF;margin-left:-3px;}
.qzftable table td ul{list-style:none;position:absolute;}
.qzftable table td ul li{	font-family:'Microsoft YaHei',arial;font-size:14px;height:28px;line-height:28px;text-indent:8px;width:276px;height:28px;border-left:1px solid #d2d4d6;border-right:1px solid #d2d4d6;background:#FFF;}
.qzftable table td ul li a{display:block;text-decoration:none;color:#444444;}
.qzftable table td ul li a:hover{color:#fe7d0c;}
.qzftable table td ul li:last-child{border-bottom:1px solid #d2d4d6;}
.qzftable table td input{font-size:14px;width:276px;height:28px;border:1px solid #d2d4d6;margin:5px auto 5px 5px;}
.qzftable table td .yanzheng{width:101px;}
.qzftable table td textarea{resize: none;width:545px;height:178px;border:1px solid #d2d4d6;margin:5px auto 5px 5px;}
.qzftable table td img{vertical-align:middle;margin-left:5px;margin-bottom:4px;margin-bottom:14px;}
.qzftable table td .but{width:74px;height:31px;line-height:27px;background:#2073CF;border-radius:2px;border:none;text-align:center;margin-top:14px;margin-left:5px;font-size:14px;font-family:'Microsoft YaHei',SimHei,sans-serif;color:#FFF;}