@charset "utf-8";
body{  font-size:12px; font-family:"Microsoft YaHei",SimHei,arial; }

html,body,div,span,iframe,input,h1,h2,h3,h4,h5,h6,p,a,em,font,img,strong,b,i,center,dl,dt,dd,ol,ul,li,form,label,fieldset{margin:0;padding:0;}
a:link{color:#4d4d4d;text-decoration:none;}
a:visited{color:#000;text-decoration:none;}
a:hover{color:#f00;text-decoration:none;}
a:active{color:#000;text-decoration:none;}
li{list-style:none;}
a img{border:0;}
.clear{clear:both;}
.fl{ float:left;}
.fr{ float:right;}
body div a:hover{color:red;}

/****top1****/

.top1{ width:100%; height:23px; background:#0158a8; line-height:22px; color:#fff;}

.top1_n{ width:1000px; margin:0 auto;}

.t_nav ul li{width:80px; }

.t_nav ul li a{ color:#fff;}


.nav ul li{ width:100px; text-align:center; height:56px; margin-top:30px;}

.nav ul li h1{ font-size:16px;font-weight:normal; color:#333; height:30px; line-height:30px;}

.nav ul li h2{ font-size:12px; font-weight:normal; color:#9f9d9d; height:26px; line-height:26px; text-transform:uppercase;}

.search{ width:115px; height:97px; border-left:1px #e6e6e6 solid;}

.search_1{ background:url(img1.png) center no-repeat; width:57px; height:97px; cursor:pointer; position:relative;}

.sea_box{border: 8px solid #4c4a4f; height:44px; position:absolute; right:0; top:97px; width:256px; outline:none; z-index:99999; text-align:center;}

.search_2{ background:url(img2.png) center no-repeat; width:57px; height:97px; cursor:pointer;position:relative;}

.weixi{ position:absolute; left:0; top:97px; width:100px; height:100px; z-index:999;}

.banner{ width:100%; height:513px; border-top:1px #f3460d solid;}

.main{ width:1000px; height:auto; overflow:hidden; margin:0 auto;}
.main p{
   text-align:left;
}

.title{ width:100%; text-align:center;}


/********business******/
.business{ width:1000px; height:auto; overflow:hidden; margin-bottom:60px;}


.business1{position: relative;
width: 200px;
height: 200px;
border-radius: 50%;
}


.business1 .img {
position: relative;
width: 200px;
height: 200px;
border-radius: 50%;
}


.img:before {
position: absolute;
display: block;
content: '';
width: 100%;
height: 100%;
border-radius: 50%;
box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.3);
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}


.info {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
text-align: center;
border-radius: 50%;
background:rgba(255,255,255,1)
z-index:999;
}


.info:hover {
background: rgba(0, 0, 0, 0.6);

}



.info h3 {
  visibility: hidden;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 20px;
  margin: 0 30px;
  padding: 40px 0 0 0;
  height: 40px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
   -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  font-weight:normal;
}

.info p {
  visibility: hidden;
  color: #fff;
  padding: 10px 2px;
  position: relative;
 
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}




.info:hover h3{-webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
visibility:visible;}

.info:hover p {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility:visible;
}


.business1_tit{ width:200px; height:auto; overflow:hidden; text-align:center;}

.business1_tit h3{ font-size:16px; font-weight:normal; color:#444; line-height:28px; margin-top:20px;}

.business1_tit h4{ font-size:12px; color:#888;text-transform:uppercase; font-weight:normal;}

.list1{ width:200px; height:auto; overflow: hidden; margin:0 25px;}



/*******企业文化********/

.cultrue{ width:100%; height:auto; overflow:hidden; background:#f2f2f2; padding:15px 0;}

.news_1{ width:615px;padding:10px; height:318px; overflow:hidden; background:#fff;}

.news_2{ width:350px; height:auto; overflow:hidden;}

.news_1_tit{ width:610px; border:1px #c6c6c6 dashed; height:32px;}
.news_1_tit ul li{ width:121px; border-right:1px #c6c6c6 dashed; text-align:center; height:28px; margin:2px 0; line-height:28px; font-size:16px;}

.pic_news{ width:600px; padding:6px; height:150px; overflow:hidden; border-bottom:1px #c6c6c6 dashed;}
.pic_txt{ width:368px;}

.pic_txt a:hover{ color:#f00;}

.pic_txt h2{ font-size:12px; color:#686868; font-weight:normal; line-height:2; height:130px; overflow:hidden;}

.pic_txt h3{ font-size:14px; color:#666666; font-weight:normal; text-align:right;}

.news_list ul li{ width:600px; margin:0 6px; height:37px; line-height:36px; border-bottom:1px #c6c6c6 dashed; background:url(img13.jpg) left center no-repeat; font-size:14px;}

.news_list ul li a{ padding-left:10px; color:#686868;}
.news_list ul li span{color:#686868;}

.news_2 li{
    list-style-type: none;
    width: 50%;
    float: left;
    height:169px;
}
.news_2 li:first-child{
    background:#1b5fb2;
    color:#ffffff;
    overflow:hidden;
    font-size: 17px;
}
.news_2 li:first-child p{
    text-align: center;
    margin-left: 5px;
    margin-top: 30px;
    line-height: 2;
}
.list-pic a{
    display:block;
    width:100%;
    height:100%;
    position: relative;
}
.list-pic a img{
    width: 100%;
    height:100%;
    position: relative;
}
.list-pic .word-img{
    bottom:0px;
    position: absolute;
    height:35px;
    width:100%;
    overflow:hidden;
    text-align: center;
    color:white;
    font-size: 15px;
    line-height: 35px;
    background:rgba(76,74,79,0.5);
}
.news_2 li:last-child{
    text-align: center;
    background:#1fc88f;
    color:#ffffff;
    overflow:hidden;
    font-size: 17px;
}
.news_2 li:last-child p{
    margin-right: 5px;
    margin-top: 10px;
    line-height: 2;
    text-align: right;
}
.cultrue .vv{
    margin:20px;
}

/********6******/

.six{
  background: #f2f2f2;
  /*   background:url(img17.jpg) no-repeat; */
    width:100%; 
    overflow:hidden;
    height:783px;
}
.six .title{
   color: rgba(27, 50, 20, 0.42);
    text-align: center;
    padding:20px 0;
}
.six .title h2{
    font-weight: normal;
    font-size: 22px;
}
.six .title h1{
    font-size:32px;
    font-weight: normal;
    line-height: 2;
}
.six .title h2 img{
    margin:5px;
}
.six-bottom{
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-top: 30px;
}
/*.six1{ background:url(img34.jpg) no-repeat; width:100%; height:570px;}*/
.picBox{
    overflow:hidden;
    zoom:1;
    width:100%;
}
.picL{overflow:hidden;zoom:1;}
.picL li{
    overflow:hidden;
    position:relative;
    float:left;
    display:inline;
    width:274px;
    height:190px;
    margin:0 53px 42px 0;
    zoom:1 ;
    border:12px #fff solid;
}
.picL li:nth-child(3n){
    margin-right: 0;
}
.text1{
    background:url(img19.png) repeat;
    width:100%;
    height:30px;
    position:absolute;
    left:0;
    bottom:0;
    text-align:center;
    line-height:30px;
    color:#fff;
}
.picL li img{
    width: 274px;
    height:190px;
}
.picL li .text{
    background: url(img19.png) repeat;
    position:absolute;
    width:100%;
    height:180px;
    top:190px;
    left:0;
    font-family:'微软雅黑','黑体';
}
.picL li .text b{
    color:#fff;
    font-size:14px;
    display:inline-block;
    *display:inline;
    zoom:1;
    font-weight:100;
    width:100%;
    text-align:center;
    /*padding-top:20px;*/
    line-height: 2;
}
.picL li .text p{
    font-size:14px;
    line-height:24px;
}
.picL li .text a{
    color: #fff;
    display: block;
    height: 80px;
    width: 90%;
    margin: 0px auto;
    border-top:1px #fff solid;
}
/********foot********/

.foot{ width:100%; background:url(img20.jpg) repeat-x; height:169px; overflow:hidden;}
.f_nav{
    width:1000px;
    height:50px;
    line-height:50px;
}
.f_nav li{ 
    list-style-type: none;
    padding:0 5px;
    float: left;
}
.f_nav li a{color:#e6e3e3;}
.f_nav .bottom-nav-right{
    width:137px;
    height:48px;
    margin-top: 2px;
    overflow:hidden;
}
.f_nav .bottom-nav-right a{
    display:block;
    width: 137px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color:white;
    font-size: 15px;
    background:#1b5fb2;
}
.f_nav .bottom-nav-right a:hover{
    color:red;
}
.adress{ 
    width:1000px;
    /*height:100px;*/
    overflow:hidden;
}
.adress .weixin{
    width:137px;
    background: gray;
    text-align: center;
    height: 119px;
    /* margin-top: 5px; */
    overflow: hidden;
    padding-top: 8px;

}
.place{ 
    width:680px;
    /*height:60px;*/
    /*line-height:20px;*/
    overflow:hidden;
}
.place i{
    padding:5px 3px;
    display:inline-block;
}
.place p{
    display:block;
    height: 30px;
    line-height: 30px;
}
.place span{ 
    font-size:14px;
    color:#e6e3e3;
    display:inline-block;
}
.copy{
    /*width:1000px;*/
    text-align:left;
    color:#fff;
    height:30px;
    line-height:30px;
    font-size: 14px;
}
.copy a{color:white;}
.copy a:hover{color:red;}
/******新闻*****/

.n_banner{ width:100%; height:400px;  border-top:1px #f3460d solid; position:relative;}

.n_tit{ width:100%; position:absolute; left:0; bottom:0; height:80px;}

.title1{ width:1000px; height:80px;}

.title1 ul li{ width:136px; text-align:center; height:40px; line-height:40px; margin-top:40px;}

.title1 ul li a{ color:#fff; font-size:16px;}

.title1 ul li.color1{ background:#3689d4;}

.title1 ul li.color2{ background:#0158a8;}

.title1 ul li.color2:hover{ width:136px; height:80px; line-height:80px; margin-top:0;}

.title1 ul li.color2.now{ width:136px; height:80px; line-height:80px; margin-top:0;}

.title1 ul li.color1.now{ width:136px; height:80px; line-height:80px; margin-top:0;}

.title1 ul li.color1:hover{ width:136px; height:80px; line-height:80px; margin-top:0;}


.z_tit{ width:1000px; height:38px; line-height:38px; border-bottom:1px #999999 solid; font-size:14px; color:#999;}

.z_tit a{ color:#999;}


.n_new { width:1000px; height:auto; overflow:hidden; margin-bottom:20px;}

.n_new ul li {
width: 1000px;
height: 180px;
margin-top: 22px;
overflow: hidden;
position: relative;
}

.n_new ul li a {
width: 1000px;
height: 180px;
display: block;
position: absolute;
top: 0;
left: 0;
background-image: url(about:blank);
}


.leftSide {
width: 127px;
height: 162px;
padding: 18px 20px 0 0;
text-align: right;
float: left;
font-size: 14px;
color: #fff;
background-color: #3689d4;
}

.leftSide .month {
padding-right: 2px;
}

.leftSide .day {
margin-top: -6px;
line-height: 80px;
font-size: 80px;
}

.leftSide .type {
margin-top: 20px;
}

.leftSide .type span {
padding: 4px 0;
border-top: 1px solid #fff;
}

.pic {
width: 274px;
height: 180px;
float: left;
}

.rightSide {
width: 539px;
height: 170px;
padding: 10px 20px 0 20px;
float: left;
background-color: #f3f3f3;
}

.rightSide h3 {
line-height: 30px;
font-size: 16px;
color: #000;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}

.rightSide .words {
margin-top: 10px;
line-height: 26px;
font-size: 14px;
color: #666;
}

.rightSide .hits {
margin-top: 7px;
float: right;
font-size: 12px;
color: #999999;
}

.n_new ul li .line1{ width:1000px; height:1px; background:#fff; position: absolute; left:-1000px; top:0;}

.n_new ul li .line2{ width:1px; height:180px; background:#fff; position: absolute; left:999px; top:-180px; z-index:99;}

.n_new ul li .line3{ width:1000px; height:1px; background:#fff; position: absolute; left:1000px; top:179px;z-index:99;}

.n_new ul li .line4{ width:1px; height:180px; background:#fff; position: absolute; left:0px; top:180px;z-index:99;}



.n_new ul li a:hover .line1{background:#0158a8;
transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(1000px);
  -moz-transform: translateX(1000px);
  -ms-transform: translateX(1000px);
  -o-transform: translateX(1000px);
  transform: translateX(1000px);
}

.n_new ul li a:hover .line2{background:#0158a8;
transition: all 0.5s ease-in-out;
  -webkit-transform: translateY(180px);
  -moz-transform: translateY(180px);
  -ms-transform: translateY(180px);
  -o-transform: translateY(180px);
  transform: translateY(180px);
}

.n_new ul li a:hover .line3{background:#0158a8;
transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-1000px);
  -moz-transform: translateX(-1000px);
  -ms-transform: translateX(-1000px);
  -o-transform: translateX(-1000px);
  transform: translateX(-1000px);
}

.n_new ul li a:hover .line4{background:#0158a8;
transition: all 0.5s ease-in-out;
  -webkit-transform: translateY(-180px);
  -moz-transform: translateY(-180px);
  -ms-transform: translateY(-180px);
  -o-transform: translateY(-180px);
  transform: translateY(-180px);
}

.n_new ul li a:hover .leftSide{ background-color:#0158a8;}
/*********业务板块********/

.nn_title{ width:100%; height:40px; line-height:40px; border-bottom:1px #f43d00 solid;}

.nn_title_n ul li a{ display:block; padding:0 15px; font-size:14px;}

.nn_title_n .on a{  color:#fff;}

.nn_title_n ul li.on{background:#f43d00;}

.con{ width:998px; border:1px #ececec solid; background:#fafafa; height:auto; overflow:hidden; margin-bottom:20px;}

.con1{ background:#fff; line-height:28px; padding:1%; width:98%; font-size:14px; height:auto; overflow:hidden;}

.con1 h1{ background:url(img29.png) center no-repeat; height:38px; line-height:38px; margin:15px 0; text-align:center; font-size:18px; font-weight:normal; color:#fff;}

.con2{  padding:1%; width:98%;height:auto; overflow:hidden;font-size:14px;line-height:28px; border-top:1px #c6c6c6 dashed;}


/********集团简介*******/

.group{ width:990px; margin:5px; line-height:36px; font-size:14px; height:auto; overflow:hidden;}

.group img{ float:right; padding:0 0 0 20px;}

.profile{ width:100%; background:url(img39.jpg) no-repeat; height:692px;}

.profile_txt{ width:750px; height:575px; line-height:36px; font-size:14px;}

.honor{ width:100%; background:url(img40.jpg) no-repeat; height:609px; overflow:hidden;}

.nnn{ width:1145px; height:auto; overflow:hidden; margin:0 auto; position:relative;}

.nn_left{ background:url(img43.png) no-repeat; width:58px; height:86px; position:absolute; left:0; top:40%; cursor:pointer;}

.nn_right{ background:url(img44.png) no-repeat; width:58px; height:86px; position:absolute; right:0; top:40%; cursor:pointer;}

.honnor{ width:1000px; height:auto; margin:0 auto;}

.honnor ul li{ background:url(img42.png) no-repeat; width:297px; height:186px; padding:1px 7px 8px 1px; margin:0 14px 25px;}

.course{ width:100%; height:545px; background:url(img41.jpg) no-repeat;}

.course_list{ width:600px; height:auto; overflow:hidden; margin:0 auto;}

.course_list ul li{ background:url(img47.png) left 15px no-repeat; line-height:40px; padding-left:30px; font-size:14px; color:#333;}

/********联系我们*******/

.contact{ width:950px; height:auto; overflow:hidden; margin:0 auto;}

.contact_txt{ width:100%; line-height:36px; font-size:14px;}

.ncultrue_txt{ width:500px; height:auto; overflow:hidden;}

.ncultrue_txt ul li{ width:100%; line-height:40px;font-size:16px; color:#333;}

.ncultrue_txt ul li h1{ width:410px; height:auto; overflow:hidden; font-weight:normal; font-size:16px; float:left;}

.ncultrue_txt ul li span{ width:80px; background:url(img53.png) right center no-repeat; display:block;  color:#0158a8; text-align:center; margin-right:10px;}



/********报刊*******/

.n_newpaper,.recruiting{ width:1000px; height:auto; overflow:hidden; margin-bottom:20px;}

.n_newpaper ul li{ width:300px; border:10px #f2f2f2 solid; text-align:center; float:left; margin:10px 6px;}

.n_newpaper ul li h1{ font-size:16px; font-weight:normal; line-height:36px; height:36px; background:#f2f2f2;}


/********招聘*******/

.recruiting ul li{ width:1000px; height:30px; line-height:30px; margin-bottom:2px; background:#f7fbff;}

.recruiting ul li.color3{ background:#3689d4; color:#fff;height:46px; line-height:46px;font-size:16px;}

.recruiting .w1{ width:280px; text-align:center; float:left;}

.recruiting .w2{ width:180px; text-align:center; float:left;}

.xx{ width:990px; height:auto; overflow: hidden; line-height:26px; padding:5px; }

.xx img{ float:left; padding:0 10px 0 0;}


.n_new h3{ font-size:24px; font-weight:normal; text-align:center; line-height:60px;color:#333;}

.n_new h4{font-size:14px; font-weight:normal; text-align:center; line-height:26px; color:#888; border-bottom:1px #888 dashed;}


/********翻页*******/

.up_tit ul li{ width:480px; height:36px; line-height:36px; background:#f3faff; margin:10px; font-size:14px;}

.up_tit ul li a{ padding-left:10px;}

/******************/

.profile_left{ width:203px; margin-top:10px;}

.profile_left h1{ font-size:16px; font-weight:normal; line-height:36px;}

.profile_left h2{ font-size:12px; color:#aeaeae; text-transform:uppercase; font-weight:normal}
/*banner*/
*{margin:0;padding:0;}
.mainbanner{position:relative;overflow:hidden;height:513px;}
.mainbanner_window{position:absolute;left:50%;overflow:hidden;margin-left:-60pc;width:20in;height:513px;}
.mainbanner_window ul{position:relative;width:999999px;height:513px;}
.mainbanner_window li{float:left;display:inline;width:20px;height:513px;background:#fff;text-align:center;font-size:0;}
.mainbanner_list{position:absolute;top:478px;left:50%;margin-left:-36px;width:500px;height:30px;}
.mainbanner_list li{width:30px;height:30px;}
.mainbanner_list li{float:left;display:inline;overflow:hidden;}
.mainbanner_list li{margin-left:5px;width:18px;height:18px;font-family:Microsoft YaHei,SimHei,arial;}
.mainbanner_list a{float:left;display:inline-block;overflow:hidden;width:18px;height:18px;background:url(er.png) no-repeat;color:#fff;text-align:center;font-size:1pc;line-height:18px;}
.mainbanner_list li a:hover,.mainbanner_list li.active a{background:url(er1.png) no-repeat;text-decoration:none;}
/*内页效果*/
.nn_left{z-index: 999;}
.nn_right{z-index: 999;margin:0px 40px;}
.nnn{padding:0px 0px 0px 120px;}
/*翻页*/
#pages { padding:10px 0 10px;text-align:center;font-size:12px; margin-top:20px; width:100%;clear:both;}
#pages a { display:inline-block; padding:0px 8px; height:22px;font-size:12px;line-height:22px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333;}
#pages a.a1 {padding:0px 12px; height:22px; line-height:22px;margin-top:0px;}
#pages a:hover { background:#f1f1f1; color:#000; text-decoration:none; }
#pages span { display:inline-block;  padding:0px 8px; height:22px; line-height:22px; background:#5a85b2; border:1px solid #5a85b2; color:#fff; text-align:center; }
.page .noPage { display:inline-block;  padding:0px 12px; height:22px; line-height:22px;border:1px solid #e3e3e3; text-align:center; color:#a4a4a4; }