@charset "utf-8";
/* CSS Document */


/**common**/
*{ 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.5 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 { 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;}
input,select,textarea {-webkit-appearance: none;border-radius: 0;outline: none}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"],input[type="password"] {-webkit-appearance: none;}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #303030;
}
input:-moz-placeholder, textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #303030;
}
input::-moz-placeholder, textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #303030;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #303030;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder { /* Microsoft Edge */
	color: #303030;
}

.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:3px;}/* 滚动槽宽度 */
::-webkit-scrollbar-track { background-color:rgba(255,255,255,0.11); border-radius:0px;}
::-webkit-scrollbar-thumb { background-color:#008fe9;} /* 滚动条滑块默认状态 */
::-webkit-scrollbar-thumb:window-inactive { background-color:#008fe9;} /* 滚动条滑块点击状态 */


/*头部 开始*/
.ly_top { width:100%; height:auto; margin:0; padding:0; top:0; left:0;position: fixed; z-index:3; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position:relative;}
.ly_top .top_top{width:100%; height:100px;margin:0; padding:0;border-bottom:1px solid #e2e2e2;}
.ly_top .lytop_main { width:1400px; height:auto; margin:0 auto; padding:0;}
.lytop_main .ly_logo { width:20%; overflow:hidden; margin:18px 0 0; padding:0; float:left;}
.ly_logo a { display: table-cell; vertical-align: middle; width:100%; 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;}
.ly_logo a img.logo2 { display:none;}

.lytop_main .lytop_right { margin:30px 0 0 30px; float:right;}

.lytop_right .lytop_search { width:100%; height:43px; margin:0; padding:0; float:left; position:relative; z-index:2;}
.lytop_search form { width:100%;height:43px; margin:0; padding:0; position:relative;}
.lytop_search form .sc_ipt { width:300px; height:38px; margin-right: 10px; padding:0; float:left;}
.lytop_search form .sc_ipt input { display:block; width:100%; height:38px; background:#fff; border:1px solid #e9e7e7; border-radius:30px; overflow:hidden; line-height:20px; color:#868686; font-size:14px; margin:0; padding:0 25px; outline:none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;box-shadow: rgba(136, 136, 136, 0.2) 0px 5px ;}
.lytop_search form .sc_ipt input::-webkit-input-placeholder{ color:#868686;}
.lytop_search form .sc_btn { width:60px; height:43px; overflow:hidden; margin:0; padding:0; float:right;}
.lytop_search form .sc_btn input { display:block; width:60px; height:43px; overflow:hidden; margin:0; padding:0; background:url(../images/search_button.png) center center no-repeat; background-size:60px 43px; border:0; outline:none; cursor:pointer;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lytop_search form .sc_btn input:hover{background:url(../images/search_button_on.png) center center no-repeat;}

/*导航栏 开始*/
.ly_nav { width:1400px; height:auto; margin:0 auto; padding:0; clear:both;}
.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:auto; position: relative; list-style: none; padding:0 3.9%; float:left; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; color:#242424; border-right:1px solid #e2e2e2;}
.ly_nav .nav_list > ul > li:last-child { border:0;}
.ly_nav .nav_list > ul > li > a { display: inline-block; width:100%; line-height: 68px; color: #242424; font-size: 16px; text-align:center; padding: 0; margin: 0; text-decoration: none; position:relative; z-index:1; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.ly_nav .nav_list > ul > li:hover > a, .ly_nav .nav_list > ul > li.active > a { color: #fff;}
.ly_nav .nav_list > ul > li > em { display:block; width:100%; height:0; overflow:hidden; background: linear-gradient(to right top, #0592d7, #95cb5b); margin:0; padding:0; position:absolute; bottom:0px; left:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.ly_nav .nav_list > ul > li:hover > em, .ly_nav .nav_list > ul > li.active > em { height:100%;}
.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:20px 20px; 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; width:100%; overflow:hidden; background-color:#fff; box-shadow:0 5px 10px rgba(0, 0, 0, 0.1); position:absolute; left:0; top:68px; z-index:9;}
.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:#008fe9;}
.ly_nav .nav_menu { display: none;}

.fxd .ly_nav .nav_list > ul > li > a { color:#333;}
.fxd .ly_nav .nav_list > ul > li:hover > a, .fxd .ly_nav .nav_list > ul > li.active > a { color: #fff;}

/*导航栏 结束*/
/*头部 结束*/

/*ly_foot 开始*/
.links { width:100%; overflow:hidden; margin:0 auto; padding:0 0 60px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.ind_title2 i{ width:100% !important;}
.ind_title2 i:before,.ind_title2 i:after{ width:48% !important;}
.ly_links { width:100%; overflow:hidden; margin:0 auto; padding:0 0 30px; border-bottom:1px solid rgba(255,255,255,0.1); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.links_main { width:100%;max-width:1400px; overflow:hidden; margin:0 auto; padding:0; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.links_main .links_list { width:100%; height:auto; margin:0 auto; padding:0;}
.links_main .links_list a{display:inline-block; height:40px; line-height:40px; color:#333; font-size:15px;padding:0;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.links_main .links_list i{width: 2%;display: inline-block;text-align: center;height: 40px; line-height: 40px;color: #ddd;font-size: 12px; vertical-align:top;}
.links_main .links_list a:hover{ color:#0592d7;}

.foot { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0;position:relative;}
.foot .foot_container { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0;}
.foot .foot_container:before{content: "";width: 100%; height: 9px;background: linear-gradient(to right, #0592d7, #95cb5b); display:block;}
.foot .foot_main { width:1400px; height:auto; margin:0 auto; padding:70px 0;}
.foot_main .foot_fl { height:auto; margin: 0 6% 0 0; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.foot_fl .foot_logo { width:250px; height:60px; overflow:hidden; margin:0 0 30px; padding:0;}
.foot_fl .foot_text { width:100%; overflow:hidden; margin:0; padding:0;}
.foot_fl .foot_text span{background:url(../images/foot_tel_ico.png) left center no-repeat; padding-left:30px; font-size:15px; color:#888; display:block; line-height:24px;}
.foot_fl .foot_text p{ font-size:40px; line-height:60px; font-weight:bold;background: linear-gradient(to right, #0592d7, #95cb5b);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.foot_fl .foot_text a{background:url(../images/foot_cont_ico.png) right center no-repeat;font-size:15px; color:#888; display:block;line-height:24px; width:35%;}
.foot_main .mid{ width:55%;position:relative; padding:0 5%; margin:0;}
.foot_main .mid:before{content: ""; height:200px; width:1px; background:#ddd; display:block; position:absolute; left:0;}
.foot_main .mid:after{content: ""; height:200px; width:1px; background:#ddd; display:block; position:absolute; right:0; top:0;}
.foot_fl ul li { width:33.33%; height:auto; margin:0 auto; text-align:center;float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.foot_fl ul li:nth-child(3n+3){ padding:0;}
.foot_fl ul li p { width:100%; height:34px; line-height:34px; color:#333; font-size:18px; font-weight:bold; margin:0 auto 20px; padding:0;}
.foot_fl ul li .ft1_list { width:100%; max-height:140px; overflow:hidden; margin:0; padding:0;}
.foot_fl ul li .ft1_list a { display:block; width:60%; height:36px; overflow:hidden; line-height:36px; color:#999; font-size:15px; white-space: nowrap; text-overflow: ellipsis; margin:0 auto;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.foot_fl ul li .ft1_list a:hover{ color:#0592d7;}
.foot_main .foot_fr { height:auto; margin:0; padding:0; float:right; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.foot_main .foot_fr .border{ border:1px solid #ddd; padding:10px; text-align:center;}
.foot_main .foot_fr .border img{ max-width:135px;}
.foot_main .foot_fr .border span{ display:block; color:#999;line-height: 30px;}

.foot_copy { width:100%; overflow:hidden; margin:0 auto; padding:0; background-color:#0592d7;}
.foot_copy .foot_copy_main { width:1400px; overflow:hidden; margin:0 auto; padding:0;}
.foot_copy_main p { height:65px; line-height:65px; color:#fff;margin:0; padding:0;}
.foot_copy_main p a { color:#fff;}

@keyframes wave {
    100% {
        transform: translateX(-50%);
    }
}

/*ly_foot 结束*/

/*右侧客服6 开始*/
.kfView6 { width:70px; height:auto; position: fixed; top:30%; right:0; z-index:999;}
.kfView6 .suspension-box { position:relative; float:right;}
.kfView6 .a { display:block; width:44px; height:44px; background: linear-gradient(to right top, #0592d7, #95cb5b); margin-bottom:4px; cursor:pointer; outline:none;}
.kfView6 .a.active, .kfView6 .a:hover { background: linear-gradient(to right top, #0592d7, #95cb5b);}
.kfView6 .a .i { float:left; width:20px; height:20px; margin-top:12px; margin-left:12px; background-image:url(../images/kf6_imgs/suspension-bg.png); background-repeat:no-repeat;}
/* .kfView6 .a-service .i { background-position:0 0;} */
.kfView6 .a-service .i { background-position:0 0;}
.kfView6 .a-service-phone .i { background-position:-20px 0;}
.kfView6 .a-qrcode .i { background-position:0 -20px;}
.kfView6 .a-cart .i { background-position:-88px 0;}
.kfView6 .a-top { background:#D2D3D6; display:none;}
.kfView6 .a-top:hover { background: linear-gradient(to right top, #0592d7, #95cb5b);}
.kfView6 .a-top .i { background-position:-20px -20px;}
.kfView6 .d { display:none; width:223px; background:#fff; position:absolute; right:54px; border:1px solid #E0E1E5; border-radius:3px; box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.kfView6 .d .arrow { position:absolute; width:8px; height:12px; background:url(../images/kf6_imgs/side_bg_arrow.png) no-repeat; right:-8px;top:31px;}
.kfView6 .d-service { top:0;}
.kfView6 .d-service-phone { top:-10px;}
.kfView6 .d-qrcode { top:35px;}
.kfView6 .d .inner-box { padding:15px 22px;}
.kfView6 .d-service-item { padding:0;}
.kfView6 .d-service .d-service-item { border-bottom:none;}
.kfView6 .d-service-item .circle { width:44px; height:44px; border-radius:50%; overflow:hidden; background:#ecf1f5; display:block; float:left;}
.kfView6 .d-service-item .i-qq { width:44px; height:44px; background:url(../images/kf6_imgs/side_con_icon03.png) no-repeat center 16px; display:block; transition:all .2s; border-radius:50%; overflow:hidden;}
.kfView6 .d-service-item:hover .i-qq { background-position:center center;}
.kfView6 .d-service-item .i-tel { width:44px; height:44px; background:url(../images/kf6_imgs/side_con_icon02.png) no-repeat center 24px; display:block; transition:all .2s;}
.kfView6 .d-service-item:hover .i-tel { background-position:center center;}
.kfView6 .d-service-item h3 { float:left; width:112px; line-height:44px; color:#666; font-size:15px; margin-left:12px;}
.kfView6 .d-service-item .text { float:left; width:112px; line-height:22px; font-size:15px; margin-left:12px;}
.kfView6 .d-service-item .text .number { font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.kfView6 .d-service-item .text p { height:44px; line-height: 22px; color: #666; font-size: 14px;}
.kfView6 .d-service-intro { padding-top:10px;}
.kfView6 .d-service-intro p { float:left; line-height:27px; font-size:12px; width:50%; white-space:nowrap; color:#888;}
.kfView6 .d-service-intro i { background:url(../images/kf6_imgs/side_con_icon01.png) no-repeat center center; height:27px; width:14px; margin-right:5px; vertical-align:top; display:inline-block;}
.kfView6 .d-qrcode { text-align:center; width: 200px;}
.kfView6 .d-qrcode .inner-box { padding:10px 0;}
.kfView6 .d-qrcode p { font-size:14px; color:#93959c; margin:0;}

.Xwt-marquee-text { left:5px; right:inherit!important;}
.Xwt-marquee-text ul { text-align:left!important;}
.Xwt-icon { left:5px; right:inherit!important;}



