@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, 
caption, tbody, tfoot, thead, tr, th, td,img 
{margin:0px;padding:0px;border:0px;outline:0px;
background:transparent; 
}

div               { width:100%; }
ol,ul,li          { list-style: none; float:left; height:auto;}
blockquote, q     { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none;}

/* 在<!DOCTYPE html> 页面中，img会在下方撑开容器，所以需要加 vertical-align:bottom; */
iframe,img{ vertical-align:bottom; }

 /* 禁用水平滚动条 */
 iframe { overflow-x: hidden; }


/*quotes 属性设置嵌套引用（embedded quotation）的引号类型*/
:focus {outline: 0;} /*:focus 选择器用于选取获得焦点的元素*/
ins {text-decoration: none;} /*下划线文本*/
del {text-decoration: line-through;} /*删除文本*/
table {border-collapse: collapse; border-spacing: 0;}

body {
 color:#626262; background:#ffffff; font-family:Arial,Helvetica,'Microsoft YaHei',微软雅黑,'ms song',宋体,sans-serif;font-size:14px;line-height:22px; margin: 0px; 
}

a {
 text-decoration:none; color:#0b4da2; 
}

a:hover {
 text-decoration:none; color:#0b4da2;
}

a.link_b{ color:#0b4da2; }
a.link_b:hover { color:#0b4da2;}

a.link_g{ color:#626262; }
a.link_g:hover { color:#626262;}


a.text_button_b{
width:100%; font-size:16px; color:#fff; font-weight:bold; padding:5px 0px; line-height:30px; display:block; text-align:center; background:#009933; float:left; border-radius:5px;
}

A.text_button_b:hover {
 background:#9a2b2e;
}

a.text_button_b1{
width:100%; font-size:16px; color:#fff; font-weight:bold; padding:5px 0px; line-height:30px; display:block; text-align:center; background:#009933; float:left; 
}

a.text_button_b1:hover {
 background:#9a2b2e; 
}

a.text_button_g{
width:100%; font-size:16px; color:#fff; font-weight:bold; padding:5px 0px; line-height:30px; display:block; text-align:center; background:#aaaaaa; float:left;
}

a.text_button_g:hover {
 background:#009933;
}

a.text_button_g1{
width:100%; font-size:16px; color:#009933; font-weight:bold; padding:5px 0px; line-height:30px; display:block; text-align:center; background:#aaaaaa; float:left;
}

a.text_button_g1:hover {
 background:#009933; color:#fff;
}


a.text_button_w{
width:100%; font-size:16px; color:#0b4da2; padding:5px 0px; line-height:30px; display:block; text-align:center; background:#ffffff; float:left;
}

a.text_button_w:hover {
color:#009933;
}

a.text_button_f:link,A.text_button_f:hover,A.text_button_f:visited{
width:100%; font-size:16px; color:#ffe416; padding:5px 0px; line-height:30px; display:block; text-align:center; background:#009933; float:left;
}


.select_h1{
color:#0066cc; cursor:pointer; padding:4px 0px;
	}
.input_sy1{
 height:26px; color:#0066cc; -moz-box-sizing: border-box;-webkit-box-sizing:border-box;box-sizing:border-box;
	}

.textarea_sy{
 padding:5px;  color:#1763a3; word-break: break-all; outline:none; resize:none; white-space:pre-wrap; word-wrap:break-word; margin:0px; text-shadow: none; font-family:Arial,Helvetica,'Microsoft YaHei',微软雅黑,'ms song',宋体,sans-serif;}

/* 设置单选框的大小 */
input[type="radio"] {
cursor:pointer;width:20px;height:20px;	
}

/* 设置多选框的大小 */
input[type="checkbox"] {
cursor:pointer;width:20px;height:20px;	
}

.language_ts{
width:100%; margin-top:10px;
}

.language_ts span{
display:inline-block; margin-right:60px;
}

.language_ts01{
width:100%; margin-top:10px;
}

.language_ts01 span{
display:inline-block; margin-right:30px;
}

/*提交按钮*/
.input_submit{
 width:100%; line-height:30px; display:block; background-color:#009933; padding:5px 0px;  cursor:pointer; font-weight:bold; font-size:16px; color:#ffffff; border:0px; -webkit-appearance: none; font-family:inherit; 
}
.input_submit:hover{
 width:100%; line-height:30px; display:block; background-color:#9a2b2e; padding:5px 0px; cursor:pointer; font-weight:bold; font-size:16px; color:#ffffff; border:0px; -webkit-appearance: none; font-family:inherit;
}


.plate_div{
width:100%; min-width:1200px; display:block; height:auto; float:left; padding: 30px 0px;	
}

.plate_div01{
width:100%; min-width:1200px; display:block; height:auto; float:left;
}

.content_div{
width:1200px; height:auto; margin:0px auto; display:block;  	
}

.indextop {
 padding:30px 0px; width: 1200px; float: left;  font-size: 12px; 
}
.indextop ul {
 width: auto; 
}
.indextop ul li {
 width: auto; margin-left: 10px; font-weight:bold; height: 40px; line-height: 40px; color:#626262; float: right; display: inline-block;
}

/* 二维码显示窗口*/
#w_qrcode { 
padding:10px; position:absolute; width:150px; height:150px; z-index:1;
}

/*主题区*/
.subject_area{
width:1200px; font-size:14px; height:auto; margin: 0px auto;
}

.subject_area ul {
 width:490px; height:600px; text-align:left; display:block; box-shadow:0 1px 4px 0 rgba(0, 0, 0, 0.4); padding:30px; 
}

.subject_title{
width:100%; display:block; line-height:50px; color:#009933; font-size:30px; font-weight:bold; margin-bottom:30px; border-bottom:1px solid #009933;	
}

.subject_title01{
width:100%; display:block; line-height:40px; color:#009933;  font-weight:bold; margin-bottom:
	0px; border-bottom:1px solid #e8e8e8;	
}

.Supported_logo{
width:100%; margin-top:10px; text-align: center;
}

.Supported_logo img{
width:200px; height:100px; border: #e2e2e2 solid 1px;  margin:20px 20px 0px 0px;
}

.top_photo{
margin-top: 1px; padding-bottom:2px; width:100%; min-width:1200px; height:auto; min-height:300px; max-height:480px; float: left; box-shadow: 0 1px 4px -2px rgba(0, 0, 0, 0.4);	
}

.top_photo img{
width:100%; max-width:3840px; min-height:300px; max-height:960px;
}

.div_shadow{
width:100%; min-width:1200px; display:block; height:auto; float:left; padding-bottom:1px; box-shadow: 0 1px 4px -2px rgba(0, 0, 0, 0.4);	
}


/*首字母放大*/
.subject_title:first-letter{ 
font-size: 150%;	
}

.subject_area01{
margin:0px auto; width:1138px; display:block; height:auto; border:1px solid #e8e8e8; padding:30px;
}

.s_page_photo{
width:100%; min-width:1200px; box-shadow:0 1px 4px -2px rgba(0, 0, 0, 0.4); background-color:#fff; float:left; display:block; height:60px; 
}



.t_center{
text-align: center;
}

.f_red{
color:#9a2b2e;	
}

.f_blue{
color:#004da1;	
}

.f_greed{
color:#00967b;	
}

.f_white{
color:#ffffff;	
}

.f_grey{
color:#aaaaaa;	
}

.f_purple{
color:#7c509b;	
}

.f_weight{
font-weight:bold; line-height:28px;	
}
.f_size16{
font-size:16px;
}

.f_size18{
font-size:18px;
}

.f_size20{
font-size:20px;
}

.f_size25{
font-size:25px;
}

.line_h25{
line-height: 25px;	
}

.line_h30{
line-height: 30px;	
}

.line_h35{
line-height: 35px;	
}

.line_h40{
line-height: 35px;	
}

.border_bm{
border-bottom:1px solid #e2e2e2;
}
/*正文*/
.content_bg{   
width:100%; min-width:1200px; background-color:#f7f8fc; display:block; height:auto; float:left;
}

.content_text {
 margin:30px auto; width:1100px; height:auto; min-height:600px; display:block; padding:20px 50px 50px 50px; background-color:#ffffff;  float:left;
}


.content_text div {
width:100%; display:block; float:left; height:auto; 
}



.account_text {
 margin:30px auto; width:1200px; height:auto; min-height:600px; display:block; padding:0px;  background-image:url(image/account_menu_bg.jpg);  float:left;
}

.content_title{
width:100%; display:block; line-height:40px; color:#009933; border-bottom:1px solid #009933; font-size:20px; font-weight:bold; margin:20px 0px; float:left;	
}

.content_title01{
width:100%; display:block; line-height:30px; font-size:18px; font-weight:bold; margin-bottom:10px; float:left;	
}

.content_title02{
width:100%; display:block; line-height:30px; font-weight:bold; margin-bottom:10px; float:left;	
}

.reg_title{
width:100%; display:block; line-height:30px; font-weight:bold; margin-bottom:10px; float:left; padding:5px 0px; margin: 0px; background: #f2f2f2;
}

.contact_list {
margin:0px; padding:0px; width:100%; height:auto; float:left; font-size:14px; display:block; 
}

.contact_list ul{
width: 80px; padding: 5px 0px; line-height:20px; display:block; 
}
.contact_list p{
width: 1020px; padding: 5px 0px; line-height:20px; display:block;
}

/*细边框*/
.td_border1 table{border:solid #a2a2a2; border-width:1px 0px 0px 1px; float:none;}
.td_border1 table td{border:solid #a2a2a2; border-width:0px 1px 1px 0px; line-height:20px; padding:5px;float:none;}

.td_border2 table{border:solid #a2a2a2; border-width:1px 0px 0px 1px; float:none;}
.td_border2 table td{border:solid #a2a2a2; border-width:0px 1px 1px 0px; line-height:20px; padding:10px; float:none;}

.td_border3 table{border:solid #a2a2a2; border-width:1px 0px 0px 1px; float:none;}
.td_border3 table td{border:solid #a2a2a2; border-width:0px 1px 1px 0px; line-height:20px; padding:10px 5px; float:none;}

.info_list{
margin:0px; padding:5px 0px; width:100%; height:auto; float:left; display:block; 
}
.info_list ul{
width:200px;padding:10px 10px; text-align:right; display:block;
}

.info_list li{
width:32%;padding:10px 10px; display:block; 
}

.info_list p{
width:870px; padding:10px 0px; text-align:left; float:left; display:block;
}


.info_list01{
margin:0px; padding:5px 0px; width:100%; height:auto; float:left; display:block; 
}
.info_list01 ul{
width:240px; color:#465b7b; padding:10px 10px; text-align:right; display:block;
}

.info_list01 li{
width:32%;padding:10px 10px; display:block; 
}

.info_list01 p{
width:830px; padding:10px 0px; text-align:left; float:left; display:block;
}


.info_list02{
margin:0px; padding:5px 0px; width:100%; height:auto; float:left; display:block; 
}
.info_list02 ul{
width:200px; padding:10px 10px; text-align:right; display:block;
}
.info_list02 p{
width:640px; padding:10px 0px;color:#465b7b; text-align:left; float:left; display:block;
}

.info_list03{
margin:0px; padding:5px 0px; line-height:20px; width:100%; height:auto; float:left; display:block; 
}
.info_list03 ul{
width:200px; padding:10px 0px; text-align:right; display:block;
}
.info_list03 p{
width:640px; padding:10px; color:#465b7b; text-align:left; float:left; display:block;
}
.info_list03 li{
width:auto; padding:10px 0px; text-align:left; display:block;
}
.info_list03 span{
width:100%; border-bottom: 1px solid #f2f2f2; float:left; display:block;
}

.info_list04{
margin:0px; padding:5px 0px; width:100%; height:auto; float:left;
}
.info_list04 ul{
width:23%; margin-right:2%; padding:10px 0px; text-align:right; display:block;
}
.info_list04 p{
width:75%; padding:10px 0px; color:#465b7b; text-align:left; display:block; float:right;
}
.info_list04 span{
width:100%; border-bottom: 1px solid #f2f2f2; float:left; display:block;
}

.login_text{
width:600px; display:block; margin:80px 250px 20px; height:auto; background: #f2f2f2; line-height: 30px; float:left;
}
.login_text ul{
width:180px; padding:5px 10px; text-align:right; display:block; border-bottom: 1px solid #fff;
}
.login_text p{
width:400px; height:30px; padding:5px 0px; text-align:left; display:block; float:left; border-bottom: 1px solid #fff;
}
.login_text span{
width:600px;  padding:5px 0px; text-align:center; display:block;  border-bottom: 1px solid #fff; float:left;
}



.button_b1{
width:100%; font-size:16px; color:#fff; font-weight:bold; padding:5px 0px; line-height:30px; display:block; text-align:center; background:#009933; float:left;
}

.button_g1{
width:100%; font-size:16px; color:#009933; font-weight:bold; padding:5px 0px; line-height:30px; display:block; text-align:center; background:#bbbbbb; float:left;
}

.button_g1:hover {
 background:#009933; color:#fff;
}

.line1{
margin:2px 0px; height:1px; background:#f2f2f2;	display:block; width:100%; float:left;
}

.line2{
margin:2px 0px; height:1px; background:#bbbbbb;	display:block; width:100%; float:left;
}


/*搜索条件增减*/
.isearch_del1{
width:20px; height:20px; margin-top:3px; cursor:pointer; background-color:#f6f6f6; background-image: url('image/false2.png'); background-position:10px 10px; background-repeat:no-repeat; display:block;
}

.isearch_del1:hover{
width:20px; height:20px; margin-top:3px; cursor:pointer; background-color:#f6f6f6; background-image: url('image/false1.png'); background-position:10px 10px; background-repeat:no-repeat; display:block;
}

.isearch_del2{
width:20px; height:40px; margin-top:6px; cursor:pointer; background-color:#f6f6f6; background-image: url('image/false2.png'); background-position:10px 20px; background-repeat:no-repeat; display:block;
}

.isearch_del2:hover{
width:20px; height:40px; margin-top:6px; cursor:pointer; background-color:#f6f6f6; background-image: url('image/false1.png'); background-position:10px 20px; background-repeat:no-repeat; display:block;
}

.arrow_down{
cursor:pointer; color:#424242; background-image:url('image/arrow_down2.png'); background-repeat:no-repeat; background-position:right; display:block;
}

.arrow_down:hover{
cursor:pointer; color:#009933; background-image:url('image/arrow_down1.png'); background-repeat:no-repeat; background-position:right; display:block;
}

.arrow_up{
 cursor:pointer; line-height:20px; color:#424242; background-image:url('image/arrow_up2.png'); background-repeat:no-repeat; background-position:right; display:block;
}

.arrow_up:hover{
 cursor:pointer; line-height:20px; color:#009933; background-image:url('image/arrow_up1.png'); background-repeat:no-repeat; background-position:right; display:block;
}

.text_mo{
font-size:14px; text-align:center; cursor:pointer;
}
.text_mo:hover {
font-size:16px; text-align:center; cursor:pointer;
}

.isearch_tx {
width:640px; padding:10px; text-align:left; float:left; display:block;
}

.isearch_tx ul {
 padding:1px 25px 1px 5px; margin:5px 5px; width:auto; min-width:40px; height:20px; line-height:20px; border:#dddddd solid 1px; color:#424242; cursor:pointer; background-image:url('image/add2.png'); background-repeat:no-repeat; background-position:right; display:block;  
}

.isearch_tx ul:hover {
 padding:1px 25px 1px 5px; margin:5px 5px; width:auto; min-width:40px; height:20px; line-height:20px; border:#009933 solid 1px; color:#009933; cursor:pointer; background-image:url('image/add1.png'); background-repeat:no-repeat; background-position:right; display:block;  
}

/*弹出窗口页面*/
.info_page{
padding:0px 10px;width:838px;overflow-x:hidden; height:auto; min-height:450px;
}
.info_title{
width:100%; display:block; line-height:40px; color:#009933; border-bottom:1px solid #009933; font-weight:bold; margin:0px 0px 10px; float:left;	
}

.new_reg{
width:28px; line-height:28px; display:inline-block; color:#ffffff; background-color:#F30; border-radius:8px; font-weight:bold; text-align:center; margin:6px 20px 6px 0px; float: right;	
	}

.new_mg{
width:40px; line-height:30px; display:inline-block; color:#ffffff; background-color:#F30; border-radius:8px; font-weight:bold; text-align:center; margin:0 auto; float: none;	
	}

/*预约弹出页面菜单*/

.info_menu {width:838px; position: fixed; padding:10px 0px 5px; bottom:0px; z-index:100; background: #ffffff; font-weight:500; float: left;} 
.info_menu a.m1 { background-color:#009933; color:#ffffff; line-height:40px; text-align:center; width:150px; text-decoration:none; border-radius:5px; display: inline-block; margin-right:15px;} 
.info_menu a.m1:hover { background-color:#ff6600; color:#ffffff; line-height:40px; text-align:center; width:150px; text-decoration:none; border-radius:5px; display: inline-block;margin-right:15px;}
.info_menu a.m2 { background-color:#ff6600; color:#ffffff; line-height:40px; text-align:center; width:150px; text-decoration:none; border-radius:5px; display: inline-block;margin-right:15px;} 

.info_menu a.m3 { background-color:#009933; color:#ffffff; line-height:40px; text-align:center; width:120px; text-decoration:none; border-radius:5px; display: inline-block; margin-right:15px;} 
.info_menu a.m3:hover { background-color:#ff6600; color:#ffffff; line-height:40px; text-align:center; width:120px; text-decoration:none; border-radius:5px; display: inline-block;margin-right:15px;}
.info_menu a.m4 { background-color:#ff6600; color:#ffffff; line-height:40px; text-align:center; width:120px; text-decoration:none; border-radius:5px; display: inline-block;margin-right:15px;} 

.info_menu01 {width:838px; position: fixed; padding:10px 0px 5px; bottom:0px; z-index:100; background: #ffffff; font-weight:500; float: left;} 



.side-bar-top a {background-color: #dddddd;}
.side-bar-top {width: 660px;position:fixed; top:0px;font-size: 12px;z-index:101;color:#ffffff;} 	

/*列表栏样式*/
.tr_list1{	background-color:#ffffff;	}  
.tr_list1:hover{ background-color:#bfe5cc;	}
.tr_list1_g{background-color:#ffffff;color:#888888;}
.tr_list1_g:hover{ background-color:#bfe5cc; color:#888888; }
	
.tr_list2{ background-color:#f6f6f6; 	}
.tr_list2:hover{ background-color:#bfe5cc; 	}
.tr_list2_g{  background-color:#f6f6f6; color:#888888; }
.tr_list2_g:hover{ background-color:#bfe5cc; color:#888888; }

.tr_list1_gr{ background-color:#ffffff; color:#888888;}
.tr_list1_gr:hover{ background-color:#bfe5cc; color:#888888;}

.tr_list2_gr{ background-color:#f6f6f6; color:#888888;}
.tr_list2_gr:hover{ background-color:#bfe5cc; color:#888888;}

.tr_list3{background-color:#bfe5cc; color:#009933;	}
.tr_list3:hover{ background-color:#bfe5cc; color:#009933;	}

.text_blue{ color:#0b4da2; cursor:pointer;}
.text_blue:hover{ color:#c61d23;cursor:pointer;}

.text_red{ color:#9a2b2e; cursor:pointer;}
.text_red:hover{ color:#9a2b2e;cursor:pointer;}

a.page_link:link{
line-height:20px; padding:5px 5px; color:#0b4da2; font-weight: normal; 
}
a.page_link:hover {
line-height:20px; padding:5px 5px; color:#c61d23; font-weight: normal;
}

a.search_list1:link{
line-height:20px;padding:10px 5px;color:#0b4da2; 
}

A.search_list1:hover {
line-height:20px;padding:10px 5px;color:#c61d23; 
}


.video_size {
width: 100%; max-width: 1920px; aspect-ratio: auto 1920 / 1080;height: auto;z-index: 997;cursor: pointer; display: block;
}

.body_text {
width:100%; float:left;
}

.body_text div {
width:100%; float:left;
}


/*定义留言框*/
#message_info{
padding:10px; width:798px; height:auto; float: left; border:#999999 solid 1px; border-radius:5px; background-color:#ffffff; 
}

.message_left_info {
padding:10px; margin:0px 10px; width:auto; max-width:726px; height:auto; color:#424242; border-radius:8px; background-color:#e5e5ea; float:left; word-wrap:break-word; line-height: 20px;
 }

.message_right_info {
padding:10px; margin:0px 10px; width:auto; max-width:726px; height:auto; text-align:left; color:#ffffff;  border-radius:8px; background-color:#00b0f0; float:right; word-wrap:break-word; line-height: 20px;
 }
 
.message_left_bg { 
width:796px;margin:10px 0px; background-image:url(image/message_left.svg); background-repeat:no-repeat; background-position:bottom left;
}
.message_right_bg { 
width:796px;margin:10px 0px;background-image:url("image/message_right.svg"); background-repeat:no-repeat; background-position:bottom right;
}

.message_left_bg01 { 
width:796px;height:auto;margin:10px 0px; background-image:url(image/message_left01.svg); background-size: 20px 30px; background-repeat:no-repeat; background-position:center left;
}
.message_right_bg01 { 
width:796px;height:auto;margin:10px 0px;background-image:url("image/message_right01.svg"); background-size: 20px 30px; background-repeat:no-repeat; background-position:center right;
}


.new_mg_nu{	
color:#F30; width:30px; height:20px; line-height:20px; border-radius:5px; background-color:#fff; display:inline-block; margin-left: 10px;	
}

.new_mg_nu01{	
color:#fff; width:30px; height:20px; line-height:20px; border-radius:10px; background-color:#F30; display:inline-block; opacity: 0.5;
}

.new_ischedule_nu{	
color:#F30; width:40px; height:20px; line-height:20px; border-radius:5px; background-color:#fff; display:inline-block; margin-left: 10px;	
}

a.m_up:link,a.m_up:visited{
color:#fff200;font-weight:bold;display:block;
}
a.m_up:hover{
color:#c61d23;font-weight:bold;display:block;
}


.list_check1{
 padding:0px 5px 0px 25px; margin:0px 5px; width:auto; min-width:40px; height:auto; height:20px; line-height:20px; color:#424242;  background-image:url('image/checkbox1.png'); background-repeat:no-repeat; background-position:left; display:block; cursor:pointer; 
}

.list_check1:hover{
 padding:0px 5px 0px 25px; margin:0px 5px; width:auto; min-width:40px; height:auto; height:20px; line-height:20px; color:#c61d23; background-image:url('image/checkbox2.png'); background-repeat:no-repeat; background-position:left; display:block; cursor:pointer; 
}

.list_check2{
 padding:0px 5px 0px 25px; margin:0px 5px; width:auto; min-width:40px; height:auto; height:20px; line-height:20px; color:#009933;  background-image:url('image/checkbox2.png'); background-repeat:no-repeat; background-position:left; display:block; cursor:pointer; 
}

.list_check2:hover{
 padding:0px 5px 0px 25px; margin:0px 5px; width:auto; min-width:40px; height:auto; height:20px; line-height:20px; color:#c61d23; background-image:url('image/checkbox2.png'); background-repeat:no-repeat; background-position:left; display:block; cursor:pointer; 
}


.highlight_no{
width:32px; display:block; background-image:url('image/ranking4.png');background-repeat:no-repeat; background-position:center;cursor:pointer;
	}
	
.highlight_no:hover{
width:32px; display:block; background-image:url('image/ranking3.png');background-repeat:no-repeat; background-position:center;cursor:pointer;
	}
	
.highlight_yes{
width:32px; display:block; background-image:url('image/ranking3.png');background-repeat:no-repeat; background-position:center;cursor:pointer;
	}
	
.highlight_yes:hover{
width:32px; display:block; background-image:url('image/ranking3.png');background-repeat:no-repeat; background-position:center;cursor:pointer;
	}

.v_message{
width:60px;  background-image:url('image/message2.svg');background-repeat:no-repeat; background-position:center;background-size: 24px 20px;cursor:pointer;text-align:center;
	}
	
.v_message:hover{
width:60px;  background-image:url('image/message2.svg');background-repeat:no-repeat; background-position:center;background-size: 24px 20px; cursor:pointer;text-align:center;
	}
	
.d_message{
width:60px;  background-image:url('image/message1.svg');background-repeat:no-repeat; background-position:center;background-size: 24px 20px;cursor:pointer;text-align:center;
	}
	
.d_message:hover{
width:60px;  background-image:url('image/message1.svg');background-repeat:no-repeat; background-position:center;background-size: 24px 20px;cursor:pointer;text-align:center;
	}



.meeting_div {
  width:838px; margin: 20px 0px; font-weight: bold; height: auto;line-height: 30px; display: flex; justify-content: center; align-items: center; 
  }
  
.meeting_div ul {
margin: auto;
}

.meeting_div ul a {
  display: inline-block; color: #0b4da2; padding: 10px 30px;
}

.meeting_div ul a:hover {
  display: inline-block; color: #c61d23; padding: 10px 30px;
}

.bt_div {
  width:100%; margin: 20px 0px; font-weight: bold; height: auto; line-height: 30px; display: flex; justify-content: center; align-items: center; 
  }
.bt_div ul {
margin: auto; height:auto;
}
.bt_div ul span {
display:inline-block; float:left;
}

.bottom_0{
position:fixed; bottom:0px; background-color: #fff; padding:10px 0px 5px;
}
/* 页脚*/
.footer {
width:100%; min-width:1200px; height:auto; min-height:80px;  text-align:center; line-height:30px; background-color:#d6d6d6; float:left;
}

.footer ul{
width:1200px; margin:0px auto; padding:20px 0px; float: none; 
}
.footer ul a:link {
 color:#626262;
}
.footer ul a:hover {
 color:#0b4da2;
}
