* {
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box
}

img {
    border: 0;
}

.clear {
    clear: both;
}

html,
body {
    font-family: "Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif";
    /* font-family: "Microsoft Yahei", Open Sans, Tahoma, sans-serif; */
}

a:link,
a:visited,
a:active {
    text-decoration: none;
}


/* banner */

.banner {
    width: 100%;
    /* height: 300px; */
    margin: 0 auto;
    /* background: #8086f8; */
    background: -webkit-linear-gradient(left, #8086f8, #63a5ff);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #8086f8, #63a5ff);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #8086f8, #63a5ff);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #8086f8, #63a5ff);
    /*  */
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#8086f8, endColorstr=#63a5ff);
    /*IE<9>*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#8086f8, endColorstr=#63a5ff)";
    /*IE8+*/
    margin-bottom: 80px;
}

.banner-box {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.banner-bg {
    width: 100%;
    max-width: 1200px;
    height: 300px;
    margin: 0 auto;
    background-image: url('../images/products/banner1.png');
    background-repeat: no-repeat;
    background-position: 80%;
}

.banner-title-box {
    position: absolute;
    left: calc(50% - 600px);
    top: 70px;
}

#banner-title1 {
    font-size: 46px;
    color: #fff;
    margin-bottom: 15px;
}

#banner-title2 {
    line-height: 32px;
    font-size: 16px;
    color: #fff;
}

#banner-title3 {
    font-size: 18px;
    color: #fff;
}


/*  */

.product {
    max-width: 1200px;
    margin: 0 auto 6px;
}

.product-title {
    text-align: center;
    color: #333333;
}

#product-title1 {
    font-family: "Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif";
    /* font-weight: bold; */
    font-size: 34px;
    margin-bottom: 30px;
}

#product-title2 {
    margin-bottom: 80px;
}

.product-list {
    width: 1260px;
}

.product-item-box {
    float: left;
    max-width: 350px;
    min-height: 250px;
    margin-right: 60px;
    margin-bottom: 46px;
    border-radius: 10px;
    box-sizing: border-box;
    /* box-shadow: 0 0 12px #f0efef; */
    box-shadow: 0 0 4px #f0efef;
}

.product-item-box:hover {
    box-shadow: 0 0 10px #c5c5c5;
}

.product-item-bg {
    position: relative;
    height: 150px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.product-item-content {
    font-size: 14px;
}

.product-item-content p {
    line-height: 18px;
}

.product-item-content p+p {
    position: absolute;
    right: 10px;
    bottom: 10px;
    text-align: right;
    margin: 0 20px;
    padding-bottom: 10px;
}

.product-item-title {
    margin: 20px 20px;
    font-size: 14px;
    line-height: 18px;
    font-family: "Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif";
    color: #000000;
    color: #777;
}

.color-blue {
    background: #7696ff;
}

.color-blue:hover {
    background: #4c76ff;
}

.color-green {
    background: #64ded7;
}

.color-green:hover {
    background: #40ccc4;
}

.color-orange {
    background: #ffc54c;
}

.color-orange:hover {
    background: #ffac00;
}

.product-item-logo {
    height: 42px;
    position: absolute;
    left: 20px;
    top: 20px;
    background-repeat: no-repeat;
    background-size: 70px 70px;
}

.product-item-logo img {
    border: 0;
    margin-top: 15px;
    max-height: 37px;
    max-width: 100%;
}

#product-item-bg1 {
    background-image: url('../images/products/bg4.png');
}

#product-item-bg2 {
    background-image: url('../images/products/bg5.png');
}

#product-item-bg3 {
    background-image: url('../images/products/Infographic.png');
}

#product-item-bg4 {
    background-image: url('../images/products/bg7.png');
}

#product-item-bg5 {
    background-image: url('../images/products/bg8.png');
}

#product-item-bg6 {
    background-image: url('../images/products/bg9.png');
}

.product-bg-text {
    position: absolute;
    top: 20px;
    left: 100px;
    font-size: 24px;
    color: #606060;
    line-height: 67px;
}

.advertisement {
    height: 120px;
    /* background-image: url('../images/products/advertisement.png'); */
    /* background: #fddd32; */
    background: linear-gradient(to right, #fddd32, #f7e51b);
    background-repeat: no-repeat;
    background-size: 100% 120px;
    font-size: 32px;
    font-family: "Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif";
    text-align: center;
    letter-spacing: 5px;
    margin-bottom: 80px;
    color: #323232;
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#fddd32, endColorstr=#f7e51b);
    /*IE<9>*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#fddd32, endColorstr=#f7e51b)";
    /*IE8+*/
}

.advertisement img {
    vertical-align: unset;
}

.subscription-more {
    position: relative;
    height: 142px;
    background-image: url('../images/products/1.png');
    background-repeat: no-repeat;
    background-size: 100% 142px;
}

.subscription-more-button {
    position: relative;
    top: -20px;
    width: 220px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-family: "Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif";
    font-size: 18px;
    color: #ffffff;
    background: #6181ff;
    border-radius: 10px;
    margin: 0 auto;
    /* transition: 1s; */
}

.subscription-more-button:hover {
    background: #5275ff;
}

.subscription-more-button a {
    display: block;
    color: #ffffff;
}


/* subscription */

.subscription img {
    width: 100%;
}

.subscription-item {
    margin-bottom: 30px;
}

.subscription {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 93px;
}

.subscription-title {
    text-align: center;
    color: #333333;
}

#subscription-title1 {
    font-family: "Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif";
    /* font-weight: bold; */
    font-size: 34px;
    margin-bottom: 30px;
}

#subscription-title2 {
    margin-bottom: 80px;
}

.subscription-content-box {
    width: 100%;
    max-width: 360px;
    height: 620px;
    margin-right: 60px;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 4px #f0efef;
}

.subscription-content-box:hover {
    box-shadow: 0 0 10px #c5c5c5;
}

.subscription-box {
    width: 100%;
}

.subscription-item {
    width: 33%;
    float: left;
}

.subscription-item2 {
    width: 34%;
}

.subscription-content-box {
    width: 95%;
    margin: 0 auto;
}

.subscription-bg {
    position: relative;
    height: 178px;
}

.subscription-bg-text {
    position: absolute;
    top: 40px;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-family: "Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif";
    font-size: 20px;
}

.subscription-bg-price {
    font-size: 40px;
}

.subscription-bg-text p {
    line-height: 30px;
    margin-bottom: 30px;
}

.subscription-bg-text p+p {
    margin: 0;
}

.subscription-info {
    padding-top: 70px;
    text-align: center;
}

.subscription-info p {
    line-height: 20px;
    font-size: 18px;
    color: #333333;
    margin-bottom: 23px;
}

.subscription-info p:last-child {
    margin-bottom: 68px;
}

.subscription-buy {
    margin: 0 auto;
    text-align: center;
    width: 180px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-family: "Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif";
    border-radius: 10px;
    color: #ffffff;
}

.subscription-buy a {
    display: block;
    color: #ffffff;
}


/*  */

.product-item {
    width: 33%;
    float: left;
    margin-bottom: 52px;
}

.product-item-box {
    position: relative;
    width: 95%;
    float: none;
    margin: 0 auto;
}

.product-list {
    width: 100%;
}


/*  */

.advertisement {
    position: relative;
    color: #323232;
}

.advertisement div {
    max-width: 1200px;
    height: 148px;
    position: relative;
    margin: 0 auto;
}

.advertisement p:first-child {
    width: 100%;
    float: left;
    position: absolute;
    top: 40%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.advertisement p+p {
    float: left;
    width: 50%;
    position: absolute;
    bottom: 45%;
    text-align: left;
    padding-left: 30px;
    left: 50%;
}


/* footer */

#footer {
    font-size: 0.9em;
}

.footer-wrapper {
    background-color: #3a3a3a;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.footer-left {
    display: table-cell;
}

.footer-right {
    display: table-cell;
    text-align: right;
}

.img-responsive {
    max-width: 80px;
}

.menu-item {
    display: inline-block;
    color: #ffffff;
}

.menu-item a {
    color: #ffffff;
}

#footer .footer-bottom .widget_nav_menu ul li:after {
    content: "|";
    font-weight: 300;
    position: relative;
    top: -1px;
    margin: 0 0 0 9px;
}

#footer .footer-bottom .widget_nav_menu ul li:last-child:after {
    content: none;
}

#footer .footer-bottom {
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    background-position: initial;
    background-image: none;
    color: #fff;
    background-color: #2d2d2d;
    padding: 15px 0;
}

#footer .footer-bottom .container>div {
    display: table-cell;
    vertical-align: middle;
}

#footer .footer-bottom .container {
    display: table;
    table-layout: fixed;
}

#footer .container {
    position: relative;
}

img {
    vertical-align: middle;
}

#footer .footer-bottom .container .footer-left {
    padding: 10px 8px 10px 0;
    text-align: left;
}

#footer .footer-bottom .container .footer-right {
    padding: 10px 0 10px 8px;
    text-align: right;
}

#footer .footer-bottom a,
#footer .footer-bottom a:hover {
    color: #fff;
}

#footer a {
    color: #fff;
}

#footer a:hover {
    text-decoration: underline;
}

#footer .logo {
    display: inline-block;
    margin-right: 25px;
}

#footer .footer-bottom .widget_nav_menu ul li {
    display: inline-block;
    padding: 0 0 0 6px;
}

#footer .widget>div>ul li,
#footer .widget>ul li {
    line-height: 24px;
}

.subscription-bg-tag {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.banner-bg {
    height: 300px;
    background-position: 90%;
    background-size: 40%;
}

.banner-title-box {
    left: 0;
    width: 100%;
}

#banner-title1 {
    margin-left: 55px;
    width: 50%;
    text-align: left;
}

#banner-title2 {
    margin-left: 45px;
    width: 44%;
    text-align: left;
}

.subscription-bg-oldprice {
    width: 100%;
    position: relative;
    text-align: center;
    font-size: 20px;
    font-family: "Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif";
    top: -15px;
}

@media screen and (max-width: 1024px) {
    .subscription-bg-text {
        top: 25px;
    }
    .subscription-bg-text p {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 768px) {
    .advertisement {
        letter-spacing: 3px;
    }
    /* .advertisement p:first-child{
        text-align: center;
        padding: 0;
    }
    .advertisement p+p{
        text-align: center;
        padding: 0;
    } */
    .banner-bg {
        height: 420px;
        background-position: 90%;
        background-size: 40%;
    }
    #banner-title1 {
        margin-left: 0;
        width: 50%;
        text-align: center;
    }
    #banner-title2 {
        margin-left: 0;
        width: 50%;
        padding: 0 3%;
        text-align: center;
    }
    /*  */
    .product-item {
        width: 50%;
        float: left;
        margin-bottom: 20px;
    }
    .product-item-box {
        width: 95%;
        float: none;
        margin: 0 auto;
    }
    .product-list {
        width: 100%;
    }
    /*  */
    .subscription-box {
        width: 100%;
    }
    .subscription-item {
        width: 50%;
        float: left;
    }
    .subscription-content-box {
        width: 95%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 576px) {
    /*  */
    .advertisement {
        font-size: 30px;
    }
    .banner-bg {
        height: 630px;
        background-position: 50% 85%;
        background-size: 80%;
    }
    .advertisement p:first-child {
        width: 100%;
        position: relative;
    }
    .advertisement p+p {
        float: left;
        width: 100%;
        position: relative;
        top: 8%;
        left: 0;
        bottom: auto;
    }
    /*  */
    .banner-title-box {
        left: auto;
    }
    #banner-title1 {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        font-size: 42px;
    }
    #banner-title2 {
        margin: 10px auto 0;
        width: 90%;
    }
    /*  */
    .product-item {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }
    .product-item-box {
        width: 95%;
        float: none;
        margin: 0 auto;
    }
    .product-list {
        width: 100%;
    }
    /*  */
    .subscription-box {
        width: 100%;
    }
    .subscription-item {
        width: 100%;
        float: left;
    }
    .subscription-info p:last-child {
        margin-bottom: 68px;
    }
    .subscription-content-box {
        width: 95%;
        height: 580px;
        margin: 0 auto;
    }
    .subscription-info p {
        margin-bottom: 23px;
    }
    .subscription-bg-text {
        top: 25px;
    }
    .subscription-bg-text p {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 768px) {
    /*  */
    #footer {
        font-size: 0.8em;
    }
    #footer .logo {
        display: block;
        margin-bottom: 15px;
        margin-right: 0;
    }
    #footer .footer-bottom .container>div {
        display: block;
    }
    #footer .footer-bottom .container .footer-left {
        padding: 10px 0;
    }
    #footer .footer-bottom .container .footer-right {
        padding: 10px 0;
        text-align: left;
    }
}

@media screen and (max-width: 768px) {
    /*  */
    #footer {
        font-size: 0.8em;
    }
    #footer .logo {
        display: block;
        margin-bottom: 15px;
        margin-right: 0;
    }
    #footer .footer-bottom .container>div {
        display: block;
    }
    #footer .footer-bottom .container .footer-left {
        padding: 10px 0;
    }
    #footer .footer-bottom .container .footer-right {
        padding: 10px 0;
        text-align: left;
    }
}

.frame_footer {
    width: 100%;
    height: 260px;
    padding: 27px 0;
    background-color: #262e3b;
    color: #c2c2c2;
    font-size: 14px;
    border-top: 3px solid #d4d4d4;
}

.frame_footer a {
    color: inherit;
    outline: none;
    text-decoration: none;
}

.frame_footer a:hover {
    color: inherit;
}

.frame_footer .frame_footercon {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.frame_footer .frame_footercon .frame_footer_logocon {
    width: 20%;
    height: 30px;
    float: left;
}

.frame_footer .frame_footercon .frame_footer_menucon {
    width: 60%;
    float: left;
    height: 20px;
    line-height: 20px;
    font-family: 'Microsoft Yahei';
    margin-top: 10px;
}

.frame_footer .frame_footercon .frame_footer_menucon .frame_footer_menu {
    width: 550px;
    margin: 0 auto;
    text-align: justify;
    font-size: 0;
    line-height: 0;
}

.frame_footer .frame_footercon .frame_footer_menucon .frame_footer_menu:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
    line-height: 0;
}

.frame_footer .frame_footercon .frame_footer_menucon .frame_footer_menu .frame_fm_itemcon {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    line-height: normal;
}

.frame_footer .frame_footercon .frame_footer_menucon .frame_footer_menu .frame_fm_itemcon .frame_fm_item {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
}

.frame_footer .frame_footercon .frame_footer_langcon {
    width: 20%;
    height: 30px;
    float: left;
}

.frame_footer .frame_footercon .frame_footer_langcon .frame_footer_lang {
    width: 150px;
    height: 30px;
    line-height: 28px;
    border: 1px #c2c2c2 solid;
    border-radius: 6px;
    float: right;
    padding: 0 20px;
    cursor: pointer;
    position: relative;
}

.frame_footer .frame_footercon .frame_footer_langcon .frame_footer_lang .frame_fl_txt {
    float: left;
}

.frame_footer .frame_footercon .frame_footer_langcon .frame_footer_lang i {
    float: right;
    transition: transform 0.15s;
}

.frame_footer .frame_footercon .frame_footer_langcon .frame_footer_lang .frame_fl_menu {
    margin-left: -21px;
    width: 150px;
    position: absolute;
    bottom: 29px;
    height: 0;
    overflow: hidden;
    transition: height 0.15s, background 0.15s;
    background-color: #262e3b;
    z-index: 99;
}

.frame_footer .frame_footercon .frame_footer_langcon .frame_footer_lang .frame_fl_menu .frame_fl_item {
    width: 100%;
    padding-left: 20px;
}

.frame_footer .frame_footercon .frame_footer_langcon .frame_footer_lang .frame_fl_menu .frame_fl_item:hover {
    background: #c2c2c2;
    color: #262e3b;
}

.frame_footer .frame_footercon .frame_footer_langcon .frame_footer_lang:hover {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: none;
    padding-top: 1px;
}

.frame_footer .frame_footercon .frame_footer_langcon .frame_footer_lang:hover .frame_fl_menu {
    height: 224px;
    background: #262e3b;
    border: 1px #c2c2c2 solid;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom: none;
}

.frame_footer .frame_footercon .frame_footer_langcon .frame_footer_lang:hover i {
    transform: rotate(180deg);
}

.frame_footer .frame_footercon .frame_footer_contactcon {
    width: 100%;
    clear: both;
    padding-top: 55px;
}

.frame_footer .frame_footercon .frame_footer_contactcon .frame_footer_contact {
    width: 170px;
    height: 32px;
    margin: 0 auto;
}

.frame_footer .frame_footercon .frame_footer_contactcon .frame_footer_contact i {
    font-size: 35px;
    display: block;
    float: left;
    width: 25px;
    height: 26px;
    margin-right: 10px;
    background-color: #fff;
    cursor: pointer;
}

.frame_footer .frame_footercon .frame_footer_contactcon .frame_footer_contact i:before {
    position: relative;
    top: -5px;
    left: -6px;
}

.frame_footer .frame_footercon .frame_footer_contactcon .frame_footer_contact>a i:hover {
    color: #3e5c94;
}

.frame_footer .frame_footercon .frame_footer_contactcon .frame_footer_contact>a+a i:hover {
    color: #2aa3dd;
}

.frame_footer .frame_footercon .frame_footer_contactcon .frame_footer_contact>a+a+a i:hover {
    color: #be2528;
}

.frame_footer .frame_footercon .frame_footer_contactcon .frame_footer_contact>a+a+a+a i {
    height: 24px;
    position: relative;
    top: 1px;
}

.frame_footer .frame_footercon .frame_footer_contactcon .frame_footer_contact>a+a+a+a i:before {
    position: relative;
    top: -6px;
}

.frame_footer .frame_footercon .frame_footer_contactcon .frame_footer_contact>a+a+a+a i:hover {
    color: #c83c3c;
}

.frame_footer .frame_footercon .frame_footer_contactcon .frame_footer_contact>a+a+a+a+a i {
    margin-right: 0;
}

.frame_footer .frame_footercon .frame_footer_contactcon .frame_footer_contact>a+a+a+a+a i:hover {
    color: #be4231;
}

.frame_footer .frame_footercon .frame_footer_copyright {
    width: 100%;
    text-align: center;
    padding-top: 55px;
}

@media screen and (max-width: 1250px) {
    .nav_content .nav_content_body {
        width: 100%;
        padding: 0 25px;
        box-sizing: border-box;
    }
    .nav_content .nav_content_foot .nav_cf_con {
        width: 100%;
        padding: 0 25px;
        box-sizing: border-box;
    }
    .frame_footer .frame_footercon {
        width: 100%;
        box-sizing: border-box;
    }
    .frame_footer .frame_footercon .frame_footer_logocon {
        width: 15%;
        padding-left: 40px;
        box-sizing: border-box;
    }
    .frame_footer .frame_footercon .frame_footer_menucon {
        width: 65%;
    }
    .frame_footer .frame_footercon .frame_footer_langcon {
        padding-right: 40px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 1200px) {
    .nav .nav_top {
        width: 100%;
    }
    .nav .nav_top .nav_top_logo {
        margin-left: 15px;
    }
    .nav .nav_top .nav_top_menu {
        width: 60%;
    }
    .nav .nav_top .nav_top_icon i {
        margin-right: 15px;
    }
}

@media screen and (max-width: 1100px) {
    .nav_content .nav_content_foot .nav_cf_con .nav_cf_title {
        margin-right: 20px;
    }
    .nav_content .nav_content_foot .nav_cf_con .nav_cf_txt {
        margin-left: 0;
    }
}

@media screen and (max-width: 1000px) {
    .frame_footer {
        height: auto;
    }
    .frame_footer .frame_footercon {
        position: relative;
    }
    .frame_footer .frame_footercon .frame_footer_logocon {
        width: 117px;
        float: none;
        padding: 0;
        margin-left: 100px;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -265px;
    }
    .frame_footer .frame_footercon .frame_footer_logocon img {
        max-width: 117px !important;
    }
    .frame_footer .frame_footercon .frame_footer_langcon {
        width: 152px;
        position: absolute;
        margin-right: -260px;
        top: 0;
        right: 50%;
    }
    .frame_footer .frame_footercon .frame_footer_langcon .frame_footer_lang {
        float: none;
    }
    .frame_footer .frame_footercon .frame_footer_menucon {
        width: 100%;
        height: auto;
        float: none;
        overflow: auto;
        box-sizing: border-box;
        margin: 0;
        padding-top: 57px;
    }
    .frame_footer_jp .frame_footercon .frame_footer_logocon {
        margin-left: -285px;
    }
    .frame_footer_jp .frame_footercon .frame_footer_langcon {
        margin-right: -280px;
    }
}

@media screen and (max-width: 950px) {
    .nav .nav_content .nav_content_foot .nav_cf_con {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 950px) {
    .nav .nav_top .nav_top_menu {
        display: none !important;
    }
    .nav .nav_top .nav_top_icon .nav_ti_cart {
        display: none;
    }
    .nav .nav_top .nav_top_icon .nav_ti_list {
        display: inline-block;
    }
    .nav .nav_top .nav_top_search {
        left: 160px;
        right: 30px;
    }
    .mobbottom {
        display: block;
    }
    .bottom {
        display: none !important;
    }
}

@media screen and (max-width: 600px) {
    .frame_footer {
        height: auto;
    }
    .frame_footer .frame_footercon {
        position: relative;
        padding-left: 80px;
    }
    .frame_footer .frame_footercon .frame_footer_logocon {
        position: static;
        margin: 0;
        padding: 0;
    }
    .frame_footer .frame_footercon .frame_footer_logocon img {
        max-width: 117px !important;
    }
    .frame_footer .frame_footercon .frame_footer_langcon {
        top: 57px;
        margin: 0;
        left: 80px;
    }
    .frame_footer .frame_footercon .frame_footer_langcon .frame_footer_lang {
        float: none;
    }
    .frame_footer .frame_footercon .frame_footer_menucon {
        margin-top: 77px;
        padding-top: 0;
    }
    .frame_footer .frame_footercon .frame_footer_menucon .frame_footer_menu {
        width: 100%;
        text-align: left;
    }
    .frame_footer .frame_footercon .frame_footer_menucon .frame_footer_menu .frame_fm_itemcon {
        width: 100% !important;
        line-height: 30px;
        text-align: left;
    }
    .frame_footer .frame_footercon .frame_footer_menucon .frame_footer_menu .frame_fm_itemcon .frame_fm_item {
        text-align: left;
    }
    .frame_footer .frame_footercon .frame_footer_contactcon {
        padding-top: 20px;
    }
    .frame_footer .frame_footercon .frame_footer_contactcon .frame_footer_contact {
        margin: 0;
    }
    .frame_footer .frame_footercon .frame_footer_copyright {
        text-align: left;
        padding-top: 20px;
    }
}

@media screen and (max-width: 500px) {
    .nav_ts_ipt {
        width: 50% !important;
    }
    .frame_footer .frame_footercon {
        width: 100%;
        margin: 0 auto;
    }
}

.iconfont {
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.frame_footer .frame_footercon .frame_footer_contactcon .frame_footer_contact i:before {
    position: relative;
    top: -5px;
    left: -6px;
}

.icon-postfacebook:before {
    content: '\e72e';
}

.icon-postgplus:before {
    content: '\e72f';
}

.icon-postpinterest:before {
    content: '\e732';
}

.icon-posttwitter:before {
    content: '\e734';
}

.icon-videoyoutube:before {
    content: '\e60e';
}

@font-face {
    font-family: 'iconfont';
    src: url("../image/products/frame/iconfont.eot?t=1516260809734")/*IE9*/
    ;
    src: url("../image/products/frame/iconfont.eot?t=1516260809734#iefix") format('embedded-opentype'), url("data:application/x-font-woff;charset=utf-8;base64,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") format('woff'), url("../image/products/frame/iconfont.ttf?t=1516260809734") format('truetype'), url("../image/products/frame/iconfont.svg?t=1516260809734#iconfont") format('svg');
    /*iOS 4.1-*/
}