* {
	padding: 0;
	margin: 0;
	-webkiit-box-sizing: border-box;
	box-sizing: border-box;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
body {
	color: #333;
	font-size: 16px;
	font-family: "Microsoft YaHei", "微软雅黑", "pingfnag", Verdana, Helvetica, Arial, sans-serif;
	opacity: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
a {
	color: #333;
	text-decoration: none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}
a:hover {
	text-decoration: underline;
	text-decoration: none;
}
img {
	border: none;
}
ol, ul, li {
	list-style: none;
}
table {
	border-collapse: collapse;
}
input[type=text]:focus, input[type=text]:active {
	appearance: none;
	-webkit-appearance: none;
	outline: none;
}
a {
	-webkit-tap-highlight-color: transparent;
}
a:hover {
	-webkit-tap-highlight-color: transparent;
}
img {
	vertical-align: middle;
}
input, input:focus, input:active, button, button[type=button], textarea:focus {
	appearance: none;
	-webkit-appearance: none;
	outline: none;
}
.m {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto
}
.head {
	background: #81d8cf;
	height: 80px;
	padding: 10px 0;
	text-align: center;
}
.head img {
	width: 22%;
	height: 60px;
}
.about {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 40px 0;
}
.about .left {
	width: 67%
}
.about .right {
	width: 28%;
	overflow: hidden
}
.about .right img {
	width: 100%;
	transition: all .7s;
	-moz-transition: all .7s;
	-webkit-transition: all .7s;
}
.about .right:hover img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	zoom: 1.1 \9;
}
.about .left p {
	font-size: 14px;
	line-height: 30px;
	position: relative;
	padding-left: 22px;
	margin-bottom: 25px;
}
.about .left p:before {
	background: #81d8cf;
	content: "";
	height: 4px;
	width: 11px;
	position: absolute;
	left: 0;
	top: 13px;
}
.youshi ul li {
	width: 30%;
	float: left;
	height: 170px;
	border: 1px solid #eeeeee;
	box-sizing: border-box;
	padding: 40px;
	transition: all .5s;
	-webkit-transition: all .5s;
	margin-bottom: 55px;
}
.youshi ul li .l1 .ico {
	float: left;
}
.youshi ul li .l1 .ico span {
	font-size: 30px;
	color: #81d8cf
}
.youshi ul li .l1 .number {
	float: right;
	color: #d9d9d9;
	font-size: 16px;
	margin-top: 18px;
}
.youshi ul li .l2 {
	font-size: 15px;
	font-weight: bold;
	color: #222;
	margin: 20px 0 10px 0;
}
.youshi ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.youshi ul li:hover {
	border: 0px solid #eeeeee;
	box-shadow: 6px 0 20px 0 rgba(0,0,0,.06);
	margin-top: -20px;
	margin-bottom: 20px;
}
.fuwu h3 {
	font-size: 46px;
	line-height: 1.3;
	color: #81d8cf;
	font-weight: 500;
	padding: 15px 0;
	text-align: center;
	font-weight: bold;
}
#accordion {
	padding-right: 24px;
	padding-left: 24px;
	z-index: 1;
}
#accordion .panel {
	border: none;
	box-shadow: none;
}
#accordion .panel-heading {
	padding: 0;
	border-radius: 0;
	border: none;
}
#accordion .panel-title {
	padding: 0;
}
#accordion .panel-title a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	background: #44dbcd;
	color: #fff;
	padding: 15px 25px;
	position: relative;
	margin-left: -24px;
	transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed {
	background: #81d8cf;
	color: #fff;
	margin-left: 0;
	transition: all 0.3s ease 0s;
}
#accordion .panel-title a:before {
	content: "";
	border-left: 24px solid #44dbcd;
	border-top: 24px solid transparent;
	border-bottom: 24px solid transparent;
	position: absolute;
	top: 0;
	right: -24px;
	transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed:before {
	border-left-color: #81d8cf;
}
#accordion .panel-title a:after {
	content: "\f106";
	font-family: 'FontAwesome';
	position: absolute;
	top: 30%;
	right: 15px;
	font-size: 18px;
	color: #fff;
}
#accordion .panel-title a.collapsed:after {
	content: "\f107";
	color: #fff;
}
#accordion .panel-collapse {
	position: relative;
}
#accordion .panel-collapse.in:before {
	content: "";
	border-right: 24px solid #44dbcd;
	border-bottom: 18px solid transparent;
	position: absolute;
	top: 0;
	left: -24px;
}
#accordion .panel-body {
	font-size: 14px;
	color: #333;
	background: #e4e4e4;
	border-top: none;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
#accordion .panel-body .zuo {
	width: 51%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
#accordion .panel-body .zuo p {
	width: 50%;
	font-size: 16px;
}
#accordion .panel-body .you {
	width: 37%;
}
#accordion .panel-body .you .desc .name {
	font-size: 40px;
	color: #754b38;
	font-weight: bold;
}
#accordion .panel-body .you .desc .name span {
	color: #ff3131
}
#accordion .panel-body .you .desc .text {
	color: #ff3131;
	font-size: 19px;
	font-weight: bold;
}
.PicList002854 li {
	     width: 17%;
    /* height: 476px; */
    margin-bottom: 45px;
}
.PicList002854 li img {
	    width: 100%;
    vertical-align: middle;
    height: auto;
}
.PicList002854 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot {
	padding: 20px 0;
	background: #81d8cf;
	color: #fff;
}
.foot .img {
	text-align: center;
}
.foot .img img {
	max-width: 450px;
}
.foot .m-2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.foot .m-2 .zuo {
	width: 40%;
}
.foot .m-2 .you .images {
}
.foot .m-2 .you .images img {
	width: 100%
}
.foot .m-2 .you {
	width: 12%;
}
.banquan {
	background: #81d8cf;
	text-align: center;
	color: #fff;
	border-top: 1px solid #fff;
	padding: 21px 0;
}
.learning-list {
	width: 100%
}
.learning-list-ul {
	display: flex;
	flex-wrap: wrap;
	margin: -28px 0 0 -28px
}
.learning-link {
	width: calc(25% - 28px);
	margin: 28px 0 0 28px;
	position: relative;
	display: block;
	overflow: hidden
}
.learning-link:before {
	padding-bottom: 75%;
	content: '';
	display: block
}
.learning-link img {
	transition: all .6s ease
}
.learning-link::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .1);
	opacity: 0;
	transition: all .4s ease
}
.learning-link i {
	width: 40px;
	height: 40px;
	position: absolute;
	z-index: 4;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -20px;
	background: url(../images/artvdic.png) no-repeat center/100% auto;
	transform: scale(1);
	opacity: 1;
	transition: all .4s ease
}
.learning-link:hover::after {
	opacity: 1
}
.learning-link:hover i {
	opacity: 1;
	transform: scale(1)
}
.learning-link:hover img {
	transform: scale(1.04)
}
.popVideo {
	display: none;
	position: fixed;
	z-index: 999999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	top: 0;
	left: 0
}
.popVideo-content {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 66%;
	height: 100%;
	margin: 0 auto
}
.popVideo-core {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	position: relative
}
.popVideo-core video {
	width: 40%;
	margin: 0 auto;
	display: block;
}
.popVideo-close {
	width: 28px;
	height: 28px;
	position: absolute;
	right: -28px;
	top: -28px;
	z-index: 3;
	background: url(../images/close.png) no-repeat center;
	cursor: pointer;
	opacity: .7;
	transition: all .6s ease
}
.popVideo-close:hover {
	opacity: 1
}
.popVideo-video {
	width: 90%;
	margin: 0 auto
}
.popVideo-video iframe {
	width: 100%;
	height: 500px
}




@charset "utf-8";
.sonBan {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.sonBan img {
    width: 100%;
    object-fit: cover;
    height: 500px
}

.sonMenu {
    width: 100%;
    position: relative
}

.sonMenu.colorMenu {
    background: #f7f7f7
}

.sonMenu .contain {
    position: relative;
    z-index: 2;
    margin-top: -38px;
    background: #fff;
    box-shadow: 0 4px 30px 4px rgba(0, 0, 0, .1)
}

.sonMenu-link {
    float: left;
    width: 88%
}

body.winter .sonMenu-link-scroll {
    width: auto!important
}

.sonMenu-link a {
    display: flex;
    float: left;
    height: 78px;
    align-items: center;
    font-size: 16px;
    color: #555;
    padding: 0 31.8px;
    position: relative;
    transition: all .4s ease;
    width: 20%
}

.sonMenu-link a span {
    position: relative;
    z-index: 3;
    display: block;
    max-height: 40px;
    overflow: hidden;
    line-height: 20px
}

.sonMenu-link a::after,
.sonMenu-link a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .4s ease
}

.sonMenu-link a::before {
    opacity: 1;
    z-index: 1;
    background: linear-gradient(to right, #fff, #f7f7f7)
}

.sonMenu-link a::after {
    background: #009f90;
    z-index: 2;
    opacity: 0
}

.sonMenu-link a.ontrue,
.sonMenu-link a:hover {
    color: #fff
}

.sonMenu-link a.ontrue::before,
.sonMenu-link a:hover::before {
    opacity: 0
}

.sonMenu-link a.ontrue::after,
.sonMenu-link a:hover::after {
    opacity: 1
}

.sonMenu-hint {
    float: right;
    margin-right: 36px
}

.sonMenu-hint span {
    display: flex;
    float: left;
    height: 78px;
    align-items: center;
    font-size: 14px;
    color: #888;
    padding-left: 20px;
    background: url(../images/home.png) no-repeat center left;
}

.toLink::before {
    content: "";
    width: 0;
    height: 1px;
    background: #345772;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all .4s ease
}

.toLink:hover::before {
    width: 100%;
    right: auto;
    left: 0
}

.sonTitle {
    width: 100%;
    text-align: center
}

.sonTitle h2 {
    font-size: 40px;
    color: #10436b;
    font-weight: 700;
    padding-bottom: 20px
}

.sonTitle p {
    font-size: 18px;
    color: #7e8c97;
    line-height: 26px
}

.sonTitle p br {
    content: "";
    display: block;
    height: 22px
}

.sonTitle p b {
    font-weight: 700;
    color: #009f90
}

.sonTitle.white h2 {
    color: #fff
}

.sonTitle.white p {
    color: #fff
}

.sonTitle.white p b {
    color: #fff
}

.fullpage {
    width: 100%;
    font-size: 0;
    text-align: center;
    margin-top: 68px;
    user-select: none
}

.fullpage a {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #e1e1e1;
    margin: 0 4px;
    font-size: 14px;
    color: #555;
    transition: all .4s ease;
    border-radius: 3px;
    background-color: #fff
}

.fullpage span {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    line-height: 38px;
    margin: 0 4px;
    font-size: 14px;
    transition: all .4s ease;
    border-radius: 3px;
    background-color: #009f90;
    color: #fff!important;
    border-color: #009f90
}

.fullpage a:first-child,
.fullpage a:last-child {
    width: 68px
}

.fullpage a.on,
.fullpage a.ontrue,
.fullpage a:hover {
    background-color: #009f90;
    color: #fff;
    border-color: #009f90
}

.fullpage-num {
    display: inline-block;
    vertical-align: middle
}

.fullpage b,
.fullpage button,
.fullpage input {
    display: inline-block;
    vertical-align: middle
}

.fullpage b {
    font-size: 14px;
    color: #999;
    font-weight: 300;
    margin: 0 8px
}

.fullpage input {
    width: 54px;
    text-align: center;
    height: 40px;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    color: #666;
    margin-right: 8px;
    border-radius: 3px
}

.fullpage button {
    color: #555;
    font-size: 14px;
    padding: 0 18px;
    border: 1px solid #e1e1e1;
    transition: all .4s ease;
    height: 40px;
    background: #fff;
    cursor: pointer;
    border-radius: 3px
}

.fullpage button:hover {
    background-color: #009f90;
    color: #fff;
    border-color: #009f90
}

.fullpage-now {
    font-style: normal;
    color: #009f90
}

@media all and (max-width:1599px) {
    .fullpage {
        margin-top: 54px
    }
}

@media all and (max-width:1000px) {
    .fullpage {
        margin-top: 36px
    }
    .fullpage-num {
        width: 100%;
        margin-bottom: 6px
    }
    .fullpage a:first-child,
    .fullpage a:last-child {
        width: 58px
    }
    .fullpage a {
        margin: 0 3px
    }
}

.abopro {
    width: 100%;
    overflow: hidden;
    padding: 120px 0;
    position: relative
}

.abopro::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 88%;
    left: 0;
    bottom: 0;
    background: linear-gradient(to bottom, #fff, #f7f7f7)
}

.abopro-item {
    width: 100%;
    position: relative;
    z-index: 2
}

.abopro-img {
    width: 100%;
    text-align: right;
    margin-top: 30px
}

.abopro-item img {
    max-width: 100%
}

.abopro-cont {
    z-index: 2;
    padding: 54px;
    background: rgba(255, 255, 255, .96);
    box-shadow: -1px 4px 40px 4px rgba(0, 0, 0, .1)
}

.abopro-cont.sonTitle {
    text-align: left
}

.abowhy {
    width: 100%;
    padding: 120px 0;
    overflow: hidden
}

.abowhy .sonTitle {
    max-width: 1100px
}

.abowhy-item {
    width: 100%;
    margin-top: 40px;
    position: relative
}

.abowhy-img {
    width: 100%;
    text-align: left
}

.abowhy-img img {
    max-width: 100%;
    height: 632px;
    object-fit: cover
}

.abowhy-cont {
    position: absolute;
    z-index: 2;
    width: 980px;
    padding: 54px 54px 0;
    min-height: 88%;
    right: 0;
    top: 6%;
    background: rgba(255, 255, 255, .96);
    box-shadow: -1px 4px 40px 4px rgba(0, 0, 0, .1)
}

.abowhy-cont.sonTitle {
    text-align: left
}

.abowhy-cont.sonTitle h6 {
    font-size: 12px;
    color: #76b5b8;
    line-height: 20px
}

.aboser {
    width: 100%;
    height: 742px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.aboser-cont.sonTitle {
    text-align: left;
    max-width: 800px
}

.abopar {
    width: 100%;
    overflow: hidden;
    padding: 100px 0 90px
}

.abopar .sonTitle h2 {
    padding-bottom: 0
}

.abopar-loop {
    width: 100%;
    position: relative;
    margin-top: 20px
}

.abopar-loop a {
    display: block;
    width: 100%;
    transition: all .4s ease;
    margin-top: 10px
}

.abopar-img {
    width: 100%;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f7f7;
    transition: all .4s ease
}

.abopar-img img {
    max-width: 88%;
    max-height: 88%
}

.abopar-cont {
    width: 100%;
    padding-top: 10px
}

.abopar-cont p {
    font-size: 13px;
    color: #7e8c97;
    line-height: 18px
}

.abopar-loop a:hover .abopar-img {
    transform: translateY(-6px)
}

.abopar-next,
.abopar-prev {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 36px;
    background: #f5f5f5 url(../images/aboic1.png) no-repeat center;
    cursor: pointer;
    transition: all .4s ease
}

.abopar-next:hover,
.abopar-prev:hover {
    background-color: #009f90;
    background-image: url(../images/aboic1h.png)
}

.abopar-prev {
    left: -60px
}

.abopar-next {
    right: -60px;
    transform: rotate(180deg)
}

.abopar-more {
    width: 100%;
    text-align: center;
    margin-top: 30px
}

.abocer {
    width: 100%;
    padding: 60px 0 54px;
    overflow: hidden
}

.abocer-loop {
    width: calc(100% - 500px);
    float: right
}

.abocer-loop-img {
    display: block;
    width: 100%;
    transition: all .4s ease
}

.abocer-loop-img img {
    width: 100%;
    object-fit: cover
}

.pic::after {
    padding-bottom: 131%;
    display: block;
    content: ''
}

.abocer-loop .swiper-slide {
    transition: transform 1.2s ease;
    transform: scale(.8)
}

.abocer-loop .swiper-slide-active {
    transform: scale(1);
    z-index: 10;
    transition: transform 1s ease
}

.abocer-loop .swiper-slide-active .abocer-loop-img {
    box-shadow: 0 4px 20px 4px rgba(0, 0, 0, .1)
}

.abocer-loop .swiper-container {
    padding: 24px 0 52px
}

.abocer-loop .swiper-pagination {
    bottom: 0
}

.abocer-loop .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: 0 0;
    border: 2px solid #009f90;
    opacity: .6;
    vertical-align: middle
}

.abocer-loop .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    opacity: 1
}

.abocer-item {
    width: 500px;
    float: left;
    display: flex;
    align-items: center;
    height: 400px;
    padding-right: 32px
}

.abocer-item-center {
    width: 100%
}

.abocer-cont {
    width: 100%
}

.abocer-cont li {
    width: 100%;
    display: none
}

.abocer-cont li.ontrue {
    display: block
}

.abocer-cont li .sonTitle {
    text-align: left
}

.abocer-cont li .sonTitle h2 {
    padding-bottom: 0;
    margin: 20px 0
}

.abocer-cont li .sonTitle i {
    display: block;
    width: 50px;
    height: 4px;
    background: url(../images/aboic3.png) no-repeat center;
    margin: 24px 0
}

.abocer-btn {
    width: 100%;
    margin-top: 28px;
    font-size: 0
}

.abocer-btn>div {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #e8e8e8;
    background: #fff url(../images/aboic2.png) no-repeat center;
    transition: all .4s ease
}

.abocer-btn>div:hover {
    background-color: #009f90;
    border-color: #009f90;
    background-image: url(../images/aboic2h.png)
}

.abocer-btn>div.abocer-next {
    transform: rotate(180deg);
    margin-left: 12px
}

.placeMark {
    position: relative;
    top: -80px;
    display: block;
    height: 0;
    overflow: hidden
}

.news {
    width: 100%;
    padding: 68px 0 110px;
    overflow: hidden
}

.news-list {
    width: 100%
}

.news-link {
    display: block;
    width: 100%;
    transition: all .4s ease
}

.news-cont,
.news-data,
.news-img {
    display: flex;
    align-items: center;
    height: 220px
}

.news-center {
    width: 100%;
    position: relative;
    z-index: 2
}

.news-data {
    width: 194px;
    float: left;
    text-align: center;
    transition: background-color .6s ease;
    background: url(../images/newsic3.png) no-repeat right center
}

.news-data h4 {
    font-size: 24px;
    color: #009f90;
    font-weight: 700;
    transition: all .4s ease
}

.news-data i {
    display: block;
    position: relative;
    width: 100%;
    height: 34px;
    background: url(../images/newsic1.png) no-repeat center;
    transition: all .4s ease;
    margin-top: 14px
}

.news-data i::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -26px;
    display: block;
    width: 100%;
    height: 12px;
    background: url(../images/newsic2.png) no-repeat center
}

.news-item {
    width: calc(100% - 194px);
    float: right;
    padding: 0 50px
}

.news-cont {
    width: calc(100% - 182px);
    float: left;
    padding-right: 42px
}

.news-cont h2 {
    font-size: 22px;
    color: #222;
    font-weight: 700;
    transition: all .4s ease;
    margin-bottom: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.news-cont p {
    font-size: 16px;
    color: #888;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.news-img {
    width: 182px;
    float: right;
    overflow: hidden
}

.news-img img {
    width: 100%;
    object-fit: cover
}

.news-link:hover {
    box-shadow: 0 4px 40px 2px #c6e8ea
}

.news-link:hover .news-data {
    background: #009f90
}

.news-link:hover .news-data h4 {
    color: #fff
}

.news-link:hover .news-data i {
    background-image: url(../images/newsic1h.png)
}

.news-link:hover .news-cont h2 {
    color: #009f90
}

.newsxq {
    width: 100%;
    overflow: hidden;
    padding: 88px 0 100px
}

.newsxq-item {
    width: calc(100% - 266px);
    float: left;
    padding-right: 54px
}

.newsxq-title {
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 1px solid #ebebeb
}

.newsxq-title h2 {
    font-size: 26px;
    color: #111;
    font-weight: 700;
    line-height: 1.2
}

.newsxq-title p {
    width: 100%;
    font-size: 0;
    margin-top: 28px
}

.newsxq-title p span {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #999;
    line-height: 20px;
    margin-right: 28px
}

.newsxq-title p span:last-child {
    margin-right: 0
}

.newsxq-cont {
    width: 100%;
    padding-top: 28px
}

.newsxq-cont p {
    font-size: 18px;
    color: #888;
    line-height: 30px
}

.newsxq-cont img {
    max-width: 100%
}

.newsxq-cont br {
    content: "";
    display: block;
    height: 24px
}

.newsxq-btn {
    width: 266px;
    float: right;
    border: 8px solid #009f90;
    padding: 28px 30px
}

.newsxq-btn li {
    width: 100%
}

.newsxq-btn li:last-child {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #e4e4e4
}

.newsxq-btn li h4 {
    font-size: 20px;
    color: #009f90;
    font-weight: 700
}

.newsxq-btn li a {
    display: block;
    margin-top: 12px
}

.newsxq-btn li a h2 {
    font-size: 14px;
    color: #555;
    line-height: 20px;
    transition: all .4s ease
}

.newsxq-btn li a p {
    font-size: 12px;
    color: #999;
    margin-top: 8px
}

.newsxq-btn li a:hover h2 {
    color: #009f90
}

.prolb {
    width: 100%;
    background: #f7f7f7;
    padding: 44px 0 110px;
    overflow: hidden
}

.prolb-list {
    width: 100%
}

.prolb-list-ul {
    margin-left: -4%
}

.prolb-link {
    display: block;
    width: 29.333%;
    margin-left: 4%;
    margin-top: 4%;
    background: #fff;
    float: left;
    transition: all .4s ease;
    box-shadow: 0 4px 30px 4px #ececec
}

.prolb-img {
    width: 100%;
    position: relative
}

.prolb-img:after {
    padding-bottom: 65.49%;
    display: block;
    content: ''
}

.prolb-cont {
    width: 100%;
    align-items: center;
    height: 120px;
    padding: 0 20px;
    text-align: center;
    display: flex;
    position: relative
}

.prolb-cont-center {
    width: 100%
}

.prolb-cont h2 {
    font-size: 22px;
    color: #009f90;
    font-weight: 700;
    margin-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.prolb-cont p {
    font-size: 15px;
    color: #a6a6a6;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.prolb-cont::after {
    content: "";
    width: 60%;
    opacity: 0;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    background: #009f90;
    height: 6px;
    transition: all .4s ease
}

.prolb-link:hover {
    box-shadow: 0 4px 40px 4px #bde7e9;
    transform: translateY(-6px)
}

.prolb-link:hover .prolb-cont::after {
    width: 100%;
    opacity: 1
}

.proxqban {
    width: 100%;
    overflow: hidden;
    background: url(../images/inbanner.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
    padding-top: 88px;
    padding-bottom: 40px
}

.proxqban-granule {
    width: 100%;
    height: 68%;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    opacity: 0;
    animation: toShow 1s ease both 1s;
    z-index: 1
}

.proxqban-granule canvas {
    width: 100%!important;
    height: 100%!important
}

@keyframes toShow {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.proxqban .contain {
    position: relative;
    z-index: 2
}

.proxqban-title {
    width: 100%;
    text-align: center;
    color: #616161
}

.proxqban-title h2 {
    font-size: 52px;
    margin-bottom: 12px;
    font-weight: 700;
    max-height: 66px;
    overflow: hidden
}

.proxqban-title p {
    font-size: 40px;
    font-weight: 700
}

.proxqban-more {
    width: 100%;
    margin-top: 32px;
    font-size: 0;
    text-align: center
}

.toQuote {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    text-align: center;
    width: 280px;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    border-radius: 28px
}

.toQuote span {
    position: relative;
    z-index: 2;
    padding-right: 22px;
    background: url(../images/indarrh.svg) no-repeat right -10px top -4px/32px auto
}

.toQuote::after {
    content: "";
    position: absolute;
    z-index: 1;
    background: #00a29b;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 28px;
    transition: all .4s ease
}

.proxqban-list {
    width: 100%;
    font-size: 0;
    text-align: center;
    margin-top: 40px
}

.proxqban-pro {
    display: inline-block;
    vertical-align: top;
    width: 640px;
    text-align: center;
    position: relative
}

.proxqban-pro-img {
    width: 100%;
    height: 408px;
    display: flex;
    align-items: center;
    justify-content: center
}

.proxqban-pro-img img {
    max-width: 100%;
    max-height: 100%
}

.proxqban-pro-cont {
    width: 100%;
    margin-top: 12px
}

.proxqban-pro-cont p {
    font-size: 22px;
    color: #fff;
    font-weight: 700
}

.proxqban-pro::after {
    content: "";
    position: absolute;
    border: 1px dashed rgba(255, 255, 255, .3);
    top: 0;
    right: 0;
    height: 272px
}

.proxqban-pro:last-child::after {
    display: none
}

.proxqban-list,
.proxqban-more,
.proxqban-title h2,
.proxqban-title p {
    opacity: 0;
    animation: toUp 1s ease both
}

.proxqban-title h2 {
    animation-delay: .2s
}

.proxqban-title p {
    animation-delay: .4s
}

.proxqban-list {
    animation-delay: .6s
}

.proxqban-more {
    animation-delay: .8s
}

@keyframes toUp {
    0% {
        opacity: 0;
        transform: translateY(60px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.proxquse {
    width: 100%;
    overflow: hidden;
    padding: 100px 0;
    background: #009f90;
    color: #fff
}

.proxquse-title {
    width: 100%;
    text-align: center
}

.proxquse-title h2 {
    font-size: 42px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase
}

.proxquse-list {
    width: 100%;
    text-align: center;
    margin-top: 44px;
    font-size: 0
}

.proxquse-list li {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding: 0 30px
}

.proxquse-list li i {
    display: block;
    font-style: normal;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    border: 8px solid #fff;
    margin: 0 auto 18px;
    overflow: hidden
}

.proxquse-list li i img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.proxquse-list li p {
    font-size: 20px;
    color: #fff;
    word-break: break-all
}

.proxquse-cont {
    width: 100%;
    text-align: center;
    background: rgba(255, 255, 255, .1);
    border-radius: 10px;
    margin-top: 42px;
    padding: 38px 20px 40px
}

.proxquse-cont p {
    font-size: 22px;
    color: #8bf3f8
}

.proxquse-cont a {
    width: 214px;
    margin-top: 20px
}

.proxqpar {
    width: 100%;
    padding: 30px 0;
    overflow: hidden
}

.proxqpar-item {
    width: 560px;
    float: left;
    padding-right: 32px
}

.proxqpar-table {
    width: calc(100% - 560px);
    float: right
}

.proxqpar-item,
.proxqpar-table {
    display: flex;
    align-items: center
}

.proxqpar-center {
    width: 100%
}

.proxqpar-table table {
    width: 100%;
    border: 1px solid #d2d2d2;
    border-width: 1px 0 0 1px
}

.proxqpar-table table td,
.proxqpar-table table th {
    border: solid #d2d2d2;
    border-width: 0 1px 1px 0;
    padding: 2px 10px;
    text-align: center;
    font-size: 16px;
    line-height: 18px
}

.proxqpar-table table td {
    color: #7e8c97;
    height: 42px
}

.proxqpar-table table .colorHead {
    color: #41a2a7;
    background: #e8f6f7;
    width: 30%
}

.proxqpar-table table th {
    background: #009f90!important;
    color: #fff!important;
    height: 60px
}

.proxqpar-images,
.proxqpar-rotate {
    display: none;
    width: 100%;
    position: relative
}

.proxqpar-images.onshow,
.proxqpar-rotate.onshow {
    display: block
}

.proxqpar-images {
    text-align: center
}

.proxqpar-images img {
    max-width: 100%;
    max-height: 586px
}

.proxqpar-spinner {
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    user-select: none;
    align-items: center
}

.proxqpar-spinner span {
    margin-top: -160px;
    width: 60px;
    height: 30px;
    background: rgba(53, 207, 214, .7);
    border-radius: 5px;
    font-family: Arial, "MS Trebuchet", sans-serif;
    font-size: 12px;
    font-weight: bolder;
    color: #fff;
    text-align: center;
    line-height: 30px;
    display: block
}

.proxqpar-rotate-btn {
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/proxhic.png) no-repeat center;
    cursor: pointer
}

.threesixty {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    height: 586px;
    z-index: 2
}

.threesixty .threesixty_images {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0
}

.threesixty .threesixty_images img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    width: 0;
    height: 0;
    max-height: 100%;
    margin: auto
}

.threesixty .threesixty_images img.previous-image {
    visibility: hidden;
    width: 0;
    height: 0
}

.threesixty-wrapper {
    margin: 0 auto;
    position: relative;
    cursor: e-resize;
    width: 100%;
    height: 100%
}

.threesixty_images img.current-image {
    height: auto;
    width: auto
}

.proxqrel {
    width: 100%;
    overflow: hidden;
    padding: 100px 0;
    background: #f4f4f4
}

.proxqrel-title {
    width: 100%;
    text-align: center
}

.proxqrel-title h2 {
    font-size: 42px;
    color: #10436b;
    font-weight: 700
}

.proxqrel-loop {
    width: 100%;
    margin-top: 20px
}

.proxqrel-loop .swiper-container {
    padding: 20px 20px 48px
}

.proxqrel-link {
    display: block;
    width: 100%;
    background: #fff;
    float: left;
    transition: all .4s ease;
    box-shadow: 0 4px 20px 4px #ececec
}

.proxqrel-img {
    width: 100%;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center
}

.proxqrel-img img {
    max-width: 88%;
    max-height: 88%;
    object-fit: cover
}

.proxqrel-cont {
    width: 100%;
    align-items: center;
    height: 120px;
    padding: 0 20px;
    text-align: center;
    display: flex;
    position: relative
}

.proxqrel-cont-center {
    width: 100%
}

.proxqrel-cont h2 {
    font-size: 22px;
    color: #009f90;
    font-weight: 700;
    margin-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.proxqrel-cont p {
    font-size: 15px;
    color: #a6a6a6;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.proxqrel-link:hover {
    box-shadow: 0 4px 20px 4px #bde7e9
}

.proxqrel-loop .swiper-pagination {
    bottom: 0
}

.proxqrel-loop .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: 0 0;
    border: 2px solid #009f90;
    opacity: .6;
    vertical-align: middle
}

.proxqrel-loop .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    opacity: 1
}

.proxzint-img .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: 0 0;
    border: 2px solid #009f90;
    opacity: .6;
    vertical-align: middle
}

.proxzint-img .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    opacity: 1
}

.proxh {
    width: 100%
}

.proxhfea {
    width: 100%;
    padding: 100px 0;
    overflow: hidden
}

.proxhfea-item {
    width: 100%;
    margin-top: 28px;
    position: relative
}

.proxhfea-img {
    width: 100%;
    position: relative
}

.proxhfea-img-bg {
    max-width: 100%
}

.proxhfea-img-gif {
    position: absolute;
    width: 178px;
    height: 178px;
    border-radius: 50%;
    z-index: 2;
    overflow: hidden;
    background: #fff;
    border: 1px solid #009f90
}

.proxhfea-img-gif img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.proxhfea-img-gif1 {
    left: 28.8%;
    bottom: 7.6%
}

.proxhfea-img-gif2 {
    left: 14.6%;
    bottom: 41.8%
}

.proxhfea-cont {
    position: absolute;
    width: 440px;
    right: 0;
    top: 0
}

.proxhfea-cont li {
    width: 100%;
    margin-top: 60px
}

.proxhfea-cont li h2 {
    font-size: 32px;
    color: #48c6cd;
    font-weight: 700;
    line-height: 1.14;
    margin-bottom: 12px
}

.proxhfea-cont li p {
    font-size: 17px;
    color: #7e8c97;
    line-height: 22px
}

.proxhint {
    width: 100%;
    padding-top: 44px;
    background: #f7f7f7;
    overflow: hidden
}

.proxhint-cont {
    width: calc(100% - 450px);
    float: left;
    padding-top: 20px
}

.proxhint-pic {
    width: 450px;
    float: right
}

.proxhint-pic img {
    height: auto;
    max-width: 88%
}

.proxhint-cont li {
    max-width: 680px;
    margin-top: 60px;
    overflow: hidden
}

.proxhint-img {
    width: 78px;
    float: left
}

.proxhint-img img {
    max-width: 64px
}

.proxhint-wd {
    width: calc(100% - 78px);
    float: right
}

.proxhint-wd h2 {
    font-size: 30px;
    color: #009f90;
    font-weight: 700;
    margin-bottom: 8px
}

.proxhint-wd p {
    font-size: 17px;
    color: #7e8c97;
    line-height: 22px
}

.proxz {
    width: 100%
}

.proxzfea {
    width: 100%;
    overflow: hidden;
    padding: 30px 0
}

.proxzfea-img {
    width: 100%;
    text-align: center;
    margin-top: 60px
}

.proxzfea-img img {
    max-width: 100%
}

.proxzfea-cont {
    width: 100%
}

.proxzfea-cont li {
    width: 48%;
    text-align: left
}

.proxzfea-cont li:nth-child(2n+1) {
    float: left
}

.proxzfea-cont li:nth-child(2n) {
    float: right
}

.proxzfea-cont li h2 {
    font-size: 30px;
    color: #009f90;
    font-weight: 700;
    margin-bottom: 12px
}

.proxzfea-cont li p {
    font-size: 18px;
    color: #7e8c97;
    line-height: 25px
}

.proxzint {
    width: 100%;
    padding-top: 40px;
    overflow: hidden;
    padding-bottom: 40px;
    background: #f7f7f7
}

.proxzint-cont,
.proxzint-img {
    width: 50%;
    float: left
}

.proxzint-img {
    text-align: right;
    width: 40%;
    float: right
}

.proxzint-img .item {
    width: 100%
}

.proxzint-img .item .pic:after {
    content: '';
    display: block;
    padding-bottom: 100%
}

.proxzint-cont h2 {
    font-size: 42px;
    color: #009f90;
    font-weight: 700;
    margin-bottom: 20px
}

.proxzint-cont p {
    font-size: 20px;
    color: #7e8c97;
    line-height: 32px
}

.infoform {
    width: 100%;
    overflow: hidden;
    padding: 100px 0
}

.infoform-title {
    width: 100%;
    padding-bottom: 32px;
    border-bottom: 1px dashed #d1d1d1
}

.infoform-title h2 {
    font-size: 46px;
    color: #10436b;
    font-weight: 700
}

.infoform-title i {
    display: block;
    width: 100%;
    height: 28px
}

.infoform-title p {
    font-size: 20px;
    color: #7e8c97;
    line-height: 28px
}

.infoform-title br {
    content: "";
    display: block;
    height: 20px
}

.infoform-title a {
    color: #009f90;
    font-weight: 700;
    text-decoration: underline
}

.infoform-item {
    width: 100%;
    position: relative;
    padding-top: 84px
}

.infoform-rel {
    width: 400px;
    float: right;
    text-align: right
}

.infoform-rel img {
    max-width: 100%
}

.infoform-data {
    width: calc(100% - 400px);
    padding-right: 140px;
    position: relative;
    float: left
}

.infoform-data-blank {
    width: 100%;
    display: block;
    height: 60px
}

.infoform-data-desc {
    width: 100%;
    margin-bottom: 12px
}

.infoform-data-desc h2 {
    font-size: 30px;
    color: #10436b;
    font-weight: 700;
    margin-bottom: 6px
}

.infoform-data-desc h6 {
    font-size: 28px;
    color: #10436b
}

.infoform-data-select {
    width: 100%;
    user-select: none
}

.infoform-data-select li {
    width: 100%;
    margin-top: 4px;
    position: relative;
    overflow: hidden
}

.infoform-data-select li:first-child {
    margin-top: 0
}

.infoform-data-select label {
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    padding-left: 28px;
    color: #7e8c97;
    transition: all .4s ease;
    background: url(../images/seric2.png) no-repeat left top 3px
}

.infoform-data-select label {
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    padding-left: 28px;
    color: #7e8c97;
    transition: all .4s ease;
    background: url(../images/seric2.png) no-repeat left top 3px
}

.infoform-data-select label.ontrue,
.infoform-data-select label:hover {
    color: #009f90
}

.infoform-data-select label.ontrue {
    background-image: url(../images/seric2h.png)
}

.infoform-data-form {
    width: 100%
}

.infoform-data-form li {
    margin-top: 10px;
    overflow: hidden;
    position: relative
}

.infoform-data-form li:first-child {
    margin-top: 0
}

.infoform-data-form input,
.infoform-data-form select,
.infoform-data-form textarea,
.infoform-data-select>input {
    display: block;
    background: #fff;
    width: 100%;
    font-size: 16px;
    color: #888;
    border: 1px solid #a9a9a9;
    padding: 0 24px;
    height: 46px;
    border-radius: 3px;
    box-shadow: 0 0 8px 2px #f0f1f5 inset
}

.infoform-data-form textarea {
    height: 160px!important;
    padding-top: 16px!important;
    padding-bottom: 16px!important
}

.infoform-data-form select {
    background-image: url(../images/seric1.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    max-width: 1000px
}

.infoform-data-form li.infoform-data-code input {
    padding-right: 96px
}

.infoform-data-form li.infoform-data-code span {
    display: flex;
    width: 84px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.infoform-data-form li.infoform-data-code span canvas,
.infoform-data-form li.infoform-data-code span img {
    max-width: 100%;
    max-height: 100%
}

.infoform-data-submit {
    font-size: 22px;
    color: #fff;
    width: 240px;
    height: 54px;
    border-radius: 3px;
    background: #009f90;
    display: block;
    margin-top: 10px;
    user-select: none;
    transition: all .4s ease;
    cursor: pointer
}

.infoform-data-submit:hover {
    background: #41a2a7
}

.infoform-data-form li.infoform-data-other,
.infoform-data-form li.infoform-data-product,
.infoform-data-form li.infoform-data-question {
    margin-top: 16px
}

.infoform-data-form li.infoform-data-product {
    padding-left: 290px
}

.infoform-data-form li.infoform-data-other {
    padding-left: 94px
}

.infoform-data-form li.infoform-data-question {
    padding-left: 330px;
    margin-left: 28px
}

.infoform-data-form li.infoform-data-other span,
.infoform-data-form li.infoform-data-product span,
.infoform-data-form li.infoform-data-question span {
    position: absolute;
    font-size: 18px;
    color: #009f90;
    height: 46px;
    line-height: 46px;
    top: 0;
    left: 0
}

.infoform-rel a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    background: #009f90;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin-top: 10px;
    transition: all .4s ease
}

.infoform-rel a:hover {
    background: #41a2a7
}

.infoform-rel a span {
    display: inline-block;
    padding-left: 30px;
    line-height: 26px;
    background-repeat: no-repeat;
    background-position: left center
}

.infoform-rel a.infoform-rel-email span {
    background-image: url(../images/relic1.png)
}

.infoform-rel a.infoform-rel-phone span {
    background-image: url(../images/relic2.png)
}

.infoform-rel a:first-child {
    margin-top: 0
}

.infoform-data-select li.infoform-data-specify {
    padding-left: 220px
}

.infoform-data-select li.infoform-data-specify input {
    height: 34px
}

.infoform-data-select li.infoform-data-specify label {
    position: absolute;
    left: 0;
    top: 4px
}

.infoform-data-small-blank {
    display: block;
    width: 100%;
    height: 20px
}

.ask .infoform-rel,
.partner .infoform-rel {
    width: 300px
}

.ask .infoform-data,
.partner .infoform-data {
    width: calc(100% - 300px)
}

.infoform-data-select li.infoform-data-amount {
    margin-top: 8px
}

.infoform-data-select li.infoform-data-amount input {
    width: 60px;
    height: 34px;
    display: inline-block;
    padding: 0 10px;
    text-align: center
}

.serve {
    width: 100%
}

.partner {
    width: 100%
}

.ask {
    width: 100%
}

.faq {
    width: 100%
}

.website {
    width: 100%;
    padding: 40px 0 100px
}

.website .contain {
    max-width: 1000px
}

.website-list {
    width: 100%
}

.website-item {
    width: 45%;
    margin-top: 60px
}

.website-item:nth-child(2n+1) {
    float: left
}

.website-item:nth-child(2n) {
    float: right
}

.website-title {
    width: 100%;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee
}

.website-title h2 {
    font-size: 32px;
    color: #0f4773;
    font-weight: 700;
    text-transform: uppercase
}

.website-link {
    width: 100%;
    margin-top: 12px
}

.website-link li {
    width: 50%;
    float: left
}

.website-link a {
    display: inline-block;
    font-size: 18px;
    color: #7e8c97;
    line-height: 32px;
    transition: all .4s ease
}

.website-link a:hover {
    color: #009f90
}

.website-product-menu {
    display: block;
    width: 100%;
    font-size: 22px;
    color: #009f90;
    font-weight: 700;
    margin-bottom: 4px
}

.website-product-link {
    width: 100%;
    display: block
}

.website-item.website-product {
    width: 100%
}

.privacy {
    width: 100%;
    padding: 100px 0
}

.privacy .contain {
    max-width: 1000px
}

.privacy-title {
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
    font-size: 32px;
    color: #0f4773;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center
}

.privacy-cont {
    width: 100%;
    padding: 32px 0 0
}

.privacy-cont p {
    font-size: 18px;
    color: #7e8c97;
    line-height: 1.4
}

.placeMd {
    position: relative;
    top: -100px;
    display: block;
    height: 0;
    overflow: hidden
}

.learning {
    width: 100%;
    overflow: hidden;
    padding: 60px 0 110px
}

.learning-menu {
    width: 100%;
    margin-bottom: 48px
}

.learning-menu-ul {
    display: flex;
    flex-wrap: wrap;
    margin: -15px 0 0 -15px
}

.learning-menu a {
    display: flex;
    align-items: center;
    padding: 0 40px;
    justify-content: center;
    width: calc(20% - 15px);
    height: 56px;
    border: 1px solid #e5e5e5;
    border-radius: 28px;
    font-size: 15px;
    color: #666;
    transition: all .4s ease;
    margin: 15px 0 0 15px
}

.learning-menu a span {
    display: block;
    max-width: 100%;
    white-space: nowrap;
    -webkit-box-orient: inherit;
    overflow: hidden;
    text-overflow: ellipsis
}

.learning-menu a.active,
.learning-menu a:hover {
    background: #009f90;
    border-color: #009f90;
    color: #fff
}

.learning-list {
    width: 100%
}

.learning-list-ul {
    display: flex;
    flex-wrap: wrap;
    margin: -28px 0 0 -28px
}

.learning-link {
    width: calc(50% - 28px);
    margin: 28px 0 0 28px;
    position: relative;
    display: block;
    overflow: hidden
}

.learning-link:before {
    padding-bottom: 139%;
    content: '';
    display: block
}

.learning-link img {
    transition: all .6s ease
}

.learning-link::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .1);
    opacity: 0;
    transition: all .4s ease
}

.learning-link i {
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    background: url(../images/artvdic.png) no-repeat center/100% auto;
    transform: scale(1);
    opacity: 1;
    transition: all .4s ease
}

.learning-link:hover::after {
    opacity: 1
}

.learning-link:hover i {
    opacity: 1;
    transform: scale(1)
}

.learning-link:hover img {
    transform: scale(1.04)
}

.artlb-head {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    transition: all .4s ease;
    padding: 24px
}

.artlb-head:hover {
    box-shadow: 0 4px 40px 2px #c6e8ea
}

.artlb-head-img {
    display: block;
    width: 490px;
    overflow: hidden
}

.artlb-head-img img {
    width: 100%;
    object-fit: cover;
    transition: all .6s ease
}

.artlb-head-img:hover img {
    transform: scale(1.04)
}

.artlb-head-cont {
    width: calc(100% - 490px);
    padding-left: 60px
}

.artlb-head-cont .time {
    background: url(../images/newsic1.png) no-repeat left center;
    font-size: 24px;
    color: #009f90;
    font-weight: 700;
    padding-left: 52px;
    display: flex;
    align-items: center;
    height: 34px
}

.artlb-head-cont .more {
    display: block;
    width: 100%;
    margin-top: 24px;
    padding-top: 28px;
    background: url(../images/artsd.png) no-repeat center top/100% auto
}

.artlb-head-cont .name {
    font-size: 22px;
    color: #222;
    line-height: 1.1;
    font-weight: 700;
    transition: all .4s ease;
    white-space: nowrap;
    -webkit-box-orient: inherit;
    overflow: hidden;
    text-overflow: ellipsis
}

.artlb-head-cont .desc {
    font-size: 16px;
    color: #888;
    line-height: 24px;
    height: 48px;
    margin: 14px 0 32px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
}

.artlb-head-cont .arrow {
    width: 47px;
    height: 11px;
    background: url(../images/artarr.png) no-repeat center/100% auto;
    transition: all .4s ease
}

.artlb-head-cont .more:hover .name {
    color: #009f90
}

.artlb-head-cont .more:hover .arrow {
    background-image: url(../images/artarrh.png)
}

.artlb-list {
    width: 100%
}

.artlb-list-ul {
    display: flex;
    flex-wrap: wrap
}

.artlb-list-link {
    width: 33.3333%;
    display: block;
    overflow: hidden;
    padding: 24px 24px 0;
    transition: all .4s ease
}

.artlb-list-link .img {
    width: 100%;
    overflow: hidden
}

.artlb-list-link .img img {
    transition: all .6s ease
}

.artlb-list-link .cont {
    width: 100%;
    padding: 16px 0 36px
}

.artlb-list-link .name {
    font-size: 22px;
    color: #222;
    line-height: 1.1;
    font-weight: 700;
    transition: all .4s ease;
    white-space: nowrap;
    -webkit-box-orient: inherit;
    overflow: hidden;
    text-overflow: ellipsis
}

.artlb-list-link .desc {
    font-size: 15px;
    color: #888;
    line-height: 22px;
    height: 44px;
    margin-top: 14px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
}

.artlb-list-link .time {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    background: url(../images/artsd2.png) no-repeat center top/100% auto
}

.artlb-list-link .time::after {
    content: "";
    position: absolute;
    width: calc(100% + 60px);
    left: -30px;
    height: 100%;
    background: #009f90;
    top: 0;
    opacity: 0;
    transition: all .4s ease
}

.artlb-list-link .time span {
    background: url(../images/newsic1.png) no-repeat left center/32px auto;
    font-size: 20px;
    color: #009f90;
    font-weight: 700;
    padding-left: 40px;
    display: flex;
    align-items: center;
    height: 34px;
    transition: all .4s ease;
    position: relative;
    z-index: 2
}

.artlb-list-link .time i {
    width: 47px;
    height: 11px;
    background: url(../images/newsic2.png) no-repeat center;
    transition: all .4s ease;
    transition: all .4s ease;
    position: relative;
    z-index: 2
}

.artlb-list-link:hover {
    box-shadow: 0 4px 40px 2px #c6e8ea
}

.artlb-list-link:hover .img img {
    transform: scale(1.04)
}

.artlb-list-link:hover .name {
    color: #009f90
}

.artlb-list-link:hover .time::after {
    opacity: 1
}

.artlb-list-link:hover .time span {
    color: #fff;
    background-image: url(../images/newsic1h.png)
}

.sonMenu.shoushuMenu .sonMenu-link a {
    font-size: 15px;
    padding: 0 22px
}

.inmain-info {
    background: #f7f7f7
}

@media all and (max-width:1599px) {
    .sonBan img {
        height: 400px
    }
    .sonMenu .contain {
        margin-top: -32px
    }
    .sonMenu-hint span,
    .sonMenu-link a {
        height: 68px
    }
    .sonMenu-link a {
        padding: 0 32px
    }
    .sonMenu-hint {
        margin-right: 32px
    }
    .abopro {
        padding: 88px 0
    }
    .sonTitle h2 {
        font-size: 26px;
        padding-bottom: 10px
    }
    .sonTitle p {
        font-size: 14px
    }
    .sonTitle p br {
        height: 10px
    }
    .abopro-cont {
        padding: 30px
    }
    .abowhy {
        padding: 88px 0
    }
    .abowhy-cont {
        padding: 40px 44px 0;
        width: 840px
    }
    .abowhy-img img {
        height: 604px
    }
    .aboser {
        height: 660px
    }
    .abopar {
        padding: 88px 0 80px
    }
    .abocer-item {
        width: 380px;
        height: 340px
    }
    .abocer-loop {
        width: calc(100% - 380px)
    }
    .abocer-cont li .sonTitle i {
        margin: 20px 0
    }
    .abocer-btn {
        margin-top: 24px
    }
    .news {
        padding: 68px 0 88px
    }
    .news-cont,
    .news-data,
    .news-img {
        height: 200px
    }
    .news-data h4 {
        font-size: 22px
    }
    .news-item {
        padding: 0 42px
    }
    .newsxq {
        padding: 80px 0 88px
    }
    .newsxq-title h2 {
        font-size: 24px
    }
    .newsxq-btn {
        border: 6px solid #009f90;
        padding: 24px 26px
    }
    .newsxq-cont br {
        height: 20px
    }
    .newsxq-item {
        padding-right: 48px
    }
    .newsxq-btn li:last-child {
        margin-top: 20px;
        padding-top: 20px
    }
    .prolb-list-ul {
        margin-left: -3%
    }
    .prolb-link {
        width: 30.333%;
        margin-left: 3%;
        margin-top: 3%
    }
    .prolb {
        padding: 40px 0 88px
    }
    .prolb-cont h2 {
        font-size: 20px;
        margin-bottom: 8px
    }
    .prolb-img {
        height: 240px
    }
    .prolb-cont {
        height: 100px
    }
    .prolb-cont::after {
        height: 4px
    }
    .proxqban {
        padding-top: 48px
    }
    .proxqban-title h2 {
        font-size: 40px;
        margin-bottom: 8px
    }
    .proxqban-title p {
        font-size: 32px
    }
    .proxqban-list {
        margin-top: 32px
    }
    .proxqban-pro {
        width: 500px
    }
    .proxqban-pro-img {
        height: 280px
    }
    .proxqban-pro-cont p {
        font-size: 20px
    }
    .proxqban-pro-cont {
        margin-top: 8px
    }
    .toQuote {
        width: 210px;
        height: 48px;
        line-height: 48px;
        font-size: 16px
    }
    .toQuote span {
        background-position: right -10px top -5px
    }
    .proxqban-more {
        margin-top: 28px
    }
    .proxqban-pro::after {
        height: 150px
    }
    .proxquse {
        padding: 88px 0
    }
    .proxqrel-title h2,
    .proxquse-title h2 {
        font-size: 34px
    }
    .proxquse-list li i {
        width: 188px;
        height: 188px;
        border: 6px solid #fff
    }
    .proxquse-list li p {
        font-size: 16px
    }
    .proxquse-list li {
        padding: 0 24px
    }
    .proxquse-list {
        margin-top: 40px
    }
    .proxquse-cont a {
        width: 188px;
        margin-top: 16px
    }
    .proxquse-cont p {
        font-size: 20px
    }
    .proxquse-cont {
        margin-top: 36px;
        padding: 28px 20px 32px
    }
    .proxqpar {
        padding: 68px 0
    }
    .proxqpar-item {
        width: 500px
    }
    .proxqpar-table {
        width: calc(100% - 500px)
    }
    .proxqpar-table table td,
    .proxqpar-table table th {
        font-size: 15px
    }
    .proxqrel-cont h2 {
        font-size: 20px;
        margin-bottom: 8px
    }
    .proxqrel-img {
        height: 240px
    }
    .proxqrel-cont {
        height: 100px
    }
    .proxqrel {
        padding: 88px 0
    }
    .proxhfea {
        padding: 88px 0
    }
    .proxhfea-cont li h2 {
        font-size: 28px;
        margin-bottom: 8px
    }
    .proxhfea-cont li {
        margin-top: 40px
    }
    .proxhfea-img-bg {
        height: 800px
    }
    .proxhfea-img-gif {
        width: 138px;
        height: 138px
    }
    .proxhfea-img-gif2 {
        left: 13.4%
    }
    .proxhfea-img-gif1 {
        left: 26.6%
    }
    .proxhint-wd h2 {
        font-size: 26px
    }
    .proxhint-cont li {
        margin-top: 40px
    }
    .proxhint-pic img {
        height: 640px
    }
    .proxzfea {
        padding: 88px 0
    }
    .proxzfea-img {
        margin-top: 54px
    }
    .proxzfea-cont li h2 {
        font-size: 26px;
        margin-bottom: 10px
    }
    .proxzint-cont h2 {
        font-size: 34px
    }
    .proxzint-cont p {
        font-size: 18px;
        line-height: 28px
    }
    .proxzfea-cont li p {
        font-size: 16px;
        line-height: 23px
    }
    .proxzint-cont {
        padding-top: 80px
    }
    .infoform {
        padding: 80px 0
    }
    .infoform-title h2 {
        font-size: 38px
    }
    .infoform-title i {
        height: 20px
    }
    .infoform-title br {
        height: 14px
    }
    .infoform-title p {
        font-size: 18px;
        line-height: 26px
    }
    .infoform-item {
        padding-top: 60px
    }
    .infoform-data-desc h2 {
        font-size: 26px;
        margin-bottom: 4px
    }
    .infoform-data-desc h6 {
        font-size: 24px
    }
    .infoform-data-select label {
        font-size: 16px
    }
    .infoform-data-form li.infoform-data-other span,
    .infoform-data-form li.infoform-data-product span,
    .infoform-data-form li.infoform-data-question span {
        font-size: 18px
    }
    .infoform-data-form li.infoform-data-product {
        padding-left: 240px
    }
    .infoform-data-form li.infoform-data-other {
        padding-left: 82px
    }
    .infoform-data {
        width: calc(100% - 400px);
        padding-right: 90px
    }
    .infoform-data-blank {
        height: 48px
    }
    .infoform-data-select li.infoform-data-specify {
        padding-left: 204px
    }
    .infoform-data-form li.infoform-data-question {
        padding-left: 374px
    }
    .website {
        padding: 40px 0 88px
    }
    .website-item {
        margin-top: 40px
    }
    .website-title h2 {
        font-size: 28px
    }
    .privacy {
        padding: 88px 0
    }
    .privacy-title {
        font-size: 28px
    }
    .privacy-cont {
        padding: 28px 0 0
    }
    .learning-menu a {
        padding: 0 30px;
        height: 44px;
        border-radius: 22px
    }
    .learning-list-ul {
        margin: -18px 0 0 -18px
    }
    .learning-link {
        width: calc(25% - 18px);
        margin: 18px 0 0 18px
    }
    .learning {
        padding: 60px 0 88px
    }
    .artlb-head-cont {
        padding-left: 50px
    }
    .artlb-head-cont .more {
        margin-top: 20px;
        padding-top: 24px
    }
    .artlb-head-cont .desc {
        margin: 10px 0 24px
    }
    .artlb-list-link {
        padding: 20px 20px 0
    }
    .artlb-head {
        padding: 20px
    }
    .sonMenu.shoushuMenu .sonMenu-link a {
        font-size: 14px;
        padding: 0 10px
    }
}

@media all and (max-width:1279px) {
    .sonBan img {
        height: 320px
    }
    .sonMenu .contain {
        margin-top: -28px
    }
    .sonMenu-hint span,
    .sonMenu-link a {
        height: 60px
    }
    .sonMenu-link a {
        padding: 0 20px
    }
    .sonMenu-hint {
        margin-right: 20px
    }
    .abopro {
        padding: 68px 0
    }
    .sonTitle h2 {
        font-size: 28px;
        padding-bottom: 12px
    }
    .sonTitle p {
        font-size: 16px;
        line-height: 24px
    }
    .abopro-cont {
        width: 556px;
        padding: 28px 32px 0
    }
    .sonTitle p br {
        height: 12px
    }
    .abowhy-cont {
        padding: 28px 32px 0;
        width: 740px
    }
    .abowhy-img img {
        height: 558px
    }
    .abowhy {
        padding: 68px 0
    }
    .aboser-cont.sonTitle {
        max-width: 660px
    }
    .aboser {
        height: 600px
    }
    .abopar {
        padding: 68px 0 60px
    }
    .abocer-item {
        width: 300px;
        height: 320px
    }
    .abocer-loop {
        width: calc(100% - 300px)
    }
    .abocer-cont li .sonTitle i {
        margin: 12px 0
    }
    .abocer-btn {
        margin-top: 20px
    }
    .abocer-btn>div {
        width: 44px;
        height: 44px
    }
    .abocer {
        padding: 48px 0 54px
    }
    .news {
        padding: 60px 0 68px
    }
    .news-data h4 {
        font-size: 20px
    }
    .news-cont h2 {
        font-size: 20px;
        margin-bottom: 10px
    }
    .news-data i {
        margin-top: 12px
    }
    .news-data {
        width: 180px
    }
    .news-item {
        width: calc(100% - 180px);
        padding: 0 32px
    }
    .news-cont {
        padding-right: 32px
    }
    .news-cont,
    .news-data,
    .news-img {
        height: 180px
    }
    .newsxq-title h2 {
        font-size: 22px
    }
    .newsxq-item {
        width: calc(100% - 250px);
        padding-right: 40px
    }
    .newsxq-title p {
        margin-top: 24px
    }
    .newsxq-cont p {
        font-size: 16px;
        line-height: 26px
    }
    .newsxq-btn {
        width: 250px;
        border: 4px solid #009f90;
        padding: 20px 22px
    }
    .newsxq-btn li h4 {
        font-size: 18px
    }
    .newsxq-btn li a {
        margin-top: 8px
    }
    .newsxq-btn li:last-child {
        margin-top: 18px;
        padding-top: 18px
    }
    .newsxq {
        padding: 60px 0 68px
    }
    .newsxq-cont br {
        height: 16px
    }
    .prolb-list-ul {
        margin-left: -2%
    }
    .prolb-link {
        width: 31.333%;
        margin-left: 2%;
        margin-top: 2%
    }
    .prolb {
        padding: 36px 0 68px
    }
    .prolb-cont h2 {
        margin-bottom: 6px
    }
    .proxqban-pro {
        width: 400px
    }
    .proxqban {
        padding: 60px 0;
        height: auto
    }
    .proxqban-title h2 {
        font-size: 36px;
        margin-bottom: 6px
    }
    .proxqban-title p {
        font-size: 26px
    }
    .proxquse {
        padding: 68px 0
    }
    .proxqrel-title h2,
    .proxquse-title h2 {
        font-size: 28px
    }
    .proxquse-list li i {
        width: 160px;
        height: 160px
    }
    .proxquse-list li {
        padding: 0 16px
    }
    .proxquse-list li p {
        font-size: 15px
    }
    .proxquse-cont p {
        font-size: 18px
    }
    .proxquse-cont {
        margin-top: 32px;
        padding: 24px 20px 28px
    }
    .proxqpar {
        padding: 60px 0
    }
    .proxqpar-item {
        width: 400px
    }
    .proxqpar-table {
        width: calc(100% - 400px)
    }
    .proxqpar-item,
    .proxqpar-table {
        height: 520px
    }
    .proxqpar-images img {
        max-height: 520px
    }
    .proxqrel {
        padding: 68px 0
    }
    .proxqpar-table table td,
    .proxqpar-table table th {
        font-size: 14px;
        padding: 4px 10px
    }
    .proxhfea {
        padding: 68px 0
    }
    .proxhfea-cont li h2 {
        font-size: 24px;
        margin-bottom: 6px
    }
    .proxhfea-cont li {
        margin-top: 28px
    }
    .proxhfea-img-bg {
        height: 584px
    }
    .proxhfea-img-gif {
        width: 102px;
        height: 102px
    }
    .proxhfea-img-gif2 {
        left: 12%
    }
    .proxhfea-img-gif1 {
        left: 23.8%
    }
    .proxhint-wd h2 {
        font-size: 22px
    }
    .proxhint-cont li {
        margin-top: 32px
    }
    .proxzfea {
        padding: 68px 0
    }
    .proxzfea-cont li h2 {
        font-size: 22px;
        margin-bottom: 8px
    }
    .proxzint-cont h2 {
        font-size: 28px
    }
    .proxzint-cont p {
        font-size: 16px;
        line-height: 24px
    }
    .proxzint {
        padding-top: 64px
    }
    .proxzint-cont {
        padding-top: 60px
    }
    .threesixty {
        height: 480px
    }
    .infoform {
        padding: 68px 0
    }
    .infoform-title h2 {
        font-size: 30px
    }
    .infoform-title i {
        height: 16px
    }
    .infoform-title p {
        font-size: 16px;
        line-height: 24px
    }
    .infoform-title br {
        height: 10px
    }
    .infoform-rel {
        width: 320px
    }
    .infoform-data {
        width: calc(100% - 320px);
        padding-right: 70px
    }
    .infoform-data-form input,
    .infoform-data-form select,
    .infoform-data-form textarea,
    .infoform-data-select input {
        height: 40px;
        padding: 0 10px
    }
    .infoform-data-form select {
        background-position: right 10px center
    }
    .infoform-data-form li.infoform-data-other span,
    .infoform-data-form li.infoform-data-product span,
    .infoform-data-form li.infoform-data-question span {
        height: 40px;
        line-height: 40px
    }
    .infoform-data-form textarea {
        padding-top: 8px!important;
        padding-bottom: 8px!important
    }
    .infoform-data-form li.infoform-data-code span {
        height: 40px
    }
    .infoform-data-submit {
        font-size: 20px;
        width: 210px;
        height: 46px
    }
    .infoform-data-desc h2 {
        font-size: 22px
    }
    .infoform-data-desc h6 {
        font-size: 20px
    }
    .infoform-data-blank {
        height: 36px
    }
    .infoform-rel a {
        font-size: 16px;
        height: 46px;
        line-height: 46px
    }
    .ask .infoform-rel,
    .partner .infoform-rel {
        width: 268px
    }
    .ask .infoform-data,
    .partner .infoform-data {
        width: calc(100% - 268px)
    }
    .infoform-data-small-blank {
        height: 16px
    }
    .infoform-item {
        padding-top: 48px
    }
    .website {
        padding: 32px 0 68px
    }
    .website-title h2 {
        font-size: 24px
    }
    .website-link a {
        font-size: 16px;
        line-height: 30px
    }
    .website-product-menu {
        font-size: 20px
    }
    .website-item {
        margin-top: 32px
    }
    .privacy {
        padding: 68px 0
    }
    .learning-list-ul {
        margin: -12px 0 0 -12px
    }
    .learning-link {
        width: calc(25% - 12px);
        margin: 12px 0 0 12px
    }
    .learning-menu-ul {
        margin: -10px 0 0 -10px
    }
    .learning-menu a {
        padding: 0 20px;
        width: calc(20% - 10px);
        height: 40px;
        border-radius: 20px;
        margin: 10px 0 0 10px
    }
    .learning-menu {
        margin-bottom: 36px
    }
    .learning {
        padding: 50px 0 68px
    }
    .artlb-head-img {
        width: 440px
    }
    .artlb-head-cont {
        width: calc(100% - 440px);
        padding-left: 36px
    }
    .artlb-head-cont .time {
        background-size: 32px auto;
        font-size: 20px;
        padding-left: 40px
    }
    .artlb-head-cont .name {
        font-size: 20px
    }
    .artlb-head-cont .more {
        margin-top: 16px;
        padding-top: 18px
    }
    .artlb-head-cont .desc {
        margin: 10px 0 20px
    }
    .artlb-list-link {
        width: 50%
    }
    .artlb-list-link .name {
        font-size: 20px
    }
    .artlb-list-link .desc {
        margin-top: 8px
    }
    .artlb-list-link .cont {
        padding: 16px 0 26px
    }
    .artlb-list-link .time span {
        background-size: 26px;
        font-size: 18px;
        padding-left: 32px;
        height: 30px
    }
    .sonMenu.shoushuMenu .sonMenu-link a {
        font-size: 12px;
        padding: 0 4px
    }
}

@media all and (max-width:1000px) {
    .sonBan img {
        height: 300px
    }
    .sonMenu .contain {
        margin-top: -24px
    }
    .sonMenu-link a {
        padding: 0 12px;
        font-size: 14px
    }
    .sonMenu-hint {
        margin-right: 12px
    }
    .abopar-loop {
        padding: 0 52px
    }
    .abopar-prev {
        left: 0
    }
    .abopar-next {
        right: 0
    }
    .abopro-item img,
    .abowhy-img img {
        height: auto;
        width: 100%
    }
    .abopro-cont,
    .abowhy-cont {
        position: relative;
        background: #fff;
        width: 100%;
        padding: 28px 24px
    }
    .abocer-loop {
        width: 100%
    }
    .abocer-item {
        width: 100%;
        height: auto;
        margin-top: 32px;
        padding-right: 0
    }
    .placeMark {
        top: -60px
    }
    .news-data {
        width: 160px
    }
    .news-item {
        width: calc(100% - 160px);
        padding: 0 32px
    }
    .newsxq-item {
        width: 100%;
        padding-right: 0
    }
    .newsxq-btn {
        width: 100%;
        margin-top: 32px
    }
    .prolb-link {
        width: 48%
    }
    .proxqban-pro {
        width: 324px
    }
    .proxquse-list li {
        width: 50%;
        margin-top: 24px
    }
    .proxquse-list {
        margin-top: 24px
    }
    .proxqpar-item {
        width: 100%;
        padding-right: 0
    }
    .proxqpar-images {
        text-align: center
    }
    .proxqpar-item,
    .proxqpar-table {
        height: auto
    }
    .proxqpar-images img {
        max-height: 440px
    }
    .proxqpar-table {
        width: 100%;
        margin-top: 40px
    }
    .proxqban-title h2 {
        font-size: 32px
    }
    .proxqban-list,
    .proxqban-more,
    .proxqban-title h2,
    .proxqban-title p {
        opacity: 1;
        animation: none
    }
    .proxhfea-img-gif {
        display: none
    }
    .proxhfea-img {
        text-align: center
    }
    .proxhfea-img-bg {
        height: 400px
    }
    .proxhfea-cont {
        position: relative;
        width: 100%;
        margin-top: 20px
    }
    .proxhint-cont {
        width: 100%;
        padding-top: 0
    }
    .proxhint-cont li:first-child {
        margin-top: 0
    }
    .proxhint-pic {
        width: 100%;
        text-align: center;
        margin-top: 40px
    }
    .proxhint-pic img {
        height: 500px
    }
    .proxzint-cont {
        padding-top: 20px
    }
    .infoform-rel {
        width: 100%;
        text-align: center
    }
    .infoform-data {
        width: 100%;
        padding-right: 0;
        margin-top: 40px
    }
    .ask .infoform-rel,
    .partner .infoform-rel {
        width: 100%
    }
    .ask .infoform-data,
    .partner .infoform-data {
        width: 100%
    }
    .website-item {
        width: 48%
    }
    .artlb-head-img {
        width: 100%
    }
    .artlb-head-cont {
        width: 100%;
        padding: 24px 0 0
    }
}

@media all and (max-width:640px) {
    .sonBan img {
        height: 220px
    }
    .sonMenu .contain {
        width: 100%;
        margin: 0
    }
    .sonMenu-hint {
        display: none
    }
    .sonMenu-link {
        overflow-x: auto;
        overflow-y: hidden;
        float: none
    }
    .abopro {
        padding: 40px 0
    }
    .sonTitle h2 {
        font-size: 22px;
        padding-bottom: 10px
    }
    .abopro-cont,
    .abowhy-cont {
        padding: 24px 20px
    }
    .sonTitle p br {
        height: 10px
    }
    .abowhy {
        padding: 40px 0
    }
    .abowhy-item {
        margin-top: 32px
    }
    .aboser .sonTitle p {
        font-size: 13px;
        line-height: 18px
    }
    .abopar {
        padding: 40px 0 36px
    }
    .abopar-loop {
        padding: 0 48px;
        margin-top: 14px
    }
    .abopar-next,
    .abopar-prev {
        width: 36px;
        height: 36px;
        top: 34px
    }
    .abopar-img {
        height: 84px
    }
    .abopar-more {
        margin-top: 24px
    }
    .abocer {
        padding: 40px 0 42px
    }
    .abocer-loop .swiper-container {
        padding: 0 0 40px
    }
    .abocer-loop .swiper-slide-active .abocer-loop-img {
        box-shadow: none
    }
    .abocer-item {
        margin-top: 28px
    }
    .news {
        padding: 40px 0 44px
    }
    .news-data i::after {
        display: none
    }
    .news-cont,
    .news-data,
    .news-img {
        height: auto
    }
    .news-link {
        margin-top: 28px
    }
    .news-link:hover {
        box-shadow: none
    }
    .news-link:first-child {
        margin-top: 0
    }
    .news-data {
        width: 100%;
        text-align: left;
        padding: 2px 12px 16px;
        background: #f7f7f7
    }
    .news-item {
        width: 100%;
        padding: 0
    }
    .news-img {
        width: 100%;
        justify-content: center
    }
    .news-img img {
        width: auto;
        max-width: 100%
    }
    .news-cont {
        width: 100%;
        padding: 18px 12px 10px;
        background: #f7f7f7;
        margin-top: 8px
    }
    .news-data h4,
    .news-data i {
        display: inline-block;
        vertical-align: middle;
        margin: 0
    }
    .news-data i {
        width: 40px;
        background-size: auto 100%;
        height: 20px;
        margin-left: 6px
    }
    .news-data h4 {
        font-size: 16px
    }
    .news-cont h2 {
        font-size: 18px;
        margin-bottom: 8px
    }
    .news-link:hover .news-data {
        background: #f7f7f7
    }
    .news-link:hover .news-data h4 {
        color: #009f90
    }
    .news-link:hover .news-data i {
        background-image: url(../images/newsic1.png)
    }
    .newsxq {
        padding: 40px 0 44px
    }
    .newsxq-title {
        padding-bottom: 12px
    }
    .newsxq-title h2 {
        font-size: 20px
    }
    .newsxq-title p span {
        margin-right: 20px
    }
    .newsxq-title p {
        margin-top: 18px
    }
    .newsxq-cont {
        padding-top: 24px
    }
    .newsxq-cont br {
        height: 12px
    }
    .newsxq-btn {
        margin-top: 28px;
        border: 3px solid #009f90;
        padding: 18px 20px
    }
    .prolb-list-ul {
        margin-left: 0
    }
    .prolb-link {
        width: 100%;
        margin-left: 0;
        margin-top: 20px
    }
    .prolb {
        padding: 22px 0 40px
    }
    .prolb-img {
        height: 224px
    }
    .proxqban {
        padding: 40px 0
    }
    .proxqban-title h2 {
        font-size: 22px
    }
    .proxqban-title p {
        font-size: 16px
    }
    .proxqban-pro-img {
        height: 200px
    }
    .proxqban-pro-cont p {
        font-size: 18px
    }
    .proxqban-pro {
        width: 100%;
        margin-top: 28px
    }
    .proxqban-pro:first-child {
        margin-top: 0
    }
    .proxqban-pro::after {
        display: none
    }
    .toQuote {
        width: 180px;
        height: 42px;
        line-height: 42px
    }
    .proxqrel-title h2,
    .proxquse-title h2 {
        font-size: 20px
    }
    .proxquse-list li i {
        width: 132px;
        height: 132px;
        border: 3px solid #fff;
        margin-bottom: 12px
    }
    .proxquse-list li {
        margin-top: 20px
    }
    .proxquse {
        padding: 40px 0
    }
    .proxquse-list {
        margin-top: 12px
    }
    .proxquse-cont p {
        font-size: 16px
    }
    .proxquse-cont {
        margin-top: 28px;
        padding: 20px 20px 24px
    }
    .proxquse-cont a {
        width: 180px
    }
    .proxqpar {
        padding: 40px 0
    }
    .proxqpar-images img {
        max-height: 320px
    }
    .proxqrel {
        padding: 40px 0
    }
    .proxqrel-loop .swiper-container {
        padding: 0 0 40px
    }
    .proxqrel-link {
        box-shadow: none
    }
    .proxqrel-img {
        height: 224px
    }
    .proxhfea {
        padding: 40px 0
    }
    .proxhfea-img-bg {
        height: auto
    }
    .proxhfea-cont li h2 {
        font-size: 20px
    }
    .proxhfea-cont li {
        margin-top: 20px
    }
    .proxhfea-cont {
        margin-top: 24px
    }
    .proxhint {
        padding-top: 40px
    }
    .proxhint-img img {
        max-width: 44px
    }
    .proxhint-img {
        width: 60px
    }
    .proxhint-wd {
        width: calc(100% - 60px)
    }
    .proxhint-wd h2 {
        font-size: 18px;
        margin-bottom: 6px
    }
    .proxhint-wd p {
        font-size: 14px;
        line-height: 20px;
        height: 60px
    }
    .proxhint-cont li {
        margin-top: 20px
    }
    .proxhint-pic {
        margin-top: 32px
    }
    .proxhint-pic img {
        height: 360px
    }
    .proxzfea {
        padding: 40px 0
    }
    .proxzfea-img {
        margin-top: 32px
    }
    .proxzfea-cont {
        margin-top: 0
    }
    .proxzfea-cont li {
        width: 100%;
        margin-top: 20px
    }
    .proxzfea-cont li:first-child {
        margin-top: 0
    }
    .proxzfea-cont li h2 {
        font-size: 20px;
        margin-bottom: 6px
    }
    .proxzint-cont h2 {
        font-size: 22px
    }
    .proxzint {
        padding-top: 40px
    }
    .proxzint-cont,
    .proxzint-img {
        width: 100%
    }
    .proxzint-img {
        text-align: center;
        margin-top: 28px
    }
    .proxzint-cont {
        padding-top: 0
    }
    .threesixty {
        height: 400px
    }
    .infoform {
        padding: 36px 0 40px
    }
    .infoform-title h2 {
        font-size: 22px
    }
    .infoform-title i {
        height: 12px
    }
    .infoform-title br {
        height: 6px
    }
    .infoform-title {
        padding-bottom: 28px
    }
    .infoform-item {
        padding-top: 36px
    }
    .infoform-data-desc h2 {
        font-size: 20px
    }
    .infoform-data-desc h6 {
        font-size: 18px
    }
    .infoform-data-blank {
        height: 28px
    }
    .infoform-data-form li.infoform-data-product {
        padding-left: 0
    }
    .infoform-data-form li.infoform-data-product span {
        position: static;
        width: 100%
    }
    .infoform-data-form li.infoform-data-other,
    .infoform-data-form li.infoform-data-product,
    .infoform-data-form li.infoform-data-question {
        margin-top: 12px
    }
    .infoform-data-submit {
        width: 100%;
        height: 44px
    }
    .infoform-data-select li.infoform-data-specify label {
        position: static;
        margin-bottom: 4px
    }
    .infoform-data-select li.infoform-data-specify {
        padding-left: 0
    }
    .infoform-data-form li.infoform-data-question {
        padding-left: 0;
        margin-left: 0
    }
    .infoform-data-form li.infoform-data-question span {
        position: static;
        width: 100%;
        font-size: 16px
    }
    .infoform-data-small-blank {
        height: 12px
    }
    .infoform-data-select li.infoform-data-amount input {
        display: block;
        width: calc(100% - 56px);
        margin: 0 auto
    }
    .website-item {
        width: 100%
    }
    .website-title {
        padding-bottom: 10px
    }
    .website-title h2 {
        font-size: 18px
    }
    .website-link a {
        font-size: 15px;
        line-height: 28px
    }
    .website-link {
        margin-top: 8px
    }
    .website-product-menu {
        font-size: 14px
    }
    .website-item {
        margin-top: 22px
    }
    .website {
        padding: 10px 0 40px
    }
    .privacy {
        padding: 44px 0
    }
    .privacy-title {
        font-size: 22px;
        padding-bottom: 12px
    }
    .privacy-cont p {
        font-size: 16px
    }
    .privacy-cont {
        padding: 18px 0 0
    }
    .placeMd {
        top: -70px
    }
    .learning {
        padding: 0
    }
    .learning-menu a {
        width: calc(50% - 10px)
    }
    .learning-menu {
        margin-bottom: 28px
    }
    .learning-link {
        width: calc(50% - 12px)
    }
    .artlb-head-cont .time {
        background-size: 24px auto;
        font-size: 16px;
        padding-left: 32px
    }
    .artlb-head-cont {
        padding: 16px 0 0
    }
    .artlb-head-cont .more {
        margin-top: 6px;
        padding-top: 16px
    }
    .artlb-head-cont .name {
        font-size: 18px
    }
    .artlb-list-link {
        width: 100%;
        padding: 0;
        margin-top: 16px;
        box-shadow: none!important
    }
    .artlb-list-link:first-child {
        margin-top: 0
    }
    .artlb-list-link .name {
        font-size: 18px
    }
    .artlb-list-link .cont {
        padding: 14px 12px 18px;
        background: #f7f7f7
    }
    .artlb-list-link .time span {
        background-size: 24px;
        font-size: 16px;
        padding-left: 32px;
        height: 26px
    }
    .artlb-list-link .time {
        height: 38px;
        padding: 0 12px
    }
    .artlb-head {
        box-shadow: none!important
    }
    .artlb-list-link .time::after {
        opacity: 1
    }
    .artlb-list-link .time span {
        color: #fff;
        background-image: url(../images/newsic1h.png)
    }
    .artlb-head {
        padding: 0;
        margin-bottom: 24px
    }
    .sonMenu.shoushuMenu .sonMenu-link a {
        font-size: 14px;
        padding: 0 12px
    }
}

.faq dl {
    overflow: hidden
}

.faq dl dt {
    display: block;
    padding: 0 20px;
    margin-bottom: 18px;
    cursor: pointer;
    transition: width 2s
}

.faq dl dt span {
    display: block;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px;
    color: #555;
    width: 100%;
    line-height: 55px;
    position: relative;
    padding-right: 20px;
    padding-left: 34px
}

.faq dl dt span b {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 400;
    height: 55px;
    line-height: 55px;
    display: block
}

.faq .list_dt {
    color: #fff;
    cursor: pointer;
    position: relative;
    background: url(../images/more1.png) no-repeat center right;
    border: 1px solid #e2e2e2;
    border-left: 2px solid #009f90
}

.faq .list_dt:hover {
    transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    background: #009f90 url(../images/more2.png) no-repeat center right
}

.faq .list_dt:hover span {
    color: #fff
}

.faq #open {
    background: #009f90 url(../images/more2.png) no-repeat center right;
    margin-bottom: 0
}

.faq #open span {
    color: #fff
}

.faq .list_dd {
    display: none
}

.faq .jobsub {
    border-top: 0;
    line-height: 35px;
    padding: 48px 11px 48px 72px;
    color: #777;
    font-size: 16px;
    overflow: hidden;
    margin-bottom: 18px;
    background: #f9f9f9 url(../images/answer.png) no-repeat 23px 44px
}

.faq .jobsub p {
    word-break: break-all
}

@media (max-width:768px) {
    .faq dl dt span {
        font-size: 16px
    }
}

.middleCenter {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    vertical-align: middle;
    text-align: center;
    margin: auto;
    object-fit: cover;
}

.contact .contact-title {
    position: relative;
    margin-bottom: 97px
}

.contact .contact-title h3 {
    font-size: 40px;
    color: #333;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 31px;
    word-wrap: break-word;
    word-break: break-all
}

.contact .contact-title h3 b {
    color: #f39521
}

.contact .contact-title p {
    font-size: 18px;
    color: #8b8b8b;
    line-height: 30px
}

.contact .contact-p {
    font-size: 18px;
    color: #333;
    line-height: 42px;
    padding: 39px 400px 34px 53px;
    position: relative;
    background: #fafafa
}

.contact .contact-p p {
    line-height: 32px;
    word-wrap: break-word;
    word-break: break-all;
    padding-left: 43px;
    margin-bottom: 10px
}

.contact .contact-p .img {
    position: absolute;
    bottom: 0;
    right: 90px;
    width: 396px
}

.contact .contact-p .img img {
    display: block
}

.contact .contact-p p img {
    width: 16px;
    margin-right: 30px
}

.contact .contact-p p:nth-child(1) {
    background: url(../images/c1.png) no-repeat center left;
    background-size: 26px
}

.contact .contact-p p:nth-child(2) {
    background: url(../images/c2.png) no-repeat center left;
    background-size: 26px
}

.contact .contact-p p:nth-child(3) {
    background: url(../images/c3.png) no-repeat center left;
    background-size: 26px
}

.contact .contact-p p:nth-child(4) {
    background: url(../images/c4.png) no-repeat center left;
    background-size: 26px
}

.contact .contact-p p:nth-child(5) {
    background: url(../images/c5.png) no-repeat center left;
    background-size: 26px
}

.contact .contact-p p:nth-child(6) {
    background: url(../images/c2.png) no-repeat center left;
    background-size: 26px
}

.contact .contact-p p:nth-child(7) {
    background: url(../images/c7.png) no-repeat left 7px;
    background-size: 26px
}

#mapContainer1 {
    height: 448px;
    width: 100%
}

@font-face {
    font-family: AkzidenzGrotesk-BoldCond;
    src: url(../fonts/akzidenzgrotesk-boldcond.woff2) format("woff2"), url(../fonts/AkzidenzGrotesk-BoldCond.woff) format("woff"), url(../fonts/akzidenzgrotesk-boldcond.ttf) format("truetype"), url(../fonts/akzidenzgrotesk-boldcond.eot) format("embedded-opentype"), url(../fonts/akzidenzgrotesk-boldcond.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

.inside-title-2 {
    color: #666;
    text-align: center;
    font-size: 18px;
    line-height: 40px
}

.inside-title-2 p:first-child {
    color: #333;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: AkzidenzGrotesk-BoldCond
}

.inside-title-2 span {
    color: #c51f17
}

@media (max-width:1000px) {
    .inside-title-2 p:first-child {
        font-size: 30px;
        line-height: 30px
    }
}

.inside-join {
    padding: 50px 75px;
    margin-top: 70px;
    border: solid 20px #ebebeb
}

.inside-join li {
    position: relative;
    overflow: hidden
}

.inside-join li p {
    width: 48%;
    float: right;
    position: relative
}

.inside-join li p:first-child {
    float: left
}

.inside-join li input,
.inside-join li textarea {
    border: 0;
    width: 100%;
    color: #000;
    font-size: 15px;
    padding: 20px 0;
    resize: none;
    font-family: arial;
    border-bottom: solid 1px #e0e0e0
}

.inside-join li textarea {
    height: 100px
}

.inside-join li input:focus,
.inside-join li textarea:focus {
    border-color: #000
}

.inside-join li label {
    top: 30px;
    right: 0;
    color: #ff4242;
    position: absolute
}

.inside-join .button {
    width: 260px;
    height: 50px;
    margin: 0 auto;
    margin-top: 60px;
    color: #fff;
    display: block;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    background: #009f90
}

.inside-join .button:hover {
    color: #000
}

@media (max-width:1000px) {
    .inside-join {
        border-width: 5px;
        padding: 30px;
        margin: 30px 0
    }
    .inside-join li p {
        width: 100%
    }
    .inside-join .button {
        margin-top: 30px
    }
}

.history {
    color: #333
}

.history .hd {
    text-align: center;
    position: relative;
    z-index: 1
}

.history .hd:after {
    content: "";
    display: block;
    border-left: 1px #dcdcdc solid;
    position: absolute;
    z-index: 0;
    height: 50%;
    left: 50%;
    bottom: 0
}

.history .hd .title {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    font-size: 38px;
    line-height: 1;
    color: #fff;
    background-color: #009f90;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: center;
    z-index: 1
}

.history .hd .title span {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.history .hd .title span img {
    max-width: 90%
}

.history .hd .pic {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    transform: translateX(-20px);
    position: relative;
    z-index: 0;
    background: #efefef
}

.history .bd {
    padding-top: 40px;
    position: relative
}

.history .bd:after {
    content: "";
    display: block;
    border-left: 1px #dcdcdc solid;
    position: absolute;
    height: 100%;
    left: 50%;
    top: 0
}

.history .bd li {
    overflow: hidden;
    margin-bottom: 30px;
    position: relative
}

.history .bd li:after {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #fff;
    border: 3px #009f90 solid;
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -8px;
    top: 18px
}

.history .bd li:last-child {
    margin-bottom: 0
}

.history .bd .box {
    padding: 0 20px 0 60px;
    position: relative;
    width: 50%;
    float: right
}

.history .bd .year {
    transform-origin: top left!important;
    text-align: left;
    font-weight: 700;
    font-size: 42px;
    color: #009f90;
    font-family: AkzidenzGrotesk-BoldCondAlt;
    line-height: 1
}

.history .bd .info {
    font-size: 18px;
    color: #333;
    margin: 10px 0 10px 0;
    line-height: 2;
    transform-origin: top left!important
}

.history .bd li:nth-child(2n) .box {
    float: left;
    text-align: right;
    padding: 0 60px 0 20px
}

.history .bd li:nth-child(2n) .year {
    transform-origin: top right!important;
    text-align: right
}

.history .bd li:nth-child(2n) .info {
    transform-origin: top right!important
}

@media screen and (max-width:1023px) {
    .history .hd .title {
        width: 140px;
        height: 140px;
        font-size: 28px
    }
    .history .hd .pic {
        width: 140px;
        height: 140px
    }
    .history .bd li {
        margin-bottom: 10px
    }
    .history .bd li:after {
        top: 10px
    }
    .history .bd .box {
        padding: 0 10px 0 30px
    }
    .history .bd .year {
        font-size: 32px
    }
    .history .bd .info {
        font-size: 14px
    }
    .history .bd li:nth-child(2n) .box {
        padding: 0 30px 0 10px
    }
}

@media screen and (max-width:767px) {
    .history .hd:after {
        display: none
    }
    .history .hd .title {
        width: 120px;
        height: 120px;
        font-size: 24px
    }
    .history .hd .pic {
        width: 120px;
        height: 120px
    }
    .history .bd {
        padding-top: 20px
    }
    .history .bd:after {
        display: none
    }
    .history .bd li:after {
        display: none
    }
    .history .bd .box {
        width: 100%;
        text-align: left;
        padding: 0 10px
    }
    .history .bd li:nth-child(2n) .box {
        padding: 0 10px;
        text-align: left
    }
    .history .bd li:nth-child(2n) .year {
        text-align: left
    }
}

.culture .pic {
    width: 100%;
    overflow: hidden;
    position: relative
}

.culture .pic:after {
    content: '';
    display: block;
    padding-bottom: 100%
}

.culture ul {
    margin: 0 -15px
}

.culture ul li {
    width: 33.33333333%;
    float: left;
    margin-bottom: 30px;
    padding: 0 15px
}

.culture ul li .box {
    background: #f9f9f9;
    padding: 40px 20px
}

.culture ul li:nth-child(1) .box,
.culture ul li:nth-child(2) .box,
.culture ul li:nth-child(3) .box {
    min-height: 390px
}

.culture ul li:nth-child(4) .box,
.culture ul li:nth-child(5) .box,
.culture ul li:nth-child(6) .box {
    min-height: 490px
}

.culture ul li:nth-child(7) .box,
.culture ul li:nth-child(8) .box,
.culture ul li:nth-child(9) .box {
    min-height: 590px
}

.culture ul li .pic {
    width: 157px;
    height: 179px;
    margin: 0 auto;
    background: url(../images/vbg.png) no-repeat center center
}

.culture ul li .text {
    text-align: center;
    padding-top: 28px
}

.culture ul li .text .bt {
    font-size: 18px;
    color: #111;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.culture ul li .text .bt:after {
    content: '';
    display: block;
    height: 1px;
    width: 25px;
    background: #b0b1b5;
    margin: 20px auto 24px auto
}

.culture ul li .text .jsh {
    font-size: 18px;
    color: #333;
    line-height: 32px;
    overflow: hidden
}

@media (min-width:1025px) {
    .culture ul li:hover .pic {
        background: url(../images/vbg1.png) no-repeat center center
    }
}

@media (max-width:1023px) {
    .culture ul li {
        width: 33.333333333333336%;
        margin-bottom: 10px
    }
    .culture ul li .pic {
        width: 100px;
        height: 114px;
        background-size: 100px
    }
    .culture ul li .text {
        text-align: center;
        padding-top: 18px
    }
    .culture ul li .text .bt {
        font-size: 16px
    }
    .culture ul li .text .bt:after {
        margin: 10px auto 14px auto
    }
    .culture ul li .text .jsh {
        font-size: 14px;
        line-height: 25px
    }
    .culture ul li .box {
        min-height: 0!important
    }
    .culture ul li {
        width: 100%
    }
    .culture ul li .box {
        padding: 20px
    }
}

@media(max-width:1599px) {
    .history .bd .year {
        font-size: 30px
    }
    .history .bd .info {
        font-size: 16px
    }
    .history .bd li {
        margin-bottom: 5px
    }
    .culture ul li .text .jsh {
        font-size: 15px;
        line-height: 22px
    }
    .culture ul li:nth-child(4) .box,
    .culture ul li:nth-child(5) .box,
    .culture ul li:nth-child(6) .box {
        min-height: 450px
    }
    .culture ul li:nth-child(7) .box,
    .culture ul li:nth-child(8) .box,
    .culture ul li:nth-child(9) .box {
        min-height: 520px
    }
    .contact .contact-p {
        padding-right: 505px
    }
}

@media(max-width:1279px) {
    .contact .contact-title h3 {
        font-size: 38px;
        margin-bottom: 20px
    }
    .contact .contact-title p {
        font-size: 16px;
        line-height: 25px
    }
    .contact .contact-p {
        font-size: 16px
    }
    .contact .contact-title {
        margin-bottom: 50px
    }
    .contact .contact-p .img {
        display: none
    }
    .contact .contact-p {
        padding: 28px
    }
    .culture ul li:nth-child(1) .box,
    .culture ul li:nth-child(2) .box,
    .culture ul li:nth-child(3) .box {
        min-height: 403px
    }
    .culture ul li:nth-child(4) .box,
    .culture ul li:nth-child(5) .box,
    .culture ul li:nth-child(6) .box {
        min-height: 470px
    }
    .culture ul li:nth-child(7) .box,
    .culture ul li:nth-child(8) .box,
    .culture ul li:nth-child(9) .box {
        min-height: 580px
    }
}

@media(max-width:620px) {
    .sonMenu-link a {
        width: 50%
    }
    .sonMenu-link {
        width: 100%
    }
    .contact .contact-p {
        padding: 15px
    }
    .inside-title-2 {
        font-size: 15px
    }
}




.q-a h3 {
    font-size: 46px;
    line-height: 1.3;
    color: #81d8cf;
    font-weight: 500;
    padding: 15px 0;
    text-align: center;
    font-weight: bold;
}