@charset "utf-8";
/* CSS Document*/
html {
    font-size: 100px;
    /*font-size:62.5%;*/
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-family: Arial, "Microsoft YaHei";
    color: #333;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
}

a:active {
    star: expression(this.onFocus=this.blur());
}

img {
    border: 0px;
}

a:link {
    text-decoration: none;
    outline: none;
}

a:visited {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #90e6f5;
    outline: none;
}

ul, p, dl, dt, dd {
    padding: 0px;
    margin: 0px;
}

li {
    list-style-position: outside;
    list-style-type: none;
}

h1, h2, h3, h4, h5 {
    font-size: 14px;
    padding: 0px;
    margin: 0px;
}

h1 {
    font-size: 16px;
}

h5 {
    font-size: 16px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
    height: 0px;
    padding: 0px;
    margin: 0px;
    display: block;
    _display: inherit;
}

.h10 {
    height: .1rem;
    overflow: hidden;
    clear: both;
}

.h50 {
    height: .5rem;
    overflow: hidden;
    clear: both;
}

textarea, input {
    background: transparent;
    padding: 0px;
    font-size: 12px;
    font-family: Arial, "Î¢ÈíÑÅºÚ";
    color: #888;
    outline: none;
    border: 0px;
}

em {
    font-style: normal;
}

.btn1 {
    cursor: pointer;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

embed {
    max-width: 100%;
}

.red, a.red {
    color: #ff0037;
}

.blue {
    color: #90e6f5;
}

/*opacity:1;
	filter:alpha(opacity=100);*/
.wal {
    max-width: 10.02rem;
    margin: 0px auto;
}

.w705 {
    width: 70%;
}

.w254 {
    width: 30%;
    padding: .39rem 0 0 .56rem;
}

.align {
    justify-content: left;
    align-items: center;
    display: -webkit-flex;
}

a, .transition, img, i,
.indexPart1 .layer,
.foot .list li,
.side_01 .img,
.side_04 li div {
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.radius3 {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.radius,
.foot .share a,
.about_02 .slick-dots li,
.about_03 .slick-dots li,
.side_04 li img,
.side_04 li div {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

input, li, a, span, i, em, b, div, img, textarea, p, dl, dt, dd, h1, h2 {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.curriculum .name,
.side_01 dd {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.transform,
.head .logo, .head .tel,
.indexPart1 .layer,
.curriculum .info .dd_02::before,
.side_04 li a,
.navA {
    transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
}

.head {
    height: 1.32rem;
    background: #FFF;
    position: relative;
    box-shadow: 0 5px 50px rgba(0, 0, 0, 0.6);
    z-index: 100
}

.head .logo {
    display: block;
    background: url(/html/newStyle/image/logo.png) center no-repeat;
    background-size: 100% auto;
    /*width: 4.15rem;*/
    width: 3.28rem;
    height: .72rem;
    position: absolute;
    left: 1rem;
    top: 50%;
}

.head .tel {
    font-size: .23rem;
    color: #06cced;
    /*background:url(/html/newStyle/image/img53.png) left center no-repeat;*/
    /*background-size:.53rem;*/
    height: .53rem;
    line-height: .53rem;
    position: absolute;
    top: 50%;
    right: 1rem;
    padding-left: .7rem;
}

.head .language {
    position: absolute;
    top: 0px;
    right: 1rem;
    top: .2rem;
    font-size: .14rem;
    color: #848484;
}

.nav {
    position: absolute;
    /*right:3.85rem;*/
    right: 5.15rem;
    top: 0;
}

.nav li {
    float: left;
    padding-right: .5rem;
}

.nav a {
    display: block;
    position: relative;
    height: .56rem;
    line-height: .56rem;
    font-size: .22rem;
    top: 50%;
    transform: translateY(-50%)
}

.nav a i {
    display: block;
    position: absolute;
    left: .06rem;
    top: 0px;
    width: 0px;
    height: 2px;
    background: #90e6f5;
}

.nav a:hover, .nav a.on {
    color: #06cced;
}

.nav a:hover i, .nav a.on i {
    width: .2rem;
}

.nav li {
    position: relative;
    height: 1.32rem;
}

.nav li .list {
    position: absolute;
    left: 0;
    z-index: 30;
    overflow: hidden;
    width: 7.1rem;
    padding-bottom: 0.3rem;
    background: url(/html/newStyle/image/sNav.png);
    /*-webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);*/
    top: 1.32rem;
    transition: opacity .55s ease, visibility .55s ease;
    opacity: 0;
    visibility: hidden;
}

.nav li:last-child .list {
    width: 2rem;
    padding-top: 0.2rem;
    height: 1.3rem
}

.nav li:nth-child(2) .list, .nav li:nth-child(3) .list, .nav li:nth-child(4) .list {
    width: auto;
    height: auto;
    padding-top: 0.2rem;
}

.nav li:hover .list {
    /*display: block;
    opacity: 1;
    filter: alpha(opacity=1);*/
    opacity: 1;
    visibility: visible;
}

.nav li .list dl {
    float: left;
    width: 1.7rem;
    padding-left: .3rem;
}

/*.nav li .list dl:last-child {*/
/*float:none;*/
/*position:absolute;*/
/*left:1.92rem;*/
/*bottom:.57rem;*/
/*}*/

.nav li:nth-child(2) .list dl,
.nav li:nth-child(3) .list dl,
.nav li:nth-child(4) .list dl {
    width: auto;
    padding-right: .3rem;
}

.nav li:nth-child(2) .list dl dd,
.nav li:nth-child(3) .list dl dd,
.nav li:nth-child(4) .list dl dd {
    padding-right: .28rem;
}

.nav li .list dl dt {
    font-size: .14rem;
    padding: .25rem 0 .15rem 0;
    color: #21cdea;
    font-weight: bold;
    height: .59rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav li .list dl dd {
    height: .39rem;
    line-height: .39rem;
    border-bottom: 1px solid #606060;
    margin-top: -1px;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}

/*.nav li .list dl dd:last-child {*/
/*border-bottom:none;*/
/*}*/
.nav li .list dl dd:hover {
    background: #21cdea;
    padding-left: .14rem;
    padding-right: .14rem;
}

.nav li .list dl dd a {
    font-size: .14rem;
    color: #fff;
    display: block;
    height: .39rem;
    line-height: .39rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.navLayer {
    position: fixed;
    z-index: 1000;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #22cdeb;
    display: none;
    z-index: 10000
}

.navLayer.on {
    display: block;
}

.navLayer .wal {
    min-height: 50px;
    position: relative;
    padding: .35rem 0;
    height: inherit;
}

.navLayer .wal ul {
    height: inherit;
    overflow-y: auto;
}

.navLayer .close {
    display: block;
    background: url(/html/newStyle/image/close1.png) center no-repeat;
    background-size: .26rem;
    position: absolute;
    top: 0px;
    right: -.3rem;
    width: .75rem;
    height: .75rem;
}

.navLayer a.name {
    display: block;
    color: #FFF;
    font-size: .3rem;
    height: .61rem;
    line-height: .61rem;
}

.navLayer .list {
    border-bottom: #FFF solid 1px;
    padding-bottom: .2rem;
    margin-bottom: .2rem;
}

.navLayer h2 {
    font-size: .2rem;
    font-weight: 400;
    line-height: 2em;
}

.navLayer dl {
    font-size: 0px;
    padding-bottom: .1rem;
}

.navLayer dl dd {
    font-size: .20rem;
    line-height: 2em;
    display: inline-block;
    padding-right: 1em;
}

.navLayer dd a {
    color: #FFF;
}

.foot {
    background: url(/html/newStyle/image/foot.jpg) center fixed no-repeat;
    background-size: cover;
}

.foot .wal {
    min-height: 8.87rem;
    position: relative;
    max-width: 14.8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    width: 100%;
    padding: 0 1.4rem;
}

.foot .list {
    width: 56%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.foot .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.foot .list li {
    width: 33.333%;
    min-height: 3.15rem;
    color: rgba(255, 255, 255, 0.5);
}

/*.foot .list li > div {
    width: 1.8rem;
    margin: 0 auto;
}*/

.foot .list .img {
    height: .7rem;
    position: relative;
}

.foot .list .img img {
    position: absolute;
    left: 0px;
    top: 0px;
    height: .7rem;
}

.foot .list .img img:nth-child(2) {
    opacity: 0;
}

.foot .list h2 {
    font-size: .18rem;
    line-height: 2.67em;
}

.foot .list p {
    font-size: .14rem;
    line-height: 1.285em;
    padding-bottom: .18rem;
    max-width: 1.8rem;
}

.foot .list li.on {
    color: #FFF;
}

.foot .list li.on .img img:nth-child(1) {
    opacity: 0;
}

.foot .list li.on .img img:nth-child(2) {
    opacity: 1;
}

.foot .form {
    width: 44%;
    background: rgba(255, 255, 255, 0.4);
    padding: 0 .45rem;
    color: #fff;
    font-size: .14rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.foot .form > div {
    width: 100%;
    max-width: 4.2rem;
}

.foot .form .msg {
    /*font-size: .16rem;
    color: rgba(255, 255, 255, 0.5);*/
    font-size: .3rem;
    padding-bottom: .6rem;
}

.foot .form .msg p {
    font-size: .14rem;
    padding-top: .05rem;
}

.foot .form .layui-form ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: auto;
    padding-bottom: .15rem;
}

.foot .form .layui-form ul li span {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-right: .27rem;
}

.foot .form .layui-form ul li .layui-form-select {
    width: 100%;
}

.foot .form .layui-form ul li .layui-input,
.foot .form .layui-form ul li .layui-textarea,
.foot .form .layui-form ul li .layui-select {
    height: .32rem;
    background-color: rgba(255, 255, 255, .75);
    border-color: #b5b5b6 !important;
}

.foot .form .layui-form ul li .layui-form-select dl dd.layui-this {
    color: #06cced;
}

.foot .form .layui-form ul li.captcha span {
    padding-right: .13rem;
}

.foot .form .layui-form ul li.captcha div {
    position: relative;
    width: 100%;
}

.foot .form .layui-form ul li.captcha div button {
    position: absolute;
    right: 1px;
    top: 1px;
    border: none;
    background: none;
    width: 1rem;
    height: .3rem;
    text-align: center;
    line-height: .3rem;
    cursor: pointer;
    font-size: .14rem;
}

.foot .form .layui-form > button {
    display: block;
    border: 1px solid #b5b5b6;
    border-radius: 25px;
    background: none;
    font-size: .18rem;
    color: #fff;
    width: 1.91rem;
    height: .47rem;
    text-align: center;
    line-height: .47rem;
    cursor: pointer;
    margin: .5rem auto;
}

.foot .form > div > div:nth-child(3) > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.foot .form > div > div:nth-child(3) span {
    display: block;
    padding-right: .09rem;
    white-space: nowrap;
}

.foot .form > div > div:nth-child(3) span:last-child {
    padding-right: 0;
}

.foot .form .icp {
    display: block;
    text-align: center;
    padding-top: .5rem;
    color: #fff;
}

.foot .form li {
    width: 5.95rem;
    padding-bottom: .1rem;
    min-height: .64rem;
    position: relative;
}

.foot .form .input1 {
    background: rgba(255, 255, 255, 0.4);
}

.foot .form .input1 input {
    height: .64rem;
    width: 100%;
    line-height: .64rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: .16rem;
    padding: 0 .18rem;
    transition: all 0.3s ease
}

.foot .form .input1 input::-webkit-input-placeholder {
    color: #333
}

.foot .form .input1 input::-moz-placeholder {
    color: #333
}

.foot .form .input1 input:-ms-input-placeholder {
    color: #333
}

.foot .form .input1:hover input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease
}

.foot .form .input1:hover input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease
}

.foot .form .input1:hover input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease
}

.foot .form .input1 textarea {
    height: 2.88rem;
    width: 100%;
    line-height: .34rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: .16rem;
    padding: .15rem .18rem;
}

.foot .form .input1 textarea::-webkit-input-placeholder {
    color: #333
}

.foot .form .input1 textarea::-moz-placeholder {
    color: #333
}

.foot .form .input1 textarea:-ms-input-placeholder {
    color: #333
}

.foot .form .input1:hover textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease
}

.foot .form .input1:hover textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease
}

.foot .form .input1:hover textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease
}

.foot .form .a1 {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    line-height: .64rem;
    padding: 0 .18rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: .16rem;
}

.foot .form .a1:hover {
    color: rgba(255, 255, 255, 1)
}

.foot .form .btn1 {
    width: 1.75rem;
    height: .64rem;
    background: rgba(255, 255, 255, 0.3);
}

.foot .form .btn1 input {
    width: 100%;
    height: .64rem;
    font-size: .16rem;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    transition: all 0.3s ease
}

.foot .form .btn1 input:hover {
    color: #333;
    background: #21cdea
}

.foot .share {
    height: 1.35rem;
    padding-top: .35rem;
}

.foot .share dd {
    float: left;
    padding-right: .2rem;
}

.foot .share a {
    display: block;
    width: .5rem;
    height: .5rem;
    background: center no-repeat;
    background-size: cover;
}

.foot .share a:hover {
    background-color: #21cdea;
}

.foot .share .dd_01 a {
    background-image: url(/html/newStyle/image/img50_1.png);
}

.foot .share .dd_02 a {
    background-image: url(/html/newStyle/image/img50_2.png);
}

.foot .share .dd_03 a {
    background-image: url(/html/newStyle/image/img50_3.png);
}

.foot .share .dd_04 a {
    background-image: url(/html/newStyle/image/img50_4.png);
}

.foot .share .dd_01 a:hover {
    background-image: url(/html/newStyle/image/img50_1on.png);
}

.foot .share .dd_02 a:hover {
    background-image: url(/html/newStyle/image/img50_2on.png);
}

.foot .share .dd_03 a:hover {
    background-image: url(/html/newStyle/image/img50_3on.png);
}

.foot .share .dd_04 a:hover {
    background-image: url(/html/newStyle/image/img50_4on.png);
}

.pcShow {
}

.phoneShow {
    display: none !important;
}

.n-product-5 {
    text-align: center;
    color: #21cdea;
    font-size: 0.4rem;
    height: 2.35rem;
    background: url("/html/newStyle/image/bg1.jpg") fixed center no-repeat;
    background-size: cover
}

.n-product-5 p {
    height: 100%;
    line-height: 2.35rem;
    cursor: pointer
}

.n-product-5 p span {
    display: inline-block;
    width: 1.77rem;
    height: 1.77rem;
    border-radius: 50%;
    background: #21cdea;
    vertical-align: middle;
    margin-right: 0.4rem
}

.n-product-5 p span:after {
    content: "";
    display: block;
    width: 0.49rem;
    height: 1.28rem;
    background: url("/html/newStyle/image/i1.svg") no-repeat;
    background-size: cover;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease
}

.n-product-5 p:hover span:after {
    transform: translate(-50%, -50%) scale(1.1)
}

.indexTel {
    clear: both;
    background: url(/html/newStyle/image/bg1.jpg) center fixed no-repeat;
    background-size: cover;
    height: 2.35rem;
    padding: .12rem 0;
    text-align: center;
}

.indexTel span {
    display: inline-block;
    font-size: .48rem;
    color: #06cced;
    background: url(/html/newStyle/image/img214.png) left center no-repeat;
    background-size: 1.9rem;
    height: 2.14rem;
    line-height: 2.14rem;
    padding-left: 2.6rem;
    transition: all 0.3s ease;
    position: relative
}

.indexTel span:after {
    width: 0.49rem;
    height: 1.28rem;
    display: block;
    content: "";
    background: url("/html/newStyle/image/i1.svg") no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    left: 12%
}

.indexTel span:hover:after {
    transform: translateY(-50%) scale(1.1)
}

.indexTel-2 {
    background-image: url(/html/newStyle/image/bg3.jpg);
}

.indexTel-2 span {
    color: #FFF;
    background-image: url(/html/newStyle/image/img214_1.png);
}

.indexTel-2 span:after {
    background-image: url("/html/newStyle/image/i2.svg")
}