.maintitle{display:block; text-align:center; font-size:18px; color:#666666; line-height:35px}
.maintitle p{ font-size:36px; color:#333333; line-height:55px; font-weight: bold}


/* 关于我们 */
.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: 570px;
    height: auto;
    display: block; float:right
	}
.in_about .main .righttxt h1{
	font-size: 27px;
    color: #1149a0;
    font-weight: bold;
    line-height: 45px;
    letter-spacing: -0.5px;
	}
.in_about .main .righttxt h2{
	font-size: 20px;
    color: #444444;
    line-height: 30px;
	}
.in_about .main .righttxt .dec{
	width: 50px;
    height: 5px;
    display: block;
    background: #1149a0;
    margin-bottom: 15px;
    margin-top: 15px;
	}
.in_about .main .righttxt .txt{
	height: 192px;
    display: block;
    overflow: hidden;
	}
.in_about .main .righttxt .txt *{ font-size:16px; line-height:32px; color:#333333; text-align:justify}

.in_about .main .righttxt .txta{margin:20px auto 0;}
.in_about .main .righttxt .txta ul li{
	width: 100px;
    height: auto;
    display: block;
    float: left;
    margin-right: 50px;
    line-height: 25px;
    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:#1149a0; 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;
	}





/*热门产品*/
.hot_cp{ width:1200px; height:auto; margin:40px auto 0;}
.hot_cp .contenta{}
.hot_cp .contenta ul li{
	float: left;
    width: 185px;
    margin-right: 18px; margin-top:18px;
	}
.hot_cp .contenta ul li .topimg{
	width:185px;
	height:185px;
    overflow: hidden;
    background: #fff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
	}
.hot_cp .contenta ul li .topimg img{
	transform: scale(1);
	transition: all 1s ease-out;
	max-width: 100%;
    max-height: 100%;
	}
.hot_cp .contenta ul li p{
	width:100%; margin:0 auto; background:#444444;
	line-height:52px;
	font-size:16px;
	color:#ffffff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; text-align:center
	}
.hot_cp .contenta ul li p a{
	line-height:52px;
	font-size:16px;
	color:#ffffff;
	}
.hot_cp .contenta ul li:hover .topimg img{
	transform: scale(1.2);
	}
.hot_cp .contenta ul li:hover p{background:#1149a0}
.hot_cp .contenta ul li:hover p a{
	line-height:52px;
	font-size:16px;
	color:#fff;
	}



/*首页流程*/
.in_schedule{ width:100%; height: 394px; margin:0 auto; background:url(../images/bg_sc.jpg) center top no-repeat}
.in_schedule ul{ width:1270px; height:auto; margin:0 auto}
.in_schedule ul li{ float:left}
.in_schedule ul li.tit{ width:385px;}
.in_schedule ul li.tit h1{
	font-size: 45px;
    color: #fff;
    font-weight: bold;
    line-height: 70px;
    background: url(../images/dec_sch.png) left bottom no-repeat;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-top: 45px;
	}
.in_schedule ul li.tit h2{
	font-size: 18px;
    line-height: 30px;
    color: #fff;
	}
.in_schedule ul li.tit h3{
	background: url(../images/tel_sch.png) 0 center no-repeat;
    padding-left: 60px;
    font-size: 32px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 42px;
    /* height: 48px; */
    color: #ffffff;
    margin-top:15px;
	}
.in_schedule ul li.cont{
	width: 840px;
    height: auto;
    margin-top: 60px;
	}
.in_schedule ul li.cont dl{}
.in_schedule ul li.cont dl dd{
	width: 252px;
    height: 112px;
    background: url(../images/bg_sc.png) left top no-repeat;
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
    position: relative;
	}
.in_schedule ul li.cont dl dd .num{ width:97px; height:114px; display:block; text-align:center; float:left}
.in_schedule ul li.cont dl dd .num img{ padding-top:31px;transition: all 0.3s linear 0s;}
.in_schedule ul li.cont dl dd p{
	position: absolute;
    left: 92px;
    top: 10px;
    width: 140px;
    padding: 12px;
    font-size: 15px;
    line-height: 20px;
    color: #1149a0;
    font-weight: bold;
	}


.in_schedule ul li.cont dl dd:nth-child(3n){ margin-right:0}
.in_schedule ul li.cont dl dd:nth-child(4),.in_schedule ul li.cont dl dd:nth-child(5),.in_schedule ul li.cont dl dd:nth-child(6){ margin-bottom:0}


.in_schedule ul li.cont dl dd:hover .num img{transform:rotate(360deg);}





/*首页产品*/
.in_news{
	width: 100%;
    background: url(../images/bg_cp.jpg) repeat;
    padding-top: 50px;
    padding-bottom: 70px;
    margin-top: 50px;
	}

.in_news .news_box{ width:1200px; height:auto; margin:0 auto}
.in_news .news_box ul{}

.in_news .news_box li {
	float: left;
    margin-right:20px;
    margin-bottom:20px;
	}
.in_news .news_box li:nth-child(4n){
	margin-right: 0;
} 


.in_news .news_box li .topimg{
	width:285px;
    height:285px;
    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: 52px;
    font-size: 18px;
    color: #444444;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
	}	
.in_news .news_box li p a{
	line-height:52px;
	font-size:18px;
	color:#444;
	}
.in_news .news_box li:hover p{ background:#1149a0}
.in_news .news_box li:hover p a{
	line-height:52px;
	font-size:18px;
	color:#fff;
	}	

.in_news .news_topa {text-align: center; margin-top:20px }
.in_news .news_topa li{
	display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 70px;
    margin: 0 15px;
    color: #ffffff;
    font-size:20px;
    background: #ff0101; font-weight:bold;border-radius: 30px;
	}
.in_news .news_topa li a{color:#ffffff;font-size: 18px; line-height:50px;font-weight:500}








/*案例展示*/
.in_case{ width:1200px; height:auto; margin:50px auto 55px}
.in_case .main{ margin-top:35px}

.mr_frbox2e {HEIGHT: 265px; width:1200px;  margin:0 auto; position:relative; margin-top:35px }
/*.mr_frbox2e .leftprole{ position:absolute; left:0; top:8px;CURSOR: pointer}
.mr_frbox2e .rightprore{ position:absolute; right:0; top:8px;CURSOR: pointer}*/

.imgboxcpe{ width:1200px; height:265px; margin:0px auto 0; overflow:hidden}
.imgboxcpe ul li{ margin:0 11px 0 11px; display: inline; float:left; overflow:hidden;}
.imgboxcpe ul li a{ display:block; width:285px; height:265px;line-height:52px; text-align:center; font-size:16px; color:#333; background:#efefef}
.imgboxcpe ul li a .imgali{ width:284px; height:213px; text-align:center; overflow:hidden; background:#ffffff}
.imgboxcpe ul li a .imgali span{ height:100%; display:inline-block; vertical-align:middle}
.imgboxcpe ul li a .imgali img{/*width:280px;*/ max-width:100%; height:213px; 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);}


/*新闻中心*/
.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; }
.in_xwzx .in_cont .leftfr .topnews p{ font-size:18px; color:#333333; line-height:30px; margin-bottom:20px; padding-left:72px}
.in_xwzx .in_cont .leftfr .topnews p a{ font-size:18px; color:#333333; line-height:30px}
.in_xwzx .in_cont .leftfr .topnews .leftimg{
    width: 200px;
    height: 150px;
    overflow: hidden;
    background: #fff;
    display: -webkit-inline-box;
    vertical-align: middle;
    text-align: center;
    float: left;
	}
.in_xwzx .in_cont .leftfr .topnews .leftimg img{
	transform: scale(1);
    transition: all 1s ease-out;
    width: 100%;
    height: 100%;
	}
.in_xwzx .in_cont .leftfr .topnews span{
	font-size: 14px;
    line-height: 30px;
    height: 150px;
    display: block;
    overflow: hidden;
    color: #666666;
    text-align: justify;
    float: right;
    width: 67%;
	}

.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 #1149a0}
.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:92px; 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:52px; font-size:14px; line-height:26px; 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:26px}

.clear{clear:both; height:0; line-height:0; overflow:hidden; display:block}
