@charset "utf-8";
/* CSS Document */
/*公共样式与首页样式*/
A {
    TEXT-DECORATION: none;
}

A:link {
    color: #333;
    outline: none;
}

A:visited {
    color: #333;
}

A:active {
    color: #333;
}

A:hover {
    COLOR: #e16e39
}

BODY {
    margin: 0px;
   /* font-family: Arial, "微软雅黑";*/
    background: #ffffff;
	font-family: "微软雅黑";
    color: #333333;
}

p, h1, h2, h3, h4, h5, h6, ul, li, input, dl, dt, dd, header, article, iframe, footer, ol, div, img {
    margin: 0px;
    padding: 0px;
}

input {
    border: 0px;
}
input::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
    color: #999999 !important;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #999999 !important;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
    color: #999999 !important;
}
input:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/
    color: #999999 !important;
}

img {
    border: 0px;
    vertical-align: middle;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    max-width: 100%;
    height: auto;
}

li {
    list-style: none;
}

a, i, p {
    outline: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

b, label {
    font-weight: normal;
}

input, button, select, textarea {
    outline: none;
    font-family: "微软雅黑";
    font-size: 12px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
    margin: 0px;
    padding: 0px;
    height: 0px;
}
p, h1, h2, h3, h4, h5, h6, ul, li, input, dl, dt, dd, button, header, article, iframe, footer, ol, div, img {
    margin: 0px;
    padding: 0px;
}

input ,button {
    border: 0px;
}

img {
    border: 0px;
    vertical-align: middle;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    max-width: 100%;
    height: auto;
}
@media only screen and (max-width: 1200px) {

    img {
        border: 0px;
        vertical-align: middle;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear;
        max-width: 100%;
        height: auto;
    }

}


li {
    list-style: none;
}

a, i, p ,h1, h2, h3, h4, h5, h6,span,:before,:after{
    outline: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

i {
    font-style: normal;
}

b, label {
    font-weight: normal;
}

video,input, button, select, textarea {
    outline: none;
    font-family: "微软雅黑";
    font-size: 12px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
    margin: 0px;
    padding: 0px;
    height: 0px;
}


/* swiper */
.swiper-container .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    height: 14PX;
    width: 14PX;
}
.swiper-container .swiper-pagination-bullet-active {
    background-color: #fff;
    width: 40px;
    border-radius: 7px;
}
/* 公共title */
@media only screen and (max-width: 1200px) {
    .title {
        font-size: 24px;
        text-align: center;
        margin-bottom: 30px;
    }
    .title span {
        display: block;
        width: 25px;
        height: 3px;
        margin: 0 auto;
        margin-top: 10px;
        background-color: #193d7c;
    }
}

@media only screen and (min-width: 1200px) {
    .title {
        font-size: 30px;
        text-align: center;
        margin-bottom: 30px;
    }
    .title span {
        display: block;
        width: 40px;
        height: 3px;
        margin: 0 auto;
        margin-top: 15px;
        background-color: #193d7c;
    }
}

@media only screen and (min-width: 1200px) {

    .img_d {
        overflow: hidden;
    }

    .img_d:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
    }
}

/* nav2 */
@media only screen and (max-width: 1200px) {
    .lm1k {
        width: 100%;
    }

    .lm1 {
        width: 100%;
        float: left;
        display: none;
    }

    .lm1 li {
        float: left;
        width: 100%;
        border-bottom: solid 1px #dddddd;
    }

    .lm1 li a {
        display: block;
        width: 100%;
        font-size: 14px;
        padding: 10px 3%;
        background: #f5f5f5;
    }

    .lm1 li a:hover {
        background: #e06f39;
        color: #ffffff;
    }

    .lm1_bt {
        width: 100%;
        box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
        float: left;
        text-align: center;
        height: 40px;
        line-height: 40px;
        background: #fff;
        font-size: 14px;
    }

    .lm1_bt a {
        width: 100%;
        height: 40px;
        display: block;
        background: url(../images/jt_xx.png) no-repeat 97% 15px;
    }

    .lm1_bt a.on {
        background: url(../images/jt_xx2.png) no-repeat 97% 15px;
    }

}

@media only screen and (min-width: 1200px) {
    .lm1_bt {
        display: none;
    }

    .lm1k {
        width: 100%;
        box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
        background-color:#fff;
        height: 50px;
        padding-top: 10px;
        position: relative;
    }

    .lm1 {
        width: 1200px;
        height: 40px;
        line-height: 30px;
        margin: 0px auto;
    }

    .lm1 li {
        float: left;
        height: 40px;
        margin-right: 60px;
    }

    .lm1 li a {
        display: block;
        height: 40px;
        font-size: 18px;
    }

    .lm1 li a.on {
        color: #e06f39;
        /* font-weight: 600; */
        border-bottom: solid 3px #e06f39;
    }
}


/* 分页 */ 
@media only screen and (max-width: 1200px) {
    .fy1 {
        width: 100%;
        float: left;
    }
    .fy1 a {
        float: left;
        display: none;
        border: solid 1px #dddddd;
        padding: 0px 10px;
        margin-left: 3px;
    }
    .fy1 a.cd_sx {
        display: block;
        width: 45%;
        margin: 0px 2.5%;
        text-align: center;
        padding: 8px 0px;
    }
}
.fy1 a {
    background-color: #fff;
}
@media only screen and (min-width: 1200px) {
    .fy1 {
        width: 100%;
        float: left;
        line-height: 38px;
        text-align: center;
    }
    .fy1 a {
        display: inline-block;
        border: solid 1px #dddddd;
        padding: 0px 15px;
        margin: 0px 1px;
    }
}
.fy1 a:hover, .fy1 a.on {
    background: #e06f39;
    color: #ffffff;
    border: solid 1px #e06f39;
}
@media only screen and (max-width: 1200px) {
    .cont {
        background: url(../images/cont.jpg) #f5f5f5 no-repeat;
        background-size: 100% auto;
        background-position: center bottom;
        padding: 30px 0;
    }
    .tit-2 {
        text-align: center;
        font-size: 30px;
        line-height: 30px;
        font-weight: 600;
        margin-bottom: 35px;
    }
}
@media only screen and (min-width: 1200px) {
    .cont {
        background: url(../images/cont.jpg) #f5f5f5 no-repeat;
        background-size: 100% auto;
        background-position: center bottom;
        padding: 50px 0 60px;
    }

    .tit-2 {
        text-align: left;
        font-size: 32px;
        line-height: 30px;
        margin-bottom: 35px;
    }
    

}