/* 字体图标 */
@font-face {
    font-family: 'ProximaNova-Bold';
    src: url('../font/ProximaNova-Bold.eot');
    src: url('../font/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('../font/ProximaNova-Bold.woff2') format('woff2'), url('../font/.woff') format('woff'), url('../font/ProximaNova-Bold.ttf') format('truetype'), url('../font/ProximaNova-Bold.svg#iconfont') format('svg');
}

@font-face {
    font-family: 'ProximaNova-Light';
    src: url('../font/ProximaNova-Light.eot');
    src: url('../font/ProximaNova-Light.eot?#iefix') format('embedded-opentype'), url('../font/ProximaNova-Light.woff2') format('woff2'), url('../font/.Light') format('woff'), url('../font/ProximaNova-Light.ttf') format('truetype'), url('../font/ProximaNova-Light.svg#iconfont') format('svg');
}

@font-face {
    font-family: 'ProximaNova-Semibold';
    src: url('../font/ProximaNova-Semibold.eot');
    src: url('../font/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'), url('../font/ProximaNova-Semibold.woff2') format('woff2'), url('../font/.Semibold') format('woff'), url('../font/ProximaNova-Semibold.ttf') format('truetype'), url('../font/ProximaNova-Semibold.svg#iconfont') format('svg');
}

/*边框*/

.more a {
	margin: 0;
	width: 14rem;
	/* line-height: 6rem; */
	text-align: center;
	display: block;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.5px;
	position: relative;
	outline: 0;
	padding: .7rem 1.5rem;
}
.fwgcflex .more a{
	opacity: 0;
}
.more a .line {
	position: absolute;
	background: #dd0000;
	display: block;
	transition: 0.5s
}

.more a .line01 {
	width: 2rem;
	height: 2px;
	left: 0;
	top: 0
}

.more a .line02 {
	width: 2px;
	height: 100%;
	left: 0;
	top: 0
}

.more a .line03 {
	width: 1.5rem;
	height: 2px;
	left: 0;
	bottom: 0
}

.more a .line04 {
	width: 10rem;
	height: 2px;
	right: 0;
	bottom: 0
}

.more a .line05 {
	width: 2px;
	height: 20%;
	right: 0;
	bottom: 0
}

.more a .line06 {
	width: 2px;
	height: 50%;
	right: 0;
	top: 0
}

.more a .line07 {
	width: 8rem;
	height: 2px;
	right: 0;
	top: 0
}

.more a:hover .line01 {
	width: 100%
}

.more a:hover .line02 {
	height: 100%
}

.more a:hover .line03 {
	width: 100%
}

.more a:hover .line04 {
	width: 100%
}

.more a:hover .line05 {
	height: 100%
}

.more a:hover .line06 {
	height: 100%
}

.more a:hover .line07 {
	width: 100%
}
/*边框结束*/

.wrap {
	width: 98%;
	max-width: 1200px;
	margin: 0 auto;
}

header{
	height: 90px;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
	transition:all .5s;
}
.guding{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	transition:all .5s;
}




.hade_left {
	display: flex;
	align-items: center;
	padding: 1rem 0;
    flex: 1;
}

.hade_left img{
	padding: 0px 15px 0px 35px;
	max-height: 100%;
}
.hade_left_two{
	display: flex;
    flex-flow: column;
}
.hade_left h1 {
	font-size: 31px;
    font-weight: bold;
    color: #222222;
    line-height: 1;
	padding-bottom: 5px;
}

.hade_left  span {
	font-size: 14px;
	line-height: 1;
    color: #999999;
    font-family: "ProximaNova-light";
}



.hade_rigt {
	display: flex;
}

.hade_rigt_one {
	height: 100%;
	display: flex;
	align-items: center;
}

.hade_rigt_one .headnav_item {
	position: relative;
	height: 90px;
}

.hade_rigt_one .headnav_item.on {
	position: static;
}

.hade_rigt_one .headnav_itema {
	height: 100%;
	display: flex;
	align-items: center;
	text-align: center;
	flex-direction: column;
	justify-content: center;
	position: relative;
	width: 140px;
}

.hade_rigt_one .headnav_itema p {
	font-size: 18px;
	color: #222222;
	line-height: 1;
	margin-top: 5px;
	margin-bottom: 2px;
	transition: all 0.1s ease-out;
}

.hade_rigt_one .headnav_itema span {
	font-size: 15px;
	color: #999999;
	text-align: center;
	line-height: 1;
	display: inline-block;
	font-family: "ProximaNova-light";
}

.headnav_itema i {
	color: #dd0000;
	font-size: 24px;
	line-height: 1;
}

.headnav_itema>div {
	height: 50px;
	overflow: hidden;
	transition: all 0.4s ease-out;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
}

.headnav_itema .trantop {
	transition: all 0.4s ease-out;
	transform: translateY(-24px);
}

.headnav_item:hover .trantop {
	transform: translateY(0px);
}

.headnav_item:hover .trantop p {
	font-size: 15px;
}

.headnav_item.active .trantop {
	transform: translateY(0px);
}

.headnav_item.active .trantop p {
	font-size: 15px;
}

/*.hade_rigt_one .headnav_item:nth-of-type(1) .headnav_itema i {
	color: #dd0000;
	font-size: 18px;
}*/

.hade_rigt_one .headnav_item:nth-of-type(1) .headnav_itema p {
	font-size: 15px;
	color: #222222;
}

.headnav_cqxl {
	position: absolute;
	left: 0;
	top: 90px;
	width: 100vw;
	background-color: #fff;
	display: none;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.25) inset;
	z-index: 99;
}

.headnav_qtxl {
	position: absolute;
	left: -30px;
	top: 90px;
	width: calc(100% + 60px);
	background-color: #fff;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.25);
	display: none;
	z-index: 99;
	padding: 20px 0px;
}

.headnav_cqxl p {
	color: #222;
}

.headnav_qtxl a {
	color: #222;
	display: inline-block;
	width: 100%;
	line-height: 50px;
	text-align: center;
	font-size: 15px;
}

.headnav_qtxl a:hover {
	transform: translateX(4px);
	color: #dd0000;
}

.hade_rigt_two {
	border-left: 1px solid #e1e1e1;
}

.hade_rigt_two a {
	height: 100%;
	display: flex;
	line-height: 90px;
	padding: 0px 40px;
}

.hade_rigt_two p {
	color: #222222;
	font-weight: bold;
	font-size: 26px;
	font-family: "ProximaNova-Semibold";
}

.hade_rigt_two a i {
	font-size: 30px;
	display: inline-block;
	margin-right: 15px;
	color: #c1c1c1;
	vertical-align: middle;
}

.hade_rigt_three {
	background-color: #22418f;
	width: 90px;
	line-height: 90px;
	text-align: center;
}
.hade_rigt_three a{
	display: block;
}
.hade_rigt_three .iconfont {
	font-size: 40px;
}

.opsnavs {
	display: none;
}


/*底部*/

footer {
	background-color: #222222;
}

.footersone {
	/* height: 490px; */
	display: flex;
	justify-content: space-between;
}

.footersone_left {
	display: flex;
	padding-top: 100px;
	padding-bottom: 80px;
}


/*底部横线*/

.ftlin {
	display: flex;
	align-items: center;
}

.ftlin_left {
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	border: 1px solid #dd0000;
}

.ftlin_right {
	width: 195px;
	height: 1px;
	background-color: rgba(255, 255, 255, .2);
}


/*底部横线*/

.footersone_right {
	display: flex;
	align-items: center;
}

.footersone_right p {
	font-size: 15px;
	color: #999999;
	text-align: center;
	margin-top: 7px;
}

.footerstwo {
	background-color: #111111;
}

.footerstwo .wrap {
	height: 54px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footerstwo .wrap p {
	color: #666666;
	font-size: 13px;
}
.footerstwo .wrap p a{
	font-size: 13px;
color: #666666;
}

.beian {
	color: #666666;
	font-size: 13px;
}

.footersone_left>div>a {
	font-size: 22px;
	font-weight: bold;
	display: inline-block;
	transition: all 0.4s;
	margin-bottom: 26px;
}
.footersone_left>div>i{
	display: none;
}
.footersone_left ul {
	margin-top: 16px;
}

.footersone_left>div li a {
	display: inline-block;
	font-size: 15px;
	line-height: 38px;
	transition: all 0.4s;
	width: 60%;
}

.footersone_left>div a:hover {
	transform: translateX(4px);
}

.lxfs {
	margin-left: 68px;
}

.lxfscontone {
	margin-top: 16px;
}

.lxfscontone a {
	font-size: 15px;
	color: #999999;
}

.lxfsconttwo {
	margin-top: 8px;
	;
}

.zxly {
	margin-top: 36px;
}

.lxfscontone,
.lxfsconttwo {
	display: flex;
	align-items: center;
}

.lxfscontone i,
.lxfsconttwo i {
	display: inline-block;
	height: 34px;
	width: 34px;
	line-height: 34px;
	border-radius: 17px;
	text-align: center;
	background-color: #111111;
	color: rgba(255, 255, 255, .9);
	font-size: 16px;
	margin-right: 16px;
}

.lxfscontone p,
.lxfsconttwo p {
	color: #999999;
	font-size: 15px;
}

.lxfsconttwo a {
	color: #999999;
	font-size: 15px;
}
.lxfscontone a strong{
	color: #fff;
	font-size: 18px;
}

.zxly a {
	display: inline-block;
	text-align: center;
	width: 196px;
	height: 46px;
	border-radius: 23px;
	line-height: 46px;
	background-color: #dd0000;
	font-size: 18px;
}

.zxly .iconfont {
	display: inline-block;
	font-size: 28px;
	margin-left: 14px;
	vertical-align: middle;
}

.footersmob {
	display: none;
	width: 100%;
}

.footersmob .mbnvarihgt {
	width: 100%;
	overflow-y: initial;
	float: initial;
}

/* 顶部banner */
.mban>div{
    position: relative;
	overflow: hidden;
}
.mban .bg{
	background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
	width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
}
.mban h1{
    margin-bottom: 1rem;
    /* font-weight: normal; */
}
.mban .xiangxia{
	display: flex;
	justify-content: center;
	margin-top: 2.5rem;
}
.mban i{
    font-size: 2.5rem;
    
    margin-left: -1.3rem;
    animation: shadow .5s linear infinite;
    animation: rotate .5s linear infinite;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.txt-m{
    padding-bottom: 5rem;
	padding-top: 5rem;
}
.banq .txt-m{
	padding-bottom: 1rem;
}

.mnav ul{
    display: flex;
    justify-content: space-around;
    background-color:rgba(34, 65, 143, 0.95) ;
}
.mnav ul li{
    flex: 1;
    text-align: center;
    line-height: 3.2;
}
.mnav ul li a{
    display: block;
	font-size: 1.2rem;
}
.mnav ul li.active a{
    background-color: #fff;
    color: #000;

}

@media screen and (max-width:1700px) {
	.hade_rigt_two a {
		padding: 0px 20px;
	}
}
@media screen and (max-width:1500px) {
	.hade_rigt_one .headnav_itema {
		width: 120px;
	}
}

@media screen and (max-width:1400px) {
	.hade_rigt_two {
		display: none;
	}
	.hade_rigt_one{
		margin-right: 30px;
	}
	
}

@media screen and (max-width:1200px) {
	.hade_rigt_one .headnav_itema {
		width: 100px;
	}
	.ftlin_right {
		width: 140px;
	}
	.lxfs {
		margin-left: 40px;
	}

	.footersone_right{
		display: none;
	}
}

@media screen and (max-width:992px) {
	header{
		height: 5rem;
	}
	.hade_left{
		flex: 1;
		padding: 1rem 0;
	}
	.hade_left h1{
		font-size: 1.8rem;
	}
	.hade_left span{
		font-size: 0.9rem;
	}
	.hade_rigt_one {
		display: none;
	}
	.hade_rigt_three {
		display: none;
	}
	.footersone {
		/* display: none; */
	}

	.opsnavs {
		display: block;
		margin: auto;
		padding: 0px 30px;
	}
	.opsnavs i {
		display: inline-block;
		color: #222222;
		font-size: 22px;
	}
	.footersmob {
		display: block;
	}
	.footerstwo .wrap {
		flex-direction: column;
		justify-content: center;
		height: auto;
		padding: 15px;
		text-align: center;
	}
	.footerstwo .wrap p {
		color: #666666;
		font-size: 12px;
	}
	.footerstwo .wrap p:last-of-type{
		display: none;
	} 

	/*  */
	.container{
        width: 90%;
    }
	.container-fluid .container{
        width: 100%;
    }


    .txt-m{
        padding: 2.5rem 1rem;
        font-size: 0.8rem;
    }
	.banq .txt-m{
		/* padding-bottom: 4rem; */
	}
	
    .mban2 .weizhi{
        width: 100%;
    }
	.mban h1{
		font-size: 1.6rem;
	}
    .mban p{
        font-size: 0.8rem;
    }
    .mban2 .dropdown .xiala{
        display: none;
    }
	.banq .xiangxia{
		display: flex;
		justify-content: center;
		margin-top: 1rem;
	}
	.mban i{
		font-size: 1.6rem;
		margin-left: -0.8rem;
	}
	.mnav ul{
		justify-content: flex-start;
    	flex-wrap: wrap;
	}
	.mnav ul li{
		flex: unset;
		width: 25%;
	}
	.mnav ul li a{
		font-size: 12px;
	}
	.mnav ul li.active a{
		border-top: 2px solid #dd0000;
	}
}


@media screen and (max-width:768px){
	.hade_left h1 {  padding-bottom: 2px;}

	.hade_left img {
    	padding-left: 1.5rem;
		padding-right: 0.8rem;
	}
	.footersone{
		height: auto;
		width: 90%;
	}
	.footersone_left{
		display: block;
		width: 100%;
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
	.footersone_left .jzgc{
		width: 100%;
		margin-bottom: 1rem;
		position: relative;
	}
	.ftlin_right{
		width: 100%;
		background-color: rgba(255, 255, 255, .1);
	}
	.footersone_left>div>a{
		margin-bottom: 1rem;
		display: block;
		font-weight: normal;
		font-size: 1.2rem;
		width: 80%;
	}
	.footersone_left ul{
		margin-top: 0;
		display: none;
		padding: 0 20px 10px;
		background-color: rgba(255, 255, 255, 0.1);
	}
	.footersone_left>div>i{
		display: inline-block;
		position: absolute;
		right: 0;
		top: 0;
		font-size: 1.2rem;
		width: 20%;
		text-align: center;
		color: rgba(255, 255, 255, 0.5);
	}
	.footersone_left>div>i.jianhao::before{
		content: "\e728";
	}
	.ftlin .ftlin_left{
		display: none;
	}
	.lxfs{
		margin-left: 0;
		/* padding-bottom: 50px; */
	}
	.zxly a{
		font-size: 1rem;
		line-height: 1;
		width: auto;
		height: auto;
		padding: 0.5rem 2.5rem;
	}
	.zxly .iconfont{
		line-height: 1;
		font-size: 1.4rem;
	}
	.footersone_left>div li a{
		width: 100%;
		color: rgba(255, 255, 255, 0.8);
	}

}
@media screen and (max-width:600px) {
	.footerstwo .wrap {}
}

/* 分页 */
/*内页分页 */

.ntfy {
    display: flex;
    justify-content: center;
}

.ntfybox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ntfybox .ntfybox_item {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    background-color: #f1f1f1;
    color: #333333;
    margin: 0 0.3rem;
    margin-bottom: 0.3rem;
}

.ntfybox .ntfybox_item:first-of-type,
.ntfybox .ntfybox_item:last-of-type{
    width: 5rem;
}

.ntfybox .ntfybox_item.on {
    border: 1px solid #dd0000;
    background-color: #fff;
}

.ntfybox .ntfybox_item.bends {
    color: #999999;
}


/*手机导航*/

.mbnva {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
	width: 0;
	display: none;
	height: 1335px;
}

.shut_down {}

.mbnvaleft {
	width: 30%;
	height: 100%;
	background-color: rgba(33, 64, 143, 0.9);
	float: left;
	position: relative;
}

.mbnvaleft .iconfont {
    font-size: 2.5rem;
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 2.5rem;
    right: 2.5rem;
    line-height: 1;
    transition: all .5s;
}

.mbnvarihgt {
	width: 70%;
	height: 100%;
	float: left;
	background: #fff;
	overflow-y: scroll;
}

.mbnvafooter {
	padding: 42px 18px 0 18px;
	height: 100%;
	background-color: #fff;
	width: 100%;
}

.mbnvafooter ul li {
	background-color: #fff;
	border-bottom: 1px solid #eaeaea;
}

.mbnvaheader_box {
	display: flex;
	width: 100%;
	transition: all .5s;
}

.mbnvaheader_box .mbnvaheader_boxfleft {
	flex: 3;
	text-align: left;
}

.mbnvaheader_box .mbnvaheader_boxfleft>a {
	font-size: 18px;
	height: 55px;
	line-height: 55px;
	padding-left: 25px;
	display: inline-block;
	color: #222;
	width: 100%;
}

.mbnvaheader_box .mbnvaheader_boxfright {
	flex: 1;
	text-align: center;
	cursor: pointer;
}

.mbnvaheader_boxfright .iconfont {
	font-size: 20px;
	color: #999;
	line-height: 55px;
	height: 55px;
	cursor: pointer;
}

.mbnvaheader_boxcot {
	background-color: #fff;
	padding-bottom: 5px;
	display: none;
}

.mbnvaheader_boxcot>a {
	padding-left: 35px;
	text-align: left;
	font-size: 15px;
	line-height: 32px;
	color: #666;
	width: 100%;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mbnvaheader_boxcot a b {
	display: inline-block;
	float: right;
}

.mbnvaheader_boxcot a b .iconfont {
	font-size: 16px;
	color: #222;
	height: 55px;
	cursor: pointer;
	padding: 0px 40px;
}

.mbnvaheader_boxcot a .twodh {
	display: none;
}

.mbnvaheader_boxcot a:hover {
	color: rgba(34, 65, 143);
	transform: translateX(5px);
}

.mbnvaheader_boxcot>div {
	padding-left: 35px;
}

/*  */
@-webkit-keyframes banner_inside {
	from {
	-webkit-transform: scale(1);
	transform: scale(1);
   }
   to {
	-webkit-transform: scale(1.20);
	transform: scale(1.23);
   }
   100% {
	-webkit-transform: scale(1);
	transform: scale(1);
   }	 
   
   }
	@-moz-keyframes banner_inside {
	0% {
	-webkit-transform: scale(1);
	transform: scale(1);
   }
   50% {
	-webkit-transform: scale(1.20);
	transform: scale(1.20);
   }
   100% {
	-webkit-transform: scale(1);
	transform: scale(1);
   }		 
   }
	@-o-keyframes banner_inside {
	0% {
	-webkit-transform: scale(1);
	transform: scale(1);
   }
   50% {
	-webkit-transform: scale(1.20);
	transform: scale(1.20);
   }
   100% {
	-webkit-transform: scale(1);
	transform: scale(1);
   }	 
   }
	@keyframes banner_inside {
	0% {
	-webkit-transform: scale(1);
	transform: scale(1);
   }
   50% {
	-webkit-transform: scale(1.20);
	transform: scale(1.20);
   }
   100% {
	-webkit-transform: scale(1);
	transform: scale(1);
   }		 
   }
   
   .mban .bg{
	   -webkit-animation: banner_inside 40s infinite;
	   -moz-animation: banner_inside 40s infinite;
	   -o-animation: banner_inside 40s infinite;
	   animation: banner_inside 40s infinite;
	   width: 100%;
	   
   }


/* 重置rem */
html {
	font-size: 1rem;
  }
  @media (max-width: 1600px) {
    html {
      font-size: 0.8rem;
    }
  }
  @media (max-width: 1200px) {
    html {
      font-size: 0.6rem;
    }
  }

  @media (max-width: 992px) {
    html {
        font-size: 0.8rem;
      }
  }