@charset "UTF-8";

/*basic css*/

html, body, dl, dd, img, form, div, ul, ol, li, h1, h2, h3, h4, h5, h6, p, button {
    margin: 0;
    padding: 0;
    border: 0;
}

@font-face {
    /* font-test*/
    font-family: CODE_BOLD;
    src: url('../fonts/iconfont.woff'),
    url('../fonts/iconfont.ttf'),
    url('../fonts/iconfont.eot'); /* IE9 */
}

body {
    font-size: 12px;
    font-family: "Arial", "Microsoft YaHei", '微软雅黑';
    background-color: #fff;
    color: #222222;
}g

input, textarea, button {
    padding: 0;
    font-family: "Arial", "Microsoft YaHei", '微软雅黑';
}

input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

input {
    outline: none;
    -webkit-appearance: none; /*去除系统默认的样式*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 点击高亮的颜色*/
}

input:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-modify: read-write-plaintext-only;
}

.fix:after {
    clear: both;
    content: "";
    display: table;
}

input:focus, textarea:focus {
    outline: none;
}

textarea {
    -webkit-appearance: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

a {
    cursor: pointer;
}

ul, ol, li {
    list-style-type: none;
}

.slick-slide:focus, input:focus, a:focus {
    outline: none !important;
}

img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
}

select, input, textarea, button {
    vertical-align: middle;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

tr {
    margin: 0;
    padding: 0;
}

td {
    margin: 0;
    padding: 0;
}

iframe {
    border: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.hidden {
    display: none;
    visibility: hidden;
}

.wrap {
    border: 0;
    padding: 0;
    width: 1150px;
    margin: 0 auto;
    *zoom: 1;
}

.wrap:after {
    clear: both;
    content: "";
    display: table;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    visibility: hidden;
}

.fix {
    *zoom: 1;
}

.radius-wrap {
    width: 44px;
    height: 44px;
    top: 92vh;
    left: 50%;
    right: 50%;
    margin: 0px -22px;
    z-index: 1000;
    position: absolute;
    cursor: pointer;
}

.radius {
    width: .44rem;
    height: .44rem;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    position: relative;
    overflow: hidden;
}

a {
    display: inline-block;
    max-width: 100%;
}

.ones {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.twos {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.three{ width:40%;  overflow: hidden;
    text-overflow: ellipsis; font-size:12px; color:#666; float:right; text-align:right}

.clearfix:after, .clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

.picture {
    position: relative;
    overflow: hidden;
}

.picture img {
    transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
}

.each-item:hover .picture img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    zoom: 1.1 \9;
}

input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px white inset !important;
}

input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

.box {
    width: 73%;
    max-width: 1400px;
    margin: auto;
    min-width: 1100px;
}


@media (max-width: 639px) {.box {
    width: 100%;
 
    margin: auto;

}}

@media (min-width: 640px) and (max-width:1023px ) {.box {
    width: 98%;
  
    margin: auto;
   
}}


@media (min-width: 1024px) and (max-width:1440px ) {.box {
    width: 95%;
/*    max-width: 1200px;*/
    margin: auto;
    min-width: 1000px;
}}


@media (min-width: 1441px) and (max-width:1920px ) {.box {
    width: 100%;
    max-width: 1670px;
    margin: auto;
    min-width: 1100px;
}}

.indexbox {
    width: 100%;
    max-width: 1920px;
    margin: auto;
    min-width: 1100px;
}

input::placeholder {
    color: #999999
}

input::-webkit-input-placeholder {
    color: #999999
}

/*news.html*/
.news_list1 {
    padding-bottom: 50px;
}

.news_list1 a {
    display: block;
    background: #ffffff;
    padding: 35px 0;
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.news_list1 .lans:after {
    content: '';
    width: 0%;
    left: 0;
    position: absolute;
    bottom: 0px;
    height: 3px;
    background: #e50113;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.news_list1 a:hover .lans:after {
    left: 0;
    width: 100%;
}
.index5 .news_list1 .lans:after{
    display:none;
}

.news_list1 .imgs {
    width: 28.5%;
    float: left;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    min-width: 350px;
}

.news_list1 a:hover .imgs {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

.news_list1 .lans {
    width: 67%;
    float: left;
    box-sizing: border-box;
    margin-left: 4.3%;
    margin-top: 10px;
}

.news_list1 .l1 {
    font-size: 26px;
    line-height: 30px;
    height: 60px;
    color: #222;
}

.news_list1 .l2 {
    font-size: 18px;
    line-height: 26px;
    color: #666666;
    height: 52px;
    margin-top: 20px;
}

.news_list1 .l3 {
    color: #222;
    font-size: 16px;
    margin-top: 8%;
    line-height: 30px;
}

.news_list1 .times {
    width: 120px;
    text-align: right;
    color: #222;
    float: right;
    margin-top: 10px;
    font-family: "CODE_BOLD";
}

.news_list1 .t1 {
    font-size: 40px;
}

.news_list1 .t2 {
    font-size: 20px;
    margin-top: 5px;
}

.news_list1 a:hover .l1, .news_list1 a:hover .times, .news_list1 a:hover .l3 {
    color: #e50113;
}

.news_list1 a:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.news_list1 a:hover dd:last-child img:last-child {
    display: inline-block;
}

.news_list1 a:hover dd:last-child img:first-child {
    display: none;
}

.news_list1 .l3 dd:last-child {
    margin: 0;
}

.news_list1 .arrow {
    height: 30px;
    background: url('../images/arrow.png') center center no-repeat;
    width: 42px;
    display: inline-block;
    vertical-align: top;
}

.news_list1 a:hover .arrow {
    background: url('../images/arrow_on.png') center center no-repeat;
}

.neiye_banner {
    height: 409px;
    background-size: cover;
    background: url(../images/e1958243abc84822a9651910cf963040.gif) center center no-repeat;
}

.neiye_banner .t1 {
    padding-top: 170px;
    font-size: 40px;
    line-height: 1;
    color: #ffffff;
    width: 400px;
}

.pagetion {
    text-align: center;
    line-height: 30px;
    padding: 70px 0;
}

.pagetion a {
    margin: 0 15px;
    padding: 0 2px;
    border-bottom: 1px solid transparent;
    font-size: 20px;
    color: #222;
}

.pagetion a.on, .pagetion a:hover {
    border-bottom: 1px solid #cf0212;
    color: #e50113;
}

.pagetion a.ico {
    width: 30px;
    height: 30px;
    vertical-align: top;
    background: url('../images/ico_page.png');
}

.pagetion a.next {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.pagetion a.ico.on, .pagetion a.ico:hover {
/*    background: url('../images/ico_page_on.png');
*/    border-bottom: 1px solid transparent; background:#e50113; color:#fff;
}

.neiye_nav {
    line-height: 80px;
    background: #eff0f1;

}

.neiye_nav a {
    color: #222222;
    padding: 0 25px;
    font-size: 16px;
    position: relative;
}

.neiye_nav a:after {
    content: '';
    position: absolute;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #b5010f;
    transition: all .4s;
    -webkit-transition: all .4s;
    width: 100%;
    opacity: 0;
}

.neiye_nav img {
    margin-right: 15px;
    opacity: 0;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    margin-top: 20px;
}

.neiye_nav a:hover img, .neiye_nav a.on img {
    opacity: 1;
    margin-top: 0;
}

.neiye_nav a:hover, .neiye_nav a.on {
    color: #fff; background:#e50113
}

.neiye_nav a:hover:after, .neiye_nav a.on:after {
    width: 100%;
    opacity: 1;
}

.news_nav {
    text-align: center;
    padding: 70px 0 50px 0;
}

.news_nav a {
    width: calc(20% - 2px);
    /* float: left; */
    border-left: 1px solid #dddddd;
    box-sizing: border-box;
    font-size: 20px;
    color: #222222;
}

.news_nav a:first-child {
    border-left: 0;
}

.news_nav a img {
    margin-right: 20px
}

.news_nav a img:last-child {
    display: none;
}

.news_nav a:hover img:first-child, .news_nav a.on img:first-child {
    display: none;
}

.news_nav a:hover img:last-child, .news_nav a.on img:last-child {
    display: inline-block;
}

.news_nav a:hover, .news_nav a.on {
    color: #e50113;
}



@media screen and (max-width: 1500px) {

    .news_list1 .times {
        width: 90px;
    }

    .news_list1 .l1 {
        font-size: 22px;
        line-height: 28px;
        height: 56px;
    }

    .news_list1 .l3 dd {
        margin-right: 30px;
    }
}

@media screen and (max-width: 1199px) {
    .news_list1 a {
        padding: 0 0 10px 0;
        width: 48%;
        display: inline-block;
        vertical-align: top;
        margin-top: 30px;
    }

    .news_list1 a:nth-child(even) {
        margin-left: calc(4% - 8px);
    }

    .news_list1 .imgs {
        width: 100%;
        min-width: 100%;
    }

    .news_list1 .lans {
        width: 100%;
        padding: 0 10px;
        margin: 20px 0;
    }

    .news_list1 .times {
        box-sizing: border-box;
        padding: 0;
        width: 50%;
        position: absolute;
        bottom: 32px;
        right: 5%;
    }

    .news_list1 .l3 dd {
        line-height: 2.5;
    }

    .news_list1 .l3 {
        padding: 0 0%;
        box-sizing: border-box;
        width: 50%;
        float: left;
        margin-top: 40px;
    }

    .news_list1 .l3 dd:nth-child(3), .news_list1 .l3 dd:nth-child(4) {
        margin-left: 0px;
    }

    .news_list1 .l3 dd:nth-child(4) {
        margin-left: -10px
    }

    .news_list1 .l2 {
        font-size: 12px;
        margin-top: 12px;
        line-height: 20px;
        height: 40px;
    }

    .news_top {
        padding: 30px 0 100px 0;
    }

    .news_list1 .t1 {
        font-size: 20px;
    }

    .news_list1 .l1 {
        font-size: 17px;
        line-height: 25px;
        height: 50px;
    }

    .news_list1 .t2 {
        font-size: 12px;
    }

    .news_list1 {
        padding-bottom: 0;
    }

    .box {
        min-width: 0;
        width: 93%;
    }

    .neiye_nav {
        line-height: 50px;
        background: #eff0f1;
        text-align: center;
        text-align: left;
    }

    .neiye_nav a {
        padding: 0 15px;
        font-size: 14px;
    }

    .neiye_nav img {
        margin-right: 10px;
        margin-top: 0px;
        display: none;
    }

    .neiye_nav a:after {
        display: none;
    }

    .neiye_banner .t1 {
        font-size: 32px;
        width: 100%;
    }

    .pagetion {
        padding: 40px 0;
    }

    .pagetion a {
        font-size: 16px;
    }

    .news_nav a {
        font-size: 15px;
        width: calc(33% - 1px);
        margin: 7px 0;
    }

    .news_nav a img {
        width: 25px;
    }

    .news_nav a img {
        margin-right: 10px
    }

    .news_nav {
        padding: 50px 0 30px 0;
    }
}

@media screen and (max-width: 980px) {
    .news_list1 a, .news_list1 a:nth-child(even) {
        margin: 30px 0 0 0;
        width: 100%;
        float: none;
        padding-bottom: 5px;
    }

    .news_list1 .l3 {
        margin-top: 30px;
        font-size: 13px;
    }

    .neiye_banner {
        height: 300px;
    }

    .neiye_banner .t1 {
        padding-top: 100px;
        font-size: 28px;
        width: 70%;
        line-height: 1.5;
    }

    .neiye_nav a {
        padding: 0px 12px;
        font-size: 14px;
    }

    .pagetion {
        padding: 30px 0;
    }

    .pagetion a {
        margin: 0 10px;
        padding: 0 2px;
        font-size: 14px;
    }

    .news_nav a {
        font-size: 12px;
    }

    .news_nav a img {
        width: 14px;
        margin-right: 3px;
    }

    .news_nav {
        padding: 20px 0 0px 0;
    }
    .neiye_nav{
        line-height:30px;
        padding:12px 0;
    }
}

@media screen and (max-width: 780px) {
    .neiye_banner {
        height: 200px;
        background-size: cover;
    }

    .neiye_banner .t1 {
        padding-top: 55px;
        font-size: 24px;
    }
}

/*end news.html*/


