@charset "utf-8";
/* CSS Document */
/* ============================
        共有样式 header  footer
   ============================*/
/*顶部导航*/
.nav{width:100%; float: left; height: 90px;}
.logo{width:40%; height: 90px; background: #fff; float: left;}
.logo img{width:250px; height: 90px; float: right; margin: 0 30px 0 0;  display: block; border: none;}
.nav_title{width:54%; height: 90px; background: #fff; float: left; line-height: 90px;padding: 0 0 0 6%;}
.nav_title li{ float: left; margin: 0 0 0 20px; padding: 0 15px 0 15px;}
.nav_title li a{font-size:16px; color: #000;font-family: "Microsoft YaHei";}
.nav_title .on{ border-bottom:#ffad01 2px solid; height: 88px; padding: 0 15px 0 15px;}

/*页脚*/
.footer{width:100%; float: left; height: 400px;}
.footer_left{width:40%; background:#fff;  float: left;height: 400px;position: relative;}
.footer_right{ background: #fff; width:60%; float: left;height: 400px;}
.footer_left .logo01{width:296px; height: 141px; position: absolute; right: 240px; top: 60px; float: left;}
.footer_left .logo01 img{width:250px; height: 120px; float: left;margin:10px 0 0 22px; background: #fff;}
.footer_left dl{position: absolute; right: 17px; margin: 0 0 15px 0;top:230px; width:69%;}
.footer_left dl dd{width:100%; float: left; margin: 0 0 15px 0;}
.footer_left dl dd i{ float: left;width:28px; margin: 0 auto;}
.footer_left dl dd span{font-size: 16px; color: #000; float: left; margin: 0 0 0 12px; line-height: 22px;}
.footer_left dl dd em{font-size: 30px; color: #000; float: left; margin: 4px 0 0 12px; line-height: 22px;}
.dianhua{width:28px; height: 28px; background: url(../img/dianhua.png) center no-repeat; display: block;}
.youxiang{width:22px; height: 14px; background: url(../img/youxiang.png) center no-repeat; display: block;}
.dizhi{width:20px; height: 20px; background: url(../img/dizhi.png) center no-repeat; display: block;}
.footer_rt{ float: left;width:750px; margin: 60px 0 0 40px;}
.footer_rt h1{ float:left;width:130px;}
.footer_rt h1 span{font-size:16px; color: #000; background: url(../img/ss.png) left no-repeat; padding: 0 0 0 30px;width:100%;}
.footer_rt h1 img{ float:left; width:130px; height: 130px; overflow: hidden; margin: 12px 0 0 0;}
.liuyan_box{ float:left;margin: 0 0 0 30px;}
.liuyan_box h2{font-size:16px; color: #000; background: url(../img/xinxi.png) left no-repeat; padding: 0 0 0 30px;width:100%;}
.liuyan_box span{ float:left;}
.shuru{width:150px; float: left;}
.shuru input{width:138px; height: 22px; border: #e1e1e1 1px solid;background: #fff; line-height: 24px; font-size: 12px; color: #666; padding: 0 0 0 10px; margin: 12px 0 0 0;}
.liuyan{width:257px; height: 108px; overflow: hidden; float: left;min-width:243px; min-height: 98px;}
.liuyan textarea{width:243px; height: 94px; min-width:243px; min-height: 94px;  overflow: hidden;float: left;border: #e1e1e1 1px solid;background: #fff; margin: 12px 0 0 12px;display: block;}
.anniu{width:30px; height: 96px;float: left; margin: 12px 0 0 12px; }
.anniu input{width:30px; height: 96px; background:url(../img/tijiao.png) center no-repeat; border: none;}
.footer_bt{width:750px; margin: 22px 0 0 40px; float: left;}
.footer_bt dl{float: left; margin: 0 60px 0 0;}
.footer_bt dl dt{font-size:16px; color: #000; padding: 0 0 10px 0;}
.footer_bt dl dd{font-size:14px;color: #000;line-height: 24px;}
.footer_bt dl dd a{color: #000;}
.footer_last{width:100%; float: left; height: 40px; line-height: 40px; background: #000;}
.footer_last_box{width:1200px; margin: 0 auto;}
.footer_last_box span{ font-size:14px; color: #fff;}
.Validform_wrong{
	color: red;
	font-size: 20px;
}
.Validform_right{color: green;font-size: 20px;}

/*友情链接*/
.link_box {
    width: 100%;
    float: left;
    margin: 30px 0 0 0;
}
.link_box_box {
    width: 1200px;
    margin: 0 auto;
}
.link {
    width: 1140px;
    padding: 30px;
    background: #f6f6f6;
    float: left;
}
.link h4 {
    float: left;
    font-size: 16px;
    color: #011154;
    border-right: #011154 1px solid;
    padding: 0 3% 0 0;
}
.link ul {
    width: 88%;
    float: left;
    margin: 0 0 0 3%;
}
.link ul li {
    float: left;
    padding: 0 8px;
    margin: 0 0 10px 0;
    font-size: 14px;
    color: #011154;
}
.link ul li a {
    color: #011154;
}
