﻿@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    /*background: #fff url('../img/ajax-loader.gif') center center no-repeat;*/
}

/* Icons */
/*@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/fonts/slick.eot');
    src: url('../fonts/slick.eot') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}*/
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 30px;
    height: 70px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: #000;
    opacity: .1;
	transition:.3s ease;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    opacity: 0.5;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
	z-index:1;
    left: 20px;
}
[dir='rtl'] .slick-prev
{
    right: 20px;
    left: auto;
}
.slick-prev:before
{
    content: '\f104';
}
[dir='rtl'] .slick-prev:before
{
    content: '\f104';
}

.slick-next
{
	z-index:1;
    right: 20px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 20px;
}
.slick-next:before
{
    content: '\f105';
}
[dir='rtl'] .slick-next:before
{
    content: '\f105';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: 10px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    /*width: 20px;
    height: 20px;*/
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 10px;
    height: 10px;
    /*padding: 5px;*/
	border-radius:5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: #fff;
	opacity:.25;
	transition:.5s ease;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    opacity: .5;
    outline: none;
}
.slick-dots li.slick-active button
{
    width: 20px;
    opacity: .5;
}


/* --------------------- */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


.slick-dots
{
    bottom: 10px;
}
.slick-dots li button:before
{
    font-size: 12px;
	color:#fff !important;
}





/* --------------------- */
* { box-sizing: border-box; -webkit-text-size-adjust: none; outline: none; }
body { margin: 0; padding: 0; font: inherit; line-height: normal; }
header, nav, main, img, form, p { margin: 0; padding: 0; border: 0; }
ul, ol { margin: 0; padding: 0; list-style-type: none; }
hr, dl, dt, dd { margin: 0px; padding: 0px; }
table { border-collapse: collapse; border-spacing: 0px; }
tbody { border-collapse: collapse; border-spacing: 0px; }
pre { margin: 0px; padding: 0px; border: 0px; overflow: hidden; font-family: inherit; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; word-break: break-all; }
select, input, textarea, button { font-size: inherit; padding: 2px 5px; font-family: inherit; color: inherit; }
a { text-decoration: none; color: inherit; transition: ease .3s; }
a:hover { text-decoration: none; color: inherit; }
th { text-align: left; }
td { word-wrap: break-word; word-break: break-all; }
ins, em { text-decoration: none; font-style: normal; }
h1, h2, h3, h4 { padding: 0; margin: 0; font-size: inherit; font-weight: inherit; }
input[type=text], input[type=password], input[type=file], input[type=number], input[type=tel], input[type=button], input[type=submit], input[type=reset], textarea { -webkit-appearance: none; }

.g_imgf { max-width: 100%; }

.g_ell { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.g_content { clear: both; font-size: 16px; font-family: "微软雅黑", "Arial","Helvetica", "sans-serif"; overflow: hidden; }
.g_content header, .g_content nav, .g_content main, .g_content img, .g_content form, .g_content p { margin: initial; padding: initial; border: initial; }
.g_content ul, .g_content ol { margin: 1em 0; padding: 0 0 0 2em; list-style-type: none; }
.g_content hr, .g_content dl, .g_content dt, .g_content dd { margin: initial; padding: initial; }
.g_content table { border-collapse: initial; border-spacing: initial; }
.g_content tbody { border-collapse: initial; border-spacing: initial; }
.g_content pre { margin: initial; padding: initial; border: initial; overflow: hidden; font-family: initial; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; word-break: break-all; }
.g_content select, .g_content input, .g_content textarea, .g_content button { font-size: initial; padding: initial; font-family: initial; }
.g_content a { text-decoration: initial; color: initial; }
.g_content a:hover { text-decoration: initial; color: initial; }
.g_content th { text-align: initial; }
.g_content td { word-wrap: break-word; word-break: break-all; }
.g_content ins, .g_content em { text-decoration: initial; font-style: initial; }
.g_content h1, .g_content h2, .g_content h3, .g_content h4 { padding: initial; margin: initial; }
.g_content h1 { font-size: 2em; font-weight: bold; }
.g_content h2 { font-size: 1.5em; font-weight: bold; }
.g_content h3 { font-size: 1.17em; font-weight: bold; }
.g_content p { line-height: 2em; margin: 5px 0; }
.g_content img { max-width: 100%; }



.g_list { clear: both; }
.g_list .offset::before { content: ''; display: block; clear: both; }
.g_list .offset::after { content: ''; display: block; clear: both; }
.g_list .offset .list > li { float: left; }
.g_list .offset .list > li .box { display: block; }




/* --------------------- */
html { background: #ffffff; font-size: 14px; color: #333; font-family: "Arial", "微软雅黑", "Helvetica", "sans-serif"; }

body { min-width: 1220px; }

.g_cw { width: 1220px; padding: 0 10px; margin: 0 auto; }
.g_cw::before,
.g_cw::after { content: ''; display: block; clear: both; }

.g_mt { margin-top: 100px; }
.g_mt::before,
.g_mt::after { content: ''; display: block; clear: both; }

.g_mb { margin-bottom: 100px; }
.g_mb::before,
.g_mb::after { content: ''; display: block; clear: both; }

@media (max-width: 1024px) {
	body { min-width: 0; }
	.g_cw { width: 100%; }
}

@media (max-width: 700px) {
	.g_mt { margin-top: 50px; }
	.g_mb { margin-bottom: 50px; }
}


.g_page { clear: both; text-align: center; font-size: 14px; color: #888888; }
.g_page > ul { display: inline-block; }
.g_page > ul > li { float: left; line-height: 35px; margin: 0 5px; }
.g_page > ul > li a { display: block; background: #fff; padding: 0 15px; border: 1px solid #E8E8E8; border-radius: 3px; }
.g_page > ul > li a .fa { font-size: 17px; line-height: 35px; }
.g_page > ul > li a.dis { color: #ccc; cursor: not-allowed; }
.g_page > ul > li a:hover:not(.dis),
.g_page > ul > li a.on { background: #388CD2; color: #fff; border: 1px solid #388CD2; }


.g_title { clear: both; margin-bottom: 40px; }
.g_title .h1 { font-size: 28px; font-weight: bold; margin-bottom: 10px; text-align: center; }
.g_title .h2 { text-align: center; }


.g_header { clear: both; }

.g_header .top { clear: both; height: 110px; border-bottom: 1px solid #E9E9E9; }

.g_header .top .logo { float: left; line-height: 100px; font: bold 50px/100px arial; color: #333333; }
.g_header .top .logo img { vertical-align: middle; margin-right: 10px; }

.g_header .top .right { float: right; line-height: 110px; }
.g_header .top .right .tel { color: #666666; line-height: normal; display: inline-block; padding-bottom: 10px; border-bottom: 1px solid #666; }
.g_header .top .right .pic { float: right; margin-left: 10px; width: 90px; height: 110px; line-height: 110px; background: #42CE8B; text-align: center; border-bottom: 5px solid #3AB97C; }
.g_header .top .right .pic img { vertical-align: middle; height: 32px; }


.g_header .bar { display: none; }


.g_header .nav { position: relative; z-index: 99; box-shadow: 0 5px 10px rgba(0,0,0,.02); }
.g_header .nav .g_cw { text-align: center; height: 55px; overflow: hidden; }
.g_header .nav .list { display: inline-block; }
.g_header .nav .list > li { float: left; }
.g_header .nav .list > li > a { display: block; padding: 0 50px; font-size: 16px; color: #666666; }
.g_header .nav .list > li > a.on,
.g_header .nav .list > li > a:hover { color: #3E87C4; }
.g_header .nav .list > li > a b { line-height: 52px; display: inline-block; border-bottom: 3px solid transparent; transition: ease .3s; }
.g_header .nav .list > li > a.on b,
.g_header .nav .list > li > a:hover b { border-bottom: 3px solid #3E87C4; }


@media (max-width: 1024px) {
	body { padding-top: 70px; }
	.g_header { height: auto; }
	.g_header .top { display: none; }
	.g_header .bar { position: relative; display: block; position: fixed; z-index: 100; left: 0; top: 0; right: 0; height: 70px; background: #fff; border-bottom: 1px solid #42CE8B; }
	.g_header .bar .logo { position: absolute; left: 0; top: 0; display: block; padding: 0 10px; color: #333333; font: bold 30px/70px arial; }
	.g_header .bar .logo img { height: 40px; vertical-align: text-bottom; margin-right: 10px; }
	.g_header .bar .menu { position: absolute; right: 0; top: 0; display: block; float: right; padding: 0 10px; line-height: 70px; }
	.g_header .bar .menu img { vertical-align: middle; height: 40px; }

	.g_header .nav { visibility: hidden; opacity: 0; position: fixed; z-index: 99; left: 0; top: -100%; bottom: 100%; right: 0; background: #fff; border-top: 0; transition: ease .4s; }
	.g_header .nav .g_cw { text-align: left; padding: 0 20px; height: auto; overflow: visible; }
	.g_header .nav .list { display: block; }
	.g_header .nav .list > li { float: none; }
	.g_header .nav .list > li > a { padding: 20px 30px; font-size: 16px; color: #42CE8B; }
	.g_header .nav .list > li > a.on,
	.g_header .nav .list > li > a:hover { color: #3E87C4; }
	.g_header .nav .list > li > a b { line-height: 40px; }

	.g_header .nav.show { visibility: visible; opacity: 1; top: 70px; bottom: 0; }
}


.g_footer { background: #EFEFEF; padding: 50px 0 30px; }

.g_footer .link { float: left; padding: 0 0 10px; font-size: 15px; }
.g_footer .link b { color: #3E87C4; }
.g_footer .link a { margin: 0 15px; color: #7D7D7D; }
.g_footer .link a img { height: 20px; vertical-align: middle; margin-right: 10px; }

.g_footer .share { float: right; }
.g_footer .share a { margin-left: 5px; }
.g_footer .share a img { height: 28px; }

.g_footer .bottom { clear: both; text-align: center; padding: 20px 0 0; margin: 20px 0 0; border-top: 1px solid #E4E4E4; color: #999999; }
.g_footer .bottom span { margin: 0 5px; }

@media (max-width: 1024px) {
	.g_footer .link { float: none; }
	.g_footer .link b { display: block; }
	.g_footer .link a { display: inline-block; margin: 0; padding: 10px; padding-left: 0; }
	.g_footer .share { float: none; }
	.g_footer .share a { margin-left: 0; margin-right: 5px; }
}



.g_site { color: #666666; line-height: 65px; }
.g_site img { height: 18px; vertical-align: text-bottom; }


.g_body { background: #F7FCFF; overflow: hidden; }
.g_body .block { background: #fff; border: 1px solid #F1F1F1; padding: 30px; margin-bottom: 50px; }

.g_body .block .left { float: left; width: 260px; padding-right: 30px; border-right: 1px solid #CFCFCF; }
.g_body .block .left .t { padding: 0 0 0 10px; border-left: 5px solid #3E87C4; line-height: 1em; font-size: 28px; font-weight: bold; color: #3E87C4; margin-bottom: 20px; }
.g_body .block .left .c > li { margin-bottom: 4px; }
.g_body .block .left .c > li a { display: block; padding: 18px 20px; color: #fff; line-height: 1em; opacity: .8; }
.g_body .block .left .c > li a.on,
.g_body .block .left .c > li a:hover { font-weight: bold; opacity: 1; }
.g_body .block .left .c > li a .fa { margin-right: 15px; }
.g_body .block .left .c > li:nth-child(1) a,
.g_body .block .left .c > li:nth-child(5) a { background: #47AA40; }
.g_body .block .left .c > li:nth-child(2) a,
.g_body .block .left .c > li:nth-child(6) a { background: #3E87C4; }
.g_body .block .left .c > li:nth-child(3) a,
.g_body .block .left .c > li:nth-child(7) a { background: #E7C01F; }
.g_body .block .left .c > li:nth-child(4) a,
.g_body .block .left .c > li:nth-child(8) a { background: #5D6769; }

.g_body .block .body { position: relative; left: -1px; padding-left: 30px; border-left: 1px solid #CFCFCF; overflow: hidden; }


@media (max-width: 800px) {
	.g_body .block { padding: 20px; }
	.g_body .block .left { float: none; width: auto; padding-right: 0; border-right: 0; margin-bottom: 40px; }
	.g_body .block .body { left: 0; padding-left: 0; border-left: 0; margin-bottom: 40px; }
}

@media (max-width: 600px) {
	.g_body .block { padding: 20px 10px; }
}



/* --------------------- */
/* --------------------- */
/* --------------------- */
/* --------------------- */
/* --------------------- */
/* --------------------- */
/* --------------------- */
/* --------------------- */
/* --------------------- */