﻿@charset "utf-8";
html, body {
    background: #fff;
    color: #333;
    font: 14px/1.6 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
}

a:focus {
    outline: none;
}

a:hover {
    color: #fa7676;
    text-decoration: none;
}

a:hover, a.active {
    color: #ff6600;
}

ul, li {
    list-style: none;
}

.clear {
    clear: both;
}

.container, .container-fluid {
    padding: 0px;
}

video {
    width: 100%;
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

/*以下CSS样式谨慎修改，内页各模块样式，多模板可共用*/
body, h1, h2, h3, h4, h5, h6, dl, dt, li, ol, ul, dd, th, td, p, pre, form, input, button, textarea, hr {
    margin: 0;
    padding: 0
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%
}

img {
    border: 0
}

button, input, select, textarea {
    font-size: 100%
}

/** 模板公用部分 */
.container {
    padding-right: 0px;
    padding-left: 0px;
}

.ul {
    list-style: none;
}

li{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

@media (min-width: 640px) {
    .container {
        min-width: 1200px;
    }
}

/*****************************************PC端*******************************************************************/
@media (min-width: 640px) {
    
    .navbar-response {
        display: none;
    }

    .header .telicon {
        display: inline-block;
        width: 300px;
        padding: 15px 0px;
        text-align: right;
        vertical-align: top;
    }

   

    .module .module_container {
        max-width: 1170px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 50px;
        margin: 0 auto
    }

    .container_target {
        float: right;
        padding: 20px 0;
        color: #898989;
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
    }

    .container_target a {
        color: #444
    }

    .container_target i {
        margin: 0 10px
    }
}

/**********************************手机端******************************************/

@media (max-width: 640px) {
    body {
        overflow-x: hidden;
    }



    .container {
        width: 100%;
    }

   
    /*导航*/
    .nav-bar {
        display: none;
    }

    .nav-wrap {

    }

    .navbar-response * {
        transition: all 0.4s ease;
    }

    .navbar-response {
        display: none;
        position: fixed;
        width: 50%;
        top: 80px;
        right: 10px;
        border-radius: 5px;
        background-color: #fff;
        -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
        z-index: 999;
    }

    .empty-mask {
        display: none;
        position: fixed;
        top: 0px;
        right: 0px;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0);
        z-index: 1;
    }

    .navbar-response:before {
        content: "";
        position: absolute;
        top: -12px;
        right: 20px;
        width: 0;
        height: 0;
        font-size: 0;
        border: solid 6px;
        border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0);
    }

    .navbar-response .item {
        position: relative;
        display: block;
        width: 100%;
        line-height: 50px;
        border-bottom: 1px solid #e3e3e3;
    }

    .navbar-response .item:last-child {
        border-bottom: none;
    }

    .navbar-response .item:before {
        content: "";
        display: block;
        position: absolute;
        top: 18px;
        right: 10px;
        width: 20px;
        height: 15px;
        background: url("../images/drop-arrow.png") 0px 0px no-repeat;
        background-size: 18px auto;

        transition: all 0.2s cubic-bezier(0.6, 0.2, 0.1, 1);
        -moz-transition: all 0.2s cubic-bezier(0.6, 0.2, 0.1, 1); /* Firefox 4 */
        -webkit-transition: all 0.2s cubic-bezier(0.6, 0.2, 0.1, 1); /* Safari 和 Chrome */
        -o-transition: all 0.2s cubic-bezier(0.6, 0.2, 0.1, 1); /* Opera */
    }

    .navbar-response .item:first-child:before {
        display: none;
    }

    .navbar-response .item a:link, .navbar-response .item a:visited {
        display: inline-block;
        height: 100%;
        width: 100%;
        padding: 0px 20px;
        font-size: 16px;
        color: #000;
    }

    .navbar-response .item.open a, .navbar-response .item a:hover {
        color: #ff6600;
        background-color: #fff;
    }

    .navbar-response .item.open:before {
        content: "";
        display: block;
        position: absolute;
        top: 18px;
        right: 10px;
        width: 20px;
        height: 15px;
        background: url("../images/drop-arrow.png") 0px 0px no-repeat;
        background-size: 18px auto;

        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);

    }

    .navbar-response .item .sub-item {
        display: none;
    }

    .navbar-response .item.open .sub-item {
        display: block;
    }

    .navbar-response .item .sub-item {
        width: 100%;
        padding-left: 15px;
        line-height: 40px;
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        animation: slideInDown 0.25s;
    }

    .navbar-response .item .sub-item a:link, .navbar-response .item .sub-item a:visited {
        display: inline-block;
        height: 100%;
        width: 100%;
        padding: 0px 15px;
        font-size: 14px;
        color: #666;
        border: none;
        border-top: 1px dashed #eaeaea;
    }

    .navbar-response .item .sub-item a:hover {
        color: #ff6600;
        background-color: #f3f3f3;
    }



}
