body {
    font-size: 16px;
    font-weight: 400;
    font-family: "Microsoft YaHei", "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body,html{
    width: 100%;
    height: 100%;
}
a,a:hover{cursor: pointer;text-decoration: none}
.fl{
    float: left;
}
.fr{
    float: right!important;
}
.p15{
    padding: 15px;
}
.mr30{
    margin-right: 30px;
}
.mr134{
    margin-right: 134px!important;
}
.mt65{
    margin-top: 65px!important;
}
.mr100{margin-right: 100px;}
.icons{
    background: url("../images/icons.png") no-repeat;
}
.content{
    width: 100%;
    position: relative;
}
/*菜单*/
.menu-box{
    width: 100%;
    height: 150px;
    line-height: 150px;
    position: absolute;
    top:0px;
    z-index: 1000;
}
.menu-content{
    width: 1470px;
    height: 150px;
    padding: 0 75px 0 20%;
    position: relative;
}
.menu-content .i-login{
    width: 135px;
    height: 40px;
    float:left;
    margin-top: 50px;
    background:url("../images/login.png") no-repeat;
}
.menu-content .menu-text{
    margin-left: 30px;
    float:left;
}
.menu-content .menu-text li{
    float: left;
    font-size: 18px;
    margin-right: 40px;
    list-style: none;
}
.menu-content .menu-text li a{
    color: #fff;
}
.menu-content .menu-text li a:hover{
    text-decoration: none;
}
.menu-content .menu-land{
    position: absolute;
    right: 0px;
}
.menu-content .menu-land a{
    color: #fff;
    font-size: 18px;
    float: left;
}
.menu-content .menu-land a:hover{
    text-decoration: none;
}
.i-enlarge{
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin: 66px 0 0 20px;
    background: url("../images/enlarge.png")no-repeat;
    z-index: 99;
    position:fixed;
    right: 15px;
    top: -27px;
}
/* 内容开始 */
.box1{
    width: 100%;
    height: 1080px;
    overflow: hidden;
    background-color: #1b6d85;
    position: relative;
}
.i-down{
    width: 30px;
    height: 50px;
    display: block;
    position: absolute;
    cursor: pointer;
    bottom:20px;
    left: 50%;
    z-index: 99;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 20px;
    /*background-position: 0 -89px;*/
}
.i-down span{
    width: 1px;
    height: 5px;
    display: block;
    border-left: 2px solid #f2671c;
    position: relative;
    top:30px;
    left: 12px;
}
.i-down:hover span{
    animation:myfirst 2s ease infinite;
}
@keyframes myfirst
{
from {top:10px;}
to {top:30px;}
}

.shade-box{
    position: absolute;
    top:0;
    left: 0px;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 98;
    background: rgba(94,109,149,.4);
}
#videobg{
    position: absolute;
    top: 0px;
    left: 0px;
    min-width: 100%;
    min-height: 100%;
    z-index: 1;
    overflow: hidden;
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,1)));
    background:#000 url(../images/banner.jpg) no-repeat center center;
    background-size: 100% 100%;
}
.popupvideo-box{
    display: none;
}
.i-shrink{
    width: 20px;
    height: 20px;
    float: left;
    position: absolute;
    cursor: pointer;
    top:40px;
    right: 100px;
    z-index: 10002;
    display: none;
    background: url("../images/shrink.png")no-repeat;
}
.shade-box2{
    position: absolute;
    top:0;
    left: 0px;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1000;
    background: #000;
}
#popupVideo{
    position: absolute;
    width: 0px;
    height: 0px;
    z-index: 1001;
    overflow: hidden;
    top:0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,1)));
    background-size: 100% 100%;
    transition: all .5s ease-out;
}
.popupVideobig{
    width: 100%!important;
    height: 100%!important;
    transition: all .5s ease-out;
}
.box1 .box1-content{
    width: 1167px;
    height: 290px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -145px;
    z-index: 99;
}
.box1 .box1-content h1{
    font-size: 80px;
    color: #fff;
}
.box1 .box1-content h3{
    font-size: 40px;
    color: #fff;
}
.box1 .btn-box1{
    width: 635px;
    height: 80px;
    margin: 65px auto 0;
}
.btn-search,.btn-release{
    width: 280px;
    height: 80px;
    line-height: 80px;
    font-size: 32px;
    float: left;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    background: #1089da;
    cursor: pointer;
    transition: background .4s;
    -webkit-transition: background .4s;
    -moz-transition: background .4s;
    -o-transition: background .4s;
}
.btn-search:hover,.btn-release:hover{
    background-color: #0898f8;
    transition: background .4s;
    -webkit-transition: background .4s;
    -moz-transition: background .4s;
    -o-transition: background .4s;
}
.btn-release{
    margin-left: 75px;
}
.box2{
    width: 100%;
    height: 740px;
    background-color: #fff;
}
.box2 .box2-content{
    width: 1370px;
    height: 740px;
    margin: 0 auto;
}
.box2 .box2-content .box2-text{
    position: relative;
}
.a-jump{
    width: 110px;
    height: 70px;
    display: block;
    background-position: -150px -323px;
    position: absolute;
    right: 57px;
    bottom: 30px;
}
.a-jump2{
    width: 110px;
    height: 70px;
    display: block;
    background-position: -1px -323px;
    position: absolute;
    right: 57px;
    bottom: 30px;
}
.box2 .box2-content .box2-text,
.box2 .box2-content .box2-img
{
    width:50%;
    height: 370px;
    float: left;
    overflow: hidden;
}
.box2 .box2-content .box2-img img{
    width:100%;
    height: 370px;
}
.box2 .box2-content .box2-text:nth-child(1){
    background-color: #1997eb;
}
.box2 .box2-content .box2-text:nth-child(4){
    background-color: #f38f46;
}
.box2 .box2-content .box2-text{
    padding: 65px;
    overflow: hidden;
}
.box2 .box2-content .box2-text h3{
    font-size: 33px;
    color: #fff;
    margin-bottom: 0;
}
.box2 .box2-content .box2-text span{
    font-size: 30px;
    color: rgba(255,255,255,.4);
    display: block;
    margin-bottom: 35px;
}
.box2 .box2-content .box2-text div{
    font-size: 18px;
    color: rgba(255,255,255,.8);
}
.box3{
    width: 100%;
    height: 600px;
    background-color: #f9f9f9;
}
.box3-title{
    width: 100%;
    height: 80px;
    padding-top:45px;
    text-align: center;
}
.box3-title h2{
    font-size: 37px;
    color: #323232;
}
.box3-title p{
    font-size: 20px;
    color: rgba(000,000,000,.7);
}
.box3-title p a{
    color: #3b87d4;
}
.box4{
    width: 100%;
    height: 500px;
    background-color: #fff;
}
.icons-make{
	width: 20px;
	height: 10px;
	display: inline-block;
	background-position: -53px -112px;
}
.box4 .box4-content{
    width: 1370px;
    height: 100%;
    margin: 0 auto;
    padding-top: 35px;
}
.box4 .box4-content .left-text{
    width: 318px;
    height: 345px;
    float: left;
    top: -20px;
    margin-left: 60px;
    position: relative;
}
.box4 .box4-content .left-text span{
    color: rgba(0,103,218,.1);
    font-size: 65px;
    font-weight:bold;
}
.box4 .box4-content .left-text h2{
    color: #000;
    font-size: 38px;
    margin: 0;
}
.box4 .box4-content .left-text p{
    color: #5a5a5a;
    font-size: 20px;
    margin-top: 15px;
}
.box4 .box4-content .left-text a{
    width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    float: left;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    background: #1089da;
    position: absolute;
    box-shadow: 0 1px 14px  #1882c8;
    bottom: 35px;
    cursor: pointer;
    transition: background .4s;
    -webkit-transition: background .4s;
    -moz-transition: background .4s;
    -o-transition: background .4s;
}
.box4 .box4-content .left-text a:hover{
    background-color: #0898f8;
    text-decoration: none;
    transition: background .4s;
    -webkit-transition: background .4s;
    -moz-transition: background .4s;
    -o-transition: background .4s;
}
.box4 .box4-content .right-content{
    float: left;
    height: 360px;
    margin-top: 45px;
}
.box4 .box4-content .right-content .person-box{
    float: left;
    width: 215px;
    height: 100%;
    overflow: hidden;
    margin-left: 20px;
    background: #fff;
    box-shadow:0 1px 20px #e9e9e9;
    transition: all .5s;
}
.box4 .box4-content .right-content .person-box:hover{
	transform:scale(1.1);
}
.box4 .box4-content .right-content .box4-img{
    width: 100%;
    height: 230px;
    overflow: hidden;
}
.box4 .box4-content .right-content h2{
    font-size: 18px;
    color: #000;
    margin:0px 0 5px 0;
}
.box4 .box4-content .right-content span{
    display: block;
    font-size: 14px;
    color: #000;
    overflow: hidden;
    cursor: pointer;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.box4 .box4-content .right-content p{
    color: #676767;
    font-size: 12px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.box4 .box4-content .right-content a{
    color:#d96c36;
    font-size:  14px;
    cursor: pointer;
    text-decoration: none;
    position: relative;
}
.box4 .box4-content .right-content a:hover .icons-make{
    animation:make 2s ease infinite;
}
@keyframes make {
    from {
        left: 10px;
    }
    to {
        left: 30px;
    }
}
.box5{
     width: 100%;
     height: 634px;
     background-color: #f9f9f9;
 }
.box5 .box5-content{
    width: 1370px;
    height: 100%;
    padding-top: 60px;
    margin: 0 auto;
}
.box5 .box5-content .about-us-box{
    width: 435px;
    height: 570px;
    float: left;
    background: #fff;
}
.box5 .box5-content .about-us-box .about-us-title{
    width: 100%;
    height: 190px;
    background: #238ce4;
    text-align: center;
}
.box5 .box5-content .about-us-box .about-us-title .i-aboutus1{
    width: 70px;
    height: 60px;
    display: inline-block;
    margin: 35px 0;
    background-position: 0px 0px;
}
.box5 .box5-content .about-us-box .about-us-title .i-aboutus2{
    width: 70px;
    height: 60px;
    display: inline-block;
    margin: 35px 0;
    background-position: -95px 0px;
}
.box5 .box5-content .about-us-box .about-us-title .i-aboutus3{
    width: 70px;
    height: 60px;
    display: inline-block;
    margin: 35px 0;
    background-position: -188px 0px;
}

.box5 .box5-content .about-us-box.about-us-box-null .learnMore{
	border-color: #ccc;
	color: #ccc;
}

.box5 .box5-content .about-us-box .about-us-title p{
    font-size: 22px;
    color: #fff;
}
.box5 .box5-content .about-us-box .about-us-content{
    padding: 35px;
    position: relative;
    text-align: center;
}
.box5 .box5-content .about-us-box .about-us-content p{
    font-size: 18px;
    color: #888;
}
.box5 .box5-content .about-us-box .about-us-content a{
    width: 160px;
    height: 45px;
    font-size: 16px;
    color: #0067da;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    border-radius: 50px;
    border: 1px solid #0067da;
    position: absolute;
    top:220px;
    left: 130px;
    transition: background .4s;
    -webkit-transition: background .4s;
    -moz-transition: background .4s;
    -o-transition: background .4s;
}
.box5 .box5-content .about-us-box .about-us-content a:hover{
    background: #238ce4;
    border: 1px solid #238ce4;
    color: #fff;
    text-decoration: none;
    transition: background .4s;
    -webkit-transition: background .4s;
    -moz-transition: background .4s;
    -o-transition: background .4s;
}
.box6{
    width: 100%;
    height: 634px;
    background-color: #f9f9f9;
    position: relative;
    padding-top: 60px;
    z-index: 10;
}
.box6 .box6-content{
    text-align: center;
}
.box6 .box6-content h1{
    font-size: 38px;
    color: #323232;
    margin-top: 0;
}
.box6 .box6-content p{
    font-size: 20px;
    color: rgba(000,000,000,.4);
}
.box6 .box6-content .tab-box{
    width: 100%;
    margin-top: 20px;
}
.box6 .box6-content .tab-box .tab-title{
    width: 100%;
    height: 70px;
    margin: 0 auto;
    border-top:1px solid #e1e1e1;
    border-bottom:1px solid #e1e1e1;
}
.box6 .box6-content .tab-box .tab-title .tab-menu{
    width: 1160px;
    height: 70px;
    margin: 0 auto;
}
.box6 .box6-content .tab-box .tab-title .tab-menu li{
    float: left;
}
.box6 .box6-content .tab-box .tab-title .tab-menu li a{
    color: #000;
    height: 70px;
    font-size: 20px;
    line-height: 70px;
}
.box6 .box6-content .tab-box .tab-title .tab-menu li a:hover{
    color: #d96c36;
    text-decoration: none;
}
.active{
    color: #d96c36!important;
}
.box6 .box6-content .tab-box .tab-content{
    width: 1370px;
    min-height: 575px;
    margin: 30px auto 0;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
}
.box6 .box6-content .tab-box .tab-content .box{
    display: none;
}
.box6 .box6-content .tab-box .tab-content .content1,
.box6 .box6-content .tab-box .tab-content .content2,
.box6 .box6-content .tab-box .tab-content .content3,
.box6 .box6-content .tab-box .tab-content .content4,
.box6 .box6-content .tab-box .tab-content .content5{
    padding: 60px;
    text-align: center;
}
.box6 .box6-content .tab-box .tab-content .content1 h3{
    font-size: 22px;
    color: #333;
}
.box6 .box6-content .tab-box .tab-content .content1 p{
    font-size: 18px;
    margin: 0 0 20px;
    color: #888;
    text-align: left;
}
.box6 .box6-content .tab-box .tab-content .content1 div{
    width: 230px;
    height: auto;
    margin: 0 auto;
    font-size: 14px;
    color: #888;
    text-align: left;
}
.box6 .box6-content .tab-box .tab-content .content1 .text-img-box{
    width: 327px;
    height: 185px;
    float: left;
    overflow: hidden;
    text-align: center;
}
.box6 .box6-content .tab-box .tab-content .content1 .text-img-box h3{
    color: #333;
    font-size: 22px;
    margin-bottom: 10px;
}
.box6 .box6-content .tab-box .tab-content .content1 .text-img-box span{
    color: #888;
    font-size: 14px;
    line-height: 1.8;
}
.i-cooperation{
    width: 65px;
    height: 65px;
    display: inline-block;
    background-position: -99px -95px;
}
.i-cooperation2{
    width: 66px;
    height: 65px;
    display: inline-block;
    background-position: -199px -90px;
}
.i-cooperation3{
    width: 70px;
    height: 65px;
    display: inline-block;
    background-position: -295px -90px;
}
.i-cooperation4{
    width: 65px;
    height: 65px;
    display: inline-block;
    background-position: -400px -90px;
}
.i-cooperation5{
    width: 65px;
    height: 65px;
    display: inline-block;
    background-position: 0px -192px;
}
.i-cooperation6{
    width: 65px;
    height: 65px;
    display: inline-block;
    background-position: -85px -192px;
}
.box6 .box6-content .tab-box .tab-content .content2{
    padding-bottom: 35px;
}
.box6 .box6-content .tab-box .tab-content .content2 .date-box{
    width: 585px;
    margin-top: 35px;
    float: left;
    overflow: hidden;
}
.box6 .box6-content .tab-box .tab-content .content2 p{
    font-size: 22px;
    color: #666;
    text-align: left!important;
}
.box6 .box6-content .tab-box .tab-content .content2 .date-box .fl-content,
.box6 .box6-content .tab-box .tab-content .content2 .date-box .fl-content img{
    width: 242px;
    height: 162px;
    float: left;
    border-radius: 10px;
}
.box6 .box6-content .tab-box .tab-content .content2 .date-box .fl-content{
    float: left;
}
.box6 .box6-content .tab-box .tab-content .content2 .date-box .fr-content{
    width: 323px;
    height: 100%;
    float: right;
    font-size: 14px;
    line-height: 25px;
    color: #888;
    text-align: left;
}
.box6 .box6-content .tab-box .tab-content .content2 .date-box .fl-content .fr-content h3{
    font-size: 18px;
    color: #333;
    margin-bottom: 30px;
}
.box6 .box6-content .tab-box .tab-content .content3 .content3-box{
    width: 720px;
    margin:0 auto;
}
.box6 .box6-content .tab-box .tab-content .content3 .content3-box h3{
    font-size: 22px;
    color: #666;
    margin-bottom: 40px;
}
.box6 .box6-content .tab-box .tab-content .content3 .content3-box p{
    font-size: 18px;
    color: #888;
    margin-bottom: 40px;
}
.box6 .box6-content .tab-box .tab-content .content3 .content3-box .text-box{
    width: 100%;
    height: auto;
    margin-bottom: 35px;
}
.box6 .box6-content .tab-box .tab-content .content3 .content3-box .text-box span{
    width: 18%;
    font-size: 18px;
    color: #888;
    float: left;
}
.box6 .box6-content .tab-box .tab-content .content3 .content3-box .text-box p{
    width: 82%;
    font-size: 14px;
    text-align: left;
    color: #888;
    float: left;
}
.box6 .box6-content .tab-box .tab-content .content4 .content4-box{
    width: 830px;
    margin:0 auto;
}
.box6 .box6-content .tab-box .tab-content .content4 .content4-box h3{
    font-size: 22px;
    color: #666;
    margin-bottom: 40px;
}
.box6 .box6-content .tab-box .tab-content .content4 .content4-box p{
    font-size: 18px;
    color: #888;
    line-height: 35px;
    text-align: left;
}
.box6 .box6-content .tab-box .tab-content .content4 .content4-box .text-box{
    width: 100%;
    height: auto;
    margin-top: 10px;
}
.box6 .box6-content .tab-box .tab-content .content4 .content4-box .text-box span{
    width: 100%;
    font-size: 14px;
    color: #3b87d4;
    text-align: left;
    margin-bottom: 20px;
    float: left;
}
.box6 .box6-content .tab-box .tab-content .content5 .text-img-box{
    width: 327px;
    height: 185px;
    float: left;
    overflow: hidden;
    text-align: center;
    margin-bottom: 60px;
}
.box6 .box6-content .tab-box .tab-content .content5 .text-img-box h3{
    color: #333;
    font-size: 22px;
    line-height: 30px;
}
.box6 .box6-content .tab-box .tab-content .content5 .content5-box{
    font-size: 18px;
    color: #888;
    line-height: 35px;
}
.i-case{
    width: 65px;
    height: 65px;
    display: inline-block;
    background-position: -205px -196px;
}
.i-case2{
    width: 66px;
    height: 65px;
    display: inline-block;
    background-position: -309px -194px;
}
.i-case3{
    width: 66px;
    height: 65px;
    display: inline-block;
    background-position: -416px -194px;
}
.box7{
    width: 100%;
    height: 250px;
    background: #238ce4;
}
/* 底部 */
.footer-box{
    width: 100%;
    height: 80px;
    line-height: 80px;
    background: #fff;
    position: fixed;
    bottom: 0;
    z-index: 1000;
}
.footer-box .footer-content{
    width: 1315px;
    height: 100%;
    margin: 0 auto;
}
.footer-box .footer-content .left-text{
    float: left;
    font-size: 18px;
    color: #666;
}
.footer-box .footer-content .icons-box{
    float: right;
}
.footer-box .footer-content .icons-box i,.footer-box .footer-content .icons-box span{
    float: left;
}
.footer-box .footer-content .icons-box span{
    font-size: 18px;
}
.footer-box .footer-content .icons-box .i-phone{
    width: 48px;
    height: 53px;
    margin: 15px 15px 0;
    background-position: -300px 0;
}
.footer-box .footer-content .icons-box .i-wechat {
    width: 60px;
    height: 50px;
    margin: 15px 15px 0 90px;
    background-position: -381px 0;
}
/*媒体查询*/
@media screen and (max-width: 1680px) {
    .menu-content {
        width:100%;
        height: 150px;
        padding: 0 75px 0 298px;
        position: relative;
    }
    .menu-content .menu-land {
        position: absolute;
        right: 120px;
    }
    .box1 .box1-content h1{
        font-size: 76px;
    }
    .box1 .box1-content h3{
        font-size: 40px;
    }
    .btn-search, .btn-release {
        width: 263px;
        height: 75px;
        line-height: 76px;
        font-size: 28px;
    }
    .box1{
        height: 920px;
    }
    .i-down{
        bottom:100px;
    }
}
@media screen and (max-width: 1440px) {
    .menu-content {
        width:100%;
        height: 150px;
        padding: 0 75px 0 220px;
        position: relative;
    }
    .menu-content .menu-land {
        position: absolute;
        right: 120px;
    }
    .box1 .box1-content h1{
        font-size: 70px;
    }
    .box1 .box1-content h3{
        font-size: 35px;
    }
    .btn-search, .btn-release {
        width: 263px;
        height: 75px;
        line-height: 76px;
        font-size: 28px;
    }
    .box1{
        height: 790px;
    }
    .i-down{
        bottom:100px;
    }
}
@media screen and (max-width: 1280px) {
    .menu-content {
        width:100%;
        height: 150px;
        padding: 0 75px 0 182px;
        position: relative;
    }
    .menu-content .menu-land {
        position: absolute;
        right: 120px;
    }
    .box1 .box1-content h1{
        font-size: 64px;
    }
    .box1 .box1-content h3{
        font-size: 34px;
    }
    .btn-search, .btn-release {
        width: 263px;
        height: 75px;
        line-height: 76px;
        font-size: 28px;
    }
    .box1{
        height: 920px;
    }
    .i-down{
        bottom:100px;
    }
    .box2 .box2-content,
    .scroll,.box4
    .box4-content,
    .box5 .box5-content
    .box6 .box6-content .tab-box .tab-content,
    .box6 .box6-content .tab-box .tab-title .tab-menu,
    .footer-box .footer-content,
    .box6 .box6-content .tab-box .tab-content,
    .box5 .box5-content{
        width: 1080px!important;
    }
    .piclist li.goodlist{
        width: 438px!important;
        margin: 0 0 55px 35px!important;
    }
    .right-text{
        width: 320px!important;
    }
    .box4 .box4-content .left-text{
        margin-left: 0;
    }
    .box4 .box4-content .right-content{
        width: 815px;
    }
    .box4 .box4-content .left-text{
        width: 262px;
    }
    .box4 .box4-content .right-content .person-box{
        width: 184px;
        margin-left: 10px;
    }
    .box5 .box5-content .about-us-box{
        width: 340px;
    }
    .box5 .box5-content .about-us-box .about-us-content a{
        left: 86px;
    }
    .tab-menu li{
        margin-right: 60px;
    }
    .box6 .box6-content .tab-box .tab-content .content1 .text-img-box{
        width: 300px;
        margin-right: 20px!important;
    }
    .box6 .box6-content .tab-box .tab-content .content2 .date-box .fl-content, .box6 .box6-content .tab-box .tab-content .content2 .date-box .fl-content img{
        width: 250px;
    }
    .box6 .box6-content .tab-box .tab-content .content2 .date-box{
        width: 480px;
    }
    .box6 .box6-content .tab-box .tab-content .content5 .text-img-box{
        width: 230px;
    }
}
@media screen and (max-width: 1024px) {
    .menu-content {
        width:100%;
        height: 150px;
        padding: 0 75px 0 75px;
        position: relative;
    }
.menu-content .menu-land {
    position: absolute;
    right: 75px;   }
}

.foot-company h3{
    text-align: center;
    font-size: 32px;
    color: #000;
    padding: 30px 0;
}
.foot-company .content{
    width: 1280px;
    margin: 0 auto;
}
.foot-company .content >p{
    color: #999;
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 1.8;
}
.foot-company .tabs{
    padding: 30px 0;
    background: #222A37;
}
.foot-company .tab-list{
    display: table;
    table-layout: fixed;
}
.foot-company .tab-list .item{
    width: 25%;
    display: table-cell;
    color: #fff;
    font-size: 16px;
    border-right: 1px solid rgba(255,255,255,.2);
    text-align: center;
}
.foot-company .tab-list .item:last-child{
    border: none;
}
.foot-company .tab-list .item .left{
    display: inline-block;
    width: 60px;
    vertical-align: middle;
    text-align: left;
}
.foot-company .tab-list .item .right{
    display: inline-block;
    width: 210px;
    vertical-align: middle;
    text-align: left;
}
.foot-company .tab-list .item .right p{
    font-size: 14px;
    color: rgba(255, 255,255,.6);
    margin-top: 10px;
}

.home-news-section{
    background: #fff;
    margin: 10px auto;
    padding: 10px 20px;
}
.home-news-section .news-h-box h3{
    font-size: 16px;
    margin-bottom: 10px;
}
.home-news-section .news-h-box h3 .ri-tip{
    color: #888888;
    font-size: 12px;
    float: right;
}
.home-news-section .news-h-box a{
    display: block;
    line-height: 2.4;
    color: #333;
    font-size: 14px;
    position: relative;
}
.home-news-section .news-h-box a:hover{
    font-weight: bold;
}
.home-news-section .news-h-box a.little{
    font-size: 12px;
    line-height: 2;
}
.home-news-section .news-h-box a.img-ne{
    margin-bottom: 5px;
}
.home-news-section .news-h-box a.img-ne img{
    width: 100%;
}
.home-news-section .news-h-box a.img-ne span{
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
    line-height: 1.5;
}