
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
form,
fieldset,
input,
textarea,
blockquote,
td,
tr,
th,
thead,
tbody {
  padding: 0px;
  margin: 0px;
}
body{background:#fff url(images/b_back.gif) repeat-x;font-size:12px;color:#666666;line-height:20px;}
img{border:0px;}
html,body{width:100%;}
a{text-decoration:none;}
a:link,a:visited,a:hover{color:#666666;}
.Public,.fl,.fr{overflow:hidden;}
.Public{width:999px;margin:0 auto;padding:0 auto; clear:both;}
.fl{float:left;}
.fr{float:right;}
.clearfix{clear:both;}

.top{height:93px;}
.top img{padding-top:14px;}
.top span{padding:14px 20px 0 0;}

.nav{height:32px;}
.nav ul li {float:right;display:inline;width:auto;height:auto;list-style:none;}

.banner{
	position:relative;
	width:999px;
	margin:20px auto 10px auto;
    height:327px;
	overflow:hidden;
}
.banner .shihe-scroll-photo {
  width: 100%;
}
.banner .shihe-scroll-photo .photo-box {
  zoom: 1;
  height: 100%;
}

.banner .shihe-scroll-photo .photo-box .item {
  display:inline-block;
}
.banner .shihe-scroll-photo .photo-box a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
}
.banner .shihe-scroll-photo .photo-box img {
  height: 327px;
  overflow:hidden;
}
.banner .shihe-scroll-photo .photo-box .item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 50px;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
}
.banner .shihe-scroll-photo .photo-box .item-title h2 {
  position: relative;
  font-size: 1.8rem;
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
  padding-left: 10px;
}
.banner .shihe-scroll-photo .photo-box .slick-active .item-con {
  -webkit-animation: scalefrom 0.8s ease 0s forwards;
  -moz-animation: scalefrom 0.8s ease 0s forwards;
  -ms-animation: scalefrom 0.8s ease 0s forwards;
  -o-animation: scalefrom 0.8s ease 0s forwards;
  animation: scalefrom 0.8s ease 0s forwards;
}
.banner .shihe-scroll-photo .photo-box .slick-active .div-cover {
  opacity: 1;
}
.banner .shihe-scroll-photo .photo-box .slick-active .item-cover h2 {
  -webkit-animation: fadeInLongUp 0.5s ease-in-out 0s forwards;
  -moz-animation: fadeInLongUp 0.5s ease-in-out 0s forwards;
  -ms-animation: fadeInLongUp 0.5s ease-in-out 0s forwards;
  -o-animation: fadeInLongUp 0.5s ease-in-out 0s forwards;
  animation: fadeInLongUp 0.5s ease-in-out 0s forwards;
}
.banner .shihe-scroll-photo .photo-box .slick-dots {
  position: absolute;
  z-index: 9989;
  bottom: 20px;
  right: 10px;
  text-align: center;
  width: 100%;
  font-size: 0;
}
.banner .shihe-scroll-photo .photo-box .slick-dots li {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 30px;
  height: 5px;
  margin: 0 5px;
  cursor: pointer;
  background: #fff;
  opacity: .75;
  border-radius: 25%;
}
.banner .shihe-scroll-photo .photo-box .slick-dots li a {
  display: block;
  width: 0;
  height: 100%;
  background: #ff0000;
  position: absolute;
  left: 0;
  top: 0px;
  content: "";
  -webkit-transition: all 0s ease 0s;
  -moz-transition: all 0s ease 0s;
  -ms-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
}
.banner .shihe-scroll-photo .photo-box .slick-dots li.slick-active {
  cursor: default;
}
.banner .shihe-scroll-photo .photo-box .slick-dots li.slick-active a {
  -webkit-animation: widthfull 3000ms ease-in-out 1 forwards;
  -moz-animation: widthfull 3000ms ease-in-out 1 forwards;
  -ms-animation: widthfull 3000ms ease-in-out 1 forwards;
  -o-animation: widthfull 3000ms ease-in-out 1 forwards;
  animation: widthfull 3000ms ease-in-out 1 forwards;
 
}
@-webkit-keyframes widthfull {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes widthfull {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.banner .shihe-scroll-photo .photo-box .btn-prev,
.banner .shihe-scroll-photo .photo-box .btn-next {
  position:absolute;
  top: 50%;
  margin-top: -30px;
  left: 0;
  z-index:2;
  height: 60px;
  line-height: 60px;
  text-align: left;
  cursor: pointer;
  display: none;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  background: rgba(0, 0, 0, 0.2);
  padding: 0 5px 0 0 ;
}
.banner .shihe-scroll-photo .photo-box .btn-prev i,
.banner .shihe-scroll-photo .photo-box .btn-next i {
  font-size: 2.8rem;
  display: inline-block;
  vertical-align: middle;
}
.banner .shihe-scroll-photo .photo-box .btn-next {
  left: auto;
  right: 0;
  text-align: right;
  padding: 0 0 0 5px;
}
.banner .shihe-scroll-photo .photo-box .btn-next:hover,
.banner .shihe-scroll-photo .photo-box .btn-prev:hover {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.3);
}

.c_right_c2{width:266px;height:205px;position:relative;}
.c_right_c2 .two-scroll-photo {
  width: 100%;
}
.c_right_c2 .two-scroll-photo .photo-box {
  zoom: 1;
  height: 100%;
}

.c_right_c2 .two-scroll-photo .photo-box .item {
  display:inline-block;
}
.c_right_c2 .two-scroll-photo .photo-box a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
}
.c_right_c2 .two-scroll-photo .photo-box img {
    width:266px;
    height: 205px;
}
.c_right_c2 .two-scroll-photo .photo-box .item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9999;
  height: 35px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
}
.c_right_c2 .two-scroll-photo .photo-box .item-title h2 {
  position: relative;
  font-size: 12px;
  font-weight:normal;
  color: #fff;
  line-height: 30px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
  padding-left: 10px;
}
.c_right_c2 .two-scroll-photo .photo-box .slick-active .item-con {
  -webkit-animation: scalefrom 0.8s ease 0s forwards;
  -moz-animation: scalefrom 0.8s ease 0s forwards;
  -ms-animation: scalefrom 0.8s ease 0s forwards;
  -o-animation: scalefrom 0.8s ease 0s forwards;
  animation: scalefrom 0.8s ease 0s forwards;
}
.c_right_c2 .two-scroll-photo .photo-box .slick-active .div-cover {
  opacity: 1;
}
.c_right_c2 .two-scroll-photo .photo-box .slick-active .item-cover h2 {
  -webkit-animation: fadeInLongUp 0.5s ease-in-out 0s forwards;
  -moz-animation: fadeInLongUp 0.5s ease-in-out 0s forwards;
  -ms-animation: fadeInLongUp 0.5s ease-in-out 0s forwards;
  -o-animation: fadeInLongUp 0.5s ease-in-out 0s forwards;
  animation: fadeInLongUp 0.5s ease-in-out 0s forwards;
}
.c_right_c2 .two-scroll-photo .photo-box .slick-dots {
  position: absolute;
  z-index: 9989;
  bottom: 0px;
  right: 10px;
  text-align: right;
  width: 100%;
  font-size: 0;
}
.c_right_c2 .two-scroll-photo .photo-box .slick-dots li {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  cursor: pointer;
  border-radius: 50%;
}
.c_right_c2 .two-scroll-photo .photo-box .slick-dots li a {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0px;
  content: "";
  -webkit-transition: all 0s ease 0s;
  -moz-transition: all 0s ease 0s;
  -ms-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
}
.c_right_c2 .two-scroll-photo .photo-box .slick-dots li.slick-active {
  cursor: default;
}
.c_right_c2 .two-scroll-photo .photo-box .slick-dots li.slick-active a {
  background: #ff0;
}
@-webkit-keyframes widthfull {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes widthfull {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.c_right_c2 .two-scroll-photo .photo-box .btn-prev,
.c_right_c2 .two-scroll-photo .photo-box .btn-next {
  position:absolute;
  top: 50%;
  margin-top: -30px;
  left: 0;
  z-index:9999;
  height:30px;
  line-height: 30px;
  text-align: left;
  cursor: pointer;
  display: none;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  background: rgba(0, 0, 0, 0.2);
  padding: 0 5px 0 0 ;
}
.c_right_c2 .two-scroll-photo .photo-box .btn-prev i,
.c_right_c2 .two-scroll-photo .photo-box .btn-next i {
  font-size: 1.0rem;
  display: inline-block;
  vertical-align: middle;
}
.c_right_c2 .two-scroll-photo .photo-box .btn-next {
  left: auto;
  right: 0;
  text-align: right;
  padding: 0 0 0 5px;
}
.c_right_c2 .two-scroll-photo .photo-box .btn-next:hover,
.c_right_c2 .two-scroll-photo .photo-box .btn-prev:hover {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.3);
}


.content{padding-top:10px;}

.c_left{width:236px;padding-left:10px;}
.c_left_tit{border:1px solid #cccccc;border-bottom:none;}
.c_left_c{border:1px solid #cccccc;border-top:none;}
.ptype{padding:5px 0 10px 10px;}
.ptype dl{background:url(images/ptype_dl.gif) repeat-y;line-height:23px;letter-spacing:1px;}
.ptype dl dt{background:url(images/ptype_dt.gif) left center no-repeat;text-indent:20px;}
.ptype dl dd{margin-left:20px;background:url(images/ptype_dd.gif) left center no-repeat;text-indent:20px;}
.ptype .end{background:url(images/ptype_end.gif) left bottom  no-repeat; text-indent:20px;}
.contact{padding-top:20px;}

.c_right{width:736px;padding-right:10px;}
.c_right_c1{width:442px;height:205px;background:url(images/about_ltit.gif) no-repeat;padding-left:10px;}
.c1_tit{background:url(images/about_back.gif) repeat-x;height:36px;}
.c1_c{padding:10px 0 0 10px;}
.c1_c img{padding-right:10px;}
.c_right_c3{clear:both; padding:15px 0 0 10px;}
.c3_tit,.fie{border:1px solid #cccccc;border-top:none;border-bottom:none;background:url(images/right_tit.gif) repeat-x; height:31px;}
.c3_tit img{padding:5px 10px 0}

.c_right_c3_cnt{width:353px;height:205px;border:1px solid #ddd;}
.news_tit{height:32px;font:bold 14px/32px "微软雅黑"; color:#232870;background:url(images/news_tit.gif) no-repeat;padding-left:15px;}
.news_tit a:link,.news_tit a:visited,.news_tit a:hover{color:#232870;}
.news_tit span{padding:12px 10px 0 0;}
.news_ul{padding:5px 5px 0;}
.news_ul li{border-bottom:1px dashed #ddd;height:33px;line-height:33px;background:url(images/sj.gif) 5px 15px no-repeat;padding-left:20px;overflow:hidden;}

.pro_public{border:1px solid #ccc;}
.index_pro{overflow:hidden;line-height:30px;padding:15px 0;height:175px;text-align:center;margin-left:8px;_margin-left:4px;}
.index_pro table tr td img{border:2px solid #ccc; margin-left:20px;}
.index_pro table tr td p{padding-left:20px;}

.fri{border:1px solid #cbcbcb;margin-top:10px;}
.fri_tit{height:30px;border-bottom:1px solid #cbcbcb;background:url(images/fri_tit.gif) repeat-x;}
.fri_c{padding:10px;line-height:25px;}
.fri_c a{padding:0 5px 0;}

.fie{margin-top:10px;}
.fie span{padding:3px 15px 0; line-height:25px;}

.foot{background:#f4f4f4;padding:25px 0; text-align:center;line-height:25px;}

.nc_right{width:724px;padding-right:10px;}
.nc_tit,.n_h2{height:30px;line-height:30px;}
.nc_tit{background:url(images/n_b.jpg) repeat-x;border:1px solid #efefef;text-align:right;padding-right:20px; letter-spacing:1px;}
.nc_h2{padding-top:10px;background:url(images/n_tit.jpg) 5px 10px no-repeat;text-indent:20px;border-bottom:1px solid #cccccc;color:#DF000C;font-size:12px;}
.nc_c{padding:10px;}

.proul li{float:left;padding:0 25px 20px 25px;line-height:30px;display:inline;text-align:center;}
.img1,.proul li img{padding:5px;border:1px solid #cccccc;}

.p1{padding:30px 0 0 20px;width:340px;line-height:30px;}
.p2{padding:10px;}
.xj{background:url(images/arr.gif) left center no-repeat;text-indent:25px; line-height:30px;height:30px; clear:both;border-bottom:1px dashed #cccccc;}

.fy{clear:both;text-align:center;}

.sh{width:500px;height:300px;position:absolute;top:50%;left:50%;margin:-150px 0 0 -250px; background:#efefef; border:6px solid #cccccc;display:none;}
.close{width:30px;height:30px;float:right; cursor:hand;}
.book{padding:5px;border:1px solid #efefef;width:500px;float:right;}

.newsul li{border-bottom:1px solid #e6e6e6;height:35px;line-height:35px;background:url(images/ncnt_09.gif) 10px center no-repeat;padding-left:20px;overflow:hidden;}
.newsul li span{width:110px;padding-left:20px;}

.fy1{text-align:right;clear:both;padding:5px 5px;}
.viewt{font: bold 14px/30px "Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;text-align:center;border-bottom:1px dashed #ddd;padding:5px 0;}
.viewc{padding:10px 0;}
.viewTag{font:11px/25px "Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;background:#efefef;color:#000;text-indent:10px; text-align:left;}
.viewTag a{color:#000;}