/*top*/
.top{
    height: 30px;
    line-height: 30px;
    background-color: #999;
}
.top h1{
    line-height: 30px;
}
.top-list {
}
.btcolor{
	color:#038fd8;
}
.bttop{
	margin-top: 85px;
}
.show_title{
	font-size:50px;text-align:center;font-family: fantasy;color:#666; font-weight:bold;
}
.show_title{
	font-size:50px;text-align:center;font-family: fantasy;color:#666; font-weight:bold;
}
.show_text{text-align:center;font-size:16px;margin-top:10px;}
.top-list b {
    font-size: 12px;
    margin: 0 8px;
    color: #323232;
}
.top-list i {
    font-size: 21px;
    margin: 0 6px;
    color: #323232;
}
.logo-box {
    height: 107px;
}
.select {
    border: 0;
    margin-right: 25px;
    color: #666;
}
.text {
	outline:none;
    height: 34px;
    border: 1px solid #666;
    border-right: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 200px;
    padding: 0 10px;
}
.search-btn {
	outline:none;
	background-image: url(../images/sub.png);
    border: 0;
    background-color: #038fd8;
    height: 34px;
    background-size: 20px;
    background-position-x: 50%;
    background-position-y: 50%;
    width: 47px;
    background-repeat: no-repeat;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.search-ico {
    color: #fff;
    font-size: 25px;
}
.nav-box{
    position: relative;
    z-index: 999;
}
.nav {
    height: 57px;
    background-color: #038fd8;
}
.nav-menu{
    transition: all 0.3s ease;
}
.nav-list {
    display: flex;
    width: 79%;
}
.nav-list .nav-menu {
    width: 98px;
    height: 57px;
    line-height: 57px;
    text-align: center;
    font-size: 16px;
}
.nav-list .nav-menu .nav-menu-a{
    color: #fff;
}
.nav-list .nav-menu:hover{background-color: #e68c33;}
.nav-list .nav-menu:hover .nav-menu-a{color: #fff;}
.ej-list {
    width: 160px;
    background-color: #fff;
    display: none;
    transition: all 0.3s ease;
}
.ej-list ul li{
	line-height: 40px;
}
.ej-list ul li a{
    color: #323232 !important;
    font-size: 14px;
}
.ej-list li:hover a{
    color: #038fd8 !important;
}
.nav-menu:hover .ej-list{
    display: block;
}
.phone-num {
    display: flex;
    width: 21%;
    align-items: center;
    font-size: 21px;
    color: #FFF;
    justify-content: center;
}
.icon-dianhua1 {
    font-size: 30px;
    margin-right: 10px;
}
.active {
    background-color:#e68c33 !important;
}
.active a {
    color:#fff !important ;
}

/*右侧浮动*/
.suspension-box {
    position: fixed;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 10000;
    top: 389px;
    margin-right: -180px;
}
.suspension-ico {
    display: flex;
    position: relative;
    right: 0;
    top: 1rem;
    z-index: 10000;
    color: #fff;
    background-color: #e68c33;
    border-radius: 7px;
    height: 60px;
    width: 240px;
    line-height: 60px;
    justify-content: center;
    align-items: center;
    /*transform: translateX(11.5rem);*/
    transition: all 0.5s ease;
    margin-bottom: 3px;
}
#top,#wx{
    height: 60px;
    width: 60px;
}
.wx-ewm-box {
    width: 160px;
    height: 160px;
    position: absolute;
    right: 100px;
    background-color: #e68c33;
    display: none;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.5s ease;
}
.wx-ewm-box img {
    width: 124px;
    height: 124px;
}
.suspension-triangle {
    position: absolute;
    height: 0px;
    width: 0px;
    border-left: 20px solid #e68c33;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid transparent;
    right: -3rem;
    transition: all 0.5s ease;
}

/*#phone {margin-right: -11.5rem;}*/
/*.suspension-box:hover{margin-right: 0;}*/
#phone:hover {transform: translateX(-180px);}
#qq:hover{transform: translateX(-180px);}
#wx:hover .wx-ewm-box{opacity:1;display: flex;}
.phone,.qq,.message{
    width: auto;
    margin-right: 1.5rem;
    position: absolute;
    top: 15px;
    left: 13px;
}
.suspension-ico p {
    font-size: 15px;
    margin-left: 46px;
}



/*banner*/
.s-btn {
    background-color: #038fd8;
    opacity: 0.6;
}
.s-btn:hover{opacity: 1;}
.s-btn-p {
    left: 20%;
    background-image: url("../images/prev.png");
    background-size: 100%;
}
.s-btn-n {
    right: 20%;
    background-image: url("../images/next.png");
    background-size: 100%;
}

/*热门关键词*/
.keyword{
    height: 55px;
    background-color: #038fd8;
}
.keyword p {
    font-size: 16px;
    color: #fff;
}
.k-w-box{
    width: 90%;
    height: 22px;
    line-height: 22px;
    flex-wrap: wrap;
    overflow: hidden;
}
.k-w-box a {
    font-size: 14px;
	color:#fff;
    margin-right: 8px;
}

/*产品展示*/
.title-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 40px 0;
}
.title {
    font-size: 30px;
    color: #323232;
}
.en-title {
    font-size: 12px;
    margin-top: 6px;
}
.pro-left {
    width: 330px;
    background-color:#038fd8;
}
.pro-l-tit {
    background-color: #e68c33;
    padding: 15px 25px;
	color:#fff;
    position: relative;
}
.pro-line {
    position: absolute;
    width: 33px;
    height: 4px;
    background-color: #fff;
    top: 46px;
}
.pro-l-t {
    text-align: right;
    font-size: 28px;
    color: #fff;
    letter-spacing: 3px;
    margin-right: 35px;
}
.pro-l-et {
    text-align: right;
    font-size: 13px;
    letter-spacing: -0.5px;
    margin-right: 14px;
    margin-top: 15px;
}
.pro-list {
    padding: 15px 20px;
}
.pro-l li {
    border-bottom: 1px solid #fff;
    height: 60px;
    display: flex;
    align-items: center;
}
.pro-l li:nth-last-child(1){
    border: 0;
}
.pro-l-a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    transition: all 0.3s ease;
}
.pro-l li:hover .pro-l-a{
    transform: translateX(15px);
}
.pro-l-a p {
    font-size: 16px;
    color: #fff;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 80%;
    display: block;
    transition: all 0.3s ease;
}
.pro-l li:hover .pro-l-a p{
    color: #fff;
}
.pro-line2 {
    width: 20px;
    height: 2px;
    background-color: #fff;
    margin-right: 20px;
    transition: all 0.3s ease;
}
.pro-l li:hover .pro-line2{
    width: 28px;
    background-color: #fff;
}
.pro-active{
    transform: translateX(15px);
}
.pro-active p{
    color: #fff;
}
.pro-active .pro-line2{
    width: 28px;
    background-color: #fff;
}
.pro-more {
    text-align: right;
}
.pro-more a {
    color: #fff;
    font-size: 17px;
}
.pro-right {
    margin-left: 35px;
    height: 730px;
    width: 775px;
    overflow: hidden;
}
.pro-r-show {
    width: 775px;
    height: 480px;
    border: 1px solid #666;
    padding: 50px 10px 50px 25px;
    overflow: hidden;
    display: flex;
}
.pro-r-img {
    width: 391px;
    height: 380px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.pro-r-img img {
  
    height: 380px;
    transition: all 0.3s ease;
}
.pro-r-img:hover img{transform: scale(1.1)}
.pro-r-det {
    width: 345px;
    padding-left: 40px;
}
.pro-r-d-t {
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    display: block;
}
.pro-r-d-w {
    font-size: 15px;
    color: #666;
    margin-top: 25px;
    height: 215px;
    overflow: hidden;
    line-height: 2;
}
.details {
    height: 47px;
    line-height: 47px;
    text-align: center;
    background-color: #151515;
    margin-top: 20px;
}
.details a {
    color: #fff;
    font-size: 17px;
    letter-spacing: 1px;
    padding: 10px 115px;
}
.pro-r-img-box {
    display: flex;
    margin-top: 30px;
    overflow: hidden;
    flex-wrap: wrap;
}
.pro-r-img-bor {
    width: 243px;
    height: 220px;
    text-align: center;
    margin-right: 23px;
    overflow: hidden;
}
.pro-r-img-bor:nth-last-child(1){
    margin: 0;
}
.pro-r-img-bor img {
  
    height: 180px;
}
.pro-r-img-bor p {
    margin-top: 12px;
    font-size: 15px;
    color: #666;
}
/*about*/
.about-bg{
    background: url("../images/about-bg.png") no-repeat center center;
    /*background-size: 100%;*/
    height: 560px;
    position: relative;
}
.about-img {
    display: inline-block;
    /*position: absolute;*/
    margin-top: 67px;
}
.about-img img {
    width: 600px;
    height: 430px;
}
.about-word {
    /*position: absolute;*/
    display: inline-block;
    width: 485px;
    height: 430px;
    margin-top: 67px;
    /*right: 70px;*/
    margin-left: 55px;
    padding: 0 10px;
}
.about-w {
    line-height: 2.5;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    height: 210px;
    overflow: hidden;
}
.about-more {
    display: flex;
    align-items: center;
    width: 115px;
    background-color: #e68c33;
    height: 30px;
    justify-content: space-between;
    color: #fff;
    padding: 0 15px;
    margin-top: 20px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.about-more:hover{
    color: #fff;
    transform: translateX(20px);
}

/*news*/
.news-bg{background-color: #f5f5f5;}
.news-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.news-border {
    display: inline-flex;
    width: 540px;
    height: 130px;
    overflow: hidden;
    margin-bottom: 30px;
    margin-right: 60px;
    transition: all 0.3s ease;
}
.news-border:nth-child(2n){
    margin-right: 0;
}
.news-border:hover .news-time{
    background-color: #038fd8;
}
.news-border:hover .news-word{
    background-color: #fff;
}
.news-time {
    width: 226px;
	height: 130px;
    background-color: #151515;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.3s ease;
}
.news-line {
    width: 73%;
    height: 1px;
    margin: 10px 0;
    background-color: #fff;
}
.news-word {
    padding: 2px 23px;
    width: 689px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.news-tit{
    font-size: 18px;
    color: #323232;
    overflow: hidden ;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width : 100%;
    display:block;
}
.news-w{
    margin-top: 20px;
    letter-spacing: 1px;
    line-height: 2;
    height: 85px;
    overflow: hidden;
}
.news-more {
    width: 180px;
    height: 40px;
    line-height: 40px;
    background-color: #e68c33;
    text-align: center;
    font-size: 17px;
    letter-spacing: 1px;
    margin: 40px auto;
    cursor: pointer;
    transition: all 0.3s ease;
}
.news-more a{
    color: #fff;
    padding: 10px 63px;
}
.news-more:hover{
    background-color: #038fd8;
}

/*case*/
.case-box {
    display: flex;
    justify-content: flex-start;
}
.case {
    width: 265px;
    margin: 0 10px;
    display: inline-block;
    text-align: center;
    transition: all 0.5s ease;
}
.case:hover{
    background-color: #038fd8;
}
.case-img{
    width: 259px;
    height: 263px;
    overflow: hidden;
    margin: 0 auto;
}
.case img {
    width: 259px;
    height: 263px;
    padding-top: 3px;
}
.case p {
    padding: 22px 0;
    font-size: 18px;
    color: #000;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    display: block;
}




    /*footer*/
.friendship {
    /*height: 75px;*/
    background-color: #038fd8;
    font-size: 20px;
    color: #fff;
}
.friendship a{
    font-size: 14px;
    margin-right: 14px;
    line-height: 2;
	color: #fff;
}
.friend {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    border-left: 1px solid;
    padding-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.friend-a{
    display: inline-flex;
    width: 89%;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.footer {
    background-color: #151515;
}
.footer-nav{
    display: flex;
    justify-content: center;
    width: 100%;

}
.footer-nav li {
    width: 105px;
    height: 57px;
    line-height: 57px;
    text-align: center;
    font-size: 16px;
}
.footer-nav li a{
    color: #fff;
}
.ewm {
    width: 200px;
    display: inline-block;
    text-align: center;
    margin-top: 15px;
}
.ewm p {
    margin-top: 13px;
    color: #fff;
}
.foo-box {
    width: 238px;
    position: relative;
    color: #fff;
    padding: 25px 35px 0 35px;
}


.foo-box i {
    font-size: 35px;
    position: absolute;
    right: 32px;
}
.foo-box p {
    font-size: 15px;
    line-height: 2;
}
.l-line {
    width: 2px;
    height: 112px;
    margin-top: 40px;
    background-color: #363636;
}
.line {
    width: 25px;
    height: 2px;
    background-color: #fff;
    bottom: 0px;
    position: absolute;
    transition: all 0.3s ease;
}
.footer-hr {
    margin-top: 45px;
    border-color: #333;
}
.foo-bottom{
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}
.foo-bottom p {
    margin: 0 17px;
    color: #fff;
}
.foo-bottom a {
	color: #fff;
    margin: 0 5px;
}