@charset "utf-8";
/* CSS Document */
/*公共样式与首页样式*/
A {
    TEXT-DECORATION: none;
}

A:link {
    color: #505050;
    outline: none;
}

A:visited {
    color: #333333;
}

A:active {
    color: #333333
}

A:hover {
    COLOR: #f35d0c
}

BODY {
    margin: 0px;
    padding: 0;
    font-family:Arial, "微软雅黑";
    background: #ffffff;
    color: #333333;
}

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;
}

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;
}

@media only screen and (max-width: 1200px) {
    .main {
        width: 100%;
        margin: 0px auto;
    }

    body {
        font-size: 12px;
        line-height:1.5;
    }

    #my-video2 {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 10px;
    }

}

@media only screen and (min-width: 1200px) {
    .main {
        width: 1200px;
        margin: 0px auto;
    }

    body {
        font-size: 14px;
        line-height: 24px;
    }

    #my-video2 {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}
@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 (min-width: 1200px) {
.nav2 {
    height: 80px;
    box-shadow: 0 7px 5px #e5e5e5;
}
.nav2 ul li {
    float: left;
    margin-right: 40px;
    line-height: 79px;
    /* border-bottom: 3px solid #f46610; */
    font-size: 18px;

}
.nav2 ul li.active{
    display: block;
    color: #f46610;
    border-bottom: 3px solid #f46610;
}
.nav2 ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.nav2 .lm1_bt {
    display: none;
}
}
@media only screen and (max-width: 1200px) {
    .nav2 ul {
        width: 100%;
        float: left;
        display: none;
    }
    .nav2 ul li {
        float: left;
        width: 100%;
        border-bottom: solid 1px #dddddd;
    }
    .nav2 ul li a {
        display: block;
        width: 100%;
        font-size: 13px;
        padding: 8px 3%;
        background: #f2f2f2;
    }
    .nav2 ul li a:hover {
        background: #f3600c;
        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;
        
        font-size: 16px;
    }

    .lm1_bt a {
        width: 100%;
        height: 40px;
        display: block;
        position:relative;
        color:#f3600c;
    }
    .lm1_bt a:before{
        content: '';
        position:absolute;
        width:40px;
        height:40px;
        right:5px;
        top:0px;
        background: url(../images/jt_xx.png) center no-repeat;
        background-size: auto 8px;
    }
    .lm1_bt a.on:before {
        transform: rotate(180deg);
    }
}

/* 分页 */ 
@media only screen and (min-width: 1200px) {
    .fy1 {
        width: 100%;
        height: 50px;
        text-align: center;
    }
    .fy1 .bl1 {
        width: 295px;
        height: 50px;
        border-radius: 8px;
        text-align: center;

    }
    .fy1 a {
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        border: 1px solid #e5e5e5;
        padding: 10px 25px;
    }
    .fy1 a:first-child {
        border-radius: 8px 0 0 8px;
    }
    .fy1 .next {
        border-radius: 0  8px 8px 0;
    }
    .fy1 .sel {
        border: 1px solid #e5e5e5;
        border-radius: 8px;
        margin-left: 12px;
        padding-left: 15px;
        padding: 10px 25px;
    }

    .fy1 a:hover,.fy1 a.on {
    background: #f46610;
    color: #ffffff;
    border: solid 1px #f46610;
}
}
@media only screen and (max-width: 1200px) {
    .fy1 {
        width: 100%;
        height: 40px;
        text-align: center;
    }
    .fy1 a {
        display: inline-block;
        text-align: center;
        border: 1px solid #e5e5e5;
        margin: -1px;
        padding: 10px 20px;
    }
    .fy1 a:first-child {
        border-radius: 8px 0 0 8px;
    }.fy1 a:nth-child(2) {
        margin: 0px;
    }
    .fy1 .next {
        /* width: 80px; */
        border-radius: 0  8px 8px 0;
    }
    .fy1 .sel {
        border: 1px solid #e5e5e5;
        border-radius: 8px;
        margin-left: 12px;
        appearance: none;
        padding: 10px 25px;
    }
    .fy1 a:hover,.fy1 a.on {
    background: #f46610;
    color: #ffffff;
    border: solid 1px #f46610;
}
}
.fy1 .sel {
    margin-bottom: 20px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('../images/select.png') no-repeat right center;
    background-size: 5px;
    background-position: 35px center;
}
