body,html{
    width: 100%;
}
.item-banner{
    width: 100%;
    overflow: hidden;
    position: relative;
    font-size: 0;
}
.item-banner img{
    width: 100%;
}
.item-list{
    width: 100%;
    height: 50px;
    text-align: center;
    position: absolute;
    bottom: 0;
}
.item-list li{
    display: inline-block;

}
.item-list li a{
    display: block;
    width: 200px;
    line-height: 50px;
    background-color: #eee;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    font-size: 14px;
}
.item-list li a.active,.item-list li a:hover{
    background-color: #d80808;
    color: #fff;
}
article{
    width: 1160px;
    padding: 20px 0;
    margin: 0  auto;
    overflow: hidden;
}
.position span{
    color: red;
}
.article-title{
    text-align: center;
    font-size: 22px;
}
.article-title h1{
    margin-bottom: 10px;
}
.article-content{
    width: 80%;
    margin: 15px auto 0;
    line-height: 2;
    font-size: 14px;
    overflow: hidden;
    text-align: center;
}
.article-content h3{
    font-weight: bold;
    color: red;
}
.article-content .jiantou.animated.fadeInDown{
    width: 50px;
    padding: 0;
    margin: 0;
    animation-iteration-count: infinite;
}
.culture-item{
    width: 21%;
    margin: 2% 2%;
    height: 250px;
    background-color: #eee;
    position: relative;
    float: left;
    color: #fff;
    overflow: hidden;
    border-radius: 0 30px 0 0;
    text-align: left;
    cursor: pointer;
}
.culture-item *{
    position: absolute;
    color: #fff;
}

.culture-item img{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    transition: 1s;
}
.culture-item:hover img{
    transform: scale(1.2,1.2);
    transition: 1s;
}
.culture-item h3{
    height: 30px ;
    width: 90%;
    padding: 0 5%;
    bottom: 50px;
    z-index: 5;
}
.culture-item p{
    padding: 0 5%;
    height: 50px ;
    width: 90%;
    margin: 0;
    padding-top: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    line-height: 1.3;
}
.culture-item:hover p{
    background-color: #d80f0f;
}
.article-content img{
    width: 100%;
    margin-bottom: 15px;
}
/* 新闻页面 */
.article-news-content{
    width: 900px;
    margin: 0 auto;
}
.article-news-item{
    width: 100%;
    border-bottom: 2px solid #ddd;
    margin-bottom: 30px;
    overflow: hidden;
}
.news-item-img{
    float: left;
    width: 200px;
    height: 130px;
    overflow: hidden;
}

.news-item-img img{
    width: 100%;
    height: 100%;
    transition: 1s;
}
.article-news-item:hover img{
    transform: scale(1.2,1.2);
    transition: 1s;
}
.news-item-content{
    padding-top: 20px;
    width: 650px;
    float: right
}
.news-item-content p{
    line-height: 2;
}
.article-news-item-content{
    width: 80%;
    margin: 0 auto;
    padding: 50px 0;
    line-height: 2;
}
.news-other{
    display: inline-block;
    clear: both;
    float: left;
    margin: 5px 0;
}
.video{
    width: 800px;
    margin: 0 auto 30px;
    height: 400px;
}
.video img{
    width: 100%;
    height: 100%;
}
.pro-box{
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 0;
}
.pro-item{
    display: inline-block;
    width: 33.333%;
    height: 400px;
    background-color: #ededed;
    font-size: 24px;
    text-align: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.pro-item .text{
    width: 100%;
    height: 100%;
    transition: 1s;
    font-size: 36px;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    opacity: 0;
    transition: 1s;
    position: relative;
}
.pro-item:hover .text{
    background-color: #ffbe00;
    opacity: 1;
    transition: 1s;

}
.pro-item .text h1{
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    margin-top: -15px;
}
.pro-show{
    width: 1160px;
    margin: 30px auto;
    overflow: hidden;
}
ul.pro-show-menu{
    width: 200px;
    overflow: hidden;
    /* background-color: #ffbe00; */
    border-radius: 10px;
    padding: 10px 0;
}
ul.pro-show-menu li{
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    border-bottom: 1px dotted #ddd;
    margin: 10px 0;
    transition: 0.2s;
}
ul.pro-show-menu li a{
    display: block;
    height: 100%;
}
ul.pro-show-menu li:hover,
ul.pro-show-menu li.active{
    font-size: 24px;
    height: 50px;
    border-bottom: 1px dotted #aaa;
    padding-left: 30px;
    font-weight: bold;
    transition: 0.2s;
}
.san{
    display: inline-block;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/main/san.png);
}
.pro-content{
    width: 900px;
    overflow: hidden;
}
.pro-content img{
    width: 100%;
    height: auto;
}
.pro-item.jia{
    height: 720px;
}
.pro-jia-item{
    width: 31%;
    height: 300px;
    margin-right: 2%;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 5px;
    font-size: 0;
}
.pro-jia-item img{
    width: 100%;
    min-height: 100%;
    transition: 0.5s;
    cursor: pointer;
}
.pro-jia-item:hover img{
    transform: scale(1.2,1.2);
    transition: 0.5s;
}
.pro-jia-item-bg{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}
.pro-jia-item-bg img{
    display: block;
    margin: 50px auto;
    max-width: 80%;
    max-height: 80%;
}
.download{
    width: 1160px;
    margin: 50px auto;
    overflow: hidden;

}
.download-item{
    width: 25%;
    overflow: hidden;
    text-align: center;
    float: left;
}
.download-icon{
    height: 100px;
    width: 100px;
    display: inline-block;
    clear: both;
    background-repeat: no-repeat;
    background-image: url(../images/icon.png);
    margin-bottom: 15px;
}
.one{
    background-position: 0 0;
    transition: 0.5s;
}
.two{
    background-position: -101px 0;
    transition: 0.5s;
}
.three{
    background-position: -201px 0;
    transition: 0.5s;
}
.four{
    background-position: -301px 0;
    transition: 0.5s;
}
.one:hover{
    background-position: 0 -101px;
    transition: 0.5s;
    transition: 0.5s;
}
.two:hover{
    background-position: -101px -101px;
    transition: 0.5s;
}
.three:hover{
    background-position: -201px -101px;
    transition: 0.5s;
}
.four:hover{
    background-position: -301px -101px;
    transition: 0.5s;
}
/* msg */

a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
/****-----start-body----****/
form li{
	margin: 20px 0;
}
form li.first,li.second{
  border:none;
  list-style:none;
  margin-bottom:10px;
  width:100%;
}
.icon,.icon2  {
  height:55px;
  width:55px;
  display: block;
  float: left;
  border-top-left-radius: 0.3em;
  -o-border-top-left-radius: 0.3em;
  -moz-border-top-left-radius: 0.3em;
  -webkit-border-top-left-radius: 0.3em;
  border-border-bottom-left-radius: 0.3em;
  -o-border-bottom-left-radius: 0.3em;
  -moz-border-bottom-left-radius: 0.3em;
  -webkit-border-bottom-left-radius: 0.3em;
}
.user {
    background: url(../images/msg/icons.png) no-repeat 14px 15px #f79d29;
}
.email{
  background:url(../images/msg/icons.png) no-repeat 15px -39px #f79d29;
}
.phone{
  background: url(../images/msg/icons.png) no-repeat 15px -93px #f79d29;
}
.msg{
  background: url(../images/msg/msg.png) no-repeat 16px 16px #f79d29;
}
li.first:hover .user{
     background: url(../images/msg/icons.png) no-repeat 14px 15px #e10800;
}
li.first:hover .email{
  background:url(../images/msg/icons.png) no-repeat 15px -39px #e10800;
}
li.first:hover .phone{
  background: url(../images/msg/icons.png) no-repeat 15px -93px #e10800;
}
li.second:hover .msg {
  background: url(../images/msg/msg.png) no-repeat 16px 16px #e10800;
}
/*-----*/
input[type="text"],form textarea {
  width: 77%;
  padding: 1.13em 1em 1.13em 1em;
  color: #858282;
  font-size: 16px;
  outline: none;
  background: #eee;
  font-weight: 500;
  border: none;
  font-family: 'Lora', serif;
  border-top-right-radius: 0.3em;
  -o-border-top-right-radius: 0.3em;
  -moz-border-top-right-radius: 0.3em;
  -webkit-border-top-right-radius: 0.3em;
  border-border-bottom-right-radius: 0.3em;
  -o-border-bottom-right-radius: 0.3em;
  -moz-border-bottom-right-radius: 0.3em;
  -webkit-border-bottom-right-radius: 0.3em;
  }
  input[type="text"]:focus{
	  color: #000;
  }
form textarea {
  resize: none;
  height: 140px;
}
.submit{
	cursor: pointer;
	padding: 10px 30px;
	border-radius: 5px;
	margin-top: 20px;
	border: 1px solid #006496;
	color: #006496;
	background-color: #fff;
}
.submit:hover{
	color: #fff;
	background-color: #006496;
}
li.lost {
  margin-bottom: 21px;
}
/*---------------*/
.copy-right {
  text-align: center;
  margin: 2em 0;
}
.copy-right p {
	color: #fff;
	font-size: 1em;
	font-weight:400;
}
.copy-right p a {
	color:#fff;
}
.copy-right p a:hover {
	text-decoration: underline;
}
.contact-footer{
    width: 100%;
    height: auto;
    font-size: 0;
}
.contact-content{
    padding: 20px 0;
}
.contact-text{
    margin: 30px 0;
}
.contact-text-item{
    width: 30%;
    font-size: 18px;
}
.pagination ul{
    margin:0px;
    padding:0px;
    width: 100%;
    text-align:center;
}
.pagination ul li{
    display: inline-block;
    padding:0px 10px;
}
.apage {
	line-height: 25px;
	background: #ffffff;
	padding: 0 5px;
	text-align: center;
	padding:20px
}
.apage a {
	border: 1px solid #cccccc;
	padding: 5px 14px;
	margin-right: 5px;
	margin: 0 3px;
}
.apage .num_btns {
	float: right;
	font-family: Tahoma;
}
.apage a:hover, .apage .cur {
	border: 1px solid #01327e;
	background-color: #01327e;
	color: #fff;
	text-decoration: none;
}
.apage .cust_txt {
	float: left;
}
.apage .oran_pg_fp {
	background: url(../images/first_page.gif) 4px 4px no-repeat;
	padding-right: 9px;
}
.apage .oran_pg_pp {
	background: url(../images/pre_page.gif) 4px 4px no-repeat;
	padding-right: 5px;
}
.apage .oran_pg_np {
	background: url(../images/next_page.gif) 8px 4px no-repeat;
	padding-right: 12px;
}
.apage .oran_pg_lp {
	background: url(../images/last_page.gif) 8px 4px no-repeat;
	padding-right: 12px;
}
.apage select {
	font-size: 8px;
	margin-top: 5px;
}
.apage .oran_pg_txt {
	height: 15px;
	border: solid 1px #d4e3e9;
	width: 20px;
	margin-left: 5px;
}
.apage .oran_pg_btn {
	height: 15px;
	border: solid 1px #d4e3e9;
	margin-left: 5px;
	font-size: 9px;
	background: #5984ac;
	color: #fff;
}
