﻿@charset "utf-8";
/* CSS Document */

/* 全站通用 */
body{font-family:"微软雅黑", "黑体", "宋体"; font-size:16px; color:#242424; line-height:40px; background-color:#FFF;}
a{font-family:"微软雅黑", "黑体", "宋体"; font-size:16px; color:#242424; line-height:40px;}
a:hover { color:#cc0000;}
.border{ border:1px solid #bfdfff;}

/* 布局框架 */


/* 头部 */
.banner{ width:100%; height:295px;min-width: 1200px; margin: auto; background-image:url(banner.jpg); background-position:top center; background-repeat:no-repeat;}
.nav{ width:100%; height:66px;min-width: 1201px; margin: auto; background-image:url(nav.jpg); background-position:top center; background-repeat:no-repeat;}
.nav_cnt{ width:1201px; height:66px; margin:0 auto; padding-left:1px;}
.nav_btn{  width:150px; height:66px;float:left;  text-align:center;}
.nav_btn a{line-height:66px; font-size:20px; color:#FFF; text-align:center; letter-spacing:3px;}
.sub_nav_btn{ width:150px; display:none; position:relative; z-index:999;}
.see { display:block;}
.nav_btn:hover{ background-image: url(../images/nav_hover.jpg); background-repeat:repeat-x;}
.nav_btn_active{ background-image: url(../images/nav_hover.jpg); background-repeat:repeat-x;}
.sub_nav_btn li{ width:150px; text-align:center; height:44px; font-size:16px; line-height:44px;color:#c5181f; background-color:#ffeeef; border-top:1px solid #FFF; border-bottom:1px solid #ff9a9e;}
.sub_nav_btn li:hover{ background-color:#fbf6e1; color:#F00;}

.nav_btn:hover{ background-color:#92090e;}
.subnav{ width:100%; height:59px; min-width: 1200px; margin: auto;background-image:url(subnav.jpg); background-position:top center; background-repeat:no-repeat; margin-bottom:20px;}
.subnav_cnt{width:1200px; height:59px; margin:0 auto;}

.search{ width:247px; height:35px;}
.bt-text{ width:194px; height:33px; padding-left:10px; border:1px solid #CCC; border-right:none; line-height:33px;font-family:"微软雅黑", "黑体", "宋体"; font-size:16px; color:#242424; float:left;}
.bt-bnt{ background-image:url(search_btn.jpg); width:42px; height:35px; border:none; float:left;}

#Scroll {CLEAR: both; width:446px; height:40px;}

/* 尾部 */

.footer{ background-color:#8d91aa; border-top:2px solid #6a6d89; padding:25px 0px; width:100%;}
.footer_cnt{ width:770px; margin:0 auto; line-height:32px; color:#FFF;}
.footer_cnt a{line-height:32px; color:#FFF;}




