* {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    vertical-align: top;
}

.title {
    margin-left: calc(50% - 600px);
}

.bottom,
.details_box,
.header_img>img {
    min-width: 1200px;
    width: 100%;
}

.content,
.head_text>div {
    width: 1200px;
    margin: 0 auto;
}

/* 头部 */



.head_tab {
    display: flex;
    justify-content: space-between;
    margin: 0 70px;
}



.head_text>div {
    color: #fff;
    padding: 5px 0;
    background: #333333;
}

.head_img {
    min-width: 1200px;
}



.logo {
    height: 60px;
    padding: 10px 0;
}

.li_background {
    z-index: 10;
    position: absolute;
    left: 184px;
    width: 92px;
    height: 80px;
    background: #fc8f00;
    transform: skewY(-40deg);
    transform: skewX(-40deg);
}

.li_backgrounds {
    z-index: 9;
    position: absolute;
    width: 184px;
    height: 80px;
    background: #00b5ec;
    transform: skewY(-40deg);
    transform: skewX(-40deg);
}


.position {
    margin-left: calc(50% - 600px);
    display: flex;
    padding: 50px;
    font-size: 12px;
}

.position_text {
    padding-left: 10px;
}

.position_text span {
    color: #00b5ec;
}

@media screen and (max-width: 1200px) {
    .tab_head {
        margin: -101px 0 0 !important;
    }

    .position {
        margin: 0 !important;
    }

    .details {
        margin: 0 !important;
    }
}

.details {
    width: 1000px;
    margin: 0 auto;
    padding: 0 100px !important;
    display: flex;
}

.details_box {
    position: relative;
}

.background {
    width: 400px;
    position: absolute;
    bottom: -25px;
    z-index: -10;
}

.details_title {
    letter-spacing: 3px;
    font-size: 24px;
}

.details_left {
    border: 1px solid #dcdcdc;
}

.details_right {
    margin: 5px 0px 0px 120px;
}

.details_title_english {
    letter-spacing: 2px;
    font-size: 16px;
    margin-top: 15px;
}

.details_ul {
    padding-top: 15px;
}

.details_ul>li {
    letter-spacing: 1px;
    margin-top: 15px;
    font-size: 16px;
}

.content_title {
    background: url(/Content/Web/img/txbj.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 160px;
    color: #fff;
    padding-left: 30px;
    font-size: 20px;
    line-height: 50px;
    letter-spacing: 2px;
}

.content_text {
    padding: 25px;
    border: 1px solid #e6e6e6;
}

.content_text>div{
    line-height: 40px;
    text-indent: 2rem;
    letter-spacing: 1px;
    font-size: 16px;
}

.content{
    margin-top: 50px;
}

.list_head{
    display: flex;
    justify-content: space-between;
}

.list_box{
    width: 1200px;
    margin: 60px auto;
}

.list_title{
    font-size: 22px;
    letter-spacing: 3px;
    font-weight: 600;
    padding-bottom: 5px;
}

.list_button{
    display: block;
    background: url(/Content/Web/img/jxbj.png);
    background-size: cover;
    width: 120px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    padding-left: 20px;
}

.list{
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}

.list>li{
    width: 286px;
    position: relative;
}
.list>li>div{
    position: absolute;
    bottom: 0;
    width: 286px;
    background: rgba(0,181,236,0.7);
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    letter-spacing: 2px;
}
.list>li>img{
    width: 100%;
}

.links {
    padding: 40px 0 10px 0;
    font-size: 16px;
    margin-left: calc(50% - 600px);
    color: #fff;
    border-bottom: 1px dotted #fff;
}

.links a{
    color: #fff;
}

.bottom {
    background: #00b5ec;
    margin-top: 40px;
}

.bottom_navigation {
    display: flex;
    min-width: 1200px;
    padding: 10px calc(50% - 600px);
    color: #fff;
    background: #414141;font-size:16px;
}

.bottom_navigation>div {
    padding-right: 30px;
}


.bottom_list {
    display: flex;
    color: #fff;
    margin-top: 40px;
}

.bottom_list>li {
    margin-right: 40px;
}

.bottom_list a {
    font-size: 16px;
    color: #fff;
}

.bottom_con {
    padding: 30px 0;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.customer_service {
    display: flex;
}

.phone_img>img {
    width: 30px;
}

.phone_img {
    padding-top: 32px;
}

.customer_service_text {
    color: #fff;
    padding-left: 10px;
    margin-top: 32px;
    font-size: 16px;
    letter-spacing: 3px;
}

.number {
    margin-top: 5px;
    color: #ffffff;

}

.customer_service_img {
    width: 120px;
    height: 120px;
    background: #4a76b3;
    margin-left: 10px;
}

.company_img {
    padding-right: 120px;
}

.numbers {
    color: #00b5ec;
    font-weight: 600;
    font-size: 44px;
}

.numbers>span {
    font-size: 12px;
}

.text {
    font-weight: 600;
    font-size: 12px;
    margin-top: -8px;
}

.text_box {
    position: relative;
}

.text_h {
    position: absolute;
    top: 40px;
    right: 45px;
}

.text_m {
    position: absolute;
    top: 190px;
    right: 5px;
}

.text_b {
    position: absolute;
    top: 350px;
    right: 110px;
}