@CHARSET "UTF-8";
/* 公共样式 */
html{
    height: 100%;
    font-size: 100px;
}
body {margin:0; padding:0; font-size:0.12rem;  font-family:"Microsoft Yahei"; width:100%;min-width:1200px;overflow-x: hidden; }
* { margin:0; padding:0; }
a,.a:link{ color:#2b2b2b; text-decoration:none;}
a:hover,a:active { color:#444;}
ul { list-style:none; }
img { border:none;}
.clear { display: block; height: 0; clear: both; visibility: hidden;}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
.clear-both:before, .clear-both:after {
    display: table;
    content: "";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
}

input，select{
  border: 0;  
  outline: none; 
  background-color: rgba(0, 0, 0, 0);
}

.head{
  width: 100%;
  height: 75px;
  line-height: 75px;
  overflow: hidden;
}
.main{
  width: 1200px;
  margin: 0 auto;
}
  
.logo{
  float: left;
  width: 300px;
  margin-top: 10px;
}
.logo img{
  width: 100%;
}
.nav{
  float: right;
  width: 70%;
  overflow: hidden;
}
.nor{
  width: 11%;
  float: left;
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  margin-top:10px;
}
.on,.nor:hover{
  color: #D10A2B;
  border-bottom: 2px solid #0055a6;
  background-image:url('/resources/proc23/img/xuanzhong_1.png');
  background-repeat: no-repeat;
  background-position: left 55px;
}
.on,.nor:hover a{
    color: #D10A2B;
}
.xiala{
  width: 100%;
  background: rgba(0,0,0,.3);
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  clear: both;
  position: absolute;
  top: 75px;
  z-index: 999;
}
.xiala span{
  display: inline-block;
  padding: 0 20px;
  cursor: pointer;
}
.xiala a{
    font-size:14px;
    color: #fff;
}
.xiala a:hover {
    color: #D10A2B;
}
/*.banner{
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.banner img{
  width: 100%;
}*/
/*banner*/
.banner{ width:100%; background:#fafafa; position:relative; z-index:11; box-shadow:0 5px 10px rgba(0,0,0,0.1);}
.banner_slides{ position:relative; overflow:hidden; width:100%; margin:auto; }
.banner_slides , .slides_container,.slides_control ,.banner_pic{height:546px;}
.banner_slides li.slidesjs-slide{width:100%;height:546px;}
.banner_slides li a{}
.banner_pic{display:block; width:100%; height:546px;}

/**/
.slides_pagination{ width:155px; height:14px;bottom:118px; right:45%; position:absolute; z-index:100; text-align:center; }
.slides_pagination li{margin: 0 12px; display:inline-block; width:10px;+float:left;}
.slides_pagination li a{display:inline-block; *display:inline;zoom:1;overflow:hidden;width:12px;height:12px; line-height:50px;background:#fff;color:#fff;color:#666;border-radius:100%;}
.slides_pagination li a.active,.slides_pagination li a:hover.active,.slides_pagination li a:hover{background:#aa214b;color:#aa214b; border:2px solid #aa214b; margin-top:4px;}
/*banner end*/

.slideBox{
    width:100%;
    overflow:hidden;
    position:relative;}
 .slideBox .hd {
   height: 14px;
   overflow: hidden;
   position: absolute;
   right: 18px;
   bottom: 17px;
   z-index: 1;
 }
.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.slideBox .hd ul li {
  float: left;
  margin-right: 8px;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: transparent;
  border: 2px solid #fff;
  cursor: pointer;
}
.slideBox .hd ul li.on {
  background: #fff;
}

.slideBox .bd {
  position: relative;
  z-index: 0;
}

.slideBox .bd li{
  zoom:1;
  vertical-align:middle;
  position:relative;
  width: 100%;}
.slideBox .bd frontImg{
  width:100%;
  height:100%;
  display:block;  }
.banner_title{
  width: 100%;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  text-indent: 1.5em;
  background:rgba(0,0,0,.3);
  position: absolute;
  left: 0;
  bottom: 0;
}
.picScroll-left .hd1 {
  width: 100%;
  position: absolute;
  left: 0;
  top: 3px;
}
.picScroll-left .hd1 .next {
  background: url(/resources/images/index_91.jpg) 4px center no-repeat;
  right: 74px;
}
.picScroll-left .hd1 .prev, .picScroll-left .hd1 .next {
  display: block;
  width: 34px;
  height: 120px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
}
.picScroll-left .hd1 .prev {
  background: url(/resources/images/index_88.jpg) 4px center no-repeat;
  left: -30px;
}


.news{
  width: 100%;
  padding-bottom: 40px;
  background: url(../img/bgt02.png) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.nav01{
  width: 506px;
  overflow: hidden;
  margin: 40px auto; 
}
.nav01 .nor01{
  width: 162px;
  height: 50px;
  line-height: 50px;
  border-radius: 30px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #333;
  text-align: center;
  float: left;
  cursor: pointer;
  background: #fff;
  margin-right: 10px;
}
.nor01:last-child{
  margin-right: 0;
}
.on01{
  background: #0C65BA!important;
  color: #fff!important;
}
.news_con{
  width: 100%;
  overflow: hidden;
}
.news_con .lunbo{
  float: left;
  width: 486px;
  height: 324px;
  overflow: hidden;
  position: relative;
  margin-right: 40px;
}
.tupian{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tupian img{
  width: 100%;
}
.zhezhao{
  position: absolute;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: rgba(0,0,0,.7);
  text-indent: 15px;
  bottom: 0;
  left: 0;
  font-size: 14px;
}
.zhezhao .txt{
  float: left;
  width: 77%;
}
.txt{
  font-weight: bold;
  margin-top:5px;
}

#four_flash{width:100%;height:200px; margin:0 auto;bottom:40px;}
#four_flash .flashBg{width:95%;height:200px; margin:0 auto;position:relative;overflow:hidden;}
#four_flash .flashBg ul.mobile{width:2000%;height:200px; position:absolute;top:15; left:0;}
#four_flash .flashBg ul.mobile li{float:left;width:205px;height:154px;  margin:0 12px; color:#6C6E85;transition:all 1s ease 0s;}
#four_flash .flashBg ul.mobile li:hover{
  -webkit-box-shadow: 0px 0px 2px 3px rgba(196,61,102,1.00);
  box-shadow: 0px 0px 2px 3px rgba(0,0,0,.3);
}
#four_flash .flashBg ul.mobile li img{width:200px;height:154px;display:block; margin:0 auto;border-radius: 5px;}
#four_flash .flashBg ul.mobile li p{
  font-size:14px;
  width:200px;
  border-radius: 5px;
  margin-left:2px;
  position: absolute;
  line-height:36px;
  height:36px;
  color:#fff; background:rgba(0,0,0,.3);
  text-align: center;
  bottom:45px;
}
#four_flash .flashBg ul.mobile li a{display:block; border:0px;}
#four_flash .flashBg ul.mobile li a:hover{}
#four_flash .but_left{width:50px;height:100px; float:left; margin-top: -125px; cursor: pointer;}
#four_flash .but_right{width:31px;height:100px; float:right; margin-top: -125px;  cursor: pointer;}


.dian{
  float: right;
  margin-right: 15px;
  margin-top: 15px;
}
.dian img{
  float: left;
  display: inline-block;
  margin-right: 10px;
}
.wenzi{
  float: left;
  width: 670px;
  overflow: hidden;
}
.t_top{
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  cursor: pointer;
}
.title{
  font-size: 20px;
  color: #333;
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: bold;
}
.jianjie{
  color: #666666;
  line-height: 23px;
  font-size: 16px;
}
.wz_li{
  width: 100%;
  font-size: 16px;
  border-bottom: 1px dashed #A1A1A1;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
}
.wz_li:hover{
  color: #0C65BA;
}
.wz_li img{
  margin-right: 7px;
}
.date{
  float: right;
  color: #666;
}
.dangjian{
  float: left;
  width: 550px;
  margin-right: 20px;
  background: #F1F1F1;
  border-radius: 7px;
  padding: 15px 20px;
  height: 384px;
}
.qiye{
  float: left;
  width: 550px;
  background: #F1F1F1;
  border-radius: 7px;
  padding: 15px 20px;
  height: 384px;
}
.title01{
  font-size: 20px;
  color: #333;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;

}
.title01 .em{
  color: #0058AB;
  padding-bottom: 10px;
  border-bottom: 2px solid #0058AB;
}
.title01 span{
  font-weight: bold;
}
.dj_con{
  width: 100%;
  overflow: hidden;
}
.dj_top{
  width: 100%;
  overflow: hidden;
}
.ttt{
 width: 265px;
 float: left;
 height: 170px;
 border-radius: 5px;
 margin-right: 20px;
 text-align: center;
 font-size: 16px;
  cursor:pointer;
}
.ttt:last-child{
  margin-right: 0;
}
.ttt img{
  width: 100%;
  height: 135px;
  overflow: hidden;
  cursor:pointer;
}
.qy_con{
  width: 100%;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  text-indent: 30px;
  color: #333333;
  height: 338px;
}
.neirong{
  width: 100%;
  height: 245px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.btn{
  width: 240px;
  height: 50px;
  line-height: 50px;
  background: #E6E6E6;
  color: #7E7E7E;
  text-align: center;
  font-size: 16px;
  margin: 20px auto;
  border-radius: 30px;
  cursor: pointer;
}
.btn:hover{
  color: #0C65BA;
}
.jingpin{
  margin: 40px auto;
  height: 600px;
  overflow: hidden;
}
.jp_top{
  width: 100%;
  overflow: hidden;
  height: 220px;

}
.btn01{
  float: left;
  margin-top: 46px;
  margin-right: 20px;
  cursor: pointer;
}
.btn02{
  float: left;
  margin-top: 46px;
  cursor: pointer;
}
.jp_con{
  float: left;
  width: 1140px;
}
.img_li{
  float: left;
  width: 208px;
  margin-right: 20px;
  height: 128px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}
.img_li img{
  width: 100%;
}
.zhezhao01{
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  background: rgba(0,0,0,.7);
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  text-align: center;
  width: 100%;
}
.jp_bottom{
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
}
.jp_li{
  width: 285px;
  float: left;
  height: 254px;
  overflow: hidden;
  margin-right: 20px;
  position: relative;
  border-radius: 10px;
  cursor: pointer;
}
.jp_li:last-child{
  margin-right: 0;
}
.jp_li img{
  width: 100%;
}
.zhezhao02{
  width: 100%;
  height: 85px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #1769AF;
  color: #fff;
  font-size: 14px;
}
.sj{
  width: 12px!important;
  position: absolute;
  top: -5px;
  left: 40px;
}
.zz_lf{
  float: left;
  margin-left: 10px;
}
.title02{
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 5px;
}
.tb{
  float: right;
  margin-right: 10px;
  margin-top: 15px;
}
.tb img{
  width: 50px;
}

.chengguo{
  width: 100%;
  background: url(../img/bgk02.png) no-repeat;
  background-size: 100% 100%;
  height: 500px;
  overflow: hidden;
}
.cg_lf{
  float: left;
  width: 550px;
  margin-right: 20px;
  background: #fff;
  border-radius: 7px;
  padding: 15px 20px;
  height: 384px;
  margin-top: 60px;
}
.keji_con{
  width: 100%;
  overflow: hidden;
}
.cg_rg{
  float: right;
  width: 500px;
  border-radius: 7px;
  padding: 15px 20px;
  height: 448px;
  overflow:hidden;
}
.lx_top{
  width: 500px;
  height: 310px;
  overflow: hidden;
  background: url(../img/bgt01.png) no-repeat;
  background-size: 100% 100%;
}
.lx_top img{
  width: 100%;
}
.lx_bottom{
  width: 420px;
  padding: 20px 0;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 auto;
  background: #fff;
  margin-top: -50px;
}
.dizhi{
  padding: 0 20px;
  width: 360px;
  height: 40px;
  line-height: 40px;
}
.dizhi img{
  float: left;
  width: 26px;
  margin-top: 10px;
  margin-right: 10px;
}
.dizhi span{
  float: left;
  display: block;
  font-size: 16px;
}
.bottom{
  width: 100%;
  height: 322px;
  background: url(../img/bgt03.png) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  padding: 40px 0;
}
.gaikuang{
  width: 120px;
  float: left;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 35px;
  padding: 0 40px;
}
.tit{
  font-size: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
}
.logo01{
  width: 240px;
  clear: both;
  margin: 0 auto;
}
.logo01 img{
  width: 100%;
}
.dibu{
  width: 100%;
  height: 150px;
  line-height: 50px;
  background: #204482;
  color: #fff;
  text-align: center;
  font-size: 16px;
}
.gaikuang a{
  color:#fff;
}

.mainbg{
  width:100%;
  background: #fff;
  min-height: 500px;
}
.contentbg{
  width:80%;
  margin:0 auto;
  background: #f2f2f2;
}
.contentTitle{
  margin:5px 0px;
  padding:15px 10px;
  width:100%;
}
.contentTitle h3{
  color:#333;
  font-size: 16px;
  font-weight: normal;
}
.contentLeft{
  width:20%;
  float:left;
}
.contentLeftTitle{
  width:100%;
  background: #274094;
  color:#fff;
  height:40px;
  line-height: 40px;
  font-size:20px;
  text-align: center;
}
.contentRight{
  width:80%;
  float:left;
  font-size: 16px;
}
.contentNav{
  background: #F2F2F2;
  min-height:300px;
}
.contentNav ul li{
  width:100%;
  height:40px;
  line-height: 40px;
  font-size: 16px;
  overflow:hidden;
  display: block;
  text-align: center;
  margin-top:1px;
  background: url(/resources/proc23/img/zndh-03.jpg) no-repeat;
  background-size: 100% 100%;
}
 .liOn a{
  color: #0a73e0;
}

.newslist h3{ font-size:18px; color:#333; padding:8px 0 2px 0; margin-top:2px; font-weight:normal;}
.newslist h4{ font-size:13px; color:#666; padding:8px 0; margin-top:2px; font-weight:normal; line-height:1.5;}
.newslist{ margin-top:10px; width:100%; float:left; display:inline; }
.newslist li{float:left; line-height:40px; font-size:14px;  width:100%; display:inline; }
.newslist li a{color:#666; text-decoration:none;}
.newslist li a:hover p{color:#91002c; text-decoration:underline;}
.newslist li a p{ float:left; padding-left:20px; background: url('/resources/proc23/img/xw-ico.jpg') 5px no-repeat;}
.newslist li a span{color:#91002c; float:right; font-size:14px; line-height:36px;}


.view{padding-bottom: 20px;text-align: center;}
.view h1{font-size: 22px;margin-bottom: 8px;}

.viewDate{
  padding-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
}


