@charset "utf-8";

/* head */
.top {
    width: 100%;
    height: auto;
    position: relative;
}

.banner {
    width: 100%;
    height: 100vh;
}

.banner .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bannerdesc {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
}

.bannerdesc h1 {
    font-size: 72px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.bannerdesc h2 {
    font-size: 42px;
    color: #FFFFFF;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    padding: 35px 0px;
}

.bannerdesc h3 {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 40px;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
   padding: 30px 0px;
}

.bannerdesc a {
    width: 167px;
    height: 48px;
    display: block;
    margin: 0 auto;
    font-size: 18px;
    color: #FFFFFF;
    border: 1px solid rgba(255, 127, 65, 0.8);
    line-height: 44px;
    transition: all .5s;
    background: rgba(255, 127, 65, 0.8);
}

.bannerdesc a:hover {
   transform: scale(1.1);
}

.topnav {
    position: absolute;
    width: 100%;
    height: 100px;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.topitem {
    width: 100%;
    height: 100px;
}

.nav {
    width: 75%;
}

.nav ul {
    justify-content: flex-start;
}

.nav ul li {
    background: url(../images/navline.png) no-repeat center left;
    position: relative;
}

.nav ul li:first-child {
    background: none;
}

.nav ul li a {
    font-size:18px;
    color: #FFFFFF;
    line-height: 100px;
    padding: 0px 44px;
    font-weight: lighter;
    display: block;
}

.nav ul li:first-child a {
    padding-left: 0px;
}
.nav ul li:hover a{
     background: url(../images/navov_line.png) no-repeat bottom center;
     background-size: 44% 3px;
}
.nav ul li:nth-child(1):hover a{
    background-position: left bottom;
}
.nav ul li:nth-child(3):hover a{
    background-size: 58% 3px;
}
.nav ul li:nth-child(5):hover a {
    background-size: 50% 3px;
}
.top_w {
    background-color: #ffffff;
}

.top_w .nav ul li a {
    color: #000000;
}

.ernav {
    position: absolute;
    width: 100%;
    top: 101px;
    left: 0px;
    height: auto;
    text-align: left;
    padding: 20px 0px ;
    display: none;
    z-index: 3;
    /* background: url(../images/navov_line.png) no-repeat top center;
    background-size: 70% 3px; */
}

.nav ul li:hover .ernav {
    display: block;
}

.nav ul li .ernav a {
    font-size: 18px;
    color: #999999 !important;
    line-height: 54px;
    font-weight: lighter;
    animation: navmove .3s linear;
}
.nav ul li .ernav a:hover {
    color: #FF7F41 !important;
}
.nav ul li:hover .ernav a {
    background: none;
}

.ernavbg {
    width: 100%;
    position: fixed;
    top: 100px;
    left: 0px;
    box-shadow: 0px 2px 4px  rgba(204, 204, 204, 1);
    border-top: 1px solid rgba(204, 204, 204, 0.5);
    height: auto;
    background-color: #ffffff;
    padding: 20px 0px ;
    display: none;
    z-index: 2;
    /* animation: navmove .3s linear; */
}

.nav ul li.active a,.neitop .topnav .nav ul li.active a {
    color: #FF7F41;
}
.nav ul li .ernavbg a {
    opacity: 0;
    display: block;
    font-size: 20px;
    color: #666666;
    line-height: 54px;
    font-weight: normal;
}

.nav ul li:hover .ernavbg {
    display: block;
}

.nav ul li .ernav a:hover {
    color: #FF7F41;
}

.nav ul li:nth-child(3) .ernav {
    width: 320px;
    background-position-x: left;
    background-size: 66% 3px;
}




.logo a img {
    height: 50px;
    transition: all 0s;
    filter: grayscale(200%) brightness(500%);
}

.logo_c a img {
    filter: unset;
    transition: all 0s;
}


.banner .swiper-pagination {
    bottom: 20px;
}

.banner .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    opacity: .5;
    background-color: #ffffff;
    margin: 0px 8px !important;
}

.banner .swiper-pagination-bullet-active {
    opacity: 1;
}

.idx_ggyl {
    padding: 60px 0px ;
    height:900px;
}

.idxtitle {
    text-align: center;
    position: relative;
}

.idxtitle h3 {
    font-size: 60px;
    color: #333333;
    font-weight: lighter;
    background: url(../images/navov_line.png) no-repeat center bottom;
    background-size: 242px 8px;
}

.idxdesc {
    padding: 50px 0px;
    text-align: center;
    margin: 0 auto;
    width: 70%;
}

.idxdesc p {
    font-size: 20px;
    font-weight: lighter;
    color: #666666;
    line-height: 40px;
}

.idxggyl_about {
    position: relative;
}

.idxggyl_about img {
    width: 100%;
}

.idxggyl_about_desc {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    flex-direction: column;
    justify-content: center;
}

.idxggyl_about_desc h2 {
    font-size: 60px;
    color: #FFFFFF;
    padding-bottom: 30px;
    font-weight: lighter;
}

.idxggyl_about_desc a {
    display: block;
    width: 282px;
    height: 53px;
    border: 1px solid #FFFFFF;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
    transition: all .6s;
}

.idxggyl_about_desc a:hover {
    background-color: #FF7F41;
    color: #ffffff;
}

.idx_video {
    width: 100%;
    background-color: #000000;
}

.idx_video video {
    width: 100%;
    height: 750px;
}

.idx_pro {

    background: #F6F6F6;
}

.idxpros {
    position: relative;
}

.idxpros .idxprosswiper {
    padding: 10px;
}

.idxpros .swiper-slide {
    background: none;
}

.idxprolist {
    width: 100%;
    height: 420px;
}

.idxprolist a {
    display: block;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

.idxproliimg {
    width: 100%;
    height: 85%;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    padding: 45px 0px;
}

.idxproliimg img {
    max-width: 100%;
    max-height: 100%;
}

.idxprolidesc {
    height: 15%;
}

.idxprolidesc h3 {
    font-size: 18px;
    color: #333333;
    font-weight: lighter;
}

.idxprolist:hover .idxproliimg img {
    transform: scale(1.1);
}

.idxpros .swiper-button-next,
.idxpros .swiper-button-prev {
    top: 40%;
}

.idxpros .swiper-button-next:after,
.idxpros .swiper-button-prev:after {
    color: #b6b6b6;
}

.idxpros .swiper-button-next {
    right: -100px;
}

.idxpros .swiper-button-prev {
    left: -100px;
}

.idxprolist:hover .idxprolidesc h3 {
    color: #FF7F41;
}

.idxpros .swiper-button-next:hover:after,
.idxpros .swiper-button-prev:hover:after {
    color: #FF7F41;
}

.idxpros_more {
 
}

.idxpros_more a {
    display: block;
    width: 200px;
    height: 53px;
    border: 1px solid #FF7F41;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    color: #FF7F41;
    transition: all .5s;
    margin: 40px auto 0px;
}

.idxpros_more a:hover {
    background-color: #FF7F41;
    color: #ffffff;
}

.idx_pro .idxtitle h3 {
    background-size: 420px 14px;
}

.idxnewslist {
    margin-top: 88px;
    align-items: flex-start;
}

.idxnews_l {
    width: 62.5%;
    height: 570px;
    overflow: hidden;
}

.idxnews_l a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.idxnews_l a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.idxnews_linfo {
    position: absolute;
    width: 100%;
    height:140px;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0px;
    bottom: 0px;
    padding: 30px;
    transition: all .5s;
}

.idxnews_linfo h3 {
    font-size: 24px;
    font-weight: normal;
    color: #ffffff;
    line-height: 46px;
    margin-top: 10px;
}

.idxnews_linfo p {
    font-size: 20px;
    color: #efefef;
    line-height: 34px;
    padding: 30px 0px;
}

.idxnews_linfo span {
    display: block;
    font-size: 16px;
    color: #efefef;
}

.idxnews_linfo button {
    display: block;
    background: none;
    border: 2px solid #ffffff;
    font-size: 20px;
    color: #ffffff;
    padding: 10px 40px;
    margin-top: 60px;
}

.idxnews_l:hover a img {
    transform: scale(1.1);
}

.idxnews_r {
    width: 35%;
}

.idxnews_r ul li {
    width: 100%;
    height: auto;
    border-bottom: 2px solid rgba(204, 204, 204, 0.5);
    padding: 40px 0px;
}

.idxnews_r ul li a p {
    font-size: 16px;
    color: #666666;
}

.idxnews_r ul li a h3 {
    font-size: 24px;
    color: #666666;
    padding-top: 10px;
    line-height: 40px;
}

.idxnews_r ul li:first-child {
    padding-top: 0px;
}

.idxnews_r ul li:hover {
    /* border-color: #FF7F41; */
}

.idxnews_r ul li:hover a h3 {
    color: #FF7F41;
}
.idx_news .idxpros_more a {
    margin: 95px 0px 0px;
}
.idx_brand {
    background: #F6F6F6;
    height: 913px;
    padding-top: 113px;
}

.idxbrands {
    margin-top: 90px;
}

.idxbrands .swiper-wrapper {
    width: 100%;
    height: 555px;
    margin-bottom: 20px;
}

.idxbrands .swiper-slide {
    padding: 10px;
    background: none;
    height: calc((100% - 40px) / 2);
}

.brands_list {
    height: 240px;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    background-color: #ffffff;
    flex-direction: column;
    justify-content: center;
}

.brandsswiper ul li .brands_list img {
    width: 69%;
    /* filter: grayscale(100%) brightness(100%); */
}
.brandsswiper ul li .brands_list img.brands_liimg_cai {
    display: none;
}
.brandsswiper ul li:hover .brands_list img.brands_liimg_cai {
    display: block;
}
.brandsswiper ul li:hover .brands_list img.brands_liimg_hui {
    display: none;
}

.foot {
    width: 100%;
    padding: 76px 0px 70px;
    background: #333333;
}

.footitem {
    width: 100%;
    align-items: flex-start;
}

.footnav {
    width: 55%;
    align-items: flex-start;
}

.footnav dl dt {
    margin-bottom: 20px;
}

.footnav dl dt a {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: normal;
    line-height: 26px;
}

.footnav dl dd a {
    font-size: 16px;
    color: #999999;
    line-height: 36px;
}

.footnav dl dd a:hover {
    color: #FF7F41;
}

.footcontact {
    width: 22%;
}

.footcon_top {
    background: url(../images/foottelico.png) no-repeat left;
    background-size: 78px;
    padding-left: 90px;
}

.footcon_top h4 {
    font-size: 12px;
    color: #FFFFFF;
    padding-top: 5px;
}

.footcon_top h5 {
    font-size: 18px;
    color: #FFFFFF;
    padding: 5px 0px;
}

.footcon_top h6 {
    font-size: 28px;
    color: #FFFFFF;
    padding-bottom: 5px;
}

.footcon_bot p {
    font-size: 16px;
    color: #999999;
    padding-top: 20px;
}

.footewm {
    width: 10%;
    text-align: center;
}

.footewm img {
    width: 100%;
}

.footewm p {
    font-size: 16px;
    color: #999999;
    padding-top: 10px;
}

.footcopy {
    margin-top: 75px;
    text-align: center;
}

.footcopy p,
.footcopy p a {
    font-size: 16px;
    color: #999999;
}

/* 关于国高 */
.neitop .topnav {
    /* position: unset; */
    background-color: #ffffff;
}

.neitop .topnav .nav ul li a {
    color: #666666;
}
.neitop .topnav .nav ul li a:hover {
    color: #FF7F41;
}
.neitop .ernav {
    background-color: #ffffff;
}

.neitop .logo a img {
    filter: unset;
    transition: all 0s;
}

.neibanner {
    height: auto;
}

.neibanner .bannerdesc h1 {
    font-weight: normal;
    font-size: 70px;
    padding-top: 100px;
}

.neibanner .bannerdesc h2 {
    font-size: 36px;
    padding: 15px 0px;
    text-transform: uppercase;
}

.neiernav {
    width: 100%;
    box-shadow:0px 2px 4px rgba(204, 204, 204,1)
}

.neiernav_item {
    width: 100%;
    height: 100px;
}

.neiernav_item ul {
    width: 100%;
    height: 100%;
    justify-content: flex-start;
}

.neiernav_item ul li a {
    font-size: 18px;
    color: #000000;
    padding: 0px 36px;
    font-weight: lighter;
    display: block;
}

.neiernav_item ul li:first-child a {
    padding-left: 0px;
}

.neiernav_item ul li a.active,
.neiernav_item ul li a:hover {
    color: #FF7F41;
    font-weight: normal;
}

.neiernav_line {
    width: 100%;
    height: 20px;
    background-color: #f0f2f5;
}

.aboutpage {
    padding: 90px 0px 110px;
    width: 100%;
    margin-top: 10px;
    background-color: #ffffff;
}

.aboutp_item {
    width: 100%;
    height: auto;
    margin-top: 97px;
    align-items: flex-start;
}

.aboutpage_l {
    width: 920px;
    height: 545px;
}

.aboutpage_l img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aboutpage_r {
    width: 457px;
}

.aboutpage_rtop {
    margin-bottom: 40px;
}

.aboutpage_rtop h1 {
    font-size: 30px;
    color: #595757;
    font-weight: bold;
    padding-bottom: 10px;
}

.aboutpage_rtop h3 {
    font-size: 18px;
    color: #595757;
}
.aboutpage_rbot {
    width: 457px;
    margin-top: -10px;
}
.aboutpage_rbot p {
    font-size: 18px;
    color: #333333;
    font-weight: lighter;
    line-height: 35.5px;
    text-align: justify;
}

.cul_content {
    text-align: center;
}

.cul_content li {
    margin-top:85px;
}
.cul_content li:first-child {
    margin-top: 0px;
}
/* .cul_content li:nth-child(2) {
    margin-top: 82px;
}
.cul_content li:nth-child(3) {
    margin-top: 100px;
}
.cul_content li:nth-child(4) {
    margin-top: 93px;
} */
.cul_content li h4 {
    background: url(../images/navov_line.png) no-repeat center bottom;
    background-size: 122px 8px;
    font-size: 60px;
    font-weight: lighter;
    color: #333333;
    margin-bottom: 30px;
}

.cul_content li:nth-child(4) h4 {
    background-size: 304px 8px;
}

.cul_content li p {
    /* font-size: 32px;
    color: #000000;
    line-height: 48px; */
    font-size: 24px;
    line-height: 60px;
    font-weight: lighter;
}
/* .cul_content li:first-child p {
    font-size: 24px;
    line-height: 60px;
    font-weight: lighter;
} */
.history_list ul {
    margin-top: 130px;
    background: url(../images/historyline.png) no-repeat center;
    background-size: 3px 100%;
    background-position-y: 20px;
    padding-bottom: 50px;
}

.history_list ul li {
    justify-content: flex-end;
    align-items: flex-start;
    padding-right: 70px;
    margin-bottom: 130px;
}

.history_year h3 {
    font-size: 48px;
    font-weight: bold;
    color: #000000;
}

.history_dian {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #FF7F41;
    margin: 15px 43px 0px;
}
.history_list ul li:nth-child(2n) .history_dian {
    margin: 15px 44px 0px;
}
.history_desc {
    width: 600px;
}

.history_desc h3 {
    font-size: 48px;
    font-weight: bold;
    padding-bottom: 15px;
    color: #333333;
}

.history_desc h4 {
    font-size: 28px;
    color: #666666;
    font-weight: lighter;
    line-height: 42px;
    padding-bottom: 5px;
}

.history_desc p {
    font-size: 20px;
    color: #666666;
    font-weight: lighter;
    line-height: 40px;
}

.history_list ul li:nth-child(2n) {
    justify-content: flex-start;
    padding-left: 68px;
}

.history_list ul li:nth-child(2n) .history_desc {
    text-align: right;
}








.fixednav,
.neitop .topnav.fixednav {
    position: fixed;
    background-color: #ffffff;
    box-shadow: 0px 2px 4px rgba(204, 204, 204,1);
    z-index: 999;
}

.fixednav .nav ul li a,
.neitop .topnav.fixednav .nav ul li a {
    color: #666666;
}
.fixednav .nav ul li a:hover , .neitop .topnav.fixednav .nav ul li a:hover,.fixednav .nav ul li.active a , .neitop .topnav.fixednav .nav ul li.active a {
    color: #FF7F41;
}
.fixednav .logo a img {
    filter: unset;
}
.prolist {
    padding: 0px 0px 190px;
    background: #F6F6F6;
}

.pronav_list {
    
}

.pronav_list h2 {
    font-size: 32px;
    color: #000000;
    padding: 70px 0px 60px;
}

.pronav_list ul li {
    width: 340px;
    height: 490px;
    background: #FFFFFF;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    transition: all .5s;
    border: 1px solid #FFFFFF;
    float: left;
    overflow: hidden;
    margin-right: 25px;
    margin-bottom: 25px;
}

.pronav_list ul li:nth-child(4n) {
    margin-right: 0px;
}

.pronav_list ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.prolist_img {
    width: 100%;
    height: 400px;
    flex-direction: column;
    justify-content: center;
    padding: 50px 0px;
}

.prolist_img img {
    max-width: 100%;
    max-height: 100%;
    /* border: 1px dashed #CCCCCC; */
}

.prolist_desc {
    text-align: center;
    padding: 0px 10px;
    position: relative;
    height: 90px;
}

.prolist_desc h3 {
    font-size: 18px;
    color: #333333;
    font-weight: lighter;
}

.prolist_desc p {
    font-size: 18px;
    color: #FF7F41;
    padding-top: 15px;
    font-weight: lighter;
}

.prolist_desc button {
    display: block;
    position: absolute;
    width: 96%;
    height: 46px;
    background: #FF7F41;
    border: 0px;
    line-height: 46px;
    left: 2%;
    bottom: -110px;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
}

/* .pronav_list ul li:hover {
    border: 1px solid #FF7F41;
}

.pronav_list ul li:hover .prolist_img img {
    transform: scale(1.1);
} */

.pronav_list ul li:hover .prolist_desc button {
   bottom: 10px;
}

.more_mypro {
    background: url(../images/more_mylink_ico.png) no-repeat left center;
    padding-left: 50px;
    background-size: auto 60%;
}

.more_mypro p,
.more_mypro p a {
    font-size: 32px;
    color: #000000;
    transition: all .5s;
}

.more_mypro p a:hover {
    color: #FF7F41;
}

.myprolist {
    padding-bottom: 40px;
}

.newslist_page ul {
    margin-top: 60px;
}

.newslist_page ul li {
    padding: 70px 0px;
    border-bottom: 1px solid #cccccc;
}

.newslist_line {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 1px;
    background-color: #cccccc;
}

.newslist_page ul li a {
    align-items: flex-start;
}

.newslist_date {
    width: 10%;
}

.newslist_date p {
    font-size: 32px;
    color: #000000;
}

.newslist_img {
    width: 20%;
    height: 170px;
    overflow: hidden;
}

.newslist_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newslist_desc {
    width: 930px;
}

.newslist_desc h3 {
    font-size: 28px;
    color: #333333;
    line-height: 40px;
    padding: 10px 0px 25px;
    transition: all .5s;
}

.newslist_desc p {
    font-size: 16px;
    color: #666666;
    font-weight: lighter;
    line-height: 30px;
}

/* .newslist_page ul li:hover .newslist_line {
    background-color: #FF7F41;
    animation:newsrun .5s linear;
} */
.newslist_page ul li:hover {
    /* border-color: #FF7F41; */
}

.newslist_page ul li:hover .newslist_img img {
    transform: scale(1.1);
}

.newslist_page ul li:hover .newslist_desc h3 {
    color: #FF7F41;
}

.pagebar {
    margin: 100px 0px 130px;
    text-align: center;
}

.page-status {
    display: none;
}

.pagebar a {
    font-size: 18px;
    color: #999999;
    padding: 10px 25px;
    border: 1px solid #EEEEEE;
    margin: 0px 10px;
    transition: all .5s;
}

.pagebar a:hover,
.pagebar a.page-num-current {
    border-color: #FF7F41;
    color: #FFFFFF;
    background: #FF7F41;
}

.newsdetail {
    padding: 95px 0px 150px;
}
.newsdetail_title {
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(204,204,204,0.5);
}
.newsdetail_title h1 {
    font-size: 36px;
    line-height: 52px;
    color: #333333;
}

.newsdetail_title p {
    font-size: 16px;
    color: #666666;
    padding-top: 20px;
}

.newsdetail_info {
    margin-top: 30px;
}

.newsdetail_info p {
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    font-weight: lighter;
}

.newsdetail_info  span {
    font-weight: lighter;
}
.newsdetail_info strong,.newsdetail_info strong span {
    font-weight: bold;
    color: rgb(192, 0, 0);
}
.newsdetail_info img {
    display: block;
    margin: 15px auto;
}
.newsdetail_next {
    border-top: 1px solid rgba(204,204,204,0.5);
    margin-top: 100px;
    padding-top: 10px;
}
.newsdetail_nextitem {
    margin-top: 30px;
}
.newsdetail_nextitem p,.newsdetail_nextitem p a {
    font-size: 18px;
    color: #333333;
}
.newsdetail_nextitem span {
    font-size: 16px;
    color: #666666;
    font-weight: lighter;
}
.newslist_page ul.caselist_page li .newslist_img {
    width: 450px;
    height: 260px;
}

.newslist_desc span.caselist_date {
    font-size: 18px;
    font-weight: normal;
    color: #666666;
    display: block;
}

.contact_page {
    padding: 120px 0px 60px;
    /* background-color: #f0f2f5; */
}
.contact_page2 {
    padding: 0px 0px 160px;
    background-color: #ffffff;
}
.contact_top {
    width: 800px;
    margin: 0 auto;
}
.contact_topdesc {
    width: 100%;
    text-align: center;
}
.contact_topdesc p  {
    font-size: 26px;
    color: #666666;
    font-weight: lighter;
    padding: 60px 0px;
}
.contact_topl {
    width: 100%;
    margin-bottom: 80px;
}

.contact_topl img {
    width: 100%;
}

.contact_topr {
    width: 45%;
    margin-right: 3%;
}

.contact_topr h1 {
    font-size: 30px;
    color: #595757;
    font-weight: bold;
    padding-bottom: 10px;
}

.contact_topr h3 {
    font-size: 18px;
    color: #595757;
    padding-bottom: 38px;
}

.contact_topr p {
    font-size: 21px;
    color: #000000;
    line-height: 42px;
    padding-bottom: 20px;
}

.contact_topr h4 {
    font-size: 24px;
    color: #000000;
    padding-top: 20px;
    line-height: 31px;
}

.contact_mid {
    margin: 50px auto;
}

.contact_mid p {
    font-size: 18px;
    color: #333333;
    font-weight: lighter;
    line-height: 36px;text-align: justify;
}

.contact_bot {
   
    margin: 0 auto;
}
.contact_bot ul {
    margin-bottom: 130px;
}
.contact_bot ul li {
    width: 100%;
    border-radius: 20px;
    border: 1px solid #CCCCCC;
    padding: 27px 80px;
    justify-content: flex-start;
    margin-bottom: 40px;
}
.conlist_left {
    /* width: 20%; */
}

.conlist_left h3 {
    font-size:28px;
    font-weight: lighter;
    color: #333333;
}
.conlist_line {
    width: 1px;
    height: 60px;
    background-color: #cccccc;
    margin: 0px 80px;
}
.conlist_right {
    width:69%;
}

.conlist_right h4 {
    font-size: 28px;
    color: #FF7F41;
}

.conlist_right p {
    font-size: 20px;
    color: #666666;
    font-weight: lighter;
    padding-top: 10px;
}

.contact_bot ul li:first-child {
    background: none;
}
.contact_bot ul li:first-child .conlist_right {
    width: 100%;
    text-align: center;
}
.joinus {
    padding: 100px 0px 150px;
}

.joinustop_top {
    text-align: center;
}

.joinustop_top h1 {
    font-size: 48px;
    font-weight: normal;
    color: #333333;
    padding-left: 24px;
}

.joinustop_top h2 {
    font-size: 22px;
    color: #666666;
    padding-top: 40px;
    font-weight: lighter;
}

.joinustop_bot {
    width:952px;
    margin: 0px auto;
}

.joinustop_bot ul li {
    text-align: center;
    margin-bottom: 50px;
}

.joinustop_bot ul li h3 {
    font-size: 36px;
    color: #333333;
    font-weight: normal;
    padding-bottom: 20px;
}

.joinustop_bot ul li p {
    font-size: 22px;
    line-height: 42px;
    font-weight: lighter;
    color: #666666;
}
.joinustop_bot ul li:first-child h3 {
    font-size: 48px;
    color: #333333;
}
.joinustop_nav {
    justify-content: center;
    margin-top: 80px;
}

.joinustop_nav a {
    width: 200px;
    height: 60px;
    border-radius: 42px;
    display: block;
    border: 2px solid #FF7F41;
    font-size: 24px;
    color: #FF7F41;
    line-height: 56px;
    display: block;
    text-align: center;
    margin: 0px 15px;
    font-weight: normal;
    transition: all .5s;
}

.joinustop_nav a:hover,
.joinustop_nav a.active {
    background-color: #FF7F41;
    color: #ffffff;
}

.joinus_bot {
    margin-top: 70px;
}

.joinus_bottop {
    padding: 30px 50px;
    border-bottom: 1px solid #979797;

}

.joinus_bottop p {
    font-size: 32px;
    color: #333333;
    font-weight: normal;
}

.joinus_bot ul li {
    padding: 50px;
    border-bottom: 1px solid #cccccc;
}

.joinus_bot ul li a {
    align-items: flex-end;
}

.joinuslist_l {
    width: 80%;
}

.joinuslist_l h3 {
    font-size: 36px;
    color: #333333;
    font-weight: normal;
    padding-bottom: 25px;
}

.joinuslist_l span {
    font-size: 20px;
    color: #666666;
    padding: 0px 20px;
    background: url(../images/navline.png) no-repeat center left;
    background-size: 1px 20px;
    font-weight: lighter;
}

.joinuslist_l span.joinuslist_lone {
    padding-left: 0px;
    background: none;
}

.joinuslist_r {
    width: 20%;
    text-align: right;
}

.joinuslist_r p {
    font-size: 20px;
font-weight: lighter;
    color: #CCCCCC;
}

.joinus_botdesc {
    text-align: center;
    margin-top: 150px;
}

.joinus_botdesc p {
    font-size: 24px;
    color: #CCCCCC;
}

.joinusdetail {
   
}

.neitop .topnav {
    background-color: #ffffff;
    box-shadow: 0px 2px 4px rgba(204, 204, 204,1);
}

.joinusdetail .joinus_bot ul li {
    padding: 37px 0px 26px;
}

.joinusdetail .joinuslist_l h3 {
    color: #333333;
}

.jobcontent {
    margin: 50px 0px;
}

.jobcontent h3 {
    font-size: 28px;
    line-height: 28px;
    font-weight: normal;
    color: #333333;
    padding-bottom: 20px;
}

.jobcontent p {
    font-size: 18px;
    color: #333333;
    line-height: 36px;
    font-weight: lighter;
}

.joblinkbtn a {
    width: 200px;
    height: 60px;
    font-weight: normal;
    border-radius: 42px;
    border: 2px solid #FF7F41;
    display: block;
    font-size: 24px;
    line-height: 56px;
    color: #FF7F41;
    text-align: center;
    transition: all .5s;
}
.joblinkbtn a:hover {
    background-color: #FF7F41;
    color: #ffffff;
}
.joblink_on {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.joblink_active {
    width: 100%;
    height: 100%;
    justify-content: center;
    flex-direction: column;
}

.joblink_onitem {
    width: 60%;
    padding: 100px 0px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    text-align: center;
    margin: 0 auto;
}

.joblink_onitem p {
    font-size: 24px;
    color: #333333;
    padding-bottom: 20px;
}

.joblink_onitem a {
    font-size: 36px;
    font-weight: bold;
    color: #FF7F41;
}

.propage_topitem {
    padding-top: 100px;
    align-items: center;
    height: 1000px;
    position: relative;
}

.propage_topl {
    width: 50%;
}

.propage_topl h2 {
    font-size: 60px;
    font-weight: bold;
    color: #333333;
}

.propage_topl h1 {
    color: #666666;
    font-size: 32px;
    font-weight: lighter;
    padding: 40px 0px 20px;
}

.propage_topl h3 {
    font-size: 60px;
    color: #FF7F41;
    font-weight: bold;
}

.propage_topr {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.propage_topr_maichong  {
    right: -220px;
}
.propage_topitem_heng {
    position: relative;
    padding-top: 0px;
}

.propage_topl_heng {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    justify-content: center;
    flex-direction: column;
}

.propage_td {
    position: relative;
}
.propage_td img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.propagetd_desc {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    justify-content: center;
}
.propagetd_descitem {
    height: 100%;
    padding: 0px 0px;
}
.propagetd_desc_l {
    width: 50%;
    text-align: center;
}

.propagetd_desc_l h3 {
    font-size: 52px;
    font-weight: bold;
    padding-bottom: 20px;
    color: #FFFFFF;
}

.propagetd_desc_l p {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: lighter;
    margin: 0 auto;
}

.propage_item3 {
    background: url(../images/propage_item3bg.png) no-repeat center;
    background-size: cover;
}

.propage_mid {
    justify-content: flex-end;
    position: relative;
    width: 100%;
    height: 900px;
}

.proagemid_l {
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.proagemid_l img {
   max-height: 100%;
}
.proagemid_r {
    width: 35%;
}

.proagemid_r h3 {
    font-size: 36px;
    font-weight: bold;
    padding: 0px 0px 40px;
    color: #333333;
}

.proagemid_r p {
    font-size: 22px;
    color: #666666;
    font-weight: lighter;
    line-height: 2;
}

.propage_mid_heng {
    position: relative;
}

.proagemid_r_heng {
    position: absolute;
    width: 100%;
    left: 0px;
    height: 100%;
    top: 0px;
    margin: 0px;
    align-items: flex-start;
}

.propage_mid3_heng {
    float: right;
    width: 35%;
    margin: 12% 5% 0px 0px;
}

.propage_item3_heng {
    padding-top: 0px;
}

.propage_item33 {
    background-color: #ffffff;
    width: 100%;
    height: 900px;
}

.propage_item33 .propage_mid {
    justify-content:center;
    flex-direction: column;
}

.propage_item33 .proagemid_r {
    margin-left: 0px;
    width: 20%;
    display: none;
}

.propage_item33 .proagemid_l {
    position: unset;
}

.propage_item4 {
    width: 100%;
    position: relative;
}
.propage_item4 img {
    width: 100%;
    height: 900px;
    object-fit: cover;
}
.propage_picdesc {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.propage_picdesc .con1200 {
    height: 100%;
}

.propage_picdesc_item {
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    width: 100%;
}

.propage_picdesc_part {
    width: 40%;
}

.propage_picdesc_part_heng {
    width: 45%;
}

.propage_picdesc_part h3 {
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
    padding-bottom: 40px;
}

.propage_picdesc_part p {
    font-size: 22px;
    color: #FFFFFF;
    font-weight: lighter;
    line-height: 2;
}

.propage_topl_jiec {
    justify-content: flex-start;
    padding-top: 120px;
}

.propage_mid3_jiec {
    width: 100%;
    margin: 0px;
    text-align: center;
    padding: 0px 10%;
}
.propage_item5 {
    width: 100%;
    height: 900px;
    background-color: #ffffff;
}
.propage_item5pic {
    height: 100%;
    flex-direction: column;
    justify-content: center;
}
.propage_item5 img {
    max-width: 100%;
}

.propage_item6 {
    background: #F4F4F4;
    min-height: 900px;
}

.propage_pthc {
    text-align: center;
    padding: 120px 0px;
}

.propage_pthc h3 {
    font-size: 48px;
    font-weight: bold;
    color: #333333;
}



.propage_peitao ul li {
    margin-bottom: 0px;
    margin-right: 140px;
    width: 530px;
    float: left;
    height: 588px;
}

.propage_peitao ul li:nth-child(2n) {
    margin-right: 0px;
}

.propage_pthc_title {
    text-align: center;
}

.propage_pthc_title h3 {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    padding-top:40px;
}

.propage_pthc_img {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(244, 244, 244, 0.5);
    border-radius: 30px;
    width: 100%;
    height:420px;
    padding: 60px 38px 70px 52px;
    flex-direction: column;
    justify-content: center;
}

.propage_pthc_img img {
    /* border: 1px dashed #A8A8A8; */
    max-height: 100%;
    max-width: 100%;
}

.propage_peitao ul li:hover .propage_pthc_title h3 {
    color: #FF7F41;
}

.waptop {
    width: 100%;
    background-color: #ffffff;
    padding: 0px 15px;
}

.waptopitem {
    height: 60px;
    width: 100%;
}

.waplogo a img {
    height: 45px;
}

.wapnavico img {
    height: 35px;
}

.wapnavxl {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 127, 65, 0.8);
    overflow: scroll;
    left: 0px;
    top: 0px;
    display: none;
    z-index: 9999;
}

.wapnavxl_item {
    background-color: #ffffff;
    padding: 15px;
}

.wapnavxl_top {
    width: 100%;
}

.wapnavxl_topl a img {
    height: 35px;
}

.wapnavxl_topr img {
    height: 30px;
    filter: grayscale(100%) brightness(50%);
}

.wapnavxl_nav ul {
    margin: 30px 0px;
}

.wapnavxl_nav ul li {
    padding: 20px 10px;
    border-bottom: 1px solid #d8d8d8;
}

.wapnavxl_nav ul li a {
    font-size: 18px;
}

.wapnavxl_nav ul li .wapernav_item {
    padding-top: 15px;
    display: none;
}

.wapnavxl_nav ul li .wapernav_item a {
    font-size: 16px;
    margin-right: 15px;
    padding: 10px;
    background-color: #FF7F41;
    border-radius: 5px;
    margin-bottom: 10px;
    float: left;
    color: #ffffff;
}

.wapnavxl_nav ul li .wapnav_one img {
    height: 15px;
}

.wapnavxl_nav ul li .wapnav_one img.active {
    transform: rotate(180deg);
}

.wapnavxl_botinfo h3 {
    font-size: 20px;
}

.wapnavxl_botinfo h4 {
    font-size: 18px;
    padding: 20px 0px;
}

.wapnavxl_botinfo h4 a {
    font-size: 18px;
}

.wapnavxl_botinfo p {
    font-size: 16px;
}

.wapnavxl_ewm {
    width: 130px;
    margin: 30px 0px;
}

.wapnavxl_ewm img {
    width: 100%;
}

.wapnavxl_ewm p {
    text-align: center;
    font-size: 14px;
}

.messtop {
    text-align: center;
    padding: 0px 14%;
}

.messtop h3 {
    font-size: 20px;
    color: #666666;
    line-height: 40px;
}

.messtop h3 span {
    color: #FF7F41;
    font-size: 20px;
}

.messbot {
    width: 900px;
    margin: 0px auto 0px;
}

.mess_item {
    padding-bottom: 20px;
}
.mess_item2 {
 
    margin: 90px auto 0px;
}
.mess_item .idxtitle {
    width: 100%;
    margin-bottom: 95px;
}
.mess_item .idxtitle h3 {
    background-size: 360px 8px;
}

.messinput {
    border-bottom: 1px solid #cccccc;
    width: 390px;
    margin-bottom: 75px;
}
.messinput p {
    font-size: 32px;
    font-weight: lighter;
    color: #333333;
}
.messinput input {
    width: 100%;
    height: 70px;
    font-size: 32px;
    color: #999999;
    font-weight: lighter;
}
.messinput3 {
    width: 100%;
}

.messradio {
    width: 580px;
    margin: 0 auto 70px;
}

.messradio h4 {
    width: 292px;
    height: 60px;
    background: #FF7F41;
    border-radius: 30px;
    margin: 0 auto 55px;
    font-size: 28px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    text-align: center;
    line-height: 56px;
}

.messradio_list {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 30px;
}

.messradio_list p {
    margin-bottom: 30px;
    width: 240px;
    margin-right: 50px;
}
.messradio_list p:nth-child(2n) {
    width: auto;
    margin-right: 0px;
}
.messradio_list p span {
    font-size: 28px;
    padding-left: 20px;
    font-weight: lighter;
    color: #333333;
}

.messradio_list p input[type=checkbox] {
    width: 19px;
    height: 19px;
    border-radius: 2px;
}

.messradio_list3 p:last-child {
    width: 50%;
}
.mess_item3 {
    margin-top: 60px;
}
.mess_item3 .messinput {
    width: 100%;
}

.messbot button.messbtn {
    font-size: 24px;
    text-align: center;
    color: #FF7F41;
    display: block;
    width: 200px;
    height: 60px;
    border: 2px solid #FF7F41;
    border-radius: 30px;
    margin: 0 auto;
    background-color: rgba(255, 127, 65, 0);
}

.messbot button.messbtn:hover {
    background-color: rgba(255, 127, 65, 1);
    color: #ffffff;
}

.messradio2 {
    width: 600px;
}
.messradio_list2 {
    margin-left: 40px;
}
.messradio3 {
    width: 600px;
}
.messradio_list3 {
    margin-left: 40px;
}
.mess_item3 .idxtitle h3 {
    background-size: 242px 8px;
}
.messradio4 {
    width: 580px;
}
.messradio_list4 {
    margin: 0px;
    justify-content: space-between;
}
.messradio_list4 p {
    width: 33.33%;
    margin: 0px;
}
.messradio_list4 p:nth-child(2) {
    width: 33.33%;
}
.messradio_list4 p:nth-child(3) {
    width: auto;
}



.prolist_ernav {
    width: 100%;
    height: auto;
    padding:14px 0px;
    background-color: #ffffff;
    margin-bottom: 60px;
}
.prolist_ernav ul {
    justify-content: flex-start;
    align-items: center;
}
.prolist_ernav ul li a {
    display: block;
    padding:  20px 54px;
    font-size: 18px;
    font-weight: lighter;
    color: #000000;
}
.prolist_ernav ul li:hover a,.prolist_ernav ul li.active a {
    color: #FF7F41;
    font-weight: normal;
}
.prolist_ernav ul li:first-child a {
    padding-left: 0px;
}
.fixedernav {
    position: fixed;
    z-index:999;
    top: 0px;
    animation:runfeng .2s linear;
}