.header{text-align: center;
z-index: 10;
position: fixed;
left: 0;
top: 0;
width: 100%;
color: #666;
background: #c2bfbf;
}
#menu1 {
	font-family: Arial,sans-serif;
	font-size: 12px;
	background-color: #202020;
	max-width: 14rem;
	height: 1.2rem;
	display: inline;
	float: right;
	line-height: 1;
	margin-right: 1rem;
}
.while{
	color: #ffffff;
}
#menu1 h1 {
	font-weight: 400;
}

#menu1 ul {
	list-style: none;
}

#menu1 a {
	text-decoration: none;
	color: #444444;
}

#menu1 .menu-label {
	text-transform: uppercase;
}

#menu1 .menu-top>li {
	float: left;
	position: relative;
	text-align: center;
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-ms-transition: background-color .2s;
	-o-transition: background-color .2s;
	transition: background-color .2s;
}

#menu1 .menu-top>li:hover {

	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-ms-transition: background-color .2s;
	-o-transition: background-color .2s;
	transition: background-color .2s;
}

#menu1 .menu-top .menu-right {
	float: right;
}

#menu1 .menu-button {
	width: 1.2rem;
	height: 1.2rem;
	display: inline;
	float: left;
	background: #ff7000;
	margin-right: 0.1rem;
	-webkit-transition: color .2s;
	-moz-transition: color .2s;
	-ms-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
}

#menu1 li:hover .menu-button {
	color: #4f5e9f;
	-webkit-transition: color .2s;
	-moz-transition: color .2s;
	-ms-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
}

#menu1 .menu-drop {
	padding-right: 15px;
}
.menu-label1 {
	width: 100%;
	height: 1.4rem;
	display: inline;
	float: left;
	-webkit-transition: background .2s;
	-moz-transition: background .2s;
	-ms-transition: background .2s;
	-o-transition: background .2s;
	transition: background .2s;
}
.menu-label11{
	width: 4px;
	background: url("../images/nav_no.png");
	height: 1.4rem;
	display: inline;
	float: left;
	margin-left: 50%;
	left: -2px;
}

#menu1 li:hover .menu-label11 {
	background: url("../images/nav_hover.png");
}
#menu1 li:hover .menu-label {
	font-weight: bold;
}
#menu1 li:hover .menu-label3 {
	font-weight: bold;
	color: #4f5e9f;
}
.menu-label3{
	width: 50%;
	height: 0.1rem;
	display: inline;
	float: left;
	text-align: center;
	line-height: 0.3rem;
	font-size: 13px;
	color: #666666;
	margin-left: 25%;
}

#nav_hover li:hover .menu-label11 {
	background: url("../images/nav_no.png");
}
#nav_hover li:hover .menu-label {
	font-weight: bold;
	color: #4f5e9f;
}
#nav_hover li:hover .menu-label3 {
	font-weight: bold;
	color: #4f5e9f;
	background: #4f5e9f;
}
.menu-label{
	width: 100%;
	height: 3rem;
	display: inline;
	float: left;
	text-align: center;
	line-height: 3rem;
}
.menu-label11_active{
	background: url("../images/nav_hover.png");
}
.menu-label3_active{
	font-weight: bold;
	color: #4f5e9f;
	background: #4f5e9f;
}
.menu-label_active{
	font-weight: bold;
	color: #4f5e9f;
}
#menu1 .menu-dropdown {
	margin-top: 1.2rem;
	text-align: left;
	background-color: #4a4a4a;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	position: absolute;
	/*left: -5000px;*/
	/*opacity: 0;*/
	z-index: 100;
}

#menu1 li:hover .menu-dropdown {
	left: 0;
	opacity: 1;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-ms-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
}

#menu1 .menu-right:hover .menu-dropdown {
	left: auto;
	right: 0;
}

#menu1 .menu-sub {
	margin: 5px 0;
}

#menu1 .menu-sub li {
	white-space: nowrap;
	-webkit-transition: background-color .1s;
	-moz-transition: background-color .1s;
	-ms-transition: background-color .1s;
	-o-transition: background-color .1s;
	transition: background-color .1s;
}

#menu1 .menu-sub li:hover {
	background: #2a2a2a url(../images/menu1-select.png) no-repeat 10px;
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-ms-transition: background-color .2s;
	-o-transition: background-color .2s;
	transition: background-color .2s;
}

#menu1 .menu-subbutton {
	display: block;
	padding: 7px 20px;
	line-height: 1.3;
	color: #d0d0d0;
	-webkit-transition: color .2s;
	-moz-transition: color .2s;
	-ms-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
}

#menu1 .menu-sub li:hover .menu-subbutton {
	color: #fff;
	-webkit-transition: color .2s;
	-moz-transition: color .2s;
	-ms-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
}

#menu1 .menu-desc {
	font-style: italic;
	color: #a0a0a0;
	-webkit-transition: color .2s;
	-moz-transition: color .2s;
	-ms-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
}

#menu1 .menu-sub li:hover .menu-desc {
	color: #d0d0d0;
	-webkit-transition: color .2s;
	-moz-transition: color .2s;
	-ms-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
}

#menu1 .menu-row {
	vertical-align: text-top;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

#menu1 .menu-row .menu-sub {
	margin: 0;
}

#menu1 h1 {
	font-size: 2em;
	color: #a0a0a0;
}

#menu1 p {
	color: #e5e5e5;
}

#menu1 .emp {
	font-weight: 700;
}

#menu1 .quote {
	font-style: italic;
}

#menu1 .menu-dropdown3 {
	padding-top: 5px;
	white-space: nowrap;
}

#menu1 .menu-dropdown3 h1 {
	margin: 0 0 5px 20px;
}

#menu1 .menu-dropdown3 .menu-row {
	border-right: 1px dotted #707070;
	margin: 5px 0;
}

#menu1 .menu-dropdown3 .menu-row:last-child {
	border-right: 0;
}

#menu1 .menu-dropdown4 {
	padding-top: 5px;
	white-space: nowrap;
}

#menu1 .menu-dropdown4 h1 {
	margin: 0 0 5px 20px;
}

#menu1 .menu-dropdown4 .menu-row div {
	border-right: 1px dotted #707070;
	margin: 5px 0 10px;
}

#menu1 .menu-dropdown4 .menu-row:last-child div {
	border-right: 0;
}

#menu1 .menu-dropdown4 .menu-row div:last-child {
	margin-bottom: 5px;
}

#menu1 .menu-dropdown6 img {
	margin-right: 5px;
	vertical-align: middle;
}

#menu1 .menu-dropdown6 .menu-label {
	vertical-align: middle;
}

#menu1 .menu-dropdown6 .menu-subbutton {
	padding: 5px 20px;
}

#menu1 .menu-dropdown7 {
	padding: 10px;
	width: 210px;
}

#menu1 .menu-dropdown7 p {
	margin-top: 7px;
}

#menu1 .menu-dropdown7 h1 {
	color: #e0e0e0;
	padding-bottom: 3px;
	border-bottom: 1px solid #858585;
}

.sousuo{color: #888;font-size: 24px;}
.xaihua{ text-align: center;font-size: 14px;position: relative;}
.shubiao{width: 27px; margin: auto;line-height: 1.3;opacity: 0;-webkit-opacity: 0;}
.xaihua .xian{ height: .5rem;width: 1px;background: #fff;margin:.15rem auto;display: block;}
.shubiao .sb{position: relative; width: 18px;height: 28px;border-radius: 50px;display: inline-block;border: 1px solid #fff;}
.shubiao .sb:before{content: "";position: absolute;width: 2px;height: 7px;left: 50%; margin-left: -1px; top: 11px;background-color: #ffffff;border-radius: 50px; -webkit-animation: Tmouse 0.5s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;animation: Tmouse 0.5s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;}
.sxTops{ position: absolute;left: 0;right: 0;bottom: 0;}
.sxTops .tops{width: 27px; margin: auto;line-height: 1.3;color: #999;}
.sxTops .tops .ico{display: block;margin: auto;font-size: 18px; width: 26px;line-height: 26px;border: 1px solid #999;border-radius: 50%;}
.sxTops .tops .xian{background: #cacaca;}
.headNav.active .sxTops{opacity: 0;-webkit-opacity: 0;}
.headNav.active .shubiao{opacity: 1;-webkit-opacity: 1;}
.nyBanner img{min-height:4rem;}
.phoneBanner{display: none; position:relative;}
.menus{font-size: 16px;}
.menuNvs{width: 30px;height: 22px;position: relative;margin: auto;margin-bottom: .1rem;font-size: 16px;transition:all .5s;}
.menuNvs .line1{ top: 0;}
.menuNvs .line2{ top: 50%; margin-top: -1px;}
.menuNvs .line3{ bottom: 0;}
.menuNvs.active .line1{transform:rotate(-135deg);-o-transform:rotate(-135deg);-webkit-transform:rotate(-135deg);-moz-transform:rotate(-135deg);-ms-transform:rotate(-135deg); top: 50%; bottom: auto;}
.menuNvs.active .line2{transform:rotate(-45deg);-o-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg); top: 50%; bottom: auto;}
.menuNvs.active .line3{display: none;}
.menuNvs span{border-radius: 2px; position: absolute; left: 0;background: #666;border-radius: 2px; width: 100%; height: 2px; display: block;transition: 0.5s;-moz-transition: 0.5s;-webkit-transition: 0.5s;-o-transition: 0.5s;}
.menuNvs.active span{background: #4f5e9f;}
.logoLink{display: block;position: relative;text-align: center;}
.logoLink img{width: .9rem;}
.logoWhite{opacity: 0;position: absolute;left: 0;top: 0;right: 0;transition: all .5s;-webkit-transition: all .5s;}
.logoBlack{opacity: 1;margin: auto;transition: all .5s;-webkit-transition: all .5s;}
.headNav.active .header,.headNav.open .header{background: rgba(0,0,0,0.6);color: #fff;}
.headNav.active .header .sousuo,.headNav.open .header .sousuo{color: #fff;}
.headNav.active .header .logoWhite,.headNav.open .header .logoWhite{opacity: 1;}
.headNav.active .header .logoBlack,.headNav.open .header .logoBlack{opacity: 0;}
.headNav.active .header .menuNvs span,.headNav.open .header .menuNvs span{background: #fff;}
.headFlxed{ position: fixed;top: 0;height: 100%;width: 100%;overflow: hidden; background: #fff;z-index: 5;-webkit-transition: all .9s;-moz-transition: all .9s;-o-transition: all .9s;transition: all .9s;-webkit-transition-timing-function: cubic-bezier(.5, .4, .3, 1);transition-timing-function: cubic-bezier(.5, .4, .3, 1);}
.headFlxed.open{left: 0;}
.headFlxed.open::before {width: 0%;right: 0}
.navCotent{height: 100%;margin-left: 1.2rem;}
.navMenuss{ width: 60%;}
.navSearch{ width: 5.2rem;display: none;border-bottom: 1px solid #ddd;}
.navSearch form input{padding: 15px 0;width: 100%;}
.navSearch .btns{background: transparent;color: #4f5e9f;padding: 0 10px;font-size: 24px;cursor: pointer;}
.navCotent.on .navSearch{display: block;}
.navCotent.on .navMenuss{display: none;}
.navDL{ width: 1.6rem;position: relative;}
.navDL dd>a{display: block;padding:.2rem 0;}
.contactUs{ position: absolute;right: 0;top: 0;}
.gfChart{ position: absolute;right: 0;bottom: 0;text-align: center;width: 110px;}
.navSon{display: none; position: absolute;left:100% ;top: 0;bottom: 0;border-left: 1px solid #e3e3e3;}
.navSon a{display: block;padding: .2rem 0;white-space: nowrap;padding-left: .5rem;}

.navSon >p{animation-name: dh_rt;animation-duration: .6s;animation-timing-function: ease-in-out;animation-fill-mode: both;-webkit-animation-name: dh_rt;-webkit-animation-duration: .6s;-webkit-animation-timing-function: ease-in-out;-webkit-animation-fill-mode: both;}
.navSon >p:nth-child(2){animation-delay: .1s;-webkit-animation-delay: .1s;}
.navSon >p:nth-child(3){animation-delay: .2s;-webkit-animation-delay: .2s;}
.navSon >p:nth-child(4){animation-delay: .3s;-webkit-animation-delay: .3s;}
.navSon >p:nth-child(5){animation-delay: .4s;-webkit-animation-delay: .4s;}
.navSon >p:nth-child(6){animation-delay: .5s;-webkit-animation-delay: .5s;}
.navSon >p:nth-child(7){animation-delay: .6s;-webkit-animation-delay: .6s;}
.navSon >p:nth-child(8){animation-delay: .7s;-webkit-animation-delay: .7s;}
.navSon >p:nth-child(9){animation-delay: .8s;-webkit-animation-delay: .8s;}
.navSon >p:nth-child(10){animation-delay: .9s;-webkit-animation-delay: .9s;}
.fp-section{overflow: hidden;}
.indexWt{width: 89%;margin: auto;}
.headFlex{height: 100%;}
.navMargin{}
.footer{background: #fff;background-size:100% 100% !important;position: relative;box-shadow: 0 -1px 10px -4px rgba(0,0,0,.1);}
.clickTops{position: absolute;cursor: pointer; right: 0;top: 0;background: rgba(0,0,0,.3);line-height: .5rem;width: .5rem;text-align: center;font-size: .28rem;z-index: 5;color: #fff;}
.footLeft{border-right: 1px solid #e0e0e0;}
.footerDL{padding: .6rem .6rem;}
.footLogo{padding:.3rem .6rem;border-bottom: 1px solid #e0e0e0;}
.footLogo img{ height: .6rem;}
.ewms p{display: none}
.ewms img{ }
.navSonFoo p{margin-top: .1rem;}
.footCenter .fct{position: relative;margin: 0 .15rem;}
.footCenter .icos{display: block;font-size: .28rem;border-radius: 50%; line-height: .6rem;width: .6rem;text-align: center;color: #707070;border: 1px solid #707070;}
.footRight{width: 3.3rem;padding: .6rem .5rem;}
.footBot{padding: .2rem .6rem;border-top: 1px solid #e0e0e0;}
.footBot select{padding:.1rem .2rem;position: relative;z-index: 2;width: 100%;background: transparent;cursor: pointer;}
.footBot .fb_3 i{ position: absolute;right: .1rem;top: 50%;margin-top: -0.1rem;line-height: 1;color: #c2c2c2;}
.footBot .fb_3{width: 3rem;border: 1px solid #c2c2c2;}
.footBot .fb_3 select{color: #aaa}
.footerDL dd h6 i{display: none;}
.showEwm{position: absolute;display: none; left: 50%;margin-left: -60px;width: 120px;text-align: center;top: 100%;padding-top: 10px;}
.footCenter .fct:hover .showEwm{display: block;}
.opacity8{opacity: .8;}
.opacity7{opacity: .7;}
.opacity2{opacity: .2;}
.opacity5{opacity: .5;}
.banner-pagination{ position: absolute;right: .5rem;top: 50%;z-index: 5;text-align: center; transform: translate(0,-50%);-webkit-transform: translate(0,-50%);}
.banner,.banner .swiper-container{ height: 100%;}
.banner .swiper-slide{overflow: hidden;}
.banner .swiper-slide .bg{position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-size: cover !important;}
/*.banner .swiper-slide-active .bg{animation: dh_ss3 6s linear infinite both;-webkit-animation: dh_ss3 6s linear infinite both;}*/
.banner-pagination .swiper-pagination-bullet{background: #fff; margin: .25rem 0;display: block;opacity: 1;transition: all .5s;-webkit-transition: all .5s}
.banner-pagination .swiper-pagination-bullet-active{transform: scale(1.8);-webkit-transform: scale(1.8);}
.banner-btn{position: absolute;right: .5rem;bottom: .5rem;z-index: 3;}
.banner-btn i{display: inline-block;margin-left: .16rem;border: 1px solid #fff;color: #fff;border-radius: 50%;width: .6rem;line-height: .6rem;text-align: center;cursor: pointer;transition: all .5s;-webkit-transition: all .5s}
.slideTxt{ height: 100%;text-align: center;}
.more .link{background: #4f5e9f; display: inline-block;color: #fff;width: 2.9rem;text-align: center;padding: .15rem 0;}
.more .link i{padding-left: 6px;}
.more .link2{width: auto;padding: .1rem .6rem;}
.smallMore{border: 1px solid #4f5e9f; display: inline-block;color: #4f5e9f;text-align: center;padding: 0.06rem .38rem;}
.colorred{color: #c73b2d;}
.logoLinkPC{display: block;}
.logoLinkPhone{display: none;}
.prdOne{padding: .9rem 0 .6rem 0;position: relative;z-index: 5;}
.prdOne .item{display: none;text-align: center; animation: dh_bt .5s ease-in both;-webkit-animation: dh_tt .5s ease-in both;}
.prdOne .item.on{display: block;}
.prdMore a{width: 2.35rem;display: inline-block;line-height: .54rem;background: #4f5e9f;color: #FFF;}
.prdLine{width: .5rem;height: 1px;background: #4f5e9f;display: block;margin: .15rem auto;}
.letter2{letter-spacing: 2px;}
.blockLink{display: block;}
.prdTwo{padding-bottom: .3rem;}
.prdTwo .item{width: 1.6rem;text-align: center;margin-bottom: .2rem;}
.prdTwo .icon{width: 75%;display: block;margin: auto;position: relative;background: #e6e7ed;border-radius: 50%;}
.prdTwo .icon:before{position: absolute;left: 0;right: 0;top: 0;bottom: 0;content: '';border-radius: 50%; background: #4f5e9f;opacity: 0;transform: scale(0);-webkit-transform: scale(0);transition: .5s;-webkit-transition: .5s;}

.prdTwo .icon img{display: block;width: 100%;position: relative;z-index: 2;}
.prdTwo .icon .img2{position: absolute;left: 0;top: 0;opacity: 0;z-index: 3;}
.prdTwo .item.on .icon:before{transform: scale(1);-webkit-transform: scale(1);opacity: 1;}
.prdTwo .item.on .img2{opacity: 1;}
.prdTwo .item.on{color: #4f5e9f;}
.prdThree{position: absolute;left: 0;right: 0;top: 5.6rem;bottom: 0;}
.prdThree .thBg{width: 100%;height: 100%;background-size: cover !important;}
.prdThree .swiper-slide,.prdThree .swiper-wrapper,.prdThree .swiper-container{ height: 100%;}
.prod-btn{ position: absolute;line-height: .6rem;width: .6rem;text-align: center;border-radius: 50%;top: 50%;margin-top: -0.3rem;z-index: 3;cursor: pointer;transition: .3s;font-size: .24rem;color: #fff;border: 1px solid #fff;opacity: .4;}
.prod-prev{ left: 10%;}
.prod-next{ right: 10%;}
.prod-btn:hover{background: #4f5e9f;color: #fff;border-color: #4f5e9f;opacity: 1;}
.pro-pagination{position: absolute;left: 0;right: 0;text-align: center;z-index: 5;display: none;}
.pro-pagination .swiper-pagination-bullet {background: #fff;}
.pro-pagination .swiper-pagination-bullet-active{background: #F10E2A;}
.moreLink a,.moreLink span{display: inline-block;padding: 10px 50px;color: #4f5e9f;border: 1px solid #4f5e9f;border-radius: 5px;background-size: cover !important;}
.shangshiDL dd {position: relative;overflow: hidden;overflow: hidden;}
.shangshiDL dd .bg{position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-size: cover !important;}
.shangshiDL dd .padds{position: relative;z-index: 2;margin: 0 auto; margin-top:1.5rem;text-align: center;flex: 1;-webkit-flex: 1;padding: 0 .65rem;}
.hline{display: block;width: .5rem;height: 1px;background: #fff;margin:.2rem auto;}
.shangshiDL dd .cot{min-height: 3.5rem;margin:.35rem 0 .2rem 0;line-height: 1.8;text-align: left;}

.fullHeight{ height: 100%;position: relative;}
.posiTit{ position: absolute;right: 1rem;top: 1rem;z-index: 5;}
.qiehuanTit{line-height: 40px;text-align: center;}
.cikIndex {border: 1px solid #fff;color: #fff;}
.cikIndex .cik{min-width: 120px;padding: 0 10px;border-left: 1px solid #fff;}
.cikIndex .cik.on{background: #fff;color: #4f5e9f;}
.cikIndex .cik:nth-child(1){border: 0;}
.qiehuanTit .mores{width: 40px;background: rgba(255,255,255,.2);margin-left: 15px;display: block;color: #fff;}
.sec2Son .items{display: none;height: 100%;}
.sec2Son .items.on{display: block;}
.chuangxin{ height: 100%;}
.paddAbs{position: absolute;left: 0;right: 0;top: 0;z-index: 3;}
.paddingMain{padding:1.75rem 1rem 0 1rem;}
.colorlogo{color: #4f5e9f;}
.bgf7f7f7{background: #f7f7f7;}
.publicTit .rtMore{width: 40px;line-height: 40px;color: #4f5e9f;background: rgba(215,35,27,.1);text-align: center;font-size: 18px;}
.section_6{background: #dce9f8;background: -webkit-linear-gradient(to right,#d7e6f7,#f3f7fe);background:linear-gradient(to right,#d7e6f7,#f3f7fe);}
.newsList{ padding-top: 1rem; position: relative;z-index: 2;}
.newsList .items{position: relative;display: none; height: 100%;}
.newsList .items.on{display: block;}
.newsList .swiper-slide{color: #fff;}
.newsList .swiper-slide .scaleImg img{height: 3.5rem;object-fit: cover;}
.itemImg:before,.itemNew .scaleImg:before{position: absolute;left: 0;right: 0;top: 0;bottom: 0;content: '';background: rgba(0,0,0,.65) url(../images/logo.png) no-repeat center;z-index: 2;opacity: 0;transition: 1s}
.itemImg:before{background-size: 50%;}
.new-btns{text-align: center;line-height: .5rem;color: #fff; margin-top: .7rem;}
.new-btns .btns{display: inline-block;width: .5rem;border: 1px solid #fff;margin: 0 .1rem;cursor: pointer;border-radius: 1rem;}
.new-btns .fraction{display: inline-block;position: static;width: auto;}
.coverBg{background-size: cover !important;}
.news-pagination{ position: absolute;right: .3rem;bottom: .2rem;z-index: 2;}
.news-pagination .swiper-pagination-bullet{border-radius: 0;width: .4rem;height: 2px;background: #fff;opacity: 1;margin-left: .1rem;}
.news-pagination .swiper-pagination-bullet-active{background: #4f5e9f;}
.brandCots{background-size: cover !important;}
.max360{width: 360px;max-width: 100%;}
.brandText{width: 100%;}
.brandRight{ width: 46%;position: absolute; right: 0;bottom: 0;top: 1.2rem}
.itemImg{ position: absolute;width: 1.6rem;border-radius: 1rem;overflow: hidden; margin-left: -0.8rem;margin-top: -0.8rem;}

.brandNum{ margin-top: 0.5rem;}
.brandNum .fbs{width: 48%; margin: 0 2% .4rem 0;}
.imgBad img{width: 1.5rem;margin-bottom: 1.6rem;}
.brandLeft{padding: 1.6rem 0 0 1rem; width: 45%; background-size: cover !important;position: relative;z-index: 3;}
.mapPoint{ margin: .6rem 0 -1.2rem 0;}
.brandMore{ position: absolute;left: 1rem;bottom: 1rem;}
.brandMore .link{background: #4f5e9f;color: #fff;}
.layTemp{background: #fff;z-index: 3;background: rgba(255,255,255,.8);border-radius: .1rem;width: 5.4rem;max-width: 92%;margin: 1rem 0 0 1rem;}
.layTemp .pdt{padding: .4rem;}
.layTemp img{height: .8rem;}
.mapBg{ position: absolute;left: 1rem;top: 55%;transform: translate(0,-50%);-webkit-transform: translate(0,-50%);}
.shansuo{ position: absolute;left: 80.6%;top: 50.4%;width: 14px;height: 14px;margin-left: -7px;margin-top: -7px;}
.shansuo span{background: #4bfb22;border-radius: 50%;position: absolute;left: 0;right: 0;top: 0;bottom: 0;border-radius: 50%;z-index: 3;}
.shansuo:before{position: absolute;left: 0;top: 0;right: 0;bottom: 0;content: '';background: #fff;opacity: .7;border-radius: 50%;animation: dh_ss 1s linear infinite both;}
.shansuo:after{position: absolute;left: 0;top: 0;right: 0;bottom: 0;content: '';background: #fff;opacity: .3;border-radius: 50%;animation: dh_ss2 1s .5s linear infinite both}
.parSwiper .hb{display: block;position: relative;}
.parSwiper .hb img{display: block;width: 100%;}
.section_7{background-size: cover !important;}
.parMain { padding-top: 10vh;}
.part-pagination .swiper-pagination-bullet{background: #00a0e9; margin: 0 5px;border-radius: 0;width: 30px;height: 3px;}
.threeCX{ margin-top: 10vh;}
.threeCX .cx{position: relative;width: 31.33%;margin: 0 0 2% 0;}
.threeCX .cx:before{position: absolute;left: 0;right: 0;top: 0;height: 100%;content: '';background: #c9d9ec;}
.threeCX .cx .txt{padding:.2rem .3rem;border-bottom: 1px solid #fff;position: relative;z-index: 2;}
.threeCX .cx .ico{line-height: 1;text-align: right;padding:.3rem .4rem;position: relative;z-index: 2;}
.threeCX .ckLink{display: block;background-size: cover !important;}


.Lline{ height: 6px;width: .6rem;background: #4f5e9f;margin: .2rem 0;}
.publicBtn .btn{display: inline-block;width: 2.8rem;text-align: center;color: #fff;background: #4f5e9f;padding: .18rem 0;}
.rongyu{ width: 94%;}
.rongyuDL dd{ width: 31.33%;margin: 0 1%;margin-bottom: .5rem;}
.rongyuDL dd .ico{line-height: 1rem;width: 1rem;border: 1px solid #fff;border-radius: 50%;font-size: .44rem; margin: auto; margin-bottom: .2rem;display: block;}
.renzBg1{ position: absolute;left: 0;top: 0;width: 3.8rem;}
.renzBg2{ position: absolute;right: 0;bottom: 0;width: 3.8rem;}
.sannatDL{width: 101%;}
.sannatDL dd{width: 19%;margin: 0 1% 1% 0;}
.sannatDL dd .bord{height: 1rem;border: 1px solid #c6c6c6;border-radius: .15rem;text-align: center;line-height: 1.4;padding: 0 .15rem;}
.sannatDL dd img{ max-height: 80%;}


.mapAlert{ position: absolute; right: 0;top: 0;width: 4rem;bottom: 0;}
.mapAlert .wt{background: #0385d5;padding: .35rem;text-align: left;}
.mapAlert .tit{padding-bottom: .1rem;border-bottom: 1px solid #fff;border-color: rgba(255,255,255,.2);margin-bottom: .15rem;}
.mapRight .mp{ position: relative;display: none;}
.mapRight .mp.on{display: block;}
.mapRight .mImg{max-width: 80%;}
.leftTit{border-left: 1px solid #ddd;}
.leftTit .lt{margin: .2rem 0; padding-left: .25rem;position: relative;cursor: pointer;margin-right: .7rem;}
.leftTit .lt.on:before{ position: absolute;left: -2px;width: 4px;height: 4px;top: .15rem;content: '';background: #0385d5;border-radius: 4px;}
.leftTit .lt.on,.leftTit .lt.on *{color: #0385d5;}

.publicTit .tit{display: inline-block;position: relative;margin-right: .1rem;line-height: 1.1;color: #4f5e9f}
/*.publicTit .tit:after{position: absolute;left: 0;right: 0;bottom: 0;height: .1rem;background: #d7231b;opacity: .2;content: '';}*/
.joinIndex{padding-top: 1rem;}
.joinIndex .rtImgs{position: relative;width: 43.5%;}
.joinIndex .rtImgs:before{position: absolute; left: .5rem;top: .5rem;width: 100%;height: 100%;background: #e6eef7;content: '';}
.joinIndex .ltZhaop{padding-right: 1.8rem;}
.ltZhaop .iLink{ width: 46%;background: #fff; margin: .3rem 0;box-shadow: 0 5px 10px -2px rgba(0,0,0,.1);position: relative;}
.ltZhaop .iLink:before{position: absolute;left: 0;right: 0;top: 0;height: 0;content: '';border-left: 3px solid #f7d3d1;border-right: 3px solid #d7231b;}
.ltZhaop .iLink:after{position: absolute;left: 0;bottom: 0;top: 0;width:0 ;content: '';border-top: 3px solid #d7231b;border-bottom: 3px solid #f7d3d1;}
.ltZhaop .iLink .ct{padding: .4rem .1rem .4rem .1rem;}
.ltZhaop .iLink .ico{display: block;margin: 0 auto .15rem auto;width: .6rem;}



@media only screen and (min-width:960px ) {
	.navDL dd:hover .navSon{display: block;}
	.clickTops,.prdTwo .icon,.prdTwo .icon .img2,.footCenter .icos,.threeCX .cx:before,.openVideo i,.shangshiDL dd .bg,.newLeft .txt:before,.newLeft .txt .txtLine,.newLeft .txt,.transtions,.shangshiDL dd:before{transition: all .5s;-webkit-transition: all .5s;}
	.menus:hover .menuNvs span{background: #4f5e9f !important;}
	.shangshiDL dd:hover:before{background: transparent;}
	.shangshiDL dd:hover,.shangshiDL dd:hover .color666,.shangshiDL dd:hover .color333{color: #fff;}
	.shangshiDL dd:hover .moreLink .link{background: #fff;color: #4f5e9f;border-color: #fff;}
	.moreLink .link:hover{background: #4f5e9f !important;color: #fff !important;border-color: #4f5e9f !important;}
	.brandMore .link:hover{background: transparent !important;color: #4f5e9f !important;}
	.qiehuanTit .mores:hover{background: #4f5e9f;color: #fff;}
	.jsTxt .tit:hover{background: #4f5e9f;border-color: #febbb8;}
	.newRight .list:hover{background: #fff;color: #00a0e9;}
	.newRight .list:hover:before{height: 100%;}
	.newRight .list:hover .date{color: #00a0e9;}
	.newLeft .swiper-slide:hover .txt:before{opacity: 1;}
	.more .link{border: 1px solid #4f5e9f;}
	.more .link:hover{background: #fff;color: #4f5e9f;border-radius: .25rem 0 .25rem 0;}
	.parSwiper .hb:before{position: absolute;left: 0;right: 0;top: 0;bottom: 0;content: '';transition: .5s;-webkit-transition: .5s;background: rgba(54,167,27,.2);opacity: 0;}
	.parSwiper .hb:hover:before{opacity: 1;}
	.moreLo a:hover{background: #fff;color: #4f5e9f;padding: .1rem .2rem;}
	.shangshiDL dd:hover .bg{transform: scale(1.05);-webkit-transform: scale(1.05);}
    .threeCX .ckLink:hover{color: #fff;}
    .threeCX .cx:hover:before{ height: 0;}
    .footCenter .fct:hover .icos{background: #5dc3f1;color: #fff;border-color: #5dc3f1;}
    .prdMore a:hover{background: #00a0e9;}
    .clickTops:hover{background: #00a0e9;}
    .shangshiDL dd .bg:before{ position: absolute;left: 0;right: 0;top: 0;bottom: 0;content: '';background: #f8f8f8;}
    .shangshiDL dd:nth-child(even) .bg:before{background: #f1f1f1;}
    .shangshiDL dd:hover .bg:before{opacity: 0;}
    .shangshiDL dd .tit,.shangshiDL dd .cot{color: #666;}
    .shangshiDL dd .moreLo a{color: #0385d5;border-color: #0385d5;}
    .shangshiDL dd .icon2{display: block;}
    .shangshiDL dd .icon1{display: none;}
    .shangshiDL dd:hover .icon1{display: block;}
    .shangshiDL dd:hover .icon2{display: none;}
    .shangshiDL dd:hover .tit,.shangshiDL dd:hover .cot{color: #fff;}
    .shangshiDL dd:hover .moreLo a{color: #fff;border-color: #fff;}
    .shangshiDL dd .moreLo a:hover{color: #0385d5;}

    /*.ltZhaop .iLink:before,.ltZhaop .iLink:after,.new-btns .btns,.shangshiDL dd .tit, .shangshiDL dd .cot,.shangshiDL dd .bg:before,.sxTops .tops .ico,.shubiao,.sxTops{

    }*/
    .banner-btn i:hover{background: #4f5e9f;border-color: #4f5e9f;}
    .sxTops .tops .ico:hover{background: #4f5e9f;color: #fff;border-color: #4f5e9f;cursor: pointer;}
    .shangshiDL dd:hover .smallMore{background: #fff;border-color: #fff;}
    .shangshiDL dd .smallMore:hover{background: #4f5e9f;color: #fff !important;border-color: #4f5e9f;}
    .new-btns .btns:hover{background: #fff;color: #4f5e9f;}
    .cikIndex .cik:hover{background: #fff;color: #4f5e9f;}
    .publicTit .rtMore:hover{background: #4f5e9f;color: #fff;}
    .ltZhaop .iLink:hover:before{height: 100%;}
    .ltZhaop .iLink:hover:after{width: 100%;}
    .itemNew .swiper-slide:hover .scaleImg:before,.itemImg:hover:before{opacity: 1;}

}

@media only screen and (max-width:960px ) {
	.footTop {padding: .3rem .3rem 0 .3rem;}
	.footLogo{padding: 0 0 .3rem 0;text-align: center;}
	.footerDL {justify-content: space-between;}
	.footerDL dd{margin: 0;}
	.footBot {display: block;text-align: center;padding: .15rem;}
	.footBot .fb_3{ margin: auto;width: 5rem;}
	.footBot .fb_2 {margin: 5px 0;}
	.footerDL dd p{ margin-top: .15rem;}
	.logoDiv img{ height: 30px;}
	.flexEwm .ewm{ width: 1.8rem;}
	.logoCode{ text-align: center;margin-bottom: .2rem;}
	.listppp p{display: inline-block;padding: 0 5px;}
	.logoDiv{display: block;}
	.flexEwm {justify-content: center;-webkit-justify-content: center;margin-bottom: .15rem;}



}

@media only screen and (max-width:750px ) {
	.font60{ font-size: .5rem;}
	.banner-pagination{display: none;}
	.xaihua{display: none;}
	.navCotent{ margin: 0;display: block;overflow: auto;}
	.navDL{width: auto;margin-top: 1.2rem;margin-bottom: .3rem;}
	.navDL dd{border-bottom: 1px solid #eaeaea;}
	.contactUs{float: right;position: static;}
	.navSearch{ width: 6rem;margin: auto;padding-top: 40vh;}
	.gfChart{ position: static;}
	.sousuo{font-size: 20px;}
	.navMenuss{ width: auto;padding: 0 .3rem;}
	.logoLinkPC{display: none;}
	.logoLinkPhone{display: block;}
	.fontpfReg{ font-weight: normal;}
	.header{width: auto;right: 0;bottom: auto;height: 1rem;padding: 0 .3rem;box-shadow: 0 0 5px 1px rgba(0,0,0,.1);}
	.headFlex{flex-direction: row;-webkit-flex-direction: row;align-items: center;-webkit-align-items: center;}
	.logoLink img{ width: auto;height: .8rem;}
	.menus p{display: none;}
	.menuNvs{margin-bottom: 0;}
	.slideTxt{padding:0 .3rem;}
	.phoneBanner{display: block; position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-size: cover !important;}
	/*.logoLink{ position: absolute;left: 50%;transform: translate(-50%,0);-webkit-transform: translate(-50%,0);}*/
	.navMargin{margin: 0;}
	.moreLink a, .moreLink span{ padding: 5px 10px;}
	.posiTit{ right: .3rem;top: 1.5rem;}
	.shangshiDL dd .padds{ margin-top: 1.5rem;color: #fff;padding: 0 .2rem;}
	.shangshiDL dd .cot{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 6;-webkit-box-orient: vertical;}
	.moreLo a{padding: .1rem 0;}
	.paddAbs{ top: 1rem;}
	.paddingMain{padding: .3rem;}
	.qiehuanTit{line-height: 32px;}
	.qiehuanTit .mores{width: 32px;margin-left: 8px;}
	.cikIndex .cik{min-width: 0;padding: 0 .2rem;}
	.indexWt{width: 92%;}
	.itemNew {display: block;}
	.newHide{display: none;}
	.newsList .items{top:0;}
	.newLeft{width: auto;height: 50vh;margin: 0; height: calc(54vh - 2.3rem);}
	.newsList{display: block; height: auto;padding-top: 2.5rem;}
	.newRight { height: 44vh;border: 0;}
	.newRight .list:nth-last-child(1){border: 0;}
	.newRight .list .more{display: none;}
	.brandCots{flex-direction: column;-webkit-flex-direction: column;height: 100vh;}
	.mapPoint{ position: absolute;right: 0;top: 0;margin: 0;display: none;}
	.imgBad img{ margin-bottom: .35rem;}
	.brandRight{width: auto;flex: 1;-webkit-flex: 1;position: static;}
	.brandLeft{width: auto;padding:1.3rem .3rem 0 .3rem;}
	.brandMore{ left: .3rem;bottom: .3rem;}
	.prdTwo .item .mt10{display: none;}
	.prdTwo .icon{width: 80%;}
	.prdOne{padding-top: 2.5rem;}
	.prdThree{ top: 8.7rem;}
	.prdTwo .item{width: 1.8rem;max-width: 120px;}
	.prdTwo {flex-wrap: wrap;-webkit-flex-wrap: wrap;}
	.layouts {display: block;}
	.layTemp {margin-top: 0;position: relative;top: 2.5rem;width: 92%;margin: auto;}
	.mapBg{bottom: 2%;transform: translate(0,0);-webkit-transform: translate(0,0);left: 0;top: auto;}
	.footTop{display: block;}
	.footCenter{margin: .3rem 0;justify-content: center;-webkit-justify-content: center;}
	.footRight{margin: auto;}
	.parMain { padding-top: 2.5rem;}
	.threeCX{display: block;margin-top: .3rem;}
	.threeCX .cx{width: auto;}
	.threeCX .cx .ico,.threeCX .cx .txt{padding: 2vh;}
	.footer{background-size:contain !important;}
	.brandNum{ margin-top: .35rem; width: 102%;}
	.brandNum .fbs{width: 23%;text-align: center;}
	.brandTxt{margin-top: .2rem; overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 6;-webkit-box-orient: vertical;}
	.pro-pagination{display: block;}
	.smallMore{color: #fff;border-color: #fff;}
	.newsFlex{display: block;}
	.newsFlex .qiehuanTit{justify-content: center;-webkit-justify-content: center; margin-top: 1rem;}
	.publicTit .pl4{display: block;padding: 0;}
	.joinIndex .rtImgs{display: none;}
	.joinIndex .ltZhaop{ padding:.3rem 0;flex: auto;-webkit-flex:auto;}
	.ltZhaop .iLink{ width: 48%;margin: .15rem 0;}
	.footerDL{display: block;padding: 0;}
    .footerDL dd{border-bottom: 1px solid #ddd;}
    .footerDL dd h6 i{display: block;}
    .footerDL dd h6{padding: .2rem 0;display: flex;display: -webkit-flex;justify-content: space-between;-webkit-justify-content: space-between;align-items: center;}
    .footerDL .navSonFoo{display: none;}
    .footerDL dd p{margin: 0 0 .2rem 0;}
    .footerDL dd.on .navSonFoo{display: block;}
    .footerDL dd.on h6 i{transform: rotate(90deg);}
    .footTop {display: block;}
    .footLeft{border: 0;}
    .footRight{ width: auto;padding: .3rem 0;}

}
/*banner鏍峰紡鈥斺€斺€斺€攅nd*/

/*鏂伴椈*/
.news-bg{
	width: 100%;
	height: 500px;
}
.news{
	width: 1200px;
	margin: 0 auto;  height: 825px;

	position: relative;
}
.news .Headlines{
	text-align:center;
	margin-top: 40px;
	width:100%;
}
.news .Headlines a{
	font-size: 36px;
	color: #4f5e9f;
	/*color:#dd0003;*/
	text-align: center;
	font-weight: bold;

}
.news .Headlines a:hover{
	color: #4f5e9f;
	/*color:#dd0003;*/


}
/*鍥剧墖鏂伴椈*/
.pic_box{
	width: 601px;
	height: 388px;
	overflow:hidden;
	float:left; position:relative;

}
/*鍥剧墖鏂伴椈*/
.news_bar{
	width:640px; margin:35px auto;
}
.news_bar li{
	float: left;
	width: 140px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	margin: 0 0 0 10px;
	cursor:pointer;

}
.news_bar li:hover{
	border: 1px solid #cb2d33;
	color: #cb2d33;
	border-radius: 15px;
}
.news_bar li.cur{
	border: 1px solid #cb2d33;
	color: #cb2d33;
	border-radius: 15px;
}
.news .LatestNew{
	position: relative;
	float:right; width:530px;
}
.LatestNew ul{

}
.LatestNew ul li{
	width: 530px;
	border: none;
	border-bottom: 1px dashed #d7dbe0;
	border-radius:0;
	text-align: left;
	padding-bottom:12px;
	height:23px; line-height:23px;
	margin-bottom:14px;
	overflow:visible;
}
.LatestNew ul li a{
	color: #000000;
	font-size: 18px;
	float:left; width:455px;overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap}
.LatestNew ul.zxgg_list li a{
	width:390px;
}

.LatestNew ul li a:hover{
	color: #a70808;
}
.LatestNew li span{ float:right;
	font-size:16px; color:#4f5e9f;
}
a.list_more{
	position:absolute; top:-70px; right:0px; color:#4f5e9f; font-size:16px;
}

.news .dynamic{
	float:left; margin-top:35px;
}

.dynamic h2, .PartyBuilding h2{
	color: #4f5e9f;
	font-size: 20px;
	font-weight: bold;
}
.dynamic h2 a, .PartyBuilding h2 a{
	float:right; font-weight:normal; font-size:16px; color: #4f5e9f;


}
.dynamic ul, .PartyBuilding ul{
	margin-top: 20px;
}
.dynamic ul li, .PartyBuilding ul li{
	border-bottom: 1px dashed #d7dbe0;
	line-height: 50px;
}
.dynamic ul li a, .PartyBuilding ul li a{
	color: #000000;
	font-size: 18px; display:block;
	width:100%;overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.dynamic ul li a:hover, .PartyBuilding ul li a:hover{
	color: #a70808;

}
.dynamic ul li span, .PartyBuilding ul li span{
	float: right; font-size:16px; color:#4f5e9f;
}
.news .PartyBuilding{
	float:right; margin-top:23px;    width: 530px;
}
.focus{ position:relative; width:601px; height:388px; background-color: #000; float: left;}
.focus img{ width: 601px; height: 388px;}
.focus .shadow .title{width: 260px; height: 65px;padding-left: 30px;padding-top: 20px;}
.focus .shadow .title a{ text-decoration:none; color:#fff; font-size:14px; font-weight:bolder; overflow:hidden; }
.focus .btn{ position:absolute; bottom:34px; left:510px; overflow:hidden; zoom:1;}
.focus .btn a{position:relative; display:inline; width:13px; height:13px; border-radius:7px; margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#D9D9D9; }
.focus .btn a:hover,.focus .btn a.current{  cursor:pointer;background:#fc114a;}
.focus .fPic{ position:absolute; left:0px; top:0px; }
.focus .D1fBt{ overflow:hidden; zoom:1;  height:16px; z-index:10;  }
.focus .shadow{ width:100%; position:absolute; bottom:0; left:0px; z-index:10; height:80px; line-height: 80px; background:rgba(0,0,0,0.6);
	filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;  display:block;  text-align:left; }
.focus .shadow a{ text-decoration:none; color:#fff; font-size:20px; overflow:hidden; margin-left:10px; font-family: "\5FAE\8F6F\96C5\9ED1";}
.focus .fcon{ position:relative; width:100%; float:left;  display:none; background:#000  }
.focus .fcon img{ display:block; }
.focus .fbg{bottom:25px; right:40px; position:absolute; height:21px; text-align:center; z-index: 200; }
.focus .fbg div{margin:4px auto 0;overflow:hidden;zoom:1;height:14px}
.focus .D1fBt a{position:relative; display:inline; width:12px; height:12px; border-radius:7px; margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#D9D9D9; }
.focus .D1fBt .current,.focus .D1fBt a:hover{background:#fc114a;}
.focus .D1fBt img{display:none}
.focus .D1fBt i{display:none; font-style:normal; }
.focus .prev,.focus .next{position:absolute;width:40px;height:74px;background: url(../images/focus_btn.png) no-repeat;}
.focus .prev{top: 50%;margin-top: -37px; left: 0;background-position:0 -74px; cursor:pointer; }
.focus .next{top: 50%;margin-top: -37px; right: 0;  background-position:-40px -74px;  cursor:pointer;}
.focus .prev:hover{  background-position:0 0; }
.focus .next:hover{  background-position:-40px 0;}
.dibu{
	width: 1600px;
	height: 80px;
	display: inline;
	float: left;
	position: relative;
	margin-left: 50%;
	left: -800px;
	margin-top: 300px;
	padding-bottom: 20px;

}
.control-box1 {
	width: 1600px;
	height: 100px;
}
.control-box1 ul {
	list-style: none;
	position: relative;
}
.control-box1 ul li {
	position: absolute;
	top: 9px;
	cursor: pointer;
}
.prev1 {
	left: 0;
}
.next1 {
	right: 0;
}
.bigbox1 {
	overflow: hidden;
	width: 1457px;
	height: 100px;
	margin: auto 70px auto;
}
#switcher1 {
	height: 100px;
	left: 0px;
}
.content_11.content_21 {
	width: 100%;
	float: left;
}
.box1 {
	transition:all .7s ease 0s;
	width: 120px;
	height: 100px;
	float: left;
	margin-left: 40px;
	border-left: 3px white solid;
}
.box1:hover {
	opacity:0.5;
}
.shadow1 {
	width: 120px;
	height: 60px;
	/* opacity: 1; */
	background-color: rgba(0, 0, 0, 0.45);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
	margin-top: 130px;
	color: white;
	font-size: 14px;
}
.shadow1 a {
	display: inline-block;
	width: 225px;
	height: 60px;
	color: white;
	text-decoration: none;
	margin-left: 18px;
	margin-top: 10px;
}
#pc{
	display: block;
}
#mobile{
	display: none;
}
@media screen and (max-width: 960px) {
	#pc{
		display: none;
	}
	#mobile{
		display: block;
	}
	.news .Headlines{
		margin-top: 0px;
		margin-bottom: 20px;
	}
	.pic_box{
		display: none;
	}
	.news-bg{
		width: 100%;
		height: auto;
		display: inline;
		float: left;
	}
	.news{
		width: 100%;
		height: auto;
		display: inline;
		float: left;
	}
	.news_bar{
		width: 90%;
		margin: 0 auto;
	}
	.news_bar li{
		width: 30%;
		margin:0 auto;
		display: inline;
		float: left;
	}
	.news_box{
		width: 90%;
		margin-left: 5%;

	}
	.news .LatestNew{
		width: 100%;
		margin-top: 20px;

		float: left;
	}
	.list_more{
		display: none;
	}
	.LatestNew ul li{
		width: 100%;
	}
	.LatestNew ul li a{
		width: 80%;
	}
	.paddingMain{padding:.75rem 1rem 0 1rem;}
	.shangshiDL dd .padds{
		margin-top: 0rem;
	}
	.dibu{
		display: none;
	}
}
.s3 {
	width: 100%;
	height: 134px;
	display: inline;
	float: left;
	position: absolute;
	top: 2rem;
	background-image: url(../images/index-s3bg.jpg);
	background-size: 45px auto;
	background-position: bottom left;
	background-repeat: repeat-x;
	-webkit-animation: moveBackground 3s infinite linear;
	animation: moveBackground 3s infinite linear;
	overflow: hidden;
}
.qiehuan_hidden{
	display: none;
}
.con1{width:1438px;height:73px;display: inline;float: left}
.lef1{ width:210px; height:73px;  margin-left:80px; float:left; display:inline;}
.lef1 img{ width:210px; height:73px; overflow: hidden; }