.w1200{
	width:1200px;
	margin:0 auto;
}
.w-container {
    /*width: 1200px;*/
    max-width: 1200px;
    /*margin: auto;
    margin-bottom: 171px;*/
    margin: auto auto 171px auto;
}

.w-container h1 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding: 26px 0;
}

.w-container .w-cont {
    line-height: 26px;
    padding: 40px;
    font-size: 16px;
}

.w-container .w-cont h2 {
    font-size: 20px;
    font-weight: bold;
}

/* 登录 */
.forms {
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.query {
    font-size: 26px;
    font-weight: 100;
}

.website {
    width: 56%;
    float: left;
}

.login-title {
    line-height: 60px;
    width: 380px;
    margin: auto;
    font-size: 16px;
    text-align: center;
}

.website p {
    margin: 0 0 1rem;
}

.create {
    width: 100px;
    height: 30px;
    background: #951e22;
    color: #fff !important;
    display: block;
    line-height: 30px;
    text-align: center;
    margin-right: 20px;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.website .form2 {
    padding: 21px;
}

input, select {
    outline: none;
}

.form2 .inputtext {
    width: 263px;
    height: 28px;
    padding: 5px;
    background: #ebebeb;
    border: 1px solid #ebebeb;
}

.website .form2 .sub {
    height: 30px;
    width: 77px;
    background: #951e22;
    border: none;
    color: #fff;
    display: block;
    margin-top: 12px;
    float: right;
    line-height: 30px;
    padding-top: 0;
}

.query-desc {
    line-height: 27px;
    color: #666;
    padding-top: 20px;
}

/* 注册 */
.reg {
    width: auto;
    margin: auto;
}

.reginput {
    width: 245px;
    height: 34px;
    padding-left: 5px;
    background: #ebebeb;
    border: 1px solid #ebebeb;
}

.reg .sub {
    width: 100px;
    height: 35px;
    background: #342678;
    color: #fff;
    border: none;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    padding: 0;
}

/*导航栏*/
.nav-top{
    /*width: 1200px;*/
    max-width: 1200px;
    margin:auto;
    display: block;
	background:#342678;
   /*  border-bottom: 2px solid #342678; */
}
.nav-top a{
    display: inline-block;
    width: 12%;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}
.nav-top a:hover{
   text-decoration:underline;
}

/*滚动新闻*/

.flash-news{ width:1200px; margin:0 auto; position:relative;}
.flash-news .hd{  float:left;  width:94px; padding:10px;margin-right: -20px;}
.flash-news .hd a{  height:24px; line-height:24px; color:#5e5e5e; text-align:left; }
.flash-news .bd{ padding:10px;
    height: 24px;
    overflow: hidden;
    position: relative;}
.flash-news .bd .tempWrap{ width:850px !important; }
.flash-news .bd ul{ overflow:hidden; zoom:1;width:1080px;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 24px;
    overflow: hidden;
    height: 35px;
}
.flash-news .bd ul li{margin-right:20px;height:24px;line-height:24px;text-align:left;background: url(../images/li_ico.gif) left center no-repeat; padding-left: 8px; float: left; margin-top: 10px}
.flash-news .bd ul li.clone a{font-size:14px;color:#666;}

/*简介*/
.ab{
    display: block;
    width: 1200px;
    margin: auto;
}

.ab-left{
    float: left;
    width: 54%;
    padding: 20px;
    line-height: 36px;
}

.ab-right{
    float: right;
    width: 42%;
    text-align: right;
}

/*广告位*/
.ad{
    width: 1200px;
    margin: auto;
}

.ad img{
    width: 100%;
}

/*资讯*/
.news-con{
    display: block;
}

.news-item{
    float: left;
    width: 30%;
    margin-right: 15px;
    padding:10px;
    background: #fff;
    box-shadow: 0px 3px 10px #b6b6b6;
    margin-bottom: 15px;
}
.news-con:nth-of-type(3n) .news-item{
    margin-right: 0;
}

.news-item .news-img{
	/*width:360px;*/
	height:276px;
	display: flex;
	align-items: center;
	justify-content: center;

}
.news-item .news-img img{
	max-width:100%;
	max-height:100%;
}
.news-item p{
    line-height: 30px;

}
.news-img img{
    width:100% ;
}

.news-date{
    font-size: 12px;
    color: #342678;
	 color: #545454;
}

.news-title{
    font-size: 18px;
    font-weight: 100;
}

.news-content{
    font-size: 14px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.news-btn{
    color: #342678;
    cursor: pointer;
    margin-bottom: 10px;
}

.news-btn:hover{
    color: #2c00ff ;
}
/*内页视频中心*/

#content .item-left{
	width:100%;
	height:300px;
	overflow:hidden;
}
#content .item-right{
	/*width:576px;*/
	height:100%;
	overflow:hidden;
}
#content .item-right video{
	width:100%;
	/*height:100%;*/
}
.item {
    display: inline-block;
   margin: 40px 0 20px;
}
.item-left-w {
    /*width: 576px;*/
    width: 48%;
    float: left;
    padding: 0 12px;
    height: 346px;
    display: flex;
    justify-content: left;
    align-items: center;
}
.item-right-w {
    /*width: 576px;*/
    width:47%;
    height: 425px;
    float: left;
    padding: 0 12px;
    position: relative;
}
.item-left {
    width: 478px;
    height: 238px;
}
#content .item .item-title {
    font-size: 24px;
	color:#5e5e5e;
    text-align: left;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.item-con {
	display:block;
	height:120px;
	overflow:hidden;
    font-size: 14px;
    margin: 33px 0 40px 0;
    line-height: 26px;
	text-align: left;
}
.item p,.item-2 p{
	line-height:1.8;
	font-size: 14px;
    color: #999;
	text-align:justify;
}
#content .item-2 p.item-title, #content .item-2 .item-con p ,.item-2 .item-btn{
    text-align: right;
}
.item-btn a {
    background: #d2c8e3;
    padding: 11px 20px;
    color: #342678;
    border-radius: 10px;
}

.line{
	width: 40px;
	border-bottom:1px solid #000000 ;
	margin: auto;
	margin-bottom: 46px;
}

 .pagination {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -moz-box-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
.fenye {
    text-align: center;
}

.fenye li.pageNum{
	display: inline-block;
	margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-family: PingFangSC-Regular, sans-serif;
    box-sizing: border-box;
    /* font-weight: 100; */
    transition: all .4s;
}
 .pagination .pageNum a {
    display: block;
    width: 48px;
    height: 48px;
    border: solid 1px #dcdddd;
    margin-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #898989;
}
 .pagination .pageNum.active a {
    color: #342678;
    background: #d2c8e3;
}
 .pagination .pageNum.go_down a {
    width: 80px;
}

/*内页资讯中心*/

.Download_list {
    float: left;
    width: 100%;
    margin: 15px 0 30px;
}
.Download_list li {
    float: left;
    width: 100%;
    line-height: 55px;
    color: #333333;
    font-size: 14px;
    border-bottom: 1px solid #e7e6e6;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.xz_box {
    float: left;
    width: 100%;
    position: relative;
}
.xz_cont {
    float: left;
    width: 100%;
    padding: 0 78px 0 5px;
}
.xz_2 {
    float: left;
    width: 58.25%;
}
.xz_2 a {
    float: left;
    width: 100%;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 30px;
}
.xz_5 {
    float: right;
    width: 78px;
    position: absolute;
    right: 0;
    top: 0;
}
.Download_list li:hover {
 background: #d2c8e3;
 color: #fff;
 padding: 0 20px;
}
.Download_list li:hover .xz_1 {
 color: #cbe9ff;
 background: url(../product/main43.png) left center no-repeat;
}
.Download_list li:hover .xz_1 span {
 color: #fff;
 background: url(../product/main47.jpg) right center no-repeat;
}
.Download_list li:hover .xz_2 a {
 color: #342678;
}
.Download_list li:hover .xz_5 a {
 color: #fff;
 background: url(../product/main45.png) left center no-repeat;
}
.news-box {
    max-width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.news-info-top {
    padding-bottom: 0.8rem;
    border-bottom: 1px solid #dadce2;
    text-align: center;
}
.news-info-top h1 {
    font-size: 28px;
    color: #000;
    margin-bottom: 1rem;
}
.news-info-top-tips span {
    display: inline-block;
    vertical-align: top;
    margin: 0 0.6rem;
    font-size: 12px;
    color: #5b5b5b;
    line-height: 13px;
}
.news-info-top-tips span {
    display: inline-block;
    vertical-align: top;
    margin: 0 0.6rem;
    font-size: 12px;
    color: #5b5b5b;
    line-height: 13px;
}
.news-info-top-tips .time:before {
    background-image: url(../images/icon_14.png);
}
.news-info-top-tips .view:before {
    background-image: url(../images/icon_15.png);
}
.news-info-article {
    padding-top: 1rem;
    font-size: 15px;
    color: #444;
    line-height: 28px;
    margin-bottom: 2rem;
}
.news-info-article img {
	display:block;
	margin:0 auto;
    max-width: 100%;
    height: auto !important;
}
.clearfloat:after {
    font-size: 0;
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ' ';
}
.article-page li {
    float: left;
    width: 33.33%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.article-page li a {
    display: block;
    padding: 0 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    position: relative;
    text-align: center;
    color: #342678;
    font-size: 13px;
    background: #d2c8e3;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    transition: all 2s ease;
    overflow: hidden;
}
.article-page li a:after {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #fff;
    content: '';
    display: block;
    top: 50%;
    right: 0.75rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.article-page li:nth-child(1) {
    padding-right: 0.8rem;
}
.article-page li:nth-child(2) {
    padding: 0 0.4rem;
}
.article-page li:nth-child(3) {
    padding-left: 0.8rem;
}

.video-play{
    position: absolute;
    left: 45%;
    top: 33%;
    cursor: pointer;
    z-index: 100;
}





.car-l{
    border:1px solid #ddd;
    padding: 20px;
}
.car-status{
    font-size: 18px;
    margin-bottom: 15px;
}
.car-status a{
    color:#ccc;
    display: inline-block;
    padding: 0 10px;
}
.car-status .cur{
    color:#000000;
}
.car-select{
    border:none;
    width:32px;
}
.carfrom tr td{
    border-top:1px solid #ddd;
    padding: 10px;
    vertical-align: middle;
}
.g-num{
    display: inline-block;
    vertical-align: top;
}
.g-num2{
}
.add-pic{
    display:block;
    cursor: pointer;
    margin-bottom: 5px;
    transition: all 0.5s;
}
.add-pic:hover,.red-pic:hover{
    opacity: 0.6;
}
.red-pic{
    cursor: pointer;
    transition: all 0.5s;
}
.car-desc{
    height: 63px;
    overflow: hidden;
    padding-right: 30px;
}
.totalPrice{
    width: 119px;
}
.car-obj td a{
    width:120px;
    background: #000000;
    color:#fff;
    text-align: center;
    height:35px;
    line-height: 35px;
    display: inline-block;
}
.car-obj td .car-buy{
    background: #fff;
    color:#000000;
    margin-right: 20px;
}
.car-obj{

}
.carfrom .car-obj td{
    border-top:none ;
}
.carfrom .car-obj td{
    height:90px;
}
.buy-info .info1{
    float:left;
    width:180px;
    margin: 30px 20px 0 23px;
}
.buy-info .info1 p{
    line-height:23px;
    color:#ccc;
}
.buy-info .info1 em{
    font-weight: bold;
    font-size: 16px;
    height: 30px;
    display: inline-block;
}
.car-r{
    border:1px solid #ddd;
    padding:10px;
    width:330px;
}
.car-help p{
    line-height:25px;
}

.car-help em{
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    display: block;
}
.car-help{
    padding: 20px;
}
.car-r-ad{
    width: 327px;
    height:269px;
    overflow: hidden;
}
.carfrom td .good-title{
    color: #666;
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
}
.carfrom td .good-spec{
    color: #999;
}


.settlement-update-cart{
    text-align: right;
    margin-bottom: 10px;
}
.settlement-update-cart a{
    color: #666;
}
.addres-list{
    float: left;
    width: 320px;
    border: 1px solid #ddd;
    padding: 10px;
    margin-right: 15px;
    cursor: pointer;
    box-shadow: 0 0 1px 0 #666;
    transition: all 0.3s;
    position: relative;
}
.addres-list i{
    position: absolute;
    right: -1px;
    bottom: -1px;
    display: none;
}
.addres-list i img{
    height: 25px;
}
.addres-list.on,.addres-list:hover{
    border: 1px solid #333;
    box-shadow: 0 0 1px 0 #000;
}
.addres-list.on i{
    display: block;
}
.addres-list .addres-list-username{
    font-size: 18px;
}
.addres-list .addres-list-address{
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}
.adde {
    margin: 20px 20px 0;
}
.adde table {
    border-collapse: collapse;
    width: 100%;
}
.adde table td {
    border: 1px solid #ddd;
    padding: 5px;
    font-size: 14px;
}
.adde table td input {
    padding: 3px 8px;
    height: 30px;
    width: 255px;
    border: 1px solid #ddd;
    outline: none;
}
.adde table td input:focus{
    outline: none;
}
.adde table td select {
    padding: 3px 8px;
    height: 30px;
    border: 1px solid #ddd;
    margin-right: 5px;
    width: 115px;
    outline: none;
}
.adde table td .input-checkbox {
    width: 15px;
    padding: 0;
    height: 15px;
}
.adde table td .sub-btn {
    width: 100px;
    cursor: pointer;
}
.order-message{
    height: 80px;
    width: 60%;
    padding: 5px;
    border: 1px solid #ddd;
    outline: none;
    resize: none;
}
.pay-list{
    margin-top: 15px;
    overflow: hidden;
}
.pay-list a{
    float: left;
    border: 1px solid #ddd;
    padding: 5px;
    width: 150px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    position: relative;
}
.pay-list a i{
    position: absolute;
    right: -1px;
    bottom: -1px;
    display: none;
}
.pay-list a i img{
    height: 20px;
}
.pay-list a.on,.pay-list a:hover{
    border: 1px solid #333;
    box-shadow: 0 0 1px 0 #000;
}
.pay-list a.on i{
    display: block;
}
#pay_url,#pay_xianxia {
    display: block;
    width: 150px;
    text-align: center;
    line-height: 35px;
    margin-top: 15px;
    background: #000;
    color: #fff;
    transition: all 0.3s;
}
#pay_url:hover{
    background: #222;
    border-radius: 5px;
}

.index-con{
    width: 1200px;
    padding-bottom: 77px;
    margin: auto;
    margin-top: 30px;
}

.catalog-list{

}

.car-obj td button {
    width: 120px;
    background: #000000;
    color: #fff;
    text-align: center;
    height: 35px;
    line-height: 35px;
    border: none;
    cursor: pointer;
    display: inline-block;
    padding: 0;
}

.index-con{
    width: auto;
    padding-bottom: 77px;
    margin: auto;
    padding-top: 30px;
    background: #010f7c;
    min-height: 650px;
}

.position{
    padding: 20px 0;
}

.position a{
    color:#666;
}

.reg{
    width:700px;
    margin: auto;
}

.reginput{
    width:223px;
    height:27px;
    padding: 5px;
    border: none;
    background: #ebebeb;
}
.reg .send{
    width: 50px;
    height: 37px;
    border: none;
    color: #fff;
    background: #000;
    cursor: pointer;
    margin-left: 6px;
}
.reg .sub{
    width:140px;
    height:35px;
    background: #010f7c;
    color:#fff;
    border: none;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0;
}




/*内页关于我们*/


/*内页联系我们*/

@media screen and (max-width: 1024px) {
    .index-con{
        width: auto;
        min-height: auto;
    }

    .addres-list{
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0;
    }

    .addres-list:last-child{
        margin-bottom: 0;
    }

    .adde table td input{
        width: 200px;
    }

    .adde table td select{
        width: 70px;
    }

    .settlement-update-cart{
        padding-right: 10px;
    }

    .car-status a{
        padding: 0 6px;
    }

    .order-message{
        width: 96%;
        padding: 2%;
    }
}