@charset "utf-8";
/* CSS Document */
/* reset */
body,h1,h2,h3,h4,h5,p,dl,dd,ul,ol,form,input,textarea,th,td,tbody,table,select,span,em{margin:0;padding:0;list-style: none;}
em {font-style:normal;}
li {list-style:none;vertical-align:top;}
img {border:none;vertical-align:top;}
table {border-collapse:collapse;}
input,textarea {outline:none;}
textarea {resize:none;overflow:auto;}
body {color: #000;font-family:"微软雅黑";font-size:14px;margin:0 auto;background:#fff;}
a{text-decoration:none;color: #000;}
/*a:hover {color: #c40000;}*/
h3{font-size:13px;}
.clearFix{zoom:1;}
.clearFix:after {clear: both;display: block;content: "";}
.fl{float:left;}
.fr{float:right;}
.clear{width: 0;height: 0;clear: both;}
.left {float: left;}
.right {float: right;}

*+html .sec01 .right-list li{
    background: none;
}


/*轮播图start*/

.myslider{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.myslider .banner-item{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.banner-item .item-conts{
    position: relative;
    width: 100%;
    height: 100%;
}
.banner-item .item-conts .text-box{
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    width: 100%;
    height: 78px;
    line-height: 78px;
    color: #fff;
    padding-left: 10px;
    font-size: 15px;
    overflow: hidden;
}
.myslider .all-dot{
    position: absolute;
    bottom: 0px;
    height: 26px;
    line-height: 26px;
    z-index: 6;
    width: 100%;
    text-align: center;
    background: #000;
}
.myslider .dot-box{
    width: auto;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    z-index: 6;
    list-style-type: none;
    overflow: hidden;
    padding: 0;
}
*+html .myslider .dot-box{
    margin-left: 45%;
    margin-top: 10px;
}
.myslider .dot-box li{
    float: left;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 10px;
    cursor: pointer;
}
.myslider .dot-box .active{
    background-color: #a4adaa;
}
.myslider .left-arrow{
    position: absolute;
    width: 24px;
    height: 24px;
    left: 15px;
    top: 48%;
    z-index: 10;
    background: url("../images/arrow.png") no-repeat;
    cursor: pointer;
    color: #fff;
    border: 5px;
    filter:alpha(opacity=50); /* IE */
    -moz-opacity:0.5; /* 老版Mozilla */
    -khtml-opacity:0.5; /* 老版Safari */
    opacity: 0.5; /* 支持opacity的浏览器*/
}
.myslider .left-arrow:hover,
.myslider .right-arrow:hover{
    filter:alpha(opacity=90); /* IE */
    -moz-opacity:0.9; /* 老版Mozilla */
    -khtml-opacity:0.9; /* 老版Safari */
    opacity: 0.9; /* 支持opacity的浏览器*/
}
.myslider .right-arrow{
    position: absolute;
    top: 48%;
    width: 24px;
    height: 24px;
    right: 15px;
    background: url("../images/arrow.png") no-repeat right center;
    z-index: 10;
    cursor: pointer;
    color: #fff;
    filter:alpha(opacity=50); /* IE */
    -moz-opacity:0.5; /* 老版Mozilla */
    -khtml-opacity:0.5; /* 老版Safari */
    opacity: 0.5; /* 支持opacity的浏览器*/
}

/*轮播图end*/

.w1080{
    width: 1080px;
    margin: 0 auto;
    overflow: hidden;
}
.w1000{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.header{
   /* position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 170px;
    z-index: 10; */
}
.top-logo{
    height: 120px;
    overflow: hidden;
    background-color: #fff;
}
.top-logo .logo{
    margin-top: 20px;
    margin-left: 34px;
}
.top-nav{
    font-size: 18px;
    height: 50px;
    background-color: #076ce0;
    overflow: hidden;
	margin-top: 10px;
}
.top-nav li{
    float: left;
    height: 100%;
    line-height: 50px;
    padding: 0 36px;
    margin-right: 40px;
}
.top-nav a{
    color: #fff;
    display: block;
}
.top-nav a:link,
.top-nav a:active,
.top-nav a:visited{
    color: #fff;
}
.top-nav a:hover{
    color: #c40000;
}
.main-conts{
    padding-top: 15px;
}
.kv-box{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 20px;
}
.kv-box img{
    width: 100%;
    min-height: 100%;
}
.sec-title-blue{
    width: 100%;
    height: 48px;
    border-bottom: 1px solid #009fe9;
}
.sec-title-red{
    width: 100%;
    height: 48px;
    border-bottom: 1px solid #f3f3f3;
}
.sec-title-red .title{
    width: 98px;
    color: #c40000;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    border-bottom: 1px solid #c40000;
}
.sec-title-blue .title{
    width: 118px;
    background-color: #009fe9;
    color: #fff;
    line-height: 48px;
    text-align: center;
    font-size: 22px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: bold;
}
.sec01-box{
    margin-bottom: 46px;
    margin-top: 44px;
    overflow: hidden;
}
.sec01 .left-box{
    width: 650px;
    height: 360px;
    overflow: hidden;
    margin-left: 10px;
}
.sec01-box .right-box{
    width: 272px;
    margin-right: 24px;
}
.sec01-box .right-box .news{
    display: block;
    height: 30px;
    padding-left: 16px;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background: url("../images/li-dot.jpg") no-repeat left center;
    margin-bottom: 15px;
}
.sec01-box .right-box .news:hover{
    color: #c40000;
}
.sec02 .left-list{
    width: 485px;
    margin-right: 24px;
}
.sec02 .right-list{
    width: 485px;
}
.sec02 .news-box{
    margin-top: 16px;
    overflow: hidden;
}
.sec02 .news-box .left-img{
    width: 152px;
    height: 106px;
    overflow: hidden;
}
.sec02 .news-box .left-img img{
    width: 100%;
    min-height: 100%;
}
.sec02 .news-box .right-text{
    width: 316px;
    margin-left: 10px;
    font-size: 12px;
    color: #777a7c;
}
.sec02 .news-box .news-title{
    font-size: 16px;
    color: #393e46;
    padding: 5px 0 ;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.sec02 .news-box .news-text{
    display: block;
    height: 62px;
    line-height: 1.8;
    overflow: hidden;
    color: #777a7c;
}
.sec02 .news-box .news-text:hover{
    color: #c40000;
}
.sec02 .news-box  .date-box{
    text-align: right;
}
.sec03{
    margin-top: 50px;
}
.sec03 .sec-title-blue{
    margin-bottom: 10px;
}
.sec03-box{
    margin-top: 12px;
    margin-bottom: 25px;
}
.sec03-box .video-box{
    width: 498px;
    height: 275px;
    overflow: hidden;
}
.sec03-box .video-box .left-img{
    width: 335px;
    height: 275px;
    overflow: hidden;
    margin-left: 10px;
}
.sec03-box .video-box .left-img img{
    width: 100%;
    min-height: 100%;
}
.sec03-box .video-box  .left-text{
    width: 120px;
    text-indent: 24px;
    height: 100%;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.8;
    margin-left: 22px;
    color: #6c6a6a;
}
.sec03 .all-img {
    overflow: hidden;
    margin-top: 42px;
}
*+html .sec03 .all-img{
    margin-bottom: 30px;
}
.sec03 .all-img  .img-box{
    width: 245px;
    float: left;
    margin-right: 5px;
    margin-bottom: 30px;
}
.sec03 .all-img  .img-box .img{
    width: 100%;
    height: 174px;
    overflow: hidden;
}
.sec03 .all-img  .img-box .img img{
    width: 100%;
    min-height: 100%;
}
.sec03 .all-img  .img-box .title{
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #6c6a6a;
}
.jianshe-all{
    overflow: hidden;
    margin-top: 26px;
}
.jianshe-all .img-box{
    width: 167px;
    float: left;
    margin-right: 40px;
    margin-bottom: 30px;
}
.jianshe-all .img-last{
    margin-right: 0;
}
.jianshe-all  .img-box .img{
    width: 100%;
    min-height: 100%;
}
.jianshe-all  .img-box .title{
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #6c6a6a;
    padding-top: 5px;
}
.footer{
    width: 100%;
    text-align: center;
    height: 38px;
    line-height: 38px;
    border-top: 2px solid #c81313;
    margin-top: 10px;
}
.footer span{
    margin: 0 15px;
}
/* 头部导航栏开始 */
.topNav{
	width: 100%;
	height: 42px;
	background-color: #cf0101;
}
.topNav .top_w1200{
	width: 1200px;
	height: 100%;
	/* border: 1px solid black; */
	margin: 0 auto;
}
.topNav .top_w1200 a{
	color: #fff;
}
.topNav .top_w1200 ul{
	width: 1000px;
	height: 100%;
	/* border: 1px solid palevioletred; */
	margin: 0 auto;
}
.topNav .top_w1200 ul li{
	float: left;
	font-size: 12px;
	line-height: 42px;
}
.topNav li{
	background: url(http://images.china.cn/images1/ch/2015china/images/b_1.gif) no-repeat right center;
	margin-right: 8px;
	padding-right: 7px;
}
.topNav .last {
  background: url(http://images.china.cn/images1/ch/2015china/images/b_2.gif) no-repeat right 20px;
  height: auto;
  margin-right: 0px;
  padding-right: 20px;
  position: relative;
  z-index: 9999;
}
/* 头部导航栏结束 */
/* logo导航开始 */
.logo_w1200{
	width: 1080px;
	height: 107px;
	border-bottom: 1px solid #e2e2e2;
	margin: 0 auto;
	position: relative;
}
.logo_w1200 .logo{
	width: 249px;
	height: 91px;
	margin-top: 10px;
	float: left;
}
.logo_w1200 .logo img{
	width: 100%;
	height: 100%;
}
.logo_w1200 .t{
	/* float: right; */
	font-size: 12px;
	margin-top: 20px;
	color: #000;
	top: 16px;
	right: 190px;
	/* font-weight: bold; */
	position: absolute;
}
.sousuo{
	font-size: 12px;
	/* float: right; */
	color: #333333;
	
}
.sousuo_1{
	width: 148px;
	height: 20px;
	position: absolute;
	right: 16px;
	top: 30px;
}
.sousuo_1 input{
	width: 72px;
	height: 20px;
	outline:none;
	border: 1px solid #d9d9d9;
}
.sousuo_1 button{
	border: none;
	outline: none;
	cursor: pointer;
	background-color: #ff0000;
	/* width: 24px; */
	/* height: 20px; */
	position: absolute;
	/* top: 3px; */
}
.logo_nav{
	width: 757px;
	position: absolute;
	right: 0;
	bottom: 13px;
}
.navigation {
  font-family: Arial;
  font-size: 14px;
  color: #CC0000;
  line-height: 30px;
  /* border-bottom: 1px dotted #C9C9C9; */
  /* width: 800px; */
  /* margin: 5px 0px 0px 70px; */
  /* text-align: center; */
  position: absolute;
  right: 0;
  bottom: 13px;
}
.navigation a {
  /* margin: 0 6px; */
  color: #CC0000;
  text-decoration: none !important;
}
.navigation a:hover{
  /* margin: 0 6px; */
  color: #CC0000;
  /* text-decoration: none !important; */
}
.navigation .t_1 {
  color: #000;
}
/* logo导航结束 */

/* 底部开始 */
  footer{
	  /* height: 400px; */
	  width: 100%;
	  /* background: url(/img/footer.png) no-repeat center; */
	  /* background-size: 100% 100%; */
  }
  .footer_root{
	  height: 130px;
	  width: 1200px;
	  margin: 180px auto 0 auto;
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
	  position: relative;

  }
  .footer_line{
	  font-family: '微软雅黑';
	  height: 25px;
	  line-height: 25px;
	  color: #000;
	  font-size: 13px;
  }
  .footer_image1{
	  height: 40px;
	  width: 237px;
	  position: absolute;
	  top: 60px;
	  left: 40px;
  }
  .footer_image2{
	height: 40px;
	width: 114px;
	position: absolute;
	top: 60px;
	right: 190px;
}
.footer_image3{
	height: 40px;
	width: 112px;
	position: absolute;
	top: 60px;
	right: 70px;
}
/* 页脚强制执行css */
.bottom_top{
	width: 100%;
	height: 240px;
	border-top: 1px solid #e2e2e2;
	margin-top: 20px;
	/* z-index: 10; */
	/* background-color: #000000; */
}
.bottom_top .bottom_top_2{
	width: 1200px;
	/* height: 220px; */
	/* border: 1px solid red; */
	margin: 0 auto;
	min-width: 1200px;
	position: relative;
}
.bottom_top .bottom_top_2 .Picture_16{
	position: absolute;
	left: 0;
	top: 70px;
}
.bottom_top .bottom_top_2 .Picture_17{
	position: absolute;
	right: 120px;
	top: 70px;
}
.bottom_top .bottom_top_2 .Picture_18{
	position: absolute;
	right: 0;
	top: 70px;
}
.bottom_top .bottom_top_2 p{
	text-align: center;
	margin-top: 13px;
	font-size: 12px;
}
.bottom_top .bottom_top_2 .p_1{
	text-align: center;
	margin-top: 51px;
	font-size: 12px;
}
.bottom_top .bottom_top_2 a{
	color: #000000;
}
.bottom_top .bottom_top_2 a:hover{
	text-decoration:underline;
}