﻿/* 公共css样式 */
/*html {filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); -webkit-filter: grayscale(100%); }*/
html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select{
	padding: 0;
	margin:0;
	font-family: "微软雅黑", "黑体", "宋体";
}

a, a:hover, a:visited, a:link, a:active{
	color:#000;
    text-decoration:none;
    outline: none;
}

a.dropdown-toggle{
    padding:0;
}

ul{
	list-style-type: none;
	list-style:none;
}

.button{
    border:0;
    background-color:none;
    outline:none;
    -webkit-appearance: none;//用于IOS下移除原生样式
}

input{
    border: none;
    appearance:none;
    -moz-appearance:none;
    outline:none;//input标签聚焦不出现默认边框:
    -webkit-appearance: none;//用于IOS下移除原生样式
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  color:#3c8bee ;; opacity:1;  font-size: 0.25rem;text-align: center;  }
::-moz-placeholder { /* Mozilla Firefox 19+ */  color:#3c8bee ;; opacity:1;  font-size: 0.25rem;text-align: center;  }
input:-ms-input-placeholder{  color:#3c8bee ; opacity:1;  font-size: 0.25rem;text-align: center;  }
input::-webkit-input-placeholder{  color:#3c8bee ; opacity:1;  font-size: 0.25rem;text-align: center;  }

div{
	background-size: cover;
	 -moz-background-size: cover; 
}


/* 共用样式 */
.mycontainer{
	width: 100%;
	height: auto;
	
}

.mycontainer .top_common{
	width: 100%;
	height: auto;
}


.top_common ._top{
	width: 100%;
	height: 40px;
	background:url(../img/top_bg.jpg) center;
}



._top    .searchDiv1{
      width: 295px;
	height: 40px;
	background: url(../img/search.png) center no-repeat;
	margin-left: 60%;
	position: relative;
}
.keyword{
position: absolute;
	top:10px;
	left: 30px;
	width: 210px;
	height: 20px;
	text-align: left;
}
.wp_search .search{
position: absolute;
  left:210px;
  top:10px;
  height: 40px;
background:none;
border:none;
}


.top_common ._logo{
	width: 100%;
	height: auto;
	min-height: 183px;
	background:url(../img/logo_bg.jpg) no-repeat center;
	background-color:#f5f5f5;
}

.top_common ._nav{
	background: #a21f7b;
	width: 100%;
	min-height: 55px;
       height:auto!important; 
       *height:55px;
	color: #fff;
	text-align: center;
}




.top_common ._nav ul li{
	display: inline-block;
       *zoom:1;
	*display: inline;
	width: auto;
	
}
.top_common ._nav ul li ._nav2{
	 position: absolute;
	 text-align: center;
     background:#6c0150;
     display:none;
     padding:5px 0;
     opacity: 0.9;
     z-index: 999;
}
.top_common ._nav ul li ._nav2 a{
	padding-left: 10px;
	padding-right: 10px;
	width: auto;
}
.top_common ._nav ul li ul._nav2 li:hover,.top_common ._nav ul li ul._nav2 a:hover{
	 background:#a21f7b;
}

.top_common ._nav ul li ._nav2 li{
	display: block;
        width:auto;
}

.top_common ._nav ul li a{
	display: inline-block;
       *zoom:1;
	*display: inline;
	color: #fff;
	height: 55px;
	line-height: 40px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 15px;
}


.top_common ._nav ul li a:hover{
	background: #6c0150;
}



.top_common ._nav span{
	display: inline-block;
	*zoom:1;
	*display: inline;
	width: 2px;
	height: 11px;
	font-size: 11px;
	line-height: 11px;
	text-align: center;
	font-weight: 200;
}


.container .mycontent{
	width: 100%;
	
}

.banner{
	width: 100%;
	border-bottom: 5px solid #a21f7b;
	height: 402px;
}

#Carousel ,.carousel-inner,.item{
	width: 100%;
	margin:0;
	padding: 0;
}

  #myCarousel  .carousel-inner > .item > img {
	display: block;
	width:100%;
	height:402px;
}


.banner ul li{
	
	margin: 0;
	padding: 0;
	display: inline-block;

}
.banner ul li img{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

.center_content{
	width: 1270px;
	height: auto;
	/* border:1px solid black; */
	margin-left: auto;
	margin-right: auto;
	padding:5px 10px;
}


/* 底部公用部分 */
.mycontainer .footer{
	
	width: 100%;
	background-color:#a21f7b;
	
}

.footer .f_content{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	height: 300px;
	
}


.f_content ul{
	color:#fff;
	display: block;
	float: left;
	margin-top:60px;
	margin-left: 40px;
	padding: 0 10px;
}

.footer .f_content img{
	border:none;
	margin:5px 30px;
}

.f_content ul li{
	margin-top: 4px;
	margin-left: 16px;
	font-size: 13px;
word-wrap:break-word;
min-height:30px;
line-height:30px;
max-width:250px;
}
.footer .f_content a{
	color:#fff;
	font-size: 13px;
}
.footer .f_content h4{
	font-weight: 520;
	font-size: 16px;
}

dropdown
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover,.nav .open>a:visited, .nav .open>a:hover,.nav .open>a:active{
    background-color:#a21f7b;
}
.nav .dropdown>a:visited{
    background-color:#a21f7b;
}

.carousel-indicators LI{
         *zoom:1;
	*display: inline;
}


/*banner新样式*/
.myBanner{
width:100%;
height:100%;
}

.myBanner img{
  width:100%;
  height:410px;
}


.focus-box,.focus-container{height:410px !important;}
