﻿@charset "utf-8";

/**
 * .c-z-1 {
	color: #ffa235;
}

.c-z-2 {
	color: #4fcdc5;
}

.c-z-3 {
	color: #376ae6;
}

 ***/


/* 英文 */

@font-face {
    font-family: 'en1';
    src: url('../font/BEBAS.TTF');
    font-weight: normal;
    font-style: normal;
    font-stretch: ultra-expanded;
    /*定义字体符合拉伸*/
}

@font-face {
    font-family: 'en2';
    src: url('../font/timesbd.ttf');
    font-weight: normal;
    font-style: normal;
    font-stretch: ultra-expanded;
    /*定义字体符合拉伸*/
}

@font-face {
    font-family: 'en3';
    src: url('../font/AgencyFB.ttf');
    font-weight: normal;
    font-style: normal;
    font-stretch: ultra-expanded;
    /*定义字体符合拉伸*/
}


/* 数字 */

@font-face {
    font-family: 'num1';
    src: url('../font/UBTECH-Regular.otf');
    font-weight: normal;
    font-style: normal;
    font-stretch: ultra-expanded;
    /*定义字体符合拉伸*/
}

@font-face {
    font-family: 'num2';
    src: url('../font/DIN-Bold.otf');
    font-style: normal;
    font-stretch: ultra-expanded;
    /*定义字体符合拉伸*/
}

* {
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
    outline: none;
}

a {
    color: #666;
    text-decoration: none;
    blr: expression(this.onFocus=this.blur());
}

a:hover {
    color: #ffa235;
}

li {
    list-style: none;
    padding: 0px;
}

input {}

input:focus {
    outline: none;
}

input[type=reset],
input[type=button] {
    cursor: pointer;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

body {
    padding: 0;
    margin: 0 auto;
    border: 0;
    font-family: "微软雅黑,arial, helvetica, sans-serif";
    min-width: 1200px;
    position: relative;
}


/**宽度**/

.container {
    width: 1200px;
    margin: 0 auto;
    transition: 0.5s;
}


/***超出隐藏***/

.over-h {
    overflow: hidden;
}

.over-v {
    overflow: visible;
}


/**浮动**/

.clear:after {
    content: '';
    display: block;
    clear: both;
    width: 100%;
    height: 0;
}

.fl-l {
    float: left;
}

.fl-r {
    float: right;
}


/***定位***/

.pos-r {
    position: relative;
}

.pos-a {
    position: absolute;
}


/* 文字超出隐藏 */

.ellip {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}


/**图片动效**/

.pic-box1 {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 0;
    position: relative;
}

.pic-box1 img {
    transition: 1s;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

*:hover>.pic-box1 img {
    transform: scale(1.1);
}

.pic-box2 {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 0;
    position: relative;
}

.pic-box2 img {
    transition: 0.5s;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    margin-top: 0;
}


/* 产品、图片框 */

.cp-pic {
    position: relative;
}

.cp-pic::before {
    content: '';
    text-align: center;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.95) url(../img/icon46.png) no-repeat center center / 15%;
    opacity: 0;
    transition: 0.5s;
    /* padding-top: 25%; */
    font-size: 16px;
    color: #fff;
}

*:hover>.cp-pic::before {
    opacity: 0.7;
}


/**分栏图片**/

.fenlan-pic {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.fenlan-pic>img {
    position: relative;
    display: block;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.guanggao {
    position: relative;
    height: 151px;
    background: url(../img/fenlan-bg.jpg) no-repeat top center;
}

.guanggao .container {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    bottom: 0;
    z-index: 3;
}

.guanggao .container .left {
    position: absolute;
    bottom: 0;
    z-index: 3;
    left: 0;
    display: flex;
}

.guanggao .container .left img {
    display: block;
    height: 200px;
    margin-right: 40px;
}

.guanggao .container .left>div {
    color: #fff;
    padding-top: 85px;
}

.guanggao .container .left>div .title {
    font-size: 30px;
    margin-bottom: 10px;
}

.guanggao .container .left>div .info {
    font-size: 20px;
}

.guanggao .container .right {
    position: absolute;
    bottom: 30px;
    z-index: 3;
    left: 850px;
    color: #fff;
}

.guanggao .container .right>div {}

.guanggao .container .right>div .title {
    font-size: 16px;
    margin-bottom: 5px;
    padding-left: 24px;
    background: url(../img/icon67.png) no-repeat left center / auto 80%;
}

.guanggao .container .right>div .info {
    font-family: 'num2';
    font-size: 26px;
    line-height: 1.2em;
}

.guanggao .container .right>div .info em {
    font-style: normal;
    font-size: 20px;
    display: inline-block;
    vertical-align: bottom;
}


/* item列表 分栏 */

.item2 {}

.item2 .item {
    float: left;
    width: 49%;
    margin-top: 2%;
    margin-right: 2%;
}

.item2 .item:nth-child(1),
.item2 .item:nth-child(2) {
    margin-top: 0%;
}

.item2 .item:nth-child(2n) {
    margin-right: 0;
}

.item3 {}

.item3 .item {
    float: left;
    width: 32%;
    margin-top: 2%;
    margin-right: 2%;
}

.item3 .item:nth-child(1),
.item3 .item:nth-child(2),
.item3 .item:nth-child(3) {
    margin-top: 0% !important;
}

.item3 .item:nth-child(3n) {
    margin-right: 0;
}

.item4 {}

.item4 .item {
    float: left;
    width: 23.5%;
    margin-top: 2%;
    margin-right: 2%;
}

.item4 .item:nth-child(1),
.item4 .item:nth-child(2),
.item4 .item:nth-child(3),
.item4 .item:nth-child(4) {
    margin-top: 0%;
}

.item4 .item:nth-child(4n) {
    margin-right: 0;
}

.item5 {}

.item5 .item {
    float: left;
    width: 18.4%;
    margin-top: 2%;
    margin-right: 2%;
}

.item5 .item:nth-child(1),
.item5 .item:nth-child(2),
.item5 .item:nth-child(3),
.item5 .item:nth-child(4),
.item5 .item:nth-child(5) {
    margin-top: 0%;
}

.item5 .item:nth-child(5n) {
    margin-right: 0;
}


/***瀑布流***/

.PBL_box {
    column-gap: 20px;
    column-count: 4;
}

.PBL_box .item {
    margin-bottom: 20px;
    break-inside: avoid;
    transition: 0.5s;
}

.PBL_box .item img {
    display: block;
    width: 100%;
}


/***分页***/

.page {
    display: block;
    text-align: center;
    margin: 2em auto 0px;
    font-size: 20px;
    line-height: 2em;
    /* padding-top: 1.5em; */
    /* border-top: dashed 1px #ccc; */
}

.page>* {
    display: inline-block;
    color: #666 !important;
    font-size: 16px !important;
    margin-bottom: 0px !important;
}

.page a {
    display: block;
    line-height: 2.5em;
    padding: 0 1em;
    color: #666;
    text-decoration: none;
    background: #ededed;
    /* background: #fff; */
    transition: 0.5s;
}

.page li>span {
    line-height: 2.5em;
    display: inline-block;
    background: #ededed;
    padding: 0 1.2em;
}

.page li strong {
    display: inline-block;
    margin: 0 5px 0px;
}

.page .thisclass a,
.shousuo-page .thisclass a,
.shousuo-page ul li a:hover,
.page li a:hover {
    color: #fff !important;
    background: #ffa235 !important;
}


/* 上一页 下一页 */

.prenext {
    margin-top: 60px;
    font-size: 16px;
    line-height: 2em;
    text-align: left;
    padding: 15px 20px;
    color: #666;
    border: solid 1px #ccc;
    /* border: dashed 1px #fff; */
}

.prenext a {
    color: #4fcdc5;
    /* color: #fff; */
}

.prenext a:hover {
    color: #ffa235;
}


/* 内页搜索 */

.index-hot-key {
    background: #ffa235;
}

.index-hot-key .hot-shousuo {
    float: left;
    font-size: 14px;
    color: #fff;
    width: 60%;
    line-height: 60px;
    padding-left: 30px;
    background: url(../img/icon33.png) no-repeat left center;
}

.index-hot-key .hot-shousuo .bt {
    font-size: 14px;
    font-weight: bold;
    float: left;
}

.index-hot-key .hot-shousuo .bt span {
    font-family: en;
    letter-spacing: 1px;
    margin-right: 5px;
}

.index-hot-key .hot-shousuo-list {
    float: left;
}

.index-hot-key .hot-shousuo-list a {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    color: #fff;
    transition: 0.5s;
    opacity: 0.7;
}

.index-hot-key .hot-shousuo-list a:hover {
    opacity: 1;
    text-decoration: underline;
}

.index-hot-key .search-box {
    float: right;
    padding-top: 13px;
}

.index-hot-key .search-box .search-text {
    background: #fff;
    line-height: 34px;
    border: none;
    height: 34px;
    padding: 0 15px;
    width: 260px;
    font-size: 12px;
    color: #999;
    display: inline-block;
    vertical-align: top;
}

.index-hot-key .search-box .search-btn {
    font-size: 14px;
    border: none;
    height: 34px;
    line-height: 34px;
    width: 85px;
    margin-left: 2px;
    display: inline-block;
    vertical-align: top;
    background: #fff url(../img/icon70.png) no-repeat 15px center / auto 45%;
    color: #4fcdc5;
    cursor: pointer;
    padding-left: 20px;
}


/**内页搜索**/

.ny-shoushuo-box {
    display: block;
    text-align: center;
}

.ny-shoushuo-box form {
    display: inline-block;
    width: auto;
}

.ny-shoushuo-box .search-text {
    line-height: 35px;
    border: solid 1px #ffa235;
    padding: 0 10px;
    color: #666;
    font-size: 14px;
    width: 300px;
}

.ny-shoushuo-box .search-btn {
    text-align: left;
    padding: 0 20px 0 40px;
    line-height: 37px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    background: #ffa235 url(../img/search-btn.bg.png) no-repeat 11px center / 16px auto;
}

.shousuo-list {}

.shousuo-list li:first-child {
    margin-top: 0px;
    padding-top: 0px;
    border-top: none;
}

.shousuo-list li {
    font-size: 16px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: dashed 1px #ccc;
    color: #333;
}

.shousuo-list li .shousuo-title {}

.shousuo-list li .shousuo-info {
    font-size: 14px;
    line-height: 1.75em;
    opacity: 0.6;
    margin: 10px 0;
}

.shousuo-list li .shousuo-url {
    font-size: 14px;
    color: #666;
}

.shousuo-list li .shousuo-url>span {
    margin-right: 10px;
}

.shousuo-list li .shousuo-url a {
    margin-right: 10px;
}

.shousuo-list li .shousuo-url .time {
    color: #f50;
}


/* 搜索分页 */

.shousuo-page {
    margin: 2em auto 0;
}

.shousuo-page ul {
    text-align: center;
    font-size: 0;
}

.shousuo-page ul li {
    display: inline-block;
    color: #666 !important;
    font-size: 14px !important;
    margin: 0 2px;
}

.shousuo-page ul li a {
    display: block;
    line-height: 2.5em;
    padding: 0 1em;
    color: #666;
    text-decoration: none;
    background: #ededed;
}

.shousuo-page input {
    display: none;
}


/***更多按钮***/

.index-more1 {
    /* color: #333; */
    color: #333;
    line-height: 60px;
    /* border: solid 2px #fff; */
    /* background: #fff url(../img/icon18.png) no-repeat 10% center / 15px; */
    background: #4fcdc5 url(../img/icon17.png) no-repeat 10% center / 1em;
    font-size: 20px;
    letter-spacing: 3px;
    text-align: center;
    transition: 0.5s;
    width: 300px;
    display: block;
    margin: 40px auto 0;
    position: relative;
    padding: 0 15px;
}

.index-more1 p {
    display: block;
    position: relative;
    z-index: 2;
}

.index-more1.hover,
.index-more1:hover {
    color: #4fcdc5;
}

.index-more2 {
    color: #333;
    border: solid 2px #ffa235;
    display: block;
    font-size: 20px;
    width: 240px;
    line-height: 2.5em;
    margin: 0 auto;
    text-align: center;
    transition: 0.5s;
    text-transform: uppercase;
}

.index-more2.hover,
.index-more2:hover {
    background: #ffa235;
    color: #fff;
}


/* tab切换 */

.tab-box {
    display: none;
}


/* tab2切换 */

.tab-box2 {
    transition: 0.5s;
    width: 100%;
    height: 0;
    position: relative;
    float: left;
    left: 0;
    top: 0;
    overflow: hidden;
}


/* 浮动窗 */

.fudong-box {
    position: fixed;
    bottom: -78px;
    right: 0px;
    z-index: 99999999999;
    transition: 0.5s;
    font-weight: normal;
}

.fudong-box ul li:first-child {}

.fudong-box ul li {
    width: 78px;
    height: 78px;
    margin-top: 1px;
    border-top: none;
    background-color: #ededed;
    transition: 0.3s;
    position: relative;
    z-index: 99999999998;
}

.fudong-box ul li:hover a {
    background-color: #ffa235;
    transition: 0.5s;
}

.fudong-box ul li.gotop a {
    background-color: #2b2b2b;
}

.fudong-box ul li.gotop img {
    opacity: 1 !important;
}

.fudong-box ul li a {
    display: block;
    padding-top: 15px;
    position: relative;
    z-index: 99999999997;
    /* background-color: #fff; */
}

.fudong-box ul li a>img {
    height: 25px;
    display: block;
    margin: 0px auto;
    opacity: 1.0;
    transition: 0.3s;
}

.fudong-box ul li:hover a>img {
    opacity: 0.0;
    transition: 0.3s;
}

.fudong-box ul li a>p {
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 38px;
    transition: 0.3s;
}

.fudong-box ul li>div {
    position: absolute;
    top: 0px;
    right: 80px;
    width: 0;
    overflow: hidden;
    transition: 0.3s;
    background: #ffa235;
    z-index: 99999999;
    opacity: 0.0;
    min-height: 78px;
    /* border: solid 1px #ccc; */
    right: -500px;
}

.fudong-box ul li:hover a>p {
    transition: 0.5s;
    color: #fff;
}

.fudong-box ul li.fudong-qq a {
    background-image: url(../img/fudong-iocn-QQ-2.png);
    background-position: center 15px;
    background-repeat: no-repeat;
    background-size: auto 25px;
}

.fudong-box ul li.fudong-wx a {
    background-image: url(/img/fudong-iocn-erweima-2.png);
    background-position: center 15px;
    background-repeat: no-repeat;
    background-size: auto 25px;
}

.fudong-box ul li.fudong-wx div {
    font-size: 0;
    padding: 5px;
    width: max-content;
}

.fudong-box ul li.fudong-wx div img {
    display: inline-block;
    width: 130px;
    padding: 10px;
    vertical-align: middle;
}

.fudong-box ul li.fudong-tell a {
    background-image: url(/img/fudong-iocn-tell-2.png);
    background-position: center 15px;
    background-repeat: no-repeat;
    background-size: auto 25px;
}

.fudong-box ul li.fudong-tell div {
    font-size: 22px;
    font-family: num2;
    transition: 0.3s;
    padding: 15px 20px;
    height: auto;
    width: max-content;
}

.fudong-box ul li.fudong-tell div p {
    line-height: 1.1em;
    letter-spacing: 1px;
    color: #fff;
    text-align: left;
    line-height: 2em;
}

.fudong-box ul li.fudong-liuyan a {
    background-image: url(/img/fudong-iocn-ly-2.png);
    background-position: center 15px;
    background-repeat: no-repeat;
    background-size: auto 25px;
}

.fudong-box ul li:hover>div {
    opacity: 1.0;
    right: 79px;
    transition: 0.5s;
    border-right: none;
}


/* 浮动窗2 */


/*侧栏联系方式*/

.slidebar {
    background: #fa6e39;
    position: fixed;
    top: 42%;
    right: 30px;
    z-index: 10000;
    border-radius: 12px 12px 12px 12px;
    height: 160px;
}

.contacts li {
    border-bottom: solid 1px #E6E4E4;
    height: 45px;
    line-height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.contacts li:nth-child(1) a {
    display: block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    background: #fa6e39;
    border-radius: 6px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.contacts li.kf a {
    display: block;
    width: 130px;
    background: url(../img/shopnc.png)no-repeat center 0;
    text-align: left;
    height: 22px;
}

.contacts li img {
    width: 130px;
    height: 130px;
}

.contacts li.wx {
    height: 150px;
    border: none;
}

.contacts ul {
    margin-bottom: 0;
}

.slidebar .button {
    width: 36px;
    float: left;
    position: relative;
    z-index: 1;
    margin-top: 10px;
    height: 181px;
}

.slidebar .button a {
    font-style: 0;
    text-indent: -999em;
    display: block;
}

.floatR {
    float: left;
    overflow: hidden;
    width: 170px;
    border: 5px solid #fa6e39;
    border-radius: 12px;
}

.contacts {
    background: #F7F7F7;
    border-radius: 6px;
    text-align: center;
    padding: 10px;
}

.contacts h4 {
    height: 45px;
    font-size: 22px;
    font-family: num2;
    line-height: 45px;
    font-weight: 600;
}

.contacts p {
    color: #333;
}

.btnOpen,
.btnCtn {
    position: relative;
    z-index: 9;
    background: url(../img/shopnc.png)no-repeat;
    display: block;
    height: 146px;
    padding: 8px;
}

.btnCtn {
    background-position: 10px -143px;
}

.btnOpen {
    background-position: -41px -143px;
}


/* 头部 */

.top-box-1 {
    width: 100%;
    min-width: 1200px;
    z-index: 9999;
    /* position: sticky; */
    left: 0;
    top: 0;
    transition: 0.5s;
    /* position: absolute; */
}

.top-box-1.active {
    background: #fff;
    position: fixed;
    top: 0;
    box-shadow: 0 0 5px 0 #ccc;
}

.top-box-hyy {
    font-size: 12px;
    color: #333;
}

.top-box-hyy-left {
    float: left;
    width: 70%;
    width: auto;
    color: #666;
}

.top-box-hyy-right {
    float: right;
    text-align: right;
    width: auto;
}

.top-box-hyy-right a:first-child {
    border: none;
    padding-left: 0px;
    margin-left: 0px;
}

.top-box-hyy-right a {
    display: inline-block;
    margin-left: 15px;
    line-height: 1em;
    padding-left: 15px;
    border-left: solid 1px #666;
    color: #666;
}

.top-box-hyy-right a:hover {
    color: #4fcdc5;
}

.top-logo-box {
    position: relative;
}

.top-box-1.active .top-logo-box {
    padding: 0;
}

.top-box-1 .logo {
    display: block;
    float: left;
    /* 	float: none;
	position: absolute;
	left: 0;
	z-index: 3;
	height: 60px; */
    padding-top: 20px;
}

.top-box-1 .logo img {
    display: block;
    width: 100%;
    /* transition: 0.5s;
	height: 100%; */
}

.top-box-1.active .logo {
    background: url(../img/logo.png) no-repeat 0 0 / auto 100%;
    top: 20px;
}

.top-box-1.active .logo img {
    opacity: 0;
}

.top-logo-text {
    float: left;
    padding-left: 25px;
    margin-left: 25px;
    border-left: solid 1px #ccc;
    margin-top: 12px;
}

.top-logo-text div {
    line-height: 1.2em;
    color: #999;
    position: relative;
    font-size: 16px;
}

.top-logo-text div p {
    display: block;
    font-size: 20px;
    margin-bottom: 7px;
    font-weight: bold;
    color: #4fcdc5;
}

.top-logo-text div span {
    color: #333;
}

.top-box-1 .tell {
    float: right;
    color: #333;
    font-size: 16px;
    padding-left: 50px;
    line-height: 1.2em;
    background: url(/img/icon3.png) no-repeat left center / auto 90%;
    margin-top: 5px;
    /* 	float: none;
	position: absolute;
	z-index: 2;
	right: 0;
	top: 0;
	padding-left: 30px;
	margin-top: 48px; */
    margin-top: 28px;
}

.top-box-1.active .tell {
    background-image: url(../img/icon4.png);
    margin-top: 38px;
}

.top-box-1 .tell span {
    color: #3970ae;
    line-height: 1.05em;
    font-size: 26px;
    font-family: 'num2';
    display: block;
}

.top-box-1.active .tell span {
    color: #4fcdc5;
}

.top-box-1 .right-box {
    float: right;
    font-size: 0;
    width: 100px;
    margin-left: 100px;
}

.top-box-1 .right-box>div {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

.top-box-1 .right-box>div>a {
    display: block;
    padding: 32px 12px;
}

.top-box-1 .right-box>div>a img {
    display: block;
    width: 100%;
}

.top-box-1 .right-box>div .box {
    position: absolute;
    right: 0;
    display: none;
    z-index: 999;
    font-size: 14px;
}

.top-box-1 .right-box>div:hover .box {
    display: block;
}

.top-box-1 .right-box .yy .box {
    background: #f5f5f5;
    width: 140px;
    padding: 15px;
}

.top-box-1 .right-box .yy .box a {
    display: block;
    font-size: 14px;
    line-height: 2em;
    padding-left: 35px;
    color: #666;
}

.top-box-1 .right-box .yy .box a.focus {
    color: #ffa235;
}

.top-box-1 .right-box .yy .box .cn {
    margin-bottom: 5px;
    background: url(/img/language1.png) no-repeat left center / auto 60%;
}

.top-box-1 .right-box .yy .box .en {
    background: url(/img/language2.png) no-repeat left center / auto 60%;
}

.top-box-1 .right-box .ss .box {
    background: #f5f5f5;
    width: 280px;
    padding: 15px;
    font-size: 0;
}

.top-box-1 .right-box .ss .box .search-text {
    display: inline-block;
    vertical-align: middle;
    width: 190px;
    padding: 0 10px;
    background: #fff;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    color: #999;
    border: none;
}

.top-box-1 .right-box .ss .box .search-btn {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    background: #ffa235;
    color: #fff;
    border: none;
}


/* 头部导航 */

.top-nav-box {
    position: relative;
    z-index: 2;
    float: left;
    margin-left: 70px;
}

#top-nav-ul {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

.top-nav-class-1 {
    font-size: 0;
}

.top-nav-class-1>li:first-child {
    margin-left: 0;
}

.top-nav-class-1>li {
    position: relative;
    text-align: center;
    /* 	display: inline-block;
	vertical-align: top; */
    /* margin-left: 1px; */
    float: none;
    margin-left: 1px;
}

.top-box-1.active .top-nav-class-1>li {}

.top-nav-class-1>li:first-child::before {
    display: none;
}

.top-nav-class-1>li::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 40%;
    height: 20%;
    width: 1px;
    background: #fff;
    z-index: 3;
    display: none;
}

.top-nav-class-1>li>a {
    display: block;
    overflow: hidden;
    position: relative;
    height: 100%;
    text-align: center;
    padding: 0 12px;
}

.top-nav-class-1>li>a .title {
    color: #333;
    font-size: 16px;
    position: relative;
    z-index: 2;
    transition: 0.5s;
    line-height: 100px;
}

.top-box-1.active .top-nav-class-1>li .title {
    line-height: 100px;
}

.active .top-nav-class-1>li>a .title {
    /* color: #333; */
}

.top-nav-class-1 > li > a .bg {
    z-index: 1;
    transition: 0.5s;
    position: absolute;
    height: 0%;
    width: 100%;
    left: 0%;
    bottom: 0%;
    display: block;
    overflow: hidden;
    background: #3970ae;
}

.top-box-1.active .top-nav-class-1>li>a .bg {
    background: #ffa235;
}

.top-nav-class-1>li.index>a>.title,
.top-nav-class-1>li:hover>a>.title,
.top-nav-class-1>li.focus>a>.title {
    opacity: 1;
    color: #fff;
    /* color: #fff; */
}

.top-nav-class-1>li.index>a>.title::before,
.top-nav-class-1>li:hover>a>.title::before,
.top-nav-class-1>li.focus>a>.title::before {
    content: '';
    display: block;
    width: 2em;
    height: 3px;
    left: 50%;
    bottom: 15px;
    background: #ffa235;
    position: absolute;
    margin-left: -1em;
}

.top-box-1.active .top-nav-class-1>li.index>a>.title,
.top-box-1.active .top-nav-class-1>li:hover>a>.title,
.top-box-1.active .top-nav-class-1>li.focus>a>.title {
    /* opacity: 1; */
    color: #ffa235;
}


/* .active .top-nav-class-1>li.index>a .title,
.active .top-nav-class-1>li.focus>a .title,
.active .top-nav-class-1>li:hover>a .title {
	color: #4fcdc5;
}

.top-nav-class-1>li.active>a>.bg {
	opacity: 1.0;
	height: 3px;
} */

.top-nav-class-1>li.index>a>.bg,
.top-nav-class-1>li:hover>a>.bg,
.top-nav-class-1>li.focus>a>.bg {
    height: 100%;
}

.top-box-1.active .top-nav-class-1>li:hover>a>.bg,
.top-box-1.active .top-nav-class-1>li.focus>a>.bg,
.top-box-1.active .top-nav-class-1>li.index>a>.bg {}

.top-nav-class-1 .nav-find {
    z-index: 100;
    /* width: 100%; */
    min-width: 100%;
    width: max-content;
    left: 0%;
    /* margin-left: -25px; */
}

.top-nav-class-1 .nav-find ul {
    display: block;
    width: auto;
    font-size: 0;
}

.top-nav-class-1 .nav-find ul li:first-child {
    /* border-top: none; */
}

.top-nav-class-1 .nav-find ul li:first-child::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #4fcdc5;
    position: absolute;
    left: 50%;
    top: -5px;
    margin-left: -5px;
    transform: rotate(45deg);
    transition: 0.5s;
    display: none;
}

    .top-nav-class-1 .nav-find ul li {
        text-align: center;
        /* 	display: inline-block;
	vertical-align: top; */
        background: #3970ae;
        transition: 0.5s;
        border-top: solid 1px rgba(255, 255, 255, 0.2);
    }

.active .top-nav-class-1 .nav-find ul li {
    background: #4fcdc5;
}

.top-nav-class-1 .nav-find ul li+li {
    /* border-top: solid 1px rgba(255, 255, 255, 0.2); */
}

.top-nav-class-1 .nav-find ul li a {
    font-size: 14px;
    display: block;
    line-height: 3.5em;
    padding: 0 15px;
    color: #fff;
    opacity: 0.9;
    /* background: #4fcdc5; */
    display: block;
    line-height: 3em;
}

.top-nav-class-1 .nav-find ul li:hover {
    /* background: #4fcdc5; */
}

.top-nav-class-1 .nav-find ul li:hover a {
    color: #fff;
    text-decoration: underline;
    /* color: #ffa235; */
}


/* .active .top-nav-class-1 .nav-find ul li a {
	color: #333;
}

.active .top-nav-class-1 .nav-find ul li:hover a {
	color: #4fcdc5;
} */


/* 友情链接 */

.index-link1 {
    border-top: solid 1px #ccc;
}

.index-link1 .container {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.index-link1-left {}

.index-link1 .index-link1-left .titleen {
    font-family: en2;
    color: #ffa235;
    font-size: 34px;
    text-transform: uppercase;
    line-height: 1em;
}

.index-link1 .index-link1-left .title {
    color: #ffa235;
    /* background: url(/img/icon21.png) no-repeat left center / 1em auto; */
    /* padding-left: 25px; */
    line-height: 1em;
    font-size: 16px;
}

.index-link1 .index-link1-list {
    width: 89.5%;
    font-size: 0;
}

.index-link1 .index-link1-list a {
    color: #666;
    font-size: 14px;
    display: inline-block;
    line-height: 2em;
    margin-right: 10px;
    opacity: 0.7;
    transition: 0.5s;
}

.index-link1 .index-link1-list a:hover {
    opacity: 1;
    color: #ffa235;
}


/*底部*/

.footer-class-1 {
    min-width: 1200px;
    background: #222;
    color: rgba(255, 255, 255, 0.8);
}

.footer-class-1 a {
    color: #fff;
    opacity: 0.8;
}

.footer-class-1 a:hover {
    opacity: 1;
}

.footer-class-1-nav {
    font-size: 0;
    text-align: center;
    border-bottom: solid 1px #333;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
}

.footer-class-1-nav li:first-child {
    margin-left: 0;
}

.footer-class-1-nav li {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 4.5em;
}

.footer-class-1-bt {
    font-size: 20px;
    text-align: left;
    margin-bottom: 20px;
    width: 100%;
}

.footer-class-1-cont {
    position: relative;
}

.footer-class-1-cont .line1 {
    position: absolute;
    width: 1px;
    height: 100%;
    border-left: #333 solid 1px;
    top: 0;
    left: 33%;
}

.footer-class-1-cont .line2 {
    position: absolute;
    width: 1px;
    height: 100%;
    border-left: #333 solid 1px;
    top: 0;
    left: 73%;
}

.footer-class-1-cont .footer-gsjj {
    float: left;
    font-size: 14px;
    line-height: 2em;
    width: 330px;
}

.footer-class-1-cont .footer-gsjj .info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-class-1-cont .footer-gsjj .info a {}

.footer-class-1-cont .footer-lxfs {
    float: left;
    width: 400px;
    margin-left: 150px;
    font-size: 14px;
    line-height: 2em;
    margin-left: 140px;
    width: 360px;
}

.footer-class-1-cont .footer-lxfs span {
    display: inline-block;
    min-height: 1px;
    width: 3em;
}

.footer-class-1-cont .wx-pic {
    float: right;
    width: 130px;
}

.footer-class-1-cont .wx-pic img {
    padding: 10px;
    display: block;
    width: 100%;
}

.footer-class-1-cont .wx-pic img:first-child {
    margin-right: 10px;
}

.wx-pic img {
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    background: url(../img/wx-bg1.png) no-repeat 0 0 / 100%;
}

.footer-class-1-banquan {
    border-top: solid 1px #333;
    font-size: 14px;
    line-height: 4em;
    margin-top: 50px;
    text-align: center;
}


/* 底部2 */

.footer-class-2 {
    padding-top: 80px;
    font-size: 14px;
    line-height: 2em;
    color: rgba(255, 255, 255, 0.9);
    background: #3970ae;
}

.footer-class-2 a {
    color: #fff;
    opacity: 0.8;
}

.footer-class-2 a:hover {
    opacity: 1;
}

.footer-class-2-bt {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}

.footer-class-2-cont {
    margin-bottom: 50px;
}

.footer-class-2-cont .footer-gsjj {
    float: left;
}

.footer-class-2-cont .footer-gsjj img {
    display: block;
    margin-bottom: 15px;
	width: 150px;
}

.footer-class-2-cont .footer-gsjj p {
    opacity: 0.3;
    font-size: 12px;
    margin-bottom: 30px;
}

.footer-class-2-cont .footer-gsjj .tell {
    font-size: 30px;
    font-family: num2;
}

.footer-class-2-cont .footer-gsjj .tell span {
    display: block;
    font-size: 16px;
}

.footer-class-2-nav-box {
    float: left;
    margin-left: 120px;
    width: 150px;
}

.footer-class-2-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-class-2-nav li {
    margin-bottom: 10px;
}

.footer-class-2-nav a {}

.footer-class-2-lxfs {
    float: left;
    margin-left: 120px;
    width: 390px;
}

.footer-class-2-lxfs .info {
    line-height: 2em;
}

.footer-class-2-cont .wx-pic {
    float: right;
    text-align: center;
}

.footer-class-2-cont .wx-pic img {
    width: 140px;
    padding: 15px;
    display: inline-block;
    vertical-align: top;
    background-image: url(../img/wx-bg1.png);
}

.footer-class-2-cont .wx-pic p {
    font-size: 12px;
    opacity: 0.5;
}

.footer-class-2-banquan {
    text-align: center;
    font-size: 14px;
    line-height: 1.7em;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
    padding: 20px 0;
}


/* 底部3 */

.footer-class-3 {
    background: #2b2b2b url(../img/footer-bg.png) no-repeat center bottom;
    background: #2b2b2b;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    padding-top: 70px;
}

.footer-class-3 a {
    color: #fff;
    opacity: 0.7;
}

.footer-class-3 a:hover {
    opacity: 1;
}

.footer-class-3 .footer-class-bt {
    font-size: 18px;
    color: #fff;
    margin-bottom: 35px;
}

.footer-class-3 .footer-class-bt span {
    font-family: en2;
    text-transform: uppercase;
    opacity: 0.5;
}

.footer-class-3 .footer-class-nav-box {
    float: left;
    width: 200px;
    margin-left: 120px;
}

.footer-class-3 .footer-class-nav {
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
}

.footer-class-3 .footer-class-nav a {
    width: 50%;
    margin-bottom: 1.5em;
}

.footer-class-3 .footer-class-lxfs {
    float: left;
    width: 500px;
}

.footer-class-3 .footer-class-lxfs .info {
    line-height: 1.7em;
    padding-top: 30px;
    position: relative;
}

.footer-class-3 .footer-class-lxfs .info span {
    display: block;
    width: 20px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    opacity: 5;
}

.footer-class-3 .footer-class-lxfs .contact {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

.footer-class-3 .footer-class-lxfs .contact .item {
    width: 50%;
    line-height: 2em;
    padding-left: 1.5em;
}

.footer-class-3 .footer-class-lxfs .contact .item.gh {
    background: url(../img/icon55.png) no-repeat left center / 1em;
}

.footer-class-3 .footer-class-lxfs .contact .item.wz {
    background: url(../img/icon57.png) no-repeat left center / 1em;
}

.footer-class-3 .footer-class-lxfs .contact .item.sj {
    background: url(../img/icon59.png) no-repeat left center / 1em;
}

.footer-class-3 .footer-class-lxfs .contact .item.yx {
    background: url(../img/icon58.png) no-repeat left center / 1em;
}

.footer-class-3 .footer-class-fangchan {
    margin-left: 100px;
    float: left;
}

.footer-class-3 .footer-class-fangchan .info {}

.footer-class-3 .footer-class-fangchan .info a {
    display: block;
    line-height: 2em;
}

.footer-class-3 .wx-pic {
    float: right;
}

.footer-class-3 .wx-pic img {
    width: 150px;
    padding: 15px;
}

.footer-class-3 .footer-class-banquan {
    text-align: center;
    font-size: 14px;
    line-height: 4em;
    margin-top: 80px;
}

.footer-class-3 .footer-class-banquan .line {
    height: 1px;
    background: #444;
}


/* 底部4 */

.footer-class-4 {
    background: #fafafa;
    color: #333;
    font-size: 16px;
    padding: 60px 0 30px;
    padding-top: 0;
}

.footer-class-4 a {
    color: #333;
    opacity: 0.7;
}

.footer-class-4 a:hover {
    opacity: 1;
}

.footer-class-4 .footer-class-cont {
    font-size: 14px;
    color: #999;
    display: flex;
    position: relative;
}

.footer-class-4 .footer-class-cont .bt {
    font-size: 18px;
    line-height: 1.5em;
    height: 1.5em;
    color: #333;
    margin-bottom: 20px;
}

.footer-class-4 .footer-class-nav-box {
    font-size: 16px;
    padding: 25px 0;
    border-bottom: solid 1px #ededed;
    margin-bottom: 40px;
}

.footer-class-nav-bt {
    float: left;
}

.footer-class-nav-bt span {
    display: block;
    font-family: en2;
    font-size: 20px;
    line-height: 1em;
    margin-bottom: 5px;
    color: #ffa235;
}

.footer-class-4 .footer-class-nav-box .footer-class-nav {
    float: right;
    display: flex;
    width: 70%;
    padding-top: 10px;
    justify-content: space-between;
}

.footer-class-4 .footer-class-nav-box .footer-class-nav li {
    /* 	display: inline-block;
	vertical-align: top;
	width: 120px; */
}

.footer-class-4 .footer-class-logo {
    width: 310px;
}

.footer-class-4 .footer-class-cont .footer-class-logo img {
    display: block;
}

.footer-class-4 .footer-class-cont .footer-class-lxfs {
    font-size: 14px;
    width: 450px;
}

.footer-class-4 .footer-class-cont .footer-class-lxfs .info {
    margin-bottom: 12px;
    padding-left: 22px;
}

.footer-class-4 .footer-class-cont .footer-class-lxfs .add {
    background: url(../img/icon59.png) no-repeat left center / 18px;
}

.footer-class-4 .footer-class-cont .footer-class-lxfs .web {
    background: url(../img/icon57.png) no-repeat left center / 18px;
}

.footer-class-4 .footer-class-cont .footer-class-lxfs .mail {
    background: url(../img/icon58.png) no-repeat left center / 18px;
    display: inline-block;
    vertical-align: top;
    width: 48%;
}

.footer-class-4 .footer-class-cont .footer-class-lxfs .tell {
    background: url(../img/icon55.png) no-repeat left center / 18px;
}

.footer-class-4 .footer-class-cont .wx-pic-box {
    width: 240px;
    float: right;
}

.footer-class-4 .footer-class-cont .wx-pic {
    display: block;
    width: 120px;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
}

.footer-class-4 .footer-class-cont .wx-pic+.wx-pic {
    margin-left: 20px;
}

.footer-class-4 .footer-class-cont .wx-pic img {
    background: url(../img/wx-bg2.png) no-repeat 0 0 / 100%;
    margin: 0;
}

.footer-class-4 .footer-class-case {
    width: 240px;
}

.footer-class-4 .footer-class-case-list {
    display: flex;
    flex-wrap: wrap;
}

.footer-class-4 .footer-class-case-list a {
    display: block;
    font-size: 14px;
    width: 50%;
    margin-bottom: 12px;
}

.footer-class-4 .footer-banquan {
    font-size: 14px;
    margin-top: 40px;
    padding-top: 15px;
    border-top: solid 1px #ededed;
    color: #333;
}

.footer-class-4 .footer-banquan .info {}


/* 底部5   */

.footer-class-5 {
    padding-top: 80px;
    font-size: 14px;
    background: #fcfcfc;
}

.footer-class-5 a {
    color: #333;
    opacity: 0.7;
}

.footer-class-5 a:hover {
    color: #ffa235;
}

.footer-class-5-cont1 {
    float: left;
    width: 370px;
    border-right: solid 1px #ededed;
}

.footer-class-5-cont1 .footer-logo {
    margin-bottom: 15px;
}

.footer-class-5-cont1 .footer-gsm {
    margin-bottom: 40px;
}

.footer-class-5-cont1 .wx-pic {
    display: inline-block;
    vertical-align: top;
    width: 110px;
    text-align: center;
    font-size: 14px;
    color: #999;
}

.footer-class-5-cont1 .wx-pic+.wx-pic {
    margin-left: 20px;
}

.footer-class-5-cont1 .wx-pic img {
    background-image: url(../img/wx-bg2.png);
    padding: 5px;
}

.footer-class-5-cont2 {
    float: right;
    display: flex;
    justify-content: space-between;
    width: 700px;
}

.footer-class-5-cont2 .item {}

.footer-class-5-cont2 .item .title {
    font-size: 16px;
    opacity: 1;
    margin-bottom: 20px;
    color: #333;
    display: block;
}

.footer-class-5-cont2 .item li {
    margin-bottom: 10px;
}

.footer-class-5-banquan {
    margin-top: 50px;
    border-top: solid 1px #ededed;
    padding: 30px 0;
    color: #666;
}


/* footer-class-6 */

.footer-class-6 {
    background: #4fcdc5;
    padding-top: 70px;
    font-size: 14px;
    color: #fff;
}

.footer-class-6 a {
    color: #fff;
    opacity: 0.7;
}

.footer-class-6 a:hover {
    opacity: 1;
}

.footer-class-6-bt {
    font-size: 20px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: solid 1px #fff;
    color: #fff;
}

.footer-class-6-bt span {
    font-family: en2;
    text-transform: uppercase;
    opacity: 0.6;
}

.footer-class-6-nav {
    float: left;
    width: 360px;
}

.footer-class-6-nav ul {
    display: flex;
    flex-wrap: wrap;
}

.footer-class-6-nav ul li {
    font-size: 14px;
    width: 33%;
    margin-bottom: 25px;
}

.footer-class-6-lxfs {
    float: left;
    width: 500px;
    margin-left: 120px;
}

.footer-class-6-lxfs .info {
    display: flex;
    flex-wrap: wrap;
}

.footer-class-6-lxfs .info .item {
    width: 50%;
    font-size: 14px;
    display: block;
    margin-bottom: 25px;
}

.footer-class-6-lxfs .item:last-child {
    width: 100%;
}

.footer-class-6-wx {
    float: right;
    width: 130px;
    text-align: center;
}

.footer-class-6-wx img {
    margin-bottom: 15px;
}

.footer-class-6-banquan {
    margin-top: 50px;
    border-top: solid 1px #ccc;
    line-height: 50px;
}


/* footer-class-7 */

.footer-class-7 {
    position: relative;
    background: #ffa235;
    color: #fff;
}

.footer-class-7 a {
    color: #fff;
    opacity: 0.7;
}

.footer-class-7 a:hover {
    opacity: 1;
}

.footer-class-7-logo {
    text-align: center;
    padding-top: 80px;
}

.footer-class-7-logo img {
    display: block;
    width: 150px;
    margin: 0 auto;
}

.footer-class-7-banquan {
    display: block;
    padding: 20px 0;
    text-align: center;
    border-top: solid 1px rgba(255, 255, 255, 0.3);
    color: #fff;
    margin-top: 40px;
}


/* 内页筛选 */

.saixuan-box {}

.saixuan-box .saixuan-bt {
    border-bottom: solid 1px #ffa235;
}

.saixuan-box .saixuan-bt-name {
    background: #ffa235;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    float: left;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 3px 3px 0 0;
}

.saixuan-box .saixuan-tell {
    float: left;
    font-size: 16px;
    color: #333;
    line-height: 38px;
    margin-left: 30px;
}

.saixuan-box .location {
    line-height: 38px;
}

.saixuan-box .saixuan-info {
    padding-top: 20px;
}

.saixuan-box .saixuan-info .saixuan-info-bt {
    font-size: 14px;
    line-height: 30px;
    color: #333;
    width: 60px;
    font-weight: normal;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}

.saixuan-box .saixuan-info hr {
    clear: both;
    height: 5px;
}

.saixuan-box .saixuan-info .saixuan-info-info {
    float: left;
    width: 1100px;
    font-size: 0;
}

.saixuan-box .saixuan-info span {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 28px;
    background: #ffa235;
    color: #fff;
    padding: 0 15px;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 3px;
}

.saixuan-box .saixuan-info a {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 28px;
    color: #999;
    border-radius: 3px;
    background: #f9f9f9;
    padding: 0 15px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.saixuan-box .saixuan-info a:hover {
    color: #ffa235;
}

.footer-fenlan {
    background: url(../img/footer-fenlan.jpg) no-repeat top center;
    padding: 100px 0;
    height: 200px;
}

.footer-fenlan .text {
    font-size: 30px;
    color: #fff;
    line-height: 2em;
    font-weight: lighter;
    text-align: center;
}

.footer-fenlan .text a {
    margin-top: 30px;
    display: inline-block;
    font-size: 16px;
    line-height: 2.7em;
    width: 200px;
    border: solid 1px #fff;
    color: #fff;
    border-radius: 2.7em;
}


/* 自适应宽度布局 */

.media-container {
    position: relative;
    width: auto;
    transition: 0.5s;
    min-width: 1160px;
}

@media screen and (min-width: 1701px) {
    .media-container {
        margin: 0 5%;
    }
}

@media screen and (max-width: 1700px) {
    .media-container {
        margin: 0 4%;
    }
}

@media screen and (max-width: 1500px) {
    .media-container {
        margin: 0 4%;
    }
}

@media screen and (max-width: 1400px) {
    .media-container {
        margin: 0 3%;
    }
    .top-nav-class-1>li {
        font-size: 16px;
        margin-left: 10px;
    }
}

@media screen and (max-width: 1200px) {
    .media-container {
        margin: 0 20px;
    }
}


/* 更新 */


/* 留言领取 */

.index-zxly-box {
    background: #fff;
}

.index-zxly {
    border: solid 1px #1d75cf;
}

.index-zxly-pic {
    float: left;
    width: 320px;
}

.index-zxly-pic img {
    display: block;
    width: 100%;
}

.index-zxly .lxfs {
    float: left;
    margin-top: 30px;
    margin-left: 30px;
    width: 320px;
}

.index-zxly .lxfs .bt {
    font-size: 28px;
    color: #333;
}

.index-zxly .lxfs .info {
    margin: 15px 0;
    border-top: dashed 1px #ccc;
    border-bottom: dashed 1px #ccc;
    padding: 15px 0;
}

.index-zxly .lxfs .info p:first-child {
    margin: 0;
}

.index-zxly .lxfs .info p {
    margin-top: 10px;
    color: #333;
    font-size: 0;
}

.index-zxly .lxfs .info p span {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    width: 80px;
    line-height: 1.7em;
}

.index-zxly .lxfs .info p span.cont {
    width: 240px;
}

.index-zxly .wx {
    border: solid 1px #ccc;
    margin-top: 25px;
    padding: 6px;
}

.index-zxly .wx img {
    float: left;
    width: 140px;
    display: block;
}

.index-zxly .wx p {
    float: right;
    padding: 25px 25px 0 0;
    font-size: 24px;
    line-height: 1.7em;
    text-align: right;
}

.index-zxly .zxly {
    float: right;
    width: 480px;
    padding: 30px 30px 0 0;
}

.index-zxly .zxly .message-box {}

.index-zxly .zxly .message-box .item:first-child {
    margin: 0;
}

.index-zxly .zxly .message-box .item {
    margin-top: 15px;
    font-size: 0;
}

.index-zxly .zxly .message-box .item .bt {
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    width: 50px;
    display: inline-block;
    vertical-align: top;
    min-height: 1px;
}

.index-zxly .zxly .message-box .item .input-text {
    display: inline-block;
    vertical-align: top;
    width: 400px;
    font-size: 16px;
    color: #999;
    line-height: 40px;
    height: 38px;
    line-height: 40px;
    border: solid 1px #ccc;
    padding: 0 10px;
}

.index-zxly .zxly .message-box .item textarea.input-text:focus {
    outline: none;
}

.index-zxly .zxly .message-box .item textarea.input-text {
    padding: 5px 10px;
    line-height: 1.5em;
    height: 6em;
    resize: none;
}

.index-zxly .zxly .message-box .item .coolbg {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    width: 6em;
    margin-right: 10px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    background: #ffa235;
}

.index-zxly .zxly .message-box .item .tijiao {
    background: red;
}


/* 弹出窗 */

.tanchuan {
    display: none;
    position: fixed;
    z-index: 999999999;
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0;
    top: 0%;
    background: rgba(0, 0, 0, 0.8);
}

.tanchuan .box {
    display: block;
    text-align: center;
    position: relative;
    width: 100%;
    padding-top: 300px;
    height: 100%;
}

.tanchuan .box img {
    display: block;
    margin: 0 auto 15px;
    padding: 15px;
    background: url(../img/wx-bg.png) no-repeat 0 0 / 100%;
}

.tanchuan .box p {
    font-size: 26px;
    line-height: 2em;
    text-align: center;
    color: #fff;
}


/* 按钮 */

.download-btn {
    padding-left: 20px;
    background: url(../img/icon61.png) no-repeat left center/ 15px;
    color: #4fcdc5;
    font-size: 14px;
}


/* 在线留言 */

.index-liuyan-box-1 {
    height: 700px;
    padding-top: 230px;
    background: url(../img/map-pic.jpg) no-repeat top center / 1920px;
}

.index-liuyan-box-1 .index-liuyan-bt {
    font-size: 26px;
    color: #333;
    margin-bottom: 30px;
}

.index-liuyan-box-1 .index-liuyan-bt span {
    color: #ffa235;
    text-transform: uppercase;
    font-weight: 100;
}

.index-liuyan-box-1 .index-liuyan {
    background: #fff;
    padding: 60px;
    border-radius: 10px;
}

.index-liuyan-box-1 .index-liuyan-left {
    float: left;
    width: 380px;
}

.index-liuyan-box-1 .index-liuyan-left .lxfs {
    font-size: 16px;
    color: #999;
    line-height: 1.2em;
}

.index-liuyan-box-1 .index-liuyan-left .lxfs p:first-child {
    margin: 0;
}

.index-liuyan-box-1 .index-liuyan-left .lxfs p {
    margin-top: 35px;
    padding-left: 60px;
    height: 50px;
}

.index-liuyan-box-1 .index-liuyan-left .lxfs p span {
    display: block;
    color: #333;
    margin-bottom: 5px;
    font-size: 20px;
}

.index-liuyan-box-1 .index-liuyan-left .lxfs a {
    color: #999;
}

.index-liuyan-box-1 .index-liuyan-left .lxfs *:hover {
    color: #ffa235;
}

.index-liuyan-box-1 .index-liuyan-left .lxfs .dh {
    background: url(../img/ly-icon1.png) no-repeat left center;
}

.index-liuyan-box-1 .index-liuyan-left .lxfs .yx {
    background: url(../img/ly-icon2.png) no-repeat left center;
}

.index-liuyan-box-1 .index-liuyan-left .lxfs .wz {
    background: url(../img/ly-icon3.png) no-repeat left center;
}

.index-liuyan-box-1 .index-liuyan-left .lxfs .dz {
    background: url(../img/ly-icon4.png) no-repeat left center;
}

.index-liuyan-box-1 .index-liuyan-right {
    float: right;
    width: 600px;
    padding-left: 50px;
    margin-left: 49px;
    border-left: solid 1px #ccc;
}

.index-liuyan-box-1 .message-box {}

.index-liuyan-box-1 .message-box .item {
    font-size: 0;
    margin-bottom: 20px;
    float: left;
    width: 50%;
}

.index-liuyan-box-1 .message-box .item:nth-child(3) {
    width: 100%;
}

.index-liuyan-box-1 .message-box .item>* {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 50px;
}

.index-liuyan-box-1 .message-box .item .bt {
    width: 5em;
    min-height: 1px;
}

.index-liuyan-box-1 .message-box .item .input-text {
    padding: 0 10px;
    line-height: 50px;
    height: 50px;
    font-size: 14px;
    width: calc(95% - 6em);
    color: #999;
    border: solid 1px #ccc;
}

.index-liuyan-box-1 .message-box .item textarea.input-text {
    resize: none;
    border: solid 1px #ccc;
    font-size: 14px;
    padding: 5px 10px;
    line-height: 22px;
    height: 118px;
    color: #999;
    width: calc(95% - 5em);
    width: 451px;
}

.index-liuyan-box-1 .message-box .item.btn-box {
    margin-bottom: 0px;
    width: 100%;
}

.index-liuyan-box-1 .message-box .item .coolbg {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    text-align: center;
    margin-right: 10px;
    line-height: 40px;
    height: 40px;
    background: #ffa235;
    color: #fff;
}

.index-liuyan-box-1 .message-box .item .coolbg.tijiao {
    background: #4fcdc5;
}

.index-liuyan-box-1 .message-box .item input {
    outline: none;
}


/* 留言2 联系方式+留言 */

.index-liuyan-box-2 {
    background: url(../img/liuyan-bg2.jpg) no-repeat top center;
}

.liuyan-box-2 {
    background: #fff;
    height: 525px;
    overflow: hidden;
}

.liuyan-box-2>div {
    float: left;
    width: 50%;
    padding: 50px 70px;
}

.liuyan-box-2 .index-liuyan-bt {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 30px;
}

.liuyan-box-2 .index-liuyan-bt span {
    font-weight: lighter;
    font-family: en2;
    text-transform: uppercase;
    opacity: 0.2;
}

.liuyan-box-2 .index-liuyan-left {}

.liuyan-box-2 .index-liuyan-left .lxfs {}

.liuyan-box-2 .index-liuyan-left .lxfs .bt:first-child {
    margin-top: 0;
}

.liuyan-box-2 .index-liuyan-left .lxfs .bt {
    font-size: 16px;
    font-weight: bold;
    color: #4fcdc5;
    margin-top: 30px;
    margin-bottom: 10px;
}

.liuyan-box-2 .index-liuyan-left .lxfs .info {
    font-size: 16px;
    line-height: 30px;
    color: #666;
}

.liuyan-box-2 .index-liuyan-left .lxfs .info>* {
    display: block;
    padding-left: 24px;
}

.liuyan-box-2 .index-liuyan-left .lxfs .info .dh {
    background: url(../img/icon55.png) no-repeat left center / auto 60%;
}

.liuyan-box-2 .index-liuyan-left .lxfs .info .yx {
    background: url(../img/icon58.png) no-repeat left center / auto 60%;
}

.liuyan-box-2 .index-liuyan-left .lxfs .info .wz {
    background: url(../img/icon57.png) no-repeat left center / auto 60%;
}

.liuyan-box-2 .index-liuyan-left .lxfs .info .dz {
    background: url(../img/icon59.png) no-repeat left center / auto 60%;
}

.liuyan-box-2 .index-liuyan-right {
    background: #ffa235;
    height: 525px;
}

.liuyan-box-2 .index-liuyan-right .index-liuyan-bt {
    color: #fff;
}

.liuyan-box-2 .index-liuyan-right .item {
    font-size: 0;
    color: #fff;
    margin-bottom: 25px;
}

.liuyan-box-2 .index-liuyan-right .item .bt {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    min-height: 1em;
    width: 5em;
    line-height: 40px;
}

.liuyan-box-2 .index-liuyan-right .item .input-text {
    border: solid 1px #fff;
    background: none;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    padding: 0 15px;
    color: #fff;
    width: 370px;
}

.liuyan-box-2 .index-liuyan-right .item textarea.input-text {
    resize: none;
    padding: 5px 15px;
    line-height: 1.5em;
    height: 9em;
}

.liuyan-box-2 .index-liuyan-right .item input::-webkit-input-placeholder,
.liuyan-box-2 .index-liuyan-right .item textarea::-webkit-input-placeholder {
    color: #fff;
}

.liuyan-box-2 .index-liuyan-right .item input:-moz-placeholder,
.index-liuyan-right .itemt extarea:-moz-placeholder {
    color: #fff;
}

.liuyan-box-2 .index-liuyan-right .item input::-moz-placeholder,
.liuyan-box-2 .index-liuyan-right .item textarea::-moz-placeholder {
    color: #fff;
}

.liuyan-box-2 .index-liuyan-right .item input:-ms-input-placeholder,
.liuyan-box-2 .index-liuyan-right .item textarea:-ms-input-placeholder {
    color: #fff;
}

.liuyan-box-2 .index-liuyan-right .btn-box {
    margin: 0;
}

.liuyan-box-2 .index-liuyan-right .btn-box .coolbg {
    font-size: 16px;
    line-height: 40px;
    border: solid 1px #fff;
    color: #fff;
    background: none;
    margin-right: 10px;
    width: 120px;
    cursor: pointer;
}

.liuyan-box-2 .index-liuyan-right .btn-box .tijiao {
    background: #fff;
    color: #4fcdc5;
}


/* 在线留言3 */

.index-liuyan-3-box {
    background: url(../img/liuyan-3-bg.jpg) no-repeat center center;
    overflow: hidden;
    color: #fff;
    padding: 50px 0 !important;
}

.index-liuyan-3-box .message #form {
    width: 100%;
    margin: 0;
    display: block;
}

.liuyan-3-box {}

.liuyan-3-bt {
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: bold;
}

.liuyan-3-bt .info {
    font-size: 16px;
    line-height: 1.7em;
    opacity: 0.7;
    margin-top: 10px;
    font-weight: normal;
}

.liuyan-3-box .message-box {
    font-size: 0;
    text-align: center;
}

.liuyan-3-box .message-box .item {
    color: #fff;
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin-right: 1%;
    text-align: left;
    width: 26%;
}

.liuyan-3-box .message-box .item .input-text {
    display: block;
    background: none;
    border: solid 1px #fff;
    line-height: 3em;
    padding: 0 15px;
    color: #000;
    font-size: 16px;
    width: 100%;
    background: rgba(255, 255, 255, .5);
}

.liuyan-3-box .message-box .item textarea.input-text {
    height: 3em;
    resize: none;
    overflow: hidden;
}

.liuyan-3-box .message-box .item input::-webkit-input-placeholder,
.liuyan-3-box .message-box .item input::-moz-placeholder,
.liuyan-3-box .message-box .item input:-moz-placeholder,
.liuyan-3-box .message-box .item input:-ms-input-placeholder {
    color: #fff;
}

.liuyan-3-box .message-box .btn-box {
    width: 160px;
    margin: 0;
}

.liuyan-3-box .message-box .btn-box .tijiao {
    display: block;
    width: 100%;
    font-size: 16px;
    background: #ffa235;
    line-height: 3em;
    text-align: center;
    color: #fff;
    border: none;
    border: solid 1px #ffa235;
}

@media screen and (min-width:480px) and (max-width:639px) {}

@media screen and (min-width:640px) and (max-width:719px) {}

@media screen and (min-width:720px) and (max-width:749px) {}

@media screen and (min-width:750px) and (max-width:799px) {}

@media screen and (min-width:800px) and (max-width:959px) {}

@media screen and (min-width:960px) and (max-width:1079px) {}

@media screen and (min-width:1080px) and (max-width:1199px) {}

@media screen and (min-width:1200px) and (max-width:1399px) {}

@media screen and (min-width:1400px) {}


/* 首页标题 */

.index-title-box-1 {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    color: #333;
}

.index-title-box-1s {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    color: #fff;
}

.index-title-box-1.bt2 {
    color: #fff;
    
}

.index-title-box-1 .title {
    font-size: 34px;
    position: relative;
    z-index: 2;
}

.index-title-box-1 .title span {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    border-radius: 100%;
    background: #000;
}

.index-title-box-1.bt2 .title span {
    background: #fff;
}

.index-title-box-1 .info {
    z-index: 1;
    font-size: 16px;
    font-family: en2;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    opacity: 0.3;
    margin-top: 10px;
}
.index-title-box-1s .title span {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    border-radius: 100%;
    background: #fff;
}

.index-title-box-2 {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    color: #333;
}

.index-title-box-2 .title {
    font-size: 28px;
}

.index-title-box-2.bt2 {
    color: #fff;
}

.index-title-box-2 p {
    font-family: en2;
    opacity: 0.1;
    font-size: 170px;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 45px;
    left: 0;
    text-transform: uppercase;
    line-height: 0em;
}

.index-title-box-2 span {
    display: block;
    width: 40px;
    height: 2px;
    background: #4fcdc5;
    margin: 15px auto;
}

.index-title-box-2 .info {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: lighter;
    opacity: 0.7;
}

.index-title-box-3 {
    padding-bottom: 50px;
    font-size: 30px;
    color: #333;
    display: flex;
    justify-content: center;
}

.index-title-box-3 .box {
    padding-left: 130px;
    background: url(../img/index-title-icon.png) no-repeat left center;
    height: 106px;
    margin-left: -60px;
}

.index-title-box-3 .box .title {
    font-weight: bold;
    padding-top: 20px;
}

.index-title-box-3 .box .info {
    font-size: 24px;
    text-transform: uppercase;
    opacity: 0.7;
    font-family: en2;
}

.index-bt-box {
    margin-bottom: 40px;
}

.index-bt-box .left {
    float: left;
}

.index-bt-box .left .title {
    font-size: 30px;
    color: #333;
}

.index-bt-box.bt2 .left .title {
    color: #fff;
}

.index-bt-box .left .title span {
    color: #4fcdc5;
}

.index-bt-box.bt2 .left .title span {
    color: #fff;
}

.index-bt-box .left p {
    display: block;
    width: 60px;
    height: 3px;
    background: #4fcdc5;
    margin: 13px 0 15px;
}

.index-bt-box.bt2 .left p {
    background: #fff;
}

.index-bt-box .left .info {
    font-size: 24px;
    text-transform: uppercase;
    color: #ccc;
    letter-spacing: 1px;
}

.index-bt-box.bt2 .left .info {
    color: #fff;
    opacity: 0.7;
}

.index-bt-box .right {
    float: right;
    margin-top: 30px;
}

.index-bt-box .right a {
    font-size: 16px;
    padding: 0 2em;
    display: inline-block;
    vertical-align: top;
    line-height: 2.7em;
    color: #666;
    border-radius: 2.7em;
    border: solid 1px #ccc;
    transition: 0.5s;
    margin-left: 30px;
}

.index-bt-box .right a:hover {
    border-color: #ffa235;
    color: #ffa235;
}

.index-bt-box.bt2 .right a {
    border-color: #fff;
    color: #fff;
    opacity: 0.7;
}

.index-bt-box.bt2 .right a:hover {
    opacity: 1;
}

.index-btn-box {
    text-align: center;
    padding-top: 50px;
    font-size: 0;
}

.index-btn-box a {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    color: #ffa235;
    background: #fff url(../img/m-iocn26.png) no-repeat 25px center / auto 60%;
    padding: 0 40px 0 60px;
    border-radius: 2.7em 0 0 2.7em;
    font-size: 18px;
    line-height: 2.7em;
    transition: 0.5s;
}

.index-btn-box a:hover {
    color: #fff;
    background: #ffa235 url(../img/m-iocn26.png) no-repeat 25px center / auto 60%;
}

.index-btn-box a p {}

.index-btn-box a+a {
    background: #fff;
    border-left: none;
    background: #fff url(../img/m-iocn6.png) no-repeat 25px center / auto 60%;
    border-radius: 0 2.7em 2.7em 0;
    margin-left: 1px;
}

.index-btn-box a+a:hover {
    background: #ffa235 url(../img/m-iocn6.png) no-repeat 25px center / auto 60%;
}

.pagess {
    clear: both;
    margin: 20px;
    overflow: hidden;
    margin-left: 0px;
    text-align: center;
    font-size: 12px
}

.pagess ul li {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 2px 9px;
    margin: 0 3px;
    line-height: 20px;
    background: #fff;
    color: #999
}

.pagess ul li:hover {
    background: #E12234;
    color: #fff;
    border: 1px solid #E12234
}

.pagess ul li:hover a {
    color: #fff;
}

.pagess ul li.thisclass {
    display: inline-block;
    border: 1px solid #E12234;
    padding: 2px 9px;
    margin: 0 3px;
    background: #E12234;
    color: #fff;
}

.pagess ul li.thisclass a {
    color: #fff;
}

.pagess ul li a {
    display: block;
    color: #999
}

.pagess ul li a:hover {
    color: #fff;
}

.pages {
    width: 100%;
    text-align: center;
    color: #999;
    margin: 20px;
}

.pages a,
.pages .cpb {
    text-decoration: none;
    text-align: center;
    padding: 5px 9px;
    border: 1px solid #ccc;
    background: #ffff;
    margin: 0 3px;
    font-size: 12px;
    color: #000;
}

.pages a:hover {
    background-color: #E12234;
    color: #fff;
    border: 1px solid #E12234;
    text-decoration: none;
}

.pages .cpb {
    font-weight: bold;
    color: #fff;
    background: #E12234;
    border: 1px solid #E12234;
}






.waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px; /*Fix for safari gap*/
    min-height: 100px;
    max-height: 150px;
}

.header-wave {
    position: relative;
}






/* Animation */
.parallax > use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

    .parallax > use:nth-child(1) {
        animation-delay: -2s;
        animation-duration: 7s;
    }

    .parallax > use:nth-child(2) {
        animation-delay: -3s;
        animation-duration: 10s;
    }

    .parallax > use:nth-child(3) {
        animation-delay: -4s;
        animation-duration: 13s;
    }

    .parallax > use:nth-child(4) {
        animation-delay: -5s;
        animation-duration: 20s;
    }

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}
