0@charset "utf-8";
/* CSS Document */

html {
	width:100%;
	margin:0;
	padding:0;
	-ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; /*修正手持设备字体变化*/
}

body {
	width: 100%;
	margin: 0 auto;
	font-family:"微软雅黑";
	font-size:12px;
	margin:0;
	padding:0;
	color:#525252;
	line-height:200%;
}
img{
	border: none;
}
dl,dt,dd{display:block;margin:0;}
p,ul,li,form,h1,h2,h3,h4,h5,h6,dl,dd{
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	color: #525252;
	text-decoration: none!important;
	cursor:pointer;
	background: transparent; /*修正win8系统IE连接灰色背景*/
	outline:none;
    blr:expression(this.onFocus=this.blur());
}
a img{ border:none;}
img{ border:none;}
a:hover {color: #d80c18;}
.wrap{width:1208px;margin:0px auto;}
.clear{ clear:both; margin:0; padding:0; height:0;}
.fl{ float:left;}
.fr{ float:right;}
.tc{ text-align:center;}
html{     width:100%;    overflow-x:hidden;}

/*首页*/
.top{width: 100%;height: 110px;position: relative;}
.top_left img{margin-top: 30px;}
.top_left{margin-right: 195px;}
.top_righ{margin-top: 34px;}
.top_righ ul li{float: left;}
.top_righ>ul>li>a{display: block;padding: 20px 20px;color: #000000;font-size: 14px;
	transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}
.ppx1{width: 100%;height: 2px;background: #fff;}
.top_righ ul li:hover>a{color: #fff;background: #3592cb;}
.top_righ ul li:hover .ppx2{margin-top: 10px;}
.box_hide{position: absolute;top: 110px;width: 100%;height: 40px;left: 0;z-index: 999;background: rgba(53,146,203,0.9);padding-left: 35%;display: none;}
.box_hide ul li{float: left;}
.box_hide ul li a{line-height: 40px;font-size: 14px;color: #fff;padding: 0 15px;}
.box_hide ul li:hover a{color: #000;}
/*nav*/
.menu{width: 100%;height: 60px;background: #e6e6e6;position:relative;}
.menu .nav{height:60px;margin:0 auto;width: 1400px;}
.menu .nav li{float:left;list-style:none;}
.menu .nav li>a{display:block;height:60px;padding:0 57px;line-height:60px;color:#333333;overflow:hidden;font-size: 15px;}
.menu .nav li>a:hover,.menu .nav li a.current{background:#3a66b1;color:#fff;}
.menu .nav li>.box{width:100%;height:50px;position:absolute;top:60px;left:0;background:rgba(42,64,101,0.9);display:none;cursor: pointer;padding-left: 30%;z-index: 9999;}
.menu .nav li>.box>a{display:block;height:50px;float:left;color:#fff;line-height:50px;border:none;background:url(../images/dian.png) no-repeat center left;padding-left: 10px;margin-right: 50px;font-size: 14px;color: #a8bfe7;}
.menu .nav li>.box>a:hover{text-decoration:underline;color:#fff}
.current1{background: #3a66b1!important;color: #fff!important;}
/* nav */
.flexslider{position:relative;width:100%;height:auto;overflow:hidden;zoom:1;cursor: pointer;}
.flex-viewport{max-height:600px;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;transition:all 1s ease;}
.flexslider .slides{zoom:1;}
.flexslider:hover .flex-next{opacity:0.8;filter:alpha(opacity=25);}
.flexslider:hover .flex-prev{opacity:0.8;filter:alpha(opacity=25);}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover{opacity:1;filter:alpha(opacity=50);}
.flex-control-nav{width:100%;position:absolute;bottom:15px;text-align:center;left: 47%;right: 50%;}
.flex-control-nav li{}
.img img{width:100%;}
.flex-prev{left:70px;width:60px;height:90px;line-height:99em;overflow:hidden;margin:-60px 0 0;display:block;background:url(../images/left_btn.png) no-repeat;position:absolute;top:50%;z-index:10;cursor:pointer;}
.flex-next{right:70px;width:60px;height:90px;line-height:99em;overflow:hidden;margin:-60px 0 0;display:block;background:url(../images/right_btn.png) no-repeat;position:absolute;top:50%;z-index:10;cursor:pointer;}
.flex-active{background: #3a66b1!important;display:inline-block;zoom:1;width: 10px!important;height: 10px!important;}
.flex-control-paging li a{width: 6px;height: 6px;background: #ccc;float: left;color: rgba(225,225,225,0);margin: 0 5px;border-radius: 50%;}
.flex-prev{
transform: translate(-150px,0);
-ms-transform: translate(-150px,0);
-webkit-transform: translate(-150px,0);
-o-transform: translate(-150px,0);
-moz-transform: translate(-150px,0);
transition: All 0.2s ease;
-moz-transition: All 0.2s ease;
-webkit-transition: All 0.2s ease;
-o-transition: All 0.2s ease;
}
#banner:hover .flex-prev{
transform: translate(50px,0);
-ms-transform: translate(50px,0);
-webkit-transform: translate(50px,0);
-o-transform: translate(50px,0);
-moz-transform: translate(50px,0);
transition: All 0.2s ease;
-moz-transition: All 0.2s ease;
-webkit-transition: All 0.2s ease;
-o-transition: All 0.2s ease;
}
.flex-next{
transform: translate(150px,0);
-ms-transform: translate(150px,0);
-webkit-transform: translate(150px,0);
-o-transform: translate(150px,0);
-moz-transform: translate(150px,0);
transition: All 0.2s ease;
-moz-transition: All 0.2s ease;
-webkit-transition: All 0.2s ease;
-o-transition: All 0.2s ease;
}
#banner:hover .flex-next{
transform: translate(-50px,0);
-ms-transform: translate(-50px,0);
-webkit-transform: translate(-50px,0);
-o-transform: translate(-50px,0);
-moz-transform: translate(-50px,0);
transition: All 0.2s ease;
-moz-transition: All 0.2s ease;
-webkit-transition: All 0.2s ease;
-o-transition: All 0.2s ease;
}

/*main*/
.main1{width: 100%;height: 600px;background: url(../images/main1_bg.jpg) no-repeat center;margin-top: -8px;}
.main_title{text-align: center;padding: 80px 0 55px 0;}
.main1_text ul li{padding: 10px 0;float: left;margin-right: 60px;cursor: pointer;position: relative;overflow: hidden;}
.main1_text ul{width: 1300px;}
.ma1_tt{padding: 22px 20px;text-align: center;width: 200px;border-top: 2px solid #666666;border-bottom: 2px solid #666666;position: relative;z-index: 2;}
.ma1_tt h3{margin: 12px 0 22px 0;font-weight: normal;font-size: 16px;color: #000000;
	transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}
.ma1_tt p{color: #1a1a1a;
	transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}
.ma1_tt a{margin-top: 25px;background: #fff;padding: 1px 15px;display: inline-block;border-radius: 2px;border: 1px solid #333333;color: #1a1a1a;
	transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}
.ma1_img1{background: url(../images/m1_pic1.png) no-repeat center;width: 100%;height: 30px;}
.ma1_img2{background: url(../images/m1_pic2.png) no-repeat center;width: 100%;height: 30px;}
.ma1_img3{background: url(../images/m1_pic3.png) no-repeat center;width: 100%;height: 30px;}
.ma1_img4{background: url(../images/m1_pic4.png) no-repeat center;width: 100%;height: 30px;}
.ma1_hide{width: 240px;height: 281px;background: #3592cb;position: absolute;top: 0;z-index: 1;transform: translate(0,281px);
	transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}
.main1_text ul li:hover .ma1_hide{transform: translate(0,0);
	transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}

.main1_text ul li:hover .ma1_img1{background: url(../images/m1_pic1_1.png) no-repeat center;}
.main1_text ul li:hover .ma1_img2{background: url(../images/m1_pic2_2.png) no-repeat center;}
.main1_text ul li:hover .ma1_img3{background: url(../images/m1_pic3_3.png) no-repeat center;}
.main1_text ul li:hover .ma1_img4{background: url(../images/m1_pic4_4.png) no-repeat center;}
.main1_text ul li:hover .ma1_tt{border-top: 2px solid #3592cb;border-bottom: 2px solid #3592cb;}
.main1_text ul li:hover .ma1_tt h3{color: #fff;}
.main1_text ul li:hover p{color: #fff;}
.main1_text ul li:hover .ma1_tt a{background: #4ea4d8;border: 1px solid #4ea4d8;color: #fff;}

/*main2*/
.main2{height: 180px;}
.ma2_left img{margin-top: 60px;}
.ma2_right {line-height: 180px;}
.ma2_right a{padding: 13px 30px;background: #297db0;color: #fff;font-size: 14px;border-radius: 2px;
	transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}
.ma2_right a:hover{background: #297DD6;}

/*main3*/
.main3{background: #000;width: 100%;}
.main3 ul{width: 100%;}
.main3 ul li{float: left;width:20%;}
.main3 ul li img{width: 100%;height: 280px;}
.m3_1{margin-top: -8px;background: #182a35;padding: 8px 30px;}
.m3_1 h3{color: #fff;font-weight: normal;	overflow:hidden; /*内容超出宽度时隐藏超出部分的内容 */
                text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
                white-space:nowrap; /*不换行 */}
.m3_1 p{color: #4c697a;}
.main3 ul li a{display: inline-block;}
@media screen and (max-width:1920px) and (min-width:1400px){
	.m3_ppxc{margin-top: -2px;}
	.m3_ppxc1{margin-top: -2px;}
}
@media screen and (max-width:1400px) and (min-width:1000px){
	.m3_ppxc1{margin-top: -2px;}
	.main3 ul li img{width: 100%;height: 171px;}
}
/*main4*/
.main4{padding: 70px 0 60px 0;}
.sy_newszx{width: 625px;}
.newsy_2 ul li{width: 300px;float: left;margin-right: 22px;}
.newsy_2 ul{width: 700px;}
.newsy_2 ul li a{color: #1a1a1a;}
.newsy_2_text h3{font-size: 16px;font-weight: normal;margin: 15px 0;}
.newsy_2_text p{color: #666;font-size: 12px;}
.newsy_2{margin-top: 25px;}
.newsy_2_text span{display: block;color: #b2b2b2;font-size: 12px;background: url(../images/sj_m4.png) no-repeat center left;padding-left: 30px;margin: 20px 0 0 0;}
.newsy_2 ul li:hover .newsy_2_text p{text-decoration: underline;}
.newsy_2_pic{width: 300px;height: 199px;overflow: hidden;}
.newsy_2_pic img{width: 300px;height: 199px;
	transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}
.newsy_2 ul li:hover .newsy_2_pic img{transform: scale(1.1);}

.sy_newsdt{width: 475px;}
.sydt_t{width: 245px;}
.sydt_n{margin-right: 30px;}
.sy_dt_text{margin-top: 25px;}
.sydt_t h3{font-size: 16px;font-weight: normal;color: #1a1a1a;}
.sydt_t span{color: #b2b2b2;margin: 13px 0 18px 0;display: block;}
.sydt_t p{color: #666;}
.sy_dt_text_1{padding-bottom: 20px;border-bottom: 2px solid #e6e6e6;}
.dt_left p{background: url(../images/dian.png) no-repeat center left;padding-left: 20px;font-size: 14px;color: #1a1a1a;}
.sy_dt_text_2 ul li{line-height: 35px;}
.sy_dt_text_2{margin-top: 20px;}
.dt_right p{color: #666;}
.sy_dt_text_2 ul li a{display: block;text-decoration: underline!important;}
.m4_more {text-align: center;margin-top: 60px;}
.m4_more a{color: #000000;font-size: 14px;padding: 8px 70px;border: 1px solid #adadad;border-radius: 2px;
	transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}
.m4_more:hover a{background: #5497c0;color: #fff;}

.newsy_1_2 a{color: #458dba;font-size: 14px;}
/*main5*/
.main5{background: url(../images/m5_bg.jpg) no-repeat center;height: 700px;}
.m5_title{text-align: center;padding: 60px 0 30px 0;}
.m5_ook{padding: 6px;background: #fff;overflow: hidden;}
.m5_right ul li{float: left;height: 220px;margin-right: 5px;overflow: hidden;}
.m5_right ul li img{
	transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}
.m5_right ul li:hover img{transform: scale(0.98);}
.m5_right{width: 768px;}
.m5_right ul{width: 900px;}
.wrap_m5{width: 1212px;margin: 0 auto;}
.m5_left {width: 420px;height: 444px;margin-right: 6px;}
.m5_vic{margin-top: 5px;}
/*main6*/
.wrap_m6{width: 1049px;margin: 0 auto;padding-bottom: 55px;}
.m6_title{text-align: center;padding-top: 70px;}
.m6_text p{color: #666666;font-size: 12px;text-indent: 2em;line-height: 30px;}
.m6_text{margin: 45px 0 50px 0;}

/*main7*/
.main7{background: #264556;padding: 65px 0 50px 0;}
.m7_left ul li{float: left;margin-right: 15px;}
.m7_left ul li a{color: #8ac0dd;font-size: 14px;}
.m7_left .m7_ul1{padding-bottom: 15px;border-bottom: 1px solid #3c5e70;width: 975px;}
.m7_ul2 li{float: left;}
.m7_ul2 li p{color: #8ac0dd;}
.m7_p0{background: url(../images/m7_p1.png) no-repeat center left;padding-left: 25px;}
.m7_p1{background: url(../images/m7_p2.png) no-repeat center left;padding-left: 25px;margin: 0 110px;}
.m7_p2{background: url(../images/m7_p3.png) no-repeat center left;padding-left: 25px;}
.m7_ul2{margin-top: 15px;}
.m7_right {margin-top: 15px;}
.m7_ul1 li:hover a{color: #fff;}
.m7_ul1 li a{
	transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}
/*footer*/
.footer{background: #1b323e;}
.ft_1{height: 60px;line-height: 60px;}
.ft_1 p{font-size: 12px;color: #679dba;}
.ft_1 p a{color: #679dba;}


/*neiye*/
.ny_benner img{width: 100%;}
.nynav{height: 60px;border-bottom: 1px solid #e6e6e6;margin-top: -8px;}
.ny_nav{padding-top: 20px;}
.ny_nav p{font-size: 14px;color: #4c4c4c;background: url(../images/neiye/n_nav.png) no-repeat center left;padding-left: 25px;}
.ny_leftnav ul li{width: 240px;height: 70px;line-height: 70px;background: #f5f5f5;border-top: 1px solid #ffffff;border-bottom: 1px solid #dbdbdb;}
.ny_title{width: 240px;height: 70px;line-height: 70px;background: #3592cb;}
.ny_title p{color: #fff;font-size: 22px;font-weight: bold;margin-left: 45px;}
.ny_leftnav ul li a{display: block;color: #050505;font-size: 16px;padding-left: 45px;background: url(../images/neiye/mp.png) no-repeat center right 40px;}
.ny_leftnav ul{border-bottom: 3px solid #3592cb;}
.vic_ny{padding: 30px 0 100px 0;}
.ny_leftnav ul li:hover a{color: #3592cb;background: url(../images/neiye/mp1.png) no-repeat center right 40px;}
.ny_right{width: 910px;}
.ny_jjtitle h3{font-size: 24px;color: #3592cb;}
.ny_jjtitle span{color: #999999;font-size: 14px;}
.ny_jjtitle{margin: 43px 0;}
.ny_gsjj ul li{margin-bottom: 40px;}
.ny_gsjj ul li p{color: #4c4c4c;font-size: 14px;line-height: 30px;text-align: justify;}
.jj_p{color: #1a1a1a!important;font-size: 15px!important;font-weight: bold;}
.lc_ul ul li{padding: 40px 0;border-bottom: 1px solid #e6e6e6;border-top: 1px solid #999999;margin-bottom: 2px;}
.lc_ul ul li p{color: #333333;font-size: 14px;line-height: 30px;}
.lc_ul_li{border-top: 0!important;}
.zzjg_ny{text-align: center;}
.zzjg_img1{margin-bottom: 30px;}

.ny_ul ul li{float: left;margin: 0 20px 10px 0;}
.ny_ul_bor{width: 277px;height: 198px;border: 1px solid #ccc;padding: 7px;overflow: hidden;}
.ny_ul_bor img{width: 277px;height: 198px;}
.ny_ul ul li p{text-align: center;font-size: 14px;height: 50px;}
.ny_ul ul{width: 1200px;}
.ny_ul{margin-top: 45px;}
.ny_ul ul li:hover img{transform: scale(1.1);}
.ny_ul ul li img{
	transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}

.ny_wh_text{margin: 20px 0 0 20px;}
.ny_wh_text ul li{width: 460px;float: left;margin: 25px 0;}
.ny_wh_text ul{width: 1200px;}
.ny_wh_text ul li p{font-size: 16px;color: #333333;}
.ny_wh_text ul li p span{font-size: 24px;color: #333333;}
.vichd a{background: url(../images/neiye/mp1.png) no-repeat center right 40px!important;color: #3592cb!important;}
/*news*/
.news_text_1{margin-right: 30px;}
.news_text_2 {width: 645px;}
.news_text ul li{padding: 20px 0;border-bottom: 1px solid #ccc	;}
.news_text_1 img{width: 220px;height: 150px;}
.news_text_2 h3{color: #050505;font-size: 18px;font-weight: normal;}
.news_text_2 span{color: #999999;display: block;margin: 10px 0 15px 0;}
.news_text_2 p{font-size: 14px;color: #666666;}
.news_text{margin: 10px 0 100px 0;}
.news_text ul li:hover p{text-decoration: underline;}
.news_text p img{max-width: 100%;overflow: hidden;}
/*桥梁检测*/
.qljc_1 p{font-size: 15px;line-height: 30px;margin: 30px 0;color: #333333;text-align: justify;}
.jc_p0{width: 100%;height: 1px;background: #cccccc;}
.jc_p1{font-weight: bold;font-size: 18px!important;}

/*案例中心*/
.ny_ul_all ul li{float: left;margin: 0 20px 20px 0;cursor: pointer;}
.ny_ul_all ul{width: 1100px;}
.ny_ul_bor_1 img{width: 290px;height: 220px;
	transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}
.ny_ul_bor_1{width: 290px;height: 220px;overflow: hidden;}
.ny_ul_bor_1 img:hover{transform: scale(1.1);}
.ny_ul_all ul li p{text-align: center;font-size: 16px;color: #333333;padding: 15px 0;background: #f5f5f5;}
.ny_ul_all{margin-top: 30px;}
.yjgl_2{overflow: hidden;}
.yjgl_2 p{font-size: 15px;color: #333333;line-height: 30px;text-align: justify;margin: 20px 0 20px 0;}
.yjgl_3 h3{color: #3592cb;font-size: 16px;background: url(../images/neiye/quan.png) no-repeat center left;padding-left: 20px;}
.yjgl_3 p{font-size: 15px;color: #333333;line-height: 30px;text-align: justify;margin: 10px 0 7px 0;}
.yjgl_3{margin-top: 40px;overflow: hidden;}


/*社会招聘*/
.shzp{width: 1230px;margin: 0 auto;margin-bottom: 80px;cursor: pointer;}
.shzp h3{font-size: 33px;color: #808080;margin-bottom: 35px;font-weight: normal;}
.shzp_1 {width: 443px;height: 206px;background: #f3f2ed;padding: 80px 35px 0 30px;}
.shzp_1 p{color: #777777;font-size: 12px;line-height: 28px;margin-bottom: 20px;}


.shzp_tit{border-bottom: 1px solid #cccccc;}
.hidden{display: none;padding: 10px 20px;}
.shzp_dl{margin: 0 auto;margin: 35px 0 50px 0;}
.shzp_dl dl dt{background: #e6e6e6;margin-bottom: 2px;padding: 10px 20px;cursor: pointer;}
.shzp_dl dl dt span{font-size: 14px;}
.shzp_sp1{font-weight: bold;}
.hidden p{font-size: 14px;color: #4c4c4c;line-height: 28px;}
.vic_zp{background: #3592cb!important;}
.vic_zp span{color: #fff;}
.vic_zp{background: #3592cb!important;}
.vic_zp span{color: #fff;}

/*招聘弹出窗*/
/*修改*/
.yf_bt_1 {width: 200px;height: 300px;overflow: hidden;}
.yf_bt_1 ul li{float: left;}
.yf_bt_1 ul{width: 600px;}

.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  opacity:0.8;
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  filter:Alpha(opacity=80) !important;
  background: #000;
  }

.reveal-modal {
  visibility: hidden;
  width: 700px;
  background: #eee;
  position: absolute;
  left: 45%; margin-left: -260px;
  top: 17%;
  z-index: 101;
  padding: 30px 40px 34px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
  -box-shadow: 0 0 10px rgba(0,0,0,.4);
  }

/*招聘弹出窗*/
.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}

.reveal-modal .close-reveal-modal {
  font-size: 22px;
  line-height: .5;
  position: absolute;
  top: 8px;
  right: 11px;
  color: #aaa;
  text-shadow: 0 -1px 1px rgba(0,0,0,.6);
  font-weight: bold;
  cursor: pointer;
  }

.big-link {
    text-align: center;
    font-size: 14px;
    color: #fff!important;
    padding: 5px 30px;
    background: #ccc;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .big-link:hover{background: #3592cb;}
.wyyp_p{margin: 15px 0;}


/*应聘登记*/
.zpArea h2{ font-size:18px; font-weight:600; color:#13508b; margin-top:25px;}
.zpArea a{ font-size:13px; color:#174EAE;}
.zpArea a:hover{ color:#62A0F2;}
.lc{ margin-top:10px; margin-bottom:20px;}
.lc ul li{ margin:20px 0; font-size:13px;}

.ypBox{ width:700px;  height:300px; /* background:url(/skin/default/images/zpLay.png) repeat;*/}
.ypBox h4{ font-size:18px; font-weight:100; color:#17437E; margin:0; padding:0; margin-bottom:15px;}
.ypTab{ width:100%; border-collapse:collapse;}
.ypTab tr td{ border:1px solid #d1d1d1; height:35px;}
.ytd1{ width:150px; text-align:center; line-height:35px;}
.ytd2,.ytd3{ padding-left:20px;}
.ytd2 input{ border:1px solid #e1e1e1; width:400px; height:20px; line-height:20px;}
.ytd3 input{border:1px solid #e1e1e1; width:390px; width:400px\9;  padding:5px 5px; line-height:20px;}
#zpSub{ width:100px; height:30px; background-color:#13508b; border-radius:5px; line-height:30px; color:#fff; cursor:pointer;}
#zpSub:hover{ background-color:#0A213F;}
.ytd4{ text-align:center;}
.ypTab tr td span{ margin-left:10px; color:red; font-size:18px;}
.ln_zp{cursor: pointer;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.ln_zp:hover{margin-top: -5px;
  -webkit-box-shadow: 0px 0px 14px 0px #666;
	-moz-box-shadow: 0px 0px 14px 0px #666;
	box-shadow: 0px 0px 14px 0px #666;
}
.ln_zp1{cursor: pointer;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.ln_zp1:hover{margin-top: -5px;
  -webkit-box-shadow: 0px 0px 14px 0px #666;
	-moz-box-shadow: 0px 0px 14px 0px #666;
	box-shadow: 0px 0px 14px 0px #666;
}
.shzp_2 {width: 721px;height: 286px;overflow: hidden;}
.shzp_2 img{
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.shzp:hover .shzp_2 img{transform: scale(1.1);}

/*联系方式*/
.contact_2{padding: 5px;border: 1px solid #ccc;margin: 23px 0 45px 0;}
.contact_3_1 h3{color: #1c7bb5;font-size: 20px;background: url(../images/neiye/contact_logo_03.jpg) no-repeat center left;padding-left: 40px;margin-bottom: 30px;}
.contact_3_1 p{color: #1a1a1a;font-size: 14px;line-height: 60px;}
.cont_p0{background: url(../images/neiye/contact_logo_06.jpg) no-repeat center left;padding-left: 40px;}
.cont_p1{background: url(../images/neiye/contact_logo_08.jpg) no-repeat center left;padding-left: 40px;}
.cont_p2{background: url(../images/neiye/contact_logo_10.jpg) no-repeat center left;padding-left: 40px;}
.cont_p3{background: url(../images/neiye/contact_logo_12.jpg) no-repeat center left;padding-left: 40px;}
.contact_3{padding-top: 40px;border-top: 1px solid #cccccc;}

/*新闻内页*/
.fy {
    clear: both;
    text-align: center;
    width: 100%;
    height: 30px;
    margin: 0 auto;
    margin-top: 45px;
}
.fy a {
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #e1e1e1;
    margin: 0 5px;
}
.fy b {
    display: inline-block;
    width: 30px;
     height: 30px;
    text-align: center;
    border: 1px solid #e1e1e1;
    line-height: 30px;
    margin: 0 5px;
}
.news_ny{padding: 30px 0 150px 0;width: 868px;overflow: hidden;}
.news_ny h3{text-align: center;font-size: 16px;}
.news_ny span{text-align: center;margin: 15px 0;font-size: 12px;display: inline-block;}
.news_sp1{margin-left: 290px!important;}
.neiye_newtxt{border-bottom: 2px solid #ccc;margin-bottom: 25px;padding-bottom: 10px;}
.news_ny p{text-indent: 2em;font-size: 14px;color: #666;line-height: 30px;}
.neiye_newtxt h3{text-align: center;font-size: 20px;margin-bottom: 10px;}
.news_text p{text-indent: 2em;font-size: 14px;color: #666;line-height: 30px;}

.box1{padding-left: 40%;}
.box2{padding-left: 47%;}
.box3{padding-left: 50%;}
.box4{padding-left: 55%;}
.box5{padding-left: 72%;}
.box6{padding-left: 50%;}
.box7{padding-left: 73%;}


#owl-demo {
	position: relative;
	width: 100%;
	height: 650px;
	margin: 20px auto 0 auto;
}

#owl-demo .item {
	position: relative;
	display: block;
}

#owl-demo img {
	display: block;
	width: 100%;
	height: 650px;
}

#owl-demo b {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 78px;
	background-color: #000;
	opacity: .5;
	filter: alpha(opacity=50);
}

#owl-demo span {
	position: absolute;
	left: 0;
	bottom: 37px;
	width: 100%;
	font: 18px/32px "微软雅黑", "黑体";
	color: #fff;
	text-align: center;
}

.owl-pagination {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	height: 22px;
	text-align: center;
}

.owl-page {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	background-image: url(../images/bg15.png);
	*display: inline;
	*zoom: 1;
}

.owl-pagination .active {
	width: 25px;
	background-image: url(../images/bg16.png);
}

.owl-buttons {
	display: block;
}

.owl-buttons div {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 80px;
	margin-top: -40px;
	text-indent: -9999px;
}

.owl-prev {
	left: 0;
	background-image: url(../images/bg17.png);
}

.owl-next {
	right: 0;
	background-image: url(../images/bg18.png);
}

.owl-prev:hover {
	background-image: url(../images/bg19.png);
}

.owl-next:hover {
	background-image: url(../images/bg20.png);
}
.an_opkp{margin: 80px 0 150px 0;font-size: 14px;color: #000;padding: 0 50px;}



/*浮动*/
.mGundong { width:1160px; margin:0 auto; height:40px;}
.link { width:980px; height:40px;overflow:hidden; margin:0 auto; color:#F00; float:left;}
.mGundong span { float:left; width:95px; height:40px; line-height:40px; font-size:18px; padding-left:25px; border-right:1px solid #fff; display:block; margin-right:20px;color:#fff;background-color:#F00;}
.link ul{ width:10000px; height:40px;}
.link ul li{  height:40px; float:left; margin-right:15px;}
.link ul li a { color:#F00; line-height:40px; padding:0 20px; font-size:13px;}