body{
    background: #ffffff;
    margin: 0;
    font-family: "Hiragino Sans GB","Microsoft Yahei",SimSun,Arial,"Helvetica Neue",Helvetica;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #333333;
}

.base-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    /*padding: 5px;*/
    width: 100%;
}

.base-col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    /*padding: 5px;*/
    width: 100%;
}

.base-col-50 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.base-col-33 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
}

.np_hide{
    visibility: hidden;
}

.hidden{
    display: none !important;
}
.fontS {
  font-size: 12px;
}

.fontM {
  font-size: 14px;
}

.fontB {
  font-size: 16px;
}

.fontBB {
  font-size: 18px;
}

.font30{
	font-size: 30px;
}

.font60{
	font-size: 60px;
}

.font55{
    font-size: 65px;
}

.color_fff {
	color: #fff;
}

.color_666 {
  color: #666;
}
.color_44e71 {
  color: #4e71c5;
}
.color_999 {
  color: #999;
}

.padding_right20{
    padding-right: 20px;
}

.icon_color[class^="icon-"]:before, .icon_color[class*=" icon-"]:before{
    color: #039ef4;
}

#modal1 .icon_color[class^="icon-"]:before, #modal1 .icon_color[class*=" icon-"]:before{
    position: relative;
    top: 3px;
    font-size: 32px;
}

#modal1 .icon-win:before{
    top: 7px !important;
}

.text_center{
    text-align: center !important;
}

.text_right{
    text-align: right !important;
}

.top_bar{
    width: 100%;
    color: #ffffff;
    height:38px;
    line-height: 38px;
}

.top_bg{
    background: rgba(0 ,0, 0, .2);
}

.banner-container {
    position: relative;
    color: white;
}

.banner-container .y_row {
    position: relative;
    height: 0 !important;
}

.top_banner{
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 100%;
    top: -38px;
    z-index: -1;
}

.layer_btn {
     outline: none;
     cursor: pointer;
     float: left;
     background: transparent;
     color: #fff;
     -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
     -moz-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
     -o-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
     transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
     font-family: "Microsoft YaHei";
     margin-top: 5px;
 }

.top_menu{
    top: 0;
    left: 0;
    height: 66px;
    width: 100%;
    z-index: 999;
}

.top_menu.absolute{
    position: absolute;
}

.top_menu.fixed{
    color: #333333;
    position: fixed;
    box-shadow: rgba(0, 0, 0, 0.172549) 0px 6px 12px;
    background: #ffffff;
}

.top_menu.fixed a{
    color: #333333 !important;
}

.top_menu.fixed .login_btn{
     color: #333333;
     border: 1px solid #333333;
     background: transparent;
 }

.top_menu.fixed .login_btn:hover{
    color: #fff;
    background: #039ef4 !important;
    border: 1px solid #039ef4 !important;
}

.top_menu.absolute .login_btn, .dark_btn{
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
}

.btn_big{
    width: 140px;
    height: 40px;
    font-size: 18px !important;
}

.business_btn {
    width: 250px;
    height: 72px;
    line-height: 72px;
    border: 1px solid #039ef4;
    color: #666666;
    font-size: 32px;
    border-radius: 80px;
    -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
    align-items: flex-start;
    text-align: center;
    /*box-sizing: border-box;*/
    margin: 22px;
    float: right;
}

.btn_small {
    width: 90px;
    height: 30px;
    font-size: 14px !important;
}

.btn_usual {
    background: #039ef4;
    border-color: #039ef4;
    margin-right: 10px
}

.data_group{
    position: absolute;
    /*height: 536px;*/
    height: 100%;
    width: 100%;
    /*visibility: hidden;*/
}

.banner_text{
    position: absolute;
    width: 100%;
    z-index: 900;
    height: 100%;
    /*top: 150px;*/
    /*top: 200px;*/
}

.banner_text >p{
    font-size: 24px;
    opacity: 0.8;
}

/*[data-group-index = '0'] .banner_text >p{*/
    /*font-size: 14px !important;*/
    /*opacity: .7;*/
/*}*/

.banner_layer{
    z-index: 90;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform-style: preserve-3d;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.banner_img {
    background-position: center center;
    height: 100%;
    width: 100%;
    background-size: cover
}

.banner_row{
    /*max-width: 1440px;*/
    width: 100%;
    position: relative;
    /*min-width: 1200px;*/
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    zoom: 1;
}

.y_row {
    min-width: 1200px;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    zoom: 1;
}


.banner_row img{
    left: 50%;
    margin-left: -50%;
    /*bottom: -16px;*/
    /* right: -60px; */
    position: absolute;
}
.banner_row img.right{
    left: 98%;
    bottom: -46px;
    position: absolute;
}

.banner_bottom{
    visibility: visible;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.banner_center{
    visibility: visible;
    z-index: 100;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


.animating-enter-up {
    -webkit-animation: re-banner-slide-20 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
    -moz-animation: re-banner-slide-20 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
    -o-animation: re-banner-slide-20 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
    animation: re-banner-slide-20 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
}

@-webkit-keyframes re-banner-slide-20 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes re-banner-slide-20 {
    0% {
        opacity: 0;
        -moz-transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 1;
        -moz-transform: translate3d(0, 0, 0);
    }
}

@-o-keyframes re-banner-slide-20 {
    0% {
        opacity: 0;
        -o-transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 1;
        -o-transform: translate3d(0, 0, 0);
    }
}

@keyframes re-banner-slide-20 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        -moz-transform: translate3d(0, 20px, 0);
        -ms-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slide-product-10 {
    -webkit-animation: slide-product10 .8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
    -moz-animation: slide-product10 .8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
    -o-animation: slide-product10 .8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
    animation: slide-product10 .8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
}


@-webkit-keyframes slide-product10 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px)
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes slide-product10 {
    0% {
        opacity: 0;
        -moz-transform: translateY(10px)
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes slide-product10 {
    0% {
        opacity: 0;
        -o-transform: translateY(10px)
    }
    100% {
        opacity: 1;
    }
}

@keyframes slide-product10 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
    }
}

.slide-product-20 {
    -webkit-animation: slide-product20 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
    -moz-animation: slide-product20 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
    -o-animation: slide-product20 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
    animation: slide-product20 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
}


@-webkit-keyframes slide-product20 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes slide-product20 {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px)
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes slide-product20 {
    0% {
        opacity: 0;
        -o-transform: translateY(20px)
    }
    100% {
        opacity: 1;
    }
}

@keyframes slide-product20 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
    }
}

.slide-product-80 {
    -webkit-animation: slide-product20 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
    -moz-animation: slide-product20 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
    -o-animation: slide-product20 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
    animation: slide-product20 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
}


@-webkit-keyframes slide-product80 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(80px)
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes slide-product80 {
    0% {
        opacity: 0;
        -moz-transform: translateY(80px)
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes slide-product80 {
    0% {
        opacity: 0;
        -o-transform: translateY(80px)
    }
    100% {
        opacity: 1;
    }
}

@keyframes slide-product80 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(80px);
        -moz-transform: translateY(80px);
        -ms-transform: translateY(80px);
        transform: translateY(80px);
    }
    100% {
        opacity: 1;
    }
}



.slide-up-50 {
    -webkit-animation: slideUp-50 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
    -moz-animation: slideUp-50 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
    -o-animation: slideUp-50 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
    animation: slideUp-50 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
}


@-webkit-keyframes slideUp-50 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px)
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes slideUp-50 {
    0% {
        opacity: 0;
        -moz-transform: translateY(50px)
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes slideUp-50 {
    0% {
        opacity: 0;
        -o-transform: translateY(50px)
    }
    100% {
        opacity: 1;
    }
}

@keyframes slideUp-50 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
    }
}


@-webkit-keyframes slideDown-50 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px)
    }
    100% {
        opacity: 1;
    }
}

.slide-down-50 {
    -webkit-animation: slideDown-50 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
    -moz-animation: slideDown-50 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
    -o-animation: slideDown-50 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
    animation: slideDown-50 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
}

@-moz-keyframes slideDown-50 {
    0% {
        opacity: 0;
        -moz-transform: translateY(-50px)
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes slideDown-50 {
    0% {
        opacity: 0;
        -o-transform: translateY(-50px)
    }
    100% {
        opacity: 1;
    }
}

@keyframes slideDown-50 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        -moz-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    100% {
        opacity: 1;
    }
}


.slide-down-100 {
    -webkit-animation: slideDown-100 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
    -moz-animation: slideDown-100 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
    -o-animation: slideDown-100 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
    animation: slideDown-100 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
}


@-webkit-keyframes slideDown-100 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100px)
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes slideDown-100 {
    0% {
        opacity: 0;
        -moz-transform: translateY(-100px)
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes slideDown-100 {
    0% {
        opacity: 0;
        -o-transform: translateY(-100px)
    }
    100% {
        opacity: 1;
    }
}

@keyframes slideDown-100 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        -moz-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        transform: translateY(-100px);
    }
    100% {
        opacity: 1;
    }
}

.tag-down-10 {
    -webkit-animation: tagDown-10 .8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
    -moz-animation: tagDown-10 .8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
    -o-animation: tagDown-10 .8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
    animation: tagDown-10 .8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
}


@-webkit-keyframes tagDown-10 {
    0% {
        opacity: 1;

    }
    100% {
        opacity: 0;
        height: 30px;
    }
}

@-moz-keyframes tagDown-10 {
    0% {
        opacity: 1;

    }
    100% {
        opacity: 0;
        height: 30px;
    }
}

@-o-keyframes tagDown-10 {
    0% {
        opacity: 1;

    }
    100% {
        opacity: 0;
        height: 30px;
    }
}

@keyframes tagDown-10 {
    0% {
        opacity: 1;

    }
    100% {
        opacity: 0;
        height: 30px;
    }
}

.tag-up-10 {
    -webkit-animation: tagUp-10 .8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
    -moz-animation: tagUp-10 .8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
    -o-animation: tagUp-10 .8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
    animation: tagUp-10 .8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
}


@-webkit-keyframes tagUp-10 {
    0% {
        opacity: 0;
        height: 30px;
    }
    100% {
        opacity: 1;

    }
}

@-moz-keyframes tagUp-10 {
    0% {
        opacity: 0;
        height: 30px;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes tagUp-10 {
    0% {
        opacity: 0;
        height: 30px;
    }
    100% {
        opacity: 1;
    }
}

@keyframes tagUp-10 {
    0% {
        opacity: 0;
        height: 30px;
    }
    100% {
        opacity: 1;
    }
}



.slide-up-100 {
    -webkit-animation: slideUp-100 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
    -moz-animation: slideUp-100 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
    -o-animation: slideUp-100 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
    animation: slideUp-100 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
}


@-webkit-keyframes slideUp-100 {
    0% {
        opacity: 1;

    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-100px)
    }
}

@-moz-keyframes slideUp-100 {
    0% {
        opacity: 1;

    }
    100% {
        opacity: 0;
        -moz-transform: translateY(-100px)
    }
}

@-o-keyframes slideUp-100 {
    0% {
        opacity: 1;

    }
    100% {
        opacity: 0;
        -o-transform: translateY(-100px)
    }
}

@keyframes slideUp-100 {
    0% {
        opacity: 1;

    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        -moz-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        transform: translateY(-100px);
    }
}

.banner_tab{
    z-index: 989;
    position: absolute;
    bottom: 3px;
    left: 50%;
}

.banner_tab .banner_tab_li {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    text-align: center;
    float: left;
    color: #FFFFFF;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    padding: 10px 8px;
    cursor: pointer;
    -webkit-background-clip: content-box;
    -moz-background-clip: content-box;
    background-clip: content-box;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

.banner_tab.dark .banner_tab_li {
    background: #a1a1a3;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-background-clip: content-box;
    -moz-background-clip: content-box;
    background-clip: content-box;
}

.banner_tab.dark .banner_tab_li.active {
    background: #fff;
    -webkit-background-clip: content-box;
    -moz-background-clip: content-box;
    background-clip: content-box;
}

ul{
    list-style: none;
}
.slideShow{
    /*width: 346px;*/
    /*height: 210px;  !*��ʵ����ͼƬ�ĸ߶�*!*/
    width: 1200px;
    height: 500px;
    border: 1px #eeeeee solid;
    margin: 0 auto;
    position: relative;
    overflow: hidden; /*�˴���Ҫ�������ܵ�ͼƬ��������*/
}
.slideShow ul{
    width: 5000px;
    position: relative;  /*�˴���ע��relative : ���󲻿ɲ������������left��right��top��bottom�������������ĵ�����ƫ��λ�ã����û��������ԣ�ͼƬ�����������ƶ�*/
}
.slideShow ul li{
    float: left;  /*������ͼƬ�󸡶����γɲ��ŵĺ��Ų��֣���������ťʱ�����ƶ�*/
    width: 1200px;
}

.slideShow ul div{
    width: 1200px;
    height: 500px;
}
.slideShow .showNav{  /*�þ��Զ�λ�����ְ�ť���в���*/
    position: absolute;
    right: 10px;
    bottom: 5px;
    text-align:center;
    font-size: 12px;
    line-height: 20px;
}
.slideShow .showNav span{
    cursor: pointer;
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    background: #ff5a28;
    margin-left: 2px;
    color: #fff;
}
.slideShow .showNav .active{
    background: #b63e1a;
}

.cha_div{
    font-size: 22px;
    color: #666666;

}

.cha_div div{
    /*padding: 10px 0;*/
    font-family: "Microsoft YaHei" !important;
}

.cha_div .icon-09:before{
    font-size: 20px !important;
}


.icomoon*:before{
    font-family: 'icomoon' !important;
}

#cd-timeline {
    position: relative;
    padding: 1.3em 0 0.3em 0;
    margin-top: 0.5em;
    /*margin-bottom: 2em;*/
}
#cd-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width: 1px;
    background: #dadada;
}

.cd-timeline-block {
    position: relative;
    margin: 2em 0;
}
.cd-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}
.cd-timeline-block:first-child {
    margin-top: 0;
}
.cd-timeline-block:last-child {
    margin-bottom: 0;
}

.cd-timeline-img {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: -5px;
    background: #C9C9C9;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #e0e0e0, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 2px 0 2px rgba(0, 0, 0, 0.05);
}

.cd-timeline-content {
    position: relative;
    left: -40px;
    top: -9px;
    text-align: right;
    font-size: 22px;
    color: #666666;
}

.footer_div {
    border-top: 1px solid #a7a9a6;
    background: #232323;
}
.all_footer{
	background: #4e71c5;
	height:102px;
	width:100%;
	position:relative;
	text-align: center;
}
.footer_row{
	width: 750px;
    margin:0 auto;
}
.top27{
	float:left;
	margin-top:27px;
	font-size:18px;
	color:#ffffff;
}
.top26{
	float:left;
	margin-top:26px;
	color:#ffffff;
	font-size:17px;
}
.font14w{
	font-size:14px;
	color: #fff;
}

.footer_row a{
    color:#ffffff;
    margin: 0 10px;
	font-size: 18px;
}
.footer_row a:hover{
    color: #ffc90d;
    cursor: pointer;
}

.notice_pos {
    width: 48%;
    height:135px;
    display: flex;
    padding-left: 3%;
}

.notice_pos a{
    color: #666666;
    display: block;
    margin-top: -40px;
    border-left: 5px solid #687CB9;
}

.notice_pos a:hover{
    color: #039ef4;
}
.notice_pos a p{
	margin-left: 15px;
}
#consultModal {
    height: 150px;
    position: fixed;
    padding: 19px -20px 20px 20px;
    bottom:40px;
    z-index: 1000;
    right:60px;
}

#consultModal >span, #consultModal >a{
    display: block;
}

#consultModal >span:nth-of-type(odd)
{
    font-size:13px;
    padding-top: 6px;
    padding-bottom: 5px;
}

#consultModal >span:nth-of-type(even)
{
    font-size:12px;
    color: #999999;
    font-family: Helvetica;
}

#consultModal >a{
    padding: 3px 0;
    font-size: 12px;
}

.consult_div {
  position: fixed;
  bottom: 10px;
  right: 1px;
  z-index: 1000;
  width: 60px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  letter-spacing: 5px;  
}

.consult_div_bottom {
  margin-bottom: 1px;
}

.query_btn{
	top: 15px;
	position: relative;
}
.consult_div > div {
    padding: 0px 0;
    width: 100%;
}

.consult_div > [class^="icon-"]:before, .consult_div > [class*=" icon-"]:before{
    display: block;
}


#divQRcord {
    position: fixed;
    padding: 19px -20px 20px 20px;
    bottom: 10px;
    z-index: 1000;
    right: 70px;
    background-color: white;
    text-align:center;
    width: 120px;
}

#divQRcord >span, #divQRcord >a{
    display: block;
}

#divQRcord >span:nth-of-type(odd)
{
    font-size:13px;
    padding-bottom: 5px;
}

#divQRcord >span:nth-of-type(even)
{
    font-size:12px;
    color: #999999;
    font-family: Helvetica;
}

#divQRcord >a{
    font-size: 12px;
} 
#triangle-right-qr {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #ededed;
    border-bottom: 5px solid transparent;
    margin-left: 120px;
    margin-top: 240px;
    padding-left: -20px;
}

.np_nav_right{
    float: right;
}

.np_nav_right >span,.np_nav_right >a{
    float: left;
    padding-right: 10px;
    font-size: 12px;
    cursor: pointer;
    color: white;
}

.hospital_pic {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 260px;
    height: 260px;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
}

.pic_popover{
    position: relative;
    background: rgba(0,0,0,.8);
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: white;
}
.pic_col_margin{
    margin: 15px;
}

.business_btn {
    font-size: 38px;
    margin_bottom: 30px
}

.business_title {
    font-size: 38px;
    margin-bottom: 30px;
    color: #333333;
}
.input_group{
	position: relative;
    display: inline-block;
    border-collapse: separate;
}

.input_left_span{
    background-color: rgba(255,255,255,.2);
    border: 1px solid rgba(255,255,255,.2);
    border-right: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 1px 8px 2px;
    line-height: 1.42857143;
    font-size: 12px;
}

.input_left_span > label{
    cursor: pointer;
}

.input_left_span > label:hover{
    color: rgba(3,158,244,.6);
}

.input_left_span > label.selected{
    color: #039ef4;
}

.input_control {
    width: 150px;
    color: white;
    padding: 1px 8px;
    font-size: 12px;
    line-height: 1.42857143;
    background-color: rgba(255,255,255,.2);
    background-image: none;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 0px 10px 10px 0;
    font-family: "Microsoft YaHei";
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.input_control:focus {
    border-radius: 0px 10px 10px 0;
    border: 1px solid #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)
}

.input_control::-moz-placeholder {
    color: rgba(255,255,255,.8);
    opacity: 1;
    font-family: "Microsoft YaHei";
}

.input_control:-ms-input-placeholder {
    color: rgba(255,255,255,.8);
    font-family: "Microsoft YaHei";
}

.input_control::-webkit-input-placeholder {
    color: rgba(255,255,255,.8);
    font-family: "Microsoft YaHei";
}
.notice_img{
	/* background-image:url("../../m/resource/image/fy_16.png"); */
	background-repeat:no-repeat;
	percentage:34%;
	background-size:100%;
	
}
#searchIcon,#qrCodeIcon{
    padding-right: 20px;
    cursor: pointer;
}

#searchIcon:hover, #qrCodeIcon :hover{
    cursor:pointer;
}

#qrCodePopover {
    position: fixed;
    width: 255px;
    height: 275px;
    z-index: 1100;
    top: 38px;
    background: #ededed
}

#qrCodePopover >{
    display: block;
}
.roll_img{
    overflow: hidden;
    width: 100%;
    position: relative;
 	height:0;
	padding-bottom:41%;
    color: white;
    z-index: -1;
}
.r_data_group{
    position: absolute;
	width:100%;
	height::0;
	padding-bottom:41%;
    overflow: hidden;
    /*visibility: hidden;*/
}
 .r_banner_bottom{
    visibility: visible;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
} 
.r_banner_text{
    position: absolute;
    width: 100%;
    z-index: 900;
    height: 100%;
    /*top: 150px;*/
    /*top: 200px;*/
}
.r_banner_layer{
    z-index: 90;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform-style: preserve-3d;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.r_layer_btn {
     outline: none;
     cursor: pointer;
     float: left;
     background: transparent;
     color: #fff;
     -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
     -moz-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
     -o-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
     transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
     font-family: "Microsoft YaHei";
     margin-top: 5px;
 }
 .r_text_center{
    text-align: center !important;
}
 .r_dark_btn{
    color: #fff;
    border-radius:4px;
    border: 2px solid #fff;
}

.r_btn_big{
    width: 165px;
    height: 43px;
    font-size: 18px !important;
}
.r_banner_img{
 	 background-position: center center;
	 height: 100%;
	 width: 100%;
    filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";  
	-moz-background-size:100% 100%;  
    background-size:100% 100%;   
}
.r_banner_tab{
    z-index: 989;
    position: absolute;
    bottom: 3%;
    left: 45%;
}
.r_banner_tab .r_banner_tab_li {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    text-align: center;
    float: left;
    color: #FFFFFF;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    padding: 10px 8px;
    cursor: pointer;
    -webkit-background-clip: content-box;
    -moz-background-clip: content-box;
    background-clip: content-box;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}
.r_banner_tab.r_dark .r_banner_tab_li {
    background: #a1a1a3;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-background-clip: content-box;
    -moz-background-clip: content-box;
    background-clip: content-box;
}
.r_banner_tab.r_dark .r_banner_tab_li.r_active {
    background: #fff;
    -webkit-background-clip: content-box;
    -moz-background-clip: content-box;
    background-clip: content-box;
} 

.arrow{
	 width: 80px; 
	 height: 80px; 
	 background-color: rgba(255,255,255,0.2);
}
.arrow:hover{
	 cursor: pointer;
	 background-color: rgba(255,198,0,1); 
}
.op{
	opacity:1;
	font-size:30px;
	position: absolute;
	margin-top:25px;
}

.cov:hover{
	 opacity:1;
	 border: 0px solid #ffc600;
	 background-color: #ffc600;
}
.icon_color_black{
    color: #2C3E50;
}
.icon_color_white{
	color: #F8F8FF;
}
.font_24{
    font-size: 24px;
}
.color_black{
    color: #2C3E50;
}
.color_white{
	color: #F8F8FF;
}
.color_black.active{
	color: #F8F8FF;
}
.weight_bold{
    font-weight: bold;
}
.weight_normal{
    font-weight: normal;
}
.div_307_175{
}
.div_1{
    background-color:#FFC600;
    cursor:pointer;
}
.div_1.active {
    background-color:#737256;
}
.div_2{
	padding-top: 40px;
}
.div_2.active{
	color: white;
}
.style_icon{
	position:relative;
	top:0px; 
	z-index: 10;
}
.div_circle{
	padding: 112px 16px;
}
.div_circle:HOVER{
	color: #FFC600;
}
.circle_text{
	top:-90px;
	position:relative;
}
.circle{
	position:relative;
	width: 140px;     
	top:-110px; 
	height: 140px;            
	border-radius: 50%;      
	-moz-border-radius: 50%;      
	-webkit-border-radius: 50%; 
	border:6px solid;
	z-index: 9;
}
.base-col-34 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 34%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 34%;
    -ms-flex: 0 0 34%;
    flex: 0 0 34%;
    max-width: 34%;
}
.div_title_24
{
	font-size: 24px;
	color: #2C3E50;
	text-align: center !important;
}
.p_18{
	font-size: 18px;
	color: #333333;
	line-height: 40px;
	cursor: pointer;
}
.displsy_none{
	display: none;
	/* padding: 239px 25%; */
	padding-top: 239px;
	padding-bottom: 40px;
	padding-right: 25%;
	padding-left: 25%;
}
.p_16{
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	background-color: #F5F5F5;
	display: block;
	padding: 0.5em 1em ;
}
.m_row {
    min-width: 1200px;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    zoom: 1;
    position: relative;
}

.top_bar_font_color{
	font-size: 16px;
	color: #ffffff
}

.top_menu_font_color{
	font-size: 18px;
	color: #2c3e50;
	cursor:pointer;
}
.top_menu_font_color.active {
	color: #ffc600;
}

.search_text1{
	width:220px;
	height:40px;
	border-radius: 30px;
	border: 2px solid #2c3e50
}

.search_text2{
	font-size: 18px;
	width:170px;
	height:30px;
	border:none;
	margin-left: 40px;
	margin-top: -27px;
	outline: none
}

.friendly_link{
	font-size:16px;
	color:#ffffff;
	display: inline;
	border:0.1px solid; 
	border-color:#ffffff;
	width:86px;
	height:34px;
	text-align: center;
	padding:5px 10px;
}
.banner_imgs{
   /*   max-height: 698px;
     max-width: 1700px;
	 width:100%; */
	 MAX-WIDTH: 100%!important;
	 max-width: 1920px;
	 HEIGHT: auto!important;
	 width:expression(this.width > 1700 ? "1700px" :     this.width)!important;
}
.image_285{
	width:285px;
	height:450px;
}
.span_font1{
	display: block;
	padding-top:40%;
	width:75%;
	text-align: left;
	margin:auto;
	font-weight: bold;
}
.pic_popover1{
    background-color:#ffc90d;
    width: 100%;
    height: 450px;
    line-height: 30px;
    color: #2c3e50;
    vertical-align: middle;
    display: block;
    font-size: 18px;   
    opacity: 0.95
}
.span_pic2{
	color: #ffffff;
	background-color: #4e71c5;
	font-size: 24px;
	vertical-align: middle;
	text-align: center;
	display: block;
	height: 120px;
	line-height:120px;
	position:absolute;
	bottom:0px;
	width:285px;
	z-index: 9;
}
.div_pic1{
	background-color: #ffffff;
	display: inline-block;
	margin-left: 10px;
	height:450px;
	position: relative;
}
.div_pic1:HOVER{
	height:570px;
}
.top_bar_font_color{
	font-size: 14px;
	color: #ffffff
}
.top_banner1{
    width: 100%;
    position: relative;
    height: 100%;
    z-index: -1;
}
.img_width_height1{
	width: 100px;
	height: 100px;
}
.business_title1{
	font-size: 24px;
    color: #2c3e50;
	font-weight: bold
}
.div_150{
	width:150px;
	float:left;
	text-align:center;
}
.div_466{
    width: 466px;  
    height: 312px;
	display: inline-block;
	background-color: green;
	overflow: hidden;
}
.img_466{
	width: 466px;  
    height: 312px;
    background-size: cover;
}
/* .img_466:HOVER{
	transform: scale(1.2);
} */
.img_vs{
	position:relative;
	top:355px;
	width: 132px;
	height: 85px;
	z-index:98;
}
.div_text_466{
    width: 466px;  
    height: 278px;
	padding-top: 34px;
	text-align: left;
	background-color: green;
}
.fontColor_666666{
	color: #666666;
}
.fontColor_2c3e50{
	color: #2c3e50;
}
.icon_60 {
  height: 60px;
  width: 60px;
  background-color: #aaa;
}
.icon_60:HOVER {
	background:#038df0;
}
.icon_30 {
  height: 30px;
  width: 60px;
  background-color: #aaa;
}
.notice_title {
	font-size: 18px;
	color: #FF9900;
	text-align: left;
	margin-left: 36px;
	margin-top: 36px;
}
.notice_content{
	font-size: 16px;
	color: #4d4d4d;
	text-align: left;
	margin-left: 36px;
	margin-right: 36px;
	/* margin-top:20px; */
	height:65px;
/* 	width:400px; */
	overflow: hidden;
	text-overflow:ellipsis;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.notice_date{
	font-size: 14px;
	color: #cccccc;
	text-align: left;
	margin-left: 36px;
	margin-bottom: 50px;
}
.notice_msg{
	font-size: 135px;
	margin-top: -80px;
	margin-left:-40px;
	color: #DFDFDF;
}
.notice_more{
	margin-top: -140px;
	margin-left:10px;
}
.notice_msg1{
	font-size: 55px;
}
.notice_tab{
    z-index: 989;
    position: absolute;
    left: 50%;
}
.notice_tab .notice_tab_li {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    text-align: center;
    float: left;
    color: #FFFFFF;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    padding: 10px 8px;
    cursor: pointer;
    -webkit-background-clip: content-box;
    -moz-background-clip: content-box;
    background-clip: content-box;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}
.notice_tab .notice_tab_li {
    background: #a1a1a3;
    background-color: #DFDFDF;
    -webkit-background-clip: content-box;
    -moz-background-clip: content-box;
    background-clip: content-box;
}
.notice_tab .notice_tab_li.active {
    background: #fff;
    background-color:black;
    -webkit-background-clip: content-box;
    -moz-background-clip: content-box;
    background-clip: content-box;
} 
#triangle-right {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #ededed;
    border-bottom: 5px solid transparent;
    margin-left: 140px;
    margin-top: 85px;
    padding-left: -20px;
}

#triangle-right-os {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #ededed;
    border-bottom: 5px solid transparent;
    margin-left: 120px;
    margin-top: 280px;
    padding-left: -20px;
}

.customer_info {
  background: #ededed;
  width: 165px;
}
.customer_detail {
  margin-left: 16px;
  margin-top:15px;
  float: left;
}

.customer_margin_bottom_15 {
  margin-bottom: 15px;
}

.QRcord_margin_top_5 {
  margin-top: 5px;
}

#triangle_right2 {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 30px solid #FFC600;
    border-bottom: 15px solid transparent;
}
#triangle_left2 {
    width: 0;
    height: 0;
    z-index:88;
    border-top: 15px solid transparent;
    border-right: 30px solid #E5E5E5;
    border-bottom: 15px solid transparent;
    margin-left: 437px;
}
.font_whit_16{
	font-size: 16px;
	color: #c8e0f7;
}
.font_whit_14{
	font-size: 14px;
	color: #c8e0f7;
}
.font_ffc90d_16{
	font-size: 16px;
	color:#ffc90d;
}
.tel_we_tab tr td{
	text-align: left;
}
.font_ffffff_16{
	font-size: 16px;
	color:#ffffff;
}
.font_ffffff_16:HOVER {
	color: #ffc90d;
}
.label_block_top {
	padding-top: 22px;
	font-size: 18px;
	color: #2c3e50;
	line-height:22px;
}

.img_60_60 {
  width: 60px;
  height: 60px;
}

.img_60_30 {
  width: 60px;
  height: 30px;
}

.margin_auto_auto {
	margin: auto auto;
}
.float_right {
	float: right;
}
.float_left {
	float: left;
}

.width_height_80_80{
	width: 80px;
	height: 80px;
}
.width_height_110_110 {
  width: 110px;
  height: 110px;
}

.consult_background {
  background-color: #ededed;
}

.QRcord_lineHeight {
  line-height: 26px;
}
.browse-dialog .tip-img {
	float: left;
	padding-right: 25px;
	margin-top: 25px;
	margin-left: 15px;
}
.browse-dialog {
	width: 512px;
	height: 215px;
	border-radius: 4px;
}
.browse-dialog .dialog-text {
	font-size: 14px;
	color: #333;
	line-height: 32px;
	margin-top: 25px;
}
.chrome-bac {
 /*    padding-top: 1px; */
	padding-bottom: 2px;
	margin-left:1px;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-image: url('../../m/resource/image/chrome_browser_logo.png');
}
.dialog-footer  a:link,
.dialog-footer  a:visited,
.dialog-footer  a:hover,
.dialog-footer  a:active {
	color: #fff;
} 
.dialog-footer .download-btn {
    display: inline-block;
    margin-left: 0px !important;
    padding: 12px 20px 12px 50px;
    line-height: 1;
    border: 1px solid #d8dce5;
    width: 180px;
    font-size: 14px;
    border-radius: 4px;
    background-color: #038df0;
	background-repeat: no-repeat;
	margin-top: 8px;
}
.dialog-footer .is-mac {
	background-image: url('../../m/resource/image/chrome_browser_logo.png');
	background-size: 23px;
	background-position: 15px 7px; 
	margin-left: 30px;
	width: 180px;
	height: 39px;
	color:#ffffff;
}
.dialog-footer .continue-btn {
	width: 180px;
	height: 39px;
	color: #fff;
	margin-left: 20px !important;
	background-color: #8e8e8e;
	border:none;
	border-radius: 4px;
	font-family:΢���ź�;
	font-size:100%;
}