@charset "UTF-8";
.header-top{
    width: 100%;
	height: 40px;
	background-color: #194d8b;
	box-shadow: inset 0px 0px 9px 0px 
		rgba(0, 0, 0, 0.1);
    display: none;
}

.header-container{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
}

.top img{
    width: 100%;
    height: 164px;
}

.header-left{
    display: flex;
}

.small{
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 5px;
}

.small span{
    font-size: 12px;
}

.xiao1{
    background: url(../images/index2_088.jpg) no-repeat;
    width: 20px;
    height: 18px;
    background-size: 100% 100%;
    margin-right: 5px;
}

.xiao2{
    background: url(../images/wang.jpg) no-repeat;
    width: 20px;
    height: 18px;
    background-size: 100% 100%;
    margin-right: 5px;
}

.xiao3{
    background: url(../images/tels.jpg) no-repeat;
    width: 20px;
    height: 18px;
    background-size: 100% 100%;
    margin-right: 5px;
}

.head-input{
    width:209px;
    height: 30px;
    background-color: #ffff;
	box-shadow: inset 0px 0px 9px 0px 
		rgba(0, 0, 0, 0.1);
    border: none;
    padding: 0 20px;
}

.header-right{
    position: relative;
}

.head-input:focus{
    outline: none;
}

.sou{
    width: 20px;
    height: 20px;
    background: url(../images/serachs.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 3px;
    right: 0px;
    cursor: pointer;
}

.butt{
    border: none;
    position: absolute;
    top: 10%;
    right: 10px;
}
.butt:focus{
    outline: none;
}

.headContainer{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.logo{
    width: auto;
    max-height: 50px;
}

.navbars{
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    background: white;
    box-shadow: 0px 2px 6px 0px rgb(4 0 0 / 20%);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: none;
}

.menus{
    width: 28px;
    height: 28px;
    background: url(../images/menu.jpg) no-repeat;
    background-size: 100%;
    margin-right: 20px;
}

.header-nav{
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    flex-flow: column;
}

.nav-it{
    width: 100%;
    height: 100%;
}

.nav-li{
    width: 100%;
    position: relative;
    display: block;
    position: relative;
    padding: 10px 15px;
    line-height: 25px;
}

.nav2-left{
    width: 55%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.nav2-card{
    width: 50%;
    display: flex;
    align-items: center;
}

.nav2-card:hover .nav2-a{
    color: #6393cd;
}

.nav2-card:hover span{
    background: #6393cd;
}

.nav2-card span{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    background: black;
    margin-right: 5px;
}

.nav2-right{
    width: 28%;
}

.swiper4{
    position: relative;
}

.swiper4:hover .prev4{
    display: block;
}
.swiper4:hover .next4{
    display: block;
}

.swiper4 img{
    height: 164px;
}

.prev4{
    width: 30px;
    height: 30px;
    background:white url(../images/ico/sleft.png) no-repeat;
    border-radius: 50%;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    background-size:100%;
    opacity: 0.5;
    display: none;
    cursor: pointer;
}
.next4{
    width: 30px;
    height: 30px;
    background:white url(../images/ico/sright.png) no-repeat;
    border-radius: 50%;
    z-index: 1;
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    background-size:100%;
    opacity: 0.5;
    display: none;
    cursor: pointer;
}

.next4:focus{
    outline: none;
}
.prev4:focus{
    outline: none;
}

.ben-container{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-flow: column;
}

.ben-left{
    width: 100%;
    height: 100%;
    padding: 20px;
}

.ben-top{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px;
}

.ben-p1{
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #194d8b;
}

.ben-p2{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
}

.ben-p3{
    width: 40%;
	height: 1px;
	background-color: #e5e5e5;
}

.ben-p4{
    width: 24px;
	height: 24px;
	background-color: #194d8b;
    cursor: pointer;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #ffffff;
    text-align: center;
    display: block;
}
.ben-p4:hover{
    color: white;
}

.ben-middle{
    display: flex;
    justify-content: space-between;
}

.ben-middle .ben-middle-pic{
    width: 48%;
    position: relative;
}

.ben-middle-pic a img{
    width: 100%;
    height: 100%;
}

.newest{
    margin-left: 10px;
    margin-top: 4px;
}

.topOk{
    width: 28px;
    height: 16px;
    background: url(../images/newest.png) no-repeat;
    background-size: 100% 100%;
    display: none;
}

.bena:nth-child(1) .topOk{
    display: block;
}

.tonga:nth-child(1) .topOk{
    display: block;
}

.bentext{
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgb(209,209,209);
    text-align: center;
    font-size: 12px;
}

.ben-li{
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    margin-top: 20px;
}

.ben-li:hover .ben-li-left .ben-title{
    color: #194c8a;
}

.ben-li-left{
    display: flex;
    align-items: center;
}

.yuan{
    display: none;
    width: 10px;
	height: 10px;
	background-color: #194d8b;
	border-radius: 50%;
    margin-right: 5px;
}

.ben-title{
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	color: #333333;
}

.ben-li-right{
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #999999;
}

.ben-right{
    width: 100%;
	background-color: rgba(204,204,204,0.3);
    padding: 20px;
}

.benbox-newest{
    display: flex;
    padding: 0px 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

.ben-right-top{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.ben-p6{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
}

.ben-p7{
    width: 24px;
	height: 24px;
	background-color: #ffffff;
    cursor: pointer;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #194d8b;
    text-align: center;
    display: block;
}

.ben-p8{
    width: 40%;
    height: 1px;
    background-color: #e5e5e5;
}

.ben-box{
    width: 100%;
    height: 60px;
    background-color: #fff;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    flex-flow: column;
    justify-content: center;
    padding: 10px 0;
    cursor: pointer;
    transition: all 0.5s;
    margin-top: 15px;
}

.ben-box:hover{
    background-color: #123b6b;
    transition: all 0.5s;
}

.ben-box:hover .ben-p9{
    color: white;
}
.ben-box:hover .ben-p10{
    color: white;
}

.ben-p9{
    
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
}

.ben-p10{
	font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #999999;
    margin-right: 58px;
}

.dangqun{
    width: 100%;
    /* height: 574px; */
    background: url(../images/index13.jpg) no-repeat;
    background-size: cover;
    display: flex;
}

.dangqun-container{
    width: 100%;
    margin: 0 auto;
    padding: 20px;
}

.zhe{
    width: 30%;
    height: 1px;
    background: #e5e5e5;
}

.dangqun-top{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
}

.dang-p1{
    margin-left: 500px;
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
    padding: 10px 0;
    position: relative;
}

.dang-p1:after{
    content: "";
    display: block;
    height: 1px;
    width: 80px;
    position: absolute;
    top: 100%;
    left: 10px;
    z-index: 9;
    background-color: #368aba;
}

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

.card-box{
    width: 100%;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
}

.prev1{
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 24px;
    color: white;
    position: absolute;
    left: 0;
    top: 50%;
    border: 1px solid;
    background-color: rgba(18,59,107,0.7);
    transform: translateY(-50%);
    font-size: 20px;
    z-index: 10;
}

.next1{
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 24px;
    color: white;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid;
    background-color: rgba(18,59,107,0.7);
    font-size: 20px;
    z-index: 10;
}

.card-flex:hover .dang-p4{
    color: #173686;
}

.card-flex{
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    position: relative;
    padding: 20px;
    background-color: #ffffff;
}

.dangqun-box-text{
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    overflow: hidden;
}

.dang-p4{
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #333333;
}

.card-box p{
    margin-top: 6px;
}

.dang-p3{
    font-family: MicrosoftYaHei-Bold;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
    text-align: center;
}
.dang-p11{
    width: 24px;
	height: 24px;
	background-color: #194d8b;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #ffffff;
    margin: 0 auto;
    text-align: center;
}
.dang-img1{
    width: 100%;
	height: 160px;
    background: url(../images/new1.jpg) no-repeat;
    background-size: 100% 100%;
    margin-top: 6px;
}
.dang-img2{
    width: 100%;
	height: 160px;
    background: url(../images/new2.jpg) no-repeat;
    background-size: 100% 100%;
    margin-top: 6px;
}
.dang-img3{
    width: 100%;
	height: 160px;
    background: url(../images/new1.jpg) no-repeat;
    background-size: 100% 100%;
    margin-top: 6px;
}
.dang-img4{
    width: 100%;
	height: 160px;
    background: url(../images/new2.jpg) no-repeat;
    background-size: 100% 100%;
    margin-top: 6px;
}

.dang-p2{
    cursor: pointer;
}

.dang-p5{
	font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #666666;
    height: 50px;
    overflow: hidden;
}
.dang-p6{
	font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 21px;
    letter-spacing: 0px;
    color: #999999;
}
.dang-p7{
    width: 264px;
	height: 1px;
	background-color: #cccccc;
}
.dang-p8{
    
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #000;
}

.yewu-container{
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    
}

.yewuLeft{
    width: 100%;
}

.yewuRight{
    width: 100%;
    height: 100%;
    padding: 20px;
}

.gang{
    width: 34%;
    height: 1px;
    background-color: #e5e5e5;
}

.yewu-lable{
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.yewu-lable-img{
    width: 16%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    margin-left: 4px;
    position: relative;
    z-index: 5;
}

.zxc{
    width: 100%;
}

.ywwubigimg{
    width: 80px;
    height: 300px;
    background: url(../images/yewubig.png) no-repeat;
    display: none;
}

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

.yewuping{
    width: 250px;
    height: 100%;
    border: 1px solid #c2d4e8;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.yewuContent{
    width: 100%;
    height: 246px;
    overflow: hidden;
}

.yewuContent img{
    width: 100%;
}

.yewu-more{
    color: red;
}

.heng{
    width: 36%;
    height: 1px;
    background: #e5e5e5;
}

.bigmc-content .honor-card{
    width: auto;
    height: auto;
}

.bigmc{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    z-index: 10;
    display: none;
}

.bigmc-content{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.honor-pic{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
    position: relative;
}

.honor-card{
    width: 100%;
    margin-top: 10px;
    border: 1px solid #ccc;
}

.honorcard-ico{
    cursor: pointer;
    /* height: 100%; */
    width: 100%;
}

.opera-container{
    width: 100%;
    padding: 20px;
    position: relative;
}

.tiao{
    width: 35%;
    height: 1px;
    background-color: #e5e5e5;
}

.opera-bottom{
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.opera-ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
}

.opera-li{
    width: 48%;
    cursor: pointer;
    position: relative;
    text-align: center;
}

.tole3{
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 28px;
    color: white;
    position: absolute;
    left: -33px;
    top: 50%;
    border: 1px solid;
    background-color: rgba(0,0,0,0.4);
    font-size: 20px;
    z-index: 10;
    border-radius: 50%;
    cursor: pointer;
}
.tole3:focus{
    outline: 0;
}
.torig3:focus{
    outline: 0;
}

.torig3{
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 28px;
    color: white;
    position: absolute;
    right: -33px;
    top: 50%;
    border: 1px solid;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 20px;
    z-index: 10;
    border-radius: 50%;
    cursor: pointer;
}

.opera-li img{
    width: 100%;
    height: 110px;
}

.opera-pp{
    width: 100%;
    text-align: center;
    font-size: 12px;
}

.zizhi{
    width: 100%;
    height: 460px;
    background: url(../images/image/index2_34.jpg) no-repeat;
    background-size: 100% 100%;
}

.zizhi-container{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zizhi-left{
    width: 500px;
	height: 320px;
	background-color: rgba(25,77,139, 0.7);
    margin: 70px 0;
    padding: 30px;
}

.zizhi-top{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.zizhi-p1{
    font-family: MicrosoftYaHei-Bold;
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
}

.zizhi-p2{
    
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
    cursor: pointer;
}

.zizhi-bottom{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.zizhi-card{
    width: 200px;
	height: 50px;
	background-color: #fff;
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
    transition: all 0.5s;
}

.zizhi-card:hover{
    background-color: #194d8b;
    transition: all 0.5s;
}

.zizhi-card:hover .zizhi-p3{
    color: white;
}

.zizhi-p3{
    
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	color: #666666;
}

.zizhi-right{
    width: 678px;
    height: 320px;
    background:url(../images/index2_56.jpg) no-repeat;
    background-size: 100% 100%;
}

.speall{
    width: 100%;
    background-color: #f1f1f1;
    display: none;
}

.speall-container{
    width: 1200px;
    height: 300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 50px;
}

.equip-left{
    width: 49%;
    height: 100%;
    display: flex;
    flex-flow: column;
}

.equip-right{
    width: 49%;
    height: 100%;
    display: flex;
    flex-flow: column;
}

.new-top{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 10px;
}

.new-name{
    font-family: MicrosoftYaHei-Bold;
	font-size: 23px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #194d8b;
}

.hui{
    
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
}

.new-more{
    width: 220px;
    height: 1px;
    background-color: #e5e5e5;
}

.add{
    width: 24px;
    height: 24px;
    background-color: #194d8b;
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
}

.add a{
    color: white;
}

.equip-bottom{
    width: 100%;
    overflow: hidden;
}

.slide-fen{
    width: 134%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.slide-fen-ico1{
    width: 33.3%;
    height: 130px;
    position: relative;
}
.slide-fen-ico2{
    width: 33.3%;
    height: 130px;
    position: relative;
}

.zhuanti-container{
    width: 100%;
    margin-top: 30px;
}

.zhuanti-ico{
    width: 100%;
    overflow: hidden;
}

.grbimg{
    overflow: hidden;
    width: 100%;
    height: 70px;
    margin-top: 5px;
}

.grbico{
    width: 100%;
    transition: all 0.5s;
}

.grbico:hover{
    transform: scale(1.1);
}

.xian{
    width: 18%;
    height: 1px;
    background-color: #e5e5e5;
}

.ben-pic{
    width: 100%;
    transition: all 0.5s;
}
.ben-pic:hover{
    transform: scale(1.1);
    transition: all 0.5s;
}

.ben-picTwo{
    width: 100%;
    height: 74px;
    background: url(../images/zhuan2.jpg) no-repeat;
    background-size: 100% 100%;
}

.kyry{
    width: 100%;
    background: url(../images/index2_34.jpg) no-repeat;
    background-size:100% 100%;
    padding: 20px;
}

.friend{
    padding: 10px;
    display: none;
}

.prev2{
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 24px;
    color: white;
    position: absolute;
    left: 0;
    top: 50%;
    border: 1px solid;
    background-color: rgba(18,59,107,0.7);
    transform: translateY(-50%);
    font-size: 20px;
    z-index: 10;
}

.next2 {
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 24px;
    color: white;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid;
    background-color: rgba(18,59,107,0.7);
    font-size: 20px;
    z-index: 10;
}

.friend-target{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 350px;
    height: 200px;
    background: white;
    box-shadow: 0px 0px 5px 1px #888888;
    transform: translate(-50%,-50%);
    border-radius: 10px;
    padding: 15px;
    display: none;
    z-index: 9;
}

.target-content{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
}

.del{
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    border: 1px solid red;
    border-radius: 50%;
    text-align: center;
    color: red;
}
.del img{
    width: 100%;
    height: 100%;
}

.target-p1{
    font-size: 18px;
    color: #b8261a;
}
.target-p2{
    font-size: 14px;
    color: #808080;
}
.target-p3{
    width: 120px;
    height: 36px;
    line-height: 36px;
    background: #fff;
    border: 1px solid #b8261a;
    border-radius: 18px;
    font-size: 14px;
    color: #b8261a;
    text-align: center;
    cursor: pointer;
}

.friend-container{
    width: 1200px;
    margin: 40px auto;
}

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

.friend-li{
    width: 24%;
    cursor: pointer;
}

.friend-li img{
    width: 100%;
    height: auto;
}

.hua{
    width: 983px;
	height: 1px;
	background-color: #e5e5e5;
}

.friend-p{
    margin-left: 5px;
    color: black;
}

.friend-link{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.friend-card-ico{
    width: 15px;
    height: 20px;
    background: url(../images/ico/shuji.png) no-repeat;
    background-size: 100% 100%;
}

.friend-p{
    margin-left: 5px;
}

.footer{
    width: 100%;
    height: 200px;
    background: url(../images/index2_200.jpg) no-repeat;
    background-size: 100% 100%;
}

.footer-container{
    width: 100%;
    height: 100%;
    padding: 20px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.footer-logo{
    width: 200px;
	height: 42px;
    background: url(../images/logo3.png) no-repeat;
    background-size: 100% 100%;
}

.footer-p1{
	font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-p2{
	font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #ffffff;
}

.footer-dun{
    width: 52px;
    height: 64px;
    background: url(../images/dun.jpg) no-repeat;
    background-size: 100% 100%;
}

.footer-jing{
    width: 18px;
	height: 20px;
    background: url(../images/index_11.jpg) no-repeat;
    background-size: 100% 100%;
}

.footer-p3{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #ffffff;
}

.footer-p4{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #ffffff;
    margin-left: 5px;
}

.footer-p4 a{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-left: 5px;
}

.footer-foot{
    display: flex;
    align-items: center;
}

.footer-left{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.footer-right{
    display: none;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
}

.footer-telpment{
    display: flex;
    align-items: center;
}

.tempment-num{
    display: flex;
    flex-flow: column;
}

.online{
    position: fixed;
    right: 20px;
    bottom: 160px;
    z-index: 11;
}

.wechat{
    width: 60px;
    height: 60px;
    background: url(../images/fix1.jpg);
    background-size: 100% 100%;
    border-radius: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    position: relative;
}
.wechat:hover{
    background: url(../images/fix01.jpg);
    background-size: 100% 100%;
}
.tep{
    width: 60px;
    height: 60px;
    background: url(../images/fix2.jpg);
    background-size: 100% 100%;
    border-radius: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    position: relative;
}
.tep:hover{
    background: url(../images/fix02.jpg);
    background-size: 100% 100%;
}

.tep:hover .tep-son{
    display: block;
}

.tep-son{
    width: 400px;
    /* height: 400px; */
    position: absolute;
    top: -250px;
    right: 57px;
    display: none;
    cursor: pointer;
    padding: 20px;
}
.tep-exce{
    width: 100%;
    height: 100%;
    position: relative;
    background: white;
    padding: 20px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    box-shadow: 0px 0px 2px 1px #888888;
}

.tep-exce::after{
    display: block;
    content: "";
    position: absolute;
    top: 252px;
    right: -20px;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent white;
    z-index: 9;
}
.tep-exce::before{
    display: block;
    content: "";
    position: absolute;
    top: 250px;
    right: -24px;
    width: 0;
    height: 0;
    border-width: 12px;
    border-style: solid;
    border-color: transparent transparent transparent #ccc;
    z-index: 9;
}

.totop{
    width: 30px;
    height: 30px;
    background: url(../images/fix3.jpg);
    background-size: 100% 100%;
    border-radius: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}
.totop:hover{
    background: url(../images/fix03.jpg);
    background-size: 100% 100%;
}
.liu{
    width: 60px;
    height: 60px;
    background: url(../images/fix4.jpg);
    background-size: 100% 100%;
    border-radius: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    position: relative;
}
.liu:hover{
    background: url(../images/fix04.jpg);
    background-size: 100% 100%;
}

.wechat-son{
    width: 166px;
    position: absolute;
    top: 0;
    left: -127px;
    display: none;
}
.hidess{
    width: 115px;
    height: 257px;
    background: url(../images/jietu2.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    border: 1px solid gray;
    position: relative;
}
.hidess::after{
    display: block;
    content: "";
    position: absolute;
    top: 20px;
    right: -21px;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent white;
    z-index: 9;
}
.hidess::before{
    display: block;
    content: "";
    position: absolute;
    top: 18px;
    right: -25px;
    width: 0;
    height: 0;
    border-width: 12px;
    border-style: solid;
    border-color: transparent transparent transparent #ccc;
    z-index: 9;
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, .1));
}

.wechat:hover .wechat-son{
    display: block;
}

.liu:hover .liu-son{
    display: block;
}
.liu-son{
    width: 230px;
    height: 44px;
	position: absolute;
    top: 10px;
    right: 60px; 
    text-align: center;
    display: none;
}

.liu-tep{
    width: 90%;
    height: 100%;
    background: white;
    box-shadow: 0px 0px 2px 1px #888888;
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: flex-start;
    padding-left: 20px;
    flex-flow: column;
}
.liu-tep::after{
    width: 0;
    height: 0;
    content: "";
    display: block;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent white;
    position: absolute;
    top: 12px;
    right: -20px;
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, .1));
}
.liu-tep::before{
    width: 0;
    height: 0;
    content: "";
    display: block;
    border-width: 12px;
    border-style: solid;
    border-color: transparent transparent transparent #ccc;
    position: absolute;
    top: 10px;
    right: -24px;
}

.searcgpage{
    padding: 30px 0px;
    border-top: 1px solid #f5f5f5;
    background: #f2f2f2;
}

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

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

.searchlist{
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 5px;
    transition: all 0.1s;
    border: 1px solid transparent;
    background-color: #fff;
}

.searchlist:hover{
    box-shadow: 0px 1px 5px 3px #cecece;
    transform: translate3d(0,-2px,0);
    -webkit-transform: translate3d(0,-2px,0);
}

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

.searchleft{
    width: 65%;
}

.searchright{
    width: 25%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.serach-us{
    margin-bottom: 20px;
}

.formson{
    display: flex;
    flex-flow: column;
}

.formlist{
    display: flex;
    flex-flow: column;
    width: 100%;
    margin: auto;
}

.yanzheng{
    display: flex;
    align-items: center;
    position: relative;
}

.zxfk-inp{
    position: relative;
    margin: 10px 0;
    padding: 5px;
    color: #76838f;
    border: 1px solid #e4eaec;
    border-radius: .215rem;
    transition: all 0.5s;
    width: 100%;
}

.zxfk-inp:focus{
    border-color: #62a8ea;
    outline: 0px;
}

.redxing::before{
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    display: block;
    content: "*";
    color: red;
}

.aretext{
    width: 100%;
    height: 130px;
}

.formgrop{
    position: relative;
}

.formbut{
    width: 100%;
    height: 50px;
}

.formbut button{
    width: 100%;
    height: 100%;
    color: #fff;
    border-color: #194d8b;
    background-color: #194d8b;
    font-size: 18px;
}
.formbut button:hover{
    color: #fff;
    border-color: #89bceb;
    background-color: #89bceb;
}
.formbut button:focus{
    outline: 0;
}

.zxfk-inps{
    margin: 4px 0;
    padding: 1px;
    color: #76838f;
    border: 1px solid #e4eaec;
    border-radius: .215rem;
    transition: all 0.5s;
    width: 100%;
}

.zxfk-inps:focus{
    border-color: #62a8ea;
    outline: 0px;
}

.formbut{
    margin-top: 10px;
}

.fixright{
    position: fixed;
    right: 10px;
    bottom: 20%;
    z-index: 10;
}
.ysgs ul li{
    width: 100%;
    padding: 15px 0 15px 25px;
    margin: 10px 0;
    box-shadow: 0 0 10px #eee;
}