html,body{overflow: auto;font-size:62.5%;height:auto;-webkit-overflow-scrolling: touch;}
body,button, input, select, textarea{font-size:14px;font-family: SourceHanSansCN-Regular!important;
color: #4A4A4A; background-color: #F7F7F7;word-break:break-all;word-wrap:break-word;text-align:justify;text-justify:inter-ideograph;}
img{vertical-align: middle;color:#c6c6c6;text-align:center;}
ol,ul,li {list-style:none;padding: 0;margin: 0;}
table{border-collapse:collapse; border-spacing:0;width: 100%;}
:focus{outline:none;}
a{color:#3C3C3C;text-decoration:none;blr:expression(this.onFocus=this.blur());cursor: pointer;}
a:hover{text-decoration:none;outline:0}
p,body{margin: 0;padding: 0;}
.hover_unl:hover,.unl{text-decoration: underline;}
.clearfix:after{display: block;visibility: hidden;font-size: 0;content:" ";clear: both;height: 0;}
.clearfix{zoom:1;}
.fl{float:left;display:inline;}
.fr{float:right;display:inline;}
.pr{position: relative;}
.pa{position: absolute;}
.vm{vertical-align: middle;}
.tc{text-align: center;}
.display_n{display: none;}
.display_b{display:block;}
html {
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0)
}
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
:after,:before {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
div,p{
	box-sizing:border-box;  
	-moz-box-sizing:border-box; /* Firefox */  
	-webkit-box-sizing:border-box; /* Safari */  
}
/*去掉iOS阴影*/
input[type="text"],input[type="number"],input[type="password"],textarea{
　　border: none;
    outline: none;
    -webkit-appearance: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input[type="radio"]{margin:0 5px 0 0;}
/*自定义placeholder*/
::-webkit-input-placeholder { /* WebKit browsers */
    color:#d6d6d6;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#d6d6d6;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#d6d6d6;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#d6d6d6;
}
/*重写select样式*/
select {
  border: solid 1px #65A4DE;
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  background:#fff url(../imgs/opt.png) no-repeat 98% center;
  padding-right: 14px;
}
/*radio/checkbox*/
input[type="radio"].check,input[type="checkbox"].check{
  display:inline-block;width:20px;height:20px;cursor:pointer;position:relative;
 overflow:visible;border:0;background:0 0;-webkit-appearance:none;outline:0;margin: 0;margin-right:5px;vertical-align:middle;margin-top: -2px;}
input[type="radio"].check:before,input[type="radio"].check:checked:before
,input[type="checkbox"].check:before,input[type="checkbox"].check:checked:before{
	cursor: pointer;display:block;position:absolute;left:0px;top:0px;
	width:20px;height:20px;background-color:#fff;margin-top: 0px;}
input[type="radio"].check:before{background: url(../imgs/unselected.png) no-repeat;content: " ";background-size: cover;}
input[type="radio"].check:checked:before{background: url(../imgs/selected.png) no-repeat;content: " ";background-size: cover;} 
input[type="checkbox"].check:before{background: url(../imgs/duoxuan.png) no-repeat;content: " ";background-size: cover;} 
input[type="checkbox"].check:checked:before{background: url(../imgs/duoxuan1.png) no-repeat;content: " ";background-size: cover;}
.gray input[type="checkbox"].check:before{background: url(../imgs/duoxuan_g.png) no-repeat;content: " ";background-size: cover;} 
.gray input[type="checkbox"].check:checked:before{background: url(../imgs/duoxuan1_g.png) no-repeat;content: " ";background-size: cover;}
.gray input[type="radio"].check:before{background: url(../imgs/unselected_g.png) no-repeat;content: " ";background-size: cover;}
.gray input[type="radio"].check:checked:before{background: url(../imgs/selected_g.png) no-repeat;content: " ";background-size: cover;} 



/*header*/
.lnhead{position: fixed;top: 0;left: 0;width:100%;z-index: 10;background: url(../imgs/top_bg.png) no-repeat;background-size: cover;}
.top_nav{margin-left: 75px;}
.top_nav>a{line-height:50px;font-size:16px;display: inline-block;color: #fff;width: 73px;text-align: center;margin-right: 20px;float: left;font-weight: bold;}
.top_nav>a:hover,.top_nav>a.active{background: #fff;color:#68a5df;}
.login,.login:hover,.login.active,.login:focus{width: 75px;height: 34px;margin-top:8px;float: right;background:#fff;text-align: center;border-radius: 2px;line-height: 32px;font-size: 17px;color:#68a5df;}
.site-nav-user a{color:#fff;}
.site-nav-user:hover{background: #fff;color:#68a5df;}
.site-nav-user:hover a{color:#68a5df;}
.site-nav-user{display:inline-block;padding: 0 5px;}
.site-nav-menu{box-shadow: 0px 0px 13px 0px rgba(62, 73, 84, 0.26);display:none;position: absolute;left: 0;top:50px;padding: 8px;line-height: normal;border: 1px solid #EEE;background: #FFF;width:330px;}
.site-nav-menu div{float:left;margin-left:14px;}
.site-nav-menu div p{margin:0 0 6px 0;font-size:14px;color:#4a4a4a;}
.site-nav-menu img{width:50px;height:50px;float:left;margin-top:21px;}
.site-nav-user:hover .site-nav-menu{display:block;}
.myform,.myform:hover{width:100px;text-align: center;color: #fff;font-size: 16px;margin-right:20px;font-weight: bold;line-height:25px;display: inline-block;border-right: 1px solid #fff;}

/*footer*/
.footer{background-color: #363E52;height: 40px;text-align: center;line-height: 40px;color: #fff;}
.footer a{color: #fff;}


.content_form{width: 1100px;margin-left: auto;margin-right: auto;}
.white_bg{background: #fff;}
.fixedgray{position: fixed;background: rgba(0,0,0,0.6);top: 0;left: 0;width: 100%;height: 100%;}
.ml5{margin-left: 5px;}
.noform{padding:90px 30px;text-align: center;}

input[type="text"]{border: 1px solid #C8C8C8; width: 200px; height: 35px; padding-left: 10px;}

@media only screen and (max-width: 600px) {
    .sheji{display:none;}
}