@charset "utf-8";
html{overflow-x: hidden;}
@media (max-width:1920px) {
	html {font-size: 16px;}
}
@media (min-width:1400px) and (max-width:1600px) {
	html {font-size: 16px;}
}
@media (min-width:640px) and (max-width:1399px) {
	html {font-size: 15px;}
}
@media (min-width:471px) and (max-width:639px) {
	html {font-size: 14px;}
}
@media (min-width:320px) and (max-width:470px) {
	html {font-size: 14px;}
}
.hidden{ display:none;}
.display{ display:block;}
/*==========================================公共 开始=============================================*/
.header {top: 0;left: 0;z-index: 1000;width: 100%;text-align: center;background: #94070A;position: relative;border-bottom: 5px solid #7f0003;box-sizing: border-box;max-height: 550px;}
.header .logo {width: 18.125rem;height: 8.4375rem;margin: 0 auto;position: absolute;top: 0;left: 50%;margin-left: -9.0625rem;background: url(../img/logoBG.png) no-repeat bottom center; z-index: 99999999;}
.header .logo a {text-align: center;padding: 24px 0;display: block;}
.header .logo img {max-width: 100%;display: block;text-align: center;margin: 0 auto;}
.banners {position: relative;width: 100%;z-index: 2;margin: 0 auto;height: auto;margin-top: 5rem;}
.banners .hd {position: absolute;width: 100%;text-align: center;left: 0;bottom: 35px;z-index: 3;max-width: 100%;margin: 0 auto;}
.banners .hd ul{width: 100%;max-width: 1200px;margin: 0 auto;}
.banners .hd li {display: inline-block;text-indent: 999px;overflow: hidden;margin: 0 8px;width: 14px;height: 14px;background:white;box-sizing: border-box;border-radius: 50%;}
.banners .hd li.on {background: #94070A;}
.banners .bd {position: relative;z-index: 1;}
.banners .bd li {position: relative;text-align: center;overflow: hidden;height: auto;}
.banners .bd li img {width: 100%;-webkit-animation-name: centerBig;animation-name: centerBig;animation-duration: 5s;animation-iteration-count: infinite;height: auto;z-index: 9;position: relative;display: block;}
.banners .bd li a{display: block;}
.banners .bd li a p{font-size: 1.375rem;color: white;position: absolute;bottom: 1.5625rem;z-index: 11;width: 100%;max-width: 100%;margin: 0 auto;}
.banners .prev {opacity: 0;position: absolute;z-index: 9;left: 2%;top: -290px;display: block;width: 29px;background: url(../img/bannerL.png) no-repeat;height: 51px;cursor: pointer;}
.banners .next {opacity: 0;position: absolute;z-index: 10;left: auto;right: 2%;top: -290px;display: block;width: 29px;;background: red;background: url(../img/Rbanner.png) no-repeat;height: 51px;cursor: pointer;}
.banners:hover .prev,
.banners:hover .next{opacity: 1;transition: 0.4s;}
@keyframes centerBig {
	from {transform: scale(1.0, 1.0);}
	to {transform: scale(1.03, 1.03);}
}
.banners .enter{}
.banners .enter a{position: absolute;bottom: 10px;z-index: 10;font-size: 1.625rem;color: white;font-weight: bold;display: block;line-height: 72px;width: 228px;text-align: center;background: url(../img/enterBg.png) no-repeat;background-size: cover;}
.banners .enter a:hover{color: #E00808;}
@media only screen and (max-width:1366px) {
	/* .banners {height: 640px;}
	.banners .bd li{height: 640px;}
	.banners .bd li img{height: 640px;} */
}
@media only screen and (max-width:1200px) {
		.banners {margin-top: 0;}
	/* .banners {height: 515px;}
	.banners .bd li{height: 515px;}
	.banners .bd li img{height: 515px;} */
}
@media only screen and (max-width:1024px) {

	/* .banners {height: 423px;}
	.banners .bd li{height: 423px;}
	.banners .bd li img{height: 423px;} */
}
@media only screen and (max-width:850px) {
	/* .banners {height: 370px;}
	.banners .bd li{height: 370px;}
	.banners .bd li img{height: 370px;} */
}
@media only screen and (max-width:768px) {
	/* .banners .hd{text-align: center;} */
	/* .banners {height: 320px;}
	.banners .bd li{height: 320px;}
	.banners .bd li img{height: 320px;} */
	.banners .hd li{width: 8px;height: 8px;}
	.banners .hd{bottom: 5px;}
}
@media only screen and (max-width:580px) {
	/* .banners {height: 250px;}
	.banners .bd li{height: 250px;}
	.banners .bd li img{height: 250px;} */
}
@media only screen and (max-width:414px) {
	/* .banners {height: 180px;}
	.banners .bd li{height: 180px;}
	.banners .bd li img{height: 180px;} */
	.banners .hd li{width: 7px;height: 7px;}
}
@media only screen and (max-width:360px) {
	/* .banners {height: 190px;}
	.banners .bd li{height: 190px;}
	.banners .bd li img{height: 190px;} */
	.banners .hd li{width: 7px;height: 7px;}
}
@media only screen and (min-width:320px) and (max-width:359px) {
	/* .banners{height: 140px;}
	.banners .bd li{height: 140px;}
	.banners .bd li img{height: 140px;} */
	.banners .hd li{width: 6px;height: 6px;}
	.banners .hd{bottom: 10px;}
}
.header .w128{position: relative;}
.search-btn{position: absolute;right: -30px;top: 50%;margin-top: -12.5px;}
.tc2 form {border-radius: 4px;overflow: hidden;background: #fff;height: 60px;width: 100%;}
.tc2 input[type="text"] {border: none;width: 94%;display: block;height: 60px;text-align: left;color: #434343;font-size: 14px;background: none;line-height: 60px;padding: 0 20px;}
.tc2 input[type="text"]:focus {text-align: left;}
.tc2 input[type="image"] {position: absolute;right: 0;top: 50%;padding: 0;z-index: 2;height: 60px;width: 70px;cursor: pointer;border: none;background: #94070A url(../img/search1.png) no-repeat center; background-size: 20px 20px;margin-top: -30px;}
/*.tc2 input[type="image"]:hover {background: url(../img/search2.png) center no-repeat;background-size: 20px 20px;}*/
.tc2 .tc{transition: all ease 300ms;position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 999;}
.tc2{pointer-events: none;filter: alpha(opacity=0);-moz-opacity: 0;-khtml-opacity: 0;opacity: 0;transform: scale(1.1);display: none}
.tc2.act {filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;pointer-events: auto;transform: scale(1);width:100%;height:100%;position:fixed;z-index:99;display: block;}
.tc2 .close:hover {transform: rotate(180deg);}
.tc2 .close,.tc {transition: all ease 400ms;-moz-transition: all ease 400ms;-ms-transition: all ease 400ms;-o-transition: all ease 400ms;-webkit-transition: all ease 400ms;}
.tc2 .tc-box {position: absolute;border-radius: 4px;overflow: hidden;top: 50%;z-index: 9999;background: #fff;height: 60px;width: 50%;left: 50%;margin-left: -25%;margin-top: -40px;}
.tc2 .tc.act {display: block;}
.tc2 .close {position: absolute;cursor: pointer;font-size: 20px;right: 30px;top: 30px;}
.tc2 .tc-bg {height: 100%;background: rgba(0, 0, 0, .6);position: absolute;top: 0;left: 0;width: 100%;z-index: 0;}

.animenu__toggle {display: none;cursor: pointer;background-color: rgba(255, 255, 255, 0.2);border: 0;padding: 0.3rem;height: 2.5rem;width: 2.5rem;}
.animenu__toggle.animenu__toggle--active {background-color: #94070A;}
.animenu__toggle.animenu__toggle--active .animenu__toggle__bar {background: #fff}
.animenu__toggle__bar {display: block;width: 1.875rem;height: 2px;background-color: #e0e0e0;-webkit-transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);-o-transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);}
.animenu__toggle__bar+.animenu__toggle__bar {margin-top: 0.45rem;}
.animenu__toggle--active .animenu__toggle__bar {margin: 0;position: absolute;}
.animenu__toggle--active .animenu__toggle__bar:nth-child(1) {-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
.animenu__toggle--active .animenu__toggle__bar:nth-child(2) {opacity: 0;}
.animenu__toggle--active .animenu__toggle__bar:nth-child(3) {-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}
.navBox{position: relative;z-index: 9;width: 100%;}
.animenu {display: inline-block;height:5rem;width: 100%;}
.animenu ul {padding: 0;list-style: none;text-align: center;}
.animenu li,.animenu a {display: inline-block;font-size: 1.125rem;}
.animenu a {color: #fff;text-decoration: none;}
.animenu__nav {}
.animenu__nav>li {position: relative;height: 5rem;text-align: center;padding: 0 2.7%;}
.animenu__nav>li:nth-child(4){margin-left: 21.25rem;}
.animenu__nav>li>a{font-size: 1.0625rem;line-height: 5rem;color: white;display: block;}
/* .animenu__nav>li>a {text-transform: uppercase;color: #b8b8b8;} */
.animenu__nav>li>a:first-child:nth-last-child(2):before {content: "";position: absolute;border: 4px solid transparent;border-bottom: 0;border-top-color: currentColor;top: 50%;margin-top: -2px;right: 10px;display: none;}
.animenu__nav>li:hover>ul {opacity: 1;visibility: visible;margin: 0px 0 0;}
.animenu__nav>li:hover {background: #94070A;}
.animenu__nav>li:hover>a {color: #FFFFFF;font-weight: bold;position: relative;}

.animenu__nav>li>a{position:relative;}
.animenu__nav>li>a:after{content:"";border-bottom:2px solid white;margin-top:5px;display:block;width:100%;transition:all 0.2s ease-out 0s;transform:scaleX(0);position: absolute;top: 50px}
.animenu__nav>li>a:before{content:"";border-left:2px solid white;height:25px;transition:all 0.2s ease-out 0s;transform:scaleY(0);position:absolute;left:50%;top:100%;transform-origin:center top;position: absolute;top: 55px}

.animenu__nav>li:nth-child(1)>a:before{ display:none;}
.animenu__nav>li:nth-child(3)>a:before{ display:none;}

.animenu__nav>li:hover>a:before{transform:none;}
.animenu__nav>li:hover>a:after{transform:none;}
.animenu__nav>li:hover>a:after{transform:none;}

.animenu__nav__child {min-width: 100%;position: absolute;top: 100%;left: 0;width: 100%;z-index: 1;opacity: 0;visibility: hidden;margin:0;transition: margin .15s, opacity .15s;background: url(../img/navBg.png) repeat-x  bottom;padding-bottom: 40px !important;}
/* .animenu__nav li:nth-child(1) .animenu__nav__child{left: -3rem;} */
.animenu__nav__child>li {width: 100%;text-align: center;border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
/* .animenu__nav__child>li:first-child>a:after {content: '';position: absolute;height: 0;width: 0;left: 50%;margin-left: -6px;top: -6px;border: 6px solid transparent;border-top: 0;border-bottom-color: rgba(255, 255, 255, 0.8); *//* 二级导航上方小箭头 */
.animenu__nav__child>li:last-child {border: 0;}
.animenu__nav__child a {padding: 10px;width: 100%;font-size: 1rem;color: #FFFFFF;line-height: 1.875rem;}
.animenu__nav__child a:hover {background-color: #94070A; line-height: 1.875rem;color: #fff;}
.animenu__nav--open {display: block !important;}
.animenu__nav--open .animenu__nav__child {}

@media(max-width: 1300px) {
	.w128 { max-width:none;
    width: 95%;
    margin: 0 auto;}
}

@media(max-width: 1060px) {
	.animenu__nav>li{padding: 0 2%;}
}
@media(max-width: 1198px) {
	.header{height: auto;}
}
@media(max-width: 960px) {
}

@media(max-width: 1200px) {
		.navBox {width: 70%;}
	.header .logo {float: left;position: relative;left: 0;margin-left: 0;background: none;height: auto;}
	.header .logo a{padding: 10px 0;}
	.header .logo img{margin-left: 0;text-align: left;}
	.search-btn{right: 5rem;}
	.animenu{height: auto;}
	.header .box{padding: 0;position: relative;}
	.navBox{background: none;position: absolute;width: 80%;right: -15px;top:100%;}
	.animenu__nav>li{padding: 0;}
	.animenu__toggle {display: inline-block;top: 50%;margin-top: -15px;position: absolute;right: 0;}
	.scrool,.mouseIco {transform: scale(0.75)}
	.animenu__nav,.animenu__nav__child {display: none;}
	.animenu__nav__child a{color: #323232;}
	.animenu__nav>li {width: 100%;border-right: 0;border-bottom: 1px solid #4a8bcc;height: auto;}
	.animenu__nav>li .jt{ content:""; position:absolute; right:0; top:0; width:4rem; height:4rem; background:url(../img/jiantou.png) center no-repeat; background-size:6px auto; z-index:1000;}
	.animenu__nav>li>a:before{display: none;}
	.animenu__nav>li>a::after{display: none;}
	.animenu__nav__child{padding-bottom: 0 !important;}
	.animenu__nav>li:nth-child(4){margin-left: 0;}
	.animenu__nav>li {width: 100%;border-right: 0;border-bottom:1px solid #bb2724;height: auto;background: none;}
	.animenu__nav>li:last-child {border: 0;}
	.animenu__nav>li:first-child>a:after {content: '';position: absolute;height: 0;width: 0;left: 1em;top: -6px;border: 6px solid transparent;border-top: 0;border-bottom-color: inherit;display: none;}
	.animenu__nav>li>a {width: 100%;padding: 0 0 0 2rem !important;border-color: #111;background: rgba(150, 12, 15, 0.9);position: relative;height: 4rem;line-height: 4rem;text-align: left;}
	.animenu__nav a:hover {color: #fff; /*height: 4rem;line-height: 4rem;*/}
	.animenu__nav__child {position: static;background: #f8f8f8;margin: 0;transition: none;visibility: visible;opacity: 1;}
	.animenu__nav__child>li:first-child>a:after {content: none;}
	.header {padding: 0;position: relative;}
	
}

@media(max-width: 768px) {
	.header .w12{width: 100%;}
	.header {padding: 0;position: relative;}
	.header .box{padding: 0 0;}
	.header .logo {width: 60%;margin-top: 0;position: relative;bottom: 0;}
	.header .logo a {padding: 0 0;}
	.header .logo img{text-align: left;}
	.right_icon .search{padding: 9px 0 9px 15px;margin-top: 3px;}
	.right_icon{float: left;position: relative;width:100%;top: 0;left: 0;}
	.right_icon ul{margin-top: 0;padding-top: 6px;}
	.right_icon ul li{}
	.right_icon ul li:nth-child(5) {clear: none;}
	.right_icon ul li{width: auto;}
	.right_icon ul li:nth-child(2) a{width: auto;}
	.right_icon ul li:nth-child(6) a{width: auto;}


		.w128 { max-width:none;
    width: 100%;
    margin: 0 auto;}
}
@media(max-width: 414px) {
	.header .logo{width: 65%;}
	.right_icon .search{padding: 14px 0 14px 10px;margin-top: 1px;}
	.header .logo{margin-top: 0;}
	.right_icon ul li:nth-child(5){clear: both;}
	.right_icon ul li a{width: 4.125rem;line-height: 1.875rem;}
	.right_icon ul li:nth-child(2) a{width: 6.375rem;}
	.right_icon ul li:nth-child(6) a{width: 6.375rem;} 
}
@media(max-width: 502px) {
	.right_icon ul li:nth-child(5){clear: both;}
	.right_icon ul li a{width: 4.125rem;line-height: 1.875rem;}
	.right_icon ul li:nth-child(2) a{width: 6.375rem;}
	.right_icon ul li:nth-child(6) a{width: 6.375rem;}
}
@media(max-width: 360px) {
}
@media(max-width: 320px) {
}

.header.showdiv{position: fixed; }
.header.showdiv .logo{height: auto;padding: 7px 0 10px 0;}
.header.showdiv .logo a{padding: 0;}
@media(max-width: 1024px) {
	.header.showdiv{position: relative; }
}
/*==========================================公共 结束=============================================*/


.bg1{background: url(../img/bg1.jpg) #f9f5f4 no-repeat top center;padding-bottom: 3.125rem;}
.sametitle{margin-bottom: 1.875rem;display: block;text-align: center;margin: 0 auto;margin-bottom: 1.875rem ;}
.sametitle img{display: inline-block;}
.sametitle h3{display: inline-block;font-size: 1.875rem;color: #333333;margin-left: 10px;}
/* news 开始 */
.newsBg{background-size: cover;padding: 3.125rem 0 0 0;}
.newsBox .NewsCon{}
.newsBox .NewsCon .newsPic{width: 46.1%;float: left;height: 395px;position: relative;/* box-shadow: 26px 37px 0px -12px #0A5AA8; */}
.newsBox .NewsCon .newsPic{position: relative;}
.newsBox .NewsCon .newsPic .pic{width: 100%;overflow: hidden;}
.newsBox .NewsCon .newsPic .pic img{width: 100%;object-fit: cover;height: 395px;}
.newsBox .NewsCon .newsPic .text{width: 100%;height:5.3125rem;background: rgba(148,7,10, 0.95);position: absolute;bottom: 0;}
.newsBox .NewsCon .newsPic .text p{font-size: 1.125rem;color: white;line-height: 1.5rem;height: 3rem;color: white;width: calc(100% - 110px);padding-left: 0.9375rem;z-index: 6;overflow: hidden;display: block;margin-top: 15px;}
.newsBox .NewsCon .newsPic .swiper-pagination{text-align: right;z-index: 5;padding-right: 1.25rem;}
.newsBox .NewsCon .newsPic .swiper-pagination span{width: 0.75rem;height: 0.75rem;background: white;border-radius: 0;opacity: 1;border-radius: 50%;}
.newsBox .NewsCon .newsPic .swiper-pagination span.swiper-pagination-bullet-active{width: 0.75rem;height: 0.75rem;background: #eb6100;}
.newsBox .NewsCon .newsPic .swiper-button-prev,
.newsBox .NewsCon .newsPic .swiper-button-next{opacity: 0;}
.newsBox .swiper-container-horizontal>.swiper-pagination{bottom: 35px;}
.newsBox .NewsCon .newsPic:hover .swiper-button-prev,
.newsBox .NewsCon .newsPic:hover .swiper-button-next{opacity: 1;transition: 0.4s;}
.newsBox .NewsCon .newsText{width: 53.9%;float: right;background: white;margin-top: 2.5rem;position: relative;}
.newsBox .NewsCon .newsText .more{width: 197px;height: 30px;border: 1px solid #94070a;position: absolute;top:-50px;right: 0;}
.newsBox .NewsCon .newsText .more a{display: block;color: #94070a;font-size: 0.875rem;line-height: 1.875rem;text-align: center;}
.newsBox .NewsCon .newsText .more:hover{background:#94070a;}
.newsBox .NewsCon .newsText .more:hover a{color: white;}
.newsBox .NewsCon .newsText ul{padding: 15px 25px;box-sizing: border-box;}
.newsBox .NewsCon .newsText ul li{box-sizing: border-box;overflow: hidden;box-sizing: border-box;height: 103%;position: relative;width: 48%;float: left;padding: 20px 0;}
.newsBox .NewsCon .newsText ul li:nth-child(even){float: right;}
.newsBox .NewsCon .newsText ul li+li+li{border-top: 1px dashed #d3d3d3;}
.newsBox .NewsCon .newsText ul li a{line-height: 1.5rem;color: #323232;font-size: 1rem;height: 3rem;display: block;overflow: hidden;}
.newsBox .NewsCon .newsText ul li:hover a{color: #94070a;}
.newsBox .NewsCon .newsText ul li i{color: #999999;font-size: 0.8125rem;display: block;font-style: normal;margin-top: 16px;}
.newsBox .NewsCon .newsText ul li:hover i{color: #94070a;}

@media(max-width: 768px) {
.newsBox .NewsCon .newsPic{ display:none !important}
	.newsBox .NewsCon .newsText ul{padding: 10px 15px 0 15px;box-sizing: border-box;}
	/* .swiper-container-horizontal>.swiper-pagination{bottom: 60px !important;} */
	.newsBox .NewsCon .newsPic .swiper-pagination{text-align: center!important;}
	.newsBg{padding-bottom: 3.125rem;padding-top: 2.5rem;}
	.newsBox .NewsCon .newsPic{width: 100%;float: none;height: auto;}
	.newsBox .NewsCon .newsPic img{height: auto;}
	.newsBox .NewsCon .newsPic .text{height:auto;padding: 8px 15px;}
	.newsBox .NewsCon .newsPic .text p{height: 1.5rem;width: 100%;margin-top: 0;line-height: 1.5rem;}
	.newsBox .NewsCon .newsText{width: 100%;float: none;margin-top: 1.875rem;}
	.newsBox .NewsCon .newsText ul li{width: 100%;}
	.newsBox .NewsCon .newsText ul li+li{border-top: 1px dashed #d3d3d3;}
	.newsBox .NewsCon .newsText ul li a{height: auto;}
	.newsBox .NewsCon .newsText ul li i{margin-top: 8px;}
	.newsBox .NewsCon .newsText .more{width: 50%;height: 30px;border: 1px solid #94070a;position: relative;top:auto;bottom: 5px;margin: 0 auto;}
}
@media(max-width: 414px) {
.newsBox .NewsCon .newsPic .pic img{height: 240px;}
}
@media(max-width: 360px) {
.newsBox .NewsCon .newsPic .pic img{height: 200px;}
}
/* news 结束 */
/* media 开始 */
.media{margin-top: 3.125rem; position: relative; }
.media .ul1{}
.media .ul1 li{float: left;width: calc(33.33333% - 20px);position: relative;}
.media .ul1 li+li{margin-left: 30px;}
.media .ul1 li a{display: block;}
.media .ul1 li a .pic{width: 100%;height:260px;overflow: hidden;}
.media .ul1 li a .pic img{display: block;width: 100%;height: 100%;}
.media .ul1 li a .text{background: white;height: 5.625rem;}
.media .ul1 li a .text span{display: inline-block;padding: 0 10px;background: #94070A;line-height: 1.875rem;color: white;position: relative;margin-top: -0.9375rem;margin-left: 1.25rem;font-size: 0.875rem;}
.media .ul1 li a .text p{height: 3rem;overflow: hidden;line-height: 1.5rem;font-size: 1rem;color: #323232;padding: 0 1.25rem;margin-top: 0.9375rem;}
.media .ul1 li a:hover p{color: #94070A;}
.media .ul2{margin-top: 1.875rem;}
.media .ul2 li{width: 48%;float: left;padding: 15px 0;}
.media .ul2 li+li+li{border-top: 1px dashed #d3d3d3;}
.media .ul2 li:nth-child(even){float: right;}
.media .ul2 li a{display: block;height: 3rem;overflow: hidden;}
.media .ul2 li a .bt{display: inline;float: left;height: 3rem;margin-right: 10px;margin-top: 4px;}
.media .ul2 li a span{display: inline-block; padding: 5px 10px; max-width:210px; background: #94070A;line-height:18px;color: white;position: relative;font-size: 0.875rem;}
.media .ul2 li a p{height: 3rem;overflow: hidden;line-height: 1.5rem;font-size: 1rem;color: #323232;margin-top: -4px;display: inline;overflow: hidden;}
.media .ul2 li a:hover p{color: #94070A;}
.media .more{width: 167px;height: 30px;border: 1px solid #94070a;margin: 0 auto;position: absolute;right: 10px;top: 0px; }
.media .more a{display: block;color: #94070a;font-size: 0.875rem;line-height: 1.875rem;text-align: center;}
.media .more:hover{background:#94070a;}
.media .more:hover a{color: white;}




@media(max-width: 1024px) {
	.media .ul1 li a .pic{width: 100%;height:210px;}
}
@media(max-width: 850px) {
	.media .ul1 li a .pic{width: 100%;height:170px;}
}
@media(max-width: 768px) {
	.media .ul1{display:none !important;}
	.media .ul1 li{float: none;width:100%;position: relative;}
	.media .ul1 li+li{margin-left: 0;margin-top: 20px;}
	.media .ul1 li a .pic{width: 100%;height:auto;overflow: hidden;}
	.media .ul2 li{width: 100%;float: none;padding: 15px 0;}
	.media .ul2 li+li{border-top: 1px dashed #d3d3d3;}
}
@media(max-width: 580px) {
.media .more {
position: inherit;
}
}

/* notice开始 */
.noticeBox{background: url(../img/bg2.jpg) no-repeat center #983133;padding: 3.75rem 0;}
.noticeBox .w128{position: relative;}
.noticeBox .tabNews{width: 10.625rem;position: absolute;left: 0;top: 0;z-index: 4;}
.noticeBox .tabNews .newsTitle{cursor: pointer;margin-bottom: 1.5625rem;}
.noticeBox .tabNews .newsTitle p{font-size: 1.625rem;color: white;opacity: 0.7;font-weight: normal;padding-left: 2.5rem;}
.noticeBox .tabNews .newsTitle.cur p{font-size: 1.875rem;color: white;opacity: 1;position: relative;}
.noticeBox .tabNews .newsTitle.cur p::after{content: "";position: absolute;left: 0;width:1.875rem;height: 1.875rem;background: url(../img/gg.png) no-repeat left center;top: 50%;margin-top: -0.9375rem;background-size: cover;}
.noticeBox .swiper-container{float: right;width: 100%;padding-left: 10.625rem;}
.noticeBox .swiper-slide .more{width: 8.0625rem;height: 30px;border: 1px solid #FFFFFF;margin: 30px auto 0 auto;position: absolute;left: -10.625rem;top: 100px;color: #FFFFFF;font-size: 0.875rem;line-height: 1.875rem;text-align: center;}
.noticeBox .swiper-slide .more:hover{color: #94070A;background: white;}
.noticeBox .swiper-slide{}
.noticeBox .swiper-slide ul li{width: calc(33.333% - 18px);margin-left: 18px;padding: 1.875rem;float: left;background: white;}
.noticeBox .swiper-slide ul li+li+li+li{margin-top: 18px;}
.noticeBox .swiper-slide ul li a{display: block;}
.noticeBox .swiper-slide ul li a p{color: #323232;font-size: 1rem;line-height: 1.5rem;height: 3rem;overflow: hidden;}
.noticeBox .swiper-slide ul li a i{display: block;text-align: left;font-style: normal;color: #797979;font-size: 0.875rem;margin-bottom: 8px;}
.noticeBox .swiper-slide ul li a:hover p{color: #94070A;}

@media(max-width: 1200px) {
	.noticeBox .tabNews .newsTitle a{left: 15px;}
}
@media(max-width: 768px) {
	.noticeBox .swiper-slide ul li{width: 100%;margin-left: 0px;}
	.noticeBox .swiper-slide ul li+li{margin-top: 18px;}
}
@media(max-width: 580px) {
	.noticeBox .w128{padding-bottom: 0;}
	.noticeBox .tabNews .newsTitle p{padding-left: 2rem;}
	.noticeBox .tabNews{width: calc(100% - 15px);float: none;margin-left: 15px;}
	.noticeBox .swiper-slide{padding-bottom: 3.75rem;}
	.noticeBox .swiper-container{float: none;width: 100%;padding-left: 0;padding-top: 4rem;}
	.noticeBox .tabNews .newsTitle{float: left;}
	/* .noticeBox .tabNews .newsTitle p{height: 30px;line-height: 30px;} */
	.noticeBox .swiper-slide .more{top: auto;bottom: 0;left: 50%;margin-left: -4.0625rem;}
}
/* notice结束 */

/* media 结束 */

.bg3{background: url(../img/bg3.jpg)top center #e9dbda;}
/* ldyx 开始 */
.ldyx{padding-top: 50px;position: relative; }
.ldyx .more{width: 167px;height: 30px;border: 1px solid #94070a;margin: 0 auto;position: absolute;right: 10px;top: 50px;}
.ldyx .more a{display: block;color: #94070a;font-size: 0.875rem;line-height: 1.875rem;text-align: center;}
.ldyx .more:hover{background:#94070a;}
.ldyx .more:hover a{color: white;}
.fcLImg{float: left; width: 45%; position: relative;height: 29.375rem;}
.fcLImg a{display: block;}
.fcLImg p{font-size: 1rem;color: white;line-height: 5.3125rem;height: 5.3125rem;color: white;width: 100%;padding-left: 0.9375rem;padding-right: 0.625rem;z-index: 6;text-align: center;background:rgba(0,0,0,0.4);height:5rem;background: #94070A;overflow: hidden;}
.fcLImg .pic{overflow: hidden; width: 100%;height: 380px;}
.fcLImg .pic img{width: 100%;height: 100%;}
.fcRImg{float: right; width: 55%; }
.fcRImg li{float: left; width: calc(50% - 25px); position: relative; height: 220px;margin-left: 25px;}
.fcRImg li+li+li{margin-top: 25px;}
.fcRImg li p{font-size: 1rem;color: white;line-height: 3.125rem;height: 3.125rem;color: white;position: absolute;bottom: 0;width: 100%;padding-left: 0.625rem;padding-right: 0.625rem;z-index: 6;background:rgba(0,0,0,0.7);text-align: center;overflow: hidden;}
.fcRImg li a{display: block;}
.fcRImg li .pic{overflow: hidden; width: 100%; height: 220px;}
.fcRImg li .pic img{width: 100%; height: 100%;}
.fcBg .more{display: block;margin: 0 auto;text-align: center;font-size: 0.875rem;color: #999999;background: url(../img/moreBg.png) no-repeat center;width: 116px;height: 40px;line-height: 40px;margin-top: 1.875rem;}
.fcBg .more:hover{background: url(../img/moreBgON.png) no-repeat center;color: #0A5AA8;}
@media(max-width: 850px) {
	.fcLImg .pic{overflow: hidden; width: 100%;height: auto;}
	.fcRImg li,.fcRImg li .pic{height: 10rem;}
	.fcRImg li{float: left; width: 48%; position: relative; height: 220px;margin-left: 0;}
	.fcRImg li:nth-child(even){float: right;}
	.fcRImg ul{margin-top: 1.25rem;}
}



@media only screen and (max-width:820px) {
	.fcLImg .pic{overflow: hidden; width: 100%;height: auto;}
	.fcRImg li,.fcRImg li .pic{height: 9rem;}
	.fcLImg{float: none; width: 100%;height: auto;}
	.fcRImg{float: none; width: 100%; }
	.fcRImg li{ height: 16.6875rem;}
	.fcRImg li .pic{ height: 16.6875rem;}
	.fcLImg p{height:3rem;line-height: 3rem;}
}
@media only screen and (max-width:580px) {
	.fcRImg li{ height: 12.6875rem;}
	.fcRImg li .pic{ height: 12.6875rem;}
	.ldyx{padding-bottom: 4rem;}
	.ldyx .more{top: auto;bottom: 0px;left: 50%;margin-left: -83px;}
}
@media only screen and (max-width:414px) {
	.fcBg {padding: 2.75rem 0;}
 .fcLImg{float: none; width: 100%; }
 .fcRImg{float: none; width: 100%; }
 .fcRImg li{ height: 10.6875rem;}
 .fcRImg li .pic{ height: 10.6875rem;}
 .fcRImg li p{line-height:2.7rem;height: 2.7rem;}
}
@media only screen and (max-width:360px) {
 .fcLImg{float: none; width: 100%; }
 .fcRImg{float: none; width: 100%; }
 .fcRImg li{ height: 9.6875rem;}
 .fcRImg li .pic{ height: 9.6875rem;}
 .fcRImg li p{line-height: 2.6rem;height: 2.6rem;}
 

 
 
}
@media only screen and (min-width:320px) and (max-width:360px) {
 .fcLImg{float: none; width: 100%; }
 .fcRImg{float: none; width: 100%; }
 .fcRImg li{ height: 8.6875rem;}
 .fcRImg li .pic{ height: 8.6875rem;}
 .fcRImg li p{line-height: 2.5rem;height: 2.5rem;}
}
/* ldyx结束 */

/* topic 开始*/
.topic{margin-top: 3.125rem;background: #f0f3ff;padding: 3.125rem 0;}
.topic .father{position: relative;}
#topic{padding: 0 50px;}
.topic .swiper-slide{}
.topic .swiper-slide a{text-align: center;font-size: 1rem;color: #323232;display: block;margin-top: 10px;}
.topic .swiper-slide a:hover{color: #e70012;}
.topic .swiper-slide .pic{height: auto;}
.topic .swiper-slide .pic img{display: block;margin: 0 auto;width: 100%;}
.topic .father .swiper-button-next2{background: url(../img/rr.png) no-repeat;width: 1.5625rem;height: 2.75rem;left: auto;right: -2.1875rem;top: 50%;margin-top: -1.375rem;position: absolute;z-index: 88;background-size: cover;}
.topic .father .swiper-button-prev2{background: url(../img/ll.png) no-repeat;width: 1.5625rem;height: 2.75rem;left: -2.1875rem;right: auto;top: 0;top: 50%;margin-top: -1.375rem;position: absolute;z-index: 88;background-size: cover;}
.topic .swiper-container{}
@media only screen and (max-width:1200px) {
	.topic .father .swiper-button-next2{right: 0;}
	.topic .father .swiper-button-prev2{left: 0;}
}
/* topic 结束 */


/* footer 开始 */
.footer{background: #960c0f;padding: 30px 0;}
.footer .left{float: left;margin-top: 2.5rem;}
.footer .left .dl2{padding-left: 40px;border-left: 1px solid #a12527;margin-left: 40px;}
.footer .left dl{float: left;}
.footer .left dl dt{font-size: 16px;color: white;line-height: 24px;margin-bottom: 8px;}
.footer .left dl dd{}
.footer .left dl dd a{font-size: 0.75rem;line-height: 1.5rem;display: block;color: white;opacity: 0.85;}
.footer .left dl dd a:hover{color: white;opacity: 1;}

.footer .midle{float: left;margin-left: 60px;margin-top: 40px;}
.footer .midle img{display: block;margin: 0 auto;}
.footer .right{float: right;}
.footer .right .text{}
.footer .right .text p{font-size: 0.875rem;color: white;line-height: 1.5rem;}
.footer .right .ewmBox{margin-top: 20px;padding-top: 20px;border-top: 1px solid #a12527;}
.footer .right .ewmBox .ewm{margin-left: 1.875rem;}
.footer .right .ewmBox .ewm img{display: block;width: 95px;height: 95px;}
.footer .right .ewmBox .ewm p{font-size: 0.875rem;color: white;text-align: center;margin-top: 8px;}
.bq{background: #7d0003;}
.bq p{color: #a85456;font-size: 0.875rem;line-height: 3.125rem;text-align: center;}
.bq p img{display: inline-block;margin-top: 7px;}
.bq br{display: none;}

@media(max-width: 1200px) {
	.footer .midle{ width:36%;}
	.footer .midle img{ width:100%;}
	
	}

@media(max-width: 1023px) {
	.footer .left{float: none;width: 100%;margin-top: 0;}
	.footer .left .dl2{padding-left: 40px;border-left: 1px solid #a12527;box-sizing: border-box;margin-left: 0;}
	.footer .left dl{width: 48%;}
	.footer .left dl+dl{width: 48%;float: right;}
	.footer .midle{float: none;width: 100%;margin-top: 0;}
	.footer .midle img{display: block;margin: 1.25rem auto;max-width: 80%;margin-left: 0;}
	.footer .right{font-size: none;width: 100%;text-align: center;}
	.footer .right .ewmBox{margin-top: 20px;padding-top: 20px;border-top: 1px solid #a12527;text-align: center;display: block;margin: 20px auto 0 auto;}
	.footer .right .ewmBox .ewm{display: inline-block;float: none;}
	.footer .midle{ margin:0 auto;}
	.footer .midle img{ margin:20px auto;}
	
}
@media(max-width: 375px) {
	.bq br{display: block;}
	.bq{padding: 10px 0;}
}
/* footer结束 */

/*=================== 首页结束================== */

/* ===========================新闻综合页开始=============== */
.bg4{background: url(../img/topBg.png) no-repeat top center;}

/* 头条开始 */
.tout{padding-top: 5rem;}

.tout .tt{background: rgba(255,255,255,0.6);box-shadow:0 0 12px 0 #d2d2d2;padding: 2% 4% 2% 8%;position: relative;}
.tout .tt::after{content: "";position: absolute;background: url(../img/tt.png) no-repeat top center;width: 2.375rem;height: 6rem;background-size: cover;left: 1.875rem;top: -4px;}
.tout .tt h2{font-size:33px; line-height:2.25rem;color: #323232;text-align: center; font-weight:bold; overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}}
.tout .tt h2:hover{color: #94070A;}
/* 学校要闻 */
.ImNewsBox{box-shadow: 0 0 15px #d1d1d1;margin-top: 3.125rem;}
.ImNewsBox .ImNews .ImNewspic{width: 50.78%;float: left;height: 400px;position: relative;}
.ImNewsBox .ImNews .ImNewspic{position: relative;}
.ImNewsBox .ImNews .ImNewspic .pic{width: 100%;overflow: hidden;}
.ImNewsBox .ImNews .ImNewspic .pic img{width: 100%;object-fit: cover;height: 400px;}
.ImNewsBox .ImNews .ImNewspic .text{width: 100%;height:4.3125rem;background:url(../img/line.png) repeat top;position: absolute;bottom: 0;}
.ImNewsBox .ImNews .ImNewspic .text p{font-size: 1rem;color: white;line-height: 1.5rem;height: 3rem;color: white;width: calc(100% - 50px);padding-left: 0.9375rem;z-index: 6;overflow: hidden;display: block;margin-top: 15px;}
.ImNewsBox .ImNews .ImNewspic .swiper-pagination{text-align: right;z-index: 5;padding-right: 1.25rem;color: white;}
.ImNewsBox .ImNews .ImNewspic .swiper-pagination .swiper-pagination-total{color:white;font-size: 1rem;}
.ImNewsBox .ImNews .ImNewspic .swiper-pagination .swiper-pagination-current{color: #ff8d90;font-size: 1.75rem;font-weight: bold;position: relative;top: -0.5rem;}
.ImNewsBox .ImNews .ImNewspic .swiper-button-prev,
.ImNewsBox .ImNews .ImNewspic .swiper-button-next{opacity: 0;}
.ImNewsBox .swiper-container-horizontal>.swiper-pagination{bottom: 1.25rem;}
.ImNewsBox .ImNews .ImNewspic:hover .swiper-button-prev,
.ImNewsBox .ImNews .ImNewspic:hover .swiper-button-next{opacity: 1;transition: 0.4s;}
.ImNewsBox .ImNews .newsText{width: 49.22%;float: right;background: white;position: relative;height: 400px;padding: 25px 35px;box-sizing: border-box;}
.ImNewsBox .ImNews .newsText .title h3{display: block;color: #94070a;font-size: 1.5rem;line-height: 1.5rem;text-align: left;float: left;}
.ImNewsBox .ImNews .newsText .title{margin-bottom: 30px;margin-top: 10px;}
.ImNewsBox .ImNews .newsText .title a{color: #888888;display: inline-block;float: right;}
.ImNewsBox .ImNews .newsText .title a:hover{color: #94070a;}
.ImNewsBox .ImNews .newsText ul{}
.ImNewsBox .ImNews .newsText ul li{box-sizing: border-box;overflow: hidden;box-sizing: border-box;position: relative;}
.ImNewsBox .ImNews .newsText ul li a{width: calc(100% - 4rem);background: url(../img/qd6.png) no-repeat left center;padding-left: 0.5rem;line-height: 2.25rem;color: #323232;font-size: 1rem;height: 2.25rem;display: block;overflow: hidden;float: left;} 
.ImNewsBox .ImNews .newsText ul li:hover a{color: #94070a;}
.ImNewsBox .ImNews .newsText ul li i{color: #777777;font-size: 1rem;display: block;font-style: normal;width: 3.5rem;float: right;text-align: right;line-height: 2.25rem;}
.ImNewsBox .ImNews .newsText ul li:hover i{color: #94070a;}

@media(max-width: 1024px) {
	.ImNewsBox .ImNews .ImNewspic{width: 100%;}
	.ImNewsBox .ImNews .newsText{width: 100%;height: auto;padding: 20px 0px;}
	.ImNewsBox .ImNews .newsText .title{margin-bottom: 20px;margin-top: 15px;}
	.ImNewsBox .ImNews .ImNewspic .pic img{height: auto;}
	.ImNewsBox .ImNews .ImNewspic{height: auto;}
}

/* mediaNOtice */

/* 通知公告 */
.mediaNOtice{margin-top: 2.5rem;}
.mediaNOtice .leftBox{width: calc(50% - 15px);float: left;}
.noticeBox2{}
.noticeBox2 .title{}
.noticeBox2 .title h3{display: block;color: #94070a;font-size: 1.5rem;line-height: 1.5rem;text-align: left;float: left;position: relative;padding-left: 1.25rem;}
.noticeBox2 .title h3::after{content: "";position: absolute;left: 0;top:50%;margin-top: -1.0625rem;width: 0.3125rem;height: 2.125rem;background: #94070A;}
.noticeBox2 .title{margin-bottom: 30px;margin-top: 10px;}
.noticeBox2 .title a{color: #888888;display: inline-block;float: right;}
.noticeBox2 .title a:hover{color: #94070a;}
.noticeBox2{}
.noticeBox2 ul li{box-sizing: border-box;overflow: hidden;box-sizing: border-box;position: relative;padding: 0 0.5rem;}
.noticeBox2 ul li+li{border-top: 1px solid #e0e0e0;}
.noticeBox2 ul li a{width: calc(100% - 4rem);line-height: 3rem;color: #323232;font-size: 1rem;height: 3rem;display: block;overflow: hidden;float: left;} 
.noticeBox2 ul li:hover{box-shadow: 0 0 15px #c3c3c3;}
.noticeBox2 ul li i{color: #777777;font-size: 1rem;display: block;font-style: normal;width: 3.5rem;float: right;text-align: right;line-height: 3rem;}
/* 校园动态 */
.xydt{margin-top: 1.875rem;}
.xydt .title{}
.xydt .title h3{display: block;color: #94070a;font-size: 1.5rem;line-height: 1.5rem;text-align: left;float: left;position: relative;padding-left: 1.25rem;}
.xydt .title h3::after{content: "";position: absolute;left: 0;top:50%;margin-top: -1.0625rem;width: 0.3125rem;height: 2.125rem;background: #94070A;}
.xydt .title{margin-bottom: 30px;margin-top: 10px;}
.xydt .title a{color: #888888;display: inline-block;float: right;}
.xydt .title a:hover{color: #94070a;}
.xydt .firstPic{}
.xydt .firstPic a{}
.xydt .firstPic a .pic{overflow: hidden;height: 18.4375rem;}
.xydt .firstPic a .pic img{display: block;width: 100%;height: 100%;}
.xydt .firstPic a .text{}
.xydt .firstPic a .text p{height: 1.5rem;overflow: hidden;line-height: 1.5rem;font-size: 1rem;color: #323232;margin-top: 0.9375rem;}
.xydt .firstPic a:hover p{color: #94070A;}
.xydt .firstPic a .text i{color: #94070A;font-size: 0.875rem;line-height: 1.5rem;background: url(../img/time2.png) no-repeat left center;padding-left: 20px;display: block;font-style: normal;margin-top: 0.625rem;}
.xydt ul{margin-top: 1.125rem;}
.xydt ul li {}
.xydt ul li+li{border-top: 1px solid #e0e0e0;}
.xydt ul li a{width: calc(100% - 4rem);line-height: 3rem;color: #323232;font-size: 1rem;height: 3rem;display: block;overflow: hidden;float: left;} 
.xydt ul li:hover a{color: #94070a;}
.xydt ul li i{color: #777777;font-size: 1rem;display: block;font-style: normal;width: 3.5rem;float: right;text-align: right;line-height: 3rem;}
.xydt ul li:hover i{color: #94070a;}
@media(max-width: 768px) {
	.xydt .firstPic a .pic{overflow: hidden;height: auto;}
}
/* 校友网 */
.xyw img{margin-top: 0.7rem;}
.xyw a{display: block;}
.xyw a img{display: block;width: 100%;height: auto;}


/* 媒体 */
.mediaNOtice .mediaBox2{width: calc(50% - 15px);float: right;}
.mediaBox2{}
.mediaBox2 .title h3{display: block;color: #94070a;font-size: 1.5rem;line-height: 1.5rem;text-align: left;float: left;position: relative;padding-left: 1.25rem;}
.mediaBox2 .title h3::after{content: "";position: absolute;left: 0;top:50%;margin-top: -1.0625rem;width: 0.3125rem;height: 2.125rem;background: #94070A;}
.mediaBox2 .title{margin-bottom: 30px;margin-top: 10px;}
.mediaBox2 .title a{color: #888888;display: inline-block;float: right;}
.mediaBox2 .title a:hover{color: #94070a;}
.mediaBox2 ul{}
.mediaBox2 ul li{float: left;width: calc(50% - 16px);position: relative;}
.mediaBox2 ul li:nth-child(even){margin-left: 32px;}
.mediaBox2 ul li+li+li{margin-top: 32px;}
.mediaBox2 ul li a{display: block;}
.mediaBox2 ul li a .pic{width: 100%;height:175px;overflow: hidden;}
.mediaBox2 ul li a .pic img{display: block;width: 100%;height: 100%;}
.mediaBox2 ul li a .text{background: #f5f5f5;height: 15.0625rem;padding:0 1.5625rem 1.5625rem 1.5625rem;}
.mediaBox2 ul li a .text span{display: inline-block;padding: 0 10px;background: #94070A;line-height: 1.875rem;color: white;position: relative;margin-top: -0.9375rem;font-size: 0.875rem;}
.mediaBox2 ul li a .text h5{height: 3rem;overflow: hidden;line-height: 1.5rem;font-size: 1rem;color: #323232;margin-top: 0.9375rem;}
.mediaBox2 ul li a .text p{height: 4.5rem;overflow: hidden;line-height: 1.5rem;font-size: 0.875rem;color: #5e5e5e;margin-top: 15px;}
.mediaBox2 ul li a:hover h5{color: #94070A;}
.mediaBox2 ul li a .text i{color: #94070A;font-size: 0.875rem;line-height: 1.5rem;background: url(../img/time2.png) no-repeat left center;padding-left: 20px;display: block;font-style: normal;margin-top: 0.625rem;}

@media(max-width: 1024px) {
.mediaBox2 ul li a .pic{height: 9.67rem;}	
.xydt .firstPic a .pic{height: 15.59rem;}
}
@media(max-width: 850px) {
	.mediaNOtice .leftBox{width: 100%;float: none;}
	.mediaNOtice .mediaBox2{width: 100%;float: none;}
	.mediaNOtice .mediaBox2{margin-top: 2.5rem;}
	.xydt .firstPic a .pic{height: auto;}
	.mediaBox2 ul li a .pic{height: 16.67rem;}
}
@media(max-width: 768px) {
	.mediaBox2 ul li a .pic{height: 13.67rem;}
}
@media(max-width: 414px) {
	.mediaBox2 ul li{float: none;width:100%;position: relative;}
	.mediaBox2 ul li:nth-child(even){margin-left: 0;}
	.mediaBox2 ul li+li{margin-top: 1.25rem;}
	.mediaBox2 ul li a .pic{height: auto;}
}


/* 影像黎大 部处动态 */
.yxBc{margin-top: 2.5rem;background: url(../img/bg5.png) no-repeat bottom center;background-size: cover;padding-bottom: 2.5rem;}

.yxldBox{width: calc(50% - 15px);float: left;height: 455px;position: relative;padding: 10px 2.1875rem;box-shadow: 0 0 15px #d1d1d1;background: white;}
.yxldBox .title{position: relative;margin: 20px 0 20px;}
.yxldBox .title h4{display: block;color: #94070a;font-size: 1.5rem;line-height: 1.5rem;text-align: center;position: relative;padding-left: 1.25rem;}
.yxldBox .title a{color: #888888;display: inline-block;position: absolute;top: 6px;right: 0;}
.yxldBox .title a:hover{color: #94070a;}

.yxldBox .yxld{position: relative;}
.yxldBox .yxld .pic{width: 100%;overflow: hidden;position: relative;z-index: 5;}
.yxldBox .yxld .pic img{width: 100%;height: 320px;}
.yxldBox .yxld .pic::after{content: "";background: url(../img/video.png) no-repeat center;background-size: cover;width: 8.125rem;height: 8.125rem;top: 50%;margin-top: -4.0625rem;left: 50%;margin-left: -4.0625rem;z-index: 6;position: absolute;}
.yxldBox .yxld .text{width: 100%;height:4.3125rem;background:url(../img/line.png) repeat top;position: absolute;bottom: 0;z-index: 9;}
.yxldBox .yxld .text p{font-size: 1rem;color: white;line-height: 1.5rem;height: 2rem;color: white;width: 100%;padding-left: 0.9375rem;z-index: 6;overflow: hidden;display: block;margin-top: 2.25rem;text-align: center;}
.yxldBox .swiper-pagination3{text-align: right;z-index: 5;padding-right: 1.25rem;display: table;margin: o auto;text-align: center;width: 100%;}
.yxldBox .swiper-pagination3 span{width: 0.9375rem;height: 0.9375rem;background: #960c0f;border-radius: 0;opacity: 1;border-radius: 50%;margin: 15px 8px;}
.yxldBox .swiper-pagination3 span.swiper-pagination-bullet-active{width: 0.9375rem;height: 0.9375rem;background: #7b7b7b;}
.yxldBox .swiper-button-prev,
.yxldBox .swiper-button-next{opacity: 0;}
.yxldBox .swiper-container-horizontal>.swiper-pagination{bottom: 35px;}
.yxldBox .yxld:hover .swiper-button-prev,
.yxldBox .yxld:hover .swiper-button-next{opacity: 1;transition: 0.4s;}


.bcdt h4{display: block;color: #94070a;font-size: 1.5rem;line-height: 1.5rem;text-align: center;position: relative;padding-left: 1.25rem;margin-top: 1.875rem;}
.bcdt{width: calc(50% - 15px);float: right;background: white;position: relative;box-shadow: 0 0 15px #d1d1d1;background: white;height: 455px;}
.bcdt .more{width: 197px;height: 30px;border: 1px solid #94070a;margin: 0 auto;}
.bcdt .more a{display: block;color: #94070a;font-size: 0.875rem;line-height: 1.875rem;text-align: center;}
.bcdt .more:hover{background:#94070a;}
.bcdt .more:hover a{color: white;}
.bcdt ul{padding: 15px 25px;box-sizing: border-box;}
.bcdt ul li{box-sizing: border-box;overflow: hidden;box-sizing: border-box;position: relative;width: 48%;float: left;border-left: 1px solid #a8a8a8;padding-left: 1.5625rem;margin: 20px 0;}
.bcdt ul li:nth-child(even){float: right;}
.bcdt ul li a{line-height: 1.5rem;color: #323232;font-size: 1rem;height: 4.5rem;display: block;overflow: hidden;}
.bcdt ul li:hover a{color: #94070a;}
.bcdt ul li i{color: #94070A;font-size: 0.875rem;line-height: 1.5rem;background: url(../img/time2.png) no-repeat left center;padding-left: 20px;display: block;font-style: normal;margin-bottom: 1rem;}
.bcdt ul li:hover i{color: #94070a;}

@media(max-width: 850px) {
	.yxBc .w128{padding: 0;}
	.yxldBox{width:100%;float: none;height: auto;position: relative;padding: 10px 2.1875rem;box-shadow: 0 0 15px #d1d1d1;background: white;}
	.yxldBox .yxld .pic img{width: 100%;height: auto;}
	.bcdt ul{padding: 10px 15px 0 15px;box-sizing: border-box;}
	.bcdt ul li{width: 100%;}
	.bcdt ul li:nth-child(even){float: none;}
	.bcdt{width: 100%;float: none;background: white;position: relative;box-shadow: 0 0 15px #d1d1d1;background: white;height: auto;padding: 1.875rem 0;margin-top: 40px;}
	.bcdt h4{margin-top: 1px;}
}

/* ===========================新闻综合页结束=============== */




/*************二级页二级页二级页二级页二级页二级页二级页二级页二级页二级页二级页************/

/* Nybanner开始 */
.bannerNy {position: relative;overflow: hidden;width: 100%;max-width: 1920px;z-index: 2;margin: 0 auto;}
.bannerNy .hover{background: url(../img/bannerBgTop.png)repeat-x top;position: absolute;top: 0;z-index: 9;width: 100%;height: 320px;}
.bannerNy .ejbanner{height: auto;}
.bannerNy .ejbanner img{height: 100%;width: 100%;}
@media(max-width: 1200px) {
	.bannerNy{margin-top: 0;}
}


/* 新闻列表页 */

/* list01 */
.list-box{position: relative;}
.position{overflow: hidden;margin-bottom: 1.875rem; position: relative;}
.position h5{width:100%;font-size: 26px; font-weight:bold;line-height: 2.5rem;color: #323232; background:url(../img/h5bg.png) left center no-repeat; display:block;}
.position p{ float:right; font-size: 0.875rem; color: #888888;background:url(../img/xbb.png) no-repeat 2% center; padding-left:3%; display:block;height:40px; line-height:40px;}
.position p a{color: #888888;transition: 0.6s all; }
.position p a:hover{color: #94070a;transition: 0.6s all;}
.list-nav-icon{position: absolute;right: 0;top: 3.75rem;display: none;}

/*内页样式*/
.ny_left{float:left; width: 19%;}
.ny_left_top h5{background: #94070a;height: 85px;line-height:80px; font-size: 1.5rem;color: #fff; text-align:center; position:relative; margin-top:-40px; z-index:999;}
.sidenav{ overflow:hidden; display:block; background:url(../img/leftbg.jpg) bottom right no-repeat #ededed; padding-bottom:40px; padding-top:10px;}
.accordion { width:100%; border-left:15px solid #ededed;}
.accordion .nav-link { font-size: 17px;color: #000;display: block;}
.accordion .nav-link a{ display: block;color: #000; line-height:30px; padding:12px 0 12px 35px;}
.accordion .nav-link:hover{color: #94070a;}
.accordion .nav-link:hover a{color: #94070a; line-height:30px; padding:12px 0 12px 35px; background: url(../img/nav01.jpg) no-repeat 15px center #fff;}
.accordion .nav-link.hover{color: #94070a;}
.accordion .nav-link.hover a{color: #94070a; line-height:30px; padding:12px 0 12px 35px; background: url(../img/nav01.jpg) no-repeat 15px center #fff;}
.currentnav{ background:#f7f8fa !important; color: #fff !important; }
.nav-link1{ width:50px; height:53px; line-height:53px; cursor: pointer; position:absolute; top:0; right:3px;}
.accordion li{  position: relative; font-size:16px; overflow:hidden;  }

.accordion li i { display:block; width:30px; height:30px; background:url(../img/xia.png) center no-repeat; position: absolute;top:12px;right: 12px;font-size: 18px; color: #595959; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; }
.accordion li.open .nav-link a{color: #94070a;padding-left:35px;background: url(../img/nav01.jpg) no-repeat 15px center #fff;}
.accordion .nav-link.hover{color: #94070a;}
.accordion li.open i.fa-chevron-down {-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg);}
.sidemenu {display: none;padding:10px 0; background:#fff;}
.sidemenu li {font-size:1rem;border-bottom:none;padding-left:35px;}
.sidemenu a { display: block;line-height: 2.5rem;font-size:16px;color: #676767;text-decoration: none;-webkit-transition: all 0.25s ease;-o-transition: all 0.25s ease; transition: all 0.25s ease; }
.sidemenu a.on{color: #94070a;} 
.sidemenu a:hover{color: #94070a;transition: 0.6s all;}
.list-r{float: right;width: 78%; padding:10px 0 4.375rem 0;}
.list01{}
.list01 ul{overflow: hidden;margin-left: -3%;margin-bottom: -1.875rem;}
.list01 li{float: left;width: 30%;margin-left: 3%;margin-bottom: 1.875rem;}
.list01 li .pic{width: 100%;overflow: hidden;position: relative;}
.list01 li .pic img{display: block;width: 100%;height: 198px;transition: 0.6s all;}
.list01 li p{transition: 0.6s all;font-size: 1rem;line-height: 1rem;height: 1rem; color: #000000;font-weight: bold;text-align: center;margin-top: 0.9375rem;}
.list01 li:hover .pic img{transition: 0.6s all;transform: scale(1.1);}
.list01 li:hover p{color: #94070a;transition: 0.6s all;}
.fanye{margin-top: 3.75rem;}
.fanye img{display: block;max-width: 100%;margin: 0 auto;}
@media(max-width: 1360px) {
	.list-box{width: calc(100% - 30px);margin: 0 auto;}	
	.list01 li .pic img{height: 198px;}
}
@media(max-width: 1200px) {
	.list01 li .pic img{height: 247px;}
	.list-nav-icon{display: block;width: 30px;right:0px;top: 5px;}
	.list-nav-icon img{display: block;width: 100%;}
	.position h5{width: 100%;text-align: left;display: block;}
	.position p{display: none;}
	.list-nav{position: absolute;top: 65px;width: 100%;z-index: 9;background: #f9f9f9;display: none; width:97%;}
	.position { padding:0;}
	.list-nav h5{display: none;}
	.position h5{ background:none;}
	.list-nav .sidenav{border-left: none;}
	
	.list-r{float: none;width: 100%;padding-left: 0;border-left: none;}
}
@media screen and (max-width: 1000px) {
	.list01 li .pic img{height: 189px;}
}
@media(max-width: 768px) {
	.list01 li .pic img{height: 143px;}
	.list-box{width:100%; margin: 0 auto;

}	
}
@media(max-width: 414px) {
	.list01 li{width: 100%;}
	.list01 li .pic img{height: auto;}
}
@media(max-width: 375px) {
}
@media(max-width: 360px) {
}
@media(max-width: 320px) {
}
/* part2 */
.list02 li{margin-bottom: 2.25rem;}
.list02 li a{display: block;overflow: hidden;border: 1px solid #e5e5e5;}
.list02 li .pic{width: 24%;float: left;position: relative;overflow: hidden;}
.list02 li .pic img{display: block;width: 100%;transition: 0.6s all;}
.list02 li .text{padding: 20px;float: right;width: calc(100% - 24%);box-sizing: border-box;}
.list02 li .text h5{transition: 0.6s all;font-size: 1rem;color: #333;line-height: 1.25rem;height: 1.25rem;overflow: hidden;margin-bottom: 0.75rem;}
.list02 li .text p{font-size: 0.875rem;line-height: 1.5rem;height: 4.5625rem;overflow: hidden;color: #999;padding-top: 1.5625rem;margin-bottom: 1.25rem;}
.list02 li .text i{font-style: normal;font-size: 0.75rem;color: #999;}
.list02 li:hover .pic img{transform: scale(1.1);transition: 0.6s all;}
.list02 li:hover h5{color: #94070a;transition: 0.6s all;}

@media(max-width: 1360px) {
	
}
@media(max-width: 1200px) {
	
}
@media screen and (max-width: 1000px) {
	
}
@media(max-width: 768px) {
	
}
@media(max-width: 414px) {
	.list02 li .pic{width: 100%;}
	.list02 li .text{width: 100%;margin-left: 0;}
	
	
}
@media(max-width: 375px) {

}

@media(max-width: 320px) {
	
}


/* show */

.show01{margin-bottom: 2.5rem;}
.show01 h5{font-size: 1.5rem;line-height: 2.25rem;text-align: center;margin-bottom: 1.5625rem;}
.show01 p{text-align: center;font-size: 0.75rem;color: #666666;}
.show01 i{font-style: normal;margin: 0 8px;}
.show02{padding-bottom: 1.25rem;margin-bottom: 2.8125rem;}
.show02 p{text-indent: 2em;font-size: 1rem;color: #333333;line-height: 2.125rem;margin-bottom: 1.875rem;}
.show02 img{display: block;margin: 0 auto 1.875rem auto;max-width: 100%;}
.show03 p{font-size: 1rem;color: #666666;margin-bottom: 1.25rem;line-height: 1.5rem;}
.show03 p a{color: #666666;transition: 0.6s all;}
.show03 p a:hover{color: #94070a;transition: 0.6s all;}




/* 简介
======================================*/
.dpzw{padding:10px 0px; line-height:32px !important; }
.dpzw p{ text-indent:2em; font-size:16px !important; margin-bottom:25px; text-align:justify; text-justify:inter-ideograph;}

.dpzw video{ max-width:100% !important;}

.dpzw img{text-align: center; max-width:100% !important; margin:0 auto !important; display: block; height:auto !important;} 

.dpzw table {font-size:14px; width:90%; margin:0 auto; border-collapse: collapse;}
.dpzw table td{text-align: center; padding:5px 10px; line-height:30px; border:1px #ddd solid;}
.dpzw table td p{ text-indent:0em !important; margin-bottom:0px;}
.dpzw iframe{width:700px; height:500px;}


.dpzw1{ line-height:32px !important; }
.dpzw1 h2{ background:url(../img/h2bg.jpg) left center no-repeat; padding-left:30px; font-size:22px; color:#940000; display:block; margin:25px 0;}
.dpzw1 p{ text-indent:2em; font-size:16px !important; margin-bottom:10px; text-align:justify; }

.dpzw1 table {font-size:14px; width:90%; margin:0 auto; border-collapse: collapse;}
.dpzw1 table td{text-align: center; padding:5px 10px; line-height:30px; border:0px #ddd solid;}
.dpzw1 table td p{ text-indent:0em !important; margin-bottom:0px;}




/*图片列表开始*/
.pic{ width:100%;}
.pic ul li { float:left; width:30.3333%; margin:1.5%; display:block; height:auto; overflow:hidden;  margin-top:30px; border:1px solid #eee;}
.pic ul li .img3{width: 100%; min-width:100%; display: block; height: 0; padding-bottom:56%; overflow: hidden;}
.pic ul li .img3 img{ width:100%;}
.pic ul li span{ padding:0 4%; display:block;text-align: center; }
.pic ul li h2{ font-size:16px; line-height:50px; height:50px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.pic ul li p{line-height:25px; color:#777; height:50px; overflow:hidden; display: -webkit-box; font-size:16px;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;}


.pic22{ width:100%;}
.pic22 ul li { float:left; width:22%; margin:1.5%; display:block; height:auto; overflow:hidden;  margin-top:30px; border:1px solid #eee;}
.pic22 ul li .img3{width: 100%; min-width:100%; display: block; height: 0; padding-bottom:140%; overflow: hidden;}
.pic22 ul li .img3 img{ width:100%;}
.pic22 ul li span{ padding:0 4%; display:block;/*text-align: center; */}
.pic22 ul li h2{ font-size:16px; line-height:26px; height:110px; overflow:hidden; text-overflow: ellipsis; /*white-space: nowrap;*/}
.pic22 ul li p{line-height:25px; color:#777; height:50px; overflow:hidden; display: -webkit-box; font-size:16px;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;}


/*详细页*/
.content{ width:90%; margin:10px auto;}
.content-title{ width:100%; border-bottom:1px dotted #bbb; padding-bottom:10px;}
.content-title h3{ font-size:24px; font-weight:bold; line-height:38px; width:100%; text-align:center; color:#222; margin-bottom:10px;}
.content-title i{TEXT-ALIGN: center;  MARGIN: 0px auto; background:#f3f3f3; display:block; line-height:28px; padding:5px 0; font-style:normal; font-size:16px; color:#666;}
.content-con{ padding-top:10px; text-indent:2em; font-size:16px !important; line-height:34px !important; width:100%; margin:0 auto;}
.content-con p{ text-indent:2em; font-size:16px !important; margin-bottom:20px; text-align:justify; text-justify:inter-ideograph; }
.content-con p a{word-wrap: break-word;}
.content-con .bj{ text-align:right;}
.content-con img{text-align: center; max-width:850px !important; width:100% !important; margin:15px auto; display: block; height:auto !important;}
.vsbcontent_img img {text-align: center; max-width:850px !important; width:100% !important; margin:15px auto; display: block; height:auto !important;}

.content-con table {font-size:14px; width:90%; margin:0 auto; border-collapse: collapse;}
.content-con table td{text-align: center; padding:5px 10px; line-height:30px; border:1px #ddd solid;}
.content-con table td p{ text-indent:0em !important; margin-bottom:0px;}



.content-con video{ max-width:100% !important; text-align: center;
    margin: 0 auto;}

.sxt{padding:15px 0; margin-top:15px; border-top:1px dotted #bbb;}
.sxt p{display:block; width:100%; height:34px; font-size:15px; line-height:34px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; color:#333;}





.hf{TEXT-ALIGN: center;  MARGIN: 15px auto; background:#f3f3f3; text-align:right; padding-right:15px; display:block; line-height:28px; font-style:normal; font-size:14px; color:#666;}

.ssjg { padding-bottom:30px;}
.ssjg ul li { padding:20px 0; border-bottom:1px dashed #e5e5e5;}
.ssjg ul li a{ font-size:20px; line-height:45px;}
.ssjg ul li a em{ color:#bd0000; font-style:normal;}
.ssjg ul li p{color: #666; line-height:24px; font-size:14px; height:48px; overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;}





.tit1{ font-size:24px; color:#94070a; height:53px; line-height:53px; border-bottom:1px solid #ccc; margin-bottom:10px;}



.tab {
  text-align: center;
}
.tab h3 { width:33.333%; float:left;  font-weight: bold;
  font-size:20px; height:40px; line-height:40px;
  vertical-align: bottom; background:#f6f6f6; color:#9a0000;
  transition: all 0.3s ease-in-out; cursor:pointer;
}
.tab h3.on {
  position: relative;
  padding-top: 0; color:#fff;
  background:#9a0000;
}


.jgsz h2{background:url(../img/nav01.jpg) left center no-repeat; padding-left:30px; font-size:22px; color:#940000; display:block; margin:25px 0;}

.jgsz ul li{ width:23%; height:50px; line-height:50px; background:#eee; display:block; float:left; margin:10px 1%; font-size:17px; text-indent:10px;}
.jgsz ul li a{ display:block;}

.jgsz ul li:hover{ background:#940000;}
.jgsz ul li:hover a{ display:block; color:#fff;}





.team-list ul {
  margin-bottom: 25px;
}
.team-list ul li {
  width:46%;
  float: left;
  background: #fff;
  overflow: hidden; padding:2%; background:#f6f6f6; margin:2%;
}
.team-list ul li .pic {
  float: left;
  width:36%;
  overflow: hidden;
}
.team-list ul li .pic img {
  width: 100%;
  height: auto;
  display: block;
}
.team-list ul li .text { width:55%; float:right; text-align:left;
}

.team-list ul li .text h4 {
  font-size:22px;
  color: #940000; width:225px;
  line-height:30px; padding:10px 0;
}
.team-list ul li .text p {
  margin-top: 10px;
  line-height: 30px;
  font-size:17px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.team-list ul li.fr {
  float: right;
}

.team-list ul li:hover{box-shadow: darkgrey 10px 10px 20px 5px ;}


.xwsq { margin:30px 0;}
.xwsq ul li{ background:#940000; text-align: center; color:#fff; float:left; width:23%; margin:1%;}
.xwsq .img6 {text-align: center;width: 100%; height:0; padding-bottom:62%; overflow: hidden;}
.xwsq .img6 img {width: 100%;}
.xwsq .title6 { font-size:22px; color:#fff; height:70px; line-height:70px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.xwsq .title6 a {color:#fff;}



.ztzl{ padding-bottom:50px;}
.ztzl ul li{ width:23%; float:left; margin:1%;}
.ztzl ul li img{ width:100%;}


.sz_con{ background:#f4f4f4; }

.sz_con_l{ width:30%; padding:5%; float:left;}

.sz_con_l img{ width:100%; margin:0 auto; display:block;}
.sz_con_l p{ width:100%; margin:0 auto; background:#940000; height:50px; line-height:50px; text-align:center; color:#fff; font-size:20px;}
.sz_con_r{ float:right; width:70%; padding:5%;}
.sz_con_r p{ height:48px; line-height:48px; float:left; font-size:16px; width:50%;}

.xysh_l{ width:100%; margin-bottom:50px;}
.xysh_l .shl{ background:url(../img/bg22.jpg) no-repeat; padding:15px 0 15px 20px; width:45%; float:left;}
.xysh_l .shl h2{ float:left; font-size:30px; padding-left:10px; padding-top:10px; color:#940000; background:url(../img/jt1.png) right bottom no-repeat; max-width:70px; min-width:70px; width:15%; height:230px; font-weight:bold;}
.xysh_l .shl img{ float:right; margin-right:-20px; width:77%; position:relative;}

.xysh_l .shr{ float:right; width:45%; padding-top:30px;}
.xysh_l .shr ul li{ background:url(../img/xb3.png) left center no-repeat; height:35px; line-height:35px; width:46%; margin-right:2%; float:left; padding-left:13px; font-size:16px;}


.xysh_l .shl2{ background:url(../img/bg22.jpg) no-repeat; padding:15px 20px 15px 0px; width:45%; float:right;}
.xysh_l .shl2 h2{ float:right; font-size:30px; padding-left:10px; padding-top:10px; color:#940000; background:url(../img/jt2.png) right bottom no-repeat; max-width:70px; min-width:70px; width:15%; height:230px; font-weight:bold;}
.xysh_l .shl2 img{ float:left; margin-left:-20px; position:relative; width:77%;}


.xysh_l .shr2{ float:left; width:45%; padding-top:30px;}
.xysh_l .shr2 ul li{ background:url(../img/xb3.png) left center no-repeat; height:32px; line-height:32px; width:46%; margin-left:2%; float:left; padding-left:13px; font-size:16px;}

.m-list3 {
	
}
.m-list3 li {
	overflow: hidden;
	padding: 10px 0 30px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 20px;
}
.m-list3  .pic3 {
	float: left;
	overflow: hidden;
	width: 180px;
	height: 120px;
	position:relative;
}
.m-list3  .pic3 img {
	display: block;
	overflow: hidden;
	width: 180px;
	height: 120px; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; position:absolute; z-index:1;
}
.m-list3  .pic3:hover img {
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1);
}
.m-list3 .txt44 {
	overflow: hidden;
	padding-left: 20px;
}
.m-list3 .tit44 {
	font-size: 16px; font-weight:bold;
	line-height: 32px;

	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.m-list3 .txt44 p {
	height: 48px;

	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.m-list3 .info {
	padding: 5px 0;

	line-height: 25px;
}
.m-list3 .info .time1 {
	font-size: 12px;
	color: #999;
}




.cxyy{ background:url(../img/cxbg.jpg) right top repeat-y; padding:20px; margin-bottom:50px;}
.cxyy img{ width:217px; height:142px; float:left;}
.cxyy span{ float:right; width:70%; }
.cxyy p{ font-size:15px; line-height:30px;  float:left; min-width:50%;}

.Newslist {}
.Newslist ul li { height:55px; line-height:55px; border-bottom:1px dashed #dcdcdc; font-size:16px; background:url(../img/qd6.png) left center no-repeat; padding-left:10px; overflow:hidden; width:100%; text-overflow: ellipsis; white-space: nowrap;}
.Newslist ul li span{float: right; padding-left:10px; color: #999999;}


.TabTitle1{margin-bottom: 1.875rem; cursor: pointer;}
.TabTitle1 ul { width:400px; margin:0 auto;}
.TabTitle1 ul li{ float:left; padding:0 20px;}
.TabTitle1 ul li h3{display: inline-block; font-size: 1.875rem;
    margin-left: 10px;}
.TabTitle1 .hover{  color:#94070A !important;}

.kslj { background:#810000; height:40px; line-height:40px;}
.kslj ul li{ float:left; display:block; margin:0 15px; color:#fff; font-size:14px;}
.kslj ul li a{ color:#fff;}

.kslj2 ul li{ float:left; height:50px; line-height:50px; text-align:center; font-size:20px; font-weight: bold; color:#fff; width:23%; margin:1%;}  
.kslj2 ul li a{ color:#fff; display:block;}
.color1{ background:#d82208;}
.color2{ background:#28a503;}
.color3{ background:#255fa9;}
.color4{ background:#97329b;}

 .pct{}

@media(max-width: 1360px) {
	
}
@media(max-width: 1200px) {

}
@media screen and (max-width: 1050px) {
	
 .pct{display:none;}
}

@media screen and (max-width: 820px) {
	.xysh_l .shl h2{ height:185px;}
	.xysh_l .shl2 h2{ height:185px;}
.m-list3 .pic3{ display:none;}
.m-list3 .txt44{ padding-left:0;}
.cxyy img{ display:none;}
.cxyy span{ float:none; width:100%;}
.tout{display:none;}
.vsbcontent_img img { max-width:100% !important; width:100%;}

.dpzw {overflow-x: scroll;}
.dpzw table{ border-collapse: collapse; width:500px;}
.dpzw iframe{width:100% !important;  height:auto; display: block;}

.content-con div{overflow-x: scroll;}
.content-con table{ border-collapse: collapse; width:500px;}
}

@media(max-width: 768px) {
	.jgsz ul li{ width:48%;}
	.pic ul li{ width:47%;}
.pic22 ul li{ width:47%;}
.xwsq ul li{ width:48%; margin:1%;}
.kslj{display:none;}
.kslj2 ul li{ width:48%;}
}
@media(max-width: 600px) {
.tab h3 { width:100%; font-size:18px;}	
.jgsz ul li{ width:98%;}
.team-list ul li{ width:100%; float:none; margin:15px 0;}
.team-list ul li .text h4{ font-size:18px; width:auto;}
.team-list ul li .text p{ margin-top:0px; font-size:14px;}
.sz_con_l{ width:90%; margin:0 auto; text-align:center; float:none;}
.sz_con_r{ float:none; width:100%;}
.sz_con_r p{ width:100%;}
.content{ width:100%; margin:0 auto;}

.xysh_l{ background:url(../img/bg22.jpg) repeat; margin-bottom:30px;}
.xysh_l .shl{ width:20%; background:none;}
.xysh_l .shl2{ width:20%; background:none;}
.xysh_l .shr{ width:75%; padding:10px 0;}
.xysh_l .shr2{ width:75%; padding:10px 0;}
.xysh_l .shl img{ display:none;}
.xysh_l .shl2 img{ display:none;}
.ztzl ul li{ width:47%; margin:1.5%;}

}

@media(max-width: 414px) {
	.list04-01 li a{width: 107px;}
	
	 .tc2 .tc-box{ width:75%; margin-left:-12%; left:25%;}
	 .xysh_l .shr{ width:55%;}
	 .xysh_l .shr2{ width:55%;}
	 .xysh_l .shr2 ul li{ width:100%; float:none; margin-left:10%;}
	 .xysh_l .shr ul li{ width:100%; float:none;}
	 .cxyy p{ width:100%;}
.xwsq ul li{ width:100%; margin:10px 0;}
}



@media(max-width: 320px) {
	
}







.tu {padding-top:20px;}
.tu ul li{ width:100%; margin-top:20px;}
.tu ul li img{ width:100%;}


/* 网站置灰 */

.tc2 {

}
.tc2 .tc-box{
    top: 100px;
    margin-top: 0;
}