@charset"utf-8";

body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, li, pre, form, fieldset, legend, button, input, textarea, th, td, ol {
    margin: 0;
    padding: 0;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.image-thumb li{
  width: 25%;
  float: left;
  padding-right: 10px;
}
body {
    font: 14px "Microsoft YaHei","Arial";
    color: #666;
    line-height: 1.5;
    overflow-x: hidden;
}
body{
	max-width: 1920px;
	margin: 0 auto;
}
/* input,textarea{
	width: 100%;
	background: none;
	border: 1px solid #666;
	outline: none;
	padding: 10px 20px;
	font-size: 19px;
	color: #a6abaa;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
} */
ol, ul, li {
    list-style-type: none;
    vertical-align: middle;
}
a{ color:#000;}
a:hover{ color:#009b4a}
img {
    vertical-align: top;
    border: 0; width: auto;
    max-width: 100%;
    height: auto;
	image-rendering: -moz-crisp-edges;
	    image-rendering: -o-crisp-edges;
	    image-rendering: -webkit-optimize-contrast;
	    image-rendering: crisp-edges;
	    -ms-interpolation-mode: nearest-neighbor;
}
input, select, textarea, button {
    vertical-align: middle;
}
textarea, input {
    outline: none;
    resize: none;
}
input[type='submit'], input[type='button'], button {
    text-indent: 0;
    text-align: center;
    cursor: pointer;
}
label, button, a {
    cursor: pointer;
}
ins, em, b, i {
    text-decoration: none;
    font-style: normal;
}

/* 去掉浏览器默认样式 */
select:focus, textarea:focus, input:focus, button {
    outline: none;
}
/* placeholder文字的初始样式 */
input::-webkit-input-placeholder, input::-moz-input-placeholder, textarea::-webkit-textarea-placeholder, textarea::-moz-textarea-placeholder {
    color: #999;
    transition: color .5s;
}
/* placeholder文字的focus样式 */
input:focus::-webkit-input-placeholder, input:focus::-moz-input-placeholder, input:hover::-webkit-input-placeholder, input:hover::-moz-input-placeholder, textarea:focus::-webkit-input-placeholder, textarea:focus::-moz-input-placeholder, textarea:hover::-webkit-input-placeholder, textarea:hover::-moz-input-placeholder {
    color: #c2c2c2;
}
/* table */
table {
    border-collapse: collapse;
    border-spacing: 0;
    font: inherit;
}
/* a标签 */
a {
    color: inherit;
    text-decoration: none;
}
a[href] {
    cursor: pointer;
    outline: none;
}
a:hover {
    text-decoration: none;
    cursor: pointer;
}
a:focus {
    background-color: transparent;
}
h1, h2, h3, h4, h5, h6, em {
    font-weight: normal;
}
a, span, li, b, i, label, p, strong, div, h1, h2, h3, h4, h5, h6, font, small, em, li, pre, form, fieldset, legend, button, input, textarea, th, td, select {
    font: inherit;
    color: inherit;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
/*用来解决在安卓上的点击出现篮框问题*/
body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*解决ios上去除微信点击蓝色边框 */
a:focus, input:focus, p:focus, div:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body, html {
    width: 100%!important;
    padding-top:30px;
    height: 100%;
}
body::-webkit-scrollbar, html::-webkit-scrollbar {
    width: 3px;
    border-radius: 1.5px;
}
body::-webkit-scrollbar-button, html::-webkit-scrollbar-button {
    display: none;
}
body::-webkit-scrollbar-track, html::-webkit-scrollbar-track {
    background-color: #eee;
}
body::-webkit-scrollbar-thumb, html::-webkit-scrollbar-thumb {
    background-color: #105da9;
}
/* 浮动与清浮动 */
.fl {
    float: left;
}
.fr {
    float: right;
}
.cl::after {
    content:'\20';
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
.hide {
    display: none;
}
.show {
    display: block;
}
.up-word {
    text-transform: uppercase;
}
.v-show {
    visibility: visible;
}
.v-hide {
    visibility: hidden;
}
.mt-8 {
    margin-top: 8px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-12 {
    margin-top: 12px;
}
.mt-24 {
    margin-top: 24px;
}
.mt-32 {
    margin-top: 32px;
}
.mt-36 {
    margin-top: 36px;
}
.mt-48 {
    margin-top: 48px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-55 {
    margin-top: 55px;
}
.mt-60 {
    margin-top: 60px;
}
.mb-8 {
    margin-bottom: 8px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-12 {
    margin-bottom: 12px;
}
.mb-24 {
    margin-bottom: 24px;
}
.mb-32 {
    margin-bottom: 32px;
}
.mb-36 {
    margin-bottom: 36px;
}
.mb-48 {
    margin-bottom: 48px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-55 {
    margin-bottom: 55px;
}
.mb-60 {
    margin-bottom: 60px;
}
.ml-8 {
    margin-left: 8px;
}
.ml-10 {
    margin-left: 10px;
}
.ml-12 {
    margin-left: 12px;
}
.ml-24 {
    margin-left: 24px;
}
.ml-32 {
    margin-left: 32px;
}
.ml-36 {
    margin-left: 36px;
}
.ml-48 {
    margin-left: 48px;
}
.ml-15 {
    margin-left: 15px;
}
.ml-20 {
    margin-left: 20px;
}
.ml-30 {
    margin-left: 30px;
}
.ml-40 {
    margin-left: 40px;
}
.ml-55 {
    margin-left: 55px;
}
.ml-60 {
    margin-left: 60px;
}
.mr-8 {
    margin-right: 8px;
}
.mr-10 {
    margin-right: 10px;
}
.mr-12 {
    margin-right: 12px;
}
.mr-24 {
    margin-right: 24px;
}
.mr-32 {
    margin-right: 32px;
}
.mr-36 {
    margin-right: 36px;
}
.mr-48 {
    margin-right: 48px;
}
.mr-15 {
    margin-right: 15px;
}
.mr-20 {
    margin-right: 20px;
}
.mr-30 {
    margin-right: 30px;
}
.mr-40 {
    margin-right: 40px;
}
.mr-55 {
    margin-right: 55px;
}
.mr-60 {
    margin-right: 60px;
}
.pt-8 {
    padding-top: 8px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-12 {
    padding-top: 12px;
}
.pt-24 {
    padding-top: 24px;
}
.pt-36 {
    padding-top: 36px;
}
.pt-48 {
    padding-top: 48px;
}
.pt-15 {
    padding-top: 15px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-55 {
    padding-top: 55px;
}
.pt-60 {
    padding-top: 60px;
}
.pb-8 {
    padding-bottom: 8px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-12 {
    padding-bottom: 12px;
}
.pb-24 {
    padding-bottom: 24px;
}
.pb-36 {
    padding-bottom: 36px;
}
.pb-48 {
    padding-bottom: 48px;
}
.pb-15 {
    padding-bottom: 15px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-55 {
    padding-bottom: 55px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pl-8 {
    padding-left: 8px;
}
.pl-10 {
    padding-left: 10px;
}
.pl-12 {
    padding-left: 12px;
}
.pl-24 {
    padding-left: 24px;
}
.pl-36 {
    padding-left: 36px;
}
.pl-48 {
    padding-left: 48px;
}
.pl-15 {
    padding-left: 15px;
}
.pl-20 {
    padding-left: 20px;
}
.pl-30 {
    padding-left: 30px;
}
.pl-40 {
    padding-left: 40px;
}
.pl-55 {
    padding-left: 55px;
}
.pl-60 {
    padding-left: 60px;
}
.pr-8 {
    padding-right: 8px;
}
.pr-10 {
    padding-right: 10px;
}
.pr-12 {
    padding-right: 12px;
}
.pr-24 {
    padding-right: 24px;
}
.pr-36 {
    padding-right: 36px;
}
.pr-48 {
    padding-right: 48px;
}
.pr-15 {
    padding-right: 15px;
}
.pr-20 {
    padding-right: 20px;
}
.pr-30 {
    padding-right: 30px;
}
.pr-40 {
    padding-right: 40px;
}
.pr-55 {
    padding-right: 55px;
}
.pr-60 {
    padding-right: 60px;
}
.backImg {
    background-size: cover;
}
.text_overflow {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.txt-center {
    text-align: center;
}
.txt-right {
    text-align: right;
}
[data-ahref] {
    cursor: pointer;
}

.font-40 {
    font-size: 40px;
}
.font-38 {
    font-size: 32px;
}
.font-36 {
    font-size: 32px;
}
.font-34 {
    font-size: 32px;
}
.font-32 {
    font-size: 32px;
}
.font-30 {
    font-size: 30px;
}
.font-28 {
    font-size: 28px;
}
.font-24 {
    font-size: 24px;
}
.font-22 {
    font-size: 22px;
}
.font-20 {
    font-size: 20px;
}
.font-18 {
    font-size: 18px;
}
.font-16 {
    font-size: 16px;
}
.font-14 {
    font-size: 14px;
}
.font-12 {
    font-size: 12px;
}
.op-1 {
    opacity: 0.1;
}
.op-2 {
    opacity: 0.2;
}
.op-3 {
    opacity: 0.3;
}
.op-4 {
    opacity: 0.4;
}
.op-5 {
    opacity: 0.5;
}
.op-6 {
    opacity: 0.6;
}
.op-7 {
    opacity: 0.7;
}
.op-8 {
    opacity: 0.8;
}
.op-9 {
    opacity: 0.9;
}
.op-10 {
    opacity: 1;
}
.font-light {
    font-weight: lighter;
}
.font-bold {
    font-weight: bold;
}
.font-500 {
    font-weight: 500;
}
.pr {
    position: relative;
}
.pa {
    position: absolute;
}
.block {
    display: block;
}
/* 网站基本宽度 */
.container{
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
}
/* 栅格 */
.grid-box {
    font-size: 0;
[;letter-spacing: -4px;font-size: 14px;]
}
.grid-box .column {
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
[;letter-spacing: 0;]
}

.grid-box .column {
    width: 100%;
}
.grid-box.two>.column{
    width: 50%;
}
.grid-box.three>.column{
    width: 33.33333%;
}
.grid-box.four>.column{
    width: 25%;
}

.inner-pro-list .grid-box.three>.column{
    width:100%;
}
.inner-pro-list .grid-box.four>.column{
    width:100%;
}


.grid-box.five>.column{
    width: 20%;
}
.grid-box.six>.column{
    width: 16.6666667%;
}
.grid-box.seven>.column{
    width: 14.285714%;
}
.grid-box.eight>.column{
    width: 12.5%;
}
.grid-box.nine>.column{
    width: 11.11111111%;
}
.grid-box.ten>.column{
    width: 10%;
}
/* 宽度定义 */
.wid-100 {
    width: 100%;
}
.wid-10 {
    width: 10%;
}
.wid-20 {
    width: 20%;
}
.wid-30 {
    width: 30%;
}
.wid-40 {
    width: 40%;
}
.wid-50 {
    width: 50%;
}
.wid-60 {
    width: 60%;
}
.wid-70 {
    width: 70%;
}
.wid-80 {
    width: 80%;
}
.wid-90 {
    width: 90%;
}
.half {
    width: 50%;
}
.layout-middle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.layout-v-middle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.layout-h-middle {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.layout-tab {
    display: table;
    width: 100%;
}
.layout-tab > .cell {
    display: table-cell;
    vertical-align: middle;
}
.transi {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}
.dl-menuwrapper {
    width: 100%;
    max-width: 300px;
    float: left;
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: 50% 200%;
    perspective-origin: 50% 200%;
}

.dl-menuwrapper:first-child {
    margin-right: 100px;
}

.dl-menuwrapper button {
    background: #ccc;
    border: none;
    width: 48px;
    height: 45px;
    text-indent: -900em;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    outline: none;
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
    background: #aaa;
}

.dl-menuwrapper button:after {
    content: '';
    position: absolute;
    width: 68%;
    height: 5px;
    background: #fff;
    top: 10px;
    left: 16%;
    box-shadow:
        0 10px 0 #fff,
        0 20px 0 #fff;
}

.dl-menuwrapper ul {
    padding: 0;
    list-style: none;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.dl-menuwrapper li {
    position: relative;
}

.dl-menuwrapper li a {
    display: block;
    position: relative;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #fff;
    outline: none;
}

.no-touch .dl-menuwrapper li a:hover {
    background: rgba(255,248,213,0.1);
}

.dl-menuwrapper li.dl-back > a {
    padding-left: 30px;
    background: rgba(0,0,0,0.1);
}


.dl-menuwrapper li.dl-back:after {
    left: 10px;
    color: rgba(212,204,198,0.3);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dl-menuwrapper li > a:after {
    right: 10px;
    color: rgba(0,0,0,0.15);
}

.dl-menuwrapper .dl-menu {
    margin: 5px 0 0 0;
    position: absolute;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
    transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
    display: none;
}

/*
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link.
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/

	/* hide previous level's name */
	.dl-subview > a,
	.dl-subviewopen > a {
	    display: none !important;
	}


.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
    display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
    display: block;
}

.mobile{
	display: none;
	position: fixed;
	width: 100%;
	height: 50px;
	top:0;
	left:0;
	z-index: 999;
	background: #fff;
}
/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
    margin: 0;
}

.page-header .wrapper {
	height: 110px;
	margin: auto;
	max-width: 1260px;
	padding: 0 30px;
	position: relative
}

.page-header .logo-m {
	position: absolute;
	left: 18px;
	top: 28px
}

.page-header .logo-m a {
	display: block
}

.page-header .logo-m a img {
	height: 77px;
	width: 203px
}

.page-header .shareprice {
	position: absolute;
	right: 74px;
	top: 30px
}

.page-header .shareprice span {
	display: block;
	float: left;
	font-family: "Trade Gothic W01 Roman";
	font-size: 14px;
	line-height: 1;
	color: #ba9050
}

.page-header .shareprice span.shareprice-text {
	margin-right: 5px
}

.page-header .shareprice span.shareprice-value {
	margin-right: 5px
}

.page-header .wrapper>.searchfield {
	background: #f2efeb;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
	transform: translateY(-100%);
	transition: all 0.3s;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2);
	-ms-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2)
}

.page-header .searchfield .search-field-wrapper form {
	margin: auto;
	max-width: 1260px;
	padding: 90px 30px;
	overflow: hidden
}

.page-header .searchfield .search-field-wrapper form input.search-field {
	background: #fff;
	color: #1a1a1a;
	float: left;
	font-family: "Trade Gothic W01 Roman";
	font-size: 28px;
	line-height: 60px;
	height: 60px;
	width: calc(100% - 80px);
	padding: 0 30px
}

.page-header .searchfield .search-field-wrapper form input.search-button {
	background: #fff url(../images/search-grey-icon.png) no-repeat center;
	background-size: 20px 20px;
	cursor: pointer;
	display: block;
	float: right;
	height: 60px;
	width: 80px;
	text-indent: -9999px
}

.page-header .search-open {
	background: url(../images/search-black-icon.png) no-repeat center;
	background-size: 14px 14px;
	display: block;
	height: 14px;
	width: 14px;
	position: absolute;
	right: 30px;
	top: 30px
}

.page-header .search-close {
	background: url(../images/search-close-icon.png) no-repeat center;
	background-size: 30px 31px;
	display: block;
	height: 31px;
	width: 30px;
	position: absolute;
	right: 30px;
	top: 30px
}

/*body.search-visible .page-header .wrapper>.searchfield {
	transform: translateY(0)
}*/

.topnavmenu-bg {
	background: #000;
	opacity: 0.4;
	position: absolute;
	left: 0;
	top: 110px;
	right: 0;
	bottom: 0;
	display: none
}

.page-header .mobilemenu {
	display: none
}

.page-header .mobilemenu .dl-trigger {
	background: #fff;
	border: none;
	cursor: pointer;
	display: block;
	height: 50px;
	width: 50px;
	overflow: hidden;
	outline: none;
	position: absolute;
	right: 10px;
	top: 0;
	text-indent: -9999px;
	z-index: 1000;
	transition: all 0.3s
}

.page-header .mobilemenu .dl-trigger span {
	background: #1a1a1a;
	display: block;
	height: 2px;
	width: 30px;
	position: absolute;
	top: 25px;
	right: 10px;
	transition: all 0.3s
}

.page-header .mobilemenu .dl-trigger span:before,.page-header .mobilemenu .dl-trigger span:after {
	background: #1a1a1a;
	display: block;
	height: 2px;
	width: 100%;
	content: '';
	position: absolute;
	left: 0;
	transition-duration: 0.3s, 0.3s;
	transition-delay: 0.3s, 0s
}

.page-header .mobilemenu .dl-trigger span:before {
	top: -6px;
	transition-property: top, transform
}

.page-header .mobilemenu .dl-trigger span:after {
	bottom: -6px;
	transition-property: bottom, transform
}

.page-header .mobilemenu .dl-trigger.dl-active span {
	background: none
}

.page-header .mobilemenu .dl-trigger.dl-active span:before {
	top: 0;
	transform: rotate(45deg)
}

.page-header .mobilemenu .dl-trigger.dl-active span:after {
	bottom: 0;
	transform: rotate(-45deg)
}

.page-header .mobilemenu .dl-trigger.dl-active span:before,.page-header .mobilemenu .dl-trigger.dl-active span:after {
	transition-delay: 0s, 0.3s
}

.page-header .mobilemenu .dl-menuwrapper {
	float: none;
	max-width: 100%;
	top: 150px;
	z-index: 1000
}

.page-header .mobilemenu .dl-menuwrapper .dl-menu {
	background: #f2efeb;
	border-top: 1px solid #e1e1e1;
	list-style: none;
	margin: 0;
	padding: 0;
	-webkit-transform: translateY(20px);
	transform: translateY(20px)
}

.page-header .mobilemenu .dl-menuwrapper .dl-menu.dl-menuopen {
	-webkit-transform: translateY(0px);
	transform: translateY(0px)
}

.page-header .mobilemenu .dl-menuwrapper .dl-menu li {
	background: #f2efeb;
	position: relative;
	transition: all 0.3s
}

.page-header .mobilemenu .dl-menuwrapper .dl-menu li:hover {
	background: #e1e1e1
}

.page-header .mobilemenu .dl-menuwrapper .dl-menu li a {
	border-bottom: 1px solid #e1e1e1;
	color: #1a1a1a;
	display: block;
	font-size: 14px;
	line-height: 40px;
	padding: 0 30px;
	text-decoration: none;
	transition: all 0.3s
}

.page-header .mobilemenu .dl-menuwrapper .dl-menu li a.submenu-link {
	background: url(../images/menu-next-icon.png) no-repeat right 30px center;
	height: 100%;
	width: 69px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	text-indent: -9999px
}

.page-header .mobilemenu .dl-menuwrapper .dl-menu li a.submenu-link:hover {
	background-position: right 25px center
}

.page-header .mobilemenu .dl-menuwrapper .dl-submenu {
	background: #f2efeb;
	list-style: none;
	margin: 0;
	padding: 0;
	top: 0
}

.page-header .mobilemenu .dl-menuwrapper .dl-submenu li {
	background: #f2efeb;
	position: relative;
	transition: all 0.3s
}

.page-header .mobilemenu .dl-menuwrapper .dl-submenu li:hover {
	background: #e1e1e1
}

.page-header .mobilemenu .dl-menuwrapper .dl-submenu li a {
	border-bottom: 1px solid #e1e1e1;
	color: #1a1a1a;
	display: block;
	font-size: 14px;
	line-height: 40px;
	padding: 0 30px;
	text-decoration: none;
	transition: all 0.3s
}

.page-header .mobilemenu .dl-menuwrapper .dl-submenu li a.submenu-link {
	background: url(../images/menu-next-icon.png) no-repeat right 30px center;
	height: 100%;
	width: 69px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	text-indent: -9999px
}

.page-header .mobilemenu .dl-menuwrapper .dl-submenu li a.submenu-link:hover {
	background-position: right 25px center
}

.page-header .mobilemenu .dl-menuwrapper .dl-submenu li.dl-back a {
	background: url(../images/menu-prev-icon.png) no-repeat left 30px center;
	padding-left: 54px;
	text-transform: capitalize
}

.page-header .mobilemenu .dl-menuwrapper .dl-submenu li.dl-back a:hover {
	background-position: left 25px center
}

.page-header .mobilemenu .search-form {
	background: #f2efeb;
	border-top: 1px solid #e1e1e1;
	display: block;
	padding: 0 30px;
	position: absolute;
	left: 0;
	right: 0;
	top: 50px;
	z-index: 1000;
	opacity: 0;
	pointer-events: none;
	transform: translateY(10px);
	transition: all 0.3s
}

.page-header .mobilemenu .search-form input {
	display: block;
	border: 0;
	    border-radius: 0;
	    outline: 0;
	    -webkit-appearance: none;
	    -moz-appearance: none;
	    -ms-appearance: none;
	    appearance: none;
}

.page-header .mobilemenu .search-form input.search-field {
	background: #f2efeb;
	color: #1a1a1a;
	font-family: "Trade Gothic W01 Bold";
	font-size: 14px;
	line-height: 40px;
	padding-right: 44px;
	width: 100%
}

.page-header .mobilemenu .search-form input.search-button {
	background: url(../images/search-black-icon.png) no-repeat center;
	background-size: 14px 14px;
	cursor: pointer;
	height: 40px;
	width: 74px;
	position: absolute;
	right: 0;
	top: 0;
	text-indent: -9999px
}

.page-header .mobilemenu .shareprice {
	background: #f2efeb;
	border-top: 1px solid #e1e1e1;
	display: block;
	padding: 0 30px;
	left: 0;
	right: 0;
	top: 90px;
	z-index: 1000;
	opacity: 0;
	pointer-events: none;
	transform: translateY(20px);
	transition: all 0.3s
}

.page-header .mobilemenu .shareprice span {
	line-height: 30px;
	font-size: 14px;
	width: 100%;
	display: block;
}
.page-header .mobilemenu .shareprice span a{
	text-decoration: none;
	color: inherit;
}

.page-header .mobilemenu.dl-wrap-menuopen .search-form,.page-header .mobilemenu.dl-wrap-menuopen .shareprice {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0)
}

.page-header .wrapper {
		height:50px;
		padding: 0
	}

	.page-header .logo-m {
		top: 9px
	}

	.page-header .logo-m a img {
	    height: 35px;
	    width: auto;
	}

	.page-header .shareprice {
		display: none
	}

	.page-header .wrapper>.searchfield {
		display: none
	}

	.page-header .topnavmultimenu {
		display: none
	}

	.page-header .mobilemenu {
		display: block
	}
/******响应式手机版头部通用*******/
@media screen and (min-width: 1100px) {
    .header-box {
        display: none;
    }
    .header-box2 {
        display: none;
    }
}
@media screen and (max-width: 1100px) {
	body, html{padding-top:20px;}
    #banner,
    .inner-banner{
        margin-top: 0px;
    }
	.mobile{
	        display:block;
	    }
    .header-box,.header-box {
        display: block;
    }
    #header {
        display: none;
    }
    .header-box {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 99;
        transition: 0.5s;
        background: #fff;
        box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
    }
    .header-box2{
        
    }
    .header-box.scoll, .header-box.hnner, .header-box:hover {
        background: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    }
    .header-box.scoll .nav li a, .header-box.hnner .nav li a, .header-box:hover .nav li a {
        color: #666666;
        opacity: 1;
        filter:alpha(opacity=100);
    }
    .header-box.scoll .nav li a:before, .header-box.hnner .nav li a:before, .header-box:hover .nav li a:before {
        background: #ff2020;
    }
    .header-box.scoll .nav li:hover a, .header-box.scoll .nav li.current a, .header-box.hnner .nav li:hover a, .header-box.hnner .nav li.current a, .header-box:hover .nav li:hover a {
        color: #ff2020;
    }
    .header {
        padding: 0 15px;
        position:relative;
        z-index:111;
        height: 50px;
        background: #fff;
    }
 #footer .footer-top .box .slide .logo{ text-align:center;}
    .header-right {
        float: right;
        margin-top: 24px;
    }
    .nav {
        float: left;
    }
    .nav li {
        float: left;
        padding-right: 115px;
        line-height: 1;
    }
    .nav li:last-child {
        padding-right: 0;
    }
    .nav li a {
        display: block;
        line-height: 1;
        font-size: 16px;
        opacity: 0.6;
        filter:alpha(opacity=60);
        color: #ffffff;
        padding-bottom: 35px;
        position: relative;
    }
    .nav li a:before {
        content:"";
        width: 100%;
        height: 4px;
        background: #fff;
        position: absolute;
        left: 0;
        bottom: -1px;
        transform-origin:100%;
        -webkit-transform-origin:100%;
        -webkit-transition:-webkit-transform .4s cubic-bezier(.4, 0, .2, 1);
        transition:-webkit-transform .4s cubic-bezier(.4, 0, .2, 1);
        transition:transform .4s cubic-bezier(.4, 0, .2, 1);
        transition:transform .4s cubic-bezier(.4, 0, .2, 1), -webkit-transform .4s cubic-bezier(.4, 0, .2, 1);
        transform:scaleX(0);
        -webkit-transform:scaleX(0);
        visibility:hidden\9;
    }
    .nav li:hover a, .nav li.current a {
        opacity: 1;
        filter:alpha(opacity=100);
    }
    .nav li:hover a:before, .nav li.current a:before {
        transform:scaleX(1);
        -webkit-transform:scaleX(1);
        -moz-transform:scaleX(1);
        transform-origin:0;
        -webkit-transform-origin:0;
        visibility:visible\9;
    }
    .menubox {
        width: 100%;
        position: absolute;
        left: 0;
        top: 91px;
        background: #ff2020;
        filter:alpha(opacity=80);
        background: rgba(0, 120, 215, 0.8);
    }
    .menuwr h2 {
        float: left;
        color: #ffffff;
        font-size: 50px;
        font-weight: normal;
        text-transform: uppercase;
        margin-right: 54px;
        line-height: 1;
        margin-top: 12px;
    }
    .menulist {
        float: left;
        padding-left: 45px;
        border-left: 1px solid #fff;
        border-left:1px solid rgba(255, 255, 255, 0.3);
        min-height: 110px;
        margin-top: 12px;
    }
    .meun-down {
        display: none;
    }
    .menuwr {
        padding: 28px 0 32px;
    }
    .menulist li {
        margin-bottom: 16px;
    }
    .menulist li a {
        display: block;
        line-height: 1;
        color: #ffffff;
        font-size: 14px;
    }
    .menulist li a:hover, .menulist li a.active {
        color: #ff9e00;
    }
    .menuimg {
        float: right;
        width: 250px;
        line-height: 1;
        overflow: hidden;
    }
    .menuimg img {
        display: block;
        width: 100%;
        height: auto;
        line-height: 1;
    }
    .sideLayer{
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 110;
        background: rgba(0,0,0,.3);
        display: none;
    }
    .menubtn {
        width:25px;
        position:absolute;
        left:15px;
        top:0;
        height: 100%;
        z-index: 80;
        display: flex;
        justify-content:center;
        align-items:center;
    }
    .menubtn span {
        display:block;
        width:18px;
        height:3px;
        background:#000;
        position:relative;
        vertical-align: middle;
        -webkit-transition-duration: .3s, .3s;
        -moz-transition-duration: .3s, .3s;
        -ms-transition-duration: .3s, .3s;
        -o-transition-duration: .3s, .3s;
        transition-duration: .3s, .3s;
        -webkit-transition-delay: .3s, 0s;
        -moz-transition-delay: .3s, 0s;
        -ms-transition-delay: .3s, 0s;
        -o-transition-delay: .3s, 0s;
        transition-delay: .3s, 0s;
    }
    .menubtn span:after, .menubtn span:before {
        content:"";
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 3px;
        left: 0;
        background-color: #000;
        -webkit-transition-duration: .3s, .3s;
        -moz-transition-duration: .3s, .3s;
        -ms-transition-duration: .3s, .3s;
        -o-transition-duration: .3s, .3s;
        transition-duration: .3s, .3s;
        -webkit-transition-delay: .3s, 0s;
        -moz-transition-delay: .3s, 0s;
        -ms-transition-delay: .3s, 0s;
        -o-transition-delay: .3s, 0s;
        transition-delay: .3s, 0s
    }
    .menubtn span:before {
        top: -7px;
        -webkit-transition-property: top, transform;
        -moz-transition-property: top, transform;
        -ms-transition-property: top, transform;
        -o-transition-property: top, transform;
        transition-property: top, transform;
        width: 120%;
    }
    .menubtn span:after {
        bottom: -7px;
        -webkit-transition-property: bottom, transform;
        -moz-transition-property: bottom, transform;
        -ms-transition-property: bottom, transform;
        -o-transition-property: bottom, transform;
        transition-property: bottom, transform;
        width: 80%;
    }
    .navigate {
        position:fixed;
        width:80%;
        height:100%;
        background:#fff;
        box-sizing:border-box;
        left:-100%;
        top:50px;
        overflow-y:auto;
        z-index: 120;
        padding:0 2%;
    }
    .navigateli {
        width:100%;
    }
    .navigateli >li {
        border-bottom:1px solid #dfdfdf;
        position: relative;
    }
    .navigateli >li i.fa{
        position: absolute;
        top:15px;
        right: 10px;
        display: none;
    }
    .navigateli >li.on >a {
        background:#ff2020;
        color:#fff;
    }
    .navigateli >li >a {
        display:block;
        text-align:left;
        padding-left: 15px;
        color:#222;
        font-size:16px;
        height:50px;
        line-height:50px;
    }
    .menudowns {
        padding:10px 0 14px;
        border-top:1px solid #dfdfdf;
        display:none;
    }
    .menudowns li {
        margin-bottom:10px;
        text-align:left;
        padding-left: 15px;
    }
    .menudowns li:last-child {
        margin-bottom:0;
    }
    .menudowns li a {
        display:inline-block;
        color:#999999;
        font-size:16px;
        padding-left: 15px;
    }
    .mb-lan{
        position: absolute;
        cursor: pointer;
        right: 15px;
        z-index: 60;
        top: 0;
        height: 100%;
        width: 24px;
        background: url("../images/mobile/mb-globe.png") no-repeat center;
    }
    .mb-lanList{
        position: fixed;
        z-index: 99;
        width: 30%;
        right: 0;
        top: 50px;
        background: #fff;
        padding: 10px 15px;
        box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        display: none;
    }
    .mb-lanList li{
        margin-bottom: 10px;
    }
    .mb-lanList li:last-child{
        margin-bottom: 0;
    }
    .mb-lanList li a{
        color: #000;
    }
    .newsear {
        width:100%;
        margin-top: 30px;
    }
    .newsear form {
        border: 1px solid #eee;
        overflow: hidden;
    }
    .newsear .sub {
        width:40px;
        height:40px;
        background:url(../images/mobile/q-11.png) no-repeat center;
        border:0px none;
        float:left;
        background-size:20px;
    }
    .newsear .pt {
        float:left;
        height:40px;
        width:70%;
        border:0px none;
        padding-left:5%;
        font-size:16px;
        border-left: 1px solid #eee;
        outline: none;
    }
    .mb-side-social{
        position: absolute;
        left: 0;
        bottom: 80px;
        width: 100%;
        text-align: center;
    }
    .mb-side-social a{
        width: 25%;
        float: left;
        text-align: center;
    }
    .mb-side-social a .icon{
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background: #ECECEC;
        line-height: 34px;
        color: #888;
    }
}

/****头部语言选择效果*****/
#lanSelBox{
    font-size:16px;
    background:#fff;
    border-radius:4px;
    position: relative;
}
.current_lang{
    cursor:pointer;
    text-transform:uppercase;
    overflow:hidden;
}
.lang.selected{
    display:none;
}
.lang img,
.lang span.lang-txt{
    display:inline-block;
    margin-left:5px;
    vertical-align:middle;
    color: #444444;
}
.lang span.lang-txt{
    position:relative;
    top:-1px;
    font-weight:700;
}
.lang img{
    width:20px;
    margin-left:0;
}
.lang span span{
    color:#999;
    font-weight:400;
}
.lang i.chevron.down{
    font-size:12px;
    position:relative;
    top:-1px;
    margin-left:3px;
}
.more_lang{
    transform:translateY(-20px);
    opacity:0;
    cursor:pointer;
    display:none;
    position: absolute;
    right: 0;
    top: 100%;
    width: 180px;
    background: #fff;
    -webkit-transition: all .3s cubic-bezier(.25, 1.15, .35, 1.15);
    -moz-transition:    all .3s cubic-bezier(.25, 1.15, .35, 1.15);
    -o-transition:      all .3s cubic-bezier(.25, 1.15, .35, 1.15);
    -ms-transition:     all .3s cubic-bezier(.25, 1.15, .35, 1.15);
    transition:         all .3s cubic-bezier(.25, 1.15, .35, 1.15);
}
.more_lang .lang{
    padding: 10px 15px;
}
#lanSelBox.active .more_lang{
    display:block;
}
.more_lang.active{
    opacity:1;
    transform:translateY(-0px);
}
.more_lang .lang:hover{
    background:#5766b2;
    color:#fff;
}
.more_lang .lang:hover span{
    color:#fff;
}
#lanSelBox:hover,
#lanSelBox.active{
    box-shadow:rgba(0,0,0,0.2) 0 5px 15px;
    -webkit-transition: all 0.3s cubic-bezier(0,.99,.44,.99);
    -moz-transition:    all 0.3s cubic-bezier(0,.99,.44,.99);
    -o-transition:      all 0.3s cubic-bezier(0,.99,.44,.99);
    -ms-transition:     all 0.3s cubic-bezier(0,.99,.44,.99);
    transition:         all 0.3s cubic-bezier(0,.99,.44,.99);

}
#lanSelBox.active .more_lang .lang{
    border-top:1px solid #eaeaea;
}


/*******遮罩弹出按钮（包含链接和放大）*******/
 {
    width: 100%;
    overflow: hidden;
    position: relative;
}
 img {
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    width: auto;
    left: 0;
}
 .ovrly {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
 .buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
 .buttons>a {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    background-color: rgb(256, 256, 256);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    margin: 0 1px;
    color: rgba(50, 50, 50, 0.9);
    -webkit-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
    -moz-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
    -o-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
    transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
}
 .buttons .the_search {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
:hover .buttons>a {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
:hover .ovrly {
    opacity: 1;
}
.hwaq_img_btn_02 {
    position: relative;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}
.hwaq_img_btn_02 .layer, .hwaq_img_btn_02 .layer > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hwaq_img_btn_02 .layer {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.hwaq_img_btn_02 img {
    opacity: 0.9;
}
.hwaq_img_btn_02 .layer::after, .hwaq_img_btn_02 img, .hwaq_img_btn_02 p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.hwaq_img_btn_02 .layer::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content:'';
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.hwaq_img_btn_02 h2, .hwaq_img_btn_02 p {
    opacity: 1;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
}
.hwaq_img_btn_02 h2 {
    padding-top: 26%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}
.hwaq_img_btn_02 p {
    padding: 0.5em 2em;
    text-transform: none;
    font-size: 0.85em;
    opacity: 0;
}
.hwaq_img_btn_02:hover{
    background: -webkit-linear-gradient(-45deg, #053565 0%, #0066cc 100%);
    background: linear-gradient(-45deg, #053565 0%, #0066cc 100%);
}
.hwaq_img_btn_02:hover img {
    opacity: 0.7;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
}
.hwaq_img_btn_02:hover .layer::after {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}
.hwaq_img_btn_02:hover h2, .hwaq_img_btn_02:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.icon-eye::before {
    content: '\e000';
}
.icon-paper-clip::before {
    content: '\e001';
}
.icon-heart::before {
    content: '\e024';
}
.hwaq_img_btn_02 h2 {
    display: inline-block;
}
.hwaq_img_btn_02:hover p.description {
    opacity: 1;
}
.hwaq_img_btn_02:hover figcaption,
.hwaq_img_btn_02:hover h2,
.hwaq_img_btn_02:hover p.icon-links a {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.hwaq_img_btn_02:hover h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}
.hwaq_img_btn_02:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.hwaq_img_btn_02:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.hwaq_img_btn_02:hover p.icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}


/*******按钮效果*******/
.hwaq_just_btn_01 {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}
.hwaq_just_btn_01::before {
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.25);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.hwaq_just_btn_01>span{
    position: relative;
    z-index:20;
}
.hwaq_just_btn_01:hover::before {
    opacity: 0;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
}
.hwaq_just_btn_01::after {
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}
.hwaq_just_btn_01:hover::after {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}


/**************图片点击放大效果****************/
.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}


/**************页面右下角悬浮表单****************/
.mlztx {
    opacity: .6;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background-color: #2b93e6;
    position: fixed;
    bottom: 50px;
    right: 20px;
    font-size: 30px;
    text-align: center;
    line-height: 55px;
    color: #fff;
    transition: all 1s ease 0s;
    z-index: 99;
    -webkit-box-shadow: 0px 0px 2px 3px hsla(0,0%,0%,0.1);
    box-shadow: 0px 0px 2px 3px hsla(0,0%,0%,0.1);
    cursor: pointer;
}
.mlztx:hover{
    opacity:1;
    background-color:#00b1ff;
    width:65px;
    height:65px;
}
.layer-form{
    display: none;
}
.container-contact100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: rgba(0,0,0,0.8);
    position: fixed;
    z-index: 1000001;
    left: 0;
    top: 0;
}
.wrap-contact100 {
    width: 560px;
    background: #fff;
    border-radius: 3px;
    position: relative;
    margin-top: 40px;
}
.contact100-form-title {
    font-size: 30px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    background-image: url("../images/basic/layer-form-bg.jpg");
    width: 100%;
    min-height: 128px;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    overflow: hidden;
    padding: 30px 15px 30px 15px;
}
.contact100-form-title::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(67,67,67,0.6);
}
.contact100-form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 55px 48px 55px;
}
.wrap-input100 {
    width: 100%;
    position: relative;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    margin-bottom: 15px
}
.label-input100 {
    font-size: 18px;
    color: #999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    left: 2px;
}
.label-input100.rs1 {
    height: 60px;
}
.input100 {
    display: block;
    width: 100%;
    background: transparent;
    font-size: 15px;
    color: #333333;
    line-height: 1.2;
    padding: 0 25px 0 60px;
    border: none;
}
input.input100 {
    height: 55px;
}
textarea.input100 {
    min-height: 162px;
    padding-top: 22px;
    padding-bottom: 15px;
    font-family: 'microsoft yahei';
}
.focus-input100 {
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    pointer-events: none;
    border: 1px solid;
    border-radius: 2px;
    border-color: #0066cc;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scaleX(1.1) scaleY(1.3);
    -moz-transform: scaleX(1.1) scaleY(1.3);
    -ms-transform: scaleX(1.1) scaleY(1.3);
    -o-transform: scaleX(1.1) scaleY(1.3);
    transform: scaleX(1.1) scaleY(1.3);
}
.input100:focus + .focus-input100 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.input100:focus + .focus-input100 + .label-input100 {
    color: #0066cc;
}
.container-contact100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 17px;
}
.contact100-form-btn {
    font-size: 12px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 160px;
    height: 42px;
    border-radius: 21px;
    background: #0066cc;
    cursor: pointer;
    box-shadow: 0 10px 30px 0px rgba(132, 106, 221, 0.5);
    -moz-box-shadow: 0 10px 30px 0px rgba(132, 106, 221, 0.5);
    -webkit-box-shadow: 0 10px 30px 0px rgba(132, 106, 221, 0.5);
    -o-box-shadow: 0 10px 30px 0px rgba(132, 106, 221, 0.5);
    -ms-box-shadow: 0 10px 30px 0px rgba(132, 106, 221, 0.5);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.contact100-form-btn:hover {
    background: #333333;
    box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
    -webkit-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
    -o-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
    -ms-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
}
@media (max-width: 576px) {
    .contact100-form {
        padding: 40px 15px 48px 15px;
    }

    .input100 {
        padding: 0 25px 0 40px;
    }

    .label-input100 {
        width: 40px;
    }
}
.validate-input {
    position: relative;
}
.alert-validate .focus-input100 {
    box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
    -moz-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
    -webkit-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
    -o-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
    -ms-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
}
.alert-validate::before {
    content: "";
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background-color: transparent;
    border: 1px solid #fa4251;
    border-radius: 2px;
    top: -1px;
    left: -1px;
    pointer-events: none;
}
.btn-hide-validate {
    font-size: 18px;
    color: #fa4251;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 100%;
    top: 0px;
    right: -25px;
}
.rs1-alert-validate.alert-validate::before {
    background-color: #fff;
}
.true-validate::after {
    content: "\f26b";
    font-size: 18px;
    color: #00ad5f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 100%;
    top: 0px;
    right: -25px;
}
@media (max-width: 576px) {
    .btn-hide-validate {
        right: 10px;
    }
    .true-validate::after {
        right: 10px;
    }
}
.btn-hide-contact100 {
    font-size: 20px;
    color: #fff;
    opacity: 0.6;
    position: absolute;
    right: 0;
    top: -34px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
}
.btn-hide-contact100 .icon{
    margin: 0;
    padding: 0;
    background: none;
}
.btn-hide-contact100:hover {
    opacity: 1;
}


/*******图片移上放大效果*******/
.img-box{
    overflow: hidden;
    position: relative;
}
.img-box img{
    transition: 1s ease;
}
.img-box:hover img{
    transform: scale(1.1,1.1);
}

/*******Swiper外部容器超出隐藏*******/
.slideBox{
    overflow: hidden;
}

/*******button-hover（边框线切换）*******/
.hwaq-hover-btn{
    display: inline-block;
    position: relative;
}
.hwaq-hover-btn span{
    display: block;
    transition: all 0.5s ease 0s;
}
.hwaq-hover-btn:hover span{ color: #ff5c19; }
.hwaq-hover-btn:before,
.hwaq-hover-btn:after,
.hwaq-hover-btn span:before,
.hwaq-hover-btn span:after{
    content: "";
    width: 25%;
    height: 100%;
    border-radius: 30px;
    border: 2px solid #ff5c19;
    border-left: none;
    border-right: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s ease 0s;
}
.hwaq-hover-btn:after{ left: 25%; }
.hwaq-hover-btn span:before{ left: 50%; }
.hwaq-hover-btn span:after{ left: 75%; }
.hwaq-hover-btn:hover:before,
.hwaq-hover-btn:hover:after,
.hwaq-hover-btn:hover span:before,
.hwaq-hover-btn:hover span:after{
    border-radius: 0;
    opacity: 1;
    transform: scale(1);
}
.hwaq-hover-btn:hover:before{ border-left: 2px solid #ff5c19; }
.hwaq-hover-btn:hover span:after{ border-right: 2px solid #ff5c19; }

/*******button-hover（横向闪过）*******/
.set_1_btn {
    color: #000;
    cursor: pointer;
    display: block;
    position: relative;
    vertical-align: middle;
    background:transparent;
}
.set_1_btn:hover {
    text-decoration: none;
    transition: all 150ms linear 0s;
}
.set_1_btn svg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.set_1_btn rect {
    fill: none;
    stroke: #e1b700;
    stroke-width: 2;
    stroke-dasharray: 422, 0;
    transition: all 450ms linear 0s;
}
.set_1_btn:hover rect {
    stroke-width: 5;
    stroke-dasharray: 15, 310;
    stroke-dashoffset: 114;
    -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}

/*******img-hover（遮罩+链接、放大）*******/
.portfolio-item {
    position: relative;
    overflow: hidden;
    width: 300px;
    height: 300px;
}
.portfolio-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.portfolio-item__info {
    position: absolute;
    top: 7px;
    left: 7px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(100% - 2 * 7px);
    height: calc(100% - 2 * 7px);
    background-color: rgba(38, 37, 37, 0.5);
}
.portfolio-item__header {
    position: relative;
    margin: 0 0 20px 0;
    padding: 15px 0;
    font-size: 22px;
}
.portfolio-item__header:after {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    height: 2px;
    width: 100%;
    content:'';
    background-color: #8D909B;
}
.portfolio-item__links {
    display: flex;
}
.portfolio-item__link-block {
    position: relative;
    width: 35px;
    height: 35px;
    margin-right: 10px;
}
.portfolio-item__link-block:last-child {
    margin-right: 0;
}
.portfolio-item__link {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #101010;
    text-decoration: none;
    border: 1px solid #101010;
    border-radius: 50%;
}
.portfolio-item__link:hover {
    color: #fff;
    background-color: #101010;
}
.portfolio-item--eff3 .portfolio-item__info {
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    transition-delay: 0s;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
}
.portfolio-item--eff3 .portfolio-item__header {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
}
.portfolio-item--eff3 .portfolio-item__header:after {
    bottom: -20px;
    opacity: 0;
}
.portfolio-item--eff3 .portfolio-item__link-block {
    opacity: 0;
}
.portfolio-item--eff3 .portfolio-item__link-block:first-child {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.portfolio-item--eff3 .portfolio-item__link-block:nth-child(2) {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}
.portfolio-item--eff3:hover .portfolio-item__info {
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    transition-delay: 0s;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}
.portfolio-item--eff3:hover .portfolio-item__header {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0.45s;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.portfolio-item--eff3:hover .portfolio-item__header:after {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0.6s;
    bottom: 0;
    opacity: 1;
}
.portfolio-item--eff3:hover .portfolio-item__link-block {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0.85s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

/*******img-hover（图片翻盖效果）*******/
.hwaq-img-fg-box{
    position:relative;
}
.hwaq-img-fg-box .pic{
    position: relative;
    z-index: 1;
    transform-origin: 95% 50% 0;
    transition: all 0.5s ease 0s;
}
.hwaq-img-fg-box:hover .pic{
    transform:rotate(-160deg);
    z-index: 10;
}
.hwaq-img-fg-box .pic img{
    width:100%;
    height:auto;
    border-radius:50%;
}
.hwaq-img-fg-box .content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #b9607e;
}

/*animate补充动画*/
@keyframes fadeInLeftSmall {
    from {
        opacity: 0;
        transform: translate3d(-10%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInLeftSmall {
    animation-name: fadeInLeftSmall;
}
@keyframes fadeInRightSmall {
    from {
        opacity: 0;
        transform: translate3d(10%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInRightSmall {
    animation-name: fadeInRightSmall;
}
@keyframes fadeInDownSmall {
    from {
        opacity: 0;
        transform: translate3d(0%, -10%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInDownSmall {
    animation-name: fadeInDownSmall;
}
@keyframes fadeOutDownSmall {
    from {
        opacity: 1;
        transform: none;
    }
    to {
        opacity: 0;
        transform: translate3d(0%, 10%, 0);
    }
}
.fadeOutDownSmall {
    animation-name: fadeOutDownSmall;
}
@keyframes fadeInUpSmall {
    from {
        opacity: 0;
        transform: translate3d(0%, 10%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInUpSmall {
    animation-name: fadeInUpSmall;
}
.Txtblur1 {
    animation-duration: 1.2s!important;
    animation: Txtblur cubic-bezier(0.82, 0.01, 0.34, 1);
}
.Txtblur2 {
    animation-duration: 1s!important;
    animation: Txtblur cubic-bezier(0.82, 0.01, 0.34, 1);
}
.scaleIn {
    animation-duration: 0.8s!important;
    animation: scaleIn cubic-bezier(0.82, 0.01, 0.34, 1);
}
@keyframes Txtblur {
    0% {
        filter: blur(12px);
        opacity: 0;
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
    }
    100% {
        filter: blur(0);
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
    }
}
@keyframes scaleIn {
    0% {
        opacity: 0;
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
    }
}

.scale_go {
    animation: scale_go 3s cubic-bezier(0.34, 0.9, 1, 1);
    animation-duration: 3s!important;
}

@keyframes scale_go {
    from {
        transform: scale(1.3);
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -o-transform: scale(1.3);
        -ms-transform: scale(1.3);
    }
    to {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
    }
}


#ewm{
	border:5px solid #fff;
	}
@media screen and (max-width:700px){
	#ewm{
		display: none;
	}
	.prodet-page table {
	 /*   display: block;*/
	    width: 100%;
	    overflow-x: scroll;
	}
	.prodet-page table tr td{
	        white-space:nowrap;
	    }
}

/* 手机端头部 */
#m-header-wrapper {
  display: none;
}
#m-header-wrapper .overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
#m-header-wrapper .m-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 45px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  transition: 300ms;
}
#m-header-wrapper .m-header.active {
  left: 200px;
}
#m-header-wrapper .m-header .container {
  height: 100%;
  position: relative;
}
#m-header-wrapper .m-header .container .toggle-btn {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
#m-header-wrapper .m-header .container .toggle-btn span {
  display: block;
  width: 20px;
  height: 2px;
  background: #333;
  margin-bottom: 5px;
  transition: 300ms;
}
#m-header-wrapper .m-header .container .toggle-btn span:last-of-type {
  margin-bottom: 0;
}
#m-header-wrapper .m-header .container .toggle-btn.active span:nth-of-type(1) {
  transform: rotate(45deg);
  transform-origin: left center;
}
#m-header-wrapper .m-header .container .toggle-btn.active span:nth-of-type(2) {
  opacity: 0;
}
#m-header-wrapper .m-header .container .toggle-btn.active span:nth-of-type(3) {
  transform: rotate(-45deg);
  transform-origin: left center;
}

#m-header-wrapper .m-header .container .logo {
  text-align: center;
    position: relative;
    left: 33%;
    top: 50%;
    transform: translateY(-50%);
    width: 26%;
}
#m-header-wrapper .m-header .container .logo img {
  height: 30px !important;
}
#m-header-wrapper .m-toggle-nav {
  position: fixed;
  width: 200px;
  height: 100%;
  left: -200px;
  top: 0;
  overflow-y: auto;
  background: #333;
  z-index: 9999;
  transition: 300ms;
  padding: 15px 0;
}
#m-header-wrapper .m-toggle-nav.active {
  left: 0;
}
#m-header-wrapper .m-toggle-nav h1 {
  font: 14px sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding: 0 15px 20px;
}
#m-header-wrapper .m-toggle-nav h2 {
  font: 14px sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding: 0 15px 20px;
}
#m-header-wrapper .m-toggle-nav h1 .icon {
  font-size: 14px;
  color: #fff;
  margin-right: 10px;
}
#m-header-wrapper .m-toggle-nav h2 .icon {
  font-size: 14px;
  color: #fff;
  margin-right: 10px;
}
#m-header-wrapper .m-toggle-nav .menu-box {
  padding-bottom: 25px;
}
#m-header-wrapper .m-toggle-nav .menu-box .menu > li > a {
  display: block;
  font: 12px/40px sans-serif;
  color: #fff;
  padding-left: 15px;
  text-transform: uppercase;
  position: relative;
}
#m-header-wrapper .m-toggle-nav .menu-box .menu > li > a i {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #fff;
  display: none;
  transition: 300ms;
}
#m-header-wrapper .m-toggle-nav .menu-box .menu > li > a i.active {
  transform: translateY(-50%) rotate(180deg);
}
#m-header-wrapper .m-toggle-nav .menu-box .menu > li .sub-menu {
  background: #000;
  padding: 5px 0;
  display: none;
}
#m-header-wrapper .m-toggle-nav .menu-box .menu > li .sub-menu li a {
  display: block;
  font: 12px/40px sans-serif;
  padding-left: 15px;
  color: #fff;
  text-transform: uppercase;
}
#m-header-wrapper .m-toggle-nav .search-box {
  padding: 15px 15px 35px;
  position: relative;
}
#m-header-wrapper .m-toggle-nav .search-box input[type="text"] {
  width: 100%;
  height: 30px;
  border: none;
  outline: none;
  padding: 0 40px 0 10px;
  font: 12px sans-serif;
  color: #000;
}
#m-header-wrapper .m-toggle-nav .search-box button {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 15px;
  top: 15px;
  border: none;
  outline: none;
  text-align: center;
  background: #000;
}
#m-header-wrapper .m-toggle-nav .search-box button i {
  font-size: 12px;
  line-height: 30px;
  color: #fff;
}
#m-header-wrapper .m-toggle-nav .lan h1 {
  padding-bottom: 10px;
  position: relative;
}
#m-header-wrapper .m-toggle-nav .lan h2 {
  padding-bottom: 10px;
  position: relative;
}
#m-header-wrapper .m-toggle-nav .lan h1 i.fa-angle-down {
  position: absolute;
  right: 15px;
  top: 1px;
  font-size: 16px;
  color: #fff;
  transition: 300ms;
}
#m-header-wrapper .m-toggle-nav .lan h2 i.fa-angle-down {
  position: absolute;
  right: 15px;
  top: 1px;
  font-size: 16px;
  color: #fff;
  transition: 300ms;
}
#m-header-wrapper .m-toggle-nav .lan h1 i.fa-angle-down.active {
  transform: rotate(180deg);
}
#m-header-wrapper .m-toggle-nav .lan h2 i.fa-angle-down.active {
  transform: rotate(180deg);
}
#m-header-wrapper .m-toggle-nav .lan ul {
  background: #000;
  display: none;
}
#m-header-wrapper .m-toggle-nav .lan ul li a {
  display: block;
  font: 12px/30px sans-serif;
  color: #fff;
  padding-left: 15px;
}
@media screen and (max-width: 1100px) {
#m-header-wrapper{
  display: block;
}
}


#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 99;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 50px;
  height: 50px;
  background:#009b4a;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 15px;
}
#mobile #menu-on i.line2 {
  top: 22px;
}
#mobile #menu-on i.line3 {
  top: 29px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 20px 10% 20px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 16px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;padding-right: 5px;
}
#mobile .menu-content .menu-logo {
  display: block; text-align:center;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 20px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  line-height: 20px;border-bottom: solid 1px #f3f3f3;
  padding-bottom: 2%;
}

#mobile .menu-content .menu-list ul li .sub-menu li{border-bottom:none;}

#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #009b4a;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li em{padding-left: 30px;}

#mobile .menu-content .mob-yuy ul li img {
  max-width: 50px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #deb163;
}
#mobile .menu-content #menu-off {
  margin-top: 50px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #009b4a;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.mob-yuy .lang{display:none;}
.mob-yuy .langoff{display:block;}
.mob-yuy h3{ position:relative;}
.mob-yuy h3::before {
    content: "\f067";
    position: absolute;
    right: 0;
    font: normal normal normal 16px/1 FontAwesome;top: 8px;
    cursor: pointer;
  }
  .mob-yuy h3.lon::before {display:none;}
.mob-yuy h3.lon::after {
    content: "\f068";
    position: absolute;
    right: 0;
    font: normal normal normal 16px/1 FontAwesome;top: 8px;
    cursor: pointer;
  }
   #mobile .menu-content .menu-list ul li.menu-item-object-category{ position:relative;}
  #mobile .menu-content .menu-list ul li.menu-item-object-category .fa-mobile-down {right:0; position:absolute;top:10px; cursor:pointer;width: 15px;
  height: 15px;
  border: solid 1px #009b4a;
  text-align: center;
  line-height: 12px;}
   #mobile .menu-content .menu-list ul li.menu-item-object-category .fa-mobile-down:before{content: "\f105"; color: #009b4a;}
    #mobile .menu-content .menu-list ul li.mon .fa-mobile-down:before{content: "\f107"; color: #009b4a;}
   
   
	#mobile .sub-menu{display:none;}
	#mobile .mon .sub-menu{display:block;}
@media screen and (max-width: 1100px) {
#mobile {
    display: block !important;
}
}