﻿@charset "utf-8";
/* index 首页 */
/* 轮播 */
.carousel-indicators li{
    border:0;
    width: 13px;
    height: 13px;
    border-radius:13px;
    background: #008fd6;
    margin:0 10px 0 0;
    cursor: pointer;
}
.carousel-indicators .active{
    width: 16px;
    height: 16px;
    margin:0 10px 0 0;
    background: #f58232;
}
.carousel-control.left,.carousel-control.right{
    width: 56px;
    height: 56px;
    border-radius: 56px;
    top: 45%;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.left:hover,.carousel-control.right:hover{
    background: #fff;
}
.carousel-control.left{
    left: 30px;
}
.carousel-control.right{
    right: 30px;
}
.carousel-control i{
    width: 15px;
    height: 33px;
}
.carousel-control .arrow-left{
    background-image: url(img/arrow-left.png);
    background-image: url(img/arrow-left.svg),none;
    margin: 12px 5px 0 0;
}
.carousel-control .arrow-right{
    background-image: url(img/arrow-right.png);
    background-image: url(img/arrow-right.svg),none;
    margin: 12px 0 0 5px;
}
@media screen and (min-width: 768px){
    .carousel-indicators {
        bottom: 60px;
    }
}
@media (max-width: 767px){
    .carousel-indicators{
        bottom: 30px;
    }
    .carousel-indicators li{
        width: 7px;
        height: 7px;
        border-radius:7px;
        margin:0 4px 0 0;
    }
    .carousel-indicators .active{
        width: 7px;
        height: 7px;
        margin:0 4px 0 0;
    }
}
.carousel .layout{
    position: relative;
}
.carousel .news{
    width: 100%;
    height: 45px;
    /*padding: 0 20px;*/
    border-radius:5px;
    background: url(img/tran0.7.png) repeat-x;
    position: absolute;
    bottom: 0;
    z-index: 20;
}
.carousel .news .title{
    height: 45px;
    width: 17%;
    padding-left: 20px;
    margin-right: 8%;
}
.carousel .news .title h3,.carousel .news .title h3 a{
    float: left;
    color: #f58232;
    font-size: 22px;
    line-height: 45px;
    /*font-family: MyriadPro-Bold;*/
    font-family: "Microsoft YaHei";
    /*font-weight: bold;*/
    padding-left: 10px;
}
.carousel .news .info{
    height: 45px;
    line-height: 45px;
    width: 75%;
}
.carousel .news .info .pic{
    width: 90%;
    height: 45px;
    /*overflow: hidden;*/
}
.carousel .news .info .pic li {
    font-size: 16px;
    color: #fff;
    height: 45px;
    line-height: 45px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.carousel .news .info .pic li a{
    font-size: 16px;
    color: #fff;
    margin-right: 45px;
}
.carousel .news .nerbg{
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    background: url(img/arrow-next.png) no-repeat 11px 16px;
    border-radius: 0 5px 5px 0;
    overflow: hidden;
    cursor: pointer;
}
.carousel .news .nerbg:hover{
    background-color: #008fd6;
}
@media (max-width: 991px){
    .carousel .news .title{
        width: 19%;
        margin-right: 6%;
        padding-left: 10px;
    }
    .carousel .news .title h3 a{
        padding-left: 0;
    }
}
@media (max-width: 926px){
    .carousel .news .info .pic{
        width: 90%;
    }
}
@media (max-width: 780px){
    .carousel .news .title{
        padding-left: 0;
    }
}
@media (max-width: 768px){
    .carousel .news{
        padding: 0 0 0 10px;
    }
}
@media only screen and (max-width: 670px){
    .carousel .news .title h3{
        padding-left: 5px;
    }
}
@media only screen and (max-width: 640px){
    .carousel .news .title {
        width: 22%;
        margin-right: 2%;
    }
    .carousel-control.left, .carousel-control.right{
        width: 40px;
        height: 40px;
        border-radius: 40px;
    }
    .carousel-control.left {
        left: 15px;
    }
    .carousel-control.right {
        right: 15px;
    }
    .carousel-control i{
        width: 10px;
        height: 23px;
    }
    .carousel-control .arrow-left{
        margin: 10px 2px 0 0;
    }
    .carousel-control .arrow-right{
        margin: 10px 0 0 2px;
    }
}
@media only screen and (max-width: 568px){
    .carousel .news .title{
        width: 8%;
    }
    .carousel .news .title h3{
        display: none;
    }
    .carousel .news .info{
        width: 90%;
    }
}
@media only screen and (min-width: 320px) and (max-width: 480px){
    .carousel .news{
        padding: 0 0 0 5px;
    }
}
@media only screen and (max-width: 414px){
    .carousel .news .info .pic {
        width: 80%;
    }
    .carousel .news .info .pic li a{
        font-size: 14px;
    }
    .carousel .news .nerbg{
        background-position: 16px 16px;
    }
}
@media only screen and (max-width: 320px){
    .carousel .news{
        padding:0 1px;
    }
    .carousel .news .info{
        padding-left: 2px;
    }
}
/*gd-item*/
.gd-item{
    background: #fff;
}
.gd-item .pics{
    width: 100%;
    margin:45px auto 50px;
}
.gd-item ul li{
    width: 32.2%;
    margin-right: 20px;
    float: left;
}
.gd-item ul li:last-child{
    margin-right: 0;
}
.gd-item ul li .pics-img {
    overflow: hidden;
    width: 100%;
    float: left;
    position: relative;
}
.pics-inner{
    width: 100%;
}
.gd-item ul li .pics-img a {
    display: block;
}
.gd-item ul li .pics-img a img{
    width: 100%;
    transition: all 0.6s;
}
.gd-item ul li:hover .pics-img a img{
    transform: scale(1.05);
}
.gd-item ul li .pics-img .details{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.gd-item ul li .pics-img .details h3{
    padding-left: 28px;
    padding-top: 45px;
    font-size: 30px;
    /*color: #008fd6;*/
    font-weight: bold;
    line-height: 34px;
}
.gd-item ul li:hover .pics-img .details h3{
    color: #008fd6;
}
.gd-item ul li .pics-img .details span{
    width: 30px;
    height: 3px;
    display: block;
    /*background: #008fd6;*/
    background: #333;
    margin-left: 28px;
    margin-top: 15px;
}
.gd-item ul li:hover .pics-img .details span{
    background: #008fd6;
}
@media only screen and (max-width: 1200px){
    .gd-item ul li{
        width:32%;
    }
}
@media only screen and (max-width: 1140px){
    .gd-item ul li .pics-img .details h3{
        padding-top: 30px;
    }
}
@media only screen and (max-width: 1060px){
    .gd-item ul li{
        width: 31.4%;
    }
}
@media only screen and (max-width: 768px){
    .gd-item ul li .pics-img .details h3{
        padding-left: 20px;
        padding-top: 20px;
    }
    .gd-item ul li .pics-img .details span{
        margin-left: 20px;
    }
}
@media only screen and (max-width: 740px){
    .gd-item .pics{
        width: 95%;
        margin: 40px auto;
    }
    .gd-item ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .gd-item ul li:last-child{
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 480px){
    .gd-item .pics{
        margin: 20px auto;
    }
    .gd-item ul li{
        margin-bottom: 20px;
    }
    .gd-item ul li .pics-img .details h3{
        font-size: 22px;
        line-height: 24px;
    }
    .gd-item ul li .pics-img .details span{
        height: 2px;
        margin-top: 8px;
    }
}
/*gd-sol*/
.gd-sol{
    background: #f6f6f6;
    padding-bottom: 70px;
}
.gd-sol .sol-title {
    padding-top: 50px;
    text-align: center;
}
.gd-sol .sol-title h1{
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    color: #f58232;
}
.gd-sol .sol-title span{
    width: 40px;
    height: 3px;
    background: #f58232;
    display: block;
    margin: 10px auto 0;
}
.gd-sol .sol-pics{
    margin:45px auto 0;
}
.gd-sol .sol-pics ul li{
    width: 20%;
    float: left;
}
.gd-sol .sol-pics .pics-inner{
    text-align: center;
}
.sol-pics ul li .pics-img a{
    display: block;
    width: 98px;
    height: 98px;
    margin: 0 auto;
    -webkit-background-size:100%;
    background-size:100%;
    /*-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;*/
}
.sol-pics ul li:hover .pics-img a{
	-webkit-background-size:100%;
    background-size:100%;
}
.sol-pics ul li .a1{
    background-image: url(img/sol-icon1.png);
    background-image: url(img/sol-icon1.svg),none;
}
.sol-pics ul li .a2{
    background-image: url(img/sol-icon2.png);
    background-image: url(img/sol-icon2.svg),none;
}
.sol-pics ul li .a3{
    background-image: url(img/sol-icon3.png);
    background-image: url(img/sol-icon3.svg),none;
}
.sol-pics ul li .a4{
    background-image: url(img/sol-icon4.png);
    background-image: url(img/sol-icon4.svg),none;
}
.sol-pics ul li .a5{
    background-image: url(img/sol-icon5.png);
    background-image: url(img/sol-icon5.svg),none;
}
.sol-pics ul li:hover .a1{
    background-image: url(img/sol-icon1.png);
    background-image: url(img/sol-icon1.svg),none;
}
.sol-pics ul li:hover .a2{
    background-image: url(img/sol-icon2.png);
    background-image: url(img/sol-icon2.svg),none;
}
.sol-pics ul li:hover .a3{
    background-image: url(img/sol-icon3.png);
    background-image: url(img/sol-icon3.svg),none;
}
.sol-pics ul li:hover .a4{
    background-image: url(img/sol-icon4.png);
    background-image: url(img/sol-icon4.svg),none;
}
.sol-pics ul li:hover .a5{
    background-image: url(img/sol-icon5.png);
    background-image: url(img/sol-icon5.svg),none;
}
.gd-sol .sol-pics .pics-info h3{
    padding-top: 25px;
    font-size: 18px;
    line-height: 22px;
    color: #333;
    text-transform: uppercase;
    font-family: "Microsoft Yahei";
}
@media only screen and (max-width: 800px){
    .gd-sol{
        padding-bottom: 30px;
    }
    .gd-sol .sol-pics ul li{
        width: 33%;
        margin-bottom: 20px;
    }
    .gd-sol .sol-pics ul li.last{
        /*margin-bottom: 0;*/
    }
}
@media only screen and (max-width: 720px){
    .gd-sol{
        padding-bottom: 20px;
    }
    .gd-sol .sol-title{
        padding-top: 40px;
    }
    .gd-sol .sol-pics{
        margin: 30px auto 0;
    }
}
@media only screen and (max-width: 640px){
    .gd-sol .sol-pics ul li{
        width: 50%;
    }
}
@media only screen and (max-width: 480px){
    .gd-sol .sol-pics{
        width: 95%;
    }
    .gd-sol .sol-pics ul li{
        width: 100%;
    }
    .sol-pics ul li .pics-img{
        float: left;
    }
    .sol-pics ul li .pics-img a{
        width: 64px;
        height: 64px;
    }
    .sol-pics ul li .pics-info{
        float: left;
        padding-left: 20px;
    }
    .gd-sol .sol-pics .pics-info h3{
        font-size: 16px;
        padding-top: 20px;
    }
}
/*gd-list*/
.gd-list{
    background: #4178be;
    padding:60px 0;
}
.gd-list .pics{
    width: 100%;
    margin:0 auto;
}
.gd-list ul li {
    margin-right: 20px;
    float: left;
}
.gd-list ul li.two,.gd-list ul li.five{
    width: 39.5%;
}
.gd-list ul li.three,.gd-list ul li.four{
    width: 28.25%;
}
.gd-list ul li:nth-child(2){
    margin-bottom: 20px;
}
.gd-list ul li:nth-child(3){
    margin-right: 0;
    margin-bottom: 20px;
}
.gd-list ul li:nth-child(5){
    margin-right: 0;
}
.gd-list ul li .pics-img{
    overflow: hidden;
    width: 100%;
    float: left;
    position: relative;
}
.gd-list ul li .pics-img a{
    display: block;
}
.gd-list ul li .pics-img a img{
    width: 100%;
    transition: all 0.6s;
}
.gd-list ul li:hover .pics-img a img{
    transform: scale(1.05);
}
.gd-list ul li .pics-img a.info{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.gd-list ul li .pics-img a.info h3{
    padding-top: 40px;
    padding-left: 28px;
    font-size: 24px;
    /*color: #f58232;*/
}
.gd-list ul li .pics-img a.info p{
    padding-top: 10px;
    padding-left: 28px;
    font-size: 14px;
    line-height: 28px;
    color: #666;
}
.gd-list ul li:hover .pics-img a.info h3,
.gd-list ul li:hover .pics-img a.info p{
    color: #008fd6;
}
.gd-list ul li:hover .pics-img a.info .i-next{
    background-image: url(img/i-next-b.png);
    background-image: url(img/i-next-b.svg),none;
}
.gd-list ul li.first:hover .pics-img a.info .i-next{
    background-image: url(img/i-next-w.png);
    background-image: url(img/i-next-w.svg),none;
}
.gd-list ul li:first-child .pics-img a.info .i-next{
    display: none;
}
.gd-list ul li:first-child:hover .pics-img a.info .i-next{
    background: none;
}
.gd-list ul li.first .pics-img a.info h3,
.gd-list ul li.first .pics-img a.info p{
    color: #fff;
}
.gd-list ul li.first:hover .pics-img a.info h3,
.gd-list ul li.first:hover .pics-img a.info p{
    text-decoration: underline;
}
@media (max-width: 1200px){
    .gd-list ul li.first{
        width: 28.5%;
    }
    .gd-list ul li.two,.gd-list ul li.five{
        width: 39.1%;
    }
    .gd-list ul li.three,.gd-list ul li.four{
        width: 28%;
    }
    .gd-list ul li.two,.gd-list ul li.three{
        margin-bottom: 14px!important;
    }
}
@media only screen and (max-width: 965px){
    .gd-list .pics{
        width: 95%;
    }
    .gd-list ul li.first{
        width: 100%;
        margin-right: 0;
        float: none;
        margin-bottom: 20px;
    }
    .gd-list ul li.two,.gd-list ul li.five{
        width: 56.5%;
    }
    .gd-list ul li.three,.gd-list ul li.four{
        width: 40.5%;
    }
    .gd-list ul li.two, .gd-list ul li.three {
        margin-bottom: 20px!important;
    }
}
@media only screen and (max-width: 790px){
    .gd-list ul li.two,.gd-list ul li.five{
        width: 56%;
    }
    .gd-list ul li.three,.gd-list ul li.four{
        width: 40%;
    }
}
@media only screen and (max-width: 768px){
    .gd-list ul li .pics-img a.info h3{
        padding-top: 20px;
        padding-left: 20px;
    }
    .gd-list ul li.first .pics-img a.info h3{
        padding-top: 40px;
        padding-left: 28px;
    }
    .gd-list ul li .pics-img a.info p{
        padding-left: 20px;
        line-height: 20px;
    }
    .gd-list ul li.first .pics-img a.info p{
        padding-left: 28px;
        line-height: 28px;
    }
    .i-next{
        margin-left: 20px;
    }
    .gd-list ul li.first .pics-img a.info .i-next{
        margin-left: 28px;
    }
}
@media only screen and (max-width: 720px){
    .gd-list{
        padding: 40px 0;
    }
}
@media only screen and (max-width: 640px){
    .gd-list ul li.two,.gd-list ul li.five{
        width: 100%;
    }
    .gd-list ul li.three,.gd-list ul li.four{
        width: 100%;
    }
    .gd-list ul li.four{
        margin-bottom: 20px;
    }
    .gd-list ul li.first .pics-img a.info h3{
        padding-top: 20px;
        padding-left: 20px;
    }
    .gd-list ul li.first .pics-img a.info p{
        padding-left: 20px;
        line-height: 20px;
    }
    .gd-list ul li.first .pics-img a.info .i-next{
        margin-left: 20px;
    }
}
@media only screen and (max-width: 480px){
    .gd-list{
        padding: 20px 0;
    }
}
/* solution 解决方案 */
/*banner*/
.banner{
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.banner .img{
    width: 100%;
    text-align: center;
}
.banner-top{
    margin-top: 100px;
}
.banner .img img{
    width: 100%;
}
.banner .menu{
    position: absolute;
    left:0;
    bottom: 0;
    width: 100%;
    height: 144px;
    background: url(img/tran0.7.png) repeat;
}
.banner .menu li{
    width: 12%;
    float: left;
    padding-top: 25px;
}
.banner .menu li .item{
    display: block;
    width: 100%;
    height:100%;
    margin:0 auto;
}
.banner .menu li .inner{
    width: 100%;
}
.banner .menu li .img .d-img{
    display: block;
    width: 69px;
    height: 69px;
}
.banner .menu li .img .d1{
    background: url(img/sol-m1.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.banner .menu li .img .d2{
    background: url(img/sol-m2.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.banner .menu li .img .d3{
    background: url(img/sol-m3.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.banner .menu li .img .d4{
    background: url(img/sol-m4.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.banner .menu li .img .d5{
    background: url(img/sol-m5.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.banner .menu li:hover .img .d1,.banner .menu li.on .img .d1{
    background-image: url(img/sol-m6.png);
}
.banner .menu li:hover .img .d2,.banner .menu li.on .img .d2{
    background-image: url(img/sol-m7.png);
}
.banner .menu li:hover .img .d3,.banner .menu li.on .img .d3{
    background-image: url(img/sol-m8.png);
}
.banner .menu li:hover .img .d4,.banner .menu li.on .img .d4{
    background-image: url(img/sol-m9.png);
}
.banner .menu li:hover .img .d5,.banner .menu li.on .img .d5{
    background-image: url(img/sol-m10.png);
}
.banner .menu li .info h3 {
    padding-top: 12px;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    text-align: left;
}
@media only screen and (max-width: 1200px){
    .banner .menu .layout{
        width: 96%;
    }
}
@media only screen and (max-width: 1024px){
    .banner .menu{
        height: 100px;
    }
    .banner .menu li{
        padding-top: 12px;
    }
    .banner .menu li .img .d-img{
        width: 45px;
        height: 45px;
    }
    .banner .menu li .info h3{
        padding-top: 6px;
        font-size: 14px;
    }
    .banner .menu li .info h3.pl15{
        padding-left: 6px;
    }
    .banner .menu li .info h3.pl20{
        padding-left: 6px;
    }
    .banner-top{
        margin-top: 0;
    }
}
@media only screen and (max-width: 580px){
    .banner .menu li{
        width: 15%;
    }
}
@media only screen and (max-width: 414px){
    .banner .menu{
        height: 70px;
    }
    .banner .menu li{
        padding-top: 6px;
        width: 17%;
    }
    .banner .menu li .img .d-img{
        width: 35px;
        height: 35px;
    }
    .banner .menu li .info h3{
        padding-top: 4px;
        font-size: 12px;
    }
}
/* gd-content */
.gd-content{
    width: 100%;
    padding: 30px 0;
    background: #fff;
}
.gd-content .bread-crumbs{
    line-height: 30px;
}
.gd-content .bread-crumbs span.cur,
.gd-content .bread-crumbs a.cur{
    color: #f58232;
}
.gd-content .bread-crumbs a:hover{
    color:#008fd6;
}
.gd-content .bread-crumbs .gt{
    display: inline-block;
    width: 7px;
    height: 12px;
    background-image: url(img/gt.png);
    background-image: url(img/gt.svg),none;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin: 0 10px;
}
.gd-content .cont-list{
    width: 100%;
    margin: 10px auto 60px;
}
.gd-content .cont-list li{
    padding: 20px 0;
    width: 100%;
    cursor: pointer;
    float: left;
}
.gd-content .cont-list li .inner{
    width: 100%;
}
.gd-content .cont-list li .img{
    width: 30%;
}
.gd-content .cont-list li .img a{
    display: block;
}
.gd-content .cont-list li .img img{
    width: 100%;
    border:1px #eee solid;
}
.gd-content .cont-list li .info{
    width: 70%;
    padding-left: 40px;
}
.gd-content .cont-list li .info h3{
    font-size: 24px;
    line-height: 40px;
}
.gd-content .cont-list li:hover .info h3{
    color: #008fd6;
}
.gd-content .cont-list li .info p{
    padding-top: 15px;
    color: #999;
}
.gd-content .cont-list li:hover .info p{
    color: #666;
}
.gd-content .cont-list li .info .full{
    padding-top: 9%;
    display: block;
    line-height: 30px;
    color: #999;
}
.gd-content .cont-list li:hover .info .full{
    color: #008fd6;
}
.gd-content .cont-list li:hover .info .i-gt{
    background-image: url(img/i-gt-h.png);
    background-image: url(img/i-gt-h.svg),none;
}
@media only screen and (max-width: 768px){
    .gd-content{
        padding: 15px 0;
    }
    .gd-content .cont-list{
        margin: 5px auto 30px;
    }
    .gd-content .cont-list li{
        padding: 15px 0;
    }
    .gd-content .cont-list li .info{
        padding-left: 20px;
    }
    .gd-content .cont-list li .info h3{
        font-size: 22px;
        line-height: 32px;
    }
    .gd-content .cont-list li .info p{
        padding-top: 8px;
    }
    .gd-content .cont-list li .info .full{
        padding-top: 2%;
        line-height: 24px;
    }
}
@media only screen and (max-width: 640px){
    .gd-content .cont-list{
        width: 95%;
        margin: 10px auto;
    }
    .gd-content .cont-list li{
        padding: 0 0 20px;
    }
    .gd-content .cont-list li .img {
        width: 100%;
    }
    .gd-content .cont-list li .info {
        width: 100%;
        padding-left: 0;
        padding-top: 10px;
    }
    .gd-content .cont-list li .info h3{
        font-size: 16px;
        line-height: 24px;
    }
    .gd-content .cont-list li .info p{
        padding-top: 4px;
        font-size: 12px;
        line-height: 18px;
    }
    .gd-content .cont-list li .info .full{
        padding-top: 10px;
        font-size: 12px;
        line-height: 20px;
    }
    .i-gt{
        width: 5px;
        height: 10px;
        margin: 0 0 1px 6px;
    }
}
@media only screen and (max-width: 480px){
    .gd-content .bread-crumbs{
        width: 95%;
        margin: 0 auto;
        line-height: 22px;
    }
    .gd-content .bread-crumbs,.gd-content .bread-crumbs a{
        font-size: 12px;
    }
    .gd-content .bread-crumbs .gt{
        width: 5px;
        height: 10px;
        margin: 0 5px;
    }
}
/* public-safety 公共安全 */
/* 轮播 */
.car-bottom{
    bottom: 70px;
    margin-left: -600px;
    width: 100%;
}
.carousel-indicators .tag{
    width: 59px;
    height: 58px;
    border-radius: 59px;
    background: 0;
    float: left;
    text-indent: 0;
}
.carousel-indicators .tag i{
    width: 59px;
    height: 58px;
}
.i-security{
    background: url(img/security.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.carousel-indicators .tag.active .i-security{
    background-image: url(img/security-h.png);
}
.i-fire{
    background: url(img/fire.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.carousel-indicators .tag.active .i-fire{
    background-image: url(img/fire-h.png);
}
.i-prison{
    background: url(img/prison.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.carousel-indicators .tag.active .i-prison{
    background-image: url(img/prison-h.png);
}
.i-electricity{
    background: url(img/electricity.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.carousel-indicators .tag.active .i-electricity{
    background-image: url(img/electricity-h.png);
}
.i-oilfield{
    background: url(img/oilfield.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.carousel-indicators .tag.active .i-oilfield{
    background-image: url(img/oilfield-h.png);
}
.i-colliery{
    background: url(img/colliery.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.carousel-indicators .tag.active .i-colliery{
    background-image: url(img/colliery-h.png);
}
.i-rail{
    background: url(img/rail.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.carousel-indicators .tag.active .i-rail{
    background-image: url(img/rail-h.png);
}
.i-railway{
    background: url(img/railway.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.carousel-indicators .tag.active .i-railway{
    background-image: url(img/railway-h.png);
}
.i-airport{
    background: url(img/airport.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.carousel-indicators .tag.active .i-airport{
    background-image: url(img/airport-h.png);
}
.i-port{
    background: url(img/port.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.carousel-indicators .tag.active .i-port{
    background-image: url(img/port-h.png);
}
.i-property{
    background: url(img/property.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.carousel-indicators .tag.active .i-property{
    background-image: url(img/property-h.png);
}
.i-hotel{
    background: url(img/hotel.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.carousel-indicators .tag.active .i-hotel{
    background-image: url(img/hotel-h.png);
}
.i-government{
    background: url(img/government.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.carousel-indicators .tag.active .i-government{
    background-image: url(img/government-h.png);
}
.carousel-inner>.item .word{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 61px;
    background: url(img/tran0.7.png) repeat;
}
.carousel-inner>.item .word h3{
    font-size: 24px;
    line-height: 61px;
    color: #f58232;
    float: left;
    font-family: "Microsoft YaHei","微软雅黑","宋体",Arial, sans-serif;
    font-weight:normal;
}
.carousel-inner>.item .word span.sp-word{
    display: inline-block;
    width: 1px;
    height: 34px;
    line-height: 61px;
    margin: 13px 20px 0;
    background: #fff;
    float: left;
}
.carousel-inner>.item .word p{
    display: inline-block;
    width: 68%;
    font-size: 12px;
    line-height: 40px;
    padding-top: 10px;
    color: #fff;
}
@media only screen and (max-width: 1200px){
    .car-bottom{
        margin-left: -48%;
    }
}
@media only screen and (max-width: 998px){
    .carousel-inner>.item .word p{
        width: 50%;
    }
}
@media only screen and (max-width: 768px){
    .car-bottom{
        bottom: 50px;
    }
    .carousel-indicators .tag{
        width: 47px;
        height: 46px;
        border-radius: 47px;
        margin: 0 8px 0 0;
    }
    .carousel-indicators .tag i{
        width: 47px;
        height: 46px;
        background-size:100%;
    }
    .carousel-inner>.item .word{
        height: 45px;
    }
    .carousel-inner>.item .word h3{
        font-size: 24px;
        line-height: 45px;
    }
    .carousel-inner>.item .word span.sp-word{
        line-height: 45px;
        height: 30px;
        margin: 7px 16px 0;
    }
    .carousel-inner>.item .word p{
        line-height: 19px;
        padding-top: 4px;
    }
}
@media only screen and (max-width: 480px){
    .carousel-inner>.item .word h3{
        font-size: 20px;
    }
    .carousel-inner>.item .word span.sp-word{
        margin: 7px 7px 0;
    }
    .carousel-inner>.item .word p{
        width: 58%;
    }
}
@media only screen and (max-width: 360px){
    .carousel-inner>.item .word p {
        width: 50%;
    }
}
/* gd-content */
.gd-content .cont-list li .info .case{
    line-height: 30px;
    padding-top: 9%;
}
.gd-content .cont-list li .info .case:hover{
    color: #008fd6;
    text-decoration: underline;
}
@media only screen and (max-width: 640px){
    .gd-content .cont-list li .info .case{
        font-size: 12px;
        line-height: 24px;
    }
    .i-gt-h{
        width: 5px;
        height: 10px;
    }
}
/*solution-govern*/
.gd-head{
    padding: 40px 0 20px;
    background: #f5f5f5;
}
.gd-head .bread-crumbs{
    line-height: 30px;
}
.gd-head .bread-crumbs span.cur,
.gd-head .bread-crumbs a.cur{
    color: #f58232;
}
.gd-head .bread-crumbs .gt{
    display: inline-block;
    width: 7px;
    height: 12px;
    background: url(img/gt.png) no-repeat;
    vertical-align: middle;
    margin: 0 10px;
}
.gd-content .cont-detail{
    width: 100%;
    margin: 0 auto;
}
.gd-content .cont-detail .title{
    line-height: 56px;
    /*border-bottom: 1px solid #dadada;*/
    padding-bottom:10px;
}
.gd-content .cont-detail .title p{
    padding-top:15px;
    line-height: 24px;
}
.gd-content .cont-detail .title h1{
    font-size: 26px;
}
.gd-content .cont-detail .det-inner{
    padding: 30px 0 50px;
    /*margin-bottom:35px;*/
    /*border-bottom: 1px solid #dadada;*/
}
.gd-content .cont-detail .det-inner table{
    width:100%!important
}
.gd-content .cont-detail .det-inner.last{
    border-bottom: 0;
}
.cont-detail .det-inner .head{
    position:relative;
    margin-bottom:30px;
}
.cont-detail .det-inner .head h3{
    font-size: 24px;
    line-height: 30px;
    color:#008fd6;
    text-align:center;
}
.cont-detail .det-inner .head span{
    display: block;
    margin: 10px auto 0;
    width: 104px;
    height: 4px;
    border-radius: 4px;
    background: #008fd6;
}
.cont-detail .det-inner .head .line1 {
    position: absolute;
    top: 4px;
    width: 100%;
}
.cont-detail .det-inner .head .line1 img{margin:0;}
.cont-detail .det-inner .img{
    width: 35%;
}
.cont-detail .det-inner .img a{
    display: block;
}
.cont-detail .det-inner .img a img{
    width: 100%;
}
.cont-detail .det-inner .info{
    width: 65%;
    padding-left: 25px;
}
.cont-detail .det-inner .info span{
    display: block;
    font-size: 14px;
    line-height: 26px;
    color: #666;
    padding-bottom: 50px;
}
.cont-detail .det-inner .info ul li{
    font-size: 14px;
    line-height: 18px;
    color: #666;
    padding-bottom: 15px;
    float: left;
    width: 100%;
}
.cont-detail .det-inner .info ul li p{
    display: block;
    width: 95%;
    float: left;
}
.cont-detail .det-inner .graphic{
    width: 100%;
    padding-top: 30px;
}
.det-inner .graphic .img{
    width: 94%;
    display: block;
}
.det-inner .graphic .img img{
    width: 100%;
}
.cont-detail .look-over a{
    display: block;
    width: 394px;
    height: 55px;
    line-height: 55px;
    border-radius: 55px;
    font-size: 24px;
    background: #ededed;
    margin: 0 auto 10px;
}
.cont-detail .look-over a:hover{
    color: #fff;
    background: #008fd6;
}
@media only screen and (max-width: 768px){
    .gd-head{
        padding: 20px 0 10px;
    }
}
@media only screen and (max-width: 640px){
    .gd-content .cont-detail{
        width: 95%;
        margin: 0 auto;
    }
    .gd-content .cont-detail .title{
        height: 36px;
    }
    .gd-content .cont-detail .title h1 {
        font-size: 20px;
    }
    .gd-content .cont-detail .det-inner{
        padding: 15px 0 40px;
    }
    .cont-detail .det-inner .head {
        margin-bottom: 10px;
    }
    .cont-detail .det-inner .head h3 {
        font-size: 18px;
        line-height: 30px;
    }
    .cont-detail .det-inner .img{
        width: 100%;
    }
    .cont-detail .det-inner .info{
        width: 100%;
        padding-left: 0;
        padding-top: 10px;
    }
    .cont-detail .det-inner .info span{
        font-size: 12px;
        line-height: 20px;
        padding-bottom: 25px;
    }
    .cont-detail .det-inner .info ul li{
        font-size: 12px;
        line-height: 16px;
        padding-bottom: 10px;
    }
    .i-hook{
        width: 10px;
        height: 9px;
        margin: 3px 10px 0 0;
    }
    .cont-detail .det-inner .info ul li p{
        width: 92%;
    }
    .cont-detail .look-over a{
        width: 260px;
        height: 40px;
        line-height: 40px;
        border-radius: 40px;
        font-size: 18px;
    }
}
@media only screen and (max-width: 480px){
    .gd-head .bread-crumbs {
        width: 95%;
        margin: 0 auto;
        line-height: 22px;
    }
    .gd-head .bread-crumbs,.gd-head .bread-crumbs a{
        font-size: 12px;
    }
}
@media only screen and (max-width: 480px){
    .gd-content .cont-detail .title {
        height: 30px;
    }
    .gd-content .cont-detail .title h1 {
        font-size: 18px;
    }
    .cont-detail .det-inner .head h3{
        font-size: 16px;
        line-height: 26px;
    }
}
/* products 产品中心 */
/* products 产品中心 */
.i-pdt {
    background: url(img/pdt.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.carousel-indicators .tag.active .i-pdt {
    background-image: url(img/pdt-h.png);
}

.i-dmr {
    background: url(img/dmr.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.carousel-indicators .tag.active .i-dmr {
    background-image: url(img/dmr-h.png);
}

.i-gota {
    background: url(img/gota.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.carousel-indicators .tag.active .i-gota {
    background-image: url(img/gota-h.png);
}

.i-zilte {
    background: url(img/zilte.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.carousel-indicators .tag.active .i-zilte {
    background-image: url(img/zilte-h.png);
}

.i-lte {
    background: url(img/lte.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.carousel-indicators .tag.active .i-lte {
    background-image: url(img/lte-h.png);
}

.i-trunc {
    background: url(img/trunc.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.carousel-indicators .tag.active .i-trunc {
    background-image: url(img/trunc-h.png);
}

.i-5g {
    background: url(img/5g.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.carousel-indicators .tag.active .i-5g {
    background-image: url(img/5g-h.png);
}

.i-ec{
    background: url(img/ec.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.carousel-indicators .tag.active .i-ec{
    background-image: url(img/ec-h.png);
}
.i-emer{
    background: url(img/emer.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.carousel-indicators .tag.active .i-emer{
    background-image: url(img/emer-h.png);
}
.i-bus{
    background: url(img/bus.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.carousel-indicators .tag.active .i-bus{
    background-image: url(img/bus-h.png);
}
.i-parts{
    background: url(img/parts.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.carousel-indicators .tag.active .i-parts{
    background-image: url(img/parts-h.png);
}
.gd-content .product-list{
    width: 100%;
    margin: 0 auto;
}
.product-list .title{
    margin-top: 10px;
    height: 60px;
    border-bottom: 1px solid #dadada;
}
.product-list .title h4{
    font-size: 24px;
    line-height: 60px;
}
.product-list ul{
    margin: 20px auto 0;
}
.product-list ul li{
    width: 23%;
    float: left;
    background: #f5f5f5;
    margin-right: 20px;
    margin-bottom: 20px;
}
.product-list ul li.last{
    margin-right: 0;
}
.product-list ul li .inner{
    width: 100%;
    text-align: center;
}
.product-list ul li .img{
    padding-top: 10px;
    position: relative;
}
.product-list ul li .img a{
    display: block;
}
.product-list ul li .img a img{
    width: 279px;
    height:250px;
}
.pro-l ul li .img a img{
    width: 224px;
    height:201px;
}
/*.product-list ul li .no-pic{
    width: 160px;
    margin: 90px auto 55px;
}
.product-list ul li .img p.no-photo{
    position: absolute;
    left: 38%;
    bottom: 40px;
    font-size: 16px;
    color: #666;
}*/
.product-list ul li .info{
    padding: 10px 0 25px;
    text-align: center;
}
.product-list ul li .info .name{
    display: inline-block;
    width: 164px;
    height: 32px;
    line-height: 32px;
    border-radius: 32px;
    padding:0 10px;
    border: 1px solid #008fd6;
    font-size: 16px;
    color: #008fd6;
    overflow:hidden;text-overflow:ellipsis; -o-text-overflow:ellipsis;white-space:nowrap;
}
.product-list ul li:hover .info .name{
    background: #008fd6;
    color: #fff;
}
.product-list ul li .info p{
    padding-top: 10px;
    line-height: 20px;
}
@media only screen and (max-width: 800px){
    .product-list ul li{
        width: 22%;
    }
}
@media only screen and (max-width: 768px){
    .product-list ul li .info .name{
        width: 122px;
        height: 30px;
        line-height: 30px;
        border-radius: 30px;
        font-size: 14px;
    }
    .product-list ul li .info p{
        font-size: 12px;
    }
}
@media only screen and (max-width: 640px){
    .gd-content .product-list{
        width: 95%;
    }
    .product-list .title{
        margin-top: 5px;
        height: 50px;
    }
    .product-list .title h4 {
        font-size: 20px;
        line-height: 50px;
    }
    .product-list ul li{
        width: 100%;
        margin-right: 0;
    }
    .product-list ul li .img p.no-photo{
        left: 42%;
        font-size: 14px;
    }
}
@media only screen and (max-width: 320px){
    .carousel-indicators .tag{
        margin: 0 5px 0 0;
    }
}
/*product-details*/
.gd-content .product-name{
    padding: 15px 0;
    border-bottom: 1px solid #dadada;
}
.product-name .pro-n-left{
    width: 59%;
}
.product-name .pro-n-left h1{
    font-size: 30px;
    line-height: 42px;
}
.product-name .pro-n-left p{
    display: inline-block;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    padding-top:15px;
}
.product-name .pro-n-left .a-n{
    display: inline-block;
    margin-top: 50px;
    padding: 6px 15px;
    line-height: 22px;
    color: #fff;
    background: #008fd6;
    border-radius: 34px;
}
.product-name .pro-n-full {
    width:100%;
}
.product-name .pro-n-r{
    width: 40%;
    padding-top: 10px;
}
.product-name .pro-n-r img{
    width: 100%;
    height:auto;
    border:1px solid #efefef;
}
.product-name .pro-n-r img:hover{
    border:1px solid #f58232;
}
.section{
    width: 100%;
    padding: 30px 0;
    min-height:300px;
}
.section .title h3{
    font-size: 24px;
    line-height: 30px;
    color: #008fd6;
}
.section .title span{
    display: block;
    margin: 10px auto 0;
    width: 104px;
    height: 4px;
    border-radius: 4px;
    background: #008fd6;
}
.section .outline{
    padding-top: 40px;
}
.section .outline .out-word{
    width: 61%;
    padding-right: 43px;
}
.section .outline .out-word .p-title{
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}
.section .outline .out-word .p-details{
    font-size: 16px;
    line-height: 30px;
    color: #666;
    padding-top: 20px;
}
.section .outline .out-img{
    width: 39%;
}
.section .outline .out-img a{
    display: block;
}
.section .outline .out-img a img{
    width: 100%;
}
.section .sec-spot .p-title{
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    padding-top: 15px;
}
.section .sec-spot .p-details{
    font-size: 14px;
    line-height: 20px;
    color: #666;
    padding-top: 10px;
}
.section .sec-cont{
    padding: 40px 0 0;
}
.section .sec-cont ul{padding-left:20px;}
.section .sec-cont table{
    width: 100%;
}
.section .sec-cont .t-title{
    width: 15%;
    font-size: 16px;
    line-height: 36px;
}
.section .sec-cont .t-details{
    width: 85%;
    font-size: 14px;
    line-height: 36px;
    color: #666;
}

.section .sec-cont table td{background:none!important;width:auto!important}

.section .sec-list{
    padding: 50px 0 0;
}
.section .sec-list ul{padding-left:0;}
.section .sec-list li{
    width: 23%;
    background: #f5f5f5;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
}
.section .sec-list li.last{
    margin-right: 0;
}
.section .sec-list li .inner {
    width: 100%;
    text-align: center;
}
.section .sec-list li .img {
    padding-top: 18px;
    position: relative;
}
.section .sec-list li .img a {
    display: block;
}
.section .sec-list li .img a img{
    width:224px;
    height:201px;
}
.section .sec-list li .no-pic {
    width: 160px;
    margin: 74px auto 55px;
}
.section .sec-list li .img p.no-photo {
    position: absolute;
    left: 38%;
    bottom: 40px;
    font-size: 16px;
    color: #666;
}
.section .sec-list li .info {
    padding: 10px 0 25px;
}
.section .sec-list li .info p{
    padding-top: 10px;
    line-height: 20px;
}
@media only screen and (max-width: 790px){
    .section .sec-list li{
        width: 22%;
    }
}
@media only screen and (max-width: 768px){
    .gd-content .product-name{
        padding: 8px 0 25px;
    }
    .section{
        padding: 15px 0;
    }
    .section .outline {
        padding-top: 20px;
    }
    .section .sec-cont {
        padding: 20px 0 0;
    }
    .section .sec-list {
        padding: 25px 0 0;
    }
    .section .sec-list li .img p.no-photo{
        left: 32%;
        bottom: 30px;
    }
}
@media only screen and (max-width: 640px){
    .product-name .pro-n-left,.product-name .pro-n-r{
        width: 95%;
        margin: 0 auto;
        float: none;
        display: block;
    }
    .product-name .pro-n-left h1 {
        font-size: 24px;
        line-height: 36px;
    }
    .product-name .pro-n-left p{
        width: 100%;
        font-size: 14px;
        line-height: 26px;
        padding-top: 10px;
    }
    .product-name .pro-n-left .a-n {
        margin-top: 20px;
        padding: 3px 8px;
        border-radius: 28px;
        font-size: 12px;
    }
    .product-name .pro-n-r {
        padding-top: 15px;
    }
    .section .title{
        width: 95%;
        margin: 0 auto;
    }
    .section .title h3 {
        font-size: 20px;
        line-height: 26px;
    }
    .section .title span{
        margin: 5px auto 0;
        width: 90px;
        height: 3px;
        border-radius: 3px;
    }
    .section .outline,.section .sec-spot{
        width: 95%;
        margin: 0 auto;
    }
    .section .outline .out-word {
        width: 100%;
        padding-right: 0;
        float: none;
        display: block;
    }
    .section .outline .out-word .p-title{
        font-size: 14px;
    }
    .section .outline .out-word .p-details {
        font-size: 14px;
        line-height: 24px;
        padding-top: 10px;
    }
    .section .outline .out-img {
        width: 100%;
        float: none;
        display: block;
        padding-top: 10px;
    }
    .section .sec-spot .p-title{
        font-size: 14px;
        padding-top: 8px;
    }
    .section .sec-spot .p-details{
        font-size: 12px;
        padding-top: 5px;
    }
    .section .sec-cont{
        width: 95%;
        margin: 0 auto;
    }
    .section .sec-cont .t-title {
        font-size: 14px;
        line-height: 30px;
    }
    .section .sec-cont .t-details{
        font-size: 12px;
        line-height: 30px;
    }
    .section .sec-list{
        width: 95%;
        margin: 0 auto;
    }
    .section .sec-list li{
        width: 100%;
        float: none;
        margin-right: 0;
    }
    .section .sec-list li .img p.no-photo {
        left: 43%;
        bottom: 40px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 568px){
    .section .sec-cont .t-title,.section .sec-cont .t-details{
        display: inline-block;
        width: 100%;
    }
}
/* support 服务支持 */
.banner .sup-cont {
    position: absolute;
    left: 0;
    top: 42%;
    width: 100%;
    height: auto;
    z-index: 10000;
}
.banner .sup-cont .sup-icon{
    width: 55%;
    margin: 0 auto;
    text-align: center;
}
.banner .sup-cont .sup-icon li{
    display: inline-block;
    width: 15%;
}
.banner .sup-cont .sup-icon li .item{
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    cursor:default;
}
.banner .sup-cont .sup-icon li .img {
    width: 100%;
    text-align: center;
}
.banner .sup-cont .sup-icon li .img .s-img{
    display: inline-block;
    background-repeat: no-repeat;
}
.banner .sup-cont .sup-icon li .img .s1{
    width: 26px;
    height: 26px;
    background-image: url(img/product.png);
    background-image: url(img/product.svg),none;
}
.banner .sup-cont .sup-icon li .img .s2{
    width: 27px;
    height: 27px;
    background-image: url(img/outlets.png);
    background-image: url(img/outlets.svg),none;
}
.banner .sup-cont .sup-icon li .img .s3{
    width: 27px;
    height: 27px;
    background-image: url(img/inquire.png);
    background-image: url(img/inquire.svg),none;
}
.banner .sup-cont .sup-icon li .img .s4{
    width: 25px;
    height: 27px;
    background-image: url(img/service.png);
    background-image: url(img/service.svg),none;
}
.banner .sup-cont .sup-icon li .img .s5{
    width: 23px;
    height: 27px;
    background-image: url(img/complaints.png);
    background-image: url(img/complaints.svg),none;
}
.banner .sup-cont .sup-icon li .img .s6{
    width: 35px;
    height: 25px;
    background-image: url(img/proxy.png);
    background-image: url(img/proxy.svg),none;
}

.banner .sup-cont .sup-icon li .info h3 {
    font-size: 18px;
    line-height: 36px;
    color: #fff;
}
.banner .sup-cont .sup-icon .word{
    padding-top: 20px;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
}
.banner .sup-cont .sup-icon .word p{
    display: inline-block;
}
.banner .sup-cont .sup-icon .jump{
    margin: 40px auto 0;
}
.banner .sup-cont .sup-icon .jump a{
    display: inline-block;
    width: 154px;
    height: 36px;
    line-height: 36px;
    border-radius: 36px;
    background: #008fd6;
    color: #fff;
    font-size: 18px;
    position:relative;
    z-index:10003;
}
.banner .sup-cont .sup-icon .jump a:hover{
    background:#f58232
}
@media only screen and (max-width: 1120px){
    .banner .sup-cont .sup-icon li .info h3{
        font-size: 16px;
        line-height: 32px;
    }
    .banner .sup-cont .sup-icon .word{
        font-size: 18px;
        line-height: 26px;
    }
    .banner .sup-cont .sup-icon .jump {
        margin: 30px auto 0;
    }
}
@media only screen and (max-width: 1000px){
    .banner .sup-cont{
        top: 39%;
    }
    .banner .sup-cont .sup-icon li .info h3 {
        font-size: 14px;
        line-height: 28px;
    }
    .banner .sup-cont .sup-icon .word {
        font-size: 16px;
        line-height: 24px;
    }
    .banner .sup-cont .sup-icon .jump {
        margin: 20px auto 0;
    }
}
@media only screen and (max-width: 890px){
    .banner .sup-cont .sup-icon{
        width: 70%;
    }
    .banner .sup-cont .sup-icon li .img .s1{
        width: 20px;
        height: 20px;
    }
    .banner .sup-cont .sup-icon li .img .s2,
    .banner .sup-cont .sup-icon li .img .s3{
        width: 21px;
        height: 21px;
    }
    .banner .sup-cont .sup-icon li .img .s4{
        width: 19px;
        height: 21px;
    }
    .banner .sup-cont .sup-icon li .img .s5 {
        width: 18px;
        height: 21px;
    }
    .banner .sup-cont .sup-icon li .img .s6 {
        width: 30px;
        height: 19px;
    }
    .banner .sup-cont .sup-icon li .info h3 {
        font-size: 12px;
        line-height: 24px;
    }
    .banner .sup-cont .sup-icon .word{
        font-size: 14px;
        padding-top: 10px;
    }
    .banner .sup-cont .sup-icon .jump {
        margin: 10px auto 0;
    }
    .banner .sup-cont .sup-icon .jump a{
        width: 120px;
        height: 30px;
        line-height: 30px;
        border-radius: 30px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 640px){
    .banner .sup-cont {
        top: 38%;
    }
    .banner .sup-cont .sup-icon {
        width: 85%;
    }
    .banner .sup-cont .sup-icon .word {
        padding-top: 20px;
    }
    .banner .sup-cont .sup-icon .jump {
        margin: 40px auto 0;
    }
}
@media only screen and (max-width: 480px){
    .banner .sup-cont .sup-icon .word p{
        float: none;
    }
}
@media only screen and (max-width: 375px){
    .banner .sup-cont .sup-icon {
        width: 95%;
    }
    .banner .sup-cont .sup-icon li .info h3 {
        line-height: 18px;
    }
    .banner .sup-cont .sup-icon .word {
        padding-top: 10px;
    }
    .banner .sup-cont .sup-icon .jump {
        margin: 18px auto 0;
    }
}
/* partners 渠道伙伴 */
.gd-content .par-list{
    width: 100%;
    margin: 30px auto 60px;
}
.par-list li{
    width: 48.2%;
    margin-right: 40px;
    float: left;
}
.par-list li.last{
    margin-right: 0;
}
.par-list li .theme{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.par-list li .img{
    width: 100%;
}
.par-list li .img img{
    width: 100%;
}
.par-list li .info{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.par-list li .info h3{
    padding: 25px 0 0 25px;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
}
.par-list li .info span{
    display: block;
    width: 47px;
    height: 3px;
    border-radius: 3px;
    background: #fff;
    margin: 5px 0 0 25px;
}
.gd-content .latest-news{
    padding: 40px 0;
    background: #f7f8f9;
}
.gd-content .latest-news .title{
    font-size: 24px;
    line-height: 40px;
    color: #008fd6;
}
.gd-content .latest-news .title span{
    display: block;
    width: 104px;
    height: 4px;
    border-radius: 4px;
    background: #008fd6;
    margin: 10px auto 0;
}
.gd-content .latest-news .news-list{
    padding-top: 20px;
}
.news-list li{
    padding: 15px 0;
    line-height: 30px;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}
.news-list li.last{
    border-bottom: 0;
}
.news-list li a{
    font-size: 16px;
    color: #666;
    display: inline-block;
}
.news-list li:hover a{
    color: #008fd6;
}
.news-list li p {
    float: right;
    color: #999;
    font-size: 14px;
    padding-right: 20px;
}
.news-list li:hover p{
    color: #008fd6;
}
.news-list li:hover .i-right{
    background-image: url(img/i-right-h.png);
    background-image: url(img/i-right-h.svg),none;
}
.news-list li .mb-more {
    float: right;
    padding-right: 20px;
    display: block;
    width: 100%;
    text-align: right;
}
.news-list li .mb-more:after {
    width: 6px;
    height: 11px;
    background: url(img/gt-more.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    content: '';
    display: inline-block;
}
.news-list li .mb-more:hover:after {
    background-image: url(img/gt-more-h.png);
}
.news-list li .cur-b{
    padding-right: 20px;
    display:none;
    float: right;
}
.news-list li .cur-b:after {
    width: 6px;
    height: 11px;
    background: url(img/gt-more.png) no-repeat;
    content: '';
    display: inline-block;
}
.news-list li .cur-b:hover:after {
    background-image: url(img/gt-more-h.png);
}
.gd-content .partner{
    padding: 30px 0;
    background: #fff;
}
.partner .title{
    font-size: 24px;
    line-height: 40px;
    color: #008fd6;
}
.partner .title span{
    display: block;
    width: 140px;
    height: 4px;
    border-radius: 4px;
    background: #008fd6;
    margin: 10px auto 0;
}
.partner .p-img-list{
    width: 100%;
    margin: 60px auto;
}
.partner .p-img-list li{
    width: 15%;
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}
.partner .p-img-list li.last{
    margin-right: 0;
}
.partner .p-img-list li .inner{
    width: 100%;
    text-align: center;
}
.partner .p-img-list li .img{
    width: 100%;
    border: 1px solid #dadada;
}
.partner .p-img-list li .img a{
    display: block;
}
.partner .p-img-list li .img a img{
    width: 100%;
}
.partner .p-img-list li .info{
    padding-top: 15px;
}
.partner .p-img-list li .info a{
    display: block;
    padding: 0 20px;
    line-height: 18px;
}
@media only screen and (max-width: 1170px){
    .par-list li{
        width: 48%;
    }
}
@media only screen and (max-width: 1100px){
    .partner .p-img-list li{
        width: 15%;
    }
    .partner .p-img-list li .info a{
        padding: 0 10px;
    }
}
@media only screen and (max-width: 1060px){
    .par-list li{
        width: 47.2%;
    }
}
@media only screen and (max-width: 768px){
    .gd-content .par-list{
        margin: 15px auto 30px;
    }
    .par-list li{
        margin-right: 30px;
    }
    .par-list li .info h3{
        padding: 15px 0 0 15px;
        font-size: 20px;
    }
    .par-list li .info span{
        width: 40px;
        height: 2px;
        border-radius: 2px;
        margin: 5px 0 0 15px;
    }
    .gd-content .latest-news .title{
        font-size: 20px;
        line-height: 32px;
    }
    .gd-content .latest-news{
        padding: 20px 0;
    }
    .gd-content .latest-news .title h3{
        font-size: 20px;
    }
    .gd-content .latest-news .title span{
        width: 90px;
        height: 3px;
        border-radius: 3px;
        margin: 8px auto 0;
    }
    .gd-content .latest-news .news-list{
        padding-top: 10px;
    }
    .news-list li{
        padding: 10px 0;
        line-height: 26px;
    }
    .i-right{
        width: 11px;
        height: 9px;
        margin: 0 10px 3px 0;
    }
    .news-list li a{
        font-size: 14px;
    }
    .news-list li p{
        font-size: 12px;
        padding-right: 10px;
    }
    .news-list li .mb-more{
        padding-right: 10px;
    }
    .news-list li .mb-more:after{
        width: 5px;
        height: 9px;
    }
    .gd-content .partner{
        padding: 15px 0;
    }
    .partner .title {
        font-size: 20px;
        line-height: 32px;
    }
    .partner .title h3 {
        font-size: 20px;
    }
    .partner .title span {
        width: 118px;
        height: 3px;
        border-radius: 3px;
        margin: 8px auto 0;
    }
    .partner .p-img-list {
        margin: 30px auto 10px;
    }
}
@media only screen and (max-width: 767px){
    .partner .p-img-list li {
        width: 43%;
        margin-bottom: 15px;
        margin-left:10px;
    }
}
@media only screen and (max-width: 640px){
    .gd-content .par-list{
        width: 95%;
    }
    .par-list li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .par-list li.last{
        margin-bottom: 0;
    }
    .gd-content .latest-news .title,
    .gd-content .latest-news .news-list{
        width: 95%;
        margin: 0 auto;
    }
    .partner .p-img-list{
        width: 95%;
    }
}
@media only screen and (max-width: 568px){
    .i-right{
        position: absolute;
        top: 18px;
        left: 0;
    }
    .news-list li a{
        width: 72%;
        padding-left: 18px;
    }
    .news-list li p{
        width: 20%;
    }
}
@media only screen and (max-width: 480px){
    .news-list li {
        padding: 5px 0;
        line-height: 18px;
    }
    .i-right{
        top: 10px;
    }
    .partner .p-img-list li .info {
        padding-top: 8px;
    }
    .partner .p-img-list li .info a{
        font-size: 12px;
    }
}
@media only screen and (max-width: 414px){
    .news-list li a{
        font-size: 12px;
    }
    .news-list li p {
        width: 27%;
    }
}
/*partners-download*/
.gd-content .pro-load{
    width: 100%;
    margin: 0 auto;
}
.gd-content .pro-load .title{
    height: 60px;
    border-bottom: 1px solid #dadada;
}
.gd-content .pro-load .title h3{
    font-size: 24px;
    line-height: 60px;
}
.gd-content .pro-load .list{
    margin-top: 20px;
}
.gd-content .pro-load .list li {
    width: 23.2%;
    margin-right: 28px;
    float: left;
    position: relative;
}
.gd-content .pro-load .list li.last{
    margin-right: 0;
}
.gd-content .pro-load .list li .img {
    overflow: hidden;
    width: 100%;
    float: left;
}
.gd-content .pro-load .list li .img a{
    display: block;
}
.gd-content .pro-load .list li .img a img{
    width: 100%;
}
.gd-content .pro-load .list li .info{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(img/tran0.3.png) repeat;
}
.gd-content .pro-load .list li:hover .info,
.gd-content .pro-load .list li.cur .info{
    background-image: url(img/tran0.8-blue.png);
}
.gd-content .pro-load .list li .info h3{
    margin: 30% auto 0;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    /*font-variant:small-caps;*/
}
.gd-content .pro-load .list li:hover .info h3,
.gd-content .pro-load .list li.cur .info h3 {
    display: none;
}
.gd-content .pro-load .list li .info .details{
    display: none;
}
.gd-content .pro-load .list li:hover .info .details,
.gd-content .pro-load .list li.cur .info .details{
    display: block;
}
.gd-content .pro-load .list li .info .details ul{
    margin: 25% auto 0;
    text-align: center;
}
.gd-content .pro-load .list li .info .details ul li{
    display: inline-block;
    margin-right: 25px;
    width: 30%;
    line-height: 30px;
    float: none;
}
.gd-content .pro-load .list li .info .details ul li.last{
    margin-right: 0;
}
.gd-content .pro-load .list li .info .details ul li a{
    font-size: 16px;
    color: #fff;
    position: relative;
}
.gd-content .pro-load .list li .info .details ul li a p{
    position: absolute;
    /*top: 24px;*/
    width: 100px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    padding:0 15px;
    /*background: url(img/tag.png) no-repeat;*/
    background:#eee;
    border-radius:5px;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.gd-content .pro-load-en .list li .info .details ul li a p{
    width: 125px;
}
.gd-content .pro-load .list li:hover .info .details ul li:hover a,
.gd-content .pro-load .list li.cur .info .details ul li.cur a{
    text-decoration: underline;
}
.gd-content .pro-load .list li:hover .info .details ul li:hover a p,
.gd-content .pro-load .list li.cur .info .details ul li.cur a p{
    display: block;
}
.gd-content .pro-cont,.gd-content .pro-cont2{
    /*background: #f7f8f9;*/
    /*padding: 30px 0;*/
}
.pro-cont .c-list,.pro-cont2 .c-list{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.pro-cont .c-list .arrow-up,.pro-cont2 .c-list .arrow-up{
    position: absolute;
    top: -19px;
    left: 10%;
    width: 23px;
    height: 19px;
    background: url(img/arrow-up.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.pro-cont .c-list .title,.pro-cont2 .c-list .title{
    width: 100%;
    height: 46px;
    border-bottom: 6px solid #008fd6;
}
.pro-cont .c-list .title span,.pro-cont2 .c-list .title span{
    display: inline-block;
    width: auto;
    padding:0 20px;
    line-height: 40px;
    text-align: center;
    background: #efefef;
    margin-right: -5px;
    cursor: pointer;
}
.pro-cont .c-list .title span.first,.pro-cont2 .c-list .title span.first{
    border-radius: 5px 0 0 0;
}
.pro-cont .c-list .title span.last,.pro-cont2 .c-list .title span.last{
    border-radius: 0 5px 0 0;
}
.pro-cont .c-list .title span:hover,.pro-cont .c-list .title span.cur,
.pro-cont2 .c-list .title span:hover,.pro-cont2 .c-list .title span.cur{
    background: #008fd6;
    color: #fff;
    /*font-weight: bold;*/
}
.pro-cont .c-list .inner,.pro-cont2 .c-list .inner {
    width: 100%;
    padding: 30px 20px;
    background: #fff;
    border: 1px solid #dadada;
    border-radius: 0 0 10px 10px;
}
.pro-cont .c-list .inner li,.pro-cont2 .c-list .inner li {
    line-height: 40px;
}
.pro-cont2 .c-list .inner li{
    width: 100%;
    margin-right: 0;
    float: none;
}
.pro-cont .c-list .inner li a,.pro-cont2 .c-list .inner li a{
    color: #999;
}
.pro-cont .c-list .inner li:hover a,.pro-cont2 .c-list .inner li:hover a{
    color: #008fd6;
}
.pro-cont .c-list .inner li:hover .i-load-g,
.pro-cont2 .c-list .inner li:hover .i-load-g{
    background-image: url(img/download-blue.png);
    background-image: url(img/download-blue.svg),none;
}
.pro-load .pro-list2{
    background: #fff;
    padding: 20px 0;
}
.pro-load .pro-list2 li{
    width: 23.2%;
    margin-right: 28px;
    float: left;
    position: relative;
}
.pro-load .pro-list2 li .img {
    overflow: hidden;
    width: 100%;
    float: left;
}
.pro-load .pro-list2 li .img a{
    display: block;
}
.pro-load .pro-list2 li .img a img{
    width: 100%;
}
.pro-load .pro-list2 li .info{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(img/tran0.3.png) repeat;
}
.pro-load .pro-list2 li:hover .info,
.pro-load .pro-list2 li.cur .info{
    background-image: url(img/tran0.8-blue.png);
}
.pro-load .pro-list2 li .info h3 {
    margin: 30% auto 0;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    /*font-variant: small-caps;*/
}
.pro-load .pro-list2 li:hover .info h3,
.pro-load .pro-list2 li.cur .info h3{
    display: none;
}
.pro-load .pro-list2 li .info .details {
    display: none;
}
.pro-load .pro-list2 li:hover .info .details,
.pro-load .pro-list2 li.cur .info .details{
    display: block;
}
.pro-load .pro-list2 li .info .details ul {
    margin: 25% auto 0;
    text-align: center;
}
.pro-load .pro-list2 li .info .details ul li {
    display: inline-block;
    margin-right: 25px;
    width: 30%;
    line-height: 30px;
    float: none;
}
.pro-load .pro-list2 li .info .details ul li a {
    font-size: 16px;
    color: #fff;
    position: relative;
}
.pro-load .pro-list2 li:hover .info .details ul li:hover a,
.pro-load .pro-list2 li.cur .info .details ul li.cur a{
    text-decoration: underline;
}
.pro-load .pro-list2 li .info .details ul li a p {
    position: absolute;
    width: 100px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    padding:0 15px;
    /*background: url(img/tag.png) no-repeat;*/
    background:#eee;
    border-radius:5px;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.pro-load-en .pro-list2 li .info .details ul li a p {
    width: 125px;
}
.pro-load .pro-list2 li:hover .info .details ul li:hover a p,
.pro-load .pro-list2 li.cur .info .details ul li.cur a p{
    display: block;
}
.pro-load .industry{
    padding-top: 20px;
    background: #fff;
}
.pro-load .industry .title {
    height: 60px;
    border-bottom: 1px solid #dadada;
}
.pro-load .industry .title h3{
    font-size: 24px;
    line-height: 60px;
}
.pro-load .industry .indus-type{
    line-height: 95px;
}
.pro-load .industry .indus-type span{
    width: 20%;
    display: inline-block;
    font-size: 18px;
    line-height: 95px;
    color: #666;
    background: #f0f0f0;
    float: left;
    text-align: center;
    cursor: pointer;
}
.pro-load .industry .indus-type span.cur,
.pro-load .industry .indus-type span:hover{
    color: #008fd6;
    background: #ebebeb;
}
.pro-load .industry .indus-type span.cur .i-load-g2,
.pro-load .industry .indus-type span:hover .i-load-g2{
    background-image: url(img/download-blue.png);
    background-image: url(img/download-blue.svg),none;
}
.pro-load .industry .indus-list{
    /*background: #f7f8f9;*/
    padding: 25px 0 120px;
}
.pro-load .industry .indus-list .middle{
    position: relative;
}
.pro-load .industry .indus-list .arrow-up {
    position: absolute;
    top: -19px;
    left: 8%;
    width: 23px;
    height: 19px;
    background: url(img/arrow-up.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.pro-load .industry .indus-list .title {
    width: 100%;
    height: 46px;
    border-bottom: 6px solid #008fd6;
}
.pro-load .industry .indus-list .title span {
    display: inline-block;
    width: auto;
    padding:0 20px;
    line-height: 40px;
    text-align: center;
    background: #efefef;
    margin-right: -5px;
    cursor: pointer;
}
.pro-load .industry .indus-list .title span.first {
    border-radius: 5px 0 0 0;
}
.pro-load .industry .indus-list .title span.last {
    border-radius: 0 5px 0 0;
}
.pro-load .industry .indus-list .title span:hover,
.pro-load .industry .indus-list .title span.cur {
    background: #008fd6;
    color: #fff;
    /*font-weight: bold;*/
}
.pro-load .industry .indus-list .inner {
    width: 100%;
    padding: 30px 20px;
    background: #fff;
    border: 1px solid #dadada;
    border-radius: 0 0 10px 10px;
}
.pro-load .industry .indus-list .inner li {
    line-height: 40px;
}
.pro-load .industry .indus-list .inner li a {
    color: #999;
}
.pro-load .industry .indus-list .inner li:hover a{
    color: #008fd6;
}
.pro-load .industry .indus-list .inner li:hover .i-load-g{
    background-image: url(img/download-blue.png);
    background-image: url(img/download-blue.svg),none;
    -ms-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background: none\9;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/theme/bg/download-blue.png', sizingMethod='scale');
}
@media only screen and (max-width: 1200px){
    .gd-content .pro-load .list li,.pro-load .pro-list2 li{
        width: 23%;
        margin-right: 25px;
    }
}
@media only screen and (max-width: 1024px){
    .gd-content .pro-load .list li .info .details ul li{
        width: 35%;
    }
}
@media only screen and (max-width: 996px){
    .gd-content .pro-load .list li,.pro-load .pro-list2 li{
        width: 30%;
        margin-right: 20px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 768px){
    .pro-load .industry .indus-type{
        line-height: 80px;
    }
    .pro-load .industry .indus-type span{
        line-height: 80px;
    }
}
@media only screen and (max-width: 680px){
    .gd-content .pro-load .title{
        height: 50px;
        width: 95%;
        margin: 0 auto;
    }
    .gd-content .pro-load .title h3{
        font-size: 20px;
        line-height: 50px;
    }
    .pro-load .pro-list2{
        padding: 10px 0;
    }
    .gd-content .pro-load .list ul{
        margin-top: 20px;
    }
    .gd-content .pro-load .list ul,.pro-load .pro-list2 ul{
        width: 95%;
        margin: 0 auto;
    }
    .gd-content .pro-load .list li,.pro-load .pro-list2 li{
        width: 100%;
    }
    .gd-content .pro-load .list li .info .details ul li a p,
    .pro-load .pro-list2 li .info .details ul li a p{
        left: -6px;
    }
    .pro-cont .c-list .title, .pro-cont2 .c-list .title{
        height: 40px;
        border-bottom: 4px solid #008fd6;
    }
    .pro-cont .c-list .title span, .pro-cont2 .c-list .title span{
        line-height: 36px;
    }
    .pro-cont .c-list .inner, .pro-cont2 .c-list .inner{
        width: 95%;
        margin: 0 auto;
    }
    .pro-load .industry{
        padding-top: 10px;
    }
    .pro-load .industry .indus-type{
        width: 95%;
        margin: 0 auto;
    }
    .pro-load .industry .indus-list .title,
    .pro-load .industry .indus-list .inner{
        width: 95%;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 640px){
    .pro-cont .c-list .arrow-up, .pro-cont2 .c-list .arrow-up{
        top: -16px;
        left: 14%;
        width: 20px;
        height: 16px;
    }
    .pro-cont .c-list .title span, .pro-cont2 .c-list .title span{
        width: 70px;
        font-size: 12px;
    }
    .pro-cont .c-list .inner, .pro-cont2 .c-list .inner{
        padding: 15px 10px;
    }
    .pro-cont .c-list .inner li, .pro-cont2 .c-list .inner li{
        line-height: 30px;
        margin-bottom: 0;
    }
    .pro-cont .c-list .inner li a, .pro-cont2 .c-list .inner li a{
        font-size: 12px;
    }
    .i-load-g{
        width: 12px;
        height: 11px;
        margin: 0 9px 3px 0;
    }
    .pro-load .industry .indus-type{
        line-height: 60px;
    }
    .pro-load .industry .indus-type span{
        width: 33%;
        line-height: 60px;
        font-size: 16px;
    }
    .i-load-g2{
        width: 13px;
        height: 12px;
    }
    .pro-load .industry .indus-list .inner li{
        line-height: 30px;
    }
    .pro-load .industry .indus-list{
        padding: 25px 0 60px;
    }
    .pro-load .industry .indus-list .title{
        height: 40px;
        border-bottom: 4px solid #008fd6;
    }
    .pro-load .industry .indus-list .title span{
        width: 70px;
        font-size: 12px;
        line-height: 36px;
    }
    .pro-load .industry .indus-list .inner{
        padding: 15px 10px;
    }
    .pro-load .industry .indus-list .arrow-up{
        top: -16px;
        left: 15%;
        width: 20px;
        height: 16px;
    }
    .pro-load .industry .indus-list .inner li{
        line-height: 30px;
        margin-bottom: 0;
    }
    .pro-load .industry .indus-list .inner li a{
        font-size: 12px;
    }
}
@media only screen and (max-width: 414px){
    .pro-cont .c-list .title span, .pro-cont2 .c-list .title span,
    .pro-load .industry .indus-list .title span{
        width: 56px;
    }
    .i-load-g2{
        margin: 0 0 3px 13px;
    }
    .pro-load .industry .indus-type {
        line-height: 50px;
    }
    .pro-load .industry .indus-type span{
        line-height: 50px;
        font-size: 14px;
    }
}
/* about-us 关于我们 */
.gd-content .about-list{
    width: 100%;
    margin: 0 auto;
}
.about-list .title {
    margin-top: 10px;
    height: 60px;
    border-bottom: 1px solid #dadada;
}
.about-list .title h3{
    font-size: 24px;
    line-height: 60px;
    color:#008fd6;
}
.about-list li{
    width: 100%;
    float: left;
    padding: 40px 10px;
    border-bottom: 1px solid #f1f1f1;
    cursor: pointer;
}
.about-list li.last{
    border-bottom: 0;
}
.about-list li .inner{
    width: 100%;
}
.about-list li .info{
    width: 67%;
}
.about-list li .info h3{
    font-size: 18px;
}
.about-list li .info:hover h3{
    color: #008fd6;
}
.about-list li .info p{
    display: inline-block;
    padding-top: 20px;
    font-size: 16px;
    color: #999;
    width: 82%;
}
.about-list li:hover .info p{
    color: #666;
}
.about-list li .info .full{
    display: block;
    padding-top: 50px;
    line-height: 20px;
    color: #999;
}
.about-list li .info:hover .full{
    color: #008fd6;
}
.about-list li .img{
    width: 33%;
}
.about-list li .img a{
    display: block;
}
.about-list li .img a img{
    width: 100%;
}
.gd-content .other-list{
    padding: 65px 0 55px;
    background: #f6f6f6;
}
.other-list li {
    width: 30.8%;
    margin-right: 45px;
    float: left;
}
.other-list li.last{
    margin-right: 0;
}
.other-list li .theme{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.other-list li .img{
    width: 100%;
}
.other-list li .img img{
    width: 100%;
    transition: all 0.6s;
}
.other-list li:hover .img img{
    transform: scale(1.05);
}
.other-list li .info {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.other-list li .info h3 {
    padding: 20px 0 0 20px;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}
@media only screen and (max-width: 1200px){
    .other-list li{
        width: 30%;
    }
}
@media only screen and (max-width: 1024px){
    .other-list li{
        margin-right: 35px;
    }
}
@media only screen and (max-width: 768px){
    .about-list li{
        padding: 20px 5px;
    }
    .gd-content .other-list{
        padding: 35px 0 25px;
        /*width: 95%;*/
        margin: 0 auto;
    }
    .other-list li .info h3{
        padding: 10px 0 0 10px;
        font-size: 16px;
    }
}
@media only screen and (max-width: 746px){
    .other-list li {
        margin-right: 30px;
    }
}
@media only screen and (max-width: 640px){
    .gd-content .about-list{
        width: 95%;
    }
    .about-list .title {
        margin-top: 5px;
        height: 50px;
    }
    .about-list .title h3 {
        font-size: 20px;
        line-height: 50px;
    }
    .about-list li .info{
        width: 100%;
    }
    .about-list li .info h3 {
        font-size: 16px;
    }
    .about-list li .info p{
        padding-top: 10px;
        font-size: 12px;
        line-height: 20px;
        width: 100%;
    }
    .about-list li .info .full{
        padding-top: 25px;
        font-size: 12px;
    }
    .about-list li .img{
        width: 100%;
    }
    .other-list ul{
        width: 95%;
        margin: 0 auto;
    }
    .other-list li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .other-list li.last{
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 414px){
    .about-list li .info .full{
        padding-top: 15px;
    }
}
/*development-path*/
.gd-content .develop-path{
    width: 100%;
    margin: 0 auto;
}
.develop-path .title {
    padding: 10px 0 20px;
    border-bottom: 1px solid #dadada;
}
.develop-path .title h1{
    font-size: 24px;
    line-height: 30px;
}
.develop-path .inner {
    padding: 40px 0 80px;
}
.develop-path .inner li{
    width: 87%;
    margin-left: 11%;
    padding: 30px 0 0;
    position: relative;
    border-left: 1px solid #dadada;
}
.develop-path .inner li.last{
    padding-bottom: 30px;
}
.develop-path .inner li p{
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    cursor: default;
}
.develop-path .inner li p.p-date{
    position: absolute;
    left: -12.8%;
    top: 30px;
}
.develop-path .inner li p.p-ring{
    position: absolute;
    left: -6px;
    top: 40px;
    width: 11px;
    height: 11px;
    border-radius: 11px;
    border: 2px solid #008fd6;
    background: #fff;
}
.develop-path .inner li p.p-cont{
    padding-left: 60px;
}
@media only screen and (max-width: 1024px){
    .develop-path .inner li{
        margin-left: 13%;
    }
    .develop-path .inner li p.p-date{
        left: -15%;
    }
}
@media only screen and (max-width: 860px){
    .develop-path .inner li{
        margin-left: 20%;
        width: 80%;
    }
    .develop-path .inner li p.p-date {
        left: -24%;
    }
}
@media only screen and (max-width: 768px){
    .develop-path .title{
        padding: 5px 0 10px;
    }
    .develop-path .title h1{
        font-size: 20px;
        line-height: 24px;
    }
    .develop-path .inner {
        padding: 20px 0 40px;
    }
    .develop-path .inner li{
        padding: 15px 0 0;
    }
    .develop-path .inner li.last {
        padding-bottom: 15px;
    }
    .develop-path .inner li p.p-date{
        top: 16px;
    }
    .develop-path .inner li p.p-ring{
        top: 24px;
    }
    .develop-path .inner li p.p-cont{
        padding-left: 30px;
    }
}
@media only screen and (max-width: 640px){
    .gd-content .develop-path{
        width: 95%;
    }
    .develop-path .inner li p{
        font-size: 14px;
        line-height: 24px;
    }
    .develop-path .inner li p.p-ring{
        left: -5px;
        top: 22px;
        width: 9px;
        height: 9px;
        border-radius: 9px;
        border: 1px solid #008fd6;
    }
}
@media only screen and (max-width: 560px){
    .develop-path .inner li {
        margin-left: 30%;
        width: 70%;
    }
    .develop-path .inner li p.p-date {
        left: -42%;
    }
}
@media only screen and (max-width: 480px){
    .develop-path .inner{
        padding-bottom: 30px;
    }
    .develop-path .inner li p {
        font-size: 12px;
        line-height: 18px;
    }
    .develop-path .inner li p.p-cont {
        padding-left: 20px;
    }
}
/*company-profile*/
.gd-content .company-profile{
    width: 100%;
    margin: 0 auto;
}
.company-profile .title {
    padding: 10px 0 20px;
    border-bottom: 1px solid #dadada;
}
.company-profile .title h1{
    font-size: 24px;
}
.company-profile .literal{
    padding: 30px 0;
}
.company-profile .literal p{
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 20px;
}
@media only screen and (max-width: 768px){
    .company-profile .title{
        padding: 5px 0 10px;
    }
    .company-profile .title h1 {
        font-size: 20px;
        line-height: 24px;
    }
    .company-profile .literal {
        padding: 15px 0;
    }
}
@media only screen and (max-width: 640px){
    .gd-content .company-profile{
        width: 95%;
    }
    .company-profile .literal p {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 10px;
    }
}
@media only screen and (max-width: 480px){
    .gd-head .bread-crumbs .gt{
        width: 5px;
        height: 10px;
        margin: 0 5px;
        -webkit-background-size: 100%;
        background-size: 100%;
    }
}
/*awards*/
.gd-content .awards{
    width: 100%;
    margin: 0 auto;
}
.awards .title {
    padding: 10px 0 20px;
    border-bottom: 1px solid #dadada;
}
.awards .title h1{
    font-size: 24px;
}
.awards .list{
    width: 100%;
    margin: 35px auto;
}
.awards .list li{
    float: left;
    width: 20.4%;
    height: auto;
    margin-right: 40px;
    margin-bottom: 40px;
}
.awards .list li a{
    display: block;
}
.awards .list li a img{
    width: 100%;
}
.awards .list li p{
    display: block;
    line-height: 20px;
    text-align: center;
    margin: 25px auto 0;
    width: 68%;
    height: 40px;
}
@media only screen and (max-width: 930px){
    .awards .list li{
        width: 20%;
    }
    .awards .list li p{
        margin: 15px auto 0;
        width: 83%;
    }
}
@media only screen and (max-width: 852px){
    .awards .list li {
        margin-right: 30px;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 768px){
    .awards .title {
        padding: 5px 0 10px;
    }
    .awards .title h1 {
        font-size: 20px;
        line-height: 24px;
    }
    .awards .list{
        margin: 20px auto;
    }
    .awards .list li p{
        font-size: 12px;
        line-height: 16px;
        height: 32px;
    }
}
@media only screen and (max-width: 640px){
    .gd-content .awards{
        width: 95%;
    }
    .awards .list li {
        width: 47%;
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .awards .list li:nth-child(even){
        margin-right: 0;
    }
}
@media only screen and (max-width: 360px){
    .awards .list li{
        width: 46%;
    }
}
/*contact-us*/
.gd-content .contact-list{
    width: 100%;
    margin: 35px auto 70px;
}
.contact-list dl{
    margin-bottom: 20px;
}
.contact-list dl>dt{
    height: 64px;
    line-height: 64px;
    font-size: 24px;
    color: #008fd6;
    font-weight: normal;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px;
}
.contact-list dl>dd{
    padding-left: 40px;
    font-size: 14px;
    line-height: 40px;
    position: relative;
}
.contact-list dl>dd p{
    display: inline-block;
    padding-left: 30px;
}
.contact-list dl>dd i{
    position: absolute;
    top: 12px;
    left: 40px;
}
.contact-list dl>dd a{
    color: #008fd6;
    padding-left: 30px;
}
.contact-list dl>dd p a{
    padding-left: 0;
}
@media only screen and (max-width: 768px){
    .gd-content .contact-list{
        margin: 18px auto 35px;
    }
}
@media only screen and (max-width: 640px){
    .gd-content .contact-list{
        width: 95%;
    }
    .contact-list dl {
        margin-bottom: 10px;
    }
    .contact-list dl>dt{
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        margin-bottom: 15px;
    }
    .i-sz,.i-nj,.i-sh,.i-sh,.i-xa,.i-bj{
        width: 32px;
        height: 32px;
        margin: 0 10px 4px 5px;
    }
    .contact-list dl>dd {
        padding-left: 20px;
        font-size: 12px;
        line-height: 30px;
    }
    .contact-list dl>dd i{
        width: 14px;
        height: 14px;
        top: 9px;
        left: 20px;
    }
    .i-pos{
        height: 16px;
    }
    .i-phone{
        height: 13px;
    }
    .i-mail{
        height: 10px;
    }
    .contact-list dl>dd p{
        padding-left: 25px;
    }
    .contact-list dl>dd a{
        font-size: 12px;
        padding-left: 25px;
    }
}
@media only screen and (max-width: 414px){
    .gd-content .contact-list {
        margin: 10px auto 20px;
    }
}
@media only screen and (max-width: 384px){
    .contact-list dl>dd{
        padding-left: 10px;
    }
    .contact-list dl>dd i{
        left: 10px;
    }
}
@media only screen and (max-width: 320px){
    .contact-list dl>dt{
        margin-bottom: 8px;
        line-height: 24px;
    }
    .contact-list dl>dd{
        padding-left: 0;
    }
    .contact-list dl>dd i {
        left: 0;
    }
    .contact-list dl>dd p,.contact-list dl>dd a {
        padding-left: 22px;
    }
}
/*news*/
.gd-content .news{
    padding: 20px 0 80px;
}
.gd-content .news ul{
    width: 100%;
    margin: 0 auto 40px;
}
.gd-content .news li {
    padding: 15px 0;
    line-height: 30px;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}
.gd-content .news li a {
    font-size: 16px;
    color: #666;
}
.gd-content .news li:hover a{
    color: #008fd6;
}
.gd-content .news li p {
    float: right;
    color: #999;
    font-size: 14px;
    padding-right: 20px;
}
.gd-content .news li:hover p{
    color: #008fd6;
}
.news li:hover .i-right{
    background-image: url(img/i-right-h.png);
    background-image: url(img/i-right-h.svg),none;
}
@media only screen and (max-width: 768px){
    .gd-content .news {
        padding: 10px 0 40px;
    }
}
@media only screen and (max-width: 640px){
    .gd-content .news{
        width: 95%;
        margin: 0 auto;
    }
    .gd-content .news li {
        padding: 10px 0;
        line-height: 26px;
    }
    .gd-content .news li a{
        font-size: 14px;
    }
    .gd-content .news li p{
        font-size: 12px;
        padding-right: 10px;
    }
}
@media only screen and (max-width: 568px){
    .gd-content .news li a{
        width: 72%;
        padding-left: 18px;
        display: inline-block;
    }
    .gd-content .news li p {
        width: 20%;
        padding-right: 0;
    }
}
@media only screen and (max-width: 480px){
    .gd-content .news li {
        padding: 5px 0;
        line-height: 20px;
    }
}
@media only screen and (max-width: 414px){
    .gd-content .news li a{
        font-size: 13px;
    }
}
@media only screen and (max-width: 360px){
    .gd-content .news li p {
        width: 25%;
    }
}
/*news-details*/
.news-detail{
    width: 100%;
    margin: 0 auto;
}
.news-detail .title{
    padding: 10px 0 20px;
    border-bottom: 1px solid #dadada;
}
.news-detail .title h1{
    font-size: 30px;
    line-height: 40px;
    width: 92%;
    float: left;
}
.news-detail .title span{
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #999;
    padding-top: 10px;
}
.news-detail .word{
    padding-top: 30px;
}
.news-detail .word p{
    /*display: inline-block;*/
    font-size: 16px;
    line-height: 26px;
    color: #666;
    padding: 0;
}
.news-detail .word .img{
    text-align: center;
    width: 35%;
    margin: 0 auto;
    padding-bottom: 30px;
}
.news-detail .word .img a{
    display: block;
}
.news-detail .word .img a img{
    width: 100%;
}
.news-detail .word .a-return{
    display: block;
    margin: 50px auto 0;
    width: 184px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    background: #ededed;
    font-size: 24px;
    text-align: center;
}
.gd-content .news-links{
    padding-top: 30px;
}
.gd-content .news-links p{
    color: #666;
    line-height: 30px;
}
.gd-content .news-links p:hover{
    color: #008fd6;
}
.gd-content .news-links p strong{
    font-weight: normal;
}
.gd-content .news-links p a{
    color: #666;
}
.gd-content .news-links p:hover a{
    color: #008fd6;
}
.gd-page .pageNum{
    text-align: right;
    padding-top: 60px;
}
@media only screen and (max-width: 1034px){
    .news-detail .title h1{
        width: 90%;
    }
}
@media only screen and (max-width: 830px){
    .news-detail .title h1{
        width: 88%;
    }
}
@media only screen and (max-width: 768px){
    .news-detail .title{
        padding: 5px 0 10px;
    }
    .news-detail .title h1{
        font-size: 26px;
        line-height: 30px;
    }
    .news-detail .title span{
        padding-top: 5px;
        line-height: 26px;
    }
    .news-detail .word {
        padding-top: 15px;
    }
    .news-detail .word p{
        padding: 0 0 15px;
    }
    .news-detail .word .img{
        padding-bottom: 15px;
    }
    .news-detail .word .a-return{
        margin: 25px auto 0;
    }
    .gd-content .news-links {
        padding-top: 15px;
    }
}
@media only screen and (max-width: 700px){
    .news-detail .title h1 {
        width: 86%;
    }
}
@media only screen and (max-width: 640px){
    .news-detail{
        width: 95%;
    }
    .news-detail .title h1{
        font-size: 20px;
        width: 100%;
    }
    .news-detail .title span{
        font-size: 12px;
    }
    .news-detail .word p{
        font-size: 14px;
        line-height: 20px;
    }
    .news-detail .word .img{
        width: 100%;
    }
    .news-detail .word .a-return{
        width: 150px;
        height: 32px;
        line-height: 32px;
        border-radius: 32px;
        font-size: 18px;
    }
    .gd-content .news-links p{
        font-size: 12px;
        line-height: 22px;
    }
}
/*recruitment*/
.gd-content .rec-list{
    width: 100%;
    margin: 30px auto 80px;
}
.rec-list .title{
    width: 100%;
    height: 46px;
    border-bottom: 6px solid #008fd6;
}
.rec-list .title span{
    display: inline-block;
    width: 103px;
    line-height: 40px;
    text-align: center;
    background: #efefef;
    margin-right: -4px;
    cursor: pointer;
}
.rec-list .title span.first{
    border-radius: 5px 0 0 0;
}
.rec-list .title span.last{
    border-radius: 0 5px 0 0;
}
.rec-list .title span:hover,
.rec-list .title span.cur{
    background: #008fd6;
    color: #fff;
    font-weight: bold;
}
.rec-list .inner{
    width: 100%;
    padding: 15px 35px;
    background: #fff;
    border: 1px solid #dadada;
    border-radius: 0 0 10px 10px;
}
.rec-list .inner li{
    padding: 15px 0;
    line-height: 30px;
    border-bottom: 1px solid #e6e6e6;
}
.rec-list .inner li a{
    font-size: 16px;
    color: #666;
    display: inline-block;
}
.rec-list .inner li a em{
    font-style: normal;
}
.rec-list .inner li p{
    float: right;
    color: #999;
    font-size: 14px;
    padding-right: 20px;
}
.rec-list .inner li:hover a,.rec-list .inner li:hover p{
    color: #008fd6;
}
.rec-list .inner .pageNum{
    padding-top: 40px;
}
@media only screen and (max-width: 768px){
    .gd-content .rec-list{
        margin: 15px auto 40px;
    }
    .rec-list .inner{
        padding: 10px 20px;
    }
    .rec-list .inner .pageNum {
        padding-top: 20px;
    }
}
@media only screen and (max-width: 640px){
    .gd-content .rec-list{
        width: 95%;
    }
    .rec-list .title{
        height: 40px;
        border-bottom: 4px solid #008fd6;
    }
    .rec-list .title span{
        width: 70px;
        font-size: 12px;
        line-height: 36px;
    }
    .rec-list .inner li{
        padding: 10px 0;
        line-height: 24px;
    }
    .rec-list .inner li a{
        font-size: 14px;
    }
    .rec-list .inner li p{
        font-size: 12px;
        padding-right: 10px;
    }
}
@media only screen and (max-width: 414px){
    .rec-list .inner {
        padding: 5px 10px;
    }
    .rec-list .inner li {
        padding: 8px 0;
        line-height: 22px;
    }
    .rec-list .inner li a {
        font-size: 13px;
        width: 78%;
    }
    .rec-list .inner li p{
        padding-right: 0;
        width: 20%;
        display: inline-block;
    }
}
@media only screen and (max-width: 359px){
    .rec-list .inner li a{
        width: 75%;
    }
    .rec-list .inner li p{
        width: 25%;
    }
}
/*recruitment-details*/
.gd-content .rec-detail{
    width: 100%;
    margin: 0 auto;
}
.gd-content .rec-detail .title{
    margin-top: 10px;
    height: 60px;
    border-bottom: 1px solid #dadada;
}
.gd-content .rec-detail .title h1{
    font-size: 24px;
    line-height: 60px;
}
.gd-content .rec-detail .inner{
    padding: 30px 0 60px;
    width: 100%;
}
.gd-content .rec-detail .inner dl>dt{
    font-size: 14px;
    line-height: 30px;
}
.gd-content .rec-detail .inner dl>dd{
    font-size: 14px;
    line-height: 36px;
}
.gd-content .rec-detail .inner dl>dd p{
    padding-left: 15px;
    color: #666;
}
.gd-content .in-contact p{
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    line-height: 36px;
    font-weight: bold;
}
.gd-content .in-contact p a{
    color: #008fd6;
}
.gd-content .in-contact p a:hover{
    text-decoration: underline;
}
.gd-content .in-contact .return{
    padding-top: 30px;
    line-height: 36px;
    display: block;
}
.gd-content .in-contact .return:hover{
    color: #008fd6;
    text-decoration: underline;
}
@media only screen and (max-width: 768px){
    .gd-content .rec-detail .title{
        margin-top: 5px;
        height: 50px;
    }
    .gd-content .rec-detail .title h1 {
        font-size: 20px;
        line-height: 50px;
    }
    .gd-content .rec-detail .inner{
        padding: 15px 0 30px;
    }
}
@media only screen and (max-width: 640px){
    .gd-content .rec-detail{
        width: 95%;
    }
    .gd-content .rec-detail .inner dl>dt {
        font-size: 12px;
        line-height: 24px;
    }
    .gd-content .rec-detail .inner dl>dd {
        font-size: 12px;
        line-height: 28px;
    }
    .gd-content .in-contact p{
        margin-right: 10px;
        font-size: 12px;
        line-height: 28px;
    }
    .gd-content .in-contact .return{
        font-size: 12px;
        padding-top: 15px;
        line-height: 28px;
    }
}
/*search*/
nav .head span {
    display: block;
    width: 1px;
    height: 38px;
    line-height: 80px;
    margin: 20px 40px 0;
    background: #999;
    float: left;
}
nav .head h3{
    font-size: 18px;
    line-height: 80px;
    float: left;
}
.gd-content .sea-list{
    padding-bottom: 60px;
}
.gd-content .sea-list .title{
    line-height: 35px;
    border-bottom: 1px solid #e6e6e6;
}
.gd-content .sea-list .title p{
    font-size: 14px;
    display: inline-block;
    color: #666;
    padding-right: 15px;
}
.gd-content .sea-list .title p em{
    font-style: normal;
    color: #f48232;
}
.gd-content .sea-list li{
    width: 100%;
    padding: 20px 0;
    cursor: pointer;
    float: left;
}
.gd-content .sea-list li .inner{
    width: 100%;
}
.gd-content .sea-list li .img {
    width: 24%;
}
.gd-content .sea-list li .img h4{
    font-size: 16px;
    line-height: 50px;
    color: #008fd6;
}
.gd-content .sea-list li .img a{
    display: block;
}
.gd-content .sea-list li .img a img{
    width: 100%;
}
.gd-content .sea-list li .info{
    width: 76%;
    padding-left: 40px;
    padding-top: 50px;
}
.gd-content .sea-list li .info p{
    line-height: 20px;
}
.gd-content .sea-list li .info .full{
    display: block;
    padding-top: 13%;
    color: #008fd6;
    line-height: 20px;
    text-decoration: underline;
}
@media only screen and (max-width: 890px){
    .gd-content .sea-list li .img {
        width: 32%;
    }
    .gd-content .sea-list li .info{
        width: 68%;
    }
}
@media only screen and (max-width: 768px){
    .gd-content .sea-list {
        padding-bottom: 30px;
    }
    .gd-content .sea-list li{
        padding: 10px 0;
    }
}
@media only screen and (max-width: 720px){
    nav .head span{
        height: 30px;
        line-height: 60px;
        margin: 16px 20px 0;
    }
    nav .head h3{
        line-height: 60px;
    }
}
@media only screen and (max-width: 640px){
    nav .head span{
        line-height: 50px;
        margin: 10px 20px 0;
    }
    nav .head h3{
        line-height: 50px;
        font-size: 16px;
    }
    .gd-content .sea-list .title p{
        font-size: 12px;
        padding-right: 10px;
    }
    .gd-content .sea-list{
        width: 95%;
        margin: 0 auto;
    }
    .gd-content .sea-list li .img{
        width: 100%;
    }
    .gd-content .sea-list li .img h4{
        font-size: 15px;
        line-height: 40px;
    }
    .gd-content .sea-list li .info{
        width: 100%;
        padding-left: 0;
        padding-top: 25px;
    }
    .gd-content .sea-list li .info p{
        font-size: 12px;
    }
    .gd-content .sea-list li .info .full{
        padding-top: 3%;
        font-size: 12px;
    }
}
@media only screen and (max-width: 414px){
    nav .head span{
        margin: 10px 15px 0;
    }
}

.product-box table{width:100%!important}
.product-box table tr,.product-box table td,.product-box table th{width:auto!important}
.product-box .title{margin-bottom:40px;}


/*20170711添加*/
/*---- index ----*/
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{
    width: 100%;
}
/*gd-item*/
.gd-item{
    background: #f6f6f6;
}
.gd-item ul li .pics-img .details h3{
    color: #666;
    font-weight: normal;
    padding-top: 30px;
}
.gd-item ul li .pics-img .details span{
    background: #666;
    margin-top: 10px;
}
@media only screen and (max-width: 768px){
    .gd-item ul li .pics-img .details h3{
        padding-top: 20px;
    }
}
@media only screen and (max-width: 480px){
    .gd-item ul li .pics-img .details span{
        margin-top: 8px;
    }
}
/*gd-sol*/
.gd-sol{
    background: #fff;
}
.gd-sol .sol-pics ul li{
    width: 18.4%;
    height: 260px;
    border: 2px solid #e7e7e7;
    cursor: pointer;
    margin-right: 18px;
}
.gd-sol .sol-pics ul .blur{
    box-shadow: 0 0 0 rgba(0, 0, 0, .1);
    transform: translate3d(0, 0, 0);
    transition: all .2s ease-in 0s;
}
.gd-sol .sol-pics ul .focus{
    box-shadow: 0 15px 20px rgba(0, 0, 0, .1);
    transform: translate3d(0, -2px, 0);
    transition: all .2s ease-in 0s;
}
.sol-pics ul li .pics-img{
    margin-top: 35px;
}
.sol-pics ul li .pics-img a{
    height: 50px;
}
.sol-pics ul li .pics-img .a1{
    width: 50px;
}
.sol-pics ul li .pics-img .a2{
    width: 50px;
}
.sol-pics ul li .pics-img .a3{
    width: 50px;
}
.sol-pics ul li .pics-img .a4{
    width: 50px;
}
.sol-pics ul li .pics-img .a5{
    width: 50px;
}
.gd-sol .sol-pics ul li .pics-info{
    padding: 0 16px;
}
.gd-sol .sol-pics ul li .pics-info h3{
    font-size: 24px;
    padding-top: 18px;
}
.gd-sol .sol-pics ul li:hover .pics-info h3{
    color: #008fd5;
}
.gd-sol .sol-pics ul li .pics-info p{
    font-size: 14px;
    color: #999;
    text-align: left;
    padding-top: 18px;
}
@media only screen and (max-width: 1180px){
    .gd-sol .sol-pics ul li{
        width: 18%;
        height: 280px;
    }
}
@media only screen and (max-width: 1080px){
    .gd-sol .sol-pics ul li{
        width: 31%;
        margin-right: 15px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 720px){
    .gd-sol .sol-pics ul li{
        width: 48%;
    }
    .gd-sol .sol-pics ul li:nth-child(even){
        margin-right: 0;
    }
}
@media only screen and (max-width: 540px){
    .gd-sol .sol-pics ul li{
        width: 100%;
        height: 220px;
        margin-right: 0;
    }
}
@media only screen and (max-width: 480px){
    .sol-pics ul li .pics-img,.sol-pics ul li .pics-info{
        float: none;
    }
}
/*---- products ----*/
.car-bottom{
    bottom: 0;
    height: 90px;
}
.carousel-indicators .tag{
    width: 68px;
    height: 68px;
    margin-top: 7px;
}
.carousel-indicators .tag i{
    width: 68px;
    height: 68px;
}
.carousel-inner>.item .word{
    height: 100%;
    background: none;
}
.carousel-inner>.item .tran{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: url(img/tran0.7.png) repeat;
}
.carousel-inner>.item .word .middle{
    position: relative;
    height: 100%;
}
.carousel-inner>.item .word .inner{
    position: absolute;
    bottom:20px;
    left:560px;
}
/*.carousel-inner>.item .word h3{
    color: #fff;
}*/
.product-list ul li{
    width: 280px;
}
.gd-content .pro-l ul li{
    width: 224px;
}
.product-list ul li .img p.no-photo{
    width: 100%;
    left: 0;
}
@media only screen and (max-width: 1200px){
    .product-list ul li{
        width: 23.4%;
    }
    .gd-content .pro-l ul li{
        width: 18.5%;
    }
}
@media only screen and (max-width: 1080px){
    .product-list ul li{
        width: 30%;
    }
    .product-list ul li.last,.gd-content .pro-l ul li.last{
        margin-right: 20px;
    }
    .gd-content .pro-l ul li{
        width: 22.2%;
    }
}
@media only screen and (max-width: 720px){
    .product-list ul li{
        width: 48%;
        margin-right: 20px;
    }
    .product-list ul li:nth-child(even),.gd-content .pro-l ul li:nth-child(even){
        margin-right: 0;
    }
    .gd-content .pro-l ul li{
        width: 48%;
    }
}
@media only screen and (max-width: 540px){
    .product-list ul li{
        width: 100%;
        margin-right: 0;
    }
    .gd-content .pro-l ul li{
        width: 100%;
        margin-right: 0;
    }
}
/*---- product-details ----*/
.product-name .pro-n-left p{
    color: #666;
}
.section .title{
    position: relative;
}
.section .title .line1{
    position: absolute;
    top: 4px;
    width: 100%;
}
.section .title .line1 img{
    width: 100%;
}
.section .sec-list li{
    width: 220px;
}
.section .sec-list li.last{
    margin-right: 0;
}
.section .sec-list li .img{
    width: 100%;
    overflow: hidden;
}
.section .sec-list li .img p.no-photo{
    left: 0;
    width: 100%;
}
.section .download{
    display: block;
    width: 394px;
    height: 55px;
    line-height: 55px;
    border-radius: 55px;
    background: #008fd6;
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin: 30px auto;
    font-weight: 300;
}
@media only screen and (max-width: 1200px){
    .section .sec-list li{
        width: 18.5%;
    }
}
@media only screen and (max-width: 1140px){
    .section .sec-list li.last{
        margin-right: 20px;
    }
}
@media only screen and (max-width: 1080px){
    .section .sec-list li{
        width: 22.2%;
    }
}
@media only screen and (max-width: 768px){
    .section .title .line1{
        display: none;
    }
}
@media only screen and (max-width: 720px){
    .section .sec-list li{
        width: 48%;
    }
    .section .sec-list li:nth-child(even){
        margin-right: 0;
    }
}
@media only screen and (max-width: 720px){
    .section .sec-list li{
        float: left;
        margin-right: 20px;
    }
}
@media only screen and (max-width: 540px){
    .section .sec-list li{
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .section .download{
        width: 280px;
        height: 45px;
        line-height: 45px;
        border-radius: 45px;
        font-size: 18px;
    }
}

/*20170713添加*/
.section .download{
    width: 150px;
    color: #008fd6;
    background: none;
    text-align: right;
    font-size: 18px;
    font-weight: 400;
}
.section .download:before,.section .download before{
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(img/i-download.png);
    background-image: url(img/i-download.svg),none;
    background-repeat:  no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}
.cont-detail .look-over a{
    width: 200px;
    color: #008fd6;
    background: none;
    font-size: 18px;
    margin: 0;
    text-align: left;
}
.cont-detail .look-over a:after,.cont-detail .look-over a after{
    content: '';
    display: inline-block;
    width: 10px;
    height: 18px;
    background-image: url(img/i-gt-h.png);
    background-image: url(img/i-gt-h.svg),none;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 10px;
}
.cont-detail .look-over a:hover{
    color: #008fd6;
    background: none;
}

/*cookie*/
.top-nav{
    top: 122px;
}
.carousel {
    margin-top: 119px;
}
.cookieCon{
    position: fixed;
    top: 0;
    z-index: 1001;
    width: 100%;
    background: #e0e0e0;
}
.cookieTip{
    padding: 15px 0;
    box-sizing: border-box;
    overflow: auto;
    zoom: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    /*display: none;*/
    font-size: 14px;
    max-width: 860px;
    margin: auto;
}
.cookieTip div:first-child{
    font-size: 14px;
    line-height: 24px;
    color: #666;
    max-width: 70%; /*660px;*/
    float: left;
    padding-left: 17px;
}
    .cookieTip div:first-child h1 {
        color: #666;
        font-size: 14px;
        font-family: 'Arial Negreta', 'Arial';
        font-weight: 700;
        padding-bottom: 5px;
        text-align: center;
        /*text-transform: uppercase;*/
    }
.policyOperate{
    display: inline-block;
    width: 160px;
    float: right;
    color: #666;
    font-family: 'Arial Negreta', 'Arial';
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    padding-top: 16px;
}
.policyOperate p{
    padding-left: 25px;
    cursor: pointer;
}
.policyOperate p a{
    color: #666;
}
.policyOperate .agreeCookie {
    /*color: #008fd6;*/
    background: url('img/agreeCookie.png') no-repeat 0 7px;
}
.policyOperate .agreeCookie:hover{
    color: #008fd6;
    background: url('img/agreeCookie-h.png') no-repeat 0 7px;
}
.policyOperate .disagreeCookie {
    background: url('img/disagreeCookie.png') no-repeat 0 7px;
}
.policyOperate .disagreeCookie:hover {
    color: #008fd6;
    background: url('img/disagreeCookie-h.png') no-repeat 0 7px;
}
.policyOperate .infoCookie {
    background: url('img/infoCookie.png') no-repeat 0 5px;
}
.policyOperate .infoCookie:hover {
    background: url('img/infoCookie-h.png') no-repeat 0 5px;
}
@media only screen and (max-width: 1200px){
    .cookieTip{
        width: 96%;
    }
}
@media only screen and (max-width: 1024px){
    .cookieCon{
        position: static;
    }
    .carousel {
        margin-top: 0;
    }
}
@media only screen and (max-width:1023px) {
    .downAndUp1024 {
        display: block !important;
    }
}
@media only screen and (max-width:860px) {
    .policyOperate{
        /*width: 100%;*/
        min-width: 170px;
    }
    .policyOperate p{
        float: left;
        margin-left: 17px;
        margin-right: 10px;
    }
}
@media only screen and (max-width: 640px){
    .cookieTip div:first-child{
        max-width: 100%;
        padding-left: 0;
    }
}
@media only screen and (max-width:425px) {
    .policyOperate p{
        clear: both;
    }
}
.cookieTip2{
    padding: 10px 0;
}
.cookieTip div.cookie-tit{
    /*width: 100%;
    max-width: 100%;
    text-align: center;
    padding-left: 0;*/
}
.cookieTip div.cookie-tit h1{
    font-size: 14px;
    line-height: 24px;
    color: #666;
    font-family: "Microsoft YaHei","微软雅黑";
    font-weight: normal;
    text-align: left;
}
.cookieTip div.cookie-tit h1 a{
    font-size: 14px;
    line-height: 24px;
    color: #008fd6;
    font-family: "Microsoft YaHei","微软雅黑";
    text-decoration: underline;
}
.cookieCon .agree{
    /*float: left;
    width: 100%;
    margin: 0 auto;
    text-align: center;*/
    width: 30%;
    padding-top: 0;
    text-align: right;
}
.cookieCon .agree p{
    display: inline-block;
    margin-left: 15px;
    font-family: "Microsoft YaHei","微软雅黑";
}
.cookieCon .agree .p-agree{
    display: inline-block;
    font-size: 14px;
    color: #fff;
    background: #008fd6;
    border-radius: 5px;
    padding: 2px 8px;
}
.gd-content2{
    margin-top: 122px;
}
@media only screen and (max-width: 1024px){
    .gd-content2{
        margin-top: 0;
    }
}
@media only screen and (max-width:860px){
    .cookieCon .agree{
        width: 100%;
        min-width: 100%;
    }
    .cookieCon .agree p{
        float: right;
    }
}
@media only screen and (max-width:425px){
    .cookieCon .agree p{
        clear: none;
        float: right;
    }
}
/*----------channer-partner.html start  2018/07/30------------*/
@media (min-width: 1200px){
    .container {
        width: 750px;
    }
}
.header{
    margin-bottom: 50px;
}
.containerBox{
    margin-bottom: 50px;
}
.group-title{
    font-size: 16px;
    color: #666;
}
.required{
    color: #008fd6;
}
.group-1of2{
    float: left;
    width: 48%;

}
.group-marginRight{
    margin-right: 4%;
}
.group-business{
    float: left;
    width: 75%;
}
.upload-Btn{
    float: right;
    width: 150px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #ccc;
    color: #999;
    border-radius: 5px;
    background: #fff;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
}
.upload-icon{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("img/upload.png")no-repeat center;
    background-size: cover;
    margin-right: 10px;
}
.checkbox-list{
    width: 120px;
    height: 50px;
    float: left;
}
.checkbox-input{
    display: none;
    top: 15px;
}
.checkbox-label{
    width: 100%;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    position: relative;
}
.checkbox-label:active{
    background: #EEEEEE;
}
.checkbox-label:after{
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 3px;
    display: inline-block;
    position: absolute;
    top: 15px;
    left:-5px;
    padding: 2px;
}
.checkbox-input:checked+.checkbox-label:after{
    background: url("img/choice.png") no-repeat center;
    background-size: cover;
    background-origin: content-box;
}
.checkbox-input:checked+.checkbox-label{
    color:#008fd6;
}
.group-remarks{
    font-size: 16px;
    color: #666;
}
.group-textarea{
    resize: none;
}
.agreementBox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #666;
}
.agreementBox > input{
    margin: 0 5px 0 0;
}
.agreementBox > label{
    margin: 0;
}
.submitBtnBox{
    text-align: center;
    margin: 50px 0;
}
.submitBtn{
    width: 300px;
    height: 40px;
    font-size: 16px;
    color:#fff;
    background:#008fd6;
    border: none;
    border-radius: 40px;
}
@media (max-width: 650px){
    .group-business{
       width:65%
    }
}
@media (max-width: 460px){
    .group-business{
        width:55%
    }
}
@media (max-width: 370px){
    .group-business{
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
    .upload-Btn{
        float: none;
    }
}
/*---------end channer-partner.html---------------*/

.verificationCode{
    display: inline-block;
    width: 200px;
    float: left;
}
.breakCode{
    float: left;
}
.i-break {
    cursor: pointer;
    width: 25px;
    height: 20px;
    background: url(img/i-break.png) no-repeat;
    margin: 7px 0 0 20px;
    float: left;
}
.partner .p-img-list li .info a {
    height: 40px;
    overflow: hidden;
}
.headerImgMb{
  display: none;
}
@media only screen and (max-width: 767px){
    .partner .p-img-list li {
        width: 42%;
        margin-bottom: 15px;
        margin-left:10px;
    }
}
@media (max-width: 650px){
    .headerImgMb{
        display: block;
    }
    .headerImgPc{
        display: none;
    }
}
@media (max-width: 460px){
    .verificationCode{
        width: 150px;
    }
}
@media (max-width: 360px){
    .verificationCode{
        width: 100px;
    }
}
