/*===---- 头部 -------===*/
header{
    height: 80px;
    position: fixed;left: 0;top: 0;right: 0;z-index: 99;
    transition: all .35s ease-in-out;
}
.headerShow{
    top: -100px;
}
header .head-main{}
header .head-main .main-left{
    height: 80px;
    padding-left: 300px;
}
header .head-main .main-left .logo{
    width: 156px;height: 42px;
}
header .head-main .main-right{}
header .head-main .main-right ul{

}
header .head-main .main-right ul li{
    margin-left: 37px;
	
}
header .head-main .main-right ul li img{
    width: 22px;height: 22px;
    margin: 0 auto 5px auto;
	transition: all 0.5s;
}
header .head-main .main-right ul li p{
    font-size: 14px;
	transition: all 0.5s;
}
header .head-main .main-right ul li .img1{
	display: block;
}
header .head-main .main-right ul li .img2{
	display: none;
}
header .head-main .main-right ul li:hover .img1{
	display: none;
}
header .head-main .main-right ul li:hover .img2{
	display: block;
}
header .head-main .main-right ul li:hover p{color: #005AAB;}
header .head-main .main-right .searchView{
    position: relative;
	width: 500px;height: 80px;margin-left: 40px;
}
header .head-main .main-right .searchView .searchViewBox{
    width: 500px;height: 80px;
    background-color: #005AAB;
    padding: 0 50px;
	position: absolute;right: 0;top: 0;bottom: 0;
	transition: all .5s;
}


header .head-main .main-right .searchView .right-search{
    width: 24px;height: 24px;
    margin-right: 10px;
	cursor: pointer;
}
header .head-main .main-right input{
    padding: 0 20px;
    height: 70px;
    background-color: #005AAB;
    border: unset;
    color: #ffffff;
}
header .head-main .main-right input::placeholder{
    color: #ffffff;
}
header .head-main .main-right .right-close{
    width:  22px;height: 22px;
    cursor: pointer;
}
header .head-main .main-right button{
    width: 150px;height: 40px;
    font-size: 16px;line-height: 38px;
    border-radius: 8px;
    margin-left: 20px;
    border: 1px solid #ffffff;
    cursor: pointer;
}
.banner{
    padding-top: 80px;
}
.banner .swiper-slide img{
    width: 100%;height: 524px;
}
.banner .swiper-pagination .swiper-pagination-bullet{
    background-color: #f7f7f7;;
}
.banner .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #ffffff;
}
/*===---- 尾部 -------===*/
footer{}
footer .foot-top{
    background-color: #005AAB;
    padding-top: 64px;
}
footer .foot-top{}
footer .foot-top ul{}
footer .foot-top ul li{}
footer .foot-top ul li .li-title{
    font-size: 18px;color: #ffffff;
    margin-bottom: 28px;
}
footer .foot-top ul li .li-box{}
footer .foot-top ul li .li-box a{
    font-size: 16px;color: #ffffff;
    margin-bottom: 30px;
}
footer .foot-top ul li .li-box a:hover{
    color: #ffffff;
}
footer .foot-top ul li .box1{
    width: 320px;
}
footer .foot-top ul li .box1 a{
    width: 160px;
}
footer .foot-top ul li .li3-title{
    padding-left: 141px;
}
footer .foot-top ul li .box3{}
footer .foot-top ul li .box3 img{
    width: 121px;height: 121px;
    margin-right: 20px;
}
footer .foot-top ul li .box3 .box-right{}
footer .foot-top ul li .box3 .box-right p{
    margin-bottom: 30px;
    font-size: 16px;color: #ffffff;
}
footer .foot-bot{
    background-color: #0066B5;
}
footer .foot-bot .bot-main{
    height: 80px;
}
footer .foot-bot .bot-left{
    color: #ffffff;
}
footer .foot-bot .bot-left:hover{
    color: #ffffff;
}
footer .foot-bot .bot-right{}
footer .foot-bot .bot-right a{
    color: #ffffff;
    margin-left: 20px;
}
footer .foot-bot .bot-right a:hover{
    color: #ffffff;
}
footer .foot-bot .bot-right p{
    color: #ffffff;
    margin-left: 20px;
}

/*===---- 首页 -------===*/
.indexBanner{}
.indexBanner .swiper-slide{
    position: relative;
}
.indexBanner .swiper-slide img{
    width: 100%;height: 737px;
}
.indexBanner .swiper-slide .banner-box{
    position: absolute;left: 0;bottom: 110px;
    width: 100%;height: auto;
}
.indexBanner .swiper-slide .banner-text{
    width: 500px;
    position: relative;
}
/* .indexBanner .swiper-slide .banner-text::before{
    content: '';
    display: block;
    width: 100vw;height: 250px;
    background: rgba(0,0,0,0.5);
    transform: rotate(-4deg);
    position: absolute;right: -100px;top: -25px;z-index: 10;
} */
.indexBanner .swiper-slide .banner-text h4{
    font-size: 30px;
    margin-bottom: 20px;
    position: relative;z-index: 10;
}
.indexBanner .swiper-slide .banner-text p{
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;z-index: 10;
 }
.indexBanner .swiper-slide a{
    background: #005AAB;
    width: 96px;height: 48px;
    text-align: center;line-height: 48px;
    color: #ffffff;font-weight: 900;
}
.indexBanner .swiper-pagination .swiper-pagination-bullet{
    background-color: #f7f7f7;;
}
.indexBanner .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #ffffff;
}
.indexBox{}
.indexBox .search{
    padding-top: 79px;
}
.indexBox .search{
    margin-bottom: 30px;
}
.indexBox .index-title{
    margin-bottom: 40px;
    font-size: 28px;
}
.indexBox .search .search-main{
    background: #10CF9B;
    padding: 65px 100px;
    width: 1169px;
    margin: 0 auto;
}
.indexBox .search .search-main .main-li{
    position: relative;
}
.indexBox .search .search-main .main-li .li-downSearch{
    margin-bottom: 40px;
    position: relative;
}
.indexBox .search .search-main .main-li .li-title{
    margin-bottom: 20px;
    font-size: 16px;
}
.indexBox .search .search-main .main-li .li-box{
    background: #ffffff;
    padding: 0 20px;
    width: 400px;height: 53px ;
    cursor: pointer;
}
.indexBox .search .search-main .main-li .li-box .box-left{}
.indexBox .search .search-main .main-li .li-box .box-right{
    width: 40px;height: 40px;
}
.indexBox .search .search-main .main-li .li-box .box-title{
    font-size: 14px;color: #002B66;
}
.indexBox .search .search-main .main-li .li-box .box-content{
    font-size: 16px;
}
.indexBox .search .search-main .main-li .li-box input{
    font-size: 16px;
    border: unset;
}
.indexBox .search .search-main .main-li .li-box .box-search{
    width: 34px;height: 34px;
    margin-left: 20px;
}

.indexBox .search .search-main .main-li button{
    width: 90px;height: 54px;
    font-size: 20px;font-weight: bold;
    text-align: center;line-height: 54px;
    color: #FFFFFF;
    background: #005AAB;
    border: 1px solid #005AAB;
    cursor: pointer;
}
.indexBox .search .search-main .li-hr{
    width: 1px;height: 137px;
    background: #ffffff;
}
.indexBox .search .search-main .main-li .li-group{
    position: absolute;
    top: 94px;left: 0;z-index: 99;
    box-shadow: 0 5px 5px #eeeeee;
}
.indexBox .search .search-main .main-li .li-group .group-li{
    width: 400px;
    height: 53px;
    background: #ffffff;
    padding: 0 20px;
    border-top: 1px solid #eeeeee;
    cursor: pointer;
}
.indexBox .search .search-main .main-li .li-group .group-li p{
    line-height: 53px;
}
.indexBox .search .search-main .main-li .li-group .group-li:hover{
    background: #10CF9B;
}
.indexBox .search .search-main .main-li .li-group .group-li:hover p{
    color: #ffffff;
}
.indexBox .one{}
.indexBox .one .one-main{}
.indexBox .one .one-main .main-title{
	margin-bottom: 40px;
}
.indexBox .one .one-main .main-title ul{}
.indexBox .one .one-main .main-title ul li{
    padding: 0 10px;
    border-right: 1px solid #333333;
    cursor: pointer;
}
.indexBox .one .one-main .main-title ul li p{
    font-size: 18px;
}
.indexBox .one .one-main .main-title ul li:hover p{
    color: #005AAB;
}
.indexBox .one .one-main .main-title ul li.active p{
    color: #005AAB;
}
.indexBox .one .one-main .main-title ul li:last-child{
    border-right: unset;
}
.indexBox .one .one-list{}
.indexBox .one .one-list ul{
    margin-bottom: 72px;
    width: 1280px;
    margin: 0 auto;
}
.indexBox .one .one-list ul a{
    width: 320px;
    padding: 0 10px;
    margin-bottom: 20px;
}
.indexBox .one .one-list ul li{
    width: 100%;height: auto;
    background: #F8F8F8;
    padding: 10px 10px 0 10px;
    border: 1px solid #BFBFBF;
}
.indexBox .one .one-list ul li .box-img{
    overflow: hidden;
    width: 100%;height: 200px;
}
.indexBox .one .one-list ul li img{
    width: 300px;height: 200px;
    transition: all 0.5s;
}
.indexBox .one .one-list ul li .box-img:hover img{
    -webkit-transform: scale3D(1.1,1.1,1);
    -moz-transform: scale3D(1.1,1.1,1);
    -ms-transform: scale3D(1.1,1.1,1);
    -o-transform: scale3D(1.1,1.1,1);
    transform: scale3D(1.1,1.1,1);
}
.indexBox .one .one-list ul li p{
    height: 67px;
    line-height: 67px;font-size: 18px;
}
.indexBox .one .one-list ul li:hover p{color: #002B66;}
.indexBox .one .one-list button{
    width: 200px;height: 60px;
    background: #005AAB;
    border-radius: 30px;
    font-size: 18px;
    margin: 0 auto 87px auto;
    border: unset;
    cursor: pointer;
}
.indexBox .two{
    background: #303239;
    padding-top: 78px;
    margin-bottom: 60px;
}
.indexBox .two .two-main .swiper-slide{
    border-right: 1px solid rgba(255,255,255,0.2);
}
.indexBox .two .li-box{
    padding: 80px 34px 90px 34px;
    transition: all .5s;
}
.indexBox .two .li-box img{
    width: auto;height: 86px;
    margin: 0 auto 10px auto;
}
.indexBox .two .li-box .li-title{
    font-size: 22px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.indexBox .two .li-box .li-title::after{
    content: '';
    display: block;
    width: 32px;height: 2px;
    background: #10CF9B;
    position: absolute;bottom: 0;left: 50%;margin-left: -16px;
}
.indexBox .two .li-box .li-content{
    font-size: 14px;line-height: 27px;
    width: 100%;
    margin-bottom: 57px;
}
.indexBox .two .li-box button{
    width: 127px;
    height: 38px;
    background: #303239;
    border: 1px solid #626262;
    font-size: 14px;line-height: 36px;
    margin: 0 auto;
    cursor: pointer;
}
.indexBox .two .li-box:hover{
    padding: 60px 34px 110px 34px;
    background: rgba(255,255,255,0.1);
}
.indexBox .two .li-box:hover button{
    background: #005AAB;color: #FFFFFF;
    border: 1px solid #005AAB;
}
.indexBox .three{
    padding-bottom: 100px;
}
.indexBox .three .three-main{}
.indexBox .three .three-main .main-title{
    margin-bottom: 30px;
}
.indexBox .three .three-main .main-title ul{}
.indexBox .three .three-main .main-title ul li{
    height: 34px;
    padding: 0 16px;
    background: #FFFFFF;
    border: 1px solid #B5B5B5;
    margin-right: 10px;
    cursor: pointer;
}
.indexBox .three .three-main .main-title ul li p{
    position: relative;z-index: 20;
    line-height: 32px;
}
.indexBox .three .three-main .main-title ul li.active{
    background: #005AAB;
    position: relative;
}
.indexBox .three .three-main .main-title ul li.active::after{
    content: '';
    display: block;
    width: 20px;height: 20px;
    background: #005AAB;
    transform: rotate(45deg);
    position: absolute;bottom: -8px;left: 50%;margin-left: -10px;
}
.indexBox .three .three-main .main-title ul li.active p{
    color: #ffffff;
}
.indexBox .three .three-main .main-title ul li:hover{
    background: #005AAB;
    position: relative;
}
.indexBox .three .three-main .main-title ul li:hover::after{
    content: '';
    display: block;
    width: 20px;height: 20px;
    background: #005AAB;
    transform: rotate(45deg);
    position: absolute;bottom: -8px;left: 50%;margin-left: -10px;
}
.indexBox .three .three-main .main-title ul li:hover p{
    color: #ffffff;
}
.indexBox .three .three-main .main-titleTwo{}
.indexBox .three .three-main .main-titleTwo ul{}
.indexBox .three .three-main .main-titleTwo ul li{
	height: 34px;
	padding: 0 16px;
	background: #FFFFFF;
	border: 1px solid #B5B5B5;
	margin-right: 10px;
	cursor: pointer;
}
.indexBox .three .three-main .main-titleTwo ul li p{
	 line-height: 32px;
}
.indexBox .three .three-main .main-titleTwo ul li.active{
	background: #005AAB;
}
.indexBox .three .three-main .main-titleTwo ul li.active p{
	color: #fff;
}
.indexBox .three .three-main .main-list{}
.indexBox .three .three-main .main-list ul{
    margin-bottom: 40px;
}
.indexBox .three .three-main .main-list ul a{}
.indexBox .three .three-main .main-list ul li{
    height: 100px;
    border-bottom: 1px solid #eeeeee;
}
.indexBox .three .three-main .main-list ul li .label{
    background: #10CF9B;
    width: 100px;height: 24px;
    line-height: 24px;
    margin-right: 20px;
}
.indexBox .three .three-main .main-list ul li .time{
    margin-right: 20px;
}
.indexBox .three .three-main .main-list ul li .content{
    font-size: 16px;
}
.indexBox .three .three-main .main-list button{
    width: 200px;height: 60px;
    background: #005AAB;
    border-radius: 30px;
    font-size: 18px;
    margin: 0 auto 87px auto;
    border: unset;
    cursor: pointer;
}
/*===---- 详情 ----===*/
.productBox{padding-top: 50px}
.navTip{
    margin-bottom: 40px;
}
.navTip p{
    font-size: 16px;
}
.navTip p a:hover{
    color: #007aff;
}
.navTip .nav-right{cursor: pointer;}
.navTip .nav-right p{}
.navTip .nav-right img{
    width: 16px;height: 16px;
    margin-left: 10px;
}
.productBox .one{
    margin-bottom: 50px;
}
.productBox .one ul{}
.productBox .one ul li{
    position: relative;
    width: 25%;height: 385px
}
.productBox .one ul li .li-min{
    width: 300px;
    padding-top: 15px;
    transition: all 0.5s;
    position: relative;
}
.productBox .one ul li .li-min .min-img{
    width: 268px;height: 268px;
    border: 1px solid #eeeeee;
    margin: 0 auto 37px auto;

}
.productBox .one ul li .li-min .min-img img{
    width: 268px;height: 268px;
}
.productBox .one ul li .li-min .min-box{
    width: 268px;
    margin: 0 auto;
    padding-bottom: 20px;
}
.productBox .one ul li .li-min .min-box .box-title{
    padding-bottom: 10px;
}
.productBox .one ul li .li-min .min-box .box-title a{}
.productBox .one ul li .li-min .min-box .box-title a:hover{
    color: #005AAB;font-weight: bold;
}
.productBox .one ul li .li-min .min-box .box-title img{
    width: 20px;height: 13px;
}
.productBox .one ul li .li-min .min-box .box-content{
    display: none;
}
.productBox .one ul li .li-min .min-box .box-content a{
    margin-bottom: 10px;

}
.productBox .one ul li .li-min .min-box .box-content a:hover{
    color: #005AAB;font-weight: bold;
}
.productBox .one ul li .li-min:hover{
    box-shadow: 0 5px 5px 5px #eeeeee;
    z-index: 20;
}
.productBox .one ul li .li-min:hover .min-box .box-content{
    display: block;
}
.productBox .two{
    overflow: hidden;
    padding-bottom: 50px;
}
.productBox .two h4{
    font-size: 28px;
    margin-bottom: 30px;
}
.productBox .two .two-title{
    font-size: 18px;
    margin-bottom: 50px;
}
.productBox .two .two-swiper{
    position: relative;
}
.productBox .two .two-swiper .swiper-container2{
	width: calc(100% - 100px);
	margin: 0 auto;
}
.productBox .two .two-swiper .swiper-container2 .swiper-wrapper{}
.productBox .two .two-swiper .swiper-container2 .swiper-wrapper .swiper-slide{
    width: 268px;height: 220px;
}
.productBox .two .two-swiper .swiper-container2 .swiper-wrapper .swiper-slide img{
    width: 268px;height: 220px;
    border: 1px solid #BFBFBF;
	cursor: pointer;
}
.productBox .two .two-swiper .swiper-wrapper .swiper-slide a{
    font-size: 18px;
}
.productBox .two .two-swiper  .swiper-button-prev,.swiper-button-next{
    width: 44px;
    background-size: 20px 20px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 4px;
}
.productBox .two .two-swiper .swiper-button-prev{
	left: 0 !important;
}
.productBox .two .two-swiper .swiper-button-next {
    right: 0px;
}
/*===---- 产品详情 ----===*/
.proDetail{
    padding-top: 40px;
}
.proDetail .one{
    margin-bottom: 45px;
}
.proDetail .one .swiper-container2{
    width: 595px;height: 428px;
    margin-right: 65px;
    overflow: hidden;
    position: relative;
}
.proDetail .one .swiper-container2 .swiper-wrapper{
    width: 595px;height: 428px;
}
.proDetail .one .swiper-container2 .swiper-wrapper .swiper-slide{}
.proDetail .one .swiper-container2 .swiper-wrapper .swiper-slide img{
    width: 595px;height: 428px;
}
.proDetail .one .one-right{}
.proDetail .one .one-right h4{
    font-size: 25px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}
.proDetail .one .one-right h4::after{
    content: '';
    display: block;
    width: 91px;height: 3px;
    background: #005AAB;
    position: absolute;left: 0;bottom: 0;
}
.proDetail .one .one-right p{
    line-height: 26px;
    margin-bottom: 80px;
	white-space: pre-line;
}
.proDetail .one .one-right .right-btn{}
.proDetail .one .one-right .right-btn button{
    width: 161px;
    height: 50px;
    background: #005AAB;
    border: 1px solid #ffffff;
    font-size: 14px;
    line-height: 48px;
    cursor: pointer;
}
.proDetail .one .one-right .right-btn button.btn2{
    border: 1px solid #005AAB;
    background: #ffffff;
    color: #005AAB;
    margin-left: 20px;
}
.proDetail .two{}
.proDetail .two ul{
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 60px;
    padding: 0 20px;
}
.proDetail .two ul li{
    font-size: 20px;
    padding: 35px 0;
    color: #1E1E1E;
    position: relative;
    cursor: pointer;
    margin-right: 40px;
}
.proDetail .two ul li p{}
.proDetail .two ul li.li-active::after{
    content: '';
    display: block;
    width: 80px;height: 2px;
    background: #005AAB;
    position: absolute;
    left: 50%;bottom: 0;
    margin-left: -40px;
}
.proDetail .two ul li.li-active p{
    color: #005AAB;font-weight: bold;
}
.proDetail .three{}
.proDetail .three .three-main{
    border-bottom: 2px solid #1266B1;
    padding-bottom: 40px;
    margin-bottom: 60px;
}
.proDetail .three .three-main .main-title{}
.proDetail .three .three-main .main-title h4{
    font-size: 24px;
    margin-bottom: 50px;
}
.proDetail .three .three-main .main-one{}
.proDetail .three .three-main .main-one ul{}
.proDetail .three .three-main .main-one ul li{
    background: #D4DEEA;
    border: 1px solid #406086;
    height: 80px;
    padding: 0 10px;
    border-radius: 80px;
}
.proDetail .three .three-main .main-one ul li .li-left{
    background: #406086;
    height: 60px;
    border-radius: 60px;
    padding: 6px 20px 0 20px;
    margin-right: 20px;
}
.proDetail .three .three-main .main-one ul li .li-left .name{
    font-size: 22px;
}
.proDetail .three .three-main .main-one ul li .li-left .label{
    font-size: 12px;
}
.proDetail .three .three-main .main-one ul li .li-right{
    font-size: 24px;color: #406086;
}
.proDetail .three .three-main video{
    width: 100%;height: 700px;
}
.proDetail .three .main-border{
    border-bottom: unset;
}
.proDetail .xunjia{
    position: fixed;left: 0;top: 0;right: 0;bottom: 0;z-index: 999;
    background: rgba(0,0,0,0.5);
    width: 100%;height: 100%;
}
.proDetail .xunjia .xun-main{
    margin: 20px auto 0 auto;
    padding: 20px 130px;
    border-radius: 4px;
    height: calc(100vh - 50px);
    overflow-x: hidden;
    overflow-y: auto;
	position: relative;
}
.proDetail .xunjia .xun-main .img-close{ 
	width: 25px;height: 25px;
	position: absolute;right: 20px;top: 20px;z-index: 10;
	cursor: pointer;
	transition: all .5s;
}
.proDetail .xunjia .xun-main .img-close:hover{
	transform: rotate(180deg);
}
.proDetail .xunjia .xun-main h4{
    font-size: 22px;
    margin-bottom: 20px;
}
.proDetail .xunjia .xun-main h4 span{
    font-size: 22px;color: #005AAB;
}
.proDetail .xunjia .xun-main .tips{
    font-size: 16px;line-height: 26px;
    color: #949494;
    margin-bottom: 20px;
}
.proDetail .xunjia .xun-main ul{}
.proDetail .xunjia .xun-main ul li{
    margin-bottom: 22px;
}
.proDetail .xunjia .xun-main ul li.li-w100{
    width: 100%;
}
.proDetail .xunjia .xun-main ul li.li-w50{
    width: 49%;
}
.proDetail .xunjia .xun-main ul li .title{
    font-size: 16px;
    margin-bottom: 10px;
}
.proDetail .xunjia .xun-main ul li .title::after{
    content: '*';
    font-size: 16px;color: #E73309;
}
.proDetail .xunjia .xun-main ul li .noTitle::after{
   content: none;
}
.proDetail .xunjia .xun-main ul li .li-select{
    border: 1px solid #F2F2F2;
    height: 42px;
    padding: 0 15px;
    line-height: 42px;
    cursor: pointer;
    position: relative;
}
.proDetail .xunjia .xun-main ul li .li-select .select-text{}
.proDetail .xunjia .xun-main ul li .li-select .select-ul{
    background: #ffffff;
    position: absolute;
    top: 42px;left: 0;
    width: 100%;
    border-left: 1px solid #F2F2F2;
    border-right: 1px solid #F2F2F2;
}
.proDetail .xunjia .xun-main ul li .li-select .select-ul .select-li{
    box-sizing: border-box;
    padding: 0 15px;
    border-bottom: 1px solid #F2F2F2;
    height: 42px;
}
.proDetail .xunjia .xun-main ul li .li-select .select-ul .select-li p{
    line-height: 42px;
}
.proDetail .xunjia .xun-main ul li input{
    border: 1px solid #F2F2F2;
    height: 42px;
    width: 100%;
    line-height: 42px;
    padding: 0 15px;
}
.proDetail .xunjia .xun-main ul li textarea{
    border: 1px solid #F2F2F2;
    height: 138px;
    width: 100%;
    line-height: 42px;
    padding: 0 15px;
}
.proDetail .xunjia .xun-main ul li button{
    width: 160px;height: 50px;
    border-radius: 50px;
    background: #ffffff;
    border: 1px solid #F2F2F2;
    font-size: 16px;color: #9C9C9C;text-align: center;line-height: 48px;
    cursor: pointer;
}
.proDetail .xunjia .xun-main ul li button.btn{
    background: #005AAB;
    border-color: #005AAB;
    color: #ffffff;
    margin-right: 44px;
}
/*===---- 动态详情 ----===*/
.newsDetail{
    padding-top: 40px;
}
.newsDetail .one{}
.newsDetail .one .one-title{
    margin-bottom: 70px;
}
.newsDetail .one .one-title h4{
    font-size: 30px;
    margin-bottom: 26px;
}
.newsDetail .one .one-title p{
    font-size: 16px;
}
/*===---- 动态详情 ----===*/
.about{
    margin-top: 80px;
}
.about .banner{
    margin-bottom: 84px;
}
.about .one{
    margin-bottom: 80px;
}
.about .one img{
    width: 480px;height: 529px;
    margin-right: 100px;
}
.about .one .one-right{}
.about .one .one-right h4{
    font-size: 25px;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 35px;
}
.about .one .one-right h4::after{
    content: '';
    display: block;
    width: 91px;height: 3px;
    background: #005AAB;
    position: absolute;left: 0;bottom: 0;
}
.about .one .one-right p{
    line-height: 26px;
}
.about .two{
    padding-bottom: 100px;
}
.about .two h4{
    font-size: 28px;
    margin-bottom: 88px;
}
.about .two .two-main{}
.about .two .two-main ul{}
.about .two .two-main ul li{
    width: 33.33%;
    padding: 0 30px 40px 30px;
    border-right: 1px solid #eeeeee;
}
.about .two .two-main ul li:last-child{
    border-right: unset;
}
.about .two .two-main ul li img{
    width: auto;height: 122px;
    margin: 0 auto 35px auto;
}
.about .two .two-main ul li p{
    line-height: 26px;
}
.about .three{
    margin-bottom: 80px;
}
.about .three ul{}
.about .three ul .li-all{
	width: 16.666666666666668%;
}
.about .three ul li{
    display: inline-block;
    padding: 0 15px;
    cursor: pointer;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #e3e3e3;
}
.about .three ul li:last-child{
    border: unset;
}
.about .three ul li .top{
    line-height: 46px;
    font-size: 18px;
    color: #333;
    height: 46px;
}
.about .three ul li .top span{
    font-size: 48px;
    font-weight: bold;
    color: #005AAB;
    margin-right: 3px;
}
.about .three ul li .top sub{
    font-size: 30px;
    color: #005AAB;
}
.about .three ul li .bot{
    font-size: 18px;
    margin-top: 4px;
    color: #333;
	white-space: nowrap;
}
/*===---- 联系我们 ----===*/
.concat{}
.concat .one{
    padding-top: 60px;
    margin-bottom: 100px;
}
.concat .one ul{}
.concat .one ul li{
    width: 341px;height: 141px;
    background: #F5F7FA;
    border-bottom: 3px solid #F5F7FA;
    margin-right: 20px;
    cursor: pointer;
}
.concat .one ul li img{
    width: 40px;height: 40px;
    margin-right: 20px;
}
.concat .one ul li p{}
.concat .one ul li.active{
    border-bottom: 3px solid #005AAB;
}
.concat .one ul li.active p{}
.concat .two{}
.concat .two .two-main{
    margin-bottom: 180px;
}
.concat .two .two-main h4{
    font-size: 26px;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 55px;
}
.concat .two .two-main h4::after{
    content: '';
    display: block;
    width: 32px;height: 2px;
    background: #005AAB;
    position: absolute;left: 0;bottom: 0;
}
.concat .two .two-main ul{}
.concat .two .two-main ul li{
    margin-bottom: 10px;
}
.concat .two .two-main ul li img{
    width: 18px;height: 18px;
    margin-right: 10px;
}
.concat .two .two-main ul li .name{
    font-weight: bold;
    width: 70px;
    margin-right: 10px;
}
.concat .two .two-main ul li .content{}
.concat .two .two-main .map{
	width: 500px;height: 350px;
}
.concat .three{}
.concat .three .three-top{
    margin-bottom: 100px;
}
.concat .three .three-top h4{
    font-size: 26px;
    margin-bottom: 19px;
}
.concat .three .three-top p{}
.concat .three .three-top p span {color: #E60012;}
.concat .three .three-bot{}
.concat .three .three-bot .title{
    font-size: 15px;
    margin-bottom: 15px;
}
.concat .three .three-bot .title span{
    color: #E60012;
}
.concat .three .three-bot input{
    background: #F9F9F9;
    font-size: 15px;
    box-sizing: border-box;
    padding: 0 20px;
    height: 60px; width: 100%;
    border: 2px solid #EDEDED;
}
.concat .three .three-bot input::placeholder{
    color: #999999;
}
.concat .three .three-bot textarea{
    width: 100%;height: 370px;
    border: 2px solid #EDEDED;
    background: #F9F9F9;
    box-sizing: border-box;
    padding: 20px;
    resize:none;
    font-size: 15px;
    font-family: "微软雅黑", sans-serif;
}
.concat .three .three-bot textarea::placeholder{
    color: #999999;
}
.concat .three .three-bot textarea:focus-visible{
    outline: linen;
}
.concat .three .three-bot .bot-top{
    margin-bottom: 40px;
}
.concat .three .three-bot .bot-top ul{}
.concat .three .three-bot .bot-top ul li{
    width: 32%;
}
.concat .three .three-bot .bot-top ul li input{}
.concat .three .three-bot .bot-min{
    margin-bottom: 40px;
}
.concat .three .three-bot .bot-min ul{}
.concat .three .three-bot .bot-min ul li{
    width: 49%;
}
.concat .three .three-bot .bot-end{
    margin-bottom: 60px;
}
.concat .three .three-bot .bot-btn{
    padding-bottom: 100px;
}
.concat .three .three-bot .bot-btn button{
    width: 211px;
    height: 50px;
    background: #005AAB;
    border: 1px solid #005AAB;
    line-height: 48px;
    cursor: pointer;
}
.concat .three .three-bot .bot-btn .btn2{
    background: #ffffff;
    color: #005AAB;
    margin-left: 60px;
}
.sortBg{
    background-image: url("../icon/sortBg.png");
    background-repeat: no-repeat;background-size: 100% auto;
    background-position: top;
}
.sort{}
.sort .one{
    padding-top: 36px;
    margin-bottom: 130px;
}
.sort .one .one-box{
    width: 100%;height: 141px;
    background: #ffffff;
    margin-right: 20px;
    cursor: pointer;
    transition: all 0.3s;
}
.sort .one .swiper-container2 .swiper-button-next{
    width: 44px;
    background-size: 20px 20px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 4px;
    right: 18px;
}
.sort .one .swiper-container2 .swiper-button-prev {
    width: 44px;
    background-size: 20px 20px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 4px;
}
.sort .one .one-box img{
    width: 66px;height: 66px;
    margin-right: 25px;
}
.sort .one .one-box img.img2{
    display: none;
}
.sort .one .one-box p{}
.sort .one .one-box:hover{background: #005AAB;}
.sort .one .one-box:hover .img1{display: none;}
.sort .one .one-box:hover .img2{display: block;}
.sort .one .one-box:hover p{color: #ffffff}

.sort .one .one-box.active{background: #005AAB;}
.sort .one .one-box.active .img1{display: none;}
.sort .one .one-box.active .img2{display: block;}
.sort .one .one-box.active p{color: #ffffff}

.sort .two{
    margin-bottom: 100px;
}
.sort .two .two-top{
    margin-bottom: 40px;
}
.sort .two .two-top .top-left{
    padding-right: 104px;
}
.sort .two .two-top .top-left h4{
    font-size: 26px;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 54px;
}
.sort .two .two-top .top-left h4::after{
    content: '';
    display: block;
    width: 32px;height: 3px;
    background: #005AAB;
    position: absolute;
    left: 0;bottom: 0;
}
.sort .two .two-top .top-left p{
    color: #1E1E1E;line-height: 24px;
    margin-bottom: 18px;
}
.sort .two .two-top img{
    width: 50%;height: auto;
}
.sort .two .two-li{}
.sort .two .two-li .li-img{
    width: 50%;
}
.sort .two .two-li .li-img img{
    width: 100%;height: auto;
}
.sort .two .two-li .li-content{
    padding-left: 50px;
    width: 50%;
}
.sort .two .two-li .li-content{}
.sort .two .two-li .li-content img{
    width: auto;height: 50px;
    margin-bottom: 64px;
}
.sort .two .two-li .li-content ul{}
.sort .two .two-li .li-content ul li{}
.sort .two .two-li .li-content ul li p{}
.sort .two .two-li .li-content ul li p span{
    display: inline-block;
    width: 90px;
}

/*===---- 文件下载 ----===*/
.upload{
    padding-top: 40px;
}
.upload .one{
    margin-bottom: 71px;
}
.upload .one ul{
	overflow-x: auto;
}
.upload .one ul li{
    width: 25%;
    padding: 15px 0;
    border-bottom: 2px solid #ffffff;
    cursor: pointer;
	box-sizing: border-box;
	margin-right: 20px;
}
.upload .one ul li img{
    width: 24px;height: 24px;
    margin-right: 10px;
}
.upload .one ul li .img1{
    display: block;
}
.upload .one ul li .img2{
    display: none;
}
.upload .one ul li p{
    font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.upload .one ul li:hover{
    border-bottom: 2px solid #005AAB;
}
.upload .one ul li:hover .img1{display: none;}
.upload .one ul li:hover .img2{display: block;}
.upload .one ul li:hover p{
    color: #005AAB;
}
.upload .one ul li.active{
    border-bottom: 2px solid #005AAB;
}
.upload .one ul li.active .img1{display: none;}
.upload .one ul li.active .img2{display: block;}
.upload .one ul li.active p{
    color: #005AAB;
}
.upload .two{
    margin-bottom: 80px;
}
.upload .two ul{}
.upload .two ul li{}
.upload .two ul li.li-head{
    height: 78px;
    padding: 0 50px;
    background: #F5F5F5;
}
.upload .two ul li.li-head p{
    font-size: 16px;

}
.upload .two ul li.li-head .time{width: 210px;}
.upload .two ul li.li-head .title{width: 665px;}
.upload .two ul li.li-head .file{width: 150px}
.upload .two ul li.li-body{
    height: 78px;
    padding: 0 50px;
    border-bottom: 1px solid #E2E7EC;
}
.upload .two ul li.li-body:hover{
    background: #fffcfc;
}
.upload .two ul li.li-body .time{width: 210px;font-size: 16px;}
.upload .two ul li.li-body .title{width: 665px;}
.upload .two ul li.li-body .title img{
    width: 30px;height: 30px;
    display: block;
    margin-right: 10px;
}
.upload .two ul li.li-body .title p{font-size: 16px;}
.upload .two ul li.li-body .file{
    width: 150px;height: 50px;border-radius: 50px;
    background: #005AAB;
    border: 1px solid #005AAB;
    cursor: pointer;
}
.upload .two ul li.li-body .file img{
    width: 30px;height: 30px;
    margin-right: 10px;
}
.upload .two ul li.li-body .file p{
    font-size: 16px;color: #ffffff;
}
.upload .page{
    margin-bottom: 70px;
}
/*.upload .page ul{}*/
/*.upload .page ul a{*/
/*    margin-right: 20px;*/
/*}*/
/*.upload .page ul li{*/
/*    display: flex;align-items: center;justify-content: center;*/
/*    width: 50px;height: 36px;*/
/*    background: #F5F7FA;*/
/*    border-radius: 2px;*/
/*    background: #F5F7FA;*/
/*}*/
/*.upload .page ul li img{*/
/*    width: 12px;height: 12px;*/
/*}*/
/*.upload .page ul li p{*/
/*    font-weight: 500;*/
/*}*/
/*.upload .page ul li.active{*/
/*    background: #005AAB;*/
/*}*/
/*.upload .page ul li.active p{*/
/*    color: #ffffff;*/
/*}*/
/*.upload .page ul li:hover{*/
/*    background: #005AAB;*/
/*}*/
/*.upload .page ul li:hover p{*/
/*    color: #ffffff;*/
/*}*/
/*.upload .page .page-bot{}*/
/*.upload .page .page-bot p{}*/
/*.upload .page .page-bot p input{*/
/*    display: inline-block;*/
/*    background: #F5F7FA;*/
/*    width: 50px;height: 36px;*/
/*    text-align: center;line-height: 36px;*/
/*    margin: 0 5px;*/
/*    border: unset;*/
/*}*/


.allTips{
    background: rgba(0,0,0,0.5);
    position: fixed;
    left: 50%;top: 50%;z-index: 9999;
    margin-top: -20px;margin-left: -100px;
    width: 200px;min-height: 40px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 8px;
    text-align: center;line-height: 40px;
}
.allTips p{
    color: #ffffff;
}
.noProduct{
    padding: 80px 0 140px 0;
}
.searchBox{
    padding-top: 140px;
    min-height: calc(100vh - 420px);
}
.searchBox .search-main{}
.searchBox .search-main .search-top{
    margin-bottom: 40px;
}
.searchBox .search-main .search-top ul{}
.searchBox .search-main .search-top ul li{
    width: 70px;height: 40px;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    margin-right: 20px;
    cursor: pointer;
}
.searchBox .search-main .search-top ul li p{
    line-height: 38px;text-align: center;
}
.searchBox .search-main .search-top ul li.active{
    background: #005AAB;
    border: 1px solid #005AAB;
}
.searchBox .search-main .search-top ul li.active p{
    color: #ffffff;
}
.searchBox .search-main .search-top ul li:hover{}
.searchBox .search-main .search-top ul li:hover p{}
.searchBox .search-main .search-list{}
.searchBox .search-main .search-list ul{
    margin-bottom: 70px;
}
.searchBox .search-main .search-list ul li{
    border-top: 1px solid #eeeeee;
    padding-top: 20px;
    margin-bottom: 20px;
}
.searchBox .search-main .search-list ul li .li-left{}
.searchBox .search-main .search-list ul li .li-left .left-img{
    margin-right: 20px;
    position: relative;
}
.searchBox .search-main .search-list ul li .li-left .left-img img{
    width: 268px;height: 150px;
    border-radius: 4px;
}
.searchBox .search-main .search-list ul li .li-left .left-img p{
    width: 60px;height: 30px;
    border-radius: 4px;
    font-size: 14px;text-align: center;line-height: 30px;
    color: #ffffff;
    position: absolute;top: 10px;left: 10px;
}
.searchBox .search-main .search-list ul li .li-left .left-img .blue{
    background: #005AAB;
}
.searchBox .search-main .search-list ul li .li-left .left-img .green{
    background: #10CF9B;
}
.searchBox .search-main .search-list ul li .li-left .left-img .red{
    background: #E73309;
}
.searchBox .search-main .search-list ul li .li-left .left-main{}
.searchBox .search-main .search-list ul li .li-left .left-main .title{
    font-size: 24px;
    margin-bottom: 20px;
}
.searchBox .search-main .search-list ul li .li-left .left-main .title span{
    color: #E73309;font-size: 24px;
    display: inline-block;
}
.searchBox .search-main .search-list ul li .li-left .left-main .content{
    font-size: 14px;
    margin-bottom: 20px;
    width: 80%;
}
.searchBox .search-main .search-list ul li .li-left .left-main .content span{
	color: #E73309;font-size: 14px;
	display: inline-block;
}
.searchBox .search-main .search-list ul li .li-left .left-main .main-li{
    margin-bottom: 10px;
}
.searchBox .search-main .search-list ul li .li-left .left-main .main-li p{
    font-size: 14px;;
    margin-right: 40px;
}
.searchBox .search-main .search-list ul li .li-left .left-main .time{
    font-size: 14px;
}
.searchBox .search-main .search-list ul li .li-right{
    width: 80px;height: 40px;
    background: #005AAB;
    border-radius: 4px;
    font-size: 14px;color: #ffffff;
    text-align: center;line-height: 40px;
}
.searchBox .search-main .search-list button{
    width: 200px;height: 60px;
    background: #005AAB;
    border-radius: 30px;
    font-size: 18px;
    margin: 0 auto 87px auto;
    border: unset;
    cursor: pointer;
}
@media (max-width: 1430px) {
    .indexBox .search .search-main {
        background: #10CF9B;
        padding: 45px 40px;
        width: 100%;
    }
    .indexBox .search .search-main .main-li .li-box {
        width: 350px;
    }
    .indexBox .search .search-main .main-li .li-group .group-li {
        width: 350px;
    }
    .indexBox .one .one-list ul a {
        width: 25%;
    }
    .indexBox .one .one-list ul {
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
    }
    .indexBox .one .one-list ul li {
        width: 100%;
    }
    .indexBox .one .one-list ul li .box-img {
        width: 100%;
        height: 180px;
    }
	.indexBox .one .one-list ul li img {
	   width: 100%;
	   height: 180px;
	}
}


@media (max-width: 1280px) {
    header .head-main .main-left {
        padding-left: 40px;
    }
    header .head-main .main-right .searchView {
        width: 300px;
        padding: 0 20px;
    }
    .indexBanner .swiper-slide img {
        height: 570px;
    }
    .indexBanner .swiper-slide .banner-text{
        padding-left: 40px;
    }
	.indexBanner .swiper-slide .banner-box{
	    bottom: 100px;
	}
	/* .indexBanner .swiper-slide .banner-text::before{
	    content: '';
	    display: block;
	    width: 100vw;height: 220px;
	    background: rgba(0,0,0,0.5);
	    transform: rotate(-4deg);
	    position: absolute;right: -100px;top: -25px;z-index: 10;
	} */
    .indexBox .search .search-main {
        background: #10CF9B;
        padding: 45px 40px;
        width: 100%;
    }
    .indexBox .search .search-main .main-li .li-box {
        width: 350px;
    }
    .indexBox .search .search-main .main-li .li-group .group-li {
        width: 350px;
    }
    .indexBox .one .one-list ul a {
        width: 33.33%;
    }
    .indexBox .one .one-list ul {
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
    }
    .indexBox .one .one-list ul li {
        width: 100%;
    }
    .indexBox .one .one-list ul li .box-img {
        width: 100%;
        height: 237px;
    }
    .indexBox .two .li-box {
        padding: 80px 20px 90px 20px;
        transition: all .5s;
    }
    .indexBox .two .li-box .li-content {
        width: 100%;
        min-width: unset;
    }
    footer .foot-top ul {
        padding: 0 20px;
    }
    footer .foot-bot .bot-main {
        padding: 0 20px;
    }
    .indexBox .three .three-main .main-title {
        padding: 0 20px;
    }
    .indexBox .three .three-main .main-list {
        padding: 0 20px;
    }

    /*联系我们*/
    .concat .two {
        padding: 0 20px;
        box-sizing: border-box;
    }

    .navTip{
        padding-left: 20px;
    }
    .productBox .two .two-swiper {
        padding: 0 20px;
    }
    .productBox .two .two-swiper .swiper-container2 .swiper-button-next {
        right: 38px;
    }
    .productBox .two .two-swiper .swiper-container2 .swiper-button-prev {
        left: 38px;
    }
    .productBox .one {
        padding: 0 20px;
    }
    .productBox .one ul li .li-min:hover .min-box .box-content {
        /*padding: 0 20px;*/
    }
    .productBox .one ul li .li-min {
        width: 100%;
    }
    .productBox .one ul li .li-min .min-img {
        width: 90%;
        height: 268px;
    }
    .productBox .one ul li .li-min .min-img img {
        width: 90%;
        height: 268px;
    }
    .productBox .one ul li .li-min .min-box {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 20px;
    }
    .proDetail {
        padding-left: 20px;padding-right: 20px;
    }
    .proDetail .xunjia{
        padding: 0 40px;
        box-sizing: border-box;
    }
}



.loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
}

.loading-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  border-radius: 50%;
  border: 4px solid #ccc;
  border-top-color: #333;
  animation: loading 1s ease-in-out infinite;
}

@keyframes loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}




