.home {
    display: flex;
    flex-direction: column;
    position: relative;
    min-width: 1200px;
    min-height: 100%;
    background-color: #fff;
    padding-bottom: 159px;
    box-sizing: border-box;
    text-align: left;
}

.home .main_header {
    position: relative;
    height: 440px;
    width: 100%;
    background: #fff url("../Images/homeBanner.png") center center no-repeat;
    background-size: 100% 100%;
}

.home .main_header .header_info {
    margin-top: 70px;
}

.home .main_header .header_info .logo {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    margin-right: 16px;
    margin-left: 40px;
}

.home .main_header .header_info .title {
    display: flex;
    justify-content: center;
    align-items: center;
    /*display: inline-block;*/
    vertical-align: top;
    vertical-align: bottom;
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
}

.home .main_header .header_info .title>div {
    margin-top: 4px;
    font-size: 20px;
    font-weight: 400;
}

.home .main_header .header_info .route {
    vertical-align: top;
    text-align: center;
    margin-top: 45px;
}

.home .main_header .header_info .route .route_item,
.home .main_header .header_info .route .login,
.home .main_header .header_info .route .register {
    display: inline-block;
    font-size: 20px;
    padding: 8px;
    margin-right: 24px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.home .main_header .header_info .route .route_item:hover,
.home .main_header .header_info .route .login:hover,
.home .main_header .header_info .route .register:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.home .main_header .header_info .route .route_active {
    border-bottom: 4px solid #ffffff;
}

.home .main_header .header_info .route .login,
.home .main_header .header_info .route .register {
    width: 100px;
    border-radius: 20px;
    background-color: #467df7;
    margin-left: 20px;
}

.home .main_header .header_info .route .register {
    margin-left: 0;
    background-color: transparent;
    border: 1px solid #ffffff;
}

.home .main_header .header_info .route .userInfo {
    display: inline-block;
}

.home .main_header .header_info .route .userInfo img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 8px;
}

.home .main_header .header_info .route .userInfo .el-dropdown-link {
    cursor: pointer;
    color: #409EFF;
}

.home .main_header .header_info .route .userInfo .el-icon-arrow-down {
    font-size: 12px;
}

.home .main_header .header_info .route .userInfo .el-dropdown-link {
    cursor: pointer;
    color: #fff;
    font-size: 18px;
}

.home .main_header .header_info .route .userInfo .el-icon-arrow-down {
    font-size: 12px;
}

.home .main_header .header_info .bannar_title {
    text-align: center;
    font-size: 50px;
    margin-top: 42px;
    color: #FFFFFF;
}

.home .main_header .header_info .code {
    text-align: center;
    margin-top: 36px;
    font-size: 24px;
    line-height: 36px;
}

.home .main_header .header_info .code .img {
    width: 120px;
    height: 120px;
    box-sizing: border-box;
    margin: 0 auto;
}

.home .main_header .header_info .code .img img {
    width: 100%;
    height: 100%;
}

.home .main_header .header_info .search {
    position: absolute;
    left: 50%;
    bottom: -100px;
    transform: translateX(-50%);
    width: 1200px;
    height: 200px;
    box-shadow: 0 0 6px #D1D1D1;
    border-radius: 10px;
    background-color: #fff;
    padding: 30px 100px;
    box-sizing: border-box;
}

.home .main_header .header_info .search .search_item {
    position: relative;
    display: inline-block;
    font-size: 20px;
    padding: 10px;
    margin-right: 12px;
    cursor: pointer;
    margin-bottom: 10px;
}

.home .main_header .header_info .search .search_active {
    color: #467df7;
}

.home .main_header .header_info .search .search_active::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 14px 10px;
    border-color: transparent transparent #f6f6f6 transparent;
    z-index: 99;
}

.home .main_header .header_info .search .search_active::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 16px 12px;
    border-color: transparent transparent #e6e6e6 transparent;
}

.home .main_header .header_info .search /deep/ .el-input__inner {
    background-color: #f6f6f6;
    border-color: #e6e6e6;
    height: 60px;
    line-height: 60px;
}

.home .main_header .header_info .search /deep/ .el-input__inner:hover {
    border-color: #e6e6e6;
}

.home .main_header .header_info .search /deep/ .el-input__inner:focus {
    border-color: #e6e6e6;
}

.home .main_header .header_info .search .recommend {
    font-size: 14px;
    height: 54px;
    line-height: 54px;
    color: #a9a4a4;
}

.home .main_header .header_info .search .recommend span {
    color: #333333;
    cursor: pointer;
}

.home .main_header .header_info .search .map {
    position: absolute;
    top: 30px;
    right: 100px;
    height: 36px;
    line-height: 36px;
    font-size: 20px;
    color: #333333;
    cursor: pointer;
}

.home .header {
    position: relative;
    /*height: 100px;*/
    width: 1200px;
    margin: 0 auto;
    text-align: left;
}

.home .header .logo {
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
    margin-right: 16px;
}

.home .header .title {
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: bottom;
    font-size: 26px;
    font-weight: bold;
    /* background-image: linear-gradient(#2C81EE); */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2C81EE));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #549ef1;
}

.home .header .title>div {
    font-size: 20px;
    font-weight: 400;
    margin-top: 2px;
}

.home .header .search {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    width: 500px;
    margin-left: 120px;
}

.home .header .search .search_select {
    width: 25% !important;
    margin-right: 6px;
}

.home .header .search .search_input {
    width: 70% !important;
}

.home .header .search /deep/ input {
    border: 2px solid #F7931A;
}

.home .header .search .search_btn {
    margin-left: 5px;
    width: 64px;
    line-height: 40px;
    color: #FFF;
    text-align: center;
    background-color: #F7931A;
    padding: 0 10px;
    /*background: #F7931A url('../assets/img/share/searchIcon.png') center center no-repeat;*/
    cursor: pointer;
}

.home .header .map {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 48px;
    width: 130px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    font-size: 12px;
    color: #A9A9A9;
    background: #fff url("../assets/img/share/mapIcon.png") 25px center no-repeat;
    text-indent: 52px;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 40px;
}

.home .header .main_right {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 48px;
    right: 30px;
    top: 40px;
}

.home .header .main_right .el-button {
    font-size: 16px;
    padding: 9px 18px;
}

.home .nav {
    width: 100%;
    line-height: 49px;
    background-color: #288BDE;
}

.home .nav .nav_wrap {
    width: 1200px;
    margin: 0 auto;
    text-align: left;
}

.home .nav .nav_wrap .nav_item {
    display: inline-block;
    width: 133px;
    height: 49.99px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.home .nav .nav_wrap .nav_item:hover {
    background-color: #51B0F3;
}

.home .nav .nav_wrap .changeStyle {
    background-color: #51B0F3;
}

.home .nav .nav_wrap .router-link-exact-active {
    background-color: #51B0F3;
}

.home .content {
    flex: 1;
    display: flex;
    width: 1200px;
    margin: 0 auto;
}

.home .footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.home .footer .link {
    height: 40px;
    line-height: 40px;
    background-color: #fff;
}

.home .footer .footer_info {
    height: 159px;
    width: 100%;
    font-size: 12px;
    line-height: 32px;
    color: #fff;
    padding-top: 32px;
    box-sizing: border-box;
    background: url("../Images/footerBg.png") 0 0 no-repeat;
}

	 table.altrowstable {
            font-family: verdana,arial,sans-serif;
            font-size:14px;
            color:#333333;
            border-width: 1px;
           
            border-collapse: collapse;
        }
        table.altrowstable th {
            border-width: 1px;
            padding: 8px;
            border-style: solid;
            
        }
        table.altrowstable td {
            border-width: 1px;
            padding: 8px;
            border-style: solid;
            
        }
        .oddrowcolor{
            background-color:#d4e3e5;
        }
        .evenrowcolor{
            background-color:#c3dde0;
        }
	