.container{
	width: 1224px;
	margin-left: auto;
	margin-right: auto;
}
header{
	height: 146px;
	background-color: #fff;
}
header .container{
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	width: 1324px;
	height: 146px;
	position: relative;
}
header h1{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
header h1 a {
	display: block;
}
header .nav-box{

}
header .nav-box .header-search{
	display: flex;
	justify-content: flex-end;
	position: relative;
}
header .nav-box .header-search .input{
	width: 292px;
	height: 42px;
	line-height: 42px;
	padding-left: 30px;
	border-radius: 21px;
	border: 1px solid #E2E2E2;
	background-color: #F2F2F2;
}
header .nav-box .header-search .input::-ms-input-placeholder{
	color: #333;
}
header .nav-box .header-search .input::-webkit-input-placeholder{
	color: #333;
}
header .nav-box .header-search .button{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50px;
	cursor: pointer;
	background: url(../images/icon-search.png) left center no-repeat;
	background-size: auto;
}
header .nav-box .header-search .button img{
	width: 22px;
	height: 23px;
}
header .nav-box .nav-menu{
	display: flex;
}
header .nav-box .nav-menu > li{
	position: relative;
}
header .nav-box .nav-menu a{
	display: block;
	height: 72px;
	line-height: 72px;
	font-size: 18px;
	padding-left: 16px;
	padding-right: 16px;
	color: #333;
	font-weight: 600;
	position: relative;
}
header .nav-box .nav-menu .active a,header .nav-box .nav-menu a:hover{
	color: #1658A0;
}
header .nav-box .nav-menu .active a:after,header .nav-box .nav-menu a:hover:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 3px solid #1658A0;
	transition: all .3s;
}

header .nav-box .nav-menu > .active .second-nav,header .nav-box .nav-menu > li:hover .second-nav{
	display: flex;
}
header .nav-box .nav-menu .second-nav{
	position: absolute;
	left: 0;
	top: 72px;
	z-index: 99;
	padding: 15px 30px;
	/*display: flex;*/
	align-items: flex-start;
	background-color: #fff;
	display: none;
}
header .nav-box .second-nav .second-content{
	padding-right: 30px;
	margin-right: 30px;
	border-right: 1px solid #ddd;
}
header .nav-box .second-nav .second-content > li{
	display: flex;
	align-items: flex-start;
}
header .nav-box .second-nav a{
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	white-space:nowrap;
	padding: 0;
	color: #333;
	font-weight: 600;
}
header .nav-box .second-nav .active .img{
	display: block;
}
header .nav-box .second-nav .second-img li{
	width: 300px;
	display: none;
}
header .nav-box .second-nav .second-img li.active{
	display: block;
}
header .nav-box .second-img img{
	width: 100%;
	height: auto;
}




















footer{

	background-color: #1658A0;
}
footer .content{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 224px;
}
footer .content .info-box{
	display: flex;
	align-items: center;
	margin-right: 40px;
}
footer .content .info-box img{
	width: 81px;
	height: 67px;
	margin-right: 40px;
}
footer .content .info-box .foot-nav{
	margin-right: 40px;
}
footer .content .info-box .foot-nav .title,footer .content .info-box .contact .title{
	font-size: 16px;
	color: #fff;
	line-height: 1;
	text-indent: 0;
	margin-bottom: 10px;
}
footer .content .info-box .foot-nav p,footer .content .info-box .foot-nav p a,footer .content .info-box .contact p{
	font-size: 16px;
	color: #fff;
	line-height: 2;
	text-indent: 0;
}
footer .content .info-box .foot-nav p span{
	margin-left: 10px;
	margin-right: 10px;
}
footer .content .wechat-box{
	display: flex;
	align-items: center;
	justify-content: center;
}
footer .content .wechat-box img{
	width: 106px;
	height: 104px;
	margin-right: 10px;
}
footer .content .wechat-box p{
	font-size: 16px;
	color: #fff;
	line-height: 1.8;
	text-indent: 0;
}
footer .copyright{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	color: #fff;
	text-align: center;
	border-top: 2px solid #4877AC;
	background-color: #074589;
}
footer .copyright a{
	color: #fff;
	margin-left: 10px;
}
.blogroll{
	border-top: 1px solid #E4E4E4;
	background-color: #F2F2F2;
}
.blogroll .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 82px;
}
.blogroll .links{
	position: relative;
}
.blogroll .links select{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	color: #333;
	width: 200px;
	height: 38px;
	font-size: 14px;
	padding-left: 16px;
	padding-right: 30px;
	border: 1px solid #E5E5E5;
	background-color: #fff;
	-webkit-appearance: none;
	appearance: none;
}
.blogroll .links select option{
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.blogroll .text{
	font-size: 16px;
}
.blogroll .text,.blogroll .links.active{
	color: #1658a0;
}
.blogroll .links:after{
	content: "";
	position: absolute;
	top: 50%;
	/*top: 0;*/
	right: 16px;
	width: 10px;
	height: 7px;
	transform: translateY(-50%);
	background: url(../images/icon-triangle-down.png) no-repeat;
	background-size: 100% 100%;
	pointer-events: none;
}
.side-box{
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 999;
}
.side-box li{
	display: block;
	margin-bottom: 1px;
	position: relative;
}
.side-box li .hide-box{
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	width: 300px;
	background-color: #F6F8FA;
	opacity: 1;
	transform: translateX(100%);
}
.side-box li:hover .hide-box{
	left: -300px;
	opacity: 1;
	transition: all .3s;
	transform: translateX(0);
}
.side-box li.qr .hide-box{
	top: -12px;
}
.side-box li.qr:hover .hide-box{
	left: -125px;
	opacity: 1;
	transition: all .3s;
}
.side-box .hide-box.tel{
	font-size: 24px;
	font-weight: 700;
	color: #1658A0;
	line-height: 2;
}
.side-box .hide-box.email{
	font-size: 24px;
	font-weight: 700;
	color: #1658A0;
	line-height: 2;
}
.side-box .hide-box.wechart{
	width: 125px;
	height: 125px;
	padding: 5px;
}
.side-box .hide-box.wechart img{
	width: 100%;
	height: 100%;
}
.side-box a,.side-box .gotop {
	display: block;
	width: 100px;
	height: 100px;
	padding-top: 17px;
	cursor: pointer;
	background-color: #F6F8FA;
	position: relative;
	z-index: 2;
}
.side-box a .icon,.side-box .gotop .icon{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 42px;
	height: 42px;
	margin-bottom: 10px;
}
.side-box a .title,.side-box .gotop .title{
	display: block;
	font-size: 13px;
	color: #666666;
	text-align: center;
}
.side-box .user .icon{
	background: url(../images/icon-user.png) no-repeat;
	background-size: 100% 100%;
}
.side-box .email .icon{
	background: url(../images/icon-email.png) no-repeat;
	background-size: 100% 100%;
}
.side-box .wechart .icon{
	background: url(../images/icon-wechart.png) no-repeat;
	background-size: 100% 100%;
}
.side-box .gotop .icon{
	background: url(../images/icon-gotop.png) no-repeat;
	background-size: 100% 100%;
}
.side-box .user:hover .icon{
	background: url(../images/icon-user-active.png) no-repeat;
	background-size: 100% 100%;
	transition: all ease .3s;
}
.side-box .user:hover .title{
	color: #1658A0;
	transition: all ease .3s;
}
.side-box .email:hover .icon{
	background: url(../images/icon-email-active.png) no-repeat;
	background-size: 100% 100%;
	transition: all ease .3s;
}
.side-box .email:hover .title{
	color: #1658A0;
	transition: all ease .3s;
}
.side-box .wechart:hover .icon{
	background: url(../images/icon-wechart-active.png) no-repeat;
	background-size: 100% 100%;
	transition: all ease .3s;
}
.side-box .wechart:hover .title{
	color: #1658A0;
	transition: all ease .3s;
}
.side-box .gotop:hover .icon{
	background: url(../images/icon-gotop-active.png) no-repeat;
	background-size: 100% 100%;
	transition: all ease .3s;
}
.side-box .gotop:hover .title{
	color: #1658A0;
	transition: all ease .3s;
}

/*新闻*/
.news-box {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	margin-bottom: 35px;
}
.news-box .item{
	width: 32.5%;
	padding: 15px 25px;
	border: 1px solid #DDDDDD;
	overflow: hidden;
}
.news-box .item-head{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 12px;
	margin-bottom: 10px;
	border-bottom: 2px solid #DDDDDD;
}
.news-box .item-head .title{
	font-size: 22px;
	color: #333;
	line-height: 1.4;
	font-weight: 600;
	position: relative;
}
.news-box .item-head .title:after{
	content:"";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -14px;
	width: 100%;
	height: 2px;
	background-color: #1658A9;
}
.news-box .item-head .more{
	color: #aeafaf;
	font-size: 16px;
}
.news-box .img{
	display: block;
	margin-bottom: 20px;
}
.news-box .img img{
	width: 100%;
	height: auto;
}
.news-box .item-news-list li{
	margin-bottom: 15px;
}
.news-box .item-news-list li:last-child{
	margin-bottom: 0;
}
.news-box .item-news-list li:hover a{
	color: #1658A9;
}
.news-box .item-news-list a{
	display: block;
	font-size: 16px;
	color: #333333;
	line-height: 1.4;
	padding-right: 75px;
	position: relative;
}
.news-box .item-news-list .time{
	position: absolute;
	top: 0;
	right: 0;
	color: #aeafaf;
}
.news-list{
	padding-left: 45px;
	list-style: disc;
	color: #DEDEDE;
}
.news-list a{
	display: block;
	height: 44px;
	line-height: 44px;
	color: #333333;
	font-size: 16px;
	padding-right: 110px;
	position: relative;
}
.news-list.news-list-small a{
	height: 40px;
	line-height: 40px;
}
.news-list a:hover{
	color: #1658A0;
}
.news-list a .time{
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	font-size: 16px;
	color: #aeafaf;
}













.page-box{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 808px;
}
.page-box ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.page-box li{
	font-size: 13px;
	color: #1658a0;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
	margin-right: 5px;
	cursor: pointer;
	border: 1px solid #DDDDDD;
}
.page-box li:last-child{
	margin-right: 0;
}
.page-box li.disable,.page-box li.disable:hover{
	color: #999;
	border: 1px solid #DDDDDD;
	background-color: #fff;
	cursor: not-allowed;

}
.page-box li.active,.page-box li:hover{
	color: #fff;
	border: 1px solid #1658a0;
	background-color: #1658a0;
}
.page-box .select{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 10px;
	color: #333;
	font-size: 13px;
}
.page-box .select select{
	height: 28px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 5px;
	margin-right: 5px;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	background-color: #fff;
	border: 1px solid #DDDDDD;
}
/*面包屑导航*/
.breadcrumb{
	display: flex;
	align-items: center;
	height: 90px;
	color: #1658a0;
	font-size: 16px;
}
.breadcrumb .icon{
	width: 13px;
	height: 16px;
	margin-right: 10px;
}
.breadcrumb a{
	color: #1658a0;
}


.truncate{
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.lineTwo{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.tc{
	text-align: center !important;
}
.pl0{
	padding-left: 0 !important;
}
.pl30{
	padding-left: 30px !important;
}
.pt20{
	padding-top: 20px !important;
}
.pr0{
	padding-right: 0 !important;
}
.mb10{
	margin-bottom: 10px !important;
}
.mb20{
	margin-bottom: 20px !important;
}
.mb30{
	margin-bottom: 30px !important;
}
.mb45{
	margin-bottom: 45px !important;
}
.mb60{
	margin-bottom: 60px !important;
}
.ml-30{
	margin-left: -30px !important;
}

.bg-none{
	background-color: transparent !important;
}

.row{
	display: flex;
	flex-wrap: wrap;
}
.row .col-6{
	width: 50%;
}


.media-box{
	display: block;
	overflow: hidden;
}
.media-box .img{
	position: relative;
	display: block;
	overflow: hidden;
}
.media-box .img img{
	width: 100%;
	height: auto;
}
.media-box .img:hover img{
	transform: scale(1.05,1.05);
	-ms-transform: scale(1.05,1.05);
	-webkit-transform: scale(1.05,1.05);
	transition: all .35s ease;
}
.media-box .img .title{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	background-color: rgba(0,0,0,.5);
}
.media-box .exp{
	color: #666666;
	font-size: 16px;
	line-height: 32px;
	padding-top: 15px;

}
.media-box .exp a{
	color: #1658A0;
	position: relative;
	top: -2px;
}
.media-box .media-info{
	padding: 45px 35px;
	background-color: #F6FAFD;
}
.media-box .media-info2{
	padding-top: 35px;
}
.media-box .media-info .title{
	font-size: 20px;
	color: #1066b5;
	font-weight: 700;
	margin-bottom: 10px;
}
.media-box .media-info p{
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}
.media-box .media-info2 p{
	font-size: 16px;
	color: #333333;
	text-indent: 2rem;
	line-height: 30px;
}
.media-box .media-info p a{
	color: #1066b5;
	position: relative;
	top: -2px;
	margin-left: 8px;
}
.swiper-media{
	position: relative;
}
.swiper-media .pre,.swiper-media .next{
	position: absolute;
	top: 30%;
	z-index: 9;
	cursor: pointer;
}
.swiper-media .pre{
	left: 20px;
}
.swiper-media .next{
	right: 20px;
}
.swiper-media .swiper-button-next, .swiper-media .swiper-button-prev{
	color: #C1C1C1;
}
/*.swiper-media .item{display: none}*/
/*.swiper-media .item.active{display: block}*/





.info-box{
	display: flex;
}
.info-box .info-tab-head{
	width: 280px;
	height: 945px;
	padding: 40px 25px 0;
	box-shadow: 0 0 10px 10px rgba(0,0,0,.05);
}
.info-box .info-tab-head a{
	display: block;
	height: 48px;
	text-align: center;
	line-height: 48px;
	color: #333333;
	font-size: 18px;
	border-bottom: 1px solid #E1E1E1;
}
.info-box .info-tab-head .active a,.info-box .info-tab-head a:hover{
	color: #1658A0;
}
.info-box .info-tab-body{
	width: 944px;
	padding-left: 35px;
}
.info-box .info-tab-body .title-nav{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
}
.info-box .info-tab-body .title-nav.border-bottom{
	border-bottom: 3px solid #1658A0;
	margin-bottom: 35px;
}
.info-box .info-tab-body .title-nav .title{
	font-size: 20px;
	color: #1658a0;
	font-weight: 600;
	padding-left: 20px;
	line-height: 1;
	position: relative;
}
.info-box .info-tab-body .title-nav .title:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 5px;
	background-color: #1658a0;
}
.info-box .info-tab-body .title-nav .nav-info{
	display: flex;
	align-items: center;
	color: #1658a0;
}
.info-box .info-tab-body .title-nav .nav-info .icon{
	width: 13px;
	height: 16px;
	margin-right: 10px;
}
.info-box .info-tab-body .title-nav .nav-info a{
	color: #1658a0;
}



.article{
	margin-bottom: 50px;
}
.article .title{
	height: 52px;
	line-height: 52px;
	color: #0a0a0a;
	font-size: 27px;
	font-weight: 700;
	text-align: center;
}
.article .time{
	height: 48px;
	line-height: 48px;
	color: #333333;
	font-size: 14px;
	text-align: center;
	background-color: #F6F6F6;
	margin-bottom: 30px;
}
.article p{
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	text-indent: 2rem;
}
.article .img{
	display: flex;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.article .img img{
	width: 75%;
	height: auto;
}
.article .other-page{
	margin-top: 30px;
}
.article .other-page ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.article .other-page li{
	max-width: 40%;
}
.article .other-page a{
	display: block;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	color: #666;
	padding: 0 15px;
	background-color: #f0f0f0;
}


/*.tab-body > div{display: none !important}*/
/*.tab-body > div.active{display: block !important}*/
.tab-body > div{
	width: 0;
	height: 0;
	overflow: hidden;
}
.tab-body > div.active{
	width: 100%;
	height: auto;
}

