* {
    margin: 0;
    padding: 0;
    border: 0;
}

a {
    color: #333;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

.clear,
.clearfix {
    clear: both;
    height: 0;
}

.clearfix {
    display: table;
    clear: both;
    width: 100%;
}

ul,
li {
    list-style: none;
}

/*PC导航*/
.header-v1 {
    width: 100%;
    position: fixed;
    /*overflow:hidden; */
    height: 114px;
    z-index: 99999;
    background: url(../images/top_bg1.png) center bottom no-repeat;
    transition: all 0.3s;
}

.header-v1.bgs2 {
    background: #fff;
}

.nav-hide .header-v1 {
    height: 70px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
    background: url(../images/top_bg2.png) center bottom no-repeat;
}

.nav-hide .header-v1.bgs2 {
    background: #fff;
}

.nav-hide .blank_h {
    height: 70px;
}

.nav-hide .header-v1 .top-main .logo1 img {
    height: 67px;
}

.header-v1 .top-main {
    width: 98%;
    max-width: 1400px;
    margin: 0 auto;
    /* position:relative;*/
}

.header-v1 .top-main .logo1 {
    float: left;
    height: 100%;
}

.header-v1 .top-main .logo1 img {
    height: 111px;
    transition: all 0.3s;
}

.header-v1 .top-main .logo1 img:hover {
    filter: Alpha(Opacity=90);
    opacity: 0.9;
}

.header-v1 .top-main .top_r {
    float: right;
}


.header-v1 .top-main .top-main-content {
    float: right;
}

.navBar {}

.nav {
    list-style: none;
    padding: 0;
}

.nav .m {
    float: left;
    padding-right: 36px;
    padding-left: 36px;
    transition: all 0.5s;
    position: relative;
    background: url(../images/top_bg3.png) right center no-repeat;
}

.nav .m:last-child {
    background: none;
}

.nav a:hover {
    text-decoration: none;
    /*color:#fff;*/
}

.nav li:hover span {
    transform: translateY(-100%);
    color: #fff;
    transition: all 0.3s;
}

.nav h3 {
    float: left;
    font-weight: normal;
    height: 95px;
    overflow: hidden;
    width: 100%;
    text-align: center;
    transition: all 0.3s;
    position: relative;
}

.nav h3 a {
    display: block;
    color: #fff;
    width: 100%;
    line-height: 95px;
    height: 95px;
    font-size: 16px;
    overflow: hidden;
    text-transform: uppercase;
}

.nav h3 a span {
    display: block;
    position: relative;
    transition: all 0.3s;
    height: 95px;
    text-transform: uppercase;
}

.nav-hide .nav h3 a span {
    height: 70px;
}

.nav h3 a span:after {
    content: attr(data-title);
    position: absolute;
    /*color:#fff;*/
    left: 0;
    transform: translateY(100%);
    width: 100%;
    top: 0;
    color: #fff;
    height: 95px;
}

.nav-hide .nav h3 a span:after {
    height: 70px;
}

/*.nav h3 a i{ width:9px; height:5px; background:url(../images/top_pic5.png) no-repeat; display:inline-block; margin-left:7px;}*/
.nav-hide .nav {}

.nav-hide .nav h3 {
    height: 70px;
}

.nav-hide .nav h3 a {
    line-height: 70px;
    height: 70px;
}

/*.nav .on{background:#035297;}*/
.nav .on h3 a {
    /* height:42px; line-height:42px; */
    color: #104c94;
    /*background:url(../images/top_bg.png) center bottom no-repeat;*/
}

/*.nav .on h3 a i{ background:url(../images/top_pic6.png) no-repeat; }*/
.nav .on h3 a span {
    color: #fff;
}

.nav li.on a:after {
    left: 0%;
    right: 0%;
    opacity: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.nav li h3 a:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    height: 2px;
    opacity: 0;
    background-color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.nav li h3 a:hover:after {
    opacity: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.nav .sub {
    display: none;
    width: 129px;
    padding: 0;
    position: absolute;
    background: rgb(1 170 233);
    /* top:87px;*/
    top: 93px;
    /*border-top:2px solid #c19149; overflow:hidden;*/
    text-align: center;
    z-index: 110;
    left: 0;
}

.nav-hide .nav .sub {
    top: 68px;
}

.nav .sub li {
    vertical-align: middle;
    list-style: none;
    text-decoration: none;
    display: inline-block;
    line-height: 44px;
    font-size: 14px;
    width: 100%;
    text-transform: uppercase;
    position: relative;
}

.nav .sub li span {
    display: block;
    height: 38px;
    position: relative;
    width: 100%;
}

.nav .sub li a {
    text-decoration: none;
    background: none;
    color: #fff;
    border-bottom: 1px solid #169ae2;
    display: block;
    transition: all 0.3s;
}

.nav .sub li:last-child a {
    border-bottom: 0;
}

.nav .sub li:last-child a:hover {
    border-bottom: 0;
}

.nav .sub li a:hover {
    background: #fff;
    color: #169ae2;
}

.nav .sub li:hover img {
    transition: all 0.3s;
    opacity: 0.8;
    filter: Alpha(opacity=80);
}

.nav li.m#m1 {
    padding-left: 0;
}

.nav .sub li dl {
    background: rgba(255, 255, 255, 0.9);
    width: 129px;
    position: absolute;
    bottom: 0;
    left: 100%;
    overflow: hidden;
    transition: all 0.3s;
    display: none;
}

.nav .sub li dl dd {
    display: block;
}

.nav .sub li dl dd a {
    color: #333;
    border-bottom-color: #eee;
}

.nav .sub li dl dd a:hover {
    background: #e94001;
    color: #fff;
}

.nav .sub li:hover dl {
    display: block;
}

.nav li.m#m4 .sub li {
    position: static;
}

.nav li.m#m4 .sub li dl {
    bottom: auto;
    top: 0;
    width: 160px;
}

/*pc搜索*/
/*.search_top{float:right; overflow:hidden; width:237px;margin-right:11px; margin-top:33px; padding-right:11px; background:url(../images/top_bg4.png) right center no-repeat;transition: all 0.3s;}
.nav-hide .search_top{ margin-top:18px;}*/
.top_search {
    float: right;
    height: 30px;
    width: 16px;
    /*position:relative;*/
    background: url(../images/top_pic4.png) 12px center no-repeat;
    /*-webkit-animation: nav-lianjie 1.0s;
    animation: nav-lianjie 1.0s;*/
    margin-top: 35px;
    padding-left: 12px;
    transition: all 0.3s;
}

.top_search:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
    height: 13px;
    width: 1px;
    background: #777777;
}

.nav-hide .top_search {
    margin-top: 18px;
}

.top_search .input1 {
    width: 83%;
    text-indent: 10px;
    line-height: 30px;
    height: 30px;
    outline: medium;
    background: none;
    color: #9c9c9c;
    text-align: left;
    font-size: 13px;
    border: 0;
}

.top_search em {
    height: 100%;
    width: 100%;
    /*background:url(../images/top_pic1.png) right center no-repeat;*/
    cursor: pointer;
    display: block;
}

.top_search em:Hover {
    transition: all 0.3s;
    opacity: 0.8;
    filter: Alpha(opacity=80);
}

.top_search .search_con2 {
    transition: all 0.3s;
    /*display:none;*/
    position: fixed;
    top: -114px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
    max-width: 1400px;
    height: 0px;
    padding-top: 39px;
    padding-bottom: 39px;
    /*background:url(../images/top_bg2.png) no-repeat;*/
    background: #fff;
    z-index: 100;
    /* border:1px solid #eee;box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.2);border-radius: 2px;*/
}

.nav-hide .top_search .search_con2 {
    padding-top: 17px;
    padding-bottom: 17px;
}

.top_search .search_con2 .input1 {
    height: 36px;
    line-height: 36px;
    background: url(../images/c9.png) 5px center no-repeat #fff;
    border: 0;
    padding-left: 25px;
    margin-left: 7px;
    padding-right: 47px;
    width: 70%;
    margin-right: 5px;
    float: left;
    outline: none;
    font-size: 14px;
    color: #666666;
    font-family: "微软雅黑";
}

.top_search .search_con2 .bnts {
    float: left;
    width: 40px;
    height: 39px;
    background: url(../images/top_pic5.png) center center no-repeat;
    cursor: pointer;
}

.top_search .search_con2 .bnts:hover {
    transition: all 0.3s;
    background: url(../images/top_pic6.png) center center no-repeat;
}

.top_search .search_con2 .closes {
    width: 20px;
    height: 36px;
    float: right;
    background: url(../images/c10.png) center center no-repeat;
    cursor: pointer;
    margin-right: 2%;
}




/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

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

.bantest {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.banner {
    width: 100%;
    position: relative;
}

.banner .slick-dotted.slick-slider {
    margin: 0;
}

.banner img {
    display: block;
    width: 100%;
}

.banner .slick-arrow {
    position: absolute;
    font-size: 0;
    top: 50%;
    z-index: 9;
    width: 73px;
    height: 73px;
    margin-top: -73px;
    border: 0;
    outline: none;
    overflow: hidden;
}

.banner .slick-prev {
    left: 10%;
    display: none;
    background: url(../images/ban_prev.png) no-repeat;
}

.banner .slick-next {
    right: 10%;
    display: none;
    background: url(../images/ban_next.png) no-repeat;
}

.slick-dots {
    position: absolute;
    left: 50%;
    font-size: 0;
    bottom: 8%;
    width: 300px;
    text-align: center;
    margin-left: -175px;
    z-index: 11;
}

.slick-dots li {
    display: inline-block;
    margin: 0 8px;
}

.slick-dots li button {
    display: block;
    background: #fff;
    width: 15px;
    height: 15px;
    color: #fff;
    border-radius: 15px;
    border-color: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.slick-dots .slick-active button {
    background-color: #2cb7ea;
    border-color: #2cb7ea;
    width: 60px;
    color: #2cb7ea !important;
}

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

.sou {
    height: 66px;
    overflow: hidden;
    background: #ededed;
}

.sou p {
    width: 675px;
    font: 14px "Microsoft Yahei";
    line-height: 66px;
    color: #000;
    float: left;
    font-weight: bold;
}

.sou p a {
    display: inline-block;
    color: #333;
    font: 14px "Microsoft YaHei UI";
    padding: 0 12px;
    line-height: 66px;
}

.sou p a:last-child {
    padding-right: 0;
}

.sou p a:hover {
    color: #f15733;
    font-weight: bold;
    text-decoration: underline;
}

.sou .sou1 {
    margin-top: 11px;
    float: right;
    width: 350px;
    height: 42px;
    background: #fff;
}

.sou .ip01 {
    width: 280px;
    height: 42px;
    padding-left: 20px;
    font: 14px "Microsoft Yahei";
    line-height: 42px;
    color: #a3a3a3;
    overflow: hidden;
    float: left;
    outline: none;
    background: none;
    border: 0;
}

.sou .ip02 {
    width: 50px;
    height: 42px;
    float: right;
    color: #fff;
    background: url(../images/sou.png) no-repeat left center;
    border: 0;
    cursor: pointer;
    outline: none;
}

.titis {
    height: 157px;
    text-align: center;
}

.titis h4 {
    font-size: 40px;
    color: #363636;
    height: 68px;
    line-height: 68px;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 23%);
    margin-bottom: 5px;
}

.titis h4 a {
    color: #008f47
}

.titis h4 span {
    font-size: 54px;
}

.titis p {
    height: 34px;
    font-size: 24px;
    color: #999;
    line-height: 34px;
    background: url(../images/td_tt.jpg) no-repeat center;
    letter-spacing: 10px;
    font-weight: 200;
}

.td_bj {
    background: url(../images/td_bj.jpg) repeat;
    height: 639px;
    padding-top: 77px;
}

.td_bj {
    background: url(../images/td_bj.jpg) repeat;
    height: 639px;
    padding-top: 77px;
}

.td_c .nr {
    background: url(../images/td_u.jpg) no-repeat;
    height: 303px;
}

.td_c .nr li {
    height: 150px;
    padding-left: 45px;
    width: 600px;
    font-size: 26px;
    color: #333333;
    line-height: 150px;
    float: left;
    box-sizing: border-box
}

.td_c .nr li span {
    font-size: 36px;
    font-weight: bold;
}

.td_c .nr li:nth-child(2n) {
    padding-left: 82px;
}

.td_c .nr li:nth-child(2),
.td_c .nr li:nth-child(3) {
    color: #fff;
}

.td_w {
    width: 534px;
    margin: 50px auto 0;
}

.td_w span {
    width: 384px;
    text-align: center;
    height: 48px;
    line-height: 48px;
    border: 1px dashed #008fde;
    display: inline-block;
    border-radius: 22px;
    font-size: 20px;
    color: #000000;
    vertical-align: middle;
}

.td_w span em {
    font-size: 24px;
    color: #008fde;
    font-weight: bold;
    padding: 0 11px;
}

.td_w a {
    width: 172px;
    height: 50px;
    background: #008fde;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    border-radius: 22px;
    margin-left: -35px;
    display: inline-block;
    vertical-align: middle;
}



/*工作站*/

.yin_t {
    font-size: 40px;
    color: #363636;
    text-align: center;
    font-weight: normal;
    line-height: 40px;
    overflow: hidden;
}

.yin_t em {
    display: block;
    padding: 0 0 20px;
}

.yin_t span {
    display: block;
    font-size: 18px;
    color: #999;
    padding: 10px 0 0;
}

.five {
    background: url(../images/five_bg.gif) no-repeat center 0;
    height: 970px;
    overflow: hidden;
    padding: 35px 0 0;
}

.five_m {
    margin-top: 100px;
}

.pr {
    position: relative;
}

.five_m .five_pic {
    display: block;
    position: relative;
    z-index: 10;
}

.five_m .five_k {
    display: block;
    width: 654px;
    height: 701px;
    position: absolute;
    top: 4px;
    left: 194px;
}

.five_m .five_k img {
    width: 654px;
    height: 701px;
    -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    -o-transition: -o-transform 0.5s ease-out;
    -ms-transition: -ms-transform 0.5s ease-out;
}

.five_m:hover .five_k img {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}

.five_l,
.five_r {
    width: 600px;
    position: absolute;
    top: 0;
    z-index: 12;
}

.five_l {
    left: 0;
}

.five_r {
    right: 0;
}

.five_m p {
    width: 280px;
    position: absolute;
    -webkit-transition: transform .3s;
    transition: transform .3s;
}

.five_m p b {
    display: block;
    font-size: 26px;
    color: #333;
    line-height: 40px;
    padding: 0 0 10px;
}

.five_m p span {
    display: block;
    font-size: 16px;
    color: #666;
    line-height: 28px;
}

.five_m p.five_p01 {
    top: 2 0px;
    left: 0px;
}

.five_m p.five_p02 {
    top: 578px;
    left: 30px;
}

.five_m p.five_p03 {
    top: -13px;
    right: 115px;
}

.five_m p.five_p04 {
    top: 196px;
    right: -50px;
}

.five_m p.five_p05 {
    top: 466px;
    right: -5px;
}

.five_m .five_l p:hover {
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0);
}

.five_m .five_r p:hover {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
}

.Five_advantages {
    color: #333;
}



/*产品中心*/
.chanp {
    padding: 90px 0 50px;
}

.chanp .yin_t {
    margin-bottom: 50px;
}

.chanp dl {
    width: 578px;
    height: 330px;
    float: left;
    border: #eee 1px solid;
    position: relative;
    margin-right: 20px;
    margin-bottom: 20px;
}

.chanp dl:hover {
    box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.1);
}

.chanp dl dt {
    width: 330px;
    height: 300px;
    float: right;
    line-height: 0;
    overflow: hidden;
}

.chanp dl dt img,
.case dl dt img,
.news_m ul li em img,
.about dl dt img {
    width: 330px;
    height: 300px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

.chanp dl dt img:hover,
.case dl dt img:hover,
.news_m ul li em img:hover,
.about dl dt img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.chanp dl dd {
    position: absolute;
    top: 40px;
    left: 25px;
    width: 250px;
}

.chanp dl dd h5 {
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding: 15px 0 0;
}

.chanp dl dd h5 a {
    font-size: 30px;
    color: #035297;
}

.chanp dl dd h5 i {
    font-size: 30px;
    color: #da251c;
    padding: 0 0 0 20px;
}

.chanp dl dd p {
    font-size: 14px;
    color: #333;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding: 15px 0 0;
}

.chanp dl dd span {
    display: block;
}

.chanp dl dd em {
    display: block;
    padding: 50px 0 0;
}

.chanp dl dd em a {
    display: block;
    width: 38px;
    height: 38px;
    -webkit-transition: transform .3s;
    transition: transform .3s;
}

.chanp dl dd em img {
    width: 38px;
    height: 38px;
}

.chanp dl dd em a:hover {
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0);
}

.chanp .nobor {
    margin-right: 0;
}



/**/
.nlbj {
    background: #fff;
}

.nlbj h2 {
    padding-bottom: 44px;
}

.nlbj ul li {
    float: left;
    width: 18.1%;
    height: 833px;
    position: relative;
    overflow: hidden;
}

.nlbj ul li .default {
    width: 100%;
    height: 833px;
    background: rgba(0, 6, 6, 0.56);
    padding: 402px 0 0 5.7%;
    box-sizing: border-box;
    transition: .5s;
}

.nlbj ul li .default i {
    display: block;
    width: 68px;
    height: 68px;
    background: url(../images/nl-jia.png) no-repeat center;
    margin-left: 22px;
}

.nlbj ul li .default h3 {
    width: 207px;
    height: 77px;
    background: url(../images/nl-dd.png) no-repeat center;
    padding: 2px 0 0 31px;
    box-sizing: border-box;
    margin-top: 192px;
}

.nlbj ul li .default h3 span {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 36px;
    color: #FFF;
    font-weight: normal;
    margin-bottom: 8px;
}

.nlbj ul li .default h3 em {
    display: block;
    font-size: 18px;
    color: #ffffff;
    line-height: 18px;
    text-transform: uppercase;
}

.nlbj ul li .hover {
    width: 100%;
    height: 0;
    background: rgb(3 82 151 / 86%);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .5s;
    padding: 0 73px 0 87px;
    box-sizing: border-box;
}

.nlbj ul li .hover h4 {
    height: 65px;
    line-height: 0;
    margin-bottom: 19px;
}

.nlbj ul li .hover h4 span {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    font-weight: normal;
    font-size: 34px;
    color: #ffffff;
    background: url(../images/nl-xt.jpg) no-repeat right 33px;
}

.nlbj ul li .hover h4 em {
    display: block;
    height: 23px;
    line-height: 23px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.39);
    text-transform: uppercase;
    font-weight: normal;
}

.nlbj ul li .hover strong {
    display: inline-block;
    font-size: 68px;
    line-height: 68px;
    position: absolute;
    right: 87px;
    top: 44px;
    color: rgba(255, 255, 255, 0.21);
    font-family: "Arial";
}

.nlbj ul li .hover strong:before {
    width: 7px;
    height: 59px;
    background: url(../images/nl-xt.png) no-repeat center;
    content: "";
    position: absolute;
    right: 18px;
    top: -66px;
}

.nlbj ul li .hover p {
    line-height: 30px;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.6);
}

.nlbj ul li.cur {
    width: 45.6%;
}

.nlbj ul li.cur .default {
    opacity: 0;
}

.nlbj ul li.cur .hover {
    height: 240px;
    padding: 55px 73px 0 87px;
}


.index2-main04 {
    width: 78%;
    min-width: 1200px;
    margin: 55px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index2-main04 .list {
    width: 32%;
    margin-bottom: 20px;
    border: solid 1px #e9e9e9;
    transition: all .5s ease;
    background-color: #f8f8f8;
    padding-bottom: 15px;
}

.index2-main04 .list p.t1 {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    background-color: #f8f8f8;

}

.index2-main04 .list p.t1 span {
    display: block;
    width: 100%;
    overflow: hidden;
}

.index2-main04 .list p.t1:after {
    content: "";
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}

.index2-main04 .list p.t1 img {
    display: block;
    width: 100%;
    transition: 0.3s all;

}

.index2-main04 .list p.t2 {
    width: 90%;
    margin: auto;
    font-size: 24px;
    color: #222;
    text-align: center;
    font-weight: bold;
    border-bottom: solid 1px #e9e9e9;
    padding-bottom: 6px;
}
.page-num-current{
    background: #01aae9!important;
    color: #fff!important;
    border-color: #339cc3!important;
}

.index2-main04 .list p.t3 {
    margin-top: 10px;
    color: #848484;
    font-size: 14px;
    padding: 0 5%;
    line-height: 1.7;
    text-align: center;
}

.index2-main04 .list:hover {
    background-color: #009de6;
}

.index2-main04 .list:hover p.t1 {}

.index2-main04 .list:hover img {
    transform: scale(1.1, 1.1);
    transition: 0.3s all;
}

.index2-main04 .list:hover p.t1:after {
    display: block;
}

.index2-main04 .list:hover p.t2,
.index2-main04 .list:hover p.t3 {
    color: white;
}

.application {
    padding: 40px 0;
}

.journalism {
    padding: 40px 0;
}


/*新闻*/
.in-news .hd {
    margin-bottom: 30px;
}

.in-news .hd li {
    float: left;
    margin-right: 10px;
    width: 160px;
    text-align: center;
    line-height: 50px;
    background-color: #f1f1f1;
    font-size: 18px;
    cursor: pointer;
}

.in-news .hd li.on {
    background-color: #004fab;
    color: #fff;
}

.in-news .bd {
    height: 445px !important;
}

.in-news .bd dl {
    margin: 0;
    float: left;
    width: 600px;
}

.in-news .bd dt {
    height: 285px;
    line-height: 285px;
    overflow: hidden;
}

.in-news .bd dt img {
    transition: all 0.5s;
}

.in-news .bd dt a:hover img {
    transform: scale(1.1);
}

.in-news .bd dd {
    margin: 40px 0 0;
    overflow: hidden;
}

.in-news .bd dd .date {
    float: left;
    text-align: right;
    padding-right: 15px;
    width: 90px;
    font-size: 16px;
}

.in-news .bd dd .date span {
    display: block;
    color: #01aae9;
    font-size: 30px;
    font-family: Impact;
    line-height: 1;
    margin-bottom: 5px;
}

.in-news .bd dd .text {
    margin-left: 125px;
    padding-top: 5px;
}

.in-news .bd dd .text h4 {
    margin: 0;
    font-weight: normal;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
}

.in-news .bd dd .text h4 a {
    color: #01aae9;
}

.in-news .bd dd .text p {
    font-size: 16px;
    color: #999;
    height: 44px;
    overflow: hidden;
    margin: 15px 0 0;
}

.in-news .bd ul {
    float: right;
    width: 508px;
}

.in-news .bd li {
    height: 160px;
}

.in-news .bd li a {
    display: block;
    overflow: hidden;
}

.in-news .bd li .date {
    float: left;
    text-align: right;
    padding-right: 15px;
    width: 90px;
    font-size: 16px;
}

.in-news .bd li .date span {
    display: block;
    font-size: 30px;
    font-family: Impact;
    line-height: 1;
    margin-bottom: 5px;
}

.in-news .bd li .text {
    margin-left: 125px;
    padding-top: 2px;
}

.in-news .bd li .text h4 {
    margin: 0;
    font-weight: normal;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
}

.in-news .bd li .text p {
    font-size: 16px;
    color: #999;
    height: 44px;
    overflow: hidden;
    margin: 15px 0 0;
}

/*公司简介*/
.g_zj {
    background: url(../images/abbg.jpg) no-repeat center top;
    height: 862px;
    padding-top: 80px;
    padding-bottom: 0px;
    background-size: 100% 100%;
}

.g_zj h2 {
    text-align: center;
    height: 186px;
    font-size: 52px;
    color: #000000;
}

.g_zj h2 a {
    color: #000000;
}

.g_zj h2 em {
    color: #008fde;
    font-weight: bold;
}

.g_zj h2 span {
    display: block;
    font-size: 20px;
    color: #282828;
    font-weight: normal;
    padding-top: 16px;
}

.g_zj h2 i {
    display: inline-block;
    padding-left: 10px;
    position: relative;
    top: 6px;
}

.g_zj dl {
    height: 412px;
}

.g_zj dt {
    width: 600px;
    height: 332px;
    overflow: hidden;
    float: left;
}

.g_zj dt img {
    width: 600px;
    height: 332px;
    display: block;
}

.g_zj dd {
    float: right;
    width: 580px;
}

.g_zj h3 {
    background: url(../images/abtit.png) no-repeat;
    width: 580px;
    height: 110px;
    font-size: 30px;
    font-weight: bold;
    color: #222222;
    margin-bottom: 30px;
}

.g_zj h3 a {
    color: #222222;
}

.g_zj h3 em {
    display: block;
    width: 350px;
    height: 40px;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-top: 6px;
}

.g_zj p {
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    height: 180px;
    overflow: hidden;
}

.m_xc {
    height: 200px;
}

.m_xc h4 {
    float: left;
    width: 240px;
    height: 95px;
    background: #008fdd;
    padding: 23px 0 0 25px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-right: 100px;
        margin-top: 48px;
}

.m_xc h4 a {
    color: #fff;
}

.m_xc h4 em {
    display: block;
    font-size: 16px;
    padding-top: 10px;
}

.m_xc .xclst {
    float: left;
    width: 835px;
}

.m_xc .xclst li {
    float: left;
    width: 245px;
    height: 186px;
    overflow: hidden;
    margin-right: 14px;
}

.m_xc .xclst li img {
    width: 245px;
    height: 186px;
    display: block;
    transition: all 0.3s linear 0s;
}

.m_xc .xclst li:hover img {
    transform: scale(1.1);
}

.m_xc .u_ljt,
.m_xc .u_rjt {
    position: absolute;
    width: 48px;
    height: 48px;
}

.m_xc .u_rjt {
    left: 300px;
    top: 35px;
    background: url(../images/ljt2.png) no-repeat;
    margin-top: 35px;
}

.m_xc .u_ljt {
    left: 1152px;
    top: 35px;
    background: url(../images/rjt2.png) no-repeat;
    margin-top: 35px;
}

.m_xc .u_rjt:hover,
.m_xc .u_ljt:hover {
    background-position: -48px 0
}

.f_pr {
    position: relative;
}


.f_bg {
    background: #2f2f2f;
    height: 380px;
    overflow: hidden;
    border-top: #01aae9 4px solid;
}

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

.f_nav {
    height: 88px;
    line-height: 90px;
    overflow: hidden;
    border-bottom: #b5b5b5 1px solid;
}

.f_nav ul li {
    float: left;
    padding: 0 36px;
    background: url(images/f_bor.png) no-repeat 0 38px;
}

.f_nav ul li a {
    font-size: 16px;
    color: #ccc;
}

.f_nav ul li a:hover {
    color: #000;
}

.f_nav ul li:first-child {
    background: none;
}

.f_logo {
    width: 320px;
    height: 190px;
    padding: 40px 0 0;
}

.f_logo h5 {
    width: 230px;
    padding-bottom: 12px;
}

/*.f_logo h5 img{width: 230px;height: 55px;}*/
.f_logo p {
    padding: 15px 0 0;
    font-size: 14px;
    color: #666;
    background: url(images/f_line01.png) no-repeat;
    line-height: 30px;
}

.f_logo p span {
    display: block;
}

.f_logo p a {
    color: #666;
}

.f_ban {
    width: 440px;
    padding: 30px 0 0 100px;
    height: 200px;
    background: url(images/f_line02.png) no-repeat 0 42px;
}

.f_ban p {
    line-height: 40px;
    font-size: 14px;
    color: #b3b3b3;
    padding-left: 30px;
}

.f_ban span {
    padding: 0 10px;
}

.f_ban a {
    color: #646464;
}

.f_ban p.f_p01 {
    background: url(images/f_ico01.png) no-repeat 0 12px;
}

.f_ban p.f_p02 {
    background: url(images/f_ico02.png) no-repeat 0 12px;
}

.f_ban p.f_p03 {
    background: url(images/f_ico03.png) no-repeat 0 12px;
}

.f_ban p.f_p04 {
    background: url(images/f_ico04.png) no-repeat 0 12px;
}

.f_er {
    width: 320px;
    padding: 40px 0 0;
}

.f_er p {
    width: 120px;
    float: left;
    padding: 0 0 0 40px;
    text-align: center;
}

.f_er p em {
    display: block;
    width: 100px;
    height: 100px;
    border: #aaa 1px solid;
    padding: 9px;
}

.f_er img {
    width: 100px;
    height: 100px;
}

.f_er p span {
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 40px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}




.news-1 {
    padding: 10px 0 0
}

.news-list {
    margin-bottom: 14px;
    overflow: hidden
}

.news-list li {
    background-color: #fff;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.news-list .wp {
    padding: 36px 12px 55px;
    position: relative
}

.news-list .wp:after {
    content: '';
    display: block;
    clear: both;
    width: 100%;
    height: 0;
    visibility: hidden
}

.news-list .wp:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    border-top: 1px dashed rgba(0, 0, 0, .19)
}

.news-list .img {
    float: left;
    width: 304px
}

.news-list .img .pic {
    position: relative;
    overflow: hidden;
    padding-top: 51%;
    height: 91px;
}

.news-list .img .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.news-list .date {
    float: right;
    margin-top: 64px;
    width: 114px;
    background-color: #eee;
    text-align: center;
    padding: 16px 0 24px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.news-list .date .s1 {
    font-size: 46px;
    color: #333;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 2px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.news-list .date .s2 {
    font-size: 15px;
    color: #666;
    line-height: 1.2;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.news-list .txt {
    overflow: hidden;
    padding: 2px 97px 0 38px;
        margin-top: 49px;
}

.news-list .tit {
    margin-bottom: 23px
}

.news-list .tit a {
    display: block;
    font-size: 24px;
    color: #333;
    font-weight: 400;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.news-list .desc {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 48px;
    margin-bottom: 16px
}

.news-list .more {
    display: block;
    width: 120px;
    line-height: 36px;
    color: #666;
    font-size: 14px;
    color: #666;
    background-color: #eee;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.news-list li:hover {
    background-color: #f6f6f6
}

.news-list li:hover .wp:before {
    display: none
}

.news-list li:hover .pic img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.news-list li:hover .date {
    background-color: #01aae9
}

.news-list li:hover .date .s1 {
    color: #fff
}

.news-list li:hover .date .s2 {
    color: #fff
}

.news-list li:hover .tit a {
    color: #01aae9
}

.news-list li:hover .more {
    color: #fff;
    background-color: #01aae9
}

.title {
    position: relative;
    font-weight: normal;
    text-align: center;
    margin-bottom: 40px;
}

.title span,
.title a {
    display: block;
    height: 58px;
    line-height: 58px;
    font-size: 42px;
    color: #333333;
}

.title em {
    display: inline-block;
    max-width: 640px;
    height: 23px;
    position: relative;
    margin: 0 auto;
    width: 114px;
}

.title em:before,
.title em:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background: #01aae9;
    top: 10px;
    z-index: 2;
}

.title em:before {
    left: -30px;
}

.title em:after {
    right: -30px;
}

.title i {
    display: block;
    height: 23px;
    font: 14px/23px 'Arial';
    color: #999999;
    font-style: normal;
    letter-spacing: 2px;
    padding: 0 40px;
}

.title i:before,
.title i:after {
    position: absolute;
    content: '';
    width: 280px;
    height: 1px;
    background: #e0e0e0;
    top: 11px;
    z-index: 1;
}

.title i:before {
    left: -280px;
}

.title i:after {
    right: -280px;
}


/*新闻案例部分*/

 .winmax-news-case {
        padding: 70px 0 80px;
        overflow: hidden;
    }
    
    .winmax-news-case-con {
        position: relative;
        margin-bottom: 25px;
    }
    
    .winmax-news-case-con .tempWrap {
        width: 1200px !important;
        margin: 0 auto;
    }
    
    .winmax-news-case-prev,
    .winmax-news-case-next {
        position: absolute;
        width: 70px;
        height: 70px;
        cursor: pointer;
        background: #f2f2f2;
        border: 1px solid #ededed;
        top: 50%;
        margin-top: -36px;
        z-index: 5;
    }
    
    .winmax-news-case-prev {
        left: -100px;
    }
    
    .winmax-news-case-next {
        right: -100px;
    }
    
    .winmax-news-case-prev:before,
    .winmax-news-case-next:after {
        position: absolute;
        content: '';
        width: 27px;
        height: 27px;
        border: 2px solid #272636;
        border-style: solid solid none none;
        top: 21px;
        z-index: 1;
    }
    
    .winmax-news-case-prev:before {
        -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
        right: 12px;
    }
    
    .winmax-news-case-next:after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        left: 12px;
    }
    
    .winmax-news-case-list {
        padding-bottom: 15px !important;
    }
    
    .winmax-news-case-list dl {
        float: left;
        width: 378px;
        margin-right: 33px;
    }
    
    .winmax-news-case-list dt a,
    .winmax-news-case-list dt img {
        display: block;
        width: 100%;
    }
    
    .winmax-news-case-list dd {
        width: 305px;
        padding: 22px 20px 22px 30px;
        background: #fff;
        border: 1px solid #e3e3e3;
        margin: -20px auto 0;
        position: relative;
        z-index: 2;
    }
    
    .winmax-news-case-list dd h4 {
        font-weight: normal;
        margin-bottom: 8px;
    }
    
    .winmax-news-case-list dd h4 a {
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 24px;
        color: #1a1a1a;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .winmax-news-case-list .winmax-news-case-desc {
        line-height: 26px;
        font-size: 14px;
        color: #4c4c4c;
        text-align: justify;
    }
    
    .winmax-news-case-details {
        padding-top: 22px;
    }
    
    .winmax-news-case-details a {
        display: block;
        width: 98px;
        height: 34px;
        line-height: 34px;
        font-size: 14px;
        color: #044299;
        text-align: center;
        border: 1px solid #044299;
        position: relative;
    }
    
    .winmax-news-case-details a:before {
        content: '';
        position: absolute;
        border-top: 9px solid transparent;
        border-bottom: 9px solid transparent;
        border-left: 10px solid #fff;
        left: -1px;
        top: 50%;
        margin-top: -9px;
        z-index: 1;
    }
    
    .winmax-news-case-details a:after {
        content: '';
        position: absolute;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 7px solid #044299;
        left: -1px;
        top: 50%;
        margin-top: -5px;
        z-index: 2;
    }
    
    .winmax-news-case-list dl:hover dd {
        border-color: #fff;
        box-shadow: 10px 10px 15px #eeeeee, -3px 10px 8px #f7f7f7;
    }
    
    .winmax-news-case-list dl:hover .winmax-news-case-details a {
        background: #044299;
        color: #fff;
    }
    
    .winmax-news-case-list dl:hover .winmax-news-case-details a:before {
        border-left: 10px solid #044299;
    }
    
    .winmax-news-case-list dl:hover .winmax-news-case-details a:after {
        border-left: 7px solid #fff;
    }



    .winmax-info-blk {
        width: 888px;
        border: 1px solid #f0f0f0;
        background: #fff;
    }
    
    .winmax-info-blk-con {
        padding: 47px 40px 52px;
    }
    
    .winmax-info-blk-title {
        line-height: 50px;
        font-size: 36px;
        font-weight: normal;
        color: #1a1a1a;
        margin-bottom: 15px;
    }
    
    .winmax-info-blk-bool {
        height: 26px;
        line-height: 26px;
        font-size: 14px;
        color: #999999;
        padding-bottom: 7px;
        border-bottom: 1px solid #dedede;
    }
    
    .winmax-info-blk-bool i {
        font-style: normal;
        margin: 0 15px;
    }
    
    .winmax-info-content {
        font-size: 16px;
        line-height: 32px;
        color: #4c4c4c;
        padding: 10px 0 0;
        text-align: justify;
    }
    
    .winmax-info-key {
        line-height: 28px;
        font-size: 14px;
        color: #666666;
        padding-top: 5px;
    }
    
    .winmax-info-key span {
        margin-right: 10px;
    }
    
    .winmax-info-blk-paging {
        border-top: 1px solid #dedede;
        height: 62px;
    }
    
    .winmax-info-blk-paging dl {
        height: 62px;
        position: relative;
        padding: 0 68px;
    }
    
    .winmax-info-blk-paging dl:before {
        content: '';
        position: absolute;
        width: 1px;
        background: #dedede;
        left: 50%;
        top: 0;
        bottom: 0;
        z-index: 1;
    }
    
    .winmax-info-blk-paging dd {
        width: 321px;
        height: 62px;
        line-height: 62px;
        font-size: 14px;
        color: #1a1a1a;
        position: relative;
    }
    
    .winmax-info-blk-paging dd span {
        float: left;
        width: 60px;
        height: 62px;
    }
    
    .winmax-info-blk-paging dd a {
        float: left;
        width: 260px;
        height: 62px;
        color: #1a1a1a;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .winmax-info-blk-paging dd.items-prev:before {
        content: "";
        width: 8px;
        height: 8px;
        border: 2px solid #b3b3b3;
        border-style: solid none none solid;
        position: absolute;
        top: 50%;
        left: -30px;
        margin-top: -5px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        z-index: 1;
    }
    
    .winmax-info-blk-paging dd.items-next {
        padding-left: 110px;
    }
    
    .winmax-info-blk-paging dd.items-next:after {
        content: "";
        width: 8px;
        height: 8px;
        border: 2px solid #b3b3b3;
        border-style: solid solid none none;
        position: absolute;
        top: 50%;
        right: -30px;
        margin-top: -5px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 1;
    }
    
    .winmax-info-blk-paging dd:hover a {
        color: #044299;
    }


    .winmax-info-fdh-2 {
        width: 300px;
    }
    
    .winmax-info-fdh-2 {
        width: 300px;
    }
     .winmax-pro-related {
        padding: 30px 19px;
        background: #fff;
        border: 1px solid #f0f0f0;
        margin-bottom: 10px;
    }
    
    .winmax-pro-related-title {
        font-weight: normal;
        padding: 0 70px 10px 0;
        position: relative;
    }
    
    .winmax-pro-related-title span {
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 22px;
        color: #333333;
    }
    
    .winmax-pro-related-title:before {
        content: '';
        position: absolute;
        width: 36px;
        height: 2px;
        background: #044299;
        left: 0;
        bottom: 2px;
    }
    
    .winmax-pro-related-title a {
        position: absolute;
        width: 23px;
        height: 23px;
        font: 22px/23px å®‹ä½“;
        color: #8f8f8f;
        text-align: center;
        border: 1px solid #d2d2d2;
        border-radius: 100%;
        right: 10px;
        top: 8px;
    }
    
    .winmax-pro-related-title a:hover {
        color: #044299;
        border-color: #044299;
    }
    
    .winmax-pro-related-list {
        padding-top: 28px;
    }
    
    .winmax-pro-related-list dl {
        margin-bottom: 13px;
    }
    
    .winmax-pro-related-list dt{border: 1px solid #ccc;}
    
    .winmax-pro-related-list dt img,
    .winmax-pro-related-list dt a {
        display: block;
        width: 100%;
        position: relative;
    }
    
    .winmax-pro-related-list dt em {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.6);
        z-index: 0;
        display: none;
    }
    
    .winmax-pro-related-list dt i {
        position: absolute;
        width: 42px;
        height: 42px;
        background: #044299;
        border-radius: 100%;
        left: 50%;
        margin-left: -21px;
        top: 50%;
        margin-top: -25px;
        z-index: 1;
    }
    
    .winmax-pro-related-list dt i:after {
        content: "";
        width: 9px;
        height: 9px;
        border: 1px solid #fff;
        border-style: solid solid none none;
        position: absolute;
        top: 50%;
        left: 15px;
        margin-top: -5px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 1;
    }
    
    .winmax-pro-related-list dd {
        padding-top: 7px;
    }
    
    .winmax-pro-related-list dd h4 {
        font-weight: normal;
    }
    
    .winmax-pro-related-list dd h4 a {
        display: block;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        color: #4c4c4c;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .winmax-pro-related-list dl:hover dt em {
        display: block;
    }


    .winmax-info-label {
        padding: 30px 10px 0 19px;
        background: #fff;
        border: 1px solid #f0f0f0;
        margin-bottom: 20px;
    }
    
    .winmax-info-label-list {
        padding: 15px 0;
    }
    
    .winmax-info-label-list a {
        float: left;
        padding: 0 16px;
        height: 34px;
        font-size: 14px;
        line-height: 34px;
        color: #4c4c4c;
        border: 1px solid #e6e6e6;
        margin: 0 5px 5px 0;
        border-radius: 3px;
    }
    
    .winmax-info-label-list a:hover {
        color: #044299;
        border-color: #044299;
    }


    .winmax-info-label-more {
        width: 140px;
        height: 50px;
        line-height: 50px;
        background: #044299;
    }
    
    .winmax-info-label-more a {
        display: block;
        height: 50px;
        font-size: 16px;
        color: #ffffff;
        text-align: center;
    }


    .winmax-info-related {
        padding: 30px 0 0;
    }
    
    .winmax-info-11-title {
        height: 48px;
        line-height: 48px;
        font-weight: normal;
        font-size: 28px;
        color: #044299;
        padding-bottom: 10px;
        position: relative;
    }
    
    .winmax-info-11-title:after {
        content: '';
        position: absolute;
        width: 30px;
        height: 2px;
        background: #044299;
        left: 0;
        bottom: -1px;
        z-index: 1;
    }
    
    .winmax-info-related-list {
        padding: 29px 0;
        background: #fff;
        border: 1px solid #f0f0f0;
        position: relative;
    }
    
    .winmax-info-related-list:after {
        content: '';
        position: absolute;
        width: 1px;
        background: #dedede;
        left: 50%;
        top: 29px;
        bottom: 29px;
        z-index: 1;
    }
    
    .winmax-info-related-list dl {
        float: left;
        width: 541px;
        padding: 0 29px;
        position: relative;
    }
    
    .winmax-info-related-list dt {
        width: 220px;
    }
    
    .winmax-info-related-list dt a,
    .winmax-info-related-list dt img {
        width: 100%;
        display: block;
    }
    
    .winmax-info-related-list dd {
        position: absolute;
        padding-top: 5px;
        left: 280px;
        right: 29px;
        top: 0;
        bottom: 0;
        z-index: 1;
    }
    
    .winmax-info-related-list dd h4 {
        height: 34px;
        line-height: 34px;
        font-weight: normal;
        margin-bottom: 6px;
    }
    
    .winmax-info-related-list dd h4 a {
        display: inline-block;
        width: 100%;
        height: 34px;
        font-size: 20px;
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .winmax-info-related-list dd p {
        font-size: 14px;
        line-height: 26px;
        color: #666666;
        text-align: justify;
    }
    
    .winmax-info-related-list dd p a {
        color: #333333;
    }
    
    .winmax-info-related-list dl:hover dd h4 a {
        color: #044299;
    }


    .winmax-info-12-title {
        height: 48px;
        line-height: 48px;
        font-weight: normal;
        font-size: 28px;
        color: #044299;
        padding-bottom: 10px;
        position: relative;
    }
    
    .winmax-info-12-title:after {
        content: '';
        position: absolute;
        width: 30px;
        height: 2px;
        background: #044299;
        left: 0;
        bottom: -1px;
        z-index: 1;
    }
 .winmax-info-1-title {
            padding-bottom: 15px;
            position: relative;
            font-weight: normal;
            text-align: center;
            margin-bottom: 40px;
        }
        
        .winmax-info-1-title:after {
            content: '';
            position: absolute;
            width: 76px;
            height: 1px;
            background: #d4d4d4;
            bottom: 0;
            left: 50%;
            margin-left: -38px;
        }
        
        .winmax-info-1-title span,
        .winmax-info-1-title a {
            display: block;
            height: 50px;
            line-height: 50px;
            font-size: 38px;
            color: #333333;
        }
        
        .title em {
            display: block;
            height: 22px;
            font: 14px/22px 'Arial';
            color: #808080;
            font-style: normal;
            letter-spacing: 2px;
        }
        
    .winmax-info-latest {
        padding: 30px 0 80px;
    }
    
    .winmax-info-latest ul {
        padding: 29px 39px;
        border: 1px solid #f0f0f0;
        position: relative;
        background: #fff;
    }
    
    .winmax-info-latest li {
        float: left;
        width: 508px;
        margin-right: 51px;
    }
    
    .winmax-info-latest li h4 {
        height: 36px;
        padding-left: 25px;
        position: relative;
        line-height: 36px;
        font-weight: normal;
    }
    
    .winmax-info-latest li h4:before {
        content: "";
        position: absolute;
        width: 4px;
        height: 4px;
        border-radius: 100%;
        border: 2px solid #044299;
        left: 0;
        top: 50%;
        margin-top: -4px;
    }
    
    .winmax-info-latest li h4 a {
        display: inline-block;
        max-width: 400px;
        height: 36px;
        font-size: 16px;
        color: #333333;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
    .winmax-info-latest li h4:hover a {
        color: #044299;
    }
    
    .winmax-info-latest li h4:hover:before {
        border-color: #044299;
    }
    
    .winmax-info-latest li h4:hover:after {
        background: #044299;
    }
    
    .winmax-info-latest li h4 em {
        float: right;
        width: 90px;
        height: 36px;
        font-family: Arial;
        color: #808080;
        text-align: right;
        font-style: normal;
    }
    
    .winmax-info-latest li.last {
        margin-left: 60px;
    }
    
    .winmax-info-latest li.last:before {
        content: '';
        position: absolute;
        width: 1px;
        left: 50%;
        top: 22px;
        bottom: 22px;
        background: #dedede;
        z-index: 1;
    }