/*header*/
.header {
    width: 100%;
    height: auto;
    position: relative;
  }
  .header_top {
    width: 100%;
    height: 40px;
    background: url("../images/h2.png") no-repeat bottom;
    background-size: 100% auto;
  }
  
  .header_top p {
    line-height: 40px;
    color: #8C8C8C;
  }
  .header_top p a {
    color: #8C8C8C;
  }
  .header_top p a {
    padding: 0 10px;
  }
  .header_logo {
    height: 100px;
  }
  .header_logo img {
    padding-top: 30px;
  }
  .header_phone {
    width: 255px;
    height: 55px;
    background: url("../images/h3.png") no-repeat left top;
    margin-top: 30px;
  }
  .header_phone h2 {
    font-size: 27px;
    color: #FC440E;
    padding: 17px 0 0 66px;
  }
  .header_nav {
    width: 100%;
    height: 51px;
    background: url("../images/nav03.png") no-repeat;
  }
  .header_nav ul {
    width: 1143px;
    height: 51px;
    margin: 0 auto;
  }
  .header_nav ul li {
    width: 160px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    font-size: 15px;
    float: left;
    background: url("../images/nav02.png") no-repeat right center;
  }
  .header_nav ul li a {
    color: white;
    display: block;
    width: 161px;
    height: 51px;
  }
  .header_nav ul li.hover a {
    background: url("../images/nav1.png") no-repeat;
  }
  /*search*/
  .banner {
    width: 100%;
  }
  .banner .flexslider {
    width: 100%;
    min-width: 1000px;
  }
  .banner .slides {
    position: relative;
    z-index: 1;
  }
  .banner .slides li {
    height: 100%;
  }
  .banner .slides li img {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .banner .flex-control-nav {
    display: none;
  }
  .banner .flex-direction-nav {
    display: none;
  }
  .search {
    width: 100%;
    height: 72px;
    background: #EEEEEE;
  }
  .search_cnts {
    width: 450px;
    height: 35px;
    border: 1px solid #C8C8C8;
    border-left: 0;
    border-right: 0;
    position: relative;
    top: 20px;
  }
  .search_cnts form {
    display: block;
    width: 450px;
    height: 35px;
    position: relative;
  }
  .search_cnts form .txt {
    width: 450px;
    height: 35px;
    border: 0;
    background: #EEEEEE;
  }
  .search_cnts form .btn {
    width: 40px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 0;
    background: url("../images/search.png") no-repeat center;
    border: 0;
  }
  .search_phone {
    width: 330px;
    height: 35px;
    position: relative;
    top: 20px;
    line-height: 35px;
    background: url("../images/s2.png") no-repeat left center;
    text-indent: 40px;
  }
  .search_phone span {
    position: relative;
    top: -2px;
  }
  .search_phone b {
    font-size: 27px;
  }

/*product*/

.product {
    width: 100%;
    height: 1260px;
    /* background: url(../images/bg1.jpg) no-repeat center; */
}

.product .product_title {
    text-align: center;
    padding-top: 56px;
}

.product .product_title p {
    font-size: 18px;
    color: #575859;
    margin-top: 15px;
}

.product .slideTxtBox {
    width: 1200px;
    height: auto;
    text-align: center;
    margin: 0 auto;
    margin-top:60px;
}

.product .slideTxtBox .hd {
    width: 1200px;
    margin: 30px auto 0;
    text-align: left;
}

.product .slideTxtBox .hd li {
    width:157px;
    height: 52px;
    display: inline-block;
    vertical-align: top;
    margin-right:16px;
    margin-bottom:16px;
    background: url(../images/libg.png) no-repeat center;
}

.product .slideTxtBox .hd li a {
    display: block;
    width: 100%;
    height:52px;
    line-height: 52px;
    text-align: left;
    font-size: 16px;
    color: #fff;
    padding-left:16px;
}
.product .slideTxtBox .hd li:hover,.product .slideTxtBox .hd li.on{

    background: url(../images/libgh.png) no-repeat center;
}

.product .slideTxtBox .hd li.on a,
.product .slideTxtBox .hd li:hover a {
    color: #fff;
}

.product .slideTxtBox .bd {
    margin-top: 15px;
    position: relative;
    left: 0px;
}

.product .slideTxtBox .bd .boxs {
    text-align: left;
    background: #f6f3f3;
    overflow: hidden;
    padding:50px 0;
    border-top:8px solid #e60513;
}

.pro_box ul li {
    width: 352px;
    height: 350px;
    /*background-color: #2ecc71;*/
    margin: 10px 24px;
    float: left;
  }
  .pro_box .pic {
    width: 352px;
    height: 244px;
    background: url("../images/p4.png") no-repeat center;
    text-align: center;
    position: relative;
  }
  .pro_box .pic span img {
    padding-top: 5px;
    width: 340px;
    height: 222px;
  }
  .pro_box .pic .more {
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -30px;
  }
  .pro_box li .txt1 {
    width: 100%;
    height: 50px;
    background: url("../images/p7.png") no-repeat center bottom;
    text-align: center;
    line-height: 50px;
    margin-top: 20px;
    font-size: 16px;
  }
  .pro_box li:hover .txt1{
    background: url("../images/p6.png") no-repeat center bottom;
  }
  .pro_box li .txt2 {
    text-align: center;
    padding-top: 10px;
  }
  .pro_box li:hover {
    color: #0983E1;
  }
  .pro_box li:hover .pic {
    background: url("../images/p3.png") no-repeat center;
  }

/*good*/

.good {
    width: 100%;
    height: 1418px;
    background: url(../images/bg3.jpg) no-repeat center top;
}

.good .good_tit {
    padding-top: 44px;
    text-align: center;
    color: white;
  
}
.good .good_tit .wrap{
    position: relative;
}
.good .good_tit .zixun{
    width:150px;
    height: 50px;
    position: absolute; 
    right:0;
    top:25px;

}
.good .good_tit .zixun a{
    display: block;
    width:100%;
    height: 100%;
}

.good .good_tit h2 {
    font-size: 36px;
    line-height: 40px;
    margin-top:30px;
}

.good .good_tit p {
    font-size: 24px;
    margin-top: 18px;
}

.good .good_title {
    text-align: center;
    margin-top: 100px;
}

.good .good_title h2 {
    height: 40px;
    font-size: 36px;
    line-height: 40px;
    background: url(../images/g1.png) no-repeat center bottom;
    color: black;
    letter-spacing: 1px;
}

.good .good_title h2 span {
    color: #0883e1;
}

.good .good_title p {
    font-size: 18px;
    color: #5A6059;
    margin-top: 10px;
}

.good .box {
    margin-top: 15px;
}

.good .box .left {
    width: 620px;
}

.good .box .list {
    width: 100%;
    margin-top: 54px;
}

.good .box .list .num {
    width: 46px;
    height: 54px;
    line-height: 54px;
    padding-left: 7px;
    text-align: center;
    color: white;
    font-family: Impact Regular;
    font-size: 43px;
    background: url(../images/g2.png) no-repeat;
}

.good .box .list .txt {
    width: 543px;
}

.good .box .list .txt .tits {
    width: 100%;
    height: 78px;
    background: url(../images/g4.png) no-repeat bottom;
    background-size: 100% auto;
    color: #0883e1;
    margin-bottom: 10px;
}

.good .box .list .txt .tits h4 {
    font-size: 28px;
    line-height: 30px;
}

.good .box .list .txt .tits p {
    font-size: 12px;
    margin-top: 5px;
    color:#343435;
}

.good .box .list .txt .txt1 {
    padding-left: 18px;
    width: 525px;
    line-height: 24px;
    font-size: 16px;
    color: #666666;
    position: relative;
}

.good .box .list .txt .txt1 span{
    color:#e60514;
}

.good .box .list .txt .txt1 img {
    position: absolute;
    top: 8px;
    left: 0;
}

.good .box .bottom {
    margin-top: 20px;
}

.good .box .right {
    width: 565px;
}

.good .box .right .txt {
    width: 490px;
}

.good .box .right .txt .txt1 {
    width: 475px;
}

.good .box .list4 {
    position: relative;
    left: -122px;
}


/*about*/

.about {
    width: 100%;
    height:598px;
    background: url(../images/bg4.png) no-repeat center top;

    margin-top:-170px;
    padding-top:170px;
}

.about .left {
    width: 478px;
    text-align: right;
    margin-top: 63px;
}

.about .left .index_video {
    display: inline-block;
    width: 419px;
    height: 388px;
    background: black;
    margin-top: 50px;
    position: relative;
}

.about .left .index_video .btnt {
    width: 126px;
    height: 84px;
    position: absolute;
    top: 50%;
    margin-top: -42px;
    left: 50%;
    margin-left: -63px;
    background: transparent;
    z-index: -1;
}

.about .right {
    width: 850px;
    color: white;
    margin-top: 5px;
}

.about .right .txt {
    width: 683px;
    margin-left: 40px;
}

.about .right .titles {
    font-size: 24px;
    font-family: 方正小标宋简体 Regular;
    line-height: 30px;
    letter-spacing: 2px;
    font-weight: 200;

}

.about .right .titles span {
  font-weight: normal;
  font-size: 18px;
}

.about .right .txt1 {
    font-size: 16px;
    margin-top: 36px;
    line-height: 33px;
}

.about .right .txt1 p {
    line-height: 30px;
}

.about .right .more {
    display: inline-block;
    height: 40px;
    padding: 0 28px 0 10px;
    line-height: 40px;
    text-align: left;
    background: url(../images/a1.png) no-repeat right center #e60514;
    color: white;
    font-size: 16px;
    margin-right: 5px;
    margin-top: 50px;
}


/*demo*/

.demo {
    width: 100%;
    height: auto;
    padding-bottom: 60px;
    background: url(../images/bg5.jpg) no-repeat  center bottom;
}

.cover {
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.case {
    margin-top: 60px;
}

.picScroll_left {
    width: 1224px;
    margin: 0 auto;
    position: relative;
}

.picScroll_left .bd ul li {
    width: 280px;
    height: auto;
    margin: 0 13px;
    float: left;
}

.picScroll_left .bd ul li .pic img {
    width: 278px;
    height: 237px;
    border: 1px solid #CCCCCC;
    display: block;
}

.picScroll_left .bd ul li p {
    width: 280px;
    height: 44px;
    line-height: 44px;
    position: relative;
    background: #0B9FF4;
}

.picScroll_left .bd ul li p .txt4 {
    margin-left: 35px;
    color: white;
    width: 200px;
}

.picScroll_left .bd ul li p .more {
    position: absolute;
    top: 9px;
    right: 18px;
}

.picScroll_left .hd {
    height: 20px;
    width: 100%;
    text-align: center;
}

.picScroll_left .hd ul li {
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    background: blue;
    color: white;
    margin: 0 2px;
}

.picScroll_left .hd ul li.on {
    background: red;
}

.picScroll_left .btn {
    display: block;
    width: 17px;
    height: 34px;
    position: absolute;
    top: 116px;
}

.picScroll_left .prev {
    left: -30px;
    background: url(../images/c1.png);
}

.picScroll_left .next {
    right: -30px;
    background: url(../images/c2.png);
}


/*advert*/

.advert {
    height: 183px;
    background: url(../images/d1.jpg) no-repeat center;
    text-align: right;
    margin-top: 47px;
}

.advert p {
    display: inline-block;
    font-size: 20px;
    color: white;
    height: 33px;
    line-height: 33px;
    margin: 77px 56px 0 0;
}


/*news*/

.news {
    margin-top: 157px;
}

.news .title1{
    text-align: center;
    width:100%;
    margin: 1px auto 50px;
}
.news .title1 h2{
    color:#117fca;
    font-size: 30px;
    font-weight: normal;
}
.news .title1 p{
    color:#343434; 
    font-size: 18px;
    line-height: 36px;
}
.news>div {
    width: 378px;
    height: auto;
}

.news>div .title {
    height: 42px;
    border-bottom: 1px solid #C7CDCF;
}

.news>div .title p {
    line-height: 24px;
    background: url(../images/n1.png) no-repeat left center;
    color: #666666;
}

.news>div .title p b {
    font-size: 20px;
    color: #333333;
    padding-left: 10px;
    padding-right: 5px;
}

.news>div .title p a {
    color: #666666;
    font-size: 16px;
}

.news>div .pic {
    margin-top: 15px;
}

.news>div .list1 {
    width: 100%;
    margin-top: 30px;
}

.news>div .list1 li {
    width: 100%;
    height: 24px;
    margin-bottom: 10px;
    line-height: 24px;
    background: url(../images/n4.png) no-repeat left center;
    color: #666666;
}

.news>div .list1 li a {
    width: 240px;
    margin-left: 30px;
    color: #666666;
}

.news>div .list1 li a:hover {
    color: #0F4EB5;
}

.news .news_isy {
    margin-left: 33px;
}

.news .news_qus {
    width: 356px;
}

.news .news_qus .list2 li {
    height: 66px;
    border-bottom: 1px dashed #DCE9EE;
    padding: 15px 0;
}

.news .news_qus .list2 li p {
    width: 310px;
    margin-left: 46px;
    position: relative;
    line-height: 21px;
}

.news .news_qus .list2 li p span {
    position: absolute;
    display: block;
    width: 21px;
    height: 21px;
    left: -35px;
    top: 0;
    text-align: center;
    line-height: 21px;
    color: white;
    font-size: 13px;
}

.news .news_qus .list2 li p .q1 {
    background: url(../images/n6.png) no-repeat;
}

.news .news_qus .list2 li p .q2 {
    background: url(../images/n7.png) no-repeat;
}

.news .news_qus .list2 li .txt1 {
    width: 100%;
    margin-bottom: 10px;
    height: 21px;
}

.news .news_qus .list2 li .txt2 {
    line-height: 21px;
}


/*cooperate*/

.cooperate {
    width: 1201px;
    height: 166px;
    background: url(../images/e2.png) no-repeat;
    margin: 45px auto 0;
    position: relative;
}

.cooperate .cope_box {
    width: 1197px;
    margin: 48px auto 0;
}

.cooperate .cope_box .bd ul li {
    width: 147px;
    margin: 0 12px;
    float: left;
}

.cooperate .cope_box .bd ul li img {
    width: 147px;
    height: 80px;
}


/*footer*/

.footer {
    width: 100%;
    min-height: 260px;
    background: #2d2c2c;
    overflow: hidden;
}

.footer .footer_nav {
    width: 100%;
    height: 64px;
    line-height: 64px;
    text-align: center;
    border: 1px solid #146BD1;
    background: #117fca;
}

.footer .footer_nav li {
    display: inline-block;
    width: 168px;
    vertical-align: top;
    background: url(../images/f1.png) no-repeat left center;
}

.footer .footer_nav li a {
    font-size: 16px;
    color: white;
}

.footer .footer_nav li.first {
    background: 0;
}

.footer .footer_box {
    margin-top: 16px;
    color: white;
}

.footer .footer_box .chat {
    width: 170px;
    min-height: 150px;
    background: url(../images/f2.png) no-repeat right top;
    padding-top: 20px;
}

.footer .footer_box .chat div {
    margin-left: 12px;
    width: 108px;
}

.footer .footer_box .chat div img {
    width: 108px;
    height: 108px;
}

.footer .footer_box .chat div p {
    text-align: center;
    margin-top: 5px;
    font-size: 12px;
}

.footer .footer_box .cocate div {
    margin-left: 70px;
    margin-top: 5px;
}

.footer .footer_box .cocate div p {
    font-size: 14px;
}

.footer .footer_box .right {
    width: 550px;
    margin-top: 38px;
}

.footer .footer_box .right .footer_bottom {
    margin-top: 15px;
}

.footer .footer_box .right .footer_bottom strong {
    display: inline-block;
    margin-right: 27px;
    font-weight: 500;
}

.footer .footer_box .right .footer_bottom strong a {
    color: white;
}

.footer .footlink{
    padding:15px 0;
    color:#fff;
}
.footer .footlink a{
    color:#fff;
    padding:0 5px;
}


#floatDivBoxs{width:170px;background:#fff;position:fixed;top:60px;right:-170px;z-index:999;}
#floatDivBoxs .floatDtt{width:100%;height:45px;line-height:45px; background:#0aabfd;color:#fff;font-size:18px;text-indent:22px;position:relative;}
#floatDivBoxs .floatDqq{padding:0 14px;}
#floatDivBoxs .floatDqq li{height:45px;line-height:45px;font-size:15px;border-bottom:1px solid #e3e3e3; text-align:left;}
#floatDivBoxs .floatDqq li img{ float:left; margin-top:7px;}
#floatDivBoxs .floatDtxt{font-size:18px;color:#333;padding:12px 14px;}
#floatDivBoxs .floatDtel{padding:0 0 15px 10px;}
#floatDivBoxs .floatImg{text-align:center;padding:10px;background:#EBEBEB;}
#floatDivBoxs .floatImg img{ margin-bottom:5px;}
#floatDivBoxs .floatDtel img{display:block;}
#floatDivBoxs .floatDbg{width:100%;height:20px;background:url(../images/online_botbg.jpg) no-repeat;box-shadow:-2px 0 3px rgba(0,0,0,0.25);}
.floatShadow{ background:#fff;box-shadow:-2px 0 3px rgba(0,0,0,0.25);}
#rightArrow{width:50px;height:45px;background:url(../images/online_arrow.jpg) no-repeat;position:fixed;top:60px;right:0;z-index:999;}
#rightArrow a{display:block;height:45px;}