﻿@media (max-width: 1199px) {
    body {
        width:1120px;
        height: 100%;
        overflow-x: hidden;
        margin: 0% auto;
        background-color: #FAFAFA;
    }
}

.banner>img {
    width: 100%;
}

.banner {
    min-width: 1120px;
}

.header {
    background: #3aabf1;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.navlist {
    align-items: center;
    justify-content: center;
}

.navlist>li {
    line-height: 58px;
}

.navlist>li>a {
    padding: 0 40px;
    color: white;
    font-size: 22px;
}

#news {
    margin-top: 30px;
}

.title {
    background: url('../images/icon.png'), #eff7fd;
    background-repeat: no-repeat;
    background-position: left top;
    height: 100px;
    text-align: center;
    color: #4b4b4b;
    font-size: 40px;
    font-weight: bold;
    line-height: 100px;
    border-radius: 6px;
    overflow: hidden;
    padding: 0 60px;
}

.newcontent {
    margin-top: 40px;
}

.news_left {
    width: 615px;
}

.swiper-slide {
    border-radius: 6px;
    overflow: hidden;
}

.swiper-slide>img {
    width: 100%;
}

#newsbanner .swiper-slide>p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-right: 100px;
    color: white;
    font-size: 20px;
    padding-left: 20px;
    line-height: 50px;
    background: rgba(0, 0, 0, .4)
}

#newsbanner .swiper-pagination {
    text-align: right !important;
    padding-right: 20px;
}

.swiper-pagination-bullet {
    background: white !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background-color: #3aabf1 !important;
}

.news_right {
    width: 460px;
    display: block;
}

.newstitle {
    border-bottom: 1px solid #e6e6e6;
    height: 40px;
}

.newstitle h1 {
    color: #3aabf1;
    font-size: 20px;
    border-bottom: 2px solid #3aabf1;
    line-height: 40px;
    bottom: -1px;
    left: 0;
    font-weight: bold;
}

:root {
    --swiper-theme-color: #3aabf1 !important;
}

.newstitle>a {
    position: absolute;
    line-height: 40px;
    font-size: 16px;
    right: 0;
    top: 0;
    color: #898989;
}

.newlist {
    margin-top: 10px;
}

.newlist>li {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.newlist>li:last-child {
    margin: 0;
}

.newlist>li>a {
    padding-left: 90px;
    display: block;
}

.date {
    position: absolute;
    top: 0;
    left: 0;
    color: #797979;
    text-align: left;

}

.date>.time {
    color: #797979;
    font-size: 22px;
    line-height: 27px;
}

.date>p {
    font-size: 16px;
    line-height: 27px;
}

.newslistright>h2 {
    font-size: 16px;
    color: #686767;
    line-height: 27px;
}

.newslistright>p {
    display: block;
    line-height: 27px;
    color: #9f9f9f;
}

.newlist>li:hover .newslistright>h2 {
    color: #3aabf1;
}

.newlist>li:hover {
    border-color: #3aabf1;
}

.newlist>li:hover .date>.time {
    color: #3aabf1;
}

.iconright {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../images/aui-icon-right.png') no-repeat center;
    background-size: cover;
    position: relative;
    top: 2px;
}

#marvellous {
    margin-top: 50px;
    background: url('../images/bg_7.png') no-repeat center;
    background-size: cover;
    padding: 50px 0;
}

.header_bg {
    padding: 0 75px;
}

#marvelbanner {
    margin-top: 40px;
}

.bannerfont {
    font-size: 20px;
    color: #4b4b4b;
    margin-top: 30px;
    text-align: center;
}

#report {
    padding: 50px 0
}

.reportlist {
    margin-top: 50px;
}

.reportimg {
    border-radius: 6px;
    overflow: hidden;
}

.reportimg img {
    transition: all .5s ease-in-out;
}

.reportcontent {
    display: block;
}

.reportcontent h1 {
    border-bottom: 1px solid #e6e6e6;
    margin: 15px 0;
    line-height: 50px;
    font-size: 18px;
    color: #686767;
}

.reportcontent p {
    -webkit-line-clamp: 3;
    line-height: 25px;
    text-align: left;
    font-size: 14px;
    color: #686767;
    height: 75px;
}

.reportcontent:hover h1 {
    color: #3aabf1;
}

.reportcontent:hover .reportimg img {
    transform: scale(1.1);
}

#footer {
    background: #f3f3f3;
    padding: 30px 0;
}

.listbusiness {
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}

.listbusiness>a {
    font-size: 13px;
    color: #898989;
    padding: 0 10px;
    border-right: 1px solid #898989;
    display: block;
}

.listbusiness>a:last-child {
    border: none;
}

.about {
    text-align: center;
    margin: 20px 0;
    color: #898989;
    font-size: 13px;

}

.about>p {
    margin: 10px 0
}
.about>p>a:hover,
.about>p>a:focus {
color: #898989;
}

.copy {
    border-top: 1px solid #898989;
    padding-top: 20px;
    align-items: center;
    justify-content: center;
}

.copy img {
    margin:10px 20px;
    width: 175px;
}

.copy img:first-child {
    width: 200px;
}

.copy img:nth-child(2) {
    width: 102px;
}

/*-------------联系我们---------------*/
.contact {
    margin-top: 40px;
}

.contact h1 {
    border-bottom: 1px solid #898989;
    text-align: center;
}

.contact h1 span {
    color: #3aabf1;
    line-height: 40px;
    border-bottom: 2px solid #3aabf1;
    font-size: 22px;
    line-height: 50px;
    display: inline-block;
    font-weight: bold;
}

.contactway {
    margin-top: 20px;
}

.contactway p {
    font-size: 14px;
    color: #686767;
    line-height: 33px;
}

.code {
    text-align: right;
    margin-top: 20px;
}

.code img {
    display: inline-block;
    width: 80px;
}

#tour {
    padding: 50px 0;

}

.tourlist {
    margin-top: 50px;
}

.tourlist li {
    display: block;
    width: 208px;
    float: left;
    margin-right: 20px;
    text-align: center;
}

.tourlist li:last-child {
    margin: 0;
}

.avatar {
    overflow: hidden;
    border-radius: 6px;
}

.avatar img {
    transition: all .5s ease;
}

.tourlist li h1 {
    font-size: 18px;
    color: #4b4b4b;
    font-weight: bold;
    margin: 15px 0 10px;
}

.tourlist li p {
    font-size: 16px;
    color: #4b4b4b;
    line-height: 26px;
}

.tourlist li:hover img {
    transform: scale(1.1);
}

.tourlist li:hover h1 {
    color: #3aabf1;
}

/*--------------------------------专业权威全面----------------------------------*/
#navheader {
    background-color: #3aabf1;
}

.logo {
    width: auto;
    margin: 20px 0;
}

.header_list {
    right: 0;
    bottom: 0;
}

.header_list a {
    padding: 0 25px;
    font-size: 20px;
    color: white;
    line-height: 100px;
    display: block;
    float: left;
    position: relative;
    margin-right: 5px;

}
.header_list a:last-child{
    margin-right: 0;
}

.header_list a::after {
    display: block;
    width: 0;
    height: 3px;
    background-color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    transition: all .5s ease-in-out;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 50%
}

.header_list a.active::after {
    left: 0;
    width: 100%;
}

.header_list a:hover::after {
    left: 0;
    width: 100%;
}

.tabsContent {
    margin-top: 40px;
}

.tabslist{
    margin-top: 40px;
}

.title_name {
    border-bottom: 1px solid #f3f3f3;
}

.title_name h1 {
    font-size: 20px;
    color: #3aabf1;
    font-weight: bold;
    border-bottom: 3px solid #3aabf1;
    line-height: 40px;
    display: inline-block;
    position: relative;
    top: 1px;
}

.operatecContent {
    margin-top: 20px;
}

.operatecContent p {
    font-size: 16px;
    color: #434343;
    line-height: 30px;
    margin-bottom: 20px;
}

.operatecContent p img {
    width: auto;
    margin: 0 auto;
    display: block;
    padding: 20px 0;
}

.advantage {
    margin-top: 20px;
}

.advantage li {
    width: 360px;
    margin-right: 20px;
    background-color: #eff7fd;
    border-radius: 6px;
    overflow: hidden;
    padding: 30px;
    display: block;
    float: left;
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
}

.advantage li:nth-child(3),
.advantage li:nth-child(6) {
    margin: 0;
}

.advantage li img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

.advantage li h1 {
    font-size: 20px;
    color: #434343;
    font-weight: bold;
    line-height: 40px;
    margin: 15px 0
}

.advantage li p {
    font-size: 15px;
    color: #434343;
    line-height: 25px;
    text-align: left;
}


.special {
    border-bottom: 1px solid #f3f3f3;
    padding: 50px 110px;
    align-items: center;
}

.special:last-child {
    border: none;
}

.special img {
    width: auto;
}

.specialContent {
    align-items: center;
}

.specialContent h1 {
    font-weight: bold;
    font-size: 20px;
    color: #434343;
    margin-bottom: 10px;
}

.specialContent p {
    font-size: 16px;
    color: #434343;
    line-height: 30px;
}

.work {
    border-top: 1px solid #f3f3f3;
    padding: 30px 0;
    font-size: 16px;
    line-height: 30px;
}

.work span {
    font-weight: bold;
}
.homebanner {
    margin-top: 106px;
}
#homebanner .swiper-slide{
    border-radius: 0;
}
#homebanner .swiper-slide  p{
    position: absolute;
    bottom: 0;
    color: white;
    background-color: rgba(0, 0, 0, .4);
    font-size: 18px;
    text-align: center;
    line-height: 60px;
    left: 0;
    right: 0;
}
#homebanner .swiper-button-next,
#homebanner .swiper-button-prev{
    color: white !important;
    bottom: 30px !important;
}
.homecontent{
    margin-top: 40px;
}
.homecontent li{
    display: block;
    width: 340px;
    float: left;
    margin-right: 50px;
    margin-bottom: 20px;
}
.homecontent li:nth-child(3),
.homecontent li:nth-child(6){
    margin-right: 0;
}
.hometitle{
    border-bottom: 1px solid #f3f3f3;
}
.hometitle h1{
    font-size: 20px;
    font-weight: bold;
    color: #3aabf1;
    line-height: 40px;
}
.hometitle a{
    display: block;
    right: 0;
    top: 0;
    line-height: 40px;
    color: #919191;
    font-size: 16px;
    position: absolute;
}
.text{
    padding: 20px 0;
    height: 231px;
    overflow: hidden;
}
.text p{
    font-size: 16px;
    line-height: 30px;
    color: #434343;
}
.text p a{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #949494;
}
.text p img{
    width: 100%;
}
.homelist a{
    font-size: 16px;
    color: #434343;
    display: block;
    line-height: 32px;
}
.homelist a:hover{
    color: #3aabf1;
}
.introduce {
    margin-top: 20px;
    font-size: 16px;
    color: #434343;
    line-height: 30px;
}

.introduce span{
    font-weight: bold !important;
}
.workcontent p img{
    width: auto;
    margin-top: 175px;
}
#map{
    width: 580px;
    margin-left: 50px;
    height: 400px;
}
#player{
    width: 960px;
    height: 540px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -480px;
    margin-top: -270px;
}
