*{margin:0;padding:0;}
a{ text-decoration:none;} 
a:hover{ color:#000066;}  
ul{ list-style:none;}
img{ border:none;}
body{background:#fff; font-size:16px; font-family:Microsoft YaHei,Arial, Helvetica, sans-serif; color:#666;}   
.clear{ clear:both;}
.spacing{ width:10px; height:10px;}

/*首页顶部LOGO行*/
.logo_row{ width:1190px; height:85px; margin:0px auto; margin-top:10px; background-color:#fff; position:relative;}
.logo_row .logo{ width:420px; height:70px; position:absolute; left:0px; top:0px;}
.logo_row .weibo{ width:250px; height:38px; position:absolute; right:0px; top:20px; border:0px solid #000; margin-right:230px; text-align:right;}
.logo_row .tel{width:250px; height:28px; position:absolute; right:0px; top:20px; border:0px solid #000; font-size:14px;color:#F00; 
               font-weight:bold; padding-top:10px; text-align:center;}

/*首页菜单行*/
.nav_border{width:100%; height:42px; background-color:#0d6fb8;border:0px;font-size:16px;}
.nav_border .nav_div{width:1190px; height:42px; margin:0px auto;}
.nav_border .nav_div li{float:left; margin-right:10px; width:100px; height:33px;border:0px;text-align:center; padding-top:9px; } 
.nav_border .nav_div li a{color:#FFF} 
.nav_border .nav_div li:hover{ background:#0a56bb} 
.nav_border .nav_div .li_now {background:#dac063;!important;} 

.nav_border_div{z-index:9998; position:relative; margin-top:12px; display:none}
.nav_border_tow{display:block; height:42px; width:100px; background-color:#0d6fb8; line-height:42px;}
.nav_border_tow:hover{background-color:#dac063}

/*中部*/
.default_body{margin:0px auto; width:1190px; height:auto; position:relative}
/*左上*/
.default_body_left{width:380px; height:480px; border:1px solid #CCC; border-top:0px; position:absolute; left:0px; top:0px;}
.left_line_h{height:3px; background:#d50213}
.left_line_l{height:3px; width:150px; background:#0d6fb8; position:absolute; right:0px; top:0px;}
.default_body_left h4{color:#d50213; height:40px; line-height:40px; padding-left:10px; border-bottom:1px solid #CCC; font-weight:normal}
.default_body_left h5{margin:10px; line-height:25px; color:#666; font-weight:normal ; font-size:14px; text-indent:20px;}
.default_body_left img{margin:10px 13px;; border-radius:5px;}
.default_body_left a{ color:#39F}
/*左下*/
.default_body_left_bottom{width:380px; height:382px; border:1px solid #CCC; border-top:0px; position:absolute; left:0px; top:500px;}
.default_body_left_bottom h3{ font-size:16px; color:#d50213; height:40px; line-height:40px; padding-left:10px; border-bottom:1px solid #CCC; font-weight:normal}
.default_body_left_bottom h4{height:40px; border-bottom:1px solid #F3F3F3; margin:20px 20px; line-height:40px; position:relative; font-weight:normal }
.default_body_left_bottom img{position:absolute; left:0px; top:0px; width:40px; height:40px;}

/*右上*/
.default_body_right{width:800px;height:200px; border:1px solid #CCC; border-top:0px; margin-left:390px; margin-top:0px; position:relative}
.default_body_right h4{color:#d50213; height:40px; line-height:40px; padding-left:10px; border-bottom:1px solid #CCC; font-weight:normal}

.ywul{margin-left:30px; margin-top:20px;}
.ywul li.block{width:85px; height:90px; position:relative; margin:8px;float:left;display:inline; text-align:center;} 
.ywul .descript{font-size:12px; width:90px; position:absolute; bottom:5px; text-align:center; color:#666;}
/*业务图标动画*/
.picture
	{
	-webkit-transition:-webkit-transform 1s,opacity 1s,background 1s,width 1s,height 1s,font-size 1s;
	-o-transition-property:width,height,-o-transform,background,font-size,opacity;
	-o-transition-duration:1s,1s,1s,1s,1s,1s;
	-moz-transition-property:width,height,-o-transform,background,font-size,opacity;
	-moz-transition-duration:1s,1s,1s,1s,1s,1s;
	transition-property:width,height,transform,background,font-size,opacity;
	transition-duration:1s,1s,1s,1s,1s,1s;
	}

.picture:hover
	{
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
	}
/*业务图标动画结束*/

/*右中*/
.default_body_right_m{width:800px;height:320px; border:1px solid #CCC; border-top:20px; margin-top:20px; margin-left:390px; position:relative}
.default_body_right_m h4{color:#d50213; height:40px; line-height:40px; padding-left:10px; border-bottom:1px solid #CCC; font-weight:normal}
.News_ul{}
.News_ul li{height:50px; margin:0px 20px; line-height:50px; border-bottom:1px dashed #666666; position:relative}
.News_ul li a{ color:#666}
.News_ul li a:hover{ color:#06F; text-decoration:underline}
.News_ul li span{position:absolute; right:10px;}

.default_link{width:1190px;height:310px; border:1px solid #CCC; border-top:0px; margin:20px auto; position:relative}
.default_link h4{color:#d50213; height:40px; line-height:40px; padding-left:10px; border-bottom:1px solid #CCC; font-weight:normal}
.default_link ul {margin-left:30px; margin-top:20px;}
.block_link{width:206px; height:60px; position:relative; margin:8px;float:left;display:inline; text-align:center; border:1px solid #CCC} 

/*友情链接放大缩小动画*/
.block_link img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.block_link:hover img {
	-webkit-transform: translate3d(0,0,0) scale(1);
	-moz-transform: translate3d(0,0,0) scale(1);
	-ms-transform: translate3d(0,0,0) scale(1);
	-o-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}
/*友情链接放大缩小动画结束*/



/*******************公司概况页********************/
.AboutBody{margin:0px auto; width:1189px; height:auto; position:relative;  border-left:1px solid #CCC;border-bottom:1px solid #CCC;border-top:2px solid #f5ccd0;}
.LeftMenu{width:180px; height:480px; border:0px solid #CCC; border-top:0px; position:absolute; left:0px; top:0px; padding:0px 20px}
.MenuTitleEnlish{font-size:28px;color:#c9c9c9;text-transform: uppercase;line-height: 30px;font-weight: bold;padding-top:30px;}
.MenuTtile{color:#1f74b5;font-size:15px;  border-bottom:1px solid #CCC; line-height:40px}
.MenuTitle_Now{color:#C30;font-size:15px; line-height:40px; background:#f5f5f5; border-bottom:1px dotted #CCCCCC; padding-left:3em;position:relative}
.MenuTitle_Other{color:#666;font-size:15px; line-height:40px; border-bottom:1px dotted #CCCCCC; padding-left:3em; position:relative}
.MenuTitle_Other:hover{ background:#0d6fb8;}
.MenuTitle_Other a{color:#666;}
.MenuTitle_Other a:hover{ color:#FFF}

.AboutRingh{width:970px;height:auto; border-left:1px solid #CCC; border-top:0px; margin-left:220px; margin-top:0px; position:relative;}
.IntroduceTitle{font-size:25px;color:#1f74b5;height:30px; margin:0px 30px 0px 30px; padding-top:30px; line-height:40px; padding-left:10px; font-weight:normal}
.IntroduceTitle_English{font-size:15px;color:#616161;height:40px; margin:0px 30px 20px 30px; line-height:40px; padding-left:10px; border-bottom:1px dotted #CCC; font-weight:normal}
.AboutContent{margin:30px; margin-bottom:0px; padding-bottom:30px;  line-height:30px; text-indent:2em}


/*NEWS页*/
.News_List_ul{margin:30px; margin-bottom:0px; padding-bottom:50px;  line-height:30px; }
.News_List_ul li{height:50px; margin:0px 20px 0px 0px; line-height:50px; border-bottom:1px dashed #666666; position:relative}
.News_List_ul li a{ color:#666}
.News_List_ul li a:hover{ color:#06F; text-decoration:underline}
.News_List_ul li span{position:absolute; right:10px;}

/*员工活动*/
.Activity_ul{margin:20px;}
.Activity_ul li{width:220px; height:235x ; border:2px solid #FFF; float:left; margin:10px 2px; text-align:center;}
.Activity_ul li:hover{border:2px solid #F30;}
.Activity_ul li img{margin:20px 0px 10px 0px;}
.Activity_ul li h5{color:#999; margin:10px 20px; height:30px; font-weight:normal}

/*新闻详细左边联系方式*/
.ShownewLeft{width:210px; height:auto; font-size:14px}
.ShownewLeft h4{height:40px; border-bottom:1px solid #F3F3F3; margin:20px 0px; line-height:30px; position:relative; font-weight:normal }
.ShownewLeft img{position:absolute; left:0px; top:3px; width:24px; height:24px;}


/*首页底部*/
.foot{ width:100%; background-color:#444444; color:#fcfcfc; text-align:center; font-size:14px; padding:20px 0px 20px 0px; line-height:25px; margin-top:30px; position:relative}
.foot img{position:absolute; right:30px; top:10px; cursor:pointer;width:41px height:42px }









