*{margin:0px; padding:0px;list-style:none;box-sizing: border-box;font-style: normal;}
html,body{font-size: 16px;color: #333333;}
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
*html clearfix{height:1%;}
.fl{float: left;}
.fr{float: right;}
img{border: 0;}
input, label, img, th {vertical-align: middle;}
.hide {display: none;}
a{text-decoration: none;color:#1a1a1a;}
a:hover{
}
.en{
    font-family: Arial, Helvetica, sans-serif;
}
.minw{
    min-width: 1320px;
}
.maxw{
    width: 1320px;
    padding: 0px 10px;
    margin: auto;
}
.ny_banner{
    height: 300px;
    width: 100%;
    min-width: 1320px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.dellipsis{
    overflow: hidden;
    text-overflow: ellipsis; 
    white-space: nowrap;
}
.sellipsis{
    overflow: hidden; 
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
}
.ph_dh, .ny_dh{
    text-align: center;
}
.ph_dh .dh_title{
    font-size: 33px;
    font-weight: bold;
    display: flex;
    justify-content: center;
}
.ny_dh .dh_title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.ph_dh span{
    display: inline-block;
    width: 84px;
    background-repeat: no-repeat;
    background-position: center;
}
.ph_dh .icon_left{
    background-image: url(../images/qleft.png);
    margin-right: 35px;
}
.ph_dh .icon_right{
    background-image: url(../images/qright.png);
    margin-left: 35px;
}
.ph_dh .dh_des{
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 5px;
}
/* 头部 */
.p_top{
    height: 117px;
    display: flex;
    position: relative;
    z-index: 100;
    justify-content: space-between;
}
.p_top .logo{
    display: inline-block;
    width: 209px;
    background:url(../images/logo2.png) no-repeat center;
}
.cu_Index .p_top .logo{
    background:url(../images/logo.png) no-repeat center;
}
.p_top .menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.p_top .menu > div > a{
    display: inline-block;
    padding: 4px 16px;
    margin: auto 22px;
    font-weight: bold;
}
.p_top .menu > div > a.on{
    color: #004ea2;
}
.p_top .menu > div > a:hover{
    color: #004ea2;
}
.cu_Index .p_top .menu > div > a{
    color: #fff;
}
.cu_Index .p_top .menu > div > a.on{
    background-color: #004ea2;
    border-radius: 16px;
}
.p_top .menu .mainlevel{
    position: relative;
}
.p_top .menu .menusub{
    width: 100%;
    padding: 20px 10px;
    background-color: #004ea2;
    position: absolute;
    text-align: center;
    top: 40px;
    border-radius: 8px;
    display: none;
}
.p_top .menu .menusub::after{
    content: "";
    width: 100%;
    height: 11px;
    left: 0px;
    background: url(../images/top-sj.png) no-repeat center;
    display: block;
    top: -11px;
    position: absolute;
}
.p_top .menu .menusub a{
    color: #fff;
    display: block;
    padding: 9px 0px;
}
/* 首页 */
.homeSwiper {
    width: 100%;
    height: 800px;
    min-width: 1320px;
    z-index: 0;
    margin-top: -117px;
    position: relative;
}
.homeSwiper .swiper-slide{
    background-repeat: no-repeat;
    background-position: center top;
    /* background-size: cover; */
    background-size: auto 800px;
}
.homeSwiper .swiper-button-prev{
    left: 30px;
}
.homeSwiper .swiper-button-next{
    right: 30px;
}
.homeSwiper .swiper-button-prev, .homeSwiper .swiper-button-next{
    opacity: 0.3;
}
.homeSwiper .swiper-button-prev:hover, .homeSwiper .swiper-button-next:hover{
    opacity: 1;
}
.homeSwiper .swiper-slide a.backurl{
    display: block;
    height: 800px;
    width: 100%;
}
.ph_service{
    padding: 80px 0px 110px;
}
.ph_service .title{
    padding: 50px 0px 62px;
    font-size: 21px;
    text-align: center;
}
.ph_service ul{
    display: flex;
    justify-content: space-between;
}
.ph_service ul li{
    width: 280px;
    text-align: center;
    font-size: 24px;
}
.ph_service ul .img{
    margin-bottom: 26px;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.ph_service ul .img:hover {
    transform: scale(1.05);
    cursor: pointer;
}
.ph_about{
    background-color: #f5f5f5;
    padding: 90px 0px 126px;
}
.ph_about .video{
    position: relative;
    margin-bottom: 36px;
}
.ph_about .ph_about_c{
    padding: 53px;
    background-color: #fff;
    margin-top: 56px;
}
.ph_about video{
    width: 1194px;
    height: 565px;
    object-fit:fill;
    /* background-size: cover; */
}
.ph_about .video .aboutvideoBac{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1194px;
    height: 565px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/videopic.jpg) no-repeat center;
    background-size: 100% 100%;
}
.ph_about .video .aboutvideo{
    display: inline-block;
    width: 68px;
    height: 68px;
    background:url(../images/video.png) no-repeat;
    background-size: 100% auto;
    cursor: pointer;
}
.ph_about .video .aboutvideo:hover{
    width: 70px;
    height: 70px;
}
.ph_about .desc{
    line-height: 36px;
    text-indent: 2rem;
    font-size: 18px;
}
.ph_news{
    padding: 120px 0px 144px;
}
.ph_news .list{
    padding-top: 55px;
}
.ph_news ul li{
    display: flex;
    font-size: 14px;
}
.ph_news ul li .cont{
    flex: 1;
}
.ph_news ul li:first-child{
    float: left;
    width: 517px;
    height: 424px;
    position: relative;
}
.ph_news ul li:first-child .cont{
    position: absolute;
    bottom: 0px;
    background:rgba(0,0,0,0.44);
    color: #fff;
    padding: 0px 30px 22px;
    width: 100%;
}
.ph_news ul li:first-child .time{
    display: none;
}
.ph_news ul li:first-child .title{
    line-height: 54px;
}
.ph_news ul li .title{
    font-size: 21px;
}
.ph_news ul li:first-child a{
    color: #fff;
}
.ph_news ul li:not(:first-child){
    margin-left: 541px;
    padding-bottom: 16px;
}
.ph_news ul li .img{
    background-repeat: no-repeat;
    background-size: cover;
    width: 236px;
    height: 131px;
}
.ph_news ul li:first-child .img{
    width: 517px;
    height: 424px;
}
.ph_news ul li:not(:first-child) .title{
    width: 518px;
}
.ph_news ul li:not(:first-child) .sellipsis{
    -webkit-line-clamp: 3; 
}
.ph_news ul li:not(:first-child) .remark{
    color: #595959;
    line-height: 22px;
}
.ph_news ul li:not(:first-child) .img{
    margin-right: 24px;
}
.ph_news ul li .time{
    padding-bottom: 8px;
    padding-top: 4px;
}
.ph_hzdw .list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 110px;
    padding-top: 70px;
}
.ph_hzdw .list img{
    width: 303px;
    height: 209px;
    margin-bottom: 30px;
}
/* 我们的服务 */
.ns_service{
    padding: 84px 10px 62px;
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.ns_service .s_left{
    width: 250px;
    background-color: #004ea2;
    border-radius: 10px;
    padding: 3px;
}
.ns_service .s_left .title{
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding: 16px 0px 22px;
    background: url(../images/service_05.jpg) no-repeat left bottom;
    margin: 0px 17px 10px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.ns_service .s_left .title .en{
    font-size: 14px;
    font-weight: normal;
}
.ns_service .s_left .list{
    background-color: #f2f2f2;
    border-radius: 10px;
    padding: 14px;
}
.ns_service .sclass_c{
    padding: 0px 20px;
} 
.ns_service .s_right{
    flex: 1;
    margin-left: 43px;
}
.ns_service .smaclass{
    display: none;
    padding-bottom: 20px;
}
.ns_service .list .bigclass{
    line-height: 56px;
    background: url(../images/service_17.jpg) no-repeat right center;
    cursor: pointer;
}
.ns_service .list .on{
    background-color: #fff;
    border-radius: 10px;
}
.ns_service .list .on .bigclass{
    background: url(../images/service_09.jpg) no-repeat right center;
}
/* .ns_service .list .on .smaclass{
    display: block;
} */
.ns_service .list .smaclass a{
    font-size: 14px;
    display: block;
    padding: 9px 0px 9px 14px;
}
.ns_service .list .smaclass a.onn{
    background: url(../images/service_13.jpg) no-repeat left center;
    color: #004ea2;
    font-weight: bold;
}
.ns_service .n_dh{
    border-bottom: 1px solid #1a1a1a;
    padding-bottom: 14px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.ns_service .n_dh .title{
    color: #004ea2;
    font-size: 24px;
    font-weight: bold;
}
.ns_service .n_dh .n_dh_right{
    font-size: 14px;
    color: #7f7f7f;
}
.ns_service .n_dh .n_dh_right a{
    color: #7f7f7f;
}
.ns_service .n_dh .n_dh_right .weizhi{
    color: #2b303b;
}
.ns_service .n_dh .n_dh_right .catname{
    color: #004ea2;
}
.ns_service .cont{
    padding: 70px 0px 90px;
    line-height: 200%;
    font-size: 14px;
}
.ns_service .cont img, .ny_about .cont img, .ny_news_view .desc img, .ny_job .description img{
    max-width: 100%;
}
.ns_service .prevnext{
    display: flex;
    font-size: 14px;
    background-color: #f7f7f7;
    justify-content: space-between;
    line-height: 42px;
    padding: 0px 4px;
}
.ns_service .prevnext span{
    margin: 0px 20px;
    color: #0e386b;
}
/* 关于我们 */
.ny_about{
    padding: 90px 10px 114px;
}
.ny_about .cont{
    padding-top: 52px;
    line-height: 200%;
}
.ny_develop{
    background: url(../images/aboutbac.jpg) no-repeat center;
    background-size: cover;
    padding: 88px 0px 108px;
}
.ny_develop .cont{
    width: 900px;
    margin: auto;
}
.ny_develop .top{
    margin-top: 86px;
    background: url(../images/111_03.png) no-repeat center;
    height: 13px;
}
.ny_develop .cont .title{
    font-size: 27px;
    padding-bottom: 10px;
}
.ny_develop .cont_bac{
    padding-bottom: 135px;
    background: url(../images/111_06.png) center repeat-y;
}
.ny_develop .cont_bac .lic{
    width: 406px;
}
.ny_develop .cont_bac .lic_c{
    padding-top: 10px;
    display: inline-block;
    border-bottom: 2px solid #1a1a1a;
    padding-bottom: 31px;
    float: right;
    position: relative;
    padding-right: 48px;
}
.ny_develop .cont_bac .lic .lic_c::after{
    content: "";
    display: inline-block;
    position: absolute;
    width: 11px;
    height: 11px;
    bottom: -6px;
    right: -5px;
    background: url(../images/about_13.jpg) no-repeat;
}
.ny_develop .cont_bac .lic:nth-child(even) {
    margin-left: 494px;
}
.ny_develop .cont_bac .lic:nth-child(even)  .lic_c{
    float: left;
    padding-right: 0px;
    padding-left: 48px;
}
.ny_develop .cont_bac .lic:nth-child(even) .title{
    text-align: right;
}
.ny_develop .cont_bac .lic:nth-child .lic_c::after{
    left: -5px;
}
.ny_develop .cont_bac .lic:nth-child(even) .lic_c::after{
    left: -5px;
    right: unset;
}
.ny_develop .cont_bac .lic:nth-child(even) .desc{
    text-align: right;
}
.ny_qywh{
    padding: 80px 0px 104px 0px;
}
.ny_qywh .icon{
    height: 81px;
}
.nytrlist{
    display: flex;
    justify-content: space-between;
}
.nytrlist .trcont{
    width: 397px;
    background-color: #eeeeee;
    text-align: center;
    padding-top: 72px;
    height: 317px;
}
.nytrlist .trcont .title{
    font-size: 21px;
    padding-top: 30px;
    font-weight: bold;
    padding-bottom: 18px;
}
.nytrlist .desc{
    line-height: 28px;
}
.ny_qywh .nytrlist{
    padding-top: 66px;
}
.ny_ryzz{
    padding: 68px 10px 20px;
}
.ny_ryzz .list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 68px;
}
.ny_ryzz .list .img{
    margin-bottom: 105px;
    padding-top: 70px;
    padding: 8px;
    background-color: #e9e9e9;
    border: 1px solid #bebebe;
}
.ny_ryzz .list .img .img2{
    border: 2px solid #cecece;
    width: 338px;
    height: 461px;
    background-color: #fff;
    display: flex;
    align-items: center;
}
.ny_ryzz .list .img img{
    width: 334px;
}
/* 新闻 */
.ny_news{
    padding: 84px 10px 110px;
    background-color: #f8f8f8;
}
.ny_news .class{
    text-align: center;
}
.ny_news .class a{
    width: 254px;
    display: inline-block;
    margin-right: 94px;
    height: 80px;
    border: 1px solid #464646;
    line-height: 78px;
    border-radius: 10px;
    font-size: 21px;
    padding-left: 50px;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: 58px center;
}
.ny_news .class a:hover, .ny_news .class a.on{
    background-color: #004ea2;
    border: 1px solid #004ea2;
    color: #fff;
    text-decoration: none;
}
.ny_news .class a.icon_1{
    background-image: url(../images/news_03.png);
}
.ny_news .class a.icon_1:hover, .ny_news .class .icon_1.on{
    background-image: url(../images/news_16.png);
}
.ny_news .class a.icon_2{
    background-image: url(../images/news_05.png);
}
.ny_news .class a.icon_2:hover, .ny_news .class .icon_2.on{
    background-image: url(../images/news_14.png);
}
.ny_news .class a.icon_3{
    background-image: url(../images/news_07.png);
}
.ny_news .class a.icon_3:hover, .ny_news .class .icon_3.on{
    background-image: url(../images/news_12.png);
}
.ny_news .class a:last-child{
    margin-right: 0px
}
.ny_news .list ul{
    padding-top: 103px;
}
.ny_news .list ul li{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
.ny_news .list ul li .n_left{
    text-align: right;
    padding-right: 54px;
    border-right: 2px solid #cccccc;
    padding-bottom: 92px;
}
.ny_news .list ul li .time{
    padding-top: 14px;
    padding-bottom: 20px;
    font-size: 24px;
    position: relative;
}
.ny_news .list ul li .time::after{
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid #cccccc;
    border-radius: 10px;
    position: absolute;
    background-color: #fff;
    right: -62px;
    top: 20px;
}
.ny_news .list ul li .pic{
    width: 398px;
    height: 174px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f0f0f0;
}
.ny_news .n_right{
    flex: 1;
    padding-left: 52px;
}
.ny_news .n_right .title{
    font-size: 21px;
    padding-top: 12px;
    font-weight: bold;
}
.ny_news .n_right .className{
    line-height: 80px;
    color: #1a1a1a;
}
.ny_news .n_right .desc{
    color: #8c8c8c;
    line-height: 180%;
    padding-bottom: 26px;
}
.ny_news .n_right .more{
    width: 160px;
    height: 42px;
    display: inline-block;
    background-color: #ededed;
    color: #1a1a1a;
    text-align: center;
    line-height: 42px;
}
.ny_news .n_right .more:hover{
    background-color: #004ea2;
    color: #fff;
    text-decoration: none;
}
.ny_news_view{
    padding: 54px 0px 40px;
    background-color: #f8f8f8;
}
.ny_news_view .maxw{
    background-color: #fff;
}
.ny_news_view .nv_top{
    height: 95px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    padding: 0px 54px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #838282;
}
.ny_news_view .nv_top .time{
    background: url(../images/news2_05.jpg) no-repeat left center;
    padding-left: 24px;
}
.ny_news_view .nv_top .back{
    display: inline-block;
    width: 140px;
    line-height: 34px;
    border-radius: 17px;
    background-color: #004ea2;
    text-align: center;
    color: #fff;
}
.ny_news_view .title{
    padding: 46px 154px;
    font-size: 24px;
    text-align: center;
}
.ny_news_view .desc{
    color: #666666;
    line-height: 200%;
    padding: 0px 154px;
    font-size: 14px;
}
.ny_news_view .prevnext{
    padding: 70px 154px 84px;
    line-height: 46px;
    font-size: 14px;
}
.ny_news_view .pre{
    border-bottom: 1px dashed #eeeeee;
    background: url(../images/news2_09.jpg) no-repeat left center;
    padding-left: 33px;
    opacity: 0.7;
}
.ny_news_view .pre:hover{
    opacity: 1;
}
.ny_news_view .next{
    background: url(../images/news1_09.jpg) no-repeat left center;
    padding-left: 33px;
    opacity: 0.7;
}
.ny_news_view .next:hover{
    opacity: 1;
}
.ny_news_view a:hover{
    color: #333333;
}
/* 下载 */
.layui-select-lg{
    height: 60px;
    width: 306px;
}
.layui-input:focus, .layui-textarea:focus{
    border-color: #004ea2 !important;
} 
.layui-form-select dl dd.layui-this {
    color: #004ea2;
}
.layui-form-select dl dd, .layui-form-select dl dt{
    line-height: 60px;
}
input.layui-input.layui-unselect {
    height: 60px;
    width:306px;
    background-color: #f7f7f7;
    border-radius: 6px;
    padding-left: 28px;
}
.layui-form-select dl{
    top: 60px;
}
.layui-form-select dl dd, .layui-form-select dl dt{
    padding-left: 28px;
}
.search .keyword{
    width: 467px;
    height: 60px;
    margin-left: 40px;
    margin-right: 14px;
    background-color: #f7f7f7;
    border-radius: 8px;
}
.search .submit{
    width: 137px;
    height: 60px;
    background-color: #004ea2;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    background: url(../images/down_12.jpg) no-repeat #004ea2 31px center;
    padding-left: 54px;
    border-radius: 8px;
}
.ny_down{
    padding: 85px 10px 105px;
}
.ny_down .class{
    text-align: center;
}
.ny_down .class a{
    width: 254px;
    display: inline-block;
    margin-right: 94px;
    height: 80px;
    border: 1px solid #464646;
    line-height: 78px;
    border-radius: 10px;
    font-size: 21px;
    padding-left: 50px;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: 58px center;
}
.ny_down .class a:hover, .ny_down .class a.on{
    background-color: #004ea2;
    border: 1px solid #004ea2;
    color: #fff;
    text-decoration: none;
}
.ny_down .class a.icon{
    background-image: url(../images/down_07.jpg);
}
.ny_down .class a.icon:hover, .ny_down .class .icon.on{
    background-image: url(../images/down_05.jpg);
}
.ny_down .class a:last-child{
    margin-right: 0px
}
.ny_down .search{
    display: flex;
    justify-content: center;
    padding: 77px 0px 48px;
    margin: auto;
}
.tablelist .th, .tablelist .td{
    display: flex;
    flex-wrap: wrap;
}
.tablelist .th{
    background-color: #004ea2;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #fff;
    line-height: 82px;
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    display: flex;
    border-bottom: 1px solid #c9c9c9;
}
.tablelist .td{
    font-size: 18px;
    background-color: #fafafa;
    border: 1px solid #c9c9c9;
    border-top: 0px;
}
.tablelist .td:hover{
    background-color: #fff;
}
.tablelist .th .li{
    border-right: 1px solid #2765ab;
}
.tablelist .td .li{
    padding: 16px 5px;
    border-right: 1px solid #c9c9c9;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tablelist .td:last-child{
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow: hidden;
}
.tablelist .td .onbo{
    border-right: 0px;
}
.ny_down .tablelist .li1{
    width: 22%;
}
.ny_down .tablelist .li2{
    width: 53%;
    border-right: 0px;
}
.ny_down .tablelist .td .li2{
    justify-content: start;
    padding-left: 60px;
}
.ny_down .tablelist .li3{
    width: 13%;
}
.ny_down .tablelist .li4{
    width: 12%;
}
/* 联系我们 */
.ny_contact{
    padding-top: 84px;
    padding-bottom: 96px;
    background-color: #f8f8f8;
}
.contact_class{
    text-align: center;
}
.contact_class a{
    width: 254px;
    display: inline-block;
    margin-right: 94px;
    height: 80px;
    border: 1px solid #464646;
    line-height: 78px;
    border-radius: 10px;
    font-size: 21px;
    padding-left: 50px;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: 58px center;
}
.contact_class a:hover, .contact_class a.on{
    background-color: #004ea2;
    border: 1px solid #004ea2;
    color: #fff;
    text-decoration: none;
}
.contact_class a.icon_z{
    background-image: url(../images/contact_06.png);
}
.contact_class a.icon_z:hover, .contact_class .icon_z.on{
    background-image: url(../images/contact_13.png);
}
.contact_class a.icon_c{
    background-image: url(../images/contact_08.png);
}
.contact_class a.icon_c:hover, .contact_class .icon_c.on{
    background-image: url(../images/contact_14.png);
}
.contact_class a.icon_m{
    margin-right: 0px;
    background-image: url(../images/contact_03.png);
}
.contact_class a.icon_m:hover, .contact_class .icon_m.on{
    background-image: url(../images/contact_15.png);
}
.baidumap{
	width:100%;
	margin:auto;
	height:440px;
    box-shadow: 5px 5px 10px #d7d6d6;
}
.ny_contact .maxw{
    width: 1228px;
}
.ny_contact .directory{
    padding-top: 80px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ny_contact .cont{
    background-color: #fff;
    box-shadow: 5px 5px 10px #d7d6d6;
    padding: 34px 64px;
    width: 580px;
    margin-bottom: 48px;
    color: #999999;
}
.ny_contact .cont .title{
    background: url(../images/contact2_03.jpg) no-repeat left center;
    padding-left: 52px;
    font-size: 21px;
    color: #4d4d4d;
    margin-bottom: 40px;
}
.ny_contact .cont .tel{
    margin-bottom: 16px;
}
.ny_job{
    padding-top: 84px;
    padding-bottom: 96px;
}
.ny_job .dh_title{
    font-size: 36px;
    color: #0e3668;
}
.ny_job .dh_desc{
    font-size: 18px;
    padding-top: 30px;
    padding-bottom: 68px;
}
.ny_job .job_mcont{
    padding-top: 109px;
    padding-bottom: 96px;
}
.ny_job .tablelist .li{
    width: 16.66%;
}
.ny_job .tablelist .description{
    width: 100%;
    padding: 38px 70px;
    line-height: 200%;
    border-top: 1px solid #c9c9c9;
    background-color: #fff;
    display: none;
}
.ny_job .tablelist .more{
    cursor: pointer;
}
.ny_job .tablelist .thison{
    color: #004ea2;
    font-weight: bold;
}
.ny_message{
    padding-top: 84px;
    padding-bottom: 76px;
    background-color: #f8f8f8;
}
.ny_message .message{
    background-color: #fff;
    padding: 74px 166px;
    margin-top: 58px;
    margin-bottom: 80px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
}
.ny_message .message .inputlist{
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}
.ny_message .message .inline{
    width: 470px;
    display: flex;
}
.ny_message .message .icon{
    background-color: #004ea2;
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.ny_message .message .text{
    width: 100%;
    display: flex;
}
.ny_message .message .layui-input{
    height: 46px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: #fafafa;
}
.ny_message .message .layui-textarea{
    background-color: #fafafa;
    height: 176px;
}
.ny_message .submit{
    text-align: center;
    padding-top: 20px;
}
.ny_message .layui-btn{
    background-color: #004ea2;
    font-size: 16px;
    width: 134px;
    height: 44px;
    border-radius: 8px;
}
/* 分页 */
.pagination{
    display: flex;
    justify-content: center;
    padding-top: 90px;
    align-items: center;
}
.pagination > li{
    margin: 0px 6px;
    font-size: 18px;
    text-align: center;
}
.pagination > li > span, .pagination > li > a {
    display: inline-block
}
.pagination > li a{
    text-decoration: none;
    border: 1px solid #e7e7e7;
    background-color: #fff;
    display: block;
    width: 40px;
    line-height: 40px;
    height: 40px;
    border-radius: 20px;
}
.pagination > li a:hover{
    background-color: #f8f8f8;
    color: #999999;
}
.pagination > li.active span{
    width: 50px;
    height: 50px;
    border-radius: 25px;
    line-height: 50px;
    background-color: #004ea2;
    color: #fff;
}
.pagination > li:last-child span,.pagination > li:last-child a,.pagination > li:first-child span, .pagination > li:first-child a{
    display: inline-block;
    /* border: 1px solid #808080; */
    line-height: 38px;
    width: 40px;
    height: 40px;
    /* border-radius: 20px; */
    /* background-color: #f8f8f8; */
}
.nodata{
    text-align: center;
    line-height: 80px;
}
/* 底部 */
.foot{
    background-color: #5c5c5c;
    padding: 66px 0px 130px;
    color: #fff;
}
.foot a{
    color: #fff;
}
.foot .maxw{
    display: flex;
    justify-content: space-between;
}
.foot .foot_l{
    display: flex;
    line-height: 34px;  
}
.foot .xinxi{
    padding-right: 40px;
}
.foot .foot_l .logo{
    display: block;
    width: 209px;
    height: 61px;
    background:url(../images/logo.png) no-repeat center;
    margin-bottom: 14px;
}
.foot .foot_l .ewm{
    width: 120px;
    padding-top: 89px;
    text-align: center;
}
.foot .foot_r{
    display: flex;
}
.foot .foot_r dl{
    padding-left: 30px;
}
.foot .foot_r dt{
    font-size: 20px;
    padding-bottom: 45px;
}
.foot .foot_r dd{
    line-height: 46px;
}
.fudong{
    position: fixed;
    font-size: 0px;
    top: 30%;
    right: 20px;
    z-index: 100;
}
.mainlevel{
    position: relative;
}
.fudong .mainlevel > a{
    width: 70px;
    height: 62px;
    display: inline-block;
    background-color: #707070;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #a2a2a2;
    cursor: pointer;
}
.fudong .mainlevel a:hover{
    background-color: #004ea2;
}
.fudong .mainlevel a.tel_icon{
    background-image: url(../images/tel.png);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.fudong .mainlevel a.qq_icon{
    background-image: url(../images/qq.png);
}
.fudong .mainlevel a.weixin_icon{
    background-image: url(../images/weixin.png);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom: 0px;
}
.fudong .menusub{
    display: none;
    position: absolute;
    right: 80px;
    top:10px;
    background-color: #004ea2;
    border-radius: 6px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 10px;
    word-wrap: normal;
    white-space:nowrap
}
.fudong .menusub a{
    color: #fff;
    text-decoration: none;
}
.fudong .menusub::before{
    content: "";
    position: absolute;
    right: -10px;
    top: 0px;
    display: inline-block;
    background: url(../images/home2_14.png) no-repeat left;
    height: 44px;
    width: 10px;
}