@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: 'Arial'; min-width: 1200px; }

/*header*/
.header_bg { width: 100%; padding: 20px 8%; z-index: 1000; position: relative; background: #727272; }
.header_bg .header_logo { position: absolute; z-index: 2; }
.header_bg .header_logo a { display: block; }
.header_bg .header_logo a img { max-width: 100%; }
.header_bg .header_list { width: 100%; line-height: 64px; text-align: center; position: relative; padding-left: 67px; z-index: 1; }
.header_bg .header_list li { position: relative; display: inline-block; }
.header_bg .header_list li .header_title { font-size: 14px; position: relative; z-index: 100; }
.header_bg .header_list li .header_title a { color: #fff; display: block; padding: 0 15px; }
.header_bg .header_list li .header_title a:hover { color: #3bf58a; }
.header_bg .header_list li .header_title .active { color: #3bf58a; }
.header_bg .header_list li .header_con { width: auto; display: none; min-width: 100%; text-align: left; line-height: 35px; position: absolute; top: 0; left: 0; z-index: 99; padding-top: 84px; }
.header_bg .header_list li .header_con .header_text { background: #fff; padding: 5px 15px; border-top: 1px solid #729630; }
.header_bg .header_list li .header_con .header_text a { color: #666; display: block; white-space: nowrap; word-break: keep-all; text-transform: capitalize; }
.header_bg .header_list li .header_con .header_text a:hover { color: #719430; }
.header_bg .header_list li:hover .header_con { display: block; }
.header_bg .header_right { position: absolute; top: 20px; right: 8%; z-index: 2; line-height: 64px; }
.header_bg .header_right .header_searchimg { float: left; cursor: pointer; margin-right: 30px; }
.header_bg .header_right .language { float: left; }
.header_bg .header_right .language a { color: #fff; display: block; font-size: 12px; font-family: "微软雅黑"; }
.header_bg .header_right .language a img { float: left; display: block; margin-top: 22px; margin-right: 5px; }
.header_bg .searchbox { width: 100%; display: none; padding: 5px 0; position: absolute; top: 104px; left: 0; z-index: 99; background: #fff; border-top: 2px solid #729630; }
.header_bg .searchbox form { width: 40%; margin: 0 auto; position: relative; }
.header_bg .searchbox form label { display: block; }
.header_bg .searchbox form label input { width: 100%; color: #666; height: 35px; font-size: 14px; border-radius: 5px; padding-left: 10px; padding-right: 50px; border: 1px solid #ddd; }
.header_bg .searchbox form label button { width: 40px; height: 35px; line-height: 35px; text-align: center; background: #729630; border-radius: 0 5px 5px 0; position: absolute; top: 0; right: 0; }

@media screen and (max-width: 1500px) { .header_bg { padding: 20px 3%; }
  .header_bg .header_logo a img { width: 150px; }
  .header_bg .header_list { line-height: 58px; padding-left: 62px; }
  .header_bg .header_list li .header_con { padding-top: 78px; }
  .header_bg .header_list li .header_title a { padding: 0 10px; }
  .header_bg .header_right { right: 3%; line-height: 58px; }
  .header_bg .header_right .header_searchimg { margin-right: 20px; }
  .header_bg .searchbox { top: 98px; } }
/*footer*/
.footerbg { width: 100%; padding: 29px 0; position-repeat: no-repeat; background-size: auto 100%; background-position: center center; }
.footerbg .footer { color: #ddd; width: 1200px; margin: 0 auto; font-size: 14px; position: relative; }
.footerbg .footer .footerlogo { position: absolute; left: 0; z-index: 2; }
.footerbg .footer .footerlogo img { max-width: 100%; }
.footerbg .footer .footertext { width: 100%; padding-left: 16px; line-height: 64px; text-align: center; position: relative; z-index: 1; }
.footerbg .footer .footertext div { display: inline-block; }
.footerbg .footer .footertel { position: absolute; top: 0; right: 0; z-index: 2; line-height: 64px; }
.footerbg .footer .footertel div { display: inline-block; }

.copyrightbg { width: 100%; padding: 18px 0; background: #393939; }
.copyrightbg .copyright { width: 1200px; margin: 0 auto; color: #767676; font-size: 14px; }
.copyrightbg .copyright a { color: #767676; }

/*banner*/
.nybanner { width: 100%; position: relative; }
.nybanner .nybannermask { width: 100%; height: 100%; background: #000; opacity: 0.5; filter: alpha(opacity=50); position: absolute; top: 0; left: 0; }

/*bread*/
.breadline { width: 100%; padding: 12px 0; border-bottom: 1px solid #e9e9e9; }
.breadline .bread { width: 1200px; margin: 0 auto; font-size: 12px; line-height: 20px; }
.breadline .bread img { float: left; }
.breadline .bread span { margin: 0 6px; display: inline-block; }
.breadline .bread a { color: #808080; display: inline-block; text-transform: capitalize; }

.main { width: 1200px; margin: 0 auto; }
.main .subnav { float: left; width: 240px; padding-top: 40px; }
.main .subnav .navtitle { color: #000; font-size: 26px; margin-bottom: 40px; text-transform: uppercase; }
.main .subnav .navlist li { padding-top: 15px; padding-bottom: 15px; border-bottom: 1px solid #dedede; }
.main .subnav .navlist li .listicon { width: 20px; float: left; height: 20px; margin-right: 10px; background: url(../images/icon06.jpg) no-repeat; }
.main .subnav .navlist li .listcon { color: #666; float: left; font-size: 16px; line-height: 20px; text-transform: capitalize; }
.main .subnav .navlist li:hover .listicon { background: url(../images/icon07.jpg) no-repeat; }
.main .subnav .navlist li:hover .listcon { color: #719430; }
.main .subnav .navlist .cur .listicon { background: url(../images/icon07.jpg) no-repeat; }
.main .subnav .navlist .cur .listcon { color: #719430; }
.main .box { width: 940px; float: right; padding-top: 40px; padding-left: 20px; border-left: 1px solid #e9e9e9; }

.height { width: 100%; height: 70px; }

/*分页*/
.page { 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: #719430; 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: #719430; font-size: 16px; background: none; line-height: 35px; text-align: center; border: 2px solid #719430; }

/*# sourceMappingURL=public.css.map */
