 {
 	margin: 0;
 	padding: 0;
 	list-style: none;
 	box-sizing: inherit;
 	font-family: "微软雅黑";
 }
 
 a,
 input {
 	color: #333333;
 	text-decoration: none;
 	/* 手机页面点击去掉篮框 */
 	-webkit-tap-highlight-color: rgba(165, 165, 165, 0);
 	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 }
 
 body {
 	font-family: "微软雅黑";
 	background: #f5f5f5;
 }
 
 .head {
 	width: 1300px;
 	margin: 0 auto;
 	height: 95px;
 	padding-left: 100px;
 }
 
 #current-time-date {
 	width: 150px;
 	height: 30px;
 	line-height: 30px;
 	float: right;
 	font-size: 12px;
 	color: gray;
 }
 
 .head_right {
 	width: 300px;
 	float: right;
 	margin-right: 50px;
 	margin-top: 10px;
 }
 
 .search {
 	float: right;
 }
 
 .search dl {
 	border: 1px #ccc solid;
 	border-radius: 30px;
 	width: 260px;
 	height: 36px;
 	box-sizing: border-box;
 	position: relative;
 }
 
 .search dl dt {
 	display: inline-block;
 	vertical-align: top;
 	padding: 5px 0 0 17px;
 }
 
 .search dl dt input {
 	width: 180px;
 	line-height: 16px;
 	height: 22px;
 	border-right: 1px #ccc solid;
 	border: none;
 }
 
 .search dl dd {
 	display: inline-block;
 	vertical-align: top;
 	position: absolute;
 	top: 0;
 	right: 0;
 }
 
 .search dl dd button {
 	width: 60px;
 	height: 34px;
 	background: url('./images/soso.png') no-repeat center;
 	background-size: 23px auto;
 	cursor: pointer;
 	border: none;
 }
 
 .search dl dd button:hover {
 	opacity: 0.8;
 }
 
 .wap1 {
 	width: 100%;
 	background: url('./layout1.png') no-repeat top center;
 	height: 155px;
 	padding-top: 45px;
 }
 
 .container {
 	max-width: 1400px;
 	width: 100%;
 	overflow: hidden;
 	margin: 0 auto;
 }
 /*焦点图*/
 
 .wap2 {
 	width: 1400px;
 	margin: 0 auto;
 	margin-top: 25px;
 }
 
 .carousel-container {
 	width: 1400px;
 	height: 630px;
 	position: relative;
 	overflow: hidden;
 }
 
 .carousel {
 	width: 100%;
 	height: 100%;
 	position: relative;
 }
 
 .carousel-item {
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: 100%;
 	opacity: 0;
 	/*transition: opacity 0.5s ease;*/
 	background-size: cover;
 	background-position: center;
 }
 
 .carousel-item.active {
 	opacity: 1;
 }
 
 .title-list {
 	position: absolute;
 	top: 0;
 	right: 100px;
 	background: rgba(0, 0, 0, 0.6);
 	width: 320px;
 	height: 600px;
 	color: white;
 	padding-top: 30px;
 }
 
 .title-item {
 	cursor: pointer;
 	/*transition: all 0.3s ease;*/
 	font-size: 14px;
 	font-weight: 500;
 	padding:  10px 20px;
 	
 	overflow: hidden;
 	padding-top: 0.6rem;
 	padding-bottom: 0.6rem;
 }
 
 .title-item:hover,
 .title-item.active {
 	background: linear-gradient(to right, rgba(190, 6, 20, 1), rgba(190, 6, 20, 0.2));
 	font-weight: 700;
 	font-size: 16px;
 	line-height: 24px;
 	padding-top: 15px;
 	padding-bottom: 15px;
 	overflow: hidden;
 	letter-spacing: 0.5px;
 }
 
 .carousel-caption {
 	position: absolute;
 	bottom: 30px;
 	left: 30px;
 	background: rgba(0, 0, 0, 0.6);
 	color: white;
 	padding: 15px 25px;
 	border-radius: 6px;
 	max-width: 60%;
 }
 
 .carousel-caption h3 {
 	font-size: 24px;
 	margin-bottom: 8px;
 }
 
 .carousel-caption p {
 	font-size: 16px;
 	line-height: 1.5;
 }
 
 .carousel-nav {
 	position: absolute;
 	bottom: 20px;
 	left: 50%;
 	transform: translateX(-50%);
 	display: flex;
 	gap: 10px;
 }
 
 .nav-dot {
 	width: 12px;
 	height: 12px;
 	border-radius: 50%;
 	background: rgba(255, 255, 255, 0.5);
 	cursor: pointer;
 	transition: all 0.3s ease;
 }
 
 .nav-dot.active {
 	background: white;
 	transform: scale(1.3);
 }
 
 .nav {
 	width: 1200px;
 	padding: 10px 50px;
 	margin: 0 auto;
 }
 
 .nav li {
 	float: left;
 	padding: 12px 20px;
 	font-size: 20px;
 }
 
 .wap3 {
 	width: 1400px;
 	margin: 0 auto;
 	margin-top: 30px;
 	overflow: hidden;
 }
 
 .part {
 	width: 335px;
 	float: left;
 	margin-left: 20px;
 	
 }
 
 .part li {
 	width: 335px;
 	height: 250px;
 	background: white;
 	border-top-left-radius: 30px;
 	border-bottom-right-radius: 40px;
 	padding-top: 1px;
 }
 
 .part:first-child {
 	margin-left: 0px;
 }
 
 .tit {
 	font-size: 30px;
 	font-weight: bold;
 	color: #333333;
 	margin-bottom: 20px;
 }
 
 .part li .img {
 	width: 300px;
 	height: 170px;
 	margin-left: 17px;
 	margin-top: 15px;
 }
 
 .part li .img img {
 	width: 300px;
 	height: 170px;
 }
 
 .part li span {
 	display: block;
 	height: 40px;
 	margin-top: 10px;
 	padding-top: 2px;
 	margin-left: 15px;
 	font-size: 16px;
 }
 
 .wap3 .part:nth-child(1) li span {
 	background: url(./sjz1.png) 0 0 no-repeat;
 	padding-left: 75px;
 	width: 230px;
 }
 
 .wap3 .part:nth-child(2) li span {
 	background: url(./sjz2.png) 0 0 no-repeat;
 	padding-left: 50px;
 	width: 260px;
 }
 
 .wap3 .part:nth-child(3) li span {
 	background: url(./sjz3.png)0 0 no-repeat;
 	padding-left: 68px;
 	width: 240px;
 }
 
 .wap3 .part:nth-child(4) li span {
 	background: url(./sjz4.png) 0 0 no-repeat;
 	padding-left: 83px;
 	width: 230px;
 }
 /**/
.left{float: left;}
.right{float: right;}
.wap4{width: 1400px;margin: 0 auto;overflow: hidden;margin-top: 20px;}
.wap4 .left{width: 1065px;}
.wap4 .right{width: 335px;}
.wap4 .left .part:nth-child(2){margin-left: 0;}
.wap4 .left .part:nth-child(6){margin-left: 0;}
.wap4 .tit{width: 100%;float: left;margin-top: 20px;}
.wap4 span{text-align: center;}
.wap4 .right .cont{width: 335px;height: 580px;background: white;float: left;background:white url(./sjz_new.png) 0px 20px no-repeat;}
.wap4 .right .cont li{
	list-style: none;
    height: 35.2px;
    text-indent: 42px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
 .wap4 .right .cont li:first-child{margin-top: 31px;}
 .wap5{width: 1400px;margin: 0 auto;overflow: hidden;margin-top: 30px;}
 .wap5 .part:nth-child(2){margin-left: 0;}
 .wap5 .part:nth-child(6){margin-left: 0;}
 .wap5 .part:nth-child(10){margin-left: 0;}
 .wap5 .part:nth-child(14){margin-left: 0;}
 .wap5 .part{margin-bottom: 25px;}
 .wap5 .part span{text-align: center;}
 .wap6{width: 1400px;margin: 0 auto;overflow: hidden;margin-top: 30px;}
 .wap6 .part:nth-child(2){margin-left: 0;}
 .wap6 .part:nth-child(6){margin-left: 0;}
 .wap6 .part{margin-bottom: 25px;}
 .wap6 .part span{text-align: center;}
/*二维码*/
#code,#code_hover,#gotop {
    width: 36px;
    height: 48px;
    background: url(./icon.png) no-repeat;
    position: fixed;
    right: 50px;
    cursor: pointer;
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}

*#code,#code_hover,#gotop {
    width: 36px;
    height: 48px;
    background: url(./icon.png) no-repeat;
    position: fixed;
    right: 90px;
    cursor: pointer;
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}

#code {
    background-position: -276px -258px;
    bottom: 120px;
    _margin-bottom: 120px;
}

#code_hover {
    background-position: -316px -258px;
    bottom: 120px;
    _margin-bottom: 120px;
}

#gotop {
    background-position: -276px -310px;
    bottom: 67px;
    _margin-bottom: 67px;
}

#code_img {
    width: 270px;
    height: 355px;
    background: url(./icon.png) -4px -3px no-repeat;
    position: fixed;
    right: 130px;
    bottom: 67px;
    cursor: pointer;
    display: none;
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
    _margin-bottom: 67px;
}

*#code_img {
    width: 270px;
    height: 355px;
    background: url(./icon.png) -4px -3px no-repeat;
    position: fixed;
    right: 130px;
    bottom: 67px;
    cursor: pointer;
    display: none;
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
    _margin-bottom: 67px;
}
