.header-top {
	height: 40px;
	background: #FFFFFF;
}

.header-top .wp {
	line-height: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	color: #333333;
}


.header-top .wp .top-r {
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-top .wp .top-r li em {
	margin: 0 10px;
	color: #cccccc;
	border-radius: 50%;
}

.header-top .wp .top-r li.active a {
	color: #146fd6;
}

.banner {
	background: url("../images/banner.png") no-repeat center center / cover;
	height: 320px;
	padding: 32px 0 0;
}

.logo {
	display: block;
	width: 530px;
	height: 78px;
}

.logo img {
	display: block;
	width: 100%;height: 100%;
}

.banner .nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 66px;
	background-color: #385bad;
	position: relative;
}
.banner .nav li{
	flex: auto;
	position: relative;
}
.banner .nav li a {
	display: block;
	background: #385BAD;
	padding: 15px 60px;
	-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;
}

.banner .nav li a .icon {
	margin: 0 auto;
	width: 28px;
	height: 28px;
	display: block;
}

.banner .nav li a .icon img {
	display: block;
	width: 100%;
	height: 100%;
}

.banner .nav li a .txt {
	margin-top: 13px;
	color: #ffffff;
	font-size: 20px;
	display: block;
	text-align: center;
}

.banner .nav li:hover a{
	background: rgba(65, 153, 219,.5);
}

.nav li .con {
	display: none;
	padding-top: 6px;
	border-radius: 5px 5px 4px 4px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);
	width: 216px;
	top: 101px;
	z-index: 100;
	box-shadow: 0px 0px 18px 0px rgba(106, 117, 144, 0.32);
}
.nav li .con:after{
	content: '';
	position: absolute;
	width: 216px;
	height: 6px;
	top: 0;
	-webkit-background-size: 216px 6px;background-size: 216px 6px;
	background: url("../images/border.png") no-repeat center center / cover;
}
.con li{
	background-color: #ffffff;
}
.nav li .con li a{
	text-align: center;
	background-color: #fff!important;
	padding: 15px 0;
	color: #385bad;
	font-size: 20px;
	display: block;
	-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;
}
.nav li .con>li:hover>a{
	color: #FEFEFE;
	background-color: #385BAD!important;
	border-radius: 1px 20px 4px 4px;
}
.nav li .con>li:first-child:hover>a,
.nav li .con>li.det:first-child:hover>a{
	color: #FEFEFE;
	border-radius: 1px 1px 4px 4px;
}
.nav li .con li.det a{
	background: url("../images/arr-b.png") no-repeat right 38px center / contain;
	-webkit-background-size: 10px;background-size: 10px;
	position: relative;
}
.nav li .con li.det:hover a{
	background:#385BAD url("../images/arr-w.png") no-repeat right 38px center / contain;
	-webkit-background-size: 10px;background-size: 10px;
	border-radius: 1px 20px 4px 4px;
}

.nav li .con li.det .detail li:first-child:hover a{
	border-radius: 1px 1px 4px 4px;
}

.nav li .con li .detail{
	display: none;
	background: #FFFFFF;
	box-shadow: 0px 0px 18px 0px rgba(106, 117, 144, 0.32);
	border-radius: 0px 20px 4px 4px;
	position: absolute;
	top: 0;
	left: 100%;
	width: 230px;
	z-index: 10;
}
.nav li .con li .detail li a{
	background-image: none!important;
	background-color: #fff!important;
	color: #385bad!important;
}
.nav li .con li .detail li:hover a{
	background-color: #385BAD!important;
	color: #ffffff!important;
}

.main .content-box {
	display: flex;
	align-items: center;
}

.con-swi {
	overflow: hidden;
	width: 50%;
	margin-right: 30px;
	flex: 0 0 620px;
}

.con-swi .h-ban {
	overflow: hidden;
	position: relative;
}

.con-swi .h-ban .swiper-slide .pic {
	height: 390px;
	display: block;
}

.con-swi .h-ban .swiper-slide .pic img {
	display: block;
	width: 100%;
	height: 100%;
}

.con-swi .h-ban .swiper-prev, .con-swi .h-ban .swiper-next {
	width: 36px;
	height: 36px;
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);
	z-index: 10;
	cursor: pointer;
	border-radius: 50%;
}

.con-swi .h-ban .swiper-prev {
	left: 20px;
	background: rgba(255, 255, 255, .2) url("../images/prev.png") no-repeat center center / contain;
	background-size: 12px 20px;
}

.con-swi .h-ban .swiper-next {
	right: 20px;
	background: rgba(255, 255, 255, .2) url("../images/next.png") no-repeat center center / contain;
	background-size: 12px;
}

.con-swi .h-ban .swiper-slide {
	position: relative;
}

.con-swi .h-ban .swiper-slide .title {
	color: #FFFFFF;
	font-size: 20px;
	padding: 20px;
	background: #333333;
	position: absolute;
	bottom: 0;
	z-index: 20;
	display: block;
	width: 100%;
}

.con-swi .h-ban .swiper-pagination {
	left: 50%;
	text-align: right;
	position: absolute;
	bottom: 23px;
	width: 50%;
	padding-right: 33px;
}

.con-swi .h-ban .swiper-pagination-bullets .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #E9E9E9;
	opacity: 1;
	margin: 0 10px;
}

.con-swi .h-ban .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background: #385BAD;
}

.con-notice {
	flex: 1;
	position: relative;
	height: 390px;
}

.con-notice .notice-tab {
	display: flex;
	align-items: center;
}
.con-notice .notice-det-wrap{
	background: #F7F7F7;
	height: 332px;
}

.notice-tab li:hover a{
	color: #385bad;
}
.notice-tab li + li {
	margin-left: 2px;
}
.notice-tab li{
	flex: 0 0 33.1%;
	display: block;
	border-radius: 0px 20px 0px 0px;
	-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-ms-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;
	background: #EEEEEE;
}
.notice-tab li a {
	border-radius: 0px 20px 0px 0px;
	display: block;
	font-size: 19px;
	color: #333333;
	background: #EEEEEE;
	padding: 15px 0;
	font-weight: 500;
	position: relative;
	text-align: center;
}

.notice-tab li a:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 9px;
	height: 100%;
	border-radius: 0 9px 0 0;
	background: #385BAD;
	display: none;
}

.notice-tab li.on a {
	color: #385bad;
	background: rgba(203, 213, 234, .73);
}

.notice-tab li.on a:before {
	display: block;
}

.notice-det {
	padding: 40px 25px 64px;
	border-radius: 0 0 4px 4px;
	display: none;
	height: 100%;
}
.notice-det.show{
	display: block;
}
.notice-det li {
	display: flex;
	align-items: center;
	line-height:36PX;
	justify-content: space-between;
	-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;
}
.notice-det li+li{
	margin-top: 27px;
}
.notice-det li em{
	width: 5px;
	height: 5px;
	background: #999999;
	border-radius: 50%;
	margin-right: 20px;
}
.notice-det li:hover em{
	background: #385BAD;
}
.notice-det li a {
	font-size: 16px;
	color: #333333;
	white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
	flex:1;
	width: 0;
}
.notice-det li:hover a{
	text-decoration: underline;
	color: #385BAD;
}
.notice-det li span{
	flex:0 0 80px;
	text-align: right;
}
.con-notice .more-btn{
	font-size: 14px;
	color: #999999;
	position: absolute;
	right: 24px;
	bottom: 20px;
	display: block;
	-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;
}
.con-notice .more-btn:hover{
	color: #385bad;
}
.quickly-choice{
	margin: 81px 0;
}
.quickly-choice .title{
	width: 100%;
	height: 56px;
	display: block;
}
.quickly-choice .title img{
	width: 100%;
	height: 100%;
	display: block;
}
.quickly-choice .fp-row{
	display: flex;
	align-items: center;
	margin-top: 40px;
	justify-content: space-between;
}

.fp-row  .item{
	flex: 0 0 230px;
	height: 356px;
	background: url("../images/item.png") no-repeat center center / cover;
	border-radius: 10px;
	position: relative;
	box-shadow: 0px 0px 49px 0px rgba(136, 73, 55, 0.34);
}
.fp-row  .item:nth-child(2){
	background: url("../images/item2.png") no-repeat center center / cover;
	box-shadow: 0px 0px 49px 0px rgba(63, 77, 151, 0.23);
}
.fp-row  .item:nth-child(3){
	background: url("../images/item3.png") no-repeat center center / cover;
	box-shadow: 0px 0px 49px 0px rgba(154, 102, 45, 0.33);
}
.fp-row  .item:nth-child(4){
	background: url("../images/item4.png") no-repeat center center / cover;
	box-shadow: 0px 0px 49px 0px rgba(42, 123, 76, 0.27);
}
.fp-row  .item:nth-child(5){
	background: url("../images/item5.png") no-repeat center center / cover;
	box-shadow: 0px 0px 49px 0px rgba(42,123,76,0.27);
}
.fp-row  .item .title{
	text-align: center;
	position: absolute;
	top: 50px;
	-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);
	font-size: 22px;
	color: #FFFFFF;
	letter-spacing: 1px;
}
.fp-row  .item .btn-group{
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);
}
.fp-row  .item .btn-group .btn{
	border: 1px solid #FF8D6E;
	width: 100px;
	flex:0 0 100px;
	line-height: 37px;
	height: 40px;
	border-radius: 20px;
	text-align: center;
	color: #FF8D6E;
	font-size: 16px;
	display: block;
	margin-top: 14px;
	-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;
}
.fp-row  .item .btn-group .btn:hover{
	background: #FF8D6E;
	color: #FFFFFF;
}
.fp-row  .item:nth-child(2) .btn-group .btn{
	color: #6687ff;
	border: 1px solid #6687ff;
}
.fp-row  .item:nth-child(2) .btn-group .btn:hover{
	background: #6687ff;
	color: #ffffff;
}
.fp-row  .item:nth-child(3) .btn-group .btn{
	color: #ef9a44;
	border: 1px solid #EF9A44;
}
.fp-row  .item:nth-child(3) .btn-group .btn:hover{
	color: #ffffff;
	background: #EF9A44;
}
.fp-row  .item:nth-child(4) .btn-group .btn{
	color: #42C577;
	border: 1px solid #42C577;
}
.fp-row  .item:nth-child(4) .btn-group .btn:hover{
	color: #ffffff;
	background: #42C577;
}
.fp-row  .item:nth-child(5) .btn-group .btn{
	color: #B196F9;
	border: 1px solid #B196F9;
}
.fp-row  .item:nth-child(5) .btn-group .btn:hover{
	color: #ffffff;
	background: #B196F9;
}

.coo-box{
	background: url("../images/bg2.png") no-repeat center center / cover;
	padding-bottom: 80px;
}
.box-row{
	margin-top: 14px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box-row-item{
	flex:0 0 32%;
	width: 32%;
	margin-top: 26px;
	position: relative;
}
.box-row-item a{
	display: block;
	padding-top: 47%;
	position: relative;
	z-index: 9;
}
.box-row-item a img{
	position: absolute;width: 100%;height: 100%;top: 0;left: 0;
	z-index: 1;
}
.border-bot{
	position: absolute;
	z-index: 3;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #b2d1f1;
	border-radius:0 0 5px 0;
	-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;
}
.box-row-item a:after{
	content: '';
	position: absolute;width: 100%;height: 100%;top: 0;left: 0;
	background: linear-gradient(to right,rgba(23,111,202,1) 0% , rgba(23,111,202,1) 50%,rgba(23,111,202,0) 100%);
	z-index: 2;
	pointer-events: none;
	-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;
}
.box-row-item a:before{
	content: '';
	position: absolute;
	width: 100%;top: 0;left: 0;
	height: 183px;
	z-index: 3;
	pointer-events: none;
	background: url("../images/h-border.png") no-repeat center center / 100% 100%;
	-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;
}
.box-row-item .tit{
	font-size: 26px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);
	left: 40px;
	color: #ffffff;
	z-index: 6;
	-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;
}
.box-row-item .tit:after{
	content: '';
	width: 66px;
	height: 8px;
	background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
	border-radius: 2px;
	position: absolute;
	left: 0;
	bottom: 120%;
}
.box-row-item:after{
	content: '';
	opacity: 0;
	-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 90%;
	height: 90%;
	z-index: 1;
	box-shadow: 0 0 40px 0 #909090;
}
.box-row-item:hover:after{
	opacity: 1;
}

.box-row-item a:hover:after{
	background: linear-gradient(to right,rgba(255,255,255,1) 0% , rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
}
.box-row-item a:hover:before{
	background-image: url(../images/h-border-on.png);
}
.box-row-item a:hover .tit{
	color: #385bad;
}
.box-row-item a:hover .tit:after{
	background: linear-gradient(90deg, #176FCA 0%, rgba(255, 255, 255, 0) 100%);
}
.box-row-item a:hover .border-bot{
	background-color: #176fca;
}



.ban-b{
	display: block;
	margin-top: 56px;
	width: 100%;
	height: 120px;
	background: url(../images/ban-b.png) no-repeat center center / cover;
}
.links{
	background-color: #ffffff;
	height: 88px;
	position: relative;
}
.links .wp{
	line-height: 85px;
}
.links .icon{
	width: 129px;
	height: 40px;
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);
}
.links .icon img{
	display: block;
	width: 100%;
	height: 100%;
}
.link-list{
	display: flex;
	align-items: center;
	margin-left: 135px;
}

.link-list li a{
	color: #666666;
	font-size: 16px;
	padding: 0 25px;
	-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s;
}
.link-list li a:hover{
	text-decoration: underline;
	color: #385BAD;
}
.link-list li:nth-child(2) a{
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
}
.footer{
	background: #333333;
}
.footer .wp{
	display: flex;
	align-items: center;
	padding: 49px 0;
}
.footer .logo{
	margin-right: 115px;
}
.footer .contact .item{
	display: flex;
	align-items: center;
}
.footer .contact .item .icon{
	width: 17px;
	height: 17px;
	display: block;
	margin-right: 9px;
}
.footer .contact .item .icon img{
	width: 100%;
	height: 100%;
	display: block;
}
.footer .contact .item+.item{
	margin-top: 25px;
}
.footer .contact .item .txt{
	font-size: 16px;
	color: #ffffff;
}
.footer .contact .item .icon2{
	width: 13px;
	height: 17px;
	display: block;
	margin-right: 10px;
}
.footer .contact .item .icon2 img{
	width: 100%;
	height: 100%;
	display: block;
}
.copy-right{
	background: #333333;
	border-top: 1px solid #626262;
}
.copy-right .wp{
	padding: 20px 0;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
}
.copy-right .wp .info{
	margin-bottom: 27px;
}
.copy-right .wp .info span+span{
	margin-left: 50px;
}
