﻿body{
	margin: 0;
	padding: 0;
	/*font-family:"微软雅黑";*/
}
ul{
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
.thebox{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.cc-box{
	clear: both;
	height: 0;
	width: 100%;
}

/*导航状态栏*/
.navbar-default {
    background-color: white;
    border:none;
}
.navbar {
    border-radius: 0;
    min-height: 118px;
    margin-bottom: 0;
}
.navbar>div{
	position: relative;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 0;
    padding-top: 8px;
}
.navbar-nav {
    float: right;
    margin-top: 64px;
}
.navbar-default .navbar-nav>li>a {
    color: black;
    font-size: 16px;
}
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
.nav>li {
    margin-left: 12px;
}
.navbar-nav>li>a {
    padding: 5px 0 4px;
    border-radius: 22px;
    text-align: center;
    width: 102px;
}
.thenav-top{
	position: absolute;
	right: 0;
	top: 18px;
	    display: flex;
    align-items: center;
}
.nav-lag span{
	display: inline-block;
    margin-left: 13px;
    width: 40px;
    line-height: 37px;
    border-radius: 50%;
    padding-top: 1px;
    border: 1px solid #D3D3D3;
    font-size: 12px;
    text-align: center;
}
.nav-lag a{
	display: block;
	color: #D3D3D3;
}
.nav-lag .nav-lagact{
	border-color: #F69AC2;
	background-color: #F69AC2;
}
.nav-lag .nav-lagact a{
	color: white;
}
.thenav-top span{
	font-size: 14px;
	color: #999999;
}
.thenav-top form{
	display: inline-block;
	margin-left: 16px;
	width: 224px;
	height: 29px;
	border: 1px solid #E39CA0;
	overflow: hidden;
	border-radius: 15px;
	position: relative;
}
.thenav-top form input[type=text]{
	width: 195px;
	line-height: 28px;
	padding-left: 14px;
	font-size: 12px;
	outline: none;
	border: none;
}
.thenav-top form input[type=submit]{
	width: 29px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../images/index/ss.png) no-repeat center center;
	position: absolute;
	right: 6px;
	top: 0;
	border: none;
	outline: none;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: white;
    background-color: #E39CA0;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #E39CA0;
}
/*轮播*/
.carousel-indicators {
    bottom: 0;
}
.carousel-inner {
    min-width: 1200px;
}
.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-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 img{
	position: absolute;
	top: calc(50% - 31px);
}
.carousel-indicators li {
    width: 13px;
    height: 13px;
    border: 2px solid #E2BEBD;
    margin: 1px 5px;
}
.carousel-indicators .active {
    width: 13px;
    height: 13px;
    margin: 1px 5px;
    background-color: #E2BEBD;
}
/*首页产品*/
.inpro{
	padding: 56px 0;
	position: relative;
}
.inpro-til{
	text-align: center;
	margin-bottom: 45px;
}
.inppsp-sw{
	width: 1096px;
	margin: 0 auto;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.inppsp-sw .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	border: 5px solid #F4F4F4;
	border-radius: 50%;
	width: 247px;
	height: 247px;
	padding-top: 32px;
	overflow: hidden;
	outline: none;
	transition: all 0.3s;
}
.inppsp-sw .swiper-slide:hover{
	border-color: #F4B4D0;
}
.inppsp-sw .swiper-slide p{
	width: auto;
	height: 164px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: -32px auto 0px auto;

}
.inppsp-sw .swiper-slide p img{
	max-height: 100%;
	max-width: 100%;
}
.inppsp-sw .swiper-slide span{
	display: flex;
	height: 73px;
	background-color: #F4F4F4;
	color: #666666;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
}
.inppsp-sw .swiper-slide:hover span{
	color: white;
	background-color: #F4B4D0;
}
.inpro .swiper-button-next, .inpro .swiper-button-prev {
    top: 55%;
    width: 19px;
    height: 35px;
    margin-top: -22px;
    -moz-background-size: 19px 35px;
    -webkit-background-size: 19px 35px;
    background-size: 19px 35px;
    outline: none;
}
.inpro .swiper-button-prev, .inpro .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/index/lbll.png);
    left: 0;
}
.inpro .swiper-button-next, .inpro .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/index/lbrr.png);
    right: 0;
}
.inpro-move{
	text-align: center;
	margin-top: 38px;
}
.inpro-move a{
	background-color: #E39CA0;
	font-size: 16px;
	display: inline-block;
	padding: 10px 30px;
	border-radius: 20px;
	color: white;
}
/*首页关于*/
.inabo{
	background: url(../images/index/inabo-bj.jpg) no-repeat center center;
	height: 710px;
	min-width: 1200px;
	padding: 73px 0;
}
.inabo-imp{
	margin-right: 56px;
	width: 568px;
	height: 566px;
	background: url(../images/index/inabo-tex.png) no-repeat center center;
	padding: 120px 30px 20px;
	text-align: center;
	float: right;
}
.inabo-imp p{
	    margin-bottom: 0px;
    font-size: 15px;
    color: white;
    line-height: 30px;
}
.inabo-imp a{
	font-size: 16px;
	color: #E39CA0;
	background-color: white;
	padding: 15px 30px;
    border-radius: 25px;
}
/*首页新闻*/
.innews{
	padding: 56px 0;
}
.innews-til{
	text-align: center;
	margin-bottom: 45px;
}
.innews ul li{
	width: 372px;
	float: left;
}
.innews ul li:nth-of-type(3n+2){
	margin: 0 42px;
}
.innews ul li p{
	width: 100%;
	height: 228px;
	margin: 0;
}
.innews ul li p img{
	width: 100%;
	height: 100%;
}
.innews ul li div{
	background-color: #F4F4F4;
	padding: 20px;
    padding-right: 10px;
    transition: all 0.3s;
}
.innews ul li div h5{
	font-size: 12px;
	color: black;
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
}
.innews ul li div span{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #777777;
}
.innews ul li a:hover div{
	background-color: #F4B4D0;
}
.innews ul li a:hover div h5{
	color: white;
}
.innews ul li a:hover div span{
	color: white;
}
/*脚部*/
footer{
	border-top:16px solid #F4B4D0;
	background-color: #E39CA0;
	padding: 25px 0 15px;
	min-width: 1200px;
}
footer a,footer a:hover,footer a:valid,footer a:active{
    color: #fff;
}
footer>div>a{
	display: inline-block;
}
footer>div>a img{
	width: 161px;
	height: 165px;
}
.foot-imp{
	float: right;
	width: 915px;
}
.foot-nav ul{
	display: flex;
	justify-content: space-between;
	margin-bottom: 32px;
}
.foot-nav ul li{
	display: inline-block;
}
.foot-nav ul li:not(:first-child){
	margin-left: 20px;
}
.foot-nav ul li a{
	color: white;
	font-size: 16px;
}
.foot-nav ul li a:hover{
	color: #F4B4D0;
}
.foot-thbox ul{
	float: left;
	font-size: 14px;
	color: white;
}
.foot-thbox ul li{
	margin-bottom: 21px;max-width: 455px;
}
.foot-ff{
	float: left;
	margin-left: 30px;
}
.foot-ff span{
	display: block;
	text-align: right;
	color: white;
	margin-bottom: 15px;
}
.foot-ff a{
	margin-left: 15px;
}
.foot-ff a img{
	width: 33px;
	height: 33px;
}
.foot-erwei{
	float: right;
}
.foot-erwei span{
	display: inline-block;
	width: 112px;
	height: 112px;
	background-color: white;
}
.foot-erwei span:last-of-type{
	margin-left: 20px;
}
.foot-erwei span img{
	width: 100%;
	height: 100%;
}

/*关于我们页面*/
.oth-box{
	padding-bottom: 60px;
}
.oth-topimg{
	min-width: 1200px;
	margin-bottom: 54px;
}
.oth-topimg img{
	width: 100%;
}
.oth-til{
	text-align: center;
	margin-bottom: 40px;
}
.abo-box{
	text-align: center;
}
.abo-box p{
	font-size: 17px;
	color: #777777;
	line-height: 40px;
	margin: 0;
}
.abo-box span{
	color: #E39CA0;
	font-weight: bold;
	font-size: 16px;
	line-height: 40px;
	display: block;
	margin-bottom: 10px;
}
.abo-box img{
	max-width: 100%;
}
/*产品页面*/
.oth-chage{
	margin-bottom: 42px;
	text-align: center;
}
.oth-chage span{
	display: inline-block;
	margin: 0 10px;
}
.oth-chage a{
	display: block;
	color: #777777;
	background-color: #F4F4F4;
	border-radius: 30px;
	padding: 8px 32px 6px;
	font-size: 16px;
}
.oth-chage .oth-chgact a{
	background-color: #E39CA0;
	color: white;
}
.pro-box>ul li{
	float: left;
	margin-left: 26px;
	margin-bottom: 26px;
	width: 280px;
}
.pro-box>ul li:nth-of-type(4n+1){
	margin-left: 0;
}
.pro-box>ul li p{
	width: 280px;
	height: 232px;
	margin: 0;
}
.pro-box>ul li p img{
	width: 100%;
	height: 100%;
}
.pro-box>ul li div{
	padding: 12px 10px 8px;
	color: #676767;
	background-color: #FFF5F9;
	text-align: center;
	font-size: 16px;
	transition: all 0.3s;
}
.pro-box>ul li a:hover div{
	color: white;
	background-color: #F69AC2;
}
.pro-box>ul li div h4{
	margin: 0;
	margin-bottom: 10px;
	font-size: 16px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pro-box>ul li div span{
	display: block;
}
.fenye{
	margin-top: 40px;
}
.fenye ul{
	text-align: center;
}
.fenye ul li{
	display: inline-block;
	margin: 0 3px;
}
.fenye ul li a{
	display: block;
	padding: 4px 10px;
	font-size: 16px;
	color: #333333;
}
.fenye ul .fenyeact a{
	background-color: #E39CA0;
	color: white;
}
/*产品内页*/
.insw1{
	float: left;
	width: 398px;
	height: 330px;
}
.insw1 .swiper-slide img{
	width: 100%;
	height: 100%;
}
.insw1 .swiper-button-next, .insw1 .swiper-button-prev {
    width: 31px;
    height: 31px;
    -moz-background-size: 31px;
    -webkit-background-size: 31px;
    background-size: 31px;
}
.insw1 .swiper-button-prev, .insw1 .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/others/pro-ll.png);
    left: 0;
}
.insw1 .swiper-button-next, .insw1 .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/others/pro-rr.png);
    right: 0;
}
.pro-de-toptex{
	margin-left: 460px;
}
.pro-de-toptex ul li{
	font-size: 18px;
	color: #777777;
	margin-bottom: 25px;
}
.pro-de-toptex ul li:first-of-type{
	font-size: 30px;
	color: #E39CA0;
	margin-bottom: 30px;
	font-weight: bold;
}
.pro-de-toptex ul li span{
	font-size: 24px;
	color: #E39CA0;
	font-weight: bold;
}
.prode-botbox{
	margin-top: 70px;
	min-height: 400px;
}
.prode-chage{
	background-color: #F4F4F4;
	height: 50px;
}
.prode-chage span{
	display: inline-block;
	line-height: 50px;
	font-size: 20px;
	padding: 0 20px;
	color: #777777;
	cursor: pointer;
}
.prode-chage .prode-chgact{
	background-color: #F69AC2;
	color: white;
}
.prode-inte{
	padding-top: 35px;
}
.prode-inte p{
	font-size: 16px;
	color: #777777;
	line-height: 45px;
}
.prode-onte{
	display: none;
	padding-top: 35px;
	line-height: 40px;
	font-size: 16px;
	color: #777777;
}

/*新闻页面*/
.news-box>ul li{
	width: 372px;
	margin-bottom: 40px;
	float: left;
}
.news-box>ul li:nth-of-type(3n+2){
	margin: 0 42px;
}
.news-box>ul li p{
	width: 100%;
	height: 228px;
	margin: 0;
}
.news-box>ul li p img{
	width: 100%;
	height: 100%;
}
.news-box>ul li div{
	background-color: #F4F4F4;
	padding: 20px;
    padding-right: 10px;
    transition: all 0.3s;
}
.news-box>ul li div h5{
	font-size: 12px;
	color: black;
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
}
.news-box>ul li div span{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #777777;
}
.news-box>ul li a:hover div{
	background-color: #F4B4D0;
}
.news-box>ul li a:hover div h5{
	color: white;
}
.news-box>ul li a:hover div span{
	color: white;
}
/*新闻内页*/
.newsdes-text{
	width: 100%;
}
.newsdes-text>.newsde-til{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #F4B4D0;
}
.newsdes-text>.newsde-til span{
	display: block;
	width: 57px;
	height: 3px;
	margin-top: 15px;
	background-color: #E39CA0;
	margin-left: auto;
	margin-right: auto;
}
.newsdes-text>.news-tilbot{
	text-align: center;
	color: #999999;
	margin-bottom: 20px;
	font-size: 15px;
	border-bottom: 1px solid gainsboro;
    padding-bottom: 18px;
}
.newsdes-text>.news-tilbot a{
	color: #E39CA0;
}
.newsde-text{
	margin-bottom: 40px;
}
.newsde-text p{
	font-size: 16px;
	line-height: 30px;
	color: #777777;
	margin-bottom: 20px;
	text-align: justify;
}
.newsde-text p span{
	display: block;
	font-weight: bold;
}
.newsde-text img{
	width: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.jumptil{
	margin-bottom: 30px;
}
.jumptil span{
	display: block;
	margin-bottom: 12px;
	font-size: 15.5px;
}
.jumptil span a{
	color: #666666;
}
.jumptil span a:hover{
	color: #B1604D;
}
.move-newsde{
	padding: 20px 25px;
	border: 1px solid #CCCCCC;
	margin-bottom: 45px;
}
.moven-til{
	border-left: 3px solid #E39CA0;
	padding: 3px 8px;
	font-size: 20px;
	margin-bottom: 18px;
}
.moven-text{
	border-top: 1px solid #CCCCCC;
	padding-top: 25px;
	display: flex;
}
.moven-text ul{
	min-width: 500px;
	margin-right: 30px;
	color: #E39CA0;
	line-height: 28px;
	list-style-type: disc;
	list-style-position: inside;
	width: 100%;
}
.moven-text ul li{
	width: 50%;
	float: left;
}
.moven-text ul li a{
	color: #666666;
	font-size: 15.5px;
}

/*代理商合作*/
.hezuo-box{
	width: 736px;
	margin: 0 auto;
}
.hezuo-top{
	color: #E39CA0;
	font-size: 16px;
	text-align: right;
	margin-bottom: 10px;
}
.hezuo-box form div{
	width: 350px;
	font-size: 16px;
}
.hezuo-fleft{
	float: left;
}
.hezuo-fleft input{
	width: 100%;
	height: 50px;
	background-color: #F4F4F4;
	border-radius: 6px;
    margin-bottom: 25px;
	border: none;
	padding-left: 12px;
	outline: none;
}
.hezuo-fleft select{
	width: 100%;
	height: 50px;
	background-color: #F4F4F4;
	border-radius: 6px;
    margin-bottom: 25px;
	padding-left: 10px;
	outline: none;
	border: none;
	    color: #757575;
}
.hezuo-fright{
	float: right;
}
.hezuo-fright textarea{
	width: 100%;
	height: 194px;
	background-color: #F4F4F4;
	border-radius: 6px;
    margin-bottom: 25px;
	outline: none;
	border: none;
	padding-top: 10px;
	padding-left: 12px;
}
.hezuo-fright input{
	background-color: #E39CA0;
	border: none;
	color: white;
	width: 100%;
	height: 50px;
	border-radius: 6px;
	outline: none;
}
/*留言*/
.liuyan-box form{
	text-align: center;
}
.liuyan-box form div input{
	margin-bottom: 30px;
}
.liuyan-box form div textarea{
	height: 209px;
}
.liuyan-box form input[type=submit]{
	    background-color: #E39CA0;
    border: none;
    color: white;
    width: 180px;
    height: 50px;
    border-radius: 6px;
    outline: none;
    font-size: 16px;
}

/*联系我们*/
.cont-text{
	display: inline-block;
}
.cont-text div{
	font-size: 20px;
	font-weight: bold;
	color: #E39CA0;
	margin-bottom: 38px;
}
.cont-text ul li{
	font-size: 16px;
	color: #999999;
	margin-bottom: 35px;max-width:490px;
}
.cont-text ul li span{
	font-size: 20px;
	color: #333333;
	display: block;
	margin-top: 4px;
}
.cont-map{
	width: 582px;
	height: 328px;
	float: right;
}
.cont-map img{
	width: 100%;
	height: 100%;
}

/*启动页*/
.open-box{
	background-image: url(../images/others/open-bj.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 1080px;
	min-width: 1200px;
	text-align: center;
	    padding-top: 200px;
    background-position: center;
}
.open-box img{
	max-width: 100%;
}
.jump-box{
	margin-top: 42px;
}
.jump-box a{
	margin: 0 240px;
}
