<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner {
	position: relative;
	width: 100%;
	min-width: 1200px;
	z-index: 9;
	max-height: 680px;
	overflow: hidden;
}
.banner .hd{ 
	height:20px; 
	overflow:hidden; 
	position:absolute; 
	left:50%;
	max-width: 50%;
	transform: translate(-50%, -50%); 
	bottom:5px; 
	z-index:1;
	text-align: center; 
}
.banner .hd ul{ 
	overflow:hidden; 
	zoom:1; 
	float:left;  
}
.banner .hd ul li{ 
	float:left; 
	margin:0 7px;  
	width:12px; 
	height:12px; 
	line-height:20px;
	border-radius: 50%;
	background:#fff; 
	cursor:pointer; 
}
.banner .hd ul li.on{ 
	background:#ca2220; 
	color:#fff; 
}
.banner a {
	display: block;
}
.banner .bd img {
	width: 100%;
	display: block;
}


.header {
	position: absolute;
	top: 35px;
	width: 100%;
	left: 0;
	z-index: 99;
}
.header .top {
	padding-bottom: 35px;
	display: block;
}
.header .right {
	width: 38%;
	margin-top: 5px;
}
.header .right .search {
	display: block;
	position: relative;
	width: 280px;
	float: left;
}
.header .right .search .input {
	display: block;
	width: 268px;
	height: 27px;
	line-height: 27px;
	padding: 5px 5px;
	border:1px solid #ca2220;
	background: none;
	border-radius: 5px;
	color: #666;
}
.header .right .search .icon {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 65px;
	height: 39px;
	background: #ca2220;
	border-radius:0 5px 5px 0;
	text-align: center;
	z-index: 95;
}
.header .right .search .icon img {
	text-align: center;
	display: inline-block;
	margin-top: 9px;
	width: 21px;
	height: 21px;
}
.header .right .search .btns {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 65px;
	height: 37px;
	background: none;
	border-radius:0 5px 5px 0;
	text-align: center;
	border:none;
	cursor: pointer;
	z-index: 99;
}
.header .right .list {
	display: block;
	float: right;
	margin-left: 20px;
	cursor: pointer;
}

.header .right .list img {
	display: block;
	margin: auto;
	width: 22px;
	height: 22px;
}
.header .right .list span {
	display: block;
	margin-top: 4px;
	font-size: 12px;
	color: #ca2220;
}

.header .nav {
	width: 100%;
	min-width: 1200px;
	background: #ca2220;
}

.header .nav ul li {
	display: block;
	float: left;
	position: relative;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.header .nav li a {
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 15px 40px;
	font-size: 18px;
	color: #fff;
}

.header .nav ul li .sub {
	display: none;
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	background: #fccc4a;
}
.header .nav ul li .sub li {
	width: 100%;
	display: block;
}
.header .nav ul li .sub li a {
	display: block;
	font-size: 14px;
	padding: 0;
	text-align: center;
	height: 45px;
	line-height: 45px;
}
.header .nav ul li .sub:after {
	content: "";
	display: block;
	clear: both;
}

.header .nav ul li.curr {
	display: block;
	background: #fccc4a;
}
.header .nav ul li:hover {
	background: #fccc4a;
}

.public {
	margin-top: 40px;
}

.public .left {
	width: 65%;
}

.public .list {
	display: block;
	margin-left: -10px;
}
.public .list ul li {
	margin-left: 10px;
	background: #f5f5f5;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	border:1px solid #e7e7e7;
	padding: 0 20px;
	display: block;
	float: left;
	cursor: pointer;
}
.public .list ul li:hover {
	background: #e60012;
	color: #fff;
}
.public .list ul li.on {
	background: #e60012;
	color: #fff;
}

.more {
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
	color: #333;
}

.more:hover {
	color: #ca2220;
}

.cutover {
	display: block;
	margin-top: 35px;
	max-height: 420px;
	position: relative;
}
.cutover .cons {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

.picture {
	width: 320px;
	display: block;
	position: relative;
}

.picture .bd ul li {
	width: 320px;
	height: 210px;
	overflow: hidden;
}
.picture .bd ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
.picture .bd ul li img {
	width: 100%;
	height: 100%;
	display: block;
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
}
.picture .bd ul li:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.picture .hds {
	display: block;
	position: absolute;
	left: 0;
	top: 175px;
	background: rgba(0,0,0,0.5);
	height: 35px;
	width: 100%;
	line-height: 35px;
	z-index: 999;
}
.picture .hds ul {
	position: absolute;
	right: 10px;
}
.picture .hds ul li {
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 50%;
	margin:0 5px;
	cursor: pointer;
	position: relative;
	z-index: 10;
}
.picture .hds ul li:before {
	content: "";
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	border:2px solid #015aaa;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	margin-left: -5px;
	border-radius: 50%;
	z-index: 9;
	filter:alpha(opacity=0);  
	-moz-opacity:0;  
	-khtml-opacity: 0;  
	opacity: 0;  
}
.picture .hds ul li.on:before {
	filter:alpha(opacity=100);  
	-moz-opacity:1;  
	-khtml-opacity: 1;  
	opacity: 1;  
}

.cons .textbox {
	display: block;
	width: 56%;
	float: right;
	height: 210px;
	overflow: hidden;
	position: relative;
}


.cons .textbox a {
	display: block;
	width: 100%;
	height: 100%;
}

.cons .textbox h3 {
	display: block;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	color: #333;
}

.cons .textbox .time {
	display: block;
	font-size: 14px;
	color: #888;
	padding-left: 17px;
	margin-top: 20px;
	background: url(../img/time-icon.png) no-repeat left center;
}
.cons .textbox .st {
	display: block;
	margin-top: 20px;
	font-size: 14px;
	color: #666;
	height: 50px;
	line-height: 25px;
	overflow: hidden;
}
.cons .textbox .mo {
	position: absolute;
	bottom: 10px;
	right: 0;
	color: #0047a2;
	font-size: 14px;
}
.cons .textbox:hover h3 {
	color: #ca2220;
}
.cons .textbox:hover .st {
	color: #333;
}
.cons .textbox:hover .mo {
	color: #ca2220;
}



.inNews {
	margin-top: 30px;
	border-top:1px dashed #c1c1c1;
	padding-top: 10px;
}
.inNews ul li {
	display: block;
	height: 30px;
	line-height: 30px;
	margin-top: 3px;
	overflow: hidden;
	padding-left: 15px;
	background: url(../img/run.png) no-repeat left center;
}
.inNews ul li a {
	display:block;
	font-size: 14px;
}
.inNews ul li span {
	width: 70%;
	display: block;
	float: left;
	color: #333;
}
.inNews ul li i {
	font-style: normal;
	color: #666;
	float: right;
}
.inNews ul li:hover {
	background: url(../img/run-hover.png) no-repeat left center;
}
.inNews ul li:hover span {
	color: #ca2220;
}
.inNews ul li:hover i {
	color: #ca2220;
}

.public .right {
	width: 32%;
}

.title {
	padding-bottom: 10px;
	border-bottom: 1px solid #dcdcdc;
}
.title h3 {
	font-size: 16px;
	color: #e60012;
	position: relative;
	padding-right: 30px; 
	height: 30px;
	line-height: 30px;
	display: inline-block;
}
.title h3:before {
	content: "";
	display: block;
	position: absolute;
	bottom: -11px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #e60012;
}
.title .vi {
	padding-left: 30px;
	background: url(../img/video-icon.png) no-repeat left center;
}

.public .right .video {
	margin-top: 25px;
	width: 100%;
	position: relative;
	cursor: pointer;
}

.public .right .video .img {
	width: 100%;
	height: 240px;
	overflow: hidden;
}
.public .right .video .img img {
	width: 100%;
	display: block;
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
}
.public .right .video .img2 {
	position: absolute;
	width: 54px;
	height: 54px;
	top: 50%;
	left: 50%;
	margin-top: -27px;
	margin-left: -27px;
	overflow: hidden;
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
}
.public .right .video .img2 img {
	width: 100%;
	display: block;
}
.public .right .video:hover .img img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.public .right .video:hover .img2 {
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
	-o-transform: scale(0.95);
	transform: scale(0.95);
}
.public .right .text {
	margin-top: 20px;
	font-size: 14px;
	color: #666;
	line-height: 25px;
	height: 125px;
	overflow: hidden;
}
.mos {
	color: #0047a2;
	font-size: 14px;
}
.public .right .mos {
	margin-top: 30px;
}
.mos:hover {
	color: #ca2220;
}

.videos {
	position: fixed;
	width:100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: 999; 
	display: none;
}

.videos .videoCon {
	position: absolute;
	left:10%;
	top: 10%;
	height: 80%;
	width: 80%;
}
.videos .videoCon video {
    object-fit: fill;
}
.videos .close {
	position: absolute;
	top:10%;
	left: 91%;
	width: 30px;
	height: 30px;
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;	
	cursor: pointer;
}
.videos .close img {
	width: 100%;
	display: block;
}
.videos .close:hover {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Safari and Chrome */
}

.inbanner {
	margin-top: 40px;
}
.inbanner img {
	width: 100%;
	display: block;
}


.three {
	margin-top: 40px;
}

.three .left {
	width: 65%;
}

.three .left .hd {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #dcdcdc;
}
.three .left .hd ul li {
	display: block;
	float: left;
	font-size: 16px;
	color: #333;
	position: relative;
	padding:0 20px;
	cursor: pointer;
}
.three .left .hd ul li:hover {
	color: #e60012;
}
.three .left .hd ul li.on {
	color: #e60012;
}

.three .left .hd ul li.on:before {
	width: 100%;
}
.three .left .hd ul li:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #e60012;
    transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;	
}

.three .left .inBox {
	margin-top: 20px;
}

.three .left .inBox .inHd {
	display: block;
}
.three .left .inBox .inHd ul li {
	display: inline-block;
	margin-right: 10px;
    background: #f5f5f5;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #e7e7e7;
    padding: 0 20px;
    cursor: pointer;
}

.three .left .inBox .inHd ul li.on {
	color: #0047a2;
}
.three .left .inBox .inHd ul li:hover {
	color: #0047a2;
}
.three .left .conBoxs {
	margin-top: 30px;
	display: none;
}
.three .left .inNews {
	border-top:none;
	margin-top: -10px;
	padding-top: 0;
	width: 56%;
}
.three .left .inNews ul li span {
	width: 100%;
}
.three .left .inNews ul li:hover span {
	color: #0047a2;
}
.three .left .inNews ul li:hover {
	background: url(../img/run-hover2.png) no-repeat left center;
}


.three  .right {
	width: 32%;
}
.three  .right .zs {
	padding-left: 30px;
	background: url(../img/zs-icon.png) no-repeat left center;
}
.three  .right .inNews {
	margin-top: 0;
	border-top: 0;
	padding-top: 15px;
}

.four .list ul li {
	padding: 0 35px;
}
.conens {
	position: relative;
	margin-top: 50px;
	height: 210px;
}
.picScroll {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	padding: 0 60px;
	display: none;
}
.picScroll .bd {
	height: 210px;
	overflow: hidden;
}
.picScroll .bd ul li {
	display: block;
	margin:0 22px;
	width: 225px;
	overflow: hidden;
}

.picScroll .bd ul li a {
	display: block;
}

.picScroll .bd ul li .pic {
	display: block;
	width: 205px;
	height: 150px;
	overflow: hidden;
	border: 10px solid #eee;
}
.picScroll .bd ul li .pic img {
	width: 100%;
	display: block;
	height: 100%;
}

.picScroll .bd ul li span {
	margin-top: 10px;
	color: #333;
	font-size: 14px;
	text-align: center;
	display: block;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}

.nextBox {
	position: absolute;
	right: 0;
	top: 0%;
	margin-top: 44px;
	width: 25px;
	height: 68px;
	background: #e5e5e5;
	cursor: pointer;
}
.nextBox span {
	display: block;
	font-size: 30px;
	height: 30px;
	line-height: 30px;
	margin-top:19px; 
	text-align: center;
}

.prevBox {
	position: absolute;
	left: 0;
	top: 0%;
	margin-top: 44px;
	width: 25px;
	height: 68px;
	background: #e5e5e5;
	cursor: pointer;
}
.prevBox span {
	display: block;
	font-size: 30px;
	height: 30px;
	line-height: 30px;
	margin-top:19px; 
	text-align: center;
}
.prevBox:hover span {
	color: #015aaa;
}
.nextBox:hover span {
	color: #015aaa;
}

.five {
	margin-top: 10px;
}

.five .picScroll {
	display: block;
	height: 150px;
}
.five .list {
	margin-top: 40px;
	position: relative;
	height: 150px;
}
.five .list .picScroll .bd {
	height: 150px;
}
.five .list .bd ul li .pic {
	border:0;
	width: 185px;
	height: 110px;
}
.five .list .bd ul li {
	width: 185px;
	margin: 0 15px;
}


.links {
	background-color: #f5f5f5;
	padding: 20px 0;
	margin-top: 30px;
}
.links ul li {
	display: block;
	float: left;
}
.links ul li a {
	display: block;
	font-size: 14px;
	color: #333;
	padding: 0 20px;
	position: relative;
}
.links ul li a:before {
	content: "";
	display:block;
	width: 1px;
	height: 10px;
	background: #333;
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 5px;
}
.links ul li:last-child a:before {
	display: none;
}
.links ul li a:hover {
	color: #ca2220;
}
.footer {
	background-color: #212121;
	padding:30px 0;
	overflow: hidden;
	min-width: 1200px;
}
.footer .left {
	width: 50%;
}

.footer .left span {
	display: block;
	color: #fff;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
}

.footer .left img {
	display: block;
	margin-top: 10px;
}
.footer .center {
	width: 30%;
	margin-top: 10px;
}
.footer .center span {
	display: block;
	color: #fff;
	display: block;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
}
.footer .center b {
	color: #ffba00;
	font-size: 24px;
	margin-top: 10px;
}
.footer .right  img {
	width: 80px;
	height: 80px;
	display: block;
}
.footer .right span {
	display: block;
	margin-top: 10px;
	color:#fff;
	font-size: 14px;
	text-align: center;
}
.footer .imgs {
	display: block;
	position: absolute;
	top: -30px;
	right: 0;
}

.about {
	display: block;
}
.about .left {
	width: 19%;
}
.about .left .boxs {
	border:1px solid #d3d3d3;
}
.about .left .tit {
	height: 60px;
	line-height: 60px;
	background-color: #f5f5f5;
	text-align: center;
	font-size: 24px;
	color: #ca2220;
}
.about .left ul li {
	display: block;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px dashed #e8e8e8;
}

.about .left ul li a {
	display: block;
	font-size: 16px;
	color: #666;
	padding-left: 40px;
}
.about .left ul li.curr {
	border-bottom: 1px solid #fff;
}
.about .left ul li.curr a{
	background-color: #ca2220;
	color: #fff;
}
.about .left ul li.leftHover {
	border-bottom: 1px solid #fff;
}
.leftHover {
	background-color: #ca2220 !important;
	color: #fff!important;
}
.leftHovers {
	background-color: #fff;
	color: #666;
}
.about .left .phone {
	margin-top: 15px;
	border:1px solid #d3d3d3;
	background-color: #f5f5f5;
	padding: 35px;
}
.about .left .phone span {
	display: block;
	color: #333;
	font-size: 16px;
	background:url(../img/phone.png) no-repeat left center; 
	padding-left: 25px;	
}
.about .left .phone b {
	display: block;
	margin-top: 10px;
	font-size: 22px;
	color: #ca2220;
}

.about .right {
	width: 78%;
	border:1px solid #d3d3d3;
	position: relative;
}

.about .right .tit {
	height: 60px;
	line-height: 60px;
	padding-left: 20px;
	color: #666;
	font-size: 16px;
	background-color: #f5f5f5;
}
.about .right .st {
	display: block;
	position: absolute;
	right: 20px;
	height: 60px;
	line-height: 60px;
	top: 0;
	font-size: 14px;
}
.about .right .st span {
	color: #666;
	display: inline-block;
	margin-left:5px;
}
.about .right .st a {
	display: inline-block;
	color: #666;
	margin:0 5px;
}
.about .right .st a:hover {
	color: #ca2220;
}
.about .right .text {
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.pubboxs {
	padding: 30px 30px 30px 30px;
	width: 876px;
	overflow: hidden;
}
.pubboxs img {
	width: 100%;
}
.linksbox .le {
	width: 35%;
	margin-top: 15px;
}
.linksbox .le img {
	display: block;
	margin-bottom: 10px;
	width: 50%;
}
.linksbox .le span {
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 30px;
}
#map {
	display: block;
	margin-top: 40px;
	height: 460px;
}

.careers {
	margin-top: 10px;
}
.careers .boxs {
	width: 100%;
	position: relative;
	margin-top: 30px;
}
.careers .boxs .list {
	background: #f9f9f9;
	border-left: 3px solid #ca2220;
	height: 50px;
	position: relative;
	cursor: pointer;
}
.careers .boxs .list h3 {
	float: left;
	font-size: 18px;
	color: #333;
	padding-left: 20px;
	line-height: 50px;
}
.careers .boxs .list i {
	float: right;
	padding-right: 20px;
	display: block;
	margin-top: 10px;
}
.careers .boxs .list span {
	display: block;
	position: absolute;
	top: 10px;
	right: 20px;
	display: none;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Safari and Chrome */
}
.careers .boxs .st {
	position: absolute;
	top: 0px;
	line-height: 50px;
	color: #fff;
	font-size: 15px;
	right: 70px;
	display: none;
}
.careers .boxs .listed {
	display: none;
	margin-top: 2px;
	padding: 40px 30px;
	background: #f9f9f9;
}

.careers .boxs .listed .ls {
	width: 100%;
	display: inline-block;
	margin-bottom: 20px;
}
.careers .boxs .listed .ls h3 {
	font-size: 14px;
	color: #333;
}
.careers .boxs .listed .ls ul {
	width: 70%;
}
.careers .boxs .listed .ls ul li {
	display: block;
	float: left;
	width: 25%;
	font-size: 14px;
}
.careers .boxs .listed .ls ul li span {
	display: block;
	color: #666;
}
.careers .boxs .listed .ls ul li b {
	display: block;
	color: #333;
	font-weight: normal;
	margin-top: 5px;
}
.careers .boxs .listed .ls p {
	margin-top: 10px;
	line-height: 30px;
	font-size: 14px;
}
.careers .boxs .listed .ls .ls_content {
	margin-top: 10px;
	line-height: 30px;
	font-size: 14px;
}

.careers .boxs .addlist {
	background: #ca2220;
}
.careers .boxs .addlist h3 {
	color: #fff;
}
.careers .boxs .addlist i {
	display: none;
}
.careers .boxs .addlist span {
	display: block;
}
.careers .boxs .addlist .st {
	display: block;
}

.publsit {
	display: block;
}
.publsit ul li {
	display: block;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	position: relative;
}
.publsit ul li a {
	display: block;
	font-size: 16px;
	color: #333;
}
.publsit ul li span {
	width: 70%;
	padding-left: 16px;
	display: inline-block;
}
.publsit ul li i {
	position: absolute;
	right: 0;
	top: 0;
	height: 45px;
	line-height: 45px;
	font-style: normal;
}
.publsit ul li:hover a {
	color: #ca2220;
}
.publsit ul li:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	width: 4px;
	height: 4px;
	background-color: #f4a900;
	border-radius: 50%;
}

.newsshow h3 {
	font-size: 30px;
	color: #333;
	text-align: center;
}
.newsshow .sted {
	margin-top: 15px;
	font-size: 14px;
	color: #666;
	text-align: center;
}

.newsshow .content {
	margin-top: 30px;
	background: #fff;
	line-height: 25px;
	overflow: hidden;
	font-size: 14px;
}
.newsshow .content img {
	width: 100%;
	overflow: hidden;
}
.updo {
	margin-top: 40px;
}
.updo a {
	width: 46%;
	display: inline-block;
	color: #333;
	margin-left: 2%;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-decoration: none;
}
.updo a span {
	margin-left: 10px;
}
.updo a:hover {
	color: #ca2220;
}

.form {
	display: block;
}
.form .group {
	background-color: #f5f5f5;
	width: 46%;	
	border-radius: 5px;
}
.form .input {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 5px 0;
	background-color: #f5f5f5;
	border:none;
	width: 70%;
}
.form  label {
	width: 50px;
	margin-left: 10px;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	color: #777;
}
.form .textarea {
	width:98%;
	display: block;
	background-color: #f5f5f5;
	height: 100px;
	padding: 10px;
	border-radius: 5px;
	border:none;
}
.form .btns {
	display: block;
	width: 230px;
	height: 42px;
	line-height: 42px;
	color: #fff;
	font-size:  16px;
	background-color: #ca2220;
	border-radius: 5px;
	border:none;
	margin: 0 auto;
	font-size: 14px;
	cursor: pointer;
}
.exboxs {
	margin-bottom: 30px;
}
/* .exboxs h2 {
	font-size: 24px;
	color: #333;
	padding-left: 15px;
	border-left:6px solid #ca2220;
	height: 25px;
	line-height: 25px;
}
.exboxs h2 b {
	font-weight: normal;
	margin-left: 10px;
	text-transform: uppercase;
	color: rgba(51,51,51,0.3);
	font-size: 16px;
} */
.exboxs {
	margin-left: -25px;
}
.exboxs img {
	display: block;
	float: left;
	width: 260px !important;
	height: 177px !important;
	overflow: hidden;
	margin-left: 25px;
	margin-top: 25px;
}
/* .exboxs ul li img {
	display: block;
	width: 100% !important;
	height: 100% !important;
} */

/*  add  */
.curBox .list {
	display: block;
}

.curBox  ul.list li {
	display: block;
	float: left;
	width: 47%;
	margin: 0 1.5%;
	margin-bottom: 30px;
}
.curBox  ul.list li h3 {
	font-size: 22px;
	color: #ca2220;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.curBox  ul.list li span {
	font-size: 16px;
	color: #333;
	height: 30px;
	margin-top: 10px;
	display: block;
	line-height: 30px;
	overflow: hidden;
}
.curBox .list2 {
	display: block;
	margin-left: -1%;
}

.curBox  ul.list2 li {
	display: block;
	float: left;
	width: 45%;
	margin: 0 2.5%;
	height: 240px;
	overflow: hidden;
	border-radius: 20px;
	margin-bottom: 30px;
}

.curBox  ul.list2 li img {
	display: block;
	width: 100%;

}
.curBox  ul.list2 li:nth-child(2) img {
	margin-top: -10px;
}</pre></body></html>