﻿@font-face{
    font-family:myFont;
    src: url('../font/OpenSans-Regular_0.ttf');
 }
 @font-face{
    font-family:myFontb;
    src: url('../font/OpenSans-Bold_0.ttf');
 }
 @font-face{
    font-family:myFonth;
    src: url('../font/Humanist 521 BT.ttf');
 }
 @font-face{
    font-family:myFonthb;
    src: url('../font/Humanist521BT-Light.otf');
 }
body{
	margin: 0;
	padding: 0;
	font-family:myFont;
}
ul{
	list-style-type: none;
	padding-left: 0;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
.thebox>a{
	color: #666666;
}
.thebox{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.thebox img{ max-width:100%;}
/*状态栏*/
.thenav{
	font-size: 12px;
	background-color: black;
	min-width: 1200px;
}
.thenav>div{
	color: white;
	height: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.thenav>div span a{
	margin-left: 25px;
}
/*导航栏*/
.navbar-default {
    background-color: white;
    border: none;
    box-shadow: 0 0px 8px 0.5px grey;
}
.navbar {
    min-height: 90px;
    border-radius: 0;
    margin-bottom: 0;
    z-index: 999;
    position: relative;
    width: 100%;
    top: 0;
    min-width: 1200px;
}
.navbar-nav {
    float: right;
    margin-top: 28px;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 8px;
}
.navbar-nav>li {
    margin-left: 5px;
}
.navbar-nav>li>span{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.navbar-nav>li:last-of-type>span{
	border: 1px solid #999999;
	padding: 10px;
    transition: all 1.2s;
}
.navbar-default .navbar-nav>.active>span{
	width: 16px;
	height: 1px;
	background-color: #FF5E8F;
}
.navbar-default .navbar-nav>.active>a{
	background-color: white;
	color: #FF5E8F;
}
.navbar-default .navbar-brand {
    margin-top: 0px;
}
.navbar-brand>img {
    height: 75px;
}
.navbar-brand {
    padding: 5px 0;
}
.navbar-nav>li:last-of-type{
	position: relative;
	bottom: 3px;
}
.navbar-nav>li:last-of-type form{
	width: 220px;
	height: 34px;
	position: absolute;
	right: -220px;
	top: 0;
	transition: all 0.5s;
}
.navbar-nav>li:last-of-type form input[type=text]{
	width: 100%;
	height: 34px;
	border-radius: 4px;
	text-indent: 8px;
	border: 1px solid #999999;
}
.navbar-nav>li:last-of-type form input[type=submit]{
	height: 30px;
	width: 34px;
	position: absolute;
	border: none;
	background-color: white;
	background: url(../images/index/top-ss.png) no-repeat;
	background-size: 20px;
	background-position: center center;
	top: 1px;
	right: 1px; 
}
.navbar-nav>li:last-of-type form span{
	width: 34px;
	height: 34px;
	background-color: #FF5E8F;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: -34px;
	top: 0;
	border-radius: 5px;
}
.navbar-nav>li:last-of-type form span img{
	width: 22px;
}
.nav-ss{
	overflow: hidden;
}
.navbar-nav>li:last-of-type>span:hover{
	border-color: transparent;
	cursor: pointer;
	 transition: all 0.1s;
}
.navbar-nav>li:last-of-type form span:hover{
	cursor: pointer;
}
.dropdown-menu {
    left: 0;
    z-index: 998;
    min-width: 130px;
    margin: 2px 0 0;
    font-size: 14px;
    border: none;
    box-shadow: none;
    padding-top: 22px;
    padding-bottom: 0;
    text-align: center;
}
.dropdown-menu>li>a {
    padding: 10px 10px;
    color: #666666;
    background-color: rgba(255,255,255,0.9);
    border-bottom: 1px solid #E1E1E1;
}
.dropdown-menu>li>a:hover{
	color: white;
	background-color: rgba(255,94,143,0.9);
}
.nav>li>a{
	padding: 10px 31px;
}
/*轮播*/
.carousel-inner {
    min-width: 1200px;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
}
.carousel-control.right {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
}
.carousel-indicators {
     bottom: 5px; 
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img{
	width: 100%;
}
.carousel-indicators li {
    width: 15px;
    height: 15px;
    background-color: #FF97B7;
    border-color:#FF97B7 ;
    margin-left: 5px;
    margin-right: 5px;
}
.carousel-indicators .active {
    width: 35px;
    height: 15px;
    margin: 1px;
    border-color: #FF5E8F;
    background-color: #FF5E8F;
}
/*首页产品*/
.in-probox{
	margin-top: 65px;
	padding-bottom: 35px;
}
.inbox-til{
	text-align: center;
	margin-bottom: 24px;
}
.inbox-til img{
	margin-bottom: 28px;
}
.inbox-til span{
	display: block;
	height: 1px;
	width: 70px;
	background-color: #FF5E8F;
	margin-left: auto;
	margin-right: auto;
}
.in-protop{
	text-align: center;
	width: 825px;
	color: #666666;
	font-size: 14px;
	line-height: 26px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.in-prochge{
	display: flex;
	justify-content: center;
	
}
.in-prochge span{
	font-size: 14.5px;
	display: block;
	padding: 15px;
	margin-left: 10px;
	margin-right: 10px;
	color: black;
}
.in-prochge span:hover{
	cursor: pointer;
	color: #FF5E8F;
}
.in-prochge .in-proact{
	font-weight: bold;
	color: #FF5E8F;
	border-bottom: 2px solid #FF5E8F;
}
.in-protext{
	    min-height: 500px;
    height: auto;
    overflow: hidden;
}
.in-protext>div>ul{
	
	justify-content: space-between;
	margin-bottom: 35px;
}
.in-protext>div>ul>li{
	width: 275px;float: left; margin:0 10px 25px 10px;
}
.in-protext>div>ul>li img{
	width: 100%;border: 1px solid #CCCCCC;
	height: 275px;
	margin-bottom: 14px;
	transition: all 0.3s; 
}
.in-protext>div>ul>li div{
	text-align: center;
	color: #666666;
}
.in-protext>div>ul>li span{
	display: block;
	font-family: myFontb;
	color: black;
	margin-bottom: 6px;
}
.in-protext>div>ul>li a:hover img{
	box-shadow: 0 0 5px 0.1px darkgrey;
}
.in-protext>div>ul>li a:hover span{
	color: #FF5E8F;
}
.in-profenye ul{
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.in-profenye ul li{
	margin-left: 6px;
	margin-right: 6px;
	padding-bottom: 1px;
	border-bottom: 1px solid transparent;
}
.in-profenye ul li a{
	color: #666666;
	font-size: 15px;
	line-height: 15px;
}
.in-profenye ul .in-prfyact{
	border-color: #FF5E8F;
}
.in-profenye ul .in-prfyact a{
	font-size: 18px;
	color: black;
}
/*首页关于*/
.in-abbox{
	background-image: url(../images/index/in-abbj.jpg);
	height: 500px;
	min-width: 1200px;
	background-size: cover;
	background-position: center;
}
.in-abtext{
	width: 590px;
	padding-top: 90px;
	margin-left: auto;
}
.in-abtext>img{
	margin-bottom: 35px;
}
.in-abtext>div{
	line-height: 20px;
	font-size: 15px;
	color: #666666;
	margin-bottom: 45px;
	text-align: justify;
}
.in-abtext>a{
	font-family: myFontb;
	font-size: 14px;
	color: #333333;
	border: 1px solid #666666;
	padding: 15px 46px;
	transition: all 0.2s;
}
.in-abtext>a:hover{
	box-shadow: 4px 4px 10px 1px gray
}
/*首页优势*/
.in-advbox{
	margin-top: 65px;
	padding-bottom: 42px;
    border-bottom: 1px solid #999999;
    min-width: 1200px;
}
.in-advin{
	width: 260px;
	height: 260px;
	border: 1px solid #666666;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}
.in-advin>div{
	width: 220px;
	height: 220px;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 10px 1px grey;
	transition: all 0.4s;
}
.in-advin>div img{
	height: 100%;
	transition: all 0.6s;
}
.in-advtext>div{
	width: 328px;
}
.in-advint{
	text-align: center;
	font-size: 14px;
	color: #666666;
	margin-top: 18px;
	line-height: 28px;
}
.in-advint span{
	display: block;
	font-family:myFontb;
	font-size: 18px;
	margin-bottom: 8px;
}
.in-advtext>div a:hover .in-advin{
	border: none;
}
.in-advtext>div a:hover .in-advin>div{
	width: 260px;
	height: 260px;
	box-shadow: 0 0 10px 1px #FF5E8F;
}
.in-advtext>div a:hover .in-advin>div img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.in-advtext>div a:hover .in-advint span{
	color: #FF5E8F;
}
.in-advtext{
	display: flex;
	justify-content: space-between;
}
/*首页实例*/
.in-pojbox{
	margin-top: 45px;
	padding-bottom: 60px;
}
.sIntro {
    background-color: rgba(255,94,143,0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family:myFontb;
    padding: 10px 13px;
}
.sHoverItem {
    width: 390px;
    height: 290px;
    margin: 0;
    margin-bottom: 18px;
    float: none;
    font-family:myFontb;
    border: 1px solid #cccccc;
}
.sHoverItem img {
    height: 100%;
    width: 100%;
}
.sIntro p {
    font-size: 19px;
    text-align: center;
    color: white;
    padding: 20px;
    border: 1px solid white;
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items:center;
}
.in-pojone .sHoverItem {
    width: 390px;
    height: 599px;
}
.in-pojtext{
	display: flex;
	justify-content: space-between
}
.in-pojbot{
	margin-top: 50px;
	text-align: center;
}
.in-pojbot a{
	font-size: 14px;
	color: black;
	border: 1px solid #666666;
	padding: 15px 50px;
	font-family:myFontb;
	margin-left: auto;
	margin-right: auto;
	transition: all 0.2s;
}
.in-pojbot a:hover{
	box-shadow: 4px 4px 10px 1px gray;
}
/*页尾顶*/
.foot-top{
	padding-top: 65px;
	background-color: #F5F5F5;
	min-width: 1200px;
	padding-bottom: 40px;
}
.foot-top>div{
	display: flex;
	justify-content: space-between;
}
.foot-top>div>div{
	width: 260px;
}
.fotop-f div{
	font-size: 18px;
	padding-bottom: 18px;
	font-family:myFontb;
	margin-bottom: 18px;
	border-bottom: 1px solid #CCCCCC;
}
.fotop-f ul li{
	line-height: 24px;
	color: #666666;
	font-size: 14px;
}
.fotop-f ul li a{
	color: #666666;
}
.fotop-f ul li a:hover{
	color: #FE6D9A;
}
.fotop-la div:first-of-type{
	font-size: 18px;
	padding-bottom: 18px;
	font-family:myFontb;
	margin-bottom: 22px;
	border-bottom: 1px solid #CCCCCC;
}
.fotop-la div:nth-of-type(2){
	margin-bottom: 25px;
}
.fotop-la div:nth-of-type(2) a{
	margin-right: 12px;
}
.fotop-la div:nth-of-type(2) a img{
	width: 30px;
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.fotop-la div:nth-of-type(2) a:hover img{
	-webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}
.fotop-la div:nth-of-type(3){
	color: #666666;
	line-height: 20px;
	margin-bottom: 18px;
}
.fotop-la div:nth-of-type(3) span{
	font-size: 18px;
	font-family:myFontb;
	margin-bottom: 6px;
	display: block;
}
.fotop-la form{
	width: 100%;
	position: relative;
	height: 40px;
}
.fotop-la form>input[type=text]{
	width: 86%;
	text-indent: 15px;
	font-size: 12px;
	border: 1px solid #BFBFBF;
	border-radius: 2px;
	height: 40px;
}
.fotop-la form>input[type=submit]{
	background: url(../images/index/foot-tj.png) no-repeat;
	background-size: 14px;
	background-position: 10px;
	background-color: #333333;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	border: none;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
/*页尾*/
footer{
	background-color: #25292C;
	min-width: 1200px;
}
footer>div{
	color: white;
	line-height: 58px;
	text-align: center;
}

/*产品页面*/
.oth-topimg>img{
	width: 100%;
	min-width: 1200px;
}
.lujing{
	background-color: #F5F5F5;
	min-width: 1200px;
}
.lujing>div{
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 14px;
	color: #666666;
}


.lujing>div img{
	margin-right: 10px;
	margin-bottom: 3px;
}
.prod-box{
	margin-top: 42px;
}
.prod-box>div{
	display: flex;
	justify-content: space-between;
}
.pro-left{
	width: 280px;
	float:left;
}
.pro-left>div:first-of-type{
	width: 100%;
	border: 1px solid #CCCCCC;
	padding:20px;
	margin-bottom: 20px;
}
.pro-left>div form{
	width: 240px;
	height: 40px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.pro-left>div form input[type=text]{
	width: 195px;
	height: 40px;
	text-indent: 8px;
	font-size: 14px;
	border: 1px solid #A0A0A0;
	border-radius: 10px;
}
.pro-left>div form input[type=submit]{
	width: 40px;
	height: 40px;
	background-color: #444444;
	background-image: url(../images/others/pro-ss.png);
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 12px;
	border: none;
	border-radius: 10px;
}
.pro-letext>div{
	margin-bottom: 20px;
}
.pro-letext>div>div{
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #8F8F8F;
}
.pro-letext>div>div a{
	color: white;	
}
.pro-letext>.pro-leact>div{
	background-color: #444444;
}
.pro-letext>div>div:hover{
	cursor: pointer;
}
.pro-letext>div>ul{
	width: 100%;
	border: 1px solid #CCCCCC;
	border-top: none;
	/* padding: 5px 13px 10px; */
}
.pro-letext { height: auto !important; overflow: hidden; }
.pro-letext>div>ul li{
	width: 100%;
	padding-bottom: 12px;
	padding-top: 8px;
	border-top: 1px solid #EEEEEE;
	text-align: center;
}
.pro-letext>div>ul li:first-of-type{
	border: none;
}
.pro-letext>div>ul li a{
	color: #666666;
}
.pro-letext>div>ul li a:hover{
	color: #FE6D9A;
}
.pro-letext>div>ul .pro-leactin a{
	color: #FE6D9A;
}
.pro-right{
	width: 895px;
}
.pro-right>div:first-of-type{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin-bottom: 22px;
}
.pro-right>div:first-of-type span{
	font-size: 24px;
	color: #FE6D9A;
	display: block;
	margin-bottom: 8px;
}
.pro-ritext>ul{
	display: flex;
	flex-wrap: wrap;
}
.pro-ritext>ul>li{
	width: 207px;
	margin-left: 20px;
    margin-bottom: 32px;
}
.pro-ritext>ul>li:nth-of-type(4n+1){
	margin-left: 0;
}
.pro-ritext>ul>li div{
	width: 100%;
	border: 1px solid #CCCCCC;
	margin-bottom: 6px;
	transition: all 0.3s;
}
.pro-ritext>ul>li div img{
	width: 100%;
	height: auto;
}
.pro-ritext>ul>li p{
	line-height: 25px;
	font-size: 14px;
	color: #666666;
}
.pro-ritext>ul>li span{
	display: inline-block;
	margin-top: 3px;
    padding: 8px 23px;
	border: 1px solid #CCCCCC;
	color: #666666;
	transition: all 0.3s;
}
.pro-ritext>ul>li a:hover div{
	box-shadow: 2px 2px 10px 0.5px darkgray;
}
.pro-ritext>ul>li a:hover p{
	color: #FE6D9A;
}
.pro-ritext>ul>li a:hover span{
	border-color: #FE6D9A;
	background-color: #FE6D9A;
	color: white;
}
.Pagination  {
	display:flex;
	justify-content: center;
	margin-top: 15px;
	padding-bottom: 45px;
	color: #666666;
	margin-left: 3px;
	margin-right: 3px;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.Pagination  a{
	margin-left: 3px;
	border: 1px solid #DDDDDD;
	padding: 5px 10px;
	color: #666666;
	display: block;
}
.Pagination  .current{
	color: white;
	background-color: #FE6D9A;
	border-color: #FE6D9A;
}

/*关于页面*/
.about-box{
	margin-top: 45px;
}
.abo-til{
	font-size: 24px;
	text-align: center;
	margin-bottom: 32px;
}
.abo-til span{
	display: block;
	width: 40px;
	height: 2px;
	background-color: #FE6D9A;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
.abo-top{
	padding-bottom: 40px;
}
.abo-top>div:nth-of-type(2)>img{
	width: 100%;
	margin-bottom: 15px;
}
.abo-top>div:nth-of-type(2)>div{
	line-height: 30px;
	font-size: 14.5px;
	color: #666666;
	margin-bottom: 15px;
}
.abo-top>div:nth-of-type(2)>div span{
	display: block;
}
.ab-topmove{
	display: flex;
	justify-content: space-between;
}
.ab-topmove img{
	width: 280px;
	height: 200px;
}
.abo-bot{
	background-color: #F5F5F5;
	padding-top: 40px;
	min-width: 1200px;
	padding-bottom: 15px;
}
.abo-botte img{
	
}
.abo-botte>div{
	font-size: 14.5px;
	color: #666666;
	line-height: 30px;
	padding-top: 26px;
}
.abo-botte>div>span{
	font-family:myFontb;
	color: black;
}
.abo-botte>div>p{
	margin-bottom: 30px;
}
.abo-botte>div>p span{
	display: block;
}
.abo-lunbo{
	padding-top: 42px;
}
.abo-lunbo li{ float:left; height:172px; text-align:center;}
.abo-lunbo li img{ max-height:150px;}
.abo-lunbo .swiper-container {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }
 .abo-lunbo .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 8px;
}
.abo-lunbo .swiper-slide img{
	max-width: 280px;
	width: 100%;
	height: auto;
	border: 1px solid #CCCCCC;
}
/*问答页面*/
.fq-box{
	border-top: 1px solid #EEEEEE;
	margin-bottom: 50px;
	width:895px;
	    float: right;
}
.fq-box>div{
	border-bottom: 1px solid #EEEEEE;
	padding-right: 30px;
	position: relative;
	transition: height 0.5s;
	overflow: hidden;
	/*height: 46px;*/
}
.fq-box>div>span{
	float: right;
    height: 100%;
    display: block;
    width: 15px;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.5s;
}
.fq-box>div>div{
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 16px;
	color: #666666;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.fq-box>div>div img{
	width: 12px;
	transition: all 0.3s;
}
.fq-box>div>p{
	font-size: 12px;
	padding-right: 65px;
	display: none;
	height: 0;
}
.fq-box>.faqact{
	height: initial;
}
.fq-box>.faqact>div{
	color: #FE6D9A;
}
.fq-box>.faqact>p{
	display: block;
	height: auto;
}
.fq-box>.faqact span{
	background-color: #EEEEEE;
}
.fq-box>.faqact>div>span{
	background-color: transparent;
}
.fq-box>.faqact>div img{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.fq-box>div{
	cursor: pointer;
}
/*案例页面*/
.poj-box{
	margin-top: 45px;
}
.poj-text>ul{
	display: flex;
	flex-wrap: wrap;
}
.poj-text>ul>li{
	width: 280px;
	margin-bottom: 25px;
	margin-left: 26px;
}
.poj-text>ul>li:nth-of-type(4n+1){
	margin-left: 0;
}
.poj-text>ul>li p{
	overflow: hidden;
	width: 280px;
	height: 280px;
	border: 1px solid #CCCCCC;
}
.poj-text>ul>li p img{
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.poj-text>ul>li a:hover p img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.poj-text>ul>li span{
	display: block;
	color: #666666;
	text-align: center;
}
.poj-text>ul>li a:hover span{
	color: #FE6D9A;
}

/*news*/
.news-box{
	margin-top: 45px;
}
.news-chage{
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
.news-chage span{
	width: 170px;
	height: 40px;
	margin-left: 12px;
	margin-right: 12px;
	background-color: #333333;
	display: flex;
	align-items: center;
	justify-content: center;
}
.news-chage .nspact{
	background-color: #FE6D9A;
}
.news-chage span a{
	display: block;
	color: white;
}
.news-text>ul{
	margin-bottom: 35px;
}
.news-text>ul>li{
	width: 100%;
	border: 1px solid #9F9F9F;
	padding: 20px 30px;
	margin-bottom: 20px;
}
.news-text>ul>li a>img{
	width: 250px;
	height: 180px;
	border: 1px solid #DCDCDC;
}
.news-text>ul>li a{
	display: flex;
	justify-content: space-between;
}
.news-text>ul>li p{
	width: 850px;
	margin-bottom: 0;
}
.news-text>ul>li p>span{
	display: block;
}
.new-sp1{
	color: black;
	margin-bottom: 20px;
	text-transform:uppercase
}
.new-sp2{
	margin-bottom: 15px;
	color: #666666;
}
.new-sp2 img{
	width: 20px;
	margin-right: 6px;
}
.new-sp2 span:last-of-type img{
	width: 16px;
}
.new-sp2 span{
	margin-right: 50px;
}
.new-sp3{
	line-height: 23px;
    color: #666666;
    margin-bottom: 25px;
}
.new-sp4{
	text-align: right;
}
.new-sp4 button{
	width: 100px;
	height: 32px;
	color: white;
	background-color: black;
	border: none;
}
.news-text>ul>li a:hover .new-sp1{
	color: #FE6D9A;
}
.news-text>ul>li a:hover .new-sp4 button{
	background-color: #FE6D9A;
}

/*联系我们页面*/
.cont-box{
	margin-top: 45px;
	margin-bottom: 55px;
}
.cont-top{
	
	
}
.lxwm{ width:1200px; margin:0 auto;}
.cont-top>img{
	width: 100%;
	
}
.cont-main{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	margin-bottom: 45px;
}
.cont-main>div{
	width: 286px;
	text-align: center;
	padding: 30px 30px 15px;
	min-height: 250px;
	background-color: #F2F2F2;
}
.cont-main>div img{
	margin-bottom: 30px;
}
.cont-main>div p{
	text-transform:uppercase;
	font-size: 16px;
	color: #333333;
}
.cont-main>div span{
	display: block;
	color: #666666;
	line-height: 26px;
}
.cont-bot-til{
	color: #666666;
	font-size: 14px;
	margin-bottom: 45px;
	text-align: center;
}
.cont-bot-til span{
	display: block;
	color: black;
	text-align: center;
	font-size: 24px;
	margin-bottom:6px;
}
.cont-bot form label{
	text-transform:uppercase;
	color: #666666;
	font-size: 16px;
	font-weight: 100;
}
.cont-bot form>div{
	margin-bottom: 15px;
}
.con-ftwo{
	display: flex;
	align-items: center;
}
.con-ftwo input{
	width: 420px;
	height: 40px;
	border: 1px solid #999999;
}
.con-ftwo label{
	width: 120px;
}
.con-ftwo span{
	margin-right: 60px; 
	position: relative;
}
.con-ftwo span p{
	position: absolute;
    margin: 0;
    background-color: white;
    color: #AB010B;
    font-size: 18px;
    right: 1px;
    top: 1px;
    height: 38px;
    text-align: center;
    line-height: 45px;
    width: 24px;
}
.cont-rd{
	display: flex;
	align-items: center;
}
.cont-rd>label{
	width: 120px;
}
.cont-rd>span{
	margin-right: 35px;
}
.cont-rd>span label{
	text-transform:capitalize;
	margin-left: 8px;
}
.cont-bot form>textarea{
	width: 100%;
	height: 200px;
	border: 1px solid #999999;
	margin-top: 10px;
}
.cont-bot form>input[type=submit]{
	width: 150px;
	height: 40px;
	border: none;
	background-color: #444444;
	color: white;
	font-size: 16px;
	margin-top: 12px;
}

/*产品内页*/
.prode-top{
	width: 920px;
	
	justify-content: space-between;
	margin-bottom: 55px;
}
.prode-tle{
	width: 375px;
	display: flex;
	justify-content: space-between;
	margin-left:35px;
	float: left;
    margin-bottom: 40px;
}
.p-bimg{
	width: 300px;
	height: 300px;
	border: 1px solid #CCCCCC;
}
.p-bimg img{
	width: 100%;
	height: 100%;
}
.p-simg{
	width: 62px;
}
.p-simg span{
	display: block;
	width: 100%;
	height: 62px;border: 1px solid #CCCCCC;
}
.p-simg span:not(:last-child){
	margin-bottom: 17px;
}
.p-simg span img{
	width: 100%;
	height: 100%;
}
.prode-tri{
	width: 460px;    float: right;
}
.p-simg .pdeact{
	border: 2px solid #FE6D9A;
}
.p-bimg img{display: none;}
.p-bimg img:first-of-type{display: block;}
.p-simg span:hover{
	cursor: pointer;
}
.p-tri-til{
	font-size: 18.5px;
    font-family: myFontb;
    line-height: 30px;
    margin-bottom: 10px
}
.p-til-te{
	font-size: 14px;
    color: #666666;
    line-height: 26px;
    margin-bottom: 12px;
}
.p-tri-move{
	margin-bottom: 26px;
}
.p-tri-move>span{
	display: block;
    font-size: 14px;
    color: #666666;
    line-height: 28px;
}
.p-tri-move>span span{
	font-family:myFontb;
	color: black;
}
.p-til-bot{
	display: flex;
	align-items: center;
}
.p-til-bot button{
	width: 240px;
	height: 50px;
	background-color: #444444;
	color: white;
	font-size: 18px;
	border: none;
}
.p-til-bot span{
	display: flex;
	margin-left: 25px;
}
.p-til-bot span a{
	margin-left: 8px;
	margin-right: 8px;
}
.p-til-bot span a img{
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.p-til-bot span a:hover img{
	-webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    filter: none;
}
.prode-bot{
	  clear: both;
    margin-left: 35px;
	
}
.prode-bot>div{
	width:auto;
	
}
.p-bottil{
	font-size: 18px;
	margin-bottom: 20px;
}
.p-bottext{
	color: #666666;
	line-height: 28px;
}
.p-bottext div{
	margin-top: 30px;
}
.p-bottext div span{
	display: block;
}
.prode-lun{
	margin-top: 45px;
	margin-bottom: 50px;
}
.prod-luntop{
	text-align: center;
	margin-bottom: 30px;
}
.p-luntoptil{
	font-size: 18px;
	margin-bottom: 8px;
}
.p-luntoptex{
	width: 610px;
	font-size: 14px;
	color: #666666;line-height: 26px;
	margin-left: auto;
	margin-right: auto;
}
.bb-sw{
	position: relative;
}
.prode-lun .swiper-container {
    width: 1200px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.prode-lun .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 8px;
}
.prode-lun .swiper-wrapper{
	width: 1200px;
}
.prode-lun .swiper-slide{
	
}
.prode-lun .swiper-slide img{
	width: 284px;
	height: 284px;
	border: 1px solid #CCCCCC;
	margin-bottom: 8px;
	transition: all 0.3s
}
.prode-lun .swiper-slide div{
	font-size: 14px;
	color: black;
}
.prode-lun .swiper-slide a:hover img{
	box-shadow: 0 0 10px 0.2px darkgrey;
}
.prode-lun .swiper-slide a:hover div{
	color: #FE6D9A;
}
.prode-lun .swiper-button-next, .prode-lun .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/others/rr.png);
        right: 0;
}
.prode-lun .swiper-button-prev, .prode-lun .swiper-container-rtl .swiper-button-next {
	background-image: url(../images/others/ll.png);
	left: 0;
}
.prode-lun .swiper-button-next, .prode-lun .swiper-button-prev {
    top: 47%;
    width: 30px;
    height: 50px;
    -moz-background-size: 30px 50px;
    -webkit-background-size: 30px 50px;
    background-size: 30px 50px;
}

/*新闻内页*/
.news-de-til {
	margin-top: 61px;
	border-bottom: 1px solid gainsboro;
	margin-bottom: 25px;
}
.news-de-til>div {
	font-size: 22px;
	text-align: center;
}
.news-de-til>div>div {
	color: #999999;
	font-size: 14px;
	margin-top: 15px;
	padding-bottom: 15px;
}
.news-de-til>div>div>span {
	margin-left: 15px;
	margin-right: 10px;
}
.news-de-text>div {
	font-size: 15px;
    line-height: 25px;
    color: #666666;
    margin-bottom: 7px;
	text-align: justify;
}
.news-de-text>.news-text-img {
	text-indent: 0;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.news-de-text>.news-text-img>img {
	margin-left: auto;
	margin-right: auto;
}
.news-de-simg {
	margin-bottom: 15px;
	margin-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.news-de-simg img{
	max-width: 100%;
}
.de-box-til {
	font-family:myFontb;
	font-size: 18px;
}
.thebottom-jump>div {
	margin-top: 65px;
	border-top: 1px solid gainsboro;
	padding-bottom: 30px;
	display: flex;
	justify-content: space-between;
}
.thebottom-jump>div>a {
	font-size: 15px;
	color: #999999;
	line-height: 35px;
	border: 1px solid gainsboro;
	text-align: center;
	margin-top: 40px;
	padding: 3px 15px;
}
.thebottom-jump>div>a>div {
	height: 30px;
	line-height: 30px;
}
.thebottom-jump>div>a:hover {
	background-color: gainsboro;
	color: darkblue;
}
.foot-top>div>.fff{
	width: 301px;
}
.foot-top>div>.fff ul li{

	display: flex;
}
.foot-top>div>.fff ul li span{
	display: block;
}
.foot-top>div>.fff ul li span:first-of-type {
    margin-right: 20px;
    width: 54px;
}


.cont-top{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.cont-map{
	width: 685px;
	
}
.cont-map>img{
	height: 100%;
	width: 100%;
}
.cont-tte{
	width: 458px;
	padding-top: 15px;
}
.cont-tte>span{
	display: block;
	font-size: 16px;
	margin-bottom: 20px;
	font-family:myFontb;
}
.cont-tte>div{
	display: flex;
    color: #666666;
    font-size: 13.5px;
    margin-bottom: 18px;
    line-height: 22px;
}
.cont-tte>div>img{
	width: 20px;
	margin-right: 18px;
	margin-top: 2px;
}
.cont-form form>div{
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
.cont-form form div>span{
	width: 450px;
	position: relative;
}
.cont-fo>span input{
	width: 340px;
	height: 40px;
	border: 1px solid #999999;
	font-size: 15px;
	padding-right: 25px;
}
.cont-fo>span{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cont-fo>span label{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 100;
}
.cont-ft>span label{
	font-weight: 100;
	font-size: 16px;
	width: 100px;
    margin-right: 10px;
}
.cont-ft>span .telb{
	text-transform: uppercase;	
}
.cont-form form>span{
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 18px;
}
.cont-form form>textarea{
	width: 100%;
	height: 300px;
	border: 1px solid #999999;
	margin-bottom: 20px;
}
.cont-ft>span input{
	margin-right: 8px;
	outline: none;
}
.cont-form form>input[type=submit]{
	color: white;
	border: none;
	background-color: #633A16;
	font-size: 16px;
	padding: 10px 45px;
}
.cont-form{
	margin-bottom: 60px;
}
.star {
    font-size: 18px;
    color: #AB010B;
    position: absolute;
    right: 15px;
    top: 11px;
}
.oth-lef{
	width: 243px;
}
.oth-lef>div>div{
	color: white;
	font-size: 18px;
	text-transform: uppercase;
	background-color: black;
	padding: 18px 20px;
}
.oth-lef>div>ul li{
	width: 243px;
	padding: 8px 10px;
	border-bottom: 1px dashed #CCCCCC;
}
.oth-lef>div>ul li:last-of-type{
	border: none;
}
.oth-lef>div>ul li a{
	color: #333333;	
}
.oth-lef>div>ul li a:hover{
	color: #633A16;
	text-decoration: underline;
}
.oth-lef>div>ul .oth-act a{
	color: #633A16;
	text-decoration: underline;
}
.oth-lef>div>ul li img{
	margin-right: 10px;
	margin-bottom: 1px;
}
.oth-lef>div>span{
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.oth-lef>div>span>a{
	display: flex;
	justify-content: space-between;
}
.oth-lef>div>span img{
	width: 74px;
	height: 74px;
	border: 1px solid #CCCCCC;
}
.oth-lef>div>span a>span{
	display: block;
	width: 150px;
	height: 70px;
	overflow: hidden;
	color: #666666;
	line-height: 70px;
}
.oth-lef>div>span a>span span{
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.oth-lef>div>span>a:hover span span{
	color: #633A16;
	text-decoration: underline;
}
.oth-rig{
	width: 940px;
	min-height: 1035px;
}
.faq .thebox{
	heigth:auto;
	overflow: hidden;
}

.inab-box{
	padding-top: 55px;
	padding-bottom: 45px;
}
.inab-box>div{
	display: flex;
	justify-content: space-between;
}
.inab-lef{
	width: 674px;
	margin-top: 20px;
}
.inab-lef-t{
	width: 100%;
	height: 140px;
	background-image: url(../images/index/inab-bj.png);
	padding-top: 25px;
	font-size: 30px;
	margin-bottom: 35px;
}
.inab-lef-t>img{
	display: block;
	width: 238px;
	height: 25px;
	margin-bottom: 10px;
	font-family:myFontb;
}
.inab-text{
	width: 640px;
}
.inab-text span{
	display: block;
    font-size: 14.5px;
    color: #666666;
    line-height: 24px;
}
.inab-text .inab-sp{
	margin-bottom: 25px;
}
.inab-text span:last-of-type{
	margin-bottom: 35px;
}
.inab-text a{
	border: 1px solid #333333;
    padding: 13px 50px;
    margin-left: 0;
    display: inline-block;
    color: #333333;
    text-transform: uppercase;
    transition: all 0.4s;
}
.inab-text a:hover{
	box-shadow: 2px 2px 8px 1px grey;
}
.inab-rig{
	width: 500px;
	display: flex; margin-top:50px;
	justify-content: space-between;
}
.inab-rig span{
	display: block;
	width: 239px;
	height: 240px;
	margin-bottom: 20px;
	overflow: hidden;
}
.inab-rig span img{
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.inab-rig span img:hover{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.inab-rig .inab-rig-do{
	/*margin-top: 110px;*/
}

.abo-botte div p{
	    padding-bottom:0px;
	margin-bottom:0px;

}

.abo-botte>div{
    height: auto;
    overflow: hidden;
}

.abo-botte img{
 max-width:100%;
    height: auto !important;    margin-right: 20px;
}