/*shot*/
.shot-banner {
	position: relative;
	margin-top: 45px;
}

.shot-banner>div {
	display: none;
}

.shot-banner>div.in {
	display: block;
}

.shot-banner .banner-text {
	text-align: center;
	position: absolute;
	margin: auto;
	right: 0;
	top: 40%;
	left: 0;
	color: #fff;
}

/*新闻*/
.news-trends .trends-text>div {
	width: calc(25% - 20px);

}

.news_show .prenext {
	margin-top: 30px;
	text-align: center;
	overflow: hidden;
}

.news_show .prenext p {
	font-weight: bold;
}

.news_show .prenext a {
	display: inline-block;
	margin: 0 auto;
	cursor: pointer;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #ddd;
	padding: 6px 20px;
	min-width: 100px;
	font-size: 15px;
	color: #666;
}

.news_show .prenext a span {
	font-size: 18px;
	margin-right: 10px;
}

.news_show .prenext a em {
	font-style: normal;
	font-size: 18px;
}

.news_show .prenext a:hover {
	background: #000000;
	border-color: #000000;
	color: #fff;
}

.news_show .prenext a:hover span {
	color: #fff;
}

.news_show .prenext .pre {
	float: left;
}

.news_show .prenext .next {
	float: right;
}

.news_show .tags {
	font-weight: 500;
	clear: both;
	text-align: left;
	margin-top: 20px;
}

.news_show .tags a {
	color: #666;
	margin-left: 15px;
	display: inline-block;
	border-radius: 4px;
	border: 1px solid #ddd;
	background: #fff;
	padding: 4px 10px;
	font-weight: normal;
	font-size: 14px;
}

.news_show .tags a:hover {
	background: #000000;
	border-color: #000000;
	color: #fff;
}

/*服务项目*/
.prolist {
	padding-top: 3%;
	text-align: center;
}

.prolist ul {
	width: 90%;
	margin: 0px auto;
}

.prolist ul li {
	margin-bottom: 5px;
}

.prolist ul li img {
	width: 100%;
	max-height: 640px;
}

.prolist h1 {
	font-size: 36px;
	padding: 3% 0;
}

.prolist .box2 p {
	font-size: 18px;
	margin: 14px auto;
	width: 80%;
}

/*案例展示*/
.news-trends .open-img>div {
	width: 50% !important;
	margin: 0 !important;
	float: left;
}

.shot-banner .banner-text>h1 {
	font-size: 45px;
}

.news-trends .news-nav .div2>ul li a {
	display: block;
}

.shot-banner .banner-text>span {
	display: block;
	width: 167px;
	height: 54px;
	margin: 0 auto;
	margin-top: 2%;
	border: 2px solid #fff;
	line-height: 54px;
	font-size: 14px;
	cursor: pointer;
	transition: all 0.5s;
}

.shot-banner .banner-text>span:hover {
	background: #fff;
	border: 2px solid transparent;
	color: #3a3a3a;
}


.shot-banner .left-but {
	display: block;
	width: 36px;
	height: 61px;
	background: url(images/left-but.png) no-repeat center center;
	position: absolute;
	top: 46%;
	left: 1%;
	background-size: 36px;
	cursor: pointer;
	-webkit-transition: all 0.2s;
}

.shot-banner .right-but {
	display: block;
	width: 36px;
	height: 61px;
	background: url(images/right-but.png) no-repeat center center;
	position: absolute;
	top: 46%;
	right: 1%;
	background-size: 36px;
	cursor: pointer;
	-webkit-transition: all 0.2s;
}

.shot-banner .left-but:hover {
	-webkit-transform: translate(-5px, 0);
}

.shot-banner .right-but:hover {
	-webkit-transform: translate(5px, 0);
}


.news-trends .news-nav>div a>img {
	padding-left: 5px;
}



/*CG-shot*/
.CG-shot {
	text-align: center;
	background-color: #;
}

.CG-shot1 {
	background-color: #f5f5f5;
}

.CG-shot h2 {
	font-size: 35px;
	color: #2b2b2b;
	margin-top: 3%;
}

.CG-shot>p {
	margin: 0 auto;
	font-size: 15px;
	color: #4a4949;
	line-height: 25px;
	margin-top: 1.5%;
}

.CG-shot>p>span {
	display: block;
}

.CG-shot>p>sub {
	display: block;
	margin-top: 1%;
}

.CG-shot .CG-img1 {
	width: 100%;
	display: block;
	margin: 0 auto;
	padding-top: 3%;
	padding-bottom: 1%;
}

.CG-shot .CG-img2 {
	padding-bottom: 0;
}

.CG-shot>label {
	display: block;
	width: 44px;
	height: 4px;
	background-color: #2b2b2b;
	margin: 0 auto;
	margin-top: 2%;
}

.CG-shot .img-show {
	margin-top: 3%;
}

.CG-shot .img-show>div>img {
	float: left;
	display: block;
}

.CG-shot .img-show .img1>img {
	width: 33.333333%;
}

.CG-shot .img-show .img2>img {
	width: 50%;
}

.shot-price {
	width: 100%;
	text-align: center;
	/*background: url(images/show-bg.jpg) no-repeat center;*/
	background-size: 100% 100%;
	padding-bottom: 5%;
}

.shot-price>h1 {
	font-size: 30px;
	color: #262626;
	padding-top: 6%;
}

.shot-price>label {
	width: 110px;
	height: 2px;
	background-color: #2b2b2b;
	display: block;
	margin: 0 auto;
	margin-top: 2%;
}

.shot-price>img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
}

.shot-price .price-icon {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

.shot-price .price-icon>div>div {
	width: 30%;
	float: left;
	padding: 0 1.5%;
	margin-top: 6%;
}

.shot-price .price-icon>div>div>img {
	height: 45px;
}

.shot-price .price-icon>div>div p {
	color: #4a4949;
	font-size: 14px;
	line-height: 25px;
	margin-top: 4%;
}

.shot-price .price-icon>div>div p>span {
	display: block;
}

.shot-price .price-icon>div>div p>.h4 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
}

.shot-price .price-icon .icon2 {
	margin-top: 4%;
}

.shot-price1 {
	width: 100%;
	text-align: center;
	background: url(images/show-bg1.jpg) no-repeat center;
	background-size: 100% 100%;
	padding-bottom: 6%;
}

.shot-price1>h1 {
	color: #fff;
}

.shot-price1>label {
	background-color: #fff;
}

.shot-price1 .price-icon>div>div p {
	color: #8a8a8a;
	font-size: 14px;
}

/*????…3??????*/
.case {
	text-align: center;
	padding-bottom: 5%;
	margin-top: 20px;
}

.case h1 {
	font-size: 30px;
	padding-top: 3%;
	font-weight: 400;
}

.case .case-img {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 3%;
}

.case .case-img li {
	width: 32%;
	float: left;
	margin: 0 .5%;
	cursor: pointer;
}

.case .case-img li a {
	display: block;
}

.case .case-img li>a>span {
	display: block;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.case .case-img li>a>span>label {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(33, 33, 33, 0.6);
	top: 0;
	opacity: 0;
	-webkit-transition: all 0.5s;
}

.case .case-img li>a>span>label>img {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: all 0.5s;
	-webkit-transform: rotate(0deg);
	width: 50px;
}

.case .case-img li:hover a>span>label {
	opacity: 1;
}

.case .case-img li:hover a>span .img {
	-webkit-transform: scale(1.05, 1.05);
}

.case .case-img li:hover a>span>label>img {
	-webkit-transform: rotate(360deg);
}

.case .case-img li>a>span .img {
	width: 100%;
	display: block;
	margin: 0 auto;
	-webkit-transition: all 0.5s;
	-webkit-transform: scale(1, 1);
}

.case .case-img li>a>h3 {
	font-size: 16px;
	color: #2b2b2b;
	text-align: left;
	padding-top: 2%;
}

.case .case-img .case-padding {
	padding: 0 0.5%;
}

/*è???????±????o’??¨?±??¤o*/
.fictitious-reality>img {
	width: 85px;
	display: block;
	margin: 0 auto;
	padding-bottom: 0;
	padding-top: 3%;
}

.fictitious-reality>h1 {
	font-size: 30px;
	padding-top: 1%;
}

.fictitious-img {
	width: 80%;
	margin: 0 auto;
	margin-top: 3%;
}

.fictitious-img>img {
	width: 33.33333%;
	float: left;
}

.fictitious-img1>img {
	width: 100%;
}

/**/
.fictitious-price {
	width: 100%;
	text-align: center;
}

.fictitious-price>h1 {
	font-size: 30px;
	color: #262626;
	padding-top: 5%;
}

.fictitious-price>label {
	width: 110px;
	height: 2px;
	background-color: #2b2b2b;
	display: block;
	margin: 0 auto;
	margin-top: 2%;
}

.fictitious-price .price-text {
	width: 80%;
	margin: 0 auto;
}

.fictitious-price .price-text ul {
	width: 45%;
	float: left;
}

.fictitious-price .price-text .ul2 {
	float: right;
}

.fictitious-price .price-text ul li {
	margin-top: 10%;
}

.fictitious-price .price-text ul li>img {
	float: left;
	width: 8%;
}

.fictitious-price .price-text ul li>p {
	width: 90%;
	float: right;
	text-align: left;
	font-size: 14px;
	padding-top: 1%;
	line-height: 24px;
}

.fictitious-price .price-text ul li h3 {
	text-align: left;
	float: left;
	margin-left: 13px;
	font-weight: bold;
}

.price-img {
	width: 80%;
	margin: 0 auto;
	margin-top: 5%;
}

.price-img>img {
	width: 50%;
	float: left;
}

.fictitious-advan {
	background: url(images/advan-bg.jpg) no-repeat center;
	background-size: 100% 100%;
}

.fictitious-advan .price-icon>div>div {
	width: 25%;
	padding: 0;
}

.fictitious-advan .price-icon>div>div h5 {
	color: #fff;
	font-size: 16px;
	padding-top: 3%;
}

.fictitious-advan .price-icon>div>div p {
	padding: 0 5%;
}

.fictitious-price>p {
	margin: 0 auto;
	font-size: 14px;
	color: #4a4949;
	line-height: 25px;
	margin-top: 2%;
}

.fictitious-price>p>span {
	display: block;
}

.fictitious-advan1 {
	background: url(images/advan-bg1.jpg) no-repeat center;
	background-size: 100% 100%;
}

.fictitious-advan1 .price-icon>div>div {
	width: 25%;
	padding: 0;
}

.fictitious-advan1 .price-icon>div>div h3 {
	color: #ffffff;
	font-weight: bold;
	margin: 15px 0;
	font-size: 16px;
}

.fictitious-advan1 .price-icon>div>div p {
	padding: 0 5%;
}

.fictitious-price .price-time {
	width: 80%;
	margin: 0 auto;
	margin-top: 3%;
}

.fictitious-price .price-time>div {
	width: 33.333333%;
	float: left;
}

.fictitious-price .price-time>div h3 {
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
}

.fictitious-price .price-time>div>p {
	padding: 0 5%;
	line-height: 23px;
	font-size: 13px;
	margin-top: 2%;
}

.fictitious-price .price-time>div>p>span {
	display: block;
}

.fictitious-advan2 {
	background: url(images/advan-bg2.jpg) no-repeat center;
	background-size: 100% 100%;
}

.fictitlous-zhanju {
	background: #ffffff;
	padding-bottom: 3%;
}

.fictitlous-yidong {
	padding-bottom: 3%;
}

/*è???????±?“??o’??¨?±??¤o */
.controll-case {
	text-align: center;
}

.controll-case>h1 {
	font-size: 35px;
	padding-top: 3%;
	padding-bottom: 2%;
}

.controll-case>p {
	margin: 0 auto;
	font-size: 15px;
	line-height: 24px;
}

.controll-case>p>span {
	display: block;
}

.controll-case>div {
	padding: 5% 0;
}

.controll-case>div>img {
	width: 100%;
	float: left;
}

.controll-case>img {
	width: 100%;
	margin: 0 auto;
	display: block;
}

.controll-case .img1 {
	margin-top: 3%;
}

.controll-case .controll-fangan {
	background: url(images/fangan-bg.jpg) no-repeat center;
	background-size: 100% 100%;
	margin-top: 3%;
}

.controll-case .controll-fangan .logo {
	width: 10%;
	margin: 0 auto;
}

.controll-case .fangan-top-img {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 5%;
}

.controll-case .controll-fangan .logo>img {
	width: 100%;
}

.controll-case .controll-fangan>h1 {
	padding-top: 17px;
}

.controll-case .controll-fangan .img1 {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

.controll-case .controll-fangan .img1>img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.control-bg {
	background: url(images/youshi-bg.jpg) no-repeat center;
	background-size: 100% 100%;
}

.control-bg .icon1>div>h4 {
	font-size: 16px;
	color: #fff;
	padding-top: 7%;
}

/*??“éa???±?‰?*/
.film-video {
	width: 90%;
	margin: 0 auto;
	margin-top: 2%;
	background: #000000;
	text-align: center;
	padding: 30px 0;
	margin-bottom: 2%;
}

.film-video>img {
	width: 100%;
}

.film-video>video {
	width: 70%;
}

.film-border {
	border-bottom: 1px solid #ebebeb;
}

.film-content {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	margin-top: 7%;
	padding-bottom: 4%;
}

.film-content>h1 {
	font-size: 30px;
}

.film-content>label {
	display: block;
	font-size: 15px;
	margin-top: 3%;
}

.film-content>p {
	font-size: 14px;
	line-height: 23px;
	margin-top: 2px;
}

.film-content>p>span {
	display: block;
}

.film-content>p img {
	width: 100%;
}

.film-content>b {
	display: block;
	width: 44px;
	height: 4px;
	background: #2B2B2B;
	margin: 0 auto;
	margin-top: 4%;
}

.film-content>h4 {
	font-size: 18px;
	margin-top: 4%;
}

.film-content>sub {
	display: block;
	font-size: 14px;
	margin-top: 1%;
}

.film-content>img {
	width: 100%;
	display: block;
	margin: 0 auto;
}

.film-content .img1 {
	margin-top: 5%;
}

.film-content .img2 {
	margin-top: 2%;
}

/*?–°é—???¨?€?*/
.news-trends {
	padding-top: 3%;
	text-align: center;
	padding-bottom: 3%;
	overflow: hidden;
}

.news-trends>h1 {
	font-size: 35px;
}

.news-top {
	padding-top: 120px;
}

.news-trends>p {
	font-size: 15px;
	text-align: center;
	line-height: 23px;
	padding-top: 2%;
	color: #4a4949;
}

.news-trends>p>span {
	display: block;
}

.news-trends .news-nav {
	width: 100%;
	margin-top: 3%;
	margin-bottom: 2%;
	overflow: hidden;
}

.news-trends .news-nav li {
	float: left;
	height: 70px;
	text-align: center;
	line-height: 70px;
	cursor: pointer;
	width: 24%;
	background: #fff;
	border: 2px solid #000;
	margin: 0px .5%;
}

.news-trends .news-nav li.hover {
	background: #000;
}

.news-trends .news-nav li>a {
	color: #000;
	font-size: 25px;
	width: 100%;
	display: block;
}

.news-trends .news-nav li.hover a {
	color: #fff;
}

.news-trends .news-nav li:hover {
	background: #000;
}

.news-trends .news-nav li:hover a {
	color: #fff;
}

.news-trends .news-nav .div2:hover:after,
.news-trends .news-nav .div3:hover:after {
	background-color: #f1f1f1;
}

.news-trends .trends-text {
	min-height: 200px;
}

.news-trends .trends-text>div {
	padding: 0 0.35%;
	float: left;
	text-align: left;
	margin-top: 1%;
}

.news-trends .trends-text>div.padding {}

.news-trends .trends-text>div .text-pic {
	position: relative;
	overflow: hidden;
	border: 1px solid #c5c5c5;
	max-height: 280px;
	display: flex;
	align-items: center;
}

.news-trends .trends-text>div .text-pic .img {
	display: block;
	transform: scale(1, 1);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.news-trends .trends-text>div .text-pic>span {
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: absolute;
	top: 0;
	left: 0;
}

.news-trends .trends-text>div .text-pic>span>img {
	position: absolute;
	margin: 0 auto;
	top: 35%;
	left: 0;
	right: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: rotate(-300deg);
}

.news-trends .trends-text>div:hover .text-pic>span>img {
	-webkit-transform: rotate(0deg);
}

.news-trends .trends-text>div:hover span {
	opacity: 1;
}

.news-trends .trends-text>div:hover .img1 {
	transform: scale(1.1, 1.1);
}

.news-trends .trends-text>div .text-con {
	background: #fff;
	padding-bottom: 3%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.news-trends .trends-text>div:hover .text-con {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.news-trends .trends-text>div .text-pic1 {
	width: 90%;
	margin: 0 auto;
	position: relative;
	padding-bottom: 5%;
}

.news-trends .trends-text>div .text-pic1>h1>a {
	padding-top: 3%;
	font-size: 16px;
	color: #2B2B2B;
	height: 20px;
	margin-bottom: 10px;
	overflow: hidden;
	display: block;
	line-height: 22px
}

.news-trends .trends-text>div .text-pic1>label {
	font-size: 14px;
	color: #7b7b7b;
}

.news-trends .trends-text>div .text-pic1>p {
	font-size: 13px;
	color: #676767;
	height: 34px;
	overflow: hidden;
	margin-top: 3%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 1;
}

.news-trends .trends-text>div .text-pic1 button {
	width: 100%;
	height: 48px;
	border: 1px solid #ffd100;
	background: #fff;
	cursor: pointer;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: absolute;
	top: 56%;
	left: 0;
}

.news-trends .trends-text>div .text-pic1 button>img {

	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.news-trends .trends-text>div .text-pic1 button:hover img {
	margin-left: 5%;
}

.news-trends .trends-text>div:hover button {
	opacity: 1;
}

.news-trends .trends-text>div:hover p {
	opacity: 0;

}

.news-trends .news-more {
	width: 98%;
	margin: auto;
	height: 98px;
	line-height: 98px;
	border: 1px solid #e5e5e5;
	margin-top: 1%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.news-trends .news-more:hover {
	background-color: #f1f1f1;
}

.news-trends .news-more>a {
	display: block;
	color: #2B2B2B;
	font-size: 18px;
	cursor: pointer;
}

.news-list {
	width: 65%;
	margin: 0 auto;
	margin-top: 8%;
	text-align: center;
}

.news-list .newsdetail-con {
	font-size: 13px;
}

.news-list .newsdetail-con video {
	width: 100%;
	height: auto !important;
}

.news-list table td {
	border: 1px solid #000;
}

.news-list>h1 {
	font-size: 30px;
}

.news-list>span {
	display: block;
	margin-top: 2%;
	font-size: 15px;
}

.news-list>label {
	display: block;
	width: 44px;
	height: 2px;
	background: #2b2b2b;
	margin: 0 auto;
	margin-top: 3%;
	margin-bottom: 3%;
}

.news-list>p {
	font-size: 14px;
	color: #4a4949;
	text-align: left;
	line-height: 23px;
}

.news-list .news-list-img {
	padding: 3% 0;
}

.news-list .news-list-img img {
	width: 100%;
	display: block;
	margin: 0 auto;
}

.news-list>p video {
	width: 100%;
	height: auto;
}

.news-list>p img {
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}

.news-list .news-list-img .img1 {
	width: 68%;
	float: left;
}

.news-list .news-list-img .img2 {
	width: 31.7%;
	float: right;
}

.news-line {
	border: 1px solid #ebebeb;
	margin-top: 3%;
}

/*?…3?o?*/
.aboutintro {
	background: #f5f5f5;
	text-align: center;
}

.aboutintro>h1 {
	font-size: 35px;
	padding-top: 3%;
}

.aboutintro>p {
	width: 80%;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 1%;
	font-size: 15px;
	line-height: 24px;
}

.aboutintro>p>span {
	display: block;
}

.aboutintro .about-nav {
	border-bottom: 2px solid #000;
	margin-top: 3%;
	overflow: hidden;
}

.aboutintro .about-nav>ul {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

.aboutintro .about-nav>ul>li {
	width: 49%;
	height: 75px;
	float: left;
	background-color: #fff;
	text-align: center;
	border: 1px solid #e9e9e9;
	line-height: 75px;
	-webkit-transition: all 0.5s;
}

.aboutintro .about-nav>ul>li a {
	display: block;
	font-size: 17px;
	color: #4c4c4c;
}

.aboutintro .about-nav>ul>li:hover {
	background: #000;
	border: 1px solid #000;
}

.aboutintro .about-nav>ul>li.hover {
	background: #000;
	border: 1px solid #000;
}

.aboutintro .about-nav>ul>li:hover a {
	color: #fff;
	font-weight: 600;
}

.aboutintro .about-nav>ul>li.hover a {
	color: #fff;
	font-weight: 600;
}

.about-content {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 80px;
	padding-top: 30px;
	font-size: 14px;
}

.about-content>h1 {
	font-size: 30px;
	padding-top: 5%;
}

.about-content>p {
	margin-top: 2%;
	font-size: 15px;
	line-height: 23px;
}

.about-content>p>span {
	display: block;
}

.about-content>img {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding-top: 3%;
	padding-bottom: 1%;
}

.about-content h2 {
	font-size: 30px;
	margin-top: 5%;
}

.about-content>label {
	width: 110px;
	height: 2px;
	background: #2b2b2b;
	display: block;
	margin: 0 auto;
	margin-top: 2%;
}

.about-content .about-icon {
	margin-top: 5%;
}

.about-content .about-icon>div {
	width: 25%;
	float: left;
}

.about-content .about-icon>div>a {
	color: #2B2B2B;
}

.about-content .about-icon>div img {
	width: 130px;
}

.about-content .about-icon>div span {
	display: block;
	font-size: 14px;
	margin-top: 4%;
}

.about-growth {
	background-image: url(images/about-bg.jpg);
	background-size: 100% 100%;
	text-align: center;
	padding-top: 4%;
	padding-bottom: 10%;
	margin-top: 5%;
}

.about-growth>h1 {
	font-size: 30px;
}

.about-growth>label {
	width: 110px;
	height: 2px;
	background: #2b2b2b;
	display: block;
	margin: 0 auto;
	margin-top: 1.5%;
}

.about-growth>div {
	width: 60%;
	margin: 0 auto;
}

.about-growth>div>img {
	width: 100%;
	display: block;
	margin: 0 auto;
	padding-top: 10%;
}

.about-win {
	padding-bottom: 5%;
	text-align: center;
}

.about-win>h1 {
	font-size: 30px;
	margin-top: 3%;
}

.about-win>label {
	width: 110px;
	height: 2px;
	background: #2b2b2b;
	display: block;
	margin: 0 auto;
	margin-top: 2%;
}

.about-win .win-img {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

.about-win .win-img>div {
	width: 49.6%;
	float: left;
	margin: 0 0.2%;
	text-align: left;
	margin-top: 3%;
}

.about-win .win-img>div>img {
	width: 100%;
}

.about-win .win-img>div>h1 {
	font-size: 20px;
	padding-top: 1%;
}

.about-win .win-img>div>p {
	font-size: 15px;
	margin-top: 1%;
}

.about-win .win-img>div>p>span {
	opacity: 0.7;
	margin-right: 2%;
}

.about-people {}

.about-people>div {
	/*width: 33.2%;*/
	width: 20%;
	/*north*/
	float: left;
	margin-top: 0.2%;
	position: relative;
	cursor: pointer;
}

.about-people>div>img {
	width: 100%;
	display: block;
}

.about-people .div1 {
	/*margin: 0 0.2%;*/
	margin-top: 0.2%;
}

.about-people .div2 {
	margin-right: 0.2%;
	margin-top: 0.2%;
}

.about-people>div .app-mengceng {
	display: block;
	width: 100%;
	height: 45px;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 1);
	display: none;
	color: #fff;
}

.about-people>div .app-mengceng>h1 {
	font-size: 12px;
	padding-left: 5%;
	float: left;
	line-height: 45px;
}

.about-people>div .app-mengceng>label {
	display: block;
	margin-top: 2%;
	padding-left: 5%;
}

.about-people>div .app-mengceng .tan-icon {
	width: 30px;
	float: right;
	margin-right: 10%;
	display: block;
	margin-top: 4%;
}

.about-people>div .app-mengceng .tan-xiang {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 50;
}

.about-people>div .app-mengceng .tan-xiang {
	font-size: 13px;
	line-height: 26px;
	text-align: center;
	display: none;
}

.about-people>div .app-mengceng .tan-xiang>span {
	display: block;
}

.about-people>div .app-mengceng1 {
	text-align: center;
	background-color: rgba(0, 0, 0, 0.9);
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 15;
	opacity: 0;
}

.about-people>div .app-mengceng1>h1 {
	margin-top: 45%;
	font-size: 18px;
	color: #fff;
}

.about-people>div .app-mengceng1>span {
	display: block;
	font-size: 14px;
	color: #fff;
	margin-top: 2%;
}

.about-people>div .app-mengceng1>p {
	width: 85%;
	margin: 0 auto;
	margin-top: 3%;
	color: #fff;
	opacity: 0.4;
	font-size: 12px;
	line-height: 24px;
}

.about-people>div .app-mengceng1>p>span {
	display: block;
}

.about-people>div .pc-mengceng {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	overflow: auto;
}

.about-people>div:hover .pc-mengceng {
	opacity: 1;
}

.about-people>div .pc-mengceng>div {
	width: 95%;
	height: 95%;
	border: 1px solid #313131;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	overflow: auto;
}

.about-people>div>div>div>h1 {
	margin-top: 40%;
	font-size: 24px;
	color: #fff;
}

.about-people>div>div>div>span {
	display: block;
	font-size: 14px;
	color: #fff;
	margin-top: 2%;
}

.about-people>div>div>div>p {
	width: 85%;
	margin: 0 auto;
	margin-top: 3%;
	color: #fff;
	opacity: 0.4;
	font-size: 13px;
	line-height: 24px;
}

.about-people>div>div>div>p>span {
	display: block;
}

/*???????–???–*/
.about-business {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.about-business>h1 {
	font-size: 30px;
	padding-top: 3%;
}

.about-business>p {
	font-size: 13px;
	margin-top: 2%;
	line-height: 24px;
}

.about-business>p>span {
	display: block;
}

.about-business>img {
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 3% 0;
}

.about-business>div {
	font-size: 14px;
	line-height: 35px;
}

.about-business>div>span {
	display: block;
}

.about-business>div>span>label {
	font-size: 16px;
	color: #000;
	font-weight: bold;
}

.about-business>div>p {
	font-size: 14px;
}

.about-business .bus-img1 {
	padding: 3% 0;
}

.about-business .bus-img1 .img1 .pic1 {
	width: 66.5%;
	float: left;
}

.about-business .bus-img1 .img1 .pic2 {
	width: 33%;
	float: right;
}

.about-business .bus-img1 .img2>img {
	width: 33%;
	float: left;
	margin-top: 0.5%;
}

.about-business .bus-img1 .img2 .pic3 {
	padding: 0 0.5%;
}

.bus-staff {
	margin-top: 3%;
}

.bus-staff>img {
	width: 14.28%;
	display: block;
	float: left;
}

/*????1???‘???*/
.contactus {
	padding-top: 8%;
	text-align: center;
	padding-bottom: 3%;
	overflow: hidden;
}

.contactus>h1 {
	font-size: 35px;
}

.contactus .our-img {
	width: 95%;
	margin: 0 auto;
	margin-top: 4%;
}

.contactus .our-img>img {
	width: 100%;
	float: left;
}

.contactus .our-address {
	width: 100%;
	margin: 0 auto;
	margin-top: 3%;
	text-align: left;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 3%;
}

.contactus .our-address>div {
	width: 100%;
	float: left;
}

.contactus .our-address .BJ>h1 {
	font-size: 22px;
}

.contactus .our-address .BJ>span {
	display: block;
	font-size: 14px;
	opacity: 0.5;
	margin-top: 5%;
}

.contactus .our-address .BJ>label {
	width: 20px;
	height: 1px;
	display: block;
	background: #cdcccc;
	margin-top: 3%;
}

.contactus .our-address .BJ>p {
	font-size: 14px;
	margin-top: 3%;
	line-height: 25px;
}

.contactus .our-address .SH {
	width: 40%;
	padding-left: 10%;
}

.contactus .our-address .SH .sibai {
	margin-top: 4.3%;
}

.contactus .our-contact {
	width: 60%;
	margin: 0 auto;
	text-align: left;
}

.contactus .our-contact h1 {
	font-size: 18px;
	padding-top: 3%;
}

.contactus .our-contact p {
	font-size: 14px;
	margin-top: 1%;
	line-height: 24px;
}

.contactus .our-contact span {
	font-size: 14px;
	margin-top: 1%;
	display: block;
}

.contactus .our-contact .contact-form {
	margin-top: 1%;
}

.contactus .our-contact .contact-form .left {
	width: 50%;
	float: left;
}

.contactus .our-contact .contact-form .left>input {
	width: 100%;
	height: 70px;
	background-color: #f5f5f5;
	border: 0;
	text-indent: 1em;
	font-size: 14px;
	margin-top: 2%;
	font-family: "微软雅黑";
	font-weight: 400;

}

.contactus .our-contact .contact-form .left>div {
	margin-top: 5%;
	margin-left: 2%;
}

.contactus .our-contact .contact-form .left>div>p {
	margin-top: 3%;
	opacity: 1;
	color: #a3a3a3;
}

.contactus .our-contact .contact-form .left>div>p>label {
	width: 10px;
	display: inline-block;
	height: 10px;
	border: 2px solid #a7a7a7;
	border-radius: 50%;
	cursor: pointer;
	background: #fff;
}

.contactus .our-contact .contact-form .right {
	width: 49%;
	float: right;
	margin-top: 1%;
}

.contactus .our-contact .contact-form .right>textarea {
	width: 94%;
	height: 440px;
	padding: 2% 3%;
	border: 0;
	background-color: #f5f5f5;
	font-size: 15px;
	line-height: 20px;
	font-family: "微软雅黑";
}

.contactus .our-contact .contact-form>button {
	width: 100%;
	height: 64px;
	background-color: #fff;
	border: 1px solid #9e9e9e;
	margin-top: 3%;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	font-family: "???è?ˉé?…é?‘";
}

.contactus .our-contact .contact-form>button:hover {
	background: #f1f1f1;
}

/*????…￥??‘???*/
.join-our {
	margin-top: 8%;
	text-align: center;
}

.join-our>h1 {
	font-size: 35px;
}

.join-our>div {
	width: 95%;
	margin: 0 auto;
}

.join-our>div>img {
	width: 100%;
	display: block;
	padding: 4% 0;
}

.join-our>p {
	font-size: 13px;
	line-height: 26px;
}

.join-our>p>span {
	display: block;
}

.join-our>label {
	display: block;
	width: 44px;
	height: 2px;
	background-color: #2b2b2b;
	margin: 2% auto;
}

.our-job {
	margin-top: 3%;
	text-align: center;
	background-color: #f5f5f5;
}

.our-job>div {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 5%;
	padding-bottom: 5%;
}

.our-job>div>div {
	width: 33.33%;
	float: left;
}

.our-job>div>div>img {
	width: 75px;
}

.our-job>div>div>h3 {
	font-size: 16px;
	margin-top: 5%;
}

.our-job>div>div>p {
	font-size: 13px;
	color: #4a4949;
	margin-top: 3%;
	line-height: 24px;
	padding: 0 5%;
}

.our-job>div>div>p>span {
	display: block;
}

.our-works {
	text-align: center;
	margin-top: 4%;
}

.our-works>p {
	font-size: 14px;
	line-height: 26px;
}

.our-works>p>span {
	display: block;
}

.our-works>label {
	display: block;
	width: 44px;
	height: 4px;
	background-color: #2b2b2b;
	margin: 2% auto;
}

.our-works>p>sub {
	display: block;
	cursor: pointer;
}

.our-works>p>sub a {
	color: #000;
	font-size: 17px;
	-webkit-transition: all 0.4s;
	font-weight: bold;
}

.our-post {
	width: 90%;
	margin: 0 auto;
	margin-top: 5%;
	padding-bottom: 5%;
}

.our-post .our-zhankai {
	width: 99.6%;
	border: 1px solid #d9d9d9;
	border-top: 0;
}

.our-post .div1>div {
	width: 24.8%;
	height: 80px;
	float: left;
	text-align: center;
	font-size: 16px;
	background-color: #ededed;
	line-height: 80px;
	margin-right: 0.2%;
}

.our-post .div2 {
	position: relative;
	z-index: 5;
	margin-top: 0.2%;
}

.our-post .div2:nth-child(1) {
	margin-top: 0;
}

.our-post .div2 .div1 {
	cursor: pointer;
	width: 100.2%;
}

.our-post .div2 .div1>div {
	height: 40px;
	line-height: 60px;
	background-color: #fbfbfb;
	float: left;
	font-size: 15px;
}

.our-post .div3 .div1>div {
	background-color: #f5f5f5;
}

.our-post .div2 .div1-none {
	background-color: #ededed;
	padding: 4% 0;
	text-align: left;
	display: none;
}

.our-post .div2 .div1-none>ul {
	width: 80%;
	margin: 0 auto;
	line-height: 26px;
}

.our-post .div2 .div1-none>ul li {
	font-size: 14px;
	color: #7e7e7e;
}

.our-post .div2 .div1-none>ul h4 {
	font-size: 16px;
}

.our-post .div2 .div1 img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	transform: rotate(0deg);
}

.our-post .div2 .div1 img.hover {
	transform: rotate(90deg);
}

/*??‘????????￠??·*/
.customer {
	background: #f5f5f5;
	text-align: center;
	padding-bottom: 5%;
}

.customer>h1 {
	font-size: 35px;
	padding-top: 3%;
}

.customer>p {
	width: 60%;
	margin: 0 auto;
	margin-top: 1%;
	font-size: 14px;
	line-height: 24px;
}

.customer>p>span {
	display: block;
}

.customer-car {
	text-align: center;
}

.customer-car>h1 {
	font-size: 20px;
}

.customer-car>label {
	width: 87px;
	height: 2px;
	background: #2b2b2b;
	margin: 0 auto;
	margin-top: 1.5%;
	display: block;
}

.customer-car .car-sign {
	width: 99.5%;
	margin: 0 auto;
	border: 1px solid #e5e5e5;
}

.customer-car .car-sign>div {
	width: 12.5%;
	float: left;
	padding: 3% 0;
	cursor: pointer;
	background: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
}

.customer-car .car-sign>div:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
}

.customer-car .car-sign>div>img {
	width: 80%;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	display: block;
	margin: 0 auto;
	padding: 0 1%;
	opacity: 0.8;
}

.customer-car .car-sign>div:hover {
	background: #f5f5f5;
}

.customer-car .car-sign>div:hover img {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: gray;
	opacity: 1;
}

.CG-shot .number-img1 {
	width: 60%;
	margin: 0 auto;
}

.CG-shot .number-img1>img {
	width: 100%;
	display: block;
	padding-top: 3%;
}

.CG-shot .number-img2 {
	width: 100%;
	margin: 0 auto;
}

.CG-shot .number-img2>img {
	width: 100%;
	display: block;
	padding-top: 3%;
}

.number-bg {
	background: url(images/bg.jpg) no-repeat center;
	background-size: 100% 100%;
}

.number-bg>h1 {
	color: #2B2B2B;
}

.number-bg>label {
	background-color: #2B2B2B;
}

.number-bg .price-icon>div>div>p {
	font-size: 14px;
	color: #676767
}

/*.number-bg .price-icon .icon1 .num-div1{
	padding-top: 2%;
}*/
.number-bg .price-icon .icon1 .num-div1>p {
	text-align: center;
}

/*.number-bg .price-icon .icon1 .num-div2{
	padding-top: 2%;
}*/
.number-bg .price-icon .icon1 .num-div2>p {
	text-align: center;
}

.num-jiazhi {
	background: url(images/bg1.jpg) no-repeat center;
	background-size: 100% 100%;
}

.num-jiazhi .price-icon>div>div {
	width: 33.33%;
}

.num-jiazhi .price-icon>div>div h3 {
	color: #ffffff;
	margin-top: 10px;
	font-size: 16px;
}

.number-shop {
	text-align: center;
	background-color: #f5f5f5;
	padding-bottom: 5%;
}

.number-shop>h1 {
	font-size: 30px;
	color: #262626;
	padding-top: 5%;
}

.number-shop>label {
	width: 110px;
	height: 2px;
	background-color: #2b2b2b;
	display: block;
	margin: 0 auto;
	margin-top: 2%;
}

.number-shop .shop-video {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 2%;
	position: relative;
	cursor: pointer;
}

.number-shop .shop-video .video>div {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.number-shop .shop-video .video>div.in {
	opacity: 1;
}


.number-shop .shop-video .video>div img {
	width: 100%;
	display: block;
	float: left;
}

.number-shop .shop-video>span {
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.number-shop .shop-video:hover span {
	opacity: 1;
}

.number-shop .shop-video .shop-left {
	width: 28px;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 3%;
	cursor: pointer;
	z-index: 15;
}

.number-shop .shop-video .shop-right {
	width: 28px;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 3%;
	cursor: pointer;
	z-index: 15;
}

.number-shop .shop-video>span>p {
	width: 200px;
	height: 150px;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.number-shop .shop-video>span>p>img {
	cursor: pointer;
}

.number-shop .shop-video>span>p>label {
	display: block;
	color: #fff;
	font-size: 24px;
	padding-top: 5%;
	font-weight: 600;
}

.number-shop .shop-video>video {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	z-index: 20;
}


.number-shop .shop-video ul {
	width: 55px;
	height: 20px;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 3%;
}

.number-shop .shop-video ul li {
	width: 8px;
	height: 8px;
	background-color: #999999;
	float: left;
	margin-left: 8px;
	cursor: pointer;
	border: 1px solid transparent;
}

.number-shop .shop-video ul li:hover {
	background-color: #fff;
	border: 1px solid #fff;
}

.number-shop .shop-video ul li.in {
	background-color: #fff;
	border: 1px solid #fff;
}

.news-trends .case-open>div {
	/* width: 61%; */
	width: 75%;
	/*north*/
	height: 150px;
	line-height: 150px;
}

.news-trends .case-open .top {
	border: 0;
	height: 70px;
	line-height: 70px;
}

.news-trends .case-open .top>div {
	width: 32.6%;
	float: left;
	height: 72px;
	margin-left: 0.7%;
	position: relative;
}

.news-trends .case-open .top>div:after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border: 1px solid #e5e5e5;
}

.news-trends .case-open .top>div>img {
	vertical-align: middle;
	margin-top: -5px;
	margin-right: 12px
}

.news-trends .case-open .bottom {
	margin-top: 0.5%;
}


.news-trends .open-img {
	margin-top: 1%;
	min-height: 268px;
}

.news-trends .open-img .open-fu>img {
	width: 100%;
	display: block;
	-webkit-transition: all 0.5s;
}

.news-trends .open-img>div {
	overflow: hidden;
}

.news-trends .open-img>div:hover .open-fu img {
	-webkit-transform: scale(1.05, 1.05);
}

.news-trends .open-img .img-top {}

.news-trends .open-fu {
	position: relative;
	cursor: pointer;
}

.news-trends .open-fu>span {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	display: block;
	color: #fff;
	line-height: 100%;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.news-trends .open-fu:hover span {
	opacity: 1;
}

.news-trends .open-fu>span>p {
	font-size: 22px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.news-trends .open-img>div {
	position: relative;
}

.news-trends .open-img>div label {
	width: 30px;
	height: 30px;
	display: block;
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 20;
	text-align: center;
	line-height: 42px;
}

.news-trends .open-img>div label>img {
	width: 20px;
}


.shot-price .price-icon .baifenb .flash-9 {
	display: none;
}








@media only screen and (max-width: 1700px) {

	.fictitious-price .price-time>div>p>span {
		display: inline;
	}

}

@media only screen and (max-width: 1440px) {
	.fictitious-price .price-text ul li>img {
		width: 10%;
	}

	.fictitious-price .price-text ul li>p {
		width: 87%;
	}

	.fictitious-advan .price-icon>div>div h5 {
		font-size: 15px;
	}

	.news-trends .trends-text>div .text-pic1>h1>a {
		height: 18px;
	}

	.about>p,
	.about-content>p,
	.CG-shot>p,
	.controll-case>p,
	.news-trends>p {
		font-size: 14px;
	}

	.news-trends .trends-text {
		min-height: 200px;
		width: 90%;
		margin: 0 auto;
	}

	.news-trends .trends-text>div {
		width: calc(33.3333% - 20px);
	}

	.news-trends .news-nav {
		width: 90%;
		overflow: hidden;
		margin: 0 auto;
		margin-top: 3%;
		margin-bottom: 2%;
	}
}

@media only screen and (max-width: 1280px) {

	.about>p>span,
	.about-content>p>span {
		display: inline;
	}

	.case .case-img li>a>span>label>img {
		width: 50px;
	}

	.shot-price .price-icon>div>div p {
		font-size: 13px;
	}

	.about-content>h1,
	.about-content h2,
	.about-growth>h1,
	.about-win>h1,
	.about-business>h1,
	.shot-price>h1,
	.case h1,
	.fictitious-reality>h1,
	.fictitious-price>h1,
	.film-content>h1,
	.news-list>h1 {
		font-size: 26px;
	}

	.CG-shot h2,
	.controll-case>h1,
	.news-trends>h1,
	.about>h1,
	.join-our>h1,
	.our>h1 {
		font-size: 31px;
	}

	.about .about-nav>div>div a {
		font-size: 16px;
	}

	.about-content .about-icon>div img {
		width: 115px;
	}

	.about-content .about-icon>div span,
	.CG-shot>p {
		font-size: 13px;
	}

	.about-win .win-img>div>h1 {
		font-size: 16px;
	}

	.about-win .win-img>div>p,
	.controll-case>p,
	.news-list>p {
		font-size: 13px;
	}

	.news-trends .case-open>div {
		height: 120px;
		line-height: 120px;
	}

	.news-trends .case-open .top>div {
		height: 58px;
	}

	.news-trends .news-more>a {
		font-size: 15px;
	}

	.news-trends .news-more {
		height: 75px;
		line-height: 75px;
	}

	.news-trends .open-fu>span>p {
		font-size: 18px;
	}

	.control-bg .icon1>div>h4,
	.case .case-img li>a>h3 {
		font-size: 15px;
	}

	.customer>p,
	.fictitious-price .price-text ul li>p,
	.film-content>p,
	.film-content>sub {
		font-size: 13px;
	}

	.film-content>label {
		font-size: 14px;
	}

	.our-job>div>div>h3 {
		font-size: 15px;
	}

	.news-trends .trends-text>div .text-pic1>h1>a {
		font-size: 15px;
		height: 17px;
	}

	.news-trends .trends-text>div .text-pic1>p {
		height: 32px;
	}

	.news-list>span {
		font-size: 14px;
	}

	.number-shop>h1 {
		font-size: 26px;
	}

	.contactus .our-address .BJ>h1 {
		font-size: 18px;
	}

	.contactus .our-address .BJ>span,
	.contactus .our-address .BJ>p,
	.contactus .our-contact p,
	.contactus .our-contact span {
		font-size: 13px;
	}

	.contactus .our-contact h1 {
		font-size: 16px;
	}

	.our {
		padding-top: 10%;
	}
}

@media only screen and (max-width: 1024px) {
	.shot-banner .banner-text>h1 {
		font-size: 30px;
	}
	
	.shot-banner .banner-text>span {
		width: 110px;
		height: 35px;
		line-height: 35px;
	}
  .about-content1 p img{
  	width:100%;
  }
	.case .case-img li>a>h3 {
		font-size: 16px;
	}

	.fictitious-price .price-text ul li>img {
		width: 12%;
	}

	.fictitious-price .price-text ul li>p {
		width: 85%;
	}

	.controll-case>p>span {
		display: inline;
	}

	.film-content>h1 {
		font-size: 30px;
	}

	.news-trends .news-nav .div1>a {
		font-size: 18px;
	}

	.news-trends .news-more {
		height: 50px;
		line-height: 50px;
	}

	.news-trends .news-more>a {
		font-size: 16px;
	}

	.news-list>h1 {
		font-size: 24px;
	}

	.about-content>h1,
	.about-content h2,
	.about-growth>h1,
	.about-win>h1 {
		font-size: 20px;
	}

	.about .about-nav>div>div {
		width: 32.5%;
	}

	.about-content .about-icon>div>img {
		width: 100px;
	}

	.about-win .win-img>div>h1 {
		font-size: 16px;
	}

	.about-win .win-img>div>p {
		font-size: 13px;
	}

	.our>h1 {
		font-size: 24px;
	}

	.contactus .our-contact .contact-form .right>textarea {
		height: 450px;
	}

	.our-job>div>div>p>span {
		display: inline;
	}

	.join-our {
		margin-top: 10%;
	}

	.customer-car>h1 {
		font-size: 20px;
	}

	.number-shop>h1 {
		font-size: 30px;
	}

	.about .about-nav>div,
	.about-content,
	.about>p,
	.film-content,
	.news-list {
		width: 75%;
	}

	.news-list {
		margin-top: 12%;
	}

	.news-trends .trends-text>div {
		width: calc(33.3333% - 20px);
		margin: 0;
	}

	.case .case-img li>a>span {
		height: 165px;
	}
}

@media only screen and (max-width: 768px) {
	.controll-case .controll-fangan .logo {
		width: 17%;
	}

	.controll-case .controll-fangan>h1 {
		font-size: 15px;
	}

	.contactus .our-contact h1 {
		font-size: 15px;
	}

	.CG-shot>p>span,
	.fictitious-price>p>span,
	.film-content>p>span {
		display: inline;
	}

	.CG-shot>p {
		width: 85%;
		font-size: 13px;
	}

	.shot-price .price-icon>div>div {
		width: 100%;
		padding: 0;
		margin-top: 10%;
	}

	.fictitious-price .price-text ul li h3 {
		float: none;
		text-align: center;
	}

	.shot-price .price-icon .baifenbi>div {
		width: 50%;
		height: 200px;
	}

	.shot-price .price-icon .baifenb .flash-9 {
		display: block;
	}

	.shot-price .price-icon .baifenb .flash-6 {
		display: none;
	}

	.shot-price .price-icon>div>div p>span {
		display: block;
	}

	.case .case-img li {
		width: 100%;
	}

	.case .case-img .case-padding {
		padding: 5% 0;
	}

	.case .case-img li>a>h3 {
		text-align: center;
	}

	.shot-price .price-icon>div>div p {
		margin-top: 0;
	}

	.shot-banner .right-but,
	.shot-banner .left-but {
		background-size: 20px;
	}

	.fictitious-img>img {
		width: 100%;
	}

	.fictitious-price .price-text ul li>img {
		display: block;
		float: none;
		width: 55px;
		margin: 0 auto;
	}

	.fictitious-price .price-text ul {
		width: 100%;
	}

	.fictitious-price .price-text ul li>p {
		width: 100%;
	}

	.fictitious-price .price-text .ul2 {
		padding-top: 0;
	}

	.price-img>img {
		width: 100%;
	}

	.fictitious-advan .price-icon>div>div h5 {
		padding-bottom: 2%;
	}

	.fictitious-price>p {
		width: 90%;
	}

	.fictitious-price .price-time>div {
		width: 100%;
		margin-top: 10%;
	}

	.fictitious-price .price-time .time-left>p,
	.fictitious-price .price-time .time-right>p {
		text-align: center;
	}

	.fictitious-price .price-time {
		width: 90%;
	}

	.control-bg .icon1>div>h4 {
		font-size: 14px;
	}

	.controll-case>h1 {
		font-size: 22px;
		padding-top: 7%;
	}

	.controll-case>p {
		font-size: 13px;
		width: 90%;
	}

	.film-content {
		width: 85%;
	}

	.news-trends .news-nav .div1 {
		width: 49.8%;
	}

	.news-trends .news-nav .div2 {
		width: 49.5%;
		margin-left: 0.5%;
	}

	.news-trends .news-nav .div3 {
		width: 32.8%;
		margin-top: 1%;
	}

	.news-trends .trends-text>div {
		width: 90%;
		float: none;
		margin: 0 auto;
		margin-top: 2%;
	}

	.news-trends>h1 {
		font-size: 20px;
	}

	.news-trends .news-nav>div {
		height: 45px;
		line-height: 45px;
	}

	.news-trends .trends-text>div .text-pic1>h1>a {
		font-size: 14px;
		height: 17px;
	}

	.news-trends .trends-text>div .text-pic1>p {
		font-size: 12px;
		height: auto;
		display: block;
	}

	.news-trends .trends-text>div .text-pic1>label {
		font-size: 12px;
	}

	.news-list {
		width: 85%;
		margin-top: 75px;
	}

	.news-list>h1 {
		font-size: 18px;
	}

	.news-list>span {
		font-size: 14px;
	}

	.news-list>p {
		font-size: 12px;
	}

	.about>p,
	.about .about-nav>div,
	.about-content,
	.about-growth>div {
		width: 85%;
	}

	.about-win .win-img>div {
		width: 100%;
		margin: 0 auto;
		margin-top: 4%;
	}

	.about-win .win-img>div>h1 {
		font-size: 16px;
	}

	.about-win .win-img {
		width: 85%;
	}

	.about>h1 {
		font-size: 22px;
		padding-top: 6%;
	}

	.about-content>h1 {
		padding-top: 8%;
	}

	.about-content>h1,
	.about-content h2,
	.about-growth>h1,
	.about-win>h1 {
		font-size: 18px;
	}

	.about>p,
	.about-content>p,
	.about-content .about-icon>div>span {
		font-size: 13px;
	}

	.about .about-nav>div>div a {
		font-size: 15px;
	}

	.about .about-nav>div>div {
		height: 45px;
		line-height: 45px;
	}

	.about-business>h1 {
		font-size: 18px;
		margin-top: 5%;
	}

	.about-business {
		width: 85%;
	}

	.about-business>div>span>label {
		font-size: 16px;
	}

	.about-business>div {
		font-size: 13px;
	}

	.contactus .our-address,
	.contactus .our-contact {
		width: 85%;
	}

	.contactus .our-contact .contact-form .left,
	.contactus .our-contact .contact-form .right {
		width: 100%
	}

	;

	.contactus .our-contact .contact-form .left>input {
		height: 40px;
	}

	.contactus .our-contact .contact-form .right {
		margin-top: 5%;
	}

	.contactus .our-contact .contact-form .right>textarea {
		height: 200px;
	}

	.contactus .our-contact .contact-form>button {
		height: 40px;
		font-size: 14px;
	}

	.our>h1 {
		font-size: 22px;
	}

	.contactus .our-address .BJ>h1 {
		font-size: 14px;
	}

	.contactus .our-address .BJ>span,
	.contactus .our-contact span {
		font-size: 14px;
	}

	.contactus .our-address .BJ>p {
		font-size: 13px;
	}

	.contactus .our-address .BJ>p label {
		display: block;
	}

	.contactus .our-contact p {
		font-size: 13px;
	}

	.contactus .our-contact .contact-form .left>input {
		height: 45px;
		font-size: 13px;
	}

	.join-our>h1 {
		font-size: 22px;
	}

	.join-our>p,
	.our-works>p {
		font-size: 13px;
	}

	.our-job>div {
		width: 85%;
	}

	.our-job>div>div {
		width: 100%;
		padding-bottom: 5%;
	}

	.our-works>p>sub {
		font-size: 15px;
	}

	.our-post .div1>div {
		font-size: 15px;
		height: 50px;
		line-height: 50px;
	}

	.our-post .div2 .div1>div {
		font-size: 14px;
		line-height: 15px;
		padding-top: 15px;
	}

	.our-post .div2 .div1-none>ul li {
		font-size: 12px;
	}

	.our-post .div2 .div1-none>ul h4 {
		font-size: 14px;
	}

	.our-job>div>div>h3 {
		font-size: 15px;
	}

	.our-job>div>div>p {
		font-size: 13px;
	}

	.customer>h1 {
		font-size: 22px;
		padding-top: 6%;
	}

	.customer>p {
		font-size: 13px;
		width: 85%;
	}

	.customer>p>span {
		display: inline;
	}

	.customer-car>h1 {
		font-size: 16px;
		padding-top: 3%;
	}

	.customer-car>label {
		width: 35px;
		height: 2px;
	}

	.customer-car .car-sign>div>img {
		-webkit-filter: grayscale(0%);
		-moz-filter: grayscale(0%);
		-ms-filter: grayscale(0%);
		-o-filter: grayscale(0%);
		filter: grayscale(0%);
		filter: gray;
	}

	.fictitious-reality>h1 {
		font-size: 18px;
	}

	.customer-car .car-sign>div:hover {
		background: #fff;
	}

	.shot-price>h1,
	.case h1 {
		font-size: 18px;
		font-size: 18px;
		padding-top: 7%;
	}

	.customer-car .car-sign>div {
		width: 25%;
	}

	.about-content .about-icon>div {
		width: 50%;
		margin-top: 4%;
	}

	.about-people>div {
		position: initial;
	}

	.about-people>.pc-mengceng>div {
		display: none;
	}

	.about-people>div .app-mengceng .tan-icon {
		display: none;
	}

	.number-bg .price-icon .icon1 .num-div1>p,
	.number-bg .price-icon .icon1 .num-div2>p {
		text-align: center;
	}

	.number-shop .shop-video,
	.CG-shot .number-img1,
	.shot-price .price-icon {
		width: 99%;
	}

	.news-trends .open-img>div>label {
		width: 45px;
		height: 45px;
		line-height: 65px;
	}

	.news-trends .open-img>div>label>img {
		width: 25px;
	}

	.news-trends .open-fu>span {
		display: none;
	}

	.news-trends .case-open>div {
		width: 100%;
	}

	.news-trends .open-img {}

	.news-trends .case-open .top>div {
		line-height: 50px;
		height: 50px;
	}

	.about-people>div .pc-mengceng {
		display: none;
	}

	.about-content h2,
	.about-win>h1 {
		padding-top: 2%;
	}

	.about-growth {
		margin-top: 12%;
	}

	.news-trends {
		padding-top: 60px;
	}

	.news-trends .case-open .top>div>img {
		width: 20px;
	}

	.CG-shot>label {
		width: 36px;
		height: 2px;
	}

	.fictitious-price>h1 {
		font-size: 18px;
		padding-top: 7%;
	}

	.CG-shot h2 {
		font-size: 22px;
		margin-top: 7%;
	}

	.fictitious-price>label,
	.number-shop>label,
	.shot-price>label {
		width: 36px;
		height: 2px;
	}

	.film-video {
		padding-top: 50px;
	}

	.film-content>h1 {
		font-size: 18px;
		padding-top: 5%;
	}

	.film-content>b,
	.join-our>label,
	.our-works>label,
	.news-list>label {
		width: 36px;
		height: 2px;
	}

	.join-our {
		margin-top: 65px;
	}

	.news-trends .trends-text>div .text-pic1 button {
		display: none;
	}

	.news-trends .trends-text>div .text-pic>span {
		opacity: 0;
	}

	.news-trends .trends-text>div:hover .img1 {
		transform: scale(1, 1);
	}

	.news-trends .trends-text>div:hover p {
		opacity: 1;
	}

	.number-shop>h1 {
		font-size: 18px;
		padding-top: 7%;
	}

	.number-shop .shop-video {
		margin-top: 5%;
	}

	.our {
		padding-top: 70px;
	}

	.about-people>div .app-mengceng {
		display: block;
	}

	.news-trends .open-img>div label>img {
		width: 15px;
	}

	.news-trends .open-img>div label {
		width: 30px;
		height: 30px;
		line-height: 39px;
	}

	.about-content .about-icon>div img {
		width: 80px;
	}

	.about-content>label,
	.about-growth>label,
	.about-win>label {
		width: 65px;
	}

	.number-shop .shop-video>span {
		opacity: 1;
		display: block;
		background-color: rgba(0, 0, 0, 0.1);
	}

	.number-shop .shop-video>span>p {
		height: 95px;
	}

	.number-shop .shop-video>span>p>img {
		width: 45px;
	}

	.number-shop .shop-video>span>p>label {
		font-size: 15px;
	}

	.about-people>div .app-mengceng1 {
		opacity: 1;
	}

	.num-jiazhi,
	.shot-price,
	.shot-price1,
	.fictitious-advan1,
	.fictitious-advan2,
	.fictitious-advan {
		background-size: auto 100%;
	}

	.about>h1 {
		font-size: 18px;
	}

	.fictitious-price .price-time {
		margin-top: -5%;
	}

	.shot-price .price-icon>div {
		margin-top: -2%;
	}

	.aboutintro>p {
		width: 80%;
	}

	.contactus {
		margin-top: 10%;
	}
}

@media only screen and (max-width: 640px) {
	.shot-banner .banner-text>h1 {
		font-size: 22px;
	}

	.shot-price .price-icon>div>div p {
		font-size: 13px;
	}

	.case .case-img li>a>h3 {
		font-size: 14px;
	}

	.fictitious-reality>h1 {
		font-size: 18px;
	}

	.fictitious-reality>img {
		width: 45px;
		padding-top: 7%;
	}

	.film-content>label {
		font-size: 14px;
	}

	.film-content>p {
		font-size: 13px;
	}

	.film-content>h4 {
		font-size: 14px;
	}

	.film-content>sub {
		font-size: 13px;
		margin-top: 3%;
	}

	.news-trends .news-nav .div2 {
		width: 49%;
		float: right;
	}

	.news-trends .news-more>a {
		font-size: 14px;
	}

	.news-trends .news-nav>div a {
		font-size: 14px;
	}

	.news-list>h1 {
		font-size: 15px;
	}

	.about-business>p>span,
	.about-business>div>span {
		display: inline;
	}

	.join-our>p,
	.our-works>p {
		width: 90%;
		margin: 0 auto;
	}

	.join-our>p>span,
	.our-works>p>span {
		display: inline;
	}

	.number-shop .shop-video>span>p>img {
		width: 45px;
	}

	.number-shop .shop-video>span>p {
		height: 90px;
	}

	.number-shop .shop-video .shop-right,
	.number-shop .shop-video .shop-left {
		width: 15px;
	}

	.news-trends .open-img {
		margin-top: 25px;
	}

	.news-trends .open-img>div {
		width: 100% !important;
	}
}

@media only screen and (max-width: 375px) {
	.shot-banner .banner-text>h1 {
		font-size: 20px;
	}

	.news-trends .open-img>div>label {
		width: 26px;
		height: 26px;
		line-height: 35px;
	}

	.news-trends .open-img>div>label>img {
		width: 15px;
	}
}

@media only screen and (min-width: 768px) {
	.our-works>p>sub a:hover {
		color: #888888;
	}
}

/*2019-08-20  Go*/
.my-wrapper {
	display: flex;
}

.box2 {
	background-color: #f5f5f5;
	margin-bottom: 40px;
	padding-bottom: 30px;
}

.box2 h2 {
	padding-top: 80px;
	margin-top: 0;
}

.box3 h2 {
	font-size: 26px;
}

.spanG {
	margin: 14px 0;
	font-size: 12px;
	color: #282828;
	display: block;
}

.box3 img {
	width: 90%;
	margin: 3px auto;
}

.top-play-video {
	width: 110px;
	height: 36px;
	border: 2px solid #fff;
	display: block;
	position: absolute;
	color: #fff;
	z-index: 999;
	bottom: 28%;
	left: 46%;
	line-height: 36px;
	text-align: center;
	font-weight: 600;
}

.top-play-video:hover {
	background-color: #333;
	cursor: pointer;
}

/*优势*/
.goodness-one {
	width: 100%;
	text-align: center;
}

.goodness {
	width: 80%;
	margin: 0 auto;
	/*border: 1px solid red;*/
	height: 280px;
	margin-top: 3%;
}

.goodness li {
	width: 25%;
	height: 280px;
	float: left;
	margin-left: 4%;
	text-align: left;
	position: relative;
	padding: 0 2%;
	/*box-shadow:0px 0px  10px 5px #eee;*/
}

.goodness-dv p:nth-child(1) {
	font-size: 20px;
	display: block;
	font-weight: 600;
}

.goodness-dv p:nth-child(3) {
	color: #999;
}

.goodness-dv p:nth-child(4) {
	color: #999;
}

.goodness li img {
	position: absolute;
	right: 10%;
	top: 10%;
}

.goodness li div {
	position: absolute;
	bottom: 20%;
	width: 100%;
}

.xians {
	width: 87%;
	height: 1px;
	border-top: 1px solid #000;
	margin: 14px 0;
}


/*底部*/




.goodness li:hover {
	box-shadow: 0px 0px 10px 5px #eee;
}

/* 8.30 */
.footNav ul li.center .news-xwdt:after {
	margin-right: 0;
}

.banner-wenzi {
	width: 100%;
	display: block;
	position: absolute;
	height: 100%;
	z-index: 9;
	top: 0;
	background: rgba(0, 0, 0, 0.4);
}

.banner-text {
	z-index: 10;
}

.home-banner {
	top: 62px;
	height: auto !important;
	margin-bottom: 40px;
}

.home-banner-video {
	z-index: 11;
}
.pagelist ul{text-align:center;margin:20px 0;margin-top:80px;}
.pagelist li{display:inline-block;margin:0 2px;}
.pagelist li a{color:#666;display:inline-block;border:1px solid #ddd;padding:12px 15px;font-size:15px;}
.pagelist li a:hover{border-color:#FFD100;background:#FFD100;color:#000;}
.pagelist li.active a{border-color:#000;background:#000;color:#fff;}
.pagelist li span.current{
      padding: 12px 15px;
      font-size: 15px;
}


/*自适应*/
@media only screen and (max-width: 768px) {
	.pc-blockFooter {
		display: none;
	}

	.home-banner {
		top: 31px;
	}

	.box2 h2 {
		padding-top: 60px;
	}

	.footNav ul li.center {
		width: 12%;
	}

	.newZsy {
		zoom: 0.39;
	}

	.hide {
		display: none;
	}

	.prolist {
		padding-top: 0%;
		text-align: center;
		margin-top: 4.5%;
	}

	.box2 {
		height: 100%;
		padding-bottom: 20px;
	}

	.box2>p>span {
		display: block;
	}

	.prolist .box2 p {
		font-size: 14px;
		margin: 14px auto;
		width: 80%;
	}

	.prolist h1 {
		font-size: 18px;
	}

	.goodness li {
		zoom: 0.6;
		width: 100%;
		margin: 1% auto;
		box-shadow: 0px 0px 2px 1px #eee;
	}

	.shot-price {
		overflow: hidden;
	}

	.box3 {
		zoom: 0.6;
	}

	.news-trends .trends-text {
		width: auto;
	}

	.news-trends .news-nav li>a {
		font-size: 15px;
	}

	.news-trends .news-nav li {
		height: 45px;
		line-height: 45px;
	}

	.prolist h1 {
		font-size: 18px;
		padding-top: 10%;
	}

	.news-trends>h1 {
		padding: 5% 0px;
	}
}

/*2019-08-20  END*/
