*{margin: 0px;border: 0px;padding: 0px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
li{list-style: none; }
a{display:block;text-decoration: none;width: 100%;height: 100%; color: inherit;}
img{max-width: 100%;max-height: 100%; display: block;}
.cle:after {content: ""; display: block; height:0; clear:both; visibility:hidden;}
html{font-size: 10px;}
body{width: 100%; font-family: 'Microsoft YaHei'; color: #fff; overflow-x: hidden; background: #fff;}
h1,h2,h3,h4,h5,h6{font-weight: normal;}
.fl{float: left;}
.fr{float: right;}
/*头部*/
.header{
	width: 100%;
	height: 140px;
	background: #3d70db;
}
.header .huanying{
	width: 1100px;
	margin: 0 auto;
	line-height: 40px;
	font-size: 1.2rem;
	color: #fff;
	text-align: right;
}
.header .bei{
	width: 100%;
	height: 100px;
	background: #1c315d;
}
.header .bei .topnav{
	width: 1100px;
	margin: 0 auto;
	height: 100%;
}
.header .bei .topnav .logo{
	width: auto;
	height: 140px;
	float: left;
	margin-top: -40px;
}
.header .bei .topnav .logo img{
	height: 100%;
}
.header .bei .topnav li{
	float: left;
	width: 150px;
	height: 100%;
	border-right: solid 1px #394761;
	text-align: center;
	text-transform: uppercase;
}
.header .bei .topnav li:nth-child(4){
	/*width: 180px;*/
}
.header .bei .topnav li a{
	color: #fff;
	padding: 30px 0;
}
.header .bei .topnav li p{
	line-height: 30px;
	font-size: 1.4rem;
}
.header .bei .topnav li:hover{
	background: #e60012;
}
/*轮播图*/
.lunbo{
	width: 100%;
}
.lunbo ul li span{
	opacity: 1;
	position: absolute;
	top: 35%;
	left: 70%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	transition: all 4s;
}
.lunbo ul li.li-active span{
	opacity: 1;
}
/*分页器*/
.fenyiqi{
	width: 100%;
	height: 360px;
	background: url(../img/lunboxia.png) bottom center no-repeat;
	margin-top: -260px;
	position: relative;
	z-index: 10;
}
.fenyiqi .fenyiqi1{
	width: 800px;
	margin: 0 auto;
	text-align: right;
}
.fenyiqi .fenyiqi1 span{
	width: 16px;
	height: 16px;
	background: #808080;
	margin-right: 15px;
	opacity: 1;
}
.fenyiqi .fenyiqi1 .swiper-pagination-bullet-active{
	background: #e60012;
}
/*关于纽奇*/
.shouabout{
	width: 1100px;
	height: 700px;
	margin: -140px auto 0;
	padding-top: 30px;
	text-align: center;
	background: url(../img/about1.png) bottom center no-repeat;
	position: relative;
	z-index: 10;
}
shouabout::-moz-selection{
	color: #e60012;
}
.shouabout .aboutlogo{
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	 -moz-transform: translateX(-50%);
	 -ms-transform: translateX(-50%);
	 -o-transform: translateX(-50%);
	 transform: translateX(-50%); 
	width: 215px;
	height: 35px;
	margin: 0 auto;
	opacity: 0;
	transition: all 1s;
}
.shouabout h1{
	font-size: 2.4rem;
	color: #1c315d;
	width: 100%;
}

.shouabout .con{
	width: 670px;
	margin: 18px auto 0;
	border-top: dashed 1px #c9caca;
	font-size: 1.2rem;
	color: #595757;
}
.shouabout .con h2{
    width: 200px;
    background: #fff;
    margin: -12px auto 0;
    font-size: 1.6rem;
    color: #1c315d;
    padding: 2px 17px;
}
.shouabout .con p{

	width: 580px;
	margin: 0 auto;
	font-size: 1.2rem;
	color: #595757;
	line-height: 24px;
}
.shouaboutp{
	padding-top: 20px;
}
.shouabout a{
	position: absolute;
	right: 0;
	top: 50%;
	width: 160px;
	height: 40px;
	font-size: 1.6rem;
	color: #1c315d;
	text-align: left;
	border-bottom: dashed 1px #1c315d;
	font-weight: bold;
	/*background: url(../img/jiantou.png) 145px 3px no-repeat;*/
}
.shouabout a span{
	font-family: "宋体";
}
.shouabout a:hover{
	color: #e60012;
	border-bottom: dashed 1px #e60012;
}

.shouabout .con p::selection,.shouabout h1::selection,.shouabout .con h2::selection{
	color: #e60012;
}
/*我们的产品*/
.shouproduct{
	width: 100%;
	padding-top: 360px;
	padding-bottom: 80px;
	background: #e60012 url(../img/hong.png) top center no-repeat;
}
.shouproduct .con{
	width: 1100px;
	height: 520px;
	margin: 0 auto;
}
.shouproduct .con .left1{
	float: left;
	width: 300px;
	height: 100%;
	background: #fff url(../img/productlogo.png) 55px 55px no-repeat;
	border-radius: 50px;
	padding: 55px;
	position: relative;
}
.shouproduct .con .left1 h1{
	width: 100%;
	text-align: left;
	padding-top: 40px;
	font-size: 2.2rem;
	color: #1c315d;
}
.shouproduct .con .left1:hover h1{
	color: #e70a1b;
}
.shouproduct .con .left1 em{
	display: block;
	width: 160px;
	height: 2px;
	background: #1c315d;
	margin-top: 20px;
	margin-bottom: 20px;
}
.shouproduct .con .left1 p{
	font-size: 1.4rem;
	color: #1c315d;
}
.shouproduct .con .left1:hover p{
	color: #e70a1b;
}
.shouproduct .con .left1 img{
	position: absolute;
	top: 200px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.shouproduct .con .left1 span{
	display: block;
	width: 130px;
	height: 20px;
	background: url(../img/xiaolan.png) center right  no-repeat ;
	margin-top: 200px;
	font-size: 1.4rem;
	color: #1c315d;
}
.shouproduct .con .left1:hover span{
	background: url(../img/xiaohong.png) center right  no-repeat ;
	color: #e70a1b;
}
.shouproduct .con .left1 h6{
	width: 20px;
	height: 20px;
	background: url(../img/yinhao.png) center no-repeat;
	margin-top: 30px;
}
.shouproduct .con .right1{
	width: 790px;
	height: 100%;
	background: #fff;
	border-radius: 50px;
	float: right;
}
.shouproduct .con .right1 .rtop{
	width: 100%;
	height: 100px;
	border-bottom:solid 1px #dcdddd;
	position: relative;
	padding-left: 50px;
}
.shouproduct .con .right1 .rtop li{
	float: left;
	height: 100%;
	width: 245px;
	padding: 40px 40px 23px 0;
}
.shouproduct .con .right1 .rtop li:hover h6,.shouproduct .con .right1 .rtop li:hover p{
	color: #e60012;
}
.shouproduct .con .right1 .rtop a{
	
	
}
.shouproduct .con .right1 .rtop a h6{
	width: 40px;
	float: left;
	padding-right: 10px;
	line-height: 18px;
	font-size: 1.4rem;
	color: #595757;
}
.shouproduct .con .right1 .rtop a p{
	float: left;
	width: 165px;
	border-left: dashed 1px #595757;
	font-size: 1.2rem;
	color: #727171;
	padding-left: 10px;
	margin-top: 2px;
	line-height: 16px;
}
.shouproduct .con .right1 .rtop .qi{
	position: absolute;
	top: 94px;
	left: 55px;
}
.shouproduct .con .right1 .ol-fenlei{
	width: 100%; 
}
.shouproduct .con .right1 .ol-fenlei li{
	float: left;
	width: 50%;
	background: #e0e0e0;
	color: #2855b1;
	text-align: center;
	font-size: 1.8rem;
	padding: 1% 0;
	cursor: pointer;
}
.shouproduct .con .right1 .ol-fenlei .current{
	color: #fff;
	background: #2855b1;
}

.shouproduct .con .right1 .rcenter{
	width: 720px;
	height: 330px;
	margin: 30px auto 0;
	text-align: center;
	display: none;
}
.shouproduct .con .right1 .rcenter:first-child{
	display: block;
}
.shouproduct .con .right1 .rcenter ul{
	height: 300px;
}
.shouproduct .con .right1 .rcenter li{
	width: 240px;
	height: 100%;
	position: relative;
}
.shouproduct .con .right1 .rcenter li .img{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.shouproduct .con .right1 .rcenter li h1{
	position: absolute;
	top: 250px;
	font-size: 1.6rem;
	color: #221815;
	text-align: center;
	width: 100%;
}
.shouproduct .con .right1 .rcenter li p{
	position: absolute;
	top: 280px;
	font-size: 1.2rem;
	color: #727171;
	text-align: center;
	width: 100%;
}
.shouproduct .con .right1 .rcenter li:hover p,.shouproduct .con .right1 .rcenter li:hover h1{
	color: #e60012;
}
/*分页器*/
.shouproduct .con .right1 .rcenter .fenyi{
	margin: 0 auto;
	display: inline-block;
}
.shouproduct .con .right1 .rcenter .fenyi .left,.shouproduct .con .right1 .rcenter .fenyi .right{
	width: 30px;
	height: 30px;
	border: solid 1px #dcdddd;
	border-radius: 50%;
	float: left;
}
.shouproduct .con .right1 .rcenter .fenyi .left:hover,.shouproduct .con .right1 .rcenter .fenyi .right:hover{
	background-color: #dcdddd;
	cursor: pointer;
}
.shouproduct .con .right1 .rcenter .fenyi .left{
	background: url(../img/left.png)9px center no-repeat;
}
.shouproduct .con .right1 .rcenter .fenyi .right{
	background: url(../img/right.png)12px center no-repeat;
}
.shouproduct .con .right1 .rcenter .fenyi .fenyiqi1{
	margin: 12px 10px 0;
}
.shouproduct .con .right1 .rcenter .fenyi .fenyiqi1 span{
	width: 7px;
	height: 7px;
	background:#dcdddd;
	opacity: 1;
	margin: 0 5px;
	float: right;
}
.shouproduct .con .right1 .rcenter .fenyi .fenyiqi1 .swiper-pagination-bullet-active{
	background-color: #e60012;
}
.ren{
	width: 100%;
	background:url(../img/hongbai.png) top center no-repeat;
	padding-top: 200px;
}
.ren img{
	width: 1100px;
	margin: 0 auto;
}
/*友情链接*/
.link{
	width: 100%;
	height: 100px;
	background: #4777dd;
}
.link .con{
	width: 1100px;
	height: 100%;
	padding: 20px 0;
	margin: 0 auto;
}
.link .con .left2{
	width: 120px;
	height: 100%;
	border-right: dashed 1px #efefef;
	float: left;
}
.link .con .left2 h1{
	font-size: 1.8rem;
	color: #efefef;
	line-height: 40px;
}
.link .con .left3{
	float: left;
	height: 100%;
	width: 979px;
	padding-left: 20px;
}
.link .con .left3 a{
	position: relative;
	width: 260px;
	float: left;
	height: 100%;
}
.link .con .left3 a img{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*尾部*/
.footer{
	width: 100%;
	/*height: 140px;*/
	background-color: #1c315d;
}
.footer .foot{
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	padding: 20px 0 20px 0;
	color: #efefef;
}
.footer .foot .address{
	float: left;
	width: 300px;
	height: 100%;
	background:url(../img/address.png)0px 0px  no-repeat;
	border-right: solid 1px #45556f;
}
.footer .foot h1{
	font-size: 1.4rem;
	text-indent: 35px;
	// margin-bottom: 3px;
	margin-top: -3px;
}
.footer .foot h2{
	font-size: 1.2rem;
	text-indent: 35px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.footer .foot p{
	font-size: 1.6rem;
	float: left;
	width: 525px;
	font-weight: bold;
}
.ft-l{float: left;width: 160px;}
.footer .foot .contact{
	width: 420px;
	// padding-left: 20px;
	margin: 0 auto;
	border:none; 
}
.footer .contact img{display: inline-block;height: 100%;padding-right: 10px;vertical-align: bottom;}
.footer .foot .contact p{
	font-size: 1.8rem;
	letter-spacing:1px;
	line-height: 32px;
	// float: left;
}
.footer .foot .contact p span{

}
/*版权*/
.copyright{
	float: left;
	height: 100%;
	width: 390px;
	padding-top:15px;
	text-transform: uppercase;
	line-height: 20px;
	font-size: 1.2rem;
	color: #fefeff;
}
.copyright a{
	display: inline;
	color: inherit;
}
/*产品*/
.main{
	background:#fff;
	width: 100%;
	border-bottom: solid 2px #4777dd;
	text-align: center;
	margin-bottom: 100px;
	position: relative;
}
.toutu>img,.toutu{
	width: 100%;
	position: relative;
}
.toutu div{
	position: absolute;
	left: 10%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.main>img{
	margin: 60px auto 40px;
}
.main>h1{
	font-size: 2.0rem;
	color: #1c315d;
	padding-top: 100px;
}
.main .dingweipic{
	position: absolute;
	left: 80%;
	top: 10px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.main .ol{
	width: 1100px;
	margin: 60px auto 40px;
	border-bottom: solid 5px #1c315d;
}
.main .ol li{
	width: 210px;
	height: 50px;
	background: #1c315d;
	margin:0 -4px -5px;
	line-height: 50px;
	font-size: 2.0rem;
	color: #fff;
	float: left;
	border-radius: 50px 50px 0px 0px ;
	cursor: pointer;
}
.main .ol li:first-child{
	border-radius: 20px 50px 0px 0px ;
}
.main .ol .current{
	background: #e60012;
	position: relative;
	z-index: 2;
}
.main .chanpitst{
	width: 1100px;
	margin: 20px auto 20px;
	text-align: left;
	background:url(../img/dian.jpg) center 21px;
	background-repeat: repeat-x;
}
.main .chanpitst h6{
	font-size: 2.4rem;
	color: #e60012;
	font-weight: bold;
	background: #fff;
	float: left;
}
.main .chanpitst span{
	font-size: 1.4rem;
	color: #1c315d;
}
.main .canpin{
	width: 1100px;
	margin: 0 auto;
	padding-bottom: 50px;
	position: relative;
}
.main .canpin>li,.main .canpin ul{
	width: 100%;
}
.main .canpin>li{
	
	color: #000;
}
.main .canpin>li .fenleiming{
	width: 100%;
}
.main .canpin>li .fenleiming h2{
	padding: 5px 10px;
	line-height: 1;
	display: inline-block;
	text-align: center;
	font-size: 1.6rem;
	background: #e60012;
	color: #fff;
	border-radius: 10px;
	margin-bottom: 20px;
}
.main .canpin>li:first-child{
	display: block;
}
.main .canpin ul li{
	float: left;
	width: 260px;
	height: 350px;
	background: #f3f8fb;
	margin: 0 20px 25px 0;
}
.main .canpin ul li a{
	padding: 30px 20px;
}
.main .canpin ul li:nth-child(4n){
	margin-right: 0;
}
.main .canpin ul li img{
	display: inline-block;
	width: 120px;
	height: 220px;
}
.main .canpin ul li h1,.main .canpin ul li p{
	display: inline-block;
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding: 5px 0;
}
.main .canpin ul li h1{
	font-size: 1.6rem;
	color: #221815;
}
.main .canpin ul li p{
	font-size: 1.2rem;
	color: #727171;
	white-space:nowrap;
}
.main .canpin ul li:hover h1,.main .canpin ul li:hover p{
	color: #e60012;
}
.main .canpin li .jiantou{
	position: absolute;
	left: 50%;
	bottom:-32px;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #fff;
}
/*产品详细*/
.chanpinxiang{
	width: 1100px;
	margin: 20px auto;
}
.chanpinxiang .xiangxi-l{
	width: 400px;
	float: left;
	position: relative;
	margin-top: 35px;
}

.zoomMiddle{
	border: 1px solid #ccc;
	width: 400px;
	height: 400px;
	margin-bottom: 3px;
	position: relative;
}
.zoomMiddle img{
	width: 400px;
	height: 400px;
}
.mask{
	width: 200px;
	height: 200px;
	background: #abcdef;
	opacity:0.4;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.zoomSmall{
	overflow: hidden;
	width: 100%;
	height: 54px;
}
.zoomSmall span{
	float: left;
	height: 52px;
	line-height: 52px;
	width: 14px;
	text-align: center;
	border: 1px solid #ccc;
	cursor: pointer;
	color: #000;
	font-family: "宋体";
}
.zoomSmall span.disable{
	cursor: default;
	background: #ccc;
}
.wrapSmallImg{
	float: left;
	height: 54px;
	width: 370px;
	position: relative;
	overflow: hidden;
}

.wrapSmallImg ul{
	position: absolute;
	left: 0;
	top: 0;
}
.wrapSmallImg ul li{
	float: left;
	width: 50px;
	height: 54px;
	border: 1px solid #ccc;
	margin: 0 2px 2px;
	cursor: pointer;
}
.wrapSmallImg ul li.current{
	border: 2px solid orange;
}
.wrapSmallImg ul li img{
	width: 50px;
	height: 50px;
}
.zoomLarge{
	width: 400px;
	height: 400px;
	border: 1px solid #ccc;
	position: absolute;
	top: 0;
	left:420px;
	background: #fff;
	overflow: hidden;
	display:none;
}
.zoomLarge img{
	width: 800px;
	height:800px;
	position: absolute;
	left: 0;
	top: 0;
	max-width: inherit;
	max-height: inherit;
}



.chanpinxiang .xiangxi-r{
	float: right;
	width: 62%;
	padding-left: 30px;
}
.chanpinxiang .xiangxi-r h1{
	font-size: 1.8rem;
	color: #4d4d4d;
	line-height: 3;
}
.chanpinxiang .xiangxi-r table{
	width: 100%;
	border-collapse:collapse; 
	border-top: solid 1px #000; 
	border-bottom: solid 1px #000; 
	margin-top: 20px;
}
.chanpinxiang .xiangxi-r table tr{
	border-bottom: dashed 1px #000;
}
.chanpinxiang .xiangxi-r table tr td:nth-child(1){
	line-height: 1.5;
	font-size: 1.4rem;
	color: #4d4d4d;
	text-align: right;
	width: 18%;
	padding: 3% 0;
	vertical-align: top;
	font-weight: bold;
}
.chanpinxiang .xiangxi-r table tr td:nth-child(2){
	line-height: 2rem;
	font-size: 1.2rem;
	color: #4d4d4d;
	width: 80%;
	padding: 3% 0;
}
.chanpinxiang .xiangxi-r .goumai {
	width: 100%;
	padding: 3% 1% 0 0; 
}
.chanpinxiang .xiangxi-r .goumai .lij{
	float: left;
	width: 140px;
	padding: 3% 0;
	background: #e60012;
	text-align: center;
	line-height: 1;
	color: #fff;
	font-size: 1.8rem;
}
.chanpinxiang .xiangxi-r .goumai .fenxiang{
	color: #4d4d4d;
	font-size: 1.4rem;
	width: 50%;
	float: right;
	padding-top: 15px;
}
.chanpinxiang .xiangxi-r .goumai .fenxiang a{
	display: inline-block;
	width: auto;
	vertical-align: middle;
	margin: 0 1.5%;
}
.chanpin{
	border: none;
	margin-bottom: 0;
}
.chanpin .center{
	width: 1100px;
	margin: 0 auto;
}
.chanpin .center>h2{
	width: 279px;
	height: 80px;
	background: url(../img/xiangxi.png) left center no-repeat;
	margin-top: 70px;
	margin-bottom: 50px;
}
.chanpin .center>h2 span{
	display: inline-block;
	width: 200px;
	height: 45px;
	line-height: 45px;
	font-size: 2.0rem;
	color: #fff;
	float: right;
	margin-top: 34px;
	background: #e60012;
	border-radius: 0 10px 10px 0;
}
.chanpin .center .dabeij{
	width: 100%;
	padding: 2% 0;
}
.chanpin .center .dabeij img{
	display: inline-block;
	width: 100%;
}
/*关于我们*/
.about{
	width: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 250px;
}
.about .con{
	width: 1100px;
	margin: 0 auto;
}
.about .con .cons{
	width: 650px;
	float: right;
	text-align: center;
	position: relative;
}
.about .con .cons h1{
	position: absolute;
	left: 50%;
	top: -150px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	display: inline-block;
	/*margin-bottom: 50px;*/
}
.about .con .cons div{
	width: 100%;
	padding: 30px 50px ;
	border-radius: 10px 10px 0 0;
	background: rgba(28,49,93,.8);
	font-size: 1.4rem;
	color: #fff;
	text-align: left;
}
.about .con .cons div p{
	text-indent: 33px;
	line-height: 35px;
}
.about .con .cons div p::selection{
	color: #ec4d96;
}
/*联系我们*/
.conta{
	position: relative;
}
.conta>img{
	position: absolute;
	left: 100%;
	top: 0;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	/*margin-bottom: 80px;*/
}
.contactus{
	width: 1100px;
	margin: 0 auto;
	background: url(../img/contactbeij.png) center 200px  no-repeat;
	/*height: 660px;*/
	padding: 211px 14px 100px;
	margin-bottom: 50px;
}
.contactus .ditu{
	width: 100%;
	height: 360px;
	border-radius: 10px;
	margin-bottom: 10px;
}
.contactus .ditu img{
	max-width:inherit;
	max-height:inherit; 
}
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
.pop .center,.pop .bottom{
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.contactus .title{
	width: 100%;
	padding: 102px 0 0;
}
.contactus .title h1{
	font-size: 2.0rem;
	color: #1c315d;
	margin-bottom: 15px;
}
.contactus .title .tit{
	width:285px;
	margin: 0 auto;
	font-size: 1.4rem;
	color: #1c315d;
	text-align: left;
	line-height: 25px;
}
.contactus .title .tit .yicang{
	opacity: 0;
}
/*招商加盟*/
.china{
	width: 1100px;
	margin: 0 auto;
	padding: 230px 0 100px;
}
.china .tab123{
	width: 100%;
	margin: 0 auto;
	background: #e60012;
	text-align: center;
	border-radius: 10px;
}
.china .tab123 li{display: inline-block;width: 19%;font-size: 2rem; color: #fff;padding: 1.5% 0;font-weight: bold;cursor: pointer;}
.china .tab123 li.current{background: #1c315d;}
.china .tab456{padding: 10% 0; text-align: center; display: none;color: #333}
.china .tab456>li{padding:2% 0;width: 40%;margin: 0 2% 5%;background: #e60012; float: left;}
.china .tab456>li:nth-child(2n){float: right;}
.china .tab456>li h1{font-size: 2.4rem; color: #fff;}
.china .tab456>li .a{display: inline-block;padding:1.5% ;border: solid 1px #fff;color: #fff;width: 130px; margin: 5% auto 0; font-size: 1.6rem;}
.china .tab456:first-child{display: block;}
.china h6{width: 400px;margin: 5% auto;font-size: 1.8rem;color: #1c315d;background: url(../img/biao_tikuang.png) center no-repeat ;padding: 2% 0;}
.china h6 a{display: inline;}
.xiang_xi .tab456{height: 570px;width: 830px;border: solid 1px #a5a6a6;margin: 0 auto;padding: 0; font-size: 1.4rem; color: #1c315d;text-align: left; }
.xiang_xi .tab456 li{border-bottom: dashed 1px #bbbfc8; padding: 1% 0;}
.xiang_xi .tab456 li a{padding-left: 2%;background: url(../img/wenzi_dian.png) center left no-repeat ;background-size: 1%;}
.xiang_xi .tab456 .mCSB_container{padding: 2% 4%;}
.xiang_xixi .tab456 img{margin: 0 auto;}
/*.xiang_xixi .tab456 img:nth-child(2n){float: right;}*/
/*追溯*/
.lunbo2{
	width: 1100px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.lunbo2 ul li img{
	display: inline-block;
	margin-right:12px;
	margin-bottom: 15px;
}
.lunbo2 ul li img:nth-child(3n){
	margin-right: 0;
}
.fenyie div{
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
.fenyie{
	margin:50px 0 100px;
}
.fenyie .feng{
	cursor: auto;
	margin-top: 5px;
}
.fenyie .feng span{
	margin: 0 10px;
	width: 11px;
	height: 11px;
	background: #1c315d;
	opacity: 1;
}
.fenyie .feng span.swiper-pagination-bullet-active{
	background: #e60012;
}
.con_new{
	width: 420px;
    padding-top: 400px;
}
