﻿/**,
*:after,
*::before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}*/

/*
	==========================
		菜单效果 Asure
	==========================
*/

html,body,.st-container,.st-pusher,.st-content {height: 100%; margin:0;}
.main{ overflow:hidden; min-height:100%;}
.st-content {overflow-y: scroll;background: #f5f5f5;}
.st-content,.st-content-inner {position: relative; height:100%;}
.st-container {position: relative;overflow: hidden;}
.st-pusher {position: relative;left: 0;z-index: 99;height: 100%;-webkit-transition: -webkit-transform 0.5s;transition: transform 0.5s;}
.st-pusher::after {position: absolute;top: 0;right: 0;width: 0;height: 0;background: rgba(0,0,0,0.3);content: '';opacity: 0;-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s; z-index:9999999999999999;}
.st-menu-open .st-pusher::after {width: 100%;height: 100%;opacity: 1;-webkit-transition: opacity 0.5s;transition: opacity 0.5s;}
.st-menu {position: absolute;top: 0;left: 0;z-index: 100;visibility: hidden;width: 300px;height: 100%;background: #fff;-webkit-transition: all 0.5s;transition: all 0.5s;}
.st-menu::after {position: absolute;top: 0;right: 0;width: 100%;height: 100%;/*background: rgba(0,0,0,0.2);*/content: '';opacity: 1;-webkit-transition: opacity 0.5s;
transition: opacity 0.5s;}
.st-menu-open .st-menu::after {width: 0;height: 0;opacity: 0;-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;}
/* content style */
.st-menu ul {margin: 0;padding: 0;list-style: none;}
.st-menu h2 {margin: 0;padding: 1em;color: rgba(0,0,0,0.4);text-shadow: 0 0 1px rgba(0,0,0,0.1);font-weight: 300;font-size: 2em;}
/* Effect 1: Slide in on top */
.st-effect-1.st-menu {visibility: visible;-webkit-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0);}
.st-effect-1.st-menu-open .st-effect-1.st-menu {visibility: visible;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.st-effect-1.st-menu::after {display: none;}
/* Effect 2: Reveal */
.st-effect-2.st-menu-open .st-pusher {-webkit-transform: translate3d(300px, 0, 0);transform: translate3d(300px, 0, 0);}
.st-effect-2.st-menu {z-index: 1;}
.st-effect-2.st-menu-open .st-effect-2.st-menu {visibility: visible;-webkit-transition: -webkit-transform 0.5s;transition: transform 0.5s;}
.st-effect-2.st-menu::after {display: none;}
/* Effect 3: Push*/
.st-effect-3.st-menu-open .st-pusher {-webkit-transform: translate3d(300px, 0, 0);transform: translate3d(300px, 0, 0);}
.st-effect-3.st-menu {-webkit-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0);}
.st-effect-3.st-menu-open .st-effect-3.st-menu {visibility: visible;-webkit-transition: -webkit-transform 0.5s;transition: transform 0.5s;}
.st-effect-3.st-menu::after {display: none;}
/* Effect 4: Slide along */
.st-effect-4.st-menu-open .st-pusher {-webkit-transform: translate3d(300px, 0, 0);transform: translate3d(300px, 0, 0);}
.st-effect-4.st-menu {z-index: 1;-webkit-transform: translate3d(-50%, 0, 0);transform: translate3d(-50%, 0, 0);}
.st-effect-4.st-menu-open .st-effect-4.st-menu {visibility: visible;-webkit-transition: -webkit-transform 0.5s;transition: transform 0.5s;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.st-effect-4.st-menu::after {display: none;}
/* Effect 5: Reverse slide out */
.st-effect-5.st-menu-open .st-pusher {-webkit-transform: translate3d(300px, 0, 0);transform: translate3d(300px, 0, 0);}
.st-effect-5.st-menu {z-index: 1;-webkit-transform: translate3d(50%, 0, 0);transform: translate3d(50%, 0, 0);}
.st-effect-5.st-menu-open .st-effect-5.st-menu {visibility: visible;-webkit-transition: -webkit-transform 0.5s;transition: transform 0.5s;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
/* Effect 6: Rotate pusher */
.st-effect-6.st-container {-webkit-perspective: 1500px;perspective: 1500px;}
.st-effect-6 .st-pusher {-webkit-transform-origin: 0% 50%;transform-origin: 0% 50%;-webkit-transform-style: preserve-3d;transform-style: preserve-3d;}
.st-effect-6.st-menu-open .st-pusher {-webkit-transform: translate3d(300px, 0, 0) rotateY(-15deg);transform: translate3d(300px, 0, 0) rotateY(-15deg);}
.st-effect-6.st-menu {-webkit-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0);-webkit-transform-origin: 100% 50%;transform-origin: 100% 50%;-webkit-transform-style: preserve-3d;transform-style: preserve-3d;}
.st-effect-6.st-menu-open .st-effect-6.st-menu {visibility: visible;-webkit-transition: -webkit-transform 0.5s;transition: transform 0.5s;-webkit-transform: translate3d(-100%, 0, 0) rotateY(15deg);transform: translate3d(-100%, 0, 0) rotateY(15deg);}
.st-effect-6.st-menu::after {display: none;}
/* Effect 7: 3D rotate in */
.st-effect-7.st-container {-webkit-perspective: 1500px;perspective: 1500px;-webkit-perspective-origin: 0% 50%;perspective-origin: 0% 50%;}
.st-effect-7 .st-pusher {-webkit-transform-style: preserve-3d;transform-style: preserve-3d;}
.st-effect-7.st-menu-open .st-pusher {-webkit-transform: translate3d(300px, 0, 0);transform: translate3d(300px, 0, 0);}
.st-effect-7.st-menu {-webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg);transform: translate3d(-100%, 0, 0) rotateY(-90deg);-webkit-transform-origin: 100% 50%;transform-origin: 100% 50%;-webkit-transform-style: preserve-3d;transform-style: preserve-3d;}
.st-effect-7.st-menu-open .st-effect-7.st-menu {visibility: visible;-webkit-transition: -webkit-transform 0.5s;transition: transform 0.5s;-webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);transform: translate3d(-100%, 0, 0) rotateY(0deg);}
/* Effect 8: 3D rotate out */
.st-effect-8.st-container {-webkit-perspective: 1500px;perspective: 1500px;-webkit-perspective-origin: 0% 50%;perspective-origin: 0% 50%;}
.st-effect-8 .st-pusher {-webkit-transform-style: preserve-3d;transform-style: preserve-3d;}
.st-effect-8.st-menu-open .st-pusher {-webkit-transform: translate3d(300px, 0, 0);transform: translate3d(300px, 0, 0);}
.st-effect-8.st-menu {-webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);transform: translate3d(-100%, 0, 0) rotateY(90deg);-webkit-transform-origin: 100% 50%;transform-origin: 100% 50%;-webkit-transform-style: preserve-3d;transform-style: preserve-3d;}
.st-effect-8.st-menu-open .st-effect-8.st-menu {visibility: visible;-webkit-transition: -webkit-transform 0.5s;transition: transform 0.5s;-webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);transform: translate3d(-100%, 0, 0) rotateY(0deg);}
.st-effect-8.st-menu::after {display: none;}
/* Effect 9: Scale down pusher */
.st-effect-9.st-container {-webkit-perspective: 1500px;perspective: 1500px;}
.st-effect-9 .st-pusher {-webkit-transform-style: preserve-3d;transform-style: preserve-3d;}
.st-effect-9.st-menu-open .st-pusher {-webkit-transform: translate3d(0, 0, -300px);transform: translate3d(0, 0, -300px);}
.st-effect-9.st-menu {opacity: 1;-webkit-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0);}
.st-effect-9.st-menu-open .st-effect-9.st-menu {visibility: visible;-webkit-transition: -webkit-transform 0.5s;transition: transform 0.5s;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.st-effect-9.st-menu::after {display: none;}
/* Effect 10: Scale up */
.st-effect-10.st-container {-webkit-perspective: 1500px;perspective: 1500px;-webkit-perspective-origin: 0% 50%;perspective-origin: 0% 50%;}
.st-effect-10.st-menu-open .st-pusher {-webkit-transform: translate3d(300px, 0, 0);transform: translate3d(300px, 0, 0);}
.st-effect-10.st-menu {z-index: 1;opacity: 1;-webkit-transform: translate3d(0, 0, -300px);transform: translate3d(0, 0, -300px);}
.st-effect-10.st-menu-open .st-effect-10.st-menu {visibility: visible;-webkit-transition: -webkit-transform 0.5s;transition: transform 0.5s;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
/* Effect 11: Scale and rotate pusher */
.st-effect-11.st-container {-webkit-perspective: 1500px;perspective: 1500px;}
.st-effect-11 .st-pusher {-webkit-transform-style: preserve-3d;transform-style: preserve-3d;}
.st-effect-11.st-menu-open .st-pusher {-webkit-transform: translate3d(100px, 0, -600px) rotateY(-20deg);transform: translate3d(100px, 0, -600px) rotateY(-20deg);}
.st-effect-11.st-menu {opacity: 1;-webkit-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0);}
.st-effect-11.st-menu-open .st-effect-11.st-menu {visibility: visible;-webkit-transition: -webkit-transform 0.5s;transition: transform 0.5s;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.st-effect-11.st-menu::after {display: none;}
/* Effect 12: Open door */
.st-effect-12.st-container {-webkit-perspective: 1500px;perspective: 1500px;}
.st-effect-12 .st-pusher {-webkit-transform-origin: 100% 50%;transform-origin: 100% 50%;-webkit-transform-style: preserve-3d;transform-style: preserve-3d;}
.st-effect-12.st-menu-open .st-pusher {-webkit-transform: rotateY(-10deg);transform: rotateY(-10deg);}
.st-effect-12.st-menu {opacity: 1;-webkit-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0);}
.st-effect-12.st-menu-open .st-effect-12.st-menu {visibility: visible;-webkit-transition: -webkit-transform 0.5s;transition: transform 0.5s;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.st-effect-12.st-menu::after {display: none;}
/* Effect 13: Fall down */
.st-effect-13.st-container {-webkit-perspective: 1500px;perspective: 1500px;-webkit-perspective-origin: 0% 50%;perspective-origin: 0% 50%;}
.st-effect-13.st-menu-open .st-pusher {-webkit-transform: translate3d(300px, 0, 0);transform: translate3d(300px, 0, 0);}
.st-effect-13.st-menu {z-index: 1;opacity: 1;-webkit-transform: translate3d(0, -100%, 0);transform: translate3d(0, -100%, 0);}
.st-effect-13.st-menu-open .st-effect-13.st-menu {visibility: visible;-webkit-transition-timing-function: ease-in-out;transition-timing-function: ease-in-out;-webkit-transition-property: -webkit-transform;transition-property: transform;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);-webkit-transition-speed: 0.2s;transition-speed: 0.2s;}
/* Effect 14: Delayed 3D rotate */
.st-effect-14.st-container {-webkit-perspective: 1500px;perspective: 1500px;-webkit-perspective-origin: 0% 50%;perspective-origin: 0% 50%;}
.st-effect-14 .st-pusher {-webkit-transform-style: preserve-3d;transform-style: preserve-3d;}
.st-effect-14.st-menu-open .st-pusher {-webkit-transform: translate3d(300px, 0, 0);transform: translate3d(300px, 0, 0);}
.st-effect-14.st-menu {-webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);transform: translate3d(-100%, 0, 0) rotateY(90deg);-webkit-transform-origin: 0% 50%;transform-origin: 0% 50%;-webkit-transform-style: preserve-3d;transform-style: preserve-3d;}
.st-effect-14.st-menu-open .st-effect-14.st-menu {visibility: visible;-webkit-transition-delay: 0.1s;transition-delay: 0.1s;-webkit-transition-timing-function: ease-in-out;transition-timing-function: ease-in-out;-webkit-transition-property: -webkit-transform;transition-property: transform;-webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);transform: translate3d(-100%, 0, 0) rotateY(0deg);}
/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
.no-csstransforms3d .st-pusher,.no-js .st-pusher {padding-left: 300px;}

/*
	==========================
		侧栏菜单效果 Asure
	==========================
*/

.menu{ width:50px; height:50px; position:relative; margin-top:7px;}
.nav__trigger {display: block;position: absolute;width: 24px;height: 24px;right: 5px;top: 0; bottom:0; margin:auto;z-index: 200;}
.nav__icon {display: inline-block;position: relative;width: 23px;height: 2px;background-color: #313131;-webkit-transition-property: background-color, -webkit-transform;transition-property: background-color, -webkit-transform;transition-property: background-color, transform;transition-property: background-color, transform, -webkit-transform;
-webkit-transition-duration: 800ms;transition-duration: 800ms;border-radius:3px;}
.nav__icon:before,.nav__icon:after {content: '';display: block;width: 23px;height: 2px; border-radius:3px;position: absolute;background: #313131;-webkit-transition-property: margin, -webkit-transform;transition-property: margin, -webkit-transform;transition-property: margin, transform;transition-property: margin, transform, -webkit-transform;-webkit-transition-duration: 800ms;transition-duration: 800ms;}
.nav__icon:before {margin-top: -7px;}
.nav__icon:after {margin-top: 7px;}
.st-menu-open .nav {-webkit-transition: all 800ms ease-in-out;transition: all 800ms ease-in-out;-webkit-transform: translateX(0);transform: translateX(0);}
.st-menu-open .nav__icon {background: rgba(0, 0, 0, 0);-webkit-transition-property: background-color, -webkit-transform;transition-property: background-color, -webkit-transform;transition-property: background-color, transform; transition-property: background-color, transform, -webkit-transform;-webkit-transition-duration: 200ms;transition-duration: 2s00ms; }
.st-menu-open .nav__icon:before {margin-top: 0;-webkit-transform: rotate(45deg);transform: rotate(45deg);}
.st-menu-open .nav__icon:after {margin-top: 0;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
.nav-menu ul li {border-bottom: solid 1px #f1f1f1;font-size: 15px;line-height: 48px;opacity: 0;-webkit-transform: translate3d(50%,0,0);transform: translate3d(50%,0,0);transition: all .2s;}
.features-more .panel ul, .features-more .tabs ul, .gmac .series-plan ul, .nav-series .content .wrap ul, .series .features .block.onstar .tabs ul, .series .nav-fixed .content .wrap ul, .series-list .wrap ul, .showcase .no-scroll, .no-scroll body {height: 100%;overflow: hidden}
/*1*/
.dropdown {position: relative}
.dropdown .dropdown-menu {height: 0;overflow: hidden;transition: height .4s ease}
.dropdown .dropdown-menu ul {margin-right: 0!important}
.dropdown .dropdown-menu li {border-bottom: 0!important;border-top: solid 1px #f1f1f1!important}
.dropdown .dropdown-menu li a {display: block;height: 100%}
.dropdown::after {border-right: solid 1px #808080;border-bottom: solid 1px #808080;content: "";height: 9px;position: absolute;right: 16px;top: 20px;-webkit-transform: rotate(45deg);transform: rotate(45deg);width: 9px}
.dropdown.expand.series {border: 0}
.dropdown.expand::after {top: 25px;-webkit-transform: rotate(225deg);transform: rotate(225deg)}
.st-menu-open .nav-menu {background: 0 0;top: 0;transition-duration: 0s}
.features-more .overlay .frame .st-menu-open .nav-menu.close::after, .gmac .ol-calculator .wrap .st-menu-open .nav-menu.close::after, .nav-global .features-more .overlay .frame .nav-menu.active.close::after, .nav-global .gmac .ol-calculator .wrap .nav-menu.active.close::after, .nav-global .nav-content ul li.menu.closed a.nav-menu.active::after, .nav-global .nav-content ul li.menu.fixed a.nav-menu.active::after, .nav-menu .nav-menu.active.close::after, .st-menu-open .nav-menu::before, .nav-global section.media .overlay .frame .nav-menu.active.close::after, section.media .overlay .frame .st-menu-open .nav-menu.close::after {
	-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);transition: -webkit-transform .4s cubic-bezier(.25, .46, .45, .94);transition: transform .4s cubic-bezier(.25, .46, .45, .94);transition: transform .4s cubic-bezier(.25, .46, .45, .94), -webkit-transform .4s cubic-bezier(.25, .46, .45, .94)}
.st-menu-open .nav-menu>ul>li {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);transition: opacity .4s linear, -webkit-transform .6s cubic-bezier(.25, .46, .45, .94);transition: opacity .4s linear, transform .6s cubic-bezier(.25, .46, .45, .94);transition: opacity .4s linear, transform .6s cubic-bezier(.25, .46, .45, .94), -webkit-transform .6s cubic-bezier(.25, .46, .45, .94)}
.st-menu-open .nav-menu>ul>li:nth-child(1) {transition-delay: .2s}
.st-menu-open .nav-menu>ul>li:nth-child(2) {transition-delay: .3s}
.st-menu-open .nav-menu>ul>li:nth-child(3) {transition-delay: .4s}
.st-menu-open .nav-menu>ul>li:nth-child(4) {transition-delay: .5s}
.st-menu-open .nav-menu>ul>li:nth-child(5) {transition-delay: .6s}
.st-menu-open .nav-menu>ul>li:nth-child(6) {transition-delay: .7s}
.st-menu-open .nav-menu>ul>li:nth-child(7) {transition-delay: .8s}
.st-menu-open .nav-menu>ul>li:nth-child(8) {transition-delay: .9s}
.st-menu-open .nav-menu>ul>li:nth-child(9) {transition-delay: 1s}
.st-menu-open .nav-menu>ul>li:nth-child(10) {transition-delay: 1.1s}
.st-menu-open .nav-menu .expand dl>dd {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);transition: opacity .2s linear, -webkit-transform .4s cubic-bezier(.25, .46, .45, .94);transition: opacity .2s linear, transform .4s cubic-bezier(.25, .46, .45, .94);transition: opacity .2s linear, transform .4s cubic-bezier(.25, .46, .45, .94), -webkit-transform .4s cubic-bezier(.25, .46, .45, .94)}
.st-menu-open .nav-menu .expand dl>dd:nth-child(1) {transition-delay: 80ms}
.st-menu-open .nav-menu .expand dl>dd:nth-child(2) {transition-delay: .16s}
.st-menu-open .nav-menu .expand dl>dd:nth-child(3) {transition-delay: .24s}
.st-menu-open .nav-menu .expand dl>dd:nth-child(4) {transition-delay: .32s}
.st-menu-open .nav-menu .expand dl>dd:nth-child(5) {transition-delay: .4s}
.st-menu-open .nav-menu .expand dl>dd:nth-child(6) {transition-delay: .48s}
.st-menu-open .nav-menu .expand dl>dd:nth-child(7) {transition-delay: .56s}
.st-menu-open .nav-menu .expand dl>dd:nth-child(8) {transition-delay: .64s}
.st-menu-open .nav-menu .expand dl>dd:nth-child(9) {transition-delay: .72s}
.st-menu-open .nav-menu .expand dl>dd:nth-child(10) {transition-delay: .8s}
.st-menu-open .nav-menu .expand dl>dd:nth-child(11) {transition-delay: .88s}
.st-menu-open .nav-menu .expand dl>dd:nth-child(12) {transition-delay: .96s}
.st-menu-open .nav-menu .expand dl>dd:nth-child(13) {transition-delay: 1.04s}
.st-menu-open .nav-menu .expand dl>dd:nth-child(14) {transition-delay: 1.12s}
.st-menu-open .nav-menu .expand dl>dd:nth-child(15) {transition-delay: 1.2s}
.st-menu-open .nav-menu .expand dl>dd:nth-child(16) {transition-delay: 1.28s}
.st-menu-open .nav-menu .expand dl>dd:nth-child(17) {transition-delay: 1.36s}
.st-menu-open .nav-menu .expand dl>dd:nth-child(18) {transition-delay: 1.44s}
.st-menu-open .nav-menu .expand dl>dd:nth-child(19) {transition-delay: 1.52s}
.st-menu-open .nav-menu .expand dl>dd:nth-child(20) {transition-delay: 1.6s}
.st-menu-open .nav-menu .expand ul>li {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);transition: opacity .4s linear, -webkit-transform .4s cubic-bezier(.25, .46, .45, .94);transition: opacity .4s linear, transform .4s cubic-bezier(.25, .46, .45, .94);transition: opacity .4s linear, transform .4s cubic-bezier(.25, .46, .45, .94), -webkit-transform .4s cubic-bezier(.25, .46, .45, .94)}
.st-menu-open .nav-menu .expand ul>li:nth-child(1) {transition-delay: .1s}
.st-menu-open .nav-menu .expand ul>li:nth-child(2) {transition-delay: .2s}
.st-menu-open .nav-menu .expand ul>li:nth-child(3) {transition-delay: .3s}
.st-menu-open .nav-menu .expand ul>li:nth-child(4) {transition-delay: .4s}
.st-menu-open .nav-menu .expand ul>li:nth-child(5) {transition-delay: .5s}
.st-menu-open .nav-menu .expand ul>li:nth-child(6) {transition-delay: .6s}
.st-menu-open .nav-menu .expand ul>li:nth-child(7) {transition-delay: .7s}
.st-menu-open .nav-menu .expand ul>li:nth-child(8) {transition-delay: .8s}
.st-menu-open .nav-menu .expand ul>li:nth-child(9) {transition-delay: .9s}
.st-menu-open .nav-menu .expand ul>li:nth-child(10) {transition-delay: 1s}
.nav-menu ul {margin: 0 25px}
.nav-menu ul li {border-bottom: solid 1px #f1f1f1font-size: 15px;line-height: 48px;opacity: 0;-webkit-transform: translate3d(50%, 0, 0);transform: translate3d(50%, 0, 0);transition: all .2s}
.nav-menu ul li.series {height: auto}
.nav-menu ul li li {-webkit-transform: translate3d(0, -50%, 0);transform: translate3d(0, -50%, 0)}
.nav-menu ul dl {overflow: hidden}
.nav-menu ul dl dd {background: #eee;float: left;font-size: 12px;height: 44px;line-height: 44px;margin: 0 0 1px;opacity: 0;text-align: center;-webkit-transform: translate3d(0, -50%, 0);transform: translate3d(0, -50%, 0);transition: all .4s linear;width: 50%}
.nav-menu ul dl dd:nth-child(odd) {border-right: solid 1px #fff;box-sizing: border-box}
.nav-menu ul dl dd a {display: block;height: 100%}
.nav-menu ul dl dd .car-list .series-item.active a, .nav-menu ul dl dd a:active {background: #999;color: #fff}
.nav-menu ul dl dd.active a {background: #999;color: #fff}






/* ** ** ** ** ** ** ** ** * ** *
	首页 2017年11月8日15:04:11
* ** ** ** ** ** ** ** ** * ** */
*{ -webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent; -moz-tap-highlight-color: rgba(0,0,0,0);-moz-tap-highlight-color: transparent; -o-tap-highlight-color: rgba(0,0,0,0);-o-tap-highlight-color: transparent;  -ms-tap-highlight-color: rgba(0,0,0,0);-ms-tap-highlight-color: transparent; tap-highlight-color: rgba(0,0,0,0); tap-highlight-color: transparent;}
input[type=text]{-webkit-appearats1nce:none;}
input[type=button]{-webkit-appearance:none; border-radius:0;}
input[type=submit]{-webkit-appearance:none;}	
img{ max-width:100%;}
body input[type="text"]:focus,body textarea:focus{ color:#333;}
body{ min-width:320px; max-width:750px; margin:0 auto;background:#f5f5f5; min-height:100%;}
header{ width:100%; height:65px; background-color:#fff; /*overflow:hidden;*/ position:relative; z-index:99;}
header .m-top{ width:96%; overflow:hidden; height:65px; padding:0 2%; height:65px !important;}
.logo{ float:left; width:217px;}
.logo img{ display:block; width:217px; margin-top:11px;}

.bx-wrapper {position: relative;margin: 0 auto 0;padding: 0;*zoom: 1;}
.bx-wrapper a{ /*display:block; width:100%; height:739px;  overflow:hidden; position:relative;*/}
.bx-wrapper a img{/* display:block; position:absolute; height:739px; left:50%; top:0; margin-left:-960px;*/ width:100%; display:block;}
.bx-wrapper .bx-viewport {left: 0;background: #fff;}
.bx-wrapper .bx-pager,.bx-wrapper .bx-controls-auto {position: absolute;bottom:20px;width: 100%;    box-sizing: border-box;padding: 0 1.5%;}
.bx-wrapper .bx-loading {min-height: 50px;background: url(../images3/bx_loader.gif) center center no-repeat #fff;height: 100%;width: 100%;position: absolute;top: 0;
left: 0;z-index: 2000;}
.bx-wrapper .bx-pager {text-align:center;font-size: .85em;font-family: Arial;font-weight: bold;color: #666;}
.bx-wrapper .bx-pager .bx-pager-item,.bx-wrapper .bx-controls-auto .bx-controls-auto-item {display: inline-block;*zoom: 1;*display: inline;}
.bx-wrapper .bx-pager.bx-default-pager a {background: none;text-indent: -9999px;display: block;width: 8px;height: 8px;margin: 0 4px;outline: 0;border-radius: 5px; overflow:hidden; border:1px solid #fff; line-height:55px;}
.bx-wrapper .bx-pager.bx-default-pager a:hover,.bx-wrapper .bx-pager.bx-default-pager a.active {background: #cd000e; border-color:#cd000e;}
.bx-wrapper .bx-prev {left:49px;background:url(../images3/prev-b.png) top center no-repeat;}
.bx-wrapper .bx-next {right:49px;background: url(../images3/next-b.png) top center no-repeat;}
.bx-wrapper .bx-prev:hover {background:url(../images3/prev-a.png) top center no-repeat}
.bx-wrapper .bx-next:hover {background: url(../images3/next-a.png) top center no-repeat;}
.bx-wrapper .bx-controls-direction a {position: absolute;top: 50%;margin-top: -16px;outline: 0;width: 56px;height: 56px;text-indent: -9999px;z-index: 9999;}
.bx-wrapper .bx-controls-direction a.disabled {display: none;}
.bx-wrapper .bx-controls-auto {text-align: center;}
.bx-wrapper .bx-controls-auto .bx-start {display: block;text-indent: -9999px;width: 10px;height: 11px;outline: 0;background: url(../images3/controls.png) -86px -11px no-repeat;margin: 0 3px;}
.bx-wrapper .bx-controls-auto .bx-start:hover,.bx-wrapper .bx-controls-auto .bx-start.active {background-position: -86px 0;}
.bx-wrapper .bx-controls-auto .bx-stop {display: block;text-indent: -9999px;width: 9px;height: 11px;outline: 0;background: url(../images3/controls.png) -86px -44px no-repeat;margin: 0 3px;}
.bx-wrapper .bx-controls-auto .bx-stop:hover,.bx-wrapper .bx-controls-auto .bx-stop.active {background-position: -86px -33px;}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {text-align: left;width: 80%;}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {right: 0;width: 35px;}
.bx-wrapper .bx-caption {position: absolute;bottom: 0;left: 0;background: #666\9;background: rgba(0, 0, 0, 0.3);width: 100%; line-height:32px; height:32px; font-size:12px; border-top:1px solid rgba(255,255,255,0.30);}
.bx-wrapper .bx-caption span {color: #fff;font-family: Arial;display: block;font-size: .85em; font-size:14px;padding: 0 28% 0 2%; height:32px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.m-sy-W1{ border-bottom:1px solid #f5f5f5;}

.m-sy-W2,.m-ListTy{ overflow:hidden; width:100%; /*margin-bottom:9px;*/ padding-top:7px; background:#fff;}
.m-sy-W2 .f-list,.m-ListTy .f-list{ height:113px; width:96%; padding:0 2%; overflow:hidden;}
.m-sy-W2 .f-list.on,.m-ListTy .f-list.on{ background:#f2f2f2}
.m-sy-W2 .f-list a,.m-ListTy .f-list a{ position:relative; display:block; border-top: solid 1px #e6e6e6; box-sizing:border-box; padding:20px 0 20px 110px;height:113px; overflow:hidden;}
.m-sy-W2 .f-list .m-pic,.m-ListTy .f-list .m-pic{ width:95px; height:70px; overflow:hidden; display:block; position:absolute; left:0; top:0; bottom:0; margin:auto;}
.m-sy-W2 .f-list .m-pic  img,.m-ListTy .f-list .m-pic img{ object-fit: cover;width: 100%;  height: 100%; }
.m-sy-W2 .f-list .m-name,.m-ListTy .f-list .m-name{color: #333333;font-size: 16px;line-height: 22px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.m-sy-W2 .f-list .m-time,.m-ListTy .f-list .m-time{color: #888888;font-size: 11px;line-height: 14px;margin: 3px 0 5px;}
.m-sy-W2 .f-list .m-detail,.m-ListTy .f-list .m-detail{color: #535353;font-size: 12px;line-height: 14px;height: 28px;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.m-sy-W2 .f-list:first-child a,.m-ListTy .f-list:first-child a{ border:none;}
.m-sy-W2 .m-more.on,.m-ListTy .m-more.on{ background:#f61f2e; color:#fff;}
.m-sy-W2 .m-more{ width:110px; height:32px; font:12px/32px "微软雅黑"; display:block; margin:13px auto 30px; text-align:center; background:url(../images3/icon91011.png); background-size:100%; border-radius:32px;}

.m-sy-W3{ margin-bottom:9px;}
.m-sy-W3 .bx-wrapper .bx-pager,.m-sy-W3  .bx-wrapper .bx-controls-auto{ bottom:17px; text-align:right; }
.m-sy-W3 .bx-wrapper .bx-caption{ /* background:none; */ background:url(../images3/ico.png) repeat-x left center; background-size:auto 100%; border:none;height:50px !important; line-height:50px !important; font-size:18px !important;} 
.m-sy-W3 .bx-wrapper .bx-caption span{ height:50px;font-size:18px }
.m-sy-W3 .bx-wrapper a{ position:relative; display:block;}
.m-sy-W3 .bx-controls-direction{ display:none;}
.m-sy-W3 .m-tips{ width:80px; height:28px; text-align:center; font:14px/28px "微软雅黑"; color:#f5f5f5; background:#f61f2e; position:absolute; left:0; top:0;}

.m-sy-W4{background:#fff; overflow:hidden; padding:15px 0 20px; margin-bottom:9px;}
.m-sy-W4 .m-title{ font:18px/27px "微软雅黑"; text-align:center; margin-top:0px; margin-bottom:14px; overflow:hidden; color:#333333;}
.m-sy-W4 .bx-wrapper{ padding:0 45px; box-sizing:border-box;}
.m-sy-W4 .m-box{ width:100%; overflow:hidden; text-align:center;  box-sizing:border-box;}
.m-sy-W4 .m-box a{ width:33.3% !important; float:left; padding:5px; box-sizing:border-box;}
.m-sy-W4 .bx-wrapper .bx-prev{ background:url(../images3/icon91012.png) center center no-repeat; top:0; bottom:0; margin:auto; background-size:21px; left:0; width:42px; height:50px;}
.m-sy-W4 .bx-wrapper .bx-next{ background:url(../images3/icon91013.png) center center no-repeat;  top:0; bottom:0; margin:auto; background-size:21px; right:0; width:42px; height:50px;}
.m-sy-W4 .bx-pager.bx-default-pager{ display:none !important;}

.m-sy-W5{ margin-bottom:9px; overflow:hidden;} 
.m-sy-W5 .f-list{ width:100%; overflow:hidden; height:40px; border-bottom:1px solid #e6e6e6; overflow:hidden;}
.m-sy-W5 .f-list a{ padding:0 5% 0 2%; color:#333333; background:url(../images3/icon91009.png) 97% center no-repeat #fff; background-size:7px; overflow:hidden; font:16px/40px "微软雅黑"; display:block;}
.m-sy-W5 .f-list a.on{ background:url(../images3/icon91009.png) 97% center no-repeat #e6e6e6;background-size:7px;}
/*底部*/
footer{ width:100%; overflow:hidden; text-align:center; background:#f61f2e; padding:8px 0; color:#fff; font:11px/18px "微软雅黑";}
footer p,footer p a{ color:#ff989f;}




/*修改*/
.st-effect-10.st-menu-open .st-pusher {-webkit-transform: translate3d(-300px, 0, 0);transform: translate3d(-300px, 0, 0);}
.st-effect-10.st-menu {z-index: 1;opacity: 1; right:0; left:auto;-webkit-transform: translate3d(300, 0, -300px);transform: translate3d(300px, 0, -300px);}
.st-effect-10.st-menu-open .st-effect-10.st-menu {visibility: visible;-webkit-transition: -webkit-transform 0.5s;transition: transform 0.5s;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0); overflow-y:auto; overflow-x: hidden;}
.m-meu-1{ font-size:18px; line-height:57px; height:57px;}
.nav-menu{ padding-top:16px;}
.nav-menu .m-search{ padding:0 15px; overflow:hidden; margin-bottom:13px; position:relative;opacity: 0;-webkit-transform: translate3d(50%,0,0);transform: translate3d(50%,0,0);transition: all .2s;}
.nav-menu .m-search .m-ser{ width:100%; border:none; border-radius:5px; padding:13px 0 13px 44px; background:url(../images3/icon91014.png) 18px center no-repeat #eeeeee;height:36px; font-size:14px; background-size:19px; box-sizing:border-box; font-family:"微软雅黑"; color:#666666;}
.nav-menu .m-search .m-ser::-webkit-input-placeholder{opacity:1; color:#666666;}    /* 使用webkit内核的浏览器 */
.nav-menu .m-search .m-ser:-moz-placeholder{opacity:1; color:#666666;}                  /* Firefox版本4-18 */
.nav-menu .m-search .m-ser::-moz-placeholder{opacity:1; color:#666666;}                  /* Firefox版本19+ */
.nav-menu .m-search .m-ser:-ms-input-placeholder{opacity:1; color:#666666;}

.nav-menu .list{ margin-bottom:15px;}
.nav-menu ul{ margin:0 34px;}
.st-menu-open .nav-menu .m-search{opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);transition: opacity .4s linear, -webkit-transform .6s cubic-bezier(.25, .46, .45, .94);transition: opacity .4s linear, transform .6s cubic-bezier(.25, .46, .45, .94);transition: opacity .4s linear, transform .6s cubic-bezier(.25, .46, .45, .94), -webkit-transform .6s cubic-bezier(.25, .46, .45, .94);transition-delay: .1s}



/* ** ** ** ** ** ** ** ** * ** *
	首页 2017年11月8日15:04:11
* ** ** ** ** ** ** ** ** * ** */
.section{ position:relative; height:100%;}

.m-ny .m-navSmall .m-title{ width:100%; text-align:center; position:relative; z-index:99; font:16px/45px "微软雅黑"; height:45px; color:#000; background:#fff; border-bottom:1px solid #efefef; border-top:1px solid #efefef;}
.m-ny .m-navSmall .m-title i,.m-ny .m-navSmall .m-title em{ display:inline-block; vertical-align:middle; margin:0 3px; margin-top:-5px;}
.section .m-bg{ width:100%; opacity:0; height:100%; display:none; position:absolute; left:0; top:0; bottom:0; right:0; margin:auto; z-index:5; background:rgba(0,0,0,0.30);transition:all 1.9s ease;-ms-transition:all 1.9s ease;-webkit-transition:all 1.9s ease;-moz-transition:all 1.9s ease;}
.section.on .m-bg{ display:block; opacity:1;transition:all 1.9s ease;-ms-transition:all 1.9s ease;-webkit-transition:all 1.9s ease;-moz-transition:all 1.9s ease;}
.m-ny .m-navSmall .m-box{ position:absolute; left:0; top:47px; width:100%; z-index:999; overflow:hidden; height:0;transition: height .8s ease;}

.m-navSmall .m-title em img{opacity: 0.35;width: 10px; position: relative;top: -2px;}
.m-ny .m-navSmall .m-box a{ width:100%; border-bottom:1px solid #fff; height:50px; font:16px/50px "微软雅黑"; color:#333333; text-align:center; display:block; background:#f5f5f5;
-webkit-transform: translate3d(0, -50%, 0); opacity:0;transform: translate3d(0, -50%, 0); -webkit-transform: translate3d(50%, 0, 0);transform: translate3d(50%, 0, 0);transition: all 1.2s;}
.section.on .m-ny .m-navSmall .m-box a{transition: all .2s;opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);transition: opacity .4s linear, -webkit-transform .4s cubic-bezier(.25, .46, .45, .94);transition: opacity .4s linear, transform .4s cubic-bezier(.25, .46, .45, .94);transition: opacity .4s linear, transform .4s cubic-bezier(.25, .46, .45, .94), -webkit-transform .4s cubic-bezier(.25, .46, .45, .94);}
.section.on .m-ny .m-navSmall .m-box a:nth-child(1) {transition-delay: .1s}
.section.on .m-ny .m-navSmall .m-box a:nth-child(2) {transition-delay: .2s}
.section.on .m-ny .m-navSmall .m-box a:nth-child(3) {transition-delay: .3s}
.section.on .m-ny .m-navSmall .m-box a:nth-child(4) {transition-delay: .4s}
.section.on .m-ny .m-navSmall .m-box a:nth-child(5) {transition-delay: .5s}
.section.on .m-ny .m-navSmall .m-box a:nth-child(6) {transition-delay: .6s}
.section.on .m-ny .m-navSmall .m-box a:nth-child(7) {transition-delay: .7s}
.section.on .m-ny .m-navSmall .m-box a:nth-child(8) {transition-delay: .8s}
.section.on .m-ny .m-navSmall .m-box a:nth-child(9) {transition-delay: .9s}
.section.on .m-ny .m-navSmall .m-box a:nth-child(10) {transition-delay: 1s}




.m-ny .m-where{ height:36px; padding:0 2%; border-bottom:1px solid #f1f1f1; border-top:1px solid #f1f1f1; overflow:hidden; font:12px/36px "微软雅黑"; background:#fafafa; color:#666666;white-space: nowrap;text-overflow: ellipsis;} 
.m-ny .m-navSmall:first-child + .m-where{ border-top:none;}
.m-ny.m-yzsfw .m-detail .title{width:100%; font-size:18px;line-height:20px; color:#000; text-align:center; padding: 15px 0 20px;overflow: hidden;border-bottom: 1px solid #e5e5e5;margin-bottom: 20px;}
.m-ny.m-yzsfw .m-detail .title p{ text-indent:0 !important;}
.m-ny .m-where a{color:#666666;}
.m-ny .m-navSmall .m-box a:hover,.m-ny .m-navSmall .m-box a.on{ color:#f61f2e;}
.m-ny.m-yzsfw .m-detail{ padding:8px 2%; font:14px/28px "微软雅黑"; color:#666666; background:#fff; /*margin-bottom:16px;*/}
.m-ny.m-yzsfw .m-detail img{ width:100%;}
.m-nav-o{ background-color: #e6e6e6;max-width: 100%;/*overflow: hidden;*/ width: 100%; position:relative;}
.m-nav-o .list {list-style: none;white-space: nowrap;overflow-x: auto;overflow-y: hidden; padding:13px 8px 13px 8px;}
@keyframes ani{
	from{ background-position:6px center;}
	  to{ background-position:20px center;}
}
.m-nav-o .u-afa{ content:''; display:block; width:34px; height:36px; position:absolute; right:0; top:13px; background:url(../images3/icon91010.png) no-repeat center center rgba(246, 31, 46, .9); background-size:10px; animation:ani 2s linear infinite;}
.u-fif{ position:absolute; right:3px; top:-23px; background:rgb(246, 31, 46); color:#fff; font-size:12px; line-height:28px; height:28px; padding:0 10px; border-radius:6px; visibility:hidden;}
.u-fif:after{ content:''; display:block; width:0; height:0; border:solid 6px transparent; border-top-color:rgb(246, 31, 46); position:absolute; right:13px; bottom:-11px;}
.f-nin{ opacity:0; transition:opacity .3s ease;}
.m-nav-o .f-nrn{ opacity:0; transition:opacity 2s ease;}
.f-ove{ visibility:visible;}
.m-nav-o .list .f-list{ white-space: nowrap;margin: 0; background:#ffffff; border:1px solid #f4f4f4;float:none; display: inline-block;margin-right: 0px; min-width:87px; height:34px; margin-right:-5px;}
.m-nav-o .list a{ display:block;min-width:67px; padding:0 10px; height:34px; text-align:center; line-height:34px; color:#666666;}
.m-nav-o .list a .m-en{ background:url(../images3/icon91020.png) top center no-repeat; display:inline-block; position:relative; top:1px; margin:1px 0 0 5px; width:12px; height:12px; background-size:12px;}
.m-nav-o .list a.on{ background:#f4f4f4; color:#f61f2e;}
.m-nav-o .list a.on .m-en{ background:url(../images3/icon91021.png) top center no-repeat; background-size:12px;}
/*.m-nav-o .list .f-list.on{ background:#f4f4f4; color:#f61f2e;}
.m-nav-o .list .f-list.on a .m-en,.m-nav-o .list .f-list:hover a .m-en{ background:url(../images3/icon91021.png) top center no-repeat; background-size:12px;}*/


/*电商平台*/
.m-ptjs .m-pic{ width:100%; display:block;}
.m-ptjs{ width:100%; margin-top:5px; background:#fff; overflow:hidden; /* margin-bottom:7px; */}
.m-ny.m-dspt .m-detail{ padding:5px 2% 12px ; font:14px/28px "微软雅黑"; color:#333333; min-height:220px;}
.m-ptjs .m-jqqd{ width:200px; display:block; height:63px; margin:21px auto 5px; background:url(../images3/icon91023.png) top center no-repeat; background-size:200px;line-height: 49px;font-size: 18px;color: #fff;text-indent: 83px;}


/*商户风采*/
.m-shfc .m-list{ padding:16px 2% 20px 2%; background:#fff; overflow:hidden; margin-bottom:13px;}
.m-shfc .m-list .list{ width:102%; overflow:hidden;}
.m-shfc .m-list .list .f-list{ width:48%; float:left; margin:0 2% 0 0;}
.m-shfc .m-list .list .f-list a{ display:block; overflow:hidden;}
.m-shfc .m-list .list .f-list a.on{ color:#f61f2e;}
.m-shfc .m-list .list .f-list .m-pic{ display:block; position:relative; width:100%; padding-bottom:69.5%; overflow:hidden;}
.m-shfc .m-list .list .f-list .m-pic img{ display:block; position:absolute; left:0; top:0; width:100%; height:100%;}
.m-shfc .m-list .list .f-list .m-word{ font:12px/16px "微软雅黑"; height:32px; overflow:hidden; display:block; margin:7px 0;}

/*商会工作*/
.m-shgz .m-ListTy{ padding-bottom:38px;}
.m-shgz .m-ListTy .f-list:last-child a{ border-bottom:1px solid #e6e6e6;}

/*通用详细*/
.m-tyxx .m-digest{ padding:20px 2%; background:#fff; overflow:hidden; margin-bottom:9px; font:14px/28px "微软雅黑"; color:#666666;}
.m-tyxx .m-digest p,.m-tyxx .m-digest p span{font:14px/28px "微软雅黑" !important; color:#666666;text-indent:0 !important;}
.m-tyxx .m-digest img{ }
.m-tyxx .m-digest .m-title{ font:24px/28px "微软雅黑"; color:#333; overflow:hidden; margin-bottom:10px;}
.m-tyxx .m-digest .m-time{ font:12px/18px "微软雅黑"; color:#666666; padding-bottom:16px; border-bottom:1px solid #f61f2e; margin-bottom:16px; width:100%; display:block;}

.m-yeMa{ margin-bottom:16px; overflow:hidden;}
.m-yeMa p{ font:16px/40px "微软雅黑"; border-bottom:1px solid #e5e5e5; height:40px; background:url(../images3/icon91009.png) 98% center no-repeat #fff; background-size:7px; padding:0 4% 0 2%; overflow:hidden;}
.m-yeMa p a{ display:block;}
.m-yeMa p.on{background:url(../images3/icon91010.png) 98% center no-repeat #f61f2e; background-size:7px;transition:all 0.6s ease;-ms-transition:all 0.6s ease;-webkit-transition:all 0.6s ease;-moz-transition:all 0.6s ease;}
.m-yeMa p.on a{ color:#fff;transition:all 0.6s ease;-ms-transition:all 0.6s ease;-webkit-transition:all 0.6s ease;-moz-transition:all 0.6s ease;}

/*发展理念*/
.m-fzln{}
.m-fzln .m-detail{ padding:23px 2% 30px 2%; background:url(../images3/icon91029.png) bottom center no-repeat #fff; background-size:100%; /*margin-bottom:20px;*/ overflow:hidden; font:14px/28px "微软雅黑"; color:#666666;}
.m-fzln .m-detail .m-title{ color:#333333; text-align:center; font:bold 24px/30px "微软雅黑";}
.m-fzln .m-detail .m-titleEn{ font:14px/18px "微软雅黑"; color:#c7c7c7; text-align:center; margin-bottom:18px; overflow:hidden;}
.m-fzln .m-detail img{ width:100%;}
.m-fzln .m-detail p,.m-fzln .m-detail p span{font:14px/28px "微软雅黑" !important; color:#666666  !important;}

/*区位优势*/
.m-qwys .m-detail{ padding: 14px 2%; background:#d42c38; margin-bottom:20px; overflow:hidden; color:#fff; font:14px/28px "微软雅黑";}
.m-qwys .m-yslist{ width:96%; margin:11px auto 14px; overflow:hidden; box-shadow:0 5px 9px rgba(0,0,0,0.13);}
.m-qwys .m-yslist .m-box{ padding:0 4%;opacity:1; height:0; background:#fff; box-shadow:0 5px 9px rgba(0,0,0,0.13); overflow:hidden; font:14px/26px "微软雅黑"; color:#333333; transition:all 0.6s ease;-ms-transition:all 0.6s ease;-webkit-transition:all 0.6s ease;-moz-transition:all 0.6s ease;}
.m-qwys .m-yslist .m-box img{ width:100%;}
.m-qwys .m-yslist .m-name{ font:16px/49px "微软雅黑"; height:49px; overflow:hidden; color:#333333; padding:0 4%; background:url(../images3/icon91009.png) 98% center no-repeat #fff; background-size:7px; display:block; border-bottom:1px solid #d7d7d7;}
.m-qwys .m-yslist .m-name.on + .m-box{ /*transition:myfirst all 0.6s ease;-ms-transition:myfirst all 0.6s ease;-webkit-transition:myfirst all 0.6s ease;-moz-transition:myfirst all 0.6s ease;*/ margin-bottom:14px; opacity:1;padding-bottom:16px; transition:all 0.6s ease;-ms-transition:all 0.6s ease;-webkit-transition:all 0.6s ease;-moz-transition:all 0.6s ease;}
.m-qwys .m-yslist .m-name.on{ border:none;transition:all 0.6s ease;-ms-transition:all 0.6s ease;-webkit-transition:all 0.6s ease;-moz-transition:all 0.6s ease;}
.m-qwys .m-yslist .m-item:last-child .m-name.on + .m-box{ box-shadow:none; margin-bottom:0;transition:all 0.6s ease;-ms-transition:all 0.6s ease;-webkit-transition:all 0.6s ease;-moz-transition:all 0.6s ease;}
.m-qwys .m-height{ overflow:hidden;}
.m-map img{ display:block;}

/**/
.m-nav-o .list a .m-en{ background:none; display:none;}

/*组织架构*/
.m-zzjg .m-detail{ padding:17px 2%; font:14px/28px "微软雅黑"; color:#333333; overflow:hidden; background:#fff; /*margin-bottom:13px;*/}
.m-zzjg .m-detail .m-title{ width:100%; overflow:hidden; text-align:center; font:20px/27px "微软雅黑"; color:#000; margin-bottom:13px;}
.m-zzjg .m-detail img{ margin:8px auto 0;}

/*资质荣誉*/
.m-zzry .m-list{ padding:13px 2%; overflow:hidden; background:#fff; margin-bottom:13px;}
.m-zzry .m-list .list{ width:102%; overflow:hidden;}
.m-zzry .m-list .f-list{ width:48%; float:left; overflow:hidden; margin:0 2% 11px 0;transition:all 0.6s ease;-ms-transition:all 0.6s ease;-webkit-transition:all 0.6s ease;-moz-transition:all 0.6s ease;}
.m-zzry .m-list .f-list.on .m-word{ color:#f61f2e;transition:all 0.6s ease;-ms-transition:all 0.6s ease;-webkit-transition:all 0.6s ease;-moz-transition:all 0.6s ease;}
.m-zzry .m-list a{ width:100%; display:block; overflow:hidden;}
.m-zzry .m-list .m-pic{ width:100%; display:block; padding-bottom:70%; overflow:hidden; position:relative;}
.m-zzry .m-list .m-pic img{ position:absolute; left:0; top:0; display:block;}
.m-zzry .m-list .m-word{ font:12px/15px "微软雅黑"; height:30px; overflow:hidden; display:block; color:#666666; margin:7px 0;transition:all 0.6s ease;-ms-transition:all 0.6s ease;-webkit-transition:all 0.6s ease;-moz-transition:all 0.6s ease;}

/*车行南昌*/
.m-chvi{ margin-top:-1px;} 
.m-chvi .bx-wrapper .bx-pager{ bottom:10px;}

.m-chnc .m-list{ padding:13px 2% 5px 2%; overflow:hidden; background:#fff; margin-bottom:13px;}
.m-chnc .list{ width:102%; overflow:hidden;}
.m-chnc .m-list .f-list{ width:48%; float:left; overflow:hidden; margin:0 2% 13px 0;transition:all 0.6s ease;-ms-transition:all 0.6s ease;-webkit-transition:all 0.6s ease;-moz-transition:all 0.6s ease;}
.m-chnc .m-list .f-list.on .m-name,.m-chnc .m-list .f-list.on .m-time{ color:#f61f2e;transition:all 0.6s ease;-ms-transition:all 0.6s ease;-webkit-transition:all 0.6s ease;-moz-transition:all 0.6s ease;}
.m-chnc .m-list a{ width:100%; display:block; overflow:hidden;}
.m-chnc .m-list .m-pic{ width:100%; display:block; padding-bottom:69%; overflow:hidden; position:relative;}
.m-chnc .m-list .m-pic img{ position:absolute; left:0; top:0; display:block; width:100%;height:100%;}
.m-chnc .m-list .m-name{ font:14px/24px "微软雅黑"; height:24px; overflow:hidden; display:block; color:#666666; margin:4px 0 0 0;transition:all 0.6s ease;-ms-transition:all 0.6s ease;-webkit-transition:all 0.6s ease;-moz-transition:all 0.6s ease;}
.m-chnc .m-list .m-time{ font:12px/17px "微软雅黑"; height:17px; overflow:hidden; display:block; color:#666666;transition:all 0.6s ease;-ms-transition:all 0.6s ease;-webkit-transition:all 0.6s ease;-moz-transition:all 0.6s ease;}


/*月刊杂志*/
.m-ykzz{}
.m-ykzz .m-list{ padding:17px 1% 5px 1%; overflow:hidden; background:#fff; margin-bottom:13px;}
.m-ykzz .m-list .list{ width:100%; overflow:hidden;}
.m-ykzz .m-list .f-list{ width:50%; float:left; overflow:hidden; margin:0 0 3px 0;transition:all 0.6s ease;-ms-transition:all 0.6s ease;-webkit-transition:all 0.6s ease;-moz-transition:all 0.6s ease; }
.m-ykzz .m-list .f-list.on .m-name{ color:#f61f2e;transition:all 0.6s ease;-ms-transition:all 0.6s ease;-webkit-transition:all 0.6s ease;-moz-transition:all 0.6s ease;}
.m-ykzz .m-list a{ width:100%; display:block; overflow:hidden;}
.m-ykzz .m-list .m-pic{ margin:0 2%; display:block; padding-bottom:137%; overflow:hidden; position:relative;box-shadow:0 5px 8px rgba(0,0,0,0.19);}
.m-ykzz .m-list .m-pic img{ position:absolute; left:0; top:0; display:block;}
.m-ykzz .m-list .m-name{ font:14px/42px "微软雅黑"; height:42px; text-align:center; overflow:hidden; display:block; color:#666666; margin: 0;transition:all 0.6s ease;-ms-transition:all 0.6s ease;-webkit-transition:all 0.6s ease;-moz-transition:all 0.6s ease;}

/*市场概况*/
.m-scgk .m-detail .m-title{ font:20px/22px "微软雅黑"; padding:28px 2%; background:#fff; overflow:hidden; text-align:center;}
.m-scgk .m-picBox{ background-color:none;max-width: 100%;overflow: hidden; width: 100%; margin:15px 0;}
.m-scgk .m-picBox > ul {list-style: none;white-space: nowrap;overflow-x: auto;overflow-y: hidden;}
.m-scgk .m-picBox > ul > li { white-space: nowrap;margin: 0; display: inline-block;width: 130px;height:130px;float: none;margin-right:10px;}
.m-scgk .m-picBox > ul > li:first-child{ margin-left:10px;}
.m-scgk .m-picBox > ul > li img{ display:block;}
.m-scgk .m-detail .m-digest{ padding:13px 2%; background:#fff; font:14px/28px "微软雅黑"; color:#666; overflow:hidden; /*margin-bottom:13px;*/}

/*旗下产业*/
.m-qxcy .m-detail{ background:#fff; padding:0 2% 30px 2%;font:14px/28px "微软雅黑"; color:#666; }
.m-qxcy .m-detail .m-title{ font:20px/28px "微软雅黑"; padding:10px 0; margin-top:7px; background:#fff; overflow:hidden; text-align:center;}
.m-qxcy .m-list{ padding:0 2%; overflow:hidden; background:#fff; /*margin-bottom:12px;*/}
.m-qxcy .list{ width:102%; overflow:hidden;}
.m-qxcy .m-list .f-list{ width:48%; float:left; overflow:hidden; margin:0 2% 15px 0;transition:all 0.6s ease;-ms-transition:all 0.6s ease;-webkit-transition:all 0.6s ease;-moz-transition:all 0.6s ease;}
.m-qxcy .m-list .f-list.on .m-name,.m-chnc .m-list .f-list.on .m-time{ color:#f61f2e;transition:all 0.6s ease;-ms-transition:all 0.6s ease;-webkit-transition:all 0.6s ease;-moz-transition:all 0.6s ease;}
.m-qxcy .m-list a{ width:100%; display:block; overflow:hidden;}
.m-qxcy .m-list .m-pic{ width:100%; display:block; /*padding-bottom:124%;*/ padding-bottom:82%; overflow:hidden; position:relative;}
.m-qxcy .m-list .m-pic img{ position:absolute; left:0; top:0; display:block; width:100%; height:100%;}
.m-qxcy .m-list .m-name{ font:14px/32px "微软雅黑"; height:32px; overflow:hidden; display:block; color:#333333; margin:4px 0 0 0;transition:all 0.6s ease;-ms-transition:all 0.6s ease;-webkit-transition:all 0.6s ease;-moz-transition:all 0.6s ease;}

/*联系我们*/
.m-lxfs .m-conT{ font:14px/24px "微软雅黑"; color:#fff; overflow:hidden; text-align:center; background:#f61f2e; padding:32px 2%; border-bottom:8px solid #fff;} 
.m-lxfs .m-conT .m-lx{ font:18px/28px "微软雅黑"; height:28px; background:url(../images3/icon91047.png) top center no-repeat; color:#fff;display:inline-block; background-size:58px; padding-top:56px; margin-bottom:15px;}
.m-lxfs .m-conT .m-lx:first-child + *{ clear:both; width:100%;}
.m-lxfs .m-map{ width:100%; border-bottom:8px solid #fff; overflow:hidden;}
.m-lxfs .m-map img{ display:block; width:100%;}
.m-lxfs .m-ewm{ background:url(../images3/icon91049.png) top center no-repeat; width:100%; height:228px; overflow:hidden; margin-bottom:13px;}
.m-lxfs .m-ewm div.m-pic{ width:116px; margin:45px auto 0; text-align:center; color:#fff; overflow:hidden;}
.m-lxfs .m-ewm img.m-pic{ width:100px; height:100px; display:block; margin:0 auto; border:8px solid #fff;}
.m-lxfs .m-ewm .m-box{ font:14px/31px "微软雅黑";}

/*在线留言*/
.m-zxly .m-tab{ margin:0 auto; padding:0 2% 32px 2%; /* margin-bottom:12px; */ overflow:hidden; background:#fff;}
.m-zxly .m-tab .m-title{ font:14px/52px "微软雅黑"; color:#333;}

.m-zxly .m-tab .m-text{ font:14px/44px "微软雅黑"; border:none; height:44px; padding:15px; box-sizing:border-box; color:#505050; background:#f2f2f2;}
.m-zxly .m-tab .m-text1{ width:100%;}
.m-zxly .m-tab .m-text2{width:40%; margin-right:12px; float:left;}
.m-zxly .m-tab .m-get,.m-zxly .m-tab .m-get img{ width:120px; height:44px;}
.m-zxly .m-tab textarea{ width:100%; display:block; margin:0 0 20px 0; min-height:200px; padding:15px; box-sizing:border-box;background:#f2f2f2; border:none; font-size:14px; color:#505050;}
.m-zxly .m-tab .m-btn{ background:#e31c2a; width:100%; height:40px; margin:42px auto 0; color:#fff; font-size:16px; border:none; border-radius:5px;}

.m-zxly .m-tab .m-text::-webkit-input-placeholder,.m-zxly .m-tab textarea::-webkit-input-placeholder{opacity:1; color:#505050;}    /* 使用webkit内核的浏览器 */
.m-zxly .m-tab .m-text:-moz-placeholder,.m-zxly .m-tab textarea:-moz-placeholder{opacity:1;  color:#505050;}                  /* Firefox版本4-18 */
.m-zxly .m-tab .m-text::-moz-placeholder,.m-zxly .m-tab textarea::-moz-placeholder{opacity:1;  color:#505050;}                  /* Firefox版本19+ */
.m-zxly .m-tab .m-text:-ms-input-placeholder,.m-zxly .m-tab textarea:-ms-input-placeholder{opacity:1;  color:#505050;}

/*搜索*/
.m-suo{ padding:7px 2%; border-bottom:1px solid #d7d7d7; border-top:1px solid #d7d7d7; overflow:hidden; background:#fff;}
.m-suo .m-text{ padding-left:33px; box-sizing:border-box; background:url(../images3/icon91014.png) 13px center no-repeat #f5f5f5; background-size:13px; border:none; border-radius:8px; width:100%; box-sizing:border-box; height:32px; font-size:14px; color:#888888;}
.m-suo .m-text::-webkit-input-placeholder{opacity:1;color:#888888;}    /* 使用webkit内核的浏览器 */
.m-suo .m-text:-moz-placeholder{opacity:1;  color:#888888;}                  /* Firefox版本4-18 */
.m-suo .m-text::-moz-placeholder{opacity:1;  color:#888888;}                  /* Firefox版本19+ */
.m-suo .m-text:-ms-input-placeholder{opacity:1;  color:#888888;}

/*求贤纳士详细*/
.m-art {width: 96%;overflow: hidden;padding: 10px 2% 20px;color: #333333;font-size: 14px;line-height: 26px;text-align: justify;}
.u-title{ font-size:22px; text-align:center; padding-top:3px; padding-bottom:18px; font-family:"微软雅黑"; line-height:28px;}
.u-name{ font:bold 14px/30px "微软雅黑"; height:30px; padding:0 2%; overflow:hidden; color:#333333; background:#e6e6e6;}
.u-digest{ font:16px/30px "微软雅黑"; padding:7px 2%; color:#333333;}
.u-digest *{background:none !important;}
.u-digest .u-cor{ color:#cd000e}

/*董事长致辞*/
.m-dszzc .m-dszpic{ /* width:100%; */ width:66%; margin:0 auto; overflow:hidden;}
.m-dszzc .m-dszpic img{ width:100%; display:block;}
.m-dszzc .m-dszBox{ padding:12px 2% 15px; /*background:url(../images3/icon91053.png) 98% center no-repeat #d71826;*/ background:#d71826; background-size:25px; overflow:hidden; margin-bottom:15px;}
.m-dszzc .m-dszBox h1{ font:bold 20px/28px "微软雅黑"; color:#fff;}
.m-dszzc .m-dszBox h2{ font:11px/16px "微软雅黑"; color:rgba(255,255,255,0.60);}
.m-dszzc .m-dszBox p{ font:12px/17px "微软雅黑"; color:#fff;}
.m-dszzc .m-zcw{ width:90%; margin:0 auto 15px; position:relative; box-shadow:0 5px 5px rgba(0,0,0,0.06); overflow:hidden; background:#fff; min-height:204px; }
.m-dszzc .m-zcwIn{position:relative;  padding:0 34px; padding-top:20px; box-sizing:border-box; margin-top:25px;}
.m-dszzc .m-zcw .m-left{ position:absolute; left:13px; top:0; width:15px; height:15px; display:block; background:url(../images3/icon91054.png) top center no-repeat; background-size:15px;}
.m-dszzc .m-zcw .m-right{position:absolute; right:13px; bottom:2px; width:15px; height:15px; display:block; background:url(../images3/icon91055.png) top center no-repeat;background-size:15px; z-index:99;}
.m-dszzc .m-zcw .m-box{ font:16px/28px "微软雅黑"; color:#d71826; overflow:hidden;}
.m-dszzc .m-zcw .m-pic{ position:absolute; bottom:6px; right:28px; width:132px;}

.m-dszzc .m-detail{ font:14px/28px "微软雅黑"; color:#666666; padding:17px 2% 20px; background:#fff; /*margin-bottom:13px;*/}
.m-dszzc .m-detail .m-title{ font:18px/27px "微软雅黑"; text-align:center; color:#000; margin-bottom:10px;}


/*求贤纳士*/
.m-zxns .m-bgt{ width:100%; overflow:hidden; margin-top:4px;}
.m-zxns .m-bgt img{ display:block; width:100%;}
.m-zxns .m-zs{ width:100%; background:url(../images3/icon91062.png) top center no-repeat; background-size:100%; color:#fff; margin-bottom:15px; text-align:center; color:#fff; padding:11px 0;}
.m-zxns .m-zs h1{ font:12px/24px "微软雅黑"; height:24px; overflow:hidden;}
.m-zxns .m-zs p{ padding-left:30px; display:inline-block; background:url(../images3/icon91061.png) left center no-repeat; background-size:20px; font:bold 24px/28px "微软雅黑";}

.m-zxns .m-list{ padding:0 2%; width:100%; box-sizing:border-box; overflow:hidden;margin-bottom:12px;}
.m-zxns .m-list .f-list{ margin-bottom:8px; box-shadow:0 5px 5px rgba(0,0,0,0.08); overflow:hidden;} 
.m-zxns .m-list .f-list a{ padding-left:80px;width:100%; box-sizing:border-box; height:111px; overflow:hidden; position:relative; display:block;}
.m-zxns .m-list .m-date{ width:80px; position:absolute; left:0; top:0; height:111px; background:#ff5a65; color:#fff; text-align:center;}
.m-zxns .m-list .m-ri{ margin: 0 16px; display:block; font:20px/41px "微软雅黑"; border-bottom:1px solid #ffbdc1; margin-top:7px;}
.m-zxns .m-list .m-yue{ margin: 0 12px; display:block; font:12px/14px "微软雅黑"; margin-top:8px;}
.m-zxns .m-list .m-xi{ margin: 0 12px; display:block; font:14px/20px "微软雅黑";}

.m-zxns .m-list .m-th{ padding-left:8px; padding-right:27px; box-sizing:border-box; background:#fff; height:111px;}
.m-zxns .m-list .m-tj{ font:12px/21px "微软雅黑"; height:21px; margin-bottom:5px; overflow:hidden;}
.m-zxns .m-list .m-tj em{ float:left; margin-right:15px; color:#a6a6a6;}
.m-zxns .m-list .m-tj .m-em1{ padding-left:15px; background:url(../images3/icon91057.png) left center no-repeat; background-size:12px;}
.m-zxns .m-list .m-tj .m-em2{ padding-left:15px; background:url(../images3/icon91058.png) left center no-repeat; background-size:12px;}
.m-zxns .m-list .m-tj .m-em3{ padding-left:15px; background:url(../images3/icon91059.png) left center no-repeat; background-size:12px;}
.m-zxns .m-list .m-word{ font:12px/18px "微软雅黑"; height:36px; overflow:hidden; color:#666666;}
.m-zxns .m-list .m-word .c3{ color:#333;}
.m-zxns .m-list .m-title{ font:18px/33px "微软雅黑"; height:33px; color:#333; overflow:hidden; padding-top:3px;}
.m-zxns .m-list .f-list .m-bgi{ position:absolute; right:0; top:0; height:111px; width:27px; display:block; background:url(../images3/icon91063.png) center center no-repeat #efefef; background-size:9px;}

/* 11.15 */
.m-rew{ width:100%; overflow:hidden; text-align:center; padding:30px 0; color:#9f9f9f; font-size:20px; line-height:40px;}
.m-rew img{ width:160px;}

/* 1.5新增 */
.m-tit{ margin-left:8px; margin-right:8px; border-radius:4px; height:36px; background-color:#f2f2f2; line-height:36px; overflow:hidden; margin-bottom:16px;}
.m-tit ul li{ width:21%; float:left; text-align:center; color:#8c8c8c; font-size:14px; cursor:pointer;}
.m-tit ul li:first-child{ width:16%;}
.m-tit ul li.z-tit{ color:#f61f2e;}
.f-fiv{ width:100%; position:relative; min-height:50px;}
.f-fiv .m-fiv{ position:absolute; left:0; top:0; width:100%; visibility:hidden; z-index:-1;}
.f-fiv .m-fiv:first-child{ position:static;}
.f-fiv .m-fiv.f-ind{ visibility:visible; z-index:1;}
.f-fiv .m-fiv:first-child.f-ind{ visibility:visible;}
.m-fiv .bx-wrapper{ min-height:42px;}

.a_car1{position: relative;display: block;}

.i_car1{width: 100%;
    height: 28px;
    text-align: center;
    font: 14px/28px "微软雅黑";
    color: #f5f5f5;

    position: absolute;
    left: 0;
    bottom: 0;
}

.m-sy-W1{ margin-bottom:9px;}
.m-sy-W1 .bx-wrapper .bx-pager,.m-sy-W3  .bx-wrapper .bx-controls-auto{ bottom:17px; text-align:right; }
.m-sy-W1 .bx-wrapper .bx-caption{ /* background:none; */  background:url(../images3/ico.png) repeat-x left center; background-size:auto 100%; border:none;height:50px !important; line-height:50px !important; font-size:18px !important;} 
.m-sy-W1 .bx-wrapper .bx-caption span{ height:50px;font-size:18px }
.m-sy-W1 .bx-wrapper a{ position:relative; display:block;}
.m-sy-W1 .bx-controls-direction{ display:none;}
.m-sy-W1 .m-tips{ width:80px; height:28px; text-align:center; font:14px/28px "微软雅黑"; color:#f5f5f5; background:#f61f2e; position:absolute; left:0; top:0;}

/* 2.1新加 */
.g-fix{ position:fixed; right:8px; bottom:50px; z-index:1000;}
.g-fix ul li{ width:42px; height:42px; margin-top:8px;}
.g-fix ul li img{ display:block; width:42px; height:42px;}

.m-ListTy ul .f-list{ position:relative;}
.m-bia{ position:absolute; right:2%; top:0;}
.m-bia span{ display:block; float:left; margin-left:5px; background-color:#e6abab; color:#fff; font-size:12px; width:54px; line-height:18px; height:18px; text-align:center;}
.m-suo .m-text{ width:80%; float:left; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; border-radius:8px 0 0 8px;}
.m-suo .u-seh{ width:20%; float:left; cursor:pointer; border:none; background:#f61f2e; color:#fff; font-size:12px; height:32px; border-radius:0 8px 8px 0;}
.nav-menu .m-search .m-ser{ width:80%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; float:left; border-radius:5px 0 0 5px;}
.nav-menu .m-search .m-srh{ width:20%; float:left; cursor:pointer; border:none; background:#f61f2e; color:#fff; font-size:12px; height:36px; border-radius:0 5px 5px 0;}

/* 2.5 */
.m-six{ overflow:hidden; margin-bottom:-15px;}
.m-six ul li{ width:30%; float:left; margin:0 1.5% 8px;}
.m-six ul li:first-child{ margin-left:2%;}
.m-six ul li:first-child + li + li + li{ margin-left:2%;}
.m-six ul li img{ display:block; width:100%;}
.m-six ul li p{ line-height:16px; text-align:center; color:#666; font-size:12px; height:32px; overflow:hidden; margin-top:3px;}
    