/* some reset*/
body { line-height: 1.4; font-size: 12px; color: #333; font-family: Arial, sans-serif; }
body, ul, ol, p, h1, h2, h3, h4, h5, h6 { margin: 0;}
ul, ol { padding-left: 0; list-style-type: none; }
h4, h5, h6 { font-size: 100%; }
a { color: #34538b; text-decoration: none; }
a:hover { text-decoration: underline;}
img { border: 0; }
.q_banner{
    clear: both;
    width: 1180px;
    background-color: #FFF;
    margin: 20px auto;
    overflow: hidden;
    position: relative;
}
.q_banner img{
    width: 100%;
}
.swiper-pagination{
    background: none;
}
.i_list {
    background-color: #FFF;
    clear: none;
    width: 1180px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 5px;
    height: auto;
    border-top-width: 5px;
    border-top-style: solid;
    border-top-color: #ffffff;
}

.i_list:after{
    content: "";
    display: block;
    clear: both;
}
.i_nav{
    padding: 0 10px;
    background-color: #fff;
    height: 40px;
    margin-bottom: 10px;
}
.i_nav a{
    color: #000;
    background: none;
    font-size: 18px;
    line-height: 40px;
    margin-right: 30px;
}
.i_nav a:hover{
    color: #f00;
}
.i_nav a.on{
    color: #f00;
}
.i_nav .top1{
    display: inline-block;
    font-size: 24px;
    border-bottom: 1px solid #f0f0f0;
    margin-right: 40px;
}
.i_list_item .items{
    display: none;
}
/*黑白开关*/
.i_list:nth-child(7) .i_list_item .items:nth-child(1) img{
    -webkit-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}
.hr-shadow {
		border: 0;
		padding-top: 10px;
		color: #d0d0d5;
		border-top: 1px solid rgba(0, 0, 0, .1);
		box-shadow: inset 0 10px 10px -10px;
}