﻿body{
	font-family: arial, "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	font-size: 16px;
}
a{
	color:#202a34;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
ul,li{
	padding:0;
	margin: 0;
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
}
.row-20{
	margin-left: -20px;
    margin-right: -20px;
}
.row0{
	margin-left: 0px;
    margin-right: 0px;
}
.row10{
	margin-left: 10px;
    margin-right: 10px;
}
.mb20{
    margin-bottom: 20px;
}
.mb16{
    margin-bottom: 16px;
}
.mb12{
    margin-bottom: 12px;
}
.clam1{
	word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.clam2{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.summary{
	color: #999;
    line-height: 24px;
}

.section-header{
	width: 100%;
    background: url(../Images/header.png);
    padding: 0;
    padding: 24px 0;
    border-top: 6px solid #007bd9;
}
.section-header .logo{
	float: left;
}
.section-header .logo img{
	height: 80px;
}
.section-header .desc{
	float: right;
	margin-top: 12px;
	margin-right: 60px;
}

.section-navbar{
	width: 100%;
    background: linear-gradient(to right, #007bd9, #007bd9);
    border-radius: 0;
    border: 0;
    margin: 0;
}
.section-navbar .navbar{
	margin-bottom: 0;
    border: 0;
}
.section-navbar .navbar-header{
	display: none;
}
.section-navbar .nav > li > a{
	color: #FFF;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 16px;
    padding-right: 16px;
}
.section-navbar .nav > li > a:hover,.section-navbar .nav > li > a:focus {
	background: #279fea;
  	color: #FFF;
  	text-decoration: none;
}
.section-navbar .navbar-toggle{
    margin-top: 16px;
    margin-bottom: 16px;
    margin-right: 0;
}
.section-navbar .navbar-toggle .icon-bar{
    background: #007bd9;
    width: 16px;
}
.section-navbar .navbar-toggle .icon-bar:last-child {
    width: 8px;
    margin-left: 8px;
}
.section-navbar .navbar-brand{
    height: auto;
    padding-left: 0;
    padding-right: 0;
    display: none;
}
.section-navbar .navbar-collapse{
	background: #007bd9;
}
.section-navbar .navbar-brand img{
    height: 40px;
}
.section-navbar .navbar-nav > li > .dropdown-menu{
    margin: 0px;
    border: 0px;
    background: linear-gradient(to right, #007bd9, #007bd9);
    border-radius: 0px 0px 4px 4px;
    opacity: 0.85;
    color: #fff;
    padding: 0px;
    border-radius: 0px 0px 4px 4px;
    min-width: 100%;
}
.section-navbar .navbar-nav > li > .dropdown-menu > li > a{
    color: #fff;
    padding: 0px 10px;
    text-align: center;
    font-size: 14px;
    line-height: 44px;
    height: 44px;
}
.section-navbar .navbar-nav > li > .dropdown-menu > li > a:hover{
    background: rgba(255, 255, 255, 0.25);
}


.section-banner{
    height: 280px;
}
.section-banner .carousel-inner .item{
    width: 100%;
    height: 280px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size:auto 100%;
}
.section-banner .carousel-control.left,.section-banner .carousel-control.right{
    background-image: none;
}

.section-introduce .row-yw{
	margin-top: 24px;
}
.section-slide{
    height: 360px;
}
.section-slide .carousel-inner .item{
    width: 100%;
    height: 360px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size:cover;
}
.section-slide .carousel-control.left,.section-banner .carousel-control.right{
    background-image: none;
}
.section-slide .carousel-inner .item .carousel-mask{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	opacity: 0.5;
	height: 60px;
}
.section-slide .carousel-inner .item .carousel-caption{
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 12px;
	padding-right: 12px;
	bottom: 0;
	left: 0;
	right: 0;

}
.section-slide .carousel-inner .item .carousel-caption h3{
	margin: 0;
	line-height: 60px;
	font-size: 16px;
	text-align: left;
}
.section-slide .carousel-indicators{
	z-index: 9999;
	margin: 0;
	width: auto;
	left: auto;
	right: 16px;
	bottom: 18px;
}
.section-slide .carousel-indicators .active{
	background-color: #007bd9;
	border: 1px solid #007bd9;
}


.section-introduce .row-xw{
	margin-top: 24px;
}
.section-introduce .row-xw .head{
	height: 42px;
	border-bottom: 2px solid #007bd9;
	position: relative;
}
.section-introduce .row-xw .head .title{
	height: 42px;
	line-height: 42px;
	background: #007bd9;
	display: inline-block;
	padding: 0 20px 0 44px;
	color:#FFF;
	font-size: 16px;
	font-weight: 400;
	background-image: url(../Images/icon-01.png);
	background-size:32px 32px;
	background-repeat:no-repeat;
	background-position: 8px center;
}
.section-introduce .row-xw .head .more{
	width: 19px;
	height: 17px;
	display: inline-block;
	background-image: url(../Images/more.png);
	background-repeat:no-repeat;
	background-position: center center;
	position: absolute;
	top:12px;
	right: 8px;
}
.section-introduce .row-xw .head .more a{
	width: 19px;
	height: 17px;
	display: inline-block;
}
.section-introduce .row-xw .list ul{
	padding-top: 12px;
}
.section-introduce .row-xw .list ul li{
	height: 42px;
    line-height: 42px;
    padding-left: 24px;
    background: url(../Images/ico02.png) 8px center no-repeat;
    display: flex;
    justify-content: space-between;
}
.section-introduce .row-xw .list ul li .item{
	word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    flex: 1;
}
.section-introduce .row-xw .list ul li .date{
	text-align: right;
	width: 92px;
	color:#999;
}


.section-quick{
	margin-top: 24px;
}
.section-quick .head{
	height: 42px;
	border-bottom: 2px solid #007bd9;
	position: relative;
}
.section-quick .head .title{
	height: 42px;
	line-height: 42px;
	background: #007bd9;
	display: inline-block;
	padding: 0 20px 0 44px;
	color:#FFF;
	font-size: 16px;
	font-weight: 400;
	background-image: url(../Images/icon-02.png);
	background-size:28px 28px;
	background-repeat:no-repeat;
	background-position: 8px center;
}
.section-quick .head .more{
	width: 19px;
	height: 17px;
	display: inline-block;
	background-image: url(../Images/more.png);
	background-repeat:no-repeat;
	background-position: center center;
	position: absolute;
	top:12px;
	right: 8px;
}
.section-quick .list{

}
.section-quick .list>div{
	width: 20%;
	margin-top: 12px;
}
.section-quick .list .item{
	display: block;
    margin-bottom: 0;
    padding: 0;
    height: 80px;
    background-size: 100% 100%;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 80px;
}
.section-quick .list>div:nth-child(1) .item{
	background-image: url(../Images/bg1.jpg);
}
.section-quick .list>div:nth-child(2) .item{
	background-image: url(../Images/bg3.jpg);
}
.section-quick .list>div:nth-child(3) .item{
	background-image: url(../Images/bg3.jpg);
}
.section-quick .list>div:nth-child(4) .item{
	background-image: url(../Images/bg4.jpg);
}
.section-quick .list>div:nth-child(5) .item{
	background-image: url(../Images/bg5.jpg);
}


.section-pic .row-pic{
	margin-top: 24px;
}
.section-pic .row-pic .head{
	height: 42px;
	border-bottom: 2px solid #007bd9;
	position: relative;
}
.section-pic .row-pic .head .title{
	height: 42px;
	line-height: 42px;
	background: #007bd9;
	display: inline-block;
	padding: 0 20px 0 44px;
	color:#FFF;
	font-size: 16px;
	font-weight: 400;
	background-image: url(../Images/icon-01.png);
	background-size:32px 32px;
	background-repeat:no-repeat;
	background-position: 8px center;
}
.section-pic .row-pic .head .more{
	width: 19px;
	height: 17px;
	display: inline-block;
	background-image: url(../Images/more.png);
	background-repeat:no-repeat;
	background-position: center center;
	position: absolute;
	top:12px;
	right: 8px;
}
.section-pic .row-pic .head .more a{
	width: 19px;
	height: 17px;
	display: inline-block;
}
.section-pic .row-pic .list{
	margin-top: 12px;
}
.section-pic .row-pic .list ul li{
	width: 260px;
	height: 224px;
	float: left;
	margin: 0 8px;
}
.section-pic .row-pic .list ul li img{
	width:260px;
	height: 180px;
	display: block;
}
.section-pic .row-pic .list ul li span{
	color:#333;
	margin: 12px 0 8px;
	font-size: 14px;
	text-align: center;
	display: block;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section-footer{
	padding-top: 32px;
	padding-bottom: 20px;
	border-bottom: 42px solid #0262ab;
	background: #007bd9;
	margin-top: 24px;
}
.section-footer .info p{
    color: #fff;
    font-size: 14px;
    padding-left: 45px;
    border: 1px dashed #00a4bc;
    line-height: 24px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 10px;
}
.section-footer .info p span{
	margin-right: 8px;
}
.section-footer .info p.tel{
    background: url(../Images/tel.png) 10px center no-repeat;
}
.section-footer .info p.address{
    background: url(../Images/address.png) 10px center no-repeat;
}
.section-footer .info p.mail{
    background: url(../Images/mail.png) 10px center no-repeat;
}

.section-footer .code{
	float: right;
	margin: 0;
}
.section-footer .code ul li{
	float: left;
	margin: 0 8px;
}
.section-footer .code ul li img{
	width: 110px;
	height: 110px;
	display: block;
}
.section-footer .code ul li span{
	width: 110px;
	text-align: center;
	color:#FFF;
	font-size: 14PX;
	display: block;
	margin-top: 4PX;
}
.section-footer .about{
	width: 100%;
	position: absolute;
	text-align: center;
	bottom: -62px;
}
.section-footer .about p{
	line-height: 42px;
	color:#FFF;
	font-size: 14PX;
	margin: 0;
	
}

.navigation .breadcrumb li{
	font-size: 14px;
}


.section-home .home-block{
	width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    margin-bottom: 16px;
}
.section-home .home-block .home-tabs{
	margin: 0 40px 0 0;
    width: 320px;
    flex-shrink: 0;
}
.section-home .home-block .home-tabs .tabs-title{
	height: 70px;
	line-height: 70px;
    background-image: url(../Images/module.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
}
.section-home .home-block .home-tabs .tabs-list{
	width: 100%;
    padding: 0 24px 40px;
    background: #FFFFFF;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 6px 6px;
}
.section-home .home-block .home-tabs .tabs-list a{
	width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
    box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.08);
    padding-left: 12px;
}
.section-home .home-block .home-tabs .tabs-list a.active{
	box-shadow: inset 0px -1px 0px 0px #00AFFA;
    color: #00AFFA;
    font-weight: 600;
}

.section-home .home-block .home-container{
	flex: 1;
    width: 100%;
    padding-bottom: 48px;
    overflow: hidden;
}
.section-home .home-block .home-container .container-title{
	width: 100%;
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 28px;
    color: #2E3033;
    line-height: 36px;
}
.section-home .home-block .home-container .container-divider{
	width: 100%;
    height: 2px;
    background: #EDF1F7;
    margin-bottom: 28px;
}

.section-home .home-block .home-notice{
    padding: 10px 0;
    width: 100%;
    flex: 1;
    overflow: hidden;
}
.section-home .home-block .home-notice > ul{
    width: 100%;
    overflow: hidden;
    display: block;
}
.section-home .home-block .home-notice > ul li a{
    width: 100%;
    display: flex;
    align-items: center;
    box-shadow: inset 0px -1px 0px 0px #EDF1F7;
    padding: 24px 0;
}
.section-home .home-block .home-notice > ul li a .date{
    width: 98px;
    height: 76px;
    background: #F1F2F5;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 32px;
}
.section-home .home-block .home-notice > ul li .date .day{
    width: 100%;
    text-align: center;
    font-size: 32px;
    color: #000000;
    line-height: 36px;
}
.section-home .home-block .home-notice > ul li .date .year-month{
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: #A4A9B3;
    line-height: 22px;
    margin-top: 4px;
}
.section-home .home-block .home-notice > ul li .title-desc{
    width: 100%;
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section-home .home-block .home-notice > ul li .title-desc .title{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    line-height: 26px;
}
.section-home .home-block .home-notice > ul li .title-desc .desc{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
    font-size: 14px;
    color: #737780;
    line-height: 22px;
    margin-top: 16px;
}
.section-home .home-block .home-notice .notice-pagination1{
    display: flex;
    justify-content: center;
}

.section-home .home-block .home-notice .notice-pagination2{
    display: none;

}
.section-home .home-block .home-notice .notice-pagination2 ul li{
    margin:0 4px; 
}


.section-home .home-block .home-article{
    padding: 40px 0;
    width: 100%;
    flex: 1;
    overflow: hidden;
}
.section-home .home-block .home-article .article-title{
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 28px;
    color: #2E3033;
    line-height: 42px;
}
.section-home .home-block .home-article .article-sub{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    color: #797C80;
    line-height: 22px;
    margin-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #EDF1F7;
}
.section-home .home-block .home-article .article-sub div{
    margin:0 8px;
}
.section-home .home-block .home-article .article-contents{
    width: 100%;
    margin-top: 39px;
}

@media (max-width: 1200px) {
	.section-navbar .nav > li > a{
		font-size: 14px;
		padding-left: 8px;
    	padding-right: 8px;
	}
}
@media (max-width: 992px) {
	.section-navbar .container{
		width: 100%;
	}
	.section-navbar .nav > li > a{
		font-size: 14px;
		padding-left: 8px;
    	padding-right: 8px;
	}
}
@media (max-width: 768px) {
	.section-header{
        display: none;
    }
    .section-navbar{
    	background: url(../Images/header.png);
    }
    .section-navbar .navbar-header{
    	display: block;
    }
    .section-navbar .navbar-brand{
        display: block;
    }
    .section-navbar .navbar-collapse{
		margin-bottom: 8px;
	}
    .section-banner{
        height: 160px;
    }
    .section-banner .carousel-inner .item{
        height: 160px;
    }

    .section-slide{
    	height: 220px;
    }
    .section-slide .carousel-inner .item{
    	height: 220px;
    }

    .section-quick .list>div{
    	width: 50%;
    }
    .section-quick .list .item{
    	height: 60px;
    	line-height: 60px;
    }


    .section-pic .row-pic .list ul li{
    	width: 180px;
    	height: 200px;
    }
    .section-pic .row-pic .list ul li img{
    	width: 180px;
    	height: 132px;
    }
    .section-pic .row-pic .list ul li span{
    	width: 180px;
    }

    .section-footer .code{
    	float: none;
    	margin-top: 12px;
    }
    .section-footer .code ul{
    	display: flex;
    	justify-content: center;
    }
    .section-footer .code ul li img{
    	width: 90px;
    	height: 90px;
    }
    .section-footer .code ul li span{
    	width: 90px;
    }

    .section-home .home-block .home-tabs{
    	display: none;
    }

    .section-home .home-block .home-container{
        padding-top: 67px;
        padding-bottom: 26px;
    }
    .section-home .home-block .home-container .container-title{
        font-weight: 500;
        font-size: 20px;
        color: #2E3033;
        line-height: 28px;
        min-height: 28px;
    }
    .section-home .home-block .home-container .container-divider{
        height: 1px;
        margin-top: 16px;
        margin-bottom: 24px;
    }


    .section-home .home-block .home-notice{
        padding: 16px 0 40px;
    }
    .section-home .home-block .home-notice > ul li a{
        padding: 16px 0;
    }
    .section-home .home-block .home-notice > ul li a .date{
        width: 74px;
        height: 76px;
        margin-right: 14px;
    }
    .section-home .home-block .home-notice > ul li .date .day{
        font-weight: 500;
        font-size: 24px;
        color: #000000;
        line-height: 28px;
    }
    .section-home .home-block .home-notice > ul li .date .year-month{
        font-weight: 400;
        font-size: 12px;
        color: #A4A9B3;
        line-height: 16px;
        margin-top: 2px;
    }
    .section-home .home-block .home-notice > ul li .title-desc .title{
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: 500;
        font-size: 14px;
        color: #313336;
        line-height: 21px;
        white-space: pre-wrap;
        height: 42px;
    }
    .section-home .home-block .home-notice > ul li .title-desc .desc{
        font-weight: 400;
        font-size: 13px;
        color: #737780;
        line-height: 18px;
        margin-top: 12px;
    }
    .section-home .home-block .home-notice .notice-pagination1{
	    display: flex;
	    justify-content: center;
	}

	.section-home .home-block .home-notice .notice-pagination2{
	    display: none;

	}
	.section-home .home-block .home-notice .notice-pagination2 ul li{
	    margin:0 4px; 
	}


	.section-home .home-block .home-article{
        padding: 60px 0 40px;
    }
    .section-home .home-block .home-article .article-title{
        font-weight: 500;
        font-size: 18px;
        color: #2E3033;
        line-height: 28px;
    }
    .section-home .home-block .home-article .article-sub{
        font-weight: 400;
        font-size: 12px;
        color: #797C80;
        line-height: 18px;
        margin-top: 16px;
        padding-bottom: 20px;
    }
    .section-home .home-block .home-article .article-sub > div:first-child{
        display: none;
    }
    .section-home .home-block .home-article .article-contents{
        margin-top: 20px;
    }

    .section-home .home-block .home-article .article-contents img{
    	width: 100%;
    }
}