﻿/*

By  石
QQ  1174188215

*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img {
    margin: 0;
    padding: 0
}

ul, li, ol, dl, dt, dd {
    list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

fieldset, img {
    border: 0
}

caption, th {
    text-align: left
}

q:before, q:after {
    content: ''
}

abbr, acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

input, textarea, select {
    *font-size: 100%
}

a {
    text-decoration: none;
    color: #666;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

html, body {
    font-family: "arial", 'Microsoft Yahei';
    *font-family: "微软雅黑";
    *font-family: "Microsoft Yahei";
    color: #666;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

img {
    -moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;
    max-width: 100%;
}

body {
    position: relative;
    overflow-x: hidden;
    background: #fff;
}

.clear {
    clear: both;
}

.after:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.wrapper1200 {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
}

/*公共头部*/
.header .top {
    height: 100px;
}

.header .top .logo {
    float: left;
    margin-top: 17px;
}

.header .top .logo img {
    display: block;
}

.header .top .right {
    float: right;
    padding-top: 5px;
}

.header .top .right > div {
    float: right;
}

.header .top .weiximg p {
    display: inline-block;
    width: 70px;
    height: 70px;
    border: 1px solid #cccccc;
    font-size: 12px;
    color: #666666;
    line-height: 2em;
    text-align: center;
    margin-left: 5px;
}

.header .top .weiximg p img {
    display: block;
    width: 100%;
    height: 100%;
}

.header .top .leftform {
    margin-right: 25px;
    padding-top: 10px;
}
.header .top .leftform .tel{
    background: url("../images/tel1.png") no-repeat left center;
    padding-left: 40px;
    height: 30px;
    line-height: 30px;
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}
.header .top .leftform .email{
    background: url("../images/email.png") no-repeat left center;
    padding-left:40px;
    height: 30px;
    line-height: 30px;
    color: #666;
}
.header .top .leftform li {
    float: right;
    padding-right: 20px;
    margin-left: 20px;
    line-height: 1em;
    border-right: 1px dashed #c2c2c2;
    margin-bottom: 22px;
}

.header .top .leftform li:first-child {
    border: 0;
    padding: 0;
}

.header .top .leftform li a {
    font-size: 14px;
    color: #333333;
    display: block;
}

.header .top .leftform li:hover a {
    color: #024365;
}

.header .top .form {
    font-size: 0;
}

.header .top .form input[type=text] {
    width: 280px;
    height: 36px;
    border: 1px solid #024365;
    padding: 0 10px;
    font-size: 14px;
    color: #333;
}

.header .top .form input[type=button] {
    width: 36px;
    height: 36px;
    background-color: #024365;
    border: 0;
    vertical-align: top;
    background-image: url("../images/b1.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.header .pubNav {
    width: 100%;
    height: 66px;
    line-height: 66px;
    background: #37a1c3;
}

.header .pubNav ul {
    display: table;
}

.header .pubNav ul li {
    position: relative;
    padding: 0 15px;
    display: table-cell;
}

.header .pubNav ul li:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 11px;
    left: 0;
    top: 50%;
    margin-top: -5px;
    background: url("../images/b2.png") no-repeat center;
}

.header .pubNav ul li:first-child:before {
    display: none;
}

.header .pubNav ul li:first-child {
}

.header .pubNav ul li > a {
    display: block;
    height: 66px;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background-position: center 60px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
}

.header .pubNav ul li.on, .header .pubNav ul li:hover{
    background-color: #2b84a0;
    background-image: url("../images/b3.png");
    background-repeat: no-repeat;
    background-position: center bottom;
}

.xiala {
    position: absolute;
    width: 100%;
    top: 66px;
    width: 380px;
    left: 50%;
    margin-left: -150px;
    background: #fff;
    z-index: 4;
    line-height: 40px !important;
    text-align: center;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    padding: 20px 0px;
    display: none;
}

.xiala:before {
    content: '';
    width: 22px;
    height: 10px;
    top: -10px;
    background: url("../images/d7.png") no-repeat center;
    position: absolute;
    left: 50%;
    margin-left: -11px;
}

.xiala dl {
    background: url("../images/c20.jpg") no-repeat center;
}

.xiala dd {
    float: left;
    width: 50%;
}

.xiala dd a {
    font-size: 14px;
    color: #666;
    display: block;
}

.xiala dd a:hover {
    color: #2B789D;
}

.index_content {
    background: url("../images/a14.jpg") no-repeat center;
}

.index_one {
    height: 164px;
    background: #f6f6f6;
    margin: 50px auto;
    position: relative;
    padding: 25px 0 0 90px;
    overflow: hidden;
}

.index_one .lefttit {
    width: 80px;
    height: 164px;
    background:#3589b5;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    font-weight: normal;
    color: #fff;
    font-size: 18px;
    padding: 30px 0;
}

.index_one .lefttit i {
    display: block;
    width: 30px;
    height: 30px;
    background: url("../images/top.png") no-repeat center;
    margin: 15px auto;
}

.index_one .txtScroll-top .infoList li {
    width: 50%;
    float: left;
    line-height: 40px;
    height: 40px;
}

.index_one .txtScroll-top .infoList li a {
    display: block;
    padding: 0 40px;
    font-size: 14px;
    color: #666666;
    border-left: 1px solid #eeeeee;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_one .txtScroll-top .infoList li a span {
    display: block;
    width: 100%;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.index_one .txtScroll-top .hd {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    background: #eeeeee;
    height: 164px;
    padding: 25px 0;
}

.index_one .txtScroll-top .hd a {
    display: block;
    width: 100%;
    height: 15px;
    margin: 25px 0;
}

.index_one .txtScroll-top .hd a.next {
    background: url("../images/b5.png") no-repeat center;
}

.index_one .txtScroll-top .hd a.prev {
    background: url("../images/b6.png") no-repeat center;
}

.index_two > div {
}

.index_two .boxa {
    width: 42%;
    overflow: hidden;
    float: left;
}

.indextit {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-weight: normal;
    font-size: 26px;
    border-top-left-radius: 16px;
    overflow: hidden;
    color: #fff;
    padding-left: 20px;
    padding-right: 10px;
    background: #3589b5;
    background: linear-gradient(to right, #3589b5, #fff);
    background: -webkit-linear-gradient(to right, #3589b5, #fff);
    background: -moz-linear-gradient(to right, #3589b5, #fff);
    background: -ms-linear-gradient(to right, #3589b5, #fff);
    margin-bottom: 30px;
}

.indextit .more {
    float: right;
    width: 50px;
    height: 50px;
    background: url("../images/more.png") no-repeat center;
}

.indextit i {
    display: inline-block;
    width: 48px;
    height: 50px;
    background: url("../images/focus.png") no-repeat left center;
    vertical-align: top;
}



.indextit i.i2 {
    background: url("../images/news.png") no-repeat left center;
}
.indextit i.i3 {
    background: url("../images/case.png") no-repeat left center;
}

.indextit i.i4 {
    background: url("../images/flinks.png") no-repeat left center;
}

.indextit i.i6 {
    background: url("../images/pro.png") no-repeat left center;
}

.index_two .boxa .bd li .img {
    margin-bottom: 80px;
}

.index_two .boxa .bd img {
    display: block;
    width: 100%;
    height: 100%;
}

.index_two .boxa .slideBox {
    height: 505px;
    position: relative;
}

.index_two .boxa .hd {
    position: absolute;
    top: 314px;
}

.index_two .boxa .picList {
    overflow: hidden;
    height: 56px;
}

.index_two .boxa .picList li {
    float: left;
    width: 95px;
    height: 62px;
    margin-left: 6.25px;
    position: relative;
    padding-top: 6px;
}

.index_two .boxa .picList li img {
    display: block;
    width: 100%;
    height: 100%;
}

.index_two .boxa .picList li:first-child {
    margin-left: 0;
}

.index_two .boxa .picList li.on:before {
    content: '';
    width: 95px;
    height: 6px;
    background: url("../images/b11.png") no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.index_two .boxa .bd .word h2 {
    font-size: 18px;
    color: #014069;
    line-height: 2em;
    height: 2em;
    width: 100%;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    margin: 10px 0 5px;
}

.index_two .boxa .bd .word p {
    font-size: 14px;
    color: #999999;
    width: 100%;
    line-height: 2em;
    height: 6em;
    overflow: hidden;
}

.index_two .boxa .slideBox > a {
    position: absolute;
    width: 44px;
    height: 44px;
    top: 128px;
}

.index_two .boxa .slideBox li:hover p {
    color: #2B84A0;
}

.index_two .boxa .slideBox .prev {
    background: url("../images/b9.png") no-repeat center;
    left: 0;
}

.index_two .boxa .slideBox .next {
    background: url("../images/b10.png") no-repeat center;
    right: 0;
}

.index_two .boxb {
    width: 55%;
    float: right;
}

.index_two .boxb .box1 {
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}

.index_two .boxb .box1 div {
    font-size: 0;
    margin-bottom: 10px;
}

.index_two .boxb .box1 div img {
    display: inline-block;
    width: 150px;
    height: 100px;
    vertical-align: middle;
    float: left;
    margin-right: 20px;
}

.index_two .boxb .box1 div h2 {
    font-weight: normal;
    line-height: 2em;
    color: #014069;
    overflow: hidden;
    font-size: 18px;
    margin-top: 15px;
}

.index_two .boxb .box1 p.p2 {
    font-size: 14px;
    color: #999999;
    line-height: 2em;
    height: 4em;
    overflow: hidden;
}

.index_two .boxb > ul li {
    margin-top: 13px;
}

.index_two .boxb li a {
    font-size: 14px;
    color: #666666;
    display: block;
    height: 30px;
    line-height: 30px;
    padding-left: 30px;
    background: url("../images/date.png") no-repeat left center;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.index_two .boxb li a:hover, .index_two .boxb .box1:hover p.p2 {
    color: #3589B5;
}

.searchboxin .nav {
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
    height: 39px;
    position: relative;
}

.searchboxin .nav > a {
    width: 20px;
    height: 36px;
    display: block;
    position: absolute;
    top: -10px;
}

.searchboxin .nav > a.prev {
    background: url("../images/b17.png") no-repeat center;
    right: 60px;
}

.searchboxin .nav > a.next {
    background: url("../images/b18.png") no-repeat center;
    right: 30px;
}

.searchboxin .swiper-container {
    width: 100%;
    overflow: hidden;
    width: 380px;
    margin: 0;
}

.searchboxin .swiper-container .swiper-slide span {
    display: block;
    color: #666666;
    font-size: 16px;
    margin-right: 20px;
    line-height: 1em;
    padding-bottom: 20px;
    cursor: pointer;
}

.searchboxin .swiper-container .swiper-slide.on span {
    color: #333333;
    border-bottom: 2px solid #003366;
    background: url("../images/b13.png") no-repeat center bottom;
}

.searchboxin .inform {
    font-size: 0;
}

.searchboxin .inform .box {
    display: none;
}

.searchboxin .inform .box:first-child {
    display: block;
}

.searchboxin .inform input {
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #999999;
}

.searchboxin .inform input[type=text] {
    width: 230px;
    border: 1px solid #ccc;
    padding: 0 10px;
}

.searchboxin .inform input[type=button], .searchboxin .inform input[type=submit] {
    width: 50px;
    border: none;
    color: #fff;
    margin-right: 10px;
    background: #003366;
}

.searchboxin .inform input.btn2 {
    background: #999;
}

.focus-box{
    margin-top: 30px;
}

.indextit2 {
    font-size: 20px;
    color: #333333;
    font-weight: normal;
    background: none;
    position: relative;
    line-height: 45px;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.indextit2:before {
    content: '';
    width: 240px;
    height: 8px;
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -120px;
    background: url("../images/b14.png") no-repeat center;
}

.indextit2 i {
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 10px;
}

.indextit2 i.i1 {
    background: url("../images/b15.png") no-repeat center;
}

.indextit2 i.i2 {
    background: url("../images/b16.png") no-repeat center;
}

.focus-box .boxc .box1 {
    margin-bottom: 20px;
}

.focus-box .slideBox2 {
    width: 100%;
    border: 1px solid #ccc;
    border-top: 0;
    position: relative;
}

.focus-box .slideBox2 li {
    width: 16.6666%;
    text-align: center;
}

.focus-box .slideBox2 p {
    font-size: 14px;
    color: #666666;
    line-height: 2em;
    height: 2em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}


.focus-box .slideBox2 > a {
    display: block;
    position: absolute;
    width: 30px;
    height: 100px;
    top: 30px;
}

.focus-box .slideBox2 > a.prev {
    background: url("../images/b17.png") no-repeat center;
    left: 0;
}

.focus-box .slideBox2 > a.next {
    background: url("../images/b18.png") no-repeat center;
    right: 0;
}

.focus-box .boxc .box2 .bottom {
    width: 100%;
    border: 1px solid #ccc;
    border-top: 0;
    height: 260px;
    padding: 30px 40px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    line-height: 2;
}

.focus-box .boxc .box2 .bottom img {
    width: 128px;
    height: 167px;
    display: block;
    margin: 0 auto 15px;
}

.index_three {
    margin: 45px auto;
    font-size: 0;
}

.index_three a {
    display: block;
    width: 586px;
    height: 126px;
    margin: 0 auto;
}

.index_three a img {
    display: block;
    width: 100%;
    height: 100%;
}

.index_three a.right {
    float: none;
}

.index_four > div {
    float: left;
    width: 47.5%;
}

.index_four .right {
    float: right;
}

.index_four .box1 {
    font-size: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.index_four .box1 img {
    width: 200px;
    float: left;
    margin-right: 15px;
}

.index_four .box1 .word {
    vertical-align: top;
}

.index_four .box1 .word h2 {
    font-weight: normal;
    font-size: 16px;
    color: #003366;
    line-height: 1.5em;
    height: 1.5em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    margin-bottom: 10px;
}

.index_four .box1 .word p {
    font-size: 14px;
    color: #666666;
    line-height: 2em;
    height: 4em;
    overflow: hidden;
}

.index_four .box1 .word .ljxqbtn {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #003366;
    font-size: 12px;
    border: 1px solid #003366;
    border-radius: 24px;
    margin-top: 18px;
    padding: 0 10px;
}

.index_four ul {
    padding-top: 15px;
}

.index_four li {
    margin-bottom: 10px;
}

.index_four li a {
    display: block;
    color: #666666;
    font-size: 14px;
    line-height: 2em;
    padding-left: 30px;
    background: url("../images/dian.png") no-repeat 5px center;
}

.index_four li a:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.index_four li a span {
    height: 24px;
    line-height: 24px;
    float: left;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.index_four li a span.date {
    float: right;
    width: auto;
}

/**************新添加************/
.index_adv {
    display: block;
    margin: 50px auto;
}

.index_adv img {
    display: block;
    width: 100%;
    height: 100px;
}

.index_five {
    background: url("../images/c4.jpg") no-repeat center 80px;
    margin-top: 30px;
    margin-bottom:30px;
}

.index_five > div {
    float: left;
    width: 47.5%
}

.index_five .right {
    float: right;
}

.index_five .left .box .leftimglist {
    float: left;
}

.index_five .left .box .rightList {
    float: right;
    width: 360px;
}

.index_five .left .box .leftimglist a {
    display: block;
    width: 190px;
    height: 126px;
    margin-top: 15px;
    overflow: hidden;
}

.index_five .left .box .leftimglist a:first-child {
    margin: 0;
}

.index_five .left .box .leftimglist a img {
    display: block;
    width: 190px;
    height: 126px;
}

.index_five .left .box .rightList h2 {
    font-size: 14px;
    color: #666666;
    line-height: 1.5em;
    margin-bottom: 5px;
    font-weight: normal;
}

.index_five .left .box .rightList h2 span.fl {
    width: 270px;
    height: 1.7em;
    line-height: 1.7em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.index_five .left .box .rightList h2 span.fr {
    float: right;
}

.index_five .left .box .rightList p {
    font-size: 12px;
    color: #999999;
    line-height: 2em;
    height: 2em;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.index_five .left .box .rightList li {
    border-top: 1px dashed #ccc;
    padding: 10px 0;
}

.index_five .left .box .rightList li:first-child {
    border: 0;
    padding: 0 0 10px;
}

.index_five .left .box .rightList li:last-child {
    padding: 10px 0 0;
}

.index_five .left .box .rightList li:hover p {
    color: #3589B5 !important;
}

.index_five .right .tabnav {
    width: 150px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    background: url("../images/d1.png") no-repeat center top;
    position: relative;
    float: left;
}

.index_five .right .tabnav:before {
    width: 10px;
    height: 270px;
    content: '';
    background: url("../images/d2.png") no-repeat right center;
    position: absolute;
    top: 0;
    right: -2px;
}

.index_five .right .tabnav li {
    width: 100%;
    height: 54px;
    line-height: 54px;
    background: url("../images/d1.png") no-repeat center bottom;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.index_five .right .tabnav li span {
    position: relative;
    z-index: 3;
}

.index_five .right .tabnav li.on {
    color: #fff;
}

.index_five .right .tabnav li.on:before {
    position: absolute;
    content: '';
    width: 169px;
    height: 60px;
    background: url("../images/d3.png") no-repeat center;
    left: -4px;
    top: -1px;
}

.index_five .right .tabList {
    float: right;
    width: 390px;
}

.index_five .right .tabList .box1 {
    display: block;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ccc;
}

.index_five .right .tabList .box1 img {
    float: left;
    width: 130px;
    height: 88px;
}

.index_five .right .tabList .box1 .word {
    width: 240px;
    float: right;
}

.index_five .right .tabList .box1 .word h2 {
    font-weight: normal;
    font-size: 14px;
    color: #666666;
    line-height: 2em;
}

.index_five .right .tabList .box1 .word p {
    font-size: 14px;
    color: #999999;
    line-height: 2em;
}

.index_five .right .tabList li a {
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 40px;
}

.index_five .right .tabList li a span.fl {
    float: left;
    width: 70%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.index_five .right .tabList li a span.fr {
    float: right;
}

.index_five .right .tabList a:hover, .index_five .right .tabList a:hover .word h2 {
    color: #3589B5;
}

.index_five .right .tabList .box {
    display: none;
}

.index_five .right .tabList .box:first-child {
    display: block;
}

.index_adv2 {
    margin: 50px auto;
}

.index_adv2 a {
    width: 386px;
    height: 80px;
    margin: 0 auto;
    display: block;
}

.index_adv2 a:first-child {
    margin-left: 0;
}

.index_adv2 a img {
    display: block;
    width: 100%;
    height: 100%;
}

.index_six {
    width: 100%;
    background-color: #ededed;
    background-image: url("../images/c6.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    padding: 50px 0;
}

.indextit3 {
    font-size: 24px;
    color: #fff;
    height: 57px;
    background: url("../images/d4.png") repeat-x left 46px;
    position: relative;
    margin-bottom: 30px;
}

.indextit3:before {
    content: '';
    position: absolute;
    width: 39px;
    height: 16px;
    background: url("../images/c11.jpg") no-repeat center;
    right: 0;
    bottom: 0;
    z-index: 5;
}

.indextit3 a {
    height: 46px;
    line-height: 46px;
    display: inline-block;
    min-width: 198px;
    background: url("../images/c10.jpg") no-repeat right center;
    padding-right: 47px;
}

.indextit3 a span {
    display: inline-block;
    background: #2b789d;
    font-weight: normal;
    padding-left: 5px;
    height: 46px;
    line-height: 46px;
    color: #fff;
}

.indextit3 a span i {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url("../images/b8.png") no-repeat;
    vertical-align: top;
}

.indextit3 a span i.i2 {
    background-position: 0 -50px;
}

.indextit3 a span i.i3 {
    background-position: 0 -100px;
}

.index_six .left {
    float: left;
    width: 500px;
}

.index_six .right {
    float: right;
    width: 500px;
    width: 630px;
}

.index_six .left .box2 h2 {
    font-size: 22px;
    font-weight: normal;
    position: relative;
    line-height: 2em;
    padding: 15px 0 30px;
    padding-left: 28px;
}

.index_six .left .box2 h2 a {
    color: #333333;
}

.index_six .left .box2 h2:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: #2b789d;
    left: 10px;
    top: 32px;
}

.index_six .left .box2 .list {
    padding: 20px 30px;
    border: 1px solid #ccc;
    background: url("../images/c12.jpg") no-repeat center;
}

.index_six .left .box2 .list li {
    float: left;
    width: 50%;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    padding: 0 20px;
    text-align: right;
}

.index_six .left .box2 .list li span {
    padding-right: 40px;
}

.index_six .slideBox4 {
    background: #fff;
    border: 1px dashed #ccc;
    width: 600px;
    border-right: 0;
    border-bottom: 0;
    position: relative;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.index_six .slideBox4 li {
    float: left;
    width: 100%;
}

.index_six .slideBox4 li dl {
    width: 100%;
}

.index_six .slideBox4 li dd {
    float: left;
    width: 25%;
    height: 72px;
    border-right: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    text-align: center;
    font-size: 0;
}

.index_six .slideBox4 li dd a {
    display: block;
    height: 72px;
    width: 100%;
    position: relative;
    padding: 10px;
    overflow: hidden;
}

.index_six .slideBox4 li dd a p {
    font-size: 12px;
    width: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    height: 100%;
    line-height: 30px;
    position: absolute;
    left: 0;
    bottom: -100%;
    z-index: 2;
    visibility: visible;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;

}

.index_six .slideBox4 li dd a:hover p {
    bottom: 0;
}

.index_six .slideBox4 li dd img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.index_six .slideBox4 li dd em {
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle;
}

.index_six .slideBox4 .hd a {
    position: absolute;
    width: 22px;
    height: 31px;
    top: 50%;
    margin-top: -11px;
}

.index_six .slideBox4 .hd a.prev {
    background: url("../images/c16.jpg") no-repeat center;
    left: -22px;
}

.index_six .slideBox4 .hd a.next {
    background: url("../images/c17.jpg") no-repeat center;
    right: -22px;
}

.index_six .inform {
    padding-left: 70px;
}
.frienlink{

}
.frienlink h2 {
    font-size: 16px;
    color: #666666;
    font-weight: normal;
}

.frienlink ul {
    padding: 15px 0;
    width: 100%;
}

.frienlink ul li {
    text-align: center;
    display: inline-block;
    margin-bottom: 10px;
    margin: 0 5px 10px;
}


.footer .top {
    width: 100%;
    background: #282d33;
    padding: 35px 0 45px;
}

.footer .top h2 {
    font-size: 16px;
    color: #eaeaea;
    line-height: 2em;
    font-weight: normal;
}

.footer .top .box1 {

}

.footer .top .box1 li {
    float: left;
    border-right: 1px solid #ccc;
    text-align: center;
    width: 25%;
    margin-top: 20px;
}

.footer .top .box1 li a {
    font-size: 14px;
    color: #cccccc;
    display: block;
    line-height: 2em;
    height: 2em;
    overflow: hidden;
}


.footer .top .box1 li.li4, .footer .top .box1 li.li8 {
    border-right: 0;
}

.footer .top .box1 li:hover a {
    color: #fff;
}

.footer .top .box2 {
    margin-top: 30px;
}

.footer .top .box2 li {
    font-size: 12px;
    color: #cccccc;
    display: block;
    line-height: 1em;
    margin-top: 15px;
    float: left;
    margin-right: 50px;
    line-height: 1.5em;
}

.footer .top .box3 {
    float: right;
    margin-right: 20px;
    text-align: center;
}

.footer .top .box3 p {
    display: inline-block;
    vertical-align: top;
    color: #333;
    text-align: center;
    line-height: 2em;
    font-size: 14px;
    color: #ccc;
    margin-left: 35px;
    margin-top: 10px;
}

.footer .top .box3 p img {
    display: block;
    margin-bottom: 10px;
    width: 84px;
    height: 84px;
}

.footer .bottom .fl {
    float: left;
    font-size: 12px;
    color: #ccc;
}

.footer .bottom .fr {
    float: right;
    font-size: 12px;
    color: #ccc;
}

.footer .bottom .fr a {
    font-size: 12px;
    color: #ccc;
}

.footer .bottom {
    height: 50px;
    line-height: 50px;
    background: #20252b;
    font-size: 14px;
    color: #ccc;
}

.footer .bottom a{
    color: #ccc;
}
.footer .bottom .fl img {
    vertical-align: middle;
}

.fuadv {
    position: fixed;
    right: 0;
    top: 300px;
    width: 260px;
    height: 550px;
    z-index: 10;
}

.fuadv img {
    width: 100%;
    height: 100%;
}

.fuadv .close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 26px;
    height: 26px;
    background: url("../images/c22.jpg") no-repeat center;
}

@media only screen and (max-width: 1800px) {
    .fuadv {
        width: 200px;
        height: 423px;
    }
}

.page {
    text-align: center;
    padding: 40px 0;
    font-size: 0;
}

.page a {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #666;
    border: 1px solid #ccc;
    text-align: center;
    margin: 0 4px;
}

.page span {
    display: inline-block;
    font-size: 14px;
    color: #666;
    margin: 0 4px;
}

.page a:hover, .page a.on {
    color: #fff;
    background: #024365;
    border: 1px solid #024365;
}

.page a.prev, .page a.next {
    
}

.page input[type=text] {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #666;
    border: 1px solid #ccc;
    text-align: center;
    margin: 0 4px;
}

.page input[type=button] {
    width: 50px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #666;
    border: 1px solid #ccc;
    text-align: center;
    background: #fff;
    margin: 0 4px;
}

/*以下css添加到public.css底部*/

/*友情链接图片大小*/
.frienlink ul li a img {
    height: 32px;
    width: 91px;
}

.frienlink ul li {
    margin: 0 8px 10px;
    padding: 8px;
    background: #f5f5f5;
}

/*认证查询、品牌矩阵导航居中*/
.indextit3 a span i {
    vertical-align: middle;
}

/*协会工作字号*/
.index_two .boxb .box1 div h2 {
    font-size: 16px;
}

/*乐器展图片大小调整*/
.focus-box .slideBox2 > a, .focus-box .slideBox2 p {
    display: none;
}

.focus-box .slideBox2 li img {
    width: 94%;
    display: block;
    margin: 0 auto;
}

.focus-box .slideBox2 {
    padding: 20px;
}


/*杂志图片大小调整*/
.focus-box .boxc .box2 .bottom {
    padding: 10px 20px;
}

.focus-box .boxc .box2 .bottom img {
    display: block;
    width: 163px;
    height: 212px;
    margin: 0 auto 10px;
}

/*公告上下距离*/
.index_one {
    margin: 30px auto;
}

.focus-box .boxc .box1 {
    margin-bottom: 30px;
}

/*首页行业资讯上面广告*/
.index_three a {
    float: none;
}

.index_five .left .box .rightList {
    overflow: hidden
}

.index_five .left .box .rightList {
    overflow: hidden
}

.box:after, .wrapper1200:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both
}

.box, .wrapper1200 {
    zoom: 1;
}

/*音乐教育*/
.index_five .left .box .rightList h2 span.fl {
    float: left;
}

/*友情链接*/
.frienlink h2 {
    height: 50px;
    line-height: 50px;
    font-weight: normal;
    font-size: 18px;
    border-top-left-radius: 16px;
    overflow: hidden;
    color: #fff !important;
    padding-left: 20px;
    padding-right: 10px;
    background: linear-gradient(to right, #3589b5, #fff);
}

.indextit {
    font-size: 18px !important;
    margin-bottom: 20px;
}

/*最新加入文字*/
.index_six .left .box2 .list {
    padding: 20px;
}

.index_six .left .box2 .list {
    font-size: 14px;
}

.index_six .left .box2 .list li {
    text-align: left;
    padding: 0 10px 0 40px;
}

.index_six .left .box2 .list li span {
    display: inline-block;
    width: 60px;
    padding-right: 0;
}

.index_six .left .box2 h2:before {
    top: 42px;
}

.index_six .left .box2 h2 {
    padding: 25px 0 20px 30px
}

/*悬浮层加边框*/
.pubNav .xiala {
    box-shadow: 6px 6px 5px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1)
}

/*导航字号*/
.indextit2 {
    margin-bottom: 0;
}

.indextit3 {
    font-size: 18px;
}

.index_six {
    height: 548px;
}

.index_three > div {
    width: 586px;
    height: 126px;
    float: left;
    overflow: hidden;
}

.index_three > div.slides2 {
    float: right;
}

.index_three > div li {
    width: 100%;
}

.index_adv li {
    float: left;
    width: 100%;
}

.index_adv2 div {
    width: 386px;
    height: 80px;
    float: left;
    margin-left: 21px;
    overflow: hidden;
}

.index_adv2 div:first-child {
    margin-left: 0;
}

.index_six .left .box2 .list li {
    overflow: hidden;
    zoom: 1;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
}

.index_six .left .box2 .list li span {
    overflow: hidden;
    zoom: 1;
    height: 40px;
    vertical-align: middle;
    padding-right: 5px;
}

/*加*/
.leftform ul li.y_yhmc {
    min-width: 85px;
    position: relative;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.leftform ul li.y_yhmc p {
    width: 100%;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    position: relative;
    min-width: 85px;
}

.leftform ul li.y_yhmc p img {
    position: absolute;
    top: 3px;
    right: 0;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;

}

.y_xiala {
    width: 110%;
    text-align: center;
    position: absolute;
    left: -10%;
    top: 15px;
    z-index: 999;
    background: #fff;
    display: none;
}

.y_xiala dl {
    width: 100%;
    padding-top: 10px;
}

.y_xiala dl dd {
    text-align: left;
    padding-left: 15%;
    width: 100%;
    line-height: 40px;
    font-size: 14px;
    color: #666;
}

.y_xiala dl dd a {
    color: #666 !important;
}

.leftform ul li.y_yhmc:hover img {
    transform-origin: center;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg); /* IE 9 */
    -moz-transform: rotate(180deg); /* Firefox */
    -webkit-transform: rotate(180deg); /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.leftform ul li.y_yhmc:hover .y_xiala {
    display: block;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.y_xiala dl dd a:hover {
    color: #024365 !important;
}

.menu {
    float: right;
    margin-top: 20px;
    margin-left: 20px;
    display: none;
}
.bottom-fixed {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
    display: none;
}

.bottom-fixed .tel-box {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #000;
    z-index: 11;
}

.bottom-fixed .tel-box a {
    color: #fff;
    font-size: 1rem;
}
.header .pubNav ul li > span {
    width: 15px;
    transition: transform 0.3s;
    height: 8px;
    background: url(../images/x_icon.png) no-repeat center center;
    display: none;
    position: absolute;
    right: 20px;
    top: 25px;
    background-size: 100% 100%;
}
.nav li.show span {
    transform: rotate(-180deg);
}
.listSubNav{
    margin-top: 30px;
}
.listSubNav li{
    float: left;
    padding: 0 5px;
    line-height: 30px;
    background: #d4a86f;
    margin: 10px .5%;
    border-radius: 5px;
    width: 24%;
    text-align: center;
}
.listSubNav li:hover,.listSubNav li.cur{
    background: #37a1c3;
}
.listSubNav li h3{
    font-size: 15px;
    font-weight: normal;
    color: #fff;
}
.prodList{
    padding-top: 40px;
}
.prodList li{
    float: left;
    width: 46%;
    margin: 0 2%;
    text-align: center;
}
.prodList li img{
    display: block;
    margin: 0 auto;
}
.prodList li h3{
    font-size: 18px;
    color: #333;
    line-height: 60px;
    font-weight: normal;
}
.index-pro{
    margin-bottom: 30px;
}
.index-pro li{
    width: 23.5%;
    float: left;
    margin-right: 2%;
    text-align: center;
}
.index-pro li img{
    display: block;
    margin: 0 auto;
}
.index-pro li h3{
    font-size: 16px;
    color: #333;
    margin: 10px 0;
}
li.mar0{
    margin-right: 0;
}