img {
    display: inline-block;
}
.tc {
    text-align: center;
}
.tr {
    text-align: right;
}
.clearfix {
    zoom: 1;
}
.clear {
    clear: both;
}
.clearfix:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}


/*公共标题*/
.main_title{display:block; text-align:center; font-size:22px; color:#666666; line-height:36px; background: url(../images/line_cp.png) center 62px no-repeat;}
.main_title p{font-size:35px; color:#111111; font-weight:bold; line-height:60px; margin-bottom:20px }
.main_title p span{font-size:35px; color:#004fab; font-weight:bold; line-height:60px; }


.main_titlea{display:block; text-align:center; font-size:22px; color:#fff; line-height:36px; background: url(../images/line_cpa.png) center 62px no-repeat;}
.main_titlea p{font-size:35px; color:#fff; font-weight:bold; line-height:60px; margin-bottom:20px }
.main_titlea p span{font-size:35px; color:#fff; font-weight:bold; line-height:60px; }




/*首页产品*/
.in_news{ margin:50px auto}

/*.in_news .news_top {text-align: center; margin-top:30px }
.in_news .news_top li{
    display: inline-block;
    height: 58px;
    line-height: 58px;
    padding: 0 75px;
    margin: 0 10px;
    background: #1a5dc2;
    color: #ffffff;
	}
.in_news .news_top li a{color:#ffffff;font-size: 20px; line-height:58px}
.in_news .news_top li:hover,.in_news .news_top li.on{background:#ca0000;}
.in_news .news_top li:hover a,.in_news .news_top li.on a{color: #fff; line-height:58px;}
*/

.in_news .news_box{ width:1200px;margin:40px auto 0}
/*.in_news .news_box ul{display: none;}
.in_news .news_box ul.on{display: block;}*/


.in_news .news_box li {
	float: left;
    margin-right:25px;
    margin-bottom:25px; 
	}
.in_news .news_box li:nth-child(3n){
	margin-right: 0;
} 


.in_news .news_box li .topimg{
	width:380px;
    height:266px;
    overflow: hidden; background:#fff;
	display: table-cell;vertical-align: middle;text-align: center;
	}
.in_news .news_box li .topimg img{
	transform: scale(1);
	transition: all 1s ease-out;
	width:100%;
	height:100%;
	}
.in_news .news_box li:hover .topimg img{
	transform: scale(1.2);
	}

<!--.in_news .news_box li p{
	width: 100%;
    margin: 0 auto;
    background: #fff;
    line-height: 42px;
    font-size: 16px;
    color: #444444;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
	}	
.in_news .news_box li p a{
	line-height:42px;
	font-size:16px;
	color:#444;
	}
.in_news .news_box li:hover p{ background:#1a5dc2}
.in_news .news_box li:hover p a{
	line-height:42px;
	font-size:16px;
	color:#fff;
	}	-->






/*case*/
.in_yyal{ background: url(../images/case_bg.jpg) center top no-repeat; padding-top:50px; padding-bottom:50px;}
.in_yyal .tel{ text-align:center; margin-top:30px}
.in_yyal .tel a{
	padding: 10px 40px;
    border: 2px solid #fff;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    border-radius: 50px;
	}
.in_yyal .tel a span{ font-family:Arial, Helvetica, sans-serif; color:#fff; font-size:24px; line-height:45px;}


.mr_frbox2e {HEIGHT: 270px; width:1200px;  margin:0 auto; position:relative; margin-top:45px }
.imgboxcpe{ width:1200px; height:270px; margin:0px auto 0; overflow:hidden}
.imgboxcpe ul li{ margin:0 10px 0 10px; display: inline; float:left; overflow:hidden;}
.imgboxcpe ul li a{ display:block; width:285px; height:268px; padding:0; background:#ffffff;line-height:54px; text-align:center; font-size:16px;}
.imgboxcpe ul li a .imgali{ width:285px; height:214px; 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:285px; height:214px; 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 a:hover{ background:#004fab; color:#fff}




/* 关于我们 */
.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: 560px;
    height: auto;
    display: block; float:right
	}
.in_about .main .righttxt h1{
	font-size: 32px;
    color: #004fab;
    font-weight: bold;
    line-height: 45px;
	}
.in_about .main .righttxt h2{
	font-size: 21px;
    color: #444444;
    line-height: 40px;
	font-weight:500
	}
.in_about .main .righttxt .dec{
	width: 50px;
	height: 5px;
	display: block;
	background: #004fab;
	margin-bottom: 10px;
	margin-top: 10px;
	}
.in_about .main .righttxt .txt{
	height: 270px;
	display: block;
	overflow: hidden;
	}
.in_about .main .righttxt .txt *{font-size:17px;line-height: 34px;color:#333333;text-align:justify;}

.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:#004fab; color:#ffffff; font-size:16px;border-radius: 23px;}
.in_about .main .righttxt .more ul li.lia{
	height: 45px;
    background:#ff0101;
    border-radius: 23px;
    font-size: 21px;
    color: #ffffff;
    line-height: 45px;
    padding: 0 20px;
    font-family: arial;
	}





/*process*/
.in_process{ background: url(../images/process_bg.jpg) center center no-repeat #004fab; padding-top:30px; padding-bottom:30px;}
.in_process .title{
	text-align:center;
	font-size: 35px;
    color: #fff;
    font-weight: bold;
    line-height: 60px;
    margin-bottom: 20px;
	}
.in_process .title .dec{
	width: 45px;
    height: 4px;
    margin: 8px auto 0;
    background: #acceda;
    border-radius: 20px;
	}
.in_process .main{ width:1200px; margin:32px auto 0}
.in_process .main ul li{
	min-height: 85px;
    float: left;
    text-align: center;
    padding: 0 4.7%;
    border-right: 1px solid #fff;
	}
.in_process .main ul li .zi1{
    line-height: 44px;
    font-size: 21px;
    color: #fff;
 }




.in_process .main ul li:nth-child(6){ border-right: none}


/*首页新闻资讯*/
.in_xwdt{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:#004fab;}
.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:#004fab; 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/date.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:#004fab; 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:#004fab; line-height:45px;}

.clear{clear:both; height:0; line-height:0; overflow:hidden; display:block}