@charset "UTF-8";
/*====================================================================================
■01.Banner
■02.TOP PAGE
====================================================================================*/
/*====================================================================================
■01.Banner
====================================================================================*/
/*====================================================================================
■02.TOP PAGE
====================================================================================*/
#mainimg {
    position: relative;
    margin: 0 auto;
    height: auto;
    min-width: 1000px;
    /* width: 80%; */
}
.mainislider {
    /* height: 80%; */
    margin: 0 auto;
}
.mainislider li {
    /* height: 900px; */
    /* background-size: cover;
    background-repeat: no-repeat; */
}
.mainislider li.slide01 {
    /* background-size: cover;
    background-position: center center; */
}
.mainislider li.slide02 {
    /* background-size: cover;
    background-position: center left 30%; */
}
.mainislider li.slide03 {
    /* background-size: cover;
    background-position: center left 30%; */
}
.mainislider img {
    max-width: auto;
    width: 100%;
    /* height: 100%; */
}
.maintop {
    padding: 0 70px;
    width: 1000px;
    position: relative;
    margin: 0 auto;
}
.maintop p {
    line-height: normal;
    margin-bottom:10px;
}
.blocknew {
    padding: 50px 0;
}
.blocknew .titnew {
    float: left;
    width: 155px;
    border-right: 1px solid #ccc;
    height: 45px;
}
.blocknew .titnew h3 {
    font-size: 27px;
    letter-spacing: 4px;
    margin-top: -3px;
}
.blocknew .titnew p {
    margin-top: 8px;
}
.blocknew .titnew p a {
    font-size: 15px;
    color: #000;
    text-decoration: none;
}
.blocknew .titnew p a:hover {
    color: #b4191d;
}
.blocknew .titnew .ahover a:before {
    background-color: #b4191d;
}
.blocknew .titnew .ahover a:hover:before {
    opacity: 1;
    width: 50%;
}
.blocknew .infonew {
    float: right;
    padding-left: 30px;
    overflow-y: scroll;
    /* height: 45px; */
    height: 150px;
    width: 700px;
    padding-top: 2px;
}
.blocknew .infonew dl {
    display: table;
    margin-bottom: 15px;
}
.blocknew .infonew dl dt {
    display: table-cell;
    vertical-align: top;
    font-size: 12px;
    color: #000;
}
.blocknew .infonew dl dd {
    display: table-cell;
    padding-left: 20px;
}
.blocknew .infonew dl dd a {
    text-decoration: none;
    font-size: 15px;
    color: #000;
}
.blocknew .infonew dl dd a:hover {
    text-decoration: underline;
}
.blockinfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
}
.blockinfo a {
    color: #fff;
    text-decoration: none;
}
.blockinfo a.link01 {
    color: #fff;
    text-decoration: none;
    background-color: rgba(255,255,255,1);
    opacity: 0.8;
    float: left;
}
.blockinfo a:hover.link01 {
    background-color: rgba(255,255,255,1);
    opacity: 1;
}
.blockinfo h4 {
    font-size: 30px;
    letter-spacing: 4px;
    text-align: center;
    display: block;
    line-height: normal;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.blockinfo a.link01 h4 {
    margin: 0;
    padding: 0;
    line-height: 1;
    vertical-align: bottom;
}
.blockinfo a.link01 h4 img {
    line-height: 1;
    vertical-align: bottom;
}
/*.blockinfo h4:after {
    position: absolute;
    content: '';
    width: 2px;
    background: #fff;
    height: 20px;
    left: 50%;
    margin-left: -1px;
    bottom: 0px;
}*/
.blockinfo p {
    font-size: 16px;
    text-align: center;
    line-height: normal;
}
.blockinfo .txt {
    width: 240px;/*width: 230px;*/
    height: 95px;/*height: 230px;*/
    background-color: rgba(255,255,255,0.8);
    border: 2px solid #000;

    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -moz-flexbox;
    display: -webkit-flexbox;
    display: -moz-box;

    -webkit-box-orient: vertical;

    flex-direction: column;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;

    justify-content: center;

    -webkit-box-pack: center;
    -ms-flex-pack: center;

    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.blockinfo .txt.border-fade:hover {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow, -webkit-box-shadow;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border: 2px solid #b4191d;
}
.blockinfo .flex2col {
    height: 328px;
    margin-bottom: 20px;
    padding: 115px 95px 95px 95px;/*padding: 55px 95px;*/
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
}
.blockinfo .flex2col:hover {
    opacity: 1;/*opacity: 0.7;*/
}
.blockinfo .flex1col {
    width: 100%;
    height: 338px;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
}
.blockinfo .flex1col:hover {
    opacity: 0.7;
}
.blockinfo .info_left {
    background: url(../images/bgbox1.png) no-repeat left top;
}
.blockinfo .info_right {
    background: url(../images/bgbox2.png) no-repeat;
}
.blockinfo .info_bottom {
    background: url(../images/bgbox3.png) no-repeat;
    padding-top: 55px;
    padding-right: 35px;
    position: relative;
    width: 860px;
}
.blockinfo .info_bottom .txt {
    float: right;
    position: absolute;
    right: 0;
    width: 540px;
    color: #000;
    height: 230px;
    border: 2px solid #000;
    padding: 10px 40px;
}
.blockinfo .info_bottom h4:after {
    background: #000;
}
.blockcontent {
    margin-top: 40px;
    background: url(../images/bgimg1.jpg) no-repeat center top 136px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.blockcontent h3 {
    position: relative;
    top: -25px;
}
.blockcontent .txt {
    text-align: justify;
    position: relative;
}
.blockcontent .txt p {
    width: 515px;
    margin: 0 auto;
}
.blockcontent .txt .pos {
    /*position: absolute;
    right: 0px;
    top: 20px;*/
    text-align: center;
}
.blockcontent .txt .pos .btnpage {
    width: 250px;
    text-align: right;
}
.blockcontent .txt .pos .btnpage a {
    padding-right: 0;
    text-align: center;
    margin-left: -10px;
}
.blockcontent2 {
    margin-top: 10px;
    background: #eaebdf url(../images/bgimg2.png) no-repeat right 60% center;
    padding-top: 15px;
    padding-bottom: 35px;
}
.blockcontent2 .txt {
    text-align: justify;
    position: relative;
    margin-top: 20px;
}
.blockcontent2 .txt .pos {
    /*position: absolute;
    right: 0px;
    top: 20px;*/
    text-align: center;
}
.blockcontent2 .txt .pos .btnpage {
    width: 250px;
    text-align: right;
}
.blockcontent2 .txt .pos .btnpage a {
    padding-right: 0;
    text-align: center;
    padding: 7px 0px 6px!important;
}
