/*index*/
img {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}




.header {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
}

.header .header_box h1 {
	width: 120px;
	height: 81px;
	background-image: url(../images/logo1.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	float: left;
	margin-top: 10px;
}

.header .header_box h1 a {
	display: inline-block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

.header .header_box .header_nav {
	float: left;
	margin-left: 80px;
	margin-top: 40px;
}

.header .header_box .header_nav>ul>li {
	float: left;
	color: #ffffff;
	font-size: 18px;
	padding-right: 56px;
}

.header .header_box .header_nav>ul>li>a {
	width: 100%;
	height: 50px;
	display: inline-block;
	position: relative;
}

.header .header_box .header_nav>ul>li>a:hover::after{
	content:'';
	display:inline-block;
	width: 100%;
	height:2px;
	background-color:#24458d;
	position: absolute;
	left:0;
	bottom:0;
}

.header .header_box .header_nav>ul>li:last-child {
	padding-right: 0;
}

.header .header_box .header_nav .list{
	position: absolute;
	background-color:#fff;
	width: 200px;
	transform: translateX(-32%);
	display: none;
}

.header .header_box .header_nav ul li:hover .list{
	display: block;
	padding-top:10px;
}

.header .header_box .header_nav ul li:hover .list ul{
    text-align: center;
}

.header .header_box .header_nav ul li .list li{
    margin-bottom: 10px;
}



.header .header_box .header_nav ul li .list li a{
	text-align: center;
	color:#333;
	padding-bottom:10px;
	font-size:16px;
}

.header .header_box .header_nav ul li .list li:hover a{
	padding-bottom:5px;
	border-bottom:1px solid #24458d;
}


.header .top_right{
	float: right;
}

.header .search{
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	margin-top: 40px;
	cursor: pointer;
}

.header .search::before{
	content:'';
	display: inline-block;
	width: 24px;
	height: 24px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/search1.png);
	margin-right: 44px;
	float: left;
}

.header .top_phone{
	display: inline-block;
	font-size: 20px;
	color: #ffffff;
	margin-top: 41px;
	position: relative;
}

.header .en{
  color: #fff;
  font-size: 18px;
  margin-top: 40px;
  padding-right: 20px;
}

.header .top_phone::before{
	content:'';
	display: inline-block;
	width: 26px;
	height: 26px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/phone1.png);
	position: absolute;
	left:-22px;
	top: -3px;
}

.header .header_form {
	position: absolute;
	left: 0;
	bottom: -75px;
	background: rgba(255, 255, 255, 0.8);
	z-index: 666;
	padding: 15px 0;
	text-align: center;
	width: 100%;
	height: 45px;
	overflow: hidden;
	display: none;
}

.header .header_form form {
	height: 45px;
	line-height: 45px;
	display: inline-block;
	max-width: 700px;
	width: 100%;
	position: relative;
}

.header .header_form form input.text {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	text-indent: 10px;
	border-bottom: 1px solid #ccc;
}

.header .header_form form input.submit {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 45px;
	background-image: url(../images/search_btn.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	cursor: pointer;
}

/* 鼠标移上去导航变化 */
.header.white{
	background-color: #fff;
}

.header.white .header_box h1 {
	background-image: url(../images/logo2.png);
}

.header.white .header_box .header_nav ul li{
	color: #333333;
}

.header.white .header_box .header_nav ul li:hover,
.header.white .header_box .header_nav ul li.on{
	color:#2c5092;
} 

.header.white .search,.header.white .top_phone,.header.white .en{
	color: #333333;
}

.header.white .search::before{
	background-image: url(../images/search2.png);
}

.header.white .top_phone::before{
	background-image: url(../images/phone11.png);
}

/* banner */
.ibanner{
	width:100%;
	position: relative;
}
.ibanner .swiper-slide img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.ibanner .swiper-pagination {
	position:absolute;
	text-align: center;
	bottom:44px;
	padding:0;
}
.ibanner .swiper-pagination-bullet{
	display:inline-block;
	height:4px;
	width:40px;
	background:#fff;
	cursor:pointer;
	opacity:.2;
	border-radius:0;
	transition:all 0.3s ease-in;
	margin: 0 8px !important;
}
.ibanner .swiper-pagination-bullet-active{
	opacity:1;
}

.inc_banner {font-size:0;}
.inc_banner img {width:100%;}

/* ipro */
.ipro{
	margin: 95px 0 110px 0;
}

.tit1{
	text-align: center;
}

.tit1 h2{
	font-size: 36px;
	color: #24458d;
	font-weight: bold;
}

.tit1 p{
	padding-top: 30px;
	font-size: 16px;
	color: #666666;
}

.ipro .ipro_box{
	padding-top: 66px;
}

.ipro .ipro_box .item1 .item{
	width: 640px;
	height: 362px;
	float: left;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	transition: all .3s ease-in-out;
}

.ipro .ipro_box .item1 .item:hover{
	transform: translate(0, -10px);
}

.ipro .ipro_box .item1 .item:nth-child(1){
	margin-right: 20px;
}

.ipro .ipro_box .item1 .item .text{
	padding: 82px 0 0 74px;
}

.ipro .ipro_box .item1 .item .text h3{
	font-size: 24px;
}

.ipro .ipro_box .item1 .item .text p{
	font-size: 16px;
	padding-top: 18px;
}

.ipro .ipro_box .item1 .item .text:nth-child(1){
	color: #ffffff;
}

.ipro .ipro_box .item1 .item .text a{
	display: inline-block;
	width: 162px;
	height: 50px;
	font-size: 14px;
	text-align: center;
	line-height: 50px;
	border-radius: 25px;
	margin-top: 58px;
}

.ipro .ipro_box .item1 .item .text:nth-child(1) a{
	color: #333333;
	background-color: #fff;
}

.ipro .ipro_box .item1 .item:nth-child(2) .text h3{
	color: #333333;
}

.ipro .ipro_box .item1 .item:nth-child(2) .text p{
	color: #666666;
}

.ipro .ipro_box .item1 .item:nth-child(2) .text a{
	color: #ffffff;
	background-color: #27468a;
}

.ipro .ipro_box .item2{
	padding-top: 20px;
}

.ipro .ipro_box .item2 .list{
	float: left;
	width: 423px;
	height: 270px;
	margin-right: 15px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	transition: all .3s ease-in-out;
}

.ipro .ipro_box .item2 .list:hover{
	transform: translate(0, -10px);
}

.ipro .ipro_box .item2 .list:last-child{
	margin-right: 0;
}

.ipro .ipro_box .item2 .list a{
	display:inline-block;
	width:100%;
	height:100%;
}

.ipro .ipro_box .item2 .list .text{
	padding: 105px 0 0 30px;
}

.ipro .ipro_box .item2 .list .text h3{
	font-size: 18px;
	color: #333333;
}

.ipro .ipro_box .item2 .list .text p{
	font-size: 14px;
	color: #666666;
	padding-top: 16px;
}

.ipro .ipro_box .item2 .list:last-child .text{
	padding: 105px 0 0 90px;
}

/* itechnology */
.itechnology{
	width: 100%;
	height: 706px;
	background-image: url('../images/itech_bg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 auto;
}

.itechnology .tit1{
	padding-top: 120px;
}

.itechnology .tit1 h2{
	color:#fff;
}

.itechnology .text{
	text-align: center;
	padding-top: 64px;
}

.itechnology .text p{
	font-size: 16px;
	color: #fff;
	line-height: 33px;
}

.itechnology .icon_group{
	padding-top: 140px;
	text-align: center;
}

.itechnology .icon_group .item{
	float: left;
	text-align: center;
	padding-left: 130px;
	transition: all .3s ease-in-out;
	cursor: pointer;
}

.itechnology .icon_group .item:hover{
	transform: translate(0, -10px);
}

.itechnology .icon_group .item p{
	font-size: 16px;
	color: #fff;
	padding-top: 46px;
}

/* iapply */
.iapply{
	padding-top: 100px;
	background-image: url('../images/iapply_bg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 1535px;
}

.iapply .nav{
	padding-top: 46px;
	text-align: center;
}

.iapply .nav ul li{
	display: inline-block;
	padding-right: 40px;
	color: #666;
}

.iapply .nav ul li::after{
	content: '|';
	padding-left: 40px;
}

.iapply .nav ul li:last-child{
	padding-right: 0;
}

.iapply .nav ul li:last-child::after{
	content: '';
}

.iapply .iapply_box{
	padding-top: 54px;
}

.iapply .iapply_box .img_box{
	width: 632px;
	height: 424px;
}

.iapply .iapply_box .text{
	background-color: #fff;
	padding: 36px 0 32px 30px;
	position: relative;
}

.iapply .iapply_box .text h3{
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

.iapply .iapply_box .text p{
	width: 466px;
	padding-top: 18px;
	font-size: 16px;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.iapply .iapply_box i{
	background-image: url('../images/down.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 56px;
	height: 57px;
	display: inline-block;
	position: absolute;
	top: 50px;
	right: 30px;
	opacity: 0;
	transition: all .3s;
}

.iapply .iapply_box .swiper-slide:hover i{
	opacity: 1;
	top: 40px;
}

.iapply .swiper {
  padding-bottom: 40px;
}

.iapply .swiper-pagination-bullet {
    display: inline-block;
    height: 12px;
    width: 12px;
    background: #dddddd;
    cursor: pointer;
    opacity: 1;
    border-radius: 25px;
    margin-right:22px !important;
}

.iapply .swiper-pagination-bullet-active {
    background: #a9a9a9;
}

.iapply .iabout{
	padding-top: 85px;
}

.iapply .iabout .iabout_l{
	float: left;
	width: 534px;
}

.iapply .iabout .iabout_l h2{
	font-size: 30px;
	color: #000;
	font-weight: bold;
}

.iapply .iabout .iabout_l h2 i{
	color: #24458d;
}

.iapply .iabout .text_box{
	padding-top: 44px;
}

.iapply .iabout .text_box .text p{
	font-size: 16px;
	color: #666;
	line-height: 28px;
}

.iapply .iabout .text_box .icon{
	padding-top: 60px;
}

.iapply .iabout .iabout_r{
	float: right;
	width: 670px;
	height: 447px;
	cursor: pointer;
}

.iapply .iabout .text_box .icon i{
	display: inline-block;
	width: 78px;
	height: 78px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.iapply .iabout .text_box .icon .item{
	float: left;
	text-align: center;
	padding-right: 60px;
	transition: all .3s ease-in-out;
	cursor: pointer;
}

.iapply .iabout .text_box .icon .item:hover{
	transform: translate(0, -10px);
}

.iapply .iabout .text_box .icon .item:nth-child(1) i{
	background-image: url('../images/iabout1.png');
}

.iapply .iabout .text_box .icon .item:nth-child(2) i{
	background-image: url('../images/iabout2.png');
}

.iapply .iabout .text_box .icon .item:nth-child(3) i{
	background-image: url('../images/iabout3.png');
}

.iapply .iabout .text_box .icon .item p{
	font-size: 14px;
	color: #666;
}

.imilestone{
	background-color: #24458d;
	color: #fff;
	height: 250px;
}

.imilestone .imilestone_l{
	float: left;
	padding-right: 130px;
}

.imilestone .imilestone_l i{
	display: inline-block;
	margin-top: 68px;
	width: 90px;
	height: 1px;
	background-color: #fff;
}

.imilestone .imilestone_l h2{
	font-size: 24px;
	padding-top: 38px;
	line-height: 46px;
}

.imilestone .imilestone_r{
	float: left;
	padding-top: 86px;
}

.imilestone .imilestone_r .item{
	display: inline-block;
	text-align: center;
	padding-right: 120px;
}

.imilestone .imilestone_r .item:last-child{
	padding-right: 0;
}

.imilestone .imilestone_r .item span{
	font-size: 60px;
	font-weight: bold;
	position: relative;
	padding-right: 10px;
}

.imilestone .imilestone_r .item:nth-child(1) span::after{
	content: '年';
	position: absolute;
	right: -6px;
	top: 10px;
	font-size: 18px;
	font-weight: 100;
}

.imilestone .imilestone_r .item:nth-child(2) span::after{
	content: '+万元';
	position: absolute;
	right: -40px;
	top: 10px;
	font-size: 18px;
	font-weight: 100;
}

.imilestone .imilestone_r .item:nth-child(3) span::after{
	content: '+项';
	position: absolute;
	right: -20px;
	top: 10px;
	font-size: 18px;
	font-weight: 100;
}

.imilestone .imilestone_r .item:nth-child(4) span::after{
	content: '+人';
	position: absolute;
	right: -20px;
	top: 10px;
	font-size: 18px;
	font-weight: 100;
}

.imilestone .imilestone_r .item p{
	font-size: 14px;
	padding-top: 14px;
}

.inews{
	padding: 95px 0 85px 0;
	background-color: #f5f5f5;
}

.inews .inews_box{
	padding-top: 60px;
}

.inews .inews_box .inews_l{
	float: left;
	position: relative;
	padding-right: 33px;
	width: 298px;
	height: 400px;
}

.inews .inews_box .inews_l h2{
	position: absolute;
	bottom: 18px;
	left: 20px;
	font-size: 16px;
	color: #fff;
	width: 262px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.inews .inews_box .inews_m{
	float: left;
	position: relative;
	width: 608px;
	height: 400px;
}

.inews .inews_box .inews_m h2{
	position: absolute;
	bottom: 18px;
	left: 20px;
	font-size: 16px;
	color: #fff;
	width: 576px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.inews .inews_box .inews_r{
	float: left;
	width: 361px;
	height: 400px;
	background-color: #fff;
}

.inews .inews_box .inews_r .item_box{
	padding: 60px 16px 0 36px;
}

.inews .inews_box .inews_r .item_box .item{
	padding-bottom: 48px;
}

.inews .inews_box .inews_r .item_box .item h2{
	font-size: 16px;
	color: #4c4948;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.inews .inews_box .inews_r .item_box .item span{
	display: inline-block;
	font-size: 14px;
	color: #999999;
	padding-top: 12px;
}

.inews .inews_box .inews_r .item_box .more{
	font-size: 16px;
	color: #4c4948;
	padding-left: 40px;
	position: relative;
}		

.inews .inews_box .inews_r .item_box .more::before{
	content: '';
	display: inline-block;
	width: 26px;
	height: 26px;
	background-image: url('../images/right.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: -5px;
	left: 0;
}

/* .footer */
.footer{
	background-color: #202020;
	width: 100%;
	/*height: 600px;*/
}

.footer .footer_top{
	padding-top: 74px;
	padding-bottom: 50px;
	border-bottom: 1px solid #373737;
}

.footer .footer_top .footer_logo{
	display: inline-block;
	float: left;
	width: 120px;
	height: 81px;
	background-image: url('../images/logo1.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.footer .footer_top .footer_nav{
	float: right;
	margin-top: 20px;
}

.footer .footer_top .footer_nav ul li{
	display: inline-block;
	font-size: 16px;
	color: #fff;
	padding-left: 60px;
}

.footer .footer_middle{
	padding-top: 70px;
	color: #fff;
	padding-bottom: 74px;
	border-bottom: 1px solid #373737;
}

.footer .footer_middle .ewm{
	float: left;
	padding-right: 234px;
}

.footer .footer_middle .ewm .item{
	display: inline-block;
	padding-right: 40px;
	text-align: center;
}

.footer .footer_middle .ewm .item p{
	font-size: 16px;
	padding-top: 14px;
}

.footer .footer_middle .ewm .item:last-child{
	padding-right: 0;
}

.footer .footer_middle .message{
	float: left;
}

.footer .footer_middle .message .item{
	display: inline-block;
	padding-right: 154px;
}

.footer .footer_middle .message .item:last-child{
	padding-right: 0;
}

.footer .footer_middle .message .item i{
	display: block;
	width: 50px;
	height: 50px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.footer .footer_middle .message .item:nth-child(1) i{
	background-image: url('../images/phone.png');
}

.footer .footer_middle .message .item:nth-child(2) i{
	background-image: url('../images/address.png');
}

.footer .footer_middle .message .item span{
	font-size: 18px;
	color: #f5f5f5;
	padding-top: 12px;
	display: inline-block;
}

.footer .footer_middle .message .item:nth-child(2) span{
	padding-left: 7px;
}

.footer .footer_middle .message .item .phone{
	font-size: 30px;
	color: #f5f5f5;
	padding-top: 18px;
}

.footer .footer_middle .message .item .address{
	font-size: 16px;
	color: #f5f5f5;
	padding-top: 28px;
}

.footer .footer_bottom{
	/*padding: 42px 0 56px 0;*/
	line-height: 90px;
}

.footer .footer_bottom p{
	font-size: 16px;
	color: #666666;
}

.footer .footer_bottom p:nth-child(1){
	float: left;
}

.footer .footer_bottom p:nth-child(2){
	float: right;
}

/* common_nav */
.common_nav{
	width: 100%;
	background-color: #fff;
	padding: 34px 0;
}

.common_nav ul li{
	display: inline-block;
}

.common_nav ul li a{
	display: inline-block;
	font-size: 16px;
	color: #333;
	padding: 14px 54px;
	border-radius: 25px;
}

.common_nav ul li a:hover,.common_nav ul li.on a{
	color: #fff;
	background-color: #24458d;
}

/* about */
.intro{
	background-image: url('../images/intro_bg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 835px;
}

.intro .intro_l{
	float: left;
	width: 570px;
	padding-top: 108px;
}

.intro .intro_l .text_box{
	padding-top: 18px;
}

.intro .intro_l .text_box .text{
	padding-top: 34px;
}

.intro .intro_l .text_box h2{
	font-size: 30px;
	color: #24458d;
	font-weight: bold;
}

.intro .intro_l .text_box .text p{
	font-size: 16px;
	color: #333;
	line-height: 30px;
}

.intro .intro_r{
	float: right;
	width: 671px;
	height: 440px;
	padding-top: 108px;
	cursor: pointer;
}

.intro .item_box{
	padding: 73px 0;
}

.intro .item_box .item{
	display: inline-block;
	text-align: center;
	padding-right: 200px;
	position: relative;
}

.intro .item_box .item:nth-child(1){
	padding-left: 104px;
}

.intro .item_box .item:last-child{
	padding-right: 0;
}

.intro .item_box .item::after{
	content: '';
	width: 1px;
	height: 74px;
	background-color: #dcdcdc;
	display: inline-block;
	position: absolute;
	top: 20px;
	right: 94px;
}

.intro .item_box .item:last-child::after{
	content: none;
}

.intro .item_box .item span{
	font-size: 68px;
	color: #000;
	font-weight: bold;
	position: relative;
	padding-right: 14px;
}

.intro .item_box .item:nth-child(1) span::after{
	content: '年';
	position: absolute;
	right: -6px;
	top: 15px;
	font-size: 18px;
	font-weight: 100;
}

.intro .item_box .item:nth-child(2) span::after{
	content: '+万元';
	position: absolute;
	right: -36px;
	top: 15px;
	font-size: 18px;
	font-weight: 100;
}

.intro .item_box .item:nth-child(3) span::after{
	content: '+项';
	position: absolute;
	right: -16px;
	top: 15px;
	font-size: 18px;
	font-weight: 100;
}

.intro .item_box .item:nth-child(4) span::after{
	content: '+人';
	position: absolute;
	right: -16px;
	top: 15px;
	font-size: 18px;
	font-weight: 100;
}

.intro .item_box .item p{
	font-size: 16px;
	color: #666;
	padding-top: 18px;
}

.culture{
	background-image: url('../images/culture_bg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 715px;
}

.tit2{
	text-align: center;
}

.tit2 i{
	font-size: 48px;
	font-weight: bold;
	color: #24458d;
}

.tit2 h2{
	font-size: 36px;
	color: #333;
}

.culture .tit2 i,.culture .tit2 h2{
	color: #fff;
}

.culture .tit2{
	padding-top: 157px;
}

.culture .item_box{
	padding-top: 74px;
	color: #fff;
	text-align: center;
}

.culture .item_box .item{
	display: inline-block;
	padding-right: 270px;
	cursor: pointer;
}

.culture .item_box .item:last-child{
	padding-right: 0;
}

.culture .item_box .item .circle{
	width: 142px;
	height: 142px;
	border: 1px solid #fff;
	border-radius: 71px;
	margin: 0 auto;
	position: relative;
}

.culture .item_box .item:hover .circle{
	background-color: #24458d;
	border: 1px solid #24458d;
}

.culture .item_box .item .circle i{
	display: inline-block;
	width: 64px;
	height: 64px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.culture .item_box .item:nth-child(1) .circle i{
	background-image: url('../images/culture1.png');
}

.culture .item_box .item:nth-child(2) .circle i{
	background-image: url('../images/culture2.png');
}

.culture .item_box .item:nth-child(3) .circle i{
	background-image: url('../images/culture3.png');
}

.culture .item_box .item .text{
	padding-top: 28px;
}

.culture .item_box .item .text h2{
	font-size: 24px;
}

.culture .item_box .item .text p{
	font-size: 16px;
	padding-top: 14px;
}

.history{
	background-image: url('../images/history_bg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 880px;
}

.history .tit2{
	padding-top: 118px;
}

.history .history_box{
	padding-top: 70px;
}

.history .history_box .history_l{
	float: left;
	width: 558px;
	height: 329px;
	padding-left: 84px;
	padding-right: 90px;
	cursor: pointer;
}

.history .history_box .history_l .img_box{
	border-radius: 10px;
}

.history .history_box .text{
	float: left;
	/*padding-top: 84px;*/
	width: 568px;
}

.history .history_box .text_box{
	padding-top: 34px;
}

.history .history_box .text h4{
	font-size: 60px;
	font-weight: bold;
	color: #24458d;
}

.history .history_box .text p{
	font-size: 16px;
	color: #666;
	line-height: 34px;
}

.history .gallery-thumbs {
	background: url(../images/dotline.jpg) 0 51px repeat-x;
}
.history .gallery-thumbs .swiper-slide {
	padding-top: 40px;
	height: 62px;
	text-align: center;
	position: relative;
}
.history .gallery-thumbs .dotout {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	padding: 6px;
	border-radius: 50%;
	background-color: rgba(172, 172, 172, .3);
	cursor: pointer;
}
.history .gallery-thumbs .dotin {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #c3c3c3;
}
.history .gallery-thumbs .dotout span {
  left: -10px;
  top: -35px;
  position: absolute;
  display: block;
  font-size: 18px;
  color: #333;
}
.history .gallery-thumbs .swiper-slide-thumb-active .dotout {
	background-color: rgba(143, 143, 143, .2);
}
.history .gallery-thumbs .swiper-slide-thumb-active .dotin {
	background-color: #24458d;
}

.history .gallery-thumbs .swiper-slide  span {
	left: 50%;
	bottom: -18px;
	position: absolute;
	font-size: 24px;
	color: #000;
	transform: translate(-50%, -50%);
	cursor: pointer;
}
.history .gallery-thumbs .swiper-slide-thumb-active span{
	color:#24458d;
}

.honor{
	padding-top: 118px;
}

.honor .text{
	padding-top: 52px;
	text-align: center;
	font-size: 16px;
	color: #666;
	line-height: 28px;
}

.honor .hdbox{
	padding-top: 50px;
	text-align: center;
}

.honor .hdbox ul li{
	display: inline-block;
	padding: 12px 56px;
	border-radius: 25px;
	color: #333;
	font-size: 16px;
	background-color: #ececec;
	cursor: pointer;
	margin-right: 18px;
}

.honor .hdbox ul li:last-child{
	margin-right: 0;
}

.honor .bdbox{
	padding-top: 68px;
}

.honor .hdbox ul li:hover,.honor .hdbox ul li.on{
	color: #fff;
	background-color: #24458d;
}

.honor .bdbox{
	padding-bottom: 118px;
	bottom:-60px;
}

.honor .tempWrap{
    /* height: 600px; */
	height: 786px;
}

.honor .bdbox .bd{
	/*display: none;*/
}
.honor .bdbox .bd.on{
	display: block;
}
.honor .honor_slide .swiper-wrapper{
	margin-bottom: 55px;
}
.honor .honor_slide a{
	width: 100%;
	height: 100%;
}

.honor .honor_slide .img_box{
	width: 365px;
	height: 235px;
	background-color: #f0f0f0;
}

.honor .honor_slide .img{
	width: 100%;
	height: 267px;
	padding: 16px;
	box-sizing: border-box;
}

.honor .honor_slide .img img{
	object-fit:contain;
}

.honor .honor_slide h4{
	color: #666;
	font-size: 16px;
	text-align: center;
	width: 100%;
	height: 85px;
	line-height: 85px;
}
/* .honor .honor_slide .swiper-scrollbar{
	width: 100%;
	border-radius: 0;
	height: 1px;
}
.honor .honor_slide .swiper-scrollbar-drag{
	background-color: #24458d;
	height: 5px;
	border-radius: 0;
	top: -2px;
} */






.honor .honor_slide{
	height:700px;
}

.honor .honor_slide .swiper-wrapper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	height: calc((100% - 30px) / 2);

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.honor_more{
    text-align: center;
    margin-bottom: 20px;
}

.honor_more img{
    width:32px;
}

.honor_more p{
    display: block;
    padding-top: 10px;
    font-size: 16px;
}




.contact{
	background-color: #f5f5f5;
	padding-top: 96px;
	padding-bottom: 68px;
}

.contact .tit3{
	text-align: center;
}

.contact .tit3 p{
	font-size: 24px;
	color: #333;
	font-weight: bold;
	line-height: 46px;
}

.contact .tit3 i{
	color: #24458d;
}

.contact .contact_box{
	padding-top: 88px;
}

.contact .contact_box .item{
	float: left;
	width: 410px;
	height: 260px;
	background-color: #fff;
	margin-right: 35px;
	box-sizing:border-box;
	margin-bottom: 52px;
	display: table;
	overflow: hidden;
	/*cursor: pointer;*/
}

.contact .contact_box .item:nth-child(3n){
	margin-right: 0;
}


.contact .contact_box .item .text{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.contact .contact_box .item:last-child .text{
	display: inline-block;
}

.contact .contact_box .item .albb{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.contact .contact_box .item .text i{
	display: inline-block;
	width: 54px;
	height: 64px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 28px;
}

.contact .contact_box .item .text p{
	font-size: 16px;
	color: #666;
	line-height: 28px;
}

.contact .contact_box .item:nth-child(1) .text i{
	background-image: url('../images/con_phone3.png');
}

.contact .contact_box .item:nth-child(2) .text i{
	background-image: url('../images/con_phone1.png');
}

.contact .contact_box .item:nth-child(3) .text i{
	background-image: url('../images/con_phone1.png');
}

.contact .contact_box .item:nth-child(4) .text i{
	background-image: url('../images/con_address1.png');
}

.contact .contact_box .item:nth-child(5) .text i{
	background-image: url('../images/con_email1.png');
}

.contact .contact_box .item:nth-child(6) .text i{
	background-image: url('../images/con_domain1.png');
}

.contact .contact_box .item:hover{
	background-color: #24458d;
}

.contact .contact_box .item:hover .text p{
	color: #fff;
}

.contact .contact_box .item:hover:nth-child(1) .text i{
	background-image: url('../images/con_phone4.png');
}

.contact .contact_box .item:hover:nth-child(2) .text i{
	background-image: url('../images/con_phone2.png');
}

.contact .contact_box .item:hover:nth-child(3) .text i{
	background-image: url('../images/con_phone2.png');
}

.contact .contact_box .item:hover:nth-child(4) .text i{
	background-image: url('../images/con_address2.png');
}

.contact .contact_box .item:hover:nth-child(5) .text i{
	background-image: url('../images/con_email2.png');
}

.contact .contact_box .item:hover:nth-child(6) .text i{
	background-image: url('../images/con_domain2.png');
}


/* 留言板第二版 */
.message2{
	background-image: url('../images/message_bg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	width: 100%;
	height: 620px;
	margin-bottom: 50px;
}

.message2 .tit1 h2{
	text-align: left;
}


.message2 .rbox{
	margin-top: 70px;
	background-color: rgba(255,255,255,0.6);
	float: right;
	padding: 40px 40px;
}

.message2 .msg{
	padding-top: 20px;
}

.message2 .msg .li input{
	width: 500px;
	background: none;
	height: 40px;
	border: 1px solid #616161;
	margin-bottom: 10px;
	padding-left: 10px;
	box-sizing: border-box;
}

.message2 .msg .li textarea{
	width: 500px;
	height: 100px;
	background: none;
	border: 1px solid #616161;
	box-sizing: border-box;
	margin-bottom: 10px;
	padding: 10px 0 0 10px;
}

.message2 .msg .verification{
	position: relative;
}

.message2 .msg .img{
	position: absolute;
	height: 40px;
	right: 0;
	top: 0;
}

.message2 .msg  .li button{
	color: #fff;
	font-size: 18px;
	width: 150px;
	padding: 10px 0;
	outline: none;
	border: 1px solid #6d6d6d;
	background-color: #24458d;
	cursor: pointer;
}








.map{
	width: 100%;
	height: 630px;
}

/* case */
.ca ul li a{
	padding: 14px 40px;
}

.case{
	padding: 96px 0;
	background-color: #f5f5f5;
}

.case .item{
	/*padding-bottom: 76px;*/
}

.case .item:before{
  content: "";
  display: block;
  height: 100px;
  margin-top: -100px;
}

.case .item .item_l{
	float: left;
	width: 650px;
	height: 456px;
}

.case .item:nth-child(2n) .item_l{
	float: right;
}	

.case .item:nth-child(2n) .item_r{
	float: left;
}	

.case .item .item_r{
	float: right;
	width: 650px;
	height: 456px;
	background-color: #fff;
	display: table;
}

.case .item .item_r .text_box{
	display: table-cell;
	vertical-align: middle;
	padding-left: 74px;
	padding-right: 60px;
	position: relative;
	overflow: hidden;
}

.case .item .item_r .text_box span{
	font-size: 48px;
	font-weight: bold;
	color: #24458d;
	text-transform: uppercase;
}

.case .item .item_r .text_box h3{
	font-size: 30px;
	color: #333;
}

.case .item .item_r .text_box:hover{
	background-color: #24458d;
}

.case .item .item_r .text_box:hover span,.case .item .item_r .text_box:hover h3,.case .item .item_r .text_box:hover .text p{
	color: #fff;
}

.case .item .item_r .text_box .text{
	padding-top: 60px;
}

.case .item .item_r .text_box .text p{
	font-size: 16px;
	color: #808080;
	line-height: 32px;
}

.case .item .item_r .text_box i{
	display: inline-block;
	width: 156px;
	height: 108px;
	position: absolute;
	right: 47px;
	bottom: -28px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.case .item:nth-child(1) .item_r .text_box i{
	background-image: url('../images/01.png');
}

.case .item:nth-child(2) .item_r .text_box i{
	background-image: url('../images/02.png');
}

.case .item:nth-child(3) .item_r .text_box i{
	background-image: url('../images/03.png');
}

.case .item:nth-child(4) .item_r .text_box i{
	background-image: url('../images/04.png');
}

.case .item:nth-child(5) .item_r .text_box i{
	background-image: url('../images/05.png');
}

.case .item:nth-child(6) .item_r .text_box i{
	background-image: url('../images/06.png');
}

.case .item:nth-child(7) .item_r .text_box i{
	background-image: url('../images/07.png');
}

/* news */
.news{
	background-color: #f5f5f5;
	padding-top: 70px;
	padding-bottom: 78px;
}

.news .news_box{
	padding-left: 42px;
}

.news .item{
	padding-top: 43px;
	padding-bottom: 54px;
	width: 380px;
	float: left;
	margin-right: 38px;
	margin-bottom: 66px;
}

.news .item:nth-child(3n){
	margin-right: 0;
}

.news .item:hover{
	background-color: #fff;
	border-radius: 10px;
}

.news .item_box{
	padding-left: 34px;
}

.news .item .item_tit span{
	padding: 10px 30px;
	font-size: 14px;
	color: #333;
	border: 1px solid #333;
	border-radius: 20px;
	margin-right: 10px;
}

.news .item .item_tit i{
	padding: 10px 20px;
	font-size: 14px;
	color: #333;
	background-color: #ebebeb;
	border-radius: 20px;
}

.news .item .item_tit2{
	width: 313px;
	height: 102px;
	padding-top: 44px;
}

.news .item h3{
	font-size: 20px;
	color: #333;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	line-height: 32px;
}

.news .item:hover h3{
	color: #24458d;
}

.news .item .img_box{
	width: 313px;
	height: 176px;
	border-radius: 10px;
}

.news .item em{
	display: inline-block;
	padding-top: 20px;
	font-size: 16px;
	color: #333333;
}

/* page */
.page {
	text-align: center;
	color: #666;
}

.page .pagination {
	display: inline-block;
}

.page .pagination li {
	float: left;
	height: 40px;
	line-height: 40px;
	width: 40px;
	margin: 0 5px 10px;
	font-size: 16px;
	color: #666666;
	background-color: #fff;
}

.page .pagination li a {
	width: 100%;
	height: 100%;
	display: inline-block;
}

.page .pagination li.active,
.page .pagination li:hover {
	background-color: #333333;
	color: #fff;
}

.page .pagination li.prev,
.page .pagination li.next {
	padding: 0;
	width: 40px;
}

.page .pagination li.prev,.page .pagination li.next{
	width: 40px;
}

.page .pagination li.disabled{
	display: none;
}
.page .pagination li.first,
.page .pagination li.last {
	width: 70px;
}

/* newsv */
.newsv{
	background-color: #f5f5f5;
	padding: 80px;
}

.newsv .newsv_tit{
	text-align: center;
}

.newsv .newsv_tit h3{
	font-size: 24px;
	color: #333333;
	margin-bottom: 20px;
}

.newsv .newsv_tit span{
	font-size: 18px;
	color: #333333;
}

.newsv .newsv_tit i{
	font-size: 18px;
	color: #333333;
	padding-left:44px;
	position: relative;
}

.newsv .newsv_tit i::before{
	content: '';
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image: url('../images/view.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 60%;
	position: absolute;
	top: -8px;
	left: 10px;
}

.newsv .newsv_text{
	font-size: 16px;
	line-height: 30px;
	padding: 50px 0;
	border-bottom: 1px solid #dcdcdc;
}

.newsv .newsv_group{
	padding-top: 30px;
}

.newsv .newsv_group a{
	display: block;
	font-size: 16px;
	color: #666666;
	padding-bottom: 10px;
}

/* jishu */
.jishu1{
	background-color: #f8f8f8;
	padding-top: 110px;
	padding-bottom: 136px;
}

.jishu1 .jishu1_l{
	float: left;
	width: 722px;
	height: 504px;
	padding-right: 76px;
	cursor: pointer;
}

.jishu1 .jishu1_l .img_box{
	border-radius: 10px;
}

.jishu1 .jishu1_r{
	float: left;
	width: 502px;
	height: 504px;
	display: table;
}

.jishu1 .jishu1_r .text_box{
	display: table-cell;
	vertical-align: middle;
}

.jishu1 .jishu1_r .text_box i{
	font-size: 42px;
	font-weight: bold;
	color: #24458d;
	text-transform: uppercase;
}

.jishu1 .jishu1_r .text_box h3{
	font-size: 36px;
	color: #333;
}

.jishu1 .jishu1_r .text_box h4{
	font-size: 24px;
	color: #333;
	padding-top: 72px;
}

.jishu1 .jishu1_r .text_box .text{
	padding-top: 48px;
}

.jishu1 .jishu1_r .text_box .text p{
	font-size: 16px;
	color: #333;
	line-height: 32px;
}

.jishu2{
	padding-top: 88px;
	padding-bottom: 102px;
}

.jishu2 .jishu2_box{
	padding-top: 70px;
}

.jishu2 .jishu2_box .item{
	float: left;
	width: 626px;
	padding-right: 48px;
}

.jishu2 .jishu2_box .item:last-child{
	padding-right: 0;
}

.jishu2 .jishu2_box .item .img_box{
	border-radius: 10px;
	height: 409px;
	cursor: pointer;
}

.jishu2 .jishu2_box .item p{
	font-size: 24px;
	color: #333;
	padding-top: 32px;
	text-align: center;
}

.jishu3{
	background-image: url('../images/jishu3_bg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 782px;
}

.jishu3 .tit2{
	padding-top: 84px;
}

.jishu3 .jishu3_box{
	padding-top: 90px;
}

.jishu3 .jishu3_box .jishu3_l{
	float: left;
	padding-right: 60px;
	width: 607px;
	height: 404px;
	cursor: pointer;
}

.jishu3 .jishu3_box .jishu3_l .img_box{
	border-radius: 10px;
}

.jishu3 .jishu3_box .jishu3_r{
	float: left;
	width: 633px;
	height: 404px;
	display: table;
}

.jishu3 .jishu3_box .jishu3_r .text_box{
	display: table-cell;
	vertical-align: middle;
}

.jishu3 .jishu3_box .jishu3_r .text_box .group .item{
	float: left;
	padding-right: 90px;
}

.jishu3 .jishu3_box .jishu3_r .text_box .group .item span{
	font-size: 48px;
	font-weight: bold;
	color: #24458d;
}

.jishu3 .jishu3_box .jishu3_r .text_box .group .item i{
	font-size: 16px;
	color: #333;
}

.jishu3 .jishu3_box .jishu3_r .text_box .group .item p{
	font-size: 16px;
	color: #333;
	text-align: center;
}

.jishu3 .jishu3_box .jishu3_r .text_box .text{
	padding-top: 66px;
} 

.jishu3 .jishu3_box .jishu3_r .text_box .text p{
	font-size: 16px;
	color: #333;
	line-height: 36px;
}

.jishu4{
	padding: 114px 0;
}

.jishu4 .jishu4_box{
	padding-top: 80px;
}

.jishu4 .jishu4_box .item{
	float: left;
	width: 406px;
	height: 442px;
	background-color: #24458d;
	border-radius: 10px;
	margin-right: 41px;
}

.jishu4 .jishu4_box .item:last-child{
	margin-right: 0;
}

.jishu4 .jishu4_box .item .text_box{
	padding: 54px 33px 0 33px;
}

.jishu4 .jishu4_box .item .text_box i{
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 64px;
	height: 64px;
}

.jishu4 .jishu4_box .item:nth-child(1) .text_box i{
	background-image: url('../images/jishu4_1.png');
}

.jishu4 .jishu4_box .item:nth-child(2) .text_box i{
	background-image: url('../images/jishu4_2.png');
}

.jishu4 .jishu4_box .item:nth-child(3) .text_box i{
	background-image: url('../images/jishu4_3.png');
}

.jishu4 .jishu4_box .item .text_box h3{
	font-size: 24px;
	color: #ffffff;
	padding-top: 10px;
	height: 46px;
	border-bottom: 1px solid #ffffff;
}

.jishu4 .jishu4_box .item .text_box .text{
	padding-top: 40px;
}

.jishu4 .jishu4_box .item .text_box .text p{
	font-size: 18px;
	color: #ffffff;
	line-height: 38px;
}

/* equipment */
.equipment{
	padding-top: 92px;
	background-color: #f5f5f5;
	padding-bottom: 72px;
}

.equipment .item{
	width: 414px;
	float: left;
	padding-right: 29px;
	padding-bottom: 46px;
}

.equipment .item:nth-child(3n){
	padding-right: 0;
}

.equipment .item .img_box{
	height: 286px;
}

.equipment .item .text{
	background-color: #fff;
	text-align: center;
	padding:20px 0;
}

.equipment .item .text:hover{
    background-color: #24458d;
}

.equipment .item .text p{
	font-size: 16px;
	color: #333;
}

.equipment .item .text:hover p{
    color: #fff;
}

/* pro */
.pro{
	padding-top: 88px;
	background-color: #f5f5f5;
	padding-bottom: 78px;
}

.pro .pro_nav{
	width: 350px;
	float: left;
	padding-right: 32px;
}

.pro .pro_nav .pro_tit{
	background-color: #24458d;
	overflow: hidden;
	position: relative;
}

.pro .pro_nav .pro_tit h3{
	padding: 26px 0;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	padding-left: 35px;
}

.pro .pro_nav .pro_tit i{
	display: inline-block;
	width: 178px;
	height: 71px;
	background-image: url('../images/dgf.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: -12px;
	bottom: -14px;
}

.pro .pro_nav .nav_box{
	background-color: #fff;
	padding: 34px 27px 40px 27px;
}

.pro .pro_nav .nav_box ul li{
	padding: 30px 0 18px 0;
	font-size: 16px;
	color: #333;
	border-bottom: 1px dashed #e5e5e5;
	position: relative;
}

.pro .pro_nav .nav_box ul li::after{
	position: absolute;
	content: '';
	display: inline-block;
	width: 7px;
	height: 14px;
	background-image: url('../images/next.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	top: 34px;
	right: 8px;
}

.pro .pro_nav .nav_box ul li.on{
	color: #24458d;
}

.pro .pro_nav .nav_box ul li a{
    display: block;
    z-index: 99;
    position: relative;
}

.pro .pro_box{
	float: left;
	width: 918px;
	padding-bottom: 50px;
}

.pro .pro_box .item{
	width: 292px;
	margin-right: 21px;
	border-radius: 10px;
	float: left;
	padding-bottom: 42px;
}

.pro .pro_box .item:nth-child(3n){
	margin-right: 0;
}

.pro .pro_box .item .img{
	height: 270px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #fff;
}

.pro .pro_box .item .text{
	padding: 26px 0;
	text-align: center;
	background-color: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.pro .pro_box .item .text p{
	font-size: 16px;
	color: #666;
}

/* prov */
.prov{
	background-color: #f5f5f5;
}

.prov .prov_box{
	/*padding-top: 76px;*/
	padding-top: 60px;
	padding-bottom: 68px;
}

.prov .pic{
	float: left;
	width: 665px;
	height: 478px;
	background-color: #fff;
	margin-right: 70px;
}

.prov .swiper-slide{
	width: 100%;
	height: 478px;
}

.prov .swiper-pagination {
    position: absolute;
    text-align: center;
    bottom: 20px;
    padding: 0;
}

.prov .pic .img_box img{
	width: auto;
	height: auto;
}

.prov .swiper-pagination-bullet {
    display: inline-block;
    height: 10px;
    width: 10px;
    background: #e4e4e4;
    cursor: pointer;
    opacity: 1;
    border-radius: 5px;
    margin-right: 17px !important;
}

.prov .swiper-pagination-bullet-active {
    background: #666666;
}

.prov .text_box{
	float: left;
	width: 514px;
	padding-top: 14px;
}

.prov .text_box h2{
	font-size: 24px;
	color: #333;
	height: 54px;
	border-bottom: 1px solid #d2d2d2;
}

.prov .text_box .text{
	padding-top: 38px;
}

.prov .text_box .text p{
	font-size: 16px;
	color: #666;
	line-height: 34px;
}

.prov .text_box .x-call h4 {
    color: #000;
    font-size: 16px;
    margin-bottom: 11px;
}

.prov .text_box .x-call p {
    color: #2c5092;
    font-size: 30px;
    font-weight: bold;
}

.prov .text_box .button{
    font-size: 0;
	padding-top: 48px;
}

.prov .text_box .button a{
	display: inline-block;
	padding: 18px 60px;
	font-size: 16px;
	color: #333;
	background-color: #eaeaea;
	border-radius: 30px;
}

.prov .text_box .button a:not(:last-child) {
    margin-right: 25px;
}

.prov .text_box .button a:hover{
	color: #fff;
	background-color: #24458d;
}

.content .hd{
	padding-top: 68px;
	border-bottom: 1px solid #e8e8e8;
}

.content .hd ul li{
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	width: 190px;
	height: 41px;
	text-align: center;
	cursor: pointer;
	margin-right: 100px;
}

.content .hd ul li.on{
	border-bottom: 3px solid #24458d;
}

.content .bd .text_box .text{
	padding: 80px 0;
	line-height: 34px;
}

/* service */
.service .text_box{
	font-size: 16px;
	line-height: 30px;
	padding: 50px 0;	
}

.footer .topbtn {
  padding-top:20px;
  color:#fff;
  text-align: center;
  /*border-bottom: 1px solid #707070;*/
}

.footer .topbtn span{
	display: inline-block;
	position: relative;
	text-align: center;
	cursor: pointer;
}

.footer .topbtn span::after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -6px;
	left: -38px;
	width: 28px;
	height: 16px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-image: url(../images/top_icon.png);
}





.flex_right_box{
	position: fixed;
	right:0;
	bottom:20%;
	z-index: 9999;
	font-size:0;
}
.flex_right_box .list{
	width:60px;
	position: relative;
}

.flex_right_box .list>a{
	width:50px;
	height:50px;
	display:inline-block;
	background-color:#cecece;
	background-repeat: no-repeat;
	background-position: center;
	background-size:25px;
}

.flex_right_box .list>a:hover{
	background-color:#24458d;;
}

.flex_right_box .list .showbox{
	position: absolute;
	width:180px;
	top:0;
	left:-180px;
	min-height:50px;
	background:#24458d;
	display:none;
}
.flex_right_box .list:hover .showbox{
	display:block;
	font-size:15px;
	color:#333;
	text-align: center;
}
.flex_right_box .list .showbox .img{
	width:125px;
	margin: 10px auto;
	
}
.flex_right_box .list .showbox .img img{
	width:125px;
	height:125px;
}

.flex_right_box .list .showbox p{
	color:#fff;
	text-align:center;
	line-height:50px;
	cursor:pointer;
}

.flex_right_box .list a.wx{
	background-image: url(../images/right_icon1.png);
}
.flex_right_box .list a.gotop{
	background-image: url(../images/right_icon4.png);
}
.flex_right_box .list a.wx:hover{
	background-image: url(../images/right_icon11.png);
}
.flex_right_box .list a.gotop:hover{
	background-image: url(../images/right_icon44.png);
}




.breadcrumbs {
    display: flex;
    padding-top: 30px;
}

.breadcrumbs ul {
    display: flex;
    padding-right: 51px;
    margin-left: auto;
}

.breadcrumbs ul li {
    color: #666;
    font-size: 16px;
    position: relative;
}

.breadcrumbs ul li:not(:last-child) {
    margin-right: 31px;
}

.breadcrumbs ul li:not(:last-child)::after {
    content: '>>';
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
}

.breadcrumbs ul li a:hover {
    text-decoration: underline;
}