﻿/*@charset "utf-8";*/
/**
 * 网站地址: http://www.qietu.com
 * ----------------------------------------------------------------------------
 * $codex 1. id和class命名采用该版块的英文单词或组合命名，并第一个单词小写，第二个单词首个字母大写，如:thinkCss（最新产品/think+Css)
 * $codex 2. CSS样式表各区块用注释说明
 * $codex 3. 尽量使用英文命名原则
 * $codex 4. 尽量不加中杠和下划线
 * $codex 5. 尽量不缩写，除非一看就明白的单词
 * $Author: psd2html
 * $mailto: <psd2html@qq.com>
 * $hack :ie 6 _  \ ie7 *+ \  ie6,ie7 *  \  ie7,firefox !important ie9, \9
*/
/**
 +------------------------------------------------------------------------------
 * 网站样式重写
 +------------------------------------------------------------------------------
 * @comefrom  互联网
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
 html{-webkit-text-size-adjust:none; font-family:"微软雅黑"/*解决chrome浏览器下字体不能小于12px*/}
 body{ color:#000000; font-family:Verdana, Arial, Helvetica, sans-serif;font-family:"微软雅黑"}
 * {}
a{outline:none; text-decoration:none;} a:hover{ text-decoration:underline;}
html{zoom:1;}html *{outline:0;zoom:1;} html button::-moz-focus-inner{border-color:transparent!important;} 
body{overflow-x: hidden; font-size:12px;} body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;} table{/*border-collapse:collapse;border-spacing:0;*/} fieldset,a img{border:0;} address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;} li{list-style:none;} caption,th{text-align:left;} h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;} q:before,q:after{content:'';}
input[type="submit"], input[type="reset"], input[type="button"], button { -webkit-appearance: none; /*去掉苹果的默认UI来渲染按钮*/} em,i{ font-style:normal;}



/**
 +------------------------------------------------------------------------------
 * Public Class
 +------------------------------------------------------------------------------
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }.clearfix {display:block;}.clear{ clear:both;}/* 清除浮动*/
.colwrapper { overflow:hidden; zoom:1 /*for ie*/; margin:5px auto; }/* 高度自适应 */ 
.strong{ font-weight: bold;} .left{ float: left;} .right{ float: right;} .center{ margin:0 auto; text-align:center;}
.show{ display:block; visibility:visible;}.hide{ display: none; visibility:hidden;}
.block{ display:block;} .inline{ display:inline;}
.transparent{filter:alpha(opacity=50); -moz-opacity:0.5;/** Firefox 3.5即将原生支持opacity属性，所以本条属性只在Firefox3以下版本有效 ***/ -khtml-opacity: 0.5; opacity: 0.5; } .break{ word-wrap:break-word;overflow:hidden; /*word-break:break-all;*/}

.tal{ text-align:left} .tar{ text-align:right;}

/*文字两侧对齐*/
.justify {
	text-align:justify;
	text-justify:distribute-all-lines;/*ie6-8*/
	text-align-last:justify;/* ie9*/
	-moz-text-align-last:justify;/*ff*/
	-webkit-text-align-last:justify;/*chrome 20+*/
}

.toe{
	/*超出省略号*/
	 word-break:keep-all;
/*white-space:nowrap;*/
overflow:hidden;
text-overflow:ellipsis;
}
@media screen and (-webkit-min-device-pixel-ratio:0){/* chrome*/
	.justify:after{
		content:".";
		display: inline-block;
		width:100%;
		overflow:hidden;
		height:0;
	}
}

/* 兼容IE6的定位属性fixed，固定不动样式 */
.fixed{
	position:fixed; 
	clip:rect(0 100% 100% 0);
	_position:absolute;
	
	/* 底部 */
	bottom:0px;
	left:0px;
	_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);
	/*_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);*/
	
	/* 左侧 */
	/*left:0px;*/
	/*_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);*/
	/*_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);*/
}
/* 解决固定层在IE6下闪的问题 */
*html{
	background-image:url(about:blank);
	background-attachment:fixed;
}


/*png图片ie6下透明滤镜实现写法*/
.pngimg{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/x.png');}

/**
 +------------------------------------------------------------------------------
 * FCK 兼容解决方案
 +------------------------------------------------------------------------------
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
em{ font-style:italic !important;} strike{ text-decoration:line-through !important;} strong{ font-weight:bold !important;} u{ text-decoration:underline !important;}

/**
 +------------------------------------------------------------------------------
 * 表单样式
 +------------------------------------------------------------------------------
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */

/**
 +------------------------------------------------------------------------------
 * 网站整体颜色总汇
 +------------------------------------------------------------------------------
 * @codex  颜色:使用颜色的名称或者16进制代码,如 
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
.ff8600,ff86aa a{ color:#ff8600;}

/**
 +------------------------------------------------------------------------------
 * 网站整字体大小
 +------------------------------------------------------------------------------
 * @codex   字体大小,直接使用"font+字体大小"作为名称,如
 * @package  ORG
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
.font14px{ font-size:14px;}
.font9pt{ font-size:9pt;}
/*自定义字体*/
/* @font-face {  font-family: danley;  src: url('../font/danley.ttf');  }  .danley {  font-family: danley; } */


/**
 +------------------------------------------------------------------------------
 * 网站整布局命名规范
 +------------------------------------------------------------------------------
 * @codex   id和class命名采用该版块的英文单词或组合命名 如:newRelease
 * @package  ORG
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
  a{ color:#5d5d5e; /*transition: all 0.3s ease-in-out 0s;*/}
  a:hover{ color:#3e6ed4;}
 
body{font-family: "Microsoft YaHei",sans-serif;}

.css3{
	/*transition: all 0.3s ease-in-out 0s;*/
	
	-webkit-transform:translate3d(0, -20px, 0);
	-ms-transform:translate3d(0, -20px, 0);
	transform:translate3d(0, -20px, 0);
	
	-webkit-transition-property:opacity, -webkit-transform;
	transition-property:opacity, transform;
	-webkit-transition-duration:1000ms;
	transition-duration:1000ms;
	-webkit-transition-timing-function:cubic-bezier(0.25, 0.46, 0.33, 0.98);
	transition-timing-function:cubic-bezier(0.25, 0.46, 0.33, 0.98);
	
	-webkit-transition-delay:800ms;
	transition-delay:800ms
}
.css3.animated{
	-webkit-transform:translate3d(0, 0, 0);
	-ms-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
}
@media screen and (max-width: 650px) {    
  .jrqs-job ul li{
		clear:both; width:99%;
	}
.zxly-ul {margin-left: 0px;}
.w14{ width:32%; }
.input2{ width:85%;}
  }
  
  @media screen and (max-width: 480px) {   
	 .jrqs-job ul li{
		clear:both; width:99%;
	}
	.jrqs-zp li{	clear:both;  width:100%;}
	.checkbox{ margin:25px 10px 30px 0px;}
	.btn2{ margin-top:20px; margin-left:0px;}
	.adress2{clear:both; width:100%;}

  }

body{
	font-size:12px; line-height:22px;
}
.wrapper{
	width:1003px; margin:0 auto;
}
.header{
	height:145px; border-bottom:#bf252d solid 1px;
}
.header .wrapper{
	position:relative;
}
.header .logo{
	position:absolute; left:20px; top:2px;
}
.header .logo_tip{
	position:absolute; left:180px; top:80px; font-size:24px; color:#116696; font-weight:bold;
}
.header .nav{
	position:absolute; right:30px; top:25px; line-height:27px; font-size:14px;
}
.header .nav ul{
	float:left; display:inline;
}
.header .nav li{
	display:inline; float:left; margin-right:10px;
}
.header .nav dl{
	display:inline; float:left; margin-left:10px;
}
.header .nav dd{
	display:inline; float:left; margin-right:10px;
}
.header .search{
	position:absolute; right:30px; top:73px; border:#bcbcbc solid 1px;
}
.header .search .text{
	width:289px; height:40px; float:left; display:inline; border:none; padding-left:10px;
}
.header .search .submit{
	width:43px; height:40px; float:left; display:inline;  border:none; border-left:#bcbcbc solid 1px; background:url(img4.png) no-repeat;
}
.naver{
	height:78px; background:url(img8.png) repeat-x bottom; margin-bottom:-10px; position:relative; z-index:9;
}
.naver ul{
	margin-left:20px;
}
.naver li{
	display:inline; font-size:14px; line-height:68px; float:left; padding:0 30px;
}
.naver li a:hover{
	color:#7e0001; text-decoration:none;
}
.naver li .cart{
	background:url(img21.png) no-repeat left center; padding-left:35px; display:block; color:#7e0001;
}
.slider{
	position:relative;
}
.naver li a{
	font-size:18px;
}
.hroll{
	margin-top:20px; height:61px; background:#f3f3f3; position:relative; padding-left:160px; line-height:61px; overflow:hidden;
}
.hroll .cate{
	background:url(img9.png) no-repeat; width:115px; padding-right:10px; height:61px; position:absolute; left:0; top:0; text-align:center; line-height:61px; font-size:20px; font-weight:bold;
}
.hroll li{
	font-size:16px;
}
.hroll .btn{
	position:absolute; right:50px; top:0; height:61px;
}
.hroll .btn .prev,
.hroll .btn .next{
	height:25px; background:url(img14.png) no-repeat bottom; width:26px; display:block; cursor:pointer;
}
.hroll .btn .next{
	background:url(img15.png) no-repeat top; margin-top:10px;
}

.himgs{
	margin-top:20px;
}
.himgs ul{
	width:105%; height:auto; overflow:hidden;
}
.himgs li{
	width:485px; height:380px; float:left; display:inline; margin-right:30px; font-size:16px; line-height:26px;
}
.himgs li a{
	display:block;
}
.himgs li h2{
	margin-top:10px; font-size:20px; line-height:1.8;
}

.hvideo{
	position:relative; text-align:center;
}
.hvideo img{
	display:block;
}
.hvideo .mask{
	background:url(img16.png) repeat; position:absolute; left:0; right:0; top:0; height:100%; bottom:0;
}
.hvideo .text{
	position:absolute; left:0; right:0; top:30%;
}
.hvideo .text h2{
	font-size:36px; color:#fffcc5; text-shadow:#45403c 2px 2px 2px;
}
.hvideo .text em{
	background:url(img10.png) no-repeat; width:67px; height:67px; display:inline-block; margin-top:30px; cursor:pointer;
}

.habout{
	padding-right:250px; margin-top:30px; background:#0088d1; height:300px; position:relative;
}
.habout .imgs{
	position:absolute; right:0; top:0;
}
.habout .imgs li{
	height:150px; overflow:hidden;
}
.habout .text{
	padding:30px 50px; text-align:center; font-size:16px; line-height:26px; color:#fff;
}
.habout .text h2{
	font-size:24px; margin-bottom:20px;
}
.habout .btn{
	text-align:center; margin-top:30px;
}
.habout .btn a{
	width:143px; height:42px; text-align:center; line-height:42px; border:#4dacdf solid 1px; display:inline-block; font-size:16px; color:#ffffff; border-radius:4px;
}
.habout .btn a:hover{
	background:#fff; color:#0088d1;
}

.hpager{
	margin-top:30px; height:auto; overflow:hidden;
}
.hpager .item{
	width:500px; float:left; display:inline;
}
.hpager .item .img{
	width:200px; float:left; display:inline;
}
.hpager .item .img a{
	display:block;
}
.hpager .item .text{
	width:250px; float:left; display:inline; margin-left:40px; padding-top:20px; font-size:16px; line-height:26px;
}
.hpager .item .text h2{
	margin-bottom:10px; font-size:20px;
}
.hpager .item .text .btn{
	margin-top:10px;
}
.hpager .item .text .btn a{
	width:130px; height:40px; line-height:40px; text-align:center; display:inline-block; background:#b02d2e; font-size:16px; color:#fff; border-radius:5px; text-shadow:#852223 2px 2px 2px; font-family:"宋体", "仿宋", "新宋体", Arial;
}
.hpager .item .text .btn a:hover{
	background:#961516;
}

.footer{
	background:url(img8.jpg) repeat-x top #f5f6f8; margin-top:60px;
} 
.footer .infos{
	background:url(img9.jpg) repeat-x top; padding-top:40px; height:auto; overflow:hidden; font-size:16px; line-height:30px;
}
.footer .infos .qrcode{
	float:left; display:inline; width:200px; text-align:center;
}
.footer .infos .nav{
	float:left; display:inline; margin-left:20px; width:460px; height:auto; overflow:hidden;
}
.footer .infos .nav dl{
	float:left; display:inline; margin-right:25px; width:80px; text-align:center;
}
.footer .infos .nav dt{
	font-size:18px; margin-bottom:10px; 
}
.footer .infos .info{
	float:left; display:inline; margin-left:20px; width:300px;
}
.footer .infos .info .tel{
	background:url(img13.png) no-repeat left center; padding-left:45px; height:35px; line-height:35px; font-size:25px; font-weight:bold; margin-bottom:10px; font-family:Arial, Helvetica, sans-serif;
}
.footer .copyright{
	margin-top:20px; padding-bottom:50px; padding-right:40px; text-align:right;
}
.footer .copyright .link{
	display:inline; margin-right:20px;
}
.footer .copyright .link span{
	margin:0 10px;
}

.sidebar{
	width:100px; position:fixed; _position:absolute; right:0; top:0;  z-index:99; bottom:0; overflow:hidden; text-align:center;
}
.sidebar .img{
	margin-top:160px;
}
.sidebar li{
	padding:20px 0; border-bottom:#e2e2e2 solid 2px; font-size:17px;background:#f3f3f3;
}
.sidebar li h2{
	margin-top:5px;
}

.preloader {
  background: url(loader.gif) center center no-repeat #333;
}





/***********1奇朔简介***************/
.content1{
	margin-top:10px; height:auto; overflow:hidden;
}
.content1 .hd{
	height:70px; line-height:70px; font-size:16px; color:#333333; font-family:"微软雅黑";
}
.content1 .hd a{
	color:#333;
}
.content1 .hd span{
	color:#a0a0a0; margin:0 10px;
}
.content1 .bd{
	height:50px; line-height:1; border-bottom:1px solid #e9e7e7;
}
.content1 .bd h2{
	font-family:"微软雅黑";
}
.content1 .bd h2 a{
	font-size:24px; color:#333333;
}
.content1 .ft{
	margin-top:40px;height:auto; overflow:hidden; border-bottom:1px solid #e9e7e7; padding-bottom:40px;
}
.content1 .ft .text{
	float:left; width:53%; /*height:243px;*/ overflow:hidden;
}
.content1 .ft .text p{
	line-height:30px; font-size:16px; color:#333;
}
.content1 .ft .img{
	float:right;width:44%; /*height:243px;*/
}
.content2{
	margin-top:37px; border-bottom:1px solid #e9e7e7; padding-bottom:30px;
}
.content2 ul{
	height:auto; overflow:hidden; 
}
.content2 ul li{
	float:left; width:31%; /*height:470px;*/ margin-right:3.5%; overflow:hidden;
}
.content2 ul li.last{
	margin-right:0;
}
.content2 ul li .img{
	/*width:308px; height:230px;*/
}
.content2 ul li h2{
	font-size:24px; font-family:"微软雅黑"; margin-top:20px;line-height:32px;
}
.content2 ul li h2 a{
	color:#333;
}
.content2 ul li p{
	font-size:16px; font-family:"微软雅黑";color:#333; line-height:30px;
}
.content3 .hd{
	/*height:60px;*/line-height:60px; text-align:center;
}
.content3 .hd h2{
	font-size:24px; font-family:"微软雅黑";color:#333;
}
.content3 .hd h2 a{
	color:#333;
}
.content3 .bd .img{
	margin:0 auto; /*width:1001px; height:350px;*/
}

.content3 .ft{
	margin-top:30px;
}
.content3 .ft ul{
	height:auto; overflow:hidden; /*width:105%;*/
}
.content3 .ft ul li{
	float:left; margin-right:6%; width:46%;
}
.content3 .ft ul li.last{
	margin-right:0;
}
.content3 .ft ul li .text{
	/*width:480px; height:180px; */overflow:hidden;
}
.content3 .ft ul li .text p{
	font-size:16px; line-height:30px;font-family:"微软雅黑";color:#333; 
}

.content3 .ft ul li .text p mark{ background:#ed7b01; color:#FFF;}

.content3 .ft ul li .img{
	/*width:480px; height:250px;*/ position:relative;
}
.content3 .ft ul li .img img{
	display:block;
}
.content3 .ft ul li .img .img1{
	/*width:480px; height:250px;*/text-align:center; display:none; position:absolute; left:0; top:0; right:0; bottom:0; font-family:"黑体";font-size:30px;/* background:url(img22.png) repeat;*/
}
.content3 .ft ul li .img .img1 a{
	text-align:center;position:absolute; left:0; top:50%; right:0; bottom:0;color:#fff; margin-top:-15px;
}
.content3 .ft ul li .img.selected .img1{
	display:block;
}
.content3 .ft ul li .img:hover .img1{
	display:block;
}
.sidebar .top{
	margin-top:520px;
}


/***********1奇朔文化***************/
.border{
	 border-bottom:1px solid #e9e7e7; 
	}
.red{
	background-color:#d5574b;
	}
.blue{
	background-color:#0088d2;
	}
.yellow{
	background-color:#d3a12a;/*e49604*/
	}
.gray{
	background-color:#f1f1f1;}
.content3 .wh_ft{
	margin-top:30px; font-size:16px;
}
.content3 .wh_ft ul{
	height:auto; overflow:hidden; /*width:105%;*/
}
.content3 .wh_ft ul li{
	float:left; margin-right:2%; width:49%;margin-bottom: 30px;
}

.content3 ul{
	height:auto; overflow:hidden; /*width:105%;*/
}
.content3  ul li{
	float:left; margin-right:2%; width:49%;
}
.content3  ul li.last{
	margin-right:0;
}
.content3 .wh_ft ul li.last{
	margin-right:0;
}
.content3 .wh_ft ul li .text{
	margin-top: -7px;
    padding: 20px;
	overflow:hidden;
}
.content3 .wh_ft ul li .text p{
	font-size:16px; line-height:30px;font-family:"微软雅黑";color:#FFF;
}
 .wh_title{
		margin-top: -7px;padding: 20px;color:#FFF;font-size:16px; line-height:30px;font-family:"微软雅黑";
}

/***********总经理致辞***************/

.zc{
	padding:20px 20px 180px 20px;font-size:16px;line-height:30px;font-family:"微软雅黑"; margin-top:-7px;}
.fn-clear{ clear:both;}
.fn-right{float:right;}

/***********奇朔酒庄***************/
.jz{font-size:16px;line-height:30px;color: #333;
	}
/***********酒庄之旅***************/
.jzzl-jz{
	font-size:16px;line-height:30px;color:#333;text-indent: 32px;
	}
/***********视屏介绍***************/
.sp-title a{font-size: 20px;line-height: 1.8;color:#333; font-weight:bolder;}
.sp-date{color:#126493;}
.sp-p{line-height:26px;margin:5px 10px 20px 10px;}
.page{ clear:both; width:500px; margin:0 auto;}
.page  ul li a{color: #FFF;background-color: #126493; border:1px solid #126493;padding: 3px 5px;font-size: 16px;border-radius: 5px;float: left; margin-left:2%;}
.page  ul li a:hover{text-decoration:none; background-color:#ececec; border:1px solid #126493; color:#000; }

/***********侍酒师***************/
.sjsjs{text-align: center;margin-top: -30px;color:#FFF;padding-top: 5px;}
.zhicheng{font-size:18px;margin: 5px 0px;}
.job{ font-size: 16px;font-family: "微软雅黑";line-height: 22px;margin-top: -10px; text-align:left; padding:15px; height:160px;}
.color2{ background-color:#e39f3a;}
.color3{ background-color:#0089d1;}
.color4{ background-color:#a068bb;}
.color5{ background-color:#a0a0a0;}
.color6{ background-color:#2a9858;}

/***********会员章程***************/
.fn-left{float:left;}
.fn-right{float:right;}
.hyzc-img{ width:29%;overflow: hidden;}
.hyzc-img p{line-height: 30px;font-size: 16px;color: #333;}
.hyzc-h2{ font-size:24px;line-height:45px;}
.hyzc-text{width: 67%;overflow: hidden;}
.hyzc-text p {line-height: 30px; font-size: 16px; color: #333;}


/***********会员专区***************/
.hyzq-ul{ text-align:center;}
.hyzq-ul li{ border:1px solid #070707;}
.list1{ background-color:#4086ce; color:#FFF;}
.content-hyzq{margin-top: 37px;padding-bottom: 30px;	}
.content-hyzq .hyzq-ul { height: auto;overflow: hidden; clear:both;}
.content-hyzq .hyzq-ul li{margin-right:0;line-height:55px;font-size: 16px;width: 48%;float: left;}
.hyzq-i{width: 92.5%;padding: 20px;font-size: 16px;height: auto;overflow: hidden; clear:both;}
.hyzq-i ul li{float: left;line-height: 30px; width:48%;}
.contact{height: auto;overflow: hidden;margin-top:42px;}
.contact li{ float:left;}
.contact-li1{ width:44%;}
.contact-li2{ width:50%;}
.contact-us{height: auto;overflow: hidden;margin-left: 29px;line-height: 29px;}
.contact-us li{ float:left; width:100%; font-size:16px;}

.hyzc-ul{line-height:55px;font-size: 16px; text-align:center; margin:10px 0px;}
.hyzc-ul li{ float:left; font-weight:bold;border:1px solid #000;}
.ul1{ width: 29%;}
.ul2{ width: 45%;}
.ul3{ width: 25%;}
/***********在线入会***************/
.zxrh-input{ padding: 3px 130px 3px 20px;}
.zxrh-ul{ margin-top:42px; margin-left:100px;font-size: 14px;line-height: 33px;height: auto;overflow: hidden;}
.zxrh-ul li{ width:68%; float:left;line-height: 40px;}
.checkbox{border:1px solid #126493; margin: 25px 10px 30px 70px;}
.btn-zxrh{ background-color:#126493; color:#FFF; border: none;margin-right: 4px;padding: 5px 10px;border-radius: 5px;font-size: 16px;
	}
	
/***********加入齐硕***************/
.jrqs1{ font-size:16px; font-weight:bold; text-align:center; border-bottom:0;}
.jrqs1 ul li{ width:20%; margin-right:0;}
.jrqs-job{ background-color:#f3fbff; font-size:16px; padding:60px;line-height: 30px;}
.jrqs-job ul li{ float:left;}
.jrqs-job1{font-weight:bold; width:10%}
.jrqs-job2{ width:85%}
.xinxi{color:#126493;font-size: 24px; font-family:"Adobe 黑体 Std R";line-height: 90px;text-align: center;}

.jrqs-zp{	height:auto; overflow:hidden; font-size: 18px;padding: 20px;}

.jrqs-input{ padding:2px 5px;margin-left: 10px; min-width: 215px;}

.adress{ font-weight:inherit; margin-left:85px;	height:auto; overflow:hidden; font-size: 18px;padding-left: 20px; }
.adress1{}

.btn2{margin-top:20px; text-align:center;width: 80%;}

.adress2{	clear:both; width:70%; margin-left:15px;}
 .jrqs-zp li{ float:left;width: 45%;padding: 7px;text-align: right;line-height: 32px;}
 
 /***********在线留言***************/
 .zxly-i{color:#c04551;}
 .zxly-h2{text-align: center;font-size: 16px;}
 .zxly-ul{ clear:both;text-align: center;font-size: 16px;margin-top: 20px;margin-left:85px;height: auto;overflow: hidden;}
 .zxly-ul li{ float:left;width: 50%;line-height:40px;}
.input1{ width:65%;padding: 3px 5px}
.input2{ width:92%;padding: 3px 5px}
.w14{ width:14%; text-align:right;}
.zxly-bottomul{height: auto;overflow: hidden;margin-left:75px;font-size: 16px;}
.zxly-bottomul li{line-height:40px;}
 /***********联系我们***************/
 .lxwm-ul{width: 40%;position: relative;
top: -5px;font-size: 18px;line-height: 33px;}
.lxwm-ul ul li{ margin-bottom:30px;}
.zsjm-ul{margin-top:10px;text-align:left; font-size:16px; margin-left:9px; margin-right:20px;height: auto;overflow: hidden;}
.zsjm-ul p{line-height:30px;}
.zsjm-ul span{color:#333; font-weight:bold;}



 /***********参与品鉴***************/
.cypj{background-color:#d9edfa;margin-top: 25px; font-size:16px; padding-bottom:30px;}
.baoming{width:80px; height:20px; display:inline-block; border-bottom:1px solid #126493; border-left:none; border-right:none;border-top:none; background-color:transparent;}
label input{ margin:0 10px;display: inline-block;  }
.label{display: inline-block;width:170px;}
.cyjp-ul{width:80%;margin:15px auto; font-size:16px; }
.cyjp-ul li{ margin-left:15px; line-height:40px;}
.cyjp-ul2 li{ float:left;}
.cyjp-ul2 input{ padding:2px 5px;}
.w466{width: 466px;}

.text mark{background:#126493; color:#FFF; border-radius:2px;width: 135px; height: 30px; display: block; text-align: center;}

.fh{float: right;
font-size: 16px;
border-bottom:1px solid #333;
margin-bottom: 10px;
}
