﻿.am-viewport
{
    width:100%;
    }

/* ==========================================================================
   Component: Flex Slider Plugin
 ============================================================================ */
.am-slider a:hover,
.am-slider a:focus {
  outline: none;
}
.am-slides,
.am-control-nav,
.am-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.am-slider {
  margin: 0;
  padding: 0;
}
.am-slider .am-slides:before,
.am-slider .am-slides:after {
  content: " ";
  display: table;
}
.am-slider .am-slides:after {
  clear: both;
}
.am-slider .am-slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  position: relative;
}
.no-js .am-slider .am-slides > li:first-child {
  display: block;
}
.am-slider .am-slides img {
  width: 100%;
  display: block;
}
.am-pauseplay span {
  text-transform: capitalize;
}
.am-slider {
  position: relative;
}
.am-viewport {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.am-slider-carousel li {
  margin-right: 5px;
}
.am-control-nav {
  position: absolute;
}
.am-control-nav li {
  display: inline-block;
}
.am-control-thumbs {
  position: static;
  overflow: hidden;
}
.am-control-thumbs img {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.am-slider-slide .am-slides > li {
  display: none;
  position: relative;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .am-slider-slide .am-slides > li {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .am-slider-slide .am-slides > li.next,
  .am-slider-slide .am-slides > li.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .am-slider-slide .am-slides > li.prev,
  .am-slider-slide .am-slides > li.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .am-slider-slide .am-slides > li.next.left,
  .am-slider-slide .am-slides > li.prev.right,
  .am-slider-slide .am-slides > li.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.am-slider-slide .am-slides > .active,
.am-slider-slide .am-slides > .next,
.am-slider-slide .am-slides > .prev {
  display: block;
}
.am-slider-slide .am-slides > .active {
  left: 0;
}
.am-slider-slide .am-slides > .next,
.am-slider-slide .am-slides > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.am-slider-slide .am-slides > .next {
  left: 100%;
}
.am-slider-slide .am-slides > .prev {
  left: -100%;
}
.am-slider-slide .am-slides > .next.left,
.am-slider-slide .am-slides > .prev.right {
  left: 0;
}
.am-slider-slide .am-slides > .active.left {
  left: -100%;
}
.am-slider-slide .am-slides > .active.right {
  left: 100%;
}
/**
  * Slider Theme: Default
  */
.am-slider-default {
  margin: 0 0 20px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  /* Direction Nav */
  /* Pause/Play */
  /* Control Nav */
}
.am-slider-default .am-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .am-slider-default .am-viewport {
  max-height: 300px;
}
.am-slider-default .carousel li {
  margin-right: 5px;
}
.am-slider-default .am-direction-nav a {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 36px;
  height: 36px;
  margin: -18px 0 0;
  overflow: hidden;
  opacity: 0.45;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.65);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.am-slider-default .am-direction-nav a:before {
  display: inline-block;
  font: normal normal normal 1.6rem/1 "FontAwesome", sans-serif;
  /*font-weight: normal; // 2
  font-style: normal; // 2
  vertical-align: baseline; // 3
  line-height: 1; // 4*/
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  width: 100%;
  color: #333333;
  content: "\f137";
  font-size: 24px!important;
  text-align: center;
  line-height: 36px!important;
  height: 36px;
}
.am-slider-default .am-direction-nav a.am-next:before {
  content: "\f138";
}
.am-slider-default .am-direction-nav .am-prev {
  left: 10px;
}
.am-slider-default .am-direction-nav .am-next {
  right: 10px;
  text-align: right;
}
.am-slider-default .am-direction-nav .am-disabled {
  opacity: 0!important;
  cursor: default;
}
.am-slider-default:hover .am-prev {
  opacity: 0.7;
  left: 10px;
}
.am-slider-default:hover .am-prev:hover {
  opacity: 1;
}
.am-slider-default:hover .am-next {
  opacity: 0.7;
  right: 10px;
}
.am-slider-default:hover .am-next:hover {
  opacity: 1;
}
.am-slider-default .am-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.am-slider-default .am-pauseplay a::before {
  font: normal normal normal 1.6rem/1 "FontAwesome", sans-serif;
  /*font-weight: normal; // 2
  font-style: normal; // 2
  vertical-align: baseline; // 3
  line-height: 1; // 4*/
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  font-size: 20px;
  display: inline-block;
  content: "\f04c";
}
.am-slider-default .am-pauseplay a:hover {
  opacity: 1;
}
.am-slider-default .am-pauseplay a.am-play::before {
  content: "\f04b";
}
.am-slider-default .am-slider-desc {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  padding: 10px;
  width: 100%;
  color: #fff;
}
.am-slider-default .am-control-nav {
  width: 100%;
  position: absolute;
  bottom: -15px;
  text-align: center;
}
.am-slider-default .am-control-nav li {
  margin: 0 6px;
  display: inline-block;
}
.am-slider-default .am-control-nav li a {
  width: 8px;
  height: 8px;
  display: block;
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.am-slider-default .am-control-nav li a:hover {
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.7);
}
.am-slider-default .am-control-nav li a.am-active {
  background-color: #000;
  background-color: #0e90d2;
  cursor: default;
}
.am-slider-default .am-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.am-slider-default .am-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.am-slider-default .am-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.am-slider-default .am-control-thumbs img:hover {
  opacity: 1;
}
.am-slider-default .am-control-thumbs .am-active {
  opacity: 1;
  cursor: default;
}
.am-slider-default .am-control-thumbs i {
  position: absolute;
}
    
/**
  * Slider Theme: a1
  */
.am-slider-a1 {
  /* Control Nav */
}
.am-slider-a1 .am-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .am-slider-a1 .am-viewport {
  max-height: 300px;
}
.am-slider-a1 .am-control-nav {
  width: 100%;
  position: absolute;
  bottom: 5px;
  text-align: center;
  line-height: 0;
}
.am-slider-a1 .am-control-nav li {
  margin: 0 6px;
  display: inline-block;
}
.am-slider-a1 .am-control-nav li a {
  width: 8px;
  height: 8px;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.am-slider-a1 .am-control-nav li a:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.am-slider-a1 .am-control-nav li a.am-active {
  background-color: #0e90d2;
  cursor: default;
}
.am-slider-a1 .am-direction-nav,
.am-slider-a1 .am-pauseplay {
  display: none;
}
    
.banner
{
    position:relative;
	width:100%;
	padding-bottom:10px;
	}
.banner dt,.banner dt img
{
    width:100%;
	}
.banner dt a
{
	display:block;
	width:100%;
	height:100%;
	}
	
.banner .btn
{
    position:absolute;
    left:0px;
    bottom:10px;
    width:100%;
    height:20px;
    text-align:center;
    z-index:1;
    } 
.banner span
{
    width:9px;
    height:9px;
    margin:0px 5px auto 5px;
    background-color:#FFFFFF;
    border-radius:8px;
    display:inline-block;
    }
.banner .on
{
    background-color:#868686;
    }
    
.head-layout
{
    width:100%;
    height:52px;
    border-top:solid 1px #dadada;
    border-bottom:solid 1px #dadada;
	background-color:#f5f5f5;
    }
.head-layout .head
{
    width:90%;
    height:52px;
    line-height:52px;
    margin:0px auto auto auto;
    font-size:16px;
font-weight: bold;
    color:#333333;
    }
.head-layout .head span
{
    float:left;
    display:inline-block;
    width:80%;
    height:52px;
    }
.head-layout .head .icon
{
	float:right;
    position:relative;
    display:inline-block;
    width:35px;
    height:52px;
    background:url(../images/icon-7.png) 0px 6px no-repeat;
    cursor:pointer;
    }
.head-layout .head .icon .about-menu
{
    width:150px;
    left:-150px;
    }
.head-layout .head .icon .news-menu
{
    width:150px;
    left:-150px;
    }
.head-layout .head .icon .menu
{
    position:absolute;
    top:38px;
    padding:10px;
    border:solid 1px #dadada;
    box-shadow:1px 2px 1px #dadada;
    background-color:#FFFFFF;
    z-index:999;
    display:none;
    }
.head-layout .head .icon .menu a
{
    float:left;
    display:inline-block;
    width:150px;
    height:28px;
    line-height:28px;
    padding:5px 5px;
    text-align:left;
    font-size:16px;
    color:#333333;
	font-weight: normal;
    }
.news-list
{
    width:90%;
    margin:0px auto auto auto;
    padding:10px 0px;
    }
.news-list li
{
    width:100%;
    margin-top:10px;
    }
.news-list li .p1
{
    line-height:24px;
    font-size:16px;
font-weight: bold;
    }
.news-list li .p1 a
{
    color:#333333;
    } 
.news-list li .p2
{
    line-height:24px;
    padding:10px 0px;
    font-size:16px;
    color:#999999;
    }
.ywtx-list
{
    width:100%;
    margin:-1px auto 20px auto;
    }
.ywtx-list .item-head
{
    width:100%;
    margin:0px auto auto auto;
    }
.ywtx-list .item-head .head-ywtx
{
    width:100%;
    height:36px;
    margin:0px auto auto auto;
    }
.ywtx-list .item-head .head-ywtx li
{
    width:84%;
    height:36px;
    line-height:36px;
    padding-left:10%;
    padding-right:5%;
    background-color:#f3f3f3;
    border-top:solid 1px #e5e5e5;
    }
.ywtx-list .item-head .head-ywtx li.hover
{
    background-color:#FFFFFF;
    }
.ywtx-list .item-head .head-ywtx li.hover .text
{
	color:#FF0000;
    }
.ywtx-list .item-head .head-ywtx li.hover .icon
{
    display:none;
    }
    
.ywtx-list .item-head .head-ywtx li .text
{
    font-size:16px;
font-weight: bold;
    color:#333333;
    }
.ywtx-list .item-head .head-ywtx li .icon
{
    float:right;
    display:block;
    width:8%;
    height:36px;
    }
.ywtx-list .item-head .head-ywtx li .icon img
{
    width:90%;
    vertical-align:middle;
    }

.ywtx-list .item-head .item
{
    width:100%;
    padding-bottom:5px;
    display:none;
    }
.ywtx-list .item-head .item dt
{
	width:90%;
	height:32px;
	line-height:32px;
	padding-left:10%;
	font-size:16px;
font-weight: bold;
	}
.ywtx-list .item-head .item dt a
{
	color:#333333;
	}
/*
.ywtx-list li
{
    float:left;
    display:inline;
    width:50%;
    height:42px;
    margin-top:25px;
    text-align:center;
    }
.ywtx-list li a
{
    position:relative;
    display:inline-block;
    width:80%;
    height:42px;
    line-height:42px;
    padding-left:10%;
    text-align:left;
    background-color:#0a56a8;
    font-size:16px;
font-weight: bold;
    color:#FFFFFF;
    }
.ywtx-list li a .icon
{
    float:right;
    display:inline-block;
    width:30%;
    height:42px;
    }
.ywtx-list li a .icon img
{
    width:50%;
    vertical-align:middle;
    }
*/
.about-content
{
    width:90%;
    margin:0px auto auto auto;
    padding-top:20px;
    }
.about-content .p1
{
    text-align:center;
    }
.about-content .p1 img
{
    width:100%;
    }
.about-content .p2
{
    line-height:24px;
    margin-top:10px;
    font-size:16px;
    color:#333333;
    }
.about-content .p3
{
    height:30px;
    padding-top:10px;
    text-align:center;
	padding-bottom:10px;
    }
.about-content .p3 a
{
    display:inline-block;
    width:40%;
    height:18px;
    line-height:14px;
    padding:4px 0px;
    border:solid 1px #4a4a4a;
    border-radius:4px;
    font-size:16px;
    font-weight: bold;
    color:#333333;
    }
.about-list
{
    width:100%;
    padding-bottom:10px;
    border-bottom:solid 0px #eeeeee;
    }
.about-list ul
{
    width:90%;
    margin:0px auto auto auto;
    }
.about-list ul li
{
    width:100%;
    margin-top:20px;
    }
.about-list ul li .p1
{
    width:100%;
    }
.about-list ul li .p1 img
{
    width:100%;
    }
.about-list ul li .p2
{
    width:100%;
    line-height:24px;
    padding-top:10px;
    font-size:16px;
    }
.about-list ul li .p2 a
{
    color:#333333;
    }
.about-list ul li .p3
{
    width:100%;
    line-height:24px;
    padding-top:10px;
    font-size:16px;
	color:#999999;
    }
.video
{
    width:100%;
    margin:20px auto auto auto;
    }
.video img
{
    width:100%;
    }
.hzhb-layout
{
    width:100%;
    padding:10px 0px;
    background-color:#f5f5f5;
    }
.hzhb-layout .head
{
    width:90%;
    margin:0px auto auto auto;
    text-align:center;
    font-size:24px;
    color:#333333;
    }
.hzhb-layout .hzhb-list
{
    position:relative;
    width:90%;
    height:100px;
    margin:0px auto auto auto;
    padding-top:10px;
    padding-bottom:10px;
    }
.hzhb-layout .hzhb-list .left-btn
{
	position:absolute;
	left:0px;
	top:50px;
	width:25px;
	height:50px;
	background:url(../images/icon-12.jpg) no-repeat;
	cursor:pointer;
	}
.hzhb-layout .hzhb-list .right-btn
{
	position:absolute;
	right:0px;
	top:50px;
	width:25px;
	height:50px;
	background:url(../images/icon-13.jpg) no-repeat;
	cursor:pointer;
	}
.hzhb-layout .hzhb-list .container
{
	width:242px;
	height:98px;
	margin:0px auto auto auto;
	border-bottom:solid 1px #ededed;
	border-right:solid 1px #ededed;
	background-color:#FFFFFF;
	overflow:hidden;
	}
.hzhb-layout .hzhb-list .container li
{
	float:left;
	display:inline;
	width:121px;
	height:98px;
	}
.hzhb-layout .hzhb-list .container li p
{
	width:120px;
	height:48px;
	border-left:solid 1px #ededed;
	border-top:solid 1px #ededed;
	}
.hzhb-layout .hzhb-list .container li p img
{
    width:120px;
    height:48px;
    }
    
.hzhb-layout .time
{
    width:100%;
    }
.hzhb-layout .time img
{
    width:50%;
    vertical-align:text-bottom;
    }
.hzhb-layout .time p
{
    width:100%;
	font-size:14px;
	margin:10px auto auto auto;
	color:#605e5e;
	text-align:center;
    }

.hzhb-layout .phone-layout
{
    width:90%;
    margin:10px auto auto auto;
    text-align:left;
    font-size:16px;
    color:#605e5e;
    }
.hzhb-layout .phone-layout p
{
    width:100%;
    height:32px;
    line-height:32px;
    }
.hzhb-layout .phone-layout p span
{
    float:left;
    display:inline-block;
    width:100%;
    height:32px;
    text-align:left;
    }
.hzhb-layout .phone-layout .p1
{
    font-size:16px;
    color:#605e5e;
    }
.hzhb-layout .phone-layout .p2
{
    font-size:24px;
    color:#605e5e;
    }
.hzhb-layout .link
{
    width:95%;
    margin:0px auto auto auto;
    padding-top:30px;
    padding-bottom:10px;
    text-align:center;
    }
.hzhb-layout .link a
{
    padding:0px 8px;
    }
.hzhb-layout .link img
{
    display:inline-block;
    width:10%;
    }