
@font-face {font-family: "iconfont";
  src: url('http://at.alicdn.com/t/font_xhkj3o19artchaor.eot?t=1480055985461'); /* IE9*/
  src: url('http://at.alicdn.com/t/font_xhkj3o19artchaor.eot?t=1480055985461#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('http://at.alicdn.com/t/font_xhkj3o19artchaor.woff?t=1480055985461') format('woff'), /* chrome, firefox */
  url('http://at.alicdn.com/t/font_xhkj3o19artchaor.ttf?t=1480055985461') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('http://at.alicdn.com/t/font_xhkj3o19artchaor.svg?t=1480055985461#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.icon-shanghai:before { content: "\e64d"; }

.icon-icon03:before { content: "\e610"; }

.icon-dianpu:before { content: "\e612"; }

.icon-dianhua:before { content: "\e627"; }

.icon-22:before { content: "\e618"; }

.icon-iconset0103:before { content: "\e602"; }

.icon-zhongfu:before { content: "\e642"; }

.icon-mubiao:before { content: "\e608"; }

.icon-tongyonggengduo:before { content: "\e63c"; }

.icon-shangbiaorenzheng:before { content: "\e611"; }

.icon-shouyeshouye:before { content: "\e632"; }


.mt20{ margin-top:20px;}
.br{border-right: 1px solid #efefef;}
.bd{ border-bottom: 1px solid #efefef;}
.b1{ background-color:#3d95ec;}
.b2{ background-color:#fd5a66;}
.b3{ background-color:#c785ce;}

.btn{
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 60%;
	border-style: none;
	padding: 8px 30px;
	line-height: 24px;
	color: #fff;
	font: 1.5em "Microsoft YaHei";
	cursor: pointer;
	border: 1px #ae7d0a solid;
	-webkit-box-shadow: inset 0px 0px 1px #fff;
	-moz-box-shadow: inset 0px 0px 1px #fff;
	box-shadow: inset 0px 0px 1px #fff;/*ÄÚ·¢¹âÐ§¹û*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;/*±ß¿òÔ²½Ç*/
	text-shadow: 1px 1px 0px #b67f01;/*×ÖÌåÒõÓ°Ð§¹û*/
	background-color: #feb100;
	background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#feb100), to(#e8a201));
	background-image: -webkit-linear-gradient(top, #feb100 0%, #e8a201 100%);
	background-image: -moz-linear-gradient(top, #feb100 0%, #e8a201 100%);
	background-image: -ms-linear-gradient(top, #feb100 0%, #e8a201 100%);
	background-image: -o-linear-gradient(top, #feb100 0%, #e8a201 100%);
	background-image: linear-gradient(top, #feb100 0%, #e8a201 100%);/*ÑÕÉ«½¥±äÐ§¹û*/
}
.btn:hover {
    background-color:#e8a201;
    background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#e8a201), to(#feb100));
    background-image: -webkit-linear-gradient(top, #e8a201 0%, #feb100 100%);
    background-image: -moz-linear-gradient(top, #e8a201 0%, #feb100 100%);
    background-image: -ms-linear-gradient(top, #e8a201 0%, #feb100 100%);
    background-image: -o-linear-gradient(top, #e8a201 0%, #feb100 100%);
    background-image: linear-gradient(top, #e8a201 0%, #feb100 100%);
}

/* --------------  */
/*  custom-select  */
/* --------------  */
.custom-select {
  position: relative;
}
.custom-select select {
  width:100%;
  margin:0;
  background:none;
  border: 1px solid transparent;
  outline: none;
  /* Prefixed box-sizing rules necessary for older browsers */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* Remove select styling */
  appearance: none;
  -webkit-appearance: none;
  /* Font size must the 16px or larger to prevent iOS page zoom on focus */
  /* General select styles: change as needed */
  font-family: helvetica, sans-serif;
  line-height:1.3;
}
.custom-select::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  top: 50%;
  right: 8px;
  margin-top:-4px;
  border:8px solid #929497;
  border-width: 8px 5px 8px;
  border-color: #929497 transparent transparent transparent;
  z-index: 2;
  pointer-events:none;
}
/* Hover style */
.custom-select:hover {
  border:1px solid #efefef;
}
/* Focus style */
.custom-select select:focus {
  outline:none;
  background-color:transparent;
  color: #222;
}
/* Set options to normal weight */
.custom-select option {
  font-weight:normal;
}
x:-o-prefocus, .custom-select::after {
  display:none;
}    
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  .custom-select select::-ms-expand {
    display: none;
  }
  .custom-select select:focus::-ms-value {
    background: transparent;
    color: #222;
  }
}  
@-moz-document url-prefix() { 
  .custom-select {
    overflow: hidden;
  }
  .custom-select select {
    width: 120%;
    width: -moz-calc(100% + 3em);
    width: calc(100% + em);
  }
  
}
.custom-select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}


label {
	display: inline;
}

.regular-checkbox {
	display: none;
}

.regular-checkbox + label {
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
}

.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.regular-checkbox:checked + label {
	background-color: #e9ecee;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
}

.regular-checkbox:checked + label:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #99a1a7;
}

.jsq{width:100%; max-width:640px; color:#333; font-size:1.1em; }

.jsq form{width:100% ;height:100%}

.jsq form fieldset{ width:80%; margin-left:auto; margin-right:auto;  margin-top:6%; margin-bottom:6%; border: solid 1px #eaeaea; padding:3%; background-color:#FFFFFF;}
.jsq form fieldset legend{ font-size:1.8em; color:#3498db; font-weight:600; line-height:2em;}
.jsq form fieldset .label{ 
display:block; 
border-bottom: solid 1px #eaeaea; 
padding-bottom:10px; 
padding-top:10px;
line-height:1.5em;
padding-left:5px;}
.jsq form fieldset .label1{ 
display:block; 
border-bottom: solid 1px #eaeaea; 
padding-bottom:10px; 
padding-top:10px;
line-height:1.5em;
}
.jsq form input{
	width:60%; font-size:1.5em;
	text-indent: 10px;
}
.jsq form fieldset .label span{ width:30%; float:left; display:block;}
.jsq form fieldset label input,select{ margin-left:10px; margin-right:10px;}
.jsq p{ display:block; line-height:1.2em; font-size:0.9em; color:#999; text-align:center}

.bg2{ background-image:url(../images/bg.jpg); background-repeat:no-repeat; background-size: auto 100%;}
.cmnr{}
section h1{font-size:1.2rem; line-height:1.5rem; color:#fff; text-align:center; padding-top:15px;}
.hm_jinji ul{ width:100%; border-top:1px solid #f1f1f1;border-right:1px solid #f1f1f1; height:auto; overflow:auto}
.hm_jinji li{ width:49%; float:left;border-bottom:1px solid #f1f1f1;border-left:1px solid #f1f1f1; padding-bottom:3%}
.hm_jinji li i{ float:left; font-size:1rem; width:25%; text-align:center; margin-top:9%; color:#00a9ef; margin-right:2%}
.hm_jinji li i.tb1{ color:#f6b825}
.hm_jinji li i.tb2{ color:#fb727b}
.hm_jinji li i.tb3{ color:#f6b826}
.hm_jinji li i.tb4{ color:#38bb9b}
.hm_jinji li i.tb5{ color:#7dbbe4}
.hm_jinji li span{ float:left; font-size:0.8rem; line-height:1.2rem; color:#666; width:70%; margin-top:8%}
.bgbai{ background:#fff; height:auto; width:86%; max-width:640px; margin-left:auto; margin-right:auto;}
.qyfz{width:100%; max-width:640px;background-color:#FFFFFF; margin-top:20px; margin-bottom:20px}
.qyfz h1{
	border-bottom:1px solid #efefef;
	height:2.5em;
	line-height:2.5em;
	font-size:1.8em;
	color:#333;
	font-weight:bold;
	text-align:center;
	display:block;
	}
.qyfz article{}
.qyfz ul{}
.qyfz li{ display:block; float:left; width:49.8%; text-align:center; padding-top:1.2em; padding-bottom:1.2em; }
.qyfz li a{ width:80%; display:block; margin-left:auto; margin-right:auto;}
.qyfz .img{ float:left; width:50%;}
.qyfz .img img{ height:65px;}
.qyfz .txt{float:left; font-size:1.4em; color:#666; width:50%; line-height:3.5em;}

