/*css reset*/
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box;}
html,body,p{ padding: 0; margin: 0; font-family: "微软雅黑","Microsoft YaHei","思源黑体 CN","Source Han Serif CN","PingFang SC","Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif; font-size: 12px;line-height: 1.1;}
ol, ul {list-style: none; padding: 0; margin: 0;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; }
table {border-collapse: collapse; border-spacing: 0;}
th,td { vertical-align: middle;padding: 0;}
a{text-decoration:none;	outline: none;hlbr:expression(this.onFocus=this.blur());}
input, select,textarea {vertical-align: middle;padding: 0;border: 0 none;margin: 0;}
img, iframe {border: none; text-decoration:none;}
img{vertical-align: top;}
strong {font-weight: bold;}
h1,h2,h3,h4,h5,h6{padding: 0; margin: 0;}
:focus {outline: 0;}
::-webkit-input-placeholder { /* WebKit browsers */
   opacity:  0.5;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   opacity:  0.5;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   opacity:  0.5;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   opacity:  0.5;
}
/*css common*/
.clearfix:after{content: "";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;font-size:0;}
.clearfix{*zoom:1;}
a{
border:none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-tap-highlight-color:transparent;
outline:none；
}

@-webkit-keyframes masked {
 0%,
 100% {
  background-position:left bottom
 }
 50% {
  background-position:right bottom
 }
}
@keyframes masked {
 0%,
 100% {
  background-position:left bottom
 }
 50% {
  background-position:right bottom
 }
}
@font-face {
  font-family: "DIN-Medium";
  src: url("../fonts/din-medium.woff2") format("woff2"),
       url("../fonts/din-medium.woff") format("woff"),
       url("../fonts/din-medium.ttf") format("truetype"),
       url("../fonts/din-medium.eot") format("embedded-opentype"),
       url("../fonts/din-medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.mobile{
	display: none;
}
.web{
	display: inline-block;
}
.bg{
	width: 100%;
}
html {
	height: 100%;
	margin: 0 auto;
	max-width: 1920px;
}
body{
	position: relative;
	min-height: 100%;
}
.inner{
	max-width: 92%;
	margin: 0 auto;
}
.inner.w1800{
	width: 1800px;
}
.inner.w1680{
	width: 1680px;
}
.inner.w1630{
	width: 1630px;
}
.inner.w1620{
	width: 1620px;
}
.inner.w1600{
	width: 1600px;
}
.inner.w1520{
	width: 1520px;
}
.inner.w1440{
	width: 1440px;
}
.inner.w1400{
	width: 1400px;
}
.inner.w1210{
	width: 1210px;
}
.inner.w1200{
	width: 1200px;
}
.swiper-notification{
	display: none;
}


/*sidefloat*/
#sidefloat{
	position: fixed;
	right: 0;
	top: 57%;
	z-index: 51;
}
#sidefloat a{
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: block;
	margin: 8px 0;
	background-color: #35373f;
	float: right;
	clear: both;
}
#sidefloat a:hover{
	background-color: #ed023f;
}
#sidefloat a img{
	width: auto;
	height: 38.3333%;
	vertical-align: middle;
}
#sidefloat a.tel{
	white-space: nowrap;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#sidefloat a.tel:hover{
	width: 180px;
	padding: 0 10px;
}
#sidefloat a.tel span{
	font-size: 16px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	width: 0;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#sidefloat a.tel:hover span{
	margin-left: 0.75em;
	width: 8em;
}
#sidefloat a.case{
	white-space: nowrap;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	text-align: center;
	width: 135px;
	background-color: #ed023f;
	right: -135px;
	position: absolute;
	bottom: 100%;
}
#sidefloat a.case.active{
	right: 0;
}
#sidefloat a.case:hover{
	background-color: #35373f;
}
#sidefloat a.case img{
	width: auto;
	height: 12%;
	vertical-align: text-bottom;
}
#sidefloat a.case span{
	font-size: 14px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	font-weight: bold;
	margin-right: 0.5em;
}


/*header*/
#header{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 51;
	max-width: 1920px;
	margin: auto;
}
#header.lower{
	background-color: #fff;
	box-shadow: 0 0 20px rgba(44,44,44,0.31);
	top: 0;
	right: 0;
	left: 0;
}
#header.white{
	background-color: #212121;
}
#header .inner{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	height: 120px;
}
#header.lower .inner{
	height: 78px;
}
#header .logo{
	display: block;
	height: 60%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#header.lower .logo{
	height: 90%;
}
#header .logo img{
	width: auto;
	height: 100%;
	background-repeat: no-repeat;
	background-image: url(../images/header_logo_bg.png);
	background-size: 100% auto;
	background-position: center top;
}
#header.white .logo img{
	background-position: center bottom;
}
#header .right{
	height: inherit;
}
#header .nav-box{
	height: inherit;
}
#header .nav-box li{
	font-size: 16px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 0 1.5625vw;
	height: inherit;
}
#header .nav-box li.norelative{
	position: static;
}
#header .nav-box li:first-child{
	padding-left: 0;
}
#header .nav-box li:last-child{
	padding-right: 0;
}
#header .nav-box li .level1{
	-webkit-display: inline-flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	height: inherit;
}
#header li.sub .level1::after{
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 100%;
	border-style: solid;
	border-width: 0 0.3125em 0.5em 0.3125em;
	border-color: transparent transparent #212121 transparent;
	margin-left: -0.3125em;
	-webkit-transition: transform 0.5s;
	transition: transform 0.5s;
}
#header li.sub:hover .level1::after{
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
#header .nav-box li .level1 a{
	font-size: 1.125em;
	color: #35373f;
	opacity: 0.8;
	font-weight: bold;
	display: block;
	position: relative;
}
#header.white .nav-box li .level1 a{
	color: #fff;
	opacity: 1;
}
#header .nav-box li .level1 a::after{
	content: "";
	position: absolute;
	left: 0;
	top: 125%;
	width: 0;
	height: 2px;
	background-color: #353734;
	-webkit-transition: width 0.25s;
	transition: width 0.25s;
}
#header.white .nav-box li .level1 a::after{
	background-color: #fff;
}
#header .nav-box li .level1 a:hover::after,#header .nav-box li .level1 a.active::after{
	width: 100%;
}
#header .sub-box{
	top: 100%;
	box-shadow: 8px 14px 20px rgba(21,0,4,0.05);
	display: none;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	background-color: #212121;
	overflow: hidden;
}
#header .sub-box.type1{
	padding: 1em 2.5em;
}
#header .sub-box.type1 a{
	font-size: 0.875em;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	padding: 0.875em 0;
	white-space: nowrap;
	position: relative;
}
#header .sub-box.type1 a::after{
	background-color: #f00040;
	position: absolute;
	width: 0;
	height: 1px;
	left: 0;
	bottom: 0;
	content: "";
	-webkit-transition: width 0.25s;
	transition: width 0.25s;
	-webkit-transform: translateY(-0.4375em);
	transform: translateY(-0.4375em);
}
#header .sub-box.type1 a:hover::after,#header .sub-box.type1 a.active::after{
	width: 100%;
}
#header .sub-box.type2{
	padding: 2.125em 0;
	text-align: center;
	width: 100vw;
	max-width: 1920px;
}
#header .sub-box.type2 .box{
	margin-right: 5.83vw;
	text-align: left;
	display: inline-block;
	vertical-align: top;
}
#header .sub-box.type2 .box:last-child{
	margin-right: 0;
}
#header .sub-box.type2 h5{
	font-size: 1.25em;
	color: #fff;
	font-weight: bold;
}
#header .sub-box.type2 h5 a{
	font-size: inherit;
	color: inherit;
}
#header .sub-box.type2 .line{
	width: 0.75em;
	height: 1px;
	background-color: #eb033d;
	margin: 1.25em 0;
}
#header .sub-box.type2 .clearfix a{
	font-size: 0.875em;
	color: #d7d7d7;
	display: block;
	vertical-align: top;
	margin-bottom: 1.625em;	
	position: relative;
	float: left;
	clear: both;
}
#header .sub-box.type2 .clearfix a:last-child{
	margin-bottom: 0;
}
#header .sub-box.type2 .clearfix a::after{
	background-color: #f00040;
	position: absolute;
	width: 0;
	height: 1px;
	left: 0;
	bottom: 0;
	content: "";
	-webkit-transition: width 0.25s;
	transition: width 0.25s;
	-webkit-transform: translateY(0.4375em);
	transform: translateY(0.4375em);
}
#header .sub-box.type2 .clearfix a:hover::after,#header .sub-box.type2 .clearfix a.active::after{
	width: 100%;
}
#header .sub-box.type2 .clearfix a img{
	margin-right: 0.875em;
	vertical-align: middle;
	height: 1.25em;
	width: auto;
}
#header .sub-box.type2 .clearfix a span{
	vertical-align: middle;
}
#header .line{
	display: inline-block;
	vertical-align: middle;
	width: 2px;
	height: 18px;
	background-color: #94979c;
	margin: 0 2.083vw;
}
#header.white .line{
	background-color: #fff;
}
#header.white.lower .line{
	background-color: #94979c;
}
#header .language-box{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	cursor: pointer;
}
#header .language-box img{
	width: 16px;
	background-repeat: no-repeat;
	background-image: url(../images/header_language_img_bg.png);
	background-size: 100% auto;
	background-position: center top;
}
#header.white .language-box img{
	background-position: center bottom;
}
#header.white.lower .language-box img{
	background-position: center bottom;
}
#header .language-box .list{
	position: absolute;
	left: 50%;
	top: 400%;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(44,44,44,0.31);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 0.3125em 0;
	font-size: 16px;
	display: none;
}
#header .language-box .list a{
	font-size: inherit;
	display: block;
	color: #333;
	padding: 0.9375em 1.5em;
}
#header .language-box .list a:hover,#header .language-box .list a.active{
	color: #f00040;
}
#header .language-box .list a::after{
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: 100%;
	border-style: solid;
	border-width: 0 0.3125em 0.5em 0.3125em;
	border-color: transparent transparent #fff transparent;
	margin-left: -0.3125em;
}






/*footer*/
#footer{
	background-color: #212121;
}
#footer .part1{
	padding-top: 4.76%;
}
#footer .part1 .left{
	float: left;
}
#footer .part1 .left .logo{
	opacity: 0.8;
}
#footer .part1 .left h5{
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	margin: 1.388em 0 1.888em;
	opacity: 0.8;
}
#footer .part1 .left a{
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	border: 1px solid rgba(255,255,255,0.21);
	height: 5em;
	border-radius: 2.5em;
	padding: 0.9375em 1.875em;
	-webkit-transition: border-color 0.5s;
	transition: border-color 0.5s;
}
#footer .part1 .left a:hover{
	border-color: rgba(255,255,255,1);
}
#footer .part1 .left a p{
	display: inline-block;
	vertical-align: middle;
	font-size: inherit;
	color: #fff;
	line-height: 1.5;
}
#footer .part1 .left a p span{
	color: #999;
}
#footer .part1 .left a img{
	vertical-align: middle;
	width: 2.5625em;
	margin-right: 1.25em;
}
#footer .part1 .nav{
	float: right;
}
#footer .part1 .nav li{
	display: inline-block;
	vertical-align: top;
	width: 110px;
	margin-right: 2.5vw;
}
#footer .part1 .nav li:last-child{
	margin-right: 0;
}
#footer .part1 .nav h5{
	font-size: 16px;
	color: #fff;
	font-weight: normal;
}
#footer .part1 .nav .line{
	height: 1px;
	background-color: rgba(255,255,255,0.2);
	margin: 20px 0 30px;
}
#footer .part1 .nav a{
	font-size: 14px;
	color: #fff;
	opacity: 0.6;
	margin-bottom: 1em;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#footer .part1 .nav a:hover{
	opacity: 1;
	text-decoration: underline;
}
#footer .part1 .nav a:last-child{
	margin-bottom: 0;
}
#footer .part2{
	margin: 3.27% 0;
}
#footer .part2 h5{
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	opacity: 0.4;
	margin-bottom: 1.07%;
}
#footer .part2 a{
	vertical-align: middle;
	margin-right: 1.2%;
	display: inline-block;
}
#footer .part2 a:last-child{
	margin-right: 0;
}
#footer .part2 a img{
	width: 30px;
}
#footer .part3{
	border-top: 1px solid rgba(255,255,255,0.12);
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 1.369% 0;
}
#footer .part3 p{
	font-size: 12px;
	color: rgba(255,255,255,0.3);
}
#footer .part3 p img{
	width: 1.2857em;
	vertical-align: middle;
	margin-right: 0.714em;
}
#footer .part3 p a{
	font-size: inherit;
	color: inherit;
	vertical-align: middle;
}
#footer .part3 p .line{
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 1em;
	background-color: rgba(156,156,156,0.55);
	margin: 0 0.5em;
}
#footer .part3 .totop{
	width: 50px;
}
#footer .part3 .totop img{
	width: 100%;
}
#footer .part3 p span{
	vertical-align: middle;
}


/*scrollline*/
#scrollline{
	position: fixed;
	left: 0;
	top: 0;
	width: 3px;
	height: 0;
	background-image: linear-gradient(180deg,#ff2842, #590013);
	background-color: #fff;
	z-index: 999;
}
/*指针*/
#mousepoint{
	position: fixed;
	left: 0;
	top: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #f00040;
	z-index: 999;
	display: none;
}
#mousepoint.white{
	background-color: #fff;
	-webkit-transition: background-color 0.5s;
	transition: background-color 0.5s;
}
#mousepoint.case{
	background-color: #fff;
	opacity: 0.5;
	height: 64px;
	width: 64px;
	transform: translate3d(-75%,-75%,0);
}



#sidenav{
	display: none;
}

#newBridge .icon-right-center{
	right: 0 !important;
	-webkit-transform: translateY(165px);
	transform: translateY(165px);
}
#newBridge .nb-icon-base .nb-icon-inner-wrap{
	border-radius: 0 !important;
}



#friendlinkbox{
	background-color: #333;
	border: 1px solid #4b4b4b;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	padding: 0.885% 1.40625% 0.21%;
	visibility: hidden;
}
#friendlinkbox.active{
	visibility: visible;
}
#friendlinkbox h3{
	font-size: 18px;
	color: #b3b3b3;
	font-weight: bold;
	float: left;
}
#friendlinkbox a.qq{
	float: left;
	display: inline-block;
	font-size: 12px;
	color: #fff;
	border: 1px solid #4b4b4b;
	padding: 0.5em 0.75em;
	margin-left: 2em;
}
#friendlinkbox a.qq img{
	vertical-align: middle;
	width: 1.25em;
	margin-right: 0.666em;
}
#friendlinkbox a.qq span{
	vertical-align: middle;
}
#friendlinkbox .close{
	cursor: pointer;
	float: right;
	width: 23px;
}
#friendlinkbox .line{
	height: 1px;
	background-color: #4b4b4b;
	margin: 0.9225% 0 1.042%;
}
#friendlinkbox li{
	font-size: 12px;
	color: #fff;
	padding: 0 1em;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 1.333em;
	border-right: 1px solid #fff;
}
#friendlinkbox li:last-child,#friendlinkbox li.noline{
	border-right: 0 none;
}
#friendlinkbox li a{
	font-size: inherit;
	color: inherit;
	display: inline-block;
	max-width: 6em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


@media only screen and (max-width:1280px) {
	#footer .part1 .nav li{
		width: 100px;
	}
}
@media only screen and (max-width:1200px) {
	#footer .part1 .left .logo{
		width: 220px;
	}
	#footer .part1 .left a{
		font-size: 12px;
	}
	#footer .part1 .nav li{
		width: 90px;
	}
	#footer .part1 .nav h5{
		font-size: 14px;
	}
	#footer .part1 .nav a{
		font-size: 12px;
	}
}
@media only screen and (max-width:1100px){
	#footer .part1 .nav li{
		width: 85px;
	}
}
@media only screen and (max-width:1024px) {
	.mobile {
		display: inline-block;
	}
	.web {
		display: none;
	}
	/*scrollline*/
	#scrollline{
		width: 2px;
	}
	/*指针*/
	#mousepoint{
		display: none !important;
	}


	/*footer*/
	#footer .part1{
		padding-top: 1.5rem;
	}
	#footer .part1 .left{
		float: none;
	}
	#footer .part1 .left .logo{
		width: 12rem;
	}
	#footer .part1 .left h5{
		font-size: 0.625rem;
	}
	#footer .part1 .left a{
		font-size: 0.625rem;
	}
	#footer .part1 .nav{
		display: none;
	}
	#footer .part2{
		margin: 1.5rem 0;
	}
	#footer .part2 h5{
		font-size: 0.75rem;
		margin-bottom: 0.75rem;
	}
	#footer .part2 a{
		margin-right: 1rem;
	}
	#footer .part2 a img{
		width: 1.875rem;
	}
	#footer .part3{
		padding: 1.5rem 0;
	}
	#footer .part3 p{
		font-size: 0.625rem;
		line-height: 1.5;
	}
	#footer .part3 .totop{
		width: 2rem;
	}


	/*sidefloat*/
	#sidefloat{
		top: 57%;
	}
	#sidefloat a{
		width: 2rem;
		height: 2rem;
		line-height: 2rem;
		margin: 0.25rem 0;
	}
	#sidefloat a.tel:hover{
		width: 8rem;
		padding: 0 0.3125rem;
	}
	#sidefloat a.tel span{
		font-size: 0.75rem;
	}
	#sidefloat a.case{
		width: 2rem!important;
		right: -6rem;
	}
	#sidefloat a.case img{
        margin-top: 5px!important;
    }
	#sidefloat a.case span{
		font-size: 0.6875rem;
	}

	/*header*/
	#header.lower{
		box-shadow: 0 0 0.625rem rgba(44,44,44,0.31);
	}
	#header .inner{
		height: 4rem;
	}
	#header.lower .inner{
		height: 2.6rem;
	}
	#header .right{
		height: auto;
	}
	#header .line{
		height: 1.5rem;
		margin: 0 1rem;
		width: 1px;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}
	#header.lower .line{
		height: 1rem;
	}
	#header .language-box img{
		width: 1.3125rem;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}
	#header.lower .language-box img{
		width: 0.875rem;
	}
	#header .language-box .list{
		top: 300%;
		box-shadow: 0 0 0.625rem rgba(44,44,44,0.31);
		font-size: 0.6875rem;
	}
	#header .menu{
		position: relative;
		width: 1.5rem;
		vertical-align: middle;
	}
	#header.lower .menu{
		width: 1.25rem;
	}
	#header .menu .relative-box{
		position: absolute;
		left: 15%;
		right: 15%;
		bottom: 15%;
		top: 15%;
	}
	#header .menu .menuline{
		background-color: #94979c;
		position: absolute;
		width: 100%;
		left: 0;
		height: 2px;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}
	#header .menu .menuline:nth-child(1){
		top: 0;
	}
	#header .menu.close .menuline:nth-child(1){
		top: 50%;
		margin-top: -1px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#header .menu .menuline:nth-child(2){
		top: 50%;
		margin-top: -1px;
	}
	#header .menu.close .menuline:nth-child(2){
		opacity: 0;
	}
	#header .menu .menuline:nth-child(3){
		bottom: 0;
	}
	#header .menu.close .menuline:nth-child(3){
		top: 50%;
		margin-top: -1px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}


	#sidenav{
		display: block;
		background-color: #fff;
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		z-index: 2;
		padding-top: 4rem;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transition: transform 0.5s;
		transition: transform 0.5s;
	}
	#sidenav.active{
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	#sidenav.lower{
		padding-top: 2.6rem;
	}
	#sidenav .inner{
		height: inherit;
		overflow: auto;
	}
	#sidenav li{
		border-bottom: 1px solid #666;
	}
	#sidenav .level1 a{
		font-size: 1rem;
		color: #333;
		font-weight: bold;
		padding: 0.75rem 0;
		display: block;
	}
	#sidenav li.active .level1 a{
		color: #f00040;
	}
	#sidenav .sub-box{
		margin-bottom: 0.75rem;	
		display: none;
	}
	#sidenav .sub-box.type1 a{
		display: block;
		font-size: 0.6875rem;
		color: #333;
		padding: 0.75em 0;
	}
	#sidenav .sub-box.type1 a.active{
		color: #f00040;
	}
	#sidenav .sub-box.type2 h5{		
		font-size: 0.875rem;
		color: #333;
		font-weight: bold;
	}
	#sidenav .sub-box.type2 h5 a{
		font-size: inherit;
		color: inherit;
	}
	#sidenav .sub-box.type2 .box{
		margin-bottom: 0.5rem;
	}
	#sidenav .sub-box.type2 .box:last-child{
		margin-bottom: 0;
	}
	#sidenav .sub-box.type2 .box div a{
		display: block;
		font-size: 0.6875rem;
		color: #333;
		padding: 0.75em 0;
	}
	#sidenav .sub-box.type2 .box div a.active{
		color: #f00040;
	}
	#sidenav .sub-box.type2 .box div a span{
		vertical-align: middle;
	}
	#sidenav .sub-box.type2 .box div a img{
		height: 1em;
		width: auto;
		margin-right: 0.5em;
		vertical-align: middle;
	}

	#newBridge .nb-icon-wrap{
		width: 2rem !important;
		height: 2rem !important;
		right: 0 !important;
		top: 57%!important;
		-webkit-transform: translateY(0)!important;
		-moz-transform: translateY(0)!important;
		-ms-transform: translateY(0)!important;
		-o-transform: translateY(0)!important;
		transform: translateY(0)!important;
		margin-top: 2.75rem;
	}
	#newBridge #nb_icon_wrap .nb-icon-customer{
		border-radius: 0 !important;
	}


	#friendlinkbox{
		bottom: 1.5rem;
		padding: 1rem 1rem 0.5rem;
	}
	#friendlinkbox h3{
		font-size: 0.9375rem;
	}
	#friendlinkbox a.qq{
		font-size: 0.625rem;
	}
	#friendlinkbox .close{
		width: 0.75rem;
	}
	#friendlinkbox .line{
		margin: 1rem 0;
	}
	#friendlinkbox li{
		font-size: 0.625rem;
		margin-bottom: 1.333em;
	}

}

.inner .moreGd{
	margin-left: 50px;font-size: 16px;color: #000;
}
.inner .moreGd:hover{
	color: #f00040;
}
