/* CSS Document */

body {
    font-size: 12px;
    color: #333;
    background: #fff;
    font-family: '微软雅黑', Helvetica, Arial, sans-serif;
}

a {
    text-decoration: none;
}

.container {
    width: 1440px;
    height: 100%;
    margin: 0 auto;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.header {
    padding:10px 0;
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}
.logo{
	width: 50%;
}
.logo a {
   /* display: inline-block; */
}
.logo img{width: 160px ;height: auto;}
.login {
    /* float: right; */
	width: 50%;
	display: inline-flex;
	justify-content: flex-end;
}

.login a {
    margin: 10px;
   /* display: inline-block;
    background: url("../images/login-btn.png") no-repeat;
    color: #fff; */
    text-align: center;
    width: 135px;
	height: 30px;
	line-height:30px;
    /* height: 49px;
    line-height: 49px; */
    font-size: 20px;
	color: #333;
}

/* flexslider */
.flexslider {
    position: relative;
    height: 700px;
    overflow: hidden;
    background: url(../images/loading.gif) 50% no-repeat;
}

.slides {
    position: relative;
    z-index: 1;
}

.slides li {
    height: 700px;
}
.banner{width: 100%;}
.flex-control-nav {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.flex-control-nav li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    *display: inline;
    zoom: 1;
}

.flex-control-nav a {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 40px;
    overflow: hidden;
    background: url(../images/dot.png) right 0 no-repeat;
    cursor: pointer;
}

.flex-control-nav .flex-active {
    background-position: 0 0;
}

/* 中间部分 */
.science-cont {
    border: 2px solid #eeeeee;
    margin: 15px auto;
    padding: 30px 25px;
    box-sizing: border-box;
}

.science-cont-left {
    width: 440px;
    overflow: hidden;
    margin-right: 10px;
    float: left;
}

/*第一个小图片轮换*/
#slideBox {
    width: 440px;
    height: 325px;
    overflow: hidden;
    position: relative;
}

#slideBox ul#show_pic {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 325px;
    width: 4440px;
    position: absolute;
}

#slideBox ul#show_pic li {
    float: left;
    margin: 0;
    padding: 0;
    height: 300px;
}

#slideBox ul#show_pic li img {
    display: block;
}

#iconBall {
    position: absolute;
    bottom: 0;
    right: 0;
}

#iconBall li {
    float: left;
    color: #7a7a7a;
    width: 37px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding-top: 7px;

}

#iconBall li.active {
    background: url(../images/numbg.png) no-repeat;
    color: #fff;
}

#slideText {
    width: 440px;
    height: 22px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    position: absolute;
    left: 0px;
    bottom: 0px;
    *background: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000, endColorstr=#b2000000);
}

#textBall {
    position: absolute;
    left: 10px;
    bottom: 3px;
}

#textBall li {
    float: left;
    cursor: pointer;
    display: none;
    color: #fff;
    font-size: 14px;
}

#textBall li.active {
    display: block;
}

#textBall li a {
    text-decoration: none;
    color: #fff;
}

/* 一条新闻 */
.science-page {
    font-size: 18px;
    margin-top: 10px;
    color: #888;
}

.science-page a {
    color: #888;
}

.science-page a.title {
    height: 25px;
    line-height: 25px;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
    white-space: nowrap;

}

.science-page p {
    max-height: 50px;
    line-height: 25px;
    overflow: hidden;
    font-size: 16px;
}

.science-page p a {
    color: #0592c9;
    padding-left: 10px;
}

/* 中间右边列表部分 */
.science-cont-right {
    float: right;
    width: 685px;
}

.science-list {
    width: 685px;
    font-size: 18px;
}

.science-list .title {
    height: 25px;
    border-bottom: 5px solid #eee;
    padding-bottom: 15px;
}

.science-list .title-list {
    position: relative;

}

.science-list .title-list li {
    width: 110px;
    line-height: 25px;
    text-align: center;
    float: left;
    display: inline;
    cursor: pointer;
    color: #888;
}

.science-list .title-list li.on {
    color: #3c62ad;
    font-weight: bold;
}

.science-list .title-list p {
    position: absolute;
    top: 39px;
    left: 0;
    width: 110px;
    border-top: 5px solid #e80e0e;
    text-align: center;
}

.science-list .title-list b {
    display: inline-block;
    width: 0;
    height: 0;
    position: relative;
    top: -20px;
    zoom: 1;
    font-size: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #e80e0e;

}

.science-list .product {
    height: 350px;
    position: relative;
    overflow: hidden;
    display: none;
    width: 100%;
    margin-top: 12px;
}

.product-wrap .show {
    display: block;
}

.science-list-show li {
    background: url("../images/arrow-right.jpg") left center no-repeat;
    padding-left: 20px;
    color: #858384;
    margin: 8px 0;
    font-size: 16px;
}

.science-list-show a {
    display: inline-block;
    width: 500px;
    height: 25px;
    line-height: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #858384;
    overflow: hidden;
}

.science-list-show li .time {
    float: right;
    line-height: 25px;
    font-size: 14px;
}

.blue-scroll {
    margin: 30px auto;
}

/* 首页下面的切换 */
#tab-01 {
    overflow: hidden;
    height: 54px;
    zoom: 1;
}

#tab-01 li {
    float: left;
    display: inline-block;
    color: #fff;
    height: 45px;
    cursor: pointer;
    line-height: 45px;
    text-align: center;
    width: 238px;
    background: #018de5;
    margin-right: 2px;
    font-size: 16px;
    position: relative;
}

#tab-01 li span.arrow-blue {

    position: absolute;
    z-index: 10;
    top: 45px;
    width: 16px;
    height: 9px;
    left: 108px;
    display: none;
}

#tab-01 li span.arrow-blue img {
    display: block;
}

#tab-01 li.current {
    color: #fff;
    background: #0266BB;
}

#tab-01 li.current span.arrow-blue {
    display: inline-block;
}

#tab-content .first img {
    display: block;
    width: 100%;
    height: auto;
}

#tab-content ul {
    line-height: 25px;
    display: none;
    padding: 25px 0;
    height: 110px;
}

.part-sort {
    margin: 30px 0;
}

.part-sort li {
    float: left;
    display: inline-block;
    margin: 0 13.5px;
    width: 215px;
    box-sizing: border-box;
}

.part-sort li:first-child {
    margin-left: 0;
}

.part-sort li:last-child {
    margin-right: 0;
}

.part-sort .sort-img {
    background: #fff;
    border-radius: 5px;
    padding: 2px;
    border: 2px solid #fafafa;
    display: inline-block;
}

.part-sort .sort-img img {
    display: block;
    text-align: center;
    margin: auto;
    width: 207px;
    height: 115px;
}

.part-sort li .title {
    color: #525252;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    margin-top: 10px;
}

/* 列表页切换 */
.list .science-list {
    width: 100%;
}

.list .science-list-show a {
    width: 1000px;
}

/* 新闻详情 */
.new-detail {
    margin: 30px auto;
	min-height: 82vh;
}

.new-detail h3 {
    font-size: 20px;
    line-height: 30px;
    color: #333;
    word-break: break-all;
}

.new-detail .description {
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    color: #999;
    padding: 15px 0;
}

.new-detail .description span {
    margin-right: 20px;
}

.new-detail .detail-cont {
    margin: 15px 0;
    padding: 15px 0;
    font-size: 14px;
    color: #666;
    line-height: 25px;
    overflow: hidden;
}

.new-detail .detail-cont p {
    margin-bottom: 15px;
}

.new-detail .detail-cont img {
    max-width: 100%;
    height: auto;
}

/*上下篇*/
.new-link {
    border-top: 2px solid #eee;
    padding-top: 15px;
    margin-bottom: 30px;
}

.new-link a {
    display: block;
    color: #666;
    font-size: 16px;
    line-height: 30px;
    word-break: break-all;
    margin-bottom: 5px;
}

.footer {
    color: #fff;
    background: #2e8b57;
    font-size: 20px;
    text-align: center;
    padding:40px 0 ;
}