* {
    margin: 0;
    padding: 0px;
    list-style: none;
  /* font-size: 14px; */
    font-family: '微软雅黑';
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #333;
    text-decoration: none;
}

a {
    cursor: pointer;
}

body {
    position: relative;
    min-height: 100vh;
    padding-bottom: 386px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/*head--------------------------------------------------------------------------*/

.head {
    width: 1200px;
    height: 90px;
    margin: 0 auto;
}

.logo {
    width: 610px;
    height: 90px;
    float: left;
    padding-top: 10px;
    /*background-size: 610px 90px;*/
    /*background-image: url(../image/logotop.png);*/
    /*background-repeat:no-repeat;*/
    /*background: url(../image/logo1.png) no-repeat left center;*/
}
.phone {
    width: 180px;
    height: 90px;
    float: right;
    padding-top: 20px;
    text-align: center;
}

.phone p {
    width: 100%;
    height: 24px;
    line-height: 24px;
    padding-left: 25px;
    background: url(../image/hot-phone.png) no-repeat;
}

.phone em {
    font-size: 22px;
    color: #999999;
}

/*nav-----------------------------------------------------------------*/

nav {
    width: 1200PX;
    height: 64px;
    z-index: 999;
    margin: 0 auto;
    background: #b92222;
    position: relative;
}

nav ul {
    width: 1260px;
    height: 64px;
    margin: 0 auto;
}

nav ul li {
    height: 64px;
    float: left;
    text-align: center;
    cursor: pointer;
    /* transition: all ease-in-out .1s; */
    border-left: 1px solid rgba(0, 0, 0, .15);
}

nav ul li:first-child {
    border: none;
}

nav ul li:hover {
    background-color: #a00e0d;
}

nav ul li a {
    display: block;
    line-height: 64px;
    height: 64px;
    color: #fff;
    padding: 0 28px;
}

nav ul li a span {
    font-size: 15px;
    display: block;
    color: #ffffff;
    font-weight: bold;
}

nav ul li a p {
    color: rgba(255, 255, 255, .3);
    font-size: 12px;
}

.nav-container {
    width: 100%;
    background-color: #b92222;
}

.nav-box {
    width: 1260PX;
    height: 64px;
    overflow: hidden;
    margin: 0 auto;
}

.nav-box ul li a:hover {
    color: #fff;
}

.sticky {
    width: 100%;
    position: fixed;
    top: 15px;
    animation: thedrop 1s 1;
    -moz-animation: thedrop 1s 1;
    -webkit-animation: thedrop 1s 1;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1006;
}

.sticky .nav-above {
    position: absolute;
    top: -15px;
    left: 1em;
    right: 1em;
    height: 15px;
    background: linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 80%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.nav-ipt {
    width: 210px;
    height: 32px;
    float: right;
    background-color: #ffffff;
    border-radius: 5px;
    margin-top: 15px;
    overflow: hidden;
}

.nav-ipt input {
    width: 170px;
    float: left;
    height: 32px;
    line-height: 32px;
    border: none;
    outline: none;
    padding-left: 10px;
    background-color: #ffffff;
}

.nav-ipt a {
    display: inline-block;
    width: 40px;
    height: 32px;
    background: url(../image/find.png)no-repeat center;
}

.nav-select {
    background-color: #a00e0d;
}

/*banner --------------------------------------------*/

.banner {
    width: 100%;
    /*height: 640px;*/
  height: 480px;
}

.ban-bg01 {
    background: url(../image/banner01.jpg) no-repeat center;
    background-size: cover;
  padding-top:96px;
}

.ban-box {
    width: 100%;
    height: 100%;
}

.ban-list {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 150px;
}

.wztitle {
    width: 100%;
    margin-top: 10px;
}

.wztitle span {
    font-size: 18px;
    color: #f52f3e;
}

.wztitle span span {
    margin-right: 3px;
}

.floatL {
    float: left;
}

.floatR {
    float: right;
}

.wztitle a {
    float: right;
    color: #999;
    transition: all ease-in-out .3s;
}

.wztitle a:hover {
    color: #f52f3e;
}

.banBoxLeft {
    width: 300px;
    height: 360px;
    float: left;
    background-color: rgba(255, 255, 255, .85);
    padding: 20px;
}

.banBoxRight {
    float: right;
    width: 1200px;
    height: 360px;
}

.banBoxRight>div {
    width: 398px;
    margin-left: 2px;
    float: left;
    background-color: rgba(255, 255, 255, .85);
    /* padding: 0 20px; */
}

.banBoxRight>div>a {
    display: block;
    height: 120px;
    border-top: 1px solid #ccc;
    text-align: center;
    padding: 20px 0;
    transition: all .3s ease-in-out;
}

.banBoxRight>div>a:hover {
    background-color: #fff;
}

.banBoxRight>div>a:hover span {
    color: #f52f3e;
}

.banBoxRight>div>a:hover p {
    color: #f52f3e;
}

.banBoxRight>div>a span {
    font-size: 42px !important;
    color: #999;
    transition: all ease-in-out .3s;
}

.banBoxRight>div>a p {
    color: #999;
    transition: all ease-in-out .3s;
}

.banBoxRight>div>a:first-child {
    border: none;
}

/* 关于我们----------------------------------------- */

.aboutUs {
    width: 100%;
    height: 750px;
    background: url(../image/adorn.png) no-repeat center;
    background-size: cover;
}

.about-box {
    width: 1200px;
    height: 750px;
    margin: 0 auto;
    position: relative;
}

.objective {
    width: 1200px;
    padding: 90px 0;
    text-align: center;
}

.about-js {
  font-size: 14px;
    width: 1200px;
    margin: 0 auto;
}

.us-video {
    width: 600px;
    float: left;
}

.us-text {
    width: 600px;
    float: right;
    line-height: 32px;
    color: #777;
    text-indent: 2em;
    padding-top: 90px;
    padding-left: 68px;
}

.about-xs {
    position: absolute;
    bottom: 50px;
    right: 20px;
}

/*news------------------------------------------*/

.news {
    width: 1200px;
    margin: 20px auto;
    overflow: hidden;
}

.title-name {
    width: 100%;
    height: 48px;
    background: url(../image/name-bg.png) repeat-x center;
    margin: 60px 0 20px 0;
}

.title-name-box {
    width: 200px;
    height: 48px;
    margin: 0 auto;
    background-color: #ffffff;
    text-align: center;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
}

.newList {
    width: 600px;
    float: left;
    padding-left: 10px;
}

.newBox {
    display: block;
    height: 110px;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
}

.newImg {
    width: 182px;
    float: left;
}

.newNr {
    width: 398px;
    float: left;
    padding-left: 10px;
}

.newName {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: .3s;
    font-weight: bold;
    margin-top: 5px;
    color: #333;
}

.newName:hover {
    color: #b92222;
}

.newTxt {
    line-height: 24px;
    color: #999;
    text-indent: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: .3s;
}

.title-name-box a {
    display: block;
    font-size: 24px;
    color: #333;
}

.title-name-box a:hover {
    color: #333;
}

.title-name-box span {
    color: #999;
}

.orbit-wrapper {
    width: 600px !important;
    height: 400px;
    position: relative;
    margin: 0 auto;
}

#featured {
    position: relative;
    width: 600px;
    height: 400px;
    overflow: hidden;
    background: #fff url(../image/loading.gif) 50% no-repeat;
}

.orbit>img {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    border: 0 none;
}

.orbit>a {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0;
    border: 0 none;
}

.orbit>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.orbit-item {
    background-color: #f5f5f5;
}

.orbit-item img {
    width: 600px !important;
    height: auto;
}

/* 标题 */

.orbit-caption {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 75px;
    font: 20px/50px "Microsoft Yahei";
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, .6);
    padding:0 80px;
}
.orbit-caption P {
  font: 20px/50px "Microsoft Yahei";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #ffffff;
}
  /* 导航 */

.orbit-bullets {
    position: absolute;
    z-index: 1000;
    list-style: none;
    bottom: 0px;
    left: 50%;
    margin: 15px 0 15px -50px;
    padding: 0;
}

.orbit-bullets li {
    float: left;
    margin: 0 5px;
    cursor: pointer;
    width: 10px;
    height: 10px;
    overflow: hidden;
    text-indent: -9999px;
    background-color: #000;
}

.orbit-bullets li.active {
    background-color: #b92222;
}

.orbit-bullets li.has-thumb {
    background: none;
    width: 100px;
    height: 75px;
}

.orbit-bullets li.active.has-thumb {
    background-position: 0 0;
    border-top: 2px solid #000;
}

.slider-nav {
    display: block
}

.slider-nav span {
    width: 75px;
    height: 75px;
    text-indent: -9999px;
    position: absolute;
    z-index: 1000;
    bottom: 0;
    cursor: pointer;
}

.slider-nav span.right {
    background: url(../image/arrow.png) right 0;
    right: 0;
}

.slider-nav span.left {
    background: url(../image/arrow.png) 0 0;
    left: 0;
}

.slider-nav span.right:hover {
    background-position: right bottom;
}

.slider-nav span.left:hover {
    background-position: 0 bottom;
}

/* 定时器 */

.timer {
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: .6;
    cursor: pointer;
    z-index: 1001;
}

.rotator {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: -20px;
    background: url(../image/rotator-black.png) no-repeat;
    z-index: 3;
}

.mask {
    display: block;
    width: 20px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    overflow: hidden;
}

.rotator.move {
    left: 0;
}

.mask.move {
    width: 40px;
    left: 0;
    background: url(../image/timer-black.png) repeat 0 0;
}

.pause {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../image/pause-black.png) no-repeat;
    z-index: 4;
    opacity: 0;
}

.pause.active {
    background: url(../image/pause-black.png) no-repeat 0 -40px;
}

.timer:hover span.pause, span.pause.active {
    opacity: 1;
}

.new-tab {
  font-size: 14px;
    height: 48px;
    width: 1200px;
    margin: 20px auto -1px;
    text-align: center;
}

.new-tab a {
    height: 48px;
    line-height: 42px;
    display: inline-block;
    padding: 0 35px;
    border: 1px solid #ddd;
    /* border-radius: 22px; */
    transition: .1s;
    color: #333;
    margin: 0 5px;
  background: rgba(255,255,255,.7);
}

.new-tab a:hover {
    background-color: #b92222;
    border: 1px solid #b92222 !important;
    color: #fff;
}


.new-tab .tab2{
  height: 48px;
  line-height: 42px;
  display: inline-block;
  padding: 0 35px;
  border: 1px solid #ddd;
  /* border-radius: 22px; */
  transition: .1s;
  color: #333;
  margin: 0 5px;
  background: rgba(255,255,255,.7);
  position: relative;
}
/*.new-tab .tab2:hover{*/
  /*background-color: #b92222;*/
  /*border: 1px solid #b92222 !important;*/
  /*color: #fff;*/
/*}*/

.new-tab2{
  position:absolute;
  display: none;
  top: 48px;
  left: -6px;
}

.new-tab .tab2:hover .new-tab2{
  display: block;
}

.new-tab2 a {
  height: 48px;
  line-height: 42px;
  display: inline-block;
  padding: 0 35px;
  border: 1px solid #ddd;
  /* border-radius: 22px; */
  transition: .1s;
  color: #333;
  margin: 0 5px;
  background: rgba(255,255,255,.7);
  white-space: nowrap;
}

.new-tab2 a:hover {
  background-color: #b92222;
  border: 1px solid #b92222 !important;
  color: #fff;
}


.tab-select {
    background-color: #b92222 !important;
    border: 1px solid #b92222 !important;
    color: #fff !important;
}

/*案例----------------------------------------------------*/

.case {
    width: 100%;
    margin: 0px auto;
}

/*专家团队*/

.team {
    width: 100%;
    margin: 20px auto;
    padding: 0 20px;
    overflow: hidden;
}

.team-size {
    display: block;
    float: left;
    width: 16.6%;
    padding: 2px;
}

.zzsc-footer {
    width: 100%;
    padding-top: 10px;
}

.zzsc-small {
    font-size: 0.8em;
}

.center {
    text-align: center;
}

/* .mt50{margin-top: 50px;} */

.zzsc-container .box {
    position: relative;
    perspective: 1000px;
}

.zzsc-container .box img {
    width: 100%;
    height: auto;
    opacity: 1;
    transform: translateY(0) rotateX(0);
    transition: all 0.6s ease-in-out 0s;
}

.zzsc-container .box:hover img {
    transform: translateY(-100%) rotateX(90deg);
    transform-origin: center bottom 0;
    opacity: 0;
}

.zzsc-container .box .over-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #b92222;
    text-align: center;
    padding: 0 20px;
    transition: all 0.60s ease-in-out 0s;
}

.zzsc-container .box:hover .over-layer {
    opacity: 1;
}

.zzsc-container .box .title, .zzsc-container .box .description, .zzsc-container .box .social-links {
    position: relative;
    top: 11%;
    color: #d3d3d3;
}

.zzsc-container .box .title {
    text-transform: capitalize;
}

.zzsc-container .box .title:after, .zzsc-container .box .description:after {
    content: "";
    width: 50%;
    display: block;
    margin: 10px auto 0;
    border-bottom: 1px solid #fff;
}

.zzsc-container .box .social-links {
    padding: 0;
    margin: 0;
    list-style: none;
}

.zzsc-container .box .social-links li {
    margin: 10px;
    display: inline-block;
}

.zzsc-container .box .social-links li a {
    color: #fff;
    font-size: 20px;
}

.zzsc-container .box .social-links li a:hover {
    color: #d3d3d3;
    text-decoration: none;
}

@media only screen and (max-width: 990px) {
    .zzsc-container .box {
        margin-bottom: 20px;
    }
}

/*底部---------------------------------------------------------*/

/*数据统计滚动*/

.product-number-info {
    position: relative;
    background-color: rgba(41, 41, 41, 1.00);
}

.product-number-info .product-number-inner {
    width: 1360px;
    margin: 0 auto;
}

.product-number-info ul {
    padding: 85px 0;
}

.product-number-info ul.q:after {
    content: "";
    clear: both;
    display: table;
}

.product-number-info li {
    float: left;
    width: 16.6%;
    height: 90px;
    border-left: 1px solid #3c3c3c;
    color: #fff;
    padding-top: 1px;
    padding-left: 100px;
}

.product-number-info li:first-child {
    border: none;
}

.product-number-info li b {
    font-weight: 400;
    font-size: 36px;
    line-height: 1;
    display: inline-block;
    position: relative;
    margin: 15px 0 10px;
}

.product-number-info li b i {
    font-style: normal;
    color: #fff;
    font-size: 32px;
}

.product-number-info li b sup {
    position: absolute;
    font-size: 20px;
    right: -15px;
    top: -3px;
}

.product-number-info li b em {
    font-style: normal;
    font-size: 14px;
    font-weight: 100;
    padding-left: 2px;
    position: relative;
    color: #fff;
    top: -18px;
}

.product-number-info li p {
    font-size: 14px;
    color: #fff;
}

.product-number-info .li-1 {
    background: url(../image/bot-cy.png) no-repeat 20px center;
}

.product-number-info .li-2 {
    background: url(../image/bot-fw.png) no-repeat 20px center;
}

.product-number-info .li-3 {
    background: url(../image/bot-5a.png) no-repeat 20px center;
}

.product-number-info .li-4 {
    background: url(../image/bot-ss.png) no-repeat 20px center;
}

.product-number-info .li-5 {
    background: url(../image/bot-ds.png) no-repeat 20px center;
}

.product-number-info .li-6 {
    background: url(../image/bot-xq.png) no-repeat 20px center;
}

/*页脚*/

.copyright {
    width: 100%;
    padding-top: 46px;
    border-top: 1px solid #ededed;
    background-color: rgba(41, 41, 41, 1.00);
    /* position: absolute;
    bottom: 0; */
}

.copyright_c {
    /* height: 280px; */
    width: 1200px;
    margin: 0 auto;
}

.copyright_head {
    height: 247px;
    overflow: hidden;
}

.copyright_L {
    float: left;
    width: 406px;
}

.copyright_L p {
    display: block;
    width: 381px;
    margin-bottom: 32px;
}

.copyright_L span {
    display: block;
    overflow: hidden;
    margin-bottom: 4px;
}

.copyright_L span em {
    display: block;
    float: left;
    font-size: 14px;
    color: #888;
    line-height: 30px;
    font-style: normal;
}

.copyright_L span strong {
    display: block;
    float: left;
    font-size: 14px;
    color: #888;
    line-height: 30px;
}

.copyright_L span a {
    float: left;
    height: 30px;
    border-radius: 3px;
    font-size: 14px;
    color: #FFF;
    line-height: 30px;
    margin-right: 10px;
    color: #888
}

.copyright_L span:last-child {
    padding-top: 10px;
}

.copyright_C {
    float: left;
    overflow: hidden;
}

.copyright_C_list {
    float: left;
    padding-top: 24px;
}

.copyright_C_list p {
    display: block;
    font-size: 18px;
    color: #333;
    padding-bottom: 28px;
}

.about {
    overflow: hidden;
    margin-bottom: 22px;
}

.about a {
    display: block;
    font-size: 12px;
    color: #666;
    float: left;
    margin-right: 24px;
}

.about a:hover {
    color: #3fc7ff;
}

.copyright_C_list:nth-child(2) {
    margin-left: 114px;
    margin-right: 46px;
}

.copyright_R {
    float: right;
    width: 150px;
    padding-top: 20px;
    text-align: center;
}

.copyright_R span {
    display: block;
    width: 150px;
    height: 150px;
    border: 1px solid #ededed;
    /* padding: 13px; */
}

.copyright_R span img {
    width: 100%
}

.copyright_R p {
    display: block;
    font-size: 12px;
    color: #999;
    text-align: center;
    padding-top: 10px;
}

.copyright_bottom {
    height: 32px;
    overflow: hidden;
}

.copyright_bottom span {
    display: block;
    line-height: 32px;
    font-size: 12px;
    color: #fff;
    float: left;
}

.copyright_bottom p {
    display: block;
    line-height: 32px;
    font-size: 12px;
    color: #fff;
    float: right;
}

.fontSize24 {
    font-size: 24px !important;
}

.login {
    float: right;
    padding-top: 35px;
    /* line-height: 90px; */
}

.login a {
  font-size: 14px;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    margin-left: 15px;
    color: #999;
    transition: all ease-in-out .3s;
}

.login a span {
    float: left;
    color: #999;
    margin-right: 2px;
    transition: all ease-in-out .3s;
}

.login a:hover {
    color: #f52f3e;
}

.login a:hover span {
    color: #f52f3e;
}

.banNew {
    width: 100%;
    margin-top: 16px;
}

.banNew li {
    text-align: left;
    height: 38px;
}

.banNew li a:hover p {
    color: #f52f3e;
}

.banNew li a:hover span {
    color: #f52f3e;
}

.banNew li a p {
    display: block;
    width: 190px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    color: #999;
    line-height: 38px;
}

.banNew li a span {
    display: inline-block;
    width: 46px;
    float: right;
    color: #999;
    line-height: 38px;
}

.link_con {
  font-size: 14px;
  overflow: hidden;
    border-bottom: 1px solid #444;
}

.link_con a {
    display: block;
    width: 214px;
    height: 50px;
    float: left;
    border: 0px solid #cecece;
    color: #222;
    background-color: #cecece;
    margin-left: 25px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.link_con a:first-child {
    margin-left: 0;
}

.link_img {
    width: 75px;
    height: 45px;
    margin-top: 3px;
    float: left;
    text-align: center;
    line-height: 50px;
}

.link_line {
    height: 30px;
    margin-top: 10px;
    width: 1px;
    background: #cecece;
    float: left;
}

.link_txt {
    width: 130px;
    text-align: center;
    margin-top: 8px;
    float: left;
}

.link_txt span {
    width: 100px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.jsBox {
  font-size: 14px;
    width: 1200px;
    min-height: 200px;
    margin: 0 auto;
    /*background-color: #f5f5f5;*/
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 46px 100px;
    background:rgba(255,255,255,.7) url(../image/jsBG.png) repeat-x;
}

.inputBox input {
    border: 1px solid #ccc;
    height: 48px;
    border-radius: 3px;
    outline: none;
    padding: 0 15px;
    margin-right: 10px;
}

/* .inputBox > div > a {
} */

.inputBox>div {
    float: left;
    height: 48px;
}

.inputBox>div>input {
    width: 430px;
}
.inputBox2 input {
  border: 1px solid #ccc;
  height: 48px;
  border-radius: 3px;
  outline: none;
  padding: 0 15px;
  margin-right: 10px;
}

/* .inputBox2 > div > a {
} */

.inputBox2>div {
  float: left;
  height: 48px;
}

.inputBox2>div>input {
  width: 430px;
}

.inpJs {
    line-height: 32px;
}

.inpW100 {
    width: 500px;
    float: left;
}

.btnJs2 {
    background-color: #b92222;
    padding: 13px 40px;
    color: #fff;
    border-radius: 2px;
    float: left;
    margin-top: 32px;
}

.btnJs {
    background-color: #b92222;
    padding: 13px 40px;
    color: #fff;
    border-radius: 2px;
    float: left;
}

.inpBox2 {
    margin-left: 200px;
}

.clear {
    clear: both
}

.newBottom {
    margin: 10px 0 5px 0;
}

.newBottom span {
    color: #999;
    margin-right: 10px;
}

.newBottom i {
    color: #999;
}

/* 文章详情 */

/* 文章详情 */

.wzbox {
    width: 100%;
    background-color: #f8f8f9;
    border-bottom: 1px solid #eee;
    /* margin-top: 50px;; */
    /*padding-bottom: 50px;*/
  padding:0 50px 50px 50px;
}

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

.anci_header_content h2 {
  text-align: center;
    font-size: 40px;
    line-height: 58px;
    padding-top: 41px;
    padding-bottom: 21px;
    font-weight: 700;
    font-family: "Microsoft Yahei", "微软雅黑", "宋体";
}

.author {
    width: 900PX;
    margin: 0 auto;
    overflow: hidden;
}

.author_img {
    position: relative;
    width: 47px;
    height: 47px;
    margin-right: 15px;
    padding: 1px 0;
    border-radius: 50%;
    float: left;
    border-radius: 50%;
    overflow: hidden;
}

.author_name {
  text-align: center;
  color: #999999;
}

.author_name p {
    /* font-size: 16px; */
    display: block;
    margin: 3px 0 5px 0;
    width: 100%;
    color: #999999;
}

.author_name span {
    /* margin-left: 8px;
    padding-left: 8px; */
    max-width: 440px;
    border-left: 1px solid #eee;
    line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: -2px;
    color: #999999;
}

.newContant {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 20px;
  border:1px solid #eeeeee;
  margin-top: 20px;
}

.newContant_left {
    width: 100%;
  padding: 0 70px 50px;
}

/* .newCon img {
    width: 50%;
} */

 .bjh-strong {
    font-size: 18px;
    color: #333;
}

/* .newCon span {
    display: block;
   margin-top: 26px;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    text-align: justify;
} */

.newCon table {
border: 1px solid #dcdfe6;
border-spacing: 0;
}

.newCon table td {
 border: 1px solid #dcdfe6;
}

.newContant_right ul li {
    border-bottom: 1px solid #f0f0f0;
    font-weight: 400;
    _margin-bottom: -1px;
    _overflow: hidden;
}

.item-content {
    padding: 10px 0;
}

.newContant_right {
    /* padding-top: 20px; */
    width: 250px;
    padding-left: 49px;
    float: right;
}

.newContant_right h2 {
    font-size: 18px;
    line-height: 48px;
    border-bottom: 1px solid #eee;
}

.item-content span {
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newContant_right ul li a {
    padding: 10px 0;
    display: block;
    transition: .2s;
}

.newContant_right ul li a:hover {
    color: red;
}

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

.lt_nav {
    width: 100%;
    background-color: #f8f8f9;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}

.lt_nav div {
    width: 900px;
    margin: 0 auto;
}

.goPage {
  font-size: 14px;
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
  background-color: #f3f3f3;
  padding: 5px 15px;
}
.fujian {
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
  border-radius: 5px;
  padding: 5px 15px;
  background-color: #f3f3f3;
}
.fujian p{
  padding: 5px 150px;
}

.pageLine {
    width: 100%;
    height: 1px;
    background-color: #eee;
}

.goPage a {
    line-height: 32px;
    color: #333;
}

.goPage a:hover {
    color: #b92222;
}

.plBox {
    margin-top: 50px;
}

.plTitle {
    border-bottom: 1px solid #cccccc;
    font-size: 18px;
    font-weight: bold;
    color: red;
    line-height: 38px;
}

.formbox textarea {
    width: 100%;
    height: 120px;
    margin: 10px 0;
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 10px;
    font-size: 18px;
}

.formbox>input[type="button"] {
    width: 200px;
    height: 48px;
    font-size: 18px;
    color: #fff;
    background: #f43d3d;
    border-radius: 5px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: .3s;
}

.formbox>input[type="button"]:hover {
    opacity: .8;
}

.content1 {
    clear: both;
    font-size: 12px;
    padding: 6px 4px 6px 10px;
    line-height: 24px;
    color: #333;
    background: #eeffee;
    margin: 15px 0px 0px 0px;
    border-left: 4px solid #40AA53;
}

.lyright {
    width: 100%;
    float: left;
    padding-top: 10px;
    color: #999;
    line-height: 24PX;
}

.startLy {
    float: right;
}

.lymod {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    color: #666;
    border-bottom: 1px solid #e7e7e7
}

.lymod p {
    line-height: 24px;
}

.lymodBottom {
    margin: 10px 0;
}

.lymodBottom span {
    font-size: 12px;
    color: #999999;
}

.lymodBottom a {
    color: #999999;
    float: right;
}

.lymodBottom a:hover {
    color: red;
}

.lymodBottom a:hover i {
    color: red;
}

/* 文章列表 */

.wz_box {
  font-size: 14px;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.wz_left {
    width: 900px;
    min-height: 200px;
    float: left;
}

.wz_right {
    width: 300px;
    float: right;
}

.listBox {
    overflow: hidden;
}

.listBox li {
    overflow: hidden;
    line-height: 36px;
    height: 36px;
    font-size: 16px;
    text-indent: 14px;
    background: url(../image/list_icon.png) center left no-repeat;
}

.listBox li a {
    font-size: 16px;
    display: block;
    width: 420px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: left;
    color: #666;
}

.listBox li a:hover {
    color: #b92222;
}

.listBox li span {
    float: right;
    color: #999;
    font-size: 14px;
}

/* 定位 */

.crumb {
  font-size: 14px;
    width: 1200px;
    border-bottom: 1px solid #e6e6e6;
    height: 50px;
    margin: 0 auto;
}

.crumb p {
    width: 1200px;
    line-height: 50px;
    margin: 0 auto;
}

.crumb p a {
    color: #666;
}

.dwIcon {
    margin-right: 3px;
    color: #aaa;
}

.crumb p a:hover {
    color: #d02618;
}

.crumb p a:hover span {
    color: #d02618;
}

.bor-right {
    border-left: 1px solid #eee;
    margin-top: 10px;
}

/* 分页 */

.paginate {
    text-align: center;
    margin: 10px 0 20px 0;
}

.paginate span {
    color: #666666;
}

.paginate li {
    color: #666666;
    font-size: 14px;
    display: inline-block;
    margin: 0 5px;
    text-align: center;
    padding: 0 10px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #ddd;
    border-radius: 3px;
    transition: .2s;
}

.current {
    background-color: #d02618;
    color: #fff !important;
}

.paginate li:not([disabled]):hover {
    cursor: pointer;
    color: #fff;
    background-color: #d02618;
    border: #d02618 solid 1px;
}

.paginate li:disabled {
    cursor: pointer;
    color: #fff;
}

.entrance {
    outline: none;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-align: center;
    width: 60px;
    height: 38px;
    margin: 0 5px;
}

/* 导航 */

.navBox {
    width: 100%;
    font-size: 14px;
    background: #b92222;
}

.nav_menu3, .nav_menu3 ul, .nav_menu3 ul li, .nav_menu3 ul li a, .nav_menu3 #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nav_menu3 #menu-button {
    margin-top: 100px;
    background: #F00;
    position: absolute;
    z-index: 99999;
}

.nav_menu3:after, .nav_menu3>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.nav_menu3 #menu-button {
    display: none;
}

.nav_menu3 {
    width: 1210px;
    line-height: 1;
    margin: 0 auto;
}

#menu-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    background: #b92222;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.nav_menu3>ul>li {
    float: left;
    width: 10%;
    height: 72px;
}

.nav_menu3.align-center>ul {
    font-size: 0;
    text-align: center;
}

.nav_menu3.align-center>ul>li {
    display: inline-block;
    float: none;
}

.nav_menu3.align-center ul ul {
    text-align: left;
}

.nav_menu3.align-right>ul>li {
    float: right;
}

.nav_menu3.align-right ul ul {
    text-align: right;
}

.nav_menu3>ul>li>a {
    /*padding: 30px 20px 29px 20px;*/
  display: block;
  text-align: center;
  line-height:72px;
    text-decoration: none;
    text-transform: uppercase;
    color: #eee;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    border-right: 1px solid #b92222;
}

.nav_menu3>ul>li:hover>a {
    color: #b92222;
    background: #FFF;
}

.nav_menu3>ul>li.nav-has-sub>a {
    /*padding-right: 25px;*/
}

/*.nav_menu3>ul>li.nav-has-sub>a::after {*/
    /*position: absolute;*/
    /*top: 35px;*/
    /*right: 10px;*/
    /*width: 4px;*/
    /*height: 4px;*/
    /*border-bottom: 1px solid #fff;*/
    /*border-right: 1px solid #fff;*/
    /*content: "";*/
    /*-webkit-transform: rotate(45deg);*/
    /*-moz-transform: rotate(45deg);*/
    /*-ms-transform: rotate(45deg);*/
    /*-o-transform: rotate(45deg);*/
    /*transform: rotate(45deg);*/
    /*-webkit-transition: border-color 0.2s ease;*/
    /*-moz-transition: border-color 0.2s ease;*/
    /*-ms-transition: border-color 0.2s ease;*/
    /*-o-transition: border-color 0.2s ease;*/
    /*transition: border-color 0.2s ease;*/
/*}*/

.nav_menu3>ul>li.nav-has-sub:hover>a::after {
    border-color: #b92222;
}

.nav_menu3 ul ul {
    position: absolute;
    left: -9999px;
}

.nav_menu3>ul>li>ul {
    border-top: 1px solid #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    border-radius: 3px;
    z-index: 9;
}

.nav_menu3 li:hover>ul {
    left: auto;
    min-width: 120px;
}

.nav_menu3.align-right li:hover>ul {
    right: 0;
}

.nav_menu3 ul ul ul {
    margin-left: -122px;
    top: 0;
    left:0 !important ;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    border-radius: 3px;
    overflow: hidden;
}

.nav_menu3.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

.nav_menu3 ul ul li {
    height: 0;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
}

.nav_menu3 ul li:hover>ul>li {
    height: 56px;
}

.nav_menu3 ul ul li a {
    padding: 20px 20px;
  width: auto;
  white-space: nowrap;
    background: #b92222;
    text-decoration: none;
    color: #eeeeee;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    border-top: 1px solid #b92222;
}

.nav_menu3 ul ul li:hover>a, .nav_menu3 ul ul li a:hover {
    color: #b92222;
    background: #FFF;
    border-top: 1px solid #FFF;
}

.nav_menu3 ul ul li.nav-has-sub>a::after {
    position: absolute;
    top: 25px;
    left: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    content: "";
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.nav_menu3.align-right ul ul li.nav-has-sub>a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

.nav_menu3 ul ul li.nav-has-sub:hover>a::after {
    border-color: #b92222;
}
