﻿/* 清除默认样式 */
* {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;

}

a {
    text-decoration: none;
    font-family: '微软雅黑';
    /* font-family: 'Courier New', Courier, monospace; */
    color: black
}

ul,
li {
    list-style-type: none
}


h1,
h2,
h3,
h4 {
    font-family: "microsoft yahei", arial;
}
.none{
    display: none;
}
.quanpin{
	width: 100%;
}

.contain {
    width: 100%;
	text-align: center;
	min-height: 100vh;/*相对窗体可视高度*/
	padding-bottom: 250px;/* 脚部占位，脚部固定在底部 */
	position: relative;
        min-width:1220px;
}


/**head**/
.head {
    position: relative;
    height: 155px;
	margin: 0 auto;
}

.head img {
    width: 100%;
    height: 100%;
}

.head .head_top{
    width: 390px;
    height: 25px;
    position: absolute;
    right: 5%;
    top:10px;
}

.head .search{
    height: 23px;
    position: relative;
    float: right;
    border-radius: 2px;
    background-color: #fff;
}
.head .search input{
    width: 59px;
    margin-left: 5px;
    border: hidden;
    outline: none;
}
.head .search .tubiao{
    width: 20px;
    height: 100%;
    position: absolute;
	background-image: url(../img/search.png);
	background-position: center;
	background-repeat: no-repeat;
    /* background: url(../img/search.png) center no-repeat; */
    background-size: 100% 100%;
    right:5px;
	top: 0;
    cursor: pointer;
}

.head ul{
    width: 160px;
    height: 25px;
    float: left;
    font-size: 14px;
}
.head ul li{
    width: 65px;
    float:left;
    color: #fff;
    height: 25px;
    line-height: 25px;
}
.head ul li a{
    color: #fff;
}
.head ul span{
    width: 10px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    float:left;
}
.head .head_title{
    width: 750px;
    height: 54px;
    position: absolute;
    top: 58px;
    left: 50%;
    margin-left: -390px;
	background-image: url(../img/head_top.png);
	background-position: center;
	background-repeat: no-repeat;
    /* background: url(../img/head_top.png)center no-repeat; */
    background-size: 100% 100%;
}

/*nav*/
.nav{
    height: 45px;
	line-height: 45px;
	background-image: url(../img/menu.png);
	background-position: center;
	background-repeat: no-repeat;
    /* background:url(../img/menu.png)center no-repeat; */
    background-size: 100% 100%;
    border-bottom: 8px solid #fff;
	text-align: center;
}
.nav ul{
    height: 100%;
    /* width: 720px; */
    margin:0 auto;
}
.nav ul li{
    height: 100%;
    width: 100px;    
    display: inline-block;
    font-size: 16px;
    text-align: center;
    line-height: 45px;
	position: relative;
}
.nav ul li ul{
  display: none;
}
.nav ul li:hover ul{
    height:45px;
    width: 100px;
    display: block;
	margin: 0 auto;
    position: absolute;
    z-index:99;
}

.nav ul li:hover ul li a{
    display: block;  
    height:45px;
    width: 100px;
    z-index:99;
   color:#fff;
    background-color:#5eaedb;
    
    text-align: center;
    line-height: 45px;
    color: #fff;
}

.nav ul li ul li a:hover{
    background-color:#9eaedb; 
}
.nav ul li:hover{
    background-color: #5eaedb;
    color: #fff;
}

/*banner*/
.banner{
	width: 1200px;	
	margin: 0 auto;
}
.wrap {
    height: 350px;
    width: 1200px;    
    overflow: hidden;
    position: relative;
    z-index: 20;
/* position:absolute; */

}

.wrap .pic {
    width: 100%;
    position: absolute;
}

.wrap ul li {
    width: 100%;
    height:100%;
}

.wrap ul li img {
    width: 100%;
    height: 350px;
}
.wrap ul li .title {
    width: 700px;
    height: 50px;
    background-color: #000;
    opacity: 0.6;
    font-size: 22px;
    text-align: center;
    line-height: 50px;
    color:#fff;
    position:absolute;
    top:420px;
    left:50%;
    margin-left: -350px;
}

.wrap ol {
    position: absolute;
    left:50%;
    top: 485px;
    height: 20px;
    margin-left: -45.5px;
}

.wrap ol li {
    height: 15px;
    width: 15px;
    margin-left: 10px;
    float: left;
    line-height: center;
    text-align: center;
    cursor: pointer;

}
.wrap ol li img{
    width: 15px;
}

/*图区*/
.pic{
    width: 100%;
    height:300px ;
    margin-bottom: 20px;

}
.pic img{
    width: 100%;
    height: 100%;

}

/*foot*/
.contain .foot{
  margin: 0 auto;
  background-image: url(../img/foot.png);
  background-position: center;
  background-repeat: no-repeat;
  /* background:url(../img/foot.png)center no-repeat; */
  background-size:100% 100%;  
  text-align: left;
  position: absolute;
  bottom: 0;
}

.contain .foot .foot_main{
   width: 900px;
   height: 200px;
   margin: 0 auto;
   padding: 30px 0 10px 0;
}

.contain .foot .foot_main  .message{
   height: 100%;
   width: 70%;
   display: inline-block;
   vertical-align: top;
}
.contain .foot .foot_main  .message .message_top {
    /* margin-top: 10px; */
    width: 60%;
    height:30px;
    font-size: 15px;
}
.contain .foot .foot_main  .message .message_top li{
    width: 18%;
    height:30px;
    float: left;
    line-height: 30px;
    color: #fff;
    cursor: pointer;
}
.contain .foot .foot_main  .message .message_top li a{
	color: #fff;
}
.contain .foot .foot_main  .message .message_top span {
    width: 10px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    float: left;
    }
.contain .foot .foot_main  .message .message_bottom {
    width: 100%;
    height:30px;
    font-size: 15px;
}
.contain .foot .foot_main  .message .message_bottom li{
    width: 100%;
    height:30px;
    line-height: 30px;
    color: #fff;
}
.contain .foot .foot_main .code {
    width: 150px;
    height:150px;
	display: inline-block;
	vertical-align: top;   
	background-image: url(../img/code.jpg);
	background-position: center;
	background-repeat: no-repeat;
    /* background: url(../img/code.jpg)center no-repeat; */
    background-size: 100% 100%;
	
}
.contain .foot .banquan{
   
   text-align: center;
   line-height: 45px;
   color: #fff;
   border-top: 1px solid #fff;
   background-color: #00669d;
   opacity: 0.7;
   font-size: 15px;
   position: absolute;
   bottom: 0;
}
.contain .foot .banquan a{
   color:#fff;
}


/* 分页 */

.fenye {
   width: 100%;
   margin-top: 50px;
   height: 90px;
   margin: auto;
   padding-top: 25px;
}

.fenye .pagination {
   height: 40px;
   width: 65%;
   margin: 20px auto;
   
}

.fenye .pagination li {
   float: left;
   width: 30px;
   height: 30px;
   display: block;
   text-align: center;
   margin: 0 5px;

}

.fenye .pagination .on {
   background: #226EB1;
}

.fenye .pagination .on a {
   color: #ffffff;
}

.fenye .pagination li a {
   color: #838383;
   line-height: 30px;
}

.fenye .pagination div {
   float: left;
   cursor: pointer;
   color: #838383;
   margin: 0 10px;
   line-height: 30px;
}


.selectFoot{
border:none;
width:150px;
text-align:center;
height:25px;
line-height:25px;
font-size:16px;
border-radius:10px;
margin:0 20px;
}
select:focus { outline: none; }


