@charset "utf-8";
@import '/css/font-awesome.css';
@import '/css/swiper.min.css';

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
}

 

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: .2px;
	-moz-osx-font-smoothing: grayscale
}

.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 {
	position: absolute;
	display: none;
    top: 80%;
	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;
	text-align: left;
	font-size: 14px;
	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
}

.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: 26px;
    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;
	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: 18px
}

.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: 45px 24px 86px 24px
}

.sep-body .sep-section1 .items .box .info .title {
	font-size: 24px;
	margin-bottom: 20px;
	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: 40px;
	height: 9.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(../img/index4-bg.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: 18px;
	line-height: 1.8em;
	margin-bottom: 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(../img/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: 45px 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 .box {
	width: 50%
}

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

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

.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: 22px;
	margin-bottom: 10px;
	display: block
}

.sep-body .sep-section5 .wrap .info .items .item .title i {
	padding-right: 7px;
	font-size: 24px
}

.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 img{
    width:1%;
    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
}

.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
}

.search-btns {
	margin-bottom: 40px
}

.search-btns a {
	height: 48px;
	min-width: 220px;
	font-size: 18px;
	background: #f0f0f0;
	margin: 0 15px
}

.search-btns a.active {
	background: #437091;
	color: #fff
}

.pdfs-boxs {
	width: 100%;
	overflow: hidden;
	padding: 15px 0
}

.pdfs-boxs .pdfs-lists {
	width: 100%;
	line-height: 44px;
	border: 1px solid #ddd;
	padding: 0 14px;
	margin-bottom: 20px;
	float: left
}

.pdfs-boxs .pdfs-lists:nth-child(even) {
	float: right
}

.pdfs-boxs .pdfs-lists:hover {
	border: 1px solid #437091
}

.pdfs-boxs .pdfs-lists .titles-a {
	width: 80%;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	float: left;
	text-overflow: ellipsis
}

.pdfs-boxs .pdfs-lists .titles-a:hover {
	color: #437091
}

.pdfs-boxs .pdfs-lists .titles-a i {
	font-size: 20px;
	margin-right: 10px
}

.pdfs-boxs .pdfs-lists a {
	color: #323232;
	line-height: 44px
}

.pdfs-boxs .pdfs-lists .pdf-download {
	margin-right: 10px
}

.pdfs-boxs .pdfs-lists i {
	color: #437091;
	font: normal normal normal 14px/1 FontAwesome
}

.pdf-item {
	width: 100%;
	line-height: 44px;
	border: 1px solid #ddd;
	padding: 0 14px;
	margin-bottom: 20px;
	float: left
}

.pdf-item:nth-child(even) {
	float: right
}

.pdf-item:hover {
	border: 1px solid #437091
}

.pdf-item .titles-a {
	width: 80%;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	float: left;
	text-overflow: ellipsis
}

.pdf-item .titles-a:hover {
	color: #437091
}

.pdf-item .titles-a i {
	font-size: 20px;
	margin-right: 10px
}

.pdf-item a {
	color: #323232;
	line-height: 44px
}

.pdf-item .pdf-download {
	margin-right: 10px
}

.pdf-item i {
	color: #437091;
	font: normal normal normal 14px/1 FontAwesome
}

.sep-resource-list .sep-datalist {
	list-style: none;
	padding: 0;
	margin: 0
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) {
	border-bottom: dotted 1px #ddd;
	position: relative;
	min-height: 140px;
	padding: 15px 10px 50px 150px;
	line-height: 1em;
	margin-bottom: 20px
}

.sep-resource-list .sep-datalist>li:not(.pdf-item).nothumb {
	padding-left: 10px;
	min-height: auto;
	padding-bottom: 30px
}

.sep-resource-list .sep-datalist>li:not(.pdf-item).nothumb .thumb {
	display: none
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) .thumb {
	position: absolute;
	left: 10px;
	top: 15px;
	display: block;
	width: 120px;
	height: 120px;
	overflow: hidden;
	text-align: center
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) .thumb img {
	max-width: 100%;
	border: 1px solid #ddd
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) .title {
	display: block;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
	height: 1.3em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) .title:hover {
	color: #437091
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) .summary {
	display: block;
	color: #666;
	line-height: 1.5em;
	word-break: break-all
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) .published {
	display: block;
	color: #999;
	font-size: 12px;
	margin-bottom: 10px
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) .published:before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f073";
	margin-right: 5px
}

.sep-resource-list .sep-datalist>li:not(.pdf-item) .btn-read {
	position: absolute;
	bottom: 10px;
	right: 0;
	border: solid 1px #ccc;
	border-radius: 3px;
	background: #f0f0f0;
	padding: 2px 8px;
	color: #333;
	font-size: 12px
}

.sep-pagination {
	text-align: center;
}

.sep-pagination .pagination li a,
.sep-pagination .pagination li span {
font-size:14px;
	padding: 3px 10px;
	color: #333
}

.sep-pagination .pagination li.active a,
.sep-pagination .pagination li.active span {
	border-color: #3b6380;
	background: #437091;
	color: #fff
}

.sep-resource-list-nothumb .sep-datalist {
	list-style: none;
	padding: 0;
	margin: 0
}

.sep-resource-list-nothumb .sep-datalist li {
	border-bottom: dotted 1px #ddd;
	position: relative;
	min-height: 120px;
	padding: 15px 10px 50px 10px
}

.sep-resource-list-nothumb .sep-datalist li .thumb {
	position: absolute;
	left: 10px;
	top: 15px;
	display: block;
	width: 120px;
	height: 120px;
	overflow: hidden;
	text-align: center;
	display: none;
	border: 1px solid #ddd
}

.sep-resource-list-nothumb .sep-datalist li .thumb img {
	max-width: 100%;
	height: 90px;
	display: none
}

.sep-resource-list-nothumb .sep-datalist li .title {
	display: block;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
	height: auto;
	line-height: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px
}

.sep-resource-list-nothumb .sep-datalist li .title:hover {
	color: #437091
}

.sep-resource-list-nothumb .sep-datalist li .summary {
	display: block;
	color: #666;
	line-height: 1.5em;
	word-break: break-all;
	width: 100%
}

.sep-resource-list-nothumb .sep-datalist li .published {
	display: block;
	color: #999;
	font-size: 12px;
	margin-bottom: 10px;
	position: absolute;
	bottom: 10px;
	left: 10px
}

.sep-resource-list-nothumb .sep-datalist li .published:before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f073";
	margin-right: 5px
}

.sep-resource-list-nothumb .sep-datalist li .btn-read {
	position: absolute;
	bottom: 10px;
	left: 10px;
	border: solid 1px #ccc;
	border-radius: 3px;
	background: #f0f0f0;
	padding: 2px 8px;
	color: #333;
	font-size: 12px;
	display: none
}

.sep-resource-grid .sep-datalist {
	list-style: none;
	padding: 0;
	margin: 0 -15px;
	overflow: hidden
}

.sep-resource-grid .chanpinliebiao li {
    position: relative;
    float: left;
    width: 276px;
    overflow: hidden;
    padding: 20px 7px;
}
.sep-resource-grid .chanpinliebiao li .thumb {
	display: block;
	width: 100%;
	line-height: 173px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 8px;
	border: 1px solid #cecece
}


 
.sep-resource-grid .chanpinliebiao li .title {
	line-height: 1.5em;
	height: 1.5em;
	display: block;
	overflow: hidden;
	font-weight:bold;
	margin-bottom: 8px;
	font-size: 14px;
	color: #323232;
	margin-top: 20px;
	text-align: center
}




.sep-resource-grid .sep-datalist li {
	position: relative;
	float: left;
	text-align:center;
	width: 33.33%;
	overflow: hidden;
	padding: 0 15px;
	margin-bottom: 18px
}

.sep-resource-grid .sep-datalist li .thumb {
	display: block;
	width: 100%;
	line-height: 173px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 8px;
	border: 1px solid #cecece
}

.sep-resource-grid .sep-datalist li .thumb img {
	width:320px;
	height: auto; 
	padding-top:10px;
	}

.sep-resource-grid .sep-datalist li .title {
	line-height: 1.5em;
	height: 1.5em;
	display: block;
	overflow: hidden;
	margin-bottom: 8px;
	font-size: 14px;
	color: #323232;
	margin-top: 20px;
	text-align: center
}

.sep-resource-grid .sep-datalist li .title:hover {
	color: #437091
}

.sep-resource-grid .sep-datalist li .summary {
	display: none;
	line-height: 1.5em;
	height: 6em;
	overflow: hidden;
	color: #777
}

.sep-resource-grid .sep-datalist li .published {
	display: none
}

.sep-resource-grid .sep-datalist li .btn-read {
	display: none
}

.sep-breadcrumb {
	margin: 0;
	top: 0;
	list-style: none;
	width: 100%;
	text-align: left
}

.sep-breadcrumb.bg {
	background: #f7f7f7;
	border-top: 1px solid #e6e6e6
}

.sep-breadcrumb.bg .breadcrumb:before {
	color: #437091
}

.sep-breadcrumb.bg .breadcrumb li a {
	color: #437091
}

.sep-breadcrumb.bg .breadcrumb li:last-child a {
	color: #808080
}

.sep-breadcrumb.bg .breadcrumb>li+li:before {
	color: #437091
}

.sep-breadcrumb.mt-100 {
	margin-top: -100px
}

.sep-breadcrumb .sep-container.width1300 {
	width: 1360px
}

.sep-breadcrumb.noline .breadcrumb {
	border: none
}

.sep-breadcrumb .breadcrumb {
	padding-left: 0;
	padding-right: 0;
	padding: 14px 0;
	background: transparent;
	margin-bottom: 0;
	border-radius: 0
}

.sep-breadcrumb .breadcrumb:before {
	height: 20px;
	font-size: 18px;
	display: inline-block;
	position: relative;
	top: 2px;
	left: 0
}

.sep-breadcrumb .breadcrumb li {
	display: inline-block
}

.sep-breadcrumb .breadcrumb li a {
	text-decoration: none;
	color: #fff;
	font-size: 14px
}

.sep-breadcrumb .breadcrumb li a:hover {
	text-decoration: underline;
	color: #437091
}

.sep-breadcrumb .breadcrumb li:last-child a {
	color: #ccc
}

.sep-breadcrumb .breadcrumb>li+li:before {
	content: '-';
	color: #fff;
	position: relative;
	top: 0;
	font-size: 14px;
	padding: 0 6px
}

.sep-breadcrumb .breadcrumb .li-last:after {
	margin-left: 5px;
	content: ' '
}

.bt {
	border-top: 1px solid #dcdcdc
}

.mb10 {
	margin-bottom: 10px !important
}

.mb20 {
	
}

.mb30 {
	margin-bottom: 30px
}

.mb70 {
	margin-bottom: 6.48148148vh !important
}

.mb50 {
	margin-bottom: 4.62962963vh !important
}

.fz50 {
	font-size: 3.125rem
}

.fz36 {
	font-size: 26px;
}

.fz28 {
    padding-top: 11px;
	color: aliceblue;
    height: 60px;
    align-items: center;
    padding-left: 28px;
    padding-right: 16px;
	font-size: 23px;
	background: #437091;
	font-weight:bold;
}

.fz24 {
	font-size: 1.5rem !important
}

.pb0 {
	padding-bottom: 0 !important
}

.sep-inner-banner {
	position: relative
}

.sep-inner-banner img {
	max-width: 100%
}

.sep-inner-banner img.no-filter {
	filter: none
}

.zzgs-section-normal>.sep-container.flex{
align-items: flex-start;
		    }
.zzgs-body>.sep-container.flex{align-items: flex-start;
		    }
.zzgs-section-normal h2 {
    font-size:26px;
    margin-bottom: 32px;
    line-height: normal !important;
	}
			
			
			
.zzgs-body .zzgs-section-normal { padding-top:25px;
}

.zzgs-body .zzgs-section-normal.bg {
	background: #f7f7f7
}

.zzgs-body .zzgs-section-normal.adv-bg {
	background: url(../images/adv.jpg) no-repeat;
	background-size: cover;
	padding: 6.48148148vh 0
}

.zzgs-body .zzgs-section-normal.solution-bg {
	background: url(../images/solution-bg.jpg) no-repeat;
	background-size: cover
}

.zzgs-body .zzgs-section-normal .more-x {
	color: #fff;
	font-size: 18px;
	border: 2px solid #fff;
	padding: 10px 25px;
	margin: 0 auto;
	display: table
}

.zzgs-body .zzgs-section-normal .more-x:hover {
	background: #fff;
	color: #437091
}

.zzgs-body .zzgs-section-normal.detail-wrap {
	padding-top: 2.77777778vh
}

.zzgs-body .zzgs-section-normal.detail-wrap .box-wrap .thumb-box {
	width: 600px;
	flex-grow: 0;
	flex-shrink: 0
}

.zzgs-body .zzgs-section-normal.detail-wrap .box-wrap .thumb-box .thumb {
	margin-bottom: 10px
}

.zzgs-body .zzgs-section-normal.detail-wrap .box-wrap .thumb-box .swiper-button-next,
.zzgs-body .zzgs-section-normal.detail-wrap .box-wrap .thumb-box .swiper-button-prev {
	width: 24px;
	height: 24px;
	background: #437091;
	color: #fff;
	line-height: 24px;
	text-align: center;
	margin-top: -12px
}

.zzgs-body .zzgs-section-normal.detail-wrap .box-wrap .thumb-box .swiper-button-next:hover,
.zzgs-body .zzgs-section-normal.detail-wrap .box-wrap .thumb-box .swiper-button-prev:hover {
	opacity: .7
}

.zzgs-body .zzgs-section-normal.detail-wrap .box-wrap .thumb-box .swiper-button-next i,
.zzgs-body .zzgs-section-normal.detail-wrap .box-wrap .thumb-box .swiper-button-prev i {
	font-size: 12px
}

.zzgs-body .zzgs-section-normal.detail-wrap .box-wrap .thumb-box .swiper-button-prev {
	left: 0
}

.zzgs-body .zzgs-section-normal.detail-wrap .box-wrap .thumb-box .swiper-button-next {
	right: 0
}

.zzgs-body .zzgs-section-normal.detail-wrap .box-wrap .thumb-box .box-slide img {
	cursor: pointer;
	border: 1px solid transparent
}

.zzgs-body .zzgs-section-normal.detail-wrap .box-wrap .thumb-box .box-slide img.active {
	border: 1px solid #437091
}

.zzgs-body .zzgs-section-normal.detail-wrap .box-wrap .info {
	width: 530px;
	margin-left: auto
}

.zzgs-body .zzgs-section-normal.detail-wrap .box-wrap .info h1 {
	position: relative;
	padding-bottom: 35px;
	color: #003e55;
	margin-bottom: 36px
}

.zzgs-body .zzgs-section-normal.detail-wrap .box-wrap .info h1:before {
	content: '';
	display: block;
	height: 1px;
	width: 360px;
	background: #e6e6e6;
	position: absolute;
	left: 0;
	bottom: 0
}

.zzgs-body .zzgs-section-normal.detail-wrap .box-wrap .info h1:after {
	content: '';
	background: #437091;
	height: 3px;
	width: 40px;
	position: absolute;
	left: 0;
	bottom: -1px
}

.zzgs-body .zzgs-section-normal.detail-wrap .box-wrap .info .more {
	background: #437091;
	border-radius: 6px;
	padding: 12px 35px;
	position: relative;
	color: #fff;
	font-size: 16px;
	margin-top: 7.03703704vh;
	display: table
}

.zzgs-body .zzgs-section-normal.detail-wrap .box-wrap .info .more:hover {
	opacity: .8
}

.zzgs-body .zzgs-section-normal.detail-wrap .box-wrap .info .more:after {
	content: '';
	display: inline-block;
	height: 1px;
	width: 20px;
	background: #fff;
	margin-left: 10px;
	position: relative;
	top: -4px
}

.zzgs-body .zzgs-section-normal.contact-bg {
	background: url(../images/contact-bg.jpg) no-repeat
}

.zzgs-body .form-box.contact .form-group .form-control {
	border: 1px solid #ddd;
	background: rgba(255, 255, 255, 0.2);
	height: 40px;
	font-family: 'Roboto-Regular';
	color: #333;
	font-size: 16px
}

.zzgs-body .form-box.contact .form-group .form-control::-webkit-input-placeholder {
	color: #333;
	font-size: 13px
}

.zzgs-body .form-box.contact .form-group .form-control::-moz-placeholder {
	color: #333;
	font-size: 13px
}

.zzgs-body .form-box.contact .form-group .form-control:-ms-input-placeholder {
	color: #333;
	font-size: 13px
}

.zzgs-body .form-box.contact .form-group textarea.form-control {
	height: 156px;
	color: #333
}

.zzgs-body .form-box.contact .form-group .regex-tip {
	top: 34px;
	font-size: 12px
}

.zzgs-body .form-box.contact .form-group .btn-primary {
	background: #437091;
	border: 1px solid #437091;
	display: table;
	margin: 0;
	width: 150px;
	height: 58px;
	font-size: 20px;
	margin-top: 15px;
	color: #fff
}

.zzgs-body .form-box.contact .form-group .btn-primary:hover {
	opacity: .7
}

.zzgs-body .form-box .form-group .form-control {
	border: none;
	background: rgba(255, 255, 255, 0.2);
	height: 52px;
	font-family: 'Roboto-Regular';
	color: #fff
}

.zzgs-body .form-box .form-group .form-control::-webkit-input-placeholder {
	color: #fff;
	font-size: 16px
}

.zzgs-body .form-box .form-group .form-control::-moz-placeholder {
	color: #fff;
	font-size: 16px
}

.zzgs-body .form-box .form-group .form-control:-ms-input-placeholder {
	color: #fff;
	font-size: 16px
}

.zzgs-body .form-box .form-group textarea.form-control {
	height: 202px;
	color: #fff
}

.zzgs-body .form-box .form-group .btn-primary {
	background: transparent;
	border: 1px solid #fff;
	display: table;
	margin: 0 auto;
	width: 328px;
	height: 58px;
	font-size: 20px;
	margin-top: 35px;
	color: #fff
}

.zzgs-body .form-box .form-group .btn-primary:hover {
	opacity: .7
}

.zzgs-body .zzgs-resource-list .item {
	padding: 6.2037037vh 0;
	position: relative;
	margin-bottom: 40px
}

.zzgs-body .zzgs-resource-list .item:last-child {
	margin-bottom: 0
}

.zzgs-body .zzgs-resource-list .item:nth-child(even) .sep-container {
	flex-direction: row-reverse
}

.zzgs-body .zzgs-resource-list .item:nth-child(even) .thumb-box {
	padding-right: 0;
	padding-left: 40px
}

.zzgs-body .zzgs-resource-list .item:nth-child(even):before {
	left: 0
}

.zzgs-body .zzgs-resource-list .item:before {
	content: '';
	display: block;
	height: 100%;
	background: #f7f7f7;
	position: absolute;
	right: 0;
	top: 0;
	width: 70.83333333%;
	z-index: 1
}

.zzgs-body .zzgs-resource-list .item .sep-container {
	position: relative;
	z-index: 100
}

.zzgs-body .zzgs-resource-list .item .thumb-box,
.zzgs-body .zzgs-resource-list .item .info {
	width: 50%
}

.zzgs-body .zzgs-resource-list .item .thumb-box {
	padding-right: 40px
}

.zzgs-body .zzgs-resource-list .item .thumb {
	width: 560px;
	max-width: 100%;
	height: 440px;
	box-shadow: 0 0 12px rgba(140, 140, 140, 0.2);
	background: #fff
}

.zzgs-body .zzgs-resource-list .item .thumb:hover {
	opacity: .8
}

.zzgs-body .zzgs-resource-list .item .title {
	color: #333;
	font-size: 20px;
	margin-bottom: 15px
}

.zzgs-body .zzgs-resource-list .item .summary {
	color: #666;
	font-size: 16px;
	line-height: 1.6em;
	margin-bottom: 3.24074074vh
}

.zzgs-body .zzgs-resource-list .item ul {
	border-top: 1px solid #e6e6e6;

	padding-top: 24px;
	margin-bottom: 30px
}

.zzgs-body .zzgs-resource-list .item ul li {
	width: 33.33%;
	margin-bottom: 10px
}

.zzgs-body .zzgs-resource-list .item ul li a {
	color: #333;
	font-size: 16px
}

.zzgs-body .zzgs-resource-list .item ul li a:hover {
	color: #437091
}

.zzgs-body .zzgs-resource-list .item .more {
	background: #437091;
	color: #fff;
	font-size: 16px;
	padding: 10px 25px;
	border-radius: 4px
}

.zzgs-body .zzgs-resource-list .item .more:after {
	content: '';
	display: inline-block;
	height: 1px;
	background: #fff;
	width: 20px;
	margin-left: 5px;
	position: relative;
	top: -5px
}

.zzgs-body .zzgs-resource-list .item .more:hover {
	opacity: .7
}

.zzgs-body .adv-slide {
	padding-bottom: 70px
}

.zzgs-body .adv-slide .swiper-pagination {
	bottom: 0;
	text-align: center;
	width: 100%
}

.zzgs-body .adv-slide .swiper-pagination .swiper-pagination-bullet {
	border: 1px solid rgba(255, 255, 255, 0.5);
	width: 16px;
	height: 16px;
	margin: 0 10px;
	opacity: 1;
	background: transparent;
	outline: none
}

.zzgs-body .adv-slide .swiper-pagination .swiper-pagination-bullet-active {
	background: #e6e6e6 !important;
	border: 1px solid #e6e6e6
}

.zzgs-body .adv-slide .box-wrap {
	margin: 0
}

.zzgs-body .adv-slide .box-wrap .box:nth-child(1) {
	padding-left: 0;
	padding-right: 25px
}

.zzgs-body .adv-slide .box-wrap .box:nth-child(2) {
	padding-left: 25px;
	padding-right: 0
}

.zzgs-body .adv-slide .box-wrap .box:hover .info {
	background: #437091;
	border: 1px solid #437091
}

.zzgs-body .adv-slide .box-wrap .box .info {
	border: 1px solid #fff;
	padding: 46px 50px;
	text-align: center
}

.zzgs-body .adv-slide .box-wrap .box .info i {
	width: 90px;
	height: 90px;
	display: inline-block;
	margin: 0 auto;
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 90px;
	font-size: 50px;
	margin-bottom: 20px;
	padding-left: 4px
}

.zzgs-body .adv-slide .box-wrap .box .info .title {
	color: #fff;
	font-size: 20px;
	margin-bottom: 16px
}

.zzgs-body .adv-slide .box-wrap .box .info .summary {
	color: #fff;
	font-size: 16px;
	line-height: 1.6em
}

.zzgs-body .zzgs-faq-items .item {
	margin-bottom: 25px
}

.zzgs-body .zzgs-faq-items .item:last-child .content {
	padding-bottom: 0
}

.zzgs-body .zzgs-faq-items .item.active .box {
	background: #edf0f2;
	color: #fff
}

.zzgs-body .zzgs-faq-items .item.active .box i {
	background: #437091;
	color: #fff
}

.zzgs-body .zzgs-faq-items .item:hover.active .box {
	background: #437091;
	color: #fff
}

.zzgs-body .zzgs-faq-items .item:hover.active .box i {
	background: #fff;
	color: #437091
}

.zzgs-body .zzgs-faq-items .item:hover.active .box .title {
	color: #fff
}

.zzgs-body .zzgs-faq-items .item .box {
	background: #f2f2f2;
	height: 70px;
	align-items: center;
	position: relative;
	padding-left: 60px
}

.zzgs-body .zzgs-faq-items .item .box i {
	position: absolute;
	width: 26px;
	height: 26px;
	border: 1px solid #437091;
	color: #437091;
	font-style: normal;
	border-radius: 50%;
	left: 20px;
	top: 22px
}

.zzgs-body .zzgs-faq-items .item .box .title {
	color: #1a1a1a;
	font-size: 18px
}

.zzgs-body .zzgs-faq-items .item .content {
	padding: 30px 0;
	position: relative;
	padding-left: 60px;
	border-top: none;
	color: #666;
	font-size: 16px;
	line-height: 1.6em;
	padding-bottom: 0
}

.zzgs-body .zzgs-faq-items .item .content i {
	position: absolute;
	width: 26px;
	height: 26px;
	border: 1px solid #437091;
	color: #437091;
	font-style: normal;
	border-radius: 50%;
	left: 20px;
	top: 30px;
	text-align: center;
	align-items: center;
	line-height: 24px
}

.zzgs-body .zzgs-relate-grid .box .thumb {
	box-shadow: 0 0 6px rgba(140, 140, 140, 0.2);
	height: 284px;
	background: #fff
}

.zzgs-body .zzgs-relate-grid .box:hover .title {
	background: #437091;
	color: #fff
}

.zzgs-body .zzgs-relate-grid .box .title {
	color: #4c4c4c;
	font-size: 16px;
	height: 110px;
	line-height: 1.4em
}

.zzgs-body .quality-box-wrap .item {
	margin-bottom: 74px
}

.zzgs-body .quality-box-wrap .thumb {
	width: 51%;
	float: left;
	overflow: hidden
}

.zzgs-body .quality-box-wrap .thumb img {
	width: 100%;
	box-shadow: 0 0 6px rgba(139, 139, 139, 0.5)
}

.zzgs-body .quality-box-wrap .info {
	width: 49%;
	float: right;
	padding: 28px 47px
}

.zzgs-body .quality-box-wrap .info .title {
	color: #437091;
	font-size: 30px;
	margin-bottom: 20px
}

.zzgs-body .quality-box-wrap .info .title i {
	color: #000;
	font-size: 48px
}

.zzgs-body .quality-box-wrap .info .text {
	color: #373737;
	font-size: 14px;
	line-height: 1.6em
}

.zzgs-body .quality-box-wrap .item:nth-child(even) .thumb {
	float: right
}

.zzgs-body .quality-box-wrap .item:nth-child(even) .info {
	float: left
}

.relate {
	text-align: center;
	font-size: 18px;
	color: #fff;
	background: #437091;
	margin: 20px 0;
	padding: 5px 0
}

.relate-list .sep-pagination {
	display: none
}

.relate-list .sep-datalist li {
	width: 31%;
	float: left;
	margin: 0 1.16%
}

.relate-list .sep-datalist li .title {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	background: #fff;
	color: #333;
	text-align: center;
	height: 2.2em;
	overflow: hidden
}

.relate-list .sep-datalist li h3 {
	text-align: center;
	margin-top: 5px
}

.relate-list .sep-datalist li .title:hover {
	color: #437091;
	text-decoration: underline
}

.relate-list .sep-datalist li .thumb {
	width: 100%;
	display: block;
	border: 1px solid #bbb
}

.relate-list .sep-datalist li .thumb img {
	width: 100%;
	min-height: 165px
}

.relate-list .sep-datalist li .summary {
	display: none
}

.relate-list .sep-datalist li .published {
	display: none
}

.relate-list .sep-datalist li .btn-read {
	display: none
}

.relate-list.relate-article-list .sep-datalist li {
	width: 46%;
	float: left;
	line-height:40px;
	margin: 0 1.16%
}

.relate-list.relate-article-list .sep-datalist li h2 {
	overflow: hidden
}

.relate-list.relate-article-list .sep-datalist li .title {
	display: inline-block;
	font-size: 14px;
	background: transparent;
	color: #000;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	height: auto
}

.relate-list.relate-article-list .sep-datalist li .title:before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	margin-right: 10px;
	background: #000;
	color: #000;
	padding-right: 5px;
	font-size: 12px
}

.relate-list.relate-article-list .sep-datalist li .title:hover {
	color: #437091;
	text-decoration: underline
}

.relate-list.relate-article-list .sep-datalist li .thumb {
	width: 100%;
	display: block;
	border: 1px solid #bbb;
	display: none
}

.relate-list.relate-article-list .sep-datalist li .thumb img {
	width: 100%
}

.relate-list.relate-article-list .sep-datalist li .summary {
	display: none
}

.relate-list.relate-article-list .sep-datalist li .published {
	display: none
}

.relate-list.relate-article-list .sep-datalist li .btn-read {
	display: none
}

.w1200 {
	width: 1200px !important;
	max-width: 100%
}

#baguetteBox-overlay {
	z-index: 1000000000 !important
}

.zzgs-title {
	position: relative
}

.zzgs-title.color-website {
	color: #003e55
}

.zzgs-title.has-line {
	padding-bottom: 25px
}

.zzgs-title.has-line:before {
	content: '';
	height: 1px;
	background: rgba(255, 255, 255, 0.2);
	width: 360px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%)
}

.zzgs-title.has-line:after {
	content: '';
	display: block;
	width: 40px;
	height: 3px;
	background: #fff;
	position: absolute;
	left: 50%;
	bottom: -1px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%)
}


.zzgs-title.has-line2 {
	padding-bottom: 25px
}

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

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

.zzgs-title.has-line3 {
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	color: #437091
}

.richtext {
	word-spacing: normal;
	color: #666;
	font-size: 16px;
	line-height: 2em !important;
	font-family: 'Roboto-Regular', 'Lucida Grande';
	margin-bottom: 20px
}
.richtext .shipin{ width:830px; height:460px;  }

.richtext table tr td:nth-child(1) *{color: #fff;}

.richtext.paddinglr {
	padding: 0 4.6875vw
}

.richtext.color-white {
	color: #fff
}

.richtext.color-white * {
	color: #fff
}

.richtext.color-white ul li:before {
	background: #fff
}

.richtext.mb0 {
	margin-bottom: 0
}

.richtext.square ul li {
	list-style: square
}

.richtext * {
	word-spacing: normal;
	color: #666;
	font-size: 16px;
	line-height: 2em !important;
	font-family: 'Roboto-Regular', 'Lucida Grande';
	max-width: 100%
}

.richtext strong {
	color: #437091;
	font-family: 'Roboto-Bold'
}

.richtext strong * {
	color: #437091
}

.richtext.fz14 {
	font-size: 14px
}

.richtext.fz14 * {
	font-size: 14px
}

.richtext.richtext-x img {
	width: 100%
}

.richtext.has-img img {
	float: right;
	padding-left: 10px
}

.richtext.richtext-bordert {
	border-top: 1px solid #c6c6c6;
	padding-bottom: 15px
}

.richtext ol {
	padding-left: 20px
}

.richtext ol li {
	list-style: decimal
}

.richtext p {
	margin-bottom: 0
}

.richtext a {
	color: #437091;
	text-decoration: none;
	text-decoration: underline;
	font-family: 'Roboto-Bold'
}

.richtext a:hover {
	text-decoration: underline
}

.richtext h2 {
	color: #437091;
	font-size: 20px;
	margin-bottom: 20px;
	line-height: normal !important;
	font-family: 'Roboto-Bold'
}

.richtext table {
	width: 100%;
	margin-top: 10px;
	border: none
}

.richtext table tr td {
	border: 1px solid #e8e8e8;
	color: #4c4c4c;
	font-size: 16px;
	padding: 10px 28px;
	white-space: nowrap
}

.richtext table tr td:nth-child(1) {
	background: #437091;
	color: #fff
}

.richtext .table-wrap {
	overflow-x: auto
}

.richtext .table-wrap::-webkit-scrollbar {
	height: 10px
}

.richtext .table-wrap::-webkit-scrollbar-thumb {
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #437091;
	height: 90px
}

.richtext .table-wrap::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #c5d3e9
}

.richtext ul {
	color: #437091
}

.richtext ul li {
	list-style: none;
	color: #666;
	font-size: 16px;
	position: relative;
	margin-bottom: 20px
}

.richtext.num ul {
	padding-left: 0;
	position: relative
}

.richtext.num ul:before {
	content: '';
	display: block;
	width: 1px;
	background: #437091;
	height: 89%;
	position: absolute;
	left: 45px;
	top: 10px
}

.richtext.num ul li {
	position: relative;
	padding-left: 69px
}

.richtext.num ul li:before {
	content: '';
	width: 9px;
	height: 9px;
	background: #437091;
	position: absolute;
	display: block;
	border-radius: 50%;
	left: 41px;
	top: 9px
}

.richtext.num ul li:after {
	content: '01';
	position: absolute;
	left: 0;
	top: 0;
	color: #437091;
	font-size: 20px;
	font-family: 'Roboto-Black'
}

.richtext.num ul li:nth-child(2):after {
	content: '02'
}

.richtext.num ul li:nth-child(3):after {
	content: '03'
}

.richtext.num ul li:nth-child(4):after {
	content: '04'
}

.richtext.num ul li:nth-child(5):after {
	content: '05'
}

.richtext.num ul li:nth-child(6):after {
	content: '06'
}

.richtext.line ul li {
	padding-left: 20px
}

.richtext.line ul li:before {
	content: '';
	display: inline-block;
	height: 2px;
	width: 10px;
	background: #437091;
	position: absolute;
	left: 0;
	top: 13px
}

.sep-sidebar {
	width: 300px;
	margin-bottom: 23px;
	flex-grow: 0;
	flex-shrink: 0;
	margin-left: auto
}

.sep-sidebar .sep-box {
	margin-bottom: 30px
}

.sep-sidebar .normal {
	background: #fff
}

.sep-sidebar .normal>li {
	margin-bottom: 2px
}

.sep-sidebar .normal>li:last-child {
	border-bottom: none
}

.sep-sidebar .normal>li.active .box {
	 
}

.sep-sidebar .normal>li.active .box a {

}

.sep-sidebar .normal>li.active .box a:hover {
	color: #fff;
	opacity: .7
}

.sep-sidebar .normal>li.active .box .control:before {
 background: url("/images/guanbi.png") no-repeat bottom left 10px;
	color: #fff
}

.sep-sidebar .normal>li .box {
	height: 60px;
	align-items: center;
	padding-left: 28px;
	padding-right: 16px;
	background: #f2f2f2
}

.sep-sidebar .normal>li .box a {
	color: #333;
	font-size: 16px;
	font-family: 'Roboto-Bold'
}

.sep-sidebar .normal>li .box a:hover {
	color: #437091
}

.sep-sidebar .normal>li .box .icon {
	color: #676767;
	padding-right: 5px
}

.sep-sidebar .normal>li .box .control {
	margin-left: auto;
	cursor: pointer
}
 
sep-sidebar .normal>li .box .control:before {
 
	font-family: "iconfont" !important;
	color: #1a1a1a;
	font-size: 24px
}

.sep-sidebar .normal>li>ul {
	display: none
}

.sep-sidebar .normal>li>ul>li {
	padding: 18px 0;
	border: 1px solid #e6e6e6;
	border-bottom: none
}

.sep-sidebar .normal>li>ul>li:last-child {
	border-bottom: 1px solid #e6e6e6
}

.sep-sidebar .normal>li>ul>li>a {
	color: #666;
	font-size: 14px;
	position: relative;
	padding-left: 48px
}

.sep-sidebar .normal>li>ul>li>a i {
	position: absolute;
	left: 20px;
	top: 2px;
	color: #aeaeae
}

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

.sep-sidebar .sep-contact .box {
	background: url(../images/contact-bg2.jpg) no-repeat;
	background-size: cover;
	padding: 35px
}

.sep-sidebar .sep-contact .box .hd {
	font-size: 20px;
	margin-bottom: 20px
}

.sep-sidebar .sep-contact .box .hd:hover {
	color: #fff;
	text-decoration: underline
}

.sep-sidebar .sep-contact .box .info {
	border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.sep-sidebar .sep-contact .box .info ul li {
	position: relative;
	padding-left: 26px;
	margin-bottom: 10px
}

.sep-sidebar .sep-contact .box .info ul li i {
	color: #fff;
	position: absolute;
	left: 0;
	top: 0
}

.sep-sidebar .sep-contact .box .info ul li a,
.sep-sidebar .sep-contact .box .info ul li span {
	color: #fff;
	font-size: 13px
}

.sep-sidebar .sep-contact .box .info ul li a:hover {
	text-decoration: underline
}

.sep-sidebar .sep-contact .contact {
	height: 54px;
	font-size: 16px;
	background: #437091;
	color: #fff
}

.sep-sidebar .sep-contact .contact:hover {
	opacity: .6
}

.sep-sidebar .sep-contact .contact i {
	padding-right: 10px
}

.sep-primary {
	margin-bottom: 30px;
	width:860px;
	flex-grow: 0;
	flex-shrink: 0
}

.faq-list .faq-item {
	overflow: hidden;
	position: relative
}

.faq-list .faq-item i {
	position: absolute;
	right: 20px;
	top: 14px;
	font-size: 18px;
	cursor: pointer
}

.faq-list .faq-item .faq-question {
	clear: both;
	font-size: 16px;
	font-weight: bold
}

.faq-list .faq-item .faq-question:before {
	font-family: FontAwesome;
	content: "\f29c";
	font-size: 34px;
	color: #437091;
	margin-right: 12px;
	margin-left: 2px;
	vertical-align: middle;
	font-weight: normal
}

.faq-list .faq-item .faq-answer {
	box-shadow: 0 1px 4px #ccc;
	border-radius: 8px;
	padding: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	display: inline-block;
	display: block;
	float: right;
	margin: 5px;
	margin-left: 40px;
	padding-right: 130px;
	background: #ddd;
	background-size: auto 30px;
	font-size: 14px
}

.faq-list .faq-item .faq-answer p {
	font-size: 14px
}

.faq-list .minus i:before {
	content: '\f068'
}

.gallery img {
	max-height: 230px;
	transition: all .4s;
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	max-width: 100%
}

.gallery.gallery-c a {
	width: 100%;
	box-shadow: none;
	overflow: hidden
}

.gallery.gallery-c img {
	max-height: none
}

.gallery a {
	width: 31.33%;
	display: inline-block;
	overflow: hidden;
	margin: .5%;
	box-shadow: 0 0 4px -1px #000;
	text-align: center
}

.fusion-posts-container .post {
	margin-bottom: 25px;
    border-bottom: 1px dotted #ccc;
	min-height: 250px
}

.fusion-posts-container .post:last-child {
	border-bottom: none
}

.fusion-posts-container .fusion-date-and-formats {
	float: left;
	margin-right: 17px;
	width: 82px;
	text-align: center
}

.fusion-posts-container .fusion-date-and-formats .fusion-date {
	display: block;
	line-height: 29px;
	font-size: 29px;
	font-weight: bold
}

.fusion-posts-container .fusion-date-and-formats .fusion-date-box {
	padding: 8px 0 5px 0;
	color: #fff;
	background-color: #437091;
	font-size: 13px
}

.fusion-posts-container .fusion-date-and-formats .fusion-format-box {
	margin-top: 3px;
	background-color: #eef0f2
}

.fusion-posts-container .fusion-date-and-formats .fusion-format-box i {
	display: block;
	line-height: 55px;
	font-size: 30px
}

.fusion-posts-container .fusion-post-slideshow {
	float: left;
	width: 320px;
	display: block;
	margin-right: 17px
}

.fusion-posts-container .fusion-post-slideshow .slides {
	overflow: hidden
}

.fusion-posts-container h2 {font-size: 18px;}
.fusion-posts-container .fusion-post-content {
	margin-left: 360px
}

.fusion-posts-container .entry-title {
	margin-bottom: 20px
}

.fusion-posts-container .entry-title a {
	font-size: 18px;
	line-height: 27px
}

.fusion-posts-container .fusion-alignright {
	display: inline;
	float: right;
	margin-left: 15px
}

.fusion-posts-container .more a,
.fusion-posts-container .fusion-read-more {
	position: relative;
	margin-right: 10px;
	text-align: right;
	color: #333;
	font-size: 12px
}

.fusion-posts-container .fusion-post-content-container {
	color: #000;
	font-size: 14px;
	line-height: 2.4em;
	margin-bottom: 60px
}

.know-mores {
	display: block;
	padding: 0 50px 0 20px;
	position: relative;
	font-size: 15px;
	color: #fff;
	line-height: 37px;
	background: #437091;
	float: left
}

.know-mores i {
	display: block;
	width: 37px;
	height: 37px;
	background: rgba(255, 255, 255, 0.3);
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	line-height: 37px;
	color: #fff;
	font-size: 20px
}

.know-mores:hover {
	text-decoration: underline;
	color: #fff
}

.know-mores.ons {
	padding: 0 62px 0 26px;
	line-height: 47px;
	font-size: 18px
}

.know-mores.ons i {
	width: 47px;
	height: 47px;
	line-height: 47px;
	font-size: 24px
}

.myjb-solutions-boxs {
	display: block;
	width: 100%
}

.myjb-solutions-boxs.ons {
	margin-top: 42px
}

.myjb-solutions-boxs ul li {
	width: 100%;
	background: #fff;
	position: relative;
	margin-bottom: 29px;
	padding-bottom: 20px;
	border-bottom: 1px solid #efefef
}

.myjb-solutions-boxs ul li .boxs {
	position: relative
}

.myjb-solutions-boxs ul li .boxs-bottoms {
	margin-top: 24px
}

.myjb-solutions-boxs ul li .boxs-bottoms .lists {
	display: block;
	width: 50%;
	padding: 5px 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	float: left;
	line-height: 24px;
	position: relative
}

.myjb-solutions-boxs ul li .boxs-bottoms .lists:before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 14px;
	background: #437091
}

.myjb-solutions-boxs ul li .boxs-bottoms .lists:hover {
	color: #437091
}

.myjb-solutions-boxs ul li .boxs-bottoms .lists.ons {
	font-weight: bold
}

.myjb-solutions-boxs ul li .boxs-bottoms .lists.ons:before {
	left: 3px;
	border-radius: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.myjb-solutions-boxs ul li .bg-colors {
	background: #efefef
}

.myjb-solutions-boxs ul li .thumbs {
	display: block;
	width: 40%;
	overflow: hidden
}

.myjb-solutions-boxs ul li .thumbs img {
	max-width: 100%
}

.myjb-solutions-boxs ul li .thumbs.ons {
	height: 248px;
	line-height: 248px
}

.myjb-solutions-boxs ul li .lis-boxs {
	width: 60%;
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 5%
}

.myjb-solutions-boxs ul li:nth-child(odd) .thumbs {
	float: left
}

.myjb-solutions-boxs ul li:nth-child(odd) .lis-boxs {
	right: 0
}

.myjb-solutions-boxs ul li:nth-child(even) .thumbs {
	float: right
}

.myjb-solutions-boxs ul li:nth-child(even) .lis-boxs {
	left: 0
}

.myjb-solutions-boxs ul li .titles-a {
	display: block;
	width: 100%;
	font-size: 20px;
	color: #090504;
	line-height: 32px
}

.myjb-solutions-boxs ul li .titles-a:hover {
	color: #437091
}

.myjb-solutions-boxs ul li .spans {
	display: block;
	width: 100%;
	font-size: 15px;
	color: #090504;
	line-height: 32px;
	margin-top: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden
}

.myjb-solutions-boxs ul li .spans * {
	font-size: 15px;
	color: #090504;
	line-height: 32px
}

.myjb-solutions-boxs ul li .links-boxs {
	display: block;
	width: 100%;
	margin-top: 12px;
	text-align: left
}

.myjb-solutions-boxs ul li .links-boxs .links-a {
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	color: #437091;
	line-height: 24px
}

.myjb-solutions-boxs ul li .links-boxs .links-a:after {
	content: ','
}

.myjb-solutions-boxs ul li .links-boxs .links-a:last-child:after {
	display: none
}

.myjb-solutions-boxs ul li .links-boxs .links-a:hover {
	text-decoration: underline
}

.myjb-solutions-boxs ul li .know-mores {
	margin-top: 24px
}

.myjb-solutions-boxs ul li:hover .thumbs img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2)
}

.ytgd-solutions-boxs {
	display: block;
	width: 100%
}

.ytgd-solutions-boxs.ons {
	margin-top: 30px
}

.ytgd-solutions-boxs ul li {
	padding: 20px;
	overflow: hidden
}

.ytgd-solutions-boxs ul li img {
	max-width: 100%
}

.ytgd-solutions-boxs ul li .thumbs {
	float: left;
	width: 38.1%
}

.ytgd-solutions-boxs ul li .lis-boxs {
	display: block;
	float: right;
	width: 57%;
	position: relative;
	min-height: 210px;
	max-height: 210px
}

.ytgd-solutions-boxs ul li .titles-a {
	display: block;
	width: 100%;
	text-decoration: none;
	font-size: 22px;
	line-height: 22px;
	color: #5a646c;
	font-weight: 400;
	padding-top: 4px;
	padding-bottom: 10px
}

.ytgd-solutions-boxs ul li .times {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	font-size: 13px;
	color: #999;
	line-height: 24px
}

.ytgd-solutions-boxs ul li .times .span {
	font-size: 13px;
	color: #999;
	line-height: 24px;
	display: inline-block;
	padding-right: 40px
}

.ytgd-solutions-boxs ul li .spans {
	display: block;
	width: 100%;
	font-size: 14px;
	color: #5a646c;
	line-height: 26px;
	font-weight: 400
}

.ytgd-solutions-boxs ul li .mores {
	position: absolute;
	bottom: 0;
	right: 0;
	text-decoration: none;
	color: #437091;
	font-size: 14px;
	font-weight: 300
}

.ytgd-solutions-boxs ul li .mores i {
	padding-right: 6px;
	font-size: 12px;
	color: #437091
}

.ytgd-solutions-boxs ul li .mores i:before {
	content: '+'
}

.ytgd-solutions-boxs ul li a:hover {
	text-decoration: underline
}

.ytgd-solutions-boxs ul li:hover {
	background: #f7f8f9
}

.history {
	margin-top: 20px;
	position: relative
}

.history::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 3px;
	height: 100%;
	background-color: #437091;
	margin-left: -1.5px;
	z-index: -1
}

.history .history_title {
	display: block;
	width: 100px;
	background: #437091;
	border: 3px solid #437091;
	color: #fff;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 3px 0;
	font-weight: bold;
	text-align: center;
	box-shadow: 0 0 11px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.35)
}

.history .history_conte {
	position: relative;
	display: flex;
	justify-content: flex-end
}

.history .history_conte::after {
	content: "";
	position: absolute;
	top: 23px;
	left: 50%;
	text-align: center;
	background: #f2f2f2;
	color: #fff;
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin-left: -20px;
	border: 3px solid #437091;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	z-index: 1
}

.history .history_conte .ric {
	position: relative;
	margin-bottom: 25px;
	flex: 0 1 46%;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
	background: #fff;
	border: 1px solid #d4d4d4
}

.history .history_conte .ric::before {
	content: " ";
	position: absolute;
	top: 26px;
	right: -15px;
	display: inline-block;
	border: 15px solid transparent;
	border-right-color: #ccc;
	width: 0;
	height: 0;
	left: -31px;
	right: auto
}

.history .history_conte .ric::after {
	content: " ";
	position: absolute;
	top: 27px;
	right: -15px;
	display: inline-block;
	border: 14px solid transparent;
	border-right-color: #fff;
	width: 0;
	height: 0;
	left: -27px;
	right: auto
}

.history>:nth-child(4n) {
	flex-direction: row-reverse
}

.history>:nth-child(4n) .ric::before {
	left: auto;
	right: -30px;
	border-right-color: transparent;
	border-left-color: #ccc
}

.history>:nth-child(4n) .ric::after {
	left: auto;
	right: -26px;
	border-right-color: transparent;
	border-left-color: #fff
}

@media screen and (max-width:768px) {
	.history .history_conte .ric {
		flex: 0 1 100%;
		margin-top: 61px
	}
	.history .history_conte .ric::before,
	.history .history_conte .ric::after {
		display: none
	}
}

.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: 22px 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 {
	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: 3px;
	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;
		padding-left: 20px;
	}
	.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 {}
	#onlineService {
		overflow: visible
	}
}

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

@media screen and (max-width:960px) {
	.sep-primary {
		width: 100%
	}
}

@media screen and (max-width:768px) {
	.sep-container {
		width: 100%
	}
}

@media screen and (max-width:768px) {
	.row {
		margin: 0
	}
	.search-btns a {
		height: 48px;
		min-width: unset;
		font-size: 14px;
		background: #f0f0f0;
		padding: 0 10px;
		margin: 0 6px;
		text-align: center
	}
	.zzgs-body .zzgs-section-normal.detail-wrap .box-wrap .info h1:before {
		width: 100%
	}
	.zzgs-body .zzgs-section-normal.detail-wrap .box-wrap .info {
		width: 100%
	}
	.richtext strong,
	.richtext h2 {
		font-size: 18px
	}
	.zzgs-body .quality-box-wrap .item {
		margin-bottom: 20px
	}
	.sep-body .sep-section6 .items .item {
		margin-bottom: 20px
	}
	.sep-body .sep-section6 .items .item .title {
		height: auto
	}
	.zzgs-body .quality-box-wrap .info {
		width: 100%;
		float: right;
		padding: 20px
	}
	.zzgs-body .quality-box-wrap .thumb {
		width: 100%;
		float: left;
		overflow: hidden
	}
	.sep-breadcrumb {
		height: auto;
		margin-top: 0;
		margin-bottom: 20px
	}
	.relate-list .sep-datalist li {
		width: 100%;
		float: left;
		margin: 0
	}
	.fz50 {
		font-size: 17px
	}
	.zzgs-title.has-line {
	 
	}
	.zzgs-title.has-line:after {
		display: none
	}
	.zzgs-title.has-line:before {
		display: none
	}
	.sep-breadcrumb {
		height: auto;
		margin-top: 0;
		margin-bottom: 0;
		position: static;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
	.sep-breadcrumb .breadcrumb:before,
	.sep-breadcrumb .breadcrumb li a,
	.sep-breadcrumb .breadcrumb li:last-child a,
	.sep-breadcrumb .breadcrumb>li+li:before {
		color: #333
	}
	.zzgs-body .zzgs-section-normal {
		padding: 30px 0
	}
	.mb70 {
		margin-bottom: 20px !important
	}
	.zzgs-body .zzgs-section-normal.adv-bg {
		padding: 30px 0
	}
	.zzgs-body .zzgs-resource-list .item {
		padding: 0
	}
	.zzgs-body .zzgs-resource-list .item:nth-child(even) .thumb-box {
		padding-right: 0;
		padding-left: 0
	}
	.sep-resource-grid .sep-datalist li {
		width: 100% !important
	}
	.zzgs-body .zzgs-resource-list .item .thumb {
		width: 100%;
		max-width: 100%;
		height: auto;
		box-shadow: 0 0 12px rgba(140, 140, 140, 0.2);
		background: #fff;
		margin-bottom: 20px
	}
	.myjb-solutions-boxs ul li:nth-child(odd) .thumbs {
		float: none
	}
	.zzgs-body .form-box {
		padding: 0 !important
	}
	.zzgs-body .zzgs-relate-grid .box .title {
		height: auto;
		display: block;
		margin-top: 20px;
		margin-bottom: 20px
	}
	.zzgs-body .form-box .form-group .btn-primary {
		width: 100%
	}
	.myjb-solutions-boxs ul li .thumbs.ons {
		height: auto;
		line-height: unset;
		float: none
	}
	.richtext table tr td {
		font-size: 12px;
		padding: 10px 10px
	}
	.richtext table tr td * {
		font-size: 12px
	}
	.zzgs-body .quality-box-wrap .info .text {
		font-size: 16px
	}
	.ytgd-solutions-boxs ul li .spans {
		font-size: 16px
	}
	.zzgs-section-normal h2 {
		text-align:left;
	}
	.ytgd-solutions-boxs ul li img {
		max-width: 100%;
		width: 100%
	}
	.myjb-solutions-boxs ul li .thumbs {
		display: block;
		width: 100%;
		overflow: hidden
	}
	.myjb-solutions-boxs ul li .lis-boxs {
		width: 100%;
		display: block;
		position: static;
		top: 50%;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		padding: 20px
	}
	.fusion-posts-container .fusion-post-slideshow {
		float: none
	}
	.myjb-solutions-boxs ul li .know-mores {
		margin-top: 24px;
		margin-bottom: 20px
	}
	.zzgs-body .zzgs-section-normal.detail-wrap .box-wrap .thumb-box {
		width: 100%;
		flex-grow: 0;
		flex-shrink: 0;
		margin-bottom: 20px
	}
	.zzgs-body .zzgs-section-normal.detail-wrap .box-wrap .thumb-box .thumb {
		display: none
	}
	.fz36 {
		font-size: 18px !important
	}
	.zzgs-body .zzgs-resource-list .item:before {
		display: none
	}
	.zzgs-body .zzgs-resource-list .item .thumb-box,
	.zzgs-body .zzgs-resource-list .item .info {
		width: 100%
	}
	.zzgs-body .zzgs-resource-list .item .thumb-box {
		padding-right: 0
	}
	.zzgs-body .adv-slide .box-wrap .box:nth-child(1) {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 20px
	}
	.zzgs-body .adv-slide {
		padding-bottom: 0
	}
	.zzgs-body .adv-slide .box-wrap .box:nth-child(2) {
		padding-left: 0;
		padding-right: 0
	}
	.zzgs-body .zzgs-faq-items .item.active .box {
		display: flex
	}
	.zzgs-body .zzgs-faq-items .item .box i {
		display: flex
	}
	.zzgs-body .zzgs-faq-items .item .content {
		padding-bottom: 0
	}
	.sep-body .sep-section6 {
		padding-top: 30px;
		padding-bottom: 30px
	}
	.sep-body .sep-section6 .items .item {
		width: 100%;
		padding: 0 15px
	}
	.sep-body .sep-section6 .items .item .summary {
		display: none
	}
	.sep-inner-banner .sep-container {
		top: 55%
	}
	.zzgs-body .zzgs-resource-list .item .thumb-box .box,
	.zzgs-body .zzgs-resource-list .item .info .box {
		width: 100%
	}
	.fusion-posts-container .fusion-post-slideshow {
		float: left;
		width: 100%;
		display: block;
		margin-right: 0;
		margin: 15px 0
	}
	.sep-resource-grid .sep-datalist {
		list-style: none;
		padding: 0;
		margin: 0;
		overflow: hidden
	}
	.fusion-posts-container .fusion-post-content {
		margin-left: 0
	}
	.fusion-posts-container .fusion-date-and-formats .fusion-format-box {
		display: none
	}
	.ytgd-solutions-boxs ul li .thumbs {
		float: left;
		width: 100%;
		margin-bottom: 10px
	}
	.ytgd-solutions-boxs ul li .mores {
		display: none
	}
	.ytgd-solutions-boxs ul li .lis-boxs {
		display: block;
		float: right;
		width: 100%;
		position: relative;
		min-height: unset;
		max-height: unset
	}
	.fusion-posts-container .fusion-date-and-formats {
		float: none
	}
	.fusion-posts-container .fusion-post-slideshow {
		float: none
	}
}


		@media screen and (max-width:640px){
		    .sep-menu-box{
		            position: fixed;
		    }
		    .sep-menu-box .bottom-toggle{
		            overflow: auto;
      
                
		    }
		    .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: 18px;
    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-resource-grid .chanpinliebiao li {
    position: relative;
    float: left;
    width: 360px;
    overflow: hidden;
    padding: 7px 7px;
}
.sep-resource-grid .chanpinliebiao li .thumb {
	display: block;
	width: 100%;
	line-height: 173px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 8px;
	border: 1px solid #cecece
}


 
.sep-resource-grid .chanpinliebiao li .title {
	line-height: 1.5em;
	height: 1.5em;
	display: block;
	overflow: hidden;
	margin-bottom: 8px;
	font-size: 14px;
	color: #323232;
	margin-top: 20px;
	text-align: center
}

.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;
	line-height: 35px;
	}	
	
.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;}

.sep-inner-banner img {
    max-width: 100%;
    height: 119px;}
	
.richtext .shipin {
    width: 350px;
    height: 390px;
}
.zzgs-body .zzgs-faq-items .item .box .title {
    color: #1a1a1a;
    font-size: 14px;}

	
	}



