﻿/*共用样式*/
/*
 * Swiper 2.7.6
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: February 11, 2015
*/

.w1200{
    width: 12rem;
    margin: 0 auto;
}
.m-t-60{
    margin-top: 60px;
}
.overflow-hid{
    overflow: hidden;
}


/* ===============================================================
Basic Swiper Styles
================================================================*/
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    direction: ltr;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    /* Fix of Webkit flickering */
    z-index: 1;
}
.vjs-poster {
    background-size: cover !important;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0px,0,0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0px,0,0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0px,0,0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0px,0px);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0px,0,0);
    -ms-transition-timing-function: ease;
    transition-property: transform, left, top;
    transition-duration: 0s;
    transform: translate3d(0px,0,0);
    transition-timing-function: ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}



.swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
    /* Specify Swiper's Size: */
    /*width:200px;
	height: 100px;*/
}

.swiper-slide {
    /* Specify Slides's Size: */
    /*width: 100%;
	height: 100%;*/
}

.swiper-slide-active {
    /* Specific active slide styling: */
}

.swiper-slide-visible {
    /* Specific visible slide styling: */
}
/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
    /* Stylize pagination button: */
}

.swiper-active-switch {
    /* Specific active button style: */
}

.swiper-visible-switch {
    /* Specific visible button style: */
}

.pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.swiper-pagination-switch {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: none;
    border: 2px solid #fff;
    border-radius: 100%;
    margin: 0px 5px;
}

.swiper-active-switch {
    opacity: 1;
    background: #a62128;
    border: 2px solid #a62128;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    box-sizing: border-box;
}

html, body {
    -webkit-text-size-adjust: none;
    font-family: "微软雅黑" !important;
}

html {
    font-size: 625%;
}

body {
    color: #666666;
    margin: 0;
    background: #fff;
    line-break: 100%;
    font-family: "微软雅黑";
    font-size: 14px;
    font-size: 0.14rem;
    overflow-x: hidden;
}

.clear {
    clear: both;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}

th, td {
    border-collapse: collapse;
}
a {
    color: #333333;
}
a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

img {
    vertical-align: middle;
    border: 0; /*添加以下属性是解决图片在微信浏览器下默认转换效果造成页面模糊*/
    -webkit-transform: scale(1)rotate(0)translate3d(0, 0, 0);
    transform: scale(1)rotate(0)translate3d(0, 0, 0);
    display: inline-block;
    outline: none;
    max-width: 100%;
    height: auto;
}

div, p, img, ul, ol, li, form, input, label, span, dl, dt, dd, h1, h2, h3, h4, h5, h6, input, button, figure {
    margin: 0;
    padding: 0;
}

ol, ul, li {
    list-style-type: none;
}

input[type=button] {
    -webkit-appearance: none;
    outline: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
    -webkit-appearance: none;
}

a, input {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
textarea {
    font-family: "微软雅黑";
}

button {
    cursor: pointer;
}

.clear {
    clear: both;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold!important;
}
.fr-wrapper > div[style*='z-index:9999;width:100%;position:relative'] {
    position: absolute;
    top: -10000px;
    height: 0px;
    display: none;
    opacity: 0;
}

.fr-wrapper > div[style*='width: 100%; position: relative; z-index: 9999;'] {
    position: absolute;
    top: -10000px;
    height: 0px;
    display: none;
    opacity: 0;
}

.fr-box.fr-basic .fr-element {
    margin-top: -30px;
}

.second-toolbar a {
    display: none;
}

.fr-box.fr-basic .fr-element {
    margin-top: 0;
}
.banner .swiper-container a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
}

.ly_link_title {
    width: 100%;
    height: auto;
    padding: 0.3rem 0;
}
.ly_link_title span {
    display: block;
    text-align: center;
    font-size: 0.24rem;
    font-weight: 600;
}
.ly_link_lsummary {
    width: 100%;
    height: 0.3rem;
    line-height: 0.3rem;
    background: #e5e5e5;
    margin-bottom: 0.3rem;
}
.ly_link_lsummary p {
    text-align: center;
}
.ly_link_ltext {
    padding-left: 0.2rem;
    padding-right: 0.1rem;
}
.ly_link_ltext p {
    margin-bottom: 0.15rem;
    font-size: 0.18rem;
    font-weight: 600;
}
.ly_link_ltext ul {
    padding-left: 0.2rem;
}
.ly_link_ltext ul li {
    float: left;
    width: 33%;
    height: 0.25rem;
    line-height: 0.25rem;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.ly_link_ltext ul li a:hover {
    color: #1b6d8c;
}
/**
page start 2020-01-19
*/
.pages {
    font-size: 0.14rem;
    color: #ccc;
    text-align: center;
    padding-top: 0.6rem;
    padding-bottom: 0.15rem;
    clear: both;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
}
.pages .prev {
    float: inherit
}

.pages .curr {
    color: #fff;
    background: #1b6d8c;
    font-size: 0;
}

.pages .curr a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    cursor: text;
    border: 1px solid #ececec;
    background: #1b6d8c;
    border-radius: 0.02rem
}

.pages .curr a:hover {
    background-color: #1b6d8c;
    color: #fff;
    text-decoration: none;
}

.pages a , .pages span {
    color: #666;
    text-decoration: none;
    border: 1px solid #CCC /*#ececec*/;
    border-radius: 0.02rem;
    font-size: 0.14rem;
    font-family: '宋体';
    height: 0.4rem;
    line-height: 0.4rem;
    display: inline-block;
    padding: 0 0.15rem;
    margin: 0 0.02rem;
}
.pages span{
    background: #1b6d8c;
    color: #fff;
}

.pages a:hover {
    background-color: #1b6d8c;
    color: #fff;
    text-decoration: none;
}

.pages span {
    margin: 0 0.02rem;
}

.pages .pagesTxt {
    height: 0.38rem;
    border: 1px solid #CCC /*#ececec*/;
    width: 0.45rem;
    text-align: center;
    margin-left: 0.2rem;
    font-size: 0.14rem;
    font-family: 'Microsoft YaHei';
    outline: none;
    vertical-align: top;
}

pages .pagesTxt:-moz-placeholder {
    color: #999;
}

pages .pagesTxt::-moz-placeholder {
    color: #999;
}

.pages .pagesTxt:-ms-input-placeholder {
    color: #999 !important;
}

.pages .pagesTxt::-webkit-input-placeholder {
    color: #999 !important;
}

.pages .pagesBtn {
    height: 0.38rem;
    border: none;
    width: 0.4rem;
    background: rgba(0,0,0,0.5);
    color: #fff;
    padding: 5px;
    padding: 0.05rem;
    vertical-align: top;
}
/**
    page end 2020-01-19
*/
/**
    header and banner and footer
    header top start 2020-01-17
*/
.ly_hd_header {
    width: 100%;
    height: auto;
    position: relative;
}
.ly_hd_header_top {
    width: 100%;
    height: 0.35rem;
    background: #f4f4f4;
    position: relative;
    z-index: 100;
}
.ly_content {
    max-width: 1200px;
    width: 12rem;
    min-width: 12rem;
    margin: 0 auto;
    position: relative;
    background: none;
    zoom: 1;
}

.ly_content::after {
    content: "";
    display: block;
    visibility: hidden;
    opacity: 0;
    clear: both;
}
.ly_hd_header_title {
    height: 0.35rem;
    line-height: 0.35rem;
    float: left;
    font-size: 0.12rem;
    color: #666666;
}
.ly_hd_header_top_list {
    width: auto;
    float: right;
    text-align: right;
    height: 0.35rem;
}
.ly_hd_header_top_list > li {
    width: auto;
    height: 0.35rem;
    line-height: 0.35rem;
    float: left;
}
.ly_hd_header_top_list > li > div, .ly_hd_header_top_list > li > a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0.12rem;
    color: #666666;
    padding-left: 0.08rem;
    position: relative;
    cursor: pointer;
}
.ly_hd_header_top_list > li a:hover, .ly_hd_header_top_list > li > div:hover {
    color: #1b6d8c;
}
.ly_hd_header_top_list > li a span, .ly_hd_header_top_list > li > div span {
    font-size: 0.12rem;
    color: #666666;
    margin-left: 0.06rem;
}
.ly_hd_header_top_username span {
    font-size: 0.12rem;
    color: #666666;
    margin-left: 0.06rem;
}
.ly_hd_header_top_username a > span:nth-child(1) {
    display: inline-block;
    width: 0.2rem;
    position: relative;
    overflow: hidden;
}
.ly_hd_header_top_username a > span:nth-child(1) img {
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 50%;
}

.ly_hd_header_top_username a > span:nth-child(2) {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 0 !important;
    line-height: 0.32rem;
}

.ly_hd_header_top_username a > span:nth-child(3) {
    overflow: hidden;
    display: inline-block;
}

.ly_hd_header_message {
    display: inline-block;
    width: 0.25rem;
    height: 0.23rem;
    position: relative;
    background: url(../images/lib_sprites.png)no-repeat;
    vertical-align: middle;
    overflow: hidden;
    background-size: 2rem 3.25rem;
    background-position: -1.78rem -1.16rem;
}
.ly_hd_header_msgTip {
    display: none;
    width: 0.2rem;
    height: 0.2rem;
    position: absolute;
    top: 0.04rem;
    left: 0.31rem;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 0.12rem;
    color: #fff;
    background: #1b6d8c;
    overflow: hidden;
    text-align: center;
    line-height: 0.18rem;
    font-weight: normal;
}
.ly_hd_header_top_list li:hover .ly_hd_header_email{
    display: block;
}
.ly_hd_header_email {
    display: none;
}
.ly_hd_header_email li {
    background: #f4f4f4;
    text-align: center;
    height: 0.25rem;
    line-height: 0.25rem;
}
.ly_hd_header_email li a {
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 0;
    font-size: 0.12rem;
    color: #666666;
}
.ly_hd_header_wechat:hover div{
    display: block;
}
.ly_hd_header_wechat div {
    display: none;
    width: 1.8rem;
    height: auto;
    background: #fff;
    position: absolute;
    z-index: 9;
    top: 0.35rem;
    left: 50%;
    margin-left: -0.9rem;
}
.ly_hd_header_wechat div img {
    width: 100%;
}
/**
    header top end
    header middle start lzh 2020-01-17
*/
.ly_hd_header_search {
    width: 100%;
    height: 1.05rem;
    background: #fff;
}
.ly_hd_header_search_logo {
    width: 3.5rem;
    height: 0.95rem;
    float: left;
    padding-bottom: 0.1rem;
    margin-top: 0.1rem;
}
.ly_hd_header_search_logo span {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.ly_hd_header_search_logo a > img {
    margin-top: 26px;
    height: 0.5rem;
    margin-right: 0.05rem;
    vertical-align: top;
}

.logo_content {
    display: inline-block;
    margin-top: 0.3rem;
    /*border-left: 1px solid #D2D2D2;*/
    display: none;
}
.logo_content p {
    margin-left: 0.1rem;
    height: 0.2rem;
    line-height: 0.2rem;
}
/*.logo_content p:last-child {*/
/*    font-size: 0.16rem;*/
/*}*/
.logo_content .logo_title {
    margin-left: 0.1rem;
    font-size: 0.25rem;
    /*font-weight: bold;*/
    font-family: Georgia;
    letter-spacing: 0.03rem;
}
.ly_hd_header_search_main {
    width: 4.65rem;
    height: 1.05rem;
    float: left;
    position: relative;
    margin-left: 1.2rem;
}
.ly_hd_header_search_main_top {
    width: 100%;
    /*height: 0.16rem;*/
    font-size: 0.12rem;
    margin-top: 0.15rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.ly_hd_header_search_main_top span {
    color: #1b6d8c;
}
.ly_hd_header_search_main_top a {
    font-size: 0.12rem;
    color: #666666;
    margin-right: 0.2rem;
    text-decoration: underline;
}

.ly_hd_header_search_main_top a:hover{
    color: #1b6d8c;
}
.ly_hd_header_search_main_bottom {
    width: 100%;
    position: relative;
    margin-top: 0.1rem;
}
.ly_hd_header_search_main_box {
    border: 2px solid #1b6d8c;
    height: 0.45rem;
    width: 100%;
}
.ly_hd_header_search_main_box div:hover .select_option{
    display: block;
}
.ly_hd_header_search_main_box > div {
    height: 100%;
    color: #999999;
    width: 22%;
    line-height: 0.4rem;
    float: left;
    position: relative;
    font-size: 0.14rem;
}
.ly_hd_header_search_main_box .select_showbox {
    height: 100%;
    background: url(../images/search_ico.png)no-repeat 0.6rem center;
    text-indent: 1.1em;
    color: #666;
    line-height: 0.4rem;
    cursor: pointer;
}
.ly_hd_header_search_main_box .select_option {
    border: 2px solid #1b6d8c;
    border-top: none;
    left: -2px;
    top: 0.41rem;
    position: absolute;
    z-index: 100;
    background: #fff;
    display: none;
}
.ly_hd_header_search_main_box .select_option li {
    text-indent: 1.5em;
    width: 0.9rem;
    cursor: pointer;
    color: #666;
}
.ly_hd_header_search_main_box .select_option li:hover {
    background-color: #F3F3F3;
    color: #666;
}
.ly_hd_header_search_main_box .select_option li.selected {
    background-color: #F3F3F3;
}
.ly_hd_header_search_main_box select {
    display: none;
    position: relative;
}
.ly_hd_header_search_main_box input {
    outline: none;
    width: 60%;
    height: 100%;
    font-size: 0.14rem;
    border: none;
    background: none;
    line-height: 0.4rem;
    float: left;
}
.ly_hd_header_search_main_box .sub-btn{
    float: right;
    width: 18%;
    height: 100%;
    line-height: 0.4rem;
    text-align: center;
    vertical-align: bottom;
    background: #1b6d8c;
    border: none;
    cursor: pointer;
}
.ly_hd_header_search_main_box .sub-btn span {
    display: inline-block;
    width: 0.22rem;
    height: 0.22rem;
    background-image: url(../images/spiritmap.png);
    background-repeat: no-repeat;
    background-position: -47px -456px;
    vertical-align: middle;
}

.ly_hd_header_search_chat {
    float: right;
    text-align: right;
    height: 0.95rem;
    margin-top: 0.1rem;
}
.ly_hd_header_search_chat > div {
    width: 1rem;
    height: 1.05rem;
    line-height: 1.05rem;
    text-align: left;
    font-size: 0.14rem;
    color: #666;
    display: inline-block;
    cursor: pointer;
    margin-right:0.2rem;
}
.ly_hd_header_search_chat > a{
    color:#666;
}
.ly_hd_header_search_chat > div span {
    display: inline-block;
    width: 0.38rem;
    height: 0.38rem;
    background-image: url(../images/spiritmap.png);
    background-repeat: no-repeat;
    /*background-position: 0 -310px;*/
    background-position: -56px -310px;
    vertical-align: middle;
    float: right;
    margin-top: 0.33rem;
}
.ly_hd_header_search_chat > div:hover, .ly_hd_header_search_chat a:hover {
    color: #1b6d8c;
}
.ly_hd_header_search_chat > div:hover span {
    background-image: url(../images/spiritmap.png);
    background-repeat: no-repeat;
    background-position: -56px -310px;
}
.ly_hd_header_search_chat > span {
    width: 1rem;
    height: 1.05rem;
    line-height: 1.05rem;
    font-size: 0.14rem;
    color: #666;
    display: inline-block;
    margin-left: 0.2rem;
    text-align: left;
    cursor: pointer;
}
.ly_hd_header_search_chat > a span {
    display: inline-block;
    width: 0.37rem;
    height: 0.37rem;
    /*background: url(../images/db9fdfbd14046bf2c900c26ae422a15e.png);*/
    background: url("../images/ae37da8c3612db894454e07b2f26b061.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    vertical-align: middle;
    float: right;
    margin-top: 0.32rem;
    margin-left:0.05rem;
    /*z-index: 10;*/
}

/*.ly_hd_header_search_chat > a:hover span {*/
/*    background-image: url(../images/spiritmap.png);*/
/*    background-repeat: no-repeat;*/
/*    background-position: -274px -310px;*/
/*}*/
/**
header middle end
header bottom/nav start lzh 2020-01-17
*/
nav {
    width: 100%;
    height: 0.6rem;
    position: absolute;
    left: 0rem;
    top: 1.4rem;
    z-index: 50;
    background: rgba(24, 114, 181 , 0.95);
}
nav ul {
    width: 12rem;
    height: auto;
    margin: 0 auto;
    position: relative;
}

nav ul::after{
    content: "";
    display: block;
    opacity: 0;
    visibility: hidden;
    clear: both;
}
nav ul li {
    width: 1.7rem;
    /*width: 2rem;*/
    height: 0.6rem;
    text-align: center;
    float: left;
    text-align: center;
    position: relative;
}
nav ul li:hover {
    background: #1b6d8c;
}
nav ul li a {
    width: 100%;
    display: block;
    height: 100%;
    text-align: center;
}
nav ul li a.active {
    background: #1b6d8c;
}
nav ul li a p {
    font-size: 0.15rem;
    color: #ffffff;
    height: 0.6rem;
    line-height: 0.6rem;
}
nav ul li a span {
    font-size: 0.12rem;
    color: #fff;
    display: block;
    padding-top: 0.08rem;
    font-family: Arial;
    text-transform: uppercase;
}
.ly_hd_nav_menu {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 20;
    display: none;
    max-height: 4.4rem;
}
.ly_hd_nav_menu > div {
    width: 1.7rem;
    /*width: 2rem;*/
    background: #b1adaa;
    height: 0.6rem;
    overflow: hidden;
}

.ly_hd_nav_menu_left {
    width: 1.7rem;
    /*width: 2rem;*/
    height: 0.6rem;
    float: left;
}
.ly_hd_nav_banner:hover .ly_hd_nav_menu_left a {
    background: #2081a6;
    color: #fff;
}
.ly_hd_nav_menu_left a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 0.6rem;
    overflow: hidden;
    font-size: 0.14rem;
    color: #ffffff;
    background: #1b6d8c;
}
.ly_hd_nav_menu_right {
    width: 4rem;
    background: #e5e5e5;
    min-height: 2rem;
    height: auto !important;
    left: 1.7rem;
    /*left: 2rem;*/
    overflow-y: scroll;
    display: none;
    position: absolute;
    top: 0;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    box-shadow: #666 5px 5px 5px 0px;
}
.ly_hd_nav_menu_right::-webkit-scrollbar {
    display: none;
}
.ly_hd_nav_menu_right_box {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    padding: 0rem 0rem 0.2rem 0rem;
    overflow: hidden;
}
.ly_hd_nav_menu_right_box_bt {
    width: 3.6rem;
    height: auto;
    float: left;
    text-align: left;
    border-right: 1px solid #e4e4e4;
    padding-left: 0.35rem;
}
.ly_hd_nav_menu_right_box_bt .nav_menu_list_title, .ly_hd_nav_menu_right_box_bt h3 {
    /*font-weight: bold;*/
    margin-top: 0.2rem;
}
.ly_hd_nav_menu_right_box_bt .nav_menu_list_title a, .ly_hd_nav_menu_right_box_bt h3 a {
    width: 100%;
    display: inline-block;
    height: 100%;
    font-size: 0.15rem;
    /*font-weight: bold;*/
    /*color: #1b6d8c;*/
    text-align: left;
}
.nav_menu_list_title a:hover{
    color:#05b3d2;
}
.ly_bncc_dian {
    display: inline-block;
    width: 10px;
    height: 10px;
    color: #05b3d2;
    font-size: 32px;
    padding: 0;
    vertical-align: middle;
    text-align: center;
    line-height: 10px;
    margin-right: 0.1rem;
}
.ly_hd_nav_menu_right_box_tree a {
    font-size: 0.14rem;
    color: #333333;
    margin-top: 0.1rem;
    line-height: inherit;
    background: none;
    padding-left: inherit;
    display: inline-block;
    width: auto;
    height: auto;
    padding-right: 0px;
    float: none;
    text-align: inherit;
    border-right: 1px solid #dcdcdc;
    padding: 0rem 0.05rem;
    height: 0.15rem;
    line-height: 0.14rem;
}

.ly_hd_nav_menu_right_block {
    overflow: hidden;
    padding-top: 0.1rem;
}

.ly_hd_nav_menu_right_block a {
    width: 50%;
    float: left;
    text-align: left;
    padding-left: 0.3rem;
    border: none;
    margin-top: 0.15rem;
}


.ly_hd_nav_menu_right_box_img1, .ly_hd_nav_menu_right_box_img2 {
    width: 3rem;
}
.ly_hd_nav_menu_right_img1, .ly_hd_nav_menu_right_img2 {
    width: 3rem;
}
.ly_hd_nav_menu_right_img1{
    margin-top: 0.2rem;
}
.ly_hd_nav_menu_right_img2 {
    margin-top: 0.2rem;
}
.ly_hd_nav_menu_right_box_img1 {
    margin-top: 0.2rem;
}
.ly_hd_nav_menu_right_box_img2 {
    margin-top: 0.2rem;
}
.ly_hd_nav_menu_right_box_tree a:hover {
    color: #1b6d8c !important;
}
.ly_hd_nav_menu_right_gngw {
    width: 4rem !important;
}
.microor{
    float:right;
}
.ly_hd_nav_menu_right_gngw .ly_hd_nav_menu_right_box_bt {
    padding-left: 0.2rem !important;
    border: none !important;
    width: 100% !important;
    padding-right: 0.1rem;
}

.ly_product_anclass {
    min-width: 100% !important;
}
.ly_banner_nav_box {
    display: none;
    min-width: 100%;
    background: #404040;
    border: 1px solid #fff;
    padding: 0.2rem;
    position: absolute;
    z-index: 1;
    top: 0.39rem;
    padding-top: 20px;
    margin-top: 0px;
    padding-bottom: 20px;
    margin-bottom: 0px;
    width:100%;
}

.ly_banner_nav_box a {
    display: block;
    font-size: 0.14rem;
    color: #fffefe;
    margin-bottom: 0.1rem;
    line-height: inherit;
}

.ly_banner_nav_biao {
    max-width: 6rem;
    height: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/**
    header bottom/nav end
    header banner start lzh 2020-01-17
*/
.ly_banner_nav {
    width: 100%;
    height: auto;
    background: rgba(0,0,0,0.5);
    margin-top: -0.5rem;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 2;
}
.ly_banner_nav:before{
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    opacity: 0;
}

.ly_banner_nav > div {
    max-width: 12rem;
    min-width: 12rem;
    height: auto;
    margin: 0 auto;
    white-space: nowrap;
}

.ly_banner_nav b {
    font-weight: normal;
    font-style: normal;
    font-size: 0.14rem;
    color: #fffefe;
    float: left;
    line-height: 0.5rem;
}

.ly_banner_nav ul {
    display: inline-block;
    float: left;
    white-space: nowrap;
}

.ly_banner_nav ul li {
    display: inline-block;
    float: left;
    position: relative;
}

.ly_banner_nav ul li a {
    font-size: 0.14rem;
    color: #fffefe;
    line-height: 0.5rem;
}

.ly_banner_nav ul li span {
    display: inline-block;
    font-size: 0.16rem;
    color: #fffefe;
    margin: 0px 0.25rem;
}
.ly_banner_nav ul li.ly_standard_allName {
    float: right;
    max-width: 6.8rem;
}
.ly_banner_nav ul li.ly_standard_allName span {
    padding: 0 0.25rem;
    margin: 0;
}
.ly_banner_nav ul li.ly_standard_allName a {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.ly_banner_wrap {
    width: 100%;
    height: 5rem;
    height: calc(100vw/3.8);
    height: -webkit-calc(100vw/3.8);
    height: -moz-calc(100vw/3.8);
    position: relative;
}


.ly_banner_wrap img, .index_banner img {
    width: 100%;
    height: 100%;
}

.ly_banner_nav ul li .ly_banner_nav_box a {
    display: block;
    font-size: 0.14rem;
    color: #fffefe;
    margin-bottom: 0.1rem;
    line-height: inherit;
    overflow: hidden;
}

.ly_banner_nav ul li .ly_banner_nav_box a:hover {
    color: #40ffff;
    text-decoration: underline;
}

.ly_banner_nav .ly_banner_nav_menu {
    font-size: 0.14rem;
    color: #fffefe;
    display: inline-block;
    position: relative;
    z-index: 2;
    line-height: 0.3rem;
    margin-top: 0.09rem;
    padding: 0px 0.5rem 0px 0.14rem;
    border: 1px solid #fff;
    background: url(../images/icon19.png) no-repeat 90% center;
    background-size: 0.1rem 0.07rem;
}

.ly_banner_nav .current {
    background: #404040 url(../images/icon19.png) no-repeat 90% center;
    border-bottom: none;
    background-size: 0.1rem 0.07rem;
}
.ly_banner_pagination {
    width: 2rem;
    position: absolute;
    z-index: 20;
    right: 1rem;
    bottom: 10px;
    text-align: center;
    cursor: pointer;
}
.ly_banner_text {
    position: absolute;
    text-align: left;
    left: 0px;
    font-size: 0.14rem;
    color: #ffffff;
    bottom: 0px;
    z-index: 2;
    background: rgba(0,0,0,0.52);
    width: 100%;
    height: 0.5rem;
    line-height: 0.5rem;
}
.ly_banner_text span {
    font-size: 0.14rem;
    color: #ffffff;
    margin-left: 0.05rem;
    text-align: left;
    display: inline-block;
}
/**
    header banner end  lzh 2020-01-17
    layout and footer  lzh 2020-01-18
*/
.bshare-custom {
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    right: 0.05rem;
    top: 0;
    border-radius: 50%;
    display: block;
    opacity: 0;
    z-index: 1;
}

.bshare-custom a {
    width: 100%;
    height: 100% !important;
}

/**
wechat shared start    lzh 2020-01-18
*/
.wechat_share_img {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
}

.wechat_share_yy {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.2);
}

.wechat_share_content {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -1.5rem;
    margin-top: -1.75rem;
    background: #fff;
}

.wechat_share_title {
    width: 100%;
    height: 0.35rem;
    line-height: 0.35rem;
    font-size: 0.16rem;
    padding-left: 0.1rem;
    border-bottom: 1px solid #ccc;
}

.wechat_share_title span {
    color: #1b6d8c;
    margin-left: 0.05rem;
}

.wechat_share_title img {
    width: 0.2rem;
    float: right;
    margin-top: 0.07rem;
    margin-right: 0.1rem;
    cursor: pointer;
}

.wechat_share_imgwidth {
    width: 100%;
    height: 100%;
    padding: 0.2rem;
}
.wechat_share_imgwidth{
    height: 100%;
    width: 100%;
}
/**
wechat shared end  lzh 2020-01-18
login model start lzh  2020-01-19
*/
.ly_login_wrap {
    display: none;
    width: 4.9rem;
    margin: 0 auto;
}
.ly_login_content {
    width: 4.9rem;
    height: 5.5rem;
    background: #fff;
    padding: 0.3rem 0.39rem 0px 0.39rem;
}
.ly_login_title {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 0.15rem;
    overflow: hidden;
}
.ly_login_title ul {
    width: 100%;
    height: auto;
}
.ly_login_title ul li {
    width: 1rem;
    height: 0.5rem;
    line-height: 0.5rem;
    color: #505050;
    font-size: 0.18rem;
    float: left;
    text-align: left;
    cursor: pointer;
    margin-right: 0.2rem;
}
.ly_login_title ul li:hover {
    color: rgba(5,179,210,0.95);
    border-bottom: 0.02rem solid #05b3d2;
}
.ly_login_title ul li.lactive {
    color: rgba(5,179,210,0.95);
    border-bottom: 0.02rem solid #05b3d2;
}
.ly_login_form {
    width: 100%;
    margin-top: 0.25rem;
}
.ly_login_code {
    width: 100%;
    display: block;
}
.ly_login_phone {
    display: none;
    width: 100%;
}
.ly_login_list {
    width: 100%;
    margin-bottom: 0.35rem;
    overflow: hidden;
}
.ly_login_list button {
    width: 100%;
    height: 0.6rem;
    line-height: 0.6rem;
    display: block;
    text-align: center;
    background: rgba(5,179,210,0.95);
    border: 1px solid rgba(5,179,210,0.95);
    transition: all 0.3s linear;
    color: #fff;
    font-size: 0.22rem;
    border-radius: 0.03rem;
}
.ly_login_input_phone {
    width: 100%;
    height: 0.6rem;
    background: #f3f3f3;
    border: none;
    font-size: 0.16rem;
    color: #999999;
    padding-left: 0.2rem;
}
.ly_login_input_code {
    width: 2.2rem;
    height: 0.6rem;
    background: #f3f3f3;
    border: none;
    font-size: 0.16rem;
    color: #999999;
    padding-left: 0.2rem;
}
.ly_login_input_captcha img {
    width: 1.75rem;
    height: 0.6rem;
    margin-left: 0.1rem;
}
.ly_login_input_smscode {
    width: 2.2rem;
    height: 0.6rem;
    background: #f3f3f3;
    border: none;
    font-size: 0.16rem;
    color: #999999;
    padding-left: 0.2rem;
}
.ly_login_input_smscodebtn {
    display: inline-block;
    width: 1.75rem;
    cursor: pointer;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    border: none;
    background: rgba(5,179,210,0.95);
    font-size: 0.16rem;
    color: #fff;
    margin-left: 0.12rem;
}
.ly_login_mgtop-20 {
    margin-top: -0.2rem;
}
.ly_login_list_left {
    float: left;
    width: 2.2rem;
}
.ly_login_list_left input {
    display: none;
}
.ly_login_list_left span {
    font-size: 0.16rem;
    color: #777777;
    vertical-align: top;
}
.ly_login_list_left label {
    background-color: #f3f3f3;
    border-radius: 0.25rem;
    display: inline-block;
    position: relative;
    margin-right: 0.05rem;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    width: 0.5rem;
    height: 0.2rem;
    cursor: pointer;
}
.ly_login_list_right {
    float: right;
    text-align: right;
}


.ly_login_list_left_ck + label {
    background-color: #f3f3f3;
    border-radius: 0.25rem;
    display: inline-block;
    position: relative;
    margin-right: 0.05rem;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    width: 0.5rem;
    height: 0.2rem;
    cursor: pointer;
}

.ly_login_list_left_ck + label:after {
    content: ' ';
    position: absolute;
    top: 0;
    -webkit-transition: box-shadow 0.1s ease-in;
    transition: box-shadow 0.1s ease-in;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    box-shadow: inset 0 0 0 0 #eee, 0 0 1px rgba(0,0,0,0.4);
}

.ly_login_list_left_ck + label:before {
    content: ' ';
    position: absolute;
    background: white;
    top: 1px;
    left: 1px;
    z-index: 999999;
    width: 0.18rem;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    height: 0.18rem;
    border-radius: 1rem;
    box-shadow: 0 0.03rem 1px rgba(0,0,0,0.05), 0 0px 1px rgba(0,0,0,0.3);
}

.ly_login_list_left_ck:active + label:after {
    box-shadow: inset 0 0 0 0.2rem #eee, 0 0 1px #eee;
}

.ly_login_list_left_ck:active + label:before {
    width: 0.37rem;
}

.ly_login_list_left_ck:checked:active + label:before {
    width: 0.37rem;
    left: 0.2rem;
}

.ly_login_list_left_ck + label:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.ly_login_list_left_ck:checked + label:before {
    content: ' ';
    position: absolute;
    left: 0.31rem;
    border-radius: 1rem;
    z-index: 1;
}

.yp-riddler-mark {
    /*display: none !important;*/
    color: #e8e3e3 !important;
}

.ly_login_list_left_ck:checked + label:after {
    content: ' ';
    font-size: 1.5em;
    position: absolute;
    background: rgba(5,179,210,0.95);
    box-shadow: 0 0 1px #e21939;
}
.ly_login_list_right {
    float: right;
    text-align: right;
}
.ly_login_list_right span {
    font-size: 0.16rem;
    color: #777777;
}

.ly_login_bottom {
    width: 100%;
}
.ly_login_bottom_third {
    text-align: center;
    font-size: 0.16rem;
    color: #505050;
    background: url(../images/xian.png) no-repeat center center;
    background-size: 4.1rem 1px;
}
.ly_login_bottom_text {
    text-align: center;
    margin-top: 0.25rem;
}
.ly_login_bottom_text span:nth-child(1) {
    background: url(../images/icon39.png) no-repeat;
    width: 0.6rem;
    height: 0.6rem;
    display: inline-block;
    background-size: 0.6rem 0.6rem;
}
.ly_login_bottom_text a:nth-child(2) {
    background: url(../images/icon40.png) no-repeat;
    width: 0.6rem;
    height: 0.6rem;
    margin-left: 0.3rem;
    display: inline-block;
    background-size: 0.6rem 0.6rem;
}
/**
    login model end  lzh 2020-01-18
    set password start lzh  2020-01-19
*/
.ly_password_set_wrap {
    background: #fff;
    display: none;
}
.ly_password_tel {
    width: 100%;
    height: auto;
    padding: 0.2rem;
}
.ly_password_tel span {
    display: inline-block;
    font-size: 0.16rem;
    color: #333333;
}
.ly_password_tel form {
    width: 100%;
    height: auto;
    margin: 0.05rem 0rem;
}
.ly_password_tel input {
    width: 3rem;
    height: 0.5rem;
    background: #f3f3f3;
    padding-left: 0.18rem;
    font-size: 0.14rem;
    color: #999999;
    border: 1px solid #c10728;
}
.ly_password_tel button {
    width: 1rem;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    color: #fff;
    font-size: 0.14rem;
    background: #c10728;
    border: none;
    margin-left: 0.05rem;
}
/**
    set password end  lzh 2020-01-19
    ret password start lzh  2020-01-19
*/
.ly_password_ret_pass {
    display: none;
}
.ly_login_form {
    width: 100%;
    height: auto;
    margin-top: 0.25rem;
}
.ly_password_ret_content {
    width: 100%;
    height: auto;
    padding: 0.2rem;
}
/**
    ret password end  lzh 2020-01-19
    phone tel start lzh  2020-01-19
*/
.ly_tel_phone_wrap {
    background: #fff;
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
    box-shadow: 0 2px 4px #ccc;
}
.ly_tel_phone_content {
    width: 100%;
    padding: 0.2rem;
}
.ly_tel_phone_title {
    display: inline-block;
    font-size: 0.16rem;
    color: #333333;
}
.ly_tel_phone_content p {
    color: #999999;
    font-size: 0.12rem;
    line-height: 0.28rem;
}
.ly_tel_phone_content form {
    width: 100%;
    height: auto;
    margin: 0.05rem 0rem;
}
.ly_tel_phone_content form input {
    width: 3rem;
    height: 0.5rem;
    background: #f3f3f3;
    padding-left: 0.18rem;
    font-size: 0.14rem;
    color: #999999;
    border: 1px solid rgb(5, 179, 210);
}
.ly_tel_phone_content form button {
    width: 2rem;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    color: #fff;
    font-size: 0.14rem;
    background: rgb(5, 179, 210);
    border: none;
    margin-left: -0.05rem;
    vertical-align: bottom;
}
/**
    phone to end  lzh 2020-01-19
    hongbao start lzh  2020-01-19
*/
.layout_hongbao {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.layout_yy {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.36);
}

.layout_img {
    position: absolute;
    width: 3rem;
    left: 50%;
    top: 50%;
    margin-top: -1.62rem;
    margin-left: -1.5rem;
}

.layout_close {
    width: 0.25rem;
    position: absolute;
    right: 0.2rem;
    top: 0.2rem;
    z-index: 1;
    cursor: pointer;
}

.layout_close img {
    width: 0.25rem;
}

.layout_hongbao_img {
    width: 3rem;
    height: 3.24rem;
}

.layout_hongbao_href {
    display: inline-block;
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 50%;
    position: absolute;
    left: 1.05rem;
    top: 1.62rem;
}
b.ly_hd_bz{
    font-weight:normal;
    padding:0 0.02rem;
}
/**
    hongbao end  lzh 2020-01-19
*/

#editor em, .fr-emoticon {
    width: 0.2rem;
    height: 0.2rem;
    display: inline-block;
    vertical-align: middle;
}
.ly_jingwang {
    width: 300px;
    margin: 0 auto;
    padding: 20px 0;
}
.ly_jingwang img{
    vertical-align:top;
    float:left;
}
.ly_anbei {
    display: inline-block;
    text-decoration: none;
    height: 20px;
    line-height: 20px;
}
.ly_anbei p {
    float: left;
    height: 20px;
    line-height: 20px;
    margin: 0px 0px 0px 5px;
    color: #939393;
}

.searchlayout{
    margin-top: 60px;
    background: #F5F5F5;
}
.banners {

}

.p_daohan {
    width: 100%;
    height: auto;
    background: none;
}

.p_list {
    width: 12rem;
    margin: 0 auto;
    white-space: nowrap;
}
.pro_li {
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.14rem;
    display: inline-block;
}

.pro_li span {
    font-size: 0.16rem;
    font-family: 宋体;
    padding: 0 0.1rem;
}


.pro-cate-area{
    background: #FFF;
    position: relative;
}
.pro-cate-area .pro-cate-attr {
    width: 1152px;
    margin: 0 auto;
    position: relative;
    border-bottom: 1px solid #eaeaea;
}
.pro-cate-area .pro-cate-attr .pro-cate-area-a:last-child{
    border-bottom: none;
}
.pro-cate-area .p-title {
    float: left;
    text-align: left;
    width: 106px;
    color: #666;
    height: 48px;
    line-height: 48px;
}
.pro-cate-area .p-values {
    float: left;
    width: 1046px;
    position: relative;
}
.pro-cate-area .p-expand {
    width: 985px;
    max-height: 105px;
    overflow: auto;
    overflow-x: hidden;
}
.pro-cate-area .pro-cate-attr .p-single {
    line-height: 48px;
}
.pro-cate-area .pro-cate-attr .p-single li {
    float: left;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 20px;
    position: relative;
    padding-left: 10px;
}
.pro-cate-area .pro-cate-attr .p-expand li a {
    color: #333;
    display: inline-block;
}
.pro-cate-area .pro-cate-attr .p-expand li a.selected{
    color: #ca141d;
    font-weight: bold;
}
.pro-cate-area .xz-btn{
    position: absolute;
    right: 25px;
    top: 10px;
    width: 137px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #2379b8;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

.pro-cate-area .xz-box{
    width: 590px;
    position: absolute;
    right: -594px;
    top: 0;
    height: 400px;
    background: #ffffff;
    box-shadow: 0 2px 4px #ccc;
}
.pro-cate-area .xz-box .xz-box-l{
    width: 540px;
    height: 100%;
    overflow-y: scroll;
}
.pro-cate-area .xz-box .xz-box-r{
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-family: '宋体';
    font-weight: bold;
    background: -webkit-gradient(linear, 0 100%, 100% 100%, from(#fff), to(#919090));
    background: -moz-linear-gradient(left, #fff, #919090);
    background: -o-linear-gradient(left, #fff, #919090);
    background: -ms-linear-gradient(#fff 0%,#919090 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#fff',endColorstr='#919090');
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#919090',gradientType=1);
}

.clearfix::before, .clearfix::after {
    content: " ";
    display: table;
    clear: both;
}

.chat-span-hover{
    cursor: pointer;
}

.chat-span-hover:hover{
    color: #1b6d8c;
}

#lim_mini{
    box-sizing: content-box;
    background-color: #1b6d8c !important;
    right: -1000px;
}

.post-icon-img {
    height: 15px;
    margin-left: 0.05rem;
    vertical-align: baseline;
}
/*设置密码 */
#setpasswords {
    background: #fff;
    display: none;
}

.setpasswords_btn {
    width: 1rem;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    color: #fff;
    font-size: 0.14rem;
    background: #c10728;
    border: none;
    margin-left: 0.05rem;
}
#setpasswords .install{
    display: inline-block;
    font-size: 0.16rem;
    color: #333333;
}
#setpasswords input {
    width: 3rem;
    height: 0.5rem;
    background: #f3f3f3;
    padding-left: 0.18rem;
    font-size: 0.14rem;
    color: #999999;
    border: 1px solid #c10728;
}


#footer {
    background: #1e5a70;
    padding-top: 26px;
    height: 298px;
}
.footer_bottom a {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    /*padding: 0.2rem 0px;*/
    font-size: 0.14rem;
    color: #666;
    background: #0A3749;

}
.footer_bottom a:hover {
    color: #8fadb8;
    text-decoration: underline;
}
#footer .footer_menu .item {
    width: 25%;
}

#footer .footer_menu .item .title {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 24px;
}

#footer .footer_menu .item a {
    background: url('../images/footer_left_icon20210428.png') no-repeat;
}

#footer .footer_menu .item a {
    color: #8fadb8;
    margin-top: 13px;
    display: block;
    text-decoration: none;
    text-indent: 22px;
    margin-left: 2px;
    line-height: 14px;
}

#footer .footer_menu .item.last {
    width: 219px;
}

/*#footer .footer_menu .item span.tel {*/
/*    background-position: -183px -505px;*/
/*}*/

#footer .footer_menu .item span {
    background: url('../images/footer_phonei_con20210428.png') no-repeat;
}

#footer .footer_menu .item span {
    display: block;
    margin-left: 2px;
    margin-top: 13px;
    padding-left: 30px;
    height: 16px;
    line-height: 14px;
    color: #8fadb8;
}

.clear {
    margin: 0px auto;
    clear: both;
    height: 0px;
    font-size: 0px;
    overflow: hidden;
}

/*font, span {
    font-size: 12px;
}*/

#footer .footer_menu .item span.fax {
    background-position: -184px -523px;
}

#footer .footer_menu .item span.email {
    background: url('../images/footer_email_icon20210428.png') no-repeat;
}

#footer .footer_menu .item span.address {
    background: url('../images/footer_address_icon20210428.png') no-repeat;
}

#footer .newsletter {
    height: 61px;
    border-top: 1px solid #4b7b8d;
    /*border-bottom: 1px solid #4b7b8d;*/
    margin-top: 29px;
    line-height: 61px;
}

#footer .newsletter > a {
    color: #8fadb8 !important;
    padding: 0px 0.1rem;
    border-right: 0.02rem solid #999999;
    height: 0.17rem;
    line-height: 0.16rem;
    display: inline-block;
    font-size: 0.14rem;
}
#footer .newsletter > a:last-child{
    border-right: none;
}
#footer .newsletter > a:hover{
    color:#05b3d2 !important;
}
#footer .newsletter .letter_l .title {
    font-size: 12px;
    color: #8fadb8;
    margin-left: 5px;
    padding: 3px 0;
}

#footer .newsletter .letter_r #pay01 {
    background: url('../images/webhome.png')no-repeat 0px -1297px;
    width: 172px;
    height: 27px;
    float: left;
    cursor: pointer;
}

#footer .newsletter .letter_r #pay02 {
    background: url('../images/webhome.png') no-repeat 0px -514px;
    width: 123px;
    height: 26px;
    float: right;
}

#footer .newsletter .letter_r {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    vertical-align: middle;
    width: 300px;
    margin-top: 20px;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}

.wr_heade {
    height: 0.7rem;
    margin-top: 0.1rem;
}

.footer_bottom {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0.2rem 0px;
    font-size: 0.14rem;
    color: #8fadb8;
    background: #0A3749;
}

footer {
    width: 100%;
    height: auto;
    position: relative;
}

.ly_footer_top {
    width: 100%;
    height: auto;
    background: #3a3a3a;
    padding-top: 0.35rem;
    padding-bottom: 0.48rem;
    overflow: hidden;
}

.ly_footer_href {
    width: 100%;
    height: auto;
    padding-bottom: 0.35rem;
    border-bottom: 1px solid #4e4e4e;
    overflow: hidden;
}

.ly_footer_href_left {
    width: auto;
    height: 0.21rem;
    float: left;
    margin-top: 0.02rem;
}

.ly_footer_href_left ul {
    width: 100%;
    height: auto;
}

.ly_footer_href_left ul li {
    width: auto;
    height: 0.17rem;
    line-height: 0.16rem;
    float: left;
    padding: 0px 0.1rem;
    border-left: 0.02rem solid #cecece;
}

.ly_footer_href_left ul li a {
    font-size: 0.16rem;
    color: #cecece;
}

.ly_footer_href_left ul li a:hover {
    color: #df0024;
}

.ly_footer_href_left ul li:first-child {
    padding-left: 0px;
    border-left: none;
}

.ly_footer_href_right {
    width: auto;
    height: auto;
    float: left;
    margin-left: 0px;
}

.ly_footer_href_right a {
    font-size: 0.16rem;
    color: #999999;
    padding: 0px 0.1rem;
    border-right: 0.02rem solid #999999;
    height: 0.17rem;
    line-height: 0.16rem;
    display: inline-block;
    font-size: 0.14rem;
}

.ly_footer_href_right a:hover {
    color: #df0024;
}

.ly_footer_href_right_link {
    padding-left: 0.3rem !important;
    background: url(../images/59e746258842844157a9cfbfbd9bf303.png) no-repeat left center;
    background-size: 0.25rem 0.11rem;
    /*margin-left: 0.3rem;*/
}

.ly_footer_href_right a:last-child {
    border-right: none;
}

.ly_footer_bottom {
    width: 100%;
    margin-top: 0.5rem;
}

.ly_footer_bottom_contact {
    width: 3.9rem;
    height: auto;
    float: left;
}

.ly_footer_bottom_contact p {
    font-size: 0.14rem;
    color: #cccccc;
    line-height: 0.28rem;
}

.ly_footer_bottom_contact p a {
    color: #cccccc;
}

.ly_footer_bottom_phone {
    width: 4rem;
    height: auto;
    float: left;
    padding-left: 1rem;
    border-left: 1px solid #4e4e4e;
    border-right: 1px solid #4e4e4e;
}

.ly_footer_bottom_phone p {
    font-size: 0.14rem;
    color: #cccccc;
}

.ly_footer_bottom_phone h3 {
    font-size: 0.3rem;
    color: #df0024;
    font-weight: bold;
    font-family: Arial;
    margin-top: 0.03rem;
}

.ly_footer_bottom_phone a {
    margin-top: 0.1rem;
    display: block;
    width: 2rem;
    height: 0.55rem;
    line-height: 0.55rem;
    background: #df0024 url(../images/icon15_1.png) no-repeat 0.29rem center;
    background-size: 0.35rem 0.36rem;
    padding-left: 0.8rem;
    font-size: 0.24rem;
    color: #ffffff;
    border-radius: 0.1rem;
}

.ly_footer_bottom_wechat {
    width: 4.1rem;
    height: auto;
    float: right;
    text-align: center;
}

.ly_footer_bottom_wechat img {
    margin-bottom: 0.05rem;
    width: 1.35rem;
    background: #fff;
}

.ly_footer_bottom_wechat {
    font-size: 0.16rem;
    color: #ffffff;
}

.ly_footer_bottom_line {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0.2rem 0px;
    font-size: 0.14rem;
    color: #666666;
    background: #1d1d1d;
}
/*设置密码 */

/*单页开始*/
.cer2 {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 30px;
}
.dangj {
    padding: 50px 0 90px;
    overflow: hidden;
}
.cate18 {
    text-align: center;
    font-weight: bold;
}
.cate18 .cn {
    font-size: 34px;
    color: #333;
    line-height: 56px;
    position: relative;
    z-index: 1;
}
.cate18 .en {
    font-size: 56px;
    color: #eee;
    line-height: 72px;
    text-transform: uppercase;
    margin-top: -41px;
}
.dangjcon {
    padding: 30px 0 0;
    font-size: 16px;
    line-height: 28px;
    color: #333;
    text-align: justify;
}

/*联系我们*/
.lxcon {
    margin: 40px auto 34px;
    max-width: 1680px;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.lxcon p {
    display: inline-block;
    color: #333;
    font-size: 14px;
    line-height: 3em;
    padding-left: 32px;
}
.lxcon i.sx {
    display: inline-block;
    width: 30px;
    height: 3em;
    background: url(../images/sx1.png) center no-repeat;
}
.lxcon p.lx1 {
    background: url(../images/lx1.png) left no-repeat;
}
.lxcon p.lx2 {
    background: url(../images/lx2.png) left no-repeat;
}
.lxcon p.lx3 {
    background: url(../images/lx3.png) left no-repeat;
}
.lxcon p.lx4 {
    background: url(../images/lx4.png) left no-repeat;
}

/*设计载体开始*/
.cont-left{
    width: 884px;
    box-sizing: border-box;
}
.cont-left .title-bg {
    position: relative;
    margin-top: 12px;
    padding: 2px 30px;
}
.cont-left .title-bg::before{
    content: '';
    position: absolute;
    display: inline-block;
    height: 25px;
    width: 20px;
    top: 11px;
    left: 0;
    background: #17b9ae;
}
.cont-left .title-bg h1 {
    height: 40px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 40px;
    color: #333;
    font-weight: 700;
    font-size: 25px;
}
.cont-right{
    width: 250px;
    float: right;
    color: #666;
    margin-top: 84px;
}

.accordion {
    width:100%;
    margin:30px auto 20px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
.accordion .link {
    cursor:pointer;
    display:block;
    padding:15px 15px 15px 42px;
    color:black;
    font-size:14px;
    font-weight:700;
    border-bottom:1px solid #CCC;
    position:relative;
    -webkit-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.accordion .link:hover{
    background: #efefef;
}
.accordion li.node{
    border-radius: 4px;
    box-shadow: 0 2px 4px #ccc;
    overflow: hidden;
    margin-bottom: 10px;
    background: #fff;
}
.accordion li:last-child .link {
    border-bottom:0;
}
.accordion li i {
    position:absolute;
    top:16px;
    left:12px;
    font-size:18px;
    color:#595959;
    -webkit-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.accordion li i.fa-chevron-down {
    right:12px;
    left:auto;
    font-size:16px;
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url('../images/arrow_down.png') no-repeat;
    background-size: 100%;
    background-position: center;
}
.accordion li.open .link {
    color:#333;
    background: #efefef;
}
.accordion li.open i {
    color:#b63b4d;
}
.accordion li.open i.fa-chevron-down {
    -webkit-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    transform:rotate(180deg);
}
/* Submenu-----------------------------*/
.accordion .submenu {
    display:none;
    font-size:14px;
}
.accordion .submenu li {
    border-bottom:1px solid #e8e8e8;
}
.accordion .submenu strong {
    display: block;
    text-decoration: none;
    padding: 12px;
    padding-left: 42px;
    border-left: 3px solid #fff;
    font-size: 14px;
    color: #17948F;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.accordion .submenu p {
    display:block;
    text-decoration:none;
    color:black;
    padding:12px;
    padding-left:42px;
    border-left: 3px solid #fff;
    -webkit-transition:all 0.25s ease;
    -o-transition:all 0.25s ease;
    transition:all 0.25s ease;
}
.accordion .submenu p:hover {
    background: #d9d9d9;
    border-left: 3px solid #e04993;
}
.accordion .submenu p .primary-name{
    display: inline-block;
    min-width: 478px;
    vertical-align: middle;
}
.accordion .submenu p .price {
    color: #e04993;
    margin-left: 40px;
}
.accordion .submenu p .design-btn{
    height: 22px;
    float: right;
    margin-top: 3px;
    line-height: 8px;
    padding: 6px 5px;
    color: #fff;
    background-color: #ab0d5c !important;
    background-image: -khtml-gradient(linear,left top,left bottom,from(#f04199),to(#aa0c5b));
    background-image: -moz-linear-gradient(top,#f04199,#aa0c5b);
    background-image: -ms-linear-gradient(top,#f04199,#aa0c5b);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f04199),color-stop(100%,#aa0c5b));
    background-image: -webkit-linear-gradient(top,#f04199,#aa0c5b);
    background-image: -o-linear-gradient(top,#f04199,#aa0c5b);
    background-image: linear-gradient(#f04199,#aa0c5b);
    border-color: #aa0c5b #aa0c5b #8e0b4d;
}

.cont-right .new-design-right{
    border-left: 3px solid #e04993;
    padding: 0 10px;
    margin-bottom: 30px;
}
.cont-right div h5 {
    color: #e04993;
}
.cont-right .mt5 {
    margin-top: 5px !important;
}
.cont-right .new-design-right p {
    color: #666;
}
.cont-right .new-design-right .mb10 {
    margin-bottom: 10px !important;
}
.cont-right div .design-consulting {
    font-weight: 700;
}
.cont-right div p {
    margin-bottom: 15px;
}
/*设计载体开始 结束*/

/*内容页左侧*/
.content-left{
    width: 280px;
}
.content-left .title-bg h1{
    text-align: center;
    height: 60px;
    line-height: 60px;
    background: #2379b8;
    color: #fff;
}
.accordion-con {
    width:100%;
}
.accordion-con .link {
    cursor:pointer;
    height: 60px;
    padding: 0 37px 0 15px;
    display: flex;
    align-items: center;
    color:black;
    font-size:14px;
    font-weight:700;
    border-bottom:1px solid #CCC;
    position:relative;
    -webkit-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.accordion-con .link:hover{
    background: #efefef;
}
.accordion-con li.node{
    box-shadow: 0 2px 4px #ccc;
    overflow: hidden;
    background: #fff;
}
.accordion-con li:last-child .link {
    border-bottom:0;
}
.accordion-con li i {
    position:absolute;
    top:16px;
    left:12px;
    font-size:18px;
    color:#595959;
    -webkit-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.accordion-con li i.fa-chevron-down {
    right:12px;
    left:auto;
    font-size:16px;
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url('../images/arrow_down.png') no-repeat;
    background-size: 100%;
    background-position: center;
}
.accordion-con li.open .link {
    color:#333;
    background: #efefef;
}
.accordion-con li.open i {
    color:#b63b4d;
}
.accordion-con li.open i.fa-chevron-down {
    -webkit-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    transform:rotate(180deg);
}
.accordion-con .submenu {
    display:none;
    font-size:14px;
}
.accordion-con .submenu li {
    border-bottom:1px solid #e8e8e8;
}
.accordion-con .submenu strong {
    display: block;
    text-decoration: none;
    padding: 12px;
    padding-left: 42px;
    border-left: 3px solid #fff;
    font-size: 14px;
    color: #17948F;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.accordion-con .submenu p {
    display:block;
    text-decoration:none;
    color:black;
    padding:12px;
    padding-left:42px;
    border-left: 3px solid #fff;
    -webkit-transition:all 0.25s ease;
    -o-transition:all 0.25s ease;
    transition:all 0.25s ease;
}
.accordion-con .submenu p:hover {
    background: #d9d9d9;
    border-left: 3px solid #e04993;
}
/*内容页左侧 结束*/

/*内容页右侧开始*/
.content-body{
    width: 850px;
    margin-left: 64px;
}
.content-body .title-bg{
    position: relative;
    margin-top: 12px;
    padding: 2px 30px;
}
.content-body .title-bg h1 {
    height: 40px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 40px;
    color: #333;
    font-weight: 700;
    font-size: 25px;
}
.content-body .title-bg::before {
    content: '';
    position: absolute;
    display: inline-block;
    height: 25px;
    width: 20px;
    top: 11px;
    left: 0;
    background: #17b9ae;
}
.content-body .content-box{
    position: relative;
    margin-top: 28px;
    margin-bottom: 18px;
    font-size: 18px;
    color: #333;
    font-weight: 700;
}
.content-body .content-box strong::before {
    content: '';
    display: inline-block;
    position: absolute;
    height: 1px;
    width: 60px;
    bottom: -2px;
    left: 0;
    background: #ccc;
}
.content-body .content-box strong::after{
    content: '';
    display: inline-block;
    position: absolute;
    height: 1px;
    width: 20px;
    bottom: -2px;
    left: 18px;
    background: #000;
}
/*内容页右侧结束*/
