body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
textarea,
p,
th,
td,
img {
    margin: 0;
    padding: 0;
}

img {
    border: 0
}

ol,
ul {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 16px;
}

input {
    outline: none;
    border: none;
}

html {
    _overflow-y: scroll;
}


/*****！！页面通用css样式定义开始******/

html,
body {
    min-width: 1200px;
    font-family: "Microsoft YaHei";
    _width: expression(document.body.clientWidth < 1200 ? "1200px": "auto");
}


/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */

body {
    font-family: "微软雅黑";
    /*文字字体定义 */
    font-size: 14px;
    /*文字大小定义 */
    color: #666666;
    /*文字颜色定义 */
    min-width: 1200px;
    outline: none;
}

* {
    word-break: break-all;
    word-wrap: break-word
}


/* 网站超链接css通用设置 */

a {
    text-decoration: none;
}


/* 链接无下划线,有为underline */

a:link {
    color: #2c2c2c;
}


/* 未访问的链接 */

a:visited {
    color: #2c2c2c;
}


/* 已访问的链接 */

a:hover {
    color: #2c2c2c;
    text-decoration: none;
}


/* 鼠标在链接上 */

a:active {
    color: #2c2c2c;
}


/* 点击激活链接 */

p {
    line-height: 24px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none
}

.show {
    display: block
}

.dib {
    display: inline-block;
    *display: inline;
    zoom: 1;
}


/*.clear{clear:both; line-height:0; height:0; font-size:0px;}*/

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/*清除浮动*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}


/*清除浮动*/

.clearfix {
    display: inline-block
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

.dib {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    height: auto;
}

.red {
    color: red
}


/*表格样式定义 */

checkbox {
    border: 0px;
}


/*选择框样式定义 */

.input {
    border: 1px solid #ccc;
    height: 20px;
    line-height: 20px
}

ul,
li {
    list-style: none
}


/*public*/

.size1 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.backcolor {
    background: #0679e4;
}

.color {
    color: #0679e4;
}

.banner{width: 100%;position: relative;z-index: 0;overflow: hidden;}
.banner .flexslider{ width:1920px;position:relative;left: 50%;margin-left: -960px;overflow:hidden; min-width:1000px;}
.banner .slides{position:relative;z-index:1;}
.banner .slides li{}
.banner .slides li img{width: 100%; margin:0 auto; display:block;}
/*左右切换*/
.banner .flex-direction-nav {width: 1200px;height: 48px;position: absolute;left: 50%;top: 50%;margin:-24px 0 0 -600px;  z-index: 1}
.banner .flex-direction-nav a.flex-prev,
.banner .flex-direction-nav a.flex-next{position: absolute;width: 25px;height: 48px;background:none;font-size: 0}
.banner .flex-direction-nav a.flex-prev{left: 0;}
.banner .flex-direction-nav a.flex-next{right: 0;background-position:-25px 0; }
/*dot*/
.banner .flex-control-paging{}
.banner .flex-control-nav{ display: none; width: 1000px;position:absolute;left: 50%;margin-left: -500px;bottom: 50px; z-index:2;text-align:center;}
.banner .flex-control-nav li{display:inline-block;*display:inline;zoom:1;font-size: 0;margin: 0 6px;}
.banner .flex-control-nav a{display:block;width:20px;height:4px;border-radius:5px;background:#999;cursor:pointer;}
.banner .flex-control-nav .flex-active{background: #0461bb; width: 40px; height: 4px; position: relative; }
.maincolor{
    color:#0f6cc9;
}


/*首页banner*/
.banner17 .shutter {
    overflow: hidden;
    width: 1920px;
    height: auto;
    position: relative;
    left: 50%;
    margin-left: -960px;
    top: 0;
}

.banner17 .shutter-img {
    z-index: 1;
}

.banner17 .shutter-img,
.banner17 .shutter-img a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.banner17 .shutter-img a {
    cursor: default;
}

.banner17 .shutter-img a>img {
    width: 1920px;
    height: auto;
}

.banner17 .shutter-img .created {
    overflow: hidden;
    position: absolute;
    z-index: 20;
}

.banner17 .shutter-btn {
    width: 1300px;
    height: 64px;
    z-index: 9;
    position: absolute;
    top: 50%;
    margin-left: -650px;
    margin-top: -32px;
    left: 50%;
    clear: both;
    display: none;
}

.banner17:hover .shutter-btn {
    display: block;
}

.banner17 .shutter-btn li {
    width: 64px;

    height: 64px;
    cursor: pointer;
}

.banner17 .shutter-btn li.prev {
    float: left;
    background: url(../images/public/left3.png) no-repeat;
}

.banner17 .shutter-btn li.next {
    float: right;
    background: url(../images/public/right3.png) no-repeat;
}

.cover {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}





.f_pr{position:relative;}
.f_pa{position:absolute;}
.header , .content , .footer { width:1200px; margin:0 auto;  }
em{font-style:normal;}
  .g_top{ height:215px; background:url(../images/topbg.jpg) repeat-x center bottom;  overflow:hidden;}
  .g_top .m_top{height: 149px;}
  .top_t{ height:38px; line-height:38px;color:rgba(255,255,255,.8);font-size: 12px;}
  .top_t p{ float:right;}
  .top_t p a{ padding: 0 13px 0 13px; display: inline-block; color:rgba(255,255,255,.8);}
  .top_c .tlogo{ float:left; padding: 39px 30px 0 0;}
  .top_c h2{ float:left; height:60px; margin:42px 0 0 0; color: #333333; font-size: 26px; font-weight: bold; width: 610px;}
  .top_c h2 b{color: #0252a7;}
  .top_c h2 em{ display:block; color:#333333; font-weight:bold; font-size: 18px; padding-top: 3px; }
  .top_c p{ height: 75px;float:left; margin:36px 0 0 0 ; padding: 0 0 0 60px; background:url(../images/ttel.jpg) no-repeat left 20px; font-family:arial; }
  .top_c p b{display: block;color:#b1b1b1; font-size:14px;font-weight: normal;}
  .top_c p span{ display:block; font-size:36px; color:#000000; line-height:33px;font-weight:bold;padding-top: 10px;}
  
  
  /* .code{float: right;margin-top: 15px;width: 96px;} */
  /* .code img{width: 80px;height: 80px;border: 1px solid #ccc;padding: 6px;} */
  .code em{display: block;width: 92px;line-height: 20px;font-size: 12px;color: #b1b1b1;text-align: center;}


   .g_nav{height:66px; line-height: 66px; }
    .g_nav li{position: relative; float:left; font-size:16px;}


 
    .g_nav li.home:before {
        content: "";
        width: 21px;
        height: 21px;
        background: url(../images/home.png) no-repeat;
        position: absolute;
        top: 22px;
        left: 15px;
        z-index: 3;
    }


    .g_nav li a{ display:block;float: left; padding: 0 40px; color:#fff; line-height:66px; text-decoration: none;}
    /*.g_nav li:last-child  a{padding-right: 0;}*/
    .g_nav li b{font-weight: normal;position: relative;z-index: 15}

    /* .g_nav li:nth-child(2):hover a:before,
    .g_nav .cur:nth-child(2) a:before{left:9px;}
    .g_nav li:nth-child(3):hover a:before,
    .g_nav .cur:nth-child(3) a:before{left:10px;} */
    .g_nav li.cur a{color: #fff;}
    .g_nav li.cur{background:#f1ab02;}



   
        .fullSlide{min-width:1200px;position:relative;height:590px;overflow:hidden;}
        .fullSlide .bd{position:relative;z-index:0;}
        .fullSlide .bd ul{width:100%!important;}
        .fullSlide .bd li{width:100%!important;height:650px;overflow:hidden;text-align:center;}
        .fullSlide .bd li  img{ position:absolute; top:0; left:50%; margin-left:-960px;}
        .fullSlide .hd{width:1200px;left:50%;margin-left:-600px;position:absolute;z-index:1;bottom:30px;overflow:hidden;}
        .fullSlide .hd ul{margin-left:500px;}
        .fullSlide .hd ul li{float:left;margin:0 5px;display:inline;cursor:pointer;}
        .fullSlide .hd ul li{width:62px;height:8px;background:#fff;}
        .fullSlide .hd ul .on{background:#0461c3;}
    



.g_ft{ height:293px; padding-top:63px;background: url(../images/ftbg.jpg) no-repeat center top;}
.g_ft .ftlogo{float: left;width: 342px;}
.g_ft .ftlogo .flogo{height: 113px;}
.g_ft .ftlogo span{display: block;margin-left: 115px;width: 108px;height: 108px;overflow: hidden;}
.g_ft .ftlogo span img{width: 108px;height: 108px;display: block;}
.g_ft .m_fnav{float: left;width:254px;padding-top: 15px;  }

.g_ft .m_fnav a{ color:#bbbbbb; font-size: 14px; line-height: 25px; font-weight: normal;display: block;padding-left: 28px;}
.g_ft .m_fnav a:hover,
.g_ft .m_fnav .cur
{background: url(../images/ftico.jpg) no-repeat 0 3px;font-size: 14px;color: #fff;font-weight: bold;}


.g_ft .f_ftcon{float: left;width: 366px;padding-top: 13px;overflow: hidden;height: 260px; }
.g_ft .f_ftcon li{height: 124px;}
.g_ft .f_ftcon li b{display: block;padding-left: 34px;position: relative;font-size: 14px;color: #949494;font-weight: normal;line-height: 34px;margin-bottom: 5px;}
.g_ft .f_ftcon li b i{position: absolute;left:0;top:8px;}
.g_ft .f_ftcon li em{display: block;font-size: 34px;color: #949494;line-height: 30px;font-weight: bold;margin-top: 5px;}
.g_ft .f_ftcon li:nth-child(2) em{font-size: 22px;font-weight: normal;}


.g_ft .m_add{float: left;width: 230px;padding-top: 13px;}
.g_ft .m_add b{display: block;padding-left: 34px;position: relative;font-size: 14px;color: #949494;font-weight: normal;line-height: 34px;margin-bottom: 5px;}
.g_ft .m_add b i{position: absolute;left:0;top:8px;}
.g_ft .m_add p{display: block;font-size: 14px;color: #949494;line-height: 24px;}
.g_ft .m_add p a{color: #949494;}
.g_ft .m_add p:nth-child(1){margin-bottom: 60px;}




  

    .client-2 {
        position: fixed;
        right: -170px;
        top: 50%;
        z-index: 900;
    }
    
    .client-2 li a {
        text-decoration: none;
    }
    .client-2 li {
        margin-top: 1px;
        clear: both;
        height: 62px;
        position: relative;
    }
    
    .client-2 li i {
        background: url(../images/fx.png) no-repeat;
        display: block;
        width: 30px;
        height: 27px;
        margin: 0px auto;
        text-align: center;
    }
    
    .client-2 li p {
        height: 20px;
        font-size: 12px;
        line-height: 20px;
        overflow: hidden;
        text-align: center;
        color: #fff;
    }
    
    .client-2 .my-kefu-qq i {
        background-position: 4px 5px;
    }
    
    .client-2 .my-kefu-tel i {
        background-position: 0 -21px;
    }
    
    .client-2 .my-kefu-liuyan i {
        background-position: 4px -53px;
    }
    
    .client-2 .my-kefu-weixin i {
        background-position: -34px 4px;
    }
    
    .client-2 .my-kefu-weibo i {
        background-position: -30px -22px;
    }
    
    .client-2 .my-kefu-ftop {
        display: none;
    }
    
    .client-2 .my-kefu-ftop i {
           width: 33px;
height: 31px;
background-position: -23px -47px;
background-size: 52px 82px;
    }
    .client-2 .my-kefu-ftop .my-kefu-main{
        padding-top: 6px;
    }
    
    .client-2 .my-kefu-left {
        float: left;
        width: 62px;
        height: 47px;
        position: relative;
    }
    
    .client-2 .my-kefu-tel-right {
        font-size: 16px;
        color: #fff;
        float: left;
        height: 24px;
        line-height: 22px;
        padding: 0 15px;
        border-left: 1px solid #fff;
        margin-top: 14px;
    }
    
    .client-2 .my-kefu-right {
        width: 20px;
    }
    
    .client-2 .my-kefu-tel-main {
        background: #0054aa;
        color: #fff;
        height: 53px;
        width: 230px;
        padding:9px 0 0;
        float: left;
    }
    
    .client-2 .my-kefu-main {
        background: #0054aa;
        width: 97px;
        height: 53px;
        position: relative;
        padding:9px 0 0;
        float: left;
    }
    
    .client-2 .my-kefu-weixin-pic {
        position: absolute;
        left: -130px;
        top: -24px;
        display: none;
        z-index: 333;
    }
    
    .my-kefu-weixin-pic img {
        width: 115px;
        height: 115px;
    }




    .footWrap{background:#242d34;padding-top: 40px; height:440px;font-family:"Microsoft Yahei"; box-sizing: border-box;}
.footer{width: 1200px; margin:0 auto;}
.footWrap .ft1{float: left;width: 350px; margin-top:32px; margin-right:100px;}
.footWrap .ft1 .flogo{text-align: center;height: 150px; border-bottom: 1px solid #464d53}
/* .footWrap .ft1 .flogo img{margin-top:20px;} */
.footWrap .ft1 .flogo em{letter-spacing: 5px;display: block;font-size: 20px;font-weight: bold;color: #fff;padding: 25px 0;}
.footWrap .ft1 li{position: relative;height: 36px;line-height: 36px;padding-left: 38px;font-size: 16px;color: #aaacae;}
.footWrap .ft1 li a{ color: #aaacae; }
.footWrap .ft1 li em{position: absolute;left:0;top:5px;}

.footWrap .ft2{float: left;width: 200px; }
.footWrap .ft3{float: left;width:290px;}
.footWrap .ft3 a{width:50%; float: left; display: block;}
.footWrap .ft4{float: left;width: 192px;}
.footWrap .ft5{float: left;width: 160px;}
.footWrap .ftgy{margin-top: 32px;}
.footWrap .ftgy h2{height: 34px;line-height: 34px;font-size: 20px;color: #fff;margin-bottom: 10px;}
.footWrap .ftgy li{line-height: 38px;font-size: 16px;color: #aaacae;}
.footWrap .ftgy li a{color: #aaacae;}
.footWrap .ft5 h2{margin-top: 32px;height: 34px;line-height: 34px;font-size: 18px;color: #fff;margin-bottom: 10px;}
.footWrap .ft5 .code{margin-top: 20px;}
.footWrap .ft5 .code dl{position: relative;}
.footWrap .ft5 .code dt{float: left;width: 38px;margin-right: 10px; padding-top: 7px;}
.footWrap .ft5 .code dt img{width: 38px;height: 38px;display: block;}
.footWrap .ft5 .code dd{float: left;width: 88px;padding-top: 8px;}
.footWrap .ft5 .code h3{height: 20px;line-height: 20px;font-size: 14px;color: #000}
.footWrap .ft5 .code h3 em{display: block;font-size: 12px;color: #cacaca;line-height: 14px;font-weight: normal;}
.footWrap .ft5 .code .code2{background: #0891e1;}
.footWrap .ft5 .code .code2 h3{color: #fff;}

.footWrap .ft5 .code dl .codes{ display: none; width: 135px; height: 135px; padding-top: 0; position: absolute;left: -135px;top:0;}
.footWrap .ft5 .code dl .codes img{width: 135px; height: 135px;   }
.footWrap .ft5 .code dl:hover .codes{ display: block; }

.footWrap .fx{height: 80px;} 
.footWrap .fx h3{height: 36px;line-height: 36px;font-size: 16px;font-weight: bold;color: #fff}
.footWrap .fx li{float: left;width: 34px;margin-right:25px; position: relative;}
.footWrap .fx li img{width: 34px;height: 34px;display: block;}

.footWrap .fx li .codes{ display: none; width: 135px; height: 135px; padding-top: 0; position: absolute;left: -135px;top:0;}
.footWrap .fx li .codes img{width: 135px; height: 135px;   }
.footWrap .fx li:hover .codes{ display: block; }

.footWrap .fx .lastli{margin-right: 0;}
.footWrap .copyr{margin-top: 36px;height: 69px;line-height: 69px;border-top: 1px solid #3a4249;font-size: 14px;color: #7f8386; text-align: center;}
.footWrap .copyr a{color: #7f8386;}
.footWrap .copyr span{display: block;margin-top: 15px;height: 34px;line-height: 34px;font-size: 14px;color: #7f8386; float:right;}
.footWrap .copyr span a{color: #7f8386;}
.footWrap .copyr em{padding:0 10px;}
        


.tit01{ box-sizing: border-box; text-align: center; font-family: "Microsoft YaHei";font-size: 45px; color: #333333; display: block;  font-weight: normal; margin: 80px auto 50px;}
.tit01 a{color: #333333;}
.tit01 i{font-weight: bold;color: #034da4;}
.tit01 span{text-align: center; font-family: "Microsoft YaHei";font-size: 20px; color: #666666; display: block; font-weight: normal;}

