/*公共标题*/
.main_title{display:block; text-align:center;font-size:18px; color:#666666;line-height:40px}
.main_title p{ font-size:42px; color:#333333; line-height:65px; font-weight: bold;}



/*产品推荐*/
.in_product{
	width: 100%;
    height: auto;
    margin: 0 auto; margin-top:55px;
	}
.in_product .top_cplist{ width:1200px; height:auto; margin:0 auto; margin-top:35px; padding-left:200px; height:150px}
.in_product .top_cplist ul li{float:left; margin-right:100px; width:110px; height:110px; display:block;border-radius:100px;}
.in_product .top_cplist.cpmc{margin-top:110px; line-height:40px; font-size:18px; width:110px; text-align:center;}

.in_product .top_cplist ul li.li1{ background:url(../images/pic1.png) 1px 1px no-repeat; border:#06C solid 2px}
.in_product .top_cplist ul li.li2{ background:url(../images/pic2.png) 1px 1px no-repeat; border:#06C solid 2px}
.in_product .top_cplist ul li.li3{ background:url(../images/pic3.png) 1px 1px no-repeat; border:#06C solid 2px}
.in_product .top_cplist ul li.li4{ background:url(../images/pic4.png) 1px 1px no-repeat; border:#06C solid 2px}
.in_product .top_cplist ul li.li5{ background:url(../images/pic5.png) 1px 1px no-repeat; border:#06C solid 2px}
.in_product .top_cplist ul li p{font-size:24px; color:#ffffff; line-height:32px}


.in_product .top_cplist ul li.li1:hover{ background:url(../images/pic1.png) 1px 1px no-repeat #E1E1E1; border:#F00 solid 2px;}
.in_product .top_cplist ul li.li2:hover{ background:url(../images/pic2.png) 1px 1px no-repeat #E1E1E1; border:#F00 solid 2px}
.in_product .top_cplist ul li.li3:hover{ background:url(../images/pic3.png) 1px 1px no-repeat #E1E1E1; border:#F00 solid 2px}
.in_product .top_cplist ul li.li4:hover{ background:url(../images/pic4.png) 1px 1px no-repeat #E1E1E1; border:#F00 solid 2px}
.in_product .top_cplist ul li.li5:hover{ background:url(../images/pic5.png) 1px 1px no-repeat #E1E1E1; border:#F00 solid 2px}
.in_product .bot_cp{ width:1200px; height:auto; margin:0 auto}
.in_product .bot_cp ul li{ width:380px; height: auto; display:block;float:left; margin-right:24px; margin-top:24px;background:#ffffff; line-height:59px; text-align:center; font-size:16px; padding:1px; padding-bottom:0; border:1px solid #cfcfcf}
.in_product .bot_cp ul li .topimg{
	width:380px;
	height:380px;
	overflow:hidden;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
 }
.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*/
.subban{ width:100%; height:345px; margin:0 auto; background:url(../images/bg_subban.jpg) center top no-repeat; margin-top:75px}
.subban ul{ width:1200px; height:345px; margin:0 auto;}
.subban ul li h1{ font-size:60px; color:#ffffff; font-weight:bold; line-height:84px; padding-top:77px}
.subban ul li h2{ font-size:24px; color:#ffffff; line-height:48px}
.subban ul li h3{ font-size:16px; color:#ffffff; line-height:56px}
.subban ul li h3 span{ font-size:38px; color:#ffffff; font-family:"Times New Roman", Times, serif; font-weight:bold}




/*四大优势*/
.in_title{text-align: center;padding-bottom: 30px}
.in_title .p01{color: #333333;font-size: 51px;line-height:72px; font-weight: bold;}
.in_title .p01 i{font-style: normal;padding: 0 18px}
.in_title .p01 span{color: #ff9501}
.in_title .p02{color: #888888;font-size: 22px;line-height: 36px; position: relative;}
.in_title .p02:before{content: '';width: 48px;height: 2px;background: #ff9501;margin-right: 32px;margin-bottom: 5px; display: inline-block;}
.in_title .p02:after{content: '';width: 48px;height: 2px;background: #ff9501;margin-left: 32px;margin-bottom: 5px;display: inline-block;}

.mid{width: 1200px;margin:0px auto;position: relative;}
.index_liku{width: 100%;height:913px;padding: 86px 0; box-sizing: border-box; background: url(../images/liku.jpg) center no-repeat #2d54b6; margin-top:50px;}
.index_liku .in_title{padding-bottom: 10px}
.index_liku .in_title .p01{color: #fff}
.index_liku .in_title .p02{color: #fff}
.index_liku .liku{width: 100%;height: auto;overflow: hidden;margin-top: -13px;}
.index_liku .liku li{width: 287px;height:504px;float: left;position: relative;margin-right: 17px;}
.index_liku .liku li:nth-child(4){margin-right: 0}
.index_liku .liku li:nth-child(2){margin-top:58px}
.index_liku .liku li:nth-child(3){margin-top:58px}
.index_liku .liku li:nth-child(1):after{position: absolute;content: '';z-index:0;background-color: #fff;left: 0;top: 30px;bottom:-27px;right: 0;transform: skewY(12deg);}
.index_liku .liku li:nth-child(2):after{position: absolute;content: '';z-index:0;background-color: #fff;left: 0;top: 3px;bottom: 0;right: 0;transform: skewY(0);}
.index_liku .liku li:nth-child(3):after{position: absolute;content: '';z-index:0;background-color: #fff;left: 0;top: 3px;bottom: 0;right: 0;transform: skewY(0);}
.index_liku .liku li:nth-child(4):after{position: absolute;content: ''; z-index:0; background-color: #fff;left: 0;top:30px;bottom:-27px;right: 0;transform: skewY(-12deg);}
.index_liku .liku li img{display: block;padding: 12px 10px;position: relative;z-index: 2;}
.index_liku .liku li .p01{font-size: 30px;color: #333333;font-weight: bold;text-align: center;padding-top: 8px;position: relative;z-index: 2;}
.index_liku .liku li .p02{font-size: 16px;color: #666666;line-height: 30px;padding: 10px 36px;position: relative;z-index: 2;}
.index_liku .liku li .p02 span{color: #ff9501;font-weight: bold;}
.index_liku .liku li:nth-child(1) .p02 span{font-size: 26px;font-weight: normal;}
.index_liku .intel{width: 460px;height: 45px;margin: 0 auto;padding-top: 54px;}
.index_liku .tel{line-height: 45px;color: #ff9501;font-size: 32px;font-weight: bold;background:url(../images/tel.png) left center no-repeat;padding-left: 40px;display: inline-block;float: left;}
.index_liku .zixun{width:152px;line-height: 40px;border-radius: 20px;box-sizing: border-box;padding-left:50px;transition: 0.4s all; color: #fff;font-size:16px;background:url(../images/zixunh.png) 22px center no-repeat #ff9501;display: inline-block;float: right;}
.index_liku .zixun:hover{background-color: #6690f7}


/* 关于我们 */
.in_about{ width:100%; height:auto; margin:0 auto; background:url(../images/bg_about.jpg) center bottom no-repeat #f2f2f2; padding-top:74px; padding-bottom:100px}
.in_about .main{ width:1200px; height:auto; margin:0 auto}
.in_about .main .leftpic{ display:block; float:left;width:578px; height:552px; overflow:hidden}
.in_about .main .leftpic img{
    transform: scale(1);
    transition: all 1s ease-out;
	}
.in_about .main .leftpic:hover img{transform: scale(1.2);}
.in_about .main .righttxt{ width:580px; height:auto; display:block; float:right}
.in_about .main .righttxt h1{ font-size:32px; color:#205ba9; font-weight:bold; line-height:54px}
.in_about .main .righttxt h2{ font-size:21px; color:#444444; line-height:45px;}
.in_about .main .righttxt .dec{ width:36px; height:5px; display:block; background:#205ba9}
.in_about .main .righttxt .txt{ height:270px; display:block; overflow:hidden}
.in_about .main .righttxt .txt *{ font-size:16px; line-height:35px; color:#333333; text-align:justify}
.in_about .main .righttxt .txta{margin: 25px auto;}
.in_about .main .righttxt .txta ul li{ float:left; padding:0 18px; height:80px; border-right:1px dashed #d3d3d3; text-align:center; font-size:20px; color:#333333; line-height:32px}
.in_about .main .righttxt .txta ul li span{ font-size:40px; font-family:impact; line-height:50px; color:#d50000; margin-right:5px}
.in_about .main .righttxt .more{ width:200px; height:45px; display:block; text-align:center; line-height:45px;font-size:16px; color:#ffffff;line-height:45px; background:#205ba9;border-radius:23px;}
.in_about .main:hover .righttxt .more{ background:#d50000;}


.in_about .maina{ width:1200px; height:auto; margin:50px auto 0}
.in_about .maina .tita{ display:block; text-align:center; font-size:32px; color:#333333; line-height:58px; font-weight:bold; margin-bottom:30px}


.mr_frbox2e {HEIGHT:352px; width:1200px;  margin:0 auto; position:relative;}
/*.mr_frbox2e .leftprole{ position:absolute; left:0; top:162px;CURSOR: pointer}
.mr_frbox2e .rightprore{ position:absolute; right:0; top:162px;CURSOR: pointer}*/

.imgboxcpe{ width:1200px; height:352px; margin:0px auto; overflow:hidden}
.imgboxcpe ul li{ margin:0 13px 0 13px; display: inline; float:left; overflow:hidden;}
.imgboxcpe ul li a{display:block;width:380px;height:348px;background:#ffffff;line-height:59px;text-align:center;font-size:16px;color:#333333;box-shadow: 10px 10px 10px 10px #000000; padding:1px; padding-bottom:0; border:1px solid #cfcfcf}
.imgboxcpe ul li a .imgali{width:380px; height:285px; 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:380px; height:285px; 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_xwdt{ width:100%; height:auto; margin:50px auto 65px;}
.in_xwdt .main_content{ width:1200px; height:auto; margin:0 auto; margin-top:50px}

.leftnews{display:block; float:left; width:528px; min-height:522px; border:1px solid #d7d7d7; 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:#205ba9;}
.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:#205ba9; line-height:45px;}


.rightnews{display:block; float:right; width:528px; min-height:522px; border:1px solid #d7d7d7; 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:#205ba9; 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:#205ba9; line-height:45px;}




.clear{clear:both; height:0; line-height:0; overflow:hidden; display:block}