/*********** ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¾Ãƒâ€¦Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â·Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¼Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¡Ãƒâ€¦Ã‚Â ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦Ãƒâ€šÃ‚Â±ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â§Ãƒâ€¦Ã‚Â¡ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾CSSÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¨Ãƒâ€šÃ‚Â­ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â®Ãƒâ€¦Ã‚Â¡ ***********/
.p{
font-size: 16px
}
.pull-right{
    float: right;
}
.pull-left{
    float: left;
}
.row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding:0 10px;
}

.col{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}

.col1{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.col2{
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}
.col3{
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;

}
.col4{
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4;

}
hr{
    margin: 20px 0!important;
}
.edi_title{
   /* font-weight: bold;
    font-size: 20px;
    color:#444;*/
    margin:50px 0 15px;
}
/*
.edi_title:after{
    width: 30px;
    height: 3px;
    background: #111111;
    display: block;
    content: '';
}
*/
.sub_title{
    color: #004D9A;
    font-size: 22px;
}
.sub_title:before{
    content: '';
    display: inline-block;
    height: 11px;
    width: 6px;
    background:url(../../images/common/about/icon1.png) top center no-repeat;
    top: -3px;
    position: relative;
    margin-right: 10px;
}
time.year{
    color: #004C99;
    font-size: 15px;
    display: inline-block;
    font-family: Arial;
    font-weight: bold;
    vertical-align: middle;
    width: 65px;
    text-align: right;
}
time.year:after{
    content: '';
    width: 7px;
    height: 3px;
    background: #004D9A;
    vertical-align: middle;
    display: inline-block;
    margin: 0 10px
}
.icon_left{
    padding-left: 0;
    list-style-type: none;
    line-height: 28px;

}
.icon_left li:before{
    content: url(../../images/common/about/icon2.png);
    margin-right: 10px;
}
.icon_c{
    list-style-type: none;
    line-height: 28px;
    text-indent: -22px;
    padding-left: 22px;
    margin-top: 30px;
}
.icon_c li {
    margin-bottom: 30px;
}
.icon_c li b{
    color: #666666;
}
.icon_c li:before{
    content: url(../../images/common/about/icon3.png);
    margin-right: 10px;
}
.editor-grid .row {
    margin: 0 -28px;
    position: relative;
}
.editor-grid .row:before {
    content: '';
    border-left: 1px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
}
.editor-grid .col {
    padding: 0 28px;
    float: left;
    width: 50%;
}
.editor-grid-x3 .row {
    margin: 0 -15px;
}
.editor-grid-x3 .col {
    float: left;
    width: 33.33%;
    padding: 0 15px;
}
.editor-title {
    margin: 0 0 15px;
}
.editor-title * {
    display: inline-block;
    vertical-align: middle;
}

.editor-title .img-ic {
    margin: 0 8px 2px 0;
}
.editor-title .txt {
    color: #B20000;
    font-size: 17px;
    font-weight: bold;
}
.editor-title .txt:after {
    content: '';
    display: block;
    width: 50px;
    border-top: 2px solid #B20000;
}
.editor-title2 {
    color: #C39959;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 8px;
}
.editor-txt {
    border: 1px solid #ccc;
    padding: 20px 15px;
    margin: 0;
    text-align: center;
}
.contact-map {
    position: relative;
    height: 420px;
    margin-bottom: 30px;
}
.contact-map:before {
    content: '';
    border: 6px solid #fff;
    opacity: 0.5;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	pointer-events: none;
	background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.contact-map:hover:before {
    background-color: transparent;
}
.contact-map iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.contact-map:hover iframe {
    -webkit-filter: grayscale(0);
       -moz-filter: grayscale(0);
        -ms-filter: grayscale(0);

         -o-filter: grayscale(0);
            filter: grayscale(0);
}
.contact-map:after {
    content: '';
    display: block;
    background: url('../../images/common/contact/map_shadow.png') 50% 0 / 100% 100% no-repeat;
    height: 26px;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
}
.contact-map iframe {
    display: block;
    width: 100% !important;
    height: 100% !important;
}
.contact-editor {
    text-align: center;
}
.contact-editor .row {
    display: table;
    width: 100%;
    table-layout: fixed;
    border: 0;
}
.contact-editor .col {
    display: table-cell;
    vertical-align: top;
    padding: 0 15px;
    border-width: 0 1px 0 1px;
    border-color: #19B5E8;
    border-style: solid;
}
.contact-editor .col1 {
    border-width: 0 1px 0 0;
}
.contact-editor .col3 {
    border-width: 0 0 0 1px;
}
.contact-info-txt {
    max-width: 200px;
    margin: 0 auto;
}
.contact-info-txt .img-ic {
    display: inline-block;
    margin-bottom: 20px;
}
.contact-info-txt a:hover {
    color: #74a1fe;
    text-decoration: underline;
}

@media screen and (max-width: 1000px) {
    .contact-map {
        height: 300px;
    }
}
@media screen and (max-width: 900px) {
    .editor-grid-x3 .col {
        width: 100%;
    }
    .editor-grid-x3 .col + .col {
        margin-top: 1.6em;
    }
}
@media screen and (max-width: 767px) {
    .editor-grid .row:before {
        display: none;
    }
    .editor-grid .col {
        width: 100%;
    }
    .editor-grid .col + .col {
        margin-top: 1.6em;
    }
    .contact-info-txt .img-ic {
        max-width: 100px;
    }
    .row{
        display: block;
    }
}
@media screen and (max-width: 600px) {
    .contact-map {
        height: 200px;
        margin-bottom: 15px;
    }
    .contact-editor .row,
    .contact-editor .col {
        display: block;
        width: auto;
        border-width: 1px 0;
    }
    .contact-editor .col {
        border-width: 1px 0;
        padding: 15px 0;
    }
    .contact-editor .col1 {
        border-width: 0 0 1px;
    }
    .contact-editor .col3 {
        border-width: 1px 0 0;
    }
}
.about-editor {
    text-align: center;
}

.about-editor .pic img {
    margin: 0 0 5px;
}
.about_center{
    text-align: center;
}
.yearTxt{
    color: #8ABEF2;
    font-size: 65px;
    font-family: "Times New Roman";
    font-weight: bold;
    font-style: italic;
}
.yearTxt.aboutTitle::before{
    content: "";
    background-image: url(/images/common/about/about_left.png);
    background-repeat: no-repeat;
    background-position: left center;
    height: 66px;
    width: 13px;
    display: inline-block;
    margin-right: 24px;
    vertical-align: middle;
}
.yearTxt.aboutTitle::after{
    content: "";
    background-image: url(/images/common/about/about_right.png);
    background-repeat: no-repeat;
    background-position: left center;
    height: 66px;
    width: 13px;
    display: inline-block;
    margin-left: 24px;
    vertical-align: middle;
}
.aboutTitle span{
    display: inline-block;
    vertical-align: middle;
}
.aboutTxt, .aboutInfo, .aboutHistory{
    max-width: 860px;
    margin: 0 auto;
}
.aboutListBox{
    position: relative;
    margin: 80px 0;
}
.aboutListBox span{
    display: inline-block;
    font-size: 18px;
    width: 95px;
}
ul.aboutList {
    width: calc(100% - 100px);
    margin: 0;
    padding: 0 30px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    box-sizing: border-box;
}
ul.aboutList::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #E4E4E4;
    position: absolute;
    top: 50%;
}
.aboutList li{
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px;
    position: relative;
    z-index: 100;
}
.aboutList li:nth-child(odd){
    margin-top: -45px;
}
.aboutList li:nth-child(even) {
    margin-bottom: -51px;
}
.aboutInfo .aboutTitle{

    font-size: 18px;
    color: #48BADC;
    margin: 0 auto;
   
}
.aboutInfo .aboutTitle:after{
    content: "";
    display: block;
    width: 3px;
    height: 17px;
    background: #54BFDE;
    margin: 0 auto;
}
.aboutInfo .col{
    width: 50%;
    float: left;
}
.aboutInfoUnit{
    padding: 13px 0;
    border-bottom: 1px solid #DEE4E2;
    max-width: 291px;
    margin: 0 auto;
}
.aboutSubTitle{
    font-size: 20px;
    font-weight: bold;
}
.aboutHistory .aboutTitle{
    font-size: 18px;
    color: #575746;
    width: 99px;
    height: 99px;
    margin: 0 auto;
     box-shadow: 0 0 6px rgba(0,0,0,0.2);
    border-radius: 50%;
    line-height: 99px;
}
.aboutHistory .year{
    color: #8ABEF2;
    font-size: 50px;
    font-family: "Times New Roman";
    font-weight: bold;
    font-style: italic;
}
.aboutHistory:nth-child(1) .year{
    /* text-align:right; */
}
.aboutHistory p{
    margin: 5px 0;
}
.historyList{
    position: relative;
    overflow: hidden;
    margin: 50px auto;
}
.historyList:after{
    content: "";
    min-height: 400px;
    width: 10px;
    background: #DEE4E2;
    position: absolute;
    left: 48%;
    visibility: visible;
    height: 100%;
    border-radius:10px;
    top: 0;
    display: none;
}
.historyUnit {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
}
.historyUnit .historyUnit{
    width:50%;
}
.historyUnit:nth-child(n){
    float:left;
    text-align: right;
    margin-left:-10px;
    /* margin: 96px 0; */
}
.historyUnit:nth-child(3){
   margin-top:-100px;
}
.historyUnit:nth-child(7){
    margin-top:-70px;
}
.historyUnit:first-child{
    margin-bottom: 90px;
}

.historyUnit:nth-child(2n) {
    /* float: right; */
    text-align: left;
    margin: 96px 0px 20px 10px;
}
.historyUnit:after{
    content: "";
    min-height: 400px;
    width: 10px;
    background: #ececec;
    position: absolute;
    left: 48%;
    visibility: visible;
    height: 100%;
    border-radius:10px;
    top: 0;
}
.historyUnit:nth-child(n) .year:after{
    content:'';
    width:20px;
    min-height:20px;  
    max-height:10px;
    margin:25px 0px 0 17px;
    background:#6dcef3;
    position:absolute;
    border-radius:100%;
     z-index:1;
}
.historyUnit:nth-child(2n) .year:after{
   display:none;
}
.historyUnit:nth-child(2n):before{
    content:'';
    width:20px;
    min-height:20px;  
    max-height:10px;
    margin:30px 0px 0 -32px;
    background:#1d7394;
    position:absolute;
    border-radius:100%;
    z-index:1;
}

/*------------ news-editor ------------*/

.news-editor .pic img {
    padding: 0 5px 10px;
}






@media screen and (max-width: 1024px) {
    .about-editor .tb01 td,
    .about-editor .tb02 td {
        width: 100%;
        float: left;
        box-sizing: border-box;
    }
    .about-editor .tb02 td {
        padding: 10px;
        text-align: center;
    }
    .about-editor .tb01 .pic,
    .about-editor .tb02 .pic {
        width: 100%;
        padding: 5px 0;
    }
}
@media screen and (max-width: 900px) {
    .index-about-editor > div.aboutTxt ,
    .index-about-editor > div.aboutLimg, 
    .index-about-editor > div.aboutRimg{
        width: 100%;
    }
}
@media screen and (max-width: 880px) {
    .aboutList li {
        width: calc(100% / 6 - 16px);
    }
}
@media screen and (max-width: 767px) {
    .notice-editor .ul02 {
        margin: 0;
    }
    .notice-editor .ul02 li {
        width: 100%;
        padding: 0 0 50px;
        text-align: center;
    }
    ul.aboutList {
        width: 100%;
    }
    .aboutListBox span{
        margin-bottom: 20px;
    }
    ul.aboutList::after{
        display: none;
    }
    .aboutInfo .col {
        width: 100%;
    }
    .aboutSubTitle {
        font-size: 17px;
    }
    .aboutInfoUnit p{
        margin: 5px 0;
    }
    .aboutHistory{
        margin-top: 30px;
    }
    .historyUnit.historyUnit{
        width: 100%;
    }
    .historyUnit:nth-child(odd){
        text-align: center;
    }
    .aboutHistory .year {
        font-size: 25px;
    }
    .historyUnit:first-child{
        margin-bottom: 0;
    }
    .historyUnit.historyUnit:nth-child(even){
        margin: 0;
        text-align: center;
    }
    .historyList{
        margin: 20px 0;
    }
    .historyUnit::after,
	.historyUnit:nth-child(2n):before,
	.historyUnit:nth-child(n) .year:after{
        display: none;
    }
    .aboutList. li:nth-child(odd), 
    .aboutList li:nth-child(even){
        margin: 0;
    }
	.aboutHistory:nth-child(1) .year{
    text-align:center;
}
}
@media screen and (max-width: 600px) {
    .aboutList li {
        width: calc(100% / 3 - 16px);
    }
    .aboutList li:nth-child(odd), 
    .aboutList li:nth-child(even){
        margin:6px;
    }
	.historyUnit:nth-child(3){
   margin-top:0px;
}
.historyUnit:nth-child(7){
   margin-top:0px;
}
	
}




























