@charset "utf-8";
.indexMain .section1{position: relative;}
.indexMain .section1 .banner{display: block;width: 100%;}
.indexMain .section1 .wrap{position: absolute;left: 0;right: 0;bottom:20px;margin: 0 auto;z-index: 2;}
.indexMain .section1 .searchBox{background: #00075C;box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.46); border-radius: 10px;padding: 18px 64px 18px 80px;display: flex;align-items: center;justify-content: space-between;}
.indexMain .section1 .searchBox h3{font-size: 24px;color: #fff;font-style: italic;font-weight: normal;}
.indexMain .section1 .searchBox .searchTj{display: block;width: 78px;cursor: pointer;}
.indexMain .section1 .searchBox .selectBox{display: flex;}
.indexMain .section1 .searchBox .select{position: relative;}
.indexMain .section1 .searchBox .select2{position: relative;}
.indexMain .section1 .searchBox .input{width: 240px;height: 48px;background: #FFFFFF;border-radius: 10px;display: flex;align-items: center;justify-content: space-between;padding: 0 16px 0 10px;margin: 0 12px;position: relative;}
.indexMain .section1 .searchBox .icon{display: block;width: 26px;}
.indexMain .section1 .searchBox .xl{display: block;width: 24px;}
.indexMain .section1 .searchBox .input span{display: block;width: 190px;font-size: 24px;color: #021795;line-height: 48px;font-style: italic;margin-left: 10px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.indexMain .section1 .searchBox ul{width: 210px;max-height: 400px; box-shadow: 0px 0px 10px rgba(209,208,208,.5) inset;border:1px solid #d1d0d0;background: #FFFFFF;position: absolute;left: 0;top: 40px;right: 0;margin: 0 auto;z-index: 9;overflow-y: auto;opacity: 0;visibility: hidden;}
.indexMain .section1 .searchBox ul li{font-size: 18px;color: #00075C;line-height: 36px;text-align: center;cursor: pointer;}
.indexMain .section1 .searchBox ul li:hover{color: #ffffff;background: #021795;}
.indexMain .section1 .searchBox ul.active{opacity: 1;visibility: visible;}
.indexMain .section1 .searchBox .selectUl{width: 210px; box-shadow: 0px 0px 10px rgba(209,208,208,.5) inset;border:1px solid #d1d0d0;background: #FFFFFF;position: absolute;left: 0;top: 40px;right: 0;margin: 0 auto;z-index: 9;font-size: 0;opacity: 0;visibility: hidden;background-image: url(../images/img/line.png);background-repeat: no-repeat;background-position: 104px center;}
.indexMain .section1 .searchBox .selectUl.active{opacity: 1;visibility: visible;}
.indexMain .section1 .searchBox .selectUl .tit{display: inline-block;vertical-align: top;width: 50%;max-height: 400px;overflow-y: auto;}
.indexMain .section1 .searchBox .selectUl .tit span{font-size: 18px;color: #00075C;line-height: 36px;text-align: center;cursor: pointer;display: block;}
.indexMain .section1 .searchBox .selectUl .tit span.active{color: #ffffff;background: #021795;}
.indexMain .section1 .searchBox .selectUl .tabCon{display: inline-block;vertical-align: top;width: 50%;max-height: 400px;overflow-y: auto;}
.indexMain .section1 .searchBox .selectUl .con{display:none;}
.indexMain .section1 .searchBox .selectUl .con.active{display: block;}
.indexMain .section1 .searchBox .selectUl .con span{font-size: 18px;color: #00075C;line-height: 36px;text-align: center;cursor: pointer;display: block;}
.indexMain .section1 .searchBox .selectUl .con span:hover{color: #ffffff;background: #021795;}



.indexMain .section2{padding-top: 144px;}
.indexMain .section2 .items{display: flex;flex-wrap: wrap;}
.indexMain .section2 .item{width: 33.33%;display: flex;justify-content: flex-start;}
.indexMain .section2 .item a{display: flex;flex-wrap: wrap;justify-content: flex-start;padding: 2px;}
.indexMain .section2 .item .tit{display: flex;background: #043779;justify-content: space-between;align-items: center;padding: 0 18px 0 24px;height: 66px;width: 100% ;margin-bottom: 4px;}
.indexMain .section2 .item .tit h3{font-size: 24px;color: #fff;font-style: italic;}
.indexMain .section2 .item .tit span{display: block;font-size: 12px;color: #ffffff;line-height: 30px;padding-right: 20px;background-image: url(../images/common/more2.png); background-repeat: no-repeat;background-position: right center;background-size: 10px auto;font-style: italic;}
.indexMain .section2 .item .tit span:hover{text-decoration: underline;}
.indexMain .section2 .item .pic{overflow: hidden;width: 100%;}
.indexMain .section2 .item .pic img{ display: block; width: 100%; transition: all 500ms ease; -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; }
.indexMain .section2 .item .pic:hover img{ transform:scale(1.05) ; -webkit-transform:scale(1.05) ; -moz-transform:scale(1.05) ; -ms-transform:scale(1.05) ; -o-transform:scale(1.05) ; }
.indexMain .section2 .item:nth-child(1) a,.indexMain .section2 .item:nth-child(5) a{flex-wrap: wrap-reverse;justify-content: flex-end;}
.indexMain .section2 .item:nth-child(1) .tit,.indexMain .section2 .item:nth-child(5) .tit{margin-bottom: 0;margin-top: 4px;}
.indexMain .section3{padding-top: 70px;}
.indexMain .section3 .items{display: flex;flex-wrap: wrap;margin: -1%;}
.indexMain .section3 .item{margin: 1%;padding: 8px 12px;border: 1px solid #00F0FF;width: 31.33%;padding-bottom: 60px;position: relative;}
.indexMain .section3 .item .pic{overflow: hidden;}
.indexMain .section3 .item .pic img{ display: block; width: 100%; transition: all 500ms ease; -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; }
.indexMain .section3 .item:hover .pic img{ transform:scale(1.05) ; -webkit-transform:scale(1.05) ; -moz-transform:scale(1.05) ; -ms-transform:scale(1.05) ; -o-transform:scale(1.05) ; }
.indexMain .section3 .item h3{font-size: 18px;color: #001060;line-height: 30px;text-align: center;margin: 10px 0 6px;font-style: italic;}
.indexMain .section3 .item p{font-size: 14px;color: #001060;line-height: 24px;font-weight: bold;display: flex;flex-wrap: wrap;margin: 4px 0;}
.indexMain .section3 .item p span{display: inline-block;}
.indexMain .section3 .item p .sp2{flex: 1;}
.indexMain .section3 .item p em{font-style: normal;margin-left: 10px;}
.indexMain .section3 .item .price{position: absolute;right: 12px;bottom: 8px;}
.indexMain .section3 .item .price h4{font-size: 16px;color: #002063;text-align: center;font-style: italic;}
.indexMain .section3 .item .price em{display: block;width: 120px; height: 30px;background: #002063; border-radius: 2px;font-size: 14px;color: #fff;line-height: 30px;font-weight: bold;text-align: center;font-style: normal;margin-top: 5px;}
.indexMain .section3 .item:hover{box-shadow: 0 5px 20px rgba(0,240,255,.3);}
.indexMain .section4{padding-top: 100px;}
.indexMain .section4 .items{display: flex;justify-content: center;}
.indexMain .section4 .item{ width: 25%; transition: all 500ms ease ; -webkit-transition: all 500ms ease ; -moz-transition: all 500ms ease ; -ms-transition: all 500ms ease ; -o-transition: all 500ms ease ; }
.indexMain .section4 .item img{display: block;width: 126px;margin: 0 auto;}
.indexMain .section4 .item h3{font-size: 24px;color: #041477;line-height: 30px;font-weight: normal;text-align: center;margin-top: 15px;}
.indexMain .section4 .item:hover{ transform:translateY(10px) ; -webkit-transform:translateY(10px) ; -moz-transform:translateY(10px) ; -ms-transform:translateY(10px) ; -o-transform:translateY(10px) ; }
.indexMain .section5{padding: 110px 0 80px;}
.indexMain .section5 .items{display: flex;flex-wrap: wrap;}
.indexMain .section5 .items .item{ width: 20%; border:1px solid transparent; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; }
.indexMain .section5 .items .item a{display: flex;justify-content: center;align-items: center;height: 100px;}
.indexMain .section5 .items .item img{max-height: 100%;display: block;max-width: 100%;}
.indexMain .section5 .items .item:hover{border-color: #eeeeee;}

.hxMain .section1{background-image: url(../images/img/hxBg1.jpg);background-repeat: no-repeat;background-position: center;background-size: cover;}
.hxMain .section1 .commTit{margin-bottom: 0;margin-left: 10px;}
.hxMain .section1 .commTit h3{ transform: translateX(0) ; -webkit-transform: translateX(0) ; -moz-transform: translateX(0) ; -ms-transform: translateX(0) ; -o-transform: translateX(0) ; }
.hxMain .section1 .box {width: 974px;margin: 0 auto;padding: 50px 0 80px;}
.hxMain .section1 .box1{background: #ffffff ;padding: 50px 64px 22px;margin-top: 34px;}
.hxItems{margin-bottom: 60px;}
.hxItems .item{ background: #d3e9ff; margin-bottom: 36px; transition: all 500ms ease; -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease;position:relative; }
.hxItems .item a{display: flex;justify-content:space-between;align-items: center;}
.hxItems .item .pic{overflow: hidden;width: 346px;}
.hxItems .item .pic img{ display: block; width: 100%; transition: all 500ms ease; -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; }
.hxItems .item:hover .pic img{ transform: scale(1.05) ; -webkit-transform: scale(1.05) ; -moz-transform: scale(1.05) ; -ms-transform: scale(1.05) ; -o-transform: scale(1.05) ; }
.hxItems .item .block{width: 500px;padding: 14px 40px;position: relative;}
.hxItems .item h3{font-size: 18px;color: #00113a;line-height: 24px;font-weight: normal;font-style: italic;text-align: center;margin-bottom: 10px;}
.hxItems .item p{font-size: 16px;color: #00113a;line-height: 30px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.hxItems .item .more{display: inline-block;color: #007eff;margin-left: 10px;cursor: pointer;}
.hxItems .item em{display: block;padding-right: 18px;background-image: url(../images/common/more1.png);background-repeat: no-repeat;background-position: right center;background-size: 10px auto;position: absolute;right: 20px;bottom: 15px;display: inline-block;font-style: normal;}
.hxItems .item:hover{box-shadow: 0 5px 20px rgba(0,0,0,.2);}
.hxItems .item .dataMore{width: 974px;position: absolute;left: 50%;top: 154px;margin-left: -487px;z-index: 2;display: none;}
.hxItems .item .dataMore img{display: block;width: 100%;}
.hxMain .section2{background: #ccf2ff;padding: 36px 0 55px;}
.hxMain .section2 .wrap{padding: 0 16px;}
.hxMain .section2 .box1{ background: #ffffff; border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px;padding: 0 20px;}
.hxMain .section2 .box1 .item{border-bottom: 1px solid #eeecec;overflow: hidden;}
.hxMain .section2 .box1 .item .tit{font-size: 20px;color: #001060;line-height: 30px;float: left;display: block;width: 126px;margin-top: 24px;}
.hxMain .section2 .box1 .item .dx{display: inline-block;vertical-align: middle;}
.hxMain .section2 .box1 .item .dx.active a{background-image: url(../images/img/dxOn.png);}
.hxMain .section2 .box1 .item .dx a{margin: 0;font-size: 20px;color: #001060;line-height: 30px;padding-left: 30px;background-image: url(../images/img/dx.png);background-repeat: no-repeat;background-position: left center;background-size: 24px auto;display: inline-block;vertical-align: middle;margin: 24px 60px 10px 0;cursor: pointer;}

.hxMain .section2 .box1 .item a{font-size: 20px;color: #001060;line-height: 30px;display: inline-block;vertical-align: middle;margin: 24px 60px 10px 0;}
.hxMain .section2 .box1 .item a:hover,.hxMain .section2 .box1 .item a.active{text-decoration: underline;}
.hxMain .section2 .box1 .item .ul{margin-left: 126px;}
.hxMain .section2 .box1 .select{display: inline-block;vertical-align: middle;position: relative;margin: 24px 24px 10px 0;}
.hxMain .section2 .box1 .select select{width: 128px;height: 28px;border: 1px solid #aaa9aa;padding:0 30px 0 0;font-size: 20px;color: #001060;line-height: 26px;text-align: center;}
.hxMain .section2 .box1 .select span{font-size: 20px;color: #001060;line-height: 26px;position: absolute;right: 6px;top: 0;display: block;}
.hxMain .section2 .box2{margin-top: 60px;margin-bottom: 30px;}
.hxMain .section2 .box2 .item{ margin-bottom: 20px; display: flex; justify-content: space-between; background: #fff; position: relative;}
.hxMain .section2 .box2 .item .pic{ width: 382px; overflow: hidden; border-radius: 5px 0 5px 0; -webkit-border-radius: 5px 0 5px 0; -moz-border-radius: 5px 0 5px 0; -ms-border-radius: 5px 0 5px 0; -o-border-radius: 5px 0 5px 0; }
.hxMain .section2 .box2 .item .pic img{ display: block; width: 100%; transition: all 500ms ease; -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; }
.hxMain .section2 .box2 .item:hover .pic img{ transform: scale(1.05) ; -webkit-transform: scale(1.05) ; -moz-transform: scale(1.05) ; -ms-transform: scale(1.05) ; -o-transform: scale(1.05) ; }
.hxMain .section2 .box2 .item .block{padding: 16px 24px 0;width: calc(100% - 382px);position: relative;}
.hxMain .section2 .box2 .item .block h3{font-size: 30px;color: #000000;line-height: 36px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-bottom: 10px;}
.hxMain .section2 .box2 .item .block h3 span{display: inline-block;margin-left: 40px;}
.hxMain .section2 .box2 .item .block p{font-size: 18px;color: #000000;line-height: 36px;max-width: 70%;}
.hxMain .section2 .box2 .item .block .more{display: inline-block;color: #007eff;margin-left: 10px;cursor: pointer;}
.hxMain .section2 .box2 .item .block .spBox{font-size: 0;margin-top: 10px;}
.hxMain .section2 .box2 .item .block .spBox span{display: inline-block;vertical-align: top;font-size: 18px;color: #000000;line-height: 32px;background: #83e0fe;text-align: center;min-width: 140px;margin-right: 22px;}
.hxMain .section2 .box2 .item .block .text{position: absolute;right: 20px;bottom: 14px;}
.hxMain .section2 .box2 .item .block .price{font-size: 14px;color: #000000;text-align: center;}
.hxMain .section2 .box2 .item .block .price em{ font-size: 24px; font-weight: bold; font-style: italic; display: inline-block; transform: translateY(-8px); -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); -ms-transform: translateY(-8px); -o-transform: translateY(-8px); }
.hxMain .section2 .box2 .item .block .price span{display: inline-block;}
.hxMain .section2 .box2 .item .block a{ display: block; width: 184px; height: 48px; background: #001060; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; font-size: 24px; color: #fff; line-height: 48px; text-align: center; margin-top: 2px; transition: all 500ms ease; -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease;letter-spacing: 4px; }
.hxMain .section2 .box2 .item .block a:hover{box-shadow: 0 5px 20px rgba(0,16,96,.5);}
.hxMain .section2 .box2 .item .dataMore{width: 1110px;position: absolute;left: 50%;top: 136px;margin-left: -555px;z-index: 2;display: none;}
.hxMain .section2 .box2 .item .dataMore img{display: block;width: 100%;}
.hxMain .section2 .box3{position: relative;overflow: hidden;}
.hxMain .section2 .box3 img{display: block;width: 100%;}
.hxMain .section2 .box3 .block{background: rgba(27,33,69,.82);padding: 24px 40px 15px;width: 650px;position: absolute;right: 32px;top: 0;height: 410px;overflow-y: auto;}
.hxMain .section2 .box3 .block h3{font-size: 30px;color: #fff;line-height: 74px;font-weight: bold;font-style: italic;}
.hxMain .section2 .box3 .block .desc{font-size: 20px;color: #fff;line-height: 74px;font-style: italic;}

.hxMain .section3{background-image: url(../images/img/bg1.png);background-repeat: no-repeat;background-position: center 124px;}
.hxMain .section3 .wrap{padding: 0 120px;}
.hxMain .section3 .box{background: rgba(255, 255, 255, .73);padding-top: 90px;padding-bottom: 200px;}
.hxMain .section3 .box1{overflow-y: auto;max-height: 1856px;}
.hxMain .section3 .box1 .items{width: 710px;margin: 0 auto;}
.hxMain .section3 .box1 .item{position: relative;width: 710px;margin-top: 50px;background:#042f57;}
.hxMain .section3 .box1 .item:first-child{margin-top: 0;}
.hxMain .section3 .box1 .item a{display: flex;align-items:center;justify-content:space-between;}
.hxMain .section3 .box1 .item .pic{display: block;width: 336px;overflow:hidden;}
.hxMain .section3 .box1 .item .pic img{ display: block; width: 100%; transition: all 500ms ease; -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; }
.hxMain .section3 .box1 .item:hover .pic img{ transform: scale(1.05) ; -webkit-transform: scale(1.05) ; -moz-transform: scale(1.05) ; -ms-transform: scale(1.05) ; -o-transform: scale(1.05) ; }
.hxMain .section3 .box1 .item .block{width: 374px;padding: 26px 20px;}
.hxMain .section3 .box1 .item .block .tit{display: flex;align-items: center;justify-content: space-between;font-style: italic;}
.hxMain .section3 .box1 .item .block h3{font-size: 26px;color: #fff;}
.hxMain .section3 .box1 .item .block span{font-size: 14px;color: #fff;padding-right: 18px;background-image: url(../images/common/more2.png);background-repeat: no-repeat;background-position: right center;background-size: auto 16px;}
.hxMain .section3 .box1 .item .block p{font-size: 16px;color: #ffffff;line-height: 28px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;height: 112px;margin-top: 15px;font-style: italic;}
.hxMain .section3 .commTit{width: 710px;margin: 0 auto 50px;}
.hxMain .section4 .img{display: block;width: 100%;}
.hxMain .section4 .block1{padding: 50px 0 0;width: 834px;margin: 0 auto;}
.hxMain .section4 .block1 h3{font-size: 30px;color: #001386;line-height: 30px;text-align: center;font-weight: normal;font-style: italic;}
.hxMain .section4 .block1 .desc{font-size: 16px;color: #00113a;line-height: 30px;font-style: italic;margin-top: 20px;}


.hxMain .section4 .box{width: 834px;margin: 0 auto;padding-bottom: 100px;}
.hxMain .section4 .box .hxItems{margin-bottom: 120px;}
.hxMain .section4 .box .tit{font-size: 30px;color: #001386;line-height: 30px;text-align: center;font-weight: normal;font-style: italicm;padding: 60px 0 40px;}
.hxMain .section5 .img{display: block;width: 100%;}
.hxMain .section6 .tabTit{width: 100%;height: 92px;background-image: url(../images/img/bg1.jpg);background-repeat: no-repeat;background-position: center;background-size: cover;}
.hxMain .section6 .spBox{display: flex;align-items: center;justify-content: space-between;}
.hxMain .section6 .spBox span{width: 25%; display: block;font-size: 30px;color: #fff;line-height: 92px;text-align: center;font-style: italic;position: relative;cursor: pointer;}
.hxMain .section6 .spBox span::before{content: '';width: 240px;height: 10px;background: #00eaff;position: absolute;left: 0;right: 0;top: 0;margin: 0 auto;opacity: 0;visibility: hidden;}
.hxMain .section6 .spBox span.active::before{opacity: 1;visibility: visible;}
.hxMain .section6 .spBox span.active{text-shadow: 0 0 10px rgba(0,234,255,1), 0 0 20px rgba(0,234,255,1), 0 0 30px rgba(0,234,255,1), 0 0 40px rgba(0,234,255,1);}
.hxMain .section6 .con{display: none;}
.hxMain .section6 .con.active{display: block;}
.hxMain .section6 .con1{background-image: url(../images/img/hxImg13.jpg);background-repeat: no-repeat;background-position: center;background-size: cover;}
.hxMain .section6 .con1 .desc{padding: 50px 70px;font-size: 18px;color: #fff;line-height: 30px;}
.hxMain .section6 .con1 .desc img{display: block;max-width: 100%;width: auto !important;height: auto !important;margin: 0 auto;}
.hxMain .section6 .con2{background: #455c8d;padding-bottom: 16px;}
.hxMain .section6 .con2 .img1{display: block;width: 100%;}
.hxMain .section6 .con2 .item{display: flex;background: #13306e;border-bottom: 2px solid #455c8d;position: relative;}
.hxMain .section6 .con2 .item .pic{width: 34.7%;overflow: hidden;}
.hxMain .section6 .con2 .item .pic img{ display: block; width: 100%; transition: all 500ms ease; -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; }
.hxMain .section6 .con2 .item:hover .pic img{ transform:scale(1.05) ; -webkit-transform:scale(1.05) ; -moz-transform:scale(1.05) ; -ms-transform:scale(1.05) ; -o-transform:scale(1.05) ; }
.hxMain .section6 .con2 .item .block{width: 65.3%;padding: 35px 40px;position: relative;}
.hxMain .section6 .con2 .item h3{font-size: 30px;color: #fff;font-weight: normal;font-style: italic;}
.hxMain .section6 .con2 .item p{font-size: 24px;color: #fff;text-align: center;font-style: italic;margin-top: 70px;}
.hxMain .section6 .con2 .item .title{display: block;height: 56px;position: absolute;right: 30px;top: 40px;}
.hxMain .section6 .con2 .item:nth-child(even){flex-direction: row-reverse;}
.hxMain .section6 .con3{padding: 75px 0;}
.hxMain .section6 .con3 .item{padding-left: 184px;position: relative;padding-bottom: 50px;}
.hxMain .section6 .con3 .item::before{content: '';width: 3px;height: 100%;background: #c9fdff;position: absolute;left: 52px;top: 0;}
.hxMain .section6 .con3 .item .date{font-size: 24px;color: #2449a7;line-height: 32px;font-style: italic;text-align: center;position: absolute;left: 0;top: 0;z-index: 1;}
.hxMain .section6 .con3 .item .date span{display: block;}
.hxMain .section6 .con3 .item .date::after{ content: ''; width: 30px; height: 30px; border-radius: 100%; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%;background: #c9fdff;display: block;position: absolute;top: 0;left: 0;right: 0;margin: 0 auto;z-index: -1;}
.hxMain .section6 .con3 .item h3{font-size: 24px;color: #2449a7;line-height: 50px;padding-left: 26px;background: #c9fdff;width: 800px;font-weight: normal;}
.hxMain .section6 .con3 .item .aBox{font-size: 0;margin-top: 16px;}
.hxMain .section6 .con3 .item .aBox span{display: inline-block;vertical-align: top;font-size: 18px;color: #2449a7;line-height: 30px;margin-right: 54px;margin-bottom: 10px;}
.hxMain .section6 .con3 .item .aBox span img{display: inline-block;vertical-align: middle;width: 22px;margin-right: 6px;margin-top: -8px;}
.hxMain .section6 .con3 .item .desc{font-size: 18px;color: #2449a7;line-height: 40px;}
.hxMain .section6 .con4{background: #74a9d0;padding-bottom: 15px;}
.hxMain .section6 .con4 .wrap{background: #fff;padding-bottom: 10px;}
.hxMain .section6 .con4 .img1{display: block;width: 100%;}
.hxMain .section6 .con4 .block{display: flex;align-items: center;justify-content: space-between;padding: 60px 90px 70px;}
.hxMain .section6 .con4 .block .item{display: flex;align-items: center;width: 20%;}
.hxMain .section6 .con4 .block .item img{display: block;width: 80px;margin-right: 10px;}
.hxMain .section6 .con4 .block .item .text{font-size: 20px;color: #055672;line-height: 32px;font-style: italic;font-weight: normal;}
.hxMain .section6 .con4 .block .item .text h3 {font-weight: normal;}
.hxMain .section6 .con4 .items{padding: 0 90px;}
.hxMain .section6 .con4 .items .item{display: flex;align-items: center;justify-content: space-between;margin-bottom: 60px;}
.hxMain .section6 .con4 .items .item .pic{width: 23%;overflow: hidden;}
.hxMain .section6 .con4 .items .item .pic img{ display: block; width: 100%; transition: all 500ms ease; -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; }
.hxMain .section6 .con4 .items .item:hover .pic img{ transform: scale(1.05) ; -webkit-transform: scale(1.05) ; -moz-transform: scale(1.05) ; -ms-transform: scale(1.05) ; -o-transform: scale(1.05) ; }
.hxMain .section6 .con4 .items .item .text{width: 77%;padding: 20px 0 20px 35px;}
.hxMain .section6 .con4 .items .item h3{font-size: 20px;color: #000000;line-height: 30px;font-weight: normal;font-style: italic;}
.hxMain .section6 .con4 .items .item p{font-size: 20px;color: #000000;line-height: 30px;margin-top: 10px;}


.abMain .section1{overflow: hidden;background: #01316a;padding-bottom: 150px;}
.abMain .section1 .bg{display: block;width: 100%;}
.abMain .section1 .box{margin-top: -180px;padding: 0 8vw;}
.abMain .section1 .box .tit{font-size: 30px;color: #fff;line-height: 30px;font-style: italic;text-align: center;margin-bottom: 74px;}
.abMain .section1 .box .inner{background: #000f39;font-size: 18px;color: #fff;font-weight: 500;line-height: 3.4;padding: 30px 7.6vw;}

.newsMain .section1{background: #01316a;}
.newsMain .section1 .wrap{background: #fff;padding: 110px 0 100px;}
.newsMain .section1 .tabTit{display: flex;align-items: center;justify-content: center;margin-top: 40px;margin-bottom: 100px;}
.newsMain .section1 .tabTit span{font-size: 26px;color: #000f39;line-height: 38px;display: block;padding:0 26px;position: relative;}
.newsMain .section1 .tabTit span::after{content: '';width: 3px;height: 38px;background: #000000;position: absolute;right: 0;top: 0;}
.newsMain .section1 .tabTit span:last-child::after{display: none;}
.newsMain .section1 .tabTit span.active{text-shadow: 0 2px 10px #ffff00;}
.newsMain .section1 .items{min-height: 588px;}
.newsMain .section1 .items .item{border-bottom: 4px solid #b2cff0;padding: 30px 46px 20px;}
.newsMain .section1 .items .item a{display: flex;align-items: center;justify-content: space-between;}
.newsMain .section1 .items .item em{ font-size: 24px; color: #ffffff; line-height: 44px; width: 106px; border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px;text-align: center;background: #01316a;display: block;}
.newsMain .section1 .items .item p{width: 75%; font-size: 24px;color: #01316a;line-height: 30px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-style: italic;}
.newsMain .section1 .items .item span{display: block;font-size: 24px;color: #a1ccff;font-style: italic;}
.newsMain .section1 .items .item:hover p{font-weight: bold;}
.newsMain .section2{padding: 0 60px 85px;min-height: 720px;}
.newsMain .section2 .tit h1{font-size: 26px;color: #010d57;line-height: 30px;text-align: center;padding:70px 0 70px;}
.newsMain .section2 .tit span{font-size: 16px;color: #BBBBBB;line-height: 30px;text-align: right;margin: 14px 0;display: block;}
.newsMain .section2 .con{font-size: 20px;color: #010d57;line-height: 1.7;padding-bottom: 20px;}
.newsMain .section2 .con *{font-family: 'Noto Sans SC'!important;white-space:normal!important;}
.newsMain .section2 .con img{max-width:100% !important;max-height:100% !important;width:auto !important;height:auto !important;}
.newsMain .bannerImg{display: block;width:100%;}


@media only screen and (max-width:1366px){
    .indexMain .section1 .searchBox{padding: 18px 40px 18px 40px;}
}
