body{
    font-family: 'Microsoft YaHei', sans-serif;
}
a:hover{
	text-decoration: none;
}
/* 导航条 */

/* 小屏幕折叠按钮 */
#header .navbar-toggle{
    margin-top: 6px;
}
#header .navbar-toggle:hover {
    background-color: #333333;
}
#header .navbar-toggle:hover .icon-bar {
    background-color: #fff;
}
#header .navbar-toggle .icon-bar {
    background-color: #333333;
}
#header .navbar-toggle {
    margin-top: 6px;
    margin-right: 20px;
}
@media (min-width: 641px) {
	.container {
		width: 100%;
	}
}

@media only screen and (min-width: 641px) {
	/*body {*/
	/*	min-width:1120px !important;*/
	/*	overflow: auto;*/
	/*}*/
	#navbar, #sub-navbar{
		margin-right: 50px;
	}
	#navbar .nav>li {
		height: 17px;
	}
	.nav li {
		border-bottom: 0px solid #333333;
	}
	.nav li:hover::before {
		width: 20px;
		top: 20%;
	}
	.nav li.active::before {
		width: 20px;
		top: 20%;
	}
	#page2 .col-md-2 {
		width: 20%;
	}
	#page3 .col-md-2 {
		width: 20%;
	}
	#page4 .col-md-2 {
		width: 20%;
	}
	#p-same-img .col-md-2{
		width: 20%;
	}
	#videoModal .modal-dialog {
		width: 720px;
	}
	.hide-lg {
		display: none;
	}
	.width-790 {
		width: 790px;
	}
	.width-890 {
		width: 890px;
	}
	.normal-modal-dialog {
		width: 790px !important;
	}
	.section1 {
		background-color: #333333;
		background-image: url("/statics/images/web/banner@2x.png");
		background-position: 50%;
		background-size: 100% 100%;
	}
	.section6 {
		background-image: url("/statics/images/web/map@2x.png");
		background-position: 50%;
	}
	.about-text-margin-left {
    	margin-left: 50px;
	}
}
@media only screen and (max-width: 641px) {
	/* 导航条 */
    #navbar,#sub-navbar {
        background: #F3F7F8;
        float: right;
        width: 180px;
    }
    #navbar .navbar-nav {
        margin-right: 10px;
    }
	#navbar .nav>li {
		height: 37px;
		text-align: center;
	}
	#phone {
		margin-left: unset !important;
	}
	.nav li {
		border-bottom: unset;
	}
    #cell-phone {
        font-family: Arial-Black, serif;
        background: unset;
    }
	#navbar .nav>li.active>a, #sub-navbar .nav>li.active>a {
    	background-color: #333333;
    	border-top: none;
	}
	#navbar .navbar-nav>li>a, #sub-navbar .navbar-nav>li>a {
        display: block;
	    font-size: 16px;
	    color: #666;
	    height: 40px;
	    line-height: 20px;
	    border-top: 1px solid #ddd;
	}
	.horizon-div {
		max-width: 40%;
		max-height: 80%;
	}
	.nav5 {
		display: none;
	}
	.btn {
		display: none;
	}
	.hide-sm {
		display: none;
	}
	.p-nav {
		display: none;
	}
	#p-detail-right-div {
		margin-left: 18px;
		margin-right: 18px;
	}
	#p-same-img div{
		min-width: 50%;
	}
	.btn-primary:hover,
	.btn-primary:focus {
		outline: none;
	}
	#page6 img {
		background:url("/statics/images/web/about-us-m.png") left no-repeat;
	}
	#videoModal .modal-dialog {
		width: auto;
	}
	#p-detail-pic {
		margin-top: 10px;
		margin-left: 20%;
	}
	#p-title {
		text-align: center;
	}
	#banner-title {
		padding-top: 10px;
		text-align: center;
	}
	.banner-detail-pic img{
		padding-bottom: 10px;
	}
	#p-detail-right-div {
		padding-top: 10px;
	}
	#back-home {
		display: none;
	}
	#banner-content {
		margin-left: 18px;
		margin-right: 18px;
	}
	.section1 {
		background-image: url("/statics/images/web/m-banner.png");
		background-size: contain;
	}
	.section6 {
		background-image: url("/statics/images/web/m-about.png");
		background-size: contain;
	}
	.about-text-margin-left {
    	margin-left: 18px;
	}
	.p-content {
	   max-width: 350px;
	}
	.p-content img{
	   max-width: 350px;
	}
	.text-desc {
		width: 130px !important;
	}
	.page4-img {
		width: 100% !important;
		height: 100% !important;
	}
}