* {
    margin: 0;
    padding: 0;
}

html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    font-size: 14px;
    font-family: "微软雅黑";
    overflow-x: hidden;
    min-height: 100%;
}

ul, li, dl, dt, dd, ol, table, tr, td, div, p, span, a {
    margin: 0;
    padding: 0;
}

a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:link, a:visited {
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

a:link, a:hover {
    text-decoration: none;
}

img {
    border: none;
}

ul, li {
    list-style: none;
}

input, textarea {
    outline: none;
    resize: none;
    font-family: "microsoft yahei", "微软雅黑", arial, Helvetica, sans-serif;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

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

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mb80 {
    margin-bottom: 80px;
}



.content_norm, .content_norm p {
    font-size: 16px;
    line-height: 34px;
    color: #333;
}

.content_norm img, .content_norm table {
    max-width: 100%;
}

.public_list_156 .phone_head_logo {
    display: inline-block;
}

.public_list_156 .phone_back_btn {
    display: none;
}

.public_list_156 {
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    box-shadow: 0 0 12px 0 #ddd;

}

.public_list_156 ul {
    margin-bottom: 0;
}

.public_list_156 .header_w {
    position: relative;
    z-index: 5;
    height: 90px;
    background: #fff;
}

#header {
    position: relative;
    width: 90%;
    max-width: 1200px;
    background-color: #fff;
    margin: 0 auto;

}

.g-wrap {
    width: 100%;
    height: 60px;

}

#logo {
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 1200px;
    height: 70px;
    background: url(../image/logo.png) no-repeat 0 0
}

#nav {
    float: right;
    height: 90px;
    text-align: center;
    background-color: #fff;
    overflow: hidden;
}

#nav li {
    display: inline-block;
    height: 100%;
    margin: 0 0 0 6px;
    -webkit-transition: background-color 700ms;
    transition: background-color 700ms;
}

#nav li a {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 90px;
    text-align: center;
    color: #666;
    -webkit-transition: color 200ms;
    transition: color 200ms;
}

#nav li a.on {
    color: #fff;
}

#nav li a span {
    position: relative;
    display: block;
    height: 90px;
    padding: 0 19px;
    z-index: 2;
}

#nav li a .bkg {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
    background-color: #da251d;
    -webkit-transition: top 200ms;
    transition: top 200ms;
}

#nav li a.on span,
#nav li a:hover span {
    color: #fff;
}

#nav li a.on .bkg,
#nav li a:hover .bkg {
    top: 0;
}

.conten_secondbox {
    position: absolute;
    left: 0;
    top: 90px;
    width: 100%;
    z-index: -111;
}

.conten_second {
    width: 100%;
    height: 70px;
    position: relative;
}

.second {
    background: #4c4a4f;
    margin-top: -100%;
}

.second ul li {
    padding: 10px;
}

.second a {
    color: #fff;
    font-size: 14px;
    margin: 10px;
    display: inline-block;

}

.second a:hover {
    text-decoration: underline;
}

.conten_second .second {
    position: absolute;
    width: 50%;
    right: 0;
}

#shop {
    display: block;
    position: relative;
    float: right;
    z-index: 5;
    width: 78px;
    height: 100%;
    background: #fff;
    border-left: 1px solid #e5e5e5;
}

#shop {
    width: 155px;
}

#shop .btn-search {
    position: absolute;
    top: 16px;
    left: 15px;
    width: 20px;
    height: 20px;
    font-size: 20px;
}

#shop .btn-search:hover,
#shop .btn-search.on {
    color: #f00;
}

#shop .btn-lang {
    position: absolute;
    top: 0;
    right: 56px;
    padding: 0 10px;
    width: auto;
    height: 100%;
    font-weight: bold;
    font-size: 13px;
    line-height: 60px;
    color: #666369;
    background-color: #fff;
    -webkit-transition: color 300ms;
    transition: color 300ms;
}

#shop .btn-lang:hover {
    color: #ff2424;
}

#shop .header-nwbtn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 0 0 10px;
    width: auto;
    height: 100%;
    font-weight: bold;
    font-size: 13px;
    line-height: 60px;
    color: #666369;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

#shop .header-nwbtn:hover,
#shop .header-nwbtn.on {
    color: #ff2424;
}

#content {
    position: relative;
    overflow: hidden;
}

#subNav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 61px;
}

#subNav .g-wrap {
    overflow: visible;
}

#subNav .g-wrap .item {
    position: absolute;
    top: -100%;
    width: 100%;
    height: 100%;
    background-color: #4c4a4f;
    overflow: hidden;
    -webkit-transition: top 300ms;
    transition: top 300ms;
}

#subNav .g-wrap .about {
    left: 365px;
    padding: 0 67px;
}

#subNav .g-wrap .relation {
    left: 531px;
    padding: 0 80px;
}

#subNav .g-wrap .service {
    left: 627px;
    padding: 0 67px;
}

#subNav .g-wrap .citizenship {
    left: 710px;
    padding: 0 67px;
}

#subNav .g-wrap .search {
    right: 0;
    width: 238px;
    height: 44px;
    border: 8px solid #4c4a4f;
}

#subNav .g-wrap .search input {
    padding: 0 20px;
    width: 200px;
    height: 44px;
    line-height: 44px;
}

#subNav .g-wrap .langs {
    right: 0;
    padding: 0 15px;
    width: 224px;
}

#subNav .g-wrap .nwmenu {
    right: 0;
    top: -409px;
    width: 171px;
    height: auto;
    background-color: #4c4a4f;
    -webkit-transition: 300ms;
    transition: 300ms;
}

#subNav .g-wrap .nwmenu .nwmenu-inner {
    padding: 20px;
    width: 210px;
    max-height: 349px;
    overflow: hidden;
}

#subNav .g-wrap .nwmenu .nwi-tit {
    float: left;
    width: 50px;
    color: #8f8c92;
    font-size: 12px;
}

#subNav .g-wrap .nwmenu .nwmenu-list {
    
    overflow: hidden;
}

#subNav .g-wrap .nwmenu .nwmenu-list li a {
    float: none;
    padding: 0;
    line-height: 22px;
    color: #d2ced5;
    font-size: 12px;
    font-weight: normal;
    -webkit-transition: color 300ms;
    transition: color 300ms;
}

#subNav .g-wrap .nwmenu .nwmenu-list li a:hover {
    color: #f63b34;
}

#subNav .g-wrap .on {
    top: 0;
    z-index: 2;
}

#subNav .g-wrap .item a {
    float: left;
    padding: 0 16px;
    font-weight: bold;
    font-size: 13px;
    line-height: 61px;
    color: #d2ced5;
    -webkit-transition: color 300ms;
    transition: color 300ms;
}

#subNav .g-wrap .item a:hover {
    color: #f63b2e;
}

#subNav .g-wrap .item #on {
    color: #f63b2e;
}

.public_list_156 #header_phone {
    display: none;
    background: #FFF;
}

.public_list_156 .header {
    height: 90px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #e9e9e9;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
    z-index: 3;
}

.public_list_156 a.logo {
    display: block;
    float: left;
    height: 60px;
    width: 240px;
    overflow: hidden;
    margin-top: 15px;
}

.public_list_156 a.logo img {
    display: block;
    height: 60px;
}

.public_list_156 .phone-logo-box {
    display: table;
    float: left;
    height: 58px;
    width: 60%;
    overflow: hidden;
}

.public_list_156 a.phone-logo {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    padding-left: 10px;
}

.public_list_156 a.phone-logo img {
    display: block;
    width: 150px;
    max-width: 100%;
    height: 24px;
}

.public_list_156 .hamburger {
    padding: 15px 15px;
    display: block;
    float: right;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.public_list_156 .hamburger:hover {
    opacity: 0.7;
}

.public_list_156 .hamburger-box {
    width: 30px;
    height: 24px;
    display: block;
    position: relative;
    cursor: pointer;
}

.public_list_156 .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.public_list_156 .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 4px;
    background-color: #252435;
    border-radius: 4px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.public_list_156 .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.public_list_156 .hamburger-inner::before {
    top: -10px;
}

.public_list_156 .hamburger-inner::after {
    bottom: -10px;
}

.public_list_156 .hamburger--squeeze .hamburger-inner {
    transition-duration: 0.1s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.public_list_156 .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}

.public_list_156 .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

html.mm-opened .hamburger--squeeze .hamburger-inner {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

html.mm-opened .hamburger--squeeze .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}

html.mm-opened .hamburger--squeeze .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.public_list_156 #menu {
    display: none;
}

.public_head_zwbox {
    height: 60px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    #header {
        width: 96%;
    }

    #nav li a span {
        padding: 0 11px;
    }
}

.m_ind_banner {
    display: none;
}

.ind_banner {
    position: relative;
    top: 90px;
}

.ind_banner img {
    float: left;
    width: 100%;
}

.ind_banner .bx-controls {
    position: absolute;
    width: 100%;
    height: 0;
    font-size: 0;
    bottom: 50px;
    text-align: center;
    position: relative;
}

.ind_banner .bx-pager {
    display: inline-block;
}

.ind_banner .bx-pager .bx-pager-item {
    float: left;
    margin: 0 9px;
    background: #fff;
    border-radius: 50%;
}

.ind_banner .bx-pager .bx-pager-item a {
    display: block;
    width: 14px;
    height: 14px;
}

.ind_banner .bx-pager .bx-pager-item .active {
    background: #f6121f;
    border-radius: 50%;
}



.ind_about, .ind_server, .client, .contact {
    padding: 70px 0;
}

.ind_title {
    text-align: center;
}

.ind_title p {
    color: #db131e;
    font-size: 60px;
    text-transform: uppercase;
}

.ind_title span {
    display: inline-block;
    width: 49px;
    height: 4px;
    background: #000;
}

.ind_title i {
    display: block;
    font-style: initial;
    color: #666;
    font-size: 28px;
    margin-top: 16px;
}

.about_intr {
    text-align: center;
    font-size: 17px;
    color: #666;
    line-height: 35px;
}

.about_intr h4 {
    color: #333;
    font-size: 26px;
    margin: 22px 0;
}

.about_num {
    margin-top: 20px;
}

.about_num li {
    float: left;
    width: 33.33%;
    font-size: 72px;
    font-weight: bold;
    text-align: center;
    font-family: "Impact";
}

.about_num li p {
    color: #333;
    font-size: 16px;
    font-family: "Microsoft YaHei";

}

.ind_more {
    text-align: center;
    margin-top: 72px;
}

.ind_more a {
    display: inline-block;
    color: #333;
    font-size: 14px;
    padding: 10px 68px;
    border: 1px solid #333;
    position: relative;
    z-index: 2;
    -webkit-transtion: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.ind_more a span {
    color: #333;
    font-size: 14px;
    position: relative;
    z-index: 2;
    -webkit-transtion: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.ind_more a:hover, .ind_more a:hover span {
    color: #fff;
    border-color: #db131e;
}

.ind_more a::after {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background: #db131e;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transtion: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.ind_more a:hover::after {
    width: 100%;
}

.team_box .swiper-slide {
    margin-top: 40px;
    height: 540px;
}



.ind_server {
    padding: 90px 0;
    background: url(../image/jtyw.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.server_list li {
    list-style: none;
    border: 1px solid #ddd;
    position: relative;
    width: 360px;
    display: inline-block;
    border-radius: 20px;
    text-align: center;
    margin-top: 100px;
    background-color: #fff;
    padding-bottom: 30px;
}

.server_list li:nth-child(2) {
    margin: 0 54px;
}

.server_list h2 {
    color: #4a4a4a;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0 20px 0;
}

.server_list li p {
    padding: 0 40px;
    font-size: 14px;
    line-height: 25px;
    color: #818181;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 30px;

}

.server_list ul li div.img {
    position: relative;
    border-radius: 50%;
    width: 186px;
    height: 186px;
    margin: 0 auto;
    margin-top: -80px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #fff;

}

.server_list ul li img {
    border-radius: 50%;
    padding: 10px;
    width: 186px;
    height: 186px;

}

.server_list ul li span.more {
    display: block;
    width: 90px;
    height: 30px;
    border: 1px solid #ccc;
    color: #ccc;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    margin: 10px auto;
}

.server_list ul li:hover {
    background: #fafafa;
    box-shadow: 0px 2px 6px 0px #ccc;
    border: 1px solid rgba(221, 221, 221, 0);
}

.server_list ul li.list_1:hover h2 {
    color: #f50e39;
}

.server_list ul li:hover span {
    color: #f50e39;
    border: 1px solid #f50e39;
}

.server_list ul li:hover .img {
    box-shadow: 1px 1px 3px 0px #ccc;
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}



.choose {
    overflow: hidden;
}

.product_xx .picMarquee-left {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.product_xx .picMarquee-left .hd {
    overflow: hidden;
    height: 30px;
    background: #f4f4f4;
    padding: 0 10px;
}

.product_xx .picMarquee-left .bd {
    padding: 10px;
}

.product_xx .picMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.product_xx .picMarquee-left .bd ul li {
    margin: 0 15px;
    float: left;
    _display: inline;
    overflow: hidden;
    border: 1px solid #f1efee;
    padding-bottom: 10px;
}

.product_xx .picMarquee-left .bd ul li .pic {
    text-align: center;
    position: relative
}

.pic_xiang {
    width: 100%;
    height: 100%;
    background: rgba(93, 91, 91, 0.61);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
    display: none
}

.pic_xiang p {
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    font-size: 14px;
    width: 96px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -48px;
    margin-top: -15px;
}

.product_xx .picMarquee-left .bd ul li .pic img {
    width: 280px;
    height: 220px;
    display: block;
}

.team_name {
    width: 280px;
    height: 110px;
    padding: 0px 12px;
}

.team_name h3 {
    font-size: 14px;
    color: #999999;
    height: 35px;
    line-height: 35px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 10px;
    text-align: center;
}

.team_name h3 span {
    font-size: 18px;
    font-weight: bold;
    color: #666666;
    margin-right: 6px;
}

.team_name p {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.product_xx .picMarquee-left .bd ul li:hover .pic_xiang {
    display: block;
}


.banner img, .m_banner img {
    width: 100%;
}

.m_banner {
    display: none;
}

.banner {
    position: relative;
}

.column-nav {
    width: 1200px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -600px;
    line-height: normal;
    text-align: center;
    height: 50px;
    background: #fff;
}

.column-nav li {
    float: left;
    width: calc(100% / 5);
    width: -webkit-calc(100% / 5);
    overflow: hidden;
    border-right: solid 1px #b99f63;
    border-top: solid 1px #b99f63;
    border-bottom: solid 1px #b99f63;
}

.column-nav li:last-child {
    border-right: none;
}

.column-nav li a {
    display: block;
    font-size: 18px;
    line-height: 48px;
    color: #666666;
    white-space: nowrap;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}

.column-nav li.active a, .column-nav li a:hover {
    color: #FFF;
    background: #b99f63;
}

.m_nav {
    display: none;
}

.cont_txt {
    margin: 30px auto 60px;
    font-size: 16px;
    line-height: 32px;
}

.cont_txt img {
    width: 100%;
}

.m_img {
    display: none;
}

.crumbs {
    margin-top: 32px;
}

.crumbs a {
    color: #333;
    font-size: 14px;
}

.list_about {
    background: #f0f0f0;
}

.news-nav {
    width: 400px;
}

.news-nav li {
    width: 200px;
}

.public_index_197 {
    margin-top: 30px;
}

.public_index_200 .site-details-1-tit {
    text-align: center;
}

.public_index_197 .productList {
    padding: 0;
}

.pi11-head {
    text-align: center;
}

.pull-left {
    margin-left: 1%;
}



.news_list .news_left {
    width: 450px;
    position: relative;

}

.news_list .newsfr {
    width: 680px;
}

.news_list .news_left .news_thumb {
    position: relative;
    bottom: 0;
    height: 220px;
    overflow: hidden;
}

.news_list .news_left a:hover .news_thumb img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
}

.news_list .news_left .time {
    width: 112px;
    height: 75px;
    position: absolute;
    left: 20px;
    bottom: 30px;
    color: #fff;
    background: url(../image/leftbg.png) repeat;
    font-family: 'Arial';
    padding-top: 15px;
    padding-left: 13px;
    z-index: 1;
}

.news_list .news_left .time span {
    display: block;
    font-weight: bold;
    font-size: 24px;
    line-height: 1em;

}

.news_title h2 {
    height: 40px;
    margin: 0 auto;
    margin-top: 15px;
    font-size: 18px;
    color: #000;

}

.news_title span {
    width: 45px;
    border-bottom: 2px #0A3D36 solid;
    display: block;
}

.news_list .news_left .text {
    background-color: #F8F8F8;
    padding: 10px 15px 30px 15px;
}

.news_list .news_left .text p {
    font-size: 14px;
    margin-top: 15px;
    color: #666;
    line-height: 25px;

}

.news_left_btn {
    width: 25px;
    height: 25px;
    background: #cbcbcb;
    position: absolute;
    right: 15px;
    bottom: 15px;

}

.news_list .news_left a:hover .news_left_btn {
    background: #db131e;
}

.newslist li span strong {
    font-size: 40px;
    display: block;
    padding-top: 15px;
    line-height: 100%;
}

.newslist li span {
    display: block;
    width: 80px;
    height: 90px;
    overflow: hidden;
    float: left;
    background: #ccc;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-family: Arial;
}

.newslist li {
    padding-bottom: 25px;
    border-bottom: 1px #f0f0f0 solid;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.newslist li:last-child {
    margin-bottom: 0;
}

.newslist li .text {
    padding-left: 100px;
    position: absolute;
}

.newslist li .text h2 {
    margin-top: 0;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.newslist li .text p {
    line-height: 24px;
    color: #666;
}

.newslist li a:hover span {
    background: #db131e;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;

}

.newslist li a:hover .text h2 {
    color: #db131e;
}



.public-index-25 {
    width: 100%;
    margin-top: 60px;
}

.public-index-25 .pi25-list {
    margin-top: 1px;
    margin-left: 1px;
    margin-bottom: 0;
}

.public-index-25 .pi25-list li:hover {
    box-shadow: inset 0 0 0 10px #f6f6f6;
}

.public-index-25 .pi25-list li {
    float: left;
    width: -webket-calc(100% / 6 +1px);
    width: -moz-calc(100% / 6 + 1px);
    width: calc(100% / 6 + 1px);
    margin-top: -1px;
    margin-left: -1px;
    border: solid 1px #dadada;
}

.public-index-25 .pi25-list li a {
    display: block;
}

.public-index-25 .pi25-list li img {
    opacity: 0.5;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-transtion: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transtion: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transtion: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.public-index-25 .pi25-list li:hover img {
    opacity: 1;
    filter: grayscale(0);
    filter: none;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=0);
    -webkit-filter: grayscale(0);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}



.ny_banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 90px;
}

.ny_banner img {
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.posi {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
}

.posi .w1200 {
    position: relative;
}

.posi .now {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 50px;
    background: url(../image/home.png) left center no-repeat;
    padding-left: 25px;
    font-size: 14px;
}

.posi .now a {
    color: #FFF;
}

.posi .now a:hover {

    text-decoration: underline;
}

.in_cont .nyleft {
    width: 230px;
    height: 100%;

}

.in_cont .nyright {
    width: 920px;
    margin-top: 40px;
}

.in_cont .nyleft .menulist .title {
    position: relative;
    left: 0px;
    bottom: 110px;
    height: 130px;
    width: 230px;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    font-size: 18px;
    background-color: #da251d;

}

.in_cont .nyleft .menulist .title::before {
    content: "";
    background: url("../image/triangle.png") no-repeat center;
    width: 21px;
    height: 11px;
    position: absolute;
    left: 46%;
    bottom: -11px;
}

.in_cont .nyleft .menulist .title h2 {
    font-size: 26px;
    font-weight: bold;
    padding: 40px 0 5px 0;
    margin-bottom: 0;

}

.in_cont .nyleft .menulist .title span {
    font-size: 16px;
    font-family: Arial;
}

.menulist .sideNav {
    width: 230px;
    position: relative;
    top: -70px;
}

.menulist .sideNav li {
    background: #f9f8f8;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px #fff solid;

}

.menulist .sideNav li a {
    font-size: 15px;
    color: #666;
    padding-left: 15px;
    position: relative;
}

.menulist .sideNav li a {
    display: block;
}

.menulist .sideNav li a em {
    display: block;
    background: url(../image/right.png) center no-repeat;
    width: 8px;
    height: 50px;
    position: absolute;
    top: 0px;
    right: 15px;
}

.menulist .sideNav li a:hover {
    color: #ef4139;

}

.menulist .sideNav li a:hover em {
    display: block;
    background: url(../image/right_hover.png) center no-repeat;
    width: 8px;
    height: 50px;
    position: absolute;
    top: 0px;
    right: 15px;
}

.menulist .sideNav li a.active {
    background: #ef4139;
    color: #FFF !important;
}

.menulist .sideNav li a.active em {
    background: url(../image/down.png) center no-repeat;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);

}

.in_cont .nyright .contfr h3 {
    font-size: 24px;
    font-weight: normal;
    color: #333;
    line-height: 58px;
    text-align: center;
    padding-bottom: 23px;
    border-bottom: 1px solid #e4e4e4;
}

.in_cont .nyright .contfr .lab-tips {
    margin-top: 15px;
    font-size: 14px;
    color: #999;
    height: 30px;
    margin-bottom: 30px;
}

.in_cont .nyright .contfr p {
    font-size: 16px;
    line-height: 35px;
    text-align: justify;

}

.pages {
    padding: 10px 20px;
    line-height: 25px;
    font-size: 14px;
    color: #666;
    background: #f6f6f6;
}

.pages a {
    color: #666;
}

.pages a:hover {
    color: #e60013;
}

.pages p.fr {
    margin-top: -37px;
}

.pages p.fr a {
    background: #e60013;
    color: #fff;
    padding: 5px 10px;
}

.pages p.fr a:hover {
    text-decoration: underline;
}



.honorlist li {
    width: 280px;
    border-radius: 4px;
    float: left;
    margin-bottom: 50px;
}

.honorlist li:nth-child(3n+2) {
    margin-left: 40px;
    margin-right: 40px;
}

.honorlist li .box {
    width: 280px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.04);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
    background: #f6f6f6;
}

.honorlist li .box .pic_img img {
    margin-top: 20px;
}

.honorlist li a .box .tit span {
    display: block;
    font-size: 16px;
    color: #666;
    padding: 15px 0 15px 0;

}

.honorlist li .box:hover {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.08);
}

.honorlist li .box:hover .tit span {
    color: #da251d;
}



.news_top {
    min-height: 276px;
    position: relative;
    padding: 0 20px 0 460px;
    background: #eff0f1;
    margin-bottom: 50px;
}

.news_top .imgDiv {
    position: absolute;
    left: 0;
    top: 0;
}

.news_top .newtxt h2 {
    font-size: 22px;
    line-height: 32px;
    padding: 0 0 12px 0;
    margin-bottom: 0;

}

.news_top .newtxt p {
    color: #666;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news_top .btn {
    width: 440px;
    position: relative;
    right: 0;
    bottom: -45px;
    height: 40px;
    line-height: 40px;
}

.news_top .btn a {
    display: block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    background: #da251d;
    font-size: 14px;
    color: #FFF;
    padding: 0 20px;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.news_top .btn a span {
    display: block;
    height: 40px;
    background: url(../image/news_fr.png) right center no-repeat;
    text-align: left;
    padding-left: 5px;
}

.news_top .btn em {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 14px;
    color: #888;
    background: url(../image/time.png) left center no-repeat;
    padding-left: 25px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-style: normal;

}

.news_top .btn a:hover span {
    text-decoration: underline;

}

.nyright .newslist li {
    padding-bottom: 30px;
    border-bottom: 1px #f0f0f0 solid;
    margin-bottom: 35px;
    overflow: hidden;
    position: relative;
}


.pagelink {
    float: left;
    width: 100%;
    padding-top: 30px;
    text-align: center;
    margin-top: 20px;
}

.pagelink b {
    font-size: 14px;
    color: #333;
    display: inline-block;
    _display: inline;
    padding: 0 12px;
    border: 1px solid #ddd;
    margin-right: 5px;
    line-height: 32px;
    font-weight: normal;

}

.pagelink span {
    font-size: 14px;
    color: #ccc;
    display: inline-block;
    _display: inline;
    margin-right: 5px;
    line-height: 32px;
}

.nolink {
    border: 1px solid #ddd;
    padding: 0 12px;
}

.pagelink a, .pagelink .active {
    font-size: 14px;
    color: #333;
    display: inline-block;
    _display: inline;
    padding: 0 12px;
    border: 1px solid #ddd;
    margin-right: 5px;
    line-height: 32px;
}

.pagelink font {
    font-size: 14px;
    color: #fff;
    background: #e60013;
    display: inline-block;
    _display: inline;
    padding: 0 12px;
    border: 1px solid #e60013;
    line-height: 32px;
}

.pagelink a:hover, .pagelink a.cur, .pagelink a.active, .pagelink li.active a, .pagelink li.active a:hover {
    background: #e60013;
    color: #fff;
}



.contop .fl {
    width: 500px;
}

.contop .fl h2 {
    font-size: 19px;
    color: #666;
    font-weight: bold;

}

.contop .fl h2 em {
    font-style: normal;
    display: block;
    font-size: 16px;
    color: #666;
    font-weight: normal;
    margin-top: 4px;
    margin-bottom: 30px;
}

.contop .fl p {
    font-size: 16px;
    color: #666;
    line-height: 30px;

}

.contop .fl p img {
    padding-right: 5px;
}

.map {
    margin-top: 25px;
    border: 8px solid #e1e1e1;
}



.contact {
    background: url(../image/foot_bg.jpg);
}

.contact .title {
    color: #333;
    text-align: center;
}

.contact .title h1 {
    font-size: 48px;
    margin-top: 0;
}

.contact .title i {
    display: block;
    font-size: 36px;
    font-style: initial;
}

.contact .title span {
    display: inline-block;
    width: 49px;
    height: 4px;
    background: #db131e;
    margin: 10px 0;
}

.contact .title p {
    font-size: 20px;
}

.contact ul {
    margin-top: 74px;
}

.contact ul li {
    float: left;
    width: 33.33%;
    color: #333;
    font-size: 18px;
    text-align: center;
}

.contact ul li img {
    margin-bottom: 32px;
}

footer {
    padding: 60px 0;
    background-color: #333;
}

footer ul li {
    color: #adadad;
    font-size: 14px;
    margin-bottom: 14px;
}

footer .share {
    margin-top: 40px;
}

footer .share a {
    display: inline-block;
    width: 58px;
    height: 58px;
    margin: 0 11px;
}

footer .share .wechat {
    background: url(../image/index_icon_12.png);
    position: relative;
}

footer .share .wechat img {
    display: none;
    width: 118px;
    height: 118px;
    position: absolute;
    left: -35px;
    top: -120px;
    z-index: 1;
}

footer .share .qq {
    background: url(../image/index_icon_11.png);
}

footer .share .e-mail {
    background: url(../image/index_icon_10.png);
}

footer .share a:hover {
    background-position: left bottom;
}

footer .share .wechat:hover img {
    display: block;
}