@charset "UTF-8";
.header {
    padding: 15px 0 15px 30px;
    height: 95px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.header .logo {
    float: left;
    width: 400px;
}

.header .logo img {
    width: 100%;
}

.header .nav-box {
    float: right;
}

.header .nav-box .btn-icon {
    text-align: right;
    padding-right: 45px;
}

.header .nav-box .btn-icon a {
    color: #666;
    padding: 0 5px;
    display: inline-block;
    font-size: 16px;
}

.header .nav-box .nav-list {
    margin-top: 20px;
}

.header .nav-box .nav-list li {
    float: left;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-left: 10px;
}

.header .nav-box .nav-list li a {
    display: block;
    color: #FFF;
    font-size: 16px;
    background: #F98323;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.header .nav-box .nav-list li a:hover {
    background: #FFF;
    color: #F98323;
}

.header .nav-box .nav-list li:last-child {
    margin-right: 0 !important;
}

.header.act {
    background: #FFF;
}

.header.child {
    background: #FFF;
}

.child-banner {
    margin-top: 95px;
}

.main-content {
    margin-top: 15px;
}

.main-content .content {
    /*border: 1px solid #BBBBBB;*/
}

.main-content .left-nav {
    width: 180px;
    float: left;
}

.main-content .left-nav a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #BEBFC3;
    display: block;
    color: #FFF;
    position: relative;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    margin-bottom: 5px;
}

.main-content .left-nav a:after {
    position: absolute;
    content: '';
    width: 3px;
    height: 100%;
    left: 0;
    top: 0;
    background: #FB8525;
    display: none;
}

.main-content .left-nav a:hover, .main-content .left-nav a.act {
    background: #EEEEEE;
    color: #333;
}

.main-content .left-nav a.act::after {
    display: block;
}

.main-content .left-nav.small-btns {
    width: 90px;
}

.main-content .right-content {
    width: 950px;
    float: right;
    padding: 30px 10px 30px 0;
    line-height: 30px;
}

.main-content .right-content .require-form {
    padding-top: 50px;
}

.main-content .right-content .require-form .form-item {
    padding-top: 20px;
}

.main-content .right-content .require-form .form-item label {
    width: 60px;
}

.main-content .right-content .require-form .form-item input {
    width: 300px;
    height: 40px;
    border: 1px solid #000;
    padding-left: 15px;
}

.main-content .right-content .require-form .form-item .confirm-icon {
    padding-left: 30px;
    color: #FB8523;
    font-size: 16px;
}

.main-content .right-content .require-form .form-item textarea {
    width: 450px;
    height: 200px;
    border: 1px solid #000;
    vertical-align: top;
    padding-left: 15px;
}

.main-content .right-content .require-form .form-item .sub-btn {
    display: inline-block;
    padding: 0 6px;
    border: 1px solid #7F7F7F;
    color: #333;
}

.main-content .right-content .require-form .tips {
    padding-top: 20px;
    color: #FB8523;
}

.main-content .right-content .pro-list .item {
    width: 33.333%;
    float: left;
    padding-top: 20px;
}

.main-content .right-content .pro-list .item img {
    width: 50%;
}

.main-content .right-content .pro-list .item .name {
    font-size: 16px;
    color: #000;
    text-align: center;
    padding-top: 15px;
}

.main-content .right-content .page {
    text-align: center;
    padding-top: 30px;
}

.main-content .right-content .page a,.main-content .right-content .page span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #E9E9E9;
    color: #333;
    margin: 0 5px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.main-content .right-content .page a:hover, .main-content .right-content .page a.act, .main-content .right-content .page span.current, .main-content .right-content .page a.current{
    background: #F7901B;
    color: #FFF;
    border: 1px solid #F7901B;
}

.main-content .right-content .addr .addr-item .title {
    background: #EC6523;
    color: #FFF;
    padding-left: 10px;
    font-size: 16px;
}

.main-content .right-content .addr .addr-item .addr-cont {
    background: #CBCCCE;
    padding: 15px 10px;
}

.main-content .right-content .addr .addr-item .addr-cont .item {
    padding-bottom: 15px;
}

.main-content .right-content.big {
    width: 990px;
}

.main-content .btns {
    font-size: 0;
}

.main-content .btns a {
    display: inline-block;
    width: 585px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    background: #FB8525;
}

.main-content .btns a:hover {
    background: #FCAE6E;
}

.main-content .position {
    height: 50px;
    line-height: 50px;
    background: #D1D2D4;
    padding: 0 10px;
}

.main-content .position a {
    color: #333;
    display: inline-block;
    padding: 0 5px;
}

.main-content .cont {
    padding: 30px;
    width: 800px;
    float: left;
}

.main-content .cont .image-show {
    width: 450px;
}

.main-content .cont .image img {
    /*width: 200px;*/
    max-width: 100%;
}

.main-content .cont .img-con {
    padding-left: 20px;
    padding-top: 15px;
}

.main-content .cont .img-con a {
    width: 40px;
    display: inline-block;
    margin: 0 5px;
    padding: 3px;
}

.main-content .cont .img-con a.act {
    border: 1px solid #000;
}

.main-content .cont .pro-content {
    width: 250px;
}

.main-content .cont .pro-content .title {
    font-size: 18px;
}

.main-content .cont .pro-content .price {
    padding: 20px 0;
}

.main-content .cont .pro-content .price .old-price {
    padding-bottom: 20px;
    text-decoration: line-through;
}

.main-content .cont .pro-content .price .now-price {
    position: relative;
    color: #8CBA23;
    line-height: 35px;
    font-size: 16px;
}

.main-content .cont .pro-content .price .now-price .icon {
    color: #FFF;
    position: relative;
    z-index: 2;
    padding-right: 20px;
    top: -7px;
    left: 2px;
    font-size: 14px;
}

.main-content .cont .pro-content .price .now-price::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 35px solid #8CBA23;
    border-right: 35px solid transparent;
    left: 0;
    top: 0;
    z-index: 1;
}

.main-content .cont .pro-content .com {
    padding-bottom: 20px;
    line-height: 22px;
}

.main-content .cont .pro-content .color-list {
    padding-top: 20px;
}

.main-content .cont .pro-content .color-list a {
    display: inline-block;
    color: #000;
}

.main-content .cont .pro-content .color-list a img {
    width: 30px;
    height: 30px;
}

.main-content .cont .pro-content .color-list a span {
    padding-left: 8px;
}

.main-content .cont .pro-content .color-list a.act img {
    border: 1px solid #000;
}

.main-content .cont .detail {
    width: 600px;
    margin: 0 auto;
    padding-top: 30px;
}

.main-content .cont .detail .nav {
    border-top: 1px solid #E7EAEF;
    padding: 15px 0;
}

.main-content .cont .detail .nav a {
    padding: 0 15px;
    color: #333;
    border-right: 1px solid #E9EAEC;
}

.main-content .cont .detail .nav a:last-child {
    border-right: 0;
}

.main-content .cont .detail .nav a.act {
    color: #57A5E3;
}

.main-content .cont .detail .dt-cont {
    background: #F9F9F9;
    padding: 20px;
}

.main-content .interest-box {
    width: 300px;
    float: right;
    padding: 30px 15px;
}

.main-content .interest-box .title {
    font-size: 18px;
}

.main-content .interest-box .interest-list a {
    background: #F9F9F9;
    padding: 15px 25px;
    position: relative;
    height: 100%;
    overflow: hidden;
    clear: both;
}

.main-content .interest-box .interest-list a .icon {
    position: absolute;
    width: 22px;
    height: 17px;
    line-height: 25px;
    text-align: center;
    color: #FFF;
    z-index: 2;
    top: 0;
    left: 0;
}

.main-content .interest-box .interest-list a .icon::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 35px solid #8CBA23;
    border-right: 35px solid transparent;
    left: 0;
    top: 0;
    z-index: -1;
}

.main-content .interest-box .interest-list a .image {
    width: 80px;
    float: left;
}

.main-content .interest-box .interest-list a .info {
    width: 120px;
    float: right;
    color: #333;
}

.main-content .interest-box .interest-list a .info .type {
    font-size: 12px;
}

.main-content .interest-box .interest-list a .info .title {
    padding: 10px 0;
}

.main-content .interest-box .interest-list a .info .title span {
    padding-bottom: 8px;
    border-bottom: 1px solid #F2F2F2;
}

.main-content .interest-box .interest-list a .info .price {
    padding-top: 10px;
}

.main-content .news-list {
    padding-top: 20px;
}

.main-content .news-list > li {
    margin-bottom: 10px;
}

.main-content .news-list > li > a {
    font-size: 16px;
    color: #333;
    background: #EEEEEE;
    display: block;
    padding: 5px 0 5px 15px;
    font-weight: bold;
}

.main-content .news-list > li > a .icon {
    padding-right: 5px;
}

.main-content .news-list > li > ul {
    display: none;
}

.main-content .news-list > li > ul > li {
    margin: 5px 0;
    background: #EEE;
}

.main-content .news-list > li > ul > li a {
    color: #333;
    padding: 3px 0 3px 20px;
    display: block;
}

.main-content .news-list > li > ul > li a .title {
    /*padding-left: 200px;*/
}

.main-content .news-list > li > ul > li a .time {
    /*padding-left: 200px;*/
    float: right;
    padding-right: 20px;
}

.main-content .news-list > li > ul > li a .time .icon {
    padding-right: 5px;
}

.main-content .news-list > li > ul > li a:hover {
    background: #FCAE6E;
}

.main-content .news-list > li > ul.act {
    display: block;
}

.main-content .news-detail {
    padding: 20px 15px;
}

.banner {
    position: relative;
}

.banner .text-content {
    position: absolute;
    width: 400px;
    text-align: center;
    top: 110px;
    left: 60px;
    color: #FFF;
}

.banner .text-content .t {
    height: 200px;
    background: rgba(248, 131, 35, 0.8);
    font-size: 40px;
    line-height: 200px;
}

.banner .text-content .com {
    height: 100px;
    line-height: 100px;
    font-size: 18px;
    background: rgba(248, 131, 35, 0.3);
}

.service {
    padding: 0 10px;
    margin-top: 15px;
}

.service .content {
    position: relative;
}

.service .content .addr {
    width: 33.333%;
    float: right;
    padding-left: 15px;
    position: relative;
}

.service .content .addr .front {
    z-index: 2;
}

.service .content .addr .tit {
    position: absolute;
    right: 30px;
    bottom: 30px;
    color: #000;
}

.service .content .addr .tit .cha {
    font-size: 30px;
}

.service .content .addr .tit .eng {
    font-size: 16px;
}

.service .content .news {
    position: absolute;
    width: 66.666%;
    top: 0;
    left: 0;
    height: 100%;
}

.service .content .news .item {
    width: 100%;
    height: 50%;
    color: #FFF;
}

.service .content .news .item .icon {
    font-size: 80px;
    position: relative;
    top: 50%;
    margin-top: -30px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    display: inline-block;
}

.service .content .news .item .box {
    position: relative;
    height: 100%;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    transform-style: preserve-3d;
}

.service .content .news .item .box .front {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    backface-visibility: hidden;
    z-index: 2;
}

.service .content .news .item .text {
    position: relative;
    top: 65%;
    font-size: 24px;
}

.service .content .news .item .rows {
    margin: 0 -7px;
}

.service .content .news .service-news .front {
    background: #FA7A0F;
    padding: 0 30px 0 80px;
}

.service .content .news .service-news .front:after {
    position: absolute;
    content: '';
    width: 120%;
    height: 100%;
    left: -23px;
    top: 3px;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.1));
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.1));
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.1));
    /* Firefox 3.6 - 15 */
    background: linear-gradient(right, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.1));
    /* 标准的语法 */
    transform-origin: 0 100%;
    -webkit-transform: rotate(-9deg);
    -moz-transform: rotate(-9deg);
    -ms-transform: rotate(-9deg);
    -o-transform: rotate(-9deg);
    transform: rotate(-9deg);
}

.service .content .news .service-news:hover .icon, .service .content .news .safety:hover .icon, .service .content .news .product-news:hover .icon {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.service .content .news .safety, .service .content .news .product-news {
    color: #FFF;
    padding: 15px 7px 0 7px;
    width: 50%;
    height: 100%;
}

.service .content .news .safety .icon, .service .content .news .product-news .icon {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.service .content .news .safety .content, .service .content .news .product-news .content {
    padding: 0 15px 0 80px;
    position: relative;
    overflow: hidden;
}

.service .content .news .safety .content:after, .service .content .news .product-news .content:after {
    position: absolute;
    content: '';
    width: 120%;
    height: 100%;
    left: -19px;
    top: 11px;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.1));
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.1));
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.1));
    /* Firefox 3.6 - 15 */
    background: linear-gradient(right, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.1));
    /* 标准的语法 */
    transform-origin: 0 100%;
    -webkit-transform: rotate(-17deg);
    -moz-transform: rotate(-17deg);
    -ms-transform: rotate(-17deg);
    -o-transform: rotate(-17deg);
    transform: rotate(-17deg);
}

.service .content .news .safety {
    float: left;
}

.service .content .news .safety .content {
    background: #9B9446;
}

.service .content .news .product-news {
    float: left;
}

.service .content .news .product-news .content {
    background: #E9CE5B;
    padding: 0 80px 0 15px;
}

.service .content .news .product-news .content:after {
    position: absolute;
    content: '';
    width: 120%;
    height: 100%;
    left: 18px;
    top: 36px;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.1));
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.1));
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.1));
    /* Firefox 3.6 - 15 */
    background: linear-gradient(right, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.1));
    /* 标准的语法 */
    transform-origin: 100% 0;
    -webkit-transform: rotate(17deg);
    -moz-transform: rotate(17deg);
    -ms-transform: rotate(17deg);
    -o-transform: rotate(17deg);
    transform: rotate(17deg);
}

.footer {
    padding: 50px 100px;
    margin-top: 15px;
    background: #F97A13;
    color: #FFF;
}

.footer .ft-nav .tit {
    font-size: 20px;
    padding-bottom: 10px;
}

.footer .ft-nav a {
    display: block;
    padding: 5px 0;
    font-size: 16px;
    color: #FFF;
}

.footer .site-info .tit {
    font-size: 20px;
    padding-bottom: 20px;
}

.footer .site-info .item {
    padding: 5px 0;
    font-size: 14px;
}

.footer .site-info .info-btn {
    padding-top: 15px;
}

.footer .site-info .info-btn a {
    width: 50px;
    display: inline-block;
    font-size: 0;
    padding-left: 10px;
}

.footer .site-info .info-btn a img {
    width: 100%;
}

.search-box {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.search-box .title {
    padding: 15px 0;
    border-bottom: 2px solid #F98323;
}

.search-box .title a {
    font-size: 20px;
    color: #333;
}

.search-box .content {
    width: 400px;
    height: auto;
    position: absolute;
    left: 50%;
    top: -200px;
    margin-left: -200px;
    background: #FFF;
    padding: 15px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.search-box .content .bg-t {
    padding: 15px 0;
    font-size: 20px;
}

.search-box .content .form {
    position: relative;
}

.search-box .content .form input {
    padding-left: 15px;
    border: 1px solid #D6D6D6;
    height: 50px;
}

.search-box .content .form .btn-search {
    position: absolute;
    width: 80px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #F98323;
    color: #FFF;
    top: 0;
    right: 0;
}

.search-box.act {
    visibility: visible;
    opacity: 1;
}

.search-box.act .content {
    top: 30px;
}

/*# sourceMappingURL=index.css.map */
