/*公共标题*/
.main_title{
	display: block;
    text-align: center;
    font-size: 18px;
    color: #666666;
    line-height: 36px;
    background: url(../images/dec.png) center bottom no-repeat;
    padding-bottom: 24px;
	}
.main_title p{font-size:42px; color:#222222; font-weight:bold; line-height:60px;}
.main_title p span{font-size:42px; color:#0358b2; font-weight:bold; line-height:60px; }



/*subban*/
.in_subban{ width:100%; height:250px; margin:0 auto; background:url(../images/bg_sub1.jpg) center top no-repeat}
.in_subban .main{ width:1200px; height:auto; margin:0 auto}
.in_subban .main .tit{ display:block; float:left; width:335px; height:250px;}
.in_subban .main .tit h1{ font-weight:bold; font-size:45px; line-height:65px; color:#ffffff; padding-top: 32px;}
.in_subban .main .tit .dec{ width:41px; height:15px; display:block; background:url(../images/dash.png) no-repeat 0 0; margin:15px 0 20px 0;}
.in_subban .main .tit h2{ font-size:19px; line-height:32px; color:#ffffff;}
.in_subban .main .cont{ width:392px; height:250px; display:block; float:left; position:relative}
.in_subban .main .cont ul li{ width:104px; height:118px; display:block; text-align:center; background:url(../images/square.png) center  center no-repeat}
.in_subban .main .cont ul li p{ font-size:24px; line-height:32px; color:#ffffff; line-height:28px; padding-top:30px}
.in_subban .main .cont ul li.li1{ position:absolute; left:0; top:21px;}
.in_subban .main .cont ul li.li2{ position:absolute; left:117px; top:21px;}
.in_subban .main .cont ul li.li3{ position:absolute; left:232px; top:21px;}
.in_subban .main .cont ul li.li4{ position:absolute; left:58px; top:119px;}
.in_subban .main .cont ul li.li5{ position:absolute; left:174px; top:119px;}
.in_subban .main .cont ul li.li6{ position:absolute; left:289px; top:119px;}


/* 关于我们 */
.in_about{ width:100%; height:auto; margin:0 auto; background:url(../images/bg_gsjj.jpg) center bottom no-repeat; padding-top:70px; padding-bottom:85px}
.in_about .main{ width:1200px; height:auto; margin:0 auto}
.in_about .main .leftimg{ display:block; float:left}
.in_about .main .leftimg img{}

.in_about .main .righttxt{
	width: 640px;
    height: auto;
    display: block; float:right
	}
.in_about .main .righttxt h1{
	font-size:20px;
    color: #0358b2;
    font-weight: bold;
    line-height: 45px;
	}
.in_about .main .righttxt h2{
	font-size: 21px;
    color: #444444;
    line-height: 40px;
	}
.in_about .main .righttxt .dec{
	width: 50px;
    height: 5px;
    display: block;
    background: #0358b2;
    margin-bottom: 25px;
    margin-top: 15px;
	}
.in_about .main .righttxt .txt{ height:210px; display:block; overflow:hidden}
.in_about .main .righttxt .txt *{ font-size:17px; line-height:35px; color:#333333; text-align:justify}

.in_about .main .righttxt .txta{margin:20px auto 0;}
.in_about .main .righttxt .txta ul li{
	width: 90px;
    height: auto;
    display: block;
    float: left;
    margin-right:70px;
    line-height: 45px;
    color: #555555;
    text-align: center;
    font-size: 16px;
	}
.in_about .main .righttxt .txta ul li img{transition: all 0.3s linear 0s;}
.in_about .main .righttxt .txta ul li:hover img{transform:rotate(360deg);}

.in_about .main .righttxt .more{ margin-top:24px}
.in_about .main .righttxt .more ul li{ float:left; margin-right:20px}
.in_about .main .righttxt .more ul li a{ line-height:45px;padding:10px 30px; background:#0358b2; color:#ffffff; font-size:16px;border-radius: 23px;}
.in_about .main .righttxt .more ul li.lia{ width:250px; height:45px; display:block; background:#555555;border-radius: 23px; text-align:center;font-size:21px; color:#ffffff; line-height:45px;}






/*产品推荐*/
.in_news{ width:100%; height:auto; margin:55px auto 65px;}
.in_news .news_top { width:1200px; height:auto; margin:0 auto;margin-top:35px }
.in_news .news_top li{ width:220px;height: 48px; display:block; float:left; text-align:center;line-height: 48px;font-size: 18px;margin:10px;border: 1px solid #e5e5e5;}
.in_news .news_top li:nth-child(5n){ margin-right:0}
.in_news .news_top li a{
	color: #333333;
    font-size: 18px;
    line-height: 48px;
	}
.in_news .news_top li:hover,.in_news .news_top li.on{background:#0358b2; border:1px solid #0358b2}
.in_news .news_top li:hover a,.in_news .news_top li.on a{color: #fff; line-height:48px;}

.in_news .news_box{ width:1200px; height:auto; margin:0 auto}
.in_news .news_box ul{/*display: none;*/}
.in_news .news_box ul.on{display: block;}

.in_news .news_box li {
		width:280px;
		display:block;
		float:left; 
		margin-right:25px;
		margin-top:25px;
		background:#ffffff;
	}
.in_news .news_box li:nth-child(4n){
	margin-right: 0;
} 


.in_news .news_box li .topimg{
	width:280px;
	height:186px;
	overflow:hidden;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	}
.in_news .news_box li .topimg img{
	max-width:100%;
	max-height:100%;
	transform: scale(1);
	transition: all 1s ease-out;
	}
.in_news .news_box li:hover .topimg img{
	transform: scale(1.2);
	}
	
.in_news .news_box li .txt{}
.in_news .news_box li .txt p{
	height:49px; 
	border-bottom:1px dashed #cccccc;
	font-size: 16px;
    line-height: 49px;
	color:#333333
	}
.in_news .news_box li .txt span{ display:block; height:56px; background:url(../images/arr.png) right center no-repeat; font-size:14px; color:#999999; line-height:56px}





/*首页优势*/
.in_yous{ width:100%; height:754px; margin:0 auto; background:url(../images/bg1.jpg) center top no-repeat; padding-top:68px}
.in_yous .cont{ width:1220px; height: auto; margin:0 auto; margin-top:25px;}
.in_yous .cont .picimg{ display:block; float:left}
.in_yous .cont .picimg img{}
.in_yous .cont .feature_r{
	width: 760px;
    background-color: #0358b2;
    border-radius: 10px;
    height: 470px;
    position: relative;
	}
.feature_r li{float: left;text-align: center;width: 252px;height: 234px; border-bottom: 1px #066fbf solid;border-left: 1px #066fbf solid;position: relative;}
.feature_r li:nth-child(1),.feature_r li:nth-child(4){border-left: none;}
.feature_r li:nth-child(4),.feature_r li:nth-child(5),.feature_r li:nth-child(6){border-bottom: none;}
.feature_r li img{padding-top:55px;}
.feature_r li p{color: #fff;font-size:18px;margin-top:16px;margin-bottom:4px; line-height:30px;}
.feature_r li span{display: block;font-size: 14px;color: #cde5ff;}

.feature_r li:after,.feature_r li:before {content: '';display: block;width: 100%;height: 0;position: absolute;left: 0;transition: all .5s ease;background: rgba(255,255,255,0.05);}
.feature_r li:hover:after,.feature_r li:hover:before {height: 100%;}
.feature_r li:before {bottom: 0;}
.feature_r li:after {top: 0;}



/*首页生产车间*/
.in_sccj{ width:1200px; height:auto; margin:50px auto 60px}
.in_sccj .cont{ margin-top:40px}
.in_sccj .cont ul li{ float:left; width:270px; height:330px; margin-right:40px;}
.in_sccj .cont ul li:nth-child(4n){ margin-right:0}
.in_sccj .cont ul li .topimg{
	width: 270px;
    height: 270px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
	}
.in_sccj .cont ul li .topimg img{
	max-width:100%;
	max-height:100%;
	transform: scale(1);
	transition: all 1s ease-out;
	}
.in_sccj .cont ul li .txt{ width:100%; height:60px; border-bottom:1px solid #cfcfcf}
.in_sccj .cont ul li .txt dl dt{ float:left; line-height:60px; font-size:16px; color:#666666}
.in_sccj .cont ul li .txt dl dd{ float:right; font-size:15px; line-height:60px; color:#333333; text-align:right}

.in_sccj .cont ul li:hover .topimg img{
	transform: scale(1.2);
	}


/*首页新闻资讯*/
.in_xwdt{ width:100%; height:auto; margin:50px auto 0; background:url(../images/bg_news.jpg) center top no-repeat; padding-top:48px; padding-bottom:65px}
.in_xwdt .main_content{ width:1200px; height:auto; margin:0 auto; margin-top:30px}

.leftnews{display:block; float:left; width:530px; min-height:524px; padding:10px 26px 0; background:#ffffff}
.leftnews .title{ height:51px; border-bottom:1px solid #e1e1e1}
.leftnews .title p{ float:left; line-height:51px; font-size:24px; color:#333333}
.leftnews .title a{ float:right; line-height:51px; font-size:16px; color:#666666}
.leftnews .content{ margin-top:22px;}

.leftnewsa{ position:relative}
.leftnewsa .topimg{ width:528px; height:291px; display:block; overflow:hidden;}
.leftnewsa .topimg img{
	width: 528px;
    height: 291px;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
	}
.leftnewsa p{ width:100%; height:50px; line-height:50px; text-indent:22px; background: url(../images/bg1.png) repeat; color:#fff; font-size:18px; position:absolute; left:0; top:240px;}
.leftnewsa p a{line-height:50px; color:#fff; font-size:18px;}
.leftnewsa:hover p{ background:#0358b2;}
.leftnewsa .topimg:hover img{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);}

.leftnewsb{ margin-top:15px;}
.leftnewsb ul li{ width:100%; height:45px; border-bottom:1px solid #e1e1e1;display:block; overflow:hidden;}
.leftnewsb ul li:nth-child(3n){border-bottom: none}
.leftnewsb ul li a{ background:url(../images/icon.png) 0 center no-repeat; padding-left:22px;font-size:15px; color:#333333; line-height:45px; width:75%; height:45px; display:block; float:left}
.leftnewsb ul li span{font-size:15px; color:#888888; line-height:45px; width:20%; height:45px; display:block; float:right; text-align:right}


.leftnewsb ul li:hover a{font-size:15px; color:#0358b2; line-height:45px;}


.rightnews{display:block; float:right; width:530px; min-height:524px; padding:10px 26px 0; background:#ffffff}
.rightnews .title{ height:51px; border-bottom:1px solid #e1e1e1}
.rightnews .title p{ float:left; line-height:51px; font-size:24px; color:#333333}
.rightnews .title a{ float:right; line-height:51px; font-size:16px; color:#666666}
.rightnews .content{ margin-top:16px;}

.rightnewsa{ width:528px; height:auto; margin:0 auto 20px}
.rightnewsa .leftimg{ display:block; overflow:hidden; float:left; width:179px; height:133px;}
.rightnewsa .leftimg img{
	width:179px;
	height:133px;
	transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
	}

.rightnewsa .righttxt{ width:332px; height:auto; display:block; float:right}

.rightnewsa .righttxt p{}	
.rightnewsa .righttxt p a{ font-size:16px; color:#333333; line-height:28px;}	
.rightnewsa .righttxt span{
	font-size: 14px;
    line-height: 26px;
    height: 52px;
    display: block;
    overflow: hidden;
    color: #787878;
    margin: 10px auto;
	}
.rightnewsa .righttxt em{ display:block; font-style:normal; background:url(../images/time.png) 0 center no-repeat; padding-left:24px; font-size:14px; color:#787878; line-height:18px}

.rightnewsa:hover .leftimg img{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);}
.rightnewsa:hover .righttxt p a{ font-size:16px; color:#0358b2; line-height:28px;}	


.rightnewsb{ margin-top:15px;}
.rightnewsb ul li{ width:100%; height:45px; border-bottom:1px solid #e1e1e1;display:block; overflow:hidden;}
.rightnewsb ul li:nth-child(3n){border-bottom: none}
.rightnewsb ul li a{ background:url(../images/icon.png) 0 center no-repeat; padding-left:22px;font-size:15px; color:#333333; line-height:45px; width:75%; height:45px; display:block; float:left}
.rightnewsb ul li span{font-size:15px; color:#888888; line-height:45px; width:20%; height:45px; display:block; float:right; text-align:right}

.rightnewsb ul li:hover a{font-size:15px; color:#0358b2; line-height:45px;}

.clear{clear:both; height:0; line-height:0; overflow:hidden; display:block}