﻿body{
	font-family: arial, "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	font-size: 16px;
    background-image: url(../images/bg.jpg);
    background-repeat: repeat-x;
    background-position: top center;
}
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%;
    padding: 0;
    padding: 32px 0;
    border-top: 4px solid #224b7f;
}
.section-header .logo{
	float: left;
}
.section-header .logo img{
	height: 100px;
}
.section-header .desc{
	float: right;
	margin-top: 12px;
	margin-right: 60px;
}
.section-header .search{
    float: right;
}
.section-header .search div{
    width: 240px;
    height: 36px;
    line-height: 36px;
    margin-top: 20px;
    position: relative;
}
.section-header .search div input.txt{
    width: 100%;
    padding: 5px 40px 5px 12px;
    font-size: 14px;
    color: #fff;
    box-sizing: border-box;
    height: 40px;
    border-radius: 4px;
    border: 0;
    outline: none;
    background: rgba(34, 75, 127, 0.5); 
}
.section-header .search div input.txt::placeholder{
    color:#FFF;
}
.section-header .search div input.enter{
    width: 16px;
    height: 16px;
    top: 12px;
    right: 12px;
    position: absolute;
    cursor: pointer;
    background-image:url(../Images/icon-search.png);
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0;
    text-indent: -999px;
    outline: none;
    padding: 0;
}

.section-navbar{
	width: 100%;
    background: #224b7f;
    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: 24px;
    padding-right: 24px;
}
.section-navbar .nav > li > a:hover,.section-navbar .nav > li > a:focus {
	background: #1b3c66;
  	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: #224b7f;
    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: #224b7f;
}
.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-only{

}
.section-only .row-info{
    display: flex;
    line-height: 44px;
    padding: 20px 36px;
}
.section-only .row-info b{
    width: 90px;
    font-size: 30px;
    color:#1b3c66;
    flex-shrink: 0;
    flex-grow:0 ;

}
.section-only .row-info a{
    font-size: 26px;
}


.section-introduce .row-yw{
	/*margin-top: 24px;*/
}
.section-introduce .row-yw .carousel .carousel-inner .item .img{
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.section-introduce .row-yw .carousel .carousel-inner .item .carousel-caption{
    /*color:#224b7f;*/
}

.section-introduce .row-xw{
	/*margin-top: 24px;*/
}
.section-introduce .row-xw .head{
	height: 42px;
	border-bottom: 1px solid #dddddd;
	position: relative;
}
.section-introduce .row-xw .head .title{
	height: 42px;
	line-height: 42px;
	display: inline-block;
	padding: 0 20px 0 20px;
	color:#1b3c66;
	font-size: 16px;
	font-weight: 700;
    position: relative;
}
.section-introduce .row-xw .head .title:after{
    content: ' ';
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    border-bottom: 2px solid #1b3c66;
}

.section-introduce .row-xw .list ul{
	padding-top: 12px;
}
.section-introduce .row-xw .list ul li{
	height: 42px;
    line-height: 42px;
    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 .item a{
    position: relative;
    padding-left: 20px;
}
.section-introduce .row-xw .list ul li .item a:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 4px;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    background-color: #ddd;
    border-radius: 100px;
}
.section-introduce .row-xw .list ul li .item a:hover:before{
    background-color: #1b3c66;
}
.section-introduce .row-xw .list ul li .date{
	text-align: right;
	width: 92px;
	color:#999;
}


.section-adver{
	margin-top: 20px;
}
.section-adver .list{

}
.section-adver .list img{
	width: 100%;
}

.section-order{
    
}
.section-order .row-new{
    margin-top: 24px;
}
.section-order .row-new .head{
    height: 42px;
    border-bottom: 1px solid #dddddd;
    position: relative;
}
.section-order .row-new .head .title{
    height: 42px;
    line-height: 42px;
    display: inline-block;
    padding: 0 20px 0 20px;
    color:#1b3c66;
    font-size: 16px;
    font-weight: 700;
    position: relative;
}
.section-order .row-new .head .title:after{
    content: ' ';
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    border-bottom: 2px solid #1b3c66;
}

.section-order .row-new .list ul{
    padding-top: 12px;
}
.section-order .row-new .list ul li{
    height: 42px;
    line-height: 42px;
    display: flex;
    justify-content: space-between;
}
.section-order .row-new .list ul li .item{
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    flex: 1;
}
.section-order .row-new .list ul li .item a{
    position: relative;
    padding-left: 20px;
}
.section-order .row-new .list ul li .item a:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 4px;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    background-color: #ddd;
    border-radius: 100px;
}
.section-order .row-new .list ul li .item a:hover:before{
    background-color: #1b3c66;
}
.section-order .row-new .list ul li .date{
    text-align: right;
    width: 92px;
    color:#999;
}

.section-friend{
    margin-top: 20px;
}
.section-friend .row-friend{

}
.section-friend .row-friend a{
    display: table;
    width: 100%;
    height: 60px;
    margin-top: 10px;
    background: url(../images/a4.jpg) 0 0 no-repeat;
    background-size: cover;
    color: #7e0e0e;
    transition: all .3s;
}
.section-friend .row-friend a span{
    display: table-cell;
    vertical-align: middle;
    line-height: 24px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}
.section-friend .row-friend a:hover {
    background-image: linear-gradient(to bottom, #ed7249, #eb3b3b);
    background-color: #eb3b3b;
    color: #fff;
    transform: scale(1.03);
}

.section-footer{
	padding-top: 32px;
	padding-bottom: 20px;
	background: #224b7f;
	margin-top: 24px;
}
.section-footer .info p{
    color: #fff;
    font-size: 14px;
    padding-left: 45px;
    border: 1px dashed #346eb9;
    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;
    width: 70%;
    display: flex;
    flex-wrap: wrap;
}
.section-footer .code p{
    margin: 0;
    flex-basis: 50%;
    height: 36px;
    line-height: 36px;
}
.section-footer .code p a{
    color:#FFF;
    font-size: 14px;
}

.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: 54px;
	line-height: 54px;
    background:#224b7f;
    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 #224b7f;
    color: #224b7f;
    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;
}


.section-home .home-block .home-gbook{
    padding: 0;
    width: 100%;
    flex: 1;
    overflow: hidden;
}
.section-home .home-block form{
    margin-top: 32px;
}
.section-home .home-block .home-gbook ul{
    width: 100%;
    overflow: hidden;
    display: block;
    display: flex; 
    margin-top: 16px;
}
.section-home .home-block .home-gbook ul li.t{
    width: 30%;
    text-align: right;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 0;
}
.section-home .home-block .home-gbook ul li.p{
    width: 65%;
    margin-left: 5%;
    text-align: left;
}
.section-home .home-block .home-gbook ul li .input{
    width: 70%;
    padding: 5px 40px 5px 12px;
    font-size: 14px;
    color: #000;
    box-sizing: border-box;
    height: 40px;
    border-radius: 4px;
    border: 0;
    outline: none;
    background: rgba(205, 205, 205, 0.5);
}
.section-home .home-block .home-gbook ul li .textarea{
    width: 70%;
    padding: 5px 40px 5px 12px;
    font-size: 14px;
    color: #000;
    box-sizing: border-box;
    height: 120px;
    border-radius: 4px;
    border: 0;
    outline: none;
    resize:none;
    background: rgba(205, 205, 205, 0.5);
}
.section-home .home-block .home-gbook .submit{
    text-align: center;
    margin-top: 24px;
}
.section-home .home-block .home-gbook .submit .enter{
    width: 120px;
    height: 40px;
    background: #224b7f;
    color:#FFF;
    border: 0;
    border-radius: 4px;
    outline: none;
}


@media (max-width: 1200px) {
	.section-navbar .nav > li > a{
		font-size: 14px;
		padding-left: 16px;
    	padding-right: 16px;
	}
    .section-footer .code{
        width: 90%;
    }
}
@media (max-width: 992px) {
    .section-header .logo img{
        height: 72px;
    }
	.section-navbar .container{
		width: 100%;
	}
	.section-navbar .nav > li > a{
		font-size: 12px;
		padding-left: 12px;
    	padding-right: 12px;
	}
    .section-only .row-info b{
        width: 70px;
        font-size: 24px;
    }
    .section-only .row-info a{
        font-size: 18px;
    }

}
@media (max-width: 768px) {
    body{
        font-size: 14px;
    }
	.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-navbar .nav > li > a{
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .section-only .row-info{
        padding: 12px;
    }
    .section-only .row-info b{
        width: 54px;
        font-size: 18px;
    }
    .section-only .row-info a{
        font-size: 16px;
    }

    .section-introduce .row-yw .carousel .carousel-inner .item .img{
        height: 200px;
    }
    .carousel-caption{
        left:5%;
        right: 5%;
    }
    .section-introduce .row-xw{
        margin-top: 24px;
    }
    .section-introduce .row-xw .list ul li{
        height: 36px;
        line-height: 36px;
    }

    .section-order .row-new .list ul li{
        height: 36px;
        line-height: 36px;
    }
    .section-friend .row-friend a span{
        font-size: 16px;
    }

    .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: 0px;
        padding-bottom: 20px;
    }
    .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: 0px 0 20px;
    }
    .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: 20px 0 20px;
    }
    .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%;
    }

    .section-home .home-block .home-gbook ul li.t{
        font-size: 14px;
        width: 20%;
    }
    .section-home .home-block .home-gbook ul li.p{
        width: 75%;
    }
    .section-home .home-block .home-gbook ul li .input{
        width: 90%;
    }

    .section-footer .code{
        width: 100%;
    }
}