* {
    margin: 0;
    padding: 0;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
	font-size: .16rem;
}
*:focus {
    outline: 0
}
img{
	max-width: 100%;
}
body {
    height: auto;
    overflow-x: hidden;
    background-color: #FFFFFF;
}
ol,ul {
    list-style: none
}
ul,li {
    list-style: none
}
/* img {
    border: 0;
    width: 100%
} */
em {
    font-style: normal
}
a {
    text-decoration: none;
}

input[type="submit"],input[type="reset"],input[type="button"] {
    -webkit-appearance: none
}
a,button,input,textarea {
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
    -webkit-appearance: none !important
}

@font-face {
    /* font-family: "PingFang Medium"; */
    src: url("../fonts/PingFang Medium.ttf");
}

@font-face {
    /* font-family: "PingFang Regular"; */
    src: url("../fonts/PingFang Regular.ttf");
}
html,body{
    /* font-family: "PingFang Regular"; font-weight:100!important; */
}
a {
    text-decoration: none;
}
.swiper-slide img{ width: 100%;}


.flex {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
img{
	max-width: 100%;
}
.main_box{
	width: 1200px;
	margin: 0 auto;
	/* padding-bottom: 1rem; */
	/* padding: .4rem 0; */
}
.pc{
	display: block;
}
.pc.flex{
	display: flex;
}
.mobile{
	display: none;
}
.mobile.flex{
	display: none;
}
/*头部*/
.pc-nav{
    width: 100%;
   background: #FFFFFF;
   padding: .4rem 0;
}

.logo{
    width: 192px;
    padding-top:6px;
   /* padding-top: .4rem; */
    /* float: left; */
}
.logo img{
  vertical-align: middle;
}
.dropdownmenu{
   width: 780px;
   /* margin-left: .5rem;
    float: left; */
}

.dropdownmenu ul li {
    /* float: left; */
    position: relative;
    /* font-family: "PingFang Medium"; */
	margin: 0 .05rem;
	z-index: 10;
}
.dropdownmenu ul li a {
    color: #333333;
    display: block;
   /* padding: 0 .23rem;
    margin: .4rem .15rem; */
    font-size: 16px;
	height:40px;
    line-height: 40px;
	width: 120px;
	/* background: url(../images/index/down_arrow.png) no-repeat right center; */
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}
.dropdownmenu ul li a img.down{
	margin-left: .1rem;
}
.dropdownmenu ul .active a{
    background: #17499D;
    color: #FFFFFF;
}
.dropdownmenu ul li:hover a {
    background: #17499D;
    color: #FFFFFF;
}
.dropdownmenu ul li a img.moren{
	
	display: inline-block;
}
.dropdownmenu ul li a img.hover{
	display: none;
}
.dropdownmenu ul li a img{
	vertical-align: middle;
}
.dropdownmenu ul li:hover a img.moren,.dropdownmenu ul li.active a img.moren{
	display: none;
}
.dropdownmenu ul li:hover a img.hover,.dropdownmenu ul li.active a img.hover{
	display: inline-block;
}
/* .dropdownmenu ul li:hover a img{
	opacity: 0;
}
.dropdownmenu ul li.active a img{
	opacity: 0;
} */
.submenu {
    left: -40px;
    opacity: 1;
    position: absolute;
    top:40px;
    border: 1px solid #E6E8ED;
    border-top: 1px solid #17499D;
    box-sizing: border-box;
    visibility: hidden;
    z-index: 1;
}
.dropdownmenu ul li:hover ul.submenu {
    opacity: 1;
    /* top: 1rem; */
    border: 1px solid #E6E8ED;
    border-top: 1px solid #17499D;
    box-sizing: border-box;
    visibility: visible;
	background-color: #fff;
}


.dropdownmenu ul li ul{
    width: 200px;
}
.dropdownmenu ul li ul li{
    width: 100%;
    /* font-family: "PingFang Regular"; */
	margin: 0;
}
.dropdownmenu ul li .submenu li a {
    display: block;
    float: none;
    width: 100%;
    height: 52px;
    line-height:52px;
    background-color: #FFFFFF;
    color: #000000;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 16px;
    border-top: 1px solid #E6E8ED;
    /* font-family: "PingFang Regular"; */
}
.dropdownmenu ul li .submenu .two-active a{
    background: #17499D;
    border-top: 1px solid #ffffff;
    color: #ffffff;
}
.dropdownmenu ul li .submenu li a:hover {
    background: #17499D;
    border-top: 1px solid #ffffff;
    color: #ffffff;
}
.search{
    width: 168px;
    height: 40px; 
    background:#FFFFFF;
    border: 1px solid #E8ECF0;
    /* float: right; */
    box-sizing: border-box;
    /* margin-left: .5rem;
    margin-top: .36rem; */
}
.search-text{
    width: 70%;
    height:calc(40px - 2px);
    padding-left: .12rem;
    display: block;
    font-size: .14rem;
    font-weight: 400;
    color: #A5ABBB;
    border: none;
    background: none;
    float: left;
}

input::-webkit-input-placeholder {
    color: #a5abbb;
}
.search-submit{
    width: 20%;
    height:calc(40px - 2px);
    float: right;
    border: none;
    background-image: url("../images/s.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: .26rem .26rem;
    background-color: #ffffff;
    display: block;
    font-size: 0;
}
.language{
	line-height:.3rem;
	position: relative;
	display: flex;
	align-content:center;
}
.language select{
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url("../images/index/down_arrow.png") no-repeat right center;
	    padding-right: 0.2rem;

	
}
.language  option{
	
}
.language li a{
	font-size: .2rem;
	color: #333;
}
.language-ul{
	display: none;
}
.language select{
	border: none;
}
.language div,span,ul,li{margin: 0;padding: 0;}
.language ul,li{list-style: none;}
 #box{width: 30px;height: 30px;position: relative;z-index: 99;}
.language span{width:80px;height: 30px;line-height: 30px;text-align: center; display: flex;align-content: center;}
.language span img{width: 20px; height: 15px;margin: 0 .04rem; margin-top: 8px;}
.list{width: .86rem;display: none;background-color: #FFFFFF;box-shadow: 1px 1px 9px #888888; padding: 3px;}
.list li{display: flex;align-content: center;}
.list img{width: .3rem; height: .25rem; margin: 0 .06rem; margin-top: 0.02rem;}
.list .active{background: #17499D;color: #fff;}div,span,ul,li{margin: 0;padding: 0;}
.language ul,li{list-style: none;}
#box{width: .3rem;height: .3rem;}
/* .list{width: 30px;height: 90px;display: none;} */
/* .list li{width: 30px;height: 30px;} */
.list .active{background: #17499D;color: #fff;}
/*底部*/
footer{
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #062D7D;
    padding-top: .65rem;
}
.foot{
   /* width: 100%; */
    height: auto;
    margin: auto;
    overflow: hidden;
}
.foot-l{
    width: 7.96rem;
    height: auto;
    float: left;
    overflow: hidden;
}
.foot-l-title{
    height: .6rem;
    font-size: .24rem;
    line-height: .6rem;
    /* font-family: "PingFang Medium"; */
    color: #FFFFFF;
}
.foot-l-con{
    width: 7.96rem;
    height: auto;
    border-top: 1px dotted #FFFFFF;
    font-size: .15rem;
    /* font-family: "PingFang Regular"; */
    font-weight: 400;
    color: #D5D5D5;
    line-height: .29rem;
    padding-top: .15rem;
}
.foot-center{
    width: 1.41rem;
    height: auto;
    border-top: 1px dotted #FFFFFF;
    float: left;
    margin-left: .55rem;
    margin-top: .6rem;
}
.foot-center ul{
    overflow: hidden;
}
.foot-center ul li{
    height: .6rem;
    width: 100%;
    font-size: .2rem;
    /* font-family: "PingFang Regular"; */
    font-weight: 400;
    color: #FFFFFF;
    line-height: .6rem;
    border-bottom: 1px dotted #FFFFFF;
}
.foot-center ul li a{
    color: #FFFFFF;
	font-size: .15rem;
}
.foot-center ul li a:hover{
    color: #dddddd;
}
.language div,span,ul,li{margin: 0;padding: 0;}
.language ul,li{list-style: none;}
 #box{width: 30px;height: 30px;position: relative;z-index: 99;}
.language span{width: .64rem;height: 30px;line-height: 30px;text-align: center; display: flex;align-content: center;}
.language span img{width: 20px; height: 15px;margin: 0 .04rem; margin-top: 8px;}
.list{width: .86rem;display: none;background-color: #FFFFFF;box-shadow: 1px 1px 9px #888888; padding: 3px;}
.list li{display: flex;align-content: center; margin-bottom: 0.02rem;}
.list li span{line-height: .26rem;}
.list img{width: .3rem; height: .25rem; margin: 0 .06rem; margin-top: 0.02rem;margin-bottom: 0.02rem;}
.list .active{background: #17499D;color: #fff;}div,span,ul,li{margin: 0;padding: 0;}
.language ul,li{list-style: none;}
#box{    width: 0.5rem;
    /* height: 0.3rem; */
	text-align: center;
	line-height: 40px;
    /* padding-top: 0.1rem; */
	}
/* .list{width: 30px;height: 90px;display: none;} */
/* .list li{width: 30px;height: 30px;} */
.list .active{background: #17499D;color: #fff;}
.foot-r{
    width: 1.41rem;
    height: auto;
    border-top: 1px dotted #FFFFFF;
    float: left;
    margin-left: .55rem;
    margin-top: .6rem;
}
.foot-r ul{
    overflow: hidden;
}
.foot-r ul li{
    height: .6rem;
    width: 100%;
    font-size: .2rem;
    /* font-family: "PingFang Regular"; */
    font-weight: 400;
    color: #FFFFFF;
    line-height: .6rem;
    border-bottom: 1px dotted #FFFFFF;
}
.foot-r ul li a{
    color: #FFFFFF;
	font-size: .15rem;
}
.foot-r ul li a:hover{
    color: #dddddd;
}
.copyright{
    width: 100%;
    height: .8rem;
    text-align: center;
    font-size: .14rem;
    /* font-family: "PingFang Regular"; */
    font-weight: 400;
    color: #FFFFFF;
    line-height: .8rem;
    border-top: 1px solid #FFFFFF;
    margin-top: .5rem;
}
/* pagination */
.pagination{
	text-align: center;
}
.pagination li a{
	color:#A5ABBB ;
}
.pagination li span{
	color:#A5ABBB ;
}
.pagination li{
	   margin: .1rem .1rem;
	   /* float: left; */
	    height: 0.48rem;
		width: 0.48rem;
		border-radius: .48rem;
	    /* border-radius: 0.24rem; */
	    overflow: hidden;
	    border: 1px solid #E6E8ED;
	    font-size: .22rem;
	    line-height: .46rem;
		display: inline-block;
}
.first{
	width: 1rem !important;
}
.last{
	width: 1rem !important;
}
.pagination li.active{
	
	background-color: #062D7D;
	    color: #FFFFFF;
	   /* border: 1px solid #062D7D; */
}
.pagination li.active span{
	color: #fff;
}
/*当前位置*/
.position{
    width: 100%;
    height: .84rem;
    border-bottom: 1px solid #E6E8ED;
}
.position p{
    width:1200px;
    padding-left: 30px;
    height:.9rem;
    margin: auto;
    line-height: .9rem;
    font-size: 16px;
    /* font-family: "PingFang Regular"; */
    color: #999999;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: .2rem .24rem;
    background-image: url("../images/news_13.png");
    font-weight: 400;
}
.position p span,.position p a{
    color: #999999;
}
.position p a:hover{
    color: #062D7D;
}




/*分页*/
.paging{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.paging ul{
    width: 9.8rem;
    height: auto;
    margin: auto;
    overflow: hidden;
    text-align: center;
}
.paging ul li{
    margin: .86rem .12rem 1rem .12rem;
    float: left;
    height: .48rem;
    border-radius: .24rem;
    overflow: hidden;
    border: 1px solid #E6E8ED;
    font-size: .22rem;
    line-height: .48rem;
}
.paging ul li a{
    color: #A5ABBB;
}
.paging ul li span{
    color: #A5ABBB;
}
.paging ul .number{
    width: .48rem;
    color: #A5ABBB;
}
.paging ul li:hover{
    background-color: #062D7D;
    color: #FFFFFF;
    border: 1px solid #062D7D;
}
.paging ul li:hover a{
    color: #FFFFFF;
}
.paging ul li:hover span{
    color: #FFFFFF;
}
.paging ul .home,.paging ul .prev,.paging ul .next,.paging ul .last{
    padding: 0 .24rem;
}
.paging ul .on{
    background-color: #062D7D;
    color: #FFFFFF;
    border: 1px solid #062D7D;
}
.paging ul .on a{
    color: #FFFFFF;
}




.pro-acitve{
    background-color: #062D7D;
    border-right: 1px solid #062D7D;
}
.pro-acitve a{
    color: #FFFFFF;
}

.wap-nav,.gao1{display: none}




@media(max-width:1024px){
	.main_box{
		width: 100%;
		padding: 0 .5rem;
		margin-bottom: .2rem;
	}
    .pc-nav{display: none}
    .position{
        width: 100%;
        height: .84rem;
        border-bottom: 1px solid #E6E8ED;
    }
    .position p{
            width: 100%;
            font-size: .24rem;
            height: 0.9rem;
            line-height: .9rem;
            /* padding: 0 0.5rem; */
            padding-left: 0.8rem;
            background-position: 0.5rem;
    }


    /*分页*/
    .paging{
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .paging ul{
        width: 6.9rem;
        height: auto;
        margin: auto;
        overflow: hidden;
        text-align: center;
    }
    .paging ul li{
        margin: .5rem .06rem;
        height: .36rem;
        border-radius: .18rem;
        font-size: .22rem;
        line-height: .36rem;
    }
    .paging ul .number{
        width: .36rem;
    }

    .paging ul .home,.paging ul .prev,.paging ul .next,.paging ul .last{
        padding: 0 .1rem;
    }


    /*底部*/
    footer{
        width: 100%;
        padding-top: .3rem;
		margin-top: .3rem;
    }
  /*  .foot{
        width: 6.9rem;
    } */
    .foot-l{
        width: 72%;
            float: none;
    }
	.foot_right {
		width: 28%;
	}
    .foot-l-title{
        height: .6rem;
        font-size: .3rem;
        line-height: .6rem;
    }
    .foot-l-con{
        width: 100%;
        font-size: .24rem;
        line-height: .4rem;
    }
    .foot-center{
       width: 100%;
           margin-left: 0;
           margin-top: 0.6rem;
           /* float: right; */
          /* padding-top: 0.2rem; */
    }
    .foot-center ul{
        overflow: hidden;
            width: 75%;
            float: right;
    }
    .foot-center ul li{
        height: auto;
        font-size: .2rem;
        line-height: inherit;
		padding: .2rem 0;
    }

    .foot-r{
        width: 3.3rem;
        float: left;
        margin-left: 0;
        margin-top: .3rem;
    }
    .foot-r ul li{
        height: .5rem;
        width: 100%;
        font-size: .2rem;
        line-height: .5rem;
    }
    .copyright{
       /* width: 6.9rem; */
        height: auto;
        padding: .2rem .5rem;
        height: auto;
        font-size: .22rem;
        margin-top: .5rem;
        line-height: 1.5;
    }




    /*手机导航*/
    .gao1{height: 1rem;display: block}
    .wap-nav{
        width: 100%;
        height: 1rem;
        background: #FFFFFF;
        margin: auto;
        position: fixed;
        z-index: 10;
       left: 0;
	   top:0;
        padding: 0 .5rem;
		display: flex;
    }
    .logo{
      width: 2rem;
	  line-height: 1rem;
          /*height: .4rem;
        padding-top: .3rem;
        float: left; */
		padding-top: 0;
    }
    /* .logo img{
        width: 100%;
        height: 100%;
        display: block;
    } */


    .search{
       /* width: 2.6rem;
        height: .48rem; */
        background:#FFFFFF;
       /* border: 1px solid #E8ECF0;
        float: left; */
        box-sizing: border-box;
        margin-left: .7rem;
        margin-top: .26rem;
        border-radius: .24rem;
		border: none;
		width: 6%;
		height: 36px;
    }
    .search-text{
        /* width: 70%; */
        height:calc(.48rem - 2px);
        padding-left: .12rem;
        display: block;
        font-size: .18rem;
        /* font-family: "PingFang Regular"; */
        font-weight: 400;
        color: #A5ABBB;
        border: none;
        background: none;
        float: left;
    }
    .search-submit{
        width: 20%;
        height:calc(.48rem - 2px);
        float: right;
        border: none;
        background-image: url("../images/s.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: .26rem .26rem;
        background-color: #ffffff;
        display: block;
        font-size: 0;
        border-radius: .24rem;
    }
    #rightArrow{
        width: .5rem;
        height: .4rem;
        background-image: url("../images/nav_arrow.png");
        background-repeat: no-repeat;
        background-size: 1.08rem .40rem;
        background-position-x: 0%;
        background-position-y: 0%;
        z-index: 999999999;
        position: absolute;
        right: 1.55rem;
        top: .255rem;
    }
    #floatDivBoxs{
        width: 100%;
       /* height:-webkit-calc(100vh - .96rem);
        height:-moz-calc(100vh - .96rem); */
		height:-webkit-calc(100vh);
		 height:-moz-calc(100vh);
        height:calc(100vh );
        background: #fff;
        z-index: 20;
        position: fixed;
		top:0;
    }
    #floatDivBoxs ul{
       
    }
    #floatDivBoxs ul li{
        width: 100%;
        height: .86rem;
        border-bottom: 1px solid #e6e8ed;
        font-size: .36rem;
        color: #FFFFFF;
        line-height: .86rem;
        text-align: left;
		padding: 0 .2rem;
		position: relative;
    }
	 #floatDivBoxs ul li .menu_tan{
		 position: absolute;
		 width: 100%;
		 left: 0;
		 top:.7rem;
		 display: none;
		 background-color: #fff;
		 z-index: 10;
		 padding-left: .2rem;
		 z-index: 10;
	 }
    #floatDivBoxs ul li  a{
        color: #062d7d;
		font-size: .24rem;
		width: 100%;
		display: inline-block;
		color: #062d7d;
		padding-left: .2rem;
		/* border-bottom: 1px solid #e6e8ed; */
    }
	#floatDivBoxs ul li.active>a{
		width: 60%;   
	}
	#floatDivBoxs ul li.active{
		background: url(../images/index/down_arrow.png) no-repeat 90% center;
		background-size:.2rem ;
	}
	#floatDivBoxs ul li  .tan_menu a{
		border-bottom: 1px solid #e6e8ed;
	}
	.menu_top{
		padding: .3rem .2rem;
		border-bottom:1px solid #e6e8ed;
	}
	
}
@media(max-width:1024px){
	.language select{
		font-size: .2886rem;
	}
	.mobile_close{
		width: 0.4rem;
	}
	.mobile_logo{
		width: 2rem;
	}
	.language{
		line-height: 1rem;
	}
	.pc{
		display:none;
	}
	.pc.flex{
		display:none;
	}
	.mobile{
		display:block;
	}
	.mobile.flex{
		display:flex;
	}
	.language::before{
		width: 0.3rem;
	}
}
.myBtn {
  display: none;
  position: fixed;
  width: 26px;
  height: 62px;
  bottom: 100px;
  right: 5%;
  z-index: 99;
  border: none;
  background:url(/style/images/rocket.png) no-repeat 0 0;
  -webkit-transition: all 0.2s ease-in-out;
  outline: none;
  color: white;
  cursor: pointer;
}
.myBtn:hover{background:url(/style/images/rocket.png) no-repeat 0 -62px;}



