@charset "utf-8";


.f72 {
    font-size: 72px;
}
.f60 {
    font-size: 60px;
    line-height: 1.35;
}
.f40 {
    font-size: 40px;
}
.f34 {
    font-size: 34px;
}
h1,.h1 {
    font-size: 30px;
    line-height: 1.45;
}
.f28{
    font-size: 28px;
}
h2,.h2 {
    font-size: 22px;
}

h3,.h3 {
    font-size: 20px;
}
h4,.h4 {
    font-size: 18px;
}
h5,.h5 {
    font-size: 16px;
}

h6,.h6 {
    font-size: 16px;
}
@media only screen and (max-width:1366px) {
    .f72 {
        font-size: 64px;
    }
    .f60 {
        font-size: 52px;
    }
}
@media only screen and (max-width:1280px) {
    .f72 {
        font-size: 56px;
    }
    .f60 {
        font-size: 48px;
    }
}
@media only screen and (max-width:1240px) {
    .f72 {
        font-size: 52px;
    }
    .f60 {
        font-size: 44px;
    }
}
@media only screen and (max-width:1200px) {
    .f72 {
        font-size: 48px;
    }
    .f60 {
        font-size: 42px;
    }
    .f40 {
        font-size: 32px;
    }
    h1,.h1 {
        font-size: 26px;
    }
    .f28 {
        font-size: 24px;
    }
}
@media only screen and (max-width: 1043px) {
    .f40 {
        font-size: 36px;
    }
}
@media only screen and (max-width: 960px) {
    .f72 {
        font-size: 44px;
    }
    .f60 {
        font-size: 40px;
    }
    .f40 {
        font-size: 32px;
    }
    h1,.h1 {
        font-size: 24px;
    }
    .f28{
        font-size: 22px;
    }
    h2,.h2  {
        font-size: 20px;
    }

    h3,.h3 {
        font-size: 18px;
    }
    h4,.h4 {
        font-size: 17px;
    }

    h5,.h5 {
        font-size: 15px;
    }

    h6,.h6 {
        font-size: 14px;
    }
}
@media only screen and (max-width: 640px) {
    .f72 {
        font-size: 24px;
    }
    .f60 {
        font-size: 24px;
    }
    .f40 {
        font-size: 22px;
    }
    h1,.h1 {
        font-size: 22px;
    }
    .f28{
        font-size: 20px;
    }
    h2,.h2  {
        font-size: 18px;
    }
    h3,.h3 {
        font-size: 16px;
    }
    h4,.h4 {
        font-size: 16px;
    }
    h5,.h5 {
        font-size: 14px;
    }
    h6,.h6 {
        font-size: 14px;
    }
}
.width1480 {
    width: 88%;
    max-width: 1480px;
    margin: 0 auto;
}
.width1200 {
    width: 88%;
    max-width: 1200px;
    margin: 0 auto;
}
.none {
    display: none !important;
}

.fc33 {
    color: #333333;
}

.fc66 {
    color: #666666;
}

.fcff {
    color: #FFFFFF;
}

.fcc3 {
    color: #7ba9be;
}

.fc99 {
    color: #999999;
}

.fc7b {
    color: #7ba9be;
}

.fc35 {
    color: #54788c;
}

.fc59 {
    color: #597c8f;
}

.fl172{
    line-height: 1.72;
}
.fl1875 {
    line-height: 1.875;
}

.fl2 {
    line-height: 2;
}

.fl225 {
    line-height: 2.25;
}
.pt112{
    padding-top: 112px;
}
.fw600 {
    font-weight: 600;
}

.pt80 {
    padding-top: 80px;
}
.mt10 {
    margin-top: 10px;
}
.mt30 {
    margin-top: 30px;
}

.mt50 {
    margin-top: 50px;
}
.mt75 {
    margin-top: 75px;
}

.mt90 {
    margin-top: 90px;
}
.pt70 {
    padding-top: 70px;
}
.pb50 {
    padding-bottom: 50px;
}
.pb80 {
    padding-bottom: 80px;
}
.mb16 {
    margin-bottom: 16px;
}
.mb20 {
    margin-bottom: 20px;
}
.pb60 {
    padding-bottom: 60px;
}
.pt60 {
    padding-top: 60px;
}
.pb70 {
    padding-bottom: 70px;
}
.w100 {
    width: 100%;
}
.w31 {
    width: 31.63%;
}
.w47 {
    width: 47% !important;
}
/* 页面标题开始 */
.bg {
    position: relative;
    overflow: hidden;
}
.bg-img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    max-width: 100000px;
    transform: translate(-50%, -50%);
    transition: all .4s;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #CCCCCC;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #CCCCCC;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #CCCCCC;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #CCCCCC;
}
.share {
    width: 37px;
    height: 37px;
    background: #EEEEEE;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 10px;
    transition: all .4s;
    cursor: pointer;
}
.share img {
    transition: all .4s;
}
.share:last-child {
    margin-right: 0;
}
.share .h-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}
.share:hover {
    background: #7ba9be;
}
.share:hover .h-img {
    opacity: 1;
}
.share:hover .p-img {
    opacity: 0;
}
.share.active {
    background: #7ba9be;
}
.share.active .h-img {
    opacity: 1;
}
.share.active .p-img {
    opacity: 0;
}
/* 个人中心开始 */
.personal-frame {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 9;
    justify-content: center;
    align-items: center;
    display: none;
    z-index: 1000;
}
.personal-frame.active {
    display: flex;
}
.personal-frame .frame-box {
    max-width: 770px;
    width: 92%;
    min-height: 692px;
    background: #FFFFFF;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 50px 0;
    box-sizing: border-box;
}
.personal-frame .box {
    width: 400px;
}
.personal-frame .form-content {
    margin-top: 48px;
}
.form-texts .item {
    width: 100%;
    height: 47px;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 20px;
    position: relative;
}
.form-texts .item.add_Last_name input {
    width: 100%;
    border: 1px solid #7ba9be;
}
.form-texts .link-tit {
    width: 46px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(123,169,190,.1);
    border: 1px solid #7ba9be;
    border-radius: 4px 0px 0px 4px;
}
.form-texts .item input {
    width: calc(100% - 46px);
    height: 100%;
    padding: 0 13px;
    box-sizing: border-box;
    color: #333;
    outline: none;
    border: none;
    border: 1px solid #7ba9be;
    border-left: none;
}
.personal-frame .sub-btn {
    width: 100%;
    height: 46px;
    background: #7ba9be;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
}
.tips-texts {
    font-size: 12px;
    margin: 23px 0;
}
.frame-close {
    position: absolute;
    right: 32px;
    top: 30px;
}
.frame-close img {
    transition: all .4s;
}
.frame-close:hover img {
    transform: rotate(360deg);
}
.send-btn {
    width: 132px;
    height: 47px;
    background: #7ba9be;
    border-radius: 0px 4px 4px 0px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.form-texts .item.send-item input {
    padding-right: 165px;
}
.tips-input {
    margin: 12px 0 22px;
    cursor: pointer;
}
.tips-input-texts {
    width: 24px;
    height: 24px;
    border: 1px solid #D0C5B4;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-right: 12px;
    position: relative;
}
.tips-input-lab {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    cursor: pointer;
    -web-kit-appearance: none;
    -moz-appearance: none;
    color: transparent;
}
.tips-input-texts::after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.tips-input.active .tips-input-texts::after {
    width: 9px;
    height: 7px;
    background: url(../img/tips-input-texts.png) no-repeat center/cover;
}
.tips-input.active .tips-input-texts {
    border: 1px solid #7ba9be;
}
.tips-input.active .tips-input-texts .tips-input-lab {
    background: #7ba9be;
}
.tips-two {
    margin-left: 8px;
}
/* 登录页面开始 */

/* 登录注册提示页面开始 */
.register .box {
    display: none;
}

.register-success .icon {
    margin: 0 auto 36px;
    width: 42px;
}
/* 忘记密码开始 */
.forget-register .frame-box {
    flex-direction: column;
}
.forget-register .sub-btn {
    margin: 35px 0 20px;
}
.text-icon-per img {
    margin-right: 5px;
}
.text-icon {
    margin-right: 8px;
    width: 25px;
}
.top-icon {
    position: fixed;
    right: 3%;
    bottom: 90px;
    cursor: pointer;
    z-index: 98;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    border-radius: 50%;
    opacity: 0;
    transition: all .4s;
    transform: translateX(100%);
}
.top-icon.show {
    opacity: 1;
    transform: translateX(0);
}
.pro-textss .links {
    margin-top: 15px;
}
.link-content {
    margin-top: 20px;
}
.link-content .links-box {
    margin-right: 21%;
}
.link-content .links-box:last-child {
    margin-right: 0;
}
.link-color-box {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
    background: transparent;
    cursor: pointer;
    position: relative;
}
.link-color-box .link-color {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.link-color-box.active {
    background: rgba(0, 0, 0, .6);
}
.pro-centents {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    padding: 8px 8px 0;
    box-sizing: border-box;
    transition: all .4s;
}
.pro-centents .img {
    width: 100%;
    height: 242px;
    display: block;
}
.pro-centents .img .h_img {
    opacity: 0;
}
.pro-centents .stock_tip {
    color: #00624d;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 20px;
    box-sizing: border-box;
    font-weight: 600;
}
.pro-centents .stock_tip.out {
    color: #b44432;
}
.pro-centents .texts {
    padding: 30px 8px;
    box-sizing: border-box;
}
.pro-centents .texts .text {
    margin-top: 20px;
}
.pro-centents .text-text {
    line-height: 1.72;
}
.pro-centents .tit {
    transition: all .4s;
    font-family: "gotham-rounded-bold";
}
.pro-textss .title {
    margin: 10px 0 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
    border-bottom: 2px solid #7ba9be;
}
.pro-textss .con {
    margin: 15px 0;
}
.pro-textss .text-list {
    margin-right: 30px;
    min-width: 150px;
}
.pro-textss .text-list:nth-child(3n) {
    margin-right: 0;
}
.pro-textss .text-text {
    margin-right: 20px;
}
.pro-textss .text-text:last-child {
    margin-right: 0;
}
.pro-textss .content {
    line-height: 2.25;
}
@media only screen and (min-width:961px) {
    .pro-centents:hover {
        border: 1px solid #7ba9be !important;
    }
    .pro-centents:hover .img .p_img {
        opacity: 0;
    }

    .pro-centents:hover .img .h_img {
        opacity: 1;
    }
    .pro-centents:hover .img img {
        height: 105%;
    }
    .pro-centents:hover .tit {
        color: #7ba9be;
    }

    .pro-centents .share:hover {
        background: #7ba9be;
    }

    .pro-centents .share:hover .h-img {
        opacity: 1;
    }

    .pro-centents .share:hover .p-img {
        opacity: 0;
    }
}
@media only screen and (max-width:1600px) {
    .pro-centents .img{
        height: 225px;
    }
}
@media only screen and (max-width:1400px) {
    .pro-centents .texts {
        padding: 20px 0;
    }
    .personal-frame .frame-box {
        min-height: initial;
    }
}

@media only screen and (max-width:1366px) {
    .mt90 {
        margin-top: 70px;
    }
}
@media only screen and (max-width:1280px) {
    .pro-centents .texts .text .text-list {
        margin-bottom: 5px;
    }
    .pro-centents .texts .text .text-list:last-child {
        margin-bottom: 0;
    }
    .pro-centents .img {
        height: 205px;
    }
    .pro-centents {
        padding: 8px 12px 0;
    }
}
@media only screen and (max-width:1200px) {
    .pb80 {
        padding-bottom: 60px;
    }
    .pt80 {
        padding-top: 60px;
    }
    .mt90 {
        margin-top: 60px;
    }
}
@media only screen and (max-width:1043px) {
    .width1480{
        width: 92%;
    }
    .width1200{
        width: 92%;
    }
}
@media only screen and (max-width:960px) {
    .mt50 {
        margin-top: 30px;
    }

    .mt75 {
        margin-top: 40px;
    }

    .pt70 {
        padding-top: 40px;
    }

    .pb80 {
        padding-bottom: 40px;
    }
    .pt80 {
        padding-top: 40px;
    }

    .mt90 {
        margin-top: 50px;
    }

}
@media only screen and (max-width:750px) {
    .mt50 {
        margin-top: 25px;
    }
    .fl225 {
        line-height: 1.875;
    }
    .pt60 {
        padding-top: 25px;
    }
    .pt70 {
        padding-top: 30px;
    }
    .mt75 {
        margin-top: 25px;
    }
    .mt30 {
        margin-top: 30px;
    }
    .pb50 {
        padding-bottom: 30px;
    }
    .pb80 {
        padding-bottom: 30px;
    }
    .pt80 {
        padding-top: 30px;
    }
    .pb60 {
        padding-bottom: 30px;
    }
    .pb70 {
        padding-bottom: 25px;
    }
    .mt90 {
        margin-top: 25px;
    }
    .personal-frame .frame-box {
        padding: 45px 0 30px;
    }
    .personal-frame .box {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .personal-frame .form-content {
        margin-top: 20px;
    }
    .tips-input-texts {
        width: 16px;
        height: 16px;
    }
    .tips-input label {
        font-size: 12px;
    }
    .w47 {
        width: 100% !important;
    }
    .form-texts .item {
        height: 42px;
        margin-bottom: 15px;
    }
    .form-texts .item:last-child{
        margin-bottom: 0;
    }
    .send-btn {
        height: 42px;
        width: 130px;
        font-size: 13px;
    }
    .form-texts .item.send-item input {
        padding-right: 130px;
    }
    .personal-frame .sub-btn {
        height: 42px;
        margin: 20px 0 5px;
    }
    .form-texts .item input {
        font-size: 13px;
    }
    .pro-centents .img .h_img {
        display: none;
    }
    .tips-one {
        display: none;
    }
    .tips-two {
        margin-left: 0;
    }
    .frame-close {
        right: 20px;
        top: 20px;
    }
    .texts-share{
        margin-left: auto;
        margin-top: 10px;
    }
    .pro-centents .texts {
        padding: 15px 0;
    }
    .pro-centents .texts .text {
        margin-top: 15px;
    }
    .pro-centents .stock_tip{
        margin-bottom: 15px;
    }
}
.paging-wrap {
    display: none;
}
.ajax_pagers {
    line-height: 1;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ajax_pagers .ajax_a {
    text-decoration: none;
    width: 40px;
    height: 40px;
    border: 1px #dedede solid;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    margin: 0 10px !important;
}
.ajax_pagers .ajax_a:hover {
    background: #7ba9be;
    border: 1px #7ba9be solid;
    color: #fff;
}
.ajax_pagers .ajax_span {
    background: #7ba9be;
    border: 1px #7ba9be solid;
    color: #fff;
    font-weight: normal !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 10px !important;
}
.crumbs .item {
    padding: 0 25px 10px;
    box-sizing: border-box;
    position: relative;
    margin-right: 4.5%;
    transition: all .4s;
}
.crumbs .item::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .4s;
    transform: scale(0);
    opacity: 0;
}
.crumbs .item:hover {
    color: #7ba9be;
}
.crumbs .item:hover:after {
    transform: scale(1);
    opacity: 1;
}
.crumbs .item.active {
    color: #7ba9be;
}
.crumbs .item.active::after {
    transform: scale(1);
    opacity: 1;
}
/* 网站一级标题 */
.page_title .box {
    /* width: 80%; */
    margin: 0 auto;
    width: 66%;
}
.page_line {
    width: 150px;
    height: 2px;
    background: #7ba9be;
    margin: 20px auto 30px;
}
.page_title .page_desc {
    margin-top: 20px;
}
.crumb {
    background: rgba(0,0,0,.15);
}

.crumb .width1480 {
    height: 36px;
}
.crumb .width1480 a{
    font-size: 13px;
}
.crumb .item::after {
    content: ">";
    display: block;
    font-size: 18px;
    color: #fff;
    margin: 0 15px;
}
.crumb .item:hover a {
    color: #fff;
}
.crumb .item:last-child::after {
    display: none;
}
.bread-crumb .width1480 {
    padding: 50px 0;
    box-sizing: border-box;
}
.bread-crumb .link {
    margin-right: 50px;
    /* padding: 7px 0; */
    box-sizing: border-box;
    position: relative;
}
.bread-crumb .link::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #7ba9be;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .4s;
    transform: scale(0);
}
.bread-crumb .link:last-child {
    margin-right: 0;
}

.bread-crumb .link:hover {
    color: #7ba9be;
}
.bread-crumb .link:hover::after{
    transform: scale(1);
}
.bread-crumb .link.active {
    color: #7ba9be;
}
.bread-crumb .link.active::after{
    transform: scale(1);
}
.explore{
    padding: 0 25px;
    box-sizing: border-box;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #7ba9be;
    color: #fff;
    max-width: 144px;
    z-index: 1;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    font-size: 13px;
}
.explore::after{
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background: rgb(136, 195, 151);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all .4s;
}
.explore:hover::after{
    width: 100%;
}
.explore:hover{
    color: #fff;
}
@media only screen and (max-width:1200px) {
    .crumb{
         display: none;
    }
}
@media only screen and (max-width:750px) {
    .explore{
        margin: 25px auto 0;
    }
    .page_title .box{
        width: 100%;
    }
}