﻿/*===================
========Reset========
===================*/
blockquote,body,button,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,td,textarea,th,ul {
	margin:0;
	padding:0;
	-webkit-tap-highlight-color:rgba(0,0,0,0)
}
html {
    font-family:  "arial, helvetica, sans-serif",'sans-serif', "Tahoma", "Helvetica";
    font-size: 62.5%;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
body{
	font-size: 1.6rem;
	line-height: 1.5; 
	height: 100%;
	color: #656565;
	overflow-x: hidden; 
	-webkit-overflow-scrolling: touch;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary,main,menu { 
	display: block; 
}

audio, canvas, progress, video { 
	display: inline-block; vertical-align: baseline; 
}
audio:not([controls]) { 
	display: none; height: 0; 
}
[hidden], template { 
	display: none; 
}
svg:not(:root) { 
	overflow: hidden; 
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 500
}
img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}
ul,ol,li {
    list-style: none;
}
a{
	text-decoration:none;
	background:0 0;
	color: inherit;
}
a:active, a:hover, a:focus {
	outline:0
}
b,strong {
	font-weight:700
}
sub,sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline
}

button,input,optgroup,select,textarea {
	color:inherit;
	font:inherit;
	margin:0;
	outline:0
}
button,select {
	text-transform:none
}
select {
	-webkit-appearance:none;
	border:none
}
hr{
	border:0;
	height:1px
}
table{
	border-spacing: 0;
    border-collapse: collapse;
}
input {
	line-height:normal
}
button, html input[type="button"], input[type="reset"], input[type="submit"] { 
	-webkit-appearance: button; cursor: pointer; 
}
input[type="checkbox"],input[type="radio"] {
	box-sizing:border-box;
	padding:0
}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
	height:auto
}
input[type="search"] {
	-webkit-appearance:textfield;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
	-webkit-appearance:none
}


/*===================
========Public========
===================*/

.xyh-box,.xyh-box * {
	-webkit-box-sizing:content-box!important;
	-moz-box-sizing:content-box!important;
	box-sizing:content-box!important;
}
.xyh-border,.xyh-border * {
	-webkit-box-sizing:border-box!important;
	-moz-box-sizing:border-box!important;
	box-sizing:border-box!important
}
.circle {
	border-radius:100%
}
.show {
	display:block!important
}
.hide {
	display:none!important
}
.floatL{
	float: left;
}
.floatR{
	float: right;
}
.txtC{
	text-align: center;
}
.txtL{
	text-align: left;
}

/* 字体 */
.f12{
	font-size: 12px;
}
.f13{
	font-size: 13px;
}
.f14{
	font-size: 14px;
}
.f16{
	font-size: 16px;
}
.f18{
	font-size: 18px;
}
.f20{
	font-size: 20px;
}
.f22{
	font-size: 22px;
}
.f24{
	font-size: 24px;
}
.f26{
	font-size: 26px;
}
.f28{
	font-size: 28px;
}
.f30{
	font-size: 30px;
}
.f32{
	font-size: 32px;
}
.f34{
	font-size: 34px;
}
.f36{
	font-size: 36px;
}


/* 间距 */
.mt5{
	margin-top: 5px;
}
.mt10{
	margin-top: 10px;
}
.mt15{
	margin-top: 15px;
}
.mt20{
	margin-top: 20px;
}
.mr5{
	margin-right: 5px;
}
.mr10{
	margin-right: 10px;
}
.mr15{
	margin-right: 15px;
}
.mr20{
	margin-right: 20px;
}
.mb5{
	margin-bottom: 5px;
}
.mb10{
	margin-bottom: 10px;
}
.mb15{
	margin-bottom: 15px;
}
.mb20{
	margin-bottom: 20px;
}
.ml5{
	margin-left: 5px;
}
.ml10{
	margin-left: 10px;
}
.ml15{
	margin-left: 15px;
}
.ml20{
	margin-left: 20px;
}
.xyh-m10{
	margin: 10px;
}
.m15{
	margin: 15px;
}
.m20{
	margin: 20px;
}

.pt5{
	padding-top: 5px;
}
.pt10{
	padding-top: 10px;
}
.pt15{
	padding-top: 15px;
}
.pt20{
	padding-top: 20px;
}
.pr5{
	padding-right: 5px;
}
.pr10{
	padding-right: 10px;
}
.pr15{
	padding-right: 15px;
}
.pr20{
	padding-right: 20px;
}
.pb5{
	padding-bottom: 5px;
}
.pb10{
	padding-bottom: 10px;
}
.pb15{
	padding-bottom: 15px;
}
.pb20{
	padding-bottom: 20px;
}
.pl5{
	padding-left: 5px;
}
.pl10{
	padding-left: 10px;
}
.pl15{
	padding-left: 15px;
}
.pl20{
	padding-left: 20px;
}
.p10{
	padding: 10px;
}
.p15{
	padding: 15px;
}
.p20{
	padding: 20px;
}

.display-inline {
	position:relative;
	display:inline-block;
	*display:inline;
	*zoom:1
}
.display-block{
	display: block;
}
.txt-elip {
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap
}
.display-unselect {
	-moz-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none
}
.fixclear{
	clear:both;
	*zoom:1
}
.fixclear:after{
	content:'';
	clear:both;
	*zoom:1;
	display:block;
	height:0
}
.box-wrap{
	width: 1200px;
	margin: 0 auto;
}

a:link {
	color: #666666;
	cursor: pointer;
	text-decoration: none;
}

a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #2375c1;
	text-decoration: none;
}

a:active {
	color: #666666;
	text-decoration: none;
}
.trans {
	transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.pos-relative{ 
	position: relative;
	}
.pos-absolute{ 
	position: absolute;
	}
.pos-fixed{ 
	position: fixed;
	}
.container{
	width: 1200px;
	margin: 0 auto;
	padding: 0;
}
/*返回顶部*/
a.upTop {
	transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	display: block;
	width: 45px;
	height: 45px;
	background: rgba(0, 0, 0, .3) url('../images/upTop.png') no-repeat center center;
	position: fixed;
	right: 2px;
	bottom: 80px;
	z-index: 999;
}
a.upTop:hover{
	background: rgba(35, 117 ,193, .8) url('../images/upTop.png') no-repeat center center;
}

/*********************更改滚动条样式***********************/

/*Webkit,Opera9.5+,Ie9+*/
::selection {
	background: #fe85ae;
	color: #fff;
}

/*Mozilla Firefox*/
::-moz-selection {
	background: #fe85ae;
	color: #fff;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
	width: 4px;
	height: 16px;
	background-color: #fff;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
	/*border-radius: 10px;*/
	background-color: #f2f2f2;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
	cursor: pointer;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: rgba(18, 79, 160, 1);
	border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
	background-color: rgba(18, 79, 160, 1);
}

::-webkit-scrollbar-thumb:active {
	background-color: rgba(18, 79, 160, 1);
}

@-webkit-keyframes fadeInUp4 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp4 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInUp5 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 35px, 0);
    transform: translate3d(0, 35px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp5 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 35px, 0);
    -ms-transform: translate3d(0, 35px, 0);
    transform: translate3d(0, 35px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
/*1024时显示*/
.hidden-mid{
	display: none!important;
}
@media (max-width: 1025px) {
	.hidden-xs{
		display: none!important;
	}
	.hidden-mid{
		display: block!important;
	}
}

