@font-face {
	font-family: 'OPPOSansB';
	src: url('fonts/OPPOSansB.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OPPOSansH';
	src: url('fonts/OPPOSansH.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OPPOSansL';
	src: url('fonts/OPPOSansL.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OPPOSansM';
	src: url('fonts/OPPOSansM.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OPPOSansR';
	src: url('fonts/OPPOSansR.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OPPOSansR';
	src: url('fonts/OPPOSansR.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
*{
	margin: 0;
	padding: 0;
}
body{
	font-family: 'OPPOSansR';
 	background:#f6f6f6;
	overflow-x: hidden;
	overflow-y: scroll;
	box-sizing: border-box;
}
.sybody{
	overflow-x: hidden;
	overflow-y: hidden;
}
ul,li{
	list-style: none;
	margin: 0;
	padding: 0
}
a:hover{
	color: #0f3f9c;
}
.clear{
	clear:both; 
    height: 0; 
    line-height: 0; 
    font-size: 0;
}
.box{
	width: 1400px;
	margin: 0 auto;
}
.header{
	width: 100%;
	height: 110px;
	border-top: 4px solid #0850b3;
	background: linear-gradient(180deg, rgba(1,31,91,0.85) 0%, rgba(1,31,91,0.5) 50%, rgba(1,31,91, 0) 100%);
	position: fixed;
	top: 0;
	z-index: 30;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	box-sizing: border-box;
}
.header .box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.logo{
	width: 29%;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
}
.header.active2 .logo .normal,
.header.active .logo .normal,
.logo .sh{
	display: none;
}
.header.active2 .logo .sh,
.header.active .logo .sh{
	display: block;
}
.logo img{
	margin-top: 14px;
	width: 100%;
}
.nav{
	width: 65%;
	line-height: 110px;
}
.nav ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.nav ul li:last-child{
	padding-right: 0;
}
.nav ul li a.s{
	font-size: 20px;
	color: #fff;
	font-family: 'OPPOSansB';
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	display: block;
}
.header.active2{
	background: #fff;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
}
.header.active .nav ul li a.s{
	font-size: 18px;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
}
.nav ul li{
	position: relative;
}
.nav ul li img{
	margin-top: 48px;
}
.nav ul li .se{
	width: 180px;
	padding: 10px 0;
	background: #fff;
	text-align: center;
	position: absolute;
	left: -65%;
	top: 85px;
	z-index: 20px;
	pointer-events: none;
	transform: translateY(50%);
	opacity: 0;
} 
.header.active .nav ul li .se{
	left: -72%;
}
.nav ul li:hover .se{
	opacity: 1;
	transform: translateY(0);
	transition: all .1s linear;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	pointer-events: initial;
}
.nav ul li .se p{
	width: 100%;
	line-height: 45px;
	transition: all .8s ease;
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	-o-transition: all .8s ease;
}
.nav ul li .se p a{
	color: #333;
	font-size: 16px;
	display: block;
	width: 100%;
}
.nav ul li .se p:hover{
	background: #c4911c;
	transition: all .8s ease;
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	-o-transition: all .8s ease;
}
.nav ul li .se p:hover a{
	color: #fff !important;
}
.header.active2 .nav ul li img.normal,
.header.active .nav ul li img.normal,
.header .nav ul li img.sh{
	display: none;
}
.header.active2 .nav ul li img.sh,
.header.active .nav ul li img.sh{
	display: block;
	margin-top: 36px;
}
.header.active2 .nav ul li img.sh{
	margin-top: 48px;
}
.header.active{
	background: #fff;
	box-shadow: 8px -2px 13px rgb(0 0 0 / 13%);
	height: 90px;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
}
.header.active .logo{
	width: 25%;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
}
.header.active .logo img{
	margin-top: 14px;
}
.header.active .nav{
	line-height: 90px;
}
.header.active2 .nav ul li a.s,
.header.active .nav ul li a.s{
	color: #333333;
}
.header.active2 .nav ul li a:hover,
.header.active .nav ul li a:hover,
.nav ul li a:hover{
	color: #0f3f9c;
}
.header.active .nav ul li .search-icon{
	cursor: pointer;
}
.search{
	width: 100%;
	padding: 40px 0;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 110px;
	z-index: 30;
	display: none;
}
.search.active{
	top: 93px;
}
.search form{
	display: flex;
	justify-content: center;
}
.search .inpt{
	width: 60%;
	height: 40px;
	border: none;
	outline: none;
	padding: 0 15px;
	box-sizing: border-box;
}
.search .sub{
	width: 60px;
	height: 40px;
	background: #d1a127;
	border:none;
	color: #fff;
}
.sjheader{
	width: 100%;
	height: 60px;
	background: #fff;
	position: fixed;
	top: 0;
	z-index: 30;
	display: none;
}
.sjlogo{
	width: 70%;
}
.sjlogo img{
	height: 40px;
	margin-top: 10px;
}
.sjheader .icon img{
	width: 30px;
    height: 30px;
    margin-top: 14px;
	margin-left: 10px;
}
.sjnav{
	position: fixed;
	top: 0;
	right: 0;
	z-index: 30;
	width: 50%;
	height: 100%;
	background: #0f3f9c;
	text-align: center;
	transform: translateX(101%);
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	z-index: 40;
}
.sjnav::after{
	content: "";
	width: 100vw;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	position: fixed;
	left: -50vw;
	top: 0;
	z-index: -1;
	display: none;
}
.sjnav img{
	width: 60%;
	margin: 30px 0;
}
.sjnav .close{
	width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
}
.sjnav ul li{
	line-height: 60px;
	font-size: 16px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.sjnav ul li a{
	color: #fff;
	font-family: 'OPPOSansB';
}
.sjnav.sh{
	transform: translateX(0);
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.sjnav.sh::after{
	display: block;
}
.sjsearch{
	position: fixed;
	width: 100%;
	top: 60px;
	background: #0f3f9c;
	padding: 15px 0;
	z-index: 30;
	display: none;
}
.sjsearch .input{
	width: 100%;
	height: 35px;
	border-radius: 35px;
	border:none;
	font-family: 'OPPOSansM';
	outline: none;
	padding-left: 15px;
	box-sizing: border-box;
}
.sjsearch .input::-webkit-input-placeholder{
	font-family: 'OPPOSansM';
	font-size: 14px;
	padding-left: 25px;
	background: url(serchsh.png) no-repeat left center;
	background-size: 15px;
}
.banner{
	width: 100%;
	position: relative;
}
.banner::after{
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.banner video{
	width: 100%;
}
.banner img{
	width: 100%;
	display: none;
}
.banner .wz{
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -83px;
	z-index: 10;
}
.banner .wz h2{
	color: #fff;
	font-size: 56px;
	font-family: 'OPPOSansB';
	margin-bottom: 66px;
}
.banner .wz a{
	color: #d1a127;
	font-size: 20px;
	font-family: 'OPPOSansM';
	padding-left: 47px;
	position: relative;
}
.banner .wz a::after{
	content: "";
	width: 32px;
	height: 32px;
	background: url(icon21.png) no-repeat center;
	position: absolute;
	left: 0;
	top: -3px;
	background-size: cover;
}


.index-jtxw{
	padding: 60px 0 80px;
}
.syhead3,
.index-jtxw .head{
	text-align: center;
	position: relative;
}
.syhead3 h2,
.index-jtxw .head h2{
	color: #333333;
	font-size: 32px;
	font-family: 'OPPOSansB';
}
.syhead3 span,
.index-jtxw .head span{
	width: 126px;
	height: 1px;
	background: #e0e0e0;
	margin: 20px auto 28px;
	display: block;
	position: relative;
}
.syhead3 span::after,
.index-jtxw .head span::after{
	content: "";
	width: 32px;
	height: 3px;
	background: #d1a236;
	position: absolute;
	left: 50%;
	margin-left: -16px;
	bottom: 0;
}
.syhead3 a,
.index-jtxw .head a{
	color: #484848;
	font-size: 14px;
	font-family: 'OPPOSansR';
	padding-left: 30px;
	background: url(icon1.png) no-repeat left center;
	display: block;
	position: absolute;
	right: 0;
	bottom: 7px;
	line-height: 25px;
}
.syhead3 a:hover,
.index-jtxw .head a:hover{
	color: #c4911c;
}
.index-jtxw .top{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sylist{
	width: 333px;
}
.sylist li{
	width: 100%;
	height: 184px;
	box-sizing: border-box;
	background: #fff;
	padding: 36px 30px 0;
	margin-bottom: 20px;
	border-bottom: 3px solid #cdd3db;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.sylist li:last-child{
	margin-bottom: 0;
}
.sylist li h2{
	color: #333333;
	font-size: 17px;
	line-height: 26px;
	font-family: 'OPPOSansM';
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.sylist li span{
	color: #999999;
	font-size: 14px;
	margin-top: 43px;
	display: block;
}
.sylist li:hover{
	border-bottom: 3px solid #d1a236;
	box-shadow: -2px 2px 16px rgb(0 0 0 / 13%);
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.sylist li:hover h2{
	color: #c4911c;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.jtxw-mid{
	width: 690px;
	height: 390px;
	overflow: hidden;
	position: relative;
}
.jtxw-mid img{
	width: 100%;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.jtxw-mid .bot{
	width: 100%;
	height: 70px;
	line-height: 70px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0, 0) 100%);
	box-sizing: border-box;
	padding: 0 40px;
}
.jtxw-mid .bot h2{
	color: #fff;
	font-size: 20px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;	
	width: 100%;
}
.jtxw-mid:hover img{
	transform: scale(1.1,1.1);
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.index-jtxw .bottom{
	width: 100%;
	margin-top: 30px;
}
.sylist2{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sylist2 li{
	width: 335px;
	height: 330px;
	background: #fff;
	box-sizing: border-box;
	border-bottom: 3px solid #cdd3db;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.sylist2 li .imgbox{
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.sylist2 li .imgbox img{
	width: 100%;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.sylist2 li .wz{
	padding: 15px 25px 0;
}
.sylist2 li .wz h2{
	color: #333333;
	font-size: 17px;
	line-height: 26px;
	font-family: 'OPPOSansM';
	width: 100%;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}
.sylist2 li .wz span{
	color: #999999;
	font-size: 14px;
	display: block;
	margin-top: 22px;
}
.sylist2 li:hover{
	border-bottom: 3px solid #d1a236;
	box-shadow: -2px 2px 16px rgb(0 0 0 / 13%);
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.sylist2 li:hover .imgbox img{
	transform: scale(1.1,1.1);
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.sylist2 li:hover .wz h2{
	color: #c4911c;
}
.index-xwnr{
	width: 100%;
	padding: 115px 0;
	background: url(bg.png) no-repeat center top;
	background-size: 100% 100%;
	position: relative;
	z-index: 2;
	min-height: 565px;
}
.index-xwnr .box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index-xwnr .item{
	width: 48%;
}
.syhead{
	width: 100%;
	height: 80px;
	line-height: 78px;
	border-bottom: 1px solid #4268b3;
}
.syhead h2{
	color: #fff;
	font-size: 32px;
	font-family: 'OPPOSansR';
	float: left;
	margin-right: 1.8vw;
	cursor: pointer;
}
.syhead h2.sh{
	font-family: 'OPPOSansB';
	border-bottom: 3px solid #ffc644;
}
.syhead a{
	float: right;
	color: #ffffff;
	font-size: 14px;
	font-family: '微软雅黑';
	padding-left: 31px;
	background: url(icon.png) no-repeat left center;
	display: none;
}
.syhead a.show{
	display: block;
}
.syhead a:hover{
	color: #c4911c;
}
.index-xwnr .item .sycont{
	display: none;
}
.index-xwnr .item .sycont.active{
	display: block;
}
.sylist3 li{
	padding: 15px 0;
	border-bottom: 1px solid #355ead;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sylist3 li .time{
	width: 44px;
	text-align: center;
}
.sylist3 li .time h2{
	color: #ffffff;
	font-size: 32px;
	font-family: 'OPPOSansM';
}
.sylist3 li .time p{
	color: #ffffff;
	font-size: 17px;
	font-family: 'OPPOSansM';
}
.sylist3 li a{
	width: calc(100% - 44px - 3%);
	color: #fff;
	font-size: 17px;
	line-height: 26px;
	font-family: 'OPPOSansM';
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}
.sylist3 li a:hover{
	text-decoration: underline;
}
.jtgk-xsdw{
	padding: 15px 0 30px;
	background: url(bg1.png) no-repeat center -6vw;
}
.syhead2{
	height: 70px;
	line-height: 70px;
}
.syhead2 h2{
	color: #333333;
	font-size: 32px;
	font-family: 'OPPOSansB';
	float: left;
	border-bottom: 3px solid #ffc644;
}
.syhead2 a{
	color: #666666;
	font-size: 14px;
	float: right;
	font-family: 'OPPOSansR';
	padding-left: 30px;
	background: url(icon1.png) no-repeat left center;
}
.syhead2 a:hover{
	color: #c4911c;
}
.index-lsda{
	position: relative;
	min-height: 960px;
}
.index-lsda .nyhead h2{
	margin-bottom: 0;
}
.index-lsda .box{
	position: relative;
	z-index: 20;
}
.index-lsda .syhead3{
	position: relative;
	z-index: 10;
}
.index-lsda-cont{
	width: 100%;
}
.index-lsda-nav{
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
.index-lsda-nav::after{
	content: "";
	width: 100%;
	height: 2px;
	background: #cfc6ba;
	position: absolute;
	top: 69px;
}
.index-lsda-nav .tu{
	margin-top: 70px;
	height: 2px;
	position: relative;
}
.index-lsda-nav .tu::after{
	content: "";
	width: 14px;
	height: 14px;
	background: url(icon22.png) no-repeat center;
	background-size: cover;
	position: absolute;
	top: -8px;
	left: 50%;
	margin-left: -7px;
}
.index-lsda-nav .swiper-slide h2{
	color: #505050;
	font-size: 18px;
	text-align: center;
	margin-top: 24px;
	font-weight: 'OPPOSansM';
}
.index-lsda-nav .swiper-button-prev,
.index-lsda-nav .swiper-button-next{
	width: 19px;
	height: 32px;
	top: 77px;
}
.index-lsda-nav .swiper-button-prev{
	background: url(prev5.png) no-repeat center;
	left: -42px;
}
.index-lsda-nav .swiper-button-next{
	background: url(next5.png) no-repeat center;
	right: -42px;
}
.index-lsda-nav .swiper-button-prev:hover{
	background: url(prev6.png) no-repeat center;
}
.index-lsda-nav .swiper-button-next:hover{
	background: url(next6.png) no-repeat center;
}
.index-lsda-nav .swiper-slide-show .tu::after{
	width: 22px;
	height: 22px;
	background: url(icon23.png) no-repeat center;
	top: -12px;
	margin-left: -11px;
}
.index-lsda-nav .swiper-slide-show h2{
	color: #8d5a24;
	font-size: 20px;
	font-family: 'OPPOSansB';
}
.index-lsda-nr{
	width: 100%;
	margin-top: 65px;
	position: relative;
	z-index: 10;
	padding-bottom: 70px;
}
.index-lsda-nr .item{
	display: none;
}
.index-lsda-nr .item.show{
	display: block;
}
.index-lsda-nr h2{
	color: #8d5a24;
	font-family: 'OPPOSansB';
	font-size: 48px;
}
.index-lsda-nr span{
	display: block;
	width: 56px;
	height: 3px;
	background: #8d5a24;
	margin: 18px 0;
}
.index-lsda-nr .ct{
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	margin-bottom: 40px;
}
.index-lsda-nr ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.index-lsda-nr ul li {
    width: 430px;
    height: 280px;
    margin-right: 55px;
    margin-bottom: 40px;
    box-sizing: border-box;
    position: relative;
	border: 3px solid #b19e85;
}
.index-lsda-nr ul li:nth-child(3n){
	margin-right: 0;
}
.index-lsda-nr ul li img{
	width: 100%;
	height: 100%;
}
.index-lsda-nr ul li:hover{
	border-color: #8d5a24;
}
.index-lsda-nr ul li::before{
	content: "";
	width: 96px;
	height: 96px;
	background: url(icon24.png) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -48px;
	margin-left: -48px;
	display: none;
}
.index-lsda-nr ul li:hover::before{
	display: block;
}
.index-xsdw{
	position: relative;
}
.index-xsdw::after{
	content: "";
	width: 1500px;
	height: 580px;
	background: url(bg1.png) no-repeat center center;
	background-size: cover;
	position: absolute;
	top: -140px;
	left: 50%;
	margin-left: -750px;
	z-index: 1;
}
.index-xsdw .cont{
	width: 100%;
	margin-top: 30px;
	padding-bottom: 8vw;
	position: relative;
	margin-top: 40px;
	
}
.index-xsdw .syhead2{
	position: relative;
}
.index-xsdw>div{
	z-index: 10;
}
.index-xsdw .cont .swiper-slide{
	width: 41vw;
	height: 26vw;
	position: relative;
	pointer-events: none;
}
.index-xsdw .cont .swiper-slide-active{
	pointer-events: initial;
}
.index-xsdw .cont .imgbox{
	width: 41vw;
	height: 26vw;
	overflow: hidden;
}
.index-xsdw .cont .imgbox img{
	width: 100%;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.index-xsdw .cont .bot{
	width: 100%;
	height: 90px;
	line-height: 90px;
	background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0, 0) 100%);
	position: absolute;
	bottom: 0;
	padding: 0 20px;
	box-sizing: border-box;
}
.index-xsdw .cont .bot h2{
	color: #ffffff;
	font-size: 20px;
	font-family: 'OPPOSansB';
	text-align: center;
	width: 100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.index-xsdw .cont .swiper-button-next,
.index-xsdw .cont .swiper-button-prev{
	width: 48px;
    height: 48px;
    background: #fff;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    box-shadow: 1px 1px 12px 0px rgb(0 0 0 / 13%);
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
	top: 38%;
}
.index-xsdw .cont .swiper-button-prev{
	background-image: url(prev2.png);
    left: 18.75vw;
}
.index-xsdw .cont .swiper-button-next{
	background-image: url(next2.png);
    right: 18.75vw;
}
.index-xsdw .cont .swiper-slide:hover .imgbox img{
	transform: scale(1.1,1.1);
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.index-xsdw .cont .swiper-button-prev:hover, 
.index-xsdw .cont .swiper-button-next:hover {
    background: #0850b3;
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    background-repeat: no-repeat;
    background-position: center;
}
.index-xsdw .cont .swiper-button-next:hover {
    background-image: url(next3.png);
}
.index-xsdw .cont .swiper-button-prev:hover {
    background-image: url(prev3.png);
}
.index-xsdw .cont .swiper-pagination {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 5vw;
	z-index: 10;
}
.index-xsdw .cont .swiper-pagination-bullet {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #989ea4;
	margin: 0 3px;
	cursor: pointer;
	opacity: 1;
}
.index-xsdw .cont .swiper-pagination-bullet-active {
	background: #0850b3;
}
.index-ztbd{
	width: 100%;
	padding: 40px 0;
	background: url(bg2.jpg) no-repeat center top;
	background-size: cover;
}
.index-ztbd .cont{
	padding: 35px 0 95px;
	position: relative;
}
.index-ztbd .cont .swiper-slide{
	width: 100%;
	height: 206px;
}
.index-ztbd .cont .swiper-button-prev{
	width: 19px;
	height: 32px;
	background: url(prev4.png) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 44%;
	left: -40px;
}
.index-ztbd .cont .swiper-button-next{
	width: 19px;
	height: 32px;
	background: url(next4.png) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 44%;
	right: -40px;
}
.index-ztbd .cont .swiper-slide:hover .imgbox img{
	transform: scale(1.1,1.1);
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.index-ztbd .cont .swiper-pagination {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 2vw;
	z-index: 10;
}
.index-ztbd .cont .swiper-pagination-bullet {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #989ea4;
	margin: 0 3px;
	cursor: pointer;
	opacity: 1;
}
.index-ztbd .cont .swiper-pagination-bullet-active {
	background: #0850b3;
}
.index-wxsp{
	width: 100%;
	height: 500px;
	position: relative;
	overflow: hidden;
}
.index-wxsp::after{
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
	left: 0;
	top: 0;
}
.index-wxsp .vicon{
	width: 64px;
	height: 64px;
	position: absolute;
	left: 50%;
	top: 186px;
	margin-left: -32px;
	z-index: 10;
	cursor: pointer;
}
.index-wxsp h2{
	text-align: center;
	color: #fff;
	font-size: 56px;
	font-family: 'OPPOSansB';
	position: absolute;
	left: 50%;
	margin-left: -50%;
	top: 230px;
	width: 100%;
	z-index: 10;
}
.index-wxsp video{
	width: 100%;
    position: absolute;
    top: -40%;
	display: none;
}
.videobox{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
	z-index: 40;
	display: none;
}
.videobox .videox{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.videobox #videos{
	width: 70vw;
}
.videobox .close{
	width: 50px;
	height: 50px;
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
}
.index-homed{
	padding: 110px 0 70px;
	position: relative;
	overflow: hidden;
}
.index-homed::before{
	content: "";
	position: absolute;
	left: 0;
    top: 0;
	width: 100%;
	height: 590px;
	background: url(bg4.jpg) no-repeat center;
	background-size: cover;
	z-index: 1;
}
.index-homed::after{
	content: "";
	position: absolute;
	left: 0;
    bottom: 0;
	width: 100%;
	height: 550px;
	background: url(bg5.jpg) no-repeat center;
	background-size: cover;
	z-index: 0;
}
.zi{
	position: relative;
	z-index: 3;
}
.homed-ul2,
.homed-ul1{
	display: flex;
	flex-wrap: wrap;
}
.homed-ul1 li{
	width: 25%;
	height: 480px;
	box-sizing: border-box;
}
.homed-ul1 li:last-child{
	width: 50%;
}
.uait img{
	max-width: 100%;
	margin-top: 20px;
}
.homed-ul1 li:nth-child(2){
	height: 480px;
	background: url(bg6.jpg) no-repeat center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #ffffff;
}
.homed-ul1 li:nth-child(2) a{
	display: block;
	width: 100%;
	text-align: center;
	color: #1f43a8;
	font-size: 40px;
	font-family: 'OPPOSansB';
}
.homed-ul1 li:nth-child(2) a:hover{
	color: #e5b74d;
}
.homed-it{
	display: flex;
	flex-wrap: wrap;
}
.homed-it .item{
	width: 50%;
	height: 240px;
	border: 2px solid #fff;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}
.homed-it .item img{
	width: 100%;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.homed-it .item .bot{
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0, 0) 100%);
	position: absolute;
	bottom: 0;
	padding: 0 10px;
	box-sizing: border-box;
}
.homed-it .item .bot h2{
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-family: 'OPPOSansR';
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.homed-it .item:hover img{
	transform: scale(1.1,1.1);
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.homed-it .item:last-child{
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.homed-it .item:last-child a{
	color: #fff;
	font-size: 14px;
	font-family: 'OPPOSansR';
	padding-left: 32px;
	background: url(icon1.png) no-repeat left center;
	line-height: 35px;
}
.homed-it .item:last-child a:hover{
	color: #e5b74d;
}
.homed-ul2 li{
	width: 100%;
	height: 240px;
	display: flex;
	flex-wrap: wrap;
}
.homed-ul2 .li2,
.homed-ul2 .li1{
	display: flex;
	flex-wrap: wrap;
}
.homed-ul2 .li1,
.homed-ul2 .li2{
  display:none;
}
.homed-ul2 .li1 .item{
	width: 25%;
	height: 240px;
	box-sizing: border-box;
	border:2px solid #325ac8;
	overflow: hidden;
	position: relative;
}
.homed-ul2 .li1 .item:first-child{
	background: url(bg7.jpg) no-repeat center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
.homed-ul2 .li1 .item:first-child h3{
	color: #fff;
	font-size: 36px;
	font-family: 'OPPOSansB';
}
.homed-ul2 .li1 .item:first-child h3:hover{
	color: #c4911c;
}
.homed-ul2 .li1 .item img{
	width: 100%;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.homed-ul2 .li1 .item .bot{
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0, 0) 100%);
	position: absolute;
	bottom: 0;
	padding: 0 10px;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-family: 'OPPOSansR';
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.homed-ul2 .li1 .item .vicon{
	width: 48px;
	height: 48px;
	position: absolute;
	top: 90px;
	left: 50%;
	margin-left: -24px;
	cursor: pointer;
}
.homed-ul2 .li1 .item:hover img{
	transform: scale(1.1,1.1);
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.homed-ul2 .li2 .item{
	width: 25%;
	height: 240px;
	box-sizing: border-box;
	border:2px solid #fff;
	overflow: hidden;
	position: relative;
}
.homed-ul2 .li2 .item:first-child{
	background: url(bg8.jpg) no-repeat center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
.homed-ul2 .li2 .item:first-child h3{
	color: #1f43a8;
	font-size: 36px;
	font-family: 'OPPOSansB';
}
.homed-ul2 .li2 .item:first-child h3:hover{
	color: #c4911c;
}
.homed-ul2 .li2 .item img{
	width: 100%;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.homed-ul2 .li2 .item .bot{
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0, 0) 100%);
	position: absolute;
	bottom: 0;
	padding: 0 10px;
	box-sizing: border-box;
}
.homed-ul2 .li2 .item .bot h2{
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-family: 'OPPOSansR';
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.homed-ul2 .li2 .item:hover img{
	transform: scale(1.1,1.1);
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.footer{
	width: 100%;
	padding-top: 124px;
	background: url(bg9.png) no-repeat center top;
	background-size: cover;
	position: relative;
	z-index: 5;
}
.nyfooter{
	background: url(bg10.png) no-repeat center top;
	background-size: cover;
	position: relative;
}
.footer .top{
	padding-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
}
.footer .top .item{
	width: 54%;
	min-height: 186px;
	background: url(icon4.jpg) no-repeat right center;
}
.footer .top .item:last-child{
	width: 46%;
}
.footer .top .item:last-child{
	background: none;
}
.footlink{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footlink li{
	width: 33%;
	text-align: center;
	margin-top: 20px;
}
.footlink li .imgbox{
	height: 88px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footlink li img{
	max-height: 100%;	
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.footlink li h2{
	color: #fff;
	font-size: 18px;
	font-family: 'OPPOSansR';
	margin-top: 15px;
}
.footlink li:hover img{
	transform: translateY(-10px);
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.foot-friedbox{
	padding-left: 15%;
}
.foot-friedbox h2{
	color: #fff;
	font-size: 22px;
	font-family: 'OPPOSansM';
	margin-bottom: 20px;
}
.foot-friedlinkbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.linkitem{
	width: 48%;
	height: 43px;	
	line-height: 43px;
	box-sizing: border-box;
	border: 1px solid #3a4f75;
	background: url(icon5.png) no-repeat 95% center;
	margin-bottom: 20px;
	cursor: pointer;
	position: relative;
}
.linkitem h3{
	color: #d5cfcf;
	font-size: 16px;
	padding-left: 15px;
}
.linkitem ul{
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	border: 1px solid #3a4f75;
	position: absolute;
	bottom: 43px;
	z-index: 25;
	display: none;
}
.linkitem ul li{
	line-height: 36px;
	font-size: 14px;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.linkitem ul li a{
	color: #333333;
	display: block;
	width: 100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	box-sizing: border-box;
	padding: 0 10px;
}
.linkitem ul li:hover{
	background: #0850b3;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.linkitem ul li:hover a{
	color: #fff;
}
.copyright{
	padding: 28px 0 10px;
	background: rgba(0, 25, 70, .4);
}
.copyright .box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footlogo{
	width: 24.3%;
}
.footlogo img{
	width: 100%;
	margin-top: 20px;
}
.copyright .copy-mid{
	width: 64%;
	margin-top: 19px;
}
.copyright .copy-mid p{
	color: #ffffff;
	font-size: 15px;
	opacity: .7;
	line-height: 28px;
}
.copyright .copy-mid p a{
	color: #fff;
}
.copyright .copy-mid p a:hover{
	text-decoration: underline;
}
.copyright .ewm{
	width: 80px;
	text-align: center;
	float: right;
}
.copyright .ewm img{
	width: 80px;
	height: 80px;
}
.copyright .ewm h2{
	color: #fff;
	font-size: 14px;
	opacity: .7;
	line-height: 28px;
}
.nybody{
	background: url(bg11.jpg) center;
	background-size: cover;
	background-position: 100% 35vw;
}
.nybanner{
	width: 100%;
	height: 33vw;
}
.nav-two{
	width: 100%;
	height: 65px;
	line-height: 62px;
	background: #2061ba;
}
.nav-two ul{
	display: flex;
	justify-content: center;
}
.nav-two ul li{
	padding: 0 38px;
}
.nav-two ul li a{
	color: #ffffff;
	font-size: 17px;
	font-family: 'OPPOSansM';
	display: block;
}
.nav-two ul li.on a,
.nav-two ul li:hover a{
	border-bottom: 3px solid #d1a236;
}
.nywrap{
	padding: 80px 0 40px;
}
.nywrap .head{
	width: 100%;
	text-align: center;
}
.nywrap .head h2{
	color: #333333;
	font-size: 48px;
	font-family: 'OPPOSansB';
	margin-bottom: 40px;
}
.lsda-wrap .head h2{
	margin-bottom: 0;
}
.content{
	width: 100%;
}
.imglist ul li{
	padding: 30px;
	background: #fff;
	margin-bottom: 30px;
	box-shadow: 0px 0px 20px 0px rgba(8, 80, 179, 0.03);
}
.imglist ul li a{
	display: flex;
	justify-content: space-between;
}
.imglist ul li .imgbox{
	width: 284px;
	height: 170px;
	overflow: hidden;
}
.imglist ul li .imgbox img{
	width: 100%;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.imglist ul li .wz{
	width: calc(100% - 324px);
}
.imglist ul li .wz span{
	color: #666666;
	font-size: 16px;
	padding-top: 11px;
	display: block;
}
.imglist ul li .wz h2{
	color: #333333;
	font-size: 22px;
	font-family: 'OPPOSansM';
	margin-top: 20px;
	width: 100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.imglist ul li .wz p{
	color: #666666;
	font-size: 16px;
	line-height: 30px;
	margin-top: 15px;
	width: 100%;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}
.imglist ul li:hover .imgbox img{
	transform: scale(1.1,1.1);
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.imglist ul li:hover .wz h2{
	color: #0850b3;
}
.jtgk-gsjs{
	padding: 100px 0 80px;
	background: url(bg12.png) no-repeat center;
	background-size: cover;
}
.jtgk-gsjs .box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.jtgk-gsjscontent .nr h2{
	color: #333333;
	font-size: 42px;
	font-family: 'OPPOSansB';
  text-align: center;
  margin-bottom: 16px;
}
.jtgk-gsjscontent .nr h3{
	color: #333333;
	font-size: 24px;
	font-family: 'OPPOSansB';
	margin-top: 30px;
}
.jtgk-gsjscontent .nr p{
	color: #333333;
	font-size: 16px;
	line-height: 30px;
	margin-top: 8px;
  text-indent: 2em;
}
.jtgk-gsjscontent .nr p b{
	color: #d1a236;
	font-weight: 400;
	font-family: 'OPPOSansB';
}

.jtgk-gsjs .jtgk-gsjsleft{
	width: 50%;
    background-color: #d2e4f7;
}
.jtgk-gsjsleft-scoll{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-left: 60px;
    margin-bottom: 60px;
}
.jtgk-gsjsleft-scoll li{
	width: 33.3%;
    margin-top: 60px;
}
.jtgk-gsjsleft-scoll li:nth-child(3){
	width: 24%;
}
.jtgk-gsjsleft-scoll li h4{
	color: #0850b3;
	font-size: 48px;
	font-family: 'OPPOSansH';
	position: relative;
}
.jtgk-gsjsleft-scoll li h4 .wz{
	font-size: 16px;
	font-family: 'OPPOSansM';
	margin-left: 5px;
}
.jtgk-gsjsleft-scoll li h4 .ja{
	font-size: 20px;
	font-family: 'OPPOSansM';
	position: absolute;
	top: 0;
	left: 128px;
}
.jtgk-gsjsleft-scoll li h5{
	color: #333333;
	font-size: 16px;
}
.jtgk-gsjsright{
	width: 50%;
	height: 360px;
	box-sizing: border-box;
	background-size: cover;
}
.jtgk-gsjsright img{
    width: 100%;
}
.jtgk-gsjsright .imgbox{
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 50%;
	padding: 10px;
	box-sizing: border-box;
	overflow: hidden;
}
.jtgk-gsjsright .imgbox img{
	width: 100%;
	border-radius: 50%;
}
.jtgk-zzjg{
	width: 100%;
	padding: 85px 0;
	background: url(bg13.jpg) no-repeat center;
	background-size: cover;
}
.nyhead{
	width: 100%;
	text-align: center;
}
.nyhead h2{
	color: #333333;
	font-size: 48px;
	font-family: 'OPPOSansB';
	margin-bottom: 50px;
}
.nyhead2 h2{
	color: #fff;
}
.jtgk-zzjg .imgbox{
	width: 100%;
	text-align: center;
}
.jtgk-zzjg .imgbox img{
	max-width: 100%;
}
.jtgk-lsda{
	padding-top: 80px;
	background: url(bg19.jpg) no-repeat center;
	background-size: cover;
}
.jtgk-lsda::after{
	display: none;
}
.jtgk-qyry{
	width: 100%;
	background: #dadfe3;
	padding: 75px 0 60px;
}
.jtgk-qyry .box{
	position: relative;
}
.jtgk-qyry .swiper-slide{
	padding-bottom: 80px;
}
.jtgk-qyry .sw-box{
	width: 358px;
	height: 220px;
	background: url(bg14.png) no-repeat center bottom;
	margin: 0 auto;
	box-shadow: 1px 73px 26px -34px rgb(0 0 0 / 13%);
}
.jtgk-qyry .sw-box .imgbox{
	width: 280px;
	height: 186px;
	background: #fff;
	box-sizing: border-box;
	padding: 3px 4px;
	overflow: hidden;
	margin: 0 auto;
}
.jtgk-qyry .sw-box .imgbox img{
	width: 100%;
}
.jtgk-qyry .swiper-pagination {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: -10px;
	z-index: 10;
}
.jtgk-qyry .swiper-pagination-bullet {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #989ea4;
	margin: 0 3px;
	cursor: pointer;
	opacity: 1;
}
.jtgk-qyry .swiper-pagination-bullet-active {
	background: #0850b3;
}
.jtgk-xsdw{
	width: 100%;
	padding: 88px 0 130px;
	background: url(bg15.jpg) no-repeat center;
	background-size: cover;
}
.jtgk-xsdw-cont{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.jtgk-xsdw-cont ul{
	width: 615px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.jtgk-xsdw-cont ul li{
	width: 48%;
	height: 48px;
	line-height: 48px;
	padding: 0 15px;
	box-sizing: border-box;
	background: rgba(8, 80, 179, .3);
	margin-bottom: 10px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.jtgk-xsdw-cont ul li.sh{
	background: rgba(8, 80, 179, 1) url(icon8.png) no-repeat 12px center;
	text-indent: 8px;
}
.jtgk-xsdw-cont .nr .item{
	width: 660px;
	height: 410px;
	background: url(bg16.png) no-repeat center;
	background-size: cover;
	margin-top: 80px;
	display: none;
}
.jtgk-xsdw-cont .nr .item.active{
	display: block;
}
.jtgk-xsdw-cont .item .imgbox{
	width: 660px;
	height: 400px;
	transform: translate(-60px,-90px);
}
.jtgk-xsdw-cont .item .bot{
	width: 100%;
	height: 90px;
	line-height: 90px;
	transform: translateY(-90px);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 57px 0 30px;
	box-sizing: border-box;
}
.jtgk-xsdw-cont .item .bot h2{
	color: #333333;
	font-size: 24px;
	font-family: 'OPPOSansB';
	width: calc(100% - 125px);
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.jtgk-xsdw-cont .item .bot a{
	display: block;
	width: 112px;
	height: 40px;
	line-height: 40px;
	border:1px solid #427ac7;
	box-sizing: border-box;
	text-align: center;
	color: #0850b3;
	font-size: 16px;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.jtgk-xsdw-cont .item .bot a:hover{
	background: #427ac7;
	color: #fff;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.jtgk-lxwm{
	width: 100%;
	padding: 80px 0;
}
.jtgk-lxwm-cont{
	width: 100%;
	padding: 60px;
	box-sizing: border-box;
	background: #fff;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.jtgk-lxwm-cont .wz{
	width: 39%;
	padding-left: 20px;
}
.jtgk-lxwm-cont .wz h2{
	color: #333333;
	font-size: 30px;
	font-family: 'OPPOSansB';
}
.jtgk-lxwm-cont .wz span{
	display: block;
	width: 60px;
	height: 3px;
	background: #d1a236;
	margin: 20px 0;
}
.jtgk-lxwm-cont .wz p{
	color: #333333;
	font-size: 18px;
	line-height: 32px;
}
.jtgk-lxwm-cont .wz .ewm{
	width: 100px;
	margin-top: 35px;
	text-align: center;
}
.jtgk-lxwm-cont .wz .ewm img{
	width: 100px;
	height: 100px;
}
.jtgk-lxwm-cont .wz .ewm h3{
	color: #333333;
	font-size: 16px;
}
.jtgk-lxwm-cont .demo_main{
	width: 48.6%;
}
.jtgk-lxwm-cont #map{
	width: 100%;
	height: 420px;
}
.lzjb .cont{
	width: 100%;
}
.lzjb .cont p{
	color: #333333;
	font-size: 18px;
	line-height: 32px;
	margin-top: 10px;
}
.lzjb .cont h2{
	color: #0850b3;
	font-size: 28px;
	font-family: 'OPPOSansB';
	margin-top: 50px;
}
.lzjb .cont ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
}
.lzjb .cont ul li{
	width: 32%;
	padding: 50px 30px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, .7);
	box-shadow: 0px 0px 20px 0px rgba(8, 80, 179, 0.03);
	display: flex;
	justify-content: space-between;
	align-content: center;
}
.lzjb .cont ul li img{
	width: 110px;
	height: 110px;
}
.lzjb .cont ul li .wz{
	width: calc(100% - 130px);
}
.lzjb .cont ul li h3{
	color: #333333;
	font-size: 24px;
	font-family: 'OPPOSansB';
}
.lzjb .cont ul li span{
	color: #0850b3;
	font-size: 22px;
	padding-top: 12px;
	display: block;
}
.lzjb .cont ul li span.small{
	font-size: 18px;
	line-height: 28px;
}
.lzjb-form{
	width: 100%;
	padding: 40px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, .7);
	box-shadow: 0px 0px 20px 0px rgba(8, 80, 179, 0.03);
	margin-top: 30px;
}
.lzjb-form h2{
	text-align: center;
	color: #0850b3;
	font-size: 28px;
	font-family: 'OPPOSansB';
	margin-bottom: 50px;
}
.lzjb-form-line{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.lzjb-form-line2{
	justify-content: flex-start;
}
.lzjb-form-line input,.lzjb-form-line textarea{
	outline: none;
	border: 1px solid #c6cbcf;
	background: none;
}
.lzjb-form-line .inpt-short{
	width: 32%;
	height: 48px;
	line-height: 48px;
	padding-left: 20px;
	box-sizing: border-box;
}
.lzjb-form-line .inpt-textarea{
	width: 100%;
	height: 210px;
	padding-left: 20px;
	box-sizing: border-box;
	line-height: 48px;
}
.lzjb-form-btn{
	display: flex;
	justify-content: center;
}
.lzjb-form-btn input{
	border: none;
	width: 200px;
	height: 48px;
	color: #fff;
	font-size: 18px;
	font-family: 'OPPOSansM';
	margin: 0 15px;
}
.lzjb-form-btn .form-btn1{
	background: #0850b3;
}
.lzjb-form-btn .form-btn2{
	background: #d1a236;
}
.qywh-whln{
	width: 100%;
	padding: 80px 0;
	background: url(bg17.jpg) no-repeat center;
	background-size: cover;
}
.qywh-whln-cont{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.qywh-whln-cont .left{
	width: 25.5%;
	height: 400px;
	background: #0850b3;
	text-align: center;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.qywh-whln-cont .left img{
	width: 88px;
	margin-top: 105px;
}
.qywh-whln-cont .left h2{
	color: #ffffff;
	font-size: 28px;
	font-family: 'OPPOSansB';
	margin-top: 25px;
}
.qywh-whln-cont .left p{
	color: #fff;
	font-size: 18px;
	margin-top: 30px;
}
.qywh-whln-cont .left:hover{
	transform: translateY(-30px);
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.qywh-whln-cont ul{
	width: 71.4%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.qywh-whln-cont ul li{
	width: 48%;
	height: 180px;
	background: #fff;
	padding: 0 40px;
	box-sizing: border-box;
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.qywh-whln-cont ul li .imgbox{
	width: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.qywh-whln-cont ul li .imgbox img{
	max-width: 100%;
}
.qywh-whln-cont ul li .wz{
	width: calc(100% - 85px);
}
.qywh-whln-cont ul li .wz h2{
	color: #333333;
	font-size: 28px;
	font-family: 'OPPOSansB';
}
.qywh-whln-cont ul li .wz p{
	color: #333333;
	font-size: 18px;
	margin-top: 15px;
}
.qywh-whln-cont ul li:hover{
	transform: translateY(-30px);
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.qywh-whjs{
	padding: 80px 0;
	background: #fff;
}
.qywh-whjs-cont{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.qywh-whjs-cont .first-img{
	width: 48.6%;
	height: 405px;
	overflow: hidden;
	position: relative;
}
.qywh-whjs-cont .first-img img{
	width: 100%;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.qywh-whjs-cont .first-img .bot{
	width: 100%;
	height: 100px;
	background: rgba(8, 80, 179, .75);
	position: absolute;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
	box-sizing: border-box;
}
.qywh-whjs-cont .first-img .time{
	width: 70px;
	background: url(icon9.png) no-repeat right center;
}
.qywh-whjs-cont .first-img .time p{
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	font-family: "Arial";
	text-indent: 4px;
}
.qywh-whjs-cont .first-img .time span{
	color: #ffffff;
	font-size: 14px;
	font-family: "Arial";
}
.qywh-whjs-cont .first-img .bot h2{
	width: calc(100% - 90px);
	color: #fff;
	font-size: 20px;
	line-height: 28px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}
.qywh-whjs-cont .first-img:hover img{
	transform: scale(1.1,1.1);
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.qywh-whjs-cont ul{
	width: 48.6%;
}
.qywh-whjs-cont ul li{
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	background: #f9fafb;
	margin-bottom: 25px;
}
.qywh-whjs-cont ul li a{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.qywh-whjs-cont ul li .time{
	width: 80px;
	height: 80px;
	background: #c1cad7;
	text-align: center;
	font-family: "Arial";
	color: #ffffff;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.qywh-whjs-cont ul li .time h3{
	font-size: 40px;
	font-weight: bold;
	padding-top: 6px;
}
.qywh-whjs-cont ul li .time h4{
	font-size: 14px;
}
.qywh-whjs-cont ul li .wz{
	width: calc(100% - 100px);
}
.qywh-whjs-cont ul li .wz h2{
	color: #333333;
	font-size: 20px;
	line-height: 30px;
	width: 100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.qywh-whjs-cont ul li .wz p{
	color: #999999;
	font-size: 16px;
	line-height: 22px;
	width: 100%;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}
.qywh-whjs-cont ul li:hover .time{
	background: #d1a236;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.qywh-whjs-cont ul li:hover .wz h2{
	color: #0850b3;
}
.qywh-whjs .more{
	display: block;
	width: 150px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background: #0850b3;
	color: #fff;
	font-size: 16px;
	margin: 35px auto 0;
	position: relative;
	padding-right: 11px;
	box-sizing: border-box;
}
.qywh-whjs .more::after{
	content: "";
	width: 14px;
	height: 11px;
	background: url(icon10.png) no-repeat center;
	position: absolute;
	right: 29px;
	top: 50%;
	margin-top: -5.5px;
}
.qywh-whjs .more:hover::after{
	animation: zytd 1s infinite;
}
@keyframes zytd{
	0%{
		transform: translate(0px, 0px);
	}
	50%{
		transform: translate(5px, 0px);
	}
	100%{
		transform: translate(0px, 0px);
	}
}

.qywh-jtbk{
	padding: 80px 0 120px;
	background: url(bg18.jpg) no-repeat center;
	background-size: cover;
}
.qywh-jtbk-cont{
	width: 100%;
	position: relative;
}
.qywh-jtbk-cont .swiper-container{
	padding: 10px 5px 20px;
	box-sizing: border-box;
}
.qywh-jtbk-cont .swiper-slide{
	width: 100%;
	padding: 30px 40px;
	background: #fff;
	box-sizing: border-box;
}
.qywh-jtbk-cont .imgbox{
	width: 100%;
	height: 300px;
	overflow: hidden;
}
.qywh-jtbk-cont .imgbox img{
	width: 100%;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.qywh-jtbk-cont h2{
	width: 100%;
	color: #333333;
	font-size: 16px;
	margin-top: 15px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.qywh-jtbk-cont .swiper-slide:hover{
	box-shadow: 1px -1px 11px -2px rgb(0 0 0 / 13%);
}
.qywh-jtbk-cont .swiper-slide:hover .imgbox img{
	transform: scale(1.1,1.1);
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.qywh-jtbk-cont .swiper-slide:hover	h2{
	color: #0850b3;
}
.qywh-jtbk-cont .swiper-pagination {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: -40px;
	z-index: 10;
}
.qywh-jtbk-cont	.swiper-pagination-bullet {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #99a0a5;
	margin: 0 7px;
	cursor: pointer;
	opacity: 1;
}
.qywh-jtbk-cont	.swiper-pagination-bullet-active {
	background: #0850b3;
}
.qywh-jtbk-cont .swiper-button-prev,
.qywh-jtbk-cont .swiper-button-next{
	width: 48px;
	height: 48px;
	background: #fff;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	box-shadow: 1px 1px 12px 0px rgb(0 0 0 / 13%);
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.qywh-jtbk-cont .swiper-button-prev {
	background-image: url(prev2.png);
	left: -60px;

}
.qywh-jtbk-cont .swiper-button-next{
	background-image: url(next2.png);
	right: -60px;
}
.qywh-jtbk-cont .swiper-button-prev:hover,
.qywh-jtbk-cont .swiper-button-next:hover{
	background: #0850b3;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	background-repeat: no-repeat;
	background-position: center;
}
.qywh-jtbk-cont .swiper-button-prev:hover{
	background-image: url(prev3.png);
}
.qywh-jtbk-cont .swiper-button-next:hover{
	background-image: url(next3.png);
}
.rczp{
	position: relative;
}
.rczp .jltd{
	width: 180px;
	height: 52px;
	line-height: 52px;
	border-radius: 52px;
	background: #0850b3;
	text-align: center;
	text-indent: 35px;
	color: #fff;
	font-size: 20px;
	position: absolute;
	right: 0;
	top: -95px;
}
.rczp .jltd::after{
	content: "";
	width: 24px;
	height: 26px;
	background: url(icon11.png) no-repeat center;
	background-size: cover;
	position: absolute;
	left: 34px;
	top: 50%;
	margin-top: -13px;
}
.rczp .jltd:hover::after{
	animation: zytd2 1s infinite;
}
@keyframes zytd2{
	0%{
		transform: translate(0px, 0px);
	}
	50%{
		transform: translate(-5px, 0px);
	}
	100%{
		transform: translate(0px, 0px);
	}
}
.rczp ul li{
	width: 100%;
	height: 70px;
	line-height: 70px;
	background: #fff;
	display: flex;
	justify-content: space-between;
	padding: 0 25px;
	box-sizing: border-box;
	margin-bottom: 30px;
	box-shadow: 0px 0px 20px 0px rgba(8, 80, 179, 0.03);
}
.rczp ul li a{
	width: 75%;
	color: #333333;
	font-size: 20px;
	padding-left: 47px;
	background: url(icon12.png) no-repeat left center;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	display:block; 
}
.rczp ul li span{
	color: #666666;
	font-size: 16px;
	font-family: 'OPPOSansM';
}
.rczp ul li a:hover{
	color: #0850b3;
}
.xsdw-header{
	width: 100%;
	padding: 35px 0;
	background: #f4f6f9;
}
.xsdw-header .box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	mix-blend-mode: multiply;
}
.xsdw-logo{
	width: 60%;
}
.xsdw-logo img{
	width: 50%;
}
.xsdw-header .right{
	width: 40%;
}
.xsdw-header .right p{
	width: 100%;
	color: #888888;
	font-size: 15px;
	text-align: right;
	float: right;
}
.xsdw-header .right p a{
	color: #888888;
	margin: 0 5px;
}
.xsdw-header .right p a:hover{
	color: #0850b3;
}
.xsdw-header .right .more{
	display: block;
	width: 140px;
	height: 36px;
	line-height: 36px;
	border-radius: 36px;
	background: #0850b3;
	text-align: center;
	text-indent: 29px;
	position: relative;
	color: #fff;
	font-size: 16px;
	float: right;
	margin-top: 25px;
}
.xsdw-header .right .more::before{
	content: "";
	width: 18px;
	height: 18px;
	background: url(icon13.png) no-repeat center;
	background-size: cover;
	position: absolute;
	left: 24px;
	top: 50%;
	margin-top: -9px;
}
.xsdw-header .right .more:hover::before{
	animation: zytd2 1s infinite;
}
.xsdw-nr{
	padding: 50px 0 80px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xsdw-nr .wz{
	width: 59%;
}
.xsdw-nr .wz .cont{
	width: 100%;
	color: #333333;
	font-size: 16px;
	line-height: 30px;
}
.xsdw-nr .wz .cont h2{
	color: #333333;
	font-size: 30px;
	font-family: 'OPPOSansB';
}
.xsdw-nr .wz .cont h3{
	color: #0850b3;
	font-size: 22px;
	line-height: 30px;
	margin-top: 5px;
}
.xsdw-nr .wz .cont p{
	margin-top: 10px;
}
.xsdw-nr .wz .cont h4{
	color: #0850b3;
	font-size: 16px;
	line-height: 30px;
	font-family: 'OPPOSansM';
	margin-top: 30px;
}
.xsdw-nr-scoll{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
	display: none;
}
.xsdw-nr-scoll li{
	width: 25%;
}
.xsdw-nr-scoll li .bots{
	position: relative;
}
.xsdw-nr-scoll li .countscroll{
	color: #0850b3;
	font-size: 48px;
	font-family: 'OPPOSansH';
}
.xsdw-nr-scoll li .z{
	color: #0850b3;
	font-size: 16px;
	font-family: 'OPPOSansM';
	margin-left: 5px;
}
.xsdw-nr-scoll li .ja{
	color: #0850b3;
	font-size: 20px;
	font-family: 'OPPOSansM';
	position: absolute;
	right: -18px;
}
.xsdw-nr-scoll li h5{
	color: #333333;
	font-size: 16px;
	margin-top: 15px;
}
.xsdw-nr-img{
	width: 37%;
}
.xsdw-nr-img img{
	width: 100%;
	margin-bottom: 30px;
}
.xsdw-lxwm{
	width: 100%;
	padding: 150px 0 110px;
	position: relative;
}
.xsdw-lxwm .box{
	overflow: hidden;
}
.xsdw-lxwm .demo_main{
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 2;
}
.xsdw-lxwm .demo_main #map{
	width: 100%;
	height: 650px;
}
.xsdw-lxwm-cont{
	width: 420px;
	height: 320px;
	background: rgba(8, 80, 179, .8);
	position: relative;
	z-index: 5;
	float: right;
	padding: 40px;
	box-sizing: border-box;
}
.xsdw-lxwm-cont h2{
	color: #fff;
	font-size: 32px;
	font-family: 'OPPOSansM';
}
.xsdw-lxwm-cont span{
	display: block;
	width: 34px;
	height: 3px;
	background: #fff;
	margin: 15px 0;
}
.xsdw-lxwm-cont p{
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 15px;
}
.xzzx ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xzzx ul li{
	width: 48%;
	height: 90px;
	line-height: 90px;
	background: #fff;
	margin-bottom: 40px;
	box-shadow: 0px 0px 20px 0px rgba(8, 80, 179, 0.03);
	padding: 0 25px;
	box-sizing: border-box;
	position: relative;
}
.xzzx ul li a{
	color: #333333;
	font-size: 20px;
	padding-left: 48px;
	background: url(icon14.png) no-repeat left center;
	display: block;
	width: 82%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.xzzx ul li::after{
	content: "";
	width: 26px;
	height: 26px;
	background: url(icon15.png) no-repeat center;
	background-size: cover;
	position: absolute;
	right: 40px;
	top: 50%;
	margin-top: -13px;
}
.xzzx ul li a:hover{
	color: #0850b3;
}
.list ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.list ul li{
	width: 100%;
	line-height:70px;
	box-shadow: 0px 0px 20px 0px rgba(8, 80, 179, 0.03);
	padding: 0 40px;
	background: #fff;
	box-sizing: border-box;
	margin-bottom: 20px;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.list ul li span{
	display: block;
	color: #666666;
	font-size: 16px;	
}
.list ul li a{
	color: #333;
	font-size: 20px;
	width: 80%;
	display: block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.list ul li a:hover{
	color: #0850b3;
}
.glist ul li a{
	padding-left: 45px;
	background: url(icon25.png) no-repeat left center;
}
.newslist ul{
	display: flex;
	flex-wrap: wrap;
}
.newslist ul li{
	width: 31%;
	background: #fff;
	box-shadow: -2px -1px 17px 7px rgb(0 0 0 / 3%);
	margin: 0 1.1% 40px;
	padding:30px;
	box-sizing: border-box;
}
.newslist ul li span{
	display: block;
	width: 114px;
	height: 32px;
	line-height: 32px;
	border-radius: 32px;
	text-align: center;
	border:1px solid #999999;
	color: #999999;
	font-size: 14px;
	margin-top: 7px;
}
.newslist ul li h2{
	width: 100%;
	height: 60px;
	color: #333333;
	font-size: 22px;
	line-height: 30px;
	font-family: 'OPPOSansM';
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
	margin-top: 20px;
}
.newslist ul li .imgbox{
	width: 100%;
	height: 225px;
	overflow: hidden;
	margin-top: 30px;
}
.newslist ul li .imgbox img{
	width: 100%;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.newslist ul li:hover h2{
	color: #0850b3;
}
.newslist ul li:hover .imgbox img{
	transform: scale(1.1,1.1);
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.nybanner2{
	width: 100%;
	height: 26vw;
	position: absolute;
	top: 0;
	z-index: 1;
}
.nybanner2 p{
	padding-top: 14.8vw;
	color: #fff;
	font-size: 15px;
}
.nybanner2 p a{
	color: #fff;
	margin: 0 5px;
} 
.nybanner2 p a:hover{
	text-decoration: underline;
}
.nywrap2{
	padding: 0 40px;
	background: #fff;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	margin-top: 18vw;
	min-height: 500px;
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nynav-two{
	width: 20%;
	margin-top: 45px;
}
.nynav-two ul li{
	width: 100%;
	height: 70px;
	line-height: 70px;
	background: #f5f7fa;
	border-left: 6px solid #dde6f3;
	box-sizing: border-box;
	margin-bottom: 10px;
	padding: 0 30px;
	box-sizing: border-box;
	position: relative;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.nynav-two ul li::after{
	content: "";
	width: 8px;
	height: 14px;
	background: url(icon18.png) no-repeat center;
	background-size: cover;
	position: absolute;
	right: 22px;
	top: 50%;
	margin-top: -7px;
}
.nynav-two ul li a{
	color: #333333;
	font-size: 20px;
	display: block;
	width: 100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.nynav-two ul li.on,
.nynav-two ul li:hover{
	background: #0850b3;
	border-left: 6px solid #d1a236;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.nynav-two ul li.on::after,
.nynav-two ul li:hover::after{
	background: url(icon19.png) no-repeat center;
}
.nynav-two ul li.on a,
.nynav-two ul li:hover a{
	color: #fff;
}
.containter{
	width: 77%;
	padding: 0 20px 0 50px;
	border-left: 1px solid #f2f2f2;
	box-sizing: border-box;
}
.deta .top{
	width: 100%;
	padding: 45px 0 20px;
	border-bottom: 1px solid #e8ecf1;
	text-align: center;
}
.deta .top h2{
	color: #333333;
	font-size: 28px;
	color: #db140c;
	font-family: 'OPPOSansB';
}
.deta .top p{
	color: #888888;
	font-size: 13px;
	margin-top: 15px;
}
.deta .top p span{
	margin-right: 10px;
}
.deta .nr{
	padding: 15px 0;
	border-bottom: 1px solid #e8ecf1;
	color: #454545;
	font-size: 16px;
	line-height: 30px;
	font-family: "微软雅黑";
}
.deta .nr img{
	max-width: 720px;
}
.deta .bot{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 15px 0 30px;
}
.deta .bot .left{
	width: 68%;
}
.deta .bot p{
	color: #0850b3;
	font-size: 16px;
	line-height: 2em;
	display: flex;
	flex-wrap: wrap;
}
.deta .bot p a{
	color: #0850b3;
	width: 80%;
	display: block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.deta .bot p a:hover{
	text-decoration: underline;
}
.deta .bot .history{
	display: block;
	width: 150px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	background: #0850b3;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	text-indent: 27px;
	position: relative;
	margin-top: 15px;
}
.deta .bot .poin{
	line-height: 50px;
	color: #0850b3;
	font-size: 16px;
	margin-top: 15px;
}
.deta .bot .poin:hover{
	text-decoration: underline;
}
.deta .bot .history::before{
	content: "";
	width: 18px;
	height: 16px;
	background: url(icon20.png) no-repeat center;
	background-size: cover;
	position: absolute;
	left: 29px;
	top: 50%;
	margin-top: -8px;
}
.deta .bot .history:hover::before{
	animation: zytd2 1s infinite;
}
.deta video{
	max-width: 100%;
}
.deta2{
	width: 100%;
	border-left: none;
	padding: 0;
}

.NewsPage{
    width:100%;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}
.NewsPage a{
    padding:0 15px;
    height:40px;
    line-height:40px;
    display:block;
    background:#f3f5f6;
    margin: 10px 2px;
    color:#505050;
    font-size:16px;
}
.NewsPage a.active{
    background:#0850b3;
    color:#fff;
}
.sjsearch-icon{
    display:none;
}
.jtgk-lxwm-cont .wz .ewm{
	display: none;
}
.lsda-nav-two{
	background: #7b4d29;
}
.lsda-body{
	background: url(bg19.jpg) no-repeat center;
	background-size: 100% 80%;
}
.ztlm ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.ztlm ul li{
	width: 440px;
	height: 240px;
	box-sizing: border-box;
	padding: 10px;
	background: #fff;
	box-shadow: 0px 0px 20px 0px rgba(8, 80, 179, 0.03);
	margin: 0 12px 24px;
	overflow: hidden;
}
.ztlm ul li img{
	width: 100%;
}
.nav-three{
	width: 100%;
	margin-bottom: 40px;
}
.nav-three ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.nav-three ul li{
	padding: 0 35px;
	height: 50px;
	line-height: 50px;
	background: #d1a236;
	border-radius: 50px;
	margin: 0 10px 10px;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.nav-three ul li a{
	color: #fff;
	font-size: 20px;
}
.nav-three ul li.on,
.nav-three ul li:hover{
	background: #0850b3;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}


