/* CSS Document */
/*--base--*/
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td { margin: 0; padding: 0; }
img { border: 0 none; vertical-align: top; }
ul, li { list-style-type: none; }
h1, h2, h3, h4, h5, h6 { font-size: 14px; }

body, input, select, button, textarea { font-size: 12px; font-family:Avenir, Helvetica, Arial, sans-serif; color:#333333; }
body{min-width: 1400px; line-height: 150%; background-color:#ffffff;}
html,body{font-family:Avenir, Helvetica, Arial, sans-serif; }
button,input,select,textarea{ margin: 0; padding: 0; outline: none;border:none;background: none;}
button { cursor: pointer; }
i, em, cite { font-style: normal; }

a, a:link { color: inherit; text-decoration: none; cursor: pointer;}
/* a:visited {  } */
a:active, a:hover { text-decoration: none; color:#000000;-webkit-tap-highlight-color: rgba(255, 255, 255, 0);

  -webkit-user-select: none;

  -moz-user-focus: none;

  -moz-user-select: none; }
a:focus { outline: none; }
.fixed:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
.fixed { display: block; min-height: 1%; }
*html .fixed { height: 1%; }
/* .clear { display:block!important; float: none!important; clear: both; overflow: hidden; width: auto!important; height: 0!important; margin: 0 auto!important; padding: 0!important; font-size: 0; line-height: 0; } */
/*--input--*/
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
textarea { -webkit-appearance: none;}   
.fl, .fr { display: inline; float: left; }
.fr { float: right; }
b{ font-weight:normal;}
.blank10{ width:100%; height:10px; line-height:10px; clear:both; overflow:hidden;}

.wrapper{width:1400px;height: auto;margin: 0 auto;}
/*.3s动画过渡*/
.transtion_3s{-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;}
.transtion_4s{-webkit-transition:all .4s;-moz-transition:all .4s;-ms-transition:all .4s;-o-transition:all .4s;transition:all .4s;}
.transtion_6s{-webkit-transition:all .6s;-moz-transition:all .6s;-ms-transition:all .6s;-o-transition:all .6s;transition:all .6s;}

/* 	@media screen and (min-width:768px) and (max-width:1400px) {
			body{min-width: 100%;min-width: 768px;}
		 .wrapper{width:100%}
		} */
		@media screen and (max-width: 1500px) {
		 
		  .wrapper{box-sizing: border-box;padding: 0 15px;}
		}
		@media screen and (max-width: 1400px) {
		 
		  body{min-width: 100%;}
		  .wrapper{width:100%;box-sizing: border-box;padding: 0 15px;}
		}
		@media screen and (max-width: 768px) {
			  .wrapper{width:100%;box-sizing: border-box;padding: 0 15px;}
		}