/*公共样式*/

* {
	padding: 0;
	margin: 0;
}

li {
	list-style-type: none;
	color: black;
}

html {
	font-size: 100%;
}

body {
	font-family: "微软雅黑";
	/*font-size:12px;*/
}
.topNow{
	width: 40px;
	height: 40px;
	background-image: url(../../images/nav/jtr02.png);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: fixed;
	right: 50px;
	bottom: 10%;
	cursor: pointer;
	display: none;
}
.topNow:hover{
	background-image:url(../../images/nav/jtl03.png);
	-webkit-transform: rotate(90deg) !important;
	-moz-transform: rotate(90deg) !important;
	-ms-transform: rotate(90deg) !important;
	-o-transform: rotate(90deg) !important;
	transform: rotate(90deg) !important;
}
h3 {
	font-size: 20.04px;
	line-height: 30.06px;
}
.myNavList{
	width: 1000px;
	margin: 20px auto;
	padding: 8px;
	border-bottom: 1px solid #b9b3b3;
	text-indent: 15px;
	font-size: 14px
}

.myNavList a{
	color: #b9b3b3;
	font-size: 14px
}

.myNavList a:hover{
	text-decoration: underline;
	color: #b3335d;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 4px 0;
	font-family: sans-serif;
	font-weight: bold;
	/*line-height: 18px;*/
	color: inherit;
	text-rendering: optimizelegibility;
}
.scrolltab .dSmallPic li{
	overflow: inherit;
}
.ulBigPic{
	width: 1000px;
}
.scrolltab .dSmallPic li p{
	word-wrap: break-word;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.ulBigPic .more{
	position: relative;
	/*left: 200px;*/
}
.content-body>a>h2,
.project-warp>a>h2,
.friend-warp>a>h2,
.pool-box>a>h2 {
	font-size: 20px;
	color: #b3261e;
}

.content-body>a>h5,
.project-warp>a>h5,
.friend-warp>a>h5,
.pool-box>a>h5 {
	font-size: 14px;
	font-weight: 400;
	color: #b3261e;
}

a {
	text-decoration: none;
	color: black;
}


/*header 头部*/

.nav-top {
	width: 100%;
	background: rgba(255, 255, 255, 0.6);
	position: absolute;
	top: 0;
	z-index: 2;
}

.nav-box {
	width: 70%;
	height: 80px;
	margin: 0 auto;
	position: relative;
}

.nav-left {
	height: 80px;
	display: inline-flex;
	vertical-align: middle;
	text-align: center;
}

.nav-left>img {
	height: 80px;
}

.nav-left span {
	display: inline-block;
	height: 80px;
	line-height: 80px;
	font-size: 25px;
	font-family: monospace;
	font-weight: 800;
	letter-spacing: 3px;
	text-indent: 10px;
}

.nav-box>ul {
	position: absolute;
	right: 50px;
	top: 0;
}

.nav-box>ul li {
	float: left;
	color: #1c1c1c;
	line-height: 80px;
	font-size: 15px;
	margin-left: 15px;
}

.nav-box>ul li a {
	color: #1c1c1c;
	transition: all .4s linear;
}

.nav-box>ul li a:hover {
	color: #b3261e;
}


/*footer底部*/

.footer {
	width: 100%;
	background: #494a4b;
}

.foot-box {
	overflow: hidden;
	width: 80%;
	margin: 0 auto;
	padding-bottom: 20px;
}

.foot-box>p {
	border-bottom: 1px solid #5f6064;
}

.foot-box>p,
.foot-box>p a {
	color: #babbbd;
	font-size: 16px;
	line-height: 80px;
	height: 80px;
}

.foot-box>p a {
	margin-right: 20px;
}

#up,#down{
	width: 40px;
	height: 40px;
	cursor: pointer;
	background-position: center;
	background-image: url(../../images/nav/UpDown.png);
	background-repeat: no-repeat;
	background-color: #f2f2f4;
}
#down{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.foot-box>p span {
	line-height: 16px;
}

.foot-span {
	position: relative;
	color: #a1a5b5;
	font-size: 14px;
	margin-bottom: 30px;
}

.foot-span img{
	position: absolute;
	left: 0;
	margin: 10px;
	height: 70px;
	width: 70px;
}

.canClick{
	background-image: url(../../images/nav/canClick.png) !important;
}
.foot-span a {
	color: #babbbd;
}
	.foot-span p {
    display: block;
    position: relative;
    margin-top: 15px;
    font-size: 13px;
    right: -100px;
    top: 15px;
}


/*头部轮播*/

.focus {
	position: relative;
	width: 100%;
	height: 350px;
	margin: 0 auto;
}

.focus img {
	width: 100%;
	height: 350px;
}

.page-con {
	position: absolute;
	z-index: 10;
	text-align: center;
	width: 100%;
	bottom: 10px;
	font-size: 0;
}

.page-con>li {
	font-size: 12px;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin: 0 2px;
	color: #fff;
	background: #e9e9e9;
	cursor: pointer;
}

.page-con>li.cur {
	background: red;
}

.img-box>li {
	position: relative;
}

.img-box img {
	position: absolute;
	top: 0;
}

.img-box li .slide-btm {
	position: absolute;
	left: 50%;
	top: 150px;
	width: 1200px;
	margin-left: -600px;
	height: 90px;
	border-left: 5px solid #b3261e;
	padding-left: 20px;
}

.img-box li .slide-btm h2 {
	font-size: 36px;
}

.img-box li .slide-btm h2 a,
.img-box li .slide-btm p a {
	color: #000;
	text-decoration: none;
}

.img-box li .slide-btm p {
	font-size: 29px;
}
.content-text .text-title{
	margin: 7px auto;
}

.top-img {
	position: relative;
	width: 100%;
	height: 400px;
}

.top-img img {
	width: 100%;
	height: 100%;
}

.img-txt {
	width: 80%;
	margin: 0 auto;
	position: relative;
	top: -200px;
}

.img-txt p {
	border-left: 5px solid #B3261E;
	padding-left: 20px;
}

.img-txt p:nth-child(1) {
	font-size: 36px;
}

.img-txt p:nth-child(2) {
	font-size: 29px;
}

.myDiv img {
	width: 100%;
}
.text-time{
	color: #848484;
	line-height: 1.8;
	margin: 15px auto;
}

