@charset "utf-8";
/********************************** 公用部分 start **********************************/

/*banner开始*/

.main-banner {
    height: 314px;
    position: relative;
    background: url(../images/global/global_banner.png) center no-repeat;
}

.main-banner .product-video-a {
    right: 0;
    transform: translateY(-50%);
}

.main-banner-cont {
    padding: 20px 0 0;
    color: #fff;
}

.main-banner-title {
    font-size: 44px;
}

.main-banner-title-txt {
    font-size: 22px;
    padding: 0 12px;
}

.main-banner-descrip {
    font-size: 16px;
    margin-top: 15px;
}

.main-banner-btns {
    margin-top: 25px;
}

.num-block .main-banner-title-txt {
    font-size: 14px;
    color: #050f2e;
    background-color: #FFE430;
    border-radius: 20px;
    padding: 0 8px;
    line-height: normal;
    align-self: flex-end;
}

.num-block .main-banner-title-txt .num-l {
    font-size: 22px;
}

.protal-btn {
    display: inline-block;
    width: 176px;
    height: 46px;
    line-height: 44px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 18px;
    position: relative;
    box-sizing: border-box;
    margin: 0 17px 0 0;
    cursor: pointer;
}

.protal-btn-green {
    background-color: #20b09f;
    border-color: #20b09f;
    color: #fff;
}

.num-block {
    margin: 20px 0 0;
    justify-content: flex-start;
}

.num-block .item {
    margin-right: 20px;
    text-align: center;
}

.num-block .num-p {
    margin-bottom: 5px;
}

.num-block .num-l {
    font-size: 30px;
}

.num-block .item-p {
    background-color: rgba(255, 255, 255, .4);
    padding: 2px 10px;
    border-radius: 20px;
    color: #18191d;
    font-size: 12px;
}

/*  */

.item-title {
    font-size: 24px;
    text-align: center;
}

.global-main-one ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 22px;
}

.global-main-one li {
    width: 580px;
    height: 190px;
    display: flex;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    padding: 0 40px 0 0;
    align-items: center;
    margin-top: 28px;
    box-shadow: 0 1px 1px 2px #eee;
    cursor: pointer;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.global-main-one li .img-block {
    width: 128px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.global-main-one li .global-one-txt {
    width: 330px;
}

.global-one-txt span {
    width: 42px;
    height: 2px;
    background: #e5e5e5;
    display: block;
    margin: 14px 0;
}

.global-one-title {
    font-size: 18px;
}

.global-one-intro {
    font-size: 16px;
    color: #959595;
    line-height: 30px;
}

.global-main-one li:hover {
    border: 1px solid #20b09f;
}

.global-main-one li:hover .global-one-title {
    color: #20b09f;
}

.global-main-one li:hover .img-block {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

/*  */

.global-main-two {
    background: #f9f9f9;
}

.global-two-box {
    display: flex;
    justify-content: space-between;
}

.global-two-item {
    width: 294px;
    height: 240px;
    position: relative;
    margin-top: 90px;
    cursor: pointer;
}

.global-two-item span.num {
    position: absolute;
    display: block;
    width: 58px;
    height: 58px;
    border-radius: 30px;
    background: #20b09f;
    border: 2px solid #fff;
    line-height: 58px;
    text-align: center;
    font-size: 32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    top: -30px;
    color: #fff;
    font-weight: bold;
}

.global-two-item01 {
    position: relative;
}

.global-two-item01 p {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.global-two-item02 {
    width: 294px;
    height: 140px;
    position: relative;
    background: #20b09f;
    margin-top: 50px;
    display: none;
}

.global-two-item02 p {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    padding: 16px 24px;
    box-sizing: border-box;
    text-align: justify;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.global-two-item02::before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 50px solid #20b09f;
    border-left: 147px solid transparent;
    border-right: 147px solid transparent;
    position: absolute;
    top: -50px;
    left: 0;
}

.global-two-item02::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 50px solid #20b09f;
    border-left: 147px solid transparent;
    border-right: 147px solid transparent;
    position: absolute;
    bottom: -50px;
    left: 0;
}

.global-two-item:hover .global-two-item01 {
    display: none;
}

.global-two-item:hover .global-two-item02 {
    display: block;
}

/*  */

.global-main-three ul {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.global-main-three ul:first-of-type {
    margin-top: 50px;
}

.global-main-three li {
    width: 90px;
    text-align: center;
}

.global-main-three li .img-block {
    height: 36px;
}

.global-main-three li p {
    font-size: 14px;
    color: #666;
    line-height: 36px;
}

/* 专属需求 */

.demand-box {
    padding: 60px 0 58px;
    background: url("http://s.300.cn/v3.0/style/product/homestay/images/demand-bg.png") center bottom no-repeat #f9f9f9;
}

.demand-box .header {
    position: relative;
    width: 602px;
    height: 50px;
    margin: 0 auto 40px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #20b09f;
    border-radius: 31px;
    text-align: center;
}

.demand-box .header:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 0;
    height: 0;
    margin: 0 0 0 -10px;
    font: 0/0 arial;
    border: 10px dashed transparent;
    border-top: 10px solid #20b09f;
}

.form-item {
    position: relative;
    width: 682px;
    min-height: 42px;
    padding: 0 130px;
    margin: 20px auto 0;
    font-size: 14px;
    font-weight: bold;
}

.form-item-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 130px;
    text-align: right;
    font-weight: bold;
    line-height: 42px;
}

.form-input {
    width: 290px;
    height: 30px;
    padding: 5px 14px;
    border: 1px solid #ccc;
    background: #fff;
    outline: none;
    resize: none;
    font: 14px/30px 'Microsoft Yahei', 'PingFangSC', sans-serif;
    vertical-align: middle;
}

.form-input.verify-input {
    width: 110px;
}

.form-textarea {
    width: 652px;
    height: 160px;
    padding: 10px 14px;
    border: 1px solid #ccc;
    background: #fff;
    outline: none;
    resize: none;
    font: 14px/24px 'Microsoft Yahei', 'PingFangSC', sans-serif;
    overflow-y: auto;
}

.verify-pic {
    display: inline-block;
    width: 120px;
    height: 42px;
    margin: 0 0 0 16px;
    background: #ccc;
    vertical-align: middle;
}

.verify-pic img {
    width: 100%;
    height: 100%;
}

.form-text {
    margin: 0 0 0 16px;
}

.demand-box .protal-btn {
    display: block;
    margin: 36px auto 0;
}

.items {
    padding: 60px 0;
}