@charset "utf-8";

body { padding-top: 140px; }

.navbar-default {
    margin-bottom: 0;
	height: 140px;
	border-bottom-width: 0;
	background-color: white;
}
.navbar-default .navbar-brand {
	/*margin: 15px;
    padding: 0;
	width: 210px;
    height: 70px;
    background: url(../images/logo.png) center no-repeat;
    background-size: contain;*/

	display: block;
    margin: 0 15px;
    padding: 0;
    width: 90%;
    height: 100px;
    background: url(../images/logo.png) center no-repeat;
    background-size: contain;
}
.navbar-default .navbar-en {
	/*margin: 15px;
    float: right;
    line-height: 35px;
    color: #515151;*/

	position: absolute;
    right: 0;
	margin-right: 15px;
	line-height: 35px;
    color: #515151;
}

.daohang {
	clear: both;
}
.daohang table {
	width: 100%;
}
.daohang a {
	display: block;
    text-align: center;
    color: #515151;
    font-size: 14px;
    font-weight: bold;
    line-height: 35px;
}
.daohang .split {
	border-left: 1px solid #e7e7e7;
    width: 1px;
}

.banner-index .swiper-slide a {
    background: url() center no-repeat;
    background-size: cover;
    display: block;
    width: 100%;
    height: 240px;
}
.banner-index .swiper-button-prev,
.banner-index .swiper-button-next {
    margin-top: -10px;
    height: 20px;
    filter: grayscale(50%);
}

.bottomlinks {}
.bottomlinks .link1 {
    color: white;
}
.bottomlinks .link2 {
    color: #cd888b; font-size:15px;
}
.bottomlinks ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.text-content {
    line-height: 1.5;
}
.text-content p {
    text-indent: 2em;
}
.text-content img {
    max-width: 100%;
}

.newslist .newsitem {
    font-size: 16px;
    color: #5e5e5e;
    line-height: 2;
}
.newslist .newsitem .newstitle {
    padding-right: 0;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newslist .newsitem .newstitle a {
    color: #5e5e5e;
}

.protype {
    padding-bottom: 10px;
}
.protype a {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #2b519a;
    text-align: center;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.protype a:hover {
    text-decoration: none;
}
.protype.active {}
.protype.active a {
    background: #2b519a;
    color: white;
}

.prolist .col {
    padding-bottom: 15px;
}
.prolist .col:nth-child(odd) {
    padding-right: 8px;
}
.prolist .col:nth-child(even) {
    padding-left: 8px;
}
.prolist .proitem {
    border: 1px solid #d7d7d7;
}
.prolist .proitem .propic {
    padding: 8px;
    background-color: #d7d7d7;
}
.prolist .proitem .propic .pic {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background: url() center no-repeat;
    background-size: contain;
}
.prolist .proitem .propic .title {
    color: #453e44;
    padding: 5px;
    height: 45px;
    line-height: 20px;
    overflow: hidden;
}
.prolist .proitem .prolink {
    padding: 10px;
}
.prolist .proitem .prolink a {
    margin: 0 auto;
    display: block;
    width: 100px;
    height: 26px;
    line-height: 26px;
    background: #3d6d9a;
    color: white;
    text-align: center;
}
.prolist .proitem .prolink a:hover {
    text-decoration: none;
}