@charset "utf-8";
body {
	overflow-x: hidden;
	position: relative;
	line-height: normal;
	font-family: 'Roboto-Regular';
	-webkit-font-smoothing: antialiased;
	width: 100%
}

html {
	font-size: 16px
}

button,
input {
	outline: none
}

* {
	padding: 0;
	margin: 0
}

form {
	margin: 0
}

img {
	max-width: 100%
}

ul,
ol {
	list-style-type: none;
	list-style-image: none
}

a {
	color: #333;
	text-decoration: none;
	outline: none
}

a:hover {
	color: #437091
}

img {
	border: 0;
	vertical-align: middle
}

table {
	border-spacing: 0;
	border-collapse: collapse
}

div {
	zoom: 1
}

.rt {
	float: right
}

.lf {
	float: left
}

@font-face {
	font-family: "iconfont";
	src: url('../font/iconfont.eot');
	src: url('../font/iconfont.eot') format('embedded-opentype'), url('../font/iconfont.woff') format('woff'), url('../font/iconfont.ttf') format('truetype'), url('../font/iconfont.svg') format('svg')
}

.iconfont {
 
}

.round {
	display: inline-block;
	border-radius: 50%
}

.link-color:hover {
	color: #437091
}

.sep-transition {
	transition: All .8s ease;
	-webkit-transition: All .8s ease;
	-moz-transition: All .8s ease;
	-o-transition: All .8s ease
}

.text-center {
	text-align: center
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-bold {
	font-family: 'Roboto-Bold'
}

.text-black {
	font-family: 'Roboto-Black'
}

.text-uppercase {
	text-transform: uppercase
}

.flex {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex
}

.flex-item {
	flex: 1
}

.flex-center {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	align-items: center;
	justify-content: center
}

.flex-v-center {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	align-items: center
}

.flex-wrap {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap
}

.text-hover:hover {
	color: #437091 !important
}

.overflow {
	overflow: hidden
}

.block {
	display: block
}

.width100 {
	width: 100% !important
}

.relative {
	position: relative
}

.absolute {
	position: absolute
}

.sep-scale {
	transition: All .8s ease;
	-webkit-transition: All .8s ease;
	-moz-transition: All .8s ease;
	-o-transition: All .8s ease
}

.sep-scale:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1)
}

.sep-scale-wrap:hover .sep-scale-mask {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1)
}

.sep-scale-wrap:hover .mask {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1)
}

.sep-scale-wrap:hover .scale-hover-hide {
	opacity: 0
}

.sep-scale-mask {
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0)
}

.scale-hide {
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0)
}

.color-white {
	color: #fff
}

.color-website {
	color: #437091
}

.vertical-center {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.horizontal-center {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%)
}

.translate-center {
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	position: absolute
}

.full-screen {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.6)
}

.margin-auto {
	display: table;
	margin: 0 auto
}

@font-face {
	font-family: 'Roboto-Regular';
	src: url("../font/Roboto-Regular.ttf");
	font-style: normal;
	font-weight: normal
}

@font-face {
	font-family: 'Roboto-Bold';
	src: url("../font/Roboto-Bold.ttf");
	font-style: normal;
	font-weight: normal
}

@font-face {
	font-family: 'Roboto-Black';
	src: url("../font/Roboto-Black.ttf");
	font-style: normal;
	font-weight: normal
}


.multi-language .website-link {
	margin-right: 20px;
	position: relative;
	padding: 5px 0;
	top: 1px;
	font-size: 14px
}

.multi-language .box {
	display: inline-block;
	position: relative;
	padding: 10px 0;
	font-size: 16px
}

.multi-language .box i {
	font-size: 14px;
	position: relative;
	top: 1px
}

.multi-language .box a {
	font-size: 14px;
	display: inline-block;
	margin: 0 5px
}

.multi-language .box ul {
    top: 80%;
	position: absolute;
	display: none;
	right: 0;
	width: 120px;
	background: #f3f3f3;
	z-index: 10200;
	box-shadow: 0 0 3px #666
}

.multi-language .box ul li {
	padding: 13px 17px;
	background: url(../img/multi-language.png) no-repeat bottom left 10px
}

.multi-language .box ul li a {
	display: block;
	text-transform: uppercase
}

.multi-language .box ul li a img {
	margin-right: 16px
}

.multi-language .box ul li:hover {
	background: #e8e8e8
}

.multi-language .box ul li:hover a {
	color: #437091
}

.multi-language .box .fa {
	top: 1px;
	transition: All .2s ease-in-out;
	-webkit-transition: All .2s ease-in-out;
	-moz-transition: All .2s ease-in-out;
	-o-transition: All .2s ease-in-out
}

.multi-language .box:hover>i,
.multi-language .box:hover>a {
	color: #437091
}

.multi-language .box:hover .fa-angle-down {
	top: 1px;
	left: 4px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg)
}

.multi-language .box:hover ul {
	display: block
}



.sep-container {
	width: 1200px;
	margin: auto;
	max-width: 100%
}

body {
	padding-top: 158px
}

.sep-header {
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 100000000
}

.sep-header.active {
	box-shadow: 0 0 12px rgba(100, 100, 100, 0.2)
}

.sep-header.active .logo {
	float: left;
	margin-top: 7px
}

.sep-header.active .sep-mainnav>.sep-container>ul>li {
	padding: 18px 27px
}

.sep-header .logo {
	float: left;
	margin-top: 32px
}

.sep-header .logo span {
	color: #4d4d4d;
	font-size: 18px;
	position: relative;
	top: 8px;
	padding-left: 20px
}

.sep-header .top {
	background: #437091
}

.sep-header .top .sep-container {
	align-items: center;
	height: 51px
}

.sep-header .top .info {
	position: relative
}

.sep-header .top .info a {
	color: #fff;
	font-size: 16px;
	display: inline-block;
	margin-right: 20px;
	height: 30px;
	overflow: hidden
}

.sep-header .top .info a span {
	 
	width: 0;
	height: 0;
	 
 
	position: relative;
	top: 2px
}

.sep-header .top .info a:hover span {
	visibility: unset;
	height: 18px
}

.sep-header .top .info a i {
	color: #437091;
	position: relative;
	width: 30px;
	height: 30px;
	display: inline-block;
	border-radius: 50%;
	background: #f2f2f2;
	text-align: center;
	line-height: 30px;
	margin-right: 10px
}

.sep-header form {
	z-index: 1000;
	border-radius: 24px;
	position: relative;
	margin-left: auto
}

.sep-header form input {
	display: inline-block;
	width: 265px;
	float: left;
	background: #fff;
	border-radius: 24px;
	border: 1px solid #dcdcdc;
	padding-left: 20px;
	font-size: 14px;
	color: #646464;
	height: 36px
}

.sep-header form input::-webkit-input-placeholder {
	color: #646464;
	font-style: italic
}

.sep-header form input::-moz-input-placeholder {
	color: #646464;
	font-style: italic
}

.sep-header form input::-ms-input-placeholder {
	color: #646464;
	font-style: italic
}

.sep-header form button {
	float: right;
	position: absolute;
	right: 1px;
	top: 1px;
	padding: 0 14px;
	height: 34px;
	line-height: 34px;
	background: #ffc600;
	color: #437091;
	border-top-right-radius: 24px;
	border-bottom-right-radius: 24px
}

.sep-header form button i {
	font-size: 18px;
	color: #323232
}

.sep-header form button img {
	width: 22px
}

.sep-header .search {
	height: 50px;
	width: 130px;
	background: #003e55;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	margin-left: 57px
}

.sep-header .search.active i:before {
	content: '\e615';
	display: inline-block;
	font-family: "iconfont" !important;
	transform: rotate(45deg)
}

.sep-header .search i {
	padding-right: 6px;
	position: relative;
	top: 2px
}

.sep-header .search i:before {
	content: '\e628';
	display: inline-block;
	font-family: "iconfont" !important
}

.sep-header .multi-language {
	margin-left: auto
}

.sep-header .multi-language .box .box2 {
	align-items: center;
	justify-content: center;
	height: 36px
}

.sep-header .multi-language .box .box2 a {
	color: #fff;
	font-size: 16px
}

.sep-header .multi-language .box .box2 .fa {
	color: #323232;
	font-size: 20px;
	padding-left: 4px
}

.sep-header .multi-language .box .box2 .icon {
	font-size: 30px;
	color: #fff
}

.sep-header>.sep-container {
	max-width: 100%;
	position: relative
}

.sep-header .nav-box {
	padding: 20px 0
}

.sep-header .nav-box .sep-container {
	display: flex;
	align-items: center
}

.sep-header .form-box {
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%;
	background: #437091;
	padding: 15px 0;
	display: none
}

.sep-header .form-box>i {
	cursor: pointer;
	color: #fff;
	position: relative;
	top: 41px;
	font-size: 18px
}

.sep-header .form-box .toggle {
	cursor: pointer
}

.sep-header .form-box form {
	z-index: 1000;
	width: 100%;
	border-radius: 6px;
	position: relative
}

.sep-header .form-box form input {
	display: inline-block;
	width: 100%;
	float: left;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #fff;
	padding-left: 20px;
	font-size: 18px;
	color: #646464;
	height: 48px
}

.sep-header .form-box form input::-webkit-input-placeholder {
	color: #646464;
	font-style: italic
}

.sep-header .form-box form input::-moz-input-placeholder {
	color: #646464;
	font-style: italic
}

.sep-header .form-box form input::-ms-input-placeholder {
	color: #646464;
	font-style: italic
}

.sep-header .form-box form button {
	float: right;
	position: absolute;
	right: 0;
	top: 8px;
	background: transparent;
	color: #437091
}

.sep-header .form-box form button i {
	font-size: 24px
}

.sep-header .form-box form button img {
	width: 22px
}

.swiper-pagination-bullet-active {
	background: #437091 !important
}

.sep-mainnav {
	line-height: normal;
	background: #fff;
	position: relative
}

.sep-mainnav.bg {
	background: #fff
}

.sep-mainnav.bg>.sep-container>ul>li>a {
	color: #3b3b3b
}

.sep-mainnav>.sep-container {
	position: relative
}

.sep-mainnav>.sep-container>ul>li {
	position: relative;
	text-align: center;
	line-height: normal;
	float: left;
	padding: 44px 27px
}

.sep-mainnav>.sep-container>ul>li.ispro {
	position: static
}

.sep-mainnav>.sep-container>ul>li.ispro>div:before {
	display: none
}

.sep-mainnav>.sep-container>ul>li:hover>a,
.sep-mainnav>.sep-container>ul>li.active>a {
	color: #437091
}

.sep-mainnav>.sep-container>ul>li:hover .box3,
.sep-mainnav>.sep-container>ul>li.active .box3 {
	display: block
}

.sep-mainnav>.sep-container>ul>li>a {
	color: #333;
	display: inline-block;
	position: relative;
	font-size: 18px;
	font-weight:bold;
}

.sep-mainnav>.sep-container>ul>li .box-drap {
	position: absolute;
	width: 100%;
	background: #252525;
	left: 0;
	top: 100%;
	padding: 45px 0;
	text-align: left;
	display: none;
	z-index: 10000000
}

.sep-mainnav>.sep-container>ul>li .box-drap .thumb {
	width: 250px;
	flex-grow: 0;
	flex-shrink: 0;
	margin-right: 80px
}

.sep-mainnav>.sep-container>ul>li .box-drap .datalist {
	padding: 0 30px
}

.sep-mainnav>.sep-container>ul>li .box-drap .datalist ul {
	margin: 0 -20px
}

.sep-mainnav>.sep-container>ul>li .box-drap .datalist ul li {
	padding: 0 20px
}

.sep-mainnav>.sep-container>ul>li .box-drap .datalist ul li a {
	color: #fff;
	font-size: 16px;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.sep-mainnav>.sep-container>ul>li .box-drap .datalist ul li a:hover {
	color: #437091
}

.sep-mainnav>.sep-container>ul>li .box-drap .datalist ul li a:hover i {
	color: #437091
}

.sep-mainnav>.sep-container>ul>li .box-drap .datalist ul li a i {
	font-size: 12px;
	color: #fff
}

.sep-mainnav>.sep-container>ul>li>.box {
	position: absolute;
	z-index: 100;
	left: 27px;
	top: 100%;
	display: none;
	padding-top: 0
}

.sep-mainnav>.sep-container>ul>li>.box.haspic>ul {
	width: 646px
}

.sep-mainnav>.sep-container>ul>li>.box.haspic>ul>li {
	width: 25%;
	float: left;
	padding: 10px
}

.sep-mainnav>.sep-container>ul>li>.box.haspic>ul>li .thumb {
	display: block
}

.sep-mainnav>.sep-container>ul>li>.box.haspic>ul>li .thumb img {
	width: 100%
}

.sep-mainnav>.sep-container>ul>li>.box.haspic>ul>li a {
	color: #333
}

.sep-mainnav>.sep-container>ul>li>.box.haspic>ul>li a:hover {
	color: #437091
}

.sep-mainnav>.sep-container>ul>li>.box.haspic>ul>li .title {
	padding: 15px 0;
	display: block;
	text-align: center;
	color: #333
}

.sep-mainnav>.sep-container>ul>li>.box.haspic>ul>li .title:hover {
	color: #437091
}

.sep-mainnav>.sep-container>ul>li>.box.haspic>ul>li:hover {
	background: transparent;
	border-radius: 0
}

.sep-mainnav>.sep-container>ul>li>.box.haspic>ul>li:hover .title {
	color: #437091
}

.sep-mainnav>.sep-container>ul>li>.box>ul {
	background: #fff;
	width: 120%;
	box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.3)
}

.sep-mainnav>.sep-container>ul>li>.box>ul>li {
	padding: 15px 20px;
	font-size: 14px;
	text-align: left;
	border-bottom: 1px solid #ddd
}

.sep-mainnav>.sep-container>ul>li>.box>ul>li:last-child {
	border-bottom: none
}

.sep-mainnav>.sep-container>ul>li>.box>ul>li:hover {
	background: #437091;
	color: #fff
}

.sep-mainnav>.sep-container>ul>li>.box>ul>li:hover>a {
	color: #fff
}

.sep-mainnav>.sep-container>ul>li>.box>ul>li>a {
	white-space: nowrap;
	color: #333
}

.sep-mainnav>.sep-container>ul>li>div.hsbox {
	position: absolute;
	left: 0;
	top: 100%;
	display: none;
	padding-top: 10px;
	z-index: 100;
	width: 100%;
	border-top: 2px solid #437091;
	background: #fff;
	padding: 35px 20px;
	box-shadow: 0 0 6px #aaa
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .leftbox {
	float: left;
	width: 23%;
	border-right: 1px solid #437091;
	padding-right: 10px
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .leftbox .hd {
	margin-bottom: 10px
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .leftbox .hd a {
	background: transparent;
	color: #437091;
	font-size: 20px;
	border-bottom: 1px solid #ddd;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	padding-bottom: 10px
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .leftbox.other-down li .sep-title {
	color: #437091;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .leftbox.other-down li .sep-text {
	font-size: 14px;
	line-height: 1.4em
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .leftbox li {
	border-bottom: 1px solid #fff
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .leftbox li a {
	font-size: 16px;
	color: #000;
	background: #fff;
	padding: 8px 20px;
	padding-left: 0;
	text-align: left;
	display: block;
	padding-left: 10px
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .leftbox li.active a {
	background: #437091;
	color: #fff
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .box-s {
	float: right;
	width: 76%;
	padding-left: 10px;
	min-height: 280px
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .box-s.box-other .box-s1 .rightbox li {
	background: transparent
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .box-s.box-other .box-s1 .rightbox li .thumb {
	display: block;
	margin-bottom: 20px
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .box-s.box-other .box-s1 .rightbox li .thumb img {
	max-width: 100%;
	width: auto
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .box-s.box-other .box-s1 .rightbox li .summary {
	font-size: 14px;
	line-height: 1.4em;
	display: block
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .box-s .box-s1 {
	display: none
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .box-s .box-s1:first-child {
	display: block
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .box-s .box-s1 .centerbox {
	float: left;
	width: 60%;
	padding-right: 10px
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .box-s .box-s1 .centerbox div.hd {
	width: 100%;
	margin-bottom: 10px
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .box-s .box-s1 .centerbox div.hd a {
	background: transparent;
	color: #437091;
	font-size: 20px;
	border-bottom: 1px solid #ddd;
	text-align: left;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
	display: block
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .box-s .box-s1 .centerbox li {
	width: 100%
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .box-s .box-s1 .centerbox li:nth-child(odd) {
	float: left
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .box-s .box-s1 .centerbox li:nth-child(even) {
	float: right
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .box-s .box-s1 .centerbox li a {
	font-size: 14px;
	color: #000;
	padding: 8px 15px;
	display: block;
	text-align: left
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .box-s .box-s1 .centerbox li.active {
	background: #437091
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .box-s .box-s1 .centerbox li.active a {
	color: #fff
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .box-s .box-s1 .rightbox {
	float: right;
	width: 40%
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .box-s .box-s1 .rightbox li {
	display: none;
	background: #f3f3f3;
	padding: 15px
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .box-s .box-s1 .rightbox li:first-child {
	display: block
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .box-s .box-s1 .rightbox li .title {
	color: #414141;
	font-size: 18px;
	display: block;
	margin-bottom: 10px
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .box-s .box-s1 .rightbox li .box-x .thumb {
	display: block;
	margin-bottom: 10px
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .box-s .box-s1 .rightbox li .box-x .thumb img {
	max-width: 100%
}

.sep-mainnav>.sep-container>ul>li>div.hsbox .box-s .box-s1 .rightbox li .box-x .summary {
	display: block;
	color: #727171;
	font-size: 14px;
	line-height: 1.4em;
	width: 100%;
	float: none
}

.sep-footer {
	position: relative
}

.sep-footer .footer-box {
	padding-top: 75px;
	padding-bottom: 6.48148148vh;
	background: #1a1a1a;
	position: relative
}

.sep-footer .footer-box:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.1);
	position: absolute;
	left: 0;
	top: 120px
}

.sep-footer .footer-box .sep-container {
	position: relative
}

.sep-footer .footer-box .sep-container .items .item {
	float: left;
	flex: auto
}

.sep-footer .footer-box .sep-container .items .item:nth-child(1) {
	width: 28.33333333%;
	flex-grow: 0;
	flex-shrink: 0;
	padding-right: 50px
}



.sep-footer .footer-box .sep-container .items .item:last-child {
	width: 18.75%;
	flex-grow: 0;
	flex-shrink: 0
}

.sep-footer .footer-box .sep-container .items .item .hd {
	color: #fff;
	font-size: 18px;
	margin-bottom: 34px;
	display: block;
	padding-bottom: 24px;
	position: relative;
	font-family: 'Roboto-Bold'
}

.sep-footer .footer-box .sep-container .items .item .hd.mt30 {
	margin-top: 30px
}

.sep-footer .footer-box .sep-container .items .item .hd:hover {
	color: #437091
}

.sep-footer .footer-box .sep-container .items .item .hd.noline {
	padding-bottom: 0;
	margin-bottom: 20px
}

.sep-footer .footer-box .sep-container .items .item .hd.noline:before {
	display: none
}

.sep-footer .footer-box .sep-container .items .item .hd:before {
	content: '';
	display: block;
	width: 30px;
	height: 3px;
	background: #437091;
	position: absolute;
	left: 0;
	bottom: -2px
}

.sep-footer .footer-box .sep-container .items .item>ul li {
	margin-bottom: 7px;
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px;
	position: relative;
	line-height: 1.6em;
	min-height: 23px
}

.sep-footer .footer-box .sep-container .items .item>ul li .title {
	color: #437091;
	margin-bottom: 5px
}

.sep-footer .footer-box .sep-container .items .item>ul li:hover {
	opacity: 1
}

.sep-footer .footer-box .sep-container .items .item>ul li:hover a {
	color: #437091
}

.sep-footer .footer-box .sep-container .items .item>ul li a {
	display: inline-block;
	color: #b8b8b8;
	font-size: 14px
}

.sep-footer .footer-box .sep-container .items .item .contact li {
	position: relative;
	margin-bottom: 20px
}

.sep-footer .footer-box .sep-container .items .item .contact li .flex-v-center {
	margin-bottom: 8px
}

.sep-footer .footer-box .sep-container .items .item .contact li i {
	display: block;
	width: 30px;
	height: 30px;
	background: #437091;
	color: #fff;
	border-radius: 50%;
	line-height: 30px;
	text-align: center;
	margin-right: 12px
}

.sep-footer .footer-box .sep-container .items .item:not(.contact) li a {
	position: relative
}

.sep-footer .footer-box .sep-container .logo {
	display: inline-block;
	margin-bottom: 23px
}

.sep-footer .footer-box .sep-container .qr {
	margin-top: 28px
}

.sep-footer .footer-box .sep-container .qr li {
	color: #fff;
	font-size: 13px;
	line-height: 1.8em
}

.sep-footer .footer-box .sep-container .qr li img {
	margin-bottom: 10px
}

.sep-footer .footer-box .sep-container .normal li {
	color: #fff;
	font-size: 14px;
	margin-bottom: 10px
}

.sep-footer .footer-box .sep-container .normal li:nth-child(1) i {
	font-size: 18px;
	width: 28px
}

.sep-footer .footer-box .sep-container .normal li a {
	color: #fff;
	font-size: 14px
}

.sep-footer .footer-box .sep-container .normal li a:hover {
	color: #437091
}

.sep-footer .sep-footer-share {
	padding: 3px 0
}

.sep-footer .sep-copyright {
	padding: 0 0;
	font-size: 14px;
	text-align: center;
	background: #437091
}

.sep-footer .sep-copyright .box {
	padding-left: 28px;
	float: none;
	display: inline-block
}

.sep-footer .sep-copyright .box a:first-child {
	padding-right: 16px;
	position: relative
}

.sep-footer .sep-copyright .box a:first-child:after {
	position: absolute;
	right: 1px;
	top: 2px;
	content: '';
	width: 1px;
	height: 14px;
	background: rgba(255, 255, 255, 0.6)
}

.sep-footer .sep-copyright .box a:nth-child(2) {
	padding-left: 10px;
	position: relative;
	padding-right: 10px
}

.sep-footer .sep-copyright .box a:last-child {
	padding-left: 10px
}

.sep-footer .sep-copyright .box a:hover {
	color: #fff
}

.sep-footer .sep-copyright a,
.sep-footer .sep-copyright span {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6)
}

.sep-footer .sep-copyright span a {
	font-size: 14px;
	opacity: 1
}

.sep-footer .sep-copyright a:hover {
	color: #fff;
	opacity: 1
}

.sep-footer .sep-copyright .sep-container {
	padding: 19px 0;
	position: relative
}

.sep-footer .sep-copyright .sep-container>.lf {
	position: relative;
	top: 1px;
	display: inline-block;
	float: none
}

.sep-footer .sep-copyright b {
	font-weight: normal;
	color: #fff;
	opacity: .5;
	font-size: 14px;
	position: relative;
	top: -1px
}

.clearfix:before {
	display: table;
	clear: both;
	content: ""
}

.clearfix:after {
	display: table;
	clear: both;
	content: ""
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}

.row {
	margin-right: -10px;
	margin-left: -10px
}

.row:before {
	display: table;
	clear: both;
	content: ""
}

.row:after {
	display: table;
	clear: both;
	content: ""
}

ul:before {
	content: '';
	display: table;
	clear: both
}

ul:after {
	content: '';
	display: table;
	clear: both
}

.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: 10px;
	padding-left: 10px
}

.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 {
	position: relative;
	min-height: 1px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left
}

.col-xs-12 {
	width: 100%
}

.col-xs-11 {
	width: 91.66666667%
}

.col-xs-10 {
	width: 83.33333333%
}

.col-xs-9 {
	width: 75%
}

.col-xs-8 {
	width: 66.66666667%
}

.col-xs-7 {
	width: 58.33333333%
}

.col-xs-6 {
	width: 50%
}

.col-xs-5 {
	width: 41.66666667%
}

.col-xs-4 {
	width: 33.33333333%
}

.col-xs-3 {
	width: 25%
}

.col-xs-2 {
	width: 16.66666667%
}

.col-xs-1 {
	width: 8.33333333%
}

.sep-md-5 {
	width: 20%;
	padding: 0 10px
}

.col-xs-offset-12 {
	margin-left: 100%
}

.col-xs-offset-11 {
	margin-left: 91.66666667%
}

.col-xs-offset-10 {
	margin-left: 83.33333333%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-8 {
	margin-left: 66.66666667%
}

.col-xs-offset-7 {
	margin-left: 58.33333333%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-5 {
	margin-left: 41.66666667%
}

.col-xs-offset-4 {
	margin-left: 33.33333333%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-2 {
	margin-left: 16.66666667%
}

.col-xs-offset-1 {
	margin-left: 8.33333333%
}

.col-xs-offset-0 {
	margin-left: 0
}

@media (min-width:768px) {
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left
	}
	.col-sm-12 {
		width: 100%
	}
	.col-sm-11 {
		width: 91.66666667%
	}
	.col-sm-10 {
		width: 83.33333333%
	}
	.col-sm-9 {
		width: 75%
	}
	.col-sm-8 {
		width: 66.66666667%
	}
	.col-sm-7 {
		width: 58.33333333%
	}
	.col-sm-6 {
		width: 50%
	}
	.col-sm-5 {
		width: 41.66666667%
	}
	.col-sm-4 {
		width: 33.33333333%
	}
	.col-sm-3 {
		width: 25%
	}
	.col-sm-2 {
		width: 16.66666667%
	}
	.col-sm-1 {
		width: 8.33333333%
	}
	.col-sm-pull-12 {
		right: 100%
	}
	.col-sm-pull-11 {
		right: 91.66666667%
	}
	.col-sm-pull-10 {
		right: 83.33333333%
	}
	.col-sm-pull-9 {
		right: 75%
	}
	.col-sm-pull-8 {
		right: 66.66666667%
	}
	.col-sm-pull-7 {
		right: 58.33333333%
	}
	.col-sm-pull-6 {
		right: 50%
	}
	.col-sm-pull-5 {
		right: 41.66666667%
	}
	.col-sm-pull-4 {
		right: 33.33333333%
	}
	.col-sm-pull-3 {
		right: 25%
	}
	.col-sm-pull-2 {
		right: 16.66666667%
	}
	.col-sm-pull-1 {
		right: 8.33333333%
	}
	.col-sm-pull-0 {
		right: auto
	}
	.col-sm-offset-12 {
		margin-left: 100%
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%
	}
	.col-sm-offset-9 {
		margin-left: 75%
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%
	}
	.col-sm-offset-6 {
		margin-left: 50%
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%
	}
	.col-sm-offset-3 {
		margin-left: 25%
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%
	}
	.col-sm-offset-0 {
		margin-left: 0
	}
}

@media (min-width:992px) {
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left
	}
	.col-md-12 {
		width: 100%
	}
	.col-md-11 {
		width: 91.66666667%
	}
	.col-md-10 {
		width: 83.33333333%
	}
	.col-md-9 {
		width: 75%
	}
	.col-md-8 {
		width: 66.66666667%
	}
	.col-md-7 {
		width: 58.33333333%
	}
	.col-md-6 {
		width: 50%
	}
	.col-md-5 {
		width: 41.66666667%
	}
	.col-md-4 {
		width: 33.33333333%
	}
	.col-md-3 {
		width: 25%
	}
	.col-md-2 {
		width: 16.66666667%
	}
	.col-md-1 {
		width: 8.33333333%
	}
	.col-md-pull-12 {
		right: 100%
	}
	.col-md-pull-11 {
		right: 91.66666667%
	}
	.col-md-pull-10 {
		right: 83.33333333%
	}
	.col-md-pull-9 {
		right: 75%
	}
	.col-md-pull-8 {
		right: 66.66666667%
	}
	.col-md-pull-7 {
		right: 58.33333333%
	}
	.col-md-pull-6 {
		right: 50%
	}
	.col-md-pull-5 {
		right: 41.66666667%
	}
	.col-md-pull-4 {
		right: 33.33333333%
	}
	.col-md-pull-3 {
		right: 25%
	}
	.col-md-pull-2 {
		right: 16.66666667%
	}
	.col-md-pull-1 {
		right: 8.33333333%
	}
	.col-md-pull-0 {
		right: auto
	}
	.col-md-offset-12 {
		margin-left: 100%
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%
	}
	.col-md-offset-9 {
		margin-left: 75%
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%
	}
	.col-md-offset-6 {
		margin-left: 50%
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%
	}
	.col-md-offset-3 {
		margin-left: 25%
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%
	}
	.col-md-offset-0 {
		margin-left: 0
	}
}

@media (min-width:1200px) {
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left
	}
	.col-lg-12 {
		width: 100%
	}
	.col-lg-11 {
		width: 91.66666667%
	}
	.col-lg-10 {
		width: 83.33333333%
	}
	.col-lg-9 {
		width: 75%
	}
	.col-lg-8 {
		width: 66.66666667%
	}
	.col-lg-7 {
		width: 58.33333333%
	}
	.col-lg-6 {
		width: 50%
	}
	.col-lg-5 {
		width: 41.66666667%
	}
	.col-lg-4 {
		width: 33.33333333%
	}
	.col-lg-3 {
		width: 25%
	}
	.col-lg-2 {
		width: 16.66666667%
	}
	.col-lg-1 {
		width: 8.33333333%
	}
	.col-lg-pull-12 {
		right: 100%
	}
	.col-lg-pull-11 {
		right: 91.66666667%
	}
	.col-lg-pull-10 {
		right: 83.33333333%
	}
	.col-lg-pull-9 {
		right: 75%
	}
	.col-lg-pull-8 {
		right: 66.66666667%
	}
	.col-lg-pull-7 {
		right: 58.33333333%
	}
	.col-lg-pull-6 {
		right: 50%
	}
	.col-lg-pull-5 {
		right: 41.66666667%
	}
	.col-lg-pull-4 {
		right: 33.33333333%
	}
	.col-lg-pull-3 {
		right: 25%
	}
	.col-lg-pull-2 {
		right: 16.66666667%
	}
	.col-lg-pull-1 {
		right: 8.33333333%
	}
	.col-lg-pull-0 {
		right: auto
	}
	.col-lg-offset-12 {
		margin-left: 100%
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%
	}
	.col-lg-offset-9 {
		margin-left: 75%
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%
	}
	.col-lg-offset-6 {
		margin-left: 50%
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%
	}
	.col-lg-offset-3 {
		margin-left: 25%
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%
	}
	.col-lg-offset-0 {
		margin-left: 0
	}
}

@media screen and (max-width:640) {
	.sep-md-5 {
		width: 100%
	}
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control {
	vertical-align: middle;
	padding: 6px 8px;
	height: 32;
	font-size: 13px;
	font-weight: normal;
	border-radius: 3px;
	background: #fbfbfb;
	outline: none
}

.form-group {
	margin-bottom: 15px;
	position: relative
}

.btn-primary {
	color: #fff !important;
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary:hover {
	opacity: .7
}

.hide {
	display: none !important
}

:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
	color: #a94442
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
	position: absolute;
	right: 20px;
	top: 15px
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}

.pagination>li {
	display: inline
}

.pagination>li:nth-child(1)>a,
.pagination>li:nth-child(1)>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.8;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd
}

.form-group.has-success:after {
	content: "\f058";
	font-family: FontAwesome;
	position: absolute;
	right: 0;
	bottom: 8px;
	height: 18px;
	line-height: 18px;
	margin-right: 5px;
	text-align: center;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	-o-transition: -o-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s, -o-transform .3s;
	width: 18px;
	color: green
}

.sep-banner {
	overflow: hidden;
	max-width: 100%;
	position: relative
}

.sep-banner .swiper-button-next,
.sep-banner .swiper-button-prev {
	width: auto;
	height: auto;
	text-align: center
}

.sep-banner .swiper-button-next i,
.sep-banner .swiper-button-prev i {
	color: #fff;
	font-size: 30px
}

.sep-banner .swiper-button-prev {
	left: 50px
}

.sep-banner .swiper-button-next {
	right: 50px
}

.sep-banner img {
	max-width: 100%;
	margin: 0 auto;
	width: 100%
}

.sep-banner .sep-container .info {
	text-align: center
}

.sep-banner .sep-container .info .hd {
	font-family: 'Roboto-Black';
	text-align: center;
	font-size: 54px
}

.sep-banner .sep-container .info .bd {
	color: #fff;
	font-size: 26px;
	margin: 25px 0
}

.sep-banner .sep-container .info .more {
	background: #437091;
	color: #fff;
	padding: 20px 80px;
	border-radius: 4px;
	display: inline-block;
	margin-top: 30px;
	font-size: 18px
}

.sep-banner .sep-container .info .more:hover {
	opacity: .8
}

.sep-body .sep-title {
	color: #003e55;
	font-size: 36px;
	font-weight:bold;
	padding-bottom: 25px;
	margin-bottom: 32px;
	position: relative
}

.sep-body .sep-title:hover {
	color: #437091
}

.sep-body .sep-title:before {
	content: '';
	display: block;
	position: absolute;
	background: #e6e6e6;
	width: 360px;
	height: 1px;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%)
}

.sep-body .sep-title:after {
	content: '';
	width: 40px;
	height: 3px;
	background: #437091;
	position: absolute;
	bottom: -1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%)
}

.sep-body .alias {
	color: #666;
	font-size: 18px;
	margin-bottom: 6.48148148vh
}

.sep-body .sep-section1 {
	background: #f7f7f7;
	padding-top: 10.55555556vh;
	position: relative
}

.sep-body .sep-section1:before {
	content: '';
	width: 100%;
	height: 50%;
	background: #437091;
	position: absolute;
	left: 0;
	bottom: 0
}

.sep-body .sep-section1 .items {
	padding: 0 20px
}

.sep-body .sep-section1 .items .box .thumb {
	box-shadow: 0 0 12px rgba(100, 100, 100, 0.2);
	text-align: center;
	background: #fff;
	line-height: 350px
}

.sep-body .sep-section1 .items .box .thumb .full-screen {
	background: rgba(0, 0, 0, 0.3);
	line-height: normal
}

.sep-body .sep-section1 .items .box .thumb .full-screen:before {
	content: '';
	width: -webkit-calc(100% - 30px);
	width: -moz-calc(100% - 30px);
	width: -ms-calc(100% - 30px);
	width: -o-calc(100% - 30px);
	width: calc(100% - 30px);
	height: -webkit-calc(100% - 30px);
	height: -moz-calc(100% - 30px);
	height: -ms-calc(100% - 30px);
	height: -o-calc(100% - 30px);
	height: calc(100% - 30px);
	left: 15px;
	top: 15px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	position: absolute;
	z-index: 1
}

.sep-body .sep-section1 .items .box .thumb .full-screen ul {
	padding-left: 68px;
	text-align:left;
	position: relative;
	z-index: 10
}

.sep-body .sep-section1 .items .box .thumb .full-screen ul li {
	margin-bottom: 10px
}

.sep-body .sep-section1 .items .box .thumb .full-screen ul li:last-child {
	margin-bottom: 0
}

.sep-body .sep-section1 .items .box .thumb .full-screen ul li a {
	color: #fff;
	font-size: 14px
}

.sep-body .sep-section1 .items .box .thumb .full-screen ul li a:hover {
	text-decoration: underline
}

.sep-body .sep-section1 .items .box .info {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	padding: 20px 24px 2px 24px
}

.sep-body .sep-section1 .items .box .info .title {
	font-size: 24px;
	margin-bottom: 3px;
	line-height: 1.4em;
	height: 2.8em;
	overflow: hidden
}

.sep-body .sep-section1 .items .box .info .title:hover {
	opacity: .6;
	color: #fff
}

.sep-body .sep-section1 .items .box .info .summary {
	color: #fff;
	opacity: .8;
	line-height: 1.6em;
	font-size: 16px;
	margin-bottom: 2px;
	height: 7.6em;
	overflow: hidden
}

.sep-body .sep-section1 .items .box .info .more {
	border: 1px solid rgba(255, 255, 255, 0.5);
	padding: 10px 36px;
	border-radius: 4px;
	color: #fff;
	font-size: 16px
}

.sep-body .sep-section1 .items .box .info .more:hover {
	background: #fff;
	color: #437091
}

.sep-body .sep-section1 .items .box .info .more:hover:after {
	background: #437091
}

.sep-body .sep-section1 .items .box .info .more:after {
	content: '';
	display: inline-block;
	height: 1px;
	background: #fff;
	width: 20px;
	position: relative;
	margin-left: 5px;
	top: -4px
}

.sep-body .sep-section2 {
	padding-top: 10.55555556vh;
	padding-bottom: 9.25925926vh
}

.sep-body .sep-section2 .datalist>div:nth-child(2) .box-sm {
	margin-left: unset
}

.sep-body .sep-section2 .datalist>div:nth-child(2) .box-lg {
	margin-left: auto
}

.sep-body .sep-section2 .datalist .box-lg {
	width: 750px;
	flex-grow: 0;
	flex-shrink: 0
}

.sep-body .sep-section2 .datalist .box-sm {
	width: 430px;
	flex-grow: 0;
	flex-shrink: 0;
	margin-left: auto
}

.sep-body .sep-section2 .datalist .box {
	margin-bottom: 20px
}

.sep-body .sep-section2 .datalist .box .full-screen {
	background: rgba(67, 112, 145, 0.9)
}

.sep-body .sep-section2 .datalist .box .info {
	position: absolute;
	padding: 35px 24px;
	width: 100%;
	left: 0;
	bottom: 0
}

.sep-body .sep-section2 .datalist .box .info .title {
	font-size: 24px;
	margin-bottom: 10px
}

.sep-body .sep-section2 .datalist .box .info .summary {
	font-size: 16px
}

.sep-body .sep-section2 .datalist .box .info2 {
	padding: 50px 30px;
	z-index: 100
}

.sep-body .sep-section2 .datalist .box .info2 .title {
	font-size: 24px;
	margin-bottom: 46px;
	position: relative
}

.sep-body .sep-section2 .datalist .box .info2 .title:hover {
	color: #fff;
	opacity: .8
}

.sep-body .sep-section2 .datalist .box .info2 .title:before {
	content: '';
	display: block;
	height: 3px;
	background: #fff;
	width: 34px;
	position: absolute;
	left: 0;
	bottom: -25px
}

.sep-body .sep-section2 .datalist .box .info2 .summary {
	color: #fff;
	font-size: 16px;
	line-height: 1.6em
}

.sep-body .sep-section2 .datalist .box .info2 .more {
	border: 1px solid rgba(255, 255, 255, 0.5);
	padding: 10px 36px;
	border-radius: 4px;
	color: #fff;
	font-size: 16px;
	display: inline-block;
	margin-top: 30px
}

.sep-body .sep-section2 .datalist .box .info2 .more:hover {
	background: #fff;
	color: #437091
}

.sep-body .sep-section2 .datalist .box .info2 .more:hover:after {
	background: #437091
}

.sep-body .sep-section2 .datalist .box .info2 .more:after {
	content: '';
	display: inline-block;
	height: 1px;
	background: #fff;
	width: 20px;
	position: relative;
	margin-left: 5px;
	top: -4px
}

.sep-body .sep-section3 {
	background: #f7f7f7;
	padding-top: 10.55555556vh;
	padding-bottom: 13.33333333vh
}

.sep-body .sep-section3 .items .item {
	width: 50%;
	float: left
}

.sep-body .sep-section3 .items .item:nth-child(n+3) {
	flex-direction: row-reverse
}

.sep-body .sep-section3 .items .item .thumb {
	width: 50%
}

.sep-body .sep-section3 .items .item .info {
	padding: 0 35px;
	background: #fff;
	width: 50%
}

.sep-body .sep-section3 .items .item .info .title {
	color: #333;
	font-size: 22px;
	padding-bottom: 22px;
	margin-bottom: 30px
}

.sep-body .sep-section3 .items .item .info .title:hover {
	color: #437091
}

.sep-body .sep-section3 .items .item .info .title:before {
	content: '';
	display: block;
	position: absolute;
	background: #e6e6e6;
	width: 360px;
	height: 1px;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%)
}

.sep-body .sep-section3 .items .item .info .title:after {
	content: '';
	width: 40px;
	height: 3px;
	background: #437091;
	position: absolute;
	bottom: -1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%)
}

.sep-body .sep-section3 .items .item .info .summary {
	color: #666;
	line-height: 1.6em;
	font-size: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden
}

.sep-body .sep-section3 .items .item .info .more {
	padding: 10px 36px;
	border-radius: 4px;
	color: #fff;
	font-size: 16px;
	display: table;
	margin: 0 auto;
	background: #437091;
	margin-top: 20px
}

.sep-body .sep-section3 .items .item .info .more:hover {
	opacity: .8
}

.sep-body .sep-section3 .items .item .info .more:after {
	content: '';
	display: inline-block;
	height: 1px;
	background: #fff;
	width: 20px;
	position: relative;
	margin-left: 5px;
	top: -4px
}

.sep-body .sep-section4 {
	background: url(../images/ganyingjiareshebeichangjia.jpg) no-repeat;
	background-size: cover;
	padding-top: 133px;
	padding-bottom: 224px
}

.sep-body .sep-section4 .sep-title {
	color: #fff
}

.sep-body .sep-section4 .sep-title:before {
	background: rgba(255, 255, 255, 0.2)
}

.sep-body .sep-section4 .sep-title:after {
	background: #fff
}

.sep-body .sep-section4 .sep-title:hover {
	opacity: .7
}

.sep-body .sep-section4 .alias {
	color: #fff
}

.sep-body .sep-section4 .text {
	color: #fff;
	font-size: 16px;
	line-height: 40px;

}

.sep-body .sep-section4 .more {
	border: 1px solid rgba(255, 255, 255, 0.5);
	padding: 10px 36px;
	border-radius: 4px;
	color: #fff;
	font-size: 16px;
	display: table;
	margin: 0 auto;
	margin-top: 20px
}

.sep-body .sep-section4 .more:hover {
	opacity: .8;
	background: #fff;
	color: #437091
}

.sep-body .sep-section5 {
	padding-top: 10.83333333vh
}

.sep-body .sep-section5 .wrap .thumb {
	background: url(../images/service.jpg) no-repeat;
	background-size: cover
}

.sep-body .sep-section5 .wrap .thumb .text {
	background: rgba(67, 112, 145, 0.9);
	padding: 90px;
	width: 80.83333333%;
	margin-left: auto
}

.sep-body .sep-section5 .wrap .thumb .text .content {
	color: #fff;
	line-height: 2em;
	font-size: 16px;
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}



.sep-body .sep-section5 .wrap .thumb .text .content a {
	color: #fff;
 
}



.sep-body .sep-section5 .wrap .box {
	width: 50%
}

.sep-body .sep-section5 .wrap .info {
	background: #f7f7f7;
	padding: 100px
}

.sep-body .sep-section5 .wrap .info .items .item {
	margin-bottom: 47px
}

.sep-body .sep-section5 .wrap .info .items .item:last-child {
	margin-bottom: 0
}

.sep-body .sep-section5 .wrap .info .items .item .title {
	color: #437091;
	font-size: 18px;
	margin-bottom: 10px;
	display: block
}


.sep-body .sep-section5 .wrap .info .items .item .title:hover {
	color: #003e55
}

.sep-body .sep-section5 .wrap .info .items .item .content {
	color: #4c4c4c;
	font-size: 16px;
	line-height: 1.6em
}

.sep-body .sep-section6 {
	padding-top: 11.11111111vh;
	padding-bottom: 9.25925926vh
}

.sep-body .sep-section6 .items {
	margin: 0 -15px
}

.sep-body .sep-section6 .items .item {
	width: 33.33%;
	padding: 0 15px
}

.sep-body .sep-section6 .items .item .thumb .date {
	background: #437091;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	text-align: center
}

.sep-body .sep-section6 .items .item .thumb .date .day {
	font-size: 24px
}

.sep-body .sep-section6 .items .item .title {
	color: #333;
	font-size: 18px;
	margin-top: 25px;
	margin-bottom: 20px;
	line-height: 1.4em;
	height: 2.8em
}

.sep-body .sep-section6 .items .item .summary {
	color: #666;
	line-height: 1.6em;
	font-size: 16px;
	height: 3.2em;
	display: block;
	overflow: hidden
}

.sep-body .sep-section6 .items .item .more {
	padding: 10px 36px;
	border-radius: 4px;
	color: #fff;
	font-size: 16px;
	display: table;
	background: #437091;
	margin-top: 20px
}

.sep-body .sep-section6 .items .item .more:hover {
	opacity: .8
}

.sep-lx-header-mb {
	display: none
}

.sep-lx-header-mb .sep-bjj-pro-list {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	position: relative
}

.sep-lx-header-mb .sep-bjj-pro-list>li {
	flex: 1
}

.sep-lx-header-mb .sep-bjj-pro-list>li:nth-child(1) a {
	background: #11a4a7
}

.sep-lx-header-mb .sep-bjj-pro-list>li>a {
	display: block;
	background: #11b4b7;
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 10px 0
}

.sep-lx-header-mb .sep-bjj-pro-list>li>a i {
	padding-left: 5px
}

.sep-lx-header-mb .sep-bjj-pro-list>li>ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 100000;
	display: none
}

.sep-lx-header-mb .sep-bjj-pro-list>li>ul>li {
	display: block;
	background: #11a4a7;
	color: #fff;
	font-size: 16px;
	padding: 10px 30px;
	border-top: 1px solid #4ab3b5
}

.sep-lx-header-mb .sep-bjj-pro-list>li>ul>li a {
	color: #fff
}

.sep-lx-header-mb .sep-bjj-pro-list>li>ul>li i {
	float: right;
	position: relative;
	top: 3px
}

.sep-lx-header-mb .box-wrap {
	padding: 22px 17px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
	position: relative;
	z-index: 1000
}

.sep-lx-header-mb .box-wrap .logo {
	float: none;
	margin: 0 auto
}

.sep-lx-header-mb .box-wrap .logo img {
	width:50%;
}

.sep-lx-header-mb .box-wrap>ul {
	position: relative;
	top: 1px
}

.sep-lx-header-mb .box-wrap>ul>li {
	float: left;
	margin-left: 10px;
	width: 39px;
	height: 31px;
	line-height: 24px;
	text-align: center;
	position: relative
}

.sep-lx-header-mb .box-wrap>ul>li#global {
	float: right
}

.sep-lx-header-mb .box-wrap>ul>li#menu {
	float: left
}

.sep-lx-header-mb .box-wrap>ul>li#logo {
	border: none;
	float: none;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	width: auto;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%)
}

.sep-lx-header-mb .box-wrap>ul>li .multi-language {
	position: absolute;
	background: #437091;
	width: 157px;
	text-align: center;
	padding: 10px 20px;
	z-index: 100000;
	top: 40px;
	left: -67px;
	display: none;
	border: 1px solid #fff
}

.sep-lx-header-mb .box-wrap>ul>li .multi-language li {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #fff
}

.sep-lx-header-mb .box-wrap>ul>li .multi-language li:last-child {
	border-bottom: none;
	margin-bottom: 0
}

.sep-lx-header-mb .box-wrap>ul>li .multi-language li a {
	color: #fff;
	font-size: 14px
}

.sep-lx-header-mb .box-wrap>ul>li.active {
	border: 1px solid #1f2256;
	background: #1f2256
}

.sep-lx-header-mb .box-wrap>ul>li.active i {
	color: #fff
}

.sep-lx-header-mb .box-wrap>ul>li i {
	color: #437091;
	font-size: 30px;
	line-height: normal
}

.sep-lx-header-mb .stock {
	color: #3a3a3a;
	font-size: 14px;
	background: #f4f4f4;
	text-align: center;
	padding: 8px 0
}

.sep-lx-header-mb .stock .red {
	color: #da2337;
	position: relative;
	padding: 0 7px
}

.sep-lx-header-mb .stock .red:before {
	content: "";
	display: block;
	width: 2px;
	height: 10px;
	background: #da2337;
	position: absolute;
	left: 0;
	top: 3px
}

.sep-lx-header-mb .stock .red:after {
	content: "";
	display: block;
	width: 2px;
	height: 10px;
	background: #da2337;
	position: absolute;
	right: 0;
	top: 3px
}

.sep-lx-header-mb .stock .green {
	color: #13ba07
}

.sep-lx-header-mb .stock span {
	padding: 0 5px;
	margin: 0 3px
}

.sep-shadow {
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1000000;
	display: none
}

.sep-search-box {
	position: fixed;
	width: 100%;
	background: #fff;
	top: 66px;
	z-index: 10000000;
	padding: 44px 31px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
	display: none
}

.sep-search-box .fa-times {
	color: #000;
	font-size: 20px;
	position: absolute;
	right: 31px;
	top: 24px;
	cursor: pointer
}

.sep-search-box .hd {
	color: #282828;
	font-size: 18px;
	font-family: 'LATO-BOLD'
}

.sep-search-box form {
	margin-top: 10px;
	margin-bottom: 25px
}

.sep-search-box form .form-control {
	height: 47px;
	border-radius: 0
}

.sep-search-box form .btn {
	background: #437091;
	color: #fff;
	display: table;
	margin: 0 auto;
	margin-top: 17px;
	padding: 10px 40px;
	font-size: 16px;
	width: 100%
}

.sep-search-box form .btn i {
	padding-right: 5px
}

.sep-search-box .more {
	background: #437091;
	color: #fff;
	display: table;
	margin: 0 auto;
	margin-top: 17px;
	padding: 10px 40px;
	font-size: 16px;
	width: 100%;
	border: none
}

.sep-search-box .more i {
	padding-right: 5px
}

.sep-search-box ul li {
	margin-top: 8px
}

.sep-search-box ul li a {
	color: #8c8c8c;
	font-size: 14px;
	display: block
}

.sep-menu-box {
	width: 100%;
	position: absolute;
	background: #fff;
	left: 0;
	top: 0;
	z-index: 10000000;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.7);
	transition: All .4s ease-in-out;
	-webkit-transition: All .4s ease-in-out;
	-moz-transition: All .4s ease-in-out;
	-o-transition: All .4s ease-in-out;
	-webkit-transform: translateX(-105%);
	-moz-transform: translateX(-105%);
	-ms-transform: translateX(-105%);
	-o-transform: translateX(-105%);
	transform: translateX(-105%)
}

.sep-menu-box.active {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0)
}

.sep-menu-box.active .bottom-toggle {
	visibility: visible
}

.sep-menu-box .top {
	padding: 20px 30px;
	text-align: center;
	box-shadow: 0 0 12px rgba(145, 145, 145, 0.7);
	position: relative;
	z-index: 10000
}

.sep-menu-box .top i {
	color: #000;
	font-size: 22px;
	position: relative;
	top: 3px;
	cursor: pointer
}

.sep-menu-box .bottom {
	visibility: visible
}

.sep-menu-box .bottom.no {
	visibility: hidden
}

.sep-menu-box .bottom .menu-item>li {
	border-bottom: 1px solid #ddd
}

.sep-menu-box .bottom .menu-item>li:last-child {
	border-bottom: none
}

.sep-menu-box .bottom .menu-item>li.active {
	background: #437091
}

.sep-menu-box .bottom .menu-item>li.active .box {
	border-bottom: 1px solid #fff
}

.sep-menu-box .bottom .menu-item>li.active .box a {
	color: #fff
}

.sep-menu-box .bottom .menu-item>li.active .box i {
	color: #fff;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg)
}

.sep-menu-box .bottom .menu-item>li .box {
	position: relative;
	padding: 12px 30px;
	border-bottom: 1px solid transparent
}

.sep-menu-box .bottom .menu-item>li .box a {
	color: #282828;
	font-size: 14px;
}

.sep-menu-box .bottom .menu-item>li .box i {
	font-size: 20px;
	color: #282828;
	position: absolute;
	right: 30px;
	top:15px;
	cursor: pointer;
	transition: All .4s ease-in-out;
	-webkit-transition: All .4s ease-in-out;
	-moz-transition: All .4s ease-in-out;
	-o-transition: All .4s ease-in-out
}

.sep-menu-box .bottom .menu-item>li>ul {
	padding: 5px 0;
	display: none
}

.sep-menu-box .bottom .menu-item>li>ul>li {
	padding: 4px 20px
}

.sep-menu-box .bottom .menu-item>li>ul>li a {
	color: #fff;
	font-size: 14px
}

.sep-menu-box .bottom-toggle {
	position: absolute;
	width: 100%;
	z-index: 1000;
	top: 64px;
	background: #fff;
	transition: All .4s ease-in-out;
	-webkit-transition: All .4s ease-in-out;
	-moz-transition: All .4s ease-in-out;
	-o-transition: All .4s ease-in-out;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	visibility: hidden
}

.sep-menu-box .bottom-toggle.active {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0)
}

.sep-menu-box .bottom-toggle .toggle {
	display: none
}

.sep-menu-box .bottom-toggle .toggle>ul {
	background: #fff
}

.sep-menu-box .bottom-toggle .toggle>ul>li {
	padding: 0 0;
	border-bottom: 1px solid #ccc;
	position: relative;
	line-height: 60px
}

.sep-menu-box .bottom-toggle .toggle>ul>li:nth-child(1) span {
	width: 60;
	min-width: 60px;
	height: 59px;
	line-height: 60px;
	text-align: center;
	display: inline-block;
	border-right: 1px solid #ccc
}

.sep-menu-box .bottom-toggle .toggle>ul>li:nth-child(1) a {
	font-family: 'LATO-BOLD'
}

.sep-menu-box .bottom-toggle .toggle>ul>li>ul {
	display: none
}

.sep-menu-box .bottom-toggle .toggle>ul>li>ul>li {
	line-height: 40px
}

.sep-menu-box .bottom-toggle .toggle>ul>li>ul>li a {
	font-size: 14px
}

.sep-menu-box .bottom-toggle .toggle>ul>li a {
	color: #282828;
	font-size: 16px;
	padding-left: 30px
}

.sep-menu-box .bottom-toggle .toggle>ul>li a i {
	font-size: 20px;
	color: #282828;
	position: absolute;
	right: 30px;
	top: 21px;
	cursor: pointer
}

.sep-menu-box .contact {
	background: #437091;
	color: #fff;
	display: table;
	margin: 0 auto;
	margin-top: 0;
	padding: 20px 40px;
	font-size: 14px;
	width: 100%;
	border: none;
	border-radius: 0
}

.sep-menu-box .contact i {
	padding-right: 5px
}

.sep-menu-box .logo img {
padding-top:14px;
width:50%;
 
}

.gdw-mb-c {
	display: none
}

.sep-banner-mb {
	display: none
}

.sep-banner-mb img {
	width: 100%
}

.mb-bottom-wrap {
	padding-bottom: 24px;
	background: #131d26
}

.mb-bottom-wrap ul.info {
	padding: 28px 0px
}

.mb-bottom-wrap ul.info li {
	margin-bottom: 4px;
	position: relative;
	padding-left: 36px;
	color: #fff;
	font-size: 14px
}

.mb-bottom-wrap ul.info li:last-child {
	margin-bottom: 0
}

.mb-bottom-wrap ul.info li i {
	color: #fff
}

.mb-bottom-wrap ul.info li a {
	color: #fff
}

.mb-bottom-wrap ul.info li img {
	position: absolute;
	left: 0;
	top: 10px
}

.mb-bottom-wrap .bottom-menu>li:last-child {
	border-bottom: 1px solid #343e46
}

.mb-bottom-wrap .bottom-menu>li>ul {
	padding: 5px 0;
	padding-left: 60px;
	border-top: 1px solid #343e46;
	display: none
}

.mb-bottom-wrap .bottom-menu>li>ul li {
	padding: 5px 0;
	list-style: disc;
	color: #fff
}

.mb-bottom-wrap .bottom-menu>li>ul li a {
	font-size: 14px;
	color: #fff
}

.mb-bottom-wrap .bottom-menu>li .box {
	padding: 13px 37px;
	border-top: 1px solid #343e46;
	position: relative
}

.mb-bottom-wrap .bottom-menu>li .box a {
	color: #fff;
	font-size: 14px
}

.mb-bottom-wrap .bottom-menu>li .box i {
	position: absolute;
	right: 37px;
	top: 2px;
	color: #fff;
	cursor: pointer;
	font-size: 14px
}


@media screen and (min-width:769px) {
	.sep-banner-mb {
		display: none
	}
	.sep-search-box,
	.sep-shadow,
	.sep-lx-header-mb,
	.sep-menu-box {
		display: none !important
	}
}

@media screen and (max-width:768px) {
	.sep-banner-pc {
		display: none
	}
	.sep-banner-mb {
		display: block
	}
}

@media screen and (max-width:768px) {
	.sep-mainnav {
		display: none
	}
	.sep-header {
		display: none
	}
	.inside-inner {
		display: none
	}
	.gdw-mb-c {
		display: block
	}
	.sep-lx-header-mb {
		display: block
	}
	.mb-bottom-wrap {
		padding-bottom: 84px
	}
	
	#onlineService {
display: none
	}
	.offside {
		display: flex;
		width: 100%
	}
	.offside li {
		flex-grow: 1;
		width: 47px;
		height: 43px;
		background: transparent !important;
		border-bottom: none !important
	}
	.offside li i {
		color: #fff !important;
		font-size: 20px !important
	}
	.offside li.tel {
	     
		width: 47px;
		transform: translateX(0);
		-webkit-transform: translateX(0)
	}
	.offside li:last-child {
		display: none
	}
	.offside li p {
		display: none !important
	}
}

@media screen and (max-width:640px) {
	.sep-container {
		padding: 0 10px
	}
	.owl-theme .owl-controls {
		display: none
	}
}

@media screen and (max-width:1690px) {
	html {
		font-size: 13px
	}
}

@media screen and (max-width:1360px) {
	.sep-container {
		width: 1200px
	}
}

@media screen and (max-width:1260px) {
	.sep-sidebar {
		display: none
	}
	.sep-mainbody .sep-primary {
		float: none;
		width: 100%
	}
}

@media screen and (max-width:1260px) {
	.sep-header.active .sep-mainnav>.sep-container>ul>li {
		padding: 18px 14px
	}
	.sep-mainnav>.sep-container>ul>li {
		position: relative;
		text-align: center;
		line-height: normal;
		float: left;
		padding: 18px 14px
	}
	.sep-header .logo {
		float: left;
		margin-top: 12px
	}
	body {
		padding-top: 106px
	}
	.sep-container {
		width: 1200px;
		padding: 0 20px
	}
}

@media screen and (max-width:768px) {
	.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;
		padding-left: 0
	}
	.row {
		margin-left: 0 !important;
		margin-right: 0 !important
	}
	html {
		font-size: 6px
	}
	.mb-bottom-wrap ul.info li {
		margin-bottom: 14px
	}
	.gallery a {
		width: 100%;
		margin-bottom: 10px
	}
	.flex {
		display: block
	}
	.richtext img {
		height: auto !important
	}
	.swiper-pagination {
		width: 100%;
		bottom: 0
	}
	.sep-container {
		padding: 0 20px
	}
	.sep-breadcrumb {
		padding: 0
	}
	body {
		padding-top: 0
	}
	.sep-footer {
		display: none
	}
}

@media screen and (max-width:480px) {
	.richtext .table-wrap {
		overflow-x: scroll
	}
	#onlineService {
		overflow: visible
	}
}

@media screen and (max-width:1360px) {
	.sep-body .sep-section3 .items .item .info .title:before {
		width: 100%
	}
	.sep-body .sep-section3 .items .item .info .summary {
		-webkit-line-clamp: 2
	}
}

@media screen and (max-width:1260px) {
	.sep-body .sep-section2 .datalist>.flex {
		display: block
	}
	.sep-body .sep-section2 .datalist>.flex img {
		width: 100%
	}
	.sep-body .sep-section2 .datalist .box-lg {
		width: 100%
	}
	.sep-body .sep-section2 .datalist .box-sm {
		width: 100%
	}
	.sep-body .sep-section3 .items .item {
		width: 100%;
		float: left
	}
}

@media screen and (max-width:768px) {
	.sep-banner .sep-container .info .more {
		background: #437091;
		color: #fff;
		padding: 8px 21px;
		border-radius: 4px;
		display: inline-block;
		margin-top: 4px;
		font-size: 12px !important
	}
	.sep-banner .sep-container .info .bd {
		color: #fff;
		font-size: 16px !important;
		margin: 5px 0
	}
	.sep-body .sep-section3 .items .item .info .summary {
		-webkit-line-clamp: 5
	}
	.sep-banner .sep-container .info .hd {
		font-size: 23px !important
	}
	.sep-body .sep-section1 {
		padding-top: 30px
	}
	.sep-body .sep-title {
		font-size: 20px;
		padding-bottom: 15px;
        margin-bottom: 15px;
	}
	
	
	.sep-body .alias {
	    font-size:14px;
		margin-bottom: 30px
	}
	.sep-body .sep-section1 .items .box .info {
		background: #437091;
		padding: 25px 24px 0px 24px
	}
	.sep-body .sep-section1:before {
		display: none
	}
	.sep-body .sep-section2 {
		padding-top: 30px;
		padding-bottom: 30px
	}
	.sep-body .sep-section3 {
		background: #f7f7f7;
		padding-top: 30px;
		padding-bottom: 30px
	}
	.sep-body .sep-section3 .items .item .thumb {
		width: 100%
	}
	.sep-body .sep-section3 .items .item .info {
		width: 100%;
		padding: 20px
	}
	.sep-body .sep-section5 .wrap .box {
		width: 100%
	}
	.sep-body .sep-section5 .wrap .thumb .text {
		background: rgba(67, 112, 145, 0.9);
		padding: 20px;
		width: 100%;
		margin-left: auto
	}
	.sep-body .sep-section5 .wrap .info {
		background: #f7f7f7;
		padding: 30px 20px
	}
	.sep-body .sep-section3 .items .item {
		float: none
	}
	.sep-body .sep-section6 .items .item .summary {
		display: none
	}
	.sep-body .sep-section6 {
		padding-top: 30px;
		padding-bottom: 30px
	}
	.sep-body .sep-section6 .items .item {
		width: 50%;
		float:left;
		padding: 0 15px;
		margin-bottom: 20px
	}
	.sep-body .sep-section4 {
		padding-top: 30px;
		padding-bottom: 30px
	}
	.sep-body .sep-section5 {
		padding-top: 30px;
		height: 597px;
		overflow: hidden;
	}
	
	
.sep-menu-box .bottom .menu-item>li .box {
    position: relative;
    padding: 12px 30px;
    border-bottom: 1px solid transparent;}
	
.sep-menu-box .bottom-toggle .toggle>ul>li {
    padding: 0 0;
    border-bottom: 1px solid #ccc;
    position: relative;
	}	
	
.sep-menu-box .bottom-toggle .toggle>ul>li a {
    color: #282828;
    font-size: 14px;
    padding-left: 30px;
	}
.sep-menu-box .bottom-toggle .toggle>ul { margin-top:23px;}
	
	
	
}


		
		
@media screen and (max-width:640px){

.sep-body .sep-section1 .items .box .info .title {
    padding-top: 20px;
    font-size: 18px;
    margin-bottom: 3px;
    line-height: 1.4em;
    height: 2.8em;
    overflow: hidden;
}

.sep-body .sep-section1 .items .box .info .summary {
    color: #fff;
    opacity: .8;
    line-height: 1.6em;
    font-size: 14px;
    margin-bottom: 2px;
    height: 7.6em;
    overflow: hidden;
}

.sep-body .sep-section4 .text {
    color: #fff;
    font-size: 14px;
    line-height: 1.8em;	 
  overflow: hidden; /* 隐藏超出容器的内容 */
  text-overflow: ellipsis; /* 使用省略号表示被截断的文字 */
  width: 100%; /* 设置容器宽度 */
  	height:171px;

}



.sep-body .sep-section5 .wrap .thumb .text .content {
    color: #fff;
    line-height: 2em;
    font-size: 16px;
    padding: 12px 0;

}



.sep-body .sep-section1 .items .box .info {
    background: #437091;
	height: 123px;
    padding: 0px 0px 0px 15px;}



		    .sep-menu-box{
		            position: fixed;
		    }
		    .sep-menu-box .bottom-toggle{
		            overflow: auto;
     
                    height: 100%;
                
		    }
		    .richtext ul li:nth-child(1), .richtext ul li:nth-child(2) {
    width: 100% !important;
    float: left;
}
		    .richtext.num ul:before{
		            height: 93.5%;
		    }
		    body {
    font-size: 14px;
    color: #323232;
    padding-top: 78px;
    position: relative;
}
		    .sep-lx-header-mb {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
        background: #fff;
    z-index: 1000000;
}
		    .sep-body .sep-section2 .datalist .box .info {
                position: absolute;
                padding: 8px 12px;
                width: 100%;
                left: 0;
                bottom: 4px;
            }
            .relate-list.relate-article-list .sep-datalist li {
    width: 100%;
    float: left;
    margin: 0;
}



.sep-body .sep-section2 .datalist .box .info .title {
    font-size: 14px;
    margin-bottom: 10px;}
	
	
	
 .sep-body .sep-section2 .datalist .box .info .summary {
    font-size: 12px;
}

.sep-body .sep-section1 .items .box .thumb {
    line-height: 290px;}



.sep-body .sep-section6 .items .item .title {
    color: #333;
    font-size: 14px;
	}
	
	
.sep-body .sep-section3 .items .item .info .more {
    padding: 9px 13px;
    border-radius: 4px;
    font-size: 12px;
    display: table;
    margin: 0 auto;
    margin-top: 20px;
 
 

.sep-body .sep-section2 .datalist .box .info .title {
    font-size: 14px;
    margin-bottom: 10px;
}
                *:not(.fa){
		            font-family: 'Lucida Grande','Microsoft Yahei' !important;
		        }
		        *:not(.icon){
		            font-family: 'Lucida Grande','Microsoft Yahei' !important;
		        }
		        
		        .icon{
		                font-family: "iconfont" !important;
		        }
		        .fa{
		                font-family: FontAwesome !important;
		        }
				
				.sep-body .sep-section2 .datalist .box .info .summary {
    font-size: 12px;
				
				
				
				
            }
			
			
 
			
			
}

