*{
	box-sizing: border-box;
}
img{
	max-width: 100%;
}
.head {
	height: 100px;
	padding-top: 15px;
}
.head .logo{
	width: 900px;
}
.head .logo .text{
	border-left: 1px solid #808080;
	padding-left: 15px;
	margin-left: 15px;
	padding-top: 10px;
}
.head .logo .text h2{
	font-size: 20px;
	color: #F00000;
	font-weight: bold;
}
.head .logo .text p{
	font-size: 16px;
	color: #000;
	font-weight: bold;
}
.head .head-group{
	padding-top: 15px;
	width: 210px;
}
.head .head-group .tel{
	color: #808080;
}
.head .head-group .tel span{
	font-size: 24px;
	font-weight: bold;
	color: #555555;
	line-height: 24px;
}
.head .head-group  img{
	margin: 9px 10px 0 0;
}

.head_nav{
	background: #0051ac;
	color: #fff;
}


.nav-bar{
  background: #EEEEEE;
}
.nav-bar ul li a{
  color: #000;
  display: block;
  width: 100%;
  height: 100%;
}
.nav-bar ul li{
  width: calc(100%/7);
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  transition: all .5s ease;
  font-size: 16px;
}
.nav-bar ul li.active,
.nav-bar ul li:hover{
  background: #de0025;
}
.nav-bar ul li.active a,
.nav-bar ul li:hover a{
  color: #fff;
}

.swiper-container{
	position: relative;
	overflow: hidden;
}
body .swiper-button-next,
body .swiper-button-prev{
  width: 50px;
  height: 50px;
  background: #ccc;
  border-radius: 50%;
}
body .swiper-button-next:hover,
body .swiper-button-prev:hover{
  background: #de0025;
}
body .swiper-button-next::after,
body .swiper-button-prev::after{
  font-size: 14px;
  color: #fff;
}


.global_title{
	padding-top: 60px;
	position: relative;
	text-align: center;
	padding-bottom: 35px;
}
.global_title .h3_en{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}
.global_title h3{
	font-size: 30px;
	font-weight: bold;
	position: relative;
	z-index: 1;
}
.global_title h3 strong{
	color: #de0025;
}
.global_title p.des{
	position: relative;
	z-index: 1;
	font-size: 16px;
	color: #888888;
}
.global_title h2{
	font-size: 60px;
	font-family: 'Impact';
	margin-top: -35px;
	text-transform: uppercase;
}

.pro_index ul li{
	width: 380px;
	border:1px solid #f5f5f5;
	margin-right: 30px;
	margin-bottom: 30px;
}
.pro_index ul li:nth-child(3n){
	margin-right: 0px;
}
.pro_index ul li .cici{
	height: 280px;
}
.pro_index ul li .title{
	padding: 0 10px;
	height: 50px;
	line-height: 50px;
}
.pro_index ul li .title p{
	width: 210px;
	font-size: 15px;
}
.pro_index ul li .title span{
	width: 80px;
	height: 26px;
	color: #000;
	text-align: center;
	line-height: 26px;
	background: #E5E5E5;
	border-radius: 5px;
	font-size: 12px;
	margin-top: 12px;
}
.pro_index ul li:hover img{
	transform: scale(1.05);
}
.pro_index ul li:hover .title span{
	background: #de0025;
	color: #fff;
}


/*选择我们*/
.choose .box{
	width: 100%;
	height: 458px;
	background: url(../images/abt.jpg) no-repeat center;
	color: #fff;
}
.choose .box .container{
	height: 458px;
	position: relative;
}
.choose .box .container .inner{
	position: absolute;
	width: 400px;
}
.choose .box .container .inner h3{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}
.choose .box .container .inner.inner0{
	right: 100px;
	top: 50px;
	width: 500px;
}
.choose .box .container .inner.inner1{
	left: 40px;
	top: 160px;
	text-align: right;
}
.choose .box .container .inner.inner2{
	right: 90px;
	top: 237px;
	width: 400px;
}
.choose .box .container .inner.inner3{
	left: 125px;
	bottom: 50px;
	text-align: right;
}


/*简介*/
.com_index .box .img,
.com_index .box .text{
	width: 600px;
	border-top: 2px solid #f5f5f5;
}
.com_index .box .text{
	padding-top: 45px;
}
.com_index .box .text .content{
	background: #fff;
	padding-right: 20px;
}

.com_index .box .text h3{
	font-size: 24px;
	color: #555555;
	font-weight: bold;
}
.com_index .box .text .t p{
	font-size: 12px;
	text-transform: uppercase;
}
.com_index .box .text .t1{
	line-height: 28px;
	margin:15px 0 25px;
	color: #66686C;
}
.com_index .box .text a{
	width: 150px;
	height: 45px;
	color: #fff;
	display: block;
	margin-right: 10px;
	padding-left: 30px;
	line-height: 45px;
	font-size: 15px;
	background: #de0025;
	transition: all .5s ease;
	border-radius: 5px;
	margin-bottom: 25px;
}
.com_index .box .text a i{
	margin-left: 20px;
}



/*企业展示*/
.show .text h3{
	height: 50px;
	line-height: 50px;
	text-align: center;
	padding: 0 10px;
	transition: all .5s ease;
	border:1px solid #f5f5f5;
}
.show .box{
	position: relative;
}
.show .swiper-slide:hover h3{
	background: #de0025;
	color: #fff;
}


/*新闻资讯*/
.news_index{
	padding-bottom: 40px;
	background: #f5f5f5;
	margin-top: 50px;
}
.news_index .lnews{
	width: 570px;
	background: #fff;
}
.news_index .lnews .cici{
	height: 340px;
}
.news_index .lnews .text{
	padding: 25px 35px 25px 35px;
}
.news_index .lnews .text .time{
	font-size: 15px;
	color: #555;
}
.news_index .lnews .text h3{
	font-size: 22px;
	font-weight: bold;
	line-height: 24px;
	color: #555;
	margin:15px 0;
}
.news_index .lnews .text h3:hover{
	color: #00A69C;
}
.news_index .lnews .text .content{
	font-size: 14px;
	line-height: 26px;
}
.news_index .lnews .text a.more{
	font-size: 15px;
	display: inline-block;
	width: 140px;
	height: 40px;
	background: #de0025;
	color: #fff;
	line-height: 40px;
	text-align: center;
	margin-top: 25px;
	border-radius: 40px;
}
.news_index .list{
	width: 600px;
}

.news_index .list ul li{
	background: #fff;
	padding: 35px 40px 20px 40px;
	position: relative;
	margin-bottom: 15px;
}
.news_index .list ul li:last-child{
	margin-bottom: 0px;
}
.news_index .list ul li:after{
	content: '';
	position: absolute;
	width: 100px;
	border:2px solid #de0025;
	left: 0px;
	bottom: 0px;
	transition: all .5s ease;
}
.news_index .list ul li h4{
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
}
.news_index .list ul li .content{
	line-height: 24px;
	font-size: 14px;
	color: #AAAAAA;
	margin:15px 0 30px;
}
.news_index .list ul li p.time{
	color: #AAAAAA;
	font-size: 14px;
}
.news_index .list ul li h4 a:hover{
	color: #de0025;
}
.news_index .list ul li:hover:after{
	width: calc(100% - 4px);
}


/*底部*/
.footer{
  width: 100%;
  background: #212128;
  padding: 40px 0 0 0;
}
.footer .tp ul li{
  padding: 15px 15px;
}
.footer .tp ul li a{
  color: #fff;
  transition: all .5s ease;
  font-size: 16px;
}
.footer .link h3{
  font-size: 24px;
}
.footer .link p{
  font-size: 12px;
}
.footer .tp{
  border-bottom: 1px solid rgba(255,255,255,.2);
  padding-bottom: 15px;
  color: #fff;
}
.footer .pd{
	width: 500px;
}
.footer .pd h3{
	font-size: 16px;
	margin-bottom: 15px;
}
.footer .pd ul{
	width: 33%;
}
.footer .pd ul li{
	font-size: 14px;
	margin-bottom: 10px;
	width: 100%;
}
.footer .detail{
  padding: 40px 0;
  border-bottom: 1px solid rgba(255,255,255,.2);
  font-size: 15px;
}
.footer .detail,
.footer .detail a{
  color: #A9AAAA;
}
.footer .detail .add{
  line-height: 30px;
}
.footer .detail .add h3{
	font-size: 24px;
	color: #A9AAAA;
	margin-bottom: 13px;
}

.footer .tp ul li a:hover,
.footer a:hover{
  color: #FF6800;
}

.footer .er{
  width: 100px;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}
.footer .er img{
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}
.footer .bottom{
  color: #A9AAAA;
  padding: 15px 0;
  font-size: 14px;
}
.footer .bottom a{
  color: #A9AAAA;
}
.footer .bottom a:hover{
  color: #FF6800;
}
.footer .bottom .foot-l div{
  margin-right: 20px;
}


/*内页开始*/
.innner_banner{
	height: 365px;
	background-position: center;
	background-repeat: no-repeat;
	text-align: left;
	color: #fff;
	padding-top: 200px;
}
.innner_banner h3{
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 10px;
}
.innner_banner p,
.innner_banner p a{
	font-size: 16px;
	color: #fff;
}

.com_in .adv .inner{
	width: 380px;
	text-align: center;
}
.com_in .adv .inner .text{
	padding: 60px 15px;
	line-height: 26px;
}
.com_in .adv .inner h3{
	font-size: 24px;
	font-weight: bold;
}
.com_in .adv .inner span{
	display: inline-block;
	width: 40px;
	border:2px solid #de0025;
	margin:10px 0;
}


.com_in.pro_index{
	padding-top: 50px;
}

.com_in #par{
	padding-bottom: 40px;
}
.com_in .par{
	padding-bottom: 50px;
}
/*产品中心*/
.prodect-Info{
	padding: 50px 0;
	background: #F5F5F5;
}
.pro_info_box{
	background: #fff;
	padding: 35px;
}
.pro_info_box .img{
	width: 550px;
}
.pro_info_box .text{
	width: 530px;
}
.pro_info_box .text .title {
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #F5F5F5;
}
.pro_info_box .text .title h3{
	font-size: 28px;
}
.pro_info_box .text .title h3 span{
	font-size: 16px;
	color: #9E9E9E;
	margin-top: 10px;
	font-weight: normal;
}
.pro_info_box .text .title h4{
	font-size: 18px;
	color: #FF6800
}
.pro_info_box .text .tags{
	line-height: 28px;
	margin:20px 0;
}
.pro_info_box .text .g{
	width: 120px;
	height: 130px;
	border:1px solid #E4E4E4;
	border-radius: 10px;
	overflow: hidden;
}
.pro_info_box .text .g .img{
	height: 85px;
	display: flex;
	align-items: center;
}
.pro_info_box .text .g .img img{
	margin:0 auto;
}
.pro_info_box .text .g p{
	display: block;
	height: 45px;
	line-height: 45px;
	background: #2A359A;
	color: #fff;
	text-align: center;
	font-size: 18px;
}
.pro_info_box .text .tt{
	font-size: 16px;
	color: #555555;
	padding: 15px 0;
	border-top: 1px solid #F5F5F5;
	border-bottom: 1px solid #F5F5F5;
	margin-top: 20px;
}
.pro_info_box .text .tt span{
	font-size: 24px;
	color: #de0025;
	font-weight: bold;
}
.pro_info_box .text .lin a{
	display: inline-block;
	width: 200px;
	height: 40px;
	background: #de0025;
	color: #fff;
	margin: 15px 0;
	text-align: center;
	line-height: 40px;
	color: #fff;
	border-radius: 5px;
}
.pro_info_box .text .page{
	margin-top: 20px;
}
.pro_info_box .text .page .cl1{
	width: 48%;
}
.pro_info_box .text .page .page-a {
	display: inline-block; margin-left: 10px;
}
.pro_info_box .text .page .page-a a:hover{
	color: #de0025;
}
.prodect-Info .other{
	background: #fff;
	padding: 35px;
	margin-top: 20px;
}
.prodect-Info .other h2{
	font-size: 26px;
	display: block;
	border-bottom: 1px solid #F5F5F5;
	padding-bottom: 12px;
	margin-bottom: 40px;
}
.prodect-Info .other p{
	display: block;
	height: 50px;
	line-height: 50px;
	background: #EEEEEE;
}
.prodect-Info .other .swiper-slide:hover p{
	background: #de0025;
	color: #fff;
}


/*企业展示*/
.com_inner.pro{
	padding: 50px 0;
}
.de_product_list ul li{
	width: 380px;
	margin:0 15px 15px 0;
	text-align: center;
}
.de_product_list ul li:nth-child(3n){
	margin-right: 0px;
}
.de_product_list ul li .cici{
	height: 280px;
}

.de_product_list ul li .title h3{
	height: 50px;
	background: #f5f5f5;
	font-size: 16px;
	line-height: 50px;
	transition: all .5s ease;
}
.de_product_list ul li:hover h3{
	background: #de0025;
	color: #fff;
}


/*新闻*/
.com_inner.news{
  padding: 50px 0;
}
.com_inner.news .in_inner .de-news-list li{
  padding: 20px;
  border-bottom:1px solid #F3F3F3;
  width: 100%;
  background: #fff;
  margin-bottom: 20px;
}
.com_inner.news .in_inner .de-news-list li a .img.cici{
  width: 250px;
  height: 150px;
}
.com_inner.news .in_inner .de-news-list li a .box{
  width: 850px;
  display: flex;
  align-items: center;
}
.com_inner.news .in_inner .de-news-list li a .box h4{
  font-size: 20px;
  margin-bottom: 10px;
}
.com_inner.news .in_inner .de-news-list li a .box .content{
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 20px;
}
.com_inner.news .in_inner .de-news-list li a .box  .time{
  color: #de0025;
  font-size: 14px;
}
.com_inner.news .in_inner .de-news-list li:hover h4{
  color: #de0025;
}
.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;
}


.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: #de0025;
}

.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin: 0px 0 40px 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: #de0025;
  background: #de0025;
}
.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.contact{
  background: #f5f5f5;  
  padding-top: 50px;     
  padding-bottom: 50px;            
}
#dituContent img{
  max-width: none;
}
.com_inner.contact .de-contact{
  background: #fff;
}
.com_inner.contact .de-contact .contact-list{
  width: 600px;
  padding: 44px 44px  20px 44px;
}
.com_inner.contact .de-contact .contact-list h3{
  font-size: 24px;
  color: #de0025;
  font-weight: bold;
  margin-bottom: 4px;
}
.com_inner.contact .de-contact .contact-list h4{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.com_inner.contact .de-contact .contact-list p{
  line-height: 36px;
  font-size: 16px;
}
.com_inner.contact .de-contact .contact-list .p{
	padding-left: 110px
}
.com_inner.contact .de-contact .contact-list p:hover a{
  color: #2777F9;
}
.com_inner.contact .de-contact .contact-list .wxx{
	margin-top: 30px;
}
.com_inner.contact .de-contact .contact-list .wxx .wx1{
	margin-right: 20px;
}
.com_inner.contact .de-contact .contact-list .wxx .wx1 img{
	width: 120px;
	height: 120px;
}
.com_inner.contact .de-contact .contact-map{
  width: 600px;
}
.com_inner.contact .de-contact .contact-map #dituContent{
  width: 100%;
  height: 475px;
}

.contact-liuyan{
	background: #fff;
	padding: 0 50px 50px;
	margin-top: 50px;
}
.com_inner.contact .in_title{
	padding-bottom: 30px;
}
.com_inner.contact .in_title h3{
	font-size: 24px;
	font-weight: bold;
	padding-top: 50px;
}
.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 #da0000;
}
.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 #de0025;
}
.contact-liuyan .pink-btn{
  padding: 16px 145px;
  background: #de0025;
  border:none;
  color: #fff;
  cursor: pointer;
  transition: all .5s ease;
}
.contact-liuyan .pink-btn:hover{
	border-radius: 10px;
}





























