body{
	background: rgba(0, 0, 0, 0.2);
}
.head{
	width: 100%;
	height: 1.33rem;
}

.header_content.fixed {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}

.header_box1{
	height: 0.66rem;
	background: #F8F8F8;
}
.header_box1 .main{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header_box1 .bleft{
	height: 100%;
	display: flex;
	flex: 0 0 4rem;
	align-items: center;
}
.header_box1 .bleft a{
	display: block;
	height: 0.28rem;
	font-family: Microsoft YaHei;
	font-weight: normal;
	font-size: 0.15rem;
	line-height: 0.28rem;
	color: #000F2E;
	margin-right: 0.49rem;
	position: relative;
}
.header_box1 .bleft a::before{
	content: '';
	width: 0.01rem;
	height: 0.28rem;
	border-left: 0.01rem solid #000F2E;
	display: block;
	position: absolute;
	left: -0.24rem;
	top: 0;
}
.header_box1 .bleft a:first-child:before{
	display: none;
}
.header_box1 .bright{
	flex: 0 0 6rem;
	display: flex;
	align-items: center;
	justify-content: right;
}

.header_box1 .bright .dqlanguage{
	position: relative;
}
.header_box1 .bright .dqlanguage::after{
	content: '';
	display: block;
	width: 0.01rem;
	height: 0.26rem;
	border-left: 0.01rem solid #000F2E;
	position: absolute;
	right: 0;
}
.header_box1 .bright .language{
	display: flex;
	align-items: center;
}
.LangSelect{
    display: flex;
    align-items: center;
    min-width: 1rem;
    flex-wrap: wrap;
    position: relative;
}

.LangOptain{
    width: 100%;
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background: #F8F8F8;
    padding: .05rem;
    box-sizing: border-box;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*align-items: center;*/
}

.LangOptain a{
    line-height: 1.5;
}

.header_box1 .bright .language .dqphone{
	flex: 0 0 2.64rem;
}

.header_box1 .bright .language .dqlanguage{
	flex: 0 0 auto;
}
.header_box1 .bright .language .dqphone,
.header_box1 .bright .language .dqlanguage{
	height: 0.66rem;
	display: flex;
	align-items: center;
	font-family: Microsoft YaHei;
	font-weight: normal;
	font-size: 0.15rem;
	color: #000F2E;
}
.header_box1 .bright .language .dqlanguage img:first-child{
	width: 0.17rem;
	height: 0.17rem;
	margin-right: 0.09rem;
}
.header_box1 .bright .language .dqlanguage img:nth-child(2){
	width: 0.18rem;
	height: 0.13rem;
	margin-left: 0.15rem;
	margin-right: 0.17rem;
}
.header_box1 .bright .language .dqphone img{
	width: 0.16rem;
	height: 0.16rem;
	margin-left: 0.21rem;
	margin-right: 0.08rem;
}
.header_box1 .bright .weizhi{
    display: none;
	width: 2.64rem;
	height: 0.38rem;
	background: #2968FE;
	border-radius: 0.19rem;
	font-family: Microsoft YaHei;
	font-weight: normal;
	font-size: 0.15rem;
	color: #FFFFFF;
	text-align: center;
	line-height: 0.38rem;
	position: relative;
	margin-left: 0.37rem;
}
.header_box1 .bright .weizhi::before{
	content: '';
	width: 0.16rem;
	height: 0.21rem;
	background-image: url('/assets/img/wz.png');
	background-size: 100%;
	position: absolute;
	left: 0.25rem;
	top: 0.08rem;
}


.header_box2{
	height: 0.67rem;
	background: #FFFFFF;
}
.header_box2 .main{
	height: 100%;
	display: flex;
	align-items: center;
}
.header_box2 .main .logo{
	flex: 0 0 2.39rem;
	width: 2.39rem;
	height: 0.36rem;
}
.header_box2 .main .nav{
	display: flex;
	flex: 0 0 calc(100% - 5.09rem);
}
.header_box2 .main .nav a{
	font-family: Microsoft YaHei;
	font-weight: normal;
	font-size: 0.16rem;
	color: #000F2E;
	display: inline-block;
	padding: 0 0.52rem;
}
.header_box2 .main .nav a:hover{
	color: #2968FE;
}
.header_box2 .main .search{
	flex: 0 0 2.7rem;
	display: flex;
	align-items: center;
	width: 2.7rem;
	height: 0.38rem;
	background: #EAEAEA;
	border-radius: 0.19rem;
}

.header_box2 .main .search .search_icon{
	width: 0.19rem;
	height: 0.19rem;
	margin: 0 0.15rem;
}
.header_box2 .main .search .inp{
	width: calc(100% - 0.5rem);
	height: 0.38rem;
}
.header_box2 .main .search .inp input{
	width: 100%;
	height: 100%;
	border-radius: 0 0.19rem 0.19rem 0;
	background: #EAEAEA;
}

/* header2 */

.header_changebox {
	padding: 0.05rem 0;
	width: 100%;
	position: absolute;
	top: 100%;
	background: #fff;
	border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
	box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
	z-index: 20;
	display: none;
}

.header_content {
	background: #2968FE;
	position: relative;
	z-index: 999;
}


.header_logo {
	width: 1.37rem;
	height: 0.51rem;
}

.header_logo img {
	width: 100%;
	height: 100%;
}

.header_contentBox {
	height: 1.31rem;
	display: flex;
	align-items: center;
	position: relative;
	padding-top: 0.38rem;
}

.header_rightbox {
	display: flex;
	align-items: center;
}

.header_right_seacherbox{
	width: 0.4rem;
	height: 0.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}
.header_right_seacherbox img{
	width: 0.2rem;
	height: 0.2rem;
}


.header_menus{
	flex: 1;
	display: flex;
	justify-content: right;
	position: relative;
}
.header_menus_flex {
	display: flex;
	align-items: center;
	position: relative;
}

.header_menuItems {
	margin-right: 0.81rem;
	/* height: 0.8rem; */
}

.header_menuItems:last-child {
	margin-right: 0;
}

.header_menu_atxt {
	display: inline-block;
    /* padding: 0rem 0.14rem; */
    /* line-height: 0.8rem; */
	font-family: Microsoft YaHei;
	font-weight: normal;
	font-size: 0.2rem;
	color: #FFFFFF;
}

/* .header_menuItems:hover .header_menu_atxt {
	color: #4F94D9;
	font-weight: bold;
} */
.unlineSolid{
	position: absolute;
	left: 0;
	width: 0rem;
	height: 0.03rem;
	background: #4F94D9;
	bottom: 0;
	transition: all .25s;
}


.seacherBox {
	position: absolute;
	width: 100%;
	background-color: #fff;
	border-top: 0.01rem solid #ccc;
	box-shadow: 0rem 0.02rem 0.04rem 0.01rem rgba(0, 0, 0, 0.07);
	z-index: 30;
	top: -150%;
	z-index: -1;
	/* display: none; */
}

.seacherContent {
	padding: 0.35rem 0;
	display: flex;

}

.seacher_inputbox {
	flex: 1;
	display: flex;
	align-items: center;
}

.seacher_inputbox img {
	width: 0.27rem;
	height: 0.27rem;
}

.seacher_inputbox input::placeholder {
	color: #7A7A7A;
	font-size: 0.16rem;
}

.seacher_inputbox input {
	border: 0;
	flex: 1;
	margin-left: 0.15rem;
}

.seacher_btn {
	width: 1.15rem;
	height: 0.45rem;
	background: #4F94D9;
	border-radius: 0.23rem 0.23rem 0.23rem 0.23rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 0.16rem;
	cursor: pointer;
}

.seacherRight {
	display: flex;
	align-items: center;
}

.seacher_img {
	width: 0.32rem;
	height: 0.32rem;
	margin-left: 1.11rem;
}

/* ÏÂÀ­²Ëµ¥ */
.bigDownNav {
	width: 100%;
	position: absolute;
	overflow: hidden;
	display: none;
}

.bigDown_menuBox {
	width: 100%;
	height: 100%;
}
.is_showQues{
	/* height:4rem; */
	/* display: none; */
	width: 100%;
}

.big_navConent_items {
	height: 7.51rem;
	display: flex;
	position: relative;
	background: #2968FE;
}

.is_showQues:first-child .big_navRight_isShow .big_navRight_items:first-child{
	background: #F6F9FE;
}

.big_navRight_isShow .big_navRight_items:first-child{
	background: #F6F9FE;
	display: block;
}
.big_navRight_items{
	display: none;
}
.big_navLeft{
	padding-top: 2.14rem;
	margin-left: 59.57%;
}
.big_navLeft_items {
	cursor: pointer;
	text-align: left;
	font-family: Microsoft YaHei;
	font-weight: normal;
	font-size: 0.5rem;
	color: #FFFFFF;
	margin-bottom: 0.55rem;
}

.big_navLeft_items a{opacity:1; transition: all linear .3s;font-size: 0.5rem;}
.big_navLeft_items a:hover{opacity: .5;font-size: 0.6rem; }

.big_navLeft_items img {
	width: 0.11rem;
	height: 0.19rem;
}

.big_navRight {
	height: 100%;
	position: relative;
}
.slideUp_btn{
	position: absolute;
	width: 0.34rem;
	height: 0.19rem;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0.22rem;
}
.slideUp_btn img{
	width: 0.34rem;
	height: 0.19rem;
}

.big_navRight_seacher {
	width: 100%;
	display: flex;
}

.big_navRight_seacher input {
	flex: 1;
	border: 0;
	outline: 0;
	background-color: #F5F5F5;
	border-radius: 0.23rem 0rem 0rem 0.23rem;
	padding: 0 0.24rem;
}
.big_navRight_seacher input::placeholder{
	color: #BFBFBF;
	font-size: 0.16rem;
}

.seacherBtn {
	width: 1.15rem;
	height: 0.45rem;
	background: #4F94D9;
	border-radius: 0rem 0.23rem 0.23rem 0rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 0.16rem;
	cursor: pointer;
}
.seacherBtn img{
	width: 0.2rem;
	height: 0.2rem;
	margin-right: 0.15rem;
}
.big_navRight_menuList{
	display: flex;
}
.big_navRight_menuItems{
	margin-right: 1.2rem;
}
.big_navRight_menuItems:last-child{
	margin-right: 0;
}
.big_navRight_menuTit{
	color: #4F94D9;
	font-size: 0.18rem;
	margin-bottom: 0.21rem;
	display: block;
}
.big_navRight_menuxBOX a{
	display: block;
	color: #636363;
	font-size: 0.16rem;
	margin-bottom: 0.13rem;
}

/* .big_navRight_menuxBOX a:nth-child(n+8){
	color: red;
	display: none;
} */

.big_navRight_menuxBOX a:hover{
	color: #4F94D9;
}
.big_navRight_columnItems{
	display: flex;
	margin-bottom: 0.37rem;
}
.big_navRightCoumntit{
	width: 2rem;
	color: #4F94D9;
	font-size: 0.18rem;
	display: block;
}
.big_navRightCoumnXlist{
	display: flex;
	flex-wrap: wrap;
	flex: 1;
}
.big_navRightCoumnXlist a{
	width: 16.6%;
	color: #383635;
	font-size: 0.16rem;
	margin-bottom: 0.2rem;
}
/* .big_navRightCoumnXlist a:nth-child(n+12){
	display: none;
} */


.big_navRightCoumnXlist a:hover{
	color: #4F94D9;
}
.big_navRight_fuwuList{
	display: flex;
	flex-wrap: wrap;
}
.big_navRight_fuwuList a{
	display: block;
	width: 20%;
	color: #636363;
	font-size: 0.16rem;
	margin-bottom: 0.29rem;
}
.big_navRight_fuwuList a:hover{
	color: #4F94D9;
}
.big_navRight_aboutList{
	/* display: flex;
	flex-wrap: wrap; */
}
.big_navRight_aboutList a{
	display: block;
	width: 1.6rem;
	height: 0.65rem;
	font-family: Microsoft YaHei;
	font-size: 0.18rem;
	color: #333333;
	line-height: 0.65rem;
	text-align: center;
}
.big_navRight_aboutList a:hover{
	color: #4F94D9;
}

.big_navRight_seacher{
	position: relative;
}
.seacher_keybox{
	position: absolute;
	width: 100%;
	min-height: auto;
	max-height: 3.2rem;
	overflow-y: auto;
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0,0,0,0.08);
	border: 0.01rem solid #E9E9E9;
	padding: 0.2rem 0 ;
	top: 115%;
	z-index: 60;
	display: none;
}
.seacher_keybox::-webkit-scrollbar {
	width: 7px;
}

.seacher_keybox::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.2);
}

.seacher_keybox::-webkit-scrollbar-track {
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}
.seacher_keyItems{
	width: 100%;
	color: #757575;
	font-size: 0.16rem;
	height: 0.38rem;
	display: flex;
	align-items: center;
	padding: 0 0.23rem ;
	transition: all .25s;
}
.seacher_keyItems:hover{
	background-color: #f5f5f5;
}
.header_content .hr{
	border-bottom: 0.01rem solid rgba(255, 255, 255, 0.5);
}
.header_menu_atxt span{
	display: inline-block;
	width: 0.1rem;
	height: 0.1rem;
	border-top: 0.03rem solid #FFFFFF;
	border-right: 0.03rem solid #FFFFFF;
	transform: rotate(135deg);
	margin-left: 0.1rem;
	margin-bottom: 0.05rem;
}
.is_showQues:nth-child(2) .header_menu_atxt span{
	display: none;
}

@media only screen and (max-width: 768px) {
      header{
        margin-top: 0.5rem !important;
    }
    .head{
	width: 100%;
	height: auto;
}
.header_box1{
    display: none;
}
    .header_box1 .main {
  display: block;
}
.header_box1 .bleft {
  width: 60%;
  float: left;
  padding-top: .2rem;
}
.header_box1 .bleft a {
  font-size: 0.2rem;
  margin-right: 0.4rem;

}
.header_box1 .bright .language .dqphone, .header_box1 .bright .language .dqlanguage {
  font-size: 0.18rem;
}
.header_box2 .main .nav {
  width: 100%;
  display: block;
  flex: auto;
}
.header_box2 .main .nav a {
  font-size: 0.24rem;
}
.header_box2 .main .search {
  display: none;
}
.header_box2 .main .logo {
  display: none;
}
.header_contentBox{
    padding-top: 0;
}
.header_menuItems{
    margin-right: 0.6rem;
}
.header_menu_atxt{
    font-size: 0.3rem;
}
.big_navConent_items{
    height: 4.51rem;
}
.big_navLeft {
  padding-top: 0.6rem;
  margin-left: 20%;
}
.big_navLeft_items{
    font-size: 0.5rem;
  color: #FFFFFF;
  margin-bottom: 0.15rem;
}
.big_navLeft_items a{
    font-size: 0.3rem;
}
 main{
     padding-top: 0 !important;
 }
 .bg-blue {
  width: 100vw;
  height: 100vh;
  background-color: #2968fe;
  display: flex;
  justify-content: center;
  align-items: center;

}
 
.header_wrap2 header{
    margin-top: 0 !important;
}
.hero-container{
    display: none !important;
}
 
 
 
 
    
}

@media only screen and (max-width: 640px) and (min-width: 481px){
          header{
        margin-top: 0.75rem !important;
    }
}
@media only screen and (max-width: 480px) and (min-width: 320px){
          header{
        margin-top: 0.9rem !important;
    }
}





