@charset "UTF-8";
/*头部样式开始*/

.Logo a {
    font: bolder 22px 'Microsoft Yahei';
    color: black;
    letter-spacing: 2px;
    color: #864036;
}

.MenuItem {
    width: 60%;
    font: 14px 'Microsoft Yahei';
    color: #333333;
}
.PhoneMenuBtn {
    display: none;
    cursor: pointer;
}
.PhoneMenu {
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, .4);
    top: 0;
    right: 0;
    position: fixed;
    display: none;

}
.PhoneMenu>div {
    width: 90%;
    height: 100vh;
    background: white;
    top: 0;
    right: 0;
    position: fixed;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
}
#CloseBtn {
    width: 100%;
    height: 70px;
    position: absolute;
    cursor: pointer;
    transition: none;
}
#CloseBtn img {
    right: 5%;
    position: absolute;
}
.PhoneMenuUl li {
    height: 52px;
    line-height: 52px;
    font-size: 14px;

}
.PhoneMenuUl li a {
    display: inline-block;
    width: 80%;
}
.PhoneMenuUl>li:nth-child(even) {
    background: #EDEFF2;
}
.PhoneMenuLeft {
    background: linear-gradient(
            148deg, rgba(114, 143, 241, 1), rgba(46, 106, 253, 1));

}
.PhoneMenuLeft p {
    width: 500px;
    height: 30px;
    line-height: 30px;
    font-weight: bolder;
    font-size: 14px;
    color: white;
    letter-spacing: 1px;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-transform: rotate(90deg) translate(285px, 230px);
    -moz-transform: rotate(90deg) translate(285px, 230px);
    -ms-transform: rotate(90deg) translate(285px, 230px);
    -o-transform: rotate(90deg) translate(285px, 230px);
    transform: rotate(90deg) translate(285px, 230px);
}
.PhoneMenuRight {

}
/*头部样式结束*/
/*banner样式开始*/
.HeadBanner {
}
/*banner样式结束*/
/*SLOGAN START*/
.Slogan {
    width: 80%;
    height: auto;
    margin: 0 auto;
    padding: 100px 0;
}
.slogan_title {
    font: 42px 'Microsoft YaHei';
    color: #222222;
    text-align: center;

}
.slogan_text1 {
    font: 14px 'Microsoft YaHei';
    color: #888888;
    text-align: center;
    margin: 30px 0;
    width: 90%;
    line-height: 28px;
}

.more_btn {
    margin: 30px auto 0 auto;
    cursor: pointer;
    width: 220px;
    height: 45px;
    border: 1px solid #DBDBDB;
    font: 14px 'Microsoft YaHei';
    color: #A9A9A9;
    line-height: 45px;
    text-align: center;

    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.more_btn:hover {
    background-color: #864036;
    color: white;
    border: 1px solid #864036;
}
/*LOGAN END*/
/*main product start*/
.main_product_div {
    width: 100%;
    background-color: #FAFAFA;
    padding: 60px 0;
}
.main_product_title {
    font: 30px 'Microsoft YaHei';
    color: #222222;
    text-align: center;
}
.main_product_text {
    font: 12px 'Microsoft YaHei';
    color: #A5A5A5;
    text-align: center;

    margin-top: 10px;
}
.main_product_container {
    width: 80%;
    margin: 30px auto 0 auto;
}
.main_product_item {
    width: 30%;
    position: relative;
    cursor: pointer;
}
.main_product_item:hover>div {
    opacity: 1 !important;
}
.main_product_item img {
    display: block;
}
.indus {
    font: 24px 'Microsoft YaHei';
    color: #FFFFFF;
}
.know_more {
    font: 14px 'Microsoft YaHei';
    color: #FFFFFF;
}
.know_more_div {
    margin-top: 50px;
    cursor: pointer;
}
/*main product end*/

/*news start*/
.news_container {
    width: 95%;
    margin: 0 auto;
    padding: 100px 0;
}
.news_left ,.news_right {
    width: 47%;
}
.news_img_container {
    border: 1px solid #dedede;
    width: 30%;
}
.news_text_container {
    margin-left: 30px;
    width: 69%;
}
.news_item {
    margin-top: 30px;
}
.MoreText {
    font: 12px 'Microsoft YaHei';
    color: #808080;
    cursor: pointer;
}
.MoreText:hover {
    color: #864036;
}
.news_title {
    font: 20px 'Microsoft YaHei';
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}

.news_intro {
    cursor: pointer;
    font: 12px 'Microsoft YaHei';
    color: #808080;
    margin-top: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news_date {
    font: 12px 'Microsoft YaHei';
    color: #808080;
    margin-top: 15px;
}
.news_type {
    font: bolder 25px 'Microsoft YaHei';
    color: #864036;
}
.news_intro:hover {
    color: #864036;
}
/*news end*/
/*operating item start*/
.operating_items {
    width: 100%;
    margin: 0 auto;
}
.operating-item {
    width: 20%;
    height: 300px;

    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .2);
    -o-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .2);

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.operating-item img {
    width: 60px;
    height: auto;
}
.operating_name {
    font: bolder 18px 'Microsoft YaHei';
    color: #333333;
    margin: 20px 0;
}
.operating_intro {
    width: 80%;
    margin: 0 auto;
    font: 13px 'Microsoft YaHei';
    color: #333333;
    line-height: 22px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
/*operating item end*/

/*自适应样式============================================*/

/*-0---------------------------------------------------*/

@media (max-width: 479px) {

    /*头部样式开始*/
    #Header {
        height: 50px;
    }
    #Header .PcMenu {
        width: 92%;
        margin: 0 auto;
        height: 100%;
    }
    .MenuItem {
        display: none;
    }
    .PhoneMenuBtn {
        display: block !important;
    }
    .Logo a {
        font: bolder 14px 'Microsoft Yahei';
        color: black;
        letter-spacing: 2px;
        color: #864036;
    }
    /*头部样式结束*/
    /*banner样式开始*/
    .HeadBanner {
        margin-top: 50px;
    }
    /*banner样式结束*/

    /*SLOGAN START*/
    .Slogan {
        width: 100%;
        padding: 30px 0;
    }
    .slogan_title {
        font: 22px 'Microsoft YaHei';
    }
    .slogan_text1 {
        font: 12px 'Microsoft YaHei';
        margin: 20px 0;
        width: 95%;
        line-height: 18px;
    }
    .more_btn {
        width: 185px;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
        background: #864036;
        color: white;
    }
    /*SLOGAN END*/
    /*operating start*/
    .operating_items {
        width: 90%;

        justify-content: space-around;
        flex-wrap: wrap;
    }
    .operating-item {
        height: 100px;
        width: 35%;
        margin-top: 20px;
    }
    .operating_name {
        font: bolder 12px 'Microsoft YaHei';
        margin: 5px 0;
    }
    .operating_intro {
        display: none;
    }
    .operating-item img {
        width: 30px;
        height: 30px;
    }
    /*operating end*/
    /*main product start*/
    .main_product_div {
        padding: 30px 0;
    }
    .main_product_container {
        width: 90%;
        margin: 30px auto 0 auto;

        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .main_product_item {
        width: 100%;
        margin-bottom: 20px;
    }
    /*main product end*/

    /*news start*/
    .news_container>div:nth-child(2) {
        -webkit-box-direction: normal !important;
        -webkit-box-orient: vertical !important;
        -moz-flex-direction: column !important;
        -webkit-flex-direction: column !important;
        flex-direction: column !important;
    }
    .news_container {
        width: 95%;
        margin: 0 auto;
        padding: 30px 0;
    }
    .news_left ,.news_right {
        width: 100%;
    }
    .news_title {
        font: 16px 'Microsoft YaHei';
    }
    .news_intro {
        font: 12px 'Microsoft YaHei';
        margin-top: 15px;
    }
    .news_date {
        margin-top: 10px;
    }
    .news_type {
        font: bolder 20px 'Microsoft YaHei';
    }
    .news_text_container {
        margin-left: 15px;
    }
    /*news end*/
}

/*-1---------------------------------------------------*/

@media (min-width: 480px) and (max-width: 767px) {
    /*头部样式开始*/
    #Header {
        height: 50px;
    }
    #Header .PcMenu {
        width: 92%;
        margin: 0 auto;
        height: 100%;
    }
    .MenuItem {
        display: none;
    }
    .PhoneMenuBtn {
        display: block !important;
    }
    .Logo a {
        font: bolder 14px 'Microsoft Yahei';
        color: black;
        letter-spacing: 2px;
        color: #864036;
    }
    /*头部样式结束*/
    /*banner样式开始*/
    .HeadBanner {
        margin-top: 50px;
    }
    /*banner样式结束*/

    /*SLOGAN START*/
    .Slogan {
        width: 100%;
        padding: 40px 0;
    }
    .slogan_title {
        font: 22px 'Microsoft YaHei';
    }
    .slogan_text1 {
        font: 12px 'Microsoft YaHei';
        margin: 20px 0;
        width: 95%;
        line-height: 18px;
    }
    .more_btn {
        width: 185px;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }
    /*SLOGAN END*/
    /*operating start*/
    .operating_items {
        width: 90%;
    }
    .operating-item {
        height: 80px;
    }
    .operating_name {
        font: bolder 12px 'Microsoft YaHei';
        margin: 5px 0;
    }
    .operating_intro {
      display: none;
    }
    .operating-item img {
        width: 30px;
        height: 30px;
    }
    /*operating end*/
    /*main product start*/
    .main_product_div {
        padding: 30px 0;
    }
    .main_product_title {
        font: 16px 'Microsoft YaHei';
    }
    .main_product_text {
        margin-top: 7px;
    }
    .main_product_container {
        width: 90%;
        margin: 30px auto 0 auto;
    }
    .main_product_item {
        width: 30%;
        height: auto;
    }
    .indus {
        font: 12px 'Microsoft YaHei';
        text-align: center;
        cursor: pointer;
    }
    .know_more {
        font: 12px 'Microsoft YaHei';
    }
    .know_more_div {
        display: none;
    }
    /*main product end*/

    /*news start*/
    .news_container>div:nth-child(2) {
        -webkit-box-direction: normal !important;
        -webkit-box-orient: vertical !important;
        -moz-flex-direction: column !important;
        -webkit-flex-direction: column !important;
        flex-direction: column !important;
    }
    .news_container {
        width: 95%;
        margin: 0 auto;
        padding: 30px 0;
    }
    .news_left ,.news_right {
        width: 100%;
    }
    .news_title {
        font: 16px 'Microsoft YaHei';
    }
    .news_intro {
        font: 12px 'Microsoft YaHei';
        margin-top: 15px;
    }
    .news_date {
        margin-top: 10px;
    }
    .news_type {
        font: bolder 20px 'Microsoft YaHei';
    }
    /*news end*/
}

/*-2---------------------------------------------------*/

@media (min-width: 768px) and (max-width: 991px) {
    /*头部样式开始*/
    #Header .PcMenu {
        width: 95%;
        margin: 0 auto;
        height: 100%;
    }
    /*头部样式结束*/
    /*SLOGAN START*/
    .Slogan {
        width: 90%;
        padding: 50px 0;
    }
    .slogan_title {
        font: 22px 'Microsoft YaHei';
    }
    .slogan_text1 {
        font: 12px 'Microsoft YaHei';
        margin: 20px 0;
        width: 95%;
    }

    .more_btn {
        width: 185px;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }
    /*SLOGAN END*/
    /*operating start*/
    .operating_items {
    }
    .operating-item {
        height: 200px;
    }
    .operating_name {
        font: bolder 15px 'Microsoft YaHei';
        margin: 10px 0;
    }
    .operating_intro {
        width: 80%;
        font: 12px 'Microsoft YaHei';
        line-height: 22px;
    }
    .operating-item img {
        width: 40px;
        height: 40px;
    }
    /*operating end*/
    /*main product start*/
    .main_product_div {
        padding: 35px 0;
    }
    .main_product_title {
        font: 18px 'Microsoft YaHei';
    }
    .main_product_text {
        margin-top: 10px;
    }
    .main_product_container {
        width: 90%;
        margin: 30px auto 0 auto;
    }
    .main_product_item {
        width: 30%;
    }
    .indus {
        font: 16px 'Microsoft YaHei';
    }
    .know_more {
        font: 12px 'Microsoft YaHei';
    }
    .know_more_div {
        margin-top: 20px;
    }
    /*main product end*/
    /*news start*/
    .news_container>div:nth-child(2) {
        -webkit-box-direction: normal !important;
        -webkit-box-orient: vertical !important;
        -moz-flex-direction: column !important;
        -webkit-flex-direction: column !important;
        flex-direction: column !important;
    }
    .news_container {
        width: 95%;
        margin: 0 auto;
        padding: 60px 0;
    }
    .news_left ,.news_right {
        width: 100%;
    }
    .news_title {
        font: 20px 'Microsoft YaHei';
    }
    .news_intro {
        font: 12px 'Microsoft YaHei';
        margin-top: 30px;
    }
    .news_date {
        margin-top: 15px;
    }
    /*news end*/
}

/*-3---------------------------------------------------*/

@media (min-width: 992px) and (max-width: 1199px) {
    /*头部样式开始*/
    #Header .PcMenu {
        width: 90%;
        margin: 0 auto;
        height: 100%;
    }
    /*头部样式结束*/
    /*SLOGAN START*/
    .Slogan {
        width: 85%;
    }
    .slogan_title {
        font: 22px 'Microsoft YaHei';
    }
    .slogan_text1 {
        font: 12px 'Microsoft YaHei';
        margin: 20px 0;
        width: 95%;
    }

    .more_btn {
        width: 185px;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }
    /*SLOGAN END*/
    /*operating start*/
    .operating_items {
    }
    .operating-item {
        height: 250px;
    }
    .operating_name {
        font: bolder 15px 'Microsoft YaHei';
        margin: 10px 0;
    }
    .operating_intro {
        width: 80%;
        font: 12px 'Microsoft YaHei';
        line-height: 22px;
    }
    .operating-item img {
        width: 50px;
        height: 50px;
    }
    /*operating end*/
    /*main product start*/
    .main_product_div {
        padding: 40px 0;
    }
    .main_product_title {
        font: 20px 'Microsoft YaHei';
    }
    .main_product_text {
        margin-top: 10px;
    }
    .main_product_container {
        width: 90%;
        margin: 30px auto 0 auto;
    }
    .main_product_item {
        width: 30%;
    }
    .indus {
        font: 16px 'Microsoft YaHei';
    }
    .know_more {
        font: 12px 'Microsoft YaHei';
    }
    /*main product end*/

    /*news start*/
    .news_container {
        padding: 60px 0;

    }
    /*news end*/
}


/*-4---------------------------------------------------*/

@media (min-width: 1200px) and (max-width: 1399px) {
    /*头部样式开始*/
    #Header>div {
        width: 90%;
        margin: 0 auto;
        height: 100%;
    }
    /*头部样式结束*/

    /*SLOGAN START*/
    .Slogan {
        width: 90%;
    }
    .slogan_title {
        font: 32px 'Microsoft YaHei';
    }
    .slogan_text1 {
        font: 14px 'Microsoft YaHei';
        margin: 25px 0;
        width: 90%;
    }

    .more_btn {
        width: 200px;
        height: 45px;
    }
    /*SLOGAN END*/
    /*main product start*/
    .main_product_div {
        padding: 50px 0;
    }
    .main_product_title {
        font: 25px 'Microsoft YaHei';
    }
    .main_product_text {
        margin-top: 10px;
    }
    .main_product_container {
        width: 90%;
        margin: 30px auto 0 auto;
    }
    .main_product_item {
        width: 30%;
    }
    .indus {
        font: 22px 'Microsoft YaHei';
    }
    .know_more {
        font: 14px 'Microsoft YaHei';
    }
    /*main product end*/

    /*operating start*/
    .operating_items {
    }
    /*operating end*/

}

/*-5---------------------------------------------------*/

@media (min-width: 1400px) {

}