@charset "utf-8";
.prev,
.next {
	cursor: pointer;
}

.pub_line span {
	display: inline-block;
	width: 74px;
	position: relative;
}

.pub_line span:before {
	content: '';
	display: block;
	width: 8px;
	height: 1px;
	background: #228eb0;
	position: absolute;
	left: 0;
	top: 0;
}

.pub_line span:after {
	content: '';
	display: block;
	width: 60px;
	height: 1px;
	background: #228eb0;
	position: absolute;
	right: 0;
	top: 0;
}


/*product star*/

.product {
	background: #f4f7fa;
	padding: 46px 0 0px;
	overflow: hidden;
}

.product .pub_line {
	text-align: center;
}

.product_ti {
	font-size: 36px;
	color: #228eb0;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
}

.product_scroll {
	width: 100%;
	height: 418px;
	margin-top: 22px;
	position: relative;
	max-width: 1920px;
}

.product_scroll .bd {
	width: 1254px;
	height: 418px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	padding: 0 16px;
	box-sizing: border-box;
}

.product_scroll .bd li {
	float: left;
	width: 300px;
	height: 340px;
	margin-right: 7px;
	box-sizing: border-box;
	position: relative;
	transition: .5s;
}

.product_scroll .bd li:hover {
	transform: scale(1.1) translateY(15px);
	z-index: 10;
	height: 374px;
}

.product_scroll .bd li:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0);
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	opacity: 0;
	transition: .5s;
	background: #fff;
}

.product_scroll .bd li:hover:before {
	height: 360px;
	opacity: 1;
}

.product_cont {
	width: 300px;
	height: 340px;
	background: #fff;
	position: relative;
	z-index: 6;
	transition: .5s;
}

.product_scroll .bd li:hover .product_cont {
	transform: scale(0.91);
}

.product_img {
	width: 300px;
	height: 260px;
	overflow: hidden;
	position: relative;
}

.product_img img {
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.product_name {
	text-align: center;
	color: #404040;
	font-size: 18px;
	margin-top: 3px;
}

.product_scroll .bd li:hover .product_name {
	color: #228eb0;
}

.product_more:before {
	content: '';
	display: block;
	width: 160px;
	height: 1px;
	background: #ccc;
	margin: 5px auto 1px;
}

.product_more {
	text-align: center;
}

.product_more a {
	color: #999999;
	font-size: 12px;
	font-family: arial;
	padding: 10px 20px;
}

.product_nav {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	font-size: 16px;
	color: #333333;
	padding: 19px 0;
}

.product_nav a {
	display: inline-block;
	color: #333;
	padding: 10px 20px;
}

.product_nav a:hover {
	color: #228eb0;
}


/*product end*/


/*about star*/

.about {
	width: 100%;
	height: 820px;
	background: #f4f7fa;
	margin: 0 auto 76px;
}

.about_box {
	width: 1200px;
	height: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
	padding-top: 94px;
}

.about_box:after {
	content: '';
	width: 152px;
	height: 152px;
	background: #228eb0;
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translateY(50%);
}

.about_left {
	width: 590px;
	float: left;
	position: relative;
	padding-left: 157px;
	padding: 45px 0 0 154px;
	box-sizing: border-box;
}

.about_left:before {
	content: '';
	display: block;
	width: 501px;
	height: 499px;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
	background: url(../images/aboutbg.jpg);
	position: absolute;
	left: 0;
	top: 0;
}

.about_ti {
	color: #fff;
	position: relative;
}

.about_ti span:nth-child(1) {
	font-size: 36px;
	letter-spacing: 3px;
}

.about_ti span:nth-child(2) {
	font-size: 18px;
	letter-spacing: 1px;
	margin-left: 5px;
}

.about_img {
	width: 435px;
	height: 438px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
	position: relative;
	margin-top: 40px;
}

.about_img_box {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.about_tel {
	background: url(../images/aboutel.png) no-repeat center left 0;
	height: 36px;
	line-height: 36px;
	margin-top: 31px;
	color: #ff6372;
	padding-left: 43px;
}

.about_tel_p {
	font-size: 15px;
	margin-right: 13px;
	float: left;
}

.about_tel_num {
	font-size: 31px;
	font-family: arial;
	font-weight: bold;
	letter-spacing: -1px;
}

.about_right {
	width: 513px;
	float: right;
}

.about_right {
	padding-top: 48px;
}

.about_right .pub_line {
	transform: translateX(-46px);
}

.about_name {
	font-size: 30px;
	color: #228eb0;
	font-weight: bold;
	margin-top: 61px;
	letter-spacing: 2px;
}

.about_nr {
	font-size: 14px;
	line-height: 32px;
	text-align: justify;
	color: #555555;
	letter-spacing: 1px;
	margin-top: 17px;
	height: 160px;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.about_more {
	height: 74px;
	margin-top: 62px;
}

.about_more a:nth-child(1) {
	display: inline-block;
	width: 250px;
	height: 74px;
	line-height: 74px;
	text-align: center;
	background: #ff6372;
	color: #fff;
}

.about_more a:hover {
	text-decoration: underline;
}

.about_more a:nth-child(2) {
	display: inline-block;
	width: 200px;
	height: 74px;
	line-height: 74px;
	text-align: center;
	color: #afb3b7;
	font-size: 12px;
	font-family: arial;
	border: 1px solid #ccc;
	box-sizing: border-box;
	margin: 0 0 0 28PX;
}


/*about end*/


/*advantage star*/

.advantage {
	height: 795px;
	overflow: hidden;
	background: #fff;
}

.advantage_box {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.advantage_box .pub_line {
	transform: translate(-51px, -17px);
}

.advan_en {
	margin-top: 7px;
}

.advan_cn {
	color: #228eb0;
	font-size: 30px;
}

.advan_scroll {
	width: 1200px;
	height: 540px;
	margin: 54px auto 0;
	position: relative;
}

.advan_scroll .prev {
	width: 70px;
	height: 70px;
	background: url(../images/davanjt.jpg);
	transform: rotateZ(180deg);
	position: absolute;
	left: -42px;
	top: 274px;
}

.advan_scroll .next {
	width: 70px;
	height: 70px;
	background: url(../images/davanjt.jpg);
	position: absolute;
	left: 27px;
	top: 205px;
}

.advan_scroll .bd {
	width: 1100px;
	height: 540px;
	float: right;
	transform: translateX(56px);
	overflow: hidden;
}

.advan_scroll .bd li {
	width: 345px;
	height: 540px;
	float: left;
	margin-right: 32px;
}

.advan_scroll .bd li .advan_ti {
	font-size: 30px;
	color: #444444;
	border-bottom: 1px solid #ccc;
	height: 69px;
	line-height: 76px;
}

.advan_scroll .bd li .advan_nr {
	font-size: 15px;
	color: #666666;
	line-height: 24px;
	margin-top: 15px;
	letter-spacing: 1px;
	height: 72px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.advan_scroll .bd li .advan_img {
	height: 354px;
	overflow: hidden;
	margin-top: 29px;
	padding-top: 34px;
	box-sizing: border-box;
	transition: .5s;
}

.advan_scroll .bd li:hover .advan_img {
	padding: 0;
}


/*advantage end*/


/*process star*/

.process {
	height: 800px;
	background: url(../images/processbg.jpg) no-repeat center top;
	overflow: hidden;
}

.process_ti {
	text-align: center;
	font-size: 36px;
	color: #fff;
	padding-top: 103px;
	letter-spacing: 1px;
}

.process_list {
	width: 990px;
	margin: 70px auto 0;
}

.process_list li {
	width: 310px;
	height: 240px;
	background: rgba(255, 255, 255, .1);
	float: left;
	margin: 0 30px 30px 0;
	text-align: center;
	font-size: 24px;
	color: #ffffff;
	font-family: "宋体";
	padding-top: 139px;
	box-sizing: border-box;
	letter-spacing: 1px;
	line-height: 34px;
	position: relative;
}

.process_list li:hover {
	background: #ff6372;
	transition: .5s;
}

.process_list li:before {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/processicon.png);
	position: absolute;
	left: 50%;
	top: 68px;
	transform: translateX(-50%);
}

.process_list li:nth-child(2):before {
	background: url(../images/processicon.png) left -50px top 0;
}

.process_list li:nth-child(3):before {
	background: url(../images/processicon.png) left -100px top 0;
}

.process_list li:nth-child(4):before {
	background: url(../images/processicon.png) left -150px top 0;
}

.process_list li:nth-child(5):before {
	background: url(../images/processicon.png) left -200px top 0;
}

.process_list li:nth-child(6):before {
	background: url(../images/processicon.png) left -250px top 0;
}

.process_list li:nth-child(7):before {
	background: url(../images/processicon.png) left -300px top 0;
}

.process_list li:nth-child(8):before {
	background: url(../images/processicon.png) left -350px top 0;
}

.process_list li p {
	font-family: "宋体";
}

.process_list li:nth-child(3n) {
	margin-right: 0;
}


/*process end*/


/*news star*/

.news {
	overflow: hidden;
	padding-bottom: 80px;
	/*background: url(../images/bbb.jpg) no-repeat center top;*/
	padding-top: 68px;
}

.news .pub_line {
	text-align: center;
}

.news_ti {
	font-size: 36px;
	color: #228eb0;
	text-align: center;
	padding-top: 8px;
}

.news_te {
	width: 1200px;
	height: 420px;
	margin: 56px auto 0;
	background: #f4f4f4;
	position: relative;
	overflow: hidden;
	/* opacity: .6; */
}

.news_te_mask {
	width: 280px;
	height: 100%;
	background: #228eb0;
	position: absolute;
	left: 0;
	top: 0;
	transition: .5s ease-out;
	opacity: 0;
}

.news_te:hover .news_te_mask {
	opacity: 1;
}

.news_te li {
	width: 280px;
	height: 100%;
	overflow: hidden;
	border-right: 26px solid #fff;
	float: left;
	padding-top: 51px;
	position: relative;
}

.news_te li:nth-child(4n+1) {
	border: none;
}

.news_te_ti {
	width: 220px;
	height: 22px;
	margin: 0 auto 0;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: .5s;
}

.news_te li:hover .news_te_ti {
	color: #fff;
}

.news_te_ti a {
	color: #333;
	transition: .5s;
}

.news_te li:hover .news_te_ti a {
	color: #fff;
}

.news_te_date {
	width: 220px;
	margin: 37px auto 0;
	font-size: 12px;
	font-family: arial;
	color: rgba(51, 51, 51, .5);
	transition: .5s;
}

.news_te li:hover .news_te_date {
	color: rgba(255, 255, 255, .5);
}

.news_te_nr {
	width: 220px;
	height: 96px;
	margin: 14px auto 0;
	font-size: 14px;
	line-height: 24px;
	color: #777;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: .5s;
}

.news_te li:hover .news_te_nr {
	color: rgba(255, 255, 255, 1);
}

.news_te_img {
	width: 220px;
	height: 125px;
	overflow: hidden;
	margin: 31px auto 0;
}

.news_list {
	margin: 40px auto 0;
	width: 1200px;
}

.news_list li {
	width: 380px;
	height: 65px;
	line-height: 65px;
	border-bottom: 1px solid #ccc;
	float: left;
	margin-right: 30px;
	position: relative;
	padding-right: 70px;
	box-sizing: border-box;
	color: #555;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_list li:nth-child(1),
.news_list li:nth-child(2),
.news_list li:nth-child(3),
.news_list li:nth-child(4) {
	display: none;
}

.news_list li span {
	position: absolute;
	right: 10px;
	font-size: 12px;
	font-family: arial;
	color: #999;
	opacity: 1;
}

.news_list li:nth-child(3n+4) {
	margin-right: 0;
}

.news_list li a {
	color: #555;
	font-size: 16px;
	padding-left: 30px;
	position: relative;
	padding: 20px 0 20px 30px;
}

.news_list li a:hover {
	color: #228eb0;
}

.news_list li a:before {
	content: '';
	display: block;
	width: 8px;
	height: 2px;
	background: #999;
	position: absolute;
	left: 5px;
	top: 50%;
}

.news_list li a:hover:before {
	background: #228eb0;
}


/*news end*/


/*msg star*/

.msg {
	width: 100%;
	height: 539px;
	padding: 70px 0 80px 0;
	background: #f4f8fb;
	/* background: url(../images/bbb.jpg) no-repeat center top; */
}

.msg_box {
	width: 1200px;
	height: 539px;
	background: url(../images/msgbg.jpg) no-repeat center;
	margin: 0 auto;
	padding: 71px 0 0 76px;
	box-sizing: border-box;
}


/**/


/*ft_msg*/

.ft_msg {
	width: 880px;
	color: #fff;
}

.ft_msg input::-webkit-input-placeholder,
.ft_msg textarea::-webkit-input-placeholder {
	color: #fff;
}

.ft_msg_sty {
	display: block;
	width: 310px;
	height: 60px;
	margin: 0 80px 31px 0;
	border: none;
	outline: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(0, 0, 0, 0);
	padding-left: 20px;
	box-sizing: border-box;
	color: #fff;
	float: left;
}

.ft_msg_content {
	resize: none;
	height: 61px;
	padding: 24px 0 18px 20px;
}


/*滚动条样式 开始*/


/*滚动整体颜色*/

.ft_msg_content::-webkit-scrollbar {
	width: 5px;
	background: #2c93b4;
	cursor: pointer;
}


/*滚动两侧按钮*/

.ft_msg_content::-webkit-scrollbar-button {
	width: 2px;
	height: 2px;
	display: none;
}


/*滚动块*/

.ft_msg_content::-webkit-scrollbar-thumb {
	width: 2px;
	background: #ff6371;
	cursor: pointer;
}


/*滚动条样式 结束*/

.ft_msg_submit {
	cursor: pointer;
	display: block;
	width: 550px;
	height: 76px;
	line-height: 76px;
	margin-top: 44px;
	text-align: center;
	background: #ff6372;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	border: none;
	outline: none;
	/* border: 1px solid #ff6372; */
	box-sizing: border-box;
}

.ft_msg_submit:hover {
	background: #18abbd;
	border-color: #fff;
	color: #fff;
}

.footer {
	background: #fff;
}


/*msg end*/