html{
    height: 100%;
}
body{
    font-size: 14px;
    font-family: 微软雅黑, 'Microsoft YaHei';
    min-width: 1320px;
    min-height: 100%;
    position: relative;
}
a{
    text-decoration: none;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
h1,h2,h3,h4,h5{
    margin: 0;
    padding: 0;
}
p{
    margin: 0;
    padding: 0;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
img{
    vertical-align: middle;
    border: none;
}
input{
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.clear{
    clear: both;
}

/* topText */
.topText{
    width: 100%;
    height: 35px;
    background: #8f8f8f;
    overflow: hidden;
}
.topTextCon{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.topTextCon h4{
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    float: left;
    margin: 0;
    line-height: 35px;
}
.topTextCon ul{
    line-height: 35px;
    float: right;
}
.topTextCon ul li{
    color: #ffffff;
    font-size: 12px;
    float: left;
}
.topTextCon ul li.tLine{
    margin: 0 10px;
    opacity: .5;
    -webkit-transform: scale(0.96);
    -moz-transform: scale(0.96);
    -ms-transform: scale(0.96);
    -o-transform: scale(0.96);
    transform: scale(0.96);
}
.topTextCon ul li a{
    color: #ffffff;
}

/* topText */


/*header*/
.header{
    width: 100%;
    height: 165px;
    overflow: hidden;
}
.header .headTop{
    width: 100%;
    height: 115px;
    float: left;
    overflow: hidden;
}
.headTop .headtCon{
    width: 1200px;
    height: inherit;
    margin: 0 auto;
    position: relative;
}
.headtCon .logos{
    height: inherit;
    position: relative;
    float: left;
}
.logos a{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.hTxt{
    width: 371px;
    height: 48px;
    position: absolute;
    left: 517px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.headtCon .head_tel{
    background: url(../images/stel.png);
    background-repeat: no-repeat;
    box-sizing: content-box!important;
    padding-left: 46px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    overflow: hidden;
    line-height: normal;
}
.head_tel b{
    color: #999999;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    margin-bottom: 2px;
}
.head_tel span{
    display: block;
    color: #e40000;
    font-size: 24px;
    line-height: 24px;
}
.header .headBot{
    width: 100%;
    height: 50px;
    background: #099ef2;
    float: left;
    overflow: hidden;
}
.headBot .headNav{
    width: 1200px;
    height: inherit;
    margin: 0 auto;
    overflow: hidden;
}
.headNav .headLis{
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
}
.headLis li{
    width: 126px;
    height: 50px;
    float: left;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
    position: relative;
    margin-right: 27px;
    overflow: hidden;
}
.headLis li:last-child{
    margin-right: 0;
}
.headLis li a{
    width: 100%;
    height: 100%;
    background: linear-gradient(#0000ff,#0000ff) top/100% 0% no-repeat;
    color: #ffffff;
    display: block;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.headLis li:hover a{
    background: linear-gradient(#0000ff,#0000ff) top/100% 100% no-repeat;
}

/*header*/

/*banner*/
.banner{
    width: 100%;
    height: auto;
    box-sizing: border-box!important;
    position: relative;
    overflow: hidden;
}
.banner .bd,
.banner .bd ul,
.banner .bd ul li{
    width: 100%;
    height: 100%;
}
.banner .bd ul li a{
    height: 100%;
    display: block;
}
.banner .bd ul li a img{
    width: 100%;
    height: 100%;
}
.banner > a{
    background-color: rgba(0,0,0,.5);
    color: #fff;
    display: block;
    font-size: 50px;
    font-family: "宋体";
    padding: 0 15px;
    position: absolute;
    top: 50%;
    opacity: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999999;
}
.banner > a.prev{
    left: 4%;
}
.banner > a.next{
    right: 4%;
}
.banner > a:hover{
    background-color: rgba(0,0,0,.8);
}
.banner:hover > a.prev{
    left: 2%;
    opacity: 1;
}
.banner:hover > a.next{
    right: 2%;
    opacity: 1;
}
.banner .hd{
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 28px;
    z-index: 99;
}
.banner .hd ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    font-size: 0px;
    text-align: center;
}
.banner .hd ul li{
    width: 23px;
    height: 4px;
    background: #fff;
    box-sizing: content-box!important;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 8px;
    position: relative;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.banner .hd ul li.on{
    background: #098bc8;
}

/*banner*/

/*about*/
.about{
    width: 100%;
    height: 813px;
    overflow: hidden;
}
.about h3{
    width: 100%;
    height: 37px;
    background-image: url('../images/aboutTit.png');
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 70px;
    margin-bottom: 57px;
}
.aboutContent{
    width: 1200px;
    height: 324px;
    margin: 0 auto;
    overflow: hidden;
}
.aboLeft{
    width: 460px;
    height: 280px;
    float: left;
    margin-left: 50px;
    overflow: hidden;
}
.aboLeft a{
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}
.aboLeft a img{
    width: 100%;
    height: 100%;
}
.aboRight{
    width: 590px;
    height: 280px;
    float: right;
    margin-right: 50px;
    overflow: hidden;
}
.aboRight p{
    color: #777777;
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
    margin-top: 20px;
    margin-bottom: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    max-height: 168px;
    text-indent: 20px;
}
.aboMore{
    width: 174px;
    height: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #1f2289 linear-gradient(#099ef2,#099ef2) left/0% 100% no-repeat;
    color: #ffffff!important;
    display: block;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    -webkit-transition: 0.4s;
       -moz-transition: 0.4s;
        -ms-transition: 0.4s;
         -o-transition: 0.4s;
            transition: 0.4s;
}
.aboMore:hover{
    background: #1f2289 linear-gradient(#099ef2,#099ef2) left/100% 100% no-repeat;
}
.aboIcoList{
    width: 1200px;
    height: 242px;
    background-image: url('../images/dashedLine.png');
    background-position: center top;
    background-repeat: no-repeat;
    margin: 0 auto;
    overflow: hidden;
}
.aboIcoList ul{
    width: 100%;
    height: 193px;
    margin-top: 48px;
    margin-bottom: 0;
}
.aboIcoList ul li{
    width: 300px;
    height: 100%;
    float: left;
}
.aboIcoList ul li a{
    width: 100%;
    height: 100%;
    cursor: context-menu;
    display: block;
    overflow: hidden;
    -webkit-transition: 0.4s;
       -moz-transition: 0.4s;
        -ms-transition: 0.4s;
         -o-transition: 0.4s;
            transition: 0.4s;
}
.aboIcoList ul li a i{
    width: 124px;
    height: 124px;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}
.aboIcoList ul li a h4{
    color: #898989;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    margin-top: 18px;
    margin-bottom: 10px;
    text-align: center;
}
.aboIcoList ul li a p{
    color: #999999;
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
}
.aboIcoList ul li:hover a{
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

/*about*/

/* product */
.product{
    width: 100%;
    height: 1064px;
    overflow: hidden;
}
.product h3{
    width: 100%;
    height: 150px;
    background-image: url('../images/prodsTit.png');
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0;
}
.productCont{
    width: 100%;
    height: 914px;
    background-image: url('../images/prodsBg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.prodsTabs{
    width: 1200px;
    height: 50px;
    margin: 65px auto 65px;
    overflow: hidden;
}
.prodsTabs ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    font-size: 0;
    overflow: hidden;
    text-align: center;
}
.prodsTabs ul li{
    width: 146px;
    height: 46px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 18px;
    line-height: 44px;
    margin: 0 25px;
    text-align: center;
}
.prodsTabs ul li a{
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #0000ff;
    color: #0000ff;
    display: block;
    overflow: hidden;
}
.prodsTabs ul li,
.prodsTabs ul li a{
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.prodsTabs ul li a.active{
    background: #099ef2;
    border-color: #099ef2;
    color: #fff;
}
.prodsTabs ul li a:hover{
    background: #099ef2;
    border-color: #099ef2;
    color: #fff;
}
.prodsLists{
    width: 1200px;
    /* height: 672px; */
    height: 722px;
    margin: 0 auto;
    /* overflow: hidden; */
}
.productsBox{
    width: 100%;
    height: 544px;
    margin-bottom: 74px;
    position: relative;
    overflow: hidden;
}
.productsBox ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}
.productsBox ul li{
    width: 280px;
    height: 255px;
    float: left;
    margin-right: 26px;
    margin-bottom: 34px;
    overflow: hidden;
}
.productsBox ul li:nth-child(4n){
    margin-right: 0;
}
.productsBox ul li a{
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}
.prodsImg{
    width: 100%;
    height: 210px;
    overflow: hidden;
}
.prodsImg img{
    width: 100%;
    height: 100%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.productsBox ul li a p{
    width: 100%;
    height: 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #c1c1c0;
    color: #333333;
    font-size: 16px;
    line-height: 45px;
    padding: 0 10px;
    margin-bottom: 0;
    text-align: center;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}
.productsBox ul li:hover .prodsImg img{
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
.productsBox ul li:hover p{
    background: #099ef2;
    color: #fff;
}
.prodsMore{
    width: 203px;
    height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #099ef2;
    color: #099ef2!important;
    display: block;
    font-size: 16px;
    line-height: 48px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.prodsMore:hover{
    background: #099ef2;
    color: #ffffff!important;
}

/* product */


/*gg*/
.gg{
    width: 100%;
    height: 200px;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

/*gg*/

/* advantage */
.advantage{
    width: 100%;
    height: 635px;
    overflow: hidden;
}
.advantage h3{
    width: 100%;
    height: 186px;
    background-image: url('../images/advTit.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0;
}
.advContent{
    width: 100%;
    height: 449px;
    background-image: url('../images/advBg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.advContent ul{
    width: 922px;
    height: auto;
    margin: 52px auto 0;
    overflow: hidden;
}
.advContent ul li{
    width: 50%;
    height: 88px;
    float: left;
    margin-bottom: 38px;
    overflow: hidden;
}
.advContent ul li a{
    width: 100%;
    height: 100%;
    cursor: context-menu;
    display: block;
    overflow: hidden;
}
.advImg{
    width: 88px;
    height: 88px;
    -webkit-border-radius: 90%;
    -moz-border-radius: 90%;
    border-radius: 90%;
    background: #e2e2e2;
    float: left;
    margin-right: 12px;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.4s;
       -moz-transition: 0.4s;
        -ms-transition: 0.4s;
         -o-transition: 0.4s;
            transition: 0.4s;
}
.advImg i{
    width: 72px;
    height: 72px;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
}
.advText{
    width: 310px;
    height: 100%;
    float: left;
    overflow: hidden;
}
.advText h4{
    width: 100%;
    color: #555555;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 12px;
    margin-bottom: 10px;
}
.advText p{
    color: #777777;
    font-size: 14px;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 22px;
    height: 44px;
}
.advContent ul li:hover .advImg{
    margin-right: 8px;
}

/* advantage */

/* case */
.case{
    width: 100%;
    height: 860px;
    overflow: hidden;
}
.case h3{
    width: 100%;
    height: 37px;
    background-image: url('../images/caseTit.png');
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 95px;
    margin-bottom: 75px;
}
.caseContent{
    width: 1360px;
    height: 448px;
    margin: 0 auto 62px;
    position: relative;
    overflow: hidden;
}
.caseContent > a{
    color: #cecece!important;
    font-size: 60px;
    font-family: "宋体";
    font-weight: bold;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.caseContent > a.prev{
    left: 0;
}
.caseContent > a.next{
    right: 0;
}
.caseContent > a:hover{
    color: #0000ff!important;
}
.caseContent .bd{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.caseContent .bd ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}
.caseContent .bd ul li{
    width: 380px;
    height: 448px;
    float: left;
    margin-right: 30px;
    overflow: hidden;
}
.caseContent .bd ul li:last-child{
    margin-right: 0;
}
.caseContent .bd ul li a{
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}
.caseImg{
    width: 100%;
    height: 270px;
    overflow: hidden;
}
.caseImg img{
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.caseTxt{
    width: 100%;
    height: 178px;
    background: #cccccc;
    overflow: hidden;
}
.caseTxt h4{
    width: 100%;
    height: 54px;
    border-bottom: 1px solid #bcbcbc;
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    line-height: 54px;
    margin-top: 0;
    margin-bottom: 24px;
    text-align: center;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.caseTxt p{
    color: #777777;
    font-size: 14px;
    line-height: 24px;
    padding: 0 26px;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.caseTxt{
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.caseTxt h4,
.caseTxt p{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.caseContent .bd ul li:hover .caseImg img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.caseContent .bd ul li:hover .caseTxt{
    background: #00b4ff;
}
.caseContent .bd ul li:hover .caseTxt h4{
    border-color: #38c4ff;
    color: #ffffff;
}
.caseContent .bd ul li:hover .caseTxt p{
    color: #ffffff;
}
.caseMore{
    width: 203px;
    height: 50px;
    background: #099ef2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff!important;
    display: block;
    font-size: 16px;
    margin: 0 auto;
    line-height: 50px;
    text-align: center;
    -webkit-transition: 0.4s;
       -moz-transition: 0.4s;
        -ms-transition: 0.4s;
         -o-transition: 0.4s;
            transition: 0.4s;
}
.caseMore:hover{
    background: #00b4ff;
}

/* case */

/* news */
.news{
    width: 100%;
    height: 720px;
    background: #f4f4f4;
    position: relative;
    overflow: hidden;
}
.news h3{
    width: 100%;
    height: 37px;
    background-image: url('../images/newsTit.png');
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 70px;
    margin-bottom: 68px;
}
.newsContents{
    width: 1200px;
    height: 458px;
    margin: 0 auto;
    overflow: hidden;
}
.newsLeft{
    width: 630px;
    height: 100%;
    float: left;
    overflow: hidden;
}
.newsLeft ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    overflow: hidden;
}
.newsLeft ul li{
    width: 100%;
    height: 137px;
    margin-bottom: 23px;
    overflow: hidden;
}
.newsLeft ul li a{
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}
.nImgs{
    width: 187px;
    height: 137px;
    box-sizing: border-box!important;
    border: 1px solid #bdbdbd;
    float: left;
    margin-right: 18px;
    position: relative;
    overflow: hidden;
}
.nImgs img{
    width: 177px;
    height: 127px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.nTxt{
    width: 415px;
    height: 100%;
    float: left;
    overflow: hidden;
}
.nTxt h4{
    width: 100%;
    color: #003;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 10px 0;
}
.nTxt span{
    color: #999;
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
}
.nTxt p{
    color: #777;
    font-size: 14px;
    text-align: justify;
    line-height: 22px;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.nImgs,
.nTxt h4,
.nText h4{
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}
.newsLeft ul li:hover .nImgs{
    border-color: #099ef2;
}
.newsLeft ul li:hover .nTxt h4{
    color: #099ef2;
}

.newsRight{
    width: 472px;
    height: 100%;
    float: right;
    overflow: hidden;
}
.newsRight ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    overflow: hidden;
}
.newsRight ul li{
    width: 100%;
    height: 95px;
    margin-bottom: 24px;
    overflow: hidden;
}
.newsRight ul li a{
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}
.nDate{
    width: 100px;
    height: 100%;
    background: linear-gradient(#cccccc,#cccccc) right 3px/1px 50px no-repeat;
    float: left;
    margin-right: 28px;
    text-align: center;
    overflow: hidden;
}
.nDate b{
    width: 100%;
    color: #099ef2;
    display: block;
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.nDate span{
    width: 100%;
    color: #777;
    display: block;
    font-size: 14px;
    line-height: 14px;
}
.nText{
    width: 342px;
    height: 100%;
    float: left;
    overflow: hidden;
}
.nText h4{
    width: 100%;
    color: #003;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 0px;
    margin-bottom: 10px;
}
.nText p{
    color: #777;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: justify;
}
.newsRight ul li:hover .nText h4{
    color: #099ef2;
}

/* news */

/*friendLink*/
.friendLink{
    width: 100%;
    height: 340px;
    overflow: hidden;
}
.friendLink h3{
    width: 100%;
    height: 140px;
    background-image: url('../images/linkTit.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-top: 0;
    margin-bottom: 32px;
}
.friendLinkCon{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
.friendLinkCon ul{
    width: 100%;
    height: auto;
    margin-bottom: 0;
    overflow: hidden;
    font-size: 0px;
    text-align: center;
}
.friendLinkCon ul li{
    border-right: 1px solid #a0a0a0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 16px;
    padding-right: 10px;
    margin-left: 10px;
    margin-bottom: 12px;
}
.friendLinkCon ul li:last-child{
    border: none;
}
.friendLinkCon ul li a{
    color: #999999;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}
.friendLinkCon ul li a:hover{
    color: #099ef2;
}

/*friendLink*/

/* contacts */
.contacts{
    width: 100%;
    height: 451px;
    background: #4d4d4d;
    overflow: hidden;
}
.contactsMain{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.contactsNav{
    width: 528px;
    height: auto;
    float: left;
    margin-right: 70px;
    overflow: hidden;
}
.contactsNav > ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}
.contactsNav > ul > li{
    height: 100%;
    float: left;
    /* margin-top: 54px; */
    margin-top: 34px;
}
.contactsNav > ul > li:first-child{
    margin-right: 70px;
}
.contactsNav > ul > li:nth-child(2){
    margin-right: 28px;
}
.contactsNav > ul > li:nth-child(3){
    margin-right: 78px;
}
.contactsNav > ul > li > a{
    width: 100%;
    height: 100%;
    box-sizing: content-box!important;
    background: linear-gradient(#757575,#757575) bottom left/72px 1px no-repeat;
    color: #fff;
    display: block;
    margin-bottom: 16px;
}
.contactsNav > ul > li > a span{
    width: 100%;
    height: 100%;
    box-sizing: content-box!important;
    background: linear-gradient(#f8f8f8,#f8f8f8) bottom left/16px 1px no-repeat;
    font-size: 18px;
    font-weight: bold;
    display: block;
    padding-bottom: 8px;
    overflow: hidden;
}
.contactsNav > ul > li ul.ejList{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.contactsNav > ul > li ul.ejList > li{
    font-size: 14px;
    margin-bottom: 10px;
}
.contactsNav > ul > li ul.ejList > li > a{
    color: #fff;
    display: block;
    margin-bottom: 5px;
}
.contactsNav > ul > li ul.ejList > li > ul.sjList{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.contactsNav > ul > li ul.ejList > li > ul.sjList > li{
    font-size: 12px;
    margin-bottom: 8px;
}
.contactsNav > ul > li ul.ejList > li > ul.sjList > li > a{
    color: #bfbfbf;
}
.contactsNav > ul > li:last-child,
.contactsNav > ul > li ul.ejList > li:last-child,
.contactsNav > ul > li ul.ejList > li > ul.sjList > li:last-child{
    margin-right: 0;
    margin-bottom: 0;
}

.contactsInfos{
    width: 245px;
    height: 100%;
    float: left;
    overflow: hidden;
}
.contactsInfos > h4{
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    margin-top: 55px;
    margin-bottom: 12px;
}
.contactsInfos > b{
    width: 100%;
    color: #fff;
    display: block;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 16px;
}
.contactsInfos > p{
    color: #fff;
    font-size: 14px;
    margin-bottom: 4px;
}
.contactsInfos > p.cAddress{
    margin-bottom: 14px;
}
.cEwms{
    width: 100%;
    height: 134px;
    overflow: hidden;
}
.cEwms img{
    width: 134px;
    height: 134px;
    display: block;
    float: left;
    margin-left: 2px;
    margin-right: 10px;
}
.cEwms span{
    width: 16px;
    color: #c9c7c7;
    display: block;
    font-size: 14px;
    float: left;
    line-height: 16px;
    padding-top: 10px;
}

.maps{
    width: 325px;
    height: 304px;
    float: right;
    margin-top: 72px;
    overflow: hidden;
}

/* contacts */

/* footer */
#footer{
    width: 100%;
    height: 50px;
    background: #222222;
    color: #727272;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
}
#footer a{
    color: #727272!important;
}

/* footer */

/* float */
#float{
    width: 50px;
    height: 263px;
    position: fixed;
    right: -50px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 999;
    opacity: 0;
    transform-origin: right center;
    -webkit-transform: perspective(100px) rotateY(90deg);
       -moz-transform: perspective(100px) rotateY(90deg);
        -ms-transform: perspective(100px) rotateY(90deg);
         -o-transform: perspective(100px) rotateY(90deg);
            transform: perspective(100px) rotateY(90deg);
    z-index: 9;
    -webkit-transition: all 0.5s;
       -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
         -o-transition: all 0.5s;
            transition: all 0.5s;
}
#float.on{
    right: 0;
    opacity: 1;
    -webkit-transform: perspective(0) rotateY(0deg);
       -moz-transform: perspective(0) rotateY(0deg);
        -ms-transform: perspective(0) rotateY(0deg);
         -o-transform: perspective(0) rotateY(0deg);
            transform: perspective(0) rotateY(0deg);
}
#float ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}
#float ul li{
    width: 100%;
    height: 58px;
    background-color: #3b88d6;    
    position: relative;
    -webkit-transition: 0.4s;
       -moz-transition: 0.4s;
        -ms-transition: 0.4s;
         -o-transition: 0.4s;
            transition: 0.4s;
}
#float ul li:last-child{
    height: 34px!important;
}
#float ul li a{
    width: 100%;
    height: 100%;
    background-image: url('../images/flBg.png');
    background-repeat: no-repeat;
    display: block;
}
#float ul li:nth-child(1) a{
    background-position: 7px 13px;
}
#float ul li:nth-child(2) a{
    background-position: 7px -43px;
}
#float ul li:nth-child(3) a{
    background-position: 7px -97px;
}
#float ul li:nth-child(4) a{
    background-position: 7px -155px;
}
#float ul li:nth-child(5) a{
    background-color: #2d75be!important;
    background-position: 7px -216px;
}
#float ul li p{
    width: 130px;
    height: 58px;
    background: #2d75be;
    color: #fff;
    line-height: 58px;
    font-size: 16px;
    text-align: center;
    position: absolute;
    margin-bottom: 0;
    top: 0;
    bottom: 0;
    right: 50px;
    margin: auto;
    opacity: 0;
    transform-origin: right;
    -webkit-transform: scaleX(0);
       -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
         -o-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
#float ul li:hover{
    background-color: #2d75be;
}
#float ul li:hover p{
    opacity: 1;
    -webkit-transform: scaleX(1);
       -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
         -o-transform: scaleX(1);
            transform: scaleX(1);
}
.flEwm{
    width: 120px;
    height: 120px;
    position: absolute;
    right: 50px;
    top: 0;
    opacity: 0;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
    transform-origin: right top;
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
    overflow: hidden;
}
.flEwm img{
    width: 100%;
    height: 100%;
    box-sizing: border-box!important;
    background: #fff;
    padding: 5px;
}
#float ul li:hover .flEwm{
    opacity: 1;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
}

/* float */

.loader {width: 120px;height: 28px;position: absolute;top:0;left:0;right: 0;bottom: 0;z-index: 500;margin: auto;display:none;}
.loader.show_load{
    display: block;
}
.loader.hide_load{
    display: none;
}
.dot {width: 24px;height: 24px;background: #3ac;border-radius: 100%;display: inline-block;animation: slide 1s infinite;}
.dot:nth-child(1) {animation-delay: 0.1s;background: #32aacc;}
.dot:nth-child(2) {animation-delay: 0.2s;background: #64aacc;}
.dot:nth-child(3) {animation-delay: 0.3s;background: #96aacc;}
.dot:nth-child(4) {animation-delay: 0.4s;background: #c8aacc;}
.dot:nth-child(5) {animation-delay: 0.5s;background: #faaacc;}
@-moz-keyframes slide {0% {transform: scale(1);}50% {opacity: 0.3;transform: scale(2);}100% {transform: scale(1);}}
@-webkit-keyframes slide {0% {transform: scale(1);}50% {opacity: 0.3;transform: scale(2);}100% {transform: scale(1);}}
@-o-keyframes slide {0% {transform: scale(1);}50% {opacity: 0.3;transform: scale(2);}100% {transform: scale(1);}}
@keyframes slide {0% {transform: scale(1);}50% {opacity: 0.3;transform: scale(2);}100% {transform: scale(1);}}
