/*@font-face {
  font-family:"microsoft yahei";
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") 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;
}

#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: 101;
}

.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: 100%;
}

.fh5co-nav a {
    padding: 5px 10px;
    color: #fff;
}

.menu-1 {
    padding-top: 3%;
}

@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: 20px;
    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;
    background-size: cover;
}

.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: 800px;
    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: 700px;
    display: table;
    width: 100%;
    margin-top: 60px;
}

@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: 50px;
    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: #fff;
    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;
    background: #EA9215;
    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: 50px;
    color: #e49701;
    margin-bottom: 120px;
    letter-spacing: 3rem;
    width: 100%;
    text-align: center;
}

.p1-b {
    position: absolute;
    bottom: 15%;
    text-align: center;
    width: 100%;
}

.p1-c {
    position: absolute;
    bottom: 10%;
    text-align: center;
    width: 100%;
}

.s2-1 {
    color: #e49701;
    padding-bottom: 12%;
    position: relative;
    left: -120%;
}

.s2-2-i1 {
    position: relative;
    left: -200%;
}

.s2-img {
    padding-bottom: 2%;
}

.s2-2-i2 {
    position: relative;
    left: -1200%;
}

.s2-2-i3 {
    position: relative;
    left: -1200%;
}

.s2-2 {
    transition: -webkit-transform 1s ease-out;
    -webkit-transition: -webkit-transform 1s ease-out;
    -moz-transition: -moz-transform 1s ease-out;
    -o-transition: -o-transform 1s ease-out;
    -ms-transition: -ms-transform 1s ease-out
}

.s2-2:hover {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}

.s2-p1 {
    font-size: 20px;
    color: #e49701;
    display: none;
}

.section2 {
    background: url('../images/mountain.jpg') center center no-repeat;
    background-size: cover;
}

.section3 {
    background: url('../images/2_01.jpg') center center no-repeat;
    background-size: cover;
    /* z-index: 100; */
}

.s-bg {
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.s4-d1 {
    position: absolute;
    line-height: 300px;
    width: 100%;
}

.s4-d {
    width: 100%;
    height: 300px;
    border: 1px solid #fff;
    position: relative;
    border-radius: 10px;
}

.section4 {
    background: url('../images/footer.jpg') center center no-repeat;
    background-size: cover;
    color: #fff;
}

.s4-p {
    position: absolute;
    bottom: 500px;
    left: 0;
    width: 100%;
    height: 300px;
    overflow: hidden;
    background-color: #d65156;
    /* font-size: 12px; */
    margin-bottom: 0;
    z-index: -1;
    transition: ease-in-out 1s;
    border-radius: 10px;
}

.s4-p2 {
    position: absolute;
    bottom: -1000px;
    left: 0;
    width: 100%;
    height: 300px;
    overflow: hidden;
    background-color: #d65156;
    /* font-size: 12px; */
    margin-bottom: 0;
    z-index: -1;
    transition: ease-in-out 1s;
    border-radius: 10px;
}

.s4-d:hover .s4-p {
    bottom: 0;
    z-index: 1;
    /* transform: translate(); */
}

.s4-d:hover .s4-p2 {
    bottom: 0;
    z-index: 1;
    /* transform: translate(); */
}

.section4 h2 {
    color: #fff;
}

.s5 {
    background: url('../images/xq_bg.jpg') center center no-repeat;
    background-size: cover;
    color: #e49701;
    padding-top: 50px;
}

.s5 img {
    width: 100%;
}

.s5-li li {
    padding-bottom: 30px;
    font-size: 16px;
}

.s5-li span {
    padding-left: 10px;
}

.s3 p {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    /* border: 1px solid #fff; */
    margin: 0 auto;
    line-height: 180px;
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    background-color: rgb(36, 89, 191);
    transition: ease 1s;
    position: relative;
    left: -1300px;
}

.s3 p:hover {
    background-color: rgb(10, 191, 176);
}

.section3 h3 {
    /* padding-top: 10px; */
    color: #fff;
    display: none;
}


/*.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: 40px 0;
}

.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;
}

.ksdgb h4 span {
    background: #d65156;
    color: #fff;
    padding: 0 2px;
    font-size: 16px;
}

.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: left;
}

.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: 15px;
}

.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: left;
}

.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: 150px;
    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: 150px;
    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;
}

.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 p {
    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;
}

@media (max-width:640px) {
    .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;
    }
}

.mt div:hover {
    text-decoration: underline;
}

.blog-text:hover {
    text-decoration: underline;
}


/*# sourceMappingURL=style.css.map */


/*寮规*/

.mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 109;
    display: none;
}

.popup {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    z-index: 119;
    background-color: #fff;
    color: #000;
    display: none;
}

.input-wrap {
    float: left;
    width: 33%;
    position: relative;
    font-size: 20px;
    text-align: left;
}

.input-wrap input {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: top;
    margin-right: 5px;
    opacity: 0;
}

input[type="radio"]:checked+label {
    background-color: #4abef4;
}

input[type="radio"]:checked+label:after {
    width: 5px;
    height: 10px;
    border: 2px solid #fff;
    border-left: none;
    border-top: none;
    transform: rotate(45deg);
    position: absolute;
    left: 6px;
    top: 3px;
    content: "";
}

input[type="radio"]+label {
    position: absolute;
    top: 8px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #4abef4;
    background-color: #fff;
}

.pop-title {
    height: 90px;
    background: url(../images/pop-bg.png);
    background-size: cover;
    line-height: 90px;
    font-size: 40px;
    text-align: center;
    color: #fff;
}

.pop-close {
    width: 35px;
    height: 35px;
    right: 5px;
    top: 5px;
    position: absolute;
}

.form {
    width: 400px;
    margin: 35px auto 0;
}

.form-title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
}

.pop-btn {
    width: 215px;
    height: 50px;
    background: url(../images/pop-bg.png);
    background-size: cover;
    margin: 36px auto 30px;
    border: none;
    display: block;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    outline: none;
}

.font-weight {
    color: #111;
    font-size: 40px;
    text-align: center;
}


/*寮规*/

.mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 109;
    display: none;
}

.mask1 {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 109;
    display: none;
}

.popup1 {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    z-index: 999;
    display: none;
    cursor: pointer;
}

.popup1 img {
    width: 100%;
}

.popup1 p {
    position: absolute;
    width: 270px;
    text-align: center;
    color: #004383;
    font-size: 22px;
    font-weight: 600;
    top: 50px;
    left: 65px;
}

.x {
    position: absolute;
    font-size: 30px;
    color: #999;
    left: 10px;
    top: 0;
    line-height: 1;
}

.popup1 .month,
.popup1 .day {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 40px;
    width: 70px;
    height: 50px;
    line-height: 50px;
    border-radius: 17px;
    background-color: #ff2525;
    margin-top: 5px;
}

.btn-content {
    width: 420px;
    margin: 12px auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: '';
    display: block;
    height: 0;
    font-size: 0;
    overflow: hidden;
    clear: both;
}

.btn-content button {
    width: 190px;
    height: 40px;
    border-radius: 8px;
    background-color: #ff4949;
    border: none;
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    outline: none;
    cursor: pointer;
}

.sunland-desc {
    margin: 0;
    text-align: center;
    font-size: 18px;
    color: #333;
}

.sunland-desc span {
    color: #f21b1b;
    font-weight: 700;
}

.sunlands-tips {
    text-align: center;
    margin-top: 5px;
    font-size: 10px;
}


/*******foot***************/

.foot {
    width: 100%;
    height: 180px;
    margin-top: 30px;
    background-color: #272727;
    line-height: 100px;
}

.foot .content {
    width: 100%px;
    height: 264px;
    margin: 0 auto;
    padding-top: 66px;
}

.foot .content a:link,
a:visited {
    text-decoration: none;
    color: #fff;
}

.foot .content a:hover {
    text-decoration: none;
    color: #00d3f9;
}

.foot .content ul {
    display: block;
}

.foot .content ul li {
    float: left;
}

.foot .content ul .one {
    width: 90px;
    height: 160px;
    margin-left: 62px;
}

.foot .content ul .one ol .title {
    width: 90px;
    text-align: center;
    font-family: "Arial";
    font-size: 18px;
    color: #00a0e9;
    font-weight: 600;
}

.foot .content ul .one ol .txt {
    width: 90px;
    text-align: center;
    font-family: "SimHei";
    font-size: 16px;
    padding-top: 12px;
}

.foot .content ul .two {
    width: 90px;
    height: 160px;
    margin-left: 116px;
}

.foot .content ul .two ol .title {
    width: 90px;
    text-align: center;
    font-family: "SimHei";
    font-size: 18px;
    color: #00a0e9;
    font-weight: 600;
}

.foot .content ul .two ol .txt {
    width: 90px;
    text-align: center;
    font-family: "SimHei";
    font-size: 16px;
    padding-top: 12px;
}

.foot .content ul .three {
    width: 444px;
    height: 260px;
    margin-left: 18px;
}

.foot .content ul .three ol .title {
    width: 444px;
    text-align: center;
    font-family: "NSimSun";
    font-size: 18px;
    color: #cacaca;
    font-weight: 600;
}

.foot .content ul .three ol .wechat_QR {
    margin-top: 10px;
    padding-left: 139px;
    cursor: pointer;
}

.foot .content ul .three ol .copyright {
    width: 444px;
    text-align: center;
    font-family: "NSimSun";
    font-size: 12px;
    color: #cacaca;
    padding-top: 20px;
}

.foot .content ul .four {
    width: 260px;
    height: 260px;
    margin-left: 60px;
}

.foot .content ul .four ol .title {
    width: 260px;
    font-family: "Arial";
    font-size: 18px;
    color: #00a0e9;
    font-weight: 600;
}

.foot .content ul .four ol .txt {
    width: 260px;
    font-family: "SimHei";
    font-size: 16px;
    padding-top: 12px;
    color: #ffffff;
}

.foot .content ul .four ol .CP {
    width: 260px;
    font-family: "NSimSun";
    font-size: 12px;
    color: #00a0e9;
    padding-top: 40px;
}

.foot .content ul .four ol .alipay {
    padding-top: 12px;
}

.foot .content ul .four ol .baidupay {
    padding-top: 12px;
    padding-left: 20px;
}

.case {
    width: 100%;
    height: 44px;
    background-color: #1b1b1b;
}

.case .content {
    width: 430px;
    height: 44px;
    margin: 0 auto;
}

.case .foot p {
    font-family: "SimHei";
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
}

.case .foot .copyright {
    width: 380px;
    height: 44px;
    margin: 0 auto;
}