body {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #666;
}
.phone-show{
    display: none;
}

ul {
    padding-left: 0;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;

    transition: width .2s linear;
    overflow: hidden;
}
.header {
    width: 100%;
    position: relative;
    z-index: 99;
}
.header .container-pc {
    position: relative;
    background: #ffffff;
    height: 125px;
}

.header .container {
    height: inherit;
    overflow: visible;
    position: relative;
}

.header .container-pc .logo {
    float: left;
    padding-top: 10px;
    max-width: 360px;
    margin-left: -123px;
}
.header .container-pc .logo a {
    display: block;
    height: 62px;
    /*width: 150px;*/
    overflow: hidden;
}
.header .container-pc .logo p{
    margin: 0;
}
.header .container-pc .logo img {
    display: block;
    max-width: 100%;
    max-height: 61px;
}
.header .container-pc .navbar {

   /*  
    float: right;
	position: absolute;
    right: 0; */
    line-height: 100px;
}
.header .container-pc .nav {
    color: #000;
}
.header .top {
    height: 45px;
    background-color: #191919;
}
.header .container {
    height: inherit;
    overflow: visible;
    position: relative;
}
.header .top p {
    float: left;
    line-height: 45px;
    margin: 0;
    color: rgba(255, 255, 255, 0.6);
}
.header .top .link-top {
    z-index: 99;
    float: left;
    margin-top: 10px;
    margin-left: 30px;
    overflow: hidden;
}
.header .top .searchtop {
    float: right;
    width: 400px;
    /* height: 36px; */
    margin-top: 5px;
}
.header .top .searchtop .text {
    width: 315px;
    float: left;
    height: 36px;
    padding: 0 14px;
    border: none;
    outline: none;
    color: #cbc9c9;
}
.header .top .searchtop .btn {
    background: url(../images/searchtop.png) no-repeat center;
    background-size: 20px;
    width: 48px;
    height: 36px;
    border: none;
    background-color: #a82177;
    cursor: pointer;
}
.header .navbar .nav {
    list-style: none;
    margin: 0 0 0 65px;
    padding: 0;
	float: left;
}
.header .container-pc .nav > .item {
    position: relative;
    display: inline-block;
    line-height: 80px;
}

.header .navbar .item {
    float: left;
}
.header .container-pc .nav > .item > a {
    padding: 0 30px;
    display: block;
    color: #000;
    font-size: 16px;
}
.header .container-pc .nav > .item.active > a, .header .container-pc .nav > .item:hover > a {
    color: #fff;
    background: #a82177;
}
.header .container-pc .nav .level-2 {
    position: absolute;
    left: 0;
    top: 100%;
    color: #fff;
    display: none;
    padding-left: 0;
}
.header .container-pc .nav .level-2 > li {
    margin-bottom: 1px;
    line-height: 46px;
}
.header .container-pc .nav .level-2 > li:hover  a{
    color: #a82177;
}
.header .container-pc .nav .level-2 > li:hover .level-3 {
    display: block;
}

.header .container-pc .nav .level-2 a {
    display: block;
    padding: 0 26px;
    min-width: 135px;
    background-color: #363637;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.header .container-pc .nav .level-2 a {
    display: block;
    padding: 0 26px;
    min-width: 135px;
    background-color: #363637;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
}
.banner .owl-carousel .owl-controls {
    position: absolute;
    bottom: 50px;
    width: 100%;
    height: 0;
    margin-top: 0;
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
}
.banner .owl-carousel .owl-controls .owl-page span {
    width: 12px;
    height: 12px;
    margin: 5px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: none;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}

.banner .owl-carousel .owl-controls .owl-page.active span {
    border-color: #a82177;
}
.banner .owl-carousel .owl-controls .owl-page span {
    width: 12px;
    height: 12px;
    margin: 5px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: none;
    opacity: 1;
}
/*首页公司 简介S*/
.about-box{
    overflow: hidden;
    border: 1px solid #ddd;
    box-shadow: 1px 0px 3px 0px #ccc;
    padding:  10px;
    margin:20px 0 15px;

}
.about-title{
    font-size: 22px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 9px;
    padding-bottom: 5px;

}
.about-title b{
    font-size: 30px;
    font-weight: 400;
    color: #000;
}
.about-box .about-con{
    line-height:26px;
    overflow: hidden;
}
.about-box .about-con .ad-about:last-child{
    width: 57%;
}
.about-box .about-con .ad-about{
    float: left;
    height: 240px;
}
.about-box .about-con .ad-about:first-child{
    width: 40%;
}
.about-box .about-con .ad-about p{
    margin: 0;
}
.about-box .about-con .ad-about .con{
    height: 206px;
    overflow: hidden;
}
.about-box .about-con .ad-about img{
    max-width: 100%;
}
.about-box .about-con .ad-about:last-child{
float: right;
}
.about-box .about-con .ad-about .more{
    float: right;
    color: #a82177;
}
.about-box .about-con .ad-about .more:hover{
    color: red;
}
/*首页公司 简介E*/
/*首页分类S*/
.owl-buttons {
    display: none;
}
.index-prolist .owl-item{
    margin-top: 17px;
    margin-bottom: 19px;
}
.product-box {
    padding: 20px 0;
}
.product-box .title h2 {
    font-size: 30px;
    line-height: 45px;
    margin: 0;
    border-bottom: 1px solid #a82177;
    background: #a82177;
    padding: 0 26px;
    border-radius: 5px;
    color: #fff;
    font-weight: 400;
    position: relative;
}
.product-box .title h2 img{
    position: absolute;
    top: 7px;
    width: 20px;
    margin-left: 12px;
}
.product-box .carousel {
    margin-top: 30px;
}
.product-box .carousel .item {
    margin: 0 8px;
    position: relative;
    cursor: pointer;
}
.product-box .carousel .item .img-box {
    border-top: 6px solid #a82177;
    padding-bottom: 145.29411765%;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.product-box .carousel .item a{
    color: #fff;
    font-size: 18px;
}
.product-box .carousel .item {
    margin: 0 8px;
    position: relative;
    cursor: pointer;
    transition: 0.5s;
    height:214px;
    overflow: hidden;
}
.product-box .carousel .item:hover{

    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: 0.6s;
    overflow: hidden;
    opacity: 0.7;

}

.product-box .carousel .item:hover p a{
    font-size: 20px;
}

.product-box  .img-box {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    display: block;
}
.product-box .carousel .item p {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 52px;
    line-height: 52px;
    text-align: center;
    margin: 0;
    color: #fff;
    background-color: #a82177;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.product-box  .img-box img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*首页分类E*/
.index-list-t{
    width: 30%;
    float: left;
    padding: 10px 10px 0 10px;
    border: 1px solid #ccc;
    margin-right: 2%;
    height: 312px;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 312px;
}
.index-list-t:last-child{
    margin-right: 0;
}
.index-list-t .title,.about-box .title{
    overflow: hidden;
    margin-bottom: 25px;
}
.index-list-t .hangye{
    height: 130px;
    overflow: hidden;
}
.index-list-t img{
    max-width: 100%;
}
.index-list-t .title span ,.about-box .title span{
    float: left;
    display: inline-block;
    background: #a82177;
    color: #fff;
    padding: 0 26px;
    border-radius: 4px;
    font-size: 30px;
}
.index-list-t p{
    margin: 0;
}
.index-new-li li{
    background: url('../images/icon-1.jpg') no-repeat left center;
}
.index-new-li li a{
    color: #666;
    font-size: 14px;
    display: inline-block;
    width: 70%;
    height: 30px;
    line-height: 35px;
    overflow: hidden;
    text-indent: 10px;
}
.index-new-li li a.more{
    line-height: 1;
    color: #a82177;
}
.index-new-li li a.more:hover{
    color: red;
}
.index-new-li li.first:first-child a{
    width: 100%;
    height: 128px;
    text-indent: 0;
    margin-bottom: 10px;
}
.index-new-li li.first:first-child a img{
    width: 100%;
}
.index-new-li li span{
    float: right;
    margin-top: 5px;
}
.index-list-t .iad{
    height: 145px;
    position: relative;
    border-radius: 10px 0 10px 0;
}
.index-list-t .iad p{
    position: absolute;
    bottom: 15px;
    font-size: 35px;
    margin: 0;
    padding-left: 12px;
    color: #fff;
}
.index-contact {
    font-size: 14px;
    color: #666;
    padding-top: 14px;
}
.index-contact p{
    line-height: 30px;
}

.index-contact p:first-child{
    font-size: 20px;
    margin-bottom: 10px;
}
.index-list-t .about-title{
    margin-top: 20px;
}
/*浮动S*/
.online {
    width: 44px;
    z-index: 3;
    position: fixed;
    right: 0;
    top: 40%;
}
.online a.online-1 {
    background-position: 0px 0px;
    background-color: #d73644;
}
.online a.online-6{
    background: #a82177 url(../images/company.png) no-repeat;
    background-size: 99%;
}

.online a {
    width: 44px;
    height: 44px;
    background: url(../images/online.png) no-repeat;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    margin-top: 1px;
    transition: 0s all;
    -webkit-transition: 0s all;
    -moz-transition: 0s all;
    -o-transition: 0s all;
    -ms-transition: 0s all;
    float: right;
}
.online a.online-2 {
    background-position: 0px -44px;
    background-color: #fbc000;
}
.online a.online-3 {
    background-position: 0px -88px;
    background-color: #039270;
}
.online a.online-5 {
    background: #000000;
    line-height: 44px;
    text-align: center;
    color: #fff;
}
.online a.online-3 img {
    display: block;
    width: 108px;
    height: 108px;
    border: 2px solid #a82177;
    position: absolute;
    right: 50px;
    top: 0px;
    z-index: 999;
    display: none;
}
/*浮动E*/
/*footerS*/
.footer {
    width: 100%;
    background: #a82177;
    color: #fff;
}
.footer1 {
    width: 100%;
    height: 250px;
    border-bottom: 1px solid #b9b9b9;
    border-top: 3px solid #a82177;
    background-color: #f1f1f1;
}
.footer_middle {
    width: 1200px;
    height: 250px;
    margin: 0px auto;
}
.footer_middle_logo {
    width: 222px;
    height: 147px;
    border-right: 1px solid #e6e3e4;
    margin-top: 30px;
	padding-right:30px;
    float: left;
}
.footer_middle_logo img{
    max-width: 100%;
    width: 130px;
    margin-top: 45px;
}
.footer_middle_nav {
    width: 220px;
    height: 147px;
    border-right: 1px solid #e6e3e4;
    float: left;
    margin-top: 30px;
    padding-left: 30px;
}
.footer_middle_nav ul .footer_middle_motorcycle_type_bt {
    width: 180px;
    text-align: left;
    font-size: 14px;
    color: #333333;
}
.footer_middle_nav ul li {
    width: 90px;
    float: left;
    display: block;
}
.footer_middle_nav ul li a {
    display: block;
    height: 28px;
    text-decoration: none;
    color: #666666;
    text-align: left;
    vertical-align: middle;
    line-height: 28px;
	font-weight:bold;
}
.footer_middle_motorcycle_type {
    width: 132px;
    border-right: 1px solid #e6e3e4;
    float: left;
    margin-top: 30px;
    padding-left: 30px;
}
.footer_middle_motorcycle_type ul li a {
    display: block;
    width: 118px;
    height: 28px;
    text-decoration: none;
    color: #666666;
    text-align: left;
    vertical-align: middle;
    line-height: 28px;
	font-weight:bold;
}
.footer_middle_nav ul li a:hover,.footer_middle_motorcycle_type ul li a:hover{
	color:#ff0000;
}
.contact_us {
    width: 320px;
    height: 147px;
    float: left;
    margin-top: 30px;
}
.contact_us ul{
    padding-left: 0;
}
.contact_us ul .contact_us_bt {
    font-size: 14px;
    color: #333333;
    height: 19px;
    line-height: 19px;
    padding-bottom: 10px;
}
.contact_us ul li {
    display: block;
    width: 300px;
    height: 30px;
    text-decoration: none;
    color: #666666;
    margin: 0px 0px 0px 30px;
    text-align: left;
    vertical-align: middle;
    line-height: 25px;
}
.contact_us ul li span {
    padding-left: 10px;
}
.two_dimension_code {
    width: 110px;
    height: 147px;
    float: right;
    margin-top: 30px;
}
.two_dimension_code div {
    width: 110px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
}
.two_dimension_code img {
    display: block;
	width:120px;
    margin: 0px auto;
}
.footer_below{
    text-align: center;
    padding-bottom: 1px;
}
/*footerE*/
/*产品S*/
.inbanner{
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.inbanner img{
    max-width: 100%;
}
.sub_content {
    width: 1200px;
    overflow: hidden;
    zoom: 1;
    margin: 0 auto;
    clear: both;
    background-color: #fff;
}
.sub_content_left {
    width: 211px;
    float: left;
    height: auto;
    overflow: hidden;
    zoom: 1;
}
.sub_bt {
    width: 191px;
    height: 109px;
    position: absolute;
    margin-top: -50px;
    background-color: #a82177;
    text-align: left;
    vertical-align: middle;
    line-height: 40px;
    padding: 20px 0px 0px 20px;
}
.sub_nav {
    width: 211px;
    height: 100%;
    margin-top: 80px;
}
.sub_bt h1 {
    font-size: 34px;
    color: #fff;
    font-weight: bold;
    margin: 0;
}
.sub_bt h4 {
    font-size: 18px;
    color: #fff;
    margin: 0;
}
.sub_nav ul .sub_nav_bj {
    background: url(../images/bt_bg.jpg) repeat-x;
}
.sub_nav ul li {
    display: block;
    width: 211px;
    height: auto;
    overflow: hidden;
    zoom: 1;
    text-align: left;
    vertical-align: middle;
    line-height: 38px;
    padding-left: 20px;
    border-bottom: 1px solid #e9e9e9;
}
.sub_nav ul li a {
    display: block;
    text-decoration: none;
    color: #a82177;
    font-size: 14px;
    font-weight: bold;
    float: left;
}
.sub_nav ul li a:hover{
    color: red;
}
.sub_nav ul li span {
    padding: 0px 0px 0px 160px;
    display: block;
}
.sub_service a{
    width:208px;
    height: 74px;
    border: 1px solid #ddd;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}
.sub_service a .add-rgba{
    width: 45%;
    background: rgba(255,255,255,0.9);
    height: 74px;
    line-height: 74px;
    text-align: center;
    font-size: 16px;
    color: #a82177;
    font-weight: 600;
}
.sub_content_right {
    width: 960px;
    height: auto;
    overflow: hidden;
    zoom: 1;
    float: right;
    margin-top: 50px;
    margin-bottom: 15px;
}
.sub_content_right_top {
    width: 100%;
    height: 75px;
    border-bottom: 1px solid #cccccc;
}
.sub_content_right_top_top {
    width: 100%;
    height: 20px;
}
.sub_content_right_top_top a {
    text-decoration: none;
    color: #666666;
}
.sub_content_right_top_below {
    width: 100%;
    height: 55px;
    font-size: 24px;
    color: #a82177;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    line-height: 55px;
}
.sub_content_right_below {
    padding-top: 10px;
    width: 100%;
    height: auto;
    overflow: hidden;
    zoom: 1;
}
.car_list2 td {
    padding: 10px 2px;
    font-size: 12px;
}
.car_list2 td.p_t{
    text-align: center;
}
table {
    border-collapse: collapse;
}
.car_list2 td a{
    color: #a82177;
	font-weight:600;
}
.car_list2 td a:hover{
    color: #ff0000;
}
.lg-img{
    width: 370px;
    height: 370px;
    overflow: hidden;
    margin: 10px 0;
}
.lg-img img{
    width: 100%;
}
/* 本例子css */
.picScroll-left{ width:370px;  overflow:hidden; position:relative;  border:1px solid #ccc;}
.picScroll-left .tempWrap{
    width: 315px !important;
    margin: auto;
}
.picScroll-left .hd{ overflow:hidden; height: 30px;
    position: absolute;
    bottom: 36%;
    width: 100%; }
.picScroll-left .hd .prev,.picScroll-left .hd .next{ display: block;
    width: 16px;
    height: 30px;
    overflow: hidden;
    cursor: pointer;
    background: #a82177 url(../images/arrow.png) 4px 10px no-repeat;}
.picScroll-left .hd .next{
    float: right;
}
.picScroll-left .hd .prev{
    float:left;
}
.picScroll-left .hd .next{ background-position:6px -39px; }
.picScroll-left .hd .prevStop{ background-position:-60px 0; }
.picScroll-left .hd .nextStop{ background-position:-60px -50px; }
.picScroll-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
.picScroll-left .hd ul li{ display: none}
.picScroll-left .hd ul li.on{ background-position:0 0; }
.picScroll-left .bd{ padding:0 10px;   }
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ float:left; _display:inline; overflow:hidden; text-align:center;  }
.picScroll-left .bd ul li.on{background: red}
.picScroll-left .bd ul li .pic{ text-align:center; }
.picScroll-left .bd ul li .pic img{ width:70px; height:70px; display:block;  padding:4px; }
.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picScroll-left .bd ul li .title{ line-height:24px;   }
.sub_content_right_below_top_right {
    width: 370px;
    height: 400px;
    float: left;
    margin-left: 19px;
    margin-top: 6px
}
.sub_content_right_below_top_right_top {
    width: 100%;
    height: 36px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    border-bottom: 1px dashed #e6e6e6;
}
.sub_content_right_below_top_right_below {
    width: 100%;
    height: 279px;
    padding-top: 10px;
}
.sub_content_right_below_top_right_below ul li {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
}
.sub_content_right_below_top_right_below .descr2 a{display:block;width: 140px;	color:#fff;background:url(../images/ico22.png) no-repeat #BF3131 20px center;

    height: 25px;	padding: 12px 12px;height: 25px;
    padding: 12px 12px 12px 80px;
    font-size: 24px;}
.sub_content_right_below_top_right_below .descr3 {
    font-size: 14px;
    overflow: hidden;
    margin-top: 12px;
    width: 500px;

}
.sub_content_right_below_top_right_below .descr3 b{
    font-family: "Georgia";
    font-size: 24px;
}
.menu li.off {
    background: #fff;
    color: #bf3131;
    font-weight: bold;
}.menu {
     height: 55px;
     border-bottom: #e5e5e5 solid 1px;
     font-size: 24px;
     line-height: 50px;
     margin-bottom: 10px;
 }
 #con_one_1 img{
     max-width: 100%;
 }
/*产品E*/

/**/
.news_list {
    margin-top: 20px;
}

.news_list {
    width: 100%;
    height: 115px;
    border-bottom: 1px solid #e5e4e2;
}
.clear {
    clear: both;
}
.news_list_left {
    width: 150px;
    height: 100px;
    float: left;
}
.news_list_left img {
    width: 150px;
    height: 100px;
}
.news_list_right {
    width: 793px;
    height: 110px;
    float: left;
    margin-left: 13px;
}
.news_list_right h4 {
    width: 793px;
    height: 25px;
    margin: 0;
    display: block;
}
.news_list_right h4 a {
    font-size: 14px;
    color: #a82177;
    font-weight: bold;
}
.news_list_right h4 a:hover{
    color:#e20316;
}
.news_list_right a {
    text-decoration: none;
}
.news_list_right p {
    width: 737px;
    height: 75px;
    display: block;
}

.sub_content_right_below p {
    line-height: 22px;
    padding-top: 10px;
    font-size: 13px;
    color: #666666;
    margin: 0;
}
.news_list_right p a {
    color: #a9a6a6;
    font-size: 12px;
}
.news_list_right p span {
    display: block;
    color: #a9a6a6;
    font-size: 12px;
    text-align: right;
    float: right;
}
.news_content_top{
    text-align: center;
    border-bottom: 1px dashed #bfbfbf;
}
.news_content_top h1 {
    font-size: 24px;
    color: #666666;
}
.news_content_top h2 {
    font-size: 12px;
    color: #999999;
    font-weight: 400;
}
.news_content_top h2 span {
    padding-left: 40px;
}
.fenye{
    text-align: center;
}
.fenye li{
    display: inline-block;
    border: 1px solid #a82177;
    padding: 6px 14px;
    margin: 0 2px;
}
.fenye li a{
    color: #666;
}
.fenye li a.sel{
    color: #a82177;
    font-weight: 600;
}
.met_page a{
    padding: 5px;
    display: inline-block;
    color: #000;
}
@media (min-width: 1200px){
    .container {
        width: 1200px;
    }
}
@media (max-width: 640px){
    .product-box .carousel .item p {
        line-height: 31px;
        height: 31px;
    }
}
