.content {
	min-width: 1200px;
	/*background-color: #F6F6F6;*/
	padding: 60px;
}

 .content {
            min-width: 1200px;
            background-color: #FAFAFA;
        }

        .content-img {
            min-width: 1200px;
            width: 100%;
            height: 360px;
            background: url(/html/themes/simpleboot3/public/style/image/banner.png) no-repeat center;
            background-size: auto;
        }

        .content-box {
            margin: 0 auto;
            width: 1200px;
        }

        .nav_title {
            font-size: 20px;
            color: #707070;
            margin-top: 67px;
        }

        /* Ò³Ãæ±êÌâ */
        .nav_titles {
            width: 100%;
            height: 216px;
            border-bottom: 1px solid #707070;
        }

        .nav_titles_big {
            margin-bottom: 30px;
            font-size: 28px;
            font-weight: bold;
        }

        .nav_activetime {
            font-size: 20px;
            font-weight: 400;
            color: #999;
        }

        .edit {
            box-sizing: border-box;
            padding: 46px 0 0;
            width: 100%;
        }

        .edit-nav {
            margin-bottom: 14px;
            width: 100%;
            height: 136px;
            border-bottom: 1px solid #707070;
        }

        .edit-nav-btn {
            margin: 0 92px;
            color: #333333;
            font-weight: bold;
        }

        .about-content {
            width: 100%;
            min-height: 397px;
        }

        .about_list {
            width: 100%;
        }

        .about_item {
            margin-right: 37px;
            margin-bottom: 25px;
            width: 270px;
            height: 40px;
            text-align: center;
            line-height: 40px;
            border: 1px solid #CACED6;
            font-size: 16px;
            font-weight: 400;
        }

        .about_item:nth-of-type(4n) {
            margin-right: 0;
        }

        .about_head {
            position: relative;
            padding: 50px 15px;
            font-size: 20px;
            font-weight: bold;
        }

        .about_head::after {
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            content: '';
            display: block;
            width: 3px;
            height: 30px;
            background-color: #11A3D2;
        }
        .edit-box{width: 100%;}
        .edit-box img{display: block; max-width: 825px; margin: 0 auto}
		.edit-box p span{text-wrap:none!important}
		
.banner {
	width: 100%;
	height: 400px;
	min-width: 1200px;
	/*background: url(/html/template/default/images/banner.png) no-repeat center;*/
	background-size: 100%;
}
.banner-anli {
	width: 100%;
	height: 400px;
	min-width: 1200px;
	background: url(/html/template/default/images/banner-anli.jpg) no-repeat;
	background-size: 100%;
}
.banner-anli img{
	width: 100%;
}
.content_wrap {
	width: 1200px;
	margin: 0 auto;
	/*background: #F6F6F6;*/
}
.content_wrap .nav_title {
	font-size: 20px;
	color: #707070;
	margin-top: 67px;
}
.content_wrap .nav_title > a {
	color: #707070;
}
.content_wrap > h2 {
	font-size: 30px;
	color: #333333;
	text-align: center;
	/*margin-top: 51px;*/
	margin-bottom: 27px;
}
.content_wrap > p {
	font-size: 16px;
	color: #999999;
	text-align: center;
}
.content_wrap > h4 {
	font-size: 16px;
	color: #333333;
	font-weight: 400;
	text-align: center;
}
.content_wrap > ul {
	/*padding: 92px 0 58px;*/
	padding-top: 92px;
	overflow: hidden;
}
.content_wrap > ul > li {
	float: left;
	width: 200px;
	height: 220px;
	background-color: #FFFFFF;
	margin-bottom: 50px;
	margin-right: 50px;
	text-align: center;
	padding-top: 42px;
	box-sizing: border-box;
	font-size: 20px;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.06);
	border-radius: 26px;
	border: 1px solid #1778F2;
	color: #333333;
}
.content_wrap > ul > li > img {
	width: 88px;
	height: 88px;
	margin-bottom: 32px;
}
.content_wrap > ul > li:nth-child(5n) {
	margin-right: 0;
}
.nav-tabs {
	padding: 56px 0 37px !important;
	border: 0 !important;
}
.nav-tabs .nav-item {
	width: 137px !important;
	height: 40px !important;
	box-sizing: border-box;
	line-height: 40px !important;
	padding: 0 !important;
	margin: 0 !important;
	margin-right: 40px !important;
	margin-bottom: 40px !important;
	border: 0;
}
.nav-tabs .nav-item:last-child {
	margin-right: 0 !important;
}
.nav-tabs .nav-item a {
	padding: 0 !important;
	border-radius: 20px;
	border: 1px solid #1778F2 !important;
	display: block;
	font-size: 20px;
	color: #1778F2;
}
.nav-tabs .nav-item a.active {
	background-color: #1778F2;
	color: #FFFFFF;
}

.tab-pane > ul {
	width: 1200px;
	overflow: hidden;
	margin-bottom: 64px;
}
.tab-pane > ul > li {
	width: 298px;
	background: url(/html/template/default/images/sjbg.png) no-repeat;
	background-size: 100%;
	text-align: center;
	float: left;
}
.tab-pane > ul > li > a {
	display: block;
	color: #707070;
	font-size: 14px;
}
.tab-pane > ul > li > a > div {
	width: 231px;
	height: 497px;
	margin: 32px auto 69px;
	border-radius: 16px;
	overflow: hidden;
}
.tab-pane > ul > li > a img {
	width: 231px;
	/*width: 298px;*/
	height: auto;
	display: block;
}