/*初始化111*/ html,
body {
 margin: 0;
 padding: 0;
}
.pagebox {
 position:relative;
 width:1300px;
 margin:0px auto;
 height: 100% !important;
}
/*翻页*/ .e_pagebox {
 width: auto;
 height: auto;
 clear: both;
 position: relative 
}
.p_page {
 float: right;
 right: 30px;
}
.p_page .PageInterval {
 display: inline-block;
 position: static;
 float: left;
 margin-right: 5px;
 line-height: 38px;
 font-size: 12px 
}
.p_page .p_PageInterval {
 display: inline-block;
 position: static;
 float: left;
 margin-right: 5px;
 line-height: 38px;
 font-size: 12px 
} /*左翻页*/
.p_page .pre:after {
 content: "";
 display: none;
 position: absolute;
 top: 5px;
 left: -14px;
 width: 27px;
 height: 27px;
 background-color: rgba(242, 242, 242, 1);
 font-size: 0;
 line-height: 0;
 -webkit-transform: rotate(45deg);
 -moz-transform: rotate(45deg);
 -o-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 transform: rotate(45deg);
 z-index: -1 
}
.p_page .pre:hover:after {
 top: 4px;
 left: -12px;
 background-color: rgba(101, 190, 186, 1);
 border-radius: 4px 0 0 0;
 -webkit-box-shadow: 0 3px 0 rgba(90, 90, 90, .8);
 -moz-box-shadow: 0 3px 0 rgba(90, 90, 90, .8);
 box-shadow: 0 3px 0 rgba(90, 90, 90, .8);
 -webkit-transform: rotate(45deg);
 -moz-transform: rotate(45deg);
 -o-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 transform: rotate(45deg);
 z-index: -1 
}
.p_page .pre:active:after {
 top: 8px;
 left: -12px;
 width: 28px;
 height: 25px;
 background-color: rgba(90, 170, 167, 1);
 border-radius: 0 3px 0 0;
 -webkit-box-shadow: 0 3px 0 rgba(90, 90, 90, .8);
 -moz-box-shadow: 0 3px 0 rgba(90, 90, 90, .8);
 box-shadow: 0 3px 0 rgba(90, 90, 90, .8);
 -webkit-transform: rotate(-226deg);
 -moz-transform: rotate(-226deg);
 -o-transform: rotate(-226deg);
 -ms-transform: rotate(-226deg);
 transform: rotate(-226deg);
 z-index: -1 
}
.p_page .pre {
 display: inline-table;
 position: relative;
 left: 0;
 top: 0;
 float: left;
 height: 30px;
 margin:0 5px 0 18px;
 color: rgba(102, 102, 102, 1);
 border-width: 0;
 border-style: solid;
 border-color: rgba(255, 255, 255, 0);
 background-color: rgba(242, 242, 242, 1);
 text-align: center;
 padding-top: 0;
 padding-right: 20px;
 padding-left: 20px;
}
.p_page .pre:hover {
 color: rgba(255, 255, 255, 1);
 border-width: 0;
 border-style: solid;
 border-color: rgba(255, 255, 255, 0);
 background-color: rgba(101, 190, 186, 1);
 cursor: pointer 
}
.p_page .pre:active {
 background-color: rgba(90, 170, 167, 1) 
}
.p_page .pre .font {
 display: table-cell;
 vertical-align: middle;
 bottom: 0;
 font-size: 12px 
}
.p_page .pre:hover .iconfont {
 color: rgba(255, 255, 255, 1) 
}
.p_page .pre:active .iconfont {
 color: rgba(255, 255, 255, 1) 
}
.p_page .pre .iconfont:before {
 content: "";
 margin-right: 5px 
} /*右翻页*/
.p_page .next:after {
 content: "";
 display: none;
 position: absolute;
 top: 5px;
 right: -14px;
 width: 27px;
 height: 27px;
 background-color: rgba(101, 190, 186, 1);
 font-size: 0;
 line-height: 0;
 -webkit-transform: rotate(45deg);
 -moz-transform: rotate(45deg);
 -o-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 transform: rotate(45deg);
 z-index: -1 
}
.p_page .next:hover:after {
 top: 5px;
 right: -12px;
 background-color: rgba(101, 190, 186, 1);
 border-radius: 4px 0 0 0;
 -webkit-box-shadow: 0 3px 0 #777;
 -moz-box-shadow: 0 3px 0 #777;
 box-shadow: 0 3px 0 #777;
 -webkit-transform: rotate(-45deg);
 -moz-transform: rotate(-45deg);
 -o-transform: rotate(-45deg);
 -ms-transform: rotate(-45deg);
 transform: rotate(-45deg);
 z-index: -1;
 width: 26px;
 height: 26px 
}
.p_page .next:active:after {
 top: 8px;
 right: -12px;
 width: 27px;
 height: 24px;
 background-color: rgba(90, 170, 167, 1);
 border-radius: 0 3px 0 0;
 -webkit-box-shadow: 0 3px 0 #777;
 -moz-box-shadow: 0 3px 0 #777;
 box-shadow: 0 3px 0 #777;
 -webkit-transform: rotate(226deg);
 -moz-transform: rotate(226deg);
 -o-transform: rotate(226deg);
 -ms-transform: rotate(226deg);
 transform: rotate(226deg);
 z-index: -1 
}
.p_page .next {
 display: inline-table;
 position: relative;
 left: 0;
 top: 0;
 float: left;
 height: 30px;
 color: rgba(255, 255, 255, 1);
 border-width: 0;
 border-style: solid;
 border-color: rgba(255, 255, 255, 0);
 background-color: rgba(101, 190, 186, 1);
 text-align: center;
 padding-top: 0;
 padding-right: 20px;
 padding-left: 20px;
}
.p_page .next:hover {
 color: rgba(255, 255, 255, 1);
 border-width: 0;
 border-style: solid;
 border-color: rgba(255, 255, 255, 0);
 background-color: rgba(101, 190, 186, 1);
 cursor: pointer 
}
.p_page .next:active {
 background-color: rgba(90, 170, 167, 1) 
}
.p_page .next .font {
 display: table-cell;
 vertical-align: middle;
 bottom: 0;
 font-size: 12px 
}
.p_page .next:hover .iconfont {
 color: rgba(255, 255, 255, 1) 
}
.p_page .next:active .iconfont {
 color: rgba(255, 255, 255, 1) 
}
.p_page .next .iconfont:before {
 content: "";
 margin-top: 3px;
 float: right;
 margin-left: 5px 
} /*翻页数字*/
.p_page .pageNum {
 position: relative;
 float: left;
 height: 30px;
 width: 30px;
 margin:0 5px 0 0;
 background-size: 100% 100%;
 color: rgba(102, 102, 102, 1);
 border:0 solid rgba(255, 255, 255, 0);
 cursor: pointer;
 line-height: 30px;
 display: table;
 font-family: inherit;
 font-size: 14px;
 font-weight: inherit;
 text-decoration: none;
 background-color: rgba(242, 242, 242, 1);
 text-align: center;
}
.p_page .pageNum:hover {
 color: rgba(255, 255, 255, 1);
 border-width: 0;
 border-style: solid;
 border-color: rgba(255, 255, 255, 0);
 cursor: pointer;
 text-decoration: none;
 background-color: rgba(101, 190, 186, 1) 
}
.p_page .pageNum:active {
 text-decoration: none;
 background-color: rgba(90, 170, 167, 1) 
}
.p_page .pageNum.active {
 text-decoration: none;
 background-color: rgba(90, 170, 167, 1);
 color: rgba(255, 255, 255, 1) 
}
.p_page .pageNum .font {
 display: table-cell;
 vertical-align: middle;
 bottom: 0 
}
.p_page .pageNum .iconfont {
 display: inline;
 color: rgba(255, 255, 255, 1);
 vertical-align: middle 
}
.p_page .pageNum:hover .iconfont {
 color: rgba(255, 255, 255, 1) 
}
.p_page .pageNum:active .iconfont {
 color: rgba(255, 255, 255, 1) 
}
.p_page .pageNum .iconfont:before {
 content: "" 
} /*翻页省略*/
.p_page .PageInterval {
 line-height: 30px;
 cursor: text;
 color: rgba(102, 102, 102, 1) 
}
.p_page .p_PageInterval {
 line-height: 30px;
 cursor: text;
 color: rgba(102, 102, 102, 1) 
} /*占位容器*/
.p_OccupyBox {
 margin: 0;
 width: auto;
 height: auto;
 padding: 0;
 border: none;
 overflow: hidden 
} /* 跑马灯 start */
.p_CommonInteraction {
 margin:0;
 width: 236px;
 height:317px;
 padding:0;
 border-width:1px;
 border-style: none;
 border-color:rgba(228,228,228,0);
 background-color:transparent;
 overflow: hidden;
}
.p_CommonLanternBox {
 position: relative;
 margin:0;
 width: auto;
 height:auto;
 padding:0;
 border-width:1px;
 border-style: none;
 border-color:rgba(228,228,228,0);
 background-color:transparent;
 overflow: hidden;
}
.p_CommonSwitchBtnA {
 position: absolute;
 top: 50%;
 left: 50%;
 display:inline-block;
 vertical-align:middle;
 cursor:pointer;
 font-size: 45px;
 color: #e5e5e5;
 transform: translate(-50%,-50%);
}
.p_CommonSwitchBtnA .iconfont:before {
 content: "\e687";
 display: inline-block;
}
.p_CommonSwitchBtnA:hover {
 cursor:pointer;
 color:rgba(105,192,188,1);
}
.p_CommonSwitchBtnB {
 position: absolute;
 top: 50%;
 right: 50%;
 display: inline-block;
 vertical-align: middle;
 cursor: pointer;
 transform: translate(50%,-50%);
 font-size: 45px;
 color: #e5e5e5;
 vertical-align: middle;
 cursor: pointer;
}
.p_CommonSwitchBtnB .iconfont:before {
 content: "\e6ae";
 display: inline-block;
}
.p_CommonSwitchBtnB:hover {
 color: rgba(105, 192, 188, 1);
 cursor: pointer 
}
.d_CommonInteractionA {
 left: 0;
 width: 60px;
 height: auto;
 vertical-align: middle;
 position: absolute;
 overflow: visible;
 top: 50%;
 transform: translate(0,-50%);
}
.d_CommonInteractionB {
 right: 0;
 width: 60px;
 height: auto;
 vertical-align: middle;
 position: absolute;
 overflow: visible;
 top: 50%;
 transform: translate(0,-50%);
} /*方形图片组符*/
.p_CommonSummaryBoxA {
 margin: 0 0 20px;
 width: auto;
 height: auto;
 padding: 0;
 border-width: 1px;
 border-style: none;
 border-color: rgba(228, 228, 228, 0);
 background-color: transparent;
 overflow: hidden;
 text-align:center;
}
.p_CommonThumbnailBox {
 margin: 0;
 width: auto;
 height: auto;
 padding: 0;
 border-width: 1px;
 border-style: none;
 border-color: rgba(228, 228, 228, 0);
 background-color: transparent;
 overflow: hidden 
}
.p_CommonSquareNumBtn {
 display: inline-block;
 height: 10px;
 width: 100px;
 margin: 0 8px;
 padding: 0;
 background-color: rgba(228, 228, 228, 1);
 border-width: 1px;
 border-color: transparent;
 color: rgba(153, 153, 153, 1);
 font-size: 12px;
 font-family: "Microsoft YaHei";
 text-align: center;
 cursor: pointer 
}
.p_CommonSquareNumBtn img {
 display: none 
}
.p_CommonSquareNumBtn .shape {
 text-indent: -9999em;
 width: inherit;
 height: inherit;
 vertical-align: middle 
}
.p_CommonSquareNumBtn.active,
.p_CommonSquareNumBtn:hover {
 background-color: rgb(4, 142, 202);
 color: rgba(255, 255, 255, 1) 
}
.p_CommonSquareNumBtn.j-nav-active {
 background-color: rgba(103, 184, 180, 1);
 color: rgba(255, 255, 255, 1) 
} /* 跑马灯 end */ /* 显示拖动条 */
.p_scroll {
 width: 100%;
 height: auto;
 position: relative 
}
.p_scroll .vline {
 width: 100%;
 border-top-width: 1px;
 border-top-style: solid;
 border-top-color: #F0F0F0;
 opacity: 1;
 position: absolute;
 top: 50%;
 -webkit-transform: translate(0, -50%);
 transform: translate(0, -50%) 
}
.p_scroll .scrolling {
 width: 77px;
 height: 25px;
 border: 1px solid #BABABB;
 background: -webkit-linear-gradient(#fff, #F2F2F3);
 background: -o-linear-gradient(#fff, #F2F2F3);
 background: -moz-linear-gradient(#fff, #F2F2F3);
 background: linear-gradient(#fff, #F2F2F3);
 border-radius: 6px;
 position: relative;
 left: 50%;
 text-align: center;
 font-size: 15px;
 box-shadow: 0 0 10px #fff inset, 0 1px 1px rgba(0, 0, 0, .1);
 color: #AAA;
 cursor: pointer 
}
.p_scroll .scrolling:hover {
 border: 1px solid #BABABB;
 background: -webkit-linear-gradient(#fff, #F7F7F8);
 background: -o-linear-gradient(#fff, #F7F7F8);
 background: -moz-linear-gradient(#fff, #F7F7F8);
 background: linear-gradient(#fff, #F7F7F8) 
}
.p_scroll .scrolling:active {
 border: 1px solid #BABABB;
 background: -webkit-linear-gradient(#fff, #E4E4E4);
 background: -o-linear-gradient(#fff, #E4E4E4);
 background: -moz-linear-gradient(#fff, #E4E4E4);
 background: linear-gradient(#fff, #E4E4E4);
 box-shadow: 0 0 10px #fff inset, 0 1px 2px rgba(0, 0, 0, .1) 
} /* 滚动加载 */
.p_more {
 position: static;
 width: 100%;
 margin: 0 auto;
 text-align: center;
 padding-right: 20px;
 padding-left: 20px;
 height: 70px;
 background-color: #F6F7F8;
 position: relative;
 border-radius: 0;
 border-width: 0;
 color: rgba(115, 115, 131, 1);
 font-size: 18px 
}
.p_more:active {
 background-color: #F6F7F8 
}
.p_more .font {
 vertical-align: middle;
 text-align: inherit;
 line-height: 70px;
}
.p_more .iconfont {
 display: inline;
 vertical-align: middle;
 font-style: normal 
}
.p_more .iconfont:before {
 content: "\e6d1" 
} /*全局*/
body {
 overflow-x:hidden;
 font-family:"Microsoft YaHei","宋体",Arial;
}
a {
 text-decoration:none !important;
 transition:0.5s;
 -webkit-transition:0.5s;
 -moz-transition:0.5s;
 -o-transition:0.5s;
}
a:hover {
 text-decoration:none !important;
}
::selection {
 background:#009fd9;
 color:#fff
}
::-moz-selection {
 background:#009fd9;
 color:#fff
}
::-webkit-selection {
 background:#009fd9;
 color:#fff
}
.reset_style {
 font-size:14px !important;
 line-height:23px !important;
}
.reset_style a {
 text-decoration:none !important;
}
.reset_style p {
 font-size:14px !important;
 text-align:left;
} 
#w_common_text-1561084130730 p {
 font-size:14px !important;
 text-align:right;
}
#w_common_text-1561084130730 strong{
  line-height: 1;
  color:#FFFFFF;
  font-size: 50px;
  font-family: arial,helvetica,sans-serif;
} 
#w_common_text-1561084130730 span{line-height:1;color:#FFFFFF;font-size:20px;font-family:微软雅黑;}

#w_common_text-1561084876208 span{color:#FFFFFF;font-family:微软雅黑;line-height:2;font-size:14px;}


/*页码样式*/
.p_page .pre {
 /*color:#009fd9 !important;*/
}
.p_page .pre:hover {
 background-color:#009fd9 !important;
 color:#fff !important;
}
.p_page .pre:active {
 background-color:#009fd9 !important;
 color:#fff !important;
}
.p_page .pageNum:hover {
 background-color:#009fd9 !important;
}
.p_page .pageNum.active {
 background-color:#009fd9 !important;
}
.p_page .next {
 background-color:#009fd9 !important;
}
.p_page .next:hover {
 background-color:#009fd9 !important;
}
.p_page .next:active {
 background-color:#009fd9 !important;
} /*内页标题*/
.e_ContentMajorStyleBox-001 .stylebox_top,
.e_ContentOrdinaryStyleBox-001 .stylebox_top {
 height: 60px !important;
 background-color: rgba(244, 244, 244, 0) !important; /*margin-bottom: 80px;*/
 border-bottom: 1px solid #f3f3f3;
}
.e_ContentMajorStyleBox-001 .stylebox_title,
.e_ContentOrdinaryStyleBox-001 .stylebox_title {
 display: inline-block !important;
 width: 100% !important;
 padding: 0!important;
 background-color:rgba(244, 244, 244, 0) !important;
}
.e_ContentMajorStyleBox-001 .title_main,
.e_ContentOrdinaryStyleBox-001 .title_main {
 display: block !important;
 line-height: 60px !important;
 color: rgba(30, 30, 30,1) !important;
 font-size: 16px !important;
 max-width: 100% !important;
 text-align: center !important;
 font-size: 30px!important;
 font-weight: 400!important;
}
.e_ContentMajorStyleBox-001 .stylebox_content {
 border-width: 0!important;
}
.e_ContentMajorStyleBox-001 .stylebox_top_line {
 display: none;
}
.e_ContentMajorStyleBox-001 .stylebox_bottom_line {
 display: none;
} /*暂时没有内容信息显示 样式*/
.p_PromptNoneData .promptbox {
 width: auto;
 height: 100%;
 text-align: center;
}
.p_PromptNoneData .prompt_title {
 display: inline-table;
 padding: 0 30px;
 min-height: 200px;
 height: 100%;
}
.p_PromptNoneData .prompt_title .first {
 height: auto;
 display: table-cell;
 font-size: 32px;
 position: relative;
 color: #bfbfbf;
 vertical-align: middle;
 padding: 0 10px 5px 0;
}
.p_PromptNoneData .prompt_title .first:before {
 content: "\e6b4";
}
.p_PromptNoneData .prompt_title .font {
 font-size: 18px;
 display: table-cell;
 line-height: normal;
 vertical-align: middle;
 color:#bfbfbf;
 font-weight: bold;
 text-align: left;
}
#w_rbox-1552483781922 {
 left: 0!important;
 width: 50vw!important;
}
#w_common_text-1552484185809 {
 left: 32vw!important;
} /* 搜索 */
#w_img-1552479732494 {
 cursor: pointer;
}
#w_img-1552549667633 img {
 cursor: pointer;
 display:block;
 width:100%;
 -webkit-transition: -webkit-transform 0.4s ease-out;
 -moz-transition: -moz-transform 0.4s ease-out;
 transition: transform 0.4s ease-out;
}
#w_img-1552549667633:hover img {
 -webkit-transform: rotate(360deg);
 -moz-transform: rotate(360deg);
 transform: rotate(360deg);
}
#w_rbox-1552549573384 {
 display:none;
 z-index: 500!important;
 /*left:-200%!important;*/
} /* 新闻资讯 */
#c_news_list-15525624954246128 .p_articles {
 width: 590px;
 float: left;
}
#c_news_list-15525624954246128.c_news_list-01001 .p_content {
 bottom:auto;
 top: 179px;
} /* 客户分享 */
#c_news_detail-1552615167231.c_news_detail-01001 .p_InteractionInfo {
 display: none;
}
#c_news_detail-1552615167231.c_news_detail-01001 .p_Atlas {
 display: block;
 margin-top: 20px;
}
#c_news_detail-1552615167231.c_news_detail-01001 .p_ArticleHline {
 margin-top: 10px;
} /* 首页 */
#w_wbox-1561082092524.w_wbox-001 .p_wbox:after {
 position: absolute;
 width: 50%;
 height: 100%;
 top: 0;
 left: 50%;
 background-color: #00a2e9;
 content:"";
}
#c_complaintPage_detail-15610837451679322 ul {
 list-style: none;
}
#c_complaintPage_detail-15610837451679322 ul li {
 float: left;
 width: 25%;
}
#c_complaintPage_detail-15610837451679322 ul li a {
 display:block;
}
#c_complaintPage_detail-15610837451679322 ul li a span {
 transition: all 0.35s linear;
 -webkit-transition: all 0.35s linear;
 -moz-transition: all 0.35s linear;
}
.halinken {
 text-transform: uppercase;
 font-size: 12px;
 color: #adadad;
}
.halinken i {
 padding-right: 5px;
 font-style: normal;
 font-size: 18px;
 font-weight: bold;
 font-family: "HELVETI1ca Neue","Microsoft Yahei","微软雅黑","Tohoma";
}
.halinkcn {
 padding-left: 10px;
 font-size: 16px;
 color: #444;
 letter-spacing: 2px;
}
#c_complaintPage_detail-15610837451679322 ul li a:hover span {
 color: #279fd2;
}
#c_ads_banner-15524838113875470 {
 box-shadow: 21px 21px 49px rgba(0,0,0,.31);
 -webkit-box-shadow: 21px 21px 49px rgba(0,0,0,.31);
 -moz-box-shadow: 21px 21px 49px rgba(0,0,0,.31);
}
#w_rbox-1561087521376 {
 left: auto!important;
 right:0;
 width: calc(100% - (100% - 1300px)/2)!important;
}
#c_public_htmlCode-15611013476433778,
#c_public_htmlCode-15611094075804475 {
 left: 0!important;
 width: 100%!important;
 pointer-events: none;
}
.marquee-box {
 overflow:hidden;
 width:100%;
 position:absolute;
 left:0;
 top:0
}
.marquee {
 width:8000%;
 height:60px
}
.wave-list-box {
 float:left
}
.wave-list-box ul {
 float:left;
 height:60px;
 overflow:hidden;
 zoom:1;
 margin-left: -50px;
}
.wave-list-box ul li {
 height:60px;
 width:100%;
 float:left;
 line-height:30px;
 list-style:none
}
.wave-box {
 position:relative;
 height:60px;
 background:#fff
}
#c_public_htmlCode-15611013476433778 .color_1 {
 fill:#f4f4f4;
}
#c_public_htmlCode-15611013476433778 .color_2 {
 fill:#f9f9f9;
}
#w_common_text-1561104904303 span {
 font-family: 微软雅黑 Light!important;
}
#w_wbox-1561099818149 .p_wbox {
 background-position: center 620px!important;
}
#w_rbox-1561107244223 div.w_rbox>.p_rbox:before {
 background-color: rgba(250, 250, 250, 1);
 content: "";
 display: block;
 width: 100vw;
 height: 100%;
 top: 0;
 left: 0;
 pointer-events: none;
}
#w_rbox-1552478689756 {
 z-index: 300!important;
}
#w_common_text-1561441973293 {
 background: #fff;
 padding-top: 10px;
 -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.3);
 box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
 top:95px;
 display:none;
}
#w_common_text-1561441973293:after {
 content: "";
 display: block;
 border-style: solid;
 border-width: 8px;
 border-bottom-color: #ffffff;
 border-top-color: transparent;
 border-left-color: transparent;
 border-right-color: transparent;
 position: absolute;
 top: -16px;
 left: 22px;
}
#w_common_text-1561441973293 a:hover span {
 color: #00a0e9!important;
}


#w_common_text-1561104904303 span{font-family:微软雅黑;line-height:1.4;font-size:26px;font-weight: bold;}
#w_common_text-1561105026396 span{color:#292929;line-height:1.5;font-size:16px;font-family: 思源黑体;}



#w_common_text-1561106402829 strong{line-height:1.4;font-family:微软雅黑;color:#0186d1 !important;font-size:28px;}
#w_common_text-1561106697749 strong{line-height:1.4;font-family:微软雅黑;color:#0186d1 !important;font-size:28px;}
#w_common_text-1561106789029 strong{line-height:1.4;font-family:微软雅黑;color:#0186d1 !important;font-size:28px;}
#w_common_text-1561106940601 strong{line-height:1.4;font-family:微软雅黑;color:#0186d1 !important;font-size:28px;}

#w_common_text-1561106475772 strong{font-family:arial,helvetica,sans-serif;font-size:16px;color:#bcb6b6 !important;}
#w_common_text-1561106697764 strong{font-family:arial,helvetica,sans-serif;font-size:16px;color:#bcb6b6 !important;}
#w_common_text-1561106789048 strong{font-family:arial,helvetica,sans-serif;font-size:16px;color:#bcb6b6 !important;}
#w_common_text-1561106940618 strong{font-family:arial,helvetica,sans-serif;font-size:16px;color:#bcb6b6 !important;}

#w_common_text-1561106561411 span{line-height:1.5;color:#333333;font-size:16px;}
#w_common_text-1561106697780 span{line-height:1.5;color:#333333;font-size:16px;}
#w_common_text-1561106789066 span{line-height:1.5;color:#333333;font-size:16px;}
#w_common_text-1561106940636 span{line-height:1.5;color:#333333;font-size:16px;}


#w_rbox-1561107312917 strong{font-size:50px;font-family:arial,helvetica,sans-serif;color:#00a2e9;line-height:1;}

.footer_nav ul{ width:540px;}
.footer_nav ul li{ width:180px; height:auto; line-height:66px; color:#ffffff; font-size:16px; float:left;}
.footer_nav ul li a{color:#ffffff;}
.footer_nav ul li ul{ width:160px;}
.footer_nav ul li ul li{ width:160px; height:25px; line-height:25px; font-size:12px;}
.footer_nav ul li ul li a{ color:#ffffff;}
.footer_nav ul li ul li a:hover{ color:#ffffff;}