@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	list-style: none;
	transition-property: color, border-color,background-color;
    transition: all 0.3s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
h1,h2,h3,h4,h5,h6{
	    font-weight: 500;
}
input[type="button"], 
input[type="submit"], 
input[type="reset"] {
    -webkit-appearance: none;
    border-radius: 0;
}
input[type="submit"],
input[type="button"]{
     box-sizing:content-box;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
    color:inherit;
}
input:-moz-placeholder, textarea:-moz-placeholder { 
    color:inherit;
}
input::-moz-placeholder, textarea::-moz-placeholder { 
    color:inherit;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
    color:inherit;
}
a {
	color: inherit;
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	display: block;
	border: 0;
}
.con_img img{
	max-width:100%;
	height: auto !important;
	display: block;
	margin: 0 auto;
}
textarea,
select,
option,
input {
	outline: none;
}

.clearBoth:after,
.clearboth:after {
	content:"";
	display: block;
	clear: both;
}
.bordernone {
	border: none!important;
}
.red {
	color: red;
}
.white {
	color: #fff;
}
.centerBox{
	margin:0 auto;
	width: 93%;
	max-width:1200px;
}
.centerBox:after{
	content:"";
	display:block;
	clear:both;
}
.tu_box .tu{overflow: hidden;}
.tu_box .tu img{width: 100%;height: 100%;transition: all 0.4s;}
.tu_box .tu:hover img{transform: scale(1.1);} 
.a_box a:hover{color: #f08300;}





.neirong {
  width: 100% 
  max-width: 100% 
  box-sizing: border-box 
  padding: 0 5px;
}
.neirong ul,
.neirong ul li {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  list-style: none; 
  padding: 0;
  margin: 0;
}


.neirong ul li .neirong_text.tupian img,
.neirong ul li .neirong_text.tupian * > img {

  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
  display: block !important;
  float: none !important; 
  min-width: 0 !important;
  max-height: none !important;
  margin: 0 auto; 
}


@media (max-width: 768px) {
  .neirong ul li .neirong_text.tupian img,
  .neirong ul li .neirong_text.tupian * > img {
    max-width: 95% !important;
    width: 95% !important;
  }
}

.daxiao .img{
    height: 90px;
}