﻿@charset "utf-8";
/* CSS Document */


#car{
	background:#f5f5f5;
	padding-top:40px;
	padding-bottom:55px;
}
#car .car_tu{
	background:#fff;
	margin-bottom:40px !important;
}
.car_tu .tit{
	width:100%;
	border-bottom:2px solid #dddddd;
	height:60px;
	line-height:60px;
}
.car_tu .tit span{
	color:#333333;
	border-bottom:2px solid #005592;
	margin-left:30px;
	height:60px;
	line-height:60px;
	display:inline-block;
	font-size:20px;
}
.car_tu .tu{
	position:relative;
}
.car_tu .tu .car_che{
	width:1200px;
}
.car_tu .tu .cir{
	position:absolute;
	width:88px;
	height:88px;
	border:2px solid #fff;
	border-radius:50%;
	transition:all 0.6s;
	background:rgba(0,0,0,0.5)
}
.car_tu .tu .cir1{
	 top: 8px;
    left: 95px;
}
.car_tu .tu .cir2{
	top: 450px;
    left: 373px;
	
}
.car_tu .tu .cir3{
	    top: 450px;
    left: 215px;
	
}
.car_tu .tu .cir4{
	 top: 237px;
    left: 403px;
}
.car_tu .tu .cir5{
	    top: 375px;
    left: 672px;
	
}
.car_tu .tu .cir6{
	   top: 307px;
    left: 590px;
	
}
.car_tu .tu .cir7{
	   top: 410px;
    left: 1048px;
	
}
.car_tu .tu .cir:hover{
	background:rgba(211,216,238,0.5);
	border:2px solid  #CCC;
}
.nei{
	width:100%;
	height:500px;
	background:#fff;
}
.nei .nei_zi{
	padding:60px;
}
.nei .nei_zi .ti{
	font-size:28px;
	margin-bottom:35px;
	color:#333333;
}
.nei .nei_zi p{
	color:#666666;
	font-size:18px;
	width:530px;
	line-height:25px;
}
.nei .nei_zi img{
	width:388px;
	height:325px;
}
.car_navs{
	width:100%;
	margin-bottom:40px !important;
}
.car_navs .nav ul li{
	height:50px;
	line-height:50px;
    WIDTH: 118px;
    border-left:1px solid #fff;
    border-right:1px solid #fff;
    float: left;
	display:inline-block;
}
.car_navs .nav ul li a{
	height:50px;
	transition:all 0.5s;
	line-height:50px;
	color:#fff;
    font-size:14px;
	font-weight:bold;
    text-align: center;
	display:block;
    overflow:hidden;
	background:#005592;
}

.car_navs .nav ul li a.sel{
	color:#fff;
	background:#005592;
}
.car_navs .dets{
	width:100%;
	padding:30px 0;
	min-height:470px;
	background:#fff;
}
.car_navs .dets>div{
	width:96%;
	margin:0 auto;
}
.car_navs .dets .det_2{
	width:97%;
}
.car_navs .dets .det_2 ul li{
	float:left;
	margin:10px 15px;
}
.car_navs .dets .det_2 ul li a img{
	width:260px;
	height:220px;
}
.layui-layer-content .nav_tu img{
	width:520px;
	height:440px;
}


.car_sm{
	background:#fff;
}
.owl-carousel{
	padding:35px 0;
}
.car_sm .tit{
	width:100%;
	border-bottom:2px solid #dddddd;
	height:60px;
	line-height:60px;
}
.car_sm .tit span{
	color:#333333;
	border-bottom:2px solid #005592;
	margin-left:30px;
	height:60px;
	line-height:60px;
	display:inline-block;
	font-size:20px;
}


.owl-carousel{
	position:relative;
}
.owl-controls{
	position:absolute;
	top:38%;
	left:0;
	margin:0 !important;
	width:100%;
}
.owl-nav>div{
	width:17px;
	height:30px;
}
.owl-nav .owl-next{
	background:url(car_right.png) no-repeat center !important;
	position:absolute;
	right:-45px;
} 
.owl-nav .owl-prev{
	background:url(car_left.png) no-repeat center !important;
	position:absolute;
	left:-45px;
}
.owl-nav{
	position:relative;
}
.owl-theme .owl-dots .owl-dot{
	display:none !important;
}
.item p{
	text-align:center;
    color:#fff;
	background:#005592 !important;
	font-size:14px;
}




.det_2 .car2_nav{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #3d4e55;
}
.det_2 .car2_nav a{
        color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 0 20px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    height: 100%;
    display: inline-block;
}
.det_2 .car2_nav a:hover{
    background: #29383f;
}
.det_2 .car2_nav a.on {
    background: #29383f;
}

.car_navs .dets .det_2 ul li a p {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    color:#666;
    background: #dddddd;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.car_navs .dets .det_2 ul li a:hover p {
    color: #fff;
    background: #005592;
}

.car_navs .det .tit {
    color: #005592;
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
    width: 100%;
}
.car_navs .det .imgg {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.car_navs .det .imgg img {
    width: 600px;
    height: 480px;
}
.car_navs .det .introduction {
    width: 100%;
    height: 40px;
    background: #f5f5f5;
}
.car_navs .det .introduction span {
    background: #dddddd;
    color: #666666;
    font-weight: bold;
    line-height: 40px;
    display: block;
    text-align: center;
    width: 200px;
}
.car_navs .det .zi {
    line-height: 25px;
    color: #666666;
    min-height: 168px;
    padding: 20px 0;
    font-size: 14px;
}

.car_navs .dets .article ul li {
    width: 270px;
    float: left;
    position:relative;
    margin: 0 10px;
    margin-bottom: 25px;
}
.car_navs .dets .article ul li .pnl-tit{

}
.car_navs .dets .article .pnl-img span {
    width: 270px;
    height: 150px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    background: url(vidPlayIco_02.png) center center no-repeat;
}
.car_navs .dets .article .pnl-img div {
    background: #000;
    opacity: .5;
    width: 270px;
    height: 150px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    filter: alpha(opacity=50);
}
.car_navs .dets .article .pnl-img img{
    width:270px;
    height:150px;

}
.car_navs .dets .article ul li .pnl-img {
    width: 270px;
    height: 150px;
}
.car_navs .dets .article ul li:hover .pnl-img span{
    display:block;
}
.car_navs .dets .article ul li:hover .pnl-img>div{
    display:block;
}
.car_navs .dets .article h1 {
    font-size: 14px;
    color: #666666;
    width: 98%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 24px;
    font-weight: bold;
    line-height: 24px;
    padding-top: 15px;
}
.car_navs .dets .article ul li .pnl-time {
    color: #999;
    font-size: 12px;
    background:#fff !important;
}
.car_navs .dets .article ul li .pnl-text {
    color: #666;
    line-height: 180%;
    font-size: 12px;
}



.pnd-t2 span {
    display: block;
    text-align:center;
    margin: 0px 5px;
    font-size: 12px;
    color: #999999;

    padding-bottom: 25px;
    border-bottom: dashed 1px #d9d9d9;
}

.pnd-video {
    width: 800px;
    height: 700px;
    margin: 10px auto;
}
.menu h3 {
    height: 50px;
    line-height: 50px;
    background: #adadad;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    padding: 0 20px;
    margin-top: 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
 .menu>div {
    padding: 20px;
    color: #666;
    border:1px solid #ccc;
    border-top:none;
    display: none;
    background: #fff;
    margin-bottom: 20px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
 .menu h3.on {
    background: #666;
    font-weight: bold;
}

 .pg-n-img {
    width: 145px;float: left;
    height: 120px;
}
 .pg-n-img img {
    width: 145px;
    height: 120px;
}
 .pg-n-tit {
    padding-left: 15px;
    float: left;
}
 .pg-n-tit>a {
     border-radius:20px;font-size:12px;color:#666;
     padding:6px 14px;
    border:1px solid #666;
    display:inline-block;
    position:absolute;
    bottom:10px;
    right:20px;
}
  .pg-n-tit>a.ap{
    bottom:50px;

  }
  .pg-n-tit>p{
      font-size:20px;
      margin-top:4px;
  }
 .pg-n-tit .nt2  {
    display: block;
    font-size: 16px;
    color: #666;
    padding: 6px 0px;
}