.header, .content {
    width: 1200px;
    margin: 0 auto;
    font-family: "Microsoft Yahei";
}

.h_top {
    height: 223px;
    position: relative;
    z-index: 2;
    font-family: "Microsoft Yahei";
}

.h_top:before, .h_top:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    z-index: -1;
    top: 159px;
    height: 1px;
    background: #d0d0d0;
}

.h_top:before {
    top: 0;
    height: 40px;
    background: #ececec;
}

.t_top {
    height: 40px;
    line-height: 40px;
    color: #666;
}

.t_top p a {
    color: #666;
    display: inline-block;
    background: url(../image/t_ico1.gif) no-repeat 0 center;
    padding: 0 31px 0 23px;
}

.t_top p a:nth-child(2) {
    background: url(../image/t_ico2.gif) no-repeat 0 center;
}

.t_top p a:nth-child(3) {
    background: url(../image/t_ico3.gif) no-repeat 0 center;
    padding-right: 0;
}

.t_top p a:hover {
    font-weight: bold;
    color: #c30d23;
}

.t_con {
    height: 90px;
    position: relative;
    padding: 29px 0 0;
}

.t_logo, .t_logo img {
    width: 316px;
    height: 63px;
    display: block;
}

.t_text {
    background: url(../image/t_ge.gif) no-repeat 19px 7px;
    padding: 0 0 0 42px;
    font-size: 28px;
    line-height: 38px;
    color: #313742;
    position: relative;
}

.t_text span {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
}

.t_pho {
    background: url(../image/t_pho.gif) no-repeat 0 13px;
    padding: 6px 0 0 56px;
    line-height: 30px;
    color: #333;
    font-size: 16px;
    font-family: Arial;
}

.t_pho span {
    display: block;
}

.menu {
    white-space: nowrap;
    line-height: 64px;
    font-size: 18px;
}

.menu ul {
    height: 64px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.menu li {
    float: left;
    font-weight: bold;
    height: 66px;
}

.menu li a {
    color: #333;
    display: inline-block;
    padding: 0 24px;
    position: relative;
    z-index: 1;
}

.menu li:first-child a span {
    display: inline-block;
    padding: 0 0 0 30px;
    background: url(../image/ico_shy.png) no-repeat 0 center;
}

.menu li a:after {
    /*content: "";*/
    position: absolute;
    width: 1px;
    height: 16px;
    top: 24px;
    right: -1px;
    background: #c0c0c0;
    z-index: -1;
}

.menu li:last-child a:after {
    width: 0;
    height: 0;
}

.menu li a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 64px;
    top: 0;
    left: 0;
    background: #c30d23;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    z-index: -1;
}

.menu li.cur a, .menu li:hover a {
    color: #fff;
}

.menu li.cur a:before, .menu li:hover a:before {
    width: 100%;
}

.menu li .submenu {
    overflow: hidden;
    display: none;
    position: absolute;
    width: 100%;
    top: 220px;
    z-index: 9;
    background: #f7f5f5;
    padding: 14px 0;
    left: 0;
    line-height: 0;
    font-size: 0;
    text-align: center;
}

.menu li .submenu dl {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
}

.menu li .submenu dt {
    float: right;
    width: 450px;
    height: 260px;
    overflow: hidden;
}

.menu li .submenu dt a {
    background: none;
}

.menu li .submenu dt img {
    width: 450px;
    height: 260px;
    display: block;
}

.menu li .submenu dd {
    float: left;
    width: 740px;
    margin-top: 30px;
}

.menu li .submenu p a {
    display: block;
    float: left;
    width: 180px;
    height: 48px;
    line-height: 48px;
    background: #fff;
    border: 1px solid #d9d9d9;
    padding-left: 42px;
    font-size: 18px;
    color: #333333;
    margin: 0 20px 20px 0;
    position: relative;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.menu li .submenu p a:nth-child(2n), .menu li:nth-child(3) .submenu p a:nth-child(2n) {
    margin-right: 0;
}

.menu li:nth-child(3) .submenu p a:nth-child(3n) {
    margin: 0 20px 20px 0;
}

.menu li:nth-child(3) .submenu p a {
    width: 280px;
}

.menu li .submenu p a:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border: 1px solid #c30d23;
    border-radius: 50%;
    left: 21px;
    top: 21px;
}

.menu li .submenu p a::after, .menu li .submenu dt a::before {
    width: 0;
}

.menu li:hover .submenu p a {
    font-weight: normal;
}

.menu li:hover .submenu p a:hover {
    border-color: #c30d23;
    background: #c30d23;
    color: #fff;
}

.menu li .submenu span a {
    display: block;
    width: 198px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #c30d23;
    padding-left: 42px;
    font-size: 18px;
    color: #fff;
    margin: 0 20px 20px 0;
    position: relative;
    text-align: left;
    font-weight: normal;
    float: left;
    background: #c30d23;
}

.menu li .submenu span a:before, .menu li .submenu p a:hover:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border: 1px solid #fff;
    border-radius: 50%;
    left: 21px;
    top: 21px;
    background: #fff;
}

.menu li a:-webkit-any-link {
    display: block;
}


.s_bg {
    height: 76px;
    overflow: hidden;
    margin-bottom: 0px;
    border-bottom: 1px solid #ccc;
    box-shadow: unset;
}

.search {
    width: 1200px;
    margin: 0 auto;
    height: 76px;
    overflow: hidden;
}

.search p {
    float: left;
    font-size: 16px;
    color: #000000;
    width: 920px;
    height: 76px;
    line-height: 76px;
    overflow: hidden;
    background: url(../image/i23.png) no-repeat 0 24px;
    padding-left: 28px;
    background-size: 24px;
}

.search p a {
    font-size: 16px;
    color: #666;
    padding: 0 10px 0 0;
}

.search p a:hover {
    color: #333;
}

.isearch {
    position: relative;
    overflow: hidden;
}

.search .ser_inp {
    width: 100%;
    height: 40px;
    padding-left: 20px;
    border: none;
    float: left;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #666;
    line-height: 40px;
    outline: none;
    margin-top: 19px;
    border: 1px solid #cccccc;
    border-radius: 40px;
    box-sizing: border-box;
}

.search .ser_so {
    cursor: pointer;
    float: left;
    background: url(../image/i24.png) no-repeat;
    background-size: 20px;
    border: none;
    top: 27px;
    right: 12px;
    position: absolute;
    width: 20px;
    height: 20px;
}

input::-webkit-input-placeholder {
    color: #666;
}

.til01 {
    text-align: center;
    color: #333;
    font-size: 48px;
    line-height: 60px;
    font-family: "Microsoft Yahei";
    white-space: nowrap;
    padding: 0 0 38px;
    /*background: url(../image/tilbg1.png) no-repeat center bottom;*/
    margin-bottom: 20px;
}

.til01 p {
    display: block;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    opacity: 0.8;
    margin-top: 10px;
}


.product {
    height: auto;
    background: #F7F7F7;
    padding-bottom: 70px;
}

.pro {
    padding-top: 68px;
}

/*.pro h3 {*/
/*    text-align: center;*/
/*    height: 70px;*/
/*    margin-bottom: 49px;*/
/*}*/

.pro h3 span {
    display: block;
    width: 327px;
    margin: 0 auto 13px;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    color: #333333;
    padding: 0 100px;
    position: relative;
}

.pro h3 span:before {
    width: 100px;
    height: 7px;
    background: url(../image/xt1.png) no-repeat center;
    content: "";
    position: absolute;
    top: 18px;
    left: 0;
}

.pro h3 span:after {
    width: 100px;
    height: 7px;
    background: url(../image/xt2.png) no-repeat center;
    content: "";
    position: absolute;
    top: 18px;
    right: 0;
}

.pro h3 i {
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: #666666;
    font-weight: normal;
}

.pro .pronav {
    width: 240px;
    float: left;
}

.pro .pronav .prv {
    width: 240px;
    height: 78px;
    background: #c30d23;
    padding-top: 32px;
}

.pro .pronav .prv i {
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    color: #FFF;
    margin-bottom: 7px;
    opacity: 0.6;
}

.pro .pronav .prv em {
    display: block;
    text-align: center;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 26px;
}

.pro .pronav .slide-box {
    border: 1px solid #ebebeb;
    border-top: 0;
    background: #FFF;
    border-bottom: 0;
}

.pro .pronav .slide-box h2 {
    height: 50.5px;
    text-align: center;
    line-height: 50.5px;
    border-bottom: 1px solid #ebebeb;
}

.pro .pronav .slide-box h2 a {
    display: block;
    font-size: 16px;
    color: #333333;
    font-weight: normal;
}

.pro .pronav .slide-box h2.cur a {
    color: #c30d23
}

.pro .pronav .slide-box ul {
    border-bottom: 1px solid #ebebeb;
    padding: 16px 0;
}

.pro .pronav .slide-box ul li {
    padding-left: 46px;
    height: 14px;
    line-height: 14px;
    margin-bottom: 12px;
}

.pro .pronav .slide-box ul li a {
    font-size: 14px;
    color: #666666;
    line-height: 14px;
    padding-left: 19px;
    background: url(../image/y.png) no-repeat left;
}

.pro .pronav .slide-box ul li a:hover {
    color: #c30d23;
}

.pro .pro_sm {
    width: 922px;
    height: 685px;
    float: right;
}

.pro .pro_sm dl {
    border: 1px solid #ebebeb;
    height: 402px;
    margin-bottom: 25px;
}

.pro .pro_sm dl dt {
    width: 537px;
    height: 402px;
    float: left;
    border-right: 1px solid #ebebeb;
}

.pro .pro_sm dl dt img {
    width: 537px;
    height: 402px;
}

.pro .pro_sm dl dd {
    width: 322px;
    float: left;
    padding-top: 78px;
    padding-left: 59px;
}

.pro .pro_sm dl dd span {
    display: block;
    margin-bottom: 36px;
    padding-top: 4px;
    padding-left: 22px;
    background: url(../image/h.png) no-repeat left top;
    background-size: 20px;
}

.pro .pro_sm dl dd span a {
    font-size: 18px;
    line-height: 18px;
    color: #c30d23;
    font-weight: bold;
}

.pro .pro_sm dl dd p {
    height: 102px;
    font-size: 14px;
    color: #666666;
    margin-bottom: 46px;
    line-height: 26px;
}

.pro .pro_sm dl dd em a {
    display: block;
    width: 110px;
    height: 30px;
    background: #c30d23;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #FFFFFF;
}

.pro .pro_sm .bd {
    position: relative;
}

.pro .pro_sm .bd ul {
    height: 256px;
}

.pro .pro_sm .bd ul li {
    float: left;
    width: 276px;
    height: 256px;
    margin: 0 15px;
}

.pro .pro_sm .bd ul li span {
    display: block;
    width: 274px;
    height: 205px;
    border: 1px solid #ebebeb;
}

.pro .pro_sm .bd ul li span img {
    width: 274px;
    height: 205px;
}

.pro .pro_sm .bd ul li i {
    display: block;
    height: 49px;
    background: #c30d23;
    line-height: 49px;
    text-align: center;
    font-size: 16px;
    color: #FFF;
}

.pro .pro_sm .bd .jt i {
    display: block;
    width: 44px;
    height: 44px;
    float: left;
    position: absolute;
    cursor: pointer;
}

.pro .pro_sm .bd .jt .prev {
    background: url(../image/prev.png) no-repeat center;
    top: 92px;
    left: 0;
}

.pro .pro_sm .bd .jt .next {
    background: url(../image/next.png) no-repeat center;
    top: 92px;
    right: 0;
}

.pro .pro_sm dl dd {
    padding: 78px 30px 0;
}

.slide-box ul {
    display: none;
}

.slide-box .fr1 {
    display: block;
}

/*优势*/
.ys_bg {
    background: url(../image/ys_bg.jpg) no-repeat center 0;
    height: 870px;
    overflow: hidden;
    padding: 68px 0 0;
    background-size: cover;
}

.ys_t {
    padding: 15px 0 0 105px;
    height: 90px;
}

.ys_t ul li {
    float: left;
    width: 265px;
    font-size: 24px;
    color: #fff;
    height: 60px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.ys_t ul li em {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 0;
    overflow: hidden;
    padding: 0 12px 0 0;
}

.ys_t ul li em img {
    width: 40px;
    height: 40px;
}

.ys_t ul li b {
    display: block;
    float: left;
    font-size: 24px;
    color: #333;
    width: 200px;
    line-height: 24px;
}

.ys_t ul li i {
    display: block;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}

.ys_t ul li {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}

.ys_t ul li:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #1d2088;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.ys_t ul li:hover:before {
    right: 35%;
}

.ys_t ul li.on {
    background: url(../image/ys_line01.gif) no-repeat 0 57px;
}

.ys_m dl dt {
    width: 833px;
    height: 543px;
    float: right;
    line-height: 0;
    overflow: hidden;
}

.ys_m dl dt img {
    width: 833px;
    height: 543px;
}

.ys_m dl dd {
    width: 267px;
    height: 443px;
    background: #c30d23;
    float: left;
    padding: 100px 50px 0;
    position: relative;
    z-index: 10;
}

.ys_m dl dd:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: -20px;
    top: 112px;
    border-left: 20px solid #c30d23;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

.ys_m dl dd h5 {
    font-size: 32px;
    color: #fff;
    height: 75px;
    line-height: 32px;
    background: url(../image/ys_line02.gif) no-repeat 0 71px;
    margin-bottom: 25px;
}

.ys_m dl dd h5 i {
    display: block;
    font-size: 14px;
    color: #f8c8aa;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.ys_m dl dd p {
    font-size: 14px;
    color: #f9d3bd;
    line-height: 24px;
    padding: 20px 0 0 20px;
    background: url(../image/yjt.png) no-repeat 0 25px;
    background-size: 18px;
}

.ys_m dl dd span {
    display: block;
    width: 227px;
    padding: 50px 0 0;
}

.ys_m dl dd span a {
    display: block;
    font-size: 16px;
    color: #fff;
    background: url(../image/ys_btn.gif) no-repeat;
    width: 160px;
    height: 51px;
    line-height: 50px;
    overflow: hidden;
    /*padding-left: 67px;*/
    border: 1px solid #ffffff;
    text-align: center;
}

.ys_m dl dd span a:hover, .ban01_r em a:hover {
    animation: shake 1.5s linear;
    -webkit-animation: shake 1.5s linear;
}


/*广告条*/
.ban01 {
    background: url(../image/ban01.jpg) no-repeat center 0;
    height: 152px;
    overflow: hidden;
}

.ban01_l {
    font-size: 20px;
    color: #333;
    line-height: 40px;
    padding: 12px 0 0;
    width: 530px;
}

.ban01_l b {
    display: block;
    font-size: 34px;
}

.ban01_l i {
    color: #1d2088;
}

.ban01_r {
    width: 380px;
    padding: 30px 0 0;
}

.ban01_r span {
    display: block;
    float: left;
    width: 220px;
    background: url(../image/ban_tel.png) no-repeat 0 13px;
    padding-left: 45px;
    font-size: 14px;
    color: #333;
    line-height: 26px;
}

.ban01_r b {
    display: block;
    font-size: 26px;
}

.ban01_r em {
    display: block;
    float: left;
    width: 115px;
    padding-top: 5px;
}

.ban01_r em a {
    display: block;
    font-size: 14px;
    color: #333;
    width: 115px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #fff;
    overflow: hidden;
    border-radius: 30px;
}

/*新闻资讯*/
.nswsbox {
    padding: 68px 0;
    position: relative;
    font-size: 14px;
    line-height: 32px;
    color: #666;
    overflow: hidden;
}

.nswsbox h3 {
    font-size: 24px;
    height: 62px;
    line-height: 44px;
    font-weight: normal;
    padding: 0 0 0 18px;
    position: relative;
}

.nswsbox h3:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 20px;
    left: 0;
    top: 12px;
    background: #c30d23;
}

.nswsbox h3 a {
    color: #000;
    display: block;
}

.news {
    /*width: 750px;*/
}

.news_c dl {
    width: 365px;
    height: 348px;
    overflow: hidden;
    float: left;
}

.news_c dl:nth-child(2) {
    margin-left: 20px;
}

.news_c dt, .news_c dt img {
    width: 365px;
    height: 203px;
    display: block;
    overflow: hidden;
}

.news_c dd h4 {
    font-size: 16px;
    line-height: 54px;
    height: 54px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news_c dd h4 a, .new_top h4 a {
    display: block;
    color: #000;
}

.news_c dl:hover h4 a, .new_top:hover h4 a {
    color: #c30d23;
}

.news_c li {
    height: 52px;
    line-height: 52px;
    overflow: hidden;
    position: relative;
    border-bottom: solid 1px #ededed;
    padding-left: 21px;
}

.news_c li span {
    float: right;
    color: #aaa;
}

.news_c li:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    top: 22px;
    left: 2px;
    background: #777;
    border-radius: 5px;
}

.news_c li a {
    color: #777;
    display: block;
    width: 600px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.faqs {
    width: 396px;
    overflow: hidden;
    height: 575px;
}

.faqs_c dl {
    margin-bottom: 31px;
}

.faqs_c dt {
    height: 36px;
    overflow: hidden;
    margin-bottom: 5px;
    line-height: 36px;
    background: #ededed;
    border-radius: 18px;
    font-weight: bold;
    color: #333;
    font-size: 16px;
}

.faqs_c dt a {
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.faqs_c dt em {
    width: 36px;
    height: 36px;
    text-align: center;
    color: #fff;
    background: #c30d23;
    float: left;
    margin-right: 18px;
    border-radius: 18px;
}

.faqs_c dl:hover dt a {
    color: #c30d23;
}

.shp-dl {
    width: 31%;
    margin-left: 2.3%;
    position: relative;
}

.shp-dt {
    width: 100%;
    height: auto;
    padding: 0;
}

.shp-dd {
    text-align: center;
    width: 100%;
    line-height: 50px;
    padding: 0;
    background: rgba(19, 79, 170, 0.8);
    position: absolute;
    bottom: 0;
}

.shp-dd a {
    color: #fff;
    font-size: 16px;
}

/*.case .til01 a {*/
/*    color: #ffffff;*/
/*}*/

.case {
    padding: 30px 0;
}

/*关于我们*/
.iabout {
    position: relative;
}

.iabout img {
    width: 100%;
}

.iabout-tt {
    background: #ffffff;
    padding: 75px;
    position: absolute;
    width: 770px;
    height: 560px;
    box-sizing: border-box;
    top: 0;
    bottom: 0;
    left: 175px;
    margin: auto 0;
}

.iabout-tt h2 {
    font-size: 36px;
    color: #000000;
    font-weight: 500;
}

.iabout-tt h2 em {
    font-weight: bold;
}

.iabout-tt span {
    font-size: 18px;
    color: #333333;
    margin: 15px 0 20px;
    display: block;
}

.iabout-tt p {
    font-size: 16px;
    color: #333333;
    line-height: 35px;
}

.iabout-tt p span {
    font-size: 16px !important;
}

.iabout a {
    display: block;
    width: 150px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #c30d23;
    border-radius: 40px;
    font-size: 20px;
    color: #c30d23;
    margin-top: 80px;
}

.qyfc {
    margin-top: 55px;
    margin-bottom: 50px;
}

.picScroll-left .bd ul li {
    width: 280px;
    margin-right: 20px;
}

.iabitem {
    width: 100%;
    overflow: hidden;
}

.case_nav {
    padding: 0;
    height: 70px;
}

.case_nav ul {
    text-align: center;
}

.case_nav ul li {
    display: inline-block;
}

.case_nav ul li a {
    font-size: 16px;
    color: #333;
    display: block;
    height: 38px;
    line-height: 38px;
    padding: 0 32px;
}

.case_nav li a {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.case_nav li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #c30d23;
    border-radius: 3rem;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.case_nav li a:hover:before, .case_nav li.cur a:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.case_nav li a:hover, .case_nav li.cur a {
    color: #fff;
    font-weight: bold;
}

.iabitem p {
    font-size: 18px;
    color: #666666;
    text-align: center;
    margin-top: 15px;
}

/*底部*/
em, i {
    font-style: normal;
}

.footWrap {
    height: 513px;
    overflow: hidden;
    background: url(../image/footer_bg.gif) repeat-x center top;
    position: relative;
}

.footWrap .footer {
    width: 1200px;
    margin: 0 auto;
}

.flogo {
    height: 444px;
    width: 415px;
    border-right: 1px solid #393939;
}

.flogo h2 img {
    display: block;
    width: 267px;
    height: 83px;
    padding: 43px 0 20px;
}

.flogo h2 em {
    display: block;
    font: 20px "Microsoft YaHei";
    font-weight: bold;
    color: #fff;
}

.flogo li {
    font: 14px "Microsoft YaHei";
    color: #a0a0a0;
    margin-top: 20px;
}

.flogo li img {
    vertical-align: middle;
    padding-right: 10px;
}

.flogo .li4 {
    color: #ffffff;
    font-size: 18px;
}

.flogo .li4 em {
    padding-left: 30px;
}

.fnav {
    width: 370px;
    height: 444px;
    border-right: 1px solid #393939;
}

.fnav p {
    padding: 85px 0 0 40px;
    float: left;
    width: 140px;
    font: 14px "Microsoft YaHei";
    line-height: 48px;
    color: #a0a0a0;
}

.fnav p em {
    display: block;
    font: 18px "Microsoft YaHei";
    font-weight: bold;
    color: #fff;
    margin-bottom: 12px;
}

.fnav p a {
    display: block;
    height: 35px;
    line-height: 35px;
    color: #a0a0a0;
    background: url(../image/farr_1.png) no-repeat left center;
    padding-left: 10px;
    overflow: hidden;
}

.fnav p a:hover {
    background: url(../image/farr_2.png) no-repeat left center;
    color: #ffffff;
    text-decoration: underline;
}

.fcode {
    width: 383px;
    height: 290px;
    overflow: hidden;
    background: url(../image/fcode.gif) no-repeat center top;
    margin-top: 84px;
}

.fcode span {
    display: block;
    font: 14px "Microsoft YaHei";
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    height: 144px;
    padding-top: 16px;
}

.fcode span em {
    display: block;
    font: 30px Arial;
    color: #fff;
    padding: 5px 0 0 35px;
    color: #fff;
}

.fcode p {
    width: 295px;
    margin: 0 auto;
}

.fcode p em {
    display: block;
    width: 82px;
}

.fcode p img {
    display: block;
    width: 82px;
    height: 82px;
}

.fcode p i {
    display: block;
    font: 13px "Microsoft YaHei";
    color: #868686;
    line-height: 35px;
    text-align: center;
}

.foot {
    height: 68px;
    font: 14px "Microsoft YaHei";
    line-height: 68px;
    color: #8a8a8a;
}

.foot span {
    float: right;
    font-weight: bold;
}

.foot span a {
    color: #8a8a8a;
    display: inline-block;
    padding: 0 5px;
    font-weight: normal;
}

.foot em {
    padding: 0 8px;
}

.foot a {
    color: #8a8a8a;
}

.long1 {
    margin-top: 40px;
}


.xypg-pagination {
    margin-top: 20px;
    text-align: center;
    font-size: 0;
}

.xypg-pagination li {
    display: inline-block
}

.xypg-pagination a, .xypg-pagination #current, .xypg-pagination span {
    display: inline-block;
    font-size: 14px;
    color: #333333;
    font-family: "Microsoft YaHei", Arial;
    line-height: 26px;
    border: 1px solid #cbcbcb;
    margin: 0 5px;
    padding: 0 8px;
}


.menu {
    background: #134faa;
}

.menu li a {
    color: #ffffff;
    font-weight: 500;
}


.fen {
    width: 240px;
    overflow: hidden;
    float: left;
}

.fen .tit {
    width: 240px;
    height: 108px;
    padding-top: 30px;
    background: url(../images/cptit.jpg) no-repeat center top;
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
}

.fen .tit em {
    font-size: 14px;
    color: #a4b2d4;
    text-transform: uppercase;
    display: block;
    font-weight: normal;
    letter-spacing: 2px;
}

.fen .tit a {
    color: #fff;
}

.fen .clm {
    border: 1px solid #c7c7c7;
    border-top: 0;
    box-sizing: border-box;
    height: auto;
    background: #fff;
}

.fen h3 a {
    height: 66px;
    line-height: 66px;
    margin-bottom: 1px;
    font-size: 16px;
    color: #ffffff;
    padding-left: 30px;
    background: #666 url(../images/h3ico.png) no-repeat 190px 26px;
    display: block;
    text-decoration: none;
}

.fen h3 a:hover, .fen h3.on a {
    background: #f7f7f7 url(../images/h3icohover.png) no-repeat 190px 26px;
    color: #0145a3;
    font-weight: bold;
}

.fen ul {
    background: #fff;
    clear: both;
    overflow: hidden;
    box-sizing: border-box;
}

.fen ul li a {
    margin: 0 30px;
    text-decoration: none;
    border-bottom: 1px solid #e3e3e3;
    background: url(../images/liico.png) no-repeat left center;
    padding-left: 24px;
    display: block;
    font-weight: normal;
    line-height: 46px;
    height: 46px;
    font-size: 16px;
    color: #666666;
}

.fen h3:last-child a {
    margin-bottom: 0;
}

.fen ul li a:hover, .fen ul li.cur a {
    background: url(../images/liicohover.png) no-repeat left center;
    color: #0145a3;
    font-weight: bold;
}

.pro_nr {
    width: 940px;
    float: right;
}

.pro {
    width: 940px;
    height: 474px;
    overflow: hidden;
}

.pro dl {
    width: 940px;
    height: 474px;
    position: relative;
    background: #0145a3;
    float: left;
}

.pro dl dt {
    float: left;
    width: 617px;
    position: relative;
}

.pro dl dt img {
    width: 617px;
    height: 474px;
    display: block;
}

.pro dl dt img {
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}

.pro dl dt img:hover {
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
}

.pro dl dt span {
    display: block;
    font-size: 24px;
    color: #ffffff;
    height: 31px;
    line-height: 31px;
    text-align: left;
    padding-left: 42px;
    background: url(../images/dzico.png) no-repeat left center;
    position: absolute;
    left: 30px;
    top: 30px;
    font-weight: bold;
}

.pro dl dd {
    float: left;
    width: 323px;
    padding: 75px 28px 0;
    overflow: hidden;
    box-sizing: border-box;
}

.pro dl dd h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 25px;
}

.pro dl dd h3 a {
    color: #fff;
    text-decoration: none;
}

.pro dl dd p {
    line-height: 26px;
    height: 180px;
    font-size: 14px;
    overflow: hidden;
    color: #bac5de;
    text-align: justify;
}

.pro dl dd h4 {
    font-size: 16px;
    color: #ffffff;
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid #4879bd;
    height: 55px;
    line-height: 55px;
}

.pro dl dd span {
    font-size: 14px;
    overflow: hidden;
    color: #bac5de;
    display: block;
    line-height: 30px;
    padding-top: 15px;
}

.pro2 {
    width: 940px;
    position: relative;
    margin-top: 22px;
}

.pro_scroll {
    width: 940px;
    overflow: hidden;
}

.pro2 ul {
}

.pro2 ul li {
    float: left;
    width: 299px;
    margin-right: 21px;
}

.pro2 ul li img {
    width: 299px;
    height: 224px;
    display: block;
}

.pro2 ul li a {
    text-decoration: none;
}

.pro2 ul li span {
    display: block;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #666666;
    font-size: 14px;
    border-bottom: 1px solid #666666;
}

.pro2 ul li:hover span {
    color: #0145a3;
    border-bottom: 1px solid #0145a3;
    text-decoration: none;
    font-weight: bold;
}

.pro2 .proprev {
    width: 31px;
    height: 31px;
    display: block;
    position: absolute;
    top: 34%;
    background: url(../images/proprev.png) no-repeat center top;
    left: -15px;
}

.pro2 .pronext {
    width: 31px;
    height: 31px;
    display: block;
    position: absolute;
    top: 34%;
    background: url(../images/pronext.png) no-repeat center top;
    right: -15px;
}

.pro2 ul li img {
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}

.pro2 ul li img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.pro {
    width: 100%;
    height: auto;
    overflow: hidden;
}


.pro_nr ul li {
    width: 32%;
    margin-right: 1.33%;
    float: left;
    margin-bottom: 10px;
}

.pro_nr ul li:nth-child(3n) {
    margin-right: 0;
    float: left;
}

.pro_nr ul li img {
    width: 100%;
    padding: 5px;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
}

.pro_nr ul li i {
    display: block;
    font-size: 16px;
    margin: 10px 0;
    text-align: center;
}


.sl {
    padding-top: 62px;
    background: url("../images/ys_bg.jpg") no-repeat center;
    background-size: cover;
    padding-bottom: 70px;
}

.sl_con {
    margin-top: 36px;
    overflow: hidden;
}

.sl_con dl {
    float: left;
    width: 24.28%;
    margin-right: 0.96%;
}

.sl_con dl:last-child {
    margin-right: 0;
}

.sl_con dt img {
    display: block;
    width: 100%;
}

.sl_con dd {
    height: 455px;
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
    background: #ffffff;
}

.sl_con dd h4 img {
    display: block;
    width: 130px;
    height: 112px;
    margin: -42px auto 0;
    position: relative;
    z-index: 20;
}

.sl_con dd h4 b {
    display: block;
    font-size: 26px;
    line-height: 26px;
    color: #333333;
    position: relative;
    text-align: center;
    margin-top: 32px;
    height: 52px;
}

.sl_con dd h4 b:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 28px;
    margin-left: -14px;
    height: 1px;
    background: #bfbfbf;
    content: "";
}

.sl_con dd p {
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    text-align: center;
    margin-top: 15px;
}

.sl_g {
    margin-top: 30px;
    height: 298px;
    padding: 150px 0 0 62px;
    box-sizing: border-box;
    background: url(../images/sl_ds.jpg) no-repeat center;
}

.sl_g li {
    float: left;
    width: 320px;
    height: 60px;
    line-height: 60px;
    background: #fff;
    margin-right: 6px;
    box-shadow: 0px 0px 6px 0px rgba(0, 39, 88, 0.65);
}

.sl_g li input {
    width: 320px;
    padding-left: 20px;
    box-sizing: border-box;
    height: 60px;
    line-height: 60px;
    background: 0;
    border: 0;
    outline: 0;
    font-size: 16px;
}

.sl_g .form-btn-submit {
    width: 280px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
    background: #89c529;
    cursor: pointer;
    outline: 0;
    border: 0;
    font-weight: bold;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: left;
    box-shadow: 0px 0px 6px 0px rgba(0, 39, 88, 0.65);
}

.sl_g .submit b {
    text-align: left;
    float: left;
}

.sl_g .form-btn-reset {
    display: none;
}

@media screen and  (max-width: 1440px) {
    .sl_con dd {
        padding: 0 20px;
    }

    .sl_g {
        background: url(../images/sl_dd.jpg) no-repeat center;
        padding: 150px 0 0 56px;
    }

    .sl_g li {
        width: 250px;
    }

    .sl_g li input {
        width: 250px;
    }
}

.case {
    background: unset;
}

.shp-dt img {
    transition: all .3s;
}


.gy dt {
    display: block;
    width: 965px;
    height: 777px;
    margin-left: -360px;
    overflow: hidden;
    float: left;
}

.gy dt img {
    display: block;
    width: 965px;
    height: 777px;
}

.gy dd {
    display: block;
    width: 955px;
    height: 777px;
    float: right;
    background: url(../images/gy_dd.jpg) no-repeat center;
    margin-right: -360px;
    padding: 172px 360px 0 135px;
    box-sizing: border-box;
}

.gy h4 img {
    display: block;
    width: 432px;
    height: 85px;
}

.gy dd h4 span {
    display: block;
    font-size: 22px;
    line-height: 22px;
    color: #fff;
    font-weight: normal;
    padding-top: 30px;
}

.gy dd p {
    font-size: 15px;
    line-height: 32px;
    padding-top: 30px;
    color: #fff;
}

.gy dd .more {
    display: block;
    width: 140px;
    height: 36px;
    border-radius: 22px;
    line-height: 34px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    margin: 80px 0 0;
    border: 1px solid #fff;
}

.gy dd h4 {
    font-size: 34px;
    color: #ffffff;
}

.gy {
    overflow: hidden;
}


.picScroll-left .bd ul li img {
    width: 100%;
}

/*news*/
.news {
    padding: 70px 0;
}

.news_con {
    margin-top: 40px;
    overflow: hidden;
}

.news .bt {
    height: 60px;
    overflow: hidden;
}

.news .bt span {
    font: 12px arial;
    color: #999999;
    line-height: 60px;
}

.news .bt span img {
    width: 28px;
    height: 29px;
    margin-right: 8px;
    vertical-align: -4px;
}

.news .bt span a {
    font: 22px "Microsoft Yahei";
    color: #192336;
    margin-right: 7px;
    line-height: 22px;
}

.news .bt em a {
    font-size: 14px;
    display: block;
    float: right;
    line-height: 38px;
    text-transform: uppercase;
    font-family: Arial;
}

.dongt {
    float: left;
    width: 600px;
}

.news_qie {
    position: relative;
    width: 600px;
    height: 206px;
}

.news_bd li img {
    display: block;
    width: 600px;
    height: 206px;
}

.news_hd {
    position: absolute;
    left: 0;
    bottom: 20px;
    height: 10px;
    z-index: 10;
    width: 95%;
    text-align: right;
}

.news_hd li {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 100%;
    margin: 0 5px;
    vertical-align: top;
}

.news_hd li.on {
    background: #0a7ae0;
}

.dongt dt {
    font-size: 0;
    line-height: 0;
}

.dongt dd {
    padding-top: 18px;
    height: 134px;
    box-sizing: border-box;
    border-bottom: 1px dashed #e7e7e7;
}

.dongt dd h4 a {
    height: 29px;
    line-height: 29px;
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}

.dongt dl:hover dd h4 a {
    color: #0b55b5;
}

.dongt dd p {
    font-size: 15px;
    color: #999999;
    line-height: 30px;
    padding-top: 5px;
}

.dongt dd p a {
    width: 6px;
    display: inline-block;
    height: 9px;
    vertical-align: middle;
    margin-left: 8px;
}

.dt_n {
    padding-top: 13px;
}

.dt_n li {
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 0 0 20px;
    background: url(../images/news_dd3.png) no-repeat left center;
}

.dt_n li a {
    color: #333;
}

.dt_n li:hover a {
    color: #0b55b5;
}

.dt_n li em {
    float: right;
    font: 14px arial;
    color: #666666;
    line-height: 46px;
}

.wt_c {
    float: right;
    width: 555px;
}

.wt_nr dl {
    height: 152px;
    padding-top: 28px;
    border-bottom: 1px dashed #e7e7e7;
}

.wt_nr dd {
    float: left;
    width: 316px;
    box-sizing: border-box;
}

.wt_nr dd h4 a {
    display: block;
    line-height: 16px;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    padding-top: 22px;
}

.wt_nr dd p {
    font-size: 15px;
    color: #999999;
    line-height: 30px;
    padding-top: 12px;
}

.wt_nr dt {
    float: right;
    font-size: 0;
    line-height: 0;
    width: 220px;
    height: 126px;
    overflow: hidden;
}

.wt_nr dt img {
    width: 220px;
    /*height: 126px;*/
    height: auto;
    transition: all 0.3s;
}

.wt_nr dl:hover dt img {
    transform: scale(1.06);
}


.footer {
    height: 400px;
    box-sizing: border-box;
    border-top: 1px solid #e4e4e4;
    box-sizing: border-box;
}

.f_con {
    height: 400px;
    box-sizing: border-box;
}

.f_logo {
    float: left;
    width: 322px;
    padding-top: 80px;
    border-right: 1px solid #e4e4e4;
    height: 400px;
    box-sizing: border-box;
}

.f_logo h2 img {
    display: block;
    width: 235px;
    /*height: 74px;*/
    margin-bottom: 20px;
}

.f_logo p {
    font-size: 14px;
    color: #333333;
    line-height: 30px;
}

.f_logo p span {
    display: block;
    float: left;
    margin-right: 20px;
}

.f_logo p a {
    color: #333;
}

.f_nav {
    float: left;
    width: 302px;
    text-align: left;
    height: 158px;
    border-right: 1px solid #e4e4e4;
    padding-top: 80px;
    height: 400px;
    box-sizing: border-box;
    padding-left: 47px;
}

.f_nav h2 {
    font-size: 18px;
    color: #333;
    display: block;
    line-height: 18px;
    font-weight: bold;
    margin-bottom: 25px;
    background: url(images/foot_ic.png) no-repeat 144px 7px;
}

.f_nav ul {
    margin-top: 18px;
}

.f_nav li {
    width: 126px;
    float: left;
}

.f_nav li a {
    font-size: 14px;
    line-height: 32px;
    display: block;
    color: #333;
}

.lxwm {
    float: left;
    width: 282px;
    height: 400px;
    padding-left: 40px;
    box-sizing: border-box;
    padding-top: 80px;
    box-sizing: border-box;
}

.lxwm h2 {
    font-size: 18px;
    color: #333;
    display: block;
    line-height: 18px;
    font-weight: bold;
    margin-bottom: 25px;
    background: url(images/foot_ic.png) no-repeat 144px 7px;
}

.lxwm ul {
    margin-top: 18px;
}

.lxwm li {
    font-size: 14px;
    line-height: 32px;
    display: block;
    color: #333333;
}

.lxwm li a {
    color: #333333;
}

.f_er {
    float: right;
    width: 245px;
    margin-right: 20px;
    padding-top: 80px;
}

.f_er h3 {
    font-size: 24px;
    color: #333333;
    display: block;
    line-height: 24px;
    font-family: Arial;
    font-weight: bold;
}

.f_er h3 i {
    font-size: 36px;
    color: #333333;
    display: block;
    line-height: 36px;
    padding-top: 6px;
    font-family: Impact;
}

.f_er p {
    margin-top: 24px;
}

.f_er p img {
    display: block;
    width: 115px;
    /*height: 100px;*/
    float: right;
    /*margin-top: 10px;*/
}

.f_er p span {
    display: block;
    font-size: 14px;
    color: #333333;
    line-height: 26px;
    text-align: center;
    padding-top: 30px;
    float: left;
    width: 115px;
    height: 115px;
    background: #e9ecf0;
    box-sizing: border-box;
}

.f_bt {
    height: 54px;
    background: #0978e0;
}

.f_bt .f_xx {
    float: left;
    width: 400px;
    overflow: hidden;
    height: 54px;
}

.f_bt .f_xx p {
    display: block;
    font-size: 14px;
    line-height: 54px;
    color: #ffffff;
    height: 54px;
}

.f_bt .links {
    float: right;
    position: relative;
}

.f_bt .links b {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 54px;
    color: #ffffff;
    float: left;
    margin-right: 15px;
}

.f_bt .links p a {
    font-size: 14px;
    line-height: 54px;
    color: #ffffff;
    float: left;
    margin-right: 20px;
    display: block;
}

.f_bt .links p {
    float: left;
}



.fdh-01-tit {
    background: #c30d23;
    height: 80px;
}

.fdh-01-tit h3 {
    height: 75px;
    font-size: 24px;
    font-weight: normal;
    line-height: 75px;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
}

.fdh-01-tit h3 span {
    font-size: 14px;
    text-transform: uppercase;
}

.fdh-01-nav-one h3 {
    height: 50px;
    line-height: 50px;
    background:#ececeb;
    margin-bottom: 2px;
    overflow: hidden;
    background: rgba(195,13,35,0.9);
}

.fdh-01-nav-one h3 a {
    display: block;
    font-size: 18px;
    font-weight: normal;
    margin-right: 40px;
    margin-left: 38px;
    color: #ffffff;
    overflow: hidden;
}

.fdh-01-nav-one h3.sidenavcur,
.fdh-01-nav-one h3:hover {
    background: url(../images/p14-icon2.png) no-repeat right center  #c30d23;
}

.fdh-01-nav-one h3.sidenavcur a,
.fdh-01-nav-one h3:hover a{
    color: #fff;
}
.fdh-01-nav dl {
    padding: 2px 0 4px;
}

.fdh-01-nav dt {
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    padding-left: 54px;
    padding-right: 40px;
    margin-bottom: 1px;
    background: #ececec;
    position: relative;
    overflow: hidden;
}

.fdh-01-nav dt:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #b8b8b8;
    border-style: solid solid none none;
    position: absolute;
    top: 50%;
    right: 32px;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fdh-01-nav dt.sidenavcur:after,
.fdh-01-nav dt:hover:after {
    border-color:  #c30d23;
}

.fdh-01-nav dt.sidenavcur a,
.fdh-01-nav dt:hover a {
    color:  #c30d23;
}

.fdh-01-nav dd {
    border: 1px solid #ececec;
    border-bottom: 0;
}

.fdh-01-nav p {
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    padding-left: 72px;
    padding-right: 40px;
    border-bottom: 1px solid #ececec;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.fdh-01-nav p.sidenavcur a,
.fdh-01-nav p:hover a {
    color:  #c30d23;
}

.fdh-01-nav p.sidenavcur:after,
.fdh-01-nav p:hover:after {
    background: #111111;
}

.fdh-01-nav a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cbgg-01 {
    background: #c30d23;
    text-align: center;
    color: #fff;
    padding-bottom: 20px;
}

.cbgg-01-img img {
    width: 100%;
    display: block;
}

.cbgg-01 p {
    padding-top: 15px;
}

.cbgg-01 p img {
    vertical-align: middle;
    margin-right: 5px;
}

.cbgg-01 span {
    display: block;
    font-size: 18px;
    font-weight: bold;
    font-family: Arial;line-height: 33px;
    padding-bottom: 0px;
    padding-top: 10px;
}

.hwxcode img {
    width: 70px;
    margin-right: 20px;
}
.fdh-01-nav .fdh-01-nav-one h3{
    background-color: #666;
}
.cbgg-01 span{
    max-width: 245px;
}
.t_pho span{
    font-size: 25px;
    font-weight: bold;
}