@charset "UTF-8";
/**
 * Created by Ride.Y.Zheng on 2017/2/22.
 * supply styles for 16visa.com
 **/
.section-video{
    background-color: #FFF;
}

.home-video-list{
    margin-top:5px;
}

.home-video-list li{
    display:inline-block;
    position:relative;
    vertical-align: middle;
    margin-right:4px;
    cursor:pointer;
}


/*.home-video-list li .video-title{*/
/*    position: absolute;*/
/*    bottom: 6px;*/
/*    color:#FFF;*/
/*    text-align:center;*/
/*}*/

.home-video-list li > div{
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    cursor: pointer;
    background-color: transparent;
    transition: .2s linear;
    z-index:100;
}

.home-video-list li > div:hover{
    background-color: rgba(0,0,0,0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType = 1,startColorstr = #88000000,endColorstr = #88000000);
}

.home-video-list li > div:hover > i{
   display:none;
}

.home-video-list li > div:hover > p{
   display:block;
}
 
.home-video-list li > div > i{
    display:block;
    width: 50px;
    height: 50px;
    margin: 45px auto;
    background: url(http://css.ykimg.com/youku/dist/img/find/pack_hover_play3_big_851c550.png) no-repeat 100% 100%;
    background-size: contain;
}

.home-video-list li > div > p{
    display:none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    font-size: 16px;
    color: #FFF;
    transform: translate(-50%, -50%);
    z-index: 100;
}

.nav-hot-icon{
    position: absolute;
    top: -30px;
    right: 5px;
}

.section-split{
    background-color:#f8f8f8;
    height:6px;
}

.form-video{
    padding: 25px;
    border: 3px solid #e0e0e0;
}

.form-video input{
    display:block;
    margin-top: 15px;
    padding: 0 15px;
    width:100%;
    height:36px;
    border: none;
    border-radius:2px;
    background:#eaeaea;
}

.look-more{
    margin-top: 20px;
    width:162px;
    height:50px;
    font-size:14px;
    line-height: 50px;
    background:#ffffff;
    box-shadow:0 2px 6px 0 rgba(0,0,0,0.10);
    border-radius:4px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.look-more:hover{
    background-color:#7796df;
    color:#ffffff;
}

.activity-enter{
    color: #ffffff;
    text-decoration: underline;
}

.activity-enter:hover,
.activity-enter:active{
    color: #ffffff;
}

@media (min-width: 992px) {
    #home-video-player{
        margin-bottom: 0;
    }
}

.cover-tip-txt{
    position: absolute;
    padding: 0 6px;
    top: 10px;
    left: 10px;
    font-size: 12px;
    color: #ffffff;
    background-color: rgba(0,0,0,0.5);
}

.cover-content-txt{
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #ffffff;
}

.cover-linear-gradient{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
    width: 100%;
    background-image: linear-gradient(0deg, rgba(0,0,0,1.0) 0%, rgba(0,0,0,0.00) 75%);
}

.cover-linear-gradient-white{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
    width: 100%;
    background:rgba(255,255,255,0.90);
}

.cover-linear-gradient *+p{
    margin: 0 auto;
}

.special-date{
    padding-right: 10px;
    font-weight: 100 !important;
    font-size: 12px;
    color: #999999;
}


@media (max-width: 320px) {
    .special-date{
        position: relative;
        top: 3px;
        font-size: 12px;
    }
}


.content-date{
    position: absolute;
    bottom: 5px;
}

.filter-wrapper{
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
}

.filter-wrapper li {
    display: inline-block;
    font-size: 18px;
    margin-right: 35px;
    /*background-color: #ffffff;*/
}

.filter-wrapper li:nth-child(n+1){
    margin-left: -2px;
}

.filter-wrapper li a:focus, .filter-wrapper li a:hover, .filter-wrapper li a.selected {
    color: #60a3f1;
    border-color: #60a3f1;
    /*box-shadow: 2px 0 4px 0 rgba(0,0,0,0.20);*/
}

.filter-wrapper li a {
    color: #333333;
    padding: 8px 5px;
    display: block;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.fliter-sub-wrapper{
    margin: 0 auto;
    width: 1170px;
}

.fliter-box{
    margin-left: 20px;
    margin-bottom: 20px;
}

.fliter-box:nth-child(4n+1){
    margin-left: 0;
}

.select-label{
    margin-top: 7px !important;
    padding-bottom: 7px;
    font-size: 14px;
    color: #999999;
}

.select-wrapper{
    width: 100%;
    overflow: hidden;
}

.select-wrapper li{
    display: inline-block;
    margin: 4px 20px 4px 4px;
    font-size: 14px;
}

.select-wrapper li a.selected {
    border-color: transparent;
    color: #f76f54;
}

.select-wrapper li a.active {
    border-color: transparent;
    color: #999999;
}


.select-wrapper li a {
    display: block;
    padding: 3px 0;
    color: #333333;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.selected-wrapper li a {
    display: block;
    padding: 2px 12px;
    color: #f76f54;
    text-decoration: none;
    border: 1px dashed #f76f54;
}

.selected-wrapper li a:after{
    content: '\2715';
    margin-left: 5px;
    width: 10px;
    height: 10px;
    font-size: 14px;
    color: #f76f54;
}

.sequence-wrapper{
    margin-left: 40px;
}

.sequence-wrapper li{
    float: left;
    padding: 7px 19px;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.sequence-wrapper li:hover,
.sequence-wrapper .selected{
    background-color: #ffffff;
    border:1px solid #e0e0e0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.sequence-wrapper li a {
    display: block;
    color: #333333;
    text-decoration: none;
}

.sequence-wrapper li:hover a,
.sequence-wrapper .selected a{
    color: #f76f54;
}

.encyclopaedia-wrapper{
    position: relative;
    width: 98.5%;
    margin-top: 20px !important;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #faf4f4;
}

.encyclopaedia-wrapper li {
    display: inline-block;
    margin: 4px;
}

.encyclopaedia-wrapper li a:focus, .encyclopaedia-wrapper li a:hover, .encyclopaedia-wrapper li a.selected {
    color: #f76f54;
}

.encyclopaedia-wrapper li a {
    color: #333333;
    padding: 8px 17px;
    display: block;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.anchor-wrapper{
    margin-top: 20px !important;
    overflow: hidden;
    border: 1px solid #e0e0e0;
}


.anchor-wrapper li {
    display: inline-block;
    margin-left: -4px;
    width: 11.156%
    /*border-right: 1px solid #e0e0e0;*/
}

.anchor-wrapper li:last-child{
    border-right: 0;
}

.anchor-wrapper li a {
    color: #333333;
    /*padding: 14px 27px;*/
    padding: 14px 0;
    display: block;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.anchor-wrapper li a:focus, .anchor-wrapper li a:hover, .anchor-wrapper li a.selected {
    background: #60a3f1;
    border-color: transparent;
    color: #ffffff;
}

.fixed-wrapper{
    background-color: #FFFFFF;
    height: 60px;
}


.fixed-wrapper li{
    display: inline-block;
    margin-top: 10px;
    margin-right: 20px;
    width: 100px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    background-color: #FFFFFF;
    transition: 0.25s linear;
}

.fixed-wrapper li:hover,
.fixed-wrapper .active{
    background-color: #f76f54;
}

.fixed-wrapper li a{
    padding: 0;
    color: #333333;
    transition: 0.25s linear;
}

.fixed-wrapper li:hover a,
.fixed-wrapper .active a{
    color: #FFFFFF;
}

.fixed-wrapper li a:hover,
.fixed-wrapper li a:focus{
    background-color: transparent;
}

.fixed-wrapper-box{
    margin-top: -1px;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 5px 0 rgba(0,0,0,0.20);
}


/*.fixed-wrapper li:hover a,*/
/*.fixed-wrapper li:hover a:after,*/
/*.fixed-wrapper .selected a,*/
/*.fixed-wrapper .selected a:after{*/
/*color: #FFFFFF;*/
/*}*/

/*.fixed-wrapper li a:after{*/
/*content: "\f0da";*/
/*font-size: 18px;*/
/*line-height: 18px;*/
/*display: inline-block;*/
/*color: #cccccc;*/
/*font-family: "FontAwesome";*/
/*padding-left: 11px;*/
/*transition: 0.25s transform ease;*/
/*}*/

[class*="city-"]{
    display: none;
    position: absolute;
    margin-left: -20px;
    padding: 0 0 0 20px;
    width: 55%;
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

.project-contrast{
    width: 17.5%;
    text-align: center;
    background-color: #60a3f1;
}

.project-contrast a{
    color: #ffffff;
    padding: 4px 0px;
    font-size: 18px;
}

.project-elem{
    font-size: 14px;
    color: #333333;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.project-elem:hover{
    background-color: #f5f5f5;
}

.project-elem > *{
    padding: 20px 0 20px 20px !important;
}

.project-elem > *:first-child{
    padding: 20px 0 20px 20px;
}

.project-elem > * > img{
    width: 220px;
    height: 165px;
}

.project-elem > * img+p{
    margin-top: 10px;
}

.project-elem > * ul li+li{
    margin-left: 10px;
}

.project-elem > * p+p{
    display: inline-block;
    margin-bottom: 10px;
    min-width: 35%;
}

.project-elem > * *+.button{
    margin-top: 20px;
}

.project-elem > * .button+.button{
    margin-top: 80px;
}

.project-elem ul li{
    font-weight: 500;
}

.project-detail > * p+p{
    display: inline-block;
    margin-bottom: 10px;
    min-width: 40%;
}

.project-detail ul li+li{
    margin-left: 10px;
}


.project-tag li{
    padding: 2px 12px;
    font-size: 12px;
    border: 1px solid;
}

.activity-elem{
    padding: 0px 0px 20px 15px !important
}

.activity-elem > div:hover{
    box-shadow:0 2px 8px 0 rgba(0,0,0,0.2);
}

.info-elem{
    padding: 15px !important;
}

.info-elem:nth-child(4n){
    margin-right:0px;
}

.info-elem > div,
.activity-elem > div{
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.info-elem > div:hover{
    box-shadow:0 2px 8px 0 rgba(0,0,0,0.2);
}

.button-contrast{
    position: absolute;
    top: 40px;
    right: 20px;
}

.button-menu-top{
    position: absolute;
    right: 20px;
    top: 0;
    margin-top: 0 !important;
}

.button-menu-bottom{
    position: absolute;
    top: 40px;
    right: 20px;
}

.pagination{
    display: block !important;
}

.pagination a.jp-current, a.jp-current:hover {
    color: #fff;
    background-color: #14a5eb;
}

.pagination a {
    margin: 0 5px;
    padding: 3px 11px;
    font-size: 14px;
    color: #60a3f1;
    border: 1px solid #60a3f1;
    border-radius: 3px;
    cursor: pointer;
}

.pagination a.jp-disabled, a.jp-disabled:hover {
    cursor: default;
    background: none;
}

.pagination a.jp-disabled, a.jp-disabled:hover {
    color: #bbb;
    border: 1px solid #bbb;
}

.range table{
    margin-top: 20px;
    width: 100%;
    font-size: 14px;
    border: 1px solid #e0e0e0;
}

.range table td,
.range table th{
    padding: 5px 10px;
}

.range table tr{
    border-bottom: 1px solid #e0e0e0;
}

.range table td{
    border-right: 1px solid #e0e0e0;
}

.range table th{
    text-align: center;
    border-right:1px solid #ffffff;
}

.range table th:last-child{
    border: 0;
}

.range table thead{
    color: #ffffff;
    text-align: center;
    background-color: #74c7ff;
}

.project{
    margin-top: 35px;
}

.project li{
    margin-bottom: 20px;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}
.gallery-top {
    width: 100%;
    height: 80%;
}

.gallery-top .swiper-slide{
    width: 400px !important;
    height: 300px;
}

.gallery-thumbs {
    box-sizing: border-box;
    padding: 10px 0;
    height: 20%;
}
.gallery-thumbs .swiper-slide {
    width: 74px;
    height: 54px;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide-active {
    opacity: 1;
    border: 2px solid #f76f54;
}

.ico-circle{
    position: relative;
    top: -2px;
    padding: 1px 5px;
    background-color: #f76f54;
    border-radius: 50%;
    color: #ffffff;
}

.range .eva-table{
    width: 100%;
    border: none;
}

.range .eva-table thead{
    font-size: 18px;
    color: #ffffff;
    background-color: #6e7ab0;
}

.range .eva-table thead tr{
    border: none;
}

.range .eva-table th{
    border-right: 1px solid #4e5576;
    font-weight: 200;
}

.range .eva-table th:last-child{
    border-right: none;
}

.range .eva-table td{
    border: none;
    background-color: #ffffff;
    font-weight: 200;
}

.range .eva-table th,
.range .eva-table td{
    padding: 14px 30px;
    width: 20%;
    text-align: center;
}


.range .eva-table tr td:not(.text-left):first-child{
    background-color: #f0f7ff;
    font-weight: 400;
}

.circle-num{
    padding: 0 5px;
    border-radius: 50%;
}

.title:hover{
    cursor: pointer;
    color: #60a3f1 !important;
}

.position-time{
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.search-block{
    width: 700px;
    height: 40px;
    background-color: #60a3f1;
    border-radius: 4px;
}

.search-block input{
    margin-top: 2px;
    margin-left: 2px;
    padding: 0 15px;
    width: 620px;
    height: 36px;
    border: none;
}

.search-block .icon-sousuo-sousuo{
    position: relative;
    top: 5px;
    margin-left: 25px;
    font-size: 30px;
    color: #ffffff;
    line-height: 1;
}

.del{
    padding: 2px;
    border: 1px solid #ffffff;
}

.del:hover{
    color: #f76f54;
    border: 1px solid #f76f54;
    border-radius: 4px;
    cursor: pointer;
}

.cursor-hand{
    cursor: pointer !important;
}

.header-search{
    width: 200px;
    height: 40px;
    /*border:1px solid #e0e0e0;*/
    border-radius: 3px 0 0 3px;
    background-color: #f5f5f5;
}

.header-search input{
    margin-top: 5px;
    padding: 2px 15px;
    width: 100%;
    border: none;
    background-color: transparent;
}

.rd-navbar-nav .search-btn{
    padding-top: 4px !important;
    height: 40px;
    border-radius: 0 3px 3px 0;
    transition: .25s linear;
}

.rd-navbar-aside .search-btn:hover{
    opacity: 0.5;
}

.rd-navbar-nav .search-btn .icon-sousuo1{
    padding: 0 15px;
}

 
.eva-bg{
    height: 280px;
    border-radius:8px;
}

.pick-enter{
    margin-top: 55px;
}

.pick-enter [class*="cell-"]{
    padding-left: 1px;
    padding-right: 1px;
}

.pick-enter [class*="cell-"]>a{
    position: relative;
    display: block;
    width: 100%;
    height: 294px;
}

.pick-enter [class*="cell-"]>a p{
    width: 90%;
}

.pick-enter [class*="cell-"]>a:hover .pick-txt{
   opacity: 0;
}


.pick-enter [class*="cell-"]>a:hover .pick-txt-hover{
    transform: translateY(-173%);
}

.pick-txt{
    position: absolute;
    left: 3%;
    bottom: 2%;
    margin: 0 auto;
    padding-top: 100px;
    padding-left: 20px;
    width: 93%;
    height: 50%;
    font-size: 18px;
    color: #ffffff;
    opacity: 1;
    background-image: linear-gradient(0deg, #000000 0%, rgba(0,0,0,0.00) 50%);
    transition: .3s all ease-out;
}

.pick-txt-hover{
    position: absolute;
    top: 120%;
    left: 0;
    padding-top: 10px;
    padding-left: 15px;
    width: 100%;
    height: 90px;
    background-color: rgba(255,255,255,0.95);
    transition: .3s all ease-out;
}

.pick-line{
    margin-top: 5px;
    margin-left: 0;
    margin-bottom: 0;
    width: 20%;
    height: 3px;
    background-color: #7795de;
    border: none;
}

.better-pro{
    margin-top: 50px;
    height: 538px;
    overflow: hidden;
}

.better-video{
    position: absolute;
    left: 0;
    bottom: 0;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.35;
}

.video-txt{
    position: relative;
    z-index: 0;
}

.quick-enter2{
    height: 100px;
    padding-left:10px !important;
    padding-right:10px !important;
}

.quick-enter2 > div{
    padding: 15px 20px;
    height: 80px;
}

.quick-enter2 div > *{
    display: inline-block;
    vertical-align: middle;
}

.quick-enter2 input{
    padding: 0 15px;
    width: 350px;
    height: 50px;
    border-radius: 3px;
    border: none;
    background-color: #f5f5f5;
}

.quick-enter > *{
    display: inline-block;
    vertical-align: middle;
}

.quick-enter-circle{
    margin-left: 15px;
    margin-right: 40px;
    background:#60a3f1;
    box-shadow:2px 6px 6px 0 rgba(96,163,241,0.44);
    width:30px;
    height:30px;
    text-align: center;
    line-height: 30px;
    border-radius:100%;
}

.quick-enter-circle-red{
    background:#f76f54;
    box-shadow:2px 2px 6px 0 rgba(247,111,84,0.47);
    width:12px;
    height:12px;
    border-radius:100%;
}

.quick-enter input{
    padding: 0 15px;
    margin-right: 35px;
    width: 460px;
    height: 44px;
    border: 1px solid #60a3f1;
    border-radius: 3px;
}

.quick-enter span{
    line-height: 1.4;
}

.enter-form > *{
    display: inline-block;
    vertical-align: middle;
}


/*侧边栏 */
.kf{
    position: fixed;
    right: 0;
    bottom: 0;
    width: auto;
    z-index: 9999;
}

.kf-special{
    width: 60px;
    height: 100%;
    background-color: #59628E;
}

.kflist {
    width: 60px;
    text-align: center;
    background-color: transparent;
    position: fixed;
    display: block;
    top: 18%;
    right: 0;
    bottom: 0;
    z-index:10;
}

.kflist .kfcont{
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.45);
}

.kflist .kfitem {
    font-size: 14px;
    color: #333;
    padding: 5px 0px;
    position: relative;
    background-color: #FFF;
    border-bottom: 1px solid #F5F5F5;
    cursor: pointer;
    transition: .33s all linear;
}

.kflist .kfitem p{
    margin-top: -5px;
    padding-bottom: 5px;
    line-height: 1.2;
}

/*.kflist .kfitem:last-child{*/
/*margin-top: 50px;*/
/*}*/

.kflist .kfitem:hover,
.kflist .selected{
    color: #fff;
    background-color: #7796df;
}


.kflist .kfitem > a {
    position: absolute;
    left: 0px;
    bottom: 0px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    width: 100%;
    /* height: 180px; */
    height: 100%;
}

.kfdh_desc{
    position: absolute;
    top: 0;
    left: -210px;
    padding-top: 10px;
    width: 200px;
    height: 64px;
    color: #7795de;
    text-align: center;
    background-color: #FFF;
    border-radius: 4px;
    background:#ffffff;
    box-shadow:0 2px 8px 0 rgba(0,0,0,0.20);
}

.kfwx_desc{
    position: absolute;
    top:0;
    left: -160px;
    width: 150px;
    height: 150px;
    border-radius: 4px;
    background-color: #FFFFFF;

}

.kfzx_desc{
    position: absolute;
    top: 0;
    left: -210px;
    width: 200px;
    height: 64px;
    color: #7795de;
    line-height: 64px;
    text-align: center;
    background:#fff;
    box-shadow:0 2px 8px 0 rgba(0,0,0,0.20);
    border-radius: 4px;
}

.kfwx_desc img{
    border-radius: 4px !important;
}

.kfdb_desc{
    position: absolute;
    top: 0;
    left: -410px;
    padding: 20px 20px 0 13px;
    width: 400px;
    text-align: center;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

.kfdb_desc .group-center>*{
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 7px;
}

.circle{
    margin: 5px auto 10px auto !important;
    width: 24px;
    height: 24px;
    color: #FFFFFF;
    border-radius: 100%;
    background-color: #F76F54;
}

#go-one-step:hover{
    color: #7796df;
}

.footer-navigation li a:hover,
.contact-info li a:hover{
    color: #FFFFFF !important;
}

.reset:hover{
    background-color: #FFFFFF;
}

.about-us-section{
    width: 100%;
    position: relative;
}

.about-us-section > img{
    display: block;
    margin: 0 auto;
    width: 1200px;
}

.shell-about{
    margin: auto;
    width: 1200px;
}


.cover-glass-bg{
    -webkit-filter: blur(12px) !important;
    -moz-filter: blur(12px) !important;
    -o-filter: blur(12px) !important;
    -ms-filter: blur(12px) !important;
    filter: blur(12px) !important;
}

html.lt-ie-10 .cover-glass-bg{
    background-color: #000;
}

.transition{
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

/*layer*/
.layui-layer-title{
    padding: 30px 30px 0 30px !important;
    height: 53px !important;
    line-height: 1 !important;
    font-size: 20px !important;
    color: #60a3f1 !important;
    border-bottom: 0 !important;
    background-color: #FFFFFF !important;
    text-align: center !important;
}

.layui-layer-dialog .layui-layer-content{
    padding: 15px 30px 0 30px !important;
    line-height: 1.0 !important;
}

.layui-layer-hui .layui-layer-content{
    padding: 12px 25px !important;
    line-height:24px !important;
}


.layui-layer-content input{
    padding: 0 10px;
    height: 36px;
    background-color: #efefef;
    border: none;
    border-radius: 4px;
}

.layui-layer-content .width-240{
    width:240px;
}

.layui-layer-content .width-150{
    width:150px;
    display: inline-block;
    vertical-align: middle;
}

.layui-layer-btn{
    margin-top: 5px !important;
    padding: 0 30px 20px 30px !important;
}

.layui-layer-btn0{
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    height: 36px !important;
    line-height: 36px !important;
    border-radius: 4px !important;
    text-align: center;
    background-color: #60a3f1 !important;
    border-color: #60a3f1 !important;
}

.layui-layer-btn0:hover{
    opacity: 1;
    background-color: #3981D6 !important;
    border-color: #3981D6 !important;
}

.smscode-btn{
    display: inline-block;
    margin-top: 20px;
    width: 78px;
    height: 34px;
    font-size: 10px;
    line-height: 34px;
    color: #60a3f1;
    background:#ffffff;
    border:1px solid rgba(96,163,241,0.50);
    border-radius:4px;
    vertical-align: middle;
    text-align: center;
}

.smscode-disabled-btn{
    color: #999;
    background:#eee;
    border:1px solid #eee;
}

.intention-opt{
    display: inline-block;
    vertical-align: middle;
    margin-top: 15px !important;
    margin-left: 20px;
    width: 30%;
    height: 32px;
    color: #333;
    line-height: 32px;
    text-align: center;
    border-radius: 4px;
    background-color: #f5f5f5;
    cursor: pointer;
    transition: .25s linear;
}

.intention-opt:hover,
.intention-opt-selected{
    color: #FFFFFF;
    background-color: #60a3f1;
}

.border-gray-right{
    border-right: 1px solid #e0e0e0;
}

.border-gray-left{
    border-left: 1px solid #e0e0e0;
}

.border-gray-top{
    border-top: 1px solid #e0e0e0;
}

.border-radius-4{
    border-radius: 4px;
}

.title-adjust{
    margin-left: -30px;
    padding-left: 30px;
    line-height: 1.0;
}

#house-desc .border-gray{
    transition: .25s linear;
}

#house-desc .border-gray:hover{
    box-shadow:0 4px 10px 0 rgba(0,0,0,0.15);
}


.md-overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    background: rgba(239,239,239,0.9);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1000;
}

.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 1000px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.md-show {
    visibility: visible;
}

.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
}

.md-content {
    background-color: #FFFFFF;
    position: relative;
    margin: 0 auto;
    padding: 20px;
    box-shadow:0 2px 8px 0 rgba(0,0,0,0.10);
}

.md-content ul > li{
    margin-bottom: 16px;
    border: 4px solid transparent;
}


.md-content ul > .selected{
    border: 4px solid #60a3f1;
}

.md-effect-1 .md-content {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.width-180{
    width: 180px;
}

.width-220{
    width: 220px;
}

.width-286{
    width: 286px;
}

.width-900{
    width: 900px;
}

.border-radius-8{
    border-radius: 8px;
}

.fast-enter{
    /*top: 50%;*/
    /*left: 50%;*/
    margin: 0 auto;
    padding: 0 30px 0 20px;
    width: 800px;
    height: 160px;
    box-shadow:0 2px 8px 0 rgba(0,0,0,0.10);
    /*transform: translate(-50%, -25%);*/
    /*z-index:100;*/
}

#fast-selected select{
    margin-left: 15px;
    padding-left: 20px;
    width:298px;
    height:48px;
    line-height: 48px;
    background:#f5f5f5;
    border:1px solid #efefef;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}

select::-ms-expand { display: none; }

#fast-selected select option{
    padding: 10px 0;
    background: #fff;
}

#fast-selected > *{
    display:inline-block;
    vertical-align: middle;
}

.fast-btn{
    margin-left:-6px;
    width:99px;
    height:48px;
    line-height: 48px;
    text-align:center;
    background:#7796df;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    transition: all .2s linear;
}

#fast-selected .fast-btn:hover{
    background:#a6bbed;
}

.qcimg{
    position:absolute;
    left:0;
    bottom:40px;
    max-width: 204px !important;
    height: 204px !important;
}

html canvas{
    position: absolute;
    display:block;
    top: 211px;
    left: 50%;
    margin: 0 auto;
    width: 1180px !important;
    height: 250px !important;
    transform: translateX(-50%);
}

.title-adjust2{
    padding-left: 10px;
    line-height: 1.0;
}

.border-red{
    border: 1px solid #f76f54 !important;
}

.fixed-table-anchor{
    text-align: center;
}

.fixed-table-anchor li{
    width: 70px;
    height: 30px;
    line-height: 30px;
}

.fixed-table-anchor li:hover,
.fixed-table-anchor .active{
    background-color: #f76f54;
}


.fixed-table-anchor li a{
    padding: 0;
    color: #6e7ab0;
    transition: 0.25s linear;
}



.fixed-table-anchor li:hover a,
.fixed-table-anchor .active a{
    color: #FFFFFF;
}

.fixed-table-anchor li a:hover,
.fixed-table-anchor li a:focus{
    background-color: transparent;
}

.fixed-table-anchor-box{
    position: fixed;
    left: 0;
    top: 50%;
    padding: 5px;
    width: 80px;
    background-color: #FFFFFF;
    border-radius: 4px;
    z-index: 10000;
    transform: translateY(-50%);
}

.table-fixed-thead{
    position: fixed;
    top: 0;
    z-index: 10000;
}

.layui-layer-btn-c{
    padding-bottom: 5px !important;
}

.layui-layer-btn-c .layui-layer-btn1{
    margin-top: 15px;
    color: #999;
    border: 0;
    background-color: transparent;
}

/*2017-7-5 马耳他专区*/

.fs-12{
    font-size: 12px !important;
}

.fs-14{
    font-size: 14px !important;
}

.fs-16{
    font-size: 16px !important;
}

.fs-18{
    font-size: 18px !important;
}

.c-white{
    color: #fff !important;
}

.c-orange{
    color: orange !important;
}

.c-red{
    color: #cc2b2e !important;
}

.c-green{
    color: yellowgreen !important;
}

.c-blue{
    color: lightskyblue !important;
}

.c-999{
    color: #999999 !important;
}

.c-333{
    color: #333333 !important;
}

.border-gray{
    border: 1px solid #e0e0e0;
}

.border-gray-bottom{
    border-bottom: 1px solid #efefef;
}

.border-radius-4{
    border-radius: 4px;
}

.fl{
    float: left;
}

.fr{
    float: right;
}

.cursor-hand{
    cursor: hand;
}

.text-ellipsis{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.text-line2-ellipsis{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

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

.rd-navbar-nav .fa-phone{
    position: relative;
    top: 5px;
}

.page-footer .list a {
    color: #999;
}

.page-footer .list a:hover {
    color: #333;
}


[class*="js-animation-"] p{
    transition: 0.25s linear;
    -moz-transition: 0.25s linear;
    -webkit-transition: 0.25s linear;
    -o-transition: 0.25s linear;
}

.slide-fixed-adv{
    position:absolute;
    top: 50%;
    left: 10%;
    padding: 15px;
    width: 320px;
    height:68px;
    z-index:99999;
    transform: translateY(-50%);
}

.slide-fixed-adv img{
    margin-right: 15px;
}

.border-red-left{
    padding-left: 10px;
    border-left: 3px solid #cc2b2e;
}

#country-pic .range>[class*='cell']{
    padding-left: 5px;
    padding-right: 5px;
}

#country-pic *+img{
    margin-top: 10px;
}


.anchor-fixed{
    position: fixed;
    top: 50%;
    left: 5px;
    width: 100px;
    border: 1px solid #e0e0e0;
    background-color: #FFFFFF;
    z-index:10000;
}

.anchor-fixed li{
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

.anchor-fixed  li a:after {
    content: "\f0da";
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    font-family: "FontAwesome";
    padding-left: 11px;
    transition: 0.35s transform ease;
}

.anchor-fixed li:hover a,
.anchor-fixed .active a{
    color: #cc2b2e;
}

.info-elem{
    cursor: pointer;
}

.info-elem img{
    width: 200px;
    height: 120px;
}

.info-elem p+p{
    margin-top: 15px;
}

.marked-list-bordered li{
    cursor: pointer;
}

.marked-list-bordered .active a{
    color: #cc2b2e;
    text-decoration: none;
}

.rd-navbar-brand a .reveal-inline-block{
    margin-right: 10px;
}


.c-F96400{
    color: #F96400 !important;
}

.c-4990E2{
    color: #4990E2 !important;
}

.c-65BF02{
    color: #65BF02 !important;
}

.width-percent-5{
    width: 50%;
}

.width-percent-6{
    width: 60%;
}

.width-percent-6-5{
    width: 65%;
}

.ul-style-disc{
    list-style: disc;
}

.breadcrumbs li:first-child{
    margin-top: 2px;
}

.cell-lg-3 > .border-gray{
    margin-right: -15px;
}

.friendly-href{
    padding-top: 10px;
    margin-bottom: 20px;
}

.friendly-href ul{
    margin-top: 20px;
}

.friendly-href ul li{
    padding-bottom: 20px;
}

.friendly-href ul li a{
    font-size: 14px;
}

.friendly-href ul li a:after{
    content: "\f105";
    position: absolute;
    right: 30px;
    font-size: 14px;
    font-weight: 100;
    line-height: 18px;
    display: inline-block;
    font-family: "FontAwesome";
}

.outset-negative-left-15{
    margin-left: -15px;
}

.malta-service{
    margin-right: -15px;
}

.malta-service li{
    display: inline-block;
    padding: 10px;
    margin-bottom: 10px;
    width: 48%;
}

.malta-service li:nth-child(2n+1){
    margin-right: 5px;
}

.border-none{
    border:none !important;
}

/*2017-7-4  二级评估*/
.text-line-height-1{
    line-height: 1.1 !important;
}

.bg-blue-lighter{
    background-color: #f7f7ff !important;
}

.bg-black{
    background-color: #333333 !important;
}

.bg-green{
    background-color: #6bca97 !important;
}

.eva-able-list{
    margin-top: 1px;
    padding-top: 30px !important;
}

.eva-able-list .range .range{
    margin-left: 20px;
    padding: 20px 0 20px 20px;
    transition: 0.25s linear;
}


.eva-able-list .range .range:hover{
    box-shadow:0 2px 8px 0 rgba(0,0,0,0.2);
}

.eva-able-list .range .range [class*='cell-'] img{
    width: 107px;
    height: 80px;
}

.eva-able-list .range .range [class*='cell-']{
    padding-right: 4px !important;
}

.eva-able-list .range .range .cell-lg-9-6{
    padding-left: 15px !important;
}

.button-able-eva{
    position: absolute;
    top: 0;
    right: 20px;
    width: 101px;
    height: 36px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 36px;
}

.button-eva-tip{
    margin-top: 0;
    width: 90px;
    height: 24px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px !important;
    border-radius: 0 !important;
}

.section-eva{
    margin: 20px;
}

.eva-elem-block{
    float: left;
    margin-right: 20px;
}

.eva-elem-nav{
    width: 360px;
}

.eva-elem-nav ul{
    margin: 10px;
}

.eva-elem-nav li{
    padding: 0 20px;
    width: 100%;
    height: 60px;
    font-size: 18px;
    color: #999999;
    line-height: 60px;
    cursor: pointer;
}

.eva-elem-nav li:last-child{
    height: 80px;
    line-height: 80px;
}

.eva-elem-nav li .fa-thumb-tack{
    transform:rotate(30deg);
    -ms-transform:rotate(30deg);
    -moz-transform:rotate(30deg);
    -webkit-transform:rotate(30deg);
    -o-transform:rotate(30deg);
}


.eva-elem-nav .active{
    color: #FFFFFF;
    background-color: #f76f54;
    border-radius: 4px;
}

.children-wrapper{
    min-height: 325px;
}


.children-wrapper .title-line{
    padding: 0 35px;
    height: 70px;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 70px;
    text-align: center;
    background-color: #7b7a7a;
}

.children-wrapper .content-line{
    padding: 30px 35px;
    font-size: 20px;
    color: #999999;
    line-height: 2.4;
}

.title-line-special{
    height: 70px;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 70px;
    text-align: center;
    background-color: #f76f54;
}

.children-form{
    /*padding: 30px 35px;*/
    margin: 0 auto;
    width: 500px;
}

.children-form .form-elem{
    margin-bottom: 20px;
}

.children-form .form-elem p+input{
    margin-top: 15px;
}

.children-form .form-elem input{
    margin-top: 5px;
    padding: 0 15px;
    width: 100%;
    height: 36px;
    background-color: #f5f5f5;
    border: none;
}

.children-enter{
    position: fixed;
    top: 150px;
    left: -260px;
    width: 260px;
    height: 382px;
    background-color: #ffffff;
    box-shadow:0 2px 20px 0 rgba(0,0,0,0.10);
    z-index: 1000000000;
    transition: 0.25s linear;
}

.children-enter-close{
    position: absolute;
    top: 5px;
    right:5px;
    width: 15px;
    height: 15px;
    font-size: 13px;
    background:rgba(0,0,0,0.30);
    line-height:1.0;
    cursor:pointer;
}

.children-enter .title-line{
    width:100%;
    height:50px;
    font-size: 18px;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
    background-image:linear-gradient(-218deg, #fba861 0%, #f76b1c 100%);
}

.children-form-index{
    padding: 10px 20px;
}

.children-form-index input{
    margin-top: 20px;
    padding: 0 15px;
    width: 100%;
    height: 36px;
    background-color: #f5f5f5;
    border: none;
}

.children-form-index .submit{
    margin-top: 20px;
    width: 100%;
    height: 36px;
    color:#ffffff;
    line-height: 36px;
    text-align: center;
    background-color: #f76f54;
}

.children-enter-button{
    position: fixed;
    top: 15%;
    left: 0;
    width: 177px;
    height: 454px;
    z-index: 100000000;
    cursor:pointer;
    transition: 0.25s linear;
}

.children-enter-button .outset-top-30{
    margin-top: 115px !important;
}

.children-enter-button a{
    display: block;
    margin-top: 10px;
    width: 100%;
    height: 40px;
}

.c-66c769{
    color:#66c769 !important;
}

.js-show-children-enter{
    webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

/*随行子女 2.0*/
.children-form .label{
    width: 200px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    border: 1px solid #FFFFFF;
    border-radius: 0;
}

.children-form > p+div{
    margin-top: 50px;
}

.child *+img{
    margin-top: 0;
}

.child .shell-child{
    margin: 0 auto;
    max-width: 1920px !important;
}

.video-frame{
    margin: 0 auto;
    width: 960px;
    height: 540px;
}

.border-top-none-gray{
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.embed_iframe,
.embed-list{
    display: inline-block;
    vertical-align: top;
}

.embed-list{
    width: 106px;
    height: 560px;
    overflow-y: auto;
}

.embed-list li{
    margin-bottom: 10px;
    text-align: center;
}

.embed-list li > p{
    margin-top: 5px;
    padding: 0 10px;
    font-size: 12px;
}

.embed-list li > img{
    width: 81px;
    height: 81px;
    border-radius: 50%;
    border: 3px solid transparent;
    transition: 0.2s ease;
}

.embed-list .active > img{
    border-color: #cc2b2e;
}

.pro-special-btn-group{
  position: absolute; 
  top: -6%;
  right:-1%;  
}

.pro-elem{
    margin-bottom: 20px;
    padding: 20px;
    width: 100%;
} 

.pro-img{
    width: 230px;
    height: 230px;
}

.pro-quote-body{
    position: absolute;
    left: 0;
    bottom: 0;
    margin-top: 0;
    padding: 4% 10% !important;
    width: 100%;
    height: 80px;
    background-color: #7796df;
}

#open_div_image{
    width: 132px;
    height: 600px;
    overflow-y: auto;
}

.clearfix ul > .selected{
    border: 4px solid #7796df;
}

.clearfix ul > li{
    margin-bottom: 16px;
    border: 4px solid transparent;
}


.swiper-house{
    float: left;
    width: 85%;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-house .swiper-slide {
    background-size: cover;
    background-position: center;
}


.swiper-house-gallery-thumbs {
    float: right;
    margin-left: 1%;
    width: 14%;
    height: 600px;
}

.swiper-house-gallery-thumbs .swiper-slide {
    width: 100%;
    height: 25%;
    opacity: 0.4;
}
.swiper-house-gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

a[title='站长统计']{
    display:none;
}
