*,
:after,
:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0!important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
summary,
time,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: ""
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    overflow-x: hidden;
    color: #333;
    background: #fff;
    font: 14px/1.5 "Microsoft Yahei", sans-serif;
    outline: 0
}

a {
    color: #333;
    text-decoration: none
}

img {
    max-width: 100%;
    border: none
}

em,
i {
    font-style: normal
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input,
select,
textarea {
    font-size: 12px;
    color: #444;
    font-family: "Microsoft Yahei", sans-serif;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

button,
input[type=button],
input[type=reset],
input[type=submit],
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer
}

::-webkit-input-placeholder {
    color: #babbbf
}

::-moz-placeholder {
    color: #babbbf
}

::-ms-input-placeholder {
    color: #babbbf
}

::-ms-clear,
::-ms-reveal {
    display: none
}

.fix {
    *zoom: 1
}

.fix:after,
.fix:before {
    display: block;
    content: "";
    height: 0;
    clear: both
}

.clearfix:after {
    /*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.c {
    clear: both
}

.col-l,
.l {
    float: left
}

.col-r,
.r {
    float: right
}

.ani {
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.unselect {
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none
}

.h50 {
    height: 50px;
    clear: both;
    overflow: hidden
}

.h100 {
    height: 100px;
    clear: both;
    overflow: hidden
}

body,
.body {
    width: 100%;
}

@media only screen and (max-width:1249px) {
    .header .img_text .text {
        font-size: 45px;
    }
}

@media only screen and (max-width:1200px) {
    .body>.top {
        position: relative;
        top: 0;
        width: 100%;
        height: 50px;
        background-color: #fff;
        z-index: 100;
        box-shadow: 0 0 5px rgb(0 0 0 / 15%);
    }
    .body>.top>div {
        display: none;
    }
    .body>.top span {
        margin-left: 3%;
    }
    .header .header_title .nav,
    .header_title img {
        display: none;
    }
    .header .header_title {
        height: 100px;
    }
    .header_title .nav {
        width: 100%;
        float: left;
        position: absolute;
        top: 100px;
        left: 0;
        height: calc(100vh - 50px) !important;
        background-color: rgba(245, 245, 245, 1)
    }
    .header_title .nav>div {
        display: block !important;
        padding: 0 !important;
        margin: 0 !important;
        background-color: #fff;
        text-align: center;
        border-bottom: 1px solid #eeeeee;
    }
    .header_title .nav>div:hover {
        background-color: #F4F6FD;
    }
    .header_title .nav>div:hover a {
        border-bottom: 3px solid #2d57d0;
    }
    .header_title .nav>div a {
        color: #000 !important;
    }
    .header .min_header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        height: 100px;
        width: 100%;
        padding-left: 45px;
        padding-right: 20px;
        box-sizing: border-box;
        background-color: #35619b;
        z-index: 100;
    }
    .header .logo {
        height: 75%;
    }
    .header .logo img {
        height: 100%;
    }
    .header .menuBtn {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 36px;
        height: 27px;
    }
    .header .menuBtn b {
        width: 100%;
        height: 4px;
        background: #fff;
        border-radius: 5px;
    }
    .menuBtn.open b:last-child {
        display: block;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
    }
    .menuBtn.open b {
        display: none;
        position: absolute;
        top: 50%;
        margin-top: -5px;
        width: 35px;
    }
    .menuBtn.open b:first-child {
        display: block;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }
    .header>img,
    .header .outer,
    .header .outer ul li img {
        height: 450px;
    }
    .header .outer .btn_left {
        left: 15px;
        background-size: 100% 100%;
    }
    .header .outer .btn_right {
        right: 15px;
        background-size: 100% 100%;
    }
    .header .outer .button {
        width: 45px;
        height: 80px;
        transform: translate(0, -50%);
    }
    .header .outer .btn_right:hover,
    .header .outer .btn_left:hover {
        background-size: 100% 100%;
    }
    .header .img_text .title,
    .header .outer ul li div .title {
        font-size: 90px;
        line-height: 49px;
    }
    .header .img_text .text,
    .header .outer ul li div .text {
        font-size: 32px;
        line-height: 120px;
    }
    .header .outer .num li {
        width: 45px;
        height: 4px;
        margin: 0 6px;
    }
    .header .outer .num {
        bottom: 85px;
    }
    .notice {
        height: 60px;
    }
    .notice .announce .title {
        font-size: 15px;
        line-height: 30px;
    }
    .notice .Noticewarp .scroll {
        line-height: 25px;
    }
    .feature .ul-entry {
        width: 100%;
        height: 150px;
        justify-content: space-evenly;
    }
    .feature .ul-entry li img {
        width: 35%;
    }
    .feature .ul-entry li a {
        width: 215px;
    }
    .feature .ul-entry li {
        width: auto;
    }
    .businessArea {
        height: 680px;
    }
    .businessArea .title {
        height: 130px;
    }
    .businessArea .title img {
        max-width: 85%;
    }
    .exhibition .tab-showMenu,
    .businessArea .certificate .tab-menu {
        height: 85px;
    }
    .businessArea .certificate .change span {
        background-position: 0px 0px;
        background-size: 100% 100%;
    }
    .exhibition .tab-showMenu ul li span,
    .businessArea .tab-menu ul li span {
        width: 165px;
        height: 70px;
        padding-top: 12px;
        font-size: 24px;
        background-position: 0px 0px !important;
        background-size: 100% 100% !important;
    }
    .exhibition .tab-showMenu ul li b,
    .businessArea .tab-menu ul li b {
        width: 12px;
        height: 12px;
    }
    .businessArea .certificate .tab-menu ul {
        justify-content: space-evenly;
    }
    .businessArea .certificate .tab-box>div:first-Child,
    .businessArea .certificate .content .show {
        width: 90%;
    }
    .businessArea .certificate .content>div div {
        width: 220px;
        height: auto;
    }
    .businessArea .certificate .content>div div span:last-child {
        height: 65px;
        line-height: 65px;
        font-size: 16px;
    }
    .businessArea .certificate .content>div div span:first-child {
        height: 90px;
        line-height: 90px;
        font-size: 27px;
    }
    .news_information .centerContent,
    .exhibition .tab-showBox .show,
    .exhibition .tab-showBox>div:first-Child {
        width: 95%;
    }
    .exhibition .paper {
        width: 53%;
    }
    .exhibition .paper li {
        font-size: 15px;
        line-height: 42px;
    }
    .exhibition .tab-showBox {
        padding: 33px 0;
    }
    .exhibition {
        height: auto;
    }
    .newsCenter .showBox_left .details,
    .exhibition .showBox_left .details {
        height: 80px;
        padding: 0 23px;
    }
    .newsCenter .showBox_left .details .title,
    .exhibition .showBox_left .details .title {
        font-size: 16px;
        line-height: 30px;
    }
    .newsCenter .showBox_left .details .text,
    .exhibition .showBox_left .details .text {
        font-size: 13px;
        line-height: 22px;
    }
    .firmReferral .ul-company p,
    .firmReferral .ul-company .tit {
        font-size: 13px;
    }
    .firmReferral .ul-company .tit span {
        font-size: 26px;
    }

    .firmReferral .left {
        flex: 0 0 320px;
        margin-top: 70px;
    }
    .firmReferral .referral .left .firmInfo .ul-company {
        padding: 40px 0 0;
    }
    .newsCenter .tab-box .show,
    .certificate_query,
    .firmReferral .referral {
        width: 95%;
        margin: 0 auto;
    }
    .customers .showList li {
        width: 210px;
        height: 95px;
        margin-bottom: 40px;
    }
    .customers .showList {
        width: 95%;
        justify-content: space-evenly;
        margin-bottom: 20px;
    }
    .connect_us>.title,
    .customers>.title,
    .newsCenter>.title {
        height: 130px;
        margin-bottom: 30px;
    }
    .newsCenter .tab-menu {
        height: 60px;
        width: 90%;
        margin: 0 auto;
    }
    .centerTitle div span,
    .newsCenter .tab-menu li {
        font-size: 24px;
        line-height: 60px;
    }
    .newsCenter .tab-box .trends li .date {
        flex: 0 70px;
        height: 70px;
        margin-right: 10px;
    }
    .newsCenter .tab-box .trends li .date span:nth-child(1) {
        height: 27px;
        line-height: 27px;
        font-size: 13px;
    }
    .newsCenter .tab-box .trends li .newsTrends {
        padding: 17px 15px;
    }
    .newsCenter .tab-box .trends li .newsTrends span:nth-child(2) {
        font-size: 13px;
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .newsCenter .tab-box .trends li .newsTrends span:nth-child(1) {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .newsCenter .more button a {
        width: 185px;
        height: 60px;
        line-height: 60px;
        font-size: 20px;
    }
    .newsCenter .more {
        margin: 35px 0;
    }
    .customers,
    .newsCenter {
        height: auto;
    }
    .newsCenter .tab-box .trends li .date span:nth-child(2) {
        height: 43px;
        font-size: 28px;
    }
    .newsCenter .tab-box>div:first-Child {
        width: 90%;
    }
    .newsCenter .news_tab {
        height: auto;
    }
    .newsCenter .showBox_left,
    .exhibition .showBox_left {
        width: 44%;
    }
    .newsCenter .tab-box .trends {
        width: 53%;
    }
    .newsCenter .outer ul li img,
    .exhibition .outer ul li img {
        height: 280px;
        width: 100%;
        margin-bottom: 40px;
    }
    .newsCenter .showBox_left .outer,
    .exhibition .showBox_left .outer {
        height: 280px;
    }
    .connect_us .card {
        width: 95%;
    }
    .connect_us .card>div {
        width: 300px;
        height: auto;
    }
    .connect_us .card>div div {
        margin-left: 15px;
    }
    .connect_us .card>div div span:nth-child(2) {
        font-size: 17px;
    }
    .connect_us .card>div div span:nth-child(1) {
        font-size: 28px;
    }
    .connect_us .card>div img {
        width: 16%;
    }
    .connect_us .card>div:nth-child(3) img {
        width: 29%;
        margin-left: 10px;
    }
    .footer .img>img {
        width: 340px;
        height: 70px;
    }
    .footer .bottom,
    .footer .footer_top {
        width: 90%;
    }
    .footer .img {
        height: 220px;
    }
    .footer .img>div img {
        max-width: 85%;
    }
    .footer .img>div {
        font-size: 17px;
        line-height: 30px;
    }
    .footer {
        height: auto;
    }
    .footer .bottom {
        height: 95px;
        justify-content: center;
    }
    .footer .bottom a,
    .footer .bottom {
        font-size: 16px;
    }
    .footer .fun {
        padding-bottom: 37px;
    }
    .company_profile .centerContent>div>img,
    .message>img,
    .hiring>img,
    .centerTitle {
        height: 60px;
    }
    .main_business,
    .centerContent .centre {
        width: 95%;
        margin: 0 auto;
    }
    .hiring>div .title {
        font-size: 22px;
        line-height: 55px;
        margin-left: 3%;
    }
    .hiring>div .title span {
        font-size: 13px;
    }
    .hiring>div .demand {
        line-height: 50px;
        font-size: 16px;
    }
    .message .address>div>div,
    .hiring>div .claim h6 {
        font-size: 17px;
    }
    .message .address>div>div p span,
    .hiring>div .claim p {
        font-size: 16px;
    }
    .message .address>div>div p span {
        line-height: 24px;
    }
    .message .address>p {
        font-size: 25px;
    }
    .message .address>p,
    .message .address>div {
        padding: 0 5px;
    }
    .message .address {
        padding: 15px 20px;
    }
    .message .admin>div {
        background-size: 100% 100%;
    }
    .message .admin>div div .title {
        font-size: 20px;
        line-height: 35px;
    }
    .message .admin>div div {
        padding: 25% 6% 12px;
    }
    .message .admin>div div p {
        line-height: 25px;
        font-size: 14px;
    }
    .branch,
    .details_content .content,
    .company_profile .centerContent .profile .advantage {
        width: 95%;
        margin: 0 auto;
    }
    .company_profile .centerContent .profile div p {
        font-size: 17px;
        line-height: 32px;
    }
    .company_profile .centerContent>div>img {
        margin: 35px 0;
    }
    .company_profile .centerContent .profile .show_text p {
        margin: 25px 0;
    }
    .company_profile .centerContent .profile .show_text {
        height: auto;
        padding-bottom: 50px;
    }
    .company_profile .centerContent .profile .advantage .card span {
        font-size: 25px;
        line-height: 25px;
    }
    .company_profile .centerContent .profile .advantage .card {
        height: auto;
    }
    .company_profile .centerContent .profile .advantage .card p {
        font-size: 14px;
        line-height: 24px;
        margin: 10px 10px;
    }
    .news_information .centerContent ul li .left_img {
        width: 30%;
        height: auto;
    }
    .news_information .centerContent ul li .text {
        height: auto;
        width: 55%;
    }
    .news_information .centerContent ul li h4 {
        font-size: 25px;
    }
    .news_information .centerContent ul li p {
        font-size: 17px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    .news_information .centerContent ul li {
        height: 260px;
    }
    .news_information .centerContent ul li span {
        font-size: 16px;
    }
    .branch .centerContent ul li .img_title {
        font-size: 19px;
        line-height: 26px;
    }
    .branch .centerContent ul li .branch_info>div {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .branch .centerContent ul li {
        height: auto;
    }
}

@media only screen and (max-width:980px) {
    .centre {
        width: 90%;
    }
    .header .header_title,
    .header .min_header {
        height: 70px;
    }
    .header_title .nav {
        top: 70px;
    }
    .body>.top {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    .header .outer .button {
        width: 35px;
        height: 60px;
    }
    .header .img_text .text,
    .header .outer ul li div .text {
        font-size: 22px;
        line-height: 50px;
    }
    .header .img_text .title,
    .header .outer ul li div .title {
        font-size: 55px;
        line-height: 75px;
    }
    .footer .footer_top {
        display: none;
    }
    .footer {
        background: #002053;
    }
    .header .outer ul li div {
        transform: translate(-50%, -50%);
    }
    .feature .ul-entry li a {
        width: 70%;
    }
    .header .outer,
    .header .outer ul li img {
        height: 375px;
    }
    .notice {
        height: 50px;
    }
    .notice .Noticewarp .scroll {
        line-height: 17px;
        font-size: 14px;
    }
    .notice .announce .title img {
        width: 14px;
        height: 11px;
    }
    .notice .announce .title {
        font-size: 14px;
    }
    .feature .ul-entry {
        width: 95%;
        height: 100px;
    }
    .feature .ul-entry li a {
        width: 85%;
        height: 50px;
    }
    .feature .ul-entry li a span {
        font-size: 14px;
    }
    .branch .centerContent>img,
    .connect_us .title img,
    .customers .title img,
    .newsCenter .title img,
    .businessArea .title img {
        width: 220px;
    }
    .exhibition .tab-showMenu ul li span,
    .businessArea .tab-menu ul li span {
        width: 125px;
        height: 55px;
        padding-top: 8px;
        font-size: 20px;
    }
    .exhibition .tab-showMenu,
    .businessArea .certificate .tab-menu {
        height: 65px;
    }
    .businessArea .certificate .content>div div {
        width: 24%;
    }
    .businessArea .certificate .content>div div span:first-child {
        height: 65px;
        line-height: 65px;
        font-size: 22px;
    }
    .businessArea .certificate .content>div div span:last-child {
        height: 55px;
        display: flex;
        line-height: 1;
        font-size: 12px;
        align-items: center;
        justify-content: center;
    }
    .businessArea {
        height: 550px;
    }
    .newsCenter .showBox_left .outer,
    .exhibition .showBox_left .outer {
        height: 220px;
    }
    .newsCenter .outer ul li img,
    .exhibition .outer ul li img {
        height: 220px;
        margin-bottom: 100px;
    }
    .newsCenter .showBox_left .details,
    .exhibition .showBox_left .details {
        height: 65px;
        padding: 0 20px;
    }
    .newsCenter .showBox_left .details .title,
    .exhibition .showBox_left .details .title {
        font-size: 13px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .newsCenter .showBox_left .details .text,
    .exhibition .showBox_left .details .text {
        font-size: 12px;
    }
    .exhibition .paper li {
        font-size: 12px;
        line-height: 35px;
    }
    .exhibition .paper li {
        padding-left: 1.6rem;
        background-size: 13px 11px;
    }
    .firmReferral .subtitle h2 {
        font-size: 27px;
    }
    .firmReferral .referral .zup {
        height: 1200px;
        display: flex;
        flex-direction: column;
    }
    .firmReferral .ul-company p,
    .firmReferral .ul-company .tit {
        font-size: 12px;
    }
    .firmReferral .ul-company .tit span {
        font-size: 22px;
    }
    .newsCenter .tab-menu {
        height: 50px;
    }
    .newsCenter .tab-menu li {
        font-size: 20px;
        line-height: 50px;
    }
    .newsCenter .tab-box .trends li .newsTrends span:nth-child(1) {
        font-size: 15px;
    }
    .newsCenter .tab-box .trends li .newsTrends span:nth-child(2) {
        font-size: 12px;
    }
    .newsCenter .more button a {
        width: 135px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
    .newsCenter .more button a img {
        width: 14px;
        margin-left: 6px;
    }
    .customers .showList {
        width: auto;
    }
    .customers .showList li {
        width: 21%;
        height: 80px;
        margin-bottom: 30px;
    }
    .connect_us .card>div img {
        width: 13%;
    }
    .connect_us .card>div:nth-child(3) img {
        width: 15%;
    }
    .connect_us .card>div div span:nth-child(1) {
        font-size: 24px;
    }
    .connect_us .card>div div span:nth-child(2) {
        font-size: 13px;
    }
    .connect_us .card>div:nth-child(3) {
        padding-right: 5px;
    }
    .connect_us>.title,
    .customers>.title,
    .newsCenter>.title {
        height: 100px;
        margin-bottom: 30px;
    }
    .footer .bottom a,
    .footer .bottom {
        font-size: 14px;
    }
    .header>img,
    .header .outer,
    .header .outer ul li img {
        height: 375px;
    }
    .certificate_query img,
    .company_profile .centerContent>div>img,
    .message>img,
    .hiring>img,
    .centerTitle {
        height: 50px;
    }
    .hiring>div .title {
        font-size: 18px;
        line-height: 50px;
    }
    .hiring>div .demand {
        line-height: 45px;
        font-size: 12px;
    }
    .message .address>div>div {
        font-size: 13px;
        height: 85px;
    }
    .centerTitle div span {
        font-size: 20px;
    }
    .hiring>div .claim h6 {
        font-size: 15px;
    }
    .message .admin>div div .title,
    .hiring>div .claim p {
        font-size: 14px;
    }
    .message .address>div>div p span {
        font-size: 12px;
        line-height: 20px;
    }
    .message .address>p {
        font-size: 22px;
    }
    .message .address>img {
        height: 340px;
    }
    .message .admin {
        margin: 60px 0;
        height: 130px;
    }
    .message .admin>div img {
        width: 55px;
    }
    .message .admin>div div p {
        line-height: 20px;
        font-size: 12px;
    }
    .company_profile .centerContent>div>img {
        margin: 25px 0;
    }
    .company_profile .centerContent .profile div p {
        font-size: 15px;
        line-height: 26px;
    }
    .company_profile .centerContent .profile>div {
        padding-bottom: 40px;
    }
    .company_profile .centerContent .profile .show_text {
        padding-bottom: 35px;
    }
    .company_profile .centerContent .profile .show_text>div {
        padding-top: 35px;
    }
    .company_profile .centerContent .profile .advantage .card span {
        font-size: 17px;
        line-height: 0;
    }
    .company_profile .centerContent .profile .advantage .card p {
        font-size: 12px;
        line-height: 14px;
    }
    .company_profile .centerContent .overt ul li img {
        width: 20px;
        height: 20px;
        margin: 0 15px;
    }
    .company_profile .centerContent .overt ul li>p {
        font-size: 14px;
    }
    .company_profile .centerContent .overt ul li div p {
        font-size: 13px;
    }
    .company_profile .centerContent .overt ul li button a,
    .company_profile .centerContent .overt ul li button {
        width: 65px;
        height: 25px;
        font-size: 13px;
    }
    .news_information .centerContent ul li .text {
        height: auto;
        width: 50%;
    }
    .news_information .centerContent ul li h4 {
        font-size: 20px;
    }
    .news_information .centerContent ul li span,
    .news_information .centerContent ul li p {
        font-size: 14px;
    }
    .news_information .centerContent ul li .text {
        margin-right: 20px;
    }
    .news_information .centerContent ul li {
        height: 180px;
    }
    .news_information .centerContent ul li .more {
        font-size: 15px;
        margin-left: 27px;
    }
    .news_information .centerContent .paging button,
    .news_information .centerContent .paging input {
        width: 65px;
        height: 30px;
        font-size: 14px;
    }
    .news_information .centerContent .paging input {
        width: 40px;
    }

    .news_information .centerContent .paging ul.pager {
        display: block;
        width: 600px;
        height: 50px;
    }
    .news_information .centerContent .paging ul.pager li {
        width: 65px;
        height: 30px;
        font-size: 14px;
        display: block;
    }

    .news_details .details_title>span {
        font-size: 26px;
        line-height: 40px;
    }
    .news_details .details_title p {
        font-size: 15px;
        line-height: 30px;
    }
    .details_content .content p {
        font-size: 16px;
        line-height: 32px;
    }
    .details_content .content img {
        width: 100%;
        height: 320px;
    }
    .details_content .cut .right,
    .details_content .cut .left {
        font-size: 14px;
        line-height: 32px;
    }
    .s_side {
        width: 200px;
    }
    .s_side>ul>li {
        line-height: 50px;
    }
    .s-firstNav {
        font-size: 20px;
        padding-left: 30px;
        padding-right: 20px;
    }
    .s-firstDrop>li {
        line-height: 40px;
    }
    .s_side_s .s-firstDrop {
        width: fit-content;
    }
    .action:after {
        width: 3px;
        height: 40px;
    }
    .s-secondDrop>li a {
        line-height: 30px;
    }
    .business {
        margin-top: 15px;
        margin-left: 20px;
    }
    .business>div {
        margin-bottom: 25px;
    }
    .business .title {
        margin-bottom: 10px;
    }
    .business .title img {
        height: 30px;
    }
    .business .title span {
        font-size: 25px;
        line-height: 30px;
        margin-left: 9px;
    }
    .business .approve>span {
        font-size: 17px;
        line-height: 30px;
    }
    .business .approve .content {
        font-size: 14px;
        line-height: 26px;
    }
    .sample .title,
    .scope .title {
        background-position: 24px 0;
        background-size: 75% 70%;
    }
    .business .scope ul li {
        width: 25%;
    }
    .business .scope ul li span {
        font-size: 14px;
        margin: 0 10px;
        line-height: 16px;
    }
    .certificate_query img {
        margin: 30px 0;
    }
    .certificate_query .table {
        padding: 0 20px;
        padding-top: 25px;
        margin-bottom: 35px;
    }
    .certificate_query .table>.title span {
        font-size: 16px;
        line-height: 26px;
    }
    .certificate_query .table>.title h4 {
        font-size: 19px;
    }
    .certificate_query .table>.content {
        margin-top: 20px;
    }
    .certificate_query .table>.content .tab span {
        width: 115px;
        height: 45px;
        font-size: 16px;
        line-height: 45px;
    }
    .certificate_query .table>.content .system p {
        font-size: 16px;
        line-height: 45px;
    }
    .certificate_query .table>.content .system input {
        height: 45px;
        width: 100%;
        font-size: 13px;
    }
    .certificate_query .table>.content .btn button {
        width: 95px;
        height: 40px;
        margin: 0 10px;
        font-size: 18px;
    }
    .centerContent {
        width: 100%;
    }
    .branch .centerContent ul li {
        width: 31%;
    }
    .branch .centerContent ul li .img_title {
        font-size: 18px;
        line-height: 23px;
    }
    .exhibition .paper li span:last-child {
        width: 70px;
    }
    .exhibition .paper li span:first-child {
        flex: 1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media only screen and (max-width:630px) {
    .header>img,
    .header .outer,
    .header .outer ul li img {
        height: 220px;
    }
    .notice .announce {
        padding: 0 5%;
    }
    .header .outer .num li {
        width: 15px;
        height: 2px;
        margin: 0 6px;
    }
    .header .outer .num {
        bottom: 45px;
    }
    .notice {
        height: 30px;
    }
    .notice .announce {
        flex-direction: row;
    }
    .notice .Noticewarp {
        margin-left: 0px;
    }
    .notice .notice_item {
        line-height: 30px;
    }
    .header .img_text .text,
    .header .outer ul li div .text {
        font-size: 12px;
        line-height: 25px;
    }
    .header .img_text .title,
    .header .outer ul li div .title {
        font-size: 30px;
        line-height: 50px;
    }
    .feature .ul-entry {
        width: 100%;
        height: 70px;
        flex-wrap: wrap;
    }
    .feature .ul-entry li {
        width: 50%;
        height: 50%;
    }
    .feature .ul-entry li a {
        width: 100%;
        height: 100%;
        justify-content: center;
    }
    .feature .ul-entry li img {
        width: 20%;
    }
    .connect_us .title img,
    .customers .title img,
    .newsCenter .title img,
    .businessArea .title img {
        width: 155px;
    }
    .connect_us>.title,
    .customers>.title,
    .newsCenter>.title,
    .businessArea .title {
        height: 80px;
    }
    .exhibition .tab-showMenu,
    .businessArea .certificate .tab-menu {
        height: 50px;
    }
    .exhibition .tab-showMenu ul li span,
    .businessArea .tab-menu ul li span {
        width: 70px;
        height: 39px;
        padding-top: 7px;
        font-size: 12px;
    }
    .exhibition .tab-showMenu ul li b,
    .businessArea .tab-menu ul li b {
        width: 8px;
        height: 8px;
    }
    .exhibition .line,
    .businessArea .certificate .line {
        bottom: 4px;
    }
    .businessArea .certificate .content>div div {
        width: 43%;
    }
    .businessArea {
        height: 680px;
    }
    .businessArea .certificate .content>div div span:first-child {
        height: 55px;
        line-height: 55px;
        font-size: 20px;
    }
    .businessArea .certificate .content>div div span:last-child {
        height: 50px;
        line-height: 50px;
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .businessArea .certificate .content {
        padding: 25px 0;
    }
    .exhibition .tab-showBox .show,
    .exhibition .tab-showBox>div:first-Child {
        width: 95%;
        flex-direction: column;
    }
    .newsCenter .tab-box .trends,
    .exhibition .paper,
    .newsCenter .showBox_left,
    .exhibition .showBox_left {
        width: 100%;
    }
    .exhibition .paper li span:first-child {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .exhibition .paper li span:last-child {
        width: 70px;
    }
    .firmReferral .ul-company {
        margin-bottom: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .firmReferral .ul-company li {
        width: 33.3%;
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        border-bottom: 1px solid #d2d2d2;
    }
    .firmReferral .ul-company li:nth-child(n+4) {
        border-bottom: none;
    }
    .newsCenter .tab-box>div:first-Child {
        flex-direction: column;
    }
    .newsCenter .more {
        margin: 10px 0;
        width: 100%;
    }
    .newsCenter .more button a {
        width: 100px;
        height: 40px;
        line-height: 40px;
        font-size: 13px;
    }
    .customers .showList li {
        width: 21%;
        height: 45px;
        margin-bottom: 15px;
    }
    .customers .showList li img {
        width: 100%;
        height: 100%;
    }
    .connect_us .card>div div span:nth-child(2) {
        font-size: 12px;
    }
    .connect_us .card>div div span:nth-child(1) {
        font-size: 16px;
    }
    .connect_us .card>div:nth-child(3) div span:last-child {
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .connect_us {
        height: 270px;
        background-color: #f7f7f7;
    }
    .footer .bottom a,
    .footer .bottom {
        font-size: 12px;
    }
    .centerTitle div {
        width: 100%;
        flex-wrap: wrap;
    }
    .connect_us>.title img,
    .branch .centerContent>img,
    .company_profile .centerContent>div>img,
    .message>img,
    .hiring>img {
        height: 40px;
    }
    .centerTitle {
        height: auto;
    }
    .centerTitle div span {
        line-height: 40px;
    }
    .message>img,
    .hiring>img {
        margin-top: 35px;
        margin-bottom: 20px;
    }
    .hiring>div .title {
        font-size: 16px;
        line-height: 40px;
    }
    .hiring>div .claim p,
    .hiring>div .title span {
        font-size: 12px;
    }
    .hiring>div .demand {
        flex-wrap: wrap;
        line-height: 25px;
    }
    .hiring>div .claim h6 {
        font-size: 14px;
    }
    .hiring>div .claim p {
        line-height: 22px;
    }
    .message .address>div>div {
        width: 50%;
    }
    .message .address>p {
        font-size: 19px;
    }
    .message .address>img {
        height: 255px;
    }
    .message .admin {
        flex-wrap: wrap;
        height: auto;
        margin-bottom: 0;
    }
    .message .admin>div {
        width: 48%;
        margin-bottom: 50px;
    }
    .message .admin>div img {
        width: 65px;
    }
    .centerTitle div a {
        width: 50%;
    }
    .company_profile .centerContent .profile div p {
        font-size: 12px;
        line-height: 20px;
    }
    .company_profile .centerContent .profile>div {
        padding-bottom: 30px;
    }
    .company_profile .centerContent .profile .show_text>div {
        padding-top: 10px;
    }
    .company_profile .centerContent .profile .show_text {
        padding-bottom: 10px;
    }
    .company_profile .centerContent .profile .show_text p {
        margin: 15px 0;
    }
    .company_profile .centerContent .profile .advantage .card {
        width: 48%;
        height: 285px;
        margin-bottom: 20px;
    }
    .company_profile .centerContent .profile .advantage {
        flex-wrap: wrap;
    }
    .company_profile .centerContent .profile .advantage .card span {
        font-size: 20px;
        line-height: 1;
    }
    .company_profile .centerContent .aptitude ul li {
        width: 48%;
    }
    .company_profile .centerContent .overt ul li div p {
        font-size: 12px;
    }
    .company_profile .centerContent .overt ul li>p {
        font-size: 13px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .company_profile .centerContent .overt ul li button a,
    .company_profile .centerContent .overt ul li button {
        width: 60px;
        height: 23px;
        font-size: 12px;
    }
    .company_profile .centerContent .overt ul li img {
        width: 15px;
        height: 15px;
        margin: 0 10px;
    }
    .news_information .centerContent ul li .more {
        font-size: 12px;
        margin-left: 10px;
    }
    .news_information .centerContent ul li h4 {
        font-size: 15px;
    }
    .news_information .centerContent ul li span,
    .news_information .centerContent ul li p {
        font-size: 12px;
        -webkit-line-clamp: 3;
    }
    .news_information .centerContent ul li .text {
        margin-right: 10px;
        margin-left: 5px;
    }
    .news_information .centerContent ul li span {
        line-height: 20px;
    }
    .news_information .centerContent ul li {
        height: 110px;
    }
    .news_information .centerContent .paging {
        height: 80px;
    }
    .news_information .centerContent .paging button,
    .news_information .centerContent .paging input {
        width: 50px;
        height: 23px;
        font-size: 12px;
    }
    .news_information .centerContent .paging input {
        width: 30px;
        margin: 0 5px;
    }
    .centerTitle div span {
        font-size: 17px;
    }
    .news_details .details_title>span {
        font-size: 20px;
        line-height: 30px;
    }
    .news_details .details_title p {
        font-size: 12px;
        line-height: 20px;
    }
    .details_content .content p {
        font-size: 13px;
        line-height: 22px;
    }
    .details_content .content img {
        height: 200px;
    }
    .details_content .cut .right,
    .details_content .cut .left {
        width: 35%;
        font-size: 12px;
        line-height: 20px;
    }
    .details_content .cut {
        padding: 10px;
        height: auto;
    }
    .s-firstNav {
        font-size: 12px;
        padding-left: 10px;
        padding-right: 5px;
    }
    .s_side {
        width: 100px;
    }
    .s_side>ul>li {
        line-height: 35px;
        margin-bottom: 10px;
    }
    .s_side>ul>li i {
        width: 8px;
        height: 8px;
    }
    .chevron_up2,
    .chevron_up {
        background-size: 100% 100%;
    }
    .chevron2,
    .chevron {
        background-size: contain;
    }
    .s-secondNav {
        padding-left: 30px;
        padding-right: 5px;
    }
    .s-firstDrop>li {
        line-height: 30px;
        font-size: 12px;
    }
    .action:after {
        width: 2px;
        height: 30px;
    }
    .s-secondDrop {
        padding-left: 25px;
        font-size: 12px;
        line-height: 25px;
    }
    .s-secondDrop>li::marker {
        font-size: 12px;
    }
    .business .title img {
        height: 20px;
        width: 3px;
    }
    .business .title span {
        font-size: 16px;
        line-height: 20px;
        margin-left: 5px;
    }
    .business .approve>span {
        font-size: 13px;
        line-height: 20px;
    }
    .business .approve .content {
        font-size: 12px;
        line-height: 15px;
    }
    .business>div {
        margin-bottom: 15px;
    }
    .business .scope ul li {
        width: 50%;
    }
    .business .sample .sample_img img {
        margin-top: 10px;
    }
    .certificate_query .table {
        padding: 0 10px;
        padding-top: 15px;
        margin-bottom: 30px;
    }
    .certificate_query .table>.title span {
        font-size: 12px;
        line-height: 19px;
    }
    .certificate_query .table>.title h4 {
        font-size: 15px;
    }
    .certificate_query .table>.content .tab span {
        width: 85px;
        height: 35px;
        font-size: 12px;
        line-height: 35px;
    }
    .certificate_query .table>.content {
        margin-top: 12px;
    }
    .certificate_query .table>.content .system p {
        font-size: 13px;
        line-height: 35px;
    }
    .certificate_query .table>.content .system input {
        height: 35px;
        width: 100%;
        font-size: 12px;
    }
    .certificate_query .table>.content .btn button {
        width: 60px;
        height: 30px;
        margin: 0 5px;
        font-size: 14px;
    }
    .certificate_query .table>.content .btn {
        justify-content: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .certificate_query .table>.content .system div {
        margin-bottom: 10px;
    }
    .branch .centerContent ul li {
        width: 48%;
        margin-bottom: 20px;
    }
    .branch .centerContent ul li .img_title {
        font-size: 16px;
        line-height: 1;
    }
    .branch .centerContent {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .branch .centerContent ul {
        margin-top: 30px;
    }
    .branch .centerContent ul li .branch_info>div {
        font-size: 12px;
        margin-bottom: 10px;
    }
}