@charset "utf-8";
@import url("global.css");
body{background:#fff}
.blue{color: #000 !important; font-weight: normal!important;}
.banner{
	width:100%;
	background:url(../images/banner.jpg) no-repeat center top;
	height:660px;
}
.banner_con{
	width:1200px;
	margin:0 auto;
}
.banner_con .logo{
	padding:60px 0 0 0;
	text-align: center;
}
h2{text-align: center; margin:0px 0 30px 0;}
.text{width:100%; color: #fff; font-size: 18px; padding:10px 0;margin-top: 540px; text-indent: 34px;}
.bg01{background: url(../images/bg01.jpg) no-repeat center top; padding:0; height: 721px;}
.bg02{background: url(../images/bg02.jpg) no-repeat center top; padding:30px 0 0 0; height: 914px;}
.bg03{background: url(../images/bg03.jpg) no-repeat center top; padding:0; /*height: 684px;*/ height: 810px;}
.bg04{background: url(../images/bg04.jpg) no-repeat center top; padding:30px 0 0 0 ; /*height: 679px;*/}
.more{width:100%; text-align: center;display: block;margin: 25px 0;}
.more1{margin:10px;}

/*top_picnews*/
.pic_news{width:599px; height: 490px;background: #0849b6;margin-top: 20px;}
.pic_news .swiper {width: 100%;/*! height: 100%; */}
.pic_news .swiper-slide {text-align: center;font-size: 18px;
/* Center slide text vertically */display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.pic_news .swiper-slide img {display: block;width: 599px;height: 400px;object-fit: cover;}
.pic_news .swiper-slide h1{font-weight: normal; line-height: 51px; font-size: 18px; /*! margin-top: 5px; */color: #fff;height: 80px;}
.pic_news .swiper-pagination-bullet {
 width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,40px));
 height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,7px));
 display:inline-block;
 border-radius:4px;
 background:var(--swiper-pagination-bullet-inactive-color,#fff);
 opacity:var(--swiper-pagination-bullet-inactive-opacity, 1);
}
.pic_news .swiper-pagination-bullet-active {
 opacity:var(--swiper-pagination-bullet-opacity, 1);
 background:var(--swiper-pagination-color,#ffd700);
}

.bg01 .swiper {width: 100%;height: 370px;}
.bg01 .swiper-slide {text-align: center;
/* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        display: flex;
        flex-direction: column;
      }
.bg01 .swiper-wrapper{height: 88%;}
.bg01 .swiper-slide img {display: block;width: 370px; height: 253px; object-fit: cover;}
.bg01 .swiper-slide p {width:340px; height: 60px; color:#fff; background:#0769c8; text-align: left; padding:5px 15px;}
.bg01 .swiper-horizontal>.swiper-pagination-bullets,
.bg01 .swiper-pagination-bullets.swiper-pagination-horizontal,
.bg01 .swiper-pagination-custom,
.bg01 .swiper-pagination-fraction {
 bottom:-5px;
 left:0;
 width:100%
}
.bg01 .swiper-pagination-bullet {
 width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,40px));
 height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,10px));
 display:inline-block;
 border-radius:5px;
 background:var(--swiper-pagination-bullet-inactive-color,#73b6de);
 opacity:var(--swiper-pagination-bullet-inactive-opacity, 1);
}
.bg01 .swiper-pagination-bullet-active {
 opacity:var(--swiper-pagination-bullet-opacity, 1);
 background:var(--swiper-pagination-color,#0769c8);
}
.bg02 .swiper {width: 100%;padding-top: 50px;padding-bottom: 90px;}
.bg02 .swiper-slide {background-position: center;background-size: cover;width: 317px; height: 565px; overflow: hidden;}
.bg02 .swiper-slide img {display: block;width: 100%; height: auto; border:1px solid #fff;}
.bg02 .swiper-pagination-fraction{bottom:-10px; left:0; width:100%}
.bg02 .swiper-pagination-bullet{
 width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,40px));
 height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,10px));
 display:inline-block;
 border-radius:5px;
 background:var(--swiper-pagination-bullet-inactive-color,#fff);
 opacity:var(--swiper-pagination-bullet-inactive-opacity, 1);
}
.bg02 .swiper-pagination-bullet-active{
 opacity:var(--swiper-pagination-bullet-opacity, 1);
 background:var(--swiper-pagination-color,#5f4bc2);
}

.pic_top01{width:566px; height: 513px; border: 1px solid #8c7ecb; background: #543aae; padding:15px; text-align: left; color:#d2c8fa; font-size: 16px; line-height: 1.5;}
.pic_top01 img{width: 566px; height: 377px;}
.pic_top01 h1 {font-size: 22px; color:yellow; width: 100%; text-align: left; margin:10px;}
.pic_top01 h1 a{color:yellow;}
.pic_top01 p{margin:10px;}


.list_swiper .swiper {width: 1300px; margin:0px auto;}
.list_swiper .swiper-slide {
        text-align: left;
        font-size: 18px;
	      background: url(../images/list_swiper_bg.png);
        height: calc((100% - 16px) / 2);

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        overflow: hidden;
      }
.list_swiper .swiper-pagination-bullet {
 width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,40px));
 height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,10px));
 display:inline-block;
 border-radius:5px;
 background:var(--swiper-pagination-bullet-inactive-color,#fff);
 opacity:var(--swiper-pagination-bullet-inactive-opacity, 1);
}
.list_swiper .swiper-pagination-bullet-active {
 opacity:var(--swiper-pagination-bullet-opacity, 1);
 background:var(--swiper-pagination-color,#a2d5ff);
}

.list01{margin:20px 20px;width: 600px;}
.list01 li{float:left;width:580px;height:114px;margin:0 0 12px 0;/*! background:#fff; */}
.list01 li .riqi{display:block;width:60px;height:41px;margin:13px 0 0 7px;padding:22px 15px;text-align:center;font-size:48px;font-weight:bold;line-height:18px;color:#0849b6;border-right:1px solid #d1d1d1;}
.list01 li .riqi em{font-size:14px;font-weight:normal;color: #333;}
.list01 li .r{width:467px;margin:16px 0 0 15px;}
.list01 li .r h3{font-size:20px;font-weight:normal;color:#333;height: 25px;overflow: hidden;}
.list01 li .r h3 a{color:#333;}
.list01 li .r p{font-size:16px;padding:8px 0 0;line-height: 24px;color:#666;}

.list02{height: 829px; margin:60px 0;}
.list02 .swiper-wrapper{width: 580px;height: 400px; margin:10px 15px 18px 10px; float: left;}
.list02 .pic{/*! /*! width: 266px; */ */}
.list02 img{width: 266px; height: 398px; border: 0px solid #fff;}
.list02 video{width: 266px; height: 422px; border: 0px solid #fff;background-color: black;}
.list02 .info{width:328px;margin: 20px;}
.list02 .info h1{text-align: left;}
.list02 .info h1 a{font-size: 34px;line-height: 28px;color: #fff; text-align: left; width:100%;}
.list02 .info p{width: 314px;height: 226px;font-size: 16px;line-height: 22px;color: #fff; margin:10px 0;}
.list02 .info .date{font-size: 14px;line-height: 22px;color: #fff;position: absolute;bottom: 30px;}
.list02 .player{ position: absolute;left: 0; top:0;right: 0; bottom:0;z-index: 100;}

.list03{text-align: left; background: url(../images/bg_list03.png) no-repeat;width: 595px;height: 527px;margin-top: 13px;float: left;}
.list03 ul{margin:20px 0 0 0;float: right;width: 555px; height: 400px; }
.list03 li{font-size: 18px; height: 45px; background:url(../images/icon.png) 2px 6px no-repeat; color: #555; width:557px; padding-left:24px; float: left;}
.list03 .date{color: #9e9e9e; width:76px; text-transform: uppercase; height: 36px; font-size: 14px;}
.list03 img{margin:-40px 0 0 80px;}

.list04{
	margin:0 auto;
	width: 1220px;
	height: 450px;
	padding: 56px 0 0 0;
}
.list04 li{
	float:left;
	width:588px;
	height:83px;
	margin:0px 20px 20px 0px;
	background:#eff5ff;
}

.list04 li .riqi{
	display:block;
	width:88px;
	height:33px;
	margin:12px 0 0 0px;
	padding:5px 0 20px 0;
	/*! -webkit-border-radius: 100%; */
	/*! -moz-border-radius: 100%; */
	/*! border-radius: 0 100% 100% 0; */
	/*! background:#d95b31; */
	text-align:center;
	font-size:18px;
	font-weight:bold;
	line-height:21px;
	border-right: 1px solid #b7b7b7;
	color: #626262;
}
.list04 li .riqi em{
	font-size:22px;
	font-weight:normal;
	color: #e55c00;
	font-weight: bold;
}
.list04 li .r{
	width:435px;
	margin:13px 0 0 20px;
}
.list04 li .r h3{
	font-size:18px;
	font-weight:normal;
	color:#014b9c
}
.list04 li .r h3 a{
	color:#474747;
	font-weight:bold;
}
.list04 li .r p{
	font-size:15px;
	padding:1px 0 0;
}

.tline {
	color: #dedede
}

.ad img{margin:0 17px 17px 17px;}
