html {
	font-size: 14px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body,nav,dl,dt,dd,p,h1,h2,h3,h4,ul,ol,li,input,button,textarea,footer{
	padding: 0;
	margin: 0;
	font-size: 1em;
	line-height: 1.4;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
}
body{
	color: #555;
	-webkit-text-size-adjust: none;
	font-family: Arial, "Microsoft Yahei", "Hiragino Sans GB W3";	
}
button,input{
    font-family: Arial, "Microsoft Yahei", "Hiragino Sans GB W3";
}
h1,h2,h3,h4,h5,h6{
	font-weight: 400;
	padding: 0;
	margin: 0;
}
ul,ol,li,dl,dt,dd{
	list-style: none;
}
img,a{
	-webkit-touch-callout:none;
}
table { 
	border-collapse:collapse; 
	border-spacing:0
}
a{
	color: #555;
	text-decoration: none;
}
a.has-line{
	text-decoration: underline;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #ccc;
}

body.custom-background{
	background-image: url('../images/main-bg.jpg');
	background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }

.pull-left{
	float: left;
}
.pull-right{
	float: right;
}
.text-center{
	text-align: center;
}
.green{
	color: #27b399;
}
.light-gray{
	color: #9fa4a9;
}
.grey-section{
	background: #f6f7f7;
	min-width:1170px;
}
.white-section{
	background: #fff;
	min-width:1170px;
}
.green-section{
	background: #27b399;
	color: #fff;
	min-width:1170px;
}
.darkgray-section{
	background: #34393f;
	min-width:1170px;
}
.transparent-section{
	background: rgba(50,65,85,0.75);
	color: #fff;
	min-width:1170px;
}
.container{
	width: 1170px;
	margin: 0 auto;
}
.col-3,.col-2,.col-4,.col-5,.col-6{
	float: left;
}
.col-5{
	width: 50%;
}
.col-2{
	width: 20%;
}
.col-3{
	width: 30%;
}
.col-4{
	width: 40%;
}
.col-6{
	width: 60%;
}
.ui-btn{
	border-radius: 4px;
	display: inline-block;
	min-width: 170px;
    max-width: 100%;
    padding: 12px 28px;
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
    font-weight: 600;
    text-align: center;
}
a.ui-btn:hover{
	opacity: 0.8;
	transition:all .1s ease-in-out;
}
.white-line-btn{
	background: transparent;
	border: #fff 2px solid;
}
.green-btn{
	background: #27b399;
	border: #27b399 2px solid;
}
.red-btn{
	background: #f4511e;
	border: #f4511e 2px solid;
}
.yellow-btn{
	background: #e7ac44;
	border: #e7ac44 2px solid;
}
.blue-btn{
	background: #3ab0e2;
	border: #3ab0e2 2px solid;
}
.gray-btn{
    background: #ccc;
    border: #ccc 2px solid;
}
/*top header*/
.top-header{
	border-bottom: 1px solid #d9dde0;
	padding: 5px 0;
}
.top-header p{
	line-height: 30px;
}
.top-header .red-btn{
	padding: 4px 10px;
	display: inline-block;
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	transition:all .1s ease-in-out;
}

.top-header .eml{
	line-height: 30px;
}

.top-header .margin-me{
	margin-left:10px;
}

.top-header .red-btn:hover{
	background: #d84315;
	border-color: #d84315; 
}
/*main header*/
.hearder-logo{
	display: inline-block;
	margin-right: 8px;
	vertical-align: middle;
}
.hearder-logo img{
    width: 60px;
}
.site-description{
	display: inline-block;
	vertical-align: middle;
    padding: 15px 0 20px;
}
.site-title{
	color: #4f4f4f;
	font-size: 32px;
	font-weight: 700;
}
.site-tagline{
	padding: 0 0 0 2px;
    margin: 0;
    color: #797979;
}
.main-nav{
	padding: 42px 0;
}
.main-nav li{
	float: left;
	padding-left: 40px;
	color: #555;
}
.main-nav li a:hover,.main-nav .active a{
	color: #27b399;
}

/*footer*/
.footer{
	padding: 20px 0 15px;
}

/*页面动画*/
.animated {
    -moz-animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -moz-animation-duration: 1000ms;
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -moz-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -moz-animation-delay: 200ms;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms
}
.anHidden {
    visibility: hidden
}
.anVisible {
    visibility: visible
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        -moz-transform: translate3d(-10%, 0, 0);
        -ms-transform: translate3d(-10%, 0, 0);
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0)
    }
    to {
        opacity: 1;
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
	-moz-animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -moz-transform: translate3d(10%, 0, 0);
        -ms-transform: translate3d(10%, 0, 0);
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0)
    }
    to {
        opacity: 1;
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInRight {
	-moz-animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
.fadeIn {
	-moz-animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -moz-transform: translate3d(0, -10%, 0);
        -ms-transform: translate3d(0, -10%, 0);
        -webkit-transform: translate3d(0, -10%, 0);
        transform: translate3d(0, -10%, 0)
    }
    to {
        opacity: 1;
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInUp {
	-moz-animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -moz-transform: translate3d(0, 10%, 0);
        -ms-transform: translate3d(0, 10%, 0);
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0)
    }
    to {
        opacity: 1;
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInDown {
	-moz-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}