@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";}



/*top*/
.head_bg{ width:100%; height:87px;background-color:rgba(255,255,255,0.9); position:fixed; left:0; top:0; z-index:9999999999;}
.head_box{ width:1300px; margin:0 auto;}
.head_box .logo{ float:left; margin-top:13px; margin-right:9px;}
.head_box .head_kuang1{ float:left; margin-top:20px;}
.head_box .head_p1{ font-size:20px; color:#4566ad;}
.head_box .head_p2{ font-size:16.1px; color:#34a12c; text-transform:uppercase;}


#wrap {float:right;}
#wrap li{ float:left;  line-height:87px; padding-left:15px; padding-right:15px; position:relative;}
#wrap li .s_dh_a{color:#000; padding-bottom:24px;}
#wrap li .s_dh_a:hover{ color:#4566ad; border-bottom:3px solid #4566ad;}



#img{display:none; position: absolute;top:87px;left:-324px; width:1300px; background-color:#fff;}
.s_dh_box{ width:1130px; margin:0 auto; padding-top:45px; padding-bottom:45px;}
.s_dh_left{ width:550px; float:left;}
.s_dh_left .s_dh_p1{ font-size:18px; color:#000; font-weight:bold;}
.s_dh_left .s_dh_p2{ width:258px; float:left; margin-right:10px; margin-bottom:10px;}
.s_dh_left .s_dh_p2 p a{ display:block; font-size:16px; color:#5a5a5a; line-height:45px; padding-left:15px; border:1px solid #efefef;border-radius: 8px 0px 8px 0px;}
.s_dh_left .s_dh_p2 p a:hover{color:#4566ad;border:1px solid #4566ad;}


.s_dh_left .s_dh_p2 p a{ transition:all .2s linear; 
    -o-transition:all .2s linear; 
    -moz-transition:all .2s linear; 
    -webkit-transition:all .2s linear;}
.s_dh_left .s_dh_p2 p a:hover{ margin-left:7px; margin-right:7px;}


.s_dh_pic{ float:right;}

/*通栏*/
#wrapper {
	position:relative; z-index:100;
}



.fullwidthbanner-container{
	width:100% !important;
	position:relative;
	padding:0;
	max-height:1080px !important;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthabnner	{
	width:100% !important;
	max-height:1080px !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:1632px; margin:0 auto; margin-top:205px;}
.s_jj_box .s_jj_p1{ font-size:48px; color:#3f3f3f; margin-bottom:30px;}
.s_jj_tip{ width:229px; height:116px; background-color:#4566ad; float:left; margin-right:33px;}
.s_jj_tip .s_jj_p2{ font-size:20px; color:#fff; padding-left:33px; padding-top:16px;}
.s_jj_tip .s_jj_p3{ font-size:48px; color:#fff; font-weight:bold; padding-left:33px;}
.s_jj_tip .s_jj_p3 span{ font-weight:normal; font-size:20px;}

.s_jj_tip{ transition:all .2s linear; 
    -o-transition:all .2s linear; 
    -moz-transition:all .2s linear; 
    -webkit-transition:all .2s linear;}
.s_jj_tip:hover{ margin-top:-10px;}



.s_jj_nr{ width:756px; margin-top:44px;}
.s_jj_nr p{ font-size:14px; color:#000; line-height:36px;}

.s_jj_more{ width:198px; margin-top:42px;}
.s_jj_more p a{ display:block; font-size:18px; color:#636363; text-align:center; line-height:46px; border:3px solid #7f7f7f;
transition:all .2s linear; 
    -o-transition:all .2s linear; 
    -moz-transition:all .2s linear; 
    -webkit-transition:all .2s linear;}
.s_jj_more p a:hover{background-color:#4566ad;border:3px solid #4566ad; color:#fff;}


/*页脚*/
.foot_bg{ width:100%; background-color:#333; position:absolute; left:0; bottom:0;}
.foot_bg p{ font-size:12px; color:#fff; text-align:center; line-height:50px;}
.foot_bg p a{ color:#fff;}


/*简介*/
.nydh_bg{ border-bottom:1px solid #ebebeb;}
.nydh_box{width:1300px; margin:0 auto;}
.nydh_kuang{ float:left;}
.nydh_kuang p a{ display:block; font-size:16px; color:#000; line-height:68px; padding-left:39px; padding-right:39px;
transition:all .2s linear; 
    -o-transition:all .2s linear; 
    -moz-transition:all .2s linear; 
    -webkit-transition:all .2s linear;}
.nydh_kuang p a:hover{background-color:#4566ad; color:#fff;}

.nydh_box .nydh_p1{ font-size:12px; color:#737373; float:right; line-height:68px;}
.nydh_box .nydh_pic{ float:right; margin-right:9px; margin-top:25px;}




.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;
}
  
  

.max_box{width:1632px; margin:0 auto; margin-top:58px; padding-bottom:80px;}
.max_box .max_p1{ font-size:36px; color:#555555; text-align:center;}
.max_box .max_line{ width:64px; height:2px;background-color:#4566ad; margin:0 auto; margin-top:18px; margin-bottom:56px;}

.jj_nr{ width:1103px; float:left;}
.jj_nr p{ font-size:15px; color:#555555; line-height:32px;}

.jj_pic{ width:500px; height:334px; overflow:hidden; float:right;}
.jj_pic img{width:500px; height:334px;}





.gun_box{ margin-top:109px;}
.gun_tip{ width:289px; height:136px; float:left; margin-right:45px;}
.gun_tip .gun_p1{ font-size:20px; color:#fff; text-align:center; padding-top:31px;}
.gun_tip .gun_p2{ font-size:20px; color:#fff; text-align:center;}
.gun_tip .gun_p2 span{ font-size:48px; font-weight:bold;}


.fz_p1{ font-size:34px; color:#333; text-align:center; margin-top:100px;}
.fz_p2{ font-size:18px; color:#555555; text-align:center; margin-top:10px;}

.time-line{width:1632px; margin:0 auto; margin-top:60px; position: relative;}
	.time-line .left-btn,.time-line .right-btn{width: 30px;height: 30px;background: url(../images/arrow.png) no-repeat;position: absolute;margin-top:-15px;cursor: pointer;}
	.time-line .left-btn{left:0;top:50%;}
	.time-line .right-btn{right:0;top:50%;transform: rotate(180deg);}
	.time-line .right-btn:hover{background: url(../images/arrow-hover.png) no-repeat;transform: rotate(180deg);}
	.time-line .left-btn:hover{background: url(../images/arrow-hover.png) no-repeat;}
	.time-line .time-box{width: 1500px;margin: 0 auto;overflow: hidden;}
	.time-line .time-box ul{ width:2500px!important; overflow: hidden;position: relative;height: 314px;}
	.time-line .time-box ul:after{content: "";background: #d2d2d2;height: 1px;width: 100%;position: absolute;left:0;top:50%;}
	.time-line .time-box li{width:248px; height:118px; float: left;padding: 10px;box-sizing: border-box;border: 1px solid #d2d2d2;position: relative; cursor: pointer;border-radius: 8px 0px 8px 0px;}
	.time-line .time-box li h3{ font-size:18px; margin-bottom:5px;}
	.time-line .time-box li p{ font-size:13px; line-height:24px;}
	.time-line .time-box li:nth-child(2n){margin-top: 195px;}
	.time-line .time-box li:before{content: "";border-left: 1px solid #d2d2d2;border-bottom: 1px solid #d2d2d2;position: absolute;width: 16px;height: 16px;background: #fff;   bottom: -9px; transform: rotate(-45deg);left: 50%;margin-left: -8px;}
	.time-line .time-box li:after{content: "";width: 15px;height: 15px;background: url(../images/point.png) no-repeat;position: absolute;left:50%;margin-left:-7px;bottom: 0;    bottom: -48px; z-index: 1;}
	.time-line .time-box li:nth-child(2n):before{bottom: auto;top: -10px;transform: rotate(-225deg);}
	.time-line .time-box li:nth-child(2n):after{bottom: auto;top:-46px;}
	.time-line .time-box li:hover,.time-line .time-box li.active{background: #4566ad; color:#fff;border-color: #4566ad;}
	.time-line .time-box li:hover:before,.time-line .time-box li.active:before{border-color: #4566ad;background: #4566ad;}
	.time-line .time-box li:hover:after,.time-line .time-box li.active:after{background: url(../images/point-hover.png) no-repeat;}




/*简介页资质证书*/
.zzzs_bg{ background:url(../images/img13.jpg) center no-repeat; width:100%; height:570px; margin-top:100px;}
.zzzs_box{ width:1107px; margin:0 auto; padding-top:70px;}
.zzzs_box .zzzs_p1{ font-size:34px; color:#fff; text-align:center;}
.zzzs_box .zzzs_line{ width:60px; height:3px; background-color:#fff; margin:0 auto; margin-top:12px; margin-bottom:60px;}



.nyry_tip{ width:352px; float:left; margin-left:8px; margin-right:8px;}
.nyry_tip img{ width:352px; height:260px;}
.nyry_tip p{ font-size:15px; text-align:center; color:#fff; margin-top:17px;}


.picMarquee-left{ width:100%;}
		.picMarquee-left .hd{ width:1450px;  height:1px; background-color:rgba(0,0,0,0);position:relative;}
	.picMarquee-left .hd .next{ background-image:url(../images/img14.png); width:51px; height:82px; position:absolute; left:-88px; top:118px;cursor:pointer;}
	.picMarquee-left .hd .prev{ background-image:url(../images/img15.png); width:51px; height:82px; position:absolute; right:-88px; top:118px; cursor:pointer;}

		.picMarquee-left .bd{ width:1450px; margin:0 auto; overflow:hidden;}

		.picMarquee-left .bd ul li{ margin:0 12px; float:left;  }
        
		.picMarquee-left .bd ul li .zzzs_tip{ width:354px; background-color:#fff;}
		.picMarquee-left .bd ul li .zzzs_tip img{ width:352px; height:260px; border:1px solid #ddd;  display:block;}
.picMarquee-left .bd ul li .zzzs_tip p{ font-size:14px; color:#000; background-color:#e4edf6; text-align:center; line-height:40px;}

.tempWrap{ width:1450px!important;}



/*简介页公司荣誉*/
.gsry_box{ width:1450px; margin:0 auto; margin-top:110px; margin-bottom:100px;}
.gsry_box .gsry_p1{ font-size:34px; color:#333; text-align:center;}
.gsry_box .gsry_line{ width:60px; height:3px; background-color:#333; margin:0 auto; margin-top:12px; margin-bottom:60px;}


.nyfoot_bg{ width:100%; background-color:#758ec5;}
.nyfoot_bg p{ font-size:13px; color:#fff; text-align:center; line-height:100px;}
.nyfoot_bg p a{ color:#fff;}





/*企业文化*/
.nycontent{ width:1300px; margin:0 auto;}

.cul_bg{ background-image:url(../images/img29.jpg); width:1200px; height:340px; margin:0 auto;}
.cul_bg .cul_p1{ font-size:22px; font-weight:bold; color:#fff; padding-top:77px; padding-left:20px;}
.cul_bg .cul_line{ width:50px; height:1px; background-color:#fff; margin-top:18px; margin-left:20px;}
.cul_bg .cul_kuang{ width:1160px; height:178px; margin:0 auto; background-color:#fff; margin-top:35px;}
.cul_kuang .cul_p2{ font-size:20px; color:#333; font-weight:bold; padding-left:40px; padding-top:30px;}
.cul_kuang .cul_p3{ font-size:24px; color:#333; font-weight:bold; padding-left:40px; margin-top:27px; margin-bottom:10px;}
.cul_kuang .cul_p4{ font-size:15px; color:#333;  padding-left:40px;}



.poster_box { margin-top:80px;
  overflow: hidden;
}
.poster_box h2 {
  font-size: 30px;
  color: #015293;
  font-weight: bold;
  text-align: center;
}
.poster_box h3 {
  font-size: 16px;
  color: #015293;
  margin: 10px 0 35px;
  text-align: center;
}
.poster-main {
    position: relative;
    width: 100%;
    height: 450px!important;
    margin-left: auto;
    margin-right: auto;
}
.poster-main img {
    display: block;
    box-shadow: 0px 0px 10px #222222;
    -webkit-box-shadow: 0px 0px 10px #222222;
}

.poster-main a, .poster-main img {
  display: block;
  width: 100%;
  height: 100%;
}
.poster-main img {}
.poster-main .poster-list {
  width: 1000px;
  height: 500px;
}
.poster-main .poster-list .poster-item {
  width: 200px;
  height: 500px;
  position: absolute;
  left: 0;
  top: 0;
}
.poster-main .poster-list .poster-item .item {
  position: relative;
  width: 100%;
  height: 100%
}
.poster-main .poster-btn {
  position: absolute;
  top: 0;
  cursor: pointer;
  filter: opacity(.5) brightness(1);
}
.poster-main .poster-btn:hover {
  filter: opacity(1) brightness(2);
}
.poster-main .poster-prev-btn {
  left: 0;
  background: url(../images/left.png) no-repeat center center;
}
.poster-main .poster-next-btn {
  right: 0;
  background: url(../images/right.png) no-repeat center center;
}
.poster-item-title {
 background:rgba(42, 42, 42, 0.8) none repeat scroll 0 0 !important;/*实现FF背景透明，文字不透明*/
filter:Alpha(opacity=80); background:#2a2a2a;

  color: #FFF;
  width: 100%;
  height: 52px;
  line-height: 52px;
  position: absolute;
  bottom: 0;
  text-indent: 29px
}
.lunbo_btn {
  height: 15px;
  width: 100%;
  margin: 0px auto;

  position: absolute;
  z-index: 3;
  text-align: center; bottom: 2px
}
.lunbo_btn li {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-color: #b4b5b7;
  border-radius: 50%;
  margin: 0px 2px;
  cursor: pointer;
}
.lunbo_btn li.poster-btn-active {
  background-color: #0b518a;
}




/*联系方式*/
.con_box{ width:650px; float:left;}
.con_box h1{ font-size:20px; color:#4566ad; margin-bottom:10px;}
.con_box tr td{ font-size:15px; color:#333; line-height:70px; border-bottom:1px dashed #b3b3b3; width:50%; padding-left:8px;}
.con_box tr td a{color:#333;}



.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}

.ditu_box{ width:600px; height:467px; float:right;}


/*新闻*/
.xw_tip{ height:237px; background-color:#f7f7f7; margin-bottom:36px;border-bottom: 1px solid #ebebeb;}
.xw_tip .xw_pic{ width:325px; height:205px; overflow:hidden; float:left; margin-left:16px; margin-top:16px;}
.xw_tip .xw_pic img{width:325px; height:205px;transform: scale(1);transition: all 1s ease-out;}
.xw_tip:hover img{transform: scale(1.1);}
.xw_right{ width:887px; float:right; margin-right:30px; margin-top:28px; }
.xw_right .xw_p1{ font-size:18px; color:#000;}
.xw_right .xw_p2{ margin-top:20px; height:120px; overflow:hidden;}
.xw_right .xw_p2 p{color:#999999; font-size:13px; line-height:22px;}
.xw_right .xw_p3{color:#999999; font-size:12px;}
.xw_tip:hover .xw_p1{color:#4566ad;}





.newspage1 {
 PADDING-RIGHT:0px; DISPLAY: block; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 10px auto; PADDING-TOP: 10px; TEXT-ALIGN: center; clear:both;font-family:"Microsoft YaHei";
 }
.newspage1 A { 
BORDER-RIGHT: #999 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #999 1px solid; PADDING-LEFT: 5px; BACKGROUND: #fff; PADDING-BOTTOM: 2px; FONT: 12px/22px ""; BORDER-LEFT: #999 1px solid; COLOR: #666; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #999 1px solid;font-family:"Microsoft YaHei";
}
.newspage1 A:hover {
BORDER-RIGHT: #fff 1px solid; BORDER-TOP: #fff 1px solid; BACKGROUND: #4566ad; BORDER-LEFT: #fff 1px solid; COLOR: #FFFFFF; BORDER-BOTTOM: #fff 1px solid; TEXT-DECORATION: none
}
.newspage1 A:active {
BORDER-RIGHT: #666 1px solid; BORDER-TOP: #666 1px solid; BACKGROUND:#4566ad; BORDER-LEFT: #666 1px solid; COLOR: #FFFFFF; BORDER-BOTTOM: #666 1px solid
}
.newspage1 SPAN.current {
BORDER-RIGHT: #666 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #666 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; BACKGROUND:#4566ad; PADDING-BOTTOM: 2px; BORDER-LEFT: #666 1px solid; COLOR: #fff; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #666 1px solid;font-family:"Microsoft YaHei";
}
.newspage1 SPAN.disabled {
BORDER-RIGHT: #fff 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #fff 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #fff 1px solid; COLOR: #666; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #fff 1px solid
}


.back_bg{ background-color:#ebebeb; margin-top:20px;}
.back_bg p{ font-size:12px; color:#666; text-align:center; line-height:26px;}
.back_bg p a{color:#666;}


.news_title{width:100%; font-size:17px; color:#4566ad; 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;}




/*质量管理*/
.zlgl_box h1{ width:156px; font-size:19px; color:#fff; font-weight:bold; line-height:54px; text-align:center; background-color:#4566ad;  margin-bottom:30px; margin-top:50px;}
.fangzhen_nr p{ font-size:15px; color:#555; line-height:32px;}
.fangzhen_nr{ margin-bottom:30px;}


.fac_kaung{float:left; width:400px;margin-bottom:40px; margin-left:16px; margin-right:16px;}
.fac_tip{width:388px;  padding: 5px; border: #CC9900 1px dotted; background: #eee; border-radius: 8px;
    }
.fac_tip .fac_pic{ width:388px; height:290px; overflow:hidden;}
.fac_tip .fac_pic img{ width:388px; height:290px;transform: scale(1);transition: all 1s ease-out;}
.fac_tip:hover .fac_pic img{transform: scale(1.1);}



.fangzhen_kaung{float:left; width:617px;margin-bottom:40px; margin-left:16px; margin-right:16px;}
.fangzhen_tip{width:605px;  padding: 5px; border: #CC9900 1px dotted; background: #eee; border-radius: 8px;}
.fangzhen_tip .fangzhen_pic{ width:605px; height:450px; overflow:hidden;}
.fangzhen_tip .fangzhen_pic img{ width:605px; height:450px;transform: scale(1);transition: all 1s ease-out;}
.fangzhen_tip:hover .fangzhen_pic img{transform: scale(1.1);}


/*质量审计*/
.zlsj_box h1{ font-size:18px; color:#555; text-align:center; font-weight:bold; margin-bottom:20px;}

.zlsj_box table{ width:100%;border:1px solid #ccc; border-bottom:0; border-left:0; margin-top:10px;}
.zlsj_box table tr td{ padding:11px; font-size:15px; color:#555;  line-height:46px;border:1px solid #ccc; border-top:0; border-right:0;}

/*研发中心*/
.yfzx_box .yfzx_nr p{font-size:15px; color:#555; line-height:32px;}
.yfzx_box .yfzx_nr{ margin-bottom:30px;}


/*质量审计*/
.sc_left{ width:650px; float:left;}
.sc_left p{font-size:15px; color:#555; line-height:32px;}
.sc_right{ width:600px; height:360px; overflow:hidden; float:right; }
.sc_right img{ width:600px; height:400px; transform: scale(1);transition: all 1s ease-out;} 
.sc_right img:hover{transform: scale(1.1);}





/*产品*/
.left_box{ width:249px; float:left; background-color:#f0efef; padding-bottom:15px;border-bottom:7px solid #a8a7a7;}
.left_box .left_line1{background-image:url(../images/img59.jpg); width:249px; height:72px; margin-bottom:33px; border-bottom:7px solid #a8a7a7;}
.left_box .left_line1 p{ font-size:24px; color:#3a3a3a; line-height:72px; text-align:center;}
.left_box .left_tip{background-image:url(../images/img57.jpg); width:217px; height:47px; margin:0 auto; margin-bottom:14px;}
.left_box .left_tip:hover p{background-image:url(../images/img58.jpg);width:217px; height:47px; color:white;}
.left_box .left_tip p{ font-size:14px; color:#3a3a3a; line-height:47px; text-align:center;}
.left_box .left_line2{ height:3px; background-color:#3a3a3a; margin-top:37px; margin-bottom:24px;}


.left_pp{ font-size:14px;  color:#333; margin-bottom:12px; padding-left:29px;}
.left_pp a{ color:#333;}

.left_pic1{ margin:0 auto; margin-top:21px;}



.sideMenu{  }
		.sideMenu h3 a{ display:block; background-image:url(../images/img57.jpg); width:217px; height:47px; margin:0 auto; margin-bottom:14px;font-size:14px; color:#3a3a3a; line-height:47px; text-align:center; font-weight:normal;}
		.sideMenu h3 a:hover{background-image:url(../images/img58.jpg);width:217px; height:47px; color:white;}
		.sideMenu ul{  display:none; /* 默认都隐藏 */ }
.sideMenu ul li{font-size:12px;  color:#333; margin-bottom:14px; padding-left:29px;}
.sideMenu ul li a{color:#333;}
.sideMenu ul li a:hover{ color:#4566ad;}




.right_box{ width:1018px; float:right;}


.kuang10{ background-color:#4566ad;}
.kuang10 p{ font-size:15px; font-weight:bold; color:white; text-align:center; line-height:45px;}
.kuang10 p a{color:white;}
.kuang11{ background-color:#E3E3E3;}
.kuang11 p{ font-size:14px; color:black; font-weight:bold; text-align:center; line-height:45px;}
.kuang11 p a{color:black;}

.nr_box2 td{border:1px solid #ddd; color:black; font-size:13px; border-top:0;line-height:45px; }
.nr_box2 a{ line-height:34px; color:black;}


.kuang3{ background-color:#F5F5F5; border-bottom:1px solid #ddd;}
.kuang3 p{ float:left;font-family:"Microsoft YaHei"; font-size:14px; line-height:45px;text-align:center; font-weight:bold;}
.kuang3 .kb{ width:6%; color:#F5F5F5;}
.kuang3 .p5{ width:70%; color:#333;}
.kuang3 .p6{ width:24%;color:#333;}


.pro_nr_box table{ width:100%;border:0;}
.pro_nr_box table tr td{ padding:11px; font-size:13px; color:#333; line-height:34px; border:1px outset #ccc;}
.pro_nr_box table tr td p{ line-height:50px;}


.z1 tr td{ text-align:center;}


.pro_pppt tr td{font-size:14px; line-height:34px;text-align:center; font-weight:bold;}
.pro_pppt{background-color:#F5F5F5; border-bottom:1px solid #ddd; width:100%;}



.kuang30{ background-color:#F5F5F5; border-bottom:1px solid #ddd;}
.kuang30 p{ float:left;font-family:"Microsoft YaHei"; font-size:14px; line-height:45px;text-align:center; font-weight:bold;}
.kuang30 .kb{ width:6%; color:#F5F5F5;}
.kuang30 .p5{ width:70%; color:#333;}

.kuang30 .p7{ width:24%;color:#333;}











.s_pro_ss{ width:320px; float:right; margin-top:30px; margin-bottom:42px;}
.s_pro_ss .s_pro_ss_title1{ float:left; width:230px; height:26px; border:0; background-color:#ababab; font-size:13px; color:white; line-height:26px; padding-left:10px;}
.s_pro_ss .s_pro_ss_pic2{ float:left; border:0;}






.gk4_box p{font-size: 14px;
    color: #555555;
    line-height: 36px;}















/*首页邮箱*/
.email_bg{ background-image:url(../images/img127.jpg); background-repeat:repeat-x; height:103px; }
.email_box{ width:1000px; margin:0 auto; padding-top:34px;}
.email_box .email_title{ font-size:22px; color:#333; float:left; margin-top:5px;}
.email_box .line1{ width:1px; height:39px; background-color:#cacaca; float:left; margin-left:23px; margin-right:23px;}

.email_box .email{ float:left; padding-top:10px;}
.email_box .email .name{ font-size:12px;  float:left; margin-top:3px;}
.email_box .email .username{ width:117px; height:20px; line-height:20px; float:left; padding-left:6px;}
.email_box .email .name_1{ font-size:12px; float:left; margin-left:8px; margin-top:3px;}
.email_box .img_4{ float:left; margin-left:15px; margin-top:2px;}

.email_box .img_3{ float:right; margin-right:0px;}









