body{background: #fff; font-size: 14px;}
/*********首页（包含头部和底部）************/
.header{
	color:#333;
	font-family: '微软雅黑';
	border-bottom: 2px solid #008cfc;
	position: relative;
	/* height: 196px; */
	padding-left:0px;
	padding-right:0px;
}
.navUl{
	overflow: auto;
}
.header .top{
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #dcdcdc;
}

.header .top .left{
    text-align: left;
}
.header .top .right{
    text-align: right;
}
.header .top .right span{
    font-weight: bold;
    font-size: 15px;
    color: #2695fc;
}
.header .top2{
    height: 98px;
    line-height: 98px;
}
.header .top2 .left{
    text-align: left;
}
.header .top2 .right{
    text-align: right;
    position: relative;;
}
.header .top2 .right input{
    height: 36px;
    background: #eeeeee;
    border:1px #eee solid;
    border-radius: 15px;
    padding:0px 20px;
    width: 280px;
    outline: none;
}
.header .top2 .right button{
    height: 36px;
    background: transparent;;
    border:none;
    right: 15px;
    position: absolute;
}
.header .nav{
    height: 48px;
    line-height: 48px;
    position: relative;
    z-index: 9;
    padding-bottom: 105px;
	overflow: hidden;
}
.header .nav ul li{
    float: left;
    list-style: none;
    width: 98px;
    text-align: center;
}
.header .nav ul li.ts{
 	color: #e0dede;
}

.header .nav ul li.ts{
    float: left;
    list-style: none;
    width: 10px;
    text-align: center;
}
.header .nav ul li a{
    font-size: 16px;
    /*font-weight: bold;*/
    font-family: '微软雅黑';
}
.header.zcc{
	height: 100px;
}
#main{
    background: #f8f8f8;
}
#main .banner1{
    height: 150px;
    line-height: 150px;
}
#main .m1{
  width: 270px;  
  text-align: left;
  padding: 0px 8px;
  background: #fff;
  height: 452px;
}
#main .m1 .title{  
    height: 52px;
    line-height: 52px;
    color: #333;
    font-weight: bold;
    
    border-bottom: 1px solid #dcdcdc; 
}
#main .m1 .title span{
     border-left: 4px solid #008cfc;
     font-size: 18px;
}

#main .m1 .pic{
    padding:13px 4px;
}
#main .m1 .new-one a{
   font-weight: bold;
   font-size: 19px;
   padding: 0px 2px;
   /*color: #337ab7;*/
}
#main .m1 .new-one a span{
	display:inline-block;
    font-size: 14px;
    color: #999;
    padding: 0px 2px;
    margin-top: 10px;
}
#main .m1 .new-one a:hover span{
    color: #008cfc;
}
#main .m1 ul{
    padding:10px 22px;
}
#main .m1 ul li{
    padding:5px 0px;
}
#main .m1 ul li a{
    font-size: 16px;
}
#main .m2{
  width: 650px; 
  margin:0px 20px;
  height: 452px;
  text-align: center;
  background: #fff;
}
#main .m2 .pic2{
  width: 650px;  
  margin-top: 20px;
}
#main .m2 .pic2 .pic{
  padding: 0px;
  margin: 0px; 
}
#main .m3{
  width: 240px;  
  height: 452px;
  background: #fff;
  padding: 0px 10px;
}
#main .m3 .title{  
    height: 52px;
    line-height: 52px;
    color: #333;
    font-weight: bold;
    
    border-bottom: 1px solid #dcdcdc; 
}
#main .m3 .title span{
     border-left: 4px solid #008cfc;
     font-size: 18px;
}
#main .m3 .new-one{
    border-bottom: 1px #ccc solid;
    margin-top: 30px;
    height: 169px;
}
#main .m3 .new-one:last-child{
	border-bottom:none;
}
#main .m3 .new-one a{
   font-weight: bold;
   font-size: 19px;
   padding: 0px 2px;
}
#main .m3 .new-one a span{
	display: inline-block;
    font-size: 14px;
    color: #999;
    padding: 0px 2px;
    margin: 10px 0;
}
#main .m3 .new-one a:hover span{
    color: #008cfc;
}
#main .m3 .new-one a p{
    font-size: 14px;
    color: #999;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}



.carousel-caption{
    padding-top: 10px;
    padding-bottom: 10px; 
    background: rgba(12,12,12,0.5);

    bottom: 0px;
    right: 0%;
    left: 0%;
    line-height: 20px;
}
.main1{
    margin-top:10px;
}
.main2 .m1 .new-one{
    margin-top: 28px;
    height: 130px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.main2 .m1 .new-one a p{
    padding-top: 8px;
   font-size: 14px;
   color: #999;
   font-weight: normal;;
   line-height: 20px;
}
.main2 .m1  ul{
    padding-left: 5px!important;
}

.main2 .m1  ul li{
    list-style: none;
}
.main2 .m1  ul li a{
    list-style: none;
    font-size: 14px!important;
}
#main .m2{
  text-align: left;
  background: #fff;
  height: 452px;
}
#main .m2 .title{  
    height: 52px;
    line-height: 52px;
    color: #333;
    font-weight: bold;
    
    border-bottom: 1px solid #dcdcdc; 
}
#main .m2 .title span{
     border-left: 4px solid #008cfc;
     font-size: 18px;
}
.main2 .m2{
    padding: 0px 10px;
}
.main2 .m2 .new-one{
    border-bottom: 1px #ccc solid;
    margin-top: 10px;
}
.main2 .m2 .new-one a{
	display: inline-block;
   font-weight: bold;
   font-size:24px;
   padding: 0px 2px;
   line-height: 30px;
   color: #097fec;
   margin-bottom: 20px;
}
.main2 .m2 .new-one a span{
    font-size: 15px;
    color: #666;
    padding: 0px 2px;
}
.main2 .m2 .new-one a:hover span{
    color: #008cfc;
}
.main2 .m2 .new-one a p{
    font-size: 14px;
    color: #999;
    font-weight: normal;
   display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.main2 .m2 .new-one a p.p1{
   margin-top:10px; 
}
.main2 .m2 .new-one a p.p2{
    color:#008cfc;
}
.main2 .m2 ul{
    padding-left:20px;
}
.main2 .m2 ul li{
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #ccc;
}
.main2 .m2 ul li:last-child{
	border-bottom: none;
}
.main2 .m2 ul li a{
    display:inline-block;
    float: left;
    font-size: 18px;
	color: #1b53a4;
    font-weight: normal;
}
.main2 .m2 .title a{
	margin-top: 15px;
}
.main2 .m2 ul li span{
    display: block;
    float: right;
    padding-right:10px;
}
.main2 .m3 ul{
    padding-left:20px;
    padding-top:10px;
}
.main2 .m3 ul li{

    height: 40px;
    line-height: 40px;
    list-style: none;
}
.main2 .m3 .more{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background:#93c7f7;
    text-align: center;
    color: #fff;
}
.main3 .m1 .more{
    text-align: center;
    line-height: 60px;
}
.main3 .m1 .more a{
    color:#999;
}
.main3 .m1 .more a:hover{
    color:#008cfc;
}
.main3 .m2 .left{
    width: 211px;
    float: left;
    padding-top: 14px;
}
.main3 .m2 .left .new-one{
    height: 60px;
    margin-top: 10px;
    font-size: 15px;
}
.main3 .m2 .left .new-one a{
    font-size: 18px;
    padding: 0px 2px;
    line-height: 24px;
    color: #333;
}
.main3 .m2 .left p{
    padding:10px 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    color: #666;
}
.main3 .m2 .right{
    width: 418px; 
    padding: 0px 10px;
    float: right
}
.cot{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:5;
    overflow: hidden;
    font-size: 14px;
	line-height: 30px;
	color: #666666;
}
.main3 .m2 .right ul li{
    height: 130px;
    list-style: none;
    border-bottom: 1px solid #ccc;
    padding-top:5px;
}
.main3 .m2 .right ul li:last-child{
	border-bottom: none;
}
.main3 .m2 .right ul li .title{
    border-bottom: none!important;
    height: 35px!important;
    line-height: 35px!important;
}
.main3 .m2 .right ul li p{
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    font-size: 14px;
	line-height: 30px;
	color: #666666;
    margin: 20px 0 0 0;
}
.main3 .m3 ul{
    padding-left: 5px;

}
.main3 .m3 ul li{
    border:1px solid #ccc;
    margin-top:13px;
}
.main3 .m3 ul li a{
    display: block;
    float: left;
    padding:0px 10px;
    font-size: 15px;
}
.main3 .m3 ul li img{
    display: block;
    float: right;
    margin: 5px 10px;
}
#main .link{
    background: #fff;
    margin: 30px auto;
    padding: 20px 20px;
    min-height: 170px;


}
#main .link .title{
    font-size: 20px;
    font-weight: bold;
    
}
#main .link  ul {
    padding: 20px 10px;
}
#main .link  ul li{
    border:1px solid #ccc;
    width: 150px;
    height: 70px;
    text-align: center;
    float: left;
    list-style: none;
    margin: 0px 5px;
}
#main .link  ul li a img{
    vertical-align: middle;
}
#footer{
    height: 170px;
    background: #333;
    color: #838383;
    text-align: center;
}
#footer .footnav{
  
   height: 75px;
   line-height: 75px;
   text-align: center;
}
#footer .footnav a{
    padding:10px 22px;
}
#footer .message{
    line-height: 26px;
}
.navson{
    position: absolute;
    width: 100%;
    z-index: 2;
    margin-left: -15px;
    bottom: 0px;
}
.subnav{
    width: 1920px;
    height: 50px;
    line-height: 50px;
    overflow: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    background-color: #ffffff;
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.11);
    font-size: 16px;
    text-align: center;
    display: none;
    /*bottom: -90px;*/
   margin-top: 2px;
}
/*.subnav .secondul{
    width: 1200px;
    height: 50px;
    line-height: 50px;
    overflow: auto;
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
    left: 0;
}*/
.header .nav ul .secondul>li{
	display: inline-block;
	margin: 0 20px;
	float:inherit;
	width:auto;
}
.secondul>li>a:hover{
	color: #008cfc;
}
.header .nav .navUl>li:hover .subnav{
	display: block;
}
.animted{
	animation:myfirst 0.5s;
	-moz-animation:myfirst 0.5s; /* Firefox */
	-webkit-animation:myfirst 0.5s; /* Safari and Chrome */
	-o-animation:myfirst 0.5s; /* Opera */
	animation-fill-mode: forwards
}
@keyframes myfirst
{
	from {bottom:-47px;}
	to {bottom:-90px;}
}
/*********首页结束************/


        
