/*@media (max-width:1024px) {
.wtop .fixtop .top {
    padding: 0 130px;
    position: relative;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.wtop .logo {
    margin-left: -130px;
    width: 130px;
}
.wtop .wnav .nav {
    width: 100%;
    margin: 0 auto;
}
}*/

@media (max-width:840px) {
	body{
		padding-top: 44px;
	}
.html{
	width: auto;
}
.wtop {
    height: 44px;
    position: fixed;
	top: 0px;
	left: 0px;
    z-index: 1001;
	width: 100%;
	transition: color 0s;
}
.wtop.selected {
    height: 44px;
}
.wtop .fixtop {
    position: static;
    left: auto;
    top: auto;
    width: auto;
    height: 44px;
    box-shadow :0;
	transition: color 0s;
}
.wtop .fixtop .top {
    padding: 0 10px;
    position: relative;
    border-left: 0px transparent;
    border-right: 0px transparent;
}

	
	
.wtop.selected .fixtop{
	height: 44px;
}
.wtop .logo {
    float: left;
    margin-left: 0px;
    width: 180px;
    height: 44px;
    background-size: auto 60px;
	transition: color 0s;
	background-position:-20px 8px;
}
.wtop.selected .logo{
	height: 44px;
    background-size: auto 60px;
	background-position:-20px 8px;
}
.wtop .top .guanzhulang {
	display: none;
}
.wtop .wnav{
	display: none;
}
	
.mnav{
	position: absolute;
	right: 10px;
	top: 20px;
	z-index: 1000;
	width: 20px;
	cursor: pointer;
}
.mnav .li{
	height: 2px;
	background-color: #ccc;
	transition: all 0.2s;
}
.mnav.selected .li{
	height: 2px;
	background-color: transparent;
}
.mnav .li:before{
	content: '';
	position: absolute;
	width: 20px;
	height: 2px;
	background-color: #ccc;
	margin-top: -5px;
	transition: all 0.2s;
}
.mnav.selected .li:before{
	margin-top: 0px;
	transform: rotate(45deg);
}
.mnav .li:after{
	content: '';
	position: absolute;
	width: 20px;
	height: 2px;
	background-color: #ccc;
	margin-top: 5px;
	transition: all 0.2s;
}
.mnav.selected .li:after{
	margin-top: 0px;
	transform: rotate(-45deg);
}
	
.wtop .mobile-wnav{
	display: block;
	position: fixed;
	left: -100%;
	top: 44px;
	width: 100%;
	height: 93vh;
	overflow: auto;
	background-color: #fff;
	z-index: 999;
	transition: left 0.5s;
}
.wtop .mobile-wnav.jihuo{
	left: 0%;
}
.wtop .mobile-wnav dl{
	border-bottom: 1px solid #f0f0f0;
	position: relative;
	font-family: fontFamilyNav;
}
.wtop .mobile-wnav dl:after{
	clear: both;
	content: '';
	position: absolute;
	left: 5px;
	top: 23px;
	width: 20px;
	height: 20px;
	background-image: url(img/mnav/mnav1.svg);
	background-size: contain;
}
.wtop .mobile-wnav dl:nth-of-type(2):after{
	background-image: url(img/mnav/mnav2.svg);
}
.wtop .mobile-wnav dl:nth-of-type(3):after{
	background-image: url(img/mnav/mnav3.svg);
}
.wtop .mobile-wnav dl:nth-of-type(4):after{
	background-image: url(img/mnav/mnav4.svg);
}
.wtop .mobile-wnav dl:nth-of-type(5):after{
	background-image: url(img/mnav/mnav5.svg);
}
.wtop .mobile-wnav dl:nth-of-type(6):after{
	background-image: url(img/mnav/mnav6.svg);
}
.wtop .mobile-wnav dl:nth-of-type(7):after{
	background-image: url(img/mnav/mnav7.svg);
}
.wtop .mobile-wnav dl dt{
	line-height: 66px;
	padding: 0 30px;
	font-size: 14px;
	position: relative;
}
.wtop .mobile-wnav dl dt:after{
	content: '';
	position: absolute;
	display: block;
	right: 30px;
	top: 0px;
	height: 66px;
	width: 15px;
	background-image: url(img/arrow2.svg);
	background-position: center;
	background-repeat: no-repeat;
	transition: transform 0.5s;
}
.wtop .mobile-wnav dl:first-of-type dt:after{
	display: none;
}

.wtop .mobile-wnav dl.selected dt:after{
	transform: rotate(180deg)
}
	
.wtop .mobile-wnav dl dd{
	height: 0px;
	overflow: hidden;
	transition: height 0.5s;
	padding-left: 30px;
}

.wtop .mobile-wnav dl.selected dd.h2{
	height: 160px;
}
.wtop .mobile-wnav dl.selected dd.h3{
	height: 160px;
}
.wtop .mobile-wnav dl.selected dd.h4{
	height: 120px;
}
.wtop .mobile-wnav dl.selected dd.h5{
	height: 40px;
}
.wtop .mobile-wnav dl.selected dd.h6{
	height: 40px;
}
.wtop .mobile-wnav dl.selected dd.h7{
	height: 40px;
}
	
.wtop .mobile-wnav dl dd .nt .pictxt{
	float: none;
	width: auto;
	box-sizing: border-box;
	padding: 0;
}
.wtop .mobile-wnav dl dd .nt .pictxt .pic{
	width: 100%;
	height: 90px;
	overflow: hidden;
	display: none;
}
.wtop .mobile-wnav dl dd .nt .pictxt .pic img{
	height: 90px;
}
.wtop .mobile-wnav dl dd .nt .pictxt .title{
	line-height: 40px;
	font-size: 12px;
}

.index-video{
	height: 120px!important;
}
.index-html {
    width: auto!important;
    margin: 0 auto;
}
.index-fullSlide .bd li .txt {
    margin-top: -80px;
}
.index-fullSlide .bd li .txt .title-en {
    font-size: 30px;
}
.index-fullSlide-hn .hd ul li .num {
    font-size: 14px;
}
.index-fullSlide-hn .hd ul li .title{
	font-size: 12px;
}
.hotnews{
	padding: 0 5px;
	margin: 0 auto;
}
.index-fullSlide-hn .bd li {
    height: auto;
}
.index-fullSlide-hn .bd li .pic {
    height: 250px;
	display: none;
}
.index-fullSlide-hn .bd li .img {
	width: 100%;
	display: block;
}
.advoffice{
	padding: 0 5px;
}
.advoffice .list {
    padding-right: 0%;
}
.advoffice .list .pic {
    float: none;
    margin: 0px auto;
    width: auto;
    height: 300px;
    background-size: cover;
}
.advoffice.advoffice2 .list {
    padding-right: 0px;
    padding-left: 0px;
}
.advoffice.advoffice2 .list .pic {
    float: none;
    margin: 0px auto;
}
.index-video2 {
    display: block;
}
.index-video {
    display: none;
}
.index-fullSlide .bd li {
    height: 200px;
}
.index-fullSlide .bd li .pic {
    height: 200px;
}
#banner {
    width: 100%;
    height: 280px;
}
#banner .bannerCon {
    width: 360px;
    height: 150px;
    margin: 0px auto;
    position: relative;
}
#banner .bannerCon .scroll ul li {
    width: 300px;
}
#banner .bannerCon .scroll ul li .pic img {
    width: 100%;
    height: 120px;
}
#banner .bannerCon .arrow-l {
    left: -20px;
	display: none;
}
#banner .bannerCon .arrow-r {
    right: -20px;
	display: none;
}
	
.wfooter{
    height: auto;
	padding: 0 10px 150px;
}
.wfooter .tr2{
    height: auto;
}
.wfooter .tr {
    padding: 30px 0 20px;
}
.wfooter .tr ul {
    text-align: center;
}
.wfooter .tr2 {
    border-bottom: 0;
    height: auto;
    line-height:normal;
    padding: 0;
	padding-top: 20px;
}
.wfooter .tr2 .flogo {
    float: none;
    width: auto;
	text-align: center;
	padding-bottom: 50px;
	position: relative;
}
.wfooter .tr2 .flogo .arrow{
	position: absolute;
	top: 40px;
	left: 0px;
	width: 100%;
	height: 40px;
	background-image: url(img/arrow-gray.svg);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.wfooter .tr2 .flogo2 {
	display: none;
}
.wfooter .tr2 .flogo3 {
    float: none;
	overflow: hidden;
	transition: height 0.5s;
	height: 0px;
}
.wfooter .tr2 .flogo3 ul{
	margin: 0 50px;
}
.wfooter .tr2 .flogo3 ul li {
    float: none;
    margin-right: 0;
	text-align: center;
	padding: 10px 0;
	border-bottom: 1px solid #4d4d4d;
}
.wfooter .tr3 .map {
	display: none;
}
.wfooter .tr3 .fi {
    float: none;
    line-height: 30px;
	text-align: center;
}
.wfooter .tr3 .fi .addr .hx{
	display: none;
}
.wfooter .tr3 .fi .addr .tel{
	display: block;
}
	
	
	
.floormap{
	transform: scale(0.3) translate(-110%, -110%)!important;
}
.floormapfile{
	height: 200px;
	overflow: hidden;
}

	
.shangye-19 .attrlist dl {
    padding-left: 40px;
	font-size: 12px;
}
.shangye-19 .attrlist dl dt {
    width: 40px;
    margin-left: -40px;
	text-indent: 0px;
	text-align: center;
}
.shangye-19 .attrlist dl dd ul li {
    padding: 0 13px;
}
.shangye-19 .list .floor{
	padding: 0 10px;
}
.shangye-19 .list .floor .yetailist ul li{
	float: none;
	width: auto;
}
	
	
	
.shangye-20 .head ul {
    margin: 0;
}
.shangye-20 .head ul li {
    width: 25%;
	font-size: 14px;
	margin: 5px 0;
}
.shangye-20 .list {
    padding: 20px 0;
}
.shangye-20 .list ul li{
	width: 50%;
	box-sizing: border-box;
	height: 270px;
	overflow: hidden;
	padding: 0 10px;
}
.shangye-20 .list ul li dl dd .img {
	display: none;
}
.shangye-20 .list ul li dl dd .title {
    font-size: 13px;
}

.shangye-21 {
    width: auto;
    margin: 0 auto;
    padding: 0 10px;
}
.shangye-21 .aboutus-menu {
    float: none;
    margin-left:0;
	height: 50px;
}
.shangye-21 .aboutus-menu ul li {
	float: left;
	width: 33%;
	box-sizing: border-box;
	text-align: center;
}
.shangye-21 .list:after{
	content: '';
	clear: both;
}
.shangye-21 .aboutus-content .kk {
    height: 760px;
}
.shangye-22 {
    width: auto;
    padding: 40px 10px 0;
}
.common-fullSlide-tabbox .list {
	padding: 0 10px;
}
.art-content4 .title {
    margin: 40px 0 15px;
}
.art-content .page-dan .column {
    height: 40px;
}
	
.office-content10 {
	padding: 10px;
}
.office-content10 .yuanpic {
    width: auto;
    height: 250px;
    margin: 20px auto;
}
.office-content10 .txt {
    width: auto;
    margin: 0 auto;
}
.office10-banner {
    height: 250px;
}
.office10-banner .bannerCon {
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.office10-banner .bannerCon .scroll ul li .pic {text-align: center}
.office10-banner .bannerCon .scroll ul li .pic img{width:auto;height:200px;}
.office10-banner .arrow-l {
    height: 200px;
}
.office10-banner .arrow-r {
    height: 200px;
}
	

.office-banner {
    height: 300px;
}
.office-banner .arrow-l {
    height: 250px;
}
.office-banner .arrow-r {
    height: 250px;
}
.office-banner .bannerCon {
    width: auto;
    height: 250px;
}
.office-banner .bannerCon .scroll ul li{ text-align: center; overflow: hidden;}
.office-banner .bannerCon .scroll ul li .pic img{width:auto;height:250px;}
	
	
.office12-banner{width:auto;height:300px;}
.office12-banner .bannerCon{width:auto;height:300px; }
.office12-banner .bannerCon .scroll ul li{}
.office12-banner .bannerCon .scroll ul li .pic img{width:80%}
.office12-banner .bannerCon .scroll ul li .pic .office12-txt{ width: 200px; }
.office12-banner .bannerCon .scroll ul li .pic .office12-txt .title2{ font-size: 12px; line-height: 16px;}
.office12-banner .bannerCon .scroll ul li .pic .office12-txt .subtitle{ line-height: 16px;}
.office12-banner .arrow-l {
    height: 300px;
}
.office12-banner .arrow-r {
    height: 300px;
}
	
	
.office-content12 .txt {
    width: auto;
}
	
.aboutus {
    width: auto;
    margin: 20px auto 0;
	padding: 0 10px;
}

	
	
.art-content .zhanxun {
    padding: 10px;margin: 0 -10px;
}
.art-content4 .art-fullSlide .prev {
	display: none;
}
.art-content4 .art-fullSlide .next {
	display: none;
}
.art-content .zhanxun .pictxt dl {
    padding: 0px;
    height: auto;
    overflow: hidden;
}
.art-content .zhanxun .pictxt dl dt {
    float: none;
    margin-left: 0px;
    width: auto;
    height: 250px;
	background-size: contain;
}
.art-content .zhanxun .pictxt dl dd {
    color: #616161;
    padding: 10px;
	text-align: center;
}
.art-content .zhanxun .pictxt dl dd .line {
    margin: 20px auto;
}
.art-content .zhanxun .pictxt dl dd .more a {
		margin: 0 auto;
}
.art-content .more {
    margin: 10px auto 40px;
}
.art-content .page-dan .pic {
    height: 150px;
}

.zhanxun2 {
    background-color: #fff;
	padding: 20px 0;
}
.zhanxun2 .pictxt dl {
    padding: 0px;
    height: auto;
    overflow: hidden;
}
.zhanxun2 .pictxt dl dt {
    float: none;
    margin-left: 0px;
    width: auto;
    height: 250px;
	background-size: contain;
}
.zhanxun2 .pictxt dl dd {
    color: #616161;
    padding: 10px;
	text-align: center;
}
.zhanxun2 .pictxt dl dd .line {
    margin: 20px auto;
}
.zhanxun2 .pictxt dl dd .more a {
		margin: 0 auto;
}
	
.art-content3 .title {
    margin: 40px 0 15px;
}
.art-content3 .art-fullSlide .next {
	display: none;
}
.art-content3 .art-fullSlide .prev {
	display: none;
}
	
	
	
.art-content2 .active {
    padding: 20px 10px;
	margin: 0 -10px;
}
.art-content2 .active .pictxt dl {
    padding-left: 0px;
}
.art-content2 .active .pictxt dl dt {
    float: none;
    margin-left: 0px;
    width: auto;
    height: 150px;
    background-size: contain;
}
.art-content2 .active .pictxt dl dd {
    padding: 0;
}
.art-content2 .active .pictxt dl dd .date {
    float: none;
	margin: 10px 0;
}
.art-content2 .page-dan .column {
    height: 40px;
}
.art-content2 .page-dan .pic {
    height: 150px;
}

.hotel-content .table-pic .dl .dt {
    height: 100px;
}
	
.good-content .good-logo {
    margin-top: 40px;
}
.good-content .good-title {
    margin-top: 40px;
}
.good-content .table-pic .dl .dt {
    height: 120px;
}
#baguetteBox-overlay .full-image figcaption .txt {
    height: 150px;
}
.hotelfx-content{
	padding: 0 10px;
}
.hotelfx-content .table-pic {
    margin-top: 30px;
}
.hotelfx-content .table-pic .dl .dt {
    height: 120px;
}
.hotelfx-content .table-pic .dl .dd {
	font-size: 12px;
}

	
.zhanhui-view {
    padding: 50px 10px 50px;
	margin: 0;
	background-color: #f4f4f4;
}
.zhanhui-view .right {
    float: none;
    margin-right: 0px;
    width: auto;
}
.zhanhui-view .right .news-logo {
    height: 330px;
	background-size:cover;
}
.zhanhui-view .right .cizhaninfo {
    padding: 20px;
}
.zhanhui-view .content{
	padding: 20px;
}
.zhanhui-view .content img {
	width: 100%!important;
	height: auto!important;
}
.zhanhui-view .piclist ul {
    margin: 0;
}
.zhanhui-view .piclist ul li {
    float: left;
    width: 33.3%;
    padding: 0px;
    box-sizing:inherit;
    height: 150px;
	overflow: hidden;
	text-align: center;
}
.zhanhui-view .piclist ul li img {
    width: auto;
    height: 100%;
}
	
.newsmore {
    padding: 20px 10px;
	margin: 0;
}
.newsmore .pictxt dl {
    padding-left: 0px;
}
.newsmore .pictxt dl dt {
    float: none;
    margin-left: 0px;
    width: auto;
    height: 150px;
    background-size: contain;
}
.newsmore .pictxt dl dd {
    padding: 0;
}
.newsmore .pictxt dl dd .date {
    float: none;
	margin: 10px 0;
}
	
	
	
	
	
	
}