/* 公共盒子 */
.container {
	width: 1200px;
	margin: 0 auto;
}

/* 头部 */
.location:hover .location-box {
	display: block;
}

#Chart {
	width: 800px;
	float: left;
}

.homg-price-j {
	color: #999999;
	margin-bottom: 20px;
	margin-left: 40px;
}

.discount-s {
	color: #fc1833;
}

.Chart-form {
	width: 350px !important;
	float: right;
	height: 340px;
}

.Chart-form input,
.Chart-form .btn {
	height: 40px !important;
	margin-top: 17px !important;
	line-height: 40px !important;
}

.count-down {
	font-size: 14px;
	color: #777777;
	height: 30px;
	line-height: 30px;
	display: flex;
	align-items: center;
}

.count-down span {
	margin: 0 10px;
	font-weight: bold;
	height: 30px;
	font-size: 15px !important;
	width: 30px;
	color: #fc1833 !important;
	text-align: center;
	border-radius: 50%;
	padding: 0px !important;
}

.searchBox {
	position: absolute;
	left: 50%;
	bottom: 100px;
	margin-left: -320px;
	width: 640px;
	z-index: 1;
	zoom: 1;
	border-radius: 8px;
	background: #000;
	background: rgba(0, 0, 0, 0.45) none repeat scroll 0 0 !important;
	filter: alpha(opacity=45);
	-moz-opacity: 0.45;
	padding: 24px 24px 24px;
	color: #fff;
	z-index: 10;
}

.searchBox input {
	width: 465px;
	height: 50px;
	border: none;
	float: left;
	font-size: 14px;
	padding-left: 10px;
}

.searchBox div {
	font-size: 16px;
	margin-top: 20px;
	width: 100%;
	display: inline-block;
}

.searchBox div a {
	color: #fc1833;
	margin: 0 10px;
	display: inline-block;
	font-size: 16px;
}

.searchBox button {
	width: 120px;
	height: 50px;
	cursor: pointer;
	border: none;
	float: left;
	font-size: 16px;
	background: #0665b1;
	color: #FFFFFF;
}

.location-box .list {
	margin-top: 15px;
}

.location-box li {
	width: 16.666666667%;
	float: left;
	margin-top: 10px;
}

.location-box a {
	color: #666666;
}

.location-box h2 {
	font-weight: normal;
	font-size: 14px;
	line-height: 30px;
	color: #333333;
}

.location-box .city {
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.banner .hd {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
	z-index: 999;
}

.banner .hd li {
	width: 8px;
	height: 8px;
	background: #FFFFFF;
	border-radius: 50%;
	margin-left: 5px;
	display: inline-block;
}

.banner .hd li.on {
	background: #4083ff;
}

.location-box .city a {
	margin-right: 25px;
	margin-top: 10px;
	display: inline-block;
	line-height: 25px;
}

.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	height: 74px;
	line-height: 74px;
	z-index: 999;
}

.header-a {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	animation: headera .5s;
	border: 0.5px solid rgba(0, 0, 0, 0.1);
	background-color: #FFFFFF;
}

.header-a a {
	color: #333333 !important;
}

.header-a .phone {
	color: #0665b1 !important
}

.header-a .logo {
	width: 129px !important;
	height: 44px !important;
	display: inline-block !important;
	margin-right: 22px !important;
	margin-top: 15px !important;
	background: url(../images/logo.png) !important;
	background-size: 100% 100% !important;
}

.nav-list .search {
	background: #0665b1;
	border-radius: 5px;
	padding: 5px 10px;
	text-align: center;
	color: #FFFFFF !important;
}

.header .container {
	display: flex;
}

.header .logo {
	width: 129px;
	height: 44px;
	display: inline-block;
	margin-right: 22px;
	margin-top: 15px;
	background: url(../images/logo1.png);
	background-size: 100% 100%;
}

.banner {
	width: 100%;
	height: 10%0%;
	position: relative;
}

.banner .layui-icon {
	display: none;
}

.banner:hover .layui-icon {
	display: block;
}

.banner img {
	width: 100%;
	height: 100%;
}



.banner .container {
	position: relative;
}

.layui-carousel {
	height: calc(50vh) !important;
}



.location {
	cursor: pointer;
	background: #fff;
	margin-top: 24.5px;
	width: 58px;
	padding: 0 5px;
	color: #888888;
	font-size: 12px;
	text-align: center;
	margin-right: 40px;
	height: 25px;
	line-height: 25px;
	border-radius: 60px;
	position: relative;
	border: 0.5px solid rgba(0, 0, 0, 0.1);
	background: #F9F9F9;
}

.location span {
	font-size: 12px;
	float: left;
}


.nav-list {
	width: 1050px;
	text-align: right;
}

.nav-list .phone {
	font-size: 16px;
	float: right;
	letter-spacing: 0;
	color: #FFFFFF;
}

.nav-list li {
	display: inline-block;
	margin-right: 30px;
	height: 74px;

}

.nav-list li a {
	font-size: 16px;
	cursor: pointer;
	color: #FFFFFF;
	height: 30px;
}

.nav-list li a:hover {
	color: #0665b1;
}

/* 返回顶部 */
.return-top {
	display: none;
	width: 55px;
	position: fixed;
	bottom: 22%;
	right: 0;
	border-top: 3px solid #0665b1;
	text-align: center;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	z-index: 1008;
	color: #485a75;
	background: #FFFFFF;
	box-shadow: 0 3px 13px 0 rgba(0, 0, 0, .11);

}

.return-top i {
	font-size: 23px;
}

.return-top .return-item {
	border: 0.5px solid rgba(0, 0, 0, 0.1);
	padding: 15px 0;
	width: 100%;
	position: relative;
	display: inline-block;
}

.return-top .return-item:nth-last-child(1) {
	border: none;
}

.return-top .liu {
	cursor: pointer;
}

.return-top .return-item .return-a {
	width: 120px;
	height: 40px;
	display: none;
	line-height: 40px;
	text-align: center;
	color: #FFFFFF;
	position: absolute;
	left: -113px;
	background: url(../images/bj.png);
	background-size: 100% 100%;
}

.qr-code {
	background: #FFFFFF !important;
	height: 200px !important;
	top: -50px !important;
	width: 200px !important;
	box-shadow: 0 3px 13px 0 rgba(0, 0, 0, .11);
	left: -220px !important;
	box-sizing: border-box;
	line-height: 200px !important;
}

.qr-code img {
	width: 160px;
	height: 160px;
	display: inline-block;
}

.return-top .return:nth-last-child(1) {
	border: none;
}

.return-top .return-item:hover {
	background: #282e3d;
	color: #FFFFFF;
}

.return-top .return-item p {
	margin-top: 5px;
}

.return {
	background: #FFFFFF;
	color: #485a75;
	padding: 15px 0;
	cursor: pointer;
	width: 55px;
	position: fixed;
	bottom: 14%;
	display: none;
	text-align: center;
	right: 0;
	z-index: 1009;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	margin-top: 10px;
	box-shadow: 0 3px 13px 0 rgba(0, 0, 0, .11);
}

.return i {
	font-size: 20px;
}

/* 底部 */
.footer {
	width: 100%;
	float: left;
	margin-top: 150px;
	background: #2a2a2a;
	color: #6e6f7e;
	padding-top: 40px;
}

.footer_r {
	width: 300px;
	float: right;
	text-align: right;
}

.footer_r .code {
	margin-top: 20px;
	display: inline-block;
	width: 124px;
	text-align: center;
	color: #cccccc;
	line-height: 23px;
}

.footer_r .code img {
	width: 100%;
	height: 124px;
}

.footer_l {
	width: 850px;
	padding-right: 40px;
	float: left;
}

.footer_l_t {
	border-bottom: 1px solid #393939;
	padding-bottom: 20px;
}

.footer_l_t a:nth-child(1) {
	padding-left: 0;
}

.footer_l_t a {
	color: #FFFFFF;
	font-size: 14px;
	padding: 0 20px;
	display: inline-block;
	border-right: 1px solid #393939
}

.footer_l_t a.current {
	color: #377eff;
}

.footer_l_t a:nth-last-child(1) {
	border: none !important;
}

.footer_l .address {
	padding: 20px 0;
	line-height: 30px;
	border-bottom: 1px solid #393939;
}

.footer_l .address i {
	margin-right: 5px;
}

.footer_l .link {
	padding: 35px 0 20px 0;
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #393939;
}

.footer_l .link .link_tit {
	float: left;
	height: 40px;
	margin-right: 30px;
}

.footer_l .link .link_a a {
	float: left;
	width: 14.5%;
	display: inline-block;
	margin-bottom: 15px;
	color: #6e6f7e;
}

.footer_l .link .link_a a:hover {
	color: #FFFFFF;
}

.footer_b {
	line-height: 60px;
}

.footer_b a {
	color: #6e6f7e;
}

.pub-title {
	font-size: 30px;
	position: relative;
	margin: 25px 0 80px 0;
	text-align: center;
	display: flex;
}

.titleimg{
    margin-top: 80px;
}

.titleimg img{
    width: 70px;
}

.pub-title p {
	position: absolute;
	left: 50%;
	margin-left: -15px;
	width: 30px;
	height: 3px;
	top: 50px;
	background: #0665b1;
}

.about {
	width: 1200px;
	margin-top: 80px;
	display: flex;
	align-items: center;
}

.about-text {
	flex: 1;
	padding-right: 60px;
}

.about-text h2 {
	font-size: 30px;
	font-weight: normal;
	margin: 30px 0;
}

.about-img {
	width: 577px;
	height: 382px;
	border-radius: 15px;
	background: url(../images/ban.png);
	background-size: 100% 100%;
}

.about-text p {
	margin-bottom: 20px;
	line-height: 28px;
	font-size: 14px;
	text-indent: 2em;
}

.recruit {
	width: 1200px;
	display: flex;
	background-color: #f5f5f5;
}

.recruit .left {
	height: 100%;
	width: 212px;
	padding: 21px 0 0 5px;
	background: url(../images/left.png);
	background-size: 100% 100%;
}

.recruit .left a {
	display: inline-block;
	height: 57px;
	line-height: 57px;
	background-color: transparent;
	transition: background-color .25s ease-in-out;
	text-align: left;
	text-indent: 29px;
	color: #865100;
	width: 100%;
	font-size: 18px;
	cursor: pointer;
}

.recruit .left .current {
	background-color: #FFFFFF;
}

.recruit .right {
	width: 1200px;
        margin: 0 10px 0 0;
}

.recruit .right .title {
	width: 100%;
	height: 57px;
	line-height: 57px;
	background-color: #FDF9F4;
	color: #805411;
	font-size: 18px;
	display: flex;
}

.recruit .right .title p {
	flex: 1;
	text-align: center;
}

.recruit .right li a {
	width: 100%;
	display: flex;
	align-items: center;
	height: 60px;
	line-height: 60px;
	border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
}

.recruit .right li a:hover {
	color: #0665b1;
}

.recruit .right li a:nth-last-child(1) {
	border-bottom: none
}

.recruit .right li p {
	flex: 1;
	text-align: center;
	font-size: 16px;
}

.recruit .right li .xz {
	color: #0665b1;
	font-weight: bold;
}

.product-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.product-list li {
	position: relative;
	width: 292.5px;
	cursor: pointer;
	overflow: hidden;
	text-align: center;
	align-items: center;
	padding: 80px 0;
	height: 360px;
	line-height: 30px;
	justify-content: center;
	overflow: hidden;
	margin-bottom: 10px;
	background-color: rgba(248, 248, 248, 0.9);
}

.product-list li img {
	height: 120px;
	height: 120px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.product-list li h2 {
	font-size: 20px;
	margin: 10px 0;
}

.product-list li p {
	font-size: 16px;
}

.product-list li a:hover {
	color: #0665b1;
}

/* .product-list li img:hover {
	cursor: pointer;
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.product-list li:hover h2 {
	background-color: #0665b1;
}
 */
.product-list li:nth-child(2) {
	margin: 0 10px;
}

.product-list li:nth-child(3) {
	margin-right: 10px;
}

.partner-list {
	width: 1200px;
	display: flex;
	flex-wrap: wrap;
}

.partner-list li a {
	display: inline-block;
	width: 292.5px;
	height: 140px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	overflow: hidden;
	position: relative;
}

.partner-list li h2 {
	width: 292.5px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #FFFFFF;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	padding: 10px 0;
	z-index: 99;
	-webkit-transition: all .5s;
	transition: all .5s;
	display: none;
}

.partner-list li:hover h2 {
	display: inline-block;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.partner-list li img {
	cursor: pointer;
	width: 194.5px;
	height: 94px;
	-webkit-transition: all .5s;
	margin: 23px 49px;
	transition: all .5s;
}

.partner-list li img:hover {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.partner-list li {
	margin-bottom: 10px;
	margin-right: 10px;
}

.partner-list li:nth-child(4n) {
	margin-right: 0;
}


.partner-btn {
	width: 1200px;
	margin-top: 50px;
	text-align: center;
}

.partner-btn a {
	width: 140px;
	height: 50px;
	line-height: 50px;
	border-radius: 200px;
	font-size: 16px;
	color: #0665b1;
	border: 1px solid #0665b1;
	display: inline-block;
}

.partner-btn a:hover {
	background-color: #0665b1;
	color: #FFFFFF;
}

.grade {
	display: none;
	position: absolute;
	width: 120px;
	top: 72px;
	left: 50%;
	padding-bottom: 20px;
	line-height: 30px !important;
//	margin-left: -60px;
	background-color: #FFFFFF;
}

.grade a {
	margin-top: 20px;
	text-align: center;
	display: inline-block;
	width: 120px !important;
	height: 30px !important;
	color: #333333 !important;
}

.nav-list-no li a {
	color: #333333;
}

.nav-list-no li a:hover {
	color: #0665b1;
}

.nav-list-no li.current {
	box-sizing: border-box;
	border-bottom: 2px solid #0665b1;
}

.nav-list-no li.current a {
	color: #0665b1;
}

.header-solid {
	position: fixed;
	top: 0;
	height: 74px;
	width: 100%;
	background-color: #FFFFFF;
	z-index: 99;
	border: 0.5px solid rgba(0, 0, 0, 0.1);
}

.header-solid .phone {
	color: #0665b1;
}

.about-bg {
	width: 100%;
	margin-top: 74px;
	height: 320px;
	background-size: 100% 100%;
	background-image: url(../images/12_2.jpg);
}

.header-solid .logo {
	width: 129px !important;
	height: 44px !important;
	display: inline-block !important;
	margin-right: 22px !important;
	margin-top: 15px !important;
	background: url(../images/logo.png) !important;
	background-size: 100% 100% !important;
}

.culture {
	margin: 80px 0;
	text-align: center;
	font-size: 30px;
}

.about-item {
	width: 1200px;
	display: flex;
	align-items: center;
}

.about-item .li {
	position: relative;
	text-align: center;
	background: #f7f8fa;
	height: 220px;
	display: flex;
	width: 23.5%;
	align-items: center;
	justify-content: center;
}

.about-item .li:nth-child(2) {
	margin: 0 2%;
}

.about-item .li:nth-child(3) {
	margin-right: 2%;
}

.about-item .li h2 {
	font-size: 20px;
}

.about-item .li .hover {
	position: absolute;
	top: 0;
	display: none;
	width: 100%;
	height: 220px;
	left: 0;
	padding: 10px;
	font-size: 16px;
	color: #ffffff;
	z-index: 9;

	background-color: #0665b1;
}

.about-item .li .hover div {
	border: 1px solid #FFFFFF;
	width: 100%;
	height: 100%;
}

.about-item .li .hover div p {
	width: 100%;
	line-height: 30px;
}

.about-item .li:hover .hover {
	display: block;
}

.p1 {
	padding: 80px 0;
}

.p2 {
	padding: 70px 0;
}

.p3 {
	padding: 55px 0;
}

.p4 {
	padding: 65px 0;
}

.about-title {
	margin: 80px 0;
	font-size: 28px;
}

.about-us {
	line-height: 35px;
	font-size: 15px;
}

.good-list {
	width: 1200px;
	display: flex;
	flex-wrap: wrap;
}
/*
.good-list .li {
	width: 285px;
	align-items: center;
	box-sizing: border-box;
	text-align: center;
	flex-wrap: wrap;
	margin-right: 15px;
	margin-bottom: 10px;
}
*/

.good-list .li {
	width: 285px;
	align-items: center;
	padding: 40px 20px;
	line-height: 35px;
	box-sizing: border-box;
	text-align: center;
	flex-wrap: wrap;
	margin-right: 20px;
	margin-bottom: 20px;
	box-shadow: 0 6px 14px 0 rgba(181, 196, 220, .22);
}

.good-list .li a {
	color: #0665b1;
	width: 100%;
	height: 100%;
	display: inline-block;
}

/*
.good-list .li a {
	width: 100%;
	height: 161px;
	display: inline-block;

}
*/

.good-list .li:nth-child(4n) {
	margin-right: 0;
}

.good-list .li h2 {}

.good-list .li span {
	font-size: 40px;
}

/*
.good-list .li .bg1 {
	background: url(../images/2.1.jpg);
	background-size: 100% 100%;
}

.good-list .li .bg2 {
	background: url(../images/2.2.jpg);
	background-size: 100% 100%;
}

.good-list .li .bg3 {
	background: url(../images/2.3.jpg);
	background-size: 100% 100%;
}

.good-list .li .bg4 {
	background: url(../images/2.4.jpg);
	background-size: 100% 100%;
}

.good-list .li .bg5 {
	background: url(../images/2.5.jpg);
	background-size: 100% 100%;
}

.good-list .li .bg6 {
	background: url(../images/2.6.jpg);
	background-size: 100% 100%;
}

.good-list .li .bg7 {
	background: url(../images/2.7.jpg);
	background-size: 100% 100%;
}

.good-list .li h2 {}

.good-list .li span {
	font-size: 40px;
}
*/

.news-bg {
	width: 100%;
	margin-top: 74px;
	height: 320px;
	margin-bottom: 15px;
	background-size: 100% 100%;
	background-image: url(../images/12_2.jpg);
}

.find {
	width: 1200px;
	display: flex;
	align-items: center;
}

.f-search {
	width: 450px;
	margin-top: 20px;
	margin-bottom: 40px;
	display: flex;
}

.f-search input {
	flex: 1;
	padding-left: 15px;
	height: 50px;
	border: 0.5px solid rgba(0, 0, 0, 0.1);
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.f-search button {
	width: 80px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border: none;
	font-size: 16px;
	cursor: pointer;
	background-color: #0665b1;
	color: #FFFFFF;
}

.find-title {
	font-size: 20px;
	font-weight: 700;
	color: #333;
	letter-spacing: 0;
	overflow: hidden;
	margin-top: 40px;
	flex: 1;
	padding-bottom: 40px;
}

.find-title span {
	color: #fc1833;
	margin: 0 5px;
}



.recruit-bg {
	width: 100%;
	margin-top: 74px;
	height: 320px;
	margin-bottom: 15px;
	background-size: 100% 100%;
	background-image: url(../images/12_2.jpg);
}

.par-bg {
	width: 100%;
	margin-top: 74px;
	height: 320px;
	margin-bottom: 15px;
	background-size: 100% 100%;
	background-image: url(../images/12_2.jpg);
}

.pro-bg {
	width: 100%;
	margin-top: 74px;
	height: 320px;
	background-size: 100% 100%;
	background-image: url(../images/12_2.jpg);
}

.news {
	width: 1200px;
	display: flex;
}

.news-menu div {
	width: 232px;
	border: 0.5px solid rgba(0, 0, 0, 0.1);
	margin-right: 30px;
	text-align: center;
}

.news-menu div a {
	width: 232px;
	font-size: 15px;
	height: 46px;
	cursor: pointer;
	line-height: 46px;
	display: inline-block;
}

.news-menu a.current,
.news-menu a:hover {
	background: #0665b1;
	color: #FFFFFF;
}

.news-list {
	flex: 1;
}

.news-list .title {
	width: 100%;
	font-size: 14px;
	height: 48px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	padding: 0 10px;
	background: #0665b1;
	color: #FFFFFF;
}

.news-list .title input {
	height: 35px;
	width: 300px;
	padding-left: 10px;
	border: none;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.news-list .title a {
	height: 35px;
	background-color: #058af4;
	color: #FFFFFF;
	width: 80px;
	text-align: center;
	font-size: 14px;
	margin-right: 20px;
	cursor: pointer;
	line-height: 35px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.news-box {
	margin-top: 20px;
	border: 0.5px solid rgba(0, 0, 0, 0.1);
	padding: 15px 15px 0 15px;
	font-size: 14px;
	background-color: #f8f8f8;
}

.news-box div {
	width: 100%;
}

.news-box div a {
	width: 100%;
}

.news-box div a h2 span {
	float: right;
}

.news-box div a h2 {
	margin-bottom: 15px;
}

.news-box div a p {
	font-size: 14px;
	line-height: 25px;
}

.news-box div a:hover {
	color: #0665b1;
}

.news-box div a {
	margin-bottom: 15px;
	display: inline-block;
}

.pages {
	width: 100%;
	margin-top: 50px;
}

.pages a {
	display: inline-block;
	font-size: 14px;
	text-align: center;
	width: 32px;
	cursor: pointer;
	margin: 0 5px;
	height: 32px;
	line-height: 30px;
	padding: 0;
	border: 0.5px solid rgba(0, 0, 0, 0.1);
	position: relative;
	text-decoration: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #eff4f6;
	color: #777;
}

.pages .current {
	background: #0665b1;
	color: #FFFFFF;
}

.pub-nav {
	display: flex;
	width: 1200px;
	margin-top: 110px;
	margin-bottom: 37px;
}

.pub-nav span {
	margin: 0 8px;
	color: #999999;
	font-size: 14px;
}

.pub-nav a {
	color: #999999;
	font-size: 14px;
}

.pub-nav a:hover {
	color: #0665b1;
}

.page {
	text-align: center;
}

.details {
	width: 1200px;
	border: 0.5px solid rgba(0, 0, 0, 0.1);
	padding: 20px;
}

.product-left {
	width: 200px;
	padding-bottom: 30px;
	float: left;
	text-align: center;
	border: 0.5px solid rgba(0, 0, 0, 0.1);
}

.product-left a {
	margin-top: 30px;
	font-size: 16px;
	cursor: pointer;
	width: 100%;
	border-left: 4px solid #FFFFFF;
	display: inline-block;
}

.product-left a:hover,
.product-left .current {
	color: #0665b1;
	border-left: 4px solid #0665b1;
}

.product {
	width: 980px;
	float: right;
	border: 0.5px solid rgba(0, 0, 0, 0.1);
	padding: 20px;
}

.product-box {
	margin-top: 30px;
	overflow: hidden;
}

.details .title h1 {
	font-size: 30px;
}

.details .title p {
	font-size: 14px;
	color: #666666;
	padding: 30px 0;
	border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
}

.details .title p span {
	margin-right: 20px;
	display: inline-block;
}

.details .text {
	margin-top: 30px;
}

.product .title {
	width: 1200px;
	display: flex;
	align-items: center;
	font-size: 30px;
	margin-bottom: 20px;
}

.product .title span {
	height: 20px;
	width: 5px;
	background-color: #0665b1;
	display: inline-block;
	margin-right: 10px;
}

.product p {
	font-size: 16px;
	margin-top: 10px;
	line-height: 32px;
}

.product .li {
	margin-top: 30px;
	margin-bottom: 50px;
	padding: 0 50px;
}
