@charset "UTF-8";



  
  .yuyan1{

    float: right;
    margin-left: 10px;
    height: 22px;
    line-height: 22px;
    margin-right: 10px;
 
  border-bottom: 1px solid #fff;
  }
  
  
  .yuyan1 a{
    display: inline-block;
    color: #fff;
 
  }
  
  .yuyan1 p{
    display: inline-block;
    float: left;
    margin-right: 5px;
  }
  .yuyan1 p img{
    width: 20px;
  }
  .yuyan1 span{
    display: inline-block;
    float: left;
  }
  
  
/*
  css reset
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: 0;
}

*:after,*:before{
    box-sizing: border-box;
}
input,textarea{
    font-family: inherit;
    box-sizing: border-box;

}
input[type="button"], input[type="submit"], input[type="reset"] {
-webkit-appearance: none;
}
textarea { -webkit-appearance: none;}


html {
    font-size: 10px;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

body {
    font-size: 1.4rem;
    font-family: "Microsoft YaHei", "Arial", "Helvetica", "Regular";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ul, ol, dl {
    list-style: none;
}

img {
    vertical-align: middle;
    border: none;
    max-width: 100%;
}


/*
  custom style
*/

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.clear-float:after {
    content: '';
    display: block;
    clear: both;
}

.clear-fix:before {
    content: "";
    display: table;
}

.clear-fix:after {
    content: '';
    display: block;
    clear: both;
}

.margin-over:before {
    content: "";
    display: table;
}


.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto
}


.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}


.position-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

.toUppercase {
    text-transform: uppercase;
}

.toCapitalize {
    text-transform: capitalize;
}

.only-one {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.only-three {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.only-four {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.hide {
    display: none;
}

.show {
    display: block;
}



/*
  this project common
*/

.container{
    width:100%;
    max-width:1200px;
}

body {
    max-width: 1920px;
    margin: 0 auto;
    color: #333;
    line-height: 23px;
    overflow-x: hidden;
}

.o-hidden{
	overflow: hidden;
}

/*body::-webkit-scrollbar-track {
    background-color: #fff
}

body::-webkit-scrollbar {
    width: 5px;
    background-color: #fff
}

body::-webkit-scrollbar-thumb {
    background-color: #c69c6d
}*/

.scroll-container{
    overflow-y: scroll;
}
.scroll-container::-webkit-scrollbar-track {
    background-color: #fff
}

.scroll-container::-webkit-scrollbar {
    width: 5px;
    background-color: #fff
}

.scroll-container::-webkit-scrollbar-thumb {
    background-color: #c69c6d
}

hr{
    margin-top:20px;
    margin-bottom:20px;
    border:0;
    border-top:1px solid #eee;
}

a {
    color: #333;
    text-decoration: none;
}

.p-t-85 {
    padding-top: 85px;
}
.p-tb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.p-tb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.p-tb-85 {
    padding-top: 85px;
    padding-bottom: 85px;
}

.p-lr-50 {
    padding-left: 50px;
    padding-right: 50px;
}

.p-lr-100 {
    padding-left: 100px;
    padding-right: 100px;
}
.m-b-10 {
    margin-bottom: 10px;
}
.m-b-20 {
    margin-bottom: 20px;
}
.m-b-30 {
    margin-bottom: 30px;
    margin-top: 30px;
}

.m-b-50 {
    margin-bottom: 50px;
}
.m-b-70 {
    margin-bottom: 40px;
    margin-top: 40px;
}

.m-b-85 {
    margin-bottom: 85px;
}

.m-lr-auto {
    margin-left: auto;
    margin-right: auto;
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

.link-a {
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
}

.bg-center {
    background: center center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
}

.is-table {
    display: table;
    height: 100%;
}

.is-table .table-cell {
    display: table-cell;
    vertical-align: middle;
}

.en-container {
    word-break: break-all;
}

.err-input[placeholder], .err-input::-webkit-input-placeholder {
    color: #c33 !important;
}


/*****************hamburger********************/

.hamburger {
    padding: 23px 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger {
    display: none;
    float: right;
    line-height: 0;
    position: relative;
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 3px;
    background-color: #184092;
    border-radius: 4px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}


.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}
@media screen and (max-width:991px) {
    .hamburger{
        display:block;
    }
}


/*
 * Elastic
 */

.hamburger--elastic .hamburger-inner {
    top: 0;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.15s 0.4s ease;
}

.hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
    transform: translate3d(0, 10px, 0) rotate(135deg);
    transition-delay: 0.1s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.1s;
}



/**/

.page_info{
    display: none;
}