html,
body {
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  line-height: 1.5;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  line-height: 1.5;
  background: whitesmoke;
}
a,
a:hover {
  transition: all 0.3s;
  text-decoration: none;
}
.page-header {
  height: 560px;
  background: linear-gradient(135deg, #01a9ea 0%, #3c39ad 100%);
  margin-bottom: 140px;
}
.page-header.page {
  height: 180px;
  margin-bottom: 30px;
}
.page-header.page .page-section-bg {
  border-top: 4px solid #01A9EA;
  padding: 48px;
}
.page-header.page .page-title {
  color: white;
}
.page-header.page .page-title h4 {
  font-size: 24px;
  margin: 0;
}
.page-header.page .page-title span {
  text-transform: uppercase;
  opacity: 0.45;
}
.page-header .page-header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0;
}
.page-header .page-search-box {
  display: flex;
}
.page-header .page-search-box .form-control {
  display: inline-block;
  border: none;
  border-radius: 4em;
  padding: 6px 16px;
}
.page-header .page-search-box .btn {
  flex: 0 0 auto;
  margin-left: 12px;
  border-radius: 4em;
  padding: 6px 16px;
}
.page-header .page-header-nav {
  display: flex;
  margin-left: -8px;
  margin-right: -8px;
}
.page-header .page-header-nav .page-nav-item {
  position: relative;
  list-style: none;
  flex: auto;
  margin: 0 8px;
}
.page-header .page-header-nav .page-nav-item a {
  display: block;
  text-align: center;
  line-height: 48px;
  color: white;
  transition: all 0.3s;
}
.page-header .page-header-nav .page-nav-item:hover a {
  background: rgba(255, 255, 255, 0.09);
}
.page-header .page-header-nav .page-nav-item.active::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 40px solid rgba(0, 0, 0, 0.15);
  border-right: 10px solid transparent;
  right: -10px;
  top: 8px;
}
.page-header .page-header-nav .page-nav-item.active a {
  background: white;
  color: #2369C8;
}
.page-header .carousel {
  background: #2369C8;
  height: 480px;
  margin: 0 64px;
}
.page-header .carousel .carousel-item img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}
.index-news {
  margin-bottom: 64px;
}
.index-news .nav-tabs {
  margin-bottom: 24px;
}
.index-news .nav-tabs .nav-item .nav-link {
  padding: 16px 24px;
  border-radius: 0;
  border: none;
  border-bottom: 3px solid transparent;
  color: rgba(0, 0, 0, 0.65);
}
.index-news .nav-tabs .nav-item .nav-link.active {
  background-color: #2369C8;
  color: white;
  border-bottom-color: #01A9EA;
}
.index-news .tab-content {
  height: 556px;
}
.index-news .index-news-item {
  position: relative;
  background: white;
  padding: 24px 32px;
  margin-bottom: 8px;
  overflow: hidden;
}
.index-news .index-news-item::before {
  content: '';
  position: absolute;
  width: 4px;
  top: 0;
  left: 0;
  height: 0;
  background: #2369C8;
  transition: all 0.3s;
}
.index-news .index-news-item .index-news-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-news .index-news-item .index-news-header .index-news__title {
  font-size: 16px;
  flex: 1;
  margin-right: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-news .index-news-item .index-news-header .index-news__title a {
  color: rgba(0, 0, 0, 0.85);
}
.index-news .index-news-item .index-news-header .index-news__title a:hover {
  color: #2369C8;
}
.index-news .index-news-item .index-news-header .index-news__data i {
  margin-right: 8px;
  color: rgba(0, 0, 0, 0.15);
}
.index-news .index-news-item .index-news-header .index-news__data span {
  color: rgba(0, 0, 0, 0.45);
}
.index-news .index-news-item .index-news-content {
  margin-top: 10px;
  transition: all 0.05s;
  display: none;
}
.index-news .index-news-item .index-news-content p {
  color: rgba(0, 0, 0, 0.65);
  margin-bottom: 10px;
}
.index-news .index-news-item .index-news-content .index-news-more {
  color: #2369C8;
}
.index-news .index-news-item.active {
  box-shadow: 0px 12px 32px rgba(0, 0, 0, 0.15);
  z-index: 1;
}
.index-news .index-news-item.active::before {
  height: 100%;
}
.index-news .index-news-item.active .index-news-content {
  display: block;
}
.index-link {
  margin-bottom: 24px;
}
.index-link a {
  display: block;
  margin-bottom: 16px;
  transition: all 0.3s;
}
.index-link a img {
  width: 360px;
}
.index-link a:hover {
  opacity: 0.75;
}
.index-contact .index-contact-title {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.index-contact .index-contact-title i {
  width: 32px;
  height: 32px;
  background: #2369C8;
  opacity: 1;
  border-radius: 6px;
  text-align: center;
  margin-right: 16px;
  line-height: 32px;
  color: white;
  font-size: 20px;
}
.index-contact .index-contact-title span {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin-right: 16px;
  color: #2369C8;
}
.index-contact .index-contact-title::after {
  content: '';
  display: block;
  flex: 1;
  height: 1px;
  background: #2369C8;
}
.index-contact .index-contact-content li {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 12px 4px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.09);
}
.index-contact .index-contact-content .contact{
  display: block;
  width:100%; 
  clear:left;
  margin:0;
}
.index-contact .index-contact-content .contactl{
  width:40%;
  float:left; 
}
.index-contact .index-contact-content .contactr{
  width:40%;
  float:left; 
  margin-left:20px;
}
.index-contact .index-contact-content .contact dl {
   width:100%; 
   clear:left;
   margin:0;
   float:left;
}
.index-contact .index-contact-content .contact dt {
  width:100%;
  align-items: center;
  list-style: none;
  padding: 4px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.09);
}
.index-contact .index-contact-content .contact dt::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 12px;
  background: #2369C8;
}
.index-contact .index-contact-content .contact dd {
  text-indent:20px;
  line-height:20px;
  padding-top:4px;
}
.index-contact .index-contact-content li b {
  margin-left: auto;
  font-weight: normal;
  color: #2369C8;
}
.page-section-bg {
  background: url(../../assets/page-section-bg.jpg) center no-repeat;
  background-size: cover;
  padding: 64px 0 48px;
}
.index-service .index-service-title {
  display: flex;
  line-height: 80px;
  margin-bottom: 64px;
}
.index-service .index-service-title::after {
  content: '';
  position: absolute;
  display: block;
  width: 180%;
  height: 80px;
  left: -80%;
  background: linear-gradient(270deg, #01a9ea 0%, rgba(1, 169, 234, 0) 100%);
  transform: skewX(-35deg);
}
.index-service .index-service-title .index-service-title__prefix {
  color: white;
  position: relative;
  z-index: 1;
  flex: 1;
}
.index-service .index-service-title .index-service-title__prefix i {
  font-size: 24px;
  margin-right: 16px;
}
.index-service .index-service-title .index-service-title__prefix span {
  font-size: 20px;
  font-weight: bold;
}
.index-service .index-service-title .index-service-title__prefix legend {
  position: absolute;
  top: 0;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.08);
  font-size: 40px;
  line-height: 1;
}
.index-service .index-service-title .index-service-title__suffix {
  position: relative;
  z-index: 1;
  color: white;
  margin-right: 16px;
}
.index-service .index-service-title .index-service-title__suffix::after {
  content: "\ea6a";
  font-family: 'remixicon';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: -0.15em;
  margin-left: 4px;
}
.index-service .index-service-title .index-service-title__suffix:hover {
  opacity: 0.75;
}
.index-service .index-service-item {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  color: white;
}
.index-service .index-service__data {
  margin-right: 32px;
  text-align: center;
}
.index-service .index-service__data .index-service__day {
  display: block;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 28px;
  line-height: 1;
}
.index-service .index-service__data .index-service__ym {
  font-size: 12px;
}
.index-service .index-service__content {
  flex: 1;
  width: 100%;
}
.index-service .index-service__content .index-service__title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-service .index-service__content .index-service__title a {
  font-size: 16px;
  color: white;
}
.index-service .index-service__content .index-service__title a:hover {
  text-decoration: underline;
}
.index-service .index-service__content .index-service__desc {
  color: rgba(255, 255, 255, 0.65);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index-download .index-download-title {
  display: flex;
  align-items: center;
  color: white;
  margin-top: 48px;
  margin-bottom: 68px;
}
.index-download .index-download-title i {
  font-size: 20px;
  margin-right: 16px;
}
.index-download .index-download-title span {
  font-size: 16px;
  font-weight: bold;
}
.index-download .index-download-title:after {
  content: '';
  display: block;
  flex: 1;
  height: 1px;
  border-top: 1px dashed rgba(255, 255, 255, 0.35);
  margin-left: 16px;
}
.index-download .index-download-content li {
  padding: 14px 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
  list-style: none;
}
.index-download .index-download-content li::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #ffffff;
  border: 2px solid #01A9EA;
  border-radius: 50%;
  vertical-align: -1px;
  margin-right: 12px;
}
.index-download .index-download-content li a {
  color: white;
}
.index-download .index-download-content li a:hover {
  text-decoration: underline;
}

.page-position a {
	display: inline-block;
    color:#6c757d;
}

.page-position a:after,
.page-position span:after {
	content: '/';
	display: inline-block;
	margin: 0 8px;
	color:##6c757d;
}

.page-position span {
	opacity: .6;
}

.page-position span:last-child:after {
	content: none;
}
/**栏目列表*/

.wp_listcolumn { display:block; width:100%; border-top:0px solid #ddd; border-bottom:0px solid #fff;}
.wp_listcolumn .wp_column {display:block; width:100%; vertical-align: bottom;}
.wp_listcolumn .wp_column a { display:block; width:100%; color:#666; font-size:15px; font-weight:normal; word-wrap:break-word; background:none; border-bottom:0px solid #ddd; border-top:0px solid #fff; text-align: left;}
.wp_listcolumn .wp_column a:hover { background-color: #F0F2F5; color: #0079C2;background-image:none;}
.wp_listcolumn .wp_column a .column-name { display:inline-block; line-height:22px; padding:0px; cursor:pointer;}
.wp_listcolumn .wp_column a.selected {
     background: rgba(35, 105, 200, 0.15);
  color: #2369C8;
}
.secondary-page-wrapper .secondary-page-slide ul li.active a {
  background: rgba(35, 105, 200, 0.15);
  color: #2369C8;
}
.wp_listcolumn .wp_column a.selected a::after {
  color: #2369C8;
}
.wp_listcolumn{
	padding: 0;
}

.wp_listcolumn li {
	list-style: none;
	margin-bottom: 4px;
}

.wp_listcolumn li a {
	display: block;
	padding: 12px 24px;
	text-align: left;
	text-decoration: none;
	color: rgba(0, 0, 0, 0.56);
}

.wp_listcolumn li.active {
	border-right: 2px solid #0079C2;
	background-color: #F0F2F5;
}

.wp_listcolumn li.active a {
	color: #0079C2;
}

.wp_listcolumn li a:hover {
	background-color: #F0F2F5;
	color: #0079C2;
}
 /**栏目新闻**/
.col_news_head { height:20px;}
.col_news_head ul li{
	list-style:none;
	}
.col_news_con{
	margin-top:0px;
	}
.col_metas .col_title { display:inline-block; float:left; height:28px; line-height:28px;}  /**当前栏目**/
.col_metas .col_title h2 { display:inline-block; font-size:18px; font-weight:bold; color:#fff; padding:0 50px 0 25px;}   /**当前栏目名称**/
 /**当前位置**/
.col_metas { width:680px; float:left; height:20px; line-height:20px; display:block;}  /**当前栏目**/
.col_metas2 { height:20px; line-height:20px; display:block;}  /**当前栏目**/
.possplit {
	display:none;
     background-image:none;
}
.col_path1 {
	width:680px;
	float: left;
	white-space: nowrap;
	height: 20px;
	line-height: 20px;
	font-size:16px;
}
.col_path {
	white-space: nowrap;
	height: 20px;
	line-height: 20px;
}
.infobox {
	display:block;
	margin: 0 auto;
	min-height:380px;
}
.col_news_box { padding:10px 0; margin:0 7px;}
.col_news_list {}
.col_news_list .wp_article_list li{ list-style:none; float:left;}
.col_news_list .wp_article_list .list_item { height:42px; line-height:42px; padding-right:15px;}  /**栏目新闻列表**/
.col_news_list .wp_article_list .list_item a{ color: rgba(0, 0, 0, 0.65);}
.col_news_list .wp_article_list .list_item .Article_Index {display:block; height:42px; padding: 0 16px 0 0px;
	background: url(../../assets/arrow.png) center left no-repeat;    background-size: 16px; margin-top:0px;}  /**栏目新闻图标序号**/
.col_news_list .wp_entry,.col_news_list .wp_entry p { line-height:1.6; font-size:14px; color:#333; padding:10px;}
.col_news_list .wp_entry p { margin-bottom:0px;}
.col_news_list .wp_entry img { max-width:680px; _width:expression(this.width > 680 ? "680px" : this.width); }   /**列表页文章图片大小限制**/
.wp_article_list .list_item .Article_Index
/**文章页**/
.article {}
.article { display:block; margin-top:20px; width:960px;}
.article .arti_title { line-height:40px; font-family: "Microsoft YaHei"; text-align:center; font-size:22px;color: #378038; display:block; min-height:40px;} /**文章标题**/
.article h1.arti_title2 { line-height: 30px;
    padding: 5px;
    text-align: center;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #378038;
}
.article .arti_metas { padding:10px; text-align:center;}
.article .arti_metas span { margin:0 5px; font-size:12px; color:#787878;} /**文章其他属性**/
.article .entry { margin:0 auto; overflow:hidden; width:920px;} /**文章内容**/
.article .entry .read,.article .entry .read p { line-height:1.6; font-size:14px; color:#333; }  /**阅读字体**/
.article .entry .read p { margin-bottom:10px;}
.article .entry .read img { max-width:840px; _width:expression(this.width > 840 ? "940px" : this.width); }   /**文章阅读部分图片大小限制**/
.page-footer {
  background-color: #E8E8E8;
}
.page-footer .container {
  background: url(../../assets/watermark.svg) right center no-repeat;
  background-size: auto 100%;
  padding: 56px 0;
}
.page-footer .page-footer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.page-footer .page-footer-share a {
  position: relative;
  display: inline-block;
  margin-left: 16px;
  width: 48px;
  height: 48px;
  border: 1px solid #707070;
  border-radius: 12px;
  text-align: center;
  line-height: 46px;
  color: #777777;
}
.page-footer .page-footer-share a i {
  font-size: 32px;
}
.page-footer .page-footer-share a.wechat img {
  position: absolute;
  display: none;
  bottom: 100%;
  right: 0;
  width: 160px;
  height: 160px;
  margin-bottom: 8px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.09);
}
.page-footer .page-footer-share a.wechat:hover img {
  display: block;
}
.page-footer .page-footer-share a:hover {
  color: white;
  border-color: #2369C8;
  background-color: #2369C8;
}
.page-footer .page-footer-copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(0, 0, 0, 0.45);
}
.page-footer .page-footer-copyright .copyright-info p {
  margin-bottom: 0;
}
.page-footer .page-footer-copyright .page-footer-nav a {
  display: inline-block;
  margin-left: 16px;
  color: rgba(0, 0, 0, 0.65);
}
.page-footer .page-footer-copyright .page-footer-nav a:hover {
  color: #2369C8;
}
.breadcrumb .ri-home-5-fill {
  font-size: 18px;
  line-height: 1.25;
  margin-right: 12px;
  color: rgba(0, 0, 0, 0.85);
}
.secondary-page-wrapper {
  display: flex;
  align-items: flex-start;
}
.secondary-page-wrapper .secondary-page-slide {
  flex: 0 0 256px;
  width: 256px;
  margin-right: 24px;
}
.secondary-page-wrapper .secondary-page-slide .page-slide-header {
  padding: 24px;
  background: linear-gradient(135deg, #01a9ea 0%, #3c39ad 100%);
  margin-bottom: 16px;
}
.secondary-page-wrapper .secondary-page-slide .page-slide-header h4 {
  margin: 0;
  color: white;
}
.secondary-page-wrapper .secondary-page-slide .page-slide-header span {
  margin: 0;
  color: white;
  }
.secondary-page-wrapper .secondary-page-slide ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px dashed rgba(0, 0, 0, 0.15);
}
.secondary-page-wrapper .secondary-page-slide ul li {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
}
.secondary-page-wrapper .secondary-page-slide ul li a {
  display: flex;
  line-height: 48px;
  padding: 0 16px;
  color: rgba(0, 0, 0, 0.65);
  align-items: center;
  justify-content: space-between;
}
.secondary-page-wrapper .secondary-page-slide ul li a:hover {
  background-color: rgba(35, 105, 200, 0.04);
  color: #2369C8;
}
.secondary-page-wrapper .secondary-page-slide ul li a:hover::after {
  color: #2369C8;
}
.secondary-page-wrapper .secondary-page-slide ul li a::after {
  font-family: 'remixicon';
  content: "\EA6C";
  color: rgba(0, 0, 0, 0.25);
  transition: all 0.3s;
}
.secondary-page-wrapper .secondary-page-slide ul li.active a {
  background: rgba(35, 105, 200, 0.15);
  color: #2369C8;
}
.secondary-page-wrapper .secondary-page-slide ul li.active a::after {
  color: #2369C8;
}
.secondary-page-wrapper .secondary-page-content {
  flex: 1;
  width: 100%;
  background: white;
  padding: 24px;
  margin-bottom: 40px;
}
.article-header {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  padding-bottom: 16px;
  margin-bottom: 24px;
}
.article-header h4 {
  font-size: 18px;
  margin: 0;
}
.article-header span {
  display: inline-block;
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.45);
}
.article-header .backrouter {
  display: inline-block;
  margin-left: auto;
  padding: 6px 16px;
  background: rgba(0, 0, 0, 0.09);
  color: rgba(0, 0, 0, 0.85);
}
.article-header .backrouter::before {
  content: "\EA5E";
  font-family: remixicon;
  vertical-align: -2px;
  margin-right: 8px;
}
.article-header .backrouter:hover {
  background: #2369C8;
  color: white;
}
.article-list {
  margin-bottom: 32px;
}
.article-list .article-list-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  padding: 16px 0;
}
.article-list .article-list-item::after {
  content: '';
  display: block;
  clear: both;
}
.article-list .article-list-header {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.article-list .article-list-header li {
  flex: 1;
  list-style: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 40px;
}
.article-list .article-list-header li a {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
}
.article-list .article-list-header li a:hover {
  color: #2369C8;
}
.article-list .article-list-header span {
  line-height: 24px;
  color: rgba(0, 0, 0, 0.35);
}
.article-list .article-list-content {
  color: rgba(0, 0, 0, 0.65);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.article-list .article-list-action {
  float: right;
  padding: 6px 16px;
  font-size: 13px;
  background-color: rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.65);
}
.article-list .article-list-action:hover {
  background-color: #2369C8;
  color: white;
}
.article-content-header {
  padding: 24px;
  margin-bottom: 32px;
  text-align: center;
}
.article-content-header .article-content-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
}
.article-content-header .article-content-info span {
  display: inline-block;
  margin: 0 8px;
  color: rgba(0, 0, 0, 0.45);
}
.article-content-content {
  font-size: 16px;
  line-height: 2;
}
.article-content-content img {
  max-width: 100%;
}
.izl-rmenu{position:fixed; right:0; margin-right:10px; top:65%; padding-bottom:0px;  z-index:999; }
.izl-rmenu .sbtn{width:50px; height:50px; margin-bottom:1px; cursor:pointer; position:relative;}
@media (max-width: 486px) {
    .izl-rmenu {display:none;}
}
.izl-rmenu .btn-qq{background:url(../../assets/r_qq.png) 0px 0px no-repeat; background-color:#3a3bae;color:#FFF;}
.izl-rmenu .btn-qq:hover{background-color:#2369c8;color:#FFF;}
.izl-rmenu .btn-qq .qq{background-color:#2369c8; position:absolute; width:110px; left:-115px; top:0px; line-height:38px; padding:15px 0px; color:#FFF; font-size:18px; text-align:center; display:none; border-radius: 10px 0px 10px 0px;box-shadow: 0 5px 20px 0 #999;}
.izl-rmenu .btn-qq a {color:#FFF;font-size:14px;}

.izl-rmenu .btn-wx{background:url(../../assets/r_wx.png) 0px 0px no-repeat; background-color:#3a3bae;}
.izl-rmenu .btn-wx:hover{background-color:#2369c8;}
.izl-rmenu .btn-wx .pic{position:absolute; left:-160px; top:0px; display:none;width:140px;height:140px;box-shadow: 0 5px 20px 0 #999;}

.izl-rmenu .btn-web{background:url(../../assets/r_web.png) 0px 0px no-repeat; background-color:#3a3bae;}
.izl-rmenu .btn-web:hover{background-color:#2369c8;}
.izl-rmenu .btn-web .pic{position:absolute; left:-160px; top:0px; display:none;width:140px;height:140px;box-shadow: 0 5px 20px 0 #999;}

.izl-rmenu .btn-phone{background:url(../../assets/r_phone.png) 0px 0px no-repeat; background-color:#3a3bae;}
.izl-rmenu .btn-phone:hover{background-color:#2369c8;}
.izl-rmenu .btn-phone .phone{background-color:#ff811b; position:absolute; width:160px; left:-160px; top:0px; line-height:50px; color:#FFF; font-size:18px; text-align:center; display:none;}

.izl-rmenu .btn-ali{background:url(../../assets/r_ali.png) 0px 0px no-repeat; background-color:#3a3bae;}
.izl-rmenu .btn-ali:hover{background-color:#2369c8;}
.izl-rmenu a.btn-ali,.izl-rmenu a.btn-ali:visited{background:url(../../assets/r_ali.png) 0px 0px no-repeat; background-color:#3a3bae; text-decoration:none; display:block;}


.izl-rmenu .btn-wangwang{background:url(../../assets/r_wangwang.png) 0px 0px no-repeat; background-color:#3a3bae; background-size:100% 100%;}
.izl-rmenu .btn-wangwang:hover{background-color:#2369c8;}
.izl-rmenu a.btn-wangwang,.izl-rmenu a.btn-wangwang:visited{background:url(../../assets/r_wangwang.png) 0px 0px no-repeat; background-color:#3a3bae; text-decoration:none; display:block;}


.izl-rmenu .btn-skype{background:url(../../assets/r_skype.png) 0px 0px no-repeat; background-color:#3a3bae;}
.izl-rmenu .btn-skype:hover{background-color:#2369c8;}
.izl-rmenu a.btn-skype,.izl-rmenu a.btn-skype:visited{background:url(../../assets/r_skype.png) 0px 0px no-repeat; background-color:#3a3bae; text-decoration:none; display:block;}

.izl-rmenu .btn-web{background:url(../../assets/r_web.png) 0px 0px no-repeat; background-color:#3a3bae;}

.izl-rmenu a.btn-web,.izl-rmenu a.btn-web:visited{background:url(../../assets/r_web.png) 0px 0px no-repeat; background-color:#3a3bae; text-decoration:none; display:block;}
.izl-rmenu a.btn-web:hover{background-color:#2369c8;}

.izl-rmenu .btn-top{background:url(../../assets/r_top.png) 0px 0px no-repeat; background-color:#3a3bae; display:none;}
.izl-rmenu .btn-top:hover{background-color:#2369c8;}
