.structure-layout .h1,
.structure-layout .h2,
.structure-layout .h3,
.structure-layout .h4,
.structure-layout .h5,
.structure-layout .h6 {
    color: #000;
    font-weight: 700;
    font-family: 'Arial', sans-serif;
    font-size: 1.75rem;
 }
.structure-layout .product-structure .structure-table {
    padding-top: 20px;
    padding-bottom: 20px;
    border-collapse: collapse;
}
.structure-layout .product-structure .structure-table .structure-row {
    display: table-row;
    margin: 10px 0;
}
.structure-layout .product-structure .structure-table .structure-row .col-left {
    width: 40%;
    background-color: #fafafa;
}
.structure-layout .product-structure .structure-table .structure-row .col-right {
    width: 60%;
    background-color: #fff;
    display: table-cell;
}
.structure-layout .product-structure .structure-table .structure-row .col-left,
.structure-layout .product-structure .structure-table .structure-row .col-right {
    padding: 12px;
    display: table-cell;
    border: 1px solid #f4f4f4;
    font-size: 14px;
    color: #222;
    line-height: 20px;
}
table.has-title {
    margin-bottom: 10px;
}

@media (min-width: 990px){
    .poorder {
        position: absolute;
        right: 20px;
        top: -27px;
    }
}

.poorder .tab-list {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.poorder .tab-list dd {
    cursor:pointer;
}

.poorder #ert {
    width:21px;
    height:22px;
    float:left;
    background-image:url(../images/p-he.jpg);
    background-repeat:no-repeat;
    background-position:center center;
}

.poorder #uioi {
    width:21px;
    height:22px;
    float:left;
    background-image:url(../images/p-su.jpg);
    background-repeat:no-repeat;
    background-position:center center;
}

.poorder .tab-list .list .current {
    background-image:url(../images/p-he-1.jpg) !important;
}

.poorder .tab-list .list1 .current {
    background-image:url(../images/p-su-1.jpg) !important;
}


/*  */

@media (min-width: 990px) {
    .page-wrap-left {
        display: none;
    }
}

.icon-font {
    position: relative;
}
.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.xypg-left-box {
    margin-bottom: 20px;
}

.xypg-left-title {
    background: var(--main-theme-color);
    padding: 10px 20px;
    position: relative;
}

.xypg-left-title h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    text-transform: capitalize;
    z-index: 9;
}

.xypg-left-con {
    border: 1px solid #d2d2d2;
    border-top: none;
}

/*  */

.page-mob-tool {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 999;
}

.page-mob-tool li.xymob-page-navbtn span {
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 0;
    background: url(../images/menux.png) no-repeat center;
    font-family: "Candara", "SF Pro Display", "Arial";
    width: 40px;
    height: 40px;
    display: block;
}

.page-mob-tool li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

.page-mob-tool li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: var(--main-theme-color);
    opacity: .7;
}

.page-mob-tool li i {
    display: block;
    width: 100%;
    height: 100%;
}

.page-mob-tool li .icon-dots-horizontal:after {
    background-position: -30px -390px;
}

.page-mob-tool li .icon-top:after {
    background-position: -30px -60px;
}

@media (min-width: 992px) {
    .page-mob-tool {
        display: none;
    }
}

/* 手机站 左侧导航弹出特效 */
.xymob-left-close-btn {
    display: none;
}


@media (max-width: 990px) {
    /* 弹出框之后 body 上增加一个禁止滚动的类*/ 
    body.no-scroll, html.no-scroll {
        height: 100vh;
        overflow: hidden;
    }

    .xymob-menu-click {
        position: fixed;
        width: 100vw;
        overflow-y: scroll;
        top: 0;
        left: 100%;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 999999;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
    }

    .xymob-menu-click .xypg-left-news, 
    .xymob-menu-click .xypg-left-keys, 
    .xymob-menu-click .xypg-left-contact, 
    .xymob-menu-click .page-message-img {
        display: none;
    }

    .xymob-menu-click .xymob-left-close-btn {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 50%;
        border: 1px solid #fff;
        text-align: center;
        background: black;
    }

    .xymob-menu-click .xymob-left-close-btn .icon-font {
        display: block;
        width: 100%;
        height: 100%;
    }

    .xymob-menu-click .xymob-left-close-btn .icon-font:after {
        background-position: -30px -300px;
    }

    .xymob-menu-click .xypg-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 90vh;
        padding: 5vh 0;
    }

    .xymob-menu-click .xypg-left .xypg-left-menu {
        width: 90%;
        background: #fff;
    }

    .xymob-menu-click.click {
        left: 0;
    }
}


/* 内页左侧导航栏样式 */
.xypg-left-nav {
    margin: 0 -1px;
}

.xypg-left-nav > li {
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.xypg-left-nav > li:last-child {
    border-bottom: none;
}

.xypg-left-nav > li > a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;
    padding: 15px 18px;
}

.xypg-left-nav > li .first-nav-btn {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 10px;
    right: 20px;
    cursor: pointer;
    background: url(../images/icon_spirit.png) 0 -240px no-repeat;
}

.xypg-left-nav > li .first-nav-btn.clicked {
    background-position: 0 -270px;
}

.xypg-left-nav > li:hover > a, .xypg-left-nav > li.clicked > a {
    color: var(--main-theme-color);
}

.xypg-left-nav > li:hover .first-nav-btn, .xypg-left-nav > li.clicked .first-nav-btn {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav {
    display: none;
    padding: 0 10px;
}

.xypg-left-nav .xypg-left-subnav > li {
    border-top: 1px dashed #eeeeee;
}

.xypg-left-nav .xypg-left-subnav > li > a {
    padding: 8px;
    display: block;
    line-height: 20px;
    color: #818181;
    font-size: 16px;
}

.xypg-left-nav .xypg-left-subnav > li > a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav > li.clicked > a {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav > li > a {
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.xypg-left-nav .xypg-left-threenav > li > a:before {
    content: '\2014   ';
}

.xypg-left-nav .xypg-left-threenav > li > a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav > li.clicked > a {
    color: var(--main-theme-color);
}

@media (max-width: 990px) {
    .xypg-left-nav .xypg-left-threenav {
        display: block;
    }
}





/* CSS Document */

/*基础标签重置*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,  caption,tfoot, s { margin:0; padding:0; border:0; font-size:14px;font-family: arial; vertical-align:baseline; font-style:normal; text-decoration:none;word-wrap: break-word;font-weight: normal;}
ol,ul { list-style:none;}

.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }/* Hides from IE-mac \*/
* html .clearfix { height:1%; }
.clearfix {display:block; }/* End hide from IE-mac */

html {font-size: 62.5%;/*10 ÷ 16 × 100% = 62.5%*/}
/*body{font-family: "Arial, Helvetica, sans-serif";font-size: 1.4rem; color:#666666;}
a{ font-size: 1.4rem; color:#666666;font-family: arial;}
a:hover{font-size: 1.4rem;  color:#666666;font-family: "arial";}*/
a{color:#666666;}
.fl{ float:left;}
.fr{ float:right}
.radius{-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
.mobile{display: none;}

/*总体样式*/
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
textarea {-webkit-appearance: none;color:#999;font-family:Helvetica;font-size: 1.4rem;} 
input{border-radius: 0px;color:#999;font-family:Helvetica;font-size: 1.4rem;}
input::-webkit-input-placeholder { /* WebKit browsers*/ 
　　color:#999;font-family:Helvetica;font-size: 1.4rem;}
input:-moz-placeholder {  /* Mozilla Firefox 4 to 18*/ 
　　color:#999;font-family:Helvetica;font-size: 1.4rem; }
input::-moz-placeholder {  /* Mozilla Firefox 19+*/ 
　　color:#999;font-family:Helvetica;font-size: 1.4rem; }
input:-ms-input-placeholder {/* Internet Explorer 10+*/ 
　　color:#999;font-family:Helvetica;font-size: 1.4rem;}
button {
    outline: none;
    _outline: none;
    border: 0px;
    cursor: pointer;
}
.pmd{display: none;}
.m{max-width:1360px;min-width:320px;margin:0 auto;overflow: hidden;box-sizing: border-box;}
.w_1800{width: 1760px;margin: 0 auto;}
.w_1400{width: 1400px;margin: 0 auto;}
.w_1440{width: 1440px;margin: 0 auto;}
.w_1290{width: 1290px;margin: 0 auto;box-sizing: border-box;}
.w_1360{width: 1360px;margin: 0 auto;}
.w_1500{width: 1500px;margin: 0 auto;box-sizing: border-box;}
.w_1540{width: 1540px;margin: 0 auto;box-sizing: border-box;}
.w_1720{width: 1720px;margin: 0 auto;box-sizing: border-box;}

@media only screen and (max-width: 1740px){
    .w_1720{width: 100%;padding: 0 20px;}
}
@media only screen and (max-width: 1560px){
    .w_1540{width: 100%;padding: 0 20px;}
}
@media only screen and (max-width: 1540px){
    .w_1500{width: 100%;padding: 0 20px;}
}
@media only screen and (max-width: 1300px){
    .w_1290{width: 100%;padding: 0 20px;}
}
@media only screen and (max-width: 1400px){
.w_1800{width: 100%;box-sizing: border-box;padding: 0 0.75rem;}
.w_1440{width: 100%;box-sizing: border-box;padding: 0 0.75rem;}
.w_1400{width: 100%;box-sizing: border-box;padding: 0 0.75rem;}
.w_1360{width: 100%;box-sizing: border-box;padding: 0 0.75rem;}
}

@media only screen and (max-width:1040px) {

.mobile{display: block;}
.pmd{display: block;}
.pc{display: none;}

 }
@media only screen and (max-width:767px){
    .m,.w_1720,.w_1500,.w_1540,.w_1360,.w_1290{width: 100%;padding: 0 10px;}
}
#footer{background: #222222;padding-top: 50px;padding-bottom: 30px;}
.foot_nav{float: left;width: 20%;padding-left: 10px;box-sizing: border-box;}
.foot_nav:last-child{width:30%;}
.foot_nav:nth-child(3){width:30%;}
.foot_nav dt{font-size: 1.8rem;color: #ffffff;padding-bottom:20px;}
.foot_nav dd{font-size: 1.4rem;color: #a3a3a3;}
.foot_nav dd .a_l{width:100%;display:block;float:left;font-size: 1.4rem;color: #999999;height: 36px;line-height: 36px;overflow: hidden;}
.foot_nav dd .h_p{font-size: 1.4rem;color: #a3a3a3;padding:5px 0px;line-height: 30px;}
.foot_nav dd .h_p a{color: #a3a3a3;}
.foot_nav dd .icon{display:block;float:left;padding:0px 5px;font-size:2rem;color: #a3a3a3;height: 30px;line-height: 30px;}
.foot_nav dd .share{width: 30px;height: 30px;border-radius: 30px;font-size: 1.4rem;background: #FFFFFF;text-align: center;display:block;float:left;margin-right:10px;margin-bottom:10px;color: #232323;line-height: 30px;}


.line_foot{ width:100%; height:1px; margin-top:30px;margin-bottom:20px;background: #747474;}
.footer_erm{ width:117px; height:117px;float:right; margin-bottom:25px;}
.f_nav{ width:100%; height:20px; text-align:center; padding-top:15px;}
.f_nav a{ padding:0px 15px; display:inline-block; border-right:solid 1px #4b4b4b; font-size:14px; color:#b2b2b2;}
.f_nav a:hover{ padding:0px 15px; display:inline-block; border-right:solid 1px #919191; font-size:14px; color:#999999;}
.f_nav a.last{ border-right:none;}
.copyright{padding: 5px; text-align:center;line-height:24px; color:#999999;}
.copyright a{color: #999999;}
.footer_send{width:100%;height:36px;padding-right:120px;box-sizing: border-box;position: relative;}
.footer_send .input_text{width:100%;border: solid 1px #a3a3a3;box-sizing:border-box;text-indent:10px;background: none;height: 36px;}
.footer_send .send_btn{position:absolute;right:0px;top:0px;display:block;width:100px;border:none;background:#3b3b3b;text-align:center;height: 36px;line-height: 36px;font-size: 14px;color: #fffefe;}
.footer_send .send_btn i{font-size: 14px;padding-right: 5px;}
.footer_link{padding:20px 0px;}
.footer_link label{float: left;line-height:30px;color: #ffffff;font-size: 18px;padding-right: 10px;}
.footer_link a{color: #999999;font-size: 14px;padding-right: 10px;line-height:30px;}
.comp_depict{margin-top:5px;padding:0 5px;box-sizing: border-box; text-align:center;line-height:22px;font-size: 14px; color:#999999;}
.comp_depict h1{font-weight: normal;}
.m_share{display: none;}
.foot_menu{display: none;}
@media only screen and (max-width:1680px) {
}


}

@media only screen and (max-width:1400px) {




}
@media only screen and (max-width:1280px) {

}
@media only screen and (max-width:1040px) {
    #footer{padding:30px 0px;}
    .f_nav{padding-top: 0px; height: auto;}
    .f_nav a{margin-bottom: 5px;}
    .m_share{text-align:center;margin:10px 0;overflow: hidden;display: block;}

    .m_share .share{width:24px;height: 24px;font-size: 1.8rem;margin-right:5px;margin-bottom:5px;overflow:hidden;color: #a4a4a4;line-height:24px;}
    .foot_menu{display: block;  width:100%;background:#fbfbfb; height:52px;border-top: solid 1px #e5e5e5; position:fixed; bottom:0px; left:0px; padding:5px 0px;z-index: 999;}
    .foot_menu a{ display:block; width:25%; float:left; text-align:center; }
    .foot_menu a i{font-size: 24px;color:#1f2837;line-height: 1;}
    .foot_menu a p{ display:block; font-size:1.4rem; color:#555555;}

}
.float_whatsapp {
    background: url(../images/float_whatsapp.png) no-repeat 0 5px;
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    display: inline-block;
    padding-bottom: 5px;
}
.whatsapp_box:hover div{
    display: block;
}






/*基础样式*/
input,
select,
textarea {
    font-size: 100%;
    padding-left: 10px;
    outline: none;
    _outline: none;
    border: 0;
    box-sizing: border-box;
}
button {
    outline: none;
    border: 0px;
    cursor: pointer;
}
textarea {
    resize: none
}
/* 去掉各Table cell 的边距并让其边重合 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* IE bug fixed: th 不继承 text-align*/
th {
    text-align: inherit;
}
/* 对齐是排版最重要的因素, 别让什么都居中 */
caption,
th {
    text-align: left;
}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
    display: block;
}
/* 一致的 del 样式 */
del {
    text-decoration: line-through;
}
/* 统一上标和下标 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */ 
    font-size: 14px;
}
input::-moz-placeholder { /* Firefox 19+ */  
    font-size: 14px;
}
input:-ms-input-placeholder { /* IE 10+ */ 
    font-size: 14px;
}
input:-moz-placeholder { /* Firefox 18- */ 
    font-size: 14px;
}



select {
    border: solid 1px #e6e6e6;
    /*appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;*/
    /*background: url(../images/xia-1.png) no-repeat scroll 95% center transparent;*/
    /*padding-right: 25px;*/
    background-color: #FFFFFF;
    font-size: 14px;
    /*height: 50px;*/
}
select::-ms-expand {
    display: none;
}


.mobile{display: none;}
.pc{display: block;}
.w_1400{width: 1400px;margin: 0 auto;}
@media only screen and (max-width: 1040px){
    .mobile{display: block;}
    .pc{display: none;}
}



header{
    height: 150px;
    box-sizing: border-box;
    border-bottom: 1px solid #dedede;
    transition: all 0.3s;
}
.header{
    width: 1820px;
    height: 100%;
    margin: 0 auto;
    
}

.header .head_bot{
    height: 100%;
}
.header .head_bot .head_bot_l{
    width: 35%;
    padding-top: 44px;
    box-sizing: border-box;
}
.header .head_bot .head_bot_l .com{
    color: #686d81;
    font-size: 18px;
    font-weight: bold;
}
.header .head_bot .head_bot_l div p{
    font-size: 14px;
    color: #686d81;
    margin-right: 10px;
}
.header .head_bot .head_bot_l div p i{
    font: 12px/1.5 arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #686d81;
}


.header .head_bot .head_bot_m{
    width: 30%;
    line-height: 150px;
    height: 100%;
    position: relative;
}
.header .head_bot .head_bot_m a img{
    max-height: 70px;
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}


.header .head_bot .head_bot_r{
    width: 35%;
    box-sizing: border-box;
    padding-top: 45px;
}



.head_bot_r .list_link {
    height: 60px;
    line-height: 60px;
    position: relative;
}
.head_bot_r .list_link .link_list {
    padding: 0px 25px 0px 15px;
    color: #77777a;
    border: none;
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    font-family: Verdana, Geneva, sans-serif;
}
.head_bot_r .list_link .link_list b {
    position: absolute;
    right: 10px;
    top: 28px;
    border-color: #1d1641 transparent transparent;
    border-style: solid dashed dashed;
    border-width: 4px;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 0;
    transition: all 0.3s ease-in 0s;
}
.head_bot_r .list_link .menu_list {
    display: none;
    padding: 0px 10%;
}
.head_bot_r .list_link.hover .menu_list {
    width: 400px;
    position: absolute;
    right: 0px;
    top: 60px;
    background: #1f2837;
    display: block;
    z-index: 99;
}
.head_bot_r .list_link.hover .menu_list .a_h {
    display: block;
    text-align: left;
    line-height: 22px;
    padding: 8px 0px;
    border-bottom: double 1px #111926;
    color: #ffffff;
}
.head_bot_r .list_link.hover .menu_list .a_h span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.head_bot_r .list_link.hover .link_list {
    background: #1f2837;
    color: #ffffff;
}

.head_bot_r .list_link.hover .link_list b {
    top: 25px;
    transform: rotate(180deg);
    border-color: #ffffff #1f2837 #1f2837;
    transition: all 0.3s ease-in 0s;
    
}
.head_bot_r .list_link .menu_list.flag {
    width: 124px;
    left: -39px;
}
.head_bot_r .list_link.hover .menu_list .a_h .icon-sgs {
    background: rgba(0, 0, 0, 0) url("../images/nav_sptb.gif") no-repeat scroll 0 0;
    display: inline-block;
    height: 13px;
    margin: 6px 10px 0px 0px;
    width: 27px;
}
.head_bot_r .list_link.hover .menu_list .a_h .icon-sp {
    background: rgba(0, 0, 0, 0) url("../images/nav_sptb.gif") no-repeat scroll -40px 0;
    display: inline-block;
    height: 13px;
    margin: 6px 10px 0px 0px;
    width: 13px;
}
.head_bot_r .list_link.hover .menu_list .a_h.more {
    text-align: center;
    border-bottom: none;
    color: #fa7f08;
    font-size: 1.6rem;
    
}
.head_bot_r .list_link.hover .menu_list .a_h.more i {
    padding-left: 5px;
    font-size: 2rem;
}


.home_nav_wrap{
    margin-top: 2px;
    border-top: 1px solid #dedede;
}

.home_nav_wrap .home_nav>.navigation{height: 100%;text-align: center;}
.home_nav_wrap .home_nav>.navigation>li{
    display: inline-block;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    margin-left: 10px;
}
.home_nav_wrap .home_nav>.navigation>li>a{
    line-height: 50px;
    display: block;
    text-align: center;
    color: #686d81;
    font-size: 18px;
    height: 50px;
    padding: 0 30px;
    box-sizing: border-box;
}
.home_nav_wrap .home_nav>.navigation>li.active>a{
    color: #13a864;
}
.home_nav_wrap .home_nav>.navigation>li.active>a i{
    color: #13a864;
}
.home_nav_wrap .home_nav>.navigation>li:hover>a{
    color: #13a864;
}
.home_nav_wrap .home_nav>.navigation>li:hover>a i{
    color: #13a864;
}
.home_nav_wrap .home_nav>.navigation>li>a i{
    margin-left: 5px;
    font-size: 16px;
    display: block;
    height: 100%;
    line-height: 50px;
}
.nav_listShow{
    position: absolute;
    left: 0px;
    top: 50px;
    width: 230px;
    box-sizing: border-box;
    background-color: #ffffff;
    z-index: 999;
    display: none; 
    border-top: 2px solid #13a864;
}
.nav_listShow li,.nav_listShow ul>p{
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding: 0 20px;
    cursor: pointer;
}
.home_nav_wrap .home_nav>.navigation>li:hover>.nav_listShow{
    display: block;
}
.nav_listShow li{
    position: relative;
}


.nav_listShow p a{
    display: block;
    width: 80%;
    height: 50px;
    line-height: 50px;
    color: #333333;
    font-size: 14px;
    margin: 0 5px;
    overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.nav_listShow ul li:hover p
,.nav_listShow p:hover{
    /*background-color: #f4f4f4;*/
}
.nav_listShow ul li:hover p a,.nav_listShow ul li:hover p i{
    color: #13a864;
}
.nav_listShow ul li i{
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    display: block;
    height: 50px;
    line-height: 50px;
}
.nav_listShow ul>p i{
    background-color: #616161;
    width: 13px;
    height: 13px;
    margin-top: 19px;
    color: #ffffff;
    line-height: 13px;
    text-align: center;
    border-radius: 10px;
    display: inline-block;
    margin-right: 10px;
}
.nav-listShowTwo {
    display: none;
    position: absolute;
    top: 0px;
    left: 228px;
    width: 226px;
    z-index: 9;
    box-shadow: 1px 3px 6px 1px rgba(0, 0, 0, .1);
    background-color: #ffffff;
    border-top: 2px solid #13a864;
}
.nav-listShowTwo > ul {
    width: 237px;
    z-index: 999;
    padding: 15px 0;
    box-sizing: border-box;
}
.nav-listShowTwo > ul > li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    cursor: pointer;
}
.nav-listShowTwo > ul > li > a {
    font-size: 14px;
    color: #666;
}
.nav-listShowTwo > ul > li:hover > a {
    color: #13a864
}

.nav_listShow li:hover .nav-listShowTwo {
    display: block;
}

.header .head_nav {
    
    /*position: absolute;
    top: 0;
    left: 1%;*/
    width: 55px;
    position: relative;
}

.header .head_nav .nav_btn{
    height: 100%;
    cursor: pointer;
    text-align: center;
    margin-left: 5px;
}
.header .head_nav .nav_btn i {
    color: #686d81;
    font-size: 24px;
    display: block;
    height: 60px;
    line-height: 60px;
}
.header .head_nav.show .nav_m-list{
    display: block;
}






















.home_nav_wrap .home_nav .nav_btn{height: 100%;cursor: pointer;}
.home_nav_wrap .home_nav .nav_btn i {
    color: #1a1a1a;
    font-size: 30px;
}
.home_nav_wrap .home_nav.show .nav_m-list{
    display: block;
}


.head_bot_r .head_bot_search{
    margin-left: 10px;
    position: relative;
}
.head_bot_r .head_bot_search .search_btn{
    
    
}
.head_bot_r .head_bot_search .search_btn i{
    font-size: 20px;
    float: left;
    display: block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    margin-top: 10px;
    border-radius: 20px;
    background-color: #f0f0f2;
    color: #686d81;
    cursor: pointer;
}



.head_bot_r .head_bot_search form{
    height: 40px;
    line-height: 40px;
    background-color: #f0f0f2;
    border-radius: 20px;
    position: absolute;
    top: 10px;
    right: 40px;
    z-index: 99;
    width: 400px;
    display: none;
}
.head_bot_r .head_bot_search.show form{
    display: block;
}
.head_bot_r .head_bot_search form .search_type{
    position: relative;
    height: 100%;
    box-sizing: border-box;
    border-left: 0;
    border-right: 0;
    width: 100px;
    text-indent: 30px;
    font-size: 16px;
    color: #666666;
    background-color: #f0f0f2;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-right: -1px;
}
.head_bot_r .head_bot_search form .search_type > div{
    height: 40px;
    line-height: 40px;
}
.head_bot_r .head_bot_search form input {
    box-sizing: border-box;
    height: 100%;
    color: #666666;
    background-color: #f0f0f2;
    width: 250px;
    border-left: 0;
    font-size: 14px;
}
.head_bot_r .head_bot_search form button {
    width: 40px;
    height: 36px;
    background-color: #f0f0f2;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-right: 10px;
    
}
.head_bot_r .head_bot_search form button i{
    color: #686d81;
    font-size: 22px;
    display: block;
    overflow: hidden;
}

.head_bot_r .head_bot_search form .search_type::after {
    content: "";
    width: 0;
    height: 0;
    border-width: 4px 4px 4px 4px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
    position: absolute;
    right: 10px;
    top: 48%;
}
.head_bot_r .head_bot_search form .search_type ul {
    position: absolute;
    top: 42px;
    left: 0;
    width: 100%;
    display: none;
    background-color: #fff;
    z-index: 999;
}
.head_bot_r .head_bot_search form .search_type ul li {
    cursor: pointer;
    background-color: #e8e8e8;
    border-top: 0;
    height: 36px;
    line-height: 36px;
}










@media only screen and (max-width: 1850px){
    .header{width: 100%;box-sizing: border-box;padding: 0 1%;}
}


@media only screen and (max-width: 1440px){
    .w_1400{width: 100%;padding: 0 2%;box-sizing: border-box;}
    header{height: 120px;}
    .header .head_bot .head_bot_m{height: 120px;line-height: 120px;}
    .header .head_bot .head_bot_l{padding-top: 27px;}
    .header .head_bot .head_bot_r{padding-top: 30px;}
}

@media only screen and (max-width: 1280px){
    .home_nav_wrap .home_nav>.navigation>li>a{
        padding: 0 20px;
        font-size: 16px;
    }
    .home_nav_wrap .home_nav>.navigation>li{float: none;}
}

@media only screen and (max-width: 1040px){
    .header .head_bot .head_bot_m {height: 80px;line-height: 80px;}
    .header .head_bot .head_bot_r{padding-top: 10px;}
    header {border-bottom: 0;}
    .header .head_top{text-align: center;font-size: 18px;color: #686d81;line-height: 36px;} 
    .header .head_bot .head_bot_m a img {max-height: 50px;}
    .head_bot_r .head_bot_search form {top: 74px;right: 0px;}
    .header .head_bot .head_bot_m{width: 200px;}
    .head_bot_r .head_bot_search .search_btn i {height: 32px;width: 32px;line-height: 30px;font-size: 18px;margin-top: 13px;overflow: hidden;}
    
    .header .nav_m-list{display: none;position: absolute;top: 74px;right: 0;z-index: 9999;background-color: #333333;width: 40vw;padding: 20px;max-height: 600px;overflow-y: scroll;}
    .nav_m-list li a{width: 85%;color: #cfcfcf;display: inline-block;font-size: 18px;height: 52px;line-height: 52px;}
    .nav_m-list .nav_m_one>li{line-height: 52px;text-align: left;line-height: 52px;}
    .nav_m-list .nav_m_one>li>p span{color: #cfcfcf;font-size: 22px;transition: all 0.3s;cursor: pointer;overflow: hidden;}
    .nav_m-list li .nav-list{display: none;}
    .nav_m-list li.show .nav-list{display: block;}
    .nav_m-list li.show>p span{moz-transform: rotate(90deg);-ms-transform: rotate(90deg);-o-transform: rotate(90deg);-webkit-transform: rotate(90deg);transform: rotate(90deg);}
    .nav_m-list li.show .nav-list li{line-height: 46px;box-sizing: border-box;padding-left: 20px;}
    .nav_m-list ul li .nav-list li a{font-size: 14px;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
    .header .head_bot{height: 80px;}
    
    
    
}


@media only screen and (max-width: 767px){
    .head_bot_r .list_link .link_list {height: 50px;line-height: 50px;}
    .head_bot_r .list_link .link_list b {top: 23px;}
    .head_bot_r .list_link.hover .menu_list{top: 50px;}
    /*.head_bot_r .head_bot_search .search_btn i{margin-top: 7px;font-size: 18px;height: 36px;width: 36px;line-height: 34px;}*/
    /*.head_bot_r .head_bot_search form {top: 4px;}*/
    header {height: 85px;}
    .header .head_top{font-size: 14px;line-height: 24px;}
    .header .head_bot .head_bot_m {height: 60px;line-height: 60px;}
    .header .head_bot .head_bot_m a img {max-height: 40px;}
    .header .head_bot .head_bot_r{padding-top: 0;width: auto;}
    .head_bot_r .head_bot_search .search_btn i{margin-top: 9px;}
    .head_bot_r .head_bot_search form {top: 61px;}
    .header .nav_m-list{width: 60vw;top: 61px;max-height: 400px;}
    .nav_m-list li a{font-size: 16px;height: 46px;line-height: 46px;}
    .nav_m-list .nav_m_one>li>p span{font-size: 18px;}
    .nav_m-list .nav_m_one>li{line-height: 46px;}
    .top_wrap .top_nav .nav_btn i{font-size: 22px;}
    .header .head_nav .nav_btn i {height: 50px;line-height: 50px;}
    
    
}

@media only screen and (max-width: 499px){
    .head_bot_r .head_bot_search form{right: -60px;}
    .header .head_top {font-size: 12px;line-height: 24px;}
    .header .head_bot .head_bot_m{width: 120px;}
}

@media only screen and (max-width: 1040px){
    header .header{
        display: block;
    }
    .detail_comp_r.pc{
        display: block !important;
    }
}

/* CSS Document */
/*-----------------------------------大图 language-------------------------------------------------*/
.language {
    width: 100%;
    height: auto;
}

.h2_title {
    border-bottom: solid 1px #dddddd;
    height: 38px;
    width: 100%;
    position: relative;
}

.h2_title span {
    font-size: 16px;
    color: #333333;
    border: solid 1px #dddddd;
    border-bottom: solid 1px #ffffff;
    height: 38px;
    line-height: 38px;
    position: absolute;
    padding: 0px 35px;
    display: block;
    left: 0px;
    bottom: -1px;
}

.language-wrapper {
    padding:30px 20px;
    margin-bottom: 20px;
    background: #fff;
    box-sizing: border-box;
}

.language-box {
    overflow: hidden;
    box-sizing: border-box;
}

ul.language-box li {
    width: 132px;
    float: left;
    margin-bottom: 25px;
}

ul.language-box li a {
    display: block;
}

ul.language-box li .language-pic {
    display: block;
    width: 60px;
    margin: 0 auto;
    height: 40px;
    background-image: url("../images/language.png");
    background-repeat: no-repeat;
}

ul.language-box li .language-name {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: 5px;
    line-height: 24px; height:24px; overflow:hidden;
    text-align: center;
    color: #555;
}

ul.language-box.ny li {
    width: 127px;
}
/*-----------------------------------Asia Pacific-------------------------------------------------*/
.language_ky {
    background-position: -560px 0;
}

.language_ps {
    background-position: 0 -60px;
}

.language_my {
    background-position: -560px -60px;
}

.language_sd {
    background-position: -640px -60px;
}

.language_ur {
    background-position: -640px -60px;
}

.language_tg {
    background-position: -720px -60px;
}

.language_ms {
    background-position: 0 -120px;
}

.language_ceb {
    background-position: -160px -120px;
}

.language_tl {
    background-position: -160px -120px;
}

.language_uz {
    background-position: -320px -120px;
}

.language_kk {
    background-position: -640px -120px;
}

.language_lo {
    background-position: -720px -120px;
}

.language_si {
    background-position: -160px -180px;
}

.language_mn {
    background-position: -240px -180px;
}

.language_th {
    background-position: -320px -180px;
}

.language_bn {
    background-position: -480px -180px;
}

.language_az {
    background-position: -560px -180px;
}

.language_ku {
    background-position: -80px -240px;
}

.language_fa {
    background-position: -80px -240px;
}

.language_hy {
    background-position: -160px -240px;
}

.language_ka {
    background-position: -240px -300px;
}

.language_yi {
    background-position: -400px -300px;
}

.language_iw {
    background-position: -400px -300px;
}

.language_tajikistan {
    background-position: -480px -300px;
}

.language_ar {
    background-position: -720px -300px;
}

.language_kr {
    background-position: 0 -360px;
}

.language_jp {
    background-position: -80px -360px;
}

.language_vi {
    background-position: -240px -360px;
}

.language_km {
    background-position: -320px -360px;
}

.language_tr {
    background-position: -400px -360px;
}

.language_gr {
    background-position: -640px -360px;
}

.language_jw {
    background-position: -560px -360px;
}

.language_id {
    background-position: -560px -360px;
}

.language_hu {
    background-position: -480px -360px;
}

.language_ml {
    background-position: 0 -420px;
}

.language_ta {
    background-position: 0 -420px;
}

.language_hi {
    background-position: 0 -420px;
}

.language_kn {
    background-position: 0 -420px;
}

.language_su {
    background-position: 0 -420px;
}

.language_gu {
    background-position: 0 -420px;
}

.language_pa {
    background-position: 0 -420px;
}

.language_te {
    background-position: 0 -420px;
}

.language_mr {
    background-position: 0 -420px;
}

.language_cn {
    background-position: -400px -420px;
}

.language_ne {
    background-position: -480px -420px;
}

.language_ca {
    background-position: -240px -420px;
}

.language_lb {
    background-position: -720px -420px;
}

.language_sr {
    background-position: 0px -480px;
}

.language_mk {
    background-position: -560px -420px;
}

.language_en {
    background-position: -640px -420px;
}

.language_es {
    background-position: -720px -360px;
}

.language_pt {
    background-position: -160px -360px;
}

.language_co {
    background-position: -320px -420px;
}

.language_fr {
    background-position: -320px -420px;
}

.language_da {
    background-position: -80px -420px;
}

.language_se {
    background-position: -160px -420px;
}

.language_eu {
    background-position: -720px -360px;
}

.language_gl {
    background-position: -720px -360px;
}

.language_is {
    background-position: -80px 0;
}

.language_no {
    background-position: -160px 0;
}

.language_mt {
    background-position: -640px 0;
}

.language_ga {
    background-position: -720px 0;
}

.language_et {
    background-position: -240px -60px;
}

.language_bg {
    background-position: -320px -60px;
}

.language_lt {
    background-position: -400px -60px;
}

.language_lv {
    background-position: -480px -60px;
}

.language_fy {
    background-position: -80px -120px;
}

.language_nl {
    background-position: -80px -120px;
}

.language_cy {
    background-position: -400px -120px;
}

.language_ro {
    background-position: -480px -120px;
}

.language_switzerland {
    background-position: -560px -120px;
}

.language_be {
    background-position: 0 -180px;
}

.language_sl {
    background-position: -80px -180px;
}

.language_cs {
    background-position: -720px -180px;
}

.language_bs {
    background-position: -320px -240px;
}

.language_gd {
    background-position: -400px -240px;
}

.language_pl {
    background-position: -480px -240px;
}

.language_hr {
    background-position: -560px -240px;
}

.language_uk {
    background-position: -640px -240px;
}

.language_de {
    background-position: 0 -300px;
}

.language_it {
    background-position: -160px -300px;
}

.language_ru {
    background-position: -320px -300px;
}

.language_sk {
    background-position: -560px -300px;
}

.language_fi {
    background-position: -640px -300px;
}

.language_ny {
    background-position: 0 0;
}

.language_sn {
    background-position: -400px 0;
}

.language_mg {
    background-position: -80px -60px;
}

.language_st {
    background-position: -160px -60px;
}

.language_so {
    background-position: -240px -120px;
}

.language_xh {
    background-position: -640px -180px;
}

.language_zu {
    background-position: -640px -180px;
}

.language_ig {
    background-position: 0 -240px;
}

.language_yo {
    background-position: 0 -240px;
}

.language_ha {
    background-position: 0 -240px;
}

.language_am {
    background-position: -240px -240px;
}

.language_sw {
    background-position: -720px -240px;
}

.language_sq {
    background-position: -80px -300px;
}

.language_ht {
    background-position: -400px -180px;
}

.language_mi {
    background-position: -320px 0;
}

.language_sm {
    background-position: -480px 0;
}

.language_haw {
    background-position: -240px 0;
}

/*-----------------------------------language-------------------------------------------------*/

/*22*15国旗*/
.flag_bg{ background-image:url(../images/flag_icon.png)}
/*.flag-sm{margin-top: 2px; width:22px; height:15px; float:left; margin-right:6px; display:inline;}
*/
.flag-ny {
    background-position: 0 0;
}

.flag-is {
    background-position: -30px 0;
}

.flag-gl {
    background-position: -60px -120px;
}

.flag-no {
    background-position: -60px 0;
}

.flag-haw {
    background-position: -90px 0;
}

.flag-mi {
    background-position: -120px 0;
}

.flag_zimbabwe {
    background-position: -150px 0;
}

.flag-sm {
    background-position: -270px -120px;
}

.flag-ky {
    background-position: -210px 0;
}

.flag-mt {
    background-position: -240px 0;
}

.flag-ga {
    background-position: -270px 0;
}

.flag-ps {
    background-position: 0 -20px;
}

.flag-mg {
    background-position: -30px -20px;
}

.flag_lesotho {
    background-position: -60px -20px;
}

.flag-et {
    background-position: -90px -20px;
}

.flag-bg {
    background-position: -120px -20px;
}

.flag-lt {
    background-position: -150px -20px;
}

.flag_latvia {
    background-position: -180px -20px;
}

.flag-my {
    background-position: -210px -20px;
}

.flag-ur {
    background-position: -240px -20px;
}

.flag-sd {
    background-position: -240px -20px;
}

.flag_tajikistan {
    background-position: -270px -20px;
}

.flag-ms {
    background-position: 0 -40px;
}

.flag-nl {
    background-position: -30px -40px;
}

.flag-tl {
    background-position: -60px -40px;
}

.flag-ceb {
    background-position: -60px -40px;
}

.flag-so {
    background-position: -90px -40px;
}

.flag-uz {
    background-position: -120px -40px;
}

.flag-cy {
    background-position: -150px -40px;
}

.flag-ro {
    background-position: -180px -40px;
}

.flag_switzerland {
    background-position: -210px -40px;
}

.flag-kk {
    background-position: -240px -40px;
}

.flag_laos {
    background-position: -270px -40px;
}

.flag-be {
    background-position: 0 -60px;
}

.flag-sl {
    background-position: -30px -60px;
}

.flag-si {
    background-position: -60px -60px;
}

.flag-mn {
    background-position: -90px -60px;
}

.flag-th {
    background-position: -120px -60px;
}

.flag-ht {
    background-position: -150px -60px;
}

.flag-bn {
    background-position: -180px -60px;
}

.flag-az {
    background-position: -210px -60px;
}

.flag-zu {
    background-position: -240px -60px;
}

.flag-xh {
    background-position: -240px -60px;
}

.flag-st {
    background-position: -240px -60px;
}

.flag-cs {
    background-position: -270px -60px;
}

.flag-ig {
    background-position: 0 -80px;
}

.flag-yo {
    background-position: 0 -80px;
}

.flag-sr {
    background-position: -270px -140px;
}

.flag-fa {
    background-position: -30px -80px;
}

.flag-tg {
    background-position: -30px -80px;
}

.flag-te {
    background-position: -30px -80px;
}

.flag-ta {
    background-position: -30px -80px;
}

.flag-hy {
    background-position: -60px -80px;
}

.flag-am {
    background-position: -90px -80px;
}

.flag-bs {
    background-position: -120px -80px;
}

.flag-gd {
    background-position: -150px -80px;
}

.flag-pl {
    background-position: -180px -80px;
}

.flag-hr {
    background-position: -210px -80px;
}

.flag-uk {
    background-position: -240px -80px;
}

.flag-sw {
    background-position: -270px -80px;
}

.flag-de {
    background-position: 0 -100px;
}

.flag-sq {
    background-position: -30px -100px;
}

.flag-it {
    background-position: -60px -100px;
}

.flag-ka {
    background-position: -90px -100px;
}

.flag-ru {
    background-position: -120px -100px;
}

.flag-iw {
    background-position: -150px -100px;
}

.flag-yi {
    background-position: -150px -100px;
}

.flag-lv {
    background-position: -180px -100px;
}

.flag-sk {
    background-position: -210px -100px;
}

.flag-fi {
    background-position: -240px -100px;
}

.flag-ar {
    background-position: -270px -100px;
}

.flag-kr {
    background-position: 0 -120px;
}

.flag-jp {
    background-position: -30px -120px;
}

.flag-pt {
    background-position: -60px -120px;
}

.flag-vi {
    background-position: -90px -120px;
}

.flag-km {
    background-position: -120px -120px;
}

.flag-tr {
    background-position: -150px -120px;
}

.flag-hu {
    background-position: -180px -120px;
}

.flag-id {
    background-position: -210px -120px;
}

.flag-su {
    background-position: -210px -120px;
}

.flag-jw {
    background-position: -210px -120px;
}

.flag-gr {
    background-position: -240px -120px;
}

.flag-ca {
    background-position: -270px -120px;
}

.flag-eu {
    background-position: -270px -120px;
}

.flag-hi {
    background-position: 0 -140px;
}

.flag-kn {
    background-position: 0 -140px;
}

.flag-gu {
    background-position: 0 -140px;
}

.flag-mr {
    background-position: 0 -140px;
}

.flag-ml {
    background-position: 0 -140px;
}

.flag-lb {
    background-position: -30px -40px;
}

.flag-fy {
    background-position: -30px -40px;
}

.flag_denmark {
    background-position: -30px -140px;
}

.flag-se {
    background-position: -60px -140px;
}

.flag-fr {
    background-position: -120px -140px;
}

.flag-co {
    background-position: -120px -140px;
}

.flag-cn {
    background-position: -150px -140px;
}

.flag-ne {
    background-position: -180px -140px;
}

.flag-mk {
    background-position: -210px -140px;
}

.flag-en {
    background-position: -240px -140px;
}











/*-----------------------------------language-------------------------------------------------*/

@media only screen and (max-width: 1400px) {
    ul.language-box li {
        width: 131px;
        float: left;
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 1360px) {
    ul.language-box li {
        width: 127px;
        float: left;
        margin-bottom: 25px;
    }
    

}

@media only screen and (max-width: 1280px) {
    ul.language-box li {
        width: 119px;
        float: left;
        margin-bottom: 25px;
    }
    ul.language-box.ny li {
    width: 113px;
}
}

@media only screen and (max-width: 1200px) {
    ul.language-box li {
        width: 111px;
        float: left;
        margin-bottom: 25px;
    }
    ul.language-box.ny li {
    width: 111px;
}
}

@media only screen and (max-width: 1040px) {
    .language-wrapper {
    padding-top:50px;
    }

    ul.language-box li {
        width: 122px;
        float: left;
        margin-bottom: 25px;
    }
}


@media only screen and (max-width: 768px) {
    ul.language-box li {
        width: 120px;
        float: left;
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 767px) {
.language-wrapper {
    padding-top:50px;
    }
    ul.language-box li {
        width: 74px;
        float: left;
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 412px) {
    ul.language-box li {
        width: 90px;
        float: left;
        margin-bottom: 25px;
    }
    
            ul.language-box.ny li {
    width:80px;
}

}

@media only screen and (max-width: 375px) {
    ul.language-box li {
        width: 81px;
        float: left;
        margin-bottom: 25px;
    }
            ul.language-box.ny li {
    width:96px;
}
}

@media only screen and (max-width: 360px) {
    ul.language-box li {
        width: 104px;
        float: left;
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 320px) {
    ul.language-box li {
        width: 91px;
        float: left;
        margin-bottom: 25px;
    }
            ul.language-box.ny li {
    width:80px;
}
}


/* CSS Document */
/*-----------------------------------language-------------------------------------------------*/
.language {
    width: 100%;
    height: auto;
}

.h2_title {
    border-bottom: solid 1px #dddddd;
    height: 38px;
    width: 100%;
    position: relative;
}

.h2_title span {
    font-size: 16px;
    color: #333333;
    border: solid 1px #dddddd;
    border-bottom: solid 1px #ffffff;
    height: 38px;
    line-height: 38px;
    position: absolute;
    padding: 0px 35px;
    display: block;
    left: 0px;
    bottom: -1px;
}

.language-wrapper {
    margin-bottom: 20px
}

.language-box {
    padding: 25px 0px;
    overflow: hidden;
    box-sizing: border-box;
}

ul.language-box li {
    width: 10%;
    float: left;
    margin-bottom: 20px;
}

ul.language-box li a {
    display: block;
}

ul.language-box li .language-pic {
    display: block;
    width: 60px;
    margin: 0 auto;
    height: 40px;
    background-image: url("../images/language.png");
    background-repeat: no-repeat;
}

ul.language-box li .language-name {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: 5px;height: 24px;
    line-height: 24px;
    text-align: center;
    color: #555;overflow: hidden;
}

/*-----------------------------------Asia Pacific-------------------------------------------------*/
.kyrgyzstan {
    background-position: -560px 0;
}

.afghanistan {
    background-position: 0 -60px;
}

.myanmar {
    background-position: -560px -60px;
}

.pakistan {
    background-position: -640px -60px;
}

.tajikistan {
    background-position: -720px -60px;
}

.malaysia {
    background-position: 0 -120px;
}

.pilipinas {
    background-position: -160px -120px;
}

.uzbekistan {
    background-position: -320px -120px;
}

.kazakhstan {
    background-position: -640px -120px;
}

.laos {
    background-position: -720px -120px;
}

.sriLanka {
    background-position: -160px -180px;
}

.mongolia {
    background-position: -240px -180px;
}

.thailand {
    background-position: -320px -180px;
}

.bangladesh {
    background-position: -480px -180px;
}

.azerbaijan {
    background-position: -560px -180px;
}

.iran {
    background-position: -80px -240px;
}

.armenia {
    background-position: -160px -240px;
}

.georgia {
    background-position: -240px -300px;
}

.israel {
    background-position: -400px -300px;
}

.tajikistan {
    background-position: -480px -300px;
}

.unitedArabEmirates {
    background-position: -720px -300px;
}

.south-korea {
    background-position: 0 -360px;
}

.japan {
    background-position: -80px -360px;
}

.vietnam {
    background-position: -240px -360px;
}

.cambodia {
    background-position: -320px -360px;
}

.turkey {
    background-position: -400px -360px;
}

.indonesia {
    background-position: -640px -360px;
}

.india {
    background-position: 0 -420px;
}

.china {
    background-position: -400px -420px;
}

.nepal {
    background-position: -480px -420px;
}

/*-----------------------------------Europe-------------------------------------------------*/
.republicOfMacedonia {
    background-position: -560px -420px;
}

.english {
    background-position: -640px -420px;
}


.france {
    background-position: -320px -420px;
}
.denmark {
    background-position: -80px -420px;
}

.sweden {
    background-position: -160px -420px;
}

.spain {
    background-position: -720px -360px;
}

.iceland {
    background-position: -80px 0;
}

.norway {
    background-position: -160px 0;
}

.malta {
    background-position: -640px 0;
}

.ireland {
    background-position: -720px 0;
}

.estonia {
    background-position: -240px -60px;
}

.bulgaria {
    background-position: -320px -60px;
}

.lithuania {
    background-position: -400px -60px;
}

.latvia {
    background-position: -480px -60px;
}

.netherlands {
    background-position: -80px -120px;
}

.wales {
    background-position: -400px -120px;
}

.romania {
    background-position: -480px -120px;
}

.switzerland {
    background-position: -560px -120px;
}

.belarus {
    background-position: 0 -180px;
}

.slovenia {
    background-position: -80px -180px;
}

.czechRepublic {
    background-position: -720px -180px;
}

.bosnia-and-herzegovina {
    background-position: -320px -240px;
}

.scotland {
    background-position: -400px -240px;
}

.poland {
    background-position: -480px -240px;
}

.croatia {
    background-position: -560px -240px;
}

.ukraine {
    background-position: -640px -240px;
}

.germany {
    background-position: 0 -300px;
}

.italy {
    background-position: -160px -300px;
}

.russia {
    background-position: -320px -300px;
}

.slovakia {
    background-position: -560px -300px;
}

.finland {
    background-position: -640px -300px;
}

.portugal {
    background-position: -160px -360px;
}
/*-----------------------------------Africa-------------------------------------------------*/
.malawi {
    background-position: 0 0;
}

.zimbabwe {
    background-position: -400px 0;
}

.madagascar {
    background-position: -80px -60px;
}

.lesotho {
    background-position: -160px -60px;
}

.somalia {
    background-position: -240px -120px;
}

.southAfrica {
    background-position: -640px -180px;
}

.nigeria {
    background-position: 0 -240px;
}

.ethiopia {
    background-position: -240px -240px;
}

.tanzania {
    background-position: -720px -240px;
}

.albania {
    background-position: -80px -300px;
}
/*-----------------------------------southAmerica-------------------------------------------------*/
.haiti {
    background-position: -400px -180px;
}

/*-----------------------------------northAmerica-------------------------------------------------*/

/*-----------------------------------Oceania-------------------------------------------------*/
.newZealand {
    background-position: -320px 0;
}

.samoa {
    background-position: -480px 0;
}

.hawaii {
    background-position: -240px 0;
}


/*22*15国旗*/
.flag_bg{ background-image:url(//wm.cdn.cn86.cn/xxhuaxiwca/2026/07/76639b3405thqcvd.png)}
.flag-sm{margin-top: 5px; width:22px; height:15px; float:left; margin-right:6px; display:inline;}

.flag_malawi{background-position: 0 0;}
.flag_iceland {background-position: -30px 0;}
.flag_norway{ background-position:-60px 0 ;}
.flag_hawaii {background-position:-90px 0px ;}
.flag_new-zealand { background-position:-120px 0px;}
.flag_zimbabwe {background-position:-150px 0px;}
.flag_samoa{background-position:-180px 0;}
.flag_kyrgyzstan{ background-position:-210px 0;}
.flag_malta { background-position: -240px 0;}

.flag_ireland {background-position: -270px 0;}

.flag_afghanistan { background-position: 0 -20px;}

.flag_madagascar {background-position: -30px -20px;}

.flag_lesotho {background-position: -60px -20px;}

.flag_estonia {background-position: -90px -20px;}

.flag_bulgaria {background-position: -120px -20px;}

.flag_lithuania {background-position: -150px -20px;}

.flag_latvia {background-position: -180px -20px;}

.flag_myanmar {background-position: -210px -20px;}

.flag_pakistan {background-position: -240px -20px;}

.flag_tajikistan {
    background-position: -270px -20px;
}

.flag_malaysia {
    background-position: 0 -40px;
}

.flag_netherlands {
    background-position: -30px -40px;
}

.flag_pilipinas {
    background-position: -60px -40px;
}

.flag_somalia {
    background-position: -90px -40px;
}

.flag_uzbekistan {
    background-position: -120px -40px;
}

.flag_wales {
    background-position: -150px -40px;
}

.flag_romania {
    background-position: -180px -40px;
}

.flag_switzerland {
    background-position: -210px -40px;
}

.flag_kazakhstan {
    background-position: -240px -40px;
}

.flag_laos {
    background-position: -270px -40px;
}

.flag_belarus {
    background-position: 0 -60px;
}

.flag_slovenia {
    background-position: -30px -60px;
}

.flag_sriLanka {
    background-position: -60px -60px;
}

.flag_mongolia {
    background-position: -90px -60px;
}

.flag_thailand {
    background-position: -120px -60px;
}

.flag_haiti {
    background-position: -150px -60px;
}

.flag_bangladesh {
    background-position: -180px -60px;
}

.flag_azerbaijan {
    background-position: -210px -60px;
}

.flag_southAfrica {
    background-position: -240px -60px;
}

.flag_czechRepublic {
    background-position: -270px -60px;
}

.flag_nigeria {
    background-position: 0 -80px;
}

.flag_iran {
    background-position: -30px -80px;
}

.flag_armenia {
    background-position: -60px -80px;
}

.flag_ethiopia {
    background-position: -90px -80px;
}

.flag_bosnia-and-herzegovina {
    background-position: -120px -80px;
}

.flag_scotland {
    background-position: -150px -80px;
}

.flag_poland {
    background-position: -180px -80px;
}

.flag_croatia {
    background-position: -210px -80px;
}

.flag_ukraine {
    background-position: -240px -80px;
}

.flag_tanzania {
    background-position: -270px -80px;
}


.flag_germany {
    background-position: 0 -100px;
}

.flag_albania {
    background-position: -30px -100px;
}

.flag_italy {
    background-position: -60px -100px;
}

.flag_georgia {
    background-position: -90px -100px;
}

.flag_russia {
    background-position: -120px -100px;
}

.flag_israel {
    background-position: -150px -100px;
}

.flag_tajikistan {
    background-position: -180px -100px;
}

.flag_slovakia {
    background-position: -210px -100px;
}

.flag_finland {
    background-position: -240px -100px;
}

.flag_unitedArabEmirates {
    background-position: -270px -100px;
}

.flag_south-korea {
    background-position: 0 -120px;
}

.flag_japan {
    background-position: -30px -120px;
}

.flag_portugal {
    background-position: -60px -120px;
}

.flag_vietnam {
    background-position: -90px -120px;
}

.flag_cambodia {
    background-position: -120px -120px;
}

.flag_turkey {
    background-position: -150px -120px;
}

.flag_indonesia {
    background-position: -210px -120px;
}

.flag_greece {
    background-position: -240px -120px;
}

.flag_spain {
    background-position: -270px -120px;
}

.flag_india {
    background-position: 0 -140px;
}

.flag_denmark {
    background-position: -30px -140px;
}

.flag_sweden {
    background-position: -60px -140px;
}

.flag_france {
    background-position: -120px -140px;
}

.flag_china {
    background-position: -150px -140px;
}

.flag_nepal {
    background-position: -180px -140px;
}

.flag_republicOfMacedonia {
    background-position: -210px -140px;
}

.flag_english {
    background-position: -240px -140px;
}



/*-----------------------------------language-------------------------------------------------*/

 @media only screen and (max-width:1400px) {

 }

 @media only screen and (max-width:1040px) {
ul.language-box li {width: 20%;float: left;margin-bottom: 20px;}    
    
 }


 @media only screen and (max-width:767px) {
ul.language-box li {width:25%;float: left;margin-bottom: 20px;} 
    

 }




 @media only screen and (max-width:420px){ 

ul.language-box li {width: 33%;float: left;margin-bottom: 20px;}    



}




/*基础样式*/
html {
    font: 12px/1.5 arial, Helvetica, sans-serif;
    width: 100%;
}
input,
select,
textarea {
    font-size: 100%;
    padding-left: 10px;
    outline: none;
    _outline: none;
    border: 0;
    box-sizing: border-box;
}
button {
    outline: none;
    border: 0px;
    cursor: pointer;
}
textarea {
    resize: none
}
/* 去掉各Table cell 的边距并让其边重合 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* IE bug fixed: th 不继承 text-align*/
th {
    text-align: inherit;
}
/* 对齐是排版最重要的因素, 别让什么都居中 */
caption,
th {
    text-align: left;
}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
    display: block;
}
/* 一致的 del 样式 */
del {
    text-decoration: line-through;
}
/* 统一上标和下标 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
select {
    border: solid 1px #e6e6e6;
    /*appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;*/
    /*background: url(../images/xia-1.png) no-repeat scroll 95% center transparent;*/
    /*padding-right: 25px;*/
    background-color: #FFFFFF;
    font-size: 14px;
    /*height: 50px;*/
}
select::-ms-expand {
    display: none;
}

.mobile{display: none;}
.pc{display: block;}
.w_1400{width: 1400px;margin: 0 auto;}

@media only screen and (max-width: 1040px){
    .mobile{display: block;}
    .pc{display: none;}
}


.banner .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background-color: rgba(0,0,0,0);
    box-sizing: border-box;
    border: 2px solid rgba(255,255,255,1);
}
.banner .swiper-slide img{
    width: 100%;
    display: block;
}

.banner .swiper-pagination-bullet-active{
    background-color: rgba(255,255,255,0.8);
}
.home_about_wrap{
    background-image: url(//wm.cdn.cn86.cn/xxhuaxiwca/2026/07/7501c6d365vnsuhj.jpg);
    padding: 100px 0;
    background-size: 100% 105%;
}
.home_about .home_about_l{
    width: 850px;
}
.home_about .home_about_l .home_about-container .swiper-slide div{
    width: 100%;
    height: auto;
    /*vertical-align: middle;
    text-align: center;
    display: table-cell;*/
}
.home_about .home_about_l .home_about-container .swiper-slide div img{
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.home_about .home_about_l .home-about-swiper{
    width: 860px;
    height: 320px;
}

.home_about .home_about_l .home-about-swiper .swiper-slide{
    width: 320px !important;
    height: 320px;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}
.home_about .home_about_l .home-about-swiper .swiper-slide img{
    max-width: 100%;
    max-height: 100%;
}



.home_about .home_about_r{
    width: 520px;
}
.home_about .home_about_r .title{
    font-size: 70px;
    color: #e2e0ea;
    line-height: 70px;
    font-family: Impact;
}
.home_about .home_about_r .ft{
    font-size: 24px;
    color: #686d81;
    margin-top: 5px;
}
.home_about .home_about_r .con{
    font-size: 16px;
    line-height: 28px;
    color: #686d81;
    margin-top: 10px;
    height: 82px;
    overflow: hidden;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;
}
.home_about_r .home_about_btn{
    margin-top: 10px;
}
.home_about_r .home_about_btn a{
    display: inline-block;
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
    font-size: 16px;
    color: #ffffff;
    margin-right: 15px;
}
.home_about_r .home_about_btn a.more{
    background-color: #13a864;
}
.home_about_r .home_about_btn a.fac{
    background-color: #507096;
}

.home_com_wrap{
    background-color: #507096;
}
.home_com_wrap .home_com{
    overflow: hidden;
    padding: 25px 40px;
    box-sizing: border-box;
    background-color: #e3e3e3;
}
.home_com_wrap .home_com .home_com-container img{
    display: block;
    width: 100%;
    height: auto;
    max-height: 195px;
}
.home_com_wrap .home_com .home_com-container .swiper-slide{
    
}
.home_pro_wrap{
    padding: 60px 0;
}
.all_pro_title .title{
    text-align: center;
}
.all_pro_title .title .zt{
    font-size: 70px;
    color: #e2e0ea;
    line-height: 70px;
    font-family: Impact;
}
.all_pro_title .title .ft{
    color: #686d81;
    font-size: 24px;
    line-height: 24px;
    margin-top: 5px;
}
.all_pro_title .title .titile_line{
    height: 1px;
    background-color: #e2e0ea;
    margin-top: 20px;
}
.all_pro_title .title .titile_line p{
    display: inline-block;
    position: relative;
    top: -14px;
}
.all_pro_title .title .titile_line p span{
    width: 90px;
    height: 7px;
    background-color: #507096;
}
.all_pro_title .title .titile_line p span:nth-child(2n){
    background-color: #13a864;
}

.home_pro .home_pro_list{
    margin-top: 50px;
    margin-bottom: -30px;
}
.home_pro .home_pro_list li{
    width: 320px;
    margin-right: 40px;
    box-sizing: border-box;
    padding: 30px 20px;
    border: 1px solid #e3ebf0;
    margin-bottom: 30px;
}
.home_pro .home_pro_list li:nth-child(4n){
    margin-right: 0;
}
.home_pro .home_pro_list li .img{
    width: 280px;
    height: 280px;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    overflow: hidden;
}
.home_pro .home_pro_list li .img img{
    transition: all 0.3s;
    max-height: 90%;
    max-width: 90%;
    vertical-align: middle;
}
.home_pro .home_pro_list li:hover .img img{
    transform: scale(1.1);
}
.home_pro .home_pro_list li .text{
    margin-top: 10px;
}
.home_pro .home_pro_list li .text a{
    display: block;
    font-size: 14px;
    color: #686d81;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.home_pro .home_pro_list li .cont{
    margin-top: 20px;
}
.home_pro .home_pro_list li .cont a{
    display: block;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #c9ced4;
    background-color: #f4f6f9;
    text-align: center;
    line-height: 38px;
    border-radius: 3px;
    color: #282828;
    font-size: 14px;
    transition: all 0.3s;
}
.home_pro .home_pro_list li:hover .cont a{
    background-color: #13a864;
    color: #ffffff;
}
.home_eq_bg img{width: 100%;display: block;height: auto;}
.home_eq_wrap{
    position: relative;
    background-image: url(//wm.cdn.cn86.cn/xxhuaxiwca/2026/07/620c6abb721r4oy7.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.home_eq_wrap .img img{
    width: 100%;
    height: auto;
    display: none;
}
.home_eq .home_eq_con{
    padding: 80px 30px;
    width: 340px;
    box-sizing: border-box;
    background-color: rgba(80,112,150,0.95);
}
.home_eq .home_eq_con .title{
    font-size: 40px;
    line-height: 40px;
    color: #ffffff;
}
.home_eq .home_eq_con .con{
    margin-top: 30px;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    height: 130px;
    overflow: hidden;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;
}
.home_eq .home_eq_con .more{
    display: block;
    width: 210px;
    margin: 60px auto 0;
    text-align: center;
    border-radius: 3px;
    background-color: #f4f6f9;
    font-size: 18px;
    color: #686d81;
    height: 48px;
    line-height: 46px;
    box-sizing: border-box;
    border: 1px solid #c9ced4;
    transition: all 0.3s;
}
.home_eq .home_eq_con .more:hover{
    background-color: #13a864;
    color: #ffffff;
}
@media only screen and (max-width: 1850px){
    
}


@media only screen and (max-width: 1440px){
    .w_1400{width: 100%;padding: 2%;box-sizing: border-box;}
    .home_about .home_about_l{width: 55%;}
    .home_about .home_about_r{width: 43%;}
    /*.home_about .home_about_l .home_about-container .swiper-slide div{width: 24vw;height: 24vw;}*/
    .home_about_wrap{padding: 80px 0;}
    .home_about .home_about_r .title,.all_pro_title .title .zt{font-size: 60px;line-height: 60px;}
    .home_about .home_about_r .title{
        font-size: 52px;
    line-height: 52px;
    }
    .home_about .home_about_r .ft {
    font-size: 20px;}
    .home_about .home_about_r .con{font-size: 14px;height: 82px;}
    .home_pro .home_pro_list li{width: 23%;margin-right: 2.66%;padding: 15px;}
    .home_pro .home_pro_list li .img{width: 20vw;height: 20vw;}
    .home_eq .home_eq_con .title {font-size: 36px;line-height: 36px;}
    .home_eq .home_eq_con {padding: 60px 20px;}
}

@media only screen and (max-width: 1040px){
    .home_pro .home_pro_list li{width: 48%;margin-right: 4%;padding: 15px;}
    .home_pro .home_pro_list li:nth-child(2n){margin-right: 0%;}
    .home_pro .home_pro_list li .img{width: 46vw;height: 46vw;}
    .home_about .home_about_r{width: 100%;}
    .home_com_wrap .home_com{padding: 20px;}
    .home_about_wrap {padding: 60px 0;}
    .home_pro_wrap {padding: 40px 0;}
    .home_eq .home_eq_con {width: 300px;}
    .home_eq .home_eq_con .con {height: 96px;-webkit-line-clamp: 4;}
    .home_eq .home_eq_con .title {font-size: 32px;line-height: 32px;}
    .home_eq_wrap{background-size: auto 100%;background-position: center;}
    .home_eq .home_eq_con .more {margin: 40px auto 0;width: 180px;}
    
    
    
    
    
    
    
}
@media only screen and (max-width: 767px){
    .home_pro .home_pro_list li .img {width: 42vw;height: 42vw;}
    .home_about_wrap {padding: 40px 0;}
    .home_about .home_about_r .title, .all_pro_title .title .zt {font-size: 42px;line-height: 42px;}
    .home_about .home_about_r .ft {font-size: 20px;}
    .home_about_r .home_about_btn a{font-size: 14px;margin-right: 10px;height: 36px;line-height: 36px;padding: 0px 10px;}
    .home_pro_wrap {padding: 20px 0;}
    .all_pro_title .title .ft {font-size: 18px;}
    .all_pro_title .title .titile_line p span {width: 50px;height: 3px;}
    .all_pro_title .title .titile_line p {top: -16px;}
    .home_pro .home_pro_list li{padding: 10px;margin-bottom: 20px;}
    
    .home_eq_wrap{background-image: none;}
    .home_eq .home_eq_con{width: 100%;padding: 30px 20px;}
    .home_eq.w_1400{padding: 0;}
    .home_eq_wrap .img img{display: block;}
    .home_eq .home_eq_con .title {font-size: 28px;line-height: 28px;text-align: center;}
    .home_eq .home_eq_con .more {margin: 30px auto 0;width: 180px;}
    .home_about .home_about_r .con {font-size: 14px;}
    .home_eq .home_eq_con .more {font-size: 16px;height: 42px;line-height: 40px;}
    .home_pro .home_pro_list{margin-top: 30px;}
    .foot_cont .cont_r div p {font-size: 14px;}
    .foot_cont_wrap, .footer .footer_top {padding: 20px 0;}
    
}
@media only screen and (max-width: 499px){
    .home_about_wrap {padding: 30px 0;}
    .home_com_wrap .home_com {padding: 10px;}
    .home_pro .home_pro_list li{padding: 5px;}
    .home_pro .home_pro_list li .cont a{height: 36px;line-height: 34px;}
    .home_pro .home_pro_list li .cont{margin-top: 10px;}
    .home_pro .home_pro_list{margin-top: 20px;}
    .home_about_r .home_about_btn a{font-size: 12px;}
    
    
    
    
}


.foot_cont_wrap{
    padding: 40px 0;
    background-color: #f4f6f9;
}

.foot_cont .cont_l{
    width: 320px;
}
.foot_cont .cont_l .title{
    line-height: 112px;
    color: #507096;
    font-size: 52px;
}
.foot_cont .cont_l .title span{
    line-height: 112px;
    color: #13a864;
    font-size: 52px;
}
.foot_cont .cont_r{
    width: 1050px;
}
.foot_cont .cont_r div{
    min-width: 350px;
    max-width: 50%;
}
.foot_cont .cont_r div p{
    font-size: 16px;
    color: #282828;
    line-height: 28px;
    overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}

@media only screen and (max-width: 1440px){
    .w_1400{width: 100%;padding: 2%;box-sizing: border-box;}
    .foot_cont .cont_l {width: 290px;}
    .foot_cont .cont_r{width: calc(100% - 290px);}
    .foot_cont_wrap,.footer .footer_top{padding: 30px 0;}
    .foot_cont .cont_r div p {font-size: 14px;line-height: 24px;}
    .foot_cont .cont_l .title,.foot_cont .cont_l .title span{font-size: 46px;line-height: 96px;}
}

@media only screen and (max-width: 1280px){
    .foot_cont .cont_r{width: 100%;}
    .foot_cont .cont_l .title, .foot_cont .cont_l .title span {font-size: 38px;line-height: 38px;}
    .foot_cont .cont_l .title{margin-bottom: 20px;}
    .foot_cont .cont_r div p {font-size: 16px;}
}



.foot_cont_wrap{
    padding: 40px 0;
    background-color: #f4f6f9;
}

.foot_cont .cont_l{
    width: 320px;
}
.foot_cont .cont_l .title{
    line-height: 112px;
    color: #507096;
    font-size: 52px;
}
.foot_cont .cont_l .title span{
    line-height: 112px;
    color: #13a864;
    font-size: 52px;
}
.foot_cont .cont_r{
    width: 1050px;
}
.foot_cont .cont_r div{
    min-width: 350px;
    max-width: 50%;
}
.foot_cont .cont_r div p{
    font-size: 16px;
    color: #282828;
    line-height: 28px;
    overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.footer .footer_top{
    padding: 40px 0;
    background-color: #507096;
}
.footer .footer_top .footer_top_l{
    width: 325px;
}
.footer .footer_top .footer_top_l form label{
    display: block;
}
.footer .footer_top .footer_top_l form label input{
    height: 50px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #c9ced4;
    border-radius: 3px;
    margin-bottom: 20px;
    font-size: 16px;background: #fff;
}
.footer .footer_top .footer_top_l form label textarea{
    height: 90px;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 10px;
    border: 1px solid #c9ced4;
    border-radius: 3px;
    margin-bottom: 20px;
    font-size: 16px;background: #fff;
}
.flex2 {display: flex;justify-content: space-between;flex-wrap: wrap;display: -webkit-flex;}
.a-center{align-items: center;}
.yzm{margin-bottom: 20px;}
.yzm1{width: calc(100% - 120px);height: 36px;background: #fff;}
.footer .footer_top .footer_top_l form label .send{
    width: 100%;
    height: 48px;
    background-color: #13a864;
    border-radius: 3px;
    font-size: 18px;
    color: #ffffff;outline: none;border:none;
    padding-bottom: 0px;
}
.footer_top .footer_top_m{
    margin-left: 20px;
    background-color: #ffffff;
    padding: 18px 12px;
    border-radius: 3px;
    height: 234px;
    box-sizing: border-box;
}
.footer_top .footer_top_m img{
    width: 145px;
    height: auto;
}
.footer_top .footer_top_m p{
    text-align: center;
    font-size: 14px;
    color: #507096;
    margin-top: 10px;
    
}
.footer_top .footer_top_r{
    width: 845px;
    margin-left: 40px;
}
.footer_top .footer_top_r .rel_pro{
    margin-bottom: 15px;
}
.footer_top .footer_top_r .rel_pro .title{
    font-size: 16px;
    color: #f4f6f9;
}
.footer_top .footer_top_r .rel_pro ul{
    margin-top: 5px;
}
.footer_top .footer_top_r .rel_pro ul li{
    width: 25%;
    box-sizing: border-box;
    padding-right: 2%;
}
.footer_top .footer_top_r .rel_pro ul li a{
    display: block;
    overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
    color: #a3c0e3;
    font-size: 14px;
    line-height: 24px;
}
.footer_top .footer_top_r .footer_icon a{
    margin-right: 10px;
}
.footer_top .footer_top_r .footer_icon a i{
    font-size: 22px;
    color: #ffffff;
    display: block;
    line-height: 1;
}







.footer .footer_bot{
    text-align: center;
    background-color: #365171;
    padding: 20px 0;
}
.footer .footer_bot .footer_nav{
    height: auto;
    margin-bottom: 5px;
}
.footer .footer_bot .footer_nav ul{
    text-align: center;
}
.footer .footer_bot .footer_nav ul li{
    float: none;
    display: inline-block;
    margin-right: 40px;
}
.footer .footer_bot .footer_nav ul li a{
    font-size: 14px;
    color: #ffffff;
    
}
.footer .footer_bot .footer_nav ul li:hover a{
    /*color: #629b12;*/
}
.footer .footer_bot .copyright{
    text-align: center;
    margin-top: 2px;
}
.footer .footer_bot .copyright>*{
    display: inline-block;
}
.footer .footer_bot .copyright p{
    font-size: 14px;
    color: #ffffff;
}
.footer .footer_bot .copyright p a:hover{
    /*color: #629b12;*/
}
.footer .footer_bot .copyright p a{
    color: #ffffff;
    margin: 0 10px;
}
.footer .footer_bot .copyright > a{
    line-height: 20px;
    margin-left: 20px;
}
.footer .footer_bot .copyright > a img{
    vertical-align: middle;
}
.footer .footer_bot .footer_com{
    text-align: center;
    font-size: 14px;
    color: #13a864;
}
.footer .footer_bot .footer_com p,.footer .footer_bot .footer_com span{
    text-align: center;
    font-size: 14px;
    color: #13a864;
}













@media only screen and (max-width: 1440px){
    .w_1400 {width: 100%;padding: 0 2%;box-sizing: border-box;}
    .foot_cont .cont_l {width: 290px;}
    .foot_cont .cont_r{width: calc(100% - 290px);}
    .foot_cont_wrap,.footer .footer_top{padding: 30px 0;}
    .foot_cont .cont_r div p {font-size: 14px;line-height: 24px;}
    .foot_cont .cont_l .title,.foot_cont .cont_l .title span{font-size: 46px;line-height: 96px;}
    .footer .footer_top .footer_top_l {width: 280px;}
    .footer_top .footer_top_r{width: calc(100% - 490px);margin-left: 20px;}
    .footer_top .footer_top_r .rel_pro ul li{width: 33.33%;}
    
    
    
    
    
    
    
    
}






@media only screen and (max-width: 1280px){
    .foot_cont .cont_r{width: 100%;}
    .foot_cont .cont_l .title, .foot_cont .cont_l .title span {font-size: 38px;line-height: 38px;}
    .foot_cont .cont_l .title{margin-bottom: 20px;}
    .foot_cont .cont_r div p {font-size: 16px;}
    .footer .footer_top .footer_top_l {width: 240px;}
    .footer_top .footer_top_r {width: calc(100% - 450px);}
}

@media only screen and (max-width: 1040px){
    .footer_top .footer_top_r{width: 100%;margin-left: 0;margin-top: 20px;}
}



@media only screen and (max-width: 767px){
    .footer_top .footer_top_m{display: none;}
    .footer .footer_top .footer_top_l{width: 90%;margin-left: 5%;}
    .footer_top .footer_top_r .rel_pro ul li {width: 50%;}
    .footer .footer_bot .footer_nav ul li{margin-right: 20px;}
    .footer .footer_bot .copyright p a{font-size: 14px;}
}
@media only screen and (max-width: 499px){
    .footer .footer_top .footer_top_l{width: 95%;margin-left: 2.5%;}
    .foot_cont .cont_r div{min-width: 100%;}
    
}

.h_index_keywords {
    display: inline;
    font-weight: normal;
    color: #13a864;
    font-size: 14px;
    line-height: 20px;
}
.i_keywords {
    line-height: 20px;
    color: #13a864;
    font-size: 14px;
    font-style: normal;
    overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;
}
 /*底部关键词list*/
.pc_n {
    display: none;
}
.g_title {
    font-size: 3.6rem;
    padding: 45px 0px;
    color: #1f1f1f;
    font-weight: bold;
    text-align: center;
}
.foot_kword{
    max-height: unset;
    overflow: unset;
}
.foot_kword a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media only screen and (max-width:1400){
    .g_title {
        padding: 30px 15px;
        font-weight: bold;
        box-sizing: border-box;
        font-size: 2.0rem;
    }
}
@media only screen and (max-width:1040px){
    .pc_n {display: block;}
    .foot_kword {
        padding: 10px 15px;
        max-height: 120px;
        overflow: hidden;
    }
    .foot_kword a {
        display: inline-block;
        height: 36px;
        line-height: 36px;
        font-size: 16px;
        margin-bottom: 10px;
        color: #666666;
        border: solid 1px #e5e5e5;
        padding: 0px 10px;
        margin-right: 15px;
        box-sizing: border-box;
    }
}
@media only screen and (max-width:767px){
    .g_title {
        padding: 20px 15px;
        box-sizing: border-box;
        font-size: 1.6rem;
    }
}
/*底部关键词list*/


/* CSS Document */

@font-face {
    font-family: "iconfont";
    /* Project id 2571504 */
    src: url('//at.alicdn.com/t/font_2571504_ybblmm1nmtl.woff2?t=1627269027170') format('woff2'),
    url('//at.alicdn.com/t/font_2571504_ybblmm1nmtl.woff?t=1627269027170') format('woff'),
    url('//at.alicdn.com/t/font_2571504_ybblmm1nmtl.ttf?t=1627269027170') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left:before {
    content: "\f015";
}

.icon-arrow-right:before {
    content: "\f016";
}

.icon-email:before {
    content: "\f017";
}

.icon-tixingtishi-:before {
    content: "\f018";
}

.icon-search:before {
    content: "\f019";
}

.icon-a-home1:before {
    content: "\f020";
}

.icon-cart-Empty:before {
    content: "\f021";
}

.icon-skype1:before {
    content: "\f022";
}

.icon-jiaoseguanli:before {
    content: "\f001";
}

.icon-gouwuche1-copy:before {
    content: "\f002";
}

.icon-denglu-2:before {
    content: "\f003";
}

.icon-gouwuche:before {
    content: "\f004";
}

.icon-linkedin:before {
    content: "\f005";
}

.icon-skype:before {
    content: "\f006";
}

.icon-Facebook:before {
    content: "\f007";
}

.icon-youxiang:before {
    content: "\f008";
}

.icon-jiantou:before {
    content: "\f009";
}

.icon-youtube:before {
    content: "\f010";
}

.icon-whats-app:before {
    content: "\f011";
}

.icon-entypopinterest:before {
    content: "\f012";
}

.icon-ins:before {
    content: "\f013";
}

.icon-twitter:before {
    content: "\f014";
}

.float-media-list li {
    display: inline-block;
    zoom: 1;
    text-align: center;
}

.float-media-list {
    padding-left: 0;
}

#right {
    background-image: url(images/background01.png);
    background-repeat: no-repeat;
    background-color: white;
    background-position-x: 5%;
    background-size: 30% 100%;
}

.float_box.hold-close {
    width: 40px;
    overflow: unset;
}

.float_box {
    z-index: 100;
    width: 185px;
    padding: 5px;
    overflow: hidden;
    position: fixed;
    top: 50%;
    margin-top: -280px;
    right: 3px;
    background: #FFF;
    font-size: 12px;
}

.mousein>span>a {
    font-family: auto;
    width: unset;
    color: #ffffff;
}

#right {
    background: linear-gradient(to right, #5b7492 50%, #5b7492 50%);
    background-repeat: no-repeat;
    background-color: white;
    background-position-x: 5%;
    /* background-size: 30% 100%; */
    display: inline-block;
    float: right;
    right: 0;
    height: 100%;
    width: 3px;
    position: fixed;
    z-index: 10000000;
}

.float-media-list a {
    background: unset;
}

.floatright {
    border: unset !important;
    box-shadow: unset !important;
    top: 50%;
    margin-top: -280px;
    right: 3px;
    height: 550px;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 1040px){
    .floatright {
        display: none;
    }
}

.top_bar .top_r .list_link .link_list {
    font-size: 14px;
}

.top_bar .top_r .list_link a {
    font-size: 14px;
}

.top_bar .top_r .list_link.hover .link_list {
    font-size: 14px;
}

.user_box_pc .border-triangle-bottom {
    position: absolute;
    top: 44px;
    left: -30PX;
    z-index: 999;
}

.top_bar .top_r .list_link a.link_list {
    padding: 0px 10px 0px 10px;
}

.icon-accountsetting:before {
    display: inline-block;
    overflow: hidden;
}

.icon-cart:before {
    display: inline-block;
    overflow: hidden;
}

.fold_title {
    font-family: "Arial";
}

.fold_click_title {
    font-family: "Arial";
}

.float_top span {
    font-family: "Arial";
}

.float_bottom span {
    font-family: "Arial";
}

.menu ul::after {
    display: block;
    content: '';
    clear: both;
}

.float-media-list li a {
    text-decoration: none !important;
}

.righticon {
    color: #ffffff;
    background-color: #5b7492;
    font-size: 20px;
    margin-left: 1px;
    display: unset !important;
    /* display: inline-block;
    height: 20px; */
}

.float-media-list li {
    position: relative;
    width: 36px;
    height: 36px;
    background-color: #5b7492;
    line-height: 38px;
    margin: 1px 0;
}

.floatright.hold-close {
    width: 40px;
    background-color: unset;
}

.floatright.hold-close .float_bottom a {
    color: #f3f3f3;
    padding: unset;
    height: 36px;
    background-color: #5b7492;
    line-height: 36px;
    margin: 1px 0;
    display: inline-block;
    width: 36px;
}

.floatright.hold-close .float_bottom {
    margin-bottom: 39px;
}
@media only screen and (max-width: 1040px) {
    .f_b50 {
        margin-top: 50px;
    }
}
.mousein>span,
.mouseinone>span {
    display: inline-block;
    width: 110px;
    height: 36px;
    /* margin-top: -32px; */
    /* position: relative; */
    position: absolute;
    top:0;
    left: 95%;
    /* background-color: #2f73c6; */
    z-index: -1;
    /* padding-left: 15px; */
    padding-left: 10px;
    color: #ffffff;
    text-align: left;
    /* margin-left: -64px;*/
}

.backgroundr {
    background-color: #2f73c6 !important;
    /* z-index: -1; */
}

/* .right60 {
    right: 95px;
}

.right115 {
    right: 115px;
} */

.mousein {
    width: 36px;
    height: 36px;
}

@media screen and (max-width: 1080px) {
    #right {
        display: none;
    }
}

@-webkit-keyframes move_right {
    from {
        opacity: 0;
        -webkit-transform: translateX(-130px);
        transform: translateX(-130px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes move_right {
    from {
        opacity: 0;
        -webkit-transform: translateX(-130px);
        transform: translateX(-130px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@-webkit-keyframes move_right1 {
    from {
        opacity: 0;
        -webkit-transform: translateX(-150px);
        transform: translateX(-150px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes move_right1 {
    from {
        opacity: 0;
        -webkit-transform: translateX(-150px);
        transform: translateX(-150px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@-webkit-keyframes move_left {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0px);
        /* transform: translateX(-130px); */
        transform: translateX(-140px);
    }
}

@keyframes move_left {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0px);
        /* transform: translateX(-130px); */
        transform: translateX(-140px);
    }
}

@-webkit-keyframes move_left1 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(-150px);
    }
}

@keyframes move_left1 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(-150px);
    }
}

/* 动画绑定 */
.move_right {
    -webkit-animation-name: move_right;
    animation-name: move_right;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.move_left {
    -webkit-animation-name: move_left;
    animation-name: move_left;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.move_right1 {
    -webkit-animation-name: move_right1;
    animation-name: move_right1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.move_left1 {
    -webkit-animation-name: move_left1;
    animation-name: move_left1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}


#ewm_mousein3,
    #ewm_mousein2{
        display: none;
        color: black;
        text-align: center;
        position: absolute;
        width: 160px;
        height: 190px;
        right: 90px;
        background: white;
        box-shadow: 0 0 10px rgba(200,200,200,.8);
        border-radius: 4px;
        border-style: solid;
        border-width: 0;
        background-image: url("//wm.cdn.cn86.cn/xxhuaxiwca/2026/07/7b90a3e483sdwpc6.jpg");
        background-repeat: no-repeat;
        background-position-x: 50%;
        background-position-y: 80%;
        z-index: 999;
        line-height: 18px;
        background-size: 120px 120px;
    }

    #ewm_mousein{
        display: none;
        color: black;
        text-align: center;
        position: absolute;
        width: 160px;
        height: 190px;
        right: 90px;
        background: #2f73c6;
        border-radius: 4px;
        border-style: solid;
        border-width: 0;
        background-image: url("//wm.cdn.cn86.cn/xxhuaxiwca/2026/07/7b90a3e483sdwpc6.jpg");
        background-repeat: no-repeat;
        background-position-x: 50%;
        background-position-y: 80%;
        z-index: 999;
        line-height: 18px;
        background-size: 120px 120px;
    }
    #ewm_mousein2{
        background-image: url();
        height:160px;
        background-position-y: 50%;
    }
    #app_mousein {
        display: none;
        color: #ffffff;
        text-align: center;
        position: absolute;
        width: 160px;
        height: 160px;
        right: 90px;
        background: #2f73c6;
        border-radius: 4px;
        border-style: solid;
        border-width: 0;
        background-image: url();
        background-repeat: no-repeat;
        background-position-x: 50%;
        background-position-y: 50%;
        background-size: 80%;
        z-index: 999;
    }

    #ewm {
        background-image: url("//wm.cdn.cn86.cn/xxhuaxiwca/2026/07/8544aa8a07jvvhi4.png");
        background-size: 90% 90%;
        background-repeat: no-repeat;
        background-position-x: 60%;
        background-position-y: 60%;
    }