

/*end*/
body {
    overflow-x: hidden;
}


.banner {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.banner .slick-arrow {
    position: absolute;
    font-size: 0;
    top: 50%;
    z-index: 12;
    width: 100px;
    height: 100px;
    margin-top: -42px;
    border: 0;
}

.banner .slick-prev {
    outline: none;
    position: absolute;
    top: 50%;
    width: 73px;
    height: 73px;
    z-index: 9;
    text-align: center;
    margin-top: -40px;
    transition: .8s;
    background: url(../image/c_prev.png) no-repeat;
    left: 5%;
    opacity: 0;
    cursor: pointer;
}

.banner .slick-next {
    outline: none;
    position: absolute;
    top: 50%;
    width: 73px;
    height: 73px;
    z-index: 9;
    text-align: center;
    margin-top: -40px;
    transition: .8s;
    background: url(../image/c_next.png) no-repeat;
    right: 5%;
    opacity: 0;
    cursor: pointer;
}

.banner:hover .slick-prev {
    left: 10%;
    opacity: 0.3;
}

.banner:hover .slick-next {
    right: 10%;
    opacity: 0.3;
}

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

.slick-dots {
    position: absolute;
    left: 0;
    font-size: 0;
    top: 85%;
    width: 100%;
    text-align: center;
    outline: none;
}

.slick-dots li {
    display: inline-block;
    margin: 0 15px;
    outline: none;
}

.slick-dots li button {
    display: block;
    border: 0 none;
    width: 15px;
    height: 15px;
    color: #fff;
    border-radius: 50%;
    background-color: #002878;
    outline: none;
    transition: .5s;
}

.slick-dots .slick-active button {
    background-color: #002878;
    width: 60px;
    border-radius: 30px;
}



/**/
.gui-sz {
    height: 173px;
    border-bottom: 1px solid #e5e5e5;
}

.gui-sz ul li {
    float: left;
    padding-top: 39px;
    margin-left: 19.6%;
}

.gui-sz ul li p {
    line-height: 29px;
    font-size: 18px;
    color: #666666;
}

.gui-sz ul li span {
    display: block;
}

.gui-sz ul li span em {
    display: inline-block;
    line-height: 66px;
    font-size: 72px;
    color: #333333;
    font-family: "Geometr415 Blk BT";
}

.gui-sz ul li span i {
    display: inline-block;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    padding: 0 4px;
    height: 24px;
    border: 1px solid #333;
    border-radius: 4px;
    vertical-align: bottom;
    margin-bottom: 6px;
    box-sizing: border-box;
}

.gui-sz ul li:first-child {
    margin-left: 0;
}

.gui-con {
    padding: 99px 0 101px;
}

.gui-con dl dt {
    width: 45%;
    line-height: 0;
    overflow: hidden;
    float: right;
}

.gui-con dl dt img {
    width: 100%;
    transition: 1s;
}

.gui-con dl dd {
    width: 50%;
    float: left;
}

.gui-con dl dd h4 {
    margin-bottom: 29px;
}

.gui-con dl dd h4 span {
    display: block;
    line-height: 36px;
    font-size: 24px;
    color: #002878;
    font-weight: normal;
}

.gui-con dl dd h4 em {
    display: block;
    line-height: 59px;
    font-size: 48px;
    color: #002878;
    font-weight: bold;
}

.gui-con dl dd p {
    line-height: 35px;
    font-size: 16px;
    color: #666666;
    margin-bottom: 60px;
}

.gui-con dl dd strong {
    display: block;
    width: 178px;
    height: 46px;
    border: 1px solid #FFA800;
    border-radius: 23px;
    box-sizing: border-box;
    transition: .5s;
}

.gui-con dl dd strong a {
    display: block;
    height: 44px;
    text-align: center;
}

.gui-con dl dd strong i {
    display: inline-block;
    line-height: 44px;
    font-size: 18px;
    color: #ffa800;
    padding-right: 32px;
    background: url(../image/gui-jt.png) no-repeat right;
    font-weight: normal;
    transition: .5s;
}

.gui-con dl dd strong:hover {
    background: #002878;
    border: 1px solid #002878;
}

.gui-con dl dd strong:hover i {
    color: #FFF;
    background: url(../image/gui-jt_h.png) no-repeat right;
    padding-right: 40px;
}

.gui-con dl dt:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.video-container {
    width: 600px;
    height: 425px;
    float: right
}

.open-video {
    cursor: pointer;
    overflow: hidden;
    position: relative
}

.open-video:before {
    display: block;
    position: absolute;
    content: "play video";
    width: 100%;
    height: 100%;
    background: url(../image/play.png) no-repeat center 145px;
    background-color: rgba(0, 0, 0, .4);
    top: 0;
    left: 0;
    z-index: 2;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    padding-top: 238px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase
}

.video-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, .9);
    display: none
}

.video-box .video-wrapper {
    width: 800px;
    height: 580px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.video-box video {
    width: 800px;
    height: 580px
}

.video-box .close-video {
    position: absolute;
    top: calc(54px);
    right: 5%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(../image/close.png) no-repeat center rgba(0, 0, 0, .4)
}


/**/
.product {
    background: #f2f2f2 url(../image/product.jpg) no-repeat center top;
}

.product .pro {
    padding: 137px 0 111px;
}

.product .pro h2 {
    text-align: center;
    margin-bottom: 103px;
}

.product .pro h2 span {
    display: block;
    line-height: 64px;
    font-size: 48px;
    color: #ffffff;
    font-weight: bold;
}

.product .pro h2 em {
    display: block;
    line-height: 36px;
    font-size: 20px;
    color: #ffffff;
    font-weight: normal;
}

.product .pro .pro-nav {
    height: 110px;
    background: #002878;
}

.product .pro .pro-nav ul li {
    float: left;
    width: 20%;
    height: 110px;
    line-height: 110px;
    text-align: center;
    background: url(../image/pro-dd.png) no-repeat right;
    overflow: hidden;
}

.product .pro .pro-nav ul li a {
    display: block;
    font-size: 20px;
    color: #ffffff;
}

.product .pro .pro-nav ul li:last-child {
    background: 0;
}

.product .pro .pro-nav ul li.cur {
    background: #FFA800;
}

.product .pro .pro-con ul li {
    float: left;
    width: 25%;
    border: 1px solid #DCDCDC;
    box-sizing: border-box;
    position: relative;
    transition: .5s;
}

.product .pro .pro-con ul li span {
    display: block;
    width: 100%;
    line-height: 0;
    overflow: hidden;
}

.product .pro .pro-con ul li span img {
    width: 100%;
    transition: 1s;
}

.product .pro .pro-con ul li .pro-tit {
    width: 100%;
    height: 68px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 100;
    transition: .5s;
}

.product .pro .pro-con ul li .pro-tit h4 {
    line-height: 43px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    transition: .5s;
}

.product .pro .pro-con ul li .pro-tit em {
    display: block;
    text-align: center;
    line-height: 0;
}

.product .pro .pro-con ul li .pro-tit em i {
    transition: .5s;
}

.product .pro .pro-con ul li .pro-tit em i.default {
    display: block;
    width: 16px;
    height: 2px;
    background: #0A2C70;
    margin: 0 auto;
}

.product .pro .pro-con ul li .pro-tit em i.hover {
    display: inline-block;
    line-height: 28px;
    font-size: 16px;
    color: #ffa800;
    padding-right: 28px;
    background: url(../image/gui-jt.png) no-repeat right;
    opacity: 0;
}

.product .pro .pro-con ul li:hover {
    border: 1px solid #FFA800;
    box-shadow: 0px 16px 38px 0px rgba(0, 0, 0, 0.1400);
}

.product .pro .pro-con ul li:hover .pro-tit {
    height: 83px;
}

.product .pro .pro-con ul li:hover .pro-tit h4 {
    line-height: 29px;
}

.product .pro .pro-con ul li:hover .pro-tit em i.default {
    opacity: 0;
}

.product .pro .pro-con ul li:hover .pro-tit em i.hover {
    opacity: 1;
}

.product .pro .pro-con ul li:hover span img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/**/
.hybj {
    background: url(../image/hybj.jpg) no-repeat center top;
}

.hybj .hy {
    padding: 109px 0;
}

.hybj .hy .hy-nav {
    width: 328px;
    height: 716px;
    float: left;
    background: #FFF;
    padding: 43px 47px 0;
    box-sizing: border-box;
}

.hybj .hy .hy-nav h4 {
    margin-bottom: 26px;
}

.hybj .hy .hy-nav h4 span {
    display: block;
    line-height: 57px;
    font-size: 48px;
    color: #333333;
    font-weight: bold;
}

.hybj .hy .hy-nav h4 em {
    display: block;
    line-height: 30px;
    font-size: 20px;
    color: #333333;
    font-weight: normal;
}

.hybj .hy .hy-nav .hd ul li {
    height: 68px;
    border-bottom: 1px solid #dcdcdc;
    box-sizing: border-box;
}

.hybj .hy .hy-nav .hd ul li em {
    display: block;
    float: left;
    line-height: 67px;
    padding-left: 19px;
    background: url(../image/hy-ico.png) no-repeat left;
    font-size: 18px;
    color: #333333;
}

.hybj .hy .hy-nav .hd ul li:last-child {
    border-bottom: 0;
}

.hybj .hy .hy-nav .hd ul li:hover {
    background: url(../image/hy-jia.png) no-repeat right;
}

.hybj .hy .hy-nav .hd ul li:hover em {
    color: #ffaf15;
    background: url(../image/hy-ico_h.png) no-repeat left;
    font-weight: bold;
}

.hybj .hy .hy-rig {
    width: 1050px;
    float: right;
    height: 715px;
    background: #FFF;
    padding-top: 23px;
    box-sizing: border-box;
}

.hybj .hy .hy-rig dl {
    width: 50%;
    float: left;
    padding: 0 24px;
    box-sizing: border-box;
}

.hybj .hy .hy-rig dl:first-child {
    border-right: 1px solid #e5e5e5;
}

.hybj .hy .hy-rig dl dt {
    width: 100%;
    line-height: 0;
    overflow: hidden;
}

.hybj .hy .hy-rig dl dt img {
    width: 100%;
    transition: 1s;
}

.hybj .hy .hy-rig dl dd {
    padding: 35px 25px 0;
}

.hybj .hy .hy-rig dl dd em {
    display: block;
    margin-bottom: 20px;
}

.hybj .hy .hy-rig dl dd em i {
    display: block;
    float: left;
    line-height: 27px;
    padding: 0 17px;
    font-size: 16px;
    color: #0094ef;
    margin-right: 8px;
    border: 1px solid #0094EF;
    border-radius: 5px;
}

.hybj .hy .hy-rig dl dd em i:last-child {
    border: 1px solid #002878;
    color: #002878;
}

.hybj .hy .hy-rig dl dd h4 {
    line-height: 30px;
    margin-bottom: 14px;
    width: 374px;
}

.hybj .hy .hy-rig dl dd h4 a {
    font-size: 22px;
    color: #333333;
    font-weight: normal;
}

.hybj .hy .hy-rig dl dd p {
    line-height: 29px;
    margin-bottom: 35px;
    font-size: 16px;
    color: #999999;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.hybj .hy .hy-rig dl dd span {
    display: block;
    float: right;
}

.hybj .hy .hy-rig dl dd span a {
    display: block;
    line-height: 28px;
    font-size: 18px;
    color: #002878;
    padding-right: 27px;
    background: url(../image/hy-jt.png) no-repeat right;
}

.hybj .hy .hy-rig dl:hover dt img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/**/
.super {
    padding-top: 92px;
}

.super h2 {
    text-align: center;
    margin-bottom: 61px;
}

.super h2 span {
    display: block;
    width: 439px;
    line-height: 64px;
    overflow: hidden;
    margin: 0 auto;
    font-size: 48px;
    color: #333333;
    font-weight: bold;
}

.super h2 i {
    display: block;
    width: 439px;
    line-height: 0;
    overflow: hidden;
    margin: 0 auto 5px;
}

.super h2 i img {
    width: 100%;
}

.super h2 em {
    display: block;
    line-height: 36px;
    color: #333333;
    font-size: 20px;
    font-weight: normal;
}

.super .sup-nav {
    height: 258px;
    position: absolute;
    width: 100%;
}

.super .sup-nav ul {
    float: right;
    z-index: 201;
    position: relative;
}

.super .sup-nav ul li {
    float: left;
    width: 153px;
    height: 258px;
    background: #002878;
    border-radius: 10px;
    padding: 32px 0 0 22px;
    box-sizing: border-box;
    position: relative;
    margin-left: 11px;
    transition: .5s;
}

.super .sup-list dl dd ul li.sup3 {
    width: 50%;
}

.super .sup-nav ul li span {
    display: block;
    line-height: 44px;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
}

.super .sup-nav ul li em {
    display: block;
    line-height: 15px;
    font-size: 12px;
    color: rgba(255, 255, 255, .2);
    text-transform: uppercase;
    margin-bottom: 59px;
}

.super .sup-nav ul li b {
    display: block;
    width: 41px;
    line-height: 0;
    overflow: hidden;
}

.super .sup-nav ul li b img {
    width: 100%;
}

.super .sup-nav ul li i {
    display: inline-block;
    font-size: 120px;
    height: 100px;
    line-height: 120px;
    color: rgba(255, 255, 255, 0.05);
    font-family: "Geometr415 Blk BT";
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.super .sup-nav ul li.cur {
    background: #FFA800;
    box-shadow: 0px 14px 24px 0px rgba(4, 21, 54, 0.3400);
    margin-top: -20px;
}

.super .sup-nav ul li.cur i {
    color: rgba(255, 255, 255, .2);
}

.super .sup-list dl dd {
    height: 210px;
    position: relative;
    z-index: 200;
}

.super .sup-list dl dd h4 {
    line-height: 47px;
    font-size: 36px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 17px;
}

.super .sup-list dl dd ul li {
    line-height: 36px;
    font-size: 16px;
    color: #666666;
}

.super .sup-list dl dt {
    width: 100%;
    line-height: 0;
    overflow: hidden;
}

.super .sup-list dl dt img {
    width: 100%;
}

/**/
.jzl {
    padding: 92px 0 97px;
}

.jzl h2 {
    text-align: center;
    margin-bottom: 31px;
}

.jzl h2 span {
    display: block;
    line-height: 51px;
    font-size: 36px;
    color: #333333;
    font-weight: bold;
}

.jzl h2 i {
    display: block;
    width: 439px;
    line-height: 0;
    overflow: hidden;
    margin: 0 auto 5px;
}

.jzl h2 em {
    display: block;
    line-height: 31px;
    font-size: 12px;
    color: #999999;
    font-weight: normal;
    text-transform: uppercase;
}

.jzl ul li {
    float: left;
    width: 32%;
    margin-left: 2%;
    background: #F2F2F2;
}

.jzl ul li:first-child {
    margin-left: 0;
}

.jzl ul li dl dt {
    width: 100%;
    line-height: 0;
    overflow: hidden;
}

.jzl ul li dl dt img {
    width: 100%;
    transition: 1s;
}

.jzl ul li dl dd {
    height: 212px;
    background: #F2F2F2;
    padding: 29px 41px 0 38px;
    box-sizing: border-box;
}

.jzl ul li dl dd .jzl-left {
    padding-right: 26px;
    float: left;
    height: 149px;
    background: url(../image/jzl-xt.jpg) no-repeat bottom right;
}

.jzl ul li dl dd .jzl-left span {
    display: block;
    line-height: 42px;
    font-size: 28px;
    color: #0a2c70;
    font-weight: bold;
    margin-bottom: 16px;
}

.jzl ul li dl dd .jzl-left i {
    display: block;
    width: 49px;
    line-height: 0;
    overflow: hidden;
}

.jzl ul li dl dd .jzl-left i img {
    width: 100%;
}

.jzl ul li dl dd p {
    width: 259px;
    float: left;
    line-height: 29px;
    margin-left: 28px;
    font-size: 16px;
    color: #666666;
}

.jzl ul li:hover dl dt img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/**/
.case {
    background: #F2F2F2 url(../image/casebj.jpg) no-repeat center top;
    padding: 0 0 83px;
}

.case .cas-tit {
    height: 280px;
    box-sizing: border-box;
    padding-top: 88px;
}

.case .cas-tit .cas-left {
    float: left;
}

.case .cas-tit .cas-left i {
    display: block;
    float: left;
    width: 89px;
    height: 89px;
    border: 2px solid rgba(255, 255, 255, .3);
    text-align: center;
    border-radius: 2px;
    padding-top: 11px;
    box-sizing: border-box;
    line-height: 31px;
    font-size: 24px;
    color: rgba(255, 255, 255, .3);
    margin-top: 9px;
    margin-right: 22px;
}

.case .cas-tit .cas-left h4 {
    float: left;
}

.case .cas-tit .cas-left h4 span {
    display: block;
    line-height: 64px;
    font-size: 48px;
    color: #ffffff;
    font-weight: bold;
}

.case .cas-tit .cas-left h4 em {
    display: block;
    line-height: 42px;
    font-size: 26px;
    color: #ffffff;
    font-weight: normal;
}

.case .cas-tit .cas-rig {
    float: right;
}

.case .cas-tit .cas-rig em {
    display: block;
    line-height: 42px;
    margin-bottom: 7px;
    padding-left: 30px;
    background: url(../image/cas-tel.png) no-repeat left;
    font-size: 30px;
    color: #ffffff;
    font-family: "Geometr415 Blk BT";
}

.case .cas-tit .cas-rig a {
    display: block;
    width: 223px;
    height: 53px;
    line-height: 53px;
    background: #FFA800;
    border-radius: 27px;
    text-align: center;
    font-size: 24px;
    color: #FFFFFF;
}

.case .cas-cen {
    width: 1600px;
    height: 864px;
    margin: 0 auto;
    padding-top: 84px;
    box-sizing: border-box;
    background: #FFF;
}

.case .cas-cen h2 {
    text-align: center;
    margin-bottom: 30px;
}

.case .cas-cen h2 span {
    display: block;
    line-height: 65px;
    font-size: 48px;
    color: #333333;
    font-weight: bold;
}

.case .cas-cen h2 i {
    display: block;
    width: 439px;
    line-height: 0;
    overflow: hidden;
    margin: 0 auto;
}

.case .cas-cen h2 em {
    display: block;
    line-height: 38px;
    font-size: 20px;
    color: #333333;
    font-weight: normal;
    text-transform: uppercase;
}

.case .cas-cen .cas-nav {
    width: 919px;
    height: 96px;
    position: relative;
    margin: 0 auto;
}

.case .cas-cen .cas-nav:before {
    width: 100%;
    height: 1px;
    background: #cccccc;
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
}

.case .cas-cen .cas-nav ul li {
    float: left;
    margin-left: 1.4%;
}

.case .cas-cen .cas-nav ul li i {
    display: block;
    height: 22px;
    margin: 0 auto;
    position: relative;
    z-index: 100;
}

.case .cas-cen .cas-nav ul li em {
    display: block;
    height: 61px;
    line-height: 61px;
    text-align: center;
    font-size: 18px;
    color: #333333;
    padding: 0 11px;
}

.case .cas-cen .cas-nav ul li:first-child {
    margin-left: 0;
}

.case .cas-cen .cas-nav ul li.cur i {
    background: url(../image/cas-ico.png) no-repeat center;
}

.case .cas-cen .cas-nav ul li.cur em {
    color: #0a2c70;
}

.case .content1 {
    width: 791px;
    margin: 0 auto;
}

.case .cas-con {
    position: relative;
    margin-bottom: 40px;
}

.case .tempWrap {
    overflow: visible !important;
}

.case .plan_c {
    overflow: hidden;
}

.case .plan_cl {
    height: 541px;
}

.case .plan_cl dl {
    width: 791px;
    height: 541px;
    position: relative;
    margin-right: 16px;
    overflow: hidden;
}

.case .plan_cl dl:before {
    position: absolute;
    width: 100%;
    height: 445px;
    background: rgba(0, 40, 120, 0.2);
    content: "";
    top: 0;
    left: 0;
    z-index: 2;
    transition: .5s;
}

.case .plan_cl dl dt {
    overflow: hidden;
}

.case .plan_cl dl dt,
.case .plan_c dl dt img {
    width: 791px;
    height: 445px;
    display: block;
}

.case .plan_cl dl dt img {
    transition: 1s;
}

.case .plan_cl dl dd {
    width: 791px;
    height: 96px;
    line-height: 96px;
    text-align: center;
    opacity: 0;
    transition: .5s;
    box-sizing: border-box;
}

.case .plan_cl dl dd a {
    font-size: 18px;
    color: #333333;
}

.case .plan_cl dl.cur:before {
    opacity: 0;
}

.case .plan_cl dl.cur dt {
    z-index: 200;
    position: relative;
}

.case .plan_cl dl.cur dd {
    opacity: 1;
}

.case .plan_cl dl dt:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.case .cas-jt {
    position: relative;
}

.case .cas-jt i {
    width: 100px;
    height: 445px;
    cursor: pointer;
    z-index: 300;
}

.case .cas-jt i.cas-prev {
    background: url(../image/cas-prev.png) no-repeat center;
    position: absolute;
    left: -100px;
    top: -541px;
}

.case .cas-jt i.cas-next {
    background: url(../image/cas-next.png) no-repeat center;
    position: absolute;
    right: -100px;
    top: -541px;
}

/**/
.news {
    padding: 73px 0 100px;
}

.news h2 {
    text-align: center;
    margin-bottom: 30px;
}

.news h2 span {
    display: block;
    line-height: 65px;
    font-size: 48px;
    color: #333333;
    font-weight: bold;
}

.news h2 i {
    display: block;
    width: 439px;
    line-height: 0;
    overflow: hidden;
    margin: 0 auto;
}

.news h2 em {
    display: block;
    line-height: 38px;
    font-size: 20px;
    color: #333333;
    font-weight: normal;
    text-transform: uppercase;
}

.news .news-left {
    width: 54%;
    float: left;
}

.news .news-left h4 {
    height: 93px;
    border-top: 1px solid #dcdcdc;
    box-sizing: border-box;
}

.news .news-left h4 span {
    display: block;
    line-height: 92px;
    float: left;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}

.news .news-left h4 i {
    display: block;
    line-height: 92px;
    float: right;
    font-size: 16px;
    color: #ffa800;
    padding-right: 19px;
    background: url(../image/news-ico.jpg) no-repeat right;
    font-weight: normal;
}

.news .news-left .news-cen {
    height: 312px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 15px;
}

.news .news-left .news-cen ul li {
    float: left;
    width: 47.9%;
}

.news .news-left .news-cen ul li:last-child {
    float: right;
}

.news .news-left .news-cen ul li span {
    display: block;
    width: 100%;
    line-height: 0;
    overflow: hidden;
    margin-bottom: 19px;
}

.news .news-left .news-cen ul li span img {
    transition: 1s;
    width: 363px;
    height: 203px;
    object-fit: cover;
}

.news .news-left .news-cen ul li:hover span img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.news .news-left .news-cen ul li h5 {
    line-height: 28px;
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news .news-left .news-cen ul li i {
    display: block;
    line-height: 22px;
    font-size: 14px;
    color: #999999;
}

.news .news-left .news-cen ul li:hover h5 {
    color: #0a2c70;
}

.news .news-left .news-bot {
    height: 208px;
    border-bottom: 1px solid #dcdcdc;
    box-sizing: border-box;
    overflow: hidden;
}

.news .news-left .news-bot ul li {
    height: 48px;
}

.news .news-left .news-bot ul li em {
    display: block;
    float: left;
    line-height: 48px;
    font-size: 16px;
    color: #333333;
}

.news .news-left .news-bot ul li i {
    display: block;
    float: right;
    line-height: 48px;
    font-size: 14px;
    color: #999999;
}

.news .news-left .news-bot ul li:hover em {
    color: #0a2c70;
}

.news .news-left .news-bot ul li:hover i {
    color: #0a2c70;
}

.news .news-rig {
    width: 40.1%;
    height: 627px;
    background: #F2F2F2;
    float: right;
    padding: 28px 51px 0 58px;
    box-sizing: border-box;
}

.news .news-rig h4 {
    height: 40px;
    margin-bottom: 29px;
}

.news .news-rig h4 em {
    display: block;
    float: left;
    line-height: 40px;
    font-size: 24px;
    color: #666666;
    margin-right: 25px;
}

.news .news-rig h4 em a {
    font-size: 24px;
    color: #666666;
    font-weight: normal;
}

.news .news-rig h4 b {
    display: block;
    float: right;
}

.news .news-rig h4 b a {
    display: block;
    line-height: 40px;
    font-size: 16px;
    color: #ffa800;
    font-weight: normal;
    padding-right: 19px;
    background: url(../image/news-ico.jpg) no-repeat right;
}

.news .news-rig em.cur a {
    color: #333333;
    font-weight: bold;
}

.news .news-con .bd ul li {
    margin-bottom: 36px;
}

.news .news-con .bd ul li h5 {
    line-height: 33px;
    margin-bottom: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news .news-con .bd ul li h5 a {
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news .news-con .bd ul li p {
    line-height: 29px;
    font-size: 15px;
    color: #999999;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.news .news-con .bd ul li:hover h5 a {
    color: #0a2c70;
}

/**/
.zxbj {
    height: 272px;
    background: url(../image/zxbj.jpg) no-repeat center;
}

.zxbj .zx {
    padding-top: 49px;
}

.zxbj .zx h4 span {
    display: block;
    line-height: 51px;
    font-size: 42px;
    color: #ffffff;
    float: left;
    margin-right: 16px;
    font-weight: bold;
}

.zxbj .zx h4 em {
    display: block;
    float: left;
    padding-top: 5px;
    line-height: 22px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.2);
    text-transform: uppercase;
    font-weight: normal;
}

.zxbj .zx b {
    display: block;
    line-height: 52px;
    padding-left: 165px;
    background: url(../image/hf-xt.png) no-repeat left;
    font-size: 42px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 13px;
}

.zxbj .zx a {
    display: block;
    width: 351px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    background: #FFA800;
    border-radius: 27px;
    font-size: 28px;
    color: #FFFFFF;
}


@media screen and (min-width:230px) and (max-width:1400px) {
    .news .news-con .bd ul li p {
        font-size: 14px;
    }

    .jzl ul li dl dd p {
        font-size: 12px;
        width: 195px;
    }

    .super .sup-list dl dd h4 {
        font-size: 30px;
    }

    .super .sup-list dl dd ul li.sup3 {
        width: 40%;
    }

    .super .sup-list dl dd ul li {
        font-size: 12px;
    }

    .hybj .hy .hy-nav {
        width: 281px;
        height: 640px;
        padding: 38px 47px 0;
    }

    .hybj .hy .hy-nav h4 span {
        font-size: 40px;
    }

    .hybj .hy .hy-nav h4 em {
        font-size: 17px;
    }

    .hybj .hy .hy-nav .hd ul li {
        height: 58px;
    }

    .hybj .hy .hy-nav .hd ul li em {
        line-height: 58px;
    }

    .hybj .hy .hy-rig {
        width: 900px;
        height: 640px;
    }

    .hybj .hy .hy-rig dl dd em i {
        font-size: 13px;
    }

    .hybj .hy .hy-rig dl dd p {
        font-size: 13px;
        margin-bottom: 15px;
    }

    .gui-sz ul li {
        margin-left: 18.5%;
    }
}