/* ====================头部======================= */

.header {
    width: 1500px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.header .header_L {
    display: flex;
    align-items: center;
}

.header .header_L1 {
    margin-left: 15px;
}

.header .header_L img {
    width: 87px;
    height: 85px;
}

.header .header_L1 h1 {
    font-size: 32px;
    color: #007eff;
    font-weight: 700;
}

.header .header_L1 p {
    font-size: 15px;
    color: #333333;
}

.header .header_R ul li {
    float: left;
    margin-left: 44px;
    line-height: 83px;
    cursor: pointer;
}

.header .header_R ul li a {
    display: block;
    font-size: 18px;
    color: #333333;
}

.header .header_R ul li:hover {
    border-bottom: 2px solid #0077f0;
}
.header .header_R ul li:hover a {
   color:#0077f0;
}
.ys{
    color:#0077f0;
}
.hx{
    
    border-bottom: 2px solid #0077f0;  
}

/* ==============底部============= */

.footer {
    margin-top: 45px;
    width: 100%;
    background-color: #0070e3;
}

.footer2 {
    width: 1200px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.08);
}

.footer1 {
    padding-top: 36px;
    display: flex;
    justify-content: center;
    padding-bottom: 36px;
}

.footer1 ul li {
    float: left;
    margin-right: 70px;
    text-align: center;
}

.footer1 ul li a:hover {
    border-bottom: 2px solid #ff5700;
}

.footer1 ul li:nth-child(8) {
    margin-right: 0;
}

.footer1 ul li a {
    font-size: 16px;
    color: #ffffff;
}

.footer3 {
    margin-top: 36px;
    padding-bottom: 50px;
}
.footer3 a{
    color: #ececec;
}
.footer3 p {
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #ececec;
}

/* ---------------------手机头部------------------ */
.header1 .phlogo {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: flex;
    background-color: #ffffff;
    align-items: center;
    justify-content: space-between;
}
.header1 .phlog01 {
    margin-top: 0.2rem;
    margin-left: 0.2rem;
    margin-bottom: 0.2rem;
    width: 3.5rem;
}
.header1 .phlog01 img {
    width: 100%;
}

.header1 .phlogo02 {
    margin-top: 0.2rem;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    width: 0.5rem;
    height: 0.5rem;
}
.header1 .phlogo02 img {
    width: 100%;
}
.open{
    display: block;
}
.close {
    display: none;
}
.navlist {
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    left: 0;
    top: 1.18rem;
    z-index: 999;
    overflow-y: scroll;
}

.mobilenavactive p[class=title] {
    color: #1d4dbc !important;
}

.list {
    width: 100%;
}

.list ul {
    list-style: none;
}

.list>ul>li {
    width: 100%;
    border-bottom: 1px solid #ddd;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    position: relative;
}

.list>ul>li p[class=title] {
    width: 100%;
    text-align: center;
    background: #fff;
    height: 1.5rem;
    line-height: 1.5rem;
    padding: 0;
    border: none;
    position: relative;
    font-size: 0.35rem;
}

.list>ul>li p[class=title]>span {
    position: absolute;
    right: 10%;
}

.list-se {
    overflow: hidden;
    /* display: none; */
}

.list-se>p {
    background: #fff !important;
    color: #333;
}

.list-se>li {
    position: relative;
    right:0;
    -webkit-transition: right .5s;
    -moz-transition: right .5s;
    -o-transition: right .5s;
    transition: right .5s;
    border-bottom: 1px solid #ddd;
}

.list-se>li:nth-last-of-type(1) {
    border-bottom: none !important;
}

.list-se>li>p {
    background: #f5f5f5;
    color: #333;
    height: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1rem;
    -webkit-transition: border .5s;
    transition: border .5s;
    -webkit-transition: background .3s;
    transition: background .3s;
    font-size: 0.2rem;
    text-align: center;
}

.list-se>li>p:hover {
    border-color: #fff;
    background: #062e8a;
    color: #fff;
}

.downs{
    position: absolute;
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 5px solid #1d4dbc ;
    margin-left: 10px;
    vertical-align: text-bottom;
    top: 0.7rem;
    right: 0.5rem;
}
.ups {
    position: absolute;
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom: 5px solid #1d4dbc ;
    margin-left: 10px;
    vertical-align: text-top;
    top: 0.7rem;
    right: 0.5rem;
}
.navlist .list ul li:nth-of-type(1) span{
  display: none !important;
}
	
.header .logoSearch {
    width: 1300px;
    margin: 0 auto;
    margin-top: -18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    height: 140px;
}

.header .search {
    width: 280px;
    position: relative;
    padding-top: 10px;
}

.header .search input {
    width: 285px;
    height: 46px;
    border: solid 3px #ffffff;
    background-color: transparent;
    font-size: 14px;
    padding-left: 20px;
    border-radius: 20px;
    opacity: 0.67;
    color: #ffffff;
}
/* -------------------------手机底部--------------------- */
.footertab{
    margin-top: 10rem;
    width:100%;
    height:1.2rem;
    position:fixed;
    background-color: #1b659c;
    left:0;
    bottom:0;
}
.footertab ul li{
    float:left;
    color:#fff;
    width:25%;
    text-align: center;
    margin-top: 0.2rem;
}
.footertab ul li span{
    display: inline-block;
    width:100%;
}
.footertab ul li span.imgIcon{
    width:0.5rem;
    height:0.5rem;
    /* margin-top:6rem; */
}
.footertab ul li span.imgIcon img{
    width:100%;
    height:100%;
}
.wenworld {
    margin-top: 0.05rem;
}