@charset "utf-8";
body {
	font-size: 16px;
	/*font-family:-apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;*/
	font-family: "Microsoft YaHei";
	/*background:#95adb7;*/
	color:#333;
	min-width:1600px;
}
*{margin:0;padding:0;}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:focus{outline:none}
a{text-decoration:none}
ul{list-style:none}
input:-webkit-autofill , textarea:-webkit-autofill, select:-webkit-autofill {
-webkit-text-fill-color: #ededed !important;
-webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
background-color:transparent;
background-image: none;
transition: background-color 50000s ease-in-out 0s; /*背景色透明 生效时长 过渡效果 启用时延迟的时间*/
}
input {
background-color:transparent;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
input,select{
	font-size:14px;
	vertical-align:middle;
	}
body div{
	text-align:center;
	}
textarea,input{
	word-wrap:break-word;
	word-break:break-all;
	padding:0px;}
li{list-style-type:none;}
img{border:0 none; 
	vertical-align:middle; 
	object-fit:cover;
}
a{
	text-decoration:none;
	color:#333;
	background-color: transparent; 
	}
a:hover{
	color:#1974A1;
	 }
a:link, a:visited{
	color:#333;
	text-decoration: none;
	outline: none;
	}
a:hover{
	color:#0E4470;
	text-decoration: none;
	}
video{
	object-fit: cover; 
	 }
@-webkit-keyframes move {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-moz-keyframes move {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-o-keyframes move {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes move {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.clear{
	clear: both;
	}
.row{
	margin-right: 0;
	margin-left: 0;
}
.disnone{
	display:none;
	}
.pages{
	margin:0 auto; 
	width:600px;
}
.tcdPageCode{
	padding: 15px 20px;
	text-align: left;
	color: #ccc;
}
.tcdPageCode p{
	display: inline-block;
	line-height: 25px;
	padding: 0 10px;
}
.tcdPageCode a{
	display: inline-block;
	color: #c90d00;
	height: 25px;	
	line-height: 25px;	
	padding: 0 10px;
	border: 1px solid #ddd;	
	margin: 0 2px;
	border-radius: 4px;
	vertical-align: middle;
}
.tcdPageCode a:hover{
	text-decoration: none;
	border: 1px solid #c90d00;
}
.tcdPageCode span.current{
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	margin: 0 2px;
	color: #fff;
	background-color: #c90d00;
	border: 1px solid #c90d00;
	border-radius: 4px;
	vertical-align: middle;
	}
.tcdPageCode span.disabled{	
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	margin: 0 2px;	
	color: #bfbfbf;
	background: #f2f2f2;
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	vertical-align: middle;
}

.wrap {
	max-width: 1400px;
	margin: 0 auto;
}
.wrap1800 {
	max-width: 1800px;
	margin: 0 auto;
}
.magintop26{
	margin-top:26px !important;
}
.magintop50{
	margin-top:50px !important;
}
.maginbottom50{
margin-bottom:50px !important;
}
.magintop420{
	margin-top:420px !important;
}
.main-wrap{
	margin: 0 auto;
	min-width: 330px;

}
.main-wrap video{
	width: 100%;
}
.navbar-default {
	background:#ffffff;
	border: 0;
	/*height: 170px;*/
}
.w1200{
	max-width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.w1400{
	max-width: 1400px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.w1360{
	max-width: 1360px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.w95{
	max-width: 95%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.outborder{
	border:1px solid #dbdbdb;
	}
.backtitle{
	/*background:#2c3e50;*/
	height:60px;
	box-shadow:0px 6px 10px rgba(202,202,202,0.2);/*水平阴影 垂直阴影 模糊距离 阴影大小 阴影颜色 内部（inset）阴影*/
	 
	}
.headertitle{
	height: 60px !important; background: #ffffff !important; line-height: 30px !important;
}
.headertitle .logo{
	height: 58px;
	vertical-align:middle;
}
.headertop{
	height: 32px; background: #eeeeee; line-height: 32px;
}
.headertop>div{
	height: auto; overflow: hidden;
}
.headertopleft{
	float: left;  
}
.headertopleft a{
	line-height:70px;
}
.headerrighttop{
	float: right;
}
.headerrighttop .topwelcom{
	font-size:12px; color:#000000; line-height:25px; margin:0px 2px;
}
.headerrighttop input{
	text-align:left; 
	font-size: 14px; 
	color: #999; 
	width: 206px;
	height: 30px; 
	background: none; 
	border:none;  
	line-height: 30px;
	padding: 0;
	float: left;
	margin-right: 0px;
	text-indent: 10px;
	border: 1px solid #19242e;
	border-right:none;
}
.headerrighttop>div{
	margin-left: 20px; 
	display: inline-block;
	height:30px;
	margin-top: 18px;
	line-height: 30px;
	margin-right: 2px;
}
.headerrighttop>div img{
	vertical-align: inherit;
}
.headerrighttop>div>a{
	display: inline-block;
	height: 100%;
}
.navbar-brand {
	height: 80px;
	/*padding: 25px 15px;*/
}
.navbar-brand  img{
	height: 60px;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #004996;
	background: none;
	/*border-bottom:2px solid #1dd2af;*/
}
.navbar-default .navbar-nav>li>a:hover{
	background: none;
	color:#004996;
	/*border-bottom: 2px solid #1dd2af;*/
} 
.navbar-nav>li>a {
	line-height: 50px;
}
.navbar-default .navbar-nav>li>a {
	color: #000000;
	line-height:60px;
	padding:0px 10px;
}
.nav>li>a {
	font-size:16px;
	/*padding: 10px 2px 5px 2px;*/
	display: inline-block;
	line-height: 60px;
}

.navbar-right {
	margin-right: -10px;
	float:right;
}
.navbar-nav > li {
    float: left;
}

/*二级菜单*/
.navbar-nav .mn{
	display:block;
	height:48px;
	float:left;
	padding:0 10px;
	transition-duration:0.2s;
	position:relative;
}
.navbar-nav .mn a{
	display:block;
	height:60px;
	line-height:60px;
	font-size:16px;
	color:#333;
	float:left;
	cursor:pointer;
}
.navbar-nav .mn .sonClass{
	width:140px;
	height:0;
	overflow:hidden;
	position:absolute;
	top:60px;
	left:0px;
	transition-duration:0.2s;
	z-index:9999;
	background: rgba(255,255,255, 0.7);

}
.navbar-nav .mn:hover .sonClass{
	height:auto;
	text-align:center;
}
.navbar-nav .mn:hover .sonClass li{
	display:inline-block;
	vertical-align: middle;
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	padding:6px 10px;

}

.navbar-nav .mn:hover .sonClass li a.serv{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
	text-align:center;
	border-bottom:1px solid rgba(255,255,255,0);

}
.navbar-nav .mn:hover .sonClass li a:hover.serv{
	/*background:rgba(80,95,109,0.1);*/
	
}
.navbar-nav .mn:hover .sonClass li a.serv:hover{
	border-bottom:1px solid #004996;
}
.navbar-nav .mn:hover .sonClass li a.serv span{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
	text-align:left;
	line-height:28px;
	font-size:14px;
	color:#535252;
	margin:0 auto;
}
.navbar-nav .mn:hover .sonClass li a:hover.serv span{
	color:#004996;
	
}
.navbar-nav .mn:hover .sonClass li a.serv i{
	display:block;
	width:100%;
	height:48px;
	text-align:center;
	line-height:48px;
	font-size:28px;
	color:#fff;
	margin:0;
	-webkit-transform: rotate(360deg);/*Safari 4+,Google Chrome 1+ */
	-moz-transform: rotate(360deg);/*Firefox 3.5+*/
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);/*ie*/
	transition-duration:0.2s;
}

/*banner轮播*/
.swiper-container {
  width: 100%;
  height: 650px;
}
.swiper-slide {
  background-position: center;
  /*background-size: contain;*/
  background-size:cover;
}
.swiper-pagination-bullet{
	width: 15px;
	height: 15px;
	margin: 5px;
	background: #b6b6b2;
	opacity:1;
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white{
	background: url(../img/right_arrow.png) no-repeat center center;
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white{
	background: url(../img/left_arrow.png) no-repeat center center;
}
.swiper-button-next, .swiper-button-prev{
	width: 46px;
	height:80px;
}
.swiper-login{
	height:408px; 
	width:318px; 
	background:rgba(44,62,80,0.8); 
	box-shadow:1px 3px 10px #323131; 
	position:absolute; 
	top:20%; 
	right:150px; 
	z-index:9
	}
.swiper-reg{
	height:608px; 
	width:416px; 
	background: #004996;
	/*background:rgba(44,62,80,0.8); */
	/*box-shadow:1px 3px 10px #323131; */
	position:absolute; 
	top:3%; 
	right:15%; 
	z-index:9
	}

.swiper-login h2{
	font-size:18px;
	font-weight:800;
	line-height:40px;
	height:40px;
	text-align:center;
	color:#1dd2af;
	letter-spacing:5px;
	padding:40px 0px;	
	}
	
.swiper-reg .reg-list{
	padding:10px 40px;
	}	
.swiper-reg .reg-close a{
	display:block;
	float:right;
	color:#9fb0c0;
	font-size:18px;
	height:30px;
	line-height:30px;
	padding:10px;	
	}		
.swiper-reg h2{
	font-size:30px;
	font-weight:bold;
	line-height:40px;
	height:40px;
	text-align:left;
	color:#fff;
	/*letter-spacing:5px;*/
	padding:2px 0px;	
	}
.swiper-reg h3{
	font-size:20px;
	font-weight:200;
	line-height:30px;
	height:30px;
	text-align:left;
	color:#9fb0c0;	
	}	
.reg-list ul {
	padding-top:40px;
	}	
.reg-list ul li{
	float:left;
	width:100%;
	height:48px;
	margin:15px 0px;
	}
.reg-list ul li img{
	float:left;
	vertical-align:middle;
	padding:9px 0px;
	}
.reg-list ul li input{
	float:left;
    height: 48px;
    line-height: 48px;
    border: none;
    width: 290px;
    outline: none;
	background:#fff;
	text-indent:10px;
	margin-left:16px;
	} 	

.swiper-login input[type="checkbox"] + label,.swiper-reg input[type="checkbox"] + label  { cursor: pointer;}
.my_protocol{font-size: 14px; color:#fff;cursor: pointer;}
.my_protocol .input_agreement_protocol { appearance: none;  -webkit-appearance: none;outline: none;display: none;}    
.my_protocol .input_agreement_protocol+span {width: 16px;height: 16px;background-color: #1dd2af;display: inline-block; background: url(../img/icon_checkbox.png)no-repeat;background-position: 0 -25px;position: relative;top: 3px; left:1px;}         
.my_protocol .input_agreement_protocol:checked+span {background-position: 0 0px;}
.l_error{
	display:none;
	padding:4px;
	font-size:14px;
	height:30px;
	line-height:30px;
	color:#ff0000;
	}
.swiper-reg .login-text{
	margin:0 auto;
    margin-bottom: 10px;
    width: 100%;
    height: 38px;
	text-align:left;
	}
.swiper-reg .login-text a{
	color:#74bb09;
	}
.swiper-reg .reg-text{
	margin-top:30px;
	text-align:left;
	
	}	
.swiper-reg .reg-text span{
	display:block;
	margin-top:24px;
	float:left;
	color:#fff;
	}	
.swiper-reg .reg-text span a{
	color:#74bb09;
	}
.swiper-reg .reg {
	/*margin-left:50px;*/
    width: 132px;
    display: inline-block;
    float: right;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    outline: none;
    background: #f0b708;
    text-indent: 0px;
    border: none;
}
/*
.swiper-login ::-webkit-input-placeholder,.swiper-reg ::-webkit-input-placeholder{
	font-size:14px;
	line-height:40px;
	color:#FFFFFF;
	}
.swiper-login ::-moz-placeholder,.swiper-reg ::-moz-placeholder{
	font-size:14px;
	line-height:40px;
	color:#FFFFFF;
  }
.swiper-login :-ms-input-placeholder,.swiper-reg :-ms-input-placeholder{
	font-size:14px;
	line-height:40px;
	color:#FFFFFF;
	}
.swiper-login :-moz-placeholder,.swiper-reg :-moz-placeholder{
	font-size:14px;
	line-height:40px;
	color:#FFFFFF;
  }
  */
.padding-left{
	padding-left:0px !important;
}
.padding-right{
	padding-right:0px !important;
	}
.margin-left{
	margin-left:0px !important;
}
.margin-right{
	margin-right:0px !important;
	}
.loginbox{
	 width:100%; 
	 height:92px; 
	 background:#004996; 
	 }
.loginbox ul li{
	float:left;
	padding:26px;
	color:#fff;	
	}
.loginbox ul li h2{
	font-size:18px;
	font-weight:bold;
	line-height:26px;
	color:#fff;
	text-align:left;
	}
.loginbox ul li h3{
	font-size:16px;
	font-weight:normal;
	line-height:26px;
	color:#9fb0c0;
	text-align:left;
	} 
.loginbox ul li img{
	 vertical-align:middle;
	}
.loginbox ul li input{
    height: 48px;
    line-height: 48px;
    border: none;
    width: 326px;
    outline: none;
	background:#fff;
	text-indent:10px;
	margin-left:10px;
	} 
 
.loginbox ul li .logbutton{
    width: 132px;
    display: inline-block;
    float: left;
    height: 48px;
	line-height:48px;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
	font-weight:bold;
    text-align: center;
    outline: none;
    background: #72bc0a;
	text-indent:0px;
    border: none;
}
.loginbox ul li .logh2{
	float:left;
	font-size:18px;
	font-weight:bold;
	line-height:52px;
	color:#9fb0c0;
	text-align:center;
	padding:0px 12px;
}
.loginbox ul li .reg{
	display:block;
    width: 132px;
    float: right;
    height: 48px;
	line-height:48px;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
	font-weight:bold;
    text-align: center;
    background: #f0b708;
	text-indent:0px;
    border: none;
} 
.paddingtop50{
	padding-top:50px;
	} 
.paddingtop80{
	padding-top:80px;
	} 
.first-title h2{
	line-height:40px;
	font-size:22px;
	font-weight:bold;
	color:#000000;
	text-align:center;	
	}
.first-title .firstmore{
	display:block;
	float:right;
	width:76px;
	}	
.first-title h3{
	font-size:14px;
	font-weight:normal;
	line-height:30px;
	color:#000000;
	text-align:center;
	}  
.first-titlelist li{
	width:226px;
	float:left;
	text-align:center;
	/*cursor: pointer;*/
	padding:80px 0px;	
	} 
.first-titlelist li h2{
	line-height:40px;
	font-size:18px;
	font-weight:bold;
	color:#000000;
	text-align:center;		
	}
.first-titlelist li h3{
	font-size:12px;
	font-weight:normal;
	line-height:14px;
	color:#000000;
	text-align:center;		
	}
 
.first-titlelist li img:hover {
	animation: move 2s infinite;
} 
 
.first-titlelist li a:hover h2,.first-titlelist li a:hover h3 {
	color:#004996;
}  
 
.first-lablist li{
	width:50%;
	float:left;
	text-align:center;
	padding:60px 26px;
	position:relative;
	} 
.first-lablist li a{
	display:block;
	width:100%;
	height:340px;
	overflow:hidden;
	} 
.first-lablist li img{
	width:100%;
	height:100%;
	transition: all 0.6s;
	} 
.first-lablist li img:hover{
	transform: scale(1.5);
	-ms-transform:scale(1.5);
	-moz-transform:scale(1.5); 	/* Firefox */
	-webkit-transform:scale(1.5); /* Safari 和 Chrome */
	-o-transform:scale(1.5);  
}
.first-lablist li .strip{
	width:65%;
	height:60px;
	position:absolute;
	background:rgba(0,73,150,0.8);
	line-height:60px;
	color:#fff;
	font-size:18px;
	text-align:left;
	text-indent:20px;
	}
.first-lablist li .strip span{
	float:right;
	margin-right:30px;
	font-size:20px;
	}  
 .first-lablist li .stripposition30{
	top:30%;
	}
  .first-lablist li .stripposition60{
	top:60%;
	}
 
 
.first-newslist li{
	width:33.3%;
	float:left;
	text-align:left;
	padding:60px 10px;
	position:relative;
	} 
.first-newslist li .lab_nimg {
    width: 100%;
    position: relative;
}
.first-newslist li .lab_nimg img {
    width: 100%;
	height:300px;
} 
.first-newslist li .lab_nimg .title {
    width: 100%;
    /*background: rgba(0,73,150,0.8);*/
	background: rgba(255,255,255,0.8);
    height: 50px;
    line-height: 50px;
    color: #000000;
	font-size:18px;
	text-align:left;
	text-indent:20px;
    position: absolute;
    bottom: 0;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.first-newslist li .lab_nimg  a:hover .title {
    background: rgba(0,73,150,0.8);
    height: 50px;
    color: #fff;
}
.first-newslist li .lab_nimg  a:hover .bg {
	display:none;
}
.first-newslist li .detail {
    width: 100%;
    line-height: 30px;
	height:90px;
    color: #424242;
	font-size:16px;
	text-align:left;
	overflow:hidden;
	/*white-space:nowrap;
	text-overflow:ellipsis;*/
}
.first-newslist li .date {
	margin-top:16px;
	line-height:20px;
    color: #666666;
	font-size:12px;
	text-align:left;
}

.first-newslist li .lab_nimg .bg {
    width: 100%;
	background: rgba(170,170,170,0.4);
    height: 100%;
    position: absolute;
    top: 0;
}
.first-noticelist .li-notice-first{
	width:22%;
	height:408px;
	background:#f1f1f1;
	padding:20px;
	overflow:hidden;
	}
.first-noticelist li{
	width:56%;
	float:left;
	padding:0px 30px;
	}
	
.first-noticelist li a{
	display:block;
	width:100%;
	overflow:hidden;
	} 

.first-noticelist li img{
	width:100%;
	height:408px;
	transition: all 0.6s;
	} 
.first-noticelist li img:hover{
	transform: scale(1.5);
	-ms-transform:scale(1.5);
	-moz-transform:scale(1.5); 	/* Firefox */
	-webkit-transform:scale(1.5); /* Safari 和 Chrome */
	-o-transform:scale(1.5);  
}	
.first-noticelist .li-notice-first dl dt{
	width:100%;
	height:52px;
	line-height:26px;
	font-size:16px;
	color:#424242;
	text-align:left;
	margin:10px 0px;
	overflow:hidden;
	/*white-space:nowrap;*/
	text-overflow:ellipsis;
	}
.first-noticelist .li-notice-first dl dt a{
	color:#424242;
	}
.first-noticelist .li-notice-first dl .more{
	text-align:right;
	font-weight:bold;
	height:30px;
	line-height:30px;
	margin:1px 0px;
	}
.first-noticelist .li-notice-first dl dt a:hover{
	color:#004996;
	}
.first-video-left{
	float:left;
	width:50%;
	padding:80px 80px 80px 0px;
	height:460px;
	}
.first-video-right{
	float:left;
	width:50%;
	padding:80px 0px 0px 40px;
	height:460px;
	}
.first-video-right ul li{
	float:left;
	width:50%;
	height:50%;
	padding:0px 0px 20px 40px;
	}
.first-video-left .first-video ,.first-video-right .first-video{
	width:100%;
	height:100%;
	position:relative;
	}
.first-video-left .first-video a,.first-video-right .first-video a{
	display:block;
	}	
.first-video-left img ,.first-video-right img{
	width:100%;
	height:100%;
	}
.first-video-left .title{
	font-size:16px;
	color:#424242;
	text-align:left;
	height:60px;
	line-height:30px;
	overflow:hidden;
	/*white-space:nowrap;
	text-overflow:ellipsis;*/
	}	


.first-video-left .bg ,.first-video-right .bg {
    width: 100%;
	background:url(../img/video_off.png);
    background-size: cover;
    height: 100%;
    position: absolute;
    top: 0;
}
.first-video-left .first-video a:hover .bg ,.first-video-right .first-video a:hover .bg {
	background:url(../img/video_on.png);
	background-size: cover;
	}

/* layer: video */
#layer_video  {
z-index:20000; 
position:absolute; 
top:50px; 
left:-2750px; 
overflow:hidden; 
box-shadow: 0 0  1px 1px #666; 
background-color:#fff; 
transition: transform 500ms ease, opacity 500ms ease; 
transform: scale(0.95); 
opacity:0;
display:none;
}
#layer_video iframe  {
	width:100%; 
	margin:40px 0 0 0;
	height:95%;
	}
#layer_video  span  {
	position:absolute; 
	top:0; 
	right:0; 
	font-size:16px; 
	width:110px; 
	height:40px; 
	line-height:40px; 
	text-align:center; 
	color:#666; cursor:pointer; 
	font-family:"Conv_Mazda_Bd"; 
	font-weight:bold;}
#layer_video  p  {display:block;}	

.first-downloadlist li{
	width:33.3%;
	float:left;
	text-align:left;
	padding:80px 10px;
	} 

.first-downloadlist li .download{
	border:1px solid #eeeeee;
	height:184px;
	border-top: 3px #7e7e7e solid;
	} 
.first-downloadlist li .download:hover{
	border-top:3px solid #004996;
	} 
.first-downloadlist li .download .title{
	padding:14px;
	font-size:16px;
	line-height:24px;
	text-align:left;
	height:110px;
	overflow:hidden;
	color:rgba(66,66,66,0.5);
	} 
.first-downloadlist li .download  a:hover .title{
	color:rgba(66,66,66,1);
	}
.first-downloadlist li .download .download-look{
	padding:0px 14px 10px 14px;
	font-size:14px;
	line-height:20px;
	height:20px;
	text-align:left;
	overflow:hidden;
	color:rgba(102,102,102,0.5);
	} 
	
.first-downloadlist li .download .download-look span{
	margin-right:20px;
	} 	
.first-downloadlist li .download .download-info{
	padding:4px 14px;
	font-size:12px;
	line-height:40px;
	height:40px;
	text-align:left;
	overflow:hidden;
	color:rgba(102,102,102,0.5);
	} 
.first-downloadlist li .download .download-info span{
	margin-right:30px;
	} 
.first-downloadlist li .download .download-info img{
	float:right;
	margin-right:30px;
	} 
.first-downloadlist li .download a:hover .download-look,.first-downloadlist li .download a:hover .download-info{
	color:rgba(102,102,102,1);
	} 


.first-cooperationlist li{
	width:25%;
	float:left;
	text-align:left;
	} 

.first-cooperationlist li a{
	display:block;
	padding:0px 10px;
	} 
.first-cooperationlist li img{
	width:100%;
	padding:10px;
	} 
 
.showscool{ float:left; padding: 0;width:100%;height:450px;margin:0;position:relative;overflow:hidden; border:1px solid #d2d2d2;}
.showscool .num{overflow:hidden;height:40px;position:absolute;bottom:20px;right:100px;zoom:1;z-index:3;width:190px;text-align:center;}
.showscool .num li{font-size:0;width:10px;height:10px;color:#d2d2d2;background:#d2d2d2;margin:0 4px;border-radius:10px;cursor:pointer;display:inline-block;color:#d2d2d2}
.showscool .showpic li p{
	font-size:16px;
	line-height:30px;
	padding:20px;
	text-align:left;
	max-height:116px;
	overflow:hidden;
	}
.showscool .num li.on{background:#004996;color:#004996}
.showscool .next,.showscool .prev{width:34px; font-size:20px; text-align:center; line-height:31px;height:31px;position:absolute;bottom:0px; background:#555555; color:#fff;}
.showscool .prev{right:35px;}
.showscool .next{right:0;}
.showscool .prev:hover{background:#e6629d}
.showscool .next:hover{background:#e6629d}
.showscool img{ height:auto; width:100%;}
 
.times {
	width:100%; 
	padding:80px 0px 40px 0px; 
	font-size:16px;
}
.times ul {
	border-left:2px solid #ddd;
	}
.times ul li {
	width:100%;
	margin-left:-10px;
	line-height:34px;
	text-align:left;
	position:relative;
	}
.times ul li b {
	width:10px;
	height:10px;
	background:#fff;
	border:1px solid #555;
	margin:0px 4px;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	overflow:hidden;
	display:inline-block;
	float:left;
	}
.times ul li span {
	float:left;
	display:block;
	width:95%;
	padding-left:20px;
	margin-top:-6px;
	font-size:14px;
	line-height:24px;
	color:#004996;
	}
.times ul li:hover b ,.times ul li .on {
	border:2px solid #004996;
	background:#004996;
	}
.times ul li p {
	padding-left:40px;
	margin-bottom:50px;
	color:#424242;
	}
.times ul li .time-title{
	float:left;
	border-bottom:1px solid #004996;
	font-size:20px;
	color:#004996;
	height:40px;
	line-height:40px;
	margin:-10px 0px 40px 20px;
	}
.times ul li  .time-line{
	position:absolute;
	top:30px;
	left:40px;
	width:100%;
	height:1px;
	border-bottom:1px solid #e3e3e3 ;
	}
 
 
 
/*底部*/
.footerheight{
height:50px;
}
.footer {
	color: #FFFFFF;
	text-align: center;
	padding: 20px 0;
	background:#2e3c4a;
	background-image:url(../img/bg_img.png);
	height:364px;
}

.footer img {
	/*margin: 30px auto;*/
	display: block;
}
.footer .fulldiv{
	padding:40px 100px;
}

.footer-menulist{
	float:left;
	width:70%;
	}
.footer-menulist ul li{
	float:left;
	width:100px;
	margin-right:20px;
	height:280px;
	overflow:hidden;
	}
.footer-menulist ul li dl dt{
	font-size:14px;
	height:40px;
	line-height:40px;
	color:#fff;
	overflow:hidden;
	text-align:left;
	}
.footer-menulist ul li dl dt a{
	color:#fff;
	}
.footer-menulist ul li dl .footer-dt-t{
	font-size:16px;
	}
.footer-info{
	float:left;
	width:30%;
	}
.footer-info ul li{
	float:left;
	height:280px;
	overflow:hidden;
	}
.footer-info ul li p{
	font-size:16px;
	height:40px;
	line-height:40px;
	overflow:hidden;
	text-align:left;
	}
.footer-info ul li img{
	margin-top:10px;
	}
.footer-info ul li dl dt{
	margin-left:40px;
	font-size:14px;
	height:26px;
	line-height:26px;
	color:#fff;
	overflow:hidden;
	text-align:left;
	}
.footer-info ul li dl .footer-dt-t{
	font-size:14px;
	color:#999999;
	}


.footer .copyright{
	font-size:16px; 
	text-align:center; 
	line-height:60px;
}
 
/*---------右边悬浮------------------------------*/
.side_nav{
	position: fixed;
	top: 70%;
	right: 20px;
  	width: 60px;
}
.side_nav ul li{
	position: relative;
	width: 60px;
	height: 60px;
  	float: right; 
  	margin-bottom: 1px;
}
.side_nav ul li a{
	display:inline-block;
	height: 60px;
	width: 60px; 
	color:#000000;
	line-height: 60px;
	text-align:center;
	font-size: 14px;
}
.side_nav ul li span{
	color:#000000;
	line-height: 60px;
	text-align:center;
	font-size: 14px;
 	cursor: pointer;
}