/* 公告 */

.notice {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4.3rem;
    background-color: rgba(252, 252, 252, .2);
    box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.1);
}

.notice .announce {
    height: 100%;
    justify-content: center;
    flex-direction: column;
    padding: 0 75px;
    box-sizing: border-box;
}

.notice .announce .title img {
    width: 14px;
    height: 14px;
}

.notice .announce .title {
    font-family: MicrosoftYaHei-Bold;
    font-size: 0.9rem;
    line-height: 34px;
    color: #fefefe;
}

.notice .notice_item {
    margin-right: 100px;
}

.notice .Noticewarp {
    overflow: hidden;
    height: 34px;
    width: 100%;
    float: left;
    margin-left: 40px;
}

.notice .Noticewarp .scroll {
    font-family: MicrosoftYaHei;
    width: 9999px;
    float: left;
    font-size: 14px;
    position: relative;
    line-height: 34px;
    letter-spacing: 0px;
    color: #ffffff;
}


/* 功能模块 */

.feature {
    height: 100%;
}

.feature .ul-entry {
    list-style: none;
    height: 85px;
    align-items: center;
    justify-content: space-between;
}

.feature .ul-entry img{
    width:50px;
}

.feature .ul-entry li {
    position: relative;
    float: left;
    width: 25%;
}

.feature .ul-entry li a {
    display:inline-flex;
    width: 200px;
    height: 50px;
    margin: 0px 0.5rem;
    background-color: #ffffff;
    align-items: center;
    box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.1);
}

.feature .ul-entry li a span {
    font-family: MicrosoftYaHei;
    font-size: 1rem;
    line-height: 2.1rem;
    color: #333333;
}

.feature .ul-entry a:hover {
    box-shadow: 0px 5px 18px 0px rgba(45, 87, 208, 0.25);
}


/* 业务范围标题 */

.businessArea {
    display: flex;
    flex-flow: column;
    width: 100%;
    height: 33rem;
    background: url(../image/Business\ Area.jpg) no-repeat;
    background-size: 100% 100%;
}

.connect_us>.title,
.customers>.title,
.newsCenter>.title,
.businessArea>.title {
    height: 7rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 14px;
    box-sizing: border-box;
}

.customers .title img,
.newsCenter .title img,
.businessArea .title img {
    width: 90%;
}

/* .businessArea .line_text {
    margin: 0 40px;
    font-size: 36px;
    line-height: 34px;
    letter-spacing: 4px;
    color: #333333;
}

.businessArea .subtitle {
    font-family: HoboStd;
    font-size: 22px;
    font-style: italic;
    line-height: 34px;
    color: rgba(51, 51, 51, .3);
}

.businessArea .line {
    width: 332px;
    flex-direction: row;
}

.businessArea .line:before,
.businessArea .line:after {
    content: "";
    flex: 1 1;
    border-bottom: 2px solid rgba(51, 51, 51, .3);
    margin: auto;
} */


/* 业务范围选项卡start */

.businessArea .certificate {
    flex: 1;
    flex-flow: column;
    display: flex;
}

.exhibition .line,
.businessArea .certificate .line {
    position: absolute;
    bottom: 7px;
    width: 100%;
    height: 1px;
    background-color: rgb(0, 0, 0, 0.2);
}

.exhibition .tab-showMenu,
.businessArea .certificate .tab-menu {
    position: relative;
    height: 90px;
}

.exhibition .tab-showMenu ul,
.businessArea .certificate .tab-menu ul {
    position: relative;
    z-index: 10;
    height: 100%;
    justify-content: space-between;
}

.exhibition .tab-showMenu ul li,
.businessArea .tab-menu ul li {
    height: 100%;
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.exhibition .tab-showMenu ul li span,
.businessArea .tab-menu ul li span {
    display: inline-block;
    width: 75%;
    height: 3rem;
    padding-top: 10px;
    box-sizing: border-box;
    text-align: center;
    font-size: 1rem;
    color: #333333;
    background: url(../image/16_03.png) no-repeat;
    background-size: cover;
    background-position: 0px 0px;
}

.exhibition .tab-showMenu ul li b,
.businessArea .tab-menu ul li b {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #cccccc;
    border: solid 2px #ffffff;
    border-radius: 50%;
}

.exhibition .tab-showBox>div,
.businessArea .certificate .tab-box>div {
    display: none;
}


/* 让第一个框显示出来 */

.businessArea .certificate .tab-box>div:first-Child {
    width: 75%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}


/* 改变选项卡选中时候的样式 */

.exhibition .change span,
.businessArea .certificate .change b {
    background-color: #2d57d0;
}

.exhibition .change span,
.businessArea .certificate .change span {
    color: #ffffff !important;
    background: url(../image/15_03.png) no-repeat !important;
    background-size: cover !important;
    background-position: 0px 0px !important;
}


/* 选项卡内容 */

.businessArea .certificate .content {
    flex: 1;
    padding: 40px 0;
    box-sizing: border-box;
}

.businessArea .certificate .content .show {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    width: 75%;
    height: 100%;
}

.businessArea .certificate .content>div div {
    display: flex;
    flex-direction: column;
    width: 18%;
    background-color: #ffffff;
    border-radius: 20px;
    float:left;
}

.businessArea .certificate .content>div div span:last-child {
    height: 65px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 0.9rem;
    color: #2d57d0;
    border: solid 2px #2d57d0;
    border-top: none;
    border-radius: 0px 0px 20px 20px;
}

.businessArea .certificate .content>div div span:first-child {
    height: 45px;
    width: 100%;
    line-height: 45px;
    text-align: center;
    font-size: 1.2rem;
    color: #ffffff;
    background-color: #2d57d0;
    border: solid 2px #2d57d0;
    border-bottom: none;
    border-radius: 20px 20px 0px 0px;
}


/*选项卡end*/


/* 展示模块 */

.exhibition {
    height: auto;
    padding: 46px 0;
    box-sizing: border-box;
}

.exhibition .tab-showMenu ul {
    justify-content: space-evenly;
}

.exhibition .tab-showMenu ul li span {
    width: 230px;
    height: 82px;
    background-position: -2px 0px;
    margin: 0 20px;
}

.exhibition .change span {
    color: #ffffff !important;
    width: 230px;
    height: 82px;
    background: url(../image/15_03.png) no-repeat !important;
    background-position: -2px 0px !important;
}

.exhibition .tab-showBox {
    padding-top: 33px;
    box-sizing: border-box;
}

.exhibition .tab-showBox>div:first-Child {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.exhibition .tab-showBox .show {
    width: 100%;
    height: 100%;
    display: flex !important;
    justify-content: space-between !important;
}

.exhibition .change b {
    background-color: #2d57d0 !important;
}

.exhibition .paper {
    width: 50%;
    list-style-type: none;
    /* 取消默认的项目符号图标 */
}

.newsCenter .showBox_left,
.exhibition .showBox_left {
    width: 45%;
    flex-direction: column;
}

.newsCenter .showBox_left .details,
.exhibition .showBox_left .details {
    height: 85px;
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    background-color: #f7f7f7;
}

.newsCenter .showBox_left .details .title,
.exhibition .showBox_left .details .title {
    font-size: 1.1rem;
    line-height:2rem;
    color: #333333;
}

.newsCenter .showBox_left .details .text,
.exhibition .showBox_left .details .text {
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.8rem;
    color: #666666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.exhibition .paper li {
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
    line-height: 45px;
    padding-left: 2rem;
    background-image: url(../image/8_03.png);
    background-size: 16px 14px;
    background-position: 10px 50%;
    background-repeat: no-repeat;
}

.exhibition .paper li span:last-child {
    color: #999999;
}


/* 公司介绍 */

.firmReferral {
    background: url(../image/company-introduction-bgi.jpg) no-repeat;
    border-top: 1px solid transparent;
    background-size: cover;
}

.firmReferral .subtitle h2 {
    font-size: 2rem;
    display: flex;
    align-items: center;
}

.firmReferral .referral .subtitle h2 {
    color: #fff;
}

.firmReferral .subtitle h2 .text {
    margin-left: 10px;
    font-size: 1.1rem;
    color: #C8C8C8;
}
.firmReferral .emtitle h2 {
    font-size: 1.8rem;
    display: flex;
    align-items: center;
}

.firmReferral .referral .emtitle h2 {
    color: #fff;
}

.firmReferral .emtitle h2 .text {
    margin-left: 10px;
    font-size: 1.1rem;
    color: #C8C8C8;
}

.firmReferral .left {
    flex: 0 0 504px;
    margin-top: 93px;
}

.firmReferral .subtitle div {
    border-bottom: 1px solid #fff;
    padding-bottom: 24px;
    width: 34px;
}

.firmReferral .emtitle div {
    border-bottom: 1px solid #fff;
    padding-bottom: 24px;
    width: 34px;
}

.firmReferral .referral {
    display: flex;
    flex-direction: column;
}

.firmReferral .referral .firmInfo {
    margin-top: 33px;
}

.firmReferral .referral .left .firmInfo p {
    font-size: 0.9rem;
    color: #ffffff;
    line-height: 24px;
    margin-bottom: 24px;
}


.firmReferral .ul-company {
    width: 100%;
    display: flex;
    justify-content: center;
}


.firmReferral .ul-company li {
    position: relative;
    float: left;
    display: flex;
    width: 16.5%;
    height: 95px;
    margin: 40px 0;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.firmReferral .ul-company li::after {
    content: '';
    background: #d2d2d2;
    width: 2px;
    border-radius: 100%;
    height: 60px;
    position: absolute;
    right: 0;
}
.firmReferral .ul-company li:last-child::after {
    width: 0;
}

.firmReferral .ul-company .tit {
    font-size: 1rem;
    color: #1872ff;
}

.firmReferral .ul-company .numroll {
    font-size: 1.8rem;
}


.firmReferral .ul-company .tit em {
  font-style: normal;
}

.firmReferral .referral .right {
    flex: 1;
}

.firmReferral .referral .right #china-map {
    width: 100%;
    height: 100%;
    position: relative;
    left: 5px;
}


/* 地图 */

#china-map {
    width: 100%;
    height: 100%;
    position: relative;
    left: 5px;
}


/* 新闻资讯 */

.newsCenter {
    height: auto;
    display: flex;
    flex-flow: column;
    width: 100%;
    padding-bottom: 25px;
}

/* 
.connect_us>.title,
.customers>.title,
.newsCenter>.title {
    height: 140px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 14px;
    margin-bottom: 43px;
    box-sizing: border-box;
}
*/
.newsCenter .news_tab {
    display: flex;
    width: 100%;
    height: 526px;
    flex-direction: column;
}

.newsCenter .tab-menu {
    height: 35px;
    width: 100%;
}

.newsCenter .tab-menu ul {
    height: 100%;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newsCenter .tab-menu li {
    width: 33.3%;
    display: block;
    height: 100%;
    font-size: 1rem;
    line-height: 35px;
    text-align: center;
    background: #f7f7f7;
}

.newsCenter .tab-box {
    flex: 1;
    padding-top: 36px;
    box-sizing: border-box;
}

.newsCenter .tab-box .trends {
    width: 50%;
    list-style: none;
}

.newsCenter .tab-box .trends li {
    display: flex;
    align-items: center;
}

.newsCenter .tab-box .trends li:nth-child(2n) .newsTrends {
    background-color: #f7f7f7;
}

.newsCenter .tab-box .trends li .date {
    flex: 0 76px;
    height: 70px;
    flex-direction: column;
    margin-right: 17px;
    text-align: center;
}

.newsCenter .tab-box .trends li .date span:nth-child(1) {
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 0.8rem;
    color: #ffffff;
    background-color: #2d57d0;
}

.newsCenter .tab-box .trends li .date span:nth-child(2) {
    height: 45px;
    width: 100%;
    background: #f7f7f7;
    font-size: 26px;
    color: #2d57d0;
}

.newsCenter .tab-box .trends li .newsTrends {
    flex: 1;
    height: 100%;
    flex-direction: column;
    padding: 25px 20px;
    box-sizing: border-box;
}

.newsCenter .tab-box .trends li .newsTrends span:nth-child(1) {
    font-size: 1.1rem;
    line-height: 30px;
    color: #333333;
}

.newsCenter .tab-box .trends li .newsTrends span:nth-child(2) {
    font-size: 0.9rem;
    line-height: 25px;
    color: #999999;
}

.newsCenter .tab-box>div {
    display: none;
}

.newsCenter .more {
    justify-content: center;
    margin-top: 25px;
}

.newsCenter .more button {
    border: none;
}

.newsCenter .more button a {
    display: block;
    width: 150px;
    height: 35px;
    line-height: 35px;
    font-size: 1.1rem;
    color: #ffffff;
    background-color: #2d57d0;
}

.newsCenter .more button a img {
    margin-left: 9px;
}


/* 让第一个框显示出来 */

.newsCenter .tab-box>div:first-Child {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.newsCenter .tab-box .show {
    width: 100%;
    height: 100%;
    display: flex !important;
    justify-content: space-between !important;
}


/* 改变选项卡选中时候的样式 */

.newsCenter .change {
    background: #2d57d0 !important;
    color: #fff;
}


/* 客户展示 */

.customers {
    height: auto;
    flex-direction: column;
}

.customers .showList {
    list-style: none;
    margin-bottom: 35px;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}

.customers .showList ul{
    width:100%;
    margin: auto;
}

/*.customers .showList li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    height: 65px;
    margin: 5px 0;
    box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.06);
}*/

.customers .showList li {
    float:left;
    list-style:none;
    display:block;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
    height:55px;
    margin: 0.34rem;
    box-shadow: 0px 5px 1000px 0px rgba(0, 0, 0, 0.06);
}

.customers .showList li img{
   width:120px;
   height:45px;
}




/* 联系我们 */

.connect_us {
    height: 330px;
    background-color: #f7f7f7;
}

.connect_us>.title {
    height: 104px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.connect_us .card {
    align-items: center;
    justify-content: space-between;
}

.connect_us>.title img {
    height: 70px;
}

.connect_us .card>div div,
.connect_us .card>div {
    display: flex;
}

.connect_us .card>div {
    width: 330px;
    height: 200px;
    align-items: center;
    justify-content: center;
}

.connect_us .card>div:nth-child(3) {
    width: 404px;
}

.connect_us .card .line {
    width: 2px;
    height: 130px;
    border-radius: 50%;
    background-color: #dcdcdc;
}

.connect_us .card>div div {
    flex-direction: column;
    margin-left: 30px;
}

.connect_us .card>div div span:nth-child(1) {
    font-size: 1.6;
    line-height: 34px;
    color: #666666;
}

.connect_us .card>div div span:nth-child(2) {
    font-size: 1rem;
    line-height: 34px;
    color: #999999;
}