﻿.content{

}
ul,li{
    list-style:none;
    margin:0;
    padding:0;
}
.content .header{
    height:80px;
    position:relative;
}

.content .header .logo{
    width:75px;
    height:48px;
    position:absolute;
    left:272px;
    top:16px;
}

.ant-menu {
    font-size: 18px;
}

.ant-menu-item {
    width: 35px;
    padding: 0;
}
.ant-menu::before, .ant-menu::after {
    content: unset;
}
.ant-menu.ant-menu-horizontal {
    position: absolute;
    right: 240px;
    height: 54px;
    line-height: 54px;
    top: 21px;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    z-index: 1;
    width:489px;
    display:flex;
    justify-content:space-between;
}

.footer {
    height: 160px;
    background: #8C9AA4;
    padding:40px 0;
    display: flex;
    justify-content: space-between;
    color:#fff;
    font-size:14px;
}
.footer .contact{
    display: flex;
    justify-content: space-between;
    width: 600px;
}
.footer .contact>span{
    height: 19px;
    line-height: 19px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer .contact>span>img{
    margin-right: 5px;
}

.footer .wechat{
    text-align: center;
    margin-top: -3px;
}

.footer .wechat>img{
    width: 72px;
    margin-left: 13px;
    margin-bottom:10px;
    display: block;
}
.ant-menu-horizontal > .ant-menu-item-selected > a,
.ant-menu-horizontal > .ant-menu-item > a:hover {
    color: #0063AB;
}
.ant-menu-horizontal > .ant-menu-item:hover, .ant-menu-horizontal > .ant-menu-submenu:hover, .ant-menu-horizontal > .ant-menu-item-active, .ant-menu-horizontal > .ant-menu-submenu-active, .ant-menu-horizontal > .ant-menu-item-open, .ant-menu-horizontal > .ant-menu-submenu-open, .ant-menu-horizontal > .ant-menu-item-selected, .ant-menu-horizontal > .ant-menu-submenu-selected {
    color: #0063AB;
    border-bottom: 3px solid #0063AB;
}

.PageOne {
    background-image: url('../images/survey.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 432px;
    padding-top: 222px;
    margin-top: -4px;
}

.PageOne .item1{
    font-size: 64px !important;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 32px;
    /*position: absolute;
    top: 95px;
    left: 882px;*/
}
.PageOne .item2{
    font-size: 60px !important;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 32px;
    /*position: absolute;
    top: 219px;
    left: 521px;*/
}
.PageOne .item3{
    font-size: 54px !important;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 32px;
    /*position: absolute;
    top: 297px;
    left: 709px;*/
}
.PageOne .item4{
    font-size: 70px !important;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 32px;
    /*top: 252px;
    left: 1028px;
    position: absolute;*/
}
.PageTwo{
    height:735px;
}

.PageTwo .main{
    width:1200px;
    margin:0 auto;
    padding-top:62px;
}

.ant-tabs .ant-tabs-left-bar {
    width: 210px;
    /* height: 360px; */
    background: #FFFFFF;
    box-shadow: 0px 3px 16px 0px #E8E8E8;
    margin-bottom: 20px;
    border-right: 0;
    margin-left:5px;
}

.ant-tabs-tab {
    height: 71px !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 71px !important;
    text-align: center !important;
    font-size: 18px;
    border-bottom: #ededed 1px solid;
    font-size: 18px;
    font-weight: 400;
}
.ant-tabs-tab:last-child{
    border-bottom:none;
}

.ant-tabs-ink-bar {
    background-color: #fff !important;
    border:0;
}

.ant-tabs-nav .ant-tabs-tab-active {
    border-left: 4px solid #0063AB;
    color: #0063AB !important;
}
.ant-tabs-tab:hover {
    color: #0063AB !important;
}

.ant-tabs .ant-tabs-left-bar .ant-tabs-tab:hover {
    border-left: 4px solid #0063AB;
}

.ant-tabs-tabpane {
    width: 929px;
    margin-top: 28px;
    margin-left: 40px;
}
.ant-tabs{
    padding-top:10px;
}
.details {
    font-size: 16px;
    font-weight: 400;
    color: #111111;
    line-height: 32px;
    margin-bottom:16px;
}

.ant-tabs .ant-tabs-left-content, .ant-tabs .ant-tabs-right-content{
    border-left:0 !important;
}