*{
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
body{
    padding: 0; margin: 0; font-family: '\5FAE\8F6F\96C5\9ED1';
}
.max-body{
    width: calc(100% - 100px);
    margin: 0 auto;
}
.main-wrap{
    width: 1340px; margin: 0 auto;
}
.m-header{
	display: none;
}
.m-menu-wrap{
	display: none;
}
.pc-menu{
	position: sticky; top: 0; background-color: rgba(255,255,255,.9); z-index: 6500;
}
.header-top{
    display: flex; justify-content: space-between; align-items: center; height: 72px;
}
.header-top .top-left{
    display: flex; justify-content: flex-start; align-items: center;
}
.header-top .top-left .logo{
    height: 38px;
}
.sj-item{
    width: 24px; height: 24px; /* background-color: rgba(0,0,0,.02); */
    display: flex; justify-content: center; align-items: center;
    margin-right: 7px; position: relative;
}
.sj-item i{
    font-size: 14px !important; color: #181818 !important;
}
.sj-item img{
	width: 16px; height: 16px;
}
.con-item{
	position: relative;
}
.con-item .con-content{
	white-space: nowrap;
	font-size: 15px; color: #FFF;
	padding: 10px; display: none; justify-content: center; align-items: center;
	background-color: #6b7599;
	position: absolute; top: 30px; right: 22px; z-index: 6600;
}
.con-item .con-content img{
	width: 95px; height: 95px;
}
.con-item:hover .con-content{
	display: flex;
}

.cate-next{
	display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap;
	background-color: rgba(0,0,0,.008); padding: 15px 15px 5px 15px;
}
.cate-next .next-name{
	padding: 4px 13px; margin-right: 10px;
	font-size: 14px; border-radius: 15px; color: #333; margin-bottom: 10px;
}
.cate-next .next-name:last-child{
	margin-right: 0;
}
.cate-next .next-active{
	border: 1px solid #6b7599; color: #6b7599;
}

.header-top .top-right{
    display: flex; justify-content: space-between; align-items: center;
}
.citem{
    width: 22px; margin-right: 20px;
}
.lang-item{
    font-size: 14px; color: rgba(0,0,0,.3);
}
.lang-item img{
	width: 30px;
}
.lang-active{
    color: #000; font-weight: bold;
}
.lang-space{
    width: 1px; height: 10px; background-color: #000; margin: 0 7px;
}
.menu-item{
    margin-right: 45px; height: 60px; line-height: 60px;
    position: relative;
    display: flex; justify-content: space-between; align-items: center;
}
.menu-item:hover::after{
	content: '';
  width: 100%;
  height: 2px;
  border-radius: 5px;
  background-color: #6b7599;
  position: absolute;
  bottom: 0;
  left: 0;
}
.menu-item .menu-name{
    font-size: 18px; color: #000;
}

.menu-active::after{
    content: '';
    width: 100%; height: 2px; border-radius: 5px;
    background-color: #6b7599;
    position: absolute; bottom: 0; left: 0;
}
.menu-active .menu-name{
    color: #6b7599;
}
.menu-item i.iconfont{
    margin-left: 6px;
    color: #000 !important; display: none;
}
.menu-next i.iconfont{
    display: inline;
}
.menu-next-wrap{
    position: absolute;
    background-color: rgba(255,255,255,.8);
    display: none; justify-content: center; align-items: center; z-index: 6000;
}
.menu-next-wrap li{
    list-style: none;
}
.menu-next-wrap li.text-menu{
    list-style: none; margin-right: 60px;
    font-size: 17px; height: 70px; line-height: 70px;
}
.menu-next-wrap li.text-menu a{
    color: #000;
}
.menu-next-wrap li.img-menu{
    padding: 35px 0; margin-right: 100px;
}
.menu-next-wrap li.img-menu a{
    display: flex; justify-content: center; align-items: center;
    flex-direction: column; color: #000; font-size: 17px;
}
.search-wrap{
	height: 50px; display: flex; justify-content: flex-start; align-items: center; margin-top: 9px;
}
.search-wrap .search-box{
	display: flex; justify-content: flex-start; align-items: center;
	position: relative;
}
.search-wrap .search-box .search-input{
	width: 200px; height: 35px; border: none; padding: 0; background-color: #f7f7f7; text-indent: 10px;
	border-radius: 20px;
}
.search-wrap .search-box .search-ico-btn{
	position: absolute; right: 10px; top: 5px;
	cursor: pointer;
}
.search-wrap .search-box .search-btn{
	width: 35px; height: 35px; cursor: pointer;
}
.search-wrap .addrs-btn{
	margin-left: 15px;
}

/* 产品 */
.page-path{
    height: 70px;
    display: flex; justify-content: flex-start; align-items: center;
}
.page-path .y{
    width: 12px; height: 12px; border: 1px solid #6b7599; border-radius: 50%;
}
.page-path .path-wrap{
    margin-left: 10px;
    display: flex; justify-content: flex-start; align-items: center;
}
.page-path .path-wrap a{
    color: #000; font-size: 16px;
}
.page-path .path-wrap a.path-active{
    color: #6b7599;
}
.page-path .path-wrap .path-space{
    margin: 0 8px;
}
.page-path .path-wrap .path-space i.iconfont{
    color: #000 !important; font-size: 14px !important;
}

.cate-wrap{
    height: 80px;
    display: flex; justify-content: flex-start; align-items: center;
}
.cate-wrap .cate-item{
    padding: 10px 30px; background-color: #f5f5f5;
    border-radius: 25px; color: #000; margin-right: 10px;
}
.cate-wrap .cate-active{
    background-color: #6b7599; color: #FFF;
}
.cate-wrap .cate-item:hover{
    background-color: #6b7599; color: #FFF;
}
.goods-wrap{
    width: 100%; /* background-color: #f9f9f9; */
    padding: 25px 0 45px 0; margin-top: 10px; border-bottom: 1px solid #d6e0e6;
}
.goods-wrap .goods-box{
    display: flex; justify-content: flex-start; align-items: flex-start;
    flex-wrap: wrap;
}
.goods-wrap .goods-box .goods-item{
    box-sizing: border-box;
    width: 25%; height: 280px;
    position: relative;
    display: flex; justify-content: flex-start; align-items: flex-start; flex-direction: column;
    padding-left: 50px; padding-top: 35px; background-color: #f9f9f9;
}
.goods-wrap .goods-box .goods-item:nth-child(even){
    background-color: #FFF;
}
.goods-wrap .goods-box .goods-item .goods-cover{
    width: 150px; height: 160px;
}
.goods-wrap .goods-box .goods-item .goods-name{
    font-size: 17px; margin-top: 25px; color: #000;
}
.goods-wrap .goods-box .goods-item .goods-ico{
    position: absolute; right: 35px; top: 50px; padding: 10px;
	border-radius: 50%; width: 30px; height: 30px; background-color: #000;
	display: flex; justify-content: center; align-items: center;
}
.goods-wrap .goods-box .goods-item .goods-ico i.iconfont{
    font-size: 18px; color: #FFF;
}
.goods-wrap .goods-box .goods-item:hover{
    background-color: #6b7599;
}
.goods-wrap .goods-box .goods-item:hover .goods-name{
    color: #FFF;
}
.goods-wrap .goods-box .goods-item:hover .goods-ico i.iconfont{
    color: #FFF;
}
.page-wrap{
    height: 50px; width: 100%;
    display: flex; justify-content: center; align-items: center;
    margin-top: 70px;
}
.page-wrap .page-item{
    height: 50px; border: 1px solid #d6e0e6;
    font-size: 14px; color: #000; line-height: 50px; background-color: #FFF;
    margin-right: 10px;
}
.page-wrap .page-item:last-child{
    margin-right: 0;
}
.page-wrap .page-act{
    padding: 0 26px;
}
.page-wrap .page-act i.iconfont{
    font-size: 20px;
}
.page-wrap .page-code{
    width: 50px; height: 50px;
    font-size: 18px; text-align: center;
}
.page-wrap .page-active{
    background-color: #6b7599; color: #FFF;
}
.cate-desc-wrap{
    width: 100%;
    margin-bottom: 20px; margin-top: 20px;
}
.cate-desc-wrap .cate-desc{
    background-color: #f9f9f9;
    padding: 38px 38px 125px 38px;
}
.cate-desc-wrap .cate-desc .desc-name{
    font-size: 30px; color: #6b7599;
    position: relative; padding-bottom: 7px;
}
.cate-desc-wrap .cate-desc .desc-name::after{
    content: '';
    width: 100px; height: 4px; background-color: #6b7599;
    position: absolute; left: 0; bottom: 0;
}
.cate-desc-wrap .cate-desc .desc-text{
    margin-top: 30px; font-size: 18px;
    line-height: 30px;
}
.cate-kw{
    padding: 50px 0 28px 0;
    display: flex; justify-content: flex-start; align-items: center;
    flex-wrap: wrap;
}
.cate-kw .kw-item{
    width: 205px; height: 45px; text-align: center; line-height: 45px;
    cursor: pointer; font-size: 15px; background-color: #f8f9f8; color: #000;
    margin-bottom: 22px; margin-right: 18px;
}
.cate-kw .kw-item:hover{
    background-color: #6b7599; color: #FFF;
}

.detail-wrap{
    padding-top: 100px; position: relative;
}
.detail-wrap .title{
    height: 80px; line-height: 80px; min-width: 670px; text-align: left;
    padding: 0 20px; font-size: 35px; color: #FFF; font-weight: bold;
    background-color: #6b7599; position: absolute; left: 0; top: 60px;
}
.detail-wrap .inquiry{
    background-color: #6b7599; height: 50px;
    display: flex; justify-content: center; align-items: center;
    position: absolute; right: 50px; top: 75px; padding: 0px 55px;
    color: #FFF; font-size: 18px; cursor: pointer;
}
.detail-wrap .inquiry img{
    margin-right: 10px;
}
.detail-wrap .detail-box{
    width: 100%;
    padding-top: 90px; background-color: #f8f9f8;
    display: flex; justify-content: space-between; align-items: flex-start;
}
.detail-wrap .detail-box .cover{
    width: 630px;
    padding: 15px; display: flex; justify-content: center; align-items: center;
}
.detail-wrap .detail-box .cover .cover-wrap{
    width: 250px !important;
}
.detail-wrap .detail-box .cover .cover-wrap img{
    width: 250px;
}
.detail-wrap .detail-box .info{
    width: calc(100% - 630px);
}
.detail-wrap .detail-box .info .summary{
    font-size: 16px; line-height: 35px;
	padding: 0 10px 30px 20px;
}
.detail-wrap .detail-box .tags{
    display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;
    margin-top: 30px;
}
.detail-wrap .detail-box .tags .tag-item{
    width: 48%; height: 45px; text-align: center; line-height: 45px;
    cursor: pointer; font-size: 12px; background-color: #FFF; color: #000;
    margin-bottom: 12px; margin-right: 10px; border: 1px solid #000;
}
.detail-wrap .detail-box .tags .tag-item:hover{
    background-color: #6b7599; color: #FFF; border: 1px solid #FFF;
}
.speciflcations-wrap{
    width: 100%; padding: 0 62px 62px 60px;
}
.speciflcations-wrap .speciflcations-desc{
    font-size: 16px; line-height: 30px;
}
.speciflcations-wrap .speciflcations-attrs{
    margin-top: 30px; border: 1px solid #d3d3d3;
}
.speciflcations-wrap .speciflcations-attrs .attrs-line{
    width: 100%; display: flex; justify-content: flex-start; align-items: center;
    border-bottom: 1px solid #d3d3d3;
}
.speciflcations-wrap .speciflcations-attrs .attrs-line::after{
    border-bottom: none;
}
.speciflcations-wrap .speciflcations-attrs .attrs-line .attrs-item{
    text-align: left; height: 40px; line-height: 40px;
    font-size: 15px; text-indent: 10px;
    border-right: 1px solid #d3d3d3;
}
.speciflcations-wrap .speciflcations-attrs .attrs-line .attrs-item::after{
    border-right: none;
}
.speciflcations-wrap .speciflcations-attrs .attrs-line .name{
    width: 40%;
}
.speciflcations-wrap .speciflcations-attrs .attrs-line .unit{
    width: 25%;
}
.speciflcations-wrap .speciflcations-attrs .attrs-line .value{
    width: 35%;
}
.speciflcations-wrap .content{
    font-size: 16px; line-height: 28px; word-break: break-all;
}
.speciflcations-wrap .faq{
    width: 100%;
    display: flex; justify-content: space-between; align-items: flex-start;
}
.speciflcations-wrap .faq .logo{
    width: 40%;
    display: flex; justify-content: center; align-items: flex-start;
}
.speciflcations-wrap .faq .logo img{
    width: 40%; margin-top: 15px;
}
.speciflcations-wrap .faq .faq-content{
    width: 60%; word-break: break-all;
}
.tip-zz{
	width: 100%; height: 100%; position: fixed; top: 0; left: 0;
	background-color: rgba(0,0,0,.1); display: none; justify-content: center; align-items: center;
	z-index: 7000;
}
.tip-zz .tip-body{
	width: 820px;
	background-color: rgba(0,0,0,.2); border-radius: 8px; padding: 6px;
}
.tip-zz .tip-body .tip-main{
	width: 100%; background-color: #FFF;
}
.tip-zz .tip-body .tip-main .title{
	width: 100%; height: 65px; background-color: #6b7599;
	display: flex; justify-content: space-between; align-items: center;
}
.tip-zz .tip-body .tip-main .title .close{
	width: 33px; height: 33px; margin-right: 10px; line-height: 33px;
	border-radius: 50%; border: 1px solid #FFF; cursor: pointer;
	display: flex; justify-content: center; align-items: center;
}
.tip-zz .tip-body .tip-main .title .close span{
	font-size: 30px; color: #FFF;
}
.tip-zz .tip-body .tip-main .info{
	width: 100%; padding: 70px 0;
	display: flex; justify-content: center; align-items: center;
	flex-wrap: wrap;
}
.tip-zz .tip-body .tip-main .info .input-line{
	display: flex; justify-content: center; align-items: flex-start; min-height: 56px; line-height: 56px;
	margin-bottom: 5px;
}
.tip-zz .tip-body .tip-main .info .input-line .input-text{
	width: 270px; text-align: left; font-size: 15px;
}
.tip-zz .tip-body .tip-main .info .input-line .input-form{
	width: 350px; min-height: 40px;
}
.tip-zz .tip-body .tip-main .info .input-line .input-form .xy-input{
	width: 100%; height: 40px; padding: 0; border: none;
	background-color: #edf1f4; text-indent: 10px;
}
.tip-zz .tip-body .tip-main .info .input-line .input-form .xy-text{
	padding: 10px; text-indent: 0; height: 150px;
}
.tip-zz .tip-body .tip-main .info .input-line .input-btn{
	display: flex; justify-content: space-between; align-items: center;
}
.tip-zz .tip-body .tip-main .info .input-line .input-btn .tip-style-btn{
	width: 150px; height: 40px; background-color: #6b7599;
	padding: 0; border: none; color: #FFF; font-size: 18px; cursor: pointer;
}
.tip-zz .tip-body .tip-main .info .input-line .input-btn .tip-style-btn-close{
	background-color: #dfe0df;
}

/*关于我们*/
.facotry{
	width: 100%; padding: 20px 0;
}
.line-title{
	display: flex; justify-content: center; align-items: center;
	height: 130px;
}
.line-title .title-text{
	font-size: 35px; color: #6b7599; font-weight: bold;
	position: relative; padding: 0 35px 25px 35px;
}
.line-title .title-normal{
	font-weight: normal;
}
.line-title .title-text::after{
	content: '';
	position: absolute;
	width: 90%; bottom: 0;
	left: 5%; height: 1px; border-bottom: 1px solid #e7e7e7;
}
.line-title .line{
	width: 125px; height: 1px; border-bottom: 1px solid #e7e7e7;
	margin-top: 10px; margin-right: -10px;
}
.line-title .right{
	margin-left: -10px;
}
.facotry .info{
	width: 100%; display: flex; justify-content: space-between; align-items: flex-start;
	margin-top: 25px;
}
.facotry .info .cover{
	width: 49%;
}
.facotry .info .cover img{
	width: 100%;
}
.facotry .info .desc{
	width: 51%; padding: 20px 90px 0 50px;
}
.facotry .info .desc .subtitle{
	font-size: 22px;
}
.facotry .info .desc .desc-text{
	margin-top: 45px; line-height: 28px; font-size: 15px;
}
.m-history{
	display: none;
}
.history{
	width: 100%;
	background-color: #f8f9f8; padding: 20px 0 50px 0;
}
.history-box{
	width: 100%; display: flex; justify-content: center; align-items: flex-start;
	position: relative; margin-top: 8px;
}
.history-box .box-line{
	width: 1px; height: calc(100% - 110px); background-color: #dddddd; position: absolute;
	left: calc(50% - 1px); top: 55px;
}
.history-box .box{
	width: 50%;
}
.history-box .left-box{
	width: calc(50% - 1px);
}
.history-box .box .h-item{
	width: 100%; display: flex; justify-content: flex-end; align-items: center; position: relative;
	padding-bottom: 100px;
}
.history-box .box .h-item:last-child{
	padding-bottom: 0;
}
.history-box .box .h-item .h-wrap{
	width: calc(100% - 55px); padding: 20px 30px; background-color: #FFF;
	position: relative;
}
.history-box .box .h-item .h-wrap::after{
	content: '';
	position: absolute;
	width: 5px; background-color: #6b7599; height: 40%;
	left: 0; top: 30%;
}
.history-box .box .h-item .h-wrap .title{
	font-size: 24px; font-weight: bold; color: #6c7699;
}
.history-box .box .h-item .h-wrap .desc-wrap{
	width: 100%; margin-top: 10px;
}
.history-box .box .h-item .h-wrap .desc-wrap .desc-text{
	font-size: 15px; margin-top: 5px;
}
.history-box .box .h-item .doe{
	width: 20px; height: 20px; border-radius: 50%; background-color: #e0e0e8;
	position: absolute; left: -10px; top: calc(50% - 10px - 50px);
}
.history-box .box .h-item .doe::after{
	content: '';
	width: 10px; height: 10px;
	background-color: #6b7599; position: absolute; left: 5px; top: 5px; border-radius: 50%;
}
.history-box .box .h-item:last-child .doe{
	top: calc(50% - 10px);
}
/*.history-box .box .h-item::after{
	content: '';
	width: 1px; height: calc(50% - 10px + 50px);
	background-color: #dddddd; position: absolute; left: 0px; bottom: 0;
}*/
.history-box .left-box .h-item{
	justify-content: flex-start; padding-top: 100px; padding-bottom: 0;
}
.history-box .left-box .h-item .h-wrap::after{
	left: auto;
	right: 0;
}
.history-box .left-box .h-item .h-wrap .title{
	text-align: right;
}
.history-box .left-box .h-item .h-wrap .desc-wrap .desc-text{
	text-align: right;
}
.history-box .left-box .h-item .doe{
	left: auto;
	right: -10px; z-index: 500; top: calc(50% - 10px + 50px);
}
.history-box .left-box .h-item:last-child .doe{
	top: calc(50% - 10px + 50px);
}
/*.history-box .left-box .h-item::after{
	left: auto; right: 0;
}*/

.brand-vision{
	margin-top: 15px;
}
.brand-wrap{
	width: 100%; display: flex; justify-content: space-between; align-items: center;
	padding-bottom: 45px; padding-top: 10px;
}
.brand-wrap .cover{
	width: 50%;
}
.brand-wrap .cover img{
	width: 100%;
}
.brand-wrap .desc{
	width: 50%; padding: 0 50px; line-height: 30px;
	font-size: 16px;
}
.brand-mission{
	width: 100%; background-color: #f9f9f9;
}
.brand-core-values{
	width: 100%; padding: 70px 0 150px 0;
	background: url('/static/index/images/values-bg.png') center 100%;
}
.brand-core-values .desc{
	width: 100%; margin-top: 70px;
	color: #FFF;
}
.brand-core-values .desc .desc-text{
	margin-bottom: 15px;
}
.brand-core-values .desc .desc-text:last-child{
	margin-bottom: 0;
}
.apple-wrap .detail-box .cover .cover-wrap{
	width: 160px !important;
}
.apple-wrap .detail-box .cover .cover-wrap img{
	width: 160px !important;
}
.apple-wrap:nth-child(odd) .title {
	left: auto; right: 0;
}
.apple-wrap:nth-child(even) .title {
	left: 0;
}
.apple-wrap:nth-child(odd) .inquiry{
	right: auto; left: 50px;
}
.apple-wrap:nth-child(even) .inquiry{
	right: 50px;
}
.apple-wrap:nth-child(odd) .detail-box .cover{
	order: 1;
}

/*新闻*/
.news-wrap{
	width: 100%; background-color: #f8f9f8;
	padding: 45px 0;
}
.news-list{
	width: 100%; padding: 30px;
	background-color: #FFF; display: flex; justify-content: space-between; align-items: flex-start;
	margin-bottom: 20px;
}
.news-list:last-child{
	margin-bottom: 0;
}
.news-list .cover{
	width: 315px; margin-right: 30px;
}
.news-list .cover img{
	width: 315px;
}
.news-list .info{
	/*width: calc(100% - 315px);*/
	width: auto; flex-grow: 1;
}
.news-list .info .title{
	font-size: 24px; font-weight: bold;  word-break: break-all;
}
.news-list .info .title a{
	color: #6b7599;
}
.news-list .info .desc{
	width: 100%; margin-top: 30px; line-height: 26px; word-break: break-all;
}
.content-wrap{
	width: 100%; background-color: #f8f9f8;
	padding: 60px 0;
}
.content-wrap .title{
	width: 100%; min-height: 60px; background-color: #6b7599;
	padding: 0 26px; color: #FFF; font-size: 16px;
	display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap;
}
.content-wrap .content{
	width: 100%; background-color: #FFF;
	padding: 50px 40px; line-height: 24px;
}

/*证书*/
.certificates{
	width: 100%; background-color: #f8f9f8; padding: 50px 0;
}
.certificates-box{
	width: 100%; padding: 50px; background-color: #FFF;
}
.certificates-box .title{
	width: 100%; line-height: 60px; color: #6b7599; font-size: 28px; font-weight: bold; text-align: center;
}
.certificates-box .item-wrap{
	width: 100%; margin-top: 30px;
	display: flex; justify-content: center; align-items: center; flex-wrap: wrap;
}
.certificates-box .item-wrap .item-list{
	width: 40%; margin: 0 15px 15px 15px;
}
.certificates-box .item-wrap .item-list img{
	width: 100%;
}
.certificates-box .work-wrap .item-list{
	margin: 0 10px 20px 10px !important;
}
.certificates-box .work-wrap .item-list img{
	width: 100%; height: 325px;
}

/*联系我们*/
.company{
	text-align: center; width: 100%; margin-top: 80px;
	font-size: 22px; color: #6b7599;
}
.contact-wrap{
	display: flex; justify-content: center; align-items: flex-start;
	margin-top: 60px;
}
.contact-wrap .contact-box{
	width: 50%;
}
.contact-wrap .line{
	border-left: 1px solid #edf1f4;
}
.contact-wrap .left{
	padding-left: 150px;
}
.contact-wrap .left .left-item{
	width: 100%; display: flex;
	justify-content: flex-start; align-items: center;
	margin-bottom: 30px;
}
.contact-wrap .left .left-item .ico{
	width: 50px; height: 50px;
}
.contact-wrap .left .left-item .text{
	margin-left: 25px; font-size: 16px; color: #333;
}

.contact-wrap .left .left-item .text a{
	color: #333;
}

.contact-wrap .right{
	padding-left: 60px;
}
.contact-wrap .right .input-line{
	display: flex; justify-content: center; align-items: flex-start; min-height: 56px; line-height: 56px;
	margin-bottom: 5px;
}
.contact-wrap .right .input-line .input-text{
	width: 270px; text-align: left; font-size: 15px;
}
.contact-wrap .right .input-line .input-form{
	width: 350px; min-height: 40px;
}
.contact-wrap .right .input-line .input-form .xy-input{
	width: 100%; height: 40px; padding: 0; border: none;
	background-color: #edf1f4; text-indent: 10px;
}
.contact-wrap .right .input-line .input-form .xy-text{
	padding: 10px; text-indent: 0; height: 150px;
}
.contact-wrap .right .input-line .input-btn{
	display: flex; justify-content: space-between; align-items: center;
}
.contact-wrap .right .input-line .input-btn .tip-style-btn{
	width: 100%; height: 40px; background-color: #6b7599;
	padding: 0; border: none; color: #FFF; font-size: 18px; cursor: pointer;
}
.contact-address{
	margin-bottom: 20px;
}
.contact-address .address{
	width: 100%; margin-top: 65px; padding-left: 150px;
	display: flex; justify-content: flex-start; align-items: center;
}
.contact-address .address .ico{
	width: 50px; height: 50px;
}
.contact-address .address .text{
	margin-left: 25px; font-size: 16px;
}

/*首页*/
.index-wrap1{
	width: 100%; background-color: #f5f5f5;
	padding: 20px 0 70px 0;
}
.apps-wrap{
	display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap;
	background-color: #FFF;
}
.apps-wrap .apps-item{
	width: 50%; display: flex; justify-content: center; align-items: center; padding: 30px;
}
.apps-wrap .apps-item .cover{
	width: 150px; height: 130px; display: flex; justify-content: center; align-items: center;
}
.apps-wrap .apps-item .cover img{
	width: 100%; height: 100%;
}
.apps-wrap .apps-item .title{
	width: calc(100% - 220px); font-size: 18px; text-align: center;
}
.apps-wrap .apps-item:nth-child(1){
	border-right: 1px solid #dcdcdc; border-bottom: 1px solid #dcdcdc;
}
.apps-wrap .apps-item:nth-child(2){
	border-bottom: 1px solid #dcdcdc;
}
.apps-wrap .apps-item:nth-child(3){
	border-right: 1px solid #dcdcdc;
}
.index-wrap2{
	position: relative; padding: 60px 0 100px 0;
}
.wrap2-bg{
	width: auto;
}
.index-wrap2 .wrap2-about{
	position: absolute; font-size: 20px; color: #333; left: 21%; top: 40%;
}
.index-wrap2 .wrap2-technology{
	position: absolute; font-size: 20px; color: #333; right: 20%; top: 40%;
}

/*底部*/
.footer{
    width: 100%;
}
.followus{
    width: 100%; height: 80px; border-top: 1px solid #d6e0e6;
}
.followus .follow-main{
    height: 80px;
    display: flex; justify-content: flex-start; align-items: center;
}
.followus .follow-main .link-text{
    font-size: 20px; color: #000;
}
.followus .follow-main .link-line{
    margin-left: 20px;
    display: flex; justify-content: flex-start; align-items: center;
}
.followus .follow-main .link-line .link-item{
    width: 40px; height: 40px; border-radius: 50%;
    margin-right: 16px;
}
.footer-main{
    width: 100%; padding: 60px 0; background-color: #7d8a92;
}
.footer-main .footer-wrap{
    display: flex; justify-content: space-between; align-items: flex-start;
}
.footer-main .footer-wrap .footer-logo{
    width: 162px; margin-left: 95px;
}
.footer-main .footer-wrap .footer-menu{
    display: flex; justify-content: space-between; align-items: flex-start;
	flex-grow: 1; flex-shrink: 0; margin-left: 110px;
}
.footer-main .footer-wrap .footer-menu .footer-menu-item .menu-top{
	width: 100%; font-size: 22px; text-align: left;
}
.footer-main .footer-wrap .footer-menu .footer-menu-item .menu-top a{
	color: #FFF;
}
.footer-main .footer-wrap .footer-menu .footer-menu-item .next-menu{
	margin-top: 23px;
}
.footer-main .footer-wrap .footer-menu .footer-menu-item .next-menu .next-item{
	display: flex; justify-content: flex-start; align-items: center; margin-bottom: 10px; max-width: 250px;
}
.footer-main .footer-wrap .footer-menu .footer-menu-item .next-menu .next-item .iconfont{
	color: #FFF;
}
.footer-main .footer-wrap .footer-menu .footer-menu-item .next-menu .next-item a{
	margin-left: 5px; font-size: 15px; color: #FFF;
}
.footer-copy{
	width: 100%; height: 75px; background-color: #dfeef5;
	display: flex; justify-content: center; align-items: center;
}
.footer-copy .copy-right{
	font-size: 16px; color: #545b61;
}
.footer-copy .sitemap{
	color: #000; margin-left: 10px; font-size: 14px; text-decoration: underline;
}

.right-window{
	width: 60px; position: fixed; right: 20px; top: 60%;
	cursor: pointer; z-index: 6500;
}
.right-window .window-item{
	width: 60px; height: 60px; display: flex; justify-content: center; align-items: center;
	position: relative; background-color: rgba(0,0,0,.2);
}
.right-window .window-item .window-box{
	width: 30px; height: 30px; border-radius: 50%; background-color: #FFF;
	display: flex; justify-content: center; align-items: center;
}
.right-window .window-item .window-box i.iconfont{
	color: #b5b5b5 !important;
}
.right-window .window-item .window-content{
	min-height: 60px; position: absolute; font-size: 16px; color: #FFF;
	background-color: #6b7599; display: none; justify-content: center; align-items: center;
	padding: 0 10px;
	right: 0px; white-space: nowrap;
}
.right-window .window-item .window-content a{
	color: #FFF;
}
.right-window .window-item .window-img{
	padding: 15px !important;
}
.right-window .window-item .window-img img{
	width: 150px; height: 150px;
}
.right-window .window-item:hover{
	background-color: #6b7599;
}
.right-window .window-item:hover .window-box i.iconfont{
	color: #6b7599 !important;
}
.right-window .window-item:hover .window-content{
	right: 60px; display: flex;
}
.map-wrap{
	padding-bottom: 50px;
}
.map-wrap iframe{
	border:0; width: 100%; height: 350px;
}
/*.m-detail-title{
	display: none;
}*/
.m-inquiry{
	display: none;
}