
		  @font-face {
	font-family: 'xybicon'; /* Project id 249974 */
	src: url('//at.alicdn.com/t/c/font_249974_51588p9seg.woff2?t=1692252050853')
			format('woff2'),
		url('//at.alicdn.com/t/c/font_249974_51588p9seg.woff?t=1692252050853')
			format('woff'),
		url('//at.alicdn.com/t/c/font_249974_51588p9seg.ttf?t=1692252050853')
			format('truetype');
}
#laymod_1122564 .xybicon {
	font-family: 'xybicon' !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
#laymod_1122564 .dir_left_nowrap {
    /* 主轴 排列方式从左侧开始 不换行*/
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: nowrap;
}
#laymod_1122564 .dir_right_nowrap {
    /* 主轴 排列方式从 右侧开始 */
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
}
#laymod_1122564 .dir_top_nowrap {
    /* 主轴 排列方式从顶部开始 不换行 */
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
    flex-wrap: nowrap;
}
#laymod_1122564 .main_between {
    /* 主轴 两端对齐 */
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#laymod_1122564 .main_around {
    /* 主轴 项目位于各行之前、之间、之后都留有空白的容器内*/
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
#laymod_1122564 .main_center {
    /* 主轴 居中对齐 */
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#laymod_1122564 .cross_center {
    /* 交叉轴 居中对齐 */
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
#laymod_1122564 .cross_top {
    /* 交叉轴 起点对齐 */
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
/*模版整体控制*/
#laymod_1122564 #xyb_nav_56 {
	position:relative;
		font-family:"Microsoft Yahei","PingHei","Lucida Grande","Lucida Sans Unicode";
	z-index: 1700;
    min-height: 90px;
    /* overflow: hidden; */
}
#laymod_1122564 #xyb_nav_56.zIndex1900 {
    z-index: 1900;
}
#laymod_1122564 #xyb_nav_56>.bg {
	position:absolute;
	z-index: 1;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
#laymod_1122564 #xyb_nav_56>.bg_img {
	z-index:2;
}
#laymod_1122564 .bodyCont_width {
	position:relative;
	z-index:4;
    background-color: #070707;
}
#laymod_1122564 .fixed .bodyCont_width {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
#laymod_1122564 .bodyContContent {
	position:relative;
	z-index: 4;
    padding: 25px 0 24px 0;
}
#laymod_1122564 .nav_wrap {
    position: relative;
    z-index: 1;
}
/* logo */
#laymod_1122564 .logo {
    max-width: 16.875%;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}
#laymod_1122564 .logo a {
    width: 100%;
}
#laymod_1122564 .logo img {
    max-width: 100%;
    width: auto;
    height: auto;
    /* max-height: 100%; */
}
/* nav */
#laymod_1122564 .nav_menu {
    max-width: 80%;
    /* width: 100%; */
}
#laymod_1122564 .nav_menu ul {
    width: auto;
}
#laymod_1122564 .nav_menu > ul {
    text-align: right;
}
#laymod_1122564 .nav_menu li > ul {
    border-top: 1px solid #282828;
}
#laymod_1122564 .nav_menu li {
    line-height: 41px;
    width: auto;
    display: inline-block;
    text-align: center;
    position: relative;
}
#laymod_1122564 .nav_menu > ul > li {
    margin-left: 60px;
    perspective: 200;
    -webkit-perspective: 200;
    -ms-perspective: 200;
    transform-style: preserve-3d;
}
#laymod_1122564 .nav_menu > ul > li#nav_1 {
    margin-left: 0 !important;
}
#laymod_1122564 .nav_menu a {
    color: #fff;
    font-size: 14px;
    position: relative;
    display: inline-block;
    white-space: nowrap;
    perspective: 200;
    -webkit-perspective: 200;
    -ms-perspective: 200;
    transform-style: preserve-3d;
}
#laymod_1122564 .nav_menu a span {
    display: inline-block;
}
#laymod_1122564 .nav_menu a .before_text {
    transform-origin: 0 0;
    transform: perspective(200) translateX(0) rotateY(0deg);
    -webkit-transform: perspective(200) translateX(0) rotateY(0deg);
    -moz-transform: perspective(200) translateX(0) rotateY(0deg);
    transform-origin:0% 50%;
    -webkit-transform-origin:0% 50%;
    -moz-transform-origin:0% 50%;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    transition: all 0.8s ease 0s;
}
#laymod_1122564 .nav_menu .active_bg > a .before_text,
#laymod_1122564 .nav_menu a:hover .before_text {
    background-color: #282828;
    transform: perspective(200) translateX(100%) rotateY(90deg);
    -webkit-transform: perspective(200) translateX(100%) rotateY(90deg);
    -moz-transform: perspective(200) translateX(100%) rotateY(90deg);
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
#laymod_1122564 .nav_menu a .after_text {
    color: rgba(238,187,0,1);
    transform: perspective(200) translateX(-100%) rotateY(-90deg);
    -webkit-transform: perspective(200) translateX(-100%) rotateY(-90deg);
    -moz-transform: perspective(200) translateX(-100%) rotateY(-90deg);
    transform-origin:100% 50%;
    -webkit-transform-origin:100% 50%;
    -moz-transform-origin:100% 50%;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.8s ease 0s;
    position: absolute;
    right: 0;
    top: 0;
}
#laymod_1122564 .nav_menu .active_bg > a .after_text,
#laymod_1122564 .nav_menu a:hover .after_text {
    transform: perspective(200) translateX(0) rotateY(0deg);
    -webkit-transform: perspective(200) translateX(0) rotateY(0deg);
    -moz-transform: perspective(200) translateX(0) rotateY(0deg);
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
#laymod_1122564 .nav_menu a i {
    display: block;
    position: absolute;
    bottom: 15%;
    left: auto;
    right: 0;
    width: 0;
    background-color: rgba(238,187,0,1);
    height: 1px;
    transition: all 0.4s ease 0s;
}
#laymod_1122564 .nav_menu .active_bg > a i ,
#laymod_1122564 .nav_menu a:hover i {
    width: 100%;
    left: 0;
    right: auto;
}
#laymod_1122564 .side_search a {
    font-size: 20px;
}
#laymod_1122564 .nav_search::after {
    content: '\e888';
}
#laymod_1122564 .arrow::after {
    content: '\e7c3';
}
#laymod_1122564 .search_close::after {
    content: '\e7d3';
}
/* 二级菜单 */
#laymod_1122564 .curPc .nav_ul_son {
    background-color: #070707;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    z-index: 2;
    transition: all 0.8s ease 0s;
    transform: perspective(200) translateX(-100%) rotateY(-90deg);
    -webkit-transform: perspective(200) translateX(-100%) rotateY(-90deg);
    -moz-transform: perspective(200) translateX(-100%) rotateY(-90deg);
    transform-origin:100% 50%;
    -webkit-transform-origin:100% 50%;
    -moz-transform-origin:100% 50%;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
#laymod_1122564 .curPc .move_bg > .nav_ul_son {
    transform: perspective(200) translateX(-50%) rotateY(0deg);
    -webkit-transform: perspective(200) translateX(-50%) rotateY(0deg);
    -moz-transform: perspective(200) translateX(-50%) rotateY(0deg);
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    width: 200%;
}
#laymod_1122564 .nav_ul_son li {
    border-bottom: 1px solid #282828;
}
/* 三级菜单 */
#laymod_1122564 .curPc .nav_ul_son_son {
    background-color: #070707;
    position: absolute;
    top: -1px;
    left: 260%;
    width: 0;
    z-index: 2;
    overflow: hidden;
    transition: all 0.8s ease 0s;
    transform: perspective(200) translateX(-100%) rotateY(-90deg);
    -webkit-transform: perspective(200) translateX(-100%) rotateY(-90deg);
    -moz-transform: perspective(200) translateX(-100%) rotateY(-90deg);
    transform-origin:100% 50%;
    -webkit-transform-origin:100% 50%;
    -moz-transform-origin:100% 50%;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
#laymod_1122564 .curPc .move_bg > .nav_ul_son_son {
    transform: perspective(200) translateX(-50%) rotateY(0deg);
    -webkit-transform: perspective(200) translateX(-50%) rotateY(0deg);
    -moz-transform: perspective(200) translateX(-50%) rotateY(0deg);
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    width: 200%;
}
/* 搜索 */
#laymod_1122564 .nav_search_wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: -1;
    opacity: 0;
    transition: all 0.5s ease-out 0s;
    width: 0;
    height: 0;
    overflow: hidden;
    transform: translate(-50%, -50%);
}
#laymod_1122564 .nav_search_wrap.active {
    opacity: 1;
    width: 100%;
    height: 100%;
    z-index: 3;
}
#laymod_1122564 .nav_search_wrap > .nav_search_bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: 0.9;
    -moz-opacity: 0.9;
    filter: alpha(opacity=90);
    z-index: 0;
}
#laymod_1122564 .nav_search_wrap .nav_search_in {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 100%;
    min-width: 280px;
    max-width: 400px;
    line-height: 45px;
    transition: all 0.5s ease-out 0s;
}
#laymod_1122564 .nav_search_wrap.active .nav_search_in {
    transform: translate(-50%, -50%) scale(1);
}
#laymod_1122564 .nav_search_wrap .search_text {
    width: 80%;
    height: 45px;
    border: 0 none;
    background-color: #fff;
    border-radius: 6px;
    padding: 0 15px;
}
#laymod_1122564 .nav_search_wrap .nav_search {
    font-size: 20px;
    padding-left: 15px;
    color: rgba(238,187,0,1);
}
#laymod_1122564 .search_close {
    z-index: 3;
    position: absolute;
    top: 5%;
    right: 5%;
    font-size: 35px;
    color: #fff;
    line-height: 1;
    transition: all 0.5s ease-out 0s;
    cursor: pointer;
}
#laymod_1122564 .search_close:hover {
    transform: rotate(180deg);
}
/* curMobile 移动端 */
#laymod_1122564 #xyb_nav_56.curMobile {
    min-height: 60px;
    max-height: 90px;
}
#laymod_1122564 .curMobile .nav_wrap {
    min-height: 60px;
    max-height: 90px;
}
#laymod_1122564 .curMobile .bodyCont_width {
    min-height: 60px;
    max-height: 90px;
}
#laymod_1122564 .curMobile .bodyContContent {
    padding: 0 15px;
    min-height: 60px;
    max-height: 90px;
}
#laymod_1122564 .curMobile .logo {
    max-width: 36%;
}
#laymod_1122564 .curMobile .logo img {
    max-width: 100%;
}
#laymod_1122564 .nav_menu_side {
    display: none;
}
#laymod_1122564 .curMobile .nav_menu_side {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    /* transform: translateY(-50%); */
    z-index: 10;
}
#laymod_1122564 .curMobile .nav_menu_side>div {
    height: 100%;
}
#laymod_1122564 .nav_menu_side a {
    color: #fff;
    transition: all 0.3s ease 0s;
}
#laymod_1122564 .nav_menu_side a:hover {
    color: rgba(238,187,0,1);
}
#laymod_1122564 .nav_menu_side .nav_menu_btn {
    width: 60px;
    height: 100%;
    padding: 19px 15px;
    margin-right: -15px;
}
#laymod_1122564 .nav_menu_side .nav_menu_btn a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
#laymod_1122564 .nav_menu_side .nav_menu_btn a::before,
#laymod_1122564 .nav_menu_side .nav_menu_btn a::after {
    content: '';
}
#laymod_1122564 .nav_menu_side .nav_menu_btn a::before,
#laymod_1122564 .nav_menu_side .nav_menu_btn a::after,
#laymod_1122564 .nav_menu_side .nav_menu_btn span {
    display: inline-block;
    height: 2px;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    transition: all 0.5s ease 0s;
    opacity: 1;
}
#laymod_1122564 .nav_menu_side .nav_menu_btn span {
    transform: translate(-50%, -2px) rotate(0deg);
}
#laymod_1122564 .nav_menu_side .nav_menu_btn a::before {
    top: 0;
}
#laymod_1122564 .nav_menu_side .nav_menu_btn a::after {
    top: auto;
    bottom: 0;
}
#laymod_1122564 .nav_menu_side .nav_menu_btn.active a::before {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: rgba(238,187,0,1);
}
#laymod_1122564 .nav_menu_side .nav_menu_btn.active a::after {
    bottom: 50%;
    transform: translate(-50%, 50%) rotate(-45deg);
    background-color: rgba(238,187,0,1);
}
#laymod_1122564 .nav_menu_side .nav_menu_btn.active span {
    opacity: 0;
}
#laymod_1122564 .curMobile .nav_menu {
    height: 0;
    max-width: 100%;
    overflow: hidden;
    position: fixed;
    transition: all 0.5s ease 0s;
    top: 50px;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    padding: 0;
}
#laymod_1122564 .curMobile .nav_menu.active {
    background-color: rgba(0,0,0,0.9);
    top: 50px;
    overflow: scroll;
    border-top: 1px solid #282828;
}
#laymod_1122564 .curMobile .nav_menu li {
    width: 100%;
    border-bottom: 1px solid #282828;
    margin: 0;
}
#laymod_1122564 .curMobile .side_search {
    display: none;
}
#laymod_1122564 .curMobile .arrow {
    position: absolute;
    right: 0%;
    padding: 10px 15px;
    top: 0;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    transition: all 0.4s ease 0s;
}
#laymod_1122564 .curMobile .move_bg > .arrow {
    transform: rotate(180deg);
}
#laymod_1122564 .curMobile .nav_ul ul {
    display: none;
    background-color: #222;
}
#laymod_1122564 .curMobile .nav_ul ul ul {
    background-color: #333;
}
/*768<= ipad区间 <=1200*/
@media (min-width:768px) and (max-width:1200px) {
    #laymod_1122564 .curMobile .logo {
        max-width: 30%;
    }
}
		  @font-face {
    font-family: 'xybicon';  /* Project id 249974 */
    src: url('//at.alicdn.com/t/c/font_249974_zn37c8tq73.woff2?t=1692771010365') format('woff2'),
            url('//at.alicdn.com/t/c/font_249974_zn37c8tq73.woff?t=1692771010365') format('woff'),
            url('//at.alicdn.com/t/c/font_249974_zn37c8tq73.ttf?t=1692771010365') format('truetype');
}
#laymod_1122565 .xybicon {
	font-family: 'xybicon' !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
#laymod_1122565 .icon_menu::after {
    content: "\e82c";
}
#laymod_1122565 .dir_left_nowrap {
    /* 主轴 排列方式从左侧开始 不换行*/
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: nowrap;
}
#laymod_1122565 .dir_right_nowrap {
    /* 主轴 排列方式从 右侧开始 */
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
}
#laymod_1122565 .dir_top_nowrap {
    /* 主轴 排列方式从顶部开始 不换行 */
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
    flex-wrap: nowrap;
}
#laymod_1122565 .main_between {
    /* 主轴 两端对齐 */
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#laymod_1122565 .main_around {
    /* 主轴 项目位于各行之前、之间、之后都留有空白的容器内*/
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
#laymod_1122565 .main_center {
    /* 主轴 居中对齐 */
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#laymod_1122565 .cross_center {
    /* 交叉轴 居中对齐 */
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
#laymod_1122565 .cross_top {
    /* 交叉轴 起点对齐 */
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
/*模版整体控制*/
#laymod_1122565 #xyb_banner_25 {
    position:relative;
    overflow:hidden;
        font-family:"Microsoft Yahei","PingHei","Lucida Grande","Lucida Sans Unicode";
}
#laymod_1122565 #xyb_banner_25>.bg {
    position:absolute;
    z-index: 1;
    width:100%;
    height:100%;
    top:0;
    left:0;
}
#laymod_1122565 .bodyCont_width {
    position:relative;
    z-index:4;
}
#laymod_1122565 .bodyContContent {
    position:relative;
    z-index: 4;
}
/*模版主体部分*/
#laymod_1122565 .swiper-container {
    width: 100%;
    /* height:600px; */
    overflow:hidden;
}
#laymod_1122565.swiper-wrapper {
    width:100%;
    position:relative;
    z-index: 1;
}
#laymod_1122565 .swiper-wrapper .swiper-slide {
    width:100% !important;
    min-height:200px;
}
#laymod_1122565 .swiper-wrapper .swiper-slide a {
    display:block;
    width:100%;
}
#laymod_1122565 .swiper-wrapper .swiper-slide img {
    display:block;
    width:100%;
}
#laymod_1122565 .swiper-wrapper .swiper-slide-active img {
    animation: scale1to1-1 20s infinite ease-in-out;
    -webkit-animation: scale1to1-1 20s infinite ease-in-out;
    -moz-animation: scale1to1-1 20s infinite ease-in-out;
}
#laymod_1122565 .pagination_wrap {
    position:absolute;
    width:100%;
    z-index: 10;
    bottom:18px;
    left:0;
}
#laymod_1122565 .pagination_wrap>.swiper-pagination {
    position:relative;
    top:auto;
    left:auto;
    bottom:auto;
    right:auto;
    text-align:right;
}
#laymod_1122565 .pagination_wrap>.swiper-pagination>span {
    background:#fff;
    border:0 none;
    transition:all 0.3s ease 0s;
    -moz-transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
    -o-transition:all 0.3s ease 0s;
    opacity:1;
    -moz-opacity: 1;
    filter:alpha(opacity=100);
    color:#e3e3e3;
    width:13px;
    height:13px;
    text-align:center;
    line-height:13px;
    -moz-border-radius:0;
    -khtml-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomleft:0;
    -moz-border-radius-bottomright:0;
    -khtml-border-radius:0;
    -webkit-border-bottom-left-radius:0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
    margin:0 0.43658%;
    _margin:0 0.21829%;
    font-size:0;
}
#laymod_1122565 .pagination_wrap>.swiper-pagination>span.swiper-pagination-bullet-active,
#laymod_1122565 .pagination_wrap>.swiper-pagination>span:hover {
    background:rgba(238,187,0,1);
    opacity: 1;
    -moz-opacity: 1;
    filter:alpha(opacity=100);
}
/* 导航 */
#laymod_1122565 .graphic_nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
}
#laymod_1122565 .graphic_nav ul {
    background-color: rgba(17,17,17,0.9);
}
#laymod_1122565 .graphic_nav li {
    width: 100%;
    text-align: center;
}
#laymod_1122565 .graphic_nav li > a {
    display: inline-block;
    width: 100%;
    transition: all 0.4s ease-out 0s;
    color: rgba(238,187,0,1);
    padding: 0 15px;
}
#laymod_1122565 .graphic_nav li.active > a,
#laymod_1122565 .graphic_nav li > a:hover {
    background-color: rgba(238,187,0,1);
    color: #fff;
}
#laymod_1122565 .graphic_nav li > a > span {
    position: relative;
    z-index: 3;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    line-height: 5;
    text-align: center;
    font-weight: bold;
}
#laymod_1122565 .mob_menu_btn,
#laymod_1122565 .mob_menu_btn .ul_bg {
    display: none;
}
/* 顶部导航 */
#laymod_1122565 .graphic_top_nav {
    height: 80px;
    border-bottom: 2px solid rgba(238,187,0,1);
    background-color: #232323;
}
#laymod_1122565 .graphic_top_nav ul {
    height: 80px;
}
#laymod_1122565 .graphic_top_nav li {
    margin: 0 2%;
}
#laymod_1122565 .graphic_top_nav li a {
    font-size: 14px;
    line-height: 2;
    position: relative;
    color: #DFDFDF;
    transition: all 0.4s ease-out 0s;
    display: inline-block;
}
#laymod_1122565 .graphic_top_nav li.active a,
#laymod_1122565 .graphic_top_nav li a:hover {
    color: rgba(238,187,0,1);
}
#laymod_1122565 .graphic_top_nav li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background-color: #DFDFDF;
    z-index: 1;
    transition: all 0.4s ease-out 0s;
}
#laymod_1122565 .graphic_top_nav li.active a::after,
#laymod_1122565 .graphic_top_nav li a:hover::after {
    width: 0;
}
#laymod_1122565 .graphic_top_nav li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    background-color: rgba(238,187,0,1);
    z-index: 2;
    transition: all 0.4s ease-out 0s;
}
#laymod_1122565 .graphic_top_nav li.active a::before,
#laymod_1122565 .graphic_top_nav li a:hover::before {
    width: 100%;
}
/*768<= ipad区间 <=1366*/
@media (min-width:768px) and (max-width:1366px) {
    #laymod_1122565 .pagination_wrap>.swiper-pagination>span {
        width:1.5vw;
        height:1.5vw;
    }
    #laymod_1122565 .swiper-wrapper .swiper-slide {
        max-height:inherit;
    }
    #laymod_1122565 .graphic_nav li > a > span {
        font-size: 16px;
    }
}
@media (max-width:767px) {
    #laymod_1122565 #xyb_banner_25.active_bg {
        z-index: 1900;
    }
    #laymod_1122565 .graphic_top_nav {
        /* display: none; */
    }
    #laymod_1122565 .pagination_wrap>.swiper-pagination>span {
        width:2vw;
        height:2vw;
    }
    #laymod_1122565 .swiper-wrapper .swiper-slide {
        min-height:inherit;
    }
    #laymod_1122565 .mob_menu_btn {
        text-align: center;
        font-size: 4vw;
        line-height: 3;
        color: #fff;
        position: absolute;
        /* display: block; */
        background-color: rgba(17,17,17,0.9);
        bottom: 0;
        z-index: 2;
        left: 0;
        width: 100%;
    }
    #laymod_1122565 .mob_menu_btn > .xybicon {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%) rotate(0deg);
        transition: all 0.4s ease-out 0s;
    }
    #laymod_1122565 .active_bg .mob_menu_btn > .xybicon {
        transform: translateY(-50%) rotate(180deg);
    }
    /* #laymod_1122565 .graphic_nav .menu_list {
        position: fixed;
        left: 100%;
        top: 0;
        right: 0;
        height: 100%;
        width: 100%;
        transition: all 0.4s ease-out 0s;
        z-index: 3;
    }
    #laymod_1122565 .active_bg .menu_list {
        left: 0;
    }
    #laymod_1122565 .menu_list .ul_bg {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 0;
        background: #000;
        opacity: 0.9;
    }
    #laymod_1122565 .menu_list > ul {
        position: absolute;
        top: 0;
        right: -100%;
        height: 100%;
        width: 80%;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 1;
        transition: all 0.4s ease-out 0.2s;
        background: #333;
        padding: 0;
    }
    #laymod_1122565 .active_bg .menu_list > ul {
        right: 0;
    } */
    #laymod_1122565 .graphic_nav li > a > span {
        font-size: 3.5vw;
        line-height: 3;
    }
}
@keyframes scale1to1-1 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}
@-moz-keyframes scale1to1-1 {
    0% {
        -moz-transform: scale(1);
    }
    50% {
        -moz-transform: scale(1.05);
    }
    100% {
        -moz-transform: scale(1.1);
    }
}
@-webkit-keyframes scale1to1-1 {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.05);
    }
    100% {
        -webkit-transform: scale(1.1);
    }
}
		  *, ::after, ::before {
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    }
    img {
    border:0 none;  
    }
    ul,ol,li {
    list-style:none;
    padding:0;
    margin:0;
    }
    h1,h2,h3,h4,h5,h6,p {
    /*margin:0;*/
    font-weight:normal; 
    }
    a, a:hover, a:active, a:visited {
    text-decoration:none;
    }
    /*模版整体控制*/
    #laymod_1122559 {
      position:relative;
      overflow:hidden;
        font-family:"PingHei","Lucida Grande","Lucida Sans Unicode";
    }
    #laymod_1122559 #jh_newsinfo_1>.bg {
      position:absolute;
      z-index: 1;
      width:100%;
      height:100%;
      top:0;
      left:0;
    }
    #laymod_1122559 #jh_newsinfo_1>.bg_img {
      z-index:2;
    }
    #laymod_1122559 .bodyCont_width {
      position:relative;
      z-index: 4;
    }
    /*模版主体部分*/
    #laymod_1122559 .newsdetail>div {
      padding:0;
    }
    #laymod_1122559 .xyb_title {
      margin:0 0 10px 0;
    }
    #laymod_1122559 .xyb_title h1 {
      text-align:center;
      font-size:20px;
      color:#333;
      line-height:1.5;
    }
    #laymod_1122559 .xyb_title h3 {
      text-align:center;
      font-size:14px;
      color:#333;
      line-height:1.5;
      opacity: 0.8;
    }
    #laymod_1122559 .xyb_news_info {
      text-align:center;
      font-size:13px;
      color:#999;
      opacity: 0.6;
      -moz-opacity: 0.6;
      filter:alpha(opacity=60);
      line-height:1;
      margin:0 0 20px 0;
    }
    #laymod_1122559 .news_line {
      background:#eee;
      height:1px;
    }
    #laymod_1122559 .xyb_news_content {
      font-size:13px;
      line-height:2;
      color:#333;
      min-height:300px;
      margin:0 0 20px 0;
    }
    #laymod_1122559 .xyb_news_content img {
      max-width:100%;
    }
    #laymod_1122559 .xyb_news_content table {
      border:1px solid #eee;
      border-right:0 none;
      border-bottom:0 none;
    }
    #laymod_1122559 .xyb_news_content table td {
      border-right:1px solid #eee;
      border-bottom:1px solid #eee;
      padding:5px;
    }
    #laymod_1122559 .xyb_news_tool {
      padding:20px 0;
      /* overflow:hidden; */
      position:relative;
      color: #eee;
    }
    #laymod_1122559 .xyb_news_tool:before,
    #laymod_1122559 .xyb_news_tool:after {
      content:"";
      display:block;
      width:100%;
      height:1px;
      position:absolute;
      left:0;
      background:currentColor;
    }
    #laymod_1122559 .xyb_news_tool:before {
      top:0;
    }
    #laymod_1122559 .xyb_news_tool:after {
      bottom:0;
    }
    #laymod_1122559 .tool_left ul {
      padding: 10px 0;
    }
    #laymod_1122559 .tool_left ul:after,
    #laymod_1122559 .tool_right ul:after {
      content: "";
      display: block;
      clear: both;
    }
    #laymod_1122559 .tool_left li {
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
    }
    #laymod_1122559 .tool_left li span {
      color:#333;
      font-size:13px;
      line-height:1.6;
      display:inline-block;
      opacity: 0.4;
      -moz-opacity: 0.4;
      filter:alpha(opacity=40);
    }
    #laymod_1122559 .tool_left li a {
      color:#333;
      font-size:13px;
      line-height:1.6;
      transition:all 0.3s ease 0s;
      -moz-transition:all 0.3s ease 0s;
      -webkit-transition:all 0.3s ease 0s;
      -o-transition:all 0.3s ease 0s;
      display:inline-block;
      opacity: 0.4;
      -moz-opacity: 0.4;
      filter:alpha(opacity=40);
      vertical-align: top;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      width: calc(100% - 52px);
    }
    #laymod_1122559 .tool_right ul {
      margin-bottom:0;
      position:relative;
    }
    #laymod_1122559 .tool_right li {
      position: relative;
      color:#333;
      font-size:13px;
    }
    .design-html #laymod_1122559 .tool_right li .fix_pb {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 11;
      width: 100%;
      height: 100%;
    }
    #laymod_1122559 .tool_right li.share:after {
      content:"";
      display:block;
      width:1px;
      height:100%;
      background:currentColor;
      position:absolute;
      right:0;
      top:0;
      opacity: 0.4;
      -moz-opacity: 0.4;
      filter:alpha(opacity=40);
    }
    #laymod_1122559 .tool_right li.share>span {
      padding:0;
      display: inline-block;
      vertical-align: top;
      line-height: 60px;
    }
    #laymod_1122559 .tool_right li.share>span.title {
      opacity: 0.4;
      -moz-opacity: 0.4;
      filter:alpha(opacity=40);
      color: #333;
    }
    #laymod_1122559 .tool_right li.share>span a {
      padding: 0 !important;
      /* background-color:transparent !important; */
      transform: scale(0.8, 0.8);
      webkit-transform: scale(0.8, 0.8);
      -moz-transform: scale(0.8, 0.8);
      -webkit-transform: scale(0.8, 0.8);
      -o-transform: scale(0.8, 0.8);
      transition:all 0.3s ease 0s;
      -moz-transition:all 0.3s ease 0s;
      -webkit-transition:all 0.3s ease 0s;
      -o-transition:all 0.3s ease 0s;
      margin:0;
      opacity: 0.9;
      -moz-opacity: 0.9;
      filter:alpha(opacity=90);
    }
    #laymod_1122559 .tool_right li.share>span a .at-icon-wrapper {
      color: #333;
    }
    #laymod_1122559 .tool_right li.share>span a .at-icon {
      fill:currentColor !important;
      transition:all 0.3s ease 0s;
      -moz-transition:all 0.3s ease 0s;
      -webkit-transition:all 0.3s ease 0s;
      -o-transition:all 0.3s ease 0s;
    }
    #laymod_1122559 .tool_right li.share>span.xyb_share {
      /* padding: 14px 0 !important; */
    }
    #laymod_1122559 .tool_right li.back a {
      color:#333;
      transition:all 0.3s ease 0s;
      -moz-transition:all 0.3s ease 0s;
      -webkit-transition:all 0.3s ease 0s;
      -o-transition:all 0.3s ease 0s;
      line-height:60px;
      opacity: 0.4;
      -moz-opacity: 0.4;
      filter:alpha(opacity=40);
    }
    #laymod_1122559 .tool_right li.back a span {
      padding:0 10px 0 0;
    }
    #laymod_1122559 .active_false .tool_right li.share>span a:hover {
      /* background-color:transparent !important; */
      opacity: 1;
      -moz-opacity: 1;
      filter:alpha(opacity=100);
    }
    #laymod_1122559 .active_false .tool_right li.share>span a:hover .at-icon {
      fill:rgba(238,187,0,1) !important;
      opacity: 1;
      -moz-opacity: 1;
      filter:alpha(opacity=100);
    }
    #laymod_1122559 .active_false .tool_right li.back a:hover {
      color:rgba(238,187,0,1);
      text-decoration:none;
      opacity: 1;
      -moz-opacity: 1;
      filter:alpha(opacity=100);
    }
    #laymod_1122559 .active_false .tool_left li a:hover {
      color:rgba(238,187,0,1);
      text-decoration:none;
      opacity: 1;
      -moz-opacity: 1;
      filter:alpha(opacity=10);
    }
    @media (min-width:992px) {
      #laymod_1122559 .tool_right li.back a {
        display:block;
        font-size:0;
      }
      #laymod_1122559 .tool_right li.back a span {
        display:inline-block;
        font-size:13px;
        vertical-align: middle;
      }
      #laymod_1122559 .tool_right li.back a .pcfont0 {
        width:30px;
      }
    }
    /*直接控制小于992px屏幕时css*/
    @media (max-width:991px) {
      #laymod_1122559 .tool_right li.share:after {
        display:none;
      }
      #laymod_1122559 .tool_left li,
      #laymod_1122559 .tool_right li {
        padding:0;
      }
      #laymod_1122559 .xyb_title h1 {
        font-size:1.6rem;
        line-height:1.5;
      }
      #laymod_1122559 .xyb_news_content p {
        line-height:1.5 !important;
        font-size:1.4rem;
        text-align:justify;
      }
      #laymod_1122559 .xyb_news_content span,
      #laymod_1122559 .xyb_news_content strong {
        font-size:1.4rem;
        line-height:1.5 !important;
      }
      #laymod_1122559 .tool_left li a,
      #laymod_1122559 .tool_left li span {
        line-height: 2;
      }
      #laymod_1122559 .tool_right li.share>span {
        line-height: 34px;
      }
      #laymod_1122559 .tool_right li.back {
        padding-bottom: 10px;
      }
      #laymod_1122559 .tool_right li.back a {
        line-height: 24px;
      }
      #laymod_1122559 .tool_right li.share>span.xyb_share {
        padding: 1px 0 !important;
      }
    }
    @media (max-width:767px) {
      #laymod_1122559 .tool_left ul {
        padding: 10px 0 0 0;
      }
      #laymod_1122559 .tool_right li.back a {
        font-size: 15px;
      }
    }
      #laymod_1122559 .active_true .tool_right ul {
        padding: 14px 0;
      }
      #laymod_1122559 .active_true .tool_right li.back {
        padding: 5px 0;
      }
		  @font-face {
	font-family: 'xybicon'; /* Project id 249974 */
	src: url('//at.alicdn.com/t/c/font_249974_51588p9seg.woff2?t=1692252050853')
			format('woff2'),
		url('//at.alicdn.com/t/c/font_249974_51588p9seg.woff?t=1692252050853')
			format('woff'),
		url('//at.alicdn.com/t/c/font_249974_51588p9seg.ttf?t=1692252050853')
			format('truetype');
}
.xybicon {
	font-family: 'xybicon' !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
#laymod_1122563 .company_location::after {
    content: '\e807';
}
#laymod_1122563 .company_phone::after {
    content: '\e829';
}
#laymod_1122563 .company_email::after {
    content: '\e8e5';
}
#laymod_1122563 .company_menu::after {
    content: '\e666';
}
#laymod_1122563 .company_close::after {
    content: '\e7d3';
}
#laymod_1122563 .company_backtop::after {
    content: '\ea53';
}
#laymod_1122563 .dir_left_nowrap {
    /* 主轴 排列方式从左侧开始 不换行*/
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: nowrap;
}
#laymod_1122563 .dir_right_nowrap {
    /* 主轴 排列方式从 右侧开始 */
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
}
#laymod_1122563 .dir_top_nowrap {
    /* 主轴 排列方式从顶部开始 不换行 */
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
    flex-wrap: nowrap;
}
#laymod_1122563 .main_between {
    /* 主轴 两端对齐 */
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#laymod_1122563 .main_around {
    /* 主轴 项目位于各行之前、之间、之后都留有空白的容器内*/
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
#laymod_1122563 .main_center {
    /* 主轴 居中对齐 */
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#laymod_1122563 .cross_center {
    /* 交叉轴 居中对齐 */
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
#laymod_1122563 .cross_top {
    /* 交叉轴 起点对齐 */
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
/*模版整体控制*/
#laymod_1122563 #xyb_foot_46 {
	position:relative;
    /* overflow: hidden; */
    z-index: 1700;
		font-family:"Microsoft Yahei","PingHei","Lucida Grande","Lucida Sans Unicode";
}
#laymod_1122563 #xyb_foot_46.zIndex1900 {
    z-index: 1900;
}
#laymod_1122563 #xyb_foot_46>.bg {
	position:absolute;
	z-index: 1;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
#laymod_1122563 #xyb_foot_46>.bg_img {
	z-index:2;
}
#laymod_1122563 .bodyCont_width {
	position:relative;
	z-index:4;
}
#laymod_1122563 .bodyContContent {
    padding: 4.48% 0 1.83% 0;
}
/* 页脚栏目 */
#laymod_1122563 .foot_nav_left {
    width: 62.25%;
}
#laymod_1122563 .foot_nav_right {
    width: 27.75%;
}
/* logo */
#laymod_1122563 .nav_logo {
    width: 25%;
}
#laymod_1122563 .nav_logo li {
    margin-bottom: 14%;
}
#laymod_1122563 .nav_logo img {
    width: 100%;
}
/* 页脚导航 */
#laymod_1122563 .nav_list {
    width: 70%;
}
#laymod_1122563 .nav_btn {
    display: none;
    cursor: pointer;
    background-color: rgba(238,187,0,1);
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #303435;
    width: 100%;
}
#laymod_1122563 .nav_btn .xybicon {
    margin-right: 5px;
}
#laymod_1122563 .nav_list li {
    min-width: 15px;
}
#laymod_1122563 .nav_list .nav_title,
#laymod_1122563 .nav_list .nav_title a {
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    color: #fff;
    transition: all 0.4s ease-out 0s;
}
#laymod_1122563 .nav_list .nav_title a:hover {
    color: rgba(238,187,0,1);
}
#laymod_1122563 .nav_list .nav_title img {
    max-width: 100%;
}
#laymod_1122563 .nav_list .nav_line {
    background-color: rgba(238,187,0,1);
    height: 2px;
    width: 51%;
    min-width: 15px;
    margin-top: 15px;
    margin-bottom: 20px;
}
#laymod_1122563 .nav_list .nav_cont,
#laymod_1122563 .nav_list .nav_cont a {
    font-size: 16px;
    line-height: 2.56;
    color: #ccc;
    transition: all 0.4s ease-out 0s;
}
#laymod_1122563 .nav_list .nav_cont a:hover {
    color: rgba(238,187,0,1);
}
/* 搜索 */
#laymod_1122563 .nav_search_in {
    background-color: #fff;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    color: #303435;
    margin-bottom: 5%;
}
#laymod_1122563 .search_text {
    height: 100%;
    width: 80%;
    padding: 0 3% 0 10.8%;
    font-size: 20px;
}
#laymod_1122563 .nav_search {
    height: 100%;
    width: 20%;
    text-align: center;
    background-color: rgba(238,187,0,1);
    color: #303435;
    transition: all 0.4s ease-out 0s;
    font-size: 20px;
}
#laymod_1122563 .nav_search:hover {
    color: #fff;
}
/* 公司信息 */
#laymod_1122563 .company_info {
    font-size: 16px;
    line-height: 1.3;
    color: #DFDFDF;
    margin-bottom: 7.4%;
}
#laymod_1122563 .company_item {
    margin-bottom: 2%;
    width: 100%;
}
#laymod_1122563 .company_item > .xybicon {
    display: inline-block;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border-radius: 15px;
    border: 1px solid #DFDFDF;
    color: #DFDFDF;
    margin-right: 2.9%;
    vertical-align: top;
}
#laymod_1122563 .company_item > .company_content {
    display: inline-block;
    width: calc(100% - 2.9% - 40px);
}
#laymod_1122563 .company_item a {
    color: #DFDFDF;
    transition: all 0.4s ease-out 0s;
}
#laymod_1122563 .company_item a:hover {
    color: rgba(238,187,0,1);
}
/* 关注我们 */
#laymod_1122563 .company_qrcode {
    margin-bottom: 5%;
}
#laymod_1122563 .qrcode_title {
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 3.8%;
    color: #fff;
}
#laymod_1122563 .company_qrcode li {
    max-width: 18%;
    text-align: center;
    font-size: 16px;
    color: #cccccc;
    line-height: 1.3;
}
#laymod_1122563 .company_qrcode li img {
    width: 100%;
    margin-bottom: 10px;
}
#laymod_1122563 .company_qrcode li .qrcode_name {
    width: 100%;
}
/* 版权 */
#laymod_1122563 .foot_copy {
    border-top: 1px solid #4f4f4f;
    padding-top: 1.5%;
    color: #ccc;
    font-size: 14px;
    line-height: 1.1;
}
#laymod_1122563 .foot_copy a {
    color: #ccc;
    transition: all 0.4s ease-out 0s;
}
#laymod_1122563 .foot_copy a:hover {
    color: rgba(238,187,0,1);
}
/* 返回顶部 */
#laymod_1122563 .foot_backtop {
    position: relative;
    z-index: 5;
    transition: all 0.5s ease-out 0s;
    bottom: 0;
}
#laymod_1122563 .fixed .foot_backtop {
    position: fixed;
    bottom: 10%;
    left: 0;
    right: 0;
}
#laymod_1122563 .curMobile.fixed .foot_backtop {
    bottom: 0;
    left: -2%;
}
#laymod_1122563 .foot_backtop_wrap {
    position: relative;
}
#laymod_1122563 .foot_backtop_in {
    position: absolute;
    left: 0;
    bottom: 25px;
    color: rgba(238,187,0,1);
    text-align: center;
    cursor: pointer;
}
#laymod_1122563 .fixed .foot_backtop_in {
    bottom: 0;
}
#laymod_1122563 .curMobile.fixed .foot_backtop_in {
    transform: scale(0.5);
}
#laymod_1122563 .foot_backtop_in .company_backtop {
    display: inline-block;
    background-color: #111111;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 2px solid rgba(238,187,0,1);
    border-radius: 22px;
    margin-bottom: 25%;
    font-size: 25px;
}
#laymod_1122563 .foot_backtop_in .backtop_name {
    font-size: 12px;
    line-height: 1;
}
/* 移动端 */
#laymod_1122563 .curMobile .foot_copy {
    line-height: 1.8;
    text-align: center;
}
#laymod_1122563 .curMobile .nav_logo {
    width: 35%;
}
#laymod_1122563 .curMobile .nav_list {
    width: 60%;
}
#laymod_1122563 .curMobile .nav_list > ul {
    display: none;
}
#laymod_1122563 .curMobile .nav_btn {
    display: block;
    margin: 5% 0 0 0;
}
#laymod_1122563 .curMobile .foot_nav_left,
#laymod_1122563 .curMobile .foot_nav_right {
    width: 100%;
}
#laymod_1122563 .curMobile .qrcode_title,
#laymod_1122563 .curMobile .nav_search_in,
#laymod_1122563 .curMobile .search_text,
#laymod_1122563 .curMobile .nav_search,
#laymod_1122563 .curMobile .company_info {
    font-size: 14px;
}
#laymod_1122563 .curMobile .nav_search_in {
    height: 35px;
    line-height: 35px;
}
#laymod_1122563 .curMobile .company_item > .xybicon {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 12px;
    font-size: 12px;
}
/* 弹窗 */
#laymod_1122563 .foot_fixed_nav {
    overflow: hidden;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: all 0.5s ease-out 0.1s;
    position: fixed;
}
#laymod_1122563 .foot_fixed_nav .fixed_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.9;
    -moz-opacity: 0.9;
    filter: alpha(opacity=90);
    z-index: 1;
}
#laymod_1122563 .foot_fixed_nav.active {
    width: 100%;
    height: 100%;
    z-index: 2;
}
#laymod_1122563 .curMobile .fixed_nav {
    height: 70%;
    width: 100%;
    min-width: 100px;
    max-width: 150px;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
    z-index: 2;
}
#laymod_1122563 .curMobile .fixed_nav li {
    margin-bottom: 10%;
}
#laymod_1122563 .foot_fixed_nav .nav_list .nav_line {
    margin-top: 4%;
    margin-bottom: 6%;
    max-width: 50px;
}
#laymod_1122563 .curMobile .company_close {
    z-index: 3;
    position: absolute;
    top: 5%;
    right: 5%;
    font-size: 35px;
    color: #fff;
    line-height: 1;
    transition: all 0.2s ease-out 0s;
}
#laymod_1122563 .curMobile .company_close:hover {
    transform: rotate(180deg);
}
/* 链接统一动画 */
#laymod_1122563 a {
    position: relative;
    /* display: inline-block;
    overflow: hidden; */
}
#laymod_1122563 a::after {
    position: absolute;
    z-index: 0;
    content: '';
    display: inline-block;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 120%;
    /* margin-top: -51px;
    margin-left: -51px; */
    border-radius: 5px;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    background-color: rgba(255,255,255,0.2);
    /* border: 1px solid rgba(255,255,255,0.2); */
}
#laymod_1122563 a:hover::after {
    animation: waveLevel1 1s 1 ease;
    -webkit-animation: waveLevel1 1s 1 ease;
    -moz-animation: waveLevel1 1s 1 ease;
}
/*768<= ipad区间 <=1200*/
@media (min-width:768px) and (max-width:1200px) {
}
@keyframes waveLevel1 {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 0;
    }
    60% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.4;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0.3;
        filter: blur(5px);
    }
}
@-moz-keyframes waveLevel1 {
    0% {
        -moz-transform: translate(-50%, -50%) scale(0);
        -moz-opacity: 0;
    }
    60% {
        -moz-transform: translate(-50%, -50%) scale(1);
        -moz-opacity: 0.4;
    }
    100% {
        -moz-transform: translate(-50%, -50%) scale(1.2);
        -moz-opacity: 0.3;
        -moz-filter: blur(5px);
    }
}
@-webkit-keyframes waveLevel1 {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0);
        -webkit-opacity: 0;
    }
    60% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        -webkit-opacity: 0.4;
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(1.2);
        -webkit-opacity: 0.3;
        -webkit-filter: blur(5px);
    }
}
		  /* 默认引入阿里云图标 */
@font-face {
  font-family: 'xybicon';  /* project id 249974 */
  src: url('//at.alicdn.com/t/font_249974_x3897djuv44y4x6r.eot');
  src: url('//at.alicdn.com/t/font_249974_x3897djuv44y4x6r.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_249974_x3897djuv44y4x6r.woff') format('woff'),
  url('//at.alicdn.com/t/font_249974_x3897djuv44y4x6r.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_249974_x3897djuv44y4x6r.svg#xybicon') format('svg');
}
.xybicon {
    font-family:"xybicon" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
img {
border:0 none;
}
ul,ol,li {
list-style:none;
padding:0;
margin:0;
}
h1,h2,h3,h4,h5,h6,p {
margin:0;
font-weight:normal;	
}
a, a:hover, a:active, a:visited, a:focus {
text-decoration:none;
}
/*模版整体控制*/
#laymod_1122562 #xyb_fullcontrol_2 {
	position:relative;
	overflow:hidden;
		font-family:"Microsoft Yahei","PingHei","Lucida Grande","Lucida Sans Unicode";
}
#laymod_1122562 .bodyCont_width {
	position:relative;
	z-index:4;
}
#laymod_1122562 .bodyContContent {
	position:relative;
	z-index: 4;
}
/*设计页提示语*/
#laymod_1122562 .mk_hide {
	display:none;
	position:relative;
	z-index: 10;
	text-align:center;
	min-height:20px;
}
.design-html #laymod_1122562 .mk_hide {
	display:block;
}
@media (min-width:1630px) {
	.container {
			/*未开启独立主体宽度控制，则开启统一主体宽度控制*/
				    width:1600px;
	}
	.page-nd .container {
	}
	.page-nd .container_pc {
			width:1170px;
	}
}
#g_body {
}
.module-section {
	background:none;
}
.row {
		margin-right:0;
		margin-left:0;
}
.container {
		padding-left:0 !important;
		padding-right:0 !important;
}
@media (min-width:768px) and (max-width:1366px) {
	.row {
		margin-right:0;
		margin-left:0;
	}
	.container {
			padding-left:0 !important;
			padding-right:0 !important;
	}
}
.design-html #laymod_1122562 .alert {
	padding:0 !important;
}
.bodyContTitle .fl {
}
#g_body .ql-toolbar {
	z-index: 2000;
}
