@charset "UTF-8";

/* 动画 */
.dimg:hover { transform:scale(1.1) !important; position:relative; z-index:99 !important;}
.dimg2:hover { transform:scale(1.3) !important; position:relative; z-index:99 !important;}
.dpic:hover { transform:scale(1.1) !important;}
.dot:hover { color: #339933 !important;}

/* 获取电话 */
.hqTel{
	color: #fff;
	text-align: center;
    margin: 25px 20px;
    padding: 8px 0px;
    border: 1px solid #f69b09;
	background-color: #f69b09;
    border-radius: 4px;
	cursor: pointer;
}
.hqTelFrom{
	position: fixed;
	left: 0;
    top: 0;
    right: 0;
    bottom: 0;
	z-index: 9999;
	display: none;

}
.hqTelFrom-inner{
    width: 360px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	background-color: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #888888;
	text-align: center;
}
.hqTelFrom-inner input{
    margin:10px auto;
}
.closeHqTel{
    width: 50px;
    height: 50px;
	color: #fff;
	text-align: center;
	line-height: 32px;
    margin: 25px auto;
    padding: 8px;
    border: 1px solid #666;
	background-color: #666;
    border-radius: 50%;
	cursor: pointer;
}

 /* cicoe */
.headbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
}
.headbox .headtop {
    padding: 15px 2.8%;
    position: relative;
}
.headbox .logo {
    max-width: 86px;
    width: 40%;
    float: left;
    position: relative;
    z-index: 4;
}
.headbox .logo img {
    max-height: 83px;
}
.headbox .search_box {
    width: 60%;
    float: right;
    position: relative;
    z-index: 5;
}
.headbox .search-shell {
    border: 1px #e6e6e6 solid;
    width: 60%;
    position: absolute;
    right: 100px;
    max-width: 420px;
    top: 20px;
}
.headbox .search_box .text {
    height: 44px;
    line-height: 44px;
    background: none;
    padding: 0 55px 0 15px;
    width: 100%;
    border: none;
    color: #999;
}
.headbox .search_box .but {
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 100%;
    color: #fff;
    border: none;
    background: url(../images/search_icon.png) no-repeat center #27a1d2;
    cursor: pointer;
    padding: 0;
}
.headbox .nav_box {
    background: #27a1d2;
    position: relative;
}
.headbox .nav_box li {
    width: 12.5%;
    line-height: 52px;
    font-size: 18px;
    text-align: center;
    float: left;
    position: relative;
}
.headbox .nav_box li a {
    /*border-bottom: solid 2px #fff;*/
    letter-spacing: 2px;
    display: inline-block;
    color: #fff;
}
.headbox .nav_box li dt a {
    color: #333;
    font-weight: normal;
}
.headbox .nav_box li dt a:hover {
    color: #27a1d2;
    font-weight: 600;
}
.headbox .nav_box li:hover>a, .headbox .nav_box li.on>a {
    position: relative;
}
.headbox .nav_box li:hover>a:after, .headbox .nav_box li.on>a:after {
    position: absolute;
    content: '';
    border: 6px solid transparent;
    border-bottom-color: #27a1d2;
    left: 50%;
    margin-left: -6px;
    bottom: 0;
}
.headbox .nav_box li:hover, .headbox .nav_box li.on {
    background: #fff
}
.headbox .nav_box li:hover>a, .headbox .nav_box li.on>a {
    font-weight: 600;
    color: #27a1d2
}
.headbox .nav_box li.ona, .headbox .nav_box li:hover a {
    border-bottom-color: #fff;
}
.headbox .back {
    display: none;
    border-top: solid 1px #ededed;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    background-color: #fff;
}
.headbox .sub_shell {
    position: relative;
    margin: 0 auto !important;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.headbox .sub_shell .dl {
    padding: 40px;
    float: left;
    line-height: 60px;
}
.headbox .sub_shell .text {
    display: none;
    color: #666;
    border-left: solid 1px #ededed;
    padding: 60px 40px;
    float: left;
    line-height: 25px;
    text-align: left;
    font-size: 14px;
    width: 380px;
    position: relative;
}
.headbox .sub_shell .wenb {
    padding: 20px 0;
}
.headbox .sub_shell .but a {
    color: #27a1d2;
    line-height: 25px;
    padding-right: 25px;
    background: url(../images/line_icon2.png) right center no-repeat;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.headbox .sub_shell .but a:hover {
    padding-right: 35px;
}
.headbox .nav_box>ul>li:nth-child(7) .sub_shell .text {
    border-left: none;
    position: absolute;
    left: -380px;
    right: auto;
}
.headbox .nav_box>ul>li:nth-child(7) .sub_shell .ul {
    border-right: solid 1px #ededed;
}
.Tmenu_icon {
    cursor: pointer;
    right: 2%;
    /* margin-top:35px; */
    display: none;
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 100;
    top: 40px;
}
.Tmenu_icon i {
    position: absolute;
    width: 100%;
    background: #27a1d2;
    height: 2px;
    margin-top: -1.5px;
    top: 50%;
}
.Tmenu_icon i::before, .Tmenu_icon i::after {
    position: absolute;
    background: #27a1d2;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -moz-transition: transform 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
}
.Tmenu_icon i::before {
    top: 8px;
}
.Tmenu_icon i::after {
    top: -8px;
}
.Tmenu_icon.on i {
    background: none !important;
}
.Tmenu_icon.on i::before, .Tmenu_icon.on i::after {
    top: 0 !important;
}
.Tmenu_icon.on i::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.Tmenu_icon.on i::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.headbox li .sub_shell .dl dt {
    line-height: 24px;
    padding: 15px 0 15px 16px;
    text-align: left;
    position: relative;
    width: 50%;
    float: left;
}
.headbox li .sub_shell .dl dt:after {
    content: '';
    width: 0;
    display: block;
    height: 0;
    border-left: 7px solid #27a1d2;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    left: 0;
    top: 24px;
}
@media(max-width:1440px) {
    .headbox w1440 {
        padding: 0 2%;
    }
    .headbox .headtop {
        padding: 15px 2%;
    }
}
@media(max-width:1200px) {
    .headbox .search_box .icon {
        cursor: pointer;
        display: block;
        background: url(../images/search_icon.png) no-repeat center;
        -webkit-background-size: 20px 20px;
        -moz-background-size: 20px;
        -o-background-size: 20px;
        background-size: 20px;
    }
    .headbox .search_box .icon, .headbox .search_box {
        width: 49px;
        height: 49px;
        line-height: 49px;
    }
    .headbox .search_box {
        margin-top: 17px;
        margin-right: 45px;
        background-color: #27a1d2;
        position: relative;
        float: right;
        z-index: 5;
    }
    .headbox .search-shell {
        border: solid 1px #ccc;
        border-radius: 3px;
        transition: all .5s;
        opacity: 0;
        padding: 5px 0;
        padding-left: 10px;
        width: 210px;
        background-color: #fff;
        position: absolute;
        top: 25px;
        right: -230px;
        z-index: 9;
        display: inline-block;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        max-width: auto;
    }
    .headbox .search_box .text {
        width: 150px;
        border: none;
        background: none;
        height: 35px;
        line-height: 35px;
        float: left;
        padding: 0;
    }
    .headbox .search_box .but {
        border: none;
        background: none;
        border-left: solid 1px #ccc;
        float: right;
        width: 40px;
        height: 35px;
        line-height: 35px;
        cursor: pointer;
        background: url(../images/search_icon2.png) no-repeat center;
        -webkit-background-size: 20px 20px;
        -moz-background-size: 20px;
        -o-background-size: 20px;
        background-size: 20px;
        position: initial;
    }
    .headbox .search_box:hover .search-shell {
        right: 0;
        opacity: 1;
    }
    .headbox .headtop {
        padding: 8px 2%;
    }
    .headbox .search_box .search-shell {
        top: 0;
    }
    .Tmenu_icon {
        display: inline-block;
        top: 32px;
    }
    .headbox .nav_box {
        transition: all .5s;
        height: 87vh;
        overflow: auto;
        background-color: #fff;
        margin-right: 0;
        border-top: solid 1px #ededed;
        border-bottom: none;
        position: fixed;
        right: -100%;
        top: 99px;
        width: 50%;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
    }
    .headbox .nav_box li {
        border-bottom: solid 1px #ededed;
        width: 100%;
        line-height: 45px;
    }
    .headbox .back {
        position: relative;
        top: 0;
    }
    .headbox .nav_box li .sub_shell {
        left: 0;
    }
    .headbox .nav_box li a {
        color: #333;
        width: 100%;
    }
    .headbox .sub_shell .ul {
        line-height: 40px;
        width: 100%;
        min-height: 0;
        padding: 10px 0;
    }
    .headbox .nav_box.open {
        right: 0;
    }
    .headbox .sub_shell .dl {
        float: left;
        width: 40%;
    }
    .headbox .nav_box li dt {
        line-height: 28px;
        font-size: 16px;
        padding: 7px 0;
    }
    .headbox .sub_shell .text {
        float: right;
        width: 60%;
    }
    .headbox li#nav5 .sub_shell .text {
        float: none;
        width: 100%;
        border: none;
        padding: 10px 15px;
    }
    .headbox li#nav5 .sub_shell .dl {
        float: none;
        width: 100%;
    }
    .headbox li#nav5 .nav_box li .sub_shell, .headbox li#nav5 .back {
        border: none;
    }
    .headbox li#nav5 .sub_shell .dl .shell dt {
        padding: 8px 0 8px 10px;
    }
    .headbox li#nav5 .sub_shell .dl {
        padding: 15px 0;
        min-height: auto;
    }
    .headbox li#nav5 .sub_shell .dl .shell dt:after {
        top: 16px
    }
    .headbox li#nav5 .sub_shell .dl .shell {
        float: left;
        padding: 0 15px;
        width: 50%
    }
}
@media(max-width:640px) {
    .headbox .headtop {
        padding: 5px 2%;
    }
    .headbox .logo {
        width: 60%;
        line-height: 80px;
        height: 80px;
    }
    .headbox .logo img {
        max-height: 77px;
    }
    .headbox .search_box {
        margin-top: 20px;
        margin-right: 36px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    .headbox .search_box .icon, .headbox .search_box {
        width: 39px;
        height: 39px;
    }
    .headbox .search_box .but, .headbox .search_box .text {
        height: 30px;
        line-height: 30px;
    }
    .headbox .nav_box {
        width: 60%;
        top: 90px;
        height: 88vh;
    }
    .headbox .sub_shell .dl {
        min-height: auto;
        padding: 10px 0 20px;
        width: 100%;
    }
    .headbox .sub_shell .dl dt {
        line-height: 38px;
        color: #666;
    }
    .headbox .sub_shell .dl dt a {
        color: #666;
        font-size: 16px;
    }
    .headbox .sub_shell .text {
        width: 100%;
        padding: 0 20px 10px;
        border: none;
    }
    .headbox .nav_box li .sub_shell {
        border-left: 1px #e6e6e6 solid;
        border-right: 1px #e6e6e6 solid;
        width: auto;
    }
    .headbox .sub_shell .text .pic img {
        margin: 0 auto;
        display: block;
    }
    .headbox .sub_shell .wenb {
        line-height: 24px;
    }
    .Tmenu_icon {
        top: 28px
    }
    .headbox li#nav5 .sub_shell .dl .shell {
        float: none;
        padding: 0 15px;
        width: 100%
    }
}

.footer {
    color: #fff;
    background-color: #27a1d2;
    padding-top: 70px;
}
.footer a, .footer .Copyright, .footer dl a {
    color: rgba(255, 255, 255, .7);
}
.footer a:hover, .footer dl a:hover {
    color: rgba(255, 255, 255, 1);
}
.footer .itw {
    width: 65%;
    float: left;
}
.footer .itw .shell {
    width: 33.333%;
    float: left;
}
.footer dl dt, .footer .ti {
    margin-bottom: 10px;
    font-size: 16px;
    color: #ffffff;
}
.footer dl {
    margin-bottom: 40px;
}
.footer dl dd {
    font-size: 16px;
    margin-bottom: 10px;
}
.footer .contact_bot {
    float: right;
    width: 33%;
    max-width: 350px;
}
.footer .contact_bot h5 {
    font-size: 36px;
    font-weight: 500;
    margin: 0;
}
.footer .contact_bot .wenb {
    margin-top: 30px;
}
.footer .contact_bot .wenb .p {
    font-size: 16px;
    line-height: 35px;
    margin: 0;
}
.footer .link_bot {
    padding-left: 80px;
    font-size: 16px;
}
.footer .link_bot h4 {
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 5px 0;
    font-weight: 500;
    color: rgba(255, 255, 255, .7);
}
.footer .link_bot {
    font-size: 0;
}
.footer .link_bot li {
    margin-right: 15px;
    font-size: 16px;
    display: inline-block;
    padding: 5px 0;
}
.footer .bot_other {
    margin-top: 35px;
    padding: 35px 0;
    border-top: solid 1px #4995cd;
}
.footer .Auxiliary {
    float: left;
}
.footer .Auxiliary span {
    margin-right: 10px;
    line-height: 25px;
    display: block;
    font-size: 16px;
    float: left;
}
.footer .Auxiliary a {
    display: block;
    position: relative;
    padding-right: 10px;
}
.footer .Auxiliary a::after {
    content: '';
    background-color: #3388c7;
    width: 1px;
    height: 50%;
    display: block;
    position: absolute;
    right: 0;
    top: 30%;
}
.footer .Copyright {
    font-size: 16px;
    line-height: 25px;
    float: right;
}
.footer .Auxiliary a:last-child {
    margin-right: 0;
    padding-right: 0;
}
@media(max-width:768px) {
    .footer .contact_bot h5 {
        font-size: 24px;
    }
    .footer dl dd {
        font-size: 12px;
    }
}
@media(max-width:640px) {
    .footer .itw {
        width: 100%;
    }
    .footer .contact_bot {
        max-width: 100%;
        width: 100%;
    }
    .footer .contact_bot .wenb {
        margin-top: 20px;
    }
    .footer dl {
        margin-bottom: 30px;
    }
    .footer dl dd {
        padding-right: 5px;
    }
    .footer .link_bot {
        padding-left: 0;
    }
    .footer .link_bot h4 {
        position: relative;
    }
    .footer .Copyright, .footer .Auxiliary a {
        text-align: center;
        font-size: 13px;
    }
    .footer .Auxiliary {
        text-align: center;
        width: 100%;
    }
    .footer .Auxiliary span {
        float: initial;
        display: inline-block;
    }
}

.Rblathgo {
    position: fixed;
    right: 2%;
    bottom: 10%;
    width: 80px;
    z-index: 100;
	display: none;
}
.Rblathgo .itme {
    cursor: pointer;
    border-bottom: solid 1px #f2f4f6;
    text-align: center;
    color: #fff;
    padding: 20px 0;
    background-color: #27a1d2;
}
.Rblathgo .icon {
    margin-bottom: 10px;
    height: 25px;
    line-height: 25px;
}
.Rblathgo .wx {
    position: relative;
}
.Rblathgo .wx .icon {
    background: url(../images/weiixn.png) no-repeat center;
}
.Rblathgo .wx figure {
    display: none;
    width: 140px;
    border: 1px solid #e6e6e6;
    margin-right: 1px;
    border-right: 0;
    background: #fff;
    padding: 5px;
    position: absolute;
    right: 100%;
    top: 0;
}
.Rblathgo .wx figure span {
    display: block;
    padding: 10px 10px 15px;
    color: #333;
    font-size: 14px;
}
.Rblathgo .user_icon1 .icon {
    background: url(../images/right_shell1.png) no-repeat center;
}
.Rblathgo .user_icon2 .icon {
    background: url(../images/right_shell2.png) no-repeat center;
}
.Rblathgo .blathTop {
    cursor: pointer;
    text-align: center;
    background-color: #f2f4f6;
    padding: 20px;
    color: #666;
}
.Rblathgo .blathTop .icon {
    background: url(../images/blath_top.png) no-repeat center;
}
.Rblathgo .Rblathgo_top {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #27a1d2;
    border-bottom: 1px solid #fff;
}
.Rblathgo .Rblathgo_top a {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    line-height: 30px;
    color: #fff;
}
@media(max-width:768px) {
    .Rblathgo {
		position: fixed;
		right: 2%;
		bottom: 10%;
		width: 70px;
		z-index: 99999;
		display: block;
    }
    .Rblathgo .blathTop, .Rblathgo .itme {
        padding: 10px 0;
    }
}

.current {
    color: #fff;
    margin-top: -43px;
    position: relative;
    z-index: 7;
    padding: 12px 15px;
    background-color: rgba(0, 0, 0, .3);
}
.current .icon {
    padding-left: 20px;
    background: url(../images/current_icon1.png) no-repeat center left;
}
.current a {
    color: #fff;
}
.current em {
    font-style: normal;
    padding: 0 5px;
}
@media(max-width:768px) {
	/*
    .current {
        display: none;
    }
	*/
}

.menu_box {
    font-size: 0;
    text-align: center;
    margin-bottom: 80px;
    border-bottom: solid 1px #e5e5e5;
}
.menu_box li {
    padding: 0 25px;
    font-size: 16px;
    display: inline-block;
}
.menu_box li span {
    transition: all .5s;
    border-bottom: solid 1px #fff;
    display: block;
    padding: 20px 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.menu_box li.on span, .menu_box li span:hover {
    color: #27a1d2;
    border-bottom-color: #27a1d2;
}
.menu_box .wap_meuw {
    display: none;
}
@media(max-width:640px) {
    .menu_box {
        margin-bottom: 30px;
        position: relative;
    }
    .menu_box .wap_meuw {
        position: relative;
		width: 100%;
		margin:15px auto;
		padding: 0 15px;
        text-align: left;
        color: #fff;
        font-size: 17px;
        display: block;
		background-color: #27a1d2;
		border-radius: 0px;
		border: solid 1px #27a1d2;
		opacity: 0.8;
    }
    .menu_box .wap_meuw span {
        cursor: pointer;
        padding: 15px 0;
        display: inline-block;
    }
    .menu_box .wap_meuw::after {
        transition: all .5s;
        position: absolute;
        top: 50%;
        margin-top: -10.5px;
        right: 10px;
        content: '';
        display: block;
        width: 21px;
        height: 21px;
        background: url(../images/right_icon.png) no-repeat center;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
    }
    .menu_box .wap_meuw.on::after {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }
    .menu_box .ul {
        display: none;
        margin-top: 1px;
        position: absolute;
        left: 0;
        top: 100%;
        background-color: #fff;
        width: 100%;
        z-index: 11;
    }
    .menu_box li {
        text-align: left;
        width: 100%;
        padding: 0;
    }
    .menu_box li span {
        padding: 15px 2%;
        border-bottom-color: #e5e5e5;
    }
    .menu_box li.on span, .menu_box li span:hover {
        color: #333;
        border-bottom-color: #e5e5e5;
        padding: 15px 2%;
    }
}

.wid-l {
    width: 19.5%;
    float: left;
}
.wid-l .list-le ul {
    overflow: hidden;
    max-height: 610px;
}
.wid-l .woep {
    text-align: center;
    line-height: 125px;
    background-color: #27a1d2;
    color: #fff;
}
.wid-l .woep span {
    font-size: 30px;
    line-height: 30px;
}
.wid-l li {
    margin-top: 1px;
    padding: 0 8%;
    line-height: 60px;
    background-color: #f2f4f6;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.wid-l li a {
    display: block;
    color: #a3afba;
    padding-right: 7px;
    background: url(../images/woep_icon2.png) no-repeat right center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.wid-l li span {
    font-size: 14px;
    line-height: 28px;
}
.wid-l .iw {
    display: none;
    cursor: pointer;
    margin-top: 1px;
    text-align: center;
    padding: 0 8%;
    line-height: 60px;
    background-color: #f2f4f6;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.wid-l .iw .sow {
    padding-right: 23px;
    color: #a3afba;
    font-size: 18px;
    display: inline-block;
    line-height: 30px;
    background: url(../images/woep_icon3.png) no-repeat right center;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.wid-l .iw:hover, .wap-zhanqu, .wid-l li.on, .wid-l li:hover {
    background-color: #339933;
}
.wap-zhanqu span, .wid-l li.on a, .wid-l li:hover a {
    background: url(../images/woep_icon1.png) no-repeat right center;
}
.wap-zhanqu span, .wid-l li.on a, .wid-l .iw:hover .sow, .wid-l li:hover a {
    color: #fff;
}
.wid-l .iw:hover .sow {
    background: url(../images/woep_icon4.png) no-repeat right center;
}
.wap-zhanqu {
    display: none;
}
@media(max-width:1024px) {
    .wid-l .woep {
        line-height: 90px;
    }
    .wid-l .woep span {
        font-size: 26px;
    }
    .wid-l .iw, .wid-l li {
        line-height: 45px;
    }
    .wid-l .iw .sow, .wid-l li span {
        font-size: 15px;
    }
}
@media(max-width:768px) {
    .wid-l {
        width: 29%;
    }
}
@media(max-width:640px) {
    .list-le {
        position: relative;
        margin-bottom: 20px;
    }
    .wid-l {
        width: 100%;
    }
    .wid-l .woep {
        text-align: left;
        padding: 0 5%;
    }
    .wid-l li {
        padding: 0 5%;
    }
    .wid-l .iw {
        display: none;
    }
    .wid-l .list-le ul {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        z-index: 1;
        max-height: inherit;
    }
    .wap-zhanqu {
        position: relative;
        z-index: 2;
        margin-top: 1px;
        line-height: 45px;
        padding: 0 5%;
        font-size: 15px;
        display: block;
    }
    .wap-zhanqu span {
        display: block;
        padding-right: 7px;
    }
}

.wid-r {
    width: 77%;
    float: right;
}
@media(max-width:768px) {
    .wid-r {
        width: 70%;
    }
}
@media(max-width:640px) {
    .wid-r {
        width: 100%;
    }
}

.Single {
    min-height: 200px;
}
.Single_Tie {
    font-size: 36px;
    color: #333333;
    text-align: center;
}

.pic-list {
    padding: 80px 0;
}
@media(max-width:1024px) {
    .pic-list {
        padding: 60px 0;
    }
}
@media(max-width:640px) {
    .pic-list {
        padding: 40px 0;
    }
}

.btop_Inside {
    width: 100%;
	opacity: 1;
}
.btop_Inside .pic {
    padding-top: 24%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    -webkit-background-size: contain !important;
    -moz-background-size: contain !important;
    -o-background-size: contain !important;
    background-size: contain !important;
}
.btop_Inside .btop-link {
    position: absolute;
    right: 29%;
    top: 5%;
    padding: 10px 15px;
    letter-spacing: 5px;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Microsoft YaHei';
    color: #fff;
	background-color: #356b0c;
	z-index: 99;
	opacity: 0.8;
}
.btop_Inside .bl2 {
    right: 19%;
}
.btop_Inside .btop-link a {
    color: #fff;
}
.btop_Inside .text {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    position: absolute;
    left: 15%;
    top: 45%;
    width: 80%;
    z-index: 3;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.btop_Inside .text h4 {
    margin: 20px 0 ;
    letter-spacing: 5px;
    font-weight: 500;
    font-size: 35px;
    line-height: 35px;
    font-family: 'Microsoft YaHei';
    color: #fff;
}
.btop_Inside .text h5 {
    margin: 10px 0 ;
    letter-spacing: 5px;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    font-family: 'Microsoft YaHei';
    color: #fff;
}
.btop_Inside .text .tns1, .btop_Inside .text .tns5 {
    color: #c7c7c7;
}
.btop_Inside .text .tns2, .btop_Inside .text .tns6 {
    color: #c7c7c7;
}
.btop_Inside .text .tns3, .btop_Inside .text .tns7 {
    color: #c7c7c7;
}
.btop_Inside .text .tns4, .btop_Inside .text .tns8 {
    color: #c7c7c7;
}
@media(max-width:1024px) {
    .btop_Inside .pic {
        padding-top: 30%;
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
        background-size: cover !important;
    }
}
@media(max-width:768px) {
    .btop_Inside .pic {
        padding-top: 50%;
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
        background-size: cover !important;
    }
    .btop_Inside .btop-link {
		padding: 5px 8px;
        font-size: 12px;
        line-height: 12px;
    }
	.btop_Inside .bl1 {
		right: 26%;
	}
	.btop_Inside .bl2 {
		right: 2%;
	}
    .btop_Inside .text h4 {
        font-size: 20px;
        line-height: 20px;
    }
    .btop_Inside .text h5 {
        font-size: 16px;
        line-height: 16px;
    }
	.btop_Inside .text {
		left: 0%;
		width: 100%;
		font-size: 14px;
		line-height: 14px;
	}
}
@media(max-width:640px) {
    .btop_Inside {
        margin-top: 0px;
    }
}

.ban_home {
    margin-top: 165px;
}
.ban_home .item {
    position: relative;
}
.ban_home .pic {
    background-position: center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 600px;
}
.ban_home .text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 2.8%;
    -webkit-transform: translateY(-50%);
    margin-top: -11px;
}
.ban_home .owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 5%;
    width: 100%;
    z-index: 2;
}
.ban_home .owl-dots .owl-dot {
    transition: all .5s;
    margin: 0 10px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    border: solid 1px rgba(255, 255, 255, .5);
    width: 21px;
    height: 21px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.ban_home .owl-dots .owl-dot.active {
    background-color: #27a1d2;
    border-color: #27a1d2;
}
@media(max-width:1440px) {
    .ban_home .text {
        margin-left: 0
    }
}
@media(max-width:1200px) {
    .ban_home .owl-dots .owl-dot {
        width: 18px;
        height: 18px;
        margin: 0 8px
    }
    .ban_home {
        margin-top: 99px;
    }
    .ban_home .pic {
        height: 600px;
    }
}
@media(max-width:640px) {
    .ban_home .owl-dots .owl-dot {
        width: 14px;
        height: 14px;
        margin: 0 5px
    }
    .ban_home .pic {
        height: 220px;
    }
    .ban_home {
        margin-top: 90px;
    }
}

.home_title {
    text-align: center;
    font-size: 48px;
    color: #333333;
    margin-bottom: 50px;
}
.but-a {
    font-size: 0;
    text-align: center;
    width: 100%;
    line-height: 30px;
}
.but-a a {
    transition: all .5s;
    border: solid 2px #27a1d2;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    background-color: #27a1d2;
    padding: 12px 70px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.but-a a span {
    background: url(../images/line_icon.png) right center no-repeat;
    padding-right: 30px;
}
.but-a a:hover {
    background-color: #fff;
    color: #27a1d2;
    border-color: #27a1d2;
}
.but-a a:hover span {
    background: url(../images/line_icon2.png) right center no-repeat;
}
.latest {
    border-bottom: solid 1px #ededed;
}
.latest .Tishi {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #27a1d2;
    padding: 20px;
    font-size: 18px;
    color: #fff;
    float: left;
}
.latest .Tishi span {
    padding-left: 30px;
    background: url(../images/home_icon1.png) #27a1d2 no-repeat left center;
}
.latest .liw {
    padding: 19.5px 0;
    font-size: 16px;
    padding-left: 170px;
    width: 100%;
}
.latest .liw .but {
    float: right;
    font-size: 14px;
}
.latest .liw .itme {
    font-size: 14px;
}
.latest .liw h5 {
    font-size: 16px;
    font-weight: 500;
    width: 80%;
    padding-right: 5%;
    margin: 0 auto;
    float: left;
}
@media(max-width:1440px) {
    .latest .Tishi {
        left: 2%;
    }
}
@media(max-width:768px) {
    .latest .liw {
        padding-left: 150px;
    }
}
@media(max-width:640px) {
    .home_title {
        margin-bottom: 20px;
        font-size: 36px;
    }
    .latest .Tishi {
        font-size: 16px;
        padding: 20px 10px;
    }
    .latest .Tishi span {
        -webkit-background-size: 18px 18px;
        -moz-background-size: 18px;
        -o-background-size: 18px;
        background-size: 18px;
        padding-left: 24px;
    }
    .latest .liw {
        line-height: 25px;
        padding: 16px 0;
        padding-left: 120px;
    }
    .latest .liw h5 {
        font-size: 14px;
        width: 58%;
    }
    .latest .liw .but, .latest .liw .itme {
        font-size: 12px;
    }
}
.Landed {
    font-size: 0;
    padding: 70px 0 90px;
    text-align: center;
}
.Landed .user {
    cursor: pointer;
    margin: 0 40px;
    -webkit-box-shadow: 0 0 10px #ccc;
    -moz-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    width: 334px;
    padding: 54px 0 30px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: inline-block;
    font-size: 24px;
    color: #333333;
}
.Landed .user .icon {
    margin-bottom: 20px;
    background: url(../images/home_icon2.png) no-repeat center;
    display: block;
    height: 53px;
    line-height: 53px;
}
@media(max-width:1024px) {
    .Landed .user {
        margin: 0 20px;
        width: 40%;
    }
}
@media(max-width:640px) {
    .Landed {
        padding: 50px 0;
    }
    .Landed .user {
        padding: 20px 0 10px;
        font-size: 18px;
        margin: 0;
        float: left;
        width: 48%;
    }
    .Landed .user .icon {
        margin-bottom: 10px;
        height: 35px;
        line-height: 35px;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
    }
    .Landed .user:nth-child(2) {
        float: right;
        margin-right: 0;
    }
}
.home_news {
    margin-bottom: 110px;
}
.home_news .news-top .pic {
    width: 50%;
    float: left;
}
.home_news .news-top .text {
    font-size: 16px;
    line-height: 30px;
    padding: 60px 60px 60px 75px;
    width: 50%;
    float: right;
}
.home_news .news-top .timu {
    position: relative;
    padding-right: 5%;
    line-height: 35px;
    font-size: 28px;
    color: #333333;
}
.home_news .news-top .timu::after {
    content: '';
    background-color: #27a1d2;
    width: 20px;
    height: 2px;
    position: absolute;
    left: -30px;
    top: 20px;
}
.home_news .news-top .time {
    padding: 10px 0;
    font-size: 14px;
    color: #333333;
}
.home_news .news-top .owl-nav {
    position: absolute;
    left: 56%;
    bottom: 10%;
}
.home_news .news-top .owl-nav button {
    font-size: 18px;
    min-width: 20px;
    color: #666666;
}
.home_news .news-top .owl-nav button span {
    font-family: 'Arial';
    position: relative;
    height: 50px;
    line-height: 50px;
    display: block;
}
.home_news .news-top .owl-nav .owl-prev {
    background: url(../images/left_icon.png) no-repeat left center;
}
.home_news .news-top .owl-nav .owl-next {
    background: url(../images/right_icon.png) no-repeat right center;
}
.home_news .news-top .owl-nav .owl-prev span {
    padding-right: 35px;
    padding-left: 25px;
}
.home_news .news-top .owl-nav .owl-next span {
    padding-left: 35px;
    padding-right: 25px;
}
.home_news .news-top .owl-nav button span::after {
    position: absolute;
    top: 50%;
    display: block;
    content: '';
    width: 25px;
    height: 2px;
    background-color: #666666;
}
.home_news .news-top .owl-nav .owl-prev span::after {
    left: 100%;
}
.home_news .news-top .owl-nav .owl-next span::after {
    right: 100%;
}
.home_news .list {
    margin: 2% 0;
}
.home_news .list li {
    transition: all .5s;
    -webkit-box-shadow: 0 0 10px #f5f5f5;
    -moz-box-shadow: 0 0 10px #f5f5f5;
    box-shadow: 0 0 10px #f5f5f5;
    padding: 20px 0;
    background-color: #f5f5f5;
    margin-bottom: 2%;
    position: relative;
    width: 49%;
    float: left;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.home_news .list li a {
    transition: all .5s;
    color: #333333;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.home_news .list li:nth-child(2n) {
    float: right;
}
.home_news .list li .time {
    border-right: solid 1px #ccc;
    position: absolute;
    left: 0;
    top: 20px;
    width: 100px;
    text-align: center;
    font-family: 'Arial';
}
.home_news .list li span {
    line-height: 42px;
    font-size: 42px;
}
.home_news .list li .p {
    margin: 0;
}
.home_news .list li .text {
    min-height: 58px;
    padding-left: 130px;
    padding-right: 10%;
    /* line-height: 30px; */
    font-size: 18px;
}
.home_news .list li:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px #ccc;
    -moz-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
}
.home_news .list li:hover a {
    color: #27a1d2;
}
@media(max-width:1200px) {
    .home_news .news-top .text {
        padding: 20px 60px;
    }
    .home_news .news-top .owl-nav {
        bottom: 0;
    }
}
@media(max-width:1024px) {
    .home_news .news-top .text, .home_news .news-top .pic {
        width: 100%;
    }
    .home_news .news-top .owl-nav {
        bottom: 0;
    }
    .home_news .news-top .text {
        padding: 20px 60px;
    }
    .home_news .list li {
        width: 100%;
    }
}
@media(max-width:640px) {
    .home_news .news-top .text, .home_news .news-top .pic {
        width: 100%;
    }
    .home_news .news-top .owl-nav {
        bottom: 0;
    }
    .home_news .news-top .text {
        padding: 20px 2% 0;
    }
    .home_news .news-top .time {
        padding: 5px 0;
    }
    .home_news .news-top .timu {
        font-size: 18px;
        line-height: 30px;
        padding-right: 0;
    }
    .home_news .news-top .timu::after {
        display: none;
    }
    .home_news .news-top .owl-nav {
        left: 0;
        width: 100%;
        text-align: center;
        position: relative;
    }
    .home_news {
        margin-bottom: 50px;
    }
    .home_news .list {
        margin-bottom: 20px;
    }
}
.home_exhibition .pic {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 40%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.home_exhibition .text {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 15%;
    bottom: 5%;
}
.home_exhibition, .home_exhibition a {
    color: #fff;
}
.home_exhibition h4 {
    position: relative;
    z-index: 2;
    font-weight: 500;
    font-size: 60px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.home_exhibition .wenb {
    position: relative;
    z-index: 2;
    line-height: 30px;
    font-size: 18px;
}
.home_exhibition .back-blue {
    padding: 6% 40px;
    position: relative;
    left: -80px;
}
.home_exhibition .back-blue::after {
    background-color: #27a1d2;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    width: 14%;
    height: 100%;
    z-index: 1;
}
.home_exhibition .pic .virtual-imgbox {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.home_exhibition .pic .virtual {
    position: relative;
    height: 100%;
}
.home_exhibition .pic .virtual-imgbox a {
    display: block;
    position: absolute;
    z-index: 9;
}
.home_exhibition .pic .virtual-imgbox a .txt {
    width: 125px;
    height: 160px;
    display: inline-block;
    font-size: 18px;
}
.home_exhibition .pic .virtual-imgbox a .txt:hover {
    color: #EEEEEE;
}
.home_exhibition .pic .virtual-imgbox .name {
    display: table;
    height: 130px;
    width: 125px;
    text-align: center;
}
.home_exhibition .pic .virtual-imgbox .name .table {
    display: table-cell;
    vertical-align: middle;
}
.home_exhibition .pic .virtual-imgbox a .txt {
    -moz-animation: xndh1 2s ease 0s infinite alternate;
    -webkit-animation: xndh1 2s ease 0s infinite alternate;
    -o-animation: xndh1 2s ease 0s infinite alternate;
    animation: xndh1 2s ease 0s infinite alternate
}
.home_exhibition .pic .virtual .number {
    position: absolute;
    color: white;
    font-size: 30px;
}
.home_exhibition .pic .virtual .number1 {
    top: 80%;
    left: 30%;
    display: none;
}
.home_exhibition .pic .virtual .number2 {
    top: 60%;
    left: 70%;
    display: none;
}
.home_exhibition .pic .virtual .number3 {
    top: 56%;
    left: 23%;
    display: none;
}
.home_exhibition .pic .virtual .number4 {
    top: 72%;
    left: 66.5%;
}
.home_exhibition .pic .virtual .number5 {
    top: 69%;
    left: 31%;
}
.home_exhibition .pic .virtual .number6 {
    top: 49%;
    left: 58%;
}
.home_exhibition .pic .virtual .number7 {
    top: 42%;
    left: 27.5%;
}
.home_exhibition .pic .virtual .number8 {
    top: 20%;
    left: 58%;
}
@keyframes xndh1 {
    from {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(-10%);
        -moz-transform: translateY(-10%);
        -o-transform: translateY(-10%);
        transform: translateY(-10%)
    }
}
@-moz-keyframes xndh1 {
    from {
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        -moz-transform: translateY(-10%);
        transform: translateY(-10%)
    }
}
@-webkit-keyframes xndh1 {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%)
    }
}
@-o-keyframes xndh1 {
    from {
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        -o-transform: translateY(-10%);
        transform: translateY(-10%)
    }
}
.home_exhibition .picwap {
    display: none;
}
@media(max-width:1660px) {
    .home_exhibition .picpc {
        padding-top: 40%;
        background-position: center;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-size: 100% 100%;
    }
    /* .home_exhibition .picpc .virtual-imgbox{max-width: 1280px;} */
    .home_exhibition .picpc .virtual-imgbox a {
        width: 100px;
        text-align: center;
    }
    .home_exhibition .picpc .virtual-imgbox a .txt {
        width: 100px;
        height: 133px;
        font-size: 14px;
    }
    .home_exhibition .picpc .virtual-imgbox .name {
        height: 80px;
        width: 100px;
    }
    .home_exhibition .back-blue {
        left: 0;
    }
}
@media(max-width:1440px) {
    /* .home_exhibition .picpc .virtual-imgbox{max-width: 1160px;} */
    .home_exhibition .picpc {
        padding-top: 40%;
        background-position: center;
    }
}
@media(max-width:1024px) {
    .home_exhibition .picwap {
        display: block;
        position: relative;
        padding-top: 50%;
    }
    .home_exhibition .picwap a {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
    .home_exhibition .picpc {
        display: none;
    }
    .home_exhibition .back-blue {
        padding: 4% 20px;
    }
    .home_exhibition .back-blue::after {
        width: 12%;
    }
    .home_exhibition h4 {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .home_exhibition .wenb {
        font-size: 15px;
    }
}
@media(max-width:640px) {
    .home_exhibition {
        margin-bottom: 20px;
    }
    .home_exhibition .back-blue {
        padding: 20px;
    }
    .home_exhibition .back-blue::after {
        width: 100%;
    }
    .home_exhibition .pic {
        padding-top: 50%;
        margin-bottom: 20px;
        -webkit-background-size: 100% 100% !important;
        -moz-background-size: 100% !important;
        -o-background-size: 100% !important;
        background-size: 100% !important;
    }
    .home_exhibition .text {
        position: relative;
    }
    .home_exhibition h4 {
        font-size: 30px;
        margin: 0 0 10px;
    }
}

.home_Popular {
    margin: 90px auto;
}
.home_Popular li {
    font-size: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    padding: 50px;
    text-align: center;
    background-color: #f2f4f6;
}
.home_Popular li:hover {
    background-color: #27a1d2;
}
.home_Popular li img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.home_Popular li .hover, .home_Popular li:hover .defaul {
    display: none;
}
.home_Popular li:hover .hover {
    display: inline-block;
}
.home_Popular li a {
    color: #333;
}
.home_Popular li:hover a {
    color: #fff;
}
.home_Popular li .icon {
    margin-bottom: 20px;
}
.home_Popular .owl-dots {
    margin-top: 60px;
    text-align: center;
    width: 100%;
    z-index: 2;
}
.home_Popular .owl-dots .owl-dot {
    transition: all .5s;
    margin: 0 8px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    border: solid 1px rgba(0, 0, 0, .3);
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.home_Popular .owl-dots .owl-dot.active {
    background-color: #27a1d2;
    border-color: #27a1d2;
}
@media(max-width:640px) {
    .home_Popular {
        margin: 50px 0;
    }
    .home_Popular li {
        padding: 20px 2%;
        font-size: 16px;
    }
    .home_Popular li .icon {
        margin-bottom: 5px;
    }
    .home_Popular li .icon img {
        max-height: 50px;
    }
    .home_Popular .owl-dots {
        margin-top: 20px;
    }
    .home_Popular .owl-dots .owl-dot {
        margin: 0 5px;
        width: 13px;
        height: 13px;
    }
}

.home_unit {
    padding: 90px 0;
    background-color: #f5f8fa;
}
.home_unit .owl-stage-outer {
    padding: 10px 0;
}
.home_unit .shell {
    padding: 0 3px;
}
.home_unit .box {
    margin-bottom: 40px;
}
.home_unit .box:first-child {
    max-height: 148px;
}
.home_unit .box h2 {
    width: 100%;
    position: relative;
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 25px;
    padding: 0 60px 0 12px;
}
.home_unit .box h2:after {
    content: '';
    background: #27a1d2;
    position: absolute;
    left: 0;
    top: 2px;
    height: 24px;
    width: 3px;
}
.home_unit .box h2 a {
    color: #27a1d2;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 4px;
}
.home_unit .item {
    border-radius: 3px;
    overflow: hidden;
    transition: all .5s;
    background-color: #fff;
    text-align: center;
    margin-bottom: 20px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    float: left;
    width: 14%;
    margin-right: 3.2%;
}
.home_unit .item:nth-of-type(6n) {
    margin-right: 0;
}
.home_unit .item .pic {
    overflow: hidden;
}
.home_unit .item .pic {
    padding-bottom: 38%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.home_unit .item:hover .pic {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.home_unit .item:hover {
    -webkit-box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
}
@media(max-width:768px) {
    .home_unit .item {
        width: 17.2%;
    }
    .home_unit .item:nth-of-type(6n) {
        margin-right: 3.2%;
    }
    .home_unit .item:nth-of-type(5n) {
        margin-right: 0;
    }
    .home_unit {
        padding: 50px 0;
    }
    .home_unit .box {
        margin-bottom: 20px;
    }
}
@media(max-width:640px) {
    .home_unit .item {
        width: 22.6%;
    }
    .home_unit .item:nth-of-type(5n) {
        margin-right: 3.2%;
    }
    .home_unit .item:nth-of-type(4n) {
        margin-right: 0;
    }
    .home_unit .item {
        margin-bottom: 10px;
    }
}
@media(max-width:411px) {
    .home_unit .item {
        width: 31%;
    }
    .home_unit .item:nth-of-type(4n) {
        margin-right: 3.2%;
    }
    .home_unit .item:nth-of-type(3n) {
        margin-right: 0;
    }
}

.frame-box {
    display: none;
    position: fixed;
    color: #333333;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}
.frame-box .back-fff {
    background-color: #fff;
    padding: 50px 0;
    height: 90vh;
    margin-top: 5vh;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.frame-box .content {
    height: 100%;
}
.frame-box .Timuw {
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
}
.frame-box .close {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    background: url(../images/close.png) no-repeat center;
    width: 35px;
    height: 35px;
}
.frame-box .red {
    font-style: normal;
    position: absolute;
    left: 0;
    top: 0;
    color: red;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #666;
}

.frame-one .entr-box {
    margin-bottom: 20px;
    padding-left: 120px;
    position: relative;
    width: 46%;
    float: left;
}
.frame-one .entr-box:nth-child(2n) {
    float: right;
}
.frame-one .entr-box .input {
    padding: 0 20px;
    border: solid 1px #ccc
}
.frame-one .entr-box input {
    font-size: 16px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    border: none;
    background: none;
}
.frame-one .text {
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    font-size: 18px;
    line-height: 60px;
    padding-left: 10px;
}
.frame-one .destine, .frame-one .entr-box2 {
    padding-left: 120px;
    position: relative;
    width: 100%;
    float: left;
}
.frame-one .entr-box2 .textarea {
    padding: 20px;
    border: solid 1px #ccc
}
.frame-one .entr-box2 textarea {
    font-size: 16px;
    width: 100%;
    border: none;
    background: none;
}
.frame-one .destine .destine-l {
    font-size: 18px;
    max-width: 46%;
    float: left;
}
.frame-one .destine .destine-l .choose {
    line-height: 35px;
    padding: 17.5px 0;
}
.frame-one .destine .destine-l label input {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
.frame-one .destine .destine-l .sum, .frame-one .destine .destine-l .Bzsw {
    text-align: center;
    width: 50px;
    border: none;
    border-bottom: solid 1px #333;
}
.frame-one .destine .destine-l .wenb {
    font-size: 14px;
    line-height: 30px;
}
.frame-one .destine .destine-l .wenb .p {
    margin: 0 auto;
}
.frame-one .destine .destine-l:nth-child(2n+1) {
    float: right;
}
.frame-one .destine .destine-l input:disabled {
    background-color: #fff;
}
.frame-one .lianxiwm .Timuw {
    margin: 40px auto;
}
.frame-one .liw li {
    position: relative;
    padding: 15px 0;
    font-size: 14px;
    color: #666666;
    width: 46%;
    float: left;
    border-bottom: solid 1px #ccc;
}
.frame-one .liw li:nth-child(2n) {
    float: right;
}
.frame-one .liw .icon {
    border-radius: 50%;
    border: solid 1px #27a1d2;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    height: 40px;
    width: 40px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.frame-one .liw .wen {
    padding: 10.5px 0 10.5px 55px;
}
.frame-one .liw .Rxin {
    background: url(../images/frame_icon1.png);
}
.frame-one .liw .Telh {
    background: url(../images/frame_icon2.png);
}
.frame-one .liw .Jcdw {
    background: url(../images/frame_icon3.png);
}
.frame-one .liw .mail {
    background: url(../images/frame_icon4.png);
}
.frame-one .liw .addr {
    background: url(../images/frame_icon5.png);
}
.frame-one .liw .lxus {
    background: url(../images/frame_icon6.png);
}
.frame-one .name:nth-child(2n) .text, .Scheduled .name:nth-child(2n) .text {
    width: 80px;
    left: 35px;
}
.Bua_TiJiao {
    border-bottom: solid 1px #ccc;
    padding: 50px 0;
    width: 100%;
    float: left;
    overflow: hidden;
}
.Bua_TiJiao input {
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
    display: block;
    line-height: 60px;
    background-color: #1d7bc1;
    color: #fff;
    font-size: 18px;
    width: 200px;
    border: none;
}
.Scheduled {
    margin-bottom: 80px;
    display: block;
    position: relative;
    background-color: #f7fafc;
    z-index: 10;
}
.Scheduled .close {
    display: none;
}
.Scheduled .back-fff {
    height: auto;
    background-color: #f7fafc;
}
@media(max-width:1440px) {
    .frame-box .back-fff {
        max-width: 80%;
    }
    .w1200 {
        padding: 0 2%;
    }
}
@media(max-width:768px) {
    .frame-box .back-fff {
        max-width: 90%;
    }
    .frame-box .Timuw {
        margin-bottom: 30px;
    }
    .frame-one .destine, .frame-one .entr-box2, .frame-one .entr-box {
        padding-left: 95px;
    }
    .frame-one .entr-box .input {
        padding: 0 10px;
    }
    .frame-one .entr-box input {
        font-size: 14px;
        height: 45px;
        line-height: 45px;
    }
    .frame-one .text {
        width: 90px;
        font-size: 14px;
        line-height: 45px;
    }
    .frame-one .entr-box2 .textarea {
        padding: 10px;
    }
}
@media(max-width:640px) {
    .frame-box .Timuw {
        font-size: 24px;
    }
    .frame-one .liw li {
        width: 100%;
    }
    .frame-one .entr-box {
        margin-bottom: 5px;
        width: 100%;
    }
    .frame-one .entr-box input {
        height: 40px;
        line-height: 40px;
    }
    .frame-one .destine, .frame-one .entr-box, .frame-one .entr-box2 {
        padding-left: 0;
    }
    .frame-one .text {
        font-size: 16px;
        display: block;
        line-height: 40px;
        width: 100%;
        position: relative;
    }
    .frame-one .text .red {
        line-height: 40px;
    }
    .mCSB_inside>.mCSB_container {
        margin-right: 18px;
    }
    .frame-one .content {
        padding-right: 0;
    }
    .frame-one .entr-box2 textarea {
        height: 100px;
    }
    .frame-one .destine .destine-l {
        font-size: 14px;
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .frame-one .destine .destine-l .choose {
        border-bottom: solid 1px #ccc;
        line-height: 25px;
        padding: 0 0 10px;
        margin-bottom: 10px;
    }
    .frame-one .destine .destine-l .wenb {
        font-size: 13px;
        line-height: 25px;
    }
    .Bua_TiJiao {
        padding: 30px 0;
    }
    .Bua_TiJiao input {
        line-height: 45px;
        border: none;
    }
}

.frame-two {
    font-size: 18px;
}
.frame-two .Bua_TiJiao {
    border-bottom: none;
    padding-bottom: 10px;
}
.frame-two .entr-box {
    margin-bottom: 20px;
}
.frame-two .entry, .frame-two .entry2, .frame-two .choice {
    position: relative;
    padding-left: 150px;
}
.frame-two .text {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    display: block;
    line-height: 60px;
    padding-left: 10px;
}
.frame-two .choice {
    line-height: 60px;
    font-size: 0;
}
.frame-two .choice .input {
    font-size: 0;
    width: 17.5%;
    color: #666666;
    display: inline-block;
}
.frame-two .choice .input label {
    font-size: 18px;
    display: inline-block;
}
.frame-two .choice .input:last-child {
    width: 30%;
}
.frame-two .choice .input:last-child .other {
    font-size: 18px;
    width: 40%;
    margin: 0;
    border: none;
    border-bottom: solid 1px #ccc;
    background: transparent;
}
.frame-two .entr-box .entry1 {
    line-height: 60px;
    width: 46%;
    float: left;
}
.frame-two .entr-box .entry1 .input {
    padding: 0 20px;
    border: solid 1px #ccc
}
.frame-two .entr-box .entry1 input {
    width: 100%;
    display: block;
    border: none;
    height: 60px;
    line-height: 60px;
    background: transparent;
}
.frame-two .entr-box .entry1:nth-child(2n) {
    text-align: right;
    float: right;
}
.frame-two .entr-box .entry1:nth-child(2n) .red {
    right: 93px;
    left: 0;
}
.frame-two .entr-box .entry2 .input {
    padding: 0 20px;
    border: solid 1px #ccc;
    display: block;
}
.frame-two .entr-box .entry2 input {
    width: 100%;
    display: block;
    border: none;
    height: 60px;
    line-height: 60px;
    border: none;
    background: transparent;
}
.frame-two .choice2 {
    font-size: 0;
}
.frame-two .choice2 .input {
    font-size: 18px;
    min-width: 20%;
    margin-top: 18px;
    color: #666666;
    display: inline-block;
}
.frame-two .entry4 {
    padding-left: 0;
}
.frame-two .entry4 .text {
    width: 100%;
    position: relative;
}
.frame-two .choice3 {
    font-size: 0;
    padding-left: 150px;
}
.frame-two .choice3 .input {
    color: #666666;
    padding-right: 9%;
    font-size: 18px;
    display: inline-block;
}
.frame-two .choice3 .input:last-child {
    padding-right: 0;
}
@media(max-width:1024px) {
    .frame-two .choice .input {
        width: 40%;
    }
    .frame-two .choice .input:last-child {
        width: 100%;
    }
    .frame-two .text, .frame-two .entr-box .entry2 input, .frame-two .entr-box .entry1 input {
        height: 45px;
        line-height: 45px;
    }
    .frame-two .choice {
        line-height: 45px;
    }
    .frame-two, .frame-two .text, .frame-two .choice2 .input, .frame-two .choice3 .input, .frame-two .choice .input label, .frame-two .choice .input:last-child .other {
        font-size: 16px;
    }
    .frame-two .choice2 .input {
        margin-top: 15px;
    }
    .frame-two .entr-box .entry1 {
        width: 48%;
    }
    .frame-two .entry, .frame-two .entry2, .frame-two .choice, .frame-two .choice3 {
        padding-left: 135px;
    }
    .frame-two .text {
        width: 135px;
    }
    .frame-two .entry4 {
        padding-left: 0;
    }
}
@media(max-width:640px) {
    .frame-two .text {
        width: 100%;
        position: relative;
    }
    .frame-two .entry, .frame-two .entry2, .frame-two .entry4, .frame-two .choice, .frame-two .choice3 {
        padding-left: 0;
    }
    .frame-two .entr-box .entry1:nth-child(2n) {
        text-align: left;
    }
    .frame-two .entr-box .entry1:nth-child(2n) .red {
        right: auto;
        left: 0;
    }
}

.Overview {
    margin-bottom: 80px;
    font-size: 16px;
    line-height: 30px;
}
.Overview .Overview_Tie {
    line-height: 50px;
    text-align: center;
    font-size: 36px;
    color: #333333;
}
.Overview .inwoa {
    padding: 50px 0;
    text-align: center;
}
.Overview .inwoa em {
    font-style: normal;
}
.Overview .shuz {
    width: 30%;
    display: inline-block;
}
.Overview .wia {
    color: #27a1d2;
}
.Overview .wia span {
    line-height: 80px;
    font-size: 80px;
}
.Overview .pic {
    text-indent: 0;
}
@media(max-width:768px) {
    .Overview .Overview_Tie {
        font-size: 26px;
    }
    .Overview .shuz {
        width: 48%;
    }
}

.ContactUs {
    margin-bottom: 150px;
}
.ContactUs .Single_Tie {
    margin-bottom: 60px;
}
.ContactUs .back-ys {
    background-color: #f2f4f6;
}
.ContactUs .list_one {
    margin-bottom: 80px;
}
.ContactUs .list_one li {
    color: #666;
    position: relative;
    width: 23%;
    margin-bottom: 2.5%;
    margin-right: 2.6%;
    float: left;
    padding: 2.5%;
}
.ContactUs .list_one li .tel, .ContactUs .list_one li .yige {
    position: relative;
    z-index: 3;
}
.ContactUs .list_one li::after, .ContactUs .list_two .qaq::after {
    content: '';
    display: block;
    width: 100px;
    height: 120px;
    background: url(../images/contact_icon.png) no-repeat center;
    position: absolute;
    right: 2%;
    bottom: 8%;
}
.ContactUs .list_two .Telas, .ContactUs .list_one li h4 {
    margin: 0;
    font-size: 24px;
    color: #27a1d2;
    font-weight: 500;
}
.ContactUs .list_one li .tel {
    line-height: 25px;
    margin-top: 30px;
    color: #333;
}
.ContactUs .list_one li:nth-child(4n) {
    margin-right: 0;
}
.ContactUs .list_two {
    text-align: center;
    color: #333333;
}
.ContactUs .list_two .qaq {
    width: 45%;
    position: relative;
    text-align: left;
    display: inline-block;
    padding: 2%;
}
.ContactUs .list_two .tis, .ContactUs .list_two .xina span {
    color: #666;
}
.ContactUs .list_two .xina {
    margin-top: 30px;
    position: relative;
    padding-left: 50px;
    width: 70%;
    font-size: 16px;
    line-height: 25px;
}
.ContactUs .list_two .xina span {
    position: absolute;
    left: 0;
}
@media(max-width:768px) {
    .ContactUs .list_one li {
        margin-bottom: 4%;
        width: 48%;
        margin-right: 4%;
    }
    .ContactUs .list_one li:nth-child(2n) {
        margin-right: 0;
    }
    .ContactUs .list_two .qaq {
        width: 80%;
    }
}
@media(max-width:640px) {
    .ContactUs {
        margin-bottom: 80px;
    }
    .ContactUs .list_one {
        margin-bottom: 40px;
    }
    .ContactUs .Single_Tie {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .ContactUs .list_one li {
        padding: 20px;
        margin-bottom: 20px;
        width: 100%;
        margin-right: 0;
    }
    .ContactUs .list_two .qaq {
        padding: 20px;
        width: 100%;
    }
}

.Planning-Home {
    padding: 80px 0;
}
.Planning-Home li {
    margin-bottom: 1.5%;
    margin-right: 2.7%;
    text-align: center;
    width: 22.917%;
    float: left;
}
.Planning-Home li:nth-child(4n) {
    margin-right: 0;
}
.Planning-Home li .Img {
    position: relative;
    max-height: 175px;
}
.Planning-Home li .Img img {
    max-height: 175px;
}
.Planning-Home li .yin {
    position: relative;
    z-index: 2;
}
.Planning-Home li .hiw {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.Planning-Home li .pic {
    position: relative;
    padding-top: 75.152%;
}
.Planning-Home li.One .text {
    height: 80px;
    line-height: 80px;
    font-size: 24px;
    color: #333333;
}
.Planning-Home li.two .Juz {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.Planning-Home li.two .pic {
    background-color: #f2f4f6;
}
.Planning-Home li.two .wenz {
    font-size: 16px;
    padding: 15px 2%;
    color: #333;
}
.Planning-Home li.two .text {
    font-size: 0;
    height: 80px;
    line-height: 80px;
}
.Planning-Home li.two .text a {
    display: inline-block;
    vertical-align: middle;
    line-height: 31px;
    width: 25%;
    font-size: 14px;
    margin: 0 2%;
    padding: 0 1%;
    border: solid 1px #cde1ef;
}
.Planning-Home li.two:hover .pic {
    background-color: #27a1d2;
}
.Planning-Home li.two:hover .pic .wenz {
    color: #fff;
}
.Planning-Home li:hover .yin {
    opacity: 0;
    z-index: 1;
}
.Planning-Home li:hover .hiw {
    opacity: 1;
    z-index: 2;
}
@media(max-width:1024px) {
    .Planning-Home li.One .text, .Planning-Home li.two .wenz {
        font-size: 12px;
    }
    .Planning-Home li .Img img {
        max-height: 85px;
    }
    .Planning-Home li.two .text {
        padding: 21.5px 0;
    }
}
@media(max-width:768px) {
    .Planning-Home li .Img img {
        max-height: 80px;
    }
    .Planning-Home li.two .wenz {
        padding: 5px 0;
    }
    .Planning-Home li.two .text a {
        line-height: 29px;
        display: inline-block;
        margin: 0 2%;
        padding: 0;
        min-width: 40%;
    }
}
@media(max-width:640px) {
    .Planning-Home {
        padding: 50px 0;
    }
    .Planning-Home li {
        width: 49%;
        margin-right: 0;
    }
    .Planning-Home li:nth-child(2n) {
        float: right;
    }
    .Planning-Home li.two .text {
        padding: 10px 0;
    }
    .Planning-Home li.One .text {
        padding: 13.5px 0;
    }
}

.Aviation-list li {
    margin-bottom: 30px;
    float: left;
    width: 31.566%;
    margin-right: 2.6%;
}
.Aviation-list li:nth-child(4n) {
    margin-right: 0;
}
.Aviation-list li .pic {
    padding-top: 62.86%;
}
.Aviation-list li h4 {
    margin: 20px 0 10px;
    font-weight: 500;
    font-size: 24px;
    color: #27a1d2;
}
.Aviation-list li .wenz {
    color: #666666
}
.Ptactivities {
    margin-top: 30px;
    padding: 40px;
    background-color: #f2f4f6;
}
.Ptactivities h4 {
    margin: 0 0 10px;
    font-size: 30px;
    color: #27a1d2;
    font-weight: 500;
}
.Ptactivities .wenzi {
    line-height: 30px;
    color: #666666;
    max-width: 50%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.Ptactivities .wenzi:nth-child(2n) {
    padding-left: 7.5%;
    float: right;
}
@media(max-width:1440px) {
    .Ptactivities .wenzi:nth-child(2n) {
        padding-left: 5.5%;
        float: right;
    }
}
@media(max-width:1366px) {
    .Ptactivities .wenzi:nth-child(2n) {
        padding-left: 3%;
        float: right;
    }
}
@media(max-width:1024px) {
    .Ptactivities .wenzi {
        max-width: 100%;
        width: 100%;
    }
    .Ptactivities .wenzi:nth-child(2n) {
        padding-left: 0;
    }
}
@media(max-width:640px) {
    .Aviation-list li {
        width: 100%;
    }
    .Ptactivities {
        padding: 20px 10px;
    }
}

.resource_list {
    max-width: 1000px;
    margin: 0 auto;
}
.resource_list li {
    float: left;
    width: 45%;
    margin: 0px 2.5%;
    position: relative;
    margin-bottom: 3%;
}
.resource_list li:nth-of-type(2n) {
    margin-right: 0;
}
.resource_list li .pic {
    padding-top: 68%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}
.resource_list li h4 {
    margin: 20px 0 10px;
    font-weight: 500;
    font-size: 24px;
    color: #27a1d2;
}
@media(max-width:640px) {
	.resource_list {
		max-width: 100%;
	}
    .resource_list li {
        float: left;
        width: 95%;
        margin-bottom: 20px;
    }
    .resource_list li h4 {
        font-size: 18px;
    }
}

.activity_list li {
    float: left;
    width: 23%;
    margin-right: 2%;
    position: relative;
    margin-bottom: 3%;
}
/*
.activity_list li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
*/
.activity_list li:nth-of-type(4n) {
    margin-right: 0;
}
.activity_list li .pic {
    padding-top: 68%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}
.Aviation-list li .wenz p {
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    margin: 0;
}
@media(max-width:768px) {
    .Aviation-list li h4 {
        font-size: 20px;
    }
}
@media(max-width:640px) {
    .activity_list li {
        float: left;
        width: 48%;
        margin-bottom: 20px;
    }
    .activity_list li:nth-of-type(4n) {
        margin-right: 3%;
    }
    .activity_list li:nth-of-type(2n) {
        margin-right: 0;
    }
}
@media(max-width:411px) {
    .Aviation-list li h4 {
        font-size: 18px;
        height: auto;
    }
    .activity_list li {
        float: none;
        width: 100%;
        margin-right: 0;
    }
}

.cost {
    position: relative;
    margin-bottom: 100px;
}
.cost .text {
    background: url(../images/back_tu1.jpg) no-repeat center;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
}
.cost .text .Juz {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.cost .text .Juz h4 span {
    position: relative;
    z-index: 0;
    display: block;
    font-weight: 500;
}
.cost .text .Juz .wz-cn {
    font-size: 30px;
    color: #333333;
    z-index: 2;
}
.cost .text .Juz .wz-en {
    margin-top: -38px;
    text-transform: uppercase;
    font-size: 48px;
    color: #e8ebed;
}
.cost .text .Juz .wenb {
    font-size: 20px;
    color: #666666;
}
.cost .text .Juz .wenb strong {
    color: #ce2027;
    font-size: 36px;
}
@media(max-width:640px) {
    .cost .text {
        padding: 25px 2% 40px;
        width: 100%;
        position: relative;
    }
    .cost .text .Juz {
        position: relative;
        left: 0;
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
    }
    .cost .text .Juz .wz-en {
        font-size: 36px;
    }
    .cost .text .Juz .wenb {
        font-size: 16px;
    }
    .cost .text .Juz .wenb strong {
        font-size: 26px;
    }
}

.special-list {
    padding-bottom: 80px;
}
.special-list .Jiansu {
    font-size: 18px;
    color: #333;
}
.special-list .wid-r .ul {
    margin-top: 30px;
}
.special-list .wid-r li {
    margin-bottom: 3%;
    margin-right: 3%;
    border: solid 1px #e8ebed;
    overflow: hidden;
    width: 31.3333%;
    float: left;
}
.special-list .wid-r li:nth-child(3n) {
    margin-right: 0;
}
.special-list .wid-r li .pic {
    -webkit-background-size: contain !important;
    -moz-background-size: contain !important;
    -o-background-size: contain !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding-top: 74.6%;
}
.special-list .Rental .ul {
    margin-top: 0;
}
.special-list .Rental .ul li {
    font-size: 16px;
    text-align: center;
    margin-right: 7%;
    width: 19.67%;
    border: none;
}
.special-list .Rental .ul li:nth-child(3n) {
    margin-right: 7%;
}
.special-list .Rental .ul li:nth-child(4n) {
    margin-right: 0;
}
.special-list .Rental .ul li .pic {
    padding-bottom: 24.5%;
    border: solid 1px #e8ebed;
}
.special-list .Rental .ul li .wez {
    padding: 10px 0 0;
}
@media(max-width:640px) {
    .special-list .Rental .ul li, .special-list .Rental .ul li:nth-child(3n), .special-list .wid-r li {
        width: 48%;
        margin-right: 0;
    }
    .special-list .Rental .ul li:nth-child(2n), .special-list .wid-r li:nth-child(2n) {
        float: right;
        margin-right: 0;
    }
}

.FloorPlan {
    overflow: hidden;
    margin-bottom: 100px;
}
.lanmuwa {
    text-align: center;
    font-size: 36px;
    color: #333;
    line-height: 40px;
    margin-bottom: 50px;
}
.FloorPlan .luxian {
    background-color: #f2f4f6;
    padding: 40px 8%;
}
.FloorPlan li {
    margin: 5px 0;
    line-height: 40px;
    font-size: 16px;
    color: #333333;
    display: inline-block;
    min-width: 27%;
}
.FloorPlan li .icon {
    display: inline-block;
    padding-left: 30px;
}
.FloorPlan li .icon1 {
    background: url(../images/addr_color1.png) no-repeat left 7px;
}
.FloorPlan li .icon2 {
    background: url(../images/addr_color2.png) no-repeat left 7px;
}
.FloorPlan li .icon3 {
    background: url(../images/addr_color3.png) no-repeat left 7px;
}
.FloorPlan li .icon4 {
    background: url(../images/addr_color4.png) no-repeat left 7px;
}
@media(max-width:640px) {
    .lanmuwa {
        margin-bottom: 20px;
        font-size: 30px;
    }
    .FloorPlan .luxian {
        padding: 20px 3%;
    }
}

.traffic-control .bule {
    color: #27a1d2;
}
.traffic-control .icon {
    margin-bottom: 10px;
    line-height: 65px;
    font-size: 24px;
    color: #27a1d2;
}
.traffic-control .icon span {
    padding-left: 65px;
}
.traffic-control .back-ow {
    color: #666666;
    font-size: 16px;
    line-height: 36px;
    width: 48.5%;
    margin-bottom: 3%;
    padding: 40px;
    background-color: #f2f4f6;
    float: left;
}
.traffic-control .back-ow:nth-child(2n) {
    float: right;
}
.traffic-control .subway {
    background: url(../images/Visit_icon1.png) no-repeat left center;
}
.traffic-control .Bus {
    background: url(../images/Visit_icon2.png) no-repeat left center;
}
.traffic-control .Airport {
    background: url(../images/Visit_icon3.png) no-repeat left center;
}
.traffic-control .Wharf {
    background: url(../images/Visit_icon5.png) no-repeat left center;
}
.traffic-control .Rail {
    background: url(../images/Visit_icon4.png) no-repeat left center;
}
.traffic-control .wenb1 {
    margin-bottom: 25px;
    min-height: 108px;
}
.traffic-control .wenb2 {
    min-height: 108px;
}
.traffic-control .wenb3 {
    margin-top: 25px;
}
.traffic-control .wenb4 {
    margin-bottom: 10px;
}
.traffic-control .wenzi {
    min-height: 108px;
}
.guidelines {
    margin-bottom: 120px;
}
.guidelines .con-shelw {
    background-color: #f2f4f6;
    overflow: hidden;
}
.guidelines .wenb-shell {
    font-size: 16px;
    color: #666666;
    line-height: 36px;
    padding: 40px 50px;
    width: 50%;
    float: left;
}
.guidelines .wenb-shell .bule {
    font-size: 24px;
    line-height: 40px;
}
.guidelines .pic {
    width: 50%;
    float: right;
}
.guidelines .wenb4 {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.guidelines .wenzi {
    min-height: 72px;
}
@media(max-width:1024px) {
    .guidelines .pic, .guidelines .wenb-shell, .traffic-control .back-ow {
        width: 100%;
    }
    .traffic-control .wenb2, .traffic-control .wenzi, .traffic-control .wenb1 {
        min-height: 0;
        margin-bottom: 25px;
    }
}
@media(max-width:640px) {
    .guidelines .wenb-shell, .traffic-control .back-ow {
        padding: 20px 10px;
    }
    .guidelines .wenzi {
        min-height: 72px;
        margin-bottom: 10px;
    }
}

.Dining-zhiy {
    font-size: 16px;
    margin-bottom: 120px;
}
.Dining-zhiy .lanmuwa {
    margin-bottom: 20px;
}
.Dining-zhiy .text {
    color: #666666;
    max-width: 945px;
    margin: 0 auto 30px;
    text-align: center;
    line-height: 30px;
}
.Dining-zhiy .Miaoshu {
    background-color: #f2f4f6;
    padding: 50px;
    color: #333;
    overflow: hidden;
}
.Dining-zhiy .pic {
    background-color: #f7fafc;
    text-align: center;
    padding: 60px 0;
}
.Dining-zhiy .Miaoshu li {
    padding-left: 40px;
    position: relative;
    width: 48%;
    float: left;
    line-height: 30px;
    margin-bottom: 30px;
}
.Dining-zhiy .Miaoshu li::after, .Dining-zhiy .Miaoshu li::before {
    border-radius: 50%;
    content: '';
    display: block;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.Dining-zhiy .Miaoshu li::before {
    left: 0;
    top: 8px;
    border: solid 1px #f2f4f6;
    width: 16px;
    height: 16px;
}
.Dining-zhiy .Miaoshu li::after {
    left: 2px;
    top: 10px;
    width: 12px;
    height: 12px;
}
.Dining-zhiy .Miaoshu li:nth-child(5), .Dining-zhiy .Miaoshu li:nth-child(6) {
    margin-bottom: 0;
}
.Dining-zhiy .Miaoshu li:nth-child(2n) {
    float: right;
}
.Dining-zhiy .Miaoshu li:nth-child(1)::before {
    border-color: #7ecdf4;
}
.Dining-zhiy .Miaoshu li:nth-child(1)::after {
    background-color: #7ecdf4;
}
.Dining-zhiy .Miaoshu li:nth-child(2)::before {
    border-color: #0189d1;
}
.Dining-zhiy .Miaoshu li:nth-child(2)::after {
    background-color: #0189d1;
}
.Dining-zhiy .Miaoshu li:nth-child(3)::before {
    border-color: #06a8a9;
}
.Dining-zhiy .Miaoshu li:nth-child(3)::after {
    background-color: #06a8a9;
}
.Dining-zhiy .Miaoshu li:nth-child(4)::before {
    border-color: #b2a0c7;
}
.Dining-zhiy .Miaoshu li:nth-child(4)::after {
    background-color: #b2a0c7;
}
.Dining-zhiy .Miaoshu li:nth-child(5)::before {
    border-color: #17287f;
}
.Dining-zhiy .Miaoshu li:nth-child(5)::after {
    background-color: #17287f;
}
.Dining-zhiy .Miaoshu li:nth-child(6)::before {
    border-color: #bdb295;
}
.Dining-zhiy .Miaoshu li:nth-child(6)::after {
    background-color: #bdb295;
}
@media(max-width:768px) {
    .Dining-zhiy .Miaoshu {
        padding: 20px 10px;
    }
    .Dining-zhiy .Miaoshu li {
        width: 100%;
    }
    .Dining-zhiy .pic {
        padding: 30px 0;
    }
    .Dining-zhiy .Miaoshu li:nth-child(5), .Dining-zhiy .Miaoshu li:nth-child(6) {
        margin-bottom: 30px;
    }
}

.Schedule-shell {
    margin-bottom: 200px;
}
.Schedule-shell .table {
    width: 100%;
    overflow-y: auto;
}
.Schedule-shell table {
    border: none;
    text-align: center;
    color: #666;
    width: 100%;
    font-size: 16px;
}
.Schedule-shell th {
    border-color: #e1e3e5;
    padding: 20px 10px;
    font-weight: 500;
    color: #333333;
    font-size: 18px;
    background-color: #f2f4f6;
}
.Schedule-shell td {
    border-color: #e1e3e5;
    padding: 20px 10px;
}
.Schedule-shell .biezhu {
    padding: 20px 0;
}
@media(max-width:1024px) {
    .Schedule-shell th {
        padding: 20px 5px;
        font-size: 16px;
    }
    .Schedule-shell td {
        padding: 20px 5px;
        font-size: 13px;
    }
}
@media(max-width:768px) {
    .Schedule-shell {
        margin-bottom: 50px;
    }
    .Schedule-shell table {
        width: 1000px;
    }
}

.Media-bm {
    margin-bottom: 80px;
    display: block;
    position: relative;
    background-color: #f7fafc;
    z-index: 10;
}
.Media-bm .close {
    display: none;
}
.Media-bm .back-fff {
    height: auto;
    background-color: #f7fafc;
}
.frame-two input:disabled {
    background-color: #fff;
}

.news-list .list {
    margin: 2% 0;
}
.news-list .list li {
    transition: all .5s;
    -webkit-box-shadow: 0 0 10px #f5f5f5;
    -moz-box-shadow: 0 0 10px #f5f5f5;
    box-shadow: 0 0 10px #f5f5f5;
    padding: 20px 0;
    background-color: #f5f5f5;
    margin-bottom: 2%;
    position: relative;
    width: 100%;
    float: left;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.news-list .list li a {
    transition: all .5s;
    color: #333333;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.news-list .list li:nth-child(2n) {
    float: right;
}
.news-list .list li .time {
    border-right: solid 1px #ccc;
    position: absolute;
    left: 0;
    top: 20px;
    width: 100px;
    text-align: center;
    font-family: 'Arial';
}
.news-list .list li span {
    line-height: 42px;
    font-size: 42px;
}
.news-list .list li .p {
    margin: 0;
}
.news-list .list li .text {
    font-size: 16px;
    padding-left: 130px;
    padding-right: 2%;
    line-height: 30px;
}
.news-list .list li .tite {
    color: #333;
    font-size: 18px;
}
.news-list .list li .wenzi {
    color: #666;
}
.news-list .list li:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px #ccc;
    -moz-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
}
.news-list .list li:hover a {
    color: #27a1d2;
}

.video-list li {
    border: solid 1px #e5e5e5;
    text-align: center;
    width: 23%;
    margin-bottom: 2.6%;
    margin-right: 2.6%;
    float: left;
}
.video-list li:nth-child(4n) {
    margin-right: 0;
}
.video-list li .pic {
    position: relative;
}
.video-list li .pic .icon {
    background: url(../images/blath_icon15.png) no-repeat center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 45px;
    height: 45px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.video-list li .tit {
    font-size: 16px;
    line-height: 40px;
}
@media(max-width:640px) {
    .video-list li {
        width: 48%;
        margin-right: 0;
    }
    .video-list li:nth-child(2n) {
        float: right;
    }
}

.search-list {
    margin-top: 80px;
}
.search-list .list li .text {
    line-height: 60px;
}

.Info-box {
    min-height: 200px;
    font-size: 16px;
    color: #666;
}
.Info-box .title {
    color: #333;
    font-size: 25px;
    text-align: center;
}
.Info-box .time {
    padding-top: 15px;
    text-align: center;
    font-size: 14px;
    color: #999;
}
.Info-box .info-con {
	max-width: 1000px;
	margin: 0px auto;
    padding: 30px 0;
}
.Info-box .info-con table {
    margin: 5px auto;
}
.Info-box video {
    max-width: 800px;
    width: 100%;
}
.Info-box img {
    margin: 10px auto;
}
@media(min-width:768px) {
    .Info-box .BBS dd {
        display: inline-block;
        width: 31.33%;
        margin-right: 2%;
    }
    .Info-box .BBS dd:nth-of-type(3n) {
        margin-right: 0;
    }
}
@media(max-width:1024px) {
    .Info-box table {
        overflow-x: auto;
        width: auto !important;
        display: block;
        padding-bottom: 5px;
        height: auto;
    }
    .Info-box table tbody {
        overflow: hidden;
        width: 100%;
    }
    .Info-box table::-webkit-scrollbar {
        height: 3px;
    }
    .Info-box table::-webkit-scrollbar-thumb {
        background: #27a1d2;
    }
    .Info-box table::-webkit-scrollbar-track {
        background: #ddd;
    }
}

.TextList001203 h1 {
    margin: 0;
    font-weight: normal;
    padding: 3% 0;
    font-size: 24px;
    color: #333;
}
.TextList001203 h1 b {
    display: block;
}
.TextList001203 li {
    margin-bottom: 10px;
    line-height: 25px;
    border: 1px solid #e3e7e6;
    padding: 0 10px 0 15px;
    position: relative;
}
.TextList001203 li::before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #0088d2;
    left: 5px;
    top: 50%;
    margin-top: -2px;
}
.TextList001203 li a {
    display: block;
    padding: 15px 0;
}
.TextList001203 li span {
    padding-right: 10px;
}
.TextList001203 li i {
    font-style: normal;
    position: relative;
    float: right;
    padding-left: 15px;
    padding-right: 30px;
    background-color: #0088d2;
    color: #fff;
    font-size: 12px;
}
.TextList001203 li i::before {
    position: absolute;
    content: '';
    width: 25px;
    height: 100%;
    background: url(../images/TextList001203-icon.png) no-repeat center center/contain;
    right: 0;
}
@media(max-width:480px) {
    .TextList001203 h1 {
        font-size: 20px;
    }
}
@media(max-width:375px) {
    .TextList001203 li i {
        padding-left: 5px;
    }
}

.blathPage {
    text-align: center;
    padding: 1% 0 60px;
    color: #666666;
}
.blathPage .Pages * {
    vertical-align: middle;
}
.blathPage .Pages .current {
    margin-left: 5px;
}
.blathPage .Pages .p_cur, .blathPage .Pages .p_count, .blathPage .Pages .p_total {
    display: none;
}
.blathPage .Pages a {
    display: inline-block;
    padding: 0 15px;
    line-height: 37px;
    background-color: #eef0f1;
    color: #666666;
    margin-left: 5px;
}
.blathPage .Pages a:hover, .blathPage .Pages a.a_cur {
    color: #fff;
    background-color: #27a1d2;
}
.blathPage .Pages em {
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
}
.blathPage .Pages .i_text {
    width: 47px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #ceced5;
}
.blathPage .Pages .i_button {
    cursor: pointer;
    background: none;
    width: 47px;
    height: 36px;
    border: 1px solid #ceced5;
}
.blathPage .Pages .p_jump b {
    font-weight: normal;
    margin: 0 5px;
}
.blathPage .Pages .a_prev, .blathPage .Pages .a_next {
    font-family: 宋体;
    font-weight: bold;
    padding: 0 25px;
}
.blathPage .Pages .a_end, .blathPage .Pages .p_jump, .blathPage .Pages .a_first {
    display: none;
}
@media(max-width:1000px) {
    .blathPage .Pages em {
        display: none;
    }
}
@media(max-width:640px) {
    .blathPage .Pages a.a_first, .blathPage .Pages a.a_end {
        display: none;
    }
    .blathPage .Pages a {
        padding: 0 10px;
    }
}

.PicList002171 {
    width: 77%;
    float: right;
}
.PicList002171 li {
    float: left;
    width: 17.6%;
    margin-right: 3%;
    margin-bottom: 3%;
    border: none;
    overflow: hidden;
    position: relative;
}
.PicList002171 li .ispic {
    overflow: hidden;
}
.PicList002171 li .ispic {
    padding-bottom: 38%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #e8e8e8;
    display: block;
}
.PicList002171 li:hover .ispic {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.PicList002171 li:hover {
    -webkit-box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
}
.PicList002171 li:hover .ispic {
    border: 1px solid rgba(28, 123, 293, 0.85);
}
.PicList002171 li img {
    display: block;
    width: 100%;
}
.PicList002171 li figure {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(28, 123, 293, 0.85);
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    z-index: 1;
}
.PicList002171 li:hover figure {
    opacity: 1;
}
.PicList002171 li dl {
    display: table;
    width: 100%;
    height: 100%;
}
.PicList002171 li dt {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
@media(min-width:769px) {
    .PicList002171 li:nth-child(5n) {
        margin-right: 0;
    }
}
@media(max-width:768px) {
    .PicList002171 li {
        width: 32%;
        margin-right: 2%;
    }
    .PicList002171 {
        width: 70%;
        float: right;
    }
    .PicList002171 li dt {
        font-size: 14px;
    }
}
@media(max-width:768px) and (min-width:481px) {
    .PicList002171 li {
        width: 22.5%;
        margin-right: 3%;
    }
    .PicList002171 li:nth-child(4n) {
        margin-right: 0;
    }
}
@media(max-width:640px) {
    .PicList002171 {
        width: 100%;
        float: none;
    }
}
@media(max-width:480px) {
    .PicList002171 li {
        width: 32%;
    }
    .PicList002171 li:nth-child(3n) {
        margin-right: 0;
    }
    .PicList002171 li dt {
        font-size: 15px;
    }
}
@media(max-width:1400px) {
    .Single .home_exhibition {
        padding: 30px 2%
    }
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}
.fleximportant {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
}
.inlineflex {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-flex;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
}
.d_flex>* {
    display: block;
}

.f_direction_column {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
}
.f_direction_row {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}

.j_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
}
.j_end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end;
}
.j_start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
}
.j_justify {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
}
.j_around {
    -moz-justify-content: space-around;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.a_start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
}
.a_end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    align-items: flex-end;
}
.a_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}
.a_baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    align-items: baseline;
}

.flex_wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.flex_auto {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    -webkit-flex: auto;
    -moz-box-flex: 1;
    flex: auto;
}
.flex_1 {
    width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
}

.order_2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2;
}
.order_3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    order: 3;
}

.text {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.text2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.text3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
img {
    height: auto;
}
.zy_zlsc {
    width: 100%;
    background: #f2f4f6;
    padding: 64px 0 60px;
}
.zy_zlsc_form {
    background: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 65px 113px;
    border: 1px solid #0e0e0e;
}
.zy_zlsc_form h1 {
    font-family: "思源黑体 CN";
    font-size: 36px;
    color: #333333;
    text-align: center;
    margin-bottom: 70px;
    font-weight: normal;
}
.zy_zlsc_form .itembox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    font-family: "思源黑体 CN";
}
.zy_zlsc_form .itembox .label {
    width: 560px;
    max-width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    min-height: 60px;
    margin-bottom: 20px;
}
.zy_zlsc_form .itembox .label.w100 {
    width: 100%;
    max-width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
}
.zy_zlsc_form .itembox .label.w100 textarea {
    width: -webkit-calc(100% - 106px);
    width: -moz-calc(100% - 106px);
    width: calc(100% - 106px);
    height: 200px;
    padding: 20px;
    font-size: 16px;
    color: #999999;
    line-height: 24px;
}
.zy_zlsc_form .itembox .label span {
    display: block;
    color: #333;
    font-size: 18px;
    width: 106px;
    line-height: 60px;
}
.zy_zlsc_form .itembox .label input, .zy_zlsc_form .itembox .label #address2 {
    width: -webkit-calc(100% - 106px);
    width: -moz-calc(100% - 106px);
    width: calc(100% - 106px);
    height: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e1e3e6;
    text-indent: 19px;
    font-size: 16px;
    color: #999999;
}
.zy_zlsc_form .itembox .label #address2 {
    line-height: 28px;
    text-indent: 0;
    padding-left: 19px;
    resize: none;
    overflow: hidden;
}
.zy_zlsc_form .itembox .label .zy_sczl {
    width: -webkit-calc(100% - 106px);
    width: -moz-calc(100% - 106px);
    width: calc(100% - 106px);
}
.zy_zlsc_form .itembox .label .zy_sczl .list {
    height: 40px;
    line-height: 40px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}
.zy_zlsc_form .itembox .label .zy_sczl .list:first-child {
    margin-top: 10px;
}
.zy_zlsc_form .itembox .label .zy_sczl .list p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #3153ff;
}
.zy_zlsc_form .itembox .label .zy_sczl .list .img {
    width: 13px;
    height: 40px;
    margin-left: 16px;
    background: url(../images/zy_close.png) no-repeat center;
}
.zy_zlsc_form .itembox .label .zy_sczl .zy_sc {
    width: 820px;
    max-width: 100%;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #a7a7a7;
}
.zy_zlsc_form .itembox .label .zy_sczl .zy_sc label {
    line-height: 1;
    padding-left: 15px;
    color: #999999;
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
    position: relative;
    cursor: pointer;
}
.zy_zlsc_form .itembox .label .zy_sczl .zy_sc label span {
    color: #999;
    width: 100%;
}
.zy_zlsc_form .itembox .label .zy_sczl .zy_sc label input {
    opacity: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
}
.zy_zlsc_form .itembox .label .zy_sczl .zy_sc #btnGetFile {
    width: 140px;
    height: 60px;
    display: block;
    background: #a7a7a7;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    margin-bottom: 0;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: 0;
}
.zy_zlsc_form .itembox .label .zy_sczl .zy_ts {
    font-size: 14px;
    color: #999999;
    margin-top: -1px;
    line-height: 18px;
    height: auto;
    margin-top: 10px;
}
.zy_zlsc_form .itembox .label .zy_sczl .zy_ts span {
    color: #ff8400;
    display: inline;
    line-height: 18px;
}
.zy_btna {
    width: 180px;
    height: 60px;
    margin: 0 auto;
    display: block;
    line-height: 60px;
    text-align: center;
    background: #1d7bc1;
    color: #fff;
    font-size: 18px;
    border: none;
    cursor: pointer;
}
.zy_btna.ma46 {
    margin: 46px auto;
}
.zy_btna:hover {
    color: #fff;
}
.loginstatus {
    position: absolute;
    right: 2.8%;
    top: 50%;
    width: 100px;
    height: 50px;
    margin-top: -25px;
}
.openlogin {
    display: block;
    width: 100%;
    height: 25px;
    color: #27a1d2;
    text-align: center;
    line-height: 25px;
}
.openlogin:hover {
    color: #27a1d2;
}
.openlogin span.PC {
    display: block;
}
.openlogin span.wap {
    display: none;
}
#openlogin {
    margin-top: 15px;
}
.loginout {
    display: block;
    width: 100%;
    height: 25px;
    text-align: center;
    line-height: 25px;
}
.zy_loginbg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 999;
}
.zy_login {
    z-index: 999;
    width: 764px;
    max-width: 95%;
    padding: 57px 100px 70px;
    background: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-family: '思源黑体 CN';
    display: none;
}
.zy_login a.close_login {
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/zy_close2.png) no-repeat center;
    width: 80px;
    height: 80px;
}
.zy_login h1 {
    font-size: 36px;
    color: #333333;
    font-weight: normal;
    text-align: center;
}
.zy_login label {
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
}
.zy_login label span {
    width: 85px;
    font-size: 18px;
    color: #333333;
}
.zy_login label span em {
    font-style: normal;
    color: #ff0000;
    margin-right: 2px;
}
.zy_login label input {
    width: -webkit-calc(100% - 85px);
    width: -moz-calc(100% - 85px);
    width: calc(100% - 85px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 60px;
    border: 1px solid #e1e3e6;
    text-indent: 19px;
    font-size: 16px;
    color: #999999;
}
.zy_login .zy_btna {
    margin-top: 50px;
}
@media (max-width:1200px) {
    .loginstatus {
        right: 150px;
    }
}
@media (max-width:960px) {
    .loginstatus {
        width: 70px;
        right: 120px;
    }
    .openlogin span.PC {
        display: none;
    }
    .openlogin span.wap {
        display: block;
    }
    .zy_zlsc_form {
        padding: 30px 20px;
    }
    .zy_zlsc_form .itembox .label {
        width: 100%;
        max-width: 100%;
    }
    .zy_zlsc_form .itembox .label .zy_sczl .list p {
        max-width: 180px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .zy_zlsc_form .itembox .label span {
        width: 80px;
        font-size: 14px;
    }
    .zy_zlsc_form .itembox .label input, .zy_zlsc_form .itembox .label #address2, .zy_zlsc_form .itembox .label.w100 textarea, .zy_zlsc_form .itembox .label .zy_sczl {
        width: -webkit-calc(100% - 80px);
        width: -moz-calc(100% - 80px);
        width: calc(100% - 80px);
    }
    .zy_login {
        padding: 20px;
    }
    .zy_login h1 {
        font-size: 24px;
    }
    .zy_login label {
        height: 40px;
    }
    .zy_login label input, .zy_zlsc_form .itembox .label input {
        height: 40px;
        line-height: 40px;
    }
    .zy_zlsc_form .itembox .label {
        min-height: 40px;
    }
    .zy_zlsc_form .itembox .label span {
        line-height: 40px;
    }
    .zy_zlsc_form .itembox .label .zy_sczl .list:first-child {
        margin-top: 0;
    }
    .zy_btna {
        width: 150px;
        height: 50px;
        line-height: 50px;
    }
    .zy_zlsc_form .itembox .label .zy_sczl .zy_sc {
        height: 40px;
    }
    .zy_zlsc_form .itembox .label .zy_sczl .zy_sc #btnGetFile {
        width: 80px;
        height: 40px;
        line-height: 40px;
    }
    .zy_zlsc_form .itembox .label .zy_sczl .zy_sc label span {
        line-height: 40px;
        white-space: nowrap;
    }
    .zy_zlsc_form .itembox .label .zy_sczl .zy_sc label {
        padding-left: 10px;
    }
}
@media(max-width:768px) {
    .loginstatus {
        width: 70px;
        right: 100px;
    }
    .frame-one .name:nth-child(2n) .text, .Scheduled .name:nth-child(2n) .text {
        left: 0;
    }
}
@media(max-width:640px) {
    .loginstatus {
        width: 70px;
        right: 80px;
    }
}

.headbox .sub_shell {
    max-width: 450px;
}
.cost .text {
    background: none;
}
.cost .pic {
    background: url(../images/back_tu1.jpg) no-repeat center;
    background-size: cover;
}

@media(min-width:640px) {
    .Rblathgo:after {
        content: "<";
        width: 25px;
        height: 80px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        background-color: #fff;
        box-sizing: border-box;
        border: solid 1px #ddd;
        color: #666;
        font-family: "宋体";
        position: absolute;
        right: 100%;
        top: 50%;
        background: #eee;
        transform: translateY(-50%);
        line-height: 80px;
        text-align: center;
        font-size: 20px;
    }
    .Rblathgo {
        right: -80px;
        transition: .4s;
    }
    .Rblathgo:hover {
        right: 0;
    }
    .Rblathgo:hover:after {
        opacity: 0;
    }
}
.home-links .list .ul {
    width: 100%;
    overflow: hidden;
    overflow: hidden;
    position: relative;
    padding: 0 30px;
}
.home-links .list .ul .owl-item {
    float: left;
}
.home-links .box ol {
    width: auto !important;
    float: none !important;
    padding: 0 !important;
}
.home-links .list .ul .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    background: none;
    border: none;
    font-size: 30px;
    line-height: 30px;
    cursor: pointer;
}
.home-links .list .ul .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    background: none;
    border: none;
    font-size: 30px;
    line-height: 30px;
    cursor: pointer;
}
.home-links .list .ul .owl-stage-outer {
    width: 100%;
    overflow: hidden;
}

.Scheduled, .Scheduled .back-fff, .Media-bm .back-fff {
    background: #fff;
}
.frame-box .back-fff {
    padding: 30px 0;
}
.frame-one .entr-box {
    width: 100%;
    padding-left: 0;
}
.frame-one .text, .frame-two .text {
    position: relative;
    padding-left: 0;
}
.frame-box .red {
    position: relative;
}
.frame-one .name:nth-child(2n) .text, .Scheduled .name:nth-child(2n) .text {
    left: 0;
    width: auto;
}
.frame-one .destine, .frame-one .entr-box2 {
    width: 100%;
    padding-left: 0;
}
.frame-one .destine .text {
    position: absolute;
}
.frame-one .destine .destine-l {
    width: 100%;
    padding-left: 113px;
    float: none;
    max-width: 100%;
    position: relative;
    padding-bottom: 30px;
}
.frame-one .destine .destine-l:after {
    content: '';
    position: absolute;
    left: 113px;
    bottom: 0;
    width: calc(100% - 113px);
    height: 1px;
    background: #e8ebed;
}
.frame-one .destine .destine-l:last-child:after {
    display: none;
}
.Bua_TiJiao input {
    background-color: #3357a3;
}
.Bua_TiJiao {
    border-bottom: solid 1px #e8ebed;
}
.frame-one .liw li {
    width: 100%;
    float: none;
}
.frame-two .choice .input {
    width: 33.33%;
}
.frame-two .choice .input:last-child {
    width: 66.66%;
}
.frame-two .entry, .frame-two .entry2, .frame-two .choice {
    padding-left: 0;
}
.frame-two .entr-box .entry1 {
    width: 100%;
    float: none;
}
.frame-two .entr-box .entry1:nth-child(2n) {
    text-align: left;
    float: none;
}
.frame-two .choice {
    line-height: 30px;
}
.frame-two .choice2 .input {
    min-width: 25%;
}
.frame-two .choice3 {
    padding-left: 0;
}
.frame-two .choice3 .input {
    min-width: 14.28%;
    padding-right: 2%;
}
.Media-bm {
    background-color: #fff;
}
@media (max-width: 768px) {
    .frame-box .back-fff {
        max-width: 100%;
    }
    .frame-one .destine .text {
        position: relative;
        margin-bottom: 10px;
    }
    .frame-one .destine .destine-l {
        padding-left: 0;
    }
    .frame-one .destine .destine-l:after {
        width: 100%;
        left: 0;
    }
}
#mCSB_1_scrollbar_vertical {
    display: none !important;
}

/* cicoe_n2022 */

@font-face {
    font-family: 'pht-b';
    src: url("fonts/Alibaba-PuHuiTi/Bold.woff") format("woff");
    font-display: swap;
}
@font-face {
    font-family: 'pht-r';
    src: url("fonts/Alibaba-PuHuiTi/Regular.woff") format("woff");
    font-display: swap;
}
@font-face {
    font-family: 'syht-r';
    src: url("fonts/SourceHanSansCN/Regular.woff") format("woff");
    font-display: swap;
}
@font-face {
    font-family: 'syht-m';
    src: url("fonts/SourceHanSansCN/Medium.woff") format("woff");
    font-display: swap;
}
@font-face {
    font-family: 'syht-b';
    src: url("fonts/SourceHanSansCN/Bold.woff") format("woff");
    font-display: swap;
}
body {
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
	background: url(../images/cicoeBg.jpg) no-repeat top right fixed;
	background-size: 100% 100%;
}
.opb{
	opacity: 0.8;
	clear:both;
}
select, input, textarea {
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}
.blath-topbox {
    height: 100px;
}
.blath-topbox .inner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
	border-top: 3px solid #20272f;
    border-bottom: 1px solid #c7c7c7;
}
.blath-topbox .logo {
    float: left;
    display: table;
    height: 100px;
}
.blath-topbox .logo a {
    display: table-cell;
    vertical-align: middle;
}
.blath-topbox .logo img {
    height: 78px;
}
.blath-topbox menu li {
    font-size: 18px;
    position: relative;
    z-index: 100;
}
.blath-topbox menu li span {
    display: block;
	font-weight: 600;
}
.blath-topbox menu li.on span a {
    color: rgb(51, 153, 51);
}
.blath-topbox menu li .sub {
    display: none;
	border-radius: 5%;
}
.blath-topbox menu li .sub dt {
    padding: 8px 0;
    font-size: 16px;
}
.blath-topbox .top-right {
    float: right;
    padding-top: 35px;
}
.blath-topbox .top-right>* {
    float: left;
    line-height: 30px;
}
.blath-topbox .top-right .login {
    padding-left: 28px;
    font-size: 16px;
    background: url("../images/login.png") no-repeat left center;
    margin-left: 19px;
}
.blath-topbox .top-right .login:not(:hover) {
    color: #666;
}
.blath-topbox .top-search .text {
    height: 30px;
    line-height: 30px;
    background: #f6f6f6;
    padding: 0 12px;
    border: 0;
    width: 100%;
}
.blath-topbox .top-search .btn {
    position: absolute;
    top: 0;
    right: 0;
    background: url("../images/search.png") no-repeat center center;
    width: 42px;
    height: 100%;
}
.login_status{display:none;}
@media(min-width:1025px) {
    .blath-topbox menu {
        display: block !important;
    }
    .blath-topbox menu {
        float: left;
        margin-left: 121px;
    }
    .blath-topbox menu li {
        float: left;
    }
    .blath-topbox menu li:not(:last-child) {
        margin-right: 35px;
    }
    .blath-topbox menu li span {
        line-height: 100px;
    }
    .blath-topbox menu li span a {
        display: block;
    }
    .blath-topbox menu li .sub {
        position: absolute;
        left: 50%;
        margin-left: -69px;
        top: 100%;
        width: 138px;
        background: rgba(51, 153, 51, 0.8);
        padding: 20px 5px;
    }
    .blath-topbox menu li .sub:before {
        position: absolute;
        content: '';
        border: 6px solid transparent;
        border-bottom-color: rgba(51, 153, 51, 0.8);
        left: 50%;
        bottom: 100%;
        margin-left: -6px;
        transform: translateY(6px);
        opacity: 0;
    }
    .blath-topbox menu li .sub dt {
        text-align: center;
    }
    .blath-topbox menu li .sub dt a {
        color: #fff;
    }
    .blath-topbox menu li .sub dt a:hover {
        text-decoration: underline;
    }
    .blath-topbox menu li.hover .sub:before {
        opacity: 1;
        transform: translateY(0);
        transition: 0.3s 0.3s;
    }
    .blath-topbox .top-search {
        width: 180px;
        position: relative;
        margin-right: 6px;
    }
	/*
    .blath-topbox .top-search:after {
        position: absolute;
        right: -6px;
        width: 1px;
        height: 14px;
        background: #c8c8c8;
        content: '';
        top: 50%;
        margin-top: -7px;
    }
	*/
    .blath-topbox .top-search .text {
        border-radius: 30px;
    }
}
@media(min-width:1025px) and (max-width:1440px) {
    .blath-topbox menu {
        margin-left: 5vw;
    }
    .blath-topbox menu li:not(:last-child) {
        margin-right: 2vw;
    }
    .blath-topbox .top-search {
        width: 12vw;
    }
}
@media(max-width:1024px) {
	body {
        background-size: auto auto;
	}
	.opb{
		opacity: 0.8;
	}
    .blath-topbox {
        position: relative;
        z-index: 100;
        height: 80px;
    }
    .blath-topbox menu {
        position: fixed;
        right: 0;
        top: 80px;
        bottom: 0;
        overflow: auto;
        background: #fff;
        display: none;
        width: 220px;
        padding: 20px;
    }
    .blath-topbox menu li:not(:last-child) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .blath-topbox menu li a {
        line-height: 50px;
    }
    .blath-topbox menu li span {
        position: relative;
        overflow: hidden;
    }
    .blath-topbox menu li .op {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -6px;
        width: 13px;
        height: 13px;
        transition: 0.3s;
    }
    .blath-topbox menu li .op.on {
        transform: rotate(45deg);
    }
    .blath-topbox menu li .op:before,
    .blath-topbox menu li .op:after {
        position: absolute;
        content: '';
        background: #ccc;
    }
    .blath-topbox menu li .op:before {
        left: 0;
        width: 100%;
        height: 3px;
        top: 50%;
        margin-top: -1.5px;
    }
    .blath-topbox menu li .op:after {
        width: 3px;
        height: 100%;
        top: 0;
        left: 50%;
        margin-left: -1.5px;
    }
    .blath-topbox menu li .sub {
        padding-bottom: 20px;
    }
    .blath-topbox menu li .sub dt a {
        line-height: 30px;
    }
    .blath-topbox menu li .sub dt {
        background-color: #f7f7f7;
        padding-left: 20px;
    }
    .blath-topbox .top-right .login {
        font-size: 0;
        width: 28px;
        height: 30px;
        background-position: center center;
        margin-left: 0;
    }
    .blath-topbox .top-search {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 0 50px 0 20px;
        background: #f6f6f6;
        display: none;
    }
    .blath-topbox .top-search .text {
        height: 45px;
        line-height: 45px;
    }
    .blath-topbox .top-search .btn {
        width: 50px;
    }
    .blath-topbox .open-search {
        width: 30px;
        height: 30px;
        background: url("../images/search.png") no-repeat center center;
        margin: 0 20px;
        position: relative;
    }
    .blath-topbox .open-search.on {
        background: none;
    }
    .blath-topbox .open-search:before,
    .blath-topbox .open-search:after {
        position: absolute;
        content: '';
        width: 70%;
        height: 3px;
        background: #3357a3;
        left: 15%;
        top: 50%;
        margin-top: -1.5px;
        opacity: 0;
        transition: 0.3s;
    }
    .blath-topbox .open-search.on:before,
    .blath-topbox .open-search.on:after {
        opacity: 1;
        transform: rotate(45deg);
    }
    .blath-topbox .open-search.on:after {
        transform: rotate(-45deg);
    }
    .blath-topbox .open-menu {
        width: 30px;
        height: 30px;
        position: relative;
    }
    .blath-topbox .open-menu i {
        position: absolute;
        width: 100%;
        height: 3px;
        background: #f69b09;
        left: 0;
        top: 50%;
        margin-top: -1.5px;
    }
    .blath-topbox .open-menu i:nth-child(1) {
        margin-top: -9px;
    }
    .blath-topbox .open-menu i:nth-child(3) {
        margin-top: 7px;
    }
    .blath-topbox .open-menu.on i:nth-child(1) {
        opacity: 0;
    }
    .blath-topbox .open-menu.on i:nth-child(2),
    .blath-topbox .open-menu.on i:nth-child(3) {
        margin: -1.5px;
        transform: rotate(45deg);
    }
    .blath-topbox .open-menu.on i:nth-child(3) {
        transform: rotate(-45deg);
    }
    .blath-topbox .logo {
        height: 80px;
    }
    .blath-topbox .logo img {
        height: 70px;
    }
    .blath-topbox .top-right {
        padding-top: 25px;
    }
}
.home-focus .slick-slide li {
    display: block !important;
}
.home-focus .slick-slide img {
    width: 100%;
}
@media(min-width:1025px) {
    .home-focus .wap {
        display: none;
    }
}
@media(max-width:1024px) {
    .home-focus .pc {
        display: none;
    }
}
.home-focus {
    position: relative;
    z-index: 1;
}
.home-focus .slider {
    z-index: 1;
}
.home-focus .controls {
    height: 50%;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    border-right: 0px solid rgba(255, 255, 255, 0.1);
    border-left: 0px solid rgba(255, 255, 255, 0.1);
    z-index: 20;
}
.home-focus .slick-arrow {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 5%;
    width: 60px;
    height: 60px;
    border: solid 2px #fff;
    border-radius: 50%;
    margin-left: -100px;
    background: url("../images/prev.png") no-repeat center center;
    cursor: pointer;
    font-size: 0;
    margin-top: -58px;
    opacity: 0.35;
    transition: 0.5s;
    border-color: #f69b09;
    background-color: #f69b09;
}
.home-focus .slick-next {
    background-image: url("../images/next.png");
    margin-top: 58px;
	margin-left: 40px;
}
.home-focus .slick-arrow:hover {
    opacity: 0.35;
    border-color: #339933;
    background-color: #339933;
}
@media(min-width:1025px) {
    .home-focus:before,
    .home-focus:after {
        position: absolute;
        content: '';
        background: rgba(255, 255, 255, 0.1);
        z-index: 10;
    }
    .home-focus:before {
        width: 100%;
        left: 0;
        top: 50%;
        /* height: 1px; */
    }
    .home-focus:after {
        /* width: 1px; */
        height: 100%;
        left: 50%;
        top: 0;
    }
    .home-focus .slick-dots {
        display: none !important;
    }
}
@media(max-width:1440px) {
    .home-focus .controls {
        right: 2%;
    }
}
@media(min-width:1025px) and (max-width:1440px) {
    .home-focus .controls {
        width: 5.57vw;
    }
    .home-focus .slick-arrow {
        width: 3.13vw;
        height: 3.13vw;
        margin-left: -1.565vw;
        margin-top: -3.13vw;
    }
    .home-focus .slick-next {
        margin-top: 1.56vw;
    }
}
@media(max-width:1024px) {
    .home-focus .controls {
        display: none;
    }
    .home-focus .slick-dots {
        position: absolute;
        left: 0;
        width: 100%;
        bottom: 3%;
        z-index: 10;
        text-align: center;
    }
    .home-focus .slick-dots li {
        display: inline-block;
        margin: 0 4px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #fff;
        opacity: 0.5;
    }
    .home-focus .slick-dots li button {
        display: none;
    }
    .home-focus .slick-dots li.slick-active {
        opacity: 1;
    }
}
.exh-link {
	margin-top: 20px;
	padding: 20px 0;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}
.exh-link li {
    width: 31.33333333%;
    text-align: center;
    float: left;
	margin: 0 1%;
    padding: 31px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("../images/bg.jpg");
	border-radius: 10px;
	opacity: 1;
}
.exh-link li aside {
    font-size: 22px;
    color: #646464;
}
.exh-link li span {
    display: block;
    width: 44px;
    height: 44px;
    margin: 0 auto 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.5s ease-out;
}
.exh-link li span.icon1 {
    background-image: url("../images/link-icon1.png");
}
.exh-link li span.icon2 {
    background-image: url("../images/link-icon2.png");
}
.exh-link li span.icon3 {
    background-image: url("../images/link-icon3.png");
}
.exh-link li:hover {
    background-image: url("../images/bg-1.jpg");
}
.exh-link li a:hover aside {
    color: rgb(51, 153, 51);
}
/*.exh-link li a:hover span{transform: rotateY(180deg);}*/
.exh-link li a:hover span.icon1 {
    background-image: url("../images/link-icon1-hover.png");
}
.exh-link li a:hover span.icon2 {
    background-image: url("../images/link-icon2-hover.png");
}
.exh-link li a:hover span.icon3 {
    background-image: url("../images/link-icon3-hover.png");
}
@media(max-width:1024px) {
    .exh-link li {
        padding: 4vw 0;
    }
    .exh-link li aside {
        font-size: 3vw;
    }
    .exh-link li span {
        width: 4vw;
        height: 4vw;
        margin-bottom: 2vw;
    }
}
@media(max-width:640px) {
    .exh-link li aside {
        font-size: 5vw;
    }
    .exh-link li span {
        width: 6vw;
        height: 6vw;
    }
}
.home-title {
    text-align: center;
    font-family: 'syht-m';
    font-size: 40px;
    padding: 4vw 0 0.8vw 0;
    line-height: 1;
    color: #f69b09;
}
.home-title span{
	display: block;
	margin-top: 20px;
	margin-left: 0px;
    font-size: 30px;
    color: #646464;
}
.home-p{
	text-align: center;
    font-size: 18px;
	line-height: 2;
    color: #646464;
	padding:5px 2% 2vw;
}
.home-p a{
	color: #27a1d2;
	margin: 5px 20px;
	padding: 5px 10px;
	border: 1px solid #27a1d2;
	border-radius: 4px; 
}
.home-p .hover{
    color: #339933;
}
.home-ul4{}
.home-ul4 a{
	float: left;
    width: 24.5%;
    margin-right: 0.5%;
    position: relative;
    margin-bottom: 0.5%;
}
.home-ul4 img{
	width: 100%;
	height: auto;
}
.home-ul8{}
.home-ul8 a{
	float: left;
    width: 12%;
    margin-right: 0.5%;
    position: relative;
    margin-bottom: 3%;
}
.home-ul8 img{
	width: 100%;
	height: auto;
	border-radius: 5px;
	box-shadow: 1px 1px 3px #888888;
}
@media(max-width:750px) {
    .home-title {
        font-size: 5vw;
        padding: 2em 0 1em 0;
    }
	.home-title span{
		display: block;
		margin-top: 15px;
		margin-left: 0px;
		font-size: 3vw;
	}
	.home-p{
		font-size: 2vw;
	}
	.home-ul4 a{
		width: 48%;
		margin: 1%;
	}
	.home-ul8 a{
		width: 24%;
		margin-right: 1%;
	}
}
.exh-intro .number {
    margin-bottom: 3.23vw;
}
.exh-intro .number li {
    float: left;
    position: relative;
    z-index: 1;
}
.exh-intro .number li .inner {
    display: table;
}
.exh-intro .number li:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 67px;
    background: rgba(0, 0, 0, 0.1);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.exh-intro .number dl {
    display: table;
    table-layout: fixed;
    color: #333;
}
.exh-intro .number dl>* {
    display: table-cell;
    vertical-align: middle;
}
.exh-intro .number dt {
    max-width: 80px;
}
.exh-intro .number dd {
    padding-left: 12px;
}
.exh-intro .number dd h5 {
    margin: 0;
    font-family: 'pht-b';
    font-size: 25px;
}
.exh-intro .number dd aside {
    font-size: 18px;
}
@media(min-width:1025px) {
    .exh-intro .number li {
        width: 25%;
    }
    .exh-intro .number li:last-child:after {
        display: none;
    }
    .exh-intro .number li:not(:nth-child(1)) .inner {
        margin: 0 auto;
    }
}
@media(max-width:1024px) {
    .exh-intro .number li {
        width: 49%;
        margin: 3vw 0;
    }
    .exh-intro .number li:nth-child(2n):after {
        display: none;
    }
    .exh-intro .number li .inner {
        margin: 0 auto;
    }
    .exh-intro .number dt {
        width: 10vw;
    }
}
@media(max-width:640px) {
    .exh-intro .number dd h5 {
        font-size: 3vw;
    }
    .exh-intro .number dd aside {
        font-size: 4vw;
    }
}
.exh-intro .exh-map {
    background-color: #f9f9fb;
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
    padding-bottom: 30px;
}
.exh-intro .exh-map .name {
    text-align: center;
    font-family: 'syht-m';
    font-size: 30px;
    padding: 1.667em 0 0.6634em 0;
    color: #f69b09;
}
.exh-map .pic {
    text-align: center;
	background-color: #fff;
	margin:5px auto;
	padding:5px auto;
}
.exh-map .pic iframe{
	width: 936px;
	height: 526.5px;
}
.ei-video{ float:left; margin:0px auto;}
.ei-intro{ float:right; width:470px; padding:10px 0; text-align:left; line-height:2.6;}
@media(max-width:640px) {
    .exh-intro .exh-map .name {
        font-size: 4.5vw;
    }
	.ei-video{ float:none;}
	.ei-intro{ float:none; width:100%; padding:10px; font-size: 4vw;}
	.exh-map .pic iframe{
		width: 360px;
		height: 202.5px;
		margin:5px auto;
	}
}
.home-news .w1440 {
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    background: url("../images/bg2.jpg") no-repeat center center;
    background-size: cover;
    position: relative;
	border-radius: 20px;
}
.home-news .news-pic .Ispic {
    display: block;
}
.home-news .news-v {
    padding: 30px 50px;
}
.home-news .news-v li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.home-news .news-v li {
    padding: 20px 0;
    display: block !important;
}
.home-news .news-v li a {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.home-news .news-v li a>* {
    display: table-cell;
    vertical-align: middle;
}
.home-news .news-v li time {
    width: 75px;
    text-align: center;
    border: solid 2px rgba(0, 0, 0, 0.05);
    font-size: 40px;
    ;
    line-height: 1;
    font-family: 'pht-r';
}
.home-news .news-v li time span {
    display: block;
    font-size: 14px;
}
.home-news .news-v li .txt {
    padding-left: 20px;
}
.home-news .news-v li aside {
    font-size: 22px;
}
.home-news .news-v li p {
    font-size: 16px;
    margin: 5px 0 0 0;
}
.home-news .news-v li a:not(:hover) p {
    color: #666;
}
.ass-media .boxPic {
	text-align: center;
	background-color: #fff;
	margin:5px auto;
	padding:5px auto;
}
@media(max-width:1440px) {
    .home-news .w1440 {
        width: auto;
        max-width: 1440px;
        margin: 0 2%;
    }
}
@media(min-width:1025px) {
    .home-news .news-pic {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .home-news .news-pic,
    .home-news .news-v {
        width: 50%;
    }
    .home-news .news-v {
        float: right;
    }
    .home-news .news-pic .Ispic {
        height: 100%;
    }
    .home-news .news-v li a {
        min-height: 86px;
    }
}
@media(max-width:1024px) {
    .home-news .news-pic .Ispic {
        padding-bottom: 61.389%;
    }
    .home-news .news-v {
        padding: 5vw;
    }
}
@media(max-width:640px) {
    .home-news .news-v li {
        padding: 10px 0;
    }
    .home-news .news-v li aside {
        font-size: 5vw;
    }
    .home-news .news-v li p {
        font-size: 4vw;
    }
    .home-news .news-v li time {
        font-size: 8vw;
        padding: 0.5em 0;
    }
}
.home-more {
    text-align: center;
    padding: 3.65vw 0 0 0;
}
.home-more a {
    display: inline-block;
    color: #3357a3;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 100px;
    transition: 0.3s;
}
.home-more a:after {
    display: inline-block;
    content: '';
    width: 31px;
    height: 12px;
    background: url("../images/more.png") no-repeat right center;
}
.home-more a:hover {
    background-color: #3357a3;
    color: #fff;
}
.home-more a:hover:after {
    background-image: url("../images/more-white.png");
}
@media(min-width:1025px) {
    .home-more {
        margin-top: -10px;
    }
}
@media(max-width:1024px) {
    .home-more {
        padding: 6vw 0 0 0;
    }
}
.home-bottom {
    /*background: url("../images/conbg.jpg") no-repeat center bottom;*/
    padding-bottom: 4.25vw;
}
.home-video .left li {
    width: 50%;
    float: left;
    position: relative;
    overflow: hidden;
}
.home-video .left li a {
    color: #fff;
}
.home-video .left li .txt,
.home-video .left li .icon {
    position: absolute;
    z-index: 10;
}
.home-video .left li .Ispic {
    padding-bottom: 66.667%;
    position: relative;
    transition: 0.3s;
}
.home-video .left li a:hover .Ispic {
    transform: scale(1.2);
}
.home-video .left li:nth-child(1) {
    float: right;
}
.home-video .left li:nth-child(1) .Ispic {
    padding-bottom: 133.334%;
}
.home-video .left li:nth-child(1):before,
.home-video .left li:nth-child(2):before {
    position: absolute;
    content: '';
    left: 0;
    background: #fff;
    z-index: 10;
}
.home-video .left li:nth-child(1):before {
    width: 1px;
    height: 100%;
    top: 0;
}
.home-video .left li:nth-child(2):before {
    width: 100%;
    height: 1px;
    bottom: 0;
}
.home-video .left li .txt {
    left: 1.51vw;
    right: 1.51vw;
    top: 1.61vw;
}
.home-video .left li .tit {
    font-size: 22px;
}
.home-video .left li .desc {
    font-size: 16px;
}
.home-video .left li .icon {
    background: url("../images/more-white.png") no-repeat;
    width: 20px;
    height: 12px;
    left: 1.51vw;
    bottom: 1.56vw;
}
@media(min-width:1025px) {
    .home-video .left,
    .home-video .right {
        width: 47.917%;
    }
    .home-video .left {
        float: left;
    }
    .home-video .right {
        float: right;
    }
    .home-video .home-title {
        margin-top: -10px;
        padding-top: 5.31vw;
        padding-bottom: 2.08vw;
        text-align: left;
    }
}
@media(max-width:640px) {
    .home-video .left li .tit {
        font-size: 4vw;
    }
    .home-video .left li .desc {
        font-size: 3.5vw;
    }
    .home-video .left li .txt {
        left: 2vw;
        right: 2vw;
        top: 2.3vw;
    }
    .home-video .left li .icon {
        left: 2vw;
        bottom: 2vw;
    }
}
.home-video {
    margin-bottom: 6.25vw;
}
.home-video .pic {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.home-video .files,
.home-video .play {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.home-video .files {
    display: none;
    background: #000;
}
.home-video .files video {
    width: 100%;
    height: 100%;
}
.home-video .play {
    cursor: pointer;
}
.home-video .play aside {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 24px;
    color: #fff;
    width: 100%;
    left: 0;
    line-height: 31px;
}
.home-video .play .icon {
    display: block;
    width: 91px;
    height: 91px;
    margin: 0 auto 24px;
    background: url("../images/play.png") no-repeat center center;
    background-size: contain;
}
.home-video .Ispic {
    padding-bottom: 66.667%;
    transition: 0.3s;
}
.home-video .pic:hover .Ispic {
    transform: scale(1.2);
}
@media(max-width:640px) {
    .home-video .play .icon {
        width: 15vw;
        height: 15vw;
        margin-bottom: 2vw;
    }
    .home-video .play aside {
        font-size: 5vw;
    }
}
.home-links {
    background: url("../images/bg3.jpg") no-repeat;
    background-size: cover;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
	margin-top: 80px;
    padding: 2.6vw;
	border-radius: 20px;
}
.home-links .box {
    table-layout: fixed;
    width: 100%;
    line-height: 22px;
}
.home-links .box:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.home-links .box .tit {
    font-size: 22px;
    color: #333;
    font-family: 'syht-m';
    font-weight: normal;
}
.home-links .box .more a {
    display: block;
    background: url("../images/more.png") no-repeat right center;
    color: #3357a3;
    font-size: 16px;
    text-align: right;
    padding-right: 30px;
    transition: 0.3s;
}
.home-links .box .more a:hover {
    padding-right: 24px;
}
.home-links .box li {
    float: left;
}
.home-links .box li a {
    font-size: 16px;
    padding-right: 20px;
    position: relative;
}
.home-links .box li:not(:last-child) a:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 14px;
    background-color: #cfd4da;
    right: 0;
    top: 50%;
    margin-top: -7px;
}
.home-links .box li:not(:last-child) {
    margin-right: 20px;
}
.home-links .box ol {
    float: left;
    width: 16.667%;
}
.home-links .box ol a {
    display: block;
    height: 60px;
    border-radius: 5px;
    background-size: 100% auto;
    background-color: #fff;
}
@media(min-width:1025px) {
    .home-links .box {
        display: table;
    }
    .home-links .box>* {
        display: table-cell;
        vertical-align: top;
    }
    .home-links .box .tit {
        width: 147px;
    }
    .home-links .box:not(:first-child) {
        padding-top: 1.6vw;
    }
    .home-links .box:not(:last-child) {
        padding-bottom: 1.6vw;
    }
    .home-links .box-pic {
        line-height: 60px;
    }
    .home-links .box .more {
        width: 80px;
    }
    .home-links .box ol {
        padding-right: 15px;
        padding-bottom: 15px;
    }
}
@media(max-width:1024px) {
    .home-links .box .tit {
        display: block;
        margin-bottom: 15px;
    }
    .home-links .box .more {
        text-align: right;
    }
    .home-links .box:not(:last-child) {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .home-links .box li {
        margin: 0px 20px;
    }
    .home-links .box ol {
        margin-bottom: 2%;
    }
    .home-links .box ol a {
        height: 9vw;
    }
}
@media(min-width:641px) and (max-width:1024px) {
    .home-links .box ol {
        width: 23.5%;
    }
    .home-links .box ol:not(:nth-child(4n)) {
        margin-right: 2%;
    }
}
@media(max-width:640px) {
    .home-links .box ol {
        width: 32%;
    }
    .home-links .box ol:not(:nth-child(3n)) {
        margin-right: 2%;
    }
    .home-links .box li a {
        font-size: 3vw;
        padding-right: 1.2em;
    }
}
.blath-bottom {
    background-color: #000;
	opacity: 0.8;
    padding-top: 3.59vw;
	border-radius: 20px;
}
.blath-bottom,
.blath-bottom a {
    color: #fff;
}
.blath-bottom .bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 0;
}
.blath-bottom .bottom,
.blath-bottom .bottom a {
    color: rgba(255, 255, 255, 0.5);
}
.blath-bottom .bottom a:hover {
    color: #fff;
}
.blath-bottom .bottom dt a:not(:last-child):after {
    display: inline-block;
    width: 1px;
    height: 13px;
    background: rgba(255, 255, 255, 0.5);
    margin: 0 12px;
    content: '';
    vertical-align: middle;
}
.blath-bottom .bottom dt {
    text-align: center;
}
.blath-bottom .bottom dd {
    text-align: center;
}
.blath-bottom .top {
    padding-bottom: 60px;
    font-size: 16px;
}
.blath-bottom .top dt {
    font-size: 20px;
    font-family: 'syht-b';
	font-weight: 800;
    margin-bottom: 15px;
}
.blath-bottom .top dt.second {
    margin-top: 25px;
}
.blath-bottom .top dd {
    line-height: 40px;
}
.blath-bottom .top dd a:hover {
    text-decoration: underline;
}
.blath-bottom .contact .phone {
    font-size: 34px;
    font-family: 'pht-b';
}
.blath-bottom .contact li {
    line-height: 34px;
}
.blath-bottom .code {
    max-width: 140px;
}
.blath-bottom .code img{
    max-width: 140px;
}
@media(min-width:1440px) {
    .blath-bottom .top dl {
        margin-right: 5%;
    }
}
@media(min-width:1025px) {
	/*
	.blath-bottom .bottom dt {
		float: left;
	}
	.blath-bottom .bottom dd {
		float: right;
	}
	*/
    .blath-bottom .top dl {
        float: left;
        max-width: 288px;
        margin-right: 2%;
    }
    .blath-bottom .top dl:last-child {
        margin-right: 0;
    }
}
@media(max-width:1024px) {
	.blath-bottom {
		border-radius: 10px;
	}
	.blath-bottom .code {
		max-width: 100%;
	}
	.blath-bottom .code img{
		max-width: 60%;
		margin:0 20%;
	}
    .blath-bottom .top dl {
        margin: 0 !important;
    }
    .blath-bottom .top dl:not(:last-child) {
        margin-bottom: 5vw !important;
    }
    .blath-bottom .top {
        padding: 8vw;
        font-size: 4vw;
    }
    .blath-bottom .top dt {
        font-size: 5vw;
    }
    .blath-bottom .contact li,
    .blath-bottom .top dd {
        line-height: 1.5;
    }
    .blath-bottom .contact .phone {
        font-size: 8vw;
    }
    .blath-bottom .top dt.second {
        margin-top: 3vw;
    }
}
.blath-bottom .Rblathgo .itme {
    background-color: #f69b09;
	border-radius: 5%;
}
@media(max-width:640px) {
    .blath-bottom .Rblathgo .blathTop .wenz,
    .blath-bottom .Rblathgo .itme .wenz {
        display: none;
    }
    .blath-bottom .Rblathgo .icon {
        margin-bottom: 0;
    }
    .blath-bottom .Rblathgo {
        width: 45px;
        bottom: 22%;
    }
}


#slide1, #slide2, #slide3 {
    width: 100%;
	max-width: 1440px;
    margin: 30px auto;
	padding: 0 50px;
}
#slide1  .owl-nav, #slide2  .owl-nav, #slide3  .owl-nav {
  display:block !important;
  }
#slide1 .owl-prev, #slide2 .owl-prev, #slide3 .owl-prev{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25px;
    background: none;
    border: none;
    font-size: 50px !important;
    line-height: 50px !important;
    cursor: pointer;
}
#slide1 .owl-next, #slide2 .owl-next, #slide3 .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -25px;
    background: none;
    border: none;
    font-size: 50px !important;
    line-height: 50px !important;
    cursor: pointer;
}

.Left-float {
  position: fixed;
  z-index: 300;
  left: 0px;
  bottom: 30px;
  width: 150px;
  padding: 5px 10px;
  color: #fff;
  background: #0b8942;
  opacity:0.8;
}
.Left-float h4 {
  width: 72px;
  padding: 0px 4px;
  border: 1px solid #fff;
  border-radius: 4px; 
  font-size: 15px !important;
  line-height: 16px;
}
.Left-float p {
  padding: 0px 4px;
  border: 0px solid #fff;
  border-radius: 4px; 
  font-size: 14px !important;
  line-height: 15px;
  font-weight: 400;
  cursor: pointer;
}
.Left-float p:hover{
  color: #fff;
  font-size: 15px !important;
  font-weight: 900;
}

@media(max-width:640px) {
.Left-float {
  display:none;
}
}

.Right-join {
  position: fixed;
  z-index: 300;
  right: 0px;
  bottom: 30px;
  width: 160px;
  opacity:0.8;
}
.Right-join-con {
  width: 160px;
  height: 379px;
  top: 80px;
  background: url("../images/l-join-bg.png") no-repeat center;
}
.Right-join-con span {
  width: 100%;
  display: block;
  border-radius: 4px;
  height: auto;
  font-size: 16px;
  color: #fff;
  margin-top: 6px;
  text-align: center;
}
.Right-join-con span img {
  display: block;
}
.Right-join-con span a {
  color: #fff;
  display: block;
}
.Right-join-con-img {
  width: 100%;
  height: 54px;
  /*background-image: linear-gradient(to right, #278e75, #278e75);*/
  margin-bottom: 10px;
  color: #fff;
  line-height: 50px;
  text-align: center;
}
.Right-join-con-a1 {
  /*background: #fff;*/
  text-align: center;
  line-height: 42px;
  height: 45px;
  border-radius: 4px;
  font-size: 16px;
  transition: 200ms;
  margin-top: 8px;
  transition: 0.3s;
}
.Right-join-con-a1 a {
  display: block;
  color: #0b8841;
}
.Right-join-con-a1:hover {
  background: #0b8841;
  border: 1px solid #0b8841;
}
.Right-join-con-a1:hover a {
  color: #fff;
}
.Right-join-con-a2 {
  margin-top: 10px;
  /*background-image: linear-gradient(to right, #278e75, #278e75);*/
  text-align: center;
  line-height: 42px;
  height: 45px;
  border-radius: 4px;
  font-size: 16px;
  transition: 200ms;
}
.Right-join-con-a2 a {
  display: block;
  color: #fff;
}
.Right-join-con-a2:hover {
  background: #0b8841;
  border: 1px solid #0b8841;
}
.Right-join-con-a2:hover a {
  color: #fff;
}
.Right-join-con-tit {
  color: #fff;
  font-size: 28px;
  font-style: initial;
  vertical-align: sub;
}
.Right-join-con-s {
  width: 100%;
  height: 40px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  /*background-image: linear-gradient(to right, #278e75, #278e75);*/
  cursor: pointer;
  transform: 200ms;
}
.Right-join-shrinkage {
  width: 100%;
  padding: 0px 10px;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  /*background-image: linear-gradient(to right, #278e75, #278e75);*/
}

@media(max-width:640px) {
.Right-join {
  display:none;
}
}