	body {
	    font-family: "微软雅黑";
	    overflow-x: hidden;
	    -moz-user-select: none;
	    /*火狐*/
	    -webkit-user-select: none;
	    /*webkit浏览器*/
	    -ms-user-select: none;
	    /*IE10*/
	    -khtml-user-select: none;
	    /*早期浏览器*/
	    user-select: none;
	}
	@font-face {
	        font-family: "MFLIHEI";
	        src: url(../fonts/MFLIHEI_NONCOMMERCIAL-REGULAR.OTF);
	    }
.project-title{
	font-family: "MFLIHEI";
}
	.btn {
	    position: relative;
	    display: inline-block;
	    margin-bottom: 0;
	    font-weight: 400;
	    text-align: center;
	    vertical-align: middle;
	    touch-action: manipulation;
	    cursor: pointer;
	    background-image: none;
	    /* border: 1px solid transparent;*/
	    white-space: nowrap;
	    padding: 6px 12px;
	    font-size: 13px;
	    line-height: 1.42857143;
	    border-radius: 2px;
	    -webkit-touch-callout: none;
	    -webkit-user-select: none;
	    -khtml-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    user-select: none;
	}

	.btn {
	    border: 0;
	    text-transform: uppercase;
	    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
	}

	.btn-danger {
	    color: #fff;
	    background-color: #333;
	    border-color: #f32c1e;
	}

	.btn-danger:focus {
	    color: #fff;
	    background-color: #269F5D;
	    border-color: #761c19;
	}

	.btn-danger:hover,
	.btn-danger:active {
	    color: #fff;
	    background-color: #269F5D;
	    border-color: #ac2925;
	}

	.btn-danger:active:hover,
	.btn-danger:active:focus {
	    color: #fff;
	    background-color: #269F5D;
	    border-color: #761c19;
	}

	.backTop {
	    border-radius: 50%;
	    padding: 0;
	    width: 60px;
	    height: 60px;
	    line-height: 60px;
	    text-align: center;
	    position: fixed;
		_position: absolute;
	    right: 20px;
	    bottom: 20px;
	    display: none;
	    background: #eee url(../images/up.png) no-repeat center;
	}
	/**/

	.project-container {
	    width: 100%;
	    overflow: hidden;
	}

	.fl {
	    float: left;
	}

	.fr {
	    float: right;
	}

	.overfloat {
	    overflow: hidden;
	    zoom: 1;
	}

	@media (min-width:1200px) {
	    @font-face {
	        font-family: "MFLIHEI";
	        src: url(../fonts/MFLIHEI_NONCOMMERCIAL-REGULAR.OTF);
	    }
	    /*大屏*/
	    body {
	        font-size: 16px;
	    }
	    .title {
	        width: 100%;
	        min-height: 400px;
	        background: url(../images/banner2.png) no-repeat;
	        background-size: cover;
	        padding-top: 40px;
	        padding-bottom: 200px;
	    }
	    .container-fluid {
	        width: 1190px;
	    }
	    .down-part-row {
	        width: 1190px;
	        margin: 0 auto;
	        position: relative;
	    }
	    .navbar-default .navbar-collapse {
	        border: none;
	    }
	    .navbar-brand img {
	        vertical-align: middle;
	    }
	    .nav {
	        margin-left: 160px;
	    }
	    .nav li {
	        margin-left: 10px;
	        border-radius: 8px;
	    }
	    .navbar {
	        background: rgba(91, 91, 91, .8);
	    }
	    .navbar .nav li a:active {
	        color: #fff;
	        background: #269F5D;
	        border-radius: 8px;
	    }
	    .navbar .nav li:hover,
	    .navbar .nav li a:focus {
	        background: #269f5d;
	        color: #fff;
	    }
	    /*title*/
	    .project-title {
	        color: #fff;
	        font-family: 'MFLIHEI';
	        width: 100%;
	        margin-top: 246px;
	        font-size: 60px;
	        text-align: center;
	    }
	    .down-icon {
	        margin-top: 85px;
	    }
	    .down-icon a {
	        border-radius: 30px;
	        margin: 0 auto;
	        display: block;
	        width: 220px;
	        height: 67px;
	    }
	    .down-icon a:hover {
	        background: #269F5D;
	    }
	    .project-useful {
	        width: 100%;
	        margin-top: 94px;
	        margin-bottom: 70px;
	        height: 821px;
	    }
	    .userful-title {
	        font-size: 60px;
	        text-align: center;
	        color: #3f3d3d;
	    }
	    .down-erwei {
	        display: none;
	        position: absolute;
	        left: 20%;
	        top: -390%;
	        width: 60%;
	    }
	    .down-erwei img {
	        width: 100%;
	        display: block;
	        border: none;
	    }
	    .down-erwei p {
	        color: #fff;
	        font-size: 16px;
	        text-align: center;
	    }
	    /*功能*/
	    .useful-wrap {
	        width: 1190px;
	        margin: 70px auto 0;
	    }
	    .function1,
	    .function2 {
	        display: none;
	    }
	    .des-img {
	        height: 140px;
	        line-height: 140px;
	        text-align: center;
	    }
	    .des-img img {
	        vertical-align: middle;
	    }
	    .des-title,
	    .des-detail {
	        display: block;
	    }
	    .des-title {
	        text-align: center;
	        color: #3F3D3D;
	        font-size: 24px;
	        margin-bottom: 26px;
	    }
	    .des-detail {
	        padding: 0 16%;
	        color: #5a5a5a;
	    }
	    /*描述*/
	    .project-manage {
	        width: 100%;
	        height: 1071px;
	        background-color: #ebfaf9;
	        padding-top: 94px;
	        padding-bottom: 50px;
	    }
	    .manage-title {
	        text-align: center;
	        font-size: 60px;
	        color: #3F3D3D;
	    }
	    .manage-part {
	        width: 1190px;
	        margin: 130px auto 0;
	    }
	    .left-word-des,
	    .right-img-des {
	        display: none;
	    }
	    .left-img1 {
	        text-align: center;
	        height: 76px;
	        line-height: 76px;
	    }
	    .left-img1 img {
	        width: 60px;
	        height: 60px;
	        vertical-align: middle;
	    }
	    .s-title,
	    .s-detail {
	        display: block;
	        text-align: center;
	    }
	    .s-title {
	        color: #4b4b4b;
	        font-weight: 400;
	    }
	    .s-detail {
	        color: #5a5a5a;
	        margin-top: 18px;
	    }
	    .manage-word-des {
	        margin-top: 76px;
	    }
	    .manage-word-des p {
	        color: #5a5a5a;
	        text-indent: 16px;
	        letter-spacing: 4px;
	        line-height: 34px;
	    }
	    .right-des-img {
	        height: 702px;
	        line-height: 702px;
	    }
	    .right-des-img img {
	        width: 640px;
	        border: none;
	        vertical-align: bottom;
	        margin-left: -30px;
	    }
	    /*price*/
	    .project-price {
	        width: 1190px;
	        margin: 0 auto 80px;
	        padding-top: 94px;
	        font-size: 16px;
	    }
	    .price-col-wrap .col-md-2 {
	        height: 120px;
	        border: 1px solid #f1eff0;
	        border-right: none;
	    }
	    .price-col-wrap .col-md-2:nth-child(6),
	    .price-col-wrap1 .col-md-2:nth-child(6),
	    .price-col-wrap2 .col-md-2:nth-child(6) {
	        border-right: 1px solid #f1eff0;
	    }
	    .price-col-wrap1 .col-md-2,
	    .price-col-wrap2 .col-md-2 {
	        height: 120px;
	        border: 1px solid #f1eff0;
	        border-right: none;
	        border-top: none;
	        text-align: center;
	        line-height: 120px;
	    }
	    .price-title {
	        text-align: center;
	        font-size: 60px;
	        color: #3F3D3D;
	        margin-bottom: 54px;
	    }
	    .version-header {
	        text-align: center;
	        height: 120px;
	        line-height: 120px;
	        background: #fff8c1;
	        color: #5a5a5a;
	    }
	    .version-img {
	        height: 72px;
	        line-height: 72px;
	        text-align: center;
	    }
	    .version-img img {
	        width: 60px;
	        vertical-align: middle;
	    }
	    .version-type {
	        display: block;
	        text-align: center;
	    }
	    /*videoPrice*/
	    .project-videoPrice {
	        width: 100%;
	        overflow: hidden;
	    }
	    .project-videoPrice .row {
	        margin-top: 150px;
	    }
	    .videoPrice-title {
	        text-align: center;
	        font-size: 60px;
	        color: #3F3D3D;
	        margin-bottom: 80px;
	    }
	    .price-smallTitle {
	        text-align: center;
	        margin-top: 10px;
	        letter-spacing: 4px;
	        width: 100%;
	    }
	    .video-type {
	        color: #77b6b4;
	        font-size: 24px;
	        margin-bottom: 40px;
	    }
	    .price-bottomLeft {
	        margin-top: 240px;
	        margin-bottom: 80px;
	    }
	    .price-bottomRight {
	        text-align: center;
	        margin-top: 260px;
	        margin-bottom: 80px;
	    }
	    .center-top-img {
	        margin-top: 40px;
	    }
	    .center-img {
	        text-align: center;
	    }
	    .center-img {
	        vertical-align: middle;
	        border: none;
	    }
	    .price-topRight {
	        text-align: center;
	    }
	    .videoPrice-container {
	        width: 1190px;
	        margin: 0 auto;
	    }
	    /*service*/
	    .project-service {
	        width: 100%;
	        background: #ebfaf9;
	        padding-top: 94px;
	        padding-bottom: 70px;
	    }
	    .service-container {
	        width: 1190px;
	        margin: 0 auto;
	    }
	    .service-title {
	        text-align: center;
	        font-size: 60px;
	        color: #3F3D3D;
	        margin-bottom: 180px;
	    }
	    /*添加动画的class*/
	    .addTime {
	        -webkit-transition: all .6s ease-in-out;
	        -moz-transition: all .6s ease-in-out;
	        transition: all .6s ease-in-out;
	    }
	    .add {
	        -webkit-transform: scale(1.1);
	        -moz-transform: scale(1.1);
	        -ms-transform: scale(1.1);
	        transform: scale(1.1)
	    }
	    /*safe*/
	    .project-safe {
	        margin: 0 auto;
	        width: 1190px;
	        padding-top: 94px;
	        padding-bottom: 70px;
	        height: 909px;
	    }
	    .safe-title {
	        text-align: center;
	        font-size: 60px;
	        color: #3F3D3D;
	    }
	    .safe-img {
	        text-align: center;
	        height: 650px;
	        line-height: 650px;
	        margin: 0 auto;
	    }
	    .safe-img img {
	        width: 586px;
	        vertical-align: middle;
	    }
	    /*footer*/
	    .project-footer {
	        width: 100%;
			padding-bottom: 30px;
	        background: url(../images/Rectangle-1-拷贝.png) no-repeat;
	        background-size: 100% 100%;
			padding-top: 70px;
	    }
	    .footer-container {
	        width: 1190px;
	        margin: 0 auto;
	    }
	    .footer-word {
	        margin-top: 20px;
	    }
	    .footer-word {
	        color: #fff;
	        font-size: 14px;
			text-align: center;

	    }
		.footer-link{
			width: 1190px;
			margin: 30px auto 0;
			text-align: center;
		}
		.footer-link a{
			display: inline-block;
			margin-left: 50px;
			color: #fff;
			font-size: 16px;
		}
		.footer-link a:hover{
			color: #269F5D;
		}
	    .function-block {
	        display: none;
	    }
	    .function-none {
	        display: block;
	    }
	}

	@media only screen and (max-width:992px) {
	    .navbar-right {
	        display: none;
	    }
	}

	@media only screen and (min-width: 992px) and (max-width: 1199px) {
	    /*中屏*/
	    .container-fluid {
	        padding: 0 4.1%;
	    }
	    .title {
	        width: 100%;
	        height: 684px;
	        background: url(../images/banner2.png) no-repeat;
	        background-size: cover;
	        padding-top: 40px;
	    }
	    .navbar-default .navbar-collapse {
	        border: none;
	    }
	    .navbar-brand img {
	        vertical-align: middle;
	    }
	    .nav {
	        margin-left: 50px;
	    }
	    .nav li {
	        margin-left: 4px;
	        border-radius: 8px;
	    }
	    .navbar-default .navbar-nav>.active>a:hover {
	        background: #269F5D;
	        color: #fff;
	    }
	    .navbar-default .navbar-nav li a:hover {
	        border-radius: 8px;
	        background: #269F5D;
	        color: #fff;
	    }
	    .navbar-default .navbar-nav li a:focus {
	        background: #269F5D;
	        color: #fff;
	    }
	    @font-face {
	        font-family: "MFLIHEI";
	        src: url(../fonts/MFLIHEI_NONCOMMERCIAL-REGULAR.OTF);
	    }
	    /*大屏*/
	    body {
	        font-size: 14px;
	    }
	    .title {
	        width: 100%;
	        min-height: 400px;
	        background: url(../images/banner2.png) no-repeat;
	        background-size: cover;
	        padding-top: 40px;
	        padding-bottom: 200px;
	    }
	    .container-fluid {
	        width: 990px;
	    }
	    .down-part-row {
	        width: 990px;
	        margin: 0 auto;
	    }
	    .navbar-default .navbar-collapse {
	        border: none;
	    }
	    .navbar-brand img {
	        vertical-align: middle;
	    }
	    .nav {
	        margin-left: 50px;
	    }
	    .nav li {
	        margin-left: 10px;
	        border-radius: 8px;
	    }
	    .navbar {
	        background: rgba(91, 91, 91, .8);
	    }
	    .navbar .nav li a:active {
	        color: #fff;
	        background: #269F5D;
	        border-radius: 8px;
	    }
	    .navbar .nav li:hover {
	        background: #269f5d;
	        color: #fff;
	    }
	    /*title*/
	    .project-title {
	        color: #fff;
	        font-family: 'MFLIHEI';
	        width: 100%;
	        margin-top: 246px;
	        font-size: 50px;
	        text-align: center;
	    }
	    .down-icon {
	        margin-top: 85px;
	    }
	    .down-icon a {
	        border-radius: 26px;
	        margin: 0 auto;
	        display: block;
	        width: 180px;
	        height: 57px;
	    }
	    .down-icon a img {
	        width: 180px;
	        height: 57px;
	    }
	    .down-icon a:hover {
	        background: #269F5D;
	    }
	    .project-useful {
	        width: 100%;
	        margin-top: 94px;
	        margin-bottom: 70px;
	        height: 821px;
	    }
	    .userful-title {
	        font-size: 60px;
	        text-align: center;
	        color: #3f3d3d;
	    }
	    .down-erwei {
	        display: none;
	        position: absolute;
	        left: 20%;
	        top: -390%;
	        width: 60%;
	    }
	    .down-erwei img {
	        width: 100%;
	        display: block;
	        border: none;
	    }
	    .down-erwei p {
	        color: #fff;
	        font-size: 16px;
	        text-align: center;
	    }
	    /*功能*/
	    .useful-wrap {
	        width: 990px;
	        margin: 70px auto 0;
	    }
	    .function1,
	    .function2 {
	        display: none;
	    }
	    .des-img {
	        height: 140px;
	        line-height: 140px;
	        text-align: center;
	    }
	    .des-img img {
	        vertical-align: middle;
	    }
	    .des-title,
	    .des-detail {
	        display: block;
	    }
	    .des-title {
	        text-align: center;
	        color: #3F3D3D;
	        font-size: 24px;
	        margin-bottom: 26px;
	    }
	    .des-detail {
	        padding: 0 16%;
	        color: #5a5a5a;
	    }
	    /*描述*/
	    .project-manage {
	        width: 100%;
	        height: 1071px;
	        background-color: #ebfaf9;
	        padding-top: 94px;
	        padding-bottom: 50px;
	    }
	    .manage-title {
	        text-align: center;
	        font-size: 60px;
	        color: #3F3D3D;
	    }
	    .manage-part {
	        width: 990px;
	        margin: 130px auto 0;
	    }
	    .left-word-des,
	    .right-img-des {
	        display: none;
	    }
	    .left-img1 {
	        text-align: center;
	        height: 76px;
	        line-height: 76px;
	    }
	    .left-img1 img {
	        width: 60px;
	        height: 60px;
	        vertical-align: middle;
	    }
	    .s-title,
	    .s-detail {
	        display: block;
	        text-align: center;
	    }
	    .s-title {
	        color: #4b4b4b;
	        font-weight: 400;
	    }
	    .s-detail {
	        color: #5a5a5a;
	        margin-top: 18px;
	    }
	    .manage-word-des {
	        margin-top: 76px;
	    }
	    .manage-word-des p {
	        color: #5a5a5a;
	        text-indent: 16px;
	        letter-spacing: 4px;
	        line-height: 34px;
	    }
	    .right-des-img {
	        height: 702px;
	        line-height: 702px;
	    }
	    .right-des-img img {
	        width: 640px;
	        border: none;
	        vertical-align: bottom;
	        margin-left: -30px;
	    }
	    /*price*/
	    .project-price {
	        width: 990px;
	        margin: 0 auto 80px;
	        padding-top: 94px;
	    }
	    .price-col-wrap .col-md-2 {
	        height: 120px;
	        border: 1px solid #f1eff0;
	        border-right: none;
	    }
	    .price-col-wrap .col-md-2:nth-child(6),
	    .price-col-wrap1 .col-md-2:nth-child(6),
	    .price-col-wrap2 .col-md-2:nth-child(6) {
	        border-right: 1px solid #f1eff0;
	    }
	    .price-col-wrap1 .col-md-2,
	    .price-col-wrap2 .col-md-2 {
	        height: 120px;
	        border: 1px solid #f1eff0;
	        border-right: none;
	        border-top: none;
	        text-align: center;
	        line-height: 120px;
	    }
	    .price-title {
	        text-align: center;
	        font-size: 60px;
	        color: #3F3D3D;
	        margin-bottom: 54px;
	    }
	    .version-header {
	        text-align: center;
	        height: 120px;
	        line-height: 120px;
	        background: #fff8c1;
	        color: #5a5a5a;
	    }
	    .version-img {
	        height: 72px;
	        line-height: 72px;
	        text-align: center;
	    }
	    .version-img img {
	        width: 60px;
	        vertical-align: middle;
	    }
	    .version-type {
	        display: block;
	        text-align: center;
	    }
	    /*videoPrice*/
	    .project-videoPrice {
	        width: 100%;
	        overflow: hidden;
	    }
	    .project-videoPrice .row {
	        margin-top: 120px;
	    }
	    .videoPrice-title {
	        text-align: center;
	        font-size: 60px;
	        color: #3F3D3D;
	        margin-bottom: 80px;
	    }
	    .price-smallTitle {
	        text-align: center;
	        margin-top: 10px;
	        letter-spacing: 4px;
	        width: 100%;
	    }
	    .video-type {
	        color: #77b6b4;
	        font-size: 24px;
	        margin-bottom: 40px;
	    }
	    .price-bottomLeft {
	        margin-top: 240px;
	        margin-bottom: 80px;
	    }
	    .price-bottomRight {
	        text-align: center;
	        margin-top: 260px;
	        margin-bottom: 80px;
	    }
	    .center-top-img {
	        margin-top: 40px;
	    }
	    .center-img {
	        text-align: center;
	    }
	    .center-img {
	        vertical-align: middle;
	        border: none;
	    }
	    .price-topRight {
	        text-align: center;
	    }
	    .videoPrice-container {
	        width: 990px;
	        margin: 0 auto;
	    }
	    /*service*/
	    .project-service {
	        width: 100%;
	        background: #ebfaf9;
	        padding-top: 94px;
	        padding-bottom: 70px;
	    }
	    .service-container {
	        width: 990px;
	        margin: 0 auto;
	    }
	    .service-title {
	        text-align: center;
	        font-size: 60px;
	        color: #3F3D3D;
	        margin-bottom: 180px;
	    }
	    /*添加动画的class*/
	    .addTime {
	        -webkit-transition: all .6s ease-in-out;
	        -moz-transition: all .6s ease-in-out;
	        transition: all .6s ease-in-out;
	    }
	    .add {
	        -webkit-transform: scale(1.1);
	        -moz-transform: scale(1.1);
	        -ms-transform: scale(1.1);
	        transform: scale(1.1)
	    }
	    /*safe*/
	    .project-safe {
	        margin: 0 auto;
	        width: 990px;
	        padding-top: 94px;
	        padding-bottom: 70px;
	        height: 909px;
	    }
	    .safe-title {
	        text-align: center;
	        font-size: 60px;
	        color: #3F3D3D;
	    }
	    .safe-img {
	        text-align: center;
	        height: 650px;
	        line-height: 650px;
	        margin: 0 auto;
	    }
	    .safe-img img {
	        width: 486px;
	        vertical-align: middle;
	    }
	    /*footer*/
	    .project-footer {
	        width: 100%;
			padding-bottom: 20px;
	        background: url(../images/Rectangle-1-拷贝.png) no-repeat;
	        background-size: 100% 100%;
	        padding-top: 70px;
	    }
	    .footer-container {
	        width: 100%;
	        margin: 0 auto;
	    }
	    .footer-word {
	        margin-top: 20px;
	    }
	    .footer-word {
	        color: #fff;
	        font-size: 14px;
			text-align: center;
	    }
		.footer-link{
			width: 100%;
			margin: 20px auto 0;
			text-align: center;
		}
		.footer-link a{
			display: inline-block;
			margin-left: 40px;
			color: #fff;
			font-size: 15px;
		}
		.footer-link a:hover{
			color: #269F5D;
		}
	    .function-block {
	        display: none;
	    }
	    .function-none {
	        display: block;
	    }
	}

	@media only screen and (min-width: 768px) and (max-width: 991px) {
	    /*平板*/
	    .container-fluid {
	        width: 100%;
	    }
	    .title {
	        width: 100%;
	        height: 684px;
	        background: url(../images/banner2.png) no-repeat;
	        background-size: cover;
	        padding-top: 40px;
	    }
	    .navbar-default .navbar-collapse {
	        border: none;
	    }
	    .navbar-brand img {
	        vertical-align: middle;
	    }
	    .nav {
	        margin-left: 30px;
	    }
	    .nav li {
	        margin-left: 4px;
	        border-radius: 8px;
	    }
	    .navbar-default .navbar-nav>.active>a:hover {
	        background: #269F5D;
	        color: #fff;
	    }
	    .navbar-default .navbar-nav li a:hover {
	        border-radius: 8px;
	        background: #269F5D;
	        color: #fff;
	    }
	    .navbar-default .navbar-nav li a:focus {
	        background: #269F5D;
	        color: #fff;
	    }
	    @font-face {
	        font-family: "MFLIHEI";
	        src: url(../fonts/MFLIHEI_NONCOMMERCIAL-REGULAR.OTF);
	    }
	    body {
	        font-size: 15px;
	    }
	    .title {
	        width: 100%;
	        min-height: 400px;
	        background: url(../images/banner2.png) no-repeat;
	        background-size: cover;
	        padding-top: 40px;
	        padding-bottom: 200px;
	    }
	    .container-fluid {
	        width: 768px;
	    }
	    .down-part-row {
	        width: 768px;
	        margin: 0 auto;
	    }
	    .navbar-default .navbar-collapse {
	        border: none;
	    }
	    .navbar-brand img {
	        vertical-align: middle;
	    }
	    .nav {
	        margin-left: 40px;
	    }
	    .nav li {
	        margin-left: 6px;
	        border-radius: 8px;
	    }
	    .navbar {
	        background: rgba(91, 91, 91, .8);
	    }
	    .navbar .nav li a:active {
	        color: #fff;
	        background: #269F5D;
	        border-radius: 8px;
	    }
	    .navbar .nav li:hover {
	        background: #269f5d;
	        color: #fff;
	    }
	    /*title*/
	    .project-title {
	        color: #fff;
	        font-family: 'MFLIHEI';
	        width: 100%;
	        margin-top: 246px;
	        font-size: 40px;
	        text-align: center;
	    }
	    .down-icon {
	        margin-top: 85px;
	    }
	    .down-icon a {
	        border-radius: 26px;
	        margin: 0 auto;
	        display: block;
	        width: 180px;
	        height: 57px;
	    }
	    .down-icon a img {
	        width: 180px;
	        height: 57px;
	    }
	    .down-icon a:hover {
	        background: #269F5D;
	    }
	    .project-useful {
	        width: 100%;
	        margin-top: 94px;
	        margin-bottom: 70px;
	        height: 821px;
	    }
	    .userful-title {
	        font-size: 40px;
	        text-align: center;
	        color: #3f3d3d;
	    }
	    .down-erwei {
	        display: none;
	        position: absolute;
	        left: 20%;
	        top: -330%;
	        width: 60%;
	    }
	    .down-erwei img {
	        width: 100%;
	        display: block;
	        border: none;
	    }
	    .down-erwei p {
	        color: #fff;
	        font-size: 16px;
	        text-align: center;
	    }
	    /*功能*/
	    .useful-wrap {
	        width: 768px;
	        margin: 70px auto 0;
	    }
	    .function1,
	    .function2 {
	        display: none;
	    }
	    .des-img {
	        height: 140px;
	        line-height: 140px;
	        text-align: center;
	    }
	    .des-img img {
	        vertical-align: middle;
	    }
	    .des-title,
	    .des-detail {
	        display: block;
	    }
	    .des-title {
	        text-align: center;
	        color: #3F3D3D;
	        font-size: 24px;
	        margin-bottom: 26px;
	    }
	    .des-detail {
	        padding: 0 16%;
	        color: #5a5a5a;
	    }
	    /*描述*/
	    .project-manage {
	        width: 100%;
	        height: 1071px;
	        background-color: #ebfaf9;
	        padding-top: 94px;
	        padding-bottom: 50px;
	    }
	    .manage-title {
	        text-align: center;
	        font-size: 40px;
	        color: #3F3D3D;
	    }
	    .manage-part {
	        width: 768px;
	        margin: 90px auto 0;
	    }
	    .left-word-des,
	    .right-img-des {
	        display: none;
	    }
	    .left-img1 {
	        text-align: center;
	        height: 76px;
	        line-height: 76px;
	    }
	    .left-img1 img {
	        width: 60px;
	        height: 60px;
	        vertical-align: middle;
	    }
	    .s-title,
	    .s-detail {
	        display: block;
	        text-align: center;
	    }
	    .s-title {
	        color: #4b4b4b;
	        font-weight: 400;
	    }
	    .s-detail {
	        color: #5a5a5a;
	        margin-top: 18px;
	    }
	    .manage-word-des {
	        margin-top: 76px;
	    }
	    .manage-word-des p {
	        color: #5a5a5a;
	        text-indent: 16px;
	        letter-spacing: 2px;
	        line-height: 30px;
	    }
	    .right-des-img {
	        height: 702px;
	        line-height: 702px;
	    }
	    .right-des-img img {
	        width: 540px;
	        border: none;
	        vertical-align: bottom;
	        margin-left: -20px;
	    }
	    /*price*/
	    .project-price {
	        width: 768px;
	        margin: 0 auto 80px;
	        padding-top: 94px;
	    }
	    .price-col-wrap .col-md-2 {
	        height: 120px;
	        border: 1px solid #f1eff0;
	        border-right: none;
	    }
	    .price-col-wrap .col-md-2:nth-child(6),
	    .price-col-wrap1 .col-md-2:nth-child(6),
	    .price-col-wrap2 .col-md-2:nth-child(6) {
	        border-right: 1px solid #f1eff0;
	    }
	    .price-col-wrap1 .col-md-2,
	    .price-col-wrap2 .col-md-2 {
	        height: 120px;
	        border: 1px solid #f1eff0;
	        border-right: none;
	        border-top: none;
	        text-align: center;
	        line-height: 120px;
	    }
	    .price-title {
	        text-align: center;
	        font-size: 40px;
	        color: #3F3D3D;
	        margin-bottom: 54px;
	    }
	    .version-header {
	        text-align: center;
	        height: 120px;
	        line-height: 120px;
	        background: #fff8c1;
	        color: #5a5a5a;
	    }
	    .version-img {
	        height: 72px;
	        line-height: 72px;
	        text-align: center;
	    }
	    .version-img img {
	        width: 60px;
	        vertical-align: middle;
	    }
	    .version-type {
	        display: block;
	        text-align: center;
	    }
	    /*videoPrice*/
	    .project-videoPrice {
	        width: 100%;
	        overflow: hidden;
	    }
	    .project-videoPrice .row {
	        margin-top: 100px;
	    }
	    .videoPrice-title {
	        text-align: center;
	        font-size: 40px;
	        color: #3F3D3D;
	        margin-bottom: 50px;
	    }
	    .price-smallTitle {
	        text-align: center;
	        margin-top: 10px;
	        letter-spacing: 4px;
	        width: 100%;
	    }
	    .video-type {
	        color: #77b6b4;
	        font-size: 24px;
	        margin-bottom: 40px;
	    }
	    .price-bottomLeft {
	        margin-top: 200px;
	        margin-bottom: 80px;
	    }
	    .price-bottomRight {
	        text-align: center;
	        margin-top: 250px;
	        margin-bottom: 80px;
	    }
	    .center-top-img {
	        margin-top: 40px;
	    }
	    .center-img {
	        text-align: center;
	    }
	    .center-img img {
	        width: 100%;
	    }
	    .center-img {
	        vertical-align: middle;
	        border: none;
	    }
	    .price-topRight {
	        text-align: center;
	    }
	    .videoPrice-container {
	        width: 768px;
	        margin: 0 auto;
	    }
	    /*service*/
	    .project-service {
	        width: 100%;
	        background: #ebfaf9;
	        padding-top: 94px;
	        padding-bottom: 70px;
	    }
	    .service-container {
	        width: 768px;
	        margin: 0 auto;
	    }
	    .service-title {
	        text-align: center;
	        font-size: 40px;
	        color: #3F3D3D;
	        margin-bottom: 160px;
	    }
	    .service-img img {
	        width: 199px;
	    }
	    /*添加动画的class*/
	    .addTime {
	        -webkit-transition: all .6s ease-in-out;
	        -moz-transition: all .6s ease-in-out;
	        transition: all .6s ease-in-out;
	    }
	    .add {
	        -webkit-transform: scale(1.1);
	        -moz-transform: scale(1.1);
	        -ms-transform: scale(1.1);
	        transform: scale(1.1)
	    }
	    /*safe*/
	    .project-safe {
	        margin: 0 auto;
	        width: 768px;
	        padding-top: 94px;
	        padding-bottom: 70px;
	        height: 909px;
	    }
	    .safe-title {
	        text-align: center;
	        font-size: 40px;
	        color: #3F3D3D;
	    }
	    .safe-img {
	        text-align: center;
	        height: 650px;
	        line-height: 650px;
	        margin: 0 auto;
	    }
	    .safe-img img {
	        width: 386px;
	        vertical-align: middle;
	    }
	    /*footer*/
	    .project-footer {
	        width: 100%;
	        padding-bottom: 20px;
	        background: url(../images/Rectangle-1-拷贝.png) no-repeat;
	        background-size: 100% 100%;
	        padding-top: 70px;
	    }
	    .footer-container {
	        width: 768px;
	        margin: 0 auto;
	    }
	    .footer-word {
	        margin-top: 20px;
	    }
	    .footer-word {
	        color: #fff;
	        font-size: 14px;
			text-align: center;
	    }
		.footer-link{
			width: 100%;
			margin: 20px auto 0;
			text-align: center;
		}
		.footer-link a{
			display: inline-block;
			margin-left: 50px;
			color: #fff;
			font-size: 16px;
		}
		.footer-link a:hover{
			color: #269F5D;
		}
	    .function-block {
	        display: none;
	    }
	    .function-none {
	        display: block;
	    }
	}

	@media (max-width:767px) {
	    /*普通手机*/
	    @font-face {
	        font-family: "MFLIHEI";
	        src: url(../fonts/MFLIHEI_NONCOMMERCIAL-REGULAR.OTF);
	    }
	    body {
	        font-size: 14px;
	    }
	    .title {
	        width: 100%;
	        height: 680px;
	        background: url(../images/banner2.png) no-repeat;
	        background-size: cover;
	    }
	    .navbar-default .navbar-collapse {
	        border: none;
	    }
	    .navbar-default .navbar-nav li a {
	        text-align: center;
	        background: transparent;
	        color: #fff;
	    }
	    .navbar-default .navbar-nav>.active>a {
	        color: #fff;
	        background-color: transparent;
	        border-radius: 0;
	    }
	    .navbar-default .navbar-nav>.active>a:hover {
	        background: #269F5D;
	        color: #fff;
	    }
	    .navbar-default .navbar-nav li a:hover {
	        background: #269F5D;
	        color: #fff;
	    }
	    .navbar-default .navbar-nav li a:focus {
	        background: #269F5D;
	        color: #fff;
	    }
	    .navbar-default .navbar-collapse {
	        border: none;
	    }
	    .navbar-brand img {
	        vertical-align: middle;
	    }
	    .navbar-default .navbar-nav>li {
	        padding: 4px 0;
	    }
	    .navbar-right {
	        display: block;
	    }
	    /**/
	    .container-fluid {
	        width: 100%;
	    }
	    .down-part-row {
	        width: 100%;
	        margin: 0 auto;
	    }
	    .navbar-default .navbar-collapse {
	        border: none;
	    }
	    .navbar-brand img {
	        vertical-align: middle;
	    }
	    .navbar {
	        background: rgba(91, 91, 91, .8);
	    }
	    .navbar .nav li a:active {
	        color: #fff;
	        background: #269F5D;
	        border-radius: 8px;
	    }
	    .navbar .nav li:hover {
	        background: #269f5d;
	        color: #fff;
	    }
	    /*title*/
	    .project-title {
	        color: #fff;
	        font-family: 'MFLIHEI';
	        width: 100%;
	        padding-top: 150px;
	        font-size: 38px;
	        text-align: center;
	    }
	    .down-icon {
	        margin-top: 105px;
	    }
	    .down-icon a {
	        border-radius: 18px;
	        margin: 0 auto;
	        display: block;
	        width: 100px;
	        height: 30px;
	    }
	    .down-icon a img {
	        width: 100%;
	    }
	    .down-icon a:hover {
	        background: #269F5D;
	    }
	    .project-useful {
	        width: 100%;
	        margin-top: 204px;
	        margin-bottom: 40px;
	        height: 821px;
	    }
	    .userful-title {
	        font-size: 30px;
	        text-align: center;
	        color: #3f3d3d;
	    }
	    .down-erwei {
	        display: none;
	        position: absolute;
	        left: 25%;
	        top: -300%;
	        width: 60%;
	    }
	    .down-erwei img {
	        width: 100%;
	        display: block;
	        border: none;
	    }
	    .down-erwei p {
	        display: none;
	        color: #fff;
	        font-size: 13px;
	        text-align: center;
	    }
	    /*功能*/
	    .useful-wrap {
	        width: 100%;
	        margin: 0 auto;
	    }
	    .function1 {
	        margin-top: 30px;
	    }
	    .function1,
	    .function2 {
	        display: none;
	    }
	    /*手机端处理消失*/
	    .function-none {
	        display: none;
	    }
	    .des-img {
	        height: 50px;
	        line-height: 50px;
	        text-align: center;
	    }
	    .des-img img {
	        width: 50px;
	    }
	    .des-img img {
	        vertical-align: middle;
	    }
	    .des-title,
	    .des-detail {
	        display: block;
	    }
	    .des-title {
	        text-align: center;
	        color: #3F3D3D;
	        font-size: 18px;
	        margin-bottom: 10px;
	    }
	    .des-detail {
	        text-align: center;
	        color: #5a5a5a;
	    }
	    .function-block {
	        margin-top: 10px;
	    }
	    /*描述*/
	    .project-manage {
	        width: 100%;
	        height: 871px;
	        background-color: #ebfaf9;
	        padding-top: 64px;
	        padding-bottom: 50px;
	    }
	    .manage-title {
	        text-align: center;
	        font-size: 30px;
	        color: #3F3D3D;
	    }
	    .manage-part {
	        width: 100%;
	        margin: 90px auto 0;
	    }
	    .left-word-des,
	    .right-img-des {
	        display: none;
	    }
	    .left-img1 {
	        text-align: center;
	        height: 56px;
	        line-height: 56px;
	    }
	    .left-img1 img {
	        width: 40px;
	        height: 40px;
	        vertical-align: middle;
	    }
	    .s-title,
	    .s-detail {
	        display: block;
	        text-align: center;
	    }
	    .s-title {
	        color: #4b4b4b;
	        font-weight: 400;
	    }
	    .s-detail {
	        color: #5a5a5a;
	        margin-top: 18px;
	    }
	    .manage-word-des {
	        margin-top: 46px;
	    }
	    .manage-word-des p {
	        color: #5a5a5a;
	        text-indent: 16px;
	        letter-spacing: 4px;
	        line-height: 24px;
	    }
	    .right-des-img {
	        display: none;
	        height: 302px;
	        line-height: 302px;
	    }
	    .right-des-img img {
	        display: none;
	        width: 540px;
	        border: none;
	        vertical-align: bottom;
	        margin-left: -20px;
	    }
	    /*price*/
	    .project-price {
	        width: 100%;
	        margin: 0 auto 80px;
	        padding-top: 64px;
	    }
	    .price-col-wrap .col-md-2 {
	        height: 120px;
	        border: 1px solid #f1eff0;
	        border-right: none;
	    }
	    .price-col-wrap .col-md-2:nth-child(6),
	    .price-col-wrap1 .col-md-2:nth-child(6),
	    .price-col-wrap2 .col-md-2:nth-child(6) {
	        border-right: 1px solid #f1eff0;
	    }
	    .price-col-wrap1 .col-md-2,
	    .price-col-wrap2 .col-md-2 {
	        height: 120px;
	        border: 1px solid #f1eff0;
	        border-right: none;
	        border-top: none;
	        text-align: center;
	        line-height: 120px;
	    }
	    .price-title {
	        text-align: center;
	        font-size: 30px;
	        color: #3F3D3D;
	        margin-bottom: 54px;
	    }
	    .version-header {
	        text-align: center;
	        height: 120px;
	        line-height: 120px;
	        background: #fff8c1;
	        color: #5a5a5a;
	    }
	    .version-img {
	        height: 72px;
	        line-height: 72px;
	        text-align: center;
	    }
	    .version-img img {
	        width: 60px;
	        vertical-align: middle;
	    }
	    .version-type {
	        display: block;
	        text-align: center;
	    }
	    .col-xs-2 {
	        padding: 0;
	        overflow: hidden;
	    }
	    /*videoPrice*/
	    .project-videoPrice {
	        width: 100%;
	        overflow: hidden;
	    }
	    .project-videoPrice .row {
	        margin-top: 60px;
	    }
	    .videoPrice-title {
	        text-align: center;
	        font-size: 30px;
	        color: #3F3D3D;
	        margin-bottom: 50px;
	    }
	    .price-smallTitle {
	        text-align: center;
	        margin-top: 10px;
	        letter-spacing: 4px;
	        width: 100%;
	    }
	    .video-type {
	        color: #77b6b4;
	        font-size: 16px;
	        margin-bottom: 40px;
	    }
	    .price-bottomLeft {
	        margin-top: 100px;
	        margin-bottom: 60px;
	    }
	    .price-bottomRight {
	        text-align: center;
	        margin-top: 150px;
	        margin-bottom: 60px;
	    }
	    .center-top-img {
	        margin-top: 40px;
	        display: none;
	    }
	    .center-bottom-img {
	        display: none;
	    }
	    .center-img {
	        text-align: center;
	    }
	    .center-img img {
	        display: none;
	        width: 100%;
	    }
	    .center-img {
	        vertical-align: middle;
	        border: none;
	    }
	    .price-topRight {
	        text-align: center;
	    }
	    .videoPrice-container {
	        width: 100%;
	        margin: 0 auto;
	    }
	    .price-topLeft,
	    .price-bottomLeft {
	        text-align: center;
	    }
	    /*service*/
	    .project-service {
	        width: 100%;
	        background: #ebfaf9;
	        padding-top: 64px;
	        padding-bottom: 60px;
	    }
	    .service-container {
	        width: 100%;
	        margin: 0 auto;
	    }
	    .service-title {
	        text-align: center;
	        font-size: 30px;
	        color: #3F3D3D;
	        margin-bottom: 90px;
	    }
	    .service-img img {
	        width: 109px;
	    }
	    /*添加动画的class*/
	    .addTime {
	        -webkit-transition: all .6s ease-in-out;
	        -moz-transition: all .6s ease-in-out;
	        transition: all .6s ease-in-out;
	    }
	    .add {
	        -webkit-transform: scale(1.1);
	        -moz-transform: scale(1.1);
	        -ms-transform: scale(1.1);
	        transform: scale(1.1)
	    }
	    /*safe*/
	    .project-safe {
	        margin: 0 auto;
	        width: 100%;
	        padding-top: 64px;
	        padding-bottom: 70px;
	        height: 509px;
	    }
	    .safe-title {
	        text-align: center;
	        font-size: 30px;
	        color: #3F3D3D;
	    }
	    .safe-img {
	        text-align: center;
	        height: 360px;
	        line-height: 360px;
	        margin: 0 auto;
	    }
	    .safe-img img {
	        width: 326px;
	        vertical-align: middle;
	    }
	    /*footer*/
	    .project-footer {
	        width: 100%;
	        padding-bottom: 20px;
	        background: url(../images/Rectangle-1-拷贝.png) no-repeat;
	        background-size: 100% 100%;
	        padding-top: 40px;
	    }
	    .footer-container {
	        width: 100%;
	        margin: 0 auto;
	    }
	    .footer-img {
	        padding-left: 20px;
	    }
	    .footer-word {
	        margin-top: 20px;
	        color: #fff;
	        font-size: 14px;
			text-align: center;
	    }
		.footer-link{
			width: 100%;
			margin: 20px auto 0;
			text-align: center;
		}
		.footer-link a{
			display: inline-block;
			margin-left: 16px;
			color: #fff;
			font-size: 14px;
		}
		.footer-link a:hover{
			color: #269F5D;
		}
	}
	/*第一次改版*/
	/*右侧注册登录隐藏*/
	.navbar-right{
		display: none;
	}
