/*Make from Mr.shine*/
/*2016-03-01 16:20*/
/*www.zjhz.cn*/
/*------style.css  start------*/
/*less*/
.fl {
  float: left;
}
.fr {
  float: right;
}
.db {
  display: block;
}
.tl {
  text-align: left;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.f-small {
  font-size: 12px;
}
.f-big {
  font-size: 16px;
}
.full {
  width: 100%;
  height: 100%;
}
.box {
  display: inline-block;
  vertical-align: top;
  *display: inline /*IE7*/;
  *zoom: 1;
}
.none {
  display: none;
}
/*container*/
.container {
  width: 1100px;
  overflow: hidden;
  margin: 0 auto;
  clear: both;
}
.fhover {
  color: #f15a2b;
  transition: color 0.7s;
  -moz-transition: color 0.7s;
  /* Firefox 4 */
  -webkit-transition: color 0.7s;
  /* Safari and Chrome */
  -o-transition: color 0.7s;
  /* Opera */
}
.bdhover {
  border-color: #f15a2b;
  transition: border-color 0.7s;
  -moz-transition: border-color 0.7s;
  /* Firefox 4 */
  -webkit-transition: border-color 0.7s;
  /* Safari and Chrome */
  -o-transition: border-color 0.7s;
  /* Opera */
}
.bghover {
  transition: background 0.7s;
  -moz-transition: background 0.7s;
  /* Firefox 4 */
  -webkit-transition: background 0.7s;
  /* Safari and Chrome */
  -o-transition: background 0.7s;
  /* Opera */
}
.clear {
  content: "";
  display: block;
  height: 0;
  clear: both;
  float: none;
  margin: 0;
}
/*head*/
#head .top {
  height: 25px;
  line-height: 25px;
  background: #f7f7f7;
}
#head .top p {
  float: left;
  font-size: 12px;
  color: #666;
}
#head .top p:hover {
  color: #f15a2b;
  transition: color 0.7s;
  -moz-transition: color 0.7s;
  /* Firefox 4 */
  -webkit-transition: color 0.7s;
  /* Safari and Chrome */
  -o-transition: color 0.7s;
  /* Opera */
}
#head .top nav {
  float: right;
  text-align: center;
}
#head .top nav a {
  font-size: 12px;
  color: #666;
  display: inline-block;
  vertical-align: top;
  *display: inline /*IE7*/;
  *zoom: 1;
  padding: 0 10px;
  border-right: 1px solid #ccc;
  height: 12px;
  line-height: 12px;
  vertical-align: middle;
}
#head .top nav a:nth-of-type(3) {
  border: 0;
}
#head .top nav a:hover {
  color: #f15a2b;
  transition: color 0.7s;
  -moz-transition: color 0.7s;
  /* Firefox 4 */
  -webkit-transition: color 0.7s;
  /* Safari and Chrome */
  -o-transition: color 0.7s;
  /* Opera */
}
#head .top:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  float: none;
  margin: 0;
}
#head .mid h1,
#head .mid a {
  height: 77px;
  width: 389px;
  text-indent: -9999999px;
  margin-top: 20px;
  margin-bottom: 30px;
  float: left;
}
#head .mid p {
  float: right;
  margin-top: 35px;
  background: url(../images/right_tel.png) no-repeat left center;
  padding-left: 56px;
  color: #666;
  height: 56px;
  line-height: 25px;
}
#head .mid p span {
  font-size: 26px;
  color: #f15a2b;
}
#head .bottom {
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 7px;
}
#head .bottom nav {
  height: 60px;
  line-height: 60px;
  text-align: center;
}
#head .bottom nav.container {
  overflow: inherit;
}
#head .bottom nav a {
  color: #666;
  padding: 22px 40px;
  border-bottom: 1px solid #c8c8c8;
}
#head .bottom nav a:hover {
  color: #f15a2b;
  transition: color 0.7s;
  -moz-transition: color 0.7s;
  /* Firefox 4 */
  -webkit-transition: color 0.7s;
  /* Safari and Chrome */
  -o-transition: color 0.7s;
  /* Opera */
  border-color: #f15a2b;
  transition: border-color 0.7s;
  -moz-transition: border-color 0.7s;
  /* Firefox 4 */
  -webkit-transition: border-color 0.7s;
  /* Safari and Chrome */
  -o-transition: border-color 0.7s;
  /* Opera */
  background: url(../images/nav_hover.png) no-repeat bottom center;
}
#head .bottom nav a:nth-of-type(1) {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  /* Safari 和 Chrome */
}
#head .bottom nav a:nth-of-type(2) {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  /* Safari 和 Chrome */
}
#head .bottom nav a:nth-of-type(3) {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  /* Safari 和 Chrome */
}
#head .bottom nav a:nth-of-type(4) {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  /* Safari 和 Chrome */
}
#head .bottom nav a:nth-of-type(5) {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  /* Safari 和 Chrome */
}
#head .bottom nav a:nth-of-type(6) {
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
  /* Safari 和 Chrome */
}
#head .bottom nav a:nth-of-type(7) {
  animation-delay: 2.1s;
  -webkit-animation-delay: 2.1s;
  /* Safari 和 Chrome */
}
#head .bottom nav a:nth-of-type(8) {
  animation-delay: 2.4s;
  -webkit-animation-delay: 2.4s;
  /* Safari 和 Chrome */
}
#indexbanner {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  /* Safari 和 Chrome */
}
#indexbanner .bx-controls {
  display: none;
}
#main .page1 {
  margin-top: 48px;
  margin-bottom: 85px;
}
#main .page1 .mt {
  background: url(../images/main_page1_mt_bg.png) no-repeat 225px center;
  height: 98px;
  margin-bottom: 30px;
}
#main .page1 .mt p {
  font-size: 20px;
  color: #2a2a2a;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #707070;
  padding: 28px 0px;
}
#main .page1 .mc li {
  display: inline-block;
  vertical-align: top;
  *display: inline /*IE7*/;
  *zoom: 1;
  width: 206px;
  height: 268px;
  overflow: hidden;
  position: relative;
  margin: 0 34px;
}
#main .page1 .mc li:nth-of-type(1) {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  /* Safari 和 Chrome */
}
#main .page1 .mc li:nth-of-type(2) {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  /* Safari 和 Chrome */
}
#main .page1 .mc li:nth-of-type(3) {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  /* Safari 和 Chrome */
}
#main .page1 .mc li:nth-of-type(4) {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  /* Safari 和 Chrome */
}
#main .page1 .mc li em {
  background: url(../images/page1_bg.png) no-repeat center center;
  width: 206px;
  height: 268px;
  display: block;
  position: absolute;
  top: 0;
  z-index: 2;
}
#main .page1 .mc li:hover em {
  background: url(../images/page1_bg_hover.png) no-repeat center center;
  transition: background 0.7s;
  -moz-transition: background 0.7s;
  /* Firefox 4 */
  -webkit-transition: background 0.7s;
  /* Safari and Chrome */
  -o-transition: background 0.7s;
  /* Opera */
}
#main .page1 .mc li:hover p {
  color: #f15a2b;
  transition: color 0.7s;
  -moz-transition: color 0.7s;
  /* Firefox 4 */
  -webkit-transition: color 0.7s;
  /* Safari and Chrome */
  -o-transition: color 0.7s;
  /* Opera */
}
#main .page1 .mc li img {
  width: 180px;
  min-height: 180px;
  position: absolute;
  top: 9px;
  left: 14px;
  z-index: 1;
}
#main .page1 .mc li p {
  font-size: 18px;
  color: #2a2a2a;
  text-align: center;
  line-height: 25px;
  position: absolute;
  bottom: 20px;
  width: 100%;
  z-index: 3;
}
#main .page2 {
  padding: 25px 0 65px 0;
  background: url(../images/main_page1_bg.jpg) no-repeat right bottom #FCFCFC;
  min-height: 200px;
}
#main .page2 .container {
  padding-bottom: 30px;
  border-bottom: 1px solid #8b8b8b;
}
#main .page2 .left {
  float: left;
  width: 228px;
}
#main .page2 .left .mt {
  padding: 16px;
  background: #2a2a2a;
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  margin-top: 5px;
}
#main .page2 .left .mt span {
  font-weight: bold;
}
#main .page2 .left .mc {
  border: 1px solid #2a2a2a;
}
#main .page2 .left .mc ul {
  border-bottom: 1px dotted #2a2a2a;
  padding: 17px;
}
#main .page2 .left .mc ul li {
  display: inline-block;
  vertical-align: top;
  *display: inline /*IE7*/;
  *zoom: 1;
  border: 1px solid #2a2a2a;
  margin: 7px 0;
}
#main .page2 .left .mc ul li a {
  color: #2a2a2a;
  display: block;
  width: 91px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
#main .page2 .left .mc ul li:hover {
  border-color: #f15a2b;
  transition: border-color 0.7s;
  -moz-transition: border-color 0.7s;
  /* Firefox 4 */
  -webkit-transition: border-color 0.7s;
  /* Safari and Chrome */
  -o-transition: border-color 0.7s;
  /* Opera */
}
#main .page2 .left .mc ul li:hover a {
  color: #f15a2b;
  transition: color 0.7s;
  -moz-transition: color 0.7s;
  /* Firefox 4 */
  -webkit-transition: color 0.7s;
  /* Safari and Chrome */
  -o-transition: color 0.7s;
  /* Opera */
}
#main .page2 .left .mc ul li.active {
  background: #2a2a2a;
}
#main .page2 .left .mc ul li.active a {
  color: #fff;
}
#main .page2 .left .mc ul li.active:hover {
  border-color: #2a2a2a;
}
#main .page2 .right {
  float: right;
  width: 840px;
  margin-top: 10px;
}
#main .page2 .right .mt {
  border-left: 3px solid #f15a2b;
  padding-left: 10px;
}
#main .page2 .right .mt p {
  color: #f15a2b;
  font-size: 18px;
  line-height: 25px;
}
#main .page2 .right .mt p span {
  font-size: 16px;
  color: #8b8b8b;
  font-weight: bold;
}
#main .page2 .right .mc li {
  width: 246px;
  height: 184px;
  overflow: hidden;
  border: 1px solid #8b8b8b;
  display: inline-block;
  vertical-align: top;
  *display: inline /*IE7*/;
  *zoom: 1;
  margin: 22px 30px 0 0;
}
#main .page2 .right .mc li:hover {
  border-color: #f15a2b;
  transition: border-color 0.7s;
  -moz-transition: border-color 0.7s;
  /* Firefox 4 */
  -webkit-transition: border-color 0.7s;
  /* Safari and Chrome */
  -o-transition: border-color 0.7s;
  /* Opera */
  box-shadow: 0px 0px 10px #f15a2b;
  transition: box-shadow 0.7s;
  -moz-transition: box-shadow 0.7s;
  /* Firefox 4 */
  -webkit-transition: box-shadow 0.7s;
  /* Safari and Chrome */
  -o-transition: box-shadow 0.7s;
  /* Opera */
}
#main .page2 .right .mc li img {
  width: 246px;
  height: 184px;
}
#main .page3 {
  background: url(../images/main_page3_bg.jpg) no-repeat right top #FCFCFC;
  height: 662px;
  overflow: hidden;
}
#main .page3 .mt {
  background: url(../images/page3_mt.png) no-repeat center bottom;
  font-size: 35px;
  color: #8b8b8b;
  text-align: center;
  padding-left: 40px;
  height: 88px;
  line-height: 78px;
}
#main .page3 .mt span {
  font-size: 50px;
  color: #fb6205;
  font-weight: bold;
}
#main .page3 .mc {
  padding-bottom: 35px;
}
#main .page3 .mc .pull-left {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  /* Safari 和 Chrome */
  width: 550px;
  float: left;
}
#main .page3 .mc .pull-left p {
  background: url(../images/page3_left_mt.png) no-repeat left bottom;
  font-size: 22px;
  color: #fb6205;
  line-height: 20px;
  padding: 22px 0 0 45px;
  margin: 68px 0 40px 0;
}
#main .page3 .mc .pull-left p span {
  font-size: 12px;
  color: #8b8b8b;
}
#main .page3 .mc .pull-left .nr > li {
  padding-left: 50px;
  background: url(../images/page3_left_li.png) no-repeat 15px center;
  color: #464646;
  line-height: 40px;
}
#main .page3 .mc .pull-left .pic {
  margin-top: 115px;
}
#main .page3 .mc .pull-left .pic li {
  display: inline-block;
  vertical-align: top;
  *display: inline /*IE7*/;
  *zoom: 1;
  margin: 0 10px;
  width: 138px;
  height: 103px;
  overflow: hidden;
}
#main .page3 .mc .pull-right {
  float: right;
  width: 550px;
  text-align: right;
  margin-top: 100px;
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  /* Safari 和 Chrome */
}
#main .page4 {
  background: url(../images/main_page4_bg.jpg) no-repeat right top #FCFCFC;
  height: 510px;
  overflow: hidden;
}
#main .page4 .mc {
  padding-bottom: 35px;
}
#main .page4 .mc .pull-left {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  /* Safari 和 Chrome */
  width: 550px;
  float: right;
}
#main .page4 .mc .pull-left p {
  background: url(../images/page4_left_mt.png) no-repeat left bottom;
  font-size: 22px;
  color: #fb6205;
  line-height: 20px;
  padding: 22px 0 0 70px;
  margin: 68px 0 40px 0;
}
#main .page4 .mc .pull-left p span {
  font-size: 12px;
  color: #8b8b8b;
}
#main .page4 .mc .pull-left .nr > li {
  padding-left: 50px;
  background: url(../images/page3_left_li.png) no-repeat 15px center;
  color: #464646;
  line-height: 40px;
}
#main .page4 .mc .pull-left .pic {
  margin-top: 75px;
}
#main .page4 .mc .pull-left .pic li {
  display: inline-block;
  vertical-align: top;
  *display: inline /*IE7*/;
  *zoom: 1;
  margin: 0 10px;
  width: 140px;
  height: 140px;
  overflow: hidden;
}
#main .page4 .mc .pull-right {
  float: left;
  width: 550px;
  text-align: left;
  margin-top: 100px;
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  /* Safari 和 Chrome */
}
#main .page5 {
  background: url(../images/main_page5_bg.jpg) no-repeat right top #FCFCFC;
  height: 530px;
  overflow: hidden;
}
#main .page5 .mc {
  padding-bottom: 35px;
}
#main .page5 .mc .pull-left {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  /* Safari 和 Chrome */
  width: 550px;
  float: left;
}
#main .page5 .mc .pull-left p {
  background: url(../images/page5_left_mt.png) no-repeat left bottom;
  font-size: 22px;
  color: #fb6205;
  line-height: 20px;
  padding: 22px 0 0 45px;
  margin: 68px 0 40px 0;
}
#main .page5 .mc .pull-left p span {
  font-size: 12px;
  color: #8b8b8b;
}
#main .page5 .mc .pull-left .nr > li {
  padding-left: 50px;
  background: url(../images/page3_left_li.png) no-repeat 15px center;
  color: #464646;
  line-height: 40px;
}
#main .page5 .mc .pull-left .pic {
  margin-top: 115px;
}
#main .page5 .mc .pull-left .pic li {
  display: inline-block;
  vertical-align: top;
  *display: inline /*IE7*/;
  *zoom: 1;
  margin: 0 10px;
  width: 138px;
  height: 103px;
  overflow: hidden;
}
#main .page5 .mc .pull-right {
  float: right;
  width: 550px;
  text-align: right;
  margin-top: 100px;
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  /* Safari 和 Chrome */
}
#main .page6 {
  margin-top: 20px;
}
#main .page6 .mt {
  background: url(../images/main_page1_mt_bg.png) no-repeat 225px center;
  height: 98px;
  margin-bottom: 30px;
}
#main .page6 .mt p {
  font-size: 20px;
  color: #2a2a2a;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #707070;
  padding: 28px 0px;
}
#main .page6 .mc .box {
  height: 168px;
  overflow: hidden;
  width: 1070px;
  margin-left: 15px;
}
#main .page6 .mc .box ul {
  overflow: hidden;
  width: 9999px;
}
#main .page6 .mc .box ul li {
  width: 224px;
  height: 168px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  *display: inline /*IE7*/;
  *zoom: 1;
  padding: 0 23px;
}
#main .page6 .mc .box ul li img {
  width: 100%;
}
#main .page6 .mc .next {
  background: url(../images/index_prev.png) no-repeat center;
  left: 0px;
}
#main .page6 .mc .prev {
  background: url(../images/index_next.png) no-repeat center;
  right: 0px;
}
#main .page6 .mc #pic_list_1 {
  position: relative;
}
#main .page6 .mc #pic_list_1 a.next,
#main .page6 .mc #pic_list_1 a.prev {
  position: absolute;
  display: block;
  top: 60px;
  width: 11px;
  height: 70px;
}
#main .page7 {
  margin-top: 70px;
}
#main .page7 .mt {
  float: left;
  background: url(../images/page7/page7_left.png) no-repeat center center;
  width: 221px;
  height: 209px;
}
#main .page7 .mt p {
  color: #fff;
  font-size: 22px;
  line-height: 34px;
  margin: 73px 0 0 15px;
  margin-top: 73px;
}
#main .page7 .mc li {
  display: inline-block;
  vertical-align: top;
  *display: inline /*IE7*/;
  *zoom: 1;
  width: 117px;
  height: 63px;
  padding: 25px 0 0 68px;
  border: 1px solid #c9c9c9;
  margin: 0 0 28px 29px;
  font-size: 18px;
  color: #666;
  line-height: 18px;
}
#main .page7 .mc li span {
  font-size: 12px;
}
#main .page7 .mc li:hover {
  border-color: #f15a2b;
  transition: border-color 0.7s;
  -moz-transition: border-color 0.7s;
  /* Firefox 4 */
  -webkit-transition: border-color 0.7s;
  /* Safari and Chrome */
  -o-transition: border-color 0.7s;
  /* Opera */
  color: #fb6205;
  color: #f15a2b;
  transition: color 0.7s;
  -moz-transition: color 0.7s;
  /* Firefox 4 */
  -webkit-transition: color 0.7s;
  /* Safari and Chrome */
  -o-transition: color 0.7s;
  /* Opera */
  transition: background 0.7s;
  -moz-transition: background 0.7s;
  /* Firefox 4 */
  -webkit-transition: background 0.7s;
  /* Safari and Chrome */
  -o-transition: background 0.7s;
  /* Opera */
}
#main .page7 .mc li.cate_1 {
  background: url(../images/page7/aaa_03.png) no-repeat left center;
}
#main .page7 .mc li.cate_1:hover {
  background: url(../images/page7/bbb_03.png) no-repeat left center;
}
#main .page7 .mc li.cate_2 {
  background: url(../images/page7/aaa_05.png) no-repeat left center;
}
#main .page7 .mc li.cate_2:hover {
  background: url(../images/page7/bbb_05.png) no-repeat left center;
}
#main .page7 .mc li.cate_3 {
  background: url(../images/page7/aaa_07.png) no-repeat left center;
}
#main .page7 .mc li.cate_3:hover {
  background: url(../images/page7/bbb_07.png) no-repeat left center;
}
#main .page7 .mc li.cate_4 {
  background: url(../images/page7/aaa_09.png) no-repeat left center;
}
#main .page7 .mc li.cate_4:hover {
  background: url(../images/page7/bbb_09.png) no-repeat left center;
}
#main .page7 .mc li.cate_5 {
  background: url(../images/page7/aaa_15.png) no-repeat left center;
}
#main .page7 .mc li.cate_5:hover {
  background: url(../images/page7/bbb_15.png) no-repeat left center;
}
#main .page7 .mc li.cate_6 {
  background: url(../images/page7/aaa_16.png) no-repeat left center;
}
#main .page7 .mc li.cate_6:hover {
  background: url(../images/page7/bbb_16.png) no-repeat left center;
}
#main .page7 .mc li.cate_7 {
  background: url(../images/page7/aaa_17.png) no-repeat left center;
}
#main .page7 .mc li.cate_7:hover {
  background: url(../images/page7/bbb_17.png) no-repeat left center;
}
#main .page7 .mc li.cate_8 {
  background: url(../images/page7/aaa_18.png) no-repeat left center;
}
#main .page7 .mc li.cate_8:hover {
  background: url(../images/page7/bbb_18.png) no-repeat left center;
}
#main .page8 .mt {
  background: url(../images/main_page1_mt_bg.png) no-repeat 225px center;
  height: 98px;
  margin-bottom: 30px;
}
#main .page8 .mt p {
  font-size: 20px;
  color: #2a2a2a;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #707070;
  padding: 28px 0px;
}
#main .page8 .mc li {
  display: inline-block;
  vertical-align: top;
  *display: inline /*IE7*/;
  *zoom: 1;
  width: 546px;
  margin-left: 2px;
}
#main .page8 .mc li img {
  border: 1px solid #fff;
  margin-right: 3px;
  width: 270px;
  height: 366px;
  display: inline-block;
  vertical-align: top;
  *display: inline /*IE7*/;
  *zoom: 1;
}
#main .page8 .mc li .right {
  border: 1px solid #d2d2d2;
  padding: 10px;
  display: inline-block;
  vertical-align: top;
  *display: inline /*IE7*/;
  *zoom: 1;
  width: 240px;
}
#main .page8 .mc li .right .title {
  color: #2a2a2a;
  border-bottom: 1px solid #e3681e;
  line-height: 50px;
  font-weight: bold;
}
#main .page8 .mc li .right .jianjie {
  font-size: 12px;
  color: #2a2a2a;
  line-height: 28px;
  margin-top: 10px;
  height: 224px;
  overflow: hidden;
}
#main .page8 .mc li .right a {
  font-size: 18px;
  color: #e3681e;
  display: block;
  margin: 30px 0 12px 135px;
}
#main .page8 .mc li:hover img {
  border-color: #f15a2b;
  transition: border-color 0.7s;
  -moz-transition: border-color 0.7s;
  /* Firefox 4 */
  -webkit-transition: border-color 0.7s;
  /* Safari and Chrome */
  -o-transition: border-color 0.7s;
  /* Opera */
}
#main .page8 .mc li:hover .right {
  border-color: #f15a2b;
  transition: border-color 0.7s;
  -moz-transition: border-color 0.7s;
  /* Firefox 4 */
  -webkit-transition: border-color 0.7s;
  /* Safari and Chrome */
  -o-transition: border-color 0.7s;
  /* Opera */
}
#main .page9 {
  margin-top: 60px;
}
#main .page9 .left {
  display: inline-block;
  vertical-align: top;
  *display: inline /*IE7*/;
  *zoom: 1;
  width: 706px;
  border: 1px solid #c9c9c9;
}
#main .page9 .left .top {
  background: url(../images/page9_mt.png) no-repeat 25px 35px;
  padding-left: 140px;
}
#main .page9 .left .top p {
  line-height: 22px;
  padding-top: 18px;
  padding-right: 15px;
  font-size: 12px;
  color: #666;
}
#main .page9 .left .top nav {
  margin: 20px 0;
}
#main .page9 .left .top nav a {
  width: 110px;
  height: 35px;
  display: inline-block;
  vertical-align: top;
  *display: inline /*IE7*/;
  *zoom: 1;
  background: #666;
  color: #fff;
  line-height: 35px;
  text-align: center;
  margin-right: 15px;
  border-radius: 18px;
}
#main .page9 .left .top nav a:hover {
  transition: background 0.7s;
  -moz-transition: background 0.7s;
  /* Firefox 4 */
  -webkit-transition: background 0.7s;
  /* Safari and Chrome */
  -o-transition: background 0.7s;
  /* Opera */
  background: #e3681e;
}
#main .page9 .right {
  display: inline-block;
  vertical-align: top;
  *display: inline /*IE7*/;
  *zoom: 1;
  width: 380px;
}
#main .page9 .right .mt {
  padding: 20px 30px;
  font-size: 22px;
  color: #fff;
  background: #4f4f4f;
}
#main .page9 .right .mc {
  border: 1px solid #c9c9c9;
  height: 347px;
  position: relative;
}
#main .page9 .right .mc .next,
#main .page9 .right .mc .prev {
  position: absolute;
  top: 145px;
  display: block;
  width: 17px;
  height: 29px;
}
#main .page9 .right .mc .next {
  background: url(../images/page9_next.png) no-repeat center center;
  left: 13px;
}
#main .page9 .right .mc .prev {
  background: url(../images/page9_prev.png) no-repeat center center;
  right: 13px;
}
#main .page9 .right .mc .box {
  width: 269px;
  height: 195px;
  overflow: hidden;
  margin: 55px;
}
#main .page9 .right .mc .box ul {
  width: 99999px;
  height: 195px;
}
#main .page9 .right .mc .box ul li {
  width: 269px;
  height: 195px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  *display: inline /*IE7*/;
  *zoom: 1;
}
#main .page9 .right .mc .box ul li img {
  width: 269px;
  height: 195px;
}
#main .page10 {
  margin-top: 40px;
}
#main .page10 .mt {
  background: url(../images/main_page1_mt_bg.png) no-repeat 225px center;
  height: 98px;
  margin-bottom: 30px;
}
#main .page10 .mt p {
  font-size: 20px;
  color: #2a2a2a;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #707070;
  padding: 28px 0px;
}
#main .page10 .mc {
  position: relative;
}
#main .page10 .mc .box {
  height: 168px;
  overflow: hidden;
  width: 1070px;
  margin-left: 15px;
}
#main .page10 .mc .box ul {
  overflow: hidden;
  width: 9999px;
}
#main .page10 .mc .box ul li {
  width: 204px;
  height: 117px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  padding: 0 31px;
}
#main .page10 .mc .box ul li img {
  height: 115px;
  width: 204px;
  border: 1px solid #c9c9c9;
}
#main .page10 .mc .next,
#main .page10 .mc .prev {
  position: absolute;
  top: 44px;
  display: block;
  width: 17px;
  height: 29px;
}
#main .page10 .mc .next {
  background: url(../images/page10_next.png) no-repeat center center;
  left: 8px;
}
#main .page10 .mc .prev {
  background: url(../images/page10_prev.png) no-repeat center center;
  right: 8px;
}
#main .page11 {
  margin-top: 10px;
}
#main .page11 .left {
  display: inline-block;
  vertical-align: top;
  *display: inline /*IE7*/;
  *zoom: 1;
  width: 525px;
  margin-right: 50px;
}
#main .page11 .left .mt {
  font-size: 24px;
  color: #ff7724;
  border-bottom: 1px solid #9b9b9b;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
#main .page11 .left .mc .tuijian {
  margin-bottom: 10px;
}
#main .page11 .left .mc .tuijian img {
  float: left;
  width: 170px;
  height: 110px;
  margin-right: 27px;
}
#main .page11 .left .mc .tuijian .title {
  float: right;
  line-height: 36px;
  color: #666;
  font-size: 14px;
  width: 328px;
}
#main .page11 .left .mc .tuijian .jianjie {
  float: right;
  font-size: 12px;
  line-height: 20px;
  width: 328px;
  height: 62px;
  overflow: hidden;
  color: #666;
}
#main .page11 .left .mc .tuijian:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  float: none;
  margin: 0;
}
#main .page11 .left .mc .pt {
  padding-left: 20px;
  background: url(../images/product_news_bg.png) no-repeat left center;
  line-height: 28px;
}
#main .page11 .left .mc .pt p {
  color: #666;
  font-size: 12px;
}
#main .page11 .left .mc .pt p:hover {
  color: #f15a2b;
  transition: color 0.7s;
  -moz-transition: color 0.7s;
  /* Firefox 4 */
  -webkit-transition: color 0.7s;
  /* Safari and Chrome */
  -o-transition: color 0.7s;
  /* Opera */
}
#main .page11 .left .mc .pt .title {
  display: inline-block;
  vertical-align: top;
  *display: inline /*IE7*/;
  *zoom: 1;
  width: 400px;
}
#main .page11 .left .mc .pt .time {
  display: inline-block;
  vertical-align: top;
  *display: inline /*IE7*/;
  *zoom: 1;
  width: 75px;
}
#main .page11 .right {
  display: inline-block;
  vertical-align: top;
  *display: inline /*IE7*/;
  *zoom: 1;
  width: 520px;
}
#main .page11 .right .mt {
  font-size: 24px;
  color: #ff7724;
  border-bottom: 1px solid #9b9b9b;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
#main .page11 .right .mc {
  height: 262px;
}
#main .page11 .right .mc #allmap {
  height: 262px;
}
#footer {
  height: 270px;
  background: #464646;
  margin-top: 40px;
}
#footer h2 {
  background: url(../images/footer_logo.png) no-repeat center center;
  text-indent: -999999px;
  float: left;
  width: 136px;
  height: 77px;
  margin-top: 95px;
  margin-right: 40px;
}
#footer p {
  background: url(../images/footer_address.png) no-repeat top left;
  padding-top: 50px;
  float: left;
  color: #fff;
  font-size: 12px;
  line-height: 21px;
  margin-top: 20px;
  padding-left: 27px;
}
#footer p a {
  color: #fff;
}
#footer span {
  float: right;
  width: 127px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  margin-top: 67px;
}
#footer .to-top {
  position: relative!important;
  float: right;
  background: url(../images/to-top.jpg) no-repeat center center;
  width: 41px;
  height: 41px;
  display: block;
  margin-top: 140px;
  margin-left: 95px;
  text-indent: -9999999px;
}
/*public*/
.col1 {
  float: left;
  width: 228px;
}
.col1 .mt {
  padding: 16px;
  background: #2a2a2a;
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  margin-top: 5px;
}
.col1 .mt span {
  font-weight: bold;
}
.col1 .mc {
  border: 1px solid #2a2a2a;
}
.col1 .mc ul {
  border-bottom: 1px dotted #2a2a2a;
  padding: 17px;
}
.col1 .mc ul li {
  display: inline-block;
  vertical-align: top;
  *display: inline /*IE7*/;
  *zoom: 1;
  border: 1px solid #2a2a2a;
  margin: 3px 0;
  overflow:hidden;
}
.col1 .mc ul li a {
  color: #2a2a2a;
  display: block;
  width: 190px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.col1 .mc ul li:hover {
  border-color: #f15a2b;
  transition: border-color 0.7s;
  -moz-transition: border-color 0.7s;
  /* Firefox 4 */
  -webkit-transition: border-color 0.7s;
  /* Safari and Chrome */
  -o-transition: border-color 0.7s;
  /* Opera */
}
.col1 .mc ul li:hover a {
  color: #f15a2b;
  transition: color 0.7s;
  -moz-transition: color 0.7s;
  /* Firefox 4 */
  -webkit-transition: color 0.7s;
  /* Safari and Chrome */
  -o-transition: color 0.7s;
  /* Opera */
}
.col1 .mc ul li.active {
  background: #2a2a2a;
}
.col1 .mc ul li.active a {
  color: #fff;
}
.col1 .mc ul li.active:hover {
  border-color: #2a2a2a;
}
.col1 .mc .left_dizhi {
  padding: 35px 25px;
  font-size: 12px;
  color: #666;
  line-height: 30px;
}
.col1 #about_left_nav li a {
  width: 190px;
}
.col2 {
  width: 850px;
  float: right;
}
.col2 .mt {
  line-height: 40px;
  font-size: 12px;
  color: #f15a2b;
  border-bottom: 1px solid #2a2a2a;
  margin-top: 38px;
}
.col2 .mt a {
  font-size: 12px;
  color: #f15a2b;
}
.col2 .mt a:hover {
  color: #f15a2b;
  transition: color 0.7s;
  -moz-transition: color 0.7s;
  /* Firefox 4 */
  -webkit-transition: color 0.7s;
  /* Safari and Chrome */
  -o-transition: color 0.7s;
  /* Opera */
  color: #2a2a2a;
}
.mypage {
  text-align: center;
  margin-top: 35px;
}
.mypage a,
.mypage span {
  background: #f15a2b;
  color: #fff;
  border: 0;
  padding: 5px 10px;
  margin: 5px;
}
#product {
  margin-top: 30px;
}
#product:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  float: none;
  margin: 0;
}
#product .col2 .mt {
  margin-bottom: 18px;
}
#product .col2 .mc > ul > li {
  display: inline-block;
  vertical-align: top;
  *display: inline /*IE7*/;
  *zoom: 1;
  margin-right: 23px;
  margin-top: 5px;
}
#product .col2 .mc > ul > li img {
  padding: 2px;
  border: 1px solid #c9c9c9;
}
#product .col2 .mc > ul > li p {
  font-size: 12px;
  color: #666;
  text-align: center;
  line-height: 40px;
}
#product .col2 .mc > ul > li.mr_none {
  margin-right: 0;
}
#product .col2 .mc > ul > li:hover img {
  border-color: #f15a2b;
  transition: border-color 0.7s;
  -moz-transition: border-color 0.7s;
  /* Firefox 4 */
  -webkit-transition: border-color 0.7s;
  /* Safari and Chrome */
  -o-transition: border-color 0.7s;
  /* Opera */
  box-shadow: 0px 0px 10px #f15a2b;
  transition: box-shadow 0.7s;
  -moz-transition: box-shadow 0.7s;
  /* Firefox 4 */
  -webkit-transition: box-shadow 0.7s;
  /* Safari and Chrome */
  -o-transition: box-shadow 0.7s;
  /* Opera */
}
#product .col2 .mc > ul > li:hover p {
  color: #f15a2b;
  transition: color 0.7s;
  -moz-transition: color 0.7s;
  /* Firefox 4 */
  -webkit-transition: color 0.7s;
  /* Safari and Chrome */
  -o-transition: color 0.7s;
  /* Opera */
}
#product .col2 .news {
  margin-top: 10px;
}
#product .col2 .news h3 {
  border-bottom: 1px solid #f15a2b;
}
#product .col2 .news h3 p {
  display: block;
  width: 125px;
  height: 40px;
  background: #f15a2b;
  text-align: center;
  line-height: 40px;
  color: #fff;
}
#product .col2 .news ul > li {
  display: inline-block;
  vertical-align: top;
  *display: inline /*IE7*/;
  *zoom: 1;
  width: 395px;
  padding-left: 27px;
  background: url(../images/product_news_bg.png) no-repeat 15px center;
  line-height: 35px;
}
#product .col2 .news ul > li a {
  font-size: 12px;
  color: #666;
}
#product .col2 .news ul > li a p {
  float: left;
}
#product .col2 .news ul > li a p.title {
  width: 295px;
  float: left;
  overflow: hidden;
  height: 35px;
}
#product .col2 .news ul > li a:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  float: none;
  margin: 0;
}
#product .col2 .news ul > li a:hover {
  color: #f15a2b;
  transition: color 0.7s;
  -moz-transition: color 0.7s;
  /* Firefox 4 */
  -webkit-transition: color 0.7s;
  /* Safari and Chrome */
  -o-transition: color 0.7s;
  /* Opera */
}
#page .col2 .mc {
  line-height: 40px;
  margin-top: 30px;
}
#news .col2 li {
  height: 148px;
  border-bottom: 1px solid #dbdbdb;
  overflow: hidden;
  padding: 15px 0;
}
#news .col2 li .time {
  float: left;
  width: 75px;
  height: 97px;
  text-align: center;
  font-size: 28px;
  background: #f7f7f7;
  padding-top: 50px;
  line-height: 20px;
  color: #666;
}
#news .col2 li .time span {
  color: #666;
  font-size: 14px;
}
#news .col2 li .nero {
  float: left;
  width: 520px;
  margin: 0 25px;
  margin-top: 13px;
}
#news .col2 li .nero h3 {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 300;
  height: 20px;
  overflow: hidden;
  color: #666;
}
#news .col2 li .nero span {
  font-size: 12px;
  line-height: 25px;
  height: 75px;
  overflow: hidden;
  display: block;
  color: #666;
}
#news .col2 li .pic {
  float: right;
  margin-top: 13px;
}
#news .col2 li .pic img {
  width: 186px;
  height: 112px;
  border: 0;
}
#news .col2 li:hover {
  background: #f7f7f7;
}
#art_show .top {
  border-bottom: 1px solid #bcbcbc;
  padding-bottom: 13px;
  height: 255px;
  margin: 20px 0;
}
#art_show .top .left {
  float: left;
}
#art_show .top .left img {
  width: 350px;
  height: 245px;
  border: 1px solid #dcdcdc;
}
#art_show .top .right {
  width: 485px;
  float: right;
}
#art_show .top .right p.title {
  color: #666;
  height: 56px;
  line-height: 56px;
  border-bottom: 1px solid #bcbcbc;
  font-weight: bold;
  margin-bottom: 10px;
}
#art_show .top .right p.time {
  margin-bottom: 20px;
}
#art_show .top .right p.jianjie {
  color: #666;
  line-height: 30px;
  height: 145px;
  overflow: hidden;
}
#art_show .bottom {
  line-height: 40px;
}