*{
	color: #333;
	padding:0px;
	margin: 0px;
	box-sizing: border-box;
}
a{
	text-decoration: none;
	color: #333;
}
a:hover{text-decoration: none;}
img{
	vertical-align: middle;
	border: none;
}
li{list-style: none;}
/*index------------------------------------------*/
/*banner*/
img {
	margin: 0px;
	border: 0px;
}

ul,
li,
ol {
	list-style: none;
}


.clb_Box {
	width: 100%;
	height: 650px;
	position: relative;
	overflow: hidden;
	background: #f1f1f1;
}

.clb_Box ul {
	position: relative;
}

.clb_Box ul,
.clb_Box ul li {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.clb_Box ul li {
	position: absolute;
	left: 0px;
	top: 0px;
}

.clb_Box ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.clb_Box ul li img {
	left: 50%;
	margin-left: -960px;
	position: relative;
}

.clb_Box .clb_Btn {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 50%;
	margin-top: -22px;
	z-index: 30;
	cursor: pointer;
}

.clb_Box .clb_BtnR {
	right: 50px;
	background: url(../images/r_btn.png) no-repeat center center;
}

.clb_Box .clb_BtnL {
	left: 50px;
	background: url(../images/l_btn.png) no-repeat center center;
}

.clb_Box .clb_Jd {
	width: 100%;
	text-align: center;
	position: absolute;
	height: 12px;
	left: 0px;
	bottom: 20px;
	z-index: 30;
}

.clb_Box .clb_Jd span {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #999;
	border-radius: 50%;
	cursor: pointer;
	margin: 0 6px;
}

.clb_Box .clb_Jd span.on {
	background: #007def;
}

.clb_Box .clb_Jz {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0;
	background: url(../images/load.gif) no-repeat center center;
}






.banner{
	min-width: 1200px;
	width: 100%;
	/*background: url(../images/banner1.png) no-repeat;
	background-size: 100% 100%;*/
}
.banner_con1{
	width: 100%;
	height: 100%;
}
.banner_con1 img{
	width: 100%;
	height: 100%;
}
/*index_pro------------------------------*/
.index_pro{
	width:100%;
	min-width: 1200px;
	height: 670px;
	background: url(../images/beijing.png) no-repeat;
	background-size: 100% 100%;
}
.index_pro_con{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items:center;
}
.index_pro_con h2{
	font-size: 34px;
	text-align: center;
	font-weight: normal;
	margin-top: 30px;
	color: #007def;
}
.index_pro_con h3{
	font-size: 20px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 30px;
	color: #333333;
}
.index_pro_con .list1{
	width: 882px;
	height: 110px;
	display: flex;
	flex-wrap: wrap;
	/*justify-content: center;*/
}
.index_pro_con .list1 .item{
	width: 140px;
	height: 50px;
	background: #fff;
	margin-right: 8px;
	color: #007def;
	text-align: center;
	line-height: 50px;
	margin-bottom: 10px;
	transition: all linear 0.3s;
    position: relative;
    cursor: pointer;
}
.index_pro_con .list1 .item:nth-child(6n){
    margin-right: 0px;
}
.index_pro_con .list1 .item:after{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 0;
    height: 2px;
    background: #007def;
    transition: all .8s;
}
.index_pro_con .list1 .item:hover:after{
   left: 0%;
   width: 100%;
}
.index_pro_con .list1 .item:last-child{margin-right: 0px;}
.index_pro_con .list1 a.active{
	background: #007def;
	color: #fff;
}
.index_pro_con .list2{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 40px 0;
}
.index_pro_con .list2 .item{
	width: 290px;
	height: 266px;
}
.index_pro_con .list2 .item:hover .img img{
	transform:translateY(-100%) rotateX(90deg);
	opacity: 0;
}
.index_pro_con .list2 .item:hover .img p{opacity: 1;}
.index_pro_con .list2 .item .img{
	position: relative;
	width: 290px;
	height: 226px;
    overflow: hidden;
}
.index_pro_con .list2 .item .img img{
	position: absolute;
	top: 0px;
	left: -10%;
	/*width: 290px;*/
	height: 226px;
	transform-origin: center bottom 0; 
	transition: all linear 0.5s;
}
.index_pro_con .list2 .item .img p{
	opacity: 0;
	font-size: 15px;
	color: #fff;
	width: 100%;
	height: 100%;
	background: #777;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px 23px;
	transition: all linear 0.5s;
}
.index_pro_con .list2 .item>p{
	width: 100%;
	height: 40px;
	background-color: #007def;
	font-size: 15px;
	color: #fff;
	text-align: center;
	line-height: 40px;
}
.index_pro_con .more{
	width: 126px;
	height: 36px;
	background: #fff;
	text-align: center;
	line-height: 36px;
	transition: all linear 0.3s;
}
.index_pro_con .more:hover{
	color: #fff;
	background: #f70e0a;
}
/*关于我们和新闻中心----------------------------------------*/
.index_about{
	width:100%;	
	min-width: 1200px;
}
.index_about_con{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.index_about_con h3{
	margin-top: 30px;
	text-align: center;
	font-size: 34px;
	color: #007def;
}
.index_about_con h4{
	text-align: center;
	font-size: 20px;
	margin-bottom: 30px;
	color: #666;
}
.index_about_con h3 span{color: #007def;}
.index_about .index_about_intro{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.index_about .index_about_intro .img{
	width: 450px;
	height: 320px;
	overflow: hidden;
}
.index_about .index_about_intro .img img{
	width: 100%;
	height: 100%;
	transition: all linear 0.3s;
}
.index_about .index_about_intro .img:hover img{transform: scale(1.1);}
.index_about .index_about_intro .intro{
	flex: 1;
	padding-left: 30px;
}
.index_about .index_about_intro .intro h5{
	font-size: 18px;
	font-weight: bold;
	margin: 15px 0;
}
.index_about .index_about_intro .intro h5:before{
	content: "";
	display: inline-block;
	width: 5px;
	vertical-align: middle;
	height: 18px;
	margin-right: 5px;
	background-color: #007def;
	margin-top: -3px;
}
.index_about .index_about_intro .intro p{
	font-size: 15px;
	color: #666;
	line-height: 22px;
	text-align: justify;
	text-indent: 2em;
}
.index_about .index_about_intro .intro p:not(fist-child){margin-top: 5px;}
.index_about .index_about_intro .intro a{
	display: inline-block;
	width: 126px;
	height: 36px;
	background-color: #007def;
	font-size: 15px;
	color: #fff;
	line-height: 36px;
	text-align: center;
	margin-top: 19px;
	transition: all linear 0.3s;
}
.index_about .index_about_intro .intro a:hover{background: #f70e0a;}
.index_about .dob_img{
	display: flex;
	justify-content: space-between;
}
.index_about .dob_img a{
	width: 390px;
	height: 190px;
	overflow: hidden;
}
.index_about .dob_img a img{
	width: 100%;
	height: 100%;
	transition: all linear 0.3s;
}
.index_about .dob_img a:hover img{transform: scale(1.1);}
/*拦腰-----------------------------------------------*/
.index_lanyao{
	width: 100%;
	min-width: 1200px;
	height: 258px;
}
.index_lanyao .img{
	width: 100%;
	height: 100%;
}
.index_lanyao .img img{
	width: 100%;
	height: 100%;
}
/*news-------------------------------------------------*/
.index_news{
	width: 100%;
	min-width: 1200px;
	height: 670px;
	background: #eee;
}
.index_news_con{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.index_news_con h3{
	margin-top: 30px;
	text-align: center;
	font-size: 34px;
	color: #007def;
}
.index_news_con h4{
	text-align: center;
	font-size: 20px;
	margin-bottom: 30px;
	color: #666;
}
.index_news .grow{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.index_news .grow .list{width: 55%;}
.index_news .grow .list .item{
	width: 100%;
	height: 82px;
	display: flex;
	margin-bottom: 25px;
}
.index_news .grow .list .item:last-child{margin-bottom: 0px;}
.index_news .grow .list .item .left{
	width: 84px;
	height: 82px;
}
.index_news .grow .list .item .left span{
	display: inline-block;
	width: 100%;
	height: 58px;
	background: #007def;
	color: #fff;
	text-align: center;
	line-height: 58px;
	font-size: 30px;
}
.index_news .grow .list .item .left p{
	width: 100%;
	height: 24px;
	font-size: 14px;
	text-align: center;
	line-height: 24px;
	background: #fff;
}
.index_news .grow .list .item:hover .right h5{color: #007def;}
.index_news .grow .list .item:hover .right p{color: #007def;}
.index_news .grow .list .item .right{
	margin-left: 15px;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.index_news .grow .list .item .right h5{
	font-weight: bold;
	font-size: 16px;
	color: #333;
	transition: all linear 0.3s;
}
.index_news .grow .list .item .right p{
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	font-size: 14px;
	color: #666;
	transition: all linear 0.3s;
}
.index_news .grow .list1{
	width: 43%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.index_news .grow .list1 .item{
	width: 100%;
	height: 120px;
	background: #fff;
	padding: 10px 16px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: all linear 0.3s;
}
.index_news .grow .list1 .item:hover{background: #007def;}
.index_news .grow .list1 .item:hover h6{color: #fff;}
.index_news .grow .list1 .item:hover span{color: #fff;}
.index_news .grow .list1 .item:hover p{color: #fff;}
.index_news .grow .list1 .item h6{
	font-size: 16px;
	font-weight: bold;
	transition: all linear 0.3s;
       white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.index_news .grow .list1 .item span{
	font-size: 14px;
	color: #666;
	transition: all linear 0.3s;
}
.index_news .grow .list1 .item p{
	font-size: 14px;
	color: #666;
	transition: all linear 0.3s;
}
.index_news .more{
	width: 126px;
	height: 36px;
	background-color: #ffffff;
	font-size: 14px;
	margin: 40px auto 0;
	line-height: 36px;
	text-align: center;
}
.index_news .more a{
	display: inline-block;
	width: 100%;
	height: 100%;
	transition: all linear 0.3s;
}
.index_news .more a:hover{
	background: #f70e0a;
	color: #fff;
}
/*合作伙伴------------------------------*/
.index_partner{
	width:100%;
	min-width: 1200px;
	height: 480px;
	background: #fff;
}
.index_partner_con{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items:center;
}
.index_partner_con h2{
	font-size: 34px;
	text-align: center;
	font-weight: normal;
	margin-top: 30px;
	color: #007def;
}
.index_partner_con h3{
	font-size: 20px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 30px;
	color: #333;
}
.index_partner_con p{
	text-align: center;
	font-size: 14px;
}
.index_partner_con .index_partner_list{
	width: 100%;
	height: 256px;
	margin-top: 35px;
	position: relative;
}
.index_partner_con .index_partner_list ul.list_con{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.index_partner_con .index_partner_list ul li{
	float: left;
	width: 240px;
	height: 256px;
	background: url(../images/hzhb-bj.png) no-repeat;
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.index_partner_con .index_partner_list ul li:hover .img img{transform: scale(1.1);}
.index_partner_con .index_partner_list ul li .img{
	margin-top:40px;
	width: 220px;
	height: 130px;
	overflow: hidden;
}
.index_partner_con .index_partner_list ul li .img img{
	width: 100%;
	height: 130px;
	transition: all linear 0.3s;
}
.index_partner_con .index_partner_list ul li p{
	font-size: 16px;
	margin-bottom: 34px;
}
.index_partner_con .index_partner_list ul li a{
	border: 1px solid #333;
	width: 130px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	transition: all linear 0.3s;
}
.index_partner_con .index_partner_list ul li a:hover{
	background: #007def;
	color: #fff;
	border: 1px solid #007def;
}
/*产品中心--------------------------------------*/
.product{
	width:100%;
	min-width: 1200px;
	background: #f0f0f0;
}
.product_con{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items:center;
}
.product_con>h2{
	font-size: 34px;
	text-align: center;
	font-weight: normal;
	margin-top: 30px;
	color: #007def;
}
.product_con>h3{
	font-size: 20px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 30px;
	color: #333333;
}
.product_con .list1{
	width: 1024px;
	height: 110px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.product_con .list1 .item{
	width: 140px;
	height: 50px;
	background: #fff;
	margin-right: 7px;
	color: #007def;
	text-align: center;
	line-height: 50px;
	margin-bottom: 10px;
	transition: all linear 0.3s;
    position: relative;
    cursor: pointer;
}
.product_con .list1 .item:after{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 0;
    height: 2px;
    background: #007def;
    transition: all .8s;
}
.product_con .list1 .item:hover:after{
   left: 0%;
   width: 100%;
}
.product_con .list1 .item:last-child{margin-right: 0px;}
.product_con .list1 a.active{
	background: #007def;
	color: #fff;
}
.product_con .list2{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
	margin-bottom: 20px;
}
.product_con .list2 .item{
	width: 290px;
	height: 266px;
	margin-bottom: 20px;
    overflow: hidden;
}
.product_con .list2 .itemempty{
	width: 290px;
	height: 0px;
	margin-bottom: 0px;
}
.product_con .list2 .item:hover .img img{
	transform:translateY(-100%) rotateX(90deg);
	opacity: 0;
}
.product_con .list2 .item:hover .img p{opacity: 1;}
.product_con .list2 .item .img{
	position: relative;
	width: 290px;
	height: 226px;
}
.product_con .list2 .item .img img{
	position: absolute;
	top: 0px;
	left: 0px;
	/*width: 226px;*/
	height: 226px;
	transform-origin: center bottom 0; 
	transition: all linear 0.5s;
    margin-left: -10%;
}
.product_con .list2 .item .img p{
	opacity: 0;
	font-size: 15px;
	color: #fff;
	width: 100%;
	height: 100%;
	background: #777;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px 23px;
	transition: all linear 0.5s;
}
.product_con .list2 .item>p{
	width: 100%;
	height: 40px;
	background-color: #007def;
	font-size: 15px;
	color: #fff;
	text-align: center;
	line-height: 40px;
}
.paging{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
.paging b,.paging a{
	width: 50px;
	height: 35px;
	/*border-radius: 6px;*/
	border: solid 1px #bbbbbb;
	text-align: center;
	line-height: 35px;
	margin: 0 5px;
	transition: all linear 0.3s;
}
.paging a:hover{
	color: #fff;
	background: #007def;
	border: 1px solid #007def;
}
.paging b{
	color: #fff;
	background: #007def;
	border: 1px solid #007def;
}
/*产品详情----------------------------------------*/
.product_con .detail{
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}
.product_con .detail .left{
	width: 580px;
	height: 400px;
	overflow: hidden;
}
.product_con .detail .left img{
	/*width: 100%;*/
	height: 100%;
	transition: all linear 0.3s;
}
.product_con .detail .left img:hover{
	transform: scale(1.1);
}
.product_con .detail .right{
	width: 570px;
	/*padding: 40px 0;*/
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.product_con .detail .right p{font-size: 16px;color: #666;}
.product_con .detail .right p span{color: #007DEF;}
.product_con .detail .right a{
	width: 260px;
	height: 60px;
	background: #007def;
	text-align: center;
	line-height: 60px;
	color: #fff;
	font-size: 32px;
}
.product_con .lanyao{
	width: 100%;
	height: 80px;
	background: url(../picture/lanyao.png) no-repeat;
	background-size: 100% 100%;
	margin-bottom: 30px;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.product_con .lanyao>h5{
	font-size: 32px;
	color: #fff;
}
.product_con .lanyao div p{
	color: #fff;
	line-height: 24px;
}
.product_con .info{
	margin-bottom: 20px;
    width: 100%;
}
.product_con .info .title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 2px solid #999;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.product_con .info .title h3{
	font-size: 26px;
	color: #bf0b12;
	font-weight: bold;
}
.product_con .info p{
	font-size: 15px;
	line-height: 24px;
	color: #666;
}
/*关于我们-------------------------------------*/
.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{
	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;
}
/*-销售网络----------------------------------------------------------*/
.network{
	width: 100%;
	background: #f5f5f5;
	min-width: 1200px;
	overflow: hidden;
}
.network_con{
	width: 1200px;
	margin: 0 auto;
}
.network_con h2{
	font-size: 34px;
	text-align: center;
	font-weight: normal;
	margin-top: 40px;
	color: #007def;
}
.network_con h3{
	font-size: 20px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 40px;
	color: #333333;
}
.network_con .main{
	margin-bottom: 30px;
	display: flex;
}
.network_con .main .left{
	padding: 0 50px;
}
.network_con .main .right{
	padding: 0 50px;
	display: flex;
	align-items: center;
}
.network_con .main .right p{
	font-size: 15px;
	color: #666;
	text-indent: 2em;
	line-height: 24px;
}
/*公司简介--------------------------------------*/
.about{
	width: 100%;
	background: #f5f5f5;
	min-width: 1200px;
	overflow: hidden;
}
.about_con{
	width: 1200px;
	margin: 0 auto;
}
.about_con h2{
	font-size: 34px;
	text-align: center;
	font-weight: normal;
	margin-top: 40px;
	color: #007def;
}
.about_con h3{
	font-size: 20px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 40px;
	color: #333333;
}
.about_con h4{
	font-size: 18px;
	text-align: left;
	margin-bottom: 20px;
	margin-left: 28px;
	font-weight: bold;
}
.about_con .main{
	margin-bottom: 30px;
	display: flex;
	justify-content: space-around;
}
.about_con .main .left{
	width: 585px;
}
.about_con .main .left p{
	margin-bottom: 5px;
	font-size: 15px;
	color: #666;
	line-height: 26px;
	text-indent: 2em;
	text-align: justify;
}
.about_con .main .right{
	display: inline;
	width: 500px;
	overflow: hidden;
}
.about_con .main .right img{
	width: 500px;
	height: 500px;
	transition: all linear 0.3s;
}
.about_con .main .right:hover img{
	transform: scale(1.1);
}
/*新闻详情-----------------------------------------*/
.new_detail{
	width: 100%;
	background: #f5f5f5;
	min-width: 1200px;
	overflow: hidden;
}
.new_detail_con{
	width: 1200px;
	background: #fff;
	margin: 0 auto;
	padding: 40px;
}
.new_detail_con h3{
	font-size: 20px;
	margin-bottom: 30px;
	text-align: center;
}
.new_detail_con h4{
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
}
.new_detail_con h4 span{
	font-size: 15px;
	margin-left: 70px;
	color: #999;
}
.new_detail_con .img{
	width: 900px;
	height: 450px;
	margin: 20px auto;
}
.new_detail_con .img img{
	width: 100%;
	height: 100%;
}
.new_detail_con .content{
	margin:30px 50px;
}
.new_detail_con .content img{
        margin: 10px 0;
    max-width: 100%;
}
.new_detail_con .content p{
	font-size: 15px;
	color: #666;
  line-height: 25px;
}
.picturedetail_indicator{
	height: 55px;
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.picturedetail_indicator p{
	line-height: 53px;
	padding: 0 50px;
	color: #666666;
	  white-space: nowrap; 
  width: 100%; 
  overflow: hidden;
  text-overflow:ellipsis;
}
.picturedetail_indicator p a{
	color: #666666;
}
/*公司新闻--------------------------------------*/
.news{
	width: 100%;
	background: #f5f5f5;
	min-width: 1200px;
	overflow: hidden;
}
.news_con{
	width: 1200px;
	margin: 0 auto 30px auto;
}
.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: 150px;
	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;
    width: 68%;
    height: 22px;
    transition: all linear 0.3s;
    overflow: hidden;
}
.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: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
   padding-right: 5px;
  width: 68%;
}
.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;
	border: 1px solid #cccccc;
}
.news_con .group .right .img_list .img:hover img{transform: scale(1.1);}
.news_con .group .right .img_list .img img{
	width: 100%;
	height: 100%;
	transition: all linear 0.3s;
   

}
.news_con .group .right p{
	width: 100%;
	height: 50px;
	background: #007DEF;
	color: #fff;
	text-align: center;
	line-height: 50px;
}
/*电机定制---------------------------------------*/
.advantages{
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
	background: #f5f5f5;
}
.advantages>div{
	width: 1200px;
	margin: 0 auto;
}
.advantages>div>h2{
	font-size: 34px;
	text-align: center;
	font-weight: normal;
	margin-top: 40px;
	color: #007def;
}
.advantages>div>h3{
	font-size: 20px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 40px;
	color: #333333;
}
.advantages_con .list{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.advantages_con .list .item{
	width: 280px;
	height: 320px;
	display: flex;
	background: #fff;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	padding: 20px;
	box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.09);
}
.advantages_con .list .item .img{
	position: relative;
	width: 150px;
	height: 150px;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.advantages_con .list .item:hover .img img:last-child{top: 0px;}
.advantages_con .list .item .img img{width: 150px;height: 150px;}
.advantages_con .list .item .img img:last-child{
	position: absolute;
	top: 150px;
	left: 0px;
	transition: all 0.3s;
}
.advantages_con .list .item span{
	font-weight: bold;
	font-size: 18px;
	margin: 15px 0px;
}
.advantages_con .list .item p{
	text-align: center;
	font-size: 14px;
	color: #666;
}
.advantages2{
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
	background: url(../picture/customized_bg.png) no-repeat;
	background-size: 100% 100%;
}
.advantages2>div{
	width: 1200px;
	margin: 0 auto;
}
.advantages2>div>h2{
	font-size: 34px;
	text-align: center;
	font-weight: normal;
	margin-top: 40px;
	color: #007def;
}
.advantages2>div>h3{
	font-size: 20px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 40px;
	color: #333333;
}
.advantages2_con .img{
	width: 1050px;
	height: 683px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.advantages2_con .img img{
	width: 100%;
	height: 100%;
}
/*contact联系我们----------------------------------------联系我们*/
.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: 15px;
	margin-left: 55px;
	font-size: 40px;
	color: #fff;
}
.contact_con .main .left p.phone{
	background: url(../picture/phone.png) no-repeat;
	background-position: 0 50%;
}
.contact_con .main .left p.adress{
	background: url(../picture/adress.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: 15px;
	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;
}