 @charset "UTF-8";
div::-webkit-scrollbar {
display:none
}
body {
	background-color: #fff;
	color: #333;
	min-width: 1200px
}
.nav-head {
	height: 870px;
	width: 100%;
	text-align: center;
	background-color: #fff;
	background-image: url(../images/banner1.png);
	background-repeat: no-repeat;
	-webkit-background-size: auto auto;
	background-size: auto;
	background-position-y: 0;
	background-position-x: center
}
.nav-head .title {
	display: inline-block;
	text-align: center;
	margin-top: 100px;
	font-size: 70px;
	font-family: PingFangTC-Medium;
	color: #fff;
	height: 92px
}
.nav-head .sub-title {
	display: inline-block;
	text-align: center;
	font-size: 26px;
	font-family: PingFangSC-Regular;
	color: #fff;
	height: 35px
}
.nav-head .btn {
	position: relative;
	display: inline-block;
	text-align: center;
	background: #00be6e;
	height: 57px;
	line-height: 57px;
	width: 215px;
	margin-top: 45px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	color: #fff;
	font-family: PingFangSC-Regular;
	font-size: 26px
}
.nav-head .nav-video {
	position: relative;
	display: inline-block;
	z-index: 3;
	width: 1133px;
	height: 400px;
	margin-top: 90px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #fff;
	-webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,.16);
	box-shadow: 0 4px 4px 0 rgba(0,0,0,.16);
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 32px
}
.nav-head .nav-video .play {
	position: absolute;
	z-index: 1;
	cursor: pointer;
	left: 20px;
	top: 50px;
	width: 92px;
	height: 40px;
	line-height: 40px;
	padding-right: 10px;
	padding-left: 5px;
	background-color: #00be6e;
	-webkit-border-top-right-radius: 40px;
	border-top-right-radius: 40px;
	-webkit-border-bottom-right-radius: 40px;
	border-bottom-right-radius: 40px;
	color: #fff;
	text-align: right;
	background-image: url(../images/playVideo.png);
	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: 5px
}
.nav-head .nav-video .play span {
	font-size: 12px;
	font-family: PingFangTC-Medium;
	display: inline-block;
	width: 30px;
	line-height: 15px;
	margin-top: 5px
}
.nav-head .nav-video .play:active {
	opacity: .6
}
.nav-head .nav-video .video {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-image: url(../images/video-bg.png);
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 622px;
	height: 350px;
	position: absolute
}
.nav-head .nav-video .video-txt {
	width: 427px;
	height: 350px;
	margin-left: 36px;
	float: right;
	font-size: 18px
}
.nav-head .nav-video .video-txt .txt {
	font-family: PingFangTC-Medium;
	text-align: center;
	height: 260px;
	padding-top: 56px;
	width: 100%;
	border-bottom: 1px solid #999
}
.nav-head .nav-video .video-txt .txt p {
	font-size: 16px;
	text-align: center;
	margin-top: 4px;
	color: rgba(0,0,0,.6)
}
.nav-head .nav-video .video-txt .txt .tip {
	font-size: 23px;
	font-family: PingFangSC-Semibold;
	color: #333;
	margin: 10px 0
}
.nav-head .nav-video .video-txt .txt-title {
	width: 427px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #00be6e;
	font-family: PingFangSC-Semibold
}
.nav-head2 {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background-position-y: 53px;
	background-image: url(../images/banner1-2.png)!important
}
.nav-designer {
	height: 870px;
	width: 100%;
	text-align: center;
	background-color: #fff;
	background-image: url(../images/banner2.png);
	background-repeat: no-repeat;
	-webkit-background-size: auto auto;
	background-size: auto;
	background-position: center
}
.nav-designer .designer-type {
	display: inline-block;
	margin-top: 200px;
	width: 540px;
	height: 360px
}
.nav-designer .designer-type .pic {
	height: 280px;
	width: 100%;
	background: red;
	margin-bottom: 40px;
	background: #fff
}
.nav-designer .designer-type .pic .left {
	width: 308px;
	height: 280px;
	margin-right: 15px;
	float: left
}
.nav-designer .designer-type .pic .left img {
	width: 100%;
	height: 100%
}
.nav-designer .designer-type .pic .right1 {
	width: 217px;
	height: 135px;
	float: left;
	margin-bottom: 10px
}
.nav-designer .designer-type .pic .right1 img {
	width: 100%;
	height: 100%
}
.nav-designer .designer-type .pic .right2 {
	width: 217px;
	height: 135px;
	float: left
}
.nav-designer .designer-type .pic .right2 img {
	width: 100%;
	height: 100%
}
.nav-designer .designer-type .btn-box {
	height: 40px;
	width: 100%
}
.nav-designer .designer-type .btn-box .btn-item {
	margin-right: 12px;
	float: left;
	height: 40px;
	line-height: 40px;
	width: 90px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	border: 1px solid #00be6e;
	color: #00be6e;
	text-align: center;
	font-size: 20px;
	font-family: PingFangSC-Regular
}
.nav-designer .designer-type .btn-box .active {
	background: #00be6e!important;
	color: #fff!important
}
.nav-designer .designer-type .btn-box .btn-look {
	float: left;
	height: 40px;
	width: 40px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: url(../images/look.png) no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
	margin-left: 30px;
	margin-right: 10px
}
.nav-designer .designer-type .btn-box .btn-share {
	float: left;
	height: 40px;
	width: 40px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: url(../images/share.png) no-repeat center;
	-webkit-background-size: contain;
	background-size: contain
}
.nav-designer .designer {
	display: inline-block;
	margin-top: 200px;
	margin-left: 50px;
	width: 560px;
	height: 360px;
	overflow: hidden
}
.nav-designer .designer .touxiang {
	height: 125px;
	width: 550px;
	overflow-x: scroll;
	overflow-y: hidden
}
.nav-designer .designer .touxiang .touxiang-box {
	height: 125px;
	width: 1122px
}
.nav-designer .designer .touxiang .touxiang-item {
	display: inline-block;
	height: 120px;
	width: 120px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: 0 8px;
	filter: alpha(opacity=60);
	-moz-opacity: .6;
	opacity: .6
}
.nav-designer .designer .touxiang .item1 {
	background: url(../images/item1.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover
}
.nav-designer .designer .touxiang .item2 {
	background: url(../images/item2.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover
}
.nav-designer .designer .touxiang .item3 {
	background: url(../images/item3.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover
}
.nav-designer .designer .touxiang .item4 {
	background: url(../images/item4.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover
}
.nav-designer .designer .touxiang .item5 {
	background: url(../images/item5.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover
}
.nav-designer .designer .touxiang .item6 {
	background: url(../images/item6.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover
}
.nav-designer .designer .touxiang .item7 {
	background: url(../images/item7.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover
}
.nav-designer .designer .touxiang .item8 {
	background: url(../images/item8.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover
}
.nav-designer .designer .touxiang .active {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1
}
.nav-designer .designer .content {
	height: 235px;
	width: 560px;
	overflow: hidden;
	background-image: url(../images/designer-bg.png);
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position-y: 45px
}
.nav-designer .designer .content .name-box {
	overflow: hidden;
	height: 150px;
	width: 560px
}
.nav-designer .designer .content .name-box .btn {
	width: 300px;
	height: 55px;
	line-height: 55px;
	margin-top: 90px;
	margin-left: 50px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	background: #00be6e;
	color: #fff;
	font-size: 24px;
	font-family: PingFangTC-Medium;
	text-align: center
}
.nav-designer .designer .content .content-box {
	margin-top: 20px;
	height: 65px;
	width: 560px;
	font-size: 16px;
	color: #333;
	font-family: PingFangSC-Regular
}
.linggan {
	height: 470px;
	padding-top: 60px;
	width: 100%;
	text-align: center;
	background: #fff
}
.linggan div {
	display: inline-block;
	width: 365px;
	height: 274px;
	overflow: hidden;
	text-align: center
}
.linggan div img {
	margin-top: 80px
}
.linggan .detail {
	margin-right: 20px;
	-webkit-border-top-left-radius: 98px;
	border-top-left-radius: 98px;
	background-image: url(../images/linggan-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	background-size: contain
}
.linggan .detail .bg {
	display: none;
	text-align: center;
	overflow: hidden;
	-webkit-border-top-left-radius: 98px;
	border-top-left-radius: 98px;
	width: 365px;
	height: 274px;
	background-color: rgba(1,142,27,.7)
}
.linggan .detail .bg .tips {
	margin-top: 50px;
	height: 65px;
	background: url(../images/linggan-tips.png) no-repeat center;
	-webkit-background-size: contain;
	background-size: contain
}
.linggan .detail .bg .txt {
	margin-top: 35px;
	height: 20px;
	width: 100%;
	font-size: 16px;
	color: #fff;
	text-align: center
}
.linggan .detail .bg .btn {
	display: inline-block;
	text-align: center;
	margin-top: 30px;
	width: 140px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	border: 1px solid #fff;
	font-size: 20px;
	font-family: PingFangSC-Regular
}
.linggan .copyright {
	margin-right: 20px;
	background-image: url(../images/copyright-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	background-size: contain
}
.linggan .copyright .bg {
	display: none;
	text-align: center;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-color: rgba(1,142,27,.7)
}
.linggan .copyright .bg .tips {
	margin-top: 50px;
	height: 65px;
	background: url(../images/copyright-tips.png) no-repeat center;
	-webkit-background-size: contain;
	background-size: contain
}
.linggan .copyright .bg .txt {
	margin-top: 35px;
	height: 20px;
	width: 100%;
	font-size: 16px;
	color: #fff;
	text-align: center
}
.linggan .copyright .bg .btn {
	display: inline-block;
	text-align: center;
	margin-top: 30px;
	width: 140px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	border: 1px solid #fff;
	font-size: 20px;
	font-family: PingFangSC-Regular
}
.linggan .web {
	background-image: url(../images/web-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	background-size: contain;
	-webkit-border-bottom-right-radius: 98px;
	border-bottom-right-radius: 98px
}
.linggan .web .bg {
	display: none;
	text-align: center;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-color: rgba(1,142,27,.7);
	-webkit-border-bottom-right-radius: 98px;
	border-bottom-right-radius: 98px
}
.linggan .web .bg .tips {
	margin-top: 50px;
	height: 65px;
	background: url(../images/web-tips.png) no-repeat center;
	-webkit-background-size: contain;
	background-size: contain
}
.linggan .web .bg .txt {
	margin-top: 35px;
	height: 20px;
	width: 100%;
	font-size: 16px;
	color: #fff;
	text-align: center
}
.linggan .web .bg .btn {
	display: inline-block;
	text-align: center;
	margin-top: 30px;
	width: 140px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	border: 1px solid #fff;
	font-size: 20px;
	font-family: PingFangSC-Regular
}
.linggan .btn-box {
	height: 58px;
	width: 100%;
	margin-top: 75px;
	text-align: center
}
.linggan .btn-box .btn {
	display: inline-block;
	color: #fff;
	height: 58px;
	line-height: 58px;
	background: #00be6e;
	width: 217px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	text-align: center;
	font-size: 26px;
	font-family: PingFangSC-Regular
}
.us {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	text-align: center;
	background-color: #fff;
	background-image: url(../images/us.png);
	-webkit-background-size: auto auto;
	background-size: auto;
	background-position: top;
	background-repeat: no-repeat;
	text-align: center
}
.us .ganen {
	position: absolute;
	height: 90px;
	width: 320px;
	left: 19%;
	top: 8%;
	/*background-image: url(../images/ganen.png);*/
	background-repeat: no-repeat;
	-webkit-background-size: 30% 30%;
	background-size: 30%;
	background-position-y: bottom;
	background-position-x: 0
}
.us .ganen .p1 {
	font-family: PingFangSC-Semibold;
	font-size: 40px;
	margin-bottom: 5px
}
.us .ganen .p2 {
	font-family: PingFangSC-Regular;
	font-size: 24px;
	color: #666
}
.us .aboutword {
	margin: 880px auto 68px;
	height: auto;
	width:1100px;

	/*background-image: url(../images/ganen.png);*/
	background-repeat: no-repeat;
	-webkit-background-size: 30% 30%;
	background-size: 30%;
	background-position-y: bottom;
	background-position-x: 0
}
.us .aboutword .p1 {
	font-family: PingFangSC-Semibold;
	font-size: 40px;
	margin-bottom: 5px
}
.us .aboutword .p2 {
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #666; 
}

.us .partners {
	position: absolute;
	width: 860px;
	height: 300px;
	top: 22%;
	left: 38%
}
.us .partners .item {
	height: 33.3%;
	width: 100%
}
.us .partners .item-box {
	width: 180px;
	height: 90px;
	margin-left: 12px;
	float: left;
	background: red
}
.us .partners .partners-item1 {
	padding-left: 284px
}
.us .partners .partners-item2 {
	padding-left: 55px
}
.us .partners .item-box1 {
	background: url(../images/item1.png) no-repeat center
}
.us .partners .item-box1:hover {
	background: url(../images/item1-1.png) no-repeat center
}
.us .partners .item-box2 {
	background: url(../images/item2.png) no-repeat center
}
.us .partners .item-box2:hover {
	background: url(../images/item2-2.png) no-repeat center
}
.us .partners .item-box3 {
	background: url(../images/item3.png) no-repeat center
}
.us .partners .item-box3:hover {
	background: url(../images/item3-3.png) no-repeat center
}
.us .partners .item-box4 {
	background: url(../images/item4.png) no-repeat center
}
.us .partners .item-box4:hover {
	background: url(../images/item4-4.png) no-repeat center
}
.us .partners .item-box5 {
	background: url(../images/item5.png) no-repeat center
}
.us .partners .item-box5:hover {
	background: url(../images/item5-5.png) no-repeat center
}
.us .partners .item-box6 {
	background: url(../images/item6.png) no-repeat center
}
.us .partners .item-box6:hover {
	background: url(../images/item6-6.png) no-repeat center
}
.us .partners .item-box7 {
	background: url(../images/item7.png) no-repeat center
}
.us .partners .item-box7:hover {
	background: url(../images/item7-7.png) no-repeat center
}
.us .partners .item-box8 {
	background: url(../images/item8.png) no-repeat center
}
.us .partners .item-box8:hover {
	background: url(../images/item8-8.png) no-repeat center
}
.us .partners .item-box9 {
	background: url(../images/item9.png) no-repeat center
}
.us .partners .item-box9:hover {
	background: url(../images/item9-9.png) no-repeat center
}
.us .partners .item-box10 {
	background: url(../images/item10.png) no-repeat center
}
.us .partners .item-box10:hover {
	background: url(../images/item10-10.png) no-repeat center
}
.us .partners .item-box11 {
	background: url(../images/item11.png) no-repeat center
}
.us .partners .item-box11:hover {
	background: url(../images/item11-11.png) no-repeat center
}
.us .teyao {
	display: inline-block;
	margin-top: 1040px;
	margin-left: -480px;
	width: 650px;
	height: 345px;
	background: url(../images/teyao.png) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover
}
.us .lianxi {
	display: inline-block;
	margin-top: 85px;
	margin-left: 617px;
	width: 520px;
	height: 380px;
	background: url(../images/lianxi.png) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover
}
.aboutdwon{background: url(../images/usdown.png) no-repeat bottom center; padding-bottom: 108px; }
.us .bottom {
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 135px;
	height: 235px;
	width: 1100px;
	background: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,.16);
	box-shadow: 0 4px 4px 0 rgba(0,0,0,.16);
	
}
.us .bottom div {
	height: 100%;
	width: 33.3%;
	padding-top: 110px;
	float: left;
	-webkit-background-size: 16% 16%;
	background-size: 16%;
	background-position-x: center;
	background-position-y: 30px;
	background-repeat: no-repeat;
	text-align: center
}
.us .bottom div p {
	text-align: center;
	font-size: 14px;
	font-family: PingFangSC-Regular;
	color: #666;
	margin-bottom: 3px
}
.us .bottom div .title {
	color: #333;
	font-size: 26px;
	font-family: PingFangTC-Medium
}
.us .bottom .yuanjing {
	text-align: center;
	background-image: url(../images/yuanjing.png)
}
.us .bottom .jiazhiguang {
	text-align: center;
	background-image: url(../images/jiazhiguang.png);
	-webkit-background-size: 18% 18%;
	background-size: 18%
}
.us .bottom .shiming {
	text-align: center;
	background-image: url(../images/shiming.png)
}
.aboutzwf{ padding:180px;}
#myvideo{ width:622px; height:350px}
/*当页面大于1200px 时，大屏幕，主要是PC 端*/
@media (min-width: 1200px) {

}
/*在992 和1199 像素之间的屏幕里，中等屏幕，分辨率低的PC*/
@media (min-width: 992px) and (max-width: 1199px) {

}
/*在768 和991 像素之间的屏幕里，小屏幕，主要是PAD*/
@media (min-width: 768px) and (max-width: 991px) {

}
/*在480 和767 像素之间的屏幕里，超小屏幕，主要是手机*/
@media (min-width: 480px) and (max-width: 767px) {
.container {width:100% !important;}


}
/*在小于480 像素的屏幕，微小屏幕，更低分辨率的手机*/
@media (max-width: 479px) {
body {min-width: 100%;}
.nav-head {background-size: auto 100%; height:120px;}
.aboutzwf{ padding:68px;}
.nav-head .nav-video {
    display: block;
    width: 100%;
    height: 180px;
    margin-top: 0; 
	padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 3px;
}
.nav-head .nav-video .play{ top:12px; left:10px;}
.nav-head .nav-video .video{ width:100%; height:180px;}
#myvideo{ width:100%; height:180px}
.nav-head .nav-video .video-txt,.nav-head .nav-video .video-txt .txt-title{ width:100%; height:auto;}
.nav-head .nav-video .video-txt .txt-title{ background-color:#00be6e; color:#FFF;-webkit-border-radius: 8px;border-radius: 8px; font-size:16px; }
.nav-head .nav-video .video-txt .txt{ padding-top:18px; height:200px;border-bottom: 0px solid #999;}
.us { height:auto; background:none;}
.us .bottom{ width:100%;bottom: 10px;} 
.us .bottom div {    background-size: 46%;}
.us .bottom .jiazhiguang{    background-size: 56%;}
.us .bottom div p{ font-size:12px;}
.us .bottom div .title {
    font-size: 20px;
}
.us .ganen { position: inherit;height: auto;    width: 88%;    left: 0;    top: 0; margin:8px auto;}
.us .ganen .p1 {  font-size: 24px;    margin-bottom: 5px;}
.us .ganen .p2 {font-size: 18px; display:none;}
.us .partners {
    position: initial;
    width: 100%;
    height: 580px;
    top: 0%;
    left: 0%;
}
.us .partners .partners-item1 {
    padding-left: 0px;
}
.us .partners .item {
    height: auto;
    width: 100%;
    float: left;
}.us .partners .partners-item2 {
    padding-left: 0px; 
}
.us .partners .item-box {
    width: 50%;
    height: 90px;
    margin-left: 0;
    float: left;
    background-size: 100%;
}
.us .aboutword {
    position: inherit;
    height: auto;
    width: 94%;
	margin:0 auto;
     left: 0%;
     top: 0%; 
}
.us .aboutword .p1 { text-align:center;
    font-size: 26px;
}
.us .aboutword .p2 {
    font-size: 14px;
}







}