.inner_banner{width: 100%;}
.inner_banner img{width: 100%;}
/*contact*/
.main_part{width: 100%;}
.main_part .part_con{
	width: 1200px;
}
.contact{
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
	background: #f5f5f5;
}
.contact .contact_con{
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 5px #ccc;
	overflow: hidden;
}
.contact_con h2{
	font-size: 34px;
	text-align: center;
	font-weight: normal;
	margin-top: 40px;
	color: #007def;
}
.contact_con h3{
	font-size: 20px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 40px;
	color: #333333;
}
.contact_con .main{
	width: 100%;
	height: 500px;
	margin-bottom: 30px;
	padding: 0 145px;
	display: flex;
}
.contact_con .main .left{
	width: 500px;
	height: 500px;
	background: linear-gradient(0deg,#138af7 0%,#43a4fc 51%,#2f98f8 100%);
	opacity: 0.85;
	border-radius: 50%;
	margin-right: -43px;
	z-index: 2;
	padding-top: 80px;
}
.contact_con .main .left .img{
	display: flex;
	justify-content: center;
}
.contact_con .main .left h5{
	margin: 20px 0px 20px 55px;
	font-size: 18px;
	color: #fff;
}
.contact_con .main .left span{
	display: inline-block;
	margin-bottom: 20px;
	margin-left: 55px;
	font-size: 40px;
	color: #fff;
}
.contact_con .main .left p.adress{
	background: url(../picture/adress.png) no-repeat;
	background-position: 0 50%;
}
.contact_con .main .left p.phone{
	background: url(../picture/phone.png) no-repeat;
	background-position: 0 50%;
}
.contact_con .main .left p.email{
	background: url(../picture/email.png) no-repeat;
	background-position: 0 50%;
}
.contact_con .main .left p{
	margin-bottom: 20px;
	line-height: 22px;
	padding-left: 30px;
	color: #fff;
	margin-left: 55px;
	font-size: 14px;
}
.contact_con .main .right{
	padding-top: 80px;
	margin-left: -43px;
	width: 500px;
	height: 500px;
	background:#000;
	opacity: 0.75;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.contact_con .main .right h6{
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.contact_con .main .right form{
	width: 270px;
}
.contact_con .main .right form input[type=text]{
	width: 100%;
	height: 35px;
	margin-top: 20px;
	background: transparent;
	border: 1px solid #aaaaaa;
	padding-left: 10px;
	border-radius: 4px;
	outline: none;
}
.contact_con .main .right form textarea{
	width: 100%;
	height: 100px;
	margin-top: 20px;
	background: transparent;
	border: 1px solid #aaaaaa;
	resize: none;
	padding-left: 10px;
	border-radius: 4px;
	outline: none;
}
::-webkit-input-placeholder{color: #fff;}
.contact_con .main .right form input[type=submit]{
	margin-top: 20px;
	width: 100%;
	height: 35px;
	background-image: linear-gradient(0deg, #0e86f4 0%, #2a98fe 100%);
	border-radius: 4px;
	border: none;
	color: #fff;
	outline: none;
}
.contact_con .map{
	width: 100%;
	margin-bottom: 30px;
}
/*about_honor*/
.sub_nav{
	width: 100%;
	min-width: 1200px;
	background: #f5f5f5;
}
.sub_nav_con{
	width: 1200px;
	margin: 0 auto;
	margin-top: -40px;
	display: flex;
}
.sub_nav_con .item{margin-right: 10px;}
.sub_nav_con .item a{
	display: inline-block;
	width: 140px;
	height: 40px;
	background: #007DEF;
	color: #fff;
	text-align: center;
	line-height: 40px;
	transition: all linear 0.3s;
}
.sub_nav_con div.active a{
	background: #b7170c;
}
.sub_nav_con .item a:hover{
	background: #b7170c;
}
.honor{
	min-width: 1200px;
	width: 100%;
	background: #F5F5F5;
}
.honor_con{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.honor_con h2{
	font-size: 34px;
	text-align: center;
	font-weight: normal;
	margin-top: 40px;
	color: #007def;
}
.honor_con h3{
	font-size: 20px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 40px;
	color: #333333;
}
.honor_con .list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}
.honor_con .list .item{
	width: 290px;
	margin-bottom: 20px;
}
.honor_con .list .itemempty{
	width: 290px;
	margin-bottom: 0px;
}
.honor_con .list .item:hover .img img{transform: scale(1.1);}
.honor_con .list .item:hover p{
	background: #007DEF;
	color: #fff;
}
.honor_con .list .item .img{
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.honor_con .list .item .img img{
	width: 100%;
	height: 100%;
	transition: all linear 0.3s;
}
.honor_con .list .item p{
	width: 100%;
	height: 50px;
	background: #fff;
	text-align: center;
	line-height: 50px;
	font-size: 15px;
	transition: all linear 0.3s;
}
.paging{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
.paging p{
	width: 40px;
	height: 40px;
	border-radius: 6px;
	border: solid 1px #bbbbbb;
	text-align: center;
	line-height: 40px;
	margin: 0 5px;
	transition: all linear 0.3s;
}
.paging p:hover{
	color: #fff;
	background: #007def;
	border: 1px solid #007def;
}
.paging p.active{
	color: #fff;
	background: #007def;
	border: 1px solid #007def;
}

/**/
.honor .honor_con .main{
	margin-bottom: 30px;
	/*display: flex;*/
	/*justify-content: space-around;*/
}
.honor .honor_con .main .left{
	
}
.honor .honor_con .main .left p{
	margin-bottom: 5px;
	font-size: 15px;
	color: #666;
	line-height: 26px;
	text-indent: 2em;
	text-align: justify;
}
.honor .honor_con .main .right{
	display: inline;
	width: 500px;
	overflow: hidden;
}
.honor .honor_con .main .right img{
	width: 500px;
	height: 500px;
	transition: all linear 0.3s;
}
.honor .honor_con .main .right:hover img{
	transform: scale(1.1);
}
/*rencai*/
.honor_con .invite_content{margin-bottom: 30px;}
.honor_con .invite_content img{width: 100%;}
.honor_con .invite_content ul{width: 100%;}
.honor_con .invite_content li:not(.content_list){
	width: 100%;
	height: 55px;
	border-bottom: 1px solid #c1c1c1;
	line-height: 55px;
}
.honor_con .invite_content li.content_list{
	width: 100%;
	height: 320px;
	display: flex;
	background:rgba(255,255,255,0.4);
}
.honor_con .invite_content li.content_list div{
	width: 50%;
	padding: 20px;
}
.honor_con .invite_content li.content_list div p{
	padding: 10px 0;
	text-indent: 2rem;
	color: #666;
	font-size: 14px;
}
.honor_con .invite_content li a{
	padding: 0 30px;
	display: flex;
	justify-content: space-between;
	width: 100%;
	transition: all linear 0.3s;
}
.honor_con .invite_content li:first-child{
	padding: 0 30px;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
}
.honor_con .invite_content li:not(:first-child) a{
	font-size: 14px;
	color: #666666;
}
.honor_con .invite_content li.title_list:last-child{border: none;}
.honor_con .invite_content li:not(:first-child):hover a{background-color: #007def;}
.honor_con .invite_content li:not(:first-child):hover a span{color: #fff;}
/*product*/
.inner_pro{
	width:100%;
	/*height: ;*/
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.inner_pro a{
	width: 140px;
	height: 200px;
	text-align: center;
	margin-bottom: 20px;
	background: url(../picture/a_bg.png) no-repeat;
	background-size: 100% 100%;
	background-position: center;
	color: #fff;
	font-size: 20px;
	padding: 50px 10px;
	transition: all linear 0.3s;
}
.inner_pro a:hover{background-size: 110% 110%;}
/*产品详情*/
.pro_detail{
	width: 100%;
	background: #F5F5F5;
}
.pro_detail .detail_con{
	width: 1200px;
	background: #fff;
	overflow: hidden;
	padding: 0 50px;
}
.pro_detail .detail_con>p.bread{
	border-bottom: 1px solid #CCCCCC;
	margin: 20px 0;
	padding-bottom: 5px;
	font-size: 15px;
}
.pro_detail .detail_con>p.bread a{font-size: 15px;}
.pro_detail .detail_con>p.bread a:last-child{
	color: #007def;
}
.pro_detail .detail_con h3{
	font-size: 32px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 15px;
}
.pro_detail .detail_con img{}
.pro_detail .detail_con>div.articl{
	margin: 15px 0;
}
.pro_detail .detail_con>div.articl>p{
	text-indent: 2rem;
	font-size: 15px;
	color: #666;
	margin-bottom: 10px;
	line-height: 22px;
}
/*.pro_detail .detail_con>div.articl img{*/
/*	width: 100%;*/
/*}*/
.indicator{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 60px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin: 40px 0 40px 0;
}
.indicator p:first-child{
	margin-left: 20px;
}
.indicator p:last-child{
	margin-right: 20px;
}
.indicator p,.indicator p a{
	font-size: 16px;
	color: #333;
	transition: all linear 0.3s;
}
.indicator p:hover,.indicator p a:hover{color: #007def;}
/*news*/
.news_con{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.news_con h2{
	font-size: 34px;
    	text-align: center;
    	font-weight: normal;
    	margin-top: 40px;
   	 color: #007def;
}
.news_con h3{
	font-size: 20px;
    	text-align: center;
    	font-weight: normal;
    	margin-bottom: 40px;
    	color: #333333;
}
.news_con .group{
	display: flex;
	justify-content: space-between;
}
.news_con .group .left{width: 840px;}
.news_con .group .left .list{
	width: 100%;
	margin-bottom: 30px;
}
.news_con .group .left .list .item{
	padding: 15px 10px;
	display: flex;
	background: #fff;
	width: 100%;
	height: 130px;
	transition: all linear 0.3s;
	margin-bottom: 20px;
}
.news_con .group .left .list .item:hover .content .title h4{
	color: #007DEF;
}
.news_con .group .left .list .item:hover .content .bottom span a{
	background: #007DEF;
	border-color: #007DEF;
	color: #fff;
}
.news_con .group .left .list .item:hover .content{margin-left: 30px;}
.news_con .group .left .list .item:hover .content .title p{margin-right: 25px;}
.news_con .group .left .list .item:hover .content .bottom span{margin-right: 25px;}
.news_con .group .left .list .item:hover{box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.06);}
.news_con .group .left .list .item .img:hover img{transform:scale(1.2)}
.news_con .group .left .list .item .img{
	width: 100px;
	height: 100px;
	overflow: hidden;
}
.news_con .group .left .list .item .img img{
	width: 100%;
	height: 100%;
	transition: all linear 0.3s;
}
.news_con .group .left .item .content{
	flex: 1;
	margin-left: 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	transition: all linear 0.3s;
}
.news_con .group .left .item .content .title{
	display: flex;	
	justify-content: space-between;
}
.news_con .group .left .item .content .title h4{
	font-weight: bold;
	transition: all linear 0.3s;
}
.news_con .group .left .item .content .title p{
	color: #999;
	margin-right: 40px;
	transition: all linear 0.3s;
}
.news_con .group .left .item .content .bottom{
	display: flex;
	justify-content: space-between;
}
.news_con .group .left .item .content .bottom p{
	font-size: 15px;
	letter-spacing: normal;
	transition: all linear 0.3s;
	color: #666;
	width: 540px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news_con .group .left .item .content .bottom span{
	margin-right: 40px;
	transition: all linear 0.3s;
}
.news_con .group .left .item .content .bottom span a{
	transition: all linear 0.3s;
	line-height: 26px;
	text-align: center;
	display: inline-block;
	width: 90px;
	height: 26px;
	border-radius: 13px;
	border: solid 1px #999999;
	color: #999;
	font-size: 13px;
	margin-top: 10px;
}
.news_con .group .right{
	width: 340px;
	height: 723px;
	background: #fff;
}
.news_con .group .right .img_list{padding-top: 15px;}
.news_con .group .right .img_list .img{
	display: block;
	width: auto;
	margin: 0 auto;
	margin-bottom: 20px;
	width: 300px;
	height: 200px;
	overflow: hidden;
}
.news_con .group .right .img_list .img:hover img{transform: scale(1.1);}
.news_con .group .right .img_list .img img{
	width: 100%;
	height: 80%;
	transition: all linear 0.3s;
}
.news_con .group .right p{
	width: 100%;
	height: 50px;
	background: #007DEF;
	color: #fff;
	text-align: center;
	line-height: 50px;
}
/*news_detail*/
.news_detail>h3{font-size: 20px !important;}
.news_detail>p.browse{
	border-bottom: 1px solid #999999;
	padding-bottom: 5px;
	margin-bottom: 15px
}
.news_detail>p.browse span{
	margin-left: 40px;
}




