/*详情页电脑*/
.xiangqing{
	width: 100%;
	margin: 20px 0 0 0;
}
.xiangqing_con{
	width: 1200px;
	margin:20px auto 0px auto;
    background-color: rgb(255, 255, 255);
}
.xiangqing_con .title{
	width:100%;
	padding: 20px 0;
}
.title h1{
  font-size: 35px;
  font-family: "Microsoft YaHei";
  color: rgb(30, 30, 30);
  font-weight: bold;
  line-height: 1.371;
  text-align: center;
  width: 93%;
  margin:10px auto;
}
.title small{
  display: block;
  font-size:15px;
  font-family: "Microsoft YaHei";
  color: rgb(30, 30, 30);
  line-height: 1.371;
  text-align: center;
  width: 50%;
  margin: 0 auto;
}
.xiangqing_con p{
  font-size: 20px;
  font-family: "Microsoft YaHei";
  color: rgb(32, 32, 32);
  line-height: 2.4;
  text-align: center;
  width:90%;
  margin: 0 auto;
}
.xiangqing_con .xiangqing_img{
	width: 50%;
	height:370px;
	margin: 0 auto;
}
.xiangqing_con img{
	width:100%;
	height: 100%;
}
/*查询*/
.chaxun{
	width: 100%;
}
.chaxun_con{
	width: 1200px;
	margin:0 auto;
	background: #fff;
}
.chaxun_con1{
	width:50%;
	margin:10px auto;
	background: #fff;
}
.chaxun_con1 img{
	width: 100%;
	height: 30px;
	padding: 20px 0;
}
.chaxun_con1 .input1{
	width:560px;
	margin:5px auto;
	text-align: left;
    font-size: 24px;
    font-family: "Microsoft YaHei";
    color: rgb(58, 58, 58);
    line-height: 1.2;
    overflow: hidden;
}
.input1 span{
	display: block;
	width:100px;
	text-align: right;
	line-height: 40px;
	margin-right:5px;
	float: left;
}
input{
  border-width: 1px;
  border-color: rgb(229, 229, 229);
  border-style: solid;
  background-color: rgb(255, 255, 255);
  width:330px;
  height: 42px;
}
.chaxun_con1 .btn{
  border-radius: 10px;
  background-color: rgb(40, 97, 141);
  width: 412px;
  height: 72px;
  border: none;
  margin:20px auto;
}
.btn button{
  width:100%;
  height:100%;
  border-radius: 10px;
  background-color: rgb(40, 97, 141);
  margin: 0 auto;
  color: #fff;
  border: none;
  font-size: 30px;
  font-family: "Microsoft YaHei";
  color: rgb(255, 255, 255);
  font-weight: bold;
}
.chaxun_con .text{
	width: 100%;
	padding: 20px 0 50px 0;
	overflow: hidden;
	background: url(../img/chaxun.png) no-repeat;
	background-size:100% 100%;
	overflow: auto;
}
.text1{
	width:68%;
	margin: 0 10% 0 28%;
	overflow: hidden;
}
.text_left{
    width: 10%;
    float:left;
    margin:10px 0;
}
.text_right{
    width: 90%;
    float:right;
    text-align: left;
}
.text_right p{
	margin:10px 0;
}
/*结果*/
.result{
	width: 100%;
}
.result_con{
	width: 1200px;
	margin: 0 auto;
	background: #fff;
}
.result_con img{
	width: 100%;
	margin: 20px 0;
}

td{
	border: 1px solid #000;
}
.td1{
	width: 20%;
	padding:3% 4%;
	text-align: right;
}
.td2{
	width:50%;
	padding:3% 5%;
	text-align:left;
    font-size:16px;
    font-family: "Microsoft YaHei";
    color: rgb( 141, 141, 141 );

}
/*shouye*/
.index{
	width: 100%;
	margin:20px 0 0 0;
}
.index_con{
	width: 1200px;
	margin:20px auto;
	overflow: hidden;
}
.index_con_title{
	width: 100%;
	padding:0;
	overflow:hidden;
	background: #fff;
	border-bottom:6px solid  rgb(26, 77, 154);
}
.index_con_title img{
	float: left;
	width:6%;
	height: 80px;
}
.index_con_title .index_con_title_right{
	float:right;
	width: 92%;
}
.index_con_title_right h3{
	width: 95%;
	margin: 0 auto;
	text-align:center;
	padding: 10px 0;
	color: #28618d;
}
.index_con_one{
	width: 100%;
	margin: 20px 0;
	overflow: hidden;
}
.one_left{
    height:330px;
    width:50%;
    overflow: hidden;
    position: relative;
    float: left;
}
.containt-div{
    width: 1024px;
    position: relative;
    height:350px;
}
.one_left ul{
    position: relative;
    margin: 0;
}
.one_left ul li{
    list-style: none;
    width: 100%;
    height:350px;
    position: absolute;
    left: 0;
    top: 0;
}
.one_left ul li.fst-li img{
    width: 100%;
    height:350px;
}
.one_left ul li.sec-li img{
    width: 100%;
    height:350px;
}
.one_left ul li.third-li img{
     width: 100%;
    height: 350px;
}
.one_left ul li.for-li img{
     width: 100%;
     height: 350px;
}
.bal{
	width:100%;
	height:40px;
	position:relative;
	top:290px;
	z-index: 2; 
	background-color: rgb(35, 24, 21);
	opacity: 0.7;
	}
.bal dl{
float:right;
margin-right: 10px;
}
.bal dl dd{
  background-color: rgb(255, 255, 255);
  opacity:1;
  width:10px;
  height:10px;
  border-radius: 50%;
  display: block;
  float: left;
  margin:3px 5px;
    }
.bal dl .bg{
  border-radius: 50%;
  background-color: rgb(40, 97, 141);
  opacity:1;
}
.bal font{
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: rgb(255, 255, 255);
  line-height:40px;
  padding: 0 10px;
  float: left;
}
.one_right{
	width: 48%;
	float: right;
	background: #fff;
}
.one_right>img{
	width: 100%;
}
.one_right .one_right_top{
/*	background: url(../img/index_04.png) no-repeat ;*/
width: 100%;
}
.one_right_top h3{
  font-size: 24px;
  font-family: "Microsoft YaHei";
  color: rgb( 40, 97, 141 );
  font-weight: bold;
  line-height: 2.548;
  text-align: left;
  width: 90%;
  margin: 0 auto;
}
.one_right_top .one_right_article{
	margin-left: 10px;
	margin-right: 10px;
	width: 97%;
	border-bottom:3px solid #c72322;
}
.one_right_bottom{
	width: 100%;
	
}
.one_right_bottom li{
	width:95%;
	overflow: hidden;
	height:30px;
	line-height:30px;
	margin: 0 auto;
}
.one_right_bottom li img{
	float: left;
	padding:8px 5px;
	
}
.one_right_bottom li span{
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: rgb( 72, 72, 72 );
}
.one_right_bottom li font{
	float: right;
  font-size: 12px;
  font-family: "Microsoft YaHei";
  color: rgb( 40, 97, 141 );
}
.index_tab{
    font: bold 13px sans-serif;
    margin:0 auto;
    width:1200px;
    overflow: hidden;
}
.index_tab>ul{
	width:100%;
    float: left;
    margin:20px 0;
    padding: 0;
}

.index_tab>ul>li{
	width:23.5%;
	height:60px;
	text-align:center;
	float: left;
	line-height: 50px;
	list-style: none;
    margin: 0 1%;
    overflow: hidden;
    font-size: 15px;
    font-family: "Microsoft YaHei";
    color: rgb(17, 17, 17);
    font-weight: normal;
    background: #f0f4f9;
}
.index_tab>ul>li a{
	width: 74%;
	display: block;
	margin: 0 auto;
	overflow: hidden;
} 
.index_tab>ul>li a img{
	float: left;
}
.index_tab ul li.tab-active {
    background: #a9d4e8;
}
.index_content{
	width: 100%;
}
.index_content>div{
	display: none;
}
.index_content>.tab-content-active{
	width:100%;
	display: block;
}
.tab_content_top{
	width: 100%;
	margin:0;
	overflow: hidden;
}
.tab_content_top>div{
	width: 32%;
	float: left;
	margin: 0 1%;
	background: #fff;
}
.tab_content_top>div .top_title{
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	background: #f7f7f7;
    font-size: 20px;
    font-family: "Microsoft YaHei";
    color: rgb( 91, 91, 91 );
}
.top_title span{
	display: block;
	width:8px;
	height:40px;
	background: #28618D;
	float: left;
	line-height: 40px;
	margin-right: 10px;
}
.tab_content_top>div li{
	height: 40px;
	line-height: 40px;
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
}
.tab_content_top>div li a{
	height: 40px;
	line-height: 40px;
	color: #000;
}
.tab_content_top>div li a span{
	display: block;
	width: 79%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb( 45, 45, 45 );
}
.tab_content_top>div li a font{
	float: right;
}
.index_tab1{
    font: bold 13px sans-serif;
    margin:0 auto;
    width:1200px;
    overflow: hidden;
}
.index_tab1>ul{
	width:100%;
    float: left;
    margin:20px 0;
    padding: 0;
}
.index_tab1>ul li{
	float: left;
    margin: 0 1%;
    width: 23.5%;
    height: 60px;
}
.index_tab1>ul li img{
    width:100%;
    height:100%;
}
.index_content1>div{
	display: none;
}
.index_content1>.active{
	width:100%;
	display: block;
}
.friend{
	width:100%;
	margin: 20px 0;
}
.friend_title{
	width: 100%;
	height: 40px;
	background:#F7F7F7;
	font-size: 20px;
    font-family: "Microsoft YaHei";
    color: rgb( 91, 91, 91 );
    margin: 0;
    overflow: hidden;
    line-height: 40px;
}
.friend_title span{
	display: block;
	width: 8px;
	height: 40px;
	margin-right: 10px;
	background: #28618D;
	float: left;
}
.friend_lian{
	width: 100%;
	overflow: hidden;
	background: #fff;
	padding: 10px 0;
}
.friend_lian li{
	float: left;
	width: 150px;
	text-align: center;
}
.friend_lian li a{
	color: #000;
}
/*列表*/
.list{
	width: 100%;
	margin:20px 0 0 0;
}
.list_con{
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	padding:1%;
}
.list_title{
	width:100px;
	height:30px;
	line-height: 30px;
	text-align: center;
	border-radius: 8px;
	background: #28618D;
	color: #fff;
	font-family: "微软雅黑";
}
.list_container{
	width: 100%;
	margin: 10px 0;
}
.list_container li{
	width:100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	border-bottom: 1px dashed #000;
}
.list_container li .left{
	float: left;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family: "微软雅黑";
}
.list_container li .right{
	float:right;
	width:20%;
	text-align: right;
	font-family: "微软雅黑";
}


/*手机样式*/

@media only screen and (min-width: 321px) and (max-width: 1024px) {
	/*详情*/
	.xiangqing_con{
		width: 90%;
		margin: 0 auto;
	}
	/*结果*/
	.result_con{
		width: 90%;
		margin: 0 auto;
	}
	/*列表*/
	.list_con{
		width: 90%;
		margin: 0 auto;
	}
	/*首页*/
	.index_con{
		width: 90%;
		margin: 0 auto;
	}
	.one_left{
		height: 350px;
	}
	.one_right_article{
		height:95px;
	}
	.index_tab{
		width:100%;
	}
	.index_tab1{
		width:100%;
	}
	.friend li{
		width: 12.5%;
	}
	/*查询*/
	.chaxun_con{
		width: 90%;
		margin: 0 auto;
	}
}
