﻿@charset "UTF-8";

ul {
    list-style: none;
    padding: 0; }
img {
    max-width: 100%;
}
a{
    color: #515365;
}
a:hover{
    text-decoration: none;
}
.bg-grey{
    background-color: #f9f9f9;
}
.bg-blue{
    background-color: #035EAF;
}
.main-mt{
    margin-top:30px;
}
.main-pt{
    padding-top:30px;
}
.main-pb{
    padding-bottom:30px;
}

.header-topbar{
    height: 34px;
    line-height: 34px;
    background-color: #f5f5f5;
}
.header-topbar li{
    display: inline-block;
    padding-left:30px;
}

.header-content{
    display:flex;
    padding-top:20px;
    padding-bottom:20px;
}
.header-tel{
    margin-left:auto;
}
.main-container{
    margin-left:300px;
    padding:50px;
}
.header-menu{
    width:100%;
    height:40px;
    background-color: #1A6CEC;
}
.main-menu{
    

}
.main-menu li{
    width:16.6666667%;
    float:left;
    text-align: center;
    line-height: 40px;
    color: #fff;

}
.main-menu li a{
    color: #fff;
    display: block;
    width:100%;
    height:100%;
}
.main-menu li:hover{
    background-color: #034F92;
}
.main-menu li.cur{
    background-color: #034F92;
}

section{
    padding-top:40px;
    padding-bottom:40px;
}
.sec-title{
    margin-bottom: 40px;
}
.sec-title .title-en{
    font-size: 24px;
    text-transform: uppercase;
    color:#1A6CEC;
}
.sec-title h2{
    margin-top: 0;
}
.sec-title h2::before{
    margin-right:20px;
}
.sec-title h2::after{
    margin-left:20px;
}
.sec-title h2::before,.sec-title h2::after{
    display: inline-block;
    content: "";
    width: 50px;
    height: 3px;
    background-color: #333;
    vertical-align: middle;
}


#carousel-news .carousel-caption{
    text-align: left;
    left:5%;

}
.carousel-banner .carousel-caption{
    text-align: center;

}

.nav-tabs{
    background-color: #f8f8f8;
    border-bottom:none;
}
.nav-tabs li{
    width:33.3333%;
    text-align: center;
}
.nav-tabs li a:hover,.nav-tabs li a.active{
    color:#fff;
    background-color: #005bac;
}
.nav-tabs > li.active > a,.nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color:#fff;
    background-color: #005bac;
}
.article-list{
    margin-top:10px;
    margin-bottom:10px;
}
.article-list li{
	width:100%;
	overflow: hidden;
	border-bottom: 1px dotted #dbd4cd;
	padding-top:8px;
	padding-bottom:8px;
	
	
}
.article-list li:last-child{
    border-bottom: none;
}
.article-list .time{
	float: left;
	width:74px;
	height:74px;
	padding:10px;
	text-align: center;
	color: #fff;
	background:#1A6CEC;;
}
.article-list .time .day{
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 24px;
}
.article-list .time .day-ym{
	color: #fff;
	font-size: 12px;
	display: block;
	height: 24px;
	line-height: 24px;
}
.article-list .conts{
	margin-left: 94px;
	height:74px;
}
.article-list .conts p{
	color: #999;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
}
.article-list .conts p.title > a{
	font-size: 20px;
	color: #5A5A5A;
	line-height: 140%;
}

.about-inner{
    padding:10px 20px;
}
.about-inner h3{
    margin-bottom: 20px;
}
.about-inner p{
    line-height: 200%;
}

.about-img{
    height:450px;
    padding:15px 30px;
    color: #fff;
    background-image: url('../images/bga.jpg');
}
.about-img h4{
    font-size: 24px;
}
.about-img ul{
    margin-bottom: 30px;
}
.about-img li{
    line-height: 170%;
}

.about-icon{
    text-align: center;
}
.about-icon span{
    display:block;
    
    color: #1A6CEC;
    font-size: 30px;
    margin-top:10px;
    margin-bottom:10px;

}



.product-menu{
    
    margin-bottom: 30px;
}
.product-menu ul{
    display: flex;
    justify-content: center;

}
.product-menu ul li{

}
.product-menu ul li a{

    display: block;
    font-size: 16px;
    padding:5px 20px;
    margin:7px;
    background-color: #f7f8fc;
    border-radius: 5px;
}
.product-menu ul li a:hover, .product-menu ul li a.cur{
    color:#fff;
    background-color: #005bac;
}


.product-item{
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    text-align: center;
    background: #f7f8fc;
    margin-bottom:30px;
}



.kim-footer{
    width:100%;
    color:#fff;
    background-color: #054680;
    padding-top:30px;
    padding-bottom:30px;
}

.f-logo img{
    width:200px;
    margin-bottom: 30px;
}
.footer-3 img{


}
.erweima-list{
    display: flex;
    justify-content:space-between;
}
.erweima-list li{
    width:47%;
}


/** blocks **/

.zh-block{
    background-color: #fff;
    border-radius: 5px;
    border:1px solid #e6ecf5;
    margin-bottom: 15px;

}
.zh-block-title{
    padding: 23px 25px 18px;
    line-height:1;
    border-bottom: 1px solid #e6ecf5;
    border-top:1px solid #e6ecf5;
    display:table;
    width:100%;
    position:relative;
    border-radius: 5px 5px 0 0; 

}
.zh-block-title h3{
    font-size: 16px;
}
.zh-block-title .more {

    text-align: right;


}
.zh-block-title > * {
    margin-bottom: 0;
    display: table-cell;
    vertical-align: middle; 
}
.zh-block-body{
    padding: 24px 23px 23px;
}
.zh-block-footer{

}
.zh-block-tabs .nav-tabs {
    background-color: #fafbfd;
    border-bottom: none;
}
.zh-block-tabs .nav-tabs .nav-link {
    padding: 20px;
    border: none;
    border-bottom: 1px solid #e6ecf5;
    border-right: 1px solid #e6ecf5; }
.zh-block-tabs .nav-tabs .nav-link.active {
        background-color: #fff;
        fill: #ff5e3a;
        color: #515365;
        border-bottom: transparent; }
.zh-block-tabs .nav-tabs {
        background-color: #fafbfd;
        border-bottom: none; }
.zh-block-tabs.nav-link {
        fill: #888da8;
        color: #888da8; }
.zh-block-tabs .nav-link svg {
          margin-right: 10px;
          width: 18px; }
.zh-block-tabs .nav-link .olymp-status-icon {
          width: 20px; }




.website-list{
    overflow: hidden;
    margin-left:-24px;
}

.website-list li{
    float:left;
    margin-left:24px;
    margin-bottom:24px;
    padding: 25px;
    width: calc(20% - 24px);
    width: -webkit-calc(20% - 24px);
    width: -moz-calc(20% - 24px);
    background-color: #fafbfd;
    position: relative;
    transition: all .3s ease;
}
.website-list li>*{
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
}
.website-list li .website-thumb{
    height: 40px;
    width: 40px;
}
.website-thumb img{
    border-radius: 100%;
    overflow: hidden;
    max-width: 100%;
    display: block;
}
.website-list li .website-meta{
    padding-left:15px;
}
.website-list li .website-title{
    display: block;
    margin-bottom: 0;
}
.website-list li .website-des{
    font-size:12px;
}



.neiye-header{
    height:350px;
    padding-top:100px;
    background: url(../images/350.jpg) center no-repeat;
}


.news_cont .des{
    margin-bottom: 15px;
}
.news_cont .des span{
    margin-left: 8px;
    margin-right: 8px;
}