.Main {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #fff;
}

/*首页第一部分的四个圆的公司简介*/
.FriefFour {
    width: 100%;
    height: auto;
    margin-top: 62px;
    padding-bottom: 48px;
    overflow: hidden;
    background-image: url("/images/g_bg_top.png");
    background-position: bottom center;
    background-repeat: no-repeat;
}

.ff_list {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.ffl_libox {
    width: 250px;
    height: auto;
    overflow: hidden;
    float: left;
}

.ffll_icon {
    width: 97px;
    height: 97px;
    margin: 0 auto;
    /*border: 1px solid #939aa0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #5092c2;*/
    margin-bottom: 13px;
}

.ffll_icon img {
    /*width: 70px;
    height: 70px;*/
    width: 100%;
    height: 100%;
    /*margin-top: 14px;
    margin-left: 14px;*/
}

.ffll_title {
    width: inherit;
    height: 64px;
    text-align: center;
}

.ffll_title span {
    font-size: 24px;
    font-weight: bold;
    color: #313131;
    line-height: 64px;
}

.ffll_cont {
    width: inherit;
    height: auto;
    overflow: hidden;
    text-align: center;
}

.ffll_cont p {
    font-size: 14px;
    font-weight: bold;
    color: #878787;
    line-height: 20px;
}

/*关于我们*/
.AboutUs {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    /*background-color: #eeeeee;*/
    padding-top: 15px;
    margin-top: 50px;
}

.au_titleBox {
    width: 1100px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.aut_title {
    width: inherit;
    height: 44px;
    overflow: hidden;
    text-align: center;
}

.aut_title span {
    font-size: 32px;
    font-weight: bold;
    color: #000;
    line-height: 44px;
}

.aut_english {
    width: inherit;
    height: 30px;
    overflow: hidden;
    text-align: center;
}

.aut_english span {
    font-size: 14px;
    font-weight: bold;
    color: #5193c3;
    line-height: 30px;
    letter-spacing: 3px;
}

.aut_xian {
    width: 100%;
    height: 7px;
    overflow: hidden;
}

.autx_left {
    width: 47%;
    height: 1px;
    background-color: #5193c3;
    margin-top: 3px;
    float: left;
}

.autx_center {
    width: 6%;
    height: 7px;
    background-color: #5193c3;
    float: left;
}

.autx_right {
    width: 47%;
    height: 1px;
    margin-top: 3px;
    background-color: #5193c3;
    float: left;
}

.au2_box {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-image: url("/images/abus_bg.jpg");
    padding-bottom: 42px;
}

.au2_title {
    width: 100%;
    height: auto;;
    text-align: center;
    overflow: hidden;
}

.au2_title p {
    font-size: 52px;
    font-weight: bold;
    color: #fff;
    line-height: 84px;
}

.au2_title span {
    font-size: 24px;
    font-weight: bold;
    color: #c6c4c5;
    line-height: 50px;
}

.au2_Content {
    width: 957px;
    height: 424px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 14px;
    /*background-color: #000;*/
    background: rgba(0, 0, 0, 0.6);
}

.au2c_show {
    /*width: 933px;
    height: 400px;*/
    width: 903px;
    height: 285px;
    border: 3px solid #89919f;
    margin-top: 9px;
    margin-left: 9px;
    padding: 15px;
    padding-top: 100px;
}

.au2c_show p {
    font-size: 14px;
    /*font-weight: bold;*/
    font-weight: normal;
    color: #fff;
    line-height: 32px;
    text-indent: 2em;
}

/*服务项目*/
.ServiceItems {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 50px;
}

.si_ul {
    width: 1128px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 50px;
}

.siu_li {
    width: 340px;
    height: auto;
    border: 3px solid #9ac5f8;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 44px;
    /*margin-top: 62px;*/
}

.siul_img {
    width: 100%;
    height: 325px;
    overflow: hidden;
    border-bottom: 1px solid #e3e4e4;
}

.siul_img img {
    width: 100%;
    height: 100%;
}

.siul_title {
    width: 100%;
    height: 82px;
    overflow: hidden;
    text-align: center;
}

.siul_title span {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    line-height: 82px;
}

.si_more {
    width: 80px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 30px;
}

.si_more a:hover .sim_jia {
    border-color: #accef5;
}

.sim_jia {
    width: 42px;
    height: 42px;
    margin: 0 auto;
    border: 3px solid #276795;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #4f91c1;
    text-align: center;
}

.sim_jia span {
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    line-height: 42px;
}

.sim_txt {
    width: inherit;
    height: 36px;
    overflow: hidden;
    text-align: center;
}

.sim_txt span {
    font-size: 18px;
    font-weight: bold;
    color: #4f93c2;
    line-height: 36px;
}

/*合作品牌*/
.ProjectCase {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    background-color: #eeeeee;
    padding-top: 15px;
}

.pc_list {
    width: 1112px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 27px;
}

.pcl_box {
    width: 260px;
    height: 232px;
    margin: 0 9px;
    margin-bottom: 6px;
    overflow: hidden;
    float: left;
}

.pcl_box a:hover .pclbl_description {
    top: -30px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.pclb_licont {
    width: 260px;
    height: 232px;
    overflow: hidden;
    position: relative;
}

.pclbl_imgbg {
    width: 100%;
    height: 100%;
}

.pclbl_imgbg img {
    width: inherit;
    height: inherit;
}

.pclbl_description {
    width: inherit;
    height: 30px;
    position: relative;
    top: 0px;
}

.pclbld_descriptionBG {
    width: inherit;
    height: inherit;
    /*background-color: #02b95d;*/
    background-color: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.pclbld_twoline {
    width: 100%;
    /*width: 250px;*/
    height: inherit;
    overflow: hidden;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

.pclbld_twoline strong {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 30px;
}

.pc_showimg {
    width: 1099px;
    height: 182px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 32px;
}

.pc_showimg img {
    width: inherit;
    height: inherit;
}

/*新闻资讯*/
.NewsInformation {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 37px;
}

.ni_show {
    width: 1100px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 35px;
    background-color: #f2f3f5;
}

.ni_show a {
}

.nis_li {
    width: 100%;
    height: 157px;
    overflow: hidden;
    position: relative;
}

.nisl_txtBox {
    width: 50%;
    height: 100%;
    overflow: hidden;
    float: left;
}

.nisltb_title {
    width: 100%;
    height: 61px;
    overflow: hidden;
    margin-top: 14px;
    margin-left: 6px;
}

.nisltb_title span {
    font-size: 22px;
    font-weight: bold;
    color: #5193c3;
    line-height: 61px;
}

.nisltb_cont {
    width: 90%;
    height: 60px;
    overflow: hidden;
    margin-left: 10px;
}

.nisltb_cont p {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    line-height: 20px;
}

.nisl_imgBox {
    width: 50%;
    height: 100%;
    overflow: hidden;
    float: left;
}

.nisl_imgBox img {
    width: 100%;
    height: inherit;
}

.nisl_right {
    position: absolute;
    top: 0;
    right: 0;
}

/*4大理由*/
.FourReason {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 90px;
}

.fr_title {
    width: 969px;
    height: 132px;
    margin: 0 auto;
    overflow: hidden;
}

.fr_title img {
    width: 100%;
    height: 100%;
}

.fr_Content {
    width: 1010px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.frc_li {
    width: 100%;
    height: auto;
    overflow: hidden;
    /*margin-bottom: 50px;*/
    margin: 25px 0;
    position: relative;
}

.frcl_left {
    width: 535px;
    height: auto;
    float: left;
    overflow: hidden;
}

.frcll_icon {
    width: 40px;
    height: 40px;
    overflow: hidden;
    text-align: center;
    float: left;
    background-color: #5280c3;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.frcll_icon span {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
}

.frcll_txt {
    width: auto;
    /*height: 40px;*/
    height: auto;
    overflow: hidden;
    margin-left: 15px;
    float: left;
}

.frcll_txt strong {
    font-size: 28px;
    font-weight: bold;
    color: #000;

}

.frcll_txt span {
    font-size: 16px;
    font-weight: normal;
    color: #000;
    line-height: 40px;
}

.frcl_right {
    width: auto;
    height: auto;
    overflow: hidden;
    position: relative;
    right: 0;
    top: 0;
}

.frcl_right img {
}

/*百度地图*/
.baiduMap {
    width: 1100px;
    height: auto;
    overflow: hidden;
    margin: 30px auto 0px auto;
}

.bm_show {
    width: 100%;
    height: 535px;
    overflow: hidden;
    margin-top: 30px;
}