html, body{ margin: 0; padding: 0; color: #333;}
*{ margin: 0; padding: 0; list-style: none; font-family: '微软雅黑';}
a{ text-decoration: none; cursor: pointer; display: block; transition: all 0.5s;}
img{ border: 0; display: block; cursor: pointer;}
h1, h2, h3, h4, h5{ font-weight: normal;}
ul, li{ list-style: none; cursor: pointer;}
b, i, em{ font-weight: normal; font-style: normal;}
button, textarea, input{ outline: none; display: block;}
html,body{ font-size: calc(100vw/19.2);}
p, div{ font-size: 14px; color: #171717;}
select{ -webkit-appearance:none; -moz-appearance:none; appearance:none; border: none; outline: none;}
@font-face{
	font-family: 'DIN';
	src: url('../font/moolbor.woff');
}
::-webkit-scrollbar{}
::-webkit-scrollbar-thumb{}
.clearfix:after{visibility:hidden;display:block;font-size:0;content: " ";clear:both;height:0;}
.clearfix{*zoom:1;}
.popUp{ display: none; width: 100%; height: 100%; background: #000;  position: fixed; top: 0; left: 0; opacity: 0.5; transition: all 0.5s; z-index: 35;}
.w1430{ width: 1430px; margin: auto;}
.header{ position: fixed; top: 0; left: 0; right: 0; background: #fff; z-index: 30; width: 100%; height: 100px;}
.header .cont{ display: flex; justify-content: space-between; align-items: center;}
.header .cont .logo a img{ height: 68px;}
.header .cont .nav{ display: flex; justify-content: flex-start;}
.header .cont .nav .li{ margin-left: 100px; position: relative;}
.header .cont .nav .li:first-child{ margin-left: 0;}
.header .cont .nav .li .tit a{ position: relative; font-size: 18px; color: #2F2F2F; line-height: 100px; transition: all 0.5s;}
.header .cont .nav .li.on .tit a, .header .cont .nav .li:hover .tit a{ color: #183C77;}
.header .cont .nav .li .tit a::after{ content: ''; width: 100%; height: 2px; background: #183C77; position: absolute; left: 0; bottom: 25px; opacity: 0;}
.header .cont .nav .li.on .tit a::after{ opacity: 1;}
.header .cont .nav .li .list{ display: none; position: absolute; top: 100px; left: 0; background: #fff; padding: 5px 22px;}
.header .cont .nav .li:hover .list{ display: block;}
.header .cont .nav .li .list a{ font-size: 16px; color: #666; padding: 10px 0; white-space: nowrap; transition: all 0.5s;}
.header .cont .nav .li .list a:hover{ color: #183C77;}
.banner, .bannerDate{ margin-top: 100px; position: relative;}
.banner .imgBox{ position: relative; overflow: hidden;}
.banner .imgBox .img{ width: 100%; height: 9.8rem; overflow: hidden; display: flex; justify-content: center; align-items: center;}
.banner .imgBox .img img{ width: 100%;}
.banner .imgBox .text{ width: 100%; text-align: center; position: absolute; left: 0; top: 45%; transform: translateY(-50%);}
.banner .imgBox .text .h1{ font-size: 0.56rem; line-height: 0.6rem; color: #fff;}
.banner .imgBox .text .mk .m{ font-size: 0.32rem; line-height: 0.4rem; color: #fff; margin-top: 0.5rem;}
.banner .imgBox .text .mk .em{ width: 1.66rem; height: 4px; background: #fff; margin: 8px auto 0;}
.banner .imgBox .text .p{ font-size: 0.2rem; margin-top: 0.5rem; color: #fff;}
.banner .ms{ width: 340px; height: 94px; background: #fff; position: absolute; bottom: 0; right: 0; z-index: 10;}
.banner .swiper-button-next, .banner .swiper-button-prev{ width: 16px; height: 30px; background: url(../images/icon15.png) no-repeat center; background-size: 100% auto; top: auto; margin-top: 0; bottom: 32px; left: auto; z-index: 15;}
.banner .swiper-button-next{ right: 95px; transform: rotate(180deg);}
.banner .swiper-button-prev{ right: 229px;}
.banner .swiper-pagination{ display: flex; line-height: 30px; justify-content: center; right: 107px; left: auto; bottom: 31px; z-index: 12; width: 120px; font-size: 24px;}
.padding{ padding: 80px 0; overflow: hidden;}
.tity{ font-size: 30px; font-weight: bold; color: #0B0B0B; text-align: center;}
.indexOneBox{ overflow: hidden;}
.indexOneBox .list{ padding-top: 65px; display: flex; justify-content: flex-start; flex-wrap: wrap; position: relative; z-index: 5;}
.indexOneBox .list::after{ width: 179px; height: 532px; background: url(../images/icon3.png) no-repeat center; background-size: 100% auto; position: absolute; left: -134px; bottom: 0; z-index: -1; content: '';}
.indexOneBox .list .li{ width: 458px; background: #fff; box-shadow: 0px 7px 18px rgba(0, 0, 0, 0.1); margin-right: 28px;}
.indexOneBox .list .li:nth-child(3n){ margin-right: 0;}
.indexOneBox .list .li a{ padding: 70px 25px 75px 25px; text-align: center;}
.indexOneBox .list .li .img{ width: 70px; height: 70px; display: flex; justify-content: center; align-items: center; margin: auto;}
.indexOneBox .list .li .img img{ max-width: 100%; max-height: 100%;}
.indexOneBox .list .li .h1{ font-size: 18px; color: #121212; font-weight: bold; margin-top: 40px; transition: all 0.5s;}
.indexOneBox .list .li:hover .h1, .indexOneBox .list .li:hover .a{ color: #183C77;}
.indexOneBox .list .li .p{ margin-top: 50px; height: 150px;}
.indexOneBox .list .li .p div{ font-size: 14px; line-height: 30px; color: #666;}
.indexOneBox .list .li .a{ font-size: 14px; line-height: 20px; color: #0B0B0B; transition: all 0.5s; padding-bottom: 13px; position: relative;}
.indexOneBox .list .li .a::after{ content: ''; width: 50px; height: 2px; background: #0B0B0B; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); transition: all 0.5s;}
.indexOneBox .list .li:hover .a::after{ background: #183C77; width: 20px;}
.indexTwoBox{ overflow: hidden; padding-bottom: 226px; background: url(../images/ind.png) repeat bottom center; background-size: 100% auto; position: relative;}
.indexTwoBox .img{ width: 100%; height: 680px; overflow: hidden; display: flex; justify-content: center; align-items: center;}
.indexTwoBox .img img{ height: 100%;}
.indexTwoBox .cont{ width: 100%; position: absolute; top: 210px; left: 0; z-index: 5}
.indexTwoBox .cont .textBox{ background: #F4F7FF url(../images/icon3.png) no-repeat top right; background-size: 179px auto; width: 854px; min-height: 617px; position: relative; border-radius: 0 18px 18px 0;}
.indexTwoBox .cont .textBox::after{ width: 2.4rem; height: 100%; position: absolute; top: 0; right: 854px; background: #F4F7FF; content: '';}
.indexTwoBox .cont .textBox .text{ padding: 120px 88px 0 0;}
.indexTwoBox .cont .textBox .text .h1{ font-size: 30px; font-weight: bold; color: #2F2F2F;}
.indexTwoBox .cont .textBox .text .p{ font-size: 16px; line-height: 30px; color: #666; margin-top: 40px;}
.moreBox a{ width: 245px; height: 58px; line-height: 58px; text-align: center; color: #fff; background: #183C77; border-radius: 3px; transition: all 0.5s;}
.indexTwoBox .cont .textBox .text .moreBox{ margin-top: 80px;}
.moreBox a:hover{ background: #2B68CB;}
.indexTwoBox .cont .mker{ position: relative;}
.indexTwoBox .cont .icon{ width: 104px; height: 104px; background: url(../images/icon14.png) no-repeat center; background-size: 100% 100%; position: absolute; top: 17px; left: 940px;}
.back{ background: #F4F7FF;}
.indexThreeBox .cont .list{ padding-top: 65px;}
.indexThreeBox .cont .list .li .img{ width: 50%; height: 403px; overflow: hidden; display: flex; justify-content: center; align-items: center; float: left;}
.indexThreeBox .cont .list .li:nth-child(2) .img{ float: right;}
.indexThreeBox .cont .list .li .img img{ height: 100%; transition: all 0.5s;}
.indexThreeBox .cont .list .li:hover .img img{ transform: scale(1.03);}
.indexThreeBox .cont .list .li .text{ width: 50%; float: right;}
.indexThreeBox .cont .list .li:nth-child(2) .textBox{ float: left;}
.indexThreeBox .cont .list .li .mk{ width: 600px; padding: 60px 0 0 70px;}
.indexThreeBox .cont .list .li .text .h1{ font-size: 24px; color: #2F2F2F; transition: all 0.5s;}
.indexThreeBox .cont .list .li:hover .text .h1{ color: #183C77;}
.indexThreeBox .cont .list .li .text .p{ font-size: 16px; color: #666; line-height: 30px; margin-top: 30px;}
.indexThreeBox .cont .list .li .text a{ width: 164px; height: 58px; text-align: center; line-height: 58px; transition: all 0.5s; font-size: 16px; color: #5C5C5C; border: 1px solid #707070; border-radius: 3px; margin-top: 50px;}
.indexThreeBox .cont .list .li:hover .text a{ background: #183C77; color: #fff; border-color: #183C77;}
.indexNewsBox .list{ margin-top: 65px; display: flex; justify-content: flex-start; flex-wrap: wrap;}
.indexNewsBox .list .li{ width: 458px; margin-right: 28px; transition: all 0.5s; position: relative;}
.indexNewsBox .list .li:hover{ box-shadow: 0px 7px 18px rgba(0, 0, 0, 0.1);}
.indexNewsBox .list .li:nth-child(3n){ margin-right: 0;}
.indexNewsBox .list .li .img{ width: 100%; height: 258px; overflow: hidden; display: flex; justify-content: center; align-items: center;}
.indexNewsBox .list .li .img img{ height: 100%; transition: all 0.5s;}
.indexNewsBox .list .li:hover .img img{ transform: scale(1.03);}
.indexNewsBox .list .li .time{ width: 72px; height: 72px; display: flex; justify-content: center; align-items: center; text-align: center; background: #F4F7FF; position: absolute; right: 0; top: 214px; transition: all 0.5s;}
.indexNewsBox .list .li .time .h{ font-size: 30px; color: #7176B7; transition: all 0.5s;}
.indexNewsBox .list .li .time .m{ font-size: 12px; color: #7176B7; transition: all 0.5s;}
.indexNewsBox .list .li:hover .time{ background: #183C77;}
.indexNewsBox .list .li:hover .time .h, .indexNewsBox .list .li:hover .time .m{ color: #fff;}
.indexNewsBox .list .li .text{ padding: 48px 18px 35px 18px;}
.indexNewsBox .list .li .text .h1{ font-size: 20px; color: #262626; line-height: 24px; transition: all 0.5s; font-weight: bold;}
.indexNewsBox .list .li:hover .text .h1{ color: #183C77;}
.indexNewsBox .list .li .text .p{ font-size: 16px; line-height: 30px; color: #666; margin-top: 20px;}
.indexNewsBox .list .li .text .more{ margin-top: 45px; display: flex; justify-content: flex-start;}
.indexNewsBox .list .li .text .more i{ font-size: 14px; color: #666; padding-right: 25px; background: url(../images/icon16.png) no-repeat center right; background-size: 17px auto;}
.indexNewsBox .list .li:hover .text .more i{ color: #183C77; background: url(../images/icon16.png) no-repeat center right; background-size: 17px auto;}
.footer{ background: #1B232F; padding: 108px 0 20px 0;}
.footer .top{ display: flex; justify-content: space-between;}
.footer .top .left .logo img{ width: 145px;}
.footer .top .left .add{ margin-top: 45px; display: flex; justify-content: flex-start;}
.footer .top .left .add i{ display: block; font-size: 14px; color: #E8E8E8; padding-left: 28px; line-height: 30px; background: url(../images/add.png) no-repeat left center; background-size: 17px auto;}
.footer .top .right{ display: flex; justify-content: flex-end;}
.footer .top .right .nav{ display: flex; justify-content: flex-start;}
.footer .top .right .nav .li{ margin-left: 90px;}
.footer .top .right .nav .li:first-child{ margin-left: 0;}
.footer .top .right .nav .h1{ font-size: 14px; color: #B7B7B7; margin-bottom: 15px;}
.footer .top .right .nav .mk a{ padding: 10px 0; line-height: 22px; font-size: 12px; color: #F5F5F5; transition: all 0.5s; opacity: 0.8;}
.footer .top .right .nav .mk a:hover{ opacity: 1;}
.footer .top .right .img img{ width: 112px; margin-left: 150px}
.footer .telBox{ padding: 37px 0 15px 0; border-bottom: 1px solid hsla(0,0%,100%,0.3);}
.footer .telBox p{ font-size: 36px; line-height: 36px; color: #fff; padding-left: 54px; background: url(../images/icon2.png) no-repeat left center; background-size: 34px auto;}
.footer .bot{ display: flex; justify-content: center; padding-top: 30px; line-height: 20px;}
.footer .bot a, .footer .bot .p{ font-size: 14px; color: #707A9D; transition: all 0.5s; margin: 0 4px;}
.footer .bot a:hover{ color: #fff;}
.bannerDate{ position: relative; overflow: hidden;}
.bannerDate .img{ width: 100%; height: 5.8rem; display: flex; justify-content: center; align-items: center;}
.bannerDate .img img{ width: 100%;}
.bannerDate .text{ text-align: center; position: absolute; top: 40%; left: 0; width: 100%;}
.bannerDate .text .h1{ font-size: 0.4rem; color: #fff;}
.bannerDate .text .p{ font-size: 0.28rem; color: #fff; opacity: 0.5; margin-top: 10px;}
.bannerDate .nav{ position: absolute; left: 0; bottom: 24px; width: 100%; z-index: 5;}
.bannerDate .nav .mk{ display: flex; justify-content: flex-start; line-height: 20px;}
.bannerDate .nav .mk a{ margin-right: 16px; font-size: 14px; color: #F5F9FF; position: relative; transition: all 0.5s;}
.bannerDate .nav .mk a::after{ content: ''; width: 1px; height: 14px; background: #fff; opacity: 0.5; position: absolute; top: 3px; right: -8px;}
.bannerDate .nav .mk a:last-child::after{ display: none;}
.bannerDate .nav .mk a:hover{ opacity: 0.65;}
.twoBox .img{ float: right; width: 732px; position: relative; overflow: hidden;}
.twoBox .img img{ width: 100%; transition: all 0.5s;}
.twoBox .img:hover img{ transform: scale(1.03);}
.twoBox .img i{ display: block; width: 86px; height: 86px; background: url(../images/icon14.png) no-repeat center; background-size: 100% auto; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.twoBox .text{ float: left; width: 580px;}
.twoBox .text .h1{ font-size: 30px; color: #2F2F2F;}
.twoBox .text .pr{ margin-top: 35px; font-size: 18px; line-height: 32px; color: #666;}
.twoBox .text .more{ margin-top: 50px;}
.twoBox .text .more .p{ margin-top: 27px; padding-left: 50px; line-height: 40px; background: url(../images/icon4.png) no-repeat left center; background-size: 27px auto; font-size: 18px; color: #2F2F2F;}
.twoBoxAbout .list{ margin-top: 65px;}
.twoBoxAbout .list .img{ float: left; width: 50%; height: 403px; overflow: hidden; transition: all 0.5s;}
.twoBoxAbout .list .img img{ height: 100%; transition: all 0.5s;}
.twoBoxAbout .list .li:hover .img img{ transform: scale(1.03);}
.twoBoxAbout .list .li:nth-child(2n) .img{ float: right;}
.twoBoxAbout .list .textBox{ width: 50%; height: 403px; display: flex; justify-content: center; align-items: center; float: right;}
.twoBoxAbout .list .li:nth-child(2n) .textBox{ float: left;}
.twoBoxAbout .list .textBox .text{ width: 610px;}
.twoBoxAbout .list .textBox .text .h1{ font-size: 24px; color: #2F2F2F; transition: all 0.5s;}
.twoBoxAbout .list .textBox .text .p{ margin-top: 30px; font-size: 16px; line-height: 30px; color: #666;}
.twoBoxAbout .list .li:hover .textBox .text .h1{ color: #183C77;}
.pdfBox{ padding: 24px 0; background: #EAEAEA;}
.pdfBox .cont{ display: flex; justify-content: space-between; line-height: 40px;}
.pdfBox .cont .right{ font-size: 18px; color: #183C77;}
.pdfBox .cont .left .h1{ padding: 0 80px 0 90px; position: relative; background: url(../images/icon17.png) no-repeat left center; background-size: auto 40px; font-size: 18px; color: #183C77; border-right: 1px solid #213B73;}
.threeBoxVer .cont{ display: flex; justify-content: space-between;}
.threeBoxVer .cont .li{ width: 702px; height: 314px; border-radius: 11px; background: #F4F7FF; position: relative; transition: all 0.5s;}
.threeBoxVer .cont .li:hover{ background: #183C77;}
.threeBoxVer .cont .li a{ padding: 65px 248px 47px 92px;}
.threeBoxVer .cont .li .img{ position: absolute; right: 15px; bottom: 15px;}
.threeBoxVer .cont .li .h1{ font-size: 20px; color: #2F2F2F; transition: all 0.5s;}
.threeBoxVer .cont .li .p{ margin-top: 30px; height: 120px;}
.threeBoxVer .cont .li .p p{ font-size: 16px; color: #666; line-height: 26px; transition: all 0.5s;}
.threeBoxVer .cont .li .a{ font-size: 14px; color: #272727; transition: all 0.5s;}
.threeBoxVer .cont .li:hover .h1, .threeBoxVer .cont .li:hover .p p, .threeBoxVer .cont .li:hover .a{ color: #fff;}
.twoBox .text2{ width: 637px;}
.twoBox .text2 .pr{ font-size: 16px; line-height: 30px;}
.fourBoxMink .list{ padding-top: 37px; display: flex; justify-content: flex-start; flex-wrap: wrap;}
.fourBoxMink .list .li{ width: 458px; height: 424px; background: #fff; box-shadow: 0px 7px 18px rgba(0, 0, 0, 0.04); position: relative; margin-right: 28px; margin-top: 28px; transition: all 0.5s;}
.fourBoxMink .list .li:hover{ background: #183C77;}
.fourBoxMink .list .li:nth-child(3n){ margin-right: 0;}
.fourBoxMink .list .li i{ display: block; width: 30px; height: 30px; position: absolute; right: 0; bottom: 0; overflow: hidden;}
.fourBoxMink .list .li i::after{ content: ''; width: 54px; height: 54px; background: #1D65DB; opacity: 0.2; position: absolute; top: 0; left: 0; border-radius: 100%;}
.fourBoxMink .list .li a{ padding: 55px 50px 0 50px;}
.fourBoxMink .list .li .h1{ font-size: 18px; color: #121212; transition: all 0.5s; }
.fourBoxMink .list .li .em{ width: 52px; height: 2px; background: #1D65DB; margin-top: 25px; transition: all 0.5s;}
.fourBoxMink .list .li .p{ margin-top: 50px; font-size: 14px; line-height: 30px; color: #666; transition: all 0.5s;}
.fourBoxMink .list .li:hover .h1, .fourBoxMink .list .li:hover .p{ color: #fff;}
.fourBoxMink .list .li:hover .em{ background: #fff;}
.fourBoxMink .list .li .null img{ width: 123px; margin: 50px auto 0;}
.downManikBox .topBox{ display: flex; justify-content: flex-start; flex-wrap: wrap; margin-top: 65px;}
.downManikBox .topBox .li{ width: 336px; height: 336px; background: #F4F7FF; display: flex; justify-content: center; align-items: center; margin-right: 28px; margin-bottom: 44px; transition: all 0.5s; position: relative; cursor: pointer;}
.downManikBox .topBox .li::after{ width: 100%; height: 44px; position: absolute; left: 0; bottom: -44px; background: url(../images/icon19.png) no-repeat center bottom; background-size: 34px auto; content: ''; opacity: 0;}
.downManikBox .topBox .li.on::after{ opacity: 1;}
.downManikBox .topBox .li:hover, .downManikBox .topBox .li.on{ background: #183C77;}
.downManikBox .topBox .li:nth-child(4n){ margin-right: 0;}
.downManikBox .topBox .li .icon{ width: 70px; height: 70px; margin: auto; transition: all 0.5s;}
.downManikBox .topBox .li .icon1{ background: url(../images/icon12.png) no-repeat center; background-size: 57px auto;}
.downManikBox .topBox .li .icon2{ background: url(../images/icon13.png) no-repeat center; background-size: 56px auto;}
.downManikBox .topBox .li .icon3{ background: url(../images/icon1.png) no-repeat center; background-size: 47px auto;}
.downManikBox .topBox .li .icon4{ background: url(../images/map.png) no-repeat center; background-size: 59px auto;}
.downManikBox .topBox .li:hover .icon1, .downManikBox .topBox .li.on .icon1{ background: url(../images/icon12s.png) no-repeat center; background-size: 57px auto;}
.downManikBox .topBox .li:hover .icon2, .downManikBox .topBox .li.on .icon2{ background: url(../images/icon13s.png) no-repeat center; background-size: 56px auto;}
.downManikBox .topBox .li:hover .icon3, .downManikBox .topBox .li.on .icon3{ background: url(../images/icon1s.png) no-repeat center; background-size: 47px auto;}
.downManikBox .topBox .li:hover .icon4, .downManikBox .topBox .li.on .icon4{ background: url(../images/maps.png) no-repeat center; background-size: 59px auto;}
.downManikBox .topBox .li .h1{ font-size: 20px; color: #272727; margin-top: 55px; text-align: center; transition: all 0.5s;}
.downManikBox .topBox .li:hover .h1, .downManikBox .topBox .li.on .h1{ color: #fff;}
.downManikBox .botList{ background: #F4F7FF; padding: 25px;}
.downManikBox .botList .sLi{ display: none;}
.downManikBox .botList .sLi:first-child{ display: block;}
.downManikBox .botList .sLi .li{ display: flex; justify-content: space-between; padding: 0 60px; line-height: 60px; background: #fff; transition: all 0.5s;}
.downManikBox .botList .sLi .li:nth-child(2n){ background: #F4F7FF;}
.downManikBox .botList .sLi .li:hover{ background: hsla(0,0%,93%,0.30);}
.downManikBox .botList .sLi .li .h1{ width: 70%; font-size: 16px; color: #2F2F2F; transition: all 0.5s;}
.downManikBox .botList .sLi .li .right{ display: flex; justify-content: space-between; width: 280px;}
.downManikBox .botList .sLi .li .right .time{ font-size: 16px; color: #666;}
.downManikBox .botList .sLi .li .right a{ font-size: 16px; color: #183C77; background: url(../images/icon20.png) no-repeat center left; background-size: 36px auto; padding-left: 50px;}
.fourBoxMinkFive .list{ margin-top: 35px; display: flex; justify-content: flex-start; flex-wrap: wrap;}
.fourBoxMinkFive .list .li{ width: 336px; height: 463px; background: #F4F7FF url(../images/icon7.png) no-repeat right bottom; background-size: 174px auto; transition: all 0.5s; margin-top: 30px; margin-right: 28px; position: relative;}
.fourBoxMinkFive .list .li:nth-child(4n){ margin-right: 0;}
.fourBoxMinkFive .list .li:hover{ background: #183C77 url(../images/icon7.png) no-repeat right bottom; background-size: 174px auto; box-shadow: 0px 6px 12px rgba(0, 39, 255, 0.36);}
.fourBoxMinkFive .list .li .icon{ width: 40px; height: 40px; position: absolute; top: 15px; left: 17px; background: url(../images/logo2.png) no-repeat center; background-size: 100% auto; transition: all 0.5s;}
.fourBoxMinkFive .list .li:hover .icon{ background: url(../images/logo3.png) no-repeat center; background-size: 100% auto;}
.fourBoxMinkFive .list .li .h1{ text-align: center; width: 100%; position: absolute; top: 160px; left: 0; font-size: 28px; line-height: 38px; color: #343434; transition: all 0.5s;}
.fourBoxMinkFive .list .li:hover .h1{ color: #fff;}
.grenterFiveBox .list{ display: flex; justify-content: space-between; margin-top: 65px;}
.grenterFiveBox .list .li{ width: 702px; min-height: 314px; background: #FFF; border-radius: 11px; transition: all 0.5s;}
.grenterFiveBox .list .li:hover{ background: #183C77;}
.grenterFiveBox .list .li a{ padding: 65px 92px;}
.grenterFiveBox .list .li .h1{ font-size: 20px; color: #2F2F2F; transition: all 0.5s;}
.grenterFiveBox .list .li .p{ font-size: 16px; line-height: 36px; color: #666; transition: all 0.5s; margin-top: 35px; }
.grenterFiveBox .list .li:hover .h1, .grenterFiveBox .list .li:hover .p{ color: #fff;}
.fourBoxMinkOpen .list{ display: flex; justify-content: flex-start; flex-wrap: wrap;}
.fourBoxMinkOpen .list .li{ width: 458px; margin-right: 28px; margin-top: 65px;}
.fourBoxMinkOpen .list .li:nth-child(3n){ margin-right: 0;}
.fourBoxMinkOpen .list .li .img{ width: 100%; height: 343px; overflow: hidden; display: flex; justify-content: center; align-items: center;}
.fourBoxMinkOpen .list .li .img img{ height: 100%; transition: all 0.5s;}
.fourBoxMinkOpen .list .li:hover .img img{ transform: scale(1.03);}
.fourBoxMinkOpen .list .li .time{ font-size: 18px; color: #666; margin-top: 20px; transition: all 0.5s;}
.fourBoxMinkOpen .list .li .h1{ font-size: 20px; margin-top: 20px; transition-timing-function: all 0.5s;}
.fourBoxMinkOpen .list .li:hover .h1{ color: #183C77;}
.fourBoxMinkOpen .more{ margin-top: 90px; text-align: center;}
.fourBoxMinkOpen .more img{ width: 28px; margin: auto;}
.fourBoxMinkOpen .more .p{ font-size: 16px; margin-top: 15px; color: #BCBCBC; text-align: center;}
.newsBox .top{ margin: 65px 0;}
.newsBox .top .img{ width: 580px; overflow: hidden; float: right;}
.newsBox .top .img img{ width: 100%; transition: all 0.5s;}
.newsBox .top:hover .img img{ transform: scale(1.03);}
.newsBox .top .text{ width: 720px; float: left;}
.newsBox .top .text .h1{ font-size: 30px; color: #2F2F2F; transition: all 0.5s; width: 90%;}
.newsBox .top:hover .text .h1{ color: #1D65DB;}
.newsBox .top .text .p{ font-size: 18px; line-height: 32px; margin: 45px 0; color: #666; transition: all 0.5s;}
.newsBox .top .text .time{ font-size: 18px; color: #666;}
.newsBox .list{ border-top: 1px solid hsla(0,0%,44%,0.20);}
.newsBox .list .li{ padding: 60px 0; border-bottom: 1px solid hsla(0,0%,44%,0.20);}
.newsBox .list .li a{ display: flex; justify-content: space-between;}
.newsBox .list .li .img{ width: 405px; height: 228px; overflow: hidden;}
.newsBox .list .li .img img{ height: 100%; transition: all 0.5s;}
.newsBox .list .li:hover .img img{ transform: scale(1.03);}
.newsBox .list .li .text{ width: 940px; margin-right: 38px;}
.newsBox .list .li .text .time{ font-size: 14px; color: #666; padding-top: 8px;}
.newsBox .list .li .text .h1{ font-size: 24px; color: #0B0B0B; line-height: 34px; margin-top: 20px; width: 90%; transition-timing-function: all 0.5s;}
.newsBox .list .li .text .p{ font-size: 14px; line-height: 26px; margin-top: 35px; color: #666;}
.newsBox .list .li:hover .text .h1{ color: #1D65DB;}
.padeing{ display: flex; justify-content: center;}
.padeing a{ width: 44px; height: 44px; background: #EAEAEA; text-align: center; line-height: 44px; font-size: 18px; color: #2F2F2F; transition: all 0.5s; margin: 1px;}
.padeing a.cur{ background: #2F2F2F; color: #fff;}
.padeing a.next, .padeing a.prev{ background: #EAEAEA url(../images/icon21s.png) no-repeat center; background-size: 8px auto;}
.padeing a.prev{ transform: rotate(180deg);}
.newsBox .padeing{ margin: 45px 0 55px 0;}
.bannerNews{ width: 100%; height: 80px; border-top: 1px solid #CECECE;}
.bannerNews .nav .mk a{ color: #2F2F2F;}
.bannerNews .nav .mk a::after{ background: #999;}
.newsBoxDate{ padding: 60px 0 70px 0;}
.newsBoxDate .h1{ font-size: 30px; text-align: center; color: #313132;}
.newsBoxDate .time{ font-size: 12px; color: #86868B; padding: 33px 0 60px 0; text-align: center; border-bottom: 1px dashed #D5D5D5;}
.newsBoxDate .dateBox{ padding: 55px 0; border-bottom: 1px solid #86868B;}
.newsBoxDate .dateBox p{ font-size: 16px; color: #333; line-height: 32px;}
.newsBoxDate .dateBox img{ width: 100%;}
.newsBoxDate .more{ display: flex; justify-content: space-between; margin-top: 50px;}
.newsBoxDate .more .li{ text-align: left; max-width: 45%;}
.newsBoxDate .more .li:nth-child(2){ text-align: right;}
.newsBoxDate .more .li .m{ font-size: 14px; line-height: 14px; color: #86868B; transition: all 0.5s;}
.newsBoxDate .more .li:hover .m{ color: #2972FF;}
.newsBoxDate .more .li .p{ font-size: 14px; color: #86868B; line-height: 14px; margin-top: 15px; transition: all 0.5s;}
.newsBoxDate .more .li:hover .p{ text-decoration: underline;}
.contactBox .cont{ display: flex; justify-content: space-between;}
.contactBox .cont .left{ width: 488px; background: #183C77;}
.contactBox .cont .left .mk{ padding: 35px 54px;}
.contactBox .cont .left .mk .h1{ font-size: 30px; line-height: 40px; color: #fff;}
.contactBox .cont .left .list{ margin-top: 70px;}
.contactBox .cont .left .list .li{ margin-top: 50px;}
.contactBox .cont .left .list .li:first-child{ margin-top: 0;}
.contactBox .cont .left .list .li .h2{ font-size: 16px; color: #fff;}
.contactBox .cont .left .list .li .p{ font-size: 14px; color: #CBCBCB; margin-top: 10px;}
.contactBox .cont .form{ width: 825px;}
.contactBox .cont .form .h1{ font-size: 30px; color: #0D0744;}
.contactBox .cont .form .li{ margin-top: 20px;}
.contactBox .cont .form .li:first-child{ margin-top: 0; display: flex; justify-content: space-between;}
.contactBox .cont .form .mk{ margin-top: 30px;}
.contactBox .cont .form .li .input{ width: 342px; padding: 0 12px; border: 1px solid #D9D9D9; border-radius: 3px; transition: all 0.5s;}
.contactBox .cont .form .li .input input, .contactBox .cont .form .li .k .m input{ display: block; width: 100%; height: 48px; border: none; font-size: 16px; background: hsla(0,0%,100%,0.00);}
.contactBox .cont .form .li .input input::placeholder, .contactBox .cont .form .li .input textarea::placeholder, .contactBox .cont .form .li .k .m input::placeholder{ color: #B2B2B2;}
.contactBox .cont .form .li .ter{ padding: 8px 12px; border: 1px solid #D9D9D9; border-radius: 3px; transition: all 0.5s;}
.contactBox .cont .form .li .ter textarea{ display: block; width: 100%; height: 280px; font-size: 16px; border: none;}
.contactBox .cont .form .li:nth-child(3){ display: flex; justify-content: flex-start;}
.contactBox .cont .form .li .k{ display: flex; justify-content: flex-start; margin-right: 100px;}
.contactBox .cont .form .li .k .m{ width: 200px; padding: 0 12px; border: 1px solid #D9D9D9; border-radius: 3px; transition: all 0.5s;}
.contactBox .cont .form .li .k .der{ width: 110px; height: 50px; background: #eee; margin-left: 15px;}
.contactBox .cont .form .li .input:hover, .contactBox .cont .form .li .ter:hover, .contactBox .cont .form .li .k .m:hover{ border-color: hsla(217,66%,28%,0.50);}
.contactBox .cont .form .li .sub{ display: block; width: 244px; height: 50px; background: #004098; border-radius: 3px; font-size: 16px; color: #fff; border: none; transition-timing-function: all 0.5s;}
.contactBox .cont .form .li .sub:hover{ opacity: 0.85;}
.mapContact{ width: 100%; height: 740px; overflow: hidden; background: #eee;}
.aboutBoxRut .top{ display: flex; justify-content: space-between; align-items: center;}
.aboutBoxRut .top .h1{ font-size: 30px; color: #2F2F2F; margin-left: 120px;}
.aboutBoxRut .top .list{ display: flex; justify-content: flex-end;}
.aboutBoxRut .top .list .li{ padding: 15px 13px; background: #E6E6E6; transition: all 0.5s; margin-left: 22px;}
.aboutBoxRut .top .list .li:first-child{ margin-left: 0;}
.aboutBoxRut .top .list a{ width: 208px; height: 252px; overflow: hidden; display: flex; justify-content: center; align-items: center;}
.aboutBoxRut .top .list a img{ height: 100%;}
.aboutBoxRut .bot{ display: flex; justify-content: flex-start; flex-wrap: wrap;}
.aboutBoxRut .bot .li{ margin-right: 30px; margin-top: 30px; padding: 10px; background: #E6E6E6; transition: all 0.5s;}
.aboutBoxRut .bot .li:nth-child(5n){ margin-right: 0;}
.aboutBoxRut .bot .li a{ width: 242px; height: 176px; overflow: hidden;}
.aboutBoxRut .bot .li a img{ height: 100%;}
.aboutBoxRut .top .list .li:hover, .aboutBoxRut .bot .li:hover{ background: hsla(217,77%,49%,0.80);}
.aboutBoxList{ background: url(../images/back9.jpg) no-repeat center; background-size: cover;}
.aboutBoxList .tity{ color: #fff;}
.rightBoxNev{ position: fixed; top: 0; right: 0.58rem; z-index: 30;}
.rightBoxNev .li{ padding: 7px 0; position: relative;}
.rightBoxNev .li .tit a{ width: 50px; height: 50px;}
.rightBoxNev .li .tit{ width: 50px; height: 50px; background: #FFF; box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); border-radius: 5px; transition: all 0.5s;}
.rightBoxNev .li .tit1{ background: #fff url(../images/tel.png) no-repeat center; background-size: 25px auto;}
.rightBoxNev .li .tit2{ background: #fff url(../images/bi.png) no-repeat center; background-size: 28px auto;}
.rightBoxNev .li .tit3{ background: #fff url(../images/icon8.png) no-repeat center; background-size: 36px auto;}
.rightBoxNev .li .tit4{ background: #fff url(../images/top.png) no-repeat center; background-size: 100% auto;}
.rightBoxNev .li:hover .tit1{ background: #183C77 url(../images/tels.png) no-repeat center; background-size: 25px auto;}
.rightBoxNev .li:hover .tit2{ background: #183C77 url(../images/bis.png) no-repeat center; background-size: 28px auto;}
.rightBoxNev .li:hover .tit3{ background: #183C77 url(../images/icon8s.png) no-repeat center; background-size: 36px auto;}
.rightBoxNev .li .mk{ display: none; position: absolute; top: 7px; right: 70px; background: #183C77; box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); border-radius: 2px; min-height: 50px;}
.rightBoxNev .li:hover .mk{ display: block;}
.rightBoxNev .li .mk::after{ width: 14px; height: 14px; background: #183C77; transform: rotate(45deg); position: absolute; top: 18px; right: -6px; content: '';}
.rightBoxNev .li .mk .p{ white-space: nowrap; font-size: 28px; color: #fff; padding: 0 25px; line-height: 50px;}
.rightBoxNev .li .mk .img{ padding: 8px;}
.rightBoxNev .li .mk .img img{ width: 128px;}
.aboutContact{ width: 100%; position: relative; z-index: 5; margin-bottom: -40px;}
.aboutContact .cont{ background: #fff; box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);}
.aboutContact .cont .mk{ padding: 0 92px; height: 110px; line-height: 110px; display: flex; justify-content: space-between; align-items: center;}
.aboutContact .cont .mk .h1{ font-size: 20px; color: #2F2F2F;}
.aboutContact .cont .mk a{ width: 110px; height: 50px; background: #183C77; font-size: 14px; color: #fff; text-align: center; line-height: 50px; transition: all 0.5s;}
.aboutContact .cont .mk a:hover{ opacity: 0.85;}
/*  */
.navCell{ display: none;}
.hearCell{ height: 60px; position: fixed; top: 0; left: 0; right: 0; background: #fff; z-index: 20; padding: 0 15px;}
.hearCell .img{ float: left; height: 40px; padding: 10px 0;}
.hearCell .img a, .hearCell .img a img{ display: block; height: 100%;}
.hearCell .push{ float: right; width: 26px; height: 26px; background: url(../images/nav-cell.png) no-repeat center; background-size: 100% auto; margin: 17px 0;}
.navCell .up{ display: none; width: 100%; height: 100%; background: #000; position: fixed; top: 0; left: 0; z-index: 25; opacity: 0.5;}
.listCell{ width: 160px; position: fixed; top: 0; right: -100%; bottom: 0; z-index: 30; background: #fff; padding: 0 20px; transition: all 0.5s; opacity: 0;}
.listCellTwo{ right: 0; opacity: 1;}
.listCell .img{ height: 36px; padding: 70px 0 20px 0;}
.listCell .sole{ width: 24px; height: 24px; background: url(../images/icon-22.png) no-repeat center; background-size: 100% 100%; position: absolute; top: 15px; right: 15px;}
.listCell .tit{ display: block; font-size: 16px; color: #333; line-height: 30px; transition: all 0.1s;}
.listCell .tit.titOne{ background: url(../images/icon21sm.png) no-repeat center right 5px; background-size: 8px auto;}
.listCell .tit.on{ background: url(../images/icon21sm2.png) no-repeat center right 5px; background-size: 14px auto;}
.listCell .list{ position: absolute; top: 150px; left: 0; right: 0; bottom: 110px; overflow-y: auto; padding: 0 20px;}
.listCell .list .li{ border-bottom: 1px solid #ececec; padding: 7px 0;}
.listCell .list .mink{ display: none; padding-top: 3px;}
.listCell .list .mink a{ display: block; font-size: 15px; color: #666; line-height: 30px; padding-left: 25px; position: relative;}
.listCell .list .mink a em{ display: block; width: 6px; height: 6px; background: #666; border-radius: 100%; position: absolute; top: 50%; margin-top: -3px; left: 10px;}
.listCell .tel{ position: absolute; bottom: 20px; left: 20px; right: 20px;}
.listCell .tel h2{ font-size: 16px; color: #666; line-height: 20px;}
.listCell .tel p{ font-size: 22px; line-height: 30px; color: #dc2a26; white-space: nowrap; margin-top: 3px;}
.videoBoxPoPuP{ display: none; width: 100%; height: 100%; background: hsla(0,0%,0%,0.50); position: fixed; top: 0; left: 0; z-index: 30;}
.videoBoxPoPuP .cont{ width: 800px; padding: 10px; background: #fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.videoBoxPoPuP .cont video{ display: block; width: 100%;}
.videoBoxPoPuP .cont .sole{ width: 50px; height: 50px; background: url(../images/sole.png) no-repeat center; background-size: 100% auto; position: absolute; bottom: -80px; left: 50%; margin-left: -25px; transition: all 0.5s;}
.videoBoxPoPuP .cont .sole:hover{ transform: rotate(360deg);}




