﻿@import url("font_2259870_f0t56v6v5u.css");
@font-face
{
    font-family: 'OpenSansLight';
    src: url('OpenSansLight.eot?');
    src: url('OpenSansLight.eot?') format('embedded-opentype'),url('OpenSansLight.woff2') format('woff2'),url('OpenSansLight.woff') format('woff'),url('OpenSansLight.ttf') format('truetype'),url('OpenSansLight.svg') format('svg');
}
@font-face
{
    font-family: 'OpenSansRegular';
    src: url('OpenSans-Regular.eot?');
    src: url('OpenSans-Regular.eot?') format('embedded-opentype'),url('OpenSans-Regular.woff2') format('woff2'),url('OpenSans-Regular.woff') format('woff'),url('OpenSans-Regular.ttf') format('truetype'),url('OpenSans-Regular.svg') format('svg');
}
body
{
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 14px;
    line-height: 1.45;
    font-family: Arial,Helvetica,sans-serif;
}
html
{
    margin: 0;
    padding: 0;
}
html, body
{
    height: 100%;
}
body
{
    background-color: #fff;
}
div, ul, li, h1, h2, h3, h4, h5, h6, span, p, form, input
{
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6
{
    font-weight: 500;
}
h1
{
    font-size: 36px;
}
h2
{
    font-size: 30px;
}
h3
{
    font-size: 24px;
}
h4
{
    font-size: 18px;
}
h5
{
    font-size: 14px;
}
h6
{
    font-size: 12px;
}
ul, li
{
    list-style: none;
}
dl, dt, dd
{
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: inherit;
}
div
{
    margin: 0 auto;
    padding: 0;
}
img
{
    border: none 0;
}
.left
{
    float: left;
}
.right
{
    float: right;
}
input, textarea, button
{
    font-family: inherit;
    outline: none;
}
input:focus, textarea:focus, button:focus
{
    outline: none;
}/**********************/
a
{
    color: #333;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-decoration: none;
}
a:hover
{
    color: #0351c7;
    text-decoration: none;
}
a:focus, a:active
{
    outline: none;
}
.transitions
{
    webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}/* css清除浮动 */
.clearfix:before, .clearfix:after, .container:before, .container:after
{
    display: table;
    content: " ";
}
.clearfix:after, .container:after
{
    clear: both;
}
.container
{
    width: 1200px;
}
.section
{
    width: 100%;
    min-width: 1200px;
    padding: 30px 0;
    background-color: transparent;
}/**********************
***** margins *********
**********************//* == 间距，边距 == */
.pad5
{
    padding: 5px;
}
.pad10
{
    padding: 10px;
}
.pad15
{
    padding: 15px;
}
.pad20
{
    padding: 20px;
}
.pad25
{
    padding: 25px;
}
.pad30
{
    padding: 30px;
}
.pad35
{
    padding: 35px;
}
.pad40
{
    padding: 40px;
}
.pad-l5
{
    padding-left: 5px;
}
.pad-l10
{
    padding-left: 10px;
}
.pad-l15
{
    padding-left: 15px;
}
.pad-l20
{
    padding-left: 20px;
}
.pad-l25
{
    padding-left: 25px;
}
.pad-l30
{
    padding-left: 30px;
}
.pad-l35
{
    padding-left: 35px;
}
.pad-l40
{
    padding-left: 40px;
}
.pad-r5
{
    padding-right: 5px;
}
.pad-r10
{
    padding-right: 10px;
}
.pad-r15
{
    padding-right: 15px;
}
.pad-r20
{
    padding-right: 20px;
}
.pad-r25
{
    padding-right: 25px;
}
.pad-r30
{
    padding-right: 30px;
}
.pad-r35
{
    padding-right: 35px;
}
.pad-r40
{
    padding-right: 40px;
}
.pad-t5
{
    padding-top: 5px;
}
.pad-t10
{
    padding-top: 10px;
}
.pad-t15
{
    padding-top: 15px;
}
.pad-t20
{
    padding-top: 20px;
}
.pad-t25
{
    padding-top: 25px;
}
.pad-t30
{
    padding-top: 30px;
}
.pad-t35
{
    padding-top: 35px;
}
.pad-t40
{
    padding-top: 40px;
}
.pad-b5
{
    padding-bottom: 5px;
}
.pad-b10
{
    padding-bottom: 10px;
}
.pad-b15
{
    padding-bottom: 15px;
}
.pad-b20
{
    padding-bottom: 20px;
}
.pad-b25
{
    padding-bottom: 25px;
}
.pad-b30
{
    padding-bottom: 30px;
}
.pad-b35
{
    padding-bottom: 35px;
}
.pad-b40
{
    padding-bottom: 40px;
}
.mgn5
{
    margin: 5px;
}
.mgn10
{
    margin: 10px;
}
.mgn15
{
    margin: 15px;
}
.mgn20
{
    margin: 20px;
}
.mgn25
{
    margin: 25px;
}
.mgn30
{
    margin: 30px;
}
.mgn35
{
    margin: 35px;
}
.mgn40
{
    margin: 40px;
}
.mgn-l5
{
    margin-left: 5px;
}
.mgn-l10
{
    margin-left: 10px;
}
.mgn-l15
{
    margin-left: 15px;
}
.mgn-l20
{
    margin-left: 20px;
}
.mgn-l25
{
    margin-left: 25px;
}
.mgn-l30
{
    margin-left: 30px;
}
.mgn-l35
{
    margin-left: 35px;
}
.mgn-l40
{
    margin-left: 40px;
}
.mgn-r5
{
    margin-right: 5px;
}
.mgn-r10
{
    margin-right: 10px;
}
.mgn-r15
{
    margin-right: 15px;
}
.mgn-r20
{
    margin-right: 20px;
}
.mgn-r25
{
    margin-right: 25px;
}
.mgn-r30
{
    margin-right: 30px;
}
.mgn-r35
{
    margin-right: 35px;
}
.mgn-r40
{
    margin-right: 40px;
}
.mgn-t5
{
    margin-top: 5px;
}
.mgn-t10
{
    margin-top: 10px;
}
.mgn-t15
{
    margin-top: 15px;
}
.mgn-t20
{
    margin-top: 20px;
}
.mgn-t25
{
    margin-top: 25px;
}
.mgn-t30
{
    margin-top: 30px;
}
.mgn-t35
{
    margin-top: 35px;
}
.mgn-t40
{
    margin-top: 40px;
}
.mgn-b5
{
    margin-bottom: 5px;
}
.mgn-b10
{
    margin-bottom: 10px;
}
.mgn-b15
{
    margin-bottom: 15px;
}
.mgn-b20
{
    margin-bottom: 20px;
}
.mgn-b25
{
    margin-bottom: 25px;
}
.mgn-b30
{
    margin-bottom: 30px;
}
.mgn-b35
{
    margin-bottom: 35px;
}
.mgn-b40
{
    margin-bottom: 40px;
}/* == 图片自适应居中 == */
.img-response
{
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}/* == 圆及圆角 == */
.round-5
{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}
.round-10
{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
}
.round-15
{
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
}
.round-20
{
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
}
.round-25
{
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
}
.round
{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}/* == 公用样式 == */
.pic
{
    height: auto;
    overflow: hidden;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.pic img
{
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}/*************************************************
**************  焦点图SupperSlide  ***************
*************************************************/
.fullSlide
{
    width: 100%;
    min-width: 1200px;
    position: relative;
    background-color: #fff;
}
.fullSlide .bd
{
    width: 100%;
    position: relative;
    z-index: 0;
}
.fullSlide .bd li
{
    height: 560px;
}
.fullSlide .bd li a
{
    display: block;
    height: inherit;
}
.fullSlide .bd li img
{
    width: 100%;
    vertical-align: top;
}
.fullSlide .hd
{
    position: relative;
    z-index: 1;
    margin-top: -30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.fullSlide .hd ul
{
    text-align: center;
    padding-top: 5px;
}
.fullSlide .hd ul li
{
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 40px;
    height: 5px;
    margin: 5px 3px;
    overflow: hidden;
    font-size: 0;
    background-color: #0081a6;
}
.fullSlide .hd ul .on
{
    background-color: #ed5a11;
}
.fullSlide .prev, .fullSlide .next
{
    z-index: 1;
    display: block;
    width: 55px;
    height: 55px;
    position: absolute;
    background: url(../image/arrow.png) 0 0 no-repeat;
    filter: alpha(opacity=40);
    opacity: .4;
    top: 50%;
    margin-top: -28px;
}
.fullSlide .prev
{
    left: 20px;
}
.fullSlide .next
{
    background-position: right 0;
    right: 20px;
}
.fullSlide .prev:hover, .fullSlide .next:hover
{
    filter: alpha(opacity=100);
    opacity: 1;
}/*************************************************
**************图片滚动  *******************
*************************************************/
.picScroll-left
{
    width: 1208px;
    position: relative;
    margin-top: 25px;
}
.picScroll-left .prev, .picScroll-left .next
{
    display: block;
    width: 27px;
    height: 27px;
    overflow: hidden;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    top: 50%;
    margin-top: -15px;
}
.picScroll-left .prev
{
    background-image: url(/en/images/prev.png);
    left: -40px;
}
.picScroll-left .next
{
    background-image: url(/en/images/next.png);
    right: -40px;
}
.picScroll-left .bd
{
    padding: 0;
}
.picScroll-left .bd ul
{
    overflow: hidden;
    zoom: 1;
}
.picScroll-left .bd ul li
{
    width: 290px;
    height: auto;
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}
.picScroll-left .bd ul li .pic
{
    width: 290px;
    height: auto;
    overflow: hidden;
    text-align: center;
}
.picScroll-left .bd ul li .pic img
{
    width: 290px;
    height: 290px;
    display: block;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}
.picScroll-left .bd ul li:hover .pic img
{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.picScroll-left .bd ul li .title
{
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-align: left;
    color: #c00;
    padding: 0 20px;
    margin-top: 10px;
}
.picScroll-left .bd ul li:hover .title a
{
    color: #eb3e00;
}
.p-intro
{
    text-align: left;
    color: #666;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 20px;
}
.p-more-scroll
{
    padding: 0 20px;
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
}
.p-more-scroll a
{
    display: inline-block;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    color: #eb3e00;
    padding-left: 20px;
    background-image: url(/en/images/k_38.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
}/*************************************************
**************  在线客服  *************************
*************************************************/
#kefu
{
    width: 120px;
    height: auto;
    position: fixed;
    top: 120px;
    right: 5px;
    z-index: 8888;
    background: #fff;
    border: 1px solid #ca2d25;
    border-top: 2px solid #ca2d25;
    display: none;
    border-radius: 4px;
    padding-bottom: 15px;
}
#kefu .top
{
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: url(../image/redTitleBg.gif) repeat-x;
}
#kefu .middle
{
    font-size: 12px;
    width: 110px;
    margin: 0 auto;
}
#kefu .close
{
    float: right;
    margin-right: 10px;
    margin-top: 5px;
    cursor: pointer;
    -webkit-transition: all .8s ease-out;
}
#kefu .close:hover
{
    -webkit-transform: scale(1) rotate(360deg);
}
.right_bar
{
    width: 31px;
    height: 110px;
    position: fixed;
    top: 120px;
    right: 0;
    z-index: 9999;
}
.right_bar img
{
    cursor: pointer;
}
.kfcode
{
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin: 15px auto 0 auto;
}
.kfcode img
{
    display: block;
    width: 100px;
    height: 100px;
}
.kflist
{
    width: 110px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}
.kflist ul li
{
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    border-bottom: 1px dotted #ccc;
    padding: 6px 0;
}
.kflist ul li a
{
    display: inline-block;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    color: #333;
}
.kflist ul li a:hover
{
    color: #c00;
}
.kflist ul li span
{
    display: inline-block;
    float: left;
    width: 23px;
    height: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.kflist ul li span img
{
    display: block;
    float: right;
}
.kflist ul li p
{
    display: inline-block;
    float: left;
    margin-left: 8px;
    height: 22px;
    line-height: 22px;
}/**********************
******* scroll ********
**********************/
.scrollToTop
{
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 200;
    overflow: hidden;
    border: 4px solid rgba(0,153,255,1);
    padding: 4px;
    text-align: center;
    text-decoration: none;
    opacity: 1;
    filter: alpha(opacity=1);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.scrollToTop a
{
    display: block;
    width: 35px;
    height: 35px;
    background-color: rgba(0,153,255,1);
    color: #fff;
    font-size: 24px;
    line-height: 37px;
}
.scrollToTop a i
{
    position: relative;
    top: -1px;
    line-height: 35px;
}
.scrollToTop:hover
{
    border-color: rgba(0,153,255,.7);
}/**********************
******* head **********
**********************/
.full-top
{
    width: 100%;
    min-width: 1200px;
    height: 28px;
    background-color: transparent;
    background-image: url(/en/images/g_02.jpg);
    background-repeat: repeat-x;
    background-position: 50% 50%;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
}
.top-wel
{
    display: inline-block;
    height: 28px;
    line-height: 26px;
    color: #505050;
    font-size: 14px;
}
.header
{
    width: 100%;
    min-width: 1200px;
    background-color: #fff;
    position: relative;
    z-index: 999;
}
.logo
{
    display: block;
    width: auto;
    height: 84px;
    float: left;
}
.logo img
{
    display: block;
    width: auto;
    height: 84px;
}
.head-right
{
    float: right;
    height: 84px;
    position: relative;
}
.head-right span
{
    display: inline-block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    margin-top: 22px;
    cursor: pointer;
}/**********************
***** language ********
**********************/
.language
{
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    width: 110px;
    display: none;
}
.language a
{
    display: inline-block;
    font-size: 14px;
    color: #777;
    height: 40px;
    line-height: 40px;
    text-transform: capitalize;
    margin-left: 10px;
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding-left: 35px;
}
.language a:hover
{
    color: #0351c7;
}
.language a.en
{
    background-image: url(../image/en2.png);
}
.language a.cn
{
    background-image: url(../image/cn2.png);
}
.head-right:hover .language
{
    display: block;
}/**********************
***** search form *****
**********************/
.top-search
{
    height: 84px;
    position: relative;
    float: right;
    margin-right: 5px;
}
.top-search i
{
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    cursor: pointer;
    margin-top: 22px;
}
.search-wrap-open
{
    position: absolute;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ddd;
    top: 100%;
    right: 0;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    display: none;
}
.search-wrap
{
    width: 265px;
    height: 31px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ddd;
}
.search-input
{
    width: 234px;
    height: 31px;
    overflow: hidden;
    float: left;
}
.search-input input
{
    display: block;
    margin: 0;
    width: 210px;
    height: 31px;
    line-height: 31px;
    border: none;
    padding: 0 12px;
    color: #999;
    font-size: 12px;
    background-color: #fff;
    vertical-align: middle;
}
.search-btm
{
    width: 31px;
    height: 31px;
    float: right;
}
.search-btm input
{
    display: block;
    color: #fff;
    font-size: 0;
    width: 31px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    border: none;
    padding: 0;
    margin: 0;
    background-color: transparent;
    background-image: url(/en/images/btm.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor: pointer;
}/**********************
*** nav'nt submenu ****
**********************/
.full-nav
{
    width: 100%;
    min-width: 1200px;
    background-color: #0351c7;
    position: relative;
    z-index: 98;
    height: 48px;
}
.navbar
{
    margin-top: 10px;
}
.nav
{
    height: 84px;
    float: right;
    margin-right: 20px;
}
.nav>ul>li
{
    height: 84px;
    float: left;
    position: relative;
    z-index: 10;
    margin-left: 30px;
}
.nav>ul>li>span
{
    display: block;
    text-align: center;
    font-size: 16px;
    text-transform: capitalize;
}
.nav>ul>li>span>a
{
    color: #262626;
    display: block;
    height: 79px;
    line-height: 79px;
    padding: 0 2px;
    border-bottom: 5px solid transparent;
}
.nav>ul>li>span>a i
{
    font-size: 14px;
    margin-left: 5px;
}
.nav>ul>li:hover>span>a
{
    border-bottom-color: #0351c7;
}
.nav>ul>li>span.active a
{
    border-bottom-color: #0351c7;
}
.nav>ul>li>ul
{
    display: none;
    width: 200px;
    height: auto;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -100px;
    z-index: 99;
    background: #fff;
    box-shadow: 0 0 3px rgba(255,255,255,1);
    -webkit-box-shadow: 0 0 3px rgba(255,255,255,1);
    -moz-box-shadow: 0 0 3px rgba(255,255,255,1);
}
.nav>ul>li>ul>li
{
    font-size: 12px;
    z-index: 100;
    text-align: center;
    position: relative;
}
.nav>ul>li>ul>li>a
{
    display: block;
    color: #666;
    border-bottom: 1px dotted #ddd;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.nav>ul>li>ul>li>a:hover
{
    color: #eb3d00;
}
.nav>ul>li:hover>ul
{
    display: block;
}/** two **/
.navMenu
{
    display: none;
    width: 160px;
    height: auto;
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: -1px;
    z-index: 99;
    background: #f5f5f5;
    box-shadow: 0 0 3px rgba(255,255,255,1);
    -webkit-box-shadow: 0 0 3px rgba(255,255,255,1);
    -moz-box-shadow: 0 0 3px rgba(255,255,255,1);
}
.navMenu li
{
    position: relative;
    font-size: 12px;
}
.navMenu li a
{
    display: block;
    color: #666;
    border-bottom: 1px dotted #ddd;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.navMenu li a:hover
{
    color: #c62235;
}
.nav>ul>li>ul>li:hover>.navMenu
{
    display: block;
}/* .nav > ul > li > ul > li > ul{
	display:none;
	width:160px;
	height:auto; 
	position:absolute;
	top:0;
	left:100%;
	margin-left: -1px;
	z-index:99;
	background: #f5f5f5;
	box-shadow:0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:0px 0px 3px rgba(255,255,255,1);
	-moz-box-shadow:0px 0px 3px rgba(255,255,255,1);
}
.nav > ul > li > ul > li > ul > li{
	position: relative;
}
.nav > ul > li > ul > li:hover > ul{
	display: block;
}
.nav > ul > li > ul > li > ul > li > a{
	display:block;
	color:#666;
	border-bottom:1px dotted #ddd;
	padding:0 10px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.nav > ul > li > ul > li > ul > li > a:hover{
	color: #c00;
} *//*** three ***//* .nav .submenu3{
	display:block;
	width:160px;
	height:auto; 
	overflow:hidden;
	position:absolute;
	top:0;
	left:100%;
	margin-left: -1px;
	z-index:99;
	background: #f5f5f5;
	box-shadow:0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:0px 0px 3px rgba(255,255,255,1);
	-moz-box-shadow:0px 0px 3px rgba(255,255,255,1);
}
.nav .submenu3 li a{
	display:block;
	color:#666;
	border-bottom:1px dotted #ddd;
	padding:0 10px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.nav li:hover .submenu3{
	display: block;
} */
.nav>ul>li>ul>li>ul>li:hover .navMenu
{
    display: block;
}
.factory-list
{
    height: 576px;
    overflow: hidden;
    position: relative;
}
.factory-list li
{
    position: absolute;
    overflow: hidden;
}
.factory-list li.li-1
{
    width: 710px;
    height: 576px;
    left: 0;
    top: 0;
}
.factory-list li.li-2
{
    width: 466px;
    height: 278px;
    right: 0;
    top: 0;
}
.factory-list li.li-3
{
    width: 466px;
    height: 278px;
    right: 0;
    bottom: 0;
}
.factory-list li a
{
    display: block;
    width: 100%;
    height: 100%;
}
.factory-list li .pic
{
    height: 100%;
    overflow: hidden;
}
.factory-list li .pic img
{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}
.factory-list li .cover
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(38,38,38,.8);
    padding: 10px 15px;
}
.factory-list li .cover .title
{
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}
.factory-list li:hover .pic img
{
    transform: scale(1.1);
}
.fac-more
{
    height: auto;
    overflow: hidden;
    margin-top: 40px;
    text-align: center;
}
.fac-more a
{
    display: inline-block;
    color: #fff;
    background-color: #0351c7;
    height: 62px;
    line-height: 62px;
    padding: 0 50px;
    font-size: 16px;
}
.fac-more.news
{
    margin-top: 0;
}
.fac-more.news a
{
    height: 50px;
    line-height: 50px;
}/**********************
******* footer ********
**********************/
.footer
{
    width: 100%;
    min-width: 1200px;
    background-color: #1b1b1b;
    padding-top: 30px;
    padding-bottom: 10px;
}
.nav-foot
{
    position: relative;
    height: auto;
}
.nav-foot-bg
{
    background-color: transparent;
    background-image: url(/en/images/k_19.png);
    background-repeat: no-repeat;
    background-position: 100% 0;
}
.foot-title
{
    color: #fff;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 15px;
    font-weight: bold;
}
.nav-foot-list
{
    display: block;
    height: auto;
    overflow: hidden;
    position: relative;
}
.nav-foot-list li
{
    font-size: 14px;
    line-height: 2;
}
.nav-foot-list li a
{
    color: #9b9b9b;
}
.nav-foot-list li a i
{
    font-size: 12px;
    margin-right: 5px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}
.nav-foot-list li a:hover
{
    color: #fff;
}
.nav-foot-list li a:hover i
{
    margin-left: 5px;
}
.wd-about
{
    width: 225px;
}
.wd-product
{
    width: 220px;
}
.wd-news
{
    width: 225px;
}
.wd-contact
{
    width: 285px;
}
.wd-case
{
    width: 230px;
}
.foot-contact-wrap
{
    padding-top: 10px;
    position: relative;
}
.wechat
{
    float: left;
    width: 120px;
    height: 120px;
    overflow: hidden;
}
.wechat img
{
    display: block;
    width: 120px;
    height: 120px;
}
.foot-contact-info
{
    color: #9b9b9b;
    font-size: 14px;
    line-height: 2;
}
.full-copyright
{
    width: 100%;
    min-width: 1200px;
    background-color: #fff;
}
.copyright
{
    height: 44px;
    line-height: 44px;
    color: #9b9b9b;
    font-size: 14px;
    float: left;
}
.copyright span
{
    display: inline-block;
    margin-left: 10px;
}
.copyright a
{
    color: #fff;
}
.foot-social
{
    margin-top: 10px;
    float: right;
}
.foot-social p
{
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 28px;
}
.foot-social ul li
{
    display: inline-block;
    float: left;
    margin: 5px 5px;
}
.foot-social ul li a
{
    display: block;
    color: #fff;
    font-size: 16px;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}
.foot-social ul li a i
{
    line-height: 28px;
    margin: 0;
}
.foot-social ul li a:hover i
{
    margin: 0;
}
.foot-social ul li a.facebook
{
    background-color: #3460a1;
}
.foot-social ul li a.twitter
{
    background-color: #2aa9de;
}
.foot-social ul li a.dribbble
{
    background-color: #ea4c89;
}
.foot-social ul li a.youtube
{
    background-color: #e84639;
}
.foot-social ul li a.google
{
    background-color: #df5342;
}
.foot-social ul li a.linkedin
{
    background-color: #1883bb;
}
.foot-social ul li a.pinterest
{
    background-color: #cc2127;
}
.foot-social ul li a.instagram
{
    background-color: #517fa4;
}/**********************
****** index css ******
**********************/
.section-search
{
    width: 100%;
    min-width: 1200px;
    padding: 20px 0;
    background-color: #fff;
}
.search-row
{
    height: 80px;
    padding-bottom: 50px;
    background-color: #e3e3e3;
    background-image: url(/en/images/g_39.jpg);
    background-repeat: no-repeat;
    background-position: 50% 100%;
}
.search-lt
{
    width: 120px;
    height: 80px;
    float: left;
    text-align: center;
    line-height: 80px;
    color: #fff;
    font-size: 18px;
    background-color: #23ba00;
    padding-right: 17px;
    background-image: url(/en/images/g_41.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
}
.search-key
{
    width: 560px;
    float: left;
    margin-left: 10px;
    height: 80px;
    line-height: 80px;
    color: #686868;
    font-size: 14px;
}
.search-key a
{
    color: #686868;
    display: inline-block;
    margin: 0 6px;
}
.search-key a:hover
{
    color: #c00;
}
.search-hd
{
    float: right;
    line-height: 80px;
    color: #5b5b5b;
    font-size: 14px;
}/*** owl ***/
.owl-carousel.owl-product
{
    width: 1200px;
    padding: 0 60px;
}
.owl-carousel.owl-product .item
{
    height: auto;
    overflow: hidden;
}
.owl-carousel.owl-product .item a
{
    display: block;
}
.owl-carousel.owl-product .item .pic
{
    border: 1px solid #ebebeb;
    height: auto;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.owl-carousel.owl-product .item .title
{
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    overflow: hidden;
    display: none;
}
.owl-carousel.owl-product .owl-controls
{
    margin-top: 30px;
}
.owl-carousel.owl-product .owl-controls .owl-nav .owl-prev, .owl-carousel.owl-product .owl-controls .owl-nav .owl-next
{
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #00b584;
    color: #00b584;
    font-size: 36px;
    margin: 0;
    padding: 0;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 45%;
}
.owl-carousel.owl-product .owl-controls .owl-nav .owl-next
{
    left: auto;
    right: 0;
}
.owl-carousel.owl-product .owl-controls .owl-nav .owl-prev i, .owl-carousel.owl-product .owl-controls .owl-nav .owl-next i
{
    color: #00b584;
    font-size: 24px;
}
.owl-carousel.owl-product .owl-controls .owl-dots .owl-dot span
{
    width: 50px;
    height: 3px;
    margin: 0 10px;
    background-color: #999;
    opacity: 1;
    filter: Alpha(Opacity=100);
}
.owl-carousel.owl-product .owl-controls .owl-dots .owl-dot.active span
{
    background-color: #00b584;
}/** product **/
.section-product
{
    width: 100%;
    min-width: 1200px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff;
    position: relative;
}
.index-head-product
{
    text-align: center;
    position: relative;
    color: #000;
}
.index-head-product span
{
    display: inline-block;
    font-size: 34px;
    font-weight: bold;
    z-index: 4;
    position: relative;
}
.index-head-product span font
{
    color: #0080d6!important;
}
.index-head-product-small
{
    text-align: center;
    color: #9e9e9e;
    font-size: 14px;
    margin-top: 10px;
    line-height: 2;
    margin-bottom: 30px;
}
.cate-box
{
    width: 242px;
    background-color: #ddd;
    height: 615px;
    overflow: hidden;
    float: left;
    position: relative;
}
.cate-top
{
    text-align: center;
    height: 80px;
    background-color: #0080d6;
    color: #fff;
}
.cate-top h2
{
    font-weight: bold;
    line-height: 40px;
    margin-top: 8px;
}
.cate-top h6
{
    text-transform: uppercase;
    font-family: arial;
    line-height: 18px;
    margin-top: 3px;
}
.cate-list
{
    width: 218px;
    padding-top: 20px;
}
.cate-list ul li
{
    height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    border-bottom: 1px solid #fff;
}
.cate-list ul li a
{
    display: block;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #aaa;
    padding-left: 35px;
    background-image: url(/en/images/g_10.png);
    background-repeat: no-repeat;
    background-position: 5px 50%;
}
.cate-botm
{
    width: 100%;
    height: 150px;
    background-color: #1574b8;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
}
.cate-pic
{
    text-align: center;
    margin-top: 20px;
}
.cate-pic img
{
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
.cate-word
{
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.cate-tel
{
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-family: arial;
}
.pro-main-box
{
    width: 941px;
    float: right;
}
.index-product-list
{
    overflow: hidden;
}
.index-product-list ul
{
    width: 952px;
}
.index-product-list ul li
{
    width: 227px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-right: 11px;
}
.index-product-list ul li .pic
{
    border: 1px solid #ebebeb;
    width: 225px;
    height: auto;
    overflow: hidden;
}
.index-product-list ul li .pic img
{
    display: block;
    margin: 0 auto;
    width: 225px;
    height: 225px;
}
.index-product-list ul li .title
{
    text-align: center;
    height: 36px;
    line-height: 36px;
}/** why **/
.full-why-top
{
    width: 100%;
    min-width: 1200px;
    height: auto;
    overflow: hidden;
    background-color: #fff;
    padding: 30px 0;
    margin-top: 20px;
}
.why-hd
{
    width: 267px;
    height: 642px;
    background-image: url(../image/adv-bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    float: left;
    padding: 0 30px;
}
.section-why
{
    width: 100%;
    min-width: 1200px;
    background-color: #f8f8f8;
    padding: 40px 0;
}
.why-row
{
    color: #fff;
    font-size: 14px;
    margin-top: 370px;
}
.why-lt1
{
    height: auto;
    overflow: hidden;
    color: #fff;
    font-size: 22px;
    margin-top: 10px;
}
.why-rt1
{
    width: 854px;
    height: auto;
    overflow: hidden;
    float: right;
}
.why-rt1 ul
{
    width: 873px;
}
.why-rt1 ul li
{
    width: 272px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-right: 19px;
    margin-bottom: 15px;
}
.why-rt1 ul li .pic
{
    height: auto;
    overflow: hidden;
}
.why-rt1 ul li .pic img
{
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}
.why-rt1 ul li .title
{
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    margin-top: 10px;
}
.why-rt1 ul li .info
{
    height: auto;
    overflow: hidden;
    color: #767676;
    font-size: 14px;
    line-height: 24px;
}
.why-rt1 ul li .num
{
    height: auto;
    overflow: hidden;
    font-size: 30px;
    color: #1d56ff;
}
.why-top
{
    height: auto;
    overflow: hidden;
    color: #d6d6d6;
    font-size: 48px;
    line-height: 1.2;
    margin-top: 5px;
}
.why-num
{
    height: auto;
    overflow: hidden;
    color: #262626;
    font-size: 34px;
    margin-top: 15px;
}
.why-top-right
{
    width: 755px;
    height: 299px;
    overflow: hidden;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(../image/pzbg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.why-cn
{
    color: #707070;
    font-size: 16px;
    padding-top: 45px;
    text-indent: 40px;
    line-height: 2;
    padding-left: 15px;
}
.why-en
{
    color: #8e8e8e;
    font-size: 18px;
    font-family: arial;
    margin-top: 5px;
}
.why-word
{
    margin-top: 30px;
}
.why-word p
{
    margin-bottom: 15px;
    line-height: 30px;
    padding-left: 20px;
    background-image: url(/en/images/g_67.png);
    background-repeat: no-repeat;
    background-position: 0 10px;
    color: #4d4d4d;
    font-size: 16px;
}
.why-word p font
{
    color: #d80000;
    font-size: 30px;
    line-height: 30px;
    font-family: arial;
}
.why-bgc1
{
    background-color: #f2f2f2;
}
.why-lt2
{
    width: 580px;
}
.why-rt2
{
    width: 520px;
    padding-left: 60px;
    padding-right: 40px;
    padding-top: 22px;
    background-image: url(/en/images/g_84.jpg);
    background-repeat: repeat-x;
    background-position: 50% 0;
}
.why-top-right2
{
    width: 400px;
    padding-top: 15px;
}
.why-lt3
{
    width: 650px;
}
.why-rt3
{
    width: 480px;
    padding-left: 50px;
    padding-right: 20px;
    margin-top: 20px;
}
.why-top-right3
{
    width: 360px;
    padding-top: 15px;
}
.why-lt4
{
    width: 613px;
    overflow: hidden;
}
.why-rt4
{
    width: 507px;
    padding-left: 60px;
    padding-right: 20px;
}
.why-top-right4
{
    width: 386px;
}/** about **/
.section-about
{
    width: 100%;
    min-width: 1200px;
    padding-top: 40px;
    padding-bottom: 140px;
    background-image: url(../image/about-bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.index-head-about
{
    text-align: left;
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    text-transform: capitalize;
    position: relative;
}
.index-about-small
{
    text-align: center;
    color: #464646;
    font-size: 18px;
    margin-top: 5px;
    text-transform: uppercase;
    font-family: arial;
    margin-bottom: 30px;
}
.index-about-pic
{
    width: 600px;
    overflow: hidden;
}
.index-about-pic img
{
    display: block;
    max-width: 100%;
    height: auto;
}
.index-about-right
{
    width: 550px;
    height: auto;
    overflow: hidden;
}
.index-about-name
{
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}
.index-about-name span
{
    display: inline-block;
    color: #fff;
    background-color: #0351c7;
    line-height: 54px;
    padding: 0 40px;
    font-size: 20px;
}
.index-about-intro
{
    color: #fff;
    font-size: 16px;
    line-height: 2;
    margin-top: 30px;
}
.index-about-more
{
    text-align: left;
    font-size: 14px;
    margin-top: 30px;
    text-transform: uppercase;
}
.index-about-more a
{
    display: inline-block;
    color: #fff;
    height: 34px;
    line-height: 34px;
    border-bottom: 4px solid #1d56ff;
}
.qiye-top
{
    margin-top: 30px;
    border-bottom: 1px solid #afafaf;
    padding-bottom: 10px;
    color: #0080d6;
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
}
.qiye-top a
{
    display: inline-block;
    float: right;
    color: #686868;
    font-size: 14px;
    font-weight: normal;
}/** news **/
.section-news
{
    width: 100%;
    min-width: 1200px;
    background-color: #fff;
    padding: 30px 0;
}
.index-head-news
{
    text-align: center;
    position: relative;
    background-image: url(/en/images/g_138.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding-bottom: 10px;
}
.index-head-news h2
{
    color: #0080d6;
    font-weight: bold;
    text-transform: uppercase;
}
.index-head-news h5
{
    color: #666;
    margin-top: 10px;
    margin-bottom: 15px;
}
.index-list-news
{
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}
.index-list-news ul
{
    width: 1242px;
    overflow: hidden;
}
.index-list-news ul li
{
    border: 1px solid #cfcfcf;
    margin-top: 20px;
    width: 344px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-right: 42px;
    padding: 15px 13px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.15);
}
.index-list-news ul li a
{
    display: block;
}
.index-list-news-ymd
{
    color: #f00;
    font-size: 13px;
    margin-top: 5px;
    text-decoration: underline;
}
.index-list-news-ymd p
{
    display: block;
    color: #424242;
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
}
.index-list-news-ymd span
{
    display: block;
    color: #717171;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    margin-top: 2px;
}
.index-list-news-right
{
    width: 310px;
    float: right;
}
.index-list-news-title
{
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 10px;
}
.index-list-news-intro
{
    line-height: 25px;
    overflow: hidden;
    color: #666;
    font-size: 12px;
    max-height: 50px;
    margin-top: 5px;
}
.ndes-picddd
{
    height: 160px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
}
.nws-left
{
    width: 390px;
}
.nws-left img
{
    display: block;
    width: 100%;
    height: auto;
}
.main-newsright
{
    width: 100%;
    position: relative;
    margin-top: 20px;
}
.slideTxtBox
{
    width: 100%;
    margin-top: 30px;
}
.slideTxtBox .hd
{
    position: relative;
    width: 100%;
    z-index: 5;
    text-align: center;
    margin-bottom: 30px;
}
.slideTxtBox .hd ul li
{
    height: 38px;
    line-height: 38px;
    display: inline-block;
    *display: inline;
    padding: 0 30px;
    cursor: pointer;
    color: #474747;
    font-size: 16px;
    position: relative;
    margin: 0 5px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
}
.slideTxtBox .hd ul li.on
{
    background-color: #0351c7;
    color: #fff;
    border-color: #0351c7;
}
.slideTxtBox .hd ul li.on:after
{
    width: 100%;
    height: 9px;
    background-image: url(/en/images/g_142.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    left: 0;
    bottom: -9px;
}
.slideTxtBox .bd
{
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}
.slideTxtBox .bd ul
{
    width: 1220px;
    overflow: hidden;
}
.slideTxtBox .bd ul li
{
    height: auto;
    overflow: hidden;
    width: 285px;
    float: left;
    margin-right: 20px;
}
.slideTxtBox .bd ul li a
{
    display: block;
}
.slideTxtBox .bd ul li .pic
{
    height: auto;
    overflow: hidden;
    border: 1px solid #e5e5e5;
}
.slideTxtBox .bd ul li .pic img
{
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    transition: .5s;
}
.slideTxtBox .bd ul li .title
{
    height: 60px;
    line-height: 60px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
}
.slideTxtBox .bd ul li:hover .pic img
{
    transform: scale(1.1);
}
.nwpic
{
    width: 390px;
    height: 228px;
    overflow: hidden;
}
.nwpic img
{
    display: block;
    width: 390px;
    height: 228px;
}
.section-link
{
    width: 100%;
    min-width: 1200px;
    padding: 30px 0;
    background-color: #f9f9f9;
}
.link-list
{
    margin-top: 40px;
    background-color: #282828;
    padding: 20px;
}
.link-list ul li
{
    height: auto;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}
.link-list ul li i
{
    display: inline-block;
    font-size: 24px;
    margin-right: 5px;
    vertical-align: top;
}
.link-list a
{
    color: #959595;
    display: inline-block;
}
.xxww-lt
{
    width: 730px;
    height: auto;
    overflow: hidden;
    float: left;
}
.xinwen-ding
{
    height: auto;
    overflow: hidden;
    padding-bottom: 40px;
    border-bottom: 1px dashed #dedede;
}
.xinwen-ding .pic
{
    width: 210px;
    height: 150px;
    overflow: hidden;
    float: left;
}
.xinwen-ding .pic img
{
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}
.xinwen-ding:hover .pic img
{
    transform: scale(1.1);
}
.xinwen-ding .xwen-rts
{
    width: 490px;
    height: auto;
    overflow: hidden;
    float: right;
}
.xinwen-ding .xwen-rts .title
{
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.xinwen-ding .xwen-rts .ssjj
{
    height: auto;
    overflow: hidden;
    color: #bbb;
    font-size: 14px;
    margin-top: 5px;
}
.xinwen-ding .xwen-rts .info
{
    color: #6d6d6e;
    font-size: 14px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    margin-top: 15px;
}
.index-wzlist
{
    height: auto;
    overflow: hidden;
    margin-top: 15px;
}
.index-wzlist ul
{
    width: 760px;
}
.index-wzlist ul li
{
    width: 350px;
    height: 66px;
    line-height: 66px;
    overflow: hidden;
    float: left;
    margin-right: 30px;
    border-bottom: 1px dashed #dedede;
}
.index-wzlist ul li span
{
    display: inline-block;
    float: right;
    color: #bbb;
    font-size: 14px;
    margin-left: 15px;
}
.index-wzlist ul li a
{
    display: block;
    height: 66px;
    line-height: 66px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    padding-left: 15px;
}
.index-wzlist ul li a::before
{
    content: '';
    width: 5px;
    height: 5px;
    background-color: #0351c7;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.faq-wzlt
{
    width: 422px;
    height: auto;
    overflow: hidden;
    float: right;
}
.faq-wzlt li
{
    padding: 10px 12px;
    height: auto;
    overflow: hidden;
    border: 1px solid #eee;
    margin-bottom: 10px;
    transition: .5s;
}
.faq-wzlt li:hover
{
    border-color: #0351c7;
}
.faq-wzlt li .title
{
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 45px;
    position: relative;
    font-size: 16px;
}
.faq-wzlt li .title span
{
    display: inline-block;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    color: #fff;
    background-color: #b7c0bf;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 2px;
}
.faq-wzlt li .info
{
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    padding-left: 45px;
    position: relative;
    font-size: 14px;
    color: #888;
    margin-top: 5px;
}
.faq-wzlt li .info span
{
    display: inline-block;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    color: #fff;
    background-color: #0351c7;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 4px;
}
.full-fbks
{
    width: 100%;
    min-width: 1200px;
    padding: 110px 0;
    background-image: url(../image/fbk-bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.fbkk-lt
{
    width: 400px;
    height: auto;
    overflow: hidden;
    float: left;
}
.fbkk-lt h1
{
    color: #fff;
    font-size: 34px;
    font-weight: bold;
}
.fbk-info
{
    height: auto;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
    line-height: 2;
}
.fbk-tel
{
    height: auto;
    overflow: hidden;
    margin-top: 30px;
}
.fbk-intel
{
    display: inline-block;
    padding: 20px;
    color: #fff;
    background-color: #1d56ff;
}
.fbk-intel h5
{
    height: auto;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
}
.fbk-intel h5 i
{
    display: inline-block;
    margin-right: 8px;
    font-size: 20px;
    vertical-align: top;
}
.fbk-intel h2
{
    font-size: 32px;
    margin-top: 5px;
}
.fbkk-rt
{
    width: 730px;
    height: auto;
    overflow: hidden;
    float: right;
}
.tmd-row
{
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}
.tmd-ban
{
    width: 355px;
    height: auto;
    overflow: hidden;
}
.tmd-ban input
{
    display: block;
    width: 325px;
    height: 56px;
    line-height: 56px;
    padding: 0 15px;
    background-color: rgba(255,255,255,.5);
    border: none;
    outline: 0;
    color: #424242;
    font-size: 14px;
}
.fmk-txt
{
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}
.fmk-txt textarea
{
    display: block;
    width: 730px;
    height: 170px;
    line-height: 30px;
    padding: 10px 15px;
    background-color: rgba(255,255,255,.5);
    border: none;
    outline: 0;
    color: #424242;
    font-size: 14px;
}
.fmk-btm
{
    height: auto;
    overflow: hidden;
}
.fmk-btm input
{
    display: inline-block;
    cursor: pointer;
    color: #fff;
    background-color: #1d56ff;
    font-size: 14px;
    border: 0;
    height: 56px;
    line-height: 56px;
    padding: 0 70px;
}/**********************
****** inner css ******
**********************//** 内页banner **/
.inbanner
{
    width: 100%;
    min-width: 1200px;
    height: 400px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.inner-word
{
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
    margin-top: 200px;
    position: relative;
    display: none;
}
.inner-word:after
{
    width: 40px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -15px;
}
.section-inner
{
    width: 100%;
    min-width: 1200px;
    padding: 30px 0;
    background-color: #fff;
}/** 左右结构 **/
.slider
{
    width: 250px;
    float: left;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(255,255,255,1);
    -webkit-box-shadow: 0 0 5px rgba(255,255,255,1);
    -moz-box-shadow: 0 0 5px rgba(255,255,255,1);
}
.slide-head
{
    color: #fff;
    font-size: 18px;
    background-color: #0351c7;
    padding-left: 15px;
    height: 54px;
    line-height: 54px;
    overflow: hidden;
    text-transform: uppercase;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
}
.slide-head i
{
    vertical-align: middle;
    font-size: 24px;
    margin-right: 12px;
    font-family: inherit;
}
.menu-slide
{
    height: auto;
    overflow: visible;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.menu-slide dl dt
{
    position: relative;
    border-bottom: 1px solid #eee;
}
.menu-slide dl dt a
{
    display: block;
    height: auto;
    line-height: 25px;
    overflow: hidden;/* white-space: nowrap;
	text-overflow: ellipsis; */
    font-size: 15px;
    position: relative;
    padding: 13px 30px 13px 13px;
    background-color: rgba(51,153,222,.05);
}
.menu-slide dl dt a:hover
{
    color: #0351c7;
    background-color: rgba(51,153,222,0);
}
.menu-slide dl dt.active a
{
    color: #0351c7;
    background-color: rgba(51,153,222,0);
}
.menu-slide dl dt::before
{
    content: '';
    width: 3px;
    height: 0;
    background-color: #0351c7;
    position: absolute;
    left: -1px;
    top: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.menu-slide dl dt.active::before, .menu-slide dl dt:hover::before
{
    height: 100%;
}
.menu-slide dl dt i
{
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(0);
    -webkit-transform: translateY(-50%) rotate(0);
    -moz-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    font-size: 14px;
    color: #0351c7;
    cursor: pointer;
    z-index: 1000;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.menu-slide dl dt em
{
    font-size: 20px;
    vertical-align: middle;
    margin-right: 8px;
}
.menu-slide dl dt.active i
{
    transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
}/*** two ***/
.menu-slide dl dd.sort-two
{
    height: auto;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #eee;
}
.menu-slide dl dd.sort-two a
{
    display: block;
    height: auto;
    line-height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    position: relative;
    padding: 13px 15px 13px 10px;
}
.menu-slide dl dd.sort-two i
{
    font-size: 20px;
    vertical-align: top;
    margin-right: 5px;
    line-height: 25px;
}
.menu-slide dl dd.sort-two a.active
{
    color: #0351c7;
}/*** three ***/
.menu-slide dl dd.sort-three
{
    height: auto;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #eee;
}
.menu-slide dl dd.sort-three a
{
    display: block;
    height: auto;
    line-height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    position: relative;
    padding: 13px 15px 13px 30px;
}
.menu-slide dl dd.sort-three i
{
    font-size: 30px;
    vertical-align: top;
    margin-right: 5px;
    line-height: 25px;
}
.menu-slide dl dd.sort-three a.active
{
    color: #0351c7;
}/*** pro cate **/
.menu-pro
{
    overflow: hidden;
}
.menu-pro dl dt
{
    position: relative;
    display: block;
}
.menu-pro dl dt a
{
    display: block;
    height: 34px;
    line-height: 34px;
    border-bottom: 1px solid #ddd;
    padding-left: 25px;
    background-image: url(/en/images/ndot1.png);
    background-repeat: no-repeat;
    background-position: 8px 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.menu-pro dl dt a:hover
{
    color: #ef6100;
    background-color: #f5f6f6;
}
.menu-pro dl dt a.active
{
    color: #ef6100;
    background-color: #f5f6f6;
    background-image: url(/en/images/ndot2.png);
}
.menu-pro dl dd
{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.menu-pro dl dd a
{
    display: block;
    padding-left: 25px;
    background-image: url(/en/images/dot4_03.png);
    background-repeat: no-repeat;
    background-position: 10px 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.menu-pro dl dd a.active
{
    color: #c00;
}
.menu-pro dl dd.dd3 a
{
    display: block;
    padding-left: 25px;
    background-image: url(/en/images/list_dot1.gif);
    background-repeat: no-repeat;
    background-position: 10px 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.menu-pro dl dd.dd3 a.active
{
    color: #000;
    text-decoration: underline;
}/** end **/
.news-slide
{
    height: auto;
    overflow: hidden;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 0;
}
.news-slide ul li
{
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    position: relative;
}
.news-slide ul li:last-child
{
    border-bottom: none;
}
.news-slide ul li a
{
    display: block;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 25px;
    padding-right: 15px;
    position: relative;
}
.news-slide ul li a::before
{
    content: '';
    width: 5px;
    height: 5px;
    background-color: #0351c7;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -2.5px;
}
.contact-slide
{
    padding: 10px 15px;
    color: #666;
    font-size: 14px;
    line-height: 2;
    border: 1px solid #eee;
    border-top: none;
}
.contact-slide img
{
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
.menu
{
    display: block;
    border: 1px solid #ddd;
    border-top: none;
}
.menu>li
{
    position: relative;
}
.menu>li>a
{
    display: block;
    color: #333;
    line-height: 18px;
    border-top: 1px solid #ddd;
    padding: 10px 15px 10px 24px;
    background-color: #fff;
    background-image: url(/en/images/jt1.png);
    background-repeat: no-repeat;
    background-position: 10px 15px;
}
.menu>li>a.active, .menu>li>a:hover
{
    color: #eb3e00;
    background-image: url(/en/images/jt2.png);
}
.menu>li:first-child>a
{
    border-top: none;
}
.main-right
{
    width: 925px;
    float: right;
    background-color: #fff;
}
.path-inner
{
    height: auto;
    overflow: visible;
    border-bottom: 1px solid #eee;
}
.path-inner span
{
    display: inline-block;
    color: #0351c7;
    font-size: 16px;
    line-height: 50px;
    position: relative;
}
.path-inner span::after
{
    content: '';
    width: 40px;
    height: 3px;
    background-color: #0351c7;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.path-inner p
{
    float: right;
    font-size: 14px;
    color: #444;
    height: 50px;
    line-height: 50px;
    display: inline-block;
}
.path-inner p a
{
    color: #444;
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
}
.path-inner p i
{
    font-size: 18px;
    vertical-align: middle;
    margin-right: 8px;
}
.single-title
{
    color: #0351c7;
    font-size: 18px;
    border-bottom: 1px solid #eee;
    height: auto;
    overflow: visible;
}
.single-title span
{
    display: inline-block;
    line-height: 50px;
    position: relative;
}
.single-title span::after
{
    content: '';
    width: 40px;
    height: 3px;
    background-color: #0351c7;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.single-content
{
    color: #555;
    font-size: 15px;
    line-height: 2.45;
    margin-top: 20px;
}
.single-content img
{
    max-width: 100%;
    height: auto;
}
.full-map
{
    margin-top: 30px;
    overflow: hidden;
}/** 新闻列表 **/
.list-news
{
    height: auto;
    position: relative;
}
.list-news ul li
{
    border-bottom: 1px dashed #ddd;
    padding: 20px 0;
    height: auto;
    overflow: hidden;
    position: relative;
}
.list-news ul li .news-pic
{
    width: 240px;
    height: auto;
    overflow: hidden;
    float: left;
}
.list-news ul li .news-pic img
{
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}
.list-news ul li:hover .news-pic img
{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.list-news ul li .news-right
{
    height: auto;
    overflow: hidden;
    margin-left: 270px;
}
.list-news ul li .news-title
{
    font-size: 18px;
    height: auto;
    overflow: hidden;
}
.list-news ul li .news-intro
{
    color: #666;
    line-height: 30px;
    height: auto;
    max-height: 90px;
    overflow: hidden;
    margin-top: 10px;
}
.list-news ul li .news-date
{
    color: #555;
    margin-top: 10px;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
}
.list-news ul li .news-date i
{
    vertical-align: middle;
    margin-right: 10px;
    font-size: 18px;
}
.content-title
{
    text-align: center;
    color: #000;
    font-size: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-top: 20px;
}
.list-faq
{
    overflow: hidden;
    margin-top: 20px;
}
.list-faq ul li
{
    line-height: 44px;
    height: 44px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}
.list-faq ul li span
{
    display: inline-block;
    float: right;
    padding-left: 15px;
    color: #999;
}
.list-faq ul li a
{
    display: block;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 20px;
    background-image: url(/en/images/dian.jpg);
    background-repeat: no-repeat;
    background-position: 2px 50%;
}/************************
*** products ************
************************/
.pro_list
{
    margin-top: 30px;
    position: relative;
}
.pro_list ul
{
    width: 972px;
}
.pro_list ul li
{
    display: block;
    float: left;
    height: auto;
    overflow: hidden;
}
.pro_list ul li.fullli
{
    width: 100%;
    height: 1px;
    margin: 0;
    float: left;
}/** 一行四个 **/
.pro_list ul li.item4
{
    width: 217px;
    margin-right: 14px;
}
.pro_list ul li.item4 img
{
    width: 215px;
    height: auto;
}/** 一行三个 **/
.pro_list ul li.item3
{
    width: 302px;
    margin-right: 22px;
}
.pro_list ul li.item3 img
{
    width: 100%;
    height: auto;
}
.pro_list ul li.none-data
{
    width: 100%;
}
.pro_list ul li span
{
    display: block;
    text-align: center;
    overflow: hidden;
    height: 46px;
    line-height: 46px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pro_list ul li a
{
    color: #555;
}
.pro_list ul li a:hover
{
    color: #c00;
}
.pro_list ul li.item3 .product-img
{
    width: 300px;
    height: auto;
    overflow: hidden;
    border: 1px solid #eee;
}
.pro_list ul li.item3 .product-img img
{
    width: 300px;
    height: auto;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}
.pro_list ul li.item3:hover .product-img img
{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.pro_list ul li.item4 .product-img
{
    width: 215px;
    height: auto;
    overflow: hidden;
    border: 1px solid #eee;
}
.pro_list ul li.item4 .product-img img
{
    width: 215px;
    height: auto;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}
.pro_list ul li.item4:hover .product-img img
{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}/************************
*** case-list ************
************************/
.case-list
{
    height: auto;
    overflow: hidden;
}
.case-list.item3 ul
{
    width: 945px;
}
.case-list.item4 ul
{
    width: 940px;
}
.case-list.item3 ul li
{
    width: 295px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.case-list.item4 ul li
{
    width: 220px;
    margin-right: 15px;
    margin-bottom: 15px;
}
.case-list ul li .pic.bord
{
    border: 1px solid #eee;
}
.case-list ul li
{
    float: left;
    height: auto;
    overflow: hidden;
    position: relative;
}
.case-list ul li:hover .pic img
{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.case-list ul li .title
{
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    background-color: #f5f5f5;
    padding: 0 10px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.case-list ul li:hover .title
{
    color: #fff;
    background-color: #0351c7;
}
.case-list ul li a:hover
{
    color: #c00;
}
.case-list ul li:hover .pic.bord
{
    border-color: #0351c7;
}
.case-list ul li.full-li
{
    width: 100%;
    height: 1px;
    float: left;
    margin: 0;
}/************************
*** products detail *****
************************/
.product-wrap
{
    height: auto;
    overflow: hidden;
    position: relative;
}
.product-row
{
    height: auto;
    overflow: hidden;
    position: relative;
    margin-top: 25px;
}
.product-mag
{
    width: 402px;
    float: left;
}
.product-right
{
    width: 490px;
    float: right;
}
.product-title
{
    color: #0351c7;
    background: #fff;
    font-size: 24px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.product-class
{
    color: #666;
    font-size: 12px;
    line-height: 2;
    margin-top: 15px;
}
.product-intro
{
    color: #565656;
    font-size: 14px;
    line-height: 2;
    margin-top: 15px;
    overflow: hidden;
}
.product-class strong, .product-intro strong
{
    color: #c00;
}
.content-product
{
    color: #444;
    font-size: 14px;
    line-height: 2.25;
}/************************
*** big pictures ********
************************/
.preview
{
    width: 302px;
    height: 320px;
    float: left;
}/* smallImg */
.smallImg
{
    position: relative;
    height: 52px;
    margin-top: 1px;
    padding: 6px 0;
    width: 302px;
    overflow: hidden;
    float: left;
}
.scrollbutton
{
    width: 14px;
    height: 50px;
    overflow: hidden;
    position: relative;
    float: left;
    cursor: pointer;
}
.scrollbutton.smallImgUp, .scrollbutton.smallImgUp.disabled
{
    background: url(/en/img/lt_01.png) no-repeat;
}
.scrollbutton.smallImgDown, .scrollbutton.smallImgDown.disabled
{
    background: url(/en/img/rt_01.png) no-repeat;
    margin-left: 285px;
    margin-top: -50px;
}
#imageMenu
{
    height: 50px;
    width: 270px;
    overflow: hidden;
    margin-left: 0;
    float: left;
}
#imageMenu li
{
    height: 50px;
    width: 50px;
    overflow: hidden;
    float: left;
    text-align: center;
    margin-left: 4px;
}
#imageMenu li img
{
    width: 50px;
    height: 50px;
    cursor: pointer;
}
#imageMenu li#onlickImg img, #imageMenu li:hover img
{
    width: 48px;
    height: 48px;
    border: 1px solid #e3e3e3;
}/* bigImg */
.bigImg
{
    position: relative;
    float: left;
    width: 300px;
    height: 256px;
    overflow: hidden;
    border: 1px solid #e3e3e3;
}
.bigImg #midimg
{
    width: 300px;
    height: 256px;
}
.bigImg #winSelector
{
    width: 100px;
    height: 85px;
}
#winSelector
{
    position: absolute;
    cursor: crosshair;
    filter: alpha(opacity=15);
    -moz-opacity: .15;
    opacity: .15;
    background-color: #000;
    border: 1px solid #fff;
}/* bigView */
#bigView
{
    position: absolute;
    border: 1px solid #e3e3e3;
    overflow: hidden;
    z-index: 999;
}
#bigView img
{
    position: absolute;
}/* product info end *//************************
*** tabs changes ********
************************/
.tabBox
{
    height: auto;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}
.tabBox .tabNav
{
    overflow: hidden;
    _zoom: 1;
    text-align: center;
}
.tabBox .tabNav li
{
    padding: 0 30px;
    float: left;
    cursor: pointer;
    line-height: 50px;
    background: #eee;
    color: #000;
    font-size: 16px;
}
.tabBox .tabNav li.now
{
    color: #fff;
    background: #0351c7;
}
.tabBox .tabCont
{
    display: none;
    border: 1px solid #eee;
    padding: 20px;
}/************************
*** form buttom *********
************************/
.txtf
{
    width: 400px;
    border: 1px solid #ddd;
    height: 20px;
    line-height: 20px;
    text-indent: 10px;
    color: #555;
}
.txtf:focus
{
    border: 1px solid #000;
}
.txtf_2
{
    width: 400px;
    border: 1px solid #ddd;
    line-height: 20px;
    color: #555;
    font-size: 12px;
}
.txtf_2:focus
{
    border: 1px solid #000;
}
.ctus_btm
{
    width: 90px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #000;
    outline: none 0;
    background: #000;
    display: inline-block;
    margin-right: 20px;
    color: #fff;
    font-family: 'Verdana';
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    border-radius: 5px;
}
.ctus_btm:hover
{
    background: #fff;
    border: 1px solid #000;
    color: #000;
}/**********************
******** form *********
**********************/
.msg-head
{
    background-color: #eee;
    color: #c00;
    font-size: 14px;
    padding: 15px 25px;
    margin-top: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.msg-wrap
{
    position: relative;
    margin-top: 10px;
}
.form-group
{
    margin: 15px 0;
}
.form-group label
{
    display: inline-block;
    line-height: 32px;
    font-size: 14px;
    color: #666;
    margin-right: 15px;
    width: 80px;
    text-align: right;
    float: left;
}
.form-group input[type=text]
{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border: 1px solid #eee;
    padding: 0 10px;
    min-width: 400px;
    float: left;
    color: #555;
    font-size: 12px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.form-group textarea
{
    display: inline-block;
    padding: 5px 10px;
    color: #555;
    font-size: 12px;
    line-height: 20px;
    border: 1px solid #ddd;
    min-width: 400px;
    min-height: 80px;
    resize: none;
}
.form-group input[type=submit]
{
    display: inline-block;
    margin-left: 96px;
    border: none;
    color: #fff;
    background-color: #eb3e00;
    padding: 8px 40px;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}/************************
*** photo-list ************
************************/
.photo-list
{
    overflow: hidden;
    margin-top: 20px;
}
.photo-list ul
{
    width: 972px;
}
.photo-list ul li
{
    display: block;
    float: left;
    height: auto;
    overflow: hidden;
}
.photo-list ul li img
{
    display: block;
    border: 1px solid #ddd;
}/** 一行四个 **/
.photo-list ul li.item4
{
    width: 222px;
    margin-right: 20px;
}
.photo-list ul li.item4 img
{
    width: 220px;
    height: auto;
}/** 一行三个 **/
.photo-list ul li.item3
{
    width: 302px;
    margin-right: 22px;
}
.photo-list ul li.item3 img
{
    width: 300px;
    height: auto;
}
.photo-list ul li span
{
    display: block;
    text-align: center;
    overflow: hidden;
    height: 46px;
    line-height: 46px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.photo-list ul li a
{
    color: #555;
}
.photo-list ul li a:hover
{
    color: #c00;
}
.photo-list ul li.full-li
{
    width: 100%;
    height: 1px;
    float: left;
}/**********************
******** pages ********
**********************/
.page-number
{
    margin-top: 15px;
    margin-bottom: 20px;/*border-top:1px dotted #ddd;
	border-bottom:1px dotted #ddd;*/
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 0;
    font-family: Arial;
}
.page-number span
{
    display: inline-block;
    font-size: 12px;
    margin: 3px;
    border: 1px solid #ddd;
    padding: 4px 8px;
    background-color: #f5f5f5;
    color: #666;
}
.page-number span a
{
    display: inline-block;
    color: #666;
}
.page-number span a:hover
{
    color: #0351c7;
}
.page-number span.on
{
    color: #fff;
    background-color: #0351c7;
    border-color: #0351c7;
}
.page-number span.on a
{
    color: #fff;
}
.shipinglst
{
    overflow: hidden;
    margin-top: 25px;
}
.shipinglst ul
{
    width: 975px;
}
.shipinglst ul li
{
    width: 300px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-right: 25px;
}
.vdkjoeae
{
    position: relative;
    height: auto;
    overflow: hidden;
}
.vdkjoeae img
{
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}
.vdlaeoeee
{
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    padding: 0 10px;
}/** download **/
.list-download
{
    overflow: hidden;
    margin-top: 20px;
}
.list-download ul li
{
    border-bottom: 1px dashed #ddd;
    padding: 15px 0;
}
.dwn-title
{
    height: 32px;
    line-height: 32px;
    font-size: 14px;
}
.dwn-title i
{
    padding-right: 6px;
}
.down-dwn
{
    font-size: 14px;
    margin-top: 5px;
}
.down-dwn a
{
    display: inline-block;
    padding: 6px 20px;
    color: #fff;
    background-color: #333;
    font-size: 12px;
}/** kf **/
#kf_kefu
{
    width: 45px;
    height: auto;
    position: fixed;
    top: 120px;
    right: 0;
    z-index: 999;
    background-color: rgba(0,0,0,.9);
}
.kf_middle
{
    position: relative;
}
.kf_kflist
{
    height: auto;
    position: relative;
}
.kf_kflist ul li
{
    width: 45px;
    height: 45px;
    position: relative;
    border-bottom: 1px dotted #666;
}
.kf_kflist ul li:last-child
{
    border-bottom: none;
}
.kf_kflist ul li a
{
    display: block;
    width: 45px;
    height: 45px;
}
.kf_kflist ul li a:hover
{
    background-color: #0351c7;
}
.kf_weixin_outer
{
    padding: 10px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: 55px;
    z-index: 999;
    border: 1px solid #ddd;
    display: none;
}
.kf_weixin_outer.onshow
{
    display: block;
}
.kf_weixin_outer:before, .kf_weixin_outer:after
{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    display: block;
    border-width: 10px;
    border-style: solid;
    bottom: 15px;
}
.kf_weixin_outer:before
{
    right: -20px;
    border-color: transparent transparent transparent #ddd;
}
.kf_weixin_outer:after
{
    right: -19px;
    border-color: transparent transparent transparent #fff;
}
.kf_weixin_outer img
{
    width: 100px;
    height: 100px;
}/*在线客服部分*/
.contactusdiyou
{
    position: fixed;
    right: -230px;
    bottom: 0;
    _position: absolute;
    width: 230px;
    height: 100%;
    background: #0b7ac4;
    z-index: 99999999999;
    _margin-bottom: 0;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
    transition: all .5s ease;
}
.contactusdiyou .hoverbtn
{
    width: 30px;
    height: 129px;
    padding-top: 20px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -66px;
    left: -30px;
    font-size: 14px;
    color: #fff;
    background: #0b7ac4;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    -moz-box-shadow: -4px 4px 4px -4px #000;
    -webkit-box-shadow: -4px 4px 4px -4px #000;
    box-shadow: -4px 4px 4px -4px #000;
}
.contactusdiyou .hoverbtn span
{
    width: 30px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    overflow: hidden;
    float: left;
}
.contactusdiyou .hoverbtn .hoverimg
{
    width: 13px;
    height: 9px;
    margin: 10px 0 0 10px;
    float: left;
    display: inline;
    background-repeat: no-repeat;
}
.hoverimg2
{
    background: url(/en/kf/hoverbtnbg1.png) no-repeat;
}
.contactusdiyou .conter
{
    width: 186px;
    height: auto;
    margin-left: 22px;
    position: absolute;
    top: 15%;
}
.contactusdiyou .conter .con1
{
    border-bottom: 1px solid #0b7ac4;
    padding-bottom: 22px;
}
.contactusdiyou .conter .con1 dl dt
{
    width: 31px;
    height: 31px;
    float: left;
    position: relative;
    top: 32px;
}
.contactusdiyou dl .f1
{
    width: 142px;
    height: 36px;
    line-height: 36px;
    float: right;
    font-size: 14px;
    _font-size: 14px;
    *font-size: 15px;
    color: #fff;
    vertical-align: top;
    font-weight: bold;
}
.contactusdiyou dl .f2
{
    width: 142px;
    float: right;
    font-size: 12px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    float: right;
}
.contactusdiyou .conter .con1 dl dd .ph_num
{
    font: 18px 'Microsoft yahei';
    *font-size: 16px;
    _font-size: 16px;
    color: #fff;
    height: 25px;
}
.contactusdiyou .qqcall
{
    padding: 22px 0;
    height: auto;
    border-bottom: 1px solid #0b7ac4;
}
.contactusdiyou .qqcall dl dt
{
    width: 31px;
    height: 31px;
    float: left;
    position: relative;
    top: 32px;
}
.kefuQQ
{
    float: left;
    width: 80px;
    height: auto;
}
.kefuQQ a
{
    background: url(../image/button-custom-qq.gif) no-repeat;
    width: 70px;
    height: 20px;
    margin-right: 0;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}
.kefuQQ a:hover
{
    background: url(../image/button-custom-qq-h.gif) no-repeat;
}
.contactusdiyou .weixincall
{
    float: right;
    padding: 22px 0;
    border-bottom: 1px solid #0b7ac4;
}
.contactusdiyou .weixincall dl dt
{
    width: 31px;
    height: 31px;
    float: left;
    position: relative;
    top: 32px;
}
.contactusdiyou .weixincall .f3
{
    float: right;
    width: 73px;
    height: auto;
    margin-right: 69px;
    display: inline;
}
.contactusdiyou .weixincall .f3 img
{
    width: 120px;
    height: auto;
}
.contactusdiyou .dytimer
{
    float: right;
    width: 160px;
    height: 40px;
    padding: 16px 0 15px 0;/* background: #007b77; */
    margin: 20px 0 0 0;
}
.contactusdiyou .dytimer span
{
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
}
.contactusdiyou .dytimer span a
{
    color: #fff;
}
.diyou
{
    _position: absolute;
    _bottom: auto;
    _margin-bottom: 0;
    z-index: 99999999999;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}
.diyoumask
{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100000;
    width: 100%;
    height: 100%;
    opacity: .3;
    filter: alpha(Opacity=30);
    background: #000;
    display: none;
}
.fn_cle:after
{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}/*在线客服部分*//* kf4 **/
.side
{
    position: fixed;
    width: 45px;
    right: 0;
    bottom: 10px;
    z-index: 9999;
}
.side ul li
{
    width: 45px;
    height: 45px;
    line-height: 45px;
    float: left;
    position: relative;
    background: #333;
    border-bottom: 1px solid #999;
}
.side ul li .sidebox
{
    position: absolute;
    width: 45px;
    height: 45px;
    line-height: 45px;
    top: 0;
    right: 0;
    transition: all .3s;
    background: #333;
    color: #fff;
    font-size: 14px;
    overflow: hidden;
}
.side ul li .sidetop
{
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    background: #333;
    transition: all .3s;
}
.side ul li img
{
    float: left;
}
.side ul li .right_ewm_box
{
    position: absolute;
    right: 60px;
    bottom: 0;
    z-index: 9999999;
    padding: 10px;
    background: #fff;
    border: 1px solid #ccc;
    width: 120px;
    text-align: center;
    -moz-box-shadow: 0 0 5px #666;
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666;
    display: none;
}
.side ul li:hover .right_ewm_box
{
    display: block;
}
.side ul li .right_ewm_box:after
{
    border: solid transparent;
    content: ' ';
    height: 0;
    bottom: 15px;
    position: absolute;
    width: 0;
    border-width: 10px;
    border-left-color: #bbb;
    left: 100%;
}
.side ul li .right_ewm_box img
{
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.side ul li .right_ewm_box p
{
    font-weight: normal;
    display: block;
    line-height: 20px;
}/* end **//** kf5 **/
.float0831
{
    POSITION: absolute;
    TOP: 50px;
    RIGHT: 1px;
    _position: absolute;
    z-index: 9999;
}
.float0831 A
{
    COLOR: #00a0e9;
}
.float0831 A:hover
{
    COLOR: #ff8100;
    TEXT-DECORATION: none;
}
.float0831 .floatL
{
    height: 200px;
    WIDTH: 28px;
    FLOAT: left;
}
.float0831 .floatL A
{
    TEXT-INDENT: -9999px;
    DISPLAY: block;
    FONT-SIZE: 0;
}
.float0831 .floatR
{
    BACKGROUND: url(../image/float_bg.gif);
}
.float0831 .tp
{
    BACKGROUND: url(../image/float_bg.gif);
}
.float0831 .cn2
{
    BACKGROUND: url(../image/float_bg.gif);
}
.float0831 .floatR
{
    PADDING-BOTTOM: 15px;
    WIDTH: 130px;
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: -131px bottom;
    FLOAT: left;
    OVERFLOW: hidden;
}
.float0831 .tp
{
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: 0% 0%;
    HEIGHT: 10px;
}
.float0831 .cn2
{
    BACKGROUND-REPEAT: repeat-y;
    BACKGROUND-POSITION: -262px 0;
}
.float0831 .cn2 H3
{
    TEXT-INDENT: -9999px;
    HEIGHT: 36px;
    FONT-SIZE: 0;
}
.float0831 .cn2 UL
{
    PADDING-BOTTOM: 0;
    PADDING-LEFT: 14px;
    PADDING-RIGHT: 12px;
    PADDING-TOP: 0;
    padding-bottom: 10px;
    min-height: 120px;
}
.float0831 .cn2 UL LI
{
    BORDER-BOTTOM: #e6e5e4 1px solid;
    LINE-HEIGHT: 30px;
    WORD-WRAP: break-word;
    HEIGHT: 30px;
    OVERFLOW: hidden;
    WORD-BREAK: normal;
}
.float0831 .titZx
{
    BACKGROUND: url(../image/float_s_en.gif) no-repeat;
}
.float0831 .titDh
{
    BACKGROUND: url(../image/float_s_en.gif) no-repeat;
}
.float0831 .titDc
{
    BACKGROUND: url(../image/float_s_en.gif) no-repeat;
}
.float0831 .icoZx
{
    BACKGROUND: url(../image/float_s_en.gif) no-repeat;
}
.float0831 .icoFf
{
    BACKGROUND: url(../image/float_s_en.gif) no-repeat;
}
.float0831 .icoTl
{
    BACKGROUND: url(../image/float_s_en.gif) no-repeat;
}
.float0831 .btnOpen
{
    BACKGROUND: url(../image/float_s_en.gif) no-repeat;
}
.float0831 .btnOpen_n
{
    BACKGROUND: url(../image/float_s_en.gif) no-repeat;
}
.float0831 .btnCtn
{
    BACKGROUND: url(../image/float_s_en.gif) no-repeat;
}
.float0831 .titZx
{
    BACKGROUND-POSITION: 5px -10px;
}
.float0831 .titDh
{
    BACKGROUND-POSITION: 5px -66px;
}
.float0831 .titDc
{
    BACKGROUND-POSITION: 5px -124px;
}
.float0831 .icoZx
{
    BACKGROUND-POSITION: 2px -154px;
}
.float0831 .icoFf
{
    BACKGROUND-POSITION: 2px -213px;
}
.float0831 .icoTl
{
    PADDING-LEFT: 20px;
    DISPLAY: block;
    FONT-FAMILY: "宋体";
    BACKGROUND-POSITION: 2px -266px;
    FLOAT: left;
}
.float0831 .btnOpen
{
    BACKGROUND-POSITION: -30px -396px;
}
.float0831 .btnOpen_n
{
    BACKGROUND-POSITION: 0 -530px;
}
.float0831 .btnCtn
{
    BACKGROUND-POSITION: 0 -396px;
}
.float0831 .icoZx
{
    PADDING-LEFT: 28px;
    DISPLAY: block;
    FLOAT: left;
}
.float0831 .icoTc
{
    margin-top: 5px;
    PADDING-LEFT: 10px;
    DISPLAY: block;
    FLOAT: left;
}
.float0831 .icoFf
{
    PADDING-LEFT: 28px;
    DISPLAY: block;
    FLOAT: left;
}
.float0831 .btnOpen
{
    POSITION: relative;
    WIDTH: 28px;
    HEIGHT: 118px;
    TOP: 80px;
    LEFT: 2px;
}
.float0831 .btnOpen_n
{
    POSITION: relative;
    WIDTH: 28px;
    HEIGHT: 118px;
    TOP: 80px;
    LEFT: 2px;
}
.float0831 .btnCtn
{
    POSITION: relative;
    WIDTH: 28px;
    HEIGHT: 118px;
    TOP: 80px;
    LEFT: 2px;
}
.float0831 .btnOpen
{
    TOP: 28px;
    LEFT: 1px;
}
.float0831 .btnOpen_n
{
    TOP: 28px;
    LEFT: 1px;
}
.float0831 .btnCtn
{
    TOP: 28px;
    LEFT: 2px;
}
.float0831 UL LI H3.titDc A
{
    WIDTH: 80px;
    DISPLAY: block;
    HEIGHT: 36px;
}
.float0831 UL LI.top
{
    BORDER-BOTTOM: #ace5f9 1px solid;
}
.float0831 UL LI.bot
{
    BORDER-BOTTOM-STYLE: none;
}
.float0831 UL.webZx
{
    PADDING-BOTTOM: 0;
    PADDING-LEFT: 0;
    WIDTH: 164px;
    PADDING-RIGHT: 0;
    BACKGROUND: url(/en/kf/webZx_bg.jpg) no-repeat;
    HEIGHT: 65px;
    PADDING-TOP: 0;
}
.float0831 UL LI.webZx-in
{
    BORDER-BOTTOM-STYLE: none;
    PADDING-LEFT: 5px;
    HEIGHT: 50px;
    PADDING-TOP: 8px;
}/** end **/
.partner-list
{
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}
.partner-list ul
{
    width: 9356px;
}
.partner-list ul li
{
    width: 177px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}
.partner-list ul li.full-li
{
    width: 100%;
    margin-right: 0;
}
.partner-list ul li .pic
{
    height: auto;
    border: 1px solid #ddd;
    overflow: hidden;
}
.partner-list ul li .pic img
{
    display: block;
    height: 100px;
    width: 100%;
    margin: 0 auto;
    object-fit: cover;
}
.partner-list ul li span
{
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    font-size: 14px;
}
.shuzi-list
{
    height: 100px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    position: relative;
    margin-top: -70px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 0;
}
.shuzi-list li
{
    width: 260px;
    padding: 0 20px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #eee;
}
.shuzi-list li i
{
    display: inline-block;
    color: #dbdbdb;
    font-size: 42px;
}
.shuzi-list li .box
{
    margin: 0;
    margin-left: 25px;
}
.shuzi-list li .num
{
    color: #0351c7;
    font-size: 18px;
    line-height: 1.2;
}
.shuzi-list li .num span
{
    display: inline-block;
    font-size: 36px;
    font-weight: bold;
}
.shuzi-list li .title
{
    text-align: left;
    font-size: 16px;
    margin-top: 5px;
    line-height: 1.2;
}