/*公共标题*/
.main_title{
	display: block;
    text-align: center;
    font-size: 45px;
    color: #005faf;
    font-weight: bold;
    line-height: 70px;
    text-transform: uppercase;
    letter-spacing: -1px;
	}
.main_title span{font-size:45px; color:#07913b; font-weight:bold; line-height:70px}
.main_title p{ font-size:18px; color:#444444; line-height:36px; font-weight:100;letter-spacing: 0;}

.main_titlea{display:block; text-align:center; font-size:18px; color:#666666; line-height:35px}
.main_titlea p{
	letter-spacing: -1px;
    font-size: 36px;
    color: #333333;
    line-height: 55px;
    font-weight: bold;
    text-transform: uppercase;
	}




/*产品推荐*/
.in_product{ width:100%; height:auto; margin:0 auto; background: url(../images/bg_product.jpg) center top no-repeat; padding-top:55px; padding-bottom:75px}
.in_product .top_cplist{ width:1200px; height:auto; margin:0 auto; margin-top:25px}
.in_product .top_cplist a{
	background: #ffffff;
    border-radius: 25px;
    border: 2px solid #dfdfdf;
    font-size: 17px;
    color: #333333;
    float: left;
    margin: 5px;
    padding: 9px 20px;
}
.in_product .top_cplist a:hover{ background:#005faf; border:2px solid #005faf; color:#ffffff}



.in_product .bot_cp{ width:1200px; height:auto; margin:0 auto}
.in_product .bot_cp ul li{ width:280px; height:340px; display:block;float:left; margin-right:26px; margin-top:26px;background:#dfdfdf; line-height:60px; text-align:center; font-size:16px;}
.in_product .bot_cp ul li .topimg{
	width:280px;
	height:280px;
	overflow:hidden;
	display: table-cell;
	vertical-align: middle;
	text-align: center; background:#ffffff
 }
.in_product .bot_cp ul li .topimg img{
	max-width:100%;
	max-height:100%;
	transform: scale(1);
	transition: all 1s ease-out;}

.in_product .bot_cp ul li:hover{}
.in_product .bot_cp ul li:hover .topimg img{transform: scale(1.2);}


/* subban */
.in_subban{ width:100%; height:200px; margin:0 auto; background:url(../images/subban.jpg) center top no-repeat}
.in_subban ul{ width:1200px; height:auto; margin:0 auto}
.in_subban ul li{ float:left}
.in_subban ul li.lefttxt{
	width: 770px;
    color: #ffffff;
    font-size: 18px;
    line-height: 25px;
	}
.in_subban ul li.lefttxt p{
	font-size: 34px;
    color: #ffffff;
    font-weight: bold;
    line-height: 42px;
    padding-top: 40px;
    margin-bottom: 10px;
	}
.in_subban ul li.rigzx{ width:300px; height:auto; display:block; float:right; text-align:center;}
.in_subban ul li.rigzx h1{
	font-size: 18px;
    color: #ffffff;
    font-weight: 100;
    padding-top: 40px;
	}
.in_subban ul li.rigzx h2{
	font-size: 32px;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 45px;
	}
.in_subban ul li.rigzx a{
	width: 300px;
    height: 46px;
    display: block;
    text-align: center;
    line-height: 46px;
    color: #ffffff;
    font-size: 18px;
    border-radius: 5px;
    background: #07913b; text-transform:uppercase
	}



/* 优势 */
.in_ys{ width:1200px; height:auto; margin:70px auto 0}
.in_ys .contentm{ margin-top:35px}
.in_ys .contentm .picimg{ width:600px; height:300px; display:block;}
.in_ys .contentm .picimg img{}

.in_ys .contentm .txt{
	margin-left:30px;
    width: 550px;
    height: auto;
    display: block;
    font-size: 15px;
    line-height: 30px;
    color: #666666;
	}
.in_ys .contentm .txt .tit{
	margin-top: 15px;
    margin-bottom: 15px;
	}
.in_ys .contentm .txt .tit .icon{ float:left; margin-right:15px; width:77px; height:77px; display:block}
.in_ys .contentm .txt .tit .rigtxt{
	float: left;
    font-size: 28px;
    color: #005faf;
    line-height: 35px;
    font-family: impact;
	}
.in_ys .contentm .txt .tit .rigtxt p{
	padding-top: 10px;
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    font-weight: 100;
    font-family: arial;
    letter-spacing: -0.3px;
	}
.in_ys .contentm .txt a{
	width: 200px;
    height: 45px;
    display: block;
    text-align: center;
    line-height: 45px;
    color: #ffffff;
    font-size: 16px;
    border-radius: 5px;
    background: #07913b;margin-top:10px;
	}
.in_ys .contentm .txt a:hover{
    background: #005faf;
	}

/* 工程案例 */
.in_case{ width:100%; height:auto; margin:65px auto 0; background:url(../images/bg_gcal.png) center bottom no-repeat #005faf; padding-top:75px; padding-bottom:90px}

.in_case .title{ display:block; text-align:center; font-size:18px; color:#ffffff; line-height:35px}
.in_case .title p{font-size:36px; color:#ffffff; line-height:55px; font-weight: bold; text-transform:uppercase}

.in_case .content_case{ width:1200px; height:auto; margin:0 auto; margin-top:30px}
.in_case .content_case ul li{ float:left; margin-right:26px; margin-bottom:26px; width:280px; height:340px; display:block; background:#ffffff}
.in_case .content_case ul li .topimg{ width:280px; height:280px; display:block; overflow:hidden}
.in_case .content_case ul li .topimg img{
    transform: scale(1);
    transition: all 1s ease-out;
	max-width: 100%;
    max-height: 100%;
	}
.in_case .content_case ul li p{ text-align:center}
.in_case .content_case ul li p a{font-size:16px; color:#333333;line-height:60px;}
.in_case .content_case ul li:hover .topimg img{transform: scale(1.2);}


/* 关于我们 */
.in_about{
	width: 100%;
    margin: 0 auto;
    background: url(../images/bg_gsjj.jpg) center bottom no-repeat;
    padding-top: 70px;
    padding-bottom: 80px;
	}
.in_about .main{ width:1200px; height:465px; margin:0 auto; position:relative}
.in_about .main .lefttxt{ position:absolute; left:0; top:0; width:515px; height:auto; }
.in_about .main .lefttxt h1{
	font-size: 30px;
    color: #005faf;
    font-weight: 100;
    line-height: 38px;
    margin-bottom: 10px;
    font-family: impact;
	}
.in_about .main .lefttxt .txt{ height:190px; display:block; overflow: hidden;}
.in_about .main .lefttxt .txt *{
	font-size: 15px;
    line-height: 28px;
    color: #666666;
    text-align: justify;
	}
.in_about .main .lefttxt .tel{ background:url(../images/tel_gsjj.png) left center no-repeat; padding-left:34px; height:35px; font-size:16px; color:#666666; line-height:35px; margin-top:10px}
.in_about .main .lefttxt .tel span{font-size:24px; color:#07913b; line-height:35px; font-weight:bold; font-family:Arial, Helvetica, sans-serif}


.in_about .main .rightimg{ position:absolute; right:0; top:0; width:640px; height:465px}

.in_about .main .aboutys{ position:absolute; left:0; top:340px; width:775px; height:89px; background:#07913b; padding:18px 0}
.in_about .main .aboutys ul li{ float:left; border-right:1px solid #47ad6e; width:193px; height:90px; display:block; text-align:center; font-size:18px; color:#ffffff}
.in_about .main .aboutys ul li img{ margin-top:10px; margin-bottom:15px}
.in_about .main .aboutys ul li a{font-size:18px; color:#ffffff; text-transform:uppercase}


.mr_frbox2e {HEIGHT:373px; width:1400px;  margin:0 auto; position:relative; margin-top:50px }
.mr_frbox2e .leftprole{ position:absolute; left:0; top:162px;CURSOR: pointer}
.mr_frbox2e .rightprore{ position:absolute; right:0; top:162px;CURSOR: pointer}

.imgboxcpe{ width:1226px; height:373px; margin:0px auto 0; overflow:hidden}
.imgboxcpe ul li{ margin:0 13px 0 13px; display: inline; float:left; overflow:hidden;}
.imgboxcpe ul li a{display:block;width:280px;height:373px;background:#ffffff;line-height:56px;text-align:center;font-size:16px;color:#333333;box-shadow: 10px 10px 10px 10px #000000;}
.imgboxcpe ul li a .imgali{width:280px; height:373px; text-align:center; overflow:hidden}
.imgboxcpe ul li a .imgali span{height:100%; display:inline-block; vertical-align:middle}
.imgboxcpe ul li a .imgali img{width:270px; height:360px; vertical-align: middle;transition:all 0.8s;-webkit-transition:all 0.8s;-moz-transition:all 0.8s;-o-transition:all 0.8s; }
.imgboxcpe ul li a:hover .imgali img{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);}

/*.imgboxcpe ul li:last-child{ margin:0 0px 0 13px;}
.imgboxcpe ul li:first-child{ margin:0 13px 0 0px;}*/


/*新闻中心*/
.in_xwzx{ width:100%; height:auto; margin:0 auto; background:#fafafa; padding-top:55px; padding-bottom:65px}
.in_xwzx .in_cont{ width:1200px; height:auto; margin:0 auto; margin-top:35px}

.in_xwzx .in_cont .leftfr{ width:670px; height:auto; display: block; float:left}

.in_xwzx .in_cont .leftfr .topnews{ background:url(../images/dec_xwzx.png) left top no-repeat; padding-left:72px}
.in_xwzx .in_cont .leftfr .topnews p{ font-size:18px; color:#333333; line-height:30px; margin-bottom:20px}
.in_xwzx .in_cont .leftfr .topnews p a{ font-size:18px; color:#333333; line-height:30px}
.in_xwzx .in_cont .leftfr .topnews span{ font-size:14px; line-height:30px; height:90px; display:block; overflow:hidden; color:#666666; text-align:justify}

.in_xwzx .in_cont .leftfr .botnews{ margin-top:30px}
.in_xwzx .in_cont .leftfr .botnews ul li{
	float: left;
    background: url(../images/dec1_xwzx.png) 0 -30px no-repeat;
    width: 320px;
    margin-right: 30px;
	}
.in_xwzx .in_cont .leftfr .botnews ul li a{ margin-left:32px;height:49px; border-bottom:1px solid #d1d1d1; line-height:49px; font-size:14px; color:#666666}



.in_xwzx .in_cont .rightfr{ width:465px; height:auto; display:block; float:right}
.in_xwzx .in_cont .rightfr .tit{ height:60px; background:url(../images/icon_cjwt.png) 33px center no-repeat #005faf}
.in_xwzx .in_cont .rightfr .tit p{ float:left; margin-left:72px; font-size:18px; color:#ffffff; line-height:60px;} 
.in_xwzx .in_cont .rightfr .tit a{ float:right; margin-right:20px; font-size:14px; color:#ffffff; line-height:60px}
.in_xwzx .in_cont .rightfr .cont{border: 1px solid #d1d1d1;border-top: none;padding: 13px 12px 13px 13px;}
#quelistho{}
.quedage{ padding-bottom:10px;  border-bottom:1px solid #d1d1d1; height:100px; width:438px; display:block; margin:10px 0 0}
.quedage .quebt{ width:438px; height:40px; line-height:40px; background: url(../images/wen.png) no-repeat 0 center; text-indent:32px;overflow:hidden; display:block; font-size:16px; color:#333 }
.quedage .content{width:406px; height:60px; font-size:14px; line-height:30px; background: url(../images/da.png) no-repeat 0 5px; padding-left:32px; overflow:hidden; text-align:justify}
.quedage .content,.quedage .content *{ color:#666666; font-size:14px; line-height:30px}




.clear{clear:both; height:0; line-height:0; overflow:hidden; display:block}