@charset "utf-8";
/* CSS Document */
body{
	font-size:12px;
	font-weight:normal;
	color:#000;
	line-height:1.5;
	font-family:'Microsoft YaHei';
	margin:auto
	}
@font-face
{
	font-family: anton;
	src: url('../font/anton.woff.ttf'),
	url('../font/anton.woff.ttf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: Roboto;
	src: url('../font/Roboto-Regular.ttf'),
	url('../font/Roboto-Regular.ttf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: Source;
	src: url('../font/Source-Han-Serif-CN-Bold.ttf'),
	url('../font/Source-Han-Serif-CN-Bold.ttf'); /* IE9+,可以是具体的实际链接 */
}
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	}
img{
	border:0;
	}
ul,li{
	list-style:none;
	}
a{
	color:#000;
	text-decoration:none;
	transition: all 0.6s;
	}
a:hover{
	color:#DE1A37;
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}



@media (min-width:1000px) {
	
.header.yanse{
	background-color: rgba(255,255,255,1);
	border-bottom: 1px solid rgba(255,255,255,0.2);
	top:0;
}
.header.yanse .toptel{
	color:#DE1A37;
}
.header.yanse a{
	color: #333333;
}
.header.yanse a i{
	color: #999999;
}
.header.yanse .cur{
	color: #FFFFFF;
}
.header.yanse .pic01{
	display: none;
}
.header.yanse .pic02{
	display: inline-block;
}
.header.yanse.yanse01 .pic01{
	display: inline-block;
}
.header.yanse.yanse01 .pic02{
	display: none;
}
.header.yanse.yanse01 a{
	color: #FFFFFF;
}
.header.yanse.yanse01{
	background-color: rgba(0,0,0,0);
	border-bottom: 0px solid rgba(255,255,255,0.2);
	top:20px;
}
.header.yanse.yanse01 .toptel{
	color:#fff;
}
.main{
	width:100%;
	float:left;
	padding:0px 8.33vw;
}
.header{
	width:100%;
	float:left;
	position: fixed;
	top:27px;
	left:0;
	z-index:999999;
	height:65px;
}
.intop{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	position:relative;
	padding:0px 8.33vw;
	height:65px;
}
.nyheader{
	width:100%;
	float:left;
	background-color:#FFF;
	height:110px;
	position:fixed;
	left:0;
	top:0;
	z-index:999;
}
.top{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	height:110px;
}
.logo{
	width:216px;
	display: flex;
	align-items: center;
	height:65px;
	max-width:13.5%;
}
.logo img{
	max-width:100%;
	height:auto;
}
.top-r{
	width:auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	height:65px;
}
.innav{
	width: auto;
	height: 55px;
}
.innav ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.innav ul li{
	width:auto;
	display: flex;
	align-items: center;
	height: 55px;
	margin-left:2.5vw;
	font-size:16px;
	color:#FFF;
}
.innav ul li a{
	color:#FFF;
	height: 55px;
	line-height:55px;
}
.nyheader .innav ul li a{
	color:#333;
}
.nyheader .innav ul li a:hover{
	color:#205CA6;
	border-bottom: 2px solid #205ca6;
}
.nyheader .innav ul li .cur{
	color:#205CA6;
	border-bottom: 2px solid #205ca6;
}
.innav ul li a:hover{
	color:#FFF;
	border-bottom: 2px solid #ffffff;
}
.innav ul li .cur{
	color:#FFF;
	border-bottom: 2px solid #ffffff;
}
.nyheader .toptel{
	color:#DE1A37;
	font-weight:bold;
}
.nyheader .pic01{
	display: none;
}
.nyheader .pic02{
	display: inline-block;
}

.intop .innav ul li .xiala{
	width:100%;
	position:absolute;
	left:0;
	top:60px;
	z-index:99999;
	background-color:#f2f2f2;
	padding:40px 0;
	opacity:0;
	visibility:hidden;
}
.intop .innav ul li:hover .xiala{
	opacity:1;
	visibility:visible;
}
.top .innav ul li .xiala{
	width:100%;
	position:absolute;
	left:0;
	top:85px;
	z-index:99999;
	background-color:#f2f2f2;
	padding:40px 0;
	opacity:0;
	visibility:hidden;
}
.top .innav ul li:hover .xiala{
	opacity:1;
	visibility:visible;
}
.innav ul li .xiala .xiala01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innav ul li .xiala .xiala01 .pic{
	width:31%;
	overflow:hidden;
}
.innav ul li .xiala .xiala01 .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.innav ul li .xiala .xiala01 .pic:hover img{
	transform: scale(1.05);
}
.innav ul li .xiala .xiala01 .tex{
	width:31%;
	font-size:14px;
	line-height:28px;
	color:#666;
	
}
.innav ul li .xiala .xiala01 .wh{
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;}
.innav ul li .xiala .xiala01 .tex h1{
	font-size:24px;
	color:#333;
	line-height:24px;
	position:relative;
	margin-bottom:30px;
	padding-bottom:30px;
	font-weight:normal;
}
.innav ul li .xiala .xiala01 .tex h1 i{
	width:48px;
	height:2px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	background-color:#DE1A37;
}
.innav ul li .xiala .xiala01 .list{
	width:31%;
}
.innav ul li .xiala .xiala01 .list dl dd{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding:0px 30px;
	border-bottom:1px solid #ccc;
	color:#333;
}
.innav ul li .xiala .xiala01 .list dl dd a{
	color:#333;
}
.innav ul li .xiala .xiala01 .list dl dd a:hover{
	border:0px;
}
.innav ul li .xiala .xiala01 .list dl dd b{
	font-family:'Microsoft YaHei';
}
.toptel{
	width:auto;
	margin-left:4.166vw;
	display: flex;
	align-items: center;
	text-transform:uppercase;
	font-family: Roboto;
	font-size:24px;
	color:#FFF;
}
.toptel img{
	margin-right:0.7815vw;
}

.inabout{
	width:100%;
	float:left;
	background-image:url(b01.png);
	background-position:right center;
	background-repeat:no-repeat;
	background-size: auto 100%;
	padding:100px 8.33vw;
	padding-bottom:150px;
}
.inabout01{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inabout-l{
	width:42.1875%;
}
.intit{
	width:100%;
	float:left;
	position:relative;
	font-family: Roboto;
	font-size:96px;
	line-height:96px;
	color:rgba(0,0,0,0.05);
	height:113px;
	text-transform:uppercase;
	font-weight:bold;
}
.intit b{
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	color:#1E3581;
	font-size:36px;
	line-height:36px;
	font-family:'Microsoft YaHei';
}
.inabtex{
	width:100%;
	float:left;
	margin-top:50px;
	font-size:14px;
	line-height:28px;
	color:#666;
}
.inabtex b{
	color:#0166AA;
}
.inabtex2{
	width:100%;
	float:left;
	margin-top:100px;
}
.inabtex2 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inabtex2 ul li{
	width:32.5%;
	position:relative;
	overflow:hidden;
}
.inabtex2 ul li .pic{
	overflow:hidden;
}
.inabtex2 ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inabtex2 ul li:hover .pic img{
	transform: scale(1.05);
}
.inabtex2 ul li .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.inabtex2 ul li .tex dl dt{
	text-align:center;
	height:36px;
	overflow:hidden;
}
.inabtex2 ul li .tex dl dt img{
	max-height:36px;
}
.inabtex2 ul li .tex dl dd{
	margin-top:17px;
	font-size:14px;
	line-height:14px;
	text-align:center;
	font-family: Roboto;
	color:#FFF;
}
.inabtex2 ul li .tex p{
	display:flex;
	margin-top:10px;
	justify-content: center;
}
.inabtex2 ul li .tex p i{
	width: 30px;
	height: 2px;
	background-color:#FFF;
}
.inmore{
	width:100%;
	float:left;
	margin-top:80px;
}
.inmore a{
	width: 212px;
	height: 62px;
	background: #DE1A37;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size:14px;
	color:#FFF;
}
.inmore a i{
	width:15px;
	height:24px;
	background-image:url(jt.png);
	background-position: center;
	background-repeat:no-repeat;
	margin-left:35px;
}
.inabout-r{
	width:45.625%;
	overflow:hidden;
	background: #576b95;
	box-shadow: 30px 60px 50px 0px rgba(0,0,0,0.10); 
}
.inabout-r img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inabout-r:hover img{
	transform: scale(1.05);
}

.inwrap{
	width:100%;
	float:left;
	background: #ebf0f7;
	padding:120px 0;
}
.intit2{
	width:100%;
	float:left;
	position:relative;
	font-family: Roboto;
	font-size:96px;
	line-height:96px;
	color:rgba(0,0,0,0.05);
	height:113px;
	text-transform:uppercase;
	font-weight:bold;
	text-align: center;
}
.intit2 b{
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	color:#1E3581;
	font-size:36px;
	line-height:36px;
	font-family:'Microsoft YaHei';
	width:100%;
}
.insm{
	width:100%;
	float:left;
	margin-top:30px;
	font-size:14px;
	line-height:30px;
	color:#999;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	text-align:center;
}
.insm div{
	width:65.625%;
}
.inmb{
	width:100%;
	float:left;
}
.inmb ul{
	display:flex;
	flex-wrap: wrap;
}
.inmb ul li{
	width:calc(25.4% - 30px);
	margin-right:30px;
	background: rgba(255,255,255,0.60);
	border: 2px solid #ffffff;
	padding:50px 40px;
	transition: all 0.6s;
	margin-top:68px;
}
.inmb ul li:nth-child(4n){
	margin-right:0px;
}
.inmb ul li .pic{
	overflow:hidden;
}
.inmb ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inmb ul li:hover .pic img{
	transform: scale(1.05);
}
.inmb ul li dl dt{
	margin-top:50px;
	text-align:center;
	font-size:16px;
	color:#333;
	font-weight:bold;
}
.inmb ul li dl dd{
	margin-top:30px;
	font-size:16px;
	line-height:28px;
	color:#666;
	text-align:center;
	padding:0px 20px;
}
.inmb ul li:hover{
	background-color:#1E3581;
	box-shadow: 30px 60px 50px 0px rgba(0,0,0,0.10); 
}
.inmb ul li:hover dl dt{
	color:#FFF;
}
.inmb ul li:hover dl dd{
	color:rgba(255,255,255,0.6);
}

.index01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index01-l{
	width:26%;
	background-color:#1E3581;
	padding:60px 47px;
}
.intit3{
	width:100%;
	float:left;
	position:relative;
	font-family: Roboto;
	font-size:96px;
	line-height:96px;
	color:rgba(255,255,255,0.1);
	height:113px;
	text-transform:uppercase;
	font-weight:bold;
}
.intit3 b{
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	color:#fff;
	font-size:36px;
	line-height:36px;
	font-family:'Microsoft YaHei';
}
.subNavBox{
	width:100%;
	float:left;
	margin-top:40px;
}
.subNav{
	width:100%; 
	float:left;
	DISPLAY: block;  
	CURSOR: pointer;
	text-align:left;
	padding:20px 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color: #FFFFFF;
	font-size:20px;
	line-height:45px;
}
.subNav div{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.subNav div img{
	margin-right:30px;
}
.subNav i{
	width:22px;
	height:14px;
	background-image:url(jt.png);
	background-position:center;
	background-repeat:no-repeat;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
	opacity:0;
}
.subNav:hover{float:left; }
.currentDd{
	background: #DE1A37; 
	color: #FFFFFF;
	border-bottom:1px solid rgba(255,255,255,0.30);
}
.currentDd a{
	color: #FFFFFF;
}
.currentDd i{
	opacity:1;
}
.navContent{
	display: none;
	float:left; 
	width:100%; 
	padding:0px 40px; 
	line-height:48px; 
	font-size:20px;
	padding-left:116px;
	color:#FFF;
	background-color:#DE1A37
}
.navContent a{
	color:#FFF;
}
.index01-r{
	width:74%;
	background-image:url(y01.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding-bottom:240px;
}

.index01-r01{
	width:44.5%;
	background: rgba(255,255,255,0.80);
	border: 2px solid #ffffff;
	backdrop-filter: blur(12.5px);
	padding:50px 60px;
	margin-top:215px;
}
.index01-r01 dl{
	margin-top:45px;
}
.index01-r01 dl:first-child{
	margin-top:0px;
}
.index01-r01 dl dt{
	font-size:18px;
	color:#333;
	font-weight:bold;
	background-image:url(hx.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	display:flex;
	position:relative;
}
.index01-r01 dl dt div{
	background: rgba(255,255,255,0.10);
	width:auto;
}
.index01-r01 dl dt b{
	font-size:14px;
	color:#999;
	margin-left:5px;
	font-family: Roboto;
	text-transform:uppercase;
}
.index01-r01 dl dd{
	margin-top:23px;
	font-size:14px;
	line-height:28px;
}
.inal{
	width:100%;
	float:left;
	margin-top:60px;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inal .pic{
	width:50%;
	overflow:hidden;
}
.inal .pic img{
	width:100%;
	display:block;
	transition: all 0.6s;
}
.inal .pic:hover img{
	transform: scale(1.05);
}
.inal .tex{
	width:50%;
	background: #ebf0f7;
	padding:80px;
	padding-top:50px;
	padding-bottom:50px;
	font-size:14px;
	line-height:30px;
	color:#666;
}
.inal .tex h1{
	font-size:24px;
	line-height:24px;
	color:#333;
	font-weight:normal;
}
.inal .tex h2{
	margin-top:25px;
	color:#0166AA;
	margin-bottom:40px;
	font-weight:normal;
}
.inal .tex .more{
	margin-top:68px;
}
.inal .tex .more a{
	width: 212px;
	height: 62px;
	background: #DE1A37;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	color:#FFF;
}
.inal .tex .more a i{
	width:14px;
	height:22px;
	background-image:url(jt.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:35px;
}
.allogo{
	width:100%;
	float:left;
	margin-top:40px;
}
.allogo ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.allogo ul li{
	width:14.2857%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	border:1px solid #e0e0e0;
	border-right:0px;
	cursor:pointer;
	height:125px;
}

.allogo ul li img{
	max-width:95%;
	max-height:90%
}
.allogo ul li dl dt{
	text-align:center;
	font-size:16px;
	line-height:16px;
	color:#FFF;
	margin-top:5px;
}
.allogo ul li dl dd{
	margin-top:10px;
	text-align:center;
}
.allogo ul li dl dd img{
	width:auto;
	height: auto;
}
.allogo ul li:last-child{
	background-color:#1E3581;
	border:0px;
}

.inlx{
	width:100%;
	float:left;
	margin-top:100px;
	padding:100px 0;
	background-image:url(b02.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.inlx div{
	width:56%;
	text-align:center;
	font-size:14px;
	line-height:28px;
	color:#666;
}
.inlx h1{
	margin-top:30px;
	margin-bottom:25px;
	font-size:36px;
	color:#1E3581;
}
.inlx h2{
	margin-bottom:50px;
	font-size:24px;
	line-height:54px;
	color:#333;
}
.inlx .more{
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top:45px;
}
.inlx .more a{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 212px;
	height: 62px;
	background: #DE1A37;
	font-size:14px;
	color:#FFF;
}
.inlx .more a i{
	width:14px;
	height:22px;
	background-image:url(jt.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:35px;
}
.jsjl{
	width:100%;
	float:left;
	margin-top:27px;
}
.jsjl ul{
	display: flex;
	flex-wrap: wrap;
}
.jsjl ul li{
	width:calc(33.9% - 30px);
	margin-right:30px;
	margin-top:40px;
	position:relative;
	overflow:hidden;
	transition: all 0.6s;
}
.jsjl ul li:nth-child(3n){
	margin-right:0px;
}
.jsjl ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.jsjl ul li:hover img{
	transform: scale(1.05);
}
.jsjl ul li .mask{
	width:100%;
	height:100%;
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	background-color:rgba(0,0,0,0.6);
}
.jsjl ul li:hover .mask{
	background-color: rgba(30,53,129,0.90);
}
.jsjl ul li .tex{
	width:100%;
	height:100%;
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.jsjl ul li .tex dl dt{
	font-size:20px;
	line-height:24px;
	font-weight: bold;
	text-align:center;
	color:#fff;
}
.jsjl ul li .tex dl dd{
	display:none;
	margin-top:40px;
	text-align:center;
}
.jsjl ul li .tex .more{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size:14px;
	color:#FFF;
	width: 196px;
	height: 62px;
	border: 1px solid rgba(255,255,255,0.60);
}
.jsjl ul li .tex .more i{
	width:14px;
	height:22px;
	background-image:url(jt.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:35px;
}
.jsjl ul li:hover .tex dl dd{
	display:block;
}
.jsjl ul li:hover{
	box-shadow: 30px 60px 50px 0px rgba(0,0,0,0.10); 
}
.inmore2{
	width:100%;
	float:left;
	margin-top:60px;
	display: flex;
	justify-content: center;
}
.inmore2 a{
	width: 212px;
	height: 62px;
	background: #DE1A37;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size:14px;
	color:#FFF;
}
.inmore2 a i{
	width:15px;
	height:24px;
	background-image:url(jt.png);
	background-position: center;
	background-repeat:no-repeat;
	margin-left:35px;
}
.main2{
	width:auto;
	max-width:1440px;
	padding:0px 15px;
	margin:auto;
}
.foot{
	width:100%;
	float:left;
	padding-top:100px;
	
	background-size:cover;
	margin-top:100px;
	background-color:#20252C
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
}
.foot01 dl{
	width:117px;
}
.foot01 dl:nth-child(4){
	width:154px;
}
.foot01 dl dt{
	padding-bottom:20px;
	position:relative;
	font-size:18px;
	color:#FFF;
	font-weight:bold;
	margin-bottom:10px;
}
.foot01 dl dt i{
	width:60px;
	height:1px;
	position:absolute;
	bottom:0;
	left:0;
	background-color:rgba(255,255,255,0.3);
	z-index:1;
}
.foot01 dl dd{
	margin-top:20px;
	font-size:14px;
	line-height:18px;
	color:#FFF;
	display: flex;
	align-items: center;
	width:100%;
	float:left;
}
.foot01 dl dd a{
	color:#FFF;
}
.foot01 dl dd img{
	margin-right:5px;
	max-width:100%;
}
.foot01 dl dd div{
	text-align:center;
}
.foot02{
	width:100%;
	float:left;
	margin-top:70px;
	padding:20px 0;
	border-top:1px solid rgba(255,255,255,0.1);
	color:rgba(255,255,255,0.5);
	
}
.bottom{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size:14px;
}
.foot02 a{
	color:rgba(255,255,255,0.5);
	margin-left:5px;
	margin-right:5px;
}

.zlm{
	width:100%;
	height: 60px;
	background: #f2f2f2;
	float:left;
	margin-top:110px;
}
.zlm ul{
	display: flex;
}
.zlm ul li{
	width: 216px;
	height: 60px;
	border-right: 1px solid #e0e0e0;
	line-height:60px;
	font-size:14px;
	color:#666;
	display:flex;
}
.zlm ul li a{
	width:100%;
	height:60px;
	line-height:60px;
	text-align:center;
	color:#666;
}
.zlm ul li a:hover{
	background-color:#DE1A37;
	color:#FFF;
}
.zlm ul li .cur{
	background-color:#DE1A37;
	color:#FFF;
}

.nyab{
	width:100%;
	float:left;
	background-image:url(na01.png);
	background-position:right;
	background-repeat:no-repeat;
	background-size:38.125% auto;
	padding:100px 0px;
}
.nyab01{
	width:50%;
	float:left;
	font-size:14px;
	line-height:28px;
	color:#666;
}
.nyab01 h1{
	font-size:54px;
	line-height:54px;
	text-transform:uppercase;
	background: linear-gradient(97deg,#DE1A37, #1e3581 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}
.nyab01 h2{
	margin-top:30px;
	margin-bottom:15px;
	font-size:32px;
	line-height:32px;
	color:#333;
}
.nyab01 h3{
	font-size:16px;
	line-height:16px;
	font-family:Arial, Helvetica, sans-serif;
	background: linear-gradient(92deg,#DE1A37, #1e3581 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	margin-bottom:67px;
}
.nyab01 .more{
	display:flex;
	margin-top:86px;
}
.nyab01 .more a{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 196px;
	height: 62px;
	background: #DE1A37;
	line-height:62px;
	color:#FFF;
}
.nyab01 .more a i{
	width:14px;
	height:22px;
	background-image:url(jt.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:35px;
}
.nytit{
	width:100%;
	float:left;
	text-align:center;
	font-size:32px;
	line-height:32px;
}
.cutrul{
	width:100%;
	float:left;
	margin-top:75px;
}
.cutrul ul{
	display: flex;
	flex-wrap: wrap;
}
.cutrul ul li{
	width:calc(25.5% - 30px);
	margin-right:30px;
	background: rgba(255,255,255,0.60);
	border: 2px solid #ffffff;
	padding:60px 40px;
	text-align:center;
}
.cutrul ul li:nth-child(4n){
	margin-right:0px;
}
.cutrul ul li .pic{
	height:80px;
	overflow:hidden;
}
.cutrul ul li .pic img{
	max-height:80px;
}
.cutrul ul li dl dt{
	margin-top:60px;
	font-size:16px;
	font-weight:bold;
	color:#333;
}
.cutrul ul li dl dd{
	margin-top:30px;
	font-size:16px;
	color:#666;
	line-height:28px;
}
.zs{
	width:100%;
	float:left;
	margin-top:55px;
}
.zs ul{
	display: flex;
	flex-wrap: wrap;
}
.zs ul li{
	width:calc(25.5% - 30px);
	margin-right:30px;
	background: #f2f2f2;
	padding:60px 80px;
	text-align:center;
	padding-bottom:50px;
	margin-top:30px;
}
.zs ul li:nth-child(4n){
	margin-right:0px;
}
.zs ul li dl dt{
	overflow:hidden;
}
.zs ul li dl dt img{
	max-width:100%;
	transition: all 0.6s;
}
.zs ul li:hover dl dt img{
	transform: scale(1.05);
}
.zs ul li dl dd{
	text-align: center;
	font-size:16px;
	margin-top:48px;
}
.fy{
	width:100%;
	float:left;
	margin-top:40px;
}
.fy ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.fy ul li{
	width: 48px;
	height: 48px;
	display:flex;
	margin-left:5px;
	margin-right:5px;
}
.fy ul li a{
	width:48px;
	height:48px;
	text-align:center;
	font-size:14px;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 50%;
	line-height:48px;
	font-family:'宋体';
}
.fy ul li a:hover{
	background-color:#DE1A37;
	color:#FFF;
}

.ywu{
	width:100%;
	float:left;
	margin-top:60px;
}
.ywu ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ywu ul li{
	width:calc(50% - 20px);
	background: #ebf0f7;
	padding:70px 60px;
	margin-top:40px;
	transition: all 0.6s;
}
.ywu ul li h1{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	font-size:48px;
	color:#DE1A37;
}
.ywu ul li dl dt{
	margin-top:30px;
	font-size:24px;
	font-weight:bold;
	line-height:24px;
}
.ywu ul li dl dd{
	margin-top:30px;
	font-size:16px;
	line-height:32px;
	color:#666;
}
.ywu ul li:hover{
	background-color:#1E3581;
}
.ywu ul li:hover dl dt{
	color:#FFF;
}
.ywu ul li:hover dl dd{
	color:#FFF;
}
.ywshow{
	width:100%;
	float:left;
	margin-top:100px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ywshow-l{
	width:56%;
}
.ywshow-r{
	width:38%;
}
.ywshow-r h1{
	margin-bottom:12px;
	font-size:24px;
	line-height:24px;
}
.ywshow-r dl{
	margin-top:50px;
}
.ywshow-r dl dt{
	font-size:18px;
	color:#333;
	font-weight:bold;
	background-image:url(hx.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	display:flex;
	position:relative;
}
.ywshow-r dl dt div{
	background: rgba(255,255,255,1);
	width:auto;
	padding-right:10px;
}
.ywshow-r dl dt b{
	font-size:14px;
	color:#999;
	margin-left:5px;
	font-family: Roboto;
	text-transform:uppercase;
}
.ywshow-r dl dd{
	margin-top:23px;
	font-size:14px;
	line-height:28px;
}
.hzdw{
	width:100%;
	float:left;
	margin-top:47px;
}
.hzdw ul{
	display: flex;
	flex-wrap: wrap;
}
.hzdw ul li{
	width:calc(20.4% - 30px);
	margin-right:30px;
	margin-top:20px;
	height: 187px;
	background: #ffffff;
	border: 1.11px solid #e0e0e0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	transition: all 0.6s;
}
.hzdw ul li:nth-child(5n){
	margin-right:0px;
}
.hzdw ul li img{
	max-height:100%;
	max-width:100%;
}
.hzdw ul li:hover{
	border: 2.23px solid #0166aa;
	box-shadow: 33.39px 66.78px 55.65px 0px rgba(0,0,0,0.10); 
}

.allm{
	width:100%;
	float:left;
	margin-top:40px;
	height:60px;
	border-bottom:1px solid #e0e0e0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.allm a{
	margin-left:20px;
	margin-right:20px;
	font-size:16px;
	line-height:58px;
}
.allm a:hover{
	border-bottom:2px solid #DE1A37;
	color:#DE1A37;
}
.allm a.cur{
	border-bottom:2px solid #DE1A37;
	color:#DE1A37;
}

.allist{
	width:100%;
	float:left;
	margin-top:30px;
}
.allist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.allist ul li{
	width:calc(50% - 30px);
	background: #f2f2f2;
	position:relative;
	margin-top:30px;
}
.allist ul li dl dt{
	overflow:hidden;
}
.allist ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.allist ul li:hover dl dt img{
	transform: scale(1.05);
}
.allist ul li dl dd{
	height:80px;
	line-height:80px;
	padding:0px 40px;
	font-size:16px;
}
.allist ul li .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background-color:rgba(30,53,129,0.9);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	opacity:0;
	transition: all 0.6s;
}
.allist ul li:hover .tex{
	opacity:1;
}
.allist ul li .tex h1{
	font-size:24px;
	line-height:24px;
	color:#FFF;
	margin-bottom:25px;
	text-align:center;
}
.allist ul li .tex h2{
	font-size:16px;
	color:#FFF;
	text-align:center;
	margin-bottom:60px;
}
.allist ul li .tex .more{
	display: flex;
	align-items: center;
	justify-content: center;
}
.allist ul li .tex .more a{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 196px;
	height: 62px;
	border: 1px solid rgba(255,255,255,0.60);
	line-height:62px;
	color:#FFF;
	font-size:14px;
}
.allist ul li .tex .more a i{
	width:14px;
	height:22px;
	background-image:url(jt.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:35px;
}
.gsys{
	width:100%;
	float:left;
	margin-top:100px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gsys-l{
	width:40%;
	font-size:16px;
	line-height:32px;
}
.gsys-l h1{
	font-size:32px;
	line-height:32px;
	margin-bottom:40px;
	font-weight:normal;
}
.gsys-l ul{
	display:flex;
	flex-wrap: wrap;
	margin-top:67px;
}
.gsys-l ul li{
	width:52.1739%;
	margin-top:20px;
	display:flex;
}
.gsys-l ul li a{
	width:100%;
	height: 63px;
	background: #ebf0f7;
	line-height:63px;
	text-align:center;
	font-size:16px;
}
.gsys-l ul li a:hover{
	background: #DE1A37;
	color:#FFF;
}
.gsys-l ul li a.cur{
	background: #DE1A37;
	color:#FFF;
}
.gsys-r{
	width:35%;
	background: #ffffff;
	box-shadow: -20px 40px 100px 0px rgba(88,92,98,0.04), -15px 40px 100px 0px rgba(66,0,255,0.08); 
}
.gsys-r img{
	width:100%;
	height:auto;
	display:block;
}
.jstit{
	width:100%;
	float:left;
	margin-top:80px;
	padding-bottom:35px;
	border-bottom:1px solid rgba(0,0,0,0.10);
}
.jstit b{
	font-size:24px;
	padding-bottom:35px;
	border-bottom:3px solid #DE1A37;
}
.jstex{
	width:100%;
	float:left;
	margin-top:60px;
	font-size:14px;
	line-height:28px;
	color:#666;
}
.jstex img{
	max-width:100%;
	height:auto;
}

.gfzl{
	width:100%;
	float:left;
	margin-top:50px;
}
.gfzl ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gfzl ul li{
	width:calc(50% - 30px);
	background: #ebf0f7;
	position:relative;
	margin-top:30px;
	padding:50px 60px;
	display: flex;
}
.gfzl ul li .pic{
	width:21.4%;
	overflow: hidden;
}
.gfzl ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.gfzl ul li .tex{
	width:auto;
	margin-left:8.771%;
}
.gfzl ul li .tex dl dt{
	font-size:20px;
	line-height:20px;
}
.gfzl ul li .tex dl dd{
	margin-top:22px;
	font-size:14px;
	color:#666;
}
.gfzl ul li .tex .ck{
	display:flex;
	margin-top:42px;
}
.gfzl ul li .tex .ck a{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 127px;
	height: 46px;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	margin-right:20px;
	font-size:14px;
}
.gfzl ul li .tex .ck a img{
	margin-left:15px;
}
.gfzl ul li .pic01{
	display:inline-block;
}
.gfzl ul li .pic02{
	display:none;
}
.gfzl ul li:hover .pic01{
	display:none;
}
.gfzl ul li:hover .pic02{
	display:inline-block;
}
.gfzl ul li:hover{
	background-color:#1E3581;
}
.gfzl ul li:hover .tex dl dt{
	color:#FFF;
}
.gfzl ul li:hover .tex dl dd{
	color:rgba(255,255,255,0.6);
}
.gfzl ul li:hover .tex .ck a{
	background: #DE1A37;
	border-radius: 4px;
	border: 1px solid #DE1A37;
	color:#FFF;
}

.sm2{
	width:100%;
	float:left;
	margin-top:35px;
	text-align:center;
	font-size:36px;
	line-height:36px;
	color:#666;
}
.lxwm{
	width:100%;
	float:left;
	margin-top:60px;
	text-align:center;
	font-size:16px;
	line-height:36px;
	font-weight:bold;
}

.zxly{
	width:100%;
	float:left;
	margin-top:20px;
}
.zxly ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zxly ul li{
	width:calc(34.2% - 40px);
	margin-right:40px;
	margin-top:30px;
	display:flex;
}
.zxly ul li:nth-child(3){
	margin-right:0px;
}
.zxly ul li:nth-child(4){
	margin-right:0px;
	width:100%;
}
.zxly ul li:nth-child(5){
	margin-right:0px;
	width:100%;
	margin-top:40px;
}
.bk{
	width:100%;
	height: 66px;
	border: 0px solid #bdbdbd;
	padding-left:30px;
	line-height:66px;
	outline:none;
	font-family:'微软雅黑';
	color:#828282;
	font-size:14px;
}
.anniu{
	width: 230px;
	height: 60px;
	background: #DE1A37;
	text-align:center;
	cursor:pointer;
	text-align:center;
	font-size:16px;
	color:#fff;
	border:0px;
}

.zp{
	width: 100%;
	float: left;
	margin-top: 40px;
}
.subNavBox4{
	width:100%;
	float:left;
	margin-top:50px;
}

.subNav4{
	width:100%; 
	float:left; 
	HEIGHT:132px;
	padding:0px 60px;
	display: flex;
	justify-content: space-between;
	CURSOR: pointer; 
	text-align:left;
	line-height:132px; 
	font-size:14px;
	background: #ffffff;
	box-shadow: -20px 40px 100px 0px rgba(88,92,98,0.04), -15px 40px 100px 0px rgba(66,0,255,0.08);
	margin-top:40px;
}
.subNav4 i{ 
	width: 20%;
}
.subNav4 i.blue{
	color:#DE1A37;
}
.subNav4:hover{float:left; }
.currentDd4{background: #fff;}
.currentDd4 i{
	color: #333;
}
.navContent4{
	display: none;
	float:left; 
	width:100%; 
	padding:60px; 
	line-height:28px; 
	font-size:14px;
	background-color: #ebf0f7;
}
.navContent4 dl{
	display:flex;
	justify-content: space-between;
	margin-bottom:125px;
}
.navContent4 dl dd{
	width:25%;
	font-size:14px;
	line-height:24px;
	color:#333;
}
.navContent4 .line{
	width:100%;
	height:1px;
	display:flex;
	margin-top:90px;
	margin-bottom:25px;
	background-color:#e0e0e0;
}
.blue{
	color: #DE1A37;
}









.mart115{
	margin-top:115px;
}
.f16{
	font-size:16px;
}
.black{
	color:#333;
}
.mart0{
	margin-top:0px;
}
.mart120{
	margin-top:100px;
}

.pc{
	display: block;
}
.moblie{
	display: none;
}
.header2{
	display: none;
}



	
}


@media (min-width:1000px) and (max-width:1600px){

.innav ul li{
	margin-left:30px;
	font-size:16px;
}
.toptel{
	width:auto;
	margin-left:30px;
	display: flex;
	align-items: center;
	text-transform:uppercase;
	font-family: Roboto;
	font-size:24px;
	color:#FFF;
}
.inal{
	width:100%;
	float:left;
	margin-top:60px;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inal .pic{
	width:50%;
	overflow:hidden;
}
.inal .pic img{
	width:100%;
	display:block;
	transition: all 0.6s;
}
.inal .pic:hover img{
	transform: scale(1.05);
}
.inal .tex{
	width:50%;
	background: #ebf0f7;
	padding-top:30px;
	padding-bottom:10px;
	font-size:14px;
	line-height:25px;
	color:#666;
}
.inal .tex h1{
	font-size:24px;
	line-height:24px;
	color:#333;
	font-weight:normal;
}
.inal .tex h2{
	margin-top:15px;
	color:#0166AA;
	margin-bottom:10px;
	font-weight:normal;
}
.inal .tex .more{
	margin-top:18px;
}
.inal .tex .more a{
	width: 212px;
	height: 42px;
	background: #DE1A37;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	color:#FFF;
}
.inal .tex .more a i{
	width:14px;
	height:22px;
	background-image:url(jt.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:35px;
}

	
}

@media (min-width:1000px) and (max-width:1500px){

.innav ul li{
	margin-left:30px;
	font-size:16px;
}
.toptel{
	width:auto;
	margin-left:30px;
	display: flex;
	align-items: center;
	text-transform:uppercase;
	font-family: Roboto;
	font-size:24px;
	color:#FFF;
}

.subNavBox{
	width:100%;
	float:left;
	margin-top:40px;
}
.subNav{
	width:100%; 
	float:left;
	DISPLAY: block;  
	CURSOR: pointer;
	text-align:left;
	padding:20px 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color: #FFFFFF;
	font-size:16px;
	line-height:45px;
}
.subNav div{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.subNav div img{
	margin-right:30px;
}
.subNav i{
	width:22px;
	height:14px;
	background-image:url(jt.png);
	background-position:center;
	background-repeat:no-repeat;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
	opacity:0;
}
.subNav:hover{float:left; }
.currentDd{
	background: #DE1A37; 
	color: #FFFFFF;
	border-bottom:1px solid rgba(255,255,255,0.30);
}
.currentDd a{
	color: #FFFFFF;
}
.currentDd i{
	opacity:1;
}
.navContent{
	display: none;
	float:left; 
	width:100%; 
	padding:15px 0px; 
	line-height:48px; 
	font-size:16px;
	padding-left:0px;
	text-align:center;
	color:#FFF;
	background-color:#DE1A37
}
.navContent a{
	color:#FFF;
}
	
.inmb{
	width:100%;
	float:left;
}
.inmb ul{
	display:flex;
	flex-wrap: wrap;
}
.inmb ul li{
	width:calc(25.4% - 30px);
	margin-right:30px;
	background: rgba(255,255,255,0.60);
	border: 2px solid #ffffff;
	padding:30px 10px;
	transition: all 0.6s;
	margin-top:48px;
}
.inmb ul li:nth-child(4n){
	margin-right:0px;
}
.inmb ul li .pic{
	overflow:hidden;
}
.inmb ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inmb ul li:hover .pic img{
	transform: scale(1.05);
}
.inmb ul li dl dt{
	margin-top:30px;
	text-align:center;
	font-size:14px;
	color:#333;
	font-weight:bold;
}
.inmb ul li dl dd{
	margin-top:20px;
	font-size:12px;
	line-height:25px;
	color:#666;
	text-align:center;
	padding:0px 20px;
}
.inmb ul li:hover{
	background-color:#1E3581;
	box-shadow: 30px 60px 50px 0px rgba(0,0,0,0.10); 
}
.inmb ul li:hover dl dt{
	color:#FFF;
}
.inmb ul li:hover dl dd{
	color:rgba(255,255,255,0.6);
}
.inabout{
	width:100%;
	float:left;
	background-image:url(b01.png);
	background-position:right center;
	background-repeat:no-repeat;
	background-size: 38.125% auto;
	padding:100px 8.33vw;
	padding-bottom:150px;
}
.nyab{
	width:100%;
	float:left;
	background-image:url(na01.png);
	background-position:right;
	background-repeat:no-repeat;
	background-size:38.125% auto;
	padding:100px 0px;
}
	
}

@media (min-width:1000px) and (max-width:1360px){

.innav ul li{
	margin-left:25px;
	font-size:14px;
}
.toptel{
	width:auto;
	margin-left:2.166vw;
	display: flex;
	align-items: center;
	text-transform:uppercase;
	font-family: Roboto;
	font-size:18px;
	color:#FFF;
}

	
}





@media (max-width:999px) {


.pc{
	display: none;
}
.moblie{
	width: 100%;
	float: left;
}
.header{
	display: none;
}
.nyheader{
	display: none;
}
.header2{ 
	width:100%; 
	float:left; 
	height:4rem; 
	line-height:4rem;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
}
.logo{ 
	width:100%; 
	float:left; 
	height:4rem; 
	text-align:center;
}
.logo span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.logo img{ 
	max-width:70%; 
	max-height:3rem; 
	vertical-align:middle; 
	margin-left:5%;
}
.nav2{ 
	width:60%; 
	float:right; 
	line-height:110px; 
	height:110px; 
	text-align:right;
}
.nav2 a{ 
	width: auto; 
	font-size:16px; 
	margin-right:5%;
}
.nav-bar2 { 
	width:4rem; 
	height:4rem; 
	position:absolute; 
	z-index:11; 
	left:0%; 
	top:0; 
	text-align:center;
}
.nav-bar2 img{ 
	max-width:40%; 
	max-height:1.5rem; 
	vertical-align:middle;
}
.nav-bar2 span{ 
	display:inline-block; 
	height:100%; 
	vertical-align:middle;
}
.nav-bg { 
	width:0px; 
	height: auto; 
	overflow:hidden; 
	position: absolute; 
	right:0px; 
	top:0; 
	z-index:998;
}
.v_close { 
	display:block; 
	position: absolute; 
	top: 3%; 
	left:5%; 
	z-index:102;  
	width: 15px; 
	height: 15px; 
	background:url(close2.png) no-repeat; 
	background-size:100% 100%; 
	display:none;
}
.nav { 
	margin:0 0 0 0;
}
.subNavBox3{
	width:65%;
	float:right; 
	background:#fff;  
	padding-bottom:4rem;
}
.subNavBox3 h1{ 
	text-align:center; 
	height:4rem; 
	background:#fff;
}
.subNavBox3 h1 span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.subNavBox3 h1 img{ 
	max-width:80%; 
	max-height:3rem; 
	vertical-align:middle;
} 
.subNav3{
	width:100%; 
	float:left; 
	HEIGHT:3.0rem;
	DISPLAY: block;  
	CURSOR: pointer; 
	padding-left:5%;
	text-align:left; 
	border-bottom:1px solid #e0e0e0; 
	line-height:3.0rem; 
	font-size:1.0rem;
	font-weight: bold;
}
.subNav3 i{ 
	padding:0.3rem; 
	background:url(jt01.png) no-repeat center / contain; 
	margin-right:1rem; 
	float:right; 
	margin-top:1.2rem;
}
.subNav3:hover{float:left; }
.currentDd3{background: #1E5199; color: #FFFFFF;}
.currentDd3 a{
	color: #FFFFFF;
}
.currentDd3 i{
	background:url(jt001.png) no-repeat center / contain;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}
.navContent3{
	display: none;
	float:left; 
	width:90%; 
	padding:0.5rem 5% 1rem 5%; 
	line-height:2.0rem; 
	font-size:0.8rem; 
	padding-bottom:0px;
}
.navContent3 h2{
	font-size: 0.8rem;
	line-height: 2.0rem;
	font-weight:normal;
}

.main{
	width:100%;
	float:left;
	padding:0 5%;
}
.main2{
	width:100%;
	float:left;
	padding:0 5%;
}
.inabout{
	width:100%;
	float:left;
	background-size:37.825% 100%;
	padding:3.0rem 8.33vw;
}
.inabout01{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inabout-l{
	width:100%;
}
.intit{
	width:100%;
	float:left;
	position:relative;
	font-family: Roboto;
	font-size:2.0rem;
	line-height:2.5rem;
	color:rgba(0,0,0,0.05);
	height:3.0rem;
	text-transform:uppercase;
	font-weight:bold;
}
.intit b{
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	color:#1E3581;
	font-size:1.2rem;
	line-height:1.5rem;
	font-family:'微软雅黑';
}
.inabtex{
	width:100%;
	float:left;
	margin-top:2.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.inabtex b{
	color:#0166AA;
}
.inabtex2{
	width:100%;
	float:left;
	margin-top:3.0rem;
}
.inabtex2 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inabtex2 ul li{
	width:32.5%;
	position:relative;
	overflow:hidden;
}
.inabtex2 ul li .pic{
	overflow:hidden;
}
.inabtex2 ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inabtex2 ul li:hover .pic img{
	transform: scale(1.05);
}
.inabtex2 ul li .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.inabtex2 ul li .tex dl dt{
	text-align:center;
	height:1.5rem;
	overflow:hidden;
}
.inabtex2 ul li .tex dl dt img{
	max-height:1.5rem;
}
.inabtex2 ul li .tex dl dd{
	margin-top:0.5rem;
	font-size:0.8rem;
	line-height:1.0rem;
	text-align:center;
	font-family: Roboto;
	color:#FFF;
}
.inabtex2 ul li .tex p{
	display:flex;
	margin-top:0.2rem;
	justify-content: center;
}
.inabtex2 ul li .tex p i{
	width: 1.5rem;
	height: 1px;
	background-color:#FFF;
}
.inmore{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.inmore a{
	width: 8.0rem;
	height: 2.0rem;
	background: #DE1A37;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size:0.8rem;
	color:#FFF;
}
.inmore a i{
	width:15px;
	height:24px;
	background-image:url(jt.png);
	background-position: center;
	background-repeat:no-repeat;
	margin-left:1.0rem;
}
.inabout-r{
	width:100%;
	overflow:hidden;
	background: #576b95;
	box-shadow: 30px 60px 50px 0px rgba(0,0,0,0.10);
	margin-top:2.0rem;
}
.inabout-r img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inabout-r:hover img{
	transform: scale(1.05);
}

.inwrap{
	width:100%;
	float:left;
	background: #ebf0f7;
	padding:3.0rem 0;
}
.intit2{
	width:100%;
	float:left;
	position:relative;
	font-family: Roboto;
	font-size:2.0rem;
	line-height:2.0rem;
	color:rgba(0,0,0,0.05);
	height:3.0rem;
	text-transform:uppercase;
	font-weight:bold;
	text-align: center;
}
.intit2 b{
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	color:#1E3581;
	font-size:1.2rem;
	line-height:1.5rem;
	font-family:'微软雅黑';
	width:100%;
}
.insm{
	width:100%;
	float:left;
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#999;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	text-align:center;
}
.insm div{
	width:100%;
}
.inmb{
	width:100%;
	float:left;
}
.inmb ul{
	display:flex;
	flex-wrap: wrap;
}
.inmb ul li{
	width:100%;
	background: rgba(255,255,255,0.60);
	border: 2px solid #ffffff;
	padding:2.0rem;
	transition: all 0.6s;
	margin-top:2.0rem;
}
.inmb ul li .pic{
	overflow:hidden;
}
.inmb ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inmb ul li:hover .pic img{
	transform: scale(1.05);
}
.inmb ul li dl dt{
	margin-top:2.0rem;
	text-align:center;
	font-size:1.0rem;
	color:#333;
	font-weight:bold;
}
.inmb ul li dl dd{
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	text-align:center;
	padding:0px 1.0rem;
}
.inmb ul li:hover{
	background-color:#1E3581;
	box-shadow: 30px 60px 50px 0px rgba(0,0,0,0.10); 
}
.inmb ul li:hover dl dt{
	color:#FFF;
}
.inmb ul li:hover dl dd{
	color:rgba(255,255,255,0.6);
}

.index01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index01-l{
	width:100%;
	background-color:#1E3581;
	padding:2.0rem;
}
.intit3{
	width:100%;
	float:left;
	position:relative;
	font-family: Roboto;
	font-size:2.0rem;
	line-height:2.5rem;
	color:rgba(255,255,255,0.1);
	height:3.0rem;
	text-transform:uppercase;
	font-weight:bold;
}
.intit3 b{
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	color:#fff;
	font-size:1.2rem;
	line-height:1.5rem;
	font-family:'微软雅黑';
}
.subNavBox{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.subNav{
	width:100%; 
	float:left;
	DISPLAY: block;  
	CURSOR: pointer;
	text-align:left;
	padding:1.0rem 2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color: #FFFFFF;
	font-size:1.0rem;
	line-height:1.5rem;
}
.subNav div{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.subNav div img{
	margin-right:1.0rem;
	max-height:1.5rem;
}
.subNav i{
	width:22px;
	height:14px;
	background-image:url(jt.png);
	background-position:center;
	background-repeat:no-repeat;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
	opacity:0;
}
.subNav:hover{float:left; }
.currentDd{
	background: #DE1A37; 
	color: #FFFFFF;
	border-bottom:1px solid rgba(255,255,255,0.30);
}
.currentDd a{
	color: #FFFFFF;
}
.currentDd i{
	opacity:1;
}
.navContent{
	display: none;
	float:left; 
	width:100%; 
	padding:1.0rem 2.0rem; 
	line-height:2.0rem; 
	font-size:1.0rem;
	padding-left:3.0rem;
	color:#FFF;
	background-color:#DE1A37
}
.navContent a{
	color:#FFF;
}
.index01-r{
	width:100%;
	background-image:url(y01.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:3.0rem 5%;
}

.index01-r01{
	width:100%;
	background: rgba(255,255,255,0.80);
	border: 2px solid #ffffff;
	backdrop-filter: blur(12.5px);
	padding:2.0rem;
}
.index01-r01 dl{
	margin-top:2.0rem;
}
.index01-r01 dl:first-child{
	margin-top:0px;
}
.index01-r01 dl dt{
	font-size:1.r0em;
	color:#333;
	font-weight:bold;
	background-image:url(hx.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	display:flex;
	position:relative;
}
.index01-r01 dl dt div{
	background: rgba(255,255,255,0.10);
	width:auto;
}
.index01-r01 dl dt b{
	font-size:0.8rem;
	color:#999;
	margin-left:5px;
	font-family: Roboto;
	text-transform:uppercase;
}
.index01-r01 dl dd{
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
}
.inal{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inal .pic{
	width:100%;
	overflow:hidden;
}
.inal .pic img{
	width:100%;
	height:100%;
	display:block;
	transition: all 0.6s;
}
.inal .pic:hover img{
	transform: scale(1.05);
}
.inal .tex{
	width:100%;
	background: #ebf0f7;
	padding:2.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.inal .tex h1{
	font-size:1.2rem;
	line-height:2.0rem;
	color:#333;
	font-weight:normal;
}
.inal .tex h2{
	margin-top:1.0rem;
	color:#0166AA;
	margin-bottom:2.0rem;
	font-weight:normal;
}
.inal .tex .more{
	margin-top:2.0rem;
}
.inal .tex .more a{
	width: 8.0rem;
	height: 2.0rem;
	background: #DE1A37;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	color:#FFF;
}
.inal .tex .more a i{
	width:14px;
	height:22px;
	background-image:url(jt.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:1.0rem;
}
.allogo{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.allogo ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.allogo ul li{
	width:33.33%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	border:1px solid #e0e0e0;
	cursor:pointer;
}
.allogo ul li img{
	width:100%;
	height:auto;
}
.allogo ul li dl dt{
	text-align:center;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#FFF;
	margin-top:5px;
}
.allogo ul li dl dd{
	margin-top:0.2rem;
	text-align:center;
}
.allogo ul li dl dd img{
	width:auto;
	height: auto;
}
.allogo ul li:last-child{
	background-color:#1E3581;
	border:0px;
}
.allogo ul li:last-child{
	width:100%;
	padding:0.5rem 0;
}

.inlx{
	width:100%;
	float:left;
	margin-top:3.0rem;
	padding:3.0rem 0;
	background-image:url(b02.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.inlx div{
	width:90%;
	text-align:center;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.inlx h1{
	margin-top:1.0rem;
	margin-bottom:1.0rem;
	font-size:1.2rem;
	color:#1E3581;
}
.inlx h2{
	margin-bottom:2.0rem;
	font-size:1.0rem;
	line-height:1.5rem;
	color:#333;
}
.inlx .more{
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top:45px;
}
.inlx .more a{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 8.0rem;
	height: 2.0rem;
	background: #DE1A37;
	font-size:0.8rem;
	color:#FFF;
}
.inlx .more a i{
	width:14px;
	height:22px;
	background-image:url(jt.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:1.0rem;
}
.jsjl{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.jsjl ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.jsjl ul li{
	width:calc(50% - 0.5rem);
	margin-top:1.0rem;
	position:relative;
	overflow:hidden;
	transition: all 0.6s;
}
.jsjl ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.jsjl ul li:hover img{
	transform: scale(1.05);
}
.jsjl ul li .mask{
	width:100%;
	height:100%;
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	background-color:rgba(0,0,0,0.6);
}
.jsjl ul li:hover .mask{
	background-color: rgba(30,53,129,0.90);
}
.jsjl ul li .tex{
	width:100%;
	height:100%;
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.jsjl ul li .tex dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	font-weight: bold;
	text-align:center;
	color:#fff;
}
.jsjl ul li .tex dl dd{
	display:none;
	margin-top:1.0rem;
	text-align:center;
}
.jsjl ul li .tex .more{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size:0.8rem;
	color:#FFF;
	width: 8.0rem;
	height: 2.0rem;
	border: 1px solid rgba(255,255,255,0.60);
}
.jsjl ul li .tex .more i{
	width:14px;
	height:22px;
	background-image:url(jt.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:1.0rem;
}
.jsjl ul li:hover .tex dl dd{
	display:block;
}
.jsjl ul li:hover{
	box-shadow: 30px 60px 50px 0px rgba(0,0,0,0.10); 
}
.inmore2{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	justify-content: center;
}
.inmore2 a{
	width: 8.0rem;
	height: 2.0rem;
	background: #DE1A37;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size:0.8rem;
	color:#FFF;
}
.inmore2 a i{
	width:15px;
	height:24px;
	background-image:url(jt.png);
	background-position: center;
	background-repeat:no-repeat;
	margin-left:1.0rem;
}

.foot{
	width:100%;
	float:left;
	padding-top:1.0rem;
	background-image:url(b03.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	margin-top:3.0rem;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 dl{
	width:48%;
	margin-top:2.0rem;
}

.foot01 dl dt{
	padding-bottom:1.0rem;
	position:relative;
	font-size:1.0rem;
	color:#FFF;
	font-weight:bold;
	margin-bottom:0.2rem;
}
.foot01 dl dt i{
	width:2.0rem;
	height:1px;
	position:absolute;
	bottom:0;
	left:0;
	background-color:rgba(255,255,255,0.3);
	z-index:1;
}
.foot01 dl dd{
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.0rem;
	color:#FFF;
	display: flex;
	align-items: center;
	width:100%;
	float:left;
}
.foot01 dl dd a{
	color:#FFF;
}
.foot01 dl dd img{
	margin-bottom:5px;
	max-width:100%;
}
.foot01 dl dd div{
	text-align:center;
}
.foot02{
	width:100%;
	float:left;
	margin-top:2.0rem;
	padding:1.0rem 0;
	border-top:1px solid rgba(255,255,255,0.1);
	color:rgba(255,255,255,0.5);
	
}
.bottom{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size:0.8rem;
}
.foot02 a{
	color:rgba(255,255,255,0.5);
	margin-left:5px;
	margin-right:5px;
}

.zlm{
	width:100%;
	height: auto;
	background: #f2f2f2;
	float:left;
	margin-top:4.0rem;
}
.zlm ul{
	display: flex;
	flex-wrap: wrap;
}
.zlm ul li{
	width: 33.33%;
	height: 2.5rem;
	border-right: 1px solid #e0e0e0;
	line-height:2.5rem;
	font-size:0.8rem;
	color:#666;
	display:flex;
}
.zlm ul li a{
	width:100%;
	height:2.5rem;
	line-height:2.5rem;
	text-align:center;
	color:#666;
}
.zlm ul li a:hover{
	background-color:#DE1A37;
	color:#FFF;
}
.zlm ul li .cur{
	background-color:#DE1A37;
	color:#FFF;
}

.nyab{
	width:100%;
	float:left;
	padding:3.0rem 0px;
}
.nyab01{
	width:100%;
	float:left;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.nyab01 h1{
	font-size:2.0rem;
	line-height:2.5rem;
	text-transform:uppercase;
	background: linear-gradient(97deg,#DE1A37, #1e3581 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}
.nyab01 h2{
	margin-top:1.0rem;
	margin-bottom:0.5rem;
	font-size:1.2rem;
	line-height:1.5rem;
	color:#333;
}
.nyab01 h3{
	font-size:0.8rem;
	line-height:1.0rem;
	font-family:Arial, Helvetica, sans-serif;
	background: linear-gradient(92deg,#DE1A37, #1e3581 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	margin-bottom:2.0rem;
}
.nyab01 .more{
	display:flex;
	margin-top:2.0rem;
}
.nyab01 .more a{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 8.0rem;
	height: 2.0rem;
	background: #DE1A37;
	line-height:2.0rem;
	color:#FFF;
}
.nyab01 .more a i{
	width:14px;
	height:22px;
	background-image:url(jt.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:1.0rem;
}
.nytit{
	width:100%;
	float:left;
	text-align:center;
	font-size:1.2rem;
	line-height:1.5rem;
}
.cutrul{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.cutrul ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cutrul ul li{
	width:48%;
	background: rgba(255,255,255,0.60);
	border: 2px solid #ffffff;
	padding:2.0rem;
	text-align:center;
	margin-top:1.0rem;
}
.cutrul ul li .pic{
	height:3.0rem;
	overflow:hidden;
}
.cutrul ul li .pic img{
	max-height:3.0rem;
}
.cutrul ul li dl dt{
	margin-top:2.0rem;
	font-size:0.8rem;
	font-weight:bold;
	color:#333;
}
.cutrul ul li dl dd{
	margin-top:1.0rem;
	font-size:0.8rem;
	color:#666;
	line-height:1.2rem;
}
.zs{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.zs ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.zs ul li{
	width:48%;
	background: #f2f2f2;
	padding:2.0rem;
	text-align:center;
	margin-top:1.0rem;
}
.zs ul li dl dt{
	overflow:hidden;
}
.zs ul li dl dt img{
	max-width:100%;
	transition: all 0.6s;
}
.zs ul li:hover dl dt img{
	transform: scale(1.05);
}
.zs ul li dl dd{
	text-align: center;
	font-size:0.8rem;
	margin-top:2.0rem;
}
.fy{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.fy ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.fy ul li{
	width: auto;
	display:flex;
	margin-left:0.2rem;
	margin-right:0.2rem;
}
.fy ul li a{
	padding:0.5rem 1.0rem;
	text-align:center;
	font-size:0.8rem;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 1.5rem;
	font-family:'宋体';
}
.fy ul li a:hover{
	background-color:#DE1A37;
	color:#FFF;
}

.ywu{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.ywu ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ywu ul li{
	width:100%;
	background: #ebf0f7;
	padding:2.0rem;
	margin-top:1.0rem;
	transition: all 0.6s;
}
.ywu ul li h1{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	font-size:1.5rem;
	color:#DE1A37;
}
.ywu ul li h1 img{
	max-height:3.5rem;
}
.ywu ul li dl dt{
	margin-top:1.0rem;
	font-size:1.0rem;
	font-weight:bold;
	line-height:1.5rem;
}
.ywu ul li dl dd{
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.ywu ul li:hover{
	background-color:#1E3581;
}
.ywu ul li:hover dl dt{
	color:#FFF;
}
.ywu ul li:hover dl dd{
	color:#FFF;
}
.ywshow{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ywshow-l{
	width:100%;
}
.ywshow-r{
	width:100%;
	margin-top:2.0rem;
}
.ywshow-r h1{
	margin-bottom:0.5rem;
	font-size:1.0rem;
	line-height:1.5rem;
}
.ywshow-r dl{
	margin-top:2.0rem;
}
.ywshow-r dl dt{
	font-size:1.0rem;
	color:#333;
	font-weight:bold;
	background-image:url(hx.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	display:flex;
	position:relative;
}
.ywshow-r dl dt div{
	background: rgba(255,255,255,1);
	width:auto;
	padding-right:0.5rem;
}
.ywshow-r dl dt b{
	font-size:0.8rem;
	color:#999;
	margin-left:0.2rem;
	font-family: Roboto;
	text-transform:uppercase;
}
.ywshow-r dl dd{
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
}
.hzdw{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.hzdw ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hzdw ul li{
	width:48%;
	margin-top:1.0rem;
	height: 6.0rem;
	background: #ffffff;
	border: 1.11px solid #e0e0e0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	transition: all 0.6s;
}
.hzdw ul li img{
	max-height:100%;
	max-width:100%;
}
.hzdw ul li:hover{
	border: 2.23px solid #0166aa;
	box-shadow: 33.39px 66.78px 55.65px 0px rgba(0,0,0,0.10); 
}

.allm{
	width:100%;
	float:left;
	margin-top:2.0rem;
	height:3.0rem;
	border-bottom:1px solid #e0e0e0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.allm a{
	margin-left:0.2rem;
	margin-right:0.2rem;
	font-size:0.8rem;
	line-height:2.8rem;
}
.allm a:hover{
	border-bottom:2px solid #DE1A37;
	color:#DE1A37;
}
.allm a.cur{
	border-bottom:2px solid #DE1A37;
	color:#DE1A37;
}

.allist{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.allist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.allist ul li{
	width:48%;
	background: #f2f2f2;
	position:relative;
	margin-top:1.0rem;
}
.allist ul li dl dt{
	overflow:hidden;
}
.allist ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.allist ul li:hover dl dt img{
	transform: scale(1.05);
}
.allist ul li dl dd{
	height:2.5rem;
	line-height:2.5rem;
	padding:0px 1.0rem;
	font-size:0.8rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	
}
.allist ul li .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background-color:rgba(30,53,129,0.9);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	opacity:0;
	transition: all 0.6s;
}
.allist ul li:hover .tex{
	opacity:1;
}
.allist ul li .tex div{
	width:90%;
}
.allist ul li .tex h1{
	font-size:1.0rem;
	line-height:1.5rem;
	color:#FFF;
	margin-bottom:1.0rem;
	text-align:center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.allist ul li .tex h2{
	font-size:0.8rem;
	color:#FFF;
	text-align:center;
	margin-bottom:1.0rem;
	display:none;
}
.allist ul li .tex .more{
	display: flex;
	align-items: center;
	justify-content: center;
}
.allist ul li .tex .more a{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 8.0rem;
	height: 2.0rem;
	border: 1px solid rgba(255,255,255,0.60);
	line-height:2.0rem;
	color:#FFF;
	font-size:0.8rem;
}
.allist ul li .tex .more a i{
	width:14px;
	height:22px;
	background-image:url(jt.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:1.0rem;
}
.gsys{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gsys-l{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
}
.gsys-l h1{
	font-size:1.2rem;
	line-height:1.5rem;
	margin-bottom:1.0rem;
	font-weight:normal;
}
.gsys-l ul{
	display:flex;
	flex-wrap: wrap;
	margin-top:2.0rem;
}
.gsys-l ul li{
	width:100%;
	margin-top:1.0rem;
	display:flex;
}
.gsys-l ul li a{
	width:100%;
	height: 2.5rem;
	background: #ebf0f7;
	line-height:2.5rem;
	text-align:center;
	font-size:0.8rem;
}
.gsys-l ul li a:hover{
	background: #DE1A37;
	color:#FFF;
}
.gsys-l ul li a.cur{
	background: #DE1A37;
	color:#FFF;
}
.gsys-r{
	width:100%;
	background: #ffffff;
	box-shadow: -20px 40px 100px 0px rgba(88,92,98,0.04), -15px 40px 100px 0px rgba(66,0,255,0.08);
	margin-top:2.0rem;
}
.gsys-r img{
	width:100%;
	height:auto;
	display:block;
}
.jstit{
	width:100%;
	float:left;
	margin-top:2.0rem;
	padding-bottom:1.0rem;
	border-bottom:1px solid rgba(0,0,0,0.10);
}
.jstit b{
	font-size:1.0rem;
	padding-bottom:1.0rem;
	border-bottom:3px solid #DE1A37;
}
.jstex{
	width:100%;
	float:left;
	margin-top:2.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.jstex img{
	max-width:100%;
	height:auto;
}

.gfzl{
	width:100%;
	float:left;
	margin-top:2.r0em;
}
.gfzl ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gfzl ul li{
	width:100%;
	background: #ebf0f7;
	position:relative;
	margin-top:1.0rem;
	padding:2.0rem;
	display: flex;
	justify-content: space-between;
}
.gfzl ul li .pic{
	width:21.4%;
	overflow: hidden;
}
.gfzl ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.gfzl ul li .tex{
	width:73%;
}
.gfzl ul li .tex dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
}
.gfzl ul li .tex dl dd{
	margin-top:1.0rem;
	font-size:0.8rem;
	color:#666;
}
.gfzl ul li .tex .ck{
	display:flex;
	margin-top:1.0rem;
}
.gfzl ul li .tex .ck a{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 8.0rem;
	height: 2.0rem;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	margin-right:0.5rem;
	font-size:0.8rem;
}
.gfzl ul li .tex .ck a img{
	margin-left:0.5rem;
	max-height:1.0rem;
}
.gfzl ul li .pic01{
	display:inline-block;
}
.gfzl ul li .pic02{
	display:none;
}
.gfzl ul li:hover .pic01{
	display:none;
}
.gfzl ul li:hover .pic02{
	display:inline-block;
}
.gfzl ul li:hover{
	background-color:#1E3581;
}
.gfzl ul li:hover .tex dl dt{
	color:#FFF;
}
.gfzl ul li:hover .tex dl dd{
	color:rgba(255,255,255,0.6);
}
.gfzl ul li:hover .tex .ck a{
	background: #DE1A37;
	border-radius: 4px;
	border: 1px solid #DE1A37;
	color:#FFF;
}

.sm2{
	width:100%;
	float:left;
	margin-top:1.0rem;
	text-align:center;
	font-size:1.0rem;
	line-height:1.5rem;
	color:#666;
}
.lxwm{
	width:100%;
	float:left;
	margin-top:2.0rem;
	text-align:center;
	font-size:0.8rem;
	line-height:2.0rem;
	font-weight:bold;
}

.zxly{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.zxly ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zxly ul li{
	width:100%;
	margin-top:1.0rem;
	display:flex;
}
.zxly ul li:nth-child(5){
	margin-top:1.5rem;
}
.bk{
	width:100%;
	height: 2.5rem;
	border: 0px solid #bdbdbd;
	padding-left:1.0rem;
	line-height:2.5rem;
	outline:none;
	font-family:'微软雅黑';
	color:#828282;
	font-size:0.8rem;
}
.anniu{
	width: 8.0rem;
	height: 2.5rem;
	background: #DE1A37;
	text-align:center;
	cursor:pointer;
	text-align:center;
	font-size:1.0rem;
	color:#fff;
	border:0px;
}

.zp{
	width: 100%;
	float: left;
}
.subNavBox4{
	width:100%;
	float:left;
	margin-top:2.0rem;
}

.subNav4{
	width:100%; 
	float:left; 
	padding:0px 1.0rem;
	display: flex;
	justify-content: space-between;
	CURSOR: pointer; 
	text-align:left;
	line-height:3.0rem; 
	font-size:0.8rem;
	background: #ffffff;
	box-shadow: -20px 40px 100px 0px rgba(88,92,98,0.04), -15px 40px 100px 0px rgba(66,0,255,0.08);
	margin-top:1.0rem;
}
.subNav4 i{ 
	width: 40%;
	display:none;
}
.subNav4 i:first-child{
	display:block;
}
.subNav4 i:last-child{
	display:block;
}
.subNav4 i.blue{
	color:#DE1A37;
}
.subNav4:hover{float:left; }
.currentDd4{background: #fff;}
.currentDd4 i{
	color: #333;
}

.navContent4{
	display: none;
	float:left; 
	width:100%; 
	padding:1.0rem; 
	line-height:1.5rem; 
	font-size:0.8rem;
	background-color: #ebf0f7;
}
.navContent4 dl{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom:3.0rem;
}
.navContent4 dl dd{
	width:50%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#333;
}
.navContent4 .line{
	width:100%;
	height:1px;
	display:flex;
	margin-top:3.0rem;
	margin-bottom:1.0rem;
	background-color:#e0e0e0;
}
.blue{
	color: #DE1A37;
}









.mart115{
	margin-top:4.0rem;
}
.f16{
	font-size:0.8rem;
}
.black{
	color:#333;
}
.mart0{
	margin-top:0px;
}
.mart120{
	margin-top:3.0rem;
}






















}
































