@charset "UTF-8";
/*CSS样式重写*/
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,pre,button,input{
    margin:0;
    padding:0;
    border:none;
    list-style:none;
    box-sizing: border-box;
}
body{
    font-family: "microsoft yahei","Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    min-width: 1400px;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}
a{
    color: #333;
    text-decoration:none;
    transition: .3s;
}
a:hover{
    color: #2D5BC1;
    text-decoration:none;
}
input,button{
    outline:0;
}
img{
    vertical-align: middle;
    border: 0;
    max-width: 100%;
    transition: .3s;
}
body:before{
    content: '';
    display: table;
    clear: both;
}

/*通用样式*/
.lf{
    float: left;
}
.rt{
    float: right;
}
.container{
    width: 1400px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
.container:before,
.container:after{
    content: '';
    display: table;
    clear: both;
}
.ellipsis{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.active{
    display: block !important;
    visibility: visible !important;
}

/* WebKit browsers*/
input::-webkit-input-placeholder{
    color:#A5A5A5;
    font-size: 16px;
}
/* Mozilla Firefox 4 to 18*/
input:-moz-placeholder{
    color:#A5A5A5;
    font-size: 16px;
}
/* Mozilla Firefox 19+*/
input::-moz-placeholder{
    color:#A5A5A5;
    font-size: 16px;
}
/* Internet Explorer 10+*/
input:-ms-input-placeholder{
    color:#A5A5A5;
    font-size: 16px;
}


.header{
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    height: 75px;
    line-height: 75px;
    z-index: 999;
    background: rgba(255, 255, 255, .7);
    min-width: 1400px;
    backdrop-filter: blur(10px);
}
.header>div{
    width: 90%;
    min-width: 1400px;
    margin: 0 auto;
}
.header>div:after{
    content: '';
    display: block;
    clear: both;
}
.logo img{
    animation: zoomIn 1s;
    height: 48px;
}
.header .nav{
    animation: slideInDown 1s;
}
.header.fixed{
    position: fixed;
	top: 0px;
	background: rgba(255, 255, 255, 0.9);
}
.header .logo{
	display: flex;
	align-items: center;
}
.header .headerRight{
	display: flex;
	align-items: center;
}
.header .search{
	background-color: #fff;
	height: 42px;
	padding-left: 12px;
	display: flex;
	margin-right: 10px;
}
.header .search input[type="text"]{
	border: 0 none;
	font-size: 14px;
}
.header .searchbtn{
	width: 42px;
	height: 42px;
	background:url(../images/ico_search.png) no-repeat center;
	border: 0 none;
}
.header .tel{
	border: 1px solid #f76526;
	border-radius: 20px;
	height: 42px;
	line-height: 42px;
	padding-left: 50px;
	padding-right: 16px;
	background: url(../images/telIco.png) no-repeat 6px center;
	background-size: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #f76526;
	font-weight: bold;
}
/*导航栏*/
.nav{
    float: right;
	padding-left: 40px;
}
.menu>li{
    float: left;
}
.menu>li>a{
    position: relative;
    display: inline-block;
	width: 95px;
    height: 22px;
    line-height: 22px;
    font-size: 18px;
    text-align: center;
    overflow: hidden;
}
.menu>li>a>p{
    display: inline-block;
    color: #333;
    transition: .3s;
}
.menu>li:hover>a>p{
    color: orangered;
    margin-top: -22px;
}
.menu .sub-menu{
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    height: 348px;
	background: #fff;
    display: none;
    z-index: 9999;
}
/*.menu div.sub-menu{*/
/*	display: block;*/
/*}*/
.menu .sub-menu .img{
	float: left;
	width: 355px;
	height: 348px;
	padding: 50px;
	background-color: #eee;
	box-sizing: border-box;
	background-size: cover;
}
.menu .sub-menu .img h2{
	line-height: normal;
	font-size: 24px;
	font-weight: bold;
}
.menu .sub-menu .img p{
	color: #999;
	margin-top: 10px;
	line-height: normal;
}
.menu .sub-menu ul{
	margin-left: 355px;
	padding: 60px 100px 60px 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.menu .sub-menu ul li{
	height: auto;
	line-height: normal;
}
.menu .sub-menu ul li a{
	transition: .3s;
}
.menu .sub-menu ul li a:hover{
	color: #ff5529;
	padding-left: 10px;
}
.product-menu li{
	width: 21%;
	font-size: 16px;
	position: relative;
	margin-bottom: 20px;
}
.product-menu li:after{
	content: '>';
	position: absolute;
	top: 50%;
	right: 0;
	color: #999;
	font-family: '黑体';
	transform: translateY(-50%);
}

.solution-menu li{
	margin-bottom: 25px;
}
.solution-menu li:nth-of-type(odd){
	width: 30%;
}
.solution-menu li:nth-of-type(even){
	width: 60%;
}
.solution-menu li a{
	font-size: 18px;
	font-weight: bold;
}
.solution-menu li p{
	color: #999;
	font-size: 14px;
	margin-top: 5px;
}

.service-menu li{
	width: 25%;
}
.service-menu li a{
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 5px;
}
.service-menu li p{
	color: #999;
	font-size: 15px;
}
.service-menu li div{
	padding: 20px 10px;
	text-align: center;
}
.service-menu li p span{
        display: none;
}

.case-menu li{
	width: 20%;
	padding: 5px 10px;
}
.case-menu li img{
	width: 100%;
}

.headerLeft{
	float: left;
	display: flex;
	align-items: center;
}
.headerRight{
	float: right;
	display: flex;
	align-items: center;
	height: 75px;
}

.bannerTxt{
	background-color: #eef1fb;
	box-shadow: 0 2px 3px #ddd;
	z-index: 2;
	clear: both;
}
.bannerTxt ul{
	display: flex;
	justify-content: space-between;
	padding: 20px 80px;
}
.bannerTxt ul li{
	padding-left: 62px;
	background: url(../../images/icon1.png) no-repeat 0 center;
}
.bannerTxt ul li:nth-child(2){
	background-image: url(../../images/icon2.png);
}
.bannerTxt ul li:nth-child(3){
	background-image: url(../../images/icon3.png);
}
.bannerTxt ul li p{
	font-size: 20px;
	color: #000;
}
.bannerTxt ul li span{
	
	color: #999;
}

/*主体*/
.section{
    position: relative;
    min-height: 500px;
    padding-bottom: 50px;
    background: #F3F2F2;
	z-index: 2;
}

/*尾部*/
/*尾部*/
.footer{
    position: relative;
    color: #F7F7F7;
    background-color: #e7ebf7;
	box-shadow: 0 0 3px #eee;   
	 font-size: 14px;
}
.footer .container>ul{
    padding: 50px 0 40px;
    overflow: hidden;
}
.footer .container>ul>li{
    float: left;
    width: 13%;
    position: relative;
}
.footer .container>ul>li:nth-child(3){
	width: 18%;
}
.footer .container>ul>li:nth-child(4){
    width: 20%;
}
.footer .container>ul>li:nth-child(5){
    width: 25%;
}

.footer .container>ul>li:last-child{
    width: 110px;
    text-align: right;
}
.footer li p{
    position: relative;
    margin-bottom: 20px;
    font-size: 16px;
	color: #333;
	font-weight: bold;
}

.footer .container>ul>li ul li{
    line-height: 30px;
    color: #666;
}
.footer .container>ul>li ul li a{
    color: #666;
}
.footer .copyright{
	padding: 15px 0;
	border-top: 1px solid #d7dae5;
	color: #888;
}
.footer .copyright a{
	color: #888;
}
/*右侧浮动*/
.float{
    position: fixed;
    top: 230px;
    right: 0;
    width: 84px;
    height: 400px;
    z-index: 999;
    animation: slideInUp 1s;
}
.float_show{
    position: relative;
    height: 99px;
    background-color: #fff;
    border-bottom: 1px solid #E9EAEA;
    transition: .3s;
}
.float_show:first-child{
    border-top-left-radius: 10px;
}
.float_show:last-child{
    border-bottom-left-radius: 10px;
    box-shadow: 2px 2px 2px #CECFD1;
}
.float_show a{
    display: block;
    height: 100%;
    text-align: center;
    padding-top: 15px;
    box-sizing: border-box;
}
.float_show a:before{
    content: '';
    display: inline-block;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #DE4319 url(../images/fast-1.png) no-repeat center center;
}
.float_show:nth-child(2) a:before{
    background: #FFAD01 url(../images/fast-2.png) no-repeat center center;
}
.float_show:nth-child(3) a:before{
    background: #116FC6 url(../images/fast-3.png) no-repeat center center;
}
.float_show:nth-child(4) a:before{
    background: #46CDF5 url(../images/fast-4.png) no-repeat center center;
}
.float_show:hover{
    background-color: #E9EAEA;
}
.float_show:first-child:hover a{
    color: #DE4319;
}
.float_show:nth-child(2):hover a{
    color: #FFAD01;
}
.float_show:nth-child(3):hover a{
    color: #116FC6;
}
.float_show:nth-child(4):hover a{
    color: #46CDF5;
}

.float_show .qrCode{
    position: absolute;
    top: 0;
    left: -105px;
    width: 99px;
    height: 99px;
    display: none;
}
.float_show .qrCode:before{
    content: '';
    position: absolute;
    top: 50%;
    right: -10px;
    margin-top: -5px;
    border: 5px solid transparent;
    border-left-color: #fff;
}
.float_show:hover .qrCode{
    display: block;
    animation: zoomIn 1s;
}

/*banner*/
.banner{
    position: fixed;
}
.banner>img{
    width: 100%;
}
.topic{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1200px;
    color: #fff;
    font-size: 28px;
    text-align: center;
    transform: translate(-50%,-50%);
}
.topic h1{
    position: relative;
    text-transform: uppercase;
    font: bolder 32px 'sans-serif';
  	animation: zoomIn 1s;
}
.topic p{
    /*letter-spacing: 15px;*/
  	animation: slideInUp 1s;
}

.hour-48{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20%;
    text-align: center;
}
.hour-48 img{
    animation: slideInUp 1s;
}
/*pages*/
.pages {
	clear: both;
	width: 100%;
	height: 40px;
	margin: 30px 0 20px;
}

.pagebox {
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin: 20px 0;
	text-align: center;
	clear: both;
	font-size: 16px;
}

.pagebox span a,
.pagebox_pre_nolink {
	height: 30px;
	line-height: 30px;
	border: 1px solid #ddd;
	padding: 5px 10px;
	font-size: 16px;
	color: #666;
	cursor: default;
	text-align: center;
}

.pagebox span.pagebox_num_nonce {
	background-color: #015fc3;
	border: 1px solid #015fc3;
	color: #fff;
	height: 30px;
	line-height: 30px;
	margin: 0 5px;
	padding: 5px 10px;
	box-sizing: border-box;
}

.pagebox span.pagebox_num:hover a {
	background-color: #015fc3;
	border: 1px solid #015fc3;
	color: #fff;
	cursor: pointer;
}

.pagebox span.pagebox_next:hover a,
.pagebox span.pagebox_pre:hover a {
	background-color: #015fc3;
	border: 1px solid #015fc3;
	color: #fff;
	cursor: pointer;
}

.pagebox_jump {
	display: none;
}

.pagebox span.pagebox_num_nonce a {
	color: #fff;
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
}

.pagebox strong {
	font-weight: normal;
}