﻿﻿@charset "utf-8";
/* CSS Document */
body{background-color:#fff; overflow-x:hidden; color:#666; font-size:12px; font-family: microsoft yahei , "宋体"; position:relative;}/*网站字体颜色*/

.header , .content , .footer , .container{margin-left:auto; margin-right:auto; width:1200px; font-family:microsoft yahei;}

/*页眉*/
.header{width:100%; overflow:hidden; background-color:#fff;}
.header .header_top{ width:100%; height:35px; border-bottom:1px solid #e4e4e4;}
.header .header_top p{ color:#333; float:left; line-height:35px;}
.header .header_top .top_nav{ float:right; margin-top:10px; overflow:hidden}
.header .header_top .top_nav li{ float:left; border-right:1px solid #676767; width:70px; text-align:center}
.header .header_top .top_nav a{ color:#333;}
.header .header_top .top_nav .last{ width:60px; text-align:right; border:none}
.header .header_center { height:142px; overflow:hidden}
.header .header_center .logo{ float:left; margin-top:40px;}
.header .header_center dt{ float:left; margin-right:35px;}
.header .header_center dd{ float:left; margin-top:3px;}
.header .header_center dd h2{ font-size:18px; color:#010101;}
.header .header_center dd p{ font-size:18px; color:#0355b5;}
.header .header_center .phone{ margin-top:50px; background:url(../images/phone.png) no-repeat left center; padding-left:45px; float:right}
.header .header_center .phone p{ font-size:14px; color:#0355b5;}
.header .header_center .phone h3{ font-size:24px; color:#0355b5; font-weight:normal}

/*页脚*/
.footer{ overflow:hidden; width:100%; background-color:#efefef; height:130px; margin-bottom:95px; text-align:center;}
.footer .footer_nav{ overflow:hidden; width:100%; height:54px; background:#333; text-align:center;}
.footer .footer_nav li{ display:inline-block; border-right:1px dotted #777; padding:0 16.5px; font-size:14px; margin-top:18px;}
.footer .footer_nav .last{ border:none}
.footer .footer_nav li a{ color:#fff}
.footer  .footer_content {line-height:25px; padding-top:20px;}

/*浮动*/
.fudong{ overflow:hidden; width:100%; height:95px; background-color:#0352ad; position:fixed; left:0; bottom:0; z-index:1000}
.fudong .fd_logo{ float:left; margin-top:20px; margin-right:60px; overflow:hidden}
.fudong .fd_logo p{ font-size:20px; font-weight:bold; color:#fff}
.fudong .phone { overflow:hidden; float:left; margin-top:28px; background:url(../images/fd_phone.png) no-repeat left center; padding-left:44px;}
.fudong .phone p{ color:#fff}
.fudong .phone h3{ font-size:24px; color:#fff; font-weight:normal}
.fudong .lianxi{ overflow:hidden; float:right; margin-top:24px; width:265px;} 
.fudong .lianxi .tijiao{ display:block; width:146px; height:51px; background-color:#ff4a0e; font-size:20px; color:#000; text-align:center; line-height:51px; background:url(../images/baishun02.png) no-repeat center; float:left}
.fudong .lianxi .close{ display:block; width:33px; height:32px; background:url(../images/baishun03.png) no-repeat center; float:right; margin-top:6px;}


.kehufh{ display:block; position:absolute; width:50px; height:30px; left:50%; margin-left:-25px; top:2px;}

#roll_top, #fall, #ct{position: relative;cursor: pointer;height: 72px;width: 26px;}
#roll_top{background: url(../images/top.gif) no-repeat;}
#fall{background: url(../images/top.gif) no-repeat 0 -80px;}
#ct{background: url(../images/top.gif) no-repeat 0 -40px;}
#roll{	display: block;	width: 15px;margin-right: -600px;position: fixed;right: 50%;top: 50%;_margin-right: -600px;	_position: absolute;_margin-top: 300px;	_top: expression(eval(document.documentElement.scrollTop));}

.w1200{
	background-color:#FFF;
	margin:40px auto;
    width: 1200px;
    font-family: microsoft yahei;
	padding:20px;
	box-sizing:border-box;
}