﻿body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }   
body { background:#ffffff; color:#333; font-size:14px; font-family: "微软雅黑",'Arial Regular', Verdana, Helvetica, sans-serif; }   
td,th,caption { font-size:14px;}
a { color:#333; text-decoration:none; transition: all .3s; -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s;}   
a:hover { text-decoration:none; transition: .3s all;-webkit-transition: .3s all;-moz-transition: .3s all;-o-transition: .3s all;}   
img { border:none; }   
ol,ul,li { list-style:none; }   
input, textarea, select, button { font:14px "微软雅黑", 'Arial Regular', Verdana,Helvetica,Arial,sans-serif; }   
table { border-collapse:collapse; }   
html {overflow-y: scroll;}   

a,button{cursor:pointer;}
input,textarea,button{outline: none;}
textarea{resize:none;}

.clearfix:after{clear:both;content:""; display:block; visibility:hidden; height:0;overflow: hidden;}	
.fl{float: left;}
.fr{float: right;}
.show{display:block !important;}
.hide{display: none !important;}

.container{
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}
.d-top{
	width: 100%;
	
}
.d-top-nav{
	height: 35px;
	width: 100%;
	background-color: #0a4374;
}
.d-top-cont{
	width: 1310px;
}
.d-top-navcont{
	height: 35px;
	display: flex;
	
    align-items: center;
	color: #fff;
	font-size: 14px;
	justify-content: flex-end;
	width: 1310px;
	margin: 0 auto;
}
.d-top-navcont a{
	color: #fff;
	font-size: 14px;
	margin: 0  10px;
}
.d-top-navcont a:hover{
	color: #00f6ff;
}
.d-top-logo{
	background-image: url(/img/meeting/topbg.png);
	height: 122px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.d-top-logocont{
	height: 100%;
	display: flex;
	    align-items: center;
	    justify-content: space-between;
	width: 1310px;
	margin: 0 auto;
}
.d-log{
	width: 346px;
	height: 65px;
}
.d-log img{
	width: 100%;
	height: 100%;
	display: block;
}
.d-search input{
	color: #Fff;
	text-indent: 20px;
	background-color: #1259a7;
	border-radius: 17px;
	width: 386px;
	height: 34px;
	border: #3390e7 1px solid;
}
.d-search{
	position: relative;
	
}
.d-search img{
	position: absolute;
	right: 11px;
	top: 9px;
	width: 16px;
	height: 15px;
	display: block;
}
.d-nav{
	width: 100%;
	height: 72px;
	background-color: #fff;
	box-shadow: 0px 0px 10px #363636;
	
}
.d-nav-cont{
	width: 1310px;
	margin: 0 auto;
}
.d-nav-cont li{
	text-align: center;
	float: left;
	width: 145px;
	line-height: 72px;
}
.d-nav-cont li a{
	font-size: 20px;
	color: #0f6aa1;
}
.d-cont{
	width: 1310px;
	margin: 0 auto;
}

.swiper-container.d-banner{
	margin-top: 22px;
	width: 100%;
	height: 320px;
}
.d-calendar-nav{
	padding: 13px 0;
	width: 212px;
	float: left;
	background-color: #2366e4;
}
.d-calendar-nav li a{
	box-sizing: border-box;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 15px;
	display: inline-block;
	width: 100%;
	color: #fff;
	font-size: 14px;
	height: 36px;
}
.d-calendar-nav li a:hover{
	background-color: rgba(255, 255, 255, 0.4);
}
.d-calendar-nav li span{
	line-height: 36px;
	
	margin-right: 10px;
}
.d-calendar-nav li span img{
	width: 4px;
	height: 5px;;
	display: inline-block;
}
.d-calendar{
	margin-top: 23px;
}
.d-calendar-cont{
	position: relative;
	float: right;
	width: 1072px;
	height: 306px;
	background-image: url(../image/d-calendar.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.d-calendar-bnt{
	display: flex;
	align-items: center;
	justify-content: center;
	/* display: block; */
	position: absolute;
	top: 120px;
	right: 223px;
	width: 248px;
	height: 80px;
	background-color: #fff;
	border-radius: 8px;
	font-size: 18px;
	color: #1e51b2;
}
.d-calendar-bnt img{
	height: 24px;
	width: 24px;
	display: block;
	margin-right: 10px;
	
}
.d-meeting{
	margin-top: 30px;
	width: 100%;
	border-bottom: #c4ddff 5px solid;
}
/* .d-row{
	width: 100%;
	height: 5px;
	background-color: #206ed5;
} */
.d-meeting-nav{
	border-top: #206ed5 5px solid;
	border-bottom: #e8eef1 1px solid;
	display: flex;
	align-items: center;
}
.d-meeting-nav span{
	line-height: 1;
	margin: 25px 0;
	font-size: 24px;
	color: #667d89;
}
.d-meeting-nav-list{
	margin-left: 45px;
}
.d-meeting-nav-list li{
	cursor: pointer;
	font-size: 14px;
	color: #c5c5c5;
	border-radius: 2px;
	float: left;
	padding: 10px 20px;
	border: 1px solid #c5c5c5;
	margin-right: 10px;
}
.d-meeting-nav-list li:hover,.d-more:hover,.d-page a:hover,.d-page a.on{
	color: #339af3;
	border: #3590e0 1px solid;
}
.d-meeting-list{
	width: 100%;
}
.d-meeting-list li{
	padding: 0 10px;
	height: 85px;
	display: flex;
	align-items: center;
	/* border-bottom: 1px dashed #C5C5C5; */
}
.d-meeting-list li:nth-child(2n){
	background:#fbfbfb;
}

.metting-date{
	margin-right: 17px;
	box-sizing: border-box;
	padding-top: 18px;
	text-align: center;
	font-size: 11.5px;
	display: inline-block;
	background-image: url(../image/meetingbg.png);
	width: 42px;
	height: 42px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.d-meeting-list li .metting-date{
	color: #3eab27;
}
.d-meeting-list li .metting-date.urgent{
	color: #ff6c00;
}
.d-meeting-list li .metting-date.recommend{
	color: #3571e0;
}
.metting-title{
	width: 52%;
	font-size: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #373737;
	
}
.d-meeting-list li img{
	margin-right: 10px;
	display: inline-block;
	vertical-align: bottom;
}
.metting-address,.meeting-time{
	margin-right: 42px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.metting-address{
	margin-right: 42px;
	width: 11%;
}
.meeting-time{
	margin-right: 42px;
	width: 20%;
}
.metting-address img{
	width: 14px;
	height: 18px;
	
}
.metting-detail{
	border-radius: 4px;
	padding: 5px 8px;
	border: 1px solid #C5C5C5;
}
.d-more{
	line-height: 1;
	margin: 20px auto ;
	text-align: center;
	display: block;
	border: 1px solid #C5C5C5;
	padding: 12px 30px;
	width: 145px;
	font-size: 14px;
	color: #bdbdbd;
	border-radius: 22px;
}
.d-page{
	margin: 30px auto 57px;
	text-align: center;
}
.d-page a{
	border-radius: 8px;
	margin-right: 20px;
	line-height: 1;
	padding: 13px 20px;
	font-size: 18px;
	color: #cdcdcd;
	text-align: center;
	display: inline-block;
	border: 1px solid #C5C5C5;
}
.d-search-bg{
	box-sizing: border-box;
	padding: 47px 0;
	background-color: #2478c1;
	background-image: url(../image/searchbg.png);
	height: 288px;
	width: 100%;
}
.d-search-cont{
	display: flex;
	justify-content: center;
	width: 1310px;
	margin: 0 auto;
}
.d-search-cont input,.d-calendar-search select,.d-search-cont button{
	box-sizing: border-box;
	margin-bottom: 15px;
	width: 100%;
	display: block;
	text-indent: 12px;
	font-size: 14px;
	border-radius: 4px;
	height: 40px;
	border: 1px #fff solid;
	outline: none;
}

/* input 自定义图标 */
 .d-search-cont input[type="text"]::after {
			content: "";
          display: inline-block;
		  position: absolute;
          width: 21px;
          height: 16px;
          background-image: url(../image/inpit_date.png);
        }
.d-data{
	
	position: relative;
}
.d-data img{
	 pointer-events: none;
	position: absolute;
	width: 21px;
	height: 16px;
	top:2px;
	right: 15px;
}
.d-search-cont button.meeting{
	display: block;
	margin-bottom: 0px;
	border: transparent;
	color: #fff;
	background-color: #0068c2;
}
.d-search-cont  button.paper{
	display: block;
	margin-bottom: 0px;
	border: transparent;
	color: #fff;
	background-color: #ff7926;
}
.d-search-cont  button.playback{
	display: block;
	margin-bottom: 0px;
	border: transparent;
	color: #fff;
	background-color: #67d630;
}
.d-search-cont form{
	width: 306px;
	display: block;
}
.d-calendar-search,.d-meeting-search{
	
	display: flex;
	align-items: center;
	width: 450px;
	justify-content: space-between;
}
.d-meeting-search{
	margin-left: 30px;
}
.d-meeting-logo,.d-calendar-logo{
	width: 110px;
	height: 110px;
	
}
.d-meeting-logo img,.d-calendar-logo img{
	width: 100%;
	height: 100%;
	display:block;
}
.d-notice{
	padding: 57px 0;
	background-color: #ffffff;
	width: 100%;
}
.d-notice-cont{
	width: 1310px;
	margin: 28px auto 0;
}
.d-notice-cont li{
	float: left;
	margin-right: 34px;
	padding-left: 10px;
	box-sizing: border-box;
	width: 635px;
	height: 56px;
	border-radius: 5px;
	margin-bottom: 25px;
	box-shadow: 0px 0px 5px #c8e0f5;
	border:solid 1px #c8e0f5;
	display: flex;
	align-items: center;
	background: #daeeff;
}
.d-notice-cont li:nth-child(4n+1){
	box-shadow: 0px 0px 5px #999;
	border:none;
	background: #ffffff;
}
.d-notice-cont li:nth-child(4n+2){
	box-shadow: 0px 0px 5px #999;
	border:none;
	background: #ffffff;
}
/*
.d-notice-cont li:nth-child(4n+1) span {
	background: #a7cbe7;
}
.d-notice-cont li:nth-child(4n+2) span {
	background: #a7cbe7;
}
*/


.d-notice-cont li:nth-child(2n){
	margin-right: 0px;
}
.d-notice-cont li span{
	
	color: #fff;
	font-size: 30px;
	line-height: 1;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	    justify-content: center;
	    align-items: center;
		margin-bottom: 5px;
}
.d-notice-cont li span b{
	
	font-weight: 500;
	font-size: 12px;
	line-height: 1;
}
.d-notice-cont li a{
	
	margin-left: 12px;
	width: 80%;
	line-height: 1;
	font-size: 14px;
	color: #414141;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.d-title{
	text-align: center;
}
.d-title span{
	display: inline-block;
	line-height: 1;
	margin: 0 auto;
	padding-bottom: 9px;
	text-align: center;
	font-size: 30px;
	color: #1b83d3;
	border-bottom: 4px solid #339af3;
}
.d-notice-cont li span{
	width: 56px;
	height: 56px;
	text-align: center;
	background-color: #0068c2;
	position: relative;
	bottom: 3px;
}
.d-reported{
	padding: 58px 0px;
	width: 100%;
	background-color: #f1f1f1;
}
.d-reported-cont{
	width: 1310px;
	margin: 33px auto 0;
}
.d-reported-cont li{
	margin-top: 38px;
	float: left;
	margin-right: 48px;
	width: 631px;
	height: 134px;
	background-color: #fff;
}
.d-reported-cont li:nth-child(2n){
	margin-right: 0px;
}
.reported-img{
	float: left;
	width: 228px;
	height: 132px;
}
.reported-infor{
	padding: 25px 12px;
	width: 60%;
	float: left;
}
.reported-time{
	font-size: 12px;
	color: #ababab;
	margin-top: 20px;
}
.reported-title{
	line-height: 1.5;
	font-size: 16px;
	color: #000000;
}
.reported-img img{
	width: 100%;
	height: 100%;
	display: block;
}
.d-system{
	padding: 66px 0;
}
.d-system-cont{
	width: 1310px;
	margin: 39px auto 0;
}
.d-system-cont li{
	box-sizing: border-box;
	margin:0 0 -1px -1px;
	padding: 49px 0;
	text-align: center;
	width: 216px;
	height: 230px;
	float: left;
	border: 1px solid #C5C5C5;
}
.d-system-cont li img{
	display: block;
	margin: 0 auto 25px;
}
.d-system-cont li img:nth-child(2){
	
	display: none;
}
.d-system-cont li:hover img:nth-child(2){
	display: block;
}
.d-system-cont li:hover img:nth-child(1){
	display: none;
}
.d-system-cont li p{
	line-height: 1.5;
	color: #6a6a6a;
	font-size: 14px;
}
.d-system-cont li:hover p{
	color: #0076e3;
}
.d-footer{
	width: 100%;
	background-color: #004f98;
}
.d-footer-cont{
	width: 1310px;
	margin: 0 auto;
	padding: 31px 33px;
}
.d-footer-logo{
	width: 958px;
	border-bottom: 1px solid #004687;
	padding-bottom: 12px;
}
.d-footer-logo img{
	width: 276px;
	height: 53px;
	display: block;
}
.d-footer-infor{
	margin-top: 17px;
	display: flex;
	justify-content: space-between;
}
.d-footer-infor ul>li{
	cursor: pointer;
	line-height: 1;
	margin-bottom: 15px;
	font-size: 14px;
	color: #7cc0ff;
}
.d-footer-infor ul>li:hover{
	color: #fff;
}
.qr-code img{
	width: 100px;
	height: 100px;
	display: block;
}
.qr-code p{
	line-height: 1.8;
	font-size: 12px;
	color: #fff;
}
.d-footer-contf{
	float: left;
}
.d-footer-contr{
	float: left;
	margin-left: 38px;
	margin-top: 30px;
}
.d-footer-contr p{
	font-size: 18px;
	color: #ffffff;
}
.d-footer-contr ul{
	margin-top: 25px;
	
}
.d-footer-contr ul li{
	margin-bottom: 12px;
}
.d-footer-contr ul li select{
	width: 249px;
	height: 29px;
	background-color: #003d74;
	color: #fff;
	border: 1px solid #006ccf;
	outline: none;
}
.copyright-infor{
	color: #005eb7;
	text-align: center;
	line-height: 47px;
	height: 47px;
	background-color: #002a53;
}
/*日历*/

html, body {
	position: relative;
	/*width: 100%;
	height: 100%;*/
}

#calendar {
	max-width: 1200px;
	margin: 20px auto 0;
}
.fc-view-container td, .fc-view-container th{
	font-size:18px !important;
}
.fc-row:nth-child(2n) {
	background: rgb(246, 252, 255) none repeat scroll 0% 0%;
}
span.fc-title {
	font-size:16px !important;
}
span.ztt {
	font-size:16px !important;
}

.green {
	color: #FFFFFF;
	background-color: #369a5f;
	border: 1px solid #257e4a;
}
.yellow {
	color: #FFFFFF;
	background-color: #f3b20f;
	border: 1px solid #af7d00;
}
.red {
	color: #FFFFFF;
	background-color: #ea5454;
	border: 1px solid #b11616;
}
.fc-button-group button{
	cursor:pointer;
}

.met_thr_b_b .fc-left .fc-corner-left{
	position: relative;
    top: -26px;
    left: 493px;
    padding: 0;
    margin: 0;
    width: 7px;
    height: 14px;
    overflow: hidden;
    opacity: 0;
}
.met_thr_b_b .fc-left .fc-corner-right{
	position: relative;
	top: -26px;
    left: 613px;
    padding: 0;
    margin: 0;
    width: 7px;
    height: 14px;
    overflow: hidden;
    opacity: 0;
}
.main .fc-center h2{
	opacity:0;
}
.fc-widget-header th{
	height:40px;
	background:#fafafa;
	line-height:40px;
}
/*已闭幕*/
.ybm{
	background:#f5f5f5 !important;
}
/*进行中*/
.jxz{
	background:#edfcde !important;
}
/*将召开*/
.jzk{
	background:#e3f8ff !important;
}
/*申办中*/
.sbz{
	background:#fffcef !important;
}
/*已延期*/
.yyq {
  background: #ffe5c3 !important;
}
/*日历等第一次切图*/
/*contop go*/
.hyzt_con{
	width:100%;
	height:auto;
	overflow:hidden;
	background:#f7f7f7;
}
.hyzt_one{
	width:100%;
	height:auto;
	overflow:hidden;
	background:#0673d1;
}
.hyzt_one_n{
	width:1310px;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-top:22px;
	margin-bottom:45px;
	border:2px solid #ffffff;
	box-sizing:border-box;
}
.hyzt_one_n img{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
}
.hyzt_one_n .swiper-container{
	display:block;
	width:100%;
	height:auto;
}
.hyzt_two{
	width:1291px;
	height:66px;
	overflow:hidden;
	margin:-24px auto 0 auto;
	border-radius:6px;
	background:#ffffff;
	border:1px solid #e6e6e6;
	box-shadow: 0px 0px 3px #b3b3b3;
	text-align:center;
	line-height:66px;
}
.hyzt_two a{
	font-size:18px;
	color:#0063b8;
	margin:0 18px;
}
.hyzt_two a:hover{
	color:#2e9fff;
}
.hyzt_thr{
	width:1291px;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-top:30px;
}
.hyzt_thr_t{
	width:100%;
	height:82px;
	overflow:hidden;
	box-sizing:border-box;
	border-top:5px solid #1e83d5;
	border-bottom:1px solid #e8eef1;
}
.hyzt_thr_t h6{
	text-align:center;
	line-height:76px;
	font-size:24px;
	color:#1e83d5;
	float:left;
}
.hyzt_thr_t div{
	float:left;
	overflow:hidden;
	margin-top:21px;
	margin-left:40px;
}
.hyzt_thr_t div a{
	float:left;
	overflow:hidden;
	height:31px;
	overflow:hidden;
	line-height:28px;
	font-size:14px;
	color:#667d89;
	border-radius:2px;
	padding:0 19px;
	margin:0 4px;
	border:1px solid #c5c5c5;
	cursor:pointer;
	box-sizing:border-box;
}
.hyzt_thr_t_ac{
	background:#ffffff!important;
	color:#339af3!important;
	border-color:#c5e4ff!important;
}
.hyzt_thr_t div a:hover{
	color:#339af3;
}
.hyzt_thr_b{
	width:100%;
	height:auto;
	overflow:hidden;
}
.hyzt_thr_b ul{
	width:100%;
	height:auto;
	overflow:hidden;
}
.hyzt_thr_b ul li{
	width:100%;
	height:57px;
	border-bottom:1px dashed #e0e0e0;
	overflow:hidden;
}
.hyzt_thr_b_l{
	width:53px;
	height:18px;
	float:left;
	overflow:hidden;
	text-align:center;
	line-height:18px;
	color:#fff;
	font-size:12px;
	border-radius:2px;
	margin-top:19px;
}
.hyzt_thr_b_c{
	float:left;
	width:calc(100% - 530px);
	height:auto;
	overflow:hidden;
	margin-left:11px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:1;
	overflow: hidden;
	line-height:57px;
}
.hyzt_thr_b_c a{
	font-size:16px;
	color:#373737;
	line-height:18px;
}
.hyzt_thr_b_c a:hover{
	color:#000000;
}
.hyzt_thr_b_r{
	float:right;
	height:57px;
	overflow:hidden;
}
.hyzt_thr_b_r div{
	float:left;
	height:auto;
	overflow:hidden;
	margin-left:25px;
	padding: 19px 0px;
}
.hyzt_thr_b_r div:nth-child(1){
	margin-left:0px;
}
.hyzt_thr_b_r div img{
	width:18px;
	float:left;
}
.hyzt_thr_b_r div span{
	float:left;
	font-size:14px;
	color:#373737;
	margin-left:5px;
	line-height: 21px;
}
.hyzt_thr_b_r div a{
	background:#ffffff;
	border:1px solid #e6e6e6;
	border-radius:3px;
	font-size:12px;
	color:#747474;
	padding:3px 8px;
}
.hyzt_thr_b_r div a:hover{
	opacity:.8;
}
.hyzt_thr_b figure{
	margin: 0;
	padding: 0;
	display:none;
	width:100%;
	height:auto;
	overflow:hidden;
}
.hyzt_thr_b figure:nth-child(1){
	display:block;
}
.hyzt_fou{
	width: 1291px;
    height: auto;
    overflow: hidden;
    background:url(../image/icon12.jpg);
    background-size:cover;
    margin: auto;
    margin-top: 30px;
    padding: 40px 0;
}
.hyzt_fou_l{
	float:left;
	width:308px;
	height:auto;
	overflow:hidden;
	margin-left:230px;
}
.hyzt_fou_l_a{
	width:100%;
	height:auto;
	overflow:hidden;
}
.hyzt_fou_l_a img{
	display:block;
	height:116px;
	margin: auto;
}
.hyzt_fou_l_c{
	width:100%;
	height:39px;
	overflow:hidden;
	text-align:center;
	line-height:37px;
	font-size:14px;
	color:#ffffff;
	box-sizing:border-box;
	background:#00baff;
	border:1px solid #00c6ff;
	border-radius:3px;
	cursor:pointer;
	margin-top: 15px;
}
.hyzt_fou_l_c:hover{
	background:#17c0ff;
}
.hyzt_fou_l_b{
	width:100%;
	height:auto;
	overflow:hidden;
}
.hyzt_fou_l_b_a{
	width:100%;
	height:39px;
	overflow:hidden;
	border-radius:5px;
	background:#fff;
	margin-top:13px;
	position:relative;
}
.hyzt_fou_l_b_a img{
	position:absolute;
	right:13px;
	top:15px;
}
.hyzt_fou_l_b_a input{
	display:block;
	width:100%;
	height:100%;
	background:none;
	outline:none;
	border:none;
	padding:0 12px;
	box-sizing:border-box;
	color:#8e8e8e;
	font-size:14px;
}
.hyzt_fou_l_b_a input::-webkit-input-placeholder{
	color:#8e8e8e;
}
.hyzt_fou_l_b_a select{
	display:block;
	width:100%;
	height:100%;
	background:none;
	outline:none;
	border:none;
	padding:0 12px;
	box-sizing:border-box;
	color:#8e8e8e;
	font-size:14px;
	appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.hyzt_fou_l_b_b{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top: 13px;
}
.hyzt_fou_l_b_b p{
	width:146px;
	height:39px;
	overflow:hidden;
	border-radius:5px;
	background:#fff;
	position:relative;
	float:left;
}
.hyzt_fou_l_b_b img{
	display:block;
	width:23px;
	position:absolute;
	right:16px;
	top:11px;
	z-index: 1;
}
.hyzt_fou_l_b_b input{
	display:block;
	width:100%;
	height:100%;
	background:none;
	outline:none;
	border:none;
	padding:0 12px;
	box-sizing:border-box;
	color:#8e8e8e;
	font-size:14px;
	position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity:0;
}
.hyzt_fou_l_b_b span{
	float: left;
    width: 11px;
    height: 2px;
    background: url(../image/icon71.png);
    background-size: 100% 100%;
    margin: 18px 2px;
}
.hyzt_fou_l_b_b a{
	display: block;
    font-size: 14px;
    color: #8e8e8e;
    line-height: 39px;
    margin: 0 12px;
}
.hyzt_fou_r{
	margin-left:210px;
}
.hyzt_fiv .hyzt_thr_b_l{
	width:4px;
	height:4px;
	background:#949494;
    border-radius: 50%;
    margin-top: 25px;
}
.hyzt_fiv .hyzt_thr_b_c{
	margin-left:7px;
}

.hyzt_six .hyzt_thr_b_l{
	width:4px;
	height:4px;
	background:#949494;
    border-radius: 50%;
    margin-top: 25px;
}
.hyzt_six .hyzt_thr_b_c{
	margin-left:7px;
}
.hyzt_sev{
	width: 1291px;
    height: auto;
    overflow: hidden;
    margin: auto;
    background:#1e83d5;
    margin-top:20px;
}
.hyzt_sev_t{
	width:100%;
	height:auto;
	overflow:hidden;
	text-align:center;
	font-size:24px;
	color:#fff;
	margin-top:46px;
	margin-bottom:25px;
}
.hyzt_sev_b{
	width:226px;
	height:52px;
	overflow:hidden;
	margin:auto;
	margin-top:40px;
	border-radius:3px;
	background:#05bbff;
	text-align:center;
	line-height:52px;
	font-size:16px;
	color:#f9f9f9;
	cursor:pointer;
	margin-bottom:50px;
}
.hyzt_sev_b:hover{
	opacity:.9;
}
.hyzt_sev_c{
	margin:0 33px;
	height:auto;
	overflow:hidden;
}
.hyzt_sev_c_l{
	float:left;
	height:auto;
	overflow:hidden;
}
.hyzt_sev_c_l a{
	float:left;
	width: 100px;
	height:105px;
	overflow:hidden;
	background:#0f76ca;
	margin-left:18px;
}
.hyzt_sev_c_l a:nth-child(1){
	margin-left:0px;
}
.hyzt_sev_c_l a img{
	display: block;
    height: 49px;
    margin: auto;
    margin-top: 7px;
    margin-bottom: 5px;
}
.hyzt_sev_c_l a p{
	text-align:center;
	font-size:14px;
	color:#57b0fa;
} 
.hyzt_sev_c_r{
	width:514px;
	height:105px;
	overflow:auto;
	float:right;
	background:#0f76ca;
}

.hyzt_sev_c_r::-webkit-scrollbar {
  /*滚动条整体样式*/
  width :7px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.hyzt_sev_c_r::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius   : 10px;
  background-color: skyblue;
  background-image: -webkit-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0.2) 75%,
      transparent 75%,
      transparent
  );
}
.hyzt_sev_c_r::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #ededed;
  border-radius: 10px;
}
.met_thr_tanc_b_c a:hover{
	opacity:.8;
}
.hyzt_sev_c_r div{
	margin:11px 15px 0 15px;
	height:auto;
	overflow:hidden;
}
.hyzt_sev_c_r div:last-child{
	margin-bottom:11px;
}
.hyzt_sev_c_r div span{
	width:5px;
	height:5px;
	border-radius:50%;
	overflow:hidden;
	background:#7cb7e7;
	float:left;
	margin-top: 8px;
    margin-right: 6px;
}
.hyzt_sev_c_r div a{
	float:left;
	font-size:14px;
	color:#57b0fa;
}
.hyzt_sev_c_r div a:hover{
	color:#85c6fd;
}
.hyzt_sev_c_r div p{
	float:left;
	font-size:12px;
	color:#ffbf36;
	border:1px solid #ffbf36;
	border-radius:3px;
	padding:1px 3px;
	margin-left:5px;
}
.hyzt_six{
	margin-bottom: 50px;
}
.hyzt_thr_b ul li:last-child{
	border-bottom:none;
}
.hyzt_six_f a{
	display: block;
    width: 150px;
    height: 35px;
    margin: auto;
    margin-top: 20px;
    background: #ccc;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    border-radius: 50px;
    color: #fff;	
}
.hyzt_six_f a:hover{
	opacity:.9;
}
/*contop end*/
/*meetingarr go*/
.met_con .hyzt_one{
	background:none;
}
.met_con .hyzt_one_n{
	border:none;
	margin-bottom:23px;
}
.met_two{
	width: 1310px;
    height: 56px;
    overflow: hidden;
    margin: auto;
    background:#357ee7;
    border-bottom: 28px solid #565656;
}
.met_two a{
	float:left;
	line-height:56px;
	padding:0 20px;
	font-size:16px;
	color:#fafafa;
}
.met_two a img{
    margin-right: 7px;
    position: relative;
    top: -2px;
}
.met_two a:nth-child(1){
	margin-left:20px;
}
.met_two a:hover{
	background:#5da2ee;
}
.met_two_ac{
	background:#5da2ee!important;
}
.met_fou{
	width:100%;
	height:auto;
	overflow:hidden;
	background:#e9e9e9;
}
.met_fou_n{
	width:1310px;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-top: 40px;
    margin-bottom: 45px;
}
.met_fou_l{
	float:left;
	margin-left:85px;
}
.met_fou_r{
	margin-left:180px;
}
.met_fou_l_l{
	width:119px;
	height:auto;
	overflow:hidden;
	float:left;
	margin-top: 39px;
}
.met_fou_l_l img{
	display:block;
	width:100%;
	height:auto;
}
.met_fou .hyzt_fou_l{
	margin-left:32px;
}
.met_fiv{
	width: 1310px;
    height: auto;
    overflow: hidden;
    margin:47px auto 64px auto;
}
.met_fiv_t{
	width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    font-size:30px;
    color: #1b83d3;
}
.met_fiv_b{
	width:100%;
	height:auto;
	overflow:hidden;
	box-sizing:border-box;
	border:1px solid #e8e8e8;
	margin-top:30px;
}
.met_fiv_b a{
	display:block;
	width:16.666%;
	height:227px;
	overflow:hidden;
	border-right:1px solid #e8e8e8;
	float:left;
	box-sizing:border-box;
}



.met_fiv_b a:hover div img:nth-child(2){
	display:block;
}
.met_fiv_b a:hover div img:nth-child(1){
	display:none;
}
.met_fiv_b a:hover p{
	color:#0076e3;
}
.met_fiv_b a div{
	display:block;
	height:78px;
	margin:auto;
	margin-top:40px;
}
.met_fiv_b a div img{
	display:block;
	height:78px;
	margin:auto;
}
.met_fiv_b a div img:nth-child(2){
	display:none;
}
.met_fiv_b a:nth-child(6n+6){
	border-right:none;
}

.met_fiv_b a:nth-child(6n+1){
	background:url(../image/s1.png) repeat-x;
}
.met_fiv_b a:nth-child(6n+2){
	background:url(../image/s2.png) repeat-x;
}
.met_fiv_b a:nth-child(6n+3){
	background:url(../image/s3.png) repeat-x;
}
.met_fiv_b a:nth-child(6n+4){
	background:url(../image/s4.png) repeat-x;
}
.met_fiv_b a:nth-child(6n+5){
	background:url(../image/s5.png) repeat-x;
}
.met_fiv_b a:nth-child(6n+6){
	background:url(../image/s6.png) repeat-x;
}


.met_fiv_b a p{
	text-align: center;
    font-size: 14px;
    color: #6a6a6a;
    margin-top: 15px;
    line-height: 26px;
}
.met_thr{
	width:1310px;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-top:47px;
	margin-bottom:58px;
}
.met_thr_t{
	font-size:30px;
	color:#1b83d3;
	text-align:center;
}
.met_thr_b{
	width:1290px;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-top:13px;
}
.met_thr_b_b #calendar{
	margin-top: 0;
}
.met_thr_b_t{
	width:100%;
	height:auto;
	overflow:hidden;
	text-align:center;
}
.met_thr_b_t>div{
	display:inline-block;
	margin: 0 4px;
}
.met_thr_b_t_l{
	width:158px;
	height:31px;
	overflow:hidden;
	border-radius:3px;
	background:#667d89;
	line-height:31px;
}
.met_thr_b_t_l span{
	color:#fff;
	line-height:31px;
	font-size:14px;
	font-family: cursive;
	cursor:pointer;
}
.met_thr_b_t_l p{
	display:inline-block;
	font-size:14px;
	color:#ffffff;
    font-weight: bold;
    width:113px;
}
.met_thr_b_t_c{
	width:157px;
	height:31px;
	background:#667d89;
	border-radius:3px;
	overflow: hidden;
}
.met_thr_b_t_c div{
	display:inline-block;
	line-height:31px;
}
.met_thr_b_t_c div img{
	position:relative;
	top:-2px;
}
.met_thr_b_t_c div span{
	color:#ffffff;
	font-size:12px;
}
.met_thr_b_b #calendar{
	max-width:1310px;
}
.met_thr_tanc_rgba{
	width:100%;
	height:100%;
	position:fixed;
	top:0;left:0;
	background:rgba(0,0,0,.7);
	z-index:999998;
	display:none;
}
.met_thr_tanc{ 
	width:554px;
	max-height:550px;
	overflow:hidden;
	background:#3479cd;
	position:fixed;
	top:0;left: 0;
	right:0;bottom:0;
	margin:auto;
	z-index: 999999;
	display:none;
}
.met_thr_tanc_t{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:7px;
}
.met_thr_tanc_t span{
	font-size:14px;
	color:#5fd7ff;
	float:left;
	margin-left:15px;
	cursor:pointer;
}
.met_thr_tanc_t span:hover{
	color:#fff;
}
.met_thr_tanc_t p{
	font-size:14px;
	color:#5fd7ff;
	float:right;
	margin-right:15px;
}
.met_thr_tanc_b{
	margin:0 27px;
	max-height:500px;
	overflow:auto;
	margin-top:10px;
}
.met_thr_tanc_b_a{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:16px;
	color:#ffffff;
}
.met_thr_tanc_b_a span{
	display:inline-block;
	width:8px;
	height:8px;
	background:#ffffff;
	border-radius:50%;
	margin-right:5px;
}
.met_thr_tanc_b_a w{
	font-size:12px;
	color:#76c3fe;
	background:#ffffff;
	border:1px solid #95d6ff;
	padding: 2px 2px;
	margin-left:3px;
}
.met_thr_tanc_b_b{
	width:100%;
	height:auto;
	overflow:hidden;
}
.met_thr_tanc_b_b p{
	font-size:12px;
	color:#ffffff;
	margin-top:8px;
}
.met_thr_tanc_b_c{
	text-align:center;
	margin-top:15px;
}
.met_thr_tanc_b_c a{
	display:inline-block;
	line-height:30px;
	border:1px solid #ffffff;
	border-radius:4px;
	padding:0 33px;
	font-size:14px;
	color:#ffffff;
	margin:0 8px;
}
.met_thr_tanc_b::-webkit-scrollbar {
  /*滚动条整体样式*/
  width :7px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.met_thr_tanc_b::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius   : 10px;
  background-color: skyblue;
  background-image: -webkit-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0.2) 75%,
      transparent 75%,
      transparent
  );
}
.met_thr_tanc_b::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #ededed;
  border-radius: 10px;
}
.met_thr_tanc_b_c a:hover{
	opacity:.8;
}
/*meetingarr end*/

.news .news-content {
  width: 100% !important;
}
.news .news-content .contant-wrap {
  padding-left: 0px;	
  padding-right: 0px;	
  padding-bottom: 30px;
  width: 100% !important;	
}

