﻿@charset "utf-8";
.mm-slideout{ 
	overflow:hidden; zoom:1;	
}
.mm-navbar .mm-listview>li.mm-selected:after{
	border-bottom-width:0px
}
.container {
	margin: 0 auto;
}
@media (max-width: 767px) {
.container {
	width: 100%;
	padding: 0 10px;
}
}
.phone-nav {
	width: 32px;
	height: 32px;
	z-index: 999;
	position: absolute;
	right: 20px;
	top: 30px;
	background: url(../images/nav.png) no-repeat right center;
	background-size: cover;
}
@media (max-width: 991px) {
.phone-nav {
    top: 21px;
    right: 15px;
  }
}
@media (max-width: 767px) {
.phone-nav {
    top: 14px;
    right: 15px;
  }
}
header {
	min-width:320px;
	max-width:640px;
	border-top: 5px solid #1560ad;
	width: 100%;
	z-index: 99;
	height:auto;
	right: 0; 
	margin:0 auto;
	border-bottom:1px #f2f2f2 solid;
}
.bans .m_ctrl{
	margin-top: 130px;
	height: 550px !important;
}
.cmss .m_ctrl{
	margin-top: 130px; 
	height: 250px !important;
 }
@media (max-width: 767px) {
header {
	height: 66px;
	position: relative;
	animation: none;
	-webkit-animation: none;
}
}
@keyframes myfirst {
0% {
    left: 0;
    top: -200px;
}
100% {
    left: 0;
    top: 0;
}
}
@-webkit-keyframes myfirst {
0% {
    left: 0;
    top: -200px;
}
  100% {
    left: 0;
    top: 0;
}
}
header .container {
	position: relative;
}
header .logo {
	float: left;
	position: relative;
	width: 159px;
	height: 70px;
	margin: 15px 0;
}
@media (max-width: 991px) {
header .logo {
    width: 137px;
    height: 60px;
    margin: 8px 0;
}
}
@media (max-width: 767px) {
  header .logo {
    width: 103px;
    height: 45px;
    margin: 7px 0;
  }
}
header .right { width: 65%;float: right;}
@media (max-width: 767px) {
  header .right {
    width: 60%;
  }
}
header .right .top {width: 100%;}
header .right .top .hotline a{ color:#fff;}
@media (max-width: 991px) {
  header .right .top .hotline {
    display: none;
  }
}
header .right .top .en { float: right; height: 24px; width: 80px; overflow: hidden; margin: 4px 0 0;}
@media (max-width: 991px) {
  header .right .top .en {
    display: none;
  }
}
header .right .top .en .last_child:after {display: none;}
header .right .top .en a.language { display: block; float: left; color: #5F5F5F;font-size: 14px; line-height: 24px;
  padding: 0 10px;text-transform: uppercase;position: relative;}
header .right .top .en a.zhong,
header .right .top .en a.language:hover{color: #1b7e1f;}
header .right .top .en a.language:after {content: ""; position: absolute; width: 1px; height: 12px;  right: 0;
top: 6px; background: #1b7e1f;}
header .right .top .serch {height: 18px;float: right; z-index: 25; width: 18px; color: #565966; margin: 36px 80px 0 0;
 cursor: pointer; position: relative; background: url(../images/search.png) no-repeat right center; background-size: cover;}
@media (max-width: 991px) {
  header .right .top .serch {
    margin: 26px 70px 0 0;
    height: 22px;
    width: 22px;
  }
}
@media (max-width: 767px) {
  header .right .top .serch {
    margin: 19px 55px 0 0;
    height: 20px;
    width: 20px;
  }
}
header .right .top .search { padding: 15px;background-color: #f7f7f7;width: 370px;border-radius: 2px;display: none;
 position: absolute; z-index: 26;right: 290px;overflow: initial !important;top: 35px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);}
@media (max-width: 991px) {
  header .right .top .search {
    right: 70px;
    top: 76px;
  }
}
@media (max-width: 767px) {
  header .right .top .search {
    width: 100%;
    top: 61px;
    right: 0;
  }
}
header .right .top .search .select_option {border: 1px solid #ccc;border-top: none;display: none;left: -1px; top: 36px; position: absolute;z-index: 99;background: #fff;}
@media (max-width: 767px) {
  header .right .top .search .select_option {
    width: 100%;
  }
}
header .right .top .search .ser_box {border: 1px solid #ccc; display: inline-block;float: left;}
@media (max-width: 767px) {
  header .right .top .search .ser_box {
    width: 87%;
  }
}

header .right .top .search .select_box:after { content: ""; position: absolute; width: 1px; height: 30px; top: 2px;
  right: 0; background: #ccc;
}
header .right .top .search .select_showbox { height: 35px;
  overflow: hidden;
}
header .right .top .search .btn_srh {
  color: #000;
  width: 20px;
  height: 19px;
  background: url("../images/icon-search-gary.png") no-repeat;
  position: absolute;
  right: 12px;
  top: 8px;
  outline: 0;
  cursor: pointer;
  z-index: 2;
}
header .right .top .search .inputz {
  width: 300px;
  height: 35px;
  z-index: 1;
  float: left;
  position: relative;
}
@media (max-width: 767px) {
  header .right .top .search .inputz {
    width: 100%;
  }
}
header .right .top .search .inp_srh {
  outline: none;
  width: 300px;
  padding: 0 52px 0 10px;
  color: #666;
  font-size: 14px;
}
@media (max-width: 767px) {
  header .right .top .search .inp_srh {
    width: 100%;
  }
}
header .right .top .search .sclose {
  float: left;
  width: 26px;
  height: 35px;
  cursor: pointer;
  margin: 0 0 0 10px;
  position: relative;
}
@media (max-width: 767px) {
  header .right .top .search .sclose {
  
  }
}
header .right .top .search .sclose img {
  max-width: 100%;
}
header .right .top .search select {
  display: none;
}
header .right .top .search .select_option li {
  text-align: center;
  list-style: none;
  width: 110px;
  z-index: 99;
  padding: 0 20px 0 10px;
  cursor: pointer;
}
@media (max-width: 767px) {
  header .right .top .search .select_option li {
    width: 100%;
  }
}
header .right .top .search .select_option li.selected {
  background-color: #F3F3F3;
  color: #999;
}
header .right .top .search .select_option li.hover {
  background: #BEBEBE;
  color: #fff;
}
header .right .top .search input.inp_srh,
header .right .top .search input.btn_srh {
  border: none;
  height: 35px;
  float: left;
}
header .right .nav {
  list-style: none;
  width: 100%;
}
@media (max-width: 991px) {
  header .right .nav {
    display: none;
  }
}
header .right .nav li {
  float: left;
  width: 14.28571429%;
  position: relative;
}
header .right .nav li:hover div {
  display: block;
}
header .right .nav li div {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  top: 75px;
  background: #1b7e1f;
  opacity: 0.80;
  filter: alpha(opacity=80);
  display: none;
}
header .right .nav li div > a {
  display: block;
  height: 36px;
  color: #fff;
  line-height: 36px;
  text-align: center;
  font-family: "微软雅黑";
  font-size: 14px;
  overflow: hidden;
}
header .right .nav li div > a:hover {
  background: #fff;
  color: #000;
}
header .right .nav li > a {
  color: #000000;
  height: 75px;
  display: block;
  line-height: 75px;
  font-size: 15px;
  font-family: "微软雅黑";
  text-align: center;
  position: relative;
  overflow: hidden;
}
header .right .nav li > a:hover {
  color: #1b7e1f;
}
header .right .nav .active > a {
  color: #1b7e1f;
}
.banner_nr {
  width: 100%;
  position: relative;
}
.banner_nr .border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  text-align: center;
}
.banner_nr .border:after {
  content: "";
  display: block;
  padding-bottom: 2%;
}
.banner {
  overflow: hidden;
}
.banner .imgss{
  max-height:713px;
}
.banner .slick-dots li.slick-active button {
  background:#F90;
}
.banner .slick-dots li button {
  background: #fff;
  margin: 0 3px;
  width: 13px;
  height: 13px;
}
@media (max-width: 767px) {
  .banner .slick-dots li button {
    width: 11px;
    height: 11px;
    margin: 0 2px;
  }
}
.banner .slick-dots {

  bottom: 5px;
}

@media (max-width: 767px) {
  .banner .slick-dots {
    bottom: 5px;
  }
}


.banner_ny {
  width: 100%;
  position: relative;
  z-index: 1;
}
.banner_ny span {
  display: block;
  width: 100%;
  text-align: center;
}
.banner_ny .border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  text-align: center;
}
.banner_ny .border:after {
  content: "";
  display: block;
  padding-bottom: 2%;
}


#mmenu {
  z-index: 999;
}

#mmenu ul .firstli{padding:2% 0; border:0; overflow:hidden; zoom:1; width:70%; margin:0 auto;border-bottom:1px #ccc solid; width:90%;}
#mmenu ul .firstli a.login_li1{width:35%;border:0;text-align:center; height:30px; line-height:30px;display:block;background-color:#09F; border-radius:6px; color:#fff; float:left;text-decoration:none; margin:0; padding:0;}
#mmenu ul .firstli a.login_li2{display:block; background-color:#09F;color:#fff; border-radius:6px; width:35%; text-align:center; float:right;border:0; text-decoration:none;margin:0; padding:0;height:30px; line-height:30px;}
#mmenu ul .sec_li{ border-bottom:1px #ccc solid; width:90%; margin:0 auto;}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
.pub_form_ul li input[type="text"]{line-height:30px!important;height:30px!important;}
a.l-btn span.l-btn-left{height:auto!important;}
a.l-btn{padding-right: 16px!important;}
label {margin-bottom: 1px!important;}
.pub_form_ul li label {margin-right: 0px!important;}
.panel {margin-bottom: 0px!important;}
.panel_inner .tip{padding: 0px!important;}
.panel-body {   padding: 0px; }
a{-webkit-transition:all 0 ease 0!important;transition:all 0 ease 0!important;}
@media (min-width:640px){
	body{width:640px;margin:auto;}
	}
	
	
	
.Middle{width:100%; padding:10px 3%; float:left;z-index: 0;}
.yun1{ font-size:14px; color:#333; line-height:26px;overflow:hidden; zoom:1; margin-bottom:3%;}
.yun1 img{float:left;  margin-right:2%; margin-top:2%; display:block;}
.yun1 span{display:block; font-size:16px; color:#333; font-weight:bold}

.sytb{width:100%; height:100px; line-height:30px; background:url(../images/sy_22-09.jpg) bottom left no-repeat;float:left; padding-bottom:1px;}
.xian{width:100%; height:10px; line-height:30px; background:url(../images/sy_22-09.jpg) bottom left no-repeat;float:left; padding-bottom:1px;}

.sytbzb{ font-size:16px; color:#000; font-weight:bold; text-align:center}
.sytbzb span{ font-size:13px; color:#333; display:block }
.prod{ clear:both; overflow:hidden; zoom:1;}
.prod1{ clear:both; overflow:hidden; zoom:1; margin:2% 0;}
.prod1 .proa1 a{ float:left; font-size:16px; color:#333; line-height:50px; font-weight:500;}
.prod1 dt{ float:left; border:1px #ccc solid; margin-right:2%;}
h1{ font-size:18px; font-weight:500;}
.avd{ overflow:hidden;zoom:1; border:1px #fff solid; padding-top:20px; }
.avd h1{ font-size:18px; font-weight:500;}
.avd dl{ width:48%; float:left; margin:1% 1%; }
.avd dl dt{}
.avd dl dd a{ color:#333; font-size:14px; display:block; text-align:center; padding:2% 0;}

.avd1{ overflow:hidden;zoom:1; border:1px #fff solid; padding-bottom:70px; }
.avd1 h1{ font-size:18px; font-weight:500;}
.avd1 dl.cusmter{ border-bottom:1px #ccc dashed; overflow:hidden; zoom:1; padding-bottom:1.5%;}
.avd1 dl.cusmter dt{ float:left;padding-right:2%;}
.avd1 dl.cusmter dt img{display:block; text-align:center; border:1px #ccc solid; margin-top:2%}
.avd1 dl.cusmter dt span{display:block; text-align:center; font-size:14px; padding-top:5px;}
.avd1 dl.cusmter dd{ font-size:12px; color:#333; }
.avd1 ul{ clear:both; list-style:none; padding-top:1.5%;}
.avd1 ul li{ float:left; margin:1% 1.8%;}
.avd1 ul li img{ width:80%; float:left;height:auto; display:block;border:1px #ccc solid}
.avd1 .link_a span{border:1px #ccc solid; height:60px;width:31%; margin:1%;float:left; overflow:hidden}
.avd1 .link_a span img{width:100%}

.avd2{ overflow:hidden;zoom:1; border:1px #fff solid; padding-top:20px; width:100%;}
.avd2 h1{ font-size:18px; font-weight:500;}



.avd2 dl{ width:49%; float:left; margin:10px 0; }
.avd2 dl dt{ float:left;  width:80px; height:auto;}
.avd2 dl dt img{display:block; /*width:70px; height:70px;*/ vertical-align:middle;text-align:center; margin:0 auto;}
.avd2 dl dd{ color:#333; font-size:13px; padding-left:1%; display:block; overflow:hidden; padding-top:16%;}


.our-table { max-width:640px;margin:0 auto;border:1px solid #e1e1e1; background: #fff;}
.our-table tr td,.our-table tr th{border:1px solid #e1e1e1;height:60px; text-align: left;}
.our-table tr td{ padding: 10px;padding:0 1%; }
.our-table thead tr{ background: #B4D8FC;font-size:18px;font-weight:400; height:62px; }
.our-table thead{ background-color:#B4D8FC;}
.our-table thead th{ text-align: center; font-size: 16px;font-weight:normal;}
/*yumingzhuanru*/
.qieh1{ margin:0 ; padding:0; width:100%;}
.qieh1 .LISTA{ width:100%; overflow:hidden; zoom:1; list-style:none; border:0; }
.qieh1 .LISTA .selected{ background-color:#f2f2f2; border-bottom:5px #09F solid}
.qieh1 .LISTA li{ width:32.6%; float:left; margin:1% 0.1%;height:45px; padding-top:7px; line-height:30px; background-color:#e1dede; color:#666; text-align:center;}
.conta0 .liuc1 {  overflow:hidden; zoom:1; margin-top:3%;}
.conta0 .liuc1 dl dt{ width:35%; float:left;margin-top:9%;}
.conta0 .liuc1 dl{ border:1px #ccc solid; padding:2% 0; overflow:hidden; zoom:1; margin:1% 0;}
.conta0 .liuc1 dl dt img { display:block; text-align:center; margin:0 auto; }
.conta0 .liuc1 dl dd.j_bold{ font-size:16px; color:#222; font-weight:bold;}
.conta0 .liuc1 dl dd{ width:60%; float:right;  overflow:hidden; color:#555; line-height:23px;}
.ul1 .guiZ{width:100%; overflow:hidden; zoom:1; list-style:none; padding-left:3%; padding-top:2%;}
.ul1 .guiZ li{ line-height:30px; font-size:14px; color:#444;}
.guize-two{width:100%; margin-top:2%;}
.guize-two .two-form input{height:35px;width:70%;padding-left:20px; line-height:35px;}
.guize-two .two-form .submit-two{width:23%; background:;color:#fff;height:35px; line-height:35px;border-radius:3px; border:0; text-align:center; background:url(../images/see2.png) no-repeat 20% center #0eb3e9;}

.guize-two .two-form1 input{height:35px;width:52%;padding-left:20px; line-height:35px; border:1px #ccc solid; border-radius:4px;}
.guize-two .two-form1 .submit-two{width:23%; background:;color:#fff;height:35px; line-height:35px;border-radius:3px; border:0; text-align:center; background:url(../images/see2.png) no-repeat 20% center #0eb3e9;}

input[type="button"], input[type="submit"], input[type="reset"] {
-webkit-appearance: none;
}
.guiz-bg{border:1px solid #ddd; background: #f1f1f1;margin:10px 0;padding:2px 5px}
.guiz-bg img{ vertical-align:middle}
.two-table{width:100%;border:1px solid #ddd}
.two-table tr th{ background: #C4E5FA;width:400px;}
.two-table tr td,.two-table tr th{ text-align: center;height:35px;}
.two-table tr td b{ color:#F60}
.sel{  /*appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none; */
   -webkit-appearance:none; /*去除系统默认的样式*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);  /* 点击高亮的颜色*/ border:0; background:url(../images/arrow-down1.png) no-repeat right center #C4E5FA; font-weight:500; padding-right:10%; text-align:center}
.sel1{  /*appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none; */
  width:22%;
   -webkit-appearance:none; /*去除系统默认的样式*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);  /* 点击高亮的颜色*/ border:0; background:url(../images/arrow-down1.png) no-repeat 93% center; font-weight:500; padding-right:1%; border:1px #ccc solid; height:35px; border-radius:4px; font-size:13px;}
  
  


.center_0{ margin-left:auto; margin-right:auto; width:80px;background:#C4E5FA;}


/*/yumingzhuanru*/
/*yumingjiagelist*/
.ad_y{ font-size:16px; font-weight:bold; color:#333;}
.blak{ font-size:12px; color:#888; padding:2% 1%;}

/*/yumingjiagelist*/


/*yumingsousuojieguo*/
.con-bgym{ background:url(../images/bg.jpg) no-repeat center center;background-size:100%;color:#fff;padding-bottom:20px;}
.ym-jieguo{width:100%;margin:0 auto 0px auto}
.wei-yuming{width:100%;}
.wei-yuming tr{height:45px;border-bottom:1px solid #eee; font-size:14px;}
.wei-yuming tr td {text-align: right;border:none}
.wei-yuming tr td:first-child{text-align: left;}
.wei-yuming tr td input{ width:20px; height:20px;}
.wei-yuming tr td b{color:#FF8900}
.wei-yuming tr td a{ display: block;border:1px solid #2087EF;color:#2087EF;border-radius:3px; text-align: center;margin-left:50px;}
.wei-yuming tr td a:hover{ background: #2087EF;color:#fff}

.wei-yuming1 tr td a{border:none; background: none;color:#333}
.wei-yuming1 tr td a:hover{ border:none; background: none;color:#333}
.wei-yuming .all-del a{border:none;width:150px;height:35px;line-height:35px; text-align: center; display: block; margin:30px 0; background: #0eb3e9;color:#fff}
.fontweight{font-weight:bold;font-size:16px;margin:30px 0 20px 0;}

/*/yumingsousuojieguo*/

/*企业邮局*/
.qiye-table .thqi-h1{width:25%;}
.allpro-one,.pro-zhuji{width: 100%;margin:20px 0}
.allpro-one tr td,.pro-zhuji tr td{border-color:#e1e1e1;height:60px;text-align: left;padding-left: 5px;}
.allpro-one tr th,.pro-zhuji tr th{border-color:#e1e1e1;height:60px;text-align: center}
.allpro-one  ,.pro-zhuji{border:1px solid #e1e1e1}
.allpro-one tr th,.pro-zhuji tr th{ background: #C4E5FA;}
  /*企业邮局*
/*tijiaochenggong*/
.tijiao_s .secces_img{ width:85%; background-color:#F9F9F9; border:1px #ccc solid; overflow:hidden; margin:0 auto; font-size:28px; color:#333; margin-top:15%; text-align:center; padding:8% 0;}
.tijiao_s .secces_img img{ width:30%; vertical-align:middle;}
.secces_yu{ font-size:14px; color:#666; margin-top:10%;}
.list_lia{ text-align:center; margin:8% auto;}
.list_lia a{ display:inline-block; width:30%; height:35px; border:1px #ccc solid; border-radius:6px; text-align:center; line-height:35px; margin:0 4%;  }
.list_lia a:hover{ color:#09F;}
/*/tijiaochengjiao*/

/*yunyingpan*/
.main .content:after{content: "020"; display: block; height: 0; clear: both;visibility:hidden;}
.main .content .child{position:relative;border-bottom:1px solid #d5d5d5;padding:40px 0;text-align:left;}
.main .content .child.no{border-bottom:2px solid #e60012;}
.main .content .child p{font-size:16px;color:#434343;line-height:22px;}
.main .content .child .namea{line-height:50px;color:#434343;font-size:16px;}
.main .content .child .nameEna{color:#434343;font-size:30px;}
.main .content .child .namea img{ vertical-align:middle; width:25%; height:auto}
.main .content .child .department{color:#434343;font-size:18px;line-height:40px;}
.main .content .child .department .sub{margin:0 5px;color:#DFDFDF;}
.main .content .child .department .redSpan{color:#E50012;}
.main .content .child .childContent{padding-top:14px;display:none; font-size:14px; color:#555; line-height:28px;}
.main .content .child .childPointer{position:absolute;cursor:pointer;top:15px;right:0;width:62px;height:32px;background-image:url(../images/arrow-down.png);background-repeat:no-repeat;}
.main .content .child .childPointer{transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s; }
.main .content .child .childPointer.on{ transform:rotateZ(180deg);-moz-transform:rotateZ(180deg);-ms-transform:rotateZ(180deg);-o-transform:rotateZ(180deg);-webkit-transform:rotateZ(180deg);}


.main .content1:after{content: "020"; display: block; height: 0; clear: both;visibility:hidden;}
.main .content1 .child{position:relative;border-bottom:1px solid #d5d5d5;padding:40px 0;text-align:left;}
.main .content1 .child.no{border-bottom:2px solid #e60012;}
.main .content1 .child p{font-size:16px;color:#434343;line-height:22px;}
.main .content1 .child .namea{line-height:50px;color:#434343;font-size:16px;}
.main .content1 .child .nameEna{color:#434343;font-size:30px;}
.main .content1 .child .namea img{ vertical-align:middle; width:25%; height:auto}
.main .content1 .child .department{color:#434343;font-size:18px;line-height:40px;}
.main .content1 .child .department .sub{margin:0 5px;color:#DFDFDF;}
.main .content1 .child .department .redSpan{color:#E50012;}
.main .content1 .child .childContent{padding-top:14px;display:none; font-size:14px; color:#555; line-height:28px;}
.main .content1 .child .childPointer{position:absolute;cursor:pointer;top:0px;right:0;width:62px;height:32px;background-image:url(../images/arrow-down.png);background-repeat:no-repeat;}
.main .content1 .child .childPointer{transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s; }
.main .content1 .child .childPointer.on{ transform:rotateZ(180deg);-moz-transform:rotateZ(180deg);-ms-transform:rotateZ(180deg);-o-transform:rotateZ(180deg);-webkit-transform:rotateZ(180deg);}

.main .content2:after{content: "020"; display: block; height: 0; clear: both;visibility:hidden;}
.main .content2 .child{position:relative;border-bottom:1px solid #d5d5d5;padding:40px 0;text-align:left;}
.main .content2 .child.no{border-bottom:2px solid #e60012;}
.main .content2 .child p{font-size:16px;color:#434343;line-height:22px;}
.main .content2 .child .namea{line-height:50px;color:#434343;font-size:16px;}
.main .content2 .child .nameEna{color:#434343;font-size:30px;}
.main .content2 .child .namea img{ vertical-align:middle; width:50%; height:auto}
.main .content2 .child .department{color:#434343;font-size:18px;line-height:40px;}
.main .content2 .child .department .sub{margin:0 5px;color:#DFDFDF;}
.main .content2 .child .department .redSpan{color:#E50012;}
.main .content2 .child .childContent{padding-top:14px;display:none; font-size:14px; color:#555; line-height:28px;}
.main .content2 .child .childPointer{position:absolute;cursor:pointer;top:0px;right:0;width:62px;height:32px;background-image:url(../images/arrow-down.png);background-repeat:no-repeat;}
.main .content2 .child .childPointer{transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s; }
.main .content2 .child .childPointer.on{ transform:rotateZ(180deg);-moz-transform:rotateZ(180deg);-ms-transform:rotateZ(180deg);-o-transform:rotateZ(180deg);-webkit-transform:rotateZ(180deg);}


@media  (max-width: 479px) {
.main{padding:20px 0 5px 0;}
.main .container{width:100%; margin:0 auto}
.main .content .child{padding:17px 0;}
.main .content .child.no{border-bottom-width:2px;}
.main .content .child p{font-size:12px;line-height:18px;}
.main .content .child .namea{line-height:22px;font-size:16px;}
.main .content .child .nameEna{font-size:18px; color:#333; line-height:60px; font-weight:bold;}
.main .content .child .department{font-size:12px;line-height:24px;}
.main .content .child .department .sub{margin:0 3px;}
.main .content .child .childContent{padding-top:6px;}
.main .content .child .childPointer{top:60px;width:26px;height:14px;background-size:26px 14px;}


.main .content1 .child{}
.main .content1 .child.no{border-bottom-width:2px;}
.main .content1 .child p{font-size:12px;line-height:18px;}
.main .content1 .child .namea{line-height:22px;font-size:16px;}
.main .content1 .child .nameEna{font-size:18px; color:#333; line-height:60px; font-weight:bold;}
.main .content1 .child .department{font-size:12px;line-height:24px;}
.main .content1 .child .department .sub{margin:0 3px;}
.main .content1 .child .childContent{padding-top:6px;}
.main .content1 .child .childPointer{top:40px;width:26px;height:14px;background-size:26px 14px;}


.main .content2 .child{}
.main .content2 .child.no{border-bottom-width:2px;}
.main .content2 .child p{font-size:12px;line-height:18px;}
.main .content2 .child .namea{line-height:22px;font-size:16px;}
.main .content2 .child .nameEna{font-size:18px; color:#333; line-height:60px; font-weight:bold;}
.main .content2 .child .department{font-size:12px;line-height:24px;}
.main .content2 .child .department .sub{margin:0 3px;}
.main .content2 .child .childContent{padding-top:6px;}
.main .content2 .child .childPointer{top:40px;width:26px;height:14px;background-size:26px 14px;}

}
@media (min-width: 480px) and (max-width: 639px) {
.main{padding:20px 0;}
.main .container{width:100%;}
.main .mainsTitle{font-size:26px;}
.main .mainSub{width:63px;margin:8px auto 13px auto;height:2px;}
.main .mainsInfo{font-size:16px;line-height:16px;padding-bottom:8px;}
.main .content .child{padding:17px 0;}
.main .content .child.no{border-bottom-width:2px;}
.main .content .child p{font-size:12px;line-height:18px;}
.main .content .child .namea{line-height:22px;font-size:14px;}
.main .content .child .namea img{ float:left; width:100px;}
.main .content .child .nameEna{ float:left;font-size:18px; color:#333; font-weight:bold;}
.main .content .child .department{font-size:12px;line-height:24px;}
.main .content .child .department .sub{margin:0 3px;}
.main .content .child .childContent{padding-top:6px;}
.main .content .child .childPointer{top:23px;width:26px;height:14px;background-size:26px 14px;}

.main .content1 .child{padding:17px 0;}
.main .content1 .child.no{border-bottom-width:2px;}
.main .content1 .child p{font-size:12px;line-height:18px;}
.main .content1 .child .namea{line-height:22px;font-size:14px;}
.main .content1 .child .namea img{ float:left; width:100px;}
.main .content1 .child .nameEna{ float:left;font-size:18px; color:#333; font-weight:bold;}
.main .content1 .child .department{font-size:12px;line-height:24px;}
.main .content1 .child .department .sub{margin:0 3px;}
.main .content1 .child .childContent{padding-top:6px;}
.main .content1 .child .childPointer{top:23px;width:26px;height:14px;background-size:26px 14px;}


.main .content2 .child{padding:17px 0;}
.main .content2 .child.no{border-bottom-width:2px;}
.main .content2 .child p{font-size:12px;line-height:18px;}
.main .content2 .child .namea{line-height:22px;font-size:14px;}
.main .content2 .child .namea img{ float:left; width:100px;}
.main .content2 .child .nameEna{ float:left;font-size:18px; color:#333; font-weight:bold;}
.main .content2 .child .department{font-size:12px;line-height:24px;}
.main .content2 .child .department .sub{margin:0 3px;}
.main .content2 .child .childContent{padding-top:6px;}
.main .content2 .child .childPointer{top:23px;width:26px;height:14px;background-size:26px 14px;}

}               
/*/yunyingpan*/
/*beian*/
.prod .jinp dl{ border-bottom:1px #ccc solid; overflow:hidden;zoom:1; padding:2% 0;}
.prod .jinp dl dt{ float:left;}
.prod .jinp dl dd{ float:right; width:67%; font-size:16px; font-weight:bold; color:#333; margin-top:4%;}
.prod .jinp dl dd span{ display:block; font-size:14px; font-weight:200; color:#666; line-height:26px; }
.avd3{ overflow:hidden;zoom:1; border:1px #fff solid; padding-top:20px; width:100%;}
.avd3 h1{ font-size:18px; font-weight:500;}
.avd3 .qieh2{ margin:0 ; padding:0; width:100%;}
.avd3 .qieh2 .LISTA2{ width:100%; overflow:hidden; zoom:1; list-style:none; border:0; }
.avd3 .qieh2 .LISTA2 .selected{ background-color:#f2f2f2; border-bottom:5px #09F solid}
.avd3 .qieh2 .LISTA2 li{ width:49.8%; float:left; margin:1% 0.1%;height:45px; padding-top:7px; line-height:30px; background-color:#e1dede; color:#333; text-align:center;}
.avd3 .conta2 .liuc2 {overflow:hidden; zoom:1; margin-top:3%;}
.avd3 .conta2 .liuc2 dl{ width:100%; height:auto; border:1px #ccc solid; overflow:hidden; zoom:1;}
.avd3 .conta2 .liuc2 dl dt{ float:left;background:url(../images/bg_blue.png) no-repeat; width:100px; height:100px;margin:1% 1%;}
.avd3 .conta2 .liuc2 dl dt img{ display:block;}
.avd3 .conta2 .liuc2 dl dt span{ color:#fff; padding-left:16%; font-size:12px; display:block}
.avd3 .conta2 .liuc2 dl dd{ padding:2% 1% 2% 2%; overflow:hidden; zoom:1; margin:1% 0; font-size:15px; color:#333;}
.avd3 .conta2 .liuc2 dl dd span a{ color:#C60; padding-top:2%; display:block; font-size:14px; line-height:26px; text-align:center} 


.liucheng-nei{ overflow: hidden;zoom:1;padding:25px 0;}
.liuc-left,.liuc-right{float:left}

.liuc-left dl{border-radius:150px;height:120px;width:120px;color:#fff; background: #0FB4EA; text-align: center;}
.liuc-left dl dt{padding-top:10px;}

.liuc-right span{font-size:13px;margin-top:15px;width:204px; float:right;}
.liuc-right span,.liuc-right a{ display: block;line-height:25px;}
.liuc-right a{color:#E27F21; clear:both; width:204px;}
.liuc-right{padding:10px 0px 0 10px}
.conta2 .span_beian{display:block; clear:both; margin:0 auto;text-align:center}
/*/beian*/

/*zengzhifuwu*/
.table_theer{max-width:640px;margin:0 auto;border:1px solid #e1e1e1; background: #fff;}
.table_theer td{ text-align:center; height:35px; line-height:35px;}

.ff-table tr td,.ff-table tr th{border-color:#e1e1e1; text-align: center;height:60px}
.ff-table {border:1px solid #e1e1e1;width:100%;margin:10px auto}
.bge1e1e1{ background: #eee;}
.bge1e1e1  th,.th-width th{}
.tdrow{width:30px;font-size:15px}
.team .fonta1{ font-size:14px; line-height:27px; color:#666; text-indent:2em; padding-top:2%; display:block;}

#div1{ width:1000px; position: relative; margin: 0 auto;overflow: hidden; height:230px;}
#div1 ul{ width:910px; height: 150px; position: relative;  }
#div1 ul dl{ width:209px; float:left; background-color:#fff; margin-top:5px; padding-bottom:15px;  text-align:center; margin-left:23px; border:1px #ccc solid}
#div1 ul dl .list{text-align:center; font-size:14px; margin:10px 0; color:#333 }
#div1 ul .more{ text-align:center; border:1px #e9dcbd solid; font-size:14px; width:90px; height:35px; margin:0 auto;line-height:35px;}
#div1 ul dl .more a{ color:#fff; background-color:#EB4C0F; display:block; text-decoration:none; font-weight:400}

/*/zengzhifuwu*/
/*yumingzhuce*/

.ym-gaishu{width:100%;margin:0 auto}



.gs-dl{ border:1px #fff solid; overflow:hidden; padding-bottom:5%;}
.gs-dl dl{transition:1s;float:left;width:17%;height:55px;margin:10px 0;/*border:2px solid #006699;*/ text-align: center;line-height:30px;font-size:16px;border-radius:100px; text-align:center; margin:1% 1.5%;}
.gs-dl dt{line-height:5px; text-align: center;  }
.gs-dl dt img{width:90%; margin:0 auto; display:inline-block}
.gs-dl dl dd{ font-size:12px;}
.currentgs{ background: #C4E5FA;}



.gs-article { padding:5px 0px 0 0px; overflow: hidden;width:100%;margin:0px auto 10px auto}
.gs-article article{line-height:25px;margin:5px 0;}
.displaynone{ display:none}

.yuming-youshi{}
.ys-container{width:100%;margin:10px auto;padding:1px 0}

.ys-dl{ overflow: hidden;zoom:1;}
.ys-dl dl{float:left;height:140px;width:47%;margin:15px 3.3px; text-align:center;}
.ys-dl dl dd span{ display: block;}
.ys-dl dl dt,.ys-dl dl dd{float:left}
.ys-dl dl dt{ text-align:center;margin:0 auto; width:100%; }
.ys-dl dl dt img{ display:inline-block; text-align:center; margin:10px auto; overflow:hidden; zoom:1; }
.ys-dl dl dd{margin-top:10px; text-align:center; margin:0 auto; width:100%;}

.ys-h1{font-size:16px;margin:10px auto; }

/*/yumingzhuce*/
/*wangzhanjianshe*/
.wangz1 .fonta2{ font-size:14px; line-height:28px; color:#444; text-indent:2em;}
.liuc_jz{ text-align:center; margin:3% 0 3% 0}
.liuc_jz span{ float:left; padding-top:25px;}
.liuc_jz img{ text-align:center; float:left}
.case1 dl{ width:48%; float:left; margin:2% 1%;}
.case1 dl dd{ text-align:center; margin:3% 0; font-size:14px;}
/*/wangzhanjianshe*/
/*jiejuefangan*/
.jiej1 dl{ width:48%; float:left; text-align:center; margin:2% 1%;}
.jiej1 dl dt img{ width:55%; padding:3% 0; }
.jiej1 dl .bold_fa{ font-size:16px; color:#333; font-weight:bold}
.jiej1 dl .jian_j{ font-size:14px; line-height:20px; color:#555; padding:2% 1%;}

/*/jiejuefangan*/

/*jifangjieshao*/
.zz-jbxinxi{padding:1px 0 30px 0; margin-top:4%;}
.zz-setion{width:100%;margin:0 auto}
.zz-setion article div{ overflow: hidden;margin:8px 0}
.zz-setion article div span{width:60%; font-size:14px; line-height:25px;}
.zz-setion article div span img{ vertical-align: middle;margin-top:-5px;margin-left:10px;}
.zz-setion article div b,.zz-setion article div span{float:left}
.zz-setion article div b{width:115px; text-align: right; font-size:16px;}

/*/jifangjieshao*/
/*fuwuqizuyong*/
.form_zy1{ overflow:hidden; margin:3% 0;}
.fonta3{ font-size:14px; color:#333; line-height:26px; text-indent:2em; padding:2% 0;}
.form_zy1 .fonta4{ width:30%;float:left; font-size:16px; line-height:35px;}
.form_zy1 .sel2{  /*appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none; */
  width:22%;
  float:right;
   -webkit-appearance:none; /*去除系统默认的样式*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);  /* 点击高亮的颜色*/ border:0; background:url(../images/arrow-down1.png) no-repeat 96% center; font-weight:500; padding-right:1%; border:1px #ccc solid; height:35px; border-radius:4px; font-size:13px;}
.xuanp-jfang{width:100%;margin:3% auto 2% auto;}
.xuanp-jfang dl{ width:100%;overflow: hidden;zoom:1;}
.xuanp-jfang dl dt{ width:60%;}
.xuanp-jfang dl dt img{ float:left; width:100%;}
.xuanp-jfang dl dt,.xuanp-jfang dl dd{float:left}
.xuanp-jfang dl dd{ float:right; padding-right:2%; padding-top:7%;}
.xuanp-jfang dl dd b{font-size:16px;font-weight:bold;letter-spacing:2px; }
.xuanp-jfang dl dd span a{ display: block;width:100%;height:30px;line-height:30px;color:#fff; background: #1460AC;border-radius:3px; text-align: center;font-size:14px;margin-top:12%; padding-left:1%; padding-right:1%;}
/*/fuwuqizuyong*/

/*zhuce*/
.login_D{ width:100%; margin:0 auto; overflow:hidden; }
.login_D h2{ font-size:18px; color:#06C; text-align:center; margin:5px 0;}
.login_D label{ font-size:16px; color:#333; line-height:50px; width:23%; text-align:right; display:inline-block;}
.login_D .login_dl{ width:70%; height:35px; line-height:35px;}
.login_D .login_dl1{ width:35%; height:35px; line-height:35px;}
.login_D .img_login{ padding-left:2%;vertical-align:middle;}
.login_D .fu_xuan{ font-size:16px;color:#333; padding:3% 0;}
.login_D .fu_xuan a{ float:right; color:#06F}
.login_fx{ font-size:14px; width:20px; height:20px;}
.login_D .sub_login{ width:60%; text-align:center;  height:35px; line-height:35px; background-color:#1460AC; border:0; margin:3% auto; border-radius:6px; color:#fff; display:block}
.hez1{ font-size:16px; color:#333; font-weight:bold; margin:0 auto; text-align:center; line-height:50px;}
.hez1 a{ width:75%;background:url(../images/sy_22-09.jpg) center left no-repeat; margin:0 1%; }
/*/zhuce*/

/*denglu*/
.login_D1{ width:100%; margin:0 auto;}
.login_D1 h2{ font-size:18px; color:#06C; text-align:center; margin:5px 0;}
.login_D1 label{ font-size:16px; color:#333; line-height:50px; width:18%; text-align:right; display:inline-block;}
.login_D1 .login_dl{ width:80%; height:35px; line-height:35px;}
.login_D1 .login_dl1{ width:55%; height:35px; line-height:35px;}
.login_D1 .img_login{ padding-left:2%;vertical-align:middle;}
.login_D1 .fu_xuan{ font-size:16px;color:#333; padding:3% 0;}
.login_D1 .fu_xuan a{ float:right; color:#06F}
.login_D1 .login_fx{ font-size:14px; width:20px; height:20px;}
.login_D1 .sub_login{ width:60%; text-align:center;  height:35px; line-height:35px; background-color:#1460AC; border:0; margin:3% auto; border-radius:6px; color:#fff; display:block}
.login_D1 .hez1{ font-size:16px; color:#333; font-weight:bold; margin:0 auto; text-align:center; line-height:50px;}
.login_D1 .hez1 a{ width:70%;background:url(../images/sy_22-09.jpg) center left no-repeat; margin:0 1%; }
.login_D1 .hez2{ width:60%; margin:0 auto; text-align:center; }
.login_D1 .hez2 a{ margin:2% 5%;  display:inline-block;}


/*/denglu*/

/*jiejuefangan_youxi*/
.fonta7 div{ font-size:14px; color:#333; line-height:26px; text-indent:2em; padding:2% 0; }



/*jiejuefangan_youxi*/

/*about*/
.fonta6{font-size: 14px; color: #333; line-height: 26px; text-indent: 2em; padding-top:2%; margin-top:3%;}
.shiming_a{ width:100%; overflow:hidden; zoom:1;}
.shiming_a dl{ width:23%; float:left;  text-align:center; margin:2% 1%;}
.shiming_a dl dt{}
.shiming_a dl dd{ padding-top:10px;}
.zhengshu_a{ width:100%; overflow:hidden; zoom:1;}
.zhengshu_a{ width:100%; overflow:hidden; zoom:1;}
.zhengshu_a dl{ width:31.3%; float:left;  text-align:center; margin:2% 1%;}
.zhengshu_a dl dt img{border:1px #ccc solid; width:100%;}
.zhengshu_a dl dd{ padding-top:10px; font-size:14px;}


/*/about*/
/*youwenbida*/
.daA { padding-top:5%;}

.daA .sel3{  /*appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none; */
  width:22%;
   -webkit-appearance:none; /*去除系统默认的样式*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);  /* 点击高亮的颜色*/ border:0; background:url(../images/arrow-down1.png) no-repeat 92% center; font-weight:500; padding-right:1%; border:1px #ccc solid; height:30px; line-height:30px; border-radius:4px; font-size:12px;}
.daA div{ padding:5px 0; }
.daA div label{ font-size:14px;}
.daA .inputa1{ width:80%; height:30px; border:1px #ccc solid}
.daA textarea{ width:80%; height:80px;border:1px #ccc solid}
.daA div a{ border:0;width: 60px; display:inline-block; line-height: 30px; text-align: center; height: 30px; border-radius: 6px; background-color:#2087ef; color:#fff;} 
.daA div span{ color:#1460AC; font-size:12px;}
.fonta5{font-size: 14px; line-height: 26px; color: #333;}
.ti_jy{ width:100%; margin:0 auto; text-align:center; line-height:30px; background-color:#2087ef; color:#fff; border-radius:6px; border:0; float:right; display:inline-block; margin-right:20%;/*position:absolute; right:28px; top:48%;*/}



/*youwenbida*/
/*lianxiwomen*/
.abcontact-con{padding:0px 0;}
.contact-all{width:90%;margin:2% auto; overflow: hidden;zoom:1}
.contact-all dl{width:100%;float:left; text-align: center;margin:10px 0px 10px 0px;}
.contact-all dl dt{ float:left; width:80px; height:80px;}
.contact-all dl dt img{ vertical-align:middle}
.contact-all dl dd{font-size:15px; float:left; padding-top:7%; padding-left:2%;}

.can_left_map{ width:100%;}
.can_right{ width:100%;}
.can_right{ font-size:14px; line-height:26px;}
.data_shangh{ font-size:14px; line-height:28px; padding-top:2%; color:#555;}
.data_shangh b{ font-size:15px; color:#555;}
/*/lianxiwomen*/

.mszr{width:100%; float:left; padding:10px 0; padding-bottom:15%;}
.mszr ul li{
	width:46%; 
	margin:5px 1.5%; 
	display:inline-table;  
	text-align:center; 
	overflow:hidden;
	}
.mszr ul li a{    
	font-size: 16px;
    color: #333;
    font-weight: 500;
    overflow: hidden;
    display: inline-block;
    }
.mszr ul li a span{ margin:3% 0; display:block;}
.mszr ul li a img{width:40%; height:auto; display:block; text-align:center; margin:0 auto; padding:4% 0 0 0;}

footkx{width:100%; height:142px; float:left; border:1px #d00 solid}
#foot{
	max-width: 640px;
    width: 100%;
    float: left;
    height: 60px;
    line-height: 60px;
    background: #e2e2e3;
    position: fixed;
    bottom: 0;
    z-index: 99999;
    overflow: hidden;
    margin: 0 auto;
   
	}
#foot a {
    float: left;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding-top: 20px;
    font-family: "微软雅黑";
    font-size: 12px;
    color: #333;
    border-right: 1px #fff solid;
    width: 25%;
    display: inline-block;
	line-height:18px;
	 }
#foot .foot0{ text-align:center; color:#fff;}
#foot a:hover{ background:#0eb3e9; color:#fff;}
#foot a{width:25%;float:left; margin:0px; padding:0px; line-height:60px;}

/*cdn*/

.user-edong{margin-top:10px}
.user-show{}
.user-dl{margin:10px auto; overflow: hidden;zoom:1}
.user-dl dl dt,.user-dl dl dd{}
.user-dl dl dt{ float:left; width:35%; overflow:hidden; zoom:1;}
.user-dt{ float:left;}
.user-dt img{  border:1px #ccc solid}
.user-dl dl dd{ float:right; line-height:18px; width:63%;font-size:12px;}


.flexslider{margin:0 auto;position:relative;overflow:hidden;zoom:1;padding:0 1px;}
.flex-viewport{-webkit-transition:all 1s ease;-moz-transition:all 1s ease;transition:all 1s ease;}
.flexslider .slides{zoom:1; overflow:hidden; zoom:1;}
.flex-direction-nav a{width:50px;height:50px;line-height:20em;overflow:hidden;margin:-50px 0 0;display:block;/*background:url(../images/ad_ctr.png) no-repeat;*/position:absolute;top:50%;z-index:10;cursor:pointer;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .3s ease; border-radius:50px; }
.flex-direction-nav .flex-next{background-position:0 -90px;right:0;}
.flex-direction-nav .flex-prev{left:0;}
.flexslider:hover .flex-next{opacity:0.8;filter:alpha(opacity=25);}
.flexslider:hover .flex-prev{opacity:0.8;filter:alpha(opacity=25);}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover{opacity:1;filter:alpha(opacity=50);}
.flex-control-nav{width:100%;position:absolute;text-align:center;margin-top:5px}
.flex-control-nav li{margin:0 5px;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{background-position:0 0;}

.case-logo{margin:30px auto; overflow: hidden;zoom:1}
.case-logo li{float:left;width:220px;height:140px;margin:8px; text-align: center;line-height:140px;border:1px solid #e1e1e1; background: #fff;}
.case-logo li img{width:80%}
.case-logo li:hover{box-shadow: 0px 0px 6px #2087EF;border-color:#fff}
.lj{ width:25%; border:1px #ccc solid; text-align:center; line-height:30px; float:right; border-radius:10px;}
/*cdn*/

/*product_cdn*/
.product_cdn{ line-height:30px; font-size:14px;}
/*.product_cdn span{ font-size:16px; font-weight:bold; }*/
.product_cdn1{ font-size:14px; color:#333; line-height:28px; margin:8% 0;}
.product_cdn2{ margin:8% 0;}
.product_cdn2 img{ padding-bottom:3%;}
/*product_cdn*/

/*jiejuefangan1*/
.bold_y{font-size:16px; color:#000; font-weight:bold;}
.jiejue1 dl{ clear:both; overflow:hidden; zoom:1; margin:15px 0; }
.jiejue1 dl img{ vertical-align:middle; float:left}
.jiejue1 dl span{line-height:24px; padding-top:5%; margin-left:25%; display:block; font-size:14px;}

.jiejue2 dl{ clear:both; overflow:hidden; zoom:1; margin:15px 0; }
.jiejue2 dl img{ vertical-align:middle; float:left}
.jiejue2 dl span{line-height:24px; padding-top:5%; margin-left:25%; display:block; font-size:14px;}
.jiejue2 dl span b{font-size:16px; font-weight:bold}

/*jiejuefangan1*/

/*chanpin2*/
.prod_ZZ{ font-size:14px; line-height:26px; color:#333; text-indent:2em; }

/*chanpin2*/
/*chanpin3*/
.yx_js{ font-size:14px; line-height:26px; }


/*chanpin3*/

/*wangzhanjianshe_new*/
.LISTA1{ text-align:center}
.LISTA1 li{ width:25%; float:left; list-style:none;text-align:center;vertical-align: middle; margin-top:2%; border-right:1px #ccc dashed }

.LISTA1 li img{  display:block; text-align:center;vertical-align: middle; width:90%; margin:0 auto}
.title_q{ font-size:18px; color:#444; font-weight:bold}
.fonta8{ font-size:14px; line-height:24px; }
.list_q span{ width:25%; float:left; display:block; height:30px; line-height:30px; color:#fff; text-align:center; margin:0 2%}
.fonta9{ font-size:14px; line-height:24px; color:#333; text-indent:2em; padding-top:2%;}

/*wangzhanjianshe_new*/.wraper{width:640px; height:100%; margin:0 auto;  position:relative;}

/*youwenbidalist*/
.form_ywbd{ width:33%; float:left; background-color:#f2f2f2; border-right:1px #ccc solid}

.form_ywbd:hover{ background-color:#dfdedc}
.form_ywbd .sel4{  /*appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none; */
  width:100%;
  padding-left:20%;
   -webkit-appearance:none; /*去除系统默认的样式*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);  /* 点击高亮的颜色*/ border:0; background:url(../images/arrow-down1.png) no-repeat 90% center; font-weight:500; padding-right:1%; height:30px; line-height:30px; border-radius:4px; font-size:12px;
  
  }

.table_ywbd{ width:100%; overflow:hidden; zoom:1; clear:both}
.tab_yw_nr{ border:1px #ccc solid; margin-top:3%; overflow:hidden;font-size:14px;display:block; overflow:hidden; zoom:1;}
.tab_yw_nr h2{  line-height:60x; padding:2% 0; font-size:14px;}
.tab_yw_nr span{ display:block; width:30%; float:left}
.tab_yw_nr strong { font-weight:400}
.tab_yw_nr span a{ background:none; color:#333; font-size:14px;  display:inline-block; width:100%; text-align:left}
.tab_yw_nr dl{ overflow:hidden; zoom:1;}
.tab_yw_nr dl dd{ width:23%; float:left; background-color:#999; height:80px; margin:0% 1%; margin-top:1.5%; text-align:center}
/*youwenbidalist*/

/*youwenbidaxiangqing*/
.ywbd_xq_nr{ border:1px #fff solid; overflow:hidden; zoom:1; line-height:30px; border-bottom:1px #ccc solid; font-size:14px; padding:2% 0;overflow:hidden; zoom:1; }
.ywbd_xq_nr img{ vertical-align:middle;}
.ywbd_xq_nr span{display:block; font-size:16px; font-weight:bold; color:#333;}
.ywbd_xq_nr span 
.ywbd_xq_nr a{float:right; width:40%; background:none; color:#333; padding-top:3%;}

.input_text{ width:65%; height:35px; margin-left:2%; border:1px #ccc solid; padding-left:5%;}
.pos_gd{ padding-top:5%;}
.pos_gd img{ vertical-align:middle}

.F_song{ width:60px; height:35px; background-color:#fff; border:1px #ccc solid;}

.inputa1{ }


/*youwenbidaxiangqing*/



