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

@font-face {
    font-family: Impact;
    src: url(../fonts/impact.ttf);
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
}

.container {
    padding: 0;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden
}

.inContent {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 14px;
}

div:focus {
    outline: none;
}

ul,
ol,
body,
html,
p,
dl,
dt,
dd {
    margin: 0;
}

html {
    background: #fff;
    margin: 0 auto;
    font-size: 14px;
    font-family: "微软雅黑";
}

a {
    text-decoration: none;
    color: #333;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s;
}

a:hover {
    color: #283071;
}

ul,
li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

img {
    border: 0;
    padding: 0px;
    margin: 0px;
    max-width: 100%;
}

input,
textarea,
button {
    border: none;
    outline: none;
    /*去除蓝色边框*/
    margin: 0;
    padding: 0;
}

ol {
    padding: 0
}

.left {
    float: left;
}

.right {
    float: right;
}

.fix::before,
.fix::after {
    display: table;
    clear: both;
    content: '';
}


/* 常量设置 */

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

.mwrap {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

a {
    color: inherit;
}

a:hover {
    color: #283071;
}

 ::-moz-selection {
    color: #fff;
    background: #283071;
}

 ::selection {
    color: #fff;
    background: #283071;
}

 ::-webkit-input-placeholder {
    color: #aaa;
}

::selection {
    background-color: #283071;
    color: #fff;
}

.placeholder {
    color: #aaa;
}


/*css组件设置*/

.form-control,
.input-group-addon,
.btn {
    border-radius: 2px;
}

.form-control:focus {
    border-color: #283071;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(102, 175, 233, 0.6);
}

.imgZoom img,
.imgY180 img {
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.imgZoom {
    overflow: hidden;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.imgZoom:hover img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.imgY180:hover img {
    cursor: pointer;
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}


/*

    设置在弹性容器上的属性

*/

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.align_items_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.justify_content_around {
    -webkit-box-pack: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: center;
    justify-content: space-around;
}

.justify_content_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify_content_start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.justify_content_space_between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.boxSizing {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.rotate img {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.rotate:hover img {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

.navwrap {
    width: 90%;
    margin: 0 auto;
}

.head_bott {
    box-shadow: 0px 11px 5px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 11px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 11px 5px 0px rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11110;
    height: 100px;
    background: #fabf00;
}

.nav {
    width: 81%;
    float: right;
    margin-left: 2%;
}

.nav>ul>li {
    float: left;
    font-size: 16px;
    color: #555555;
    text-align: center;
    width: 9%;
    line-height: 100px;
}

.nav>ul>li a {
    color: #1f1f1f;
    display: block;
    height: 100%;
}

.nav>ul>li a:hover {
    color: #333333;
}

.nav .on a {
    color: #333333;
    font-weight: bold;
}

.nav .second_nav li {
    width: 100%;
    height: 35px;
    line-height: 35px;
}

.nav .on a {
    color: #333333;
    font-weight: bold;
}

.nav li,
.nv {
    position: relative;
}

.nav .dropdown-menu {
    display: none;
    position: absolute;
    z-index: 99;
    background: #f8f8fb;
    width: 130px;
    left: 0;
}

.nav .on .dropdown-menu a {
    color: #1f1f1f;
    font-weight: normal;
}

.nav li:hover .dropdown-menu {
    display: block;
}

.nav .dropdown-menu li {
    line-height: 40px;
}

.nav .dropdown-menu li:hover {
    background: linear-gradient(to right, #000000, #666666);
}

.nav .dropdown-menu li:hover a {
    color: #fff;
}

.head_bott .logo {
    float: left;
    position: relative;
    top: 25px;
}

.head_bott .head_search {
    float: right;
    margin-right: 2%;
    margin-top: 25px;
}

.head_bott .head_search .btn-search {
    cursor: pointer;
    display: block;
    float: right;
}

.head_bott .head_search .icon {
    width: 45px;
    height: 45px;
    float: right;
    background: url(../images/search_05.png) no-repeat center;
    line-height: 100px;
    display: block;
}

.head_bott .head_search .search {
    display: none;
    width: 100%;
    height: 100px;
    line-height: 100px;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    border: 1px #dcdcdc solid;
    z-index: 999;
}

.head_bott .head_search .search .search_btn {
    cursor: pointer;
    float: left;
    width: 66px;
    text-align: center;
    margin-left: 20%;
}

.head_bott .head_search .search .search_btn .icon {
    width: 66px;
    height: 100px;
    background: url(../images/search_close.png) no-repeat center;
}

.head_bott .search .inp {
    float: left;
    border: none;
    vertical-align: top;
    width: 50%;
    height: 100px;
    line-height: 100px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* firefox*/
    -webkit-box-sizing: border-box;
    /* chrome safari*/
    -ms-box-sizing: border-box;
    /* IE8ä¸€ä¸‹ */
    -o-box-sizing: border-box;
    /* presto opera*/
    padding-left: 5px;
    border-left: 1px solid #e4e4e4;
    font-size: 16px;
    background: #ffffff;
    position: relative;
    z-index: 99;
}

.head_bott .search .search_close {
    cursor: pointer;
    float: right;
    border: none;
    line-height: 100px;
    height: 100px;
    background: none;
    margin-top: 0;
    outline: none;
}

.mobile_key {
    display: none;
}

.banner .swiper-pagination-bullet {
    background: #ffffff;
}

.banner {
    margin-top: 100px;
}

.banner img {
    width: 100%;
}


/*yz*/

.yz {
    height: 820px;
    background: url(../images/yz_bg.jpg) no-repeat center 0;
}

.yz dl {
    padding-top: 120px;
    height: 588px;
}

.yz dt {
    float: right;
    width: 950px;
    height: 588px;
    margin-right: -350px;
    overflow: hidden;
}

.yz dt img {
    transition: all 0.5s;
}

.yz dt:hover img {
    transform: scale(1.05);
}

.yz dd {
    float: left;
    width: 515px;
}

.yz dd h2 {
    padding: 16px 0 32px;
    position: relative;
    font-weight: normal;
}

.yz dd h2 b {
    display: block;
    font-size: 42px;
    color: #0d0700;
    line-height: 42px;
}

.yz dd h2 i {
    display: block;
    font-size: 30px;
    color: #0d0700;
    line-height: 30px;
    padding-top: 24px;
    font-style: normal;
}

.yz dd h2 em {
    color: #fabf00;
    font-style: normal;
}

.yz dd h2:after {
    position: absolute;
    width: 94px;
    height: 3px;
    content: "";
    background: #fabf00;
    left: 0;
    bottom: 0;
}

.yz_desc {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    margin: 58px 0 70px;
}

.yz dd ul {
    height: 167px;
    margin-left: -20px;
    width: 830px;
    position: relative;
    z-index: 1;
}

.yz dd li {
    float: left;
    width: 25%;
    height: 167px;
    background: #3e3e3e;
    text-align: center;
}

.yz dd li:nth-child(2n) {
    background: #3e3e3e;
}

.yz dd li img {
    display: block;
    height: 50px;
    margin: 35px auto 22px;
    transition: all 0.5s;
}

.yz dd li p {
    font-size: 28px;
    color: #fff;
    line-height: 28px;
}

.yz dd li:hover img {
    transform: rotateY(180deg);
}

.idnexTitle {
    height: 107px;
    font-weight: bold;
    color: #333;
    text-align: center
}

.idnexTitle h4 {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 25px;
    font-weight: lighter;
}

.idnexTitle h2 {
    font-size: 36px;
    line-height: 45px;
    color: #333333;
}

.idnexTitle.bg1 {
    background: url(../images/titlebg1.png) no-repeat bottom center
}


/*pro*/

.pro {
    padding: 30px 0
}

.pro h2 {
    margin-bottom: 48px;
}

.pro ul {
    width: 1600px;
    margin: 30px auto;
}

.pro li {
    float: left;
    width: 24%;
    box-sizing: border-box;
    position: relative;
    background: #000;
    margin-right: 1%;
}

.pro_pic {
    width: 100%;
    overflow: hidden;
}

.pro_pic img {
    display: block;
    width: 100%;
    transition: all 0.5s;
    opacity: 0.7;
}

.pro_pic:hover img {
    transform: scale(1.05);
}

.pro li .hv {
    position: absolute;
    left: 5%;
    top: 26%;
    text-align: center;
    width: 90%;
}

.pro li .hv span {
    display: block;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}

.pro li .hv span em {
    font-size: 12px;
    line-height: 40px;
    font-weight: lighter;
    display: block;
    font-style: normal;
}

.pro li .hv i {
    display: block;
    width: 55px;
    height: 4px;
    background: #ffffff;
    margin: 10px auto;
}

.pro li .hv>a {
    display: inline-block;
    padding: 0 1rem;
    height: 2.6rem;
    line-height: 2.4rem;
    border: 0.1rem solid #fff;
    box-sizing: border-box;
    font-size: 1.1rem;
    color: #fff;
    margin-top: 7.5rem;
}

.pro_erji {
    margin-top: 40px;
}

.pro_erji a {
    display: block;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    color: #fff;
}

.pro li .xq {
    position: absolute;
    width: 36px;
    left: 10%;
    bottom: 30px;
}

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

.pro li:hover .pro_pic img {
    opacity: 1;
}

.pro li:hover .hv>a {
    color: #0d0700;
    background: #ff7f00;
    border-color: #ff7f00;
}


/*case*/

.case {
    background: #f4f4f4;
    padding: 80px 0 0;
}

.case h3 {
    height: 30px;
    line-height: 30px;
    margin: 45px 0 34px;
}

.case h3 a {
    float: left;
    font-size: 18px;
    color: #000;
    margin-right: 84px;
    position: relative;
}

.case h3 a:after {
    position: absolute;
    width: 1px;
    height: 14px;
    content: "";
    right: -42px;
    top: 8px;
    background: #d0d0d0;
}

.case h3 a:last-child {
    margin-right: 0;
    overflow: hidden;
}

.case h3 a:hover,
.case h3 a.on {
    color: #ff7f00;
}

.case_box {
    height: 540;
    background: url(../images/case_bg.jpg) no-repeat center 0;
}

.case_con {
    height: 540px;
    position: relative;
}

.case_con dl {
    height: 540px;
    margin: 0;
}

.case_con dt {
    float: right;
    width: 1150px;
    height: 540px;
    overflow: hidden;
    margin-right: -348px;
}

.case_con dt img {
    width: 1150px;
    height: 540px;
    transition: all 0.5s;
}

.case_con dt:hover img {
    transform: scale(1.05);
}

.case_con dd {
    float: left;
    width: 340px;
}

.case_con dd i {
    display: block;
    height: 92px;
    margin: 70px 0 60px;
}

.case_con dd h4 {
    font-size: 26px;
    color: #ff7f00;
    line-height: 26px;
    margin-bottom: 27px;
}

.case_con dd h4 a {
    color: #ffffff;
}

.case_desc {
    overflow: hidden;
    color: #ffffff;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.case_con dd p {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    opacity: 0.6;
}

.case_con dd .xq {
    display: block;
    width: 162px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    border: 1px solid #ffffff;
    margin-top: 60px;
}

.case_con .prev {
    position: absolute;
    left: 398px;
    bottom: 71px;
    height: 71px;
}

.case_con .next {
    position: absolute;
    left: 398px;
    bottom: 0;
    height: 71px;
}


/*fea*/

.fea {
    height: 845px;
    padding-top: 100px;
    background: url(../images/pz-bg_02.jpg) no-repeat center 0;
    margin-top: 40px;
}

.fea ul {
    height: 200px;
    margin: 80px auto 130px;
    text-align: center;
}

.fea li {
    float: left;
    width: 200px;
    height: 200px;
    margin-right: 50px;
    text-align: center;
    position: relative;
    border-radius: 100%;
    z-index: 1;
}

.fea li:last-child {
    margin-right: 0;
}

.fea li h3 {
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    color: #ffffff;
    margin: 70px 0 0;
}

.fea li h3 i {
    display: inline-block;
    height: 30px;
    vertical-align: top;
    margin-right: 8px;
    overflow: hidden;
}

.fea li h3 i img {
    top: 0;
    position: relative;
}

.fea li p {
    font-size: 14px;
    color: #ffffff;
    line-height: 36px;
}

.fea li p b {
    font-size: 16px;
}

.fea li.cur {
    background: rgba(255, 127, 0, 0.3);
}

.fea li.cur i img {
    top: -30px;
}

.fea li.cur:after {
    position: absolute;
    width: 200px;
    height: 200px;
    left: 0;
    bottom: 0;
    content: "";
    background: #ff7f00;
    border-radius: 100%;
    -webkit-animation: living 2s linear infinite;
    z-index: -1;
}

@keyframes living {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.3);
        opacity: 0.1;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

.fea_con {
    height: 290px;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.fea_con dl {
    float: left;
    width: 16%;
    box-sizing: border-box;
    height: 100%;
    border-right: 1px solid #261b16;
    background: rgba(255, 255, 255, 0.9);
    margin: 0;
}

.fea_con dt {
    display: none;
}

.fea_con dd {
    width: 100%;
    text-align: center;
}

.fea_con dd h3 {
    padding: 60px 0 0;
    font-size: 28px;
    color: #333;
    line-height: 30px;
    height: 84px;
    position: relative;
}

.fea_con dd h3:after {
    position: absolute;
    width: 20px;
    height: 2px;
    content: "";
    background: #ff7f00;
    left: 50%;
    bottom: 0;
    margin-left: -10px;
}

.fea_con dd h3 i {
    display: none;
    font-size: 16px;
    color: #0d0700;
    opacity: 0.8;
    line-height: 36px;
    font-weight: normal;
    font-style: normal;
}

.fea_con dd span {
    display: block;
    font-size: 14px;
    color: #11110e;
    line-height: 20px;
    margin-top: 30px;
}

.fea_con dd p {
    display: none;
    font-size: 14px;
    color: #0d0700;
    line-height: 20px;
    opacity: 0.5;
}

.fea_con dl.cur {
    width: 52%;
}

.fea_con dl.cur dt {
    display: block;
    float: left;
    width: 38%;
    height: 100%;
}

.fea_con dt img {
    display: block;
    width: 100%;
    height: 100%;
}

.fea_con dl.cur dd {
    float: left;
    width: 62%;
    padding: 0 40px;
    box-sizing: border-box;
    text-align: left;
}

.fea_con dl.cur dd h3 {
    height: 84px;
    margin-bottom: 20px;
}

.fea_con dl.cur dd h3 i {
    display: block;
}

.fea_con dl.cur dd h3:after {
    left: 0;
    margin-left: 0;
}

.fea_con dl.cur dd span {
    display: none;
}

.fea_con dl.cur dd p {
    display: block;
}

.fea .tit {
    text-align: center;
    font-weight: normal;
}

.fea .tit b {
    display: block;
    font-size: 45px;
    color: #ffffff;
    line-height: 45px;
}

.fea .tit i {
    display: block;
    font-size: 20px;
    color: #ffffff;
    line-height: 20px;
    padding-top: 20px;
    font-style: normal;
}

.index-zmd .leftadd {
    width: 210px;
    float: left;
    color: #ffffff;
}

.index-zmd .leftadd .add {
    padding: 20px 10px;
    background: #283071;
}

.index-zmd .leftadd .add h1 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 26px;
}

.index-zmd .leftadd .add p {
    font-size: 14px;
    line-height: 28px;
}

.index-zmd .leftadd img {
    width: 100%;
}

.index-zmd .rightimg {
    width: 958px;
}

.index-zmd .wrap {
    margin-top: 40px;
}

.zgrz {
    margin-top: 60px;
    background: url(../images/zgrz_12.jpg) no-repeat center;
    padding: 40px 0;
}

.zgrz .tit {
    text-align: center;
    font-weight: normal;
}

.zgrz .tit b {
    display: block;
    font-size: 40px;
    color: #333333;
    line-height: 40px;
    display: block;
}

.zgrz .tit i {
    display: block;
    font-size: 20px;
    color: #999999;
    line-height: 20px;
    padding-top: 20px;
    font-style: normal;
}

.zgrz .tit a {
    font-size: 16px;
    color: #333333;
    text-transform: uppercase;
    line-height: 46px;
}

.zgrz .swiper-slide {
    flex-wrap: wrap;
}

.zgrz .swiper-slide img {
    width: 260px;
    height: 170px;
    margin-bottom: 20px;
}

.zgrz .zzlb {
    margin-top: 50px;
}

.zgrz .zzlb .swiper-container {
    padding-bottom: 40px;
}

.zgrz .zzlb .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}

.zgrz .zzlb .swiper-pagination-bullet-active {
    background: #f79a15;
}


/*news*/

.news {
    padding: 110px 0 45px;
}

.news h2 {
    margin-bottom: 65px;
}

.news h3 {
    height: 40px;
    font-weight: normal;
}

.news h3 a {
    float: left;
    font-size: 16px;
    color: #000;
    line-height: 16px;
    margin-right: 95px;
}

.news h3 a.on {
    color: #ff7f00;
    font-weight: bold;
}

.news h3 .more {
    float: right;
    font-size: 14px;
    color: #000;
    line-height: 16px;
    margin-right: 0;
}

.new_list li {
    float: left;
    width: 306px;
    height: 386px;
    background: #f4f4f4;
    margin-right: 20px;
    padding: 0 40px;
}

.new_list li i {
    display: block;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #000;
    margin: 76px 0 36px;
    font-family: Arial;
}

.new_list li em {
    font-size: 24px;
    vertical-align: top;
    margin-right: 8px;
}

.new_list li h4 {
    font-size: 16px;
    color: #0d0700;
    line-height: 16px;
    margin-bottom: 17px;
}

.new_list li h4 a {
    color: #0d0700;
}

.new_list li p {
    font-size: 14px;
    color: #000;
    line-height: 24px;
    opacity: 0.8;
    padding-bottom: 35px;
    border-bottom: 1px solid #dbdbdb;
}

.new_list li .xq {
    display: block;
    font-size: 14px;
    color: #000;
    opacity: 0.8;
    line-height: 24px;
    margin-top: 24px;
}

.new_list li:hover h4 a,
.new_list li .xq:hover {
    color: #ff7f00;
}

.new_list li:hover p {
    border-color: #ff7f00;
}

.news .tit {
    text-align: center;
    font-weight: normal;
}

.news .tit b {
    display: block;
    font-size: 45px;
    color: #11110e;
    line-height: 45px;
}

.news .tit i {
    display: block;
    font-size: 20px;
    color: #333;
    line-height: 20px;
    padding-top: 20px;
}

.foot {
    background: #fabf00;
    padding: 40px 0;
}

.foot .footlist .bt {
    font-size: 18px;
    color: #000000;
    margin-bottom: 16px;
}

.foot .footlist .link {
    color: #715500;
    display: block;
    line-height: 30px;
}

.copyright {
    color: #ffffff;
    text-align: center;
    background: #000000;
    padding: 20px 0;
}

.ny-banner {
    margin-top: 100px;
    height: 394px;
}

.p1-search-1 {
    background: #f2f2f2;
    height: 82px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    font-size: 14px;
}

.blk {
    margin-bottom: 20px;
}

.p1-search-1 p {
    color: #444;
    line-height: 82px;
}

.p1-search-1 a {
    color: #444;
    display: inline-block;
    margin-right: 15px;
}

.p12-curmbs-1 {
    font-size: 14px;
    border-bottom: 1px dashed #dcdcdc;
}

.p12-curmbs-1 b {
    border-left: 10px solid #333333;
    font-weight: normal;
    padding-left: 8px;
}

.p12-curmbs-1 span {
    font-family: '宋体';
    padding: 0 5px;
    height: 46px;
    line-height: 46px;
}

.p12-curmbs-1 i {
    font-style: normal;
}

.anfl {
    text-align: center;
    padding-bottom: 20px;
}

.anfl a {
    padding: 0 30px;
    font-size: 18px;
    border-right: 1px #c8c8c8 solid;
}

.anfl .on {
    color: #283071;
}

.cases-list {
    background: #ebebeb;
    padding: 70px 0;
}

.cases-list li {
    width: 30.3%;
    margin-right: 3%;
    float: left;
}

.cases-list ul {
    margin-right: -3%;
}

.cases-list .img {
    padding-bottom: 70%;
    height: 0;
    position: relative;
    width: 100%;
    display: block;
}

.cases-list .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.cases-list li p {
    line-height: 60px;
    text-align: center;
    font-size: 16px;
}


/*翻页*/

.p12-pagination-1-main {
    margin: 0 auto;
    padding: 20px 0;
    height: 30px;
    text-align: center;
}

.p12-pagination-1 a,
.p12-pagination-1 span {
    vertical-align: top;
    display: inline-block;
    padding: 0 8px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #e5e5e5;
    text-align: center;
    margin: 0 2px;
    background: #fff;
}

.p12-pagination-1 span {
    border: 1px solid #fff;
}

.p12-pagination-1 .page_curr {
    background: #1b1c1e;
    color: #fff;
    border-color: #1b1c1e;
}

.p12-pagination-1 .laypage_first,
.p12-pagination-1 .laypage_last {
    display: none;
}

.left-page {
    width: 220px;
    float: left;
    background: #fff;
}

.left-page .top-box {
    width: 100%;
    height: 140px;
    background: #1a1a1a;
    color: #fff;
    text-align: center;
    padding-top: 40px;
    box-sizing: border-box;
}

.pro-body .left-page .top-box span {
    font-size: 24px;
    line-height: 1;
    display: inline-block;
    margin-bottom: 5px;
}

.pro-body .left-page .top-box p {
    font-size: 12px;
    color: #bfbfbf;
}

.pro-body .left-page .all-box ul li {
    line-height: 60px;
    text-align: center;
    color: #000000;
    font-size: 16px;
}

.pro-body .left-page .all-box ul li:hover a {
    color: #000000;
    background: #fabf00 !important;
}

.pro-body .left-page .all-box ul li>a {
    font-weight: 700;
}

.pro-body .left-page .all-box ul li a {
    display: block;
    position: relative;
}

.pro-body .left-page .all-box ul dl {
    display: none;
}

.right-page {
    width: 950px;
    float: right;
}

.pro-body {
    background: #f5f5f5;
    padding-top: 30px;
}

.right-page .session_2 {
    background: #fff;
    padding: 30px;
    margin-bottom: 25px;
    box-sizing: border-box;
}

.right-page .session_2 .tab-box .col-md-2 {
    float: left;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
    margin-bottom: 24px;
}

.right-page .session_2 .tab-box a {
    display: block;
    height: 46px;
    line-height: 46px;
    border: 1px solid #e6e6e6;
    text-align: center;
    font-size: 14px;
    color: #4c4c4c;
    padding: 0 15px;
}

.right-page .session_2 .tab-box .active a {
    background: #333333;
    color: #fff;
}

.right-page .session_2 .info-box {
    margin-top: 20px;
}

.right-page .session_2 .info-box .img-box img {
    max-width: 100%;
}

.right-page .session_2 .info-box .txt-box {
    margin-top: 25px;
}

.right-page .session_2 .info-box .txt-box .title-box {
    margin-bottom: 30px;
}

.right-page .session_2 .info-box .txt-box .title-box h3 {
    font-size: 24px;
    color: #1a1a1a;
}

.right-page .session_2 .info-box .txt-box .title-box p {
    font-size: 12px;
    color: #cccccc;
}

.right-page .session_2 .info-box .txt-box .des-box {
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
}

.right-page .session_2 .info-box .txt-box .des-box p {
    font-size: 14px;
    color: #808080;
    letter-spacing: 1.5px;
    line-height: 2;
}

.right-page .session_2 .info-box .tel-box {
    padding-top: 24px;
}

.right-page .session_2 .info-box .tel-box p {
    font-size: 16px;
    color: #575757;
}

.right-page .session_2 .info-box .tel-box h3 {
    font-size: 20px;
    color: #1a1a1a;
    margin-top: 10px;
}

.right-page .session_3 {
    background: #fff;
    padding: 30px;
    margin-bottom: 25px;
    box-sizing: border-box;
}

.right-page .session_3 .item_1 {
    padding-bottom: 50px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
}

.right-page .session_3 .title-box {
    margin-bottom: 32px;
}

.right-page .session_3 p {
    letter-spacing: 1.2px;
    line-height: 2;
    color: #4c4c4c;
}

.right-page .session_3 .title-box h3 {
    font-size: 20px;
    color: #1a1a1a;
}

.right-page .session_3 .title-box p {
    font-size: 14px;
    color: #bfbfbf;
}

.right-page .session_3 .left-box .txt p,
.right-page .session_3 .item_2 .txt p {
    letter-spacing: 1.2px;
    line-height: 2;
    color: #4c4c4c;
}

.right-page .session_3 .item_2,
.right-page .session_3 .item_4 {
    margin-top: 40px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
}

.right-page .session_3 .item_4 .img-box img {
    max-width: 100%;
}

.right-page .session_3 .item_5 .item-box {
    position: relative;
}

.right-page .session_3 .item_5 .item-box .img-box img {
    width: 100%;
    display: block;
    height: 207px;
}

.right-page .session_3 .item_5 .item-box .txt-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
}

.right-page .session_3 .item_5 .swiper-pagination {
    position: static;
    margin-top: 30px;
}

.right-page .session_3 .item_5 .swiper-pagination .swiper-pagination-bullet {
    width: 52px;
    height: 8px;
    border-radius: 0;
    margin-left: 8px;
    margin-right: 8px;
}

.right-page .session_3 .item_5 .swiper-pagination .swiper-pagination-bullet-active {
    background: #1a1a1a;
    border-radius: 8px;
}

.pro-list li {
    width: 30.3%;
    margin-right: 3%;
    float: left;
    margin-bottom: 30px;
}

.pro-list ul {
    margin-right: -3%;
}

.pro-list .img {
    padding-bottom: 70%;
    height: 0;
    position: relative;
    width: 100%;
    display: block;
}

.pro-list .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.pro-list li .title {
    line-height: 55px;
    text-align: center;
    font-size: 16px;
    background: #d4d4d4;
}

.tl-fdh-02 {
    height: 55px;
    background: #fff;
    margin-bottom: 20px;
    overflow: hidden;
}

.tl-fdh-02 ul>:first-child {
    margin-left: 18.75%;
}

.tl-fdh-02 li {
    width: 12.5%;
    height: 55px;
    font-size: 18px;
    line-height: 55px;
    text-align: center;
    float: left;
    border-right: 1px solid #eee;
    margin-right: -1px;
    background: #efefed;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.tl-fdh-02 li a {
    display: block;
    height: 55px;
    color: #595757;
}

.tl-fdh-02 li.sidenavcur,
.tl-fdh-02 li:hover {
    background: url(../images/p16-icon6.png) no-repeat bottom center #1b1c1e;
    border-color: #1b1c1e;
}

.tl-fdh-02 li.sidenavcur a,
.tl-fdh-02 li:hover a {
    color: #fff;
}

.gsyj dl {
    padding-top: 20px;
}

.gsyj dl dt {
    width: 600px;
    float: left;
}

.gsyj dl dt img {
    width: 100%;
}

.gsyj dl dd {
    width: 544px;
    float: right;
    position: relative;
    padding-top: 20px;
}

.gsyj dl dd h3 {
    font-size: 28px;
    color: #000;
    margin-bottom: 40px;
    position: relative;
}

.gsyj dl dd h3 em {
    display: block;
    font-size: 48px;
    color: #eaeaea;
    font-style: normal;
    margin-bottom: 40px;
    line-height: 45px;
    text-transform: capitalize;
    font-weight: normal;
    font-family: arial;
    letter-spacing: -2px;
    word-spacing: 10px;
}

.gsyj dl dd h3:before {
    content: "";
    position: absolute;
    width: 122px;
    height: 5px;
    background: #fff;
    right: -56px;
    top: 72px;
}

.gsyj dl dd h3:after {
    content: ""
}

.gsyj dl dd p {
    text-align: justify;
    line-height: 35px;
}

.gsyj dl dd span {
    display: block;
    width: 262px;
    margin-top: 40px;
    float: left;
    margin-right: 10px;
}

.gsyj dl dd:after {
    content: "";
    position: absolute;
    width: 70px;
    height: 6px;
    background: #283071;
    bottom: -55px;
    left: 0;
}

.gsyj .tit h3 {
    font-family: "Microsoft Yahei";
    text-align: center;
    margin: 60px 0;
}

.gsyj .tit h3 em {
    display: block;
    font-size: 44px;
    line-height: 50px;
    color: #1A1A1A;
    font-weight: bold;
    margin-bottom: 18px;
    font-style: normal;
}

.gsyj .tit h3 i {
    display: block;
    font-size: 18px;
    color: #333;
    line-height: 5px;
    font-style: normal;
    font-weight: normal;
}

.p12-aboutinfo-1 {
    margin-bottom: 80px;
}

.ddlc .session_3 {
    margin-top: 60px;
    background: #f5f5f5;
    padding-top: 60px;
    padding-bottom: 20px;
}

.ddlc .public-title {
    margin-bottom: 65px;
    text-align: center;
}

.ddlc .public-title h3 {
    font-size: 42px;
    color: #292929;
    line-height: 1;
    margin-bottom: 25px;
}

.ddlc .public-title p {
    font-size: 18px;
    color: #808080;
    line-height: 1;
    padding-bottom: 30px;
    position: relative;
}

.ddlc .public-title p::before {
    position: absolute;
    content: '';
    width: 90px;
    height: 1px;
    background: #000000;
    bottom: 0;
    left: 50%;
    margin-left: -45px;
}

.ddlc .session_3 .row {
    margin-left: -15px;
    margin-right: -15px;
}

.ddlc .session_3 .col-md-4 {
    float: left;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.ddlc .session_3 .item-box {
    background: #fff;
    height: 290px;
    text-align: center;
    padding-left: 55px;
    padding-right: 55px;
    box-sizing: border-box;
    padding-top: 60px;
    transition: all .3s;
}

.ddlc .session_3 .item-box:hover {
    padding-top: 45px;
    background: #1a1a1a;
}

.ddlc .session_3 .item-box .icon-box {
    height: 60px;
    line-height: 60px;
}

.ddlc .session_3 .item-box .icon-box img {
    vertical-align: top;
}

.ddlc .session_3 .item-box .icon-box img.active {
    display: none;
}

.ddlc .session_3 .item-box:hover .icon-box img {
    display: none;
}

.ddlc .session_3 .item-box:hover .icon-box img.active {
    display: inline-block;
}

.ddlc .session_3 .item-box h3 {
    font-size: 20px;
    color: #393939;
    font-weight: 400;
    margin-bottom: 28px;
}

.ddlc .session_3 .item-box p {
    font-size: 14px;
    line-height: 1.8;
    color: #808080;
}

.ddlc .session_3 .item-box:hover h3 {
    color: #f79a15;
}

.ddlc .session_2 {
    padding: 50px 0;
}

.fw3 {
    background: url(../images/c463013f79c94ca0a07168a9d1fee30e_4.jpg) no-repeat center 0;
    height: 850px;
    padding-top: 105px;
}

.fw3_1 ul {
    background: rgba(27, 28, 30, 0.67);
    height: 500px;
    padding: 2% 0;
}

.fw3_1 ul li {
    float: left;
    width: 30%;
    border-radius: 20px;
    margin-right: 1%;
    text-align: center;
    height: 235px;
    margin-bottom: 24px;
    color: #1b1c1e;
    border: 1px solid #c4c4c4;
    margin-left: 2%;
}

.fw3_1 ul li:nth-child(3n) {
    margin-right: 0;
}

.fw3_1 ul li b {
    font-size: 36px;
    display: block;
    color: #ffffff;
    font-style: italic;
    background: rgba(27, 28, 30, 0.5);
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 50%;
    line-height: 70px;
}

.fw3_1 ul li p {
    height: 30px;
    margin-top: -6px;
    width: 100%;
    z-index: 1;
    position: relative;
    padding-top: 10px;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
}

.fw3_1 ul li span {
    display: block;
    color: #d2cfcf;
    font-size: 14px;
    width: 230px;
    margin: 20px auto;
}

.fw3_1 ul li:hover {
    background: #ffecd9;
}

.fw3_1 ul li:hover b {
    font-size: 80px;
    padding-top: 55px;
    display: block;
    color: #fddec0;
    font-style: italic;
    background: none;
    width: unset;
    height: unset;
    margin: unset;
    border-radius: 50%;
    line-height: 28px;
}

.fw3_1 ul li:hover p,
.fw3_1 ul li:hover span {
    background: #ffecd9;
    color: #ff7f00;
}

.fw3_2 ul {
    padding-top: 55px;
    height: 115px;
    margin: 8px auto;
    background: rgba(27, 28, 30, 0.26);
}

.fw3_2 ul li {
    float: left;
    width: 19.9%;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
}

.fw3_2 ul li em {
    display: block;
    font-size: 15px;
    font-style: normal;
    color: #ffffff;
    padding-top: 10px;
}

.fw3_2 ul li:nth-child {
    border-right: none;
}

.ddlc .session_1 {
    padding-bottom: 40px;
}

.ddlc .session_1 .left {
    float: left;
}

.ddlc .session_1 .right {
    float: right;
    width: 460px;
}

.ddlc .session_1 .right p {
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 20px;
}

.public-title {
    margin-bottom: 65px;
    text-align: center;
}

.public-title h3 {
    font-size: 42px;
    color: #292929;
    line-height: 1;
    margin-bottom: 25px;
}

.public-title p {
    font-size: 18px;
    color: #808080;
    line-height: 1;
    padding-bottom: 30px;
    position: relative;
}

.public-title p::before {
    position: absolute;
    content: '';
    width: 90px;
    height: 1px;
    background: #000000;
    bottom: 0;
    left: 50%;
    margin-left: -45px;
}

.wlfw .left {
    float: left;
    width: 600px;
}

.wlfw .left h1 {
    font-size: 16px;
}

.wlfw .left p {
    font-size: 16px;
    line-height: 30px;
}

.wlfw {
    padding-bottom: 30px;
}

.liuyan {
    padding: 40px 0;
}

.online-content .form {
    margin: 30px auto 0;
}

.online-content .form .form-content .form-box {
    width: 31%;
}

.online-content .form .form-content .form-box input {
    outline: none;
    width: 100%;
    height: 55px;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e7e7e7;
    font-size: 14px;
    text-indent: .1rem;
    color: #000;
}

.online-content .form .yzm {
    margin-top: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.online-content .form .form-ly {
    margin-top: 30px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 160px;
    background-color: #e7e7e7;
}

.online-content .form .form-ly textarea {
    width: 100%;
    height: 100%;
    outline: none;
    resize: none;
    border: none;
    background-color: #e7e7e7;
    font-size: 14px;
    line-height: 30px;
    color: #000;
    overflow: hidden;
    list-style: none;
}

.online-content .form .form-login {
    width: 100%;
    text-align: center;
    height: 70px;
    line-height: 70px;
    background: #333333;
    margin-top: 30px;
}

.online-content .form .form-login a {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 16px;
}

.wm-l {
    width: 40%;
    float: left;
    background: #f4f4f4;
    height: 461px;
    overflow: hidden;
    margin-bottom: 40px;
}

.wm-l h4 {
    font: 20px "Microsoft YaHei";
    color: #fff;
    height: 103px;
    width: 100%;
    background: #333333;
    text-align: center;
    line-height: 116px;
    font-size: 25px;
}

.wm-l ul {
    padding-left: 65px;
    background: url(../images/b1cd12f8908745219c53a4cb44fd3bd7_8.png) no-repeat left center;
    margin: 50px 0 0 30px;
    height: 60px;
    background-size: 50px;
}

.wm-l li {
    font: 14px "Microsoft YaHei";
    color: #000;
    line-height: 24px;
}

.wm-l .ul2 {
    background: url(../images/b1cd12f8908745219c53a4cb44fd3bd7_6.png) no-repeat left center;
    margin-left: 27px;
    background-size: 50px;
}

.wm-l .ul3 {
    background: url(../images/b1cd12f8908745219c53a4cb44fd3bd7_4.png) no-repeat left 0px;
    background-size: 50px;
}

.wm-l .ul3 li {
    line-height: 20px;
}

.wm-l .ul3 li b {
    display: block;
    font-weight: bold;
    font-size: 20px;
    color: #333333
}

.wm-r {
    float: left;
    width: 60%;
}

.zhaopin {
    padding: 40px 0;
}

.ry-list {
    padding: 40px 0;
}

.ry-list ul {
    margin-right: -2%;
}

.ry-list li {
    width: 23%;
    margin-right: 2%;
    float: left;
    margin-bottom: 30px;
}

.ry-list .img {
    padding-bottom: 70%;
    height: 0;
    position: relative;
    width: 100%;
    display: block;
}

.ry-list .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.ry-list li .title {
    height: 50px;
    line-height: 50px;
    background: #f0f0f0;
    text-align: center;
    font-size: 16px;
}

.account-l {
    margin-top: 60px;
    overflow: hidden;
}

.accordion {
    width: 100%;
    max-width: 100%;
    margin-bottom: 90px;
    background: #FFF;
}

.accordion .link {
    cursor: pointer;
    display: block;
    color: #5a5a5a;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    background: #fff;
    border-bottom: 1px #dedede dashed;
    margin-bottom: 2px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li:last-child .link {
    border-bottom: 0;
}

.accordion li {
    cursor: pointer;
}

.accordion li i {
    position: absolute;
    background: url(../images/rl_07.jpg) center no-repeat;
    top: 0px;
    width: 70px;
    height: 52px;
    right: 0px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.accordion li.open .link {
    color: #333333;
    background: #f2f3f4;
}

.accordion li.open i {
    background: url(../images/rl_03.jpg) center no-repeat;
}

.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.submenu {
    display: none;
    background: #f3f3f3;
    font-size: 14px;
    padding: 10px 30px;
}

.submenu p {
    line-height: 30px;
    font-size: 14px;
    color: #5a5a5a;
}

.submenu span {
    margin-right: 170px;
}

.zhaopin .dh {
    height: 55px;
    line-height: 55px;
    color: #fff;
    font-size: 16px;
    background: #305697;
}

.zhaopin .dh span {
    display: block;
    width: 20%;
    float: left;
    text-align: center
}

.zhaopin .tdjl {
    display: block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #305697;
}

.accordion .link span {
    width: 20%;
    text-align: center;
    display: block;
    float: left
}

.news-details {
    display: flex;
    align-items: flex-start;
    padding: 60px 0;
}

.news-details .details {
    float: left;
    margin-right: 70px;
    width: 65%;
}

.news-details .details-title {
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 32px;
    border-bottom: 1px solid #bfbfbf;
}

.news-details .details-title .h2 {
    height: 50px;
    margin-top: 10px;
}

.pc-show {
    display: block;
}

.news-details .visited {
    font-size: 16px;
    color: #999;
}

.news-details .visited li:first-child {
    margin-right: 20px;
}

.news-details .visited li {
    display: flex;
    align-items: center;
}

.news-details .visited li img {
    margin-right: 10px;
}

.news-details .details-content {
    line-height: 32px;
    font-size: 16px;
    padding: 30px 0;
    overflow: hidden;
}

.news-details .details-content img {
    margin: 0 20px 20px 0;
}

.page-code {
    border-top: 1px solid #e6e6e6;
}

.page-code a {
    border-bottom: 1px solid #e6e6e6;
}

.page-code a.on .btn {
    color: #fff;
    background-color: #0250a3;
}

.page-code a .btn {
    font-size: 16px;
    padding: 20px 30px;
}

.page-code p {
    flex: 1;
    font-weight: bold;
    font-size: 16px;
    margin-left: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-code a .span {
    font-size: 16px;
    color: #999;
}

.page-code .prev i {
    transform: rotate(-90deg);
}

.page-code a i {
    font-family: "宋体";
    font-size: 16px;
    margin-right: 15px;
    font-style: normal;
}

.page-code .next i {
    transform: rotate(90deg);
}

.lately {
    width: 23%;
    padding: 0 3% 60px;
    margin-top: 0;
    float: right;
    background-color: #efefef;
}

.lately .title {
    font-size: 30px;
    padding-top: 50px;
    text-align: center;
    font-weight: bold;
}

.lately .item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d7d7d7;
    padding: 20px 0;
}

.lately .item dl {
    text-align: center;
}

.lately .item dt {
    color: #333333;
    font-size: 30px;
}

.lately .item dd {
    font-size: 18px;
    color: #999;
    margin-top: 20px;
}

.lately .item p {
    font-size: 18px;
    line-height: 32px;
    margin-left: 36px;
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.newslist .item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding-top: 0px;
    margin-bottom: 25px;
    align-items: center;
    background-color: rgba(242, 242, 242, 1);
    transition: all .5s ease;
    margin-top: 25px;
    margin-bottom: 30px;
}

.newslist .item a {
    width: 100%;
}

.newslist .item:hover {
    box-shadow: 0 23px 90px -5px rgb(29 56 72 / 17%);
    background: #fff;
    background-color: #fff
}

.newslist .item .img {
    position: relative;
    display: block;
    padding-bottom: 19%;
    height: 0;
    overflow: hidden;
    width: 30%;
}

.newslist .item .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.newslist .item .txt {
    width: 70%;
    padding: 4%;
}

.newslist .item .txt .t1 {
    width: 80%;
}

.newslist .item .txt .title {
    font-size: 20px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 15px 0;
}

.newslist .item .txt .detail {
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: rgba(112, 112, 112, 1);
    line-height: 34px;
}

.newslist .item .txt .date {
    text-align: center;
}

.newslist .item .txt .date p {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 56px;
    color: #666666;
}

.newslist .item .txt .date span {
    font-size: 16px;
    color: #666666;
    font-weight: bold;
}

.new_con {
    min-height: 400px;
}