@charset "utf-8";
.header{
	width: 16%;
	background: #1b419c;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	float: left;
	z-index: 99;
	font-size: 0;
	overflow: hidden;
}
.header .overflow{
	height: 100%;
	margin-right: -17px;
}
.header .scroll{
	height: 100%;
	overflow-y: scroll;
}
.header .logo{
	text-align: center;
	padding: 18px 35px 15px 30px;
}
.header .logo a{
	display: inline-block;
}
.header .logo img{
	
}

.header .nav{
	padding: 0 30px;
}
.header .nav .yiji{
	
}
.header .nav .yiji>li{
	
}
.header .nav .yiji>li>p{
	display: block;
	cursor: pointer;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 20px;
	padding: 18px 0;
}
.header .nav .yiji>li>p.on{
	background-image: url(../images/up.png)!important;
}
.header .nav .yiji>li>p>a{
	font-size: 14px;
	color: #ffffff;
	display: inline-block;
	vertical-align: top;
	line-height: 16px;
	transition: all .3s;
}
.header .nav .yiji>li>p>span{
	font-size: 16px;
	color: #4f5e80;
	line-height: 16px;
	/* display: block; */
	display: none;
	text-transform: uppercase;
	margin-top: 10px;
}
.header .nav .yiji>li>p:hover>a,
.header .nav .yiji>li>p.active>a{
	color: #ffce1a;
}

.header .nav .yiji>li>.erji{
	display: none;
	padding: 15px 20px;
	/* background: url(../images/erjibg.png) repeat-y top left; */
	margin-top: 10px;
	border-left: 2px solid #173784;
}
.header .nav .yiji>li>.erji>li{
	margin-bottom: 20px;
}
.header .nav .yiji>li>.erji>li:last-child{
	margin-bottom: 0;
}
.header .nav .yiji>li>.erji>li>a{
	font-size: 14px;
	color: #8daeff;
	transition: all .3s;
}
.header .nav .yiji>li>.erji>li>a:hover{
	color: #ffce1a;
}

.header .language{
	margin: 30px;
	border-radius: 10px;
	overflow: hidden;
}
.header .language a{
	font-size: 14px;
	color: #19419e;
	line-height: 20px;
	padding: 12px 0;
	width: 50%;
	display: inline-block;
	text-align: center;
	background: #c1d2e8;
	transition: all .3s;
}
.header .language a:hover,
.header .language a.active{
	background: #0964c3;
	color: #ffffff;
}
.m_header{
	display: none;
}
.m_nav_dialog{
	display: none;
}

.main{
	margin-left: 16.5%;
	height: 100%;
}
.picFocus {
	margin: 0 auto;
	width: 100%;
	position: relative;
	overflow: hidden;
	zoom: 1;
}
.picFocus .bd li {
	vertical-align: middle;
	width: 100%;
}
.picFocus .bd li a{
	display: block;
	width: 100%;
	height: 600px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}
.picFocus .hd {
	position: absolute;
	width: 100%;
	z-index: 99;
	bottom: 26px;
	left: 50%;
	transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	overflow: hidden;
}	
.picFocus .hd ul {
	overflow: hidden;
	zoom: 1;
	text-align: center;
}	
.picFocus .hd ul li {
	display: inline-block;
	vertical-align: top;
	width: 151px;
	height: 57px;
	border: 2px solid #FFF;
	cursor: pointer;
	margin-right: 12px;
}
.picFocus .hd ul li:last-child{
	margin-right: 0;
}
.picFocus .hd ul li img {
	width: 100%;
	height: 100%;
}	
.picFocus .hd ul li.on {
	border: 2px solid #131548;
}

.section1{
	padding-top: 35px;
	text-align: center;
	margin-bottom: 50px;
}
.section1 .cate_title{
	font-size: 16px;
	color: #000000;
	
	display: inline-block;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #cecbe0;
}
.section1 .list{
	
}
.section1 .list a{
	width: 12.5%;
}
.section1 .list a .pic{
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 63%;
	overflow: hidden;
	position: relative;
	border-right: 1px solid #b4b4b4;
}
.section1 .list a:nth-child(7) .pic{
	border-right: none;
}
.section1 .list a .pic img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transition: all .3s;
}
.section1 .list a .pic img.img{
	z-index: 10;
	opacity: 1;
}
.section1 .list a .pic img.img_hover{
	z-index: -10;
	opacity: 0;
}
.section1 .list a .title{
	font-size: 14px;
	color: #333333;
	font-weight:100;
	padding: 10px 0;
	transition: all .3s;
}
.section1 .list a:hover .pic img.img{
	z-index: -10;
	opacity: 0;
}
.section1 .list a:hover .pic img.img_hover{
	z-index: 10;
	opacity: 1;
}
.section1 .list a:hover .title{
	color: #1e47a2;
}

.section{
	margin: 0 5% 0 2%;
	padding-bottom: 50px;
}
.section2{
	width: 47%;
	margin-right: 6%;
}
.section2 .cate_title{
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	display: inline-block;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #cecbe0;
}


.section2 .pic {
	margin: 0 auto;
	width: 100%;
	position: relative;
	overflow: hidden;
	zoom: 1;
}
.section2 .pic .bd li {
	vertical-align: middle;
	width: 100%;
}
.section2 .pic .bd li a{
	display: block;
	width: 100%;
	height: 420px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}
.section2 .pic .hd {
	position: absolute;
	width: 100%;
	z-index: 99;
	bottom: 10px;
	left: 50%;
	transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	overflow: hidden;
	font-size: 0;
}	
.section2 .pic .hd ul {
	overflow: hidden;
	zoom: 1;
	text-align: center;
}	
.section2 .pic .hd ul li {
	display: inline-block;
	vertical-align: top;
	width: 12px;
	height: 12px;
	background: #fef012;
	cursor: pointer;
	margin-right: 12px;
	border-radius: 100%;
}
.section2 .pic .hd ul li:last-child{
	margin-right: 0;
}
.section2 .pic .hd ul li img {
	width: 100%;
	height: 100%;
}	
.section2 .pic .hd ul li.on {
	background: #131548;
}

.section2 .content{
	font-size: 14px;
	color: #5a5a5a;
	line-height: 30px;
	height: 120px;
	overflow: hidden;
	margin-top: 20px;
	text-align: justify;
}
.section3{
	width: 47%;
}
.section3 .cate_title{
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	display: inline-block;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #cecbe0;
}
.section3 .list{
	
}
.section3 .list li{
	padding: 15px 0;
	border-bottom: 1px dashed #a7a7a7;
}
.section3 .list li .content{
	max-width: calc(100% - 120px);
	font-size: 0;
}
.section3 .list li .content .time{
	font-size: 14px;
	color: #bababa;
	display: block;
	margin-bottom: 15px;
	line-height: 20px;
	text-align: left;
}
.section3 .list li .content .title{
	font-size: 14px;
	color: #5a5a5a;
	display: inline-block;
	line-height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}
.section3 .list li .tag{
	margin: 12.5px 0;
}
.section3 .list li .tag a{
	display: block;
	width: 98px;
	height: 35px;
	background: #19419e;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;
	border-radius: 5px;
	cursor: pointer;
}
.section3 .list li .tag a.yellow{
	background: #ffc600;
}
.bei{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.8);
	z-index: 100;
}
.tanchu{
	display: none;
	position: fixed;
	max-width: 700px;
	width: 80%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	background: #ffffff;
	border-radius: 8px;
	padding:15px;
	z-index: 110;
}
.tanchu video{
	display: block;
	width: 100%;
}
.section4{
	display: none;
}

.footer{
	background: #1b419b;
	padding: 30px 3%!important;
	font-size: 0;
}
.footer .footer1{
	width: 28%;
}
.footer .footer1 .footer_logo{
	padding-left: 80px;
}
.footer .footer1 .footer_logo a{
	display: block;
}
.footer .footer1 .footer_logo img{
	height: 147px;
}
.footer .footer1 .info{
	font-size: 14px;
	color: #ffffff;
	line-height: 37px;
	margin-top: -12px;
}
.footer .footer1 .info p{
	
}
.footer .footer1 .info a{
	color: #ffffff;
}
.footer .footer2{
	width: 72%;
}
.footer .footer2 .sanji:nth-child(1){
	width: 20%;
}
.footer .footer2 .sanji:nth-child(2){
	width: 30%;
}
.footer .footer2 .sanji:nth-child(3){
	width: 30%;
}
.footer .footer2 .sanji:nth-child(4){
	width: 20%;
}
.footer .footer2 li{
	width: 100%;
}
.footer .footer2 li:nth-child(2){
	margin-top: 15px;
}
.footer .footer2 li .cate_title{
	margin-bottom: 6px;
}
.footer .footer2 li .cate_title a{
	font-size: 16px;
	color: #ffffff;
	display: inline-block;
}
.footer .footer2 li .title{
	
}
.footer .footer2 li .title a{
	font-size: 14px;
	color: #ffffff;
	display: inline-block;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}
.footer .footer3{
	/* padding-top: 40px; */
}
.footer .footer3 .footer_ewm{
	
}
.footer .footer3 .footer_ewm a{
	
}
.footer .footer3 .footer_ewm img{
	width: 127px;
	height: 127px;
}
.footer .footer3 .desc{
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	margin-top: 16px;
}
.m_footer{
	display: none;
}

@media (min-width:751px) and (max-width:1024px) {
	.header{
		width: 27%;
	}
	.header .logo{
		padding: 20px 0;
	}
	.header .logo img{
		height: 120px;
	}
	.header .nav{
		padding: 10px 30px 30px 20px;
	}
	.header .nav .yiji>li>p>span{
		display: none;
	}
	.header .language{
		margin: 20px 30px 0 15px;
	}
	.header .language a{
		font-size: 16px;
	}
	.main{
		margin-left: 27.5%;
	}
	.picFocus .bd li a{
		height: 420px;
	}
	.picFocus .hd{
		display: none;
	}
	.section1{
		margin-bottom: 65px;
	}
	.section1 .cate_title{
		margin-bottom: 40px;
	}
	.section1 .list a{
		width: 25%;
		margin-top: 50px;
	}
	.section1 .list a:nth-child(1),
	.section1 .list a:nth-child(2),
	.section1 .list a:nth-child(3),
	.section1 .list a:nth-child(4){
		margin-top: 0;
	}
	.section1 .list a:nth-child(4n) .pic{
		border-right: none;
	}
	.section1 .list a:nth-child(7) .pic{
		border-right: 1px solid #b4b4b4;
	}
	.section1 .list a .title{
		font-size: 14px;
	}
	.section2{
		width: 100%;
		margin-right: 0;
		text-align: center;
		margin-bottom: 50px;
	}
	.section2 .cate_title{
		margin-bottom: 40px;
	}
	.section3{
		width: 100%;
		text-align: center;
	}
	.section3 .cate_title{
		margin-bottom: 40px;
	}
	.footer .footer1{
		width: 100%;
		text-align: center;
	}
	.footer .footer1 .footer_logo{
		padding: 0;
	}
	.footer .footer2{
		display: none;
	}
	.footer .footer3{
		display: none;
	}
}
@media screen and (max-width:750px) {
	.header{
		display: none;
	}
	.m_header{
		background: #19419e;
		font-size: 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 0.3rem 0 0.14rem;
		height: 0.96rem;
		width: 100%;
		z-index: 100;
		box-shadow: 3px 3px 3px rgba(0,0,0,.2);
	}	
	.stick {
		position: fixed;
		top: 0;
		left: 0;
	}
	.m_header .logo{
		font-size: 0;
		display: flex;
		align-items: center;
	}
	.m_header .logo .logo_img{
		
	}
	.m_header .logo .logo_img a{
		display: block;
	}
	.m_header .logo .logo_img img{
		width: 1.69rem;
		height: 0.29rem;
	}
	.m_header .logo .logo_word{
		font-size: 0.3rem;
		color: #ffffff;
		margin-left: 0.24rem;
	}
	.m_header .language{
		font-size: 0.3rem;
		color: #ffffff;
		position: absolute;
    	right: 60px;
	}
	.m_header .menu_button{
		width: 0.65rem;
		height: 0.51rem;
		background: transparent url(../images/m_menu.png) no-repeat center;
		background-size: 0.65rem 0.51rem;
		border: none;
		outline: none;
		font-size: 0;
	}
	.m_nav_dialog{
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 150;
		background: #19419e;
	}
	.m_nav_dialog .m_nav_close{
		height: 0.81rem;
		border-bottom: 2px solid #938C6D;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		padding-right: 0.3rem;
	}
	.m_nav_dialog .m_nav_close .icon{
		width: 0.31rem;
		height: 0.28rem;
	}
	.m_nav_dialog .m_nav{
		
	}
	.m_nav_dialog .m_nav .yiji{
		
	}
	.m_nav_dialog .m_nav .yiji>li{
		border-top: 1px solid #938C6D;
	}
	.m_nav_dialog .m_nav .yiji>li:first-child{
		border-top: none;
	}
	.m_nav_dialog .m_nav .yiji>li>a{
		display: flex;
		align-items: center;
		height: 0.8rem;
		padding: 0 0.56rem;
		font-size: 0.3rem;
		color: #ececec;
	}
	.m_nav_dialog .m_nav_contact{
		border-top: 2px solid #938C6D;
		padding: 0.3rem 0.56rem;
	}
	.m_nav_dialog .m_nav_contact .m_nav_ewm{
		display: flex;
		align-items: flex-end;
		margin-bottom: 0.7rem;
	}
	.m_nav_dialog .m_nav_contact .m_nav_ewm .ewm{
		font-size: 0;
	}
	.m_nav_dialog .m_nav_contact .m_nav_ewm .ewm a{
		display: block;
	}
	.m_nav_dialog .m_nav_contact .m_nav_ewm .ewm img{
		width: 1.63rem;
		height: 1.63rem;
	}
	.m_nav_dialog .m_nav_contact .m_nav_ewm .desc{
		font-size: 0.24rem;
		color: #ffffff;
		margin-left: 0.3rem;
		line-height: 0.48rem;
	}
	.m_nav_dialog .m_nav_contact .m_info{
		font-size: 0.24rem;
		color: #ffffff;
		line-height: 0.48rem;
	}
	
	.main{
		margin-left: 0;
	}
	.picFocus .bd li a{
		height: 4rem;
	}
	.picFocus .hd{
		display: none;
	}
	.section1{
		padding-top: 0.38rem;
		margin-bottom: 0.6rem;
	}
	.section1 .cate_title{
		font-size: 0.38rem;
		padding-bottom: 0.25rem;
		margin-bottom: 0.3rem;
		border-bottom: none;
		position: relative;
	}
	.section1 .cate_title:after{
		content: '';
		display: inline-block;
		position: absolute;
		width: 0.96rem;
		height: 0.05rem;
		background: #19419e;
		bottom: 0;
		left: 50%;
		transform: translate(-50%,0);
		-ms-transform: translate(-50%,0);
		-o-transform: translate(-50%,0);
		-moz-transform: translate(-50%,0);
		-webkit-transform: translate(-50%,0);
	}
	.section1 .list a{
		width: 25%;
		margin-top: 0.3rem;
	}
	.section1 .list a:nth-child(1),
	.section1 .list a:nth-child(2),
	.section1 .list a:nth-child(3),
	.section1 .list a:nth-child(4){
		margin-top: 0;
	}
	.section1 .list a .pic{
		border-right: 1px solid #F2F2F2;
		padding-bottom: 0;
		height: 1.3rem;
	}
	.section1 .list a:nth-child(4n) .pic{
		border-right: none;
	}
	.section1 .list a:nth-child(7) .pic{
		border-right: 1px solid #F2F2F2;
	}
	.section1 .list a .pic img{
		width: 0.9rem;
		height: 0.9rem;
	}
	.section1 .list a .title{
		font-size: 0.28rem;
		font-weight: normal;
		padding: 0.16rem 0;
	}
	.section{
		margin: 0 0.2rem;
		padding-bottom: 0.7rem;
	}
	.section2{
		width: 100%;
		margin-right: 0;
		text-align: center;
		margin-bottom: 0.7rem;
	}
	.section2 .cate_title{
		font-size: 0.38rem;
		padding-bottom: 0.25rem;
		margin-bottom: 0.3rem;
		border-bottom: none;
		position: relative;
	}
	.section2 .cate_title:after{
		content: '';
		display: inline-block;
		position: absolute;
		width: 0.96rem;
		height: 0.05rem;
		background: #19419e;
		bottom: 0;
		left: 50%;
		transform: translate(-50%,0);
		-ms-transform: translate(-50%,0);
		-o-transform: translate(-50%,0);
		-moz-transform: translate(-50%,0);
		-webkit-transform: translate(-50%,0);
	}
	.section2 .content{
		font-size: 0.28rem;
		line-height: 0.56rem;
		margin-top: 0.3rem;
		height: 3.36rem;
	}
	.section3{
		width: 100%;
		text-align: center;
	}
	.section3 .cate_title{
		font-size: 0.38rem;
		padding-bottom: 0.25rem;
		margin-bottom: 0.3rem;
		border-bottom: none;
		position: relative;
	}
	.section3 .cate_title:after{
		content: '';
		display: inline-block;
		position: absolute;
		width: 0.96rem;
		height: 0.05rem;
		background: #19419e;
		bottom: 0;
		left: 50%;
		transform: translate(-50%,0);
		-ms-transform: translate(-50%,0);
		-o-transform: translate(-50%,0);
		-moz-transform: translate(-50%,0);
		-webkit-transform: translate(-50%,0);
	}
	.section3 .list li{
		padding: 0.2rem 0;
	}
	.section3 .list li .content{
		max-width: calc(100% - 1.3rem);
	}
	.section3 .list li .content .time{
		font-size: 0.24rem;
		line-height: 0.4rem;
		margin-bottom: 0.1rem;
	}
	.section3 .list li .content .title{
		font-size: 0.3rem;
		line-height: 0.5rem;
	}
	.section3 .list li .tag{
		margin: 0.25rem 0;
	}
	.section3 .list li .tag a{
		width: 1.1rem;
		height: 0.5rem;
		line-height: 0.5rem;
		font-size: 0.24rem;
	}
	.section4{
		display: block;
		text-align: center;
		background:#E9E9E9; 
		padding: 0.5rem 0.4rem 1.1rem;
	}
	.section4 .cate_title{
		font-size: 0.38rem;
		padding-bottom: 0.25rem;
		margin-bottom: 0.3rem;
		border-bottom: none;
		position: relative;
		color: #333333;
		font-weight: bold;
		display: inline-block;
	}
	.section4 .cate_title:after{
		content: '';
		display: inline-block;
		position: absolute;
		width: 0.96rem;
		height: 0.05rem;
		background: #19419e;
		bottom: 0;
		left: 50%;
		transform: translate(-50%,0);
		-ms-transform: translate(-50%,0);
		-o-transform: translate(-50%,0);
		-moz-transform: translate(-50%,0);
		-webkit-transform: translate(-50%,0);
	}
	.section4 .desc{
		color: #666666;
		font-size: 14px;
		text-align: left;
		margin-bottom: 0.3rem;
	}
	.section4 .form .input{
		display: block;
		width: 100%;
		height: 0.8rem;
		font-size: 0.28rem;
		border: 1px solid #ffffff;
		outline: none;
		padding: 0 0.3rem;
		background: #ffffff;
		margin-bottom: 0.4rem;
	}
	.section4 .form .textarea{
		display: block;
		width: 100%;
		border: 1px solid #ffffff;
		outline: none;
		background: #ffffff;
		margin-bottom: 0.4rem;
		padding: 0.2rem 0.2rem;
		resize: none;
	}
	.section4 .form .submit{
		display: block;
		width: 100%;
		height: 0.8rem;
		border: 1px solid #19419e;
		outline: none;
		background: #19419e;
		color: #fff;
	}
	
	
	.footer{
		display: none;
	}
	.m_footer{
		background: #19419e;
		font-size: 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 0.88rem;
		padding: 0 0.16rem;
	}
	.m_footer .footer_logo{
		
	}
	.m_footer .footer_logo a{
		display: block;
	}
	.m_footer .footer_logo img{
		width: 1.69rem;
		height: 0.29rem;
	}
	.m_footer .copy{
		font-size: 0.24rem;
		color: #99b5c9;
		font-family: arial;
	}
	.m_footer .copy *{
		color: #99b5c9;
	}
}
.back{
	display: none;
	position: fixed;
	width: 45px;
	height: 45px;
	background-color: #177992;
	background: url(../images/up1.png) no-repeat center;
	background-size: cover;
	right: 5%;
	bottom: 10%;
	cursor: pointer;
	font-size: 0;
}
