*{
    margin:0px;
    padding:0px;
    box-sizing: border-box;
}
body{
    font-family: "微软雅黑",  'Microsoft Yahei',Helvetica, 'Hiragino Sans GB', Arial, sans-serif;
    color: #444444;
    overflow-x:hidden;
}
html,body{
    width:100%;
    min-width:1200px;
}
a,a:hover{
    text-decoration:none;
}
input{
    border:0;
}
ul,li{
    list-style:none;
}
a:focus,a:visited,a:active{
    outline:none;
    -moz-outline:none;
    text-decoration:none;
}
input,textarea,select:focus {
    outline: none;
}
/*取消button点击的默认样式*/
button:focus {
    border: 0 none;
    outline: none;
}
img{
    border:0;
}
.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.fl{
    float:left;
}
.fr{
    float:right;
}
h1,h2,h3,h4,h5,h6,em,i{
    font-style:normal;
    font-weight:400;
    outline:none;
}
.head{
    width: 100%;
    height: 80px;
    background: #fff;
    font-size:12px;
    color: #666;
    line-height: 40px;
}
.center{
    width:1200px;
    margin: auto;
}
.head-line {
    width: 2px;
    height: 64px;
    margin: 8px 36px 0 24px;
    background-color: #797979;
}
.head-logo{
    width: 280px;
    height: 66px;
    margin-top: 5px;
    font-size: 0;
    display: block;
}
.head-wrap{
    margin-top: 16px;
}
.head-slogan {
    font-size: 16px;
    color: #35a9e8;
    font-weight: bold;
    line-height: 21px;
}
.head-intro{
    font-size: 14px;
    line-height: 19px;
    margin-top:6px;
}
.tel-wrap{
    margin-top:6px;
    background: url(../img/tel.png)no-repeat left center;
    background-size: 32px 32px;
    padding-left: 40px;
    font-size: 14px;
}
    .tel-wrap > span {
        color: #35a9e8;
        font-size: 16px;
    }
.head-search .form-control{
    width: 174px;
    height: 24px;
    border: 1px solid #DCDCDC;
    border-right: 0;
    padding: 0 4px;
}
.head-search button{
    width: 56px;
    height: 24px;
    border: none;
    background-color: #EA585D;
    color: #fff;
    font-size: 12px;
}
.nav{
    height: 60px;
    background-color: #333;
    font-size: 14px;
    color: #fff;
}
.top-nav li{
    float: left;
}
.top-nav ul{
    display: flex;
    justify-content: center;
}
.top-nav>ul>li>a{
    display: block;
    width: 143px;
    height: 60px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 60px;
}
.activebox > a {
    background-color: #2e92f0;
    font-weight: bold;
}
.nav-list{
    position: relative;
}
.invest_list{
    position: absolute;
    left: 0;
    top: 60px;
    right: 0;
    background: #fff;
    z-index: 2;
    display: none;
}
.nav-list .invest_list a {
    color: #333;
    font-size: 14px;
    line-height: 40px;
    display: block;
    text-align: center;
}
.nav-list .invest_list a:hover {
    background-color: #2e92f0;
    color: #fff;
}
/*从右到左进入*/
.fadeInRight {
    -webkit-animation: fadeInRight 0.5s; /* Chrome, Safari, Opera */ 
    animation: fadeInRight 0.5s;
}
/*从右到左进入*/
@keyframes fadeInRight
{
    from {
        opacity: 0;
        -webkit-transform: translate(50px,0); 
        transform: translate(50px,0); 
    }
    to {
        opacity:1;
        -webkit-transform: translate(0px,0); 
        transform: translate(0px,0); 
    }
}
 
@-webkit-keyframes fadeInRight 
{
    from {
        opacity: 0;
        -webkit-transform: translate(50px,0); 
        transform: translate(50px,0); 
    }
    to {
        opacity:1;
        -webkit-transform: translate(0px,0); 
        transform: translate(0px,0); 
    }
}

.footnav{
    background-color: #333;
}
.met-links {
    padding: 0px 48px;
}

.met-links .container {
    border-bottom: 1px solid #2f2f2f;
    padding: 35px 15px 20px 15px;
}

    .met-links .breadcrumb > li a {
        color: #666666;
        font-size: 14px;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        padding-right: 20px;
        margin-bottom: 5px;
    }

.met-links .breadcrumb > li a:hover {
    color: #f08300;
}

.met-links ol {
    margin-bottom: 0px;
}

.met-links .met-links-title {
    position: relative;
    color: #fff;
    padding-right: 10px;
    padding-bottom:10px;
}

    .met-links .met-links-title span {
        color: #666666;
        font-size: 12px;
        position: absolute;
        left: 0;
        top: -16px;
    }

.met-links .breadcrumb > li + li:before {
    content: '';
    padding: 0;
}


.foot-center{
    padding: 25px 30px;
}
.footnav .menu{
    width: 276px;
}
.footnav .menu h3,.foot-contact h3,.qr h3{
    font-size: 18px;
    color: #fff;
    margin-bottom:30px;
}
.footnav .menu h3 span,.foot-contact h3 span,.qr h3 span{
    color: #666;
    display: block;
    font-size: 24px;
}
.foot-nav-ul{
    overflow: hidden;
}
.foot-nav-ul li{
    width: 50%;
    float: left;
}
.foot-nav-ul li:hover a {
    color: #3189ed;
}
.foot-nav-ul li a{
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 14px;
}
.foot-contact{
    width: 400px;
    margin-left: 202px;
    font-size: 14px;
    color: #fff;
}
.foot-contact>div{
    margin-bottom:14px;
}
.foot-contact > div > span {
    font-size: 18px;
    font-weight: bold;
    color: #3189ed;
}
.qr-box img{
    width: 160px;
    height: 160px;
}
.footer{
    background-color: #333;
}
.footer .foot-text{
    border-top: 1px solid rgb(62,62,62);
    color: #fff;
    font-size: 13px;
    text-align: center;
    line-height: 80px;
}

.footer .foot-text a{ 
    color: #fff;
}
/* 侧边 */
.left-online{
    position: fixed;
    right: 10px;
    top:50%;
    z-index: 9999;
    margin-top: -100px;
}
.left-online li{
    width: 48px;
    height: 48px;
    background: rgb(51,51,51);
    text-align: center;
    position: relative;
    margin-bottom: 16px;
}
.left-online li:hover {
    background: #3189ed;
}
.left-online .fixed-icon{
    width: 48px;
    height: 48px;
}
.left-online i{
    font-size: 28px;
    color: #fff;
    width: 48px;
    height: 48px;
    line-height: 48px;
}
.left-online .pic{
    position: absolute;
    top:0;
    left:-130px;
    width: 120px;
    height: 120px;
    display: none;
}
.left-online li:hover .hover-box{
    display: block;
}
.fix-phone{
    position: absolute;
    left: -160px;
    top: 0px;
    display: none;
    width: 160px;
    height: 48px;
    line-height: 48px;
    background: rgba(0,0,0,0.8);
    box-shadow: 0px 0px 5px rgb(0 0 0 / 35%);
    color: #3189ed;
    font-size: 16px;
}
.fix-phone > i {
    font-size: 22px;
    width: 22px;
    color: #3189ed;
}
#back-top{
    display: none;
}

.top-banner img{
    width: 100%;
}
/* 页面分导航 */
.content-top-nav{
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    border-bottom: 1px solid #dcdcdc;
    margin-top:40px;
}
.top-bar>ul>li{
    float: left;
    margin: 0 16px;
}
.top-bar>ul>li>a{
    color:#333;
    display: block;
}
.top-bar > ul > li:hover a {
    color: #3189ed;
}
.top-bar > ul > li > a.current {
    color: #3189ed;
    font-weight: bold;
    border-bottom: 2px solid #3189ed;
}
.location i{
    font-size: 18px;
    margin-right: 4px;
}
.about-us-detail {
    font-size: 14px;
    color: #333;
    margin: 40px 0 80px 0;
    line-height: 26px;
}


/*分页*/
.page-wrap{
    overflow: hidden;
    margin-top:40px;
}
.page-wrap ul{
    display: inline-block; /* 把父元素转化为行内块状元素 */
    position: relative;
    left: 50%;
}
.page-wrap ul li{
    position: relative;
    right: 50%;
    float: left;
    line-height: 17px;
    margin-right: 6px;
    border: 1px solid #D7D7D7;
    font-size:12px;
}
.page1{
    display: inline-block;
    width:80px;
    height:30px;
    line-height:30px;
    text-align: center;
    color:#3F3F3F;
}
.page2{
    display: inline-block;
    width: 30px;
    height:30px;
    font-size:18px;
    line-height:30px;
    text-align: center;
    color:#3F3F3F;
}
select{
    width: auto;
    min-width:50px;
    height:30px;
    border: 0px solid #D7D7D7;
    color:#3F3F3F;
    padding: 0 2%;
    text-align:center;
    text-align-last:center
}
option{
    text-align:center;
}
.active-page > a {
    font-weight: bold;
    color: #3189ed;
}
.page-wrap ul li.total{
    line-height:30px;
    font-size:14px;
    padding:0 4px;
    color:#3F3F3F;
}
.nondata{
    display: block;
    width:100%;
    text-align:center;
    font-size:16px;
    color:#919191;
}
.theme-color {
    color: #3189ed!important;
}