input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

.nei-about{
    letter-spacing: 2px;
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

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

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

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

p {
    margin: 0;
}


/*滚动*/

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}

@media (min-width: 1640px) {
    .container2 {
        width: 1630px;
    }
}

.max_wd1600 {
    max-width: 1630px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}


/*头部样式*/

#header {
    position: relative;
    background: #3473c4;
    padding: 15px 0;
    font-size: 13px;
    color: #fff;
    line-height: 1.7;
}

#header a {
      background: #3473c4;
    font-size: 13px;
    color: #fff;
}

.top_phone {
    position: relative;
}

.top_phone li {
    display: inline-block;
    padding-right: 60px;
}

.top_phone li img {
    padding-right: 10px;
}

.logo {
    float: left;
}

@media (max-width:1200px) {
    .x-logo {
        line-height: 80px;
    }
    .x-menu>li>a {
        line-height: 80px;
    }
    .x-sub-menu {
        top: 90px;
    }
}


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}


/*主体样式*/

.c1_index {
    position: relative;
    padding: 3.125% 0;
}

.ttt1 {
    text-align: center;
}

.ttt1 span {
    font-family: "Arial";
    font-size: 24px;
    text-transform: uppercase;
    color: #999999;
}

.ttt1 h3 {
    font-weight: normal;
    font-size: 30px;
      background: #3473c4;
    color: #3473c4;
    line-height: 1;
    padding: 10px 0;
    background: url(../images/ttt1_h3_bg.png) no-repeat center center;
}

.ttt1 p {
    font-size: 16px;
    color: #999999;
}

.c1_list {
    margin: 2.82291667% 0 0;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.c1_list li {
    width: 25%;
    position: relative;
}

.c1_list li a {
    display: block;
}

.c1_list li img {
    width: 100%;
    display: block;
}

.c1_list li .marks {
    width: 280px;
    height: 156px;
    position: absolute;
    top: 50%;
    margin-top: -78px;
    left: 50%;
    margin-left: -140px;
    text-align: center;
    padding-top: 20px;
}

.c1_list li .marks h5 {
    font-size: 24px;
    line-height: 40px;
    padding-bottom: 20px;
    background: url(../images/xian1.png) no-repeat center bottom;
    color: #fff;
}

.c1_list li .marks h6 {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.7;
    color: #fff;
    margin: 0;
    padding-top: 15px;
}

.c1_list li:hover .marks {
    background: #9f6e45;
    border-radius: 0px;
}

@media (max-width: 1200px) {
    .c1_list li .marks {
        width: 100%;
        left: 0;
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .c1_list {
        flex-wrap: wrap;
    }
    .c1_list li {
        width: 49%;
        margin-bottom: 2%;
    }
    .c1_list li .marks {
        width: 100%;
        left: 0;
        margin-left: 0;
    }
    .c1_list li .marks {
        min-height: 156px;
        height: auto;
    }
    .ttt1 span {
        font-size: 18px;
    }
    .ttt1 h3 {
        font-size: 24px;
        padding: 5px 0;
    }
    .ttt1 p {
        font-size: 14px;
    }
}

@media (max-width: 500px) {
    .c1_list li .marks h5 {
        font-size: 18px;
        padding-bottom: 10px;
    }
    .c1_list li .marks h6 {
        font-size: 14px;
        padding-top: 10px;
    }
    .ttt1 h3 {
        background-size: 150%;
    }
}


/* c2_index */

.c2_index {
    position: relative;
    padding-bottom: 1%;
}

.c2_contt {
    background: #303030;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.c2_left {
    width: 70%;
}

.c2_left li {
    position: relative;
}

.c2_left li a {
    display: block;
}

.c2_left li img {
    width: 100%;
}

.c2_left li .time {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 180px;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    background: rgba(0, 0, 0, .54);
    width: 100%;
    padding: 30px;
    padding-right: 180px;
}

.c2_left li .time h3 {
    font-size: 22px;
    font-weight: normal;
    padding-bottom: 20px;
    padding-top: 10px;
}

.c2_left li .time span {
    display: block;
    font-size: 14px;
    padding-right: 20px;
}

.c2_left li .time i {
    font-style: inherit;
    color: #fff;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 26px;
    width: 180px;
    line-height: 180px;
    height: 100%;
    text-align: center;
    background: #9f6e45;
}

.c2_right {
    width: 30%;
    position: relative;
}

.c2_right li {
    position: relative;
    border-bottom: 1px solid #3c3c3c;
    line-height: 2;
    padding: 5.888% 0;
    width: 100%;
    text-align: center;
    cursor: pointer;
    height: 25%;
}

.c2_right li.on {
    background: #9f6e45;
    border-bottom: 1px solid #a9a9a9;
}

.c2_right li h3 {
    font-size: 24px;
    padding-top: 8px;
    padding-bottom: 15px;
    background: url(../images/xian2.png) no-repeat center bottom;
    color: #fff;
    font-weight: normal;
}

.c2_right li h4 {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.7;
    color: #fff;
    margin: 0;
    padding-top: 15px;
    font-weight: normal;
    font-family: "Arial";
}

@media (max-width:1200px) {
    .c2_left li .time {
        height: 150px;
        padding: 20px;
        padding-right: 180px
    }
    .c2_left li .time i {
        line-height: 150px;
    }
    .c2_right li {
        padding: 3.888% 0;
    }
    .c2_right li h3 {
        font-size: 20px;
    }
    .c2_right li h4 {
        font-size: 14px;
    }
}

@media (max-width:992px) {
    .c2_contt {
        flex-wrap: wrap;
    }
    .c2_left {
        width: 100%;
    }
    .c2_right {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .c2_right li {
        width: 25%;
        height: 100%;
        border-bottom: none;
        padding: 1.888% 0;
    }
}

@media (max-width:768px) {
    .c2_left li .time {
        height: 110px;
        padding-right: 110px;
    }
    .c2_left li .time h3 {
        padding-top: 0px;
        font-size: 18px;
        padding-bottom: 5px;
    }
    .c2_left li .time span {
        font-size: 12px;
    }
    .c2_left li .time i {
        width: 110px;
        line-height: 110px;
        font-size: 18px;
    }
}

@media (max-width:600px) {
    .c2_right li h3 {
        font-size: 16px;
    }
    .c2_right li h4 {
        font-size: 12px;
        line-height: 1.3;
    }
}


/* 关于我们 */

.abb_index {
    position: relative;
    background: #f5f5f5;
    padding: 3.125% 0;
    margin: 3.125% 0;
}

.abb_wap {
    position: relative;
    margin: 2.82291667% 0 0;
    background: #fff;
    display: flex;
    justify-content: space-between;
}

.abbimg {
    width: 40%;
    vertical-align: middle;
}

.abbimg img {
    width: 100%!important;
    height: auto!important;
}

.abb_right {
    width: 60%;
    vertical-align: middle;
    padding: 30px 40px;
    box-shadow: 0px 20px 20px -15px rgba(0, 0, 0, .2);
}

.abb_right h3 {
    padding: 20px 0;
    font-size: 24px;
    color: #9f6e45;
    font-weight: normal;
  
    background: url(../images/xian3.png) no-repeat left bottom;
}

.abb_right .abb_txt {
    font-size: 14px;
    color: #666666;
    line-height: 2.5;
}

.abb_right .abbmore {
    display: block;
    width: 185px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #9f6e45;
    font-family: "Arial";
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 5.125%;
}

@media (max-width:1640px) and (min-width:1200px) {
    .abb_right h3 {
        padding-top: 0px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .abb_right .abb_txt {
        line-height: 1.9;
    }
    .abb_right .abbmore {
        margin-top: 3.125%;
    }
}

@media (max-width:1200px) {
    .abb_right {
        padding: 15px 20px;
    }
    .abb_right h3 {
        padding-top: 0px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-size: 20px;
    }
    .abb_right .abb_txt {
        line-height: 1.5;
    }
    .abb_right .abbmore {
        margin-top: 3.125%;
        width: 130px;
        line-height: 35px;
    }
}

@media (max-width:992px) {
    .abb_wap {
        flex-wrap: wrap;
    }
    .abbimg,
    .abb_right {
        width: 100%;
    }
    .abb_right .abb_txt {
        line-height: 2;
    }
}


/*我们的优势*/

.you_index {
    position: relative;
    background: url(../images/you_bg.jpg) no-repeat;
    background-size: cover;
    margin-top: 2.12291667%;
}

.you_list {
    position: relative;
    padding: 5.125% 0;
    display: flex;
    justify-content: center;
}

.you_list li {
    text-align: center;
    padding: 40px 30px;
    margin: 0 15px;
    float: left;
    width: 25%;
    background: rgba(255, 255, 255, .15);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.you_list li a {
    display: block;
}

.you_list li span {
    display: block;
    height: 80px;
    line-height: 80px;
}

.you_list li span img {
    vertical-align: middle;
}

.you_list li h3 {
    padding: 20px 0;
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    background: url(../images/baix.jpg) no-repeat center bottom;
}

.you_list li h4 {
    padding: 20px 0;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 2;
}

.you_list li:hover {
    background: #9f6e45;
}

@media (min-width:1470px) {
    .you_list li {
        padding: 60px 20px;
        margin: 0 30px;
    }
}

@media (max-width:1200px) {
    .you_list li {
        padding: 25px 20px;
    }
    .you_list li h3 {
        font-size: 24px;
        padding: 15px 0;
    }
}

@media (max-width:992px) {
    .you_list li {
        margin: 0 10px;
    }
    .you_list li h3 {
        font-size: 20px;
        padding: 10px 0;
    }
}

@media (max-width:768px) {
    .you_list {
        flex-wrap: wrap;
    }
    .you_list li {
        padding: 10px;
        margin: 2% 2%;
        width: 46%;
    }
    .you_list li h3 {
        font-size: 16px;
    }
    .you_list li h4 {
        padding: 10px 0;
        font-size: 12px;
    }
}


/* 新闻中心 */

.news_index {
    position: relative;
    padding: 3.125% 0;
}

.news_list22 {
    margin-top: 2.125%;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.news_list22 li {
    position: relative;
    width: 23%;
}

.news_list22 li .toptime {
    padding-bottom: 30px;
    margin-bottom: 20px;
    background: url(../images/lian.png) no-repeat left bottom;
}

.news_list22 li .toptime h3 {
    font-size: 20px;
    display: block;
    color: #333333;
}

.news_list22 li .toptime span {
    display: block;
    font-size: 16px;
    color: #999999;
}

.news_list22 li .newsimg {
    display: block;
}

.news_list22 li .newsimg img {
    width: 100%;
    height: auto;
}

.news_list22 li .time {
    position: relative;
    padding: 30px 0px;
}

.news_list22 li .time h3 {
    font-size: 17px;
    color: rgba(0, 0, 0, .96);
    padding-bottom: 10px;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.news_list22 li .time .info {
    font-size: 13px;
    display: block;
    color: rgba(0, 0, 0, .8);
    margin-top: 10px;
    line-height: 1.7;
    padding-bottom: 25px;
}

.news_list22 li .time .newsmore {
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    line-height: 2.5;
    width: 85px;
    background: #000;
    text-align: center;
}

.news_list22 li:hover .newsmore {
    background: #9f6e45;
}

.news_list22 li:hover .time h3 {
    color: #9f6e45;
}

@media (max-width: 992px) {
    .news_list22 {
        flex-wrap: wrap;
    }
    .news_list22 li {
        width: 48%;
    }
    .news_list22 li .time {
        padding: 20px 0px;
    }
    .news_list22 li .time .info {
        padding-bottom: 10px;
    }
    .news_list22 li .time .newsmore {
        font-size: 12px;
    }
}


/*底部搜索*/

#formsearch2 {
    width: 290px;
    background: url(../images/foot_ss.png) no-repeat center center;
}

#formsearch2 input {
    height: 50px;
    border: none;
    line-height: 50px;
    outline: none;
    background: none;
}

#formsearch2 input#keyword {
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    color: #666;
    float: left;
    width: 80%;
}

#formsearch2 input#s_btn {
    width: 20%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border: none;
    cursor: pointer;
    float: left;
}

@media (max-width:1200px) {
    #formsearch2 {
        width: 100%;
        background-size: 100%;
    }
}


.slick-arrow {
    outline: none;
    position: absolute;
    top: 50%;
    z-index: 9999;
   
    height: 65px;
    width: 50px;
    margin-top: -32.5px;
    border-radius: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-size: 0;
    border: none;
    
}

.slick-prev::after{
    content: '>';
    display: inline-block;
    font-size: 14px;
    color: #333;
}

.slick-next {
     
}

.slick-next {
  
   right:0;
  
}

.c2_left li {
    display: none;
}



.slick-slider { 
    width: 100%!important;
}

.slick-slide img {
    width: 100%!important;
}

.newsnav li {
    float: left;
}


.i-news {
    margin-top: 20px;
}

.s5 { margin-top: 4%; }
#NavigationList_d3 ul { text-align: left; }
#NavigationList_d3 li { 
    margin-left: 1.2%; }
#NavigationList_d3 { margin: 2% 0; }
.NewsList_a1 a { position: relative; z-index: 1; box-shadow: 0 6px 20px 0 rgba(0,0,0,0.05); display: block; padding: 9.5% 9.5% 7.5%; width: 100%; height: 100%; box-sizing: border-box; overflow: hidden; border-radius: 4px; border: 1px solid #e6e6e6; }
.NewsList_a1 a:before { transition: height 0.2s linear 0.4s, width 0.2s linear 0.6s; content: ''; position: absolute; width: 0; height: 0; box-sizing: border-box; border-radius: 4px; left: 0; top: 0; z-index: -1; border-top: 1px solid #c41b35; border-right: 1px solid #c41b35; }
.NewsList_a1 a:after { transition: height 0.2s linear 0s, width 0.2s linear 0.2s; content: ''; position: absolute; width: 0; height: 0; box-sizing: border-box; border-radius: 4px; bottom: 0; right: 0; z-index: -1; border-bottom: 1px solid #c41b35; border-left: 1px solid #c41b35; }
.NewsList_a1 .newnr b { transition: 0.3s ease 0s; font-size: 18px; color: #555; overflow: hidden; display: block; white-space: nowrap; text-overflow: ellipsis; }
.NewsList_a1 .newnr p { margin-top: 7%; font-size: 16px; display: -webkit-box; color: #666; line-height: 1.875; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; max-height: 83px; }
.NewsList_a1 .data { margin-top: 7%; padding: 3.5px 0; font-size: 14px; color: #888; position: relative; }
.NewsList_a1 .data b:before { content: '-'; }
.NewsList_a1 .data i { position: absolute; font-size: 0; width: 18px; height: 21px; background: url(../images/icon16.png) no-repeat center; background-size: 18px 21px; right: 0; top: 0; }
.news-box { position: relative; }
.news-btn a { color: #c41b35; display: inline-block; vertical-align: top; width: 46px; height: 46px; box-sizing: border-box; line-height: 46px; font-size: 18px; font-family: "瀹嬩綋", SimSun; transition: 0.3s ease 0s; border: 1px solid #c41b35; text-align: center; }
.news-btn a[class*="right"] { margin-left: -1px; }
.news-btn a[class*="left"]:hover { text-indent: -10px; }
.news-btn a[class*="right"]:hover { text-indent: 10px; }
.NewsList_a1 a:hover .newnr b { color: #c41b35; }
.NewsList_a1 a:hover:before { width: 100%; height: 100%; transition: width 0.2s linear 0s, height 0.2s linear 0.2s; }
.NewsList_a1 a:hover:after { width: 100%; height: 100%; transition: width 0.2s linear 0.4s, height 0.2s linear 0.6s; }
.news-btn { position: absolute; right: 0; top: -29%; }
.NewsList_a1 li { padding-bottom: 17px; }


.w-836 { width: 83.6%; margin: 0 auto; }


.ResTitle_a1{text-transform:uppercase;}
.ResTitle_a1 span { display: block; font-size: 40px; color: #c2182f; font-weight: bold; }
.ResTitle_a1 em { font-size: 16px; color: #666; text-transform: uppercase; display: block; margin-top: 1%; }

/*.s5>.w-836 { width: 100%; }*/
#NavigationList_d1 ul, #NavigationList_d2 ul, #NavigationList_d3 ul { font-size: 0; text-align: right; }
#NavigationList_d1 li:first-child, #NavigationList_d2 li:first-child, #NavigationList_d3 li:first-child { margin-left: 0; }
#NavigationList_d1 li, #NavigationList_d2 li, #NavigationList_d3 li { font-size: 18px; vertical-align: middle; display: inline-block; color: #fff; margin-left: 1.5%; }
#NavigationList_d1 li a, #NavigationList_d2 li a, #NavigationList_d3 li a {text-transform: uppercase; transition: 0.3s ease 0s; display: block; padding-left: 25px; position: relative; z-index: 1; }
#NavigationList_d1 li a:before, #NavigationList_d2 li a:before, #NavigationList_d3 li a:before { transition: 0.3s ease 0s; opacity: 0; content: ''; position: absolute; width: 16px; height: 16px; border: 1px solid #fff; box-sizing: border-box; border-radius: 50%; left: 0; top: 50%; margin-top: -8px; }
#NavigationList_d1 li.on a:before, #NavigationList_d2 li.on a:before, #NavigationList_d3 li.on a:before { opacity: 1; }
#NavigationList_d1 li a:after, #NavigationList_d2 li a:after, #NavigationList_d3 li a:after { transition: 0.3s ease 0s; content: ''; position: absolute; width: 6px; height: 6px; background: #fff; border-radius: 50%; top: 50%; margin-top: -3px; left: 5px; }
#NavigationList_d1 ul>a, #NavigationList_d2 ul>a { display: inline-block; vertical-align: middle; font-size: 18px; color: #fff; margin-left: 1.5%; }

#NavigationList_d1 li a:after, #NavigationList_d2 li a:after, #NavigationList_d3 li a:after { transition: 0.3s ease 0s; content: ''; position: absolute; width: 6px; height: 6px; background: #fff; border-radius: 50%; top: 50%; margin-top: -3px; left: 5px; }
#NavigationList_d1 ul>a, #NavigationList_d2 ul>a { display: inline-block; vertical-align: middle; font-size: 18px; color: #fff; margin-left: 1.5%; }


#NavigationList_d2 li, #NavigationList_d3 li, #NavigationList_d2 ul>a { color: #555; margin-left: 3%; transition: 0.3s ease 0s; }
#NavigationList_d2 li a:before, #NavigationList_d3 li a:before { border-color: #76777b; }
#NavigationList_d2 li a:after, #NavigationList_d3 li a:after { background: #76777b; }
#NavigationList_d2 li.on a:before, #NavigationList_d3 li.on a:before { border-color: #c20430; }
#NavigationList_d2 li.on, #NavigationList_d2 li:hover, #NavigationList_d2 ul>a:hover, #NavigationList_d3 li.on, #NavigationList_d3 li:hover, #NavigationList_d3 ul>a:hover { color: #c2182f!important;}
#NavigationList_d2 li.on, #NavigationList_d3 li.on { font-weight: bold; }
#NavigationList_d2 li.on a:after, #NavigationList_d2 li a:hover:after, #NavigationList_d3 li.on a:after, #NavigationList_d3 li a:hover:after { background: #c20430; }
#NavigationList_d2 ul:before { content: ''; display: inline-block; vertical-align: middle; width: calc(94% - 309px); height: 1px; background: #b5b5b5; margin-right: 19px; }
#NavigationList_d2 { margin-top: 5%; }


.newsnav li a {
    color: #555555;
}

.newsnav .on a{
    color: #c2182f!important;
}

.newsnav li:hover a {
    color: #c2182f!important;
}


.s6 { margin-top: 3.5%; }
.s6 .history { margin-top: 1.5%; background: url(../images/bg3.jpg) no-repeat center; background-size: cover; padding: 5.5% 0; position: relative; }
.s6 .history:before { content: ''; position: absolute; width: 100%; height: 2px; background: #999; left: 0; top: 50%; margin-top: -1px; }
.history li { font-size: 0; position: relative; width: auto; }
.history li>div { font-size: 0; height: 50%; width: 100%; position: relative; }
.history li:nth-child(odd)>div { display: inline-block; vertical-align: bottom; }
.history li:nth-child(odd):before { content: ''; height: 100%; display: inline-block; vertical-align: bottom; width: 0; }
.history>div>div { padding: 5px 10px; height: 18.4vw; }
.history li>div .R h3 { font-size: 24px; color: #666; font-weight: normal; margin-bottom: 10px; }
.history li>div .R p, .history li>div .R span { font-size: 18px; color: #666; }
.history li>div .L { text-align:right; font-size: 0; overflow: hidden; width: 5.7vw; max-width: 110px; padding-right: 20px; height: 100%; max-height: 100px; }
.history li:nth-child(odd)>div .L:before { display: inline-block; vertical-align: bottom; content: ''; height: 100%; width: 0; }
.history li>div .R { position: relative; font-size: 0; padding-left: 20px; height: 100%; border-left: 1px solid #888; }
.history li:nth-child(odd)>div .L img { display: inline-block; vertical-align: bottom; }
.history li>div .R:after { width: 7px; height: 7px; position: absolute; content: ''; background: #888; border-radius: 50%; left: -4px; top: 0; }
.history li:nth-child(odd)>div .R:after { top: auto; bottom: 0; }
.history li:nth-child(odd)>div .R>div { height: 100%; font-size: 0; }
.history li:nth-child(odd)>div .R>div:before { content: ''; display: inline-block; vertical-align: bottom; height: 100%; width: 0; }
.history li>div .R:before { content: ''; position: absolute; width: 15px; height: 15px; border-radius: 50%; background: rgba(198,33,53,1); background: -webkit-gradient(linear, left top, right bottom, color-stop(80%, rgba(222,28,63,1)), color-stop(100%, rgba(231,100,60,1))); border: 2px solid #fff; box-shadow: 0 0 6px 0 rgba(203,34,70,0.36); bottom: -9px; left: -10px; }
.history li:nth-child(odd)>div .R:before { bottom: auto; top: -9px; }
.history li:nth-child(even)>.B>div>div { display: inline-block; vertical-align: top; }
.history li>div .R p { line-height: 1.4; }
.history li:nth-child(odd)>.B>div>div, .history li:nth-child(odd)>div .R>div>div { display: inline-block; vertical-align: bottom; }
.history li>div>div { height: 100%; display: inline-block; vertical-align: bottom; }
.history li:nth-child(odd)>div:before, .history li:nth-child(odd)>div>div { vertical-align: top; }
.history li>div:before { content: ''; display: inline-block; vertical-align: bottom; height: 100%; width: 0; }
.history li:nth-child(9n+1)>div>div, .history li:nth-child(9n+5)>div>div { height: 70%; }
.history li:nth-child(9n+4)>div>div { height: 60%; }
.history li:nth-child(9n+8)>div>div, .history li:nth-child(9n+9)>div>div { height: 80%; }
.history li img{width:auto; height:auto; max-height:100%; max-width:100%; display:inline-block;}
.ProductList_b1 li span, .ProductList_b2 span, .ProductList_b2 li:first-child h3:before, .ProductList_b2 li:first-child a em, .ResTitle_a1 br, .NewsList_a1 .newimg { display: none; }



@media (max-width: 768px){
    .infwr {
        width:100%!important;
        
    }
    
    .infwr li:nth-child(4n+1) {
     margin-left: 10%!important; 
    }
    
    .infw {
        margin-left:0!important;
        width:350px!important;
        height:402px!important;
    }
    
    .NewsList_a1 {
        height:600px!important;
        overflow:hidden;
        
    }
    .s6 {
        display:none;
    }
}








