@charset "UTF-8";
/*全局样式*/
* { padding: 0; margin: 0; }

li { list-style: none; }

a, u { text-decoration: none; }

a:hover { text-decoration: none; }

a:focus { text-decoration: none; outline: none; }

input { outline: none; box-sizing: border-box; }

input[type=text] { appearance: button; -webkit-appearance: button; }

textarea:focus { outline: none; }

textarea { resize: none; appearance: button; -webkit-appearance: button; }

button, select { outline: none; }

button { border: none; }

h1, h2, h3, h4, h5, h6, label, dt { font-weight: normal; }

h1, h2, h3, h4, h5, h6, ul, ol, dl, p, table, label { margin: 0; }

body { font-family: '微软雅黑'; }

.height { width: 100%; height: 50px; }

.height_e { width: 100%; height: 80px; }

/*header*/
.header_bg { width: 100%; padding: 20px 0; background: #fff; border-bottom: 1px solid #e1e1e1; }
.header_bg .header { width: 1200px; margin: 0 auto; }
.header_bg .header .logo { float: left; }
.header_bg .header .logo img { width: 120px; height: 54px; }
.header_bg .header_con { float: right; margin-top: 10px; }
.header_bg .header_con .header_nav { float: left; margin-right: 20px; }
.header_bg .header_con .header_nav ul li { float: left; }
.header_bg .header_con .header_nav ul li a { color: #333; display: block; font-size: 16px; padding: 5px 30px; border-radius: 30px; border: 1px solid transparent; }
.header_bg .header_con .header_nav ul li .active { color: #e40000; border-radius: 30px; border: 1px solid #e40000; }
.header_bg .header_con .header_nav ul li:hover a { color: #e40000; border-radius: 30px; border: 1px solid #e40000; }
.header_bg .header_con .header_contact { float: right; margin-top: 2px; }
.header_bg .header_con .header_contact p img { width: 30px; }

.nav_box .nav_list { width: 100%; padding: 20px 0; background: #fff; position: fixed; top: 95px; left: 0; z-index: 1000; display: none; }
.nav_box .nav_list .nav_img { float: left; margin-right: 170px; }
.nav_box .nav_list .nav_img img { width: 200px; height: auto; border: 2px solid #eee; }
.nav_box .nav_list .nav_con { float: left; }
.nav_box .nav_list .nav_con p a { color: #999; display: block; font-size: 12px; line-height: 34px; }
.nav_box .nav_list .nav_con p a:hover { color: #e40000; }

/*footer*/
.footer_bg { width: 100%; background: #222; padding-top: 60px; padding-bottom: 20px; border-bottom: 1px solid #333; }
.footer_bg .footer { width: 1200px; margin: 0 auto; }
.footer_bg .footer .footer_con { float: left; }
.footer_bg .footer .footer_con .footer_contact { font-size: 12px; font-family: "宋体"; }
.footer_bg .footer .footer_con .footer_contact p { color: #999; line-height: 20px; margin-bottom: 10px; }
.footer_bg .footer .footer_con .footer_contact a { color: #cc0000; padding: 5px 10px; border: 1px solid #cc0000; }
.footer_bg .footer .footer_con ul { margin-top: 20px; }
.footer_bg .footer .footer_con ul li { float: left; border-left: 1px solid #666; }
.footer_bg .footer .footer_con ul li:first-child { border-left: none; }
.footer_bg .footer .footer_con ul li:first-child a { padding-left: 0; }
.footer_bg .footer .footer_con ul li a { color: #666; height: 12px; display: block; padding: 0 20px; font-size: 12px; font-family: "宋体"; line-height: 12px; }
.footer_bg .footer .footer_code { float: right; }
.footer_bg .footer .footer_code p img { width: 100px; padding: 6px; background: #fff; border-radius: 5px; }
.footer_bg .footer .footer_code h5 { color: #666; font-size: 12px; font-family: "宋体"; margin-top: 20px; text-align: center; }

.copyright_bg { width: 100%; background: #222; padding-top: 30px; padding-bottom: 20px; }
.copyright_bg .copyright { width: 1200px; margin: 0 auto; }
.copyright_bg .copyright p { color: #666; font-size: 12px; font-family: "宋体"; }
.copyright_bg .copyright p a { color: #666;}

/*bread*/
.bread_bg { width: 100%; padding: 15px 0; border-bottom: 1px solid #e7e7e7; }
.bread_bg .bread { width: 1200px; margin: 0 auto; }
.bread_bg .bread .bread_l { float: left; }
.bread_bg .bread .bread_l p a { color: #666; font-size: 14px; font-family: "宋体"; margin-right: 20px; display: inline-block; }
.bread_bg .bread .bread_l p .cur { color: #fff; border-radius: 30px; padding: 10px 40px; background: #cc0000; }
.bread_bg .bread .bread_r { float: right; }
.bread_bg .bread .bread_r p { color: #999; font-size: 12px; font-family: "宋体"; line-height: 40px; }
.bread_bg .bread .bread_r p a { color: #999; }
.bread_bg .bread .bread_r p img { width: 13px; float: left; margin-top: 13px; margin-right: 5px; }

/*page*/
.page { font-family: "宋体"; text-align: center; }
.page a { color: #999; padding: 15px; font-size: 12px; background: #fff; margin-right: 15px; display: inline-block; }
.page span { color: #fff; font-size: 12px; padding: 10px 15px; margin-right: 15px; background: #e40000; display: inline-block; }

/*# sourceMappingURL=public.css.map */
