@charset "utf-8"; /* CSS Document */
/**common**/
html, body {
    min-width: 1440px;
}

* {
    margin: 0;
    padding: 0;
}

body, div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p {
    margin: 0;
    padding: 0;
    font: 14px/1 Arial,Helvetica,\5FAE\8F6F\96C5\9ED1,sans-serif;
}

table,td,tr,th {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
}

ol,ul {
    list-style: none;
}

li {
    list-style-type: none;
}

img {
    vertical-align: middle;
    border: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-size: inherit;
    font-weight: normal;
}

.clear {
    clear: both;
    *zoom:1;}

.clear:after {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
}

a {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

@font-face {
    font-family: "Helvetica";
    src: url('../fonts/Helvetica.ttf');
}

@font-face {
    font-family: "HelveticaBold";
    src: url("../fonts/HelveticaBold.ttf");
}

@font-face {
    font-family: "Helvetica-Roman-SemiB";
    src: url("../fonts/Helvetica-Roman-SemiB.ttf");
}

@font-face {
    font-family: "OppoSansBold";
    src: url("../fonts/OppoSansBold.ttf");
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
    width: 0;
}

/* 滚动槽宽度 */
::-webkit-scrollbar-track {
    background-color: #f0f0f0;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    background-color: #d70e04;
}

/* 滚动条滑块默认状态 */
::-webkit-scrollbar-thumb:window-inactive {
    background-color: #d70e04;
}

/* 滚动条滑块点击状态 */
/*头部 开始*/
.ly_top {
    width: 100%;
    height: 90px;
    margin: 0;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ly_top .lytop_main {
    width: 100%;
    max-width: 1400px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.lytop_main .ly_logo {
    width: auto;
    height: 70px;
    overflow: hidden;
    margin: 10px 0;
    padding: 0;
    float: left;
}

.ly_Logo a {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 70px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.ly_Logo a img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0;
    padding: 0;
}

.lytop_main .lytop_right {
    margin: 25px 0 25px 60px;
    float: right;
}

.lytop_main em {
    height: 15px;
    width: 1px;
    background-color: #d7d7d7;
    float: right;
    position: absolute;
    right: 5%;
    top: 40%;
}

.lytop_right .lytop_tel {
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #d70e04;
    font-size: 26px;
    font-weight: bold;
    margin: 0 20px 0 0;
    padding: 0;
    float: left;
}

.lytop_right .lytop_tel img {
    display: block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    margin: 10px 5px 10px 0;
    padding: 0;
    float: left;
}

.lytop_right .lytop_search {
    height: 40px;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
    z-index: 1;
}

.lytop_search form {
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    position: relative;
}

.lytop_search form .sc_ipt {
    width: 0;
    height: 40px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.lytop_search form .sc_ipt input {
    display: block;
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #999999;
    font-size: 14px;
    margin: 0;
    padding: 0 14px;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-right: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lytop_search form .sc_btn {
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    float: right;
}

.lytop_search form .sc_btn input {
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: #fff url(../images/SSbtn_icon.png) center center no-repeat;
    background-size: 21px 20px;
    border: 0;
    outline: none;
    cursor: pointer;
}

.lytop_search:hover form .sc_ipt {
    width: 260px;
    height: 240px;
    left: -260px;
}

.lytop_search:hover form .sc_btn input {
    background: #d70e04 url(../images/SSbtn_icon1.png) center center no-repeat;
}

@media (max-width: 1680px) {
}

@media (max-width: 1600px) {
}

@media (max-width: 1560px) {
}

@media (max-width: 1440px) {
    .ly_top .lytop_main {
        width:94%;
    }
}

/*导航栏 开始*/
.ly_nav {
    width: 58%;
    height: auto;
    margin: 0;
    padding: 0;
    float: right;
}

.ly_nav li, .ly_nav a {
    text-decoration: none;
    list-style: none;
}

.ly_nav ::-webkit-scrollbar {
    display: none;
}

.ly_nav .nav_list {
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ly_nav .nav_list > ul > li {
    display: inline-block;
    width: 14.2%;
    position: relative;
    list-style: none;
    padding: 0 10px;
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ly_nav .nav_list > ul > li:last-child {
    background: none;
}

.ly_nav .nav_list > ul > li:hover {
}

.ly_nav .nav_list > ul > li > a {
    display: inline-block;
    width: 100%;
    line-height: 90px;
    color: #303030;
    font-size: 16px;
    text-align: center;
    margin: 0;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.ly_nav .nav_list > ul > li > a:after {
    content: "";
    width: 0;
    height: 3px;
    position: absolute;
    left: 25%;
    bottom: 15%;
    border-radius: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.ly_nav .nav_list > ul > li:hover > a:after,.ly_nav .nav_list > ul > li.active > a:after {
    width: 50%;
    background: #d70e04;
}

.ly_nav .nav_list > ul > li:hover, .ly_nav .nav_list > ul > li.active {
}

.ly_nav .nav_list > ul > li:hover > a, .ly_nav .nav_list > ul > li.active > a {
    color: #d70e04;
}

.ly_nav .nav_list > ul > li i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/down.png) center center no-repeat;
    background-size: 10px 10px;
    vertical-align: middle;
    cursor: pointer;
    margin: 0;
    display: none;
}

.ly_nav .nav_list > ul > li i.cur {
    background: url(../images/up.png) center center no-repeat;
    background-size: 10px 10px;
    text-decoration: none;
}

.ly_nav .nav_list > ul > li ul {
    display: none;
    position: absolute;
    left: -17%;
    top: 80px;
    z-index: 9;
    width: 134%;
    overflow: hidden;
    background-color: #fff;
    border-top: 2px solid #d70e04;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 2px 2px;
}

.ly_nav .nav_list > ul > li:hover ul {
    display: block;
}

.ly_nav .nav_list > ul > li ul li {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    border-bottom: 1px solid rgba(85, 87, 89, 0.1);
}

.ly_nav .nav_list > ul > li ul li:last-child {
    border: 0;
}

.ly_nav .nav_list > ul > li ul li a {
    display: block;
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #555;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 auto;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ly_nav .nav_list > ul > li ul li a:hover {
    color: #d70e04;
}

.ly_nav .nav_menu {
    display: none;
}

@media (max-width: 1440px) {
    .ly_nav .nav_list > ul > li ul {
        width:140%;
        left: -20%;
    }

    .lytop_main .lytop_right {
        margin: 23px 0 23px 3%;
    }
}

/*导航栏 结束*/
/*头部 结束*/
/*底部*/
.lyFoot {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 60px 0 0;
    background-color: #0c73a9;
}

.lyFoot .lyFoot_Main {
    width: 100%;
    max-width: 1400px;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.lyFoot_Main .lyFoot_Head {
    width: 100%;
    height: auto;
    margin: 0 auto 40px;
    padding: 0 0 20px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.lyFoot_Head .lyFoot_logo {
    width: 40%;
    height: 60px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    float: left;
}

.lyFoot_logo a {
    display: table-cell;
    vertical-align: middle;
    width: auto;
    height: 60px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.lyFoot_logo a img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0;
    padding: 0;
}

.lyFoot_Head .lyFoot_tel {
    width: 60%;
    height: 60px;
    overflow: hidden;
    line-height: 80px;
    color: #fff;
    font-size: 16px;
    text-align: right;
    margin: 0;
    padding: 0;
    float: right;
}

.lyFoot_tel img {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 0 8px 0 0;
    padding: 0;
}

.lyFoot_tel span {
    font-size: 30px;
    font-weight: bold;
}

.lyFoot_Main .lyFoot_Con {
    width: 100%;
    height: auto;
    margin: 0 auto 40px;
    padding: 0;
}

.lyFoot_Con .lyFoot_lxfs {
    width: 40%;
    height: auto;
    margin: 0;
    padding: 10px 0;
    float: left;
}

.lyFoot_lxfs dl dd {
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 0 10px;
    padding: 0 0 0 28px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lyFoot_lxfs dl dd:last-child {
    margin: 0;
}

.lyFoot_lxfs dl dd img {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 10px;
}

.lyFoot_lxfs dl dd span {
    color: rgb(255 255 255);
}

.lyFoot_Con .lyFoot_nav {
    width: 40%;
    height: auto;
    margin: 0;
    padding: 5px 0;
    float: left;
}

.lyFoot_nav ul li {
    width: 25%;
    height: auto;
    margin: 0;
    padding: 5px 0;
    float: left;
}

.lyFoot_nav ul li a {
    display: block;
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: rgb(255 255 255);
    font-size: 16px;
    margin: 0;
    padding: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.lyFoot_nav ul li a i {
    display: inline-block;
    width: 8px;
    height: 8px;
    vertical-align: middle;
    margin: -2px 0 0 10px;
    padding: 0;
    background: url(../images/jt24.png) center center no-repeat;
    background-size: 8px 8px;
}

.lyFoot_nav ul li a:hover {
    color: #fff;
}

.lyFoot_nav ul li a:hover i {
    background: url(../images/jt25.png) center center no-repeat;
    background-size: 8px 8px;
}

.lyFoot_Con .lyFoot_ewm {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    float: right;
}

.lyFoot_ewm p {
    width: 20px;
    line-height: 20px;
    color: rgba(255,255,255,0.25);
    font-size: 14px;
    text-align: center;
    writing-mode: vertical-rl;
    margin: 13px 0 13px 10px;
    padding: 0;
    float: right;
}

.lyFoot_ewm span {
    display: block;
    width: 110px;
    height: 110px;
    overflow: hidden;
    margin: 0;
    padding: 8px;
    background: url(../images/ewmbg.png) center center no-repeat;
    background-size: 100% 100%;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lyFoot_ewm span img {
    display: block;
    width: 94px;
    height: 94px;
    margin: 0;
    padding: 0;
}

.ly_Links {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 40px;
    padding: 20px;
    background-color: #262626;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ly_Links .lyLinks_Main {
    width: 100%;
    height: auto;
    min-height: 40px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 0 0 180px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lyLinks_Main .Lk_tit {
    width: 180px;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.lyLinks_Main .Lk_tit i {
    display: block;
    width: 30px;
    height: 30px;
    margin: 5px 6px 5px 0;
    padding: 0;
    background: url(../images/link1.png) center center no-repeat;
    background-size: 30px 30px;
    float: left;
}

.lyLinks_Main .Lk_tit span {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    margin: 0 4px 0 0;
    vertical-align: middle;
}

.lyLinks_Main .Lk_list {
    width: 100%;
    height: auto;
    min-height: 40px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.lyLinks_Main .Lk_list a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: rgba(255,255,255,0.25);
    font-size: 14px;
    margin: 0;
    padding: 0 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.lyLinks_Main .Lk_list a:hover {
    color: #fff;
}

.lyFoot_Main .lyFoot_Copy {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 10px 0;
}

.lyFoot_Copy p {
    width: auto;
    height: 40px;
    line-height: 40px;
    color: rgb(255 255 255);
    font-size: 16px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.lyFoot_Copy p a {
    color: rgb(255 255 255);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.lyFoot_Copy p a:hover {
    color: #fff;
}

@media (max-width: 1680px) {
}

@media (max-width: 1600px) {
}

@media (max-width: 1560px) {
}

@media (max-width: 1440px) {
    .lyFoot {
        padding:40px 0 0;
    }

    .lyFoot .lyFoot_Main {
        width: 94%;
    }
}

/*底部*/
/*右侧客服 开始*/
.kfView1 {
    position: fixed;
    top: 30%;
    right: 2px;
    z-index: 999;
}

.kfView1 .tela>a {
    display: block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    background: rgba(0,0,0,.7);
    margin-bottom: 2px;
}

.kfView1 .tela>a:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/slidebar_icon.png) center -27px no-repeat;
    overflow: hidden;
    margin: 9px 10px;
}

.kfView1 .tela .wz {
    position: absolute;
    top: 2px;
    left: -224px;
    z-index: 999;
    display: none;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}

.kfView1 .tela:hover .wz {
    display: block;
}

.kfView1 .tela p {
    background: #fff;
    width: 200px;
    height: 40px;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    color: #ffa810;
    line-height: 40px;
    text-align: center;
}

.kfView1 .tela p em {
    width: 0;
    height: 0;
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    right: -6px;
}

.kfView1 .wxa {
    position: relative;
    text-align: center;
}

.kfView1 .wxa>span {
    display: block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    background: rgba(0,0,0,.7);
    margin-bottom: 2px;
}

.kfView1 .wxa>span:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/slidebar_icon.png) center -52px no-repeat;
    overflow: hidden;
    margin: 9px 10px;
}

.kfView1 .wxa .code {
    position: absolute;
    top: -40px;
    left: -144px;
    z-index: 999;
    display: none;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    background: #fff;
}

.kfView1 .wxa:hover .code {
    display: block;
}

.kfView1 .wxa .code p {
    width: 120px;
    height: 120px;
    overflow: hidden;
}

.kfView1 .wxa .code p img {
    max-width: 100%;
    max-height: 100%;
}

.kfView1 .wxa .code p em {
    width: 0;
    height: 0;
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    margin-top: -4px;
    position: absolute;
    top: 42%;
    right: -6px;
}

.kfView1 .wxa .code span {
    width: 120px;
    overflow: hidden;
    font-size: 14px;
    line-height: 30px;
}

.kfView1 a.totop {
    display: block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    background: rgba(254,19,23,.7);
    margin-bottom: 2px;
}

.kfView1 a.totop:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/slidebar_icon.png) center -76px no-repeat;
    overflow: hidden;
    margin: 9px 10px;
}

.kfView1 .pfpro,.kfView1 .pflxwm {
    display: none;
}

/*右侧客服 结束*/
