@charset "utf-8";

/*------------------------------------------------------------
------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;

    font-size: 1em;
}

body {
    font-size: 62.5%;
}

body,
table,
input,
textarea,
select,
option {
    font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

img {
    vertical-align: top;
}

a,
a:link {
    color: #333;
    text-decoration: none;
}

a:visited {
    color: #333;
}

a:hover {
    color: #333;
}

a:active {
    color: #333;
}

* html .clearfix {
    zoom: 1;
}

*+html .clearfix {
    zoom: 1;
}

.clearfix:after {
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
}

/*------------------------------------------------------------
------------------------------------------------------------*/
html {
    width: 100%;
    height: 100%;
}

body {
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background-color: #FFF;
}

#container {
    text-align: left;
}

.wrap {
    width: 1400px;
    margin: 0 auto;
    position: relative;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*------------------------------------------------------------
------------------------------------------------------------*/
#header {
    position: fixed;
    width: 100%;
    z-index: 100;
    height: 195px;
   /* background: url(../images/common/h_bg.png) repeat-x left top;
    background-size: auto;*/
 background: linear-gradient(to bottom, rgba(60,106,181,1), rgba(60,106,181,0));
}

#header .wrap {
    width: 1710px;
}

#header .logo {
    margin-top: 18px;
    float: left;
}

#header .gNaviBox {
    float: right;
    width: 1280px;
    padding-right: 60px;
}

#header .topBox {
    height: 20px;
    padding: 7px 0 28px;
    float: right;
    font-size: 14px;
    color: #fff;
    transition: all .5s;
    transform-origin: top;
}

#header .topBox a {
    margin: 0 15px 0 15px;
    color: #fff;
}

#header .topBox .search {
    margin: 0 0 0 28px;
}

#header .topBox .search a {
    line-height: 22px;
}

#header .topBox .search img {
    margin: 0 0 0 4px;
}

#header .topBox .search input {
    display: none;
    width: 120px;
    height: 16px;
}

#header .topBox a:hover {
    color: #1C9660;
}

#header .topBox a:hover input {
    display: inline-block;
}

#header .gNavi {
    float: right;
}

#header .gNaviBox li {
    display: inline-block;
    font-size: 20px;
    margin: 0 0 0 19px;
    transform-origin: top;
    position: relative;
}

#header .gNaviBox li a {
    padding-bottom: 30px;
    display: inline-block;
    z-index: 10;
    color: #fff;
    position: relative;
}

#header .gNaviBox li:hover {
    border-bottom: 3px solid #1C9660;
}

#header .gNaviBox .subNavi {
    width: 400px;
    min-height: 102px;
    padding: 8px 20px;
    display: block;
    position: absolute;
    left: 50%;
    top: 103%;
    background: rgba(255, 255, 255, 0.7) url(../images/common/icon03.png) no-repeat right bottom;
    transition: all .3s;
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
    margin-left: -200px;
    border-radius: 5px;
    box-sizing: border-box;
}

#header .gNaviBox .subNavi .naviUl>li {
    margin: 0 20px 0 0;
    font-size: 16px;
}

#header .gNaviBox .subNavi .naviUl>li>a {
    color: #1C9660;
    font-size: 16px;
    box-sizing: border-box;
    padding: 10px 0 10px 24px;
    text-align: center;
    background: url(../images/common/icon02.png) no-repeat left center;
}

#header .gNaviBox .subNavi .naviUl>li a:hover {
    text-decoration: underline;
}

#header .gNaviBox .subNavi .naviUl>li:hover {
    border: none;
}

#header .gNaviBox li:hover .subNavi {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

#header .gNaviBox .subNavi .infoUl {
    position: absolute;
    top: 38px;
    left: 10px;
    background-color: #fff;
    border-radius: 3px;
    padding: 5px 10px;
    z-index: 99;
    transition: all .3s;
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
}

#header .gNaviBox .subNavi .infoUl li {
    display: block;
    font-size: 12px;
    border: none;
    margin: 0;
    text-align: center;
}

#header .gNaviBox .subNavi .infoUl li a {
    padding: 5px 0;
    color: #1C9660;
}

#header .gNaviBox .subNavi .naviUl>li:hover .infoUl {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

#header.fixed {
    background: url(../images/common/h_bg2.png) repeat-x left top;
    background-size: auto;
}

#header.fixed .logo img {
    transform: scale(.8);
}

#header.fixed .topBox {
    padding: 10px 0 33px;
}

/*------------------------------------------------------------
------------------------------------------------------------*/
.footer {
    padding-top: 205px;
    background: url(../images/common/f_bg.png) no-repeat center bottom;
}

.footer .fLink {
    padding: 35px 5px 38px;
    background-color: #1C9660;
}

.footer .fLink li {
    margin: 0 3px 0 0;
    width: 110px;
    text-align: center;
    float: left;
    color: #fff;
}

.footer .fLink li a {
    display: block;
    color: #fff;
    font-size: 16px;
    text-align: center;
    transition: all 0.3s;
}

.footer .fLink li a:hover {
    margin-top: -8px;
}

.footer .fLink li span {
    display: block;
    margin-top: 20px;
}

.footer .fBox {
    padding: 45px 0 40px;
    background: url(../images/common/f_bg.jpg) no-repeat center top;
}

.footer .fBox .address {
    margin-top: 10px;
    float: left;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}
.footer .fBox .address a,.footer .fBox .address span,.footer .fBox .address p{ color;#fff;}
.footer .fBox .copyright {
    margin-top: 18px;
}
.footer .fBox .copyright  a{ color:#fff;}

.footer .fBox .fMa {
    float: right;
    margin: 10px 0 0 0;
    text-align: center;
}

.footer .fBox .fMa li {
    float: left;
    margin-left: 35px;
}

/*------------------------------------------------------------
------------------------------------------------------------*/
.comBanner {
    background: url(../images/nybanner.jpg) no-repeat center top;
    height: 629px;
}

.comBanner .banner {
    width: 1400px;
    margin: 0 auto;
    padding: 456px 0 0;
}

.comBanner .comTtl {
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: normal;
    color: #fff;
}

.comBanner .pagePath li {
    font-size: 18px;
    display: inline-block;
    text-shadow: 2px 2px 10px #000;
    color: #fff;
}

.comBanner .pagePath li a {
    color: #fff;
}

.comBanner .pagePath li a:hover {
    color: #1C9660;
}

/*------------------------------------------------------------
------------------------------------------------------------*/
.comH2 {
    font-size: 20px;
    margin: 0 0 20px;
    color: #1C9660;
    position: relative;
}

/*------------------------------------------------------------
------------------------------------------------------------*/
.pageUl {
    text-align: center;
}

.pageUl li {
    margin: 0 2px;
    display: inline-block;
    color: #000;
    font-size: 12px;
}

.pageUl li a {
    display: inline-block;
    line-height: 24px;
    padding: 0 8px;
    color: #000;
    border: 1px solid #EAEEF1;
}

.pageUl li.on a,
.pageUl li a:hover {
    color: #fff;
    background-color: #1C9660;
}
.sp {
    display: none !important;
}

.pc {
    display: block; !important;
}

@media all and (min-width: 1460px) and (max-width: 1710px) {
    #header .wrap {
        width: auto;
        margin: 0 10px;
    }
    #header .logo img {
        width: 250px;
    }
    #header .gNaviBox {
        width: 1150px;
        padding-right: 0;
    }
    #header .gNaviBox li {
        margin: 0 0 0 10px;
    }

}
@media all and (min-width: 1025px) and (max-width: 1460px) {
    #header .wrap {
        width: auto;
        margin: 0 10px;
        display: flex;
        justify-content: space-between;
    }
    #header .logo img {
        width: 200px;
    }
    #header .gNaviBox {
        padding-right: 0;
        width: auto;
    }
    #header .gNaviBox li {
        margin: 0 0 0 10px;
        font-size: 14px;
    }
    .wrap {
        width: auto;
    }
    .footer {
        padding-top: 120px;
    }
    .footer .fBox {
        padding: 45px 20px 40px;
    }
    .footer .fBox .address {
        width: 60%;
    }
    .footer .fLink {
        padding: 25px 5px 25px;
    }

    .footer .fLink li {
        width: 25%;
        margin: 0 0 15px 0;
    }
    .footer .fLink li a:hover {
        margin-top: 0;
    }
    .footer .fLink li a {
        font-size: 14px;
    }
    .footer .fLink li span {
        margin-top: 10px;
    }
    .footer .fLink li img {
        height: 26px;
    }
    .comBanner {
        padding-top: 54px;
        background: url(../images/news/news_banner.jpg) no-repeat center top;
        background-size: 100% auto;
        height: auto;
    }
    .comBanner .banner {
        width: auto;
        margin: 0 auto;
        padding:136px 10px 40px;
    }
}
@media all and (min-width: 1350px) and (max-width: 1459px) {
    #header .gNaviBox li {
        margin: 0 0 0 5px;
        font-size: 18px;
    }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
    .sp {
        display: block !important;
    }

    .pc {
        display: none !important;
    }

    .wrap {
        width: auto;
    }
    #header {
        padding: 7px;
        height: auto;
        background: none;
        background-color: #0A9561;
        box-shadow: 0 3px 5px rgba(0,0,0,0.1);
    }

    #header .wrap {
        width: auto;
    }

    #header .logo {
        margin-top: 0;
    }

    #header .logo img {
        width: 160px;
    }
    .footer {
        padding: 0 0 0;
    }

    .footer .fLink {
        padding: 25px 5px 25px;
    }

    .footer .fLink li {
        width: 33.33%;
        margin: 0 0 15px 0;
    }
    .footer .fLink li a:hover {
        margin-top: 0;
    }
    .footer .fLink li a {
        font-size: 14px;
    }
    .footer .fLink li span {
        margin-top: 10px;
    }
    .footer .fLink li img {
        height: 26px;
    }
    .footer .fBox .address {
        float: none;
        text-align: center;
        margin: 10px 10px 0;
    }
    .footer .fBox .fMa {
        margin: 0 20px;
        display: flex;
        justify-content: center;
        text-align: center;
        float: none;
    }
    .footer .fBox .fMa li {
        margin: 0 40px;
        float: none;
    }   
    .footer .fBox {
        padding: 30px 0;
    }
    body.navShow {
           overflow: hidden;
        }

     /*导航按钮开始*/
    #nav_btn_box.on {
        background: none;
    }

    #nav_btn_box {
        position: absolute;
        width: 28px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
        top:5px;
        right:20px;
    }

    #nav_btn_box:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    #nav_btn {
        cursor: pointer;
        text-align: center;
        z-index: 99999;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        outline: none;
        box-shadow: none;
    }

    #nav_btn .point {
        display: inline-block;
        width: 28px;
        height: 30px;
        position: relative;
        outline: none;
    }

    #nav_btn .point:hover .navbtn,
    #nav_btn .point:hover .navbtn::after,
    #nav_btn .point:hover .navbtn::before {
        width: 100%;
    }

    #nav_btn .navbtn {
        position: absolute;
        top: 50%;
        left: 0;
        display: inline-block;
        width: 100%;
        height: 2px;
        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
        background: #fff;
        margin-top: -1px;
    }

    #nav_btn .navbtn::after,
    #nav_btn .navbtn::before {
        position: absolute;
        left: 0;
        display: inline-block;
        width: 100%;
        height: 2px;
        content: '';
        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
        background: #fff;
    }

    #nav_btn .navbtn::after {
        top: -8px;
    }

    #nav_btn .navbtn::before {
        top: 8px;
    }

    #nav_btn .point.on .navbtn {
        background: transparent;
    }

    #nav_btn .point.on .navbtn::after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0px;
    }

    #nav_btn .point.on .navbtn::before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 0px;
    }

    .m_nav_list {
        flex-direction: column;
        /* justify-content: center; */
        width: 100%;
        height: 100%;
        overflow: auto;
        align-items: center;
        display: flex;
        background: rgba(255, 255, 255, .1);
    }

    .m_nav_list::-webkit-scrollbar {
        display: none
    }

    .spMenuBox {
        z-index: 99;
        position: fixed;
        width: 100%;
        height: 100vh;
        right: -105vw;
        top: 54px;
        display: none;
        overflow: hidden;
        pointer-events: none;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        background: #0A9561;
        background-size: cover;
        opacity: 0;
        visibility: hidden;
        -webkit-backdrop-filter: blur(15px);
        backdrop-filter: blur(15px);
    } 
    .spMenuBox .topBox {
        margin: 30px 0;
        }
    .spMenuBox .topBox p {
        margin: 0 50px 20px;
        display: flex;
        justify-content: space-between;
        }
    .spMenuBox .topBox p > a {
        margin: 0 10px;
        color:#fff;
        font-size: 14px;
    }
    .spMenuBox .topBox .searchBox {
        margin: 0 30px;
    }
    .spMenuBox .topBox .searchBox input {
        float: left;
        width: 82%;
        height: 36px;
        line-height: 36px;
        border: none;
        padding-left: 10px;
        box-sizing: border-box;
    }
    .spMenuBox .topBox .searchBox a {
        height: 36px;
        background-color: #F0D2AE;
        width: 18%;
        text-align: center;
        float: left;
        display: flex;
        align-items: center;
        justify-content: center;
        }
    .spMenuBox .menuBox {
            height: 450px;
        overflow-y: scroll;
    }
    .spMenuBox .gNavi {
          margin: 0 20px;
    }
    .spMenuBox .gNavi>li {
          width: 100%;
          border-bottom: 1px solid rgba(255,255,255,.15);
    }
    .spMenuBox .gNavi>li>a {
            display: block;
          font-size: 14px;
          line-height: 40px;
          color:#fff;
          background: url(../images/common/icon04.png) no-repeat right center;
          background-size: 16px auto;
    }
    .spMenuBox .gNavi>li.on>a {
          background: url(../images/common/icon05.png) no-repeat right center;
          background-size: 16px auto;
        }
    .spMenuBox .gNavi li .subNavi {
            padding: 0 0 5px 5px;
          display: none;
    }
    .spMenuBox .gNavi li .subNavi>li>a {
            display: block;
          font-size: 14px;
          line-height: 30px;
          color: rgba(255,255,255,.8);
        }
    .spMenuBox .gNavi li .subNavi .infoUl {
          padding-left: 10px;
          display: none;
    }
    .spMenuBox .gNavi li .subNavi .infoUl li a {
        display: block;
          font-size: 14px;
          line-height: 30px;
          color: rgba(255,255,255,.8);
        }
    .spMenuBox .close {
        position: absolute;
        top: 7px;
        right: 15px;
        left: 15px;
        font-size: 30px;
        color: #333;
        z-index: 10000;
        /* background: rgba(255,255,255,.1); */
        width: auto;
        height: 35px;
        border-radius: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0 0;
    }

    .spMenuBox.act {
        pointer-events: auto;
        right: 0;
        opacity: 1;
        visibility: visible;
    }
    .comBanner {
        padding-top: 54px;
        background: url(../images/news/news_banner.jpg) no-repeat center 54px;
        background-size: 100% auto;
        height: auto;
    }
    .comBanner .banner {
        width: auto;
        margin: 0 auto;
        padding:136px 10px 40px;
    }
    .comBanner .comTtl {
        margin-bottom: 5px;
        font-size: 20px;
    }
    .comBanner .pagePath li {
        font-size: 14px;
    }



}

@media all and (min-width: 0) and (max-width: 767px) {
    .sp {
        display: block !important;
    }

    .pc {
        display: none !important;
    }

    .wrap {
        width: auto;
    }

    #header {
        padding: 7px;
        height: auto;
        background: none;
        background-color: #0A9561;
        box-shadow: 0 3px 5px rgba(0,0,0,0.1);
    }

    #header .wrap {
        width: auto;
    }

    #header .logo {
        margin-top: 0;
    }

    #header .logo img {
        width: 160px;
    }
    .footer {
        padding: 0 0 0;
    }

    .footer .fLink {
        padding: 25px 5px 25px;
    }
    .footer .fLink li {
        width: 33.33%;
        margin: 0 0 15px 0;
    }
    .footer .fLink li a {
        font-size: 14px;
    }
    .footer .fLink li span {
        margin-top: 10px;
    }
    .footer .fLink li img {
        height: 26px;
    }
    .footer .fLink li a:hover {
        margin-top: 0;
    }
    .footer .fBox .address {
        float: none;
        text-align: center;
        margin: 10px 10px 0;
    }
    .footer .fBox .fMa {
        margin: 0 20px;
        display: flex;
        justify-content: center;
        text-align: center;
        float: none;
    }
    .footer .fBox .fMa li {
        margin: 0 10px;
        float: none;
    }   
    .footer .fBox {
        padding: 0 0 30px;
    }
    body.navShow {
		   overflow: hidden;
		}

     /*导航按钮开始*/
    #nav_btn_box.on {
        background: none;
    }

    #nav_btn_box {
        position: absolute;
        width: 28px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
        top:5px;
        right:20px;
    }

    #nav_btn_box:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    #nav_btn {
        cursor: pointer;
        text-align: center;
        z-index: 99999;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        outline: none;
        box-shadow: none;
    }

    #nav_btn .point {
        display: inline-block;
        width: 28px;
        height: 30px;
        position: relative;
        outline: none;
    }

    #nav_btn .point:hover .navbtn,
    #nav_btn .point:hover .navbtn::after,
    #nav_btn .point:hover .navbtn::before {
        width: 100%;
    }

    #nav_btn .navbtn {
        position: absolute;
        top: 50%;
        left: 0;
        display: inline-block;
        width: 100%;
        height: 2px;
        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
        background: #fff;
        margin-top: -1px;
    }

    #nav_btn .navbtn::after,
    #nav_btn .navbtn::before {
        position: absolute;
        left: 0;
        display: inline-block;
        width: 100%;
        height: 2px;
        content: '';
        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
        background: #fff;
    }

    #nav_btn .navbtn::after {
        top: -8px;
    }

    #nav_btn .navbtn::before {
        top: 8px;
    }

    #nav_btn .point.on .navbtn {
        background: transparent;
    }

    #nav_btn .point.on .navbtn::after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0px;
    }

    #nav_btn .point.on .navbtn::before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 0px;
    }

    .m_nav_list {
        flex-direction: column;
        /* justify-content: center; */
        width: 100%;
        height: 100%;
        overflow: auto;
        align-items: center;
        display: flex;
        background: rgba(255, 255, 255, .1);
    }

    .m_nav_list::-webkit-scrollbar {
        display: none
    }

    .spMenuBox {
        z-index: 99;
        position: fixed;
        width: 100%;
        height: 100vh;
        right: -105vw;
        top: 54px;
        display: none;
        overflow: hidden;
        pointer-events: none;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        background: #0A9561;
        background-size: cover;
        opacity: 0;
        visibility: hidden;
        -webkit-backdrop-filter: blur(15px);
        backdrop-filter: blur(15px);
    } 
    .spMenuBox .topBox {
    	margin: 30px 0;
		}
    .spMenuBox .topBox p {
    	margin: 0 50px 20px;
    	display: flex;
    	justify-content: space-between;
		}
    .spMenuBox .topBox p > a {
    	margin: 0 10px;
    	color:#fff;
    	font-size: 14px;
    }
    .spMenuBox .topBox .searchBox {
    	margin: 0 30px;
    }
    .spMenuBox .topBox .searchBox input {
    	float: left;
    	width: 82%;
    	height: 36px;
    	line-height: 36px;
    	border: none;
    	padding-left: 10px;
    	box-sizing: border-box;
    }
    .spMenuBox .topBox .searchBox a {
    	height: 36px;
    	background-color: #F0D2AE;
    	width: 18%;
    	text-align: center;
    	float: left;
    	display: flex;
    	align-items: center;
    	justify-content: center;
		}
    .spMenuBox .menuBox {
    		height: 450px;
      	overflow-y: scroll;
    }
    .spMenuBox .gNavi {
    	  margin: 0 20px;
    }
    .spMenuBox .gNavi>li {
    	  width: 100%;
    	  border-bottom: 1px solid rgba(255,255,255,.15);
    }
    .spMenuBox .gNavi>li>a {
   		 	display: block;
    	  font-size: 14px;
    	  line-height: 40px;
    	  color:#fff;
    	  background: url(../images/common/icon04.png) no-repeat right center;
    	  background-size: 16px auto;
    }
    .spMenuBox .gNavi>li.on>a {
    	  background: url(../images/common/icon05.png) no-repeat right center;
    	  background-size: 16px auto;
		}
    .spMenuBox .gNavi li .subNavi {
    		padding: 0 0 5px 5px;
    	  display: none;
    }
    .spMenuBox .gNavi li .subNavi>li>a {
   		 	display: block;
    	  font-size: 14px;
    	  line-height: 30px;
    	  color: rgba(255,255,255,.8);
		}
    .spMenuBox .gNavi li .subNavi .infoUl {
    	  padding-left: 10px;
    	  display: none;
    }
    .spMenuBox .gNavi li .subNavi .infoUl li a {
       	display: block;
    	  font-size: 14px;
    	  line-height: 30px;
    	  color: rgba(255,255,255,.8);
		}
    .spMenuBox .close {
        position: absolute;
        top: 7px;
        right: 15px;
        left: 15px;
        font-size: 30px;
        color: #333;
        z-index: 10000;
        /* background: rgba(255,255,255,.1); */
        width: auto;
        height: 35px;
        border-radius: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0 0;
    }

    .spMenuBox.act {
        pointer-events: auto;
        right: 0;
        opacity: 1;
        visibility: visible;
    }
    .comBanner {
        padding-top: 54px;
        background: url(../images/news/news_banner_sp.jpg) no-repeat center 54px;
        background-size: 100% auto;
        height: auto;
    }
    .comBanner .banner {
        width: auto;
        margin: 0 auto;
        padding:136px 10px 40px;
    }
    .comBanner .comTtl {
        margin-bottom: 5px;
        font-size: 20px;
    }
    .comBanner .pagePath li {
        font-size: 14px;
    }



}

@media all and (min-width: 0) and (max-width: 439px) {
.footer .fLink li{ width:50%; }
}