
@charset "UTF-8";

/*  Layout

-----------------------------------------------------------------------------*/


/* Body */

body {
    /*font-family: 'Times New Roman,Times,serif', sans-serif;*/
    font-family: 'Times New Roman';
    font-size: 16px;
    line-height: 25px;
    margin: 0;
    width: 100%;
    min-width: 1024px;
    color: #333333;
}

.ui-widget {
    font-family: 'Times New Roman' !important;
    font-size: 1em;
}
/* Wrapper */

#wrapper {}


/* Header */

#header {
    padding: 15px 0 12px;
    background: #58c8ff2b;
}

#header .header_inner {
    width: 980px;
    margin: 0 auto;
}

#header #logo {
    float: left;
}

#header #logo img {
    width: 180px;
}

#header .group_right {
    margin-top: 30px;
    float: right;
}

#header .group_right .lang {
    width: 130px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    zoom: 1;
    *display: inline;
}

#header .group_right .lang li {
    float: left;
    width: 130px;
    text-align: center;
    background: #c3c8cf;
    border-bottom: 3px solid #a8acb2
}

#header .group_right .lang li a {
    font-size: 12px;
    display: block;
    padding: 7px 0 3px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}

#header .group_right .lang .bg_color,
#header .group_right .lang li:hover {
    background: #369a16;
    border-bottom: 3px solid #6eaa57;
}

#header .group_right .group_search {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
}

#header .group_right .box_top {
    position: relative;
    margin-bottom: 13px;
}

#header .group_right .box_top a {
    position: absolute;
    top: 5px;
    right: 8px;
}

#header .group_right input {
    width: 203px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-shadow: none;
    padding: 4px 22px 5px 5px;
}

#header .group_right input:focus {
    outline: 0;
}

#header .group_right .group_search li {
    float: left;
    margin-right: 15px;
    margin-right: 10px\9;
}

#header .group_right .group_search li:last-child {
    margin-right: 0;
}

#header .group_right .group_search li a {
    color: #666666;
    text-decoration: none;
    font-size: 12px;
    padding-left: 10px;
    background: url(/public/user/img/common/icon_arrow01.png) center left no-repeat;
}

#header .group_right .group_search li:hover a {
    color: #369a17;
    text-decoration: underline;
    background: url(/public/user/img/common/icon_arrow01_hover.png) center left no-repeat;
}


/* Navi */

.wrapper_nav {
    background: url(/public/user/img/common/bg_nav.jpg) left center repeat-x;
    height: 74px;
}

#nav {
    text-align: center;
    width: 980px;
    margin: 0 auto;
    text-transform: uppercase;
}

#nav.e_site li {
    width: 194px;
}

#nav ul {
    display: inline-block;
}

#nav li {
    position: relative;
    float: left;
    width: 162px;
    border-left: 1px solid #e7e7e8;
    text-align: center;
    z-index: 99999;
}

#nav li a {
    display: block;
    color: #666666;
    font-weight: bold;
    padding: 25px 0 24px;
    text-decoration: none;
}

#nav ul>li:hover a {
    background-color: #369a16;
    color: #ffffff;
}

#nav ul li#Homepage a {
    padding-left: 25px;
    background: url(/public/user/img/common/icon_02.gif) 20px center no-repeat;

}

#nav ul li#Homepage a:hover {
    background: url(/public/user/img/common/icon_01.png) 20px center no-repeat #369a16;
}

#nav ul>li:first-child .active {
    background: #369a16
    border-color: #e7e7e8;
    /*opacity: 0.7;*/
}

#nav ul li#Homepage.active a {
    background: url(/public/user/img/common/icon_01.png) 20px center no-repeat #369a16 !important;
}

#nav ul>li:last-child a {
    border-right: 1px solid #e7e7e8;
}

#nav ul>li:last-child:hover {
    border-color: #e7e7e8;
}

#nav li .submenu-1 {
    display: none;
    position: absolute;
    left: 0px;
}

#nav li .submenu-1 li {
    border-top: 1px solid #e7e7e8;
}

#nav li .submenu-1 li:last-child {
    border-bottom: 1px solid #e7e7e8;
}

#nav li .submenu-1 li a {
    background: #ffffff;
    color: #666666;
    padding: 25px 0 24px;
}

#nav li.active a ,
#nav li .submenu-1 > li.active > a,
#nav li .submenu-1  li ul li.active a {
    background-color: #369a16;
    color: #ffffff;
}

#nav ul>li .submenu-1 li a:hover {
    background-color: #369a16;
    color: #ffffff;
}

#nav ul>li:hover .submenu-1 {
    display: block;
    color: #ffffff;
}

#nav ul>li .submenu-1>li:hover,
#nav ul>li .submenu-1 li>a:hover,
#nav ul>li .submenu-1>li:hover .submenu-2>li:hover,
#nav ul>li .submenu-1 li>a:hover .submenu-2>li>a:hover {
    opacity: 1;
}

#nav li .submenu-1 li:hover .submenu-2 {
    display: block;
}

#nav li .submenu-2 {
    position: absolute;
    left: 100%;
    top: 0px;
    display: none;
}


/* Footer */

#footer {
    color: #ffffff;
	background:#6bc25b;
}

#footer .footer_inner {
    width: 980px;
    margin: 0 auto;
    position: relative;
    padding:45px 0;
    background-size: cover;
    /*height: 400px;*/
}

#footer #pagetop_btn {
    /*height: 60px;*/
    position: relative;
}

#footer #pagetop_btn a {
    position: absolute;
    right: 0px;
    /*right: 100px;*/
    display: none;
}

#footer .block_left {
    width: 435px;
    float: left;
    color: #ffffff;
    margin-left: 20px;
}

#footer .block_left #logo_footer a img {
    /*margin-bottom: 35px;*/
    width: 180px;
}


#footer .block_left span {
    display: block;
    margin-bottom: 6px;
}

#footer .block_left #info_company {
    font-size: 14px;
}

#footer .block_left #info_company table th {
    text-align: left;
    vertical-align: top;
    font-weight: normal;
}

#footer .block_left #info_company table {
    border-spacing: 0;
}

#footer .block_right {
    float: right;
    width: 480px;
    margin-right: 20px;
}

#footer .block_right ul {
    display: flex;
    flex-wrap: wrap;
}

#footer .block_right ul li {
    width: 100px;
    margin-bottom: 15px;
}

#footer .block_right ul li a {
    font-size: 14px;
    text-decoration: none;
    background: url(/public/user/img/common/icon_arrow02.png) center left no-repeat;
    color: #ffffff;
    padding-left: 10px;
    background-size: 8px;
}

#footer .block_right ul li a:hover {
    text-decoration: underline;
}

#footer #copyright {
    font-size: 12px;
    line-height: 26px;
    text-align: center;
    color: #777777;
    background: antiquewhite;
    padding: 12px 0;
}

#e_footer .col {
    width: 154px;
}

#e_footer .block_right {
    width: 575px;
}


#footer #block_connect  {
    float: right;
}

#footer #block_connect .title {
    color:#fffffff;
    font-weight: bold;
    font-size: 20px;
    padding:10px;
    text-align: center;
}

#footer #block_connect .input input[type=email],
#footer #block_connect .input input[type=number],
#footer #block_connect .input input[type=text] {
    width: 200px;
    padding:5px 10px;
}

#footer #block_connect .input textarea{
    width: 218px;
	height:130px;
}

#footer #block_connect .input {
    text-align: center;
}

#footer #block_connect .input input[type=submit] {
    padding: 10px 20px;
    border-radius: 5px;
    border:none;
    background: #ffcd00e0;
    cursor: pointer;
}
#footer #block_connect .input input[type=submit]:hover{
	opacity:0.7;
}
#footer #block_connect .error {
    color:red;
    font-weight: bold;
}

#footer #block_connect .finish {
    color:#fff;
    padding: 10px 0;
    font-weight: bold;
}

#footer #block_connect table td {
    vertical-align: top;
    padding:0 5px;
}

#footer_inner form table{
	border-collapse:collapse;
}
/* Contents */

#contents {
    background: #ffffff;
    padding: 0 0 30px 0;
}

#contents .content_inner {
    width: 980px;
    margin: 0 auto;
}

/* partner list ----------------------------*/
#block_partner {
    width: 100%;
    overflow: hidden;
}



#block_partner .popular .item {
    margin-right:  10px;
}

#block_partner .popular .item .detail{
    text-align: center;
    margin-top: 10px;
}

#block_partner .bx-wrapper .bx-controls-direction a {
    top:30%;
}

#block_partner .bx-wrapper .bx-prev {
    left: 0px;
}

#block_partner .bx-wrapper .bx-next {
    right: 0px;
}

#block_partner .bx-wrapper {
    overflow: hidden;
}

.sp{
    display: none;
}
.pc{
    display: initial;
}

#footer .block_social a {
    display: inline-block;
    margin-right: 10px;
}

#footer .block_social a:hover {
    opacity: 0.8;
}

#footer .block_social a img {
    width: 35px;
}

#footer .block_social p {
    /*padding: 8px 0 20px 45px;*/
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
	margin-top:15px;
}

.bx-controls-direction a {
    display: none;
}

.bx-wrapper:hover .bx-controls-direction a {
    display: block;
}

.fix_width {
    /*display: initial;*/
}

.tab_title_01 {
    display: flex;
    margin-bottom: 20px;
}

.tab_title_01 .fix_width {
    display: inline;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    padding: 15px;
    border-left: 1px dotted #084737;
    background: #369a16;

}

.detail_title_01 {
    margin-bottom: 20px;
}

.text_top {
    /*padding: 0 140px;*/
    margin-bottom: 30px;
    text-align: center;
    font-style: italic;
	font-size:14.8px;
}

.ui-widget-header {
    background: none !important;
}


#color_tab1 {
    background: #ffa500;
    color:#fff;
    border-color: #ffa500;
    text-align: center;
    width: 150px;
}

#color_tab2 {
    background: #c2272d;
    color:#fff;
    border-color: #c2272d;
    text-align: center;
    width: 150px;
}

#color_tab3 {
    background: #00a098;
    color:#fff;
    border-color: #00a098;
    text-align: center;
    width: 150px;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: .5em 0 !important;
    width: 100% !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background: #369a16;
}

.ui-widget-header a,.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
    color:#fff !important;
}

.ui-tabs .ui-tabs-nav {
    border-top:0px;
    border-left:0px;
    border-right:0px;
}