.container {
    height: 2500px;
}


/*********************************  slider con  *************************************/

.slider {
    width: 100%;
    height: 465px;
    background: url(../lib/images/slider_bg.png);
}

.slider_con {
    width: 1096px;
    height: 465px;
    margin: 0 auto;
    position: relative;
}

.slider_con img,
.slider_con p {
    position: absolute;
}

.slider_con p {
    left: 4%;
    top: 20%;
    color: #fff;
    font-size: 30px;
    font-weight: 100;
    height: 100px;
    line-height: 100px;
    letter-spacing: 2px;
    cursor: default;
}

.slider_con .p1 {
    position: absolute;
    left: 5%;
    top: 45%;
    color: #fff;
    font-size: 18px;
    height: 100px;
    line-height: 30px;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

.slider_con .p2 {
    position: absolute;
    left: 5%;
    top: 45%;
    color: #fff;
    font-size: 18px;
    height: 100px;
    line-height: 30px;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s;
}
.slider_con .p3 {
    position: absolute;
    left: 5%;
    top: 45%;
    color: #fff;
    font-size: 18px;
    height: 100px;
    line-height: 30px;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s;
}


@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        -o-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.animated {
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    -o-animation-name: slideInUp;
    animation-name: slideInUp;
}


/*********************************  index main  *************************************/


/*search*/

.search {
    height: 150px;
    width: 100%;
    position: relative;
}

.search_wrap {
    height: 150px;
    width: 1074px;
    margin: 0 auto;
    position: absolute;
    top: -50%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    box-shadow: 0 3px 1px #d6d7d7;
}

.search_l {
    width: 165px;
    height: 115px;
    background: url(../lib/images/search_1.png) no-repeat center center;
    border-right: 1px solid #aeaeb0;
    margin-top: 12px;
}

.search_r {
    width: 900px;
    height: 150px;
    padding: 10px 20px;
    box-sizing: border-box;
}

.search_type {
    height: 25px;
    width: 40%;
    cursor: pointer;
}

.search_type li {
    float: left;
    width: 80px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    color: #8e8e8e;
    font-size: 12px;
    letter-spacing: 2px;
    border-right: 1px solid #aeaeb0;
}

.search_type li:last-child {
    border: none;
}

.search_type li.search_active {
    color: #fff;
}

.search_type li.search_active:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top: 8px solid #fff;
    margin: 2px 0 0 40%;
    transform: rotateY(60deg);
}

.search_bar {
    height: 110px;
    width: 100%;
}

.search_con {
    width: 70%;
    height: 32px;
    border: none;
    padding-left: 10px;
    border-radius: 2px;
}

.search_btn {
    width: 146px;
    height: 36px;
    margin-left: 66px;
    border: none;
    border-radius: 4px;
    background: rgba(30, 30, 30, 1);
    color: #ffffff;
    box-shadow: 0 1px 1px #ccc;
}

.domian_type {
    height: 50px;
    margin-top: 16px;
}

.domian_type dd {
    text-align: center;
    float: left;
    height: 26px;
    line-height: 26px;
    color: #4d4d4e;
    cursor: pointer;
    padding: 0 20px;
}


/*main_con*/

.con {
    height: 1100px;
    margin-top: -100px;
}

.inner {
    margin: 0 auto;
    padding-top: 50px;
    cursor: pointer;
}

.inner .title {
    padding-top: 30px;
    height: 54px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.title .title_link {
    display: inline-block;
    padding: 0 18px;
    height: 54px;
    line-height: 54px;
    text-decoration: none;
    background-color: #fff;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.title .title_txt {
    font-size: 32px;
    color: #373d41;
    line-height: 54px;
}

.title .title_line {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #efefef;
    position: absolute;
    top: 55px;
    left: 0;
    z-index: 1;
}

.inner .des {
    text-align: center;
    margin-bottom: 24px;
}

.des li {
    display: inline-block;
    padding: 0 34px;
    font-size: 14px;
    color: #73777a;
    line-height: 48px;
}

.inner_con .good {
    float: left;
    width: 250px;
    height: 403px;
    border: 1px solid #eaeaea;
    margin-right: 12px;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #fff;
}

.good .hd {
    height: 114px;
    background-color: #f6f7f9;
    margin-bottom: 18px;
}

.good .hd .more {
    display: block;
    height: 79px;
    padding-top: 36px;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.good .hd .more .h2 {
    font-size: 18px;
    color: #373d41;
    line-height: 24px;
}

.good .hd .more .t1 {
    font-size: 14px;
    color: #73777a;
    line-height: 24px;
}

.good .hd .more .t2 {
    font-size: 14px;
    color: #73777a;
    line-height: 24px;
    margin-bottom: 5px;
}

.good .info {
    padding: 0 18px;
    overflow: hidden;
}

.good .info .info-tit {
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    color: #373d41;
    overflow: hidden;
}

.good .info .info-exp {
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    color: #777f84;
    overflow: hidden;
    padding-bottom: 13px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 15px;
}

.con .inner:first-child .info .info-exp {
    height: 44px;
}

.good .col {
    width: 204px;
    height: 145px;
    overflow: hidden;
    margin: 0 auto;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 16px;
}

.good .col li {
    width: 102px;
    height: 40px;
    line-height: 40px;
    float: left;
    font-size: 13px;
}

.good .price {
    width: 96px;
    font-size: 14px;
    color: #373d41;
    line-height: 28px;
    color: #000004;
}

.good .price em {
    font-style: normal;
    font-size: 18px;
}

.good .button {
    width: 96px;
    padding-left: 18px;
}

.good .button a {
    text-decoration: none;
    display: block;
    width: 96px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #000004;
    background: #f6f7f9;
}

.good:hover {
    margin-top: -20px;
}

.inner .title,
.inner .des,
.inner .inner_con {
    padding-top: 30px;
}


/*fixtab*/

.nav-box {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
    height: 0px;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
}

.nav-box .nav-con {
    height: 70px;
    background: #fff;
    border-bottom: 1px solid #e1e1e1;
    box-shadow: 0 1px 9px 0 hsla(0, 0%, 74%, 0.5);
}

.nav-box .nav-con .nav {
    width: 1076px;
    height: 70px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.nav-box .nav-con .nav .line1 {
    width: 1px;
    height: 28px;
    background: #e4e4e4;
    position: absolute;
    left: 0;
    top: 21px;
}

.nav-box .nav-con .nav .tab-li {
    float: left;
    height: 70px;
    overflow: hidden;
    position: relative;
}

.nav-con .nav .tab-li .line {
    width: 1px;
    height: 28px;
    background: #e4e4e4;
    position: absolute;
    right: 0;
    top: 21px;
}

.nav-con .nav .act .blueline {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #1e88e4;
    overflow: hidden;
}

.nav-con .nav .tab-li .tab-achor {
    display: block;
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    color: #73777a;
    text-decoration: none;
    position: relative;
}

.nav-con .nav .act .tab-achor {
    color: #1e88e4;
}


/*map*/

@keyframes zoomIn {
    from {
        opacity: 0;
        filter: alpha(0);
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -ms-transform: scale3d(0.3, 0.3, 0.3);
        -o-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
        filter: alpha(100);
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    -ms-animation-name: zoomIn;
    animation-name: zoomIn;
}

.map {
    margin: 50px auto;
}

.map .map_title{
    padding-top: 80px;
    font-size: 40px;
    font-weight: 100;
    text-align: center;
}

.map_wrap {
    background: url(../lib/images/map-grey.svg) no-repeat center center;
    height: 450px;
    margin: 80px auto;
    position: relative;
    width: 1040px;
    overflow: hidden;
}

.location {
    height: 12px;
    position: absolute;
    width: 12px;
    z-index: 998;
}

.location-uskt {
    right: 830px;
    top: 179px;
}

.location-guangdong {
    right: 260px;
    top: 185px;
}

.location-henan {
    right: 265px;
    top: 155px;
}

.location-hk {
    right: 255px;
    top: 194px;
}

.location-beijing {
    right: 255px;
    top: 135px;
}

.location-shanghai {
    right: 245px;
    top: 163px;
}

.location-jiaxing {
    right: 254px;
    top: 174px;
}

.location-hanguo {
    right: 223px;
    top: 143px;
}

.location-taiwan {
    right: 228px;
    top: 184px;
}

.location-name {
    display: block;
    height: 28px;
    position: absolute;
    z-index: 999;
}

.location .location-name {
    bottom: 35px;
    left: 35px;
    cursor: pointer;
}

.location-hk .location-name {
    bottom: -65px;
    left: -90px;
}

.location-henan .location-name {
    bottom: 35px;
    left: -75px;
}

.location-guangdong .location-name {
    bottom: -11px;
    cursor: pointer;
    left: -128px;
}

.location-beijing .location-name {
    bottom: 30px;
    cursor: pointer;
    left: 30px;
}

.location-shanghai .location-name {
    bottom: -10px;
    cursor: pointer;
    left: 65px;
}

.location-jiaxing .location-name {
    bottom: 10px;
    cursor: pointer;
    left: -100px;
}

.location-hanguo .location-name {
    bottom: 26px;
    cursor: pointer;
    left: 88px;
}

.location-taiwan .location-name {
    bottom: -60px;
    cursor: pointer;
    left: 20px;
}

.location-name:after {
    background-color: #898989;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    width: 20px;
    z-index: -1;
}

.location-map-grey .location-name:after {
    background-color: #c4cacc;
}

.location .location-name:after {
    bottom: -12px;
    left: -34px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 45px;
}

.location-hk .location-name:after {
    bottom: 46px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 80px;
}

.location-henan .location-name:after {
    bottom: -9px;
    left: 35px;
    -webkit-transform: rotate(43deg);
    -ms-transform: rotate(43deg);
    -o-transform: rotate(43deg);
    transform: rotate(43deg);
    width: 48px;
}

.location-guangdong .location-name:after {
    bottom: 16px;
    left: 74px;
    width: 60px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.location-beijing .location-name:after {
    bottom: -8px;
    left: -25px;
    width: 60px;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.location-shanghai .location-name:after {
    bottom: 15px;
    left: -55px;
    width: 56px;
    -webkit-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    transform: rotate(1deg);
}

.location-jiaxing .location-name:after {
    bottom: 3px;
    left: 70px;
    width: 38px;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}

.location-hanguo .location-name:after {
    bottom: -8px;
    left: -85px;
    width: 92px;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

.location-taiwan .location-name:after {
    bottom: 44px;
    left: -26px;
    width: 85px;
    -webkit-transform: rotate(36deg);
    -ms-transform: rotate(36deg);
    -o-transform: rotate(36deg);
    transform: rotate(36deg);
}

.jd-info {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    color: #fff;
    display: none;
    padding: 10px;
    position: absolute;
    line-height: 22px;
}

.location-henan .jd-info {
    left: -360px;
    top: -120px;
    width: 310px;
}

.location-guangdong .jd-info {
    left: -304px;
    top: 36px;
    width: 220px;
}

.location-hk .jd-info {
    left: -350px;
    top: 85px;
    width: 300px;
}

.location-beijing .jd-info {
    left: -200px;
    top: -100px;
    width: 300px;
}

.location-uskt .jd-info {
    left: 35px;
    top: -120px;
    width: 346px;
}

.location-shanghai .jd-info {
    left: 2px;
    top: 30px;
    width: 220px;
}

.location-jiaxing .jd-info {
    left: -390px;
    top: -75px;
    width: 310px;
}

.location-hanguo .jd-info {
    left: -145px;
    top: -92px;
    width: 310px;
}

.location-taiwan .jd-info {
    left: -130px;
    top: 80px;
    width: 310px;
}

.location-hk .jd-info:after,
.location-guangdong .jd-info:after {
    border-bottom: 7px solid rgba(0, 0, 0, 0.3);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: 16px;
    top: -7px;
    width: 0;
}

.location-henan .jd-info:after {
    border-top: 7px solid rgba(0, 0, 0, 0.3);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: 20px;
    bottom: -7px;
    width: 0;
}

.location-uskt .jd-info:after {
    border-top: 7px solid rgba(0, 0, 0, 0.3);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    left: 20px;
    bottom: -7px;
    width: 0;
}

.location-beijing .jd-info:after,
.location-hanguo .jd-info:after {
    border-top: 7px solid rgba(0, 0, 0, 0.3);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    left: 270px;
    bottom: -7px;
    width: 0;
}

.location-shanghai .jd-info:after {
    border-bottom: 7px solid rgba(0, 0, 0, 0.3);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    left: 70px;
    top: -7px;
    width: 0;
}

.location-taiwan .jd-info:after {
    border-bottom: 7px solid rgba(0, 0, 0, 0.3);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    left: 180px;
    top: -7px;
    width: 0;
}

.location-jiaxing .jd-info:after {
    border-top: 7px solid rgba(0, 0, 0, 0.3);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: 20px;
    bottom: -7px;
    width: 0;
}

.location-name span {
    background-color: #1e88e4;
    border-radius: 3px;
    box-shadow: 0 5px 20px -5px rgba(11, 27, 38, 0.2);
    color: #fff;
    display: block;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    white-space: nowrap;
}

.location-pin,
.location-pin:after {
    background-color: #1e88e4;
    border-radius: 100%;
}

.location-pin {
    display: block;
    height: 12px;
    position: relative;
    width: 12px;
    z-index: 999;
}

.location-pin:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    height: 22px;
    width: 22px;
    margin: -11px 0 0 -11px;
    -webkit-animation: pulsate 2s linear;
    -ms-animation: pulsate 2s linear;
    animation: pulsate 2s linear;
    -webkit-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.05;
    }
    20% {
        -webkit-transform: scale(0.7);
        opacity: 0.1;
    }
    40% {
        -webkit-transform: scale(0.9);
        opacity: 0.2;
    }
    60% {
        -webkit-transform: scale(1.1);
        opacity: 0.3;
    }
    100% {
        -webkit-transform: scale(1.4);
        opacity: 0;
    }
}

@keyframes pulsate {
    0% {
        transform: scale(0);
        opacity: 0.05;
    }
    20% {
        transform: scale(0.7);
        opacity: 0.1;
    }
    40% {
        transform: scale(0.9);
        opacity: 0.2;
    }
    60% {
        transform: scale(1.1);
        opacity: 0.3;
    }
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

.zctips {
    background-color: #3da9ff;
    border: 1px solid #3da9ff;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin: 40px auto 20px;
    padding: 0 7px;
    text-align: center;
    width: 300px;
}

.zctips:hover {
    background-color: #1e88e4;
    border: 1px solid #1e88e4;
    color: #fff;
}

