@charset "utf-8";
/* CSS Document */

/*css重置*/
*{ margin:0; padding:0; font-family:Arial,"Microsoft YaHei";}
a{ text-decoration:none;}
li{ list-style:none;}
.clearfix{ clear:both;}
img{ border:0; display:block;}



/*新闻*/
.avatar:hover img, .zhuti .avatar:hover img, .bbsinner .avatar:hover img {
    transform: scale(1.1);
    transition: all 1s ease 0s;
	-webkit-transform: scale(1.1);
	-webkit-transform: all 1s ease 0s;
}



.xw_banner{ width:100%;}
.xw_banner img{ width:100%;}

.max_box{ width:1326px; margin:0 auto; margin-top:70px; margin-bottom:40px;}
.left_box{ width:239px; float:left;}
.left_box .left_b1{ height:121px; background-color:#005dad;}
.left_box .left_b1 .left_p1{ font-size:28px; color:white; margin-left:30px; padding-top:33px;}
.left_box .left_b1 .left_p2{ font-size:20px; color:white;margin-left:30px; margin-top:16px;}
.left_box .left_tip{ background-image:url(../images/img5.jpg); background-repeat:no-repeat; height:47px; border-bottom:1px solid #d6d6d6;}
.left_box .left_tip p{ font-size:15px; color:#666; line-height:47px; padding-left:34px; margin-top:5px;}
.left_box .left_tip p a{color:#666; }

.left_box .left_lx{ width:185px; border:1px solid #dfdfdf; margin-top:19px; padding-left:26px; padding-right:26px; padding-top:36px; padding-bottom:27px;}
.left_box .left_lx .left_p3{ font-size:12px; color:#333; margin-bottom:7px;}
.left_box .left_lx img{ float:left; margin-top:2px;}
.left_box .left_lx .left_p4{ font-size:12px; color:#333; float:left; margin-left:10px;}
.left_box .left_lx .left_p5{ font-weight:bold; font-size:24px; color:#999; margin-left:22px; line-height:34px;}
.left_box .left_lx .left_p6{ font-size:12px; color:#333;margin-left:22px;}


.sim-button{
	line-height: 30px;
	height: 30px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top:14px;
	width:100%;
	cursor: pointer;
	background:#404040;
}

.button6{
	color: rgba(64,64,64,1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	/*--border: 1px solid rgba(255,255,255,0.5);*/
	position: relative;	
}

.button6 span{
	z-index: 2;	
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;	
}
.button6 span{ color:white;}
.button6::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: rgba(255,255,255,0.5);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: scale(0.5, 1);
	transform: scale(0.5, 1);
}
.button6:hover::before{
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}


.right_box{ width:1048px;  float:right;}
.right_box .right_p1{ font-size:24px; color:#3f3f3f; float:left; line-height:39px;}
.right_box .right_pic1{ float:right; margin-right:20px; margin-top:12px;}
.right_box .right_p2{ font-size:12px; color:#3f3f3f; float:right; line-height:39px;}
.right_box .right_line{ height:1px; background-color:#c7c7c7;}

.ny_content{ width:100%; margin-top:46px;}
.xw_tip .xw_pic{ float:left;width:350px; height:230px; overflow:hidden;}
.xw_tip .xw_pic img{ width:350px; height:230px;}
.xw_tip .xw_right_box{ width:615px; height:230px; float:left; background-color:#f2f2f2; padding-left:40px; padding-right:40px;}
.xw_tip .xw_right_box .xw_p1{ font-size:20px; color:black; padding-top:33px;}
.xw_tip .xw_right_box .xw_p1 a{color:black;}
.xw_tip .xw_right_box .xw_p1 a:hover{color:#57b547;}
.xw_tip .xw_right_box .xw_p2{ font-size:14px; color:#b7babc; margin-top:10px;}
.xw_tip .xw_right_box .xw_p3{ font-size:13px; color:#414141; line-height:28px; margin-top:10px;}
.xw_tip{margin-bottom:25px;}

.xw_right_box{-webkit-transition:all 1s ease 0s; transition:all 1s ease 0s;}
.animate-init .xw_right_box{-webkit-transform:translateX(50px); transform::translateX(50px);  opacity:0; }




.xw_right_box{-webkit-animation:1s ease-out backwards;-moz-animation:1s ease-out backwards;-ms-animation:1s ease-out backwards;animation:1s ease-out backwards;}
.xw_right_box{-webkit-animation-name:fadeinR;-moz-animation-name:fadeinR;-ms-animation-name:fadeinR;animation-name:fadeinR;
-webkit-animation-delay:0.5s;-moz-animation-delay:0.5s;-ms-animation-delay:0.5s;-webkit-animation-delay:1s;animation-delay:0.5s;}


.xw_pic{-webkit-animation:1s ease-out backwards;-moz-animation:1s ease-out backwards;-ms-animation:1s ease-out backwards;animation:1s ease-out backwards;}
.xw_pic{-webkit-animation-name:bouncein;-moz-animation-name:bouncein;-ms-animation-name:bouncein;animation-name:bouncein;}




.sim-button1{
	line-height: 42px;
	height: 42px;
	text-align: center;
	
	margin-top:20px;
	width:154px;
	cursor: pointer;
	background:#57b547;
}

.button61{
	color: rgba(64,64,64,1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	/*--border: 1px solid rgba(255,255,255,0.5);*/
	position: relative;	
}

.button61 span{
	z-index: 2;	
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;	
}
.button61 span{ color:white;}
.button61::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: rgba(255,255,255,0.6);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: scale(0.5, 1);
	transform: scale(0.5, 1);
}
.button61:hover::before{
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}


.newspage1 {
 PADDING-RIGHT:0px; DISPLAY: block; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 20px auto; PADDING-TOP: 20px; TEXT-ALIGN: center; clear:both;font-family:Arial,"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:Arial,"Microsoft YaHei";
}
.newspage1 A:hover {
BORDER-RIGHT: #fff 1px solid; BORDER-TOP: #fff 1px solid; BACKGROUND: #005dad; 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:#005dad; 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:#005dad; PADDING-BOTTOM: 2px; BORDER-LEFT: #666 1px solid; COLOR: #fff; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #666 1px solid;font-family:Arial,"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{color: #005ca9;
    text-align: center;
    font-size: 17px;
    font-weight: bold;}

.new_nr_wenzi p{font-size: 13px;
    text-align: justify;
    line-height: 28px;
    color: #333;}
.new_nr_wenzi img{ max-width:900px!important; height:auto!important; margin:0 auto; margin-top:10px; margin-bottom:10px;}	

.new_nr_wenzi{ margin-top:16px;}




/*产品*/
.pro_tb{ width:100%; border:0; margin-bottom:20px;}
.pro_tb tr td{ font-size:12px; color:#333;}
.pro_tb tr td a{ color:#333;}


.pro_nrnr{ font-size:14px; font-weight:bold;color:white; background-color:#005ca9; line-height:30px; text-align:center;}

.pro_znr p{ font-size:13px; color:#333; line-height:30px; text-align:justify;}


.pro_bbb{ width:100%; border:1px solid #999;}
.pro_bbb tr td{ font-size:13px; line-height:30px; text-align:center; color:#333; border:1px solid #999;}


/*.pro_tt1{background-image:url(../images/bgggg.jpg); background-repeat:repeat-x; color:white; font-size:14px; line-height:32px; height:32px; text-align:center; margin-top:17px;}*/
.pro_tt1{ color:white; font-size:15px; line-height:40px; text-align:center; margin-top:17px;background-color:#005ba5;}



#wrap{
	width: 300px; float:left; margin-left:24px; margin-right:24px; margin-top:24px; margin-bottom:9px;
	
}
#wrap ul li .a1 img{
	width: 300px;
	height: 200px;
}
#wrap ul li{
	
	list-style: none;
	position: relative;
	
	overflow: hidden;
	
} 
#wrap ul li .a1 .divA{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 55px;
	background: rgba(49,49,49,0.7);
}
#wrap ul li .a1 .divA>.p1{ 
     font-size:13px;
	 text-align:center;
     color:white;
	 padding-top:20px;
}
#wrap ul li .a1 .divA>.p2{
	
    font-size: 13px;
    color: #ababab; text-align:center; margin-top:3px;
    
	text-transform:uppercase;
}

/*遮罩*/
#wrap ul li .a2{
	position: absolute;
	top: 0;
	left:-501PX;
	width: 100%;
	height: 247px;
	text-align: center;
	color: white;
	background: rgba(0,0,0,0.5);
	transition: all 0.2s;  
} 
#wrap ul li .a2 .p4{ background-image:url(../images/img10.png); width:36px; height:36px; background-repeat:no-repeat; background-position:center;
	width: 100%;
	
	position: absolute;
	top: 69px;
	
    transition: all 0.2s 0.1s ease-out ;  
}
#wrap ul li .a2 .p5{
	width:100%;
	text-align: center;
	
	position: absolute;
	top: 121px;
	
	
	font-size: 14px;
    color: white;
    transition: all 0.2s 0.2s ease-out ;  
}
#wrap ul li .a2 .p6{ font-size:13px;color: #ababab; text-align:center;
	position: absolute;
	top: 149px;
	left: 93px;
	transform: scale(1.4);
	transition: all 0.2s 0.2s ease-out ;
}





/*人力资源*/
.rl_banner{ width:100%;}
.rl_banner img{ width:100%;}

.rl_box{ width:1346px; margin:0 auto; margin-top:86px; margin-bottom:86px;}
.rl_box .rl_pic1{ width:673px; height:340px; float:left; overflow:hidden;}
.rl_box .rl_pic1 img{width:673px; height:340px;}
.rl_box .rl_tip1{width:573px; height:340px; background-color:#efefef; float:left; padding-left:50px; padding-right:50px;}
.rl_box .rl_tip1 .rl_p1{ font-size:18px; color:#383838; font-weight:bold; padding-top:47px;}
.rl_box .rl_tip1 .rl_p2{ font-size:14px; color:#585858; line-height:31px; margin-top:22px;}
.rl_box .rl_tip1 .rl_tip2 p{font-size:14px; color:#585858; line-height:31px; width:286px; float:left;}

.rl_box .rl_tip3{width:573px; height:340px; background-color:#efefef; float:left; padding-left:50px; padding-right:50px;}
.rl_box .rl_tip3 .rl_p1{ font-size:18px; color:#383838; font-weight:bold; padding-top:47px;}
.rl_box .rl_tip3 .rl_p2{ font-size:14px; color:#585858; line-height:31px; margin-top:22px;}
.rl_box .rl_tip3 .rl_tip2 p{font-size:14px; color:#585858; line-height:31px; width:286px; float:left;}
.rl_box .rl_pic2{ width:673px; height:340px; float:left; overflow:hidden;}
.rl_box .rl_pic2 img{width:673px; height:340px;}






.rl_tip1{-webkit-animation:1s ease-out backwards;-moz-animation:1s ease-out backwards;-ms-animation:1s ease-out backwards;animation:1s ease-out backwards;}
.rl_tip1{-webkit-animation-name:bouncein;-moz-animation-name:bouncein;-ms-animation-name:bouncein;animation-name:bouncein; }

.rl_pic1{-webkit-animation:1s ease-out backwards;-moz-animation:1s ease-out backwards;-ms-animation:1s ease-out backwards;animation:1s ease-out backwards;}
.rl_pic1{-webkit-animation-name:bouncein;-moz-animation-name:bouncein;-ms-animation-name:bouncein;animation-name:bouncein;}


/*人力理念*/
.rcln_p1 p{ font-size:14px; color:#333; line-height:40px; text-align:justify;}
.rcln_p1{-webkit-animation:1s ease-out backwards;-moz-animation:1s ease-out backwards;-ms-animation:1s ease-out backwards;animation:1s ease-out backwards;}
.rcln_p1{-webkit-animation-name:fadeinB;-moz-animation-name:fadeinB;-ms-animation-name:fadeinB;animation-name:fadeinB;}






/* 淡入-从上 */
@-webkit-keyframes fadeinT{
    0%{opacity:0;-webkit-transform:translateY(-100px);}
    100%{opacity:1;-webkit-transform:translateY(0);}
}
@-moz-keyframes fadeinT{
    0%{opacity:0;-moz-transform:translateY(-100px);}
    100%{opacity:1;-moz-transform:translateY(0);}
}
@-ms-keyframes fadeinT{
    0%{opacity:0;-ms-transform:translateY(-100px);}
    100%{opacity:1;-ms-transform:translateY(0);}
}
@keyframes fadeinT{
    0%{opacity:0;transform:translateY(-100px);}
    100%{opacity:1;transform:translateY(0);}
}
/* 淡入-从右 */
.a-fadeinR{-webkit-animation-name:fadeinR;-moz-animation-name:fadeinR;-ms-animation-name:fadeinR;animation-name:fadeinR;
-webkit-animation-delay:1s;-moz-animation-delay:1s;-ms-animation-delay:1s;-webkit-animation-delay:1s;animation-delay:1s;
}
/* 淡入-从右 */
@-webkit-keyframes fadeinR{
    0%{opacity:0;-webkit-transform:translateX(200px);}
    100%{opacity:1;-webkit-transform:translateX(0);}
}
@-moz-keyframes fadeinR{
    0%{opacity:0;-moz-transform:translateX(200px);}
    100%{opacity:1;-moz-transform:translateX(0);}
}
@-ms-keyframes fadeinR{
    0%{opacity:0;-ms-transform:translateX(200px);}
    100%{opacity:1;-ms-transform:translateX(0);}
}
@keyframes fadeinR{
    0%{opacity:0;transform:translateX(200px);}
    100%{opacity:1;transform:translateX(0);}
}
/* 弹入 */
.a-bouncein:hover{-webkit-animation-name:bouncein;-moz-animation-name:bouncein;-ms-animation-name:bouncein;animation-name:bouncein;
 
}
/* 弹入 */
@-webkit-keyframes bouncein{
    0%{opacity:0;-webkit-transform:scale(0.3);}
    50%{opacity:1;-webkit-transform:scale(1.05);}
    70%{-webkit-transform:scale(0.9);}
    100%{-webkit-transform:scale(1);}
}
@-moz-keyframes bouncein{
    0%{opacity:0;-moz-transform:scale(0.3);}
    50%{opacity:1;-moz-transform:scale(1.05);}
    70%{-moz-transform:scale(0.9);}
    100%{-moz-transform:scale(1);}
}
@-ms-keyframes bouncein{
    0%{opacity:0;-ms-transform:scale(0.3);}
    50%{opacity:1;-ms-transform:scale(1.05);}
    70%{-ms-transform:scale(0.9);}
    100%{-ms-transform:scale(1);}
}
@keyframes bouncein{
    0%{opacity:0;transform:scale(0.3);}
    50%{opacity:1;transform:scale(1.05);}
    70%{transform:scale(0.9);}
    100%{transform:scale(1);}
}
/* 翻入-Y轴 */
.a-flipinY{-webkit-animation-name:flipinY;-moz-animation-name:flipinY;-ms-animation-name:flipinY;animation-name:flipinY;}
/* 翻入-Y轴 */
@-webkit-keyframes flipinY{
    0%{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;}
    40%{-webkit-transform:perspective(400px) rotateY(-10deg);}
    70%{-webkit-transform:perspective(400px) rotateY(10deg);}
    100%{-webkit-transform:perspective(400px) rotateY(0);opacity:1;}
}
@-moz-keyframes flipinY{
    0%{-moz-transform:perspective(400px) rotateY(90deg);opacity:0;}
    40%{-moz-transform:perspective(400px) rotateY(-10deg);}
    70%{-moz-transform:perspective(400px) rotateY(10deg);}
    100%{-moz-transform:perspective(400px) rotateY(0);opacity:1;}
}
@-ms-keyframes flipinY{
    0%{-ms-transform:perspective(400px) rotateY(90deg);opacity:0;}
    40%{-ms-transform:perspective(400px) rotateY(-10deg);}
    70%{-ms-transform:perspective(400px) rotateY(10deg);}
    100%{-ms-transform:perspective(400px) rotateY(0);opacity:1;}
}
@keyframes flipinY{
    0%{transform:perspective(400px) rotateY(90deg);opacity:0;}
    40%{transform:perspective(400px) rotateY(-10deg);}
    70%{transform:perspective(400px) rotateY(10deg);}
    100%{transform:perspective(400px) rotateY(0);opacity:1;}
}
/* 淡入-从下 */
.a-fadeinB{-webkit-animation-name:fadeinB;-moz-animation-name:fadeinB;-ms-animation-name:fadeinB;animation-name:fadeinB;}
/* 淡入-从下 */
@-webkit-keyframes fadeinB{
    0%{opacity:0;-webkit-transform:translateY(200px);}
    100%{opacity:1;-webkit-transform:translateY(0);}
}
@-moz-keyframes fadeinB{
    0%{opacity:0;-moz-transform:translateY(200px);}
    100%{opacity:1;-moz-transform:translateY(0);}
}
@-ms-keyframes fadeinB{
    0%{opacity:0;-ms-transform:translateY(200px);}
    100%{opacity:1;-ms-transform:translateY(0);}

}
@keyframes fadeinB{
    0%{opacity:0;transform:translateY(200px);}
    100%{opacity:1;transform:translateY(0);}
}
/* 弹入-从下 */
.a-bounceinB{-webkit-animation-name:bounceinB;-moz-animation-name:bounceinB;-ms-animation-name:bounceinB;animation-name:bounceinB;}
/* 弹入-从下 */
@-webkit-keyframes bounceinB{
    0%{opacity:0;-webkit-transform:translateY(100px);}
    60%{opacity:1;-webkit-transform:translateY(-30px);}
    80%{-webkit-transform:translateY(10px);}
    100%{-webkit-transform:translateY(0);}
}
@-moz-keyframes bounceinB{
    0%{opacity:0;-moz-transform:translateY(100px);}
    60%{opacity:1;-moz-transform:translateY(-30px);}
    80%{-moz-transform:translateY(10px);}
    100%{-moz-transform:translateY(0);}
}
@-ms-keyframes bounceinB{
    0%{opacity:0;-ms-transform:translateY(100px);}
    60%{opacity:1;-ms-transform:translateY(-30px);}
    80%{-ms-transform:translateY(10px);}
    100%{-ms-transform:translateY(0);}
}
@keyframes bounceinB{
    0%{opacity:0;transform:translateY(100px);}
    60%{opacity:1;transform:translateY(-30px);}
    80%{transform:translateY(10px);}
    100%{transform:translateY(0);}
}



/*社会招聘*/
.sh_box .sh_pic1{ margin:0 auto; margin-bottom:8px;}
.sh_box .sh_box2{ background-color:#005dad; color:white;}
.sh_box .sh_box2 p{ float:left; font-size:14px; line-height:36px;text-align:center;}
.sh_box .sh_box2 .sh_p1{ width:6%;}
.sh_box .sh_box2 .sh_p2{ width:50%;}
.sh_box .sh_box2 .sh_p3{ width:24%;}
.sh_box .sh_box2 .sh_p4{ width:20%;}
.nr_box1 td{border:1px solid #005dad; color:black; font-size:12px; text-align:center;border-top:none;}
.nr_box1 a{ line-height:36px; color:black;}
.jobs_nr_title{ color:#005dad; text-align:center; font-size:17px; font-weight:bold; margin-bottom:20px;}
.jobs_nr p{ font-size:13px; text-align:justify; line-height:28px; color:#333;}

.sh_box{-webkit-animation:1s ease-out backwards;-moz-animation:1s ease-out backwards;-ms-animation:1s ease-out backwards;animation:1s ease-out backwards;}
.sh_box{-webkit-animation-name:fadeinB;-moz-animation-name:fadeinB;-ms-animation-name:fadeinB;animation-name:fadeinB;}


/*技术与服务*/
.jsfw_banner{ background-image:url(../images/img17.jpg); width:100%; height:576px; background-repeat:no-repeat; background-position:center;}
.jsfw_banner .fw_p1{ font-size:39px; color:white; text-align:center; font-family:Impact; padding-top:110px;}
.jsfw_banner .fw_p2{ background-image:url(../images/img16.jpg); width:229px; height:60px; margin:0 auto; margin-top:20px;}
.jsfw_banner .fw_p2 p{ font-size:24px; color:white; text-align:center; padding-top:10px;}
.jsfw_banner .fw_p3{ font-size:16px; color:white; text-align:center; margin-top:25px;}

.fw_box{ width:1096px; margin:0 auto; margin-bottom:86px; margin-top:-257px;}
.fw_box .fw_pic1{ float:left; width:274px; height:277px; overflow:hidden;}
.fw_box .fw_pic1 img{width:274px; height:277px;}
.fw_box .fw_tip{ float:left; width:274px; height:220px; background-color:#0da7f1; padding-top:57px;}
.fw_box .fw_tip p{ font-size:18px; color:white; text-align:center; line-height:32px;}
.fw_box .fw_tip img{ margin:0 auto; margin-top:21px;}
.fw_box .fw_tip:hover{ background-color:#57b547!important;}

.fw_pic1{-webkit-animation:1s ease-out backwards;-moz-animation:1s ease-out backwards;-ms-animation:1s ease-out backwards;animation:1s ease-out backwards;}
.fw_pic1{-webkit-animation-name:flipinY;-moz-animation-name:flipinY;-ms-animation-name:flipinY;animation-name:flipinY;}
.fw_tip{-webkit-animation:1s ease-out backwards;-moz-animation:1s ease-out backwards;-ms-animation:1s ease-out backwards;animation:1s ease-out backwards;}
.fw_tip{-webkit-animation-name:flipinY;-moz-animation-name:flipinY;-ms-animation-name:flipinY;animation-name:flipinY;}





.fw_box .fw_box4{ margin-top:59px;}
.fw_box .fw_box4 .fw_p1{ font-size:18px; color:#313131; text-align:center;}
.fw_box .fw_box4 .fw_p2{font-size:14px; color:#313131; text-align:center; margin-top:8px;}
.fw_box .fw_box4 .fw_p3{font-size:14px; color:#313131; text-align:center; margin-top:24px; margin-bottom:13px;}
.fw_box .fw_box4 .fw_box2 img{ float:left;}
.fw_box .fw_box4 .fw_box2 p{ float:left;font-size:14px; color:#313131; margin-left:17px;}
.fw_box .fw_box4 .fw_box2{ width:430px; margin:0 auto;}
.fw_box .fw_box4 .fw_box3{ width:95px; height:23px; background-color:#0763b6; margin:0 auto; margin-top:32px;}
.fw_box .fw_box4 .fw_box3 p{ font-size:13px; color:white; text-align:center; line-height:23px;}
.fw_box .fw_box4 .fw_box3:hover{ background-color:#57b547;}


.fw_p1{-webkit-transition:all 1s ease 0s; transition:all 1s ease 0s;}
.animate-init .fw_p1{-webkit-transform:translateX(-100px); transform:translateX(-100px);   opacity:0;}
.fw_p2{-webkit-transition:all 1s ease 0s; transition:all 1s ease 0s;}
.animate-init .fw_p2{-webkit-transform:translateX(-100px); transform:translateX(-100px);   opacity:0;}
.fw_p3{-webkit-transition:all 1s ease 0s; transition:all 1s ease 0s;}
.animate-init .fw_p3{-webkit-transform:translateX(-100px); transform:translateX(-100px);   opacity:0;}
.fw_box2{-webkit-transition:all 1s ease 0s; transition:all 1s ease 0s;}
.animate-init .fw_box2{-webkit-transform:translateX(-100px); transform:translateX(-100px);   opacity:0;}
.fw_box3{-webkit-transition:all 1s ease 0s; transition:all 1s ease 0s;}
.animate-init .fw_box3{-webkit-transform:translateX(-100px); transform:translateX(-100px);   opacity:0;}




/*创新技术*/
.cxjs_box .cxjs_p1{font-size:13px; color:#333; line-height:35px; text-align:justify;}
.cxjs_box .cxjs_t{ background-color:#57b547;    margin-top: 16px;margin-bottom: 8px;}
.cxjs_box .cxjs_t p{ font-size:13px; line-height:30px; color:white; padding-left:26px;}
.cxjs_box .cxjs_p2{font-size:13px; color:#333; line-height:35px; text-align:justify;}

.cxjs_box{-webkit-animation:1s ease-out backwards;-moz-animation:1s ease-out backwards;-ms-animation:1s ease-out backwards;animation:1s ease-out backwards;}
.cxjs_box{-webkit-animation-name:fadeinR;-moz-animation-name:fadeinR;-ms-animation-name:fadeinR;animation-name:fadeinR;
-webkit-animation-delay:0.5s;-moz-animation-delay:0.5s;-ms-animation-delay:0.5s;-webkit-animation-delay:0.5s;animation-delay:0.5s;}



/*科研团队*/
.kytd_box .kytd_pic1{ float:left; margin-right:50px;}
.kytd_box .kytd_box2{ width:930px;  float:right;}
.kytd_box .kytd_box2 .kytd_p1{color: #57b547;font-size: 22px;border-left: 5px solid #5dbc57; padding-left:4px;}
.kytd_box .kytd_box2 .kytd_p2{ font-size:14px; color:#333; text-align:justify; font-weight:bold; margin-top:26px;}
.kytd_box .kytd_box2 .kytd_p3{font-size:13px; color:#333;text-align:justify; line-height:27px; margin-top:10px; margin-bottom:36px;}

.kytd_box2{-webkit-animation:1s ease-out backwards;-moz-animation:1s ease-out backwards;-ms-animation:1s ease-out backwards;animation:1s ease-out backwards;}
.kytd_box2{-webkit-animation-name:fadeinR;-moz-animation-name:fadeinR;-ms-animation-name:fadeinR;animation-name:fadeinR;
-webkit-animation-delay:0.5s;-moz-animation-delay:0.5s;-ms-animation-delay:0.5s;-webkit-animation-delay:1s;animation-delay:0.5s;}
.kytd_pic1{-webkit-animation:1s ease-out backwards;-moz-animation:1s ease-out backwards;-ms-animation:1s ease-out backwards;animation:1s ease-out backwards;}
.kytd_pic1{-webkit-animation-name:fadeinB;-moz-animation-name:fadeinB;-ms-animation-name:fadeinB;animation-name:fadeinB;}


/*对外交流*/
.dwjl_box .dwjl_pic1{ float:left; margin-right:50px;}
.dwjl_box .dwjl_box2{ width:930px;  float:right;}
.dwjl_box .dwjl_box2 p{font-size:14px; color:#333; text-align:justify;line-height:30px;}
.dwjl_box .dwjl_pic2{ width:400px; height:300px; float:left; margin-top:50px; margin-left:38px;}

.dwjl_box2{-webkit-animation:1s ease-out backwards;-moz-animation:1s ease-out backwards;-ms-animation:1s ease-out backwards;animation:1s ease-out backwards;}
.dwjl_box2{-webkit-animation-name:fadeinR;-moz-animation-name:fadeinR;-ms-animation-name:fadeinR;animation-name:fadeinR;
-webkit-animation-delay:0.5s;-moz-animation-delay:0.5s;-ms-animation-delay:0.5s;-webkit-animation-delay:1s;animation-delay:0.5s;}
.dwjl_pic1{-webkit-animation:1s ease-out backwards;-moz-animation:1s ease-out backwards;-ms-animation:1s ease-out backwards;animation:1s ease-out backwards;}
.dwjl_pic1{-webkit-animation-name:fadeinB;-moz-animation-name:fadeinB;-ms-animation-name:fadeinB;animation-name:fadeinB;}


/*客服热线*/
.kfrx_box .kfrx_box2{ width:440px; float:left;}
.kfrx_box .kfrx_box2 p{ font-size:14px; color:#333; line-height:35px;}
.kfrx_box .kfrx_box2 p a{color:#333;}
.kfrx_box .kfrx_box2 p span{ color:#c4151b;}
.kfrx_box .kfrx_box2 .kfrx_p1{background-image:url(../images/tb1.png); height:30px; line-height:30px; background-repeat:no-repeat; padding-left:30px; font-weight:bold;}
.kfrx_box .kfrx_box2 .kfrx_p2{background-image:url(../images/tb2.png); height:30px; line-height:30px; background-repeat:no-repeat; padding-left:30px; font-weight:bold;}
.kfrx_box .kfrx_box2 .kfrx_p3{background-image:url(../images/tb3.png); height:30px; line-height:30px; background-repeat:no-repeat; padding-left:30px; font-weight:bold;}
.kfrx_box .kfrx_pic1{ width:590px; float:right;}

.kfrx_box2{-webkit-animation:1s ease-out backwards;-moz-animation:1s ease-out backwards;-ms-animation:1s ease-out backwards;animation:1s ease-out backwards;}
.kfrx_box2{-webkit-animation-name:fadeinR;-moz-animation-name:fadeinR;-ms-animation-name:fadeinR;animation-name:fadeinR;
-webkit-animation-delay:0.5s;-moz-animation-delay:0.5s;-ms-animation-delay:0.5s;-webkit-animation-delay:0.5s;animation-delay:0.5s;}
.kfrx_pic1{-webkit-animation:1s ease-out backwards;-moz-animation:1s ease-out backwards;-ms-animation:1s ease-out backwards;animation:1s ease-out backwards;}
.kfrx_pic1{-webkit-animation-name:fadeinB;-moz-animation-name:fadeinB;-ms-animation-name:fadeinB;animation-name:fadeinB;}


/*order页*/
.zw {
	
	font-size: 12px;
	line-height: 20px;
	color: #333;
	text-decoration: none;
}
.kuang90{ height:38px; background-color:#f1f1f1;border:0; border-radius:7px; padding-left:8px;}
.ord_box{-webkit-animation:1s ease-out backwards;-moz-animation:1s ease-out backwards;-ms-animation:1s ease-out backwards;animation:1s ease-out backwards;}
.ord_box{-webkit-animation-name:fadeinR;-moz-animation-name:fadeinR;-ms-animation-name:fadeinR;animation-name:fadeinR;
-webkit-animation-delay:0.5s;-moz-animation-delay:0.5s;-ms-animation-delay:0.5s;-webkit-animation-delay:0.5s;animation-delay:0.5s;}





/*社会责任*/
.shzr_banner{ background-image:url(../images/img35.jpg); width:100%; height:576px; background-repeat:no-repeat; background-position:center;}
.shzr_banner .shzr_p1{ font-size:39px; color:white; text-align:center; font-family:Impact; padding-top:110px;}
.shzr_banner .shzr_p2{ background-image:url(../images/img36.jpg); width:229px; height:60px; margin:0 auto; margin-top:20px;}
.shzr_banner .shzr_p2 p{ font-size:24px; color:white; text-align:center; padding-top:10px;}
.shzr_banner .shzr_p3{ font-size:16px; color:white; text-align:center; margin-top:25px;}

.shzr_box{ width:1096px; margin:0 auto; margin-bottom:86px; margin-top:-257px;}
.shzr_box .shzr_pic1{ float:left; width:274px; height:277px; overflow:hidden;}
.shzr_box .shzr_pic1 img{width:274px; height:277px;}
.shzr_box .shzr_tip{ float:left; width:274px; height:220px; background-color:#0da7f1; padding-top:57px;}
.shzr_box .shzr_tip p{ font-size:18px; color:white; text-align:center; line-height:32px;}
.shzr_box .shzr_tip img{ margin:0 auto; margin-top:21px;}
.shzr_box .shzr_tip:hover{ background-color:#57b547!important;}


.shzr_pic1{-webkit-animation:1s ease-out backwards;-moz-animation:1s ease-out backwards;-ms-animation:1s ease-out backwards;animation:1s ease-out backwards;}
.shzr_pic1{-webkit-animation-name:flipinY;-moz-animation-name:flipinY;-ms-animation-name:flipinY;animation-name:flipinY;}
.shzr_tip{-webkit-animation:1s ease-out backwards;-moz-animation:1s ease-out backwards;-ms-animation:1s ease-out backwards;animation:1s ease-out backwards;}
.shzr_tip{-webkit-animation-name:flipinY;-moz-animation-name:flipinY;-ms-animation-name:flipinY;animation-name:flipinY;}



.shzr_box .shzr_box4{ margin-top:59px;}
.shzr_box .shzr_box4 .shzr_p4{ font-size:18px; color:#313131; text-align:center;}
.shzr_box .shzr_box4 .shzr_p5{font-size:14px; color:#313131; text-align:center; margin-top:8px;}
.shzr_box .shzr_box4 .shzr_p6{font-size:14px; color:#313131; text-align:center; margin-top:24px; margin-bottom:13px;}
.shzr_box .shzr_box4 .shzr_box2 img{ float:left;}
.shzr_box .shzr_box4 .shzr_box2 p{ float:left;font-size:14px; color:#313131; margin-left:17px;}
.shzr_box .shzr_box4 .shzr_box2{ width:430px; margin:0 auto;}
.shzr_box .shzr_box4 .shzr_box3{ width:95px; height:23px; background-color:#0763b6; margin:0 auto; margin-top:32px;}
.shzr_box .shzr_box4 .shzr_box3 p{ font-size:13px; color:white; text-align:center; line-height:23px;}
.shzr_box .shzr_box4 .shzr_box3:hover{ background-color:#57b547;}


.shzr_p4{-webkit-transition:all 1s ease 0s; transition:all 1s ease 0s;}
.animate-init .shzr_p4{-webkit-transform:translateX(-100px); transform:translateX(-100px);   opacity:0;}
.shzr_p5{-webkit-transition:all 1s ease 0s; transition:all 1s ease 0s;}
.animate-init .shzr_p5{-webkit-transform:translateX(-100px); transform:translateX(-100px);   opacity:0;}
.shzr_p6{-webkit-transition:all 1s ease 0s; transition:all 1s ease 0s;}
.animate-init .shzr_p6{-webkit-transform:translateX(-100px); transform:translateX(-100px);   opacity:0;}
.shzr_box2{-webkit-transition:all 1s ease 0s; transition:all 1s ease 0s;}
.animate-init .shzr_box2{-webkit-transform:translateX(-100px); transform:translateX(-100px);   opacity:0;}
.shzr_box3{-webkit-transition:all 1s ease 0s; transition:all 1s ease 0s;}
.animate-init .shzr_box3{-webkit-transform:translateX(-100px); transform:translateX(-100px);   opacity:0;}







/*环境保护*/
.hjbh_box .hjbh_p1{ background-color:#57b547; font-size:15px; text-align:center; line-height:38px; color:white; font-weight:bold; margin-bottom:18px; margin-top:18px;}
.hjbh_box .hjbh_box1{ width:613px; float:left; }
.hjbh_box .hjbh_p2{ font-size:16px; color:#333; margin-bottom:10px;}
.hjbh_box .hjbh_p3{ font-size:14px; color:#57b547;font-weight:bold; margin-top:10px;}
.hjbh_box .hjbh_p4{font-size:14px;color:#333; line-height:30px; text-align:justify;}
.hjbh_box .hjbh_p5{font-size:14px;color:#333; line-height:30px; text-align:center; font-weight:bold; margin-top:10px;}
.hjbh_box .hjbh_pic1{ float:right; margin-right: 64px;margin-top: 89px;}
.hjbh_box .hjbh_box2{ float:left;width: 365px;
    margin-top: 169px;}
.hjbh_box .hjbh_pic2{ float:right;}
.hjbh_box .hjbh_pic3{ float:left;}
.hjbh_box .hjbh_box3{ float:right; width:660px; margin-top:24px;}

.hjbh_b{ border:1px solid #666; width:100%; border-top:0; border-right:0;}
.hjbh_b tr td{ font-size:14px; line-height:30px; border:1px solid #666; color:#333;border-bottom: 0;
    border-left: 0;}



.hjbh_box{-webkit-animation:1s ease-out backwards;-moz-animation:1s ease-out backwards;-ms-animation:1s ease-out backwards;animation:1s ease-out backwards;}
.hjbh_box{-webkit-animation-name:fadeinR;-moz-animation-name:fadeinR;-ms-animation-name:fadeinR;animation-name:fadeinR;
-webkit-animation-delay:0.5s;-moz-animation-delay:0.5s;-ms-animation-delay:0.5s;-webkit-animation-delay:0.5s;animation-delay:0.5s;}
.hjbh_p1{-webkit-animation:1s ease-out backwards;-moz-animation:1s ease-out backwards;-ms-animation:1s ease-out backwards;animation:1s ease-out backwards;}
.hjbh_p1{-webkit-animation-name:fadeinB;-moz-animation-name:fadeinB;-ms-animation-name:fadeinB;animation-name:fadeinB;}


/*员工关怀*/
.yggh_box .yggh_pic1{ float:left;}
.yggh_box .yggh_box2{ width:900px; float:right;}
.yggh_box .yggh_p1{ font-size:15px; color:#333; line-height:30px; text-align:justify;}
.yggh_box .yggh_p2{ font-size:14px; color:#57b547; margin-top:10px;}
.yggh_box .yggh_p3{font-size:14px; color:#333; text-align:justify; line-height:28px; margin-top:10px;}

.yggh_box2{-webkit-animation:1s ease-out backwards;-moz-animation:1s ease-out backwards;-ms-animation:1s ease-out backwards;animation:1s ease-out backwards;}
.yggh_box2{-webkit-animation-name:fadeinR;-moz-animation-name:fadeinR;-ms-animation-name:fadeinR;animation-name:fadeinR;
-webkit-animation-delay:0.5s;-moz-animation-delay:0.5s;-ms-animation-delay:0.5s;-webkit-animation-delay:1s;animation-delay:0.5s;}
.yggh_pic1{-webkit-animation:1s ease-out backwards;-moz-animation:1s ease-out backwards;-ms-animation:1s ease-out backwards;animation:1s ease-out backwards;}
.yggh_pic1{-webkit-animation-name:fadeinB;-moz-animation-name:fadeinB;-ms-animation-name:fadeinB;animation-name:fadeinB;}



/*社会公益*/
.shgy_box .shgy_pic1{ float:left;}
.shgy_box .shgy_box2{ width:938px; float:right;}
.shgy_box .shgy_box2 .shgy_p1{font-size:15px; color:#333; line-height:30px; text-align:justify;}
.shgy_box .shgy_box2 .shgy_pic2{ float:left;margin-top: 21px;
    margin-bottom: 21px;
    margin-left: 128px;}
.shgy_box .shgy_box2 .shgy_p2{ font-size:14px; color:#57b547; margin-top:10px;}
.shgy_box .shgy_box2 .shgy_p3{font-size:14px; color:#333; text-align:justify; line-height:28px; margin-top:10px;}


.shgy_box2{-webkit-animation:1s ease-out backwards;-moz-animation:1s ease-out backwards;-ms-animation:1s ease-out backwards;animation:1s ease-out backwards;}
.shgy_box2{-webkit-animation-name:fadeinR;-moz-animation-name:fadeinR;-ms-animation-name:fadeinR;animation-name:fadeinR;
-webkit-animation-delay:0.5s;-moz-animation-delay:0.5s;-ms-animation-delay:0.5s;-webkit-animation-delay:1s;animation-delay:0.5s;}
.shgy_pic1{-webkit-animation:1s ease-out backwards;-moz-animation:1s ease-out backwards;-ms-animation:1s ease-out backwards;animation:1s ease-out backwards;}
.shgy_pic1{-webkit-animation-name:fadeinB;-moz-animation-name:fadeinB;-ms-animation-name:fadeinB;animation-name:fadeinB;}



/*aboutc公司简介*/
.aboutc_box p{ font-size:14px; color:#333; text-align:justify; line-height:30px;}
.aboutc_box p a{ color:#333;}
.aboutc_box img{ width:100%; margin-top:30px;}

.aboutc_box{-webkit-animation:1s ease-out backwards;-moz-animation:1s ease-out backwards;-ms-animation:1s ease-out backwards;animation:1s ease-out backwards;}
.aboutc_box{-webkit-animation-name:fadeinR;-moz-animation-name:fadeinR;-ms-animation-name:fadeinR;animation-name:fadeinR;
-webkit-animation-delay:0.5s;-moz-animation-delay:0.5s;-ms-animation-delay:0.5s;-webkit-animation-delay:1s;animation-delay:0.5s;}


/*党建工作*/
.tjgz_box p{ font-size:14px; color:#333; text-align:justify; line-height:30px;}
.tjgz_box p a{ color:#333;}
.tjgz_box img{ width:100%; margin-top:30px;}

.tjgz_box{-webkit-animation:1s ease-out backwards;-moz-animation:1s ease-out backwards;-ms-animation:1s ease-out backwards;animation:1s ease-out backwards;}
.tjgz_box{-webkit-animation-name:fadeinR;-moz-animation-name:fadeinR;-ms-animation-name:fadeinR;animation-name:fadeinR;
-webkit-animation-delay:0.5s;-moz-animation-delay:0.5s;-ms-animation-delay:0.5s;-webkit-animation-delay:1s;animation-delay:0.5s;}


/*发展战略*/
.fzzl_box p{ font-size:14px; color:#333; text-align:justify; line-height:30px;}
.fzzl_box p a{ color:#333;}
.fzzl_box img{ width:100%; margin-top:30px;}

.fzzl_box{-webkit-animation:1s ease-out backwards;-moz-animation:1s ease-out backwards;-ms-animation:1s ease-out backwards;animation:1s ease-out backwards;}
.fzzl_box{-webkit-animation-name:fadeinR;-moz-animation-name:fadeinR;-ms-animation-name:fadeinR;animation-name:fadeinR;
-webkit-animation-delay:0.5s;-moz-animation-delay:0.5s;-ms-animation-delay:0.5s;-webkit-animation-delay:1s;animation-delay:0.5s;}

.fzzl_box .fz_pp{font-size: 15px;
    color: white;
    background-color: #57b547;
    line-height: 38px;
    font-weight: bold;
    margin-top: 18px;
    margin-bottom: 18px;
    padding-left: 0px;}



/*发展历程*/
.main{}

.history { background:url(../images/line04.gif) repeat-y 187px 0; overflow:hidden; position:relative;}
.history-date { overflow:hidden;}
.history-date h2 { background:url(../images/icon06.gif) #fff no-repeat 158px 0; height:59px; font-size:25px;  font-weight:normal; padding-left:45px; margin-bottom:32px;  }
.history-date h2.first { position:absolute; left:0; top:0; width:935px; z-index:99;}
.history-date h2 a { color:#005dad; display:inline-block; *display:inline; zoom:1; background:url(../images/icon08.jpg) no-repeat right 50%; padding-right:17px; margin:21px 97px 0 0;}
.history-date h2 a:hover { text-decoration:none;}
.history-date h2 img { vertical-align:-5px;}
.history-date h2.date02 { background:none;}
.history-date ul {}
.history-date ul li { background:url(../images/icon07.gif) no-repeat 180px 0; padding-bottom:10px; zoom:1; }
.history-date ul li.last { padding-bottom:0;}
.history-date ul li:after{content:" "; display:block; height:0; clear:both; visibility:hidden;}
.history-date ul li h3 { float:left; width:168px; text-align:right; padding-right:19px;color:#c3c3c3; font:normal 18px/16px Arial; border-bottom:0;}
.history-date ul li h3 span { display:block; color:#d0d0d0; font-size:12px;}
.history-date ul li dl { float:left; width:810px; line-height:22px; padding-left:41px; margin-top:-2px; }
.history-date ul li dl dt { font-size:15px; color:#737373; }
.history-date ul li dl dt span { display:block; color:#787878; font-size:12px;}
.history-date ul li.green h3 { color:#1db702;}
.history-date ul li.green h3 span { color:#a8dda3; }
.history-date ul li.green dl { margin-top:-8px;}
.history-date ul li.green dl dt { font-size:18px; line-height:28px;}
.history-date ul li.green dl dt a { /*background:url(../images/icon09.gif) no-repeat 0 0; width:19px; height:16px;*/ display:inline-block; *display:inline; zoom:1; overflow:hidden; vertical-align: middle; margin-left:12px;}
.history-date ul li.green dl dd { padding-top:20px; display:none;}
.history-date ul li.green dl dd img { float:left;}
.history-date ul li.green dl dd p { overflow:hidden; zoom:1; line-height:21px; color:#787878;}

.history-date h2.first .more-history {font-size: 16px; background: transparent; margin-left: 30px;}
.history-date h2.first .more-history:hover {text-decoration: underline;}

*body .history-date ul li dl dt {_font-size:12px !important; _font-weight:bold;}
*body .history-date ul li dl dt span {_font-weight:normal !important;}
*body .history-date ul li.green dl dt a {_background:transparent !important; *background:transparent !important;*font-size:12px !important; _font-weight:normal !important;}




/*企业文化*/
.cul_box .cul_p1{ font-size:15px; color:white; background-color:#57b547; line-height:38px; font-weight:bold; margin-top:18px; margin-bottom:18px; padding-left:29px;}
.cul_box .cul_p3{    font-size: 14px;
    color: #333;
    line-height: 30px;
    text-align: justify; float:left; width:618px;}
.cul_box .cul_pic1{ float:right; margin-right:63px;}
.cul_box .cul_p2{font-size: 14px;
    line-height: 30px;color:#57b547;}

.cul_box .cul_p4{font-size: 14px;
    color: #333;
    line-height: 30px;
    text-align: justify; }

.cul_box .cul_pic2{ float:left; margin-top:62px;}
.cul_box .cul_box2{ float:right; width:714px;}


.cul_box{-webkit-animation:1s ease-out backwards;-moz-animation:1s ease-out backwards;-ms-animation:1s ease-out backwards;animation:1s ease-out backwards;}
.cul_box{-webkit-animation-name:fadeinR;-moz-animation-name:fadeinR;-ms-animation-name:fadeinR;animation-name:fadeinR;
-webkit-animation-delay:0.5s;-moz-animation-delay:0.5s;-ms-animation-delay:0.5s;-webkit-animation-delay:0.5s;animation-delay:0.5s;}
.cul_p1{-webkit-animation:1s ease-out backwards;-moz-animation:1s ease-out backwards;-ms-animation:1s ease-out backwards;animation:1s ease-out backwards;}
.cul_p1{-webkit-animation-name:fadeinB;-moz-animation-name:fadeinB;-ms-animation-name:fadeinB;animation-name:fadeinB;}


/*企业文化*/
.hon_box ul li{float:left;width:290px;overflow:hidden;position:relative;text-align:center;padding:5px;border:1px dotted #999;border-radius:5px; margin-left:22px; margin-right:22px; margin-bottom:30px;}
.hon_box ul li img{ margin:0 auto;}

.arrow_l{display:block; width:35px;height:63px;position:absolute;left:5%;top:45%;background:url(../images/left.jpg) no-repeat center}
.arrow_r{display:block; width:35px;height:63px;position:absolute;right:5%;top:45%;background:url(../images/right.jpg) no-repeat center}


/*专利*/
.zhuanli_box ul li{float:left;width:180px;overflow:hidden;text-align:center;padding:5px;border:1px dotted #999;border-radius:5px; margin-left:22px; margin-right:22px; margin-bottom:30px;}
.zhuanli_box ul li img{ width:180px; height:248px;}



/*联系我们*/
.con_banner{ background-image:url(../images/img58.jpg);  height:789px; background-repeat:no-repeat; background-position:center;}
.con_content{ width:1344px; margin:0 auto; padding-top:115px;}
.con_box1{ background-image:url(../images/img59.jpg); width:451px; height:556px; float:left; position:relative;}
.con_box2{ background-image:url(../images/img60.jpg); width:445px; height:556px; float:left; position:relative;}
.con_box3{ background-image:url(../images/img61.jpg); width:446px; height:556px; float:left; position:relative;}

.con_box1 .con_tip1 .con_p1{ font-size:24px; color:#353535;}
.con_box1 .con_tip1 .con_p2{ font-size:18px; color:#797979; margin-top:14px; margin-bottom:20px;}
.con_box1 .con_tip1 .con_p3{ font-size:12px; color:#454545; line-height:24px;}
.con_box1 .con_tip1 .con_p3 a{color:#454545;}
.con_box1 .con_tip1{ width:240px; position:absolute; left:53px; top:85px;}
.con_box1 .con_tip2{ width:100px;position:absolute; right:29px; top:140px;}
.con_box1 .con_tip2 img{ width:90px; margin:0 auto; margin-top:10px;}
.con_box1 .con_tip2 p{ font-size:12px; color:#5f5f5f; text-align:center; margin-top:10px;}

.con_form{ position:absolute; left:38px; top:75px;}
.con_p4{ font-size:12px; color:#333; float:left; width:74px;}
.con_b{ width:154px; height:16px; line-height:16px; border:1px solid #a9a9a9; float:left; font-size:12px; margin-bottom:11px;}
.con_b1{ width:246px; height:60px; margin-bottom:11px;}
.con_b2{width:80px; height:30px; float:left; margin-right:10px;}
.con_p5{font-size:24px; color:#353535;position:absolute; left:38px; bottom:185px;}
.con_p6{font-size:18px; color:#797979;position:absolute; left:38px; bottom:154px;}


.con_form1{ position:absolute; left:38px; bottom:30px;}
.con_p7{font-size:24px; color:#353535;position:absolute; left:38px; bottom:285px;}
.con_p8{font-size:18px; color:#797979;position:absolute; left:150px; bottom:285px;}


.con_box1{-webkit-animation:1s ease-out backwards;-moz-animation:1s ease-out backwards;-ms-animation:1s ease-out backwards;animation:1s ease-out backwards;}
.con_box1{-webkit-animation-name:flipinY;-moz-animation-name:flipinY;-ms-animation-name:flipinY;animation-name:flipinY;}
.con_box2{-webkit-animation:1s ease-out backwards;-moz-animation:1s ease-out backwards;-ms-animation:1s ease-out backwards;animation:1s ease-out backwards;}
.con_box2{-webkit-animation-name:fadeinB;-moz-animation-name:fadeinB;-ms-animation-name:fadeinB;animation-name:fadeinB;}
.con_box3{-webkit-animation:1s ease-out backwards;-moz-animation:1s ease-out backwards;-ms-animation:1s ease-out backwards;animation:1s ease-out backwards;}
.con_box3{-webkit-animation-name:fadeinR;-moz-animation-name:fadeinR;-ms-animation-name:fadeinR;animation-name:fadeinR;
-webkit-animation-delay:0.5s;-moz-animation-delay:0.5s;-ms-animation-delay:0.5s;-webkit-animation-delay:0.5s;animation-delay:0.5s;}



/*内页联系我们*/
.con1_box .con1_left{ float:left;}
.con1_box .con1_left .con1_tip img{ float:left; margin-right:20px;}
.con1_box .con1_left .con1_tip p{font-size: 14px;
    color: #333;
    float: left;
    border-bottom: 1px dotted #bfbfbf;
    width: 400px;
    padding-bottom: 16px;
    padding-left: 6px;}
.con1_box .con1_left .con1_tip p a{color: #333;}
.con1_box .con1_left .con1_tip{ margin-top:16px;}
.con1_box .con1_pic1{ float:right; margin-top:87px;}


.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}


.con1_left{-webkit-animation:1s ease-out backwards;-moz-animation:1s ease-out backwards;-ms-animation:1s ease-out backwards;animation:1s ease-out backwards;}
.con1_left{-webkit-animation-name:flipinY;-moz-animation-name:flipinY;-ms-animation-name:flipinY;animation-name:flipinY;}
.con1_pic1{-webkit-animation:1s ease-out backwards;-moz-animation:1s ease-out backwards;-ms-animation:1s ease-out backwards;animation:1s ease-out backwards;}
.con1_pic1{-webkit-animation-name:fadeinR;-moz-animation-name:fadeinR;-ms-animation-name:fadeinR;animation-name:fadeinR;
-webkit-animation-delay:0.5s;-moz-animation-delay:0.5s;-ms-animation-delay:0.5s;-webkit-animation-delay:0.5s;animation-delay:0.5s;}
.con1_ditu{-webkit-animation:1s ease-out backwards;-moz-animation:1s ease-out backwards;-ms-animation:1s ease-out backwards;animation:1s ease-out backwards;}
.con1_ditu{-webkit-animation-name:fadeinB;-moz-animation-name:fadeinB;-ms-animation-name:fadeinB;animation-name:fadeinB;}



/*廉洁举报*/
.ljjb_box .ljjb_form .ljjb_p4{font-size:13px; color:#333; float:left; line-height:30px; width:80px;}
.ljjb_box .ljjb_form .ljjb_b{width:354px; height:30px; line-height:30px; border:1px solid #a9a9a9; float:left; font-size:13px; margin-bottom:15px;}
.ljjb_box .ljjb_form .ljjb_b1{ width:470px; min-height:170px; margin-bottom:20px;}
.ljjb_box .ljjb_form .ljjb_b2{ width:100px; height:30px; float:left; margin-right:15px;}

.ljjb_box .ljjb_form{ width:555px; float:left;}
.ljjb_box .ljjb_pic1 img{ width:460px; height:412px; float:right;}
.ljjb_box .ljjb_pic1{float:right;}


.ljjb_form{-webkit-animation:1s ease-out backwards;-moz-animation:1s ease-out backwards;-ms-animation:1s ease-out backwards;animation:1s ease-out backwards;}
.ljjb_form{-webkit-animation-name:fadeinB;-moz-animation-name:fadeinB;-ms-animation-name:fadeinB;animation-name:fadeinB;}
.ljjb_pic1{-webkit-animation:1s ease-out backwards;-moz-animation:1s ease-out backwards;-ms-animation:1s ease-out backwards;animation:1s ease-out backwards;}
.ljjb_pic1{-webkit-animation-name:fadeinR;-moz-animation-name:fadeinR;-ms-animation-name:fadeinR;animation-name:fadeinR;
-webkit-animation-delay:0.5s;-moz-animation-delay:0.5s;-ms-animation-delay:0.5s;-webkit-animation-delay:0.5s;animation-delay:0.5s;}



/*分公司*/
.aboutaa_p1{ font-size:13px; color:#333; line-height:35px; text-align:justify; margin-bottom:28px;}
.aboutaa_box2 ul li{float:left;width:290px;overflow:hidden;position:relative;text-align:center;padding:5px;border:1px dotted #999;border-radius:5px; margin-left:22px; margin-right:22px; margin-bottom:30px;}
.aboutaa_box2 ul li img{ margin:0 auto;}



/*销售网络*/
.sales_p1{background-color: #57b547;
    font-size: 15px;
    text-align: center;
    line-height: 38px;
    color: white;
    font-weight: bold;
    margin-bottom: 18px;
    margin-top: 18px;}
.sales_pic1{max-width:900px; margin:0 auto;}


.sales_pic1{-webkit-animation:1s ease-out backwards;-moz-animation:1s ease-out backwards;-ms-animation:1s ease-out backwards;animation:1s ease-out backwards;}
.sales_pic1{-webkit-animation-name:fadeinR;-moz-animation-name:fadeinR;-ms-animation-name:fadeinR;animation-name:fadeinR;
-webkit-animation-delay:0.5s;-moz-animation-delay:0.5s;-ms-animation-delay:0.5s;-webkit-animation-delay:0.5s;animation-delay:0.5s;}
.sales_p1{-webkit-animation:1s ease-out backwards;-moz-animation:1s ease-out backwards;-ms-animation:1s ease-out backwards;animation:1s ease-out backwards;}
.sales_p1{-webkit-animation-name:fadeinB;-moz-animation-name:fadeinB;-ms-animation-name:fadeinB;animation-name:fadeinB;}




/*架构*/
.zzjg_box .zzjg_pic1{ margin:0 auto;}

.zzjg_pic1{-webkit-animation:1s ease-out backwards;-moz-animation:1s ease-out backwards;-ms-animation:1s ease-out backwards;animation:1s ease-out backwards;}
.zzjg_pic1{-webkit-animation-name:fadeinR;-moz-animation-name:fadeinR;-ms-animation-name:fadeinR;animation-name:fadeinR;
-webkit-animation-delay:0.5s;-moz-animation-delay:0.5s;-ms-animation-delay:0.5s;-webkit-animation-delay:0.5s;animation-delay:0.5s;}



/*管理团队*/
.gltd_box{ width:1046px; height:557px; margin:0 auto; position:relative;}
.gltd_pic1{width:1046px; height:557px;}
.gltd_p1{ font-size:30px; color:white; position:absolute; top:81px; right:297px;}
.gltd_p2{ font-size:30px; color:white; position:absolute; top:162px; right:495px;}
.gltd_p3{     font-size: 16px;
    width: 258px;
    color: #333;
    line-height: 30px;
    text-align: justify;
    position: absolute;
    top: 263px;
    right: 403px;}

.gltd_tip{ width:246px; float:left; margin-bottom:20px; margin-left:7px; margin-right:7px;}
.gltd_tip img{width: 202px;height: 300px;padding:2px; border:1px dashed #999;}
.gltd_tip p{ font-size:13px; color:#333; font-weight:bold; text-align:center; margin-top:5px; }





.gltd_box{-webkit-animation:1s ease-out backwards;-moz-animation:1s ease-out backwards;-ms-animation:1s ease-out backwards;animation:1s ease-out backwards;}
.gltd_box{-webkit-animation-name:fadeinR;-moz-animation-name:fadeinR;-ms-animation-name:fadeinR;animation-name:fadeinR;
-webkit-animation-delay:0.5s;-moz-animation-delay:0.5s;-ms-animation-delay:0.5s;-webkit-animation-delay:0.5s;animation-delay:0.5s;}




/*公益理念*/
.gyln_box{-webkit-animation:1s ease-out backwards;-moz-animation:1s ease-out backwards;-ms-animation:1s ease-out backwards;animation:1s ease-out backwards;}
.gyln_box{-webkit-animation-name:fadeinR;-moz-animation-name:fadeinR;-ms-animation-name:fadeinR;animation-name:fadeinR;
-webkit-animation-delay:0.5s;-moz-animation-delay:0.5s;-ms-animation-delay:0.5s;-webkit-animation-delay:0.5s;animation-delay:0.5s;}
.gyln_box p{font-size: 15px;
    color: #333;
    line-height: 34px;
    text-align: justify;}

.gyln_box p span{
    font-weight: bold;}

/*公益慈善*/
.gycs_box{-webkit-animation:1s ease-out backwards;-moz-animation:1s ease-out backwards;-ms-animation:1s ease-out backwards;animation:1s ease-out backwards;}
.gycs_box{-webkit-animation-name:fadeinR;-moz-animation-name:fadeinR;-ms-animation-name:fadeinR;animation-name:fadeinR;
-webkit-animation-delay:0.5s;-moz-animation-delay:0.5s;-ms-animation-delay:0.5s;-webkit-animation-delay:0.5s;animation-delay:0.5s;}
.gycs_box p{font-size: 15px;
    color: #333;
    line-height: 34px;
    text-align: justify;}



/*电子相册*/
.dzxc_tip{ border-bottom:1px dashed #999; padding-bottom:10px; margin-bottom:10px;}
.dzxc_tip img{ float:left; margin-top:1px;}
.dzxc_tip p{ float:left; font-size:13px; color:#333; margin-left:14px;}
.dzxc_tip p a{color:#333; }
.dzxc_tip p a:hover{ color:#005dad;font-weight:bold;}
.dzxc_title{ font-size:15px; color:#333; text-align:center; font-weight:bold; margin-bottom:20px;}
.dzxc_nr img{ max-width:900px!important; height:auto!important; margin:0 auto; margin-bottom:18px;}





















































































































































