﻿@charset "utf-8";
/* CSS Document */

  /* about */
.about_banner {
	background-image: url("../images/about_banner1.jpg") ;
}
.product_banner {
	background-image: url("../images/product_banner1.jpg");
}
.liushi_banner {
	background-image: url("../images/liushi.jpg");
}
.jiejue_banner {
	background-image: url("../images/jiejue_banner1.jpg");
}
.news_banner {
	background-image: url("../images/news_banner1.jpg");
}
.contact_banner {
	background-image: url("../images/contact_banner1.jpg");
}
.page_banner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 200px;
}
.page_banner .txt {
	margin-top: 80px;
}
.page_banner .txt h1 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}
.page_banner .txt p {
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	font-size: 24px;
}
.page_header>.section {
	padding: 30px 0 0;
}
.page_header>.section img {
	margin-top: -5px;
	margin-right: 5px;
}
.page_header>.section a {
	vertical-align: middle;
	color: #888;
	font-size: 14px;
}
.page_header_top {
	/*margin-top: -33.5px;*/
	margin-top:15px;
	width: 100%;
}
.page_header_top .main ul {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: -o-flex;
	width: 100%;
}
.page_header_top .main ul li {
	flex: 1;
	text-align: center;
	background: #FFF;
	/*border: 1px solid #DDD;*/
	border-right: 0;
	box-shadow: 0 3px 10px rgba(0,0,0,0.08);
	margin: 0.5px;
}
/*.page_header_top .main ul li:nth-child(2){
    border-right: 1px solid #3398a4;
}*/
.page_header_top .main ul li a {
	display: block;
	font-size: 18px;
	line-height: 65px;
}
.page_header_top .main ul li.active a, .page_header_top .main ul li:hover a {
	/*background: #3398a4;
	border:1px solid #3398a4;*/
	color: #3398a4;
}
.layout {
	display: inline-block;
	vertical-align: top;
}

/* 发展历程 */
/*.ul-history{
    position: relative;
    overflow: hidden;
    padding-top: 50px;
}
.ul-history:before{
    content: '';
    position: absolute;
    left: 0%;
    top: 8px;
    background: url(../images/disc_big.png) no-repeat;
    width: 38px;
    height: 38px;
    margin-left: -19px;
}*/
.ul-history:after{
    content: '';
    position: absolute;
    left: 0%;
    top: 45px;
    height: 100%;
    width: 2px;
    background-color: #e7e7e7;
    margin-left: -1px;
}
.ul-history li{
    width: 100%;
    position: relative;
	z-index:2;
}
.ul-history li.even{
    padding-right: 6%;
    float: left;
    margin-bottom: 20px;
}
/*.ul-history li:nth-child(2){
    margin-top: 20px;
}*/
.ul-history li.odd{
    padding-left: 6%;
    float: right;
    margin-bottom: 20px;
}
.ul-history li:after{
    content: '';
    position: absolute;
    right: -14px;
    top: 50%;
    background: url(../images/disc.png) no-repeat;
    width: 28px;
    height: 28px;
    margin-top: -14px;
}
.ul-history li.odd:after{
    right: auto;
    left: -14px;
}
.ul-history li .txt *{
    vertical-align: middle;
    display: inline-block;
}
.ul-history li .pad{
    border: 1px solid #dcdcdc;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fffffe+0,f8f8f9+51,f1f1f1+100 */
    background: #fffffe; /* Old browsers */
    background: -moz-linear-gradient(top,  #fffffe 0%, #f8f8f9 51%, #f1f1f1 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #fffffe 0%,#f8f8f9 51%,#f1f1f1 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #fffffe 0%,#f8f8f9 51%,#f1f1f1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffffe', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
    border-radius: 3px;
    padding:0 10px;
    height: 100px;
    line-height: 100px;
    position: relative;
    -o-transition:.2s;
    -ms-transition:.2s;
    -moz-transition:.2s;
    -webkit-transition:.2s;
    transition:.2s;
}
/*.ul-history li.odd .pad{
}
.ul-history li .pad:after{
    content: '';
    position: absolute;
    right: -2px;
    top: 50%;
    width: 5px;
    height: 7px;
    background: url(../images/arr02.png) no-repeat;
    margin-top: -3px;
}
.ul-history li.odd .pad:after{
    right: auto;
    left: -7px;
    background-image: url(../images/arr03.png);
}
.ul-history li .pad .pic{
    float: left;
    width: 187px;
    margin-right: 27px;
    display: none;
}
.ul-history li .pad .pic img{
    display: block;
}*/
.ul-history li p{
    /*width: 252px;
    width: 54%;*/
	width: calc(100% - 70px);
    max-height: 100px;
    overflow: hidden;
    line-height: 1.6;
}
.ul-history li:hover p{color:#fff;}
.ul-history li .pad .txt{
    color: #999;
    line-height: 100px;
}
.ul-history li .pad .txt h3{
    font-size: 16px;
    color: #3398a4;
	padding:0 10px 0 0;
	font-weight:bold;
    /*padding: 0 8%;*/
}




/* 联系 */
.contact_con {
	overflow: hidden;
	height:auto;
	padding-top:20px;
	border:1px solid #FFF;
}
.contact_con ul {
	overflow: hidden;
	height:auto;
	width:100%;
}
.contact_con ul li {
	float: left;
	width:25%;
	font-size: 16px;
	color: #1f1f1f;
	height: 90px;
	margin-bottom: 30px
}
.contact_con ul li span {
	display:block;
	height: 50px;
	text-align:center;
	line-height:50px;
}
.contact_con ul li p {
	display:block;
	text-align:center;
	font-size:14px;
	color:#666;
	line-height: 30px;
}
.contact_con ul li.li01{
	background: url(../images/tel-.png) no-repeat top center
}
.contact_con ul li.li02{
	background: url(../images/email.png) no-repeat top center
}
.contact_con ul li.li03{
	background: url(../images/add.png) no-repeat top center
}
.contact_con ul li.li04{
	background: url(../images/ren-.png) no-repeat top center
}
.contact_con .contact_map {
	padding-top: 13px
}


/* 分页 */
.pages {
	text-align: center;
	padding: 20px 0;
	clear: both;
}
.pages span {
	text-align: center;
	color: #fff;
	background: #3398a4;
	padding: 3px 5px;
	margin-right: 5px;
	font-size: 12px;
}
.pages span font{
	color: #fff;
}
.pages a {
	text-align: center;
	color: #fff;
	background: #3398a4;
	border-radius: 3px;
	padding: 3px 5px;
	margin-right: 5px;
	font-size: 12px;
}
.pages a.Ahover {
	box-shadow: 0 3px 10px rgba(0,0,0,0.08);
	color: #3398a4;
}