body {
	min-width: 1900px;
	margin: 0px !important;
	font-size: 13px;
	font-family: Arial,"Microsoft YaHei";
}
body.stop{
	overflow: hidden;
}
body.hidden{
	overflow: hidden!important;
}
body.no-padding{
	padding: 0px !important;
}
/**头部菜单**/

.tf-header{
	width: 100%;
	/* padding-bottom: 10px; */
	z-index: 201;
	position: relative;
	transition: all .3s;
	height: 60px;
}
@keyframes waves {
	from {
		transform: translateY(0);
	}

	to {
		transform: translateY(100%);
	}
}
.movement {
	line-height: normal;
	margin-top: 22px;
	margin-left: 20px;
	cursor: pointer;
	user-select: none;
}
.movement.show{
	display: block;
	float: left;
	margin-right: 20px;
}
.movement > .li {
	position: relative;
	display: inline-block;
	height: 14px;
	width: 2px;
	overflow: hidden;
}
.movement >.li > span {
	  position: absolute;
	  bottom: 0;
	  height: 22px;
	  width: 100%;
	  background: #000;
  }
.ss-white .movement >.li > span{
	background: #fff;
}
.movement > .li-1 span {
	  height: 100%;
	  animation: waves 0.6s linear infinite;
  }
.movement.pause > .li span{
	animation: none !important;
	height: 2px;
}
.movement > .li-2 span {
	  animation: waves 0.9s linear infinite;
  }

.movement > .li-3 span {
	  animation: waves 1s linear infinite;
  }

.movement > .li-4 span {
	  animation: waves 0.8s linear infinite;
  }
.tf-header:not(.ss-white):hover{
	box-shadow: 0 1px 6px 0 rgba(32,33,36,.28);
}
.tf-header.ss-white:hover,.tf-header.ss-white li .ss-second-menu{
	background-color: rgba(0,0,0 , .39);
}
.tf-header .logo-white{
	display: none;
}
.tf-header .logo-blue{
	display: inline;
}
.tf-header.ss-white .logo-white{
	display: inline;
}
.tf-header.ss-white .logo-blue{
	display: none;
}

.tf-header .top-earth.earth-black{
	display: inline;
}

.tf-header .top-earth.earth-white{
	display: none;
}

.tf-header.ss-white .top-earth.earth-black{
	display: none;
}

.tf-header.ss-white .top-earth.earth-white{
	display: inline;
}

.tf-header.tf-menu{
	/*position: fixed;*/
}

.tf-header.tf-menu .tf-header-menu-div.fixed{
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0px;
	right: 0px;
	opacity: 0;
	border-bottom: none;
}

.tf-header.tf-menu .tf-header-menu-div.fixed.show{
	opacity: 1;
	z-index: 1147;
}

.tf-header.hide .tf-header-menu-div{
	transform: translateY(-150%);
	transition: transform 0s;
}

.tf-header .tf-header-menu-div{
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 4;
	box-sizing: border-box;
	transition: transform 1s;
	padding: 0px 100px;
	height: 60px;
}

.tf-header .tf-header-menu-div:after{
	content: '';
	display: block;
	clear: both;
}

.tf-header .tf-header-menu-div>div{
	box-sizing: border-box;
	min-width: 1000px;
	z-index: 1000;
	height: 100%;
}

.tf-header .tf-header-menu-div .tf-header-menu-ul {
	list-style: none;
	height: 100%;
	padding: 0px;
	/*float: left;*/
	text-align: center;
	vertical-align: top;
	padding-left: 15px;
	box-sizing: border-box;
	margin: 0px;
}
.tf-header .tf-header-menu-div .tf-header-menu-ul:after{
	content: '';
	clear: both;
	display: block;
}

.tf-header .tf-header-menu-div .tf-header-menu-ul>li{
	display: inline-block;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	z-index: 10;
	height: 100%;
	position: relative;
}
.tf-header  li .ss-second-menu {
	position: absolute;
	top: 97px;
	left: -35px;
	width: 295px;
	background-color: #fff;
	color: #000;
	opacity: 0;
	padding: 15px 0 10px 50px;
	transition: opacity .3s,top .3s;
	visibility: hidden;
	text-align: left;
}

.tf-header  li .ss-second-menu .item {
	float: left;
	height: 450px
}

.tf-header  li .ss-second-menu .item.item1{
	width: 460px
}

.tf-header  li .ss-second-menu .item.item2,.tf-header  li .ss-second-menu .item.item3,.tf-header  li .ss-second-menu .item.item4 {
	width: 220px;
	border-left: 1px solid hsla(0,0%,100%,.1);
	padding-left: 35px
}

.tf-header  li .ss-second-menu .ss-menu-title {
	margin-bottom: 30px;
	font-weight: 700;
	position: relative;
	font-size: 14px
}

.tf-header  li .ss-second-menu .ss-menu-title i {
	display: inline-block;
	margin-left: 10px;
	border-left: 6px solid #fff;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent
}

.tf-header  li .ss-second-menu .ss-menu-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.tf-header  li .ss-second-menu .ss-menu-wrap .ss-menu-item {
	width: 215px;
	cursor: pointer;
	margin-bottom: 2px;
}

.tf-header  li .ss-second-menu .ss-menu-wrap .ss-menu-item h2 {
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 15px;
	margin-top: 0px;
}

.tf-header  li .ss-second-menu .ss-menu-wrap .ss-menu-item p {
	font-size: 14px;
	color: #8b8b8b;
	line-height: 21px;
	margin-top: 0px;
	/* padding-bottom: 0px; */
}
.tf-header.ss-white  li .ss-second-menu .ss-menu-wrap .ss-menu-item p{
	color: rgba(193,193,193,.46);
}
.tf-header  li .ss-second-menu .ss-menu-wrap .ss-menu-item:hover {
	color: #3e51ff
}

.tf-header  li:hover .ss-second-menu {
	opacity: 1;
	visibility: visible;
	top: 60px;
}
.tf-header:not(.ss-white)  li:hover .ss-second-menu{
	box-shadow: 0 3px 6px 0 rgba(32,33,36,.28);
}
/*.tf-header .tf-header-menu-div .tf-header-menu-ul>li>a{
	color: #aaaaab;
}

.tf-header.ss-grey .tf-header-menu-div .tf-header-menu-ul>li>a{
	color: #aaaaab;
}*/


.tf-nav-logo{
	display: inline-block;
	text-align: center;
	transition: margin-right .3s;
	margin-top: 22px;
	cursor: pointer;
}
.tf-header .tf-nav-right{
	/*margin-top: 9px;*/
}
.sumsiz-logo-info{
	width: 77px;
	height: 20px;
}

.sanshu-logo-info{
	width: 50px;
	margin: 0px 0px 1.5px -2.5px;
	height: 18px;
}

.tf-header .tf-header-menu-div  .top-earth{
	width: 20px;
	margin-top: 22px;
	vertical-align: -5px;
}

.tf-header .tf-header-menu-div .tf-header-menu-ul>li>a{
	color: #111010;
	display: inline-block;
	padding: 0px 15px;
	position: relative;
	font-size: 13px;
	height: 100%;
	box-sizing: border-box;
	transition: none;
	text-decoration: none;
	height: 60px;
	line-height: 60px;
	cursor: pointer;
}

.tf-header.ss-white .tf-header-menu-div .tf-header-menu-ul>li>a{
	color: #ffffff;
}

.tf-header .tf-header-menu-div .tf-header-menu-ul>li>a>span.menu-black,.tf-header .tf-header-menu-div .tf-header-menu-ul>li:hover>a>span,.tf-header li .ss-second-menu .ss-menu-wrap .ss-menu-item:hover h2{
	color: #0018a8!important;
}

.tf-header .tf-header-menu-div .tf-header-menu-ul>li>a>span.menu-white{
	color: #fff;
}

.tf-header .tf-header-menu-div .tf-header-menu-ul>li>a>span{
	position: relative;
	left: 0;
	top: -1px;
	z-index: 2;
	width: 100%;
	font-weight: 600;
	font-size: 14px;
	height: 60px;
}
.tf-header .tf-header-menu-div .tf-header-menu-ul>li:not(.no-line)>a:after{
	content: '';
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: 0px;
	background-color: #fff;
	height: 3px;
	transition: all .3s;
}

.tf-header .tf-header-menu-div .tf-header-menu-ul>li:hover>a{
	color: #0066ff!important;
}
.tf-header.ss-white .tf-header-menu-div .tf-header-menu-ul>li:hover>a {
	color: #fff!important;
}

a:hover {
	text-decoration: none;
	color: #0066ff ;
}
a {
	text-decoration: none;
	color: inherit;
	transition: all .3s ease-out;
}
/*****************右侧侧边栏*****************/
.sidebar{
	position: fixed;
	right: 0;
	top: 50%;
	/*margin-top: -131px;*/
	width: 45px;
	background:#6b6b6b;
	z-index: 999999;
	box-shadow: 0 6px 12px 0 rgba(0,0,0,.15);
	transition: all .3s;
}

.sidebar.hide{
	transform: translateX(150%);
	transition: transform 0s;
}

/*.sidebar li{
	height: 40px;
	width: 160px;
	padding-left: 11px;
	transition: all 0.5s;
	color: #ffffff;
	padding-bottom: 5px;
}
.sidebar li a{
	display: block;
	line-height: 45px;
	padding-left: 38px;
	position: relative;
}
.sidebar li img{
	vertical-align: -22px;
	margin-right: 10px;
}
.sidebar .tf-icon{
	width: 40px;
	height: 44px;
	background: url(../../../common/images/sidebar/slidebar_icon.png)0px 7px no-repeat;
	position: absolute;
	left: 0px;
}
.sidebar .tf-icon.contact{
	background-position: 0px -36px;
}
.sidebar .tf-icon.email{
	background-position: 0px -68px;
}
.sidebar .tf-icon.top{
	background-position: 0px -100px;
}
.sidebar li:hover{
	margin-left: -190px;
	background: rgba(107, 107, 107, 0.6);
}
.sidebar li.tf-mail:hover{
	margin-left: -190px; background: rgba(0,0,0,0.6);
}
.sidebar li:hover>a{
	color: #ffffff;
}*/

/*.tf-go-back{
	bottom: 20px;
	position: fixed;
	width: 44px;
	height: 44px;
	margin-top: 8px;
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.29);
	z-index: 10000;
	right: 0px;
	background: #fff url(../../common/images/sidebar/slidebar_icon.png)9px -99px no-repeat;
	cursor: pointer;
	opacity: 0;
	transition: opacity .3s;
}
.tf-go-back:hover{
	background-color: #ebe7e7;
}
.tf-go-back.show{
	opacity: 1;
}*/

.tf-header .language{
	 color: #111010;
	 font-size: 14px;
	line-height: 60px;
 }
.tf-header.ss-white .language{
	color: #fff;
	font-size: 14px;
	line-height:60px;
}


/*头部右侧菜单*/
.clear_line{
	width: 1px;
	height: 14px;
	background: #7d7d7d;
	margin: 22px 20px;
	vertical-align: middle;
	float: left;
}

.clear_line.white{
	background: #ffffff;
}

.other_menu{
	float: left;
	margin-top: 11px;
}

 .other_menu a.btn_menu span {
	display: block;
	width: 100%;
	height: 2px;
	background: #000;
	margin-top: 4px
}

 .btn_menu .right_menu{
	 background: url(../images/icons.png)-520px -35px;
	 width: 20px;
	 height: 26px;
 }
.ss-white .btn_menu .right_menu{
	background-position:-479px -35px;
}


.ss-black .btn_menu .right_menu{
	background-position:-520px -35px;
}

 .other_menu a.btn_menu span:first-child {
	margin-top: 0
}
 .other_menu a.btn_menu .line {
	font-size: 0;
	margin-top: 4px;
	display: none;
}
 .other_menu a.btn_menu .line:first-child{
	margin-top: 0
}
 .other_menu a.btn_menu span{
	display: inline-block;
	width: 3px;
	height: 3px;
	background: #000;
	margin-left: 4px
}
 .other_menu a.btn_menu span:first-child {
	margin-left: 0
}
 .other_menu a.btn_menu {
	display: block;
	position: relative
}

 .other_menu a.btn_menu .on {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}


 .other_menu a.btn_menu:hover .on {
	opacity: 1
}

ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0
}


#RBG .rbg_bg{content: '';position: fixed;top: 0;left: 0;width: 100%;height: 100vh;background: rgba(0,0,0,.6);visibility: hidden;opacity: 0;z-index: 999;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#RBG .rbg_area{position: fixed;right: 0;top: 0;width: 500px;height: 100vh;z-index: 999;background: #000000;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: translate(100%,0);
	-moz-transform: translate(100%,0);
	-ms-transform: translate(100%,0);
	-o-transform: translate(100%,0);
	transform: translate(100%,0);
}
#RBG .rbg_inner{position: relative;width: 100%;height: 100%;overflow: auto}

#RBG .rbg_inner .btn_rbg_close {
	position: absolute;
	top: 22px;
	left: 20px;
	width: 20px;
	height: 20px;
	display: none;
	cursor: pointer;
}
#RBG .rbg_inner .btn_rbg_close:before,#RBG .rbg_inner .btn_rbg_close:after {
	position: absolute;
	content: ' ';
	background-color: #cecbcb;
	left: 9px;
	width: 2px;
	height: 18px;
}
#RBG .rbg_inner .btn_rbg_close:before{transform: rotate(45deg);}
#RBG .rbg_inner .btn_rbg_close:after{transform: rotate(-45deg);}
/*#RBG .rbg_inner .btn_rbg_close:before {content:''; position:absolute;width:100%; height:100%;background:url(../images/btn_right_menu.png) no-repeat 0 0 / contain;}*/
/*#RBG .rbg_inner .rbg_tab ul li:hover{background: #ffffff; width:100px;}*/
#RBG .rbg_inner .rbg_tab ul li.on{background: #ffffff; }
#RBG .rbg_inner .rbg_tab ul li.on a{
	color: #000 !important;
}
#RBG .rbg_inner .rbg_tab{background: #000000;width: 100%;height: 65px;}
#RBG .rbg_inner .rbg_tab ul{font-size: 0}
#RBG .rbg_inner .rbg_tab ul li{display: inline-block;vertical-align: top;width: 50%;text-align: center}
#RBG .rbg_inner .rbg_tab ul li:first-child{margin-left: 0}
#RBG .rbg_inner .rbg_tab ul li:last-child{margin-right: 0}
#RBG .rbg_inner .rbg_tab ul li a{
	display: inline-block;
	padding: 0 8px;
	line-height: 65px;
	color: #ffffff;
	position: relative;
	font-size: 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#RBG .rbg_inner .rbg_tab ul li a:before{
	/*content: '';position: absolute;bottom: 0;left: 0;width: 0%;height: 3px;background: #000;*/
	/*-webkit-transition: width 0.3s;*/
	/*-moz-transition: width 0.3s;*/
	/*-ms-transition: width 0.3s;*/
	/*-o-transition: width 0.3s;*/
	transition: width 0.3s;}
#RBG .rbg_inner .rbg_tab ul li a span{display: inline-block;}
#RBG .rbg_inner .rbg_tab ul li a span.plus{display: none}
#RBG .rbg_inner .rbg_tab ul li a.on {color: #ffffff}
#RBG .rbg_inner .rbg_tab ul li a.on:before {width: 100%}
#RBG .rbg_inner .rbg_tab:hover ul li a:hover {color: #ffffff}
#RBG .rbg_inner .rbg_tab ul li a:hover:before {width: 100%}
#RBG .rbg_inner .rbg_cnt{position: relative;width: 100%;height: calc(100vh - 70px);!*background: url("../images/main/rbg_bg/rbg_bg0.jpg") no-repeat center / cover;*!min-height:  calc(100vh - 70px);overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;display: none;
}
#RBG .rbg_inner .rbg_cnt.on{display: block}
#RBG .rbg_inner .rbg_cnt.rbg_companies_mobile{display: none}
#RBG .rbg_inner .rbg_cnt .pane{position: absolute;width: 5px;right: 6px;top: 0;bottom: 0;z-index: 10;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
#RBG .rbg_inner .rbg_cnt .pane > .slider{position: relative;margin: 0 1px;padding: 5px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#RBG .rbg_inner .rbg_cnt .pane > .slider:after{content: '';display: block;width: 100%;height: 100%;background: rgba(255,255,255,.6)}
#RBG .rbg_inner .rbg_cnt .rbg_cnt_bg{position: absolute;top: 50%;left: 50%;width: 100%;height: calc(100vh - 70px);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-ms-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s;
}
#RBG .rbg_inner .rbg_cnt .rbg_cnt_bg:before{content: '';position: absolute;width: 100%;height: 100%;background: rgba(0,0,0,.2)}
#RBG .rbg_inner .rbg_cnt .rbg_cnt_bg img{display: none}
#RBG .rbg_inner .rbg_cnt ul{position: absolute;overflow: scroll;overflow-x: hidden;top: 0;right: 0;bottom: 0;left: 0;z-index: 9}
@keyframes topSanshu{
	0%   {top:110px;opacity:0;}
	100% {top:0;opacity:1;}
}
#RBG .rbg_inner .rbg_cnt.on ul li{
	position: relative;
	opacity: 0;
}
#RBG .rbg_inner .rbg_cnt.on ul li:nth-child(1){
	animation: topSanshu 0.5s ease-out 0.5s 1 forwards;
}
#RBG .rbg_inner .rbg_cnt.on ul li:nth-child(2){
	animation: topSanshu 0.5s ease-out 0.6s 1 forwards;
}
#RBG .rbg_inner .rbg_cnt.on ul li:nth-child(3){
	animation: topSanshu 0.5s ease-out 0.7s 1 forwards;
}
#RBG .rbg_inner .rbg_cnt.on ul li:nth-child(4){
	animation: topSanshu 0.5s ease-out 0.8s 1 forwards;
}
#RBG .rbg_inner .rbg_cnt.on ul li:nth-child(5){
	animation: topSanshu 0.5s ease-out 0.9s 1 forwards;
}
#RBG .rbg_inner .rbg_cnt.on ul li:nth-child(6){
	animation: topSanshu 0.5s ease-out 1s 1 forwards;
}
#RBG .rbg_inner .rbg_cnt.on ul li:nth-child(7){
	animation: topSanshu 0.5s ease-out 1.1s 1 forwards;
}
#RBG .rbg_inner .rbg_cnt.on ul li:nth-child(8){
	animation: topSanshu 0.5s ease-out 1.2s 1 forwards;
}
#RBG .rbg_inner .rbg_cnt ul li a{display: block;width: 100%;height: 110px;background:url("../images/rightpanel.jpg") no-repeat; line-height: 110px;position: relative;color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}
#RBG .rbg_inner .rbg_cnt:before{content: '';position: absolute;width: 100%;height: 100%;background: rgba(0,0,0,.2);z-index: 1}
#RBG .rbg_inner .rbg_cnt ul li:first-child a{border-top: 0}
#RBG .rbg_inner .rbg_cnt ul li a:before{content: '';position: absolute;width: 100%;height: 100%;background: rgba(0,0,0,.6);opacity: 1;box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;}
#RBG .rbg_inner .rbg_cnt ul li a:after {
	content: '';
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -8px;
	background: url(../images/ico_arrow_white_right.png) no-repeat 0 0 / contain;
	width: 10px;
	height: 16px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#RBG .rbg_inner .rbg_cnt ul li a span{
	display: inline-block;
	padding: 0 35px 0 25px;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 17px;

}
#RBG .rbg_inner .rbg_cnt ul li:nth-child(2) a{
	background-position: 0px -110px;
}
#RBG .rbg_inner .rbg_cnt ul li:nth-child(3) a{
	background-position: 0px -220px;
}
#RBG .rbg_inner .rbg_cnt ul li:nth-child(4) a{
	background-position: 0px -330px;
}
#RBG .rbg_inner .rbg_cnt ul li:nth-child(5) a{
	background-position: 0px -440px;
}
#RBG .rbg_inner .rbg_cnt ul li:nth-child(6) a{
	background-position: 0px -550px;
}
#RBG .rbg_inner .rbg_cnt ul li a span.link_out{padding-right: 17px !important;}
#RBG .rbg_inner .rbg_cnt ul li a span.link_out:before{content: '';position: absolute;right: 0;top: 50%;margin-top: -7px;width: 12px;height: 12px;background: url("../images/common/ico_outlink.png") no-repeat 0 0 / contain;}

#RBG .rbg_inner .rbg_cnt ul li a:hover:before{    border: 5px solid #fff;background: rgba(0,0,0,0.4);}
#RBG .rbg_inner .rbg_cnt ul li a:hover:after {visibility: visible; opacity: 1 }

#RBG.on{}
#RBG.on .rbg_bg{visibility: visible;opacity: 1}
#RBG.on .rbg_area{
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);}
#RBG.on .rbg_inner .btn_rbg_close{display:block;}

#RBG .rbg_inner .rbg_tab ul li.li_rbg_mobile.li_rbg_navi{display:none;}
#RBG .rbg_inner .rbg_tab ul li.li_rbg_mobile{ display:none;}
#RBG .rbg_inner .rbg_cnt.rbg_navi{display:none;}

footer a:hover{
	color: inherit;
	font-weight: bold;
	text-decoration: underline;
}