@charset "utf-8";
/* CSS Document */
html,body {
	font-family: "Microsoft YaHei";
    position: relative;
    height: 100%;
}
html {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}
html::-webkit-scrollbar {
    /* width: 0px; */
}
::-webkit-scrollbar {
    /* display: none; */
}
body {
    font-family: "微软雅黑", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.contenter{
	min-width:1349px;
}


/* 头部区域  start*/

.header{
    width: 100%;
    /* height: 570px;*/
	height: 625px;
}

.head-log{
    margin-left: 50px;
    align-items: center;
    display: flex;
    font-size: 26px;
}

.head-log .phone{
	border-left: 2px solid #a6a6a6;
    margin-left: 10px;
    font-size: 26px;
    padding-left: 10px;
    float: left;
	display: block;
    font-weight: normal;
    color: #555;
}

.swap{
    position: absolute;
    min-width: 1349px;
    height: 90px;
    z-index: 1;
    /* border: 1px solid red; */
    display: flex;
    justify-content: space-between;
    /* background-color: #f2f2f2; */
	background-color: #fff;
}

ul{
    margin: 0;
	list-style: none;
    display: inline-flex;
    margin-right: 5%;
}
ul li{
	font-size: 22px;
    min-width: 85px;
    text-align: center;
    padding: 14px 0;
    margin: 17px 12px;
    cursor: pointer;
}

ul li.active{
	color: #e09a0e;
	border-bottom: 2px solid rgba(224,154,14,1);
    padding-top: 12px;
}

ul li:hover{
	color: #e09a0e;
	border-bottom: 2px solid rgba(224,154,14,1);
	padding-top: 12px;
}

ul li.active:hover{
	color: #e09a0e;
	border-bottom: 2px solid rgba(224,154,14,1);
	padding-top: 12px;
}

/* 头部区域  end*/

/*  banner start */
.banner{
    width: 100%;
    /* padding-top: 90px; */
    height: 100%;
    /* border: 1px solid red; */
    overflow: hidden;
}
.banner img{
    width: 100%;
    height: 555px;
    margin-top: 90px;
    /* position: absolute; */ 
}
.banner-title{
    position: absolute;
    min-width: 1349px;
    top: 194px;
    font-size: 82px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
	text-shadow: 4px 2px 0px #fff;
	-webkit-text-stroke: 1px red;
    font-family: cursive;
}
.banner-title1 {
	position: absolute;
    min-width: 1300px;
    top: 320px;
    font-size: 66px;
    font-weight: bold;
    color: #FFF;
    text-align: right;
    /* right: 7%; */
    text-shadow: 4px 2px 10px #fff;
    /* -webkit-text-stroke: 1px red; */
    font-family: cursive;
}
.banner-title2 {
	position: absolute;
    width: auto;
    top: 163px;
    font-size: 66px;
    font-weight: bold;
    color: #FFF;
    /* text-align: center; */
    left: 60px;
    /* text-shadow: 4px 2px 10px #fff; */
    /* -webkit-text-stroke: 1px red; */
    font-family: cursive;
}
.banner-font{
    position: absolute;
    width: 100%;
    top: 443px;
    font-size: 62px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
	font-family: 华文行楷;
    /* transform: translate(0, -50%); */
}
/*  banner end */

/* 内容区域  start*/
.content{
	padding: 70px 50px 20px 50px;
    /* border: 1px solid red; */
    /* display: flex;
    height: 570px; */
	height: 1515px;
    justify-content: center;
    background-color: #efefef;
}
.content .title{
	display: block;
    font: 32px "Microsoft YaHei";
    color: #0054c7;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.content b{
	display: block;
    width: 100%;
    text-align: center;
    font: 26px Arial;
    color: #d4d3d3;
    font-weight: bold;
}
.first-colum{
    display: flex;
    /* flex-direction: column; */
    justify-content: space-around;
    padding: 0 0 40px;
}
.center-column{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 40px 20px;
}

.item{
	display: inline-block;
    /* width: calc(33% - 16px); */
    height: 240px;
    background: AppWorkspace;
    vertical-align: top;
    background-color: #fff;
}
.item-product{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
	background-color: #efefef;
}

.item-product p{
	font-size: 48px;
    color: #236dcb;
    letter-spacing: 10px;
    text-align: center;
    margin-top: 40px;
}
.item-product b{
	display: block;
    width: 100%;
    text-align: center;
    font-size: 24px;
    margin-top: 10px;
    color: #000;
    letter-spacing: 0;
}
.item-product .des{
	position: absolute;
    display: block;
    color: #fff;
    line-height: 24px;
    background: #444;
    font-style: normal;
    font-size: 16px;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    bottom: 0;
}

.item-img{
	/* padding-bottom: 100%; */
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.item-img > img{
	position: absolute;
    width: 100%;
    height: 100%;
	transition: all 1s;
}
.item-img > img:hover{
    transform: scale(1.1); 
}  
.item-des{
	/* margin: .5em .5em 1em; */
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: #f2f2f2;
    height: 40px;
    line-height: 40px;
}
.item-des .title{
	color: #333333;
    font-size: 22px;
}
.item-des .desc{
	color: #999999;
    font-size: 14px;
}

.item-move {
	animation-name:mymove;
	animation-duration:1s;
	animation-fill-mode: backwards;

	/* Safari and Chrome */
	-webkit-animation-name:mymove;
	-webkit-animation-duration:1s;
}

a{
	text-decoration: none;
	color: #000;
}

.content-item{
	display: flex;
    justify-content: space-around;
    height: 450px
}

.content-bg-white{
	background-color: #fff;
    width: 50%;
    height: 100%;
	overflow: hidden;
}

.content-bg-white img{
	width:100%;
}

.content-bg-grey{
    width: 50%;
    height: 100%;
	background-color: #d4d3d3;
	overflow: hidden;
}
.content-item-des{
	padding: 50px;
}

.content-item-des .title{
	font-size: 36px;
	color: #000;
}

.content-item-des .content{
	margin-top: 16px;
    font-size: 22px;
    line-height: 34px;
    text-indent: 42px;
    color: rgba(0,0,0,.65);
}

.content-bg-grey img{
	width:100%;
}

.content-center{
	width: 350px;
    height: 350px;
    border: 1px solid;
    border-radius: 50%;
    margin-top: -640px;
    position: absolute;
    margin-left: 435px;
    display: flex;
    justify-content: center;
    background-color: #efefef;
    align-items: center;
}
.jzmf{
	width: 100%;
	background-color: #fff;
}
.jzmf-title{
	height: 110px;
    font: 32px "Microsoft YaHei";
    display: flex;
    justify-content: center;
    align-items: center;
	font-weight: bold;
}
.jzmf-img-div{
	display: flex;
	justify-content: space-around;
}
.jzmf-img-div img{
	/* width: 300px; */
	height: 300px;
}
/* 内容区域  end*/

/* 合作企业 start */
.cooperate{
	padding: 70px 50px 20px 50px;
    /* border: 1px solid red; */
    /* display: flex; */
    height: 570px;
    justify-content: center;
    background-color: #fff;
	margin:0 10px;
}

.cooperate .title{
	display: block;
    font: 32px "Microsoft YaHei";
    color: #0054c7;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.cooperate b{
	display: block;
    width: 100%;
    text-align: center;
    font: 26px Arial;
    color: #d4d3d3;
    font-weight: bold;
}

.cooperate .cop{
	/* width: calc(16% - 16px); */
	height: 130px;
}

/* 合作企业 end   */

/* 底部区域 start */
.bj-bottom{
    height: 390px;
    background-color: #001632;
}
.kefuphone{
    color: #fff;
    font-size: 32px;
    line-height: 32px;
    padding: 30px 0;
    text-align: center;
    border-bottom: 1px solid hsla(0,0%,100%,.2);
}
.footerWarp{
	display: flex;
	justify-content:space-around;
    margin: 0 auto;
    font-size: 18px;
    color: #fff;
    padding: 60px 0 20px;
}

.foot-item .logo{
	display:flex;
}

.foot-item .logo span{
	font-size:16px;
	color:rgba(255, 255, 255, 0.7);
}

.foot-item .desc{
	/*margin-left:17px;*/
	margin-top: 16px;
	display: flex;
    align-items: center;
}

.foot-item .desc span{
	/*margin-left:12px;*/
	color:rgba(255, 255, 255, 0.7);
}

.foot-item {
	
}

.foot-item p{
	font-size: 14px;
    cursor: pointer;
    color: hsla(0,0%,100%,.7);
}
.foot-item a{
	color: hsla(0,0%,100%,.7);
}

h3{
	margin: 0;
    font-size: 18px;
    font-weight: 400;
}

.footerBottomWrap {
    border-top: 1px solid hsla(0,0%,100%,.2);
    font-size: 16px;
    color: hsla(0,0%,100%,.7);
    text-align: center;
    padding: 16px 0;
}
.pr2 {
    padding-right: .2rem;
}
.inlineBlock {
    display: inline-block;
}
.flex-center {
    justify-content: center;
    align-items: center;
}
/* 底部区域 end */

/* 悬浮区域 start */
.float-content{
    position: fixed;
    bottom: 35%;
    width: 130px;
    background-color: #fff;
    height: 200px;
    margin-left: 20px;
    border: 1px solid red;
}

.right-float{
	padding: 10px;
    position: fixed;
    bottom: 35%;
    width: 50px;
    background-color: #fff;
    height: 58px;
    right: 20px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.gotop{
	width: 52px;
    height: 52px;
    background: url(../images/top.png) no-repeat;
	background-size: 52px;
    position: absolute;
    top: 0px;
    display: none;
    cursor: pointer;
}
.right-float span{
	font-size: 12px;
	font-weight: bold;
}
/* 悬浮区域 end */

@keyframes mymove{   
	0%{  
		opacity:0;  
		-webkit-transform:translate3d(0,100%,0);  
		transform:translate3d(0,100%,0)   
	}  
	100%{  
		opacity:1;  
		-webkit-transform:translateZ(0);  
		transform:translateZ(0);   
	}
}


.left-name{
	text-align: center;
    font-size: 52px;
    height: 90px;
    line-height: 90px;
}
.search-header{
    height:90px;
    padding: 20px 40px;
    display: flex;
    position: fixed;
    background-color: #fff;
    width: 100%;
}
.search-icon{
    width: 60px;
    position: absolute;
    top: 44px;
    left: 78px;
}
.search-input{
	height: 100px;
    width: 100%;
    border-radius: 50px;
    border: 1px solid #eee;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    padding-left: 120px;
    font-size: 36px;
    box-sizing: border-box;
}
.more-icon{
	width: 90px;
	padding-left: 36px;
}
.more-tooltip{
    right: 120px;
    height: 183px;
    position: absolute;
    margin-top: 37px;
    padding: 0px 36px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 1px 0 rgba(0,0,0,.3), 0 2px 3px 0 rgba(0,0,0,.14);
    z-index: 1;
}
.more-tooltip a{
	display: block;
    height: 90px;
    line-height: 90px;
    color: #000;
}
.more-tooltip img{
	width: 48px;
    margin-right: 16px;
    margin-bottom: 16px;
}
.more-tooltip span{
	font-size: 32px;
}
.more-tooltip-mask{
	position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: hsla(0,0%,100%,0);
}
.head{
	padding: 40px 40px 40px 40px;
	display: flex;
	/* padding-top:160px; */
}
.company-div{
	width: 160px;
    height: 160px;
    text-align: center;
    line-height: 150px;
}
.company-icon{
	border-radius: 50%;
    width: 100%;
    height: 100%;
}
.company-content{
	padding-left: 20px;
}
.company-title {
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
}
.company-title h1{
    font-size: 50px;
    color: rgb(51, 51, 51);
}
.company-title img{
	width: 56px;
    height: 50px;
    padding: 10px;
}
.company-address {
    font-size: 36px;
    color: #999;
}

.middle{
	padding-bottom: 160px;
}

.product-row{
	display: flex;
    padding: 0px 30px;
}
.product-item{
    width: 50%;
    padding: 20px;
}
.product-img{
	width: 100%;
    height: 0px;
    padding-bottom: 100%;
    background-size: cover;
    background-position: 50% 50%;
}
.product-content{
	padding-top: 10px;
}
.product-content h3{
    font-size: 42px;
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    height:50px;
}
.product-content p{
	font-size: 46px;
    color: #ef1f1f;
}
.product-content span{
	font-size: 36px;
}

.bottom{
	position: fixed;
    height: 140px;
    background-color: #fff;
    display: flex;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1px solid #efefef
}
.bottom div{
	width: 50%;
	padding: 20px;
}
.ask-price{
	background-color: #fff;
    width: 100%;
    height: 100%;
    border-color: red;
    font-size: 40px;
    color: red;
    border-radius: 10px;
}
.call-phone{
	background-color: red;
    width: 100%;
    height: 100%;
    border-color: red;
    font-size: 40px;
    color: #fff;
    border-radius: 10px;
}

.footer {
    text-align: center;
    font-size: 14px;
	height: 50px;
}

.procenter {
    margin-top: 50px;
    padding: 50px 0;
	width: 90%;
	margin: 0 auto;
}

.procenter ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.procenter li {
    float: left;
    width: 32%;
    margin-right: 1.99%;
    min-height: 200px;
    margin-bottom: 20px;
    height: 300px;
    overflow: hidden;
	display: list-item;
    text-align: -webkit-match-parent;
}
a {
    color: #333;
    text-decoration: none;
}