/*header*/
.header{
	width:100%;
	/*height:119px;*/
	background: #fff;
}
.header-top{
	width:100%;
	height:35px;
	background-color:#f7f7f7;
}

.header-tit{
	height: 35px;
	width: 1200px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 35px;
	font-family: "宋体"; 
	color: #353535;
}
.header-tit a{
	color: #2b2b2b;
	transition:all .5s ease-in-out;
}
.header-tit a:hover{
	color: #257dbc;
	

}
.header-wrapper{
	width:1200px;
	height:110px;
	margin:0 auto;
	position:relative;
	z-index:100;

}


.logo{
	width:470px;
	
	position:absolute;
	top:20px;
}
.logo img{
	width: 255px;
	
}
/*header*/

/*gotop*/
.gotop {
    display: none;
    position: fixed;
    right: 5px;
    bottom: 10px;
    width: 45px;
    height: 45px;
    text-align: center;
    background-color: #888;
    color: #fff;
}
.gotop > i {
    padding-top: 16px;
    transition: all .5s;
    color: #fff;
    display: inline-block;
}
.gotop:hover {
    color: #fff;
    background-color: #252E35;
}
.gotop:hover i {
    padding-top: 10px;
}
/*gotop*/

/*footer */
.footbox{
	width: 100%;
	height: 298px;
	background: url(../images/footbg.jpg) no-repeat;
}
.footbox2{
	width: 100%;
	height: auto;
	background: #5d6266;
}
.footer {
	width: 1200px;
	height: 120px;
	padding: 30px 0;
	
	font-size: 12px;
	color: #fff;
	margin:0 auto;
}

.foot{

}
.footl{
	width: 300px;
}
.footl img{
	max-width: 250px;
	margin-top: 55px;
}

.footr{
	margin-left: 30px;
}
.footr dl{
	width: 120px;
	color: #fff;
	margin-top: 60px;
	float: left;
	margin-right: 20px;
}
.footr dd {
	color: #fff;
	font-size: 16px;
}
.footr dt.xie{
	color: #f8c400;
	font-size: 16px;
	margin:10px 0;
}
.footr dt{
	margin-bottom: 8px;
}
.footr dt a{ 
	color: #fff;
	font-size: 12px;
	font-family: "宋体";
	line-height: 18px;
	transition-duration: 0.5s;
	
}
.footr dt a:hover{
	color: #f8c400;
	margin-left: 8px;
}
.footr dt img{
	width: 100px;
	height: 100px;
}



.footer p.gray { color: #999;}
.footer p.gray a { color: #999;}



.footer-bottom{
	width:1200px;
	 height:45px; 
	
	 margin:0 auto;
	  text-align:center; 
	  line-height:45px;
	   color:#FFF;
}

.footer-bottom a{
   color: #E8E8E8;
}
.footer-bottom a:hover{
	text-shadow:
    0 0 10px rgba(255,255,255, 1),
    0 0 50px rgba(255, 255, 255, .8),
    0 0 75px rgba(255, 255, 255, .6),
    0 0 76px rgba(255, 255, 255, .4),
    0 0 77px rgba(255, 255, 255, .5),
    0 0 78px rgba(255, 255, 255, .4),
    0 0 79px rgba(255, 255, 255, .3),
    0 0 80px rgba(255, 255, 255, .2),
    0 0 85px rgba(255, 255, 255, .1);
    }
/*footer */






/*面包屑*/
.crumbbox{
	width: 100%;
	height: 40px;
	background: #5c96cc;
	position: absolute;
	bottom: 0px;
}
.crumb{
	line-height: 40px;
	height: 40px;
	font-family: "宋体";
	color: #fff;
	margin: 0 auto;
	width: 1200px;
	text-align: right;
	padding-right: 50px;
}
.crumb strong{
	font-weight: 500;
}
.crumb a{
	color: #fff;
}
.crumb a:hover{
	color: #df8321;
}
.crumb span{
	color: #fff;
}
.crumb i{
	font-size: 22px;
	color: #fff;
	margin-right: 5px;
}
/*面包屑*/


/*首页关于我们*/
.indexabbox{
    width: 100%;
    height: 512px;
    background: #fff;
}
.indexab{
	padding-top: 84px;
}
.indexabl{
	width: 540px;
	position: relative;
	z-index: 2;

}
.indexabl h3{
	color: #208edc;
	font-size: 24px;
	position: relative;
	margin-bottom: 70px;
}
.indexabl h3:after{
	content: "";
	width: 60px;
	height: 2px;
	display: block;
	background: #208edc;
	position: absolute;
	top: 54px;
}
.indexabl h4{
	color: #565656;
	font-size: 35px;
	margin-bottom: 14px;
}
.indexabl p{
	color: #696969;
	font-size: 14px;
	font-family: "宋体";
	line-height: 24px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.indexabl a{
	color: #fff;
	font-size: 14px;
	font-family: "宋体";
	width: 154px;
	height: 45px;
	line-height: 45px;
	display: block;
	background: #208edc;
	text-align: center;
	margin-top: 30px;
	transition-duration: 0.5s;
}
.indexabl a:hover{
	background: #176094;
}
.indexabr{
	width: 494px;
	height: 323px;
	background: #1d74b1;
	position: relative;
	z-index: 2;
}
.indexabr img{
	width: 494px;
	height: 323px;
	position: absolute;
	top: -18px;
	left: -40px;
	transition-duration: 0.5s;
	box-shadow:0px 2px 8px #A6A6A6;
}
.indexabr img:hover{
	top: 0px;
	left: 0px;
}
.bigzi{
	font-size: 80px;
	color: #dedddd;
	font-family: "arial";
	position: absolute;
	top: 280px;
	left: 400px;
	z-index: 1;
}
/*首页关于我们*/

/*首页新闻*/
.indexnewsbox{
    width: 100%;
    height: 702px;
    background: url(../images/newsbg.jpg ) no-repeat;
}
.indexnews{
	padding-top: 60px;
}
.ttt{
	width: 220px;
	color: #208edc;
	height: 110px;
	margin:0 auto;
	background: url(../images/kuang.png ) no-repeat;
	box-sizing: border-box;
	padding-top: 24px;
}
.ttt span{
	font-size: 16px;
	font-family: "arial";
	text-transform:uppercase;
}
.ttt h3{
	font-size: 32px;
	
}
.ttt2 {
    width:100%;
    background:none;
    text-align:center;
}

.newsss{
	margin-top: 80px;
}
.newsssl{
	width: 480px;
	background: #fff;
}
.inewimg{
	width: 480px;
	height: 190px;
	overflow: hidden;
}
.inewimg img{
	width: 480px;
	height: 190px;
	
}
.inewimg img:hover{
	transition: 0.5s;
	-webkit-transform:scale(1.1);
	-o-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
}
.inewtext{
	padding: 15px 20px 30px 20px; 
	 color: #5e5e5e;
}
.newsssl p{
	line-height: 24px;
	width: 100%;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
   
    font-size: 14px;
    font-family: "宋体";
}
.newsssl h3{
	width: 340px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 10px;
}
.newsssl span{
	width: 90px;
}
.newsssr{
	width: 540px;
}
.inewsul{

}
.inewsul li{
	margin-bottom: 40px;
}
.inewsul li a{
	display: block;
	color: #484848;
	transition-duration: 0.5s;
	font-size: 16px;
}
.inewsul li a:hover{
	color: #208edc;
}
.inewsul li a p{
	width: 420px;
	font-weight: 600;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.inewsul li a span{
	width: 100px;
	
}
/*首页新闻*/

/*首页广告*/
.indexadbox{
	margin-top: 78px;
    width: 100%;
    height: 157px;
    background: url(../images/adbg.jpg ) no-repeat;
}
.indexad{

}
/*首页广告*/

/*首页产品*/
.indexprobox{
    width: 100%;
    height: 1336px;
    background:#fff  url(../images/probg.jpg ) top no-repeat;
}
.indexpro{
	padding-top: 70px;
}
.iprot{
	margin-top: 77px;
	height: 295px;
}
.iprotl{

}
.iprotl img{
	width: 561px;
}
.iprotr{
	width: 520px;
	color: #fff;
}
.iprotr h3{
	font-size: 30px;
	font-weight: 600;
	margin-top: 54px;
}
.iprotr p{
	font-family: "宋体";
	line-height: 200%;
	margin-top: 8px;
}
.iprotr>img{
	width: 520px;
	margin-top: 18px;
}
.iproul{
	width: 100%;
	margin-top: 58px;
}
.iproul li{
	float: left;
	margin-right: 50px;
	margin-bottom: 36px;
}
.iproul li:nth-child(4n){
	margin-right: 0px;
}
.iproul li a img{
	width: 260px;
	height: 195px;
	border:1px solid #cecece;
}
.iproul li a p{
	text-align: center;
	color: #434343;
	font-family: "宋体";
	line-height: 30px;
	transition-duration: 0.5s;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.iproul li:hover a p{
	background: #208edc;
	color: #fff;
}
.ipromore{
	width: 100%;
	height: 38px;
	text-align: center;
	line-height: 38px;
	background: #f7f6f6;
	color: #a1a1a1;
	font-family: "宋体";
	display: block;
	transition-duration: 0.5s;
	margin-top: 30px;
}
.ipromore i{
	margin-right: 6px;
	border-radius: 50%;
	border:1px solid #a1a1a1;
	width: 15px;
	height: 15px;
}
.ipromore:hover{
	background: #208edc;
	color: #fff;
}
.ipromore:hover i{
	border-color: #fff;
}
/*首页产品*/

/*首页job*/
.indexjobbox{
    width: 100%;
    height: 557px;
    background: url(../images/jobbg.jpg ) no-repeat;
    margin-bottom: 80px;
}
.indexjob{
	padding-top: 200px;
}
.indexjob h3{
	color: #2288d0;
	font-size: 36px;
	margin-bottom: 14px;
}
.indexjob p{
	color: #414141;
	font-family: "宋体";
	line-height: 24px;
}
/*首页job*/


/*联系我们*/

.contact{
	padding-bottom: 150px;
	margin-top: 52px;
}
.map{
	width:1200px;
	height:620px;
	border:#ccc solid 1px;
	
}
.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap;
}
.iw_poi_content {
    font: 12px arial,sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word;
}
.contt{
	width: 400px;
	height: 620px;
	background: rgba(34,136,208,0.7);
	box-sizing: border-box;
	position: absolute;
	top: 0px;
	left: 80px;
	padding: 40px;
	color: #ffffff;
}
.contt h3{
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
}
.contt p{
	border-bottom: 1px solid #b8d9f5;
	font-size: 14px;
	line-height: 30px;
	font-family: "宋体";
}
.contt .ding{
	margin-top: 50px;
}
/*联系我们*/

/*关于我们*/
.aboutbox{
	width: 100%;
	height: 764px;
	background: url(../images/abbg1.jpg) no-repeat;
	margin-top: 50px;
}
.about{
	padding-top: 52px;
}
/*.about img{
	margin-top: 52px;
}*/
.aboutl{
	width: 570px;
    margin-bottom:60px;
    height:380px;
    box-sizing:border-box;
    padding:30px;
}
.aboutwh{
    
    /*background:rgba(255,255,255,0.8);*/
    position:relative;
    z-index:9;
}
.abouth3{
	color: #515151;
	font-size: 22px;
	line-height: 46px;
	border-bottom: 1px solid #d5d5d5;
    position:relative;
    z-index:9;
}
.abouth3 span{
	color: #c9c9c9;
	font-size: 18px;
	margin-left: 10px;
}
.aboutl p{
	color: #585858;
	font-family: "宋体";
	line-height: 30px;
	margin-top: 18px;
}
.aboutl p b{
	color: #208edc;
	font-size: 22px;
	font-family: "微软雅黑";
	margin-right: 5px;
}
.aboutr{
	
}
.aboutr img{
	width: 412px;
	height: 370px;
}
.aboutimg{
    width:1200px;
    position:absolute;
    top:60px;
    right:0px;
    margin-top:0;
}

.culturebox{
	width: 100%;
	height: 575px;
	background: #fff;
}
.culture{
	padding-top: 60px;
}
.culli{
	margin-top: 30px;
	margin-bottom: 50px;
}
.culli li:first-child{
	margin-left: 0px;
}
.culli li{
	width: 277px;
	float: left;
	margin-left: 30px;
	box-sizing: border-box;
	border:1px solid #b8b8b8;
	background: #f8f8f8;
	transition-duration: 0.5s;
	padding-bottom: 10px;
	height: 308px;
}
.culli li:hover{
	background: #0d6fb8;
	margin-top: -20px;
	box-shadow: 0px 10px 20px 0px #afafaf;
}
.culli li:hover p,.culli li:hover span,.culli li:hover h3{
	color: #fff;
}
.culli li img{
	width: 277px;
	height: 138px;
}
.culli li h3{
	color: #208edc;
	font-size: 20px;
	margin-top: 10px;
	margin-left: 20px;
	font-weight: 500;
}
.culli li p{
	color: #646464;
	font:14px "宋体";
	display: inline-block;
	margin-bottom: 8px;
	margin-left: 20px;
}
.culli li span{
	color: #208edc;
	font:12px "arial";
	display: inline-block;
	margin-bottom: 10px;
	margin-left: 20px;
	text-transform:uppercase
}

.planbox{
	width: 100%;
	height: 551px;
	background: url(../images/abbg2.jpg) no-repeat;
	margin-bottom: 82px;
}
.plan{
	padding-top: 163px;
}
.pplan{
	width: 450px;
	position: absolute;
	right: 100px;
}
.plan h3{
	color: #1572b4;
	font-size: 42px;
}
.plan p{
	color: #303030;
	
}
/*关于我们*/


/*人才招聘 1   s*/
.job{
	padding-top: 50px;
	padding-bottom: 160px;
	
}
.job>span{
	color: #b3b3b3;
	font-family:"arial";
	font-size: 24px;
	text-transform:uppercase;
    display:block;
    text-align:center;
}
.job>h3{
	color: #343434;
	font-size: 26px;
	padding-bottom: 15px;
	border-bottom: 3px solid #2288d0;
	width: 110px;
	margin: 0 auto;
}
.job>h3>span{
	color: #2288d0;
	
}
.jobtitle{
	height: 50px;
	/*padding: 30px 0% 0 0%;*/
	font-size: 16px;
	color: #ffffff;
	border-bottom: 1px solid #eee;
	background: #0d6fb8;
}
.jobtitle span{
	float: left;
	line-height:50px;
	width: 24%;
	height: 50px;
	text-align: center;
	font-weight: 500;
}
.joblist1{
	 background: #ffffff;
	 margin-top: 50px;
}
.joblist1 li{
	/*padding-bottom: 20px;*/
	border-top: 1px solid #eee;

}
.joblist1 li:first-child{
	border: 0 none;
}
.jobsname{
	height: 50px;
	padding: 0 50px;
	cursor: pointer;
	font-size: 14px;
	background:#f1f1f1;
	line-height: 50px;
	margin-top: 10px;
}
.jobsname span{
	
}
.jobl span{
	font-size: 18px;
	margin-right: 8px;
}
.jobl p{
	display: inline;
}
.jobr p{
	font-size: 16px;
	display: inline-block;
}
.jobr i{
	display: inline-block;
	width: 23px;
	height: 23px;
	background: url(../images/jia.png);
	margin-left: 15px;
	position: relative;
	top: 5px;
}
.joblist1 li.on .jobsname,
.jobsname:hover{
	background: #2288d0;
	color: #fff;

	transition:color 0.3s;
	-moz-transition:color 0.3s; /* Firefox 4 */
	-webkit-transition:color 0.3s; /* Safari and Chrome */
	-o-transition:color 0.3s; /* Opera */
}
.joblist1 li.on .jobsname .jobr i{
	background: url(../images/jian.png);
}
.jobsinfo{
	display: none;
	height: auto;
	padding: 20px 50px;
	/*margin: 0px 50px;*/
	border-top: 1px dashed #dedede;
	background: #f3f3f3;
	box-sizing: border-box;
	width: 100%;
}
.jobsinfo p{
	font-size: 12px;
	color: #7b7b7b;
	line-height: 24px;
}
/*人才招聘 1   e*/

/*人才招聘2    s*/
.joblist2{
	
}
.joblist2 table{
	border-right: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	width: 886px;
	margin: 10px auto;
}
.joblist2 table td{
	border-left: 1px solid #DEDEDE;
	border-top: 1px solid #DEDEDE;
	vertical-align: middle;
}
.joblist2 table td div{
	padding: 13px 10px;
	font-size: 14px;
	color: #666;
	line-height: 28px;
}
.joblist2 table td.tit{
	background: #efefef;
	text-align: center;
	font-weight: 700;
}

.jobli{
	margin-top: 50px;
	padding-bottom: 60px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 60px;
	text-align: left;
}
.jobli li:first-child{
	margin-left: 0px;
}
.jobli li{
	width: 277px;
	float: left;
	margin-left: 30px;
	box-sizing: border-box;
	/*border:1px solid #b8b8b8;*/
	/*background: #f8f8f8;*/
	transition-duration: 0.5s;
	padding-bottom: 10px;

}


.jobli li img{
	width: 240px;
	height: 240px;
	display: inline-block;
	transition-duration: 0.5s;
}
.jobli li img:hover{

    -ms-transform:rotate(360deg); 	/* IE 9 */
    -moz-transform:rotate(360deg); 	/* Firefox */
    -webkit-transform:rotate(360deg); /* Safari 和 Chrome */
    -o-transform:rotate(360deg); 
    transform:rotate(360deg);
}
.jobli li h3{
	color: #208edc;
	font-size: 20px;
	margin-top: 10px;
	margin-left: 20px;
	font-weight: 500;
}
.jobli li p{
	color: #646464;
	font:14px "宋体";
	display: inline-block;
	line-height: 24px;
	margin-left: 20px;
	margin-top: 15px;
}
.jobli li span{
	color: #208edc;
	font:12px "arial";
	display: inline-block;
	margin-bottom: 10px;
	margin-left: 20px;
	text-transform:uppercase
}
/*人才招聘2    e*/


/*新闻*/

.newslist{
    margin-top:20px;
	padding: 40px 50px;
	background: #f7f7f7;
	margin-bottom: 80px;
}
.news li{
	width:100%;
	padding:20px 30px;
	box-sizing: border-box;
	justify-content: space-between;
	margin-bottom: 30px;
	background: #fff;
	height:270px;
	/*border-bottom:1px #bfbfbf solid;*/

}
.newsimg{
	display: block;
	width: 330px;
	height:215px;
	border:1px solid #c0c0c0;
	margin-right: 10px;
	overflow: hidden;
	background-color: #f5f5f5;
	margin-right: 30px;
}
.newsimg img{
	width: 330px;
	height:215px;
}
.newsimg img:hover{
	transition: 0.5s;
-webkit-transform:scale(1.1);
  -o-transform:scale(1.1);
  -moz-transform:scale(1.1);
  -ms-transform:scale(1.1);
  transform:scale(1.1);
}


.newsmain{
	width: 660px;
	margin-top: 30px;
}
.newst{
	border-bottom:1px solid #b9b9b9;
	height:60px;
	
	justify-content: space-between;
}
.newst span{
   color: #8d8d8d;
  line-height: 30px;
  height: 30px;
  display: block;
}



.newst h3{
	font:24px "微软雅黑";
	line-height: 30px;
	
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	
	color: #222222;
}


.newsp p{
	width:100%;
	font:15px "宋体";
	line-height: 28px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    transition-duration: 0.5s;
    margin-top: 5px;
    color: #7b7b7b;
}
.news li:hover p{
	color: #228bd4;
}
.newsrr{
	width: 60px;
	height: 215px;
	background: #0d6fb8;
	text-align: center;
	transition-duration: 0.5s;
}
.newsrr i{
	font-size: 28px;
	color: #fff;
	line-height: 215px;

}
.newsrr:hover{
	background: #073150;
}
/*新闻*/


/*新闻详细*/

.newsview{
	
	margin:50px auto 80px auto;
	
	padding:50px 60px;
	
	background: #f7f7f7;
}
.newsyo{
	background: #fff;
	padding: 40px 30px 80px 30px;
}
/*标题 时间*/
.viewt{
	padding-bottom:10px;
	text-align: center
}
.viewt h3{
	font:24px "微软雅黑";
	line-height: 40px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #b9b9b9;
	color: #747474;
}
.viewt p{
	font:14px "宋体";
	line-height: 40px;
	color:#7f7f7f;
	display: block;
}
.share{
	line-height: 28px;
	color: #8e8e8e;
}
/*文章内容*/
/*.viewp p{
	font:14px "宋体";
	line-height: 35px;
	text-indent: 2em;
}*/
/*.viewp div{
	width:100%;
	margin: 0 auto;
}*/
.viewp img{
	max-width: 100%;
}
/*.viewt p span{
	margin-right: 30px;
}*/

/*其他文章*/

.owz{
	margin-top: 100px;
	margin-bottom: 50px;
}
.owz h3{
	color: #656565;
	font-size: 24px;
	line-height: 35px;
	border-bottom: 1px solid #cdcdcd;
	padding-bottom: 10px;
}
.owzli{
	
}
.owzli li{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px dashed #cdcdcd;

}
.owzli li a{
	color: #4a4a4a;
}
.owzli li a:hover{
	color: #392caf;
}
.owzli li a p{
	max-width: 1050px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	
}
.owzli li a span{
	
}

.newslinkWrap{
	margin-top: 20px;
}
.newslink{
	padding: 10px 0 10px 16px;
	line-height: 24px;
	height: 24px;
}
.newslink span,.newslink a{
	font-family: "新宋体";
	font-size: 14px;
	color: #5a5a5a;
}
.newslink span{
	font-weight: 500;
}
.newslink:hover a,.newslink:hover span{
	color: #2288d0;
}

/*新闻详细*/


/*tab*/
.tab{
	width: 580px;
	margin:40px auto;
}
.tab ul li{
	float: left;
	text-align: center;
	margin:0 35px;
}
.tab ul li a{
	color: #5b5a5a;
	border:1px solid #5b5a5a;
	transition-duration: 0.5s;
	display: block;
	width: 200px;
	height: 160px;
}
.tab ul li a:hover,.tab ul li.on a{
	color: #2288d0;
	border:1px solid #2288d0;
}
.tab ul li a:hover i{

    -ms-transform:rotate(360deg); 	/* IE 9 */
    -moz-transform:rotate(360deg); 	/* Firefox */
    -webkit-transform:rotate(360deg); /* Safari 和 Chrome */
    -o-transform:rotate(360deg); 
    transform:rotate(360deg);
}
.tab ul li a i{
	margin-top: 30px;
	transition-duration: 0.5s;
}
.tab ul li a p{
	font-size: 18px;
	margin-top: 10px;
}
/*tab*/


/*产品详细样式7*/
.proview7 {
	padding: 40px 0;
	border-top: #d6d6d6 dashed 1px;
}
.proview7 .img {
	width: 480px;
	height: 360px;
	overflow: hidden;
	
}
.proview7 .img img{
	display: block;
	width: 480px;
	height: 360px;
}
.proview7 .img img:hover{
   transition: 0.5s;
   -webkit-transform:scale(1.1);
   -o-transform:scale(1.1);
   -moz-transform:scale(1.1);
   -ms-transform:scale(1.1);
    transform:scale(1.1);

}
.proview7 .content {
	width: 52%;
	height: auto ;
	overflow: hidden;
}
.proview7 .content .name {
	font-size: 24px;
	border-bottom: 2px solid #bfbfbf;
	padding-bottom: 10px;
	color: #434343;
	margin-top: 20px;
	font-weight: 600;
}
.proview7 .content .intro {
	padding-top: 20px;
}
.proview7 .content .intro p{
	color: #434343;
	font-family: "宋体";
	line-height: 30px;
}

.proview7 .detail {
	clear: both;
	padding-top: 30px;
}
.proview7 .detail .mg-t20 img {
	display: block;
	width: auto;
	max-width: 100%;
}
.proview7 .detail .title {
	background-color: #2288d0;
	border: #eee solid 1px;
	/*padding: 10px 10px;*/
	line-height: 40px;
	height: 40px;
	text-transform:uppercase;
	padding-left: 20px;
	/*border-left: #003a83 solid 4px;*/
	color: #fff;
	font-size:18px;
}
.proview7 .detail .title span{
	font-size: 15px;
}
.mg-t20{
	background: #f9f9f9;
	padding: 30px 50px 110px 50px;
}
.mg-t20 img{
	max-width: 100%;
}

.prolist{
	padding-top: 50px;
	padding-bottom: 80px;
}
/*产品详细样式7*/

/*应用领域*/
.yyal{
	padding-top: 50px;
	margin-bottom: 100px;
}
.yyal>img{
	margin-top: 24px;
}
.yyt{
	width: 100%;
	height: 82px;
	background: url(../images/yyt.png) no-repeat;
	position: relative;
	padding-left: 110px;
	margin-top: 60px;
}
.yyt i{
	font-size: 42px;
    color: #fff;
    position: absolute;
    top: 11px;
    left: 9px;
    font-weight: 800;
}
.yyt h3{
	font-size: 34px;
	color: #484848;
	font-weight: 500;
	line-height: 80px;
}
.yyt h3 span{
	color: #939393;
	font-family: "arial";
	font-size: 17px;
	margin-left: 3px;
	text-transform:uppercase
}
/*应用领域*/

/*产品分类*/
.promeun{
    padding-top:50px;
    padding-bottom:75px;
}
.prom{
    width:1200px;
    height:340px;
    background:#eaeaea;
    margin-top:50px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding:35px 40px 0 40px;
}
.proml{
    width:420px;
    height:250px;
    overflow:hidden;
    position:relative;
    border:1px solid #787878;
}
.proml img{
    width:420px;
    height:250px;   
}
.proml img:hover{
    transition: 0.5s;
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    transform:scale(1.1);
}
.proml p{
    width:100%;
    height:50px;
    line-height:50px;
    background:rgba(32,142,220,0.8);
    position:absolute;
    bottom:0;
    text-indent:1em;
    color:#ffffff;
    overflow:hidden;
    font-size:18px;
    
}
.promr{
  
}
.promr ul{
    width: 660px;
}
.promr ul li{
    text-align:center;
    margin-left:15px;
    float:left;
}
.promr ul li a{

}
.promr ul li a img{
    width:200px;
    height:150px;
    border:1px solid #b6b6b6;
}
.promr ul li a p{
    color:#616161;
    font:14px "宋体";
    line-height:24px;
}
.promr .pmore{
    width:90px;
    height:40px;
    font:14px "宋体";
    line-height:40px;
    background:#208edc;
    color:#fff;
    transition-duration: 0.5s;
    display:block;
    text-align:center;
    margin-left:auto;
    margin-top:20px;
}
.promr .pmore:hover{
    background:#054d84;
}
/*产品分类*/


.honorbox{
	width: 100%;
	/*height: 680px;*/
	/*background: url(../images/honorbg.jpg) no-repeat;*/
}
.honor{
	padding-top: 30px;
}
.honormain{
   margin-top: 30px;
   margin-bottom: 30px;
}
.honormain2{
   margin-top: 30px;
 
}
.honormain dl{
    width:280px;
    height:250px;
    padding:10px;
    float:left;
    text-align:center;
    margin-right:20px;
    margin-bottom:20px;
    border:1px solid #CACACA;
    box-sizing: border-box;
}
.honormain dl:nth-child(4n){
	 margin-right:0px;
}
.honormain dl:hover{
    background:#f1f1f1;
}
.honormain dl dt img{
    height:195px;
    max-width: 260px;
}
.honormain dl dd{
    line-height:28px;
    font-size:16px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}