@charset "utf-8";
/* CSS Document */
body{
	font-size:12px;
	font-weight:normal;
	color:#244ba8;
	line-height:1.5;
	font-family:'黑体';
	margin:auto
}

@font-face{
	font-family: anton;
	src: url('../font/anton.woff.ttf'),
	url('../font/anton.woff.ttf'); /* IE9+,可以是具体的实际链接 */
}
	
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	}
img{
	border:0;
	}
ul,li{
	list-style:none;
	}
a{
	color:#244ba8;
	text-decoration:none;
	transition: all 0.6s;
	}
a:hover{
	color:#244ba8;
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}



@media (min-width:980px) {

.main{
	width: 980px;
	margin: auto;
}
.top{
	width: 100%;
	float: left;
	height: 32px;
	display: flex;
	background-color: #262626;
	justify-content: space-between;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px 24px;
}
.top .a01{
	width: auto;
	display: flex;
	align-items: center;
}
.top .a01 i{
	width: 10px;
	height: 5px;
	background-image: url(../img/xjt02.jpg);
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 5px;
}
.top .a02{
	width: auto;
	display: flex;
	align-items: center;
}
.top .a02 a.abtn{
	margin-left: 24px;
	padding: 4px 16px;
	background-color: #ff6955;
	border-radius: 4px;
	color: #FFFFFF;
}
.top .a02 a.abtn:hover{
	background-color: #f12106;
}
.top .a02 img{
	vertical-align: middle;
	margin-right: 5px;
}
.header{
	width: 100%;
	float: left;
	background-color: #f2f7fc;
	padding: 0px 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 62px;
	position: relative;
	z-index: 2111111;
}
.logo{
	width: 128px;
	height: 32px;
	display: flex;
	align-items: center;
}
.logo img{
	max-width: 128px;
	max-height: 32px;
	vertical-align: middle;
}
.innav{
	width: auto;
	height: 100%;
}
.innav ul{
	display: flex;
	align-items: center;
	height: 100%;
}
.innav ul li{
	width: auto;
	text-align: center;
	font-size: 12px;
	height: 100%;
	text-transform: uppercase;
	align-items: center;
	display: flex;
	position: relative;
	margin-left: 30px;
	color: #244ba8;
}
.innav ul li a{
	color: #244ba8;
	font-weight: bold;
}
.innav ul li a:hover{
	color: #4163b5;
}

.index01{
	width: 100%;
	float: left;
	height: 590px;
	background-color: #f2f7fc;
	display: flex;
	align-items: center;
}
.index01 .b01{
	width: 100%;
	float: left;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	position: relative;
	height: 590px;
	
}
.index01 .b01 .tex {
  width: 38%;
  font-size: 14px;
  line-height: 30px;
  color: #244ba8;
  position: absolute;
  left: 0;
  top: 50%;
  height: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.index01 .b01 .tex .sxian{
	width: 53px;
	height: 51px;
	position: absolute;
	top: -51px;
	right: 0;
	z-index: 11;
	background-image: url(../img/sx.png);
	background-position: center;
	background-repeat: no-repeat;
}
.index01 .b01 .tex h1{
	font-size: 40px;
	line-height: 52px;
	font-weight: normal;
	margin-bottom: 16px;
	font-weight: bold;
}
.index01 .b01 .tex .zx{
	margin-top: 24px;
	display: flex;
	align-items: center;
}
.index01 .b01 .tex .zx a{
	width: 240px;
	height: 48px;
	font-size: 12px;
	border-radius: 8px;
	background-color: #ff6955;
	text-align: center;
	line-height: 48px;
	color: #FFFFFF;
}
.index01 .b01 .tex .yy{
	margin-top: 16px;
	display: flex;
	align-items: center;
}
.index01 .b01 .tex .yy a{
	width: 240px;
	height: 48px;
	color: #244ba8;
	border: 1px solid #244ba8;
	border-radius: 8px;
	font-size: 12px;
	line-height: 48px;
	text-align: center;
}
.index01 .b01 .pic{
	width: 51%;
}
.index01 .b01 .pic2{
	width: auto;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	display: flex;
}
.index01 .b01 .pic img{
	width: 100%;
	height: auto;
	display: block;
}
.index02{
	width: 100%;
	float: left;
	background-color: #244ba8;
	padding-bottom: 80px;
	position: relative;
}
.xlm{
	width: 430px;
	height: 48px;
	box-shadow: 0 20px 36px rgba(0,0,0,.15);
	position: absolute;
	top: -24px;
	left: calc(50% - 215px);
	z-index: 11;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #FFFFFF;
	border-radius: 8px;
}
.xlm a{
	margin-left: 15px;
	margin-right: 15px;
}
.xlm img{
	vertical-align: middle;
	margin-right: 5px;
	max-height: 20px;
}
.wenti{
	width: 100%;
	float: left;
	margin-top: 80px;
}
.wenti h1{
	font-size: 32px;
	line-height: 52px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
}
.wenti ul{
	display: flex;
	margin-top: 45px;
	justify-content: space-between;
}
.wenti ul li{
	width: 100%;
	margin: 0 1%;
	background-color: #FFFFFF;
	border-radius: 24px;
	padding-bottom: 24px;
	overflow: hidden;
}
.wenti ul li .pic{
	height: 200px;
	overflow: hidden;
	margin-bottom: 24px;
}
.wenti ul li .pic img{
	width: 100%;
	height: 100%;
	display: block;
	transition: all 0.6s;
}
.wenti ul li:hover .pic img{
	transform: scale(1.05);
}
.wenti ul li dl dt{
	padding: 0px 24px;
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 16px;
}
.wenti ul li dl dd{
	margin-bottom: 32px;
	font-size: 16px;
	padding: 0px 24px;
}
.wenti ul li p{
	padding: 0px 24px;
	display: flex;
	text-transform: uppercase;
}
.wenti ul li p a{
	width: 100%;
	height: 48px;
	background-color: #ff6955;
	border-radius: 8px;
	line-height: 48px;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
}
.wenti ul li p b{
	margin-left: 5px;
}
.wenti ul li p a:hover{
	background-color: #ffa599;
}

.index03{
	width: 100%;
	float: left;
	background-color: #f2f7fc;
	padding-bottom: 80px;
}
.xinlai{
	width: 100%;
	float: left;
	margin-top: 80px;
}
.xinlai h1{
	font-size: 48px;
	line-height: 52px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 48px;
}
.xinlai ul{
	display: flex;
	justify-content: space-around;
}
.xinlai ul li dl dt{
	text-align: center;
	font-size: 48px;
	line-height: 52px;
	font-weight: bold;
}
.xinlai ul li dl dd{
	margin-top: 10px;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}
.qyj{
	width: 100%;
	float: left;
	margin-top: 80px;
}
.qylogo{
	width: 100%;
	float: left;
	margin-top: 80px;
}
.qylogo ul{
	display: flex;
	align-items: center;
	justify-content: center;
}
.qylogo ul li{
	margin-left: 24px;
	margin-right: 24px;
	width: auto;
}
.qylogo img{
    height: 42px;
}


.index04{
	width: 100%;
	float: left;
	background-color: #244ba8;
	padding-bottom: 80px;
}
.intitle{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 80px;
}
.intitle dl dt{
	font-size: 48px;
	line-height: 52px;
	color: #FFFFFF;
}
.intitle dl dd{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
	margin-top: 15px;
	padding: 0px 20%;
}

.help{
	width: 100%;
	float: left;
}
.help ul li{
	width: 100%;
	float: left;
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 5%;
}
.help ul li .pic{
	width: 50%;
	text-align: center;
}
.help ul li .pic img{
	max-width: 100%;
	height: auto;
}
.help ul li .tex{
	width: 40%;
	font-size: 16px;
	color: #FFFFFF;
}
.help ul li .tex.blue{
	color: #244ba8;
}
.help ul li .tex h1{
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.help ul li .tex .zx02{
	display: flex;
	margin-top: 24px;
}
.help ul li .tex .zx02 a{
	padding: 14px 32px;
	background-color: #ff6955;
	border-radius: 8px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
}
.feiyong{
	width: 100%;
	float: left;
	margin-top: 50px;
}
.feiyong ul li{
	width: 312px;
	padding: 24px;
	background-color: #FFFFFF;
	border-radius: 24px;
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	float: left;
	margin-right: 22px;
}
.feiyong ul li:nth-child(3n){
	margin-right: 0px;
	float: right;
}
.feiyong ul li h1{
	font-size: 28px;
	line-height: 32px;
	font-weight: normal;
	margin-bottom: 15px;
}
.feiyong ul li h1 img{
    max-width: 36px;
}
.feiyong ul li .feiyongb{
	font-size: 16px;
	line-height: 18px;
	color: #ff6955;
}
.feiyong ul li .a01{
	margin-top: 16px;
	border-top: 1px solid #244ba8;
	border-bottom: 1px solid #244ba8;
	padding: 16px 0px;
	width: 100%;
	float: left;
}
.feiyong ul li .a01 dl dt{
	height: 64px;
	background-color: #dff2e3;
	border-radius: 10px;
	color: #244ba8;
	font-size: 24px;
	text-align: center;
	line-height: 64px;
}
.feiyong ul li .a01 dl dt img{
	vertical-align: middle;
	margin-right: 5px;
}
.feiyong ul li .a01 dl dd{
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	line-height: 24px;
	margin-top: 16px;
}
.feiyong ul li .a01 dl dd b{
	font-size: 22px;
}
.feiyong ul li .a01 dl dd div:nth-child(2){
	text-align: right;
}
.feiyong ul li .a02{
	margin-top: 16px;
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
}


.subNavBox2{
	width:100%;
	float:left;
	margin-top: 30px;
}
.subNav2{
	width:100%; 
	float:left; 
	HEIGHT:auto;
	padding: 6px 0;
	DISPLAY: flex;
	justify-content: space-between;
	CURSOR: pointer;
	border-bottom:1px solid rgba(36,75,168,.3); 
	line-height:24px; 
	font-size:14px;
	align-items: center;
}
.subNav2 span{
	color: #ff6955;
}
.subNav2 i{ 
	width: 12px;
	height: 6px;
	background:url(../img/xjt.png) no-repeat center / contain; 
}
.subNav2:hover{float:left; }
.currentDd2{background: #FFFFFF;}
.currentDd2 i{
	background:url(../img/xjt.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;
}
.navContent2{
	display: none;
	float:left; 
	width:100%; 
	padding:15px 0px; 
	line-height:30px; 
	font-size:16px; 
	border-bottom:1px solid rgba(36,75,168,.3); 
}

.huoqu{
	width: 100%;
	float: left;
	margin-top: 30px;
}
.huoqu a{
	width: 100%;
	float: left;
	height: 48px;
	line-height: 48px;
	background-color: #ff6955;
	border-radius: 8px;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
}
.ct{
	text-decoration: line-through;
}

.join{
	width: 100%;
	float: left;
	height: 412px;
	background-image: url(../img/b03.jpg);
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
}
.join dl dt{
	font-size: 40px;
	line-height: 42px;
	margin-bottom: 24px;
	text-align: center;
	color: #FFFFFF;
}
.join dl dd{
	display: flex;
	justify-content: center;
}
.join dl dd a,.syfw01_01_con .a a{
	width: 264px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background-color: #ff6955;
	border-radius: 8px;
	font-size: 12px;
	color: #FFFFFF;
}
.sbiao{
	width: 100%;
	float: left;
	margin-top: 80px;
}
.sbiao ul{
	display: flex;
	justify-content: space-around;
}
.sbiao ul li{
	width: auto;
}
.sbiao ul li dl dt{
	margin-bottom: 16px;
	height: 50px;
	text-align: center;
}
.sbiao ul li dl dd{
	text-align: center;
	font-size: 12px;
	color: #666666;
}
.sbiao img{
    height: 50px;
}
.question{
	width: 100%;
	float: left;
	margin-top: 64px;
}
.question h1{
	font-size: 32px;
	line-height: 36px;
	text-align: center;
	font-weight: normal;
}

.subNavBox{
	width:100%;
	float:left;
	margin-top: 48px;
}
.subNav{
	width:100%; 
	float:left; 
	HEIGHT:90px;
	DISPLAY: flex;
	justify-content: space-between;
	CURSOR: pointer;
	border-bottom:1px solid rgba(36,75,168,.3); 
	line-height:80px; 
	font-size:18px;
	align-items: center;
}
.subNav i{ 
	width: 20px;
	height: 20px;
	background:url(../img/jhao.png) no-repeat center / contain; 
}
.subNav:hover{float:left; }
.currentDd{}
.currentDd i{
	background:url(../img/jhao.png) no-repeat center / contain;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}
.navContent{
	display: none;
	float:left; 
	width:100%; 
	padding:30px 0px; 
	line-height:30px; 
	font-size:16px; 
	border-bottom:1px solid rgba(36,75,168,.3); 
}
.main2{
	width: 650px;
	margin: auto;
}
.kf01{
	width: 100%;
	float: left;
	margin-top: 80px;
	text-align: center;
	font-size: 30px;
	line-height: 36px;
	color: #FFFFFF;
	font-weight: bold;
}
.kf01 h1{
	margin-bottom: 32px;
}
.kf02{
	width: 100%;
	float: left;
	margin-top: 16px;
}
.kf02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.kf02 ul li{
	width: calc(50% - 12px);
	margin-top: 16px;
}
.bk{
	width: 100%;
	height: 48px;
	line-height: 48px;
	border: 0px;
	border-radius: 8px;
	padding-left: 15px;
	font-size: 12px;
	font-family: "微软雅黑";
	color: #999;
	outline: none;
}
.anniu{
	width: 100%;
	height: 48px;
	line-height: 48px;
	border: 0px;
	cursor: pointer;
	background-color: #ff6955;
	border-radius: 8px;
	color: #FFFFFF;
	font-size: 12px;
	outline: none;
}
.kf02 p{
	text-align: center;
	margin-top: 24px;
	color: #FFFFFF;
}
.kf02 p a{
	color: #FFFFFF;
	text-decoration: underline;
}
.news{
	width: 100%;
	float: left;
	background-color: #3c3c3c;
	padding-top: 80px;
	color: #feecda;
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	line-height: 24px;
}
.news01{
	width: 50%;
	margin-right: 40px;
	float: left;
}
.news01 h1{
	font-size: 30px;
	line-height: 42px;
	font-weight: normal;
	margin-bottom: 15px;
}
.news01 .dingyue{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.news01 .sm{
	font-size: 12px;
	line-height: 24px;
	color: #feecda;
	margin-top: 10px;
}
.news01 .sm a{
	text-decoration: underline;
	color: #feecda;
}
.bk2{
	width: calc(100% - 105px);
	height: 48px;
	background-color: rgba(255,255,255,.1);
	line-height: 48px;
	border-radius: 8px;
	font-size: 14px;
	color: #b2b2b2;
	padding-left: 20px;
	border: 0px;
	outline: none;
}
.anniu2{
	width: 90px;
	height: 48px;
	line-height: 48px;
	background-color: #ff6955;
	border-radius: 8px;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	border: 0px;
	outline: none;
	cursor: pointer;
}
.news02{
	width: 396px;
	float: right;
}
.news02 img{
	width: 100%;
	height: auto;
	display: block;
}
.foot{
	width: 100%;
	float: left;
	background-color: #262626;
	padding: 80px 0px;
}
.foot01{
	width: 100%;
	float: left;
	display: flex;
}
.foot01 div{
	width: 33.33%;
	font-size: 14px;
	line-height: 24px;
	color: #7d7d7d;
}
.foot01 div a{
	color: #FFFFFF;
	line-height: 36px;
	font-weight: bold;
}
.foot01 div img{
	margin-right: 8px;
	vertical-align: middle;
}
.foot01 div a:hover{
	color: #7d7d7d;
}
.foot02{
	width: 100%;
	float: left;
	margin-top: 60px;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	color: #7d7d7d;
}
.hji{
	background: linear-gradient(89.57deg,#0e8069 .36%,#244ba8 99.62%);
}
.hji .innav ul li a{
	color: #FFFFFF;
}
.hj01{
	width: 100%;
	float: left;
	background: linear-gradient(89.57deg,#0e8069 .36%,#244ba8 99.62%);
	padding: 60px 0px;
	position: relative;
	display: flex;
	justify-content: space-between;
	color: #FFFFFF;
	text-align: center;
	align-items: flex-end;
	font-size: 16px;
}
.hj01 div:nth-child(2){
	max-width: 780px;
	text-align: center;
	color: #FFFFFF;
}
.hj01 h1{
	font-size: 56px;
	line-height: 60px;
	font-weight: normal;
	margin-bottom: 16px;
}
.hj01 .zx{
	margin-top: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hj01 .zx a{
	width: 240px;
	height: 48px;
	font-size: 12px;
	border-radius: 8px;
	background-color: #ff6955;
	text-align: center;
	line-height: 48px;
	color: #FFFFFF;
}
.hj01 .yy{
	margin-top: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hj01 .yy a{
	width: 240px;
	height: 48px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: 8px;
	font-size: 12px;
	line-height: 48px;
	text-align: center;
}
.hj01 .quxian{
	width: 100%;
	position: absolute;
	height: 62px;
	left: 0;
	bottom: 0;
	background-image: url(../img/ht.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.hj02{
	width: 100%;
	float: left;
	background: #dff2e3;
	padding-bottom: 80px;
	position: relative;
}
.hj02 .quxian{
	width: 100%;
	position: absolute;
	height: 62px;
	left: 0;
	bottom: 0;
	background-image: url(../img/ht02.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.hj03{
	width: 100%;
	float: left;
	padding: 64px 0px;
	position: relative;
}
.hj03 h1{
	font-size: 48px;
	line-height: 52px;
	font-weight: normal;
	margin-bottom: 48px;
	text-align: center;
}
.hj03 dl{
	width: 50%;
	text-align: center;
	float: left;
	margin-bottom: 24px;
}
.hj03 dl dt{
	height: 48px;
	margin-bottom: 10px;
	text-align: center;
}
.hj03 dl dt img{
	max-height: 48px;
}
.hj03 dl dd{
	font-size: 20px;
	line-height: 30px;
	text-align: center;
}
.hj03 h2{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 150px;
	background-image: url(../img/zz.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	float: left;
	font-weight: normal;
}
.hj03 h2 div{
	width: 752px;
	font-size: 32px;
	line-height: 40px;
	text-align: center;
}

.hj04{
	width: 100%;
	float: left;
	background-color: #dff2e3;
	padding-bottom: 80px;
	position: relative;
}
.hj04 .quxian{
	width: 100%;
	position: absolute;
	height: 62px;
	left: 0;
	top: 0;
	background-image: url(../img/ht03.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.hj04 .quxian2{
	width: 100%;
	position: absolute;
	height: 62px;
	left: 0;
	bottom: 0;
	background-image: url(../img/ht04.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.hj04 .quxian3{
	width: 100%;
	position: absolute;
	height: 62px;
	left: 0;
	top: 0;
	background-image: url(../img/ht05.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	-webkit-transform: rotate(180deg);
}
.intitle2{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 80px;
}
.intitle2 dl dt{
	font-size: 32px;
	line-height: 36px;
}
.intitle2 dl dd{
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	margin-top: 22px;
}

.ptai{
	width: 100%;
	float: left;
}
.ptai ul li{
	width: 100%;
	float: left;
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ptai ul li .pic{
	width: 50%;
	text-align: center;
}
.ptai ul li .tex{
	width: 50%;
	font-size: 16px;
	line-height: 28px;
	color: #FFFFFF;
	padding-right: 24px;
}
.ptai ul li .tex h1{
	font-size: 48px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-bottom: 16px;
	line-height: 52px;
}
.ptai ul li .tex .yy{
	display: flex;
	margin-top: 24px;
}
.ptai ul li .tex .yy a{
	width: 240px;
	background-color: #FFFFFF;
	border-radius: 8px;
	color: #244ba8;
	font-size: 12px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	line-height: 48px;
}

.note{
	width: 100%;
	float: left;
	margin-top: 48px;
	background-color: #FFFFFF;
	padding: 60px;
	border-radius: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	line-height: 30px;
}
.note h1{
	margin-bottom: 40px;
	font-size: 22px;
	line-height: 30px;
	font-weight: normal;
}
.note div{
	width: calc(50% - 10px);
}
.note .zx{
	margin-top: 24px;
	display: flex;
	align-items: center;
}
.note .zx a{
	width: 240px;
	height: 48px;
	font-size: 12px;
	border-radius: 8px;
	background-color: #ff6955;
	text-align: center;
	line-height: 48px;
	color: #FFFFFF;
}

.sytitle{
	width: 100%;
	float: left;
	margin-top: 48px;
	margin-bottom: 32px;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
.sytitle2{
	width: 100%;
	float: left;
	height: 45px;
	border-bottom: 1px solid #506fb9;
}
.sytitle2 ul{
	display: flex;
	justify-content: center;
}
.sytitle2 ul li{
	width: 145px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
.sytitle2 ul li a{
	width: 100%;
	float: left;
	height: 45px;
	text-align: center;
	color: #FFFFFF;
}
.sytitle2 ul li a:hover{
	background-color: #FFFFFF;
	border-radius: 10px 10px 0 0;
	color: #244ba8;
}
.sytitle2 ul li .cur{
	background-color: #FFFFFF;
	border-radius: 10px 10px 0 0;
	color: #244ba8;
}

.long{
	width: 100%;
	float: left;
	border: 1px solid rgba(255,255,255,.2);
	border-radius:24px;
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	color: #FFFFFF;
	padding: 24px;
}
.long ul{
	width: calc(33.33% - 50px);
}
.long ul li{
	width: 100%;
	float: left;
	display: flex;
	font-size: 16px;
	line-height: 30px;
}
.long ul h1{
	font-size: 32px;
	line-height: 36px;
	margin-bottom: 16px;
}
.long ul li div{
	max-width: 175px;
	margin-right: 24px;
}

.fw{
	width: 100%;
	float: left;
	background-color: #ff6955;
	height: 325px;
}
.fw01{
	width: 100%;
	float: left;
	height: 325px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #FFFFFF;
}
.fw01 div{
	width: 40%;
	font-size: 14px;
	line-height: 24px;
}
.fw01 div img{
	max-width: 100%;
	height: auto;
}
.fw01 div h1{
	font-size: 36px;
	line-height: 50px;
	font-weight: normal;
	margin-bottom: 10px;
}
.zixun{
	width: 100%;
	float: left;
	height: 487px;
	background-image: url(../img/b04.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.zixun01{
	width: 100%;
	float: left;
	height: 487px;
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 30px;
	color: #FFFFFF;
}
.zixun01 h1{
	font-size: 36px;
	line-height: 52px;
	font-weight: normal;
	margin-bottom: 16px;
}
.zixun01 .yy{
	display: flex;
	margin-top: 24px;
}
.zixun01 .yy a{
	width: 145px;
	height: 48px;
	background-color: #ff6955;
	border-radius: 8px;
	line-height: 48px;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
}
.nytitle{
	width: 100%;
	float: left;
	margin-top: 64px;
	text-align: center;
}
.nytitle dl dt{
	font-size: 48px;
	line-height: 52px;
	margin-bottom: 16px;
}
.nytitle dl dd{
	font-size: 16px;
	line-height: 30px;
}
.fanan{
	width: 100%;
	float: left;
	margin-top: 48px;
}
.fanan ul{
	display: flex;
	flex-wrap: wrap;
}
.fanan ul li{
	width: calc(34.15% - 24px);
	background-color: #FFFFFF;
	padding: 24px 16px 24px 24px;
	border-radius: 20px;
	margin-right: 24px;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 24px;
}
.fanan ul li .pic{
	height: 90px;
	overflow: hidden;
	margin-bottom: 14px;
}
.fanan ul li .pic span{
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.fanan ul li .pic img{
	max-height: 80px;
	max-width: 100%;
	vertical-align: middle;
}
.fanan ul li dl dt{
	margin-bottom: 4px;
	font-size: 12px;
}
.fanan ul li dl dd{
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 25px;
}
.fanan ul li:nth-child(3n){
	margin-right: 0px;
}

.lc{
	width: 100%;
	float: left;
	margin-top: 48px;
	position: relative;
	background-image: url(../img/bg-circle.png);
	background-position: 0 48px;
	background-repeat: repeat-x;
}
.lc ul{
	display: flex;
	justify-content: center;
}
.lc ul li{
	width: 228px;
	margin-left: 30px;
	margin-right: 30px;
	text-align: center;
	color: #FFFFFF;
}
.lc ul li .pic{
	height: 88px;
	text-align: center;
	overflow: hidden;
}
.lc ul li dl dt{
	margin-top: 16px;
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 10px;
}
.lc ul li dl dd{
	font-size: 15px;
	line-height: 24px;
}

.ac01{
	width: 100%;
	float: left;
	margin-top: 80px;
	font-size: 16px;
	line-height: 30px;
}
.ac01 h1{
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: normal;
}

.ac02{
	width: 100%;
	float: left;
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 80px;
}
.ac02 .tex{
	width: 40%;
	font-size: 16px;
	line-height: 30px;
}
.ac02 .tex h1{
	font-size: 48px;
	line-height: 52px;
	font-weight: normal;
	margin-bottom: 16px;
}
.ac02 .pic{
	width: 50%;
}
.ac02 .pic img{
	max-width: 100%;
	height: auto;
}

.fanfy{
	width: 100%;
	float: left;
	padding-top: 80px;
	color: #FFFFFF;
	text-align: center;
	position: relative;
}
.fanfy .xx{
	width: 80px;
	height: 80px;
	position: absolute;
	right: 0;
	top: 80px;
	z-index: 11;
	background-image: url(../img/xx.png);
	background-position: center;
	background-repeat: no-repeat;
}
.fanfy dl dt{
	font-size: 32px;
	line-height: 36px;
}
.fanfy dl dd{
    margin-top: 22px;
	font-size: 14px;
	line-height: 20px;
}
.ck{
	display: flex;
	margin-top: 48px;
	justify-content: center;
}
.ck a{
	padding: 12px 32px;
	background-color: #ff6955;
	border-radius: 8px;
	color: #FFFFFF;
	font-size: 12px;
}
.ac03{
	width: 100%;
	float: left;
	height: 168px;
	background-image: url(../img/b05.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.ac03-l{
	width: 100%;
	float: left;
	height: 168px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 32px;
	line-height: 36px;
	color: #FFFFFF;
}
.ac03-l a{
	padding: 14px 32px;
	margin-left: 24px;
	border-radius: 8px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 12px;
}
.ac03-l a:nth-child(2){
	border: 1px solid #244ba8;
	background-color: #244ba8;
	color: #FFFFFF;
}

.wenj{
	width: 100%;
	float: left;
	padding-top: 80px;
	text-align: center;
}
.wenj dl dt{
	font-size: 48px;
	line-height: 52px;
	margin-bottom: 16px;
}
.wenj dl dd{
	font-size: 16px;
	line-height: 24px;
}
.bqiao{
	display: flex;
	margin-top: 24px;
	justify-content: center;
}
.bqiao div{
	max-width: 665px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.bqiao div a{
	padding: 12px 32px;
	box-shadow: 0 20px 36px rgba(36,75,168,.05);
	border-radius:64px;
	background-color: #FFFFFF;
	margin-top: 24px;
	margin-left: 8px;
	margin-right: 8px;
	font-size: 16px;
}
.szbj{
	background-image: url(../img/4-0-3-bgr.png);
	background-position: center;
	background-repeat: no-repeat;
}
.sz01{
	width: 100%;
	height: 68px;
	float: left;
	background-image: url(../img/9-6-bgr.png);
	background-position: center;
	background-repeat: no-repeat;
}
.table-wrapper{
	width: 100%;
	float: left;
	margin-top: 48px;
	padding: 0px 24px;
	font-size: 16px;
}
.table-wrapper table{
	border-collapse:collapse;
	border-radius:24px;
	box-shadow:inset 0 0 0 1px #c9c9c9;
	width: 100%;
}
.table-wrapper tr+tr{
	border-top: 1px solid #c9c9c9;
}
.table-wrapper td, .table-wrapper th{
	padding: 16px 24px;
	min-width: 312px;
	text-align: left;
	vertical-align: top;
	border-right: 1px solid #c9c9c9;
}

.ac04{
	width: 100%;
	float: left;
	background-color: #ff6955;
	color: #FFFFFF;
	padding-top: 64px;
}
.ac04 .baogao{
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
}
.ac04 .baogao .pic{
	width: 50%;
	text-align: center;
	display: flex;
	justify-content: center;
}
.ac04 .baogao .pic img{
	max-width: 100%;
	height: auto;
}
.ac04 .baogao .tex{
	width: calc(50% - 24px);
}
.ac04 .baogao .tex h1{
	margin-bottom: 24px;
	font-size: 40px;
	line-height: 42px;
	color: #FFFFFF;
	margin-top: 55px;
}
.ac04 .baogao .tex img{
	margin-right: 16px;
}
.haop{
	width: 100%;
	float: left;
	text-align: ;
	margin-top: 80px;
	text-align: center;
	position: relative;
}
.haop h1{
	margin-bottom: 36px;
	margin-top: 34px;
	font-size: 56px;
	line-height: 60px;
}
.haop .zx{
	display: flex;
	align-items: center;
	justify-content: center;
}
.haop .zx a{
	padding: 14px 32px;
	font-size: 12px;
	border-radius: 8px;
	text-align: center;
	color: #FFFFFF;
}
.haop .zx a:first-child{
	background-color: #ff6955;	
}
.haop .zx a:nth-child(2){
	padding: 14px 32px;
	color: #244ba8;
	border: 1px solid #244ba8;
	border-radius: 8px;
	font-size: 12px;
	text-align: center;
	margin-left: 16px;
	background-color: none;
}
.haop .sanx{
	width: 53px;
	height: 51px;
	background-image: url(../img/sx.png);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transform: rotate(180deg);
	position: absolute;
	bottom: -41px;
	left: 25%;
}

.buzou{
	width: 100%;
	float: left;
	margin-top: 64px;
}
.buzou01{
	width: 100%;
	float: left;
	justify-content: space-between;
	display: flex;
}
.buzou01 .aleft{
	display: flex; width: 58%;
}
.buzou01 .sz{
	width: auto;
	margin-right: 60px;
	font-size: 32px;
	color: #ff6955;
	font-weight: bold;
	line-height: 36px;
}
.buzou01 .bt{
	width: auto;
	font-size: 16px;
}
.buzou01 .bt h1{
	font-size: 32px;
	line-height: 36px;
	margin-bottom: 16px;
}
.buzou01 .pic{
	width: auto;
}
.buzou02{
	width: 100%;
	float: left;
	padding-left: 60px;
	margin-top: 32px;
}
.buzou02 ul{
	display: flex;
	justify-content: space-between;
}
.buzou02 ul li{
	width: auto;
	max-width: 228px;
}
.buzou02 ul li .pic{
	height: 60px;
	margin-bottom: 16px;
	overflow: hidden;
}
.buzou02 ul li dl dt{
	font-size: 20px;
	line-height: 24px;
}
.buzou02 ul li dl dd{
	margin-top: 8px;
	font-size: 16px;
	line-height: 30px;
}
.more{
	margin-top: 16px;
	display: flex;
}
.more a{
	padding: 5px 16px;
	font-size: 12px;
	border: 1px solid #244ba8;
	border-radius: 8px;
}
.more img{
	vertical-align: middle;
	margin-left: 8px;
	transition: transform .2s;
}
.more.show img {
	transition: transform .2s;
    transform: rotate(-180deg);
}
.show_more_content{
	margin-top:15px; display:none;
}
.show_more_content.show{
	display:block;
}

.ad01{
	width: 100%;
	float: left;
	text-align: ;
	margin-top: 80px;
	text-align: center;
	position: relative;
	padding-bottom: 80px;
	background-image: url(../img/back.png);
	background-position: center;
	background-repeat: no-repeat;
}
.ad01 h1{
	font-size: 48px;
	line-height: 52px;
	text-align: center;
}
.ad01 h1 i{
	color: #ff6955;
}
.ad01 .zx{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 24px;
}
.ad01 .zx a{
	padding: 14px 32px;
	font-size: 12px;
	border-radius: 8px;
	text-align: center;
	color: #FFFFFF;
	background-color: #ff6955;
}
.ad02{
	width: 100%;
	float: left;
	height: 252px;
	background-image: url(../img/ocbc-cite.png);
	background-position: center;
	background-repeat: no-repeat;
}
.ad02-1{
	width: 53%;
	height: 252px;
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 26px;
}
.ad02-1 h1{
	margin-bottom: 16px;
	font-size: 40px;
	line-height: 42px;
	font-weight: normal;
}
.ad03{
	width: 100%;
	float: left;
	background-color: #FFFFFF;
	box-shadow: 0 14px 44px rgba(0,0,0,.03);
	border-radius: 24px;
	overflow: hidden;
	margin-top: 80px;
}
.ad03 ul{
	display: flex;
	flex-wrap: wrap;
}
.ad03 ul li{
	width:25%;
	padding: 20px 30px;
	border-left: 1px solid #eeeeee;
	border-bottom: 1px solid #EEEEEE;
	font-size: 16px;
	line-height: 26px;
}
.zeren{
	width: 100%;
	float: left;
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
}
.zeren01{
	width: 50%;
	padding: 0px 68px;
}
.zeren01 .pic{
	text-align: center;
	overflow: hidden;
	margin-bottom: 30px;
}
.zeren01 dl dt{
	font-size: 35px;
	line-height: 45px;
	margin-bottom: 25px;
}
.zeren01 dl dd{
	font-size: 16px;
}
.zeren01 p{
	margin-top: 16px;
	display: flex;
}
.zeren01 .xwen{
	width: 210px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background-color: #ff6955;
	border-radius: 8px;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
}

.bktop{
	width: 100%;
	float: left;
	background-color: #262626;
	height: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
	font-size: 16px;
}
.bktop img{
	vertical-align: middle;
	max-height: 20px;
	margin-right: 10px;
}
.bktop .dyue{
	width: auto;
	display: flex;
	margin-left: 72px;
}
.dybk{
	width: 245px;
	height: 33px;
	border: 0px;
	border-radius: 4px;
	margin-right: 8px;
	line-height: 33px;
	outline: none;
	padding-left: 15px;
	font-size: 14px;
	color: #999999;
	font-family: "黑体";
}
.dyanniu{
	width: 60px;
	height: 33px;
	border: 0px;
	cursor: pointer;
	line-height: 33px;
	text-align: center;
	font-size: 12px;
	background-color: #ff6955;
	color: #FFFFFF;
	border-radius: 4px;
}
.bkmain{
	max-width: 1310px;
	margin: auto;
	color: #666666;
}
.bkheader{
	width: 100%;
	float: left;
	display: flex;
	height: 80px;
	justify-content: space-between;
	align-items: center;
	margin-top: 25px;
	font-size: 16px;
}
.bkheader a{
	color: #666666;
}
.bkheader div:first-child a{
	margin-right: 30px;
}
.bkheader img{
	vertical-align: middle;
}
.bkheader div:nth-child(2) a{
	margin-left: 30px;
}
.bkheader div:nth-child(2) img{
	margin-right: 8px;
	max-height: 20px;
}
.bkindex01{
	width: 100%;
	float: left;
	margin-top: 25px;
	display: flex;
	justify-content: space-between;
}
.tjpic{
	width: 65.8%;
	border-radius:12px;
	background-color: #dddfeb;
	padding-bottom: 18px;
	overflow: hidden;
}
.tjpic .pic{
	overflow: hidden;
}
.tjpic .pic img{
	width: 100%;
	height: auto;
	display: block;
}
.tjpic dl dt{
	margin-top: 24px;
	padding: 0px 24px;
	display: flex;
	color: #666666;
	font-size: 14px;
}
.tjpic dl dt div{
	margin-right: 20px;
}
.tjpic dl dt div img{
	vertical-align: middle;
	margin-right: 10px;
	max-height: 17px;
}
.tjpic dl dd{
	padding: 0px 24px;
	margin-top: 12px;
	font-size: 36px;
	line-height: 45px;
	color: #262626;
}
.tjpic dl dd a{
	color: #262626;
}
.tjpic dl dd a:hover{
	text-decoration: underline;
}
.zxwz{
	width: 31.2%;
	color: #333333;
}
.zxwz h1{
	font-size: 32px;
	line-height: 38px;
	font-weight: normal;
	margin-bottom: 24px;
}
.zxwz ul li{
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.zxwz ul li a{
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
}
.zxwz ul li dl{
	width: calc(100% - 110px);
}
.zxwz ul li dl dt{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #333333;
}
.zxwz ul li dl dd{
	font-size: 14px;
	line-height: 17px;
	display: flex;
	color: #666666;
}
.zxwz ul li dl dd img{
	vertical-align: middle;
	margin-left: 8px;
	margin-right: 8px;
	max-height: 17px;
}
.zxwz ul li .pic{
	width: 80px;
	height: 80px;
	overflow: hidden;
}
.zxwz ul li:hover dl dt{
	text-decoration: underline;
}

.bkdy{
	width: 100%;
	float: left;
	background-color: #ff6955;
	padding-top: 40px;
	margin-top: 110px;
}
.bkdy01{
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
}
.bkdy01 .pic{
	width: auto;
	margin-right: 40px;
	display: flex;
}
.bkdy01 .tex{
	width: 50%;
	max-width: 530px;
	color: #FFFFFF;
}
.bkdy01 .tex h1{
	margin-top: 105px;
}
.bkdy01 .tex h2{
	font-size: 32px;
	line-height: 38px;
	margin-top: 32px;
	margin-bottom: 24px;
	color: #FFFFFF;
	font-weight: normal;
}
.bkdy01 .tex a{
	color: #FFFFFF;
	text-decoration: underline;
}
.bkdy01 .tex .search{
	display: flex;
	margin-bottom: 10px;
}
.dybk2{
	width: 400px;
	height: 48px;
	border: 0px;
	border-radius: 4px;
	margin-right: 8px;
	line-height: 48px;
	outline: none;
	padding-left: 15px;
	font-size: 14px;
	color: #999999;
	font-family: "黑体";
	margin-right: 16px;
}
.dyanniu2{
	width: 95px;
	height: 48px;
	border: 0px;
	cursor: pointer;
	line-height: 48px;
	text-align: center;
	font-size: 12px;
	background-color: #244ba8;
	color: #FFFFFF;
	border-radius: 4px;
}

.dwlm{
	width: 100%;
	float: left;
	margin-top: 40px;
	padding-bottom: 48px;
	border-bottom: 1px solid rgba(0,0,0,.1);
	font-size: 64px;
	color: #333333;
	text-align: center;
}
.newlist{
	width: 100%;
	float: left;
}
.newlist ul{
	display: flex;
	flex-wrap: wrap;
}
.newlist ul li{
	width: calc(34.35% - 40px);
	margin-top: 48px;
	margin-right: 40px;
}
.newlist ul li .pic{
	margin-bottom: 16px;
	border-radius: 12px;
	overflow: hidden;
	height: 275px;
}
.newlist ul li .pic img{
	width: 100%;
	height: 100%;
	display: block;
}
.newlist ul li h1{
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 15px;
	color: #333333;
}
.newlist ul li h1 img{
	vertical-align: middle;
	margin-right: 8px;
}
.newlist ul li h2{
	font-size: 24px;
	line-height: 29px;
	color: #333333;
	margin-bottom: 15px;
}
.newlist ul li dl dt{
	font-size: 16px;
	color: #666666;
}
.newlist ul li dl dd{
	margin-top: 60px;
	font-size: 14px;
	color: #666666;
}
.newlist ul li dl dd img{
	vertical-align: middle;
	max-height: 15px;
	margin-top: -2px;
}
.newlist ul li:nth-child(3n){
	margin-right: 0px;
}

.fy{
	width: 100%;
	float: left;
	margin-top: 40px;
	margin-bottom: 60px;
}
.fy ul{
	display: flex;
	justify-content: center;
}
.fy ul li{
	font-size: 16px;
	line-height: 38px;
}
.fy ul li a{
	padding: 10px 20px;
	height: 38px;
	text-align: center;
	border: 1px solid #E0E0E0;
	border-right: 0px;
}
.fy ul li a:hover{
	background-color: #244ba8;
	color: #FFFFFF;
}
.fy ul li:last-child a{
	border: 1px solid #E0E0E0;
}
.fy ul li .cur{
	background-color: #244ba8;
	color: #FFFFFF;
}
.hx{
	width: 100%;
	float: left;
	margin-top: 25px;
	height: 1px;
	background-color: rgba(0,0,0,0.1);
}
.add{
	width: 100%;
	float: left;
	color: #666666;
	margin-top: 40px;
}
.add a{
	color: #666666;
}
.date{
	width: 100%;
	float: left;
	margin-top: 24px;
	display: flex;
	align-items: center;
	color: #333333;
	font-size: 14px;
}
.date div{
	display: flex;
	align-items: center;
	margin-right: 15px;
}
.date img{
	max-height: 35px;
	margin-right: 6px;
}
.date a{
	color: #333333;
}
.date i{
	width: 24px;
	height: 24px;
	background-color: rgba(36,75,168,.1);
	color: #244BA8;
	margin-right: 8px;
	border-radius: 50%;
	text-align: center;
	font-weight: bold;
	line-height: 24px;
}
.showtitle{
	width: 100%;
	float: left;
	margin-top: 24px;
	font-size: 40px;
	line-height: 45px;
	color: #333333;
}
.showtex{
	width: 100%;
	float: left;
	margin-top: 32px;
	font-size: 16px;
	color: #333333;
}
.showtex h1{
	font-size: 30px;
	line-height: 35px;
	margin: 48px 0 24px;
}
.showtex h2{
	font-size: 24px;
	line-height: 35px;
	margin: 48px 0 24px;
}
.showtex p{
	margin-top: 16px;
}
.main03{
	width: 930px;
	margin: auto;
}

.fenxiang{
	width: 100%;
	float: left;
	margin-top: 40px;
	font-size: 12px;
	color: #999999;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.fenxiang img{
	margin-left: 10px;
}
.biaoq{
	width: 100%;
	float: left;
	margin-top: 40px;
}
.biaoq h1{
	font-size: 16px;
	margin-bottom: 16px;
}
.biaoq ul{
	display: flex;
}
.biaoq ul li{
	width: auto;
	margin-right: 16px;
	display: flex;
	font-size: 14px;
}
.biaoq ul li i{
	width: 24px;
	height: 24px;
	background-color: rgba(36,75,168,.1);
	color: #244BA8;
	margin-right: 8px;
	border-radius: 50%;
	text-align: center;
	font-weight: bold;
	line-height: 24px;
}






.mart48{
	margin-top: 48px;
}
.red{
	color: #ff6955;
}
.greebj{
	background-color: #dff2e3;
}
.blue{
	color: #244ba8;
}
.mart16{
	margin-top: 16px;
}
.mart10{
	margin-top: 10px;
}
.mart0{
	margin-top: 0px;
}
.header2{
	display: none;
}
.mobile{
	display: none;
}


.pt80{
    padding-top: 80px;
}
.pb80{
    padding-bottom: 80px;
}
.new_title_t{
    font-size: 26px; color: #244ba8; font-weight: bold; text-align: center; margin-bottom: 18px;
}
.new_title_b{
    font-size: 16px; color: #244ba8; text-align: center; min-height: 1px;
}


.newtab{
    width: 100%; background: #fff; font-size: 0px; box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1); clear: both;
}
.newtab a,.newtab span{
    display: inline-block;
}
.newtab a{
    font-size: 16px; color: #333; padding: 15px 20px; position: relative;
}
.newtab a.active{
    color: #244ba8;
}
.newtab a.active::after{
    position: absolute; width: 100%; height: 3px; content: " "; background: #244ba8; left: 0; bottom: 0;
}
.newtab span{
    font-size: 16px; color: #c6c6c6;
}
.newtab span:last-child{
    display: none;
}
.gsfw01_01{
    background: #dff2e3;
}
.gsfw01_01_in{
    display: flex; flex-direction: row; justify-content: space-between;
}
.gsfw01_01_li{
    text-align: center; width: 25%;
}	
.gsfw01_01_li img{
    display: inline-block; height: 66px;
}
.gsfw01_01_li .text{
    font-size: 16px; color: #3f56a8; margin-top: 30px;
}
.gsfw01_02{
    background: #f2f7fc;
}
.main_else{
    width: 1140px; margin: 0 auto;
}
.gsfw01_02_in{
    display: flex; flex-direction: row; justify-content: space-between;
}
.gsfw01_02_left{
    width: 33%;
}
.gsfw01_02_right{
    width: 57%;
}
.gsfw01_02_left_in{
    display: flex; flex-direction: row; justify-content: space-between;   flex-wrap: wrap;
}
.gsfw01_02_left_li{
    width: 50%; text-align: center; margin-top: 40px;
}
.gsfw01_02_left_li img{
    display: inline-block; height: 58px;
}
.gsfw01_02_left_li .text{
    font-size: 18px; color: #244ba8; margin-top: 30px; font-weight: bold;
}


.gsfw02{
    background: #244ba8; overflow: hidden;
}
.gsfw02 .intitle,.gsfw02 .intitle2,.fzfw01 .intitle2,.syfw01_01 .intitle2{
    padding-top: 0 !important; margin-top: 0 !important; float: none !important;
}
.gsfw02 .intitle dl dd{
    padding: 0 !important;
}
.gsfw02_tab{
    width: 100%;  font-size: 0px; margin-top: 30px; text-align: center;
}
.gsfw02_tab a,.gsfw02_tab span{
    display: inline-block;
}
.gsfw02_tab a{
    font-size: 16px; color: #fff;  padding:4px 8px; border-radius: 6px; background: #244ba8; margin: 0 4px;
}
.gsfw02_tab a.active{
    background: #fff; color: #244ba8;
}

.gsfw02_tab span{
    font-size: 16px; color: #fff; margin: 0 15px; display: none;
}

.gsfw02_con_li{
    display: none;
}
.gsfw02_con_li.active{
    display: block;
}

.gsfw03{
    background: #dff2e3; overflow: hidden;
}
.gsfw03 .intitle2{
    padding-top: 0 !important; margin-top: 0 !important; float: none !important;
}
.gsfw03_con_b{

}
.gsfw05{
    overflow: hidden;
}
.gsfw05 .question {
  margin-top: 0px !important;
}
.gsfw06{
    background: #dff2e3; overflow: hidden;
}
.gsfw06 .question {
  margin-top: 0px !important;
}
.gsfw06 span a{
    color: #fff; display: inline-block; background: #ff6955; padding: 15px; border-radius: 8px; line-height: 1;
}
.gsfw07_con{
    display: flex; flex-direction: row; justify-content: space-between;   flex-wrap: wrap; color: #fff;
}
.gsfw07_left{
    width: 23%;
}
.gsfw07_left .t{
    font-size: 36px; 
}
.gsfw07_left .b{
    font-size: 16px; margin: 25px 0 0;
}
.gsfw07_left img{
    display: inline-block; max-width: 100%;
}
.gsfw07_right{
    width: 70%;
}
.gsfw07_right_list{
    display: flex; flex-direction: row; justify-content: space-between;   flex-wrap: wrap; margin-top: 30px;
}
.gsfw07_right_list:first-child{
    margin-top: 0;
}
.gsfw07_right_list .img{
    width: 64px;   display: flex;
    justify-content: center;
    flex-direction: column;
}
.gsfw07_right_list .img img{
    display: inline-block; width: 100%;
}
.gsfw07_right_list .text{
    width: calc(100% - 90px);
}
.gsfw07_right_list .text .t{
    font-size: 20px; margin-bottom: 12px;
}
.gsfw07_right_list .text .b{
    font-size: 14px; line-height:24px;
}

}


.newpage_banner_height{
    width: 100%; height: 92px;
}
.newpage_banner{
    width: 100%; position: relative;  background: #244ba8;
}
.newpage_banner_in{
    width: 1200px; margin: 0 auto; display: flex; justify-content: space-between;
}
.newpage_banner_in .img img{
    display: block; height: 400px;
}

.newpage_banner .text{
    z-index: 2; text-align: left; color: #fff; display: flex; flex-direction: column; justify-content: center; max-width:40%;
}
.newpage_banner .text .t{
    font-size: 48px;  margin-bottom: 10px; font-weight: bold;
}
.newpage_banner .text .b{
    font-size: 16px;
}
.newpage_banner.newpage_banner_us{
    background: #007bd9;
}
.newpage_banner_us .newpage_banner_in .img img{
    height: 540px;
}
.newpage_banner .text .t.ussmall{
    font-size: 38px;  font-weight: normal;
}
.newpage_banner .text .b.ussmall{
    font-size:14px;  font-weight: normal; line-height: 1.75;
}
.us_banner_bottom{
    width: 100%; background: #dff2e3;
}
.us_banner_bottom img{
    display: block; width: 100%;
}

.yhfw01_con{
    display: flex; justify-content: space-between; flex-wrap: wrap;
}
.yhfw01_01_li{
    width: 33.33%; text-align: center; margin-top: 70px;
}
.yhfw01_01_li img{
    display: inline-block; height: 75px;
}
.yhfw01_01_li .text{
    font-size: 16px; color: #3f56a8; margin-top: 25px;
}


.yhfw02_con{
    display: flex; justify-content: space-between; flex-wrap: wrap; clear: both;
}
.yhfw02_01_li{
    width: 33.33%; text-align: center; margin-top: 70px;
}
.yhfw02_01_li img{
    display: inline-block; height: 147px;
}
.yhfw02_01_li .text{
    font-size: 18px; color: #fff; margin-top: 25px;
}

.yhfw03 .huoqu{
    width:250px; float: none; margin: 0 auto; clear: both;
}
.yhfw04 .subNav2{
    justify-content: unset;
}
.yhfw04 .subNav2 span{
    font-weight: bold;
}
.yhfw04 .feiyong ul li h1{
    text-align: center;
}
.yhfw04 .feiyong ul li h1 img{
    margin-right: 5px;
}
.yhfw06{
    background: #fff; clear: both;
}
.gsfw06.yhfw06 span a{
    margin-right: 15px;
}
.gsfw06.yhfw06 span a:last-child{
    margin-right: 0;
}

.fzfw03,.fzfw01 {
    clear: both;
}

.fzfw02 .lc ul li dl dt{
    font-size: 14px;
}
.fzfw02  .lc ul li {
  width: 20%;
  margin-left: 0px;
  margin-right: 0px;
}

.fzfw01_con{
    display: flex; justify-content: space-between; flex-wrap: wrap;
}
.fzfw01_list{
    width: 49%; background: #fff; padding: 55px 30px 35px; border-radius: 20px; display: flex; justify-content: space-between; margin-top: 30px;
}
.fzfw01_list img{
    display: inline-block; width: 68px;
}
.fzfw01_list .fzfw01_text{
    width: calc(100% - 100px);
}
.fzfw01_list .fzfw01_text .t{
    font-size: 24px; color: #244ba8; font-weight: bold;
}
.fzfw01_list .fzfw01_text .b{
    font-size: 14px; color: #244ba8; line-height:1.5; margin: 15px 0 30px;
}
.fzfw01_list .fzfw01_text > a{
    color: #fff; font-size:16px; width: 150px; height: 48px; line-height:48px; text-align: center; background: #ff6955; border-radius: 10px; display: block;
}


.fzfw02_con{
    display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 60px;
}
.fzfw02_list{
    width: 29%; text-align: center; color:#244ba8;
}
.fzfw02_list .t{
    font-size: 32px; margin: 20px 0;
}
.fzfw02_list .b{
    font-size: 16px;
}
.fzfw02_list img{
    display: inline-block; height: 70px;
}
.fzfwjt img{
    display: inline-block; width: 28px; margin-top: 25px;
}
.fzfw02_con .fzfwjt:last-child{
    display: none;
}
.fzfw02_con:nth-child(2n+1){
    flex-direction: row-reverse;
}

.syfw01_00 {
    clear: both; padding: 120px 0 150px;
}
.syfw01_00 .intitle dl dd{
    width: 70%; margin-left: auto; margin-right: auto;
}

.syfw01_01_con{
    display: flex; justify-content: space-between; flex-wrap: wrap;
}
.syfw01_01_con .img{
    width: 23%;
}
.syfw01_01_con .img img{
    display: block; width: 100%;
}
.syfw01_01_con .text{
    width: 54%; font-size: 14px; color: #3f56a8; line-height:24px; text-align: center;
}
.syfw01_01_con .a{
    width: 23%; display: flex; flex-direction: column; justify-content: center;
}
.syfw01_01_con .a a{
    display: block; max-width:100%; font-size: 20px;
}

.syfw01_02_con{
    display: flex; justify-content: space-between; flex-wrap: wrap;
}
.syfw01_02_list{
    width: 50%; text-align: center;
}
.syfw01_02_list .img img{
    display: inline-block; height: 68px;
}
.syfw01_02_list .text{
    font-size: 14px; color: #244ba8;  line-height: 1.75; margin-top: 15px;
}
.syfw01_02_01{
    background-size: cover;
}

.syfw01_03,#syfw01_04,.syfw01_01,.syfw01_02,.syfw01_00{
    clear: both;
}
.syfw01_03 .feiyong ul li .feiyongb{
    color: #3154ab; margin-top:30px;
}
.syfw01_03 .subNavBox2{
    margin-top: 5px;
}
.syfw01_03  .subNav2{
    color: #ff6955; display: block;
}
.syfw01_03 .feiyong ul li .feiyongb span,.syfw01_03  .subNav2 span{
    display: inline-block; width: 30px;
}

.new_subnav{
    position: absolute; background: #fff; top: 100%; left: 0; padding: 5px 15px; text-align: left; width: 280%; min-width: 100%;  z-index: 11111111;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-30px);
    transition: all .3s;
}
.innav ul li:hover .new_subnav {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: all .3s;
}
.new_subnav a{
    display: block; padding: 8px 0;
}
.kjysw01,.kjysw02,.kjysw03,.kjysw04,.kjysw05,.kjysw06,.kjysw07,.kjysw08,.kjysw09,.kjysw010,.kjysw011{
    clear: both;
}

.kjysw08_con{
    display: flex; justify-content: space-between; flex-wrap: wrap;
}
.kjysw08_list{
    width: 50%; padding-left: 30px ; display: flex; justify-content: space-between;  margin-top: 80px;
}
.kjysw08_list .img{
    width: 48px;
}
.kjysw08_list .img img{
    display: block; width: 100%;
}
.kjysw08_list .text{
    width: calc(100% - 80px); color: #3f56a8;
}
.kjysw08_list .text .t{
    font-size: 24px; margin-bottom: 25px;
}
.kjysw08_list .text .b{
    font-size: 14px; line-height: 1.75;
}

.kjysw07_con{
    display: flex; justify-content: space-between; flex-wrap: wrap;
}
.kjysw07_01_li{
    width: 48%;  margin-top: 80px; color: #fff;
}
.kjysw07_01_li  .t{
    font-size: 24px; margin-bottom: 25px;
}
.kjysw07_01_li .t img{
    display: inline-block; height: 48px; margin-right: 15px;
}
.kjysw07_01_li .b{
    font-size: 14px; line-height: 1.75;
}
.kjysw07_con_end{
    background: #fff; border-radius: 20px; padding: 15px 35px 35px;
}
.kjysw07_con_endlist{
    display: flex; justify-content: space-between; line-height: 1.75; border-bottom: 1px solid  #bdc9e5; color: #3154ab; padding: 15px 0;
}
.kjysw07_con_endlist:last-child{
    border-bottom: 0;
}
.kjysw07_con_endlist .textt{
    width: 33.33%; padding-left: 30px;
}
.kjysw07_con_endlist .texttop{
    font-size: 20px;
}
.kjysw07_con_endlist .textbottom{
    font-size: 16px;
}
.kjysw07_con_endlist .textbottom.pink{
    color: #ff6955;
}
.kjysw07_con_endlist .textta{
    text-align: center; margin: 0px; padding: 20px 0 0;
}
.kjysw07_con_endlist .textta a{
    width: 150px;
}
.kjysw06_con .t{
    font-size: 20px; color: #244ba8; line-height: 3; margin: 60px 0 0;
}
.kjysw06_con .t .ttop{
    display: flex; justify-content: center; text-align: center;
}
.kjysw06_con .t .tbottom{
    display: flex; justify-content: space-between; text-align: center;
}
.kjysw06_con .t .ttop .tlist{
    margin: 0 100px;
}
.kjysw06_con .t .tlist{
    margin-bottom: 60px !important;
}
.kjysw06_con .t .tlist img{
    display: inline-block; height: 81px;
}
.kjysw06_con .t .tlist .text{
    margin-top: 25px;
}
.kjysw06_con .b{
    font-size: 17px; color: #244ba8; 
}
.kjysw05_con{
    display: flex; justify-content: space-between; flex-wrap: wrap;
}
.kjysw05_li{
    width: 48.5%; background: #fff; border-radius: 20px; padding-left:20px ; margin-top: 60px;
}
.kjysw05_li .text{
    font-size: 16px; color: #464646; border-bottom: 1px solid #cdcdcd; display: flex; justify-content: space-between; line-height: 50px;
    padding: 0 20px 0 10px;
}
.kjysw05_li .text:last-child{
    border-bottom: 0;
}
.kjysw04_con{
    text-align: center; margin-top: 60px;r
}
.kjysw04_con img{
    display: inline-block; max-width:100%;
}
.kjysw04{
    background: #fff !important;
}
.kjysw02{
    background: #f2f7fc !important;
}
.kjysw02 .gsfw01_01_li{
    margin-top: 60px;
}
.kjysw01 .help ul li .tex h1{
    font-size: 32px;
}
.kjysw01  .help ul li .tex.blue{
    font-size: 14px; line-height: 1.75;
}
.xtyjjhfw01,.xtyjjhfw02,.xtyjjhfw03,.xtyjjhfw04,.xtyjjhfw05,.xtyjjhfw06,.xtyjjhfw07{
    clear: both;
}
.xtyjjhfw05 .lc ul li dl dt{
    font-size: 14px;
}
.xtyjjhfw05 .lc ul li dl dd{
    font-size: 12px;
}
.xtyjjhfw05 .lc ul li{
    margin: 0 8px;
}
.xtyjjhfw01_list{
    display: block; text-align: center; width: 43%;
}
.xtyjjhfw01_list .img {
  width: 100%; margin-bottom: 20px;
}
.xtyjjhfw01_list .img img {
  width: 48px; display: inline-block;
}
.xtyjjhfw01_list .text .b{
    text-align: left;
}
.xtyjjhfw01_list .text {
  width: 100%;
}
.xtyjjhfw03_con{
    display: flex; justify-content: space-between; flex-wrap: wrap;
}
.xtyjjhfw03_li{
    width: 49%; margin-top: 60px;
}
.xtyjjhfw03_li img{
    display: inline-block; width: 100%;
}

.xtyjjhfw04_con{
    display: flex; justify-content: space-between; flex-wrap: wrap;
}
.xtyjjhfw04_li{
    width: 33.33%; padding:0 2%; display: flex; justify-content: space-between; margin-top: 60px;
}
.xtyjjhfw04_li .img{
    width: 78px;
}
.xtyjjhfw04_li .img img{
    display: inline-block; width: 100%;
}
.xtyjjhfw04_li .text{
    width: calc(100% - 100px); color: #3f56a8; font-size: 14px; line-height: 1.75;
    display: flex; justify-content: center; flex-direction: column;
}
.xtyjjhfw05 .huoqu{
    text-align: center; margin: 0 !important;
}
.xtyjjhfw05 .huoqu a{
    max-width: 37%; margin: 0 auto; text-align: center; float: none; display: block;
}

.index04 .indexfeiyong{
    position: relative;
    clear: both;
}
.index04 .swiperbuttonprev_index04::after,.index04 .swiperbuttonnext_index04::after{
    display: none;
}
.index04 .swiperbuttonprev_index04,.index04 .swiperbuttonnext_index04{
    width: 54px; height: 54px;
}
.index04 .swiperbuttonprev_index04 img,.index04 .swiperbuttonnext_index04 img{
    display: block; width: 100%;
}
.index04 .swiperbuttonprev_index04{
    left: -80px;
}
.index04 .swiperbuttonnext_index04{
    right: -80px;
}


@media (max-width:979px) {
.pc{
	display: none;
}
.header{
	display: none;
}
.header2{ 
	width:100%; 
	float:left; 
	height:4rem; 
	line-height:4rem;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	background-color: #f2f7fc;
}
.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;
}
.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(../img/close.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:5rem; 
	background:#ffffff;
}
.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:auto;
	DISPLAY: block;  
	CURSOR: pointer; 
	padding-left:5%;
	text-align:left; 
	border-bottom:1px solid #e0e0e0; 
	line-height:3.0rem; 
	font-size:1.0rem;
	position: relative;
}
.subNav3 i{ 
	padding:0.3rem; 
	background:url(../img/xjt2.png) no-repeat center / contain; 
	margin-right:1rem; 
	float:right; 
	margin-top:1.2rem;
}
.subNav3:hover{float:left; }
.currentDd3{/*background: #f8f8f8;*/}
.currentDd3 i{
	background:url(../img/xjt2.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.9rem; 
	padding-bottom:0px;
}

.main{ 
	width:calc(100% - 30px); 
	float:left; 
	margin-left:15px; 
	margin-right:15px;
}

.top{
	width: 100%;
	float: left;
	height: 32px;
	display: flex;
	background-color: #262626;
	justify-content: space-between;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px 24px;
	display: none;
}

.index01{
	width: 100%;
	float: left;
	height: auto;
	background-color: #f2f7fc;
	display: flex;
	align-items: center;
	margin-top: 4.0rem;
	padding: 3.0rem 0px;
}
.index01 .b01{
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	
}
.index01 .b01 .tex{
	width: 100%;
	font-size: 16px;
	line-height: 30px;
	color: #244ba8;
	position: relative;
}
.index01 .b01 .tex .sxian{
	width: 53px;
	height: 51px;
	position: absolute;
	top: -51px;
	right: 0;
	z-index: 11;
	background-image: url(../img/sx.png);
	background-position: center;
	background-repeat: no-repeat;
	display: none;
}
.index01 .b01 .tex h1{
	font-size: 2.0rem;
	line-height: 2.5rem;
	font-weight: normal;
	margin-bottom: 0.5rem;
}
.index01 .b01 .tex .zx{
	margin-top: 1.0rem;
	display: flex;
	align-items: center;
}
.index01 .b01 .tex .zx a{
	width: 10rem;
	height: 2.0rem;
	font-size: 0.8rem;
	border-radius: 8px;
	background-color: #ff6955;
	text-align: center;
	line-height: 2.0rem;
	color: #FFFFFF;
}
.index01 .b01 .tex .yy{
	margin-top: 0.5rem;
	display: flex;
	align-items: center;
}
.index01 .b01 .tex .yy a{
	width: 10rem;
	height: 2.0rem;
	color: #244ba8;
	border: 1px solid #244ba8;
	border-radius: 8px;
	font-size: 0.8rem;
	line-height: 2.0rem;
	text-align: center;
}
.index01 .b01 .pic{
	width: 100%;
	margin-top: 2.0rem
}
.index01 .b01 .pic2{
	width: 100%;
	margin-top: 2.0rem;
	display: flex;
}
.index01 .b01 .pic img{
	width: 100%;
	height: auto;
}
.index01 .b01 .pic2 img{
	width: 100%;
	height: auto;
}
.index02{
	width: 100%;
	float: left;
	background-color: #244ba8;
	padding-bottom: 3.0rem;
	position: relative;
}
.xlm{
	width:  80%;
	height: 2.0rem;
	box-shadow: 0 20px 36px rgba(0,0,0,.15);
	position: absolute;
	z-index: 11;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #FFFFFF;
	border-radius: 8px;
	left: 10%;
	top: -1rem;
}
.xlm a{
	margin-left: 0.2rem;
	margin-right: 0.2rem;
	font-size: 0.8rem;
}
.xlm img{
	vertical-align: middle;
	margin-right: 5px;
	max-height: 1.0rem;
}
.wenti{
	width: 100%;
	float: left;
	margin-top: 3.0rem;
}
.wenti h1{
    font-size: 1.3rem;
    line-height: 1.8rem;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
}
.wenti ul{
	display: -webkit-box;
	overflow-x: auto;
	 /*适应苹果*/
	-webkit-overflow-scrolling:touch;
	margin-top: 1.0rem;
}
.wenti ul::-webkit-scrollbar {
	display: none;
}
.wenti ul li{
	width: 12rem;
	background-color: #FFFFFF;
	border-radius: 24px;
	padding-bottom: 24px;
	overflow: hidden;
	margin-right: 1.0rem;
}
.wenti ul li .pic{
	height: auto;
	overflow: hidden;
	margin-bottom: 24px;
}
.wenti ul li .pic img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.6s;
}
.wenti ul li:hover .pic img{
	transform: scale(1.05);
}
.wenti ul li dl dt{
	padding: 0px 1.0rem;
	font-size: 1.2rem;
	line-height: 1.5rem;
	margin-bottom: 0.5rem;
}
.wenti ul li dl dd{
	margin-bottom: 1.0rem;
	font-size: 0.8rem;
	padding: 0px 1.0rem;
}
.wenti ul li p{
	padding: 0px 1.0rem;
	display: flex;
	text-transform: uppercase;
}
.wenti ul li p a{
	width: 100%;
	height: 2.0rem;
	background-color: #ff6955;
	border-radius: 8px;
	line-height: 2.0rem;
	text-align: center;
	font-size: 0.8rem;
	color: #FFFFFF;
}
.wenti ul li p b{
	margin-left: 5px;
}
.wenti ul li p a:hover{
	background-color: #ffa599;
}

.index03{
	width: 100%;
	float: left;
	background-color: #f2f7fc;
	padding-bottom: 3.0rem;
}
.xinlai{
	width: 100%;
	float: left;
	margin-top: 3.0rem;
}
.xinlai h1{
	font-size: 1.5rem;
	line-height: 2.5rem;
	text-align: center;
	font-weight: normal;
	margin-bottom: 1.0rem;
}
.xinlai ul{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.xinlai ul li dl dt{
	text-align: center;
	font-size: 1.5rem;
	line-height: 2.5rem;
	font-weight: bold;
}
.xinlai ul li dl dd{
	margin-top: 0.5rem;
	font-size: 0.8rem;
	line-height: 1.5rem;
	text-align: center;
}
.qyj{
	width: 100%;
	float: left;
	margin-top: 3.0rem;
}
.qylogo{
	width: 100%;
	float: left;
	margin-top: 3.0rem;
}
.qylogo ul{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.qylogo ul li{
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	width: auto;
}

.index04{
	width: 100%;
	float: left;
	background-color: #244ba8;
	padding-bottom: 3.0rem;
}
.intitle{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 3.0rem;
}
.intitle dl dt{
	font-size: 1.5rem;
	line-height: 2.0rem;
	color: #FFFFFF;
}
.intitle dl dd{
	font-size: 0.8rem;
	color: #FFFFFF;
	line-height: 1.2rem;
	text-align: center;
	margin-top: 0.5rem;
}
.help{
	width: 100%;
	float: left;
}
.help ul li{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.help ul li .pic{
	width: 50%;
	text-align: center;
}
.help ul li .pic img{
	max-width: 100%;
	height: auto;
}
.help ul li .tex{
	width: 40%;
	font-size: 0.8rem;
	line-height: 1.2rem;
	color: #FFFFFF;
}
.help ul li .tex.blue{
	color: #244ba8;
}
.help ul li .tex h1{
	font-size: 1.0rem;
	font-weight: normal;
	letter-spacing: 1px;
	margin-bottom: 0.5rem;
}
.help ul li .tex .zx02{
	display: flex;
	margin-top: 1.0rem;
}
.help ul li .tex .zx02 a{
	padding: 0.5rem 1.0rem;
	background-color: #ff6955;
	border-radius: 8px;
	color: #FFFFFF;
	font-size: 0.8rem;
	line-height: 1.2rem;
}
.feiyong{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
}
.feiyong ul{
	display: -webkit-box;
    overflow-x: auto;
    /*适应苹果*/
    -webkit-overflow-scrolling:touch;
}
.feiyong ul::-webkit-scrollbar {
    display: none;
 }
.feiyong ul li{
	width: 12rem;
	padding: 1.0rem;
	background-color: #FFFFFF;
	border-radius: 24px;
	font-size: 0.8rem;
	line-height: 1.5rem;
	overflow: hidden;
	margin-right: 1.0rem;
}
.feiyong ul li h1{
	font-size: 1.2rem;
	line-height: 1.5rem;
	font-weight: normal;
	margin-bottom: 0.5rem;
}
.feiyong ul li .a01{
	margin-top: 0.5rem;
	border-top: 1px solid #244ba8;
	border-bottom: 1px solid #244ba8;
	padding: 0.5rem 0px;
	width: 100%;
	float: left;
}
.feiyong ul li .a01 dl dt{
	height: 2.5rem;
	background-color: #dff2e3;
	border-radius: 10px;
	color: #244ba8;
	font-size: 1.2rem;
	text-align: center;
	line-height: 2.5rem;
}
.feiyong ul li .a01 dl dt img{
	vertical-align: middle;
	margin-right: 5px;
}
.feiyong ul li .a01 dl dd{
	display: flex;
	justify-content: space-between;
	font-size: 0.8rem;
	line-height: 1.5rem;
	margin-top: 0.5rem;
}
.feiyong ul li .a01 dl dd b{
	font-size: 1.2rem;
}
.feiyong ul li .a01 dl dd div:nth-child(2){
	text-align: right;
}
.feiyong ul li .a02{
	margin-top: 0.5rem;
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
}


.subNavBox2{
	width:100%;
	float:left;
}
.subNav2 {
  width: 100%;
  float: left;
  HEIGHT: auto;
  DISPLAY: flex;
  justify-content: space-between;
  CURSOR: pointer;
  border-bottom: 1px solid rgba(36,75,168,.3);
  line-height: 1.2rem;
  font-size: 12px;
  align-items: center;
  padding: 5px 0;
}
.subNav2 span{
	color: #ff6955;
}
.subNav2 i{ 
	width: 12px;
	height: 6px;
	background:url(../img/xjt.png) no-repeat center / contain; 
}
.subNav2:hover{float:left; }
.currentDd2{background: #FFFFFF;}
.currentDd2 i{
	background:url(../img/xjt.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;
}
.navContent2{
	display: none;
	float:left; 
	width:100%; 
	padding:15px 0px; 
	line-height:1.5rem; 
	font-size:0.8rem; 
	border-bottom:1px solid rgba(36,75,168,.3); 
}

.huoqu{
	width: 100%;
	float: left;
	margin-top: 1.0rem;
}
.huoqu a{
	width: 100%;
	float: left;
	height: 2.0rem;
	line-height: 2.0rem;
	background-color: #ff6955;
	border-radius: 8px;
	text-align: center;
	font-size: 0.8rem;
	color: #FFFFFF;
}
.ct{
	text-decoration: line-through;
}

.join{
	width: 100%;
	float: left;
	height: auto;
	background-image: url(../img/b03.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 3.0rem 0px;
}
.join dl dt{
	font-size: 1.4rem;
	line-height: 2.4rem;
	margin-bottom: 1.0rem;
	padding: 0 15px;
	text-align: center;
	color: #FFFFFF;
}
.join dl dd{
	display: flex;
	justify-content: center;
}
.join dl dd a,.syfw01_01_con .a a{
	width: 10rem;
	height: 2.0rem;
	line-height: 2.0rem;
	text-align: center;
	background-color: #ff6955;
	border-radius: 8px;
	font-size: 0.8rem;
	color: #FFFFFF;
}
.sbiao{
	width: 100%;
	float: left;
	margin-top: 3.0rem;
}
.sbiao ul{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.sbiao ul li{
	width: auto;
}
.sbiao ul li dl dt{
	margin-bottom: 0.5rem;
	height: 2.0rem;
	text-align: center;
}
.sbiao ul li dl dt img{
	max-height: 2.0rem;
}
.sbiao ul li dl dd{
	text-align: center;
	font-size: 0.8rem;
	color: #666666;
}
.question{
	width: 100%;
	float: left;
	margin-top: 2.5rem;
}
.question h1{
    font-size: 1.3rem;
    line-height: 1.8rem;
	text-align: center;
	font-weight: normal;
}

.subNavBox{
	width:100%;
	float:left;
	margin-top: 2.0rem;
}
.subNav{
	width:100%; 
	float:left; 
	HEIGHT:2.5rem;
	DISPLAY: flex;
	justify-content: space-between;
	CURSOR: pointer;
	border-bottom:1px solid rgba(36,75,168,.3); 
	line-height:2.5rem; 
	font-size:0.8rem;
	align-items: center;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.subNav i{ 
	width: 0.8rem;
	height: 0.8rem;
	background:url(../img/jhao.png) no-repeat center / contain; 
}
.subNav:hover{float:left; }
.currentDd{}
.currentDd i{
	background:url(../img/jhao.png) no-repeat center / contain;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}
.navContent{
	display: none;
	float:left; 
	width:100%; 
	padding:1.0rem 0px; 
	line-height:1.5rem; 
	font-size:0.8rem; 
	border-bottom:1px solid rgba(36,75,168,.3); 
}
.main2{
	width: 100%;
	float: left;
	padding: 0px 5%;
}
.kf01{
	width: 100%;
	float: left;
	margin-top: 3.0rem;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.5rem;
	color: #FFFFFF;
	font-weight: bold;
}
.kf01 h1{
	margin-bottom: 1.0rem;
}
.kf02{
	width: 100%;
	float: left;
	margin-top: 0.5rem;
}
.kf02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.kf02 ul li{
	width: calc(50% - 0.5rem);
	margin-top: 0.5rem;
}
.bk{
	width: 100%;
	height: 2.0rem;
	line-height: 2.0rem;
	border: 0px;
	border-radius: 8px;
	padding-left: 0.5rem;
	font-size: 0.7rem;
	font-family: "微软雅黑";
	color: #999;
	outline: none;
}
.anniu{
	width: 100%;
	height: 2.0rem;
	line-height: 2.0rem;
	border: 0px;
	cursor: pointer;
	background-color: #ff6955;
	border-radius: 8px;
	color: #FFFFFF;
	font-size: 0.8rem;
	outline: none;
}
.kf02 p{
	text-align: center;
	margin-top: 1.0rem;
	color: #FFFFFF;
	font-size: 0.8rem;
}
.kf02 p a{
	color: #FFFFFF;
	text-decoration: underline;
}
.news{
	width: 100%;
	float: left;
	background-color: #3c3c3c;
	padding-top: 3.0rem;
	color: #feecda;
	display: flex;
	justify-content: space-between;
	font-size: 0.75rem;
	line-height: 1.2rem;
}
.news01{
	width: 100%;
	margin-right: 1.0rem;
	float: left;
}
.news01 h1{
    font-size: 1.3rem;
    line-height: 1.8rem;
	font-weight: normal;
	margin-bottom: 0.5rem;
}
.news01 .dingyue{
	display: flex;
	justify-content: space-between;
	margin-top: 1.0rem;
}
.news01 .sm{
	font-size: 0.8rem;
	line-height: 1.2rem;
	color: #feecda;
	margin-top: 0.5rem;
}
.news01 .sm a{
	text-decoration: underline;
	color: #feecda;
}
.bk2{
	width: calc(100% - 4.0rem);
	height: 2.0rem;
	background-color: rgba(255,255,255,.1);
	line-height: 2.0rem;
	border-radius: 8px;
	font-size: 0.8rem;
	color: #b2b2b2;
	padding-left: 1.0rem;
	border: 0px;
	outline: none;
}
.anniu2{
	width: 3.0rem;
	height: 2.0rem;
	line-height: 2.0rem;
	background-color: #ff6955;
	border-radius: 8px;
	color: #FFFFFF;
	text-align: center;
	font-size: 0.8rem;
	border: 0px;
	outline: none;
	cursor: pointer;
}
.news02{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
	text-align: center;
	display: flex;
	justify-content: center;
}
.news02 img{
	max-width: 65%;
	height: auto;
}
.foot{
	width: 100%;
	float: left;
	background-color: #262626;
	padding: 3.0rem 0px 2rem;
	padding-top: 1.0rem;
}
.foot01{
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.foot01 div{
	width: auto;
	font-size: 0.7rem;
	line-height: 1.2rem;
	color: #7d7d7d;
	margin-top: 2.0rem;
}
.foot01 div a{
	color: #FFFFFF;
	line-height: 1.5rem;
	font-weight: bold;
}
.foot01 div img{
	margin-right: 8px;
	vertical-align: middle;
}
.foot01 div a:hover{
	color: #7d7d7d;
}
.foot02{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
	text-align: center;
	font-size: 0.8rem;
	line-height: 1.2rem;
	color: #7d7d7d;
}
.hji{
	/*background: linear-gradient(89.57deg,#0e8069 .36%,#244ba8 99.62%);*/
	background: #fff;
}
.hji .innav ul li a{
	color: #FFFFFF;
}
.hj01{
	width: 100%;
	float: left;
	background: linear-gradient(89.57deg,#0e8069 .36%,#244ba8 99.62%);
	padding: 3.0rem 0px;
	position: relative;
	display: flex;
	justify-content: center;
	color: #FFFFFF;
	text-align: center;
	align-items: flex-end;
	font-size: 0.8rem;
	margin-top: 4.0rem;
}
.hj01 div{
	display: none;
}
.hj01 div:nth-child(2){
	max-width: 80%;
	text-align: center;
	color: #FFFFFF;
	display: block;
}
.hj01 h1{
    font-size: 1.3rem;
    line-height: 1.8rem;
	font-weight: normal;
	margin-bottom: 0.5rem;
}
.hj01 .zx{
	margin-top: 1.0rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hj01 .zx a{
	width: 10rem;
	height: 2.0rem;
	font-size: 0.8rem;
	border-radius: 8px;
	background-color: #ff6955;
	text-align: center;
	line-height: 2.0rem;
	color: #FFFFFF;
}
.hj01 .yy{
	margin-top: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hj01 .yy a{
	width: 10rem;
	height: 2.0rem;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: 8px;
	font-size: 0.8rem;
	line-height: 2.0rem;
	text-align: center;
}
.hj01 .quxian{
	width: 100%;
	position: absolute;
	height: 62px;
	left: 0;
	bottom: 0;
	background-image: url(../img/ht.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.hj02{
	width: 100%;
	float: left;
	background: #dff2e3;
	padding-bottom: 3.0rem;
	position: relative;
}
.hj02 .quxian{
	width: 100%;
	position: absolute;
	height: 1.5rem;
	left: 0;
	bottom: 0;
	background-image: url(../img/ht02.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.hj03{
	width: 100%;
	float: left;
	padding: 2.5rem 0px;
	position: relative;
}
.hj03 h1{
    font-size: 1.3rem;
    line-height: 1.8rem;
	font-weight: normal;
	margin-bottom: 2.0rem;
	text-align: center;
	display: flex;
	justify-content: space-between;
}
.hj03 dl{
	width: 50%;
	text-align: center;
	float: left;
	margin-bottom: 1.0rem;
	padding: 0px 1.0rem;
}
.hj03 dl dt{
	height: 2.0rem;
	margin-bottom: 0.5rem;
	text-align: center;
}
.hj03 dl dt img{
	max-height: 2.0rem;
}
.hj03 dl dd{
	font-size: 0.8rem;
	line-height: 1.2rem;
	text-align: center;
}
.hj03 h2{
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
	background-image: url(../img/zz.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	float: left;
	font-weight: normal;
	font-size: 0.8rem;
	line-height: 1.2rem;
}
.hj03 h2 div{
	width: 80%;
	font-size: 1.2rem;
	line-height: 1.5rem;
	text-align: center;
}

.hj04{
	width: 100%;
	float: left;
	background-color: #dff2e3;
	padding-bottom: 80px;
	position: relative;
}
.hj04 .quxian{
	width: 100%;
	position: absolute;
	height: 1.5rem;
	left: 0;
	top: 0;
	background-image: url(../img/ht03.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.hj04 .quxian2{
	width: 100%;
	position: absolute;
	height: 1.5rem;
	left: 0;
	bottom: 0;
	background-image: url(../img/ht04.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.hj04 .quxian3{
	width: 100%;
	position: absolute;
	height: 1.5rem;
	left: 0;
	top: 0;
	background-image: url(../img/ht05.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	-webkit-transform: rotate(180deg);
}
.intitle2{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 3.0rem;
}
.intitle2 dl dt{
	font-size: 1.3rem;
	line-height: 1.8rem;
}
.intitle2 dl dd{
    font-size: 0.7rem;
    line-height: 1.5rem;
	text-align: center;
	margin-top: 0.5rem;
}

.ptai{
	width: 100%;
	float: left;
}
.ptai ul li{
	width: 100%;
	float: left;
	margin-top: 2.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.ptai ul li .pic{
	width: 100%;
	text-align: center;
	margin-top: 2.0rem;
}
.ptai ul li .pic img{
	max-width: 100%;
	height: auto;
}
.ptai ul li .tex{
	width: 100%;
	font-size: 0.8rem;
	line-height: 1.2rem;
	color: #FFFFFF;
}
.ptai ul li .tex h1{
	font-size: 1.5rem;
	font-weight: normal;
	letter-spacing: 1px;
	margin-bottom: 0.5rem;
	line-height: 2.0rem;
}
.ptai ul li .tex .yy{
	display: flex;
	margin-top: 1.0rem;
}
.ptai ul li .tex .yy a{
	width: 10rem;
	background-color: #FFFFFF;
	border-radius: 8px;
	color: #244ba8;
	font-size: 0.8rem;
	height: 2.0rem;
	line-height: 2.0rem;
	text-align: center;
}

.note{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
	background-color: #FFFFFF;
	padding: 2.0rem;
	border-radius: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 0.8rem;
	line-height: 1.2rem;
	flex-wrap: wrap;
}
.note h1{
	margin-bottom: 1.0rem;
	font-size: 1.0rem;
	line-height: 1.5rem;
	font-weight: normal;
}
.note div{
	width: 100%;
}
.note div img{
	max-width: 100%;
	margin-top: 2.0rem;
}
.note .zx{
	margin-top: 1.0rem;
	display: flex;
	align-items: center;
}
.note .zx a{
	width: 10rem;
	height: 2.0rem;
	font-size: 0.8rem;
	border-radius: 8px;
	background-color: #ff6955;
	text-align: center;
	line-height: 2.0rem;
	color: #FFFFFF;
}

.sytitle{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
	margin-bottom: 1.0rem;
	font-size: 1.0rem;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
.sytitle2{
	width: 100%;
	float: left;
	height: 2.0rem;
	border-bottom: 1px solid #506fb9;
}
.sytitle2 ul{
	 display: -webkit-box;
    overflow-x: auto;
    /*适应苹果*/
    -webkit-overflow-scrolling:touch;
}
.sytitle2 ul::-webkit-scrollbar {
    display: none;
}
.sytitle2 ul li{
	width: 8.0rem;
	height: 2.0rem;
	line-height: 2.0rem;
	font-size: 0.8rem;
	text-align: center;
	font-weight: bold;
}
.sytitle2 ul li a{
	width: 100%;
	float: left;
	height: 2.0rem;
	text-align: center;
	color: #FFFFFF;
}
.sytitle2 ul li a:hover{
	background-color: #FFFFFF;
	border-radius: 10px 10px 0 0;
	color: #244ba8;
}
.sytitle2 ul li .cur{
	background-color: #FFFFFF;
	border-radius: 10px 10px 0 0;
	color: #244ba8;
}

.long{
	width: 100%;
	float: left;
	border: 1px solid rgba(255,255,255,.2);
	border-radius:24px;
	margin-top: 2.0rem;
	display: flex;
	justify-content: space-between;
	color: #FFFFFF;
	padding: 1.0rem;
	flex-wrap: wrap;
}
.long ul{
	width: auto;
}
.long ul li{
	width: 100%;
	float: left;
	display: flex;
	font-size: 0.8rem;
	line-height: 1.2rem;
	margin-top: 0.5rem;
}
.long ul h1{
	font-size: 1.2rem;
	line-height: 1.5rem;
	margin-bottom: 0.5rem;
}
.long ul li div{
	max-width: 12rem;
	margin-right: 1.0rem;
}

.fw{
	width: 100%;
	float: left;
	background-color: #ff6955;
	height: 325px;
}
.fw01{
	width: 100%;
	float: left;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #FFFFFF;
	padding: 3.0rem 0;
	flex-wrap: wrap;
}
.fw01 div{
	width: 100%;
	font-size: 0.8rem;
	line-height: 1.2rem;
}
.fw01 div img{
	max-width: 100%;
	height: auto;
}
.fw01 div h1{
	font-size: 1.2rem;
	line-height: 1.5rem;
	font-weight: normal;
	margin-bottom: 0.5rem;
}
.fw01 div:nth-child(2){
	margin-top: 2.0rem;
}
.zixun{
	width: 100%;
	float: left;
	height: auto;
	background-image: url(../img/b04.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 3.0rem 0;
}
.zixun01{
	width: 100%;
	float: left;
	height: auto;
	display: flex;
	align-items: center;
	font-size: 0.8rem;
	line-height: 1.2rem;
	color: #FFFFFF;
}
.zixun01 h1{
	font-size: 1.2rem;
	line-height: 2.0rem;
	font-weight: normal;
	margin-bottom: 0.5rem;
}
.zixun01 .yy{
	display: flex;
	margin-top: 1.0rem;
}
.zixun01 .yy a{
	width: 8rem;
	height: 2.0rem;
	background-color: #ff6955;
	border-radius: 8px;
	line-height: 2.0rem;
	text-align: center;
	font-size: 0.8rem;
	color: #FFFFFF;
}
.nytitle{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
	text-align: center;
}
.nytitle dl dt{
	font-size: 1.5rem;
	line-height: 2.0rem;
	margin-bottom: 0.5rem;
}
.nytitle dl dd{
	font-size: 0.8rem;
	line-height: 1.2rem;
}
.fanan{
	width: 100%;
	float: left;
	margin-top: 48px;
}
.fanan ul{
	display: -webkit-box;
    overflow-x: auto;
    /*适应苹果*/
    -webkit-overflow-scrolling:touch;
}
.fanan ul::-webkit-scrollbar {
    display: none;
}
.fanan ul li{
	width:12rem;
	background-color: #FFFFFF;
	padding: 1.0rem 0.5rem 1.0rem 1.0rem;
	border-radius: 20px;
	margin-right: 1.0rem;
	font-size: 0.8rem;
	line-height: 1.2rem;
	margin-bottom: 1.0rem;
}
.fanan ul li .pic{
	height: 3.0rem;
	overflow: hidden;
	margin-bottom: 14px;
}
.fanan ul li .pic span{
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.fanan ul li .pic img{
	max-height: 2.5rem;
	max-width: 100%;
	vertical-align: middle;
}
.fanan ul li dl dt{
	margin-bottom: 16px;
	font-size: 12px;
}
.fanan ul li dl dd{
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 16px;
}

.lc{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
	position: relative;
	background-image: url(../img/bg-circle.png);
	background-position: 0 2.0rem;
	background-repeat: repeat-x;
}
.lc ul{
	display: -webkit-box;
    overflow-x: auto;
    /*适应苹果*/
    -webkit-overflow-scrolling:touch;
}
.lc ul::-webkit-scrollbar {
    display: none;
}
.lc ul li{
	width: 49%;
	margin-right: 1.0rem;
	text-align: center;
	color: #FFFFFF;
}
.lc ul li .pic{
	height: 4.0rem;
	text-align: center;
	overflow: hidden;
}
.lc ul li .pic img{
	max-height: 4.0rem;
}
.lc ul li dl dt{
	margin-top: 0.5rem;
	font-size: 1.0rem;
	line-height: 1.5rem;
	margin-bottom: 0.5rem;
}
.lc ul li dl dd{
	font-size: 0.8rem;
	line-height: 1.2rem;
}

.ac01{
	width: 100%;
	float: left;
	margin-top: 3.0rem;
	font-size: 0.8rem;
	line-height: 1.2rem;
}
.ac01 h1{
	font-size: 1.2rem;
	margin-bottom: 0.5rem;
	font-weight: normal;
}

.ac02{
	width: 100%;
	float: left;
	margin-top: 3.0rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 3.0rem;
	flex-wrap: wrap;
}
.ac02 .tex{
	width: 100%;
	font-size: 0.8rem;
	line-height: 1.2rem;
}
.ac02 .tex h1{
	font-size: 1.5rem;
	line-height: 2.0rem;
	font-weight: normal;
	margin-bottom: 0.5rem;
}
.ac02 .pic{
	width: 100%;
	margin-top: 2.0rem;
}
.ac02 .pic img{
	max-width: 100%;
	height: auto;
}

.fanfy{
	width: 100%;
	float: left;
	padding-top: 3.0rem;
	color: #FFFFFF;
	text-align: center;
	position: relative;
}
.fanfy .xx{
	width: 80px;
	height: 80px;
	position: absolute;
	right: 0;
	top: 80px;
	z-index: 11;
	background-image: url(../img/xx.png);
	background-position: center;
	background-repeat: no-repeat;
	display: none;
}
.fanfy dl dt{
	font-size: 1.3rem;
	line-height: 1.8rem;
	margin-bottom: 0.5rem;
}
.fanfy dl dd{
	font-size: 0.7rem;
	line-height: 1.5rem;
}
.ck{
	display: flex;
	margin-top: 2.0rem;
	justify-content: center;
}
.ck a{
	padding: 0.4rem 1.0rem;
	background-color: #ff6955;
	border-radius: 8px;
	color: #FFFFFF;
	font-size: 0.8rem;
}
.ac03{
	width: 100%;
	float: left;
	height: auto;
	background-image: url(../img/b05.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 3.0rem 0;
}
.ac03-l{
	width: 100%;
	float: left;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 1.2rem;
	line-height: 1.5rem;
	color: #FFFFFF;
}
.ac03-l div{
	display: flex;
}
.ac03-l a{
	padding: 0.5rem 1.0rem;
	margin-left: 1.0rem;
	border-radius: 8px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 0.8rem;
	white-space:nowrap;
	margin-top: 0.5rem;
}
.ac03-l a:nth-child(2){
	border: 1px solid #244ba8;
	background-color: #244ba8;
	color: #FFFFFF;
}

.wenj{
	width: 100%;
	float: left;
	padding-top: 3.0rem;
	text-align: center;
}
.wenj dl dt{
	font-size: 1.5rem;
	line-height: 2.0rem;
	margin-bottom: 0.5rem;
}
.wenj dl dd{
	font-size: 0.8rem;
	line-height: 1.2rem;
}
.bqiao{
	display: flex;
	margin-top: 1.0rem;
	justify-content: center;
}
.bqiao div{
	max-width: 80%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.bqiao div a{
	padding: 0.4rem 1.0rem;
	box-shadow: 0 20px 36px rgba(36,75,168,.05);
	border-radius:64px;
	background-color: #FFFFFF;
	margin-top: 1.0rem;
	margin-left: 0.3rem;
	margin-right: 0.3rem;
	font-size: 0.8rem;
}
.szbj{
	background-image: url(../img/4-0-3-bgr.png);
	background-position: center;
	background-repeat: no-repeat;
}
.sz01{
	width: 100%;
	height: 68px;
	float: left;
	background-image: url(../img/9-6-bgr.png);
	background-position: center;
	background-repeat: no-repeat;
}
.table-wrapper{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
	padding: 0px 1.0rem;
	font-size: 0.8rem;
}
.table-wrapper table{
	border-collapse:collapse;
	border-radius:1.0rem;
	box-shadow:inset 0 0 0 1px #c9c9c9;
	width: 100%;
}
.table-wrapper tr+tr{
	border-top: 1px solid #c9c9c9;
}
.table-wrapper td, .table-wrapper th{
	padding: 0.5rem 1.0rem;
	text-align: left;
	vertical-align: top;
	border-right: 1px solid #c9c9c9;
}

.ac04{
	width: 100%;
	float: left;
	background-color: #ff6955;
	color: #FFFFFF;
	padding:3.0rem 0px;
}
.ac04 .baogao{
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ac04 .baogao .pic{
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
}
.ac04 .baogao .pic img{
	max-width: 100%;
	height: auto;
}
.ac04 .baogao .tex{
	width:100%;
	margin-top: 2.0rem;
}
.ac04 .baogao .tex h1{
	margin-bottom: 1.0rem;
	font-size: 1.5rem;
	line-height: 2.0rem;
	color: #FFFFFF;
}
.ac04 .baogao .tex img{
	margin-right: 0.5rem;
}
.haop{
	width: 100%;
	float: left;
	text-align: ;
	margin-top: 3.0rem;
	text-align: center;
	position: relative;
}
.haop img{
	max-width: 80%;
}
.haop h1{
	margin-bottom: 1.0rem;
	margin-top: 1.0rem;
	font-size: 2.0rem;
	line-height: 2.5rem;
}
.haop .zx{
	display: flex;
	align-items: center;
	justify-content: center;
}
.haop .zx a{
	padding: 0.4rem 1.0rem;
	font-size: 0.8rem;
	border-radius: 8px;
	text-align: center;
	color: #FFFFFF;
}
.haop .zx a:first-child{
	background-color: #ff6955;	
}
.haop .zx a:nth-child(2){
	padding: 0.4rem 1.0rem;
	color: #244ba8;
	border: 1px solid #244ba8;
	border-radius: 8px;
	font-size: 0.8rem;
	text-align: center;
	margin-left: 0.5rem;
	background-color: none;
}
.haop .sanx{
	width: 53px;
	height: 51px;
	background-image: url(../img/sx.png);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transform: rotate(180deg);
	position: absolute;
	bottom: -41px;
	left: 25%;
	display: none;
}

.buzou{
	width: 100%;
	float: left;
	margin-top: 2.5rem;
}
.buzou01{
	width: 100%;
	float: left;
	justify-content: space-between;
	display: flex;
}
.buzou01 .aleft{
	display: flex;
	width: 85%;
}
.buzou01 .sz{
	width: auto;
	margin-right: 1.0rem;
	font-size: 2.0rem;
	color: #ff6955;
	font-weight: bold;
	line-height: 1.5rem;
}
.buzou01 .bt{
	width: auto;
	font-size: 0.8rem;
}
.buzou01 .bt h1{
	font-size: 1rem;
	line-height: 1.3rem;
	margin-bottom: 0.5rem;
}
.buzou01 .pic{
	width: auto;
	max-width: 30%;
	width: 10%;
}
.buzou01 .pic img{
	max-width: 100%;
}
.buzou02{
	width: 100%;
	float: left;
	padding-left: 1.0rem;
	margin-top: 1.0rem;
}
.buzou02 ul{
	display: -webkit-box;
    overflow-x: auto;
    /*适应苹果*/
    -webkit-overflow-scrolling:touch;
}
.buzou02 ul::-webkit-scrollbar {
    display: none;
}
.buzou02 ul li{
	width: 15rem;
}
.buzou02 ul li .pic{
	height: 2.5rem;
	margin-bottom: 0.5rem;
	overflow: hidden;
}
.buzou02 ul li .pic img{
	max-height: 2.5rem;
}
.buzou02 ul li dl dt{
	font-size: 1.0rem;
	line-height: 1.5rem;
}
.buzou02 ul li dl dd{
	margin-top: 0.4rem;
	font-size: 0.8rem;
	line-height: 1.2rem;
}
.more{
	margin-top: 0.5rem;
	display: flex;
}
.more a{
	padding: 0.1rem 0.5rem;
	font-size: 0.8rem;
	border: 1px solid #244ba8;
	border-radius: 8px;
}
.more img{
	vertical-align: middle;
	margin-left: 8px;
}

.ad01{
	width: 100%;
	float: left;
	text-align: ;
	margin-top: 3.0rem;
	text-align: center;
	position: relative;
	background-image: url(../img/back.png);
	background-position: center;
	background-repeat: no-repeat;
}
.ad01 h1{
	font-size: 1.5rem;
	line-height: 2.0rem;
	text-align: center;
}
.ad01 h1 i{
	color: #ff6955;
}
.ad01 .zx{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 1.0rem;
}
.ad01 .zx a{
	padding: 0.4rem 1.0rem;
	font-size: 0.8rem;
	border-radius: 8px;
	text-align: center;
	color: #FFFFFF;
	background-color: #ff6955;
}
.ad02{
	width: 100%;
	float: left;
	height: auto;
	padding: 3.0rem 0px;
	background-image: url(../img/ocbc-cite.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.ad02-1{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	font-size: 0.8rem;
	line-height: 1.2rem;
}
.ad02-1 h1{
	margin-bottom: 0.5rem;
	font-size: 1.2rem;
	line-height: 1.5rem;
	font-weight: normal;
}
.ad03{
	width: 100%;
	float: left;
	background-color: #FFFFFF;
	box-shadow: 0 14px 44px rgba(0,0,0,.03);
	border-radius: 24px;
	overflow: hidden;
	margin-top: 80px;
}
.ad03 ul{
	display: -webkit-box;
    overflow-x: auto;
     /*适应苹果*/
    -webkit-overflow-scrolling:touch;
}
.ad03 ul::-webkit-scrollbar {
    display: none;
}
.ad03 ul li{
	width:15rem;
	padding: 0.8rem 1.0rem;
	border-left: 1px solid #eeeeee;
	border-bottom: 1px solid #EEEEEE;
	font-size: 0.8rem;
	line-height: 1.2rem;
}
.ad03 ul li img{
	max-width: 100%;
}
.zeren{
	width: 100%;
	float: left;
	margin-top: 1.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zeren01{
	width: 100%;
	padding: 0px 2.5rem;
	margin-top: 2.0rem;
}
.zeren01 .pic{
	text-align: center;
	overflow: hidden;
	margin-bottom: 1.0rem;
}
.zeren01 .pic img{
	max-width: 100%;
}
.zeren01 dl dt{
	font-size: 1.2rem;
	line-height: 2.0rem;
	margin-bottom: 1.0rem;
}
.zeren01 dl dd{
	font-size: 0.8rem;
}
.zeren01 p{
	margin-top: 0.5rem;
	display: flex;
}
.zeren01 .xwen{
	width: 10rem;
	height: 2.0rem;
	line-height: 2.0rem;
	text-align: center;
	background-color: #ff6955;
	border-radius: 8px;
	text-align: center;
	font-size: 0.8rem;
	color: #FFFFFF;
}

.bktop{
	width: 100%;
	float: left;
	background-color: #262626;
	height: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
	font-size: 16px;
	display: none;
}
.bktop img{
	vertical-align: middle;
	max-height: 20px;
	margin-right: 10px;
}
.bktop .dyue{
	width: auto;
	display: flex;
	margin-left: 72px;
}
.dybk{
	width: 245px;
	height: 33px;
	border: 0px;
	border-radius: 4px;
	margin-right: 8px;
	line-height: 33px;
	outline: none;
	padding-left: 15px;
	font-size: 14px;
	color: #999999;
	font-family: "黑体";
}
.dyanniu{
	width: 60px;
	height: 33px;
	border: 0px;
	cursor: pointer;
	line-height: 33px;
	text-align: center;
	font-size: 12px;
	background-color: #ff6955;
	color: #FFFFFF;
	border-radius: 4px;
}
.bkmain{
	width: 100%;
	float: left;
	padding: 0px 5%;
	color: #666666;
}
.bkheader{
	width: 100%;
	float: left;
	display: flex;
	height: 80px;
	justify-content: space-between;
	align-items: center;
	margin-top: 25px;
	font-size: 16px;
	display: none;
}
.bkheader a{
	color: #666666;
}
.bkheader div:first-child a{
	margin-right: 30px;
}
.bkheader img{
	vertical-align: middle;
}
.bkheader div:nth-child(2) a{
	margin-left: 30px;
}
.bkheader div:nth-child(2) img{
	margin-right: 8px;
	max-height: 20px;
}
.bkindex01{
	width: 100%;
	float: left;
	margin-top: 5.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tjpic{
	width: 100%;
	border-radius:12px;
	background-color: #dddfeb;
	padding-bottom: 0.5rem;
	overflow: hidden;
}
.tjpic .pic{
	overflow: hidden;
}
.tjpic .pic img{
	width: 100%;
	height: auto;
	display: block;
}
.tjpic dl dt{
	margin-top: 1.0rem;
	padding: 0px 1.0rem;
	display: flex;
	color: #666666;
	font-size: 0.8rem;
}
.tjpic dl dt div{
	margin-right: 0.8rem;
}
.tjpic dl dt div img{
	vertical-align: middle;
	margin-right: 0.2rem;
	max-height: 0.7rem;
}
.tjpic dl dd{
	padding: 0px 1.0rem;
	margin-top: 0.5rem;
	font-size: 1.2rem;
	line-height: 2.0rem;
	color: #262626;
}
.tjpic dl dd a{
	color: #262626;
}
.tjpic dl dd a:hover{
	text-decoration: underline;
}
.zxwz{
	width: 100%;
	color: #333333;
	margin-top: 2.0rem;
}
.zxwz h1{
	font-size: 1.2rem;
	line-height: 1.5rem;
	margin-bottom: 1.0rem;
}
.zxwz ul li{
	width: 100%;
	float: left;
	margin-bottom: 1.0rem;
}
.zxwz ul li a{
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
}
.zxwz ul li dl{
	width: calc(100% - 4.0rem);
}
.zxwz ul li dl dt{
	font-size: 1.0rem;
	line-height: 1.5rem;
	margin-bottom: 0.5rem;
	font-weight: bold;
	color: #333333;
}
.zxwz ul li dl dd{
	font-size: 0.8rem;
	line-height: 1.0rem;
	display: flex;
	color: #666666;
}
.zxwz ul li dl dd img{
	vertical-align: middle;
	margin-left: 0.2rem;
	margin-right: 0.2rem;
	max-height: 1.0rem;
}
.zxwz ul li .pic{
	width: 3.0rem;
	height: 3.0rem;
	overflow: hidden;
}
.zxwz ul li .pic img{
	max-width: 100%;
	height: auto;
}
.zxwz ul li:hover dl dt{
	text-decoration: underline;
}

.bkdy{
	width: 100%;
	float: left;
	background-color: #ff6955;
	margin-top: 2.0rem;
	padding: 3.0rem 0;
}
.bkdy01{
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.bkdy01 .pic{
	width: 100%;
	display: flex;
}
.bkdy01 .pic img{
	max-width: 60%;
}
.bkdy01 .tex{
	width: 100%;
	color: #FFFFFF;
	font-size: 0.8rem;
}
.bkdy01 .tex h1{
	margin-top: 2.5rem;
}
.bkdy01 .tex h2{
	font-size: 1.2rem;
	line-height: 1.5rem;
	margin-top: 1.0rem;
	margin-bottom: 1.0rem;
	color: #FFFFFF;
	font-weight: normal;
}
.bkdy01 .tex a{
	color: #FFFFFF;
	text-decoration: underline;
}
.bkdy01 .tex .search{
	display: flex;
	margin-bottom: 0.5rem;
	justify-content: space-between;
}
.dybk2{
	width: calc(100% - 5.5rem);
	height: 2.0rem;
	border: 0px;
	border-radius: 4px;
	margin-right: 8px;
	line-height: 2.0rem;
	outline: none;
	padding-left: 0.5rem;
	font-size: 0.8rem;
	color: #999999;
	font-family: "黑体";
}
.dyanniu2{
	width: 5.0rem;
	height: 2.0rem;
	border: 0px;
	cursor: pointer;
	line-height: 2.0rem;
	text-align: center;
	font-size: 0.8rem;
	background-color: #244ba8;
	color: #FFFFFF;
	border-radius: 4px;
}

.dwlm{
	width: 100%;
	float: left;
	margin-top: 6.0rem;
	padding-bottom: 2.0rem;
	border-bottom: 1px solid rgba(0,0,0,.1);
	font-size: 2.0rem;
	color: #333333;
	text-align: center;
}
.newlist{
	width: 100%;
	float: left;
}
.newlist ul{
	display: flex;
	flex-wrap: wrap;
}
.newlist ul li{
	width: 100%;
	margin-top: 2.0rem;
}
.newlist ul li .pic{
	margin-bottom: 0.5rem;
	border-radius: 12px;
	overflow: hidden;
	height: auto;
}
.newlist ul li .pic img{
	width: 100%;
	height: 100%;
	display: block;
}
.newlist ul li h1{
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 0.5rem;
	color: #333333;
}
.newlist ul li h1 img{
	vertical-align: middle;
	margin-right: 8px;
}
.newlist ul li h2{
	font-size: 1.2rem;
	line-height: 1.5rem;
	color: #333333;
	margin-bottom: 0.5rem;
}
.newlist ul li dl dt{
	font-size: 0.8rem;
	color: #666666;
}
.newlist ul li dl dd{
	margin-top: 2.0rem;
	font-size: 0.8rem;
	color: #666666;
}
.newlist ul li dl dd img{
	vertical-align: middle;
	max-height: 0.8rem;
	margin-top: -2px;
}

.fy{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
	margin-bottom: 3.0rem;
}
.fy ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.fy ul li{
	font-size: 0.8rem;
	line-height: 1.5rem;
}
.fy ul li a{
	padding: 0.4rem 0.8rem;
	text-align: center;
	border: 1px solid #E0E0E0;
	border-right: 0px;
}
.fy ul li a:hover{
	background-color: #244ba8;
	color: #FFFFFF;
}
.fy ul li:last-child a{
	border: 1px solid #E0E0E0;
}
.fy ul li .cur{
	background-color: #244ba8;
	color: #FFFFFF;
}
.hx{
	width: 100%;
	float: left;
	margin-top: 4.0rem;
	height: 1px;
	background-color: rgba(0,0,0,0.1);
}
.add{
	width: 100%;
	float: left;
	color: #666666;
	margin-top: 2.0rem;
}
.add a{
	color: #666666;
}
.date{
	width: 100%;
	float: left;
	margin-top: 1.0rem;
	display: flex;
	align-items: center;
	color: #333333;
	font-size: 0.8rem;
	flex-wrap: wrap;
}
.date div{
	display: flex;
	align-items: center;
	margin-right: 0.5rem;
	margin-top: 0.5rem;
}
.date img{
	max-height: 1.0rem;
	margin-right: 0.2rem;
}
.date a{
	color: #333333;
}
.date i{
	width: 1.0rem;
	height: 1.0rem;
	background-color: rgba(36,75,168,.1);
	color: #244BA8;
	margin-right: 8px;
	border-radius: 50%;
	text-align: center;
	font-weight: bold;
	line-height: 1.0rem;
}
.showtitle{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
	font-size: 1.6rem;
	line-height: 1.8rem;
	color: #333333;
}
.showtex{
	width: 100%;
	float: left;
	margin-top: 1.0rem;
	font-size: 0.8rem;
	color: #333333;
}
.showtex img{
	max-width: 100%;
}
.showtex h1{
	font-size: 1.2rem;
	line-height: 1.5rem;
	margin: 2.0rem 0 1.0rem;
}
.showtex h2{
	font-size: 1.0rem;
	line-height: 1.5rem;
	margin: 2.0rem 0 1.0rem;
}
.showtex p{
	margin-top: 0.5rem;
}
.main03{
	width: 100%;
	float: left;
	padding: 0px 5%;
}

.fenxiang{
	width: 100%;
	float: left;
	margin-top: 1.5rem;
	font-size: 0.8rem;
	color: #999999;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.fenxiang img{
	margin-left: 0.2rem;
}
.biaoq{
	width: 100%;
	float: left;
	margin-top: 1.5rem;
}
.biaoq h1{
	font-size: 1.0rem;
	margin-bottom: 1.0rem;
}
.biaoq ul{
	display: flex;
}
.biaoq ul li{
	width: auto;
	margin-right: 0.5rem;
	display: flex;
	font-size: 0.8rem;
	align-items: center;
}
.biaoq ul li i{
	width: 1.0rem;
	height: 1.0rem;
	background-color: rgba(36,75,168,.1);
	color: #244BA8;
	margin-right: 8px;
	border-radius: 50%;
	text-align: center;
	font-weight: bold;
	line-height: 1.0rem;
}






.mart48{
	margin-top: 48px;
}
.red{
	color: #ff6955;
}
.greebj{
	background-color: #dff2e3;
}
.blue{
	color: #244ba8;
}
.mart16{
	margin-top: 16px;
}
.mart10{
	margin-top: 10px;
}
.mart0{
	margin-top: 0px;
}


















}



.wc1200.row.rowE{
	display:none !important;
}
.new_page_div{
    margin: 120px auto;
}
.new_page_t{
    text-align: center; font-size: 36px;
}
.new_page_b{
    margin-top: 30px; font-size: 18px; line-height: 1.75;
}
.sm span:last-child{
    display: none;
}


@media (max-width:980px) {

.new_page_div{
    margin:120px  auto 60px;
}
.new_page_t{
     font-size: 24px;
}
.new_page_b{
    margin-top: 20px; font-size: 14px;
}

}

.newkf02 li:nth-child(7),.newkf02 li:nth-child(8){
    text-align: center; width: 100%;
}
.newkf02 li .bk{
    box-shadow: 0 0 0 1px rgba(178,178,178,.7) inset;
}
.newkf02 li select{
    background: #fff;
}
.newkf02 textarea{
    width: 100%; padding: 15px; height: 100px; line-height: 1.5;
}
.newkf02 li .anniu{
    width: 120px;
}
.newkf02 .sm,.newkf02 .sm a{
    color: #244ba8;
}
.newtop{
    margin-top: 10px; text-align: left;
}
.newtop dd{
    padding: 0 !important; text-align: left !important;
}
.newtop label{
    margin-left: 15px;
}
.newac03{
    background: #1a2569 !important; overflow: hidden;
    color: #fff;  
}
.newac03 .main{
    position: relative;
}
.newac03 .main::before {
    content: "";
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: -175px; 
    width: 654px;
    height: 654px;
    background-color: rgba(0,0,0,.1);
}
.newac03 .main::after {
    content: "";
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: 594px;
    width: 358px;
    height: 358px;
    background-color: rgba(255,255,255,.1);
}
.nw100{
    display: flex; justify-content: space-between; flex-direction: row; text-align: center;
}
.nw100 .newt{
    color: #244ba8; font-size: 16px; margin-bottom: 10px;
}
.nw100 .newb{
    color: #244ba8; font-size: 32px; line-height: 1.125; font-weight:bold;
}
.newac03 .ac03-l a{
    background: #ff6955; border-color: #ff6955;;
}

@media (max-width:1200px) {
    .main_else {
    	width:calc(100% - 30px); 
    	margin-left:15px; 
    	margin-right:15px;
    }
}
@media (max-width:980px) {
.nw100{
    flex-wrap: wrap;
}
.nw100 .newt{
    font-size: 14px; margin-bottom: 6px;
}
.nw100 .newb{
    font-size: 20px;
}



.totopheight{
    margin-top: 4rem;
}

.pt80{
    padding-top: 30px;
}
.pb80{
    padding-bottom: 30px;
}
.new_title_t{
    font-size: 1.3rem;
    line-height: 1.8rem;
    margin-bottom: 0.5rem;
    font-weight: bold; text-align: center;
}
.new_title_b{
    font-size: 0.7rem;
    line-height: 1.5rem;
    color: #244ba8; text-align: center; min-height: 1px;
}


.newtab{
    width: 100%; background: #fff; font-size: 0px;  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1); clear: both;
}
.newtab a,.newtab span{
    display: inline-block;
}
.newtab a{
    font-size: 14px; color: #333; padding: 10px 5px; position: relative;
}
.newtab a.active{
    color: #244ba8;
}
.newtab a.active::after{
    position: absolute; width: 100%; height: 2px; content: " "; background: #244ba8; left: 0; bottom: 0;
}
.newtab span{
    font-size: 14px; color: #c6c6c6;
}
.newtab span:last-child{
    display: none;
}

.gsfw01{
    clear: both;
}
.gsfw01_01{
    background: #dff2e3; overflow: hidden;
}
.gsfw01_01_in{
    display: flex; flex-direction: row; justify-content: space-between;
}
.gsfw01_01_li{
    text-align: center; width: 25%;
}	
.gsfw01_01_li img{
    display: inline-block; height: 40px;
}
.gsfw01_01_li .text{
    font-size: 14px; color: #3f56a8; margin-top: 15px;
}
.gsfw01_02{
    background: #f2f7fc;
}
.main_else{
	width:calc(100% - 30px); 
	margin-left:15px; 
	margin-right:15px;
}
.gsfw01_02_in{
    display: flex; flex-direction: row; justify-content: space-between; flex-wrap: wrap;
}
.gsfw01_02_left{
    width: 100%; margin-bottom: 30px;
}
.gsfw01_02_right{
    width: 100%;
}
.gsfw01_02_left_in{
    display: flex; flex-direction: row; justify-content: space-between;   flex-wrap: wrap;
}
.gsfw01_02_left_li{
    width: 50%; text-align: center; margin-top: 20px;
}
.gsfw01_02_left_li img{
    display: inline-block; height: 45px;
}
.gsfw01_02_left_li .text{
    font-size: 16px; color: #244ba8; margin-top: 15px; font-weight: bold;
}


.gsfw02{
    background: #244ba8; overflow: hidden;
}
.gsfw02 .intitle,.gsfw02 .intitle2,.fzfw01 .intitle2,.syfw01_01 .intitle2{
    padding-top: 0 !important; margin-top: 0 !important; float: none !important;
}
.gsfw02 .intitle dl dd{
    padding: 0 !important;
}
.gsfw02_tab{
    width: 100%;  font-size: 0px; margin-top: 20px; text-align: center;
}
.gsfw02_tab a,.gsfw02_tab span{
    display: inline-block;
}
.gsfw02_tab a{
    font-size: 15px; color: #fff;    padding:4px 8px; border-radius: 6px; background: #244ba8; margin: 0 4px;
}
.gsfw02_tab span{
    font-size: 15px; color: #fff; margin: 0 10px; display: none;
}
.gsfw02_tab a.active{
    background: #fff; color: #244ba8;
}

.gsfw02_con_li{
    display: none;
}
.gsfw02_con_li.active{
    display: block;
}

.gsfw03{
    background: #dff2e3; overflow: hidden;
}
.gsfw03 .intitle2{
    padding-top: 0 !important; margin-top: 0 !important; float: none !important;
}
.gsfw03_con_b{

}
.gsfw05{
    overflow: hidden;
}
.gsfw05 .question {
  margin-top: 0px !important;
}
.gsfw06{
    background: #dff2e3; overflow: hidden;
}
.gsfw06 .question {
  margin-top: 0px !important;
}
.gsfw06 span a{
    color: #fff; display: inline-block; background: #ff6955; padding: 8px; border-radius: 8px; line-height: 1;
}
.gsfw07_con{
    display: flex; flex-direction: row; justify-content: space-between;   flex-wrap: wrap; color: #fff;
}
.gsfw07_left{
    width: 100%; margin-bottom: 30px; display: flex; flex-direction: row; justify-content: space-between; 
}
.gsfw07_left .text{
    width: 40%;
}
.gsfw07_left .img{
    width: 60%; text-align: center;
}
.gsfw07_left .t{
    font-size: 1.3rem; 
}
.gsfw07_left .b{
    font-size: 0.7rem;
    line-height: 1.5rem;
}
.gsfw07_left img{
    display: inline-block; max-width: 50%;
}
.gsfw07_right{
    width: 100%;
}
.gsfw07_right_list{
    display: flex; flex-direction: row; justify-content: space-between;   flex-wrap: wrap; margin-top: 20px;
}
.gsfw07_right_list:first-child{
    margin-top: 0;
}
.gsfw07_right_list .img{
    width: 55px;   display: flex;
    justify-content: center;
    flex-direction: column;
}
.gsfw07_right_list .img img{
    display: inline-block; width: 100%;
}
.gsfw07_right_list .text{
    width: calc(100% - 90px);
}
.gsfw07_right_list .text .t{
    font-size: 16px; margin-bottom: 10px;
}
.gsfw07_right_list .text .b{
    font-size: 13px; line-height:20px;
}
#gsfw07{
    padding-bottom: 30px;
}


.newpage_banner .text .t {
  font-size: 24px;
  margin-bottom: 4px;
}
.newpage_banner .text .b {
  font-size: 16px;
}
.yhfw01 {
    clear: both;
}
.yhfw01_01_li img {
  height: 50px;
}
.yhfw01_01_li .text {
  font-size: 13px;
  width: 100%;
  margin: 16px auto 0;
  padding: 0 2px;
}
.yhfw01_01_li {
  margin-top: 40px;
}
.yhfw02_01_li img {
  height: 75px;
}
.yhfw02_01_li .text {
  font-size: 14px;
  margin-top: 20px;
}
.yhfw02_01_li {
  margin-top: 30px;
}


.yhfw06 .subNav{
    justify-content: left;
    flex-wrap: wrap; height: auto;
}
.yhfw06 .subNav span{
    display: block; width: 100%;
}
.yhfw06.gsfw06{
    background: #fff;
}
.fzfw01_list {
  width: 100%;
  padding: 25px 15px 15px;
  border-radius: 14px;
  margin-top: 20px;
}
.fzfw01_list .fzfw01_text > a {
  font-size: 14px;
  width: 130px;
  height: 40px;
  line-height: 40px
}
.fzfw01_list img {
  width: 62px;
}
.fzfw01_list .fzfw01_text .t {
  font-size: 22px
}
.fzfw01_list .fzfw01_text .b {
  font-size: 14px;
  margin: 10px 0 20px;
}
.newpage_banner .text .t.tsmall {

}
.fzfw02_list img {
  height: 40px;
}
.fzfw02_list .t {
  font-size: 16px;
  margin: 15px 0;
}
.fzfw02_list .b {
  font-size: 13px;
}
.fzfwjt img {
  width: 15px;
  margin-top: 15px;
}
.fzfw02_con {
  margin-top: 40px;
}

.fzfw02 .lc ul li{
	width: 49%;
}

.syfw01_01_con .img {
  width: 100%; text-align: center; margin-top: 20px;
}
.syfw01_01_con .img img{
    width: auto; display: inline-block;
}
.syfw01_01_con .text {
  width: 100%; margin: 20px 0;
}
.syfw01_01_con .a {
  width: 100%; text-align: center;
}
.syfw01_01_con .a a{
    margin-left: auto; margin-right: auto;
}
.syfw01_00{
    margin-top: 4rem; padding: 40px 0;
}
.syfw01_00 .intitle dl dd {
  width: calc(100% - 30px);
}


.web_new_subnav{
    background: #fff; padding: 5px 15px; text-align: left; width: 280%; min-width: 100%; height: 0px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-30px);
    transition: all .3s;
}
.subNav3.currentDd3 .web_new_subnav {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: all .3s;
  height: auto;
}
.web_new_subnav a {
  display: block;
  padding: 5px 0;
  font-size: 0.8rem;
  line-height: 1.25;
}
.subNav3 > span{
    display: block; position: absolute; top: 0; right: 5%;
}
.subNav3 > span em{
    font-style: normal; margin: 0 !important; padding: 0 !important;
}
.subNav3 > span em:first-child{
    display: block;
}
.subNav3 > span em:last-child{
    display: none;
}
.subNav3.currentDd3 > span em:first-child{
    display: none;
}
.subNav3.currentDd3 > span em:last-child{
    display: block;
}

.newpage_banner_height {
  height: 4rem;
}
.kjysw01 .help ul li .tex.blue{
    width: 100%; margin-bottom: 20px;
}
.help ul li .pic{
    width: 100%;
}
.kjysw01 .help ul li {
    flex-wrap:wrap;
}
.kjysw01 .help ul li .tex h1 {
  font-size: 24px;
}
#kjysw03{
    margin-top: 0 !important;
}
.kjysw05_li {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding-left: 15px;
  margin-top: 30px;
}
.kjysw05_li .text {
  font-size: 14px;
  line-height: 40px;
}
.kjysw06_con .t {
  font-size: 18px;
  line-height: 2;
  margin: 30px 0 0;
}
.kjysw06_con .t .ttop .tlist {
    margin: 0 0;
    width: 48%;
}
.kjysw06_con .t .tbottom .tlist{
    width: 31%;
}
.kjysw06_con .t .tlist .text {
  margin-top: 15px; font-size: 14px;
}
.kjysw06_con .t .tlist img {
  display: inline-block;
  height: 55px;
}
.kjysw06_con .t .tlist {
  margin-bottom: 40px !important;
}
.kjysw06_con .b {
  font-size: 14px;
}
.kjysw07_01_li {
  width: 100%;
  margin-top: 30px;
}
.kjysw07_01_li .t {
  font-size: 20px;
  margin-bottom: 15px;
}
.kjysw07_01_li .t img {
  height: 38px;
  margin-right: 10px;
}
.kjysw07_con_end {
  border-radius: 10px;
  padding: 10px 15px 20px;
}
.kjysw07_con_endlist .textt {
  width: 33.33%;
  padding-left: 15px;
}
.kjysw07_con_endlist .textt:first-child{
    width: 42%;
}
.kjysw07_con_endlist .texttop {
  font-size: 16px;
}
.kjysw07_con_endlist .textbottom {
  font-size: 12px;
}
.kjysw07_con_endlist {
    line-height: 45px;
}
.kjysw07_con_endlist .textta a {
  width: 85%;
  font-size: 12px;
  height: 1.8rem;
  line-height: 1.8rem;
}
.kjysw07_con_endlist .textta {
  padding: 15px 0 0;
}
.kjysw08_list {
  width: 100%;
  padding-left: 15px;
  margin-top: 30px;
}
.kjysw08_list .text .t {
  font-size: 20px;
  margin-bottom: 15px;
}
.kjysw08_list .text .b {
  font-size: 13px;
  line-height: 1.75;
}
.kjysw08_list .img {
  width: 32px;
}
.kjysw08_list .text {
  width: calc(100% - 60px);
}


.xtyjjhfw01  .kjysw08_list {
  width: 100%;
  padding-left: 0px;
}
.xtyjjhfw01 .kjysw08_list .text {
  width: 100%;
}
.xtyjjhfw01 .kjysw08_list .img {
  width: 100%;
}
.xtyjjhfw01 .kjysw08_list .img img{
  width: 32px;
}
.xtyjjhfw03_li {
  width: 100%;
  margin-top: 30px;
}
.xtyjjhfw04_li {
  width: 48.5%;
  padding: 0;
  margin-top: 30px;
}
.xtyjjhfw04_li .img {
  width: 50px;
}
.xtyjjhfw04_li .text {
  width: calc(100% - 60px);
  font-size: 12px;
}


.sbiao img{
    height: 50px;
}
.qylogo img {
  height: 42px;
}


.indexfeiyong .feiyong ul li {
  width: 100%;
  margin-right: 0;
}

.help ul li{
    flex-wrap:wrap;
}
.help ul li .tex.blue{
    width: 100%;
}

}




.ac03-l a{
    position: relative; z-index: 2;
}





@media (max-width:1366px) {
    .newpage_banner_in {
      width: 1000px;
    }
    .newpage_banner_in .img img {
      height: 350px;
    }
    .newpage_banner .text .t {
      font-size: 40px;
      margin-bottom: 8px;
    }
    .newpage_banner .text .b {
      font-size: 15px;
    }
    .newpage_banner_us .newpage_banner_in .img img {
      height: 480px;
    }
    .newpage_banner .text .t.ussmall {
      font-size: 32px;
    }
    .newpage_banner .text .b.ussmall {
      font-size: 13px;
    }
}
@media (max-width:1200px) {
    .newpage_banner_in {
      width: calc(100% - 30px);
    }
    .newpage_banner_in .img img {
      height: 300px;
    }
    .newpage_banner .text .t {
      font-size: 32px;
      margin-bottom: 8px;
    }
    .newpage_banner .text .b {
      font-size: 14px;
    }
    .newpage_banner_us .newpage_banner_in .img img {
      height: 420px;
    }
    .newpage_banner .text .t.ussmall {
      font-size: 26px;
    }
    .newpage_banner .text .b.ussmall {
      font-size: 12px;
    } 
}
@media (max-width:768px) {
    .newpage_banner_in .img img {
      height: 180px;
    }
    .newpage_banner .text .t {
      font-size: 22px;
      margin-bottom: 5px;
    }
    .newpage_banner .text .b {
      font-size: 13px;
    }
    .newpage_banner_us .newpage_banner_in .img img {
      height: 210px;
    } 
    .newpage_banner .text .t.ussmall {
      font-size: 20px;
    }
    .newpage_banner .text .b.ussmall {
      font-size: 11px;
      line-height: 1.5;
    }
    .newpage_banner .text {
      max-width: 48%;
    }
}

