<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
html{overflow-x: hidden;}
@media (max-width:1920px) {
	html {font-size: 16px;}
}
@media (min-width:1400px) and (max-width:1600px) {
	html {font-size: 16px;}
}
@media (min-width:640px) and (max-width:1399px) {
	html {font-size: 15px;}
}
@media (min-width:471px) and (max-width:639px) {
	html {font-size: 14px;}
}
@media (min-width:320px) and (max-width:470px) {
	html {font-size: 12px;}
}


.header {;top: 0;left: 0;z-index: 1000;width: 100%;text-align: center;background: #06368B;position: relative;}
.header .logo {width: 40%;}
.header .box{padding: 27px 0;}
.header .logo a {text-align: left;}
.header .logo img {max-width: 100%;display: block;text-align: left;}
.right_icon {}
.right_icon ul {}
.right_icon ul li {display: inline-block;float: left;}
.right_icon ul li:nth-child(6){clear: both;}
.right_icon ul li a{display: block;color: white;font-size: 0.9375rem;line-height: 32px;text-align: left;}
.right_icon ul li:nth-child(2) a{width: 5.9625rem;}
.right_icon ul li:nth-child(6) a{width: 3.9625rem;}
.right_icon ul li a span{color: #4A629F;font-weight: bold;font-size: 0.9375rem;}
.right_icon ul li a:hover{color:#4A629F;}
.right_icon .search{border-left: 2px solid #4A629F;padding: 15px 0 15px 15px;margin-left: 0.5rem;margin-top: 4px;}


.banners {position: relative;width: 100%;max-width: 1920px;z-index: 2;margin: 0 auto;height: auto;}
.banners .hd {position: relative;width: 100%;text-align: right;left: 0;bottom: 35px;z-index: 3;max-width: 1920px;margin: 0 auto;}
.banners .hd ul{width: 100%;max-width: 1200px;margin: 0 auto;}
.banners .hd li {display: inline-block;text-indent: 999px;overflow: hidden;margin: 0 6px;border: 1px solid white;width: 14px;height: 14px;border-radius: 7px;}
.banners .hd li.on {background: white;}
.banners .bd {position: relative;z-index: 1;}
.banners .bd li {position: relative;text-align: center;overflow: hidden;height: auto;}
.banners .bd li img {vertical-align: top;width: 100%;-webkit-animation-name: centerBig;height: auto;z-index: 9;position: relative;}

.banners .bd li a{display: block;}
.banners .bd li a p{font-size: 1.375rem;color: white;position: absolute;bottom: 1.5625rem;z-index: 11;width: 100%;max-width: 1200px;margin: 0 auto;}
.banners .prev {opacity: 0;position: absolute;z-index: 9;left: 2%;top: 50%;margin-top: -1.5625rem;display: block;width: 29px;background: url(../images2020/bannerL.png) no-repeat;height: 51px;cursor: pointer;}
.banners .next {opacity: 0;position: absolute;z-index: 10;left: auto;right: 2%;top: 50%;margin-top: -1.5625rem;display: block;width: 29px;;background: red;background: url(../images2020/Rbanner.png) no-repeat;height: 51px;cursor: pointer;}
.banners:hover .prev,
.banners:hover .next{opacity: 1;transition: 0.4s;}
.banners .bd li:before{content:"";position:absolute;left:0;bottom:0;right:0;height:80px;background:linear-gradient(to top,rgba(0,0,0,0.8),rgba(0,0,0,0));z-index: 10;}
@keyframes centerBig {
	from {transform: scale(1.0, 1.0);}
	to {transform: scale(1.03, 1.03);}
}
.banners .enter{}
.banners .enter a{position: absolute;bottom: 10px;z-index: 10;font-size: 1.625rem;color: white;font-weight: bold;display: block;line-height: 72px;width: 228px;text-align: center;/*background: url() no-repeat;*/background-size: cover;}
.banners .enter a:hover{color: #E00808;}

@media only screen and (max-width:1200px) {
	
}
@media only screen and (max-width:1000px) {
	
}
@media only screen and (max-width:850px) {
	
}
@media only screen and (max-width:768px) {
	.banners .hd{text-align: center;}
	
	.banners .hd li{width: 10px;height: 10px;}
	.banners .hd{bottom: 20px;}
}
@media only screen and (max-width:414px) {
	
	.banners .hd li{width: 8px;height: 8px;}
	.banners .hd{bottom: 15px;}
}
@media only screen and (max-width:360px) {

	.banners .hd li{width: 7px;height: 7px;}
	.banners .hd{bottom: 13px;}
}
@media only screen and (min-width:320px) and (max-width:360px) {

	.banners .hd li{width: 6px;height: 6px;}
	.banners .hd{bottom: 10px;}
}

.animenu__toggle {display: none;cursor: pointer;background-color: rgba(255, 255, 255, 0.2);border: 0;padding: 0.3rem;height: 2.5rem;width: 2.5rem;}
.animenu__toggle.animenu__toggle--active {background-color: #2e6cdb;}
.animenu__toggle.animenu__toggle--active .animenu__toggle__bar {background: #fff}
.animenu__toggle__bar {display: block;width: 1.875rem;height: 2px;background-color: #e0e0e0;-webkit-transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);-o-transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);}
.animenu__toggle__bar+.animenu__toggle__bar {margin-top: 0.45rem;}
.animenu__toggle--active .animenu__toggle__bar {margin: 0;position: absolute;}
.animenu__toggle--active .animenu__toggle__bar:nth-child(1) {-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
.animenu__toggle--active .animenu__toggle__bar:nth-child(2) {opacity: 0;}
.animenu__toggle--active .animenu__toggle__bar:nth-child(3) {-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}
.navBox{background: #2e6cdb;position: relative;z-index: 9;}
.animenu {display: inline-block;height: 2.5rem;width: 100%;}
.animenu ul {padding: 0;list-style: none;text-align: left;}
.animenu li,.animenu a {display: inline-block;font-size: 1.125rem;}
.animenu a {color: #fff;text-decoration: none;}
.animenu__nav {}
.animenu__nav&gt;li {position: relative;height: 2.5rem;text-align: center;}
.animenu__nav&gt;li&gt;a{font-size: 1.0625rem;line-height: 2.5rem;color: white;}
.animenu__nav&gt;li+li{padding-left: 3.68%;}

.animenu__nav&gt;li&gt;a:first-child:nth-last-child(2):before {content: "";position: absolute;border: 4px solid transparent;border-bottom: 0;border-top-color: currentColor;top: 50%;margin-top: -2px;right: 10px;display: none;}
.animenu__nav&gt;li:hover&gt;ul {opacity: 1;visibility: visible;margin: 0px 0 0;}
.animenu__nav&gt;li:hover&gt;a {color: #D00001;}
.animenu__nav__child {min-width: 100%;position: absolute;top: 100%;left: 0.8rem;width: 130px;z-index: 1;opacity: 0;visibility: hidden;margin: 10px 0 0 0;background-color: rgba(255, 255, 255, 0.8);transition: margin .15s, opacity .15s;}
.animenu__nav li:nth-child(1) .animenu__nav__child{left: -3rem;}
.animenu__nav__child&gt;li {width: 100%;text-align: center;border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
.animenu__nav__child&gt;li:first-child&gt;a:after {content: '';position: absolute;height: 0;width: 0;left: 50%;margin-left: -6px;top: -6px;border: 6px solid transparent;border-top: 0;border-bottom-color: rgba(255, 255, 255, 0.8);}
.animenu__nav__child&gt;li:last-child {border: 0;}
.animenu__nav__child a {padding: 10px;width: 100%;border-color: #D00001;font-size: 0.875rem;color: #323232;}
.animenu__nav__child a:hover {background-color: #D00001;border-color: #D00001;color: #fff;}
.animenu__nav--open {display: block !important;}
.animenu__nav--open .animenu__nav__child {}
@media(max-width: 1360px) {
	.header .logo {width: 25%}
}
@media(max-width: 1198px) {
	.header{height: auto;}
	.header .logo {width: 30%}
	.header .box{padding: 15px 0;}
	.right_icon{margin-top: 0.3125rem;}
	.right_icon ul{margin-top: 0;}
	.animenu__nav&gt;li+li{padding-left: 2.8%;}
}
@media(max-width: 960px) {
	.animenu__nav&gt;li+li{padding-left: 2.56%;}
}
@media(max-width: 900px) {
	.animenu__nav&gt;li+li{padding-left: 2.36%;}
}
@media screen and (max-width: 1000px) {
	.header .logo {width: 50%}
	.animenu__nav__child&gt;li {border-bottom: #e5e5e5 1px solid;}
    
}
@media(max-width: 850px) {
	.navBox{background: none;position: absolute;}
	.animenu__nav&gt;li+li{padding-left: 0;}
	.animenu__toggle {display: inline-block;float:  right;margin-top: 20px;}
	.scrool,.mouseIco {transform: scale(0.75)}
	.animenu__nav,.animenu__nav__child {display: none;}
	.animenu__nav__child a{color: #323232;}
	.animenu__nav&gt;li {width: 100%;border-right: 0;border-bottom: 1px solid #5e90eb;height: auto;}
	.animenu__nav&gt;li .jt{ content:""; position:absolute; right:0; top:0; width:4rem; height:4rem; background:rgba(255,255,255,0.05) url(../images2020/jiantou.png) center no-repeat; background-size:6px auto; z-index:1000;}
	.animenu__nav&gt;li {width: 100%;border-right: 0;border-bottom: 1px solid #5e90eb;height: auto;background: none;}
	.animenu__nav&gt;li:last-child {border: 0;}
	.animenu__nav&gt;li:first-child&gt;a:after {content: '';position: absolute;height: 0;width: 0;left: 1em;top: -6px;border: 6px solid transparent;border-top: 0;border-bottom-color: inherit;display: none;}
	.animenu__nav&gt;li&gt;a {width: 100%;padding: 0 0 0 2rem !important;border-color: #111;background: rgba(46, 108, 219, 0.9);position: relative;height: 4rem;line-height: 4rem;text-align: left;}
	.animenu__nav a:hover {background-color: #06368B;border-color: #06368B;color: #fff;height: 4rem;line-height: 4rem;}
	.animenu__nav__child {position: static;background-color: #f8f8f8;margin: 0;transition: none;visibility: visible;opacity: 1;}
	.animenu__nav__child&gt;li:first-child&gt;a:after {content: none;}
}
@media(max-width: 768px) {
	.header .w12{width: 100%;}
	.header {padding: 0;position: relative;}
	.header .logo {width: 60%;margin-top: 0;position: relative;bottom: 0;}
	.header .logo img{width: 70%;text-align: left;}
	.animenu__toggle{margin-top: 0.375rem;}
	.right_icon .search{padding: 9px 0 9px 15px;margin-top: 3px;}
	.right_icon{float: left;position: relative;width:100%;top: 0;left: 0;}
	.right_icon ul{margin-top: 0;padding-top: 6px;}
	.right_icon ul li{}
	.right_icon ul li:nth-child(5) {clear: none;}
	.right_icon ul li{width: auto;}
	.right_icon ul li:nth-child(2) a{width: auto;}
	.right_icon ul li:nth-child(6) a{width: auto;}
}
@media(max-width: 414px) {
	.header .logo{width: 85%;}
	.right_icon .search{padding: 14px 0 14px 10px;margin-top: 1px;}
	.header .logo{margin-top: 0;}
	.animenu__toggle{margin-top: 0;}
	.right_icon ul li:nth-child(5){clear: both;}
	.right_icon ul li a{width: 4.125rem;line-height: 1.875rem;}
	.right_icon ul li:nth-child(2) a{width: 6.375rem;}
	.right_icon ul li:nth-child(6) a{width: 6.375rem;}
}
@media(max-width: 502px) {
	.right_icon ul li:nth-child(5){clear: both;}
	.right_icon ul li a{width: 4.125rem;line-height: 1.875rem;}
	.right_icon ul li:nth-child(2) a{width: 6.375rem;}
	.right_icon ul li:nth-child(6) a{width: 6.375rem;}
}
@media(max-width: 360px) {
}
@media(max-width: 320px) {
}
.bodyTop{position: relative;}
.bodyTop .header{position: relative;z-index: 6;}
.bodyTop .header2{opacity: 1;transform: translateY(-100%);position: fixed;z-index: 9;top: 0;}
.bodyTop.showdiv .header1{opacity: 1;transform: translateY(-100%);transition: all 0.4s ease-in-out 0.3s;height: 112px;}
.bodyTop.showdiv .header1 .navBox{display: none;}
.bodyTop.showdiv .header2{transition: all 0.6s ease-in-out 0.1s;transform: none;opacity: 1;z-index: 99;box-shadow: 0 0 10px rgba(0,0,0,0.55);}
.bodyTop.showdiv .header2 .box{padding: 8px 0;}
.bodyTop.showdiv .header2 .logo img{width: 56%;}
.bodyTop.showdiv .header2 .right_icon ul li a{font-size: 12px;line-height: 27px;}
.bodyTop.showdiv .header2.right_icon .search{padding: 12px 0 12px 15px;;}


.tc2 form {border-radius: 4px;overflow: hidden;background: #fff;height: 50px;width: 100%;}
.tc2 input[type="text"] {border: none;width: 94%;display: block;height: 50px;text-align: left;color: #434343;font-size: 14px;background: none;line-height: 50px;padding: 0 20px;}
.tc2 input[type="text"]:focus {text-align: left;}
.tc2 input[type="submit"] {position: absolute;right: 0;top: 50%;padding: 0;z-index: 2;background: url(../images2020/search1.png) center no-repeat;height: 50px;width: 70px;cursor: pointer;border: none;background-size: 20px 20px;margin-top: -25px;}
.tc2 input[type="submit"]:hover {background: url(../images2020/search2.png) center no-repeat;background-size: 20px 20px;}
.tc2 .tc {transition: all ease 300ms;position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 999;display: none}
.tc2 .tc {pointer-events: none;filter: alpha(opacity=0);-moz-opacity: 0;-khtml-opacity: 0;opacity: 0;transform: scale(1.1);}
.tc2 .tc.act {filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;pointer-events: auto;transform: scale(1);}
.tc2 .close:hover {transform: rotate(180deg);}
.tc2 .close,.tc {transition: all ease 400ms;-moz-transition: all ease 400ms;-ms-transition: all ease 400ms;-o-transition: all ease 400ms;-webkit-transition: all ease 400ms;}
.tc2 .tc-box {position: absolute;border-radius: 4px;overflow: hidden;top: 50%;z-index: 9999;background: #fff;height: 50px;width: 30%;left: 60%;margin-left: -25%;margin-top: -40px;}
.tc2 .tc.act {display: block;}
.tc2 .close {position: absolute;cursor: pointer;font-size: 20px;right: 30px;top: 30px;}
.tc2 .tc-bg {height: 100%;background: rgba(0, 0, 0, .6);position: absolute;top: 0;left: 0;width: 100%;z-index: 0;}
@media(max-width: 768px) {
	.tc2 .tc-box {width: 90%;left: 20%;margin-left: -15%;margin-top: -40px;}
}





.newsBox{margin-top: 2.5rem;}
.newsBox .title{position: relative;margin-bottom: 1rem;}
.newsBox .title h4{font-size: 1.75rem;font-family: "NSimSun";font-weight: bold;color: #124595;float: left;}
.newsBox .title h4 span{font-size: 1.125rem;font-family: "times new roman";color: #999999;font-weight: normal;position: relative;top: 0.625rem;}
.newsBox .title h4 i{font-style: normal;color: #999999;font-weight: normal;padding: 0 6px 0 0;}
.newsBox .title a{font-size: 0.875rem;color: #808080;float: right;line-height: 1.25rem;}
.newsBox .title a:hover{color: #06368B;}
.newsBox .NewsCon{}
.newsBox .NewsCon .newsPic{width: 51.66666%;float: left;height: 406px;}
.newsBox .NewsCon .newsPic{position: relative;}
.newsBox .NewsCon .newsPic .pic{width: 100%;overflow: hidden;}
.newsBox .NewsCon .newsPic .pic img{width: 100%;object-fit: cover;height: 406px;}
.newsBox .NewsCon .newsPic p{font-size: 1rem;color: white;background: url(../images2020/newsBg.png) no-repeat right center;line-height: 3.125rem;height: 3.125rem;color: white;position: absolute;bottom: 0;width: 100%;padding-left: 0.9375rem;font-weight: bold;padding-right: 4.0625rem;}
.newsBox .NewsCon .newsPic .swiper-pagination{text-align: right;z-index: 5;color: white;font-size: 20px;padding-right: 1.25rem;}
.newsBox .NewsCon .newsPic .swiper-pagination span{color: white;font-size: 1.125rem;}
.newsBox .NewsCon .newsPic .swiper-button-prev,
.newsBox .NewsCon .newsPic .swiper-button-next{opacity: 0;}
.newsBox .NewsCon .newsPic:hover .swiper-button-prev,
.newsBox .NewsCon .newsPic:hover .swiper-button-next{opacity: 1;transition: 0.4s;}
.newsBox .NewsCon .newsText{width: 45%;float: right;}
.newsBox .NewsCon .newsText ul{margin-top: -15px;}
.newsBox .NewsCon .newsText ul li{border-bottom: 1px solid #d9d9d9;box-sizing: border-box;height: 2.875rem;overflow: hidden;}
.newsBox .NewsCon .newsText ul li a{line-height: 2.875rem;height: 2.875rem;color: #323232;font-size: 1rem;background: url(../images2020/qd.png) no-repeat left center;float: left;width: calc(100% - 55px);padding-left: 10px;transition: 0.4s;}
.newsBox .NewsCon .newsText ul li:hover a{color: #06368B;padding-left: 15px;transition: 0.4s;}
.newsBox .NewsCon .newsText ul li i{color: #999999;font-size: 0.8125rem;float: right;width: 40px;text-align: right;display: block;font-style: normal;line-height: 2.875rem;}
@media(max-width: 768px) {
	.newsBox .NewsCon .newsPic{width: 100%;float: none;height: auto;}
	.newsBox .NewsCon .newsPic img{height: auto;}
	.newsBox .NewsCon .newsText{width: 100%;float: none;margin-top: 1.875rem;}
}
@media(max-width: 414px) {
.newsBox .NewsCon .newsPic .pic img{height: 260px;}
}
@media(max-width: 360px) {
.newsBox .NewsCon .newsPic .pic img{height: 225px;}
}

.fourContainer{margin-top: 2.5rem;background: url(../images2020/bg.png) no-repeat right bottom #fbfbfa;padding: 1.875rem 0;}
.fourContainer .jyjx{width: 48%;float: left;}
.fourContainer .jyjx:nth-child(even){margin-left: 4%;}
.fourContainer .jyjx .title{position: relative;margin-bottom: 1rem;}
.fourContainer .jyjx .title h4{font-size: 1.75rem;font-family: "NSimSun";font-weight: bold;color: #124595;float: left;}
.fourContainer .jyjx .title h4 span{font-size: 1.125rem;font-family: "times new roman";color: #999999;font-weight: normal;position: relative;top: 0.625rem;}
.fourContainer .jyjx .title h4 i{font-style: normal;color: #999999;font-weight: normal;padding: 0 6px 0 0;}
.fourContainer .jyjx .title a{font-size: 0.875rem;color: #808080;float: right;line-height: 1.25rem;}
.fourContainer .jyjx .title a:hover{color: #06368B;}
.fourContainer .jyjx .jyjxCon{}
.fourContainer .jyjx .jyjxCon .pic{float: left;width: 43%;}
.fourContainer .jyjx .jyjxCon .pic img{width: 100%;}
.fourContainer .jyjx .jyjxCon ul{float: right;width: 55%;margin-top: -0.625rem;}
.fourContainer .jyjx .jyjxCon ul li{height: 2.375rem;overflow: hidden;}
.fourContainer .jyjx .jyjxCon ul li a{line-height: 2.375rem;height: 2.375rem;color: #323232;font-size: 0.9375rem;background: url(../images2020/qd2.png) no-repeat left center;float: left;width: calc(100% - 55px);padding-left: 10px;transition: 0.4s;}
.fourContainer .jyjx .jyjxCon ul li:hover a{color: #06368B;padding-left: 15px;transition: 0.4s;}
.fourContainer .jyjx .jyjxCon ul li i{color: #999999;font-size: 0.8125rem;float: right;width: 40px;text-align: right;display: block;font-style: normal;line-height: 2.375rem;}
.fourContainer .jyjx+.jyjx+.jyjx{margin-top: 1.875rem;}
.fourContainer .jyjx:nth-child(2){clear: right;}
.fourContainer .dd2 {margin-top: 1.875rem;}
.fourContainer .dd2 .jyjx+.jyjx ul{width: 100%;}
@media(max-width: 768px) {
	.fourContainer .jyjx{width: 100%;float: none;}
	.fourContainer .jyjx:nth-child(even){margin-left: 0;margin-top: 1.875rem;}
	.fourContainer .dd2 .jyjx{margin-top: 1.875rem;}
	.fourContainer .jyjx .jyjxCon .pic{width: 32%;}
	.fourContainer .jyjx .jyjxCon ul{width: 66%;}
	.fourContainer .dd2 .jyjx+.jyjx ul{width: 100%;}
}
@media(max-width: 414px) {
	.fourContainer .jyjx .jyjxCon .pic{width: 100%;height: auto;}
	.fourContainer .jyjx .jyjxCon ul{width: 100%;margin-top: 0.9375rem;}
	.fourContainer .jyjx:nth-child(4) ul{width: 100%;margin-top: 0;}
}

.threeContainer{margin-top: 2.5rem;background: url(../images2020/bg2.png) no-repeat left bottom;padding-bottom:2.5rem;;}

.threeContainer .topic{float: left;width: 24.1666666%;position: relative;}
.threeContainer .topic .title{background: url(../images2020/toppicBG.png) repeat-x;width: 50px;height: 285px;float: left;}
.threeContainer .topic .title h4{font-size:1.5rem;font-family: "NSimSun";width: 1.25rem;line-height: 1.75rem;font-weight: bold;text-align: center;margin: 0 auto;padding-top: 1.5rem;color: white;}
.threeContainer .topic .title h4 a{font-size:1.5rem;font-family: "NSimSun";width: 1.25rem;line-height: 1.75rem;font-weight: bold;text-align: center;margin: 0 auto;padding-top: 1.5rem;color: white;}

.threeContainer .topic .title h4 i{display: none;}
.picMarquee-top .hd .prev,.picMarquee-top .hd .next{display:block;  width:48px; height:30px;cursor:pointer;z-index: 99;position: absolute;left: 0;}
.picMarquee-top .hd .prev{background:url(../images2020/lll.png) no-repeat center;bottom: 32px;}
.picMarquee-top .hd .next{background:url(../images2020/rrr.png) no-repeat center;bottom: 0;}
.threeContainer .topic ul{float: right;width: calc(100% - 10px);}
.threeContainer .topic ul li+li{margin-top: 7.5px;}
.threeContainer .topic ul li a{display: block;}
.threeContainer .topic ul li a img{display: block;width: 100%;height: 95px;}


.threeContainer .zmzc{float: left;width: 51.3333333%;margin-left: 20px;}
.threeContainer .zmzc .title{background: url(../images2020/zmzcBg.png) repeat-x;width: 50px;height: 285px;float: left;}
.threeContainer .zmzc .title h4{font-size:1.5rem;font-family: "NSimSun";width: 1.25rem;line-height: 1.75rem;font-weight: bold;text-align: center;margin: 0 auto;padding-top: 1.5rem;color: white;}
.threeContainer .zmzc .title h4 i{display: none;}

.threeContainer .zmzc .title a:hover{margin-top: 5rem;transition: 0.4s;}
.threeContainer .zmzc .zmzcCon{float: right;width: calc(100% - 60px);}
.threeContainer .zmzc .zmzcCon .left{width:calc(42% - 5px);margin-right: 5px;float: left;}
.threeContainer .zmzc .zmzcCon .left a{width: 100%;height: 285px;overflow: hidden;position: relative;display: block;z-index: 2;}
.threeContainer .zmzc .zmzcCon .left a img{height: 285px;transition: 0.4s;}
.threeContainer .zmzc .zmzcCon .left a::before{content: "";background: url(../images2020/hover01.png) no-repeat;width: 100%;height: 285px;position: absolute;top: 0;left: 0;z-index: 3;transition: 0.4s;}
.threeContainer .zmzc .zmzcCon .left a:hover::before{transform: scale(0);transition: 0.4s;}
.threeContainer .zmzc .zmzcCon .left a:hover img{transform: scale(1.3);transition: 0.4s;}
.threeContainer .zmzc .zmzcCon .right{width: 58%;float: right;}
.threeContainer .zmzc .zmzcCon .right .top{width: 100%;position: relative;height: 160px;overflow: hidden;display: block;}
.threeContainer .zmzc .zmzcCon .right .top img{height: 160px;transition: 0.4s;}
.threeContainer .zmzc .zmzcCon .right .top::before{content: "";background: url(../images2020/hover02.png) no-repeat;width: 100%;height: 160px;position: absolute;top: 0;left: 0;z-index: 3;transition: 0.4s;}
.threeContainer .zmzc .zmzcCon .right .top:hover::before{transform: scale(0);transition: 0.4s;}
.threeContainer .zmzc .zmzcCon .right .top:hover img{transform: scale(1.3);transition: 0.4s;}
.threeContainer .zmzc .zmzcCon .right .bottom{margin-top: 5px;}
.threeContainer .zmzc .zmzcCon .right .bottom a{width: calc(50% - 2.5px);float: left;margin-right: 5px;float: left;position: relative;height: 120px;overflow: hidden;}
.threeContainer .zmzc .zmzcCon .right .bottom a img{height: 120px;transition: 0.4s;}
.threeContainer .zmzc .zmzcCon .right .bottom a:hover img{transform: scale(1.3);transition: 0.4s;}
.threeContainer .zmzc .zmzcCon .right .bottom a::before{content: "";background: url(../images2020/hover03.png) no-repeat;width: 100%;height: 120px;position: absolute;top: 0;left: 0;z-index: 3;transition: 0.4s;}
.threeContainer .zmzc .zmzcCon .right .bottom a:hover::before{transform: scale(0);transition: 0.4s;}
.threeContainer .zmzc .zmzcCon .right .bottom a:hover img{transform: scale(1.3);transition: 0.4s;}
.threeContainer .zmzc .zmzcCon .right .bottom a+a{width: calc(50% - 2.5px);float: right;margin-right: 0;}
.threeContainer .zmzc .zmzcCon .right .bottom a+a img{height: 120px;}
.threeContainer .zmzc .zmzcCon .right .bottom a+a::before{content: "";background: url(../images2020/hover04.png) no-repeat;width: 100%;height: 120px;position: absolute;top: 0;left: 0;z-index: 3;transition: 0.4s;}
.threeContainer .zmzc .zmzcCon .right .bottom a+a:hover::before{transform: scale(0);transition: 0.4s;}
.threeContainer .zmzc .zmzcCon .right .bottom a+a:hover img{transform: scale(1.3);transition: 0.4s;}
.threeContainer .zmzc .zmzcCon .right .bottom a+a:hover img{transform: scale(1.3);transition: 0.4s;}
.threeContainer .zmzc .zmzcCon img{width: 100%;}
.threeContainer .people{float: right;width: 21.3333333%;}
.threeContainer .people .title{background: url(../images2020/zcrwBg.png) repeat-x;width: 100%;height: 50px;margin-bottom: 10px;}
.threeContainer .people .title h4{font-size:1.5rem;font-family: "NSimSun";line-height: 50px;font-weight: bold;text-align: lef ;margin: 0 auto;padding-left: 1.5rem;color: white;float: left;}
.threeContainer .people .title h4 i{display: none;}
.threeContainer .people .title a{font-size: 0.875rem;color: white;text-align: left;margin: 0 auto;display: block;padding-left: 4.375rem;transition: 0.4s;line-height: 50px;float: right;padding-right: 10px;}
.threeContainer .people .title a:hover{transition: 0.4s;line-height: 50px;padding-right: 15px;}
.threeContainer .people .picCon{}
.threeContainer .people .picCon a{display: block;position: relative;}
.threeContainer .people .picCon .pic{width: 100%;height:auto;overflow: hidden;height: 146px;}
.threeContainer .people .picCon .pic img{width: 100%;object-fit: cover;height: 100%;}
.threeContainer .people .picCon p{font-size: 0.9375rem;color: white;width: 100%;text-align: center;line-height: 2.5rem;height: 2.5rem;background: rgba(0,0,0, 0.3);position: absolute;bottom: 0;}
.threeContainer .people .textCon {margin-top: 0.5rem;}
.threeContainer .people .textCon li {height: 1.625rem;overflow: hidden;}
.threeContainer .people .textCon li a{line-height: 1.625rem;height: 1.625rem;color: #323232;font-size: 0.9375rem;float: left;width: calc(100% - 45px);transition: 0.4s;}
.threeContainer .people .textCon li:hover a{color: #06368B;padding-left: 5px;transition: 0.4s;}
.threeContainer .people .textCon li i{color: #999999;font-size: 0.8125rem;float: right;width: 40px;text-align: right;display: block;font-style: normal;line-height: 1.625rem;}
.threeContainer .link{margin-top: 2.5rem;}
.threeContainer .link ul{background: url(../images2020/linkBg.png) repeat-y center;padding: 10px 0;}
.threeContainer .link ul li{width: 16.66666%;float: left;text-align: center;position: relative;padding: 10px 0;}
.threeContainer .link ul li+li{border-left: 1px solid #628ed5;}
.threeContainer .link ul li a{display: block;position: relative;}
.threeContainer .link ul li a span{display: block;height: 2.75rem;}
.threeContainer .link ul li a span img{display: block;text-align: center;margin: 0 auto;transition: 0.4s;}
.threeContainer .link ul li a p{font-size: 1rem;color: white;position: relative;bottom: 0;margin-top: 0.625rem;font-weight: bold;}
.threeContainer .link ul li:hover a span img{transform: rotatey(180deg);transition: 0.4s;}
@media(max-width: 960px) {
.threeContainer .people .title a{padding-left: 1.375rem;}
}
@media(max-width: 960px) {
.threeContainer .people .picCon .pic{height: 426px;}
}
@media(max-width: 414px) {
	.threeContainer .link ul li{width: 33.33333%;}
	.threeContainer .link ul li+li+li+li{border-top: 1px solid #628ed5;}
	.threeContainer .link ul li a span img{width: 23%;}
	.threeContainer .people .picCon .pic{height: 216px;}
}
@media(max-width: 414px) {
	.threeContainer .people .picCon .pic{height: 166px;}
}

@media(max-width: 1200px) {
	.threeContainer .w12{width: 100%;padding: 0;}
}
@media(max-width: 768px) {
	.threeContainer .topic{float: left;width: 30%;}
	.threeContainer .zmzc{float: left;width: calc(70% - 20px);margin-left: 20px;clear: right;}
	.threeContainer .people{float: right;width: 100%;margin-top: 1.875rem;}
	.threeContainer .people .title{background-size: cover;background-repeat: no-repeat;width: 100%;}
}
@media(max-width: 414px) {
	.threeContainer .topic{width: 100%;}
	.threeContainer .zmzc{width: 100%;margin-left: 0;margin-top: 1.875rem;}
	.threeContainer .zmzc .title a{margin-top: 2.375rem;}
	.threeContainer .zmzc .title{height: 175px;}
	.threeContainer .zmzc .zmzcCon .left a {height: 175px;}
	.threeContainer .zmzc .zmzcCon .left a img{height: 175px;}
	.threeContainer .zmzc .zmzcCon .right .top{height: 100px;}
	.threeContainer .zmzc .zmzcCon .right .top img{height: 100px;}
	.threeContainer .zmzc .zmzcCon .right .bottom a{height: 70px;}
	.threeContainer .zmzc .zmzcCon .right .bottom a img{height: 70px;}
}



.footer2{margin-top: 2.5rem;}
.footer{background:url(../images2020/footerBg.png) no-repeat bottom center #06368b;padding: 30px 0;position: relative;}
.footer ul{text-align: center;display: table;margin: 0 auto;padding: 15px 0;position: relative;}
.footer ul li{float: left;margin: 0 0.625rem;}
.footer ul li a{display: block;position: relative;}
.footer ul li:nth-child(6){margin-top: -0.5625rem;}
.footer ul li a .an{}
.footer ul li a .ewm {width: 6.25rem;height: 6.25rem;position: absolute;bottom: 3.125rem;display: none;left: -1.875rem;border: 4px solid #FFFFFF;}
.footer ul li a:hover&gt;.ewm{display: block;transition: 0.4s;}
.footer .text{border-top: 1px solid #a6b0c7;margin-top: 0.625rem;padding-top: 1.25rem;}
.footer .text p{font-size: 0.875rem;color: #a6b0c7;line-height: 1.625rem;text-align: center;}
.footer .text p a{font-size: 0.875rem;color: #fff;line-height: 1.625rem;text-align: center;}
@media(max-width: 414px) {
	.footer ul li{width: calc(16.666% - 20px);margin: 0 10px;}
	.footer ul li img{width: 100%;}
}

.backTop{ position:fixed; right:20px; bottom:20px; width:55px; height:55px; border-radius:50%;z-index: 99999;}




.bannerNy {position: relative;overflow: hidden;width: 100%;max-width: 1920px;z-index: 2;margin: 0 auto;}
.bannerNy .hover{/*background: url()repeat-x top;*/position: absolute;top: 0;z-index: 9;width: 100%;height: 320px;}
.bannerNy .ejbanner{height: 320px;}
.bannerNy .ejbanner img{height: 320px;width: 100%;}
@media(max-width: 768px) {
	.bannerNy .ejbanner{height: auto;}
}
@media(max-width: 768px) {
	.bannerNy .ejbanner {height: 300px;}
	.bannerNy .ejbanner img{height: 300px;}
	.bannerNy .hover{display: none;}
}
@media(max-width: 414px) {
	.nowBox{margin-top: 1.5rem;}
	.bannerNy .ejbanner {height: 170px;}
	.bannerNy .ejbanner img{height: 170px;}
}
@media(max-width: 360px) {
	.bannerNy .ejbanner {height: 130px;}
	.bannerNy .ejbanner img{height: 130px;}
}
@media(max-width: 320px) {
	.bannerNy .ejbanner {height: 120px;}
	.bannerNy .ejbanner img{height: 120px;}
}

.nowBox{width: 365px;border-bottom: 1px solid #dbdbdb;margin-top: -40px;position: relative;z-index: 2;background: rgba(0,0,0, 0.4);padding-left: 15px;}
.nowBox .now{background: url(../images2020/now.png) no-repeat left center;padding-left: 20px;font-size: 12px;color: white;line-height: 40px;}
.nowBox .now a{font-style: normal;font-size: 12px;color: white;line-height: 40px;}
.nowBox .now i{font-style: normal;font-size: 12px;color: white;line-height: 40px;}

.main{margin-top: 2.5rem;/*background: url() no-repeat bottom center;*/padding-bottom: 2.5rem;}

.leftNav{background: url(../images2020/leftBg.png) no-repeat;width: 260px;  box-shadow: 0px 4.851px 11px 0px rgba(0, 0, 0, 0.16);}

.leftNav .title{}
.leftNav .title h4{font-size: 1.625rem;color: white;line-height: 70px;padding-left: 55px;}
.leftNav ul{padding-bottom: 20px;}
.leftNav ul li{padding-right: 1.25rem;padding-left: 30px;}
.leftNav ul li a{font-size: 1.125rem;color: #323232;line-height: 3.125rem;height: 3.125rem;padding-left: 1.5625rem;width: 100%;box-sizing: border-box;display: inline-block;border-bottom: 1px solid #e6e6e6;}
.leftNav ul li a span{background: url(../images2020/spanbg.png) no-repeat 0 -13px ;height: 13px;width: 7px;display: inline-block;line-height: 3.125rem;text-align: right;float: right;margin-top: 15px;transition: 0.4s;}
.leftNav ul .on a{color: #06368B;font-weight: bold;}
.leftNav ul .on a span{background: url(../images2020/spanbg.png) no-repeat 0 -0px ;transition: 0.4s;}
.leftNav ul li:hover a{color: #06368B;font-weight: bold;}
.leftNav ul li:hover a span{background: url(../images2020/spanbg.png) no-repeat 0 -0px ;transition: 0.4s;}
@media(max-width: 580px) {
	.leftNav {display: none;}
}

.listText{width: calc(100% - 300px);}
.listText ul{}
.listText ul li{height: 2.8125rem;overflow: hidden;border-bottom: 1px solid #D9D9D9;}
.listText ul li a{line-height: 2.8125rem;height: 2.8125rem;color: #323232;font-size: 1rem;background: url(../images2020/qd2.png) no-repeat left center;float: left;width: calc(100% - 105px);padding-left: 10px;transition: 0.4s;}
.listText ul li:hover{border-bottom: 1px solid #06368B;}
.listText ul li:hover a{color: #06368B;padding-left: 15px;transition: 0.4s;}
.listText ul li i{color: #999999;font-size: 0.8125rem;float: right;width: 90px;text-align: right;display: block;font-style: normal;line-height: 2.375rem;}
@media(max-width: 580px) {
	.listText{width: 100%;}
}
.fanye{width: 100%;margin: 20px 0 0 0;}
.fanye img{max-width: 100%;display: block;text-align: center;margin: 0 auto;}

.listPic{width: calc(100% - 300px);}
.listPic ul{margin-left: -3%;margin-top: -3%;}
.listPic ul li{float: left;margin-left: 3%;width: 30.3333%;margin-top: 3%;}
.listPic ul li a {display: block;padding: 5px;border: 1px solid #D9D9D9;}
.listPic ul li a .pic{width: 100%;height: 180px;overflow: hidden;}
.listPic ul li a .pic img{width: 100%;object-fit: cover;}
.listPic ul li a p{font-size: 1rem;line-height: 2.125rem;color: #323232;text-align: center;}
@media(max-width: 580px) {
	.listPic{width: 100%;}
}
@media(max-width: 850px) {
	.listPic ul li a .pic{height: 100px;}
}
@media(max-width: 768px) {
	.listPic ul li a .pic{height: 90px;}
}
@media(max-width: 414px) {
	.listPic ul{margin-left: 0;margin-top: -4%;}
	.listPic ul li{margin-left: 0;width: 48%;margin-top: 4%;float: left;}
	.listPic ul li:nth-child(even){margin-left: 4%;}
}
.fanye{width: 100%;margin: 20px 0 0 0;}
.fanye img{max-width: 100%;display: block;text-align: center;margin: 0 auto;}

.nry{width: calc(100% - 300px);}
.nry .nryCon{}
.nry .nryCon .title{}
.nry .nryCon .title h3{font-size: 1.625rem;text-align: center;color: #323232;margin-bottom: 20px;line-height: 2rem;}
.nry .nryCon .title p{font-size: 0.75rem;padding: 6px 0 ;display: block;background: #f7f7f7;text-align: center;color: #999999;}
.nry .nryCon .nryText{margin-top: 1.5625rem;}
.nry .nryCon .nryText p{font-size: 1rem;line-height: 2.125rem;text-indent: 2rem;text-align:justify;}
.nry .nryCon .nryText img{display: block;margin: 10px auto;max-width:80%;height:auto !important;}
.nry .prevNext{border-top: 1px solid #E0E0E0;padding-top: 10px;margin-top: 1.25rem;}
.nry .prevNext a{display: block;font-size: 1rem;line-height: 2.25rem;color: #808080;transition: 0.4s;}
.nry .prevNext a:hover{color: #06368B;padding-left: 10px;transition: 0.4s;}
.nry .prevNext a span{color: #323232;}

@media(max-width: 768px) {
}
@media(max-width: 580px) {
	.nry{width: 100%;}
}

.zwy{width: calc(100% - 300px);}
.zwy .zwyCon{}
.zwy .zwyCon .zwyText{margin-top: -2.1875rem;}
.zwy .zwyCon .zwyText h3{font-size: 1.125rem;color: #323232;font-weight: bold;margin: 2.1875rem 0 0.9375rem;}
.zwy .zwyCon .zwyText p{font-size: 1rem;line-height: 2.125rem;text-indent: 2rem;}
.zwy .zwyCon .zwyText img{width: 100%;display: block;margin: 10px auto;}

@media(max-width: 768px) {
}
@media(max-width: 580px) {
	.zwy{width: 100%;}
}

.xyfm{width: calc(100% - 300px);}
.xyfm .pictop{}
.xyfm .pictop .LPic{width:51.6%;}
.xyfm .pictop .LPic a{display: block;width: 100%;overflow: hidden;height: 273px;}
.xyfm .pictop .LPic a img{width: 100%;object-fit: cover;display: block;}
.xyfm .pictop .RPic{width:calc(26% - 9px);margin-left: 9px;}
.xyfm .pictop .RPic a{display: block;width: 100%;overflow: hidden;height: 132px;}
.xyfm .pictop .RPic a+a{margin-top: 9px;}
.xyfm .pictop .RPic a img{width: 100%;object-fit: cover;display: block;}
.xyfm .picbottom{width: calc(77.6% + 9px);} 
.xyfm .picbottom ul{width: 100%;} 
.xyfm .picbottom ul li{width:calc(33.33333% - 9px);margin-top: 9px;} 
.xyfm .picbottom ul li a{display: block;overflow: hidden;} 
.xyfm .picbottom ul li+li{margin-left: 9px;}
.xyfm .picbottom ul li a img{width: 100%;object-fit: cover;display: block;} 
.xyfm .more{background: #caba7c;width: 77.6%;text-align: center;margin-top: 9px;}
.xyfm .more a{text-align: center;line-height: 2.25rem;color: white;font-size: 1.25rem;}
@media(max-width: 1198px) {
	.xyfm .pictop .LPic{width:66.2%;}
	.xyfm .pictop .RPic{width:calc(33.8% - 9px);margin-left: 9px;}
	.xyfm .picbottom{width: 100%;} 
	.xyfm .picbottom ul li{width:calc(33.33333% - 6px);margin-top: 9px;} 
	.xyfm .more{width: 100%;}
}
@media(max-width: 1024px) {
	.xyfm .pictop .LPic a img{height: 100%;}
	.xyfm .pictop .RPic a img{height: 100%;}
}
@media(max-width: 580px) {
	.xyfm{width: 100%;}
}
@media(max-width: 414px) {
.xyfm .pictop .LPic a{height: 173px;}
.xyfm .pictop .RPic a{height: 82px;}

}

.fkfl{width: calc(100% - 300px);}
.fkfl .fkflCon{height: 100%;}
.fkfl .fkflCon+.fkflCon{margin-top: 1.5625rem;}
.fkfl .fkflCon .title{height: 100%;}
.fkfl .fkflCon .title p{font-size: 1.125rem;background: #E7E7E7;color:#06368B;padding-left: 15px;line-height: 2.5rem;font-weight: bold;border-left: 2px solid #06368B;}
.fkfl .fkflCon ul{border: 1px solid #dfdfdf;padding:  20px 0;}
.fkfl .fkflCon ul li{float: left;}
.fkfl .fkflCon ul li a{font-size: 1rem;color: #323232;line-height: 2rem;background: url(../images2020/qd.png) no-repeat left center;padding-left: 0.625rem;transition: 0.4s;}
.fkfl .fkflCon ul li a:hover{color: #06368B;padding-left: 0.875rem;transition: 0.4s;}
.fkfl .fkflCon ul.ul3 li{width: 30%;margin-left: 3.333333%;}
.fkfl .fkflCon ul.ul2 li{width: 47%;margin-left: 3%;}
@media(max-width:850px) {
	.fkfl .fkflCon ul.ul3 li{width: 47%;margin-left: 3%;}
}
@media(max-width:580px) {
	.fkfl{width: 100%;}
}

.syzx{width: calc(100% - 300px);}
.syzx .syzxCon+.syzxCon{margin-top: 1.25rem;}
.syzx .syzxCon h4{font-size: 1.1875rem;color: #666666;font-weight: bold;text-align: center;margin-bottom: 1.5625rem;margin-top: 1.25rem;}
.syzx .syzxCon ul{width: 80%;margin: 0 auto;}
.syzx .syzxCon ul li{padding: 0.875rem;background: #9d8c82;width: 48%;float: left;margin-bottom: 1.25rem;}
.syzx .syzxCon ul li:nth-child(even){margin-left: 4%;}
.syzx .syzxCon ul li a{font-family:楷体_gb2312 ;font-size: 1.1875rem;display: block;color: white;text-align: center;}
.syzx .syzxCon ul li:hover{background: #f1a477;}
.syzx .syzxCon ul li:hover a{color: #323232;}

@media(max-width:850px) {
	.syzx .syzxCon ul{width: 100%;}
}
@media(max-width:580px) {
	.syzx{width: 100%;}
}
@media(max-width:414px) {
	.syzx .syzxCon ul li{height: 3.75rem;}
}

.rcpy{width: calc(100% - 300px);}
.rcpy .rcpyCon{}
.rcpy .rcpyCon ul{margin-left: -3%;}
.rcpy .rcpyCon ul li a{display: block;}
.rcpy .rcpyCon ul li{width: 47%;margin-left: 3%;float: left;height: 226px;position: relative;margin-bottom: 1.5625rem;overflow: hidden;}
.rcpy .rcpyCon ul li .pic{width: 100%;overflow: hidden;}
.rcpy .rcpyCon ul li .pic img{width: 100%;object-fit: cover;height: 100%;}
.rcpy .rcpyCon ul li p{position: absolute;bottom: 0;width: 100%;text-align: center;line-height: 3.125rem;background: rgba(154,39,194, 0.8);color: white;font-size: 1.25rem;font-weight: bold;letter-spacing: 0.25rem;}
.rcpy .rcpyCon ul li+li p{background: rgba(6,177,243, 0.8);}
.rcpy .rcpyCon ul li+li+li p{background: rgba(50,93,214, 0.8);}
.rcpy .rcpyCon ul li+li+li+li p{background: rgba(244,74,45, 0.8);}
.rcpy .rcpyCon ul li+li+li+li+li p{background: rgba(37,203,83, 0.8);}
@media(max-width:850px) {
	.rcpy .rcpyCon ul li{height: 134px;}
}
@media(max-width:768px) {
	.rcpy .rcpyCon ul li{height: 112px;}
}
@media(max-width:580px) {
	.rcpy{width: 100%;}
	.rcpy .rcpyCon ul li{height: 142px;}
}
@media(max-width:375px) {
	.rcpy .rcpyCon ul li{height: 126px;}
}
@media(max-width:320px) {
	.rcpy .rcpyCon ul li{height: 112px;}
}

.zzjg{width: calc(100% - 300px);}
.zzjg .zzjgCon{height: 100%;}
.zzjg .zzjgCon+.zzjgCon{margin-top: 1.5625rem;}
.zzjg .zzjgCon .title{height: 100%;}
.zzjg .zzjgCon .title p{font-size: 20px;background: #efede1;color:#9d1e2f;padding-left: 15px;line-height: 70px;font-weight: normal;}
.zzjg .zzjgCon ul{border: 1px solid #dfdfdf;padding:  20px 0;background: #f2f1ec;}
.zzjg .zzjgCon ul li{float: left;width: 23%;margin-left: 2%;}
.zzjg .zzjgCon ul li a{font-size: 0.875rem;color: #666;line-height: 2rem;background: url(../images2020/qd2.png) no-repeat left center;padding-left: 0.625rem;transition: 0.4s;}
.zzjg .zzjgCon ul li a:hover{color: #06368B;padding-left: 0.875rem;transition: 0.4s;}
@media(max-width:850px) {
	.zzjg .zzjgCon ul.ul3 li{width: 47%;margin-left: 3%;}
	.zzjg .zzjgCon ul li{float: left;width: 31.3333%;margin-left: 2%;}
}
@media(max-width:768px) {
	.zzjg .zzjgCon ul li{float: left;width: 48%;margin-left: 2%;}
}
@media(max-width:580px) {
	.zzjg{width: 100%;}
	.zzjg .zzjgCon ul li{float: left;width: 48%;margin-left: 2%;}
}

.xrld{width: calc(100% - 300px);}
.xrld .title{height: 100%;}
.xrld .title p{font-size: 1.375rem;background: #d6d6df;color:#323232;line-height: 3.75rem;font-weight: normal;text-align: center;}
.xrld ul{}
.xrld ul li{margin-top: 8px;background:#e9e9f3;transition: 0.4s;}
.xrld ul li a{display: block;padding: 10px 0;}
.xrld ul li a i{float: left;width: 70%;display: block;font-style: normal;font-size: 0.9375rem;color: #323232;padding-left: 5%;line-height: 1.5rem;}
.xrld ul li a span{float: left;width: 30%;display: block;font-size: 0.9375rem;color: #323232;padding-left: 9%;}
.xrld ul li:hover{border-bottom: 1px solid #06368B;background:#d6d6df;transition: 0.4s;}
.xrld ul li:hover i{color: #06368B;font-weight: bold;}
.xrld ul li:hover span{color: #06368B;font-weight: bold;}
.xrld .ylb{background: #d6d6df;margin-top: 20px;padding: 1.25rem 0;}
.xrld .ylb a{font-size: 1.25rem;color: #323232;text-align: center;display: block;line-height: 1.625rem;}
.xrld .ylb a:hover{color: #06368B;font-weight: bold;}
@media(max-width:580px) {
	.xrld{width: 100%;}
}

.xtzx{width: calc(100% - 300px);}
.xtzx .xtzxCon h4{font-size: 1.1875rem;color: #666666;font-weight: bold;text-align: center;margin-bottom: 1.5625rem;margin-top: 1.25rem;}
.xtzx .xtzxCon ul{width: 80%;margin: 0 auto;}
.xtzx .xtzxCon ul li{width: 48%;float: left;margin-bottom: 1.25rem;}
.xtzx .xtzxCon ul li:nth-child(even){margin-left: 4%;}
.xtzx .xtzxCon ul li a{font-family:楷体_gb2312 ;font-size: 1.1875rem;display: block;color: white;text-align: center;background: #9d8c82;margin-bottom: 1.25rem;padding: 0.875rem;line-height: 1.625rem;}
.xtzx .xtzxCon ul li:nth-child(1) a{padding: 0.5rem;}
.xtzx .xtzxCon ul li:nth-child(2) a{padding: 1.5625rem;}
.xtzx .xtzxCon ul li a:hover{background: #f1a477;}
.xtzx .xtzxCon ul li a:hover{color: #323232;}

@media(max-width:850px) {
	.xtzx .xtzxCon ul{width: 100%;}
}
@media(max-width:580px) {
	.xtzx{width: 100%;}
}
@media(max-width:414px) {
}

.leftNav .EjsubNav{}
.leftNav ul li .clum{font-size: 14px!important;color: #323232;font-weight: normal;display: block;line-height: 20px;padding: 1rem 0 1rem 20px;}
.leftNav ul li .clum:hover{color: #007AFF;}
.sjdhlm{}
.sjdhlm{width: calc(100% - 300px);}
.sjdhlm .sjdhlmCon{width: 70%;}
.sjdhlm .sjdhlmCon .Msjdh{margin-left: -1rem;display: none;}
.sjdhlm .sjdhlmCon .Msjdh a{display: inline-block;font-size: 1rem;color: white;margin:0 1rem 1rem 1rem;padding: 0.9375rem 1.25rem;border: 1px solid #06368B;border-radius: 20px;background: #06368B;}
.sjdhlm .sjdhlmCon dl{}
.sjdhlm .sjdhlmCon dl dt{}
.sjdhlm .sjdhlmCon dl dt&gt;a{height: 3.75rem;width: 100%;font-size: 1.125rem;background: #99887d;color: white;display: block;line-height: 3.75rem;padding-left: 1.25rem;}
.sjdhlm .sjdhlmCon dl dt ul{background: #e7e2df;}
.sjdhlm .sjdhlmCon dl dt ul li{display: inline-block;}
.sjdhlm .sjdhlmCon dl dt ul li a{display: inline-block;font-size: 1rem;color: #323232;margin: 1rem;padding: 6px 10px;}
.sjdhlm .sjdhlmCon dl dd{display: block;margin-top: 1.5625rem;}
.sjdhlm .sjdhlmCon dl dd a{height: 3.75rem;width: 100%;font-size: 1.125rem;background: #99887d;color: white;display: block;line-height: 3.75rem;padding-left: 1.25rem;}
@media(max-width:850px) {
	.sjdhlm .sjdhlmCon{width: 100%;}
}
@media(max-width:580px) {
	.sjdhlm{width: 100%;}
	.sjdhlm .sjdhlmCon .Msjdh{display: block;}
}
.nry .nryCon .title .fubiaoti{
   font-size: 18px;
    text-align: center;
    line-height: 25px;
    width: 650px;
    margin: 10px auto;}

@media(max-width: 1024px) {
	.nry .nryCon .title .fubiaoti{
    font-size: 16px;
    text-align: center;
    line-height: 25px;
    width: 100%;
    margin: 10px auto;}





}</pre></body></html>