﻿* { box-sizing: border-box; }
html, body { color: #333; font: 12px/1.5 "Microsoft Yahei", Arial, Simsun, sans-serif; background-color: #fff; overflow-x: hidden; }
.wrap { width: 100%; height: 100%; margin: 0 auto; overflow: hidden; max-width: 1200px; }
.idx-title { width: 180px; height: 80px; margin: 0 auto; color: #181818; font-size: 18px; list-style: none; line-height: 27px; padding-top: 27px; padding-left: 75px; background-image: url(../image/title.png); background-repeat: no-repeat; -webkit-background-size: 180px auto; background-size: 180px auto; }
.idx-content { background-color: #f7f7f7; }
.inr-content { background-color: #f7f7f7; }
.header ~ .idx-content { padding-top: 48px; }
.header ~ .inr-content { padding-top: 48px; }
.wapyc{ display:block}
.wapxs{ display:none}
.imgboxs{float:right;width:50%;}
@media screen and (min-width:992px) {
    .idx-title { width: 238px; height: 106px; font-size: 24px; line-height: 36px; padding-top: 36px; padding-left: 100px; -webkit-background-size: 238px auto; background-size: 238px auto; }
    .header ~ .idx-content { padding-top: 0; }
    .header ~ .inr-content { padding-top: 0; }
}
@media screen and (min-width:1200px) {
    .inr-content { background-color: #fff; }
}


.fdbox{height:80px; width:100%; }
.fdbox.relative {position: absolute;z-index: 100;width: 100%;background:none!important;}
.fdbox.fixed {position: relative;z-index: 100;width: 100%; box-shadow: 0 0 5px 0 #666;}
.header { position: relative; top: 0; left: 0; z-index: 99; width: 100%; height: 49px;  }
.header .hd-tabbar { position: relative; z-index: 2; height: 100%;  }
.header .hd-logo { float: left; height: 100%; padding: 6px 12px; }
.header .hd-logo img { display: block; height: 100%; }
.header .btn-menu { position: absolute; z-index: 1; top: 0; right: 0; width: 48px; height: 100%; padding: 12px; }
.header .btn-menu .icon-menu { color: #ddd; display: block; font-size: 22px; text-align: center; line-height: 14px; }
.header .btn-menu.active .icon-menu::before { content: "\e86e"; }
.header .hd-menu { position: fixed; z-index: 1; left: 0; right: 0; top: 0px; bottom: 0; padding-top: 52px; padding-bottom: 54px; background-color: #f7f7f7; -webkit-transition: 0.25s ease-in-out; transition: 0.25s ease-in-out; -webkit-transform: translate(0, -100%); transform: translate(0, -100%); }
.header .hd-menu.active { -webkit-transform: translate(0, 0); transform: translate(0, 0); }
.header .hd-navbar { width: 100%; max-height: 100%; overflow: auto; -webkit-overflow-scrolling: touch; }
.header .navitem { width: 100%; height: auto; position: relative; }
.header .navitem::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background-color: #efeff4; -webkit-transform: scaleY(0.5); transform: scaleY(0.5); }
.header .navitem:last-child::after { height: 0; }
.header .navitem > a { display: block; height: 48px; color: #fff; padding: 14px; font-size: 14px; line-height: 20px;  }
.header .navitem > a::before { content: "\e88e"; color: #bbb; float: right; font-size: 16px; font-weight: normal; font-family: "iconfont"; }
.header .dropdown { height: 0; overflow: hidden; position: relative; background-color: #efeff4; -webkit-transition: 0.3s linear; transition: 0.3s linear; -webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: scaleY(0); transform: scaleY(0); }
.header .navitem.active .dropdown { height: auto; -webkit-transform: scaleY(1); transform: scaleY(1); }
.header .subnav .item { display: block; color: #666; text-align: left; font-size: 14px; line-height: 42px; padding-left: 27px; padding-right: 12px; position: relative; background-color: #efeff4; }
.header .subnav .item a { display: block; }
.header .subnav .item::before { content: "\e88e"; color: #444; float: right; font-size: 16px; font-weight: normal; font-family: "iconfont"; }
.header .subnav .item::after { content: ""; position: absolute; left: 27px; right: 0; bottom: 0; height: 1px; background-color: #dfdfdf; -webkit-transform: scaleY(0.5); transform: scaleY(0.5); }
.header .subnav .item:last-child::after { height: 0; }
.header .navitem.fold .tap::before { -webkit-transform: rotate(90deg); transform: rotate(90deg); }
.header .navitem.fold.active .tap::before { -webkit-transform: rotate(270deg); transform: rotate(270deg); }
.header .hd-phone { padding: 14px 20px; width: 100%; height: 54px; line-height: 24px; text-align: center; }
.header .hd-phone .icon { width: 24px; height: 24px; margin-right: 8px; vertical-align: top; background-position: -57px -64px; }
.header .hd-phone a { color: #666; height: 24px; font-size: 16px; line-height: 26px; display: inline-block; }
@media screen and (min-width:992px) {
    .header { height: 90px; position: relative; }
    .header .wrap { overflow: visible; }
    .header .hd-tabbar { float: left; width: auto; height: 100%; }
    .header .hd-logo { padding: 12px; }
    .header .btn-menu { display: none; }
    .header .hd-menu { position: static; float: right; height: 100%; padding: 0; background-color: transparent; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); }
    .header .hd-navbar { float: left; width: auto; overflow: visible; }
    .header .hd-navbar .navitem { float: left; color: #666; width: auto; height: 100%; margin-right: 32px; position: relative; }
    .header .hd-navbar .navitem:after { content: ""; position: absolute; left: 50%; bottom: 0; width: 2em; height: 3px; margin-left: -1em; background-color: transparent; -webkit-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
    .header .hd-navbar .navitem > a { display: block; padding: 0; width: auto; height: 100%; font-size: 15px; line-height: 90px; }
    .header .hd-navbar .navitem a:before { display: none; }
    .header .dropdown { position: absolute; z-index: 5; top: 90px; left: 50%; opacity: 0; width: 240px; height: auto; text-align: center; margin-left: -120px; visibility: hidden; background-color: transparent; -webkit-transform: translateY(20%); -ms-transform: translateY(20%); -o-transform: translateY(20%); transform: translateY(20%); -webkit-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }
    .header .dropdown:before { content: ""; display: block; margin: 0 auto; width: 4px; height: 0; border: 6px solid #1d2088; border-width: 0 4px 6px; border-color: #1d2088 transparent; }
    .header .subnav { position: relative; display: inline-block; border-top: 2px solid #1d2088; -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08); box-shadow: 0 0 15px rgba(0, 0, 0, 0.08); *display: inline; *zoom: 1; }
    .header .subnav .item { padding: 0; border-bottom: 1px solid #efeff4; }
    .header .subnav .item:before { display: none; }
    .header .subnav .item:after { display: none; }
    .header .subnav a { display: block; height: 42px; padding: 0 24px; font-size: 14px; line-height: 42px; white-space: nowrap; background-color: #fff; }
    .header .subnav a:hover { background-color: #f4f4f4; }
    .header .navitem.active { color: #1d2088; }
   
   .hd-navbar em{width:0px; height:2px; background:#FFF; position:absolute; left:50%; margin-left:-20px; bottom:0px;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; transition:all 0.5s;}
	.navitem a:hover em{width:40px;}
	.navitem.active a em{width:40px!important;height:2px!important; background:#FFF!important; position:absolute!important; left:50%!important; margin-left:-20px!important; bottom:0px!important;}
    .header .navitem:hover .dropdown { opacity: 1; visibility: visible; -webkit-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
    .header .hd-phone { position: relative; float: right; width: auto; padding: 0; height: 24px; margin: 33px 0; }
    .header .hd-phone .icon { float: left; width: 24px; height: 24px; margin-right: 8px; background-position: -57px -64px; }
    .header .hd-phone a { color: #fff; height: 24px; font-size: 16px; line-height: 26px; display: inline-block; }
}
@media screen and (min-width:1200px) {
    .header { height: 70px; }
    .header .hd-logo { padding: 10px 0; }
    .header .hd-navbar .navitem { margin-right: 40px; }
    .header .hd-navbar .navitem > a { line-height: 70px; }
    .header .dropdown { top: 120px; }
    .header .hd-phone { margin: 22px 0; }
}


.idx-banner { position: relative; overflow: hidden; z-index: 2; background-color: #fff; margin-bottom: 10px; }
.idx-banner .swiper-banner .swiper-slide .tap { display: block; width: 100%; height: 0; padding: 32% 0; overflow: hidden; position: relative; }
.idx-banner .swiper-banner .swiper-slide img { position: absolute; top: 0; left: 50%; height: 100%; -webkit-transform: translate(-50%); -ms-transform: translate(-50%); -o-transform: translate(-50%); transform: translate(-50%); }
.idx-banner .swiper-banner .swiper-pagination-bullet { background-color: #1d2088; opacity: 1; }
.idx-banner .swiper-banner .swiper-pagination-bullet.swiper-pagination-bullet-active { background-color: #fff; opacity: 1; }
.idx-banner .gratis-list { position: relative; z-index: 3; width: 100%; max-width: 1200px; padding: 5px 0; margin: 0 auto; overflow: hidden; background-color: #fff; }
.idx-banner .gratis-list .item { float: left; width: 33.33334%; position: relative; text-align: center; padding: 15px 12px; position: relative; }
.idx-banner .gratis-list .name { display: block; color: #333; font-size: 14px; line-height: 30px; }
.idx-banner .gratis-list .desc { display: block; color: #999; font-size: 12px; line-height: 20px; }
.idx-banner .gratis-list .icon { display: block; width: 28px; height: 28px; margin: 0 auto 8px; -webkit-background-size: 480px auto; background-size: 480px auto; }
.idx-banner .gratis-list .icon1 { background-position: 0 0; }
.idx-banner .gratis-list .icon2 { background-position: -33px 0; }
.idx-banner .gratis-list .icon3 { background-position: -66px 0; }
@media screen and (min-width:992px) {
    .idx-banner .swiper-banner .swiper-slide .tap { padding: 25.25% 0; }
}
@media screen and (min-width:1200px) {
    .idx-banner { padding-bottom: 20px; margin-bottom: 0; }
    .idx-banner .swiper-banner .swiper-slide .tap { height: 740px; padding: 0; }
    .idx-banner .swiper-banner .swiper-slide img { margin-left: -960px; -webkit-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); }
    .idx-banner .gratis-list { height: 130px; padding: 35px 0; margin-top: -42px; -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); }
    .idx-banner .gratis-list .item { height: 100%; text-align: left; padding: 0 7% 0 4.25%; border-left: 1px solid #e5e5e5; }
    .idx-banner .gratis-list .item:first-child { border-left: none; }
    .idx-banner .gratis-list .name { font-size: 18px; padding-right: 80px; }
    .idx-banner .gratis-list .name:before { content: ""; display: block; width: 30px; height: 3px; margin-bottom: 9px; background-color: #e60012; }
    .idx-banner .gratis-list .desc { font-size: 14px; padding-right: 80px; }
    .idx-banner .gratis-list .icon { position: absolute; top: 0; right: 88px; width: 56px; height: 56px; margin: 2px 0; -webkit-background-size: 960px auto; background-size: 960px auto; }
    .idx-banner .gratis-list .icon1 { background-position: 0 0; }
    .idx-banner .gratis-list .icon2 { background-position: -66px 0; }
    .idx-banner .gratis-list .icon3 { background-position: -132px 0; }
}


.idx-house { padding: 20px 0; background-color: #fff; }
.idx-house .house-list { overflow: hidden; padding: 12px 6px; }
.idx-house .house-list:after { display: block; content: ""; clear: both; height: 0; }
.idx-house .house-list .item { float: left; width: 50%; padding: 6px; text-align: center; position: relative; }
.idx-house .house-list .item:first-child::after { display: block; content: ""; width: 100%; padding: 75% 0; }
.idx-house .house-list .info { position: absolute; top: 6px; left: 6px; right: 6px; bottom: 6px; border-bottom: 3px solid #1d2088; }
.idx-house .house-list .name { color: #666; font-size: 24px; line-height: 28px; text-align: center; letter-spacing: 1px; font-weight: lighter; }
.idx-house .house-list .name strong { display: block; color: #e0e0e0; font-size: 16px; line-height: 24px; position: relative; text-transform: capitalize; }
.idx-house .house-list .name strong:after { content: ""; display: block; width: 72px; height: 1px; margin: 0 auto 10px; background-color: #e0e0e0; }
.idx-house .house-list .desc { color: #666; font-size: 12px; line-height: 24px; text-align: center; margin-bottom: 16px; }
.idx-house .house-list .btn { width: 62px; height: 30px; color: #666; line-height: 30px; text-align: center; text-transform: uppercase; }
.idx-house .house-list .tap { position: relative; }
.idx-house .house-list .thumb { width: 100%; display: block; overflow: hidden; position: relative; }
.idx-house .house-list .thumb img { display: block; width: 100%; }
.idx-house .house-list .cover { display: none; }
.idx-house .house-list .words { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: 8px; background-color: rgba(0, 0, 0, 0.5); }
.idx-house .house-list .symbol { display: none; }
.idx-house .house-list .title { color: #fff; font-size: 16px; line-height: 24px; text-align: center; margin-bottom: 6px; }
.idx-house .house-list .intro { display: block; color: #dbdbdb; font-size: 12px; line-height: 18px; text-align: center; }
@media screen and (min-width:414px) {
    .idx-house .house-list .item { width: 50%; }
}
@media screen and (min-width:768px) {
    .idx-house .house-list .item { width: 25%; }
}
@media screen and (min-width:992px) {
    .idx-house .house-list { padding: 20px 6px; }
    .idx-house .house-list .item { width: 25%; }
    .idx-house .house-list .item .name { font-size: 36px; line-height: 48px; letter-spacing: 2px; }
    .idx-house .house-list .item .name strong { font-size: 18px; line-height: 36px; }
    .idx-house .house-list .item .name strong:after { margin: 0 auto 16px; }
    .idx-house .house-list .item .desc { font-size: 15px; line-height: 30px; margin-bottom: 20px; }
}
@media screen and (min-width:1200px) {
    .idx-house { padding: 50px 0; }
    .idx-house .wrap { overflow: visible; }
    .idx-house .house-list { margin: 0 -12px; padding: 20px 0; }
    .idx-house .house-list .item { width: 25%; padding: 0 0.980393%; }
    .idx-house .house-list .item .info { top: 0; left: 12px; right: 12px; bottom: 0; padding: 36px 24px; background-color: #fff; -webkit-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; border-bottom: 8px solid #1d2088; -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
    .idx-house .house-list .item .name { font-size: 48px; line-height: 56px; letter-spacing: 4px; }
    .idx-house .house-list .item .name strong { font-size: 24px; line-height: 48px; letter-spacing: 0; }
    .idx-house .house-list .item .name strong:after { margin: 0 auto 20px; }
    .idx-house .house-list .item .desc { font-size: 14px; line-height: 24px; margin-bottom: 28px; }
    .idx-house .house-list .cover { display: block; position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; visibility: hidden; background-color: #000; filter: alpha(opacity:50); opacity: 0; -webkit-transition: 0.4s linear; -o-transition: 0.4s linear; transition: 0.4s linear; }
    .idx-house .house-list .words { position: absolute; z-index: 2; top: 0; left: 0; right: 0; bottom: 0; padding: 80px 48px; background-color: transparent; }
    .idx-house .house-list .symbol { display: block; width: 32px; height: 32px; color: #888; font-size: 32px; line-height: 27px; text-indent: 1px; text-align: center; margin: 20px auto; border-radius: 50%; background-color: #fff; opacity: 0; -webkit-transform: translateY(-30px); -ms-transform: translateY(-30px); -o-transform: translateY(-30px); transform: translateY(-30px); -webkit-transition: 0.4s linear; -o-transition: 0.4s linear; transition: 0.4s linear; }
    .idx-house .house-list .title { color: #fff; font-size: 18px; line-height: 36px; text-align: center; margin-bottom: 12px; -webkit-transition: 0.4s linear; -o-transition: 0.4s linear; transition: 0.4s linear; opacity: 0; -webkit-transform: translateY(60px); -ms-transform: translateY(60px); -o-transform: translateY(60px); transform: translateY(60px); }
    .idx-house .house-list .intro { display: block; color: #dbdbdb; font-size: 14px; line-height: 28px; text-align: center; -webkit-transition: 0.4s linear; -o-transition: 0.4s linear; transition: 0.4s linear; opacity: 0; -webkit-transform: translateY(80px); -ms-transform: translateY(80px); -o-transform: translateY(80px); transform: translateY(80px); }
    .idx-house .house-list .item:hover .cover { opacity: 0.5; visibility: visible; }
    .idx-house .house-list .item:hover .hover { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
    .idx-house .house-list .item:hover .info { -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.12); box-shadow: 0 0 20px rgba(0, 0, 0, 0.12); -webkit-transform: translateY(-5px); -ms-transform: translateY(-5px); -o-transform: translateY(-5px); transform: translateY(-5px); }
}


.idx-step { padding: 20px 0 10px; margin: 10px 0; background-color: #fff; }
.idx-step .title { color: #333; font-size: 20px; line-height: 32px; text-align: center; }
.idx-step .intro { color: #666; font-size: 14px; line-height: 36px; text-align: center; margin-bottom: 20px; }
.idx-step .swiper-container { width: 100%; margin: 0 auto; max-width: 1200px; }
.idx-step .swiper-wrapper { width: 200%; max-width: 1200px; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap; }
.idx-step .swiper-container .swiper-slide { width: 25%; padding: 12px; }
.idx-step  .swiper-slide .tap { width: 100%; padding: 15px; display: block; border: 1px solid #efeff4; }
.idx-step .item { float: left; width: 33.333333%; margin-bottom: 24px; position: relative; }
.idx-step .icon { display: block; width: 48px; height: 48px; margin: 0 auto 10px; position: relative; -webkit-background-size: 480px auto; background-size: 480px auto; }
.idx-step .icon1 { background-position: -100px 0; }
.idx-step .icon2 { background-position: -153px 0; }
.idx-step .icon3 { background-position: -206px 0; }
.idx-step .icon4 { background-position: -259px 0; }
.idx-step .icon5 { background-position: -312px 0; }
.idx-step .icon6 { background-position: -365px 0; }
.idx-step .icon7 { background-position: -418px 0; }
.idx-step .item .icon:before { content: ""; position: absolute; top: 50%; left: 100%; right: 0; height: 0; border-top: 1px dashed #dcdcdc; }
.idx-step .name { color: #333; display: block; font-size: 14px; line-height: 24px; text-align: center; }
.idx-step .desc { color: #666; display: block; font-size: 12px; line-height: 18px; text-align: center; }
.idx-step .item:hover .icon { -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); }
@media screen and (min-width:768px) {
    .idx-step .swiper-wrapper { width: 100%; max-width: 1200px; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap; }
    .idx-step .swiper-container .swiper-slide { width: 25%; }
	
}
@media screen and (min-width:992px) {
    .idx-step .swiper-container .swiper-slide { width: 20%; }
}
@media screen and (min-width:1200px) {
    .idx-step { padding: 54px 0; background-color: #f7f7f7; }
    .idx-step .title { color: #333; font-size: 24px; line-height: 45px; text-align: center; }
    .idx-step .intro { color: #666; font-size: 18px; line-height: 54px; text-align: center; margin-bottom: 8px; }
    .idx-step .swiper-container { overflow: hidden; }
    .idx-step .swiper-wrapper { width: auto; max-width: none; padding: 30px 0; margin: 0 -36px; }
    .idx-step .swiper-container .swiper-slide { float: left; width: 14.285715%; padding: 0; position: relative; }
    .idx-step .swiper-container .swiper-slide .tap { border: none; padding: 0; }
    .idx-step .swiper-container .swiper-slide:before { content: ""; position: absolute; top: 48px; left: 0; right: 0; height: 0; border-top: 1px dashed #dcdcdc; }
    .idx-step .swiper-container .swiper-slide:first-child:before { left: 50%; }
    .idx-step .swiper-container .swiper-slide:last-child:before { right: 50%; }
    .idx-step .icon { width: 96px; height: 96px; margin: 0 auto 20px; background-color: #f7f7f7; -webkit-background-size: 960px auto; background-size: 960px auto; -webkit-transition: 0.35s ease-in-out; -o-transition: 0.35s ease-in-out; transition: 0.35s ease-in-out; }
    .idx-step .icon1 { background-position: -200px 0; }
    .idx-step .icon2 { background-position: -306px 0; }
    .idx-step .icon3 { background-position: -412px 0; }
    .idx-step .icon4 { background-position: -518px 0; }
    .idx-step .icon5 { background-position: -624px 0; }
    .idx-step .icon6 { background-position: -730px 0; }
    .idx-step .icon7 { background-position: -836px 0; }
    .idx-step .name { color: #333; display: block; font-size: 16px; line-height: 32px; text-align: center; }
    .idx-step .desc { color: #666; display: block; font-size: 14px; line-height: 32px; text-align: center; }
    .idx-step .item:hover .icon { -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); }
}


.idx-case { padding: 20px 0; background:#6b86bd; }
.idx-case .idx-title { color: #fff; background-position: 0 -90px; }
.idx-case .tabbar { padding: 12px; line-height: 30px; text-align: center; }
.idx-case .tabitem { margin: 0 5px; color: #dedede; font-size: 14px; padding: 0 8px; margin-top: 12px; line-height: 30px; border: 1px  solid transparent; border-width: 1px 0; display: inline-block; *display: inline; *zoom: 1; }
.idx-case .tabitem.active { color: #fff; border-color: #fff; }
.idx-case .module-scroll { display: none; width: 100%; margin: 0 auto; overflow: hidden; position: relative; padding: 16px 6px; }
.idx-case .module-scroll.active { display: block; }
.idx-case .module-scroll .view { display: block; width: 100%; height: 306px; overflow: hidden; position: relative; }
.idx-case .module-scroll .list { position: absolute; top: 0; left: 0; width: 200%; height: 100%; overflow: hidden; }
.idx-case .module-scroll .item { float: left; width: 25%; padding: 0 6px; -webkit-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }
.idx-case .module-scroll .tap { display: block; height: 100%; overflow: hidden; position: relative; padding-bottom: 10px; background-color: #f4f4f2; }
.idx-case .module-scroll .thumb { width: 100%; height: 0; padding: 0 0 103%; overflow: hidden; position: relative; }
.idx-case .module-scroll .thumb img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; object-fit: cover; -webkit-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }
.idx-case .module-scroll .name { color: #333; font-size: 16px; padding: 0 16px; line-height: 42px; }
.idx-case .module-scroll .desc { color: #888; height: 48px; font-size: 14px; padding: 0 16px; overflow: hidden; line-height: 24px; white-space: normal; display: -webkit-box; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 2; -webkit-box-orient: vertical }
.idx-case .module-scroll .btn-control { position: absolute; top: 50%; margin: 0; width: 24px; color: #fff; height: 60px; opacity: 0.6; cursor: pointer; font-size: 24px; margin-top: -30px; line-height: 60px; text-align: center; font-family: Simsun; background-color: #b9b7b7; }
.idx-case .module-scroll .btn-control.prev { left: 0; }
.idx-case .module-scroll .btn-control.next { right: 0; }
.idx-case .module-scroll:hover .btn-control { opacity: 0.6; }
.idx-case .module-scroll .item:hover img { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.CateText{width:300px; float:left;}
.CateImg{float:right; width:860px;}
.CateText p.bt1{font-size:60px; color:#fff; font-weight:bold;margin-top:80px;}
.CateText p.bt2{font-size:60px; color:#0048ff; font-weight:bold; border-bottom:2px solid #0048ff;}
.CateText p.bt3{font-size:22px; color:#fff;border-bottom:2px solid #0048ff; padding:10px 0;}
.CateText p.bt3 font{font-size:22px; color:#0048ff; font-weight:bold; }
.CateText p.bt4{font-size:22px; color:#fff; padding:10px 0;}
.CateText p.bt5{width:200px; height:40px; background:#0048ff; border-radius:6px; color:#fff; line-height:40px; text-align:40px;}
.CateText p.bt5 a{ display:block; text-align:center; color:#fff; font-size:20px;}

.CateImg img{width:100%; height:auto!important;}
@media screen and (min-width:768px) {
    .idx-case .module-scroll .view { height: 347px; }
    .idx-case .module-scroll .list { width: 133.334%; }
}
@media screen and (min-width:992px) {
    .idx-case .idx-title { background-position: 0 -118px; }
    .idx-case .module-scroll .view { height: 348px; }
    .idx-case .module-scroll .list { width: 100%; }
}
@media screen and (min-width:1200px) {
    .idx-case { height: 830px; padding: 50px 0; background:#6b86bd;}
    .idx-case .tabbar { height: 88px; line-height: 30px; padding: 28px 0; }
    .idx-case .tabitem { font-size: 16px; padding: 0 16px; margin-top: 0; *display: inline; *zoom: 1; }
    .idx-case .module-scroll { width: 100%; margin: 0 auto; padding: 20px 60px; }
    .idx-case .module-scroll .view { height: 419px; }
    .idx-case .module-scroll .list { width: 100%; }
    .idx-case .module-scroll .item { padding: 0 9px; -webkit-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }
    .idx-case .module-scroll .tap { display: block; height: 100%; overflow: hidden; position: relative; background-color: #f4f4f2; }
    .idx-case .module-scroll .tap:after { content: ""; display: block; width: 20px; height: 2px; margin-top: 28px; margin-left: 26px; background-color: #b9b7b7; }
    .idx-case .module-scroll .name { font-size: 16px; padding: 0 26px; line-height: 56px; }
    .idx-case .module-scroll .desc { font-size: 14px; padding: 0 26px; line-height: 28px; overflow: hidden; line-height: 24px; }
    .idx-case .module-scroll .btn-control { width: 32px; height: 80px; margin: 0; color: #fff; cursor: pointer; opacity: 0.3; font-size: 30px; margin-top: -40px; line-height: 80px; }
    .idx-case .module-scroll .btn-control.prev { left: 0; }
    .idx-case .module-scroll .btn-control.next { right: 0; }
    .idx-case .module-scroll:hover .btn-control { opacity: 0.6; }
    .idx-case .module-scroll .item:hover img { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
}


.idx-show { padding: 20px 0; background-color: #fff; }
.idx-show .idx-title { margin-bottom: 20px; background-position: 0 -179px; }
.idx-show .show-slide { display: block; width: 100%; overflow: hidden; }
.idx-show .focusimg { display: none; }
.idx-show .show-intro { display: block; height: 100%; }
.idx-show .words { min-height: 180px; padding: 15px 12px; position: relative; padding-left: 130px; margin-bottom: 12px; background-color: #f4f4f4; }
.idx-show .words:before { display: block; content: ""; width: 56px; height: 1px; margin-bottom: 12px; background-color: #e4e4e4; }
.idx-show .words h3 { position: absolute; top: 0; left: 0; color: #fff; width: 114px; height: 152px; font-size: 18px; line-height: 36px; padding: 24px 15px; text-align: center; font-weight: lighter; background-color: #1d2088; }
.idx-show .words h3 small { display: block; width: 100%; color: #fff; font-size: 12px; line-height: 28px; margin: 12px auto 0; border: 1px solid #fff; border-width: 1px 0; text-transform: uppercase; filter: alpha(opacity:60); opacity: 0.6; }
.idx-show .words h3:after { content: ""; position: absolute; left: 0; width: 0; height: 0; bottom: 0; border: 24px solid #f4f4f4; border-width: 0 57px 24px; border-color: #f4f4f4 transparent; }
.idx-show .words p { color: #888; font-size: 12px; line-height: 22px; text-align: justify; margin-bottom: 4px; }
.idx-show .words .btn { width: 62px; height: 24px; color: #666; font-size: 13px; line-height: 24px; text-align: center; margin-top: 8px; text-transform: uppercase; background-color: transparent; }
.idx-show .imgbox { overflow: hidden; }
.idx-show .imgbox span { float: left; width: 50%; cursor: pointer; overflow: hidden; padding-left: 6px; }
.idx-show .imgbox span img { width: 100%; }
.idx-show .imgbox span:first-child { padding-left: 0; padding-right: 6px; }
@media screen and (min-width:992px) {
    .idx-show .idx-title { margin-bottom: 40px; background-position: 0 -236px; }
    .idx-show .show-slide { float: left; height: 0; width: 48.75%; overflow: hidden; position: relative; padding: 0 0 39.166667%; }
    .idx-show .focusimg { display: block; width: 100%; height: 100%; overflow: hidden; position: absolute; top: 0; left: 0; }
    .idx-show .focusimg-list { top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; position: absolute; z-index: 1; }
    .idx-show .focusimg-item { position: absolute; z-index: 1; top: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; }
    .idx-show .focusimg-item .link { display: block; width: 100%; height: 100%; }
    .idx-show .focusimg-fade .focusimg-item { display: none; }
    .idx-show .focusimg-fade .focusimg-item:first-child { display: block; }
    .idx-show .focusimg-slide .focusimg-item { left: 100%; }
    .idx-show .focusimg-slide .focusimg-item:first-child { left: 0; }
    .idx-show .focusimg .indicator { position: absolute; z-index: 5; left: 0; width: 100%; height: 24px; bottom: 10px; line-height: 24px; text-align: center; }
    .idx-show .focusimg .indicator .item { display: inline-block; width: 20px; height: 20px; opacity: 0.5; margin: 2px 5px; border-radius: 50%; position: relative; background-color: #fff; }
    .idx-show .focusimg .indicator .item.active { opacity: 1; }
    .idx-show .focusimg .btn-control { position: absolute; z-index: 5; top: 50%; width: 40px; height: 80px; color: #fff; font-size: 36px; line-height: 80px; margin-top: -40px; text-align: center; font-family: Simsun; background-color: rgba(0, 0, 0, 0.2); }
    .idx-show .focusimg .btn-control.prev { left: 40px; }
    .idx-show .focusimg .btn-control.next { right: 40px; }
    .idx-show .show-intro { display: block; margin-left: 50%; position: relative; }
    .idx-show .show-intro:after { display: block; content: ""; height: 0; width: 100%; padding-bottom: 78.333334% }
    .idx-show .words { position: absolute; top: 0; left: 0; bottom: 46.334043%; width: 100%; padding: 20px 24px; padding-left: 160px; margin-bottom: 0; background-color: #f4f4f4; }
    .idx-show .words:before { display: block; content: ""; width: 56px; height: 1px; margin-bottom: 12px; background-color: #e4e4e4; }
    .idx-show .words h3 { position: absolute; top: 0; left: 0; color: #fff; width: 144px; height: 182px; font-size: 26px; line-height: 36px; padding: 36px 15px; text-align: center; font-weight: lighter; background-color: #1d2088; }
    .idx-show .words h3 small { display: block; width: 102px; color: #fff; font-size: 15px; line-height: 28px; margin: 12px auto 0; border: 1px solid #fff; border-width: 1px 0; text-transform: uppercase; filter: alpha(opacity:60); opacity: 0.6; }
    .idx-show .words h3:after { content: ""; position: absolute; left: 0; width: 0; height: 0; bottom: 0; border: 24px solid #f4f4f4; border-width: 0 72px 24px; border-color: #f4f4f4 transparent; }
    .idx-show .words p { color: #888; font-size: 12px; line-height: 24px; text-align: justify; margin-bottom: 4px; }
    .idx-show .words .btn { width: 62px; height: 24px; color: #666; line-height: 24px; text-align: center; margin-top: 12px; text-transform: uppercase; background-color: transparent; }
    .idx-show .imgbox { position: absolute; left: 0; bottom: 0; width: 100%; }
    .idx-show .imgbox span { float: left; width: 49%; overflow: hidden; padding: 0; }
    .idx-show .imgbox span:first-child { margin-right: 2%; padding: 0; }
}
@media screen and (min-width:1200px) {
    .idx-show { padding: 48px 0; background-color: #fff; }
    .idx-show .words p { font-size: 14px; line-height: 28px; }
    .idx-show .words .btn { height: 30px; line-height: 30px; }
}


.idx-news { padding: 20px 0 0; background-color: #f7f7f7; }
.idx-news .idx-title { background-position: 0 -268px; }
.idx-news .list { margin: 0; padding: 16px 0 10px; }
.idx-news .item { float: left; width: 100%; height: 128px; border-bottom: 1px solid #efeff4; }
.idx-news .tap { display: block; height: 100%; padding: 15px 12px; background-color: #fff; }
.idx-news .thumb { float: left; width: 144px; height: 98px; overflow: hidden; margin-right: 12px; }
.idx-news .thumb img { display: block; width: 100%; height: 100%; object-fit: cover; }
.idx-news .words { height: 98px; overflow: hidden; }
.idx-news .words h3 { color: #333; font-size: 16px; line-height: 24px; }
.idx-news .words h3:after { content: ""; display: block; width: 20px; height: 1px; margin: 14px 0; background-color: #dbdbdb; }
.idx-news .words .tag { color: #888; width: 66px; height: 20px; font-size: 12px; margin-top: 1px; margin-left: 12px; line-height: 22px; text-align: center; vertical-align: top; border: 1px solid #dbdbdb; display: inline-block; *display: inline; *zoom: 1; }
.idx-news .words p { color: #999; height: 48px; font-size: 12px; line-height: 24px; overflow: hidden; white-space: normal; display: -webkit-box; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 2; -webkit-box-orient: vertical }
@media screen and (min-width:768px) {
    .idx-news .item { float: left; width: 50%; height: 128px; border-bottom: none; }
    .idx-news .list { padding: 30px 0; }
    .idx-news .item { width: 50%; height: 154px; padding: 8px 0; padding-right: 8px; }
    .idx-news .item:nth-child(2n) { padding-left: 8px; padding-right: 0; }
}
@media screen and (min-width:992px) {
    .idx-news .item { float: left; width: 50%; height: 128px; border-bottom: none; }
    .idx-news .idx-title { background-position: 0 -354px; }
    .idx-news { padding: 30px 0 0; background-color: #f7f7f7; }
    .idx-news .list { padding: 30px 0; }
    .idx-news .item { width: 50%; height: 154px; padding: 12px 0; padding-right: 12px; }
    .idx-news .item:nth-child(2n) { padding-left: 12px; }
    .idx-news .tap { display: block; padding: 16px; height: 100%; -webkit-transition: 0.25s ease-in-out; -o-transition: 0.25s ease-in-out; transition: 0.25s ease-in-out; }
    .idx-news .thumb { margin-right: 22px; }
    .idx-news .thumb img { -webkit-transition: 0.4s ease-in-out; -o-transition: 0.4s ease-in-out; transition: 0.4s ease-in-out; }
    .idx-news .words h3 { font-size: 18px; }
    .idx-news .words .tag { color: #888; width: 66px; height: 20px; font-size: 12px; margin-top: 1px; margin-left: 12px; line-height: 22px; text-align: center; vertical-align: top; border: 1px solid #dbdbdb; display: inline-block; *display: inline; *zoom: 1; }
    .idx-news .words p { font-size: 14px; }
    .idx-news .tap:hover { background-color: #fff; -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08); box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08); }
}
@media screen and (min-width:1200px) {
    .idx-news .wrap { overflow: visible; }
    .idx-news .item { height: 170px; padding: 20px 0; padding-right: 34px; }
    .idx-news .item:nth-child(2n) { padding-left: 34px; }
}


.idx-partner { padding: 24px 0;  -webkit-background-size: auto 100%; background-size: auto 100%; }
.idx-partner .idx-title { color: #181818; background-position: 0 -357px; }
.idx-partner .slogan { color: #fff; width: 90%; height: 60px; margin: 28px auto; font-size: 16px; max-width: 850px; font-weight: bold; line-height: 40px; text-align: center; padding: 12px 10px 0; border: 8px solid #fff; border-width: 8px 8px 0; }
.slogan small { display: block; font-size: 10px; line-height: 18px; font-weight: normal; text-transform: uppercase; }
.idx-partner .scrollimg { width: 100%; margin: 0 auto;  position: relative; }
.idx-partner .scrollimg .border { width: 90%; height: 66px; margin: 0 auto; padding: 0 7.75px 16px;  }
.idx-partner .scrollimg .view { z-index: 2; width: 100%; height: 100%; margin: 0 auto; display: block; overflow: hidden; position: relative; }
.idx-partner .scrollimg .list { position: absolute; top: 0; left: 20px; height: 100%; width: 266.66667%; overflow: hidden; }
.idx-partner .scrollimg .item { float: left; width: 20%; max-width: 177px; padding: 0 5px; -webkit-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }
.idx-partner .scrollimg .tap { display: block; width: 100%; height: 0; padding: 0 0 47.4452555%; overflow: hidden; position: relative; background-color: #f4f4f2; }
.idx-partner .scrollimg .tap img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; object-fit: cover; -webkit-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }
.idx-partner .scrollimg .btn-control { position: absolute; z-index: 2; top: 25px; margin: 0; width: 20px; color: #fff; opacity: 0.3; height: 40px; cursor: pointer; font-size: 16px; margin-top: -20px; line-height: 40px; text-align: center; font-family: Simsun; background-color: #b9b7b7; }
.idx-partner .scrollimg .btn-control.prev { left: 0; }
.idx-partner .scrollimg .btn-control.next { right: 0; }
.idx-partner .scrollimg:hover .btn-control { opacity: 0.6; }
@media screen and (min-width:768px) {
    .idx-partner { padding: 32px 0; -webkit-background-size: auto 63%; background-size: auto 63%; }
    .idx-partner .slogan { height: 84px; margin: 36px auto; border: 14px solid #fff; border-width: 14px 14px 0; }
    .idx-partner .scrollimg { padding-top: 36px; }
    .idx-partner .scrollimg .border { width: 90%; height: 90px; padding: 0 7.75px 16px;  }
    .idx-partner .scrollimg .list { width: 200%; }
}
@media screen and (min-width:992px) {
    .idx-partner { padding: 56px 0; -webkit-background-size: auto 402px; background-size: auto 402px; }
    .idx-partner .idx-title { background-position: 0 -472px; }
    .idx-partner .slogan { width: 850px; height: 136px; margin: 54px auto 0; font-size: 30px; font-weight: bold; line-height: 68px; padding-top: 30px; text-align: center; border: 20px solid #fff; border-width: 20px 20px 0; }
    .slogan small { display: block; font-size: 14px; line-height: 26px; font-weight: normal; text-transform: uppercase; }
    .idx-partner .scrollimg { width: 100%; max-width: 1050px; margin: 0 auto; overflow: hidden; position: relative;  }
    .idx-partner .scrollimg .border { width: 100%; margin: 0 auto; padding: 0 17.5px; max-width: 850px; height: 124px; padding-bottom: 40px;  }
    .idx-partner .scrollimg .list { width: 160%; }
    .idx-partner .scrollimg .item { padding: 0 9px; }
    .idx-partner .scrollimg .btn-control { margin: 0; width: 42px; height: 100px; cursor: pointer; font-size: 30px; line-height: 100px; }
    .idx-partner .scrollimg:hover .btn-control { opacity: 0.6; }
}


.idx-note { width: 100%; margin: 0 auto; overflow: hidden; background-color: #fff; }
.idx-note .wrap { padding-bottom: 20px; background: url(../image/bg_column3.jpg) no-repeat left top; }
.idx-note:after { content: ""; display: block; clear: both; height: 0; }
.idx-note .note-form { float: right; min-width: 351px; margin-right: 12px; text-align: center; padding: 60px 36px 30px; background: url(../image/bg_column4.png) no-repeat center top; -webkit-background-size: 100% auto; background-size: 100% auto; }
.idx-note .note-form h3 { color: #666; font-size: 18px; text-align: left; line-height: 40px; }
.idx-note .input-row { min-height: 24px; text-align: left; margin-top: 12px; line-height: 24px; }
.idx-note .input-row label { float: left; width: 74px; color: #999; font-size: 14px; }
.idx-note .input-row input { width: 198px; height: 24px; padding: 3px 8px; line-height: 17px; border-width: 0 0 1px; border-radius: none; border-color: #efeff4; }
.idx-note .input-row textarea { width: 198px; height: 36px; padding: 3px 8px; border-width: 0 0 1px; border-color: #efeff4; }
.idx-note .note-form .btn { width: 80px; height: 30px; color: #fff; line-height: 28px; border-radius: 0; margin-top: 16px; border-color: #1d2088; background-color: #1d2088; }
@media screen and (min-width:768px) {
    .idx-note .note-form { min-width: 364px; }
    .idx-note .wrap { padding-bottom: 28px; }
}
@media screen and (min-width:992px) {
    .idx-note .wrap { padding-bottom: 32px; }
}
@media screen and (min-width:1200px) {
    .idx-note { height: 376px; margin-bottom: 48px; }
    .idx-note .wrap { padding-bottom: 36px; }
    .idx-note .note-form { width: 364px; height: 321px; text-align: center; padding: 60px 36px 30px; }
}


.m10{margin:0 10px;}
.footer { width: 100%; height: auto; padding-top: 24px; background-color: #3f3f40 }
.footer .ft-row { overflow: visible; margin-bottom: 16px; }
.footer .ft-col-5 { width: 100%; padding-top: 20px; border-top: 1px solid #8c7f73; }
.footer .ft-menu { float: left; width: 25%; text-align: center; border-right:1px solid #999;}
.footer .ft-menu dt { color: #fff; font-size: 14px; line-height: 26px; margin-bottom: 5px; text-align:left; }
.footer .ft-menu dd { color: #fff; display: block; opacity: 0.7; font-size: 12px; line-height: 24px; text-align:left; }
.footer .ft-menu dd a:hover { opacity: 1; }
.footer .ft-col-7 { width: 100%; overflow: hidden; padding-bottom: 20px; }
.footer .ft-code { float: left; width: 38%; padding: 0 12px; }
.footer .ft-code dt img { display: block; width: 70%; max-width: 84px; margin: 0 auto 10px; }
.footer .ft-code dd { color: #fff; font-size: 12px; line-height: 20px; text-align: center; }
.footer .ft-code dd + dd { color: #ddd; }
.footer .ft-ways { float: right; width: 62%; padding-left: 20px; padding-right: 12px; }
.footer .ft-ways dt { color: #fff; font-size: 14px; margin-bottom: 8px; }
.footer .ft-ways dt .icon { float: left; width: 23px; height: 23px; margin-right: 8px; -webkit-background-size: 480px auto; background-size: 480px auto; background-position: 0 -32px; }
.footer .ft-ways dd { color: #ddd; font-size: 12px; line-height: 24px; position: relative; padding-left: 44px; }
.footer .ft-ways dd em { position: absolute; top: 0; left: 0; }
.footer .copyright { width: 100%; color: #999; font-size: 12px; line-height: 24px; text-align: center; padding: 13px 12px; background-color: #fff; }
.footer .copyright em { padding: 0 10px; }
.footer .copyright a { color: #999; padding: 0 10px; }
.footer .copyright a:hover { color: #1d2088; }
@media screen and (min-width:768px) {
    .footer .ft-col-5 { float: left; width: 42%; padding-top: 0; border-top: none; }
    .footer .ft-col-7 { float: right; width: 58%; padding-bottom: 0; }
    .footer .ft-code dt img { max-width: 96px; }
}
@media screen and (min-width:992px) {
    .footer { padding-top: 30px; }
    .footer .ft-code dt img { max-width: 108px; }
    .footer .ft-ways dd { line-height: 26px; }
}
@media screen and (min-width:1247px) {
    .footer { padding-top: 48px; }
    .footer .ft-row { margin-bottom: 30px; }
    .footer .ft-col-5 { width: 745px; }
    .footer .ft-menu { width: 186px; text-align: center; }
    .footer .ft-menu dt { font-size: 14px; }
    .footer .ft-menu dd a { font-size: 14px; line-height: 28px; }
    .footer .ft-menu dd a:hover { opacity: 1; }
    .footer .ft-col-7 { width: 430px; overflow: visible; }
    .footer .ft-code { width: 200px; padding: 0; }
    .footer .ft-code dt img { width: 110px; max-width: 143px; }
    .footer .ft-code dd { font-size: 13px; line-height: 10px; }
    .footer .ft-ways { width: 230px; padding-left: 30px; padding-right: 0; }
    .footer .ft-ways dt { font-size: 16px; margin-bottom: 8px; }
    .footer .ft-ways dt .icon { display: block; float: none; width: 45px; height: 45px; margin-top: -12px; margin-bottom: 8px; font-size: 13px; -webkit-background-size: 960px auto; background-size: 960px auto; background-position: 0 -64px; }
    .footer .ft-ways dd { font-size: 14px; line-height: 26px; position: relative; padding-left: 44px; }
    .footer .ft-ways dd em { position: absolute; top: 0; left: 0; }
    .footer .copyright { font-size: 14px; padding: 13px 0; }
    .footer .copyright em { padding: 0 10px; }
    .footer .copyright a { color: #999; padding: 0 10px; }
    .footer .copyright a:hover { color: #1d2088; }
}


.crafts-list { margin-bottom: 24px; }
.crafts-list:after { content: ""; height: 0; clear: both; display: block; }
.crafts-list .item { float: left; width: 100%; position: relative; }
.crafts-list .item:last-child { border-bottom: none; }
.crafts-list .item a { position: relative; padding: 15px 12px; overflow: hidden; background-color: #fff; }
.crafts-list .thumb { float: left; width: 40%; overflow: hidden; position: relative; }
.crafts-list .thumb img { display: block; width: 100%; }
.crafts-list .words { overflow: hidden; padding-left: 12px; }
.crafts-list .title { color: #333; font-size: 17px; line-height: 24px; margin-bottom: 12px; }
.crafts-list .title:after { content: ""; display: block; width: 2em; height: 2px; margin: 12px 0; background-color: #222751; }
.crafts-list .intro { display: block; color: #666; font-size: 14px; line-height: 28px; }
@media screen and (min-width:768px) {
    .crafts-list .words { padding-left: 16px; }
    .crafts-list .item { width: 50%; padding: 20px; padding-left: 0; }
    .crafts-list .item:nth-child(2n) { padding-right: 0; padding-left: 20px; }
}
@media screen and (min-width:992px) {
    .crafts-list .words { padding-left: 20px; }
}
@media screen and (min-width:1247px) {
    .crafts-list .words { padding-left: 28px; }
    .crafts-list .title { font-size: 20px; line-height: 36px; margin-bottom: 12px; }
}


.step-one { text-align: center; }
.step-one .title { color: #222751; font-size: 28px; line-height: 48px; position: relative; margin-bottom: 10px; padding-bottom: 10px;padding-top:20px; }
.step-one .title:after, .step-one .title:before { position: absolute; content: ""; bottom: 0; width: 20px; height: 3px; }
.step-one .title:after { right: 50%; background-color: #222751; }
.step-one .title:before { left: 50%; background-color: #333; }
.step-one .intro { color: #999; font-size: 16px; line-height: 32px; }
.step-one .list { padding: 10px 0; margin: 0 -12px; overflow: hidden; }
.step-one .item { width: 180px; cursor: pointer; margin: 0 60px 16px; }
.step-one .thumb { display: block; width: 100%; height: 0; overflow: hidden; padding: 0 0 100%; position: relative; border-radius: 50%; }
.step-one .thumb img { position: absolute; top: 0; left: 0; width: 100%; border-radius: 50%; -webkit-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; padding:15px;}
.step-one .name { color: #333; font-size: 15px; line-height: 42px; padding: 5px 6px; border-radius: 4px; -webkit-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }
.step-one .item:hover img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.step-one .item:hover .name { color: #0048ff; }
@media screen and (max-width:414px) {
    .step-one .list { margin: 0; padding: 24px 6px; }
    .step-one .item { float: left; width: 50%; margin: 0; cursor: pointer; padding: 0 6px; }
    .step-one .title { font-size: 20px; line-height: 42px; margin-bottom: 5px; padding-bottom: 5px; }
    .step-one .intro { font-size: 12px; line-height: 24px; }
}


.design-navi { padding: 16px 12px; line-height: 30px; text-align: center; }
.design-navi .tabitem { margin: 0 5px; color: #666; font-size: 14px; padding: 0 8px; margin-top: 12px; line-height: 30px; border: 1px  solid transparent; border-width: 1px 0; display: inline-block; }
.design-navi .tabitem.active { color: #1d2088; border-color: #1d2088; }
.design-list { width: 100%; overflow: hidden; padding: 0 6px 32px; }
.design-list .item { float: left; width: 50%; padding: 0 6px; margin-bottom: 12px; }
.design-list .tap { display: block; height: 100%; overflow: hidden; position: relative; padding-bottom: 20px; background-color: #f4f4f2; }
.design-list .tap:after { content: ""; display: block; width: 20px; height: 2px; margin-top: 20px; margin-left: 26px; background-color: #b9b7b7; }
.design-list .thumb { width: 100%; height: 0; overflow: hidden; position: relative; background-color: #222751; padding-bottom: 103.174603%; }
.design-list .thumb img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.design-list .name { color: #333; font-size: 16px; padding: 0 16px; line-height: 42px; }
.design-list .desc { color: #888; height: 48px; font-size: 14px; padding: 0 16px; line-height: 24px; overflow: hidden; line-height: 24px; white-space: normal; display: -webkit-box; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 2; -webkit-box-orient: vertical }
@media screen and (min-width:768px) {
    .design-navi { padding: 32px 0; }
    .design-navi .tabitem { font-size: 15px; padding: 0 12px; }
    .design-list .item { width: 33.333333%; padding: 0 6px; margin-bottom: 12px; }
    .design-list .tap { padding-bottom: 24px; }
    .design-list .tap:after { margin-top: 24px; }
    .design-list .name { line-height: 48px; }
}
@media screen and (min-width:992px) {
    .design-navi { padding: 50px 0 36px; }
    .design-navi .tabitem { font-size: 15px; padding: 0 12px; }
    .design-list .item { width: 25%; padding: 0 6px; margin-bottom: 12px; }
    .design-list .tap { padding-bottom: 24px; }
    .design-list .tap:after { margin-top: 24px; }
    .design-list .name { line-height: 54px; }
}
@media screen and (min-width:1247px) {
    .design-navi { padding: 60px 0 40px; }
    .design-navi .tabitem { font-size: 16px; padding: 0 16px; *display: inline; *zoom: 1; }
    .design-list { width: auto; padding: 0; margin: 0 -12px 32px; }
    .design-list .item { width: 282px; height: 100%; padding: 0; margin: 0 12px 24px; -webkit-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }
    .design-list .tap { padding-bottom: 25px; }
    .design-list .tap:after { margin-top: 28px; }
    .design-list .thumb { padding: 0; height: 290px; }
    .design-list .thumb img { -webkit-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }
    .design-list .name { line-height: 56px; }
    .design-list .tap:hover .name { color: #222751; }
    .design-list .tap:hover img { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
}


.design-show { width: 100%; overflow: hidden; margin: 10px 0; background-color: #fff; }
.design-show:after { display: block; clear: both; content: ""; display: block; }
.design-show .album { padding: 10px 10px 0; width: 100%; position: relative; }
.design-show .album .album-view { width: 100%; height: 0; padding: 0 0 60%; text-align: center; position: relative; background-color: #f7f7f7; }
.design-show .album .ablum-view-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; }
.design-show .album .ablum-view-wrapper img { display: inline-block; max-width: 100%; }
.design-show .album-vbtn { position: absolute; top: 50%; width: 32px; opacity: 0.8; height: 32px; cursor: pointer; margin-top: -16px; line-height: 32px; text-align: center; border-radius: 50%; background-color: #fff; }
.design-show .album-prev { left: 0; }
.design-show .album-next { right: 0; }
.design-show .album-prev:before { content: "\e8b5"; color: #000; font-size: 20px; font-family: "iconfont"; }
.design-show .album-next:before { content: "\e8b6"; color: #000; font-size: 20px; font-family: "iconfont"; }
.design-show .album .album-list { display: none; }
.design-show .album .album-number { position: absolute; bottom: 12px; left: 50%; width: 40px; height: 24px; color: #fff; opacity: 0.8; font-size: 11px; line-height: 24px; text-align: center; letter-spacing: -1px; margin-left: -20px; border-radius: 15px; background-color: rgba(0, 0, 0, 0.6); }
.design-show .detail { width: 100%; padding: 12px; }
.design-show .detail h2 { text-align: left; }
.idx-case.inr-case { height: auto; padding: 0 0 10px; background: #fff; }
.idx-case.inr-case .module-scroll { display: block; }
.inr-title { height: 40px; font-size: 16px; line-height: 16px; padding: 20px 12px 4px; }
.inr-title em { display: block; padding-left: 10px; border-left: 3px solid #222751; }
@media screen and (min-width:768px) {
    .design-show .album { float: left; width: 56%; padding: 10px; }
    .design-show .album .album-list { display: block; padding: 0 32px; margin-top: 16px; position: relative; }
    .design-show .album .album-viewpost { width: 100%; height: 100%; overflow: hidden; }
    .design-show .album .album-list-wrapper { width: 50000px; height: 100%; }
    .design-show .album .album-item { float: left; width: 120px; opacity: 0.5; list-style: none; margin-left: 8px; overflow: hidden; position: relative; -webkit-transition: 0.25s linear; -o-transition: 0.25s linear; transition: 0.25s linear; }
    .design-show .album .album-item a { display: block; width: 100%; height: 0; padding: 0 0 60%; position: relative; }
    .design-show .album .album-item:first-child { margin-left: 0; }
    .design-show .album .album-item.cur { opacity: 1; }
    .design-show .album .album-item img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
    .design-show .album-lbtn { position: absolute; top: 0; width: 24px; height: 100%; cursor: pointer; color: #888; font-size: 1.5em; font-family: Simsun; font-weight: bold; line-height: 75px; text-align: center; background-color: #efeff4; }
    .design-show .album-vbtn { display: none; }
    .design-show .album .album-number { display: none; }
    .design-show .album .album-view:hover .album-vbtn { color: #444; opacity: 1; background-color: #dbdbdb; }
    .design-show .album .album-number { position: absolute; top: 480px; left: 50%; width: 60px; height: 30px; color: #000; opacity: 0.8; font-size: 14px; line-height: 30px; text-align: center; margin-left: -30px; border-radius: 15px; background-color: #fff; }
    .design-show .detail { float: right; width: 44%; padding: 12px 12px 0; }
}
@media screen and (min-width:992px) {
    .design-show { padding: 20px 0; }
    .design-show .detail p { line-height: 32px; }
    .idx-case.inr-case { height: auto; padding: 24px 0; background: #f7f7f7; }
    .inr-title { height: 56px; font-size: 20px; line-height: 20px; padding: 18px 12px; }
}


.news-list { width: 100%; margin: 0 auto; padding-bottom: 20px;  padding-top:20px;}
.news-item { border-bottom: 1px dashed #efeff4; }
.news-item .tap { display: block; overflow: hidden; padding: 15px 12px; background-color: #fff; position: relative; }
.news-item .tap:after { content: ""; display: block; clear: both; height: 0; }
.news-item .thumb { float: left; width: 120px; height: auto; overflow: hidden; }
.news-item .thumb img { width: 100%; height: 100%; object-fit: cover; -webkit-transition: 0.25s ease-in-out; -o-transition: 0.25s ease-in-out; transition: 0.25s ease-in-out; }
.news-item .words { overflow: hidden; padding-left: 12px; }
.news-item .name { color: #333; font-size: 16px; overflow: hidden; line-height: 16px; white-space: nowrap; text-overflow: ellipsis; }
.news-item .desc { color: #666; height: 36px; font-size: 12px; overflow: hidden; line-height: 18px; text-align: justify; }
.news-item .date { color: #aaa; margin: 7px 0; display: block; font-size: 12px; line-height: 16px; }
@media screen and (min-width:768px) {
    .news-item .tap { padding: 20px 15px; }
    .news-item .thumb { float: left; width: 160px; height: auto; overflow: hidden; }
    .news-item .words { padding-left: 20px; }
    .news-item .name { font-size: 18px; line-height: 28px; }
    .news-item .desc { height: 48px; font-size: 14px; line-height: 24px; }
    .news-item .date { margin: 9px 0; }
}
@media screen and (min-width:1200px) {
    .news-item .tap { padding: 20px; -webkit-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }
    .news-item .tap:hover { background-color: #f7f7f7; }
    .news-item .tap:hover .name { color: #222751; }
    .news-item .tap:hover img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
}


.ibanner { height: 0; width: 100%; padding: 20% 0; overflow: hidden; background-repeat: no-repeat; background-position: center top; -webkit-background-size: auto 100%; background-size: auto 100%; }
.detail { width: 100%; margin: 0 auto; max-width: 960px; padding: 10px 12px; }
.detail h2 { color: #333; font-size: 20px; line-height: 36px; text-align: center; margin-bottom: 10px; }
.detail .info { color: #aaa; height: 13px; font-size: 14px; line-height: 13px; text-align: center; margin-bottom: 32px; }
.detail .info em { color: #888; margin: 0 15px; }
.detail p { color: #666; line-height: 2; font-size: 14px; text-align: justify; margin-bottom: 16px; }
.detail p img { display: block; width: auto; height: auto; max-width: 100%; margin: 0 auto; }
@media screen and (min-width:992px) {
    .ibanner { padding: 18% 0; }
}
@media screen and (min-width:1247px) {
    .ibanner { padding: 0; height: 400px; }
}


.about-detail { position: relative; overflow: hidden; padding-top:30px; margin-bottom: 48px; border-radius: 10px; background-color: #fff; }
.about-detail .imgbox { float: left; width: 42%; overflow: hidden; }
.about-detail .imgbox img { width: 100%; }
.about-detail .words { overflow: hidden; padding-left: 40px; }
.about-detail h2 { color: #333; font-size: 28px; line-height: 32px; font-weight: bold; font-family: Simsun; margin-bottom: 20px; }
.about-detail h2 small { color: #222751; height: 20px; font-size: 12px; margin-top: 12px; margin-left: 10px; line-height: 20px; vertical-align: top; font-weight: lighter; display: inline-block; text-transform: uppercase; font-family: "Microsoft Yahei"; }
.about-detail p { color: #666; font-size: 14px; line-height: 29px; text-align: justify; margin-bottom: 4px; }
.about-detail ~ .about-detail h2 { text-align: center; }
.about-detail ~ .about-detail h2 small { margin: 0; height: auto; display: block; }
.about-detail ~ .about-detail h2 small:before { content: ""; display: block; height: 2px; width: 1.5em; margin: 8px auto; background-color: #222751; }
.about-detail .course { height: 460px; position: relative; padding: 0 40px; }
.about-detail .course-view { position: relative; width: 100%; height: 100%; overflow: hidden; }
.about-detail .course-list { width: 1300px; height: 100%; }
.about-detail .course-item { float: left; width: 280px; height: 100%; padding: 0 8px; position: relative; }
.about-detail .course-item:before { content: ""; top: 50%; width: 100%; height: 6px; position: absolute; background-color: #7192a0; }
.about-detail .course-item .date { position: absolute; top: 50%; left: 50%; width: 94px; height: 94px; background-color: #fff; margin: -45px 0 0 -45px; border: px solid #7192a0; -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; }
.about-detail .course-item .date:after, .about-detail .course-item .date:before { content: ""; position: absolute; left: 50%; background-color: #7192a0; }
.about-detail .course-item .date:after { top: 100%; width: 1px; height: 48px; }
.about-detail .course-item .date:before { width: 9px; height: 9px; top: 100%; margin-top: 47px; margin-left: -4px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; }
.about-detail .course-item .thumb { display: block; width: 100%; height: 100%; overflow: hidden; border-radius: 50%; }
.about-detail .course-item .thumb img { width: 100%; height: 100%; object-fit: cover; }
.about-detail .course-item:nth-child(2n) .date:after { bottom: 100%; top: auto; }
.about-detail .course-item:nth-child(2n) .date:before { bottom: 100%; top: auto; margin-top: 0; margin-bottom: 47px; }
.about-detail .course-item.odd .date:after { bottom: 100%; top: auto; }
.about-detail .course-item.odd .date:before { bottom: 100%; top: auto; margin-top: 0; margin-bottom: 47px; }
.about-detail .course-item .info { top: 50%; left: 8px; right: 8px; position: absolute; margin: 108px 8px 0; }
.about-detail .course-item .time { display: block; width: 100%; color: #e60012; font-size: 20px; line-height: 28px; text-align: center; margin-bottom: 6px; }
.about-detail .course-item .desc { margin: 0; color: #888; font-size: 14px; overflow: hidden; line-height: 28px; text-align: center; }
.about-detail .course-item:nth-child(2n) .info { top: auto; bottom: 50%; margin: 0 8px 108px; }
.about-detail .course-item.odd .info { top: auto; bottom: 50%; margin: 0 8px 108px; }
.about-detail .course .prev { left: 0; }
.about-detail .course .next { right: 0; }
.about-detail .course .btn-control { position: absolute; top: 50%; width: 32px; height: 72px; font-size: 24px; margin-top: -36px; font-family: Simsun; line-height: 72px; text-align: center; background: #e5e5e5; }
.about-detail .course .btn-control:hover { color: #fff; background: #bcbcbc; }
.about-detail .course-item.active .date { background-color: #7192a0 }
.about-detail .course-item.active .date em { color: #fff; }
.swapimg { width: 1200px; padding: 0 80px; position: relative; margin: 30px auto; }
.swapimg-list { width: 100%; height: 300px; padding: 20px; margin: 0 auto; overflow: hidden; position: relative; z-index: 5; }
.swapimg-item { position: absolute; z-index: 1; left: 100%; top: 57.5px; width: 300px; height: 225px; line-height: 0; }
.swapimg-item:first-child { left: 20px; z-index: 2; }
.swapimg-item:first-child + .swapimg-item { top: 20px; left: 400px; z-index: 4; width: 400px; height: 300px; }
.swapimg-item:first-child + .swapimg-item + .swapimg-item { left: 880px; z-index: 2; }
.swapimg-item .tap { display: block; width: 100%; overflow: hidden; height: 100%; -webkit-transition: 0.4s ease-in-out; -o-transition: 0.4s ease-in-out; transition: 0.4s ease-in-out; }
.swapimg-item img { width: 100%; height: 100%; object-fit: cover; }
.swapimg-desc p { line-height: 2; text-align: center; }
.swapimg-btn { position: absolute; z-index: 8; top: 110px; width: 40px; height: 80px; color: #999; font-size: 32px; line-height: 80px; text-align: center; font-family: Simsun; background-color: #efefef; -webkit-transition: 0.2s ease-in-out; -o-transition: 0.2s ease-in-out; transition: 0.2s ease-in-out; }
.swapimg-btn.prev { left: 0; }
.swapimg-btn.next { right: 0; }
.swapimg-btn:hover { background-color: #ddd; }
.swapimg-item:hover .tap { -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.35); box-shadow: 0 0 15px rgba(0, 0, 0, 0.35); -webkit-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.idx-title.vr-title { margin: 48px auto 24px; background-position: 0 -590px; letter-spacing: 3px; }
.brand-list { width: 1200px; margin: 60px auto; }
.brand-item { width: 100%; height: 396px; }
.brand-item .thumb { float: left; width: 50%; height: 100%; overflow: hidden; position: relative; }
.brand-item .thumb img { width: 100%; height: 100%; object-fit: cover; -webkit-transition: 0.5s  ease-in-out; -o-transition: 0.5s  ease-in-out; transition: 0.5s  ease-in-out; }
.brand-item .words { width: 50%; height: 100%; padding: 0; float: right; background-color: #f7f7f7; }
.brand-item .words .name { color: #000; width: 84%; font-size: 22px; line-height: 1.6; margin: 0 auto 16px; text-align: center; padding-top: 8%; }
.brand-item .words .desc { width: 84%; color: #888; font-size: 15px; line-height: 32px; overflow: hidden; text-indent:2em; margin: 0 auto; }
.brand-item.even .thumb { float: right; }
.brand-item.even .words { float: left; }
.brand-item:hover .thumb img { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
@media screen and (max-width:1200px) {
    .about-detail { border-radius: 0; margin-bottom: 36px; }
    .about-detail .imgbox { padding: 0 12px; }
    .about-detail .words { padding: 0 12px; }
    .about-detail .course { height: 460px; }
    .about-detail .course-item { width: 260px; }
    .about-detail .course-item .desc { margin: 0; color: #888; font-size: 14px; overflow: hidden; line-height: 24px; }
    .about-detail .course .prev { left: 0; }
    .about-detail .course .next { right: 0; }
    .about-detail .swapimg { width: 100%; padding: 0 30px; margin: 60px auto; }
    .about-detail .swapimg-btn { top: 110px; width: 24px; height: 48px; font-size: 20px; line-height: 48px; }
    .brand-list { width: 100%; overflow: hidden; }
}
@media screen and (max-width:991px) {
    .about-detail { padding: 16px 0; margin-bottom: 28px; }
    .about-detail .imgbox { width: 50%; margin: 7px 0 0 20px; }
    .about-detail p { font-size: 14px; line-height: 30px; }
}
@media screen and (max-width:768px) {
    .about-detail { padding: 16px 0; margin-bottom: 10px; }
    .about-detail h2 { font-size: 20px; line-height: 36px; margin-bottom: 10px; padding: 0 12px; }
    .about-detail h2 small { font-size: 12px; margin-top: 10px; }
    .about-detail .words h2 { padding: 0; }
    .about-detail .imgbox { width: 100%; height: auto; margin: 0 0 8px; }
    .about-detail p { font-size: 12px; line-height: 28px; margin-bottom: 6px; }
    .about-detail .course-item { width: 248px; }
    .about-detail .swapimg { padding: 15px 0; margin: 0; }
    .about-detail .swapimg-list { padding: 0; }
    .about-detail .swapimg-desc { margin-top: 12px; }
    .brand-item { height: auto; overflow: hidden; margin-top: 10px; padding-bottom: 15px; background-color: #fff; }
    .brand-item .thumb { float: none; display: block; width: 100%; line-height: 0; }
    .brand-item .words { float: none; width: 100%; display: block; background-color: transparent; padding-top: 15px; }
    .brand-item .words .name { width: 96%; font-size: 20px; line-height: 2; margin: 0 auto; padding-top: 0; }
    .brand-item .words .desc { width: 96%; font-size: 14px; line-height: 28px; }
}


.idx-title.vr-title { margin: 48px auto 24px; background-position: 0 -590px; letter-spacing: 3px; }
.media-list { width: 1200px; margin: 0 auto; padding: 40px 0; }
.media-item { width: 100%; height: 600px; margin-bottom: 40px; }
.media-item .thumb { float: left; width: 60%; height: 100%; overflow: hidden; position: relative; }
.media-item .thumb img { width: 100%; height: 100%; object-fit: cover; -webkit-transition: 0.3s  ease-in-out; -o-transition: 0.3s  ease-in-out; transition: 0.3s  ease-in-out; }
.media-item .thumb .cover { position: absolute; top: 0; left: 0; opacity: 0; width: 100%; height: 100%; visibility: hidden; background-color: #333; -webkit-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }
.media-item .thumb .icon-play { position: absolute; top: 50%; left: 50%; color: #fff; width: 48px; height: 48px; font-size: 48px; line-height: 48px; margin-top: -24px; margin-left: -24px; text-align: center; opacity: 0; visibility: hidden; -webkit-transform: translateY(-40px); -ms-transform: translateY(-40px); -o-transform: translateY(-40px); transform: translateY(-40px); -webkit-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }
.media-item .words { width: 40%; height: 100%; float: right; background-color: #fff; }
.media-item .words .name { color: #333; font-size: 24px; line-height: 2; text-align: center; padding-top: 8%; }
.media-item .words .name:after { content: ""; display: block; width: 60px; height: 3px; margin: 12px auto 24px; background-color: #222751; }
.media-item .words .desc { width: 84%; height: 320px; color: #666; font-size: 16px; line-height: 32px; overflow: hidden; text-align: justify; margin: 2% auto 0; }
.media-item .words .tags { width: 84%; margin: 20px auto; }
.media-item .words .tags h3 { color: #333; font-size: 16px; font-weight: bold; line-height: 36px; margin-bottom: 12px; }
.media-item .words .tags em { width: 108px; height: 34px; color: #fff; font-size: 15px; line-height: 34px; text-align: center; margin-right: 12px; display: inline-block; border: 1px solid #222751; background-color: #222751; }
.media-item.even .thumb { float: right; }
.media-item.even .words { float: left; }
.media-item:hover .thumb .cover { opacity: 0.5; visibility: visible; }
.media-item:hover .thumb .icon-play { opacity: 1; visibility: visible; -webkit-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
@media screen and (max-width:1199px) {
    .idx-title.vr-title { margin: 24px auto; background-position: 0 -447px; letter-spacing: 2px; }
    .media-list { width: 100%; padding: 30px 0; }
    .media-item { width: 100%; height: 540px; margin-bottom: 28px; }
    .media-item .thumb .cover { opacity: 0.5; visibility: visible; }
    .media-item .thumb .icon-play { opacity: 1; visibility: visible; -webkit-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
    .media-item .words .name { padding-top: 6%; }
    .media-item .words .name:after { width: 40px; }
    .media-item .words .desc { height: 300px; font-size: 15px; line-height: 30px; }
    .media-item .words .tags em { width: 96px; }
}
@media screen and (max-width:991px) {
    .idx-title.vr-title { margin: 16px auto 0; }
    .media-list { padding: 24px 0; }
    .media-item { height: 480px; margin-bottom: 20px; }
    .media-item .words .name { font-size: 20px; padding-top: 4%; }
    .media-item .words .name:after { width: 30px; }
    .media-item .words .desc { height: 280px; font-size: 14px; line-height: 28px; }
    .media-item .words .tags em { width: 72px; height: 30px; line-height: 30px; }
}
@media screen and (max-width:767px) {
    .media-list { padding: 16px 0; }
    .media-item { height: auto; margin-bottom: 10px; position: relative; }
    .media-item .thumb { position: absolute; top: 60px; left: 0; width: 100%; height: 0; padding-bottom: 83.3334%; line-height: 0; overflow: hidden; }
    .media-item .thumb img { position: absolute; top: 0; left: 0; }
    .media-item .words { float: none; display: block; width: 100%; }
    .media-item .words .name { font-size: 18px; line-height: 48px; padding-top: 10px; padding-bottom: 83.3334%; }
    .media-item .words .name:after { display: none; }
    .media-item .words .desc { width: 100%; padding: 0 12px; height: auto; margin-top: 12px; }
    .media-item .words .tags em { width: 72px; height: 30px; line-height: 30px; }
    .media-item .words .tags { width: 100%; padding: 0 12px; }
    .media-item.even .thumb { float: none; }
    .media-item.even .words { float: none; }
}


.ctt-panel { width: 100%; max-width: 1200px; height:300px; min-height: 390px; margin: 60px auto; border-radius: 3px; overflow: hidden; position: relative; background-color: #fff; -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08); box-shadow: 0 0 20px rgba(0, 0, 0, 0.08); }
.ctt-panel:after { content: ""; display: block; width: 100%; height: 0; padding: 0 0 60%; }
.ctt-panel .contact { position: absolute; top: 0; left: 0; width: 50%; height: 100%; padding: 20px 30px; overflow: hidden; }
.ctt-panel .idx-title { margin: 0 0 16px; background-position: 0 -696px; }
.ctt-panel .contact .item { display: block; line-height: 40px; }
.ctt-panel .contact .name { float: left; color: #333; font-size: 15px; text-align: center; }
.ctt-panel .contact .desc { display: block; color: #666; min-height: 40px; padding: 8px 0; line-height: 24px; margin-left: 108px; font-size: 15px; }
.ctt-panel .contact .desc em { display: block; }
.ctt-panel .contact .desc em + em { margin-top: 6px; }
.ctt-panel .contact .ico { float: left; width: 18px; height: 18px; margin: 11px 0; margin-right: 12px; background-image: url(../image/contact.png); background-repeat: no-repeat; }
.ctt-panel .contact .ico-phone { background-position: 0 0; }
.ctt-panel .contact .ico-fax { background-position: -20px 0; }
.ctt-panel .contact .ico-email { background-position: -40px 0; }
.ctt-panel .contact .ico-addr { background-position: -60px 0; }
.ctt-panel .contact .item:hover { background-color: #f7f7f7; }
.ctt-panel .note-form { padding-top: 36px; }
.ctt-panel .input-row { width: 72%; padding: 0 12px; overflow: hidden; min-height: 42px; position: relative; padding-left: 60px; margin-bottom: 20px; background-color: #f7f7f7; }
.ctt-panel .input-row label { position: absolute; z-index: 1; top: 0; left: 12px; width: 48px; color: #444; font-size: 15px; line-height: 42px; }
.ctt-panel .input-row input { color: #333; border: none; width: 100%; height: 42px; outline: none; font-size: 15px; padding: 9px 0; line-height: 24px; background-color: transparent; }
.ctt-panel .input-row textarea { z-index: 2; color: #888; width: 100%; height: 96px; resize: none; border: none; outline: none; padding: 9px 0; font-size: 15px; line-height: 24px; position: relative; background: transparent; font-family: "Microsoft Yahei", sans-serif; }
.ctt-panel .btn-submit { color: #fff; width: 160px; height: 38px; border: none; outline: none; display: block; cursor: pointer; font-size: 16px; border-radius: 3px; background-color: #1d2088; }
.ctt-panel .btn-submit:hover { background: #e62129; }
.ctt-panel .imgbox { position: absolute; top: 0; right: 0; width: 50%; height: 100%; }
.ctt-panel .imgbox img { display: block; width: 100%; height: 290px; border-radius: 3px; overflow: hidden; }
.mapWrapper { width: 100%; height: 600px; }
.mapWrapper .map { width: 100%; height: 100%; }
@media screen and (max-width:1200px) {
    .ctt-panel .idx-title { margin-bottom: 0; }
    .ctt-panel { margin: 40px auto; }
    .ctt-panel .contact { padding: 20px; }
    .ctt-panel .note-form { padding-top: 16px; }
    .ctt-panel .input-row { margin-bottom: 16px; }
    .ctt-panel .input-row textarea { height: 80px; }
    .mapWrapper { width: 100%; height: 540px; }
}
@media screen and (max-width:991px) {
    .ctt-panel { margin: 16px auto; }
    .ctt-panel .idx-title { background-position: 0 -526px; }
    .ctt-panel .input-row { width: 100%; }
    .mapWrapper { width: 100%; height: 480px; }
}
@media screen and (max-width:767px) {
    .ctt-panel { margin: 10px auto; }
    .ctt-panel:after { display: none; }
    .ctt-panel .idx-title { margin: 0 auto 10px; }
    .ctt-panel .note-form { padding-top: 20px; padding-bottom: 20px; }
    .ctt-panel .contact { width: 100%; position: static; }
    .ctt-panel .imgbox { width: 100%; height: 400px; position: static; }
    .ctt-panel .input-row { margin-bottom: 12px; }
    .ctt-panel .btn-submit { margin: 24px auto 0; }
    .mapWrapper { width: 100%; height: 400px; }
}


.culture-list { overflow: hidden; padding: 12px 6px; }
.culture-list:after { display: block; content: ""; clear: both; height: 0; }
.culture-list .item { float: left; width: 100%; padding: 6px; text-align: center; position: relative; }
.culture-list .info { position: absolute; top: 6px; left: 6px; right: 6px; bottom: 6px; border-bottom: 3px solid #1d2088; }
.culture-list .name { color: #666; font-size: 24px; line-height: 28px; text-align: center; letter-spacing: 1px; font-weight: lighter; }
.culture-list .name strong { display: block; color: #e0e0e0; font-size: 16px; line-height: 24px; position: relative; text-transform: capitalize; }
.culture-list .name strong:after { content: ""; display: block; width: 72px; height: 1px; margin: 0 auto 10px; background-color: #e0e0e0; }
.culture-list .desc { color: #666; font-size: 12px; line-height: 24px; text-align: center; margin-bottom: 16px; }
.culture-list .btn { width: 62px; height: 30px; color: #666; line-height: 30px; text-align: center; text-transform: uppercase; }
.culture-list .tap { position: relative; }
.culture-list .thumb { width: 100%; display: block; overflow: hidden; position: relative; }
.culture-list .thumb img { display: block; width: 100%; }
.culture-list .cover { display: none; }
.culture-list .words { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: 8px; background-color: rgba(0, 0, 0, 0.5); }
.culture-list .symbol { display: none; }
.culture-list .title { color: #fff; font-size: 16px; line-height: 24px; text-align: center; margin-bottom: 6px; }
.culture-list .intro { display: block; color: #dbdbdb; font-size: 12px; line-height: 18px; text-align: center; }
@media screen and (min-width:414px) {
    .culture-list .item { width: 100%; }
}
@media screen and (min-width:768px) {
    .culture-list .item { width: 33.33%; }
}
@media screen and (min-width:992px) {
    .culture-list { padding: 20px 6px; }
    .culture-list .item { width: 33.33%; }
    .culture-list .item .name { font-size: 36px; line-height: 48px; letter-spacing: 2px; }
    .culture-list .item .name strong { font-size: 18px; line-height: 36px; }
    .culture-list .item .name strong:after { margin: 0 auto 16px; }
    .culture-list .item .desc { font-size: 15px; line-height: 30px; margin-bottom: 20px; }
}
@media screen and (min-width:1200px) {
    .culture-list { padding: 20px 0; margin-bottom: 48px; }
    .culture-list .item { width: 33.33%; padding: 0 2.5%; }
    .culture-list .cover { display: block; position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; visibility: hidden; background-color: #000; filter: alpha(opacity:50); opacity: 0; -webkit-transition: 0.4s linear; -o-transition: 0.4s linear; transition: 0.4s linear; }
    .culture-list .words { position: absolute; z-index: 2; top: 0; left: 0; right: 0; bottom: 0; padding: 80px 48px; background-color: transparent; }
    .culture-list .icon { display: block; opacity: 0; width: 48px; height: 48px; margin: 20px auto 8px; -webkit-transform: translateY(-30px); -ms-transform: translateY(-30px); -o-transform: translateY(-30px); transform: translateY(-30px); -webkit-transition: 0.4s linear; -o-transition: 0.4s linear; transition: 0.4s linear; }
    .culture-list .icon1 { background-position: 0 -130px; }
    .culture-list .icon2 { background-position: -58px -130px; }
    .culture-list .icon3 { background-position: -116px -130px; }
    .culture-list .title { color: #fff; font-size: 24px; line-height: 36px; text-align: center; padding: 12px 0; position: relative; -webkit-transition: 0.4s linear; -o-transition: 0.4s linear; transition: 0.4s linear; -webkit-transform: translateY(50px); -ms-transform: translateY(50px); -o-transform: translateY(50px); transform: translateY(50px); }
    .culture-list .title em { position: relative; z-index: 2; }
    .culture-list .title:before { content: ""; position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.6; background-color: #000; }
    .culture-list .intro { display: block; color: #efefef; font-size: 15px; line-height: 28px; text-align: center; -webkit-transition: 0.4s linear; -o-transition: 0.4s linear; transition: 0.4s linear; opacity: 0; -webkit-transform: translateY(80px); -ms-transform: translateY(80px); -o-transform: translateY(80px); transform: translateY(80px); }
    .culture-list .tap:hover .cover { opacity: 0.7; visibility: visible; }
    .culture-list .tap:hover .hover { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
    .culture-list .tap:hover .title:before { display: none; }
}


.maptitle { font-size: 18px; margin-top: 30px; line-height: 32px; font-weight: bold; text-align: center; margin-bottom: 18px; }
.maplist { display: block; text-align: center; }
.mapitem { margin: 0 20px; position: relative; vertical-align: top; }
.mapitem .tap { color: #4b4b4b; font-size: 15px; font-weight: bold; line-height: 36px; }
.mapitem .subnav { width: 100%; overflow: hidden; min-height: 100%; }
.mapitem .subnav a { display: block; color: #888; font-size: 15px; line-height: 36px; }
@media screen and (max-width:768px) {
.hlistbox ul li{ display:block; width:100%; margin-bottom:20px;}
.hlistbox .hpic{width:48%; overflow:hidden;-moz-box-shadow:0px 1px 10px rgba(0,0,0,0.25);-webkit-box-shadow:0px 2px 10px rgba(0,0,0,0.25);-o-box-shadow:0px 1px 10px rgba(0,0,0,0.25);-ms-box-shadow:0px 1px 10px rgba(0,0,0,0.25);
box-shadow:0px 1px 10px rgba(0,0,0,0.25);}
.hlistbox .hpic img{width:100%; height:auto;}
.hlistbox .htext{width:45%;}
.hlistbox .htext .name{font-size:16px; font-weight:800; height:30px; line-height:30px;}
.hlistbox .htext .dsc{font-size:14px; color:#000; line-height:22px; }
.hlistbox .htext .dsc p{line-height:22px;}
.hlistbox .hpic .imgbox{ }
.hfloat1{float:left;}
.hfloat11{float:right}
.hfloat2{float:right;}
.hfloat22{float:left; text-align:right;}
	.detail img{width:100%!important;height:auto!important;}
	.header .hd-logo img{height:80%;}
    .maplist {  text-align: left; }

.mapitem {
    position: relative;
    vertical-align: top;
    margin: 0 12px 20px;
	
}
.wpyc{display:none;}
.pcbox{ display:none;}
.wapbox{ display:block!important;}
.header .hd-tabbar { position: relative; z-index: 2; height: 100%; }
.header .navitem > a{color:#444;}
.fdbox{height:49px;}
.brand-list{margin:20px auto;}
.header .navitem::after{background-color:#ddd;}
.idx-case .imgCase img{width:100%;}
.CateText{float:none; width:100%; padding:0px 30px 30px;}
.CateImg{float:none;width:100%;}
.CateText p.bt1{font-size:30px; color:#fff; font-weight:bold;margin-top:0px;}
.CateText p.bt2{font-size:30px; color:#0048ff; font-weight:bold; border-bottom:2px solid #0048ff;}
.CateText p.bt3{font-size:22px; color:#fff;border-bottom:2px solid #0048ff; padding:10px 0;}
.CateText p.bt3 font{font-size:22px; color:#0048ff; font-weight:bold; }
.CateText p.bt4{font-size:22px; color:#fff; padding:10px 0;}
.CateText p.bt5{width:200px; height:40px; background:#0048ff; border-radius:6px; color:#fff; line-height:40px; text-align:40px;}
.CateText p.bt5 a{ display:block; text-align:center; color:#fff; font-size:20px;}
.raboutf3pic{ display:none;}
.laboutf3pic{float:none;margin:auto;min-width:320px}
.wapyc{ display:none}
.wapxs{ display:block}
.imgboxs{width:100%;}

}

.wapbox{ display:none;}

.licheng{ padding: 0 20px;}
.lc-list ul{ padding:8px 0 8px 22px ;  border-left: dashed 1px #9bc11e; margin: 20px; display: block;}
.lc-list ul li{list-style-type :disc; margin:20px 0;color: #9bc11e; font-size: 30px; background:#fff; border-radius:8px;}
.lc-list ul li span{ font-size: 16px; color: #4b4b4b; line-height: 25px;}
.lc-list ul li p{ font-size: 14px; color: #515151; padding:0 20px 10px;}
.lc-list ul li span.ys1{ color: #3236ae;font-weight: 700;}
.lc-list ul li span.ys2{ color: #1d2089;}

.licheng-jd h1{ font-size: 18px; margin-bottom: 40px; }
.licheng-jd p{ font-size: 14px; line-height: 24px;}

.aboutf3pic{width:1200px; height:auto; margin:auto; top:35px; position:relative;}
.laboutf3pic{float:left; width:300px; height:638px; background:#85a7fc;}
.raboutf3pic{float:right; width:900px; height:602px; background:#962; position:relative;}
.latbt{width:247px; height:auto; margin:auto; margin-top:20px;}
.latbt1{width:247px; height:auto; margin:auto; color:#eee; line-height:26px; font-size:14px; margin-top:20px;}
.latbtime{width:247px; height:auto; margin:auto; font-size:43px; font-weight:bold; color:#0048ff; margin-top:20px;}
.latwrite{width:247px; height:auto; margin:auto; color:#fff; font-size:18px;}
.raboutf3pic ul li{float:left; height:201px; background:#f2f2f2; display:block; width:300px; overflow:hidden;}
.raboutf3pic ul li img{width:100%; height:100%;}
.icoz{ background:url(../image/tico_13.png) top center no-repeat; width:23px; height:46px; position:absolute; z-index:99; left:277px; top:75px;}
.icou{ background:url(../image/tico_07.png) top center no-repeat; width:46px; height:23px; position:absolute; z-index:99; right:120px; top:178px;}
.icoz1{ background:url(../image/tico_10.png) top center no-repeat; width:23px; height:46px; position:absolute; z-index:99; left:600px; bottom:75px;}
.icoz2{ background:url(../image/tico_071.png) top center no-repeat; width:46px; height:23px; position:absolute; z-index:99; left:130px; bottom:178px;}

.tremtext{width:238px; height:auto; text-align:center; color:#181818; margin:auto;margin-top:45px; font-size:20px; text-align:center;}
.tremtext p{ line-height:30px;color:#181818;text-align:center;}