﻿*{box-sizing:border-box;margin:0; padding:0; list-style:none;}
a{ color:#333; text-decoration:none;   }
a:hover{text-decoration:none;}
h1,h2,h3,h4,h5,h6{ margin: 0;font-weight:normal;}
hr{ border:none;}
.clear{ clear:both;}
p,ul{margin: 0;}
img{ border:0;  }
input,textarea{outline:none;}
.container{margin: 0px auto;width:86%; max-width:1652px; min-width: 1200px; }
*:focus {
  border: none;
  outline: none;
}


.header{width:100%; height:auto; background: #000000;  padding: 35px 0 210px}
.header_logo{width:100%; height:auto; overflow: hidden; text-align: center; margin-bottom: 176px}
.header_center{width:100%; height: auto; overflow: hidden; display: flex; display: -webkit-flex; -webkit-justify-content: space-between; 
	justify-content: space-between;}
.header_center_left{width:30%; height: auto; float: left}
.header_center_left h4{color:#fff; font-size: 36px;}
.header_center_left h5{color:#fff; font-size: 15px; text-transform: uppercase; margin:4px 0 30px;}
.header_center_left img{max-width: 100%}
.header_search{width:20%; height: 65px; float: left; border: 1px solid #fff; border-radius: 5px; padding: 0 10px; margin-top:98px}
.header_search input[type="text"]{width:80%; height: 100%; float: left; background:none; font-size: 16px; color: #fff; border: 0}
.h_submit{width:20%; height:100%; float: right; background: url(../images/search.png) no-repeat center; border: 0}
.header_search input::-webkit-input-placeholder { /* WebKit browsers */  
    color:#fff;  
}  
.header_search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
   color:#fff;  
   opacity:  1;  
}  
.header_search input::-moz-placeholder { /* Mozilla Firefox 19+ */  
   color:#fff;  
   opacity:  1;  
}  
.header_search input:-ms-input-placeholder { /* Internet Explorer 10+ */  
   color:#fff;  
}


.header_select{width:37%; display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between; flex-wrap:wrap ;
-webkit-flex-wrap: wrap ; margin-top:32px;}
.select_one{width:48%; height:58px; border-radius: 8px; background: #fff; float: left; margin-bottom:16px;}
.select_one select{width:100%; height: 100%;  background:url(../images/san.png) no-repeat 92% center; border: 0; appearance: none;
  -webkit-appearance: none; -moz-appearance: none; font-size:16px; color: #4c4c4c; padding: 0 15px;}
.index_all{width:100%; height: auto; overflow: hidden; }
.index_all ul{width:100%; height: auto; padding: 50px 0; display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between; flex-wrap:wrap; -webkit-flex-wrap: wrap ;}
.index_all ul li{width:48%; height: 200px; float: left; background: #fff; border-radius: 25px; box-shadow:7px 2px 14px rgba(0,0,0,0.32); margin-bottom: 40px; padding:10px 2% 10px 3%; }
.index_all ul li:nth-child(2n){float: right}
.index_dp_info{width:60%; height: 100%; float: left; background: url(../images/xian.png) no-repeat right center; padding-right: 3%; padding-top: 8px;}
.index_dp_pic{width:40%; height: 100%; float: right; display: flex; align-items: center; position: relative; pointer-events:none;}
.index_dp_pic img{max-width: 100%; max-height: 100%; align-items: center; margin: 0px auto;}
.index_dp_pic:after{content: ""; width:31px; height: 19px; position: absolute; bottom:10px; right:3%; background: url(../images/dz_icon.png) no-repeat center;cursor: pointer;pointer-events:auto;}
.index_dp_info h4{color:#000000; font-size: 24px; font-weight: bold; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; width: 100%; 
	height: 40px; line-height: 40px; margin-bottom: 5px;}
.index_dp_info h5{color:#000000; font-size:16px; width: 100%; height:40px; line-height:40px; padding-left:30px; background: url(../images/dz_tb.png) no-repeat left center;cursor: pointer;}
.index_dp_info dl{width:100%; height:30px; line-height: 30px; margin:3px 0}
.index_dp_info dl dt{color:#a9a9a9; font-size: 15px; float: left; margin-right: 5px;}
.index_dp_info dl dd{color:#000000; font-size: 15px; float: left}
.index_footer{width:100%; height: auto; overflow: hidden; background: #000000; padding: 40px 0; text-align: center}
.index_footer h4{color:#fff; font-size: 22px; font-weight: bold; margin-bottom:10px}
.index_footer h5{color:#fff; font-size: 24px;font-family: "黑体"}
.copy{width:100%; height: auto; overflow: hidden; text-align: center; font-size:22px; text-align: center; color:#fff;  background: #000000; padding:20px 0; margin-top: 2px}
.copy a{color:#fff; font-size: 22px; margin-left: 20px;}

.in_list_qidai{width:100%; color:#333; font-size: 20px; text-align: center; margin: 40px 0}