@font-face {
	font-family: 'webfont';
	src: url('//at.alicdn.com/t/webfont_731aaesnjy9.eot'); /* IE9*/
	src: url('//at.alicdn.com/t/webfont_731aaesnjy9.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('//at.alicdn.com/t/webfont_731aaesnjy9.woff') format('woff'), /* chrome銆乫irefox */
	url('//at.alicdn.com/t/webfont_731aaesnjy9.ttf') format('truetype'), /* chrome銆乫irefox銆乷pera銆丼afari, Android, iOS 4.2+*/
	url('//at.alicdn.com/t/webfont_731aaesnjy9.svg#鎬濇簮榛戜綋-缁?) format('svg'); /* iOS 4.1- */
}
/************************basic.css**************************/
* {
   box-sizing: border-box;
}
html, body, div, p, span, img, a, h1, h2, h3, h4, h5, h6, ul, li, dl, dt,
dd, form, input, select, textarea, fieldset, legend, table, tr, th, td {
    padding: 0;
    margin: 0;
    border: 0;
}
html{
    width: 100%;
    height: 100%;
}
body {
    position: relative;
    min-height: 100%;
    padding-bottom: 408px;
    font-size: 12px;
	font-family: "webfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #212121;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
ul {
    list-style-type: none;
}
li {
    list-style-type: none;
}
a {
    text-decoration: none;
    outline: none;
    color: inherit;
}
:focus {
    outline: none;
}
input, button, textarea,
select, optgroup, option {
    font-weight: normal;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
}
input, button, textarea,
select, optgroup, option {
    *font-size: 100%;   //姝ょ鍐欐硶鏄负浜嗘敮鎸佽€佺増鏈殑IE
}
iframe {
    display: block;
}
a {
    transition: color .2s ease-in-out,background-color .2s ease-in-out;
}
.clearfix{
    zoom:1;
}
.clearfix:after {
    content:"";
    display: block;
    clear:both;
}
.box-container {
    position: relative;
    width: 1180px;
    margin: 0 auto;
}
.left-con{
    float: left;
}
.right-con{
    float: right;
}
.mg-t-30{
    margin-top: 30px;
}
.mg-b-10 {
    margin-bottom: 10px;
}
.mg-b-20 {
    margin-bottom: 20px;
}
.mg-b-30 {
   margin-bottom: 30px;
}
.mg-b-40 {
    margin-bottom: 40px;
}
.mg-b-50 {
    margin-bottom: 50px;
}
.mg-l-20 {
    margin-left: 20px;
}
.mg-r-20 {
    margin-right: 20px;
}
.mg-l-30 {
    margin-left: 30px;
}
.mg-r-30 {
    margin-right: 30px;
}
.mg-l-0 {
    margin-left: 0px;
}
.mg-r-0 {
    margin-right: 0px;
}
.pd-t-200{
    padding-top: 200px;
}
p.second-title{
    padding: 0 70px;
    line-height: 32px;
    text-align: center;
    margin-top: 30px;
    font-size: 20px;
}
p.offer-title{
    text-align: center;
    font-size: 24px;
    color: #333;
}
p.offer-text{
    font-size: 16px;
    text-align: center;
}
.btn {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    min-width: 120px;
    text-align: center;
}
.btn-normal {
    color: #fff;
    background: linear-gradient(to top right, #0262d9 ,#02ccff);
    border: none;
}
.btn-primary {
    color: #fff;
    background: linear-gradient(to top right, #0262d9 ,#02ccff);
    border: none;
}
.btn:hover{
    background: linear-gradient(to top right, #018efb ,#49e7ff);
}

.more-container {
    text-align: right;
    margin-top: 20px;
}
.more-container a {
    color: #004187;
    font-size: 14px;
}
.more-container a:hover {
    text-decoration: underline;
}
.shadow{
    box-shadow:0 1px 10px rgba(0, 0, 0, .1);
}
.shadow-20{
    box-shadow:0 1px 20px rgba(0, 0, 0, .1);
}
.box-container p.hint{
    margin-top: 20px;
    font-size: 14px;
    color: #595959;
    line-height: 22px;
    text-indent: 0;
    text-align: center;
}
.more-btn {
    display: block;
    width: 140px;
    height: 40px;
    margin-top: 65px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    float: right;
    background: linear-gradient(to top right, #0262d9 ,#02ccff);
    cursor: pointer;
}
.more-btn:hover{
    background: linear-gradient(to top right, #018efb ,#49e7ff);
}

.hcr-info p:first-child {
	font-family: Arial, "webfont" !important;
}

/********************header.css***************************/

header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 99999999;
}
header .nav-container {
    height: 71px;
    border-bottom: 1px solid #001c3a;
    width: 100%;
    background: rgba(0, 65, 135, 0)
}

header .nav-container.nav-bg{
    background: #01244c;
    height: 70px;
    border: none;
}
header .logo {
    float: left;
    width: 100px;
    height: 70px;
}
header .logo h1{
    width: 100%;
    height: 100%;
}
header .logo a{
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../images/hcr/logo.png) no-repeat left center;
	background-position: center;
    background-size: cover;
}

header nav {
    float: right;
    width: 970px;
    margin-right: 20px;
}
header nav > li {
    float: left;
    /*margin-left: 20px;*/
    position: relative;
}
header nav > li:hover {
    background: url(../../images/hcr/nav-active-bg.png) repeat-x;
}
header nav > li > a {
    display: inline-block;
    height:70px;
    width: 120px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    vertical-align: top;
}
header nav > li > a.active,
header nav > li > a:hover {
    background: linear-gradient(to top right, #0262d9 ,#02ccff);
}
header .a-index{
    background: linear-gradient(to top right, #0262d9 ,#02ccff);
}
#p-index header a.a-index,
#p-intelligence header a.a-intelligence,
#p-market header a.a-market,
#p-industry header a.a-industry,
#p-information header a.a-information,
#p-about header a.a-about,
#p-survey header a.a-survey
{
    background: url(../../images/hcr/nav-active-bg.png) repeat-x;
}

header nav > li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    background: #01244C;
    width: 120px;
    padding: 15px 25px;
    box-shadow: 1px 1px 15px rgba(0,0,0,.2);
}
header nav > li ul.large {
    width: 300px;
}
header nav > li ul li {
    float: left;
}
header nav > li ul a{
    display: block;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 16px;
    text-align: left;
    width: 120px;
    color: #fafafa;
}
header nav > li ul a:hover {
    color: #2bb1ff;
}
header nav > li:hover ul {
    display: block;
}
header .language {
    float: right;
    width: 80px;
    padding-top: 23px;
    text-align: right;
}
header .language a {
    background: linear-gradient(to top right, #0262d9 ,#02ccff);
    color: #fff;
    border-radius: 6px;
    display: block;
    height: 26px;
    line-height: 26px;
    padding: 0 6px;
    font-size: 14px;
    text-align: center;
}
/*****************************banner*************************************/
.banner-con{
    width: 100%;
    height: 500px;
    background-color: #00071b;
}
.banner-con.industry-banner{
    height: 660px;
}
.box-banner{
    height: 100%;
    position: relative;
    color: #fff;
}
.box-banner strong{
    display: block;
    font-weight: normal;
    font-size: 50px;
    line-height: 70px;
}

.about-banner .about-intro{
    position: absolute;
    left: 0;
    top: 210px;
}
.about-banner p{
    margin-top: 20px;
    font-size: 36px;
    line-height: 40px;
}

.box-banner img{
    position: absolute;
}
.about-banner .about-text{
    position: absolute;
    left: 0;
    bottom: 245px;
}
.about-banner .about-img{
    position: absolute;
    width: 420px;
    right: 15px;
    bottom: 40px;
}
.info-banner .info-img{
    position: absolute;
    width: 370px;
    right: 15px;
    bottom: 40px;
}
.industry-banner .industry-img{
    width: 420px;
    right: 35px;
    bottom: 190px;
}
.box-banner .banner-intro{
    float: left;
	width: 500px;
    margin-left: 115px;
    margin-top: 180px;
    color: #fff;
}
.box-banner ul{
    margin-top: 40px;
    margin-left: 20px;
    font-size: 20px;
    line-height: 36px;
    list-style-type: disc;
}
.box-banner li{
    list-style-type: disc;
}

.market-banner .market-img{
    position: absolute;
    width: 415px;
    right: 25px;
    bottom: 45px;
}

.intelligent-banner .intelligent-img{
    position: absolute;
    width: 360px;
    right: 56px;
    bottom: 60px;
}

.investor-banner {
    height: 770px;
}
.investor-banner img {
    top: 70px;
    left: 0;
}

/*****************************澶ф爣棰?************************************/
.headline{
    position: relative;
    padding-top: 50px;
}
.headline.pd-t-0{
    padding-top: 0;
}
.headline h2{
    font-size: 30px;
    font-weight: normal;
    color: #333;
    line-height: 64px;
    text-align: center;
}
.headline h1{
    font-size: 30px;
    font-weight: normal;
    color: #333;
    line-height: 64px;
    text-align: center;
}
.headline .headline-triangle{
    position: absolute;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border: 10px solid #2288df;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}
.headline .headline-triangle:before{
    content: "";
    position: absolute;
    top: -10px;
    left: -60px;
    width: 40px;
    height: 1px;
    border-top: 1px dashed #2288df;
}
.headline .headline-triangle:after {
    content: "";
    position: absolute;
    top: -10px;
    right: -60px;
    width: 40px;
    height: 1px;
    border-top: 1px dashed #2288df;
}

/*****************************闈㈠寘灞戝鑸?************************************/
.breadcrumb {
    height: 54px;
    line-height: 54px;
    font-size: 14px;
    color: #4d4d4d;
}
.breadcrumb a {
    margin: 0 5px;
}
.breadcrumb a:hover {
    color: #004187;
}
.breadcrumb a:last-child,
.breadcrumb a.active {
    color: #004187;
}
.breadcrumb i {
    font-size: 20px;
    margin-right: 5px;
    color: #004187;
    vertical-align: middle;
}

/***************************閫氱敤sidebar*************************************/
.sidebar {
    width: 200px;
    border: 1px solid #d6d6d6;
    min-height: 950px;
    float: left;
}
.sidebar ul li a:hover {
    color: #004187;
    background: #f0f4f8;
}
.sidebar ul li a.active {
    color: #fff;
    background: #004187;
}

.fir-nav > li {
    border-bottom: 1px solid #d6d6d6;
}

.fir-nav > li > a {
    display: block;
    height: 60px;
    line-height: 60px;
    color: #4c4c4c;
    font-size: 16px;
    font-weight: bold;
}
.fir-nav > li > a i {
    margin: 0 15px 0 15px;
    font-size: 32px;
    font-weight: normal;
    float: left;
    color: #004187;
}
.fir-nav > li > a.active i {
    color: #fff;
}
.fir-nav > li > a i.expand {
    float: right;
    margin: 0 5px 0 0;
    font-size: 24px;
    transition: transform .2s ease-in;
}
.fir-nav > li > a i.expand.rotate {
    transform: rotate(90deg);
}

.sec-nav {
    display: none;
}
.sec-nav.show {
    display: block;
}
.sec-nav > li > a {
    display: block;
    height: 55px;
    text-indent: 60px;
    line-height: 55px;
    color: #4c4c4c;
    font-size: 16px;
}
.thi-nav {
    display: none;
}
.thi-nav > li > a {
    display: block;
    height: 44px;
    text-indent: 72px;
    line-height: 44px;
    color: #666666;
    font-size: 14px;
}
/***********************************閫氱敤鏍忕洰绠€浠?**********************************/
.cate-intro{
    position: absolute;
    width: 900px;
    min-height: 360px;
    left: 50%;
    margin-left: -450px;
    margin-top: -160px;
    padding: 0 36px;
    background-color: #fff;
    z-index: 99;
}
.cate-intro .headline{
    margin-top: 0;
    margin-bottom: 35px;
    padding-top: 30px;
}
.cate-intro p{
    margin-bottom: 20px;
    font-size: 14px;
    color: #595959;
    line-height: 24px;
    text-align: center;
}
.cate-intro p.mg-b-10{
    margin-bottom: 10px;
}
/***********************************閫氱敤鏍忕洰灞曠ず***********************************/
.cate-container {
    width: 100%;
}
.cate-container .cate-item-box{
    width: 100%;
    color: #fff;
    font-size: 14px;
}
.cate-container .cate-item-box li{
    float: left;
}
.cate-container .cate-item-box li.last-center{
    margin-left: 295px;
}
.cate-container .cate-item-box.arrange-1 li{
    width: 50%;
    margin-top: 40px;
}
.cate-container .cate-item-box.arrange-2 li{
    width: 380px;
    height: 210px;
    margin-top: 40px;
    line-height: 22px;
    color: #595959;
}
.cate-container .cate-item-box.arrange-1 li.overall-width{
    width: 100%;
}
.cate-container .cate-item-box.arrange-2 li.arrange-center{
    margin-left: 20px;
    margin-right: 20px;
}
.cate-container .cate-item-box.arrange-1 .cate-item{
    width: 540px;
    height: 240px;
    padding-top: 40px;
    margin-left: auto;
    margin-right: auto;
}
.cate-container .cate-item-box.arrange-2 .cate-item{
    width: 100%;
    height: 100%;
}
.cate-container .cate-item-box.arrange-1 .cate-blue{
    background: url("../../images/hcr/industry/cate-blue.png") center no-repeat;
}
.cate-container .cate-item-box.arrange-2 .cate-blue{
    background-color: #1aa1f0;
}
.cate-container .cate-item-box.arrange-1 .cate-yellow{
    background: url("../../images/hcr/industry/cate-yellow.png") center no-repeat;
}
.cate-container .cate-item-box.arrange-2 .cate-yellow{
    background-color: #eec947;
}
.cate-container .cate-item-box.arrange-1 .cate-purple{
    background: url("../../images/hcr/industry/cate-purple.png") center no-repeat;
}
.cate-container .cate-item-box.arrange-2 .cate-purple{
    background-color: #60d5f7;
}
.cate-container .cate-item-box.arrange-1 .cate-wathet{
    background: url("../../images/hcr/industry/cate-wathet.png") center no-repeat;
}
.cate-container .cate-item-box.arrange-2 .cate-wathet{
    background-color: #c888f5;
}
.cate-container .cate-item-box.arrange-2 .cate-bluish{
    background-color: #43c0f4;
}
.cate-container .cate-item-box.arrange-1 .cate-item-title{
    line-height: 40px;
}
.cate-container .cate-item-box.arrange-2 .cate-item-title{
    height: 60px;
    line-height: 60px;
    color: #fff;
}
.cate-item-box.arrange-1 .cate-item-title i{
    margin-left: 45px;
    font-size: 32px;
}
.cate-item-box.arrange-2 .cate-item-title i{
    margin-left: 30px;
    font-size: 32px;
}
.cate-item-box.arrange-1 .cate-item-title span{
    font-size: 24px;
    margin-left: 70px;
}
.cate-item-box.arrange-2 .cate-item-title span{
    font-size: 24px;
    margin-left: 20px;
}
.cate-item-box.arrange-1 .cate-item p{
    width: 420px;
    margin-left: 48px;
    margin-top: 18px;
    line-height: 26px;
    text-align: justify;
}
.cate-item-box.arrange-2 .cate-item p{
    padding: 10px 15px 0 15px;
}
.icon-blue{
    color: #39d4fe;
}
.icon-yellow{
    color: #f6d046;
}
.icon-purple{
    color: #c079fb;
}
.icon-wathet{
    color: #2edfea;
}
.serve-con{
    width: 1130px;
    margin: 38px auto 0;
    color: #666;
}
.serve-con .serve-item{
    width: 100%;
    margin-bottom: 20px;
    background-color: #f5f5f5;
}
.serve-con .serve-item:last-child{
    margin-bottom: 0;
}
.serve-item.active{
    box-shadow:0 0 10px rgba(0, 0, 0, .2);
}
.serve-con .serve-title{
    width: 100%;
    height: 70px;
    line-height: 70px;
    font-size: 20px;
    cursor: pointer;
}
.serve-item.active .serve-title{
    color: #2288df;
}
.serve-con .serve-info{
    display: none;
    padding: 0 80px 30px 56px;
    font-size: 14px;
    line-height: 24px;
}
.serve-con .serve-item i{
    display: block;
    float: left;
    margin-left: 8px;
    width: 48px;
    height: 70px;
    background: url("../../images/hcr/industry/left-arrow.png") center no-repeat;
}
.serve-con .serve-item p.title{
    color: #333;
    font-weight: bold;
}
.serve-con .serve-item p.title-b{
    color: #2288df;
    font-weight: bold;
}
.serve-con .serve-item p.text{
    padding-left: 20px;
}
.serve-item.active i{
    background: url("../../images/hcr/industry/bottom-arrow.png") center no-repeat;
}
.case-content{
    width: 100%;
    margin-top: 15px;
    overflow: hidden;
}
.case-content > div{
    width: 50%;
    float: left;
}
.case-content img{
    display: block;
    margin: 0 auto;
}
.case-text{
    padding-top: 70px;
    padding-right: 45px;
}
.case-text h3{
    margin-bottom: 40px;
    font-size: 24px;
    color: #2288df;
    line-height: 26px;
    font-weight: normal;
}
.case-text h4{
    font-size: 18px;
    line-height: 22px;
    color: #4c4c4c;
    margin-top: 15px;
    margin-bottom: 8px;
}
.case-text p{
    font-size: 14px;
    line-height: 24px;
    color: #666;
    text-align: justify;

}
p.synopsis-text{
    padding: 0 130px;
    font-size: 18px;
    color: #4c4c4c;
    line-height: 32px;
    text-align: center;
}

 /************************閫氱敤鍜ㄨ妗?*************************/
.consult-box{
    height: 350px;
    margin-top: 70px;
    font-size: 16px;
    padding: 40px 0;
    background: #3D9DEF url(../../images/hcr/consult-bg.png) no-repeat center bottom;
}
.consult-title {
    color: #fff;
    font-size: 26px;
    font-weight: normal;
    margin: 20px 0;
    text-align: left;
}
.consult-desc {
    padding-bottom: 10px;
}
.consult-desc p{
    opacity: .9;
    color: #fff;
    margin-bottom: 15px;
}
.consult-box a.btn {
    padding: 0 25px;
    margin-right: 20px;
    float: left;
}
.consult-box a.btn.btn-ghost {
    color: #fff;
    border: 2px solid #fff;
}
.consult-box a.btn.btn-ghost:hover {
    background: rgba(255,255,255, .2);
}
.consult-box .consult-bold-num {
    font-weight: bold;
}
/*********************article.css****************************/
article {
   margin-bottom: 70px;
}
article h1 {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    color: #1f2021;
    padding: 0 150px;
    margin-top: 15px;
}
article .tips_img{
    width: 100%;
    height: 12px;
    margin: 15px auto;
    background: url("../../../statics/images/hcr/news/tips_img.png") center no-repeat;
}
article .meta {
    font-size: 14px;
    padding: 10px 10px 15px;
    color: #a5a5a5;
    text-align: center;
}
article .meta > span:first-child{
    margin-right: 20px;
}
article .meta span.meta-title {
    text-align: center;
    color: #333;
    margin-right: 10px;
}
article .content {
    padding-top: 15px;
    font-size: 16px;
    color: #4d4d4d;
    line-height: 28px;
    text-align: justify;
}
article .content p {
    line-height: 28px;
    margin: 15px 0;
}
article .content img {
    display: block;
    margin: 30px auto;
    max-width: 1180px;
}

article .content a {
	color: #0296ec;
	text-decoration: underline;
}

.article-list-text li{
    line-height: 40px;
    margin-top: 10px;
    border-bottom: 1px dashed #e0e0e0;
    font-size: 14px;
}
.article-list-text li a {
    padding-left: 15px;
    display: inline-block;
    background: url(../../images/hcr/li-style.png) no-repeat left center;
    color: #666;

}
.article-list-text li a:hover {
    background-image: url(../../images/hcr/li-style-active.png);
    color: #004187;
    text-decoration: underline;
}
.article-list-text li .time {
    float: right;
    color: #808080;
}

/********************pagination.css*************************/
.pagination {
    margin-top: 15px;
    line-height: 30px;
    font-size: 14px;
    text-align: right;
}

.pagination > span {

}
.pagination span.total{
    float: left;
}
.pagination .a1{
    float: left;
}
.pagination span.cur_page,
.pagination a,
.pagination .pre_next {
    line-height: 30px;
    margin-left: 5px;
    padding: 7px 12px;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-size: 14px;
}
.pagination span.cur_page {
    background: #004187;
    color: #fff;
    border-color: #004187;
}

.pagination a:hover {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background-color: #f0f0f0;
}
.empty-msg {
    height: 50px;
    line-height: 50px;
    color: #888;
    font-size: 14px;
}
/********************footer.css*****************************/

footer {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 408px;
    background: #0f1525;
    color: #fff;
}
footer h2 {
    font-size: 18px;
    margin-bottom: 10px;
}
footer h3 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 28px;
}
footer pre {
    font-family: "webfont" !important;
    font-size: 12px;
}
.footer-info {
    padding-top: 70px;
}
.footer-info-item {
    float: left;
    height: 220px;
    padding-top: 35px;
}
.footer-info-item.footer-link{
    padding-top: 55px;
}
.footer-info-item.footer-sitemap{
    float: right;
}
.footer-company {
    padding-top: 0;
    width: 140px;
}
.footer-company-logo {
    height: 56px;
	width: 100px;
    background: url(../../images/hcr/logo-bottom.png) no-repeat;
	background-position: left center;
	background-size: 100%;
}
.footer-company-weixin {
    margin-top: 20px;
    height: 120px;
    position: relative;
}
.footer-company-weixin img{
    display: block;
    width: 100px;
}
.footer-company-weixin p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 8px;
}
.footer-contact {
    width:490px;
}
.footer-contact li {
    font-size: 14px;
    line-height: 26px;
}
.footer-sitemap {
    padding-top: 0;
    width: 550px;
}
.footer-link {
    width: 325px;
}
.footer-link li {
    float: left;
    line-height: 26px;
    width: 100px;
}
.footer-copyright {
    height: 115px;
    padding-top: 15px;
    border-top: 1px solid #3a404c;
    text-align: center;
}

/***********************鎻愮ず妗?**********************/
label.valid-error {
    color: #da0102;
    padding-left: 5px;
    font-size: 14px;
}
label.valid-error-block {
    color: #da0102;
    font-size: 14px;
    display: block;
}

.mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    background: rgba(0,0,0,.5);
}
.mask .msg-box {
    width: 460px;
    height: 230px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -230px;
    margin-left: -230px;
}

.mask .msg-header {
    height: 50px;
    line-height: 50px;
    background-color: #004187;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px 4px 0 0;

}
.mask .msg-icon {
    width: 100%;
    height: 100px;
    background: #fafafa url(../../images/hcr/activity/activity-success.png) no-repeat center bottom;
}
.mask .msg-icon.success {
    background-image: url(../../images/hcr/activity/activity-success.png);
}
.mask .msg-icon.info {
    background-image: url(../../images/hcr/activity/activity-info.png);
}
.mask .msg-text {
    height: 80px;
    padding-top: 20px;
    text-align: center;
    font-size: 24px;
    color: #004187;
    background: #fafafa;
}
.mask .msg-text.sm {
    font-size: 16px;
}
.mask .msg-close {
    height: 32px;
    width: 32px;
    position: absolute;
    right: -15px;
    top: -15px;
    background: url(../../images/hcr/activity/activity-close.png) no-repeat center center;
}
.animated.animated-fast {
    animation-duration: .3s;
}
/****************** 鍗曢〉鏍忕洰鍐呭鏍峰紡 *****************/
.page-container {
    padding-bottom: 70px;
}
.page-container h1 {
    font-size: 24px;
    border-bottom: 1px solid #ddd;
    line-height: 46px;
}
.page-container .page-content {
    padding: 15px 0;
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
    color: #333;
    
}
.page-container .page-content ul li {
    list-style: disc inside;
}

.bdshare-slide-button-box .bdshare-slide-button{
    top: 0 !important;
}
.bdshare-slide-bottom .slide-more{
    display: none !important;
}

/****************** footer-nav *****************/
.footer-map-nav strong{
    display: block;
    float: left;
    width: 60px;
    height: 26px;
    font-size: 12px;
    color: #fff;
    line-height: 24px;
}
.footer-map-nav > li{
    width: 100%;
}
.footer-map-nav li{
    line-height: 26px;
}
.footer-map-nav li a{
    font-size: 12px;
}
.footer-map-nav .footer-second-nav{
    width: 490px;
    float: right;
}
.footer-map-nav .footer-second-nav li{
    float: left;
    padding: 0 8px;
}
.footer-map-nav .footer-second-nav a{
    color: #A7AAAC;
}
.footer-map-nav .footer-second-nav a:hover{
    color: #00b7d3;;
}