@charset "utf-8";
/* CSS Document */
/*公共样式与首页样式*/
A {
    TEXT-DECORATION: none;
}

A {
    color: #454545;
    outline: none;
}

A:visited {
    color: #454545;
}

A:active {
    color: #454545
}

A:hover {
    COLOR: #f16624
}

BODY {
    margin: 0px;
    padding: 0;
    font-family:Arial, "微软雅黑";
    background: #ffffff;
    color: #454545;
}
/*'Proxima Nova',*/
body, html {
    /*width: 100%;*/
    /*height: 100%;*/
}

p, h1, h2, h3, h4, h5, h6, ul, li, input, dl, dt, dd, header, article, iframe, footer, ol, div, img {
    margin: 0px;
    padding: 0px;
}

button {
    border: 0;
    background: none;
}

input {
    border: 0px;
}

img, button, label, :before, :after,li {
    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,input,button {
    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: 13px;
}

.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: 13px;
        line-height: 1.5;
    }


}

@media only screen and (min-width: 1200px) {
    .main {
        width: 1200px;
        margin: 0px auto;
    }

    body {
        font-size: 14px;
        line-height: 24px;
    }

}
a.cd_lan{
    color:#f16624;
}
a.cd_lan:hover{
    text-decoration: underline;
}
.y50{
    -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;
}
.y10{
    -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;
}
.y5{
    -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
}
.y3{
    -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;
}
.zt_3d{
    color:#333;
}
.zt_6d{
    color:#666;
}
.zt_9d{
    color:#999;
}

@media only screen and (max-width: 1200px) {
    .md50{
        margin-bottom: 20px;
    }
    .md10{
        margin-bottom: 10px;
    }
    .md15{
        margin-bottom:10px;
    }
    .md20{
        margin-bottom: 15px;
    }
    .md30{
        margin-bottom: 20px;
    }
    .md35{
        margin-bottom: 20px;
    }
    .md40{
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 1200px) {
    .md50{
        margin-bottom: 50px;
    }
    .md10{
        margin-bottom: 10px;
    }
    .md15{
        margin-bottom:15px;
    }
    .md20{
        margin-bottom: 20px;
    }
    .md30{
        margin-bottom: 30px;
    }
    .md35{
        margin-bottom: 35px;
    }
    .md40{
        margin-bottom: 40px;
    }
    .img_d {
        overflow: hidden;
    }

    .img_d img {
        transition: All 0.4s ease-in-out;
        -webkit-transition: All 0.4s ease-in-out;
        -moz-transition: All 0.4s ease-in-out;
        -o-transition: All 0.4s ease-in-out;
    }

    .img_d:hover img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
    }
    .xd{
        position:relative;
    }
    .xd:after{
        content: '';
        width:0%;
        height:2px;
        background-color: #f16624;
        -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
        transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
        position:absolute;
        left:0px;
        bottom: 0px;
    }
    .xd:hover:after{
        width:100%;
    }

    .an_dx {
        overflow: hidden;
        position: relative;
    }

    .an_dx b {
        display: block;
        position: relative;
        z-index: 1;
    }

    .an_dx:before {
        content: '';
        width: 0%;
        height: 100%;
        background-color: #f16624;
        position: absolute;
        left: 0px;
        top: 0px;
    }

    .an_dx:hover:before {
        width: 100%;
        -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
        transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    }

    .an_dx:hover b {
        color: #fff;
    }

}
.zt_lan,a.cd_6d:hover{
    color:#133170;
}
a.cd_6d{
    color:#666;
}
.ban{
    width:100%;
}
.ban img{
    width:100%;
    display: block;
}
@media only screen and (max-width: 1200px) {
    .fy1 {
        width: 102%;
        float: left;
        margin-left: -1%;
        /*text-transform: uppercase;*/
    }

    .fy1 a {
        float: left;
        display: none;
        border: solid 1px #f16624;
        padding: 0px 10px;
        margin-left: 3px;
    }

    .fy1 a.cd_sx {
        display: block;
        width: 23%;
        margin: 0px 1%;
        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;
        /*text-transform: uppercase;*/
    }

    .fy1 a {
        display: inline-block;
        border: solid 2px #dddddd;
        padding: 0px 5px;
        line-height:48px;
        height:50px;
        width:50px;
        text-align: center;
        margin: 0px 2px;
        font-size: 16px;
    }

}

.fy1 a:hover,
.fy1 a.on {
    background: #f16624;
    color: #ffffff;
    border-color:#f16624;
}

#mediaplayer_logo{
    display: none;
}


@media only screen and (max-width: 1200px) {
    a.cd_k_h{
        display: inline-block;
        height:40px;
        line-height:40px;
        font-size:14px;
        text-align: center;
        color:#f16624;
        border: solid 1px #f16624;
        padding:0 15px;
        min-width:180px;
    }
    a.cd_k_b{
        display: inline-block;
        height:40px;
        line-height: 40px;
        font-size:14px;
        text-align: center;
        color:#fff;
        border: solid 1px #fff;
        padding:0 15px;
    }
    .pc{
        display:none;
    }

}
@media only screen and (min-width: 1200px) {
    .mob{
        display:none;
    }
   a.cd_k_h{
       display: inline-block;
       height:60px;
       line-height: 58px;
       font-size:16px;
       text-align: center;
       color:#f16624;
       border: solid 1px #f16624;
       padding:0 15px;
       min-width:300px;
   }
   a.cd_k_b{
       display: inline-block;
       height:50px;
       line-height: 48px;
       font-size:16px;
       text-align: center;
       color:#fff;
       border: solid 1px #fff;
       padding:0 15px;
       min-width:165px;
   }
}
@media only screen and (max-width: 1200px) {

}
@media only screen and (min-width: 1200px) {

}