* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@font-face {
	font-family: 'zt';
	src: url(../fonts/DINCOND-REGULAR.OTF);
}

ul,
ol {
	list-style: none
}

img {
	border: none;
	vertical-align: middle
}

a {
	display: inline-block;
	text-decoration: none
}

.cen {
	width: 1200px;
	margin: 0 auto;
}


/*导航*/

header {
	width: 100%;
	height: 80px;
	border-bottom: 1px solid #576FBE;
	position: relative;
	z-index: 2;
}

.header_cen {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo p {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}

.nav ul li {
	float: left;
	padding: 0 20px;
	text-align: center;
	height: 80px;
	position: relative;
}

.nav ul li a {
	position: relative;
	display: inline-block;
	width: 100%;
	font-weight: bold;
	height: 77px;
	line-height: 80px;
	color: #fff;
	transition: all 0.5s;
}

.nav ul li a.nav_active,
.nav ul li a:hover {
	color: #FF9000;
}

.nav ul li>a:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 3px;
	background: #FF9000;
	transition: all .8s;
}

.nav ul li>a:hover:after {
	left: 0%;
	width: 100%;
}

.nav ul li dl {
	position: absolute;
	left: 0;
	top: 80px;
	overflow: hidden;
	display: none;
	background: rgba(0, 0, 0, 0.5);
}

.nav ul li dl dd {
	position: relative;
}

.nav ul li dl dd a {
	width: 104px;
	height: 40px;
	text-align: center;
	transition: all ease 1s;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	padding: 0 3px;
	box-sizing: border-box;
	z-index: 999;
}

.nav ul li dl dd .mline {
	width: 0%;
	background: #FF9000;
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.nav ul li dl dd:hover .mline {
	width: 100%;
}

.nav ul li dl dd:hover a {
	color: #FFFFFF;
}


/*banner*/

.indexbanner {
	width: 100%;
	height: 100vh;
	margin-top: -80px;
	overflow: hidden;
}

.pb-carouselWarp .pb-carousel {
	position: relative;
	height: 100%;
}

.pb-carouselWarp .pb-carousel>div {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.pb-carouselWarp .pb-carousel .pb-this {
	display: block;
	left: 0;
}

.pb-carouselWarp .pb-arrow {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #000;
	cursor: pointer;
	border: 0;
}

.pb-carouselWarp .pb-arrow-prev {
	left: 20px;
	outline: none;
	background: #FF9000 url(../img/arrow-left.png) no-repeat center;
}

.pb-carouselWarp .pb-arrow-next {
	right: 20px;
	outline: none;
	background: #FF9000 url(../img/arrow-right.png) no-repeat center;
}

.indexbanner_con1 {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: url(../img/banner_bj.png) no-repeat;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.indexbanner_con2 {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: url(../img/banner_bj.png) no-repeat;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.banner_1 {
	position: relative;
	top: 30%;
}


/*产品中心*/

.product {
	padding: 60px 0 70px 0;
}

.product_tit {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0 15px 0;
}

.product_l p {
	width: 840px;
	font-size: 14px;
	color: #999999;
	line-height: 23px;
}

.product_r a {
	width: 140px;
	height: 40px;
	background: #009FA8;
	border-radius: 4px;
	text-align: center;
	line-height: 40px;
	color: #FFFFFF;
	font-size: 14px;
}

.product_text {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.product_text .product_list {
	width: 240px;
	height: 420px;
	position: relative;
}

.product_text .product_list .product_img {
	width: 100%;
	height: 100%;
}

.product_text .product_list .product_list_text {
	width: 240px;
	height: 420px;
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 25px;
	text-align: center;
}

.product_text .product_list .product_list_text p:first-child {
	margin-top: 115px;
	-webkit-transition: .2s;
	transition: transform .2s;
}

.product_text .product_list .product_list_text p:nth-child(2) {
	font-size: 18px;
	color: #FFFFFF;
	/*width: 130px;*/
	height: 48px;
	margin: 20px auto 20px auto;
	-webkit-transition: .4s;
	transition: transform .4s;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.product_text .product_list .product_list_text p:nth-child(3) {
	width: 38px;
	height: 3px;
	background: #FF9000;
	margin: 20px auto;
	opacity: 0;
	-webkit-transition: .6s;
	transition: transform .6s;
}

.product_text .product_list .product_list_text p:last-child {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 24px;
	text-align: left;
	opacity: 0;
	-webkit-transition: .8s;
	transition: transform .8s;
}

.product_text .product_list:hover .product_list_text p:first-child {
	-webkit-transform: translate3d(0, -92px, 0);
	transform: translate3d(0, -92px, 0);
	opacity: 0;
}

.product_text .product_list:hover .product_list_text p:nth-child(2) {
	-webkit-transform: translate3d(0, -72px, 0);
	transform: translate3d(0, -72px, 0);
}

.product_text .product_list:hover .product_list_text p:nth-child(3) {
	-webkit-transform: translate3d(0, -72px, 0);
	transform: translate3d(0, -72px, 0);
	opacity: 1;
}

.product_text .product_list:hover .product_list_text p:last-child {
	-webkit-transform: translate3d(0, -72px, 0);
	transform: translate3d(0, -72px, 0);
	opacity: 1;
}

.product_text .product_list:hover .product_list_text {
	background: rgba(0, 0, 0, 0.6);
}


/*拦腰*/

.lanyao {
	width: 100%;
	height: 200px;
	background: #EEEEEE;
}

.lanyao_cen {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.lanyao_list {
	width: 284px;
	height: 120px;
	background: #FFFFFF;
	border-radius: 8px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 24px 38px 24px 17px;
	transition: all 0.5s;
}

.lanyao_img {
	width: 50px;
	text-align: center;
}

.lanyao_img img {
	height: 100%;
}

.lanyao_text {
	width: 168px;
}

.lanyao_text p:first-child {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 14px;
}

.lanyao_text p:last-child {
	font-size: 14px;
	color: #999999;
}

.lanyao_list:hover {
	margin-top: -10px;
	box-shadow: 0px 4px 6px 0px rgba(4, 9, 123, 0.19);
}


/*关于我们*/

.about {
	padding: 70px 0;
}

.about_tit p {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}

.about_tit p span {
	font-size: 14px;
	color: #999999;
	margin-left: 7px;
}

.about_cen {
	width: 100%;
	height: 420px;
	background: url(../img/about_cen.png) no-repeat;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 50px 60px;
}

.about_l {
	width: 400px;
	height: 320px;
	background: #FFFFFF;
	border-radius: 6px;
	padding: 30px;
}

.about_l p:first-child {
	font-size: 18px;
	color: #333333;
}

.about_l p:nth-child(2) {
	width: 38px;
	height: 3px;
	background: #FF9000;
	margin: 15px 0 8px 0;
}

.about_l p:nth-child(3) {
	font-size: 14px;
	color: #787878;
	line-height: 28px;
	margin-bottom: 30px;
}

.about_l p:last-child a {
	width: 140px;
	height: 40px;
	background: #009FA8;
	border-radius: 4px;
	text-align: center;
	line-height: 40px;
	color: #FFFFFF;
	font-size: 14px;
}

.about_r {
	width: 278px;
}

.about_list {
	width: 100%;
	height: 55px;
	border-bottom: 1px solid #AAAAAA;
	transition: all 0.5s;
}

.about_list a {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all 0.5s;
}

.about_list a .about_left span {
	font-size: 14px;
	color: #FFFFFF;
	margin-left: 5px;
}

.about_list:hover a {
	padding: 0 10px;
}

.about_list:hover {
	border-bottom: 1px solid #FFFFFF;
}


/*新闻资讯*/

.news {
	width: 100%;
	height: 500px;
	background: url(../img/news.png) no-repeat;
	padding: 50px 0 85px 0;
}

.news_tit p {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}

.news_tit p span {
	font-size: 14px;
	color: #FFFFFF;
	margin-left: 7px;
}

.content {
	width: 100%;
	margin-top: 50px;
}

.Box_con {
	position: relative;
}

.Box_con .btnl {
	position: absolute;
}

.Box_con .btn {
	display: block;
	width: 52px;
	height: 52px;
	position: absolute;
	top: 145px;
	cursor: pointer;
}

.Box_con .btnl {
	background: url(../img/jtl02.png) no-repeat center;
	left: -82px;
	transition: all 0.5s;
}

.Box_con .btnr {
	background: url(../img/jtr02.png) no-repeat center;
	right: -82px;
	transition: all 0.5s;
}

.Box_con .btnl:hover {
	background: url(../img/jtl03.png) no-repeat center;
}

.Box_con .btnr:hover {
	background: url(../img/jtr03.png) no-repeat center;
}

.Box_con .conbox {
	position: relative;
	overflow: hidden;
}

.Box_con .conbox ul {
	position: relative;
	list-style: none;
}

.Box_con .conbox ul li {
	float: left;
	width: 384px;
	height: 290px;
	margin-left: 24px;
	overflow: hidden;
	position: relative;
}

.Box_con .conbox ul li .news_top {
	width: 90px;
	height: 80px;
	background: #009FA8;
	border-radius: 6px;
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 99;
	left: 30px;
}

.Box_con .conbox ul li .news_top p:first-child {
	font-size: 32px;
	color: #FFFFFF;
	margin-top: 5px;
}

.Box_con .conbox ul li .news_top p:last-child {
	font-size: 14px;
	color: #FFFFFF;
}

.Box_con .conbox ul li .news_bottom {
	width: 384px;
	height: 250px;
	background: #FFFFFF url(../img/news_bottom.png) no-repeat 314px 0;
	border-radius: 0px 0px 16px 16px;
	position: absolute;
	bottom: 0px;
	left: 0;
	padding: 72px 30px 34px 30px;
}

.Box_con .conbox ul li .news_bottom p:first-child {
	font-size: 18px;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	transition: all 0.5s;
}

.Box_con .conbox ul li .news_bottom p:nth-child(2) {
	width: 44px;
	height: 4px;
	background: #FF9000;
	margin: 15px 0 20px 0;
}

.Box_con .conbox ul li .news_bottom p:last-child {
	font-size: 14px;
	color: #787878;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.Box_con .conbox ul li:hover .news_bottom p:first-child {
	color: #009FA8;
}

.Box_con .conbox ul li:first-child {
	margin-left: 0;
}


/*搜索*/

.search {
	width: 100%;
	height: 500px;
	background: url(../img/search.png) no-repeat;
	text-align: center;
	padding-top: 130px;
}

.search p:first-child {
	font-size: 34px;
	font-weight: bold;
	color: #FFFFFF;
}

.wow fadeInUp {
	display: inline-block;
	width: 890px;
}

.search p:nth-child(2) {
	width: 890px;
	margin: 0 auto;
	font-size: 14px;
	color: #FFFFFF;
	padding: 20px 0 50px 0;
	line-height: 23px;
}

.search form {
	width: 720px;
	margin: 0 auto;
}

.search form input {
	float: left;
}

.search form input:first-child {
	width: 600px;
	height: 60px;
	background: #FFFFFF;
	border-radius: 4px 0px 0px 4px;
	border: none;
	outline: none;
	text-align: center;
	padding-left: 0px !important;
}

.search form input:last-child {
	width: 120px;
	height: 60px;
	background: #FF9000;
	border-radius: 0px 4px 4px 0px;
	border: none;
	outline: none;
	font-size: 14px;
	color: #FFFFFF;
		padding-left: 0px !important;
}


/*底部*/

.footer_cen {
	border-bottom: 1px solid #DDDDDD;
	padding: 40px 0 20px 0;
}

.footer_center,
.footer_r {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.footer_l_bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer_l .footer_tit {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 24px;
}

.footer_l .footer_l_bottom p:first-child img {
	margin-right: 20px;
}

.footer_r .footer_list {
	margin-left: 100px;
}

.footer_r .footer_list p:first-child a {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 23px;
}

.footer_r .footer_list p:not(:first-child) a {
	font-size: 14px;
	color: #787878;
	margin-bottom: 17px;
	transition: all 0.5s;
}

.footer_more {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0;
}

.footer_more a {
	font-size: 14px;
	color: #999999;
}

.footer_r .footer_list p:not(:first-child) a:hover {
	color: #FF9000;
}


/*公司简介*/

.banner {
	width: 100%;
	height: 400px;
	background: url(../img/about_bj.png) no-repeat;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	margin-top: -80px;
}

.banner p:first-child {
	text-align: center;
	margin-top: 200px;
	font-size: 14px;
	color: #FFFFFF;
}

.banner p:last-child {
	font-size: 28px;
	color: #FFFFFF;
	margin-top: 60px;
}

.zy {
	width: 100%;
	background: #F2F2F2;
	padding-bottom: 60px;
}

.zy_cen {
	position: relative;
}

.zy_cen_l {
	width: 360px;
	/*height: 376px;*/
	background: #009FA8;
	padding: 30px;
	position: absolute;
	top: -66px;
}

.zy_cen_l .zy_nav p {
	width: 163px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 6px;
}

.zy_cen_l .zy_nav p a {
	width: 140px;
	/*height: 36px;*/
	line-height: 36px;
	font-size: 14px;
	color: #FFFFFF;
	transition: all 0.5s;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.zy_cen_l .zy_nav p.zy_nav_active,
.zy_cen_l .zy_nav p:hover {
	background: url(../img/jiantou.png) no-repeat 0 15px;
}

.zy_cen_l .zy_nav p.zy_nav_active a,
.zy_cen_l .zy_nav p:hover a {
	background: linear-gradient(90deg, #81CACE 0%, #009FA8 100%);
	border-radius: 4px;
	box-sizing: border-box;
	padding-left: 21px;
}

.zy_cen_l .zy_tel p:first-child {
	font-size: 32px;
	font-family: 'zt';
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 18px;
	margin-top: 40px;
}

.zy_cen_l .zy_tel p:last-child {
	width: 142px;
	height: 36px;
	border: 1px solid #FFFFFF;
	border-radius: 4px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 29px;
}

.zy_cen_l .zy_tel p:last-child span {
	font-size: 14px;
	color: #FFFFFF;
}

.zy_cen_r {
	position: relative;
	left: 220px;
	width: 980px;
	background: #FFFFFF;
	box-shadow: 0px 3px 9px 0px rgba(10, 69, 158, 0.23);
	padding: 30px 40px 60px 40px;
}

.position {
	margin-bottom: 50px;
}

.position p {
	font-size: 14px;
	color: #999999;
	display: flex;
}

.position p img {
	margin-right: 10px;
}

.position p a {
	font-size: 14px;
	color: #999999;
	vertical-align: middle;
}

.zy_about_tit p:first-child {
	font-size: 20px;
	font-weight: bold;
	color: #009FA8;
}

.zy_about_tit p:last-child {
	font-size: 26px;
	font-family: 'zt';
	color: #ccc;
	margin-bottom: 40px;
}

.zy_about_text .zy_about_text_p {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	/*margin-bottom: 20px;*/
}

.zy_about_text p{
	color: #787878;
	line-height: 32px;
	margin-top: 20px;
}

.zy_about_text img {
	max-width: 100%;
}


/*企业文化*/

.culture {
	width: 100%;
	height: 390px;
	background: url(../img/culture.png) no-repeat;
}

.culture .culture_cen {
	width: 286px;
	height: 330px;
	background: #FF9000;
	padding: 30px;
	position: relative;
	left: 500px;
	top: -40px;
}

.culture .culture_cen p:first-child {
	font-size: 18px;
	font-weight: bold;
	color: #F5F5F5;
	margin-bottom: 20px;
}

.culture .culture_cen p:last-child {
	font-size: 14px;
	color: #F5F5F5;
	line-height: 28px;
}


/*产品中心*/

.zy_product {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.zy_product .zy_product_list {
	width: 290px;
	height: 250px;
	margin-bottom: 25px;
	overflow: hidden;
}
.zy_product .zy_product_list_active{
    width: 290px;
    height: 0px;
}
.zy_product .zy_product_list .zy_product_img {
	width: 290px;
	height: 200px;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.zy_product .zy_product_list .zy_product_img img{
    /*max-width: 100%;*/
    width: 100%;
    /*height: 100%;*/
}
.zy_product .zy_product_list .zy_product_tit {
	width: 290px;
	height: 100px;
	background: #434343;
	text-align: center;
	transition: all 0.5s;
	position: relative;
	z-index: 2;
}

.zy_product .zy_product_list .zy_product_tit p:first-child {
	color: #FFFFFF;
	line-height: 50px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	padding: 0 5px;
}

.zy_product .zy_product_list .zy_product_tit p:last-child a {
	width: 120px;
	height: 36px;
	background: #FF9000;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 36px;
}

.zy_product .zy_product_list:hover .zy_product_tit {
	margin-top: -50px;
}

.page {
	text-align: center;
	margin-top: 35px;
}

.page b,
.page a {
	color: #787878;
	padding: 8px 14px;
	border: 1px solid #009FA8;
	margin: 0 5px;
	transition: all 0.5s;
}

.page b,
.page a:hover {
	background: #009FA8;
	color: #FFFFFF;
}


/*产品详情*/

.product_details_tit {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}

.product_details_img img {
	max-width: 100%;
	margin: 30px 0;
}

.product_details_text p {
	color: #787878;
	line-height: 32px;
	margin-bottom: 30px;
}

.product_details_text p:last-child {
	margin-bottom: 0px;
}


/*新闻中心*/

.zy_news .first {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

.zy_news .first_img {
	width: 380px;
	height: 280px;
	overflow: hidden;
}

.zy_news .first_img img {
	width: 100%;
	transition: all 0.5s;
}

.zy_news .first_text {
	width: 480px;
}

.zy_news .first_text p:first-child {
	font-size: 18px;
	font-weight: bold;
	color: #009FA8;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.zy_news .first_text p:nth-child(2) {
	font-size: 24px;
	font-family: 'zt';
	font-weight: bold;
	color: #999999;
	margin: 20px 0 25px 0;
}

.zy_news .first_text p:last-child {
	font-size: 14px;
	color: #787878;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.zy_news .first:hover img {
	transform: scale(1.1);
}

.zy_news_list a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0;
	border-top: 1px solid #DDDDDD;
}

.zy_news_list a .zy_news_img {
	width: 180px;
	max-height: 130px;
	overflow: hidden;
}

.zy_news_list a .zy_news_img img {
	width: 100%;
	transition: all 0.5s;
}

.zy_news_list a .zy_news_text {
	width: 690px;
}

.zy_news_list a .zy_news_text p:first-child {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	transition: all 0.5s;
}

.zy_news_list a .zy_news_text p:nth-child(2) {
	font-size: 24px;
	font-family: 'zt';
	font-weight: bold;
	color: #999999;
	margin: 10px 0 20px 0;
	transition: all 0.5s;
}

.zy_news_list a .zy_news_text p:last-child {
	font-size: 14px;
	color: #787878;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.zy_news_list a:hover img {
	transform: scale(1.1);
}

.zy_news_list a:hover .zy_news_text p:first-child,
.zy_news_list a:hover .zy_news_text p:nth-child(2) {
	color: #FF9000;
}


/*新闻详情*/

.news_details_tit {
	border-bottom: 1px solid #DDDDDD;
}

.news_details_tit p:first-child {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

.news_details_tit p:last-child {
	font-size: 24px;
	font-family: 'zt';
	font-weight: bold;
	color: #FF950C;
	padding: 20px 0 10px 0;
}

.news_details_text p {
	font-size: 14px;
	color: #787878;
	line-height: 28px;
	margin-top: 30px;
}

.news_details_text img {
	/*width: 760px;*/
	max-width: 760px;
}


/*联系方式*/

.contact_icon {
	/*padding: 0 120px;*/
}

.contact_icon,
.contact_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.contact_list {
	width: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.contact_list:nth-child(2) {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.contact_list .contact_list_l {
	text-align: center;
}

.contact_list .contact_list_l p:nth-child(2) {
	font-size: 20px;
	color: #333333;
	margin: 30px 0 15px 0;
}

.contact_list .contact_list_l p:last-child {
	font-size: 14px;
	color: #666666;
	padding: 0 15px;
}

.contact_list .contact_list_r {
	width: 1px;
	height: 90px;
	background: #DDDDDD;
}


/*在线留言*/

form input,
textarea {
	background: #EEEEEE;
	border: none;
	outline: none;
	box-sizing: border-box;
	padding-left: 20px;
	margin-top: 20px;
}

form p:nth-child(4) {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

form p:nth-child(4) input {
	width: 440px;
	height: 50px;
}

form p:nth-child(5) input {
	width: 100%;
	height: 50px;
}

form textarea {
	width: 100%;
	height: 150px;
	padding-top: 20px;
}


input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	font-size: 14px;
	color: #999999;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	font-size: 14px;
	color: #999999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	font-size: 14px;
	color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	font-size: 14px;
	color: #999999;
}

form p:nth-child(7) input {
	width: 160px;
	height: 50px;
	background: #009FA8;
	padding-left: 0px;
	text-align: center;
	line-height: 50px;
	color: #FFFFFF;
}