@charset "UTF-8";
@font-face{
     font-family: 'poppins';
     font-style: normal;
     font-weight: 100;
     src: url('../fonts/poppins-light.ttf');
}
@font-face{
     font-family: 'poppins';
     font-style: normal;
     font-weight: 200;
     src: url('../fonts/poppins-regular.ttf');
}
@font-face{
     font-family: 'poppins';
     font-style: normal;
     font-weight: 300;
     src: url('../fonts/poppins-medium.ttf');
}
@font-face{
     font-family: 'poppins';
     font-style: normal;
     font-weight: 400;
     src: url('../fonts/poppins-semibold.ttf');
}
@font-face{
     font-family: 'poppins';
     font-style: normal;
     font-weight: 500;
     src: url('../fonts/poppins-bold.ttf');
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
}
*{
	-moz-transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
	transition: all ease 0.4s;
}
body{
	padding: 0;
	margin: 0;
	color: #292929;
}
*,body{
	
}
@media screen and (max-width: 1920px){
	*,body{
	
	}
}
@media screen and (max-width: 1600px){
	*,body{
		font-size: 15px;
	}
}
@media screen and (max-width: 1440px){
	*,body{
		font-size: 14px;
	}
}
@media screen and (max-width: 1366px){
    *,body{
        font-size: 12px;
    }
}
a{
	text-decoration: none;
	color: inherit;
	outline: none;
}
p{
	margin: 0;
}
ul,li{
	list-style: none;
	margin: 0;
	padding: 0;
}
.clearfix:after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.clearfix{
	zoom: 1;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.btn{
	display: inline-block;
	text-align: center;
	border-radius: 4px;
	line-height: 48px;
	width: 168px;
	color: #fff;
	font-size: 1rem;
	position: relative;
}
.btn:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 0;
    transition: width 0s ease, background .25s ease;
}
.btn:hover:before{
    width: 100%;
    background: #141414;
    opacity: 0.1;
    transition: width .25s ease;
}
.btn:after{
	content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 0;
    background: #141414;
    transition: width .25s ease;
    opacity: 0.1;
}
.btn:hover:after{
    width: 100%;
    background: transparent;
    transition: all 0s ease;
}

.btn i{
	margin-left: 12px;
	font-size: 0.875rem;
}
.btn.btn_color{
	background-color: #f49b00;
}
.btn.btn_line{
	border-radius: 6px;
	line-height: 44px;
	border: 2px solid #fff;
}
@media screen and (max-width: 1600px){
    .btn{
        line-height: 44px;
        width: 142px;
    }
    .btn.btn_line{
        line-height: 40px;
    }
}
@media screen and (max-width: 1440px){
    .btn{
        line-height: 40px;
        width: 136px;
    }
    .btn.btn_line{
        line-height: 36px;
        border-radius: 4px;
    }
}








/*------------------------------------
头部
-------------------------------------*/

.fp-viewing-page3 .header,
.fp-viewing-page4 .header,
.fp-viewing-page5 .header,
.fp-viewing-page6 .header,
.fp-viewing-footer .header,
.header:hover{
  /*  background-color: #fff;*/
    border-color: rgba(0, 0, 0, 0.1);
}
.header .logo{
    position: relative;
    margin: 27px 0 0 7vw;
}
@media screen and (max-width: 1440px){
    .header .logo{
        margin: 18px 0 10px 4vw;
    }    
}
.header .logo a:first-child{
    visibility: visible;
    opacity: 1;
}
.header .logo a:last-child{
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
}
.fp-viewing-page3 .header .logo a:first-child,
.fp-viewing-page4 .header .logo a:first-child,
.fp-viewing-page5 .header .logo a:first-child,
.fp-viewing-page6 .header .logo a:first-child,
.fp-viewing-footer .header .logo a:first-child,
.header:hover .logo a:first-child{
    visibility: hidden;
    opacity: 0;
}
.fp-viewing-page3 .header .logo a:last-child,
.fp-viewing-page4 .header .logo a:last-child,
.fp-viewing-page5 .header .logo a:last-child,
.fp-viewing-page6 .header .logo a:last-child,
.fp-viewing-footer .header .logo a:last-child,
.header:hover .logo a:last-child{
    visibility: visible;
    opacity: 1;
}
.header .logo a:last-child{
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
}
@media screen and (max-width: 1440px){
    .header .logo a img{
        width: 90%;
    }
}
/*导航*/
.header .menu > ul > li{
    display: inline-block;
    position: relative;
    margin: 0 20px;
}
@media screen and (max-width: 1440px){
    .header .menu > ul > li{
        margin: 0 14px;
    }
}
.header .menu > ul > li > a{
    line-height: 104px;
    color: #fff !important;
    position: relative;font-size: 18px;
}
@media screen and (max-width: 1440px){
    .header .menu > ul > li > a{
        line-height: 88px;
    }    
}
.fp-viewing-page3 .header .menu > ul > li > a,
.fp-viewing-page4 .header .menu > ul > li > a,
.fp-viewing-page5 .header .menu > ul > li > a,
.fp-viewing-page6 .header .menu > ul > li > a,
.fp-viewing-footer .header .menu > ul > li > a,
.header:hover .menu > ul > li > a{
    color: #292929;
}
.header .menu > ul > li > a:after{
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    bottom: -18px;
    width: 0;
    height: 2px;
    background: #f49b00;
    visibility: hidden;
    opacity: 0;
    -moz-transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.header .menu > ul > li:hover > a:after{
    background: #f49b00;
    visibility: visible;
    opacity: 1;
    width: 100%;
    left: 0;
    right: auto;
    -moz-transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.header .menu > ul > li > a i{
    margin-left: 4px;
    transition: 0s;
}
.header .menu > ul > li .child{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%,10px);
    background-color: #fff;
    width: 320px;
    text-align: center;
    font-size: 0.9375rem;
    padding: 12px 0;
    box-shadow: 0px 8px 13px 0px rgba(0,0,0,.05);
}
.header .menu > ul > li:hover .child{
    visibility: visible;
    opacity: 1;
    transform: translate(-50%,0);
}
.header .menu > ul > li:hover > a{
    color: #f49b00;
}
.header .menu > ul > li .child li a{
    color: #545454;
    line-height: 46px;
    display: block;
    width: 100%;
}
.header .menu > ul > li .child li a:hover{
    color: #f49b00;
    background-color: rgba(244, 155, 0, 0.08);
}
.header .menu .language{
    display: block;
    line-height: 104px;
    color: #fff;
    font-family: 'poppins';
    font-weight: 100;
    width: 103px;
    text-align: center;
    border-left: 1px rgba(255,255,255,.2) solid;
    margin-left: 30px;
    font-size: 1.125rem;
}
@media screen and (max-width: 1440px){
    .header .menu .language{
        line-height: 88px;
        width: 87px;
    }
}
.fp-viewing-page3 .header .menu .language,
.fp-viewing-page4 .header .menu .language,
.fp-viewing-page5 .header .menu .language,
.fp-viewing-page6 .header .menu .language,
.fp-viewing-footer .header .menu .language,
.header:hover .menu .language{
    border-color: rgba(0, 0, 0, .1);
    color: #292929;
}
.header .menu .language:hover{
    background-color: #f49b00;
    color: #fff;
    border-color: #f49b00;
}





/*------------------------------------
底部
-------------------------------------*/
.footer{
    background-color: #333;
    color: #a3a3a3;
    line-height: 2.2;
}
.footer .box_1{
    border-bottom: 1px rgba(255,255,255,.1) solid;
    padding: 85px 0 50px 0;
}
.footer .box_1 img{
    padding-bottom: 12px;
}
@media screen and (max-width: 1440px){
    .footer .box_1 img{
        width: 90%;
    }
}
.footer .box_1 p.tit{
    font-size: 1.375rem;
    color: #fff;
    padding-top: 26px;
    padding-bottom: 6px;
}
.footer .box_1 .footer_box_2{
    margin-left: 150px;
}
@media screen and (max-width: 1440px){
    .footer .box_1 .footer_box_2{
        margin-left: 90px;
    }
}
@media screen and (max-width: 1360px){
    .footer .box_1 .footer_box_2{
        margin-left: 40px;
    }
}
.footer .box_1 .footer_box_3{
    margin-left: 85px;
}
@media screen and (max-width: 1440px){
    .footer .box_1 .footer_box_3{
        margin-left: 60px;
    }
}
.footer .box_1 .footer_box_4{
    text-align: right;
}
.footer .box_1 .footer_box_4 img{
    width: 124px;
    margin-top: 8px;
}
.footer .box_2{
    padding: 40px 0 40px 0;
    font-size: 0.875rem;
}
@media screen and (max-width: 1440px){
    .footer .box_2{
        padding: 30px 0;
    }
}
.footer .container{
    width: 87vw;
    margin: 0 auto;
}
.qrcode_box_index{
    text-align: center;
    margin-top: 2rem;
}
.qrcode_box_index p{
    margin-right: 1rem;
    padding: 4px;
    background-color: #fff;
}
.qrcode_box_index p:first-child{
    margin-right: 0;
}
.footer .box_1 .qrcode_box_index p img{
    padding: 0;
    margin: 0;
}
.qrcode_box_index p span{
    display: block;
    color: #666;
    font-size: 0.875rem;
}










.guanggao-dbbox {
    width: 240px;
    min-height: 320px;
    padding-bottom: 20px;
    background-color: #fff;
    position: fixed;
    z-index: 1;
    bottom: 0px;
    left: 0px;
    border-radius: 15px 15px 0 0;
    box-shadow: 0 0 20px -6px rgba(0,0,0,0.2);
}

.changedw {
    left: 50%;
    bottom: 50% !important;
    z-index: 99999;
    margin-left: -120px;
    margin-bottom: -160px;
}

#nb-show,#nb-gb {
    display: none;
}

.nb-nodeboard-top {
    background: #ea5504;
    height: 46px;
    line-height: 46px;
    color: #fff;
    font-size: 15px;
    border-radius: 6px 6px 0 0;
}

.nb-nodeboard-top .fl {
    margin-left: 14px;
}

.nb-nodeboard-top .fr img {
    vertical-align: middle;
}

.nb-nodeboard-text {
    zoom: 1; padding: 12px 0;
    line-height: 1.5;
    font-size: 15px;
}

.nb-nodeboard-text p {
    line-height: 1.725;
    font-size: 14px;
    color: #333;
    padding: 10px 14px;
    text-align: justify;
}

.nb-board-form{
    padding: 0 14px;
}

.nb-nodeboard-content textarea{
    width: calc(100% - 22px);
    border: 1px solid #d5d5d5;
    font-family: inherit;
    font-size: 12px;
    resize: none;
    height: 80px;
    padding: 10px;
    border-radius: 2px;
    outline: none;
}

#nb_nodeboard_form {
    width: 94%;
    margin: 0 auto;
    display: block;
}

#nb-nodeboard-set-content-js {
    width: 96%;
    height: 79px;
    margin: 10px auto 0px;
    padding: 4px;
    resize: none;
    overflow: hidden;
    border: 1px solid #d5d5d5;
    background-color: #fff;
    text-align: left;
    font-size: 12px;
}

.nb-nodeboard-tips,.nb-nodeboardphone-tips {
    display: none;
    color: #f00;
    font-size: 12px;
}

.nb-nodeboard-inputbox {
    height: 30px;
    width: calc(100% - 2px);
    line-height: 28px;
    margin: 7px auto 0;
    border: 1px solid #d5d5d5;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    border-radius: 2px;
}

.nb-nodeboard-inputbox input {
    width: 170px;
    border: none;
    font-size: 12px;
    height: 32px;
    padding: 0 5px;
    outline: none;
}

.nb-nodeboard-icon {
    width: 24px;
    height: 30px;
    display: inline-block;
    text-align: center;
    background-color: #fff;
    vertical-align: top;
}

.nodeName {
    background: #fff url(../images/user.png) no-repeat 9px center;
}

.nodePhone {
    background: #fff url(../images/nodephone.png) no-repeat 9px center;
}

.nodeEmail {
    background: #fff url(../images/email.png) no-repeat 9px center;
}

.nb-nodeboard-send-btn {
    height: 35px;
    width: 50%;
    line-height: 35px;
    text-align: center;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    background-color: #ea5504;
    margin-top: 12px;
}

.nb-nodeboard-send-btn a{
    font-size: 14px;
}

.nb-nodeboard-send-btn:hover {
    background-color: #f49b00;
}

.nb-fd-close {
    position: absolute;
    right: 10px;
    bottom: 105px;
    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;
}

.nb-fd-close:hover {
    cursor: pointer;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.nb-fd-content {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    width: 222px;
    height: 108px;
}

.nb-fd-content p {
    color: #fff;
    font-size: 16px;
}

.anniubox {
    margin-top: 15px;
}

.anniubox span {
    border: #fff solid 1px;
    color: #fff;
    height: 34px;
    line-height: 34px;
    width: 80px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
}

.anniubox .nb-dk {
    margin-left: 10px;
    background-color: #fff;
    color: #329fd7;
}

/*在线咨询*/
.nb-online-box {
    position: fixed;
    right: 0px;
    bottom: 35%;
    z-index: 999999;
    background-color: #00AEF3;
    width: 144px;
    border-radius: 6px;
    text-align: center;
    padding: 8px 0;
}

.nb-online-box h2 {
    font-size: 20px;
    color: #fff;
    text-shadow: 1px 1px 1px #666;
}

.nb-online-box p {
    color: #fff;
    font-size: 12px;
    text-shadow: 1px 1px 1px #666;
}
