﻿@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
 /* header */
 
@font-face {
  font-family: 'msyh';


  src: url('../fonts/msyh.ttf') format('truetype');
}
 
*{
 
  font-family: 'msyh';
  
}
 
 
 
 
 #header{
	 
	
	 
 }
.header{
    position: relative;
    z-index: 666;
    padding-top: 15px;
	 background:#000;
	
	
}

.containerr{ max-width:1200px; overflow:visible !important}
.container{ max-width:1200px; overflow:hidden;}
/*.logo{
    float: left;   
    display: flex;
}
.logo a{
    display: block;
    width:196px;
    margin-right:80px;
}
.logor{
    float: right;
    width: 296px;
    position: relative;
    margin-top: 5px;
}
.logor::before{
    content: "";
    position: absolute;
    width: 2px;
    height: 42px;
    background:#f1f1f1;
    left: -42px;
    top: 8px;
}
.headerr{
    float: right;
}
.logo img{
    display: block;
    width: 100%;
}
.logor img{
    width: 100%;
}

.headerr{
    display: flex;
}
.nav ul li{
    float: left;
    text-align: center;
    font-size: 16px;
    position: relative;
}
.nav ul li:hover{
    background: #0763cc;
}
.nav ul li > a{
    width: 100%;
    color: #333333;
    display: block;
}
.nav ul li a img{
    vertical-align: middle;
}
.nav ul li a span{
    vertical-align: middle;
} 
.nav ul li{
    position: relative;
    z-index: 666;
    width: 11.1%;
}
/* .nav ul li::after{
    content: '';
    position: absolute;
    top: 0;
    background: rgba(255,255,255,.7);
    width: 100px;
    left:50%;
    transform: translateX(-50%);
    z-index: -1;
    height: 60px;
    display: none;
} */
/*.nav ul li:hover>a{
    color: #fff;
}

.nav ul li.nav-active {
    background: #0763cc;
}
.nav ul .nav-active > a{
    color: #fff;
}
.h-nav{
    height: 50px;
    line-height: 50px;
    margin-top: 30px;
}
.nav-sub{
    position: absolute;
    width:100%;
    top: 54px;
    z-index: 66;
    left:0;
    background: #fff;
    display: none;
}
.nav-sub dl dd{
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.nav-sub dl dd:last-child{
    border: none;
}
.nav-sub.nav-subpro{
    width:150%; 
}
.nav-sub dl{
    padding:0px 20px;
}
.nav-sub dl dd a{
    color: #333;
   
}
.nav-sub dl dd:hover a{
    color:#0763cc;
}
.headerr-sou input{
    width: 240px;
    height: 56px;
    background: #f1f1f1;
    border: none;
    padding-left: 25px;
    color: #666666;
    font-size: 14px;
}
.headerr-sou{
    position: relative;
}
.headerr-sou .sou-icon{
    position: absolute;
    top: 15px;
    right: 36px;
}
.headerr-phone{
    margin-right: 50px;
    margin-top: 10px;
}
.headerr-phone span{
    color: #0763cc;
    font-size: 26px;
    font-weight: bold;
    vertical-align: middle;
    margin-left: 20px;
}*/

.logo{ display:flex; display:-webkit-flex; align-items:center; height:100px;text-align:justify;}
.logo p{ color:#076ce0; font-size:32px; font-weight:bold; text-align:center;}



.logo span{ font-size:12px; color:#a9a9a9; font-weight:normal;
display:inline-block;
margin-top:5px;
text-align:justify;
width:100%;
letter-spacing:2px;
}

.logo span::after{
content:"";
display:inline-block;
width:100%;
overflow:hidden;
height:0;
}



.logo img{ display:block;}


.header .menu{ margin-left:3%}
.header .menu li{ float:left; font-size:18px; line-height:100px; margin-left:60px; position:relative}
.header .menu li a{ display:block; color:#fff}
.header .menu li.fir img{ display: inline; vertical-align:middle}
.header .menu .menu_a{ position:relative;}
.header .menu ul li span{}
.header .menu ul li span:before{ content: ""; display: block; width:100%; height: 2px; background:#076ce0; background-size: contain; position: absolute; z-index: -1; left: 50%; top: 55%; transform: translateX(-50%); margin-top: 1.25rem; opacity: 0; visibility: hidden; transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; padding:0 25px;}
.header .menu ul li.on span:before,.menu ul li:hover span:before{ opacity: 1; visibility: visible;}
.header .menu ul li.on a{ color:#076ce0}
.header .menu ul li:hover{ color:#076ce0}

.header .menu .sub{ position: absolute;top:100%;left:-30px;/* padding-top:10px;*/opacity: 0;visibility: hidden;-webkit-transition:.5s;-moz-transition:.5s;transition:.5s;background-color: #fff; box-shadow:0 0 15px rgba(0,0,0,.1)}
/*.menu .sub .box{background-color: #fff;border-radius: 10px;padding: 15px 0;box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); position:relative}
.menu .sub .box:before{ content:""; width:0; height:0; border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff; display:block; position:absolute; left:50%; margin-left:-6px; top:-6px}*/
.header .menu .sub a{display: block;padding: 0 30px; white-space: nowrap;font-size: 16px; color:#808080;line-height:45px;}

.header .menu li:hover .sub {opacity: 1;visibility: visible;}
.header .menu .sub a:hover{ background:#076ce0; color:#fff}
.header .menu li:hover .menu_a{color:#076ce0}

.header .right{ display:flex; display:-webkit-flex;z-index:1}
.header .right .tel{ color:#fff; line-height:100px;}
.lang{ margin-left:20px;position:relative; z-index:1;}
.lang .select{ display:block; height:100px; line-height:100px; background:url(../images/arrow_down.png) no-repeat right center; padding-right:22px; padding-left:10px; color:#fff; font-family:Arial; font-size:14px; cursor:pointer; position:relative;z-index:1}
.lang .select img{ display:inline-block; vertical-align:middle}
.lang .select p{ display:inline-block;vertical-align: middle;padding-left: 8px;}
.lang .select a{ color:#fff}
/*.lang:before{ content:""; width:1px; height:12px; background:#ccc; position:absolute; left:-25px; top:50%; margin-top:-6px}
*/
.lang .hd{position: absolute;right: 0;top:80px; display: none;z-index: 999; background:#ccc; width:103%;z-index:999}
.lang .hd li a{line-height:24px;display:block;padding:6px 10px;text-align:left;color:#333;background: #ccc;z-index:999; position:relative;}
.lang .hd li a:hover{background:#fff;color:#333;}
.lang .hd li img{ width:25px; height:18px;vertical-align:middle; display:inline-block;z-index:999; position:relative;}
.lang .hd li p{padding-left:8px;font-size:12px;line-height:16px;display:inline-block;text-transform:capitalize;vertical-align:middle;margin:0;z-index:999; position:relative;}

@media(max-width:1400px){
    .headerr-phone span{
        font-size: 22px;
        margin-left: 10px;
    }
    .headerr-phone{
        margin-right: 20px;
    }
    .logo a{
        margin-right: 50px;
    }
    .logor::before{
        left: -25px;
    }
}
@media(max-width:1200px){
    #header .container{
        width: 100%;
    }
    .logor {
        width: 200px;
        margin-top: 17px;
    }
    .logor::before{
        top: 0;
    }
	.logo p{ font-size:28px;}
}

@media(max-width:1100px){
    #header .container{
        width: 100%;
    }
    .header .menu li{ margin-left:45px;}
}


@media(max-width:991px){
    .headerr{
        display: none;
    }
	.header .menu{ display:none}
	.header .right{ display:none;}
    .h-nav{
        display: none;
    }
    .logo a{
        width: 150px;
    }
    .logor::before{
        height: 26px;
    }
    .logor{
        margin-top: 5px;
    }
    .header{
        padding-top: 8px;
        padding-bottom: 8px;
    }
    #rightwin{
        display: none;
    }
}
@media(max-width:600px){
    .logor{
        display: none;
    }
	.logo p{ color:#076ce0; font-size:22px; font-weight:bold; text-align:center}
	
	
	.logo span{ font-size:12px; color:#a9a9a9; font-weight:normal;
display:inline-block;
margin-top:5px;
text-align:center;
width:100%;
letter-spacing:0px;
}
	
	
	
}
/* banner */

#banner{ position:relative; z-index:1; text-align:center;}


.swiper-container{
    width: 100%;
}

#banner .swiper-slide{ width: 1200px;
    margin: 0 auto;
	overflow-x: hidden;
	}

#banner .swiper-slide img{
   width: 1920px;
   margin: 0 -355px;
  vertical-align: middle;
}

#banner .swiper-button-prev{
    width: 68px;
    height:68px;
    background:rgba(255,255,255,0.5) url(../images/banner-prev.png) no-repeat center;
}
#banner .swiper-button-prev:hover{
    background:rgba(255,255,255,0.3) url(../images/banner-prev.png) no-repeat center;
}
#banner .swiper-button-next{
    width: 68px;
    height:68px;
    background:rgba(255,255,255,0.5) url(../images/banner-next.png) no-repeat center;
}
#banner .swiper-button-next:hover {
    background:rgba(255,255,255,0.3) url(../images/banner-next.png) no-repeat center;
}


@media(max-width:991px){
#banner .swiper-slide{ width: 991px;
    margin: 0 auto;
	overflow-x: hidden;
	}

#banner .swiper-slide img{
   width: 100%;
   display:block;
   margin: 0 0px;
  vertical-align: middle;
}
}


@media(max-width:600px){
    #banner .swiper-button-prev{
        width: 30px;
        height: 50px;
    }
    #banner .swiper-button-next{
        width: 30px;
        height: 50px;
    }
}
/*首页关于我们*/
#homeabout{
    background: #fff;
    padding: 30px 0 30px;
    overflow: hidden;
}
.homeabout-boxlul{
    display: flex;
    justify-content: space-between;
    margin-top:24px;
}

.homeabout-boxw{ }

.homeabout-boxr{
    overflow: hidden;
}
.homeabout-boxr img{
    width: 100%;
    transition: all 0.4s;
}
.homeabout-boxr video{
    width: 100%;
}
.homeabout-boxr:hover img{
    transform: scale(1.1);
} 



.homeabout-boxltit { text-align:center; margin-bottom:50px;}
.homeabout-boxltit h3{
    font-size: 50px;
    color: #076ce0;
	font-weight:bold;
}
.homeabout-boxltit h4{
    font-size: 18px;
    font-weight: Normal;
    margin-top: 18px;
	color:#076ce0;
	position:relative;
}
.homeabout-boxltit h4 b{ font-weight:normal; margin:0 40px; position:relative; top:10px;}

.homeabout-boxl{
    padding: 0 20px 0 0;
}
.homeabout-boxr{
    padding: 0;
}
.homeabout-boxltxt{
    color: #666;
    line-height: 30px;
}

.homeabout-boxltxt p{
	text-indent:2em;
	line-height: 34px;
}

.homeabout-img{ margin-top:20px;}
.homeabout-img img{}


.homeabout-boxlulimg img:last-child{
    opacity: 0;
}
.homeabout-boxlul li:hover .homeabout-boxlulimg{
    transform: translateY(-10px);
}


@media(max-width:1680px){
    .homeabout-boxltit h3{
        font-size: 30px;
    }
    .homeabout-boxltit h4{
        font-size: 24px;
        margin-top: 14px;
    }
    .homeabout-boxltxt {
        margin-top: 15px;
        line-height: 30px;
    }
    .homeabout-boxlmore{
        margin-top: 15px;
    }
    .homeabout-boxlul li a{
        height: 122px;
    }
}
@media(max-width:1600px){
    .homeabout-boxl {
        padding: 0 20px 0 0;
    }
    .homeabout-boxltxt {
        margin-top: 10px;
        line-height: 26px;
    }
    .homeabout-boxlul li a{
        height: 106px;
    }
    .homeabout-boxlul li h5{
        margin-top: 3px;
    }
}
@media(max-width:1400px){
    .homeabout-boxlul li a{
        width: 180px;
    }
    .homeabout-boxltit h3{
        font-size: 24px;
    }
    .homeabout-boxltit h4 {
        font-size: 18px;
        margin-top: 8px;
    }
    .homeabout-boxltxt {
        margin-top: 10px;
        line-height: 24px;
        font-size: 14px;
    }
}
@media(max-width:1200px){
    .homeabout-boxlul li a {
        width: 140px;
    }
    .homeabout-boxltit h3 {
        font-size: 22px;
    }
    .homeabout-boxltit h4{
        font-size: 16px;
    }
    .homeabout-boxlmore{
        margin-top: 8px;
    }
    .homeabout-boxlulimg img{
        width: 100%; 
    }
    .homeabout-boxlulimg {
        width: 35px;
        height: 40px;
    }
    .homeabout-boxlul li a{
        height: 80px;
    }
    .homeabout-boxlul li a{
        padding-top: 11px;
    }
    .homeabout-boxlul{
        margin-top: 10px;
    }
    .homeabout-boxlmore {
        margin-top: 2px;
        font-size: 14px;
    }
}
@media(max-width:991px){
    .homeabout-boxl{
        padding: 0;
        margin-bottom: 20px;
    }
	.homeabout-boxltit { margin-bottom:20px;}
    .homeabout-boxlul{
        width: 100%;
    }
    .homeabout-boxlul li{
        width: 33%;
    }
    .homeabout-boxlul li a{
        width: 100%;
    }
    .homeabout-box{
        padding: 0 15px;
    }
    #homeabout {
        background: #f9f9f9;
        padding: 40px 15px 40px;
    }
}
@media(max-width:599px){
	.homeabout-boxltit img{ display:none}
	
	}
@media(max-width:449px){
    #homeabout {
        padding: 30px 15px 30px;
    }
    .homeabout-boxltit h3 {
        font-size: 18px;
    }
}


#homelist{ background:url(../images/list-bg.jpg) center no-repeat; background-size: cover; padding-top: 10rem; padding-bottom: 10rem; width: 100%; overflow: hidden;}

.homelist-box{}
.homelist-boxw{}
.homelist-boxw ul li{ position:relative; height:128px; margin-bottom:40px;}
.homelist-b1{ position:absolute; z-index:999}
.homelist-b2{position:absolute; z-index:9999; top:68px; width:40%;left:150px; text-align:center;}
.homelist-b2 p{ color:#fff; font-size:30px; font-weight:bold; position:relative;}
.homelist-b2 span{ position:relative; font-size:15px; color:#fff; top:6px}
.homelist-b3{ position:absolute; z-index:1;top:58px; left:30px;}

@media(max-width:1200px){
	.homelist-boxw ul li{ position:relative; width:50%;}
	}
@media(max-width:991px){
	.homelist-boxw{ padding-left:20%;}
	.homelist-boxw ul li{ position:relative; width:100%;}
	
	
	}
	
@media(max-width:599px){
	.homelist-boxw{ padding-left:10%;}
	.homelist-b1 img{ width:90%}
	.homelist-b2 p{ color:#fff; font-size:24px; font-weight:bold; position:relative;}
	.homelist-b2 span{ position:relative; font-size:14px; color:#fff; top:6px}
	.homelist-b3{ position:absolute; z-index:1;top:30px; left:30px;}
	.homelist-b2{position:absolute; z-index:9999; top:40px; width:50%;left:125px; text-align:center;}
	}	
	
	
@media(max-width:480px){
	.homelist-boxw{ padding-left:0%;}
	.homelist-b1 img{ width:80%;}
	.homelist-b3 img{display: block;
  height: auto;
  max-width: 100%;}
	.homelist-b2 p{ color:#fff; font-size:20px; font-weight:bold; position:relative;}
	.homelist-b2 span{ position:relative; font-size:12px; color:#fff; top:6px}
	}


/*首页产品*/


#home-pro{background:url(../images/homepro-bg.jpg) center no-repeat; background-size: cover; width: 100%; overflow: hidden;}
.home-pro-text{ position:relative;}
.home-pro-cont{ color:#fff; position:relative; margin-top:320px;text-align:right;}
.home-pro-cont p{ font-weight:bold; font-size:54px; position:relative; margin-bottom:30px;}
.home-pro-cont span{ text-align:right; position:relative; left:175px; font-size:18px;}
.home-pro-cont img{ position:relative}
.home-pro-img{ background:#fff; box-shadow:inset 8px 0 8px 0px #999;float:right;padding-left:5%; padding-top:2%; padding-bottom:3%;}

.home-pro-01{ max-width:700px; text-align:center; margin-bottom:20px;}
.home-pro-01 h1{ margin-bottom:15px;}
.home-pro-01 h1,.home-pro-02 h1{ color:#ff0000; font-size:18px; font-weight:bold;}
.home-pro-02{max-width:700px; text-align:center;}

.home-pro-more{ text-align:center; max-width:700px; margin-top:25px;}
.home-pro-more a{ display:inline-block; height:50px; line-height:50px; width:163px; text-align:center; color:#fff; background:url(../images/more.png) no-repeat;}


@media(max-width:1200px){
	#home-pro .col-md-4{ width:42%;}
	.home-pro-cont{ text-align:center}
	.home-pro-cont span{ text-align:center; position:relative; left:0px; font-size:18px;}
	.home-pro-cont img{ display:none;}
	#home-pro .col-md-7{ width:58%;}
	
	}
@media(max-width:991px){
	.home-pro-cont{margin-top:80px;text-align:center; margin-bottom:30px;}
	#home-pro .col-md-4{ width:100%;}
	#home-pro .col-md-7{ width:100%; padding-top:35px;}
	.home-pro-01{max-width:100%; text-align:center;}
	.home-pro-01 img{text-align:center; margin:0 auto;}
	.home-pro-02{max-width:100%; text-align:center;}
	.home-pro-02 img{text-align:center; margin:0 auto;}
	.home-pro-more{ text-align:center; max-width:100%;}
	
	}
@media(max-width:769px){
	.home-pro-cont{margin-top:35px;}
	.home-pro-cont p{  font-size:30px;margin-bottom:10px;}
	.home-pro-cont span{ font-size:14px;}
}
@media(max-width:480px){}





#homefuwu{background:url(../images/hz-bg.jpg) center no-repeat; background-size: cover; width: 100%; overflow: hidden;padding:50px 0;}
.homefu-box{padding:30px 0;}
.homefu-boxw{ text-align:center; background:url(../images/hw-bg.jpg) center no-repeat;width: 100%; overflow: hidden; padding:15px 45px;}
.homefu-boxr{ border:2px solid rgba(255,255,255,0.5); padding:35px 0; }
.homefu-boxr img{ margin:0 auto}


#homerongyu{ background:url(../images/rongyu.png) center no-repeat #303030;  width: 100%; padding:50px 0}
.homerongyu-box{}
.homerongyu-box .homeabout-boxltit h3{ color:#fff;}
.homerongyu-box .homeabout-boxltit h4{ color:#fff;}



.homerongyu-img{
	width: 100%;
    margin-top:100px;
    overflow: hidden;
}

.homerongyu-list{
            margin: 0px auto;
            width:1200px;
            overflow: hidden;
        }
.homerongyu-list > ul{
            width: 250%;
            /*动画名称*/
            animation-name: move;
            /*动画时间*/
            animation-duration: 35s;
            /*动画次数*/
            animation-iteration-count: infinite;
            /*匀速*/
            animation-timing-function: linear;
        }
.homerongyu-list > ul > li{
            float: left;
            list-style: none;
			width:13%;
			 margin:0 15px;
        }

.homerongyu-list > ul > li img{ width:100%; height:100%;}

		
 @keyframes move {
            /*动画起始位置*/
            0%{
                transform: translateX(0px);
            }
            /*动画结束状态*/
            100%{
                 transform: translateX(-1400px);
             }
        }



@-webkit-keyframes move {
            /*动画起始位置*/
            0%{
                transform: translateX(0px);
            }
            /*动画结束状态*/
            100%{
                 transform: translateX(-1400px);
             }
        }

.homerongyu-list:hover ul {
    -webkit-animation-play-state: paused; /*动画暂停播放*/
}

/*首页底部*/
#footer{ background:#010c19; padding:25px 0 10px 0}
.footer-box{ text-align:center;}
.foot-top h1{ color:#fff; font-size:34px; font-weight:bold;} 
.foot-top span{ font-size:16px; margin-left:15px; font-weight:normal;}
.foot-top img{ margin-top:25px;}
.foot-mid{ margin-top:25px}
.foot-mid p{ line-height:28px; color:#6e7680; font-size:14px;}
.foot-mid p a{ color:#fff}
.foot-mid p b{ font-weight:normal; color:#6e7680}

.foot-tel{ margin-top:15px; position:relative;}
.foot-tel span{position:relative; right:8px; top:20px}
.foot-tel p{ line-height:40px; color:#fff; font-size:28px; position:relative}

.foot-copy{ margin-top:10px;}
.foot-copy p{ color:#6e7680; font-size:12px;}


.wap{ display:none;}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}



@media(max-width:1200px){
    
}
@media(max-width:991px){
	.wap{ display:block}
    
}
@media(max-width:768px){
    
}
@media(max-width:380px){
    
}
/*右侧浮层*/
#rightwin{
    position: fixed;
    top: 65%;
    right:22px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(12, 8, 8, 0.18);
    width: 72px;
    z-index: 666;
}
#rightwin ul li{
    padding: 0 20px;
    cursor: pointer;
    position: relative;
}
.rightwin-w{
    border-bottom: 1px solid #e5e5e5;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#rightwin .bshare-custom .bshare-qqim{
    background: url(../images/rightwin-qq.png) no-repeat center;
    width: 20px;
    height: 24px;
}
#rightwin .bshare-custom .bshare-weixin{
    background: url(../images/rightwin-wx.png) no-repeat center;
    width: 24px;
    height: 20px;
}
#rightwin .bshare-custom .dc-qqim{
    background: url(../images/rightwin-qq.png) no-repeat center;
    width: 20px;
    height: 24px;
}
#rightwin .bshare-custom .dc-weixin{
    background: url(../images/rightwin-wx.png) no-repeat center;
    width: 24px;
    height: 20px;
}
.rightwin-p {
    position: absolute;
    right: 72px;
    width: 200px;
    background: #0763cc;
    top: 0;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    display:none;
}
/*内页*/
.cate{
    height: 120px;
    line-height: 120px;
    border-bottom: 1px solid #e0e0e0;
}
.catetit{
    position: relative;

}
.cateul{
    display: flex;
    justify-content:center;
}
.cateul li{
    padding: 0 40px;
}
.cateul li:hover a{
    color: #0763cc;
}
.cateul li.cateAct a{
    color: #0763cc;
} 
#pro{
    background: #f2f2f2;
    padding-top: 75px;
}
.probox ul li{
    padding: 3px;
}
.probox ul li img{
    width: 100%;
}
.probox ul li h4{
    height: 100px;
    line-height: 100px;
    text-align: center;
}
.catetit{
    display: none;
}

@media(max-width:1680px){
    .cateul li {
        padding: 0 15px;
    }
}
@media(max-width:1400px){
    .procateul li a{
        padding: 0px;
        font-size: 14px;
    }
}
@media(max-width:1200px){
    .procateul{
        flex-wrap: wrap;
    }
    .procateul li{
        width: 33%;
        text-align: center;
    }
    .procate{
        height: auto;
        line-height: 60px;
    }
}
@media(max-width:991px){
    .catetit h3{
        font-size: 24px;
        line-height: 60px;
    }
    .catetit{
        height: 60px;
        display: block;
    }
    .cate{
        height: auto;
        line-height: 35px;
        
    }
    .catetit #pronavToggle span, .catetit #pronavToggle::after, .catetit #pronavToggle::before{
        background: #333;
    }
    .catetit #pronavToggle{
        top: 6px;
    }
    .procate {
        line-height: 35px;
    }
    .procateul li{
        width: 100%;
    }
    .cateul{
        padding-bottom: 15px;
        border-top: 1px solid #eeeeee;
        display: none;
        text-align: center;
        padding-top: 15px;
    }
    .probox{
        padding:0 30px;
    }
    #pro {
        padding-top: 30px;
    }
    .catetit h3 {
        font-size: 18px;
    }

}

/*联系我们*/
#contact{
    background: #f6f6f6;
    padding: 90px 0 110px;
}
.contact-boxtop li{
    background: #fff;
    width: 20%;
    float: left;
    padding: 50px 0 60px;
    text-align: center;
    border: 1px solid #eaeaea;
    margin: 0 -1px 0 0;
}
.contact-boxtopimg{
    height: 40px;
    margin: 30px 0 20px;
}
.contact-boxtop li h4{
    font-size: 24px;
    color: #0763cc;
}
.contact-boxbot{
    background: #fff;
}
.contact-boxbot{
    margin-top: 60px;
}
.contact-boxbotrimg{
    border: 1px solid #eaeaea;
}
.contact-boxbotrimg img{
    width: 100%;
}
.contact-boxbot .contact-boxbotl,.contact-boxbot .contact-boxbotr{
    padding: 0;
}
.contact-boxbot ul li{
    padding:40px 110px 0 100px;
}
.contact-boxbot ul li a{
    border-bottom: 1px solid #ebebeb;
    display: flex;
    padding-bottom: 20px;
}
.contact-boxbot ul li:last-child a{
    border-bottom: none;
}
.contact-boxbottxt{
    margin-left: 38px;
}
.contact-boxbotlimg{
    width: 31px;
}
.contact-boxbot  .contact-boxbotl{
    padding-top: 20px;
}
.contact-boxbottxt h3{
    color: #666666;
}
.contact-boxbottxt h4{
    margin-top: 13px;
    font-size: 20px;
}
@media(max-width:1400px){
    .contact-boxbot ul li {
        padding: 30px 110px 0 100px;
    }
    .contact-boxbottxt h4 {
        margin-top: 13px;
        font-size: 16px;
    }
}
@media(max-width:1200px){
    .contact-boxtop li h4{
        font-size: 16px;
    }
    .contact-boxtop li{
        padding: 40px 0 40px; 
    }
    .contact-boxbottxt h4 {
        margin-top: 10px;
        font-size: 14px;
    }
    .contact-boxbot .contact-boxbotl {
        padding-top: 10px;
    }
}
@media(max-width:991px){
    .contact-boxtop li h4 {
        font-size: 14px;
    }
    .contact-boxbot .contact-boxbotl {
        padding-top: 0px;
    }
    #contact {
        padding: 30px 0 30px;
    }
}
@media(max-width:768px){
    .contact-boxtop li{
        width: 50%;
        margin: 0 -1px -1px 0;
    }
    .contact-boxbot {
        margin-top: 20px;
    }
    .contact-boxbot ul li {
        padding: 20px 30px 0 30px;
    }
}




/*公司简介*/

#n-about{ padding:60px 0 80px 0; background:#fff;}
.n-about-tit{ position:relative; text-align:center;}
.n-about-tit h1{ font-size:32px; font-weight:bold;
background: linear-gradient(to top,#20bdfd,#1a9afc);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
position:relative;
top:5px;


}
.n-about-tit h4 b{ font-size:14px; font-weight:normal; color:#999; position:relative; top:10px; margin:0 30px}
.n-about-content{ margin-top:80px;}
.n-about-l{ width:34%; float:left;}
.n-about-l img{ border-radius:50%}
.n-about-r{ width:65%; position:relative; float:left; padding-left:20px;}
.n-about-r-01{ position:relative; display:flex; margin-bottom:30px;}
.n-about-sz{}
.n-about-sz h1{ font-size:50px; font-weight:bold;
background: linear-gradient(to top,#20bdfd,#1a9afc);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
margin-top:25px;
}

.n-about-r-01:nth-child(2) h1{ margin-left:30px; margin-top:50px;}

.n-about-r-01:nth-child(3) h1{ margin-top:2px;}


.n-about-nr{ margin-left:40px;}
.n-about-nr p{ text-indent:2em; color:#666; line-height:28px;}


.n-about-img{ margin:0px 0 25px 0; text-align:center;}
.n-about-img img{ margin:0 auto;}





@media(max-width: 1199px){
	
	.n-about-l{ width:40%;}
	.n-about-l img{ width:95%;}
	.n-about-r{ width:60%;}
	
}
@media(max-width: 991px){
	
}
@media(max-width: 767px){
	
	.n-about-l{ width:100%; text-align:center; margin:0; padding:0}
	.n-about-l img{ width:80%;}
	.n-about-r{ width:100%; margin-top:30px;}
	.n-about-r-01 h1{ margin-top:0}
	.n-about-r-01:nth-child(2) h1{ margin-left:0px; margin-top:0}
}
@media(max-width: 680px){
	.n-about-tit h4 img{ display:none;}
}





.n-xiaoshou{ padding:80px 0; max-width:800px; margin:0 auto;}
.n-xiaoshou ul li{}



@media(max-width: 1199px){
	
	
	
}
@media(max-width: 991px){
	
	.n-xiaoshou ul li{ width:50%;}
}
@media(max-width: 767px){
	
	.n-xiaoshou ul li{ width:100%; text-align:center}
}
@media(max-width: 589px){
	
}





.inside6_right{ display:none;}

.inside5_right{
	background: #ffffff;
	margin-top:80px;
}
.inside5_right>h4{
	height: 74px;
	line-height: 74px;
	font-size: 18px;
	color: #333333;
	border-bottom: 2px solid #eeeeee;
	margin-bottom: 40px;
}

@media(max-width: 1199px){
	.inside5_right{ display:none !important;}
	.inside6_right{ display:block; margin-top:50px}
	}



@media(max-width: 991px){
	.inside5_left{
		width: 100%;
	}
	.inside5_left .left_title{
		display: block;
	}
	.inside5_right{
		width: 100%;
		float: none;
		padding: 0 15px 50px;
	}
	.inside5_right>h4{
		margin-top: 25px;
		font-size: 16px;
		height: 54px;
		line-height: 54px;
	}
}
@media(max-width: 767px){
	.inside5_right{
		padding: 0 15px 30px;
	}
	.inside5_right>h4{
		font-size: 14px;
		margin-bottom: 30px;
	}
	
}

.inside_con{
	margin-left: -25px;
	margin-right: -25px;
}
.inside_con li,.honour_con li{
	padding: 0 15px;
	cursor: pointer;
}
.inside_con li .inside_img,
.honour_con li .honour_img{
	overflow: hidden;
	position: relative;
}
.inside_con li .inside_img .insided_img,
.honour_con li .honour_img .honourd_img{
	display: block;
	width: 100%;
	transition: 0.5s all;
	-moz-transition: 0.5s all;
	-wekit-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.inside_con li:hover .inside_img .insided_img{
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.inside_con li>p,.honour_con li>p{
	font-size: 16px;
	text-align: center;
	line-height: 72px;
	height: 72px;
	color: #333333;
	font-family: "SourceHanSansCN-Light";
}
.inside_con li:hover>p,.honour_con li:hover>p{
	color: #c00202;
}



.inside5_right{
	display:flex;flex-direction: column;
    align-items:left;
    justify-content: left;
	position: relative;
	 width:100%;
	 
	}
	
.inside5_right ul{
	display:flex;
  flex-direction: row;
    align-items: start;
    justify-content: space-between;
	position: relative;
	}
	
.inside5_right ul li{ position:relative;}


.inside5_right > ul{
	       width:380%;
            /*动画名称*/
            animation-name: rightThenLeft;
            /*动画时间*/
            animation-duration: 55s;
            /*动画次数*/
            animation-iteration-count: infinite;
            /*匀速*/
            animation-timing-function: linear;
			
        }
.inside5_right > ul > li{
	
        }

.inside5_right > ul > li img{ width:100%; height:100%;}

		
@keyframes rightThenLeft {
	0%{
                transform: translateX(0px);
            }
            /*动画结束状态*/
            100%{
                 transform: translateX(-3300px);
             }
}
		
		
		
		
@-webkit-keyframes rightThenLeft { 
   0%{
                transform: translateX(0px);
            }
            /*动画结束状态*/
            100%{
                 transform: translateX(-3300px);
             }
}
		
		

.inside5_right:hover ul {
    -webkit-animation-play-state: paused; /*动画暂停播放*/
}




@media(max-width: 1199px){
	.inside_con{
		margin-left: -10px;
		margin-right: -10px;
	}
	.inside_con li,.honour_con li{
		padding: 0 10px;
	}
}
@media(max-width: 991px){
	.inside_con li>p,.honour_con li>p{
		font-size: 14px;
		height: 50px;
		line-height: 50px;
	}
}
@media(max-width: 767px){
	.inside_con li,.honour_con li{
		padding: 0 5px;
	}
	
	.inside5_right ul{
	display:flex;
  flex-direction:none;
    align-items: start;
    justify-content: space-between;
	position: relative;
	}
	
	
	.inside6_right ul li{ width:50%}
	
}
@media(max-width: 500px){
	.inside_con li>p,.honour_con li>p{
		font-size: 12px;
		height: 30px;
		overflow: hidden;
		line-height: 30px;
	}
	
	.inside6_right ul li{ width:100%}
	
}



#n-contact{ padding:40px 0 0 0}

.n-contact-box{ width:100%; padding:80px 0; text-align:center;}
.n-contact-box ul li{width:200px;height:170px; background:url(../images/kuang.png) no-repeat; display:inline-block; margin:0 45px;}
.n-contact-box ul li img{ margin:20px 0 0 0}
.n-contact-box ul li h2{ font-size:14px; margin-top:30px;}
.n-contact-box ul li h3{ line-height:24px; font-weight:bold; font-size:15px; margin-top:3px; width:200px;}


.n-contact-map{}




@media(max-width: 1199px){
	
}
@media(max-width: 991px){
	
	.n-contact-box ul li{ margin:0px 10px;}
	
}
@media(max-width: 767px){
	
	.n-contact-box li:nth-child(3){margin-top:20px;}

	
}
@media(max-width: 500px){
	.n-contact-box li:nth-child(2){margin-top:20px;}
	
}



/*产品中心*/
.pro-ban{ position:relative;}
.inside-text{ position:absolute; z-index:999999; max-width:1200px; overflow:hidden; top:80px; text-align:center;}
.inside-text h1{ font-size:28px; color:#076ce0; font-weight:bold;}
.inside-text p{ color:#fff; font-size:16px; line-height:24px; width:100%; padding:0 18%; margin-top:10px;}


@media (max-width:1599px) {
	

	.inside-text{ position:absolute; z-index:999999; max-width:1200px; overflow:hidden; top:50px; text-align:center;}
	
}

@media (max-width:1200px) {
	
	
	.inside-text{ position:absolute; z-index:999999; max-width:1200px; overflow:hidden; top:15px; text-align:center;}
	.inside-text h1{ font-size:18px;}
    .inside-text p{font-size:12px;}
	
}


@media (max-width:991px) {
	
	
	.inside-text{ display:none}
	
}






#n-product{ margin-top:15px; margin-bottom:15px;}
.lanmu{
	width:21%;
	overflow:hidden
	
}
.lanmu h2{
	background:#076ce0;
	display:block;
	padding:15px 0px;
}
.lanmu h2 p{
	font-size:16px;
	color:#fff;
	padding-left:10px;
	display:block;
}
.lanmu h2 span{
	font-size:1.6rem;
	color:rgba(255,255,255,.6);
	line-height:20px;
	display:block;
	margin:5px 0px 0px;
}

@media (max-width:992px) {
	.lanmu{
		width:200px;
	}
}




.lanmu dl{
	border:1px #ddd solid;
}
.lanmu dl>div{

}
.lanmu dl dt{
	display:flex;
	background:#dbdbdb;
}
.lanmu dl dt:first-child{
	margin-top:0;
}

.lanmu dl dd{
	border-bottom:1px #ddd dashed;
	margin:0 9px;
}

.lanmu dl dd:last-child{
	border-bottom:none
}

.lanmu dl dd a{
	display:block;
	font-size:1.4rem;
	line-height:20px;
	padding:12px 0px 12px 8%;
	color:rgba(0,0,0,.7);
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis; 
}
.lanmu dl dd a:hover{
	color:#076ce0;
}
.lanmu dl dd.cur a{
	color:#076ce0;
}
.lanmu section{
	border:1px #ddd solid;
	padding:10px;
}
.lanmu section span{
	display:flex;
	border-bottom:1px #ddd solid;
	line-height:20px;
	padding:15px 0px;
	font-size:1.4rem;
	align-items:center;
}
.lanmu section span small{
	font-size:2.0rem;
	margin:0px 10px 0px 0px;
}
.lanmu>section span small.wx{
	width:20px;
	display:block;
	background:url(../images/wxpic1.png) center no-repeat;
	height:20px;
	background-size:100% auto;
}
@media (max-width:992px) {
	.lanmu dl dt a{
		font-size:1.6rem;
	}
}



.con-xq{
	
}
.con-xq .post{
	font-size:18px;
	color:#076ce0;
	line-height:30px;
	padding:0px 0px 35px 10px;
	background:url(../images/pro-line.jpg) 0 bottom no-repeat;
}

.con-xq .post a{ color:#999}
.con-xq .post h1{ float:left}
.con-xq .post span{ float:right; color:#999; font-size:14px; margin-right:10px;}


.con-xq .post2{
	font-size:18px;
	color:#076ce0;
	line-height:30px;
	padding:0px 0px 10px 10px;
	background:url(../images/pro-line.jpg) 0 bottom no-repeat;
}


.con-xq .post3{
	font-size:18px;
	color:#076ce0;
	line-height:30px;
	padding:0px 0px 10px 10px;
	background:url(../images/pro-line.jpg) 0 bottom no-repeat;
}



@media (max-width:992px) {
	.lanmu{
		width:200px;
	}

}


@media (max-width:991px) {
	
	.lanmu{
	width:100% !important;
	overflow:hidden;
	margin-bottom:25px;
	
}
	.lanmu .col-md-3{
		width:100% !important;
	}
	
	n-pro-box .col-md-9{width:100% !important;}
	
	
  .lanmu dl dd a{
	padding:12px 0px 12px 2%;
}

}


.box{ position:relative; width:100%;}
.box1{ width:100%; margin: 0 auto; height:390px; margin:15px auto; position: relative; overflow: hidden;}
.box1 ul{ overflow: hidden; height: 100%; position:absolute; left: 0; top: 0;}
.box1 ul li{ width:390px; /*这里设置了li的宽度为213*/  margin:0 13px; height:100%; list-style:none; float: left; border:1px solid #999; text-align:center;}
.box1>ul>li>a{ position: relative; display: block; height: 100%;}
.box1>ul>li>a>img{ display: block; width:380px; height:320px;}
.box1>ul>li>a span{ height:36px; display: block; position:relative; color:#666; border-bottom:1px dashed #999; margin:0 10px;}




.pbox {width:100%;height:auto;margin-bottom:25px;text-align:center; border:1px solid #666;}
.pbox .tubox {width:100%;overflow:hidden;}
/* .pbox:hover .tubox {border:5px solid rgba(0,102,179,.8);} */
.pbox .tubox img {width:100%;height:auto;box-shadow:0 0 1px #ccc;background-color:skyblue;transition:all 1.5s ease 0s;-moz-transition:all 1.5s ease 0s;-webkit-transition:all 1.5s ease 0s;-o-transition:all 1.5s ease 0s; }
.pbox:hover .tubox img {transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);-moz-transform:scale(1.1);}
.pbox h3 {font-size:14px;color:#444;text-align:center; padding-bottom:25px;}

.pa0{ margin-bottom:15px; margin-top:15px;}





@media (max-width:991px) {
	
	.lanmu{
	width:100% !important;
	overflow:hidden;
	margin-bottom:25px;
	
}
	.con-xq .col-md-6{ width:50%;}

}


@media (max-width:480px) {
	
	.lanmu{
	width:100% !important;
	overflow:hidden;
	margin-bottom:25px;
	
}
	.con-xq .col-md-6{ width:100%;}

}





/* pro-canshu */

.n-pro-box .col-md-9{ margin-right:0; width:79%;}

.nypcanshu{ margin-top:50px;}
.cstit { border:1px solid #ccc;}
.cstit h3{ height:50px; line-height:50px; width:22%; text-align:center; font-size:14px; border-right:1px solid #ccc; color:#076ce0}
.cstit h3:before{ content: ""; display: block; width: 100%; height: 2px; background:#076ce0; z-index:1;    }



.canshubox{ padding:20px 10px 10px 0;}
.canshubox h3{ color:#527705; font-weight:bold; font-size:18px; margin-bottom:10px;}
.canshubox p{}
.canshubox p b{ color:#ff0000; font-size:14px; font-weight:bold; margin-bottom:10px;}
.canshubox p span{ font-weight:normal; color:#666; font-size:14px;}
.canshubox img{ margin:10px 0}



.pback {float:right;display:block;font-size:14px;padding:5px 24px;border-radius:15px;background:#999;color:#fff;text-decoration:none;}
.pback:hover {background:#dd461e;color:#fff;}
.cstit .syprolist {width:100%;height:auto;display:flex;display:-webkit-flex;flex-flow:row wrap;justify-content:space-between;}
.cstit .syprolist li {width:24%;height:auto;background:#ddd;text-align:center;font-size:18px;height:50px;line-height:50px;}
.cstit .syprolist .but {background:#dd461e;color:#fff;}
.canshubox .sycptu {width:100%;height:auto;display:inline-block;text-align:center;}
.canshubox .sycptu img {max-width:80%;display:block;margin:20px auto 0;}
.canshubox .sycptu.prodown a {width:96%;margin:0 auto;padding:16px 10px;color:#333;font-size:18px;border-top:1px solid #ddd;border-bottom:1px solid #ddd;display:flex;display:-webkit-flex;flex-flow:row wrap;justify-content:space-between;}
.canshubox .sycptu.prodown a:hover {color:#dd461e;}
.canshubox .sycptu.prodown a p {margin:0;}
.pcanshu .prolink {width:100%;height:auto;display:inline-block;padding:42px;border:1px solid #eee;}
.pcanshu .prolink h3 {width:100%;height:auto;text-align:left;font-size:20px;border-bottom:3px solid #dd461e;font-weight:600;display:inline;letter-spacing:1px;}
.pboxlx {width:100%;height:auto;display:inline-block;margin:30px 0 0;}
.prolibox {width:100%;height:auto;display:inline-block;border-bottom:1px solid #ddd;line-height:42px;}
.prolibox p {font-size:18px;}
.prolibox i {background:#dd461e;width:30px;height:30px;text-align:center;line-height:30px;color:#fff;border-radius:50%;margin-right:10px;}
.tuijpro h3 {width:100%;height:auto;border-bottom:2px solid #ddd;margin:25px 0;line-height:60px;position:relative;}
.tuijpro h3::before {content:"";position:absolute;width:100px;background:#dd461e;height:2px;left:0;bottom:-2px;}
.tuijpro h3 span {font-size:16px;color:#888;}
.tuijpro a {color:#333;line-height:50px;}

.pdescribe{ margin-top:50px;}
.pdescribe .miaos{}
.pdescribe .miaos a{
	color: #076ce0;
        border: 1px solid #076ce0;
        border-radius: 4px;
        text-align: center;
        font-size: 15px;
        margin: 0 5px;
		padding:5px 20px;
        transition: 0.3s;
        -o-transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
		display: inline-block;
		}
.pdescribe .miaos img{ margin-right:5px;}	



.nyright{ margin-top:40px;}
.proszi{ margin-left:30px;}
.proszi h2{ font-size:18px;}

@media (max-width:991px) {

.n-pro-box .col-md-9{ margin-right:0; width:100%;}

}

@media (max-width:769px) {
	
	.tz-gallery .col-md-6{ width:100%;}
	.proszi{ margin-top:40px;}
}




 .a-pagination{ margin-top:10px; margin-bottom:50px;}

 .a-pagination p{
                margin:0;
                cursor:pointer
            }
            .a-pagination{
                height:40px;
                padding:20px 0px;
                text-align: center;
                width: 100%;
            }
            .a-pagination a{
                display:inline-block;
                margin:5px !important;
                padding:0px 12px;
                height:30px;
                border:1px #cccccc solid;
                background:#fff;
                text-decoration:none;
                color:#808080;
                font-size:12px;
                line-height:30px;
				margin-bottom:5px!important
				
            }
            .a-pagination a:hover{
                color:#fff;
                background: white;
                border:1px #182f9d solid;
				background:#182f9d;
            }
            .a-pagination a.cur{
                border:none;
                background:#182f9d;
                color:#fff;
                border:1px solid #182f9d;
            }
            .a-pagination p{
                display: inline-block;
                padding:0px 12px;
                font-size:12px;
                height:30px;
                line-height:30px;
                color:#bbb;
                border:1px #ccc solid;
                background:#fcfcfc;
                margin-right:8px;
                

            }
            .a-pagination p.pageRemark{
                border-style:none;
                background:none;
                margin-right:0px;
                padding:4px 0px;
                color:#666;
            }
            .a-pagination p.pageRemark b{
                color:#28468C;
            }
            .a-pagination p.pageEllipsis{
                border-style:none;
                background:none;
                padding:4px 0px;
                color:#808080;
            }


