html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
.breadcrumb{
	background-color:transparent;
	    margin-top: 30px;
    margin-bottom: 30px;
}
.breadcrumb>li {
    line-height: 28px;
}
.breadcrumb>li+li:before{
	content:">";
	padding: 0 2px;
	color:#666;
}
.homeico{
	vertical-align: text-bottom;
    margin-right: 2px;
}
.dropdown-backdrop{
	z-index:-1;
}
body {
	margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
	display: block
}
input:focus, a:focus, textarea:focus, button:focus, select:focus {
    outline: none;
}
audio,canvas,progress,video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}[hidden],template {
	display: none
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
a {
	background-color: transparent;
	text-decoration:none;
	color:#333;
}

a:active,a:hover {
	outline: 0;
	text-decoration:none;
	color:#666;
}

abbr[title] {
	border-bottom: 1px dotted
}

b,strong {
	font-weight: bold
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: 0.67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

img {
	border: 0;
	max-width:100%;
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,kbd,pre,samp {
	font-family: monospace,monospace;
	font-size: 1em
}

button,input,optgroup,select,textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,select {
	text-transform: none
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type="checkbox"],input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

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

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: bold
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,th {
	padding: 0
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

*:before,*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
html, body {
	position: relative;
	height: 100%;
}
body {
	background: #f1f9ff;
	font-family: sans-serif;
	font-size: 14px;
	color: #333333;
	margin: 0;
	padding: 0;
}
[fade-onscroll], [fade-onload] {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out 0.5s;
    -o-transition: opacity 0.5s ease-in-out 0.5s;
    transition: opacity 0.5s ease-in-out 0.5s;
}
li{
	list-style: none;
}
p {
    margin: 0;
    padding: 0;
    word-break: break-word;
    word-wrap: break-word;
    line-height: 180%;
    text-align: left;
}
.main-nav{
	background: rgba(0, 0, 0, 0.6);
	position:relative;
}
.top-wrapper .top .logo {
    height: 50px;
    width: auto;
    margin-top: 30px;
    margin-left: 55px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s cubic-bezier(0.25,0.46,0.45,0.94);
    -o-transition: all 0.3s cubic-bezier(0.25,0.46,0.45,0.94);
    transition: all 0.3s cubic-bezier(0.25,0.46,0.45,0.94);
}
.main-nav .nav-item{
	text-align:center;
	padding-left:0px;
	padding-right:0px;
	position: static;
	display: table-cell;
}
.main-nav .nav-link{
	background-image:url(../images/nav_menubg.png);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	color: #005377;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 43px;
    width: 135px;
    max-width:100%;
    display: inline-block;
    height: 43px;
    margin:15px auto;
        z-index: 3;
    position: relative;
}
.main-nav .nav-link:hover,.main-nav .nav-link.active{
	color:#fff;
	background-image: url(../images/nav_menubg_select.png);
}
.nav-link.subm{
	position:relative;
	z-index:2;
}
.navbar-collapse .subbg{
	z-index: -1;
    width: 256px;
    height: 232px;
    background-image: url(../images/subbg.png);
    background-position: bottom center;
    background-size: cover;
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -123px;
}
.nav-contact>li .navbar-collapse {
    position: fixed;
    overflow: visible;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    cursor: default;
    opacity: 0;
    border-bottom: 1px solid\9;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
    display: none;
    z-index: 1;
}
.nav-contact>li.active .navbar-collapse,.nav-contact>li:hover .navbar-collapse {
	position:absolute;
    display: block;
    -webkit-animation: opGradient .4s;
    animation: opGradient .4s;
    opacity: 1;
    z-index: 2;
    min-height: 155px;
}
.nav-link.subm:hover .subbg{
	z-index:-1;
}
.submmenu{
	list-style: none;
	padding:0px;
	margin:0px;
	text-align:center;
}
.submmenu li a{
	  color: #eee;
	  font-size: 16px;
	  font-weight: 290;
	  line-height: 32px;
	  text-align: center;
	  width: 100%;
    display: inline-block;
}
.submmenu li a:hover,.submmenu li a.active{
	/*background: linear-gradient(180deg, #19C0C2, #B7F1F7); */
    font-weight: 700;
    -webkit-background-clip: text;
    color: #9afeff;
}
.indexbanner{
	margin-top:40px;
}
.indexbanner .swiper-slide img{
	width:100%;
	border-radius: 20px;
	overflow:hidden;
}
.index-firstitem{
	width:100%;
  	border-radius: 20px;
  	background: #ffffff;
  	box-shadow: inset 0px 0px 8px rgba(0,0,0,0.5);
}
.index-seconditem{
	border-radius:20px;
	overflow:hidden;
}
.indexritem{
	margin-bottom:30px;
}
.footer p span{
	display:inline-block;
	margin:0px 8px;
}
.view{
		margin-bottom:30px;
}
.view .swiper-container {
	width: 100%;
}

.main-content{
	margin-bottom:60px;
}
.preview {
	width: 100%;
	margin-top: 10px;
	position: relative;
}

.preview .swiper-container {
	width: 100%;
	height:144px;
	padding-left: 70px;
}

.preview .swiper-slide {
	width: 144px;
	height: 144px;
	cursor:pointer;
}

.preview .slide6 {
	width: 82px;
}
.preview .arrow-left {
	background: url(../images/feel3_u.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	z-index: 10;
}

.preview .arrow-right {
	background: url(../images/feel4_u.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	z-index: 10;
}
.preview .arrow-right:hover{
	background-image:url(../images/feel4.png);
}
.preview .arrow-left:hover{
	background-image:url(../images/feel3.png);
}
.preview img {
	padding: 1px;
	width:100%;
    height:auto;
}

.preview .active-nav img {
	padding: 0;
    border: 2px solid #39cacc;
    
}
.list-p-d{
	padding: 20px 40px;
    position: relative;
    background: #e0ecf1;
    text-align: left;
}
.list-p-d h3{
	font-size:24px;
	padding-bottom:12px;
	text-align:left;
	border-bottom:solid 1px #9CA8AD;
}
.list-p-d p{
	color:#666;
	line-height:30px;
	font-size:15px;
}
.list-p-d .lpd-jiao{
	width: 20px;
    height: 20px;
    background: #E0ECF1;
    position: absolute;
    top: 30%;
    left: -10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}
.viewmore{
	padding: 8px 26px;
    background: #39CACC;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    display: inline-block;
}

.detail-title{
	border-bottom: solid 2px #39cacc;
    margin-bottom: 15px;
    text-align: center;
}
.detail-title h3{
	font-size:36px;
	font-weight:normal;
	line-height:48px;
	color:#333;
}
.detail-title p{
	color:#333;
	font-size:14px;
	line-height:20px;
	text-align:center;
	margin-bottom:15px;
}
.detail-title p>span{
	display:inline-block;
	margin:6px 15px;
}
.detail-content{
	color:#333;
	font-size:16px;
	line-height:32px;
}
.detail-content p{
	margin-bottom:15px;
}
.detail-nav{
	border-top: solid 2px #39cacc;
	margin-top:30px;
    margin-bottom: 30px;
    text-align: center;
    padding-top:20px;
    font-size:16px;
}
.detail-nav .pre-link{
	text-align:left;
}
.detail-nav .next-link{
	text-align:right;
}
.jsfa-item{
	padding:15px;
	background:#E0ECF1;
	margin-bottom:30px;
}

.jsfa-item .item-thumb{
	height:220px;
	position:relative;
}
.jsfa-item .fdj{
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	opacity:0;
	background: rgba(0, 0, 0, 0.60);
	-webkit-transition: all .5s ease-in;  
    -moz-transition: all .5s ease-in;  
    transition: all .5s ease-in; 
}
.jsfa-item .fdj img{
	position:absolute;
	width:120px;
	height:120px;
	top:50%;
	margin-top:-60px;
	left:50%;
	margin-left:-60px;
}
.jsfa-item .item-title{
	margin-top:8px;
}
.jsfa-item a:hover .fdj{
	opacity:1;
}
.jsfa-item a:hover .item-title{
	color:#39CACC;
}
.sjjx-item {
	margin-bottom:30px;
}
.sjjx-item .item-thumb{
	height:220px;
}
.sjjx-item .item-title{
	text-align: left;
    border-bottom: solid 1px #d8d8d8;
    margin-bottom: 20px;
    padding: 6px 0px;
    margin-left: 15px;
}
.sjjx-item a:hover .item-title{
	color:#39CACC;

}
.sjjx-item .item-des{
	position:relative;
	height:200px;
	border-bottom:solid 1px #d8d8d8;
}
.sjjx-item .item-description{
	text-align:left;
}
.item-dr{
	    position: absolute;
    top: 48%;
    right: 15px;
    font-size: 30px;
}
.if-con{
    line-height: 40px;
    font-size: 16px;
}
.if-con .aboutico img{
	    vertical-align: text-bottom;
    margin-right: 9px;
    max-height: 24px;
}
.iffirst{
	margin-top: 15%;
}
.item-dr span{
	color: #989898;
}
.page-title{
	    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
}
.item-des .viewmore{
	opacity:0;
	display:none;
}
.jszc-item{
	margin-bottom:30px;
}
.item-des:hover .viewmore{
	-webkit-transition: all 0.3s cubic-bezier(0.25,0.46,0.45,0.94);
    -o-transition: all 0.3s cubic-bezier(0.25,0.46,0.45,0.94);
    transition: all 0.3s cubic-bezier(0.25,0.46,0.45,0.94);
	opacity:1;
		display:inline-block;
}
.item-des:hover .item-dr span{
	-webkit-transition: all 0.5s cubic-bezier(0.25,0.46,0.45,0.94);
    -o-transition: all 0.5s cubic-bezier(0.25,0.46,0.45,0.94);
    transition: all 0.5s cubic-bezier(0.25,0.46,0.45,0.94);
    color: #39CACC;
}
.jszc-desc h3{
	    font-size: 22px;
    font-weight: 290;
    line-height: 29px;
    margin-top: 10px;
}
.jszc-desc h3 span{
	font-size: 14px;
    margin-left: 12px;
    color: #666;
}
.jszc-desc p{
	line-height: 32px;
    font-size: 14px;
}
.link-con{
	text-align:right;
}
.jszc-desc{
	    padding-bottom: 8px;
    border-bottom: solid 2px #D8D8D8;
}
a:hover .item-title,.sjjx-item:hover .item-title{
	color:#39CACC;
}
.zp-item .title1{
	font-size:22px;
}
.zp-item .title2{
	font-size:16px;
}
.zp-item h3{
	font-size:16px;
	font-weight:bold;
	color:#666;
}
.zp-item p{
	font-size:16px;
	line-height:28px;
	color:#666;
}
.zp-item{
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom: solid 1px #D8D8D8;
}
.footer{
	margin-bottom:20px;
}
.p-detail{
	background:none;
}
.open .dropdown-menu{
	position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.menu .menu_li{position:relative;text-align: center;text-align: left;padding-bottom: 15px; list-style: none;}
.menu .menu_li_link { color: #fff; margin-bottom: 10px; }
.menu .menu_li_link a { color: #fff; }
.menu .menu_li a{padding: 0; line-height:25px;width:100%;transition:all 0.5s;margin:10px 0 0; padding:0 15px;display: inline-block;text-align: center;color: #3f3f3f;border-left: 1px dotted #b5b5b6;font-weight: normal;line-height: 20px;}
.menu .menu_li a .nav_en{color: #6b6b6b;}
.menu .menu_li a.active,.menu .menu_li a.active .nav_en{color: #dfb868;}
.menu .menu_li:first-child a{border: none;margin-left: 0;padding-left: 0;}
.menu .menu_li:nth-last-child(2) a{margin-right: 0;padding-right: 0;}
.menu .submenu{position: absolute;left: 0px;top:100%;background: #FFFFFF; z-index:999;min-width: 100%;display:none;border:1px solid #CCCCCC; box-shadow: 2px 2px 5px rgba(0,0,0,0.5);}
.menu .submenu li{margin-bottom: 0;line-height: 30px;padding: 0 15px;}
.menu .submenu li a{white-space: nowrap;line-height: 20px;font-size: 12px;float: none;padding: 15px;border:none;border-top: 1px# dotted #b5b5b6;margin: 0;}
/*.navbar-nav .menu_li .submenu li:nth-child(2) a{border: 0;}*/
.menu li a:hover,
.menu li a:hover .nav_en{color: #dfb868;}
.menu .submenu li:first-child a{border: none;}
.submenu .opcity_height{height: 8px;width: 100%;opacity: 0;display: block;position: absolute;top: -8px;}
.submenu1 .opcity_height{height: 8px;width: 100%;opacity: 0;display: block;position: absolute;top: -8px;}
.submenu1{position: absolute; left: -122%;top: 65px; background: #FFFFFF;border: 1px solid #CCCCCC;box-shadow: 2px 2px 5px rgba(0,0,0,0.5);float: right;display: none;padding: 5px 0 10px 0;}
.submenu1 li{line-height: 30px;float: left;font-size: 1.2rem;color:#3F3F3F;width: 20%;margin: 5px 0 0 4.1%;}
.submenu1 li:last-child{width: 25%;}
.menu .navbar-nav .menu_li .submenu1 li a{padding: 0; border: 0;margin: 0;text-align: left;}
.link_cn{
	    padding-left: 16px;
}
.top-wrapper .top .right a.link_en{
	margin-left: 0px;
}
.top-wrapper .top .right a.top_link{
    padding-top: 18px;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}
.swiper-pagination-bullet {
    width: 80px;
    height: 8px;
    display: inline-block;
    border-radius: 4px;
    background: #fff;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}
.title {
	transition-delay: 1s;
	z-index: 10;
}
.title h3 {
	    font-weight: 700;
    font-size: calc(18px + 32 * ((53vw + 53vh) - 520px) / 820);
    color: rgba(255,255,255,0);
    background: #dfb868bf;
    padding: 30px;
    -webkit-text-stroke: 2px #dfb868;
}
.title .tt1{
	-webkit-text-stroke: 2px #fff;
}
.title .tt2{
	-webkit-text-stroke: 2px #fff;
}

.button-prev, .button-next {
	transition: 0.5s;
	outline: none;
	position: absolute;
	width: 140px;
	z-index: 10;
	top: 65vh;
	transform: translateY(-34px);
	cursor: pointer;
}
.button-prev {
	left: 4vw;
}
.button-next {
	right: 4vw;
}
.button.disabled {
	opacity: 0.2;
	cursor: default;
}
#arrow-svg-home {
	transform: translateY(353px);
}
.button-next #arrow-svg-home {
	transform: translateY(353px) rotateY(180deg);
	transform-origin: 80px 0px 0px;
}
svg {
	transition: 0.5s;
}
.cls-1 {
	transition: 0.5s;
	opacity: 0.4;
	transform-origin: -20px 40px;
	opacity: 1;
}
.cls-4 {
	transition: 0.5s;
	stroke-width: 2px;
	stroke: #fff;
	fill: none;
	stroke-dasharray: 1;
	stroke-dashoffset: 1;
	opacity: 0.4;
	transform-origin: 0px 0px 0px;
}
#arrow-trg {
	transition: 0.5s;
	fill: #fff;
	transform: rotateY(180deg) translate(-53px, 39px);
}
#line {
	transition: 0.5s;
	stroke: #fff;
	transform: translate(50px, 42px);
}
.button-prev:not(.disabled):hover svg {
	transform: translateX(-25px);
}
.button-next:not(.disabled):hover svg {
	transform: translateX(25px);
}
.button:not(.disabled):hover .cls-1 {
	transform: scale(1.1);
}
.button:not(.disabled):hover .cls-4 {
	stroke-dasharray: 2px;
	stroke-dashoffset: 2px;
	opacity: 1;
}
.button:not(.disabled):hover #arrow-trg {
	transform: rotateY(180deg) translate(-37px, 39px);
}
.button:not(.disabled):hover #line {
	transform: translate(35px, 42px) scaleX(0.33);
}

/*top menu*/
.sticky {
	list-style-type: none;
	position: fixed
}



body.on-page-second-menu .top-wrapper .top.extra .right a {
	color: #a0a0a0
}

body.on-page-second-menu .top-wrapper .top.extra .right a.active {
	color: #282828
}

.top-wrapper .top.extra .right:hover a {
	color: #a0a0a0
}

.top-wrapper .top.extra .right:hover a:hover,.top-wrapper .top.extra .right:hover a:active,.top-wrapper .top.extra .right:hover a:focus {
	color: #282828
}

.top-wrapper .top.extra,.top-wrapper .top.primary {
	-webkit-transition: all 0.3s cubic-bezier(0.25,0.46,0.45,0.94);
	-o-transition: all 0.3s cubic-bezier(0.25,0.46,0.45,0.94);
	transition: all 0.3s cubic-bezier(0.25,0.46,0.45,0.94)
}

body.front-page .top.resized,body.product-page .top,body.story-page .top,body.page-cart .top,body.page-checkout-complete .top body.page-user .top {
	box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.03)
}

.top-wrapper.expanded .primary {
	margin-top: 84px
}

.top-wrapper.expanded .extra {
	height: 84px;
	top: 0
}

.top-wrapper.expanded .resized.primary {
	margin-top: 60px
}

.top-wrapper.expanded .resized.extra {
	height: 60px;
	top: 0
}

.icon-close {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 10px;
	cursor: pointer
}

.icon-close::before,.icon-close::after {
	content: '';
	position: absolute;
	height: 2px;
	width: 95%;
	top: 50%;
	left: 0;
	margin-top: -1px;
	background: #000
}

.icon-close::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.icon-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.icon-burger {
	display: inline-block;
	width: 18px;
	height: 1px;
	background: #000;
	position: relative
}

.icon-burger:before,.icon-burger:after {
	display: inline-block;
	content: '';
	height: 1px;
	width: 18px;
	background: #000;
	position: absolute;
	left: 0
}

.icon-burger:before {
	top: 4px
}

.icon-burger:after {
	top: -4px
}

.un-active .icon-burger {
	background: rgba(0,0,0,0.15);
	cursor: default
}

.un-active .icon-burger:before,.un-active .icon-burger:after {
	background: rgba(0,0,0,0.15)
}

a.un-active {
	cursor: default
}

body.page-user.not-logged-in .wrapper-main-content .container-fluid {
	padding-top: 84px
}

body.page-user .footer {
	display: none
}

body.page-user #cookie {
	display: none
}


.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.7);
	display: none
}

.overlay.in {
	display: block;
	z-index: 11
}

.tray-menu {
	position: fixed;
	z-index: 9999;
	width: calc(100% - 120px);
	left: -100%;
	right: auto;
	top: 0;
	bottom: 0;
	background: #fff;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: top;
	padding: 0 20px 20px;
	-webkit-transition: left 0.5s cubic-bezier(0.55,0.085,0.68,0.53) 0.3s;
	-o-transition: left 0.5s cubic-bezier(0.55,0.085,0.68,0.53) 0.3s;
	transition: left 0.5s cubic-bezier(0.55,0.085,0.68,0.53) 0.3s
}

.tray-menu ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.tray-menu ul li a {
	color: #282828;
	font-weight: 300;
	font-size: 14px;
	line-height: 29px
}

.tray-menu ul li a.active,.tray-menu ul li a:hover {
	color: #282828
}

.tray-menu ul.second-nav li a {
	color: #8c8c8c
}

.tray-menu ul.tray-menu--submenu>li:not(:first-child) a,.tray-menu ul.tray-menu--submenu>li:not(:nth-child(2)) a {
	color: #8c8c8c
}

.tray-menu ul.tray-menu--submenu>li:nth-child(2) a {
	color: #282828
}

.tray-menu .dropdown-country-m ul li a {
	color: #8c8c8c
}

.tray-menu .dropdown-country-m ul li.chosen a {
	color: #282828
}

body.open-tray-menu .tray-menu {
	left: 0;
	-webkit-transition: left 0.5s cubic-bezier(0.55,0.085,0.68,0.53) 0.3s;
	-o-transition: left 0.5s cubic-bezier(0.55,0.085,0.68,0.53) 0.3s;
	transition: left 0.5s cubic-bezier(0.55,0.085,0.68,0.53) 0.3s
}

.tray-menu .main>li:first-child {
	line-height: 50px;
	height: 50px;
	margin-bottom: 65px
}

.tray-menu .main>li:first-child>div:first-of-type {
	float: left
}

.tray-menu .main>li:first-child>div:first-of-type img {
	height:45px;
	margin-top: 25px;
}

.tray-menu .main>li:first-child div:nth-of-type(2) {
	float: right
}

.tray-menu .main>li:first-child div:nth-of-type(2) img {
	width: 17px
}

.tray-menu .main .first-nav .padder {
	height: 16px
}

.tray-menu .top-menu {
	margin-bottom: 56px
}

.tray-menu .top-menu>li:first-child {
	line-height: 50px;
	height: 50px
}

.tray-menu .menu-level {
	padding: 0 20px;
	position: absolute;
	display: inline-block;
	float: none;
	width: 100%;
	list-style: none;
	margin: 0;
	left: -100%;
	-webkit-transition: left 0.5s cubic-bezier(0.55,0.085,0.68,0.53);
	-o-transition: left 0.5s cubic-bezier(0.55,0.085,0.68,0.53);
	transition: left 0.5s cubic-bezier(0.55,0.085,0.68,0.53);
	overflow: hidden;
	overflow-y: auto;
	max-height: 100vh
}

.tray-menu .menu-level #e-common-form-change-country {
	display: none
}

.tray-menu .menu-current {
	left: 0
}

.tray-menu .menu-in {
	left: 0
}

.tray-menu .menu-out {
	left: -100%
}

.tray-menu--mask {
	display: block;
	content: '';
	position: fixed;
	z-index: 9998;
	background: rgba(180,180,180,0.5);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s cubic-bezier(0.55,0.085,0.68,0.53) 0.3s,visibility 0.3s cubic-bezier(0.55,0.085,0.68,0.53) 0.3s;
	-o-transition: opacity 0.3s cubic-bezier(0.55,0.085,0.68,0.53) 0.3s,visibility 0.3s cubic-bezier(0.55,0.085,0.68,0.53) 0.3s;
	transition: opacity 0.3s cubic-bezier(0.55,0.085,0.68,0.53) 0.3s,visibility 0.3s cubic-bezier(0.55,0.085,0.68,0.53) 0.3s
}

.tray-menu .big-txt {
	font-size: 17px;
	font-weight: 600;
	line-height: 19px;
	color: #282828;
}

.tray-menu .normal-txt {
	font-size: 11px;
	line-height: 29px;
	font-weight: 600;
	text-transform: uppercase;
	color: #282828
}

.tray-menu .icon-arrow {
	height: 9px;
	display: inline-block;
	margin-left: 25px;
	margin-bottom: 4px
}

.tray-menu .icon-arrow--left {
	margin-left: 0;
	margin-right: 20px
}

.tray-menu li.padder {
	height: 20px
}
.hzgj-item{
	background:#ffffff;
	margin-bottom:30px;
}
.item-thumb{
	height:320px;
	width:100%;
	background-size:cover;
	background-position:center;
}
.item-title{
color: #333333;
  font-size: 20px;
  font-weight: 290;
  line-height: 27px;
  padding:15px 15px;
    text-align: center;
}
.item-title a{
	color:#333;
}
.item-title a:hover{
	color:#39cacc;
}
.item-description{
	color: #999999;
  font-size: 14px;
  font-weight: 290;
  line-height: 22px;
  text-align: center;
  padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
}
.hzgj-item:hover{
 box-shadow: -1px -1px 6px rgba(0,0,0,0.3);
  box-shadow: 1px 1px 6px rgba(0,0,0,0.3);
}

@media (min-width:1024px) {
	.tray-menu,.tray-menu--mask {
		display: none
	}
}

a.btn-menu-burger .icon-close {
	display: none
}

body.open-tray-menu a.btn-menu-burger .icon-menu {
	opacity: 0 !important
}

body.open-tray-menu a.btn-menu-burger .icon-close {
	display: inline-block
}

body.open-tray-menu .tray-menu--mask {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s cubic-bezier(0.55,0.085,0.68,0.53),visibility 0s cubic-bezier(0.55,0.085,0.68,0.53) 0s;
	-o-transition: opacity 0.3s cubic-bezier(0.55,0.085,0.68,0.53),visibility 0s cubic-bezier(0.55,0.085,0.68,0.53) 0s;
	transition: opacity 0.3s cubic-bezier(0.55,0.085,0.68,0.53),visibility 0s cubic-bezier(0.55,0.085,0.68,0.53) 0s
}
/*footer*/




@media (min-width: 1200px){
	.top-wrapper .top.primary .hidden-sm {
	    display: none;
	}
	.bg_tit{
		margin-top:0px;
	}
	.w60{
		width:60%;
	}
	.w40{
		width:40%;
	}
	.indexleft {
	    padding-left: 60px;
	    padding-right: 20px;
	}
	.indexright{
		padding-right: 60px;
    	padding-left: 20px;
	}

}
@media (max-width:1023px) {
	
	.title h3{
		-webkit-text-stroke:1px #bfb96c;
	}
	.button-prev{
		left:6vw;
	}
	.button-next{
		right:6vw;
	}
	.button-prev, .button-next{
		width:80px;
	}
	.top-wrapper .top {
		height: 90px;
		padding: 0;
		position: relative;
	}

	.top-wrapper .top .logo {
		margin-left: 15px;
		height: 45px;
		width: auto;
		margin-top:25px;
	}

	.top-wrapper .top .hamburger-btn {
		margin: 0
	}

	.top-wrapper .top .basket-icn {
		margin-top: -5px
	}

	.top-wrapper .top div.right {
		margin-right: 20px
	}

	.top-wrapper .top.extra {
		display: none
	}

	.top-wrapper .top.resized {
		height: 50px
	}

	.top-wrapper .top.resized .logo {
		height: 15px
	}

	.top-wrapper .top.primary .hidden-sm {
		display: none
	}

	.top-wrapper .top.primary>a,.top-wrapper .top.primary .right {
		position: absolute;
		top: 50%;
		margin-top:0px;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%)
	}

	.top-wrapper .top.primary .right {
		right: 0
	}

	.top-wrapper .top.primary .right a {
		line-height: 16px;
		margin-left: 20px
	}
}

@media (min-width:1024px) {
	.w60{
		width:60%;
	}
	.w40{
		width:40%;
	}
	.indexleft {
	    padding-left: 40px;
	    padding-right: 20px;
	}
	.indexright{
		padding-right: 40px;
    	padding-left: 20px;
	}

	.top-wrapper .top.resized {
		height: 60px
	}

	.top-wrapper .top.resized .logo {
		height: 18px;
		width: auto
	}

	.top-wrapper .top.resized.extra {
		top: -60px
	}

	.top-wrapper.expanded .top.resized.extra {
		top: 0
	}
}
@media (min-width:769px){
	.w60{
		width:60%;
	}
	.w40{
		width:40%;
	}
	.indexleft {
	    padding-left: 20px;
	    padding-right: 20px;
	}
	.indexright{
		padding-right: 20px;
    	padding-left: 20px;
	}
}
@media (max-width:768px){
	.view .swiper-container {
		height: auto;
	}
	.sjjx-item .item-des{
		height:auto;
		border-bottom:none;
	}
	.sjjx-item .item-title{
		margin-left:0px;
		padding-left:15px;
	}
	.item-des .viewmore{
		display:inline-block;
		opacity: 1;
	}
	.swiper-pagination-bullet {
    width: 50px;
}
.preview .swiper-container{
	padding-left:0px;
}
	.link-con {
	    text-align: left;
	}
	.detail-nav .next-link{
		text-align:left;
	}
	.page-title{
		font-size:26px;
	}
	.footer p span{
		display:block;
		line-height:24px;
	}
	.page_tit{
		bottom: 25px;
		font-size:1.5rem;
		padding: 10px 10% 10px 40px;
	}
	.page_tit_cn {
	    border-bottom: 1px solid #dfb868;
	    padding: 0 10px 5px;
	    display: inline-block;
	    font-size: 22px;
	    font-size: 1.5rem;
	}
	.footer {
	    padding: 20px 20px;
	    font-size: 11px;
	    line-height: 22px;
	    overflow: hidden;
	    background-color: #ffffff;
	    position: relative;
	}
	.indexbanner{
		margin-top: 20px;
	}
	.indexleft{
		margin-bottom:30px;
	}
	.item-thumb {
    	height: 200px;
    }
    .detail-title h3{
    	font-size:26px;
    }
}
.container {
    max-width: 100%;
}
.main-content{
	width:1200px;
	max-width:100%;
	margin:0 auto;
	margin-bottom:30px;
}
.page_content{
	    padding: 30px;
    margin-bottom: 30px;
    background: #fff;
}
.about_section{
	    font-size: 15px;
    line-height: 28px;
}
.about_section img{
	max-width:100%;
}
.about_section p{
	text-indent: 32px;
	font-size:18px;
}

.nav-tabs, .nav-tabs-agency {
    border: none;
    padding: 0;
}
.vertical_tabs .col-sm-3 .active, .vertical_tabs .col-sm-3 .active i {
    color: #dfb868;
    display: block;
}


.nav-tabs li, .nav-tabs-agency li {
    width: 50%;
    text-align: center;
}
.vertical_tabs .nav-tabs li {
    width: 100%;
}
.nav-tabs li a, .nav-tabs-agency li a {
    width: 80%;
    line-height: 24px;
    font-size: 20px;
    font-size: 1.8rem;
    color: #3e3a39;
    padding: 25px 15px 15px;
    display: inline-block;
    border: none;
    border-bottom: 2px solid transparent;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.nav-tabs>li>a:hover, .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    line-height: 24px;
    padding: 25px 15px 15px;
    color: #3e3a39;
    border: none;
    border-bottom: 2px solid #dfb868;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
    color: #dfb868;
}
.vertical_tabs .nav-tabs li a {
    border: 1px solid #d8d6d6;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 0;
}
.vertical_tabs .nav-tabs>li>a:hover, .vertical_tabs .nav-tabs>li.active>a, .vertical_tabs .nav-tabs>li.active>a:focus, .vertical_tabs .nav-tabs>li.active>a:hover {
    color: #dfb868;
    border-color: #dfb868;
    padding: 15px;
    border: 1px solid #dfb868;
}
@media print {
  .resume_mobile_logo{
  	display: none !important;
  }
  .resume_mobile_share{
  	display: none;
  }
  .pic_moblie_block{
  	display: none;
  }
  .resume_mobile_text{
  	display: none;
  }
}
@media (min-width: 1360px){
	.container {
	    width: 1280px; 
	}
	.main-nav .nav-link{
		width: 180px;
    height: 51px;
    margin: 15px auto;
    font-size: 16px;
    font-weight: 700;
    line-height: 48px;
	}
	.navbar-collapse .subbg{
		top:-60px;
	}
	.w60{
		width:60%;
	}
	.w40{
		width:40%;
	}
	.indexleft {
	    padding-left: 80px;
	    padding-right: 20px;
	}
	.indexright{
		padding-right: 80px;
    	padding-left: 20px;
	}
}
