.layout{ width:1190px; margin:0 auto; clear:both}

     
 
.in-plate1{
    overflow: hidden;
    padding: 53px 0 63px;
    background: url(../images/bg-plate1.jpg) repeat center;
}
.in-plate1 .layout>ul{
    position: relative;
    width: 100%;
    height: 475px;
    overflow: hidden;
}
.in-plate1 .pla-in>li{
    float: left;
    height: 475px;
    cursor:pointer;
    overflow: hidden;
}
.in-plate1 .pla-in{
    width: 1590px;
}
.in-plate1 .wrap{
    width: 780px;
    overflow: hidden;
}
.in-plate1 .pic-box{
    width: 390px;
    height: 475px;
    background-color: #333;
    text-align: center;
    color: #fff;
    padding-top: 145px;
    box-sizing:border-box;
    float: left;
    position: relative;
}
.in-plate1 .on .pic-box:after{
    content: '';
    position: absolute;
    right: 0;
    top:50%;
    margin-top: -6px;
    border-right: 12px solid #0061a3;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}
.in-plate1 .pic-box span{
    width: 100px;
    height: 115px;
    display: inline-block;
    background-position: center;
    background-size: cover;
}
.in-plate1 .pic-box h3{
    font-size: 24px;
    line-height: 28px;
    margin-top: 12px;
}

.in-plate1 .pic-box p{
    font-size: 14px;
    line-height: 16px;
    margin-top: 12px;
}
.in-plate1 .intro-box{
    width: 390px;
    height: 475px;
    padding-top: 55px;
    box-sizing:border-box;
    background: #0061a3;
    float: left;
    color: #fff;
    text-align: center;
}
.in-plate1 .intro-box span{
    display: inline-block;
    text-align: left;
    margin-bottom: 25px;
    position: relative;
    padding-left: 66px;
}
.in-plate1 .intro-box span:before{
    content: '';
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    left: 0;
    top:50%;
    margin-top: -24px;
    background: url(../images/icon-con1.png) no-repeat center;
}
.in-plate1 .intro-box1 span:before{
    background: url(../images/icon-con4.png) no-repeat center;
}
.in-plate1 .intro-box h3{
    font-size: 30px;
    line-height: 32px;
}
.in-plate1 .intro-box p{
    font-size: 14px;
    line-height: 16px;
    margin-top: 10px;
}
.in-plate1 .intro-box ul{
    text-align: center;
}
.in-plate1 .intro-box li{
    width: 248px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #80b0d1;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 16px;
    transition: all ease .3s 0s; -moz-transition: all ease .3s 0s; -webkit-transition: all ease .3s 0s;
}
.in-plate1 .intro-box a{
    color: #fff;
}

.in-plate1 .intro-box li:hover{
    background: rgba(255,255,255,0.3);
    border-color: rgba(255,255,255,0.3);
}

.title-box{
    text-align: center;
}
.title-box h3{
    font-size: 48px;
    line-height: 48px;
    color: #333;
    margin-bottom: 15px;
}
.title-box em{
    color: #0061a3;
}
.title-box p{
    font-size: 14px;
    color: #999;
}
.in-news{
    padding: 105px 0 140px;
    background: url(../images/bg-news.jpg) no-repeat center;
}
.in-news .con-box{
    overflow: hidden;
}
.in-news .nw-lf{
    width: 496px;
    float: left;
}
.in-news .nw-lf .col{
    width: 100%;
    margin-bottom: 8px;
    overflow: hidden;
}
.in-news .col li{
    width: 50%;
    float: left;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 16px;
    background: #fff;
}
.in-news .col li a{
    color: #333;
    width: 100%;
    height: 100%;
    display: block;
}
.in-news .col li.on{
    background: #236ea9;
}
.in-news .col li.on a{
    color: #fff;
}

.in-news .nw-lf .pic-box{
    height: 389px;
    overflow: hidden;
    position: relative;
}
.in-news .pic-box img{
    width: 100%;
    height: 100%;
    transition: all ease .3s 0s; -moz-transition: all ease .3s 0s; -webkit-transition: all ease .3s 0s;
}
.in-news .pic-box:hover img{
    transform:scale(1.1);
}
.in-news .pic-box .intro{
    position: absolute;
    width: 100%;
    height: 150px;
    padding: 30px 0;
    box-sizing:border-box;
    background: rgba(0,97,163,0.9);
    bottom: 0;
}

.in-news .intro .date{
    float: left;
    display: block;
    width: 110px;
    text-align: center;
}
.in-news .intro .date h3{
    font-size: 30px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 12px;
}
.in-news .intro .date h4{
    font-size: 20px;
    line-height: 22px;
    color: #fff;
}
.in-news .intro .tex{
    display: block;
    margin-left: 110px;
    font-size: 24px;
    color: #fff;
    padding: 0 20px;
}
.in-news .intro .tex h3{
    overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.in-news .intro .tex p{
    font-size: 14px;
    color: #cddae7;
    line-height: 24px;
    margin-top: 15px;
    display: inline-block;
    overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}

.in-news .nw-rg{
    width: 680px;
    background: #fff;
    float: right;
}
.in-news .nw-rt{
    height: 170px;
    padding: 35px 30px 0;
    box-sizing:border-box;
}
.in-news .nw-rt-in{
    border-bottom: 1px solid #eee;
    overflow: hidden;
    height: 100%;
}
.in-news .nw-rt .tex{
    width: 530px;
    float: left;
    padding-right: 25px;
    box-sizing:border-box;
    border-right: 1px solid #eee;
}
.in-news .nw-rt .date{
    margin-left: 530px;
    display: block;
    text-align: center;
    width: 100px;
}

.in-news .nw-rt .date h3{
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 12px;
    color: #333;
}
.in-news .nw-rt .date h4{
    font-size: 20px;
    line-height: 22px;
    color: #333;
}

.in-news .nw-rt .nw-title{
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 25px;
    display: inline-block;
    color: #333;
    overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.in-news .nw-rt p{
    font-size: 14px;
    color: #999;
    line-height: 24px;
    width: 350px;
    float: left;
    overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.in-news .more{
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: #0061a3;
    display: block;
    color: #fff;
    font-size: 16px;
    border-radius: 20px;
    padding: 0 20px;
    box-sizing:border-box;
    float: right;
}
.in-news .more:after{
    content: '';
    width: 8px;
    height: 14px;
    display: inline-block;
    background: url(../images/icon-arr1.png) no-repeat center;
    margin-left:40px;
    vertical-align: middle;
    margin-top: -2px;
}
.in-news .s-list{
    padding: 0 30px;
    height: 279px;
}
.in-news .s-list li{
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
    border-bottom: 1px dashed #eee;
}
.in-news .s-list li:before{
    content: '·';
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #ccc;
    display: block;
    position: absolute;
    left: 0;
    top:50%;
    margin-top: -2px;
    transition: all ease .3s 0s; -moz-transition: all ease .3s 0s; -webkit-transition: all ease .3s 0s;
}
.in-news .s-list p{
    float: left;
    width: 520px;
    color: #333;
    overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.in-news .s-list .date{
    width: auto;
}
.in-news .s-list .date{
    float: right;
    color: #999;
}
.in-news .s-list li:last-of-type{
    border: none;
}
.in-news .s-list li:hover p{
    color: #0061a3;
}
.in-news .s-list li:hover:before{
    background: #0061a3;
}
.in-news .title-box{
    margin-bottom: 50px;
}

.in-plate2{
    padding: 90px 0 100px;
    background: #0d2846;
}
.in-plate2 .layout{
    height: 604px;
}
.in-plate2 .lt-box{
    width: 600px;
    height: 100%;
    float: left;
    overflow: hidden;
}
.in-plate2 .lt-box ul{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.in-plate2 .rg-box{
    float: left;
    width: 600px;
    height: 100%;
    background: #fff;
}
.in-plate2 .rg-box .rg-top{
    height: 50%;
    overflow: hidden;
    background: #e5e5e5;
}
.in-plate2 .rg-top img{
    width: 100%;
    height: 100%;
    transition: all ease .3s 0s; -moz-transition: all ease .3s 0s; -webkit-transition: all ease .3s 0s;
}
.in-plate2 .rg-top:hover img{
    transform:scale(1.1);
}
.in-plate2 .rg-bot{
    height: 50%;
}
.in-plate2 .brank{
    height: 100%;
    width: 50%;
    background: #fff;
    float: left;
}
.in-plate2 .brank img{
    width: 100%;
    height: 100%;
}
.in-plate2 .rg-box .tex{
    height: 100%;
    width: 50%;
    float: left;
    background: #0061a3;
    display: block;
    box-sizing:border-box;
    padding: 55px 24px 0;
    color: #fff;
}
.in-plate2 .rg-box .tex h3{
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 20px;
}
.in-plate2 .rg-box .tex p{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
    overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
}

.in-plate2 .rg-box .tex .more{
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    display: block;
    color: #fff;
    font-size: 16px;
    border-radius: 20px;
    padding: 0 20px;
    box-sizing:border-box;
    float: right;
    color: #666;
    margin-bottom: 0;
}

.in-plate2 .rg-box .tex .more:after{
    content: '';
    width: 8px;
    height: 14px;
    display: inline-block;
    background: url(../images/icon-arr3.png) no-repeat center;
    margin-left:40px;
    vertical-align: middle;
    margin-top: -2px;
}

.in-plate2 .lt-box .warp{
    width: 475px;
    height: 100%;
    background: #000;
    position: relative;
}
.in-plate2 .lt-box .pic{
    width: 100%;
    height: 100%;
    position: relative;
    opacity: 0.5;
    transition: all ease .3s 0s; -moz-transition: all ease .3s 0s; -webkit-transition: all ease .3s 0s;
}
.in-plate2 .lt-box .warp:hover img{
    transform:scale(1.1);
}
.in-plate2 .lt-box .pic img{
    width: 100%;
    height: 100%;
    transition: all ease .3s 0s; -moz-transition: all ease .3s 0s; -webkit-transition: all ease .3s 0s;
}
.in-plate2 .lt-box li{
    width: 475px;
    overflow: hidden;
    float: left;
}
.in-plate2 .lt-box .title{
    position: absolute;
    top:195px;
    width: 38px;
    left: 48px;
}
.in-plate2 .lt-box span{
    width: 38px;
    height: 38px;
    display: inline-block;
    margin-bottom: 15px;
}
.in-plate2 .lt-box .title p{
    font-size: 24px;
    line-height: 26px;
    width: 24px;
    color: #fff;
    margin: 0 auto;
}

.in-plate2 .lt-box .tex{
    position: absolute;
    width: 100%;
    height: 156px;
    background: rgba(0,97,163,0.8);
    bottom: 0;
    padding: 45px 35px 0;
    box-sizing:border-box;
}
.in-plate2 .lt-box .tex{
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    display: none;
    transition: all ease .3s 0s; -moz-transition: all ease .3s 0s; -webkit-transition: all ease .3s 0s;
}
.in-plate2 .lt-box .tex h3{
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 10px;
}

.in-plate2 .lt-box .more{
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    display: block;
    color: #fff;
    font-size: 16px;
    border-radius: 20px;
    padding: 0 20px;
    box-sizing:border-box;
    color: #0061a3;
    margin-bottom: 0;
    position: absolute;
    right: 20px;
    bottom:20px;
}
.in-plate2 .lt-box .more:after{
    content: '';
    width: 8px;
    height: 14px;
    display: inline-block;
    background: url(../images/icon-arr4.png) no-repeat center;
    margin-left:40px;
    vertical-align: middle;
    margin-top: -2px;
}
.in-plate2 .lt-box li.on .title{
    display: none;
}
.in-plate2 .lt-box li.on .tex{
    display: block;
}
.in-plate2 .lt-box li.on .pic{
    opacity: 1;
}



.in-cons{
    padding: 60px 0 70px;
    background: #fefefe;
}

.in-cons .fir-menu{
    margin: 0 auto;
    display: block;
    width: 368px;
    overflow: hidden;
    margin-top: 35px;
}
.in-cons .fir-menu li{
    cursor: pointer;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #333;
    width: 184px;
    height: 52px;
    line-height: 52px;
    box-sizing:border-box;
    border: 1px solid #cacaca;
    transition: all ease .3s 0s; -moz-transition: all ease .3s 0s; -webkit-transition: all ease .3s 0s;
}
.in-cons .fir-menu .bli1{
    border-radius: 4px 0 0 4px;
}
.in-cons .fir-menu .bli2{
    border-radius: 0 4px 4px 0;
}
.in-cons .fir-menu li.on{
    background: #0061a3;
    border-color: #0061a3;
    color: #fff;
}
.in-cons .sec-menu{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 35px;
}
.in-cons .sec-menu li{
    display: inline-block;
    font-size: 16px;
    color: #333;
    margin: 0 20px;
    line-height: 36px;
    cursor: pointer;
}
.in-cons .sec-menu li.on{
    border-bottom: 2px solid #0061a3;
}
.in-cons .content{
    position: relative;
}
.in-cons .content .bg{
    width: 490px;
    height: 490px;
    line-height: 490px;
    text-align: center;
    margin: 0 auto;
    background: url(../images/bg-concen.png) no-repeat center;
}
.in-cons .content .list{
    cursor: pointer;
    position: absolute;
}
.in-cons .content .list:before{
    content: '';
    width: 19px;
    height: 19px;
    border-radius: 19px;
    display: block;
    background: rgba(102,102,102,0.5);
    position: absolute;
    right: -7px;
    top:2px;
    transition: all ease .3s 0s; -moz-transition: all ease .3s 0s; -webkit-transition: all ease .3s 0s;

}
.in-cons .content .list:after{
    content: '';
    width: 36px;
    height: 36px;
    border-radius: 100%;
    display: block;
    background: rgba(102,102,102,0.2);
    position: absolute;
    right: -16px;
    top:-6px;
    transition: all ease .3s 0s; -moz-transition: all ease .3s 0s; -webkit-transition: all ease .3s 0s;

}

.in-cons .list h3{
    font-size: 18px;
    color: #333;
    transition: all ease .3s 0s; -moz-transition: all ease .3s 0s; -webkit-transition: all ease .3s 0s;
}
.in-cons .list .tex{
    width: 225px;
}
.in-cons .list .tex em{
    font-weight: 700;
}
.in-cons .list .tex{
    display: inline-block;
}
.in-cons .list .tex span{
    font-size: 16px;
    color: #fff;
    background: #1161aa;
    line-height: 28px;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 4px;
    margin-top: 6px;
    display: none;
    transition: all ease .3s 0s; -moz-transition: all ease .3s 0s; -webkit-transition: all ease .3s 0s;
}
.in-cons .list .icon{
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 80px;
    vertical-align: top;
    margin-top: -30px;
    overflow: hidden;
}
.in-cons .icon img{
    width: 100%;
    height: 100%;
}
.in-cons .icon .sel{
    display: none;
}
.in-cons .list .line{
    width: 192px;
    height: 2px;
    display: inline-block;
    background: #e6e6e6;
    vertical-align: top;
    margin-top: 10px;
    margin-left: -3px;
    position: relative;
}
.in-cons .list .line:after{
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 7px;
    position: absolute;
    background: #666;
    display: block;
    right: 0px;
    top:50%;
    margin-top: -3px;
    transition: all ease .3s 0s; -moz-transition: all ease .3s 0s; -webkit-transition: all ease .3s 0s;
}
.in-cons .list-r .line{
    margin-right: -3px;
}
.in-cons .list-r .line:after{
    left: 0;
}
.in-cons .list-r:before{
    left: -10px;
}
.in-cons .list-r:after{
    left: -18px;
}

.in-cons .list-r .tex{
    text-align: left;
}

.in-cons .list:hover{
    z-index: 4;
}
.in-cons .list:hover h3{
    color: #1161aa;
    font-size: 22px;
    margin-top: -6px;
}
.in-cons .list:hover .tex em{
    font-size: 30px;
}
.in-cons .list:hover .tex span{
    display: inline-block;
}
.in-cons .list:hover .nor{
    display: none;
}
.in-cons .list:hover .sel{
    display: block;
}
.in-cons .list:hover .line:after{
    background: #33638f;
}
.in-cons .list:hover:before{
    background: rgba(51,99,143,0.6);
}
.in-cons .list:hover:after{
    background: rgba(51,99,143,0.3);
}

.in-cons .list1{
    top: 14px;
    left: 0px;
}
.in-cons .list2{
    left: 0px;
    top:133px;
}
.in-cons .list2 .line{
    width: 76px;
}
.in-cons .list3{
    left: 0px;
    top:268px;
}
.in-cons .list3 .line{
    width: 57px;
}

.in-cons .list4{
    left: 0px;
    top:416px;
}
.in-cons .list4 .line{
    width: 140px;
}

.in-cons .list5{
    top: 14px;
    right: 0px;
}
.in-cons .list6{
    right: 0px;
    top:133px;
}
.in-cons .list6 .line{
    width: 74px;
}
.in-cons .list7{
    right: 0px;
    top:268px;
}
.in-cons .list7 .line{
    width: 55px;
}

.in-cons .list8{
    right: 0px;
    top:416px;
}
.in-cons .list8 .line{
    width: 138px;
}



/* 新闻列表页 */
.banner img{
    width: 100%;
    display: block;
}
.menu{
    width: 1190px;
	margin:0 auto;
    height: 60px;
    line-height: 60px;
    text-align: center;
    box-shadow: 0px 0px 6px 1px rgba( 0, 0, 0,0.04 );
}
.menu li{
    display: inline-block;
    width: 300px;
    font-size: 16px;
    border-left: 1px solid #dddddd;
    margin-left: -4px;
}
.menu li a{
    color: #333;
    height: 100%;
    display: block;
}
.menu li a:before{
    content: '';
    width: 28px;
    height: 28px;
    display: inline-block;
    background: url(../images/icon-menu.png) no-repeat center left;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 10px;
}
.menu li.nbl{
    border: none;
}
.menu li.on{
    background: #1161aa;
    border-left: none;
}
.menu li.on a{
    color: #fff;
}

.menu .ic-nw1.on a:before{
    background-position: -38px center;
}

.menu .ic-nw2 a:before{
    background-position: -76px center;
}
.menu .ic-nw2.on a:before{
    background-position: -114px center;
}

.menu .ic-nw3 a:before{
    background-position: -152px center;
}
.menu .ic-nw3.on a:before{
    background-position: -190px center;
}

.news{
    background: #f6f6f6;
    padding: 50px 0 30px;
}
.news .nw-top{
    overflow: hidden;
}

.news .bg-box{
    width: 800px;
    height: 414px;
    background: #e5e5e5;
    float: left;
    margin: 0 22px 25px 0;
}
.news .b-nw{
    position: relative;
    display: block;
    height: 100%;
}
.news .b-nw img{
    width: 100%;
    height: 100%;
}
.news .b-nw span{
    position: absolute;
    width: 100%;
    height: 96px;
    display: block;
    background: rgba(0,0,0,0.5);
    bottom: 0;
    color: #fff;
    padding: 24px 140px 0 35px;
    box-sizing:border-box;
}
.news .b-nw h3{
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    text-align: left;
    overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.news .b-nw p{
    font-size: 14px;
    overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}

.news .swiper-container-horizontal>.swiper-pagination-bullets{
    text-align: right;
    padding-right: 20px;
    box-sizing:border-box;
    bottom: 20px;
}

.news .swiper-pagination-bullet{  opacity: 1; background: #fff; width: 8px; height: 8px;}
.news .swiper-pagination-bullet-active{  background: #1161aa; opacity: 1;}

.news .b-list{
    width: 377px;
    border-radius: 4px;
    overflow: hidden;
    float: left;
    display: inline-block;
    margin-bottom: 25px;
}

.news .nmg{
    margin-left: 0;
    margin-right: 0;
}

.news .b-list .pic{
    width: 100%;
    height: 242px;
    overflow: hidden;
}
.news .b-list img{
    width: 100%;
    height: 100%;
    transition: all ease .3s 0s; -moz-transition: all ease .3s 0s; -webkit-transition: all ease .3s 0s;
}

.news .b-list h3{
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #333;
    font-weight: 600;
    overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.news .b-list p{
    font-size: 14px;
    line-height: 22px;
    color: #666;
    overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.news .b-list a{
    display: block;
    height: 100%;
}
.news .b-list .tex{
    background: #fff;
    height: 172px;
    padding: 25px 30px;
    box-sizing:border-box;
}
.news .b-list .bt{
    display: block;
    margin-top: 25px;
}
.news .b-list .bt p{
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    color: #999;
}
.news .b-list .date:before{
    content: '丨';
    margin: 0 2px;

}

.news .b-list:hover img{
    transform:scale(1.1);
}
.news .b-list:hover .more{
    color: #1161aa;
}

.news .mlr{
    margin: 0 34px;
}

.news .more-box{
    padding: 28px 0;
    text-align: center;
}
.news .more-box .more{
    width: 296px;
    height: 66px;
    line-height: 66px;
    border: 1px solid #e6e6e6;
    display: inline-block;
    font-size: 18px;
    color: #333;
    background: #fff;
    transition: all ease .3s 0s; -moz-transition: all ease .3s 0s; -webkit-transition: all ease .3s 0s;
}
.news .more-box .more:hover{
    background: #fbfbfb;
}


.news-box{ padding-top: 70px; overflow: hidden; padding-bottom: 70px;}


.news-left{ width: 780px; }
.news-right{  width: 340px; }
.ar-title{  margin-bottom: 20px;}
.ar-title h3{  font-size: 22px; color:#333; display: inline-block;}
.ar-title .more{ font-size: 14px; color:#999; float: right; margin-top: 4px; transition: all ease .3s 0s; -moz-transition: all ease .3s 0s; -webkit-transition: all ease .3s 0s; }
.ar-title .more:hover{
    color: #1161aa;
}

.news-right .news-top{ padding-bottom: 20px; border-bottom: 1px solid #f4f4f4;}
.news-right .news-top .hot{ font-size: 14px; color: #333; }
.news-right .news-top .hot:hover{ color: #1161aa;}
.news-right .news-top img{ margin-bottom: 25px;}
.news-right .news-list{ padding-top: 10px;}
.news-right .news-list li{ margin-top: 15px; margin-bottom: 15px; list-style: disc inside; padding-left: 6px; color: #999;}
.news-right .news-list li a{ font-size: 14px; color: #999; line-height: 20px; transition: all ease .3s 0s; -moz-transition: all ease .3s 0s; -webkit-transition: all ease .3s 0s;  }
.news-right .news-list li a:hover,.news-right .news-list li a:active{ color: #1161aa;}

.news-left .n-head{ border-bottom: 1px solid #e5e5e5; padding-bottom: 20px;}
.news-left .n-title{ font-size: 30px; color: #333; font-weight: 400; margin-bottom: 20px;}

.news-left .n-head .date,.news-left .n-head .visit{ font-size: 14px ;color: #c6c6c6; padding-left: 30px; display: inline-block; margin-right: 25px; margin-bottom: 10px; position: relative;}
.news-left .n-head .date:before,.news-left .n-head .visit:before{ content: ''; width: 16px; height: 16px; background: url(../images/icon-date02.png) no-repeat center; position: absolute; left: 0; top: 0; }
.news-left .n-head .visit:before{ background:url(../images/icon-visit.png) no-repeat center 3px; width: 20px; height: 20px;}
.news-left .n-head .share{ font-size: 14px; color:#c6c6c6; display: inline-block;  }

.news-left .head-right a{ width: 20px; height: 20px; display:inline-block; background: url(../images/icon-share.png) no-repeat left center; vertical-align: middle; margin-left: 3px;margin-right: 3px;}
.news-left .head-right a:nth-of-type(2){ background-position: -34px center;}
.news-left .head-right a:nth-of-type(3){ background-position: -67px center;}
.news-left .n-article{ padding-top: 30px; padding-bottom: 30px; border-bottom: 1px solid #e5e5e5; text-align: center;}
.news-left .n-article p{ text-align: left;}
.news-left .n-article .p14{ font-size: 14px;  color: #333; line-height: 26px; text-align: left; text-indent: 28px;}

.news-left .n-bottom{ font-size: 14px; color: #666; padding-top: 40px; overflow: hidden;}
.news-left .n-bottom ul{ float: left; width: 630px;}
.news-left .n-bottom ul li{  padding-top: 6px; padding-bottom: 6px; white-space:nowrap;text-overflow:ellipsis; overflow:hidden;  width: 540px; transition: all ease .3s 0s; -moz-transition: all ease .3s 0s; -webkit-transition: all ease .3s 0s;}
.news-left .n-bottom ul li a:hover{ color: #1161aa;}
.news-left .n-bottom .break{ display: inline-block; width: 140px;height: 54px; line-height: 54px; color: #fff; text-align: center; font-size: 14px; background: #b4b4b4; float: right; position: relative; transition: all ease .3s 0s; -moz-transition: all ease .3s 0s; -webkit-transition: all ease .3s 0s;}
.news-left .n-bottom .break:hover{
    background: #1161aa;
}

.case{
    padding: 50px 0 60px;
    background: #f6f6f6;
}
.case .case-in{
    overflow: hidden;
}
.case .b-list{
    width: 380px;
    overflow: hidden;
    float: left;
    margin: 0 10px 30px;
}
.case .b-list .pic{
    width: 100%;
    height: 270px;
    overflow: hidden;
}
.case .b-list img{
    width: 100%;
    height: 100%;
    transition: all ease .3s 0s; -moz-transition: all ease .3s 0s; -webkit-transition: all ease .3s 0s;
}

.case .b-list h3{
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 24px;
    color: #333;
    transition: all ease .3s 0s; -moz-transition: all ease .3s 0s; -webkit-transition: all ease .3s 0s;
    overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.case .b-list p{
    font-size: 16px;
    line-height: 30px;
    color: #999;
    transition: all ease .3s 0s; -moz-transition: all ease .3s 0s; -webkit-transition: all ease .3s 0s;
    overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.case .b-list a{
    display: block;
    height: 100%;
}
.case .b-list .tex{
    background: #fff;
    height: 160px;
    padding: 30px 20px;
    box-sizing:border-box;
    transition: all ease .3s 0s; -moz-transition: all ease .3s 0s; -webkit-transition: all ease .3s 0s;
}

.case .b-list:hover img{
    transform:scale(1.1);
}
.case .b-list:hover .tex{
    background: #0061a3;
}
.case .b-list:hover h3,.case .b-list:hover p{
    color: #fff;
}

.case .more-box{
    padding: 28px 0;
    text-align: center;
}
.case .more-box .more{
    width: 296px;
    height: 66px;
    line-height: 66px;
    display: inline-block;
    font-size: 18px;
    color: #333;
    background: #fff;
    transition: all ease .3s 0s; -moz-transition: all ease .3s 0s; -webkit-transition: all ease .3s 0s;
}
.case .more-box .more:hover{
    background: #0061a3;
    color: #fff;
}

.menu .ic-cn1 a:before{
    background-position: -228px center;
}
.menu .ic-cn1.on a:before{
    background-position: -266px center;
}

.menu .ic-cn2 a:before{
    background-position: -304px center;
}
.menu .ic-cn2.on a:before{
    background-position: -342px center;
}

.menu .ic-cn3 a:before{
    background-position: -380px center;
}
.menu .ic-cn3.on a:before{
    background-position: -418px center;
}


.eco-chain .title{
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    padding-top: 100px;
    margin-bottom: 66px;
}
.eco-chain .title h3{
    font-size: 36px;
    line-height: 38px;
    font-weight: 600;
    margin-bottom: 15px;
}
.eco-chain .plate1{
    height: 964px;
    background: #e5e5e5 url(../images/bg-con1.jpg) no-repeat center;
}

.eco-chain .line-box span{
    width: 188px;
    height: 160px;
    line-height: 160px;
    display: inline-block;
    background: #31a221;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}
.eco-chain .line-box{
    width: 600px;
    margin: 0 auto;
    height: 100%;
    padding-top: 100px;
    position: relative;
}

.eco-chain .line-box:before{
    content: '';
    width: 1px;
    height: 900px;
    background: #f3b01f;
    display: block;
    position: absolute;
    left: 50%;
    top:26px;
}
.eco-chain .line-box:after{
    content: '';
    width: 26px;
    height: 26px;
    display: block;
    position: absolute;
    background: url(../images/icon-spot.png) no-repeat center;
    left: 50%;
    top:0;
    margin-left: -13px;
}
.eco-chain .line-box span p{
    line-height: 32px;
    display: inline-block;
    vertical-align: middle;
}
.eco-chain .line-box .line{
    display: inline-block;
    width: 106px;
    height: 1px;
    background: #dddddd;
    margin-left: -3px;
    position: relative;
}
.eco-chain .line-box .line:after{
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background: #f3b01f;
    display: inline-block;
    position: absolute;
    right: -14px;
    top:50%;
    margin-top: -8px;
}
.eco-chain .fr .line{
    margin-right: -3px;
}
.eco-chain .fr .line:after{
    left: -13px;
}

.eco-chain .line-box li.fl{
    margin-top: 110px;
}

.eco-chain .line-box li.fr{
    margin-top: 85px;
}

.eco-chain .ln-title{
    position: absolute;
    color: #fff;
    font-size: 18px;
    top:0;
    text-align: right;
}
.eco-chain .plate1 .ln-title{
    left: -100px;
}
.eco-chain .ln-title h3{
    font-size: 36px;
    line-height: 36px;
    color: #f3b01f;
    margin-bottom: 18px;
}
.eco-chain .ln-title:after{
    content: '';
    width: 4px;
    height: 37px;
    background: #f3b01f;
    display: block;
    position: absolute;
    right: -24px;
    top:0;
}

.eco-chain .plate2{
    height: 870px;
    background: url(../images/bg-con2.jpg) no-repeat center;
}
.eco-chain .plate2 .layout{
    padding-top: 90px;
}
.eco-chain .plate2 .ln-title{
    right: -100px;
    text-align: left;
}

.eco-chain .plate2 .ln-title:after{
    left:-24px;
}

.eco-chain .plate2 span{
    background: #de8f1d;
}

.eco-chain .plate3{
    height: 964px;
    background: url(../images/bg-con3.jpg) no-repeat center;
}
.eco-chain .plate3 .layout{
    padding-top: 70px;
}
.eco-chain .plate3 span{
    background: #1161aa;
}
.eco-chain .plate3 .ln-title{
    left: -100px;
}
.eco-chain .plate3 .line-box:before{
    height: 720px;
}

.eco-chain .plate3 .title{
    margin-top: 50px;
    position: relative;
}
.eco-chain .plate3 .title:before{
    content: '';
    content: '';
    width: 26px;
    height: 26px;
    display: block;
    position: absolute;
    background: url(../images/icon-spot.png) no-repeat center;
    left: 50%;
    top:54px;
    margin-left: -13px;

}

/* 创新咨询 */
.title-box1{
    margin-bottom: 60px;
}
.title-box1 h3{
    font-size: 55px;
    color: #1161aa;
    text-transform: uppercase;
}
.title-box1 em{
    color: #35a325;
    margin-left: 20px;
}
.title-box1 p{
    font-size: 36px;
    color: #1161aa;
}
.consult{
    padding-top: 75px;
}
.consult .con-top{
    padding-bottom: 90px;
    position: relative;
}
.consult .con-top .button{
    width: 40px;
    height: 40px;
    background: url(../images/icon-left.png) no-repeat center;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -50px;
    cursor: pointer;
    opacity: 0.7;
}
.consult .con-top .next{
    margin-left: 10px;
    background: url(../images/icon-right.png) no-repeat center;
}
.consult .con-top .button:hover{
    opacity: 1;
}
.consult .con-list{
    width: 370px;
    display: block;
}
.consult .con-list .pic{
    height: 330px;
    overflow: hidden;
    background: #f4f4f4;
}
.consult .con-list img{
    width: 100%;
    height: 100%;
}
.consult .con-list .tex{
    height: 100px;
    padding: 30px 30px 0;
    box-sizing:border-box;
    background: #f4f4f4;
    transition: all ease .3s 0s; -moz-transition: all ease .3s 0s; -webkit-transition: all ease .3s 0s;
}
.consult .tex h3{
    font-size: 18px;
    line-height: 20px;
    color: #333;
    margin-bottom: 10px;
    transition: all ease .3s 0s; -moz-transition: all ease .3s 0s; -webkit-transition: all ease .3s 0s;
    overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.consult .tex p{
    font-size: 14px;
    line-height: 14px;
    color: #666;
    transition: all ease .3s 0s; -moz-transition: all ease .3s 0s; -webkit-transition: all ease .3s 0s;
    overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.consult .con-list:hover .tex{
    background: #1161aa;
}
.consult .con-list:hover h3,.consult .con-list:hover p{
    color: #fff;
}
.consult .con-bot{
    padding: 95px 0;
    background: #f0f0f2;
    overflow: hidden;
}
.consult .con-bot li{
    width: 580px;
    height: 200px;
    line-height: 200px;
    border-radius: 6px;
    background: url(../images/bg-con-bt.png) no-repeat center;
    font-size: 32px;
    color: #fff;
    padding: 0 60px 0 74px;
    box-sizing:border-box;
    float: left;
}
.consult .con-bot li a{
    display: block;
    color: #fff;
    position: relative;

}
.consult .con-bot li a:before{
    content: '';
    width: 44px;
    height: 44px;
    display: inline-block;
    background: url(../images/icon-con2.png) no-repeat center;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 12px;
}
.consult .con-bot li a:after{
    content: '';
    width: 26px;
    height: 26px;
    position: absolute;
    display: block;
    background: url(../images/icon-arr2.png) no-repeat center;
    right: 0;
    top:50%;
    margin-top: -13px;
}
.consult .con-bot .eco{
    margin-left: 40px;
}
.consult .con-bot .eco a:before{
    background: url(../images/icon-con3.png) no-repeat center;
}

.indust{
    padding-top: 0;
}
.indust .plate1{
    padding-top:75px;
    padding-bottom: 75px;
    background: url(../images/bg-con4.jpg) no-repeat center;
}
.indust .ind-list1{
    display: block;
    height: 590px;
    width: 457px;
    background: #e5e5e5;
}
.indust .ind-list1 .pic{
    height: 100%;
    overflow: hidden;
    position: relative;
}
.indust .ind-list1 .pic img{
    width: 100%;
    height: 100%;
}
.indust .ind-list1 .tex{
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 0 45px;
    box-sizing:border-box;
}
.indust .ind-list1 .tex h3{
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 25px;
    overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.indust .ind-list1 .tex p{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
    color: #fff;
    display: none;

}

.indust .ind-box1 .swiper-container {
    width: 100%;
}
.indust .ind-box1 .swiper-slide{
    background-position: center;
    background-size: cover;
    height: 590px;
    width: 457px;
}
.indust .ind-box1 .swiper-slide-active .tex p{
    display: block;
}

.indust .ind-box1 .swiper-button-prev,.indust .ind-box1 .swiper-container-rtl .swiper-button-next{
    left: 30px;
}
.indust .ind-box1 .swiper-button-next,.indust .ind-box1 .swiper-container-rtl .swiper-button-prev{
    right: 30px;
}



.indust .plate2{
    background: url(../images/bg-con5.jpg) no-repeat center;
    padding-top: 110px;
    padding-bottom: 25px;
}
.indust .plate2 .title-box1 h3,.indust .plate2 .title-box1 p{
    color: #fff;
}

.indust .ind-list2{
    display: block;
    width: 263px;
    height: 407px;
    box-sizing:border-box;
    background: #fff;
    padding: 88px 55px 0;
    text-align: center;
    position: relative;
    z-index: 1;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}
.indust .ind-list2 span{
    width: 92px;
    height: 92px;
    display: inline-block;
    margin-bottom: 40px;
}
.indust .ind-list2 span img{
    width: 100%;
    height: 100%;
    display: block;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}
.indust .ind-list2 .sel{
    display: none;
}

.indust .ind-list2 h3{
    font-size: 18px;
    line-height: 20px;
    color: #333;
    margin-bottom: 20px;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
    overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.indust .ind-list2 p{
    font-size: 12px;
    color: #666;
    line-height: 18px;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.indust .ind-list2:hover{
    background: url(../images/bg-plan.png) repeat-x center;
}
.indust .ind-list2:hover h3{
    color: #fff;
}
.indust .ind-list2:hover p{
    color: #a6b7cf;
}

.indust .ind-list2:hover:before{
    content: '';
    display: block;
    width: 300px;
    height: 440px;
    position: absolute;
    background: url(../images/bd-plan.png) no-repeat center;
    z-index: -1;
    left: 50%;
    margin-left: -150px;
    top:50%;
    margin-top: -220px;
}

.indust .ind-list2:hover .sel{
    display: block;
}
.indust .ind-list2:hover .nor{
    display: none;
}

.indust .ind-box2 .swiper-container{
    padding: 40px 0 50px;
}
.indust .ind-box2 .swiper-slide{
    background: transparent;
}

.indust .ind-box2 .swiper-pagination-bullet{  opacity: 0.8; background: transparent; width: 16px; height: 16px; box-sizing:border-box; border: 1px solid #fff; position: relative; }
.indust .ind-box2 .swiper-pagination-bullet-active:after{
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 8px;
    position: absolute;
    left: 50%;
    margin-left: -4px;
    top:50%;
    margin-top: -4px;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity: 0.8;
}

.indust .plate3{
    background: #d5d5d5 url(../images/bg-con6.jpg) no-repeat center;
    padding-top: 120px;
    padding-bottom: 100px;
    text-align: center;
}
.indust .plate3 h3{
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #fff;
}
.indust .plate3 p{
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    width: 655px;
    display: inline-block;
}
.indust .plate3 a{
    width: 116px;
    height: 116px;
    display: block;
    margin: 40px auto 0;
    transition: all ease .6s 0s; -moz-transition: all ease .6s 0s; -webkit-transition: all ease .6s 0s;
    animation:tran-r 1.5s cubic-bezier(0, 0, 0, 0)  infinite;
}
.indust .plate3 a:active{
    animation:none;
}
.indust .plate3 a:active img{
    transform:scale(1.1);
}

.indust .plate3 a img{
    width: 100%;
    height: 100%;
    transition: all ease .2s 0s; -moz-transition: all ease .2s 0s; -webkit-transition: all ease .2s 0s;
}

@keyframes tran-r{
    0%{transform:rotate(0deg); }
    100%{transform:rotate(360deg); }
}


/* 集团介绍页面 */
.menu .ic-it1 a:before{
    background-position: -456px center;
}
.menu .ic-it1.on a:before{
    background-position: -494px center;
}

.menu .ic-it2 a:before{
    background-position: -532px center;
}
.menu .ic-it2.on a:before{
    background-position: -570px center;
}

.menu .ic-it3 a:before{
    background-position: -608px center;
}
.menu .ic-it3.on a:before{
    background-position: -646px center;
}

.menu .ic-it4 a:before{
    background-position: -684px center;
}
.menu .ic-it4.on a:before{
    background-position: -722px center;
}

.intro .plate1{
    padding:10px 0 0px;
    overflow: hidden;
    background: url(../images/bg-intro1.jpg) no-repeat right bottom;
}
.intro .plate1 .pl-lt1{
    width: 440px;
    float: left;
}
.intro .plate1 .title-box1{
    text-align: left;
}
.intro .plate1 .p14{
    font-size: 14px;
    line-height: 24px;
    color: #666;
}
.intro .pl-rg1{
    margin-left: 498px;
    height: 100px;
}
.intro .pl-rg1 ul{
    background: #1161aa;
    margin-top: 50px;
    overflow: hidden;
    padding: 30px 70px;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
}
.intro .pl-rg1 li{
    float: left;
    width: 33.3%
}
.intro .pl-rg1 h3{
    font-size: 16px;
    line-height: 48px;
}
.intro .pl-rg1 em{
    font-size: 48px;
    font-weight: 600;
}

.intro .plate2{
    overflow: hidden;
    padding: 20px 0 10px;
    background: url(../images/bg-intro2.jpg) no-repeat center;
}
.intro .pl-lt2{
    width: 270px;
    float: left;
}
.intro .pl-lt2 .title-box1{
    text-align: left;
    border-bottom: 3px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 35px;
}
.intro .pl-lt2 .title-box1 h3,.intro .pl-lt2 .title-box1 p{
    color: #fff;
}
.intro .pl-lt2 .tex-box{
    height: 400px;
    overflow: hidden;
}
.intro .pl-lt2 .tex-box h3{
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 40px;
}
.intro .pl-lt2 .tex-box p{
    font-size: 16px;
    line-height: 36px;
    color: #fff;
    display: inline-block;
}
.intro .pl-lt2 .tex-box em{
    font-weight: 700;
}
.intro .pl-lt2 .tip{
    font-size: 18px;
    line-height: 18px;
    color: #fff;
}
.intro .pl-lt2 .tip h3{
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 10px;
}
.intro .pl-rg2{
    margin-left: 380px;
}
.intro .pl-rg2 .pic-box{
    width: 820px;
    height: 510px;
    position: relative;
    z-index: 3;
}
.intro .time .swiper-container{
    margin-top: -20px;
}
.intro .time .swiper-slide{
    background: transparent;
}

.intro .time li{
    float: left;
    padding-top: 95px;
    position: relative;
    width: 100%;
    cursor: pointer;
    transition: all ease .3s 0s; -moz-transition: all ease .3s 0s; -webkit-transition: all ease .3s 0s;
}
.intro .time li:before{
    content: '';
    height: 120px;
    width: 3px;
    background: #cdd5dc;
    opacity: 0.3;
    position: absolute;
    left: 0;
    bottom:18px;
}
.intro .time li:after{
    content: '';
    height: 6px;
    width: 6px;
    background: #cdd5dc;
    opacity: 0.3;
    position: absolute;
    left: 0;
    margin-left: -1px;
    bottom:12px;
}
.intro .time p{
    font-size: 24px;
    color: #b9bdc4;
    font-weight: 700;
    margin-left: 20px;
}
.intro .time li.on{
    padding-top: 60px;
}
.intro .time li.on:before,.intro .time li.on:after{
    opacity: 1;
}
.intro .time li.on p{
    color: #fff;
}

.intro .plate3{
    padding: 0px 0 10px;
    background: url(../images/bg-intro3.jpg) no-repeat center bottom;
}
.intro .plate3 .title-box{
    margin-bottom: 90px;
}

.intro .plate4{
    padding: 130px 0 195px;
    background: url(../images/bg-intro4.jpg) no-repeat center;
    overflow: hidden;
}
.intro .pl-lt4{
    width: 600px;
    float: left;
}
.intro .pl-lt4 .title-box1{
    text-align: left;
    margin-bottom: 60px;
}
.intro .pl-lt4 .title-box1 h3{
    font-size: 52px;
    color: #fff;
}
.intro .pl-lt4 .title-box1 p{
    color: #fff;
}
.intro .pl-lt4 .tex-box{
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    height: 230px;
    margin-bottom: 20px;
}
.intro .pl-lt4 .tex-box .swiper-slide{
    background: transparent;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    text-align: left;
}
.intro .pl-lt4 li{
    width: 26px;
    height: 26px;
    border: 1px solid #fff;
    float: left;
    margin-right: 10px;
    cursor: pointer;
}
.intro .pl-lt4 .prev{
    background: url(../images/icon-prev.png) no-repeat center;
}
.intro .pl-lt4 .next{
    background: url(../images/icon-next.png) no-repeat center;
}
.intro .pl-rg4{
    margin-left: 645px;
}


/* 联系我们 */

.contact .plate1{
    padding: 50px 0 75px;
}
.contact .plate1 .plate-in{
    background: #fff;
}
.contact .map{
    height: 530px;
    width: 100%;
}
.contact .con-way{
    padding: 45px 65px;
    overflow: hidden;
    box-shadow: 0px 0px 20px 10px rgba( 0, 0, 0,0.04 );
}
.contact .con-way h3{
    font-size: 24px;
    color: #1161aa;
    font-weight: 600;
    margin-bottom: 25px;
}
.contact .con-way ul{
    float: left;
    width: 860px;
}
.contact .con-way ul li{
    font-size: 16px;
    color: #999;
    line-height: 28px;
}
.contact .con-way em,.contact .con-way p{
    display: inline-block;
}
.contact .con-way em{
    color: #333;
}
.contact .code-box{
    float: right;
    margin-top: 56px;
}
.contact .code-box img{
    float: left;
}
.contact .code-box span{
    float: left;
    display: inline-block;
    margin-left: 20px;
    padding-top: 44px;
}
.contact .code-box p{
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 5px;
    color: #999;
}
.contact .code-box h3{
    font-size: 16px;
    color: #333;
    line-height: 18px;
}

.contact .plate2{
    background: #f6f6f6;
    padding: 55px 0 60px;
}

.contact .plate2 .title-box h3{
    font-size: 36px;
    line-height: 36px;
    color: #333;
    margin-bottom: 60px;
}
.contact .plate2 .input-box{ width: 548px; height: 68px; line-height: 68px; background: #fff; padding-left: 30px; padding-right: 10px; margin-bottom: 15px; }
.contact .plate2 label{ font-size: 16px; color: #333; text-transform: uppercase; vertical-align: middle; cursor: pointer; }
.contact .plate2 label em{ color: #ff0000; }
.contact .plate2 input{ height: 30px; line-height: 30px; font-size: 16px; width: 480px; color: #333;  background: none; border: none; }
.contact .plate2 .rad-box{ height: 20px; line-height: 20px; background: none; padding-left: 0; }
.contact .plate2 .rad{ width: 20px; height: 20px; vertical-align: middle; margin-top: -5px; margin-right: 15px; }

.contact .plate2 .input-box1{ width: 247px; float: left; }
.contact .plate2 .input-box1 input{ width: 135px; }

.inquiry-box{ overflow: hidden; margin-bottom: 60px; }
.contact .plate2 .inq-left{ float: left; width: 588px;}
.contact .plate2 .inq-right{ float: right; width: 588px;}
.contact .plate2 .tex-box{ width: 100%; height: 317px; background: #fff; padding: 30px 25px; box-sizing:border-box;  margin-bottom: 20px;}

.contact .plate2 .tex-box textarea{ display: block; width: 540px; height: 240px; color:#333; box-sizing:border-box; font-size: 16px;  margin-top: 10px; border: none; outline: none; }
.contact .plate2 .sub{ width: 227px; height: 60px; line-height: 60px; background: #0061a3; border: none; font-size: 16px; color: #fff; float: right; }
.contact .plate2 .sub:active{ background: #004c7f; }


.contact .plate2 .input-box2 {
    width: 344px;
    box-sizing:border-box;
    float: left;
}

.contact .plate2 .iden{
    width: 223px;
    height: 68px;
    line-height: 68px;
    overflow: hidden;
    text-align: center;
    display: block;
    float: right;
    background: #fff;
}

/* 研究院 */
.menu .ic-re1 a:before{
    background-position: -760px center;
}
.menu .ic-re1.on a:before{
    background-position: -798px center;
}

.menu .ic-re2 a:before{
    background-position: -836px center;
}
.menu .ic-re2.on a:before{
    background-position: -874px center;
}

.menu .ic-re3 a:before{
    background-position: -912px center;
}
.menu .ic-re3.on a:before{
    background-position: -950px center;
}

.menu .ic-re4 a:before{
    background-position: -988px center;
}
.menu .ic-re4.on a:before{
    background-position: -1026px center;
}

.resea .plate1{
    background: #f9fafb url(../images/bg-res1.jpg) no-repeat center bottom;
    padding:115px 0 175px;
    overflow: hidden;
}
.resea .plate1 .pic-box{
    width: 687px;
    height: 620px;
    float: left;
    position: relative;
}
.resea .plate1 .button{
    display: block;
    width: 78px;
    height: 78px;
    text-align: center;
    line-height: 78px;
    background-color: rgba(255,255,255,0.85);
    position: absolute;
    bottom: 0;
    cursor: pointer;
    background-image: url(../images/icon-arr5.png);
    background-position: center left;
    z-index: 10;
}
.resea .plate1 .prev{
    right: 0;
}
.resea .plate1 .next{
    right: -78px;
    background-position: -156px center;
}
.resea .plate1 .button:active{
    background-color: rgba(17,97,170,0.85);
}
.resea .plate1 .prev:active{
    background-position: -78px center;
}
.resea .plate1 .next:active{
    background-position: right center;
}

.resea .plate1 .tex{
    margin-left: 740px;
    padding-top: 85px;
}
.resea .plate1 .title-box1{
    text-align: left;
    position: relative;
    padding-top: 55px;
    margin-bottom: 50px;
}
.resea .plate1 .title-box1:before{
    content: '';
    width: 54px;
    height: 7px;
    display: block;
    position: absolute;
    background: #1161aa;
    left: 5px;
    top:0px;
}
.resea .plate1 .tex>p{
    font-size: 14px;
    color: #666;
    line-height: 30px;
}
.resea .plate1 .tex em{
    color: #1161aa;
}
.resea .plate1 .swiper-slide{
    background: transparent;
}
.resea .plate2{
    padding: 140px 0 140px;
    background: #256db0 url(../images/bg-res2.jpg) no-repeat center;
}
.resea .plate2 .title-box1 h3,.resea .plate2 .title-box1 p{
    color: #fff;
}
.resea .plate2 .swiper-slide{
    background: transparent;
}
.resea .plate2 .title-box1{
    margin-bottom: 120px;
}
.resea .tm-list{
    text-align: center;
    color: #fff;
    width: 210px;
    display: block;
}
.resea .tm-list span{
    width: 162px;
    height: 162px;
    display: inline-block;
    background: #fff;
    border-radius: 100%;
    overflow: hidden;
    margin-bottom:20px;
}
.resea .tm-list img{
    width: 100%;
    height: 100%;
}
.resea .tm-list h3{

    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    padding-bottom: 30px;
    position: relative;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.resea .tm-list h3:after{
    content: '';
    width: 36px;
    height: 2px;
    position: absolute;
    background: #fff;
    bottom: 0;
    left: 50%;
    margin-left: -18px;

}
.resea .tm-list .tex{
    height: 120px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
}
.resea .tm-list .tex p{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.resea .plate2 .swiper-button-white{
    width: 54px;
    height: 54px;
    line-height: 54px;
    background: #fff url(../images/icon-arr6.png) no-repeat center left;
    border-radius: 100%;

}
.resea .plate2 .swiper-button-prev:active{
    background-position: -54px center;
}
.resea .plate2 .swiper-button-next{
    background-position: -108px center;
}
.resea .plate2 .swiper-button-next:active{
    background-position: right center;
}
.resea .plate3{
    padding: 85px 0 75px;
    background: #f3f4f6 url(../images/bg-res3.jpg) no-repeat center;
}

.resea .plate4{
    background: url(../images/bg-res4.jpg) no-repeat center;
    padding: 105px 0 60px;
}
.resea .plate4 .title-box1 h3, .resea .plate4 .title-box1 p{
    color: #fff;
}
.resea .coop-box{
    position: relative;
    padding-top: 55px;
}
.resea .coop-li{
    display: block;
    width: 241px;
    height: 150px;
    line-height: 150px;
    text-align: center;
    background: #fff;
}
.resea .coop-li img{
    max-width: 80%;
    max-height: 80%;
}

.resea .plate4 .swiper-slide{
    background: #efeeef;
    padding: 1px;
    box-sizing:border-box;
}

.resea .plate4 .button{
    height: 36px;
    width: 36px;
    border-radius: 100%;
    box-sizing:border-box;
    border: 1px solid #fff;
    cursor: pointer;
    background-image: url(../images/icon-arr7.png);
    position: absolute;
    top:0;
}
.resea .plate4 .button:active{
    background-color: #1161aa;
    border-color: #1161aa;
}
.resea .plate4 .next{
    background-position: right center;
    right: 0;
}
.resea .plate4 .prev{
    right: 55px;
}
.resea .plate4 .title-box1{
    margin-bottom: 100px;
}


/* 产业规划 */

.title-p{
    font-size: 36px;
    color: #333;
    line-height: 38px;
    text-align: center;
    margin-bottom: 50px;
}
.plan .plate1{
    padding: 70px 0 40px;
    overflow: hidden;
}
.plan .plate1 li{
    width: 580px;
    height: 300px;
    background: #e5e5e5;
    float: left;
    margin: 0 10px 30px;

}
.plan .plate1 li a{
    display: block;
    width: 100%;
    height: 100%;
}
.plan .plate1 .pic{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.plan .plate1 .pic:hover img{
    transform:scale(1.1);
}
.plan .plate1 img{
    width: 100%;
    height: 100%;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}
.plan .plate1 .tex{
    position: absolute;
    display: block;
    width: 100%;
    height: 60px;
    padding: 0 75px;
    box-sizing:border-box;
    background: rgba(0,0,0,0.6);
    bottom: 0;
    text-align: center;
    color: #fff;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.plan .plate1 li h3{
    font-size: 18px;
    line-height: 60px;
    position: relative;
    overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.plan .plate1 li:hover .tex{
    height: 100%;
    padding-top: 75px;
    font-size: 16px;
    line-height: 30px;
    background: rgba(17,97,170,0.95);
}
.plan .plate1 li:hover h3:after{
    content: '';
    width: 30px;
    height: 2px;
    background: #fcc822;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -15px;
}

.plan .plate1 p{
    margin-top: 10px;
    overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
}

.plan .plate2{
    padding: 70px 0 55px;
    background: url(../images/bg-plan2.jpg) no-repeat center;
}

.title-p1{
    color: #fff;
}

.plan .plate2 ul{
    text-align: center;
    padding-top: 60px;
}
.plan .plate2 li{
    width: 252px;
    height: 290px;
    cursor: pointer;
    display: inline-block;
    margin: 0 50px;
}
.plan .plate2 .tex{
    height: 272px;
    padding-top: 80px;
    box-sizing:border-box;
    background: #e6eaef;
    text-align: center;
    position: relative;
    transition: all ease .3s 0s; -moz-transition: all ease .3s 0s; -webkit-transition: all ease .3s 0s;
}
.plan .plate2 span{
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 100%;
    background: #1161aa;
    display: inline-block;
    position: absolute;
    margin-top: -130px;
    left: 50%;
    margin-left: -50px;
    z-index: 1;
    transition: all ease .3s 0s; -moz-transition: all ease .3s 0s; -webkit-transition: all ease .3s 0s;
}
.plan .plate2 span:before{
    content: '';
    width: 80px;
    height: 80px;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    top:50%;
    margin-top: -40px;
    z-index: -1;
    transition: all ease .3s 0s; -moz-transition: all ease .3s 0s; -webkit-transition: all ease .3s 0s;
}
.plan .plate2 .tex h3{
    font-size: 26px;
    line-height: 26px;
    padding-bottom: 20px;
    margin-bottom: 25px;
    color: #333;
    position: relative;
    transition: all ease .3s 0s; -moz-transition: all ease .3s 0s; -webkit-transition: all ease .3s 0s;
}
.plan .plate2 .tex h3:after{
    content: '';
    width: 36px;
    height: 2px;
    background: #dcdcdc;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -18px;
}
.plan .plate2 p{
    font-size: 18px;
    color: #555;
    line-height: 30px;
}
.plan .plate2 .sel{
    display: none;
}
.plan .plate2 li:hover .tex{
    background: url(../images/bg-plan1.jpg) repeat-x;
    height: 290px;
}
.plan .plate2 li:hover h3,.plan .plate2 li:hover p{
    color: #fff;
}
.plan .plate2 li:hover h3:after{
    background: #fcc822;
}
.plan .plate2 li:hover span{
    background: rgba(255,255,255,0.2);
}
.plan .plate2 li:hover span:before{
    background: #fff;
}
.plan .plate2 li:hover .nor{
    display: none;
}
.plan .plate2 li:hover .sel{
    display: inline-block;
}

.plan .plate3{
    padding: 70px 0;
}

.plan .plate3 i{
    color: #1161aa;
    font-weight: 600;
}
.plan .pl-tp3{
    font-size: 16px;
    color: #555;
    line-height: 30px;
}

.plan .pl-tp3 .qu1 li{
    width: 220px;
    height: 110px;
    box-sizing:border-box;
    background: #1161aa;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    position: relative;
    padding: 30px 24px 0;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    display: inline-block;
    margin: 0 8px;
}
.plan .pl-tp3 .qu1 li p{
    overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.plan .pl-tp3 .qu1{
    text-align: center;
    margin: 25px 0 90px;
}
.plan .pl-tp3 .qu1 li:after{
    content: '';
    width: 210px;
    height: 100px;
    display: block;
    border: 1px solid #4181bb;
    position: absolute;
    left: 5px;
    top:5px;
}
.plan .pl-tp3 em{
    font-size: 90px;
    color: #3f76b4;
    position: absolute;
    bottom: -2px;
    right: 10px;
    font-style:italic;
    z-index: -1;
}
.plan .pl-ml3 .bg{
    width: 350px;
    height: 350px;
    display: block;
    text-align: center;
    line-height: 350px;
    background: url(../images/bg-circle.png) no-repeat center;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    margin-bottom: 145px;
}
.plan .pl-ml3 .pic{
    width: 280px;
    height: 280px;
    overflow: hidden;
    border-radius: 100%;
    background: #e5e5e5;
    position: absolute;
    left: 50%;
    margin-left: -140px;
    top:50%;
    margin-top: -140px;
    z-index: -1;
}

.plan .pl-ml3 .pic img{
    width: 100%;
    height: 100%;
    display: block;
}
.plan .pl-ml3 h3{
    font-size: 30px;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
    vertical-align: middle;
    display: inline-block;
}
.plan .pl-ml3 .num li{
    width: 80px;
    height: 80px;
    border-radius: 100%;
    text-align: center;
    line-height: 80px;
    background: #fcc822;
    font-size: 32px;
    color: #333;
    position: absolute;
}

.plan .pl-ml3 .li1{
    top: -40px;
    left: 26px;
}
.plan .pl-ml3 .li2{
    top: 110px;
    left: -69px;
}
.plan .pl-ml3 .li3{
    top: 267px;
    left: -23px;
}
.plan .pl-ml3 .li4{
    bottom: -72px;
    left: 50%;
    margin-left: -40px;
}
.plan .pl-ml3 .li5{
    top: 267px;
    right: -23px;
}
.plan .pl-ml3 .li6{
    top: 110px;
    right: -69px;
}
.plan .pl-ml3 .li7{
    top: -40px;
    right: 26px;
}

.plan .pl-ml3 .num span{
    position: absolute;
    font-size: 20px;
    line-height: 20px;
    width: 200px;
    color: #333;
}
.plan .pl-ml3 .num .tr{
    text-align: right;
    right: 105px;
    top:50%;
    margin-top: -10px;
}

.plan .pl-ml3 .num .tl{
    text-align: left;
    left: 105px;
    top:50%;
    margin-top: -10px;
}

.plan .pl-ml3 .num .tc{
    text-align: center;
    left: 50%;
    top:105px;
    margin-left: -100px;
}

.plan .plate4{
    background: #f3f6f8 url(../images/bg-plan3.jpg) no-repeat center;
    padding: 70px 0;
}
.plan .plate4 .p16{
    font-size: 16px;
    color: #555;
    line-height: 30px;
}

.plan .plate4 ul{
    margin-top: 30px;
    text-align: center;
}
.plan .plate4 li{
    width: 380px;
    height: 450px;
    padding: 20px;
    box-sizing:border-box;
    background: #fff;
    display: inline-block;
}

.plan .plate4 li h3{
    font-size: 16px;
    line-height: 16px;
    color: #1161aa;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
    overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.plan .plate4 .pic{
    height: 174px;
    overflow: hidden;
    background: #e5e5e5;
    margin-bottom: 18px;
}
.plan .plate4 .pic img{
    width: 100%;
    height: 100%;
    transition: all ease .3s 0s; -moz-transition: all ease .3s 0s; -webkit-transition: all ease .3s 0s;
}
.plan .plate4 li:hover img{
    transform:scale(1.1);
}
.plan .plate4 .tex{
    height: 184px;
    overflow: hidden;
    font-size: 14px;
    color: #777;
    line-height: 26px;
    text-align: left;
}
.plan .plate4 .tex p{
    overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 7;
-webkit-box-orient: vertical;
}

.plan .plate5{
    background: #0a4386 url(../images/bg-plan4.jpg) no-repeat center;
    padding: 70px 0;
}

.plan .plate5 .p16{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}
.plan .plate5 ul{
    margin-top: 50px;
    overflow: hidden;
}
.plan .plate5 ul>li{
    width: 224px;
    height: 300px;
    padding: 0 20px;
    box-sizing:border-box;
    background: #fff;
    text-align: center;
    padding-top: 5px;
    float: left;
    margin-right: 20px;
}
.plan .plate5 .icon{
    height: 66px;
    width: 66px;
    margin: 24px  0 30px;
    overflow: hidden;
    display: inline-block;
}
.plan .plate5 .sel{
    display: none;
}
.plan .plate5 .icon img{
    height: 100%;
}
.plan .plate5 li h3{
    font-size: 18px;
    line-height: 20px;
    color: #333;
    margin-bottom: 15px;
}
.plan .plate5 ol{
    display: inline-block;
    text-align: left;
    font-size: 14px;
    color: #666;
    line-height: 30px;
}
.plan .plate5 ul>li:hover{
    border-top: 5px solid #fcc822;
    padding-top: 0;
}
.plan .plate5 ul>li:hover .nor{
    display: none;
}
.plan .plate5 ul>li:hover .sel{
    display: inline-block;
}
.plan .plate5 ul>li:hover h3{
    color: #1161aa;
    font-weight: 700;
}
.plan .plate5 b{
    font-weight: 600;
}

.plan .plate6{
    padding: 70px 0 30px;
    background: #eeeff3 url(../images/bg-plan5.jpg) no-repeat center;
    overflow: hidden;
}

.plan .d-list{
    width: 560px;
    float: left;
    margin: 0 20px 40px;
}
.plan .d-list .hd{
    line-height: 52px;
    height: 52px;
    background:#1161aa url(../images/bg-prin.jpg) no-repeat center;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.plan .d-list .tex{
    height: 114px;
    padding: 10px 26px 0;
    overflow: hidden;
    box-sizing:border-box;
    background: #fff;
    font-size: 14px;
    color: #555;
    line-height: 30px;
}
.plan .d-list .tex p{
    overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}

.plan .s-list{
    width: 1160px;
}
.plan .s-list .tex{
    height: 88px;
}
.plan .s-list .tex p{
    overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.plan .s-list .hd{
    background:#1161aa url(../images/bg-prin1.jpg) no-repeat center;
}

.plan .plate7{
    padding: 70px 0 20px;
}
.plan .plate7 .layout{
    overflow: hidden;
}
.plan .plate7 .pl-lt{
    width: 320px;
    height: 400px;
    float: left;
    background: #256fb1;
}
.plan .plate7 .pl-rg{
    margin-left: 320px;
}
.plan .plate7 li{
    cursor:pointer;
    width: 293px;
    height: 200px;
    padding: 30px 30px 0;
    box-sizing:border-box;
    border: 1px solid #eee;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    float: left;
    transition: all ease .3s 0s; -moz-transition: all ease .3s 0s; -webkit-transition: all ease .3s 0s;
}
.plan .plate7 li p{
    overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.plan .plate7 h4{
    font-size: 36px;
    line-height: 36px;
    color: #666;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    transition: all ease .3s 0s; -moz-transition: all ease .3s 0s; -webkit-transition: all ease .3s 0s;
}
.plan .plate7 li:hover{
    border-color: #fcbc22;
}
.plan .plate7 li:hover h4{
    color: #fcbc22;
}
.plan .plate7 li:hover h4:after{
    content: '';
    width: 24px;
    height: 2px;
    background: #fcbc22;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    bottom: -8px;
}

.plan .plate8{
    padding: 70px 0;
    background: #246db1 url(../images/bg-plan6.jpg) no-repeat center;
    overflow: hidden;
}
.plan .plate8 .title-p1{
    margin-bottom: 15px;
}
.plan .plate8 .tip{
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 55px;
}
.plan .plate8 .input-box{
    width: 580px;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    box-sizing:border-box;
    background: rgba(255,255,255,0.2);
    float: left;
    margin: 0 40px 40px 0;
}
.plan .plate8 label{
    font-size: 16px;
    color: #fff;
}
.plan .plate8 input{
    width: 460px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    background: transparent;
    border: none;
}
.plan .plate8 .nmr{
    margin-right: 0;
}

.plan .plate8 .input-box1{
    width: 1200px;
    height: 110px;
}

.plan .plate8 textarea{
    display: block;
    width: 1160px;
    height: 50px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    background: transparent;
    border: none;
    margin-top: -10px;
}

.plan .plate8 .input-box2{
    width: 100%;
    text-align: center;
    background: none;
    margin-bottom: 0;
}
.plan .plate8 .sub{
    width: 220px;
    height: 50px;
    line-height: 50px;
    background: #fcbc22;
    font-size: 18px;
}
.plan .plate8 .sub:hover{
    background: #e1a81e;
}
