button,
input {
    /*取消轮廓线 蓝色的*/
    outline: none;
}

li {
    list-style: none;
}

.header {
    width: 1200px;
    margin: auto;
}

.topBoxShadow {
    position: relative;
    width: 1920px;
    height: 90px;
    background: #a81e32;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.10);
}

.header .logo {
    /*float: left;*/
    width: 50%;
    display: inline-block;
    padding-top: 18px;
}

.logoTitle1 h1 a {
    width: 182px;
    height: 34px;
    font-size: 34px;
    font-family: SourceHanSerifCN, SourceHanSerifCN-Bold;
    font-weight: 700;
    text-align: left;
    color: #fff;
    letter-spacing: 3.4px;
}

.logoTitle2 {
    margin-top: -16px;
}

.logoTitle2 a {
    width: 177px;
    height: 9px;
    font-size: 13px;
    font-family: Arial, Arial-Regular;
    font-weight: 400;
    text-align: left;
    color: #153858;
    padding-top: 0px;
}

.header .search {
    /*width: 50%;*/
    display: inline-block;
    /*position: absolute;*/
    top: 25px;
    left: 348px;
    float: right;
    padding-top: 30px;
    /*position: relative;*/
}

.header .text {
    width: 224px;
    height: 32px;
    background: #f0f0f0;
    border-radius: 16px;
    box-shadow: 2.12px 2.12px 3px 0px #bcc0d0 inset;
    border: none;
}

input::-webkit-input-placeholder {
    /* placeholder颜色  */
    /*color: #aab2bd;*/
    /* placeholder字体大小  */
    font-size: 14px;
    /* placeholder位置  */
    text-align: left;
}

.header .search ul li a {
    width: 31px;
    height: 15px;
    font-size: 16px;
    font-family: PingFang, PingFang-SC-Medium;
    font-weight: normal;
    text-align: right;
    color: #fff;
    padding: 8px;
}

.btn {
    width: 18px;
    height: 20px;
    background: url(../images/header/search.png) no-repeat;
    float: left;
    margin-left: -40px;
    margin-top: 6px;
    position: absolute;
    /*z-index: 10;*/
    /*left: 30px;*/
}

.nav {
    height: 50px;
    width: 100%;
    background: #ffffff;
}

.navitems {
    /*margin-left: 10px;*/
    /*width: 960px;*/
    height: 50px;
    margin: auto;
}

.navitems ul {
    overflow: hidden;
    padding-left: 0px;
}

.navitems li {
    float: left;
    width: 171px;
    height: 50px;
    font-size: 18px;
    text-align: center;
    font-family: PingFang, PingFang-SC-Medium;
    line-height: 50px;
}

.navitems ul li a {
    display: block;
    background-color: rgba(52, 203, 131, 0.00);
    text-decoration: none;
    font-size: 18px;
    font-family: PingFang, PingFang-SC-Medium;
    font-weight: 550;
    text-align: center;
    color: #153858;
}

.navitems ul li a:hover {
    background-color: #a81e32;
    color: #fff;
    font-weight: bold;
}

.navitems ul li a.active {
    background-color: #a81e32;
    color: #fff;
    font-weight: bold;
}

.publicHeader2 {
    background: url(../images/header/TopLongBar.png);
    width: 1920px;
    height: 70px;
	margin-top: 140px;
}

.publicHeader2 .publicHeader2_title {
    width: 75%;
    height: 29px;
    font-size: 30px;
    font-family: SourceHanSerifCN, SourceHanSerifCN-Bold;
    font-weight: 700;
    text-align: right;
    color: #ffffff;
    padding-top: 12px;
}

.nav2 {
    width: 1920px;
    height: 100px;
    background: #ffffff;
    box-shadow: 3.99px 3.01px 19px 0px #bcc0d0;
}

.nav2 p {
    /*width: 100%;*/
    /*height: 18px;*/
    /*font-size: 18px;*/
    /*font-family: PingFang, PingFang-SC-Bold;*/
    /*font-weight: normal;*/
    /*text-align: left;*/
    /*color: #767676;*/
    /*padding-left: 13%;*/
    /*padding-top: 2%;*/
}

.nav2 .nav2_right ul {
    overflow: hidden;
    padding-right: 24%;
    float: right;
}

.nav2 .nav2_right li {
    float: left;
    width: 130px;
    height: 100px;
    font-size: 18px;
    text-align: center;
    font-family: PingFang, PingFang-SC-Bold;
    line-height: 105px;
    /*border-bottom: #a81e32 solid 4px;*/
}

.nav2_select {
    border-bottom: #a81e32 solid 4px;
}

.nav2 .nav2_right ul li a {
    display: block;
    background-color: rgba(52, 203, 131, 0.00);
    text-decoration: none;
    font-size: 18px;
    font-family: PingFang, PingFang-SC-Bold;
    font-weight: 550;
    text-align: center;
    color: #767676;
}

.nav2_location {
    padding-top: 2%;
    padding-left: 10%;
}

.nav2_location a {
    color: #767676;
    text-decoration: none;
}

.dreamer-location {
    display: flex;
    /*margin-top: 30px;*/
}

.dreamer-location li:before {
    content: '>';
    margin: 0 13px;
    color: #767676;
}

.dreamer-location li:first-child:before {
    content: '';
    margin: 0;
}
*, ::after, ::before {
    box-sizing: content-box;
}
.list_home a{
	text-decoration: none;
}