@charset 'utf-8';
html {
    width: 100%;
}

body {
    font-size: 14px;
    font-family: Microsoft YaHei, SimSun;
    color: #333333;
    background: #fff;
    width: 100%;
    overflow-x: hidden;
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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

li {
    /* text-overflow: ellipsis; */
}

a {
    text-decoration: none;
    color: #333;
    /* white-space: nowrap; */
    overflow: hidden;
    /* text-overflow: ellipsis; */
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #e53e3e;
}

img {
    border: none;
    padding: 0;
    margin: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px;
}

.container {
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
}

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

.ww1200 {
    width: 1200px;
}

.w1000 {
    width: 1000px;
    margin: 0 auto;
}

/*p{margin: 0;padding: 0;}*/

h1, h2, h3, h4, h5, h6, p {
    padding: 0;
    margin: 0;
}

em, i {
    font-weight: normal;
    font-style: normal;
}

b, strong {
    font-weight: normal;
}

.clearfix:after, .clearfix:before {
    display: table;
    content: "";
    height: 0;
    clear: both;
    visibility: hidden
}

.clear {
    clear: both
}

.paddingValue {
    padding: 55px 0 90px;
    border-bottom: 1px solid #d4d4d4
}
.container-fluid{padding:0;margin:0;}
.container{clear:both;width:1200px!important;padding:0;}
/* 字体 */
.color-333{color:#333}
.color-666{color:#666;}
.color-999{color:#999;}
.color-bcbcbc{color:#bcbcbc;}
.color-2486fc{color:#2486fc;}
.color-000{color:#000;}
.color-fbc80e{color:#f6ac18}
.color-ff6800{color:#ff6800;}
.back-f2f2f2{background:#f2f2f2;}
.back-f7f7f7{background:#f7f7f7;}
.font22{font-size:22px}
.font24{font-size:24px}
.font20{font-size:20px}
.font18{font-size:18px}
.font14{font-size:14px}
.font12{font-size:12px}
.font16{font-size:16px}
.bold{font-weight:bold;}
.container{clear:both;width:1200px!important;padding:0;}

/* padding */
.padding-no{padding:0;}
.padding-top-6{padding-top:6px;}
.padding-top-30{padding-top:30px;}
.padding-left-12{padding-left:12px;}
.padding-left-0{padding-left:0px;}
.padding-left-15{padding-left:15px;}
.padding-left-30{padding-left:30px;}
.padding-left-70{padding-left:70px;}
.padding-left-10{padding-left:10px;}
.padding-right-8{padding-right:8px!important}
.padding-top35{padding-top:35px;}
.padding-tb35{padding:35px 0;}
.padding-bottom-30{padding-bottom:30px;}

/* margin */
.margin-l-f5{margin:0 5px;}
.margin-l20{margin-left:20px;}
.margin-b20{margin-bottom:20px;}
.margin-b30{margin-bottom:30px;}
.margin-b40{margin-bottom:40px;}
.margin-b10{margin-bottom:10px;}
.margin-t40{margin-top:40px;}
.margin-t50{margin-top:50px;}
.margin-t15{margin-top:15px;}
.margin-t10{margin-top:10px;}
.margin-t5{margin-top:5px;}
.margin-t05{margin-top:-5px;}


header {
    width: 100%;
    height: 136px;
    background: rgba(255, 255, 255, .9);
    position: fixed;
    z-index: 999;
    top: 0;
    border: solid #f5f3f3;
    border-width: 1px 0 0;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
}

.headerfix {
    width: 100%;
    height: 136px;
    position: static;
    background: rgba(255, 255, 255, .9);
    border: solid #f5f3f3;
    border-width: 1px 0 0;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
}

header .top_w {
    border-bottom: 1px solid #ddd;
    width: 100%;
}

header .top_w .top {
    font-size: 12px;
    height: 46px;
    line-height: 46px;
}

header .top .sec1 {}

header .top .sec1 i {
    font-size: 24px;
    margin-left: 10px;
    margin-right: 5px;
    font-weight: 600;
    float: left;
    margin-top: 10px;
    color: #e53e3e
}

header .top .sec1 .f24 {
    color: #e53e3e;
    font-size: 16px;
}

header .top .sec2 .weixin {
    font-size: 20px;
    margin-right: 5px;
    display: inline-block;
}

header .top .sec2 aside {
    position: relative;
    cursor: pointer;
    float: left;
    margin-left: 40px;
}

header .top .sec2 aside article {
    position: absolute;
    left: 0;
    top: 47px;
    z-index: 310;
    display: none;
    width: 120px;
    height: 120px;
    background: #fff;
}

header .top .sec2 aside article img {
    width: 100%;
}

header .box {
    width: 100%;
    float: left;
}

header .box h1, header .box h2 {
    float: left;
    background: url(../img/indexlogo.jpg) no-repeat;
    background-size: contain;
    text-indent: -9999px;
    width: 320px;
    height: 73px;
    margin-top: 10px;
}

header .box h1 a,
/*header .box h2 a{float:left;width: 300px;height: 60px;}*/

header .box .nav {
    float: right;
}

header .box .nav li {
    float: left;
    background: none;
    position: relative;
}

header .box .nav li:hover {
    background: none;
}

header .box .nav li a {
    color: #000;
    font-size: 16px;
    float: left;
    padding: 0 20px;
    text-shadow: none;
    background: none;
    float: left;
    height: 89px;
    line-height: 89px;
}

header .box .nav li a .arrow {
    width: 13px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/t-n.png) no-repeat;
    margin-left: 5px;
}

header .box .nav li a.cur {
    background: #204fa0;
    color: #fff;
}

header .box .nav li a.cur:hover {
    color: #fff;
}

/*header .box .nav li a.cur:hover {background:#333;} background: #e53e3e;*/

header .box .nav li a:hover {
    color: #e53e3e;
}

header .box .nav li:hover a .arrow {
    background: url(../images/t-n.png) no-repeat;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

header .box .nav li ul {
    display: none;
    animation: headerNav .3s ease-in forwards;
}

header .box .nav li:hover ul {
    width: 118px;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    left: 0px;
    top: 88px;
    display: block;
    padding: 0 0 10px 0px;
}

header .box .nav li:hover ul li {
    width: 100%;
    padding: 0px;
}

header .box .nav li:hover ul li a {
    width: 100%;
    padding: 0px;
    border: 0px;
    color: #444;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    background: #fff;
    text-align: center;
}

header .box .nav li:hover ul li a:hover {
    border: 0px;
    color: #e53e3e;
    background: none;
}

header .box .nav li:hover ul li a.cur {
    border: 0px;
    color: #f60;
}

header .box .menu {
    display: none;
}

header .box .menu_hover {
    display: none;
}

header .box .topSearchWrap {
    width: 41px;
    margin-top: 20px;
    height: 50px;
    float: right;
    position: relative;
}

header .box .search {
    height: 45px;
    width: 40px;
    margin-right: 10px;
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
}

header .box .search i {
    font-size: 40px;
    display: block;
}

header .box .search.on i {
    background-position: -479px -42px;
}

.searchOpe {
    display: none;
    width: 180px;
    height: 40px;
    position: absolute;
    top: 6px;
    right: 20px;
    z-index: 9;
    overflow: hidden;
    border-bottom: 1px solid #e53e3e;
}

.searchOpe .searchText {
    float: right;
    width: 115px;
    height: 40px;
    border: none;
    background: none;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    margin-right: 25px;
}

.searchOpe span {
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    color: #999;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 8px;
}

/* fullSlide */

.fullSlide {
    width: 100%;
    position: relative;
    height: 640px;
    float: left;
    overflow: hidden;
    margin-top: 136px;
}

.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.fullSlide .bd ul {
    width: 100% !important;
}

.fullSlide .bd li {
    width: 100% !important;
    height: 640px;
    overflow: hidden;
    text-align: center;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 1920px;
}

.fullSlide .bd li a {
    display: block;
    height: 640px;
}

.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 60px;
    line-height: 30px;
}

.fullSlide .hd ul {
    text-align: center;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 20px;
    height: 1px;
    margin: 0 2px;
    overflow: hidden;
    border-bottom: 1px solid #fff;
    padding-top: 20px;
    filter: alpha(opacity=50);
    opacity: 0.5;
    line-height: 999px;
}

.fullSlide .hd ul .on {
    filter: alpha(opacity=100);
    opacity: 1;
}

.fullSlide .prev {
    display: block;
    position: absolute;
    z-index: 1;
    top: 48%;
    margin-top: 0px;
    left: 10%;
    right: auto;
    z-index: 1;
    width: 50px;
    height: 50px;
    background: url(../images/prev.png) 0 0 no-repeat;
    cursor: pointer;
    filter: alpha(opacity=20);
    opacity: 0.2;
    display: block;
}

.fullSlide .next {
    display: block;
    position: absolute;
    z-index: 1;
    top: 48%;
    margin-top: 0px;
    left: auto;
    right: 10%;
    z-index: 1;
    width: 50px;
    height: 50px;
    background: url(../images/next.png) 0 0 no-repeat;
    cursor: pointer;
    filter: alpha(opacity=20);
    opacity: 0.2;
    display: block;
}

/* toolBox_18 */

.toolBox_18 {
    width: 100%;
    background: #fff;
    overflow: hidden;
    padding: 0px 0 50px;
}

.toolBox_18.on .box {
    margin-top: 0;
    opacity: 1;
}

.toolBox_18 .line {
    width: 100%;
    text-align: center;
    height: 20px;
}

.toolBox_18 .line i {
    height: 20px;
    width: 10px;
    background: #000;
    display: inline-block;
}

.toolBox_18 .t {
    margin-bottom: 1px;
    float: left;
    width: 100%;
    padding-bottom: 10px;
    text-align: center;
    margin-top: 10px;
}

.toolBox_18 .t p {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    color: #000;
}

.toolBox_18 .t span {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 15px;
    line-height: 40px;
    color: #333;
}

.toolBox_18 .t em {
    width: 100%;
    text-align: center;
    height: 4px;
    float: left;
    padding: 0 48%;
    margin-top: 10px;
}

.toolBox_18 .t em i {
    height: 3px;
    background: #e53e3e;
    width: 100%;
    float: left;
}

.toolBox_18 .box {
    width: 1000px;
    opacity: 0;
    margin: 20px auto 0;
    position: relative;
    transition: 0.5s;
}

.toolBox_18 .box .li {
    width: 160px;
    float: left;
    margin: 20px 45px 10px;
}

.toolBox_18 .box .li:hover .img {
    border-color: #e53e3e;
    background: #e53e3e;
}

.toolBox_18 .box .li:hover .img i {
    opacity: 1;
    color: #fff;
}

/*.toolBox_18 .box .li:hover .img i .bb{opacity: 1;}*/

.toolBox_18 .box .li:hover span {
    color: #e53e3e;
}

.toolBox_18 .box .li:hover em b {
    opacity: 1;
    width: 20%;
    margin: 0 40%;
}

.toolBox_18 .box .li .img {
    float: left;
    width: 100%;
    text-align: center;
    padding: 50px;
    border-radius: 100%;
    border: 1px solid #ddd;
    transition: 1s;
    position: relative;
    overflow: hidden;
}

.toolBox_18 .box .li .img i {
    float: left;
    font-size: 50px;
    position: relative;
}

/*.toolBox_18 .box .li .img i .tt{width: 40px;z-index: 2;transition: 1s;opacity: 1;top:0;position: absolute;height: 40px;left: 0;top: 0;}*/

/*.toolBox_18 .box .li .img i .bb{width: 40px;z-index: 1;transition: 1s;opacity: 0;top:0;position: absolute;height: 40px;left: 0;top: 0;}*/

.toolBox_18 .box .li span {
    float: left;
    width: 100%;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #333;
    margin-top: 5px;
}

.toolBox_18 .box .li em {
    float: left;
    width: 100%;
    height: 2px;
}

.toolBox_18 .box .li em b {
    float: left;
    width: 100%;
    height: 2px;
    border-bottom: 2px solid #e53e3e;
    transition: 1s;
    opacity: 0;
}

@media (max-width: 768px) {
    .toolBox_18 {
        width: 100%;
        float: left;
        background: #fff;
        padding: 0px 0 40px;
        display: none;
    }
    .toolBox_18.on .box {
        margin-top: 0;
        opacity: 1;
    }
    .toolBox_18 .line {
        width: 100%;
        text-align: center;
        height: 20px;
    }
    .toolBox_18 .line i {
        height: 20px;
        width: 6px;
        background: #000;
        display: inline-block;
    }
    .toolBox_18 .t {
        margin-bottom: 1px;
        float: left;
        width: 100%;
        padding-bottom: 10px;
        text-align: center;
        margin-top: 0px;
    }
    .toolBox_18 .t p {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 24px;
        line-height: 30px;
        color: #000;
    }
    .toolBox_18 .t span {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 14px;
        line-height: 30px;
        color: #333;
    }
    .toolBox_18 .t em {
        width: 100%;
        text-align: center;
        height: 4px;
        float: left;
        padding: 0 48%;
        margin-top: 2px;
    }
    .toolBox_18 .t em i {
        height: 3px;
        background: #666;
        width: 100%;
        float: left;
    }
    .toolBox_18 .box {
        float: left;
        width: 100%;
        padding: 0 30px 0;
        opacity: 1;
        margin-top: 0px;
        position: relative;
        transition: 0.5s;
    }
    .toolBox_18 .box .li {
        width: 25.333%;
        float: left;
        margin: 5px 4% 0px;
    }
    .toolBox_18 .box .li:hover .img {
        border-color: #e53e3e;
        background: #e53e3e;
    }
    .toolBox_18 .box .li:hover .img i .tt {
        opacity: 1;
    }
    .toolBox_18 .box .li:hover .img i .bb {
        opacity: 1;
    }
    .toolBox_18 .box .li:hover span {
        color: #e53e3e;
    }
    .toolBox_18 .box .li:hover em b {
        opacity: 1;
        width: 20%;
        margin: 0 40%;
    }
    .toolBox_18 .box .li .img {
        float: left;
        width: 100%;
        text-align: center;
        padding: 35%;
        border-radius: 100%;
        border: 1px solid #ddd;
        transition: 1s;
        position: relative;
        overflow: hidden;
    }
    .toolBox_18 .box .li .img i {
        float: left;
        width: 100%;
        position: relative;
        height: 100%;
    }
    .toolBox_18 .box .li .img i .tt {
        width: 100%;
        z-index: 2;
        transition: 1s;
        opacity: 1;
        top: 0;
        position: relative;
        height: 100%;
        left: 0;
        top: 0;
    }
    .toolBox_18 .box .li .img i .bb {
        width: 100%;
        z-index: 1;
        transition: 1s;
        opacity: 0;
        top: 0;
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
        display: none;
    }
    .toolBox_18 .box .li span {
        float: left;
        width: 100%;
        line-height: 40px;
        text-align: center;
        font-size: 14px;
        color: #333;
        margin-top: 5px;
    }
    .toolBox_18 .box .li em {
        float: left;
        width: 100%;
        height: 2px;
    }
    .toolBox_18 .box .li em b {
        float: left;
        width: 100%;
        height: 2px;
        border-bottom: 2px solid #e53e3e;
        transition: 1s;
        opacity: 0;
    }
}

.partner-section {
    padding: 15px 0;
    position: relative;
    overflow: hidden;
}

.partner-list {
    width: 995px;
    margin: 0 auto;
    border-top: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    text-indent: -9999px
}

.partner-list li {
    float: left;
    width: 142px;
    height: 66px;
    overflow: hidden;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.partner-list a {
    display: block;
    width: 100%;
    height: 100%;
    background: url('../images/part.png') no-repeat
}

.partner-list a:hover {
    opacity: .7;
    filter: alpha(opacity=70)
}

.partner-list .partner-01 {
    background-position: 0 -7px
}

.partner-list .partner-02 {
    background-position: -143px -7px
}

.partner-list .partner-03 {
    background-position: -286px -7px
}

.partner-list .partner-04 {
    background-position: -429px -7px
}

.partner-list .partner-05 {
    background-position: -572px -7px
}

.partner-list .partner-06 {
    background-position: -715px -7px
}

.partner-list .partner-07 {
    background-position: -858px -7px
}

.partner-list .partner-08 {
    background-position: 0 -62px
}

.partner-list .partner-09 {
    background-position: -143px -62px
}

.partner-list .partner-10 {
    background-position: -286px -62px
}

.partner-list .partner-11 {
    background-position: -429px -62px
}

.partner-list .partner-12 {
    background-position: -572px -62px
}

.partner-list .partner-13 {
    background-position: -715px -62px
}

.partner-list .partner-14 {
    background-position: -858px -62px
}

/*我们的优势*/

.line_red {
    display: block;
    width: 80px;
    height: 2px;
    background: #e53e3e;
    margin: 40px auto
}

.mainTitle {
    font-size: 30px;
    color: #333;
    text-align: center;
    font-weight: 400
}

.advantage {
    width: 100%;
    height: 533px;
    color: #fff;
    position: relative;
    float: left;
    border: 0;
    padding-bottom: 0
}

.advantage img {
    max-width: 100%;
}

.advantage .imgBg {
    width: 100%;
    height: 588px;
    background-image: url(../images/advantage_bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.advantage .mainTitle {
    color: #fff
}

.advantage .advanage_cont {
    overflow: hidden;
    text-align: center;
    position: relative;
    height: 271px;
    width: 1000px;
    margin: 0 auto
}

.advantage .advanage_cont_box {
    display: inline-block;
    width: 272px;
    position: absolute;
    bottom: 0
}

.advantage .advanage_cont_box1 {
    left: 50%;
    margin-left: -136px;
    opacity: 0
}

.advantage .advanage_cont_box2 {
    width: 269px;
    left: 50%;
    margin-left: -136px
}

.advantage .advanage_cont_box3 {
    width: 271px;
    right: 50%;
    margin-right: -136px;
    opacity: 0
}

@media (max-width:1439px) and (min-width:1024px) {
    .mainTitle {
        font-size: 28px
    }
    .advantage .advanage_cont_box {
        width: 250px
    }
    .advantage .advanage_cont {
        width: 860px
    }
}
/*
.info h3 {
    font-size: 32px;
    text-align: center;
    font-weight: 400;
    line-height: 66px;
    background: url(../images/title.png) center bottom no-repeat
} */

.info .main {
    overflow: hidden;
    display: block;
    width: 1200px;
    margin: 0 auto;
    position: relative;
    left: -100%;
    opacity: 0;
}

.info .main.mt20 {
    margin-top: 30px;
}

.info .main.on {
    left: 0%;
    opacity: 1;
    transition: all 1s;
}

.info .main .list_box {
    width: 700px;
    height: 400px;
    float: left;
    position: relative;
}

.info .main .list_box .list {
    width: 100%;
    height: 100%;
    float: left;
    display: none;
}

.info .main .list_box .list.on {
    display: block;
}

.category {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.category li {
    width: 160px;
    height: 40px;
    line-height: 40px;
    background-color: #aaa;
    display: inline-block;
    margin: 0 5px;
}

.category li a {
    color: #fff;
    display: block;
}

.category a.news-nav-item { padding:0 40px; display: inline-block; height: 40px; line-height: 40px; overflow: hidden; font-size: 16px;}
.category a img { vertical-align: middle;}
.category a .more__label {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-top: -4px;
}

.category li.on {
    background-color: #204fa0;
}

.article_list li {
    width: 100%;
    height: 48px;
    line-height: 42px;
    padding: 0 0 5px;
    border-bottom: 1px dotted #ccc;
    overflow: hidden;
    box-sizing:
}

.article_list li a {
    float: left;
    padding-left: 14px;
    position: relative;
}

.article_list li a:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 4px solid #666;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.article_list li small {
    float: right;
    color: #999;
}

/*底部*/

/* footer{ background-color: #f0f0f0; padding: 20px 0; text-align: center;}
footer nav{max-width: 1200px; line-height: 30px; border-bottom: 1px solid #ccc; color: #ccc; margin: 0 auto; padding-bottom: 20px;}
footer nav a{margin: 0 10px;}
footer .copyright{max-width: 1200px; line-height: 24px; color: #666; margin: 0 auto; padding-top: 20px; } */

.main .Left {
    width: 400px;
    float: left;
    margin-right: 50px;
    height: 400px;
    background: #e53e3e;
    transition: 0.3s;
    position: relative;
    transition: 0.5s;
    opacity: 1;
    left: 0;
}

.main .Left:hover {
    padding: 30px;
}

.main .Left:hover .sbox {
    padding: 29px;
    height: 340px;
    opacity: 1;
}

.main .Left .sbox {
    width: 100%;
    height: 400px;
    transition: 0.3s;
    border: 1px solid #eee;
    padding: 60px;
    opacity: 0;
    position: relative;
}

.main .Left .text {
    width: 100%;
    height: 400px;
    transition: 0.3s;
    padding: 60px;
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
}

.main .Left .text b {
    float: left;
    width: 60%;
    margin: 0 20%;
    height: 130px;
    color: #fff;
    line-height: 130px;
    font-size: 35px;
    background: #000;
    margin-top: -60px;
    text-align: center;
    margin-bottom: 15px;
}

.main .Left .text p {
    float: left;
    line-height: 30px;
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 14px;
    margin: 0 0 10px;
}

.main .Left .text span {
    float: left;
    line-height: 40px;
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 30px;
    font-family: simsun;
}

.main .Left .text em {
    float: left;
    width: 100%;
    padding: 0 20px;
    margin-top: 20px;
}

.main .Left .text em a {
    float: left;
    width: 100%;
    text-align: center;
    line-height: 50px;
    color: #fff;
    border: 1px solid #fff;
}

.newpage {
    height: 40px;
    font-size: 14px;
    text-align: center;
    margin: 40px auto 0;
    overflow: hidden;
}

.newpage a {
    background: #F3F3F3;
    color: #656d78 !important;
    border: 1px solid #e6e9ed;
    display: inline-block;
}

.newpage a:hover, .newpage a.select {
    background: #204fa0;
    color: #FFF !important;
    border: 1px solid #204fa0 !important;
}

.newpage a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin: 0 10px 0 0;
    padding: 0;
    line-height: 35px;
}


@keyframes headerNav {
    0% {
        transform: scale(.7)
    }
    10% {
        transform: scale(.74)
    }
    20% {
        transform: scale(.78)
    }
    30% {
        transform: scale(.82)
    }
    40% {
        transform: scale(.86)
    }
    50% {
        transform: scale(.9)
    }
    60% {
        transform: scale(.94)
    }
    70% {
        transform: scale(.96)
    }
    80% {
        transform: scale(.98)
    }
    90% {
        transform: scale(.99)
    }
    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes headerNav {
    0% {
        -webkit-transform: scale(.7)
    }
    10% {
        -webkit-transform: scale(.74)
    }
    20% {
        -webkit-transform: scale(.78)
    }
    30% {
        -webkit-transform: scale(.82)
    }
    40% {
        -webkit-transform: scale(.86)
    }
    50% {
        -webkit-transform: scale(.9)
    }
    60% {
        -webkit-transform: scale(.94)
    }
    70% {
        -webkit-transform: scale(.96)
    }
    80% {
        -webkit-transform: scale(.98)
    }
    90% {
        -webkit-transform: scale(.99)
    }
    100% {
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes headerNav {
    0% {
        -moz-transform: scale(.7)
    }
    10% {
        -moz-transform: scale(.74)
    }
    20% {
        -moz-transform: scale(.78)
    }
    30% {
        -moz-transform: scale(.82)
    }
    40% {
        -moz-transform: scale(.86)
    }
    50% {
        -moz-transform: scale(.9)
    }
    60% {
        -moz-transform: scale(.94)
    }
    70% {
        -moz-transform: scale(.96)
    }
    80% {
        -moz-transform: scale(.98)
    }
    90% {
        -moz-transform: scale(.99)
    }
    100% {
        -moz-transform: scale(1)
    }
}
.footer {

    width: 100%;
    background: url(../img/footer.jpg) no-repeat center top;
}
.footer, .footer a {
    font-size: 14px;
    color: #818181;
}
.footer a:hover {
    color: #fcca00;
}
.footer-contact {
    height: 215px;
    /* background: #252525 */
}

.footer .ft-logo {
    float: left;
    text-align: center;
    width: 200px;
    height: 100px;
    background: url("../img/footlogo.png") no-repeat;
    background-size: contain;
    margin-top: 50px;
    margin-right: 20px;
}

.footer .ft-contact {
    float: left;
    padding-top: 56px;
}

.footer .ft-contact p {
    margin-bottom: 8px;
    text-align: left;
}

.footer .ft-contact .tl {
    font-weight: 400;
}

.footer .ft-contact .tel {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}

.footer .ft-follow {
    position: absolute;
    right: 0;
    top: 50px;
}
.footer .ft-follow ul {
    margin-top: 15px;
}
.footer .ft-follow ul li {
    line-height: 25px;
}

.footer .ft-follow img {
    margin-right: 20px;
    vertical-align: middle;
}

.footer-bottom .ft-link {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.footer-bottom .ft-link p {
    margin-bottom: 5px;
    text-align: center;
}

.footer-bottom .ft-link:first-child {
    margin-left: 0;
    padding-top: 10px;
}

.footer-bottom .ft-copyright {
    margin-left: 5px;
}

.footer-bottom .ft-link a {
    margin: 0 5px;
}

.g-layout {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.footer-bottom {
    height: 98px;
    background: #1b1b1b;
}

.hotinfo {
    margin-top: 50px;
    color: #333;
}

.hotinfo .caption {
    margin-top: 5px;
    color: #999;
}

.guodu {
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.company {
    background-color: #f7f7f7;
    ;
    padding-bottom: 50px;
}

.titem .line {
    width: 100%;
    text-align: center;
    height: 50px;
}

.titem .line i {
    height: 50px;
    width: 10px;
    background: #fcca00;
    display: inline-block;
}

.titem {
    margin-bottom: 1px;
    float: left;
    width: 100%;
    padding-bottom: 10px;
    text-align: center;
}

.titem p {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    color: #000;
}

.titem p b {
    font-size: 16px;
    color: #a8a8a8;
}

.titem span {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 15px;
    line-height: 40px;
    color: #333;
}

.titem em {
    width: 100%;
    text-align: center;
    height: 4px;
    float: left;
    padding: 0 48%;
    margin-top: 10px;
}

.titem em i {
    height: 3px;
    background: #e2e2e2;
    width: 100%;
    float: left;
}

.cinfo img {
    margin-right: 30px;
    float: left;
}

.cinfo img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.cinfo p {
    color: #666;
    line-height: 33px;
    font-size: 16px;
    text-indent: 2em;
    margin-bottom: 10px;
}

.product {
    width: 100%;
    padding: 50px 0 50px;
    background: url('../images/ab_bg_01.jpg') center center repeat;
}

.productcontainer {
    height: 280px;
}

.pinfo {
    margin-top: 20px;
    position: relative;
}

.pinfo .item {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 10px 15px;
    height: 270px;
    box-sizing: border-box;
}

.pinfo .item img {
    margin-bottom: 20px;
    height: 195px;
}

.pinfo .item p.title {
    border-left: 3px solid #fcca00;
    padding-left: 14px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.tc {
    margin:50px auto 0;
    text-align: center;
}

.tc .a-1 {
    display: block;
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

.tc .a-2 {
    display: inline-block;
    width: 150px;
    height: 42px;
    line-height: 42px;
    background: #fcca00;
    border-radius: 3px;
    font-size: 16px;
    color: #fff;
}

.news {
    width: 100%;
    padding: 80px 0;
    background: #f7f7f7;
}

.ncontainer {
    margin: 0 auto;
    margin-top: 100px;
    overflow: hidden;
}

.ncontainer .left_ {
    float: left;
    width: 400px;
}

.ncontainer .left_ img {
    margin-top: 10px;
}

.ncontainer .left_ img:first-child {
    margin-top: 0;
}

.ncontainer .right_ {
    float: right;
    width:  750px;
}

.ncontainer .right_ li {
    /* padding-left: 38px; */
    padding:25px 0;
    position: relative;
    border-bottom: 1px solid #e3e3e3;
    /* min-height: 130px; */
}

.ncontainer .right_ li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.ncontainer .right_ li .news-content{

    float: left;
    width: 650px;
}

.news-con-list h3 {
    margin: 0;
    font-size: 20px;
    color: #222222;
    letter-spacing: 1px;
    line-height: 28px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}
.news-con .news-con-list .news-list-text{opacity: 0;display: none;font-size: 14px;color: #222222;letter-spacing: 0.5px;line-height: 24px;padding:20px 0px 0px 0px;border-top: 1px solid #e1e1e1;margin-bottom: 10px;transition: all 0.3s ease-in-out;}
.ell-two {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
}
.ell-one {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.news-con .date {
    display: none;
    float: right;
    width: 90px;
    height: 74px;
    text-align: center;
    margin: 0px 0px 0px 10px;
    padding-top: 5px;
    color: #222222;
}

.news-con .date-mobile {
    display: block;
    float: right;
    width: 90px;
    color: #222222;
    letter-spacing: 0.5px;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
}

.news-con .hover__label {
    display: none;
    width: 24px;
    height: auto;
    position: absolute;
    top: 80px;
    right: 36px;
}
.news-con .date .date-strong {
    font-size: 42px;
    letter-spacing: 1.5px;
    text-align: center;
    line-height: 44px;
}

.news-con .date .date-small {
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 16px;
}
.news-con .hot .date{display: block;color: #ffffff;background: url("../img/D-icon-56-background.png") no-repeat center center;background-size: contain;}
.news-con .hot .date-strong{font-size: 40px;letter-spacing: 1px;text-align: center;line-height: 40px;color: #ffffff;}
.news-con .hot h3{margin-bottom: 20px;color: #DD2C34;}
.news-con .hot .hover__label{display: block;}
.news-con .hot .date-mobile{display: none;}
.news-con .hot.news-recent-title .title{color: #DD2C34;}
.news-con .hot .news-list-text{display:block;display: -webkit-box;opacity: 1;color: #666;}

/* .ncontainer .right_ li::after {
    position: absolute;
    width: 0;
    height: 110px;
    content: '';
    border-left: #e1e1e1 solid 1px;
    top: 19px;
    left: 8px;
} */
/*
.ncontainer .right_ li .icon-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
}

.ncontainer .right_ li a {
    display: inline-block;
    width: 100%;
}

.ncontainer .right_ li a:hover h2 {
    color:#f53a31
   }
   .ncontainer .right_ li a:hover h2 em {
    display:block
   }


.ncontainer .right_ li a h2 {
    color: #333;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 7px;
    -webkit-transition: all .3s;
    transition: all .3s;
    line-height: 20px;
}



.ncontainer .right_ li a p {
    color: #a8a8a8;
    font-size: 14px;
    line-height: 30px;
} */


.info .list_box .list{width: 100%; height: 100%; float: left; display: none;}
.info .list_box .list.on{display: block;}
.pc-wrap{min-width:1200px;max-width:1200px;margin:0 auto;}
.display-flex{display:flex;display:-ms-flexbox;}
.flex-no{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}


.s_banner { background: url('../img/culture.jpg') no-repeat center top; height: 600px; margin-top: 136px; }
.s_banner.fc { background-image: url('../img/culture.jpg')}
.s_banner.product { background-image: url('../img/culture.jpg')}
.s_banner.productshow { background-image: url('../img/culture.jpg')}
.s_banner.culture { background-image: url('../img/culture.jpg')}
.s_banner.newsshow { background-image: url('../img/culture.jpg')}