*{
	padding: 0;
	margin: 0;
}
:root {
  --cydl-container-wid: 1200px;
}
html,body{
	font-family: "微软雅黑";
	position: relative;
	width: 100%;
	min-width: var(--cydl-container-wid);
	color: #333;
	background: #fff;
	box-sizing: border-box;
	font-size: 16px;
}
h1,h2,h3,h4,h5,h6{
	padding: 0;
	margin: 0;
}
ul,ol{
	list-style: none;
}
img{
	border: none;

}
a{
	text-decoration: none;
	color: #2c2c2c;
}
a:hover{
	color:#bc1528 ;

}

.amit{
	-webkit-transition: all .4s ease-in-out 0.2s;
  -moz-transition: all .4s ease-in-out 0.2s;
  -ms-transition: all .4s ease-in-out 0.2s;
  -o-transition: all .4s ease-in-out 0.2s;
  transition: all .4s ease-in-out 0.2s;
}
/*
@font-face{
	font-family: "鎬濇簮瀹嬩綋";
	src: url(../fonts/SC-BOLD.OTF);
}*/
.foot_contact{
    padding-bottom: 100px;
}
.container{
	width: var(--cydl-container-wid);
	margin: 0 auto;
	box-sizing: border-box;
}
.pageAbout{
    padding: 80px 0;
}
.index1{
	background: url(../images/bg1.jpg)no-repeat center ;
	background-size: cover;
	padding: 80px 0 325px;
}
.index1 .title{

}
.index1 .title h3{
	color: #bc1528;
	font-size: 40px;
	font-family: arial;
	text-transform: uppercase;
}
.index1 .title h4{
	font-size: 30px;
	color: #2a2a2a;
	font-weight: 40;
	line-height: 2em;
}
.index1 .title p{
	font-size: 16px;
	color: #8c8c8c;
	word-spacing: 30px;
	letter-spacing: 5px;
}
.index1 .list{
	width: 570px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: 0;
}
.index1 .list h3{
	font-size: 16px;
	color: #8c8c8c;
	font-family: arial;
	text-transform: uppercase;
	font-weight: 400;
}
.title{
    padding: 0;
}
.index1 .list h4{
	color: #2a2a2a;
	font-size: 18px;
	line-height: 2em;
	font-weight: 400;
}
.index1 .list em{
	height: 2px;
	display: block;
	width: 50px;
	background: #bc1528;
	margin-top: 10px;
}
.index1 .list .dis{
	margin-top: 25px;
	font-size: 14px;
	color: #8c8c8c;
	line-height: 2em;
}
.index1 .list .more{
	margin-top: 30px;
}
.index1 .list .more a{
	display: flex;
	width: 160px;
	height: 50px;
	background: #313131;
	color: #fff;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	margin: 0;
}
.index2{
	background: url(../images/bg2.png) no-repeat center;
	background-size: cover;
	padding: 50px 0 110px;
}
.index2 .title{
	display: flex;
	justify-content:space-between;
	align-items: center;
}
.index2 .title .left{
	display: flex;
	align-items: center;
}
.index2 .title .left h3{
	color: #bc1528;
	font-size: 40px;
	font-family: arial;
	text-transform: uppercase;
}
.index2 .title .left em{
	height: 2px;
	display: block;
	width: 50px;
	background: #bc1528;
}
.index2 .title .more a{
	color: #777777;
	font-size: 14px;
	text-transform: uppercase;
}
.index2 .title .left p{
	font-size: 25px;
	color: #282828;
	margin-left: 10px;
}
.index2 .list{
	margin-top: 80px;
}
.index2 .list ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.index2 .list ul li{
	width: 33.33%;
	box-sizing: border-box;
	padding: 10px;
}
.index2 .list ul li a{
	display: block;
	position: relative;
	overflow: hidden;width: 100%;
	height: 100%;
}
.index2 .list ul li a .img{
	overflow: hidden;
}
.index2 .list ul li a .img img{
	width: 100%;
}
.index2 .list ul li a .mo{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	background: rgba(255, 255, 255, .3);
	display: flex;
	justify-content: center;
	align-items: center;

	-webkit-transition: all .4s ease-in-out 0s;
  -moz-transition: all .4s ease-in-out 0s;
  -ms-transition: all .4s ease-in-out 0s;
  -o-transition: all .4s ease-in-out 0s;
  transition: all .4s ease-in-out 0s;
  box-sizing: border-box;
}
.index2 .list ul li a .mo p{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #dcdcdc;
	
}
.index2 .list ul li a:hover .mo p{
	
}
.index2 .list ul li a .mo p span{
	padding: 8px 20px;
	border-radius: 20px;
	background: #fff;
	color: #777777;
	font-size: 16px;
}
.index2 .list ul li a:hover .mo p span{
	background: #bc241c;
	color: #fff;
}
.index2 .list ul li a:hover .mo{
	padding: 20px;
	box-sizing: border-box;
	background: none;
	-webkit-transition: all .4s ease-in-out 0s;
  -moz-transition: all .4s ease-in-out 0s;
  -ms-transition: all .4s ease-in-out 0s;
  -o-transition: all .4s ease-in-out 0s;
  transition: all .4s ease-in-out 0s;
}
.index3{
	background: url(../images/bg3.png) no-repeat center;
	background-size: cover;
	padding: 110px 0;
}
.index3 .title{
	display: flex;
	justify-content:space-between;
	align-items: center;
}
.index3 .title .left{
	display: flex;
	align-items: center;
}
.index3 .title .left h3{
	color: #bc1528;
	font-size: 40px;
	font-family: arial;
	text-transform: uppercase;
}
.index3 .title .left em{
	height: 2px;
	display: block;
	width: 50px;
	background: #bc1528;
}
.index3 .title .more a{
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}
.index3 .title .left p{
	font-size: 25px;
	color: #fff;
	margin-left: 10px;
}
.index3 .pageTitle{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 95px 0;
}
.index3 .pageTitle .text{
	width: 340px;
	box-sizing: border-box;
	text-align: center;
}
.index3 .pageTitle .text h3{
	color: #ffffff;
	font-size: 25px;
	font-weight: 400;
}
.index3 .pageTitle .text p{
	font-size: 20px;
	color: #fff;
}
.index3 .pageTitle span{
	width: 265px;
	height: 1px;
	background: #777;
}
.index3 .list ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.index3 .list ul li{
	padding: 0 15px;
}
.index3 .list ul li a .icon{
	width: 130px;
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #fff;
	border-radius: 50%;
}
.index3 .list ul li a p{
	margin-top: 20px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.index3 .list ul li a:hover .icon{
	background: #9b1625;
	border: 1px solid #9b1625;
}
.index4{
	background: url(../images/bg4.jpg) no-repeat center;
	background-size: cover;
	padding: 80px 0;
}
.index4 .title{
	display: flex;
	justify-content:space-between;
	align-items: center;
}
.index4 .title .left{
	display: flex;
	align-items: center;
}
.index4 .title .left h3{
	color: #bc1528;
	font-size: 40px;
	font-family: arial;
	text-transform: uppercase;
}
.index4 .title .left em{
	height: 2px;
	display: block;
	width: 50px;
	background: #bc1528;
}
.index4 .title .more a{
	color: #777;
	font-size: 14px;
	text-transform: uppercase;
}
.index4 .title .left p{
	font-size: 25px;
	color: #2b2b2b;
	margin-left: 10px;
}
.index4 .title .right{

}
.index4 .title .right ul{
	display: flex;
}
.index4 .title .right ul li{
	padding-left: 25px;
	text-transform: uppercase;
}
.index4 .list{
	padding-top: 80px;
	display: flex;
	justify-content: space-between;
}
.index4 .list .left{
	width: 700px;
	box-sizing: border-box;
}
.index4 .list .left a .img{
	overflow: hidden;
}
.index4 .list .left a .img img{
	width: 100%;
	-webkit-transition: all .4s ease-in-out 0s;
  -moz-transition: all .4s ease-in-out 0s;
  -ms-transition: all .4s ease-in-out 0s;
  -o-transition: all .4s ease-in-out 0s;
  transition: all .4s ease-in-out 0s;

}
.index4 .list .left a:hover .img img{
	transform: scale(1.1);
	-webkit-transition: all .4s ease-in-out 0s;
  -moz-transition: all .4s ease-in-out 0s;
  -ms-transition: all .4s ease-in-out 0s;
  -o-transition: all .4s ease-in-out 0s;
  transition: all .4s ease-in-out 0s;
}
.index4 .list .left a .text{
	padding-top: 10px;
}
.index4 .list .left a h3{
	font-size: 20px;
	line-height: 2em;
}
.index4 .list .left a p{
	font-size: 14px;
	color: #666;
}
.index4 .list .right{
	width: 430px;
	box-sizing: border-box;
	padding-left: 70px;
	border-left: 1px solid #dcdcdc;
}
.index4 .list .right ul li{
}
.index4 .list .right ul li a{

}
.index4 .list .right ul li a .img{
	overflow: hidden;
}
.index4 .list .right ul li a .img img{
	width: 100%;
	-webkit-transition: all .4s ease-in-out 0s;
  -moz-transition: all .4s ease-in-out 0s;
  -ms-transition: all .4s ease-in-out 0s;
  -o-transition: all .4s ease-in-out 0s;
  transition: all .4s ease-in-out 0s;
}
.index4 .list .right ul li a:hover .img img{
	transform: scale(1.1);
	-webkit-transition: all .4s ease-in-out 0s;
  -moz-transition: all .4s ease-in-out 0s;
  -ms-transition: all .4s ease-in-out 0s;
  -o-transition: all .4s ease-in-out 0s;
  transition: all .4s ease-in-out 0s;
}
.index4 .list .right ul li a h3{
	font-size: 16px;
	line-height: 2em;
	font-weight: 400;
	padding: 10px 0;
}
.index4 .bottom{
	padding-top: 50px;
}
.index4 .bottom ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index4 .bottom ul li{
	box-sizing: border-box;
	padding-right: 25px;
}
.index4 .bottom ul li a h3{
	font-size: 16px;
	line-height: 2em;
}
.index4 .bottom ul li a p{
	font-size: 14px;
	color: #666;
}
.index5{
	background: #181818;
}
.index5 .footerNav{
	border-bottom:1px solid #232323;
}
.index5 .footerNav ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index5 .footerNav ul li{
	padding: 15px 0;
}
.index5 .footerNav ul li a{

}
.index5 .footerNav ul li a span{
	display: block;
	font-size: 14px;
	color: #ffffff;
}
.index5 .footerNav ul li a i{
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #181818;
	margin: 5px auto;
}
.index5 .footerNav ul li a:hover i{
	background: #fff;
}
.index5  .text{
	display: flex;
	justify-content: space-between;
	padding-top: 100px;
	padding-bottom: 80px;
}
.index5  .text .one{
	width: 370px;
	box-sizing: border-box;
}
.index5  .text .one .form{
	display: flex;
	padding-top: 40px;
}
.index5  .text .one .form input{
	width: 300px;
	height: 50px;
	background: #fff;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	padding: 0 10px;
}
.index5  .text .one .form button{
	width: 65px;
	height: 50px;
	color: #fff;
	font-size: 14px;
	background: #bc1528;
	border: none;
	box-sizing: border-box;
}
.index5  .text .two{
	width: 460px;
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 2em;
}
.index5  .text .two h3{
	font-size: 16px;
	font-weight: 400;
}
.index5  .text .three{
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 2em;
}
.copy{
	background: #181818;
	border-top: 1px solid #232323;
}
.copy .container{
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
}
.copy .container .left{
	font-size: 14px;
	color: #a5a5a5;
}
.copy .container .right{
	font-size: 14px;
	color: #a5a5a5;
}
.copy .container .right a{
	color: #a5a5a5;
}
.pageLocation{
	background: #f3f3f3;
}
.pageLocation .container{
	display: flex;
	height: 90px;
	color: #959595;
	font-size: 14px;
	align-items: center;
}
.pageLocation .container a{
	color: #959595;
}
.pageProduct{
	padding-top: 80px;
}
.pageProduct .sidebar{

}
.pageProduct .sidebar .column{
	padding-bottom: 20px;
	border-bottom: 1px solid #dcdcdc;
}

.pageProduct .sidebar .column ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pageProduct .sidebar .column ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 45px;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	color: #ababab;
	font-size: 14px;
}
.pageProduct .sidebar .column ul li a:hover,.pageProduct .sidebar .column ul li.active a{
	background: #bc241c;
	color: #fff;
	border: 1px solid #bc241c;
}
.pageProduct .sidebar .sub{
	
}
.pageProduct .sidebar .sub .item{
	display: none;	
}
.pageProduct .sidebar .sub .item.active{
	display: block;
}
.pageProduct .sidebar .sub .item ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.pageProduct .sidebar .sub .item ul li{
	padding: 0 15px;
}
.pageProduct .sidebar .sub .item ul li a{
	padding: 20px 0;
	display: flex;
	color: #ababab;
	font-size: 14px;
}
.pageProduct .sidebar .sub .item ul li a:hover,.pageProduct .sidebar .sub .item ul li.active a{
	background: url(../images/xia.png) no-repeat center top;
	color: #bc241c;
}
.pageProduct .list{
	
}
.pageProduct .list ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
	box-sizing: border-box;
}
.pageProduct .list ul li{
	width: 33.333%;
	box-sizing: border-box;
	padding: 15px;
}
.pageProduct .list ul li a .img{
	overflow: hidden;
	border: 1px solid  #dbdbdb;
}
.pageProduct .list ul li a .img img{
	width: 100%;
	display:flex;
	-webkit-transition: all .4s ease-in-out 0s;
  -moz-transition: all .4s ease-in-out 0s;
  -ms-transition: all .4s ease-in-out 0s;
  -o-transition: all .4s ease-in-out 0s;
  transition: all .4s ease-in-out 0s;
}
.pageProduct .list ul li a:hover .img img{
    transform: scale(1.1);
    -webkit-transition: all .4s ease-in-out 0s;
  -moz-transition: all .4s ease-in-out 0s;
  -ms-transition: all .4s ease-in-out 0s;
  -o-transition: all .4s ease-in-out 0s;
  transition: all .4s ease-in-out 0s;
} 
.pageProduct .list ul li a .text{
	background: #fff;
	padding: 10px 0;
	text-align: center;
}
.pageProduct .list ul li a .text h3{
	color: #505050;
	font-size: 16px;
	font-weight: 400;
	line-height: 2em;
}
.pageProduct .list ul li a .text p{
	font-size: 14px;
	color: #ababab;
	line-height: 2em;
}
.pageProduct .list ul li a:hover .text{
	background: #505050;
}
.pageProduct .list ul li a:hover .text h3{
	color: #fff;
}
.pageProduct .list ul li a:hover .text p{
	color: #ababab;
}
.pages{
	text-align: center;
	padding: 35px 0px;
}
.pages ul{
	display: flex;
	justify-content: center;
}
 .pages ul li{
	padding: 0 5px;
}
 .pages ul li a,.pages ul li span{
	padding: 5px 8px;
	border: 1px solid #dcdcdc;
	display: block;
}
.pages ul li.active a,.pages ul li.active span,.pages ul li:hover a{
	background: #505050; 
	color: #fff;
	border: 1px solid #505050;
}
.productShow{
	padding-top: 80px;
	padding-bottom: 80px;
}
.productShow .top{
	display: flex;
	justify-content: space-between;
}
.productShow .top .left{
	width: 600px;
	box-sizing: border-box;
}
.productShow .top .left img{
    display: flex;
}
.productShow .top .left .images{
	overflow: hidden;
	border: 1px solid #dbdbdb;
}
.productShow .top .left .images img{
	width: 100%;
}
.productShow .top .right{
	width: 520px;
	box-sizing: border-box;
} 
.productShow .top .right p{
	color: #2c2c2c;
	line-height: 4em;
	border-bottom: 1px solid #dcdcdc;
	display: flex;
}
.productShow .top .right p:last-child{
	border-bottom: none;
}
.productShow .top .right p span{
	padding-top: 10px;
}
.productShow .top .left .thum{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	overflow: hidden;
	padding-top: 20px;
}
.productShow .top .left .thum div{
	position: static;
	margin: 0;
}
.productShow .top .left .thum div.swiper-button-white{
	color: #b6b4b5;
	--swiper-navigation-size: 24px;
	height: 100px;
	width: 35px;
	border: 1px solid  #dcdcdc;
}
.productShow .top .left .thum div.gallery-thumbs{
	width: calc(100% - 60px);
}
.productShow .top .left .thum div.gallery-thumbs img{
	width: 100%;
}
.productShow .top .left .thum div.gallery-thumbs .swiper-slide{
	box-sizing: border-box;
	border: 2px solid #dbdbdb;
	overflow: hidden;
	
}
.productShow .top .left .thum div.gallery-thumbs .swiper-slide.swiper-slide-thumb-active{
	border: 2px solid #bc241c;
}
.productShow .content{
	padding-top: 80px;
} 
.productShow .content .title{
	font-size: 16px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dcdcdc;
}
.productShow .content .text{
	font-size: 16px;
	line-height: 2em;
	padding: 25px 0;
}
.productShow .content .text img{
	display: inline-block;
}
.msg{
	background: url(../images/bg5.jpg) no-repeat center;
	background-size: cover;
	padding: 80px 0;
}
.msg .title{
    font-size: 20px;
    color: #2b2b2b;
    line-height: 2em;
    margin-bottom: 30px;
}
.msg .group{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.msg .group input{
	width: 31%;
	box-sizing: border-box;
	border: none;
	background: #fff;
	padding: 0 10px;
	height: 50px;
}
.msg .text{
	margin-top: 20px;
}
.msg .text textarea{
	width: 100%;
	border: none;
	background: #fff;
	padding:10px;
	height: 180px;
	box-sizing: border-box;
}
.msg .but{
	margin-top: 20px;
	display: flex;
}
.msg .but button{
	width: 250px;
	height: 50px;
	background: #fff;
	color: #8c8c8c;
	border: none;
}
.msg .but button:last-child{
	background: #bc1528;
	color: #fff;
	margin-left: 25px;
}