/*******************************************************
* 样式重置
*******************************************************/
body, html {

    margin     : 0;

    width      : 100%;

    font-size  : 16px;

    font-family: "Microsoft Yahei", Arial, sans-serif;

    background : #fff;

}

h1, h2, h3, h4, h5, h6, p {

    margin: 0;

}

h1 {

    color      : #000;

    font-size  : 1.5em;

    font-weight: normal;

}

h2 {

    color      : #000;

    font-size  : 1.25em;

    font-weight: normal;

}

h3 {

    color      : #000;

    font-size  : 1.125em;

    font-weight: normal;

}

h4 {

    color      : #000;

    font-size  : 1em;

    font-weight: normal;

}


p {

    color    : #666;

    font-size: 87.5%;

}

ol, ul {

    margin         : 0;

    padding        : 0;

    list-style-type: none;

}

dl, dd {

    margin : 0;

    padding: 0;

}

dl.horizontal {

    line-height: 1.8;

}

dl.horizontal dt {

    margin-right: 5px;

    float       : left;

}

input::-webkit-input-placeholder {

    color      : #cacaca;

    font-size  : 16x;

    font-weight: normal;

}

input::-moz-placeholder {

    color      : #cacaca;

    font-size  : 16x;

    font-weight: normal;

}

input::-ms-input-placeholder {

    color: #cacaca;

    font-size: 16x;

    font-weight: normal;

}

textarea::-webkit-input-placeholder {

    color: #cacaca;

    font-size: 16x;

    font-weight: normal;

}

textarea::-moz-placeholder {

    color: #cacaca;

    font-size: 16x;

    font-weight: normal;

}

textarea::-ms-input-placeholder {

    color: #cacaca;

    font-size: 16x;

    font-weight: normal;

}

select::-webkit-input-placeholder {

    color: #cacaca;

    font-size: 16x;

    font-weight: normal;

}

select::-moz-placeholder {

    color: #cacaca;

    font-size: 16x;

    font-weight: normal;

}

select::-ms-input-placeholder {

    color: #cacaca;

    font-size: 16x;

    font-weight: normal;

}

a {

    color: inherit;

    text-decoration: none;

}

.ts>a,
.ts>img {

    -webkit-transition: 0.2s ease-in-out;
       -moz-transition: 0.2s ease-in-out;
        -ms-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
            transition: 0.2s ease-in-out;

}

.img {

    display: block;

    line-height: 0;

    text-align: center;

}

.fl {
    float: left;
}

.fr {
    float: right;
}

ul.cf li {
    float: left;
}

.clearfix:after {

    content: "";

    display: block;

    clear: both;

}

.container {

    margin: 0 auto;

    width: 1200px;

    position: relative;

}



/*******************************************************
* header nav
*******************************************************/

.header {
    width: 100%;
}

.header .logo {

    padding: 8px 0;

    width: 80px;

    height: 80px;

}

.logo>a {

    display: inline-block;

    width: 100%;

    height: 100%;

    background: url(../images/icon/logo.png) no-repeat top left;

}

.phone {

    margin: 24px 0;

    height: 48px;

    width: 260px;

    color: #fff;

    line-height: 48px;

    text-align: center;

    letter-spacing: 1px;

    background: #f2ad2b;

}

.phone .name {

    font-size: 16px;

}

.phone .number {

    font-size: 20px;

}

.nav {

    margin-left: 160px;

    margin-right: 260px;

    height: 96px;

    line-height: 96px;

    position: relative;

}

.nav > a {

    padding: 0 5px;

    margin-left: 30px;

    display: inline-block;


    *display: inline;

    *zoom: 1;

}

.nav>a.cur {
    color: #22ac74;
}

.nav>a:hover {
    color: #22ac74;
}

.nav .line {

    position: absolute;

    bottom: 0;

    left: 31px;

    width: 42px;

    height: 2px;

    background: #22ac74;

}




/*******************************************************
*  banner
*******************************************************/

.banner {

    margin: 0 auto;

    width: 100%;

    height: 672px;

    max-width: 1920px;

    overflow: hidden;

    position: relative;
}

.banner .banner-wrapper {

    margin-left: -960px;

    position: absolute;

    top: 0;

    left: 50%;

    width: 1920px;

    height: 100%;

    overflow: hidden;

}

.banner .banner-wrapper>ul {
    position: absolute;
    top: 0;
    left: -1920px;
    width: 300%;
    height: 100%;
}

.banner ul > li {

    float: left;

    width: 1920px;

    height: 100%;

}

.banner ul > li > a {

    display: block;

    width: 100%;

    line-height: 0;
}

.banner ul > li > a > img {
    width: 100%;
}

.banner .indicators {

    position: absolute;

    left: 0;

    right: 0;

    bottom: 10px;

    margin: auto;

    width: 300px;

    height: 15px;

    text-align: center;

    z-index: 4;
}

.banner .indicators a {

    margin: 0 5px;

    display: inline-block;

    width: 16px;

    height: 16px;

    cursor: pointer;

    background-color: #f8f8f8;

    border-radius: 5px;
}

.banner .indicators a.on {
    background-color: #ff7216;
}


.banner > a {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 54px;
    height: 54px;
    /*background: #333;*/
    background: url(../images/arrow-banner.png) no-repeat;
    z-index: 10;
}

.banner > a.next {
    right: 0;
    background-position: -54px 0;
}

.banner > a.prev {
    left: 0;
}






/*******************************************************
*  footer
*******************************************************/

.footer {
    margin-top: 2em;
    width: 100%;
    background: #dcdcdc;
}

.footer .footer-nav {
    margin-top: 2em;
    list-style-type: none;
}

.footer .footer-nav li {
    float: left;
    margin-right: 15px;
    width: 148px;
}

.footer .footer-nav li h4 {
    margin-bottom: 0.75em;
}

.footer .footer-nav li .submenu {
    width: 100%;
    line-height: 2;
}

.footer .footer-nav li .submenu a {
    display: block;
    color: #666;
    font-size: 87.5%
}

.footer .footer-nav li .submenu a:hover {
    color: #22ac74;
}

.footer-contact {
    margin-top: 1.5em;
    width: 420px;
}

.footer-contact .code {
    margin-right: 1em;
    margin-top: 0.5em;
    width: 90px;
    height: 90px;
}

.footer-contact p {
    margin-top: 2px;
    color: #333;
    line-height: 1.8;
}

.footer-contact .phone {
    margin: 0.625em 0 0 106px;
    height: 36px;
    line-height: 36px;
}

.copyright {
    padding: 0.75em 0;
    margin-top: 1.25em;
    text-align: center;
    line-height: 2;
    border-top: 1px solid #bcbcbc;
}











/*******************************************************
*  sidebar
*******************************************************/

.sidebar {
    margin: 40px 40px 20px 0;
    width: 272px;
}

.sidebar h4 {
    padding: 0 16px;
    color: #f8f8f8;
    line-height: 42px;
    letter-spacing: 1px;
    background: #999;
}

.sidebar .sidemenu {
    padding: 16px;
    margin-bottom: 2em;
    border: 1px solid #dcdcdc;
    border-width: 0 1px 1px;
}

.sidebar .sidemenu>li {
    width: 100%;
}

.sidebar .sidemenu>li>a {
    padding-left: 24px;
    display: block;
    color: #333;
    font-size: 0.875em;
    line-height: 40px;
    border-bottom: 1px dashed #dcdcdc;
    position: relative;
}

.sidebar .sidemenu>li>a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 7px solid #22ac74;
    border-width: 6px 8px;
    border-color: transparent transparent transparent #999;
}

.sidebar .sidemenu>li>a.rotate::after {
    -webkit-transform-origin: 4px 50%;
    transform-origin: 4px 50%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sidebar .sidemenu>li>a.cur {
    color: #22ac74;
}

.sidebar .sidemenu>li>a.cur::after {
    border-color: transparent transparent transparent #22ac74;
}

.sidebar .sidemenu>li>a:hover {
    padding-left: 30px;
    color: #22ac74;
    border-color: #22ac74;
}

.sidebar .sidemenu>li>a:hover::after {
    border-color: transparent transparent transparent #22ac74;
}

.sidebar .sidemenu>li .side-submenu {
    display: none;
    padding-left: 8px;
    width: 100%;
    box-sizing: border-box;
}

.side-submenu>a {
    padding-left: 24px;
    display: block;
    width: 100%;
    color: #666;
    font-size: 0.875em;
    line-height: 40px;
    border-bottom: 1px dashed #dcdcdc;
    box-sizing: border-box;
    position: relative;
}

.side-submenu>a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    background: #999;
    border-radius: 50%;
}

.side-submenu>a.open {
    color: #22ac76;
}

.side-submenu>a.cur::after {
    background: #22ac76;
}

.side-submenu>a:hover {
    color: #22ac74;
    border-color: #22ac74;
}

.side-submenu>a:hover::after {
    border-color: transparent transparent transparent #22ac74;
}




.sidebar .ways {
    border: 1px solid #dcdcdc;
    border-width: 0 1px 1px;
}

.sidebar .ways dl {
    padding: 16px 16px 8px;
    margin-bottom: 8px;
    font-size: 0.875em;
    line-height: 1.5;
    border-bottom: 1px dashed #dcdcdc;
}

.sidebar .ways dl dt {
    margin-bottom: 1em;
    color: #666;
}

.sidebar .ways dl dd {
    margin-bottom: 1em;
    margin-left: 48px;
    color: #666;
}

.sidebar .ways h3 {
    text-align: center;
    line-height: 2;
    font-weight: normal;
}

.sidebar .ways .img {
    margin: 8px auto 16px;
    width: 120px;
    height: 120px;
}

.sidebar .ways .img img {
    width: 100%;
}











/*******************************************************
*  subnav
*******************************************************/

.subnav {
    line-height: 42px;
    overflow: hidden;
    position: relative;
}

.subnav::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-bottom: 2px dashed #dcdcdc;
    clear: both;
    z-index: 0;
}

.subnav a {
    margin-right: 2px;
    padding: 0 15px 0 30px;
    float: left;
    height: 42px;
    color: #f8f8f8;
    font-size: 1em;
    text-align: center;
    letter-spacing: 2px;
    background: #999;
    position: relative;
}

.subnav a::after,
.subnav a::before {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border: 21px solid transparent;
    border-width: 21px 16px;
}

.subnav a::after {
    left: 100%;
    border-color: transparent transparent transparent #999;
    z-index: 10;
}

.subnav a.column::before,
.subnav a.current::before {
    left: 0;
    border-color: transparent transparent transparent #fff;
    z-index: 5;
}

.subnav a.current {
    color: #22ac74;
    background-color: #dcdcdc;
}

.subnav a.current::after {
    border-color: transparent transparent transparent #dcdcdc;
}

.subnav a[href]:hover {
    color: #fff;
    background-color: #22ac74;
}

.subnav a[href]:hover::after {
    border-color: transparent transparent transparent #22ac74;
}




























/*******************************************************
*  page
*******************************************************/

.page {
    margin: 10px auto 0;
    /*width: 440px;*/
    width:540px;
}

.page a {
    margin: 0 5px;
    float: left;
    width: 26px;
    height: 26px;
    color: #666;
    font-size: 0.875em;
    line-height: 26px;
    text-align: center;
    border: 1px solid #999;
}

.page .pg {
    /*width: 60px;*/
    width:75px;
}

.page a.inactive {
    color: #e1e1e1;
    border-color: #e1e1e1;
}

.page a.cur,
.page a[href]:hover {
    color: #fff;
    border-color: #22ac74;
    background: #22ac74;
}
