@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: '微软雅黑'; }

/*头部*/
.header_bg { width: 100%; padding: 20px 8%; position: fixed; top: 0; left: 0; z-index: 998; background: #fff; border-bottom: 2px solid #e60020; }
.header_bg .header_logo { float: left; line-height: 40px; position: absolute; z-index: 2; }
.header_bg .header_logo a { float: left; display: block; }
.header_bg .header_logo a img { max-width: 100%; height: auto; }
.header_bg .header_logo button { width: 40px; float: right; height: 32px; background: none; }
.header_bg .header_logo button img { width: 100%; height: 100%; }
.header_bg .header_con { width: 100%; position: relative; z-index: 1; }
.header_bg .header_con .header_nav { width: 100%; }
.header_bg .header_con .header_nav .header_nav_text h3 { color: #333; float: left; height: 100%; font-size: 16px; line-height: inherit; }
.header_bg .header_con .header_nav .header_nav_text .nav_close { width: 30px; height: 100%; float: right; background: none; }
.header_bg .header_con .header_nav .header_nav_text .nav_close img { max-width: 100%; max-height: 100%; }
.header_bg .header_con .header_nav .header_nav_list { margin-left: 28px; text-align: center; }
.header_bg .header_con .header_nav .header_nav_list .header_nav_title { position: relative; display: inline-block; }
.header_bg .header_con .header_nav .header_nav_list .header_nav_title h3 { font-size: 16px; line-height: 40px; position: relative; z-index: 1002; }
.header_bg .header_con .header_nav .header_nav_list .header_nav_title h3 a { color: #333; height: 100%; display: block; padding: 0 30px; }
.header_bg .header_con .header_nav .header_nav_list .header_nav_title h3 em { width: 40%; height: 100%; position: absolute; top: 0; right: 0; background: url(../images/icoAdd.png) right 24px no-repeat; }
.header_bg .header_con .header_nav .header_nav_list .header_nav_title h3 .active { color: #ff0000; }
.header_bg .header_con .header_nav .header_nav_list .header_nav_title .header_nav_con { display: none; width: 100%; position: fixed; top: 0; left: 0; z-index: 1001; padding-top: 82px; }
.header_bg .header_con .header_nav .header_nav_list .header_nav_title .header_nav_con .header_nav_con_text { background: rgba(0, 0, 0, 0.5); position: static; }
.header_bg .header_con .header_nav .header_nav_list .header_nav_title .header_nav_con .header_nav_con_text p { padding: 0 30px; position: relative; display: inline-block; }
.header_bg .header_con .header_nav .header_nav_list .header_nav_title .header_nav_con .header_nav_con_text p a { color: #fff; display: block; font-size: 14px; line-height: 50px; word-break: keep-all; white-space: nowrap; }
.header_bg .header_con .header_nav .header_nav_list .header_nav_title .header_nav_con .header_nav_con_text p a:hover { color: #ff0000; }
.header_bg .header_con .header_nav .header_nav_list .header_nav_title:hover .header_nav_title a { color: #ff0000; }
.header_bg .header_con .header_nav .header_nav_list .header_nav_title.on h3 em { background-position: right -45px; }
.header_bg .header_con .header_right { position: absolute; top: 0; right: 0; line-height: 40px; }
.header_bg .header_con .header_right .language { float: left; margin-right: 20px; }
.header_bg .header_con .header_right .language a { color: #999; padding: 0 5px; font-size: 12px; display: inline-block; }
.header_bg .header_con .header_right .search_bar { width: 0; float: right; height: 22px; min-width: 22px; margin-top: 10px; background: none; overflow: hidden; position: relative; -webkit-transition: width .3s; -moz-transition: width .3s; transition: width .3s; -webkit-backface-visibility: hidden; }
.header_bg .header_con .header_right .search_bar .input { position: absolute; top: 0; right: 0; color: #666; z-index: 10; width: 100%; height: 22px; border: none; display: none; font-size: 12px; background: none; line-height: 22px; padding-left: 10px; padding-right: 30px; }
.header_bg .header_con .header_right .search_bar .search_btn { width: 22px; height: 22px; border: none; display: block; background: none; position: absolute; right: 0; top: 0; margin: 0; padding: 0; cursor: pointer; line-height: 22px; background: #ff0000; border-radius: 50%; }
.header_bg .header_con .header_right .search_bar .search_ico { width: 22px; height: 22px; display: block; position: absolute; right: 0; top: 0; margin: 0; padding: 0; cursor: pointer; line-height: 22px; background: url(../images/search.png) no-repeat center center; z-index: 90; }
.header_bg .header_con .header_right .search_bar.search_open { width: 220px !important; z-index: 1002; position: absolute; right: 0; }
.header_bg .header_con .header_right .search_bar.search_open input { background: #eee; display: block; }
.header_bg .header_con .header_right .search_bar.search_open .search_ico { background: #ff0000 url(../images/search.png) no-repeat center center; }
.header_bg .header_con .header_right .search_bar.search_open .search_btn { background: #ff0000 url(../images/search.png) no-repeat center center; }
.header_bg .header_con .header_right .weixin { float: left; margin-right: 10px; position: relative; }
.header_bg .header_con .header_right .weixin .weixincode { display: none; position: absolute; right: 0; }
.header_bg .header_con .header_right .weixin:hover .weixincode { display: block; }
.header_bg .header_con.in { display: block !important; position: fixed; top: 0; left: 0px; width: 45%; height: 100%; z-index: 1000; background: #fff; overflow-y: auto; }
.header_bg .header_con.in .header_nav .header_nav_text { width: 100%; height: 50px; z-index: 1000; display: block; background: #fff; line-height: 50px; padding-left: 15px; padding-right: 15px; border-bottom: solid 1px #ccc; }
.header_bg .header_con.in .header_nav .header_nav_list { width: 100%; height: 100%; margin-left: 0; overflow-y: auto; background: #fff; text-align: left; display: block !important; }
.header_bg .header_con.in .header_nav .header_nav_list .header_nav_title { width: 100%; display: block; border-bottom: solid 1px #ddd; }
.header_bg .header_con.in .header_nav .header_nav_list .header_nav_title h3 { line-height: 50px; }
.header_bg .header_con.in .header_nav .header_nav_list .header_nav_title h3 a { width: 100%; display: block; }
.header_bg .header_con.in .header_nav .header_nav_list .header_nav_title h3 .active { color: #ff0000; }
.header_bg .header_con.in .header_nav .header_nav_list .header_nav_title .header_nav_con { padding: 0; position: static; }
.header_bg .header_con.in .header_nav .header_nav_list .header_nav_title .header_nav_con .header_nav_con_text { background: none; border-top: 1px dashed #ddd; }
.header_bg .header_con.in .header_nav .header_nav_list .header_nav_title .header_nav_con .header_nav_con_text p { padding: 0; display: block; }
.header_bg .header_con.in .header_nav .header_nav_list .header_nav_title .header_nav_con .header_nav_con_text p a { color: #333; line-height: 40px; padding-left: 30px; }
.header_bg .header_con.in .header_right { padding: 15px; position: static; }
.header_bg .header_con.in .header_right .search_bar.search_open { right: 15px; }
.header_bg .header_nav_bg { width: 100%; height: 100%; background: #000; opacity: 0.8; filter: alpha(opacity=80); position: fixed; top: 0; left: 0; z-index: 999; display: none; }

.height { width: 100%; height: 82px; background: #fff; }

@media screen and (max-width: 1400px) { .header_bg { padding: 20px 5%; }
  .header_bg .header_con .header_nav .header_nav_list .header_nav_title h3 a { padding: 0 15px; } }
@media screen and (max-width: 1199px) { .header_bg { padding: 20px 15px; } }
@media screen and (max-width: 991px) { .header_bg { padding: 20px 6%; }
  .header_bg .header_logo { width: 100%; position: relative; }
  .header_bg .header_con { display: none; } }
@media screen and (max-width: 767px) { .header_bg { padding: 15px; }
  .header_bg .header_logo { line-height: 30px; }
  .header_bg .header_logo a { width: 150px; }
  .header_bg .header_logo button { width: 32px; height: 25px; margin-top: 5px; }
  .header_bg .header_logo button img { vertical-align: top; }
  .header_bg .header_con.in { width: 75%; }
  .height { height: 63px; } }
/*底部*/
.foot { width: 100%; box-shadow: 0 0 10px #eee; }
.foot .footer { padding: 25px 15px; }
.foot .footer .footerleft { width: 50%; float: left; }
.foot .footer .footerleft .tel h4 { color: #cc0000; font-size: 20px; margin-bottom: 5px; }
.foot .footer .footerleft .tel p { color: #999; font-size: 12px; font-family: "宋体"; line-height: 20px; margin-bottom: 5px; }
.foot .footer .footerleft .tel a { color: #cc0000; font-size: 12px; font-family: "宋体"; padding: 5px 15px; display: inline-block; border: 1px solid #cc0000; }
.foot .footer .footerleft .tel a img { margin-right: 3px; }
.foot .footer .footerleft ul { margin-top: 15px; }
.foot .footer .footerleft ul li { display: inline-block; border-left: 1px solid #666; }
.foot .footer .footerleft ul li:first-child { border-left: none; }
.foot .footer .footerleft ul li:first-child a { padding-left: 0; }
.foot .footer .footerleft ul li a { color: #666; display: block; font-size: 12px; padding: 0 20px; font-family: "宋体"; }
.foot .footer .footerright { width: 50%; color: #666; float: right; font-size: 12px; font-family: "宋体"; text-align: right; }
.foot .footer .footerright img { max-width: 100%; }
.foot .footer .footerright h5 { font-size: 12px; margin-top: 15px; }
.foot .footer .footerright h5 img { margin-right: 5px; }
.foot .copyright { color: #666; font-size: 12px; font-family: "宋体"; line-height: 20px; padding-bottom: 10px; }
.foot .copyright .coleft { width: 50%; float: left; }
.foot .copyright .coleft span { display: inline-block; }
.foot .copyright .coleft a { color: #666; display: inline-block; }
.foot .copyright .coright { width: 50%; float: right; text-align: right; }

@media screen and (max-width: 991px) { .foot .footer { padding: 25px 15px 15px; }
  .foot .footer .footerleft { width: 100%; float: none; }
  .foot .copyright .coleft { width: 100%; float: none; }
  .foot .copyright .coright { width: 100%; float: none; text-align: left; } }
@media screen and (max-width: 767px) { .foot .footer .footerleft ul li a { padding: 0 8px; }
  .foot .copyright .coleft span { display: block; } }
/*内页banner*/
.crumbs { width: 100%; position: absolute; left: 0; top: 82px; z-index: 1; background-repeat: no-repeat; background-position: center center; }

@media screen and (max-width: 767px) { .crumbs { position: static; } }
.nybox { margin-top: 8%; position: relative; z-index: 2; }
.nybox .subnav { background: #fff; padding-top: 25px; }
.nybox .subnav .subnavcon dl { margin-bottom: 20px; }
.nybox .subnav .subnavcon dl dt { color: #fff; width: 100%; height: 35px; font-size: 14px; font-family: "宋体"; padding-left: 8px; line-height: 35px; background-size: 100% 100%; background-repeat: no-repeat; background-position: center center; background-image: url(../images/about01.jpg); }
.nybox .subnav .subnavcon dl dd { padding: 8px; font-size: 12px; font-family: "宋体"; border-top: 1px solid #f1f1f1; }
.nybox .subnav .subnavcon dl dd a { color: #999; display: block; background: url(../images/icon07.jpg) no-repeat center right; }
.nybox .subnav .subnavcon dl dd:hover a { color: #cc0000; background: url(../images/icon06.jpg) no-repeat center right; }
.nybox .subnav .subnavcon dl .cur a { color: #cc0000; background: url(../images/icon06.jpg) no-repeat center right; }
.nybox .nymain .nycontainer { background: #fff; padding: 5px 20px 20px; }
.nybox .nymain .nycontainer .bread { color: #999; float: right; font-size: 12px; font-family: "宋体"; margin-bottom: 5px; }
.nybox .nymain .nycontainer .bread a { color: #999; }
.nybox .nymain .nycontainer .bread .cur { color: #d30000; }

@media screen and (max-width: 767px) { .nybox { margin-top: 0; }
  .nybox .subnav { padding: 0; }
  .nybox .subnav .subnavcon dl dt { padding-left: 15px; }
  .nybox .subnav .subnavcon dl dd { padding-left: 30px; }
  .nybox .nymain .nycontainer { padding: 0; } }
/*分页*/
.page { font-family: "宋体"; text-align: center; }
.page a { width: 40px; height: 40px; color: #959595; font-size: 12px; line-height: 40px; text-align: center; display: inline-block; }
.page span { color: #fff; width: 40px; height: 40px; font-size: 12px; line-height: 40px; text-align: center; background: #e40000; display: inline-block; }
.page u { width: 40px; height: 40px; color: #959595; line-height: 40px; text-align: center; display: inline-block; }
.page input { width: 50px; height: 40px; border: none; color: #959595; line-height: 40px; margin-right: 10px; text-align: center; background: #f3f3f3; }
.page button { width: 52px; height: 40px; color: #e40000; font-size: 16px; background: none; line-height: 35px; text-align: center; border: 2px solid #e40000; }

.load { text-align: center; }
.load a { color: #fff; font-size: 12px; font-family: "宋体"; padding: 8px 40px; border-radius: 5px; background: #e40000; display: inline-block; }

/*# sourceMappingURL=public.css.map */
