* {
	box-sizing: border-box;
}


/*首页*/
.section_hd {
	border-bottom: 1px solid #eee;
	position: relative;
	line-height: 35px;
	padding-left: 20px;
	padding-bottom: 15px;
	margin: 40px 0;
}

.section_hd::before {
	content: "";
	display: block;
	height: 70px;
	width: 2px;
	background: #0165BA;
	position: absolute;
	left: 0;
	top: 0;
}

.section_hd .en {
	color: #0165ba;
	font-size: 24px;
	letter-spacing: 2px;
	font-weight: lighter;
}

.section_hd .txt {
	color: #0165ba;
	font-size: 36px;
}

.index-section-1 .item_img_r,
.index-section-1 .item_img_l {
	background: #eff1f4;
	margin-bottom: 50px;
}

.index-section-1 .textbox {
	width: 510px;
	padding: 60px 20px;
	box-sizing: border-box;
}

.index-section-1 .textbox .title {
	background: #0165ba;
	color: #fff;
	padding: 4px 15px;
	font-size: 20px;
	display: inline-block;
	margin-bottom: 30px;
}

.index-section-1 .textbox .desc {
	font-size: 18px;
	line-height: 1.8;
}

.index-section-1 .textbox .desc p.c_blue {
	margin-top: 20px;
	text-indent: 2em;
}

.index-section-1 .imgbox {
	width: 690px;
	overflow: hidden;
}

.index-section-1 .index-section-r .imgbox {
	height: 446px;
}

.index-section-1 .index-section-1 .imgbox {
	height: 728px;
}

.index-section-1 .imgbox img {
	width: 100%;
	height: 100%;
	-webkit-transition: transform 1s;
	-moz-transition: transform 1s;
	-o-transition: transform 1s;
	transition: -webkit-transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
}

.index-section-1 .imgbox:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.index-section .bigimg {
	width: 100%;
	height: 100%;
}

.index-section-3 {
	/* margin-bottom: 60px; */
}

/*商城*/
.hotpro {
	margin: 100px 0;
}
.hotpro .textbox{
	width: 720px;
	padding:100px 0;
}
.hotpro .imgbox {
	width: 480px;
	height: 480px;
	border: 1px solid #eee;
	overflow: hidden;
}

.hotpro .imgbox img {
	width: 100%;
	height: 100%;
	-webkit-transition: transform 1s;
	-moz-transition: transform 1s;
	-o-transition: transform 1s;
	transition: -webkit-transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
}
.hotpro .imgbox:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.hotpro .title{ font-size: 70px;}
.hotpro .desc{ font-size: 24px; line-height: 1.8; width: 440px; margin-top: 50px;}
.prolist .hd{
	text-align: center;
	margin-bottom: 30px;
}
.prolist .hd .en{
	font-size: 24px; color: #333;
}
.prolist .hd .txt{
	font-size: 30px; color: #0165ba;
	font-weight: bold;
}
.prolist .hd .txt i{
	font-weight: normal;
	margin: 0 10px;
	font-style: normal;
}
.prolist .bigimg{
	margin-bottom: 60px;
}
.prolist .bigimg img{
	width: 100%;
}
.prolist .list{ margin-right: -30px;}
.prolist .list .product-item{
	width: 33.33%;
	float: left;
	margin-bottom: 30px;
}
.product-item .product{
	margin-right: 30px;
}
.product .imgbox{ overflow: hidden; border: 1px solid #eee;}
.product .imgbox img{
	width: 100%;
	-webkit-transition: transform 1s;
	-moz-transition: transform 1s;
	-o-transition: transform 1s;
	transition: -webkit-transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
}
.product .textbox{
	text-align: center;
	font-size: 20px;margin-top: 20px;
	line-height: 1.5;
}
.product .imgbox:hover img{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.list .layui-flow-more{
	width: 100%; float: left; margin-bottom: 20px;
}
/*关于我们*/
.aboutCon{
	font-size: 20px;
	line-height: 1.8;
}
.aboutCon p{
	text-indent: 2em;
	margin-bottom: 15px;
}
.aboutCon .imgbox{
	margin: 0 0 40px 40px;
	width: 413px; height: 195px;
	overflow: hidden;
}
.aboutCon .imgbox img{
	width: 100%;
	height: 100%;
	-webkit-transition: transform 1s;
	-moz-transition: transform 1s;
	-o-transition: transform 1s;
	transition: -webkit-transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
}
.aboutCon .imgbox:hover img{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

