::selection {
    background: #1880ef;
    color: #fff;
}

::-moz-selection {
    background: #1880ef;
    color: #fff;
}

.wrappertop {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}

.wrapperhome {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
}


.topbar {
    height: 36px;
    line-height: 36px;
    background: #1880ef;
    color: #cecfca;
    font-size: 12px;
    /*display: none;*/
}

.topbar a {
    color: #cecfca;
    padding-left: 10px;
    background: url(../img/topbarsplit.jpg) no-repeat left center;
    margin-left: 10px;
}

.topbar a:first-child {
    background: none;
}

.topbar a:hover {
    color: #fff;
}

.wrappertop {
    margin: auto;
}

.wrappertop .spe {
    position: relative
}

.wrappertop .spe .sub {
    position: absolute;
    display: none;
    z-index: 9999;
    background: #1880ef;
}

.wrappertop .spe .sub li {
    display: block;
    z-index: 999;
    margin-top: 1px;
    width: 200px;
    margin-left: 10px;
}

.wrappertop .spe .sub li a {
    line-height: 36px;
    color: #000;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}

.header {
    height: 90px;
    background: #fff;
}

.header .wrapper {
    height: 100%;
}

.header .logo {
    float: left;
    height: 100%;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}

.header .logo img {
    display: block;
    height: 61px;
}

.header .nav {
    float: right;
}

.header .nav .nli {
    float: left;
    margin: 0 16px;
}

.header .nav .nli .na {
    line-height: 90px;
    height: 90px;
    display: block;
    position: relative;
    padding: 0 10px;
    color: #282828;
    font-weight: bold;
    box-sizing: border-box;
    font-size: 16px;
}

.header .nav .nli .na:hover,
.header .nav .nli.on .na {
    border-bottom: 4px solid #1880ef;
    color: #1880ef;
}


.menu {
    width: 50px;
    height: 100%;
    float: right;
    background: url(../img/mnav01.jpg) no-repeat 10px center;
    background-size: 40px auto;
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    padding-left: 40px;
}

.menu.menuon {
    background-image: url(../img/mnav02.jpg);
}


@media (max-width: 1200px) {
    .wrapper {
        width: 100%;
        box-sizing: border-box;
    }

    .wrappertop {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .header .nav .nli {
        margin: 0;
    }

    .header .nav .nli:nth-child(4),
    .header .nav .nli:nth-child(5),
    .header .nav .nli:nth-child(6) {
        display: none;
    }

    .header {
        overflow: hidden;
    }

    .menu {
        display: -webkit-box;
    }

    .bannerslide {
        height: 550px;
    }

    .footbox {
        display: none;
    }

    .list-left ul li {
        display: block;
        /*margin-bottom: 5px;*/
    }


}





.index_pro_bg {
    float: left;
    width: 100%;
    height: 816px;
    background: url(../images/index_pro_bg.jpg) no-repeat center center;
}

.index_pro {
    width: 1200px;
    margin: 0 auto;
}

.index_pro_title {
    text-align: center;
    height: 80px;
    line-height: 80px;
    color: #fff;
    font-size: 34px;
    margin-top: 39px;
}

.mod18 {
    width: 1200px;
    height: 406px;
    margin: 45px auto;
    position: relative;
}

.mod18 .btn {
    position: absolute;
    width: 34px;
    height: 21px;
    top: -40px;
    cursor: pointer;
    z-index: 99;
    font-size: 50px;
    font-weight: bold;
}

.mod18 .prev {
    left: 537px;
    background: url(../images/prevBtn.png) no-repeat;
}

.mod18 .next {
    right: 580px;
    background: url(../images/nextBtn.png) no-repeat;
}

.mod18 li {
    float: left;
}

.mod18 .cf li {
    position: relative;
    color: #fff;
}

/*.mod18 .cf a{display:block;width:680px;height:330px;position:absolute;color:#fff;}*/
.mod18 .cf li span {
    display: block;
    width: 640px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 20px;
    line-height: 22px;
    text-align: left;
    background: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr="#60000000", endColorstr="#60000000");
}

.mod18 .picBox {
    height: 460px;
    position: relative;
    overflow: hidden;
    margin-top: 40px;
}

.mod18 .picBox ul {
    height: 460px;
    position: absolute;
}

.mod18 .picBox li {
    width: 1200px;
    height: 460px;
}

.mod18 .listBox {
    width: 1200px;
    height: 50px;
    margin: 0 auto;
    position: relative;
    padding: 0px;
    overflow: hidden;
}

.mod18 .listBox ul {
    height: 100px;
    position: absolute;
}

.mod18 .listBox li {
    width: 125px;
    height: 40px;
    cursor: pointer;
    position: relative;
    background: #666;
    margin-right: 6px;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
}

.mod18 .listBox li i {
    display: none;
}

.mod18 .listBox li a {
    display: block;
    width: 124px;
    height: 70px;
}

.mod18 .listBox li img {
    width: 124px;
    height: 70px;
}

.mod18 .listBox .on {
    color: #fff;
    background-color: #006bbd;
}

.mod18 .listBox .on i {
    display: block;
}

.index_pro_lf {
    float: left;
    width: 480px;
    height: 460px;
    margin-right: 10px;
}

.index_pro_lf img {
    width: 480px;
    height: 460px;
}

.index_pro_rg {
    float: right;
    width: 710px;
}

.index_pro_rg li.index_pro_list {
    width: 225px;
    height: 225px;
    position: relative;
    overflow: hidden;
    margin-left: 10px;
    margin-bottom: 15px;
}

.index_pro_rg li.index_pro_list img {
    height: 225px;
    position: absolute;
    left: 50%;
    margin-left: -112px;
    width: 100%;
}




.main2 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}


.aboutl {
    width: 777px;
    height: 391px;
    float: left;
    background: #f7f7f7;
    position: relative;
}

.aboutl img {
    width: 65%;
    position: absolute;
    right: 30px;
    top: 180px;
    transition: all 0.5s ease 1s;
    opacity: 0
}

.aboutl li.on {}

.aboutl li.on img {
    top: 80px;
    opacity: 1
}

.aboutl li {
    width: 735px;
    height: 352px;
    padding-left: 48px;
    padding-top: 75px;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.lcont {
    font-size: 14px;
    color: #212121;
    font-family: arial;
    line-height: 24px;
    margin-bottom: 40px;
    transition: all 0.5s ease 0.3s;
    opacity: 0;
    padding-top: 30px;
    position: absolute
}

.aboutl li.on .lcont {
    padding-top: 0px;
    opacity: 1;
    top: 144px;
}

.lname {
    font-weight: bold;
    font-size: 24px;
    color: #212121;
    margin-bottom: 35px;
    transition: all 0.5s ease 0s;
    opacity: 0;
    padding-top: 30px;
    position: absolute
}

.aboutl li.on .lname {
    padding-top: 0px;
    opacity: 1;
    top: 75px
}

.lmore {
    display: block;
    width: 115px;
    height: 39px;
    border: 1px solid #000;
    line-height: 39px;
    font-family: arial;
    font-size: 14px;
    color: #212121;
    text-align: center;
    transition: all 0.5s ease 0s;
    opacity: 0;
    position: absolute
}

.aboutl li.on .lmore {
    padding-top: 0px;
    opacity: 1;
    bottom: 72px
}

.aboutl li:hover .lmore {
    background: #1880ef;
    border: #1880ef 1px solid;
    color: #fff
}

.zhuan {
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 50px
}

.a1,
.a2,
.a3 {
    width: 32px;
    height: 5px;
    display: inline-block;
    background: #cbcbcb;
    cursor: pointer
}

.zhuan a:hover {
    background: #1880ef;
}

.zhuan a.on {
    background: #1880ef;
}

.aboutr {
    width: 393px;
    height: 391px;
    float: left;
    background: url(../images/aboutr.jpg);
    position: relative
}

.aboutr i {
    display: block;
    width: 37px;
    height: 37px;
    background: url(../images/plus.png);
    position: absolute;
    top: 145px;
    left: 179px;
    transition: all 0.5s ease 0s
}

.aboutr a:hover i {
    top: 125px
}

.aboutr a {
    display: block;
    width: 100%;
    height: 100%
}

.aboutr p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    padding-top: 190px
}

.honor {
    width: 391px;
    height: 390px;
    background: url(../images/honor.jpg);
    float: left
}

.slide {
    width: 217px;
    margin-top: 70px;
    margin-left: 87px;
    position: relative;
    overflow: hidden;
    margin-right: 0
}

.slide ul {
    width: 10000px;
    position: relative;
    transition: all 0.5s ease 0s;
    left: 0
}

.slide ul.slide-ul1 {
    left: 0;
}

.slide ul.slide-ul2 {
    left: -217px;
}

.slide ul.slide-ul3 {
    left: -434px;
}

.slide li {
    float: left;
    width: 217px;
}

.slide li img {
    width: 100%;
}

.slide li p {
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding-top: 40px
}

.xuan {
    text-align: center
}

.xuan a {
    display: inline-block;
    width: 6px;
    height: 6px;
    border: 1px solid #fff;
    margin: 30px 3px
}

.xuan a:hover {
    background: #fff
}

.xuan a.on {
    background: #fff
}



.service {
    width: 779px;
    height: 390px;
    background: url(../images/fwly.jpg);
    float: left
}

.service a {
    display: block;
    width: 100%;
    height: 100%;
}

.service .sbxg {
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    background: url(../images/sbxg.png) repeat;
    transition: all 0.5s ease 0s;
    text-align: center
}

.sbxg span {
    width: 1px;
    height: 1px;
    background: #fff;
    transition: all 0.5s ease 0s;
    display: block;
    margin: 15px auto 20px;
}

.service:hover span {
    width: 50px;
}

.service p {
    color: #fff;
    font-size: 14px;
    line-height: 24px
}

.service .tit {
    font-weight: bold;
    padding-top: 150px
}

.service:hover .sbxg {
    opacity: 1;
    visibility: visible
}


.gcal {
    margin-top: 65px;
}

.gcalinx {
    background: url(../images/gcal.png) center no-repeat;
    height: 55px;
    margin-bottom: 38px
}

.gcal ul {
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    width: 1174px;
}

.gcal ul li {
    width: 292px;
    height: 221px;
    float: left;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    transition: all 0.5s ease 0s
}

.gcal ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 170px
}

.gcal ul li:hover a {
    color: #fff
}

.anli1 {
    background: url(../images/anli1.jpg);
}

.anli2 {
    background: url(../images/anli2.jpg);
}

.anli3 {
    background: url(../images/anli3.jpg);
}

.anli4 {
    background: url(../images/anli4.jpg);
}

.anli5 {
    background: url(../images/anli5.jpg);
}

.anli6 {
    background: url(../images/anli6.jpg);
}

.anli7 {
    background: url(../images/anli7.jpg);
}

.anli8 {
    background: url(../images/anli8.jpg);
}

.anli1:hover {
    background: url(../images/anli11.jpg);
}

.anli2:hover {
    background: url(../images/anli12.jpg);
}

.anli3:hover {
    background: url(../images/anli13.jpg);
}

.anli4:hover {
    background: url(../images/anli14.jpg);
}

.anli5:hover {
    background: url(../images/anli15.jpg);
}

.anli6:hover {
    background: url(../images/anli16.jpg);
}

.anli7:hover {
    background: url(../images/anli17.jpg);
}

.anli8:hover {
    background: url(../images/anli18.jpg);
}



.homebox03 {
    padding: 70px 0;
}

.homebox03 .title {
    text-align: center;
    padding: 0 0 30px;
    font-size: 14px;
    line-height: 24px;
    color: #5a5a5a;
}

.homebox03 .title .cn {
    font-size: 40px;
    font-weight: bold;
    line-height: 60px;
    color: #000;
}

.homebox03 .touimg {
    width: 410px;
    float: left;
    height: 307px;
    position: relative;
    overflow: hidden;
}

.homebox03 .touimg .img {}

.homebox03 .touimg .img img {
    display: block;
    width: 100%;
}

.homebox03 .touimg .cov {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 76px;
    background: rgba(4, 12, 16, .5);
    padding: 12px 30px;
    box-sizing: border-box;
    color: #fff;
}

.homebox03 .touimg .cov .time {
    font-size: 14px;
    line-height: 24px;
    display: block;
    font-family: arial;
}

.homebox03 .touimg .cov .name {
    font-size: 18px;
}

.homebox03 .list {
    margin-left: 450px;
}

.homebox03 .list .item {}

.homebox03 .list .item a {
    color: #9ba0a9;
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #b8b8b8;
}

.homebox03 .list .item a:hover {
    color: #556471;
}

.homebox03 .list .item .time {
    float: left;
    width: 120px;
    text-align: right;
    font-family: arial;
}

.homebox03 .list .item a:hover .time {
    color: #cb863c;
}

.homebox03 .list .item .time .year {
    display: block;
    font-size: 14px;
    margin-top: 10px;
}

.homebox03 .list .item .time .day {
    display: block;
    font-size: 38px;
}

.homebox03 .list .item .info {
    margin-left: 0px;
}

.homebox03 .list .item .info .name {
    display: block;
    font-size: 18px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    margin-bottom: 2px;
}

.homebox03 .list .item a:hover .info .name {
    color: #000;
}

.homebox03 .list .item .info .text {
    font-size: 12px;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
}


@media (max-width: 720px) {
    .homebox03 {
        padding: 50px 0;
    }

    .homebox03 .title .cn {
        font-size: 28px;
    }

    .homebox03 .touimg {
        width: 98%;
        float: none;
        margin: 0 auto 20px;
        height: 220px;
    }

    .homebox03 .list {
        margin-left: 0;
    }

    .homebox03 .list .item .time {
        margin-left: -20px;
        -webkit-transform: scale(.6);
        transform: scale(.6);
    }

    .homebox03 .list .item .info {
        margin-left: 100px;
    }

    .footer {
        display: none;
    }

    .foot {
        overflow: hidden;
    }


}




.footer {
    background: #13293d;
    padding: 70px 0;
}

.footer dl {
    margin-right: 7%;
    float: left;
    line-height: 24px;
    font-size: 14px;
    color: #a7abb0;
}

.footer dl:last-child {
    margin-right: 0;
}

.footer dl dd {
    line-height: 24px;
    font-size: 14px;
    color: #a7abb0;
}

.footer dl dd a {
    font-size: 14px;
    color: #a7abb0;
}

.footer dl dd a:hover {
    color: #fff;
}

.footer dl dt {
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.footer dl dt:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 1px;
    background: #cb863c;
}

.footer dl dt a {
    font-size: 20px;
    color: #fff;
}

.footbox {
    float: right;
    max-width: 300px;
    overflow: hidden;
}

.footbox .sea {
    margin-bottom: 20px;
}

.footbox .sea .seainp {
    width: 297px;
    line-height: 42px;
    height: 42px;
    border: 0;
    background: #37548e url(../images/seaicon.png) no-repeat 94% center;
    font-family: microsoft yahei;
    box-sizing: border-box;
    padding: 0 20px;
    color: #fff;
}

.footbox .add span {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #a7abb0;
    margin-bottom: 5px;
}

.foot {
    height: 60px;
    background: #13293d;
    border-top: 1px solid #425464;
    color: #f4f4f4;
    font-size: 12px;
    line-height: 60px;
}

.foot a {
    color: #f4f4f4;
}



.cable {
  width: 100%;
  margin: 0 auto;
}

.cable .cable_box {
  max-width: 1100px;
  margin: 0 auto;
  padding: 5% 0;
}

.cable .cable_box ul li {
  float: left;
  width: 333px;
  margin-right: 20px;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}

.cable .cable_box ul li img{
    width: 100%;
}



.cable .cable_box ul li div {
    position: absolute;
    top: 25%;
    height: 36px;
    line-height: 36px;
    margin-top: -18px;
    width: 180px;
    left: 0;
    background-color: rgba(24, 128, 239, 0.3);
    font-size: 14px;
    color: #fff;
}

.cable .cable_box ul li:hover div {
    background: #1880ef;
}

.index_about {
  background: url("../images/index_jieshao.jpg") no-repeat center center;
  width: 100%;
  height: 557px;
  background-size: 100% 100%;
}

.index_about .index_about_box {
  max-width: 1100px;
  margin: 0 auto;
}

.index_about .index_about_box .index_about_a {
  font-size: 36px;
  text-align: center;
  color: #fff;
  padding: 5% 0 4% 0;
}

.index_about .index_about_box .index_about_b {
  font-size: 18px;
  color: #fff;
  text-indent: 2em;
  line-height: 30px;
  letter-spacing: 2px;
  background: rgba(0,0,0,.5);
  padding: 30px;
}

.index_about .index_about_box .index_about_c {
  padding-top: 5%;
}

.index_about .index_about_box .index_about_c ul li {
  width: 25%;
  text-align: center;
  float: left;
}

.index_about .index_about_box .index_about_c ul li div {
  margin-top: 20px;
  color: #fff;
  font-size: 18px;
}

.index_about .index_about_box .index_about_c ul li div span {
  font-size: 48px;
}




