﻿#About_li::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 2px solid #1e90ff;
}
#About_li a {
    color:#1e90ff!important;
}

.container{
    padding:0;
    width:100%;
}
.swiperdiv{
    width:100%;
    height:400px;
}
.swiperdiv img{
    width:100%;
    height:100%;
    background-size:100% 100%;
    background-color: #c0c0c0;
}

.contentbox{
    width:80%;
    margin:0 auto;
}
.company{
    text-align: center;
    padding: 0;
    margin: 5% auto 3%;
}
.company h4{
    font-weight: bold;
    margin: 0;
    padding: 20px 0;
    background: #fff;
}
.company h4 span{
    font-size: 13px;
    font-weight: 100;
}
.company .img{
    width: 28%;
    float: left;
    padding: 25px 0;
    margin-left: 4%;
}
.company .img img{
    width:100%;
    height:100%;
}
.company .content{
    background: #fff;
    padding: 20px 0;
    width: 57%;
    margin: 0 auto;
    font-size: 18px;
    letter-spacing: 1px;
    float:right;
}
.company .content .cimgbox{
    float:left;
    width: 30%;
    margin-left: 5%;
}
.company .content .cimgbox img{
    width:100%;
}
.company .content .cprofile {
    width: 100%;
    text-indent: 4rem;
    text-align: left;
    line-height: 30px;
}

.team {
    width:100%;
    text-align: center;
    padding: 0;
    background-color:#f5f6fa;
    background-image: url('../../Content/Images/About/bg02.png');
    /*background-repeat: no-repeat;*/
    /*background-size:100% 100%;*/
    margin:2% 0;
}
.teambg {
    /*background-color: rgb(245,246,250);*/
    height: 100%;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
/*.team h4{
    font-weight: bold;
    margin-bottom: 20px;
}*/
h2 span{
    font-size: 14px;
    font-weight: 100;
    letter-spacing:2px;
}
/*.team .btnbox button{
    background: #fff;
    outline: 0;
    border: 1px solid #eb5925;
    padding: 8px 40px;
    margin: 15px 15px 40px;
    border-radius: 25px;
    font-size: 20px;
}
.team .btnbox .activebtn{
    background:#eb5925!important;   
    color:#fff; 
}
.team .btnbox button:hover{
    background:#eb5925;   
    color:#fff;     
}*/
.team .departname{
    border: 1px solid #eb5925;
    padding: 8px 40px;
    margin: 15px 15px 40px;
    border-radius: 25px;
    font-size: 20px;
    background: #eb5925;
    color: #fff;
    width: 10%;
    margin: 5% auto;
}
.team .menlist{
    width: 80%;
    margin-left: 10%;
}
.team .menlist .imgbox{
    float: left;
    width: 23%;
    margin: 1%;
    font-size: 16px;
}
.team .menlist .imgbox div {
    width:100%;
    background:#989898;
    box-shadow: 1px 1px 1px 1px #eee;
}
.team .menlist .imgbox img{
    width:100%;
    transition: all 0.6s;
}
.team .menlist .imgbox img:hover{
    transform: scale(1.4);
}
.team .menlist .imgbox p{
    margin: 10px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size:18px;
}


.business {
    text-align: center;
    padding: 0;
    padding-top: 50px;
    padding-bottom: 50px;
}
.business h4{
    font-weight: bold;
    margin-bottom: 20px;
}
.business h4 span{
    font-size: 13px;
    font-weight: 100;
}
.business .map{
    padding: 19px 0;
}
.business .map img{
    width:40%;
}


.contactwe {
    text-align: center;
    padding: 0;
    padding-top: 50px;
    background:#f5f6fa;
    font-size:18px;
}
.contactwe h4{
    font-weight: bold;
    margin-bottom: 20px;
}
.contactwe h4 span{
    font-size: 13px;
    font-weight: 100;
}
.contactwe .Intr{
    margin: 20px;
}
.contactwe .contype{
    width: 80%;
    margin: 30px auto;
}
.contactwe hr {
    border-color:  #c7c7c7;
    margin: 20px 50px;
}
.contactwe .contype .ctit{
    padding-bottom:20px;
}
.contactwe .gz .floatbox{
    display: flex;
    align-items: center;
}
.contactwe .zg .floatbox {
    margin-left: 3%;
}
.contactwe .gz .floatbox .fitem{
    text-align: center;
}
/*.contactwe .gz .floatbox .fitem:nth-child(2) img{
    margin-top:2%;
    vertical-align: baseline;
}*/
.contactwe .contype .floatbox .fitem img{
    width: 37px;
    height: 37px;
    display: inline!important;
}
.contactwe .contype .floatbox .fitem .txt {
    display: inline-block;
}
.contactwe .contype .floatbox .fitem p{
    margin:0;
    display: inline-block;
}

.contactwe .zg .floatbox .fitem {
    float: left;
    width: 19%;
    margin-left: 1%;
    text-align: left;
}
.contactwe .zg .floatbox .fitem img {
    vertical-align: top;
}
.contactwe .zg .floatbox .fitem b{
    display:inline-block;
    margin-bottom:10px;
}
.contactwe .zg .floatbox .fitem p {
    width: 70%;
    overflow: hidden;
}

/*ipad竖屏*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .swiperdiv {
        height: 200px!important;
    }
    .contactwe .zg .floatbox .fitem {
        font-size: 21px!important;
        width: 44%!important;
        margin-right:0!important;
    }
    .contactwe .zg .floatbox .fitem p {
        height: auto!important;
    }
    .contactwe .zg .floatbox .fitem img {
        width: 50px!important;
        height: 50px!important;
        margin-right: 3%!important;
    }
    .contactwe .gz .floatbox .fitem {
        font-size: 21px!important;
        margin-bottom: 2%!important;
    }
    .contactwe .gz .floatbox .fitem .txt {
        padding:3px!important;
    }
    /*.contactwe .gz .floatbox .fitem:nth-child(2) img{
        margin-top:13px!important;
    }*/
    .company .content{
        font-size:21px!important;
        letter-spacing: 2px!important;
    }
    .company .img {
        width: 68%!important;
        margin: 0 auto!important;
    }
    
}

/*ipad横屏*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .contactwe .gz .floatbox {
        display:block;
    }
    .contactwe .gz .floatbox .fitem img{
        display: block!important;
        margin: 0 auto 6px;
    }
    .contactwe .contype .floatbox .fitem .txt {
        width: 100%;
        text-align: left;
        margin-top:0!important;
        padding-top: 0!important;
    }
    .contactwe .zg .floatbox .fitem {
        width: 32%!important;
        margin-bottom: 8%;
    }
    .contactwe .zg .floatbox .fitem img {
        width: 12%;
    }
    .contactwe .zg .floatbox {
        margin-left: 10%;
    }
    .swiperdiv{
        height:250px;
    }
    .company,.team,.business{
        width:100%;
    }

    .contactwe .contype {
        width: 100%;
    }
    .contentbox {
        width: 95%;
    }
    .company .content{
        width:65%;
    }
    .team .menlist {
        width: 80%;
        margin-left: 10%;
    }
    .business .map img {
        width: 70%;
    }
}

/*2.兼容分辨率*/
@media screen and (min-device-width: 1916px) and (max-device-width: 1920px){
    
}
@media screen and (min-device-width: 1680px) and (max-device-width: 1916px){
    
}
@media screen and (min-device-width: 1600px) and (max-device-width: 1680px) {
    .team .menlist {
        width: 60%;
        margin-left: 20%;
    }
}
@media screen and (min-device-width: 1440px) and (max-device-width: 1600px){
   
}
@media screen and (min-device-width: 1024px) and (max-device-width: 1440px){/*1440*900*/
    .swiperdiv {
        height: 330px;
    }
    .team .menlist {
        width: 70%;
        margin-left: 15%;
    }
    .contactwe .contype .floatbox .fitem1{
        width: 35%;
    }
    .contactwe .contype .floatbox .fitem2,
    .contactwe .contype .floatbox .fitem3{
        width: 27%;
    }
}
@media screen and (min-device-width: 1366px) and (max-device-width: 1400px){/*1400*1050*/
 
}
@media screen and (min-device-width: 1360px) and (max-device-width: 1366px){
   
}
@media screen and (min-device-width: 1280px) and (max-device-width: 1360px){/*1360*768*/
    
}
@media screen and (min-device-width: 1024px) and (max-device-width: 1280px){
    .contactwe .contype .floatbox {
        margin-left: 0;
    }
}
@media screen and (min-device-width: 1024px) and (max-device-width: 1152px){
    .contactwe .contype {
        width: 90%;
    }
}
@media screen and (min-device-width: 800px) and (max-device-width: 1024px){
    .team .menlist {
        width: 80%;
        margin-left: 10%;
    }
    /*.contactwe .contype .floatbox {
        margin-left: 5%;
    }
    .contactwe .contype .floatbox .fitem1{
        width: 28%;
    }
    .contactwe .contype .floatbox .fitem2,
    .contactwe .contype .floatbox .fitem3{
        width: 31%;
    }*/
}
@media screen and (min-device-width: 600px) and (max-device-width: 800px){/*800*600*/
    
}