@font-face{
  font-family: 'p';
  src : url('../fonts/Poppins-Regular.ttf');
}
@font-face{
  font-family: 'pb';
  src : url('../fonts/Poppins-Bold.ttf');
}
@font-face{
  font-family: 'bar';
  src : url('../fonts/BarlowCondensed-SemiBold.ttf');
}
h1 h2 h3 h4 h5 h6{
  font-family: pb;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .pc{
      display: none;
  }
}
.yd{
    display: none;
}
.pc{
    display: block;
}
@media only screen and (min-width: 769px) {
  .yd{
      display: none;
  }
}
*{
  margin: 0;
  padding: 0;
}
a{
  text-decoration: none;
}
li{
  list-style: none;
}
.pc_header{
  width: 100%;
  height: 1.49rem;
  background: url(../img/menu_top.jpg) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  /* position: fixed; */
  top: 0rem;
  left: 0rem;
  z-index: 999999999;
}
.pc_headercenter{
  width: 15rem;
  height: 1.49rem;
  margin: 0 auto;
  position: relative;
}
.pc_headercenter_logo{
  width: 2.2rem;
  height: 0.7rem;
  background: url(../img/pclogo.png) no-repeat;
  background-size: 100% 100%;
  float: left;
  margin-top: 0.4rem;
}
.pc_header_list{
  width: 9.1rem;
  height: 0.6rem;
  float: right;
  position: absolute;
  margin-right: 0rem;
  margin-top: 0.9rem;
  right: 0rem;
}
.pc_header_list ul{
  width: 100%;
  height: 100%;
  display: flex;
  /* margin-top: 0.3rem; */
  justify-content:space-around;
  margin-bottom: 0.3;
}
.pc_header_list li{
  width: 1.8rem;
  font-size: 0.18rem;
  color: #000;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  text-align: center;
  font-weight: 400;
  line-height: 0.6rem;
  color: #fff;
}
.pc_header_list li a{
  width: 2.8rem;
  font-size: 0.18rem;
  color: #fff;
  font-family: 'p';
  font-weight: 400;
  line-height: 0.6rem;
  color: #fff;
}
.pc_headercenter_button{
  width: auto;
  height: 0.4rem;
  background: transparent;
  border-radius: 0.4rem;
  float: right;
  font-size: 0.18rem;
  border: 0.01rem solid #e0ebf3;
  color: #0159a0;
  font-weight: 600;
  /* border: none; */
  padding-left: 0.2rem;
  font-family: pb;
  line-height: 0.4rem;
  margin-top: 0.3rem;
  padding-right: 0.2rem; border-radius: 0.5rem !important;
}
.pc_headercenter_button img{
  width: 0.19rem;
  height: 0.19rem;
  float: left;
  margin-top: 0.118rem;
  margin-right: 0.1rem;
}
.pc_header_list ul li a:hover{
  font-family: p !important;
  color: #e0ebf3;
  font-weight: 400;
	text-decoration:none !important;
	
}
html,
body {
position: relative;
height: 100%;
}

body {/* background: #eee; */font-family: Helvetica Neue, Helvetica, Arial, sans-serif;font-size: 14px;color: #000;margin: 0;padding: 0;}
.pc_button_div{
  width: auto;
  height: auto;
  float: right;
  margin-top: 0rem;
}
.pc_headercenter_button:nth-of-type(2){
  margin-right: 0.1rem;
}

.pc{
  display: block;
}
.yd{
  display: none;
}
.biaos {
    /*display: none;*/
    /* display: none; */
    position: fixed;
    width: 50% !important;
    top: 10%;
    margin-left: 0% !important;
    left: 25% !important;
    background: #fff;
    box-shadow: 0px 0px 6px #ccc;
    z-index: 9999999;
    padding: 50px 0;
}

.biaos .infor .tit {
    text-align: center;
    font-size: 40px;
    color: #262626;
    margin-top: 2%;
    line-height: 40px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'pb';
}

.biaos .infor .con {
    text-align: center;
    font-size: 16px;
    color: #777;
    line-height: 22px;
    margin-bottom: 15px;
}

.biaos .row {
    width: 85%;
    margin-left: 7.5%;
    transition: .2s width ease;
    *: ; zoom: 1; }

.biaos .btm_box {
    text-align: center;
    margin-top: 2%;
    margin-bottom: 2%;
}

.biaos .btns_list {
    margin: 0 auto;
    display: block;
    float: none;
}

.biaos .green {
    background-color: #024b96 !important;
    width: 47.7%;
    height: 50px;
    line-height: 50px;
    border: none;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    padding: 0;
}

.biaos .form input {
    border: 1px solid #aaa;
    font-size: 16px;
    color: #d2d2d2;
}

.biaos .line1 {
    height: 50px;
    line-height: 50px;
    width: 98.5%;
    margin-bottom: 20px;
    text-indent: 15px;
}

.kuangs {
    width: 100%;
    background: rgba(0, 0, 0, 0.65);
    height: 100%;
    display: block;
    position: fixed;
    display: none;
    z-index: 9999999999999;
    top: 0rem;
}

.close_btn {
    width: 33px;
    height: 33px;
    border-radius: 33px;
    text-align: center;
    line-height: 33px;
    font-weight: 600;
    color: #fff;
    background: #000;
    border: 2px solid #fff;
    position: absolute;
    top: -11.5px;
    right: -11.5px;
    cursor: pointer;
}
    .ddts{
        position: relative;
    }
    .dropdown_menus{
        font-size: 0.22rem;
        background: #0364b2;
        position: fixed;
        top: 1.47rem;
        display: none;
        z-index: 999;
        left: 0rem;
        padding-top: 0.4rem;
        width: 19.2rem;
        z-index: 999999999999999999 !important;
        padding-bottom: 0.2rem;
        /* box-shadow: 0px 6px 6px #0159a0; */
    }
    .greentopyt .dropdown_menus{
        display: block !important;
    }
    
    .dropdown_menus a{
        display: block;
    }
    .dropdown_menus a:hover{
        border-bottom: 0rem !important;
        text-decoration: underline !important;
        text-underline-offset: 0.2rem !important;
    }
.dropdown_menus  a{
  font-size:0.16rem !important;
}
     @media screen and (max-width: 750px) {
         .ptyd{
    bottom: 14% !Important;
}
     .cusimg{
        width: 5rem !important;
    }
    .cookies{
        display: none !important;
    }
    .cookies_m{
    width: 100%;
    height: auto;
    background: #000;
    margin: 0 auto;
    position: fixed;
    bottom: 0rem;
    color: #ffffff;
    font-size: 12px;
    height: 4.5rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    line-height: 20px;
    /*box-shadow: 0px 0px 6px #ddd;*/
    z-index: 99999999999;
    }
        .cjs{
    display: none !important;
}
.cookiestitle{
        width: auto;
        height: auto;
        font-size: 12px;
        color: #ffffff;
        border: 0.01rem solid #7d7b7b;
        display: inline-block;
        margin-top: 0.2rem;
        background: #7d7b7b;
        padding: 5px 10px;
        border-radius: 20px;
        margin-left: 10px;
        float: right;
        margin-right: 0.5rem;
        position: relative;
        top: -20px;
}
.guding{
 bottom: 2.51rem !important;   
}

 }
 
    @media screen and (min-width:769px) and (max-device-width:1920px){
        .cookies_m{
            display: none !important;
        }
        .cookies{
            display: block !important;
        }
           .cookies{
    width: 100%;
    height: auto;
    position: fixed;
    padding-top: 0.3rem;
    padding-bottom: 0.1rem;
    bottom: 0rem;
    background: #fff;
        box-shadow: 0px 0px 4px #ccc;
    z-index: 99999;
}
.cookiebox{
    font-size: 14px;
    line-height: 22px;
    color: #666;
    text-align: left;
    padding-right: 0.45rem;
    width: 75%;
    height: auto;
    display: table;
    margin: 0 auto;
    border-right: 0.01rem solid #ccc;
    float: left;
    margin-left: 6%;
    /* margin-left: 1.5rem; */
}
.cookiestitle{
	    width: 144px;
	    height: 37px;
	    line-height: 37px;
	    text-align: center;
	    border-radius: 37px;
	    background: #cccccc;
	    color: #fff;
	    font-size: 16px;
	    float: left;
	    margin-left: 1%;
	    margin-top: 1%;
	    cursor: pointer;
	    transition: 0.4s;
	    
}
.cookiestitle:hover{
	background: #000033 !important;
	transition: 0.4s;
}
.cookiescenter{
	width: 95%;
	height: auto;
	margin: 0 auto;
}
.cjs{
    display: none !Important;
}
    }