.main {
	position: relative;
	padding-bottom: 112px;
	box-sizing: border-box;
	box-sizing: content-box \9;
	min-height: 100%;
}

.header {
	position: relative;
	padding: 25px 0;
	z-index: 100;
}

.header>.w1200 {
	position: relative;
}

.header .logo {
	float: left;
	display: block;
	height: 36px;
	padding-top: 5px;
}

.header .logo>img {
	display: block;
	height: 100%;
}

.header .navBox {
	position: relative;
	float: right;
	padding-right: 100px;
	border-bottom: 2px solid #eeeeee;
}

.navlist1 {
	float: left;
}

.navlist1>li {
	float: left;
	margin-left: 10px;
}

.navlist1>li:hover>a {
	color: #f02930;
}

.navlist1>li:first-child {
	margin-left: 0;
}

.navlist1>li:hover>a>.line {
	left: 0;
	height: 3px;
}

.navlist1>li>a {
	position: relative;
	display: block;
	padding: 10px 15px;
	padding-bottom: 16px;
	color: #333333;
	font-size: 18px;
	transition: all 0.2s;
}

.navlist1>li>a>.line {
	position: absolute;
	left: -50%;
	bottom: -2px;
	width: 100%;
	height: 0px;
	background: #f02930;
	border-radius: 3px;
	transition: all 0.3s;
}

.navlist1>.on>a {
	color: #f02930;
}

.navlist1>.on>a>.line {
	left: 0;
	height: 3px;
}

.navlist1>.location>a {
	color: #f02930;
}

.navlist1>.location>a>.line {
	left: 0;
	height: 3px;
}

.navlist2Box {
	position: absolute;
	left: 0;
	top: 77px;
	width: 100%;
	min-height: 1px;
	z-index: 200;
}
.navlist2Box>div{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: #FFFFFF;
}
.navlist2Box .navlist2{
	padding: 22px 0;
	padding-left: 315px;
}
.navlist2Box .navlist2>li{
	float: left;
}
.navlist2Box .navlist2>li>a{
	display: block;
	padding: 8px 22px;
	color: #333333;
	font-size: 16px;
	letter-spacing: 4px;
	transition: all 0.2s;
	white-space: nowrap;
}
.navlist2Box .navlist2>li>a:hover{
	color: #f02930;
}

.search {
	position: absolute;
	right: 0;
	top: 0;
	border: 1px solid #f79497;
	padding-right: 40px;
}

.search>input {
	display: block;
	border: none;
	outline: none;
	background: none;
	width: 275px;
	height: 40px;
	background: #FFFFFF;
	padding-left: 12px;
	line-height: 40px;
	color: #333333;
	font-size: 14px;
	transition: all 0.6s;
}

.search>input::-webkit-input-placeholder {
	color: #999999;
}

.search>.search-btn {
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	width: 40px;
	background: #f02930;
	transition: all 0.6s;
}

.search>.search-btn>a {
	display: block;
	height: 100%;
	width: 100%;
	background: url(../imgaes/search-btn-foc.png) center no-repeat;
	transition: all 0.6s;
}

.search-on>input {
	width: 0;
	padding: 0;
}

.search-on>.search-btn {
	background: #FFFFFF;
}

.search-on>.search-btn>a {
	background: url(../imgaes/search-btn.png) center no-repeat;
}


/*banner*/

.banner {
	position: relative;
	height: 400px;
	background: #FFFFFF;
	z-index: 80;
}

.slideBox {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.slideBox .hd {
	overflow: hidden;
	position: absolute;
	width: 90px;
	left: 50%;
	margin-left: -45px;
	bottom: 0px;
	z-index: 1;
	pointer-events: none;
}

.slideBox .hd ul {
	overflow: hidden;
	float: left;
	width: 54px;
	padding: 0 18px;
	height: 21px;
	zoom: 1;
	vertical-align: top;
	text-align: center;
	background: url(../imgaes/hd-bg.png) center bottom no-repeat;
}

.slideBox .hd ul li {
	position: relative;
	float: left;
	margin-left: 11px;
	margin-top: 8px;
	width: 10px;
	height: 10px;
	text-align: center;
	background: #414141;
	border-radius: 10px;
	cursor: pointer;
	pointer-events: auto;
	z-index: 80;
}
.slideBox .hd ul li:first-child{
	margin-left: 0;
}

.slideBox .hd ul li.on {
	background: #f02930;
	color: #fff;
}

.slideBox .bd {
	position: relative;
	height: 100%;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd li>a>img {
	width: 100%;
	height: 400px;
	display: block;
}

.banner-text {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 100px;
	width: 100%;
}

.banner-text>.w1200 {
	position: relative;
}

.banner-text>.w1200>div {
	position: absolute;
	left: 0;
	top: 0;
	height: 200px;
	width: 305px;
	padding-left: 200px;
	background: #f02930;
	transition: all 2s;
}

.banner-text1>.w1200>.sloganOn{
	visibility: hidden;
	opacity: 0;
	transform: scale(0.7);
	left: 260px;
	box-shadow: 130px 20px 100px rgba(0,0,0,0.7);
	z-index: -1;
}
.banner-text1>.w1200>div{
	left: 0px;
}
.banner-text2>.w1200>div{
	left: 75px;
}
.banner-text3>.w1200>div{
	left: auto;
	right: 35px;
}

.banner-text>.w1200>div>.slogan {
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	height: 100%;
	background: url(../imgaes/banner-text1.png) center no-repeat;
}

.banner-text>.w1200>div>.business {
	background: #ffffff;
	padding: 30px;
	height: 140px;
}

.banner-text>.w1200>div>.business>span {
	display: block;
	color: #333333;
	font-size: 22px;
	margin-bottom: 6px;
	height: 29px;
	font-family: font1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.banner-text>.w1200>div>.business>p {
	color: #666666;
	font-size: 14px;
	line-height: 21px;
	height: 105px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.left-news>.tab {
	position: relative;
	margin-bottom: 15px;
}

.left-news>.tab>li {
	float: left;
	margin-left: 35px;
	padding-bottom: 10px;
	cursor: pointer;
}

.left-news>.tab>.line {
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 60px;
	background: #f02930;
	pointer-events: none;
}

.left-news>.tab>li:first-child {
	margin-left: 0;
}

.newsBox {
	position: relative;
	overflow: hidden;
}

.newsBox .newsList {
	position: relative;
	left: 0;
}

.newsBox .newsList>li {
	position: relative;
	float: left;
	width: 585px;
}

.newsBox .newsList>li .tip {
	position: relative;
	padding-left: 150px;
}

.newsBox .newsList>li .tip .date {
	position: absolute;
	left: 0;
	top: 0;
	width: 150px;
	height: 100%;
	background: #f02930;
	text-align: center;
}

.newsBox .newsList>li .tip .date>span {
	display: block;
	color: #ffcdcf;
	font-size: 60px;
	line-height: 62px;
	margin-top: 20px;
}

.newsBox .newsList>li .tip .date>p {
	color: #ffcdcf;
	font-size: 18px;
	line-height: 20px;
}

.newsBox .newsList>li .tip .date>.more {
	display: inline-block;
	background: #ffcdcf;
	color: #f02930;
	font-size: 14px;
	line-height: 26px;
	width: 60px;
	padding: 0 6px;
	margin-top: 5px;
	transition: all 0.2s;
}

.newsBox .newsList>li .tip .date>.more:hover {
	background: #FFFFFF;
}

.newsBox .newsList>li .tip>img {
	display: block;
	height: 150px;
	width: 100%;
}

.newsBox .newsList>li .bd {
	margin-top: 10px;
	vertical-align: top;
	width: 100%;
}

.newsBox .newsList>li .bd>li {
	background: url(../imgaes/angleR.png) 0 center no-repeat;
	transition: all 0.2s;
}

.newsBox .newsList>li .bd>li>a {
	position: relative;
	display: block;
	padding: 10px 30px;
	padding-right: 90px;
	color: #666666;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all 0.2s;
}

.newsBox .newsList>li .bd>li:hover {
	background: url(../imgaes/angleR.png) 10px center no-repeat;
}

.newsBox .newsList>li .bd>li:hover>a {
	color: #f02930;
}

.newsBox .newsList>li .bd>li:hover>a>.date {
	color: #000000;
}

.newsBox .newsList>li .bd>li>a>.date {
	position: absolute;
	right: 0;
	top: 0;
	color: #666666;
	font-size: 14px;
	height: 100%;
	line-height: 39px;
	transition: all 0.2s;
}

.right-video {
	padding-top: 46px;
}

#video {
	height: 345px;
	width: 100%;
}


/*content-index*/

.content-index {
	position: relative;
	z-index: 60;
}

.notice {
	position: relative;
	padding: 35px 0;
	background: #FFFFFF;
	z-index: 60;
}

.notice .left-news {
	position: relative;
	left: 0;
	float: left;
	width: 585px;
	transition: all 2s 0.3s;
}
.notice .left-newsOn{
	opacity: 0;
	left: -180px;
}

.notice .right-video {
	position: relative;
	left: 0;
	float: right;
	width: 585px;
	transition: all 2s 0.3s;
}
.notice .right-videoOn{
	opacity: 0;
	left: 180px;
}

/*link*/

.link {
	position: relative;
	padding: 40px 0;
	background: #fcfcfc;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	z-index: 60;
}

.link-warp {
	position: relative;
	background: #f02930;
	padding: 9px;
	padding-left: 170px;
}

.link-warp>.left-title {
	position: absolute;
	left: 25px;
	top: 40px;
	width: 130px;
}

.link-warp>.left-title>span {
	display: block;
	color: #FFFFFF;
	font-size: 28px;
	line-height: 36px;
	font-family: "黑体", "微软雅黑", arial;
	letter-spacing: -1px;
	height: 72px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.link-warp>.left-title>p {
	color: #ffffff;
	font-size: 18px;
	margin-top: 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.link-warp>.left-title>.more {
	display: inline-block;
	background: #ffcdcf;
	color: #f02930;
	font-size: 14px;
	line-height: 26px;
	width: 60px;
	padding: 0 6px;
	margin-top: 25px;
	transition: all 0.2s;
}

.link-warp>.left-title>.more:hover {
	background: #FFFFFF;
}

.picMarquee-left {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.picMarquee-left .bd {}

.picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picMarquee-left .bd ul li {
	margin-right: 1px;
	float: left;
	_display: inline;
	text-align: center;
	height: 220px;
	width: 169px;
}

.picMarquee-left .bd ul li>a {
	display: block;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background: #ffffff;
	transition: all 0.2s;
}

.picMarquee-left .bd ul li>a:hover {
	transform: scale(1.06);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}

.picMarquee-left .bd ul li img {
	display: block;
	margin: 0 auto;
	margin-top: 26px;
	margin-bottom: 20px;
}

.picMarquee-left .bd ul li span {
	display: block;
	padding: 0 24px;
	color: #333333;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}

.aboutUs {
	position: relative;
	padding-top: 35px;
	padding-bottom: 40px;
	background: #FFFFFF;
	z-index: 60;
}

.aboutUs .left {
	position: relative;
	float: left;
	width: 585px;
}

.aboutUs .left>h3 {
	float: left;
	color: #333333;
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 3px solid #f02930;
}

.aboutUs .left>.p-warp {
	clear: both;
	height: 258px;
	overflow: hidden;
	padding: 0 10px;
}

.aboutUs .left>.p-warp>p {
	color: #333333;
	font-size: 14px;
	line-height: 28px;
	text-indent: 24px;
}

.aboutUs .left>.more {
	display: block;
	width: 160px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color: #f3f3f3;
	background: #f02930;
	transition: all 0.2s;
}

.aboutUs .left>.more:hover {
	background: #c70007;
	border-radius: 3px;
}

.aboutUs .right {
	float: right;
	width: 585px;
}

.aboutUs .right>h3 {
	float: left;
	color: #333333;
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 3px solid #f02930;
}

.aboutUs .right>ul {
	clear: both;
	vertical-align: top;
}

.aboutUs .right>ul>li {
	float: left;
	width: 190px;
	height: 150px;
	margin-left: 7px;
	margin-bottom: 7px;
	overflow: hidden;
}

.aboutUs .right>ul>.ml-0 {
	margin-left: 0;
}

.aboutUs .right>ul>li>a {
	display: block;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.aboutUs .right>ul>li>a>img {
	display: block;
	height: 100%;
	width: 100%;
	transition: all 1.2s;
}

.aboutUs .right>ul>li>a:hover>img {
	transform: scale(1.2);
}

.blogroll {
	position: relative;
	padding: 39px 0;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	background: #fcfcfc;
	z-index: 60;
}

.blogroll a {
	position: relative;
	top: 0;
	float: left;
	display: block;
	width: 190px;
	height: 70px;
	margin-left: 9px;
	border: 1px solid #ececec;
	overflow: hidden;
	transition: all 0.3s;
}

.blogroll a:hover {
	border-color: #CCCCCC;
	top: -3px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.blogroll a>img {
	display: block;
	margin: 0 auto;
}

.blogroll .a1 {
	margin-left: 0;
}

.blogroll .a1>img {
	margin-top: 9px;
}

.blogroll .a2>img {
	margin-top: 14px;
}

.blogroll .a3>img {
	margin-top: 13px;
}

.blogroll .a4>img {
	margin-top: 14px;
}

.blogroll .a5>img {
	margin-top: 8px;
}

.blogroll .a6>img {
	margin-top: 10px;
}

.contactUs {
	width: 100%;
	padding: 26px 0;
	background: #f02830;
}

.contactUs a {
	display: block;
	float: left;
	width: 20%;
	height: 80px;
	text-align: center;
}

.contactUs a:hover>i {
	transform: scale(0.8);
}

.contactUs a:hover>p {
	font-size: 16px;
}

.contactUs a>i {
	display: block;
	width: 100%;
	height: 45px;
	transition: all 0.2s;
}

.contactUs a>p {
	color: #f3f3f3;
	font-size: 18px;
	margin-top: 10px;
	transition: all 0.2s;
}

.contactUs .a1>i {
	background: url(../imgaes/icon1.png) center no-repeat;
}

.contactUs .a2>i {
	background: url(../imgaes/icon2.png) center no-repeat;
}

.contactUs .a3>i {
	background: url(../imgaes/icon3.png) center no-repeat;
}

.contactUs .a4>i {
	background: url(../imgaes/icon4.png) center no-repeat;
}

.contactUs .a5>i {
	background: url(../imgaes/icon5.png) center no-repeat;
}

.contactUs .a6>i {
	background: url(../imgaes/icon6.png) center no-repeat;
}

.footer {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 30px 0;
	background: #2c2c2c;
	z-index: 70;
}

.footer .address {
	float: left;
	color: #aaaaaa;
	font-size: 14px;
	line-height: 26px;
}

.footer .address .span-left {
	margin-right: 20px;
}

.footer .copyright {
	float: right;
	color: #aaaaaa;
	font-size: 14px;
	line-height: 26px;
}

.footer .copyright span {
	margin-right: 12px;
}

.footer .copyright a {
	color: #aaaaaa;
	transition: all 0.2s;
}

.footer .copyright a:hover {
	color: #f02930;
}


/*悬浮栏*/

.suspend {
	display: block;
	position: fixed;
	right: 17px;
	bottom: 28px;
	width: 42px;
	border: 1px solid #e9e9e9;
	z-index: 400;
}

.suspend>.suspend-pc {
	background: #f5f5f5;
}

.suspend>.suspend-pc>li:hover {
	background: #f02930;
}

.suspend>.suspend-pc>li>a {
	display: block;
	height: 42px;
	width: 100%;
	overflow: hidden;
	transition: all 0.3s;
	border-top: 1px solid #e9e9e9;
}

.suspend>.suspend-pc>.onlineRefer {
	position: relative;
}

.suspend>.suspend-pc>.onlineRefer>a {
	background: url(../imgaes/iconWx.png) center no-repeat;
	background-size: 20px;
	border-top: 0;
}

.suspend>.suspend-pc>.onlineRefer:hover>a {
	background: url(../imgaes/iconWx-hov.png) center no-repeat;
	background-size: 20px;
}

.suspend>.suspend-pc>.onlineRefer>.refer {
	visibility: visible;
	position: absolute;
	right: 0;
	bottom: 12px;
	width: 192px;
	background: #f5f5f5;
	box-sizing: border-box;
	opacity: 1;
	transform: scale(1);
	transition: all 0.3s;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	z-index: 400;
	border: 1px solid #efefef \9;
}

.suspend>.suspend-pc>.onlineRefer>.refer>h5 {
	position: relative;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	line-height: 52px;
	height: 52px;
	letter-spacing: 2px;
	background: #f02930;
	padding: 0 15px;
}

.suspend>.suspend-pc>.onlineRefer>.refer>h5>.exit {
	cursor: pointer;
	display: block;
	position: absolute;
	right: 20px;
	top: 20px;
	height: 13px;
	transition: all 0.2s;
}
.suspend>.suspend-pc>.onlineRefer>.refer>h5>.exit:hover{
	transform: scale(1.1);
}

.suspend>.suspend-pc>.onlineRefer>.refer>.p1 {
	position: relative;
	color: #242d3c;
	font-size: 14px;
	line-height: 42px;
	height: 42px;
	padding-left: 60px;
	font-family: arial;
	background: #f5f5f5;
	border-bottom: 1px solid #FFFFFF;
	letter-spacing: 1px;
}

.suspend>.suspend-pc>.onlineRefer>.refer>.p1 img {
	display: block;
	position: absolute;
	left: 30px;
	top: 14px;
	height: 14px;
}

.suspend>.suspend-pc>.onlineRefer>.refer>.p2 {
	position: relative;
	background: #FFFFFF;
	padding: 5px 0;
	padding-left: 30px;
	padding-bottom: 25px;
}

.suspend>.suspend-pc>.onlineRefer>.refer>.p2>a {
	display: block;
	height: 100%;
}

.suspend>.suspend-pc>.onlineRefer>.refer>.p2>a>.span1 {
	display: block;
	color: #242d3c;
	font-size: 14px;
	line-height: 26px;
	padding-left: 30px;
}

.suspend>.suspend-pc>.onlineRefer>.refer>.p2>a>.span2 {
	display: block;
	color: #7f7f7f;
	font-size: 16px;
}

.suspend>.suspend-pc>.onlineRefer>.refer>.p2>a>img {
	position: absolute;
	left: 30px;
	top: 11px;
	height: 14px;
}

.suspend>.suspend-pc>.onlineRefer>.referOn {
	visibility: hidden;
	opacity: 0;
	bottom: -2px;
	right: -10px;
	transform: scale(1.1);
	z-index: -1;
}

.suspend>.suspend-pc>.shareWb>a {
	background: url(../imgaes/iconWb.png) center no-repeat;
	background-size: 16px;
}

.suspend>.suspend-pc>.shareWb:hover>a {
	background: url(../imgaes/iconWb_hov.png) center no-repeat;
	background-size: 16px;
}

.suspend>.suspend-pc>.shareWx>a {
	background: url(../imgaes/iconQR-code.png) center no-repeat;
	background-size: 10px;
}

.suspend>.suspend-pc>.shareWx:hover>a {
	background: url(../imgaes/iconQR-code-hov.png) center no-repeat;
	background-size: 10px;
}

.suspend>.suspend-pc>.shareWx>.QR-code1 {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(36, 45, 60, 0.85);
	cursor: pointer;
	z-index: 400;
}

.suspend>.suspend-pc>.shareWx>.QR-code1>div {
	position: fixed;
	left: 50%;
	top: 50%;
	padding: 15px;
	width: 230px;
	height: 256px;
	margin-top: -128px;
	margin-left: -115px;
	background: #FFFFFF;
}

.suspend>.suspend-pc>.shareWx>.QR-code1>div>img {
	display: block;
	width: 100%;
}

.suspend>.suspend-pc>.shareWx>.QR-code1>div>p {
	color: #242d3c;
	font-size: 14px;
	padding: 5px 0;
	text-align: center;
}

.suspend>.suspend-pc>.backTop {}

.suspend>.suspend-pc>.backTop:hover {
	background: #1b222e;
}

.suspend>.suspend-pc>.backTop>a>img {
	display: block;
	width: 14px;
	margin: 0 auto;
	margin-top: 17px;
}



/*内页*/
.banner-ctn{
	position: relative;
	height: 200px;
}
.banner-ctn>img{
	display: block;
	height: 100%;
	width: 100%;
}
.banner-ctn>.site{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -48px;
	width: 100%;
	text-align: center;
}
.banner-ctn>.site>h3{
	color: #ffffff;
	font-size: 48px;
	margin-bottom: 12px;
	
}
.banner-ctn>.site>p{
	color: #ffffff;
	font-size: 16px;
}
.banner-ctn>.site>p>img{
	position: relative;
	top: 2px;
	display: inline-block;
	height: 16px;
	margin-right: 2px;
}
.banner-ctn>.site>p>i{
	position: relative;
	top: 2px;
	display: inline-block;
	height: 16px;
	width: 16px;
	background: url(../imgaes/angleR-2.png) center no-repeat;
}
.banner-ctn>.site>p>a{
	color: #ffffff;
	transition: all 0.2s;
}
.banner-ctn>.site>p>a:hover{
	color: #f02930;
}
.banner-ctn>.site>p>.on:hover{
	color: #ffffff;
}

.content-ctn{
	padding-top: 40px;
	padding-bottom: 60px;
}
.tab-ctn{
	float: left;
	width: 220px;
}
.tab-ctn>h3{
	position: relative;
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	height: 45px;
	line-height: 45px;
	background: #f02930;
	padding: 0 15px;
	padding-left: 45px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.tab-ctn>h3>i{
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -8px;
	height: 16px;
	width: 20px;
	background: url(../imgaes/icon6.png) left center no-repeat;
}
.tab1{
	box-shadow: 0 0 10px rgba(27,34,46,.1);
	padding: 15px 0;
	vertical-align: top;
	width: 220px;
	width: 218px \9;
	border: 1px solid #efefef \9;
	
}
.tab1>li>a{
	display: block;
	padding: 8px 30px;
	color: #555555;
	font-size: 16px;
	transition: all 0.2s;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.tab1>li>a:hover{
	background: #f5f5f5;
	color: #f02930;
}
.tab1>.location>a{
	background: #f5f5f5;
	color: #f02930;
}
.tab2{
	display: none;
	padding: 10px 0;
	vertical-align: top;
	width: 100%;
	background: #ffffff;
}
.tab2>li>a{
	display: block;
	padding: 6px 30px;
	padding-left: 42px;
	color: #555555;
	font-size: 14px;
	transition: all 0.2s;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.tab2>li>a:hover{
	background: #f5f5f5;
	color: #f02930;
}
.tab2>.location>a{
	background: #f5f5f5;
	color: #f02930;
}
.textArea{
	float: right;
	width: 920px;
	min-height: 500px;
	padding: 0 30px;
}
.textArea>h4{
	position: relative;
	color: #333333;
	font-size: 30px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	text-align: center;
}
.textArea>h4>i{
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -35px;
	width: 70px;
	height: 4px;
	background: #f02930;
}
.textArea>p{
	color: #333333;
	font-size: 14px;
	line-height: 28px;
	text-indent: 24px;
	letter-spacing: -0.6px;
}

#newBridge {
    font-family: Arial,Helvetica,"Microsoft YaHei",sans-serif;
    position: fixed;
    z-index: 2147483647;
    display:none !important;
}
