@font-face{
    font-family: 'SourceHanSansCN';
	/* src: url('../fonts/SourceHanSansCN-Regular.otf'); */
    src: url('../fonts/SourceHanSansCN-Medium.otf');
}
@font-face{
    font-family: 'SourceHanSansCN-2';
	/* src: url('../fonts/SourceHanSansCN-Regular.otf'); */
    src: url('../fonts/SourceHanSansCN-Regular.otf');
}
@font-face{
    font-family: 'SourceHanSansCN-3';
	/* src: url('../fonts/SourceHanSansCN-Regular.otf'); */
    src: url('../fonts/SourceHanSansCN-Bold.otf');
}
@font-face{
    font-family: 'AdobeHeitiStd';
	/* src: url('../fonts/SourceHanSansCN-Regular.otf'); */
    src: url('../fonts/AdobeHeitiStd-Regular.otf');
}
/* 头部样式 */
#header{
    width: 100%;
    height: 130px;
}
#header .head-er{
    width: 1300px;
    margin: 0 auto;
}
.head-er p,h3{
    margin: 0%;
    padding: 0%;
}
.head-er .logo{
    float: left;
    width: 260px;
    margin-top: 18px;
}
.head-er .title{
    float: left;
    margin-top: 46px;
    margin-left: 14px;
}
.head-er .QR{
    float: right;
    width: 80px;
    margin-top: 27px;
    margin-left: 18px;
}
.head-er .phone{
    float: right;
    color: #1d2184;
    font-size: 20px;
    line-height: 28px;
    margin-top: 40px;
    font-weight: 550;
    position: relative;
}
.head-er .phone::after{
    content: '';
    display: block;
    width: 60px;
    height: 56px;
    background-image: url('../image/dianhua.png');
    position: absolute;
    top: 3px;
    left: -72px;
}
/* 导航样式 */
#nav{
    height: 68px;
    width: 100%;
    background-color: #1d2184;
}
#nav .navigation{
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    width: 980px;
    height: 68px;
    justify-content: space-between;
    text-align: center;
}
.navigation>li{
    width: 140px;
    position: relative;
    cursor: pointer;
}
.navigation>li>a{
    display: inline-block;
    width: 140px;
    height: 67px;
    font-size: 18px;
    line-height: 67px;
    color: white;
    font-weight: 500;
    font-family: 'SourceHanSansCN';
}
.navigation .ac1{
    background-color: #4c50b0;
}
.navigation .ac{
    background-color: #4c50b0;
}
.navigation .two{
    display: none;
    position: absolute;
    top: 68;
    left: 0;
    background-color: #4c50b0;
    z-index: 9000;
}
.navigation .two li,.navigation .two li a{
    width: 140px;
    height: 40px;
    color: white;
    font-size: 15px;
    line-height: 40px;
    font-family: 'SourceHanSansCN', Arial,sans-serif;
}
.ac2{
    background-color: white;
}
.navigation .two .ac2 a{
    color: #2e317c;
    font-weight: 600;
}
#main .banner{
    width: 100%;
    margin: 0 auto;
}
#main .banner img{
    width: 100%;
}
#main .major{
    width: 100%;
    height: 156px;
    background-color: white;
}
.major .wrap{
    width: 1350px;
    margin: 0 auto;
}
.major .text{
    text-align: right;
    color: #2e317c;
    margin-top: 24px;
    float: left;
    position: relative;
}
.major .text::after{
    content: '>';
    display: block;
    font-size: 19px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    color: white;
    background-color: #2e317c;
    text-align: center;
    line-height: 20px;
    position: absolute;
    top: 45%;
    right: -20%;
}
.major .text p{
    font-size: 12px;
    line-height: 18px;
}
.major .text h4{
    font-size: 25px;
    line-height: 37px;
}
.major .text h5{
    font-size: 16px;
    line-height: 26px;
}
.major .item{
    float: right;
    margin-top: 36px;
    display: flex;
    display: -webkit-flex;
    }
.major .item li{
    width: 163px;
    height: 76px;
    color: white;
    line-height: 23px;
    background-color: #2e317c;
    overflow: hidden;
    margin-left: 33px;
}
.major .item li img{
    width: 42px;
    float: left;
    margin-top: 16px;
    margin-left: 23px;
    margin-right: 15px;
}
.major .item .mar-top{
    margin-top: 13px;
}

/* 产品列表样式 */

.product{
    background-color: #e8e8e8;
    padding: 32px 0 60px 0;
}
.product-wrap{
    width: 1300px;
    margin: 0 auto;
    background: url("../image/title-1.png") no-repeat;
    background-position: top;
}
.product-wrap .product-title{
    text-align: center;
    padding-top: 17px;
    font-family: 'SourceHanSansCN', Arial,sans-serif;
}
.product-wrap .product-title h1{
    font-size: 30px;
    /*color: #2e317c;*/
    color: #b80606;
}
.product-wrap .product-title p{
    font-size: 18px;
    line-height: 72px;
    /*color: #4e4e4e;*/
    color: #b80606;
}
.product-wrap .product-title span{
    color: #b80606;
}
.product .product-wrap .product-main{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
}
.product .product-main .title-list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 30px;
}
.product .product-main .title-list h4{
    display: block;
    font-size: 16px;
    color: white;
    line-height: 57px;
    height: 57px;
    padding-left: 18px;
    padding-right: 50px;
    font-weight: 500;
    position: relative;
    background-color: #2e317c;
}
.product .product-main .title-list h4::after{
    content: url(../image/jiantou.png);
    position: absolute;
    top: 6px;
    right: 15px;
}
.product .product-main .title-list ul{
    display: flex;
    background-color: #2e317c;
}
.product .product-main .title-list ul li{
    font-size: 16px;
    position: relative;
    cursor: pointer;
    padding: 0 7px;
}
.title-list ul li a{
	color: white;
    font-size: 16px;
    line-height: 57px;
}
.title-list ul .ac3{
    background-color: #4c50b0;
}
.title-list ul .ac3 a{
    color: white;
    
}
.ac3::after{
    display: none;
    content: url('../image/jiantou-2.png');
    position: absolute;
    top: 16px;
    right: 20px;
}
.product-main .main-list ul{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    /* justify-content: space-between;*/

}
.product-main .main-list li{
    width: 310px;
    height: auto;
    background-color: white;
    margin-bottom: 19px;
    margin-right: 19px;
    text-align: center;
    color: #4e4e4e;
    font-size: 16.78px;
    font-family: 'SourceHanSansCN';
    cursor: pointer;
	transition: all .2s linear;
}
.product-main .main-list li a{
    display: block;
    width: 100%;
    height: auto;
    color: #4e4e4e;
    font-size: 16.78px;
}
.product-main .main-list li:nth-child(4n){margin-right: 0px;}
.product-main .main-list li img{width: 100%;height:auto;}
.product-main .main-list li:hover{
    box-shadow: 0px 15px 30px rgba(0,0,0,0.2);
	transform: translate3d(0,-4px,0);
    /* border: 2px #80b32e solid; */
}
.product-main .main-list li:hover p{
    background-color: #2e317c;
    color: white;
}
.product-main .main-list li:hover div{
    opacity: 0;
}
.product-main .main-list .xiahuaxian{
    width: 272px;
    height: 1px;
    background-color: #cacaca;
    margin: 0 auto;
}

.product-main .main-list  li:hover.xiahuaxian{height: 0px;}
.product-main .main-list li p{
    line-height: 66px;
}
.product-main .main-list .hide{
    display: none;
}

/* 案例样式 */

.case{
    padding: 35px 0 58px 0;
}
.case .case-wrap{
    width: 1300px;
    margin: 0 auto;
    background: url('../image/title-2.png') no-repeat;
    background-position: top;
}
.case-wrap .buttons{
    height: 10px;
    position: relative;
}
.case-wrap .buttons div a{color: #4e4e4e;}
.case-wrap .buttons ul{
    position: absolute;
    top: -40px;
    left: 0;
}
.case-wrap .buttons li{
    width: 29px;
    height: 29px;
    border-radius: 50%;
    border: 3px #2e317c solid;
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    font-family: 'SourceHanSansCN', Arial,sans-serif;
    float: left;
    margin-right: 13px;
    color: #2e317c;
    cursor: pointer;
}
.case-wrap .buttons div{
    font-size: 16px;
    color: #2e317c;
    text-align: center;
    line-height: 30px;
    width: 108px;
    height: 31px;
    border-radius: 20px;
    border: 3px #2e317c solid;
    font-family: 'SourceHanSansCN', Arial,sans-serif;
    position: absolute;
    top: -40px;
    right: 0;
    cursor: pointer;
}
.case-wrap .buttons div:hover{
    background-color: #2e317c;
}
.case-wrap .buttons div:hover a{
    color: white;
}
.case-wrap .buttons .ac4{
    background-color: #2e317c;
    color: white;
}
.case-wrap .case-list{
    width: 1300px;
}
.case-wrap .case-list ul{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.case-wrap .case-list li{
    width: 420px;
    height: auto;
    background-color: #4e4e4e;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.case-wrap .case-list li img{width:100%;height:386px;}
.case-wrap .case-list li div{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 420px;
    height: 57px;
    background-color: rgba(46,49,124,.8);
    color: white;
    text-align: center;
    line-height: 57px;
    font-size: 18px;
    font-family: 'SourceHanSansCN', Arial,sans-serif;
}
.case-wrap .case-list .hide{
    display: none;
}

/* 为什么选择我们样式 */

.why{
    width: 100%;
    height: 504px;
    background-color: #2e317c;

}
.why-wrap{
    width: 1300px;
    margin: 0 auto;
    position: relative;
    height: 504px;
}
.why-wrap .why-title{
    width: 1300px;
    margin: 0 auto;
    text-align: center;
    color: white;
    font-family: 'SourceHanSansCN', Arial,sans-serif;
    background: url('../image/box.png') no-repeat;
    background-position: right 50% bottom 49%;
    padding-top: 102px;
    font-size: 20.8px;
}
.why-wrap .why-title h1{
    font-size: 41.6px;
}
.why-wrap .why-title p{
    line-height: 42px;
    letter-spacing: 5px;
}
.why-wrap .why-bigpic{
    width: 782px;
    height: 572px;
    background-color: red;
    float: right;
    margin-top: 52px;
}
.why-wrap .why-smallpic{
    width: 289px;
    height: 229px;
    background-color: red;
    float: left;
    margin-top: 67px;
}
.why-wrap .txt{
    text-align: right;
    position: absolute;
    bottom: -60%;
    left: 3%;
    color: #4e4e4e;
}
.why-wrap .txt h2, .txt h3{
    font-size: 34px;
    font-family: 'SourceHanSansCN-3', Arial,sans-serif;
    line-height: 60px;
    letter-spacing: 6px;
}
.txt h3{
    line-height: 100px;
    position: relative;
}
.txt h3::after{
    content: '';
    display: inline-block;
    width: 322px;
    height: 4px;
    background-color: #2e317c;
    position: absolute;
    top: 86px;
    right: 8px;
}
.why-wrap .txt span{
    color: red;
}
.why-wrap .txt p{
    display:inline-block;
    width: 364px;
    height: 64px;
    background-color: #2e317c;
    font-size: 20px;
    color: white;
    font-family: 'SourceHanSansCN-2', Arial,sans-serif;
    text-align: center;
    line-height: 64px;
    letter-spacing: 3px;
    margin-top: 20px;
}

/* 服务保障样式 */

.serve{
    width: 100%;
    padding: 384px 0 87px 0;
    background-color: #e8e8e8;
}
.serve-wrap{
    width: 1440px;
    margin: 0 auto;
    background: url("../image/title-3.png") no-repeat;
    background-position: top;
}
.serve-wrap .case-list ul{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin-top: 20px;
}
.serve-wrap .case-list li{
    width: 205px;
    height: 375px;
    background-color: white;
    padding: 36px 31px 0;
    font-size: 16px;
    font-family: 'SourceHanSansCN', Arial,sans-serif;
    color: #747474;
    line-height: 24px;
    letter-spacing: 1px;
    position: relative;
	transition: all .2s linear;
    cursor: pointer;
}
.serve-wrap .case-list li:hover{
    box-shadow: 0px 15px 30px rgba(0,0,0,0.2);
	transform: translate3d(0,-6px,0);
}
.serve-wrap .case-list li:hover img{
    transform: rotate3d(0,1,0,360deg);
    transition: transform 1s ease-in-out;
}
.serve-wrap .case-list li:hover .txt-wrap p{
    background-color: #2e317c;
    color: white;
}
.serve-wrap .case-list li .img-wrap{
    width: 119px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 64px;
}
.serve-wrap .case-list li .img-wrap::after{
    content: '';
    display: inline-block;
    width: 64px;
    height: 4px;
    background-color: #747474;
    position: absolute;
    bottom: -26%;
    left: 50%;
    margin-left: -32px;
}
.serve-wrap .case-list li .txt-wrap{
    width: 267px;
    height: 66px;
    background-color: white;
    text-align: center;
    line-height: 66px;
    font-size: 22px;
    border-top: 1px #cccccc solid;
    margin-top: 11px;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #474747;
}

/* 四大优势样式 */

.advantage{
    padding: 38px 0 70px 0;
}
.advantage-wrap{
    width: 1250px;
    background-image: url('../image/优势背景.png'),
                        url('../image/title-4.png');
}
.advantage-list{
    margin-top: 20px;
}
.advantage-list .list-1{
    display: flex;
    display: -webkit-flex;
    margin-top: 60px;
}
.advantage-list .list-1 h1{
    font-size: 30px;
    color: #2e317c;
    font-weight: 600;
}
.advantage-list .list-1 p{
    font-size: 19px;
    font-family: 'SourceHanSansCN', Arial,sans-serif;
    color: #5d5d5d;
    line-height: 48px;
}
.advantage-list .list-1 span{
    color: #2e317c;
}
.advantage-list .list-1 .wenan{
    margin-left: 50px;
    margin-top: 70px;
}
.advantage-list .list-2{
    margin-left: 63px;
    margin-top: 60px;
    position: relative;
}
.advantage-list .list-2 p{
    line-height: 42px;
}
.advantage-list .list-2 .wenan{
    margin-top: 0;
}
.advantage-list .list-2 .pic{
    position: absolute;
    top: -44px;
    right: 0px;
}
.advantage-list .list-3{
    margin-top: 54px;
}
.advantage-list .list-3 .wenan{
    margin-top: 178px;
    margin-left: 66px;
}
.advantage-list .list-3 p{
    line-height: 30px;
}
.advantage-list .list-3 .en-title{
    line-height: 40px;
    margin-bottom: 10px;
}
.advantage-list .wenan .en-title{
    font-size: 19px;
    color: #949494;
}
.advantage-list .list-4{
    margin-top: 0;
}

.advantage-list .list-4 .pic{
    margin-right: 20px;
}
.advantage-list .list-4 p{
    line-height: 30px;
}

.advantage-list .list-4 .en-title{
    line-height: 40px;
    margin-bottom: 10px;
}

/* 广告样式 */

.advertise{
    background-color: #2e317c;
    width: 100%;
}
.advertise .ad-wrap{
    width: 1250px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
}
.advertise .ad-wrap .ad-zhong{
    margin-top: 68px;
    margin-left: 10px;
}
.advertise .ad-wrap .text{
    color: white;
    font-family: 'SourceHanSansCN', Arial,sans-serif;
    margin-top: 74px;
    margin-left: 148px;
    position: relative;
    cursor: pointer;
}
.advertise .ad-wrap .text::after{
    content: url('../image/phone-1.png');
    position: absolute;
    top: 2px;
    left: -4px;
}
.advertise .ad-wrap .text1{
    font-size: 20px;
    margin-left: 65px;
}
.advertise .ad-wrap .text2{
    font-size: 33.25px;
    text-align: right;
    line-height: 54px;
}
.advertise .ad-wrap .text3{
    font-size: 21px;
    padding: 10px 92px;
    background-color: white;
    color: #2e317c;
}

/* 公司介绍样式 */

.company{
    width: 100%;
    background-color: #e8e8e8;
    padding-top: 54px;
}
.company .company-wrap{
    width: 1200px;
    margin: 0 auto;
    background: url('../image/公司背景.png') no-repeat;
    background-position: right;
}
.company .company-wrap h2{
    font-size: 40px;
    font-family: 'SourceHanSansCN', Arial,sans-serif;
    margin-left: 18px;
    font-weight: 500;
}
.company .company-wrap .introduce{
    margin-top: 72px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.company .company-wrap .copywriting .txt{
    display: inline-block;
    width: 450px;
    font-size: 18px;
    line-height: 26px;
    font-family: 'AdobeHeitiStd', Arial,sans-serif;
    color: #101010;
}
.company .company-wrap .copywriting{
    position: relative;
    width: 450px;
    margin-left: 62px;
}
.company .company-wrap .copywriting .more{
    font-size: 18px;
    font-family: 'AdobeHeitiStd', Arial,sans-serif;
    color: white;
    padding: 14px 0px;
    background-color: #2e317c;
    width: 125px;
    text-align: center;
    position: absolute;
    bottom: 54px;
    right: 4px;
    cursor: pointer;
}
.company .company-wrap .img div{
    margin-top: 14px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

/* 公司荣誉样式 */

.honor{
    width: 100%;
    background-color: #e8e8e8;
}
.honor .honor-wrap{
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
    overflow: hidden;

}
.honor .honor-wrap .honor-title{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    font-family: 'SourceHanSansCN', Arial,sans-serif;
}
.honor .honor-wrap .honor-title div p{
    font-size: 20px;
    color: #5d5d5d;
}
.honor .honor-wrap .honor-title div h2{
    font-size: 30px;
    line-height: 50px;
    font-weight: 500;
    color: #2e317c;
}
.honor .honor-wrap .honor-title div span{
    color: red;
}
.honor .honor-wrap .honor-title .gengduo{
    font-size: 20px;
    color: #101010;
    margin-top: 54px;
    cursor: pointer;
}
.honor .honor-wrap .honor-title .gengduo a:hover{
    color: #2e317c;
}
.honor .honor-wrap .honor-title .gengduo:hover{
    color: #2e317c;
}
.honor .honor-wrap .Certificate{
    display: flex;
    display: -webkit-flex;
    margin-top: 20px;
    justify-content: space-between;
    width: 2430px;
	transition: all .2s linear;
    /* margin-left: -308px; */
}
.honor .honor-wrap .Certificate li{
    width: 278px;
    height: 267px;
    background-color: white;
    text-align: center;
    font-size: 20px;
    font-family: 'SourceHanSansCN', Arial,sans-serif;
    cursor: pointer;
    margin-right: 30px;
}
.honor .honor-wrap .Certificate li img{
    width: 257px;
    height: 197px;
    padding: 10.5px;
}
.honor .honor-wrap .Certificate li div{
    width: 257px;
    height: 1px;
    background-color: #d3d3d3;
    margin: 0 auto;
}
.honor .honor-wrap .Certificate li p{
    margin-top: 14px;
}
.honor .honor-wrap .button{
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    margin-top: 25px;
}
.honor .honor-wrap .button div{
    margin-left: 10px;
    cursor: pointer;
}
/* 公司新闻样式 */
.news{
    width: 100%;
    background-color: #e8e8e8;
    padding-top: 16px;
    padding-bottom: 66px;
}
.news .news-wrap{
    padding: 0;
    overflow:visible;
}
.news .news-wrap ul li{
    float: left;
    margin-left: 40px;
    margin-top: 40px;
    cursor: pointer;
}
.news .news-wrap ul li a{
    color: #000;
    font-family: 'SourceHanSansCN', Arial,sans-serif;
    font-size: 20px;
}
.news .news-wrap ul .ac5 a{
    color: #2e317c;
}
.news .news-wrap ul .li-2:hover a{
    color: #2e317c;
}
.news .news-wrap .news-neirong{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin-top: 20px;
}
.news .news-wrap .hide{
    display: none;
}
.news .news-wrap .news-neirong .box-1{
    width: 349px;
    height: 480px;
    background-color: white;
    padding: 18px;
    position: relative;
    cursor: pointer;
	transition: all .2s linear;
}
.news .news-wrap .news-neirong .box-1 img{
    width: 349px;
    height: 287px;
    margin-bottom: 15px;
}
.news .news-wrap .news-neirong .box-1 .time{
    width: 77px;
    height: 51px;
    background-color: #2e317c;
    border-radius: 50%;
    text-align: center;
    color: white;
    font-size: 21px;
    line-height: 26px;
    padding: 13px 0;
    position: absolute;
    bottom: 156px;
    right: 55px;
}
.news .news-neirong .box-1 .wenan{
    border-top: 2px #2e317c solid;
    font-family: 'SourceHanSansCN', Arial,sans-serif;
}
.news .news-neirong .box-1 .wenan h3{
    padding: 0 14px;
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    margin-top: 52px;
	overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
}
.news .news-neirong .box-1 .wenan p{
    padding: 0 14px;
    font-size: 16px;
    color: #5e5e5e;
    margin-top: 18px;
    line-height: 25px;
}
.news .news-neirong .box-3{
    width: 374px;
    height: 516px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: space-between;
}
.news .news-neirong .box-3 .txt-2{
    width: 314px;
    height: 98px;
    background-color: white;
    padding: 30px;
    font-family: 'SourceHanSansCN', Arial,sans-serif;
    position: relative;
    cursor: pointer;
	transition: all .2s linear;
}
.news .news-neirong .box-3 .txt-2 h3{
    font-size: 20px;
    font-weight: 500;
    color: #333333;
	overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
}
.news .news-neirong .box-3 .txt-2 p{
    font-size: 16px;
    color: #5e5e5e;
    line-height: 24px;
    margin-top: 18px;
}
.news .news-neirong .box-3 .txt-2 span{
    font-size: 16px;
    color: #a2a2a2;
    position: absolute;
    bottom: 14px;
    right: 14px;
}
.news .news-wrap .news-neirong .box-1:hover{
    box-shadow: 0px 15px 30px rgba(0,0,0,0.2);
	transform: translate3d(0,-4px,0);
}
.news .news-wrap .news-neirong .box-1:hover .wenan h3{
    /* color: red; */
}
.news .news-wrap .news-neirong .box-1:hover .wenan{
    border-top: 2px red solid;
}
.news .news-wrap .news-neirong .box-1:hover .time{
    background-color: red;
}
.news .news-neirong .box-3 .txt-2:hover{
    box-shadow: 0px 15px 30px rgba(0,0,0,0.2);
	transform: translate3d(0,-4px,0);
}
.news .news-neirong .box-3 .txt-2:hover h3{
    color: #2e317c;
}
/* 友情链接样式 */

.links{
    width: 100%;
    background-color: #e8e8e8;
}
.links .links-wrap{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-top: 1px #2e317c solid;
    font-family: 'SourceHanSansCN-1', Arial,sans-serif;
}
.links .links-wrap a:hover span{
    color: #2e317c;
}
.links .links-wrap h1{
    font-size: 20px;
    font-weight: 500;
    color: #2e317c;
    line-height: 96px;
}
.links .links-wrap span{
    font-size: 16px;
    color: #959595;
    line-height: 30px;
    margin-right: 20px;
    cursor: pointer;
}

/* 底部区域样式 */

#footer{
    width: 100%;
    background-color: #2e317c;
}
.footer-wrap{
    width: 1200px;
    margin: 0 auto;
    font-family: 'SourceHanSansCN-1', Arial,sans-serif;
}
.footer-wrap  a{
	color: white;
}
.footer-wrap .footer-1{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    color: white;
    font-size: 18px;
    padding: 50px 0;
    line-height: 24px;
}
.footer-wrap .footer-1 li img{
    float: left;
    margin-top: 2px;
    margin-right: 10px;
}
.footer-wrap .footer-2{
    color: white;
    font-size: 18px;
    line-height: 24px;
    padding: 9px 0;
    position: relative;
    border-top: 1px #c0d997 solid; 
    border-bottom: 1px #c0d997 solid; 
}
.footer-wrap .footer-2 .box{
    margin-top: 24px;
}
.footer-wrap .footer-2 .box img{
    float: left;
    margin-top: 2px;
    margin-right: 10px;
}
.footer-wrap .footer-2 ul{
    height: 24px;
    margin-top: 48px;
    margin-bottom: 20px;
}
.footer-wrap .footer-2 li{
    float: left;
    margin-right: 72px;
    cursor: pointer;
}

.footer-wrap .footer-2 .erweima{
    position: absolute;
    top: 9px;
    right: 0;
    width: 140px;
}
.footer-3{
    color: white;
    font-size: 16px;
    padding: 22px 0;
	line-height: 30px;
	/*background-color: rgba(0,0,0,.5);*/
	/*margin-top: 30px;*/
}
.footer-3 .wrap-3{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.footer-3 a{color: white;}
/* 轮播图分页器样式 */
.my-bullet{
    display: inline-block;
    cursor: pointer;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px white solid;
    margin: 0 10px;
}
.my-bullet-active{
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin: 0 10px;
    background-color: #2e317c;
}
@media (max-width:1400px) {
    .serve-wrap{width: 100%;}
    .serve-wrap .case-list li{width: 180px; height: 340px; padding: 30px 20px 0;}
    .serve-wrap .case-list ul{width: 1200px; margin: 0 auto;}
    .serve-wrap .case-list li .txt-wrap{width: 100%; height: 50px; line-height: 50px; font-size: 18px;}
    .serve-wrap .case-list li p:nth-child(0){font-size: 14px; line-height: 20px;}
}