.nav{
    padding-top: 20px;
}
.nav,
.nav a{
    color: #999;
    font-size: 14px;    /*12px*/
}
.nav a{
    padding-right: 5px;
}
.nav span{
    display: inline-block;
    color: #0063a7;
    padding-left: 5px;
}
h1{
    padding: 65px 0;
    font-size: 36px;
    width: 100%;
    float: left;
    color: #0063a7;
}
.title{
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.title > span{
    display: block;
    width: 100%;
    font-size: 14px;
    color: #0063a7;
    padding: 5px 0;
}
.text{
    padding-bottom: 60px;
}
.text p{
    width: 100%;
    float: left;
    padding: 20px 0;
    line-height: 36px;
}
.list01 .slider{
    padding: 20px 0;
    display: -webkit-flex;
    display: flex;
}
.list01 .slider > div{
    margin-left: 3%;
    -webkit-flex: 1;
            flex: 1;
}
.list01 .slider > div:first-child{
    margin:0;
    -webkit-flex: 3;
            flex: 3;
}
.list01 .slider img{
    max-height: 290px;
}
iframe{
    width: 100%;
    margin: 20px 0;
    float: left;
}

@media only screen and (max-width: 1180px){
    .list01 .slider img{
        max-height: 260px;
    }
    iframe{
        height: 450px;
    }
}
@media only screen and (max-width: 960px){
    .list01 .slider img{
        max-height: 230px;
    }
    iframe{
        height: 400px;
    }
    .flex-direction-nav a {
        width: 20px;
        height: 20px;
    }
    .flex-direction-nav a:before {
        font-size: 20px;
    }
}
@media only screen and (max-width: 768px){
    .list01 .slider img{
        max-height: 190px;
    }
}
@media only screen and (max-width: 767px){
    iframe{
        height: 315px;
    }
    .list01 .slider{
        padding: 20px 0;
        display: block;
    }
    .list01 .slider img{
        max-height: 1000px;
    }
    .list01 .slider > div{
        width: 47%;
        margin: 0;
        margin-top: 20px;
        margin-right: 6%;
        float: left;
    }
    .list01 .slider > div:last-child{
        margin-right: 0;
    }
    .list01 .slider > div:first-child{
        width: 100%;
    }
}
@media only screen and (max-width: 450px){
    h1{
        padding: 45px 0;
        font-size: 30px;
    }
}

.list01 .table{
    border-bottom: 1px solid #ccc;
    padding: 40px 0;
    display: table;

}
.list01 .table.red{
    padding-top: 0;
}
.list01 .table:last-child{
    border: 0;
}
.list01 .table > div{
    font-size: 18px;
    display: table-cell;
    vertical-align: middle;
}
.list01 .table .date{
    width: 75px;
    height: 75px;
    background: #777;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius:  100%;
}
.list01 .table.red .date{
    background: #0063a7;
}
.list01 .table > div:last-child{
    padding-left: 25px;
}
@media only screen and (max-width: 767px){
    .list01 .table > div{
        font-size: 18px;
        float: left;
        width: 100%;
    }
    .list01 .table .date{
        line-height:  75px;
    }
    .list01 .table > div:last-child{
        padding-left: 0;
        padding-top: 20px;
    }
}

ul.list,
ul.list li,
ul.list li > div p,
ul.list li a > div p,
ul.list li a > div h2,
ul.list li a > div h3{
    width: 100%;
    float: left;
}
ul.list li{
    border-bottom: 1px solid #ccc;
    padding: 40px 0;
}
ul.list li:first-child{
    padding-top: 0;
}
ul.list li a{
    width: 100%;
    display: -webkit-flex;
    display: flex;
    border-left: 5px solid #0063a7;
    padding-left: 10px;
}
ul.list li a > div{
    font-size: 16px;
    -webkit-flex: 1;
            flex: 1;
}
ul.list li a > div.img{
    width: 200px;
    height: 120px;
    overflow: hidden;
    border: 1px solid #ccc;
    -webkit-flex: none;
            flex: none;
}
ul.list li a > div h2{
    font-size: 18px;
}
ul.list li a > div p,
ul.list li a > div h2,
ul.list li a > div h3{
    padding: 2px 0;
    padding-right: 20px;
}
ul.list li a > div p:first-child,
ul.list li a > div h3{
    padding-top: 0;

}
ul.list li a > div p:last-child{
    padding-bottom: 0;
}
.main{
    width: 100%;
    float: left;
    border-left: 5px solid #0063a7;
    padding-left: 10px;
    margin-bottom: 40px;
}
.main div{
    font-size: 12px;
    width: 100%;
    float: left;
}
.main p,
.main h2{
    width: 100%;
    float: left;
    padding: 2px 0;
}
.main p:first-child,
.main h2{
    padding-top: 0;

}
.main p:last-child{
    padding-bottom: 0;
}
.main-text{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 60px 0;
}
.main-text p{
    width: 100%;
    float: left;
    padding: 20px 0;
}
.main-text p:first-child{
    padding-top: 0;
}
.main-text .img{
    padding-left: 30px;
}
.main-text .img img{
    width: 100%;
}
.page{
    padding: 100px 0;
    text-align: center;
    color: #0063a7;
    font-size: 18px;
    line-height: 40px;
}
.page a,
.page span{
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    color: #0063a7;
    margin: 0 4px;
    display: inline-block;
}
.page span{
    background: #0063a7;
    color: #fff;
}
.page a:hover{
    background: #ccc;
    color: #fff;
    opacity: 1;
}

@media only screen and (max-width: 767px){
    ul.list li a{
        display: grid;
        width: 97%;
    }
    ul.list li a > div{
        width: 100%;
    }
    ul.list li a > div.img{
        margin-top: 10px;
    }
    .main-text .img{
        padding-left: 0;
        padding-top: 30px;
    }
}
@media only screen and (max-width: 500px){
    .page{
        line-height: 30px;
        font-size: 16px;
    }
    .page a,
    .page span{
        width: 30px;
        height: 30px;
    }
}
@media only screen and (max-width: 370px){
    .page{
        line-height: 25px;
        font-size: 14px;
    }
    .page a,
    .page span{
        width: 25px;
        height: 25px;
    }
}


.list02 .tab > ul{
    width: 103%;
    float: left;
    margin:0 -1.5%;
}
.list02 .ui-tabs{
    margin-bottom: 0;
}
.list02 .ui-tabs .ui-tabs-panel{
    padding-bottom: 0;
}
.list02 .tab > ul > li{
    position: relative;
    border: 1px solid #ccc;
    width: 30.33%;
    float: left;
    margin: 0 1.5% 40px;
}
.list02 .tab > ul > li a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px 10px;
    font-size: 14px;
    float: left;
}
.list02 .tab > ul > li:hover{
    border: 1px solid #0063a7;
}
.list02 .tab > ul > li:hover > a:after{
    background: url(../images/icon05a.png) center center no-repeat rgba(255,255,255,.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;

}
.list02 .tab > ul > li a p,
.list02 .tab > ul > li a h3{
    width: 100%;
    float: left;
    padding-bottom: 5px;
}
.list02 .tab > ul > li a p:last-child{
    padding: 0;
}
.list02 .tab > ul > li a > div{
    float: left;
}
.list02 .tab > ul > li a > div:first-child{
    width: 40%
}
.list02 .tab > ul > li a > div:last-child{
    width: 60%
}

.list02 .page{
    padding: 60px 0 100px;
}
.search{
    padding-bottom: 60px;
    color: #0063a7;
}
.search p{
    width: auto;
    display: inline-block;
    padding: 8px 10px;
    font-size: 18px;
    border: 1px solid #0063a7;
    margin-right: 10px;
    position: relative;
}
.search p:after{
    position: absolute;
    right: -7px;
    top: 0;
    background: url(../images/icon12.gif) center center no-repeat;
    width: 9px;
    height: 100%;
}
.search select{
    margin: 0 10px 0 5px;
    width: auto;
    display: inline-block;
    border: 1px solid #0063a7;
    background: #fff;
    font-size: 18px;
    padding: 8px 40px 8px 10px;
    position: relative;
    background: url(../images/icon13.gif) 94% center no-repeat;
}
.main02 h1{
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.main02 h1 > span{
    float: right;
    font-size: 18px;
    padding-top: 10px;
}
.main02 .heading{
    font-size: 18px;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}
.main02 .img{
    padding: 60px 0;
    text-align: center;
}
.main02 .img p{
    width: 100%;
    float: left;
    padding: 20px 0;
}
.main02 table{
    border-color:#000;
    width: 100%;
    min-width: 1100px;
}
.main02 table th{
    background: #d9d9e7;    /*eee*/
    font-size: 13px;
    white-space:nowrap;
}
.main02 table tr:first-child th{
    font-size: 16px;
}
.main02 table td{
    text-align: center;
}
.main02 table tr td:first-child{
    text-align: left;
}

.main02 .marked{
    font-size: 14px;
    text-align: right;
    padding: 10px 0 30px;
    border-bottom: 1px solid #ccc;
}

.main02 ul{
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    padding: 80px 0 50px;
}

.main02 ul li{
    width: 47%;
    float: left;
    padding-bottom: 30px;
}
.main02 ul li:nth-child(odd){
    margin-right: 6%;
}
.main-btn{
    padding: 40px 0 80px;
}
.main-btn a{
    background: #0063a7;
    width: auto;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    float: left;
}
.main-btn a:last-child{
    float: right;
}

@media only screen and (max-width: 960px){
    .list02 .tab > ul > li{
        width: 47%;
    }
    .search select{
        margin-bottom: 15px;
    }
    .list02.a .ui-tabs .ui-tabs-nav li a{
        padding: 10px 20px;
    }
}
@media only screen and (max-width: 767px){
    .list02.a .ui-tabs .ui-tabs-nav li{
        width: 19.5%;
    }
    .list02.a .ui-tabs .ui-tabs-nav li a{
        height: 40px;
    }
    .main02 .marked{
        text-align: left;
    }
    .main02 ul{
        padding: 40px 0 20px;
    }
}
@media only screen and (max-width: 600px){
    .list02 .tab > ul{
        width: 100%;
        margin: 0;
    }
    .list02 .tab > ul > li{
        width: 100%;
        margin: 0 0 30px;
    }
    .search p:after{
        background: none;
    }
    .search p{
        width: 95%;
        margin-bottom: 15px;
    }
    .search select{
        width: 95%;
        margin-left: 0;
    }
}
@media only screen and (max-width: 450px){
    .list02.a .ui-tabs .ui-tabs-nav li a{
        padding: 10px 5px;
    }
    .main02 h1 > span{
        float: none;
        display: block;
        padding-top: 5px;
    }
    .main02 ul li{
        width: 100%;
        float: left;
        padding-bottom: 30px;
    }
    .main02 ul li:nth-child(odd){
        margin-right: 0;
    }
}


.list03 .tab ul{
    width: 100%;
    float: left;
    padding-top: 60px;
}
.list03 .tab ul li{
    width: 33.33%;
    float: left;
    padding: 10px 10px 10px 0;
    text-transform:uppercase;
}
@media only screen and (max-width: 960px){
    .list03 .tab ul li{
        width: 50%;
    }
}
@media only screen and (max-width: 767px){
    .list03 .tab ul li{
        width: 100%;
    }
}

.contact01 ul{
    width: 45%;
    float: left;
    border: 1px solid #ccc;
    border-bottom: 0;
    margin-bottom: 80px;
}
.contact01 ul:nth-child(odd){
    margin-right: 10%;
}
.contact01 ul li{
    width: 100%;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    line-height: 30px;
    padding: 10px 20px;
}
.contact01 ul li:first-child,
.contact01 ul li:first-child h2{
    background: #0063a7;
    color: #fff;
    font-size: 18px;
}
.contact01 ul li img{
    vertical-align: middle;
    padding-right: 10px;
}
.contact01 ul li a{
    color: #0063a7;
}
@media only screen and (max-width: 960px){
    .contact01 ul{
        width: 48%;
    }
    .contact01 ul:nth-child(odd){
        margin-right: 4%;
    }
}
@media only screen and (max-width: 768px){
    .contact01 ul{
        width: 49%;
    }
    .contact01 ul:nth-child(odd){
        margin-right: 2%;
    }
    .contact01 ul li{
        padding: 10px;
    }
}

@media only screen and (max-width: 767px){
    .contact01 ul{
        width: 100%;
        margin-bottom: 40px;
    }
    .contact01 ul:nth-child(odd){
        margin-right: 0;
    }
    .contact01 ul:last-child{
        margin-bottom: 80px;
    }
    .contact01 ul li{
        padding: 10px 20px;
    }
}


.contact {
    padding-top: 30px;
}
.contact > div{
    width: 45%;
    float: left;
    padding-bottom: 60px;
}
.contact > div:first-child{
    margin-right: 10%;
}
.contact ul{
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    border-left: 5px solid #0063a7;
    border-bottom: 0;
}

.contact ul li{
    width: 100%;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    line-height: 30px;
    padding: 10px;
}
.contact ul li img{
    vertical-align: middle;
    padding-right: 10px;
}
.contact ul li a{
    color: #0063a7;
}
.contact iframe{
    margin-top: 30px;
}

.form{
    padding: 30px 0 60px;
}
.form li{
    width: 100%;
    float: left;
}
.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form textarea,
.form input[type="password"]{
    margin: 0 0 10px;
    width: 100%;
    border: 1px solid #0063a7;
    padding: 10px;
    font-size: 14px;
}
.form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
}
.form ::-moz-placeholder { /* Firefox 19+ */
  color: #999;
}
.form :-ms-input-placeholder { /* IE 10+ */
  color: #999;
}
.form :-moz-placeholder { /* Firefox 18- */
  color: #999;
}

.form textarea{
    height: 160px;
}
.form input[type="submit"]{
    background: #0063a7;
    width: auto;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    display: inline-block;
    border: 1px solid #0063a7;
    margin: 20px 0;
    cursor: pointer;
}
.form input[type="submit"]:hover{
    opacity: .7;
}

@media only screen and (max-width: 960px){
    .contact > div{
        width: 100%;
    }
    .contact > div:first-child{
        margin: 0;
    }
}
@media only screen and (max-width: 767px){
    .contact,
    .form{
        padding-top: 20px;
    }
}

.error-404{
    display: table;
    background: #eee;
    text-align: center;
}
.error-404 >div{
    display: table-cell;
    width: 100%;
    margin: auto;
    padding: 0 5%;
    vertical-align: middle;
}

.error-404 >div h1,
.error-404 >div h2,
.error-404 >div img,
.error-404 >div a{
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 8px 0;
}
.error-404 >div img{
    width: auto;
}
.error-404 >div h1{
    font-size: 28px;
    text-transform:uppercase;
    font-weight: bold;
    padding-bottom: 0;
}
.error-404 >div h2{
    font-size: 20px;
    padding-bottom: 20px;
}
.error-404 >div a{
    color: #fff;
    font-size: 15px;
    width: auto;
    display: inline-block;
    background: #0063a7;
    padding: 5px 20px;
    border-radius: 5px;
}
@media only screen and (max-width: 360px){
    .error-404 >div h1{
        font-size: 22px;
    }
    .error-404 >div h2{
        font-size: 16px;
    }
    .error-404 >div a{
        font-size: 13px;
    }
}