*{
    padding: 0;
    margin: 0;
    font-family:Microsoft YaHei;
    text-decoration: none;
}
body{
    min-width: 1200px;
}
a{
    text-decoration: none;
    color: #333;
}
.fl{
    float: left;
}
.fr{
    float: right;
}

p{
    color: #333;
}

.topNav{
    max-width: 1920px;
    height: 80px;
    margin: 0 auto;
    line-height: 80px;

}
.logo{
    float: left;
    width: 280px;
    margin: 20px 0 0 50px;
   
}
.num{
    float: right;
    margin-right: 50px;
    font-weight: bold;
}

.container{
    max-width: 1920px;
    height: auto;
    margin: 0 auto;
}
.item_top{  
    max-width: 1920px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    line-height: 80px;
}
.item_top p{
    font-weight: bold;
}
.topL{
  width: 130px;
  height: 80px;
  margin-left: 50px;
   
}
.topL img{
    width: 100%;
    
}
.topR{
    width: 130px;
    height: 80px;
    margin-right: 50px;
   
     
  }
  .topR img{
      width: 100%;
      margin-top: 15px;
  }

.clear{
    clear: both;
}
.item_banner{
    max-width: 1920px;
    margin: 0 auto;
    
}
.item_banner img{
    display: block;
    margin: 0 auto;
    width: 100%;

}
.item_yy{
    max-width: 1920px;
    margin: 0 auto;
    background: url(images/blue.jpg) top center no-repeat;
    background-size: 100%;
    padding: 50px 0;
}
.item_yy_p{
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 3px;
}
.item_yy_box{
    margin: 50px auto 0;
    width: 1100px;
    height: 40px;
}
.item_yy_box input{
    width: 140px;
    height: 40px;
    border: none;
    margin-left: 20px;
}
.item_yy_box_slct{
    width: 140px;
    height: 40px;
    border: none;
    margin-left: 20px;
}
.yy_yz{
    width: 80px !important;
    margin-left: 0 !important;
}
.item_yy_box_submit{
   max-width: 1100px;
   height: 50px;
   margin: 50px auto 0;
   display: flex;
   justify-content: space-around;
}
.item_yy_box_submit input{
    width: 200px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: rgb(37, 219, 210);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
}
.item_gh{
    max-width: 1920px;
    margin: 0 auto;
}
.item_title{
    text-align: center;
    margin-top: 50px;
}
.item_gh_box{
    width: 1100px;
    margin: 50px auto;
    display: flex;
    justify-content: space-around;
}
.item_gh_box_div{
    width: 330px;
}
.item_gh_box_div_title{
    width: 210px;
    margin: 0 auto;
}
.item_gh_box_div_title p{
    float: left;
    font-size: 40px;
    font-weight: bold;
    color: #1854d3;
}
.item_gh_box_div_title span{
    float: right;
    font-size: 22px;
    color: #1854d3;
    margin-top: 5px;
    font-weight: bold;
}
.item_gh_box_div_img{
    text-align: center;
    margin: 15px auto 0;
}
.item_gh_box_div_con{
    width: 330px;
    height: 120px;
    background:-webkit-linear-gradient(left,#fbc5ba,#fcf8f7);/* Safari 5.1 - 6.0 */
	background:-o-linear-gradient(right,#fbc5ba,#fcf8f7);/* Opera 11.1 - 12.0 */
	background:-moz-linear-gradient(right,#fbc5ba,#fcf8f7);/* Firefox 3.6 - 15 */
	background:linear-gradient(to right,#fbc5ba,#fcf8f7);/* 标准*/
    border-radius: 100px 0 0 100px;
    overflow: hidden;
    margin: 25px auto;
}
.item_gh_box_div_con p{
    margin-left: 60px;
    font-size: 22px;
    color: #2a315e;
    margin-top: 20px;
}
.item_gh_box_div_title3{
    width:250px;
}
.item_gh_one{
    width: 1100px;
    height: 60px;
    margin: 25px auto;
    background:-webkit-linear-gradient(left,#ffe8e5,#ffd0c9);/* Safari 5.1 - 6.0 */
	background:-o-linear-gradient(right,#ffe8e5,#ffd0c9);/* Opera 11.1 - 12.0 */
	background:-moz-linear-gradient(right,#ffe8e5,#ffd0c9);/* Firefox 3.6 - 15 */
	background:linear-gradient(to right,#ffe8e5,#ffd0c9);/* 标准*/
    display: flex;
    justify-content: start;
    flex-wrap: nowrap;
    align-items: center;
    overflow: hidden;

}
.item_gh_one img{
    width: 35px;
    margin-left: 270px;
}
.item_gh_one p{
    color: #df3d2e;   
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 3px;
    margin-left: 15px;
}
.item_smrq{
    width: 1100px;
    margin: 50px auto;
    position: relative;
}
.item_smrq_bg{
   width: 100%;
}
.qrcode{
    position: absolute;
    width: 220px;
    z-index: 9;
    top: 20%;
    right: 10%;

}
.item_qz{
    width: 1100px;
    margin: 0 auto;
}
.item_qz_title{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
    color: #2a315e;

}
.item_qz_title_span{
    color: #df3d2e;
}
.item_qz_box{
    width: 100%;
    margin: 50px auto;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    
}
.item_qz_box_div{
    width: 200px;
    height: 50px;
    border: 1px solid rgba(212, 212, 212, 0.979);
    margin:15px 0 0 15px;
    display: flex;
    justify-content: start;
    align-items: center;

}
.item_qz_box_div img{
    width: 40px;
    margin-left: 25px;
}
.item_qz_box_div p{
    margin-left: 15px;
}
.item_bottom{
    max-width: 1920px;
    margin: 0 auto;
}
.item_bottom img{
    width: 100%;
}