/*Generated by wjdhcms 3.0 */
@charset "utf-8";


::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E2E2E2;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

::selection {
    background-color: #0bae6e;
    color: #fff;
}

::-moz-selection {
    background-color: #0bae6e;
    color: #fff;
}

::-webkit-selection {
    background-color: #0bae6e;
    color: #fff;
}

* {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}

body {
    font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
    color: #333;
    margin: 0;
    line-height: 1.5;
}

:focus {
    outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

a {
    color: #333;
    text-decoration: none;
}

a:link,
a:hover,
a:active,
a:visited {
    text-decoration: none;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

li,
ul {
    list-style-type: none;
}

img {
    border: none;
}

input,
textarea {
    outline: 0;
    border: 0;
}

textarea {
    resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
    font-weight: normal;
    font-style: normal;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearboth {
    clear: both;
}

.content-1 {
    width: 1200px;
    margin: 0 auto;
}

.content-all {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.guideTop {
    width: 80%;
    padding: 0 10%;
    height: 92px;
}

.guideTop .logo {
    width: 373px;
    height: 74px;
    margin-top: 10px;
}

.guideTop .headerText ul {
    float: right;
}

.guideTop .headerText ul li {
    float: left;
    margin-top: 10px;
}


.guideTop .headerText ul li a {
    font-size: 14px;
    color: #666;
    line-height: 74px;
    display: block;
    -webkit-transition: .5s;
    transition: .5s;
}

.guideTop .headerText ul li a::after {
    content: "/";
    padding: 0 20px;
}


.guideTop .headerText ul li:last-child a::after {
    content: "";
    padding: 0;
}

.guideTop .headerText ul li a:hover {
    color: #ff82ae;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}



/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 570px;
    background: #FFF;
    overflow: hidden;
}

.fullSlide .bd {
    height: 570px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.fullSlide .bd ul {
    width: 100% !important;
}

.fullSlide .bd li {
    width: 100% !important;
    height: 570px;
    overflow: hidden;
    text-align: center;
}

.fullSlide .bd li a {
    display: block;
    height: 570px;
}

.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    height: 30px;
    text-align: center;
}

.fullSlide .hd ul {
    text-align: center;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 14px;
    height: 14px;
    margin: 3px;
    background-color: #43527d;
    overflow: hidden;
    line-height: 99px;
    border: 2px solid #FFF;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.fullSlide .hd ul .on {
    width: 50px;
    background: #c30d22;
    border-radius: 9px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.fullSlide .prev,
.fullSlide .next {
    width: 40px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 2;
    background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    opacity: .3;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}

.fullSlide .prev {
    background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
    left: 10%;
}

.fullSlide .next {
    background-position: -6px -137px;
    right: 10%;
}

.guideBanner{
    position: relative;
}
.guideMenu{
    position: absolute;
    bottom: -60px;
    z-index: 2;
    width: 100%;
}
.guideMenu ul{
    margin: 0 auto;
    display: table; margin:0px auto;
}
.guideMenu ul li{
    display: table-cell;
    width: 130px;
    height: 130px;
    background: url(../images/guideMenu.png) no-repeat center;
    text-align: center;
    position: relative;
    padding: 0 50px;
      -webkit-transition:.5s;
      transition:.5s;
}

.guideMenu ul li a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    font-size: 20px;
    color: #fff;
    letter-spacing: 1px;
    -webkit-transition:.5s;
    transition:.5s;
	line-height:130px;
}

.guideMenu ul li:hover{
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    
}


.guideBg{
    background: #fbf7f8;
    overflow: hidden;
}

.guideBottom{
    margin-top:60px;
    margin-bottom: 40px;
}
.guideBottom .footerBl {
    color: #666;
    line-height: 30px;
	    margin-top: -30px;
}
.guideBottom .footerBl .zixun span{
	width: 150px;
    height: 37px;
    background: #ff82ae;
    display: block;
    border-radius: 18px;
    text-align: center;
    line-height: 37px;
    color: #fff;
	display:block;
}
.guideBottom .footerBl .zixun b{
	    display: block;
    font-size: 40px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #ff82ae;
    font-weight: normal;
    line-height: 60px;
}
.guideBottom .footerBl a {
    color: #666;
}


.guideBottom .footerBr ul li {
    float: left;
    width: 120px;
    margin-top: -15px;
    margin-left: 40px;
}

.guideBottom .footerBr ul li img {
    width: 100px;
    height: 100px;
    padding: 10px;
    border: 1px solid #ccc;
}

.guideBottom .footerBr ul li span {
    display: block;
    text-align: center;
    color: #666;
    line-height: 20px;
    text-transform: uppercase;
}




@media (max-width: 1660px) {
    .guideTop .headerText ul li a {
        font-size: 12px;
        width: 120%;
    }

    .guideTop .headerText ul li a::after {
        padding: 0px 7px;
        content: "/";
        display: inline-block;
    }

    .fullSlide .bd {
        height: 460px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

    .fullSlide .bd li a {
        display: block;
        height: 460px;
    }
    .fullSlide {
        width: 100%;
        position: relative;
        height: 460px;
        background: #FFF;
        overflow: hidden;
    }

    .guideBottom .footerBl{
            margin-top: 15px;
            line-height: 24px;
    }

    .guideBottom .footerBr ul li {
        float: left;
        width: 70px;
        margin-top: 0px;
        margin-left: 40px;
    }
    .guideBottom .footerBr ul li img {
        width: 70px;
        height: 70px;
        padding: 10px;
        border: 1px solid #ccc;
    }
}



