@charset "utf-8";
/* CSS Document */

@font-face {font-family:'Mont-B'; src:url(/en/font/Montserrat-Bold.otf);}
@font-face {font-family:'Poppins-M'; src:url(/en/font/Poppins-Medium.ttf);}
@font-face {font-family:'Poppins-R'; src:url(/en/font/Poppins-Regular.ttf);}

body {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    color: #666;
	font-family:'Poppins-R';
}

a {
    color: #666;
    text-decoration: none;
    outline: none;
}

    a:active {
        star: expression(this.onFocus=this.blur());
    }

img {
    border: 0px;
    vertical-align: middle;
}

a:link {
    text-decoration: none;
    outline: none;
}

a:visited {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #004991;
    outline: none;
}

ul, p, dl, dt, dd {
    padding: 0px;
    margin: 0px;
}

li {
    list-style-position: outside;
    list-style-type: none;
}

h1, h2, h3, h4, h5 {
    font-size: 14px;
    padding: 0px;
    margin: 0px;
}

h1 {
    font-size: 16px;
}

h5 {
    font-size: 12px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear_f {
    clear: both;
    height: 0px;
    padding: 0px;
    margin: 0px;
    display: block;
    _display: inherit;
}

.h10 {
    height: 10px;
    overflow: hidden;
    clear: both;
}

.h30 {
    height: 30px;
    overflow: hidden;
    clear: both;
}

.h60 {
    height: 60px;
    overflow: hidden;
    clear: both;
}

.h70 {
    height: 70px;
    overflow: hidden;
    clear: both;
}

.h100 {
    height: 100px;
    overflow: hidden;
    clear: both;
}

input, textarea {
    background: transparent;
    padding: 0px;
    font-size: 12px;
    color: #888;
    outline: none;
    border: 0px;
}

em {
    font-style: normal;
}

.btn1 {
    cursor: pointer;
}

.red {
    color: #cb1f18;
}

.wal {
    width: 1400px;
    margin: 0px auto;
}

.wal2 {
    width: 1200px;
    margin: 0px auto;
}

.w220 {
    width: 220px;
    overflow: hidden;
}

.w1040 {
    width: 1040px;
    overflow: hidden;
}


.productList .list li .box, .productType .midList li .box {
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.line1_hidden {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.line2_hidden {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line3_hidden {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}



.Phone-Box {
    display: none;
}

@font-face {
    font-family: bold;
    src: url(/en/font/DINCOND-BOLD.otf);
}

.fangda {
    overflow: hidden;
}

    .fangda img {
        transition: 2s;
        -moz-transition: 2s;
        -webkit-transition: 2s;
        -o-transition: 2s;
    }

    .fangda:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }

/*按钮动画--start*/
.ico_h {
    display: inline-block;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

    .ico_h:before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        top: 100%;
        left: 5%;
        height: 10px;
        width: 90%;
        opacity: 0;
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%); /* W3C */
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform, opacity;
        transition-property: transform, opacity;
    }

    .ico_h:hover, .ico_h:focus, .ico_h:active {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
        -webkit-animation-name: hover;
        animation-name: hover;
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: alternate;
        animation-direction: alternate;
    }

        .ico_h:hover:before, .ico_h:focus:before, .ico_h:active:before {
            opacity: .4;
            -webkit-transform: translateY(6px);
            transform: translateY(6px);
            -webkit-animation-name: hover-shadow;
            animation-name: hover-shadow;
            -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
            -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-direction: alternate;
            animation-direction: alternate;
        }
/*按钮动画--end*/

.headDiv {
    height: 94px;
    position: absolute;
    z-index: 10;
    left: 0px;
    top: 0px;
    width: 100%;
}

    .headDiv.hov {
        background: #f4f4f4;
    }

    .headDiv .wal {
        position: relative;
        height: 94px;
    }

    .headDiv .logo {
        display: block;
        position: absolute;
        left: 0px;
        bottom: 10px;
    }

    .headDiv .txt {
        padding-left: 22px;
        color: #fff;
        font-size: 14px;
        left: 120px;
        position: absolute;
        top: 32px;
        background: url(/en/images/line1.png) left center no-repeat;
    }

        .headDiv .txt b {
            font-size: 24px;
            display: block;
			font-weight:400;
        }

    .headDiv.hov .txt {
        color: #424242;
    }

    .headDiv .topRight {
        position: absolute;
        right: 0px;
        top: 52px;
        z-index: 55;
    }

        .headDiv .topRight li {
            float: left;
            margin-left: 25px;
            position: relative;
        }

        .headDiv .topRight .li01 {
            width: 40px;
            height: 30px;
        }

        .headDiv .topRight li a {
            display: block;
            color: #fff;
            font-size: 15px;
			line-height:18px;
        }

    .headDiv .topSearch input {
        display: none;
        padding: 15px 15px;
        background: #fff;
        width: 255px;
        font-size: 14px;
        position: absolute;
        right: -15px;
        top: -15px;
		font-family:'Poppins-R';
    }

    .headDiv .topSearch .btn {
        width: 35px;
        height: 35px;
        position: absolute;
        right: 0px;
        top: 0px;
    }

    .headDiv .topSearch img {
        position: absolute;
        right: 0px;
        top: 0px;
        cursor: pointer;
        text-align: center;
    }

    .headDiv .topSearch .img2 {
        display: none;
    }

    .headDiv .topSearch:hover .img1 {
        display: none;
    }

.navIco {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: center;
    line-height: 50px;
}

    .navIco img {
        width: 28px;
    }

.nav {
    position: absolute;
    height: 68px;
    top: 26px;
    right: 110px;
    z-index: 20;
}

    .nav li {
        height: 68px;
        float: left;
        line-height: 68px;
        font-family:'Poppins-M';
        margin: 0 30px;
    }

    .nav a {
        position: relative;
        display: block;
        line-height: 68px;
        color: #fff;
        font-size: 15px;
    }

    .nav li a em {
        position: absolute;
        left: 0px;
        bottom: 0px;
        display: none;
        width: 100%;
        height: 1px;
        background: #004991;
        z-index: 5;
    }

    .sNavA:hover em, .nav .liNow1 em {
        display: block;
    }

.headDiv.hov .nav li a {
    color: #424242;
}

.headDiv.hov .topRight li a {
    color: #0f81c4;
}

.headDiv.hov .topRight .li01 .img1 {
    display: none;
}

.headDiv.hov .topRight .li01 .img2 {
    display: inline-block;
}

.headTel {
    height: 50px;
    background: #fff;
    display: none;
}

    .headTel .logo {
        position: absolute;
        left: 10px;
        top: 7px;
    }

        .headTel .logo img {
            width: 56px;
        }

    .headTel .txt {
        padding-left: 10px;
        color: #424242;
        font-size: 12px;
        left: 68px;
        position: absolute;
        top: 6px;
    }

        .headTel .txt b {
            font-size: 16px;
            display: block;
        }

    .headTel .lan {
        position: absolute;
        right: 60px;
        top: 0px;
        line-height: 50px;
        color: #085ea4;
        font-size: 14px;
    }

        .headTel .lan a {
            color: #085ea4;
        }

/*导航触发效果*/
.sNav {
    display: none;
    position: absolute;
    z-index: 8;
    width: 100%;
    background: #f4f4f4 url(../images/nimg615Bg.jpg) right bottom no-repeat;
    height: 400px;
    left: 0px; /* top: 94px;*/
    text-align: left;
}

    .sNav .bigBox {
        width: 1100px;
        margin: 0 auto;
    }

    .sNav .leftImg {
        padding-top: 75px;
    }

    .sNav .rightList {
        padding-top: 75px;
        width: 596px;
    }

        .sNav .rightList .mxf {
            margin-left: 26px;
        }

        .sNav .rightList dd {
            width: 210px /*225px*/;
            margin-bottom: 10px;
            height: 40px;
            border: #d9d9d9 solid 1px;
            font-size: 13px;
        }

            .sNav .rightList dd a {
				display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
                text-align: center;
                color: #757575 !important;
                height: 40px;
				padding: 0 10px;
                font-weight: 400; /*background: #fff url(../images/nimg9_1.png) 30px center no-repeat;*/
            }

                .sNav .rightList dd a:hover {
                    color: #004991 !important;
                }

/*导航菜单触发*/
.navLayer {
    overflow-x: auto;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: fixed;
    z-index: 222;
    right: -100%;
    top: 0px;
}

    .navLayer .close {
        padding: 15px 0 5px 10px;
    }

    .navLayer .box {
        padding: 10px;
    }

        .navLayer .box .form {
            width: 100%;
            border-radius: 20px;
            -moz-border-radius: 20px;
            border: #fff solid 1px;
            height: 36px;
            position: relative;
            background: #fff;
        }

    .navLayer .form .input1 {
        width: 180px;
        border: none;
        height: 36px;
        line-height: 36px;
        padding-left: 10px;
        color: #666;
		font-family:'Poppins-R';
    }

    .navLayer .form .btn1 {
        position: absolute;
        right: 10px;
        top: 9px;
        background: url(/en/images/nimg15_1on.png) no-repeat;
        width: 16px;
        height: 17px;
        cursor: pointer;
    }

    .navLayer .bg {
        overflow-x: auto;
        position: relative;
        background: #f2f2f2;
        height: 100%;
        width: 100%;
    }

.subNav {
    cursor: pointer;
    display: block;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #fff;
    position: relative;
    font-size: 14px;
    color: #333;
}

.subNav1 {
    background: url(/en/images/ico4.png) right center no-repeat;
    background-size: 26px;
}

.subNav .name {
    text-indent: 15px;
    text-align: left;
    position: relative;
}

.subNav a {
    color: #333;
    display: block;
}

.currentDt {
    background: #085ea4 url(../images/ico4on.png) right center no-repeat;
    background-size: 26px;
    color: #fff
}

.navContent {
    display: none;
    background: #fff;
}

    .navContent a {
        display: block;
        height: 35px;
        line-height: 35px;
        color: #7c7c7c;
        padding-left: 15px;
        font-size: 13px;
		overflow:hidden;
    }


.pageBg {
    position: fixed;
    z-index: 11;
    width: 100%;
    height: 100%;
    display: none;
    background: url(/en/images/bg1.png) repeat;
    left: 0px;
    top: 0px;
}

.footDiv {
    padding: 72px 0 50px;
    background: #404040;
}

    .footDiv .leftDiv {
        width: 19.5%;
    }

    .footDiv .msgList {
        padding-top: 25px;
    }

        .footDiv .msgList li {
            line-height: 24px;
            color: #b1b1b1;
        }

    .footDiv .share {
        padding-top: 30px;
    }

        .footDiv .share li {
            float: left;
            margin-right: 20px;
        }

.footNav {
    width: 80.5%;
}

    .footNav li {
        float: left;
        width: 13.66%;
    }

        .footNav li h2 {
            height: 40px;
			font-weight: 400;
    		font-family: 'Poppins-M';
        }

            .footNav li h2 a {
                color: #fff;
            }

        .footNav li dd {
            line-height: 20px;
			margin-bottom: 15px;
        }

            .footNav li dd a {
                display: block;
                color: #b1b1b1;
				padding-right: 15px;
            }

                .footNav li dd a:hover { /*text-decoration: underline;*/
                    color: #fff;
                }

.footDivTel {
    background: #404040;
    padding: 30px 10px 0 125px;
    position: relative;
    height: 155px;
    display: none;
}

    .footDivTel .ewmDiv {
        position: absolute;
        left: 10px;
        top: 30px;
    }

    .footDivTel .ewm img {
        width: 100px;
    }

    .footDivTel .share {
        padding-top: 10px;
        padding-left: 12px;
    }

        .footDivTel .share li {
            float: left;
            margin-right: 12px;
        }

    .footDivTel .tel {
        font-weight: bold;
        color: #fff;
        font-size: 16px;
    }

    .footDivTel .msgList {
        padding-top: 10px;
    }

        .footDivTel .msgList li {
            line-height: 22px;
            color: #b1b1b1;
        }

.foot {
    height: 112px;
    background: #3c3c3c;
    padding-bottom: 107px;
}

    .foot .msgList {
        text-align: center;
        color: #9e9e9e;
        padding: 30px 0 15px;
    }

        .foot .msgList li {
            display: inline-block;
            margin: 0 17px;
        }

            .foot .msgList li img {
                margin-right: 10px;
                position: relative;
                top: -2px;
            }

    .foot .msg {
        position: relative;
        color: #d2d2d2;
        text-align: center;
    }

        .foot .msg a {
            padding-left: 10px;
            color: #d2d2d2;
        }
/*.foot .msg a:hover{ text-decoration: underline;}*/
.footBtn {
    display: none;
    height: 60px;
    background: #f4f4f4;
}

    .footBtn .list {
        background: url(/en/images/line5.jpg) center repeat-y;
        overflow: hidden
    }

        .footBtn .list li {
            float: left;
            width: 50%;
            height: 60px;
            line-height: 60px;
            text-align: center;
            font-size: 14px;
        }

            .footBtn .list li a {
                display: block;
                height: 60px;
                color: #3d3d3d;
            }

            .footBtn .list li img {
                width: 36px;
                padding-right: 5px;
            }

.lclwxz_footerbox {
    display: none;
    width: 100%;
    height: 107px;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    background: url(/en/images/flgzw_footerbg01.jpg) no-repeat center bottom;
    z-index: 99;
}

    .lclwxz_footerbox .close {
        display: block;
        position: absolute;
        width: 22px;
        height: 13px;
        background: url(/en/images/nimg22_1.png) no-repeat;
        right: 50px;
        top: 48px;
        z-index: 99;
    }

.lclwxz_footerbox_01 {
    width: 1400px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

    .lclwxz_footerbox_01 .form {
        padding-top: 34px;
    }

        .lclwxz_footerbox_01 .form .box {
            position: relative;
            float: left;
            padding-left: 58px;
            height: 40px;
            margin-right: 20px;
        }

        .lclwxz_footerbox_01 .form .box2 {
            padding-left: 86px;
            margin-right: 0px;
        }

        .lclwxz_footerbox_01 .form .box em {
            position: absolute;
            left: 0px;
            top: 0px;
            line-height: 40px;
            color: #fff;
            font-size: 16px;
        }

        .lclwxz_footerbox_01 .form .box .input1 {
            width: 225px;
            font-size: 12px;
            color: #9b9b9b;
            text-indent: 12px;
            height: 40px;
            background: url(/en/images/bg5.png) repeat;
            line-height: 40px;
            border-radius: 6px;
            -moz-border-radius: 6px;
            background-color: #fff;
			font-family: 'Poppins-R';
        }

        .lclwxz_footerbox_01 .form .box .pjpj {
            float: left;
        }

    .lclwxz_footerbox_01 .btnDiv {
        padding-top: 34px;
    }

        .lclwxz_footerbox_01 .btnDiv a {
            display: block;
            width: 95px;
            height: 40px;
            background: #044c94;
            color: #fff;
            font-size: 14px;
            text-align: center;
            line-height: 40px;
            border-radius: 6px;
            -moz-border-radius: 6px;
        }

.select {
    margin-right: 10px;
    height: 40px;
    background: url(/en/images/bg5.png) repeat;
    width: auto;
    position: relative;
    left: 0;
    border-radius: 6px;
    -moz-border-radius: 6px;
    width: 155px;
    color: #9b9b9b;
    background-color: #fff;
    font-size: 12px;
    /* text-indent: 12px; */
    font-family: 'Poppins-R';
}

    .select dt {
        height: 40px;
        line-height: 40px;
        display: inline-block;
        width: 155px;
        background: url(/en/images/selectIco.png) no-repeat right center;
        cursor: pointer;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        position: relative;
        z-index: 5;
    }

.select2 dt {
    width: 180px;
}

.select dt a {
    font-size: 14px;
    color: #fff;
    position: relative;
    padding-left: 10px;
    display: block;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.select dd {
    margin: 0;
    position: absolute;
    left: 0px;
    bottom: 40px;
    z-index: 100;
    width: 100%;
}

    .select dd ul {
        list-style: none;
        overflow: auto;
        padding: 0 10px;
        background: url(/en/images/bg5.png) repeat;
    }

        .select dd ul li {
            line-height: 38px;
            height: 38px;
            cursor: pointer;
            color: #fff;
            font-size: 14px;
            float: none;
        }

            .select dd ul li:hover {
                color: #fff;
            }


.lclwxz_footerbox02 {
    display: none;
    width: 100%;
    height: 107px;
    position: fixed;
    margin: 0 auto;
    bottom: 0;
    z-index: 99;
    background: url(/en/images/flgzw_footerbg01.jpg) no-repeat center bottom;
}

    .lclwxz_footerbox02 a {
        display: block;
        width: 22px;
        height: 13px;
        background: url(/en/images/nimg22_2.png) no-repeat;
        position: absolute;
        right: 50px;
        top: 48px;
    }

    .lclwxz_footerbox02 .txt {
        line-height: 106px;
        color: #fff;
        font-size: 24px;
    }

    .lclwxz_footerbox02 .tel {
        line-height: 106px;
        color: #fff;
        font-size: 24px;
    }

.pageBanner {
    position: relative;
}

    .pageBanner img {
        width: 100%;
    }

    .pageBanner .txtDiv {
        position: absolute;
        z-index: 2;
        top: 50%;
        z-index: 2;
        transform: translateY(-50%);
        text-align: center;
        color: #fff;
        width: 100%;
    }

    .pageBanner .txt1 {
        font-size: 34px;
        line-height: 34px;
        padding-bottom: 18px;
    }

    .pageBanner .txt2 {
        font-size: 36px;
        text-transform: uppercase;
        height: 60px;
        position: relative;
        line-height: 36px;
        font-family:'Mont-B';
    }

        .pageBanner .txt2:after {
            content: '';
            position: absolute;
            left: 50%;
            margin-left: -20px;
            bottom: 0;
            width: 40px;
            height: 2px;
            background: #085ea4;
        }


.pageNav { /*height: 66px;*/
    position: relative;
    background: #f4f5f7;
}

    .pageNav .list li {
        float: left;
        width: auto;
        height: 66px;
        font-size: 15px;
		margin-right: 10px;
    }

    .pageNav .list .li01 {
        width: auto;
    }

    .pageNav .list li a {
        display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
                text-align: center;
        height: 66px;
        text-align: center;
        color: #1f1f1f;
		width:170px;
		  padding: 0 5px;
		  line-height: 18px;
    }

        .pageNav .list li a:hover, .pageNav .list li .aNow {

            color: #fff;
            background: #085ea4;
        }

    .pageNav .list .li01 a:hover, .pageNav .list .li01 .aNow {

        background: #085ea4;
    }

.pageNav2 .list li{ width:auto;}
.pageNav2 .list li a{ padding:0 5px;width:130px; position: relative;}
.pageNav2 .list li a:after{ content:''; position:absolute; right:0; top: 50%; margin-top:-9px; width:1px; height:18px; background:#ccc;}
.pageNav2 .list li a:hover, .pageNav2 .list li .aNow{ background: #085ea4;}
.pageNav2 .list li a:hover:after, .pageNav2 .list li .aNow:after{ display:none;}

.pageNow {
    height: 66px;
    line-height: 66px;
    color: #999;
    overflow: hidden;
}

    .pageNow .box {
        padding-left: 28px;
        background: url(/en/images/nimg16_4.png) left center no-repeat;
        float: right;
    }

    .pageNow a {
        color: #999;
    }

        .pageNow a:hover {
            color: #0b4292;
        }

.pageBannerTel {
    display: none;
    position: relative;
}

    .pageBannerTel img {
        width: 100%;
    }

    .pageBannerTel .txtDiv {
        position: absolute;
        z-index: 2;
        top: 50%;
        z-index: 2;
        transform: translateY(-50%);
        text-align: center;
        color: #fff;
        width: 100%;
    }

    .pageBannerTel .txt1 {
        font-size: 20px;
        line-height: 20px;
        padding-bottom: 12px;
    }

    .pageBannerTel .txt2 {
        font-size: 16px;
        text-transform: uppercase;
        height: 30px;
        position: relative;
        line-height: 16px;
        font-family:'Mont-B';
    }

        .pageBannerTel .txt2:after {
            content: '';
            position: absolute;
            left: 50%;
            margin-left: -15px;
            bottom: 0;
            width: 30px;
            height: 1px;
            background: #085ea4;
        }

.pageTitleBox {
    padding: 20px 0 75px;
}

.pageTitle .txt1 {
    font-size: 18px;
    color: #343434;
    text-transform: uppercase;
	font-family:'Poppins-M';
}

    .pageTitle .txt1 em {
        display: inline-block;
        width: 206px;
        height: 2px;
        background: #085ea4;
        margin-left: 12px;
        position: relative;
        top: -5px;
    }

.pageTitle .txt2 {
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
	font-family:'Mont-B';
}

    .pageTitle .txt2 b {
        color: #085ea4;
        padding-right: 10px;
    }


/*右侧悬浮窗*/
.sideBar {
    position: fixed;
    right: 0px;
    top: 50%;
    margin-top: -104px;
    z-index: 111;
}

    .sideBar li {
        position: relative;
        height: 52px;
        margin-bottom: 1px;
        cursor: pointer;
    }

    .sideBar .mouse {
        position: absolute;
        left: -152px;
        top: 0px;
        display: none;
        background: #0f81c4;
    }

    .sideBar .img {
        background: #1d1d1d;
        height: 52px;
        text-align: center;
        width: 52px;
    }

        .sideBar .img img {
            position: relative;
            top: 8px;
        }

    .sideBar .liNow .img {
        background: #0f81c4;
    }

    .sideBar .liNow .mouse {
        display: block;
    }

    .sideBar .li02 .mouse {
        background: #0f81c4;
        width: 180px;
        height: 52px;
        left: -180px;
    }

    .sideBar .li02 a {
        display: block;
        width: 180px;
        height: 52px;
        color: #fff;
        font-size: 16px;
        text-align: center;
        line-height: 52px;
    }

    .sideBar .li02 em {
        padding-left: 20px;
    }

    .sideBar .li03 .mouse {
        width: 120px;
        height: 52px;
        left: -120px;
    }

    .sideBar .li03 a {
        display: block;
        width: 120px;
        height: 52px;
        color: #fff;
        font-size: 16px;
        text-align: center;
        line-height: 52px;
    }

    .sideBar .li04 .mouse {
        width: 177px;
        height: 211px;
        left: -177px;
        top: -106px;
    }

        .sideBar .li04 .mouse p {
            text-align: center;
            font-size: 16px;
            color: #fff;
        }

        .sideBar .li04 .mouse .imgDiv {
            text-align: center;
            padding: 25px 0 10px;
        }


.pageTitleTel {
    height: 50px;
    background: #085ea4;
    position: relative;
    font-size: 14px;
    display: none;
}

.sideTitleTel {
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0px;
    top: 0px;
}

    .sideTitleTel .con {
        font-size: 13px;
        height: 50px;
        line-height: 50px;
        position: relative;
        padding-right: 10px;
		
    }

        .sideTitleTel .con a {
            color: #fff;
            display: block;
            height: 50px;
            padding-left: 15px;
            background: url(/en/images/ico5.png) right center no-repeat;
            background-size: 16px;
			overflow:hidden;
			text-overflow: ellipsis; white-space: nowrap;
			padding-right: 35px;
        }

        .sideTitleTel .con.on a {
            background: url(/en/images/ico5on.png) right center no-repeat;
            background-size: 16px;
        }

.sideTitleNav {
    position: absolute;
    top: 50px;
    z-index: 10;
    width: 100%;
    background: #faf9f9;
    display: none;
    box-shadow: 0 1px 5px rgba(35,25,25,0.2);
    -moz-box-shadow: 0 1px 5px rgba(35,25,25,0.2);
    -webkit-box-shadow: 0 1px 5px rgba(35,25,25,0.2);
}

    .sideTitleNav li {
        height: 43px;
    }

        .sideTitleNav li a {
            display: block;
            height: 42px;
            line-height: 42px;
            padding-left: 15px;
            color: #666;
            border-bottom: #e2e2e2 solid 1px;
            background: #faf9f9;
        }

.sideTitleTel .con em {
    display: block;
    color: #fff;
    padding-left: 15px;
}


/*分页*/
.pageNum {
    text-align: center;
    color: #444;
}

    .pageNum a {
        margin: 0 10px;
        display: inline-block;
        height: 48px;
        line-height: 48px;
        color: #353535;
        padding: 0 20px;
        background: #eee;
        font-size: 13px;
    }

        .pageNum a:hover, .pageNum .aNow {
            background: #085ea4;
            color: #FFF;
        }

    .pageNum span {
        margin: 0 10px;
        display: inline-block;
        height: 48px;
        line-height: 48px;
        color: #FFF;
        padding: 0 20px;
        background: #085ea4;
        font-size: 13px;
    }

.pageMore {
    display: none;
}

    .pageMore a {
        font-size: 14px;
        display: block;
        width: 100%;
        text-align: center;
        height: 45px;
        line-height: 45px;
        background: #085ea4;
        color: #fff;
        font-size: 16px;
    }


.tabContent {
    display: none;
}

.tab li {
    cursor: pointer;
}

.tabContent2 {
    display: none;
}

.tab2 li {
    cursor: pointer;
}

.tabContent3 {
    display: none;
}

.tab3 dd {
    cursor: pointer;
}

.cd-top {
    /* image replacement properties */
    overflow: hidden;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    .cd-top.cd-is-visible {
        /* the button becomes visible */
        visibility: visible;
        opacity: 1;
    }

    .cd-top.cd-fade-out {
        opacity: 1;
    }

#Layer1 {
    position: absolute;
    position: fixed;
    _position: absolute;
    width: 100%;
    z-index: 99;
    top: 0;
    left: 0px;
    background-color: #000;
    display: none;
}


.selectDiv {
    cursor: pointer;
}

    .selectDiv span {
        padding-left: 10px;
    }

    .selectDiv select {
        display: none;
    }
/**/
.selectLayer {
    position: absolute;
    z-index: 100;
    display: none;
    background: #FFF;
    border: #bababa solid 1px;
}

    .selectLayer li {
        height: 22px;
        line-height: 22px;
        overflow: hidden;
        padding-left: 10px;
        color: #666;
    }
