@font-face {
    font-family: "DFWeiBei-Md-HK-BF";
    src: url("../fonts/DFWeiBei-Md-HK-BF.woff2") format("woff2"), url("../fonts/DFWeiBei-Md-HK-BF.woff") format("woff"), url("../fonts/DFWeiBei-Md-HK-BF.ttf") format("truetype"), url("../fonts/DFWeiBei-Md-HK-BF.eot") format("embedded-opentype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "DFPWeiBeiW7";
    src: url("../fonts/DFPWeiBeiW7.woff2") format("woff2"), url("../fonts/DFPWeiBeiW7.woff") format("woff"), url("../fonts/DFPWeiBeiW7.ttf") format("truetype"), url("../fonts/DFPWeiBeiW7.eot") format("embedded-opentype");
    font-weight: normal;
    font-style: normal
}

.hoverimg {
    overflow: hidden;
    width: 100%;
    height: 100%
}

.hoverimg>img {
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.hoverimg:hover>img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.page_banner img {
    max-width: 100%;
    display: block;
    margin: 0 auto
}

.w1200 {
    width: 1200px;
    margin: 0 auto
}

.croms_nav {
    width: 100%;
    height: 69px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 0px 0px #e8e8e8;
    box-shadow: 0px 1px 0px 0px #e8e8e8;
    border-bottom: 1px solid #e8e8e8
}

.croms_nav .w1200 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.croms_nav .croms_first {
    padding-left: 25px;
    background: url(../images/lin/home.png) no-repeat left center/21px 17px
}

.croms_nav .crom_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    line-height: 69px;
    letter-spacing: 2px;
    color: #333333
}

.croms_nav .crom_left em {
    display: block;
    width: 4px;
    height: 6px;
    margin: 0 14px;
    background: url(../images/lin/croms_icon.png) no-repeat center/100% 100%
}

.croms_nav .crom_right {
    font-size: 16px;
    letter-spacing: 1px;
    color: #333333
}

.croms_nav .crom_right a {
    position: relative;
    line-height: 69px;
    padding: 0 10px;
    display: inline-block
}

.croms_nav .crom_right a.active::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -1px;
    height: 2px;
    background-color: #0160b1
}

.pub_title {
    text-align: center
}

.pub_title h3 {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #333333
}

.pub_title h5 {
    font-size: 18px;
    line-height: 18px;
    color: #b2b2b2;
    margin: 8px 0 38px
}

.pub_title .public_line {
    position: relative;
    width: 302px;
    height: 1px;
    background-color: #dcdcdc;
    margin: 0 auto
}

.pub_title .public_line::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 32px;
    height: 5px;
    background-color: #d1d1d1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

.section_join {
    padding: 70px 0 86px;
    background: url(../images/lin/join1.jpg) no-repeat center/100% 100%
}

.section_join .section_org {
    margin-top: 30px
}

.section_join .section_org img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.section_team {
    padding: 75px 0 90px
}

.section_team .team_desc {
    max-width: 887px;
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    margin: 38px auto;
    text-align: center
}

.section_team .team_tit {
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
    color: #0160b1
}

.section_team .team_box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 33px 0 68px
}

.section_team .team_img {
    width: 390px;
    height: 417px
}

.section_team .team_img img {
    width: 100%;
    height: 100%
}

.section_team .team_info {
    width: 809px;
    height: 297px;
    background-color: #f7f7f7;
    padding: 70px 64px 75px;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section_team .team_info h6 {
    font-family: DFPWeiBeiW7;
    font-size: 22px;
    color: #000000;
    text-align: center
}

.section_team .team_info b {
    font-size: 15px;
    color: #666666
}

.section_team .team_org2 {
    margin-top: 25px
}

.section_team .team_org2 img {
    max-width: 100%;
    display: block;
    margin: 0 auto
}

.section_patent {
    padding: 70px 0 78px
}

.section_patent .parents_ul {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section_patent li {
    width: 288px;
    height: 305px;
    background-color: #f3f3f3;
    padding-top: 25px;
    text-align: center;
    margin-bottom: 20px
}

.section_patent li:hover .parents_body h3 {
    color: #0160b1
}

.section_patent li.parent_last {
    width: 288px;
    height: 0;
    margin: 0;
    padding: 0
}

.section_patent .parent_img {
    width: 255px;
    height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}

.section_patent .parent_img img {
    max-width: 100%
}

.section_patent .parents_body {
    padding: 20px 30px 0
}

.section_patent .parents_body h3 {
    font-size: 16px;
    color: #5e5e5e;
    margin-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.section_patent .parents_body p {
    font-size: 13px;
    line-height: 22px;
    color: #999999
}

.section_honor {
    padding: 70px 0 75px
}

.section_honor .honor_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 31px
}

.section_honor .honor_ul li {
    width: 389px;
    height: 375px;
    background-color: #f3f3f3;
    padding-top: 34px;
    text-align: center;
    margin-bottom: 25px
}

.section_honor .honor_ul li.honor_last {
    width: 389px;
    height: 0;
    margin: 0;
    padding: 0
}

.section_honor .honor_ul li .honor_body {
    padding: 25px 50px 0
}

.section_honor .honor_ul li h3 {
    font-size: 16px;
    color: #5e5e5e;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px
}

.section_honor .honor_ul li p {
    font-size: 13px;
    line-height: 22px;
    color: #999999
}

.section_honor .honor_ul .honor_img {
    width: 342px;
    height: 214px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section_honor .honor_ul .honor_img img {
    max-width: 100%
}

#pagesize ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#pagesize li a {
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    color: #999;
    background-color: #ffffff;
    border: solid 1px #ececec
}

#pagesize li a.active {
    color: #fff;
    background-color: #0160b1;
    border-color: #0160b1
}

#pagesize li.pagesize_prev a,
#pagesize li.pagesize_next a {
    width: 86px
}

.section_culture {
    padding: 70px 0
}

.section_culture .culture_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px
}

.section_culture .culture_ul li {
    width: 390px;
    margin-bottom: 25px
}

.section_culture .culture_ul li:last-child {
    width: 390px;
    height: 0;
    margin: 0;
    padding: 0
}

.section_culture .culture_ul .culture_img {
    width: 100%;
    height: 262px
}

.section_culture .culture_ul .culture_body {
    width: 100%;
    height: 138px;
    background-color: #f5f5f5;
    padding: 30px
}

.section_culture .culture_ul .culture_body h3 {
    position: relative;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    padding-left: 25px;
    margin-bottom: 13px
}

.section_culture .culture_ul .culture_body h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 17px;
    height: 2px;
    background-color: #333333
}

.section_culture .culture_ul .culture_body p {
    font-size: 14px;
    line-height: 24px;
    color: #666666
}

.section_culture .culture_box {
    margin-top: 47px
}

.section_culture .culture_box img {
    width: 100%
}

.section_company {
    padding: 70px 0 0
}

.section_company .company_box {
    margin-top: 40px;
    padding: 0 0 125px;
    background: url(../images/lin/company_bg.jpg) no-repeat bottom center/100% 320px
}

.section_company .company_box p {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    margin-bottom: 20px;
    text-indent: 2rem
}

.section_company .company_box p b {
    font-size: 14px;
    font-weight: bold;
    color: #0160b1
}

.section_company .company_box .parent_company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px
}

.section_company .company_box .parent_company a {
    width: 290px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    border: solid 1px #dcdcdc;
    display: block;
    font-size: 16px;
    color: #666666
}

.section_company .company_box .company_video {
    cursor: pointer
}

.section_company .company_box .company_video img {
    width: 100%
}

.section_company .company_logo {
    padding: 70px 0 114px
}

.section_company .company_logo .com_logo_box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 90px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.section_company .company_logo .com_logo_box::after {
    content: "";
    width: 240px;
    height: 390px;
    border: solid 4px #0160b1;
    opacity: 0.8;
    position: absolute;
    right: 122px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.section_company .company_logo .com_logo_left {
    width: 597px;
    height: 300px
}

.section_company .company_logo .com_logo_left img {
    width: 100%;
    height: 100%
}

.section_company .company_logo .com_logo_right {
    width: 603px;
    height: 300px
}

.section_company .company_logo .com_logo_right img {
    width: 100%;
    height: 100%
}

.section_deve {
    padding: 68px 0 126px;
    background: url(../images/lin/dev_bg.jpg) no-repeat center/100% 100%
}

.section_deve .swiper-button-prev,
.section_deve .swiper-container-rtl .swiper-button-next {
    left: -30px;
    outline: none
}

.section_deve .swiper-button-next,
.section_deve .swiper-container-rtl .swiper-button-prev {
    right: -30px;
    outline: none
}

.section_deve .dev_swiper {
    position: relative;
    margin-top: 60px
}

.section_deve .dev_swiper .swiper-container {
    position: relative
}

.section_deve .dev_swiper .swiper-container::after {
    content: "";
    position: absolute;
    height: 2px;
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 100%;
    background-color: #e5e5e5
}

.section_deve .dev_swiper .swiper-container h3 {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 14px
}

.section_deve .dev_swiper .swiper-container p {
    font-size: 14px;
    line-height: 21px;
    color: #666666
}

.section_deve .dev_swiper .swiper-container .swiper-wrapper {
    padding: 0 45px;
    min-height: 300px
}

.section_deve .dev_swiper .swiper-container .swiper-slide {
    position: relative
}

.section_deve .dev_swiper .swiper-container .swiper-slide:hover .dev_line {
    border-color: #0160b1 !important
}

.section_deve .dev_swiper .swiper-container .swiper-slide:hover .dev_line h3,
.section_deve .dev_swiper .swiper-container .swiper-slide:hover .dev_line p {
    color: #0160b1 !important
}

.section_deve .dev_swiper .swiper-container .swiper-slide:hover .dev_line::before {
    border-color: #0160b1 !important
}

.section_deve .dev_swiper .swiper-container .swiper-slide:nth-child(2n+1) {
    bottom: 0;
    height: 150px
}

.section_deve .dev_swiper .swiper-container .swiper-slide:nth-child(2n+1) .dev_line {
    position: relative;
    border-left: 2px solid #e5e5e5;
    padding-left: 25px;
    padding-bottom: 30px;
    height: 150px
}

.section_deve .dev_swiper .swiper-container .swiper-slide:nth-child(2n+1) .dev_line::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border: solid 2px #cccccc;
    top: 0;
    left: -8px;
    border-radius: 50%
}

.section_deve .dev_swiper .swiper-container .swiper-slide:nth-child(2n) {
    bottom: -150px;
    height: 150px
}

.section_deve .dev_swiper .swiper-container .swiper-slide:nth-child(2n) .dev_line {
    position: relative;
    border-left: 2px solid #e5e5e5;
    padding-left: 25px;
    padding-bottom: 0;
    height: 50px;
    padding-top: 25px;

    width: 71%;
}

.section_deve .dev_swiper .swiper-container .swiper-slide:nth-child(2n) .dev_line::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border: solid 2px #cccccc;
    bottom: 0;
    left: -8px;
    border-radius: 50%
}

.phone_swiper {
    display: none
}

.section_recuitment {
    padding: 70px 0
}

.recu_ul {
    margin-top: 40px
}

.recu_ul .rec_list {
    margin-top: 14px
}

.recu_ul .rec_list .recu_head {
    background-color: #dfdfdf;
    height: 49px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    color: #333;
    cursor: pointer
}

.recu_ul .rec_list .recu_head.hack b.arrs {
    background-image: url(../images/lin/down.png)
}

.recu_ul b.arrs {
    display: block;
    width: 32px;
    height: 32px;
    background: url(../images/lin/up.png) no-repeat center/100% 100%
}

.recu_ul .rec_first .recu_head {
    background-color: #0160b1
}

.recu_ul .recu_head {
    padding: 0 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #fff
}

.recu_ul .recu_head .rec_tit:nth-child(2) {
    margin: 0 340px 0 350px
}

.recu_ul .recu_head .rec_tit:last-child {
    margin-left: 95px
}

.recu_ul .recu_con {
    display: none;
    width: 100%;
    border: solid 1px #f0f0f0;
    padding: 0 60px 37px 60px
}

.recu_ul .recu_con p {
    font-size: 14px;
    line-height: 30px;
    color: #666666
}

.recu_ul .recu_con p strong {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-top: 30px;
    display: block
}

.rec_first {
    width: 100%;
    height: 49px
}

.section_mange {
    padding: 70px 0
}

.section_mange .mange_item {
    margin-top: 40px
}

.section_mange .mange_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.section_mange .mange_list:nth-child(2n+1) .mange_list_r {
    margin-left: 66px
}

.section_mange .mange_list:nth-child(2n+1) .mange_list_r h3 {
    padding-left: 30px
}

.section_mange .mange_list:nth-child(2n+1) .mange_list_r p {
    padding: 0 0 0 30px
}

.section_mange .mange_list:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 45px;
    padding-top: 45px;
    border-top: 1px solid #e6e6e6
}

.section_mange .mange_list:nth-child(2n) .mange_list_r h3 {
    padding-left: 30px
}

.section_mange .mange_list:nth-child(2n) .mange_list_r p {
    padding: 0 75px 0 30px
}

.section_mange .mange_list .mange_list_l {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 290px
}

.section_mange .mange_list .mange_list_l img {
    width: 100%;
    height: 100%
}

.section_mange .mange_list .mange_list_r {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: url(../images/lin/manarr.jpg) no-repeat top left/60px 60px;
    padding-top: 74px
}

.section_mange .mange_list .mange_list_r h3 {
    font-size: 20px;
    line-height: 20px;
    color: #2a2a2a;
    margin-bottom: 28px
}

.section_mange .mange_list .mange_list_r p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #666666
}

.bgf5 {
    background-color: #f5f5f5
}

.mange_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #f5f5f5
}

.mange_ul li {
    position: relative;
    padding-top: 29px;
    position: relative;
    width: 287px;
    height: 338px;
    background-color: #ffffff;
    margin-bottom: 25px;
    overflow: hidden
}

.mange_ul li:hover .mange_mask {
    bottom: 0
}

.mange_ul li.mange_last {
    width: 287px;
    height: 0;
    margin: 0;
    padding: 0
}

.mange_ul li .mange_imgs {
    width: 100%
}

.mange_ul li .mange_mask {
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(1, 96, 177, 0.8);
    padding: 42px 30px 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.mange_ul li .mange_mask h3 {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    text-align: center
}

.mange_ul li .mange_mask p {
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    opacity: 0.8;
    margin: 37px 0
}

.mange_ul li .mange_mask span {
    font-family: SourceHanSansCN-Regular;
    text-decoration: underline;
    font-size: 14px;
    color: #ffffff
}

.mange_ul .mange_imgs {
    width: 220px;
    height: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mange_ul .mange_title {
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin-top: 40px
}

.mt48 {
    margin-top: 48px
}

.section_news {
    padding: 70px 0
}

.section_news .sec_news_ul {
    margin-top: 10px
}

.section_news .sec_news_ul li {
    padding: 30px 0;
    border-bottom: 1px solid #f0f0f0
}

.section_news .sec_news_ul li:hover {
    border-color: #0160b1
}

.section_news .sec_news_ul li:hover .news_mores {
    background-image: url(../images/lin/newsactive.jpg);
    background-size: 100% 100%
}

.section_news .sec_news_ul li:hover .news_date .news_mmdd {
    color: #0160b1
}

.section_news .sec_news_ul a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.section_news .sec_news_ul .news_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section_news .sec_news_ul .news_icon {
    width: 287px;
    height: 122px
}

.section_news .sec_news_ul .news_date {
    text-align: center;
    margin: 0 70px 0 45px
}

.section_news .sec_news_ul .news_date .news_mmdd {
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    color: #3d3d3d;
    margin-bottom: 10px
}

.section_news .sec_news_ul .news_date .news_year {
    font-family: FZLTCXHJW--GB1-0;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    color: #666666
}

.section_news .sec_news_ul .news_intro {
    width: 510px
}

.section_news .sec_news_ul .news_intro h2 {
    font-size: 18px;
    color: #333333;
    margin-bottom: 17px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.section_news .sec_news_ul .news_intro p {
    font-size: 14px;
    line-height: 27px;
    color: #666666
}

.section_news .sec_news_ul .news_mores {
    width: 58px;
    height: 58px;
    background: url(../images/lin/newson.jpg) no-repeat center/46px 46px;
    margin-left: 160px;
    -webkit-transition: .3s;
    transition: .3s
}

.news_detail_con h2.nt {
    font-size: 30px;
    color: #333333;
    text-align: center
}

.news_detail_con .news_time {
    font-size: 12px;
    color: #666666;
    margin: 25px 0 30px;
    text-align: center
}

.news_detail_con .news_detail_body {
    padding: 40px 0;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc
}

.news_detail_con .news_detail_body p {
    font-size: 14px;
    line-height: 27px;
    color: #666666
}

.news_detail_con .news_detail_body p img {
    max-width: 100%
}

.news_detail_con .news_detail_click {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px
}

.news_detail_con .news_detail_click .news_back {
    display: block;
    line-height: 42px;
    text-align: center;
    width: 168px;
    height: 42px;
    border: solid 1px #d8d8d8;
    font-size: 14px;
    color: #666666
}

.news_detail_con .news_detail_click .news_back:hover {
    background-color: #0160b1;
    color: #fff;
    border-color: #0160b1
}

.news_detail_con .news_detail_click .click_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.news_detail_con .news_detail_click .click_right a {
    display: block;
    line-height: 42px;
    text-align: center;
    width: 100px;
    height: 42px;
    border: solid 1px #d8d8d8;
    font-size: 14px;
    color: #666666
}

.news_detail_con .news_detail_click .click_right a:first-child {
    margin-right: 6px
}

.news_detail_con .news_detail_click .click_right a:hover {
    background-color: #0160b1;
    color: #fff;
    border-color: #0160b1
}

.section_casees {
    padding: 70px 0
}

.section_casees .caser_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.section_casees .caser_ul li {
    width: 290px;
    -webkit-transition: .3s;
    transition: .3s;
    margin-bottom: 25px
}

.section_casees .caser_ul li:hover {
    -webkit-box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.2)
}

.section_casees .caser_ul li.caser_last {
    width: 290px;
    margin: 0;
    padding: 0;
    height: 0
}

.section_casees .caser_ul .caser_icon {
    width: 100%;
    height: 180px
}

.section_casees .caser_ul .caser_body {
    width: 100%;
    height: 123px;
    background-color: #ffffff;
    padding: 20px
}

.section_casees .caser_ul .caser_body h3 {
    font-size: 16px;
    letter-spacing: 1px;
    color: #333333;
    margin-bottom: 14px
}

.section_casees .caser_ul .caser_body p {
    font-size: 13px;
    line-height: 23px;
    color: #999999
}

.section_download {
    padding: 70px 0
}

.section_download .download_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px
}

.section_download .download_ul li {
    width: 580px;
    height: 64px;
    border: solid 1px #e2e2e2;
    padding: 0 30px;
    margin-top: 30px
}

.section_download .download_ul li a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section_download .download_ul li h3 {
    font-size: 14px;
    letter-spacing: 1px;
    color: #666666;
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.section_download .download_ul li span {
    width: 24px;
    height: 24px;
    display: block;
    background: url(../images/lin/download.png) no-repeat center/100% 100%
}

.process_one {
    width: 100%;
    padding: 70px 0;
    background: url(../images/lin/lcbg.png) no-repeat top center/100%
}

.process_img {
    margin-top: 40px
}

.process_img img {
    max-width: 100%
}

.process_two {
    padding: 75px 0 92px;
    background: url(../images/lin/lc2_bg.png) no-repeat center/100% 100%
}

.process_two .process_item {
    display: none
}

.section_inforec {
    padding: 70px 0
}

.section_inforec .inforec_img {
    position: relative;
    margin-top: 40px;
    width: 100%;
    height: 354px;
    background: url(../images/lin/join_us.jpg) no-repeat center/100% 100%
}

.section_inforec .info_rec_mask {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 628px;
    height: 198px;
    border: solid 1px #ffffff;
    padding: 10px
}

.section_inforec .info_content {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section_inforec .info_content p {
    font-size: 14px;
    line-height: 26px;
    color: #333333;
    text-align: center
}

.section_project {
    padding: 70px 0
}

.section_project .sec_descs {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #666666;
    text-align: center;
    margin: 40px 0 35px
}

.section_project .sec_project img {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

.section_question {
    padding: 70px 0
}

.section_question .ques_arr {
    width: 16px;
    height: 15px;
    background: url(../images/lin/+.png) no-repeat center/100% 100%
}

.section_question .question_ul {
    margin-top: 40px
}

.section_question .question_ul li {
    margin-bottom: 20px
}

.section_question .question_ul li.active .question_head {
    background-color: #0160b1;
    color: #fff
}

.section_question .question_ul li.active .ques_arr {
    background-image: url(../images/lin/-.png)
}

.section_question .question_ul li .question_body {
    display: none;
    font-size: 14px;
    color: #333333;
    background-color: #f8f8f8;
    padding: 20px 30px
}

.section_question .question_ul li .question_body img {
    width: 169px;
    height: 93px
}

.section_question .question_ul li .question_body p {
    line-height: 38px
}

.section_question .question_head {
    width: 100%;
    height: 50px;
    background-color: #f8f8f8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px;
    cursor: pointer
}

.section_question .ques_img {
    margin: 0 25px 20px 0
}

@media (min-width: 1200px) and (max-width: 1366px) {
    .w1200 {
        width: 1170px
    }

    .section_casees .caser_ul li {
        width: 24%
    }

    .section_casees .caser_ul li.caser_last {
        width: 24%
    }

    .section_casees .caser_ul li .caser_body {
        height: auto
    }

    .mange_ul li {
        width: 24%
    }

    .mange_ul li.mange_last {
        width: 24%
    }

    .recu_ul .recu_head .rec_tit:nth-child(2) {
        margin: 0 300px 0 300px
    }

    .section_deve .swiper-button-prev,
    .section_deve .swiper-container-rtl .swiper-button-next {
        left: 0
    }

    .section_deve .swiper-button-next,
    .section_deve .swiper-container-rtl .swiper-button-prev {
        right: 0
    }

    .section_honor .honor_ul li {
        width: 32%
    }

    .section_honor .honor_ul li.honor_last {
        width: 32%
    }

    .section_culture .culture_ul li {
        width: 32%
    }

    .section_culture .culture_ul li:last-child {
        width: 32%
    }

    .section_company .company_logo .com_logo_left,
    .section_company .company_logo .com_logo_right {
        width: 50%
    }

    .section_news .sec_news_ul .news_mores {
        margin-left: 140px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .w1200 {
        width: 970px
    }

    .section_download .download_ul li {
        width: 49%
    }

    .section_casees .caser_ul li {
        width: 32%
    }

    .section_casees .caser_ul li.caser_last {
        width: 32%
    }

    .section_casees .caser_ul li .caser_body {
        height: auto
    }

    .mange_ul li {
        width: 32%
    }

    .mange_ul li.mange_last {
        width: 32%
    }

    .recu_ul .recu_head .rec_tit:nth-child(2) {
        margin: 0 150px
    }

    .section_deve .swiper-button-prev,
    .section_deve .swiper-container-rtl .swiper-button-next {
        left: 0
    }

    .section_deve .swiper-button-next,
    .section_deve .swiper-container-rtl .swiper-button-prev {
        right: 0
    }

    .section_company .company_logo .com_logo_left,
    .section_company .company_logo .com_logo_right {
        width: 50%
    }

    .section_honor .honor_ul li {
        width: 32%
    }

    .section_honor .honor_ul li .honor_img {
        width: 90%
    }

    .section_honor .honor_ul li.honor_last {
        width: 32%
    }

    .section_team .team_info {
        width: 625px
    }

    .section_patent li {
        width: 32%;
        margin-bottom: 2%
    }

    .section_patent li.parent_last {
        width: 32%
    }

    .section_culture .culture_ul li {
        width: 32%
    }

    .section_culture .culture_ul li .culture_img {
        height: 220px
    }

    .section_culture .culture_ul li:last-child {
        width: 32%
    }

    .section_news .sec_news_ul .news_mores {
        margin-left: 80px
    }

    .section_news .sec_news_ul .news_intro {
        width: 370px
    }

    .section_news .sec_news_ul .news_date {
        margin: 0 45px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .w1200 {
        width: 750px
    }

    .section_download .download_ul li {
        width: 49%
    }

    .section_casees .caser_ul li {
        width: 32%
    }

    .section_casees .caser_ul li.caser_last {
        width: 32%
    }

    .section_casees .caser_ul li .caser_body {
        height: auto
    }

    .mange_ul li {
        width: 49%
    }

    .mange_ul li.mange_last {
        width: 49%
    }

    .recu_ul .recu_head .rec_tit:nth-child(2) {
        margin: 0 100px
    }

    .section_deve .swiper-button-prev,
    .section_deve .swiper-container-rtl .swiper-button-next {
        left: 0
    }

    .section_deve .swiper-button-next,
    .section_deve .swiper-container-rtl .swiper-button-prev {
        right: 0
    }

    .section_honor .honor_ul li {
        width: 49%
    }

    .section_honor .honor_ul li .honor_img {
        width: 90%
    }

    .section_honor .honor_ul li.honor_last {
        width: 49%
    }

    .section_company .company_logo .com_logo_left,
    .section_company .company_logo .com_logo_right {
        width: 50%;
        height: 250px
    }

    .section_company .company_logo .com_logo_box::after {
        right: 40px
    }

    .section_company .company_box .parent_company a {
        width: 49%;
        margin-bottom: 10px
    }

    .section_team .team_info {
        width: 459px;
        padding: 60px 50px
    }

    .croms_nav {
        height: auto
    }

    .croms_nav .crom_left {
        line-height: 45px;
        font-size: 14px;
        border-bottom: 1px solid #eaeaea;
        width: 100%
    }

    .croms_nav .crom_right a {
        line-height: 45px;
        font-size: 14px
    }

    .croms_nav .w1200 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .section_patent li {
        width: 32%;
        margin-bottom: 2%
    }

    .section_patent li .parent_img {
        max-width: 100%
    }

    .section_patent li.parent_last {
        width: 32%
    }

    .section_culture .culture_ul li {
        width: 32%
    }

    .section_culture .culture_ul li .culture_img {
        height: 140px
    }

    .section_culture .culture_ul li .culture_body {
        padding: 20px
    }

    .section_culture .culture_ul li:last-child {
        width: 32%
    }

    .section_news .sec_news_ul .news_mores {
        margin-left: 40px
    }

    .section_news .sec_news_ul .news_intro {
        width: 320px;
        margin-left: 40px
    }

    .section_news .sec_news_ul .news_date {
        display: none
    }
}

@media (max-width: 767px) {
    .w1200 {
        width: 96%
    }

    .section_download .download_ul {
        margin-top: 4vw
    }

    .section_download .download_ul li {
        width: 100%;
        margin-top: 3vw
    }

    .section_casees .caser_ul li {
        width: 100%
    }

    .section_casees .caser_ul li.caser_last {
        width: 100%
    }

    .section_casees .caser_ul li .caser_body {
        height: auto
    }

    .mange_ul li {
        width: 100%
    }

    .mange_ul li.mange_last {
        width: 100%
    }

    .section_recuitment,
    .section_casees,
    .section_download {
        padding: 10vw 0
    }

    .recu_ul .recu_head {
        padding: 0 3vw;
        font-size: 3vw
    }

    .recu_ul .rec_list .recu_head {
        font-size: 3vw
    }

    .recu_ul .recu_con {
        padding: 0 4vw
    }

    .recu_ul .recu_con p {
        line-height: 2
    }

    .recu_ul .recu_head .rec_tit:nth-child(2) {
        margin: 0 30px
    }

    .dev_swiper {
        display: none
    }

    .section_deve .phone_swiper {
        display: block;
        margin-top: 10vw
    }

    .section_deve .phone_swiper .swiper-container .swiper-wrapper {
        padding: 0
    }

    .section_deve .phone_swiper .swiper-container .swiper-wrapper .mobiledev_line {
        padding: 3vw
    }

    .section_deve .phone_swiper .swiper-container .swiper-wrapper .mobiledev_line h3 {
        font-size: 6vw;
        color: #666
    }

    .section_deve .phone_swiper .swiper-container .swiper-wrapper .mobiledev_line p {
        font-size: 4vw;
        margin-top: 2vw;
        color: #999
    }

    .section_deve {
        padding: 10vw 0
    }

    .section_deve .swiper-container .swiper-slide:nth-child(2n) {
        bottom: 0;
        height: 150px
    }

    .section_company {
        padding-top: 10vw
    }

    .section_company .company_box .parent_company {
        margin-bottom: 6vw
    }

    .section_company .company_box {
        margin-top: 20px;
        padding: 0 0 10vw;
        background: url(../images/lin/company_bg.jpg) no-repeat bottom center/100% 120px
    }

    .section_company .company_logo .com_logo_left,
    .section_company .company_logo .com_logo_right {
        width: 100%;
        height: auto
    }

    .section_company .company_logo .com_logo_right {
        border-left: 2px solid #f2f2f2
    }

    .section_company .company_logo .com_logo_box::after {
        display: none
    }

    .section_company .company_box .parent_company a {
        width: 100%;
        margin-bottom: 10px
    }

    .section_culture .culture_box {
        margin-top: 10px
    }

    .section_culture .culture_ul li {
        width: 100%
    }

    .section_culture .culture_ul li .culture_img {
        height: auto
    }

    .section_culture .culture_ul li:last-child {
        width: 100%
    }

    .section_honor .honor_ul li {
        width: 100%
    }

    .section_honor .honor_ul li .honor_img {
        width: 90%
    }

    .section_honor .honor_ul li.honor_last {
        width: 100%
    }

    .croms_nav {
        height: auto
    }

    .croms_nav .crom_left {
        line-height: 45px;
        font-size: 14px;
        border-bottom: 1px solid #eaeaea;
        width: 100%
    }

    .croms_nav .crom_right a {
        line-height: 45px;
        font-size: 14px
    }

    .croms_nav .w1200 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .section_join,
    .section_team,
    .section_honor,
    .section_patent,
    .section_culture {
        padding: 10vw 0
    }

    .pub_title h3 {
        font-size: 6vw;
        line-height: 6vw
    }

    .pub_title h5 {
        font-size: 16px;
        line-height: 16px;
        margin: 4vw auto 6vw
    }

    .section_team .team_tit {
        font-size: 6vw;
        line-height: 6vw
    }

    .section_team .team_box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 6.5vw
    }

    .section_team .team_img {
        width: 100%;
        height: auto
    }

    .section_team .team_info {
        width: 100%;
        height: auto;
        padding: 8vw 4vw
    }

    .section_team .team_info h6 {
        margin-bottom: 3vw;
        font-size: 5vw;
        line-height: 6vw
    }

    .section_patent li {
        width: 49%;
        margin-bottom: 2%
    }

    .section_patent li .parent_img {
        max-width: 100%
    }

    .section_patent li.parent_last {
        width: 49%
    }

    .section_patent .parents_body {
        padding: 15px
    }

    .section_company .company_logo,
    .section_news {
        padding: 10vw 0
    }

    .section_company .company_logo .com_logo_box {
        margin-top: 6vw
    }

    .section_mange .mange_list .mange_list_l {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        height: auto
    }

    .section_mange .mange_list .mange_list_r {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        height: auto
    }

    .section_mange .mange_list:nth-child(2n+1) .mange_list_r {
        padding-left: 0;
        margin-left: 0
    }

    .section_mange .mange_list:nth-child(2n+1) .mange_list_r h3 {
        padding-left: 0
    }

    .section_mange .mange_list:nth-child(2n+1) .mange_list_r p {
        padding-left: 0
    }

    .section_mange {
        padding: 10vw 0
    }

    .section_mange .mange_list:nth-child(2n) .mange_list_r p {
        padding-left: 0;
        padding-right: 0
    }

    .section_mange .mange_list:nth-child(2n) .mange_list_r h3 {
        padding-left: 0
    }

    .section_mange .mange_list .mange_list_r {
        background-size: 30px 30px;
        padding-top: 30px
    }

    .section_mange .mange_list .mange_list_r h3 {
        margin-bottom: 3vw
    }

    .section_news .sec_news_ul .news_icon {
        width: 100%;
        height: auto
    }

    .news_date,
    .section_news .sec_news_ul .news_mores {
        display: none
    }

    .section_news .sec_news_ul .news_intro h2 {
        margin-bottom: 3vw;
        margin-top: 3vw;
        font-size: 16px
    }

    .section_news .sec_news_ul .news_intro {
        width: 100%
    }

    .news_detail_con .news_detail_click .news_back {
        width: 100px
    }

    .news_detail_con h2.nt {
        font-size: 16px
    }

    .news_detail_con .news_time {
        margin: 3vw 0 3.5vw
    }

    .process_one,
    .process_two,
    .section_inforec {
        padding: 10vw 0
    }

    .moble_hide {
        display: none
    }

    .section_process .process_item {
        display: block
    }

    .section_process .process_item ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .section_process .process_item ul li {
        width: 100%;
        margin-top: 4vw;
        border: 1px solid #fff;
        border-radius: 4px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 2vw
    }

    .section_process .process_item b {
        font-size: 3vw;
        font-weight: bold;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 50%;
        width: 10vw;
        height: 10vw;
        line-height: 10vw;
        text-align: center;
        display: block;
        margin-right: 2vw
    }

    .section_process .process_item p {
        font-size: 4vw;
        color: #fff
    }

    .section_inforec .info_rec_mask {
        width: 90%
    }

    .section_project,
    .section_question {
        padding: 10vw 0
    }

    .section_project .sec_descs,
    .section_question .sec_descs {
        margin: 3.5vw 0 4vw
    }

    .section_question .question_ul li .question_body {
        padding: 3vw
    }

    .section_question .question_ul li .question_body img {
        width: 150px;
        height: 80px
    }

    .section_question .question_ul li .question_body p {
        line-height: 2;
        font-size: 2.7vw
    }

    .section_question .question_head {
        font-size: 3vw
    }
}