.head{
    width:100%;
    height:100px;
    background:url(../images/header.jpg) top center no-repeat;
}

.w1200{
    width:1200px;
    margin:auto;
}

.w1100{
    width:1100px;
    margin:auto;
}

.head-container{
    height:100%;
    display:flex;
    justify-content:space-between;
}

.w-100{
    width:100%;
}

.logoA{
    height:100%;
    display:flex;
    align-items:center;
}

.logoA img{
    max-height:100%;
}

.head-nav{
    height:100%;
    display:flex;
    align-items:center;
}

.nav-li{
    height:100%;
    padding: 0 20px;
    display:flex;
    align-items:center;
}

.navA{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    color:white;
    transition: all 0.3s;
    border-bottom:3px solid transparent;
}

.navA:hover{
    color:#af0000;
    border-bottom:3px solid #af0000;
}

.navtel{
    margin-left:20px;
}

.navtel_title{
    color: #fff;
    text-align: left;
    line-height: 30px;
    font-size: 16px;
}

.navtel_num{
    color: #fff;
    text-align: left;
    line-height: 30px;
    font-size: 16px;
}

.swiper1{
    position:relative;
}

.prev1{
    position:absolute;
    top:50%;
    left:3%;
    z-index:9;
    transition:all 0.3s;
    transform:translateY(-50%);
    cursor:pointer;
    opacity:0;
}

.next1{
    position:absolute;
    top:50%;
    right:3%;
    z-index:9;
    transition:all 0.3s;
    transform:translateY(-50%);
    cursor:pointer;
    opacity:0;
}

.swiper1:hover .prev1{
    opacity:1;
}

.swiper1:hover .next1{
    opacity:1;
}

.swiper1 .swiper-pagination-bullet{
    width:30px;
    height:4px;
    background:white;
    opacity:1;
    border-radius:5px;
    transition:all 0.3s;
    margin:0 8px !important;
}

.swiper1 .swiper-pagination-bullet-active{
    width:45px;
    background:#af0000;
}

.search-content{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:20px 0;
}

.serach-right form{
    display:flex;
    align-items:center;
}

.serach_inp{
    width:160px;
    height:30px;
    padding-left:10px;
    border:1px solid #ccc;
}

.serach_bt{
    width:50px;
    height:32px;
    border:1px solid #ccc;
    border-left:0;
    background:white;
    border-radius:0 5px 5px 0;
    font-size:14px;
    color:#666;
}

.about{
    width:100%;
    height:auto;
    background:url(../images/gybg.jpg) top center no-repeat;
    padding:0 0px 70px 0px;
}

.about-content{
    padding:0 50px;
}

.about-ul{
    width:100%;
    height:210px;
    display:flex;
    flex-wrap:wrap;
}

.about-li{
    flex:1;
    height:100%;
    display:flex;
    flex-flow:column;
    justify-content:center;
    align-items:center;
}

.aboutpt{
    width:28px;
    height:28px;
    transition:all 0.8s;
    margin:10px 0 8px 0;
}

.aboutpt1{
    background:url(../images/iAbout-icon1a.png);
}

.about-li:hover .aboutpt1{
    background:url(../images/iAbout-icon1b.png);
    transform: rotate3d(0, 1, 0, 360deg);
}

.aboutpt2{
    background:url(../images/iAbout-icon2a.png);
}

.about-li:hover .aboutpt2{
    background:url(../images/iAbout-icon2b.png);
    transform: rotate3d(0, 1, 0, 360deg);
}

.aboutpt3{
    background:url(../images/iAbout-icon3a.png);
}

.about-li:hover .aboutpt3{
    background:url(../images/iAbout-icon3b.png);
    transform: rotate3d(0, 1, 0, 360deg);
}

.aboutpt4{
    background:url(../images/iAbout-icon4a.png);
}

.about-li:hover .aboutpt4{
    background:url(../images/iAbout-icon4b.png);
    transform: rotate3d(0, 1, 0, 360deg);
}

.aboutli_tit{
    color: #a0a0a0;
    font-size: 15px;
    transition:all 0.8s;
}

.aboutli_txt{
    color: #a0a0a0;
    font-size: 13px;
    transition:all 0.8s;
}

.about-li:hover .aboutli_tit{
    color:#af0000;
}

.about-li:hover .aboutli_txt{
    color:#af0000;
}

.about-ct{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.aboutr{
    flex:1;
    margin-left:50px;
}

.about_detail{
    color: #a0a0a0;
    text-align: justify;
    line-height: 24px;
    font-size: 14px;
    margin-top: 24px;
}

.more{
    display:flex;
    justify-content:center;
}

.aboutmore{
    width: 98px;
    height: 28px;
    display: block;
    color: #a0a0a0;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    border: 1px dashed #a0a0a0;
    transition: all 0.3s;
    margin-top:38px;
}

.aboutmore:hover{
    border:1px solid #af0000;
    border-radius:30px;
    color:#af0000;
}

.product{
    width:100%;
    height:auto;
    background:url(../images/cpbg.jpg) top center no-repeat;
    padding:62px 0;
}

.product-content{
    padding:0 50px;
}

.titleimg{
    display:flex;
    justify-content:center;
}

.product-ul{
    display:flex;
    align-items:center;
    justify-content:center;
    margin:40px 0;
}

.product-li{
    width:143px;
    height:41px;
    margin-right:8px;
    background:white;
    transition: all 0.3s;
}

.product-li:last-child{
    margin-right:0;
}

.productA{
    width:100%;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#333;
    transition: all 0.3s;
}

.product-li:hover{
    background:#af0000;
}

.product-li:hover .productA{
    color:white;
}

.cpred{
    background:#af0000;
}

.cpred .productA{
    color:white;
}

.cpchild{
    display:flex;
}

.cpchild_li{
    width:270px;
    margin-right:6px;
    background:white;
    padding:8px;
}

.cpchild_li:last-child{
    margin-right:0;
}

.cpchild_img{
    width: 255px;
    height: 153px;
    border: 1px solid #ccc;
}

.indexcp_img{
    width:100%;
    height:100%;
}

.cpchild_title{
    text-align: center;
    font-size: 18px;
    margin-top: 32px;
    transition: all 0.3s;
}

.cpmore{
    font-size: 14px;
    margin: 30px auto 20px;
    width: 141px;
    height: 25px;
    border: 1px solid #e5e5e5;
    line-height: 25px;
    transition: all 0.3s;
    background: #323232;
    display:flex;
    justify-content:center;
    align-items:center;
    color:white;
}

.cpchild_li:hover .cpchild_title{
    color:#af0000;
}

.cpchild_li:hover .cpmore{
    color:white;
    background:#af0000;
}

.cpmoreA{
    width: 78px;
    height: 34px;
    display: flex;
    justify-content:center;
    align-items:center;
    color: #fff;
    font-size: 12px;
    border: 1px solid #fff;
    margin: 47px auto 0;
    border-radius: 12px;
    transition: all 0.3s;
}

.cpmoreA:hover{
    border:1px solid #af0000;
    color:#af0000;
}

.app{
    padding:60px 0;
}

.app-content{
    padding:0 50px;
}

.apptxt{
    color: #a0a0a0;
    text-align: center;
    font-size: 14px;
    margin-top: 30px;
}

.swiper2{
    overflow:hidden;
    margin-top: 80px;
}

.swiper2 .swiper-slide-active{
    position:relative;
}

.appmc{
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    opacity:0;
    transition:all 0.5s;
    position:absolute;
    top:0;
    left:0;
    z-index:5;
    box-sizing:border-box;
    padding:20px;
}

.swiper2 .swiper-slide-active:hover .appmc{
    opacity:1;
}

.swiper2 .swiper-slide-active .appsl{
    width:100%;
    height:100%;
    position:relative;
    z-index:6;
    box-sizing:border-box;
    display:flex;
    justify-content:center;
    align-items:center;
    color:white;
    font-size:24px;
}

.swiper2 .swiper-slide-active .appsl::after{
    width:100%;
    height:100%;
    border-right:1px solid white;
    border-left:1px solid white;
    position:absolute;
    top:0;
    left:0;
    display:block;
    content:"";
    transition:all 0.5s;
    transform:scale(1, 0);
}

.swiper2 .swiper-slide-active .appsl::before{
    width:100%;
    height:100%;
    border-top:1px solid white;
    border-bottom:1px solid white;
    position:absolute;
    top:0;
    left:0;
    display:block;
    content:"";
    transition:all 0.5s;
    transform:scale(0, 1);
}

.swiper2 .swiper-slide-active:hover .appsl::before{
    transform:scale(1, 1);
}

.swiper2 .swiper-slide-active:hover .appsl::after{
    transform:scale(1, 1);
}

.new{
    width:100%;
    height:auto;
    background:url(../images/newbg.jpg) top center no-repeat;
    padding:65px 0;
}

.new-content{
    padding:0 50px;
}

.new_top{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.newl{
    display:flex;
}

.newsx{
    width: 4px;
    background: #af0000;
    margin-right:10px;
}

.newtxt_title{
    font-size: 28px;
    color: #af0000;
    line-height:1;
}

.newtxt_sub{
    font-size: 14px;
    color: #535353;
}

.newnav{
    display:flex;
    align-items:center;
}

.newnav_li{
    width: 100px;
    height: 34px;
    margin-left: 10px;
    border: 1px solid #dcdcdc;
    font-size: 16px;
}

.newnavA{
    width:100%;
    height:100%;
    display: flex;
    justify-content:center;
    align-items:center;
    transition: all 0.3s;
    color: #535353;
}

.newnavA:hover{
    background:#af0000;
    color:white;
}

.new-ul{
    display:flex;
    margin-top: 60px;
}

.new-li{
    width:30%;
    margin-right:5%;
    transition:all 0.3s;
}

.new-li:last-child{
    margin-right:0;
}

.new-li:hover{
    box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.2);
}

.newimg{
    width: 330px;
    height: 180px;
    position: relative;
}

.newimg img{
    width:100%;
    height:100%;
}

.new-date{
    width: 100px;
    height: 35px;
    position: absolute;
    bottom:0;
    left:18px;
    transform:translateY(50%);
    background: #af0000;
    color:white;
    font-size: 14px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.newli_bt{
    width: 100%;
    height: 178px;
    border: 1px solid #ccc;
    padding: 0 18px;
}

.new-title{
    color: #535353;
    text-align: left;
    font-size: 14px;
    margin-top: 42px;
}

.new_ct{
    color: #a0a0a0;
    text-align: justify;
    line-height: 22px;
    font-size: 12px;
    height: 66px;
    overflow: hidden;
    margin-top: 15px;
    text-indent:30px;
}

.newmore{
    text-align:right;
}

.indexnewA{
    color: #535353;
    font-size:14px;
}

.indexnewA:hover{
    color:#af0000;
}

.footer{
    width:100%;
    height:auto;
    background: #343434;
}

.foot-content{
    display:flex;
    justify-content:space-between;
    padding:0 50px;
    padding-top:10px;
}

.footl{
    display:flex;
    color:white;
}

.footnav{
    margin-right:58px;
}

.footnav-title{
    font-size:15px;
    margin-bottom: 17px;
}

.footm{
    border-left: 1px solid #434343;
    padding-left: 50px;
    border-right:1px solid #434343;
}

.ftchild-li a{
    color: #777;
    line-height: 31px;
    font-size: 14px;
    transition: all 0.3s;
}

.ftchild-li a:hover{
    color:#af0000;
}

.foot-li{
    height:30px;
    display:flex;
    align-items:center;
    color:white;
}

.foottxt{
    font-size: 13px;
    margin-left: 10px;
}

/*.foot-li:nth-child(5){*/
/*    align-items:flex-start;*/
/*}*/

.footr{
    display:flex;
}

.footwx{
    margin-left:30px;
}

.footwx_txt{
    color:white;
    text-align:center;
    margin-top:10px;
}

.footbt{
    border-top:1px solid #434343;
}

.footbt_ct{
    display:flex;
    justify-content:space-between;
    align-items:center;
    color:white;
    padding:0 50px;
    padding-top:10px;
    margin-bottom:10px;
}

.copys{
    text-align:center;
    padding-bottom:10px;
}

.copys a{
    color:rgb(73, 110, 232);
    font-size:16px;
}

.mbx{
    width: 100%;
    height: 40px;
    color: #535353;
    background: #eee;
    border-bottom: 1px solid #ccc;
    font-size:16px;
}

.mbx_ct{
    height:100%;
    display:flex;
    align-items:center;
}

.mbx a{
    color: #535353;
}

.mbx img{
    margin-right:5px;
}

.inpage{
    background: #eee;
}

.inpage_ct{
    padding:50px 0;
    display:flex;
    justify-content:space-between;
}

.inpagel{
    width:200px;
    height:fit-content;
    background:#202020;
    border-radius: 4px;
}

.inpagel_top{
    width: 100%;
    height: 50px;
    border-bottom: 2px solid #af0000;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
}

.inpagel_name{
    font-size: 16px;
    transition: all 0.3s;
    color: #ccc;
}

.inpagenav{
    width:32px;
    height:32px;
    position: absolute;
    top:50%;
    left:20px;
    transform:translateY(-50%);
    transition: all 0.3s;
}

.gynav{
    background:url(../images/gynav1.png) 100% no-repeat;
}

.inpagel:hover .gynav{
    background:url(../images/gynav2.png) 100% no-repeat;
}

.topic-li{
    width:100%;
    height:50px;
}

.topicA{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    padding-left:45px;
    color: #ccc;
    transition: all 0.3s;
    position:relative;
}

.jt{
    display:block;
    width:0;
    height:0;
    border-width:6px 10px;
    border-style:solid;
    border-color:transparent transparent transparent #555;
}

.topic-li:hover .topicA{
    color:#af0000;
    padding-left:55px;
}

.topicA::before{
    width:0px;
    height:100%;
    background:#af0000;
    display:block;
    content:"";
    position:absolute;
    top:0;
    left:0;
    transition:all 0.3s;
}

.topic-li:hover .topicA::before{
    width:5px;
}

.topic-li:hover .jt{
    border-color:transparent transparent transparent #fff;
}

.inpager{
    flex:1;
    margin-left:65px;
}

.inpager_top{
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #af0000;
    display: flex;
    align-items:center;
    color: #000;
    font-size: 16px;
}

.inpager_sx{
    width: 8px;
    height: 20px;
    background-color: #af0000;
    margin-right: 10px;
}

.inpager_detail{
    color: #535353;
    text-align: justify;
    font-size: 14px;
    padding-top: 20px;
    line-height:26px;
}

.honor_img1{
    text-align:center;
    margin-top:20px;
}

.honor_img2{
    text-align:center;
    margin-top:20px;
}

.honor_img2 img{
    margin:0 22px;
}

.cplist{
    display:flex;
    flex-wrap:wrap;
}

.cplist-li{
    width:calc(100% / 3);
    padding:30px;
    transition: all 0.5s;
}

.cplistA img{
    width:100%;
    border: 1px solid #ccc;
}

.cplist-title{
    display: flex;
    justify-content:center;
    align-items:center;
    color: #535353;
    font-size: 14px;
    width: 100%;
    height: 40px;
    transition: all 0.5s;
}

.cplistA{
    width:100%;
    display:block;
}

.pageindex{
    padding-left: 30px;
}

.pageindex a{
    color: #535353;
}

.cplistA:hover{
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

.cplistA:hover .cplist-title{
    color:white;
    background:#af0000;
}

.inpager_cp{
    padding-top:10px;
}

.cpdetail_img{
    margin-top:20px;
}

.cpdetail_img img{
    border: 1px solid #ccc;
}

.cpdetail_ul{
    font-size: 16px;
    color: #535353;
}

.cpdetail_li{
    margin-top:20px;
}

.cpdetail_ct{
    margin:20px 0;
    line-height: 28px;
    font-size: 16px;
    text-align: justify;
}

.inpager_new{
    padding-top:20px;
}

.newlist-li{
    border-bottom: 1px dashed #aaa;
    padding-left: 40px;
    padding: 20px 0 10px;
}

.newlist-title{
    color: #000;
    text-align: left;
    line-height: 16px;
    font-size: 16px;
}

.newlist-sub{
    color: #666;
    text-align: justify;
    line-height: 20px;
    font-size: 14px;
    height: 60px;
    margin: 10px 0;
}

.pageindex{
    margin-top:20px;
}

.newdetail_title{
    color: #000;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
}

.nedetail_date{
    color: #666;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    margin-top: 20px;
}

.newdetail_ct{
    color: #666;
    text-align: justify;
    line-height: 20px;
    font-size: 16px;
    margin-top: 20px;
}

#map{
    width:700px;
    height:600px;
}

.pro_contant{
    padding:20px 0;
}

.sspage-li{
    padding:10px 0;
    box-shadow: 0 1px 9px #eee;
    margin-top: 10px;
}

.p1{
    padding-bottom:10px;
    margin-bottom:10px;
    position:relative;
}

.p1::after{
    width:20px;
    height:2px;
    background:#af0000;
    display:block;
    content:"";
    position:absolute;
    bottom:0;
    left:0;
}

.searchA p{
    color:#666;
}

.d-md-inline{
    color:#666;
    margin-bottom:5px;
}