*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}
/* @font-face {
	font-family: 'zd';
	src: url('../other/SourceHanSansCN-ExtraLight.otf');
	font-weight: normal;
	font-style: normal;
} */
@font-face {
	font-family: 'zd2';
	src: url('../other/HelveticaNeue-UltraLight.otf');
	font-weight: normal;
	font-style: normal;
}
body,html,p,span,a,font,h1,h2,h3,h4,h5,h6,tr,td,th,b,i{
    /* font-family: 'zd'!important; */
    font-weight: normal;
}
a:hover{
	text-decoration: none;
	cursor:pointer;
}
a:visited {
	text-decoration:none!important;
}
a:focus{
	text-decoration: none;
}
p{
	margin:0;
}
.left180{
	width:300px!important;
	margin:-150px 0 0 -150px!important;
}
/* 返回顶部 */
.returntop{
	position:fixed;
	bottom:-10%;
	right:4%;
	z-index:5;
	opacity:0;
	transition:all 0.6s;
	-webkit-transition:all 0.6s;
	-moz-transition:all 0.6s;
	-ms-transition:all 0.6s;
	-o-transition:all 0.6s;
	cursor:pointer;
}
.returntop img{
	width:50px;
}
/* 返回顶部 */
/*通用导航*/
.nav_button{
    position: fixed;
    left:10px;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 5;
     color: #f78d1d!important;
    font-size: 20px;
    cursor: pointer;
    font-weight:800;
}
.nav_button img {
    width: 20px;
    position: relative;
    top: -2px;
}
.index_nav{
    position: fixed;
    left:-100%;
    width:440px;
    height:100%;
   background: rgba(255,255,255,0.6);
    /* background: url('../images/nav_bg.jpg') no-repeat center center; */
    background-size: cover;
    z-index: 100;
    bottom:0;
    
}
.index_nav .index_nav_close{
    display: none;
    position: absolute;
    right: 20px;
    top:20px;
    color:black;
    font-size: 30px;
}
.index_nav .index_nav_close img{
    width: 20px;
}
.index_nav .index_nav_logo{
    width:60%;
   
    position: absolute;
    top:16%;
    left:0;
    right:0;
     margin:auto;
}
.index_nav .index_nav_logo img{
    display: block;
    width:100%;
}
.index_nav .index_nav_menu{
    width: 100%;
    height:auto;
    position: absolute;
    top: 46%;
}
.index_nav .index_nav_menu .index_nav_menu_inner{
    padding: 0 40px;
}
.index_nav .index_nav_menu .index_nav_menu_inner h5{
    color:#f78d1d;
    font-size: 20px;
}
.index_nav .index_nav_menu .index_nav_menu_inner h5 img{
    width: 20px;
    position: relative;
    top:-2px;
}
.index_nav .index_nav_menu .index_nav_menu_inner2{
    padding-left: 30px;
    position:relative;
}
.index_nav .index_nav_menu .index_nav_menu_inner2 h6{
    margin: 0;
    padding: 8px 0;
    overflow: hidden;
}
.index_nav .index_nav_menu .index_nav_menu_inner2 h6 a{
    width:100%;
    height:auto;
    display: block;
    padding: 2px;
    position: relative;
}
.index_nav .index_nav_menu .index_nav_menu_inner2 h6 a font{
    position: absolute;
    width:100%;
    height:100%;
    display: block;
    left:-100%;
    top: 0;
     z-index: -1;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
     
}
.index_nav .index_nav_menu .index_nav_menu_inner2 h6 a:hover font{
    left:0;
       background: #1f1f1f;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  
}
.index_nav .index_nav_menu .index_nav_menu_inner2 div span{
    margin: 0;
    display: block;
    padding: 5px 0;
}
.index_nav .index_nav_menu .index_nav_menu_inner2 h6 a{
    color:black;
    font-size: 16px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.index_nav .index_nav_menu .index_nav_menu_inner2 h6 a:hover{
    color: white;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.index_nav .index_nav_menu .index_nav_menu_inner2 ul ul{
    display: none;
    padding: 5px 0;
    padding-left: 6px;
    border-bottom: 1px solid black;
}
.index_nav .index_nav_menu .index_nav_menu_inner2 ul ul a{
     color:#595855;
    font-size: 14px;
    display: block;
    position: relative;
     transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    overflow: hidden;
    padding-left: 4px;
}
.index_nav .index_nav_menu .index_nav_menu_inner2 ul ul font{
    
    position: absolute;
    width:100%;
    height:100%;
    display: block;
    left:-100%;
    top: 0;
     z-index: -1;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.index_nav .index_nav_menu .index_nav_menu_inner2 ul ul a:hover{
     color: white;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.index_nav .index_nav_menu .index_nav_menu_inner2 ul ul a:hover font{
     left:0;
       background: #1f1f1f;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.index_nav .index_nav_bottom{
    width: 100%;
    position: absolute;
    bottom: 20px;
}
.index_nav .index_nav_bottom img{
    width: 100%;
    height: auto;
    display: block;
}
.index_nav .index_nav_bottom .index_nav_bottom_left{
    width: 170px;
    position: absolute;
    bottom: 2px;
    left:26px;
}
.index_nav .index_nav_bottom .index_nav_bottom_right{
    width: 36%;
    position: absolute;
    bottom: 0;
    right:27px;
}
.mob-nav{
	position:fixed;
	top:10px;
	right:10px;
	z-index:100;
	display:none;
}
/*通用导航*/
.c-content{
    position: relative;
}
/*通用banner*/
.fixed-banner{
    position: fixed;
    top: 0;
    left: 0;
}
.fixed-banner img{
    width:100%;
	position:relative;
}
.fixed-banner>div{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
.fixed-banner>div div{
	    position: absolute;
    top: 34px;
    left: 34px;
    width: 250px;
}
.fixed-banner>div p{
	    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    font-size: 40px;
    color: white;
}
.common-banner{
    position: relative;
     z-index:-1; 
}
.common-banner>img{
    visibility: hidden;
    position: relative;
     width:100%;
}
.c-content{
    position: relative;
    z-index: 2;
    background: white;
}
.common-banner div{
    position: absolute;
    top:34px;
    left:34px;
    width:250px;
}
.common-banner div img{
    width:100%;
}
.common-banner p{
    left:50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    font-size: 40px;
    color:white;
}
.common-banner p img{
    width:300px;
}
/*通用banner*/
/*联系页面*/
.contact-bg{
     width:100%;
    position: absolute;
    bottom: 0;
    left:0;
    display: block;
    z-index: -1;
}
.contact{
    width:100%;
    padding-top: 90px;
    position: relative;
}
.contact>p{
    font-size: 18px;
    color:#2d2d2d;
    line-height: 1.6em;
    text-align: justify;
}
.contact-nr{
	    font-size: 26px;
    color: #2d2d2d;
    line-height: 1.6em;
    text-align: justify;
	}
.contact .contact-icon{
    width: 60%;
    float: right;
    padding-bottom: 110px;
}
.contact .contact-icon .contact-icon-inner{
    width: 50%;
    float: left;
    margin-top: 40px;
}
.contact .contact-icon .contact-icon-inner font{
    width: 20%;
    float: left;
}
.contact .contact-icon .contact-icon-inner font img{
    width: 40px;    
}
.contact .contact-icon .contact-icon-inner span{
    width: 80%;
    float: left;
}
.contact .contact-icon .contact-icon-inner span b{
    display: inline-block;
    width: 80px;
    padding: 4px 8px;
    background: black;
    color:white;
    font-size: 12px;
    margin: 12px 0 20px 0;
}
.contact .contact-icon .contact-icon-inner span p{
    color: black;
}
/*联系页面*/
/*加载更多按钮*/
.more{
    width: 100%;
    margin: 50px 0 100px 0;
    text-align: center;
}
.more span{
    width: 160px;
    height: 36px;
    background: black;
    font-size: 14px;
    text-align: center;
    line-height: 37px;
    box-sizing: border-box;
    border: 1px solid #2d2d2d;
    color: white;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    position: relative;
    overflow: hidden;
}
.more span font{
    position: relative;
    z-index: 2;
	display:block;
}
.more span:hover{
/*     background: #2d2d2d;*/
    color: white;
    border: 1px solid #f78d1d;
     transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.more span:hover .after{
    top: 0;
     transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.more span .after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -100%;
    background: #f78d1d;
     transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.moreed span:hover{
	border: 1px solid #2d2d2d;
}
.moreed span .after{
	display:none;
}
/*加载更多按钮*/
/*占位*/
.zwf{
    height:100px;
}
/*占位*/
/*动态页面*/
.c-press{
    position: relative;
    clear: both;
    margin-top: 40px;
    padding-bottom: 100px;
}
.c-press .c-press-one{
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
    padding: 70px 54px;
}
.c-press .c-press-one .c-press-one-left {
    position: relative;
	overflow:hidden;
}
.c-press .c-press-one .c-press-one-left:hover i{
	background:rgba(0,0,0,0);
	 transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.c-press .c-press-one .c-press-one-left:hover img{
	transform:scale(1.1);
	 transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.c-press .c-press-one .c-press-one-left i{
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
	background:rgba(0,0,0,0.4);
	top:0;
	left:0;
}
.c-press .c-press-one .c-press-one-left img{
    width:100%;
	transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.c-press .c-press-one .c-press-one-left p{
    position: absolute;
    left: 0px;
    top: 8px;
    background: rgba(0,0,0,0.5);
    color: white;
    font-size: 14px;
    display: inline-block;
    padding: 2px 20px;
    letter-spacing: 1px;
    font-style: italic;
	z-index:2;
	font-style:normal;
	text-align:center;
	
}
.c-press .c-press-one .c-press-one-right{
    padding-left: 50px;
    position: relative;
}
.c-press .c-press-one .c-press-one-right a{
	cursor:pointer;
}
.c-press .c-press-one .c-press-one-right span{
    font-size: 14px;
    color: #9e9e9e;
	
}
.c-press .c-press-one .c-press-one-right h5{
    font-size: 20px;
    
        line-height: 1.6em;
    padding-bottom: 10px;
}
.c-press .c-press-one .c-press-one-right h5:hover a{
	color:#f78d1d;
}
.c-press .c-press-one .c-press-one-right h5 a{
    color: #000000;
}
.c-press .c-press-one .c-press-one-right font{
    font-size: 14px;
    
    line-height: 1.6em;
    display: block;
}
.c-press .c-press-one .c-press-one-right font a{
    color: #9e9e9e;
}
.c-press .c-press-one .c-press-one-right p{
    float: right;
    margin-top: 30%;
    cursor: pointer;
}
.c-press-two{
    position: relative;
}
.c-press-two .row{
    margin-left: -25px;
    margin-right: -25px;
}
.c-press-two .c-press-two-in{
    padding-left: 25px;
    padding-right:25px ;
    margin-top: 80px;
}
.c-press-two .c-press-two-in>div{
   
    padding: 30px 15px;
    border: 1px solid #d6d6d6;
    
}
.c-press-two .c-press-two-in>div div{
    position: relative;
	overflow:hidden;
}
.c-press-two .c-press-two-in>div div i{
	display:block;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.4);
	top:0;
	left:0;
	position:absolute;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.c-press-two .c-press-two-in>div div b{
        position: absolute;
    left: 0px;
    top: 8px;
    background: rgba(0,0,0,0.5);
    color: white;
    font-size: 14px;
    display: inline-block;
    padding: 2px 20px;
    letter-spacing: 1px;
	z-index:2;
    font-style: normal;
	
}
.c-press-two .c-press-two-in>div div img{
    width: 100%;
}
.c-press-two .c-press-two-in>div a> span{
    display: block;
    margin: 15px 0 10px 0;
	color:#333;
}
.c-press-two .c-press-two-in>div a>  font{
    font-size: 14px;
	height:36px;
	display:block;
    line-height: 1.6em;
	color:#333;
}
.c-press-two .c-press-two-in>div>  font a{
    color: #000000;
}
.c-press-two .c-press-two-in>div>  font a:hover{
    color: #f78d1d;
}
.c-press-two .c-press-two-in>div p{
    margin: 10px 0;
    overflow: hidden;
}
.c-press-two .c-press-two-in>div p font{
    float: left;
}
.c-press-two .c-press-two-in>div p font a{
    display: inline-block;
    margin: 0 2px;
}
.c-press-two .c-press-two-in>div p span{
    float: right;
    display: inline-block;
}
.c-press-two{
   /* overflow: hidden;  */
}
.scaleimg{
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
}
.c-press-two .c-press-two-in>div {
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	overflow:hidden;
}
.c-press-two .c-press-two-in>.c-press-two-in2:hover{
	box-shadow:0px 0px 10px #ccc;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	border:1px solid white;
}
.c-press-two .c-press-two-in>.c-press-two-in2:hover font{
	color:#f78d1d;
}
.c-press-two .c-press-two-in>.c-press-two-in2:hover .scaleimg{
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
}
.c-press-two .c-press-two-in>.c-press-two-in2 .rightimg{
	position:relative;
	right:0;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
}
.c-press-two .c-press-two-in>.c-press-two-in2:hover .rightimg{
	position:relative;
	right:-5px;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
}
.c-press-two .c-press-two-in>.c-press-two-in2:hover i{
	background:rgba(0,0,0,0);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
}
/*动态页面*/
/*动态详情页*/
.show-press{
   width: 70%;
    margin: auto;
    margin-bottom: 80px;
}
.show-press>p span{
    padding: 14px 2px 2px 20px;
    background: rgba(0,0,0,1);
    color: white;
    font-size: 14px;
    font-style: italic;letter-spacing: 1px;
    display: inline-block;
}
.show-press>h2{
    font-size: 30px;
    color: #000000;
    padding: 10px 0;
    margin: 0;
    border-bottom: 1px solid black;
    display: inline-block;
    font-weight: bold;
    margin-top: 30px;
    line-height: 1.6em;
}
.show-press>p{
    margin: 16px 0;
    color: #939393;
    font-size: 14px;
}
.show-press>h5{
  color: #939393;
    font-size: 14px;
    float: right;
    display: inline-block;
  
}
.show-press>h5>span{
    margin: 0 10px;
    display: inline-block;
}
.show-press>h5  a{
    margin: 0 4px;
    display: inline-block; 
    opacity: 0.6;
	cursor:pointer;
}
.show-press>h5  a:hover{
    opacity: 1;
}
.show-press .show-content{
      clear: both;
    padding: 50px 0;
    line-height: 2em;
    text-align: justify;
    font-size: 14px;
    color: #808080;
}
.show-press .show-content p{
    margin-bottom: 20px;
     font-size: 16px;
    color: #808080;
}
.show-press .show-content img{
    width: 100%!important;
	height:height!important;
    margin:10px auto;
}
.show-press .show-pages{
    width: 120%;
    margin:30px -10%;
}
.show-press .show-pages p{
    display: inline-block;
    float: right;
    
}
.show-press .show-pages p span{
        width: 160px;
    height: 36px;
    background: #2d2d2d;
    font-size: 14px;
    text-align: center;
    line-height: 37px;
    box-sizing: border-box;
    color: white;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    margin-left: 20px;
    position: relative;
    overflow: hidden;
}
.show-press .show-pages p span b{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f78d1d;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.show-press .show-pages p span font{
    z-index: 2;
    position: relative;
}
/*
.show-press .show-pages p span:hover{
    color: white;
    background: #2d2d2d;
    transition: all 0.3s;
}
*/
.pagenext .nextprev b{
       right: -100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.pageprev .nextprev b{
 
     left: -100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.pagenext .nextprev:hover b{
     right: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.pageprev .nextprev:hover b{
   
   left: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
/*动态详情页*/
/*产品副导航*/
.cp-subnav-moblie{
	display:none;
}
.cp-subnav{
    padding: 15px 0 0 0;
    box-shadow: 0 0 10px #e6e6e6;
    z-index: 3;
    position: relative;
    background: white;
}
.cp-subnav .cp-subnav-innner{
    position: relative;
}
.cp-subnav .cp-subnav-innner .cp-subnav-innner-one{
   
    float: left;
    margin-right: 50px;
   
    
}
.cp-subnav .cp-subnav-innner .cp-subnav-innner-one>div{
     width: 260px;
    height: 58px;
    border: 1px solid #999999;
     overflow: hidden;
     position: relative;
}
.cp-subnav .cp-subnav-innner .cp-subnav-innner-one .cp-subnav-bom{
    margin-top: 10px;
    height: 2px;
    background: #313131;
    opacity: 0;
}
.cp-subnav .cp-subnav-innner .cp-subnav-innner-oneac .cp-subnav-bom{
    opacity: 1;
}
.cp-subnav .cp-subnav-innner .cp-subnav-innner-one .cp-subnav-innner-one-left{
    width: 22%;
    float: left;
}
.cp-subnav .cp-subnav-innner .cp-subnav-innner-one .cp-subnav-innner-one-left img{
    width: 100%;
    display: block;
}
.cp-subnav .cp-subnav-innner .cp-subnav-innner-one .cp-subnav-innner-one-right{
  width: 78%; 
    float: left;
}
.cp-subnav .cp-subnav-innner .cp-subnav-innner-one .cp-subnav-innner-one-right p{
    font-size: 14px;
    text-align: right;
    padding-right: 20px;
    color: #000000;
    margin-top: 10px;
}
.cp-subnav .cp-subnav-innner .cp-subnav-innner-one .cp-subnav-innner-one-right span{
        text-align: right;
    padding-right: 20px;
    display: block;
    font-size: 14px;
    color: #000000;
}
.cp-subnav .cp-subnav-innner .cp-subnav-innner-one .cp-subnav-innner-one-bottom{
    margin-top: 20px;
    width: 100%;
    height: 10px;
    background: black;
    clear: both;
}
.cp-subnav .cp-subnav-innner .cp-subnav-innner-two .cp-subnav-innner-one-left{
 width: 100%;   
}
.cp-subnav .cp-subnav-innner .cp-subnav-innner-two .cp-subnav-innner-one-right{
    position: absolute;
     width: 100%;
    
}
.cp-subnav .cp-subnav-innner .cp-subnav-innner-two .cp-subnav-innner-one-right p{
    text-align: center;
    color: white;
}
.cp-subnav .cp-subnav-innner .cp-subnav-innner-two .cp-subnav-innner-one-right span{
    text-align: center;
        color: white;
    letter-spacing: 1px;
}
.cp-subnav-pop{
    display: block;
    padding: 20px 0 0 0;
    position: relative;
	padding: 20px 50px 0 50px;
	margin:0 -50px;
}
.swiper-button-prev-lb{
	position:absolute;
	left:10px;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	font-size:30px;
	color:black;
	display:block!important;
}
.swiper-button-next-lb{
	position:absolute;
	right:10px;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	font-size:30px;
	color:black;
	display:block!important;
}
.swiper-button-prev-lb img,.swiper-button-next-lb img{
	width:26px;
	cursor:pointer;
}
.cp-subnav-pop-lb1{
    display: block;
}
.cp-subnav-pop-lb2{
     display: block;
}
.cp-subnav-pop-lb3{
     display: block;
}
.cp-subnav-pop-lb .swiper-slide a{
    width: auto;
    height: 100%;
    display: inline-block;
    position: relative;
    padding-bottom: 20px;
	display:block;
	margin:auto;
	text-align:center;
}
.cp-subnav-pop-lb .swiper-slide a b{
    width: 0%;
    height: 4px;
    background: black;
    opacity: 0;
    position: absolute;
    bottom:0;
    left: 2px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.cp-subnav-pop-lb .swiper-slide a:hover b{
    opacity: 1;
    width: 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.cp-subnav-pop-lb .swiper-slide img{
    width: 50px;
}
.cp-subnav-pop-lb .swiper-slide span{
    color: black;
    font-size: 14px;
    vertical-align: middle;
}
/*产品副导航*/
/*产品列表页*/
.cp-list{
    position: relative;
	overflow:hidden;
	background:white;
	z-index:2;
}
.cp-list .container{
    padding: 0;
    /* overflow: hidden; */
}
.cp-list-out{
    margin-left: -35px;
    margin-right: -35px;
}
.cp-list-in{
    padding-left: 35px;
    padding-right: 35px;
    margin-bottom: 80px;
}
.cp-list-in .cp-list-inner:hover{
	box-shadow:0 0 10px gray;
	transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.cp-list-in .cp-list-inner:hover .cp-list-inner-top{
	border:1px solid white;
	transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.cp-list-in .cp-list-inner:hover .cp-list-inner-bottom{
	border-bottom:1px solid white;
	transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.cp-list-in .cp-list-inner  .prodimg{
	position:relative;
	right:0;
	transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.cp-list-in .cp-list-inner:hover .prodimg{
	position:relative;right:-5px;
	transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.cp-list-inner-top-one a{
	display:block;
	position:relative;
	overflow:hidden;
}
.cp-list-inner-top-one a b{
	display:block;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.4);
	top:0;
	left:0;
	position:absolute;
	transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.cp-list-in .cp-list-inner:hover .proimg{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.cp-list-in .cp-list-inner:hover b{
	background:rgba(0,0,0,0);
	transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.cp-list-in .cp-list-inner{
	transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.cp-list-in .cp-list-inner .cp-list-inner-top{
	transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.cp-list-in .cp-list-inner .cp-list-inner-bottom{
	transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.cp-list-in .cp-list-inner .cp-list-inner-top{
   padding: 25px 25px 10px 25px;
   border: 1px solid #ffffff;
    
}
.cp-list-in .cp-list-inner .cp-list-inner-top .cp-list-inner-top-one span{
    
    font-size: 12px;
    color: #696969;
    display: block;
    
}
.cp-list-in .cp-list-inner .cp-list-inner-top .cp-list-inner-top-one font{
    
    font-size: 12px;
    color: #696969;
    display: block;
    padding-bottom: 6px;
}
.cp-list-in .cp-list-inner .cp-list-inner-top .cp-list-inner-top-one img{
    width: 100%;
	transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.cp-list-in .cp-list-inner .cp-list-inner-top .cp-list-inner-top-two{
    padding-top: 14px;
    position: relative;
}
.cp-list-in .cp-list-inner .cp-list-inner-top .cp-list-inner-top-two .cp-list-inner-top-two-left{
    float: left;
    width: 60%;
    padding-top: 30px;
	height:150px;
}
.cp-list-in .cp-list-inner .cp-list-inner-top .cp-list-inner-top-two .cp-list-inner-top-two-left div{
    width: 60%;
     float: left;
    position: relative;
}
.cp-list-in .cp-list-inner .cp-list-inner-top .cp-list-inner-top-two .cp-list-inner-top-two-left div img{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.cp-list-in .cp-list-inner .cp-list-inner-top .cp-list-inner-top-two .cp-list-inner-top-two-left div .acimg{
    opacity: 1;
    position: relative;
}
.cp-list-in .cp-list-inner .cp-list-inner-top .cp-list-inner-top-two .cp-list-inner-top-two-left p{
    width: 40%;
     float: left;
}
.cp-list-in .cp-list-inner .cp-list-inner-top .cp-list-inner-top-two .cp-list-inner-top-two-left p span{
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
		position:relative;
	overflow:hidden;
}
.cp-list-in .cp-list-inner .cp-list-inner-top .cp-list-inner-top-two .cp-list-inner-top-two-left p span font{
    display: inline-block;
   /*  width:82px; */
    padding: 2px 4px;
    color:#333333;
position:relative;
z-index:2;
transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.cp-list-in .cp-list-inner .cp-list-inner-top .cp-list-inner-top-two .cp-list-inner-top-two-left p span i{
	position:absolute;
	display: inherit;
	width:100%;
	height:100%;
	top:-100%;
	left:0;
	background:#333333;
}
.cp-list-in .cp-list-inner .cp-list-inner-top .cp-list-inner-top-two .cp-list-inner-top-two-left p .acspan font{
    color: white;
	transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.cp-list-in .cp-list-inner .cp-list-inner-top .cp-list-inner-top-two .cp-list-inner-top-two-left p .acspan  i{
	top:0;
	transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.cp-list-in .cp-list-inner .cp-list-inner-top .cp-list-inner-top-two .cp-list-inner-top-two-right{
    float: left;
    width: 40%;
}
.cp-list-in .cp-list-inner .cp-list-inner-top .cp-list-inner-top-two .cp-list-inner-top-two-right p{
    padding-left: 10%;
}
.cp-list-in .cp-list-inner .cp-list-inner-top .cp-list-inner-top-two .cp-list-inner-top-two-right p a{
    font-size: 12px;
    color: #6d6d6d;
    line-height: 1.6em;
}
.cp-list-in .cp-list-inner .cp-list-inner-top .cp-list-inner-top-two .cp-list-inner-top-two-right img{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 34px;
}
.cp-list-in .cp-list-inner .cp-list-inner-bottom{
    border-bottom: 1px solid #333333;
    margin: 0 10px;
}
.cp-list-in .cp-list-inner .cp-list-inner-bottom div{
    padding: 30px 0 10px 0;
}
.cp-list-in .cp-list-inner .cp-list-inner-bottom div p{
    width: 340px;
    height: 36px;
    line-height: 36px;
    background:#333333;
    color: white;
    float: left;
}
.cp-list-in .cp-list-inner .cp-list-inner-bottom div p a{
	display:block;
}
.cp-list-in .cp-list-inner .cp-list-inner-bottom div p span{
    font-size: 20px;
    display: inline-block;
    padding: 0 6px 0 20px;
	color:white;
}
.cp-list-in .cp-list-inner .cp-list-inner-bottom div p  font{
    font-size: 20px;
	color:white;
}
.cp-list-in .cp-list-inner .cp-list-inner-bottom div b{
    float: right;
    margin-top: 2px;
}
.cp-list-in .cp-list-inner .cp-list-inner-bottom h6{
    color: #828282;
    font-size: 12px;
}
/*产品列表页*/
/*产品内页*/
    
.show-product{
    position: relative;
    overflow: hidden;
}
.show-product .product-label{
    /* width:180px; */
	display:inline-block;
    height: auto;
}
.show-product .product-label p{
    width: 100%;
    height: 46px;
    line-height: 46px;
    background: black;
    color: white;
	padding-right:15px;
}
.show-product .product-label p span{
        font-size: 23px;
    display: inline-block;
    padding: 0 6px 0 20px;
    font-weight: bold;
}
.show-product .product-label p font {
        font-size: 23px;
    display: inline-block;
    padding: 0 6px 0 20px;
    font-weight: bold;
}
.show-product .product-label>span{
    color:#000000;
    padding-top: 6px;
    display: block;
}
.show-product  .product-top{
    padding-bottom: 50px;
    border-bottom: 1px solid #d6d6d6;
    width: 90%;
    margin-left: 10%;
}
.show-product  .product-top .product-top-one{
    width: 90%;
    margin-left: 10%;
    padding-bottom: 80px;
}
.show-product  .product-top .product-top-one .product-top-one-left{
    float: left;
    width: 20%;
    padding-top: 20px;
    position: relative;
}
.show-product  .product-top .product-top-one .product-top-one-left img{
    width: 34px;
    position: absolute;
    left: 40%;
}
.show-product  .product-top .product-top-one .product-top-one-right{
    width: 80%;
    float: right;
    font-size: 14px;
    color: #9e9e9e;
    line-height: 2em;
    text-align: justify; text-indent:2em;
}
.show-product  .product-top .product-top-two table{
    width:100%;
}
.show-product  .product-top .product-top-two table tr{
    border-top: 1px solid #d6d6d6;
}
.show-product  .product-top .product-top-two table tr th{
    color: #b0b0b0;
    padding: 20px 0 10px 20px;
	border-bottom:1px solid #d6d6d6;
	border-top:1px solid #d6d6d6;
}
.show-product  .product-top .product-top-two table tr td{
    color:#999; 
    padding: 20px 0 10px 0;
    text-align: center;
	border-bottom:1px solid #d6d6d6;
	border-top:1px solid #d6d6d6;
}
.show-product  .product-top .product-top-two table .lastimgborder{
	border:none;
}
.show-product  .product-top .product-top-two table .lastimgborder th{
	border:none;
	border-top:1px solid #d6d6d6
}
.show-product  .product-top .product-top-two table .lastimgborder td{
	border:none;
	border-top:1px solid #d6d6d6
}
.show-product  .product-top .product-top-three{
      width: 88%;
    margin-left: 12%;
}
.show-product .product-top .product-top-three>div{
	text-align:center;
	font-size:0;
}
.show-product .product-top .product-top-three .product-top-three-out{
	display:inline-block;
	float:none;
}
.show-product  .product-top .product-top-three .product-top-three-in{
    padding: 14px;
}
.show-product  .product-top .product-top-three .product-top-three-in{
	display:none;
}
.product-top-three-intwo{
    display: none;
}
.show-product  .product-top .product-top-three .product-top-three-in>p{
    border: 1px solid #959595;
}
.show-product  .product-top .product-top-three .product-top-three-in>p img{
    width: 100%;
}
.show-product  .product-top .product-top-three .product-top-three-in>span{
    display: block;
    width: 100%;
    background: black;
    color: white;
    font-size: 14px;
    text-align: center;
    margin-top: 14px;
}
.show-product  .product-bom{
    position: relative;
    padding-bottom: 60px;
}
.show-product  .product-bom .product-bom-one{
    margin: 100px 0 20px 0;
}
.show-product  .product-bom .product-bom-one .product-bom-one-left{
    width: 30%;
    float: left;
    position: relative;
}
.show-product  .product-bom .product-bom-one .product-bom-one-left p{
    position: relative;
    margin-top: 70%;
    left: 30%;
}
.show-product  .product-bom .product-bom-one .product-bom-one-left p span{
    width: 100px;
    height: 100px;
    border: 1px solid #bfbfbf;
    text-align: center;
    line-height: 100px;
    display: inline-block;
    float: left;
}
.show-product  .product-bom .product-bom-one .product-bom-one-left p span img{
    width: 40px;
}
.show-product  .product-bom .product-bom-one .product-bom-one-left p b{
    float: left;
    padding-top: 50px;
    padding-left: 10px;
}
.show-product  .product-bom .product-bom-one .product-bom-one-right{
    width: 70%;
    float: left;
    position: relative;
}
.show-product  .product-bom .product-bom-one .product-bom-one-right img{
    width: 100%;
}
.show-product .product-bom .product-bom-two .product-bom-two-left{
    width: 48%;
    float: left;
    margin-right: 20px;
    position: relative;
    z-index: 2;
}
.show-product  .product-bom .product-bom-two .product-bom-two-left img{
    width: 100%;
}
.show-product  .product-bom .product-bom-two .product-bom-two-right{
    width: 48%;
    float: left;
        position: relative;
    z-index: 2;
}
.show-product  .product-bom .product-bom-two .product-bom-two-right img{
    width: 100%;
}
.product-bom-three {
    width: 47%;
	margin-top:20px;
 /*   transform: translateY(-26%);
    -webkit-transform: translateY(-26%);
    -moz-transform: translateY(-26%);
    -ms-transform: translateY(-26%);
    -o-transform: translateY(-26%); */
}
.product-bom-three img{
    width: 50%;
    float: right;
}
.tpbanner{
    width: 100%;
    position: relative;
	background:white;
}
.tpbanner img{
    width: 100%;
    display: block;
}
/*产品内页*/
/*ijoy*/
.ijoy-one-outer{
    display: inline-block;
    border-bottom: 1px solid black;
    padding-bottom: 15px;
    margin-top: 80px;
    padding-right: 50px;
}
.ijoy-one-outer p{
    width: 170px;
    display: inline-block;
}
.ijoy-one-outer p img{
    width: 100%;
}
.ijoy-one-outer h6{
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    padding-left: 20px;
}
.ijoy-one-outer h6 span{
    display: block;
    color: #000000;
    font-size: 42px;
    /* font-family: 'zd2','zd'!important; */
    font-family: 'zd2','SiYuan-ExtraLigfe6c62c1b19000'!important;
    font-style: italic;
}
.ijoy-one-outer h6 font{
    display: block;
    font-size: 20px;
    color: #000000;
    padding-top: 16px;
    font-weight: bold;
}
.ijoy-two{
    position: relative;
    z-index: 3;
}
.ijoy-two-outer{
    color: #808080;
    font-size: 14px;
    width: 28%;
    padding-top: 70px;
    text-align: justify;
    line-height: 2em;
}
.ijoy-two-first{
    position: absolute;
    right: 0;
    top: 25px;
    width: 60%;
    z-index: 3;
}
.ijoy-two-first>img{
    display: block;
    width: 100%;
}
.ijoy-two-first p{
    position: absolute;
    width: 34%;
    left: 50%;
    top: 0;
    transform: translate(-50%,-20%);
    -webkit-transform: translate(-50%,-20%);
    -moz-transform: translate(-50%,-20%);
    -ms-transform: translate(-50%,-20%);
    -o-transform: translate(-50%,-20%);
}
.ijoy-two-first p img{
    display: block;
    width: 100%;
}
.ijoy-three{
    background: url('../images/dt11.jpg') no-repeat center center;
    background-size:cover;
    margin-top: 200px;
    padding-top: 10px;
    padding-bottom:20px;
}
.ijoy-three .ijoy-three-inner-one{
       width: 31%;
    transform: translateX(-12%);
    -webkit-transform: translateX(-12%);
    -ms-transform: translateX(-12%);
    -o-transform: translateX(-12%);
    -moz-transform: translateX(-12%);
}
.ijoy-three .ijoy-three-inner-one img{
    width: 100%;
}
.ijoy-three .ijoy-three-inner-two {
     width: 60%;
    /* margin-left: 30%; */
    padding-bottom: 30px;
	margin-top:20%;
}
.ijoy-three .ijoy-three-inner-two p{
   padding-bottom: 14px;
    border-bottom: 1px solid black;
}
.ijoy-three .ijoy-three-inner-two  span{
    width: 280px;
    height: 54px;
    line-height: 54px;
    background: black;
    color: #b9b9b9;
    font-size:40px;
    padding-left: 20px;
    display: block;
}
.ijoy-three .ijoy-three-inner-two font{
    line-height: 2em;
    font-size: 14px;
    color: #808080;
    display: block;
    padding: 26px 0;
    text-align: justify;
}
.ijoy-three .ijoy-three-inner-six {
     width: 60%;
    /* margin-left: 30%; */
    padding-bottom: 30px;
	position: absolute;
    top: 30%;
    left: 34%;
}
.ijoy-three .ijoy-three-inner-six p{
   padding-bottom: 14px;
    border-bottom: 1px solid black;
}
.ijoy-three .ijoy-three-inner-six  span{
    width: 280px;
    height: 54px;
    line-height: 54px;
    background: black;
    color: #b9b9b9;
    font-size:40px;
    padding-left: 20px;
    display: block;
}
.ijoy-three .ijoy-three-inner-six ul{
	
	position:relative;
	margin-left:-2%; 
	margin-right:-2%; 
}
.ijoy-three .ijoy-three-inner-six ul li{
	width:23%;
	 margin:1% 2%; 
	float:left;
}
.ijoy-three .ijoy-three-inner-six ul .prize02{
	width:11.27%;
}
.ijoy-three .ijoy-three-inner-six ul .prize05{
	clear:both;
	float:none;
	width:38%;
	    margin: auto;
}
.ijoy-three .ijoy-three-inner-six ul li img{
	width:100%;
}
.ijoy-three .ijoy-three-inner-three{
    
    width:89%;
    /* margin-left: 11%; */
    
}
.ijoy-three .ijoy-three-inner-three>div{
    width: 50%;
    float: left;
    position: relative;
}
.ijoy-three .ijoy-three-inner-three>div>p{
    width: 42%;
    float: left;
}
.ijoy-three .ijoy-three-inner-three>div>p img{
    width: 100%;
}
.ijoy-three .ijoy-three-inner-three>div>b{
    display: block;
    width: 220px;
    position: absolute;
    left: 44%;
    top: 50%;
    transform: translateY(-60%);
    -webkit-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    -o-transform: translateY(-60%);
    padding-left: 20px;
}
.ijoy-three .ijoy-three-inner-three>div>b span{
    display: block;
    font-size: 14px;
    color: #808080;
    padding: 6px 0;
}
.ijoy-three .ijoy-three-inner-three>div>b font{
    display: block;
    font-size: 14px;
    color: black;
    font-weight: bold;
}
.ijoy-three .ijoy-three-inner-three>div>b p{
    display: block;
    width: 80%;
    position: relative;
    left: -20px;
    height: 1px;
    background: black;
    margin: 10px 0;
}
.ijoy-three .ijoy-three-inner-four>div{
    margin-left: 26%;
}
.ijoy-four{
    padding:160px 0 60px 0;
}
.ijoy-four .ijoy-four-outer .ijoy-four-outer-one{
    width: 50%;
}
.ijoy-four .ijoy-four-outer .ijoy-four-outer-one p{
    padding-bottom: 14px;
    border-bottom: 1px solid black;
}
.ijoy-four .ijoy-four-outer .ijoy-four-outer-one p span{
   width: 280px;
    height: 54px;
    line-height: 54px;
    background: black;
    color: #b9b9b9;
    font-size: 40px;
    padding-left: 20px;
    display: block;
}
.ijoy-four .ijoy-four-outer .ijoy-four-outer-one  b{
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    margin-top: 10px;
    display: block;
}
.ijoy-four .ijoy-four-outer .ijoy-four-outer-one font{
        line-height: 2em;
    font-size: 14px;
    color: #808080;
    display: block;
    padding: 26px 0;
    text-align: justify;
}
.ijoy-four .ijoy-four-outer .ijoy-four-outer-two{
    padding: 70px 0;
    position: relative;
}
.ijoy-four .ijoy-four-outer .ijoy-four-outer-two .ijoy-four-outer-two-in{
    border: 6px solid #e6e6e6;
    height: 330px;
    padding: 24px 30px;
    background: url('../images/dt20.jpg') no-repeat center center;
    background-size: cover;
}
.ijoy-four .ijoy-four-outer .ijoy-four-outer-two .ijoy-four-outer-two-in b{
    width: 90px;
    height: 90px;
    display: block;
    margin: auto;
    border-radius: 50%;
    background: black;
    line-height: 90px;
    text-align: center;
}
.ijoy-four .ijoy-four-outer .ijoy-four-outer-two .ijoy-four-outer-two-in b img{
    width: 50px;
    display: inline-block;
}
.ijoy-four .ijoy-four-outer .ijoy-four-outer-two .ijoy-four-outer-two-in p{
    display: block;
    text-align: center;
    margin: 25px 0;
}
.ijoy-four .ijoy-four-outer .ijoy-four-outer-two .ijoy-four-outer-two-in p span{
    display: inline-block;
    padding-bottom: 6px;
    border-bottom: 1px solid black;
    font-size: 18px;
    color: #000000;
}
.ijoy-four .ijoy-four-outer .ijoy-four-outer-two .ijoy-four-outer-two-in p font{
    font-size: 14px;
    color: #808080;
    line-height: 2em;
    text-align: center;
}
.ijoy-four .ijoy-four-outer .ijoy-four-outer-two>div{
    margin-left: -30px;
    margin-right: -30px;
}
.ijoy-four-outer-two-inout{
    padding-left: 30px;
    padding-right: 30px;
}
/*ijoy*/
/*together*/
.together-scale{
    width: 100%;
    border: 2px dashed #e5e5e5;
    border-radius: 50%;
    position: absolute;
    top: 40px;
    left: -14%;
	animation: myfirst 5s linear  infinite;
-moz-animation: myfirst 5s linear  infinite;	/* Firefox */
-webkit-animation: myfirst 5s linear  infinite;	/* Safari 和 Chrome */
-o-animation: myfirst 5s linear  infinite;	/* Opera */
}
@keyframes myfirst
{
    0% {
        transform:rotate(0deg);
    }
    50% {
          transform:rotate(180deg);
    }
    100% {
          transform:rotate(360deg);
    }
}
@-moz-keyframes myfirst /* Firefox */
{
0% {
        transform:rotate(0deg);
    }
    50% {
          transform:rotate(180deg);
    }
    100% {
          transform:rotate(360deg);
    }
}
@-webkit-keyframes myfirst /* Safari 和 Chrome */
{
0% {
        transform:rotate(0deg);
    }
    50% {
          transform:rotate(180deg);
    }
    100% {
          transform:rotate(360deg);
    }
}
@-o-keyframes myfirst /* Opera */
{
0% {
        transform:rotate(0deg);
    }
    50% {
          transform:rotate(180deg);
    }
    100% {
          transform:rotate(360deg);
    }
}
.together-scale img{
    width: 100%;
    visibility: hidden;
}
.together-one{
    position: relative;
    padding-top: 100px;
}
.together-one>div{
    
}
.together-one>div p{
    margin-bottom: 14px;
}
.together-one>div  i{
    width: 370px;
    position: relative;
    height: 1px;
    background: black;
    left: -70px;
    display: block;
}
.together-one>div p span{
        width: 280px;
    height: 54px;
    line-height: 54px;
    background: black;
    color: #b9b9b9;
    font-size: 40px;
    padding-left: 20px;
    display: block;
}
.together-one>div b{
    font-size: 24px;
    font-weight: bold;
    color: #808080;
    margin-top: 10px;
    display: block;
    padding-left: 14px;
}
.together-one>div font{
    width: 52%;
    line-height: 2em;
    font-size: 14px;
    color: #808080;
    display: block;
    padding: 26px 0;
    text-align: justify;
    padding-left: 28px;
}
.together-two-inner{
    position: relative;
}
.together-two-inner-one{
    position: relative;
}
.together-two-inner-one>b{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: block;
}
.together-two-inner-one>b img{
    height: 100%;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
}
.together-two-inner-one img{
    width: 100%;
    display: block;
}
.together-swiperone-pages{
    position: absolute;
    bottom: 10px;
    right: 10px;
	display:none;
}
.together-swiperone-pages span{
    margin: 0 5px;
    background: rgba(255,255,255,0.8);
    opacity: 1;
}
.together-swiperone-pages .swiper-pagination-bullet-active{
    background: #f78d1d;
}
.together-two-inner-two{
    position: absolute;
    top: 150px;
    left: -70px;
    width: 64%;
    height: 550px;
    
    z-index: 3;
}
.together-swipertwo{
    height: 100%;
}
.together-swipertwo .swiper-slide{
    height: 100%;
    position: relative;
}
.together-slide-ine{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.together-slide-ine p{
    width: 260px;
}
.together-slide-ine p b{
    display: block;
    width: 30px;
    position: relative;
    left: -30px;
}
.together-slide-ine p i{
    display: block;
    width: 30px;
    float: right;
    clear: both;
}
.together-slide-ine p span{
    color: white;
    font-size: 20px;
    line-height: 2em;
    display: block;
}
.together-two-inner-two .together-two-inner-two-left{
    width: 60%;
    float: left;
    height: 100%;
    background: #f78d1d;
    position: relative;
}
.together-two-inner-two .together-two-inner-two-left .together-two-nextprev{
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 0;
    z-index: 4;
	display:none;
}
.together-two-inner-two .together-two-inner-two-left .together-two-nextprev p{
    display: inline-block;
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,0.2);
    line-height: 50px;
    text-align: center;
    margin-right: 5px;
    cursor: pointer;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
}
.together-two-inner-two .together-two-inner-two-left .together-two-nextprev p:hover{
    background: rgba(0,0,0,0.6);
    transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
}
.together-two-inner-two .together-two-inner-two-left .together-two-nextprev p img{
    width: 30px;
    display: inline-block;
}
.together-two-inner-two .together-two-inner-two-right{
    width: 40%;
    float: left;
    background: rgba(255,255,255,0.1);
    box-shadow: 0 0 10px black;
    height: 100%;
}
.together-two-inner-two .swiper-slide img{
  width: 100%;
}
.together-four{
    padding: 30px 0 200px 0 ;
    position: relative;
}
.together-four>img{
    position: absolute;
    left: 0;
    top: 0;
    width: 37%;
    height: auto;
    display: block;
    transform:translate(-40%,-60%); 
    -webkit-transform:translate(-40%,-60%); 
    -moz-transform:translate(-40%,-60%); 
    -ms-transform:translate(-40%,-60%); 
    -o-transform:translate(-40%,-60%); 
}
.together-four .together-four-inner{
    width: 80%;
    height: auto;
    background: rgba(255,255,255,0.1);
    box-shadow: 0 0 10px #e8e8e8;
    position: relative;
    z-index: 3;
}
.together-four .together-four-inner .together-four-in{
    padding: 40px 50px;
}
.together-four .together-four-inner .together-four-in .together-four-in-top{
    position: relative;
}
.together-four .together-four-inner .together-four-in .together-four-in-top .together-four-in-left{
    width: 60%;
    height: 300px;
    float: left;
}
.together-four .together-four-inner .together-four-in .together-four-in-top .together-four-in-left textarea{
    width: 100%;
    height: 200px;
    border: 0;
    resize: none;
    background: #f6f6f6;
    padding: 20px 30px;
    outline: none;
    font-size: 14px;
    line-height: 2em;
    text-align: justify;
}
.together-four .together-four-inner .together-four-in .together-four-in-top .together-four-in-right{
    margin-left: 6%;
    width: 34%;
    height: 300px;
    position: relative;
    float: left;
}
.together-four .together-four-inner .together-four-in .together-four-in-top .together-four-in-right .scimg{
    width: 74%;
    height: 200px;
    overflow: hidden;
}
.together-four .together-four-inner .together-four-in .together-four-in-top .together-four-in-right .scimg img{
    width: 100%;
    height: auto;
    display: block;
}
.together-four .together-four-inner .together-four-in .together-four-in-top .together-four-in-right span{
   
    display: block;
    width: 120px;
    height: 42px;
    color: white;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    color: #ffffff;
    background:#2d2d2d;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.together-four .together-four-inner .together-four-in .together-four-in-top .together-four-in-right span b{
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    background: #f78d1d;
    display: block;
   transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
}
.together-four .together-four-inner .together-four-in .together-four-in-top .together-four-in-right input{
     outline: none;
    border: none;
    background:transparent; 
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: block;
}
.together-four .together-four-inner .together-four-in .together-four-in-top .together-four-in-right span:hover b{
    left: 0;
    transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
}
.together-four .together-four-inner .together-four-in .together-four-in-top .together-four-in-right span{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 42px;
    color: white;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    color: #ffffff;
}
.together-four .together-four-inner .together-four-in .together-four-in-top .together-four-in-right span img{
    width: 30px;
    position: relative;
    bottom: -4px;
}
.together-four .together-four-inner .together-four-in .together-four-in-top .together-four-in-right span a{
    color: white;
}
.together-four .together-four-inner .together-four-in .together-four-in-bottom{
    padding-top:20px; 
    width: 60%;
}
.together-four .together-four-inner .together-four-in .together-four-in-bottom p{
    font-size: 16px;
    color: #adadad;
    line-height: 2em;
    font-style: italic;
}
.together-four .together-four-inner .together-four-in .together-four-in-bottom input{
    float: right;
    outline: none;
    border: none;
    display: block;
    width: 120px;
    height: 42px;
    color: white;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    color: #ffffff;
    background: #f78d1d;
    
}
.together-four .together-four-inner .together-four-in .together-four-in-bottom span{
        float: right;
        width: 120px;
    height: 42px;
    color: white;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    color: #ffffff;
    background: #2d2d2d;
    position: relative;
    overflow: hidden;
	cursor:pointer;
}
.together-four .together-four-inner .together-four-in .together-four-in-bottom span b{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: -100%;
    background: #f78d1d;
    transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
}
.together-four .together-four-inner .together-four-in .together-four-in-bottom span  a{
    color: white;
    position: relative;
    z-index: 2;
    display: block;
}
.together-four .together-four-inner .together-four-in .together-four-in-bottom span  a img{
        width: 30px;
    position: relative;
    bottom: -4px;
}
.together-four .together-four-inner .together-four-in .together-four-in-bottom span:hover b{
    left: 0;
    transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
}
.together-three-content{
    background: white;
    padding-top: 260px;
    background: url('../images/to07.jpg') no-repeat center center;
    background-size: cover;
    padding-bottom: 10px;
    margin-top: -110px;
}
.together-three-content .together-three-content-outer>p{
    margin-bottom: 100px;
}
.together-three-content .together-three-content-outer>p span{
    width: 280px;
    height: 54px;
    line-height: 54px;
    background: black;
    color: #b9b9b9;
    font-size: 40px;
    padding-left: 20px;
    display: block;
}
.together-three-content .together-three-content-outer .together-three-content-one{
    margin-bottom: 40px;
    position: relative;
}
.together-three-content .together-three-content-outer .together-three-content-one .together-three-content-one-left{
    float: left;
    width: 42%;
    margin-right: 5%;
    height:auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.together-three-content .together-three-content-outer .together-three-content-one .together-three-content-one-left p{
    width: 100%;
    position: relative;
	overflow:hidden;
}
.together-three-content .together-three-content-outer .together-three-content-one .together-three-content-one-left p span{
    display: inline-block;
    padding: 6px 28px 2px 7px;
    color: white;
    background: rgba(0,0,0,0.5);
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 13px;
    z-index:2;
}
.together-three-content .together-three-content-outer .together-three-content-one .together-three-content-one-left p i{
	position:absolute;
	display:block;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.4);
	transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
}
.together-three-content .together-three-content-outer .together-three-content-one .together-three-content-one-left p img{
    width: 100%;
	transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
}
.together-three-content .together-three-content-outer .together-three-content-one .together-three-content-one-left div{
    background: white;
    padding: 0 20px 10px 20px;
}
.together-three-content .together-three-content-outer .together-three-content-one .together-three-content-one-left div font{
    display: block;
    font-size: 14px;
    color: #a3a3a3;
    padding: 12px 0;
}
.together-three-content .together-three-content-outer .together-three-content-one .together-three-content-one-left div span{
    color: #343434;
     display: block;
    font-size: 18px;
}
.together-three-content .together-three-content-outer .together-three-content-one .together-three-content-one-left div p{
    color: #808080;
    font-size: 14px;
    line-height: 1.6em;
    margin-top: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;	
}
.together-three-content .together-three-content-outer .together-three-content-one .together-three-content-one-left div b{
    display: block;
    float: right;
	margin:10px 0;
}
.together-three-content .together-three-content-outer .together-three-content-one .together-three-content-one-left div b img{
    width: 22px;
    position: relative;
    right: 0;
    transition: all 0.2s;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
}
.together-three-content .together-three-content-outer .together-three-content-one .together-three-content-one-left:hover i{
	background:rgba(0,0,0,0);
	transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
}
.together-three-content .together-three-content-outer .together-three-content-one .together-three-content-one-left:hover p img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
}
.together-three-content .together-three-content-outer .together-three-content-one .together-three-content-one-left:hover .clearfix span{
	color:#f78d1d;
}
.together-three-content .together-three-content-outer .together-three-content-one .together-three-content-one-left:hover .hoverimg{
	 position: relative;
    right: -5px;
    transition: all 0.2s;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
}
.together-three-content .together-three-content-outer .together-three-content-one .together-three-content-one-right{
    float: left;
    width: 42%;
    padding-top: 60px;
}
.together-three-content .together-three-content-outer .together-three-content-one .together-three-content-one-right .together-three-content-one-right-inner{
    position: relative;
    background: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding: 30px 26px;
}
.together-three-content .together-three-content-outer .together-three-content-one .together-three-content-one-right .together-three-content-one-right-inner li{
    margin-bottom: 18px;
}
.together-three-content .together-three-content-outer .together-three-content-one .together-three-content-one-right .together-three-content-one-right-inner li span{
    display: block;
}
.together-three-content .together-three-content-outer .together-three-content-one .together-three-content-one-right .together-three-content-one-right-inner li span i{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #f78d1d;
    margin-right: 6px;
}
.together-three-content .together-three-content-outer .together-three-content-one .together-three-content-one-right .together-three-content-one-right-inner li span b{
    display: inline-block;
    font-size: 14px;
    color: #a3a3a3;
}
.together-three-content .together-three-content-outer .together-three-content-one .together-three-content-one-right .together-three-content-one-right-inner li p{
    margin-top: 10px;
}
.together-three-content .together-three-content-outer .together-three-content-one .together-three-content-one-right .together-three-content-one-right-inner li p span{
    display: inline-block;
	 color: #585858;
    font-size: 16px;
	max-width:380px;
max-height:22px;
		overflow: hidden;

}
/* .together-three-content .together-three-content-outer .together-three-content-one .together-three-content-one-right .together-three-content-one-right-inner li p a{
   
}
.together-three-content .together-three-content-outer .together-three-content-one .together-three-content-one-right .together-three-content-one-right-inner li p a:hover{
    color: #f78d1d;
} */
.together-three-content .together-three-content-outer .together-three-content-one .together-three-content-one-right .together-three-content-one-right-inner li p>font{
    float: right;
}
.together-three-content .together-three-content-outer .together-three-content-one .together-three-content-one-right .together-three-content-one-right-inner li p>font img{
    width: 22px;
    position: relative;
    right: 0;
    transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
}
.together-three-content .together-three-content-outer .together-three-content-one .together-three-content-one-right .together-three-content-one-right-inner li:hover span{
	color:#f78d1d;
}
.together-three-content .together-three-content-outer .together-three-content-one .together-three-content-one-right .together-three-content-one-right-inner li:hover .hoverimg{
	right:-5px;
	transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
}
.together-three-content .together-three-content-outer .together-three-content-two{
    float:right;
    width: 60%;
    height: auto;
    background: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.together-three-content .together-three-content-outer .together-three-content-two>p{
        width: 100%;
    position: relative;
}
.together-three-content .together-three-content-outer .together-three-content-two>p img{
    width: 100%;
}
.together-three-content .together-three-content-outer .together-three-content-two>p span{
        display: inline-block;
    padding: 6px 28px 2px 7px;
    color: white;
    background: rgba(0,0,0,0.5);
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 13px;
}
.together-three-content .together-three-content-outer .together-three-content-two>p font{
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 6px 20px 6px 16px;
    background: #f78d1d;
   
}
.together-three-content .together-three-content-outer .together-three-content-two>p font b{
    display: block;
    color: white;
    font-size: 14px;
    padding:  0;
}
.together-three-content .together-three-content-outer .together-three-content-two>div{
    padding: 40px 60px;
    color: #000000;
    font-size: 16px;
    line-height: 2em;
}
/*together*/
/*面包屑导航*/
.bcrumbnav{
    padding:24px 16px;
    
   
}
.bcrumbnav div{
     float: right;
     font-size: 12px;
    color: #959595;
}
.bcrumbnav img{
    position: relative;
    top: -2px;
}
.bcrumbnav a{
    font-size: 12px;
    color: #959595;
}
.bcrumbnav span{
    font-size: 12px;
    color: #959595;
}
/*面包屑导航*/
/*尾部*/
.footer {
    width: 100%;
    position: relative;
    background: #eaeaea;
    z-index: 3;
    padding: 22px 26px;
}
.footer .footer-inner {
    height: 24px;
    position: relative;
}
.footer .footer-inner img {
    width: 170px;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
}
.footer .footer-inner p{
        width: 60%;
    margin: auto;
}
.footer .footer-inner p font{
          float: left;
    color: #5e5e5e;
    font-size: 12px;
}
.footer .footer-inner p span {
    float: right;
    color: #5e5e5e;
    font-size: 12px;
}
.footer .footer-inner p span a {
    color: #5e5e5e;
    font-size: 12px;
    display: block;
}
/*尾部*/
/* Colin20180930新增 */
.prizeul2{
	display:none;
}
.prizeul{
	width:100%;
	margin-top:20px;
	border-top:1px solid #d6d6d6;
	padding-top:40px;
}
.prizeul .prizeul-left{
	width:21%;
	float:left;
}
.prizeul ul{
	width:79%;
	float:left;
	text-align:center;
	font-size:0;
}
.prizeul ul li{
	display:inline-block;
	width:18%; /*23%*/
	margin:0 1%;
	float:left;
}
.prizeul ul li img{
	width:100%;
}
.prizeul2{
	margin-top:0;
	padding-top:0;
	border-top:none;
	border-bottom:1px solid #d6d6d6;
	padding-bottom:10px;
	margin-bottom:30px;
}
.prizeul2 ul li{
	width:42%;
	margin: 0 4%;
	float:left;
}
/* Colin20180930新增 */
.prizeul{}
/*媒体查询*/
@media screen and (max-width: 1550px){
    
    /*ijoy*/
    .ijoy-three{
        margin-top: 60px;
    }
    
    /*ijoy*/
}
@media screen and (max-width: 1500px){
	
	.ijoy-three .ijoy-three-inner-six{
		width: 50%;
		top: 30%;
		left: 38%;
	}
	
}
@media screen and (max-width: 1440px){
    .common-banner p img{
        width:200px;
    }
    .common-banner div{
        width: 200px;
    }
    .fixed-banner>div p img{
		width:200px;
	}
.fixed-banner>div div{
	 width: 200px;
}
    
/*    动态页面*/
    .c-press-two .row {
    margin-left: -20px;
    margin-right: -20px;
}
    .c-press-two .c-press-two-in{
            padding-left: 20px;
    padding-right: 20px;
    }
    
    
/*    动态页面*/
    
    
    
     /*    联系页面*/
    .contact>p{
        font-size: 16px;
    }
	.contact-nr{
		font-size: 24px;
	}
    .contact .contact-icon{
        width:66%;
    }
     /*    联系页面*/
}
@media screen and (max-width: 1366px){
     /*ijoy*/
    
    .ijoy-three .ijoy-three-inner-one{
            transform: translateX(0%);
            -webkit-transform: translateX(0%);
            -moz-transform: translateX(0%);
            -o-transform: translateX(0%);
            -ms-transform: translateX(0%);
    }
    
     /*ijoy*/
	 .ijoy-three .ijoy-three-inner-six{
		 top:26%;
	 }
	 .ijoy-three .ijoy-three-inner-two{
		 margin-top:14%;
	 }
	 
    
}
@media screen and (max-width: 1280px){
    
/*    together*/
    
    .together-two-inner-two{
        top:60px;
        height: 480px;
    }
    
/*    together*/
    
    /*    动态页面*/
    .c-press-two .row {
    margin-left: -15px;
    margin-right: -15px;
}
    .c-press-two .c-press-two-in{
            padding-left: 15px;
    padding-right: 15px;
    }
    
    
/*    动态页面*/
    
}
@media screen and (max-width: 1200px){
    
    
    /*ijoy*/
    .ijoy-two-outer{
        width: 32%;
    }
    .ijoy-three .ijoy-three-inner-one{
        width: 28%;
    }
    .ijoy-three{
        margin-top: 20px;
    }
    .ijoy-four .ijoy-four-outer .ijoy-four-outer-two .ijoy-four-outer-two-in{
        height: 352px;
    }
    .ijoy-four .ijoy-four-outer .ijoy-four-outer-two{
        padding: 40px 0;
    }
    .ijoy-four{
        padding-top: 100px;
    }
     /*ijoy*/
    
    
    
     /*    联系页面*/
    .contact .contact-icon .contact-icon-inner font{
        width:10%;
    }
    .contact .contact-icon{
        width:100%;
    }
     /*    联系页面*/
    .common-banner p{
        font-size: 30px;
    }
    .fixed-banner>div p{
        font-size: 30px;
    }
    
    
/*    产品列表页*/
    .cp-list-out{
        margin-left: -20px;
        margin-right: -20px;
    }
    .cp-list-in{
        padding-left: 20px;
        padding-right: 20px;
    }
    
/*    产品列表页*/
    
/*    产品内页*/
    .show-product  .product-top .product-top-one{
        padding: 60px 0;
    }
    .show-product  .product-bom{
        padding-bottom: 100px;
    }
    .show-product  .product-top{
        width: 100%;
        margin-left:0;
    }
    .show-product .product-top .product-top-three {
    width: 85%;
    margin-left: 15%;
}
/*    产品内页*/
    
}
@media screen and (max-width: 1150px){
/*    together*/
    
    .together-two-inner-two{
        left: -30px;
    }
    .together-four{
        padding-bottom: 100px;
    }
    .together-four>img{
            transform: translate(-20%,-60%);
            -webkit-transform: translate(-20%,-60%);
            -moz-transform: translate(-20%,-60%);
            -ms-transform: translate(-20%,-60%);
            -o-transform: translate(-20%,-60%);
        width: 22%;
    }
/*    together*/
}
@media screen and (max-width: 1080px){
    .footer .footer-inner img{
        display: none;
    }
    .footer .footer-inner p{
        width: 100%;
    }
        
}
@media screen and (max-width: 1024px){
    .index_nav .index_nav_close{
        display: block;
    }
}
@media screen and (max-width: 992px){
    
    .index_nav .index_nav_close{
		top:10px;
		right:10px;
		margin:0;
		line-height:normal;
		font-size:0;
	}
	
    
    /*    together*/
    
    .together-four .together-four-inner{
        width: 100%;
    }
    .together-four>img {
    transform: translate(-36%,-60%);
    -webkit-transform: translate(-36%,-60%);
    -moz-transform: translate(-36%,-60%);
    -ms-transform: translate(-36%,-60%);
    -o-transform: translate(-36%,-60%);
        width: 30%;
    }
    .together-three-content .together-three-content-outer .together-three-content-two>div{
        padding: 20px 30px;
    }
    .together-slide-ine p span{
        font-size: 16px;
    }
   
    
    .together-slide-ine p{
        width: 100%;
    }
    .together-two-inner-two{
        height: 410px;
    }
    .together-two-inner-two{
        width:70%;
    }
    /*    together*/
    
    
    
       /*ijoy*/
    
	
	
	
    .ijoy-three .ijoy-three-inner-one{
        float: left;
    }
    .ijoy-three .ijoy-three-inner-two{
        float: left;
        margin-left: 2%;
    }
    .ijoy-three .ijoy-three-inner-three{
        clear: both;
    }
    .ijoy-three{
        
            background: url(../images/dt11.jpg) no-repeat top center;
    background-size: cover;
        
    }
    .ijoy-three .yc{
        display:none;
    }
    .ijoy-three .ijoy-three-inner-three{
        padding-top: 40px;
        width: 100%;
        margin-left: 0;
    }
    
    .ijoy-three .ijoy-three-inner-three>div>b{
        top: 0;
        
     transform: translateY(0%); 
     -webkit-transform: translateY(0%); 
     -moz-transform: translateY(0%); 
     -ms-transform: translateY(0%); 
     -o-transform: translateY(0%); 
        padding-left: 2%;
        width: 56%;
    }
    .ijoy-three .ijoy-three-inner-three>div>b p{
        left: 0;
    }
    .ijoy-two{
		background:transparent;
	}
	
	.ijoy-three{
		margin-top:-100px;
		padding-top:160px;
	}
       /*ijoy*/
    
    
    
    /*    产品内页*/
    
    .show-product  .product-bom .product-bom-one .product-bom-one-left p{
        left: 0;
    }
    
    /*    产品内页*/
    
    
    
/*    产品列表页*/
    .cp-subnav .cp-subnav-innner .cp-subnav-innner-one>div{
        width:200px;
        height: 47px;
    }
    .cp-subnav .cp-subnav-innner .cp-subnav-innner-one{
        margin-right: 20px;
    }
    .cp-subnav .cp-subnav-innner .cp-subnav-innner-one .cp-subnav-innner-one-right p{
        margin-top: 3px;
    }
/*    产品列表页*/
   
    
    .more{
        margin: 30px 0;
    }
    
    /*    动态页面*/
	
	
	
    .c-press-two .c-press-two-in{
        margin-top: 60px;
    }
    .c-press .c-press-one .c-press-one-right p{
        margin-top: 20px;
    }
    .c-press{
        padding-bottom: 60px;
    }
    .zwf{
        height: 60px;
    }
	.c-press .c-press-one .c-press-one-right{
		padding:10px 0;
	}
    /*    动态页面*/
    
    
     /*    联系页面*/
    .contact .contact-icon .contact-icon-inner font{
        width:16%;
    }
    /*    联系页面*/
    .common-banner div{
        width:180px;
    }
	
	.ijoy-three .ijoy-three-inner-six{
		float:left;
		position:relative;
		left:0;
		top:0;
		width:60%;
		margin-left:4%;
	}
	
	
	.ijoy-three .ijoy-three-inner-two{
		clear:both;
	}
	
	
	
	
	
}
@media screen and (max-width: 768px){
	.ijoy-three .ijoy-three-inner-six ul .prize05{
		width:47%;
	}
	.prizeul2{
		display:block;
	}
	.index_nav .index_nav_menu .index_nav_menu_inner2 div{
		display:none!important;
	}
	.cp-list-in .cp-list-inner .cp-list-inner-bottom div p{
		width:250px;
	}
	.nav_button{
		display:none!important;
	}
	.mob-nav{
		display:block;
	}
	.ijoy-three{
		overflow:hidden;
	}
	.ijoy-four{
		overflow:hidden;
	}
    .cp-list-in .cp-list-inner .cp-list-inner-top{
		padding:10px 10px 10px 10px;
	}
	.cp-list-in .cp-list-inner .cp-list-inner-top .cp-list-inner-top-two .cp-list-inner-top-two-right img{
		position:relative;
		float:right;
		bottom:auto;
	}
	.cp-list-in .cp-list-inner .cp-list-inner-top .cp-list-inner-top-two .cp-list-inner-top-two-right p{
		padding-left:0;
	}
	   .cp-list-in .cp-list-inner .cp-list-inner-top .cp-list-inner-top-two .cp-list-inner-top-two-left p span{
		   margin-bottom:10px;
	   }
    .cp-list-in .cp-list-inner .cp-list-inner-top .cp-list-inner-top-two .cp-list-inner-top-two-left p span font{
		font-size:12px;
		
	}
	.cp-list-in .cp-list-inner .cp-list-inner-top .cp-list-inner-top-two .cp-list-inner-top-two-right p a{
		font-size:12px;
	}
	.cp-list-in .cp-list-inner .cp-list-inner-top .cp-list-inner-top-two .cp-list-inner-top-two-right{
		padding:20px 0;
	}
	.cp-list-in .cp-list-inner .cp-list-inner-top .cp-list-inner-top-two .cp-list-inner-top-two-right img{
		font-size:26px;
	}
       /*    together*/
    .together-three-content .together-three-content-outer .together-three-content-two{
        float: none;width: 100%;
    }
    .together-two-inner-two .together-two-inner-two-left .together-two-nextprev p{
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .together-four>img{
        display: none;
    }
    .together-three-content .together-three-content-outer .together-three-content-one .together-three-content-one-left div span{
        font-size: 16px;
    }
    .together-two-inner-two{
        height: 250px;
    }
    .together-slide-ine p b{
        left: 0;
    }
    .together-slide-ine p span{
        font-size: 14px;
        line-height: 1.6em;
    }
    .together-slide-ine p{
        padding: 20px;
        width:auto;
        display: block;
    }
    .together-slide-ine p i{
        width: 20px;
    }
    .together-slide-ine p b{
        width: 20px;
    }
    .together-slide-ine{
        left: 0;
             transform: translate(0,-50%); 
             -webkit-transform: translate(0,-50%); 
             -moz-transform: translate(0,-50%); 
             -ms-transform: translate(0,-50%); 
             -o-transform: translate(0,-50%); 
        width: 100%;
    }
    .together-one>div font{
        width: 100%;
        padding-left: 0;
    }
    .together-one>div b{
        padding-left: 0;
    }
    .together-one>div p span{
            width: 230px;
    height: 46px;
    line-height: 46px;
    font-size: 26px;
    padding-left: 14px;
    }
    .together-four>img{
            transform: translate(0%,-60%);
            -webkit-transform: translate(0%,-60%);
            -moz-transform: translate(0%,-60%);
            -ms-transform: translate(0%,-60%);
            -o-transform: translate(0%,-60%);
    }  
    .together-three-content .together-three-content-outer .together-three-content-one .together-three-content-one-left{
        width: 48%;
        margin-right: 4%;
    }
    .together-three-content .together-three-content-outer .together-three-content-one .together-three-content-one-right{
        width: 48%;
    }
    .together-three-content .together-three-content-outer .together-three-content-one .together-three-content-one-right .together-three-content-one-right-inner li p>a{
        display: none;
    }
    .together-two-inner-two{
        left: 0;bottom: 0;
        top: auto;
    }
       /*    together*/
    
    
     /*ijoy*/
    
    .ijoy-two-first{
        width: 100%;
        position: relative;
        right: 0;
        top: 0;
        margin-top: 14%;
    }
    .ijoy-two-outer{
        width: 100%;
        float: none;
        padding-top: 20px;
    }
    .c-content{
        margin-top: 60px;
    }
    .ijoy-three .ijoy-three-inner-two{
        width:70%;
        margin-bottom: 40px;
    }
    .ijoy-three .ijoy-three-inner-two font{
        padding-bottom:0;
    }
    .ijoy-four .ijoy-four-outer .ijoy-four-outer-one{
        width: 100%;
    }
    .ijoy-three .ijoy-three-inner-three>div{
        width: 100%;
        float: none;
        clear: both;
        margin-left: 0;
    }
    .ijoy-three .ijoy-three-inner-three{
        padding-top: 1px;
    }
    .ijoy-three .ijoy-three-inner-two  span{
        width: 230px;
    height: 46px;
    line-height: 46px;
    
    font-size: 26px;
    padding-left: 14px;
   
    }
    .ijoy-four .ijoy-four-outer .ijoy-four-outer-one p span{
         width: 230px;
    height: 46px;
    line-height: 46px;
    
    font-size: 26px;
    padding-left: 14px;
    }
    .ijoy-four .ijoy-four-outer .ijoy-four-outer-two{
        padding-top: 0;
    }
    .ijoy-one-outer p{
        width: 110px;
    }
    .ijoy-one-outer h6 span{
        font-size: 34px;
    }
    .ijoy-one-outer h6 font{
        font-size: 16px;
    }
     /*ijoy*/
    
    
    
    
/*    产品内页*/
    .product-top-three-out{
        width: 100%;
    }
    .show-product  .product-bom .product-bom-one{
        margin-top: 0px;
    }
    .show-product  .product-bom .product-bom-one .product-bom-one-left p{
        margin-top: 0;
        
    }
    .product-top-two{
        display: none;
    }
    .show-product .product-top .product-top-three{
        width: 100%;
        margin-left: 0;
    }
    .show-product  .product-top .product-top-three .product-top-three-in{
        float: left;
        width: 50%;
		display:block;
    }
    .product-top-three-out{
        clear: both;
        overflow: hidden;
        height: auto;
        margin: 30px 0;
        padding-bottom: 30px;
        border-bottom: 1px solid #d6d6d6;
    }
    .show-product  .product-top{
        border: none;
    }
    .show-product  .product-top .product-top-three .product-top-three-in{
        padding: 0;
    }
    .product-top-three-intwo{
        display: block;
        float: left;
         float: left;
        width: 50%;
    }
    .product-top-three-intwo table tr th{
        padding: 14px 10px;
		font-size:12px;
    }
    .product-top-three-intwo table tr td{
         padding: 14px 10px;
        text-align: center;
		font-size:12px;
    }
/*    产品内页*/
    
    
/*    产品列表页*/
    .cp-list-in{
        margin-bottom: 60px;
    }
	.cp-subnav{
		display:none;
	}
	/* 移动端导航 */
	.cp-subnav-moblie{
		display:block;
		clear:both;
		padding:15px;
	}
	.cp-subnav-moblie>ul{
		position:relative;
		overflow:hidden;
		margin-bottom:0;
		padding-bottom:10px;
	}
	.cp-subnav-moblie>ul li{
		width:30.33%;
		margin:0 1.5%;
		float:left;
		border:1px solid #808080;
		box-sizing:border-box;
		position:relative;
	}
	.cp-subnav-moblie>ul .liacs:after{
		position:absolute;
		bottom:-10px;
		height:2px;
		content:'';
		display:block;
		width:100%;
		background:black;
	}
	.cp-subnav-moblie>ul li img{
		width:100%;
		display:block;
	}
	.cp-subnav-moblie>ul li p{
		color:#313131;
		font-size:9px;
		padding:4px 0;
		font-family:Arial;
	}
	.cp-subnav-moblie>ul li p span{
		display:block;
		text-align:center;
	}
	.cp-subnav-moblie>ul li p font{
		display:block;
		text-align:center;
	}
	.productcontent{
		margin-top:0;
	}
	
	
	/* 移动端导航 */
	
	
    .cp-subnav .cp-subnav-innner .cp-subnav-innner-one{
        float: none;
        width: auto;
        margin-bottom: 12px;
    }
   
    .cp-subnav .cp-subnav-innner .cp-subnav-innner-one .cp-subnav-bom{
       width: 200px;
        margin-top: 4px;
        height: 4px;
        background: #313131;
    }
    .cp-subnav-pop{
        display: none!important;
    }
/*    产品列表页*/
    
    
    .more span{
        width: 120px;
    }
/*    动态详情页*/
    
    .show-press{
        width: 100%;
    }
    .show-press .show-content img{
        width: 100%!important;
            margin: 30px 0;
    }
    .show-press .show-pages{
         width: 100%;
            margin: 30px 0;
    }
    .show-press>h2{
        font-size: 18px;
        margin-top: 20px;
    }
    .show-press .show-pages p span{
        width: 120px;
    }
    .show-press .show-content{
        padding: 30px 0;
    }
    .show-press .show-content img{
        margin:20px 0;
    }
    .show-press{
        margin-bottom: 40px;
    }
    .show-press>h2{
        margin-top: 10px;
    }
    .show-press>p{
        margin:10px 0;    
    }
/*    动态详情页*/
    
    
    
    
/*    动态页面*/
    .c-press .c-press-one{
        padding: 30px 15px;
    }
 
/*    动态页面*/
    
    
    /*    联系页面*/
    .index_nav .index_nav_menu{
        top: 26%;
    }
     .common-banner p{
        font-size: 20px;
    }
	.fixed-banner>div p{
		font-size: 20px;
	}
	
    .common-banner div{
        width:140px;
        top:10px;
        left:10px;
    }
	.fixed-banner>div div{
		width:140px;
        top:10px;
        left:10px;
	}
    .common-banner p img{
        width: 140px;
    }
    .common-banner p{
        top:76%;
    }
	.fixed-banner>div p{
		top:76%;
	}
    .index_nav{
        width:100%;
		background:white;
    }
    
    
    .contact{
        padding-top: 70px;
    }
    .contact .contact-icon{
        padding-bottom: 70px;
    }
    
    
    .contact>p{
        font-size:14px;
    }
	.contact-nr{
		font-size: 20px;
	}
    .c-content{
        padding: 0 15px;
    }
	.ijoy-two{
		margin-top:20px;
	}
    .contact .contact-icon .contact-icon-inner{
        width:100%;
        float: none;
    }
    .contact .contact-icon .contact-icon-inner font{
        width:auto;
       
    }
    .contact .contact-icon .contact-icon-inner span{
        width:auto;
         padding-left: 10px;
        
    }
    /*    联系页面*/
	/* ijoy */
	.ijoy-one-outer {
    padding-right: 0;
    margin-top: 0;
}
	.ijoy-three{
		    margin-top: -20px;
    padding-top: 60px;
	}
	
	.cp-list-in .cp-list-inner .cp-list-inner-top .cp-list-inner-top-two .cp-list-inner-top-two-left{
		width:100%;
		height:auto;
		float:none;
	}
	.cp-list-in .cp-list-inner .cp-list-inner-top .cp-list-inner-top-two .cp-list-inner-top-two-right{
		width:100%;
		float:none;
		
	}
	
	
	/* ijoy */
	
	
	
	.ijoy-three .ijoy-three-inner-six  span {
		width: 230px;
		height: 46px;
		line-height: 46px;
		font-size: 26px;
		padding-left: 14px;
	}
	
	.ijoy-three .ijoy-three-inner-two{
		width:98%;
		
	}
	.ijoy-three .ijoy-three-inner-six ul{
		margin-left:-5%;
		margin-right:-5%;
	}
	.ijoy-three .ijoy-three-inner-six ul li{
		width:40%;
		margin:2% 5%;
	}
	.ijoy-three .ijoy-three-inner-six ul .prize02{
		width:20%;
	}
	.ijoy-three .ijoy-three-inner-two{
		margin-top:2%;
	}
	.ijoy-three .ijoy-three-inner-six{
		width:68%;
	}
	
}
@media screen and (max-width: 600px){
    .ijoy-one-outer p{
		width:96px;
	}
	.ijoy-one-outer h6 span{
		font-size:30px;
	}
	.ijoy-one-outer h6{
		padding-left:14px;
	}
	.ijoy-three .ijoy-three-inner-two  span{
		width: 130px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    padding-left: 5px;
	}
	.ijoy-three .ijoy-three-inner-two font{
		padding:10px 0;
	}
	
	.ijoy-three .ijoy-three-inner-six  span {
		width: 130px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    padding-left: 5px;
	}
	.ijoy-four .ijoy-four-outer .ijoy-four-outer-one p span{
		width: 130px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    padding-left: 5px;
	}
	.ijoy-four .ijoy-four-outer .ijoy-four-outer-two .ijoy-four-outer-two-in{
		height:auto;
	}
	.ijoy-three .yc{
		background:#e6e6e6!important;
		display:block!important;
	}
	.ijoy-four .ijoy-four-outer .ijoy-four-outer-one  b{
		font-size:18px;
	}
	.ijoy-four .ijoy-four-outer .ijoy-four-outer-one font{
		padding:16px 0;
	}
	
	.together-one>div p span{
		
		width: 130px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    padding-left: 5px;
		
	}
	.together-one>div b{
		font-size:18px;
	}
	.together-one{
		padding-top:40px;
	}
	.together-slide-ine p span{
		font-size:12px;
	}
	.together-three-content .together-three-content-outer>p span{
		width: 130px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    padding-left: 5px;
	}
	.together-three-content .together-three-content-outer>p{
		margin-bottom:20px;
	}
	.together-three-content .together-three-content-outer .together-three-content-two>div{
		font-size:14px;
	}
	.together-four .together-four-inner .together-four-in .together-four-in-bottom{
		display:none;
	}
	.together-two-inner-two .together-two-inner-two-left .together-two-nextprev{
		top:0;
		left:0;
		display:none;
	}
	.together-two-inner-two{
		height:90%;
		bottom:2%;
	}
	.common-banner p{
		width:100%;
		text-align:center;
		left:0;
		transform: translate(0%,-50%);
		-webkit-transform: translate(0%,-50%);
		-moz-transform: translate(0%,-50%);
		-ms-transform: translate(0%,-50%);
		-o-transform: translate(0%,-50%);
	}
	.fixed-banner>div p{
		width:100%;
		text-align:center;
		left:0;
		transform: translate(0%,-50%);
		-webkit-transform: translate(0%,-50%);
		-moz-transform: translate(0%,-50%);
		-ms-transform: translate(0%,-50%);
		-o-transform: translate(0%,-50%);
	}
	.contact{
		padding-top:0px;
	}
	.contact .contact-icon .contact-icon-inner{
		margin-top:16px;
	}
	.casepress{
		margin-top:20px;
	}
      /*    together*/
    .together-three-content .together-three-content-outer .together-three-content-one .together-three-content-one-left{
        width: 100%;
        margin-right: 0;
                float: none;
    }
    .together-three-content .together-three-content-outer .together-three-content-one .together-three-content-one-right{
        width: 100%;
        float: none;
    }
    .together-four .together-four-inner .together-four-in .together-four-in-top .together-four-in-left{
        width: 100%;
        float: none;
    }
    .together-four .together-four-inner .together-four-in .together-four-in-top .together-four-in-right{
        width: 100%;
        float: none;
        position: relative;
        height: auto;
        margin:0;
    }
    .together-four .together-four-inner .together-four-in .together-four-in-top .together-four-in-right input{
        position: relative;
    }
    .together-four .together-four-inner .together-four-in{
        padding: 20px 15px;
    }
   
    
      /*    together*/
    
    
    
    
/*    产品列表*/
    
    
    .cp-list-in .cp-list-inner .cp-list-inner-bottom div p{
        width: 200px;
    }
    
    
/*    产品列表*/
    
    
    
    
    /*    产品内页*/
    
    
    .show-product  .product-top .product-top-one .product-top-one-left{
        padding-top: 0;
    }
    .show-product  .product-top .product-top-one .product-top-one-left img{
        left: 0;
    }
    .show-product  .product-top .product-top-one{
        width: 100%;
        margin-left: 0;
    }
    .show-product  .product-bom .product-bom-one .product-bom-one-left p{
        margin-top: 0;
    }
    .show-product  .product-bom .product-bom-one .product-bom-one-left p b{
        display: none;
    }
    .product-top-three-intwo table tr th{
        padding: 6px;
    }
    .product-top-three-intwo table tr td{
        padding: 6px; 
    }
    .show-product  .product-top{
        padding-bottom: 0;
    }
    .product-bom-three{
        width: 46%;
    }
    .product-bom-three img{
        width: 100%;
    }
    .show-product  .product-bom{
        padding-bottom: 40px;
    }
    /*    产品内页*/
    
/*    通用尾部*/
    .footer .footer-inner{
        height: auto;
    }
    .footer .footer-inner p font{
        float: none;
    }
    .footer .footer-inner p span{
        float: none;
    }
/*    通用尾部*/
}
@media screen and (max-width: 450px){
    
    
    /*    产品内页*/
    .show-product  .product-bom .product-bom-one .product-bom-one-left p span{
        
        width:60px;
        height: 60px;
            line-height: 60px;
    }
    .show-product  .product-bom .product-bom-one .product-bom-one-left p span img{
        width: 30px;
    }
     .product-top-three-intwo table tr th{
        font-size: 12px;
    }
    .product-top-three-intwo table tr td{
         font-size: 12px;
    }
    /*    产品内页*/
   
}
@media screen and (max-width: 450px){
     /*ijoy*/
    
    
    .ijoy-one-outer{
        
        padding-right:0;
        margin-top: 0;
    }
    
     /*ijoy*/
    
    /*    产品内页*/
    .product-top-three-intwo table tr th{
        font-size: 10px;
    }
    .product-top-three-intwo table tr td{
         font-size: 10px;
    }
    /*    产品内页*/
    .common-banner p{
        font-size: 18px;
        top: 70%;
    }
	.fixed-banner>div p{
		font-size: 18px;
        top: 70%;
	}
	
}
@media screen and (max-width: 600px){
    
     /*    产品内页*/
    
    .show-product .product-bom .product-bom-two .product-bom-two-left{  width:47%; margin-right:0; }
	 .show-product  .product-bom .product-bom-two .product-bom-two-right{width:47%;  float:right;}
   
     .show-product  .product-bom .product-bom-one .product-bom-one-right img{    width: 100%; }

    
}
@media screen and (max-width: 400px){
    
     /*    产品内页*/
    
    .show-product .product-bom .product-bom-two .product-bom-two-left{  width:47%; margin-right:0; }
	 .show-product  .product-bom .product-bom-two .product-bom-two-right{width:47%;  float:right;}
   
     .show-product  .product-bom .product-bom-one .product-bom-one-right img{    width: 100%; }

    
}
@media screen and (max-width: 350px){
/*    联系页面*/
    .contact .contact-icon .contact-icon-inner font{
        width: 16%;
    }
    .contact .contact-icon .contact-icon-inner span{
        width: 84%;
        padding: 0;
    }
    /*    联系页面*/
    
     /*ijoy*/
    
    .ijoy-one-outer h6{
        padding-left: 0;
        display: block;
    }
    .ijoy-one-outer{
        
       
    }
    
     /*ijoy*/
    
.ijoy-one-outer h6 font{
	font-size:14px;
}
.ijoy-one-outer h6 span{
	font-size:26px;
}
.ijoy-one-outer h6{
	display:inline-block;
}
.ijoy-three .ijoy-three-inner-three>div>b span{
	font-size:12px;
	padding: 1px 0;
}
}
@media screen and (min-width: 768px) and (max-height: 750px){
	.index_nav .index_nav_menu{
		top:30%;
	}
	
}


/* debug */
.caret { display:none;}
.de-proimg01 {  overflow:hidden; height:117px; text-align:center; }
.cp-list-in .cp-list-inner .cp-list-inner-top .cp-list-inner-top-two .cp-list-inner-top-two-left div img{ height:117px; width:117px;  }
.de-protxt02 span font {
    color: white;
	transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.de-protxt02 span i{
	top:0;
	transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.de-protxt03 a{ 
height:36px; display:block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
	
	
#bsWXBox{ width: auto!important; height:auto!important;}

.product-top-three-intwo{ color:#999; font-family:"Franklin Gothic ", "ITC Franklin Gothic" , Arial, sans-serif; }

.de-04 img{width:90%;max-width:180px;border:1px solid #959595;}
.de-04 span{display: inline-block;width: 90%;max-width:180px;background: black;color: white;font-size: 14px;text-align: center;margin-top: 14px;}
.de05 {    width: 100%; height:40px; line-height:40px; margin-bottom:10px;
    border: none;
    background: #f6f6f6;
    padding: 20px 30px;
    outline: none;
    font-size: 14px;
    line-height: 2em;
    text-align: justify;}

.c1{ width:50px; height:12px; background:#727171; border:1px solid #000; display: inline-block; margin:2px 0 0 5px}
.c2{ width:50px; height:12px; background:#201815; border:1px solid #000;  display: inline-block;margin:2px 0 0 5px}
.c3{ width:50px; height:12px; background:#fff; border:1px solid #000;  display: inline-block;margin:2px 0 0 5px}

.mc1{ width:30px; height:30px; display: inline-block; margin:2px 0 2px 5px;}
.mc1 img{ width:30px; height:30px; display: inline-block; margin:0}
.mc2{ width:45px; display: inline-block; margin-left:-15px;}
.mc { float:left; width:210px;}

