/*
 * Filename:  style.css
 * Author:    Baisu
 * website:   www.zweo78.com
 * time:      2019/11/11
 * 
 * */

@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	font-family: 'PingFang SC', 'Microsoft YaHei', SimHei, Arial, SimSun;
	box-sizing: border-box;
}
html{
	 font-size: 0.625;
}
input:focus {
	outline: none;
}

textarea:focus {
	outline: none;
}
body {
	background-color: #f2f2f2;
	max-width: 640px;
	margin: 0 auto;
	font-family: "Segoe UI","Lucida Grande",Helvetica,Arial,"Microsoft YaHei",FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",FontAwesome,sans-serif;
}

img {
	border: none;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

a {
	color: inherit;
	text-decoration: none;
}

.cl {
	clear: both;
}
/**/
header {
  width: 100%;
  background-color: #303435;
  display: flex;
  justify-content: space-between;
  height: 50px;
  line-height: 50px;
}
header .home {
  width: 15%;
  text-align: center;
  color: #f5f5f5;
}
header .home i {
  font-size: 20px;
}
header .sitetitle {
  width: 68%;
  display: flex;
  justify-content: flex-start;
}
header .sitetitle .logo {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  display: block;
  margin-top: 11px;
  overflow: hidden;
}
header .sitetitle .logo img {
  display: block;
  width: 100%;
}
header .sitetitle .text {
  color: #f5f5f5;
  font-size: 15px;
  font-weight: 400;
  margin-left: 8px;
}
header .nav-bar {
  width: 15%;
  text-align: center;
  color: #f5f5f5;
  padding-top: 16px;
  cursor: pointer;
}
header .nav-bar i {
  display: block;
  font-style: normal;
  width: 50%;
  margin: 0px auto 5px;
  height: 3px;
  background-color: #f5f5f5;
  border-radius: 6px;
  transition: 0.3s all;
}
header .nav-bar-hover i.n1 {
  transform: rotate(45deg);
  margin-top: 8px;
}
header .nav-bar-hover i.n3 {
  transform: rotate(-45deg);
  margin-top: -8px;
}
header .nav-bar-hover i.n2 {
  display: none;
}
.baner{
	width: 100%;
}
.baner img{
	display: block;
	width: 100%;
}
.nav-list{
	position: fixed;
	top: 50px;
	bottom: 0;
	left: -100%;
	width: 100%;
	background-color: rgba(0,0,0,.6);
	z-index: 999;
	transition: 0.3s all;
}
.nav-list-hover{
	left: 0;
	transition: 0.3s all;
}
.nav-list p{
	display: block;
	width: 100%;
}
.nav-list p a{
	display: block;
	line-height: 45px;
	text-align: center;
	color: white;
	background-color: #c9121c;
	border-bottom: 1px solid white;
}
.index-tels{
	width: 90%;
	margin: 15px auto;
}
.index-tels a{
	display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: white;
    border-radius: 10px;
    box-shadow: 2px 3px 12px rgba(0, 0, 0, .1);
    background-color: #c9121c;
    transition: 0.5s all;
    font-size: 15px;
}
.index-main-w{
	width: 100%;
	background-color: white;
	padding: 15px 0px;
	box-shadow: 0 0 3px rgba(100, 100, 100, .1);
}
.index-main{
	width: 92%;
	margin: auto;
}
.index-title{
	width: 100%;
	display: flex;
	justify-content: space-between;
	color: #757575;
    font-size: 14px;
}
.index-title p{
	    border-left: 6px solid #c9121c;
	    padding-left: 5px;
}
.index-title a{
	color: #c9121c;
}
.index-pro{
	width: 100%;
	margin: 20px auto;
	padding-bottom: 15px;
	border-bottom: 1px solid #F2F2F2;
}
.index-pro ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index-pro ul li{
	display: block;
	width: 48%;
	background-color: #c9121c;
	box-shadow: 0 0 3px rgba(100, 100, 100, .1);
	margin-bottom: 15px;
}
.index-pro ul li p.t1{
	width: 100%;
	display: block;
}
.index-pro ul li p.t1 img{
	display: block;
	width: 100%;
}
.index-pro ul li p.t2{
	color: white;
	padding: 6px 0px 6px 10px;
	font-size: 14px;
}
.index-pro-type{
	width: 100%;
	margin: 20px auto 5px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index-pro-type p{
	width: 33%;
	margin-bottom: 1px;
}
.index-news-type p{
	width: 49%;
}
.index-pro-type p a{
	display: block;
	background-color: #c9121c;
	width: 100%;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: white;
}
.index-news{
	width: 100%;
	margin: 20px auto;
	padding-bottom: 15px;
	border-bottom: 1px solid #F2F2F2;
}
	
.index-news ul li{
	border-bottom: 1px solid #F2F2F2;
	padding-bottom: 14px;
	margin-bottom: 14px;
}
.index-news ul li:last-child{
	border: none;
}
.index-news ul li p.t1{
	color: #222;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}
.index-news ul li p.t2{
	    color: #757575;
	    font-size: 13px;
}
.index-news ul li p.time{
	color: #333;
	font-size: 12px;
	margin-bottom: 5px;
}
.index-about{
	width: 100%;
	margin: 20px auto;
}
.index-about .top{
	width: 100%;
	position: relative;
}
.index-about .top img{
	display: block;
	width: 100%;
}
.index-about .top:after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	bottom: 0;
	background-color: rgba(0,0,0,.6)
}
.index-about .bottom{
	width: 94%;
	margin: -31px auto 0px;
	display: flex;
	justify-content: flex-start;
	position: relative;
	z-index: 9;
}
.index-about .bottom .a-logo{
	display: block;
	width: 62px;
	height: 62px;
	border-radius: 100%;
	overflow: hidden;
	margin-right: 10px;
}
.index-about .bottom .a-logo img{
	display: block;
	width: 100%;
}
.index-about .bottom .text{
	color: white;
	padding-top: 5px;
}
.index-about .bottom .text span{
	display: block;
    color: #333;
    margin-top: 10px;
    font-size: 14px;
}
.index-about .desc{
	width: 100%;
	margin: 15px auto;
	color: #757575;
	font-size: 13px;
}
footer{
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
	color: #b9b8b8;
	padding: 20px 0px;
	margin-bottom: 50px;
	
}
.footer-bar{
	width: 100%;
	max-width: 640px;
	height: 50px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	position: fixed;
	bottom: 0;
	z-index: 99999;
	box-sizing: border-box;
	padding-top: 8px;
	background-color: #c9121c;
}
.footer-bar a{
	display: block;
	width: 25%;
	text-align: center;
	font-size: 12px;
	color: white;
}
.footer-bar a i{
	font-size: 16px;
	display: block;
	margin-bottom: 3px;
}
/**/
.page-main{
	width: 100%;
}
.page-main h1.typename{
	color: #222;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 25px;
	margin: 20px 0px;
}

.page-main ul.type{
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	justify-content: flex-start;
	background-color: #e9e6e6;
}
.page-main ul.type li{
	line-height: 60px;
	width: 25%;
	text-align: center;
	font-size: 14px;
	border-top: 3px solid #e9e6e6;
	color: #444444;
	cursor: pointer;
	transition: 0.3s all;
}
.page-main ul.type li:hover,
.page-main ul.type li.hover{
	border-top: 3px solid #df2b14;
	color: #df2b14;
	font-weight: bold;
	transition: 0.3s all;
}
.page-main .conlist article{
	display: none;
}
.page-main .conlist article.hover{
	display: block;
}
.page-main article{
	color: #555;
	line-height: 1.8;
}
.page-main article img{
	display: block;
	max-width: 100%;
}
.index-maps{
	width: 100%;
	display: flex;
	justify-content: space-between;
	color: #757575;
    font-size: 14px;
    margin-bottom: 15px;
}
.index-maps p:first-child{
	    border-left: 6px solid #c9121c;
	    padding-left: 5px;
}
.show-time{
	font-size: 14px;
	color: #999;
	margin-bottom: 15px;
	border-bottom: 1px solid #999999;
	padding-bottom: 10px;
}

.liuyan-title {
	width: 100%;
	background: #ddd;
	padding: 15px;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

.liuyan-title1 {
	width: 100%;
}

.liuyan-box {
	width: 100%;
	margin-bottom: 25px;
}

.liuyan-box p {
	width: 100%;
	padding: 15px 15px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	border: 1px solid #ddd;
	border-bottom: none;
	color: #333;
	margin: 0;
}

.liuyan-box p:last-child {
	border-bottom: 1px solid #ddd;
}

.liuyan-box p span:first-child {
	width: 100%;
	display: block;
	line-height: 30px;
	font-size: 15px;
}

.liuyan-box p span:last-child {
	display: block;
	width: 100%;
}

.liuyan-box p span:last-child input {
	width: 100%;
	display: block;
	height: 30px;
	padding: 0px 10px;
	font-size: 15px;
	border: 1px solid #dcdfe0;
	border-radius: 2px;
}

.liuyan-box p span:last-child textarea {
	width: 100%;
	display: block;
	height: 120px;
	padding: 10px 10px;
	font-size: 15px;
	border: 1px solid #dcdfe0;
	border-radius: 2px;
	box-sizing: border-box;
}
.liuyan-box p.tijiao input{
	width: 100%;
	border: none;
	background-color: #339eff;
	color: white;
	height: 35px;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #333;
}
.page-main .bx-wrapper .bx-pager,
.page-main .bx-wrapper .bx-controls-auto {
	bottom: -30px;
}
.page-main .bx-wrapper {
	margin: 0 auto 50px;
}
.img-list{
	width: 100%;
}
.img-list img{
	display: block;
	width: 100%;
}

.hot-main{
	width: 92%;
	margin: auto;
}
.hot-main p.hot-title{
	    font-weight: bold;
    color: #222;
    font-size: 16px;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 15px;
    margin-bottom: 5px;
}
.show-updown{
	width: 100%;
	margin: 25px auto;
}
.show-updown a{
	display: block;
    font-size: 14px;
    line-height: 1.6;
    color: #b9b8b8;
}
