﻿﻿@font-face {
    font-family: "microsoft yahei";
    /*src: url("../fonts/icomoon.eot");*/
    /*src: url("../fonts/icomoon.eot") format("embedded-opentype"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.svg") format("svg");*/
    font-weight: normal;
    font-style: normal;
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* =======================================================
*
* 	Template Style
*
* ======================================================= */
body {
    font-family: "microsoft yahei", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    color: #828282;
    background: #fff;
    cursor: pointer;
    min-width: 1200px;
}

#page {
    position: relative;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.offcanvas #page {
    overflow: hidden;
    position: absolute;
}

.offcanvas #page:after {
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    background: rgba(0, 0, 0, 0.7);
    content: "";
}

a {
    color: #EA9215;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover, a:active, a:focus {
    color: #EA9215;
    outline: none;
    text-decoration: none;
}

p {
    margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
    color: #000;
    font-family: "Work Sans", Arial, sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
}

::-webkit-selection {
    color: #fff;
    background: #EA9215;
}

::-moz-selection {
    color: #fff;
    background: #EA9215;
}

::selection {
    color: #fff;
    background: #EA9215;
}

.copyrights {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.fh5co-nav {
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    padding: 0;
    z-index: 1001;
}

.fh5co-nav .top-menu {
    padding: 28px 0;
}

.fh5co-nav .top {
    padding: 7px 0;
    margin-bottom: 0;
}

.fh5co-nav .top .num, .fh5co-nav .top .fh5co-social {
    display: inline-block;
    margin: 0;
}

.fh5co-nav .top .num {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    padding-right: 10px;
    margin-right: 5px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    letter-spacing: 0px;
}

.fh5co-nav .top .fh5co-social li {
    font-size: 14px;
}

.fh5co-nav .top .fh5co-social li a {
    padding: 0 7px;
}

.fh5co-nav .top .fh5co-social li a i {
    font-size: 14px;
}

.fh5co-nav #fh5co-logo {
    font-size: 24px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-weight: 700;
    font-family: "Work Sans", Arial, sans-serif;
}

.fh5co-nav #fh5co-logo a span {
    color: #EA9215;
}

.fh5co-nav #fh5co-logo img {
    width: 350px;
}

.fh5co-nav a {
    padding: 5px 10px;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .fh5co-nav .menu-1 {
        display: none;
    }
}

.fh5co-nav ul {
    padding: 0;
    margin: 5px 0 0 0;
}

.fh5co-nav ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline;
}

.fh5co-nav ul li a {
    font-size: 15px;
    padding: 30px 15px;
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.fh5co-nav ul li a:hover, .fh5co-nav ul li a:focus, .fh5co-nav ul li a:active {
    color: white;
}

.fh5co-nav ul li.has-dropdown {
    position: relative;
}

.fh5co-nav ul li.has-dropdown .dropdown {
    width: 140px;
    -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    z-index: 1002;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 40px;
    left: 0;
    text-align: left;
    background: #000;
    padding: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

.fh5co-nav ul li.has-dropdown .dropdown:before {
    bottom: 100%;
    left: 40px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #000;
    border-width: 8px;
    margin-left: -8px;
}

.fh5co-nav ul li.has-dropdown .dropdown li {
    display: block;
    margin-bottom: 7px;
}

.fh5co-nav ul li.has-dropdown .dropdown li:last-child {
    margin-bottom: 0;
}

.fh5co-nav ul li.has-dropdown .dropdown li a {
    padding: 2px 0;
    display: block;
    color: #999999;
    line-height: 1.2;
    text-transform: none;
    font-size: 13px;
    letter-spacing: 0;
}

.fh5co-nav ul li.has-dropdown .dropdown li a:hover {
    color: #fff;
}

.fh5co-nav ul li.has-dropdown:hover a, .fh5co-nav ul li.has-dropdown:focus a {
    color: #fff;
}

.fh5co-nav ul li.btn-cta a {
    padding: 30px 0px !important;
    color: #fff;
}

.fh5co-nav ul li.btn-cta a span {
    background: rgba(255, 255, 255, 0.2);
    padding: 4px 10px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
}

.fh5co-nav ul li.btn-cta a:hover span {
    -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}

.fh5co-nav ul li.active > a {
    color: #fff !important;
}

#fh5co-header,
#fh5co-counter,
.fh5co-bg {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    background: url(../images/1_01.jpg) no-repeat;
}

.fh5co-bg {
    background-size: cover;
    background-position: center center;
    position: relative;
    width: 100%;
    float: left;
}

.fh5co-video {
    overflow: hidden;
}

@media screen and (max-width: 992px) {
    .fh5co-video {
        height: 450px;
    }
}

.fh5co-video a {
    z-index: 1001;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
    width: 90px;
    height: 90px;
    display: table;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.fh5co-video a i {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-size: 40px;
}

.fh5co-video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.fh5co-video:hover .overlay {
    background: rgba(0, 0, 0, 0.7);
}

.fh5co-video:hover a {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.fh5co-cover {
    height: 350px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    width: 100%;
}

.fh5co-cover .overlay {
    z-index: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
}

.fh5co-cover > .fh5co-container {
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 768px) {
    .fh5co-cover {
        height: 600px;
    }
}

.fh5co-cover .display-t,
.fh5co-cover .display-tc {
    z-index: 9;
    height: 350px;
    display: table;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .fh5co-cover .display-t,
    .fh5co-cover .display-tc {
        height: 600px;
    }
}

.fh5co-cover.fh5co-cover-sm {
    height: 600px;
}

@media screen and (max-width: 768px) {
    .fh5co-cover.fh5co-cover-sm {
        height: 400px;
    }
}

.fh5co-cover.fh5co-cover-sm .display-t,
.fh5co-cover.fh5co-cover-sm .display-tc {
    height: 600px;
    display: table;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .fh5co-cover.fh5co-cover-sm .display-t,
    .fh5co-cover.fh5co-cover-sm .display-tc {
        height: 400px;
    }
}

#fh5co-header .display-tc,
#fh5co-counter .display-tc,
.fh5co-cover .display-tc {
    display: table-cell !important;
    vertical-align: middle;
}

#fh5co-header .display-tc h1, #fh5co-header .display-tc h2,
#fh5co-counter .display-tc h1,
#fh5co-counter .display-tc h2,
.fh5co-cover .display-tc h1,
.fh5co-cover .display-tc h2 {
    margin: 0;
    padding: 0;
    color: white;

}

#fh5co-header .display-tc h1,
#fh5co-counter .display-tc h1,
.fh5co-cover .display-tc h1 {
    margin-bottom: 20px;
    margin-top: -100px;
    font-size: 54px;
    line-height: 1.3;
    font-weight: 300;
}

@media screen and (max-width: 768px) {
    #fh5co-header .display-tc h1,
    #fh5co-counter .display-tc h1,
    .fh5co-cover .display-tc h1 {
        font-size: 30px;
    }
}

#fh5co-header .display-tc h2,
#fh5co-counter .display-tc h2,
.fh5co-cover .display-tc h2 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 30px;
}

#fh5co-header .display-tc .btn,
#fh5co-counter .display-tc .btn,
.fh5co-cover .display-tc .btn {
    padding: 15px 30px;
    color: #fff;
    border: none !important;
    font-size: 18px;
}

#fh5co-header .display-tc .btn.btn-video,
#fh5co-counter .display-tc .btn.btn-video,
.fh5co-cover .display-tc .btn.btn-video {
    background: rgba(9, 198, 171, 0.8);
    border: none;
}

#fh5co-header .display-tc .btn.btn-video:hover, #fh5co-header .display-tc .btn.btn-video:focus,
#fh5co-counter .display-tc .btn.btn-video:hover,
#fh5co-counter .display-tc .btn.btn-video:focus,
.fh5co-cover .display-tc .btn.btn-video:hover,
.fh5co-cover .display-tc .btn.btn-video:focus {
    background: rgba(9, 198, 171, 0.9) !important;
    color: #fff !important;
}

#fh5co-header .display-tc .btn:hover, #fh5co-header .display-tc .btn:focus,
#fh5co-counter .display-tc .btn:hover,
#fh5co-counter .display-tc .btn:focus,
.fh5co-cover .display-tc .btn:hover,
.fh5co-cover .display-tc .btn:focus {
    color: #fff !important;
}

#fh5co-header .display-tc .btn.btn-learn,
#fh5co-counter .display-tc .btn.btn-learn,
.fh5co-cover .display-tc .btn.btn-learn {
    background: rgba(234, 146, 21, 0.8);
    border: none;
}

#fh5co-header .display-tc .btn.btn-learn:hover, #fh5co-header .display-tc .btn.btn-learn:focus,
#fh5co-counter .display-tc .btn.btn-learn:hover,
#fh5co-counter .display-tc .btn.btn-learn:focus,
.fh5co-cover .display-tc .btn.btn-learn:hover,
.fh5co-cover .display-tc .btn.btn-learn:focus {
    background: rgba(234, 146, 21, 0.9) !important;
    color: #fff !important;
}

#fh5co-header .display-tc .btn:hover,
#fh5co-counter .display-tc .btn:hover,
.fh5co-cover .display-tc .btn:hover {
    background: #EA9215 !important;
    -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
    -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}

#fh5co-header .display-tc .form-inline .form-group,
#fh5co-counter .display-tc .form-inline .form-group,
.fh5co-cover .display-tc .form-inline .form-group {
    width: 100% !important;
    margin-bottom: 10px;
}

#fh5co-header .display-tc .form-inline .form-group .form-control,
#fh5co-counter .display-tc .form-inline .form-group .form-control,
.fh5co-cover .display-tc .form-inline .form-group .form-control {
    width: 100%;
    background: #fff;
    border: none;
}

.fh5co-bg-section {
    background: rgba(0, 0, 0, 0.05);
}

#fh5co-explore,
#fh5co-pricing,
#fh5co-testimonial,
#fh5co-started,
#fh5co-project,
#fh5co-blog,
#fh5co-contact,
#fh5co-footer {
    padding: 4em 0;
    clear: both;
}

@media screen and (max-width: 768px) {
    #fh5co-explore,
    #fh5co-pricing,
    #fh5co-testimonial,
    #fh5co-started,
    #fh5co-project,
    #fh5co-blog,
    #fh5co-contact,
    #fh5co-footer {
        padding: 3em 0;
    }
}

#fh5co-counter {
    padding: 3em 0;
    clear: both;
}

#fh5co-steps {
    clear: both;
    padding-bottom: 7em;
}

.fh5co-counters {
    padding: 3em 0;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.fh5co-counters .counter-wrap {
    border: 1px solid red !important;
}

.fh5co-counters .fh5co-counter {
    font-size: 44px;
    display: block;
    color: rgba(0, 0, 0, 0.7);
    font-family: "Work Sans", Arial, sans-serif;
    width: 100%;
    font-weight: 400;
    margin-bottom: .3em;
}

.fh5co-counters .fh5co-counter-label {
    color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 5px;
    margin-bottom: 2em;
    display: block;
}

#fh5co-explore .fh5co-explore1 {
    margin-bottom: 7em;
}

.mt {
    margin-top: 70px;
}

.mt h4 {
    position: relative;
    padding-left: 40px;
    font-size: 20px;
}

.mt h4 i {
    position: absolute;
    left: 0;
    top: 0;
    color: #EA9215;
}

.mt > div {
    margin-bottom: 40px;
}

.mt .list-nav {
    margin: 50px 0 30px 0;
    padding: 0;
}

.mt .list-nav li {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    padding-left: 30px;
    margin-bottom: 10px;
    position: relative;
}

.mt .list-nav li i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    color: #EA9215;
}

.fh5co-social-icons {
    margin: 0;
    padding: 0;
}

.fh5co-social-icons li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.fh5co-social-icons li a {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    color: #EA9215;
    padding-left: 10px;
    padding-right: 10px;
}

.fh5co-social-icons li a i {
    font-size: 20px;
}

.fh5co-contact-info ul {
    padding: 0;
    margin: 0;
}

.fh5co-contact-info ul li {
    padding: 0 0 0 40px;
    margin: 0 0 30px 0;
    list-style: none;
    position: relative;
}

.fh5co-contact-info ul li:before {
    color: #EA9215;
    position: absolute;
    left: 0;
    top: .05em;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fh5co-contact-info ul li.address:before {
    font-size: 30px;
    content: "\e9d1";
}

.fh5co-contact-info ul li.phone:before {
    font-size: 23px;
    content: "\e9f4";
}

.fh5co-contact-info ul li.email:before {
    font-size: 23px;
    content: "\e9da";
}

.fh5co-contact-info ul li.url:before {
    font-size: 23px;
    content: "\e9af";
}

.proj-bottom {
    padding-bottom: 4em;
}

.fh5co-project {
    margin-bottom: 30px;
}

.fh5co-project > a {
    display: block;
    color: #000;
    position: relative;
    bottom: 0;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.fh5co-project > a img {
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.fh5co-project > a:after {
    opacity: 0;
    visibility: hidden;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
    -o-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
    z-index: 8;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.fh5co-project > a h3, .fh5co-project > a span {
    z-index: 12;
    position: absolute;
    /*  right: 20px;*/
    left: 20px;
    bottom: 80px;
    color: #fff;
    margin: 0;
    padding: 0;
    opacity: 1;
    font-size: 30px;
    font-weight: 300;
    visibility: visible;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.fh5co-project > a span {
    font-size: 14px;
    bottom: 20px;
}

.fh5co-project > a:hover {
    -webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}

.fh5co-project > a:hover:after {
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 768px) {
    .fh5co-project > a:hover:after {
        opacity: 0;
        visibility: hidden;
    }
}

.fh5co-project > a:hover h3, .fh5co-project > a:hover span {
    opacity: 1;
    bottom: 55px;
}

.fh5co-project > a:hover span {
    bottom: 15px;
}

.fh5co-project > a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

@media screen and (max-width: 768px) {
    .fh5co-project > a:hover img {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.features {
    margin-bottom: 3em;
    width: 100%;
    float: left;
}

.fh5co-heading {
    margin-bottom: 2em;
}

.fh5co-heading.fh5co-heading-sm {
    margin-bottom: 2em;
}

.fh5co-heading h2 {
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 1.5;
    color: #000;
}

.fh5co-heading p {
    font-size: 18px;
    line-height: 1.5;
    color: #828282;
}

.fh5co-heading span {
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
}

#fh5co-testimonial {
    background: #efefef;
}

#fh5co-testimonial .testimony-slide {
    text-align: center;
}

#fh5co-testimonial .testimony-slide span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    display: block;
}

#fh5co-testimonial .testimony-slide figure {
    margin-bottom: 10px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

#fh5co-testimonial .testimony-slide figure img {
    width: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

#fh5co-testimonial .testimony-slide blockquote {
    border: none;
    margin: 30px auto;
    width: 70%;
    position: relative;
    padding: 0;
}

@media screen and (max-width: 992px) {
    #fh5co-testimonial .testimony-slide blockquote {
        width: 100%;
    }
}

#fh5co-testimonial .arrow-thumb {
    position: absolute;
    top: 40%;
    display: block;
    width: 100%;
}

#fh5co-testimonial .arrow-thumb a {
    font-size: 32px;
    color: #dadada;
}

#fh5co-testimonial .arrow-thumb a:hover, #fh5co-testimonial .arrow-thumb a:focus, #fh5co-testimonial .arrow-thumb a:active {
    text-decoration: none;
}

.bs-wizard {
    margin-top: 40px;
}

/*Form Wizard*/
.bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 10px 0;
}

.bs-wizard > .bs-wizard-step {
    padding: 0;
    position: relative;
}

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
    font-size: 16px;
    margin-bottom: 10px;
}

.bs-wizard > .bs-wizard-step .bs-wizard-info {
    color: #999;
    font-size: 14px;
    padding: 20px;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #fbe8aa;
    top: 45px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: #fbbd19;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.bs-wizard > .bs-wizard-step > .progress {
    position: relative;
    border-radius: 0px;
    height: 8px;
    box-shadow: none;
    margin: 22px 0;
}

.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
    width: 0px;
    box-shadow: none;
    background: #fbe8aa;
}

.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
    width: 100%;
}

.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
    width: 50%;
}

.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
    width: 0%;
}

.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
    width: 100%;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
    background-color: #f5f5f5;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
    opacity: 0;
}

.bs-wizard > .bs-wizard-step:first-child > .progress {
    left: 50%;
    width: 50%;
}

.bs-wizard > .bs-wizard-step:last-child > .progress {
    width: 50%;
}

.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
    pointer-events: none;
}

#fh5co-started {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    width: 100%;
}

#fh5co-started .overlay {
    z-index: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: url("../images/1_06.jpg");
}

#fh5co-started .fh5co-heading h2 {
    color: #000;
    margin-bottom: 20px !important;
}

#fh5co-started .fh5co-heading p {
    color: rgba(255, 255, 255, 0.5);
}

#fh5co-started .form-control {
    background: rgba(255, 255, 255, 0.2);
    border: none !important;
    color: #fff;
    font-size: 16px !important;
    width: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#fh5co-started .form-control::-webkit-input-placeholder {
    color: #fff;
}

#fh5co-started .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

#fh5co-started .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

#fh5co-started .form-control:-ms-input-placeholder {
    color: #fff;
}

#fh5co-started .form-control:focus {
    background: rgba(255, 255, 255, 0.3);
}

#fh5co-started .btn {
    height: 54px;
    border: none !important;

    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    padding-left: 50px;
    padding-right: 50px;
}

#fh5co-started .form-inline .form-group {
    width: 100% !important;
    margin-bottom: 10px;
}

#fh5co-started .form-inline .form-group .form-control {
    width: 100%;
}

.fh5co-blog {
    margin-bottom: 60px;
}

.fh5co-blog > a {
    display: block;
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.fh5co-blog > a img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .fh5co-blog {
        width: 100%;
    }
}

.fh5co-blog .blog-text {
    margin-bottom: 30px;
    position: relative;
    background: #fff;
    width: 100%;
    padding: 30px;
    float: left;
    -webkit-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
}

.fh5co-blog .blog-text span {
    display: inline-block;
    margin-bottom: 20px;
}

.fh5co-blog .blog-text span.comment {
    float: right;
}

.fh5co-blog .blog-text span.comment a {
    color: rgba(0, 0, 0, 0.3);
}

.fh5co-blog .blog-text span.comment a i {
    color: #EA9215;
    padding-left: 7px;
}

.fh5co-blog .blog-text h3 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.fh5co-blog .blog-text h3 a {
    color: black;
}

.pricing {
    display: block;
    float: left;
    margin-bottom: 30px;
    width: 100%;
}

.price-box {
    width: 100%;
    text-align: center;
    padding: 30px;
    background: rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 40px;
    position: relative;
}

.price-box.popular .btn-select-plan {
    background: #EA9215;
}

.price-box.popular .price {
    color: #EA9215;
}

.price-box .btn-select-plan {
    padding: 10px 20px;
    background: #09C6AB;
    color: #fff;
}

.price-box .classes {
    padding: 0;
}

.price-box .classes li {
    display: block;
    width: 100%;
    list-style: none;
    margin: 0;
    font-size: 16px;
    padding: 8px 10px;
}

.price-box .classes li.color {
    background: rgba(0, 0, 0, 0.04);
}

.pricing-plan {
    margin: 0 0 50px 0;
    padding: 0;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    color: #888f94;
}

.pricing-plan.pricing-plan-offer {
    margin-bottom: 24px;
}

.pricing-plan span {
    display: block;
    margin-top: 10px;
    margin-bottom: 0;
    color: #d5d8db;
}

.price {
    font-size: 40px;
    color: #000;
    line-height: 50px;
}

.price .currency {
    font-size: 30px;
    top: -0.9em;
    padding-right: 10px;
}

.price small {
    font-size: 13px;
    display: block;
    text-transform: uppercase;
    color: #888f94;
}

#fh5co-footer {
    background: #efefef;
    height: 100%;
}

#fh5co-footer .fh5co-footer-links {
    padding: 0;
    margin: 0;
}

#fh5co-footer .fh5co-footer-links li {
    padding: 0;
    margin: 0;
    list-style: none;
}

#fh5co-footer .fh5co-footer-links li a {
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
}

#fh5co-footer .fh5co-footer-links li a:hover {
    text-decoration: underline;
}

#fh5co-footer .fh5co-widget {
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    #fh5co-footer .fh5co-widget {
        text-align: left;
    }
}

#fh5co-footer .fh5co-widget h3 {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#fh5co-footer .copyright .block {
    display: block;
}

#map {
    width: 100%;
    height: 500px;
    position: relative;
}

@media screen and (max-width: 768px) {
    #map {
        height: 200px;
    }
}

#fh5co-offcanvas {
    position: absolute;
    z-index: 1901;
    width: 270px;
    background: black;
    top: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 75px 40px 40px 40px;
    overflow-y: auto;
    display: none;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (max-width: 768px) {
    #fh5co-offcanvas {
        display: block;
    }
}

.offcanvas #fh5co-offcanvas {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

#fh5co-offcanvas a {
    color: rgba(255, 255, 255, 0.5);
}

#fh5co-offcanvas a:hover {
    color: rgba(255, 255, 255, 0.8);
}

#fh5co-offcanvas ul {
    padding: 0;
    margin: 0;
}

#fh5co-offcanvas ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}

#fh5co-offcanvas ul li > ul {
    padding-left: 20px;
    display: none;
}

#fh5co-offcanvas ul li.offcanvas-has-dropdown > a {
    display: block;
    position: relative;
}

#fh5co-offcanvas ul li.offcanvas-has-dropdown > a:after {
    position: absolute;
    right: 0px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e921";
    font-size: 20px;
    color: rgba(255, 255, 255, 0.2);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#fh5co-offcanvas ul li.offcanvas-has-dropdown.active a:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.uppercase {
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.gototop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.gototop.active {
    opacity: 1;
    visibility: visible;
}

.gototop a {
    width: 50px;
    height: 50px;
    display: table;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.gototop a i {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
}

.gototop a:hover, .gototop a:active, .gototop a:focus {
    text-decoration: none;
    outline: none;
}

.fh5co-nav-toggle {
    width: 25px;
    height: 25px;
    cursor: pointer;
    text-decoration: none;
}

.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
    background: #444;
}

.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}

.fh5co-nav-toggle i {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 2px;
    color: #252525;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #252525;
    transition: all .2s ease-out;
}

.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
    content: '';
    width: 25px;
    height: 2px;
    background: #252525;
    position: absolute;
    left: 0;
    transition: all .2s ease-out;
}

.fh5co-nav-toggle.fh5co-nav-white > i {
    color: #fff;
    background: #fff;
}

.fh5co-nav-toggle.fh5co-nav-white > i::before, .fh5co-nav-toggle.fh5co-nav-white > i::after {
    background: #fff;
}

.fh5co-nav-toggle i::before {
    top: -7px;
}

.fh5co-nav-toggle i::after {
    bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
    top: -10px;
}

.fh5co-nav-toggle:hover i::after {
    bottom: -10px;
}

.fh5co-nav-toggle.active i {
    background: transparent;
}

.fh5co-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
    position: absolute;
    right: 0px;
    top: 65px;
    z-index: 21;
    padding: 6px 0 0 0;
    display: block;
    margin: 0 auto;
    display: none;
    height: 44px;
    width: 44px;
    z-index: 2001;
    border-bottom: none !important;
}

@media screen and (max-width: 768px) {
    .fh5co-nav-toggle {
        display: block;
    }
}

.btn {
    margin-right: 4px;
    margin-bottom: 4px;
    font-family: "Work Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 8px 20px;
}

.btn.btn-md {
    padding: 8px 20px !important;
}

.btn.btn-lg {
    padding: 18px 36px !important;
}

.btn:hover, .btn:active, .btn:focus {
    box-shadow: none !important;
    outline: none !important;
}

.btn-primary {
    background: #EA9215;
    color: #fff;
    border: 2px solid #EA9215;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #ec9d2c !important;
    border-color: #ec9d2c !important;
}

.btn-primary.btn-outline {
    background: transparent;
    color: #EA9215;
    border: 2px solid #EA9215;
}

.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
    background: #EA9215;
    color: #fff;
}

.btn-success {
    background: #5cb85c;
    color: #fff;
    border: 2px solid #5cb85c;
}

.btn-success:hover, .btn-success:focus, .btn-success:active {
    background: #4cae4c !important;
    border-color: #4cae4c !important;
}

.btn-success.btn-outline {
    background: transparent;
    color: #5cb85c;
    border: 2px solid #5cb85c;
}

.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
    background: #5cb85c;
    color: #fff;
}

.btn-info {
    background: #5bc0de;
    color: #fff;
    border: 2px solid #5bc0de;
}

.btn-info:hover, .btn-info:focus, .btn-info:active {
    background: #46b8da !important;
    border-color: #46b8da !important;
}

.btn-info.btn-outline {
    background: transparent;
    color: #5bc0de;
    border: 2px solid #5bc0de;
}

.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
    background: #5bc0de;
    color: #fff;
}

.btn-warning {
    background: #f0ad4e;
    color: #fff;
    border: 2px solid #f0ad4e;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    background: #eea236 !important;
    border-color: #eea236 !important;
}

.btn-warning.btn-outline {
    background: transparent;
    color: #f0ad4e;
    border: 2px solid #f0ad4e;
}

.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
    background: #f0ad4e;
    color: #fff;
}

.btn-danger {
    background: #d9534f;
    color: #fff;
    border: 2px solid #d9534f;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    background: #d43f3a !important;
    border-color: #d43f3a !important;
}

.btn-danger.btn-outline {
    background: transparent;
    color: #d9534f;
    border: 2px solid #d9534f;
}

.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
    background: #d9534f;
    color: #fff;
}

.btn-outline {
    background: none;
    border: 2px solid gray;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    box-shadow: none;
}

.btn.with-arrow {
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn.with-arrow i {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.btn.with-arrow:hover {
    padding-right: 50px;
}

.btn.with-arrow:hover i {
    color: #fff;
    right: 18px;
    visibility: visible;
    opacity: 1;
}

.form-control {
    box-shadow: none;
    background: transparent;
    border: 2px solid rgba(0, 0, 0, 0.1);
    height: 54px;
    font-size: 18px;
    font-weight: 300;
}

.form-control:active, .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #EA9215;
}

.row-pb-md {
    padding-bottom: 2em !important;
}

.row-pb-sm {
    padding-bottom: 2em !important;
}

.fh5co-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
    opacity: 0;
}

.p7-1 {
    background: #fff;
    text-align: center;
}

.p7-1-1 {
    background: #e89e0e;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    padding: 14px 0;
}

.p7-1-2 {
    font-size: 20px;
    color: #2e2e2e;
    padding: 14px 0;
    border-bottom: 1px solid #d4d4d4;
}

.p2-1 {
    margin-top: 40px;
}

.p2-1-1 {
    width: 100%;
    height: 80px;
    margin-bottom: 10px;
    background: url("../images/4_01.png") no-repeat center center;
    background-size: contain;
}

.p2-2-3 {
    background: url("../images/4_02.png") no-repeat center center;
    background-size: contain;
}

.p2-2-4 {
    background: url("../images/4_03.png") no-repeat center center;
    background-size: contain;
}

.p2-2-5 {
    background: url("../images/4_04.png") no-repeat center center;
    background-size: contain;
}

.p2-2-6 {
    background: url("../images/4_05.png") no-repeat center center;
    background-size: contain;
}

.p2-2-7 {
    background: url("../images/4_06.png") no-repeat center center;
    background-size: contain;
}

.p2-2-8 {
    background: url("../images/4_07.png") no-repeat center center;
    background-size: contain;
}

.p2-2-9 {
    background: url("../images/4_08.png") no-repeat center center;
    background-size: contain;
}

.p2-1-2 {
    text-align: center;
    font-size: 24px;
    color: #3a3a3a;
}

.p1-1 {
    font-size: 30px;
    color: #e49701;
    margin-bottom: 120px;
}

/*.p3-1{
  background:url("../images/5_07.png")no-repeat center center;
  background-size:cover;
}*/
.p3-2-1 {
    font-size: 30px;
    font-weight: bold;
    color: #000;
}

.p3-2 ul {
    padding: 0;
}

.p3-2 ul li {
    list-style: none;
}

.p3-ul li {
    font-size: 18px;
    color: #282828;
    margin-top: 12px;
    line-height: 18px;
    text-align: left;
}

.p3-ul li span {
    display: inline-block;
    font-size: 12px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    background: #dba329;
    margin-right: 12px;
}

.p3-ul li:hover {
    text-decoration: underline;
}

.p4-1-1 {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.p4-1s {
    width: 30%;
    height: 80px;
    background: url("../images/5_01.png") no-repeat center center;
    background-size: contain;
    float: left;
}

.p4-3s {
    background: url("../images/5_02.png") no-repeat center center;
    background-size: contain;
}

.p4-4s {
    background: url("../images/5_03.png") no-repeat center center;
    background-size: contain;
}

.p4-5s {
    background: url("../images/5_04.png") no-repeat center center;
    background-size: contain;
}

.p4-2s {
    width: 70%;
    font-size: 20px;
    color: #000;
    line-height: 1.5;
    float: left;
}

.p4-1-2 {
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #EA9215;
    font-size: 24px;
    color: #fff;
    border-radius: 30px;
}

/*底部*/
.login_panel {
    width: 100%;
    height: 65px;
    background: url("../images/float_bottom_bg.png" /*tpa=http://gz.sunnycareer.com/wap/zk/images/float_bottom_bg.png*/) 0 0 repeat-x;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    z-index: 2000000000;
}

.login_panel .panel_center {
    margin: 10px auto;
    width: 400px;
    height: 45px;
    overflow: hidden;
}

.login_panel .panel_center p {
    float: left;
    line-height: 45px;
    margin-top: 6px;
}

.login_panel .panel_center .tips {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    width: 320px;
    text-align: center;
    line-height: 40px;
    font-family: "Microsoft Yahei";
    font-weight: normal;
    float: left;
}

.login_panel .panel_center .askfor {
    background: #58ace5;
    display: block;
    padding: 5px 10px;
    width: 97px;
    height: 28px;
    line-height: 18px;
    margin-left: 13px;
    margin-top: 5px;
    font-family: "Microsoft Yahei";
    font-weight: normal;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    float: left;
}

.login_panel .panel_center .askfor:hover {
    text-decoration: none;
    background: #60befc;
}

.login_panel ul {
    margin: 0;
    padding: 0;
}

#scroll_question {
    overflow: hidden;
    height: 40px;
    float: left;
    width: 225px;
}

#scroll_question ul li {
    font-size: 14px;
    font-family: "Microsoft Yahei";
    font-weight: normal;
    line-height: 40px;
    width: 240px;
    margin-right: 10px;
    list-style: none;
    text-align: center;
}

#scroll_question ul li a {
    display: block;
    color: #e5588d;
    text-decoration: none;
}

.fh5co-project > a h3:hover {
    text-decoration: underline;
}

.fh5co-project > a span:hover {
    text-decoration: underline;
}

.part5 {
    width: 100%;
    color: #fff;
    padding: 20px 0 30px;
    text-align: center;
    background: #54d597;
    position: relative;
    overflow: hidden;
}

.jg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 300px;
    background: #272636;;
}

.jg a {
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    display: block;
    width: 60%;
    height: 40px;
    background: #ff6262;
    border-radius: 2px;
    margin: 16px auto;
}

.jg a:hover {
    color: #f0ff00;
    text-decoration: underline;
}

.p5-1 {
    width: 100%;
    height: 40px;
    background: url("../images/1_03.png") no-repeat center center;
    background-size: contain;
}

.p5-11 {
    background: url("../images/1_06.png") no-repeat center center;
    background-size: contain;
}

.p5-111 {
    background: url("../images/1_05.png") no-repeat center center;
    background-size: contain;
}

.p5-1111 {
    background: url("../images/1_11.png") no-repeat center center;
    background-size: contain;
}

.p5-2 {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 12px;
    border-bottom: 1px dashed #fff;
}

.p5-3 {
    font-size: 22px;
    line-height: 1.5;
    padding-top: 10px;
}

.p5-4 {
    font-size: 18px;
    line-height: 1.2;
    padding-top: 16px;
}

.zcjdbg {
    width: 100%;
    height: 870px;
    margin: 0 auto;
    background: #fff;
}

.zcjdnr {
    width: 1000px;
    height: 870px;
    margin: auto;
}

.zcjdnr h1 {
    font-size: 40px;
    color: #252525;
    padding: 60px 0 20px;
}

.zcjdnr p {
    font-size: 16px;
    color: #555;
}

.ksdg {
    width: 1000px;
    height: 195px;
    margin: 0 auto;
}

#ksdga {
    width: 283px;
    height: 183px;
    float: left;
    background: #d65156;
    display: block;
    text-align: center;
}

#ksdga:hover {
    background: #233b51;
    transition: all 0.5s linear;
}

#ksdga h2 {
    font-size: 24px;
    color: #fff;
    font-family: "Microsoft YaHei", Arial;
    font-weight: normal;
    line-height: 40px;
    padding-top: 40px;
}

#ksdga h5 {
    font-size: 15px;
    color: #fff;
    font-family: "Microsoft YaHei", Arial;
    font-weight: normal;
}

#ksdga h5:hover {
    text-decoration: underline;
    color: #ff0;
}

.ksdgb {
    width: 348px;
    height: 183px;
    float: left;
    padding-left: 30px;
}

.xxfbk {
    width: 348px;
    height: 47px;
    float: left;
}

.xxfb {
    font-size: 20px;
    font-weight: bold;
    color: #252525;
    font-family: "Microsoft YaHei", Arial;
    float: left;
}

.xxfba {
    font-size: 12px;
    font-family: "Microsoft YaHei", Arial;
    float: left;
}

.ksdgb h4 {
    font-size: 14px;
    color: #252525;
    font-family: "Microsoft YaHei", Arial;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.ksdgb h4 span {
    background: #d65156;
    color: #fff;
    padding: 0 2px;
    font-size: 16px;
    margin-right: 8px;
}

.ksdgb ul {
    margin: 0;
    padding: 0;
}

.ksdgb ul li {
    float: left;
    width: 348px;
}

.ksdgb ul li a {
    font-size: 13px;
    color: #555555;
    line-height: 25px;
    font-family: "Microsoft YaHei", Arial;
}

.ksdgb ul li a:hover {
    color: #d65156;
    text-decoration: underline;
}

.ksdgc {
    width: 338px;
    height: 183px;
    float: right;
}

.xxfbck {
    width: 330px;
    height: 40px;
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #252525;
    font-family: "Microsoft YaHei", Arial;
}

.ksdgc ul {
    margin: 0;
    padding: 0;
    width: 338px;
    height: 183px;
}

.ksdgc ul li {
    font-family: "Microsoft YaHei", Arial;
    float: left;
    width: 338px;
    height: 130px;
    background: url(../images/jzzbg.jpg) no-repeat;
    color: #fff;
    text-align: center;
    font-size: 15px;
}

#jiushifen {
    background: #ffec48;
    color: #1b1b1b;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50px;
    padding: 5px 10px;
}

.ksdgcentern {
    width: 1000px;
    height: 230px;
    float: left;
    border-bottom: 1px #d65156 dashed;
}

.ksdgcena {
    width: 283px;
    height: 183px;
    float: left;
}

.ksdgcena h4 {
    font-size: 20px;
    color: #252525;
    text-align: center;
    font-family: "Microsoft YaHei", Arial;
    padding-top: 22px;
    margin-bottom: 0;
}

.ksdgcena ul {
    margin: 0;
    padding: 0;
}

.ksdgcena ul li {
    float: left;
    margin-right: 21px;
    margin-bottom: 10px;
}

.ksdgcena ul li a {
    width: 80px;
    height: 30px;
    display: block;
    background: #e2a4a6;
    font-family: "Microsoft YaHei", Arial;
    font-size: 12px;
    color: #555;
    text-align: center;
    line-height: 30px;
    border-radius: 2px;
}

.ksdgcena ul li a:hover {
    background: #d65156;
    text-decoration: underline;
    transition: all 0.3s linear;
    color: #fff;
}

.ksdgrig {
    width: 338px;
    height: 183px;
    float: right;
}

.ksdgrig ul {
    margin: 0;
    padding: 0;
}

.ksdgrig ul li {
    float: left;
    width: 74px;
    font-size: 16px;
    font-family: "Microsoft YaHei", Arial;
    color: #555;
    line-height: 25px;
    background: #ffba34;
    border-radius: 50px;
    margin-right: 10px;
    text-align: center;
    font-weight: bold;
    color: #333;
}

.ksdgrig ul li.ksdrigaa {
    padding-top: 7px;
    font-size: 13px;
    font-weight: normal;
    border-radius: 2px;
    line-height: 16px;
    background: #a073d3;
    color: #fff;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#ksdran {
    width: 140px;
    height: 40px;
    background: #dd4d57;
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    line-height: 40px;
}

#ksdran:hover {
    transition: all 0.3s linear;
    background: #3e2f30;
    text-decoration: underline;
}

#ksdran1 {
    width: 140px;
    height: 40px;
    background: #dd9f0a;
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    line-height: 40px;
}

#ksdran1:hover {
    transition: all 0.3s linear;
    background: #3e2f30;
    text-decoration: underline;
}

.ksdgbot {
    width: 1000px;
    height: 250px;
    float: left;
    padding-top: 20px;
}

.ksdgbota {
    width: 488px;
    height: 240px;
    float: left;
}

.ksdgbota h4 {
    font-size: 18px;
    color: #252525;
    text-align: center;
    font-family: "Microsoft YaHei", Arial;
    margin-bottom: 0;
}

.ksdgbotb {
    width: 456px;
    height: 150px;
    float: left;
    border: #bfbfbf solid 1px;
    padding: 2px;
}

.ksdgbotb ul {
    margin: 0;
    padding: 0;
    width: 456px;
    height: 150px;
}

.ksdgbotb ul li {
    width: 370px;
    line-height: 30px;
    font-family: "Microsoft YaHei", Arial;
    font-size: 12px;
    color: #555555;
    float: left;
}

.ksdgbotb ul li a {
    background: #d65156;
    border-radius: 2px;
    width: 80px;
    height: 22px;
    font-family: "Microsoft YaHei", Arial;
    font-size: 12px;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 22px;
}

.ksdgbotb ul li a:hover {
    background: #233b51;
    text-decoration: underline;
    transition: all 0.3s linear;
}

.ksdgan {
    width: 1000px;
    height: 55px;
    float: left;
    font-size: 14px;
    text-align: center;
    line-height: 26px;
}

.bmjzbg {
    width: 100%;
    margin: 0 auto;
    background: #f5f6f7;
    overflow: hidden;
}

.bmjznr {
    width: 1000px;
    margin: 0 auto;
    padding-top: 36px;
}

.bmjznr h2 {
    color: #272636;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 28px;
    text-align: center;
}

.bmjznr p {
    font-size: 15px;
    color: #ff3c5b;
    margin-bottom: 15px;
    text-align: center;
}

.bmjznr h3 {
    font-size: 24px;
    color: #272636;
    font-weight: normal;
    margin-bottom: 15px;
    text-align: center;
}

.bmjzdjsk {
    width: 1000px;
    height: 86px;
}

.bmjzdjsk ul {
    margin: 0;
    padding: 0;
    width: 1000px;
    height: 86px;
}

.bmjzdjsk ul li {
    width: 86px;
    height: 86px;
    background: #272636;
    border-radius: 3px;
    float: left;
    color: #fff;
    font-size: 54px;
    text-align: center;
    line-height: 86px;
}

.xz-170503 {
    width: 650px;
    margin: 0 auto;
    cursor: pointer;
    padding: 28px 0 30px;
    overflow: hidden;
}

.xz-170503 div {
    float: left;
    width: 300px;
    height: 60px;
    border-radius: 6px;
    text-align: center;
    line-height: 60px;
    font-size: 34px;
    color: #ef3737;
    background: #fff799;
}

.xz-170309 {
    width: 100%;
    height: 978px;
    background: url("../images/170309.jpg") no-repeat center center;
    background-size: 100% 100%;
}

.mid-170309 {
    width: 1002px;
    margin: 0 auto;
    cursor: pointer;
}

/*左侧悬浮css开始*/
.rightzuo {
    width: 135px;
    height: 504px;
    background: #3fb3f9;
    position: fixed;
    left: 0;
    top: 40px;
    padding-top: 25px;
    z-index: 9999;
    border-radius: 3px;
    font-family: "Microsoft YaHei", Arial;
}

.rightzuo p {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 5px;
}

.rightzuo h4 {
    font-size: 15px;
    font-weight: bolder;
    text-align: center;
    color: #fff;
    margin: 0;
}

.rightts {
    font-size: 13px;
    color: #fff;
    width: 135px;
    height: 32px;
    margin-top: 10px;
    text-align: center;
}

.rightts span {
    background: #272636;
    padding: 3px 12px;
    font-size: 24px;
    color: #fff;
    border-radius: 3px;
}

.rightzuo ul.uls li {
    height: 30px;
    line-height: 30px;
    width: 100%;
    padding-left: 16px;
    border-bottom: #3a97d2 solid 1px;
    position: relative;
    font-family: "微软雅黑";
}

.rightzuo ul.uls li a {
    display: block;
    height: 32px;
    text-align: left;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    line-height: 32px;
}

.rightzuo ul.uls li a:hover {
    color: #ffe71c;
    text-decoration: underline;
}

#scoolzuo {
    width: 18px;
    height: 110px;
    background: #3fb3f9;
    color: #fff;
    font-family: "Microsoft YaHei", Arial;
    font-size: 12px;
    position: fixed;
    left: 0px;
    top: 30%;
    padding: 4px 0 4px 2px;
    cursor: pointer;
    display: none;
    z-index: 198;
}

/*左侧悬浮css结束*/
/*右侧悬浮css开始*/
.rightyou {
    width: 130px;
    position: fixed;
    right: 0;
    top: 40px;
    z-index: 9999;
    border-radius: 3px;
}

.rightyou p {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
}

#scoolyou {
    width: 18px;
    background: #d65156;
    color: #fff;
    font-family: "Microsoft YaHei", Arial;
    font-size: 12px;
    position: fixed;
    right: 0px;
    top: 20%;
    padding: 10px 0 0 2px;
    cursor: pointer;
    display: none;
    z-index: 198;
}

.gdlybg {
    width: 160px;
    height: 86px;
    position: fixed;
    right: 0;
    top: 318px;
    z-index: 9999;
    border-radius: 2px;
    background: #272636;
    padding: 10px 0 0 10px;
}

/*右侧悬浮css结束*/
.tz_fbbga {
    width: 100%;
    height: 570px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    background: #efeff0;
}

.tz_fbbg {
    width: 1000px;
    height: 570px;
    margin: 0 auto;
    clear: both;
}

.tz_fbnr {
    width: 1000px;
    height: 570px;
    margin: 0 auto;
}

.tz_fbnr h1 {
    color: #272636;
    font-size: 48px;
    text-align: center;
    padding: 50px 0 20px 0;
}

.ts_fb01 {
    width: 1000px;
    height: 50px;
    text-align: center;
    color: #272636;
    font-size: 16px;
    font-family: "微软雅黑";
}

#xtzleft {
    width: 300px;
    height: 360px;
    float: left;
    background: #6e8bd6;
    border-radius: 5px;
}

#xtzleft h3 {
    margin: 10px 0 5px 0;
    font-size: 20px;
    color: #fff;
    padding: 0;
    border: none;
    text-align: center;
    font-weight: bold;
}

#xtzleft:hover {
    background: #272636;
    transition: all 0.5s linear;
}

#xtzlefta1 {
    width: 300px;
    height: 120px;
    float: left;
    text-align: center;
}

#xtzleftb2 {
    width: 300px;
    height: 120px;
    float: left;
    text-align: center;
}

#xtzleftc3 {
    width: 300px;
    height: 120px;
    float: left;
    text-align: center;
}

#xtzleftb {
    width: 280px;
    height: 120px;
    float: left;
    padding: 0 10px;
    font-family: "微软雅黑";
    font-size: 15px;
    color: #fff;
    line-height: 28px;
    margin-top: 10px;
    text-align: center;
}

#xtzleftc {
    width: 300px;
    height: 60px;
    float: left;
}

#xtzleftanniu {
    width: 199px;
    height: 43px;
    border: #fff solid 1px;
    text-decoration: none;
    border-radius: 2px;
    display: block;
    font-family: "微软雅黑";
    color: #FFF;
    line-height: 43px;
    text-align: center;
    font-size: 15px;
    margin: 0 auto;
}

#xtzleftanniu:hover {
    background: #ffffff;
    color: #272636;
    text-decoration: underline;
    transition: all 0.3s linear;
}

#xtzcenter {
    width: 300px;
    height: 360px;
    float: left;
    margin-left: 47px;
    background: #ad53c4;
    border-radius: 5px;
}

#xtzcenter:hover {
    background: #272636;
    transition: all 0.5s linear;
}

#xtzcenter h3 {
    margin: 10px 0 5px 0;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    padding: 0;
    border: none;
    text-align: center;
}

#xtzcenterb {
    width: 280px;
    height: 120px;
    float: left;
    padding: 0 10px;
    font-family: "微软雅黑";
    font-size: 15px;
    color: #fff;
    line-height: 28px;
    margin-top: 10px;
    text-align: center;
}

#xtzleftanniua {
    width: 229px;
    height: 43px;
    border: #fff solid 1px;
    text-decoration: none;
    border-radius: 2px;
    display: block;
    font-family: "微软雅黑";
    color: #FFF;
    line-height: 43px;
    text-align: center;
    font-size: 15px;
    margin: 0 auto;
}

#xtzleftanniua:hover {
    background: #ffffff;
    color: #272636;
    text-decoration: underline;
    transition: all 0.3s linear;
}

#xtzright {
    width: 300px;
    height: 360px;
    float: left;
    background: #fd4259;
    margin-left: 47px;
    border-radius: 5px;
}

#xtzright:hover {
    background: #272636;
    transition: all 0.5s linear;
}

#xtzright h3 {
    margin: 10px 0 5px 0;
    font-size: 20px;
    color: #fff;
    padding: 0;
    border: none;
    text-align: center;
    font-weight: bold;
}

#xtzrightb {
    width: 280px;
    height: 120px;
    float: left;
    padding: 0 10px;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    margin-top: 10px;
}

#xtzleftanniub {
    width: 199px;
    height: 43px;
    border: #fff solid 1px;
    border-radius: 2px;
    display: block;
    font-family: "微软雅黑";
    color: #FFF;
    line-height: 43px;
    text-align: center;
    font-size: 15px;
    margin: 0 auto;
}

#xtzleftanniub:hover {
    background: #ffffff;
    color: #272636;
    text-decoration: underline;
    transition: all 0.3s linear;
}

.tela1bg {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    background: #efeff0;
}

.telanr {
    width: 1000px;
    height: 100px;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
    line-height: 26px;
}

/*弹窗css*/
.tc {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url("../images/tcbg.png") repeat;
    display: none;
    z-index: 9999;
}

.mail_wrap {
    width: 640px;
    height: 484px;
    background: url("../images/tc.png") no-repeat center center;
    position: relative;
    top: 50%;
    left: 50%;
    margin-left: -302px;
    margin-top: -219px;
    cursor: pointer;
}

.mail_wrap a {
    width: 100%;
    height: 386px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.mail_wrap em {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 14px;
    right: 24px;
}

.tc2 {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: url("../images/tcbg.png") repeat;
}

.mail_wrap2 {
    width: 600px;
    height: 496px;
    background: url("../images/170518.gif") no-repeat center center;
    position: relative;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -248px;
    cursor: pointer;
}

.mail_wrap2 p {
    width: 100%;
    height: 430px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.mail_wrap2 em {
    width: 14px;
    height: 12px;
    position: absolute;
    top: 22px;
    right: 5px;
}
.pc_block { display: block;}
.phone_block { display: none;}
.yy_fl {float: left;}
.yy_fr {float: right;}
.yy_all {width: 1200px;margin: 0 auto;}
.flex {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
body::-webkit-scrollbar,
body *::-webkit-scrollbar {
  width: 5px;
  height: 6px;
  background-color: #ebebeb;
}

body::-webkit-scrollbar-track,
body *::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px #ebebeb;
  background-color: #ebebeb;
  border-radius: 10px;
}

body::-webkit-scrollbar-thumb,
body *::-webkit-scrollbar-thumb {
  height: 10px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px #beddfc;
  background-color: #beddfc;
}
.pc_logo{background:#fff;width: 100%;}
.pc_logo,.pc_logo * {  overflow: unset;}
.pc_logo .yy_fl ul{justify-content: center;padding-left: 40px;}
.pc_logo .yy_all{
    width: 1200px;
    background: #fff;
    margin: 10px auto 0;
}
.pc_logo .yy_all.flex {
    justify-content: space-between;
}
.pc_logo .img_logo{ margin:15px 0;}
.pc_logo .area{ width:540px; /*margin-left:30px;*/}
.pc_logo .area li{ float:left; font-size:18px; margin-top:38px;}
.pc_logo .area li a{ display:block; padding:0 15px; line-height:18px; border-right:1px solid #c6d3e8;}
.pc_logo .area li:last-child a {border-right: unset;}
.pc_logo .area li a.border_0{ border:0;}
.pc_logo .area li.li5{ margin-top:34px;}
.pc_logo .area li select{ width:70px; font-size:18px; line-height:30px; height:30px; display:block; color:#666; padding:0 8px; border-radius:5px; background:url(../images/logo_area_icon.png) right center no-repeat;    margin-top: -6px;}
.pc_logo .search{ width:300px; height:50px; background:#c3e3ff; margin-top:22px;}
.pc_logo .search select{ width:130px; font-size:18px; line-height:30px; height:30px; margin:10px; display:block; color:#666; padding:0 8px; float:left;}
.pc_logo .search input{ width:80px; line-height:30px; height:30px; font-size:18px; color:#fff; display:block; float:left; margin:10px 0; border:0; border-radius:10px; background:#fea401; background: linear-gradient(45deg,#fea401,#ffef00);}
.pc_logo .search .select {
    width: 50%;
    position: relative;
}
.pc_logo .search .select .select_name {
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin: 10px;
    border: 1px solid #2196F3;
    border-radius: 5px;
    cursor: pointer;
    box-sizing: border-box;
}
.pc_logo .search .select .select_option {
    top: 60px;
	 left: -20px;
    position: absolute;
    width: 200px;
    background-color: #f8fbfe;
    border-radius: 4px;
    box-shadow: 2px 2px 8px 3px rgba(0, 0, 0, 0.2);
    z-index: 1;
    display: none;
}
.pc_logo .search .select .select_option ul {
    padding: 15px 10px;
    max-height: 290px;
    overflow-y: auto;
}
.pc_logo .search .select .select_option li {
    text-align: center;
    line-height: 2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pc_logo .city_select {
    position: relative;
}

.pc_logo .city_select .select_name {
    text-align: center;
    height: 42px;
    line-height: 30px;
    border-radius: 5px;
    cursor: pointer;
    box-sizing: border-box;
    color: #f08300;
    font-size: 16px;
    width: 100px;
    padding: 6px;
}
.pc_logo .city_select .select_option {
    top: 55px;
    left: -40px;
    position: absolute;
    width: 180px;
    background-color: #f8fbfe;
    border-radius: 4px;
    box-shadow: 2px 2px 8px 3px rgba(0, 0, 0, 0.2);
    z-index: 1;
    display: none;
}
.pc_logo .city_select .select_option ul {
    padding: 15px 10px;
    max-height: 290px;
    overflow-y: auto;
}
.pc_logo .city_select .select_option li {
    text-align: center;
    line-height: 2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



.pc_logo  .pc_nav_form {}

.pc_logo .pc_nav_form form {
    border-radius: 5px;
    border: 1px solid #b2b2b2;
    overflow: hidden;
}

.pc_logo .pc_nav_form .form-group input {
    border: none;
    box-shadow: none;
    width: 280px;
    padding: 5px 10px;
    line-height: 28px;
    font-size: 13px;
    box-sizing: content-box;
    height: auto;
}

.pc_logo .pc_nav_form .form-group input:focus {
    outline: none;
}



.pc_logo .pc_nav_form form:focus {
    border-color: #34cad7;
}

.pc_logo .pc_nav_form button.pull-right {
    border: none;
    background: none;
    padding: 10px;
    float: none !important;
    height: 38px;
    line-height: 1;
}

.pc_logo .pc_nav_form button.pull-right img {
    width: 18px;
    opacity: 0.8;
}

.pc_logo .pc_nav_form button.pull-right:hover img {
    opacity: 1;
}

p.toutext {
    letter-spacing: 1.5px;
    text-align: center;
    color: #78818e;
    font-size: 12px;
    margin-bottom: 0;
}
.pc_logo .yy_all.flex {
    justify-content: space-between;
    align-items: center;
}
.pc_logo .pc_tel {
    width: 208px;
}

.pc_logo .pc_tel .pc_tel_img {
    font-style: italic;
}

.pc_logo .pc_tel .pc_tel_img img {
    width: 21px;
    height: 21px;
    padding-top: 2px;
}

.pc_logo .pc_tel .pc_tel_img span {
    font-size: 21px;
    line-height: 25px;
    padding-left: 8px;
    letter-spacing: 1.5px;
    color: #4e4e4e;
}

.pc_logo .pc_tel .pc_tel_txt {
    font-size: 16.5px;
    text-align: justify;
    text-align-last: justify;
    text-justify: inter-ideograph;
    padding: 3px 8px 0;
    color: #4e4e4e;
}

.pc_logo .pc_nav_form .form-group {
    margin-bottom: 0;
}

.pc_footer{background:#dfe0e2;padding:30px 0;text-align:center;}
.pc_footer .div1{ border-bottom:1px solid #bdbdbd; padding-bottom:30px;}
.pc_footer .div1 a{ display:inline-block; line-height:30px;}
.pc_footer .div1 a:after{ content:"-"; margin:0 10px;}
.pc_footer .div1 a:hover{text-decoration:none;color:red;}
.pc_footer .div2.container {padding: 0 0 30px;}
.pc_footer .div2 .left_logo{ width:38%; text-align:center; margin-top:30px; border-right:1px solid #bcbdbe; padding:20px 0;}
.pc_footer .div2 .left_logo img{ display:inline-block; vertical-align:middle;}
.pc_footer .div2 .right_dz{ width:60%; text-align:center; line-height:28px; margin-top:30px;}
.pc_footer .div2 .right_dz a{ display:inline-block;}
.pc_footer .div2 .right_dz .div1_01{ font-size:18px;}
.giftbag_curtain {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background-color: rgb(0 0 0 / 0.4);
}

.giftbag_form {
    width: 100%;
    height: 125.6vw;
    max-width: 617px;
    max-height: 755px;
    position: fixed;
    top: 2vw;
    z-index: 1052;
    display: none;
}

.giftbag_form .giftbag_form_input {
    width: 100%;
    height: 100%;
    position: relative;

}

.giftbag_form .giftbag_form_input .giftbag_form_img {
	width: 100%;
	height: 100%;
}
.giftbag_form .giftbag_input {
    position: absolute;
    top: 71%;
    z-index: 1052;
    padding: 0 20%;
}


.giftbag_form .giftbag_input .msg_text {
    background-color: transparent;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #c7c7c7;
    border-radius: 0;
    padding: 0;
    font-size: 16px;
    padding-bottom: 5px;
    margin-bottom: 12px;
    width: 100%;
}

.giftbag_form .giftbag_input .msg_submit {
    display: inline-block;
    width: 100%;
    text-align: center;
    border: 1px solid;
    font-size: 16px;
    line-height: 2;
    border-radius: 16px;
    border-color: #ff8f2d;
    background-color: #ff8f2d;
    color: #ffffff;
}
.pc_logo .city_select .select_option li a {
    display: block;
    color: #030303;
}

.pc_logo .city_select .select_option li a:hover {
    color: #EA9215;
    background: rgb(0 0 0 / 0.1);
}

@media (max-width: 640px) {
    .pc_block { display: none;}
    .phone_block { display: block;}
    body {
        min-width: unset;
    }
    .p2-1 {
        margin-top: 10px;
    }

    .p2-1-2 {
        font-size: 14px;
    }

    .p1-1 {
        font-size: 20px;
    }

    #fh5co-header .display-tc h1, #fh5co-counter .display-tc h1, .fh5co-cover .display-tc h1 {
        font-size: 24px;
    }

    .fh5co-heading h2 {
        font-size: 22px;
    }

    .p4-2s {
        font-size: 14px;
    }

    .p4-1-2 {
        font-size: 16px;
    }

    .part5 {
        width: 80%;
        margin: 0 auto;
    }


    .leftbar_new {
        display: none;
    }

    .mail_wrap {
        width: 80%;
        height: 60vw;
        background-size: 100% 100%;
        margin-left: -40vw;
        margin-top: -30vw;
    }

    .zcjdbg {
        height: auto;
    }

    .zcjdnr {
        width: 100%;
        height: auto;
    }

    .zcjdnr h1 {
        font-size: 24px;
        padding: 50px 0 6px;
    }

    .ksdg {
        width: 96%;
        height: auto;
        padding-bottom: 30px;
    }

    #ksdga {
        width: 100%;
        height: auto;
        float: none;
    }

    #ksdga h2 {
        font-size: 20px;
        padding-top: 20px;
        line-height: 1.8;
    }

    #ksdga h5 {
        margin: 0;
        padding-bottom: 25px;
    }

    .ksdgb {
        width: 100%;
        margin: 0 auto;
        float: none;
        height: auto;
        padding-left: 0;
    }

    .xxfbk {
        float: none;
        width: 100%;
        line-height: 2;
        height: auto;
        padding-bottom: 5px;
    }

    .xxfb {
        float: none;
    }

    .ksdgb h4 span {
        margin-right: 5px;
        font-size: 14px;
    }

    .ksdgb ul li {
        float: none;
        width: 100%;
    }

    .ksdgc {
        float: none;
        width: 100%;
        height: auto;
        padding-top: 30px;
    }

    .xxfbck {
        width: 100%;
        height: 40px;
        float: none;
    }

    .ksdgc ul {
        width: 100%;
        height: auto;
    }

    .ksdgc ul li {
        float: none;
        width: 100%;
        height: auto;
        background-size: 100% 100%;
        padding-bottom: 30px;
        line-height: 2;
    }

    .mail_wrap a {
        height: 51vw;
    }

    .mail_wrap em {
        top: 0;
        right: 0;
        width: 10vw;
        height: 9vw;
    }

    .ksdgcentern {
        width: 96%;
        height: auto;
        float: none;
        margin: 0 auto 35px;
    }

    .ksdgcena {
        width: 100%;
        height: auto;
        float: none;
    }

    .ksdgcena h4 {
        padding-top: 5px;
    }

    .ksdgcena ul li {
        float: none;
        display: inline-block;
    }

    .ksdgcena ul {
        width: 295px;
        margin: 0 auto;
    }

    .m_none {
        display: none;
    }

    .ksdgrig {
        width: 306px;
        height: auto;
        float: none;
        margin: 0 auto;
        padding-bottom: 30px;
    }

    .ksdgrig ul li {
        float: none;
        width: 66px;
        display: inline-block;
        font-size: 14px;
        margin-right: 8px;
    }

    #ksdran {
        font-size: 14px;
        line-height: 36px;
        height: 36px;
        width: 140px;
    }

    a#ksdran1 {
        font-size: 14px;
        line-height: 36px;
        height: 36px;
        width: 140px;
    }

    .bmjznr {
        width: 100%;
    }

    .bmjznr h2 {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 20px;
    }

    .bmjznr h3 {
        font-size: 18px;
    }

    .bmjzdjsk {
        width: 300px;
        margin: 0 auto;
        height: auto;
    }

    .bmjzdjsk ul {
        width: 100%;
        height: auto;
    }

    .bmjzdjsk ul li {
        float: none;
        display: inline-block;
        width: auto !important;
    }

    .bmjzdjsk ul li.day,.bmjzdjsk ul li.month {
        width: 86px !important;
    }

    .bmjzdjsk ul li.month {
        margin-left: 38px !important;
    }

    .xz-170503 {
        width: 310px;
    }

    .xz-170503 div {
        width: 145px;
        font-size: 16px;
        height: 38px;
        line-height: 38px;
    }

	.pc_logo{ width:100%; left:0; margin-left:0px; top:1px;}
	/*logo*/
	.ph_logo{ padding:15px 8px; background:#fff; height:58px; overflow:visible; position:relative;}
	.ph_logo .logo_img{ height: 40px;position: absolute;left: 8px;top: 10px;}
	.ph_logo span{ width:25%; float:right;}
	.ph_logo span img{ width:25px; margin-left:8px; float:right;}
	
	.pc_logo .area{ display:none;}
	.pc_logo .search{ width:100%; height:46px; margin:0; display:none;}
	
	.pc_logo .search select{ width:100px; height:28px; line-height:28px; font-size:14px;}
	
	.pc_menu,.pc_hot,.zzss_weizhi{ display:none;}
	

	.ph_logo .menu_list{ width:100%; display:none; background:rgba(0,188,212,0.85); position:absolute; top:58px; left:0; z-index:999; padding:8px;}
	.ph_logo .menu_list .menu_list_ul{ width:100%; color:#fff;}
	.ph_logo .menu_list .menu_list_ul li{ line-height:25px;}
	.ph_logo .menu_list .menu_list_ul a{ color:#fff;}
	.ph_logo .menu_list .ph_small_tit{ width:60px; line-height:25px; font-size:14px; text-align:center; background:#fff; color:#00BCD4; margin-bottom:10px}
	.ph_logo .menu_list .ph_small_tit a {color:#5281e4;}
	.ph_logo .menu_list .ph_small_cont{ text-align:center; border-left:1px solid #fff; margin-bottom:10px;}
	.ph_logo .menu_list .ph_small_cont span{ border-top:1px solid #fff; border-bottom:1px solid #fff; border-right:1px solid #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;float: left;}

	
	

	.phone_menu{ background:#01c6df; line-height:35px;}
	.phone_menu li{ width:20%; text-align:center; float:left; font-size:17px;}
	.phone_menu li a{ color:#fff;font-size: 17px;}

	
.searchCont {
    position: fixed;
    top: 0;
    z-index: 12;
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: none;
    max-width: 750px;
    box-sizing: border-box;
    padding: 0 10px;
}

.topSearch {font-size: 15px;position: relative;padding-top: 15px;width: 100%;}
.topSearch-img { position: absolute; left: 15px; color: #ccc; }
.topSearch-input {background-color: #fafafa;width: 85%;height: 40px;border-radius: 40px;padding-left: 37px;border: none;background-image: url(../../picture/searchsubmit.png);background-repeat: no-repeat;background-size: 20px;background-position: 12px;}
.topSearch-cancel {line-height: 40px;margin-left: 4%;width: 11%;}

.searchItem {margin-top: 25px;}
.searchItem-tit { font-size: 16px; }
.searchItem-tit-img { margin-right: 7.5px; color: #666; font-size: 17px; vertical-align: -1px; }
.searchItem-tit-img1 { width: 11px; height: 12px; }
.searchItem-tag a { display: inline-block; background-color: #fafafa; height: 32px; line-height: 32px; border-radius: 32px; padding: 0 15px; margin-right: 10px; margin-top: 10px; }
.searchItem-tag a:hover { opacity: .9; }
.searchItem-del { color: #ccc; }
.searchItem-list { font-size: 14px; color: #666; margin-top: 10px; }
.searchItem-list li a { display: block; padding: 7.5px 0; }
.searchItem-list li:first-child span { background-color: #e14c4c; }
.searchItem-list li:nth-child(2) span { background-color: #ff9526; }
.searchItem-list li:nth-child(3) span { background-color: #f6df77; }
.searchItem-list li span {width: 25px;height: 15px;line-height: 15px;display: inline-block;color: #fff;background-color: #e1e1e1;font-size: 10px;border-radius: 12px;margin-right: 7.5px;text-align: center;vertical-align: 1px;}

.wrapper { display: flex; justify-content: space-between; flex-direction: column; min-height: calc(100vh - 62px); margin-bottom: 62px; }

.topSearch-input:focus {
    outline: none;
}
.ph_logo span .tit_search img {
    width: 20px;
    padding-top: 2.5px;
    margin-right: 5px;
}

	.yy_all {width: 100%;}
	.pc_footer{ margin-bottom:20px;}
	.pc_footer .div2 .left_logo{ width:100%; margin-top:0; padding:0;}
	
	.pc_footer .div2 .right_dz{ width:100%;}
	
	
	

	.ph_footer{background: #10c6dd;padding: 5px 0;position:fixed;bottom:0;z-index:9;width: 100%;}
	.ph_footer ul{ width:99%; margin:0 auto;}
	.ph_footer ul li{width: 25%;display:block;float:left;border-right: 1px solid #00BCD4;}
   .ph_footer ul li a:hover {text-decoration: none;}
	.ph_footer ul li:nth-child(4){ border:0;}
	.ph_footer ul li img{width: 35%;max-width: 30px;margin:0 auto;display: block;}
	.ph_footer ul li span {display: block;text-align: center;color: #ffffff;font-size: 14px;line-height: 1;padding-top: 5px;}





}

.mt div:hover {
    text-decoration: underline;
}

.blog-text:hover {
    text-decoration: underline;
}
#yy_shangqiao{ position:fixed; right:0; top:25%; text-align:right; overflow:visible; width:75px;}
#yy_shangqiao div{ overflow:visible;}
#yy_shangqiao ul{ overflow:visible;}
#yy_shangqiao li{ width:55px; margin-bottom:8px; position:relative; overflow:visible;}
#yy_shangqiao li.li1{ }
#yy_shangqiao li.li1 img{ width:100%;}
#yy_shangqiao li .img1{ display:none;}
#yy_shangqiao li:hover .img1{ display:block; position:absolute; right:55px; top:0;}
@media screen and (max-width: 640px){
#yy_shangqiao{ display: none; }
}
.giftbag_form .giftbag_form_input .close {
    background-image: url(../../picture/left_close.png);
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 1000;
    top: 25px;
    right: 25px;
	 opacity: 1;
}

/*# sourceMappingURL=style.css.map 下面的*/