@charset "utf-8";
body, ul, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, input, tr, td, th, form {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #333333;
}

html {
    height: 100%;
    width: 100%;
}

img {
    border: none;
    vertical-align: middle;
    display: block;
}

ul, li {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

input[type="text"], input[type="email"], input[type="submit"], input[type="tel"], input[type="password"], textarea, select {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    border-radius: 0;
}

input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button, input {
    line-height: normal;
}

textarea {
    resize: none;
}

input:focus, textarea:focus {
    outline: none;
}

select {
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/

    /*很关键：将默认的select选择框样式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;

    /*在选择框的最右侧中间显示小箭头图片*/
    background: url("../img/common/select-arrow.png") no-repeat right center, #fff;

    /*为下拉小箭头留出一点位置，避免被文字覆盖*/

    box-sizing: border-box;

    border: 1px solid #bbbbbb;
    max-width: none;
    padding-left: 5px;
    padding-right: 40px;

}

select.required {
    background: url("../img/common/select-arrow.png") no-repeat right center, url("../img/common/input_bg.png") no-repeat right 0, #fff;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
    display: none;
}

/* Reset */

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1; /* for IE6 IE7 */
}

.clear {
    clear: both;
    display: block;
    overflow: hidden
}

.cls {
    clear: both;
    line-height: 0px !important;
    height: 0px !important;
    font-size: 0px !important;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.fl {
    float: left;
    padding-right: 8px;
}

.fr {
    float: right;
}

.rel {
    position: relative;
}

.f12 {
    font-size: 12px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb10 .delete {
    cursor: pointer;
    color: #ff00ff;
}

.mb20 {
    margin-bottom: 20px;
}

.m10 {
    margin: 10px 10px 0;
}

.pb10 {
    padding-bottom: 10px;
}

.pl20 {
    padding-left: 20px;
}

.pl10 {
    padding-left: 10px;
}

.f13 {
    font-size: 13px;
}

.hidden {
    display: none;
}

/*网站CSS样式*/
* {
    margin: 0;
    padding: 0;;
}

/*.w {*/
/*width: 1920px;*/
/*margin: auto;*/
/*}*/

body {
    background-color: #fefefe;

}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

/*banner*/
.banner img {
    width: 100%;
    padding-top: 65px;
}

/*关于我们*/
.box-content {
    width: 100%;
    height: 506px;

}

.content-wrap {
    width: 1281px;
    height: 506px;
    margin: 0 auto;

}

.content-wrap h1 {
    text-align: center;
    padding-top: 86px;
    color: #444444;
    font-size: 30px;
}

/*横线*/
.borderBg {
    position: relative;
    width: 1200px;
    padding-top: 15px;
    border-bottom: 2px solid #ebebeb;
    margin: 0 auto;
}

.borderCon {
    position: absolute;
    top: 11px;
    height: 10px;
    background: #ff842c;
    width: 36px;
    left: 49.3%;
    margin-left: -10px;

}

/*文字*/
/*字体缩进:text-indent: 2em;*/
.em {
    text-indent: 2em;
    line-height: 40px;
    margin-top: 58px;
    color: #444444;
    font-size: 18px;
    overflow: hidden;
    padding: 30px 42px;
}



/*联系我们*/
.box-two {
    width: 100%;
    height: 640px;
    background-color: #f5f6f7;

}

.wrap-two {
    width: 1282px;
    height: 640px;
    margin: 0 auto;

}

.wrap-two h1 {
    text-align: center;
    padding-top: 70px;
    color: #444444;
    font-size: 30px;
}

/*横线*/
.borderBg {
    position: relative;
    width: 1200px;
    padding-top: 15px;
    border-bottom: 2px solid #ebebeb;
    margin: 0 auto;
}

.borderCon {
    position: absolute;
    top: 11px;
    height: 10px;
    background: #ff842c;
    width: 36px;
    left: 49.3%;
    margin-left: -10px;

}

/*地图*/
.Baidumap{
    margin-top: 30px;
    float: left;
    width: 600px;
    height: 450px;
    margin-left: 50px;

}

/*地图css*/
.map-style{
    width: 600px;
    height: 450px;
    border:#ccc solid 1px;
    font-size:12px;

}


/*地图右边的文字*/
.text-Baidumap{
    float: right;
    width: 524px;
    margin-top: 30px;
margin-right: 44px;
}

.text-Baidumap p{
    line-height: 50px;
    color: #444444;
    font-size: 16px;
}

.text-Baidumap h2{
    font-size: 30px;
    color: #444444;
}








/*业内顶尖的服务团队*/
.wrap-three {
    position: relative;
}

.three-con {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/*背景*/
.img1 {
    width: 100%;
    display: block;
}

/*.three-con{*/
/*width: 1282px;*/
/*height: 726px;*/

/*}*/
.three-con h1 {
    margin-top: 93px;
    text-align: center;
    font-size: 34px;
    color: #ffffff;
}

/*h3下面的小横线*/
.hx-link {
    width: 70px;
    margin: 0 auto;
    padding-top: 20px;
    border-bottom: solid #ffffff 2px;
}

/*框的内容*/
.box-msgList {
    width: 1281px;
    margin: 0 auto;
    padding-top: 75px;

}

.msgList {
    margin-left: 20px;
    float: left;
    width: 285px;
    height: 422px;
    display: inline-block;
    border: 3px solid #5d6676;
    overflow: hidden;
    /*box-shadow: 2px 2px 2px #c3d9ff;rgba(0,0,0,0.1);*/
}

/*排列*/
.msgList:first-child {
    margin-left: 40px
}

.image1 {
    padding-top: 36px;
    /*display: block;*/
    width: 93px;
    /*height: 94px;*/
    margin: 0 auto;
}

.title-h1 {
    font-size: 32px;
    margin-top: 42px;
    text-align: center;
    color: #ffffff;
}

/*title-h的横线*/
.link-h {
    /*margin: 22px 0;*/
    line-height: 1px;
    border-left: 45px solid #ddd;
    border-right: 45px solid #ddd;
    text-align: center;
}

.title-p7 {
    line-height: 28px;

    padding-right: 19px;
    padding-left: 19px;
    margin-top: 37px;
    font-size: 16px;
    color: #ffffff;
}










@media screen and ( max-width: 1440px ) {
    /*关于我们*/
    .content-wrap {
         width: 980px;
         height: 506px;
         margin: 0 auto;

     }

    /*横线*/
    .borderBg {
        position: relative;
        width: 960px;
        padding-top: 15px;
        border-bottom: 2px solid #ebebeb;
        margin: 0 auto;
    }

    .borderCon {
        position: absolute;
        top: 11px;
        height: 10px;
        background: #ff842c;
        width: 36px;
        left: 49.3%;
        margin-left: -10px;

    }

    /*文字*/
    .em {
        text-indent: 2em;
        /*letter-spacing: 1px;*/
        line-height: 45px;
        margin-top: 58px;
        color: #444444;
        font-size: 14px;
        overflow: hidden;
    }



    /*联系我们*/
    .box-two {
        width: 100%;
        height: 640px;
        background-color: #f5f6f7;

    }

    .wrap-two {
        width: 960px;
        height: 640px;
        margin: 0 auto;

    }

    .wrap-two h1 {
        text-align: center;
        padding-top: 70px;
        color: #444444;
        font-size: 30px;
    }

    /*横线*/
    .borderBg {
        position: relative;
        width: 960px;
        padding-top: 15px;
        border-bottom: 2px solid #ebebeb;
        margin: 0 auto;
    }

    .borderCon {
        position: absolute;
        top: 11px;
        height: 10px;
        background: #ff842c;
        width: 36px;
        left: 49.3%;
        margin-left: -10px;

    }


    /*地图*/
    .Baidumap{
        margin-top: 30px;
        float: left;
        width: 400px;
        height: 450px;
margin-left: 0px;

    }

    /*地图css*/
    .map-style{
        width: 480px;
        height: 450px;
        border:#ccc solid 1px;
        font-size:12px
    }

    /*地图右边的文字*/
    .text-Baidumap{
        float: right;
        width: 480px;
        margin-top: 30px;
        margin-left: 0px;
        margin-right: -25px;

    }

    .text-Baidumap p{
        line-height: 50px;
        color: #444444;
        font-size: 16px;
        overflow: hidden;
        padding: 20px 20px;
    }

    .text-Baidumap h2{
        font-size: 30px;
        color: #444444;
    }



    /*业内顶尖的服务团队*/
    .three-con h1 {
        margin-top: 20px;
        text-align: center;
        font-size: 34px;
        color: #ffffff;
    }

    /*框的内容*/
    .box-msgList {
        width: 960px;
        margin: 0 auto;
        padding-top: 25px;

    }

    .msgList {
        margin-left: 15px;
        float: left;
        width: 208px;
        height: 416px;
        display: inline-block;
        border: 3px solid #5d6676;
        overflow: hidden;
        /*box-shadow: 2px 2px 2px #c3d9ff;rgba(0,0,0,0.1);*/
    }

    /*排列*/
    .msgList:first-child {
        margin-left: 30px
    }

    .image1 {
        padding-top: 36px;
        /*display: block;*/
        width: 70px;
        /*height: 94px;*/
        margin: 0 auto;
    }

    .title-h1 {
        font-size: 32px;
        margin-top: 42px;
        text-align: center;
        color: #ffffff;
    }

    /*title-h的横线*/
    .link-h {
        /*margin: 22px 0;*/
        line-height: 1px;
        border-left: 34px solid #ddd;
        border-right: 34px solid #ddd;
        text-align: center;
    }

    .title-p7 {
        line-height: 25px;
        padding-right: 14px;
        padding-left: 14px;
        margin-top: 35px;
        font-size: 15px;
        color: #ffffff;
    }

}