* {
    padding: 0;
    margin: 0;
    font-family: "思源黑体";
}

li {
    list-style: none;
}

a {
    color: #444;
    text-decoration: none;
}

input {
    padding: 0;
    border: 0;
    outline: none;
}
.header-zs{
    font-size: 14px;
    background-color: #003878;
}
.top-box {
    margin: 0 auto;
    width: 1400px;
    height:45px;
    line-height:45px;
    font-size: 14px;
    color: #fff;
}
.top-lf{
    float: left;
    margin-left: 10px;
}
.top-lr{
    float: right;
    margin-right: 14px;
}
.top-lr img{
    float: left;
    display:block;
    margin-top: 12px;
    width:22px;
}
.top-lr strong{
    margin-left:8px;
    font-weight: normal;
}
.tb-dh{
    position: relative;
}
.header-box {
    width: 1400px;
    margin: 0 auto;
    position:absolute;
    top:44px;
    left:50%;
    transform:translateX(-50%) translateY(-50%); 
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 9999;
}
.logo {
    width: 313px;
}
.logo figure img {
    float: left;
    display: block;
    width: 46px;
    border-radius: 50%;
}
.logo figure figcaption {
    float: right;
    margin-top: 4px;
}
.logo figure figcaption h1,
.logo figure figcaption h2 {
    color: #fff;
    font-size: 26px;
    font-weight: normal;
}
.nav-box{
    position: relative;
    width: 832px;
}
.nav-box>ul{
    overflow: hidden;
}
.nav-box > ul > li{
    float: left;
    margin-left: 14px;
    width: 90px;
    height: 88px;
    line-height: 88px;
    text-align: center;
    border-top: 3px solid rgba(255, 255, 255, 0);
}
.nav-box > ul > li:first-child span{
    display: block;
    margin: 0 auto;
    height: 3px;
    width: 90px;
    background-color: #ff4500;
    transition: all .3s ease;
}
.nav-box > ul > li span {
    display: block;
    margin: 0 auto;
    width: 0;
    height: 3px;
    transition: all .3s ease;
    background-color: #ff4500;
}
.nav-box > ul > li:hover span {
    width: 90px;
}
.nav-box > ul > li>a{
    font-size: 17px;
    color: #d9d9d9;
    height: 100%;
    font-weight: bold;
}
.nav-box ul ul {
    position: absolute;
    left: -9999px;
    z-index: 1;
}
.nav-box li:hover > ul {
    left: auto;
}
.nav-sub {
    margin-left: 100%;
    top: 55px;
}
.nav-has > ul > li {
    width: 150px;
    height: 55px;
    background: #ff4500;
}
.nav-has > ul > li > a {
    position: relative;
    display: block;
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 55px;
} 
.nav-has > ul > li a:hover {
    background: #003878;
}
.nav-sub li {
    width: 150px;
    height: 55px;
    background: #ff4500;
}
.nav-sub li a {
    display: block;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 55px;
    border-left:1px solid #9f9b9b;
}
.ljgs-box{
    width: 1400px;
    margin: 0 auto;
    margin-top:46px;
    margin-bottom: 98px;
    overflow: hidden;
}
.about-sp{
    float: left;
    width: 680px;
}
.ljgs-bt{
    margin-bottom: 36px;
}
.ljgs-bt b{
    color:#ff4500;
    font-size: 24px;
    font-weight: bold;
}
.ljgs-bt span{
    display: block;
    line-height: 1.5;
    font-size: 36px;
    color:#333;
    font-weight: bold;
    text-transform: uppercase;
}
.about-sp figure {
    width: 680px;
    height: 450px;
}
.about-sp figure img{
    display: block;
    width: 100%;
}
.ljgs-lr{
    float: right;
    margin-top: 112px;
    width: 689px;
}
.kh{
    color: #333;
    line-height: 1.5;
}
.kh span{
    font-size: 30px;
    font-weight: bold;
}
.kh p{
    font-size: 22px;
}
.ljgs-text{
    margin-top: 42px;
}
.ljgs-text p{
    font-size: 15px;
    text-align: justify;
    line-height: 28px;
    color: rgb(102, 102, 102);
}
.ljgs-text a{
    display: block;
    margin-top: 38px;
    width: 130px;
    height: 36px;
    line-height: 36px;
    color:#ff4500;
    font-size: 16px;
    text-align: center;
    border: 2px solid #ff4500;
}
.ljgs-lr ul{
    margin-top: 43px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
}
.ljgs-lr ul li{
    float: left;
    width: 33%;
    padding: 24px 0 16px 0;
    border-left:1px solid  #e5e5e5;
}
.ljgs-lr ul li:first-child{
    border-left:none;
}
.ljgs-lr ul li img{
    display: block;
    margin: 0 auto;
    width:35px;
    transition: all .6s ease;
}
.ljgs-lr ul li .tp2{
    display: none;
}
.ljgs-lr ul li figcaption{
    margin-top: 10px;
    font-size: 14px;
    color: #444;
    text-align: center;
}
.ljgs-lr ul li:hover .tp1{
    display: none;
    transition: all .6s ease;
}
.ljgs-lr ul li:hover .tp2{
    display: block;
    transition: all .6s ease;
}
.ljgs-lr ul li:hover figcaption{
    color: #ff4500;
}
/* 轮播图 */
#playBox { 
    position: relative; 
    width: 100%; 
    height:840px; 
    background:#333; 
    overflow:hidden;
}
.oUlplay { 
    position: absolute; 
    left: 0; 
    top: 0;
    width: 99999px; 
}
.oUlplay li { 
    float:left;
    position: relative;
}
.oUlplay li div {
    position: absolute;
    left: 100px;
    top: 200px;
}
.oUlplay li img {
    display: block;
    width: 100%;
}
#playBox>.pre{ 
    position: absolute; 
    top:400px; 
    display: block; 
    width: 42px; 
    height: 42px; 
    background:url(../images/left.png) no-repeat left;
    cursor:pointer;
    z-index: 99999;
}
#playBox>.next { 
    position: absolute; 
    top:400px; 
    display: block; 
    width: 42px; 
    height: 42px; 
    background:url(../images/left2.png) no-repeat right;
    cursor:pointer;
     z-index: 99999;
}
#playBox>.pre { 
    left: 10px;
}
#playBox>.next { 
    right: 10px; 
}
.zt-title{
    text-align: center;
    font-weight: bold;
}
.zt-title>span{
    display: block;
    margin: 16px auto 0;
    width: 40px;
    height: 2px;
    background-color: #bababa;
}
.zt-title b{
    font-size: 34px;
    color: #333;
    font-weight: normal;
}
.zt-title b span{
    color: #ff4500;
}
.khpj {
    width: 1400px;
    margin: 0 auto;
    margin-bottom:110px;
}
.img-scroll { 
    position: relative; 
    margin-top: 90px;
}
.img-scroll>.prev,.next { 
    position: absolute; 
    top:80px; 
    display: block; 
    width: 30px; 
    height: 60px; 
    background:url(../images/btn.png);
    cursor:pointer;
}
.img-scroll>.prev { 
    left: 0;
}
.img-scroll>.next { 
    right: 0; 
    background-position: top right;
}
.img-list { 
    width: 1400px;
    overflow: hidden;
}
.img-list ul { 
    width:9999px;
}
.img-list li{ 
    float:left;  
    margin-right: 22px;   
    width: 340px;
}
.img-list ul li img {
    display: block;
    width: 100%;
    height: 230px;
}
.zx-box{
    width: 1400px;
    margin: 0 auto;
}
.zx-box ul{
    margin: 90px 0 80px 0;
    overflow: hidden;
}
.zx-box ul li{
    float: left;
    margin: 0 22px 26px 0;
    width: 333px;
    overflow: hidden;
}
.zx-box ul li:nth-child(4n){
    margin-right:0;
}
.zx-box ul li figure {
    overflow: hidden;
}
.zx-box ul li figure img{
    display: block;
    width: 100%;
    height: 310px;
    transition: all 0.75s ease-in-out;
}
.zx-box ul li figure  img:hover {
    transform: scale(1.1);
}
.zx-box ul li .zxbt{
    position: relative;
    display: block;
    width: 100%;
    color: #000;
}
.zx-box ul li .zxbt:hover{
    color: #ff4500;
}
.zx-box .zxbt h2{
    margin-top: 15px;
    font-size: 18px;
    text-align: center;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.qywh-bj{
    padding-top: 76px;
    height:740px; 
    background:url(../images/tgz25.jpg) no-repeat top left;
    background-size: cover;
}
.qywh-cont{
    width: 1400px;
    margin: 0 auto;
}
.qywh-bj .zt-title b{
    color: #fff;
}
.qywh-text{
    margin-top: 50px;
}
.qywh-text p{
    margin-bottom: 8px;
    font-size: 17px;
    color: #fff;
    text-align: center;
}
.qywh-cont figure {
    margin-top: 20px;
    overflow: hidden;
}
.qywh-cont figure img{
    display: block;
    width: 100%;
    transition: all 0.75s ease-in-out;
}
.qywh-cont figure  img:hover {
    transform: scale(1.1);
}
.xwzx-box{
    padding: 70px 0 86px 0;
    width: 100%;
    background-color: #f4f4f4;
}
.xwzx-cont{
    width: 1400px;
    margin: 0 auto;
}
.xwzx-nr{
    margin-top: 54px;
    overflow: hidden;
}
.xwzx-list{
    position: relative;
    float: left;
    margin-right: 29px;
    width:445px;
    border: 1px solid #ccc;
    background-color:#fff;
}
.xwzx-list:last-child{
    margin-right: 0;
}
.list-tp>img{
    display: block;
    width: 445px;
}
.tmd{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 178px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0);
}
.tmd:hover{
    background-color: rgba(0, 0, 0, .6);
    transition: all 0.4s ease-in-out;
}
.tmd-bt {
    padding: 0 14px;
    margin-top: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tmd-bt strong{
    font-size: 20px;
    font-weight: normal;
}
.tmd-bt span{
    font-size: 15px;
}
.tmd-bt img{
    display: none;
    width: 42px;
    position: absolute;
    top:50%;
    left:50%;
    transform:translateX(-50%) translateY(-50%); 
}
.tmd:hover img{
    display: block;
    transition: all 0.4s ease-in-out;
}
.tmd-lf {
    float: left;
    width: 343px;
}
.tmd-lf img{
    float: left;
    display: block;
    width:16px;
    margin: 2px 4px 0 0;
}
.tmd-lf  a h2{
    float: left;
    width: 317px;
    font-size: 15px;
    color: #444;
    font-weight: normal;
    text-overflow: ellipsis;  
    white-space: nowrap; 
    overflow: hidden;
}
.tmd-lf  a h2:hover{
    color: #ff4500;
}
.xwzx-list ul {
    margin-top: 23px;
    padding: 0 12px 14px 12px;
}
.xwzx-list ul li{
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.xwzx-list ul li time{
    color: #929292;
    font-size: 14px;
}
.footer {
    padding: 70px 0 30px 0;
    width: 100%;
    background-color:#21293c;
}
.footer-cont{
    width: 1400px;
    margin: 0 auto;
}
.footer-box {
    color: #989ca7;
    overflow: hidden;
}
.foot-cc {
    float: left;
    width: 330px;
}
.foot-cc strong,
.foot-l strong,
.foot-c strong,
.foot-r > strong {
    display: block;
    margin-bottom: 36px;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 1px;
}
.foot-cc p {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 27px;
}
.foot-l {
    float: left;
    margin-left: 60px;
    width: 200px;
}
.foot-l ul li {
    float: left;
    width: 100px;
}
.foot-l ul li a,
.foot-c ul li a{
    display: block;
    margin-bottom: 14px;
    font-size: 16px;
    color: #989ca7;
}
.foot-l ul li a:hover {
    color: #ff4500;
}
.foot-c {
    float: left;
    margin-left: 60px;
    width: 300px;
}
.foot-c ul li {
    float: left;
    width: 150px;
}
.foot-c ul li a:hover {
    color: #ff4500;
}
.foot-r {
    float: right;
    width: 392px;
}
.foot-r figure {
    margin-top: 14px;
    height: 32px;
}
.foot-r figure img {
    float: left;
    display: block;
    margin-top: 8px;
    width: 22px;
}
.foot-r figure figcaption {
    float: left;
    margin-left: 12px;
    width: 358px;
    font-size: 16px;
    line-height: 32px;
}
.beian a{
    display: block;
    margin-top: 30px;
    padding-top: 30px;
    font-size: 13px;
    color: #989ca7;
    text-align: center;
    border-top:1px solid  #989ca7;
}
.inside-cont{
    width: 1400px;
    margin: 0 auto;
    margin-bottom: 80px;
    display: table;
}
.aside-t{
    float: left;
    width: 228px;
    padding: 24px 20px 28px 20px;
    background-color: #f0f2f7;
}
.aside-t strong {
    display: block;
    padding-left: 2px;
    margin-bottom: 18px;
    font-size: 20px;
    color: #444;
}
.aside-t > ul{
    background-color: #fff;
}
.aside-t > ul > li {
    position: relative;
    border-bottom:1px solid #f0f2f7;
} 
.aside-t > ul > li > a {
    position: relative;
    padding-left: 25px;
    display: block;
    height: 55px;
    line-height: 55px;
    font-size: 17px;
    font-weight: normal;
}
.aside-t > ul > li > a:hover {
    color: #FD4935;
    border-left:1px solid #ff4500;
}
.coll {
    position: absolute;
    top: 0;
    left: 228px;
    width: 150px;
    display: none;
    z-index: 8888;
    background: #f0f2f7;
}
.aside-t > ul > li:hover .coll {
    display: block;
}
.aside-t > ul li ul li a {
    display: block;
    padding: 16px 0;
    font-size: 17px;
    color: #000;
    text-align: center;
}
.aside-t > ul li ul li a:hover {
    color: #ff4500;
    background: #fff;
}
.zb-kd{
    float: right;
    width: 1080px;
}
.zb-kd ul{
    overflow: hidden;
}
.product-lr ul li{
    float: left;
    margin:0 24px 18px 0;
    width: 252px;
    overflow: hidden;
}
.product-lr ul li:nth-child(4n){
    margin-right:0;
}
.product-lr ul li figure {
    overflow: hidden;
}
.product-lr ul li figure img{
    display: block;
    width: 100%;
    height: 252px;
    transition: all 0.75s ease-in-out;
}
.product-lr ul li figure  img:hover {
    transform: scale(1.1);
}
.product-lr ul li .zxbt{
    position: relative;
    display: block;
    width: 100%;
    color: #000;
}
.product-lr ul li .zxbt:hover{
    color: #ff4500;
}
.product-lr .zxbt h2{
    margin-top: 13px;
    font-size: 17px;
    text-align: center;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wz {
    width: 1400px;
    margin: 0 auto; 
    margin-bottom: 32px;
    margin-top: 32px;
    overflow: hidden;
}
.wz figure {
    float: left;
    margin-top: 4px;
}
.wz figure img{
    display: block;
    width: 24px;
}
.wz a,
.wz span,
.wz strong,
.wz h1 {
    float: left;
    display: block;
    margin-left: 10px;
    font-size: 18px;
    color: #555;
    line-height: 32px;
    font-weight: normal;
} 
.informa-bt{
    margin-top: 54px;
    overflow: hidden;
}
.informa-lf{
    float: left;
    width: 400px;
}
.informa-lf strong,
.informa-lf h1{
    display: block;
    font-size: 24px;
    color: #ff4500;
}
.informa-lf span{
    font-size: 27px;
    color: #444;
    font-weight: bold;
    text-transform: uppercase; 
}
.informa-bt ul{
    float: right;
    margin-top: 24px;
    width: 323px;
}
.informa-bt ul li{
    float: left;
    margin-left: 50px;
}
.informa-bt ul li:first-child{
    margin-left:0;
}
.informa-bt ul li a{
    display: block;
    font-size: 18px;
    color: #444;
    width: 100%;
    font-weight: bold;
}
.informa-bt ul li a:hover{
   color: #ff4500;
}
.xw-box{
    width: 1400px;
    margin: 0 auto;
    margin-top: 72px;
}
.xw-box ul li{
    margin-bottom: 30px;
    padding-bottom: 30px;
    overflow: hidden;
    border-bottom: 1px dashed #ddd;
}
.xw-box ul li:last-child{
    border-bottom:none;
}
.new-tp{
    float: left;
    overflow: hidden;
}
.new-tp figure img{
    display: block;
    width: 286px;
    height: 180px;
    transition: all 0.75s ease-in-out;
}
.new-tp figure img:hover {
    transform: scale(1.1);
}
.xw-box ul li:hover a{
    color: #ff4500;
    transition: 0.3s linear;
}
.xw-box ul li .zxbt{
    position: relative;
    display: block;
}
.zx-box ul li .zxbt::before,
.news-box ul li .hd::before,
.product-lr ul li .zxbt::before,
.xw-box ul li .zxbt::before{
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    display: none;
}
.news-box ul li .hd:hover::before,
.product-lr ul li .zxbt:hover::before,
.xw-box ul li .zxbt:hover::before,
.zx-box ul li .zxbt:hover::before{
    display: block;
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
      left:125%
    }
}
@keyframes shine {
    100% {
      left:125%
    }
}
.xw-lr{
    float: right;
    margin-top:12px;
    width: 1080px;
}
.xw-lr h2{
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap; 
    overflow: hidden;
}
.xw-lr p{
    margin-top: 12px;
    font-size: 15px;
    color: #999;
    line-height: 25px;
}
.time-sj {
    margin-top: 16px;
    display: flex;
    align-items: center;
}
.time-sj img{
    display: block;
    margin: 3px 6px 0 0;
    width: 14px;
}
.time-sj time{
    color: #999;
    font-size: 15px;
}
.xw-lr .more{
    display: block;
    margin-top: 16px;
    font-size: 14px;
    color: #999;
}
.detail-ym h1{
    color: #333;
    font-size: 23px;
    text-align: center;
}
.label-cont{
    display: table;
    margin: 0 auto;
    margin-top: 23px;
    margin-bottom: 30px;
    font-size: 16px;
    color: #333;
}
.label-cont b{
    font-weight: normal;
}
.label-cont b, .label-cont time,.label-cont a {
    float: left;
}
.label-lf{
    float: left;
}
.biaoqian{
    float: left;
    margin-left: 40px;
}
.detail-txt{
    margin-top: 20px;
}
.detail-txt p{
    margin-bottom: 10px;
    font-size: 17px;
    color: #333;
    text-indent: 30px;
    line-height: 36px;
}
.detail-txt p img{
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}
.detail-txt p span{
    font-size: 16px!important;
}
.detail-txt table{
    margin: 20px 0;
    width: 100%;
}
.pagination{
    width: 1400px;
    margin: 0 auto;
    padding-bottom: 94px;
}
.pagefy {
    width: 100%;
    margin-top: 26px;
    text-align: center;
}
.pagefy .current {
    color: #fff;
    background-color: #ff5e32;
}
.pagefy a {
    display: inline-block;
    padding: 5px 15px;
    margin-right: 5px;
    height: 20px;
    color: #666;
    line-height: 20px;
    cursor: pointer;
    text-align: center;
    border: 1px solid #cfcfcf;
    background-color: #fff;
}
.errors-box figure img{
    display: block;
    width: 100%;
}
.product-box {
    margin-top:60px;
}
.product-box ul{
    display: table;
}
.product-box ul li {
    float: left;
    margin:0 23px 24px 0;
    width: 332px;
}
.product-box ul li:nth-child(4n){
    margin-right: 0;
}
.product-box ul li a figure {
    overflow: hidden;
}
.product-box ul li a figure img { 
    display: block;
    width: 100%;
    height: 300px;
    border-radius:6px;
    transition: all .35s ease;
}
.product-box ul li a:hover figure img{
    transform: scale(1.2)
}
.product-box ul li h2{
    margin-top: 18px;
    font-size: 18px;
    color: #000;
    font-weight: normal;
    text-align: center;
}
.about-txt img{
    display: block;
    width: 100%;
}
.about-txt p{
    margin-bottom: 10px;
    color: #555;
    font-size: 17px;
    text-indent: 30px;
    line-height: 2;
}
.about-txt ul li {
    float: left;
    margin: 0 68px 30px 0;
    width: 219px;
    font-size: 18px;
    color: #555;
}
.about-txt ul li:nth-child(4n) {
    margin-right: 0;
}
.about-txt ul li span{
    display: inline-block;
}
.about-txt ul li span:first-child {
   width: 60px;
}
.about-txt ul li span:last-child {
    padding-left: 20px;
    line-height: 26px;
}
.about-txt>img{
    display: block;
    margin: 0 auto;
    max-width: 800px;
}
.search {
    margin: 28px 0 23px 0;
    overflow: hidden;
}
.t {
    float: left;
    padding-left: 14px;
    width: 270px;
    font-size: 12px;
    color: #fff;
    line-height: 33px;
    outline: none;
    border: 1px solid #989ca7;
    background-color: #21293c;
}
.search-bj {
    float: left;
    width:52px;
    cursor: pointer;
}
.suo {
    width: 100%;
    font-size: 15px;
    color: #fff;
    line-height: 33px;
    background-color: #989ca7;
    border: 1px solid #989ca7;
}
 

 

 

 