@charset "utf-8";

/*初始化*/

* {
    padding: 0;
    margin: 0;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: calc(100vw/19.2);
}

html,
body {
    width: 100%;
    height: auto;
    min-height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'WenQuanYi Micro Hei', 'Arial', 'sans-serif', \5b8b\4f53;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    background: #fff;
}

input,
button {
    -webkit-appearance: none;
    border-radius: 0;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

textarea {
    resize: none;
    overflow: auto;
}

input,
button,
textarea,
select {
    border: 0;
    font-size: inherit;
    background: transparent;
    font-family: inherit;
}

img {
    border: 0;
    vertical-align: top;
}

li {
    list-style: none;
}

div,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}


/* placeholder修改 */

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #999 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999 !important;
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999 !important;
    opacity: 1;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999 !important;
}

select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #999;
}

select::-ms-expand {
    display: none;
}


/*公共样式*/

.c-clear {
    zoom: 1;
}

.c-clear:after {
    content: '';
    display: block;
    clear: both;
}

.c-fl {
    float: left;
}

.c-fr {
    float: right;
}

.c-container {
    position: relative;
    width: 100%;
    padding: 0 1.6rem;
}

body.c-open {
    overflow: hidden;
}


/* 占位标签，设置导航样式 */

#c-placeholder {
    height: 105px;
}


/*顶部*/


/* #c-header {
	position: fixed;
	top:0;
	left:0;
	z-index: 900;
	width: 100%;
	line-height: 104px;
	text-align: center;
	color: #fff;
	transition: all 0.5s;
}
#c-header .c-main-wrap {
	justify-content: space-between;
	align-items: center;
	display: flex;
	border-bottom: 1px solid rgba(255,255,255,.3);
}
#c-header a {
	color: #fff;
	transition: all 0.5s;
}
#c-header.c-head-move {
	top:-105px;
}
#c-header.c-style2 {
	color: #666;
	background: #fff;
	box-shadow: 0 2px 10px rgba(0,0,0,.05);
}
#c-header.c-style2 a {
	color: #666;
} */


/*顶部logo*/


/* #c-header .c-logo a {
	display: flex;
	align-items: center;
}
#c-header .c-logo a img {
	height: 58px;
	vertical-align: middle;
}
#c-header .c-logo a img:nth-child(2),#c-header.c-style2 .c-logo a img:nth-child(1){
	display: none;
}
#c-header.c-style2 .c-logo a img:nth-child(2){
	display: inline-block;
}
#c-header .c-logo .c-text-box {
	padding-left: 15px;
	margin-left: 15px;
	border-left: 1px solid rgba(255,255,255,.3);
	text-align: left;
}
#c-header.c-style2 .c-logo .c-text-box {
	border-left: 1px solid rgba(0,0,0,.1);
}
#c-header .c-logo .c-text-box p{
	font-size: 18px;
	line-height: 28px;
	color: #0e984a;
}
#c-header .c-logo .c-text-box span {
	display: block;
	font-size: 10px;
	line-height: 20px;
} */


/*顶部pc导航*/


/* #c-header .c-nav {
	display: block;
	text-align: center;
}
#c-header .c-nav>li {
	position: relative;
	margin: 0 30px;
	display: inline-block;
	vertical-align: top;
}
#c-header .c-nav>li:last-child {
	margin-right: 0;
}
#c-header .c-nav li a {
	position: relative;
	display: block;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#c-header .c-nav li a i {
	margin-left: 8px;
	font-size: 20px;
}
#c-header .c-nav ul {
	display: none;
	position: absolute;
	top: 99%;
	left: 50%;
	width: 150px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #fff;
	line-height: 40px;
	box-shadow: 0 2px 10px rgba(0,0,0,.1);
}
#c-header .c-nav ul li {
	border-bottom: 1px solid #eee;
}
#c-header .c-nav ul li:last-child {
	border: 0;
}
#c-header .c-nav ul a {
	color: #666;
}
#c-header.c-style2 .c-nav li.active>a,#c-header .c-nav li:hover>a{
	color: #0e984a;
}
#c-header.c-style2 .c-nav li.active>a::before,#c-header .c-nav>li:hover>a::before {
	width: 100%;
} */


/*顶部移动端导航*/


/* #c-header .c-nav2 {
	position: fixed;
	top:60px;
	left:0;
	width: 100%;
	height: 0;
	font-size:14px;
	line-height: 50px;
	overflow-y: auto;
	background:#fff;
	transition: all 0.5s;
}
.c-open #c-header .c-nav2 {
	height: calc(100% - 60px);
	height: -webkit-calc(100% - 60px);
}
#c-header .c-nav2 a {
	display: block;
	margin: 0 20px;
	border-bottom:1px solid #f1f1f1;
	text-align:left;
	color: #333;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#c-header .c-nav2>li:first-child {
	border-top:1px solid #f1f1f1;
}
#c-header .c-nav2 li:hover>a,#c-header .c-nav2 li.active>a {
	color: #0e984a
}
#c-header .c-nav2 li a i {
	float: right;
	margin-top: 15px;
	font-size:20px;
}
#c-header .c-nav2 li ul {
	display: none;
}
#c-header .c-nav2 li ul a {
	padding-left: 15px;
}
#c-header .c-nav2 li li li a{
	padding-left: 30px;
} */


/*顶部导航开关*/


/* #c-header .c-switch {
	position: absolute;
	top:50%;
	right: 20px;
	display: none;
	width: 24px;
	height: 20px;
	margin-top: -10px;
	cursor: pointer;
}
#c-header .c-switch i { 
	position: relative;
	display: block;
	height: 2px;
	background:#fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
} 
#c-header.c-style2 .c-switch i{
	background:#333;
}
#c-header .c-switch i:nth-child(1) {
	top: 0;
}
#c-header .c-switch i:nth-child(3) {
	bottom: 0;
}
#c-header .c-switch i:nth-child(2) {
	margin: 6px 0;
}
body.c-open #c-header .c-switch i:nth-child(2) {
	opacity: 0;
}
body.c-open #c-header .c-switch i:nth-child(1) {
	top: 8px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
body.c-open #c-header .c-switch i:nth-child(3) {
	bottom: 8px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
} */


/* 顶部功能区 */


/* #c-header .c-gn form{	
	padding: 0 30px;
	position: relative;
	cursor: pointer;
}
#c-header .c-gn form .c-box {
	display: none;
	position: absolute;
	top: 100%;
	right: 10px;
	width: 280px;
	height: 40px;
	background: #fff;
	box-shadow: 0 2px 10px rgba(0,0,0,.1);
}
#c-header .c-gn form>i {
	transition: .5s;
}
#c-header .c-gn form input {
	float: left;
	width: -webkit-calc(100% - 60px);
	width: calc(100% - 60px);
	height: 40px;
	padding: 0 15px;
}
#c-header .c-gn form button {
	float: left;
	width: 60px;
	height: 40px;
	font-size: 16px;
	cursor: pointer;
	color: #fff;
	background: #0e984a;
}
#c-header .c-gn form:hover>i {
	color: #0e984a;
}
#c-header .c-gn .c-phone i{
	margin: 0 10px 0 30px;
	width: 30px;
	height: 30px;
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 50%;
	line-height: 28px;

}
#c-header.c-style2 .c-gn .c-phone i{
	border: 1px solid rgba(222,47,9,.2);
}
#c-header .c-gn .c-phone span {
	font-weight: bold;
}
#c-header.c-style2 .c-gn .c-phone {
	color: #0e984a;
} */


/*首页轮播图*/
.c-banner1 {
    background: #fff;
}
.c-banner1 .swiper-slide {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.c-banner1 .c-title-box {
    padding-left: 1.6rem;
    color: #fff;
}

.c-banner1 .c-title-box .c-title1 {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 46px;
}

.c-banner1 .c-title-box .c-title2 {
    font-size: 56px;
    line-height: 66px;
}

.c-banner1 .c-box {
    display: flex;
    align-items: center;
    position: absolute;
    right: 1.6rem;
    bottom: 2.2rem;
    z-index: 10;
}

.c-banner1 .c-box a {
    margin-left: 20px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1px solid #0e984a;
    background: #0e984a url(/Public/Home/default/images/ico1.png)no-repeat center / 100%;
}

.c-banner1 .c-box a:last-child {
    border-color: #fff;
    background: transparent url(/Public/Home/default/images/ico2.png)no-repeat center / 100%;
}

.c-banner1 .c-dot-box {
    position: absolute;
    z-index: 10;
    right: 1.6rem;
    bottom: 1.1rem;
    display: flex;
    align-items: center;
    width: 5rem;
    color: #fff;
    font-size: 16px;
}

.c-banner1 .c-dot-box .c-text1 {
    width: 40px;
    line-height: 1;
}

.c-banner1 .c-dot-box .c-text2 {
    width: 40px;
    line-height: 1;
    text-align: right;
}

.c-banner1 .c-dot-box .c-line-box {
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    height: 2px;
    background: #fff;
}

.c-banner1 .c-dot-box .c-line-box .c-line {
    width: 0;
    height: 2px;
    background: #0e984a;
    transition: 1s;
}


/* 底部 */

#c-footer {
    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}

#c-footer a {
    color: #fff;
    transition: .5s;
}

#c-footer a:hover {
    color: #0e984a;
}

#c-footer .c-top-box {
    padding: 100px 0;
}

#c-footer .c-top-box .c-t-box img {
    width: 58px;
}

#c-footer .c-top-box .c-t-box .c-title {
    padding: 25px 0 45px;
    font-size: 26px;
    line-height: 36px;
}

#c-footer .c-top-box .c-c-box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

#c-footer .c-top-box .c-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

#c-footer .c-top-box .c-list li {
    position: relative;
    padding: 0 40px;
    line-height: 56px;
}

#c-footer .c-top-box .c-list li::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px;
    height: 16px;
    border-left: 1px solid #fff;
}

#c-footer .c-top-box .c-list li:last-child::before {
    display: none;
}

#c-footer .c-top-box .c-b-box .c-text-box {
    padding: 100px 0 25px;
    line-height: 26px;
}

#c-footer .c-top-box .c-b-box .c-text-box a {
    margin: 0 5px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

#c-footer .c-top-box .c-b-box .c-text-box .c-wx img {
    display: none;
    position: absolute;
    bottom: 26px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
}

#c-footer .c-top-box .c-b-box .c-text-box .c-wx:hover img {
    display: inline-block;
}

#c-footer .c-top-box .c-b-box .c-text-box .c-wx {
    background-image: url(/Public/Home/default/images/footer-wx.png);
}

#c-footer .c-top-box .c-b-box .c-text-box .c-wb {
    background-image: url(/Public/Home/default/images/footer-wb.png);
}

#c-footer .c-top-box .c-b-box .c-text-box .c-qq {
    background-image: url(/Public/Home/default/images/footer-qq.png);
}

#c-footer .c-top-box .c-b-box .c-text-box .c-yx {
    background-image: url(/Public/Home/default/images/footer-yx.png);
}

#c-footer .c-top-box .c-b-box .c-text-box .c-mail {
    display: none;
    position: absolute;
    bottom: 26px;
    left: 50%;
    padding: 0 15px;
    line-height: 40px;
    color: #666;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
}

#c-footer .c-top-box .c-b-box .c-text-box .c-yx:hover .c-mail {
    display: block;
}

#c-footer .c-top-box .c-b-box .c-img {
    width: 166px;
}

#c-footer .c-bottom-box {
    border-top: 1px solid rgba(255, 255, 255, .1);
}

#c-footer .c-copyright {
    padding: 25px 0;
    font-size: 14px;
    line-height: 24px;
    color: #9a9a9a;
    word-wrap: break-word;
    word-break: break-all;
}

#c-footer .c-copyright a {
    color: #9a9a9a;
}

#c-footer .c-copyright a:hover {
    color: #0e984a;
}


/* 回到顶部 */

#c-go-top {
    opacity: .4;
    display: none;
    position: fixed;
    z-index: 5;
    bottom: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(/Public/Home/default/images/go-top.png) no-repeat center;
    transition: all .5s linear;
    background-size: 30px;
    border-radius: 50%;
}

#c-go-top:hover {
    opacity: 1;
}


/* 顶部banner */

#c-top-banner {
    position: relative;
    height: 5.64rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#c-top-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
}

#c-top-banner .c-container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}

#c-top-banner .c-title {
    font-size: 48px;
    line-height: 58px;
}

#c-top-banner .c-en-title {
    font-weight: bold;
    font-size: 26px;
    line-height: 36px;
}


/* 顶部菜单 */

#c-top-menu {
    position: relative;
    z-index: 4;
    margin-top: -68px;
    line-height: 68px;
    border-bottom: 1px solid #fafafa;
    background: rgba(0, 0, 0, .5);
}

#c-top-menu .c-list {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow-x: auto;
    margin-bottom: -1px;
}
.blok{
	/* width: 100%; */
}
.blok .swiper-slide{
	width: auto;
}
#c-top-menu .c-list li {
    position: relative;
    flex: none;
    padding: 0 65px;
}

#c-top-menu .c-list .blok .swiper-slide:first-child li {
    padding-left: 0;
}

#c-top-menu .c-list .blok .swiper-slide:last-child li {
    padding-right: 0;
}

#c-top-menu .c-list .blok .swiper-slide:last-child li::before {
    display: none;
}

#c-top-menu .c-list li a {
    color: #fff;
    transition: .5s;
}

#c-top-menu .c-list li::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
    height: 14px;
    border-left: 2px solid #fff;
    transition: .5s;
}

#c-top-menu .c-list li.active a,
#c-top-menu .c-list li:hover a {
    color: #0e984a;
}


/* 公共查看更多 */

.c-common-more {
    display: block;
    margin: 0 auto;
    padding-right: 50px;
    width: 300px;
    border-bottom: 1px solid #999;
    line-height: 50px;
    font-size: 14px;
    color: #999;
    background-image: url(/Public/Home/default/images/jt3.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 36px auto;
    transition: .5;
}

.c-common-more:hover {
    color: #0e984a;
    border-color: #0e984a;
    background-image: url(/Public/Home/default/images/jt2.png);
}


/* 地图 */

.c-map {
    opacity: 1;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}

.c-map.active {
    opacity: 1;
    z-index: 2!important;
}

.c-map .map-title {
    font-size: 14px;
    font-weight: bold;
    color: #0e984a;
}

.c-map .map-content {
    font-size: 12px;
    color: #222;
}

.c-map .anchorBL {
    display: none;
}


/* 分享 */

div.bsLogoLink,
#bsBox .bsTop,
#bsBox #bsMorePanel {
    width: 100% !important;
}

.bFind-wrapper-top {
    height: 26px !important;
}

#bsBox #bsMorePanel {
    height: 373px !important;
}

.bsPlatDiv {
    height: 312px !important;
}

.bFind {
    width: 204px !important;
}

#bsBox {
    height: 408px !important;
    width: 276px !important;
    margin-left: -138px !important;
}

.bsTop {
    width: 208px !important;
}

.bsFrameDiv div {
    width: 208px !important;
    height: 208px !important;
}

.bsFrameDiv img {
    width: 166px !important;
    height: 166px !important;
}


/* 上下页 */

#c-prevNext {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#c-prevNext a {
    max-width: 46%;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    transition: .5s;
}

#c-prevNext a:hover {
    color: #0e984a;
}

#c-prevNext .prev i {
    margin-right: 10px;
    font-size: 20px;
    vertical-align: middle;
}

#c-prevNext .next i {
    margin-left: 10px;
    font-size: 20px;
    vertical-align: middle;
}


/* 分页 */

#c-page {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    color: #666;
    font-size: 14px;
    line-height: 40px;
}

#c-page .c-box {
    display: flex;
    align-items: flex-start;
}

#c-page .c-box a {
    margin: 0 5px;
    display: block;
    width: 40px;
    text-align: center;
    background: #f9f9f9;
    color: #666;
    transition: .5s;
}

#c-page .c-box .active {
    color: #fff;
    background: #0e984a;
}

#c-page .c-box .prev,
#c-page .c-box .next {
    width: 100px;
}

#c-page .c-box .c-dot {
    margin: 0 -5px;
    background: #fff;
}

#c-page .c-box a:hover {
    color: #fff;
    background: #0e984a;
}

#c-page form {
    display: flex;
}

#c-page form .c-text {
    padding: 0 20px;
}

#c-page form input {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    border: 1px solid #f9f9f9;
    color: #666;
    text-align: center;
}

#c-page form button {
    width: 40px;
    height: 40px;
    background: #f9f9f9;
    color: #666;
    cursor: pointer;
    transition: .5s;
}

#c-page form button:hover {
    color: #fff;
    background: #0e984a;
}


/* 公共标题 */

.c-common-title .c-title {
    margin-bottom: 60px;
    font-size: 36px;
    line-height: 46px;
    color: #0e984a;
    text-align: center;
}

.c-common-title2 {
    position: relative;
    padding: 120px 0 50px;
}

.c-common-title2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    border-top: 6px solid #0e984a;
}

.c-common-title2 .c-title {
    font-size: 36px;
    line-height: 46px;
}


/* 公用盒子 */

#c-conmon-box {
    margin: 80px 0;
}

#c-conmon-box .c-main-wrap {
    padding: 80px 100px;
    background: #faf6f0;
}

#c-conmon-box .c-title-box .c-title {
    padding-bottom: 80px;
    font-size: 36px;
    line-height: 46px;
    text-align: center;
    color: #0e984a;
}

#c-conmon-box .c-top-box {
    margin-bottom: 80px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

#c-conmon-box .c-top-box .c-img-box {
    width: 50%;
    height: 4rem;
    overflow: hidden;
}

#c-conmon-box .c-top-box .c-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
}

#c-conmon-box .c-top-box .c-img-box:hover img {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

#c-conmon-box .c-top-box .c-text-box {
    width: 50%;
    padding-left: 50px;
}

#c-conmon-box .c-top-box .c-text-box .c-title {
    margin-bottom: 20px;
    display: inline-block;
    font-size: 38px;
    line-height: 68px;
    border-bottom: 6px solid #0e984a;
}

#c-conmon-box .c-top-box .c-text-box .c-text {
    font-size: 18px;
    line-height: 2;
    color: #666;
}

#c-conmon-box .c-bottom-box {
    padding: 80px;
    background: #f5eee3;
    font-size: 18px;
    line-height: 2;
}

#c-conmon-box .c-bottom-box img {
    margin-bottom: 20px;
    max-width: 100%;
    height: auto !important;
}


/* 底部链接 */

#c-link {
    padding: 80px 0;
}

#c-link .c-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

#c-link .c-list a {
    position: relative;
    padding: 80px 0;
    width: 47.3%;
    text-align: center;
    overflow: hidden;
}

#c-link .c-list a img {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
}

#c-link .c-list a:hover img {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

#c-link .c-list .c-text-box {
    position: relative;
    z-index: 2;
}

#c-link .c-list .c-title {
    font-size: 36px;
    line-height: 46px;
    color: #333;
    transition: .5s;
}

#c-link .c-list .c-en-title {
    font-size: 26px;
    line-height: 36px;
    color: #666;
}

#c-link .c-list a:hover .c-title {
    color: #0e984a;
}


/* 联系南宫ng28 */

#c-contact {
    padding: 120px 0;
    background: #fff;
    background: -webkit-linear-gradient(left, #f8f8f8 50%, #fff 50%);
    background: linear-gradient(to right, #f8f8f8 50%, #fff 50%);
}

#c-contact .c-container {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

#c-contact .c-left-box {
    padding: 0 1rem;
    width: 50%;
}

#c-contact .c-title {
    margin-bottom: 70px;
    font-size: 42px;
    line-height: 52px;
}

#c-contact .c-title.c-dt {
    color: #0e984a;
}

#c-contact .c-title2 {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    color: #0e984a;
}

#c-contact .c-text {
    margin-bottom: 60px;
    color: #666;
    line-height: 2;
}

#c-contact .c-box a {
    margin: 0 5px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

#c-contact .c-box .c-wx img {
    display: none;
    position: absolute;
    bottom: 26px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

#c-contact .c-box .c-wx:hover img {
    display: inline-block;
}

#c-contact .c-box .c-wx {
    background-image: url(/Public/Home/default/images/footer-wx2.png);
}

#c-contact .c-box .c-wb {
    background-image: url(/Public/Home/default/images/footer-wb2.png);
}

#c-contact .c-box .c-qq {
    background-image: url(/Public/Home/default/images/footer-qq2.png);
}

#c-contact .c-box .c-yx {
    background-image: url(/Public/Home/default/images/footer-yx2.png);
}

#c-contact .c-box .c-mail {
    display: none;
    position: absolute;
    bottom: 26px;
    left: 50%;
    padding: 0 15px;
    line-height: 40px;
    color: #666;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

#c-contact .c-box .c-yx:hover .c-mail {
    display: block;
}

#c-contact .c-map-box {
    margin-top: 50px;
    width: 100%;
    height: 260px;
}

#c-contact .c-right-box {
    width: 50%;
    padding: 0 2rem;
}

#c-contact .c-right-box input,
#c-contact .c-right-box select {
    margin-bottom: 24px;
    padding: 0 20px;
    width: 100%;
    border: 1px solid #eaeaea;
    line-height: 54px;
    color: #999;
}

#c-contact .c-right-box select {
    background: url(/Public/Home/default/images/jt.png)no-repeat right 20px center;
    background-size: 14px auto;
}

#c-contact .c-right-box textarea {
    margin-bottom: 24px;
    width: 100%;
    height: 156px;
    padding: 15px 20px;
    color: #999;
    border: 1px solid #eaeaea;
}

#c-contact .c-right-box button {
    width: 100%;
    height: 56px;
    background: #0e984a;
    color: #fff;
    cursor: pointer;
}


/* 加入南宫ng28 */

#c-join {
    padding: 100px 0;
}

#c-join .c-list {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    color: #666;
    cursor: pointer;
    transition: .5s;
}

#c-join .c-list-wrap {
    margin-bottom: 100px;
}

#c-join .c-list-wrap .c-item {
    border-bottom: 1px solid #f8f8f8;
}

#c-join .c-list-wrap .c-item:nth-child(odd) .c-list,
#c-join .c-list-wrap .c-item.active .c-list {
    background: #f2f2f2;
}

#c-join .c-item1 {
    padding: 25px 40px;
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
}

#c-join .c-item2 {
    padding: 25px 40px;
    width: 100px;
    font-size: 20px;
}

#c-join .c-item2 i {
    transition: .5s;
}

#c-join .c-list-wrap .c-item.active .c-item2 i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#c-join .c-text {
    display: none;
    padding: 40px;
    line-height: 2;
    color: #666;
}


/* 新闻列表 */

#c-news {
    padding: 100px 0;
}

#c-news .c-list {
    padding-bottom: 40px;
    margin: 0 -.46rem;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

#c-news .c-list li {
    margin-bottom: 40px;
    padding: 0 .46rem;
    width: 33.3333%;
}

#c-news .c-list .c-wrap {
    display: block;
    color: #666;
}

#c-news .c-list .c-wrap .c-img-box {
    overflow: hidden;
    height: 2.6rem;
}

#c-news .c-list .c-wrap .c-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
}

#c-news .c-list .c-wrap:hover .c-img-box img {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

#c-news .c-list .c-wrap .c-title {
    padding-right: 60px;
    font-size: 18px;
    line-height: 28px;
    margin: 25px 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    transition: .5s;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 46px auto;
}

#c-news .c-list .c-wrap .c-text {
    font-size: 14px;
    line-height: 24px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

#c-news .c-list .c-wrap:hover .c-title {
    color: #0e984a;
    background-image: url(/Public/Home/default/images/jt2.png);
}

#c-news .c-hr {
    margin-bottom: 100px;
    border-top: 4px solid #0e984a;
}

#c-news.c-dt {
    background: #f8f8f8;
}

#c-news.c-dt .c-list {
    margin-bottom: -40px;
    padding-bottom: 0;
}

#c-news.c-dt2 .c-common-title .c-title {
    color: #666;
}


/* 常见问题 */

#c-faq {
    padding: 100px 0;
}

#c-faq .c-main-wrap {
    max-width: 1268px;
    margin: 0 auto;
    padding: 0 50px 80px;
    border: 6px solid #eaeaea;
}

#c-faq .c-list {
    margin-bottom: 80px;
}

#c-faq .c-list li {
    padding: 40px 0 20px;
    border-bottom: 1px solid #ccc;
}

#c-faq .c-list .c-title {
    position: relative;
    padding-left: 40px;
    font-size: 18px;
    line-height: 22px;
    cursor: pointer;
    transition: .5s;
}

#c-faq .c-list li.active .c-title {
    color: #0e984a;
}

#c-faq .c-list .c-title::before {
    content: "Q";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 22px;
    background: url(/Public/Home/default/images/wen.png)no-repeat center;
    background-size: 100%;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #fff;
}

#c-faq .c-list .c-bottom-box {
    display: none;
    padding-top: 25px;
}

#c-faq .c-list .c-text-box {
    position: relative;
    padding: 30px;
    border-left: 40px solid #fff;
    background: #f8f8f8;
    line-height: 2;
    color: #999;
}

#c-faq .c-list .c-text-box::before {
    content: "A";
    position: absolute;
    top: 0;
    left: -40px;
    width: 20px;
    height: 22px;
    background: url(/Public/Home/default/images/da.png)no-repeat center;
    background-size: 100%;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #fff;
}


/* 新闻详情 */

#c-news2 {
    padding: 100px 0;
}

#c-news2 .c-main-wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 1268px;
}

#c-news2 .c-title {
    font-size: 36px;
    line-height: 46px;
    color: #0e984a;
    text-align: center;
}

#c-news2 .c-time-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px 0 70px;
    line-height: 26px;
    color: #999;
}

#c-news2 .c-time-box .c-time span {
    color: #0e984a;
}

#c-news2 .c-time-box .c-bshare {
    display: flex;
    align-items: center;
}

#c-news2 .c-text-box {
    line-height: 2;
    color: #666;
}

#c-news2 .c-text-box img {
    max-width: 100%;
    height: auto !important;
}

#c-news2 .c-end {
    margin-bottom: 50px;
    padding: 50px 0;
    line-height: 26px;
    text-align: center;
    color: #0e984a;
    border-bottom: 4px solid #0e984a;
}


/* 产品列表 */

#c-product {
    padding: 100px 0;
}

#c-product .c-list {
    margin-bottom: 100px;
    margin-top: -50px;
}

#c-product .c-list li {
    padding: 50px 0;
    border-bottom: 1px solid #eee;
}

#c-product .c-list .c-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#c-product .c-list .c-img-box {
    width: 40%;
    height: 4.6rem;
    overflow: hidden;
}

#c-product .c-list .c-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
}

#c-product .c-list .c-wrap:hover .c-img-box img {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

#c-product .c-list .c-text-box {
    padding-left: 1rem;
    width: 60%;
}

#c-product .c-list .c-text-box .c-title {
    font-size: 36px;
    line-height: 46px;
    color: #666;
}

#c-product .c-list .c-text-box .c-hr {
    margin: 30px 0 50px;
    width: 70px;
    border-top: 8px solid #0e984a;
}

#c-product .c-list .c-text-box .c-text {
    margin-bottom: 80px;
    color: #999;
    line-height: 2;
}

#c-product .c-list .c-text-box .c-btn {
    padding-right: 58px;
    display: inline-block;
    line-height: 26px;
    color: #666;
    background: url(/Public/Home/default/images/jt3.png)no-repeat right center;
    background-size: 36px auto;
}


/* 顶部当前位置 */

#c-top-location {
    padding: 15px 0;
    font-size: 12px;
    line-height: 22px;
    color: #999;
    background: #f7f7f7;
}

#c-top-location a {
    color: #999;
    transition: .5s;
}

#c-top-location a:hover {
    color: #0e984a;
}

#c-top-location .c-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

#c-top-location .c-wrap .c-return i {
    margin-right: 5px;
}


/* 产品详情 */

#c-product2 {
    padding: 60px 0;
    border-bottom: 1px solid #d8d8d8;
}

#c-product2 .c-main-wrap {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    background: #f5f5f5;
}

#c-product2 .c-main-wrap .c-img-box {
    width: 50%;
    height: 5.78rem;
    overflow: hidden;
}

#c-product2 .c-main-wrap .c-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
}

#c-product2 .c-main-wrap .c-img-box:hover img {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

#c-product2 .c-main-wrap .c-text-box {
    padding: 1rem;
    width: 50%;
}

#c-product2 .c-main-wrap .c-text-box .c-title {
    margin-bottom: 60px;
    font-size: 34px;
    line-height: 44px;
    color: #0e984a;
}

#c-product2 .c-main-wrap .c-text-box .c-text {
    font-size: 18px;
    line-height: 2;
    color: #666;
}


/* 产品详情，推荐 */

#c-product3 {
    padding: 60px 0 100px;
}

#c-product3 .c-main-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

#c-product3 .c-left-box {
    width: 63%;
}

#c-product3 .c-left-box .c-title {
    font-size: 18px;
    line-height: 60px;
    padding: 0 20px;
    color: #fff;
    background: #0e984a;
}
#c-product3 .c-left-box .c-text-box .c-cpsp {
    margin-bottom: 40px;
    height: 5rem;
    position: relative;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
}
#c-product3 .c-left-box .c-text-box .c-cpsp img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
#c-product3 .c-left-box .c-text-box .c-cpsp::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2) url(/Public/Home/default/images/play-ico.png)no-repeat center / 80px;
}
#c-product3 .c-left-box .c-text-box {
    padding: 60px 20px;
    line-height: 2;
    color: #666;
    border: 1px solid #eaeaea;
}

#c-product3 .c-left-box .c-text-box img {
    max-width: 100%;
    height: auto !important;
}

#c-product3 .c-right-box {
    width: 31.7%;
    border: 1px solid #eaeaea;
}

#c-product3 .c-right-box .c-title {
    padding: 0 20px;
    font-size: 18px;
    line-height: 58px;
    color: #0e984a;
    border-bottom: 1px solid #eaeaea;
}

#c-product3 .c-right-box .c-list {
    padding: 20px 20px 0;
}

#c-product3 .c-right-box .c-list li {
    margin-bottom: 60px;
}

#c-product3 .c-right-box .c-list .c-wrap {
    display: block;
}

#c-product3 .c-right-box .c-list .c-wrap .c-img-box {
    height: 2.64rem;
    overflow: hidden;
}

#c-product3 .c-right-box .c-list .c-wrap .c-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
}

#c-product3 .c-right-box .c-list .c-wrap:hover .c-img-box img {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

#c-product3 .c-right-box .c-list .c-wrap .c-title2 {
    padding-top: 25px;
    text-align: center;
    font-size: 28px;
    line-height: 38px;
    color: #666;
    transition: .5s;
}

#c-product3 .c-right-box .c-list .c-wrap:hover .c-title2 {
    color: #0e984a;
}


/* 合作伙伴 */

#c-partner {
    padding: 100px 0;
    background: #f5f5f5;
    background: url(/Public/Home/default/images/hb-bg.jpg)no-repeat center;
    background-size: cover;
}

.c-banner2 {
    padding-bottom: 60px;
    margin: 0 1.5rem;
}

.c-banner2 .swiper-slide {
    height: .9rem;
    border: 1px solid #e8e8e8;
}

.c-banner2 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-banner2 .swiper-pagination {
    bottom: 0;
}

.c-banner2 .swiper-pagination-bullet-active {
    background: #0e984a;
}


/* 南宫ng28的自信源自哪里 */

#c-confidence .c-list {
    border: 1px solid #eaeaea;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 120px;
}

#c-confidence .c-list li {
    width: 25%;
    padding: 60px 40px;
    text-align: center;
}

#c-confidence .c-list .c-img-box {
    margin: 0 auto;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: #efefef;
    overflow: hidden;
}

#c-confidence .c-list .c-img-box img {
    width: 100%;
}

#c-confidence .c-list .c-title {
    font-size: 24px;
    line-height: 34px;
    padding: 30px 0;
    color: #0e984a;
}

#c-confidence .c-list .c-text {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}


/* 南宫ng28为什么存在 */

#c-why {
    padding: 150px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
}

#c-why .c-title {
    position: relative;
    padding-left: 100px;
    font-size: 36px;
    line-height: 50px;
    background: url(/Public/Home/default/images/dh.png)no-repeat left center;
    background-size: 56px auto;
}

#c-why .c-text {
    opacity: .6;
    padding: 60px 0;
    margin: 0 0 60px 100px;
    font-size: 16px;
    line-height: 2;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}


/* 链金狮是国内第一家金融产品设计公司 */

#c-company {
    padding-bottom: 126px;
    background: #f5f5f5;
}

#c-company .c-common-title2 {
    padding-top: 50px;
}

#c-company .c-list {
    margin: 0 -8px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

#c-company .c-list li {
    margin-bottom: 16px;
    width: 25%;
    padding: 0 8px;
}

#c-company .c-list .c-wrap {
    padding: 40px 0;
    background: #fff;
    text-align: center;
    color: #666;
}

#c-company .c-list .c-wrap img {
    width: 84px;
}

#c-company .c-list .c-wrap .c-title {
    padding: 40px 0 10px;
    font-size: 26px;
    line-height: 36px;
}

#c-company .c-list .c-wrap .c-en-title {
    font-size: 14px;
    line-height: 24px;
}


/* 深度挖掘 */

#c-product4 .c-title-box {
    padding: 100px 0 60px;
}

#c-product4 .c-title-box .c-title {
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 46px;
}

#c-product4 .c-title-box .c-text {
    line-break: 26px;
    color: #666;
}

#c-product4 .c-main-wrap {
    padding: 0 .2rem;
    border-right: 1.4rem solid #282828;
    border-left: 1.4rem solid #f5f5f5;
}

#c-product4 .c-list {
    margin: 0 -.1rem;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

#c-product4 .c-list li {
    width: 33.3333%;
    padding: 0 .1rem;
}

#c-product4 .c-list .c-wrap {
    position: relative;
    display: block;
    height: 7.28rem;
    overflow: hidden;
    color: #666;
}

#c-product4 .c-list .c-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#c-product4 .c-list .c-wrap .c-text-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .5s;
}

#c-product4 .c-list .c-wrap .c-t-box {
    padding: .5rem;
    background: #f5f5f5;
}

#c-product4 .c-list .c-wrap .c-t-box .c-hr {
    width: 50px;
    border-top: 6px solid #282828;
    transition: .5s;
}

#c-product4 .c-list .c-wrap .c-t-box .c-en-title {
    padding: 25px 0 20px;
    font-size: 26px;
    line-height: 1;
}

#c-product4 .c-list .c-wrap .c-t-box .c-title {
    font-size: 22px;
    line-height: 32px;
}

#c-product4 .c-list .c-wrap .c-b-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: .5rem;
    color: #fff;
    opacity: 0;
    transition: .5s;
}

#c-product4 .c-list .c-wrap .c-b-box .c-text {
    font-size: 16px;
    line-height: 2;
    height: 192px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 6;
}

#c-product4 .c-list .c-wrap .c-b-box .c-more {
    font-size: 14px;
    line-height: 50px;
    padding-right: 50px;
    background: url(/Public/Home/default/images/jt4.png)no-repeat right center;
    background-size: 36px auto;
    border-bottom: 1px solid #fff;
}

#c-product4 .c-list .c-wrap:hover .c-text-box {
    color: #fff;
    background: rgba(0, 0, 0, .3);
}

#c-product4 .c-list .c-wrap:hover .c-t-box {
    background: transparent;
}

#c-product4 .c-list .c-wrap:hover .c-t-box .c-hr {
    border-color: #fff;
}

#c-product4 .c-list .c-wrap:hover .c-b-box {
    opacity: 1;
}


/* 金品狮  */

#c-about2 {
    padding: 80px .2rem 80px 0;
    border-right: 1.4rem solid #282828;
}

#c-about2 .c-main-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #eaf2fe;
}

#c-about2 .c-img-box {
    width: 48.5%;
    overflow: hidden;
}

#c-about2 .c-img-box img {
    width: 100%;
}

#c-about2 .c-text-box {
    padding: 30px .8rem 30px;
    width: 51.5%;
}

#c-about2 .c-text-box .c-title {
    font-size: 36px;
    line-height: 46px;
}

#c-about2 .c-text-box .c-text {
    padding: 10px 0 50px;
    line-height: 26px;
    color: #666;
}

#c-about2 .c-text-box .c-title2 {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 32px;
}

#c-about2 .c-text-box .c-text2 {
    line-height: 32px;
}

#c-about2 .c-text-box .c-text2 p {
    position: relative;
    padding-left: 20px;
}

#c-about2 .c-text-box .c-text2 p::before {
    content: "";
    position: absolute;
    left: 7px;
    top: 13px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0e984a;
}


/* 金融产品设计服务 */

#c-service {
    padding-bottom: 120px;
    border-right: 1.4rem solid #282828;
    background: url(/Public/Home/default/images/sjfw-bg.jpg) no-repeat left top;
    background-size: cover;
}

#c-service .c-main-wrap {
    padding: 0 .2rem 0 1.6rem;
}

#c-service .c-list {
    margin: 0 -.1rem;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

#c-service .c-list li {
    margin-bottom: .2rem;
    width: 25%;
    padding: 0 .1rem;
}

#c-service .c-list li:first-child {
    width: 100%;
}

#c-service .c-list .c-wrap {
    position: relative;
    display: block;
    height: 2.8rem;
    overflow: hidden;
    color: #fff;
    text-align: center;
}

#c-service .c-list li:first-child .c-wrap {
    height: 4.2rem;
    text-align: left;
}

#c-service .c-list .c-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
}

#c-service .c-list .c-wrap:hover img {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

#c-service .c-list .c-wrap::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 50%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .4));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .4));
}

#c-service .c-list .c-wrap .c-title {
    padding: .35rem .6rem;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
}


/* 认识南宫ng28的核心团队 */

#c-team {
    background: url(/Public/Home/default/images/td-bg.jpg)no-repeat center / cover;
}

#c-team .c-main-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.c-banner3-wrap {
    width: 83%;
    padding: .6rem 1rem 1.6rem 1.6rem;
    background: #fff;
}

.c-banner3 .swiper-slide {
    opacity: 0 !important;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.c-banner3 .swiper-slide-active {
    z-index: 2;
    opacity: 1 !important;
}

.c-banner3 .c-text-box {
    padding-bottom: 50px;
    padding-right: 1rem;
    width: 53.5%;
}

.c-banner3 .c-text-box .c-title {
    margin-bottom: 20px;
    position: relative;
    padding-left: 60px;
    font-size: 36px;
    line-height: 46px;
}

.c-banner3 .c-text-box .c-job {
    font-size: 24px;
    line-height: 34px;
}

.c-banner3 .c-text-box .c-text {
    margin: .5rem 0;
    font-size: 14px;
    line-height: 2;
    color: #999;
}

.c-banner3 .c-common-more {
    margin: 0;
}

.c-banner3 .c-text-box .c-title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 50px;
    border-top: 1px solid #0e984a;
}

.c-banner3 .c-img-box {
    width: 46.5%;
}

.c-banner3 .c-img-box img {
    width: 100%;
}

.c-banner3 .c-arrow {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.c-banner3 .c-arrow .c-prev,
.c-banner3 .c-arrow .c-next {
    margin-right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 20px;
    background-color: #0e984a;
    cursor: pointer;
}

.c-banner3 .c-arrow .c-prev {
    background-image: url(/Public/Home/default/images/prev.png);
}

.c-banner3 .c-arrow .c-next {
    background-image: url(/Public/Home/default/images/next.png);
}

#c-team .c-list-wrap {
    padding: 0 0 1.6rem 1rem;
    width: 17%;
}

#c-team .c-list {
    opacity: .5;
    position: relative;
    height: 2.2rem;
}

#c-team .c-list li {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 1s;
}

#c-team .c-list li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#c-team .c-list li.active {
    opacity: 1;
}

.contact-section1 {
    position: relative;
    padding: 80px 0 120px;
}

@media (max-width: 1440px) {
    .contact-section1 {
        padding: 80px 0;
    }
}

@media (max-width: 1199px) {
    .contact-section1 {
        padding: 60px 0;
    }
}

@media (max-width: 767px) {
    .contact-section1 {
        padding: 40px 0;
    }
}

@media (max-width: 575px) {
    .contact-section1 {
        padding: 30px 0;
    }
}

.contact-section1 .flexbox {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .contact-section1 .flexbox {
        flex-direction: column;
    }
}

@media (max-width: 1199px) {
    .contact-section1 .flexbox .leftbox {
        margin: 0 40px 0 0;
    }
}

@media (max-width: 991px) {
    .contact-section1 .flexbox .leftbox {
        margin: 0;
    }
}

.contact-section1 .flexbox .leftbox h2 {
    font-size: 72px;
    color: #31af9a;
    font-family: "BEBAS";
    margin: 0 0 20px;
    line-height: 1;
}

@media (max-width: 1440px) {
    .contact-section1 .flexbox .leftbox h2 {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .contact-section1 .flexbox .leftbox h2 {
        margin: 0 0 15px;
    }
}

@media (max-width: 575px) {
    .contact-section1 .flexbox .leftbox h2 {
        font-size: 25px;
        /* text-align: center; */
    }
}

.contact-section1 .flexbox .leftbox .tit {
    position: relative;
    font-size: 36px;
    color: #333;
    margin: 0 0 120px;
}

@media (max-width: 1440px) {
    .contact-section1 .flexbox .leftbox .tit {
        font-size: 25px;
        margin: 0 0 80px;
    }
}

@media (max-width: 767px) {
    .contact-section1 .flexbox .leftbox .tit {
        margin: 0 0 20px;
    }
}

@media (max-width: 575px) {
    .contact-section1 .flexbox .leftbox .tit {
        font-size: 18px;
        /* text-align: center; */
    }
}

.contact-section1 .flexbox .leftbox .tit:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 3px;
    background: #31af9a;
    left: 0;
    bottom: -50px;
}

@media (max-width: 767px) {
    .contact-section1 .flexbox .leftbox .tit:after {
        display: none;
    }
}

.contact-section1 .flexbox .rightbox {
    flex: 0 0 1100px;
    min-width: 1100px;
}

@media (max-width: 1710px) {
    .contact-section1 .flexbox .rightbox {
        flex: 0 0 900px;
        min-width: 900px;
    }
}

@media (max-width: 1199px) {
    .contact-section1 .flexbox .rightbox {
        flex: 1;
        min-width: inherit;
    }
}

.contact-section1 .flexbox .rightbox .cflexbox .box-row {
    margin: 0 -30px;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 1199px) {
    .contact-section1 .flexbox .rightbox .cflexbox .box-row {
        margin: 0 -15px;
    }
}

.contact-section1 .flexbox .rightbox .cflexbox .box-col {
    flex: 0 0 50%;
    min-width: 50%;
    padding: 0 30px;
}

@media (max-width: 1199px) {
    .contact-section1 .flexbox .rightbox .cflexbox .box-col {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .contact-section1 .flexbox .rightbox .cflexbox .box-col {
        flex: 0 0 100%;
        min-width: 100%;
    }
}

.contact-section1 .flexbox .rightbox .cflexbox .item {
    background: #f5f5f5;
    padding: 55px;
}

@media (max-width: 1710px) {
    .contact-section1 .flexbox .rightbox .cflexbox .item {
        padding: 30px;
    }
}

@media (max-width: 1199px) {
    .contact-section1 .flexbox .rightbox .cflexbox .item {
        padding: 30px 15px;
    }
}

@media (max-width: 767px) {
    .contact-section1 .flexbox .rightbox .cflexbox .item {
        padding: 15px;
    }
}

.contact-section1 .flexbox .rightbox .cflexbox .item h4 {
    position: relative;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin: 0 0 35px;
    height: 45px;
    line-height: 45px;
}

@media (max-width: 1199px) {
    .contact-section1 .flexbox .rightbox .cflexbox .item h4 {
        font-size: 20px;
        height: 40px;
        line-height: 40px;
        margin: 0 0 20px;
    }
}

@media (max-width: 575px) {
    .contact-section1 .flexbox .rightbox .cflexbox .item h4 {
        font-size: 16px;
        height: 30px;
        line-height: 30px;
        margin: 0 0 15px;
    }
}

.contact-section1 .flexbox .rightbox .cflexbox .item h4 span {
    position: relative;
    z-index: 1;
}

.contact-section1 .flexbox .rightbox .cflexbox .item h4:before {
    content: "";
    position: absolute;
    left: -68px;
    top: 0;
    width: 210px;
    height: 100%;
    background: #bad618;
    border-radius: 10px;
}

@media (max-width: 1710px) {
    .contact-section1 .flexbox .rightbox .cflexbox .item h4:before {
        left: -40px;
        width: 180px;
    }
}

@media (max-width: 1199px) {
    .contact-section1 .flexbox .rightbox .cflexbox .item h4:before {
        left: -25px;
        width: 156px;
    }
}

.contact-section1 .flexbox .rightbox .cflexbox .item ul {
    margin: 0 0 50px;
}

@media (max-width: 1199px) {
    .contact-section1 .flexbox .rightbox .cflexbox .item ul {
        margin: 0 0 30px;
    }
}

@media (max-width: 575px) {
    .contact-section1 .flexbox .rightbox .cflexbox .item ul {
        margin: 0 0 15px;
    }
}

.contact-section1 .flexbox .rightbox .cflexbox .item ul li {
    font-size: 16px;
    color: #666;
    margin: 0 0 20px;
}

@media (max-width: 1199px) {
    .contact-section1 .flexbox .rightbox .cflexbox .item ul li {
        margin: 0 0 15px;
    }
}

@media (max-width: 575px) {
    .contact-section1 .flexbox .rightbox .cflexbox .item ul li {
        margin: 0 0 10px;
        font-size: 14px;
    }
}

.contact-section1 .flexbox .rightbox .cflexbox .item ul li:last-child {
    margin: 0;
}

.contact-section1 .flexbox .rightbox .cflexbox .item ul li .phone {
    font-size: 24px;
    color: #31af9a;
    font-family: "BEBAS";
}

@media (max-width: 575px) {
    .contact-section1 .flexbox .rightbox .cflexbox .item ul li .phone {
        font-size: 20px;
    }
}

.contact-section1 .flexbox .rightbox .cflexbox .item .eweima-box {
    display: flex;
}

.contact-section1 .flexbox .rightbox .cflexbox .item .eweima-box .eweima {
    flex: 0 0 111px;
    min-width: 111px;
    margin: 0 30px 0 0;
}

.contact-section1 .flexbox .rightbox .cflexbox .item .eweima-box .eweima:last-child {
    margin: 0;
}

.contact-section1 .flexbox .rightbox .cflexbox .item .eweima-box .eweima img {
    width: 100%;
    margin: 0 0 8px;
    border: 1px solid #ccc;
}

.contact-section1 .flexbox .rightbox .cflexbox .item .eweima-box .eweima p {
    text-align: center;
    font-size: 14px;
    color: #666;
}

.contact-section2 {
    margin: 0 0 120px;
}

@media (max-width: 1440px) {
    .contact-section2 {
        margin: 0 0 80px;
    }
}

@media (max-width: 1199px) {
    .contact-section2 {
        margin: 0 0 60px;
    }
}

@media (max-width: 767px) {
    .contact-section2 {
        margin: 0 0 40px;
    }
}

@media (max-width: 575px) {
    .contact-section2 {
        margin: 0 0 30px;
    }
}

.contact-section2 .mapbox {
    width: 100%;
    height: 550px;
}

@media (max-width: 1440px) {
    .contact-section2 .mapbox {
        height: 450px;
    }
}

@media (max-width: 991px) {
    .contact-section2 .mapbox {
        height: 300px;
    }
}

@media (max-width: 575px) {
    .contact-section2 .mapbox {
        height: 250px;
    }
}

.contact-section3 {
    position: relative;
    margin: 0 0 150px;
}

@media (max-width: 1440px) {
    .contact-section3 {
        margin: 0 0 80px;
    }
}

@media (max-width: 1199px) {
    .contact-section3 {
        margin: 0 0 60px;
    }
}

@media (max-width: 767px) {
    .contact-section3 {
        margin: 0 0 40px;
    }
}

@media (max-width: 575px) {
    .contact-section3 {
        margin: 0 0 30px;
    }
}

.contact-section3 .head {
    margin: 0 0 70px;
}

@media (max-width: 991px) {
    .contact-section3 .head {
        margin: 0 0 40px;
    }
}

@media (max-width: 575px) {
    .contact-section3 .head {
        margin: 0 0 30px;
    }
}

.contact-section3 .head h2 {
    margin: 0 0 20px;
    font-size: 60px;
    text-align: center;
    font-family: "BEBAS";
    color: #31af9a;
}

@media (max-width: 1440px) {
    .contact-section3 .head h2 {
        font-size: 50px;
    }
}

@media (max-width: 991px) {
    .contact-section3 .head h2 {
        font-size: 35px;
    }
}

@media (max-width: 575px) {
    .contact-section3 .head h2 {
        font-size: 25px;
        text-align: left;
    }
}

.contact-section3 .head p {
    text-align: center;
    font-size: 30px;
    color: #333;
}

@media (max-width: 1440px) {
    .contact-section3 .head p {
        font-size: 25px;
    }
}

@media (max-width: 991px) {
    .contact-section3 .head p {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    .contact-section3 .head p {
        font-size: 16px;
        text-align: left;
    }
}

.contact-section3 .flexbox {
    overflow: hidden;
}

.contact-section3 .flexbox .box-row {
    margin: 0 -20px;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 1199px) {
    .contact-section3 .flexbox .box-row {
        display: block;
    }
}

.contact-section3 .flexbox .box-col {
    flex: 0 0 50%;
    min-width: 50%;
    padding: 0 20px;
}

@media (max-width: 1199px) {
    .contact-section3 .show-location {
        display: none;
    }
}

.contact-section3 .show-location .lhead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 54px;
    padding: 0 20px;
    background: #31af9a;
}

.contact-section3 .show-location .lhead span {
    font-size: 16px;
    color: #fff;
}

@media (max-width: 1440px) {
    .contact-section3 .show-location .lhead span {
        font-size: 14px;
    }
}

.contact-section3 .show-location .lbody {
    padding: 30px 20px;
    border: 1px solid #e1e1e1;
    border-top: 0;
}

.contact-section3 .show-location .lbody .markdown-text {
    margin: 0 0 32px;
    letter-spacing: 1px;
    line-height: 1.8;
}

.contact-section3 .show-location .lbody .markdown-text p {
    font-size: 14px;
    color: #666;
    letter-spacing: 1px;
    line-height: 1.8;
}

.contact-section3 .show-location .lbody .markdown-text .tit {
    color: #31af9a;
}

.contact-section3 .show-location .lbody .send-resume {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 205px;
    height: 44px;
    background: #bad618;
    color: #333;
    font-size: 14px;
    transition: 0.3s;
}

.contact-section3 .show-location .lbody .send-resume:hover {
    box-shadow: 0 2px 5px -2px #757575;
}

.contact-section3 .location-list .item {
    margin: 0 0 10px;
}

.contact-section3 .location-list .item:last-child {
    margin: 0;
}

.contact-section3 .location-list .item .lhead a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 54px;
    padding: 0 20px;
    background: #ececec;
    transition: 0.3;
}

.contact-section3 .location-list .item .lhead span {
    font-size: 16px;
    color: #333;
    transition: 0.3;
}

@media (max-width: 1440px) {
    .contact-section3 .location-list .item .lhead span {
        font-size: 14px;
    }
}

.contact-section3 .location-list .item .lhead .toggle {
    font-weight: bold;
    font-size: 24px;
}

.contact-section3 .location-list .item .lbody {
    display: none;
    padding: 30px 20px;
    border: 1px solid #e1e1e1;
    border-top: 0;
}

@media (min-width: 1200px) {
    .contact-section3 .location-list .item .lbody {
        display: none !important;
    }
}

.contact-section3 .location-list .item .lbody .app-info {
    margin: 0 0 15px;
}

.contact-section3 .location-list .item .lbody .app-info span {
    margin: 0 20px 0 0;
    color: #31af9a;
}

.contact-section3 .location-list .item .lbody .app-info span:last-child {
    margin: 0;
}

@media (min-width: 768px) {
    .contact-section3 .location-list .item .lbody .app-info {
        display: none;
    }
}

.contact-section3 .location-list .item .lbody .markdown-text {
    margin: 0 0 32px;
}

.contact-section3 .location-list .item .lbody .markdown-text p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}

.contact-section3 .location-list .item .lbody .markdown-text .tit {
    color: #31af9a;
}

.contact-section3 .location-list .item .lbody .send-resume {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 205px;
    height: 44px;
    background: #bad618;
    color: #333;
    font-size: 14px;
}

.contact-section3 .location-list .item:nth-child(even) .lhead a {
    background: #fdfdfd;
}

@media (max-width: 1199px) {
    .contact-section3 .location-list .item.on .lhead a {
        background: #31af9a;
    }
    .contact-section3 .location-list .item.on .lhead a span {
        color: #fff;
    }
}

/* 视频弹窗 */

#hi-video-pop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#hi-video-pop * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#hi-video-pop .hi-close {
    position: fixed;
    top: 86%;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    color: #fff;
    background: #fff;
    border-radius: 50%;
    transition: .5s;
    cursor: pointer;
}

#hi-video-pop .hi-close:after,
#hi-video-pop .hi-close:before {
    content: "";
    position: absolute;
    bottom: 24px;
    left: 10px;
    width: 30px;
    height: 2px;
    background: #333;
    transition: .5s;
}

#hi-video-pop .hi-close:hover {
    background: #0e984a;
}

#hi-video-pop .hi-close:hover:after,
#hi-video-pop .hi-close:hover:before {
    background: #fff;
}

#hi-video-pop .hi-close:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#hi-video-pop .hi-close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#hi-video-pop video {
    position: fixed;
    left: 50%;
    top: 50%;
    max-width: 90%;
    max-height: 70%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
	.hidden-sm{
		display: none;
	}
}