@charset "utf-8";

html,body,h1,h2,h3,h4,h5,p,ul{
	margin: 0;
	padding: 0;
}

body{
	background: #f5f5f5;
	font-size: 14px;
	font-family: "microsoft yahei";
}

a{
	text-decoration: none;
}

img{
	vertical-align: middle;
}

ul{
	list-style: none;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.clearfix:after{
	content: "";
	display: block;
	clear: both;
}

.white{
	background: #fff;
}


/* 顶部 start */
.top-wrapper{
	height: 35px;
	font-size: 12px;
	border-bottom: 1px solid #dedede;
}

.top-block{
	width: 1190px;
	margin: 0 auto;
	color: #333;
}

.top-block-left{
	line-height: 35px;
}

.top-block-left img{
	vertical-align: baseline;
}

.call-center{
	color: #ff3f00;
}

.my-office,.web-nav,.rule{
	position: relative;
	line-height: 34px;
	padding: 0 10px;
	border: 1px solid #fff;
	border-bottom-color: #dedede;
	cursor: pointer;
}

.my-office span,.web-nav span{
	padding-right: 15px;
	background: url('https://img.tnc.com.cn/static/prj/tnc/images/user-tab-down.jpg') no-repeat right center;
}

.my-office:hover span,.web-nav:hover span{
	background: url('https://img.tnc.com.cn/static/prj/tnc/images/user-tab-upper.jpg') no-repeat right center;
}

.my-office:hover,.web-nav:hover{
	border: 1px solid #dedede;
	border-bottom-color: #fff;
}

.my-office:hover .office-list-wrapper{
	display: block;
}

.office-list-wrapper,.web-list-wrapper{
	display: none;
	position: absolute;
	left: -1px;
	top: 35px;
	width: 198px;
	padding: 12px 0;
	border: 1px solid #dedede;
	border-top: none;
	z-index: 100;
}

.office-list-wrapper ul,.web-list-wrapper ul{
	padding: 0 20px 0 12px;
}

.office-list-wrapper ul a,.web-list-wrapper ul a,.rule{
	color: #333;
	font-size: 12px;
}

.office-first{
	font-weight: bold;
}

.office-lists-left,.web-lists-left,.web-lists-center{
	border-right: 1px solid #dedede;
}

.web-list-wrapper{
	width: max-content;
}

.web-nav:hover .web-list-wrapper{
	display: block;
}

/* 顶部 end */

/* logo start */
.logo-block{
	width: 990px;
	margin: 0 auto;
	height: 76px;
}

.logo-block-left a{
	line-height: 76px;
	margin-right: 16px;
}

.logo-block-right{
	color: #cecece;
}

.logo-block-right a{
	line-height: 76px;
	color: #777;
	font-size: 15px;
	padding: 0 5px;
}

.logo-block-right a:hover{
	color: #ff6600;
}

.logo-block-right .highlight{
	color: #ff6600;
}
/* logo end */

/* nav6 start */
.nav{
	margin: 10px auto 0;
	width: 990px;
}

.nav li a{
	display: block;
	width: 141.4px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #616161;
}

.nav .nav-last a{
	width: 141.6px;
}

.nav a:hover,
.serve .nav-active a,
.intro .nav-active a,
.contact .nav-active a,
.mission .nav-active a,
.website .nav-active a,
.honor .nav-active a,
.culture .nav-active a{
	background: #dff0fb;
	color: #0d75d6;
}
/* nav6 end */
/* display-pic start */
.display-pic{
	width: 990px;
	margin: 0 auto;
}
.display-pic img{
	width: 990px;
	height: 318px;
}
/* display-pic end */

/* content-wrapper start */
.content-wrapper{
	width: 988px;
	margin: 0 auto;
	border: 1px solid #e3e3e3;
	border-bottom: none;
	border-top: none;
	color: #2b2b2b;
	padding-bottom: 100px;
}

.content-title{
	font-size: 18px;
	text-align: center;
	padding: 30px 0 10px;
}

.content-wrapper p{
	line-height: 38px;
	width: 680px;
	margin: 0 auto;
	text-align: center;
}
/* content-wrapper end */

/* line start */
.line-wrapper{
	position: relative;
	width: 680px;
	height: 38px;
	margin: 0 auto;
	text-align: center;
}

.line-wrapper .sub-heading{
	position: relative;
	z-index: 2;
	width: auto;
	font-weight: bold;
	padding: 0 76px;
	line-height: 38px;
}

.line{
	position: absolute;
	top: 18px;
	z-index: 1;
	width: 680px;
	height: 1px;
	background: #c9c9c9;
}
/* line end */

/* footer start */
.footer{
	width: 680px;
	margin: 0 auto;
	color: #2b2b2b;
	text-align: center;
	padding: 0 155px 50px;
	display: none;
}

.footer:before{
	content: "";
	display: block;
	height: 1px;
	background: #aaa;
	margin-bottom: 20px;
}

.footer a{
	color: #1c6cae;
}
/* footer end */

/* h5-start*/

/*轮播*/

html,
body {
	position: relative;
	height: 100%;
}

body {
	background: #eee;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}

.swiper-container {
	width: 100%;
	height: 100%;
	max-width: 768px
}

.swiper-slide {

	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;

}

.bg {
	background-size: cover;
	width: 100%;
	height: 100%;
	position: relative;
	background-position: top center;
}


/*页首*/

.top-header {
	box-sizing: border-box;
	width: 100%;
	padding: 8px;
	height: 40px;
}

.top-header .fr .sc {
	display: none;
}

.top-title img {
	width: 84%;
}

/*页尾*/

.bottom-block a {
	padding: 0 4px;
}

.bottom-block .lastspan {
	display: block;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #4bbf3e;
}

.swiper-slide .pp{
	margin-top: 2.2rem;
	font-size: 0.5rem;
}

.swiper-slide   .tt2{font-size: 0.4rem;color: #666666;
	margin-top: 0.2rem
}
.swiper-slide .page02_t{
	/* margin-top: 2.3rem; */
	font-size: 0.6rem;
	position: absolute;
	left: 29%;
	bottom: 10rem;
}
.swiper-slide .page02_t1{
	/* margin: 0 auto; */
	/* margin-top: 0.4rem; */
	font-size: 0.38rem;
	width: 2.8rem;
	height: 0.65rem;
	color: #ff6600;
	line-height: 0.75rem;
	border: 0.01rem solid #ff6600;
	position: absolute;
	border-radius: 0.04rem;
	left: 30%;
	bottom: 9rem;
}
.swiper-slide .page02_t2{
	/* margin: 0 auto; */
	/* margin-top: 0.4rem; */
	font-size: 0.38rem;
	width: 2.8rem;
	height: 0.65rem;
	color: #666666;
	line-height: 0.75rem;
	border: 0.01rem solid #666666;
	border-radius: 0.04rem;
	position: absolute;
	left: 30%;
	bottom: 8rem;
}
.swiper-slide .page02_p{

	/* margin: 0 auto; */

	/* margin-top: 0.5rem; */

	font-size: 0.28rem;

	width: 84%;

	text-align: left;

	left: 10%;

	bottom: 4.6rem;

	line-height: 0.5rem;

	position: absolute;
}
.swiper-slide .page03_t{
	margin-top: 2.5rem;
	font-size: 0.5rem;
	color: white;
}
.swiper-slide .page03_t1{
	margin-top: 0.3rem;
	font-size: 0.32rem;
	color: rgba(219, 241, 255, 0.9);
}
.swiper-slide .page03_p{
	margin: 0 auto;
	margin-top: 0.3rem;
	font-size: 0.32rem;
	line-height: 0.5rem;

	width: 84%;
	text-align: left;
	color: white;
}


.swiper-slide .page031_t{
	/* margin-bottom: 0.3rem; */
	font-size: 0.5rem;
	color: white;
	position: absolute;
	left: 20%;
	bottom: 10rem;
}
.swiper-slide .page031_t1{
	/* margin-bottom: 0.3rem; */
	font-size: 0.32rem;
	color: rgba(219, 241, 255, 0.9);
	position: absolute;
	left: 20%;
	bottom: 9.4rem;
}
.swiper-slide .page031_p{
	/* margin: 0 auto; */
	/* margin-bottom: 3.8rem; */
	font-size: 0.32rem;
	line-height: 0.5rem;
	width: 84%;
	text-align: left;
	color: white;
	position: absolute;
	bottom: 5.8rem;
	left: 10%;
}

.swiper-slide .page04_t{

	margin-top: 2rem;
	font-size: 0.56rem;
}
.swiper-slide .page04_t1{margin-top: 0.45rem;font-size: 0.34rem;color: rgba(115, 124, 130, 0.9);}
.swiper-slide .page04_p{
	margin: 0 auto;
	margin-top: 0.45rem;
	font-size: 0.34rem;
	width: 84%;
	text-align: left;
	line-height: 0.5rem;
}


.swiper-slide .page051_t{
	/* margin-bottom: 0.3rem; */
	font-size: 0.5rem;
	color: white;
	position: absolute;
	left: 20%;
	bottom: 10.2rem;
}
.swiper-slide .page051_t1{
	/* margin-bottom: 0.3rem; */
	font-size: 0.32rem;
	color: rgba(219, 241, 255, 0.9);
	position: absolute;
	left: 20%;
	bottom: 9.6rem;
}
.swiper-slide .page051_p{
	/* margin: 0 auto; */
	/* margin-bottom: 3.8rem; */
	font-size: 0.32rem;
	line-height: 0.5rem;
	width: 84%;
	text-align: left;
	color: white;
	position: absolute;
	bottom: 6.8rem;
	left: 10%;
}


.swiper-slide .page06_t{

	margin-top: 2rem;

	font-size: 0.56rem;

	/* word-spacing: 0.1rem; */

	position: absolute;

	bottom: 10.2rem;

	left: 15%;
}
.swiper-slide .page06_t1{/* margin-top: 0.5rem; */font-size: 0.34rem;color: rgba(115, 124, 130, 0.9);position: absolute;bottom: 9.5rem;left: 17%;}
.swiper-slide .page06_p{
	/* margin: 0 auto; */
	margin-top: 0.6rem;
	font-size: 0.34rem;
	width: 80%;
	text-align: left;
	left: 10%;
	line-height: 0.58rem;
	position: absolute;
	bottom: 5.8rem;
}

.swiper-slide .page07_t{

	/* margin-top: 2rem; */

	font-size: 0.56rem;

	bottom: 10.2rem;

	left: 15%;

	/* margin-bottom: 0.5rem; */

	position: absolute;
}
.swiper-slide .page07_t01{

	font-size: 0.34rem;

	color: rgba(115, 124, 130, 0.9);

	position: absolute;

	left: 25%;

	bottom: 9.4rem;
}

.swiper-slide .page07_t1{

	font-size: 0.34rem;

	color: rgba(115, 124, 130, 0.9);

	position: absolute;

	left: 25%;

	bottom: 8.7rem;
}
.swiper-slide .page07_p{
	/* margin: 0 auto; */
	/* margin-top: 0.5rem; */
	font-size: 0.3rem;
	width: 81%;
	text-align: left;
	position: absolute;
	line-height: 0.5rem;
	left: 10%;
	bottom: 4.5rem;
}
.swiper-slide .page08_t{
	/* margin-top: 2rem; */
	font-size: 0.52rem;
	color: white;
	position: absolute;
	left: 20%;
	bottom: 10.2rem;
}
.swiper-slide .page08_t1{
	margin-top: 0.3rem;
	font-size: 0.34rem;
	position: absolute;
	color: rgba(219, 241, 255, 0.9);
	bottom: 9.5rem;
	left: 16%;
}
.swiper-slide .page08_p{
	/* margin: 0 auto; */
	/* margin-top: 0.3rem; */
	font-size: 0.28rem;
	line-height: 0.5rem;
	width: 80%;
	text-align: left;
	color: white;
	bottom: 7.7rem;
	left: 10%;
	position: absolute;
}
.swiper-slide .page08_img{
	margin: 0 auto;
	margin-top: 0.4rem;
	width: 0.88rem;
	height: 0.88rem;
}

.swiper-slide .page09_t{

	margin-top: 2rem;

	font-size: 0.56rem;

	position: absolute;

	left: 19%;

	bottom: 10.2rem;
}
.swiper-slide .page09_t1{
	margin-top: 0.5rem;
	font-size: 0.34rem;
	color: rgba(115, 124, 130, 0.9);
	position: absolute;
	left: 16%;
	bottom: 9.5rem;
}
.swiper-slide .page09_p{
	/* margin: 0 auto; */
	/* margin-top: 0.6rem; */
	font-size: 0.34rem;
	width: 80%;
	text-align: left;
	line-height: 0.5rem;
	position: absolute;
	left: 10%;
	bottom: 6.2rem;
}



.swiper-slide .page10_t{
	margin-top: 3.85rem;
	font-size: 0.52rem;
	color: white;
}
.swiper-slide .page10_t1{
	margin: 0 auto;
	margin-top: 0.5rem;
	color: white;
	width: 2.7rem;
	height: 0.8rem;
	border: 0.01rem solid #FFFFFF;
	font-size: 0.26rem;
	line-height: 0.8rem;
}
.pc-show {
	display: block;
}

.m-show {
	display: none;
}

@media screen and (max-width: 768px) {
	.fr span {
		display: none;
	}

	.fr a:nth-child(5) {
		display: none;
	}

	.topic_top {
		height: 31px;
		font: normal 12px/30px "simsun";
		margin: 0 auto;
		width: 990px;
		color: #dedae2;
		width: 100%;
		background: white;
	}
	.topic_top .topic_logo {
		height: 31px;
		vertical-align: top
	}

	.topic_top .topic_logo img {
		vertical-align: top;
	}

	.topic_top a {
		margin: 0 10px;
		color: #494949;
	}

	.header {
		min-width: 100%;
		height: 2.2rem;
		background-size: contain;
		margin-bottom: -0.2rem;
	}

	.wrap {
		width: 100%;
	}

	.wrap .fixed .fl img {
		width: 100%;
	}


	.bottom {
		background: #FFFFFF;
		text-align: center;
		padding: 25px 0;
		font-size: 12px;
		color: #888;
		line-height: 24px;
		position: absolute;
		bottom: 0;
		width: 100%;
	}
	.bottom a {
		color: #444;
		padding: 0 10px;
	}

	.pc-show {
		display: none;
	}

	.m-show {
		display: block;
		width: 100%;
		height: 100%;
	}


}
/* h5-send*/
