html {
    scroll-behavior: smooth;
}
body {
    overflow-x: hidden;
    font-family: "微软雅黑";
    margin: 0;
}

ul {
    padding: 0;
    margin: 0; }

ul li {
    list-style: none; }
p{
    margin:0;
}
a {
    color: #000000;
    text-decoration: none; }

h1, h2, h3, h4, h5 {
    margin: 0;
    font-weight: unset;
}

a:focus,
a:hover {
    color: #000000;
    text-decoration: none; }

a:focus {
    outline: none;
    outline-offset: -2px; }
.flex-between{
    display: flex;
    justify-content: space-between;
}
.w1200{
    max-width: 1200px;
    margin: 0 auto;
}
.clear{
    clear: both;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.header{
    height: 100px;
    line-height: 100px;
}
.logo img{
    margin-top: 20px;
}
.headnav ul li{
    display: inline-block;
    width: 100px;
    text-align: center;
    position: relative;
}
.headnav ul li a{
    font-size: 18px;
    color: #666666;
}
.headnav ul li .child{
    position: absolute;
    top: 100px;
    background: #2778ca;
    width: 100%;
    padding: 10px 0;
    display: none;
    z-index: 2;
}
.headnav ul li .child .ccnav{
    display: block;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 35px;
    padding: 0 5px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.headnav ul li .child1{
    padding: 5px 0;
}
.headnav ul li .child1 a{
    display: block;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 40px;
    padding: 0 5px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}

.hphone p{
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    background: url("../image/i2.png") no-repeat left;
    padding-left: 38px;
}
.pc_banner{
    position: relative;
}
.pc_banner img{
    display: block;
}
.banner-pagination{
    position: absolute;
    bottom: 40px !important;
    z-index: 1;
    text-align: center;
}
.swiper-pagination-bullet-active{
    background: #2778ca !important;
}
.swiper-pagination-bullet{
    width: 10px !important;
    height: 10px !important;
}
.comtitle{
    padding: 105px 0 65px;
    text-align: center;
}
.comtitle h1{
    font-size: 48px;
    color: #000000;
    margin-bottom: 20px;
}
.comtitle h2{
    font-size: 20px;
    color: #666666;
}
.fuwu{
    padding-bottom: 140px;
    background: url("../image/i23.jpg") no-repeat center;
    background-size: cover;
}
.fwl{
    width: 24%;
    float: left;
    height: 478px;
    background: url("../image/i24.png") no-repeat center;
    padding: 100px 40px 55px 0;
    box-sizing: border-box;
}
.fwr{
    width: 76%;
    float: left;
    height: 478px;
}
.fwl h1{
    font-size: 30px;
    color: #FFFFFF;
    margin-bottom: 20px;
    margin-left: 20px;
    background: url("../image/i7.png") no-repeat right;
}
.fwl p{
    font-size: 16px ;
    color: #FFFFFF;
    margin-bottom: 50px;
    margin-left: 20px;
}
.fwl a{
    display: block;
    width: 158px;
    padding: 13px 35px 13px 52px;
    border: 1px solid #FFFFFF;
    border-top-right-radius:40px;
    border-bottom-right-radius:40px;
    border-left: 0;
    color: #FFFFFF;
    font-size: 16px;
    margin-bottom: 18px;
    box-sizing: border-box;
}
.fwrlist{
    width: 33.33%;
    float: left;
    padding: 50px 30px 50px;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    height: 239px;
    background: #FFFFFF;
}
.fwrlist h2{
    font-size: 18px;
    color: #000000;
    line-height: 60px;
}
.fwrlist p{
    font-size: 16px;
    color: #999999;
    line-height: 25px;
}
.fwrlist:nth-child(1) h2{
    background: url("../image/i4.png") no-repeat right;
}
.fwrlist:nth-child(2) h2{
    background: url("../image/i5.png") no-repeat right;
}
.fwrlist:nth-child(3) h2{
    background: url("../image/i6.png") no-repeat right;
}
.fwrlist:nth-child(4) h2{
    background: url("../image/i10.png") no-repeat right;
}
.fwrlist:nth-child(5) h2{
    background: url("../image/i8.png") no-repeat right;
}
.fwrlist:nth-child(6) h2{
    background: url("../image/i9.png") no-repeat right;
}
.iabout{
    background: url("../image/i11.jpg") no-repeat center;
    background-size: cover;
    position: relative;
    padding: 150px 0 235px;
    margin-bottom: 100px;
}
.abl{
    width: 50%;
    margin-right: 10%;
}
.abbo{
    position: absolute;
    bottom: -55px;
    padding-top: 80px;
    background: #FFFFFF;
    width: 1200px;
    border-radius: 20px;
}
.abbo a{
    width: 24%;
}
.abbolist{
    float: left;
    text-align: center;
    border-right: 1px solid #9ebaed;
}
.abbolist:nth-child(4){
    border-right: 0;
}
.iabout h1,.iabout p,.iabout a,.iabout h2{
    color: #FFFFFF;
}
.abl h1{
    font-size: 48px;
    margin-bottom: 15px;
    margin-top: 80px;
}
.abl p{
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 95px;
}
.abl a{
    color: #2677c9;
    font-size: 18px;
    padding: 20px 75px 20px 45px;
    background: url(../image/i12.png) no-repeat #FFFFFF right;
    background-position-x: 130px;
    border-radius: 10px;
}
.abr{
    width: 40%;
}
.abrlist{
    width: 50%;
    float: left;
    text-align: center;
    margin-bottom: 70px;
}
.abrlist:nth-child(3),.abrlist:nth-child(4){
    margin-bottom: 0;
}
.abrlist h2{
    font-size: 80px;
    margin-bottom: 10px;
    position: relative;
}
.abrlist h2 span:nth-child(2){
    font-size: 28px;
    margin-left: 5px;
    position: absolute;
}
.abrlist p{
    font-size: 21px;
}
.abbolist p{
    font-size: 18px;
    color: #666666;
    margin-top: 5px;
}
.nlist1{
    width: 32%;
    margin-right: 2%;
    height: 425px;
    background: #fafafa;
}
.nlist2{
    width: 66%;
    height: 425px;
}
.nitem:nth-child(2n){
    margin-right: 0;
}
.nlist1desc{
    padding: 44px 20px 35px;
    box-sizing: border-box;

}
.nlist1desc h2{
    font-size: 18px;
    color: #000000;
    margin-bottom: 10px;
}
.nlist1desc p{
    font-size: 16px;
    color: #666666;
    line-height: 25px;
    display: inline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: auto;
}
.nitem{
    width: 48.5%;
    float: left;
    margin-right: 3%;
    padding: 30px 25px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    border-bottom: 0;
}
.nitem h2{
    font-size: 16px;
    color: #333333;
    margin-bottom: 9px;
}
.nitem p{
    font-size: 16px;
    color: #666666;
    line-height: 25px;
}
.nitem:nth-child(5),.nitem:nth-child(6){
    border-bottom: 1px solid #e5e5e5;
}
.hzlist .bd a{
    display: block;
    width: 170px;
}
.hzlist .bd a{
    text-align: center;
}
.hz{
    padding-bottom: 125px;
}
.footer{
    padding: 70px 0 80px;
    background: #163257;
}
.footer ._title_l {
    width: 86%;
    height: 36px;
    border: 1px solid #3c587d;
    border-right: none;
    line-height: 36px;
    text-indent: 16px;
    font-size: 14px;
    color: #fff;
}
.footer ._title_r {
    width: 44px;
    height: 36px;
    background: url(../image/i21.png) no-repeat center;
    border: 1px solid #3c587d;
}
.finfo{
    width: 300px;
    float: left;
    box-sizing: border-box;
}
.finfo:nth-child(1){
    width: 180px;
}
.finfo:nth-child(2){
    padding-left: 85px;
    border-right: 1px solid #29456a;
    border-left: 1px solid #29456a;
}
.finfo:nth-child(3){
    width: 270px;
    padding-left: 100px;
    border-right: 1px solid #29456a;
}
.finfo:nth-child(4){
    width: 440px;
    padding-left: 100px;
}
.finfo h2{
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.finfo ul li a{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 40px;
}
.footer .other_company_list {
    position: absolute;
    left: 0;
    top: 38px;
    width: 100%;
    height: 140px;
    overflow: hidden;
    display: none;
    overflow-y: auto;
    background: #f0f0f0;
    z-index: 2;
}
.footer .other_company_list a {
    display: block;
    color: #555555;
    width: auto;
    line-height: 20px;
    padding: 6px 18px;
    text-indent: 0px;
    white-space: nowrap;
    font-size: 14px;
}
.other_company{
    position: relative;
    margin-bottom: 20px;
}
.footer .other_company_list a:hover {
    background: #005bac;
    color: #ffffff;
    opacity: .8;
}
._title{
    overflow: hidden;
}
.wxinfo img{
    float: left;
    margin-right: 17px;
}
.wxphone{
    text-align: center;
}
.wxphone h2{
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 10px;
    margin-top: 15px;
}
.wxphone p{
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.wxphone a{
    font-size: 14px;
    color: #FFFFFF;
    display: block;
    padding: 6px 0;
    border: 1px solid #FFFFFF;
    border-radius: 40px;
    text-align: center;
}
.wxinfo{
    margin-top: 20px;
}
.ficp p{
    line-height: 88px;
    height: 88px;
    background: #163257;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    border-top: 1px solid #323845;
}
.ficp p a{
    color: #FFFFFF;
}
.ibanner img{
    width: 100%;
    display: block;
}
.pnav{
    background: #f3f3f3;
    height: 64px;
    line-height: 64px;
}
.pnav ul li{
    display: inline-block;
}
.pnav ul li a{
    color: #666666;
    font-size: 16px;
    padding: 0 22px;
}
.pnav ul li:hover{
    background: #2778ca;
    transition: all .3s;
}
.pnav ul li:hover a{
    color: #FFFFFF;
}
.pnav ul li.nactive{
    background: #2778ca;
}
.pnav ul li.nactive a{
    color: #FFFFFF;
}
.pmain{
    padding: 50px 0 80px;
}
.pmainl{
    width: 55%;
    margin-right: 2%;
}
.pmainr{
    width: 43%;
}
.pmainr img{
    width: 100%;
}
.pmainl h2{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
}
.pmainl .content{
    font-size: 16px;
    color: #666666;
    line-height: 26px;
}
.pmainf{
    margin-top: 80px;
}
.tile--info{
    width: 22%;
    margin-right: 3%;
    float: left;
    box-shadow:0px 0px 10px #ccc;
    text-align: center;
    padding: 35px 0;
    position: relative;
}
.tile__value{
    font-size: 40px;
    color: #007bfc;
    margin-bottom: 15px;
}
.tile__title{
    font-size: 19px;
    color: #666666;
}
.plc ul {
    background: url(../image/sy51.png) repeat-y center;
    display: block;
    zoom: 1;
}
.plc li:nth-child(1) {
    margin-top: 0;
}
.plc li:nth-child(2n) {
    float: left;
    text-align: right;
    margin-top: 90px;
}
.plc li {
    float: right;
    width: 45%;
    text-align: left;
    position: relative;
    margin-top: 95px;
}
.plc li:before {
    background: url(../image/sy50.png) no-repeat center center;
    left: -68px;
    top: 12px;
    content: "";
    display: block;
    position: absolute;
    width: 17px;
    height: 17px;
}
.plc li:nth-child(2n):before {
    background: url(sy50.png) no-repeat center center;
    right: -69px;
    top: 12px;
    left: auto;
    content: "";
    display: block;
    position: absolute;
    width: 17px;
    height: 17px;
}
.plc li h4 {
    font-size: 30px;
    color: #333;
    transition: all 1s;
    position: relative;
    display: block;
    text-decoration: none;
    font-family: lato;
    text-transform: uppercase;
    padding: 4px 0;
}
.plc li h4::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 100%;
    left: 0;
    background: #3498db;
    transition: transform .5s;
    transform: scaleX(0);
    transform-origin: right;
}
.plc li h4:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}
.plc li h4 .span {
    display: inline-block;
    color: green;
    font-size: 20px;
}
.plc li p {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.clearfix-time:after {
    content: '\20';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.plc li h4:hover {
    color: #666666;
}
.plc li h4:hover {
    color: #666666;
    transition: all 1s;
    transform: translateY(-15px);
}
.plc h2{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 50px;
    text-align: center;
}
.zhaop h1{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 50px;
    text-align: center;
}

.zplist{
    width: 23%;
    margin-right: 2%;
    float: left;
    display: block;
    background: #f5f5f5;
    cursor: pointer;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.zpmain{
    padding: 37px 34px 47px;
}
.zplist:nth-child(4n){
    margin-right: 0;
}
.datezp{
    display: block;
    font-family: 'Arial';
    font-size: 14px;
    color: #999;
    margin-bottom: 14px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zplist h2{
    font-size: 20px;
    color: #2778ca;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    padding-bottom: 18px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 20px;
}
.zpcontent h3 {
    font-size: 16px;
    color: #333;
    margin-bottom: 18px;
}
.zpcontent p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    height: 92px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.zpcontent em {
    display: block;
    width: 102px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    background: #949493;
    margin-top: 30px;
    font-style: inherit;
}
.zpmain:hover{
    background: #2778ca;
    color: #FFFFFF;
    transition: all .3s;
}
.zpmain:hover .datezp,.zpmain:hover h2,.zpmain:hover .zpcontent h3,.zpmain:hover .zpcontent p{
    color: #FFFFFF;
    transition: all .3s;
}
.zpmain:hover .zpcontent em{
    background: #FFFFFF;
    color: #2778ca;
    transition: all .3s;
}
.hidezp{
    display: none;
    position: fixed;
    background: #FFFFFF;
    width: 653px;
    height: 500px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    padding: 35px;
}
.shadzp{
    display: none;
    position: fixed;
    z-index: 1;
    background-color: #000;
    opacity: 0.3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hidezp h1 {
    font-size: 26px;
    color: #333;
    padding-bottom: 11px;
    border-bottom: 2px solid #e9e9e9;
    margin-bottom: 30px;
}
.zpaddress {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}
.zpaddress span:first-of-type{
    margin-right: 20px;
}
.hidezpcontent{
    margin-top: 15px;
    font-size: 16px;
    color: #333333;
    line-height: 26px;
}
.hidezpmain{
    height: auto;
    margin-bottom: 0px;
    margin-right: 0px;
    max-height: 300px;
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    margin: 0;
    max-width: none !important;
    overflow-y: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}
.zpsq{
    position: absolute;
    bottom: 35px;
    left: 35px;
    width: 150px;
    padding: 10px 0;
    color: #FFFFFF;
    background:#2778ca ;
    text-align: center;
    font-size: 16px;
}
.zpsq:hover{
    color: #FFFFFF;
}
.nlist{
    display: flex;
    border-bottom: 1px solid #e8e7e7;
    padding-bottom: 34px;
    margin-bottom: 34px;
}
.nimg{
    width: 30%;
    margin-right: 3%;
}
.nimg img{
    width: 100%;
}
.ntxt{
    width: 67%;
    position: relative;
    min-height: 200px;
}
.ntxt h2{
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 15px;
}
.ntxt p{
    font-size: 16px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 22px;
    display: inline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: auto;
}
.ndetail{
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: absolute;
    bottom: 15px;
    line-height: 40px;
}
.ndetail a{
    font-size: 15px;
    color: #FFFFFF;
    background: #2778ca;
    display: block;
    width: 90px;
    text-align: center;
}
.ndetail span{
    font-size: 15px;
    color: #666666;
}
.nlist:hover .nimg img{
    transform: scale(1.2);
}
.nlist:hover .ntxt h2,.nlist:hover .ntxt p{
    color: #2778ca;
}
.nlist .nimg{
    overflow: hidden;
}
.nlist .nimg img{
    transition: all .3s;
}
.kflist{
    width: 13%;
    margin-right: 1%;
    float: left;
    margin-bottom: 25px;
    padding: 10px;
    box-sizing: border-box;
    /*border: 1px solid #e5e5e5;*/
}
.kflist:nth-child(7n){
    margin-right: 0;
}
.kflist img{
    width: 80%;
}
.kflist p{
    font-size: 16px;
    text-align: center;
    margin: 10px 0;
    display: none;
}

.plist{
    width: 15%;
    margin-right: 1%;
    float: left;
    margin-bottom: 30px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #FFFFFF;
    height: 180px;
}
.plist:hover{
    border: 1px solid #2778ca;
    box-sizing: border-box;
}
.plist:nth-child(6n){
    margin-right: 0;
}
.plist img{
    width: 100%;
    display: block;
}
.plist p{
    font-size: 16px;
    text-align: center;
    margin: 10px 0;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}

/*效果样式*/
.fwl a:hover{
    background: #2778ca;
    border: 1px solid #2778ca;
    transition: all .3s;
}
.fwrlist:hover p{
    color: #2778ca;
}
.abl a:hover{
    background: url(../image/i12f.png) no-repeat #163257 right;
    background-position-x: 130px;
    color: #FFFFFF;
}
.abbolist p:hover{
    color: #2778ca;
}
.nlist1:hover{
    border-bottom: 2px solid #2778ca;
}
.nitem:hover{
    border: 1px solid #2778ca;
    box-sizing: border-box;
    transition: all .3s;
}
.hzlist .bd a img{
    width: 80%;
    padding:10px ;
    box-sizing: border-box;
    /*border: 1px solid #2778ca;*/
}
/*详情页*/

.showimg{
    width: 45%;
}
.showimg img{
    width: 100% !important;
    height: auto !important;
}
.showtxt{
    width: 45%;
}
.browsers__bar {
    height: 24px;
    padding: 0 8px;
    width: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    background: #FFFFFF;
}
.browsers__dot {
    width: 6px;
    height: 6px;
    min-width: 6px;
    margin-right: 4px;
    background: #8692b0;
    border-radius: 100px;
}
.show1{
    padding: 20px 0 150px;
}
.showimg{
    box-shadow:0px 0px 10px #ccc;
}
.browsers__screen{
    text-align: center;
}
.browsers__screen img{
    width: 100%;
}
.section__title{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
}
.shbg svg path{
    fill: #2778ca;
}
.pshow{
    position: relative;
}
.shbg svg{
    z-index: -1;
    position: absolute;
    width: 1630px;
    height: 100%;
    pointer-events: none;
    bottom: -80px;
    right: -54vw;
}
.xypg-pagination {
    margin-top: 20px;
    text-align: center;
    font-size: 0;
}
.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;
}
.phide1{
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.phide2{
    display: inline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: auto;
}
.headerwap{
    display: none;
}
@media (min-width: 768px) {
    .tile--info:active .tile__desc, .tile--info:active .tile__title, .tile--info:active .tile__value, .tile--info:focus .tile__desc, .tile--info:focus .tile__title, .tile--info:focus .tile__value, .tile--info:hover .tile__desc, .tile--info:hover .tile__title, .tile--info:hover .tile__value {
        opacity: 0;
        transform: translateY(-8px);
    }
    .tile--info:active .tile__info, .tile--info:focus .tile__info, .tile--info:hover .tile__info {
        opacity: 1;
        transform: translateY(0);
    }
    .tile--info .tile__info {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        display: flex;
        align-items: center;
        opacity: 0;
        margin-top: 0;
        transform: translateY(8px);
        text-align: center;
        width: 100%;
        color: #525666;
        padding: 0 25px;
        box-sizing: border-box;
    }
    .tile--info .tile__desc, .tile--info .tile__info, .tile--info .tile__title, .tile--info .tile__value {
        transition: transform .3s,opacity .3s;
    }
    .headnav ul li .child{
        padding: 0;
    }
    .headnav ul li .child .ccnav{
        position: relative;
        overflow: unset;
        line-height: 72px;

    }
    .ccnav .childs{
        position: absolute;
        left: 100px;
        top: 0;
        width: 850px;
        line-height: unset;
        height: 72px;
        background: #fff;
    }
    .ccnav .childs ul{
        background: #FFFFFF;
        padding-right: 10px;
        overflow: hidden;
        border-bottom: 1px dashed #cccccc;
    }
    .ccnav .childs ul li{
        display: block;
        float: left;
        margin-left: 10px;
        text-align: left;
        width: auto;
        font-size: 14px;
        line-height: 30px;
    }
    .ccnav .childs ul li a{
        color: #666666;
        font-size: 16px;
    }

}
.bgh{
    background: #f8f8f8;
    padding-top: 60px;
    padding-bottom: 80px;
}
.pshowp{
    padding-bottom: 0;
}
.show1{
    padding-bottom: 100px;
}
.wtlist .ntxt{
    min-height: unset;
    width: 100%;
}
.wtlist .ntxt h2{
    background: url("../picture/wen.png") no-repeat left;
    padding-left: 40px;
    background-size: 24px;
}
.wtlist .ntxt p{
    background: url("../picture/da.png") no-repeat left;
    padding-left: 40px;
    background-size: 24px;
}
.wtlist .nlist{
    padding-bottom: 15px;
}
.teamlist{
    width: 32%;
    margin-right: 2%;
    float: left;
    margin-bottom: 25px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
}
.teamlist img{
    width: 100%;
    display: block;
}
.teamlist:nth-child(3n){
    margin-right: 0;
}
.teamlist p{
    margin: 15px 10px;
    display: flex;
    justify-content: space-between;
}
.tmimg{
    width: 45%;
    margin-right: 5%;
    float: left;
}
.tmimg img{
    width: 100%;
}
.tntxt{
    width: 50%;
    float: left;
    margin-top: 5%;
}
.tntxt p span{
    font-size: 20px;
}
.tntxt p:nth-child(1){
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}
.tntxt p:nth-child(2){
    font-size: 18px;
    line-height: 45px;
}
.tntxt p:nth-child(3){
    font-size: 18px;
    line-height: 45px;
}
.contentt{
    margin-top: 30px;
}
.abinfo{
    overflow: hidden;
    margin-bottom: 30px;
}
.infol,.infor{
    height: 350px;
}
.infol{
    float: left;
    width: 40%;
    padding: 40px;
    padding-right: 3%;
    box-sizing: border-box;
    background: #F6F6F6;
    padding-top: 85px
}
.infor{
    float: left;
    width: 57%;
}
.infol h2{
    color: #FE2232;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}
.infol p{
    font-size: 18px;
    color: #333333;
    line-height: 40px;
}
.fwap{
    display: none;
}
@media (max-width: 767px) {
    .infol{
        float: left;
        width: 100%;
        padding: 30px;
        padding-right: 3%;
        box-sizing: border-box;
        background: #F6F6F6;
        padding-top: 30px;
    }
    .infor{
        float: left;
        width: 100%;
    }
    .infol, .infor {
        height: 300px;
    }
    .teamlist{
        width: 49%;
        margin-right: 2%;
        float: left;
        margin-bottom: 25px;
        border: 1px solid #e6e6e6;
        box-sizing: border-box;
    }
    .teamlist img{
        width: 100%;
        display: block;
    }
    .teamlist:nth-child(2n){
        margin-right: 0;
    }
    .teamlist:nth-child(3n){
        margin-right: 2%;
    }
    .tmimg{
        width: 100%;
        margin-right: 0%;
        float: left;
    }
    .tntxt{
        width: 100%;
        float: left;
        margin-top: 1%;
    }
    .tntxt p span{
        font-size: 18px;
    }
    .tntxt p:nth-child(1){
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .tntxt p:nth-child(2){
        font-size: 16px;
        line-height: 45px;
    }
    .tntxt p:nth-child(3){
        font-size: 16px;
        line-height: 25px;
    }

    .headerpc{
        display: none;
    }
    .headerwap{
        display: block;
    }
    /*header begin*/
    .container {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    .mob_top{
        z-index:777;
        width:100%;
        height:5rem;
        top: 0;
        left: 0;
    }
    .mob_logo{
        float:left;
        height:3rem;
        margin-top:1rem;
    }
    .mob_logo img{
        max-height: 100%;
    }
    .mob_menu{
        width:4rem;
        height:3rem;
        float:right;
        background:#fff;
        margin-top:1.4rem;
        border-radius:5px;
    }
    .mob_menu span{
        display: block;
        width: 50%;
        height: 2px;
        margin: 0.5rem auto 0;
        background: #000;
    }
    .mob_menu_fix{
        position:fixed;
        width:100%;
        height: 100%;
        background: #000;
        left: 100%;
        top: 0;
        background:#fff;
        transition: all .5s;
        z-index:888;
    }

    .mob_menu2{
        width:100%;
        height: auto;
        box-sizing: border-box;
        padding:1rem 1rem;
    }
    .mob_menu_close{
        float:right;
        width:5rem;
        height: 5rem;
        text-align: center;
        line-height: 5rem;
        color:#000;
        font-size: 3rem;
        font-weight: normal;
    }
    .mob_menu_close img{
        width: 20px;
        vertical-align: middle;
    }
    .mob_logo2{
        float:left;
        height: 3rem;
        margin-top:1.2rem;
    }
    .mob_logo2 img{
        max-height:100%;
    }
    .menu_list{
        padding:2rem 1rem;
    }
    .menu_li{
        width:100%;
        text-align: left;
        line-height:2rem;
        font-size: 1rem;
        color:#333;
        border-bottom:1px solid #eee;
        position: relative;
    }
    .menu_li > a{
        color:#333;
    }
    .menu_li > span{
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width:2rem;
        height: 2rem;
        text-align: center;
        transition: all .5s;
        background:url("../image/down.png") no-repeat center;
        color:#ff6a03;
    }
    .menu_ul2,.menu_ul3{
        display: none;
        width:100%;
        padding:0 0 0 1rem;
    }
    .menu_li2,.menu_ul3{
        width:100%;
        text-align: left;
        font-size: 1rem;
        line-height: 2rem;
        border-bottom:1px solid #eee;
        position: relative;
    }
    .menu_li2 a,.menu_li3 a{
        color:#333;
    }
    .menu_li2 > span,.menu_li3 > span{
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width:3.5rem;
        height: 3.5rem;
        line-height: 3.5rem;
        text-align: center;
        transition: all .5s;
        background:url("../images/down.png") no-repeat center;
        color:#ff6a03;
    }
    /*header end*/
    .fuwu{
        padding: 0 10px;
    }
    .banner-pagination {
        bottom: 10px !important;
    }
    .comtitle {
        padding: 40px 0 40px;
    }
    .comtitle h1 {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .comtitle h2 {
        font-size: 16px;
    }
    .fwl{
        width: 100%;
        background-size: cover;
        height: 400px;
        padding: 50px 40px 50px 0;
        box-sizing: border-box;
    }
    .fwr{
        width: 100%;
        height: auto;
    }
    .fwl h1{
        font-size: 24px;
        margin-bottom: 15px;
    }
    .fwl p{
        margin-bottom: 30px;
    }
    .fwrlist{
        width: 50%;
        padding: 20px 15px;
        height: 215px;
    }
    .fwmain{
        padding-bottom: 50px;
    }
    .fwrlist p{
        font-size: 15px;
    }
    .fwrlist h2{
        font-size: 17px;
    }
    .abl{
        width: 100%;
    }
    .abr{
        width: 100%;
    }
    .iabout{
        padding:0 10px;
        padding-bottom: 90px;
    }
    .abl h1{
        font-size:28px ;
        margin-top: 40px;
    }
    .abl p{
        font-size: 17px;
        line-height: 30px;
        margin-bottom: 50px;
    }
    .abl a{
        padding: 10px 40px 10px 20px;
        background-position-x: 100px;
    }
    .abrlist h2{
        font-size: 36px;
    }
    .abrlist p{
        font-size: 18px;
    }
    .abr{
        margin-top: 50px;
    }
    .abrlist{
        margin-bottom: 25px;
    }
    .abbo{
        width: 100%;
        padding-top: 35px;
        right: 0;
    }
    .abbolist img{
        width: 30%;
    }
    .abbolist p{
        font-size: 14px;
    }
    .abboimg{
        height: 35px;
    }
    .nlist1{
        width: 100%;
        height: 410px;
        margin-bottom: 20px;
    }
    .nlist2{
        width: 100%;
        height: auto;
    }
    .inew{
        padding: 0 10px;
    }
    .nlist1 img{
        width: 100%;
    }
    .nlist1desc {
        padding: 30px 20px 30px;
    }
    .nitem{
        width: 100%;
    }
    .hzlist .bd a{
        width: 50%;
    }
    .finfo:nth-child(1){
        width: 50%;
        padding: 0;
        text-align: center;
    }
    .finfo:nth-child(2){
        padding: 0;
        text-align: center;
        width: 50%;
    }
    .footer{
        padding: 70px 10px 30px
    }
    .finfo:nth-child(3){
        width: 50%;
        padding: 0;
        text-align: center;
        margin-top: 20px;
    }
    .finfo:nth-child(4){
        width: 100%;
        padding: 0;
        margin-top: 35px;
    }
    .finfo:nth-child(4) h2{
        display: none;
    }
    .ficp p{
        height: auto;
        line-height: 25px;
        padding: 15px 0;
        font-size: 14px;
    }
    .wxphone h2{
        display: block !important;
    }
    .pnav{
        height: auto;
        line-height: 45px;
    }
    .pmainl{
        width: 100%;
    }
    .pmainr{
        width: 100%;
        margin-top: 20px;
    }
    .pmain{
        padding: 40px 10px 60px;
        width: 100%;
        box-sizing: border-box;
    }
    .pmainf {
        margin-top: 50px;
    }
    .tile--info{
        width: 48%;
        margin-right: 4%;
        margin-bottom: 15px;
    }
    .tile--info:nth-child(2n){
        margin-right: 0;
    }
    .plist{
        width: 48%;
        margin-right: 4%;
        padding: 0;
    }
    .plist:nth-child(2n){
        margin-right: 0;
    }
    /*.pnav ul li{*/
    /*    width: 25%;*/
    /*    text-align: center;*/
    /*    display: block;*/
    /*    float: left;*/
    /*}*/
    /*.pnav ul li a{*/
    /*    padding: 0;*/
    /*}*/
    /*.pnav ul{*/
    /*    overflow: hidden;*/
    /*}*/
    .nimg{
        width: 100%;
    }
    .ntxt{
        width: 100%;
    }
    .nlist{
        display: block;
    }
    .ndetail{
        bottom: 0;
    }
    .plc li h4{
        font-size: 24px;
    }
    .plc li:before{
        left: -28px;
    }
    .zplist{
        width: 100%;
    }
    .hidezp{
        width: 90%;
        box-sizing: border-box;
    }
    .hidezp h1{
        font-size: 22px;
    }
    .zhaop h1{
        margin-bottom: 30px;
    }
    .kflist{
        width: 49%;
        margin-right: 2%;
    }
    .kflist:nth-child(2n){
        margin-right: 0;
    }
    .kflist:nth-child(5n){
        margin-right: 2%;
    }
    .kflist:nth-child(10n){
        margin-right: 0;
    }
    .plc h2{
        margin-bottom: 20px;
    }
    .showimg{
        width: 100%;
        margin-bottom: 60px;
    }
    .showtxt{
        width: 100%;
        margin-bottom: 60px;
    }
    .show1 {
        padding: 20px 0 0px;
    }
    .shbg{
        display: none;
    }
    .section__title{
        font-size: 22px;
        margin-bottom: 15px;
    }
    .pshowp{
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
    .pshowp .show1,.pshowp .show2{
        padding-left: 10px;
        padding-right: 10px;
    }

    .tile--info:active .tile__desc, .tile--info:active .tile__title, .tile--info:active .tile__value, .tile--info:focus .tile__desc, .tile--info:focus .tile__title, .tile--info:focus .tile__value, .tile--info:hover .tile__desc, .tile--info:hover .tile__title, .tile--info:hover .tile__value {
        opacity: 0;
        transform: translateY(-8px);
    }
    .tile--info:active .tile__info, .tile--info:focus .tile__info, .tile--info:hover .tile__info {
        opacity: 1;
        transform: translateY(0);
    }
    .tile--info .tile__info {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        display: flex;
        align-items: center;
        opacity: 0;
        margin-top: 0;
        transform: translateY(8px);
        text-align: center;
        width: 100%;
        color: #525666;
        padding: 0 25px;
        box-sizing: border-box;
    }
    .tile--info .tile__desc, .tile--info .tile__info, .tile--info .tile__title, .tile--info .tile__value {
        transition: transform .3s,opacity .3s;
    }
    .pnav ul li a {
        padding: 0 20px;
    }

    .hz{
        padding-bottom: 50px;
    }
    .fpc{
        display: none;
    }
    .fwap{
        display: block;
        padding-top: 30px;
    }
    .fwap a{
        width: 50%;
        text-align: center;
        color: #ffffff;
        margin-bottom: 15px;
        display: block;
        float: left;
        font-size: 17px;
    }
    .finfo h2{
        margin: 30px 0 15px;
    }
    .finfo{
        width: 100%;
    }
    .wxphone a{
        font-size: 14px;
        text-align: center;
        width: 100%;
    }
}











