﻿@charset "utf-8";
/* CSS Document */

* {box-sizing: border-box;}
html,body{
	height:100%;
	/* width: 1920px; */
}
html{}
body {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	/*font-family: "微软雅黑";*/
	font-family: "Open Sans",'Lucida Grande', 'Lucida Sans',Century Gothic, Arial, 'Apple LiGothic Medium',"微软雅黑";
}
img, object {
	max-width: 100%
}
img {
	max-width: 100%;
	-ms-interpolation-mode: bicubic;
	border: 0
}
a {
	text-decoration: none
}
h2, h3, h4, h5, h6, img, li, p, span, ul {
	padding: 0;
	margin: 0;
	list-style: none
}
button, input {
	line-height: normal;
	outline: 0
}
i,em{ font-style:normal;}
.left{ float:left;}
.right{ float:right;}
.clear {
	clear: both;
}
input[type="text"],input[type="button"]{
	-webkit-appearance:none;
	appearance:none;
	outline:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	border-radius:0;
}
.hide{
	display:none;
}
/*清除浮动*/
.clearfix:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
}
.fade{
	-o-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s;
}/*淡*/

.max_widithbox{
	/* max-width:1492px; */
	margin:0 auto;
}/*主要内容宽度*/
/*项目内容最大宽*/
.promax_width{
	max-width: 100%;
	margin: 0 auto;
}

.promax_width img{max-width: 100%;height: auto !important;}

/*颜色样式*/
.proconbg{
	background: #111111;
}
.whitefont{
	color: #fff;
}
/*外面框*/
.fltbox {
    display: -moz-box;
    display: -webkit-box;
    display: box;
    display: -ms-box;
}
/*内容多的class*/
.flexbox {
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
}

/*返回顶部*/
.scroll{
	display: block;
	position: fixed;
	right: 15px;
	bottom:20px;
	z-index: 55;
	width: 25px;
	height: 38px;
	/*background: rgba(255,255,255,0.5);*/
	background: #333333;
	text-align: center;
	line-height: 38px;
	border-radius: 100px;
	overflow: hidden;
	cursor: pointer;
	/*position: relative;*/
}
.scroll em{
	font-size: 12px !important;
	color: rgba(255,255,255,0.5);
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-o-transform:translate3d(0,0,0);
}
.scroll:hover em{
	-webkit-transform: translateY(-76px);
	-moz-transform: translateY(-76px);
	transform: translateY(-76px);
	-o-transform: translateY(-76px);	
}


/*导航*/
.home_topbox{
    top:0;
	z-index: 50;
	width:100%;
	background:rgba(0,0,0,0.8);
	position: fixed;
}
.home_topmaxbox{
	padding: 0 6%;
	height: 100%;
}
.hometop_logobox{
	line-height: 44px;
	width: 50%;
	height: 100%;
}
.hometop_logobox a{
	display:inline-block;
	background-repeat:no-repeat;
	background-size: 100% auto;
	background-position: center;
	position: absolute;
	vertical-align: middle;
	z-index: 10000;	
	line-height: 75px;
}
.hometop_logobox img{
	max-height: 80%;
	display: inline-block;
	vertical-align: middle;
}
.tbgd{position: absolute;}
.tbgd2{position: relative;}
@keyframes dh_1{
	0%{background-position:0px 0px;}
	1%{background-position:0px -32px;}
	2%{background-position:0px -64px;}
	3%{background-position:0px -96px;}
	4%{background-position:0px -128px;}
	5%{background-position:0px -160px;}
	6%{background-position:0px -192px;}
	7%{background-position:0px -224px;}
	8%{background-position:0px -256px;}
	9%{background-position:0px -288px;}
	10%{background-position:0px -320px;}
	11%{background-position:0px -352px;}
	12%{background-position:0px -384px;}
	13%{background-position:0px -416px;}
	14%{background-position:0px -448px;}
	15%{background-position:0px -480px;}
	16%{background-position:0px -512px;}
	17%{background-position:0px -544px;}
	18%{background-position:0px -576px;}
	19%{background-position:0px -608px;}
	20%{background-position:0px -640px;}
	21%{background-position:0px -672px;}
	22%{background-position:0px -704px;}
	23%{background-position:0px -736px;}
	24%{background-position:0px -768px;}
	25%{background-position:0px -800px;}
	26%{background-position:0px -832px;}
	27%{background-position:0px -864px;}
	28%{background-position:0px -896px;}
	29%{background-position:0px -928px;}
	30%{background-position:0px -960px;}
	31%{background-position:0px -992px;}
	32%{background-position:0px -1024px;}
	33%{background-position:0px -1056px;}
	34%{background-position:0px -1088px;}
	35%{background-position:0px -1120px;}
	36%{background-position:0px -1152px;}
	37%{background-position:0px -1184px;}
	38%{background-position:0px -1216px;}
	39%{background-position:0px -1248px;}
	40%{background-position:0px -1280px;}
	41%{background-position:0px -1312px;}
	42%{background-position:0px -1344px;}
	43%{background-position:0px -1376px;}
	44%{background-position:0px -1408px;}
	45%{background-position:0px -1440px;}
	46%{background-position:0px -1472px;}
	47%{background-position:0px -1504px;}
	48%{background-position:0px -1536px;}
	49%{background-position:0px -1568px;}
	50%{background-position:0px -1600px;}
	51%{background-position:0px -1632px;}
	52%{background-position:0px -1664px;}
	53%{background-position:0px -1696px;}
	54%{background-position:0px -1728px;}
	55%{background-position:0px -1760px;}
	56%{background-position:0px -1792px;}
	57%{background-position:0px -1824px;}
	58%{background-position:0px -1856px;}
	59%{background-position:0px -1888px;}
	60%{background-position:0px -1920px;}
	61%{background-position:0px -1952px;}
	62%{background-position:0px -1984px;}
	63%{background-position:0px -2016px;}
	64%{background-position:0px -2048px;}
	65%{background-position:0px -2080px;}
	66%{background-position:0px -2112px;}
	67%{background-position:0px -2144px;}
	68%{background-position:0px -2176px;}
	69%{background-position:0px -2208px;}
	70%{background-position:0px -2240px;}
	71%{background-position:0px -2272px;}
	72%{background-position:0px -2304px;}
	73%{background-position:0px -2336px;}
	74%{background-position:0px -2368px;}
	75%{background-position:0px -2400px;}
	76%{background-position:0px -2432px;}
	77%{background-position:0px -2464px;}
	78%{background-position:0px -2496px;}
	79%{background-position:0px -2528px;}
	80%{background-position:0px -2560px;}
	81%{background-position:0px -2592px;}
	82%{background-position:0px -2624px;}
	83%{background-position:0px -2656px;}
	84%{background-position:0px -2688px;}
	85%{background-position:0px -2720px;}
	86%{background-position:0px -2752px;}
	87%{background-position:0px -2784px;}
	88%{background-position:0px -2816px;}
	89%{background-position:0px -2848px;}
	90%{background-position:0px -2880px;}
	91%{background-position:0px -2912px;}
	92%{background-position:0px -2944px;}
	93%{background-position:0px -2976px;}
	94%{background-position:0px -3008px;}
	95%{background-position:0px -3040px;}
	96%{background-position:0px -3072px;}
	97%{background-position:0px -3104px;}
	98%{background-position:0px -3136px;}
	99%{background-position:0px -3168px;}
	100%{background-position:0px -3168px;}

}
@-webkit-keyframes dh_1{
	0%{background-position:0px 0px;}
	1%{background-position:0px -32px;}
	2%{background-position:0px -64px;}
	3%{background-position:0px -96px;}
	4%{background-position:0px -128px;}
	5%{background-position:0px -160px;}
	6%{background-position:0px -192px;}
	7%{background-position:0px -224px;}
	8%{background-position:0px -256px;}
	9%{background-position:0px -288px;}
	10%{background-position:0px -320px;}
	11%{background-position:0px -352px;}
	12%{background-position:0px -384px;}
	13%{background-position:0px -416px;}
	14%{background-position:0px -448px;}
	15%{background-position:0px -480px;}
	16%{background-position:0px -512px;}
	17%{background-position:0px -544px;}
	18%{background-position:0px -576px;}
	19%{background-position:0px -608px;}
	20%{background-position:0px -640px;}
	21%{background-position:0px -672px;}
	22%{background-position:0px -704px;}
	23%{background-position:0px -736px;}
	24%{background-position:0px -768px;}
	25%{background-position:0px -800px;}
	26%{background-position:0px -832px;}
	27%{background-position:0px -864px;}
	28%{background-position:0px -896px;}
	29%{background-position:0px -928px;}
	30%{background-position:0px -960px;}
	31%{background-position:0px -992px;}
	32%{background-position:0px -1024px;}
	33%{background-position:0px -1056px;}
	34%{background-position:0px -1088px;}
	35%{background-position:0px -1120px;}
	36%{background-position:0px -1152px;}
	37%{background-position:0px -1184px;}
	38%{background-position:0px -1216px;}
	39%{background-position:0px -1248px;}
	40%{background-position:0px -1280px;}
	41%{background-position:0px -1312px;}
	42%{background-position:0px -1344px;}
	43%{background-position:0px -1376px;}
	44%{background-position:0px -1408px;}
	45%{background-position:0px -1440px;}
	46%{background-position:0px -1472px;}
	47%{background-position:0px -1504px;}
	48%{background-position:0px -1536px;}
	49%{background-position:0px -1568px;}
	50%{background-position:0px -1600px;}
	51%{background-position:0px -1632px;}
	52%{background-position:0px -1664px;}
	53%{background-position:0px -1696px;}
	54%{background-position:0px -1728px;}
	55%{background-position:0px -1760px;}
	56%{background-position:0px -1792px;}
	57%{background-position:0px -1824px;}
	58%{background-position:0px -1856px;}
	59%{background-position:0px -1888px;}
	60%{background-position:0px -1920px;}
	61%{background-position:0px -1952px;}
	62%{background-position:0px -1984px;}
	63%{background-position:0px -2016px;}
	64%{background-position:0px -2048px;}
	65%{background-position:0px -2080px;}
	66%{background-position:0px -2112px;}
	67%{background-position:0px -2144px;}
	68%{background-position:0px -2176px;}
	69%{background-position:0px -2208px;}
	70%{background-position:0px -2240px;}
	71%{background-position:0px -2272px;}
	72%{background-position:0px -2304px;}
	73%{background-position:0px -2336px;}
	74%{background-position:0px -2368px;}
	75%{background-position:0px -2400px;}
	76%{background-position:0px -2432px;}
	77%{background-position:0px -2464px;}
	78%{background-position:0px -2496px;}
	79%{background-position:0px -2528px;}
	80%{background-position:0px -2560px;}
	81%{background-position:0px -2592px;}
	82%{background-position:0px -2624px;}
	83%{background-position:0px -2656px;}
	84%{background-position:0px -2688px;}
	85%{background-position:0px -2720px;}
	86%{background-position:0px -2752px;}
	87%{background-position:0px -2784px;}
	88%{background-position:0px -2816px;}
	89%{background-position:0px -2848px;}
	90%{background-position:0px -2880px;}
	91%{background-position:0px -2912px;}
	92%{background-position:0px -2944px;}
	93%{background-position:0px -2976px;}
	94%{background-position:0px -3008px;}
	95%{background-position:0px -3040px;}
	96%{background-position:0px -3072px;}
	97%{background-position:0px -3104px;}
	98%{background-position:0px -3136px;}
	99%{background-position:0px -3168px;}
	100%{background-position:0px -3168px;}

}
.hometop_logobox .logo_zms2{display:none; top:0px;}

/*.container-fluid{margin-top:56px!important;}*/
.home_topzms{
	background: #444;
    height: 40px;
	opacity: 0.8;
	line-height:40px;
	text-align:right;
	color:#fff;
}
.home_topzms a{color:#fff;display:inline-block;margin:0 10px;font-size: 14px;}
.home_topzms a:last-child{margin-right:20px;}
.fixde_zms{position: fixed; top:0px;}
.hometop_logobox img{
	max-height: 80%;
	display: inline-block;
	vertical-align: middle;
}
.hometop_navbox{
	line-height:1;
}

.hometop_navbut{
	display: block;
	color:#fff;
	font-size: 23px;
	float: left;
	margin: 0 20px;
	cursor: pointer;
	position: relative;
	line-height: 75px;	
}
.hometop_navcon a:last-child{font-size: 25px;}
/*.hometop_navbut:hover{
	border-bottom: solid 1px #fff;
}*/
.cl-effect-4{
	/* line-height: 44px;  */
}
.cl-effect-4::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-o-transform: height 0.3s, opacity 0.3s, transform 0.3s;		
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
	-o-transform: translateY(-10px);	
}

.cl-effect-4:hover::after,
.cl-effect-4:focus::after {
	height: 1px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
	-o-transform: translateY(0px);	
}
.hometop_navbut:hover{
	opacity:0.6;
}

.home_toptwobox .hometop_navbut.cur {
	color: #0047ff;
	/*border: 0;*/
}

.hometop_navbut.cur{
	/*border-bottom: solid 1px #fff !important;*/
}

.hometop_switch{
    display: block;
    float: left;
    color: #fff;
    font-size: 12px;
    border-top: solid 1px rgba(255,255,255,0.5);
    border-bottom: solid 1px rgba(255,255,255,0.5);
    cursor: pointer;
    margin: 4px 20px;
	margin-right: 0;
}

.home_toptwobox{
	background: rgba(0,0,0,0.8);
	/*border-bottom: 0;*/
}
.home_toptwobox .hometop_navbut {
    color: #969696;
	border-bottom-color: #969696 !important;
}

.home_toptwobox .hometop_navbut:hover{
	/* color: #00bbd9; */
}
.home_toptwobox .cl-effect-4::after{
	height: 0;
}
.home_toptwobox .hometop_switch {
    color: #969696;
    border-top: solid 1px #969696;
    border-bottom: solid 1px #969696;
}
.home_toptwobox .hometop_switch:hover {
    color: #fff;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
}

.hometop_navcollect{
    font-size: 20px !important;
    width: 45px;
    text-align: right;
	display: none;
	margin: 0;
}
.home_toplayerbox{
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	display: table;
	display: none;
	top: 0;
}
.homenav_layerconbox{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.homenav_layerbut{
	display: block;
	text-align: center;
	padding: 2% 0;
}
.homenav_layerfont{
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	display: inline-block;
	position: relative;
	padding: 0 0 2px;
}
.homenav_layerfont.cur{
	border-bottom: solid 1px #fff;
}

.homenav_layergb{
	display: block;
	position: absolute;
	right: 0;
	top:0;
	z-index: 5;
	width: 46px;
	height: 46px;
	line-height: 2em;
	text-align: center;
	color: #fff;
	font-size: 25px !important;
	cursor: pointer;
	padding:1.5%;
}

.ejlm{width:100%;position:absolute;top: 75px;background: #111;}
.ejlm_d{max-width:100%;padding:0;min-height:40px;margin:0 auto;text-align:center;}
/*首页banner*/
.background_video {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    object-fit: cover;
    height: 100%;
    min-width: 100%;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    display:block;
     width: 100%px;
}
.ban {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}
.home_banner_bar{
	height:100%;
	background:#000;
}
.home_bannerbox{
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
}

.home_bannerimglistbar{
	width:200%;
	height:100%;
}
.home_bannerimglist{
	width:100%;
	height:100%;
	float:left;
	overflow: hidden;
}
.home_bannerimgbar{
	height: 100%;
    display: block;
    /*max-width: 1920px;*/
    /* margin: 0 auto; */
	width: 100%;
    /*margin-left: -360px;*/
	position: relative;
}
.home_bannerimgbar img{
	height: 103%;
	width: 100%;
	opacity: 1;
	max-width: none;
}
.home_animation{
/* 	animation: myfirst 15s;
	-moz-animation: myfirst 15s;
	-webkit-animation: myfirst 15s;
	-o-animation: myfirst 15s; */
	transition: all 18s;
	-webkit-transform: all 18s;
	-moz-transform: all 18s;
	-o-transform: all 18s; 
 	-webkit-transform: translate3d(0px, 0px, 0px) scale(1.1,1.05);
	-moz-transform:translate3d(0px, 0px, 0px) scale(1.1,1.05);
	-o-transform:translate3d(0px, 0px, 0px) scale(1.1,1.05);
	transform: translate3d(0px, 0px, 0px) scale(1.1,1.05);
	transform-origin:0% 40%;
}
@keyframes myfirst{
	0%{
		transform: translate3d(0px, 0px, 0px) scale(0.5);
		-webkit-transform: translate3d(0px, 0px, 0px) scale(0.5);
		-moz-transform: translate3d(0px, 0px, 0px) scale(0.5);
		transition: all 3s ease 0s;
		-webkit-transform: all 3s ease 0s;
		-moz-transform: all 3s ease 0s;
	}
	100%{
		opacity: 1;
		 transform: translate3d(0px, 0px, 0px) scale(1.1);
		-webkit-transform: translate3d(0px, 0px, 0px) scale(1.1);
		-moz-transform: translate3d(0px, 0px, 0px) scale(1.1);
		transition: all 1s ease 0s;
		-webkit-transform: all 1s ease 0s;
		-moz-transform: all 1s ease 0s;
	}
}

@-webkit-keyframes myfirst /* Safari 和 Chrome */{
	0%{

		transform: translate3d(0px, 0px, 0px) scale(0.5);
		-webkit-transform: translate3d(0px, 0px, 0px) scale(0.5);
		-moz-transform: translate3d(0px, 0px, 0px) scale(0.5); 
		transition: all 1s ease 0s;
		-webkit-transform: all 1s ease 0s;
		-moz-transform: all 1s ease 0s;
	}
	100%{
		 transform: translate3d(0px, 0px, 0px) scale(1.1);
		-webkit-transform: translate3d(0px, 0px, 0px) scale(1.1);
		-moz-transform: translate3d(0px, 0px, 0px) scale(1.1); 
		transition: all 1s ease 0s;
		-webkit-transform: all 1s ease 0s;
		-moz-transform: all 1s ease 0s;
	}
}

.home_bannericon{
	width:100%;
	text-align: center; 
	position:absolute; 
	z-index:5;
	bottom:12px; 
	height:21px;
}
.home_banner_jticon{
	position:absolute;
	top:48%;
	z-index:8;
	cursor:pointer;
	width: 72px;
	height: 72px;
	text-align: center;
	line-height: 1em;
	/*background: rgba(0,0,0,0.3);*/
	border-radius: 100%;
	color: #fff;
	font-size: 72px !important;
	opacity: 0.3;
}
.home_banner_jticon:hover{ opacity: 1;}
.width_xzbox {
    width: 100%;
    min-width: 1200px;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: #eee;
}
.width_xz {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    height: 100%;
    overflow: hidden;
}
.home_bannericon .swiper-pagination-switch{
	width:10px;
	height:10px;
	/*border:solid 3px #fff;*/
	border-radius:100%;
	background: #717171;
	margin: 0 8px;
}
.home_bannericon .swiper-active-switch {
    background: #fff;
}
.banner.swiper-container{
	width: 100%;
	height: 100%;
}

.banner .swiper-pagination-bullet {
    opacity: 1;
}
.banner .swiper-button-next, .banner .swiper-button-prev {
    background-size: 20%;
    width: 50px;
    height: 50px;
    background-color: #333333;
    border-radius: 50%;
    right: 30px;
    top: 50%;
    margin-top: -25px;
    opacity: .5;
}

.banner .swiper-button-prev {
    left: 30px;
}

.banner .swiper-button-prev:hover, .banner .swiper-button-next:hover {
    opacity: 1;
}

.banner .swiper-pagination-bullet {
    background-color: #fff;
    opacity: .3;
}

.banner .swiper-pagination-bullets {
    bottom: 5% !important;
}

.banner .swiper-pagination-bullet-active {
    background-color: #ffffff;
    opacity:1;
}

.banner .swiper-wrapper {
    transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}

.banner .swiper-slide img {
	display: block;
    webkit-transition: all 20s linear;
    -moz-transition: all 20s linear;
    -o-transition: all 20s linear;
    -ms-transition: all 20s linear;
    transition: all 20s linear;
}

.banner .swiper-slide video {
    object-fit: fill;
    width: 100%;
    height: 100%;
}



.swiper-container-horizontal > .swiper-pagination-bullets.my-swiper-pagination {
    width: 300px;
    left: 0;
    top: 0;
    bottom: auto;
    height: auto;
    border-left: 3px solid #ffffff;
    transform: none;
    position: absolute;
    z-index: 3;
}

.my-swiper-pagination .swiper-pagination-bullet {
    width: 300px;
    height: auto;
    text-align: left;
    padding-left: 20px;
    line-height: 28px;
    border-radius: 0;
    margin: 0;
    background-color: transparent;
    opacity: .5;

}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0;
    font-size: 14px;
}

.my-swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.content img{
	display: block;
}

/*项目区域*/
.home_projectframe{
	background: #111111;
	padding-bottom: 0px;
	margin-top: 75px;
}
.homepro_menubox{
	text-align: center;
	padding:20px 0;
}
.homepro_menubut{
	display: inline-block;
	font-size: 18px;
	color: #7b7b7b;
	/*opacity: 0.4;*/
	margin: 0 20px;
	position: relative;
	cursor: pointer;
	padding: 0 0 2px;
	/* font-family:"Open Sans",'Lucida Grande', 'Lucida Sans', Arial, 'Apple LiGothic Medium',"微软雅黑"; */
}
.homepro_menubut:hover{
	opacity:0.8;
}
.homepro_menubut.active{
	border-bottom: solid 1px #fff;
	/*opacity: 0.4;*/
	color: #fff;
}

/*.case_zms{padding:0px 13.3%; background: #ececec; }*/
.homepro_imglist{
	float:left;
	width: 33.33333%;
	margin-bottom: 2px;
}
.homepro_imglist:nth-child(2) .homepro_imgbox,.homepro_imglist:nth-child(5) .homepro_imgbox,.homepro_imglist:nth-child(8) .homepro_imgbox,
.homepro_imglist:nth-child(11) .homepro_imgbox,.homepro_imglist:nth-child(14) .homepro_imgbox,.homepro_imglist:nth-child(17) .homepro_imgbox,
.homepro_imglist:nth-child(20) .homepro_imgbox,.homepro_imglist:nth-child(23) .homepro_imgbox,.homepro_imglist:nth-child(26) .homepro_imgbox,
.homepro_imglist:nth-child(29) .homepro_imgbox,.homepro_imglist:nth-child(32) .homepro_imgbox{
	margin-left:1px;
	margin-right:1px;
}
.homepro_imglist:nth-child(3n) .homepro_imgbox{
	margin-left:1px;
}
.homepro_imglist:nth-child(1) .homepro_imgbox,.homepro_imglist:nth-child(4) .homepro_imgbox, .homepro_imglist:nth-child(7) .homepro_imgbox,
.homepro_imglist:nth-child(10) .homepro_imgbox, .homepro_imglist:nth-child(13) .homepro_imgbox, .homepro_imglist:nth-child(16) .homepro_imgbox, 
.homepro_imglist:nth-child(19) .homepro_imgbox, .homepro_imglist:nth-child(22) .homepro_imgbox, .homepro_imglist:nth-child(25) .homepro_imgbox, 
.homepro_imglist:nth-child(28) .homepro_imgbox,.homepro_imglist:nth-child(31) .homepro_imgbox{
	margin-right:1px;
}

.homepro_imgbox{
	display: block;
	position:relative;
	height: 100%;
	background: #ccc;
	overflow: hidden;
	cursor: pointer;
}
.homepro_imgbg{
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.homepro_imgbg img{
    max-width: none;
    width: 101%;
    height: 101%;
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 1s;
    -moz-transition: opacity 0.35s, -webkit-transform 1s;
    -o-transition: opacity 0.35s, -webkit-transform 1s;
    transition: opacity 0.35s, transform 1s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.homepro_imglayer{
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: table;
    background: rgba(0,0,0,0.7);
    padding-right: 1px;
    margin-bottom: -1px;
    opacity: 0;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}
.homepro_imgfont{
	display: inline-block;	
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: #000;
}
.homepro_imgfont h5{
	font-weight: bold;
	font-size: 45px;
	opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    -moz-transition: opacity 0.35s, -webkit-transform 0.35s;
    -o-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0px, 20px, 0);
    -moz-transform: translate3d(0px, 20px, 0);
    -o-transform: translate3d(0px, 20px, 0);
    transform: translate3d(0px, 20px, 0);
	font-family:"Open Sans",'Lucida Grande', 'Lucida Sans', Arial, 'Apple LiGothic Medium',"微软雅黑";
}
.homepro_imgfont span{
	display:inline-block;
	font-size: 30px;
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -webkit-transform 0.3s;
	-o-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;

    -webkit-transform: translate3d(0px, -20px, 0);
    -moz-transform: translate3d(0px, -20px, 0);
    -o-transform: translate3d(0px, -20px, 0);
    transform: translate3d(0px, -20px, 0);
	font-family:"Open Sans",'Lucida Grande', 'Lucida Sans', Arial, 'Apple LiGothic Medium',"微软雅黑";
}
.homepro_imgbox:hover .homepro_imglayer {
    opacity: .7;
    background:#000
}

.homepro_imgbox:hover img {
	-moz-transform:translate3d(0px, 0px, 0px) scale(1.05);	/* Firefox */
	-o-transform:translate3d(0px, 0px, 0px) scale(1.05);
    -webkit-transform: translate3d(0px, 0px, 0px) scale(1.05);
    transform: translate3d(0px, 0px, 0px) scale(1.05);
}

.homepro_imgbox:hover .homepro_imglayer h5{
    opacity: 1;
    color: #fff;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);	/* Firefox */
	-o-transform: translate3d(0, 0, 0);
}
.homepro_imgbox:hover .homepro_imglayer span {
    opacity: 1;
    color: #fff;
	-webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);	/* Firefox */
	-o-transform: translate3d(0, 0, 0);
}

.home_container{
	position:relative;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
}
#portfoliolist .portfolio{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	/*width:23%;*/
	/**width:22%;*/
	/*margin:1%;*/
/*	display:none;*/
	float:left;
	overflow:hidden;
}


.container_j{color:#fff;font-size:17px;line-height:50px;opacity:.8;width: 100%;
	max-width: 1110px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;}

/*关于我们*/

.homeabout_frame{
	background: #fff;
	padding-bottom:6%;
}
.homeabout_title{
	color: #000;
	font-size: 28px;
	text-align: center;
	font-weight: normal;
	padding:4% 0;
	font-family:"Open Sans",'Lucida Grande', 'Lucida Sans', Century Gothic, Arial, 'Apple LiGothic Medium',"微软雅黑";
	padding-top: 6%;
}
.homeabout_text{
	font-size: 18px;
	color: #808080;
	/*opacity: 0.5;*/
	max-width: 800px;
	text-align: center;
	margin: 0 auto;
	font-family: "Open Sans",'Lucida Grande', 'Lucida Sans',Century Gothic, Arial, 'Apple LiGothic Medium',"微软雅黑";
	line-height: 2.2em;
	font-weight: 100;
}
.homeabout_text strong{
	font-weight:normal;
}

/*解决方案*/

.homesolu_frame{
	position: relative;
	/*min-height: 184px;*/
	background: #eee;
	display: block;
}
.homesolu_imgbox{
	position: relative;
	z-index: 1;
	width: 100%;
}
.homesolu_imgbox img{
	display:block;
	max-width: 100%;
	width: 100%;
}
.homesolu_fontbox{
	position: absolute;
	z-index: 5;
	width: 100%;
	height:100%;
	/*background: rgba(0,0,0,0.35);*/
	display: table;
	/*max-width: 1000px;*/
	margin: 0 auto;
	text-align: center;
}
.homesolu_font{
	font-size: 25px;
	color: #fff;
	font-family:"Open Sans",'Lucida Grande', 'Lucida Sans', Century Gothic, Arial, 'Apple LiGothic Medium',"微软雅黑";
	display: table-cell;
	vertical-align: middle;
	font-weight: normal;
	line-height: 2.2em;
}
.homesolu_font span{
	display: block;
	max-height: 220px;
	overflow: hidden;
}

/*外部链接*/

.hometact_frame{
	background: #000;
    padding: 3% 0;
}
.hometact_title{
	font-size: 28px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	/* font-family: Helvetica Neue; */
}
.homtact_linkbox{
	text-align: center;
	margin-top:10%;
    margin-bottom: 2%;
}
.homtact_linkbut{
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px;
	cursor: pointer;
}
.homtact_txtbox{
	text-align: center;
}
.homtact_text{
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	opacity: 0.5;
	font-size: 13px;
	font-family:"Open Sans",'Lucida Grande', 'Lucida Sans',  Century Gothic,Arial, 'Apple LiGothic Medium',"微软雅黑";
	margin: 0 10px;
}

/**/

.homesj_anim{
	animation: myfirst 3s;
	-moz-animation: myfirst 3s;	/* Firefox */
	-webkit-animation: myfirst 3s;	/* Safari 和 Chrome */
	-o-animation: myfirst 3s;	/* Opera */
}
@keyframes myfirst{
	0%{
		opacity: 0;		
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
		-moz-transform: opacity 0.35s, -webkit-transform 0.35s;
		-o-transform: opacity 0.35s, transform 0.35s;
		-webkit-transform: translate3d(0px, 10px, 0);
		transform: translate3d(0px, 10px, 0);
		-moz-transform: translate3d(0px, 10px, 0);	/* Firefox */
		-o-transform: translate3d(0px, 10px, 0);
	}
	50%{
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-moz-transform:translate3d(0, 0, 0);	/* Firefox */
		-o-transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes myfirst /* Safari 和 Chrome */{
	0%{
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
		-moz-transform:  opacity 0.35s, transform 0.35s;	/* Firefox */
		-o-transform: opacity 0.35s, transform 0.35s;
		-webkit-transform: translate3d(0px, 10px, 0);
		transform: translate3d(0px, 10px, 0);
		-moz-transform: translate3d(0px, 10px, 0);	/* Firefox */
		-o-transform: translate3d(0px, 10px, 0);
	}
	50%{
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-moz-transform:translate3d(0, 0, 0);	/* Firefox */
		-o-transform: translate3d(0, 0, 0);
	}
}



/*底部*/
.homebottom_frame{
	background: #000;
	text-align: center;
	font-size: 16px;
	color: rgba(255,255,255,0.4);
	font-family:"Open Sans",'Lucida Grande', 'Lucida Sans', Century Gothic, Arial, 'Apple LiGothic Medium',"微软雅黑";
	padding: 30px 0;
	/* width: 100%; */
	letter-spacing: 1px;
}
.homebottom_frame span{
	display: inline-block;
}

/*关于我们*/

.about_bannerbox{
	width:100%;
}
.about_bannerbox .home_bannerimgbar{
	position: relative;
}
.about_bannerfontbox{
	position: absolute;
	z-index: 5;
	width: 100%;
	height: 100%;
	display: table;
}
.about_bannerfont{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.aboutbanner_txt{
	color: #fff;
	font-size: 28px;
	/* margin-top: 18%; */
	display: block;
	padding: 0 3%;
	/*-webkit-box-reflect: below 0 -webkit-linear-gradient(top,rgba(250,250,250,0),rgba(250,250,250,.0) 30%,rgba(250,250,250,0.3));
	box-reflect: below 0 -webkit-linear-gradient(top,rgba(250,250,250,0),rgba(250,250,250,.0) 30%,rgba(250,250,250,0.3));*/
	text-shadow: 0px 20px 32px rgba(255,255,255,0.5);
	font-weight: 200;
}
.about_fontshadow{
	color: #fff;
	-webkit-filter: blur(8px);
	-moz-filter: blur(8px);
	-o-filter: blur(8px);
	-ms-filter: blur(8px);
	filter: blur(8px);/*模糊*/
}

/*关于我们-公司介绍*/
.abouttwo_frame{
	background: #000;
	padding: 8% 0;
	padding-bottom: 9%;
}
.abouttwo_topfont{
	font-size: 19px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	/* font-family:"Open Sans",'Lucida Grande', 'Lucida Sans', Arial, 'Apple LiGothic Medium',"微软雅黑"; */
	line-height: 2.2em;
	max-height: 246px;
	overflow: hidden;
	padding: 0 3%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}
.abouttwo_topfont strong{
	font-weight:normal;
}
.about_dynamicbox{
	/*width: 958px;
	margin: 0 auto;*/
	text-align: center;
	margin-top: 7.5%;
}
.aboutdy_imgbox{
	/*float: left;*/
	display: inline-block;
	vertical-align: middle;
	width: 213px;
	min-height: 345px;
	background: #2c2c2c;
	overflow: hidden;
}
.aboutdy_imgbox img{
	width: 100%;height: 100%;
}
.aboutdy_imgbox:nth-child(2){
	margin: 0 150px;
}

/*ser*/
.aboutser_frame{
	background: #111;
}
.aboutser_title{
	font-weight: normal;
	font-size: 32px;
	color: #fff;
	text-align: center;
	padding-top: 3%;
}
.aboutser_boxframe{
	text-align: center;
    padding: 0 5%;
    padding-top: 5%;
    padding-bottom: 15%;
}
.aboutser_butbox{
    display: inline-block;
    /* width: 205px; */
    width: 18%;
    /* margin: 0 10px; */
    vertical-align: top;
    /* float: left; */
     text-align: center; 
}
.aboutser_iconbox{
	display: block;
	max-width: 203px;
	width: 80%;
	/*height: 203px;
	line-height: 203px;*/
	border-radius: 100%;
	overflow: hidden;
	text-align: center;
	/* border: solid 1px #fff; */
	margin: 0 auto;
}
.aboutser_iconbox img{
	width: 100%;height: 100%;
}
.aboutser_muntitle{
	font-size: 23px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	margin: 20px 0;
}
.aboutser_fontbox{
	display: inline-block;
	margin: 0 auto;
}
.aboutser_txt{
	display:block;
	text-align: left;
	color: #fff;
	opacity: 0.5;
	font-size: 13px;
	line-height: 28px;
}

/*关于我们-par*/
.weui-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.weui-flex__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.aboutpro_frame{
	background: #000;
}
.aboutpro_frame .aboutser_boxframe{
	/*min-height: 15%;*/
	/* padding: 0 2%; */
	padding-bottom: 15%;
}
.aboutpro_frame .aboutser_butbox{
    vertical-align:middle;
    height: 100%;
    /* width: 19%; */
    margin: 3% 0;
}
.aboutpro_frame .aboutser_iconbox{
	border: 0;
	text-align: center;
	border-radius: 0;
	height: 100%;
	line-height: 5em;
	width: 65%;
}
.aboutpro_frame .aboutser_iconbox img{
	max-width: 100%;
	display: inline-block;
	margin: 0 auto;
	max-height: 75%;
    vertical-align: middle;
}

/*关于我们-cli*/
.aboutcli_frame{
	background: #fff;
}

.aboutcli_frame .aboutser_title{
	color: #000;
}
.aboutcli_frame .aboutser_boxframe {
    /* min-height: 15%; */
    padding-bottom: 10%;
}
.aboutcli_frame .weui-flex{
	padding:1% 0; 
}
.aboutcli_frame .aboutser_iconbox {
    line-height: 8em;
}

/*关于我们-tact*/
.abouttact_frame{
	background: #111;
}
.aboutact_conbox{
	text-align: center;
	padding: 6% 0;
}
.aboutact_lfontbox{
	display: inline-block;
	vertical-align: top;
	/*margin: 0 100px;*/
}
.aboutact_lfontbox:nth-child(1){
	margin-right: 180px;
}
.aboutact_lfont{
	/*display: block;*/
	text-align: left;
	padding: 10px 0;
}
.aboutact_lfont em{
	/*font-size: 13px;*/
	color: #fff;
	display: inline-block;
	margin-right: 10px;
}
.aboutact_lfont i{
	font-size: 13px;
	color: #888;
}

.aboutact_rlink{
	display: inline-block;
	vertical-align: middle;
	opacity: 0.5;
	cursor: pointer;
    margin-right: 32px;
}
.aboutact_rlink:hover{
	opacity: 1;
}

/*项目页--------------*/
.fontone{
	color:#c5c5c5;
}
.fonttwo{
	color:#636363;
}


.protop_banner{
	/* height:90%; */
	height: 774px;
}

/**/
.protop_banner .promax_width{
	height: 100%;
}
.protop_bannertle{
	font-size: 30px;
	/* font-family:'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', Arial, 'Apple LiGothic Medium',"Open Sans","Trebuchet MS","微软雅黑"; */
	font-weight: normal;
	color: #fff;
	line-height: 1.3em;
	padding-top: 11%;
}

.proone_jsbox{
	padding: 4.5% 0;
	border-bottom:solid 1px rgba(255,255,255,0.1);
	/*margin-bottom: 20px; */
}
.proone_ltxtbox{
	width: 100%;
}
.proone_ltop{
	font-size: 16px;
	/*color: #c5c5c5;*/
	font-family:"Open Sans",'Lucida Grande', 'Lucida Sans', Century Gothic, Arial, 'Apple LiGothic Medium',"微软雅黑";
	margin-bottom: 15px;
	font-weight: normal;
}
.proone_lfont{
	font-size: 14px;
	/*color: #636363;*/
	line-height: 25px;
	font-family:"Open Sans",'Lucida Grande', 'Lucida Sans', Century Gothic, Arial, 'Apple LiGothic Medium',"微软雅黑";
}
.proone_rfontbox{
	width: 18%;
}
.proone_rlocfont{
	font-size: 14px;
	/*color: #636363;*/
}
.proone_rlocfont span{
	display: block;
	margin-bottom: 10px;

}
.proone_rlinkbox{
	margin-top: 50px;
}
.proone_linkbut{
	display: inline-block;
    vertical-align: middle;
    opacity: 0.3;
    min-width: 20px;
    min-height: 20px;
    font-size: 18px !important;
    text-align: center;
    line-height: 1em;
    margin-right: 15px;
	cursor: pointer;
}
.proone_linkbut:hover{
	opacity: 1;
}

.aboutact_lfontbox .proone_linkbut{
	font-size: 32px !important;
	margin:0 20px;
	margin-top: 1%;
}

.homtact_linkbox  .proone_linkbut{
	font-size: 30px !important;
	margin:0 20px;
	opacity: 1;
	/*margin-top: 1%;*/
}
.homtact_linkbox  .proone_linkbut:hover{
	opacity:0.5;
}

/**/
.provideo_frame{
    padding-top: 2%;
    padding-bottom: 3.2%;
    width: 100%;
    position: relative;
}
.provideobox{
	width: 100%;
	overflow: hidden;
	/*background: #ccc;*/
	position: relative;
}
.provideo{
	object-fit: cover;
    height: 100%;
    width: 100%;
}
.video_playframe{
	width:100%;
	height:100%;
	position: absolute;
	z-index:20;
	left:0;
	top:0;
}
.video_playbox{
	display:inline-block;
	position: absolute;
	z-index: 20;
	width: 10%;
	/* height: 150px; */
	left: 50%;
	top: 50%;
	margin-left: -5%;
	margin-top: -7%;
	max-width: 150px;
	max-height: 150px;
}
.video_playbox img{
	display:inline-block;
	vertical-align:middle;
	/* transform: translate3d(0px, 0px, 0px) scale(1.1); */
	/* transition: all 5s ease 1s; */
	/* -webkit-transform: translate3d(0px, 0px, 0px) scale(1.1); */
	animation: inherit;
}
.video_pause{
	display: none;
	opacity: 0;
}
/* .video_pause:hover{
	opacity:1;
} */
.video_pause img{
	/* width: 10%; */
	/* display:table-cell; */
}

/*图片展示*/
.proatlas_lineone{
	width: 100%;
	/*height: 637px;*/
	background: #ccc;
	margin-bottom: 2px;
}
.proborder{
	border-bottom:solid 1px rgba(255,255,255,0.1);
}
.proatlas_linetwo{
	padding-bottom: 2%;
}
.proatlas_linetwo .proatlas_imgbox{
	display: block;
	width: 50%;
	/*height: 298px;
	background: #eee;*/
	float: left;
}
.proatlas_img{
	display: block;
	cursor: -webkit-zoom-in;
}
.proatlas_img img{
	display: block;width: 100%;
}
.proatlas_linetwo .proatlas_imgbox:nth-child(1) .proatlas_img{
	margin-right: 1px;
}
.proatlas_linetwo .proatlas_imgbox:nth-child(2) .proatlas_img{
	margin-left: 1px;
}
.proatlas_tle{
	font-size: 14px;
	color: #7d7d7d;
	font-family:"Open Sans",'Lucida Grande', 'Lucida Sans', Century Gothic, Arial, 'Apple LiGothic Medium',"微软雅黑";
	padding-top:15px;
	padding-bottom: 28px;
	border-top:solid 1px rgba(255,255,255,0.1);
}
.proatlas_imgthree{
    padding-bottom: 2.3%;
}
.proatlas_imgthree .proatlas_imgbox{
	display: block;
	width: 33.333%;
	float: left;
}
.proatlas_imgthree .proatlas_imgbox:nth-child(2) .proatlas_img{
	margin: 0 1px;
}
.proatlas_imgthree .proatlas_imgbox:nth-child(1) .proatlas_img{
	margin-right:1px;
}
.proatlas_imgthree .proatlas_imgbox:nth-child(3) .proatlas_img{
	margin-left:1px;
}

.proatlas_imgfour{
	padding-bottom: 2.3%;
}
.proatlas_imgfour .proatlas_imgbox{
	display: block;
	width: 25%;
	float: left;
}
.proatlas_imgfour .proatlas_imgbox:nth-child(2) .proatlas_img{
	margin: 0 1px;
}
.proatlas_imgfour .proatlas_imgbox:nth-child(3) .proatlas_img{
	margin: 0 1px;
}
.proatlas_imgfour .proatlas_imgbox:nth-child(1) .proatlas_img{
	margin-right:1px;
}
.proatlas_imgfour .proatlas_imgbox:nth-child(4) .proatlas_img{
	margin-left:1px;
}

.proatlas_fourbox{
    padding-top: 2.5%;
    padding-bottom: 3.2%;
}
.proatlas_fourbox .proatlas_linetwo{
	padding-bottom: 2px;
}

/*分享*/
.proshare_frame{
	padding-top: 3.5%;
    padding-bottom: 6.5%;
}
.bdshare-button-style0-16 a, 
.bdshare-button-style0-16 .bds_more {
	 float: left;
	 font-size: 12px;
	 padding-left: 0px !important;
	 line-height: 31px;
	 height: 31px;
	 background-image: none !important;
	 background-repeat: no-repeat;
	 cursor: pointer;
	 margin: 6px 6px 6px 0;
}
.proshare_icon{
	display: block;
	float: left;
	width: 31px;
	height: 31px !important;
	text-align: center;
	line-height: 32px !important;
	background: #383838;
	color: #fff;
	border-radius: 100%;
	overflow: hidden;
	margin: 0 !important;
	margin-left: 22px !important;
	font-size: 18px !important;
	cursor: pointer;
}

.proshare_icon:hover{
	background: #262626;
	color:#fff !important;
}


.wzdt{width: 1200px;margin: 0 auto; padding-bottom: 50px;}
.wzdt dl{width:46%;margin: 0 2%;float: left; color: #fff;}
.wzdt dl dt img{display: block;width: 100%;}
.wzdt dl dd{font-size: 1rem;line-height: 1.8;}
.wzdt dl dd h3{font-size: 2.5rem;line-height: 1.8;margin: 1rem 0 .5rem;font-weight: normal;}
.wzdt dl dd p{margin-bottom:0;}


.index_banner{width: 100%;position: relative;}
.index_ban{width: 100%;height: 100%; background-size: cover;position: absolute;}
.index_yd{width: 100%;margin: 150px auto;text-align: center;font-size: 26px;line-height: 38px; }
.index_yd2{width: 800px;margin: 70px auto 105px;text-align: center;font-size: 26px;line-height: 38px; }
.index_ban video{max-width:100%;}
.index_tpgd{width: 83.33%;margin: 0 auto;}
.index_tpgd img{width:100%;display: block;}

.cplb{width: 83.33%; margin: 0 auto 120px;}
.cplb li{width: 100%;margin-bottom: 40px;position: relative; }
.cplb li a{display: block;text-align: center;font-size: 46px;line-height: 58px;height: 58px;padding: 250px 0;color: #fff;	
transition:background-color 0.5s;
-moz-transition:background-color 0.5s;
transition-timing-function:ease-in-out;
-moz-transition-timing-function:ease-in-out;}
.cplb li a span{display:none;transition:background-color 0.5s;
-moz-transition:background-color 0.5s;
transition-timing-function:ease-in-out;
-moz-transition-timing-function:ease-in-out;}
.cplb li:hover a{background: #232323 !important;   }
.cplb li:hover a span{display:block;}
.zzry{background: #000;padding: 100px 0 80px;}
.zzry p{font-size: 28px;text-align: center; width: 1200px;margin: 0 auto;color: #fff;font-family: Arial;line-height: 48px;padding-bottom: 40px;}
.zzry a{text-align: center;color: #fff;display: block;font-size: 31px;font-weight: bold;text-decoration-line: underline;font-style: italic;}

.index_img img{display: block;width: 100%;}

.zzry2{padding: 100px 0 80px;}
.zzry2 p{font-size: 28px;text-align: center; width: 970px;margin: 0 auto;color: #333;line-height: 48px;padding-bottom: 40px;}
.zzry2 a{text-align: center;color: #000;display: block;font-size: 31px;font-weight: bold;text-decoration-line: underline;font-style: italic;}
/*.zzry2 a span{text-shadow: 1px 1px 0px #888;}*/
.index_video{width: 83.33%;margin: 0 auto;}
.index_video video{width: 100%;margin-bottom: 145px;}


.f100 {
    position: relative;
    width: 100%;
}
.c100 {
    position: relative;
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
}
#footer {
	display: none;
	position: relative;
	width: 100%;
	background: #000;
	color: #777;
	overflow: hidden;
	margin-top: 50px;
	font-size: 12px;
}

#footer .f1 {
	height: auto;
	padding-bottom: 10px
}

#footer .f1 .cen {
	padding: 80px 0 30px
}

#footer .f1 .enquiry {
	width: 75%
}

#footer .f1 .enquiry a {
	color: #ddd
}

#footer .f1 .enquiry a:hover {
	color: #777
}

#footer .f1 .enquiry h4 {
	margin-bottom: 20px;
	color: #ddd;
	font-size: 14px;
}

#footer .f1 .office {
	margin-top: 60px
}

#footer .f1 .office .ofc {
	float: left;
	/*width: 20%;*/
	margin-right: 5%
}
#footer .f1 .office .ofc:nth-child(3),
#footer .f1 .office .ofc:nth-child(4){
	width: auto;
}
#footer .f1 .office .ofc a,#footer .f1 .office .ofc a:hover {
	color: #777
}

#footer .f1 .office .ofc .address {
	margin-top: 5px;
	
}
#footer .f1 .office .ofc:nth-child(3) .address,
#footer .f1 .office .ofc:nth-child(4) .address,
#footer .f1 .office .ofc:nth-child(5) .address{
	text-align: center;
}
#footer .f1 .office .ofc .address img{
	width: 150px;
	height: 150px;
}
#footer .f1 .office .ofc .txtcenter{
	text-align: center;
	line-height: 30px;
	color: #ffffff;
}
#footer .f1 .office .ofc .address p {
	margin-bottom: 0;
	font-size: 12px;
	line-height: 24px;
	color: #ffffff;
}
#footer .f1 .office .ofc h5 {
	padding-bottom: 5px;
	color: #ddd;
	font-size: 14px;
}

#footer .f2 {
	background: rgba(120,120,120,0.1);
	height: 1px
}

#footer .f3 {
	height: 70px
}
#footer .bt,#footer .lan {
	line-height: 70px;
	float: left;
	margin-right: 25px;
	cursor: pointer
}
#footer .bt a,#footer .lan a{
	color:#777;
	font-size: 14px;
}

#footer .bt:hover,#footer .bt.clicked,#footer .lan:hover,#footer .lan.clicked {
	color: #f2f2f2
}

#footer .other {
	position: absolute;
	top: 0;
	left: 32%;
	padding-left: 14px
}

#footer .other div {
	line-height: 70px
}

#footer .other .lang,#footer .other .lang div,#footer .other .copyright {
	float: left
}

#footer .other .lang div {
	margin-right: 3px;
	cursor: pointer
}

#footer .other .lang .ln {
	opacity: .4;
	margin: 0 4px;
	font-size: 6px
}

#footer .other .lang .zh {
	margin-right: 35px
}




.index_al{text-align:center;padding: 20px 0;margin-top: 80px;}
.index_al a{display: inline-block;font-size: 20px;color: #555;margin: 0 20px;padding: 0 0 5px;}

.about_zs img{width:100%;display:block;}

.wzby{color:#fff;    font-size: 14px;margin-right:30px;margin-bottom: 0;    border-right: 1px solid #fff;
    padding-right: 50px;}

.join_bg{padding-bottom: 30px;margin-top: 160px;}

.join_bg .img{padding-top: 160px;}
.join_bg .img img{display: block;margin: 0 auto;}

.join_bg ul{width: 71.67%;margin: 240px auto;}
.join_bg ul li{width: 20%;margin-right: 6.66%;float: left;text-align: center;margin-bottom: 80px;}
.join_bg ul li:nth-child(4n){margin-right:0;}
.join_bg ul li p{color: #000;font-size: 30px;text-align: center;line-height: 1;padding-top: 22px;margin-bottom: 0;overflow: hidden;
text-overflow:ellipsis;white-space: nowrap;}
/*.join_bg ul li a img{border: 10px solid #000;}*/
.join_bg ul li:hover a{text-decoration: none;}
.join_bg2 img{vertical-align: bottom;}


/*.join_bg2{padding-bottom: 30px;}*/
.product_title_box{max-height: 70px;}
.product_lm{width: 100%!important;text-align: center;}
.product_lm a{ display: inline-block;width: 130px;line-height: 70px;color: #6A6A6A;font-size: 18px;}
.product_lm a:hover{text-decoration: none;    color: #fff;}
.product_lm a.hover{text-decoration: none;    color: #fff;}
.container-fluid.conatact,.join_bg2{margin-top: 145px;}
.container-fluid .row{max-width: 100%; display: none;margin:0;padding: 0;}
.container-fluid .col-md-6{margin:0;padding: 0;}
.container-fluid .row:first-child{display:flex;}

.banner_n img{width:100%;display:block;}
#div_software{width: 100%;padding:0 20px;}
.container-fluid .row .cbox{max-width: 50%; margin-top:20px;padding-right: 10px;}
.container-fluid .row .cbox:nth-child(2n){padding-right: 0px;padding-left:10px;}
.container-fluid .row .cbox:last-child{margin-bottom: 20px;}
.container-fluid .row .cbox .img_parent .img_tit{position: absolute;z-index: 5;top: 0;left: 0;width: 100%;height: 100%;
text-align: center;}
.container-fluid .row .cbox .img_parent .img_tit p{
	color: #000;
	opacity: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
    -moz-transition: opacity 0.6s, -webkit-transform 0.6s;
    -o-transition: opacity 0.6s, -webkit-transform 0.6s;
    transition: opacity 0.6s, transform 0.6s;
}
.container-fluid .row .cbox .img_parent .img_tit p:hover{
	opacity: .9;
	background: #000 /*url(../images/bg1.jpg)*/;
/*	padding:0 40px 20px;*/
	font-size: 40px;
    /*font-style: italic;*/
    color: #fff;
/*    text-shadow:#000 2px 0 0,#000 0 2px 0,#000 -2px 0 0,#000 0 -2px 0;
	-webkit-text-shadow:#000 2px 0 0,#000 0 2px 0,#000 -2px 0 0,#000 0 -2px 0;
	-moz-text-shadow:#000 2px 0 0,#000 0 2px 0,#000 -2px 0 0,#000 0 -2px 0;*/
/* Firefox */
display:-moz-box;
-moz-box-pack:center;
-moz-box-align:center;

/* Safari、Opera 以及 Chrome */
display:-webkit-box;
-webkit-box-pack:center;
-webkit-box-align:center;

/* W3C */
display:box;
box-pack:center;
box-align:center;
}
.navbar li{font-size:18px; line-height: 70px;}
.nav li:hover{color:#fff ;}	
.nav li.hover{color:#fff ;}	

/*NEWS*/
.wrap_list{
	padding: 80px;
	box-sizing: border-box;
}
.wrap_list ul li{
	margin-bottom: 60px;
}
.wrap_list ul li a{
	display: flex;
	align-items: center;
}
.news_l{
	width: 40%;
}
.news_r{
	width: 60%;
	margin-left: 60px;
}
.news_r p{
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}
.news_r p:last-child{
	margin-top: 40px;
}
.news_r p:last-child span{
	padding: 10px 20px;
	border: 1px solid #c4c4c4;
}
.news_r p:last-child span:hover{
	background: #000000;
	color: #ffffff;
	border: 0;
}
.news_r .tit{
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 40px;
	color: #000000;
}
.news_con{
	padding: 80px;
}
.news_con .tit{
	text-align: center; 
	font-size:36px;
	font-weight: bold;
	margin-bottom: 40px
}
.news_con .con{
	font-size: 16px;
	line-height: 36px;
}
.wrap_list .pagination li{
	display: inline-block;
	margin-bottom: 0;
	margin-right: 10px;
	
}

.wrap_list .pagination li:first-child a{
	padding-left: 0;
	border: 0;
}
.wrap_list .pagination li a{
	padding: 6px 12px;
	border: 1px solid #c4c4c4;
	border-radius: 2px;
	color: #666666;
}
.wrap_list .pagination li:hover a,
.wrap_list .pagination li.active a{
	color: #ffffff;
	background: #000000;
	border: 0;
}

.content img{
	width: 100%;
}
@media (max-width: 1600px){
	/*关于我们ser文字*/
	.aboutser_boxframe{
		padding-left: 4%;
		padding-right:4%;
	}
	.home_banner_jticon{
		font-size: 59px !important;
	}
	.protop_banner{
		height:90%; 
		/*height: 774px;*/
	}
}




@media (max-width: 1500px){
	.join_bg2 img{max-width: 100%;}
#footer .f1 {
		padding-bottom: 5px
	}

	#footer .f1 .cen {
		padding: 80px 0 20px 40px
	}

	#footer .f1 .enquiry h4 {
		margin-bottom: 15px
	}

	#footer .f1 .office {
		margin-top: 45px
	}

	#footer .f1 .office .ofc {
	}

	#footer .f1 .office .ofc h5 {
		margin-bottom: 2px
	}

	#footer .f3 {
		height: 50px
	}

	#footer .f3 .cen {
		padding: 0 40px
	}

	#footer .bt {
		line-height: 50px;
		margin-right: 20px
	}

	#footer .other {
		padding-left: 36px
	}

	#footer .other div {
		line-height: 50px
	}

}














@media (max-width: 1400px){
	.home_banner_jticon{
		/* font-size: 50px !important; */
	}
	/*关于我们-clients*/
	.aboutpro_frame .aboutser_butbox {
		 /* width: 18%; */
	}
	/*关于我们ser文字*/
	.aboutser_boxframe{
		padding-left: 0;
		padding-right: 0;
	}
	.aboutser_iconbox {
		width: 70%;
	}
	.aboutser_muntitle {
		font-size: 20px;
		margin: 20px 0;
	}
	.aboutser_txt{
		/*font-size: 12px;*/
	}
	/*项目页*/
	.protop_bannertle {
		font-size: 23px;
		padding: 0 3%;
		padding-top: 12%;
	}
	.proone_jsbox{
		padding: 4.5% 3%;
	}
	.proshare_frame{
		padding: 0 3%;
		padding-top: 3.5%;
    	padding-bottom: 6.5%;
	}
	.proatlas_tle {
		font-size: 14px;
		padding-top: 1.1%;
		padding-bottom: 2%;
	}
}
@media (max-width: 1200px){
	.join_bg ul li{width: 50%;margin: 0 0 50px;}
	.join_bg ul li p{font-size: 16px;}
	.container_j{color:#fff;font-size:16px;line-height:45px;opacity:.8;}
	.home_banner_jticon{
		font-size: 50px !important;
	}
	.wzdt{width: 100%;margin: 0 auto;}
	/*首页解决方案区*/
	.homesolu_frame{
		height: 50%;
	}
	.homesolu_imgbox{
		height: 100%;
	}
	.homesolu_imgbox img {
		height: 100%;
		width: 100%;
	}
	.homesolu_font {
		font-size: 20px;
		line-height: 2em;
	}
	.homesolu_font span{
		max-height: 160px;
	}
	/*关于我们-公司介绍*/
	.aboutdy_imgbox:nth-child(2) {
		margin: 0 100px;
	}
	/*关于我们-ser*/
	.aboutser_boxframe {
		text-align: left;
	}
	.aboutser_butbox {
		width: 24%;
	}
	/*关于我们-clients*/
	.aboutcli_frame {
		
	}
	/*关于我们-联系*/
	.aboutact_lfontbox:nth-child(1) {
		margin-right: 100px;
	}
	/*项目页*/
	.protop_bannertle {
		font-size: 23px;
		padding-top: 15%;
	}
	
		#footer .f1 .cen {
		padding: 60px 0 15px 30px
	}

	#footer .f1 .enquiry h4 {
		margin-bottom: 15px
	}

	#footer .f1 .office {
		margin-top: 25px
	}

	#footer .f1 .office .ofc {
		width: 40%;
		margin-right: 10%
	}

	#footer .f1 .office .ofc h5 {
		margin-bottom: 5px;
		padding-bottom: 10px
	}

	#footer .f1 .office .ofc .address {
		margin-top: 3px
	}

	#footer .f3 {
		height: 40px
	}

	#footer .f3 .cen {
		padding: 0 30px
	}

	#footer .bt {
		line-height: 40px;
		margin-right: 20px
	}

	#footer .other {
		left: 50%;
		padding-left: 15px
	}

	#footer .other div {
		line-height: 40px
	}
	
	.cplb{width: 90%; }
	
	.cplb li a{   font-size: 37px;height: 49px;    line-height: 49px;}
	.index_video{width: 90%;}
	.index_video video{width: 100%;}
	
	.news_r .tit{
		margin-bottom: 20px;
	}
	.news_r p:last-child{
		margin-top: 20px;
	}
	
	
	
}
@media (max-width: 1025px){
	/*项目页*/
	.protop_bannertle {
		font-size: 27px;
		padding-top: 20%;
	}
	.zzry p{font-size: 24px;text-align: center; width: 96%;margin: 0 auto;color: #fff;line-height: 46px;padding-bottom: 40px;}
	.zzry2 p{font-size: 24px;text-align: center; width: 96%;margin: 0 auto;color: #333;line-height: 46px;padding-bottom: 40px;}

}
@media (max-width: 989px){
	.wzby{margin-top:4px}
	/*导航*/
	.hometop_navcon{
		display: none;
	}
	.hometop_navcollect{
		font-size: 20px !important;
		width: 45px;
		display: block;
	}
	
	/*关于我们-公司介绍*/
	.abouttwo_topfont {
		font-size: 16px;
		max-height: 210px;
	}
	.aboutdy_imgbox:nth-child(2) {
		margin: 0 50px;
	}
	
	/*关于我们-ser*/
	.aboutser_butbox {
		width: 32%;
		margin: 2% 0;
	}
	/*关于我们-cli*/
	.aboutcli_frame .aboutser_boxframe,.aboutpro_frame .aboutser_boxframe {
		text-align: left;
	}
	.aboutpro_frame .aboutser_butbox {
		 width:33%; 
		 text-align: left;
	}
	/*关于我们-联系*/
	.aboutact_lfontbox{
		margin: 10px 0;
	}
	.aboutact_lfontbox:nth-child(1) {
		margin-right: 50px;
	}
	.aboutact_lfontbox .proone_linkbut {
		font-size: 28px !important;
		margin: 10px;
	}
	/*项目页*/
	.protop_bannertle {
		padding-top: 16%;
	}
	
}
@media (max-width: 960px){
	.ejlm{width:100%;position:absolute;z-index:20;}
	.ejlm_d{max-width:90%;padding:0;min-height:40px;margin:0 auto;text-align:center;}
	.case_zms{padding:0;}
	/**/

	.hometop_logobox img {
		max-height: 45%;
	}
	.hometop_logobox {
		line-height: 44px;
	}
	/*首页-项目区域*/
	.homepro_imglist {
		width:100%;
		margin-bottom: 2px;
	}
	.homepro_imglist:nth-child(2) .homepro_imgbox{
		margin-left:0px;
		margin-right:0px;
	}
	.homepro_imglist:nth-child(5n) .homepro_imgbox{
		margin-left:0px;
		margin-right:0px;
	}
	/*.home_banner_bar{
		height: auto;
	}*/
	/*首页--*/
	.homesolu_font{
		font-size: 18px;
	}
	.homesolu_font span {
		max-height: 144px;
	}
	/*关于我们-公司介绍*/
	.aboutdy_imgbox:nth-child(2) {
		margin: 0 20px;
	}
	.aboutbanner_txt {
		font-size: 28px;
		/* margin-top: 24%; */
	}
	/*关于我们-ser*/
	.aboutser_butbox {
		width: 49%;
	}
	/*关于我们-cli*/
	.aboutpro_frame .aboutser_butbox {
		 width:49%; 
		 text-align: left;
	}

	/*关于我们-联系*/
	.aboutser_title{
		padding:0 15%;
		padding-top: 3%;
		/*text-align: left;*/
		font-size: 28px;
	}
	.aboutact_conbox{
		padding:10% 15%;
		padding-top:8%;
	}
	.aboutact_lfontbox{
		display: block;
		text-align: left;
		margin: 20px 0px;
	}
	.aboutact_lfontbox .proone_linkbut {
		margin-left: 0px;
		margin-right: 20px;
	}
	/*项目页*/
	.protop_bannertle {
		font-size: 24px;
		padding-top: 19%;
	}
	.index_yd2{width: 600px;margin: 70px auto 105px;text-align: center;font-size: 26px;line-height: 38px;    font-family: Arial;}
	.zzry p{font-size: 24px;text-align: center; width: 96%;margin: 0 auto;color: #fff;line-height: 46px;padding-bottom: 40px;}
	.zzry2 p{font-size: 24px;text-align: center; width: 96%;margin: 0 auto;color: #333;line-height: 46px;padding-bottom: 40px;}
}
@media (max-width: 750px){
	.wzby{margin-right:0px;padding-right:0px;margin-top: 4px;border:0;}
	.product_lm a{width: 25%;float: left;}
	/**/
	.wzdt dl{width: 94%;margin: 0 auto 30px; float: none;}
	.home_topbox.home_toptwobox{
		opacity: 1;
	}
	.hometop_logobox img {
		max-height: 45%;
	}
	.hometop_logobox {
		line-height: 52px;
	}
	/*导航*/
	.home_topmaxbox {
		padding: 0 3%;
	}
	.homepro_menubut{
		margin: 0 2px;
	}
	/*首页-标题*/
	.homeabout_title {
		font-size: 26px;;
	}
	.homeabout_text {
		font-size: 16px;
		max-width: 100%;
		text-align: center;
		padding: 0 3%;
	}
	.homesolu_font{
		font-size: 18px;
		line-height: 2em;
		padding:10% 0;
	}
	
	.homebottom_frame {
		padding: 5% 0px;
    	font-size: 14px;
	}
	.banner.swiper-container{
		height: auto;
		margin-top: 75px;
	}
	/*关于我们-公司介绍*/
	.abouttwo_topfont {
		text-align: left;
		padding: 0 3%;
	}
	.proone_rlinkbox{
		margin-top: 50px;
	}
	.aboutdy_imgbox:nth-child(2) {
		margin: 0 2%;
	}
	.aboutbanner_txt {
		font-size: 25px;
		/* margin-top: 25%; */
	}
	.aboutdy_imgbox {
		float: left; 
		display: block;
		/*max-width: 213px;*/
		width: 32%;
		max-height: 345px;
		min-height: 213px;
		/*height: 225px;*/
	}
	.aboutser_muntitle {
		font-size: 18px;
		margin: 4% 0;
    	margin-bottom: 1%;
	}
	.aboutser_txt {
		 font-size: 12px; 
	}
	/**/
	.aboutser_title {
		font-size: 24px;
	}
	/**/
	.aboutser_iconbox {
		width: 50%;
	}
	/**/
	.aboutact_rlink {
		margin-bottom: 6%;
	}

	/*项目页*/
	.protop_bannertle {
		font-size: 18px;
		padding-top: 20%;
	}
	
		#footer .f1 .cen {
		padding: 50px 0 0 25px
	}

	#footer .f1 .enquiry h4 {
		margin-bottom: 15px
	}

	#footer .f1 .office {
		margin-top: 15px
	}

	#footer .f1 .office .ofc {
		width: 65%;
		height: auto;
		margin-bottom: 25px;
		margin-right: 8%
	}

	#footer .f1 .office .ofc h5 {
		margin-bottom: 5px;
		padding-bottom: 5px
	}

	#footer .f3 {
		height: 40px
	}

	#footer .f3 .cen {
		padding: 0 10px
	}

	#footer .bt {
		display: none
	}

	#footer .other {
		left: 0;
		padding-left: 25px
	}

	#footer .other div {
		line-height: 40px
	}

	#footer .other .lang .zh {
		margin-right: 20px
	}
	#footer .f1 .office .ofc:nth-child(3){
		margin-right: 6%;
	}
	.cplb li a{   font-size: 29px; height: 41px;   line-height: 41px;}
	/*#div_software{margin-top:30px;}*/

	.ejlm_d .navbar li{margin-left: 0;padding: 0 16px;}


	.join_bg ul{width:93.2%;margin:80px 3.5% 0px;}
	.join_bg ul li{width: 47%;margin-right:6%;}
	.join_bg ul li:nth-child(2n){margin-right:0;}
	.join_bg ul li a img{width: 100%;}

	/*首页*/
	.index_banner{margin-top:75px;}
	.index_yd{margin: 30px auto;text-align: center;font-size: 20px;line-height: 32px;    font-family: Arial;}
	.index_al,.zzry2{margin: 30px auto;padding:0px; }
	.index_al a{margin:0;padding:0 10px;}
	.cplb{width: 92%;margin:0 auto 30px;}
	.zzry p{line-height: 30px;}
	.zzry2 p{padding-bottom: 0;}
	.index_video video{margin-bottom: 30px;}

	/*加入我们*/
	.join_bg2 img, .container-fluid p img,.about_zs img{max-width: 100%;}
	.ejlm{background: #111;}
	.nav li.hover{color: #fff;}
	.nav li:hover{color: #fff;}	

	/*产品*/
	.container-fluid .row .cbox{max-width: 100%;padding:0;}
	.container-fluid .row .cbox:nth-child(2n){padding:0 }
	.container-fluid .row .cbox .img_parent .img_tit p{opacity: 1;color: #fff;font-size: 30px;
		/* Firefox */
		display:-moz-box;
		-moz-box-pack:center;
		-moz-box-align:center;

		/* Safari、Opera 以及 Chrome */
		display:-webkit-box;
		-webkit-box-pack:center;
		-webkit-box-align:center;

		/* W3C */
		display:box;
		box-pack:center;
		box-align:center;
	}
	.wrap_list{
		padding: 20px;
	}
	.wrap_list ul li a{
		display: inherit;
	}
	.news_l{
		width: 100%;
	}
	.news_r{
		width: 100%;
		margin: 0;
		margin-top: 20px;
	}
	.news_con{
		padding: 20px;
	}
	.news_con .tit{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.container-fluid{
		margin-top: 160px;
	}
	.wap_banner{
		margin-top: 75px;
	}
}
@media (max-width: 768px){
	.proone_ltxtbox{
		width: 100%;
		margin-bottom:5%;
	}
	.proone_rfontbox{
		width: 100%;
	}
	.aboutact_conbox {
		padding: 10% 5%;
		padding-top: 8%;
	}
	.hometact_title{
		font-size:35px;
	}
	.index_tpgd{width: 100%;}
	.zzry p{font-size: 22px;text-align: center; width: 96%;margin: 0 auto;color: #fff;line-height: 46px;padding-bottom: 40px;}
	.zzry2 p{font-size: 22px;text-align: center; width: 96%;margin: 0 auto;color: #333;line-height: 46px;}

}
@media (max-width: 600px){
	/**/

	.hometop_logobox img {
		max-height: 45%;
	}
	.hometop_logobox {
		line-height: 52px;
	}
	/*首页-标题*/
	.homesolu_font{
		font-size: 18px;
	}
	.aboutpro_frame .aboutser_butbox {
		width: 49%;
		text-align: left;
	}
	/**/
	.aboutbanner_txt {
		font-size: 20px;
		/* margin-top: 25%; */
	}
	/*项目页*/
	.protop_bannertle {
		font-size: 31px;
		padding-top: 22%;
	}
	.homtact_linkbox .proone_linkbut {
		font-size: 28px !important;
		margin: 0 20px;
	}
	

}

@media (max-width: 500px){
#footer .f1 .cen {
		padding: 35px 0 0 12px
	}

	#footer .f1 .enquiry h4 {
		margin-bottom: 15px
	}

	#footer .f1 .office {
		margin-top: 10px
	}

	#footer .f1 .office .ofc {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
		margin-right: 0%
	}

	#footer .f1 .office .ofc h5 {
		margin-bottom: 2px;
		padding-bottom: 5px
	}

	#footer .f3 {
		height: 35px
	}

	#footer .f3 .cen {
		padding: 0 10px
	}

	#footer .bt {
		display: none
	}

	#footer .other {
		left: 0;
		padding-left: 15px
	}

	#footer .other div {
		line-height: 35px
	}

	#footer .other .lang .zh {
		margin-right: 12px
	}
}
@media (max-width: 414px){
	/**/

	.hometop_logobox img {
		max-height: 45%;
	}
	.hometop_logobox {
		line-height: 52px;
	}
	/*首页*/
	.homeabout_text {
		font-size: 16px;
		padding: 0 3%;
		line-height: 1.5em;
	}
	.homesolu_font {
		font-size: 16px;
		padding: 0 3%;
		line-height: 1.5em;
	}
	.homtact_linkbut {
		padding: 0 10px;
	}
	.hometact_title {
		font-size: 22px;
	}
	.homtact_linkbut img{
		display: inline-block;
		width:80%;
	}
	.homtact_linkbox .proone_linkbut {
		font-size: 26px !important;
		margin: 0 10px;
	}
	/**/
	.aboutbanner_txt{
		font-size: 25px;
	}

	.aboutser_butbox {
		width: 100%;
	}
	.aboutser_iconbox {
		width: 35%;
	}
	.aboutpro_frame .aboutser_iconbox {
		width: 50%;
	}
	/*项目页*/
	.protop_bannertle {
		font-size: 26px;
		padding-top: 24%;
	}
	.proshare_icon {
		width: 25px;
		height: 25px;
		line-height: 27px;
		margin-left: 15px !important;
		font-size: 16px !important;
	}
	.bdshare-button-style0-16 a, 
	.bdshare-button-style0-16 .bds_more{
		height: 25px !important;
		line-height: 27px !important;
	}
}
@media (max-width:320px){
	/**/

	.hometop_logobox img {
		max-height: 45%;
	}
	.hometop_logobox {
		line-height: 38px;
	}
	/*首页*/
	.hometact_title {
		font-size: 20px;
	}
	.homtact_linkbut {
		padding: 0 5px;
	}
	.homtact_linkbut img{
		display: inline-block;
		width:70%;
	}
	.homeabout_text {
		font-size: 15px;
		line-height: 1.5em;
	}
	.homesolu_font {
		font-size: 15px;
		line-height: 1.5em;
	}
	/**/
	.aboutbanner_txt{
		font-size: 22px;
	}
	/*项目页*/
	.protop_bannertle {
		font-size: 22px;
		padding-top: 22%;
	}
}

