* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
a {
  text-decoration: none;
}
.container {
  padding-left: 15px;
  padding-right: 15px;
  background: inherit;
}
.clearfix::after,
.clearfix::before {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.clearfix {
  zoom: 1;
}

img {
  max-width: 100%;
  display: block;
}

.banner img {
  display: block;
}

.d_flex {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
}

/*zhaoheng all style*/
/*margin-top*/
.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt17 {
  margin-top: 17px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}
.mt55 {
  margin-top: 55px;
}
.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

/*padding-top*/
.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt38 {
  padding-top: 38px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt55 {
  padding-top: 55px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

/*padding-bottom*/
.flex_n {
  flex: none;
  -webkit-flex: none;
  -ms-flex: none;
}
.flex_1 {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
}

body {
    background: #f0f0f0;
}

.pagesT {
}

.pagesT>a {
	display: block;
	float: right;
	line-height: 32px;
	height: 26px;
	
		font-size: 14px;
		color: #999999;
}
.pagesT span{
	color: #ff7200;
}
.allBox{
	color: #333;
}
.pagesT p {
	font-size: 20px;
	color: #333333;
	text-align: left;
	font-weight: bold;
	float: left;
}
.pagesT i:first-child{
	    width: 45px;
	    display: inline-block;
	    background: url(../images/1.png) 100% 100% no-repeat;
	    height: 20px;
	    background-size: contain;
	    transform: translate(20px, 0px);
}
.pagesT i:last-child{
	width: 27px;
	    display: inline-block;
	    background: url(../images/2.png) no-repeat;
	    height: 8px;
	    background-size: 100%;
}


.allBox {
	padding: 0 12px;
}


.allPox {
	padding: 12px;
	background-color: #fff;
	border-radius: 7px;
	font-size: 15px;

	line-height: 26px;
	color: #333333;
}
.allFont{
		font-size: 16px;
		line-height: 24px;
		color: #333333;
}

.listBox .font{
		background-color: #ffffff;
		border-radius: 0px 0px 5px 5px;
		padding:10px;
		border: solid 1px #999999;
		border-top: 0px;
}
.listBox .font .l{
		font-size: 16px;
		line-height:28px;
		height: 28px;
		color: #333333;
		float: left;
}
.listBox .font a{
	display: inline-block;
		float: right;
		padding:1px 7px;
		background-color: #ff7200;
		border-radius: 6px;
			font-size: 15px;
			color: #ffffff;
}



.marjor .font-t a {
	float: left;
	font-size: 15px;
	color: #333;
}
.marjor .font-t span {
	font-size: 13px;
	font-weight: normal;
	line-height: 34px;
	color: #666666;
	float: right;
	line-height: 26px;
}
.marjor .font {
	background-color: #ffffff;
	border: solid 1px #ccc;
	border-top: 0;
	padding:10px 8px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	line-height: 26px;
}
.font-b a{
	border-radius:5px;
	border: solid 1px #ff7200;
	line-height: 30px;
	display: inline-block;
	width: calc((100% - 8px)/2);
	text-align: center;
	color: #ff7200;
	font-size: 14px;
	float: left;
	box-sizing: border-box;
	margin-right: 8px;
}
.font-b a:last-child{
	margin-right: 0px;
	background-color: #ff7200;
	color: #fff;
}

.allBut{
	padding:0 12px 20px;
}
.allBut a {
	width: 100%;
	line-height: 42px;
	background-color: #ff7200;
	border-radius: 8px;
	font-size: 18px;
	text-align: center;
	color: #ffffff;
	display: block;
}




@media screen only and (max-width:375px){
	.marjor .font-t a {
		float: left;
		font-size: 14px;
		color: #333;
	}
}