*{transition: all .3s;}
body {
	font-family: arial, "Microsoft YaHei";
}
.background{background-position: center;background-repeat: no-repeat; background-size: cover;}
.container {
    max-width: 1200px;
    margin: 0 auto;
}
@media (max-width: 1200px){
    .container{
        margin: 0 40px;
    }
}
@media (max-width: 960px){
    .container{
        margin: 0 15px;
    }
}
.header{
    width: 100%;
    display: flex;
    /* border-bottom:1px solid #354a64; */
    position: fixed;
    top:0;
    left: 0;
    color: #fff;
    z-index: 999;
}
.header.header-fixed{
    background:rgba(0, 0, 0, .7);
}
.header .container{
    width: 100%;
    display: flex;
    align-items: center;
}
.header-inner{
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-inner .header-logo{
    margin-left: 10.66667%;
}
.header-inner .header-logo a img{
    width: 240px;
}
.header-inner .nav {
    display: flex;
    width: 58%;
    justify-content:space-evenly;
    align-items: center;
}
.header-inner .nav li{
    position: relative;
}
.header-inner .nav li::after{
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(../images/nav-home.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 30px;
    left: -35px;
}
.header-inner .nav li:nth-child(2)::after{
    background-image: url(../images/nav-work.png);
}
.header-inner .nav li:nth-child(3)::after{
    background-image: url(../images/nav-goods.png);
}
.header-inner .nav li:nth-child(4)::after{
    background-image: url(../images/nav-news.png);
}
.header-inner .nav li:nth-child(5)::after{
    background-image: url(../images/nav-about.png);
}
.header-inner .nav li a{
    display: block;
    font-size: 20px;
    line-height: 88px;
    border-bottom:2px solid transparent;
    color: #fff;
}
.header-inner .nav li:hover a{
    color: #fff;
    border-bottom:2px solid #fff;
}
.header-inner .nav li.current-menu-item a{
    color: #fff;
    border-bottom:2px solid #fff;
}
.header-login{
    width: 360px;
    display: flex;
    align-items: center;
    margin-right: 2.34375%;
}
.header-login .login{
    margin-right: 13.888889%;
}
.header-login .phone{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.header-login .phone>img{
    margin-right: 15px;
}
.header-login .phone>strong{
    font-size: 32px;
    font-weight: bold;
}
@media(max-width: 1440px){
    .header-inner .header-logo{
        margin-left: 30px;
    }
    .header-inner .header-logo a img{
        width: 200px;
    }
    .header-inner .nav{
        width: 67%;
    }
    .header-inner .nav li .nav-top>a{
        font-size: 18px;
    }
    .header-login{
        width: 275px;
        margin-right: 30px;
    }
    .header-login .login{
        margin-right: 30px;
    }
    .header-login .phone>strong{
        font-size: 28px;
    }
    
}

.nav_box {
	width: 100%;
	height: 100%;
	position: fixed;
	right: auto;
	top: 0;
	bottom: 0;
	left: -100%;
	overflow: auto;
	z-index: 99999999;
	background: rgba(50,58,67,.93);
    z-index: 8;
}

.nav_box .box{
	/*background: #212222;*/
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
}
.nav_box .nav-title {
	height: 57px;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    opacity: 0;
    visibility: hidden;
}

.nav_box .nav-title .navclose {
	width: 22px;
	height: 22px;
	display: block;
	font-size: 0;
	line-height: 41px;
	position: absolute;
	right: 15px;
	top: 50%;
	z-index: 2;
	transform: translateY(-50%);
}

.nav_box .nav-title .navclose img {
	width: 100%;
}

.nav_box .nav-title h1 {
	text-align: left;
	width: 68px;
	margin-left: 15px;
	line-height: 0;
	padding-top: 11px;
}

.nav_box .nav-title h1 img {
	width: 100%;
}

.nav_box .navlist {
	width: 100%;
	padding-bottom: 20px;
}

.nav_box .navlist ul.clearfix>li {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 60px;
	border-bottom: 1px solid rgba(255, 255, 255, .06);
	padding: 0 15px;
	text-transform: capitalize;
}

.nav_box .navlist ul.clearfix>li>a {
	display: block;
	color: #fff;
	position: relative;
}

.nav_box .navlist ul.clearfix>li>a:before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 14px;
	background: url(../images/icon_jt.png) no-repeat center center / cover;
}

.nav_box .navlist ul.clearfix>li>a.cur:before {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    top: 32%;
    transition: all 1s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.navlist>ul.clearfix>li ul.sub-menu {
	border-top: 1px solid rgba(255, 255, 255, .06);
	display: none;
	padding: 10px 0;
    transition: none;
}

.navlist>ul.clearfix>li ul.sub-menu a {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 14px;
	line-height: 34px;
}


/* .fixed-head .navbar span,.fixed-head .navbar span:nth-of-type(2),.fixed-head .navbar span:nth-of-type(3) {background-color: #3c81da;} */
.nav_box{
    transition: all .8s;
    -o-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -webkit-transition: all .8s;
}
.nav_box.cur{left: 0;    
	transition: all .8s;
    -o-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -webkit-transition: all .8s;
    z-index: -1;
}
/* navbar */
.navbar {width: 30px;cursor: pointer;display: none;position: relative;}
.navbar span:nth-of-type(1),.navbar span:nth-of-type(2),.navbar span:nth-of-type(3) {width: 20px; height: 2px; background-color: #fff; border-radius: 3px; position: absolute;transition: transform 0.15s ease;}
.navbar span:nth-of-type(2),.navbar span:nth-of-type(3) { content: ""; display: block;}
.navbar span:nth-of-type(2) {top: -7px;}
.navbar span:nth-of-type(3) {bottom: -7px;}
.navbar span:nth-of-type(1) {top: 50%; margin-top: -1.5px; transition-duration: 0.3s;transition-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);}
.navbar span:nth-of-type(2) {transition: top 0.1s 0.34s ease-in,opacity 0.1s ease-in,background-color 0.15s ease}
.navbar span:nth-of-type(3) {transition: bottom 0.1s 0.34s ease-in,transform 0.3s cubic-bezier(0.55,0.055,0.675,0.19) ,background-color 0.15s ease}
.navbar.is-active span:nth-of-type(1){transform: rotate(225deg);transition-delay: 0.14s;transition-timing-function: cubic-bezier(0.215,0.61,0.355,1);}
.navbar.is-active span:nth-of-type(2) {top: 0;opacity: 0;transition: top 0.1s ease-out,opacity 0.1s 0.14s ease-out,background-color 0.15s ease;}
.navbar.is-active span:nth-of-type(3) {bottom: 0;transform: rotate(-50deg);transition: bottom 0.1s ease-out,transform 0.3s 0.14s cubic-bezier(0.215,0.61,0.355,1),background-color 0.15s ease;}

@media(max-width: 1080px) {
    .navbar {display: block;}
}

.window-search-bg{position: fixed;top: 0;left: 0;z-index: 9;width: 100%;height: 100%; background-color: rgba(0,0,0,.7);visibility: hidden; opacity: 0; z-index: 1000;}
.window-search {transition: all .3s;width: 100%;height: auto; padding: 50px 0; background-color: rgb(255, 255, 255);visibility: hidden;opacity: 0;transform: translateY(-10px);}
.window-search .window-search-logo {max-width: 150px;display: block;margin: 0 auto 25px;}
.close-search {position: absolute;top: 45px;right: 45px;width: 35px;height: 35px;cursor: pointer;}
.close-search span {position: absolute;top: 17px;left: 6px;width: 25px;height: 2px;background-color: #e01c26;}
.close-search span:first-child {transform: rotate(45deg);}
.close-search span:last-child {transform: rotate(-45deg);}
.window-searchform {max-width: 600px;font-size: 0;margin: 0 auto;padding: 0 15px;}
.window-searchform input {float: left;display: block;padding-left: 10px;width: 79%;border: none;background: none;border: 1px solid #e01c26;line-height: 44px;color: #777;font-size: 16px;outline: none;}
.window-searchform button {float: left;display: block;border: 1px solid #e01c26;line-height: 46px;width: 20%;padding: 0 10px;font-size: 16px;background-color: #e01c26;color: #fff;outline: none;}
.window-searchShow {visibility: visible; opacity: 1; transform: translateY(0);}

@media (max-width: 1080px) {
    .header {
        height: 60px;
    }
    .header-login{
        display: none;
    }
    .header-inner .header-logo{
        margin: 0;
    }
    .header-inner .nav {
        display: none;
    }
    .header-login .phone{
        display: none;
    }
    .header-inner .header-logo a img {
        width: 160px;
    }
}
@media (max-width: 768px) {
    .header-inner .header-logo a img {
        width: 100px;
    }
}
.footer-content{
    font-size: 14px;
    background: #171717;
    color: #cdcdcd;
    padding: 70px 0 40px;
}
.footer-content .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-content .container .footer-left{
    width: 76.666667%;
    display: flex;
    justify-content: space-between;
}
.footer-content .container .footer-left .footer-about:first-child{
    width: 38%;
}
.footer-content .container .footer-left .footer-about:nth-child(2){
    width: 23%;
}
.footer-content .container .footer-left .footer-about:last-child{
    width: 50%;
}
.footer-content .container .footer-left .footer-about h3{
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px;
}
.footer-content .container .footer-left .footer-about ul li{
    color: #b9b9b9;
    display: flex;
}
.footer-content .container .footer-left .footer-about ul li h5{
    font-size: 18px;
    line-height: 40px;
    font-weight: normal;
    flex-shrink: 0;
    margin: 0;
}
.footer-content .container .footer-left .footer-about ul li p{
    font-size: 18px;
    line-height: 40px;
}
.footer-content .container .footer-right h4{
    font-size: 20px;
    line-height: 45px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 20px;
}
.footer-content .container .footer-right h3{
    font-size: 30px;
    color: #fe6b08;
    font-weight: bold;
    margin-bottom: 25px;
}
.footer-content .container .footer-right p{
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 25px;
}
.footer-content .container .footer-right img{
    width: 140px;
}
.footer-content .container .footer-right .right-wx{
    display: flex;
    justify-content: flex-end;
}
.footer-content .container .footer-right .right-wx .wx-content{
    display: flex;
    flex-direction: column;
    align-items:flex-end;
    justify-content: center;
    margin-right: 15px;
}
.footer-content .container .footer-right .right-wx .wx-content .wx-title{
    margin-bottom: 5px;
}
.footer-content .container .footer-right .right-wx .wx-content p{
    margin-bottom: 0;
}
.footer-copyright{
    padding-top: 20px;
    padding-bottom: 15px;
    background: #000;
    color:#666;
}
.footer-copyright ul{
    display: flex;
    margin-bottom: 7px;
}
.footer-copyright .big{
    font-size: 18px;
}
.footer-copyright ul>li{
    margin-right: 10px;
}
.footer-copyright h5{
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.footer-copyright h5 a{
    margin: 0 5px;
}
.footer-copyright ul a{
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #666;
}
.footer-copyright ul a:hover{
    color: #fff;
}
.footer-copyright .copyright{
    display: flex;
    font-size: 14px;
    /*align-items: center;*/
    justify-content: space-between;
    margin-bottom: 5px;
    flex-wrap: wrap;
}
.footer-copyright .copyright-right{
    flex-shrink: 0;
}
.footer-copyright .copyright-left a{
    color: #666;
    padding: 0 8px;
    display: inline-block;
}
.footer-copyright .copyright-left a:last-child{
    padding-left:0 ;
}
.footer-copyright .copyright-right a{
    color: #666;
}
.footer-copyright .copyright a:hover{
    color: #fff;
}
.footer-copyright .copyright-record{
    font-size: 14px;
    display: flex;
    align-items: center;
}
.footer-copyright .copyright-record a{
    font-size: 14px;
    color: #666;
}
.footer-copyright .copyright-record a:hover{
    color: #fff;
}
.footer-copyright .copyright-record img{
    margin: 0 7px;
}
@media (max-width: 1310px){
    .footer-content{
        padding: 40px 0;
    }
    .footer-content .container .footer-left{
        flex-direction: column;
    }
    .footer-content .container .footer-left .footer-about{
        margin-bottom: 20px;
    }
    .footer-content .container .footer-left .footer-about:first-child{
        width: 100%;
    }
    .footer-content .container .footer-left .footer-about:nth-child(2){
        width: 100%;
    }
    .footer-content .container .footer-left .footer-about:last-child{
        width: 100%;
    }
    .footer-copyright .copyright{
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-copyright .copyright .copyright-right{
        margin-top: 7px;
    }
}
@media (max-width: 1080px){
    .footer-content{
        display: none;
    }
    .footer-copyright h5{
        font-size: 12px;
    }
    .footer-copyright .copyright{
        font-size: 12px;
    }
    .footer-copyright .copyright-record{
        font-size: 12px;
    }
    .footer-copyright .copyright-record a{
        font-size: 12px;
    }
}
@media (max-width: 768px){
    .footer-copyright .big{
        font-size: 14px;
    }
}
.rights-box{
    position: fixed;
    z-index: 1;
    right: 10px;
    top: 60%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
.rights-box>li{
    position: relative;
    cursor: pointer;
    clear: both;
    margin-bottom: 10px;

}
.rights-box>li .icon{
    position: relative;
    z-index: 20;
    float: left;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: #377bfe;
    margin-bottom: 10px;
}
.rights-box>li .icon>h3{
    font-size: 18px;
    margin-top: 10px;
    color: #fff;
}
.rights-box>li .boxs{
    position: absolute;
    z-index: 10;
    right: -500px;
    background: #377bfe;
    color: #fff;
    text-align: center;
}
.rights-box>li.tel .boxs{
    padding: 0 20px;
}
.rights-box>li .boxs::before{
    content: '';
    position: absolute;
    left: 100%;
    top: 33px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 6px solid #377bfe;
    border-bottom: 6px solid transparent;
}
.rights-box>li .boxs p{
    font-size: 24px;
    line-height: 100px;
    border-bottom: 1px solid #377bfe;
    white-space: nowrap;
}
.rights-box>li:hover .boxs {
    right: 110px;
}
.rights-box>li.wx .boxs{
    width: 154px;
    padding: 16px;
    right: 200px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.rights-box>li:hover .boxs {
    right: 110px;
}
.rights-box>li.wx:hover .boxs {
    opacity: 1;
    visibility: visible;
    right: 110px;
}

.rights-box>li.wx .boxs>img{
    width: 120px;
}
.rights-box>li.wx .boxs>h3{
    font-size: 14px;
    margin-top: 12px;
}
@media (max-width: 1440px){
    .rights-box>li .icon{
        width: 90px;
        height: 90px;
    }
}
@media (max-width: 1200px){
    .rights-box>li .icon{
        width: 80px;
    }
}
@media (max-width: 1080px) {
    .rights-box {
       
        top: unset;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        width: 100%;
        -webkit-transform:unset;
    }
    .rights-box>li .icon {
        margin-bottom: 0;
    }
    .rights-box>li .icon img {
        height: 35px;
    }
    .rights-box>li .icon>h3 {
        font-size: 16px;
    }
    .rights-box>li {
        /* overflow: hidden; */
        flex: 1;
        margin-bottom: 0;
        transform: unset;
        -webkit-transform: unset;
    }
    .rights-box>li.wx:hover .boxs {
        opacity: 1;
        visibility: visible;
        top: -200%;
        z-index: 9999999;
        left: 50%;
        transform: translateX(-50%);
        display: block;
    }
    /* .rights-box>li .boxs {
        display: none;
    } */
    .rights-box>li .icon {
        width: 100%;
    }
}
.global-title{
    padding: 25px 0;
}
.global-title>h3{
    color: #333;
    text-align: center;
    font-size: 48px;
    font-weight: bold;
}
.global-title>p{
    color: #999;
    text-align: center;
    margin-top: 15px;
}
@media (max-width: 1200px){
    .global-title>h3{
        font-size: 36px;
    }
}
@media (max-width: 768px){
    .global-title>h3{
        font-size: 30px;
    }
    .global-title>p{
        font-size: 14px;
        margin-top: 10px;
    }
}
@media (max-width: 500px){
    .global-title>h3{
        font-size: 24px;
    }
    .global-title>p{
        font-size: 14px;
        margin-top: 5px;
    }
}