﻿header,
footer,
#main,
#info {
  width: 100%;
  overflow: hidden;
  min-width: 1200px;
}

.clear{clear:both;float: none;}
.wrapper {
  width: 1200px;
  margin: 0 auto;
  display: block;
  position: relative;
}
/* 变量 */
/*css3*/
.clear::after {
  display: block;
  content: '';
  clear: both;
}
.czspjz {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
/************************header************************/
.fix_nav {
  transform: translateY(-38px);
  -webkit-transform: translateY(-38px);
}
.fix_nav .header_logo {
  padding: 10px 0;
}
.header_wrap {
  -moz-transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
  width: 100%;
  z-index: 10000;
}
.header_top {
  overflow: hidden;
  background: #1f80ba;
  line-height: 38px;
  font-size: 14px;
  color: #FFFFFF;
  box-shadow: 0 1px 1px #ccc;
}
.header_top a {
  font-size: 14px;
  color: #FFFFFF;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.header_top a:hover {
  color: #FFFFFF;
}
.header_top span {
  background: url("../images/h1ico.png") no-repeat left center;
  padding-left: 20px;
}
.header_top p {
  float: right;
}
.header_top p a {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
  margin-left: 10px;
  display: inline-block;
  line-height: 38px;
}
.header_top p a:nth-of-type(1) {
  background-image: url("../images/hico2.png");
}
.header_top p a:nth-of-type(2) {
  background-image: url("../images/hico3.png");
}
.top{
	text-align: center;
	color: white;
	height: 40px;
	background: url(../images/top-1.jpg) no-repeat center;
	line-height: 40px;
}
.header_logo {
	height: 140px;
  background: #f1f1f1;
	background: url("../images/top-2.jpg");
	background-position: center;
  overflow: hidden;
  -moz-transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.header_logo h1 {
  float: left;
}
.header_logo h1 span {
  text-indent: -999rem;
  display: none;
}
.header_logo .wrapper > a {
  float: right;
  display: block;
  margin-top: 10px;
  margin-right: 10px;
}
.header_logo p {
  float: right;
  background: url("../images/tel2.png") no-repeat left center;
  padding-left: 68px;
}
.header_logo p small {
  display: block;
  font-size: 14px;
  color: #6a6a6a;
}
.header_logo p i {
  font-size: 38px;
  color: #253c90;
  font-weight: bold;
  font-style: normal;
  font-style:italic;
}
.header_nav {
  line-height: 80px;
  
background: url("../images/top1.jpg") no-repeat center;
	
	left:calc(50% - 600px);
	z-index: 100;
	border-top: 2px solid #005588;
}

.header_nav ul li {
  width:calc(100% / 8);
  text-align: center;
  float: left;
	
}
.header_nav ul li.n_act a {
  background: #3c5ecd;
	color: #FFFFFF;
	
}
.header_nav ul li a {
  display: block;
  color: #FFFFFF;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.header_nav ul li a:hover {
  background: #3c5ecd;
	color: #FFFFFF;
}

.banner .box_skitter .info_slide_dots .image_number {
  height: 6px;
  width: 35px;
  border-radius: 5px;
}
.banner .box_skitter .info_slide_dots .image_number {
  background: #253c90;
  opacity: 0.8;
}
.banner .box_skitter .info_slide_dots .image_number_select,
.banner .box_skitter .info_slide_dots .image_number_select:hover {
  background: #fff;
}
/******三大品牌******/
.pinpai{
	height: 430px;
}

.bt {
	text-align: center;
	margin-top: 50px;
}
.pai{
	margin:auto;
	text-align: center;
	margin-top: 66px;
}
.pai img:nth-child(2){
	margin: 0 158px;
	
}
/************************main************************/
.main_title {
	margin-bottom: 30px;
}
.main_title2 {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 40px;
  background: url("../images/tbg.png") no-repeat center 55px;
}
.main_title h3 {
    font-size: 40px;
    color: #3c5ecd;
    line-height: 68px;
}

.main_title small {
  display: block;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 5px;
  font-family: Arial;
}
.main_title2 h3 {
	font-size: 40px;
  color: #FFFFFF;
	line-height: 68px;
}
.main_title2 h3 b {
  color: #fff;
}
.main_title2 small {
	display: block;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 5px;
  font-family: Arial;
}
/*hotPro*/
.hotPro {
  overflow: hidden;
  padding: 15px 0;
  background: #f5f5f5;
}
.hotPro p {
  float: left;
  font-size: 14px;
  line-height: 38px;
}
.hotPro p b {
  color: #3c3c3c;
}
.hotPro p a {
  color: #656565;
  padding: 0 10px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.hotPro p a:hover {
  color: #253c90;
  font-weight: bold;
}
.hotPro form {
  float: right;
}
.hotPro form input {
  display: block;
  width: 260px;
  float: left;
  background: #fff;
  text-indent: 10px;
  font-family: 'Microsoft YaHei', SimHei, sans-serif;
  outline: none;
  height: 32px;
  line-height: 32px;
}
.hotPro form button {
  text-indent: -999rem;
  display: block;
  width: 62px;
  height: 38px;
  background: #253c90 url("../images/sch.png") no-repeat center;
  float: right;
}
/*company*/
.company {
  overflow: hidden;
height: 675px;
	background-position: bottom center;
	background:#e2e2e2;
	background: url("../images/ab-bg.jpg") no-repeat center center;
}
.ableft{
	position: relative;
	 float: left;
	  width: 572px;
  height: 480px;
	margin-top:110px;
}
.ableft p{
	font-size: 18px;
	font-weight: bold;
	color: #396c85;
	margin-bottom: 28px;
}
.company .wrapper .ableft> span {
  display: block;
  font-size: 16px;
  color: #747474;
  line-height: 30px;
  width: 572px;
  
	overflow: hidden;
	
}
/*.company .wrapper > span a {
  font-weight: bold;
  color: #253c90;
}
.company .wrapper > span a:hover {
  color: #ECA51D;
}*/
.abright{
	float: right;
	position: relative;
	margin-top:75px; 
}
.aba{
	width: 160px;
	height: 40px;
	background: #93c0dc;
	left:0px;
	position:absolute;
	margin-top: 36px;
	border-radius: 100px;
	transition: 0.6s;
	text-align: center;
}
.aba a{
	color: #fff;
	line-height: 40px;
	text-align: center;
}
.aba:hover{
	border-radius: 0px;
	left:10px;
}
.abimg{
	position:absolute;
	bottom: 0;
}
.abimg a{
	margin-right:32px;
	animation:none ;	
}
.abimg a:hover{
	animation: zoomOut 0.4s;
}
.abimg a:nth-child(4){
	margin-right:0px;
}
/*product*/
.probg{height: 803px;margin-top:60px;}
.probt{width:1200px;margin:0 auto;text-align: center;}
#container{width:1200px;margin:0 auto;height: 500px;}
.fl {
    float: left;
}
.le4 {
    width: 537px;
}
.fr {
    float: right;
}
.le5 {
    width: 634px;
}
.roll_product {
    float: left;
}
.product_list1 {
}
.clearfix {
    zoom: 1;
}.roll_product li {
    padding-bottom: 0px;
}
.product_list1 li {
    float: left;
    margin-right: 27px;
    margin-bottom: 24px;
    _display: inline;
    position: relative;
	width:303px;
	height: 237px;
}
.product_list1 li:nth-child(2n){
	margin-right: 0;
}
.product_list1 li a.img {
    display: block;
}
.product_list1 li a.img img {
    width: 303px;
	height: 237px;
}

.le6 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 303px;
    height: 237px;
    background: url(../images/chan.png) no-repeat;
    display: none;
}

.slide{margin:40px 0 40px 0;float: left;position: relative;left:calc(50% - 487px);}
.slide li{float: left;color:#396c85;margin-right: 24px;width: 180px;height: 46px;line-height: 46px; transition: 0.2s;border: 2px #396c85 solid;box-sizing: border-box;margin-bottom: 15px; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.slide li:nth-child(6){margin-left: 104px;}
.slide li a{color: #396c85;transition: 0.2s;width: 180px;height: 46px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.slide li:hover{background: #396c85;color:white;}
.slide li a:hover{color: #fff;}

/*env*/

/*news*/
.newbg{height: 520px;padding-top:60px;box-sizing: border-box;width: 1200px;margin: auto;}
.newbt{width:1200px;margin:0 auto;text-align: center;}

.news1-1{
	float: left;
	width: 240px;
	height: 220px;
	margin:0 30px;
	margin-top:49px;
}
.news1-1 span{
	font-family: '黑体' ;
	font-size: 24px;
	color: #396c85;
	
}
.news1-1 h1{
	margin:12px 0;
	white-space:nowrap;overflow:hidden;text-overflow:ellipsis; 
}
.news1-1 h1 a{
	color: #111111;
}
.news1-1 p{
	margin-top: 12px;
}
.news_a{
	width: 96px;
	height: 24px;
	border: 2px solid #396c85;
	border-radius: 100px;
	text-align: center;
	line-height: 24px;
	margin-top:22px;
	transition: 0.4s;
}
.news_a a{
	font-size: 14px;
	color:#396c85;
}
.news_a:hover{
	border-radius: 0px;
	color:#396c85;
}
/*联系*/
.contact {
  overflow: hidden;
  height: 923px;
  background: url("../images/lianxi-bg.jpg") no-repeat top center;
}
.con-bt{
	text-align: center;
	margin:88px 0 ;
}
.con_text{
	text-align: center;
	background: #fff;
	padding-top: 42px;
}
.b_tiao{
	height: 8px;
	width: 140px;
	background: #4e7c93;
    margin:auto;
}
.con_text p:nth-child(2){
	font-family: "黑体";
	font-size: 26px;
	color: #353535;
	margin-top:39px;
}
.con_text p:nth-child(3){
	font-family: Arial;
	font-size: 18px;
	color: #7c7c7c;
	margin-top:28px;
	text-transform:uppercase;
	letter-spacing:8px;
	font-weight: 500;
}
.con_tel{
	width:184px;
	height: 44px;
	background: #4e7c93;
	margin: auto;
	margin-top:55px;
	border-radius: 100px;
	line-height: 44px;
	 animation: breathe infinite 2700ms;
	box-sizing: border-box;
}
.con_tel a{
	color:white;
	font-size:18px;
	box-sizing: border-box;
}
.con_pho{
	font-size: 28px;
	margin-top:55px;
	letter-spacing: 3px;
}
.con_pho span{
	font-size: 38px;
	color:#005c8a;
	font-family: "黑体";
	font-weight: bold;
   
}
@-webkit-keyframes breathe {
	0% {
	opacity:.8;
	box-shadow:0 1px 2px rgba(255,255,255,0.1);
}
50% {
	opacity:1;
	
	box-shadow:0 1px 30px rgba(59,255,255,1);
}
	100% {
	opacity:.8;
	box-shadow:0 1px 2px rgba(255,255,255,0.1);
}
}
.con_icon{
	margin: auto;
	margin-top:82px;
	width: 1200px;
}
.con_icon1{
	float: left;
	width: 200px;
	margin:0 50px;
}
.con_icon1 div{
	font-size: 18px;
	margin-top: 14px;
}
.con_icon1 li{
	list-style: none;
	font-size: 20px;
	margin-top: 8px;
}
/*footer*/
#toTop {text-decoration: none;border: none;text-indent: 100%;text-align: center;}

#footer {
    float: left;
    width: 100%;
    background:#56869c;
    
    margin-top: 40px;
	height: 338px;
	position: relative;
}
.bottom{
	margin: 0 auto;
	height: 40px;
	background: #1f1f1f;
	overflow: hidden;
	color: white;
}
.bottom div{
	margin: 0 auto;
	height: 40px;
	background: #1f1f1f;
	overflow: hidden;
	color: white;
	width: 1200px;
	font-size: 14px;
}
.bottom div span{
	float: left;
	height: 40px;
	background: #1f1f1f;
	overflow: hidden;
	color: white;
	line-height: 40px;
	margin-right: 60px;
}
.bottom div span:nth-child(4){
width: 200px;
}
.bottom div span a{
display: inline-block;
	margin-top: 5px;
	position: relative;
	top:-40px;
	right:-60px;
}
#footer .div {
    width: 1200px;
    clear: both;
    margin: auto;
    overflow: hidden;
    height: 337px;
}
#footer .div .left {
    width: 1200px;
    float: left;
    overflow: hidden;
	margin-top: 30px;
}
#footer .div .left .body {
    width: 100%;
    padding-top: 10px;
    float: left;
    overflow: hidden;
	position: relative;
}
#footer .div .left .body span {
    display: block;
    width: 420px;
    float: left;
}
#footer .div .left b {
    display: block;
    float: left;
    width: 198px;
    line-height: 34px;
    text-indent: 8px;
    font-size: 28px;
    color: #fff;
    overflow: hidden;
    font-weight: normal;
    font-family: Microsoft Yahei;
    height: 76px;
    margin-left: 100px;
    margin-top: 20px;
    text-align: center;
}
#footer .div .left b p {
    display: block;
    float: left;
    width: 198px;
    line-height: 34px;
    background: url(../images/b-bg.png) no-repeat 84px bottom;
    font-size: 28px;
    color: #fff;
    overflow: hidden;
    font-weight: normal;
    font-family: Microsoft Yahei;
    height: 43px;
    color: #FFFFFF;
}
#footer .div .left .body span p{
    display: block;
    float: left;
    overflow: hidden;
    color: #FFFFFF;
    line-height: 30px;
    margin-top: 6px;
    font-size: 16px;
	color: white;
	text-align: justify;
}
#footer .div .left .body span:nth-child(1) {
    display: block;
    float: left;
    width: 360px;
	height: 260px;
	background: url(../images/bibu-bg.png) no-repeat center bottom;
}
#footer .div .left .body span:nth-child(3) div{
text-align: left;
}
#footer .div .left .body span div {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
   margin: 5px 0px;
	text-align: center;
}
#footer .div .left .body span a {
    display: block;
    float: left;
    line-height: 28px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #fff;
    font-size: 16px;
    font-family: Microsoft Yahei;
    margin-top: 10px;
    margin-right: 38px;
}
#footer .div .left .body span:nth-child(2) {
    display: block;
    float: left;
    overflow: hidden;
    width: 340px;
	margin-left: 100px;
	margin-top: 60px;
}

#footer .div .left .body span:nth-child(3){
    display: block;
    width: 320px;
    float: right;
    overflow: hidden;
}
#footer .div .left .body span img {
    display: inline;
    margin-right: 10px;
}
#footer .fanhui{
	position: absolute;
	top:-28px;
	left: calc(50% - 28px);
}


.tg_pages {
    float: right;
    overflow: hidden;
    padding-bottom: 40px;
    padding-top: 20px;
    text-align: center;
    width: 100%;
}
.tg_pages li {
    display: inline-block;
}
.tg_pages li a {
    border: 1px solid #bebebe;
    color: #bebebe;
    display: inline-block;
    font-size: 13px;
    height: 26px;
    line-height: 26px;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.tg_pages li.thisclass a {
    background: #1f80ba none repeat scroll 0 0;
    border: 1px solid #23a7ea;
    color: #ffffff;
}
/*底部*/
.footer {
    width: 100%;
    height: 358px;
    overflow: hidden;
    background: url(../images/bottom.png) no-repeat;
}
.container {
    width:1200px;
	margin: 0 auto;
}
.footer p {
    float: left;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 36px;
}
.footer p span {
    display: block;
    color: #FFFFFF;
    line-height: 40px;
    margin-top: 45px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}
.footer p em {
    font-style: normal;
    padding: 0 0 6px 0;
    display: block;
}
.footer dl {
    float: left;
    width: 100%;
    margin-left: 10px;
   
}
.footer dl dt {
    float: left;
    font-size: 14px;
    color: #d1e4f7;
    line-height: 40px;
    width: 100%;
    margin-top: 10px;
}
.footer dl dd {
    background: url(../images/shzr_03.jpg) no-repeat left center;
    width: 100%;
    float: left;
    padding-left: 17px;
    line-height: 26px;
    height: 26px;
}
.footer dl dd a {
    font-size: 14px;
    color: #779abe;
    display: block;
}
.clearql {
    padding: 0;
}
.col-md-4 {
    width: 33.33333333%;
	    float: left;
}
.col-md-2 {
    width: 16.66666667%;
	float: left;
}
.btlogo img{
	width: 160px;
	margin-top: 45px;
	margin-left: 60px;
}
/*内页样式布局*/
#info {
    padding: 0px 0 100px 0;
}
.wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.info-right {
    width: 100%;
    margin: 0 auto;
    float: right;
}
.title1 {
	float: right;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.title1 h3 {
    font-size: 20px;
    color: #fff;
    letter-spacing: 13px;
}
.loca_title {
    height: 56px;
	line-height: 56px;
	margin-bottom: 30px;
	background: rgba(35,87,168,0.6);
}
.loca {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    margin-bottom: 0px;
    background: url(../images/h_ctc_ico1.png) no-repeat 10px center;
	background-size: 9%;
    padding-left: 42px;
	float: left;
}
.loca a {
    color: #fff;
}
.p_content {
    font-size: 15px;
    line-height: 30px;
    color: #000;
}
/*产品展示内页*/
.met_title {
    display: inline-block;
    margin-bottom: 30px;
}
.met_title li {
    float: left;
    margin-right: 20px;
	margin-bottom: 20px;
}
.met_title li a {
    display: block;
    width: 160px;
    border-bottom: 2px solid rgba(35,87,168,0.6);
    color:#5A5DEB;
    text-align: center;
    line-height: 40px;
    -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;
    position: relative;
    overflow: hidden;
}
.met_title li a:hover {
    color: #ffffff;
}
.met_title li a:hover b {
    height: 100%;
}
.met_title li a b {
    display: block;
    width: 100%;
    height: 0%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(35,87,168,0.6);;
    -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;
    z-index: -1;
}
.newpro li {
    float: left;
    width: 24%;
    margin: 0 .5%;
    margin-bottom: 25px;
}
.newpro li a {
    display: block;
}
.newpro_pic {
    position: relative;
    width: 100%;
    height: 260px;
    overflow: hidden;
}
.newpro_pic img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.newpro_pic p {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    background: rgba(62,164,228,1.00);
    margin-bottom: 0;
    line-height: 40px;
    font-size: 16px;
    -webkit-transition: .3s 0s all ease;
    -moz-transition: .3s 0s all ease;
    -ms-transition: .3s 0s all ease;
    -o-transition: .3s 0s all ease;
    transition: .3s 0s all ease;
}
.newpro li:hover a div img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.newpro li:hover a div p {
    background: gray;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.newpro_pic:hover p {
    line-height: 50px;
    font-size: 18px;
}
.info-loca {
    color: #b29562;
    overflow: hidden;
    border-bottom: 2px dotted #ccc;
    margin-bottom: 30px;
}
.info-loca h3 {
    float: left;
    line-height: 50px;
    font-size: 25px;
    color: #fff;
}
.info-loca .loca {
    float: right;
    font-size: 13px;
    color: #b29562;
    margin-top: 15px;
}
.food_name {
    color: #000;
    text-align: center;
    font-size: 24px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ccc;
}
.content_p {
    margin-top: 40px;
}
.content_p span.sp {
    display: block;
    background-color: #ddd;
    color: #fff;
    margin-bottom: 20px;
    overflow: hidden;
}
.content_p span.sp small {
    background: #b29562;
    display: block;
    float: left;
    text-align: center;
    line-height: 40px;
    width: 120px;
}
#prev_next {
    color: #000;
	margin-top: 130px;
}
#prev_next li a {
    color: #000;
}
/*新闻内页*/
.new_right li {
    padding: 15px 0;
}
.new_right li a {
    display: block;
    height: 160px;
    border: 4px solid #396c85;
    padding: 15px;
    position: relative;
	border-bottom-left-radius:60px;
	border-top-right-radius:40px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.new_right li a img {
    float: left;
    width: 270px;
    height: 200px;
}
.new_right li a div {
    float: right;
    width: 96%;
	margin: auto;
}
.new_right li a h2 {
    color: #232323;
    font-size: 20px;
	margin-top: 10px;
}
.new_right li span {
    transition: 0.5s 0s all ease;
    display: block;
    line-height: 26px;
    color:#767676;
    padding: 10px 0 0 0;
    font-size: 14px;
}
.new_right li small {
    color: #396c85;
    font-size: 24px;
    margin-top: 10px;
    display: block;
}
.new_right li:hover a {
    -webkit-box-shadow: 0 10px 30px rgba(0,0,0,.18);
    box-shadow: 0 10px 30px rgba(0,0,0,.18);
    -webkit-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0);
}
.news_time {
    font-size: 14px;
    margin-bottom: 20px;
}
.from_l{
	float: left;
}
.from_l input{
	height: 58px;
    line-height: 58px;
	border: 0;
    line-height: 58px;
    height: 58px;
    box-shadow: none;
    margin-bottom: 20px;
    font-size: 14px;
    background: #fff;
    width: 90%;
	border: rgba(109,80,128,1.00) 1px solid;
}
.from_r{
	float: left;
}
.from_r input{
	height: 300px;
    border:rgba(109,80,128,1.00) 1px solid;
    font-size: 14px;
    background: #fff;
	transition: .3s;
    -webkit-transition: .3s;
    width: 610px;
    box-shadow: 0 0 3px #ccc, 0 10px 15px #eee inset;
    border-radius: 2px;
    text-indent: 1em;
    padding-top: 5px;
    font-family: "microsoft yahei",sans-serif;
    outline: 0;
}
.sub{
	
}
.sub input{
    width: 49%;
    height: 37px;
    line-height: 30px;
    background: #b29562;
    border: 0;
    color: #fff;
    font-size: 14px;
    font-family: "microsoft yahei";
}

