@charset "utf-8";
/* CSS Document */

/*css重置*/
*{ margin:0; padding:0;font-family:"Microsoft YaHei";}
a{ text-decoration:none;font-family:"Microsoft YaHei";}
li{ list-style:none;}
.clearfix{ clear:both;}
img{ border:0; display:block;}
p{font-family:"Microsoft YaHei";}




.revealOnScroll{opacity:1;}
.animated {
  -webkit-animation-duration:2s;
  animation-duration:2s;
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;
}
.animated.infinite {
  -webkit-animation-iteration-count:infinite;
  animation-iteration-count:infinite;
}
.animated.hinge{
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  }
  
  
    

/*top*/
.head_bg{ width:100%;background-color:rgba(255,255,255,0.85); border-bottom:1px solid #ddd; position:fixed; top:0; left:0; z-index:200;}
.top_box{ width:1354px; height:123px; margin:0 auto;}
.top_box .logo{ float:left; margin-top:34px;}

.top_kuang{ float:left; margin-top:25px; margin-left:13px;}
.top_kuang .top_p1{ font-size:41px; color:#006cbe; font-weight:bold;text-transform:uppercase; font-family:Arial;}
.top_kuang .top_p1 span{ color:#efad21;}
.top_kuang .top_p2{ font-size:18px; color:#006cbe; font-family:Arial;font-weight:bold; text-transform:uppercase; margin-top:0px;}

.top_right{ float:right; padding-top:21px;}
.top_p3{ float:right; margin-left:10px;}
.top_p3 a{ display:block; font-size:14px; width:28px; height:28px; color:#006cbe; text-align:center; line-height:28px; border:1px solid #006cbe; border-radius:30px;}
.top_p4{ float:right; margin-left:15px;}
.top_p4 a{ display:block; font-size:14px; width:29px; height:29px; color:#fff; text-align:center; line-height:29px;border:1px solid #006cbe;  background-color:#006cbe; border-radius:30px;}

.ss1{ float:right; margin-top:5px;}
.ss1 .ss_title1{ width:233px; height:23px; float:left; background-color:#cecece; border:0; font-size:12px; color:#656565; line-height:23px; padding-left:12px;}
.ss1 .ss_button{ float:left; border:0; width:82px; height:23px; background-color:#006cbe; font-size:12px; color:#fff; text-align:center; line-height:23px; text-transform:uppercase; cursor:pointer;}

.top_right ul{ margin-top:16px;margin-right:-28px;}
.top_right ul li{ float:left; font-size:16px; color:#010000; padding-left:25px; padding-right:25px; padding-bottom:38px;}
.top_right ul li a{color:#010000;}
.top_right ul li a:hover{ color:#006cbe;}


#wrap>ul{position: relative;}


#wrap #nav_xiala{ width:880px; height:370px;background-color:rgba(255,255,255,0.9); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);

position: absolute;
		display: none;
		top: 59px;
		left: 23px;}

.nav_hezi{ width:832px; margin:0 auto; padding-top:38px;}
.nav_hezi .nav_nr{ width:250px; float:left; padding-top:20px; margin-left:60px;}
.nav_hezi .nav_nr p{ font-size:15px; color:#666; line-height:40px;}
.nav_hezi .nav_nr p a{ color:#666}

.nav_pic{ width:480px; height:290px; float:right;}




/*通栏*/

#wrapper {
	position:relative; z-index:100;
}



.fullwidthbanner-container{
	width:100% !important;
	position:relative;
	padding:0;
	max-height:854px !important;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthabnner	{
	width:100% !important;
	max-height:854px !important;
	position:relative;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	  .banner, .bannercontainer			{	width:768px; height:309px;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	   .banner, .bannercontainer		{	width:480px; height:193px;	}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
		.banner, .bannercontainer		{	width:320px;height:129px;	}
}

@media only screen and (max-width: 319px) {
		.banner, .bannercontainer		{	width:240px;height:97px;	}
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {	
	background:#c20000 !important; 
}
.tp-leftarrow:hover,
.tp-rightarrow:hover {	
	background-color:#c20000 !important;
 }
/** BULLETS **/
.tp-bullets {
    z-index: 1001;
    position: absolute;
    bottom: 0px;
}

.tp-bullets.simplebullets.round .bullet {
    cursor: pointer;
    position: relative;
    background: #014292;
    width: 98px;
    height: 0px;
    float: left;
	margin-bottom: 10px;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
}


.tp-leftarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: #393939 url(../images/slider-left-arrow.png) no-Repeat;
	width: 42px;
	height: 43px;
	margin-left: 0px;
	margin-top: -21px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);/*增加阴影*/
	/*
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性 
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
	*/
}

.tp-rightarrow.large {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: #393939 url(../images/slider-right-arrow.png) no-Repeat 0 0;
    width: 42px;
    height: 43px;
    margin-left: 0;
    margin-top: -21px;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);/*增加阴影*/
	/*
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性 
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
	*/
}



.tp-bullets.tp-thumbs {
    z-index: 100;
    position: absolute;
    padding: 3px;
    background-color: #fff;
    width: 500px;
    height: 50px;
    margin-top: -50px;
}

.fullwidthbanner-container .tp-thumbs {
    padding: 3px;
}

.tp-bullets.tp-thumbs .tp-mask {
    width: 500px;
    height: 50px;
    overflow: hidden;
    position: relative;
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
    width: 5000px;
    position: absolute;
}

.tp-bullets.tp-thumbs .bullet {
    width: 100px;
    height: 50px;
    cursor: pointer;
    overflow: hidden;
    background: none;
    margin: 0;
    float: left;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/*filter: alpha(opacity=50);	*/
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;

    -ms-transition: all 0.2s ease-out;
}

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.tp-thumbs img {
    width: 100%;
}

.tp-bannertimer {
    width: 100%;
    height: 10px;
    position: absolute;
    z-index: 200;
    z-index: 5000;
}

.tp-bannertimer.tp-bottom {
    bottom: 0px !important;
    height: 5px;
}


@media only screen and (min-width: 768px) and (max-width: 959px) {;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive .tp-bullets.tp-thumbs {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .tp-mask {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .bullet {
        width: 60px !important;
        height: 30px !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .responsive .tp-bullets {
        display: none;
    }

    .responsive .tparrows {
        display: none;
    }
}


.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.tp-simpleresponsive a {
    text-decoration: none;
}

.tp-simpleresponsive ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tp-simpleresponsive >ul >li {
    list-stye: none;
    position: absolute;
    visibility: hidden;
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 10000px;
    height: 10000px;
}

.tp-loader {
    background-color: #fff;
    margin: -22px -22px;
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}




/*首页简介*/
.s_jj_box{ width:1354px; margin:0 auto; margin-top:130px;}
.s_jj_left{ width:695px; float:left;}
.s_jj_left .s_jj_pic{ float:left;}
.s_jj_kuang{ float:left; margin-top:-5px; margin-left:23px;}
.s_jj_kuang .s_jj_p1{ font-size:35px; color:#343434; text-transform:uppercase; font-weight:bold;}
.s_jj_kuang .s_jj_p2{ font-size:16px; color:#343434; text-transform:uppercase; }
.s_jj_left .s_jj_line{ height:1px; background-color:#e5e5e5; margin-top:36px; margin-bottom:30px;}
.s_jj_nr p{ font-size:15px; color:#5f5f5f; line-height:30px;}
.s_jj_nr p a{color:#5f5f5f;}

.s_jj_more{ margin-top:35px;}
.s_jj_more p a{ display:block;width:198px;   font-size:17px; color:#787b7a;  line-height:46px; text-align:center; border:3px solid #787b7a; transition:all 0.4s linear;}
.s_jj_more p a:hover{ background-color:#006cbe;  border:3px solid #006cbe; color:#fff; margin-left:20px; }


.s_jj_right{ width:578px; float:right;}
.s_jj_tip{ width:289px; height:220px; float:left; background-color:#006cbe;}
.s_jj_tip .s_jj_pic1{ margin:0 auto; padding-top:29px;}
.s_jj_tip .s_jj_p3{ font-size:20px; color:#fff; font-weight:bold; text-align:center; text-transform:uppercase; margin-top:15px;}
.s_jj_tip .s_jj_line1{ width:24px; height:2px; background-color:#fff; margin:0 auto; margin-top:9px; margin-bottom:8px;}
.s_jj_tip .s_jj_p4{ font-size:14px; color:#fff; line-height:18px; text-align:center;}


/*首页产品*/
.s_pro_bg{ background:url(../images/img10.jpg) center no-repeat; width:100%; height:1066px; margin-top:127px; position:relative;background-attachment:fixed; background-size: cover;}
.s_pro_left_bg{ width:50%; height:1066px; float:left;background-color:rgba(0,0,0,0.6);}

.s_pro_left_box{ width:457px; float:right; padding-top:165px;}
.s_pro_left_box .s_pro_p1{ font-size:48px; color:#a7a7a6; font-weight:bold; text-transform:uppercase; margin-bottom:53px;}
.s_pro_tip{ width:343px; height:62px; border:1px solid #928d87; margin-bottom:41px;}
.s_pro_tip .s_pro_line{ width:0px; height:3px; float:left; background-color:#fff; margin-top:30px; margin-left:30px; margin-right:12px; transition:all 0.4s linear;}
.s_pro_tip .s_pro_p2{ font-size:16px; color:#fff; font-weight:bold; line-height:62px; float:left; text-transform:uppercase;}

.s_pro_tip:hover .s_pro_line{ width:17px;}
.s_pro_tip:hover{ background-color:#006cbe; border:1px solid #006cbe;transition:all 0.5s linear;}

.s_pro_right{ width:526px; float:left; margin-left:60px; padding-top:400px;}
.s_pro_right .s_pro_pic{ float:right;}
.s_pro_right .s_pro_p3{ font-size:18px; color:#fff; font-weight:bold; text-transform:uppercase; text-align:right; margin-top:20px;}
.s_pro_right .s_pro_p4{ font-size:34px; color:#fff; font-weight:bold;  text-align:right; margin-top:13px;}
.s_pro_right .s_pro_p5{ font-size:15px; color:#fff; line-height:30px;  text-align:right; margin-top:19px;}

.s_pro_pic1{ position:absolute; bottom:142px; left:50%; margin-left:-85px;}




/*首页新闻*/
.s_xw_bg{ background-color:#f3f3f3;}
.s_xw_box{ width:1354px; margin:0 auto; padding-top:160px; padding-bottom:160px;}


.s_xw_left{ width:545px; height:519px; background-color:#006cbe; overflow:hidden; float:left; position:relative;}
.s_xw_pic{width:545px; height:351px; overflow:hidden; position:absolute; left:0; top:0;transform: scale(1);transition: all 1s ease-out;}
.s_xw_left:hover .s_xw_pic{transform: scale(1.2);}



.s_xw_kuang1{ width:100%; height:222px; background-color:#006cbe; position:absolute; left:0; bottom:-54px; transition:all 0.4s linear;}
.s_xw_kuang1 .s_xw_p2{ font-size:24px; color:#fff; padding-left:32px; padding-top:47px;}
.s_xw_kuang1 .s_xw_p3{ font-size:19px; color:#fff;padding-left:32px; margin-top:7px; margin-bottom:7px;}
.s_xw_kuang1 .s_xw_p3 a{color:#fff;}
.s_xw_kuang1 .s_xw_p4{ font-size:14px; color:#dddddd;padding-left:32px;}
.s_xw_more1{ width:120px; margin-top:36px; margin-left:32px;}
.s_xw_more1 p a{ display:block; font-size:15px; color:#fff; text-align:center; line-height:40px; border:1px solid #fff; border-radius:36px;}

.s_xw_left:hover .s_xw_kuang1{ bottom:10px;}


.s_xw_right{ width:809px; float:right;}
.s_xw_right .s_xw_line1{ height:1px; background-color:#cccccc;}
.s_xw_right .s_xw_p9{ font-size:40px; color:#efad21; float:left;padding-left:47px; line-height:81px;}
.s_xw_right .s_xw_p5{ font-size:14px; color:#000; font-weight:bold; float:right; line-height:81px;}
.s_xw_right .s_xw_p5 a{color:#000; }
.s_xw_right .s_xw_p5 a:hover{color:#f1790a;}

.s_xw_tip{ height:145px; background-color:#fff; border-bottom:1px solid #dbdbdb;}
.s_xw_tip .s_xw_p6{ font-size:14px; color:#000; font-weight:bold; padding-left:47px; padding-top:31px;}
.s_xw_tip .s_xw_p7{ font-size:19px; color:#333;padding-left:47px; margin-top:10px; margin-bottom:8px;}
.s_xw_tip .s_xw_p8{ font-size:14px; color:#9b9d9f;padding-left:47px;}
.s_xw_tip:hover{ background-color:#006cbe;transition: 1s;}
.s_xw_tip:hover .s_xw_p6{ color:#fff;}
.s_xw_tip:hover .s_xw_p7{ color:#fff;}
.s_xw_tip:hover .s_xw_p8{ color:#fff;}



/*首页工程中心*/
.s_gc_bg{ background:url(../images/img14.jpg) center no-repeat; width:100%; height:801px;background-attachment:fixed; background-size: cover;}
.s_gc_box{width:1354px; margin:0 auto; padding-top:188px;}
.s_gc_box .s_gc_p1{ font-size:48px; color:#efad21; text-align:center; text-transform:uppercase; margin-bottom:52px;}
.s_gc_tip{ width:405px; float:left; margin-right:68px; }
.s_gc_kuang1{ background-color:#006cbe;}
.s_gc_kuang1 p{ font-size:20px; color:#d0d1d2; line-height:47px; padding-left:31px;}

.s_gc_line_bg{ height:1px;background-color:#006cbe;}
.s_gc_line_box{width:343px; margin:0 auto;}
.s_gc_line_box .s_gc_line{ width:0px; height:1px; background-color:#fff;transition:all 0.8s linear;}
.s_gc_tip:hover .s_gc_line{ width:100%;}


.s_gc_kuang2{ height:277px; background-color:rgba(255,255,255,0.8);transition:all 0.4s linear;}
.s_gc_nr{ width:343px; height:200px; overflow:hidden; margin:0 auto; padding-top:33px;}
.s_gc_nr .s_gc_p2{ font-size:16px; color:#000000; margin-bottom:11px;}
.s_gc_nr .s_gc_p3{ font-size:13px; color:#737373; line-height:24px;}
.s_gc_p4{ font-size:14px; color:#006cbe; text-align:right; margin-right:41px;}
.s_gc_p4 a{ color:#006cbe;}

.s_gc_tip:hover .s_gc_kuang2{background-color:rgba(0,108,190,1);}
.s_gc_tip:hover .s_gc_p2{ color:#fff;}
.s_gc_tip:hover .s_gc_p3{ color:#fff;}
.s_gc_tip:hover .s_gc_p4 a{ color:#fff;}
.s_gc_tip:hover .s_gc_kuang1 p{ color:#fff;}



.s_gc_tip{
	transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;
	
}
.s_gc_tip:hover {
	transform:translate(0,-14px);
	-webkit-transform:translate(0,-14px);
	-moz-transform:translate(0,-14px);
	-o-transform:translate(0,-14px);
	-ms-transform:translate(0,-14px);
	-webkit-box-shadow:0px 5px 15px #333;
    -moz-box-shadow:0px 5px 15px #333;
    box-shadow:0px 5px 15px #333;
}


/*首页人力资源*/
.s_rl_box{ width:1354px; margin:0 auto; margin-top:96px; margin-bottom:114px;}
.s_rl_box .s_rl_p1{ font-size:48px; color:#555555; text-transform:uppercase; margin-bottom:15px;}
.s_rl_box .s_rl_p2{ font-size:16px; color:#555555; line-height:25px; margin-bottom:48px;}



.card {
  width: 524px;
  
 
}
.card:hover .card__caption {
  top: 50%;
  transform: translateY(-50%);
}
.card:hover .card__image {
transform: scale(1.1); 
}
.card:hover .card__thumb::after {
  top: 0;
}
.card:hover .card__snippet {  margin: 20px 0;
}
.card__thumb {
  position: relative;
  max-height: 535px;
  overflow: hidden;
}
.card__thumb::after {
  position: absolute;
  top: 0;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 40%, rgba(255, 255, 255, 0) 100%);
  transition: .3s;
}
@media (min-width: 1024px) {
  .card__thumb::after {
    top: calc(100% - 140px);
  }
}
.card__image {
  transition: .5s ease-in-out;
}
.card__caption {
  position: absolute;
  top: 50%;
  z-index: 1;
  padding: 0 20px;
  color: white;
  transform: translateY(-50%);
  transition: .3s;
}
@media (min-width: 1024px) {
  .card__caption {
    top: calc(100% - 64px);
    transform: unset;
  }
}
.card__title {

  
  font-size: 24px; color:#fff; text-transform:uppercase; font-weight:normal;
 
}
.card__snippet { width:390px;
  display: -webkit-box;
  overflow: hidden;
  
  font-size: 14px; color:#fff;
  line-height: 24px;
  text-overflow: ellipsis;
  transition: .5s ease-in-out;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
@media (min-width: 1024px) {
  .card__snippet {
    margin: 60px 0;
  }
}
.card__button {
  display: inline-block;
  padding: 10px 20px;
  color: white;
  border: 1px solid white;
  
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  transition: .3s;
}
.card__button:hover {
  color: black;
  background-color: white;
}




.s_rl_left{ width:524px; height:535px; float:left; overflow:hidden;}
.s_rl_right{ width:830px; float:right;}

.s_rl_tip{ width:413px; height:267px; overflow:hidden; float:left; margin-bottom:1px; margin-left:1px;}


/*页脚*/
.foot1_bg{ background-color:#e9e9e9; padding-top:36px; padding-bottom:36px;}
.foot1_bg table{ margin:0 auto;}
.foot1_bg table tr td{ padding-left:17px; padding-right:17px;}
.foot_line{ width:220px; height:1px; background-color:#bababa;}

.foot_hezi{ width:279px;}
.foot_hezi .foot_pic{ float:left; margin-top:11px;}
.foot_kuang{ float:right;}
.foot_kuang .foot_p1{ font-size:43px; color:#006cbe; font-weight:bold;text-transform:uppercase; font-family:Arial;}
.foot_kuang .foot_p1 span{ color:#efad21;}
.foot_kuang .foot_p2{ font-size:18px; color:#006cbe; font-family:Arial;font-weight:bold; text-transform:uppercase; margin-top:0px;}


.foot_bg{ background-color:#292929;padding-top:114px; padding-bottom:30px;}
.foot_box{ width:1354px; margin:0 auto; }
.foot_left{ width:500px; float:left;}
.foot_left .foot_p1{ font-size:30px; color:#fff; font-weight:bold; text-transform:uppercase; margin-bottom:26px;}
.foot_kuang1{ width:120px; float:left;}
.foot_kuang1 img{ width:120px; height:120px; margin:0 auto;}
.foot_kuang1 p{ font-size:19px; color:#ababab; text-transform:uppercase; text-align:center; margin-top:15px;}
.foot_kuang2{ width:348px; float:right; margin-top:-10px;}
.foot_kuang2 p{ font-size:15px;color:#ababab; line-height:34px;}
.foot_kuang2 p a{color:#ababab; }
.foot_kuang2 p span{ font-size:12px;}


.foot_line1{ width:1px; height:225px; background-color:#545454; float:left; margin-left:33px; margin-right:33px;}

.foot_tip{ width:177px; float:left; margin-left:10px;}
.foot_tip h1{ font-size:18px; color:#fff; font-weight:normal;}
.foot_tip .foot_line2{ width:32px; height:2px; background-color:#efad21; margin-top:17px; margin-bottom:15px;}
.foot_tip p{ font-size:14px; color:#ababab; line-height:36px;}
.foot_tip p a{color:#ababab;}
.foot_tip p a:hover{ color:#fff;}



.foot_line3{ height:1px; background-color:#545454; margin-top:84px;}
.foot_bq{ font-size:13px; color:#818181; text-align:center; margin-top:33px;}
.foot_bq a{color:#818181;}


/*about*/
.zjdh_bg{ background-color:#006cbe; padding-top:4px;}
.zjdh_box{ width:1354px; margin:0 auto; background-color:#dff1ff;}
.zjdh_box .zjdh_p1{ font-size:23px; color:#efad21; font-weight:bold; float:left; line-height:67px; padding-left:40px; margin-right:20px;}
.zjdh_box .zjdh_p1 span{ font-family:"新宋体"; font-size:18px; color:#006cbe;}
.zjdh_box .zjdh_p2{ font-size:16px; color:#000; float:left; line-height:67px;}
.zjdh_box .zjdh_p2 a{ color:#000;}
.zjdh_box .zjdh_p2 a:hover{ color:#006cbe;}

.max_box{width:1354px; margin:0 auto; margin-top:70px; padding-bottom:90px;}
.max_box .max_p1{ font-size:36px; color:#464646; text-transform:uppercase; text-transform:uppercase;}
.max_box .max_line{ height:1px; background-color:#e7e7e7; margin-top:20px; margin-bottom:45px;}

.jj_nr p{ font-size:15px; color:#000; line-height:34px;}
.jj_nr p a{color:#000;}
.jj_nr img{ margin-top:64px;}


/*文化*/
.cul_pic_box{ width:677px; height:380px; overflow:hidden; float:left; background-color:#ccc;}
.cul_pic_box img{ transform: scale(1);transition: all 1s ease-out; }
.cul_pic_box img:hover{ transform: scale(1.1); }
.cul_hezi{ width:677px; float:left;}
.cul_nr{ width:560px; margin:0 auto;}
.cul_nr .cul_p1{ font-size:27px;color:#006cbe; font-weight:bold; padding-top:105px;}
.cul_nr .cul_line{ width:50px; height:3px; background-color:#006cbe; margin-top:22px; margin-bottom:22px;}
.cul_nr .cul_p2{ font-size:21px;color:#000; line-height:37px;}



/*历史*/
.his_left{ width:557px; float:left;}
.his_left h1{font-size:22px; color:#006cbe; font-weight:bold; margin-bottom:10px; text-align:right;}
.his_left p{ font-size:15px; color:#000; line-height:30px; text-align:right;}

.his_cen{ width:80px; float:left;}
.his_cen .his_quan{width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #006cbe; margin:0 auto;}
.his_cen .his_line{ width:1px; height:165px; background-color:#A1A1A1; margin:0 auto;}	
.his_right{ width:557px; float:left;}
.his_right h1{ font-size:22px; color:#006cbe; font-weight:bold; margin-bottom:10px;}
.his_right p{ font-size:15px; color:#000; line-height:30px;}

.his_line1{ height:88px;width:1px;  background-color:#A1A1A1; margin:0 auto;}




/*风貌*/
.fac_kaung{float:left; width:433px;
    
     margin-bottom:25px; margin-right:25px;}
.fac_tip{width:421px;  padding: 5px; border: #CC9900 1px dotted; background: #eee; border-radius: 8px;
    }
.fac_tip .fac_pic{ width:421px; height:293px; overflow:hidden;}
.fac_tip .fac_pic img{ width:421px; height:293px;transform: scale(1);transition: all 1s ease-out;}
.fac_tip:hover .fac_pic img{transform: scale(1.1);}

.fac_kaung:nth-child(3n+2){margin-right:0px;}


.newspage1 { margin:0 auto; margin-top:40px;}
.newspage1 A { font-size:12px; color:#666; padding-left:8px; padding-right:8px; padding-top:3px; padding-bottom:3px; border:1px solid #999; margin-left:1px; margin-right:1px;}
.newspage1 A:hover {BACKGROUND: #006cbe;  COLOR: #FFFFFF; border:1px solid #006cbe;}
.newspage1 SPAN.current{ font-size:12px; BACKGROUND: #006cbe;COLOR: #FFFFFF;border:1px solid #999; padding-left:8px; padding-right:8px;padding-top:3px;  padding-bottom:3px;margin-left:1px; margin-right:1px;}


.back_bg{ background-color:#ebebeb; margin-top:20px;}
.back_bg p{ font-size:13px; color:#666; text-align:center; line-height:38px;} 
.back_bg p a{color:#666;}




/*新闻*/
.xw_tip{ height:240px; background-color:#f7f7f7; margin-bottom:36px;border-bottom: 1px solid #ebebeb;}
.xw_tip .xw_pic{ width:325px; height:209px; overflow:hidden; float:left; margin-left:16px; margin-top:16px;}
.xw_tip .xw_pic img{width:325px; height:209px;transform: scale(1);transition: all 1s ease-out;}
.xw_tip:hover img{transform: scale(1.1);}
.xw_right{ width:940px; float:right; margin-right:30px; margin-top:28px; }
.xw_right .xw_p1{ font-size:18px; line-height:29px; color:#000;}
.xw_right .xw_p2{ margin-top:20px; height:95px; overflow:hidden;}
.xw_right .xw_p2 p{color:#999999; font-size:13px; line-height:22px;}
.xw_right .xw_p3{color:#999999; font-size:14px;}
.xw_tip:hover .xw_p1{color:#006cbe;}



.news_title{width:100%; font-size:16px; color:#006cbe; line-height:74px; background-color:#fbfbfb; text-align:center; border-bottom:1px solid #d6d6d6;border-top:1px solid #d6d6d6;}
.news_title2{ font-size:13px;color:#c81622; text-align:right; margin-top:10px; font-weight:bold;}
.new_nr_wenzi{ margin-top:16px;}
.new_nr_wenzi p{ font-size:13px; text-align:justify; line-height:32px; color:#333;}
.new_nr_wenzi p a{color:#333;}
.new_nr_wenzi img{max-width:900px!important; height:auto!important;; margin:0 auto; margin-bottom:5px; margin-top:5px;}


/*工程中心*/
.gc1_box h1{ font-size:22px;color:#006cbe; margin-bottom:10px; margin-top:37px; }
.gc1_box p{ font-size:15px; color:#000; line-height:33px;}
.gc1_box img{ max-width:1354px!important; height:auto!important; margin:0 auto;  margin-top:40px;}


.gc3_left{ width:650px; float:left;}
.gc3_right{ width:650px; float:right;}
.gc3_right p{font-size:15px; color:#000; line-height:30px;}


/*人力资源*/
.renli1_left{ width:650px; float:left;}
.renli1_right{ width:650px; float:right;}
.renli1_right h1{font-size:20px;color:#006cbe; line-height:36px; margin-bottom:37px;}
.renli1_right p{font-size:15px; color:#000; line-height:30px;}


.renli2_p1{ font-size:16px; color:#000; line-height:33px; margin-bottom:40px;}

.renli4_box h1{ font-size:22px;color:#006cbe; margin-bottom:10px; margin-top:37px; }
.renli4_box p{ font-size:15px; color:#000; line-height:33px;}


.renli3_box h1{ font-size:22px;color:#006cbe; margin-bottom:10px; margin-top:37px; }
.renli3_box p{ font-size:15px; color:#000; line-height:33px;}
.renli3_box img{ max-width:1354px!important; height:auto!important; margin:0 auto;  margin-top:40px;}


/*招聘*/
.job_dong{  border-top:5px solid #006bbe; background:#f6f7f7; cursor:pointer; margin-top:20px;}
		.job_dong .job_p4{ font-size:18px; color:#3f3a39; font-weight:bold; float:left; line-height:70px; width:600px; padding-left:35px;}
		.job_dong .job_p4 span{ font-size:13px;}
		.job_dong .job_p5{ font-size:16px; color:#3f3a39; float:left; line-height:60px; width:300px;}
		.job_dong .job_p6{ font-size:16px; color:#3f3a39; float:left; line-height:60px;}
		.job_dong img{ float:right; margin-top:30px; padding-right:35px;}
		.sideMenu ul{ padding:20px 35px 30px 35px; background-color:#fff;  display:none; /* 默认都隐藏 */ }
         .jobs_nr p{font-size: 15px;color: #333;line-height: 34px;}



.job_yj{ width:153px; margin-top:15px;}
.job_yj p a{ display:block; font-size:15px; color:#fff; line-height:40px; background-color:#e8a517; text-align:center; border-radius:20px;}


/*联系我们*/
.con_box{ width:565px; float:left;}
.con_box h1{ font-size:21px; color:#006cbe; margin-bottom:24px;}
.con_box p{ font-size:16px; color:#333; line-height:47px;}
.con_box p a{color:#333;}
.con_box p span{ font-size:12px;}
.con_ditu{ float:right; width:780px; height:400px;}



.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}




.liuyan_kuang{ width:200px; background-color:#006cbe; margin-top:70px;}
.liuyan_kuang p{ font-size:18px; color:#fff; line-height:40px; text-align:center; font-weight:bold;}
.liuyan_line{ height:1px; background-color:#ccc; margin-bottom:30px;}

.ord_tip{ width:674px; float:left; margin-bottom:12px;}
.ord_tip p{ font-size:14px; color:#333; margin-bottom:6px;}
.ord_tip .ord_kuang1{ width:636px; height:40px; background-color:#f9f9f9; border:1px solid #cccccc; font-size:14px; color:#000; padding-left:10px;}
.ord_tip2 p{font-size:14px; color:#333; margin-bottom:5px;}
.ord_tip2 .ord_kuang2{width:1313px; min-height:113px;background-color:#f9f9f9; border:1px solid #cccccc; font-size:14px; color:#000; padding-left:10px; padding-top:10px;}
.ord_p1{font-size:14px; color:#333; margin-top:12px; margin-bottom:6px;}
.ord_kuang3{ width:160px; height:40px;background-color:#f9f9f9; border:1px solid #cccccc; font-size:14px; color:#000; padding-left:10px; float:left;}
.ord_kuang4{ width:128px; height:42px; float:left; margin-left:23px;}
.ord_kuang5{ width:277px; height:42px; background-color:#006cbe; border:0; border-radius:6px; float:left; margin-left:23px; font-size:14px; line-height:42px; text-align:center; color:white; cursor:pointer;}






/*产品*/
.left_box{ width:270px; float:left; border-bottom:5px solid #006cbe;}
.left_kuang1{ height:105px;background: linear-gradient(45deg,#006cbe,#bbd5f2); border-top-left-radius: 6px; border-top-right-radius: 6px; margin-bottom:1px;}
.left_kuang1 .left_p1{ font-size:27px; color:#fff; font-weight:bold; padding-left:30px; padding-top:22px;}
.left_kuang1 .left_p2{ font-size:19px; color:#fff;  padding-left:30px; }

.left_kuang2{ background-color:#f5f5f5;}
.left_kuang2 p a{ display:block; font-size:16px; color:#333; line-height:64px; border-bottom:1px solid #cccccc; padding-left:25px;}
.left_kuang2 p a:hover{ background: linear-gradient(45deg,#006cbe,#bbd5f2); color:#fff;transition: all 0.4s; }
.left_kuang2 p span{ color:#2561a6;}
.left_kuang2 p a:hover span{color:#fff;transition: all 0.4s;}

.left_kuang2 .left_pic{ margin:0 auto; padding-top:20px; padding-bottom:15px;}

.right_box{ width:1060px; float:right;}




.pro_tip{ width:318px; height:363px; float:left; border:1px solid #e1e1e1; margin-bottom:30px; margin-right:16px; margin-left:16px;}
.pro_tip .pro_pic{ width:288px; height:160px; overflow:hidden; padding-left:15px; padding-right:15px; padding-top:20px; display: table-cell;vertical-align: middle;}
.pro_tip .pro_pic img{ max-width:100%; max-height:100%; margin:0 auto;}
.pro_tip .pro_p1{ font-size:15px; color:#000; text-align:center; margin-top:20px;}
.pro_tip .pro_p2{ font-size:16px; color:#000; text-align:center; margin-top:12px;}


.pro_more{ width:125px; margin:0 auto; margin-top:40px;}
.pro_more p a{ display:block; font-size:15px; color:#000; line-height:35px; text-align:center; border-radius:20px; border:1px solid #d8d8d8;}
.pro_tip:hover .pro_more p a{border:1px solid #006cbe; background-color:#006cbe; color:#fff;transition: 0.4s ease-out;}


.pro_tip:hover{box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);transition: 0.7s;}





.pro_fl_title{ font-size:15px; font-weight:bold; color:white; text-align:center; line-height:39px;  background: linear-gradient(45deg,#006cbe,#bbd5f2);  margin-bottom:20px;}
.pro_fl_title a{color:white;}



.pro_title{ font-size:15px; color:white; line-height:40px; text-align:center;  background: linear-gradient(45deg,#006cbe,#bbd5f2);  font-weight:bold; margin-bottom:20px;}
.pro_nr_box table{ width:100%;border:1px solid #ccc; border-bottom:0; border-left:0; margin-top:10px;}
.pro_nr_box table tr td{ padding:11px; font-size:13px; color:#333; line-height:40px;border:1px solid #ccc; border-top:0; border-right:0;}
.pro_nr_box p{ font-size:13px; color:#333; line-height:34px;}
.pro_nr_box img{ max-width:100%!important; height:auto;!important}




















