/*css初始代码*/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0; font-family:"Microsoft YaHei","SimHei","SimSun",couriernew, courier, monospace;}
body, button, input, select, textarea { 	font-size: 100%;  font: inherit;}
h1, h2, h3, h4, h5, h6{ font-size:100%;}
address, cite, dfn, em, var { font-style:normal; }
code, kbd, pre, samp { font-family:"Microsoft YaHei","SimHei","SimSun",couriernew, courier, monospace; }
small{ font-size:12px; }
ul, ol { list-style:none; }
a { text-decoration:none; }
a:hover { text-decoration:none;color: #000;}
sup { vertical-align:text-top; }
sub{ vertical-align:text-bottom; }
legend { color:#000; }
fieldset, img { border:0; }
button, input, select, textarea { font-size:100%; }
table { border-collapse:collapse; border-spacing:0; }

/*--------分割线---------------------------------------------------------------------*/

*, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    font-family: "Microsoft YaHei","SimHei","SimSun",couriernew, courier, monospace;
    color: #000;
    /*background-color: #f2f2f2;*/
}

a {
    color: #000;
    text-decoration: none;
}

img {
    max-width: 100%;
}
.warp{
    width: 1200px;
    margin: 0 auto;
}
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}
.clearfix {
    zoom: 1;
}
/*--------分割线---------------------------------------------------------------------*/
/*-------top部分-----*/
.top{
    margin: 20px 0;
}
.top .logo{
    float: left;
}
.top .phone{
    float: right;
}
/*-------header开始----------*/
.header{
    background: #000000;
}
.nav ul li{
    float: left;
    width: 12.5%;
    padding: 20px 0;
    text-align: center;
}
.nav ul li:hover{
    background: #104492;
}
.nav ul li a{
    color: #ffffff;
}
.nav ul li:hover a{
    color: #ffffff;
}
/*轮播图*/
/*banner*/
.shutter {
    overflow: hidden;
    height: 500px;
    position: relative;

}
.shutter-img {
    z-index: 1;
}
.shutter-img,
.shutter-img a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.shutter-img a {
    cursor: default;
}
.shutter-img a > img {
    width: 100%;
    height: auto;
}
.shutter-img .created {
    overflow: hidden;
    position: absolute;
    z-index: 20;
}
.shutter-btn {}
.shutter-btn li {
    position: absolute;
    z-index: 2;
    top: 50%;
    width: 49px;
    height: 49px;
    margin-top: -25px;
    cursor: pointer;
    list-style: none;
}
.shutter-btn li.prev {
    left: 20px;
    background: url(../images/shutter_prevBtn.png) no-repeat 0 -49px;
}
.shutter-btn li.next {
    right: 20px;
    background: url(../images/shutter_nextBtn.png) no-repeat 0 -49px;
}
.banner{
    line-height: 1px;
}
.banner img{
    width: 100%;
    height: auto;
}
/*-------epc总包服务-----------*/
.epc-fu{
    padding: 100px 0;
}
.epc-title{
    text-align: center;
}
.epc-title h2{
    font-size: 28px;
    padding-bottom: 15px;
}
.epc-list{
    margin-top: 40px;
}
.epc-list ul li{
    width: 33.333%;
    float: left;
    overflow: hidden;
}
.epc-list ul li .epc-box{
    margin: 0 20px;
    background: #f4f4f4;
    padding: 40px;
    text-align: center;
}
.epc-box .epc-icon{
    padding-bottom: 20px;
}
.epc-box .epc-x{
    font-size: 26px;
    padding-bottom: 20px;
}
.epc-box span{
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 1px;
    background: #a2a2a2;
}
.epc-box .epc-s{
    padding-top: 20px;
    height: 150px;
    font-size: 16px;
    line-height: 26px;
    overflow: hidden;
    letter-spacing: 1px;
}
.epc-fu2{
    background: #2F2F2F;
    padding: 50px 0;
}
.epc-fu3{
    padding: 80px 0;
    background: #f0f0f0;
}
.epc-img,.epc-txt{
    width: 50%;
    float: left;
}
.epc-img img{
    width: 100%;
    height: auto;
}
.epc-txt{
   padding-left: 40px;
}
.epc-t{
    background: #ffffff;
    padding: 30px;
}
.epc-g{
    padding: 35px 0;
}
.epc-1{
    padding-top: 50px;
}
.epc-left{
    float: left;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    background: #2F2F2F;
}
.epc1-txt{
    width: 80%;
    float: left;
    padding-left: 20px;
}
.epc1-txt p{
    font-size: 14px;
    padding-top: 10px;
}
.epc-g:hover{
    background: #104492;
    color: #ffffff;
    cursor: pointer;
}
.inside_list{
    margin-top: 80px;
}
.epc-ul{
    margin-top: 50px;
}
.epc-ul ul li{
    width: 33.333%;
    float: left;
}
.epc-ul ul li .epc-li{
    margin: 0 20px;
    background: #104492;
    text-align: center;
    padding: 50px 0;
    color: #ffffff;
    box-shadow: 7px 5px 6px #b4b0b0;
}
.epc-li h4{
    font-size: 22px;
    padding-bottom: 15px;
}
.epc-li p{
    line-height: 37px;
}
.epc-ul ul li:nth-child(2) .epc-li{
    background: #2F2F2F;
}

    /*---------生产线---------------*/
.index-pro{
    margin: 50px 0;
}
.pro-title{
    padding: 0 20px;
    margin-bottom: 30px;
}
.pro-title h2{
    font-size: 42px;
    text-transform: uppercase;
}
.pro-title p{
    font-size: 34px;
    color: #104492;
    letter-spacing: 2px;
    font-weight: bold;
}
.pro-box ul li{
    width: 33.33%;
    float: left;
    overflow: hidden;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.pro-box ul li .pro-list{
    margin: 0 20px;
    background: #f0f0f0;
    padding: 20px 20px 50px;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: relative;
}
.pro-list .pro-img img{
    width: 100%;
    height: auto;
}
.pro-list .pro-bt{
    line-height: 40px;
    font-size: 18px;
    margin-top: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.pro-list .more{
    border: 4px solid #f0f0f0;
    background: #fff;
    line-height: 53px;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    position: absolute;
    left: 50%;
    bottom: -28px;
    margin-left: -28px;
}
.pro-list .more a{
    color: #b3b3b3;
}
.pro-box ul li:hover .pro-list{
    background: #363e45;
}
.pro-box ul li:hover .pro-bt a{
    color: #ffffff;
}
.pro-box ul li:hover .more{
    background: #104492;
    border-color: #104492;
}
.pro-box ul li:hover .more a{
    color: #ffffff;
}
/*--------制造-------------*/
.zhizao{
    background: url("../images/zbg.jpg") no-repeat;
    padding: 200px 0;
}
.zhizao .zhi-txt{
    text-align: center;
    color: #ffffff;
}
.zhizao .zhi-txt h2{
    font-size: 48px;
    letter-spacing: 2px;
}
.zhizao .zhi-txt p{
    width: 75%;
    margin: 0 auto;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 36px;
    margin-top: 50px;
}
/*新闻资讯*/
.index-news{
    padding: 80px 0;
}
.list-3 li {
    float: left;
    width: 50%;
}
.list-3 li a {
    display: block;
    margin: 20px 0 0 20px;
    background-color: #fff;
    padding: 20px;
    -webkit-transition: all .5s;
    transition: all .5s;
    overflow: hidden;
    position: relative;
}
.list-3 li .date {
    float: left;
    width: 115px;
    position: relative;
    z-index: 1;
    line-height: 1;
    padding: 5px 0;
    color: #fff;
}
.list-3 li .date small {
    display: block;
    font-size: 16px;
}
.list-3 li .date strong {
    display: block;
    font-size: 48px;
    margin-top: 10px;
}
.list-3 li .text {
    margin-left: 140px;
}
.list-3 li .text h4 {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-3 li .text p {
    margin: 10px 0 0;
    color: #9f9f9f;
    -webkit-transition: all .5s;
    transition: all .5s;
    line-height: 1.8;
    height: 50px;
    overflow: hidden;
}
.list-3 li a:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 157px;
    height: 0;
    border-bottom: 125px solid #cccccc;
    border-right: 78px solid transparent;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.list-3 li a:hover:after {
    border-bottom-color: #104492;
}
.list-3 li a:hover {
    background-color: #3a4249;
    color: #fff;
}
/*友情链接*/
.yunu-link {
    padding: 20px 0;
}
.yunu-link h4 {
    border-bottom: 1px solid #ddd;
    margin: 0;
    font-size: 18px;
    color: #104492;
    padding-bottom: 15px;
}
.yunu-link h4 small {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    color: #999;
}
.yunu-link ul {
    margin-left: -20px;
}
.yunu-link li {
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}
/*项目案例*/
.anli{
    padding: 80px 0;
    background: #f0f0f0;
}
.list-2 {
    margin: -20px 0 0 -20px;
}
.list-2 li {
    float: left;
    width: 33.333333%;
}
.list-2 li a {
    display: block;
    margin: 20px 0 0 20px;
    background-color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.list-2 li .img-cover {
    overflow: hidden;
    position: relative;
}
.img-cover span{
    display: block;
    width: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
    height: 100%;
}
.img-cover span img{
    width: 100%;
    height: auto;
}
.list-2 li .more {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16,68,146,.7);
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.list-2 li .more i {
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    top: 50%;
    font-style: normal;
    border: 1px solid #fff;
    width: 54px;
    line-height: 54px;
    border-radius: 50%;
    text-align: center;
    margin: -28px 0 0 -28px;
}
.list-2 li .text {
    line-height: 68px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    padding: 0 15px;
}
.list-2 li a:hover .more {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.list-2 li a:hover {
    background-color: #104492;
    color: #fff;
}
/*底部footer*/
.footer{
    background: #2F2F2F;
    padding: 80px 0;
    color: #ffffff;
}
.footer a{
    color: #ffffff;
}
.gzh{
    width: 35%;
    float: left;
}
.foot-list{
    width: 40%;
    float: left;
    padding-left: 20px;
}
.foot-list1{
    width: 25%;
    float: left;
}
.foot-list1 p{
    padding-bottom: 15px;
}
.gzh span{
    display: block;
}
.gzh p{
    width: 50%;
    float: left;
    text-align: center;
}
.foot-list .footer_ab P{
    margin-bottom: 15px;
}
.footer .bq{
    text-align: center;
    padding-top: 30px;
}
.footer .jg{
    text-align: center;
    margin-top: 30px;
    color: #fdd02b;
    font-size: 18px;
    font-weight: bold;
}
/*面包屑导航*/
.case{
    margin-top: 80px;
}
.m-d{
    background: #f2f2f2;
    text-align: right;
    padding: 10px 0;
    font-size: 14px;
    color: #747474;
}
.m-d a{
    color: #747474;
}
.case .case-left{
    width: 25%;
    float: left;
}
.case-top, .case-middle {
    background: #fbfafa;
    box-shadow: 4px 6px 7px #cccccc;
    padding-top: 40px;
    margin-bottom: 30px;
}
.case-title {
    background: #032e8f;
    padding: 20px 30px;
    color: #FFFFFF;
}
.nav_list li:first-child {
    border-top: 1px solid #FFFFFF;
    padding-top: 15px;
}
.nav_list li {
    text-align: center;
    padding: 15px 0;
}
.middle {
    text-align: center;
}
.nav-news-list li {
    text-align: left;
    padding-left: 13px;
    padding-right: 19px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.nav-news-list li i {
    display: inline-block;
    background: url("../images/jq.png") no-repeat;
    width: 32px;
    height: 32px;
    vertical-align: middle;
}
.case-right{
    width: 100%;
    /*float: left;*/
    /*padding-left: 30px;*/
    margin-bottom: 50px;
}
.case-list{
    padding-bottom: 50px;
}
.page {
    text-align: center;
    line-height: 37px;
}
.page a, .page b {
    font-size: 14px;
    border: 1px solid #ddd;
    color: #000000;
    padding: 5px 15px;
    margin: -5px;
}
.page b {
    color: #000;
    font-weight: 600;
    margin-right: 0;
}
.page a b {
    font-size: 14px;
    border: none;
    color: #000;
    background-color: transparent;
}
/*产品中心*/
.product-bg ul li .pro-list{
    padding: 10px 10px 41px;
}
.product-bg .pro-list .pro-bt{
    font-size: 16px;
}
/*新闻中心*/
.news-list .list-3 li{
    width: 100%;
    margin-bottom: 0;
}
/*一站式服务*/
.service-credit {
    background: #fff;
    padding: 50px 0;
}
.text-center {
    text-align: center;
}
.service-credit-til {
    font-size: 38px;
    font-weight: bold;
    line-height: 56px;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.service-credit-tex {
    font-size: 16px;
    line-height: 32px;
    color: #555555;
    margin-bottom: 10px;
    max-height: 64px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service-credit-label {
    padding: 20px 0 20px;
}
.service-credit-label li {
    padding-top: 20px;
    color: #555;
    margin-bottom: 30px;
    width: 33.33%;
    float: left;
}
.list-unstyle {
    list-style: none;
    padding-left: 0;
}
.service-credit-label-til {
    line-height: 50px;
}
.service-credit-label-til b {
    font-size: 100px;
    font-style: italic;
    padding-right: 5px;
    font-family: Arial, Helvetica, sans-serif;
    background-image: -webkit-linear-gradient(right,#eb3349,#f45c43);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.service-credit-label-til span {
    font-size: 24px;
}
.service-credit-label-tex {
    font-size: 24px;
}
.service-info {
    color: #333;
    background: #fff;
    overflow: hidden;
}
.service-info-main {
    position: relative;
}
.service-info-bg {
    background: #394fa2 no-repeat center center / cover;
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
}
.service-info-bg1 {
    background-image: url(../images/service-info-bg1.jpg);
    left: 0;
}
.service-info-bg2 {
    background-image: url(../images/service-info-bg2.jpg);
    right: 0;
}
.service-info-bg3 {
    background-image: url(../images/service-info-bg3.jpg);
    right: 0;
}
.service-info-bg4 {
    background-image: url(../images/service-info-bg4.jpg);
    left: 0;
}
.service-info-list {
    display: flex;
    flex-wrap: wrap;
}
.service-info-main li {
    padding: 70px 76px;
    width: 50%;
}
.service-info-list-white {
    color: #fff;
}
.service-info-list-main1 {
    width: 350px;
}
.service-info-list-til {
    font-size: 28px;
    line-height: 42px;
    font-weight: bold;
    margin-bottom: 10px;
}
.service-info-list-tex {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 10px;
    min-height: 128px;
}
.service-info-list-btn {
    min-height: 50px;
}
.service-info-list-btn a {
    display: block;
    width: 150px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    overflow: hidden;
    margin: 10px 0;
    transition: all .3s;
    color: #fff;
    border-radius: 23px;
    text-align: center;
    background: #f45c43;
    background: -moz-linear-gradient(left, #f45c43 0%, #eb3349 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f45c43), color-stop(100%,#eb3349));
    background: -webkit-linear-gradient(left, #f45c43 0%,#eb3349 100%);
    background: -o-linear-gradient(left, #f45c43 0%,#eb3349 100%);
    background: -ms-linear-gradient(left, #f45c43 0%,#eb3349 100%);
    background: linear-gradient(to right, #f45c43 0%,#eb3349 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f45c43', endColorstr='#eb3349',GradientType=1 );
}
.line-big {
    margin-right: -15px;
    margin-left: -15px;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 1px;
}
.service-info-main2 .service-info-list {
    flex-direction: row-reverse;
}
.service-info-list hr {
    background: #333;
    color: #333;
    margin: 20px 0;
}
.s_list .inside_list_title {
    padding: 10px 0 0;
}
.inside_list_title p{
    letter-spacing: 1px;
    line-height: 28px;
}
.inside_list h1 {
    padding: 20px 0 15px;
    font-size: 24px;
    float: left;
}
.inside_list_title span {
    float: right;
    padding-top: 8px;
    font-size: 14px;
}
.inside_list_title span, .inside_list_title span a {
    color: #7c7c7c;
    display: inline;
    padding: 20px 0 5px;
}
.inside_list_title span a {
    cursor: pointer;
}
.s_list p {
    line-height: 30px;
}
.line-big {
    margin-right: -15px;
    margin-left: -15px;
}
.support .a {
    margin-bottom: 40px;
}
.support .a li {
    margin: 26px 0 11px;
    padding: 0 15px;
    color: #fff;
    width: 50%;
    float: left;
}
.support .intro {
    position: relative;
    padding: 27px 35px 47px;
    transition: all .1s;
}
.support .a li div {
    height: 271px;
}
.support .intro.gray .call, .support .intro.gray:hover, .support .intro.red, .support .intro.red:hover .call {
    background-color: #db1000;
}
.support .a li h4 {
    padding-bottom: 12px;
    font-size: 24px;
}
.s_list p {
    line-height: 30px;
}
.support .call {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 106px;
    height: 39px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 39px;
}
.support .intro.gray, .support .intro.gray:hover .call, .support .intro.red .call, .support .intro.red:hover {
    background-color: #81878f;
}
.support .b {
    padding: 80px 0;
    background-color: #f5f5f5;
}
.support .b h2 {
    padding-bottom: 17px;
    font-size: 24px;
}
.s_list h2 {
    padding: 10px 0 10px;
}
.support .b ul {
    margin-top: 25px;
}
.list-unstyle .xm {
    width: 50%;
    float: left;
    padding: 0 15px;
}
.list-unstyle .xmk {
    width: 25%;
    float: left;
    padding: 0 15px;
}
.list-unstyle .xmt {
    width: 33.33333333%;
    float: left;
    padding: 0 15px;
}
.list-unstyle .xmp {
    width: 41.66666667%;
    float: left;
    padding: 0 15px;
}
.support .b li div {
    height: 196px;
    background-color: #ebebeb;
}
.support .first div {
    overflow: hidden;
}
.support .b li {
    padding-bottom: 30px;
}
.support .b li div {
    height: 196px;
    background-color: #ebebeb;
}
.support .b li span {
    display: block;
    padding: 40px 0 10px;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
}
.support .b li p {
    padding: 0 25px;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}
.support .c {
    padding-top: 45px;
}
.text-center {
    text-align: center;
}
.support .c h5 {
    color: #5b5b5b;
    font-size: 16px;
    padding-bottom: 10px;
    line-height: 26px;
}
.support .c h2 {
    padding: 10px 0 20px;
    font-size: 24px;
}
.support .c_2 {
    margin-top: 32px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}
.support .c_2 li {
    margin-bottom: 30px;
}
.support .c h3 {
    padding-bottom: 8px;
    color: #da251d;
    font-size: 20px;
}
.show-b {
    display: block!important;
}
.support .c_3 {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    color: #454444;
    margin-bottom: 30px;
}
.support .c_3 h5 {
    font-size: 26px;
}
.support .c_3 h5 span {
    color: #db1000;
    font-size: 70px;
}
.support .c_3 p {
    padding-bottom: 30px;
    font-size: 22px;
    padding-top: 3px;
}
.c_3 .xl4 {
    width: 33.33333333%;
    float: left;
    padding: 0 15px;
}
.support .c_3 .h24 {
    border-color: #e3e3e3;
    border-style: solid;
    border-width: 0 1px;
}
.fwbq{
    margin-top: 50px;
}
.fwbq li{
    width: 33.33%;
    float: left;
    margin-bottom: 50px;
}
.fwbq li .un-list{
    margin: 0 20px;
    background: #ededed;
    padding: 15px;
}
.un-list h4{
    color: #9a171d;
    padding-bottom: 10px;
}
.un-list p{
    line-height: 27px;
    letter-spacing: 1px;
}
/*-----配件----------------*/
.s_list .inside_list_title {
    padding: 10px 0 0;
}
.parts_intro {
    padding: 3px 0 16px;
}
.parts_intro p{
    margin-bottom: 10px;
    letter-spacing: 1px;
    line-height: 26px;
}
.li-t{
    margin-top: 15px;
}
.li-t li{
    width: 20%;
    float: left;
    margin-bottom: 30px;
    box-sizing: border-box;
    padding: 0 15px;
    text-align: center;
}
/*市场需求*/
.shi-tt{
    margin-bottom: 80px;
}
.shi-t h2{
    padding: 10px 0 10px;
    margin-top: 50px;
}
.shi-t p{
    line-height: 27px;
}
.network_contact {
    margin-bottom: 21px;
}
.line-big .line-img{
    width: 50%;
    float: left;
    text-align: center;
}
.line-big .line-img h2{
    font-size: 28px;
}
.line-big .line-img p strong{
    padding-top: 30px;
}
.network_contact .l h3 {
    padding: 27px 0 14px 58px;
}
.network_contact .l p {
    padding: 3px 0 45px 58px;
}
.network_contact .r {
    margin: 24px 26px;
    padding: 15px 18px;
    border: 1px solid #fff;
}
.network_contact h3 {
    padding-top: 10px;
}
.network_contact .r p {
    padding-top: 6px;
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
}
.network_contact li {
    /*float: left;*/
    padding: 12px 2px 6px;
    /*width: 50%;*/
    min-width: 155px;
    font-weight: 200;
    font-size: 18px;
}
.xb12{
    margin-bottom: 50px;
}
.xb12 p{
    line-height: 30px;
}
/*-----epc网站--------------*/
.huanjie {
    margin-top: 52px;
    margin-bottom: 55px;
}
.tac {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}
.tac h2 {
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
    padding: 28px 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #f90;
}
.tac:after {
    content: '';
    width: 44px;
    height: 7px;
    position: absolute;
    left: 50%;
    bottom: 0;
    background-color: #f90;
    transform: translate(-50%,50%);
}
.pb50-25 {
    margin: 50px 0 25px;
    font-size: 14px;
    line-height: 28px;
}
.epc-m .epc-box{
    width: 33.333%;
    float: left;
}
.huanjie ul {
    margin: 0 15px;
    border: 1px solid #2f99ea;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
}
.huanjie li {
    padding: 0 30px;
    line-height: 48px;
    width: 100%;
    list-style: none;
}
.huanjie li.active {
    background-color: #3671cf;
    color: #fff;
}
.huanjie li.active h3 {
    color: #fff;
    text-align: center;
    font-size: 20px;
}
.huanjie li p {
    width: 100%;
    margin: 0 auto;
    line-height: 48px;
    display: inline-block;
    padding-left: 30px;
    border-bottom: 1px solid #ccc;
    background: url(../images/ico.png) no-repeat 5px 15px;
}
.bcf5f5f5 {
    position: static;
    background-color: #f5f5f5;
    padding: 10px 0 30px;
}
.s-l .s-list{
    width: 48%;
    float: left;
}
.tongchou .s-l div {
    height: 119px;
    padding-left: 126px;
    padding-right: 0;
    margin-bottom: 30px;
}
.tongchou .s-l div:nth-child(odd) {
    margin-right: 10px;
}
.tongchou .tac+.s-l div:nth-child(1) {
    background: #fff url(../images/sprite.png) no-repeat 20px 10px;
}
.tongchou .tac+.s-l div:nth-child(2) {
    background: #fff url(../images/sprite.png) no-repeat 20px -96px;
}
.tongchou .tac+.s-l+.s-l div:nth-child(1) {
    background: #fff url(../images/sprite.png) no-repeat 20px -214px;
}
.tongchou .tac+.s-l+.s-l div:nth-child(2) {
    background: #fff url(../images/sprite.png) no-repeat 20px -330px;
}
.tongchou div p {
    margin-top: 36px;
    font-size: 14px;
    padding-right: 15px;
    line-height: 25px;
    letter-spacing: 1px;
}
.fds-box .fds-left,.fds-box .fds-right{
    width: 50%;
    float: left;
}
.fds-box .fds-list{
    margin: 0 15px;
}
.fds-box .fds-right h3 {
    text-align: left;
    margin-top: 0;
    font-weight: 700;
    line-height: 60px;
    font-size: 20px;
}
.fds-box .fds-right p{
    color: #777;
}
.fds-box .fds-right a.more:last-child {
    color: #fff;
    background-color: #f90;
    display: inline-block;
    line-height: 50px;
    padding: 0 40px;
    border-radius: 2px;
    margin-top: 60px;
}
.ft{
    margin-top: 50px;
    padding-bottom: 80px;
}
.pb30 {
    margin: 30px 0;
    line-height: 24px;
    font-size: 14px;
    color:#777;
}
.application-case .ca-l{
    width: 33.333%;
    float: left;
}
.case-item-wrapper{
    margin: 0 20px;
}
.hover-orange:hover .hover-show {
    border-bottom: 4px solid #f29c06;
}
.dwin .p-case {
    background-color: #f5f5f5;
    padding: 0;
}
.p-case {
    padding: 0 20px 30px 20px;
    border-bottom: 4px solid #d3d6da;
    height: 210px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.p-case h3 a {
    display: inline-block;
    font-size: 20px;
    color: #333;
    margin-top: 45px;
    margin-bottom: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.dwin .p-case p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-wrap: break-word;
    word-break: normal;
    color: #777;
    font-size: 14px;
}
.p-case .more {
    display: inline-block;
    margin-top: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    color: #f90;
}
.hover-more:hover .more {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    margin-top: 20px;
}
.orange:hover {
    color: #f90;
}
/*物联网*/
.hlw{
    margin: 80px 0;
}
.hlw-title h4{
    color: #212121;
    font-size: 36px;
    line-height: 1;
    text-align: center;
}
.hlw-title span{
    color: #757575;
    display: block;
    font-size: 16px;
    line-height: 1.8;
    margin: 20px auto 30px;
    text-align: center;
}
.horizontal li{
    width: 33.333%;
    float: left;
}
.horizontal .active p{
    color: #9a171d;
}
.horizontal li .nbs{
    margin: 0 20px;
}
.horizontal li .nbs img{
    width: 100%;
    height: auto;
}
.horizontal li .nbs p{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.n-box ul li{
    float: left;
    width: 33.333%;
}
.n-box ul li .ns{
    background-repeat: no-repeat;
    background-size: 100% auto;
    border: solid 1px #bbdefb;
    margin: 30px 20px 0;
    padding: 23px 25px 23px;
    transition: all ease 0.45s;
    height: 285px;
}
.ns h4 {
    color: #003f98;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
}
.ns p{
    color: #757575;
    font-size: 16px;
    margin-top: 20px;
    text-align: justify;
    line-height: 26px;
    overflow: hidden;
}
.n-box ul li .ns1{
    background-image: url(../images/01_bg.png);
}
.n-box ul li .ns2{
    background-image: url(../images/02_bg.png);
}
.n-box ul li .ns3{
    background-image: url(../images/03_bg.png);
}
.n-box ul li .ns4{
    background-image: url(../images/04_bg.png);
}
.n-box ul li .ns5{
    background-image: url(../images/05_bg.png);
}
.n-box ul li .ns6{
    background-image: url(../images/06_bg.png);
}
.hsk{
    margin-top: 50px;
    margin-bottom: 80px;
}
.hsk ul li{
    width: 33.333%;
    float: left;
}
.hsk ul li .lk{
    margin: 0 20px;
}
.lk .lkm{
    line-height: 1px;
}
.lk .lkm img{
    width: 100%;
    height: auto;
}
.lk .lk-t{
    padding: 20px 20px 18px;
    color: #ffffff;
    text-align: center;
}
.lk .lk-t span{
    font-size: 24px;
}
.lk .lk-t p{
    line-height: 1.8;
    margin-top: 12px;
}
.lk .lk1{
    background-image: linear-gradient(0deg,#1e3c72 0%,#2a5298 100%);
}
.lk .lk2{
    background-image: linear-gradient(0deg,#d19b49 0%,#e5bc7d 100%);
}
.lk .lk3{
    background-image: linear-gradient(0deg,#6b0407 0%,#8b0509 100%);
}
/*-----关于我们-----------*/
.gy-box li{
    width: 16.666%;
    float: left;
    text-align: center;
}
.gyw{
    background-color: rgba(0,0,0,0.65);
}
.gy-box li a{
    display: block;
    padding: 15px 0;
    color: #ffffff;
}
.gy-m .gy-x{
    width: 50%;
    float: left;
}
.gy-m{
    margin-top: 50px;
}
.gyw-t h2{
    color: #1d1d1d;
    line-height: 22px;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 32px;
    font-weight: bold;
}
.about_row_first {
    padding: 40px 25px 50px;
    background-color: #003f98;
    margin-bottom: 30px;
}
.about_row_first h5 {
    color: #ffffff;
    font-size: 14px;
    font-weight: bolder;
    margin: 0;
    line-height: 28px;
}
.about_row_first p {
    font-size: 14px;
    color: #ffffff;
    line-height: 28px;
}
.about_row_second {
    padding: 40px 20px 50px;
    background-color: #f1f1f1;
    margin-bottom: 30px;
}
.about_row_second p {
    font-size: 14px;
    color: #555555;
    line-height: 28px;
}
.about_shuju .gy-list{
    width: 33.33%;
    float: left;
}
.about_shuju {
    margin-top: 60px;
}
.shuju {
    text-align: center;
    position: relative;
}
.shuju .shuju_170 {
    font-size: 60px;
    color: #003f98;
    margin-right: 20px;
}
.shuju_jia{
    font-size: 14px;
    position: absolute;
    top: 1px;
}
.shuju p {
    display: inline-block;
    font-size: 30px;
}
.about_first {
    margin-top: 110px;
    background-color: #f1f1f1;
    padding: 70px 0 80px;
}
.gy-tm .cgy-tx{
    width: 40%;
    float: left;
}
.cgy-tx h5,.about_first_img h5 {
    font-size: 30px;
    font-weight: bolder;
    margin: 35px 0;
}
.cgy-tx p{
    line-height: 27px;
    letter-spacing: 2px;
    padding-bottom: 20px;
}
.about_first_img{
    width: 50%;
    float: right;
}
.about_first_img img{
    width: 100%;
    height: auto;
}
.about_second{
    margin: 80px 0;
}
.gy-img{
    float: left;
    width: 50%;
}
.gy-txt{
    float: right;
    width: 50%;
    box-sizing: border-box;
    padding-left: 30px;
}
.gy-txt p{
    margin-bottom: 30px;
}
.gy-box .active{
    background: #f90;
}
.ly{
    padding-bottom:80px;
}
.ly h5{
    text-align: center;
    font-size: 32px;
    padding-bottom: 30px;
}
.ly p img{
    width: 100%;
    height: auto;
}
/*-------隆中团队-------------*/
.about-main{
    padding: 80px 0;
}
.about-title{
    padding-bottom: 30px;
    text-align: center;
}
.about-title h4{
    font-size: 32px;
    padding-bottom: 15px;
}
.about-dui ul li{
    width: 25%;
    float: left;
}
.about-li{
    margin: 0 20px;
}
.about-li p{
    text-align: center;
}
.about-li p:nth-child(1){
    line-height: 1px;
}
.about-li p:nth-child(2){
    background: #333f50;
    padding: 8px 0;
    color: #ffffff;
}
.about-main01{
    padding: 50px 0;
}
.about-dui01 ul li{
    width: 33.333%;
    float: left;
}
.about-dui01 .about-list{
    margin: 0 20px;
}
.about-list h4{
    background: #333f50;
    color: #ffffff;
    padding: 10px 0;
    text-align: center;
}
.about-list p{
    padding-top: 15px;
    letter-spacing: 1px;
    line-height: 27px;
}
.about-main02{
    padding-bottom: 80px;
}
.about-left,.about-right{
    width: 50%;
    float: left;
}
.about-right{
    box-sizing: border-box;
    padding-left: 30px;
}
.about-right{
    padding-top: 30px;
}
.about-right p{
    letter-spacing: 2px;
    line-height: 27px;
    padding-bottom: 30px;
}
.lic{
    padding: 80px 0;
}
/*----------荣誉证书---------*/
.ryz{
    margin: 80px 0;
}
.ryz-t{
    margin-bottom: 40px;
}
.ryz .ryz-t li{
    width: 15%;
    float: left;
}
.ryz .ryz-t .ryz-b span{
    display: inline-block;
    border: 2px solid #104492;
    text-align: center;
    padding: 5px 20px;
}
.y-box ul li{
    width: 33.333%;
    float: left;
    margin-bottom: 30px;
}
.y-box li .ns{
    margin: 0 30px;
}
.y-box li .ns img{
    width: 100%;
    height: 241px;
}
.y-box li .ns p{
    margin-top: 0;
    text-align: center;
}
.y-hd ul li{
    width: 25%;
}
.y-hd li .nxm img{
    width: 100%;
    height:331px;
}
/*------友好合作---------*/
.hz{
    margin: 80px 0;
}
.hz ul li{
    width: 25%;
    float: left;
    margin-bottom: 30px;
}
.hz ul li .hz-b{
    margin: 0 20px;
}
.hz ul li .hz-b p{
    text-align: center;
}
.hz-t h4{
    font-size: 32px;
    margin-bottom: 45px;
    margin-left: 20px;
}
.hz-z{
    margin-bottom: 80px;
}
.zb ul li{
    width: 33.333%;
    float: left;
}
.zb ul li p{
    margin: 0 50px;
}
/*-----联系我们----------*/
.contact_main{
    padding-top: 80px;
}
.contact_title h3 {
    font-size: 24px;
    text-align: center;
    padding-bottom: 35px;
}
.contact_list {
    width: 33.3333%;
    float: left;
    text-align: center;
}
.contact_list h4 {
    color: #323232;
    letter-spacing: 2px;
    padding-bottom: 15px;
    font-size: 15px;
}
.contact_list p {
    line-height: 25px;
    font-size: 14px;
}
.contact_address {
    padding-top: 30px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}
.contact_pt {
    padding-top: 68px;
}
.contact_ptbox {
    width: 25%;
    float: left;
    text-align: center;
}
.pt {
    width: 40%;
    margin: 0 auto;
    color: #FFFFFF;
}
.pt img {
    width: 100%;
    height: auto;
}
.pt p {
    background: #16509c;
    padding: 5px 0;
    font-size: 14px;
}
.map{
    margin-top: 60px;
}
/*-----------------------*/
.kg{
    margin: 80px 0;
}
.tab-group {
    position: relative;
    margin-top: 2.5em;
    border-radius: 0 0 10px 10px;
}
.tab-group section {
    opacity: 0;
    height: 0;
    padding: 0 1em;
    overflow: hidden;
    transition: opacity 0.4s ease, height 0.4s ease;
}
.tab-group section.active {
    opacity: 1;
    height: auto;
    overflow: visible;
}

.tab-nav {
    list-style: none;
    margin: -2.5em -1px 0 0;
    padding: 0;
    height: 5.5em;
    overflow: hidden;
}
.tab-nav li {
    display: inline-block;
    width: 20%;
    text-align: center;
}
.tab-nav li a {
    top: 1px;
    position: relative;
    display: block;
    float: left;
    width: 100%;
    /*border-radius: 10px 10px 0 0;*/
    background: #eee;
    line-height: 2em;
    padding: 10px 1em;
    text-decoration: none;
    color: grey;
    margin-top: .5em;
    margin-right: 1px;
    transition: background .2s ease, line-height .2s ease, margin .2s ease;
}
.tab-nav li.active a {
    background: #032e8f;
    color: white;
    line-height: 2.5em;
    margin-top: 0;
}
.fw-main{
    padding-top: 80px;
}
.fw-title{
    text-align: center;
}
.fw-title h2{
    font-size: 28px;
    padding-bottom: 15px;
}
.fw-box{
    padding: 50px 0;
}
.fw-box ul li{
    width: 25%;
    float: left;
}
.fw-list{
    margin: 0 15px;
    background: #f6f6f6;
    border-radius: 10px;
}
.fw-list p:nth-child(1) img{
    border-radius: 10px;
}
.fw-list p:nth-child(2){
    padding: 15px;
    text-align: center;
    font-weight: bold;
}
.fw-list p:nth-child(3){
    padding: 0 15px;
    font-size: 14px;
    height: 80px;
}
.epc-b{
    background: url("../images/bb.jpg");
    background-size: 100% 123%;
    padding: 80px 0;
}
.epc-b h2{
    font-size: 60px;
    color: #ffc107;
}
.epc-b p{
    font-size: 18px;
    font-weight: 600;
}
.epc-fw{
    background: #3255a2;
    padding: 50px 20px;
}
.epc-fw ul li{
    width: 33.333%;
    float: left;
}
.epc-fw-li{
    margin: 0 15px;
    text-align: center;
}
.epc-fw-li h4{
    font-size: 24px;
    color: #e5b020;
    padding-bottom: 15px;
}
.epc-fw-li p{
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
}
.wlw{
    padding: 80px 0 50px;
}
.wlw-img{
    text-align: center;
}
.wl{
    padding: 80px 0;
}
.wl .wl-left,.wl .wl-right{
    width: 50%;
    float: left;
}
.wl .wl-left{
    padding-top: 121px;
}
.wl-right{
    padding-top: 100px;
}
.wl-right img{
    width: 100%;
    height: auto;
}
.wl .wl-left h2{
    font-size: 54px;
    color: #44546a;
    padding-bottom: 20px;
}
.wl .wl-left .wl-m{
    background: #1d4582;
    color: #ffffff;
    padding: 15px 30px;
}
.wl .wl-left .wl-m h3{
    font-size: 48px;
    letter-spacing: 2px;
    padding-bottom: 15px;
}
.wl .wl-left .wl-m p{
    font-size: 20px;
    letter-spacing: 3px;
    font-weight: bold;
}
.wl .wl-left h4{
    font-size: 54px;
    color: #ffa101;
    font-weight: bold;
    padding-top: 20px;
}
.wl .wl-left .wl-d{
    margin-top: 30px;
}
.wl .wl-left .wl-d p{
    width: 25%;
    float: left;
}
.wl .wl-left .wl-d p span{
    text-align: center;
    background: #1d4582;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 30px;
}
.gy{
    background: url("../images/gy.jpg") no-repeat;
    height: 558px;
    margin: 93px 0 0;
}
.gy .warp{
    position: relative;
}
.gy .gy-t{
    background: url("../images/gyg.png") no-repeat;
    background-size: 100% 100%;
    padding: 100px;
    width: 64%;
    position: absolute;
    top: -91px;
    right:32px;
}
.gy .gy-t h2{
    font-size: 38px;
    color: #ffffff;
    margin-left: 50px;
    position: relative;
    padding-left: 37px;
    margin-bottom: 15px;
}
.gy .gy-t h2:before{
    content: "";
    display: block;
    width: 18px;
    height: 38px;
    background: #ffa101;
    position: absolute;
    top: 8px;
    left: 0;
}
.gy .gy-t p{
    color: #ffffff;
    line-height: 27px;
    letter-spacing: 2px;
}
.wl-b{
    background: #f3f3f3;
}
.sh{
    margin-top: 50px;
}
.sh ul li{
    width: 33.333%;
    float: left;
}
.sh-list{
    margin: 0  20px;
    background: #f6f6f6;
}
.sh-list .sh-img{
    line-height: 1px;
}
.sh-list .sh-img img{
    width: 100%;
    height: auto;
}
.sh-list .sh-title{
    background: #e0d9d3;
    margin: 0 20px;
    text-align: center;
    padding: 15px 0;
    font-weight: bold;
}
.sh-list .sh-sm{
    font-size: 14px;
    padding: 15px;
    color: #606060;
    line-height: 25px;
    letter-spacing: 2px;
}
.bsh{
    margin-top: 50px;
    position: relative;
}
.bsh .bsc-b{
    width: 45%;
    padding-top: 20px;
    position: absolute;
    top: 0;
    left: 0;
}
.bsh .bsc-b h4{
    font-size: 28px;
    padding-bottom: 10px;
}
.bsh .bsc-b p{
    line-height: 26px;
    padding-bottom: 15px;
}
.bmap{
    margin-top: 50px;
}
.shb{
    margin-top: 50px;
    position: relative;
}
.shb .shc-t{
    position: absolute;
    left: 0;
    bottom: 22px;
    width: 60%;
}
.shb .shc-t p{
    padding-bottom: 15px;
    line-height: 26px;
    letter-spacing: 2px;
    position: relative;
    padding-left: 28px;
}
.shb .shc-t p:before{
    content: "";
    display: inline-block;
    width: 16px;
    height: 24px;
    background: #1d4582;
    position: absolute;
    top: 5px;
    left: 0;
}
.jgu{
    margin-top: 50px;
}
.epc-w{
    margin-top: 80px;
}
.bjkm{
    margin-top: 80px;
}
.bjkm ul li{
    float: left;
}
.bjkm ul li:nth-child(1){
    width: 35%;
}
.bjkm ul li:nth-child(2){
    width: 35%;
}
.bjkm ul li:nth-child(3){
    width: 30%;
}
.bjkm ul li img{
    width: 100%;
    height: auto;
}
.bjkm ul li .pjk{
    margin: 0 15px;
}
.bjkm ul li:nth-child(1) .pjk{
    margin: 0;
}
.bjkm ul li .pj-p div{
    background: #dddddd;
    margin-bottom: 15px;
    padding: 15px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
}
.bjkm ul li .pjk .pj-t{
    margin-bottom: 30px;
}
.bjkm ul li .pjk .pj-t h4{
    font-size: 28px;
    text-align: center;
    background: #104492;
    color: #ffffff;
    padding: 15px;
    border-radius: 31px;
    letter-spacing: 2px;
    font-weight: 400;
}
.bjkm ul li .pjk .pj-t p{
    padding: 30px 0;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 2px;
}
.wlw p{
    width: 75%;
    margin: 0 auto;
    line-height: 27px;
    letter-spacing: 2px;
}
.epc-k{
    position: relative;
    margin-top: 50px;
}
.epc-k .epc-gm{
    position: absolute;
    top: 95px;
    left: 49px;
    width: 45%;
}
.epc-k .epc-gm h4 span{
    background: #ffffff;
    display: inline-block;
    padding: 15px 75px;
    border-radius: 30px;
}
.epc-k .epc-gm h4{
    margin-bottom: 20px;
}
.epc-k .epc-gm p{
    color: #ffffff;
    line-height: 27px;
    letter-spacing: 2px;
}
.epc-k .epc-gp{
    top:130px;
}
/*关于我们*/
.about-t,.about-m{
    padding: 100px 0;
}
.about-w{
    padding-top:50px;
}
.about-w img{
    width: 100%;
    height: auto;
}
.about-qy{

    padding-top: 80px;
}
.about-qy .qy-i{
    width: 60%;
    float: left;
}
.about-qy .qy-i img{
    width: 100%;
    height: auto;
}
.qy-m{
    width: 40%;
    float: left;
    position: relative;
}
.qy-m p{
    font-size: 20px;
    position: absolute;
    left: 49px;
}
.qy-m p:nth-child(1){
    top:40px;
}
.qy-m p:nth-child(2){
    top:198px;
}
.qy-m p:nth-child(3){
    top:362px;
}
.qy-m p:nth-child(4){
    top:501px;
}
.ab-l{
    width: 40%;
    float: left;
    padding-top: 37px;
}
.ab-r{
    width: 60%;
    float: left;
}
.ab-l p{
    background: #ffa101;
    margin-bottom: 15px;
    padding: 30px;
}
.ab-l p i{
    display: block;
    width: 65px;
    height: 63px;
    background: url("../images/shug.png") no-repeat;
    float: left;
}
.ab-l p span{
    width: 83%;
    float: left;
    padding-left: 20px;
}
.ab-r{
    position: relative;
}
.ab-r .ab-img{
    width: 60%;
    float: right;
}
.ab-r .ab-img img{
    width: 100%;
    height: auto;
}
.ab-r .ab-t{
    position: absolute;
    top: 132px;
    left: 46px;
    width: 35%;
}
.ab-r .ab-t p{
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 2px;
}
.about-b{
    margin-top: 80px;
}
.about-kb{
    background: #F2F2F2;
    padding: 80px 0;
    margin-top: 30px;
}
.ab-ki{
    padding-top: 50px;
}
.ab-w{
    margin-top: 80px;
}
.ab-w .ab-left,.ab-w .ab-right{
    width: 50%;
    float: left;
}
.ab-w .ab-left{
    padding-right: 15px;
}
.ab-w .ab-right video{
    width: 100%;
}
.ab-w .ab-left h4{
    font-size: 28px;
    padding-bottom: 20px;
}
.ab-w .ab-left p{
    padding-bottom: 15px;
    line-height: 27px;
    letter-spacing: 2px;
}
.ys{
    margin-top: 100px;
}
.ys-left{
    width: 55%;
    float: left;
}
.ys-right{
    width: 45%;
    float: left;
}
.ys ul li{
    margin-bottom: 30px;
    font-size: 18px;
    background: #e6e6e6;
    margin-right: 20px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
}
.ys .ys-m{
    width: 90px;
    height: 80px;
    line-height:80px;
    float: left;
    text-align: center;
    color: #ffffff;
    background: #104492;
    border-radius: 15px;
    font-size: 30px;
    font-weight: bold;
}
.ys .ys-t{
    width: 65%;
    float: left;
    padding-left: 96px;
    line-height: 26px;
    position: relative;
}
.ys .ys-t:before{
    content: "";
    display: block;
    width: 69px;
    height: 69px;
    background: url("../images/dh.png") no-repeat;
    position: absolute;
    top: 6px;
    left: 12px;
}
.ys .ys-t p{
    padding-top: 10px;
}
.ab-b{
    margin-bottom: 30px;
}
.ab-b p{
    padding: 0 80px;
}
.zz{
    margin-top: 100px;
}
.zz-left,.td .td-left,.td .td-right{
    width: 50%;
    float: left;
}
.zz-left img{
    width: 100%;
    float: left;
}
.zz-right{
    width: 50%;
    float: left;
    background: #104492;
    color: #ffffff;
    padding: 50px;
}
.zz-right .zz-t{
    margin-bottom: 48px;
    padding-left: 105px;
    position: relative;
}
.zz-right .zz-t h4{
    font-size: 28px;
    padding-bottom: 10px;

}
.zz-right .zz-t h4:before{
    content: "";
    display: block;
    width: 90px;
    height: 90px;
    position: absolute;
    left: 0;
    top: 0;
}
.zz-right .z1 h4:before{
    background: url("../images/z1.png") no-repeat;
}
.zz-right .z2 h4:before{
    background: url("../images/z2.png") no-repeat;
}
.zz-right .z3 h4:before{
    background: url("../images/z3.png") no-repeat;
}
.td{
    margin-top: 50px;
}
.td .td-right img{
    width: 100%;
    height: auto;
}
.td .td-left{
    padding-top: 150px;
}
.td .td-left span{
    display: block;
    width: 100%;
    height: 30px;
    background: #ffa101;
    margin-bottom: 50px;
}
.td .td-left h4{
    background: #104492;
    color: #ffffff;
    text-align: center;
    padding: 50px 0;
    font-size: 38px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 30px;
}
.td .td-left p{
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 2px;
}
.td-l{
    background: #313131;
    padding: 80px;
    position: relative;
}
.td-l:before{
    content: " ";
    display: block;
    width: 300px;
    height: 250px;
    background: url("../images/td4.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: -47px auto;
}
.tdk .td-m{
    width: 35%;
    color: #ffffff;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 2px;
}
.tdk{
    position: relative;
}
.tdk .ms1{
    float: left;
}
.tdk .ms2{
    float: right;
}
.tdk .ms1:before{
    content: "";
    display: block;
    width: 109px;
    height: 109px;
    background: url("../images/td2.png") no-repeat;
    position: absolute;
    top: -123px;
    left: -36px;
}
.tdk .ms2:before{
    content: "";
    display: block;
    width: 109px;
    height: 109px;
    background: url("../images/td3.png") no-repeat;
    position: absolute;
    top: -123px;
    right: -36px;
}
.tdk .td-m p:nth-child(2){
    background: #ffa101;
    width: 200px;
    padding: 5px 0;
    margin-top: 30px;
    text-align: center;
}
.hw{
    margin-top: 150px;
    position: relative;
}
.hw img{
    width: 100%;
    height: auto;
}
.hw .hw-txt{
    width: 30%;
    position: absolute;
    left: 0;
    bottom: 75px;
}
.hw .hw-txt h4{
    color: #7f7f7f;
    font-size: 28px;
    letter-spacing: 2px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 22px;
}
.hw .hw-txt h4:after{
    content: " ";
    display: block;
    width: 50px;
    height: 6px;
    background: #000000;
    border-radius: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.ry{
    margin-top: 100px;
    text-align: center;
}
.ry-title h4{
    font-size: 34px;
    letter-spacing: 2px;
    color: #44546a;
    padding-bottom: 15px;
    position: relative;
}
.ry-title p{
    padding-bottom: 10px;
}
.ry-title h4:before{
    content: "";
    display: block;
    width: 200px;
    height: 10px;
    background: #104492;
    position: absolute;
    top: 18px;
    left: 72px;
}
.ry-title h4:after{
    content: "";
    display: block;
    width: 200px;
    height: 10px;
    background: #104492;
    position: absolute;
    top: 18px;
    right: 72px;
}
.ry-img{
    margin-top: 50px;
}
.ry-img ul li{
    width: 25%;
    float: left;
}
.ry-img ul li .ry-b{
    padding: 0 20px;
}
.ry-img ul li .ry-b img{
    width: 100%;
    height: auto;
}
.yh{
    margin-top: 100px;
}
.yh-img{
    margin-top: 30px;
}
.yh-img img{
    width: 100%;
    height: auto;
}
.qywh{
    margin-top: 80px;
}
.qywh-t h4{
    font-size: 34px;
    margin-bottom: 15px;
}
.qywh-t p{
    line-height: 27px;
    letter-spacing: 2px;
    font-size: 14px;
}
.qywh-l{
    margin-top: 50px;
}
.qywh-l ul li{
    width: 50%;
    float: left;
    margin-bottom: 40px;
}
.qywh-l ul li .qywh{
    margin: 0 20px;
    position: relative;
}
.qywh-x{
    position: absolute;
    bottom: 5px;
    left: 0;
    color: #ffffff;
    background: rgb(10 10 10 / 66%);
    width: 100%;
    padding: 15px;
}
/*内容页*/
.mb-title {
    width: 100%;
    background: #ffffff;
    border-radius: 30px 30px 0 0;
    padding: 45px 60px 35px;
    margin: 18px 0 0;
    position: relative;
    top: 2px;
}
.mb-title .left{
    width: 70%;
    float:left;
    padding-right: 30px;
}
.mb-title .left h1 {
    font-size: 40px;
    color: #333333;
    font-weight: bold;
    line-height: 60px;
}
.mb-title .date {
    font-size: 14px;
    color: #999999;
    margin: 22px 0 25px;
    display: block;
}
.mb-title .date span {
    margin-right: 15px;
}
.mb-title .text {
    font-size: 16px;
    color: #e84545;
}
.mb-title .zx-box {
    width: 25%;
    float: left;
}
.mb-title .zx-box dd a {
    width: 100%;
    height: 71px;
    background-color: #f82828;
    background-image: linear-gradient(to right,#f92a2a,#ec131d);
    border-radius: 14px;
    display: block;
    font-size: 28px;
    text-align: center;
    line-height: 71px;
    color: #ffffff;
    margin: 0 auto;
    box-shadow: 0 36px 20px -25px rgb(121 121 121 / 40%);
    position: relative;
    overflow: hidden;
}
.mb-title .zx-box dd:after {
    content: "";
    width: 100%;
    height: 162px;
    position: absolute;
    left: 0;
    right: 0;
    top: -150px;
    z-index: -1;
}
.mb-title .zx-box dt {
    background-image: linear-gradient(rgba(248,40,59,0.6),rgba(248,109,40,0) 22%);
    border: 1px solid #da1212;
    border-radius: 14px;
    padding: 46px 0 13px;
    margin-top: -21px;
}
.mb-title .zx-box dt .p1 {
    width: 182px;
    height: 182px;
    margin: 0 auto;
    background-color: #f82828;
    background-image: linear-gradient(to right,#f92a2a,#ec131d);
    border: 2px solid #ff9663;
    border-radius: 14px;
    padding: 13px;
    overflow: hidden;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-align: center;
    box-shadow: -10px 14px 9px rgb(123 44 14 / 20%);
}
.mb-title .zx-box dt .p2 {
    font-size: 24px;
    color: #e21313;
    font-weight: bold;
    text-align: center;
    margin: 22px 0 14px;
}
.mb-title .zx-box dt .p3 {
    font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 28px;
}
.mb-title .zx-box dt .p3 span {
    display: block;
}
.mb-title .left .newstxt p{
    font-size: 18px;
    color: #333333;
    line-height: 48px;
    margin: 18px 0;
}
.mb-title .zx-box .fr {
    background: #ffffff;
    border-radius: 0 0 20px 20px;
    padding: 0 1.87%;
    margin: 82px 0 0;
    box-shadow: 0 1px 30px rgb(0 0 0 / 10%);
    position: relative;
}
.mb-title .zx-box .fr:before {
    content: "";
    width: 76%;
    height: 40px;
    background: #ffffff;
    border-top: 8px solid #da2f2f;
    display: block;
    position: absolute;
    left: 50%;
    top: -25px;
    margin-left: -38%;
    box-shadow: 0 -15px 10px rgb(0 0 0 / 5%);
}
.mb-title .zx-box .fr h4 {
    font-size: 24px;
    color: #da2f2f;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 3px 0 rgb(0 0 0 / 20%);
    padding: 30px 0;
}
.mb-title .zx-box .fr .news-recom {
    border-bottom: 1px solid #eeeeee;
}
.mb-title .zx-box .fr ul li {
    margin-bottom: 10px;
}
.mb-title .zx-box .fr ul li img{
    width: 100%;
    height:auto;
}
.mb-title .zx-box .fr ul li p a {
    font-size: 16px;
    color: #000000;
    text-align: center;
    line-height: 20px;
    padding: 18px 0;
    display: block;
}
.bg-box {
    width: 100%;
    background: url(../images/bg-zs.jpg) repeat;
    padding: 80px 0 1px;
    margin-top: -69px;
}
.cppage3 {
    width: 100%;
    padding: 45px 0 60px;
}
.cppage3 h4 {
    font-size: 36px;
    color: #000000;
    font-weight: bold;
}
.cppage3 h4:after {
    content: "";
    width: 60px;
    height: 4px;
    background: #da2f2f;
    display: block;
    margin: 20px 0 10px;
}
.cppage3 ul {
    overflow: hidden;
    margin-left: -8%;
    position: relative;
}
.cppage3 ul li {
    width: 42.5%;
    float: left;
    margin: 15px 0 15px 7.5%;
    position: relative;
}
.cppage3 ul li h5 a {
    width: 80%;
    font-size: 20px;
    color: #333333;
    line-height: 38px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    padding-bottom: 5px;
}
.cppage3 ul li span {
    font-size: 16px;
    color: #da2f2f;
    line-height: 38px;
    position: absolute;
    right: 0;
    top: 0;
}
.cppage3 ul li p {
    height: 60px;
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/*表单样式*/
.bt{
    margin: 50px 0;
}
.bt .bt-title h2{
    font-size: 28px;
    color: #000;
    font-weight: bold;
}
.bt .bt-title p{
    padding-top: 10px;
}
.bt-table{
    padding-top: 30px;
}
.user-txt{
    width: 50%;
    float: left;
}
.tb-list{
    margin-bottom: 20px;
}
.user-txt label,.tb-list .tb-sb,.tb-list .tb-sbt{
    font-size: 18px;
    color: #7c7b7b;
    letter-spacing: 1px;
}
.user-txt .input,.user-txt .select{
    font-size: 16px;
    padding: 6px;
    border: 1px solid #ddd;
    width: 70%;
    height: 34px;
    border-radius: 4px;
    -webkit-appearance: none;
    box-shadow: 0 1px 1px rgba(0,0,0,.075) inset;
    transition: all 1s cubic-bezier(0.175,0.885,0.32,1) 0s;
}
.tb-list .tb-sb,.tb-list .tb-sbt{
    display: inline;
}
.tb-list .tb-sbt{
    margin-right: 10px;
}
.tb-list .sb-l{
    float: left;
}
.tb-sbt textarea{
    border-radius: 2px;
}
.tb-list .tb-tj button{
    width: 200px;
    padding: 10px 0;
    border-color: #f4502d;
    background-color: #f4502d;
    color: #fff;
    border: none;
}



