.n_header{
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    z-index: 51;
}
.n_header .container {
    border: 1px solid rgba(255,255,255,.3);
}
.n_header .header01{
    /*position: relative;*/
}
.n_header .header01 .logo {
    float: left;
    position: relative;
    width: 126px;
    height: 39px;
    margin: 28px 40px 30px 35px;
}
.n_header .header01 .logo.home-logo {
    width: 174px;
    height: 54px;
    margin: 0;
}
.n_header .header01 .logo a{
    text-indent: -9999px;
    display: inline-block;
    width: 126px;
    height: 39px;
    background-repeat: no-repeat;
    background-position:left center;
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: contain;
}
.n_header .header01 .logo.home-logo a {
    width: 174px;
    height: 54px;
}
.n_header .header01 .nav{
    /*float: right;*/
    clear: both;
}
.n_header .header01 .nav > ul{
    float: left;
    transition:all 0.5s ease-in-out;
    filter:alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;
    border-top: 1px solid rgba(255,255,255,.3);
}

.n_header .header01 .nav>ul li{
    width: 165px;
    float: left;
    text-align: center;
    border-left: 1px solid rgba(255,255,255,.3);
    /*position: relative;*/
}
.n_header .header01 .nav>ul li:nth-child(1) {
    border-left: none;
}
.n_header .header01 .nav>ul li a{
    height: 38px;
    line-height: 38px;
    color: rgba(255,255,255,.8);
    display: inline-block;
    font-size: 16px;
    position: relative;
}
.n_header .header01 .nav>ul li .active,
.n_header .header01 .nav>ul li a:hover{
    color: #c8a97d;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.n_header .header01 .nav>ul .nav_er{
    width:100%;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
}
.n_header .header01 .nav > ul .nav_er .div_dl{
    background: rgba(0,0,0,0.5);
    overflow: hidden;
    padding: 30px 0;
}
.n_header .header01 .nav > ul .nav_er .div_dl li {
    display: inline-block;
    float: inherit !important;
    margin-left: 0;
}
.n_header .header01 .nav > ul .nav_er .div_dl li + li {
    margin-left: 30px;
}
.n_header .header01 .nav > ul .nav_er .div_dl li a {
    font-size: 14px;
    color: #fff;
}

.n_header .header01 .nav.home-nav {
    float: right;
    clear: initial;
}
.n_header .header01 .nav.home-nav > ul {
    border-top: none;
}
.n_header .header01 .nav.home-nav > ul li {
    border-left: none;
    width: auto;
    margin-left: 75px;
}
.n_header .header01 .nav.home-nav > ul > li > a:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0%;
    right: 100%;
    bottom: 0;
    background: #ad986d;
    height: 1px;
    -webkit-transition-property: left,right;
    transition-property: left,right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.n_header .header01 .nav.home-nav>ul li .active:before,
.n_header .header01 .nav.home-nav>ul li a:focus:before,
.n_header .header01 .nav.home-nav>ul li a:hover:before {
    left: 0;
    right: 0;
}
.n_header .header01 .nav.home-nav .input-group {
    padding: 0;
}

.n_header.scroll_h{
    /*background: rgba(0,0,0,0.8);*/
    /*height: 90px;*/
}
.n_header.scroll_h .header01 .logo,
.n_header.n_black .header01 .logo{
    width: 211px;
    height: 48px;
    margin: 17px 0 0 0px;
    /*transform:translateX(10px);*/
    /*transition:transform 1s ease-out;*/
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.n_header.scroll_h .header01 .logo a{
    width: 211px;
    height: 48px;
}
.n_header.scroll_h .header01 .nav,
.n_header.n_black .header01 .nav{
    margin-top: 17px;
}
.n_header.scroll_h .header01 .nav>ul li{
    /*height: 57px;*/
}
.header03{display: none;}

.header-right {
    float: right;
    border-left: 1px solid rgba(255,255,255,.3);
}
.input-group {
    float: right;
    padding: 14px 0;
}
.input-group dl dt {
    float: left;
}
.input-group dl dd {
    float: left;
}
.home_control {
    font-size: 14px;
    color: rgba(255,255,255,.8);
    padding: 4px 10px;
    background: transparent;
    margin-right: -1px;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,.3);
    max-width: 40px;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    filter:alpha(opacity=0);
}
.btn_search {
    width: 19px;
    height: 19px;
    padding: 0;
    margin: 6px 0;
    background-color: transparent;
    background-image: url(../images/ico-1.png);
    background-repeat: no-repeat;
    background-position: right 0;
    border: none;
    outline: none;
    cursor: pointer;
}
.input-group:hover .home_control {
    max-width: 100px;
    opacity: 1;
    filter:alpha(opacity=100);
    margin-right: 20px;
}

.page-banner {
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center !important;
    -webkit-background-size: cover !Important;
    -moz-background-size: cover !Important;
    -o-background-size: cover !Important;
    background-size: cover !Important;
}
.page-banner.active {
    background-attachment: inherit;
}
.page-banner .container {
    height: 100%;
    position: relative;
}
.page-title-info {
    width: 422px;
    color: #fff;
    text-align: right;
    bottom: -60px;
    right: 0;
    position: absolute;
}
.page-title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #c8a97d;
    font-size: 24px;
    padding-right: 40px;
    letter-spacing: 4px;
}
.page-title-en {
    width: 100%;
    height: 95px;
    line-height: 95px;
    background: rgba(200,169,125,.5);
    display: block;
    font-size: 36px;
    padding-right: 40px;
}
.page-banner.odyasent-side {
    background-image: url(../images/odyasent-side.jpg);
}
.page-banner.brand-center-side {
    background-image: url(../images/odyasent-side.jpg);
}
.page-banner.service-side {
    background-image: url(../images/odyasent-side.jpg);
}
.page-banner.join-odyasent-side {
    background-image: url(../images/odyasent-side.jpg);
}
.page-banner.media-center-side {
    background-image: url(../images/odyasent-side.jpg);
}

.footer-up {
    width: 100%;
    background: #434343;
    padding: 114px 0 56px;
}
.footer-left {
    float: left;
}
.footer-right {
    float: right;
}
.footer-left h3 {
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin-top: 28px;
    margin-bottom: 0;
}
.footer-right h2 {
    font-size: 24px;
    color: #f5f5f5;
    padding-bottom: 24px;
    margin-top: 28px;
    margin-bottom: 24px;
    position: relative;
}
.footer-right h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 64px;
    height: 4px;
    border-top: 4px solid #a4947d;
}
.footer-right dl dd {
    font-size: 14px;
    color: #f5f5f5;
    line-height: 24px;
}
.footer-right .links {
    margin-top: 15px;
}
.foot {
    font-size: 14px;
    color: #999999;
    text-align: center;
    line-height: 100px;
    background: #333333;
}
.foot a {
    color: rgba(153,153,153,.5);
}
.foot .hs {
    color: rgba(153,153,153,.5);
}


.company-profile  {
    margin: 136px auto 55px;
    overflow: hidden;
}
.odyasent-info {
    width: 100%;
    overflow: hidden;
}
.left {
    float: left;
}
.right {
    float: right;
}
.odyasent-more {
    width: 200px;
    height: 50px;
    line-height: 50px;
    background: #c8a97d;
    font-size: 16px;
    color: #fff;
    display: block;
    text-align: center;
}
.company-profile .left {
    width: 37.5%;
}
.company-profile .right {
    width: 606px;
    padding: 3px;
    margin: 3px 3px 0 0;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(203, 203, 203, .6);
}
.odyasent-title {
    font-size: 24px;
    color: #333333;
    line-height: 30px;
}
.odyasent-title-en {
    font-size: 18px;
    color: #c8a97d;
    line-height: 30px;
}
.company-profile-introduce {
    margin-top: 28px;
}
.company-profile-introduce p {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-align: justify;
}

.development-history {
    width: 100%;
    min-height: 650px;
    /*background: url("../images/ico-6.png") no-repeat center 50px rgba(200,169,125, .1);*/
    padding: 108px 0 58px;
    border-bottom: 1px solid #d2d2d2;
}
.development-history-info {
    position: relative;
}
.development-history-info li {
    position: absolute;
    width: 115px;
    text-align: center;
    -moz-animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}
.number {
    position: relative;
    left: 24.5px;
}
.lc-img img{
    width: 100%;
}
.development-history-info{
    display: none;
}
.development-history-year {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    /*margin: 0 auto;*/
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.development-history-year.black {
    background: #3a3b3e;
}
.development-history-year.yellow {
    background: #c8a97d;
}
.development-history-year.gray {
    background: #a0a0a0;
}
.development-history-introduce {
    font-size: 14px;
    line-height: 18px;
    color: #666666;
    margin-top: 23px;
}
.development-history-info li.odyasent1 {
    top: 172px;
    left: -18px;
    animation-delay: .4s;
    -moz-animation-delay: .4s;
    -o-animation-delay: .4s;
    -webkit-animation-delay: .4s;
}
.development-history-info li.odyasent2 {
    top: 232px;
    left: 110px;
    animation-delay: .6s;
    -moz-animation-delay: .6s;
    -o-animation-delay: .6s;
    -webkit-animation-delay: .6s;
}
.development-history-info li.odyasent3 {
    top: 174px;
    left: 210px;
    animation-delay: .8s;
    -moz-animation-delay: .8s;
    -o-animation-delay: .8s;
    -webkit-animation-delay: .8s;
}
.development-history-info li.odyasent4 {
    top: 100px;
    left: 320px;
    animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    -webkit-animation-delay: 1s;
}
.development-history-info li.odyasent5 {
    top: 41px;
    left: 445px;
    animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
}
.development-history-info li.odyasent6 {
    top: 27px;
    left: 572px;
    animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -webkit-animation-delay: 1.4s;
}
.development-history-info li.odyasent7 {
    top: 200px;
    left: 646px;
    animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    -o-animation-delay: 1.6s;
    -webkit-animation-delay: 1.6s;
}
.development-history-info li.odyasent8 {
    top: 290px;
    left: 750px;
    animation-delay: 1.8s;
    -moz-animation-delay: 1.8s;
    -o-animation-delay: 1.8s;
    -webkit-animation-delay: 1.8s;
}
.development-history-info li.odyasent9 {
    top: 200px;
    left: 898px;
    animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    -webkit-animation-delay: 2s;
}
.development-history-info li.odyasent10 {
    top: 64px;
    left: 996px;
    animation-delay: 2.2s;
    -moz-animation-delay: 2.2s;
    -o-animation-delay: 2.2s;
    -webkit-animation-delay: 2.2s;
}
.development-history-info li.odyasent11 {
    top: -50px;
    left: 1066px;
    animation-delay: 2.4s;
    -moz-animation-delay: 2.4s;
    -o-animation-delay: 2.4s;
    -webkit-animation-delay: 2.4s;
}

.strategic-project {
    padding: 85px 0 70px;
}
.strategic-project-introduce {
    margin: 46px 0 0 0;
}
.strategic-project-introduce p {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    text-align: justify;
}
.bxslidera {
    margin-top: 45px;
}

.corporate-honor {
    width: 100%;
    background: rgba(200,169,125, .1);
    padding: 70px 0;
}
.list {
    width: 100%;
    overflow: hidden;
    margin: 47px auto 75px;
}
.list li{float:left;min-height:10px;
    /*margin:0 0 0 20px;*/
    width: 16.66666667% !important;
}
.list .item{
    float: left;
    padding: 8px;
    margin: 0 6px 10px;
    background: #fff;
    border: solid 1px #BCBCBC;
    box-shadow: 0 0 10px #BCBCBC;
}
.list .item span {
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    letter-spacing: -0.5px;
    text-align: center;
    margin-top: 5px;
    display: block;
}
.list img{
    display:block;
    width:100%;
}
.corporate-honor-introduce {
    font-size: 16px;
    color: #c8a97d;
    line-height: 30px;
}


.store-information {
    padding: 74px 0 127px;
}
.store-information-introduce {
    margin: 40px 0 36px;
}
.store-information-introduce p {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}
.store-information-info.row {
    margin-right: -96px;
    margin-left: -96px;
}
.store-information-info li {
    padding: 0 96px;
    height: 145px;
}
.store-information-info li .border {
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    padding: 14px 0 24px;
}
.store-information-img {
    float: left;
    width: 26%;
}
.store-information-img img {
    border: 1px solid #e5e5e5;
}
.store-information-text {
    float: left;
    margin-left: 5%;
    width: 65%;
}
.store-information-title {
    font-size: 16px;
    color: #666666;
}
.store-information-ts p {
    font-size: 14px;
    color: #999999;
    line-height: 30px;
}


.brand-center-info {
    margin-top: 94px;
}
.brand-center-info li {
    width: 100%;
    overflow: hidden;
    padding: 25px 0;
    border-bottom: 1px dashed #c8a97d;
}
.brand-center-info li a {
    position: relative;
    width: 100%;
    display: inline-block;
}
.brand-center-img  {
    float: left;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.brand-center-img img {
    width: 114px;
    height: 114px;
}
.brand-center-introduce {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    width: 85%;
    float: right;
    position: absolute;
    right: 0;
}
.brand-center-introduce p {
    font-size: 16px;
    line-height: 24px;
}
.brand-center-info li:hover {
    background: #c8a97d;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.brand-center-info li:hover .brand-center-img {
    transform: translate(33px,0);
    -webkit-transform: translate(33px,0);
    -moz-transform: translate(33px,0);
    -o-transform: translate(33px,0);
    -ms-transform: translate(33px,0);
}
.brand-center-info li:hover .brand-center-introduce {
    color: #fff;
    width: 76.5%;
    transform: translate(-99px,0);
    -webkit-transform: translate(-99px,0);
    -moz-transform: translate(-99px,0);
    -o-transform: translate(-99px,0);
    -ms-transform: translate(-99px,0);
    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    -ms-transition: transform .3s ease-out;
    transition: transform .3s ease-out;

}
.brand-center-text {
    margin: 36px 0 115px;
}
.brand-center-text p {
    font-size: 16px;
    line-height: 24px;
    color: #c8a97d;
}

.brand-series {
    width: 100%;
    margin: 200px 0 80px;
    overflow: hidden;
}
.brand-series li {
    width: 20%;
    float: left;
    position: relative;
}
.brand-series-title {
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    background: rgba(0,0,0, .5);
    position: absolute;
    bottom: 0;
    left: 0;
}
.brand-series-img {
    overflow: hidden;
}
.brand-series-img img {
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    transform: translateZ(0px);
    -webkit-transition: transform 0.3s ease 0s;
    -moz-transition: transform 0.3s ease 0s;
    -ms-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
}
.brand-series li:hover .brand-series-title {
    color: #fff;
    background: #c8a97d;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.brand-series li:hover .brand-series-img img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition: transform 0.6s ease 0s;
    -moz-transition: transform 0.6s ease 0s;
    -ms-transition: transform 0.6s ease 0s;
    transition: transform 0.6s ease 0s;
}
.brand-photos {
    width: 100%;
    margin-bottom: 125px;
    overflow: hidden;
    display: none;
    background: #fff;
}
.brand-photos.active {
    display: block;
}
.brand-photos .left {
    width: 900px;
    margin-right: 6px;
}
.brand-photos-up {
    margin-bottom: 6px;
}
.brand-photos-info {
    width: 100%;
    overflow: hidden;
    margin-bottom: 6px;
}
.brand-photos-down.row {
    margin-right: -3px;
    margin-left: -3px;
}
.brand-photos-down .brand-photos-er {
    padding: 0 3px;
}
.brand-photos .right {
    width: 294px;
}
.brand-photos-er {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}
.brand-photos-er:hover {
    /*-webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);*/
    /*box-shadow: 0 15px 30px rgba(0,0,0,0.1);*/
    -webkit-transform: translate3d(0, -2px, 0);
    -moz-transform: translate3d(0, -2px, 0);
    -ms-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}


.service {
    margin-top: 80px;
}
.service-title {
    font-size: 24px;
    color: #333333;
    position: relative;
    padding-bottom: 20px;
    margin: 85px 0 22px;
}
.service-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #c8a97d;
}
.service-introduce {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}
.service-one.row {
    margin-right: -104px;
    margin-left: -104px;
}
.service-one li {
    padding: 0 104px;
    margin-top: 62px;
}
.service-one li .x {
    position: relative;
    height: 260px;
    padding-left: 24px;
}
.service-one li .x:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    border-left: 1px solid #c8a97d;
}
.service-one-title {
    font-size: 18px;
    color: #333333;
    line-height: 30px;
}
.service-one-title a{
    color: #333333;
}
.service-one-introduce {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-top: 28px;
}
.service-one li .service-one-more {
    height: 28px;
    line-height: 28px;
    padding: 0 30px;
    font-size: 14px;
    color: #666666;
    text-align: center;
    display: inline-block;
    border: 1px solid #bfbfbf;
    margin-top: 24px;
}
.service-two p {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}
.service-two p a {
    color: #c8a97d;
}
.service-three.row {
    margin-right: -50px;
    margin-left: -50px;
}
.service-three li {
    padding: 0 50px;
}
.service-three li a {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    display: block;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 5px;
    margin-bottom: 15px;
    position: relative;
    max-width: 98%;
    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
}
.service-three li a:before {
    content: "";
    position: absolute;
    /* left: 100%; */
    right: 100%;
    bottom: 0;
    z-index: 1;
    border-bottom: 1px solid #c8a97d;
    height: 1px;
}
.service-three-more {
    height: 28px;
    line-height: 28px;
    padding: 0 30px;
    font-size: 14px;
    color: #666666;
    text-align: center;
    display: inline-block;
    border: 1px solid #bfbfbf;
    margin: 10px 0 105px;
}
.service-three li a:hover {
    color: #c8a97d;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.service-three li a:focus:before,
.service-three li a:hover:before {
    left: 0%;
    right: 0%;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}


.join-odyasent.row {
    margin-top: 165px;
    /*margin-bottom: 130px;*/
    margin-right: -31px;
    margin-left: -31px;
}
.join-odyasent li {
    padding: 0 31px;
    margin-bottom: 44px;
}
.join-odyasent-info {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
}
.join-odyasent-title {
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 52px;
    bottom: 38px;

}
.join-odyasent-img img {
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    transform: translateZ(0px);
    -webkit-transition: transform 0.3s ease 0s;
    -moz-transition: transform 0.3s ease 0s;
    -ms-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
}
.join-odyasent-info:hover .join-odyasent-title {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    color: #c8a97d;
}
.join-odyasent-info:hover .join-odyasent-img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition: transform 0.6s ease 0s;
    -moz-transition: transform 0.6s ease 0s;
    -ms-transition: transform 0.6s ease 0s;
    transition: transform 0.6s ease 0s;
}
.join-odyasent-more {
    margin: 46px auto 130px;
    text-align: center;
}
.join-odyasent-more a{
    font-size: 24px;
    color: #c8a97d;
    display: inline-block;
}

.media-center {
    margin-top: 200px;
}
.media-center li {
    overflow: hidden;
    border: 1px solid #fff;
    padding: 44px 80px 44px 94px;
}
.media-center-date {
    float: left;
    color: #fff;
    background: #80817c;
    width: 13.5%;
    text-align: center;
    padding: 29px 0;
}
.media-center-number1 {
    font-size: 54px;
}
.media-center-number2 {
    font-size: 16px;
}
.media-center-text {
    float: right;
    width: 81%;
}
.media-center-title {
    font-size: 24px;
    color: #666666;
    max-width: 100%;
    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
}
.media-center-titles {
    display: none;
    font-size: 14px;
    line-height: 38px;
    color: #666666;
}
.media-center-introduce {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-top: 24px;
}
.media-center li:hover {
    border: 1px solid #c8a97d;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.media-center li:hover .media-center-date {
    background: #c8a97d;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.media-center li:hover .media-center-title {
    color: #c8a97d;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.page-pagination {
    width: 100%;
    margin: 60px 0 100px;
    text-align: center;
}
.page-pagination a{
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    text-decoration: none;
    color: #666666;
    font-size: 16px;
}
.page-pagination a.jp-current{
    cursor: default;
    color: #666666;
    font-size: 24px;
}
.jp-previous,
.jp-next,
.jp-first,
.jp-last{
    display: none !important;
}

.introduce {

    background: url(../images/ico-19.jpg);
}
.introduce .container {
    background: #fff;
    padding: 200px 30px 100px;
}
.introduce-title {
    width: 100%;
    font-size: 32px;
    line-height: 50px;
    color: #000;
    text-align: center;
    font-weight: 500;
    margin: 0 auto;
}
.introduce-date {
    font-size: 14px;
    line-height: 38px;
    color: #666666;
    position: relative;
    text-align: center;
    padding-bottom: 12px;
    margin-bottom: 50px;
}
.introduce-date:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -59px;
    bottom: 0;
    width: 118px;
    height: 5px;
    border-top: 5px solid #666666;
}
.introduce p {
    line-height: 30px;
    font-size: 16px;
    color: #666666;
}

.home-container {
    width: 93.8%;
    margin: 0 auto;
}
.Odyasent2 {
    background: #333333;
}
.Odyasent3 {
    background: url("../images/Odyasent3-bg.jpg") no-repeat center center;
    background-size: cover;
}
.Odyasent4,
.Odyasent5,
.Odyasent6 {
    background: #333333;
}
.Odyasent7 {
    background: #000000;
}
.footer {
    width: 1200px;
    margin: 0 auto;
    padding: 120px 0 155px;
}
.footer-top {
    width: 100%;
    display: inline-block;
}
.footer-nav {
    float: left;
}
.footer-nav li {
    float: left;
}
.footer-nav li a {
    font-size: 16px;
    line-height: 29px;
    color: rgba(255,255,255,.5);
    margin-right: 72px;
}
.footer-nav li a:hover {
    color: #c8a97d;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.footer-icon {
    float: right;
}
.footer-icon li {
    float: left;
    position: relative;
    cursor: pointer;
}
.footer-icon li i {
    width: 29px;
    height: 29px;
    display: block;
    margin-left: 15px;
}
.footer-icon li i.footer-i1 {
    background: url("../images/ico-23.png") no-repeat 0 0;
}
.footer-icon li i.footer-i2 {
    background: url("../images/ico-20.png") no-repeat 0 0;
}
.footer-icon li i.footer-i3 {
    background: url("../images/ico-21.png") no-repeat 0 0;
}
.footer-icon li i.footer-i4 {
    background: url("../images/ico-22.png") no-repeat 0 0;
}
.footer-icon li:hover i.footer-i1 {
    background: url("../images/ico-23a.png") no-repeat 0 0;
}
.footer-icon li:hover i.footer-i2 {
    background: url("../images/ico-20a.png") no-repeat 0 0;
}
.footer-icon li:hover i.footer-i3 {
    background: url("../images/ico-21a.png") no-repeat 0 0;
}
.footer-icon li:hover i.footer-i4 {
    background: url("../images/ico-22a.png") no-repeat 0 0;
}
.footer-img {
    margin: 45px 0;
}
.foots {
    width: 100%;
    overflow: hidden;
}
.foot-l {
    float: left;
}
.foot-r {
    float: right;
}
.foot-img {
    float: left;
}
.foot-t {
    float: left;
    padding: 14px 0 0 24px;
}
.foot-t p {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
}
.foot-r p {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
}
.foot-r i {
    width: 39px;
    height: 39px;
    background: url("../images/ico-26.png") no-repeat 0 0;
    display: block;
    float: right;
    margin-top: 10px;
}

.Odyasent2-t {
    width: 100%;
    overflow: hidden;
}
.Odyasent2-t li {
    float: left;
    margin-right: 55px;
    cursor: pointer;
}
.home-title {
    font-size: 24px;
    line-height: 24px;
    color: #ad986d;
}
.home-title-en {
    font-size: 16px;
    color: #999999;
    line-height: 24px;
    position: relative;
}
.Odyasent2-t li .home-title-en {
    padding-bottom: 15px;
}
.Odyasent2-t li.active .home-title-en:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 3px;
    border-top: 3px solid #ad986d;
}
.home-info {
    width: 1200px;
    margin: 0 auto;
}
.Odyasent2-info {
    overflow: hidden;
    /*display: none;*/
}
.Odyasent2 .home-info {
    position: relative;
    overflow: hidden;
    /*padding: 0 30px;*/
}
.Odyasent2 .left,
.Odyasent2 .right {
    width: 45%;
}
.Odyasent2 .home-info:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -1.5px;
    top: 0;
    width: 3px;
    height: 100%;
    border-left: 3px solid #ad986d;
    z-index: 1;
}
.Odyasent2-info.active {
    display: block;
}
.Odyasent2-info.row {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 100px;
}
.Odyasent2-info li {
    float: left;
    width: 50%;
    min-height: 450px;
    padding: 0 10px;
    position: relative;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    transform: translate(0px,427px);
    -webkit-transform: translate(0px,427px);
    -moz-transform: translate(0px,427px);
    -o-transform: translate(0px,427px);
    -ms-transform: translate(0px,427px);

}
.Odyasent2-info li a {
    border: 2px solid #333333;
    display: block;
}
.Odyasent2-text {
    /*width: 256px;*/
    padding: 36px 34px 24px;
    text-align: center;
}
.Odyasent2-title {
    font-size: 18px;
    color: #fff;
    line-height: 24px;
}
.Odyasent2-title-en {
    font-size: 18px;
    color: #fff;
    line-height: 24px;
}
.Odyasent2-introduce {
    font-size: 16px;
    color: #999999;
    line-height: 24px;
    display: none;
    text-align: initial;
}
.Odyasent2-img {
    overflow: hidden;
}
.Odyasent2-img img {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.Odyasent2-info li a:hover {
    border: 2px solid #ad986d;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.Odyasent2-info li a:hover .Odyasent2-title {
    color: #ad986d;
    text-align: left;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    position: absolute;
    top: 240px;
}
.Odyasent2-info li a:hover .Odyasent2-title-en {
    display: none;
}
.Odyasent2-info li a:hover .Odyasent2-introduce {
    display: block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.Odyasent2-info li a:hover .Odyasent2-img img {
    transform:scale(1.05);
    -webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -o-transform:scale(1.05);
    -ms-transform:scale(1.05);
}

.active .Odyasent2-info li {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    transform: translate(0px,0px);
    -webkit-transform: translate(0px,0px);
    -moz-transform: translate(0px,0px);
    -o-transform: translate(0px,0px);
    -ms-transform: translate(0px,0px);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.active .Odyasent2-info li:nth-child(2) {
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    -ms-transition: all .6s ease-out;
    transition: all .6s ease-out;
}
.active .Odyasent2-info li:nth-child(3) {
    -webkit-transition: all .9s ease-out;
    -moz-transition: all .9s ease-out;
    -o-transition: all .9s ease-out;
    -ms-transition: all .9s ease-out;
    transition: all .9s ease-out;
}
.active .Odyasent2-info li:nth-child(4) {
    -webkit-transition: all 1.2s ease-out;
    -moz-transition: all 1.2s ease-out;
    -o-transition: all 1.2s ease-out;
    -ms-transition: all 1.2s ease-out;
    transition: all 1.2s ease-out;
}

.Odyasent3-left {
    float: left;
}
.Odyasent3-right {
    width: 66.5%;
    float: right;
    background: rgba(0,0,0, .8);
    font-size: 16px;
    line-height: 30px;
    color: #999999;
    padding: 132px 138px 100px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    transform: translate(0,380px);
    -webkit-transform: translate(0,380px);
    -moz-transform: translate(0,380px);
    -o-transform: translate(0,380px);
    -ms-transform: translate(0,380px);
}
.home-img {
    float: left;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    transform: translate(-58px,0);
    -webkit-transform: translate(-58px,0);
    -moz-transform: translate(-58px,0);
    -o-transform: translate(-58px,0);
    -ms-transform: translate(-58px,0);
}
.Odyasent3 .home-title {
    position: relative;
    float: left;
    padding-top: 76px;
    margin-left: 25px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}
.Odyasent3 .home-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 47px;
    border-left: 10px solid #ad986d;
}
.home-more {
    font-size: 14px;
    color: #ffffff;
    display: block;
}
.Odyasent3 .home-more {
    position: relative;
}
.Odyasent3 .home-more i {
    position: relative;
    z-index: 2;
}
.Odyasent3 .home-more:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 73px;
    height: 10px;
    border-top: 10px solid #ad986d;
    z-index: 1;
}
.active .home-title {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: all 3s ease-out;
    -moz-transition: all 3s ease-out;
    -o-transition: all 3s ease-out;
    -ms-transition: all 3s ease-out;
    transition: all 3s ease-out;
}
.active .home-img {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    transform: translate(0px,0px);
    -webkit-transform: translate(0px,0px);
    -moz-transform: translate(0px,0px);
    -o-transform: translate(0px,0px);
    -ms-transform: translate(0px,0px);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.active .Odyasent3-right {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    transform: translate(0px,0px);
    -webkit-transform: translate(0px,0px);
    -moz-transform: translate(0px,0px);
    -o-transform: translate(0px,0px);
    -ms-transform: translate(0px,0px);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.Odyasent4 .bx-wrapper {
    margin-top: 82px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    transform: translate(0,460px);
    -webkit-transform: translate(0,460px);
    -moz-transform: translate(0,460px);
    -o-transform: translate(0,460px);
    -ms-transform: translate(0,460px);
}
.active.Odyasent4 .bx-wrapper {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    transform: translate(0px,0px);
    -webkit-transform: translate(0px,0px);
    -moz-transform: translate(0px,0px);
    -o-transform: translate(0px,0px);
    -ms-transform: translate(0px,0px);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.Odyasent4-info li {
    background: #000;
}
.Odyasent4-left {
    float: left;
    width: 33.4%;
    padding: 100px 60px 0 65px;
}
.Odyasent4 .bx-wrapper .bx-viewport {
    border: none;
    background: none;
    box-shadow: none;
}
.Odyasent4 .bx-wrapper .bx-pager {
    left: 60px;
    width: auto;
    padding-top: 0;
    bottom: 100px;
}
.Odyasent4 .bx-wrapper .bx-controls-direction a {
    top: auto;
    margin-top: 0;
    width: 65px;
    height: 65px;
    bottom: 0;
}
.Odyasent4 .bx-wrapper .bx-next {
    left: 33.4%;
    margin-left: 0;
    background: url(../images/odyasent4-r.png) no-repeat center center rgba(0,0,0, .5);
}
.Odyasent4 .bx-wrapper .bx-prev {
    left: 33.4%;
    margin-left: -65px;
    background: url(../images/odyasent4-l.png) no-repeat center center #ad986d;
}
.Odyasent4 .bx-wrapper .bx-pager.bx-default-pager a {
    width: 14px;
    height: 14px;
    border: 1px solid #ad986d;
}
.Odyasent4 .bx-wrapper .bx-pager.bx-default-pager a:hover,
.Odyasent4 .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #ad986d;
}
.Odyasent4-right {
    float: right;
    width: 66.6%;
}
.Odyasent4-introduce {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    margin-top: 28px;
}

.Odyasent5 .home-container {
    position: relative;
    top: 80px;
}
.Odyasent5 .bx-wrapper {
    float: left;
    width: 35.8%;
    min-height: 839px;
    position: relative;
    padding: 20px 30px 20px 0;
    margin-right: 30px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    transform: translate(-200px,0);
    -webkit-transform: translate(-200px,0);
    -moz-transform: translate(-200px,0);
    -o-transform: translate(-200px,0);
    -ms-transform: translate(-200px,0);
}
.active.Odyasent5 .bx-wrapper {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    transform: translate(0px,0px);
    -webkit-transform: translate(0px,0px);
    -moz-transform: translate(0px,0px);
    -o-transform: translate(0px,0px);
    -ms-transform: translate(0px,0px);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.Odyasent5-recommend {
    float: left;
    width: 61.5%;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    transform: translate(200px,0);
    -webkit-transform: translate(200px,0);
    -moz-transform: translate(200px,0);
    -o-transform: translate(-00px,0);
    -ms-transform: translate(200px,0);
}
.active .Odyasent5-recommend {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    transform: translate(0px,0px);
    -webkit-transform: translate(0px,0px);
    -moz-transform: translate(0px,0px);
    -o-transform: translate(0px,0px);
    -ms-transform: translate(0px,0px);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.Odyasent5 .bx-wrapper:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    border-right: 1px solid #666666;
}
.Odyasent5 .bx-wrapper .bx-viewport {
    border: none;
    background: none;
    box-shadow: none;
}
.Odyasent5-title a,
.Odyasent5-recommend-title a {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
}
.Odyasent5-date,
.Odyasent5-recommend-date {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}
.Odyasent5-introduce,
.Odyasent5-recommend-introduce {
    font-size: 16px;
    line-height: 24px;
    color: #999999;
}
.Odyasent5-date {
    /*margin: 5px 0;*/
}
.Odyasent5-recommend-date {
    margin: 30px 0;
}
.Odyasent5-recommend-img {
    margin-bottom: 50px;
    overflow: hidden;
    display: inline-block;
}
.Odyasent5-recommend-img a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.Odyasent5-recommend-img i {
    width: 60px;
    height: 60px;
    display: block;
    background: url(../images/ico-39.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
}
.Odyasent5-recommend-img img {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.Odyasent5-img {
    padding: 12px 0;
    border-bottom: 1px solid #666666;
    position: relative;
}
.Odyasent5-img a {
    overflow: hidden;
    display: block;
    position: relative;
}
.Odyasent5-img i {
    width: 60px;
    height: 60px;
    display: block;
    background: url(../images/ico-39.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
}
.Odyasent5-img img {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.Odyasent5-img:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0%;
    right: 100%;
    bottom: 0;
    background: #ad986d;
    height: 1px;
    -webkit-transition-property: left,right;
    transition-property: left,right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.Odyasent5 .bx-wrapper .bx-controls-direction a {
    width: 26px;
    height: 14px;
    left: 50%;
    margin-left: -13px;
}
.Odyasent5 .bx-wrapper .bx-prev {
    top: 0;
    margin-top: 0;
    background: url(../images/odyasent5-l.png) no-repeat 0 0;
}
.Odyasent5 .bx-wrapper .bx-prev:hover {
    background: url(../images/odyasent5-ls.png) no-repeat 0 0;
}
.Odyasent5 .bx-wrapper .bx-next {
    top: auto;
    margin-top: 0;
    bottom: 0;
    background: url(../images/odyasent5-r.png) no-repeat 0 0;
}
.Odyasent5 .bx-wrapper .bx-next:hover {
    background: url(../images/odyasent5-rs.png) no-repeat 0 0;
}

.Odyasent5-info li ul li:hover .Odyasent5-title a {
    color: #ad986d;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.Odyasent5-info li ul li:hover .Odyasent5-img:before {
    left: 0;
    right: 0;
}
.Odyasent5-info li ul li:hover .Odyasent5-img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}
.Odyasent5-recommend li:hover .Odyasent5-recommend-img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}
.Odyasent5-recommend li:hover .Odyasent5-recommend-title a {
    color: #ad986d;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.Odyasent5-recommend li:hover .Odyasent5-recommend-img img i {
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate(0,0);
}

.Odyasent6 .bx-wrapper {
    margin-top: 70px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    transform: translate(0,460px);
    -webkit-transform: translate(0,460px);
    -moz-transform: translate(0,460px);
    -o-transform: translate(0,460px);
    -ms-transform: translate(0,460px);
}
.Odyasent6.active .bx-wrapper {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    transform: translate(0px,0px);
    -webkit-transform: translate(0px,0px);
    -moz-transform: translate(0px,0px);
    -o-transform: translate(0px,0px);
    -ms-transform: translate(0px,0px);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.Odyasent6-info.row {
    margin-left: -25px;
    margin-right: -25px;
}
.Odyasent6-info li ul li {
    float: left;
    width: 20%;
    padding: 0 25px;
    margin-top: 50px;
}
.Odyasent6-info li ul li a {
    border: 2px solid #666666;
    display: block;
}
.Odyasent6 .bx-wrapper .bx-viewport {
    border: none;
    background: none;
    box-shadow: none;
}
.Odyasent6-info li ul li a:hover {
    border: 2px solid #ad986d;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.pager {
    width: 100%;
    margin: 30px 0 0;
    overflow: hidden;
    text-align: left;
}
.pager a {
    font-size: 16px;
    line-height: 30px;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;
    color: #666666;
}
.pager a i {
    margin-right: 5px;
}
.pager a:hover,
.pager a:focus {
    color: #000;
}

.Odyasent1-info li {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-position: center center !important;
    -webkit-background-size: cover !Important;
    -moz-background-size: cover !Important;
    -o-background-size: cover !Important;
    background-size: cover !Important;
}
.Odyasent1 .bx-wrapper .bx-viewport {
    border: none;
    background: none;
    box-shadow: none;
}
.Odyasent1 .bx-wrapper,
.Odyasent1 .bx-viewport {
    height: 100% !important;
}
.Odyasent1 .bx-wrapper .bx-pager {
    text-align: left;
    left: 0;
    padding-top: 25px;
    padding-left: 60px;
    bottom: 25px;
    border-top: 1px solid rgba(255,255,255, .3);
}
.Odyasent1 .bx-wrapper .bx-pager.bx-default-pager a {
    width: 14px;
    height: 14px;
    border: 1px solid rgba(255,255,255, .3);
    margin: 0 10px;
}
.Odyasent1 .bx-wrapper .bx-pager.bx-default-pager a:hover,
.Odyasent1 .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #ad986d;
}
.Odyasent1 .bx-wrapper .bx-controls-direction a {
    width: 12px;
    height: 21px;
}
.Odyasent1 .bx-wrapper .bx-prev {
    top: auto;
    left: auto;
    bottom: 25px;
    right: 115px;
    background: url(../images/side-l.png) no-repeat 0 0;
}
.Odyasent1 .bx-wrapper .bx-prev:hover {
    background: url(../images/side-la.png) no-repeat 0 0;
}
.Odyasent1 .bx-wrapper .bx-next {
    top: auto;
    left: auto;
    margin-top: 0;
    right: 60px;
    bottom: 25px;
    background: url(../images/side-r.png) no-repeat 0 0;
}
.Odyasent1 .bx-wrapper .bx-next:hover {
    background: url(../images/side-ra.png) no-repeat 0 0;
}


.search-title {
    font-size: 36px;
    margin-top: 80px;
}

.icon1 p {
    display: none;
    position: absolute;
    left: 0;
    top: 38px;
    margin: 0;
    width: 150px;
    height: 30px;
    z-index: 99;
    color: #deb64d;
    line-height: 30px;
    background: #999999;
    text-align: center;
}
.icon1 p:before,
.icon2 p:before,
.icon3 p:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 25px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom: 6px solid;
    color: #999999;
}
.icon2 p {
    display: none;
    position: absolute;
    left: 0;
    top: 38px;
    margin: 0;
    width: 150px;
    height: 45px;
    z-index: 99;
    color: #deb64d;
    background: #999999;
    text-align: center;
    line-height: 22px;
}
.icon3 p {
    display: none;
    position: absolute;
    left: 0;
    top: 38px;
    margin: 0;
    width: 150px;
    height: 30px;
    z-index: 99;
    color: #deb64d;
    line-height: 30px;
    background: #999999;
    text-align: center;
}
.icon3 p a {
    color: #deb64d;
}
.icon1.active p,
.icon2.active p,
.icon3.active p {
    display: block;
}