﻿.overflow{
	overflow: hidden;
}
/*header*/
.header-box{
	width: 100%;
	height: 100px;
	background: url(../img/header-bg.png) repeat;
}
.header{
	width: 1300px;
	margin: 0 auto;
}
.head-lf{
	float: left;
}
.head-lf img{
	margin-top: 14px;
}
.head-rg{
	float: right;
	margin-top: 12px;
}
.account-box,.account-btn{
	float: left;
}
.account-box span{
	font-size: 16px;
	font-family: "微软雅黑";
	color: #333;
	line-height: 30px;
}
.account-box input{
	padding: 0;
	width: 200px;
	height: 28px;
	border: 1px solid #b70e14;
	background-color: #fff;
}
.account{
	margin-bottom: 10px;
}
.register,.login{
	width: 70px;
	height: 30px;
	line-height: 30px;
	background-color: #817879;
	border: none;
	font-size: 16px;
	font-family: "微软雅黑";
	color: #fff;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-webkit-border:4px;
	border-radius: 4px;
	cursor: pointer;
}
.account-btn{
	width: 70px;
}
.register{
	margin-bottom: 12px;
}
.account-btn{
	margin-left: 14px;
}
.login{
	background-color: #b70e14;
}
.head-rg-1{
	float: right;
	margin-top: 34px;
}
.head-rg-1 h1,.head-rg-1 input{
	float: left;
}
.head-rg-1 h1{
	font-family:"宋体";
	font-size: 20px;
	margin-top: 5px;
	margin-right: 34px;
	font-weight: bold;
}
.head-rg-1 .tcdl{
	background: #c76f22;
}
.head-rg-1 h1 span{
	color: #cb151c;
}
.head-rg-1 input{
	width: 80px;
	height: 30px;
	line-height: 30px;
	background: #c2290b;
	color: #fff;
	border: none;
	cursor: pointer;
	font-size: 16px;
	border-radius: 4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
}
.grzx{
	margin-right: 14px;
	
}
/*headerEnd*/
/*banner*/
#banner-box{
	width: 100%; 
	height: 912px;
	margin: 0 auto;  
	overflow: hidden; 
	position: relative;
	}
#banner>li{ 
	width: 100%; 
	height: 100%; 
	float: left; 
	text-align: center; 
	display: none;
	}
#banner{
	margin: 0;
	padding: 0;
}
#banner li{
	padding: 0;
	margin: 0;
	list-style: none;
}
#banner li img{
	width: 100%;
    height: 920px;
	display: block;
}
#banner>.current{
	display: block;
	}
#btn{
	position: absolute;
    left: 50%;
    bottom: 30px;
    margin-left: -47px;
    padding: 0;
    }
#btn>li{
	list-style: none; 
	width: 10px;
	height: 10px; 
	background-color: #ccc; 
	border-radius: 10px; 
	margin-right: 5px; 
	float: left; 
	cursor: pointer;
	}
#btn>.on{
	width: 30px;
	background-color: #fff;
	}
#an{ 
	display: none;
	}
#an a{
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 50px;
	height: 80px;
	background-color: rgba(0,0,0,.3);
	text-align: center;
	line-height: 80px;
	color: #fff;
	font-family: "宋体";
	font-weight: 600;
	font-size: 3em;
	text-decoration: none;
}
#an a:hover{
	background-color: rgba(0,0,0,.8);
}
#an .an-a2{ right: 0;}
/*bannerEnd*/
/*nav*/
.nav-bigbox{
	position: absolute;
	top: 0;
	width: 100%;
	background: url(../img/nav-bg.png) repeat;
	height: 90px;
	line-height: 90px;
}
.nav-box{
	width: 1300px;
	margin: 0 auto;
}
.nav-box ul{
	margin: 0;
	padding: 0;
}
.nav-box ul li{
	list-style: none;
	float: left;	
	margin-left: 48px;
	margin-right: 48px;
}
.nav-box ul li a{
	color: #fff;
	text-decoration: none;
	font-size: 22px;
	font-family:"宋体";
	font-weight: bold;
}
.nav-box ul li a:hover{
	color: #ee9044;
}
.nav-box .act1{
	color: #ee9044;
}
/*navEnd*/
/*search*/
.search{
	margin-top: 42px;	
	margin-left: 62px;
}
.search-box{
	position: absolute;
	top:350px;
	width:1250px;
    left:50%;
    margin-left: -625px;
    background: url(../img/search-bg.png) repeat;
    padding-bottom: 42px;
}
.search-type{
	margin-left:124px;
	margin-bottom: 12px;
}
.search-type a{
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	font-family: "微软雅黑";
	margin-left: 20px;
	margin-right: 20px;
}
.inp-text{
	width: 790px;
	height: 60px;
	border: 1px solid #cec8c8;
	padding: 0;
	margin-left: 14px;
	font-size: 16px;
}
.search-input *{
	float: left;
}
.option{
  /*用div的样式代替select的样式*/
    width: 120px;
    height: 60px;
    /*border-radius: 5px;*/
  /*盒子阴影修饰作用,自己随意*/
 /* box-shadow: 0 0 5px #ccc;*/
    border: 1px solid #cccccc;
    position: relative;
    font-family: "微软雅黑";
  }
.option select::-ms-expand { display: none; }  
.option select{
  /*清除select的边框样式*/
    border: none;
  /*清除select聚焦时候的边框颜色*/
    outline: none;
  /*将select的宽高等于div的宽高*/
    width: 100%;
    height: 60px;
    line-height: 60px;
  /*隐藏select的下拉图标*/
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  /*通过padding-left的值让文字居中*/
    padding-left: 20px;
    font-size: 16px;
    font-size: 18px;
  }
  /*使用伪类给select添加自己想用的图标*/
  .option:after{
      content: "";
      width: 12px;
      height: 8px;
      background: url(../img/arrow-down.png) no-repeat center;
    /*通过定位将图标放在合适的位置*/
      position: absolute;
      right: 16px;
      top: 41%;
    /*给自定义的图标实现点击下来功能*/
     pointer-events: none;
    }

.inp-btn{
	width: 80px;
	height: 62px;
	padding: 0;
	background-color: #b70e14;
	border: none;
	color: #fff;
	font-size: 18px;
	font-family: "微软雅黑";
	cursor: pointer;
}
.adv-btn{
	text-decoration: none;
	color: #fff;
	font-family: "微软雅黑";
	line-height: 62px;
	margin-left: 20px;
	font-size: 16px;
}
.adv-btn:hover{
	color: #f97919;
}
.search-type .act2{
	color: #e27625;
}
.search-type a:hover{
	color: #e27625;
}
/*searchEnd*/
/*foot*/
.foot-bigbox{
	width: 100%;
	background: #181616;
	height: 336px;
}
.foot-box{
	width: 1300px;
	margin: 0 auto;
}
.yqlj-box{
	float: left;
	margin-top: 30px;
}
.yqlj-box ul li h1{
	color: #e3e0e0;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 14px;
}
.yqlj-box ul li{
	line-height: 36px;
}
.yqlj-box ul li a{
	color: #e3e0e0;
	font-size: 16px;
    cursor: pointer;
}
.yqlj-box ul li a:hover{
	color: #c12814;
}
.bzyzc-box{
	margin-left: 136px;
}
.lxwm-box{
	margin-left: 130px;
}
.lxwm-box ul li{
	color: #e3e0e0;
	font-size: 16px;
}
.ewm-box{
	margin-left: 68px;
}
/*footEnd*/
.cont-bigbox{
	width: 100%;
	background: url(../img/cont-bg.png) repeat;
	padding-bottom: 50px;
	position: relative;
}
.cont-box{
	width: 1300px;
	margin:  0 auto;
     min-height:550px;
     position:relative;
     z-index:10;
	
}
.dz-logo{
	position: absolute;
	background: url(../img/Dazhou-1.png) no-repeat;
	width: 278px;
	height: 281px;
	bottom: 0;
	left: 0;
}
.dz-logo-1{
	position: absolute;
	background: url(../img/Dazhou-1.png) no-repeat;
	width: 278px;
	height: 281px;
	bottom: 0;
	right: 0;
}
.location-box{
	padding-top: 30px;
}
.location-box *{
	font-size: 18px;
	display: block;
	float: left;
	line-height: 30px;
	margin-right: 5px;
	font-family: "微软雅黑";
}
.location-box a{
	color:#ae1b1b ;
}
.location-box a:hover{
	color:#ae1b1b;
}
.weizhi{
	background: url(../img/location.png) no-repeat left center;
	padding-left: 26px;
	height: 30px;
	display: block;
}
.location-box .weizhi-dian{
	color: #333;
	cursor: pointer;
}

.textoverflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10px;
}
    .textoverflow * {
        display: inline;
    }

    .layui-laypage select {
    height: 27px;
    padding: 3px;
    border-radius: 0px;
    cursor: pointer;
    border:none!important
}

.layui-laypage-count {

    padding-left:10px !important;
    padding-right:10px !important;
}
@media only screen and (max-width: 1300px){
	.nav-bigbox{
		width: 1920px;
	}
	.header-box{
		width: 1920px;
	}
	#banner-box{
		width: 1920px;
	}
	.cont-bigbox{
		width: 1920px;
	}
	.foot-bigbox{
		width: 1920px;
	}
}