@charset "utf-8";
/* CSS Document @woniu*/

/*公共基础*/
.layui-fluid,
.layui-container{
	padding: 0px;
	margin: 0px;
}
.mtop10{
	margin-top: 0.625rem;
}
a{
	color: #333333;
}
a:hover{
	color: #0066CC;
}
a.wlink {
	color: #FFFFFF;
}
a.wlink:hover{
	color: #FFB800;
}
.layui-breadcrumb a {
	color: #333333 !important;
	font-size: 0.875rem;
	line-height: 2rem;
}
.layui-breadcrumb a:hover {
	color: #0066CC !important;
}
.tright{
	text-align: right;
}
.tcenter{
	text-align: center;
}
.fr{
	float: right;
}

/*头部*/
.mainbox {
    width: 560px;
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
    height: auto;
    overflow: hidden;
}

.topper {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 999;
}
.m-navigation {
	width:100%;
    height: 80px;
    background: url(../images/header-bg.jpg);
	position:relative;
}
.m-logo{ width:68px; height:auto; float:left; margin-left:4%;}
.m-logo img{ margin-top:25px; max-width:100%;}
.tp_ss{
    width: 225px;
    height: 28px;
    font-size: 13px;
    top: 25px;
    left:100px;
	border: 1px solid #fff;
	font-weight: lighter;
    color: #fff;
    position: absolute;
}
.tp_ss .txt{ width:190px; height:28px; float:right; border:0; background:none;}
.tp_ss .btn{ width:35px; height:28px; float:right; background:url(../images/search-i.png) center no-repeat; background-size:50%; border:0;}
/* WebKit browsers */
input::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
}
/* Mozilla Firefox 4 to 18 */
input:-moz-placeholder {
    color: #fff;
    opacity: 1;
    font-size: 14px;
}
/* Mozilla Firefox 19+ */
input::-moz-placeholder {
    color: #fff;
    opacity: 1;
    font-size: 14px;
}
/* Internet Explorer 10+ */
input:-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
}
.m-navigation .m-menu {
    float: right;
    width: 21px;
    height: 80px;
    cursor: pointer;
    background: url(../images/menu.png) no-repeat center center;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    margin-right: 4%;
}
.m-nav {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
}
.m-nav .m-a {
    font-size: 16px;
    line-height: 54px;
    display: block;
    text-indent: 4%;
    width: 100%;
    text-align: left;
	border-top:1px solid #fff;
    color: #fff;
    background: rgba(0,130,202,0.6) url(../images/nav-i.png) no-repeat right 4% center;
    background-size: 14px auto;
}
.m-nav .m-sub a {
    font-size: 14px;
    line-height: 48px;
    display: block;
    width: 100%;
    padding: 0 4%;
    text-indent: 1em;
    text-align: left;
    color: #fff;
    border-top: 1px solid #fff;
    background: rgba(0,130,202,0.8);
}

/*动画*/
.banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 80px;

}
.banner img{
    display: block;
	width:100%;
}
#slide2{
    display: block;
}
#slide2 .swiper-pagination-bullets{
    bottom: 50px;
}
#slide2 .swiper-pagination-bullet{
    width: 5px;
    height: 5px;
    background: #fff;
    opacity: 1;
    box-shadow: 0 0 0.1rem #000;
}
#slide2 .swiper-pagination-bullet-active{
    background: #0f69b5;
}
.banner .banner-bar{
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: url("../images/banner-bar.png") no-repeat bottom center;
    background-size: auto 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
}
.banner .banner-bar h1{
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 3px;
}

.model {
	width:100%;
    position: relative;
}
.model .title {
    width: 103px;
    height: 140px;
	float:left;
	margin-left:40%;
	margin-top:-70px;
	margin-bottom:20px;
	overflow:hidden;
}
img{ max-width:100%; border:0;}
.model .listBox {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.model .listBox .mid {
    width: 100%;
    height: 220px;
    background: url(../images/car-mid.png) no-repeat left 10px center;
    background-size: 80%;
    position: absolute;
    margin-left: 0;
    top: 0;
    left: 0;
}
.model .listBox .swiper-container {
    width: 100%;
}
.model .listBox .swiper-slide {
    width: 250px;
    height: 220px;
}
.model .listBox .swiper-slide.swiper-slide-active img {
    transform: scale(1);
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    filter: none;
    opacity: 1;
}
.model .listBox .swiper-slide .name {
    width: 100%;
    position: absolute;
    left: 0;
    text-align: center;
	font-size:13px;
    transition: bottom 400ms;
    -moz-transition: bottom 400ms;
    -webkit-transition: bottom 400ms;
    -o-transition: bottom 400ms;
	bottom: 0;
    background: url(../images/car-tBox.png) no-repeat center;
	background-size:100px auto;
}

.hot {
    background: #fff url(../images/hot-bg.png) no-repeat center;
    background-size: 100% auto;
    padding-bottom: 20px;
}
.box {
    width: 96%;
	margin:0 auto;
	overflow:hidden;
}
.hot .title {
    text-align: center;
    margin: 40px 0 20px 0;
    font-size: 23px;
    font-weight: lighter;
    color: #1079b3;
}
.news .title {
    text-align: center;
    margin: 40px 0 20px 0;
    font-size: 23px;
    font-weight: lighter;
    color: #1079b3;
}
.hot .list {
    width: 100%;
}

.hot .item {
    width: 46%;
    margin: 5px 0 5px 8px;
    box-shadow: 0 5px 5px rgba(0,0,0,0.68);
	float: left;
    border: 1px solid #fff;
}
.hot .item .imgBox {
    background: #efefef;
}
.hot .item .imgBox img {
    display: block;
}
.hot .item .txtBox {
	height:44px;
	line-height:44px;
	overflow:hidden;
	background:#fff;
	float:left;
}
.hot .item .txtBox .t1 {
    font-size: 13px;
    font-weight: bold;
	color:#000;
}


/*首页新闻css*/
.news {
    background: #fff url(../images/new-bg.png) no-repeat center;
    background-size: 100% auto;
    padding-bottom: 40px;
}
.news .left {
    width: 96%;
	padding-right: 0;
    background: transparent;
    float: none;
    margin: 0 auto;
}
.news .left .control {
    border: 1px solid #8a8a8a;
    box-shadow: 0 0 16px rgba(0,0,0,0.23);
	width:98%; float:left;
}
.news .left .item {
    display: block;
    width: 94.5%;
	float:left;
    padding: 15px 10px;
    background: #fff;
    border-top: 1px solid #817f80;
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}
.news .left .item:first-child {
    border-top: none;
}
.clearFix {
	width:100%; overflow:hidden; float:left;
}
.news .left .item .t1 {
    font-size: 16px;
    color: #0c6fb8;
    float: left;
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}
.news .left .item .t2 {
    font-size: 12px;
    color: #595757;
    float: right;
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}
.news .left .item .t3 {
	width:100%;
	float:left;
    margin-top: 10px;
    font-size: 13px;
	line-height:25px;
    color: #595757;
}
.news .left .more {
    font-size: 13px;
    width: 125px;
    height: 40px;
    line-height: 40px;
	display: block;
	float:left;
	text-align: center;
	background: #d2d2d3;
    color: #595757;
	margin-left:30%;
	overflow:hidden;
	border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.company{ width:100%; height:auto; float:left; overflow:hidden;}
.company .online, .company .partner {
	width:100%;
	padding:15px;
    margin: 0 auto;
    background: url(../images/company-bg.jpg) no-repeat center;
    background-size: cover;
    border-top: 10px solid #006ab4;
}
.company .online .title, .company .partner .title {
    font-size: 23px;
    margin-bottom: 20px;
	color: #595757;
}
.company .online .type{ width:100%; float:left; overflow:hidden; margin-bottom:15px;}
.company .online .type span{ width:20%; height:24px; line-height:24px; float:left;}
.company .online .txt {
    width:70%;
    height: 24px;
    line-height: 24px;
    margin-left: 0;
    float: left;
	background: #e9ebec;
    border: 1px solid #fff;
}
.company .online .lynr {
    width:70%;
    height: 144px;
    line-height: 24px;
    margin-left: 0;
    float: left;
	background: #e9ebec;
    border: 1px solid #fff;
}
.note{ width:95%; height:auto; line-height:22px; float:left; margin-top:10px; font-size:13px; color:#595757;}
.company .online .sub {
    width: 103px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    font-size: 14px;
	background: #2c2d2d;
    color: #fff;
}
.company .partner {
    margin: 20px auto 30px auto;
	overflow:hidden;
}

.company .partner .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 80px;
    height: 80px;
    overflow: hidden;
    float: left;
    margin: 10px 10px 0 0;
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,0.6);
}
.company .partner .more {
    width: 103px;
    height: 30px;
	float:left;
	text-align:center;
    line-height: 30px;
    margin-top: 20px;
    font-size: 14px;
	background: #2c2d2d;
    color: #fff;
}
.footer{ width:100%; float:left; height:auto; background:#e1e2e2; padding:15px 0; text-align:center;}
.footer p{ line-height:30px; font-size:16px;}
.footer span{ width:100%; float:left;}
.foot-bottom{ width:100%; float:left; height:auto; background: url(../images/foot-bottom.jpg) no-repeat center; padding:15px 0; text-align:center; color:#fff; margin-bottom:60px;}

.back-top {
    width: 55px;
    font-size: 12px;
	height:50px;
	line-height:90px;
    border-radius: 5px;
    padding: 8px 0 8px 0;
    background: #a7a7a7 url(../images/top.png) no-repeat top 10px center;
    background-size:50%;
    bottom: 60px;
	color: #fff;
	text-align: center;
	position: fixed;
	right: 0;
}
.back-top:hover{
    background:#0081cc url("../images/top.png") no-repeat top 12px center;
    background-size:50%;
	color:#fff;
}
.bddh{ width:100%; height:60px; line-height:50px; position:fixed; left:0; bottom:0; background:#a6cfe8;}
.bddh a{ width:80%; height:40px; line-height:40px; float:left; margin:10px 10%; overflow:hidden; background:#29adf1; text-align:center; color:#fff; font-size:18px;}

.flash{ width:100%; height:auto; float:left; overflow:hidden; margin-top:80px;}
.pageconet{ width:100%; height:auto; float:left; background:#fff;}
.daohang{ width:100%; height:auto; float:left; line-height:40px; color:#000; font-size:13px; text-indent:10px; background:#f5f5f5;}
.pgneirong{ padding:15px; overflow:hidden; line-height:27px; font-size:16px;}
.pgneirong h2{ text-align:center; color:#0081cc; font-size:20px; font-weight:bold; margin-bottom:15px;}
.pgneirong p{ line-height:27px; font-size:16px;}

.newList{ width:100%; height:auto; float:left; overflow:hidden; background:#fff; margin-top:80px;}
.newList .title {
    text-align: center;
    margin: 20px 0 20px 0;
    font-size: 23px;
    font-weight: lighter;
    color: #1079b3;
}
.imgList{ width:100%; height:auto; float:left; overflow:hidden;}
.newList .item {
    display: block;
    width: 100%;
    float: left;
    padding-bottom: 20px;
	margin-bottom:10px;
    border-bottom: 1px solid #595757;
}
.newList .item .imgBox {
    box-shadow: -5px 5px 5px rgba(0,0,0,0.4);
    position: relative;
}
.newList .item .imgBox img {
    display: block;
}
.newList .item .imgBox .bg {
    width: 100%;
    height: 100%;
    background: url(../images/news-imgBox.png) no-repeat left top;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 0;
}
.newList .item .txtBox {
    margin-top: 20px;
}
.newList .item .txtBox .t1, .m-newsList .txtList .item .t1 {
    font-size: 14px;
    color: #595757;
}
.newList .item .txtBox .t2, .newList .txtList .item .t2 {
    font-size: 14px;
    font-weight: bold;
    color: #595757;
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.List_page {
	width: 100%;
	height: 25px;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	float: left;
}
.List_page a {
	background: #fff;
	margin: 0px 1px;
	padding: 4px 10px;
	border: 1px solid #ddd;
	color: #000;
}
.List_page a:hover {
	background: #0081cc;
	color: #fff;
	margin: 0px 1px;
	padding: 4px 10px;
	border: 1px solid #0081cc;
	transition: all 0.5s ease
}
.List_page span {
	background: #0081cc;
	color: #fff;
	font-weight: 700;
	margin: 0px 1px;
	padding: 4px 10px;
	border: 1px solid #0081cc;
	cursor: pointer
}
.newsImg{ width:100%; height:auto; float:left; overflow:hidden;}
.newsImg a{ width:48%; height:auto; float:left; margin-left:2%; margin-bottom:15px; overflow:hidden;}

.newListzx{ width:100%; height:auto; float:left; overflow:hidden; background:#fff; margin-top:80px; margin-bottom:30px;}
.newListzx .title {
    text-align: center;
    margin: 20px 0 20px 0;
    font-size: 23px;
    font-weight: lighter;
    color: #1079b3;
}
.imgList{ width:100%; height:auto; float:left; overflow:hidden;}
.newListzx .list{ overflow:hidden; width:100%; float:left; padding-top:30px;}
.newListzx .item {
    display: block;
    width: 48%;
	margin-left:2%;
    float: left;
    padding-bottom: 20px;
	margin-bottom:10px;
    border-bottom: 1px solid #595757;
}
.newListzx .item:first-child {
    margin-top: 0;
    width: 100%;
}
.newListzx .item .imgBox {
    box-shadow: -5px 5px 5px rgba(0,0,0,0.4);
    position: relative;
}
.newListzx .item .imgBox img {
    display: block;
}
.newListzx .item .imgBox .bg {
    width: 100%;
    height: 100%;
    background: url(../images/news-imgBox.png) no-repeat left top;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 0;
}
.newListzx .item .txtBox {
    margin-top: 20px;
}
.newListzx .item .txtBox .t1, .m-newsList .txtList .item .t1 {
    font-size: 14px;
    color: #595757;
}
.newListzx .item .txtBox .t2, .newListzx .txtList .item .t2 {
    font-size: 14px;
    font-weight: bold;
    color: #595757;
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.newListzx .list .more {
    display: block;
    width: 142px;
	float:left;
    text-align: center;
    margin: 15px 0 0 100px;
    height: 31px;
    line-height: 31px;
    background: url(../images/news-more.jpg) no-repeat center;
    background-size: cover;
    font-size: 14px;
    color: #fff;
    box-shadow: 0.05rem 0.05rem 0.05rem rgba(0,0,0,0.4);
}
.detailsBox {
    width: 100%; float:left;
}
.detailsBox .title {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #333333;
	margin:0;
	padding-top:30px;
}
.detailsBox .time {
    width: 147px;
    height: 27px;
    line-height: 27px;
    font-size: 12px;
	margin: 0 auto;
	color: #333333;
    text-align: center;
    border-bottom: 1px solid #333;
}
.detailsBox .content {
    margin-top: 15px;
    font-size: 14px;
	color: #595757;
    line-height: 27px;
    text-align: justify;
	padding-bottom:15px;
}
.detailsBox .content video{ width:100% !important;}

.prdshow{ width:100%; height:auto; float:left; overflow:hidden; margin-bottom:20px;}
.prdshow .title {
    text-align: center;
    margin: 20px 0 20px 0;
    font-size: 23px;
    font-weight: lighter;
    color: #1079b3;
	width:100%; float:left;
}
.prdshow .des{
	font-weight: lighter;
    line-height: 25px;;
    color: #595757;
    text-align: center;
	font-size:12px;
	margin:20px 0;
}
.prdshow .imgBox{ width:100%; height:auto; float:left; overflow:hidden; margin-bottom:30px;}
.prdshow .imgBox img{ width:48%; float:left; margin-left:2%; overflow:hidden;}
.view-table{ width:100%; height:auto; float:left; overflow:hidden; line-height:27px; font-size:16px; margin-bottom:20px;}
.view-table table{ width:99%; float:left; overflow:hidden; word-wrap: break-word; word-break: break-all; border:1px solid #ddd;}
.view-table td{ border:1px solid #ddd; padding:4px;}

#Slide1{ width:100%; margin-top:20px; margin-bottom:20px; overflow:hidden;}
.prdshow .swiper-slide {
    width: 32%;
    margin: 0 0.6%;
}
.prdshow .item{ width:48%; height:auto; float:left; margin-left:2%; margin-top:20px; text-align:center; overflow:hidden; background:#eeeeee; padding-bottom:20px;}
.prdshow .item img{ max-width:80%; margin-bottom:20px; margin-top:20px;}
.prdshow .item .name {
    display: block;
    font-size: 12px;
    font-weight: lighter;
    width: 86%;
	margin-left:7%;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
	float:left;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #595757;
    border-top: 1px solid #595757;
    border-bottom: 1px solid #595757;
}
.btnBox{ width:100%; height:auto; float:left; overflow:hidden; margin-top:25px;}
.btnBox .btn {
    display: block;
    width: 229px;
    height: 70px;
    background: url(../images/product-btn1.png) no-repeat center;
    background-size: cover;
    margin: 0 auto;
}

.show-img{ width:96%; margin:0 auto; overflow:hidden;}
.show-txt{ background:#eee; padding:20px;}
.show-txt .t1{ color:#5f5f5f; font-size:20px; text-align:center; font-weight:bold;}

.viewable video{ width:100% !important;}

.box .choice{ width:100%; font-size:16px; line-height:30px; text-align:center;}

.clearFix table { border:1px solid #666; border-collapse:collapse;}
.clearFix table td { border:1px solid #666; padding:5px 10px; line-height:26px; height:30px}
.clearFix img{ width:100%; float:left;}
.clearFix table{max-width: 100%;min-width: 100%;  background: #fff; }
.clearFix table tr:nth-of-type(odd) { background: #c6c5c5;}