*{
  box-sizing: border-box;
}
img{
	max-width: 100%;
}
.top_bar{
  background: url(../images/tb1.jpg) no-repeat center;
  height: 40px;
  line-height: 40px;
  color: #fff;
}
.top_bar .tb-rig span{
	font-size: 24px;
	font-weight: bold;
}
.head{
	padding: 25px 0;
}
.head ul li{
	font-size: 16px;
	font-weight: bold;
	color: #555555;
	padding: 15px 15px;
}
.head ul li:hover a,
.head ul li.active a{
	color: #FF7A00;
}
.head .en{
	width: 130px;
	background: #DEE4E7;
	border-radius: 40px;
	height: 40px;
	margin-top: 5px;
}
.head .en a{
	display: inline-block;
	font-size: 16px;
	line-height: 40px;
}
.head .en span{
	display: inline-block;
	margin:0 10px;
	line-height: 37px;
}
.head .en a:hover{
	color: #FF7A00;
}

/*banner*/
.banner img{
	max-width: 100%;
}
.swiper {
    width: 100%;
    height: 100%;
}
.banner .swiper-button-prev,
.banner .swiper-button-next{
  color: #FF7A00;
}
/*产品中心*/
.glo_title {
  padding: 50px 0 30px 0;
}
.glo_title h3{
  font-size: 38px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin:0 auto;
}
.glo_title span{
  color: #FF7B00;
  margin-left: 5px;
}
.glo_title p{
  font-size: 16px;
  color: #919191;
}
.glo_title img{
	margin:20px auto 0;
}

.product_index{
	background: url(../images/pbj.jpg) no-repeat center;
	background-size: cover;
	padding-bottom: 50px;
}
.protype{
  width: 100%;
  height: 70px;
  line-height: 70px;
  font-size: 16px;
  border-bottom: 1px solid #DDDDDD;
}
.protype ul li{
  padding: 0 20px;
  border-bottom: 2px solid #F1F1F1;
  margin: 0 5px 0 5px;
  transition: all .5s ease;
  height: 69px;
} 
.protype ul li.hit,
.protype ul li:hover{
  border-bottom: 2px solid #FF7A00;
}
.product_index .panes{
  margin: 30px auto 30px auto;
}
.product_index .panes .pane{
  display: none;
  background: #fff;
  padding: 25px;
  height: 800px;
}
.product_index .panes .pane ul li{
  width: 370px;
  height: 320px;
  margin: 0 19px 20px 0;
}
.product_index .panes .pane ul li:nth-child(3n){
  margin-right: 0px;
}
.product_index .panes .pane ul li .cici{
  width: 100%;
  height: 270px;
  background: #F1F1F1;
}
.product_index .panes .pane ul li .title{
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #F1F1F1;
  font-size: 15px;
  padding: 0 15px;
}
.product_index .panes .pane ul li:hover .title{
  background: #FF7A00;
}
.product_index .panes .pane ul li:hover a{
  color: #fff;
}
.product_index .panes .pane .more{
  width: 200px;
  height: 50px;
  line-height: 50px;
  border:1px solid #ccc;
  margin:20px auto 0 auto;
}
.product_index .panes .pane .more:hover{
  background: #FF7A00;
  border-radius: 10px;
  color: #fff;
  border:1px solid #FF7A00;
}


/*优势*/
.adv_box{
	background: url(../images/tb2.jpg) no-repeat center;
	height: 585px;
	padding-top: 117px;
}
.adv_box .t{
	margin-bottom: 20px;
}
.adv_box .t .img{
	width: 77px;
	height: 77px;
	background: #fff;
	border-radius: 10px;
	margin-right: 20px;
}
.adv_box .t .img img{
	height: 47px;
	margin:16px auto 0 auto;
}
.adv_box .t .e{
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}
.adv_box .t .e p:first-child{
	font-size: 18px;
}
.adv_box .t .e{
	display: flex;
	align-items: center;
}


/*简介*/
.company_index{
	padding-bottom: 50px;
}
.company_index .com_box .text,
.company_index .com_box .video{
	width: 50%;
	height: 358px;
}
.company_index .com_box .text{
	padding: 50px;
	background: #F4F4F4;
}
.company_index .com_box h4{
	font-size: 30px;
	color: #FF7A00;
	text-transform: uppercase;
	line-height: 30px;
	font-weight: bold;
}
.company_index .com_box h3{
	font-size: 26px;
	font-weight: bold;
}
.company_index .com_box .content{
	margin:20px 0 25px;
	line-height: 26px;
}
.company_index .com_box .more{
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border:1px solid #ccc;
}

/*视频*/
.company_box_video .s4_crbl .cici{
	height: 358px;
}
.company_box_video .s4_crbl{position: relative;height: 100%;}
.company_box_video .s4_crbl .s4_crbla{overflow: hidden;height: 100%;}
.company_box_video .s4_crbl .s4_crbla img{
	transition: transform 0.6s;
	-moz-transition: transform 0.6s; 
	-webkit-transition: transform 0.6s; 
	-o-transition: transform 0.6s;
	max-width: 100%;
	
}
.company_box_video .s4_crbl:hover .s4_crbla img{
	transform:scale(1.1);
-ms-transform:scale(1.1); 	
-moz-transform:scale(1.1); 	
-webkit-transform:scale(1.1); 
-o-transform:scale(1.1); 
}
.marketing-about-thumb {
	margin: 0
}

@media(max-width:991px) {
	.marketing-about-thumb {
		margin-bottom: 50px
	}
}

.marketing-about-thumb:before {
	/*background-color: rgba(0,0,0,0.6);*/
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%
}

.marketing-about-thumb .about-video-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}

.marketing-about-thumb .btn-video-popup {
	border-radius: 50%;
	border: 5px solid #FFF;
	color: #FFF;
	display: block;
	text-align: center;
	height: 80px;
	width: 80px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 2;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.marketing-about-thumb .btn-video-popup:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.marketing-about-thumb .btn-video-popup i {
	font-size: 24px
}

@media(max-width:575px) {
	.marketing-about-thumb .btn-video-popup {
		width: 70px;
		height: 70px
	}

	.marketing-about-thumb .btn-video-popup i {
		font-size: 20px
	}
}
.ui-widget-overlay {
	background: #aaa;
	opacity: .3;
	filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: 0!important;
	backface-visibility: hidden
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.mfp-align-top .mfp-container:before {
	display: none
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}

.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.mfp-loading.mfp-figure {
	display: none
}

.mfp-hide {
	display: none!important
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}

.mfp-preloader a {
	color: #ccc
}

.mfp-preloader a:hover {
	color: #fff
}

.mfp-s-ready .mfp-preloader {
	display: none
}

.mfp-s-error .mfp-content {
	display: none
}

button.mfp-arrow,button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: 0;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial,Baskerville,monospace
}

.mfp-close:focus,.mfp-close:hover {
	opacity: 1
}

.mfp-close:active {
	top: 1px
}

.mfp-close-btn-in .mfp-close {
	color: #333
}

.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}

.mfp-iframe-holder .mfp-close {
	top: -40px
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0,0,0,.6);
	background: #000
}
/*视频结束*/

.factory{
	margin-top: 20px;
	position: relative;
	padding-bottom: 30px;
}
.factory .swiper-pagination{
	width: 100%;
	bottom: -10px;
}
.factory .swiper-pagination-bullet{
	margin:0 5px;
}
.factory .swiper-pagination-bullet-active{
	width: 35px;
	background: #FF7A00;
	border-radius: 10px;
}
.factory .cici{
	height: 202px;
}
.factory img:hover{
	transform: scale(1.1);
}

/*核心优势*/
.core{
	background: url(../images/core.jpg) no-repeat top;
}
.core .glo_title,
.core .glo_title p{
	color: #fff;
}
.core .core_box .inner{
	width: 390px;
	height: 475px;
	padding: 15px;
	background: #fff;
	box-shadow: 0 0 10px #eee;
	margin-right: 15px;
}
.core .core_box .inner:last-child{
	margin-right: 0px;
}
.core .core_box .inner .images{
	width: 100%;
	height: 230px;
	position: relative;
}
.core .core_box .inner .images .sq{
	width: 92px;
	height: 92px;
	border:15px solid #F4F4F4;
	border-radius: 100%;
	background: #fff;
	position: absolute;
	left: 50%;
	bottom: -46px;
	margin-left: -46px;
}
.core .core_box .inner .images .sq img{
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.core .core_box .inner .images .sq .img{
	position: relative;
	width: 30px;
	height: 30px;
	margin:15px auto;
}
.core .core_box .inner .images .sq .img img:last-child{
	opacity: 0;
}
.core .core_box .inner:hover .images .sq .img img:last-child{
	opacity: 1;
}
.core .core_box .inner:hover .images .sq .img img:first-child{
	opacity: 0;
}
.core .core_box .inner:hover .images .sq{
	background: #FF7A00;
}
.core .core_box .inner .text{
	padding: 60px 30px 0;
}
.core .core_box .inner .text h3{
	font-size: 26px;
	font-weight: bold;
}
.core .core_box .inner .text span{
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.core .core_box .inner .text .content{
	font-size: 15px;
	line-height: 26px;
}

/*新闻*/
.xinwen ul{width: 580px;margin-bottom: 40px;}
.xw-l li{overflow:hidden;position:relative;}
.xw-l li .cici{height: 276px;margin-bottom: 43px;}
.xw-r li{transition: all .5s ease; width:100%;height:130px;margin-bottom:15px;background: #EEEEEE;padding: 25px 40px 0 0px;}
.xw-time{width:120px;text-align:center;border-right: 1px solid #ccc;}
.xw-time span{display:block;font-size:36px;}
.xw-time p{width:100%;font-size: 16px;}
.xw-cont{width:400px;}
.xw-cont h3{font-size:18px;}
.xw-cont p{color:#8f8f8f;line-height:24px;padding-top:5px;}
.xinwen li a:hover h3{color:#FF7A00;}
.xw-l .xw-cont{margin-right: 40px;}
.xinwen .xw-r li:hover{box-shadow: 0 0 10px #ccc;}

/*foot*/
.footer{
	background: url(../images/bb.jpg) repeat;
}
.fhead {
  height: 130px;
}
.fhead .flogo{
  margin-top: 40px;
  overflow: hidden;
  width: 50%;
}
.fhead .flogo img {
  display: inline-block;
  vertical-align: middle;
  max-width:100%;
  max-height:100%;
}
.fhead .flogo .logo_right_text{
  padding: 0 0 0 1%;
  margin-left: 1%;
  border-left: 1px solid #DDDDDD;
  font-size: 16px;
  display: flex;
  align-items: center;
  min-width: 240px;
}
.fhead .flogo .logo_right_text strong{
  color: #E90000;
}
.fhead  .head_group{
  margin-top: 37px;
}
.fhead  .head_group img{
  margin:15px 10px 0 0;
}
.fhead  .head_group p.t{
  font-size: 14px;
  color: #fff;
  font-weight: normal;
}
.fhead  .head_group p{
  font-size: 30px;
  color:#fff;
  font-weight: bold;
  line-height: 32px; 
}
.bnav {
	border-top:1px solid #888888;
	border-bottom:1px solid #888888;
	padding: 40px 0 30px;
}
.bnav ul li{
	padding: 10px 30px 10px 0;
}
.bnav ul li a{
	color: #fff;
	font-size: 15px;
}
.bnav ul li a:hover{
	color: #FF7A00;
}
.bnav .add{
	margin-top: 20px;
}
.bnav .add p{
	font-size: 16px;
	color: #A9AAAA;
	line-height: 30px;
}
.bnav .e{
	width: 100px;
	text-align: center;
	color: #A9AAAA;
}
.bnav .e img{
	width: 100px;
	height: 100px;
	margin-bottom: 10px;
}
.footer .bottom{
  color: #A9AAAA;
  padding: 15px 0;
}
.footer .bottom a{
  color: #A9AAAA;
}
.footer .bottom a:hover{
  color: #FF7A00;
}
.footer .bottom .foot-l div{
  margin-right: 20px;
}


/*内页开始*/
.in_banner{
  height: 390px;
  font-size: 24px;
  color: #fff;
  line-height: 24px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  text-align: left;
  align-items: center;
}
.in_banner h3{
  font-size: 36px;
  font-weight: bold;
  margin:10px 0 20px 0;
}
.in_banner h4{
  font-size: 20px;
}
.in_banner span{
  font-size: 14px;
  margin-top: 30px;
  display: block;
}
.in_banner a{
  color: #fff;
}
.in_banner {
	font-size: 14px;
}
.com_inner{
	padding: 50px 0;
}
.com_inner .company_box .text{
	width: 580px;
}
.com_inner .company_box .img{
	width: 580px;
}
.com_inner .cp{
	background: url(../images/cp.jpg) no-repeat center;
	margin-top: 50px;
	padding-bottom: 70px;
}
.com_inner .factory{
	margin-bottom: 60px;
}
.com_inner .factory .cici{
	height: 270px;
}

.pro-sider{
  height: 60px;
  border-bottom:1px solid  #DCDCDC;
  line-height: 58px;
  margin-bottom: 40px;
  margin-top: -20px;
}
.pro-sider a{
  display: inline-block;
  padding: 0 40px;
  transition: all .5s ease;
}
.pro-sider a:hover,
.pro-sider a.active{
  border-bottom: 2px solid #FF7A00;
  color: #FF7A00;
}
.com_inner.pro .in_inner ul li{
  width: 380px;
  height: 320px;
  margin: 0 19px 20px 0;
}
.com_inner.pro .in_inner ul li:nth-child(3n){
  margin-right: 0px;
}
.com_inner.pro .in_inner ul li .cici{
  width: 100%;
  height: 270px;
  background: #F1F1F1;
}
.com_inner.pro .in_inner ul li .title{
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #F1F1F1;
  font-size: 15px;
  padding: 0 15px;
}
.com_inner.pro .in_inner ul li:hover .title{
  background: #FF7A00;
}
.com_inner.pro .in_inner ul li:hover a{
  color: #fff;
}
.com_inner.pro .proinfo{
	padding: 10px;
	border:1px solid #ccc;
}
.com_inner.pro .proinfo .img,
.com_inner.pro .proinfo .text{
	width: 50%;
}
.com_inner.pro .proinfo .text{
	padding: 40px;
}
.com_inner.pro .proinfo .text h3{
	font-size: 26px;
	font-weight: bold;
}
.com_inner.pro .proinfo .text .des{
	font-size: 15px;
	border-bottom: 1px solid #ccc;
	padding: 10px 0 20px 0;
	position: relative;
}
.com_inner.pro .proinfo .text .des:before{
	content: '';
	display: inline-block;
	width: 50px;
	height: 0px;
	border:1px solid #FF7A00;
	position: absolute;
	left: 0px;
	bottom: -1px;
}
.com_inner.pro .proinfo .text .des span{
	margin-right: 20px;
}
.com_inner.pro .proinfo .text .tag{
	margin:20px 0 40px 0;
	line-height: 24px;
}
.com_inner.pro .proinfo .text a.more{
	width: 160px;
	height: 40px;
	line-height: 40px;
	background: #FF7A00;
	color: #fff;
	text-align: center;
	display: inline-block;
}
.com_inner.pro .prodetail{
	margin-top: 40px;
}
.com_inner.pro .prodetail h3,
.com_inner.pro .other h3{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.com_inner.pro .prodetail .content{
	margin:  0 0 40px 0;
}
.com_inner.pro .other{
	margin-bottom: 30px;
}
.com_inner.pro .other .title{
	height: 40px;
	line-height: 40px;
}
.com_inner.pro .other .swiper-slide:hover .title{
	background: #FF7A00;
	color: #fff;
}

.newsPage{
  margin:40px 0 0 0;
}
.newsPage .page-a{
  height: 50px;
  border-bottom: 1px solid #F3F3F3;
  line-height: 50px;
}
.newsPage .page-a a:hover{
  color: #FF7A00;
}

.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin: 35px 0 0 0;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
}
.de-page-mian .page-inner a {
  display: block;
  float: left;
  min-width: 26px;
  padding: 0 14px;
  height: 36px;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin-right: -1px;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #FF7A00;
  background: #FF7A00;
}
.de-page-mian .page-inner a.prev {
  margin-right: 10px;
  background: #fff url(../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #fff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
  margin-left: 10px;
  margin-right: 15px;
  background: #fff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #fff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
}
.de-page-mian .page-inner span {
  display: block;
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
}
.de-page-mian .page-inner input {
  display: block;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}



/*新闻*/
.com_inner .news_list ul li{
	width: 380px;
	border:1px solid #F3F3F3;
	padding: 10px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.com_inner .news_list ul li:nth-child(3n){
	margin-right: 0px;
}
.com_inner .news_list ul li .cici{
	height: 240px;
	position: relative;
}
.com_inner .news_list ul li .cici .time{
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 14px;
	color: #fff;
	display: inline-block;
	padding: 5px 15px;
	background: #FF7A00;
}
.com_inner .news_list ul li .box{
	padding: 25px 10px 15px 10px;
}
.com_inner .news_list ul li h4{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}
.com_inner .news_list ul li .content{
	line-height: 24px;
	margin-bottom: 10px;
	color: #666666;
}
.com_inner .news_list ul li:hover .box a{
	color: #FF7A00;
}
.com_inner .news_list ul li:hover{
	box-shadow: 0 0 10px #eee;
}
.com_inner.news .in_inner .news-detail-title{
  text-align: center;
}
.com_inner.news .in_inner .news-detail-title .h3{
  font-size: 23px;
}
.com_inner.news .in_inner .news-detail-title .b{
  border-bottom: 1px solid #F3F3F3;
  padding: 10px 0;
  border-bottom: 1px solid #F3F3F3;
}
.com_inner.news .in_inner .news-detail{
  padding: 30px 0;
}


/*联系*/
.com_inner.contact{
  padding-top: 0px;                 
}
#dituContent img{
  max-width: none;
}
.com_inner.contact .de-contact{
  background: #F3F3F3;
}
.com_inner.contact .de-contact .contact-list{
  width: 480px;
  padding: 50px;
  background: #FF7A00 url(../images/xt.png) no-repeat right bottom;
  color: 3fff;
}
.com_inner.contact .de-contact .contact-list h3{
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  font-family: 'Impact';
  text-transform: uppercase;
}
.com_inner.contact .de-contact .contact-list h4{
	font-size: 18px;
	color: #fff;
	line-height: 18px;
	border-bottom: 1px solid rgba(255,255,255,.7);
	padding-bottom: 20px;
}
.com_inner.contact .de-contact .contact-list .tl{
	padding: 15px 0;
	color: #fff;
	font-size: 30px;
}
.com_inner.contact .de-contact .contact-list .tl p{
	font-size: 30px;
	font-weight: bold;
}
.com_inner.contact .de-contact .contact-list .tl img{
	margin-right: 10px;
}
.com_inner.contact .de-contact .contact-list p{
  line-height: 36px;
  font-size: 16px;
  color: #fff;
}
.com_inner.contact .de-contact .contact-list p:hover a{
  color: #E90000;
}
.com_inner.contact .de-contact .contact-map{
  width: 720px;
}
.com_inner.contact .de-contact .contact-map #dituContent{
  width: 100%;
  height: 370px;
}

.contact-liuyan .form-right{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 50%;
}
.contact-liuyan .inputbox{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.contact-liuyan input[type=text]{
    width: 48.5%;
    line-height: 45px;
    border:1px solid #eee;
    padding-left: 15px;
    outline: none;
    background: #F1F1F1;
    font-size:14px;
    color:#333;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    margin-bottom: 8px;
}
.message.ser .contact-liuyan input[type=text]{
  width: 33%;
}
.contact-liuyan  input:focus{
    border:1px solid #FF7A00;
}
.contact-liuyan  input[type=text]::placeholder{
    font-size:14px;
    color:#999;
}
.contact-liuyan input[name=captcha]{
    width: 40%;
    margin-right: 15px;
}
.contact-liuyan .verify{
    height: 45px;
    width: 20%;
}
.contact-liuyan .verify img{
    height: 100%;
}
.contact-liuyan textarea{
    width:100%;
    height: 155px;
    border:1px solid #eee;
    background: #F1F1F1;
    padding:15px;
    outline: none;
    resize: none;
    font-size:14px;
    color:#333;
    margin-bottom: 8px;
    font-family: "Microsoft Yahei";
}
.contact-liuyan textarea::placeholder{
    font-size:14px;
    color:#999;
}
.contact-liuyan textarea:focus{
    border:1px solid #FF7A00;
}
.contact-liuyan .pink-btn{
  padding: 16px 145px;
  background: #FF7A00;
  border:none;
  color: #fff;
  cursor: pointer;
}



