/*图片切换开始*/
.content {
    width: 1200px;
    margin: auto;
}
.img_tab_box {
    width: 1200px;
    margin: auto;
}
.img_tab_top {
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.img_tab_top .title {
    float: left;
    background: url("../images/img_tab_icon.png") no-repeat left center;
    padding-left: 30px;
    margin-bottom: 10px;
}
.img_tab_top .title h3{
    font-size: 24px;
    line-height: 1.6;
    font-weight: 500;
    color: #44ade2;
    padding-left: 10px;
}
.img_tab_top .positon {
    float: right;
    padding-right: 60px;
}
.img_tab_top .positon li {
    float: left;
    padding: 5px 10px;
    border-radius: 6px;
    color: #333;
    margin: 0 4px;
}
.img_tab_top .positon li.active {
    background: #7fcdff;
    color: white;
}
.img_tab_top .positon li a {
    color: inherit;
    line-height: 1;
    font-size: 16px;
}
.img_tab_top .positon li.active a {
    color: white;
}
.picShow {
    margin-top: 40px;
    background-color: #f5f5f5;
}
.picShow .picBox ul li,
.picShow .picBox ul li a img {
    width: 1200px;
}
.positon .title {
    font-size: 16px;
    line-height: 24px;
    margin-right: 20px;
}
.Tstyle .dropdown {
    width: 174px;
}
/*图片切换结束*/

/*hover*/
.img_tab_top .positon li:hover {
    background: #7fcdff;
    color: white;
}

