/*------------------公共样式标题---------------------*/

.two_title {
	width: 100%;
	font-size: 30px;
	color: #121314;
	text-align: center;
}

.two_title_eng {
	width: 100%;
	font-size: 24px;
	color: #c8a46d;
	text-align: center;
}

.three_title{
	width: 700px;
	font-size:36px;
	color:#FB240A;
	margin-bottom: 25px;
}
.three_title>span{
	font-size:24px;
	color:#999999;
	margin-left: 22px;
}
/*------------------首页顶部---------------------*/

.index_header {
	width: 100%;
	background: #333;
	overflow: hidden;
	padding: 5px 0;
}

.index_header span {
	font-size: 15px;
	color: #fff;
}

.index_header img {
	width: 24px;
	height: auto;
}

.ih_span {
	color: #9d8f79;
}

.ih_span span {
	padding: 0 15px;
}


/*------------------导航栏---------------------*/

.index_logo_img {
	width: 460px;
	height: 56px;
}

.index_nav_key {}

.index_nav_key>span:nth-of-type(1) {
	display: block;
	font-size: 30px;
	color: #fe1e04;
	letter-spacing: 2px;
	text-align: right;
}

.index_nav_key>span:nth-of-type(2) {
	display: block;
	font-size: 30px;
	color: #333333;
	letter-spacing: 2px;
	text-align: right;
}

.nav_box {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 27px 0 0 0;
	border-bottom: 1px solid #fe1e04;
}

.nav_box>div {
	overflow: hidden;
}

.nav_box nav {
	width: 100%;
	height: 75px;
	background: #333;
	margin-top: 30px;
}

.nb_nav_w {
	height: 100%;
	position: relative;
}

.level {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 3;
}

.nb_nav_w .level>li {
	float: left;
	width: 16.6%;
	height: 100%;
	box-sizing: border-box;
	padding-top: 17px;
	text-align: center;
	font-size: 16px;
	transition: 0.4s;
}

.nb_nav_w .level>li a {
	display: block;
	width: 100%;
	text-align: center;
}

.nb_nav_w .level>li a span {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 18px;
}

.nb_nav_w .level>li a span:nth-of-type(2) {
	font-size: 12px;
}

.nb_nav_w .level>li:hover {
	background: #fb240a;
}

.nb_nav_w .level>li:hover span {
	color: #fff;
}

.nb_nav_w .two {
	display: none;
	margin-top: 10px;
	/*position: absolute;*/
}

.nb_nav_w .level>li:hover .two {
	display: block;
	background: #fff;
	border: 1px solid #fb240a;
	z-index: 3;
}

.nb_nav_w .two li {
	height: 75px;
	line-height: 75px;
	transition: .6s;
	cursor: pointer;
}
.nb_nav_w .two li a {
	line-height: 75px;
	color: #333333;
	font-size: 18px;
}
.nb_nav_w .two li:hover {
	background: #fb240a;
}
.nb_nav_w .two li:hover a {
	color: #fff;
}


.nb_nav_w .three {
	display: none;
	margin-top: -75px;
	margin-left: 200px;
	width: 100%;
}
.nb_nav_w .level .two>li:hover .three {
	display: block;
	background: #fff;
	border: 1px solid #fb240a;
	z-index: 3;
}
.nb_nav_w  .level .two .three li {
	height: 75px;
	line-height: 75px;
	transition: .6s;
	cursor: pointer;
	overflow: hidden;
}
.nb_nav_w  .level .two .three li a {
	line-height: 75px;
	color: #333333;
	font-size: 18px;
}
.nb_nav_w  .level .two .three li:hover {
	background: #fb240a;
}
.nb_nav_w  .level .two .three li:hover a {
	color: #fff;
}


/*-----------------------------轮播---------------------------*/

.index_banner {
	width: 100%;
	background: #000000;
}

.index_banner .swiper-container {
	width: 100%;
}


.index_banner .swiper-container img {
	display: block;
	max-width: 100%;
	margin: auto;
	
}

.index_hot_product {
	width: 100%;
}

.ihp_title {
	width: 100%;
	margin-top: 38px;
}

.ipc_banner {
	width: 100%;
	overflow: hidden;
	padding: 50px 0;
}

.ipc_banner .swiper-container {
	width: 100%;
	height: 650px;
	margin-left: auto;
	margin-right: auto;
}

.ipc_banner .swiper-slide {
	text-align: center;
	font-size: 18px;
	height: 300px;
	padding-bottom: 10px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin-top: 5px !important;
}

.ipc_banner .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%
}

.ipc_banner .swiper-slide a img {
	max-width: 100%;
	height: 100%;
}

.ipc_banner .swiper-slide a span {
	display: block;
	width: 100%;
	font-size: 24px;
	color: #121314;
	text-align: center;
	margin-top: 10px;
}

.ipc_banner .swiper-pagination {
	bottom: 0;
}

.swiper-pagination-bullet-active {
	background: #c8a46d;
}


/*-------------------------首页关于我们----------------------*/

.index_about_us {
	width: 100%;
	overflow: hidden;
	background: #1b1b1b;
	box-sizing: border-box;
	padding: 35px 0;
}

.iau_left {
	background: #fff;
}

.iau_right {
	width: 42%;
	/*margin-top: 63px;*/
}

.iau_right h4:nth-of-type(1) {
	font-size: 24px;
	color: #c8a46d;
	line-height: 40px;
}

.iau_right h4:nth-of-type(2) {
	font-size: 30px;
	color: #fff;
	line-height: 50px;
}

.iau_right p {
	font-size: 18px;
	color: #fffefd;
	line-height: 23px;
	margin: 20px 0 30px 0;
	letter-spacing: 2px;
}

.iau_right div a {
	display: inline-block;
	font-size: 22px;
	color: #1b1b1b;
	padding: 12px 34px;
	background: #cea056;
}


/*-------------------------首页新闻资讯----------------------*/

.index_news {
	width: 100%;
	box-sizing: border-box;
	padding: 50px 0;
}

.index_news>div>.in_content {
	display: flex;
	justify-content: center;
	margin-top: 35px;
}

.index_news>div>.in_content .in_c_left {
	width: 33%;
	margin-right: 25px;
}

.index_news>div>.in_content .in_c_left img {
	width: 100%;
	max-height: 180px;
}

.index_news>div>.in_content .in_c_left h4 {
	font-size: 18px;
	color: #121314;
	line-height: 37px;
}

.index_news>div>.in_content .in_c_left p {
	font-size: 14px;
	color: #686868;
	line-height: 22px;
}

.index_news>div>.in_content .in_c_right {
	width: 40%;
}

.index_news>div>.in_content .in_c_right li {
	padding: 15px 0;
	border-top: 1px dashed #ababab;
}

.index_news>div>.in_content .in_c_right li:nth-of-type(1) {
	border: none;
}

.index_news>div>.in_content .in_c_right a {
	display: block;
	display: flex;
	justify-content: flex-start;
}

.index_news>div>.in_content .in_c_right a>div:nth-of-type(1) {
	width: 17%;
	margin-right: 20px;
}

.index_news>div>.in_content .in_c_right a>div:nth-of-type(2) {
	width: 82%;
}

.index_news>div>.in_content .in_c_right div span:nth-of-type(1) {
	display: block;
	text-align: right;
	font-size: 24px;
	color: #121314;
}

.index_news>div>.in_content .in_c_right div span:nth-of-type(2) {
	display: block;
	text-align: right;
	font-size: 14px;
	color: #121314;
}

.index_news>div>.in_content .in_c_right div h4 {
	font-size: 18px;
	color: #121314;
	line-height: 25px;
}

.index_news>div>.in_content .in_c_right div p {
	font-size: 14px;
	color: #686868;
	line-height: 20px;
}


/*----------------------------底部---------------------------------*/

.index_footer {
	width: 100%;
	height: auto;
	background: #1b1b1b;
}

.index_footer .if_top {
	width: 100%;
	padding: 30px 0;
	border-bottom: 1px solid #cdcdcd;
	position: relative;
}

.index_footer .if_top div ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 30px 0;
}

.index_footer .if_top div ul li {
	width: 278px;
	height: 42px;
	box-sizing: border-box;
	border: 1px solid #363636;
	margin-bottom: 18px;
}

.index_footer .if_top>div ul li a {
	display: block;
	width: 100%;
	text-align: center;
	line-height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 19px;
	color: #a0a0a0;
}

.index_footer .if_top>div ul li:hover {
	border: none;
}

.index_footer .if_top>div ul li:hover a {
	border: 1px solid #f39700;
}

.index_footer .if_top>div>a {
	position: absolute;
	top: -95px;
	right: -110px;
}

.index_footer .if_top div a img {
	width: 219px;
	height: 164px;
}

.if_center {
	width: 100%;
	background: url(../images/index_bac.jpg) no-repeat;
}

.if_center ul {
	overflow: hidden;
}

.if_center ul li {
	width: auto;
	height: auto;
	float: left;
}

.if_center ul li h5 {
	margin-bottom: 25px;
}

.if_center ul li h5 a {
	font-size: 18px;
	color: #fff;
	line-height: 50px;
	padding: 10px 0;
}

.if_center ul li div a {
	font-size: 14px;
	color: #d0d0d0;
	line-height: 32px;
}

.if_center ul li:nth-of-type(1) {
	margin-right: 35px;
}

.if_center ul li:nth-of-type(1)>div {
	width: 216px;
}

.if_center ul li:nth-of-type(1)>div img {
	width: 19px;
	height: auto;
	margin-right: 5px;
}

.if_center ul li:nth-of-type(3) {
	width: 310px;
	margin: 0 35px;
}

.if_center ul li:nth-of-type(3)>div {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.if_center ul li:nth-of-type(3)>div>div {
	width: 50%;
}

.if_center ul li:nth-of-type(5) {
	margin: 0 35px;
}

.if_center ul li:nth-of-type(1) h5 a {
	border-bottom: 1px solid #fff;
}

.if_center ul li:nth-of-type(6)>div {
	width: 235px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.if_center ul li:nth-of-type(6)>div>div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.if_center ul li:nth-of-type(6) h5 a {
	border-bottom: 1px solid #fff;
}

.if_bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 22px 0;
}

.if_bottom>div {
	width: 179px;
	height: 30px;
	box-sizing: border-box;
	padding: 9px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #d0d0d0;
}

.if_bottom>span {
	font-size: 14px;
	color: #fff;
}

.if_bottom>div a {
	font-size: 14px;
	color: #d0d0d0;
}


/*-----------------------关于我们------------------------------*/

.about_content {
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
}

.about_content>div>ul {
	width: 690px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.about_content>div>ul>li {
	width: 330px;
	height: 240px;
	position: relative;
	margin-bottom: 20px;
}

.about_content>div>ul>li img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: -1;
}

.about_content>div>ul>li h4 {
	font-size: 30px;
	color: #1B1B1B;
	line-height: 30px;
	font-weight: bold;
	margin-top: 86px;
	margin-left: 29px;
}

.about_content>div>ul>li span {
	font-size: 20px;
	color: #1B1B1B;
	font-weight: 400;
	line-height: 45px;
	margin-left: 29px;
}

.common_right {
	width: 280px;
	height: auto;
}

.cr_two_menu {
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}

.cr_two_menu h3 {
	width: 100%;
	font-size: 24px;
	color: #fff;
	line-height: 60px;
	background: #FB240A;
	padding-left: 23px;
}

.cr_two_menu h3 span {
	font-size: 16px;
	color: #FB8B7E;
	line-height: 60px;
}

.cr_two_menu ul {
	width: 100%;
	box-sizing: border-box;
	height: auto;
	/*border: 1px solid #666;*/
	border-bottom: none;
}

.cr_two_menu ul li {
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #666;
}

.cr_two_menu ul li a {
	font-size: 16px;
	color: #333;
	margin-left: 40px;
	line-height: 60px;
}

.cr_concat_us {
	/*width: 470px;*/
	height: auto;
	margin-bottom: 40px;
}

.cr_concat_us h3 {
	width: 100%;
	font-size: 24px;
	color: #fff;
	line-height: 60px;
	background: #FB240A;
	padding-left: 23px;
}

.cr_concat_us h3 span {
	font-size: 16px;
	color: #FB8B7E;
	line-height: 60px;
}

.cr_concat_us>div {
	width: 100%;
	box-sizing: border-box;
	height: auto;
	border: 1px solid #666;
}

.cr_concat_us div ul {
	margin: 29px;
}

.cr_concat_us div ul li a {
	font-size: 16px;
	color: #333;
	line-height: 36px;
}

.cr_concat_us>div>div {
	/*width: 412px;
	height: 220px;
	margin: 10px;*/
}


/*-----------------------关于我们-证书-----------------------------*/

.about_credential_content {
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
}

.about_credential_content>div>ul {
	width: 690px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.about_credential_content>div>ul>li {
	width: 330px;
	height: auto;
}

.about_credential_content>div>ul>li img {
	display: block;
	width: 100%;
	height: auto;
}

.about_credential_content>div>ul>li span {
	display: block;
	font-size: 18px;
	color: #333;
	line-height: 60px;
	text-align: center;
}


/*-----------------------关于我们-走进依斯普-----------------------------*/

.about_details_content {
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
}

.about_details_content>div>.adc_right {
	width: 690px;
}

.about_details_content .adc_right div {
	width: 100%;
	overflow: hidden;
}

.about_details_content .adc_right div img {
	width: 100%;
}

.about_details_content .adc_right ul {
	width: 100%;
	margin-top: 49px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.about_details_content .adc_right ul>li {
	width: 226px;
	height: 146px;
	position: relative;
}

.about_details_content .adc_right ul>li img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: -1;
}

.about_details_content .adc_right ul>li span {
	display: block;
	background: rgba(42, 42, 42, 0.8);
	margin-left: 5px;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	position: absolute;
	bottom: 0;
}


/*-----------------------关于我们-视频欣赏-----------------------------*/

.about_video_content {
	overflow: hidden;
	margin-top: 50px;
}

.about_video_content>div>ul {
	width: 820px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.about_video_content>div>ul>li {
	width: 400px;
	/*height: 350px;*/
	margin-bottom: 30px;
}


.about_video_content>div>ul>li div {
	width: 100%;
	height: 70px;
	box-sizing: border-box;
	padding:26px 15px;
	background: #848484;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.about_video_content>div>ul>li div:hover{
	background:#fb240a;
}

.about_video_content>div>ul>li div span {
	font-size: 18px;
	color:#fff;
	line-height: 30px;
}
.about_video_content>div>ul>li img {
	display: block;
	/*width: 100%;*/
	height: auto;
	margin: auto;
}
.about_video_content>div>ul>li div img {
	width: 22px;
	height:16px;
	float: right;
}
.about_video_content>div>ul>li .avc_play{
	width: 62px;
	height:62px;
	position: absolute;
	top:120px;
	left: 139px;
	z-index: 1;
 }
.about_video_content>div>ul>li span {
	display: block;
	font-size: 18px;
	color: #333;
	line-height: 60px;
	text-align: center;
}



/*-------------------产品展示----------------------*/
.product_display_content{
	overflow: hidden;
	margin-top: 50px;
}
.product_display_content>div>div>ul {
	width:840px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.product_display_content>div>div>ul>li a{
	display: block;
	width:410px;
	height: 320px;
    margin-bottom: 40px;
	position: relative;
}

.product_display_content>div>div>ul>li img {
	display: block;
	max-width: 100%;
	height: 100%;
	margin: auto;
	/*position: absolute;
	top: 0;
	z-index: -1;*/
}

.product_display_content>div>div>ul>li span {
	display: block;
	width: 100%;
	background: rgba(42, 42, 42, 0.8);
	text-align: center;
	font-size:18px;
	color: #fff;
	line-height: 40px;
	position: absolute;
	bottom: 0;
}
/*-------------------产品详情---------------------*/
.product_details_content{
	overflow: hidden;
	margin-top: 50px;
}
.product_details_content>div>div>div{
	width:100%;
}
/*-------------------产品样品展示---------------------*/
.product_sample_content{
	overflow: hidden;
	margin-top: 50px;
}
.product_sample_content>div>div>ul {
	width:700px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.product_sample_content>div>div>ul>li a{
	display: block;
	width:340px;
	height: 233px;
    margin-bottom: 40px;
	position: relative;
}

.product_sample_content>div>div>ul>li img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: -1;
}

.product_sample_content>div>div>ul>li span {
	display: block;
	width: 100%;
	background: rgba(42, 42, 42, 0.8);
	text-align: center;
	font-size:18px;
	color: #fff;
	line-height: 40px;
	position: absolute;
	bottom: 0;
}
/*-------------------产品样品详情---------------------*/
.product_sample_details_content{
	overflow: hidden;
	margin-top: 50px;
}
.product_sample_details_content>div>div>div{
	width:662px;
}
.product_sample_details_content>div>div>div img{
	width: 100%;
	display: block;
}
/*-------------------新闻资讯---------------------*/
.new_content{
	overflow: hidden;
	margin-top: 50px;
}
.new_content>div>div>ul {
	width: 690px;
}


.new_content>div>div>ul li {
	padding: 15px 0;
	border-top: 1px dashed #ababab;
}

.new_content>div>div>ul li:hover {
	background:#F7F7F7 ;
}
.new_content>div>div>ul li:hover span{
	color: #FD1E03 !important;
}


.new_content>div>div>ul li:nth-of-type(1) {
	border: none;
}

.new_content>div>div>ul a {
	display: block;
	display: flex;
	justify-content: flex-start;
}

.new_content>div>div>ul a>div:nth-of-type(1) {
	width: 17%;
	margin-right: 20px;
}

.new_content>div>div>ul a>div:nth-of-type(2) {
	width: 82%;
}

.new_content>div>div>ul div span:nth-of-type(1) {
	display: block;
	text-align: right;
	font-size: 24px;
	color: #121314;
}

.new_content>div>div>ul div span:nth-of-type(2) {
	display: block;
	text-align: right;
	font-size: 14px;
	color: #121314;
}

.new_content>div>div>ul div h4 {
	font-size: 18px;
	color: #121314;
	line-height: 25px;
}

.new_content>div>div>ul div p {
	font-size: 14px;
	color: #686868;
	line-height: 20px;
}
/*-------------------新闻详情---------------------*/
.new_content{
	overflow: hidden;
	margin-top: 50px;
}
.new_content>div>div>div{
	/*width: 690px;*/
}
/*-------------------技术支持---------------------*/
.support_content{
	overflow: hidden;
	margin-top: 50px;
}
.support_content>div>div>ul {
	width: 690px;
}

.support_content>div>div>ul li {
	box-sizing: border-box;
	padding:50px 30px;
	border-bottom: 1px solid #ababab;
}

.support_content>div>div>ul li:hover {
	background:#F7F7F7 ;
}

.support_content>div>div>ul a {
	display: block;
	display: flex;
	justify-content:space-around;
	align-items: center;
}

.support_content>div>div>ul a>div:nth-of-type(1) {
	width:78%;
	margin-right: 20px;
}

.support_content>div>div>ul a>div:nth-of-type(2) {
	width:18%;
}

.support_content>div>div>ul div span{
	font-size:18px;
	color:#686868;
}
.support_content>div>div>ul div h4 {
	font-size:20px;
	color: #333;
	font-weight:bold;
	line-height:34px;
}

.support_content>div>div>ul div p {
	font-size: 16px;
	color: #686868;
	line-height: 20px;
}

/*-------------------技术支持-使用说明书---------------------*/

.support_specification_content{
	overflow: hidden;
	margin-top: 50px; 
}
.support_specification_content>div>div>ul {
	width: 690px;
}

.support_specification_content>div>div>ul li {
	box-sizing: border-box;
	padding:50px 30px;
	border-bottom: 1px solid #ababab;
}

.support_specification_content>div>div>ul li:hover {
	background:#F7F7F7 ;
}

.support_specification_content>div>div>ul a {
	display: block;
	display: flex;
	justify-content:space-around;
	align-items: center;
}

.support_specification_content>div>div>ul a>div:nth-of-type(1) {
	width:78%;
	margin-right: 20px;
}

.support_specification_content>div>div>ul a>div:nth-of-type(2) {
	width:18%;
}

.support_specification_content>div>div>ul div span{
	font-size:18px;
	color:#686868;
}
.support_specification_content>div>div>ul div h4 {
	font-size:20px;
	color: #333;
	font-weight:bold;
	line-height:34px;
}

.support_specification_content>div>div>ul div p {
	font-size: 16px;
	color: #686868;
	line-height: 20px;
}

/*-------------------技术支持-使用说明书 详情---------------------*/
.support_specification_details_content{
	overflow: hidden;
	margin-top: 50px; 
}
.support_specification_details_content>div>div>div {
	width:674px;
}
/*-------------------联系我们-在线留言--------------------*/
.contact_us_ly_content{
	overflow: hidden;
	margin-top: 50px; 
}
.contact_us_ly_content>div>div>.culy_box {
	width:670px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contact_us_ly_content>div>div>.culy_box>div {
	width:100%;
	display: flex;
	justify-content:flex-start;
	align-items: center;
}
.contact_us_ly_content>div>div>.culy_box>input{
	width:320px;
	line-height: 70px;
	margin-bottom: 15px;
	font-size:20px ;
	color: #121314;
	border-radius: 5px;
	border:1px solid #D7D7D7;
	padding-left:25px;
}
.contact_us_ly_content>div>div>.culy_box>input::-webkit-input-placeholder,
.contact_us_ly_content>div>div>.culy_box>textarea::-webkit-input-placeholder{
	font-size:18px ;
	color: #999;
}
.contact_us_ly_content>div>div>.culy_box>textarea{
	width:100%;
	height:260px;
	border-radius: 5px;
	border:1px solid #D7D7D7;
	margin-bottom: 15px;
	padding-left:25px;
	line-height: 32px;
	font-size:20px ;
	color: #121314;
}
.contact_us_ly_content>div>div>.culy_box>div input{
	width:110px;
	line-height: 50px;
	margin-right: 9px;
	border-radius: 5px;
	border:1px solid #D7D7D7;
	padding-left:25px;
}
.contact_us_ly_content>div>div>.culy_box>div img{
	width:110px;
	height: 50px;
	border-radius: 5px;
	border:1px solid #D7D7D7;
}
.contact_us_ly_content>div>div>.culy_box>div .coolbg{
	width:300px;
	line-height: 50px;
	border-radius: 5px;
	background: #FE2000;
	margin: 30px 0;
	border:none;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
}
.contact_us_ly_content>div>div>.culy_box>div .coolbg:nth-of-type(2){
	margin-left: 30px;
	background:#C8A46D;
}
/*-------------------联系我们---------------------*/
.contact_us_content{
	overflow: hidden;
	margin-top: 50px; 
}
.contact_us_content>div>div>.cuc_box {
	width:672px;
}
.contact_us_content>div>div>.cuc_box .cuc_details{
	width:100%;
	height:auto;
	margin-bottom: 50px;
}
.contact_us_content>div>div>.cuc_box .cuc_details h4{
	font-size: 28px;
	color: #333;
	font-weight: 600;
	padding:25px 0;
}
.contact_us_content>div>div>.cuc_box .cuc_details h5{
	font-size: 18px;
	color:#F92207;
	line-height: 40px;
}
.contact_us_content>div>div>.cuc_box .cuc_details p{
	font-size: 16px;
	color:#484848;
	line-height:32px;
}
