html {
	min-height: 100%;
	position: relative;
	padding-bottom: ;
}
body {
    background: #fff;
    
}

img {

}
.baBox1 img, .baBox2 img, .baRight img img{
    min-width:100%;
}

a:hover,
a:focus {
	text-decoration: none;
}

/* 不同尺寸适应不同代码 */
/* 大尺寸 */
@media (min-width: 768px) {
	body {
		padding-top: 72px;
	}
	.navbar {
		/*padding-top: 15px;*/
		-webkit-transition: all 0.5s ease 0s;
		-moz-transition: all 0.5s ease 0s;
		-ms-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
	}
	.navbar-nav {
		/*margin-left: 25px;*/
	}
	.navbar-inverse .navbar-collapse {
		/*margin-left: 160px;*/
	}
	.navbar>.container .navbar-brand {
		margin-left: 0;
	}
	.slideshow .slideshow-wrap img {
		width: 380px;
		margin: 176px 0;
	}
	.navbar-brand {
		width: 160px;
		height: 72px;
		top: -15px;
	}
	.navbar-brand > img {
		margin-top: 15px;
	}
	.templatemo-section .section-wrap > img {
		width: 100%;
	}
	.templatemo-section .free-wrap > img {
		width: 80%;
	}
	.join-slideshow2 .slideshow-wrap2 img {
		width: 80%;
	}
	.section-wrap.box-info p {
		width: 100%;
		font-size: 20px;
	}
	.section-wrap.box-info p span {
		font-size: 22px;
	}
}
/* 小尺寸 */
@media (max-width: 768px) {
	body {
		padding-top: 50px;
	}
	.navbar-brand {
		margin-left: 0px;
		height: 50px;
		top: 0;
		width: 140px;
	}
	.navbar-brand > img {

	}
	.slideshow .slideshow-wrap img {
		width: 52%;
		margin: 76px 0;
	}
	.templatemo-section .section-wrap > img {
		width: 100%;
	}
	.templatemo-section .free-wrap > img {
		width: 100%;
	}
	.join-slideshow2 .slideshow-wrap2 img {
		width: 100%;
	}
	.fixed-wrap .fixed-content {
		width: 87%!important;
	}
	.section-wrap.box-info p {
		width: 80%;
		font-size: 15px;
	}
	.section-wrap.box-info p span {
		font-size: 18px;
	}
}
@media (min-width: 1200px){
	.container {
	    width: 1060px;
	}
}

/*==========================================*/


#navbar {
    text-align: center;
}

#navbar ul {
    display: inline-block;
}

.navbar-nav {
    float: none !important;
}

@media (min-width: 768px) {
    .navbar {
        min-height: 57px !important;
    }
    .navbar-collapse.collapse {
        height: 0 !important;
    }

    .container-fluid {
        margin-top: 0px;
    }

    /*#navbar ul {
        min-width: 800px;
    }*/

    #navbar ul li {
        display: block;
    }

    .navbar-header a {
        display: none
    }

}

@media (max-width: 767px) {
    .navbar-inverse .navbar-toggle {
        border-color: #ff7500;
    } 
    
    .container-fluid {
        margin-top: 50px;
    }

    .navbar-header a {
        display: block;
        float: left;
        width: 80px;
    }

    .navbar-header a img {
        width: 100%;
        height: 54px;
        margin-top: -4px;
    } 
        
    #navbar ul li:nth-child(3) {
        display: none;
    }
}

.navbar {
    margin-bottom: 0px !important;
}

/*==========================================*/
.container {
    position: relative;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background-color: transparent;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background: #ff7500;
}
.navbar-inverse {
	background-color: #fff;
	border-width: 0;
}
.navbar-brand {
	position: absolute;
	left: 0;
	padding: 0;
	background-color: #FF7500;
}
.navbar-brand > img {
	width: 100%;
}
.navbar-inverse .navbar-nav > li > a {
    position: relative;
    color: #000;
    padding: 0;
    height: 57px;
    /*line-height: 57px;*/
    line-height: 56px;
    margin: 0 40px;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
	background-color: #FF7500;
}
.navbar-inverse .navbar-nav > .active >a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
	background: none;
	color: #000;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
	color: #000;
}
.navbar-inverse .navbar-nav>li>a i {
	position: absolute;
	width: 0;
	height: 1px;
	background: #ff7500;
	left: 0;
	bottom: 10px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.navbar-inverse .navbar-nav > .active > a i{
	width: 100%;
}
.navbar-inverse .navbar-nav > li > a:hover i,
.navbar-inverse .navbar-nav > li > a:focus i {
	width: 100%;
}
.container-fluid {
	padding: 0;
}


/* 大图 */
.slideshow {
	width: 100%;
}
.slideshow .slideshow-wrap {
	text-align: center;
}
.index-slideshow .slideshow-wrap {
	background-image:  url('../images/index/slide-bg9fbd.jpg?v=2017050801');
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.introduction-slideshow .slideshow-wrap {
	background-image:  url('../images/templatemo14da3e.png?v=2017032301');
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.introduction-slideshow {
	margin-top: 50px;
	position: relative;
}
.introduction-slideshow .slideshow-wrap img {
	opacity: 0;
}
.introduction-slideshow .introduction-billtitle {
	position: absolute;
    top: -88px;
	width: 100%;
}
.introduction-slideshow .introduction-billtitle > div {
	width: 100%;
	max-width: 1060px;
	line-height: 0;
	margin: 0 auto;
	text-align: center;
}
.introduction-slideshow .introduction-billtitle > div img {
	width: 50%;
}

.join-slideshow .slideshow-wrap {
	background-image:  url('../images/templatemo2225c6.jpg?v=2017062601');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.join-slideshow2 {
	background-image:  url('../images/templatemo28da3e.png?v=2017032301');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.join-slideshow2 .slideshow-wrap2 {
	width: 100%;
	max-width: 1060px;
	line-height: 0;
	margin: 0 auto;
	text-align: center;
	padding: 30px 0;
}

/* 首页主内容 */
.templatemo-section {
	width: 100%;
}
.templatemo-section.section-black {
    background-color: #000;
}
.templatemo-section.section-white {
	background-color: #fff;
}
.templatemo-section.section-blue {
	background-color: #EBF8F8;
}
.templatemo-section.section-white-smoke {
	background-color: #F5F5F5;
}
.templatemo-section.section-gallery {
	background-color: #F0F0F0;
}
.templatemo-section.section-sorbus {
	background-color: #E16C3D;
}
.templatemo-section.section-blackee {
	background-color: #232122;
}
.templatemo-section .section-wrap {
	width: 100%;
    line-height: 0;
    margin: 0 auto;
	text-align: center;
    padding: 0;
}
.templatemo-section .free-wrap {
	width: 100%;
	max-width: 1060px;
    line-height: 0;
    margin: 0 auto;
	text-align: center;
}
.section-itemvideo .video-title {
	width: 100%;
	text-align: center;
}
.section-itemvideo .video-title img {
    width: 200px;
}
.section-itemvideo .video-info {
	width: 100%;
	text-align: center;
}
.section-itemvideo .video-info img {
    width: 75%;
}
.video-content {
	position: relative;
    text-align: center;
    margin-top: 22px;
}
.video-content video {
    display: inline-block;
    width: 100%;
    /*max-width: 640px;*/
    height: auto;
}
.video-content .video-open {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
.video-content .video-open .video-open-btn {
	display: inline-block;
    width: 100%;
    /*max-width: 640px;*/
    height: auto;
}
.video-content .video-open .video-open-btn img {
	width: 100%;
}
.box-advantage {
	position: relative;
	width: 100%;
	height: 10px;
	margin: 25px 0px;
}
.box-advantage .boxadvantage-btn {
	position: absolute;
	display: inline-block;
	top: 0;
	left: 50%;
	width: 106px;
	height: 25px;
	line-height: 25px;
	background: #222;
	z-index: 7;
	margin-left: -53px;
}
.box-advantage .boxadvantage-btn a {
	display: block;
	width: 100%;
	height: 25px;
	line-height: 25px;
	color: #fff;
	text-decoration: none;
}
.box-advantage .boxadvantage-i {
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	background: #222;
	top: 12.5px;
	left: 0px;
	z-index: 1;
}

/* 底部 */
footer {
    position: absolute;
    left: 0;
    bottom: 0;
}
footer.templatemo-section .section-wrap {
    text-align: center;
    height: 65px;
    line-height: 20px;
    padding: 0;
    padding-top: 15px;
    color: #fff;
}
@media screen and (max-width: 500px) {
footer.templatemo-section .section-wrap {
    height: 82px!important;
    line-height: 20px!important;
    padding: 11px 45px!important;
    color: #fff;
    }
}

@media screen and (max-width: 500px) {
    .templatemo-section .section-wrap {
    	width: 100%;
        line-height: 0;
        margin: 0 auto;
    	text-align: center;
    }
}
footer.templatemo-section .section-wrap a {
	color: #fff;
	text-decoration: none;
}

@media screen and (max-width: 500px) {
    .news_img_01,.news_img_02,.news_img_03,.news_img_06,.news_img_07,.news_img_08{
        height:170px!important;
    }
    .news_img_05,.news_img_04{
        height:340px!important;
    }

    .clearfix_par{
        height:345px!important;
    }
    .gotop-wrapper{
        display:none!important;
    }
    .news-detail-content{
        padding-left:15px!important;
        padding-right:15px!important;

    }
    .container-fluid{
        /*margin-top: 10px;*/
		margin-top: 0px;
        margin-bottom:0!important;
    }

    .team-text{
        padding:0!important;
        font-size:14px!important;
    }
    .team_hid1,.team_hid2,.team_hid3,.team_hid4,.team_hid5,.team_hid6{

    }
    .team-text-active-title{
        font-size: 14px!important;
        color: #FF7500;
        padding: 0!important;
    }
    .team-text-active-content,.team-line{
        display:none!important;
    }
    .team_info{
        height:210px!important;
    }
    .index-title-img01,.index-title-img02{
        margin-top:16px!important;
    }
    .index-title-img01{
        margin-bottom:17px!important;
    }
    .newsdetail-title{
        font-size: 20px!important;
        line-height:30px!important;
    }
    .mobile_img_div{
        padding:0!important;
    }
    .baBox1 img, .baBox2 img, .baRight img img{

    }
    .index-mobile-margin{
        margin-bottom:0!important;
    }
    .mobile-new-title{
        max-width:100px;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }
     .mobile-new-title2{
            max-width:200px;
            overflow: hidden;
            text-overflow:ellipsis;
            white-space: nowrap;
        }
    .mobile-new-img2{
        height:340px!important;
    }


}

.mobile-new-title2{
            max-width:160px;
            overflow: hidden;
            text-overflow:ellipsis;
            white-space: nowrap;
        }

/* 回到顶部 */
.gotop-wrapper {
    display: none;
    position: fixed;
    bottom: 65px;
    right: 15px;
    z-index: 1001;
	border-radius: 100%;
    background-color: rgba(0,0,0,.3);
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.gotop-wrapper a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    background: url('../images/icon-gotop-fixed.gif') no-repeat center;
}

/* 内容维护中 */
.on-title {
	line-height: 0;
	text-align: center;
}
.on-content {
	width: 100%;
	line-height: 50px;
	text-align: center;
	font-size: 19px;
}
@media (min-width: 768px) {
	.on-title img {
		width: 68%;
	}
}
@media (max-width: 768px) {
	.on-title img {
		width: 90%;
	}
}

/* 关于我们 */
.about-section .section-wrap {
	padding-top: 100px;
}
.section-wrap.box-info {
	padding: 20px 0;
}
.section-wrap.box-info p {
	text-align: center;
	margin: 0 auto;
	color: #FBE0DF;
	line-height: 22px;
}
.section-wrap.box-info p span {
	color: #fff;
}
.about-title {
	width: 100%;
	text-align: center;
	margin-bottom: 100px;
}
.about-section p {
	position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #000;
}

.investment-info {
	width: 100%;
    background-color: #000;
    color: #fff;
    padding: 20px 0;
    line-height: 35px;
    font-size: 23px;
    font-weight: 100;
    text-align: center;
}
/*.about-section p span {
	position: absolute;
	display: inline-block;
	top: 0;
	left: 32%;
}*/

/* 弹窗 */
.fixed-wrap {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8);
	z-index: 9999;
}
.fixed-wrap .fixed-content {
	position: relative;
	top: 50%;
	width: 500px;
    margin: 0 auto;
	/*margin-top: -141px;*/
    background-color: #fff;
    border-radius: 5px;
    padding: 25px;
    box-sizing: border-box;
}
.fixed-content .content-title {
	color: #E85F03;
    text-align: center;
    font-size: 30px;
    margin: 0;
}
.fixed-content .content-date {
	text-align: center;
	color: #ccc;
	font-size: 14px;
	margin: 8px 0 0 0;
}
.fixed-content .content-text {
	font-size: 17px;
	line-height: 32px;
	margin-top: 10px;
	text-indent: 2em;
}
.fixed-content .content-logo {
	text-align: center;
	margin-top: 20px;
}
.fixed-content .content-logo img {
	width: 150px;
}
.fixed-content .fixed-close {
	position: absolute;
	display: block;
	top: 5px;
	right: 12px;
	font-size: 32px;
	color: #b7b4b4;
	text-decoration: none;
}

@media (min-width: 768px) {
	.about-title img {
		width: 27%;
	}
}
@media (max-width: 768px) {
	.about-title img {
		width: 50%;
	}
}

/* 新闻报道 */
.news-wrap {
	width: 100%;
	line-height: 1.42857143;
	padding: 0 24px;
}
.news-wrap-title img {
	width: 175px;
}
.news-th {
	display: block;
	margin-top: 30px;
	background-color: #F4F4F4;
	text-align: left;
}
.news-th:hover {
	opacity: .8;
}
.news-th:after {
	display: table;
	content: "";
	clear: both;
}
.news-th > div {
	display: inline-block;
	width: 50%;
	float: left;
	overflow: hidden;
}
.news-th .news-th-img {
	width: 37%;
}
.news-th .news-th-content {
	width: 63%;
}
.news-th .news-th-img {
	line-height: 0;
}
.news-th .news-th-img img {
	width: 100%;
}
.news-th .news-th-content {
	padding: 12px;
}
.news-th .news-th-content h1.news-title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 0;
	font-size: 23px;
	font-weight: 400;
	height: 50px;
	color: #000;
	margin-top: 10px;
}
.news-th .news-th-content .news-date {
	margin-top: 10px;
	font-size: 14px;
	color: #ccc;
}
.news-th .news-th-content .news-text {
	text-indent: 2em;
	font-size: 15px;
	line-height: 1.8;
	color: #757373;
	margin: 0;
}
.news-list ul {
	padding: 0;
}
.news-list ul li {
	background-color: #F4F4F4;
	margin-top: 15px;
	list-style: none;
}
.news-list ul li a {
	display: block;
}
.news-list ul li a:after {
	display: table;
	content: "";
	clear: both;
}
.news-list ul li a:hover,
.news-list ul li a:focus {
	opacity: .8;
}
.news-list ul li a > div {
	float: left;
}
.news-list ul li a .news-img {
	width: 139px;
	height: 139px;
	line-height: 0;
}
.news-list ul li a .news-img img {
	width: 100%;
}
.news-list ul li a .news-content {
	width: -webkit-calc(100% - 139px);
	width: -moz-calc(100% - 139px);
	width: calc(100% - 139px);
	padding: 10px 10px 10px 15px;
	text-align: left;
}
.news-content h1.news-title {
	color: #000;
    font-size: 23px;
    font-weight: 400;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.news-content .news-date {
	margin-top: 10px;
	font-size: 14px;
	color: #ccc;
}
.news-content .news-text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 15px;
	line-height: 1.8;
	color: #757373;
	margin: 0;
}
.chek-more {
	text-align: right;
	height: 60px;
    line-height: 45px;
}
.chek-more a {
	color: #757373;
	font-size: 15px;
}
@media (max-width: 768px) {
	.news-list ul li a .news-content {
		width: -webkit-calc(100% - 100px);
		width: -moz-calc(100% - 100px);
		width: calc(100% - 100px);
		padding: 5px 8px;
	}
	.news-content .news-date {
		margin: 2px 0 0px 0;
	}
	.news-th .news-th-content h1.news-title {
		margin-top: 0;
	}
	.news-wrap-title img {
		width: 22%;
	}
	.news-list ul li a .news-img {
		width: 100px;
		height: 100px;
	}
	.news-th > div {
		width: 100%!important;
	}
	.news-th .news-th-content .news-text {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden;
	}
	.news-content h1.news-title {
		font-size: 18px;
	}
	.chek-more a {
		margin-right: 10px;
	}
}



.main_title{
    padding: 40px 0 20px 0;
    text-align: center;
    font-size: 32px;
}
.main_line{
    border-bottom: 2px solid #000;
    width: 190px;
    margin: 0 auto;
    padding: 0px;
}
.main_text{
    text-align: center;
    padding: 20px 0 0 10px;
    font-size: 30px;
}



.team_info{
    text-align:center;
    cursor:pointer;
    height:252px;
    overflow:hidden;
}
.team-text{
    color:#333;
    bottom:5px;
    text-align:center;
    margin-top:30px;
    line-height:30px;
    font-size:20px;
    padding:0 30px;

}

.team_info:hover .team-text-active{
        margin-top:30px;
}


.team_info:hover .team-text-active-title-text{

    font-size: 20px;
    color: #fff;
    line-height:30px;
    padding:0 30px;

}

.team_info:hover .team-text-active-title-content{
        margin-top: 20px;
        color: #fff;
        font-size:18px;
}


.team-text-active-title{
    font-size: 20px;
    color: #FF7500;
    padding: 0 30px;
    line-height: 30px;
}
.team-line{
        height: 1px;
        text-align: center;
        width: 20px;
        background: #000;
        margin: 10px auto 0;
}
.team-text-active-content{
        margin-top: 25px;
        color: #FF7500;
        line-height: 20px;
        padding: 0 20px;
}
.team_show1,.team_show2,.team_show3,.team_show4,.team_show5,.team_show6{
    display:block;
}
.team_hid1,.team_hid2,.team_hid3,.team_hid4,.team_hid5,.team_hid6{
    display:none;
}
.team_01:hover .team_show1, .team_02:hover .team_show2,.team_03:hover .team_show3,.team_04:hover .team_show4,.team_05:hover .team_show5,.team_06:hover .team_show6{

    display:none;
}
.team_01:hover .team_hid1,.team_02:hover .team_hid2,.team_03:hover .team_hid3,.team_04:hover .team_hid4,.team_05:hover .team_hid5,.team_06:hover .team_hid6{
    display:block;

    height:240px;
}

.news_img_04 img,.news_img_05 img{

}
.news_img_04,.news_img_05{
    overflow:hidden;
}

@media screen and (max-width: 500px) {
    .news_img_04 img,.news_img_05 img{
        max-width: 414px!important;
        width: 414px!important;
    }
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,body,div,p,a,button,span,section,footer,nav,ul,li{
    font-family:"Microsoft YaHei"!important;
}
.baBox1 img, .baBox2 img, .baRight img{
    min-height:100%;
}


@media screen and (max-width: 500px) {

    body{

    }
    .swiper-slide1,.swiper-slide2{
        background-size:100%!important;
    }
}



@media (min-width: 768px) {



    .contactus-zh{
            padding-bottom: 30px;
            margin-top: 72px;
            font-size: 33px;
        }
        .contactus-line{
            width:156px;
            border-top:1px solid #000;
            margin:0 auto;
        }
        .contactus-eng{
            margin-top: 17px;
            font-size: 17px;
        }
        .contactus-img1{
            display:inline-block;
            height:26px;
            margin-right:20px;
        }
        .contactus-img1 img{
            height:26px;
            width:26px;
        }




}

@media (max-width: 768px) {
    .footer-left{
            line-height: 28px;
    }
    .footer-right{
            line-height:24px;
    }
    .footer-right-eng{
        font-size:12px;
    }
}




@media screen and (max-width: 500px) {
     .contactus-zh{
            padding-bottom: 10px;
            margin-top: 36px;
            font-size: 14px;
        }
        .contactus-line{
            width:56px;
            border-top:1px solid #000;
            margin:0 auto;
        }
        .contactus-eng{
            margin-top: 8px;
            font-size: 12px;
        }
        .contactus-img1{
            display:inline-block;
            height:20px;
            margin-right:20px;
        }
        .contactus-img1 img{
            height:20px;
            width:20px;
        }
        .contactus-text{
            font-size: 14px!important;
            line-height:30px!important;
            padding-top:20px!important;
            padding-bottom:20px!important;

        }
        .contactus-weixin{
            padding:0!important;
        }
        .news-details-text{
            font-size:14px;
            line-height:28px;
        }
        .news-details-title{
            font-size:16px!important;
            line-height:24px!important;
        }
        .about-text-man{
            padding:10px!important;
        }
        .join-app{
            height:190px!important;
            padding:5px!important;
        }
        .join-app-img{
            height:160px!important;
        }
        .join-app-text1{
            margin-top: 4px!important;
            font-size: 18px!important;
            font-weight: bold;
        }
        .join-app-text2{
            font-size:20px!important;
        }
        .join-app-text3{
            font-size:12px!important;
            line-height:16px!important;
            color:#333;
            margin-top:4px!important;
            margin-bottom:3px!important;
        }
        .join-app-text4{
            width:44px!important;
            border-top:1px solid #000;
            margin-top:10px!important;
        }
        .join-app-seconde-mobile{
            padding-left:0px!important;
        }

        .join-app-button1{
            margin-bottom:10px!important;
        }

        .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
            padding-left:0!important;
            padding-right:0!important;
        }
        .contactus-img-mobile{
            margin-top: 16px!important;
        }
        .xiansheng1{
            font-size:16px!important;
        }
        .xiansheng2{
            font-size:12px!important;
        }
        .xiansheng11{
            margin-top:15px!important;
        }
        .xiansheng22{
            margin-top:10px!important;
        }
        .join-app-text1 img{
            width:100px!important;
        }
        .join-app-text2 img{
            width:100px!important;
        }
        .new-margin-detail{
            margin-bottom:20px!important;
        }
         .new-margin-detail2{
                    margin-bottom:20px!important;
                    margin-top:20px!important;

                }
        .khealthapp-margin{
            margin-top:10px!important;
            margin-bottom:10px!important;
        }
        .about-man-img img{
            width:100px;
        }

}
.khealthapp-margin{
    margin-top:80px;
    margin-bottom:80px;
}




.about-man-img{
    margin-bottom:20px;
}

.join-app{
    height:500px;
    padding:10px;
}
.join-app-img{
    height:480px;
}
.join-app-text1{
    margin-top: 30px;
    font-size: 35px;
    font-weight: bold;
}
.join-app-text2{
    font-size:40px;
}
.join-app-text3{
    font-size:20px;
    line-height:34px;
    color:#333;
    margin-top:30px;
    margin-bottom:30px;
}
.join-app-text4{
    width:82px;
    border-top:1px solid #000;
    margin-top:10px;
}
.ba1Center{
    padding:1px 30px 30px 30px;
}
.new-margin-detail{
    margin-bottom:100px;
}
.new-margin-detail2{
    margin-bottom:30px;
        margin-top:30px;

}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
    padding-right:0!important;
    padding-left:0!important;

}

@media (min-width: 768px) {
    .join-app-seconde-mobile{
        padding-left:40px!important;
    }
}
@media (min-width: 768px) {
    .about-parent{
        padding:72px 10%;

    }
   .about-main-content{
        max-width:1000px;
        margin:0 auto;

   }
   .about-main-title1{
        font-size:34px;
        text-align:center;
   }
   .about-main-line{
        width:160px;
        border:1px solid #000;
        margin:32px auto 14px;
   }

   .about-main-title2{
        font-size:20px;
        text-align:center;
   }
   .about-main-text{
        font-size:14px;
        line-height:28px;
        color:#333;
        text-indent:2em;
        margin-top:20px;
   }

}
@media screen and (max-width: 768px) {
     .about-parent{
            padding:22px 20px;

        }
       .about-main-content{
            max-width:1000px;
            margin:0 auto;

       }
       .about-main-title1{
            font-size:20px;
            text-align:center;
       }
       .about-main-line{
            width:85px;
            border-top:1px solid #000;
            margin:12px auto 8px;
       }

       .about-main-title2{
            font-size:15px;
            text-align:center;
       }
       .about-main-text{
            font-size:14px;
            line-height:28px;
            color:#333;
            text-indent:2em;
            margin-top:10px;
       }
	   .mask {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 11px !important;
            background-color: rgba(000,000,000,0.5);
        }
}

/* 手机图片更换适配*/
@media screen and (min-width: 500px) {
    .footer{
        display:block;
    }
    .weixin_hidden{
        display:block;
    }
    .join-app-pc{
        display:block;
    }
    .join-app-mobile{
        display:none;
    }
    .swiper-slide1{
        background-image:url(../images/index/banner_index01.png);
    }
    .swiper-slide2{
        background-image:url(../images/index/index_banner02.png);
    }
    .dh_mobile_img{
        display:none;
    }
    .dh_pc_img{
        display:block;
    }
    .download_app_btn{
        width:150px;
        height:55px;
        border:2px solid #FF7500;
        background:#fff;
        font-size:18px;
        color:#FF7500;
        border-radius:28px;
        display:block;
        line-height:55px;
        text-align:center;
    }
    .download_app_btn:hover{
        background:#FF7500;
        color:#fff;
    }


}
@media screen and (max-width: 500px) {
    .footer{
        display:none;
    }
    .weixin_hidden{
        display:none;
    }
    .join-app-pc{
        display:none;
    }
    .join-app-mobile{
        display:block;
    }
    .swiper-slide1{
        background-image:url(../images/mobile/banner_index01a.png);
    }
    .swiper-slide2{
        background-image:url(../images/mobile/banner_index02a.png);
    }
    .dh_mobile_img{
        display:block;
    }
    .dh_pc_img{
        display:none;
    }
    .index_ourteam_img{
        width:35%!important;
    }
    .index_healthnews_img{
        width:61%!important;
    }
    .all_contact_img{
        width:35%!important;
    }
    .about_contact_img{
        width:35%!important;
    }
     .download_app_btn{
            margin:10px auto;
            width:110px;
            height:40px;
            border:2px solid #FF7500;
            background:#fff;
            font-size:14px;
            color:#FF7500;
            border-radius:28px;
            display:block;
            line-height:38px;
            text-align:center;
        }
        .download_app_btn:hover{
            background:#FF7500;
            color:#fff;
        }
        .contact_address{
            max-width:200px;
        }

}
@media screen and (max-width: 330px) {
    .join-app-img{
        height:140px!important;
    }
    .contact_address{
        max-width:170px;
    }
    .contact_company{
        max-width:170px;
    }
}


.web_ui_box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.web_ui_item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
}

.web_ui_box.center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/*首页_step3=============================================start*/

@media (max-width: 767px) {
    .advantage-box img {
        width: 50px;
    }

    .advantage-box .web_ui_item > div:last-child div:last-child {
        display: none;
    }
}

@media (min-width: 768px) {
    .advantage-box img {
        width: 70px;
    }

    .advantage-box img:hover {
        animation: rotateImg 3s linear 0s infinite;
    }

    @keyframes rotateImg {
        0% {
        }

        30% {
            transform: rotate(360deg);
        }
    }

    @-webkit-keyframes rotateImg {
        0% {
        }

        30% {
            transform: rotate(360deg);
        }
    }
}

.advantage-box .web_ui_item > div:last-child {
    padding-top: 10px;
}

@media screen and (max-width: 1365px){
    .advantage-box {
        padding: 40px 5%;
    }
}

@media (min-width: 1366px) and (max-width: 1899px) {
    .advantage-box {
        padding: 70px 18%;
    }
    .advantage-box .web_ui_item div:nth-child(2) div:nth-child(1){
        font-size:18px;
        font-weight:600;
    }
}

@media (min-width: 1900px){
    .advantage-box {
        padding: 40px 27%;
    }
}

.advantage-box .web_ui_item {
    text-align: center;
}


/*.advantage-box .web_ui_item > div {
    display: inline-block;
}*/

.advantage-box .web_ui_item > div:last-child {
    vertical-align: middle;
}



@media (max-width: 320px) {
    .iBanner, .iBanner .swiper-container, .iBanner .swiper-wrapper {
        height: 213px !important;
    }

    .advantage-box .web_ui_item > div:last-child {
        font-size: 12px;
    }
}

@media screen and (max-width: 375px) {
    .advantage-box .web_ui_item > div:last-child {
        font-size: 12px;
    }
}

@media screen and (min-width: 380px) and (max-width: 750px) {

    .iBanner, .iBanner .swiper-container, .iBanner .swiper-wrapper {
        height: 249px !important;
    }

    .advantage-box .web_ui_item > div:last-child {
        font-size: 13px;
    }
}

/*首页_step3=============================================END*/




/*首页_step4=============================================start*/
@media screen and (max-width: 767px) {
    .business-type .web_ui_item img {
        display: none;
    }

    .thePartner-box {
        padding: 10px 15px;
    }
    /*
    .logo-box > div > div img {
        -webkit-animation-name: 'enlargeAndNarrow'; 动画属性名，也就是我们前面keyframes定义的动画名
        -webkit-animation-duration: 1s; 动画持续时间
        -webkit-animation-timing-function: ease; 动画频率，和transition-timing-function是一样的
        -webkit-animation-delay: 0s; 动画延迟时间
        -webkit-animation-iteration-count: infinite; 定义循环资料，infinite为无限次
        -webkit-animation-direction: alternate; 定义动画方式
    }*/
}

@media screen and (min-width: 1200px) {
    .thePartner-box {
        padding: 20px 16% !important;
    }
}

@media (min-width: 768px) {
    .thePartner-box {
        padding: 20px 10%;
    }

    .thePartner-box .title > div:first-child {
        font-size: 18px;
        font-weight: 600;
    }

    .business-type .web_ui_item span {
        vertical-align: middle;
        padding-left: 8px;
    }

    .business-type .web_ui_item.active img:first-child {
        display: inline-block;
    }

    .business-type .web_ui_item.active img:nth-child(2) {
        display: none;
    }

    .business-type .web_ui_item:hover {
        color: #ff7500;
    } 
    
    .business-type .web_ui_item:hover img:first-child {
        display: inline-block;
    }

    .business-type .web_ui_item:hover img:nth-child(2) {
        display: none;
    }

    .logo-box > div > div img {
        transition: all 1s;
    }

    .logo-box > div > div:hover img {
        transform: scale(1.4);
    }

    .logo-box > div:last-child > div:hover img {
        transform: none;
    }

    .business-type .web_ui_item {
        font-size: 17px;
    }
}

/*.logo-box > div:last-child > div img:nth-child(2) {
    display: none;
}*/

.thePartner-box {
    text-align: center;
}

/*.logo-box > div:last-child > div:hover img:nth-child(2) {
    display: block;
}

.logo-box > div:last-child > div:hover img:nth-child(1) {
    display: none;
}*/

.business-type {
    margin-top: 35px;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    /*box-shadow: 0px 0px 20px 0px #dfdfdf;*/
    padding: 10px 0px;
}

.business-type .web_ui_item {
    border-right: 1px solid #dfdfdf;
    cursor: pointer;
}

.business-type .web_ui_item:last-child {
    border-right: none;
}
    
.business-type .web_ui_item img {
    width: 20px;
}

.business-type .web_ui_item img:first-child {
    display: none;
}

.business-type .web_ui_item.active > span {
    color: #ff7500;
    font-weight: 600;
}

.logo-box {
    padding: 20px 0;
}

.logo-box > div > div {
    background-color: #f2f6f9;
    border-radius: 5px;
    margin: 15px 0;
    /*padding: 18px 15px;*/
    cursor: pointer;
    overflow: hidden;
}

.logo-box > div:last-child > div {
    overflow: inherit;
}
    
.logo-box > div img {
    width: 100%;
}

/*.logo-box > div:last-child > div img {
    width: 30px;
}

.logo-box > div:last-child > div span {
    vertical-align: middle;
    font-size: 20px;
    padding-left: 10px;
    color: #ff7500;
    font-weight: 600;
}*/

/*@-webkit-keyframes enlargeAndNarrow {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.05);
    }

    50% {
        transform: scale(1.1);
    }

    75% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}*/
/*首页_step4=============================================END*/


/*首页_step5=============================================START*/

@media screen and (max-width: 767px) {
    .health-info-box {
        padding: 10px 15px;
    }

    .health-info-box .row > div > div {
        margin: 15px 15px 30px 15px;
    }
}

@media screen and (min-width: 1200px) and (max-wdith: 1400px) {
    .health-info-box {
        padding: 40px 15% 60px 15% !important;
    }
}

@media screen and (min-width: 1401px) {
    .health-info-box {
        padding: 40px 18% 50px 18% !important;
    }
}

@media screen and (min-width: 768px) {
    .health-info-box {
        padding: 20px 10% 60px 10%;
    }

    .health-info-box .row > div > div:hover {
        color: #ff7500;
        /*box-shadow: 0 0 10px 0 #808080;*/
    }

    .health-info-box .row > div > div img {
        transition: all 1s;
        overflow: hidden;
    }

    .health-info-box .row > div > div img:hover {
        transform: scale(1.2);
            
    }
    .footer-box div:nth-child(3) div:nth-child(2){
        display:none;
    }
    .footer-box div:nth-child(3) span:hover {
        border-color: #ff7500;
        background-color: #ff7500;
        color: #fff;
    }

    .health-info-box .row > div > div {
        margin: 15px;
    }
}

.health-info-box  {
    text-align: center;
}

.health-info-box .title > div:first-child {
    font-size: 24px;
    font-weight: 600;
}

.health-info-box .row > div img {
    width: 100%;
    height: 100%;
	min-height: 240px;
}

.health-info-box .row {
    padding-top: 20px;
}

.health-info-box .row > div {
    text-align: left;
}

.health-info-box .row > div > div {
    cursor: pointer;
    overflow: hidden;
    /*box-shadow: 0 0 10px 0 #808080;*/
}

.health-info-box .row > div > div div:nth-child(2) {
    font-size: 19px;
    font-weight: bold;
    padding: 15px 0;
    height: 39px;
    -webkit-line-clamp: 1;
}

.health-info-box .row > div > div div:last-child {
    padding: 10px 0px;
    -webkit-line-clamp: 2;
    height: 52px
}

.health-info-box .row > div > div div {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 240px;
    width: 100%;
}

.health-info-box .row > div > div > div:first-child {
    /*box-shadow: 0 0 60px 0px #808080;*/
}

/*首页_step5=============================================END*/




/*首页_step6=============================================START*/

@media screen and (max-width: 767px) {
    .friendship-link > div:nth-child(3n+3) {
        border-right: none;
    }
}

@media screen and (min-width: 768px) {
    .friendship-link {
        padding: 0 15%;
    }

    .friendship-link > div >a:hover {
        color: #ff7500;
    }
    .footer-box div:nth-child(3) div:nth-child(1) {
        display: none;
    }
}

@media screen and (max-width: 320px) {
    .footer-box > div:nth-child(4) {
        font-size: 12px;
    }

    .friendship-link {
        font-size: 12px;
    }
}

.friendship-link > div:last-child {
    border-right: none;
}

.friendship-link > div {
    margin-top: 15px;
    border-right: 1px solid;
}

.footer-box {
    background-color: #f5f5f5;
    padding: 40px 15px;
    text-align: center;
}

.footer-box .title > div:first-child {
    font-size: 18px;
    font-weight: 600;
}

.footer-box .title div:last-child {
    padding-top: 5px;
}

.footer-box .contacts {
    font-size: 16px;
    font-weight: 600;
    padding-top: 10px;
}

.footer-box > div:nth-child(3) {
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-box > div:nth-child(3) a {
    border: 1px solid #000;
    border-radius: 5px;
    padding: 8px 15px;
    box-shadow: 0 0 10px 0 #808080;
    cursor: pointer;
    color: #000;
}

.friendship-link {
    margin: 0;
    color: #808080;
}

.friendship-link a {
    color: #808080;
    cursor: pointer;
}

.footer-box > div:last-child {
    padding-top: 15px;
    color: #808080;
    font-size: 12px;
}

/*.friendship-link > div > div*/


/*首页_step6=============================================END*/








/*健康资讯_step2=============================================START*/

@media screen and (max-width: 767px) {
    .banner-box {
        padding-top: 0px;
    }

    .banner-box img:first-child {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .banner-box {
        margin-top:-15px;
    }

    .banner-box img:last-child {
        display: none;
    }
   
}

.banner-box img {
    width: 100%;
}

/*健康资讯_step2=============================================END*/

@media screen and (max-width: 767px) {
    .banner-box1 {
        padding-top: 0px;
    }

        .banner-box1 img:first-child {
            display: none;
        }
}

@media screen and (min-width: 768px) {
    .banner-box1 {
        margin-top:-12px;
    }

        .banner-box1 img:last-child {
            display: none;
        }
}

.banner-box1 img {
    width: 100%;
}


/*健康资讯_step3=============================================START*/

@media screen and (max-width: 767px) {
    .page-list_mobile {
        display: block !important;
    }

    .page-list_mobile span {
        border-radius: 4px;
        border: 1px solid #808080;
        padding: 6px 30px;
    }

    #kkpager {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .page-list_pc {
        /*display: block !important;*/
        display: none !important;
    }

    .page-list_pc > span:first-child {
        margin-right: 30px;
    }

    .page-list_pc > span:last-child {
        margin-left: 20px;
    }

    .page-list_pc > span {
        border: 1px solid #808080;
        border-radius: 5px;
        padding: 5px 10px;
        cursor: pointer;
        margin-right: 10px;
    }

    .page-list_pc > span.active {
        color: #fff;
        background-color: #ff7500;
        border-color: #ff7500;
    }
    #kkpager a:hover {
        color: #fff;
        background-color: #ff7500;
        border-color: #ff7500;
    }
    .page-list_pc > span:hover {
        color: #fff;
        background-color: #ff7500;
        border-color: #ff7500;
    }
}

.paging-box {
    padding: 30px 0;
}

.paging-box > div {
    display: none;
    text-align: center;
}

/*健康资讯_step3=============================================END*/







/*健康资讯详情_step2=============================================START*/

@media screen and (max-width: 767px) {
    .content-box > div:nth-child(2) {
        display: none;
    }

    .content-box {
        padding: 40px 15px;
    }
}

@media screen and (max-width: 991px) {
    .content-box > div:nth-child(2) {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .content-box {
        padding: 40px 10%;
    }
}

.conent-detail {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px 20px 80px 20px;
}

.conent-detail .title > div:first-child {
    font-size: 18px;
    font-weight: 600;
}

.conent-detail .title > div:last-child {
    padding-top: 10px;
    color: #808080;
    border-bottom: 2px solid #ff7500;
    padding-bottom: 8px;
}

.conent-detail .title > div:last-child img {
    border: 1px solid #ff7500;
    border-radius: 50%;
    background-color: #ff7500;
    width: 25px;
}

.conent-detail .title > div:last-child > span {
    vertical-align: middle;
    font-size: 12px;
}

.conent-detail .title > div:last-child > span:last-child {
    padding-left: 24px;
}

.content-box > div:nth-child(2) {
    padding-left: 15px !important;
}

.content-box .more-info > div {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
}

.content-box .more-info > div:first-child {
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top:0;
    cursor: pointer;
}

.content-box .more-info > div:first-child:hover {
    color: #ff7500;
    font-weight: 600;
}

.content-box .more-info > div:first-child:before {
    content: '';
    border-left: 2px solid #ff7500;
    padding-left: 5px;
    vertical-align: middle;
}

.content-box .more-info > div {
    margin-top: 5px;
}

.content-box .more-info .contacts-item img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #ff7500;
    padding: 10px;
}

.content-box .more-info > div {
    padding: 15px;
}

.content-box .more-info > div > div:nth-child(2) {
    padding-top: 8px;
    font-weight: 600;
    font-size: 16px;
}

.content-box .more-info > div > div:nth-child(3) {
    padding-top: 15px;
}

.content-box .more-info:nth-child(2) {
    margin-top: 25px;
}

.content-box .more-info .info-item {
    cursor: pointer;
}

.content-box .more-info .info-item:hover {
    color: #ff7500;
}

.content-box .more-info .info-item img {
    width: 100%;
    transition: all 1s;
    overflow: hidden;
}

.content-box .more-info .info-item > div {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
    
.content-box .more-info .info-item > div:nth-child(2) {
    -webkit-line-clamp: 1;
}

.content-box .more-info .info-item > div:nth-child(3) {
    -webkit-line-clamp: 2;
}

.content-box .more-info .info-item img:hover {
    transform: scale(1.2);
}

.conent-detail > div:nth-child(2) {
    padding-top: 25px;
    color: #808080;
    line-height: 1.5;
}

.conent-detail > div:nth-child(2) > div img {
    width: 100%;
    max-width: 100%;
    height: auto !important;
}

.conent-detail > div:nth-child(2) > div:last-child {
    padding-top: 25px;
}

/*健康资讯详情_step2=============================================END*/







/*健康资讯详情_step3=============================================START*/

@media screen and (max-width: 767px) {
    .recommend-news {
        padding: 0px 15px;
    }

    .recommend-list .row > div > div {
        margin: 15px 15px 30px 15px;
    }
}

@media screen and (min-width: 768px) {
    .recommend-news {
        padding: 40px 10% 80px;
    }

    .recommend-list .row > div > div {
        margin: 15px;
    }
}

.recommend-news > div {
    background-color: #fff;
    border-radius: 5px;
}

.recommend-news > div:first-child {
    padding: 5px 15px 5px 10px;
    font-weight: 600;
    font-size: 16px;
}

.recommend-news > div:first-child:before {
    content: '';
    border-left: 2px solid #ff7500;
    padding-left: 5px;
    vertical-align: middle;
}

.recommend-news > div:nth-child(2) {
    margin-top: 10px;
}

.recommend-list .row > div > div img {
    width: 100%;
}

.recommend-list {
    padding: 15px 0;
}

.recommend-list .row > div > div {
    cursor: pointer;
    overflow: hidden;
}

.recommend-list .row > div > div div:nth-child(2) {
    font-size: 19px;
    font-weight: 600;
    padding-top: 15px;
    -webkit-line-clamp: 1;
    height: 39px;
}

.recommend-list .row > div > div div:last-child {
    padding-top: 10px;
    -webkit-line-clamp: 2;
    color: #808080;
    height: 52px;
}

.recommend-list .row > div > div div {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.recommend-list .row > div > div > div:first-child {
    height: 240px;
    width: 100%;
}
    
.recommend-list .row > div > div:hover {
    color: #ff7500;
}

.recommend-list .row > div > div img {
    transition: all 1.2s;
    overflow: hidden;
}

.recommend-list .row > div > div img:hover {
    transform: scale(1.2);
}


/*健康资讯详情_step3=============================================END*/






/*合伙人计划_step3=============================================START*/

@media screen and (max-width: 767px) {
    .project-demand {
        padding: 20px 15px;
    }

    .project-demand > div:nth-child(2) > div > div {
        padding: 15px 15px 15px 0;
        border: 1px solid #efefef;
        border-radius: 5px;
        position: relative;
        margin: 15px 0;
    }

    .project-demand > div:nth-child(2) > div > div > div img {
        width: 40px;
    }

    .project-demand > div:nth-child(2) > div > div > div > div {
        font-weight: 600;
    }

    .project-demand .title {
        padding: 20px 0;
    }

    /*.project-demand .title > div:last-child {
        font-size: 12px;
    }*/

    /*.project-demand > div:nth-child(2) {
        display: none;
    }*/

    .project-demand > div:nth-child(2) > div > div {
        display: table;
    }

    .project-demand > div:nth-child(2) > div > div > div {
        display: table-cell;
    }

    .project-demand > div:nth-child(2) > div > div > div:first-child {
        width: 90px;
        vertical-align: middle;
        border-right: 2px solid #ff7500;
        text-align: center;
    }

    .project-demand > div:nth-child(2) > div > div > div:last-child {
        padding-left: 15px;
        color: #3e3e3e;
        letter-spacing: 2px;
        vertical-align: middle;
    }

    .project-demand > div:nth-child(2) > div > div > div:first-child > div {
        padding-top: 5px;
    }
}

@media screen and (min-width: 768px) {
    .project-demand {
        padding: 40px 10%;
    }

    .project-demand > div:nth-child(2) > div > div {
        padding: 20px;
        border: 1px solid #efefef;
        border-radius: 5px;
        position: relative;
        margin: 15px;
    }

    .project-demand > div:nth-child(2) > div > div {
        margin-right: 30px !important;
        min-height: 300px;
    }

    .project-demand > div:nth-child(2) > div:last-child > div:nth-child(1) {
        margin-right: 15px !important;
    }

    .project-demand > div:nth-child(2) > div > div:hover {
        box-shadow: 0 0 10px #dfdfdf;
    }

    .project-demand > div:nth-child(2) > div > div > div img {
        width: 50px;
    }

    .project-demand > div:nth-child(2) > div > div > div:first-child {
        padding-bottom: 15px;
        border-bottom: 2px solid #ff7500;
        margin: 0 20px;
        text-align: center;
    }

    .project-demand > div:nth-child(2) > div > div > div > div {
        padding-top: 10px;
        font-weight: 600;
    }

    .project-demand > div:nth-child(2) > div > div > div:nth-child(2) {
        padding-top: 10px;
        text-align: center;
        letter-spacing: 3px;
    }

    .project-demand .title {
        padding: 40px 0;
    }

    /*.project-demand .web_ui_box {
        display: none;
    }*/
}

@media screen and (min-width: 1360px) and (max-width: 1920px) {
    .project-demand {
        padding: 40px 20%;
    }
}

.project-demand .title {
    text-align: center;
}

.project-demand .title > div:first-child {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 3px;
}

.project-demand .title > div:last-child {
    padding-top: 10px;
}


/*合伙人计划_step3=============================================END*/







/*合伙人计划_step4=============================================START*/

@media screen and (max-width: 767px) {
    .coverage-range {
        padding: 20px 15px;
    }

    .coverage-range .title > div:nth-child(3), .coverage-range .title > div:nth-child(4) {
        display: none;
    }

    .coverage-range .title > div:nth-child(5) {
        padding-top: 30px;
        font-weight: 600;
        font-size: 13px;
    }

    .coverage-range > div:nth-child(2) {
        padding: 20px 0;
    }

    .supply-system > div:nth-child(4) {
        margin: 20px 0 20px 15px;
        padding-left: 15px;
        padding-top: 20px;
        border-left: 2px solid #dfdfdf;
    }

    .supply-system > div:nth-child(4) > div {
        position: relative;
        padding: 10px 0 30px 0;
    }

    .supply-system > div:nth-child(4) > div:last-child {
        padding-bottom: 0 !important;
    }

    .supply-system > div:nth-child(4) > div > div:first-child {
        font-size: 18px;
        font-weight: 600;
        padding-top: 5px;
    }

    .supply-system > div:nth-child(4) > div > div:first-child:before {
        content: '';
        position: absolute;
        width: 50px;
        border: 2px solid #ff7500;
        top: 2px;
    }

    .supply-system > div:nth-child(4) > div > div:last-child {
        padding-top: 10px;
    }
        
    .supply-system > div:nth-child(4) > div:before {
        content: '';
        position: absolute;
        width: 8px;
        height: 8px;
        border: 1px solid #ff7500;
        border-radius: 50%;
        left: -20px;
        top: 0px;
        background-color: #fff;
        z-index: 1;
    }

    .supply-system > div:nth-child(4) > div:after {
        content: '';
        position: absolute;
        width: 16px;
        height: 16px;
        border: 1px solid #ff7500;
        border-radius: 50%;
        left: -24px;
        top: -4px;
        background-color: #fff;
    }

}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .coverage-range {
        padding: 40px 10%;
    }

    .coverage-range .title > div:nth-child(5) {
        display: none;
    }

    .coverage-range > div:nth-child(2) {
        padding: 50px 15% 0;
    }
}

@media screen and (min-width: 1201px) {
    .coverage-range {
        padding: 40px 15%;
    }

    .coverage-range .title > div:nth-child(5) {
        display: none;
    }

    .coverage-range > div:nth-child(2) {
        padding: 50px 15%;
    }
}

.coverage-range {
    text-align: center;
}

.coverage-range .title > div:first-child {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 3px;
}

.coverage-range .title > div:nth-child(2) {
    padding-top: 5px;
}

.coverage-range .title > div:nth-child(3) {
    padding-top: 40px;
    font-weight: 600;
}

.coverage-range .title > div:nth-child(4) {
    font-weight: 600;
}

.coverage-range > div:nth-child(2) img {
    width: 100%;
}

/*合伙人计划_step4=============================================END*/




/*合伙人计划_step5=============================================START*/

@media screen and (max-width: 767px) {
    .supply-system {
        padding: 20px 15px;
    }

    .supply-system > div:nth-child(2), .supply-system > div:nth-child(3) {
        display: none;
    }
}

.supply-system .title {
    text-align: center;
}

.supply-system .title > div:first-child {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
}

.supply-system .title > div:last-child {
    padding-top: 5px;
    color: #575757;
}

@media screen and (min-width: 768px) {
    .supply-system > div:nth-child(4) {
        display: none;
    }

    .supply-system {
        padding: 20px 10%;
    }

    .system-item {
        display: table;
        position: relative;
    }

    .supply-system > div:nth-child(2):before {
        content: '';
        border: 1px solid #d9d9d9;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0px;
    }

    .supply-system > div:nth-child(2) {
        padding: 30px 10% 0;
    }

    .supply-system > div:nth-child(2) > div {
        display: table-cell;
        border-left: 2px solid #d9d9d9;
        padding: 0 30px 30px 10px;
        position: relative;
        width: 50%;
    }

    .supply-system > div:nth-child(2) > div:before {
        content: '';
        position: absolute;
        width: 8px;
        height: 8px;
        border: 1px solid #ff7500;
        border-radius: 50%;
        left: -5px;
        bottom: -1px;
        background-color: #fff;
        z-index: 1;
    }

    .supply-system > div:nth-child(2) > div:after {
        content: '';
        position: absolute;
        width: 16px;
        height: 16px;
        border: 1px solid #ff7500;
        border-radius: 50%;
        left: -9px;
        bottom: -5px;
        background-color: #fff;
    }

    .supply-system > div:nth-child(2) > div > div:first-child {
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 3px;
    }

    .supply-system > div:nth-child(2) > div > div:last-child {
        padding-top: 15px;
    }

    .supply-system > div:nth-child(3) {
        padding: 0px 20px 0;
    }

    .supply-system > div:nth-child(3) > div {
        display: table-cell;
        border-left: 2px solid #d9d9d9;
        padding: 15px 30px 0 10px;
        position: relative;
        width: 33%;
        vertical-align: bottom;
    }

    .supply-system > div:nth-child(3) > div > div:first-child {
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 3px;
    }

    .supply-system > div:nth-child(3) > div > div:last-child {
        padding-top: 10px;
    }

    .supply-system > div:nth-child(3) > div:before {
        content: '';
        position: absolute;
        width: 8px;
        height: 8px;
        border: 1px solid #ff7500;
        border-radius: 50%;
        left: -5px;
        top: -5px;
        background-color: #fff;
        z-index: 1;
    }

    .supply-system > div:nth-child(3) > div:after {
        content: '';
        position: absolute;
        width: 16px;
        height: 16px;
        border: 1px solid #ff7500;
        border-radius: 50%;
        left: -9px;
        top: -9px;
        background-color: #fff;
    }
}


/*合伙人计划_step5=============================================END*/






/*合伙人计划_step6=============================================START*/

@media screen and (max-width: 767px) {
    .join-advantage {
        padding: 20px 15px;
    }

    .join-advantage > div:nth-child(2) > div img, .join-advantage > div:nth-child(3) > div img {
        width: 60px;
    }

    .join-advantage > div:nth-child(2) > div div, .join-advantage > div:nth-child(3) > div div {
        font-size: 12px;
    }

    .join-advantage > div:nth-child(2) {
        padding: 20px 0;
    }
}

@media screen and (min-width: 768px) {
    .join-advantage {
        padding: 70px 10%;
    }

    .join-advantage > div:nth-child(2) > div img, .join-advantage > div:nth-child(3) > div img {
        width: 80px;
    }

    .join-advantage > div:nth-child(2) > div div, .join-advantage > div:nth-child(3) > div div {
        font-size: 18px;
    }

    .join-advantage > div:nth-child(2) {
        padding: 40px 20%;
    }
}
.join-advantage .title {
    text-align: center;
}

.join-advantage .title > div:first-child {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 3px;
}

.join-advantage .title > div:last-child {
    padding-top: 10px;
}

/*.join-advantage > div:nth-child(2) {
    padding-top: 30px;
}*/

.join-advantage > div:nth-child(2) {
    display: table;
    text-align: center;
    width: 100%;
}

.join-advantage > div:nth-child(3) {
    display: table;
    text-align: center;
    width: 100%;
}

.join-advantage > div:nth-child(2) > div {
    display: table-cell;
    width: 50%;
}

.join-advantage > div:nth-child(3) > div {
    display: table-cell;
    width: 33%;
}

.join-advantage > div:nth-child(2) > div div, .join-advantage > div:nth-child(3) > div div {
    padding-top: 10px;
}

@media screen and (min-width: 1200px) {
    .join-advantage > div:nth-child(2) {
        padding: 40px 25%;
        display: table;
        text-align: center;
        width: 100%;
    }

    .join-advantage > div:nth-child(3) {
        padding: 0 15%;
        display: table;
        text-align: center;
        width: 100%;
    }
}


/*合伙人计划_step6=============================================END*/







/*关于我们_step3=============================================START*/

@media screen and (max-width: 767px) {
    .aboutUs-box .row > div:nth-child(2) {
        display: none;
    }

    .aboutUs-box {
        padding: 40px 15px 0 15px;
    }
}

@media screen and (min-width: 768px) {
    .aboutUs-box {
        padding: 60px 10%;
    }
}

@media screen and (min-width: 1350px) {

    .aboutUs-box {
        padding: 60px 15%;
    }
}

@media screen and (min-width: 1360px) and (max-width: 1920px) {
    .project-demand {
        padding: 40px 20%;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .aboutUs-box .row > div:nth-child(2) {
        display: none;
    }
}

.aboutUs-box .title {
    text-align: center;
}
    
.aboutUs-box .title > div:first-child {
    font-size: 20px;
    font-weight: 600;
}

.aboutUs-box .title > div:last-child {
    padding-top: 10px;
}

.aboutUs-box .row > div {
    margin-top: 15px;
    position: relative;
}

.aboutUs-box .row > div > div {
    margin: 15px 15px 0 15px;
}

.aboutUs-box .row > div:first-child > div {
    letter-spacing: 3px;
    line-height: 1.5;
}

.aboutUs-box .row > div:nth-child(2):before {
    content: '';
    position: absolute;
    top: 15px;
    bottom: 0px;
    border: 1px solid #DCDCDC;
}

/*关于我们_step3=============================================END*/






/*关于我们_step4=============================================START*/

@media screen and (min-width: 320px) and (max-width: 767px) {
    .culture-box .row > div > div > div:nth-child(4) {
        font-size: 12px
    }

    .culture-box {
        margin-top:30px;
        padding: 10px 15px;
    }

    .culture-box .row > div > div > div img {
        width: 70px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1349px) {
    .culture-box {
        padding: 60px 10%;
    }

    .culture-box .row > div > div > div img {
        width: 100px;
    }
}

@media screen and (min-width: 1350px) {
    .culture-box .row > div > div > div img {
        width: 100px;
    }

    .culture-box {
        padding: 60px 15%;
    }
}

@media screen and (max-width: 320px) {
    .culture-box .row > div > div {
        padding: 25px 0px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .culture-box .row > div > div {
        padding: 25px 0px !important;
    }
}

.culture-box {
    text-align: center;
}

.culture-box .title > div:first-child {
    font-size: 20px;
    font-weight: 600;
}

.culture-box .title > div:last-child {
    padding-top: 10px;
}

.culture-box .row > div > div {
    margin: 15px;
}

.culture-box .row > div > div > div:nth-child(2) {
    padding-top: 15px;
    font-size: 17px;
}

.culture-box .row > div > div > div:nth-child(3) {
    color: #808080;
}

.culture-box .row > div > div {
    border: 2px solid #efefef;
    border-radius: 5px;
    padding: 25px 0px;
}

.culture-box .row > div > div > div:nth-child(4) {
    padding-top:30px;
}

.culture-box .row > div > div > div:last-child:before {
    content: '';
    position: absolute;
    border: 2px solid #ff7500;
    left: 40%;
    right: 40%;
    bottom: 70px;
}

.culture-box .row {
    padding-top: 30px;
}

.culture-box .row > div > div:hover {
    box-shadow: 0 0 10px 0 #d9d9d9;
}

/*关于我们_step4=============================================END*/

.navbar > div #navbar {
    box-shadow: 0px 1px 5px 0px #dfdfdf;
    z-index: 10000;
}

.container .navbar-header {
    box-shadow: 0 0 6px 0 #808080;
}

@media screen and (min-width: 768px) {
    .navbar {
        box-shadow: 0 0 6px 0 #808080;
    }
}



/*智能售药机_step3=============================================START*/

@media screen and (max-width: 767px) {
    .device-info_pc {
        display: none;
    }

    .device-info_mobile {
        padding: 30px 0;
    }

    .device-info_mobile .row > div > div {
        margin: 15px;
        border-radius: 20px 20px 10px 10px;
        background-color: #f6f6f6;
        /*padding: 0 15px 15px 15px;*/
        padding-bottom: 15px;
    }

    /*.device-info_mobile .row > div > div:nth-child(1n+1) {
        margin: 15px 7.5px 0px 15px;
    }

    .device-info_mobile .row > div > div:nth-child(2n+2) {
        margin: 15px 15px 0px 7.5px !important;
    }*/

    .device-info_mobile .row > div > div > div {
        text-align: center;
    }

    .device-info_mobile .row > div > div > div img {
        width: 80px;
        background-color: #fff;
        border-radius: 10px;
        padding: 0 5px 5px 5px;
        margin-top: -5px;
    }

    .device-info_mobile .row > div > div > div:nth-child(2) {
        padding-top: 10px;
        font-size: 18px;
        font-weight: 600;
    }

    .device-info_mobile .row > div > div > div:nth-child(3) {
        padding-top: 25px;
        font-size: 12px;
        position: relative;
    }

    .device-info_mobile .row > div > div > div:nth-child(3):before {
        content: '';
        position: absolute;
        top: 15px;
        border-top: 3px solid #ff7500;
        left: 30%;
        right: 30%;
    }
}

@media screen and (min-width: 768px) {
    .device-info_mobile {
        display: none;
    }
    
    .device-info_pc {
        padding: 60px 15%;
        display: table;
        width: 100%;
    }

    .device-info_pc > div:nth-child(1), .device-info_pc > div:nth-child(2), .device-info_pc > div:nth-child(3) {
        display: table-cell;
        vertical-align: middle;
        width: 33.3%;
    }

    .device-info_pc > div:nth-child(1) > div, .device-info_pc > div:nth-child(3) > div {
        height: 33.3%;
        padding: 30px 10px;
        width: 100%;
        display: table;
    }

    .device-info_pc > div:nth-child(1) > div > div:first-child {
        padding-right: 10px;
    }

    .device-info_pc > div:nth-child(1) > div > div {
        display: table-cell;
        text-align: right;
        vertical-align: middle;
        width: 100%;
    }

    .device-info_pc > div:nth-child(1) > div > div img, .device-info_pc > div:nth-child(3) > div > div img {
        width: 70px;
    }

    .device-info_pc > div:nth-child(2) {
        text-align: center;
        width: 20%;
    }

    .device-info_pc > div:nth-child(2) img {
        /*width: 272px;*/
        height: 338px;
        cursor: pointer;
    }

    .device-info_pc > div:nth-child(3) > div > div:last-child {
        padding-left: 10px;
    }

    .device-info_pc > div:nth-child(3) > div > div {
        display: table-cell;
        text-align: left;
        vertical-align: middle;
    }

    .device-info_pc > div:nth-child(3) > div > div:last-child {
        width: 100%;
    }

    .device-info_pc > div:nth-child(1) > div > div div:first-child, .device-info_pc > div:nth-child(3) > div > div div:first-child {
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 3px;
    }

    .device-info_pc > div:nth-child(1) > div > div div:nth-child(2), .device-info_pc > div:nth-child(3) > div > div div:nth-child(2) {
        padding-top: 6px;
    }

    /*.device-info_pc > div:nth-child(1) {
        display: inline-block
    }

    .device-info_pc > div:nth-child(1) > div {
        height: 33.3%;
    }

    .device-info_pc > div:nth-child(1) > div > div {
        display: inline-block;
        text-align: right;
    }

    .device-info_pc > div:nth-child(1) > div > div img {
        width: 70px;
    }

    .device-info_pc > div:nth-child(2) {
        display: inline-block
    }

    .device-info_pc > div:nth-child(3) {
        display: inline-block
    }

    .device-info_pc > div:nth-child(3) > div {
        height: 33.3%;
    }

    .device-info_pc > div:nth-child(3) > div > div {
        display: inline-block;
        text-align: left;
    }

    .device-info_pc > div:nth-child(3) > div > div img {
        width: 70px;
    }*/
}
/*智能售药机_step3=============================================END*/

.video-box {
    padding: 15px 10% 50px 10%;
    display: none;
}

.video-box video {
    width: 100%;
}



/*智能售药机_step4=============================================START*/

@media screen and (min-width: 1200px) {
    .drug-process .drug-step {
        padding: 30px 15% !important;
    }
}

@media screen and (min-width: 768px) {
    .drug-process {
        padding: 15px 10%;
    }

    .drug-process .drug-step {
        padding: 30px 0;
    }

    .drug-process .drug-step > div > div img {
        width: 65px;
    }

    .drug-process .drug-step > div {
        padding: 30px;
    }

    .drug-process .drug-step > div > div:nth-child(2) {
        padding-top: 10px;
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 4px;
    }
}

@media screen and (max-width: 767px) {
    .drug-process {
        padding: 15px;
    }

    .drug-process .drug-step {
        padding: 30px 0 10px;
    }

    .drug-process .drug-step > div > div > img {
        width: 60px;
    }

    .drug-process .drug-step > div > div:nth-child(2) {
        padding-top: 5px;
        font-weight: 600;
        font-size: 22px;
    }

    .drug-process .drug-step > div > div:nth-child(3) {
        display: none;
    }
}

.drug-process .title {
    text-align: center;
}

.drug-process .title > div:first-child {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 3px;
}

.drug-process .title > div:last-child {
    padding-top: 5px
}

.drug-process .drug-step {
    text-align: center;
    display: table;
    width: 100%;
}

.drug-process .drug-step > div {
    display: table-cell;
}

/*智能售药机_step4=============================================END*/




        @media screen and (min-width: 1200px) {
            .dh_pc_img .block-80 {
                width: 60% !important;
            }
        }


        .title > div:first-child {
            font-size: 24px !important;
            font-weight: 600 !important;
            letter-spacing: 3px !important;
        }
       

        #kkpager {
            padding-top: 42px !important;
        }

        .infoTextAndGoPageBtnWrap {
            display: none;
        }

        #kkpager > div:first-child {
            display: inline-block;
        }

        #kkpager span.disabled, #kkpager span.curr, #kkpager a {
            padding: 5px 10px 5px 10px !important;
        }

        #kkpager span.curr {
            background: #ff7500 !important;
            color: #fff !important;
            border: 1px solid #ff7500 !important;
        }


        .flip-container {
            perspective: 1000;
        }
            /* flip the pane when hovered */
            .flip-container:hover .flipper, .flip-container.hover .flipper {
                transform: rotateY(180deg);
            }


        /* flip speed goes here */
        .flipper {
            transition: 0.6s;
            transform-style: preserve-3d;
            position: relative;
        }

        /* hide back of pane during swap */
        .front, .back {
            backface-visibility: hidden;
            position: absolute;
            top: 0;
            left: 0;
        }

        /* front pane, placed above back */
        .front {
            z-index: 2;
        }

        /* back, initially hidden pane */
        .back {
            transform: rotateY(180deg);
            box-shadow: 0 0 5px 0 #808080;
        }

        .btn-home {
            height: 57px;
            width: 100%;
            margin-top: -6px;
            margin-bottom: -5px;
            vertical-align: middle;
            padding: 3px 60px;
            background-color: #ff7500;
            border-radius: 40px;
            z-index: 1;
        }

        .link-item {
            font-size: 12px;
            padding: 0 50px;
            display: inline-block;
        }

        .hover-back {
            position: absolute;
            right: 15px;
            bottom: 35px;
            box-shadow: 0 0 10px 0 #808080;
            display: none;
            z-index: 100;
        }

            .hover-back > img {
                height: 100%;
            }

        .logo-box {
            position: relative;
        }

        .banner-video {
            position: relative;
        }

            .banner-video > img {
                width: 100%;
            }

        .video-desc {
            position: absolute;
            color: #fff;
            left: 50%;
            top: 50%;
            text-align: center;
        }


        .mask {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            background-color: rgba(000,000,000,0.5);
        }

        @media screen and (max-width: 767px) {
            .video-desc img {
                width: 44px;
                padding-top: 10px;
            }

            .video-desc {
                margin-left: -118px;
                margin-top: -50px;
            }

                .video-desc > div:nth-child(2) {
                    padding-top: 5px;
                }
            .company-des1, .company-des2 {
                display: none;
            }
        }

        @media screen and (min-width: 768px) {
            .video-desc img {
                width: 100px;
                padding-top: 25px;
                cursor: pointer;
            }

            .video-desc {
                margin-left: -150px;
                margin-top: -80px;
            }
            .company-des1 {
                margin-top: 20px;
            }
                .video-desc > div:nth-child(1) {
                    font-size: 28px;
                }

                .video-desc > div:nth-child(2) {
                    font-size: 20px;
                    padding-top: 15px;
                }
        }

        /*.banner-video video {
    position: absolute;
    object-fit: fill;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: none;
    z-index: 1;
}*/

        .video-box-info {
            /*padding: 0 20%;*/
            text-align: center;
            animation-name: showVideo;
            animation-duration: 1.5s;
            animation-fill-mode: both;
        }

        @keyframes showVideo {
            from {
                opacity: 0;
                transform: translate3d(-100%, 0, 0);
            }

            to {
                opacity: 1;
                transform: none;
            }
        }

        @media screen and (max-width: 767px) {

            .video-box-info {
                padding: 15px;
            }
            /*
    .logo-box > div > div img {
        -webkit-animation-name: 'enlargeAndNarrow'; 动画属性名，也就是我们前面keyframes定义的动画名
        -webkit-animation-duration: 1s; 动画持续时间
        -webkit-animation-timing-function: ease; 动画频率，和transition-timing-function是一样的
        -webkit-animation-delay: 0s; 动画延迟时间
        -webkit-animation-iteration-count: infinite; 定义循环资料，infinite为无限次
        -webkit-animation-direction: alternate; 定义动画方式
    }*/
        }

        @media screen and (min-width: 1200px) {
            .video-box-info {
                padding: 0px 16% 0px !important;
            }
        }

        @media screen and (min-width: 768px) and (max-width: 1199px) {
            .video-box-info {
                padding: 0px 10% 0;
            }
        }

        .video-box-info video {
            width: 100%;
            display: none;
        }

        .navbar-inverse .navbar-nav > li:nth-child(3) > a:hover:before {
            content: '';
            position: absolute;
            left: -15px;
            right: -15px;
            bottom: 0;
            top: 0;
            background-color: rgba(255, 117, 0, 0.2);
            border-radius: 40px;
            z-index: -1;
            animation-duration: 1s;
            animation-fill-mode: both;
            animation-name: fadeIn;
        }

        .navbar-inverse .navbar-nav > li:nth-child(3) > a:hover:after {
            content: '';
            position: absolute;
            left: -40px;
            right: -40px;
            bottom: 0;
            top: 0;
            background-color: rgba(255, 117, 0, 0.1);
            border-radius: 40px;
            z-index: -1;
            animation-duration: 2s;
            animation-fill-mode: both;
            animation-name: fadeIn;
        }


        @keyframes fadeIn {
            from {
                opacity: 0;
            }

            to {
                opacity: 1;
                transform: none;
            }
        }

        .nav-select {
            margin-top: 57px;
            margin: 0 auto;
            width: 400px;
        }

/*页面1的样式*/

/*页面1通用样式*/
.product1 .title {
    text-align: center;
}

    .product1 .title > div:first-child {
        font-size: 24px;
        font-weight: 600;
        letter-spacing: 3px;
    }

    .product1.title > div:last-child {
        padding-top: 5px;
        

    }
.product1-bg1 {
    background: url("../images/introduction/085.png");
    background-size: 100%;
    background-repeat: no-repeat !important;
}
.product1-bg2 {
    background: url("../images/introduction/086.png");
    background-size: 100%;
    background-repeat: no-repeat !important;
}
.product1-bg3 {
    background: url("../images/introduction/087.png");
    background-size: 100%;
    background-repeat: no-repeat !important;
}
.product1-bg4 {
    background: url("../images/introduction/088.png");
    background-size: 100%;
    background-repeat: no-repeat !important;
}
.product1-bg5 {
    background: url("../images/introduction/089.png");
    background-size: 100%;
    background-repeat: no-repeat !important;
}
.product1-bg6 {
    background: url("../images/introduction/090.png");
    background-size: 100%;
    background-repeat: no-repeat !important;
}
.product1-bg7 {
    background-repeat: no-repeat !important;
}
.product1-bg8 {
    background-repeat: no-repeat !important;
}
.product1-bg9 {
    background-repeat: no-repeat !important;
}
.software1 .title {
    text-align: center;
}

    .software1 .title > div:first-child {
        font-size: 24px;
        font-weight: 600;
        letter-spacing: 3px;
    }

    .software1.title > div:last-child {
        padding-top: 5px
    }
.software1 {
    
    width: 100%;
    background: url("../images/introduction/b19.png");
    background-size: 100%;
}


.patent1 .title {
    text-align: center;
}

    .patent1 .title > div:first-child {
        font-size: 24px;
        font-weight: 600;
        letter-spacing: 3px;
    }

    .patent1.title > div:last-child {
        padding-top: 5px
    }

.health1 .title {
    text-align: center;
}

    .health1 .title > div:first-child {
        font-size: 24px;
        font-weight: 600;
        letter-spacing: 3px;
    }

    .health1.title > div:last-child {
        padding-top: 5px
    }
.scenes1 .title {
    text-align: center;
}

    .scenes1 .title > div:first-child {
        font-size: 24px;
        font-weight: 600;
        letter-spacing: 3px;
    }

    .scenes1.title > div:last-child {
        padding-top: 5px
    }

.software1-phone .title {
    text-align: center;
}

    .software1-phone .title > div:first-child {
        font-size: 24px;
        font-weight: 600;
        letter-spacing: 3px;
    }

    .software1-phone.title > div:last-child {
        padding-top: 5px
    }
.scenes1-phone .title {
    text-align: center;
}

.scenes1-phone .title > div:first-child {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 3px;
}

.scenes1-phone.title > div:last-child {
    padding-top: 5px
}
.health1 {
    text-align: center;
}

    .health1 .title > div:first-child {
        font-size: 24px;
        font-weight: 600;
    }

    .health1 .row > div img {
        width: 100%;
        height: 100%;
    }

    .health1 .row {
        padding-top: 30px;
    }

        .health1 .row > div {
            text-align: left;
        }

            .health1 .row > div > div {
                cursor: pointer;
                overflow: hidden;
                /*box-shadow: 0 0 10px 0 #808080;*/
            }

                .health1 .row > div > div div:nth-child(2) {
                    font-size: 19px;
                    font-weight: bold;
                    padding: 15px 0;
                    height: 39px;
                    -webkit-line-clamp: 1;
                }

                .health1 .row > div > div div:last-child {
                    padding: 10px 0px;
                    -webkit-line-clamp: 2;
                    height: 52px
                }

                .health1 .row > div > div div {
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    height: 240px;
                    width: 100%;
                }

/*页面分辨率大于768时*/
@media screen and (min-width:768px) {
    .product1{
        margin-top:-200px;
    }
    .product1 .row {
        width: 1134px;
       margin:0 auto;
    }
    .product1 .row>div{
        width:313px;
        margin:32px;
        
    }
    .product1-bg1 {
        width: 313px;
        height: 160px;
    }
    .product1-bg2 {
        width: 313px;
        height: 160px;
    }
    .product1-bg3 {
        width: 313px;
        height: 160px;
    }
    .product1-bg4 {
        width: 313px;
        height: 160px;
    }
    .product1-bg5 {
        width: 313px;
        height: 160px;
    }
    .product1-bg6 {
        width: 313px;
        height: 160px;
    }
    .product1-bg7 {
        width: 313px;
        height: 160px;
    }
    .product1-bg8 {
        width: 313px;
        height: 160px;
    }
    .product1-bg9 {
        width: 313px;
        height: 160px;
    }
    .product1-bg1 > div img {
        height: 60px;
        margin: 15px 0px 14px 15px;
    }
    .product1-bg2 > div img {
        height: 60px;
        margin: 15px 0px 14px 15px;
    }
    .product1-bg3 > div img {
        height: 60px;
        margin: 15px 0px 14px 15px;
    }
    .product1-bg4 > div img {
        height: 60px;
        margin: 15px 0px 14px 15px;
    }
    .product1-bg5 > div img {
        height: 60px;
        margin: 15px 0px 14px 15px;
    }
    .product1-bg6 > div img {
        height: 60px;
        margin: 15px 0px 14px 15px;
    }
    .product1-bg7 > div img {
        height: 60px;
        margin: 15px 0px 14px 15px;
    }
    .product1-bg8 > div img {
        height: 60px;
        margin: 15px 0px 14px 15px;
    }
    .product1-bg9 > div img {
        height: 60px;
        margin: 15px 0px 14px 15px;
    }
    .product1 .row > div > div div:last-child {
        color: white;
        padding: 6px 6px 6px 20px;
        font-size: 18px;
        letter-spacing: 2px;
    }
    
    .software1 {
        margin-top: 50px;
        height: 1350px;
        background-position-y: -128px;
    }
    .software1-pic {
        width: 1134px;
        margin:0 auto;
    }
    .software1-pic1{
        width:800px;
        height:584px;
        padding-left:20px;
        
    }
        .software1-pic1 .p1 {
            width: 496px;
            height: 584px;
            float: left;
            display: inline-block;
        }
            .software1-pic1 .p1 img {
                width: 496px;
                height: 584px;
            }
        .software1-pic1 .d1 {
            width: 250px;
            height: 584px;
            display: inline-block;
            float: left;
            padding-top:270px;
            padding-left:20px;
        }
   
    .software1-pic1 div:last-child div:nth-child(1) {
        color: #FE7600;
        font-size: 12px;
    }
    .software1-pic1 div:last-child div:nth-child(2) {
        font-weight: 600;
        font-size: 24px;
        letter-spacing: 3px;
    }
     .software1-pic1 div:last-child div:nth-child(3) {

            margin: 15px 0px 0px 0px;
       }
        .software1-pic1 div:last-child div:nth-child(4) {
            margin: 5px 0px 0px 0px;
        }
        .software1-pic1 div:last-child div:nth-child(5) {
            margin:5px 0px 0px 0px;
        }
    .software1-pic2 {
        height: 320px;
       
    }
        .software1-pic2 .p2 {
            margin-top:-160px;
            width: 403px;
            height: 487px;
            display: inline-block;
            float: right;
        }
            .software1-pic2 .p2 img {
                width: 403px;
                height: 487px;
            }
        .software1-pic2 .d2 {
            display: inline-block;
            
            float: right;
            text-align: right;
        }

  .software1-pic2 .d2 div:nth-child(1){
      color:#FE7600;
      font-size:12px;
      padding: 30px 0px 0px 0px;
  }
    .software1-pic2 .d2 div:nth-child(2) {
        font-weight: 600;
        font-size: 24px;
        letter-spacing: 3px;
        margin-bottom:10px;
    }
    .software1-pic2 .d2 div:nth-child(3){
        margin:13px 0px 0px 0px;
    }
        .software1-pic2 .d2 div:nth-child(4) {
            margin: 5px 0px 0px 0px;
        }
        .software1-pic2 .d2 div:nth-child(5) {
            margin: 5px 0px 0px 0px;
        }
    .software1-pic3{
       
       width:750px
    }
    
 .software1-pic3 .p3{
     
     width:350px;
     display:inline;
     float:left;
     
     
 }
    .software1-pic3 .p3 img {
        width: 425px;
       
        
    }
 .software1-pic3 .d3{
     display:inline;
     float:left; 
     margin-left:90px;
 }
        .software1-pic3 .d3 div:nth-child(1){
            
            color: #FE7600;
            font-size: 12px;
        }
    .software1-pic3 .d3 div:nth-child(2) {
        font-weight: 600;
        font-size: 24px;
        letter-spacing: 3px;
        margin-bottom:10px;
    }
    .software1-pic3 .d3 div:nth-child(3){
        margin:5px 0px 0px 0px;
    }
    .software1-pic3 .d3 div:nth-child(4) {
        margin: 5px 0px 0px 0px;
    }
    .software1-pic3 .d3 div:nth-child(5) {
        margin: 5px 0px 0px 0px;
    }
    .patent1{
        margin-top:40px;
    }
    .patent1-pic {
        background: url("../images/introduction/b15.png");
        background-size: cover;
         padding-bottom:70px;
    }
    .patent3-pic {
        padding-bottom: 70px;
    }
        .patent1-pic div, .patent3-pic div {
            width: 1200px;
            margin: 0 auto;
        }
        .patent1-pic img, .patent3-pic img {
            width: 1140px;
        }
    .patent1 .patent1-pic-phone, .patent1 .patent3-pic-phone {
        display: none;
    }
    .health1 {
        margin: 20px;
    }
.scenes1{
    margin:-80px 0px 0px 0px;
}
    .scenes1 .swiper-container{
        width:1150px;
        
    }
    .swiper-container > div > div img {
        width:1150px;
        height:600px;
    }
    .software1-phone{
        display:none;
    }
    .scenes1-phone{
        display:none;
    }
   .health-info-box {
        padding: 20px 10% 60px 10%;
    }

    .health-info-box .row > div > div:hover {
        color: #ff7500;
        /*box-shadow: 0 0 10px 0 #808080;*/
    }

    .health-info-box .row > div > div img {
        transition: all 1s;
        overflow: hidden;
    }

    .health-info-box .row > div > div img:hover {
        transform: scale(1.2);
            
    }

    .footer-box div:nth-child(3) span:hover {
        border-color: #ff7500;
        background-color: #ff7500;
        color: #fff;
    }

    .health-info-box .row > div > div {
        margin: 15px;
    }

}
/*页面分辨率小于768时*/
@media screen and (max-width:768px) {


    .product1 {
        margin-top: 30px;
        padding:10px 0 0 0;
    }

        .product1 .row {
            padding: 10px;
        }

            .product1 .row > div {
                width: 165px;
                margin: 5px;
            }

    .product1-bg1 {
        margin: 5px;
        width: 165px;
        height: 84px;
    }

    .product1-bg2 {
        margin: 5px;
        width: 165px;
        height: 84px;
    }

    .product1-bg3 {
        margin: 5px;
        width: 165px;
        height: 84px;
    }

    .product1-bg4 {
        margin: 5px;
        width: 165px;
        height: 84px;
    }

    .product1-bg5 {
        margin: 5px;
        width: 165px;
        height: 84px;
    }

    .product1-bg6 {
        margin: 5px;
        width: 165px;
        height: 84px;
    }
    .product1-bg7 {
        margin: 5px;
        width: 165px;
        height: 84px;
    }
    .product1-bg8 {
        margin: 5px;
        width: 165px;
        height: 84px;
    }
    .product1-bg9 {
        margin: 5px;
        width: 165px;
        height: 84px;
    }

    .product1-bg1 div > img {
        margin: 6px 6px 0 6px;
        height: 36px;
    }

    .product1-bg1 div:nth-child(2) {
        margin-left: 10px;
        color: white;
        font-size: 12px;
    }

    .product1-bg2 div > img {
        margin: 6px 6px 0 6px;
        height: 36px;
    }

    .product1-bg2 div:nth-child(2) {
        margin-left: 10px;
        color: white;
        font-size: 12px;
    }

    .product1-bg3 div > img {
        margin: 6px 6px 0 6px;
        height: 36px;
    }

    .product1-bg3 div:nth-child(2) {
        margin-left: 10px;
        color: white;
        font-size: 12px;
    }

    .product1-bg4 div > img {
        margin: 6px 6px 0 6px;
        height: 36px;
    }

    .product1-bg4 div:nth-child(2) {
        margin-left: 10px;
        color: white;
        font-size: 12px;
    }

    .product1-bg5 div > img {
        margin: 6px 6px 0 6px;
        height: 36px;
    }

    .product1-bg5 div:nth-child(2) {
        margin-left: 10px;
        color: white;
        font-size: 12px;
    }

    .product1-bg6 div > img {
        margin: 6px 6px 0 6px;
        height: 36px;
    }

    .product1-bg6 div:nth-child(2) {
        margin-left: 10px;
        color: white;
        font-size: 12px;
    }
    .product1-bg7 div > img {
        margin: 6px 6px 0 6px;
        height: 36px;
    }

    .product1-bg7 div:nth-child(2) {
        margin-left: 10px;
        color: white;
        font-size: 12px;
    }
    .product1-bg8 div > img {
        margin: 6px 6px 0 6px;
        height: 36px;
    }

    .product1-bg8 div:nth-child(2) {
        margin-left: 10px;
        color: white;
        font-size: 12px;
    }
    .product1-bg9 div > img {
        margin: 6px 6px 0 6px;
        height: 36px;
    }

    .product1-bg9 div:nth-child(2) {
        margin-left: 10px;
        color: white;
        font-size: 12px;
    }

    .software1 {
        display: none;
    }

    .swiper-container {
        width: 350px;
        height: 200px;
    }

        .swiper-container img {
            border-radius: 25px;
            width: 350px;
            height: 200px;
        }
    .patent1{
      
    }
        .patent1 .patent1-pic, .patent1 .patent3-pic {
            display: none;
        }

    .patent1-pic-phone {
        padding:25px;
    }

        .patent1-pic-phone .row > div {
            padding: 5px;
        }

            .patent1-pic-phone .row > div img {
                width: 160px;
            }
    .software1-phone {
        margin-top:30px;
    }
    .software1-phone-pics {
        padding: 5px;
    }

    .software1-phone-pic1 {
        padding: 5px;
        height: 330px;
    }

        .software1-phone-pic1 .p1 {
            background: url("../images/introduction/b25.png");
            background-size: 100%;
            height: 330px;
            width: 300px;
        }

        .software1-phone-pic1 div:nth-child(2) {
            color: #FE7600;
            font-size: 12px;
            margin-left: 220px;
            margin-top: -250px;
        }

        .software1-phone-pic1 div:nth-child(3) {
            font-weight: 600;
            font-size: 18px;
            letter-spacing: 3px;
            margin-left: 220px;
        }

        .software1-phone-pic1 div:nth-child(4) {
            margin-left: 220px;
            margin-top: 50px;
            height: 100px;
            width: 120px;
            line-height: 20px;
        }

        .software1-phone-pic1 div:nth-child(5) {
            margin-top: 20px;
            margin-left: 220px;
        }

            .software1-phone-pic1 div:nth-child(5) img {
                width: 140px;
            }

    .software1-phone-pic2 {
        margin-top: 50px;
        padding: 5px;
        height: 350px;
    }

        .software1-phone-pic2 .d1 {
            width: 170px;
            display: inline;
            float: left;
        }

            .software1-phone-pic2 .d1 div:nth-child(2) {
                color: #FE7600;
                font-size: 12px;
                margin: 5px;
            }

            .software1-phone-pic2 .d1 div:nth-child(3) {
                margin: 5px;
                font-weight: 600;
                font-size: 18px;
                letter-spacing: 3px;
            }

            .software1-phone-pic2 .d1 div:nth-child(4) {
                margin-left: 5px;
                width: 140px;
                margin-top: 20px;
                line-height: 20px;
            }

            .software1-phone-pic2 .d1 .p1 img {
                width: 50px;
            }

            .software1-phone-pic2 .d1 .p2 {
                margin-top: 68px;
            }

                .software1-phone-pic2 .d1 .p2 img {
                    width: 150px;
                }

        .software1-phone-pic2 .d2 {
            float: left;
            width: 170px;
            display: inline;
        }

            .software1-phone-pic2 .d2 img {
                width: 185px;
            }

    .software1-phone-pic3 {
        margin: 10px;
    }

        .software1-phone-pic3 div:nth-child(1) {
            font-size: 12px;
            color: #FE7600
        }

        .software1-phone-pic3 div:nth-child(2) {
            font-weight: 600;
            font-size: 18px;
            letter-spacing: 3px;
        }

        .software1-phone-pic3 div:nth-child(3) img {
            width: 365px;
            height: 200px;
        }

    .scenes1 {
        display: none;
    }

    .scenes1-phone {
        margin:30px 0px 0px 0px;
}
    .scenes1-phone-pics{
        margin:30px 0px 0px 0px;
    }
    .scenes1-phone-pic1 {
        margin-top: -150px;
        background: url(../images/introduction/b30.png);
        background-size: 100%;
        height: 260px;
    }

        .scenes1-phone-pic1 > div {
            margin-top: 160px;
            display: inline;
            float: left;
            text-align: center;
            width: 50%;
        }


        .scenes1-phone-pic1 .p1 div:nth-child(1) {
            font-size: 32px;
            font-weight: 600;
        }

        .scenes1-phone-pic1 .p2 div:nth-child(1) {
            font-size: 32px;
            font-weight: 600;
            
        }   
}



/*页面0的样式*/
 /*产品功能*/
.product_function {
    background-size: 100% 100%;
    padding-top: 150px;
    height: 729px;
    width:75%;
    margin: -320px auto 0;
    background-image: url('../images/introduction/b41.png');
    position:relative;
}
    .product_function .title {
        text-align: center;
    }

        .product_function .title > div:first-child {
            font-size: 30px !important;
            font-weight: 600 !important;
            letter-spacing: 3px !important;
            margin-bottom:10px;
        }
        .product_function .title #viceTitle {
            font-size: 16px;
            font-weight: 400;
        }
    .product_function #productFoot1 {
        float:left;
        height:45px;
        width:435px;
        background-image: url('../images/introduction/b50.png');
    }
    .product_function #productFoot2 {
        float: right;
        height: 45px;
        width: 435px;
        background-image: url('../images/introduction/b51.png');
    }
    .product_function .row {
        margin: 60px auto;
        width: 1138px;
        padding: 0 0 0 120px;
    }
    .product_function .productContent {
       padding-left:30px;
       padding-right:65px;
    }
            .product_function .row > div {
                height: 200px;
            }
            .product_function .row #profuctIcon1 {
                display:inline-block;
                width: 54px;
                height: 60px;
                background-image: url(../images/introduction/b43.png);
            }
        .product_function .row #profuctIcon2 {
            display: inline-block;
            width: 54px;
            height: 60px;
            background-image: url(../images/introduction/b45.png);
        }
        .product_function .row #profuctIcon3 {
            display: inline-block;
            width: 54px;
            height: 60px;
            background-image: url(../images/introduction/b46.png);
        }
        .product_function .row #profuctIcon4 {
            display: inline-block;
            width: 54px;
            height: 60px;
            background-image: url(../images/introduction/b47.png);
        }
        .product_function .row #profuctIcon5 {
            display: inline-block;
            width: 54px;
            height: 60px;
            background-image: url(../images/introduction/b48.png);
        }
        .product_function .row #profuctIcon6 {
            display: inline-block;
            width: 54px;
            height: 60px;
            background-image: url(../images/introduction/b49.png);
        }
        .product_function .row #profuctNum1 {
            padding-left:4px;
            display: inline-block;
            width: 87px;
            height: 85px;
            background-image: url('../images/introduction/01.png');
        }
        .product_function .row #profuctNum2 {
            padding-left:4px;
            display: inline-block;
            width: 87px;
            height: 85px;
            background-image: url('../images/introduction/02.png');
        }
        .product_function .row #profuctNum3 {
            padding-left:4px;
            display: inline-block;
            width: 87px;
            height: 85px;
            background-image: url('../images/introduction/03.png');
        }
        .product_function .row #profuctNum4 {
            padding-left:4px;
            display: inline-block;
            width: 87px;
            height: 85px;
            background-image: url('../images/introduction/04.png');
        }
        .product_function .row #profuctNum5 {
            padding-left:4px;
            display: inline-block;
            width: 87px;
            height: 85px;
            background-image: url('../images/introduction/05.png');
        }
        .product_function .row #profuctNum6 {
            padding-left:4px;
            display: inline-block;
            width: 87px;
            height: 85px;
            background-image: url('../images/introduction/06.png');
        }
        .product_function .row .productName {
            font-size: 17px;
            font-weight: 600;
            margin-top: 55px;
        }
        .product_function .row #productLine {
            margin-top:30px;
            width: 215px;
            height: 25px;
            max-width:100%;
            background-image: url('../images/introduction/b44.png');
        }
            /*.product_function .row > div > div > div:nth-child(1) {
                font-size: 16px;
                font-weight: 600;
                padding-left: 95px;
                padding-top: 55px;
                letter-spacing: 2px;
                color: white;
            }

            .product_function .row > div > div > div:nth-child(2) {
                font-size: 14px;
                padding-left: 20px;
                margin-top: 25px;
                letter-spacing: 3px;
            }

            .product_function .row > div > div > div:nth-child(3) {
                font-size: 14px;
                padding-left: 20px;
                letter-spacing: 3px;
            }*/
 /*场景展示*/
.scenesShow-pc {
    margin: 50px 0px 0px 0px;
    background: url("../images/introduction/zu1615.png");
    background-size: 100% 83%;
    background-repeat:no-repeat;
    padding-bottom: 80px;
    background-position:bottom;
}
    .scenesShow-pc .title {
        margin-bottom: 50px;
    }
    .scenesShow-pc .title {
        text-align: center;
    }

        .scenesShow-pc .title > div:first-child {
            font-size: 24px;
            font-weight: 600;
            letter-spacing: 3px;
        }

        .scenesShow-pc.title > div:last-child {
            padding-top: 5px
        }
    .scenesShow-pc .row {
        width: 1138px;
        margin: 0 auto;
    }
    .scenesShow-pc .row div {
        width: 220px;
    }
        .scenesShow-pc .row .bgImg {
            height: 400px;
            width: 200px;
            text-align: center;
            background-size:100% 100%;
            color:white;
            font-weight:500;
            font-size:20px
        }

    .bg-scenes {
    overflow:hidden;
    }
    #bg1,#bg2,#bg3,#bg4,#bg5 {
        transition: all 1s;
        overflow: hidden;
    }
    #bg1:hover,#bg2:hover,#bg3:hover,#bg4:hover,#bg5:hover {
        background-size:250px 500px;
        background-position:-25px -50px;
    }


            .scenesShow-pc .row .bgImg .pointImg {
                width: 90px;
                height: 150px;
                margin-top:12px;
            }
        .scenesShow-pc .row #bg1 {
            background-image: url('../images/introduction/b34.png');
        }
        .scenesShow-pc .row #bg2 {
            background-image: url('../images/introduction/b35.png');
        }
        .scenesShow-pc .row #bg3 {
            background-image: url('../images/introduction/b36.png');
        }
        .scenesShow-pc .row #bg4 {
            background-image: url('../images/introduction/b37.png');
        }
        .scenesShow-pc .row #bg5 {
            background-image: url('../images/introduction/b38.png');
        }
        .scenesShow-pc .row > div > div > div:nth-child(3) {
            width:200px;
            margin-top:20px
        }
        .scenesShow-pc .row > div > div > div:nth-child(2) {
            width: 200px;
            margin-top: 135px
        }
        .scenesShow-pc .row > div > div > div:last-child:before {
            content: '';
            position: absolute;
            border: 1px solid #ff7500;
            left: 40%;
            right: 40%;
            bottom: 70px;
        }
        
        /*页面2的样式*/
        /*页面分辨率大于768时*/
        @media screen and (min-width:768px) {
            .selecter {
        padding-top:57px;
    }
    .product .row >div>div:last-child{
        font-size:18px;
        color:white;
    }
    .product2 {
        margin-top:-200px;
    }
   .product2 .row {
       margin:0 auto;
       width:1138px;
    }
  .product2 .row>div{
      padding:30px;
      
  }
    .product2-bg1 {
        width: 313px;
        height: 167px;
    }
    .product2-bg2 {
        width: 313px;
        height: 168px;
    }
    .product2-bg3 {
        width: 313px;
        height: 168px;
    }
    .product2-bg4 {
        width: 313px;
        height: 167px;
    }
    .product2-bg5 {
        width: 313px;
        height: 168px;
    }
    .product2-bg6 {
        width: 313px;
        height: 168px;
    }
    .product2 .row > div > div > div:nth-child(1) {
        font-size: 16px;
        font-weight: 600;
        padding-left: 95px;
        padding-top: 55px;
        letter-spacing: 2px;
        color: white;
    }
    .product2 .row > div > div > div:nth-child(2) {
        font-size: 14px;
        padding-left: 20px;
        margin-top: 25px;
        letter-spacing: 3px;
    }
    .product2 .row > div > div > div:nth-child(3) {
        font-size: 14px;
        padding-left: 20px;
        letter-spacing: 3px;
    }
 .software2{
     display:none;
 }
    .software2-pc .title{
        margin-bottom:50px;
       
    }
    .software2-pc {
        margin: 50px 0px 0px 0px;
        background: url("../images/introduction/zu1599.png");
        background-size: 100% 100%;
        padding-bottom:80px;
    }
    .software2-pc .row {
       
        width: 1138px;
        margin: 0 auto;
    }


    .software2-pc .row div{
        width:360px;
    }
  .software2-pc .row >div div:nth-child(2){
      text-align:center;
  }
    .software2-pc .row > div div:nth-child(2) div:nth-child(1) {
        width: 200px;
       
        margin: 0 auto;
    }
        .software2-pc .row > div div:nth-child(2) div:nth-child(1) img {
            width: 232px;
            height: 165px;
        }
        .software2-pc .row > div > div:nth-child(1) {
            width: 2px;
          
        }
        .software2-pc .row > div > div:nth-child(1) img {
            height:340px;
            width:1px;
        }
        .software2-pc .row > div > div:nth-child(2) {
           margin-top:-350px;
        }
        .software2-pc .row > div div:nth-child(2) div:nth-child(2) {
            margin: 30px 0px 0px 0px;
            font-size: 20px;
            font-weight: 600;
            letter-spacing: 3px;
        }
        .software2-pc .row > div div:nth-child(2) div:nth-child(3) {
            margin: 20px 0px 0px 0px;
            letter-spacing: 1px;
        }
        .software2-pc .row > div div:nth-child(2) div:nth-child(4) {
            margin: 5px 0px 0px 0px;
            letter-spacing: 1px;
        }
        .software2-pc .row > div div:nth-child(2) div:nth-child(5) {
            margin: 5px 0px 0px 0px;
            letter-spacing: 1px;
        }
.software2-pc .row div :nth-child(3) >div:nth-child(2){
    width:318px;
}
  .software2-pc .row div:nth-child(3) >div:last-child{
      width:2px;
       height:340px;
      margin-left:345px;
      margin-top:-350px;
  }
  .software2-pc .row div:nth-child(3) div:last-child img{
      margin-top:10px;
      height:340px;
      width:1px;
  }
   
 
 
    .scenes2-phone{
        display:none;
    }
    .scenes2 {
        margin: 90px 0px 0px 0px;
    }
    .rotation-chart {
       
        width: 1138px;
        height: 500px;
        margin: 30px auto;
    }
    .scenes2 .swiper-container {
        display: inline;
        float: left;
        width: 1138px;
        height: 500px;
    }

    .rotation-chart .swiper-container > div > div img {
        width: 1070px;
        height: 500px;
    }
    .scenes2 .rotation-chart .scenes2-description{
        background:url("../images/introduction/102.png");
        height:500px;
        display:inline;
        float:left;
    }
    .scenes2-description div{
      width:200px;
      height:100px;
        background:url("../images/introduction/101.png");
        background-size:cover; 
    }
    .scenes2-description div:first-child{
        margin-left:100px;
        margin-top:100px;
    }
    /*=====================================================*/
    .patent2 {
        margin-top: 80px;
    }
    .patent2-pic {
        background: url("../images/introduction/zu1659.png");
        background-size: cover;
        padding-bottom:90px;

        margin: 0 auto;
    }
   .patent2-pic div{
       width:1140px;
      
       margin:0 auto;
   }
        .patent2-pic img {
            width: 1138px;
            margin-left: -75px
        }
    .patent2 .patent2-pic-phone{
        display:none;
    }
    .health2 {
        margin: 30px;
    }
}


/*页面2分辨率小于768时*/
@media screen and (max-width:767px) {
    
    .structural {
        display: none;
    }
  .product2 .row {
      padding:15px;
      height:300px;
    }
    .product2 .row > div {
    padding:10px;
    }
    .product2-bg1 {
        width: 165px;
        height: 88px;
    }
    .product2-bg2 {
        width: 165px;
        height: 89px;
    }
    .product2-bg3 {
        width: 165px;
        height: 89px;
    }
    .product2-bg4 {
        width: 165px;
        height: 89px;
    }
    .product2-bg5 {
        width: 165px;
        height: 89px;
    }
    .product2-bg6 {
        width: 165px;
       height: 89px;
    }
    
    .product2-bg1 > div:nth-child(1) {
        padding-top:25px;
        padding-left:50px;
        font-size:12px;
        color:white;
    }
    .product2-bg1 > div:nth-child(2) {
        margin-top: 10px;
        padding-left: 10px;
        font-size: 11px;
        
    }
    .product2-bg1 > div:nth-child(3) {
        padding-left: 10px;
        font-size: 11px;
        letter-spacing: 2px;
    }

    .product2-bg2 > div:nth-child(1) {
        padding-top: 25px;
        padding-left: 50px;
        font-size: 12px;
        color: white;
    }
    .product2-bg2 > div:nth-child(2) {
        margin-top: 10px;
        padding-left: 10px;
        font-size: 12px;
        letter-spacing: 2px;
    }
    .product2-bg2 > div:nth-child(3) {
        padding-left: 10px;
        font-size: 11px;
        letter-spacing: 2px;
    }

    .product2-bg3 > div:nth-child(1) {
        padding-top: 25px;
        padding-left: 50px;
        font-size: 12px;
        color: white;
    }
    .product2-bg3 > div:nth-child(2) {
        margin-top: 10px;
        padding-left: 10px;
        font-size: 12px;
        letter-spacing: 2px;
    }
    .product2-bg3 > div:nth-child(3) {
        padding-left: 10px;
        font-size: 11px;
        letter-spacing: 2px;
    }

    .product2-bg4 > div:nth-child(1) {
        padding-top: 25px;
        padding-left: 50px;
        font-size: 12px;
        color: white;
    }
    .product2-bg4 > div:nth-child(2) {
        margin-top: 10px;
        padding-left: 10px;
        font-size: 12px;
        letter-spacing: 2px;
    }
    .product2-bg4 > div:nth-child(3) {
        padding-left: 10px;
        font-size: 11px;
        letter-spacing: 2px;
    }

    .product2-bg5 > div:nth-child(1) {
        padding-top: 25px;
        padding-left: 50px;
        font-size: 12px;
        color: white;
    }
    .product2-bg5 > div:nth-child(2) {
        margin-top: 10px;
        padding-left: 10px;
        font-size: 12px;
        letter-spacing: 2px;
    }
    .product2-bg5 > div:nth-child(3) {
        padding-left: 10px;
        font-size: 11px;
        letter-spacing: 2px;
    }

    .product2-bg6 > div:nth-child(1) {
        padding-top: 25px;
        padding-left: 50px;
        font-size: 12px;
        color: white;
    }
    .product2-bg6 > div:nth-child(2) {
        margin-top: 10px;
        padding-left: 10px;
        font-size: 12px;
        letter-spacing: 2px;
    }
    .product2-bg6 > div:nth-child(3) {
        padding-left: 10px;
        font-size: 11px;
        letter-spacing: 2px;
    }
    .software2-pc{
        display:none;
    }
    .software2{
        margin:30px 0px 0px 0px;
    }
    .software2 .row > div {
        padding: 10px;
    }
    .software2 .row .software2-bg1 {
        width: 300px;
        margin:0 auto;
    }
    .software2-bg1 div{
        height:195px;
       
    }
    .software2-bg1 div:nth-child(1){
     width:20px;
        display:inline;   
    }
    .software2-bg1 div:nth-child(1) img{

        height:200px;
        width:1px;
    }
    .software2-bg1 div:nth-child(2) img{
        width:200px;
    }
    .software2-bg1 div:nth-child(3) img{
        height:200px;
        width:1px;
    }

    .software2-bg1 div:nth-child(2) {
        margin-left:40px;
        display: inline;
        
    }
    .software2-bg1 div:nth-child(3) {
      margin-left:45px;
        display: inline;
    }


    .software2-bg2 div {
        height: 195px;
    }

        .software2-bg2 div:nth-child(1) {
            width: 20px;
            display: inline;
        }

            .software2-bg2 div:nth-child(1) img {
                height: 200px;
                width: 1px;
            }

        .software2-bg2 div:nth-child(2) img {
            width: 200px;
        }

        .software2-bg2 div:nth-child(3) img {
            height: 200px;
            width: 1px;
        }

        .software2-bg2 div:nth-child(2) {
            margin-left: 40px;
            display: inline;
        }

        .software2-bg2 div:nth-child(3) {
            margin-left: 45px;
            display: inline;
        }


    .software2-bg3 div {
        height: 195px;
    }

        .software2-bg3 div:nth-child(1) {
            width: 20px;
            display: inline;
        }

            .software2-bg3 div:nth-child(1) img {
                height: 200px;
                width: 1px;
            }

        .software2-bg3 div:nth-child(2) img {
            width: 200px;
        }

        .software2-bg3 div:nth-child(3) img {
            height: 200px;
            width: 1px;
        }

        .software2-bg3 div:nth-child(2) {
            margin-left: 40px;
            display: inline;
        }

        .software2-bg3 div:nth-child(3) {
            margin-left: 45px;
            display: inline;
        }


    .software2 .row > div div {
        text-align: center;
    }
   
    .software2 .row > div > div:nth-child(2) {
        padding:5px;
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 3px;   
    }
    .software2 .row > div >div:nth-child(3) {
      width:320px;
     margin-left:25px;
    }
    .software2 .row >div{
        margin-top:25px;
    }
    
    .scenes2 {
        display: none;
    }
    　
    .patent2 .patent2-pic{
        display:none;
    }
    .patent2-pic-phone {
        margin: 20px;
    }

        .patent2-pic-phone .row > div {
            padding: 5px;
        }

            .patent2-pic-phone .row > div img {
                width: 160px;
            }
    .rotation-chart {
        padding: 5px;
    }
    .swiper-container {
        border-radius: 25px;
        width: 350px;
        height: 200px;
    }
    .box1 img {
        width: 350px;
        height: 200px;
       
    }
    .box2 img {
        width: 350px;
        height: 200px;
       
    }
    .patent2-pic{
        display:none;
    }
    .scenes2-phone{
        margin:30px 0px 0px 0px;
    }
    .scenes2-phone-pics{
        margin:30px 0px 0px 0px;
    }
    .scenes2-phone-pic1 {
        margin-top: -150px;
        background: url(../images/introduction/b30.png);
        background-size: 100%;
        height: 260px;
    }

        .scenes2-phone-pic1>div {
            margin-top:160px;
            display: inline;
            float: left;
            text-align: center;
            width:50%;
        }

       
        .scenes2-phone-pic1 .p1 div:nth-child(1){
            font-size:32px;
            font-weight:600;
        }
        .scenes2-phone-pic1 .p2 div:nth-child(1) {
            font-size: 32px;
            font-weight: 600;
        }
}

/*页面2通用样式*/
.structural img {
    width: 100%;
}
.product2 .title {
    text-align: center;
}

    .product2 .title > div:first-child {
        font-size: 40px;
        font-weight: 600;
        letter-spacing: 3px;
    }

    .product2.title > div:last-child {
        font-size:20px;
        padding-top: 5px
    }
.product2-bg1 {
    background: url("../images/introduction/b4.png");
    background-size: 100%;
}
.product2-bg2 {
    background: url("../images/introduction/b5.png");
    background-size: 100%;
}
.product2-bg3 {
    background: url("../images/introduction/b6.png");
    background-size: 100%;
}
.product2-bg4 {
    background: url("../images/introduction/b7.png");
    background-size: 100%;
}
.product2-bg5 {
    background: url("../images/introduction/b8.png");
    background-size: 100%;
}
.product2-bg6 {
    background: url("../images/introduction/b9.png");
    background-size: 100%;
}
.software2 .title {
    text-align: center;
}

    .software2 .title > div:first-child {
        font-size: 24px;
        font-weight: 600;
        letter-spacing: 3px;
    }

    .software2.title > div:last-child {
        padding-top: 5px
    }


.software2-pc .title {
    text-align: center;
}

    .software2-pc .title > div:first-child {
        font-size: 24px;
        font-weight: 600;
        letter-spacing: 3px;
    }

    .software2-pc.title > div:last-child {
        padding-top: 5px
    }

.scenes2 .title {
    text-align: center;
}

.scenes2 .title > div:first-child {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 3px;
}

.scenes2.title > div:last-child {
    padding-top: 5px
}
.patent2 .title {
    text-align: center;
}
    .patent2 .title > div:first-child {
        font-size: 24px;
        font-weight: 600;
        letter-spacing: 3px;
    }

    .patent2.title > div:last-child {
        padding-top: 5px
    }
.health2 .title {
    text-align: center;
}

    .health2 .title > div:first-child {
        font-size: 24px;
        font-weight: 600;
        letter-spacing: 3px;
    }

    .health2.title > div:last-child {
        padding-top: 5px
    }
.scenes2-phone .title {
    text-align: center;
}

    .scenes2-phone .title > div:first-child {
        font-size: 24px;
        font-weight: 600;
        letter-spacing: 3px;
    }

    .scenes2-phone.title > div:last-child {
        padding-top: 5px
    }
.health2 {
    text-align: center;
}

    .health2 .title > div:first-child {
        font-size: 24px;
        font-weight: 600;
    }

    .health2 .row > div img {
        width: 100%;
        height: 100%;
    }

    .health2 .row {
        padding-top: 30px;
    }

        .health2 .row > div {
            text-align: left;
        }

            .health2 .row > div > div {
                cursor: pointer;
                overflow: hidden;
                /*box-shadow: 0 0 10px 0 #808080;*/
            }

                .health2 .row > div > div div:nth-child(2) {
                    font-size: 19px;
                    font-weight: bold;
                    padding: 15px 0;
                    height: 39px;
                    -webkit-line-clamp: 1;
                }

                .health2 .row > div > div div:last-child {
                    padding: 10px 0px;
                    -webkit-line-clamp: 2;
                    height: 52px
                }

                .health2 .row > div > div div {
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    height: 240px;
                    width: 100%;
                }

/*页面选择器*/


/*大于768*/
@media screen and (min-width:768px) {
   
    .selecter .row{
        padding-top:20px;
        text-align:center;
        height:50px;
        width:300px;
        margin:0 auto;
    }
    .selecter .row a{
        color:black;
    }
    .selecter{
        display:none;
    }
    .starter-template {
        margin: -15px 0px 0px 0px;
    }
    .navbar-inverse1 {
        margin: 0px 0px 0px 0px;
    }

        .navbar-inverse1 .navbar-toggle:hover,
        .navbar-inverse1 .navbar-toggle:focus {
            background-color: transparent;
        }

        .navbar-inverse1 .navbar-toggle .icon-bar {
            background: #ff7500;
        }
   
    .navbar-inverse1 {
        background-color: #fff;
        border-width: 0;
    }

        .navbar-inverse1 .navbar-nav > li > a {
            position: relative;
            color: #000;
            padding: 0;
            height: 57px;
            /*line-height: 57px;*/
            line-height: 56px;
            margin: 0 40px;
        }

        .navbar-inverse1 .navbar-brand:focus {
            background-color: #FF7500;
        }

        .navbar-inverse1 .navbar-nav > .active > a,
        .navbar-inverse1 .navbar-nav > .active > a:hover,
        .navbar-inverse1 .navbar-nav > .active > a:focus {
            background: none;
            color: #000;
        }

        .navbar-inverse1 .navbar-nav > li > a:hover, .navbar-inverse1 .navbar-nav > li > a:focus {
            color: #000;
        }

        .navbar-inverse1 .navbar-nav > li > a i {
            position: absolute;
            width: 0;
            height: 1px;
            background: #ff7500;
            left: 0;
            bottom: 10px;
            -webkit-transition: all 0.5s ease 0s;
            -moz-transition: all 0.5s ease 0s;
            -ms-transition: all 0.5s ease 0s;
            -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;

        }

        .navbar-inverse1 .navbar-nav > .active > a i {
            width: 100%;
        }

        .navbar-inverse1 .navbar-nav > li > a:hover i,
        .navbar-inverse1 .navbar-nav > li > a:focus i {
            width: 100%;
        }
        .navbar-inverse1 .nav > li > a:hover {
            text-decoration: none;
            background-color: white !important;
        }
        .navbar-inverse1 .nav > li > a:focus {
            text-decoration: none;
            background-color: white !important;
        }
   
}
/*小于768*/
@media screen and (max-width:768px) {
    .selecter {
        margin: 20px 0px 0px 0px;
        height: 40px;
        font-size: 18px;
    }

        .selecter .row li .active {
            color: #ff7500;
            font-weight: 600;
        }
        .selecter .row   a {
            font-weight: 600;
            
        }
        .selecter .row  a:hover {
            color: #ff7500;
        }
 
   
    .selecter {
        text-align: center;
    }
    .selecter .row a{
        color:black;
       
    }
    /*================================*/
    .navbar-inverse1 {
        display:none;
    }

      
  /* */ 
   
}
/*小于768*/
@media screen and (max-width:768px) {
    .tel1{
        display:none;
    }
    .tel2{
        display:inline-block;
    }
    .menu1 {
        display: none !important;
    }
}

/*大于768*/
@media screen and (min-width:768px) {
    .tel1 {
        display: inline;
    }
    .tel2 {
        display: none;
    }

    .dropdown-menu {
        /*display: none !important;*/
        height: 0;
        overflow: hidden;
        transition: height .3s;
        padding:0px;
        border:0px solid #fff;
    }
        .dropdown-menu >li{
            height:33%;
        }
        .dropdown-menu >li a{
            text-align:center;
        }
        .dropdown-li:hover .dropdown-menu {
            /*display: block !important;*/
            height: 120px;
        }
/* ===============*/
   

      
    
    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menuv > .active > a:focus {
        background: none;
        color: #000;
    }

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        color: #000;
    }

    .dropdown-menu > li > a i {
        position: absolute;
        width: 0;
        height: 1px;
        background: #ff7500;
        left: 0;
        bottom: 10px;
        -webkit-transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        -ms-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        transition: all 1s ease 0s;
    }

    .dropdown-menu > .active > a i {
        width: 100%;
        
    }

    .dropdown-menu > li > a:hover i,
    .dropdown-menu > li > a:focus i {
        width: 100%;
        
    }

    .dropdown-menu > li > a:hover {
        text-decoration: none;
        background-color: white !important;
    }

    .dropdown-menu > li > a:focus {
        text-decoration: none;
        background-color: white !important;
    }
    .health-menu {
        height:70px;
        background-color: white;
        transition: 0.3s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        
    }
}

/*新版首页手机端*/
@media screen and (min-width: 768px) {
    .product_function_mobiile {
        display:none;
    }
}
/* 小尺寸 */
@media (max-width: 768px) {
    .product_function,.scenesShow-pc {
        display: none;
    }
    .scenes2-phone {
        display:block;
    }
}

.product_function_mobiile .title {
    text-align: center;
}
.product_function_mobiile .productContent {
    padding:10px;
}
.product_function_mobiile .row #profuctNum1, .product_function_mobiile .row #profuctNum2, .product_function_mobiile .row #profuctNum3, .product_function_mobiile .row #profuctNum4,
.product_function_mobiile .row #profuctNum5, .product_function_mobiile .row #profuctNum6{
    padding-left: 30px;
    display: inline-block;
    background-size: 24px 24px;
    background-repeat: no-repeat;
}

.product_function_mobiile .row #profuctNum1{
    background-image: url(../images/introduction/b43.png);
}
.product_function_mobiile .row #profuctNum2 {
    background-image: url(../images/introduction/b45.png);
}
.product_function_mobiile .row #profuctNum3 {
    background-image: url(../images/introduction/b46.png);
}
.product_function_mobiile .row #profuctNum4 {
    background-image: url(../images/introduction/b47.png);
}
.product_function_mobiile .row #profuctNum5 {
    background-image: url(../images/introduction/b48.png);
}
.product_function_mobiile .row #profuctNum6 {
    background-image: url(../images/introduction/b49.png);
}

.product_function_mobile .row #productLine {
    display:block;
    width: 100%;
    height:10px;
    background-image: url('../images/introduction/b44.png');
}

.product_function_mobiile {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../images/mobile/zu271.png);
}

/*pc场景图片*/
.address_img1, .address_img2, .address_img3, .address_img4, .address_img5 {
    width: 200px !important;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
}
.address_img1 img, .address_img2 img, .address_img3 img, .address_img4 img, .address_img5 img {
        width: 200px;
        height: 400px;
    }
#address_div1:hover .address_img1 img, #address_div2:hover .address_img2 img, #address_div3:hover .address_img3 img, #address_div4:hover .address_img4 img, #address_div5:hover .address_img5 img {
    transform: scale(1.2);
}

.address_img1 img, .address_img2 img, .address_img3 img, .address_img4 img, .address_img5 img {
    transition: all 1s;
    overflow: hidden;
}
.address_content {
    width: 200px;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
}
#address_div1, #address_div2, #address_div3, #address_div4, #address_div5 {
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    #menu-box1, #menu-box {
        position: fixed;
        top: 57px;
        right: 0;
        left: 0;
        z-index: 1;
    }
}