/*maintitle*/
.maintitle{
	display: block;
    text-align: center;font-weight:bold
	}
.maintitle span{ font-size:40px; color:#333333; font-weight:bold; line-height:60px}
.maintitle p{font-size:18px; color:#666666; line-height:35px;font-weight:500; width:76%; margin:0 auto}



/*热门产品*/
.hot_cp{ width:1200px; height:auto; margin:30px auto 60px;}
.hot_cp .contenta{ margin-top:25px}
.hot_cp .contenta ul li{ float:left; margin-right:33px; margin-bottom:35px}
.hot_cp .contenta ul li .topimg{
	width: 372px;
    height: 278px;
    overflow: hidden;
    text-align: center; border-radius:10px 10px 0 0 / 10px 10px 0 0; border:3px solid #2a4c94
	}
.hot_cp .contenta ul li .topimg img{
	transform: scale(1);
	transition: all .4s ease-out;
	width: 100%;
    height: 100%;
	}

.hot_cp .contenta ul li p a{display:block;
	width:100%; margin:0 auto;
	line-height:64px;
	font-size:22px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; text-align:center; color:#fff; background:url(../images/cpbgrx.jpg) repeat;border-radius: 0 0 10px 10px / 0 0 10px 10px; 
	}
.hot_cp .contenta ul li:hover p a,.hot_cp .contenta ul li p a:hover{ color:#fff}
.hot_cp .contenta ul li:hover .topimg img{
	transform: scale(1.1);
	}



/*优势*/
.in-standard{ padding:20px 0 20px;width: 1240px; margin: 20px auto 10px;}
.in-standard .item{text-align: center;float: left;width: 20%;}
.in-standard .item .item-icon{ width:184px;height: 184px;margin: 0 auto 20px;background-color: #136fda; position: relative;border-radius: 50%; color: #fff;transition: all .3s;}
.in-standard .item .item-icon::before,
.in-standard .item .item-icon::after{content: ''; display: block; width:100%; height:100%;position: absolute; margin:auto; bottom: 0; right: 0; top: 0; left: 0;}
.in-standard .item .item-icon::before{ background: url(../images/standard_light.png) center/cover no-repeat;transition: all 1s; z-index:2;}
.in-standard .item .item-icon::after{background: url(../images/standard_circle.png) center no-repeat; z-index:1;}
.in-standard .item  .item-icon .icon-wrap{ height:100%;overflow: hidden;}
.in-standard .item  .item-icon p{ width:91px; height:64px; text-align: center;margin: 40px auto 3px;}
.in-standard .item  .item-icon span{font-size: 22px;display: block;}
.in-standard .item .item-name{ color: #333333;font-size: 18px;transition: all .3s;margin: 0;}
.in-standard .item .item-en-name { text-transform: uppercase; color: #cccccc;transition: all .3s;margin: 0; font-family:Arial, Helvetica, sans-serif}
.in-standard .item:hover .item-icon{background-color: #ff9900; }
.in-standard .item:hover .item-name{}
.in-standard .item:hover .item-en{ color: #666;}
.in-standard .item:hover .item-icon::before{transform: rotate(-90deg);}

/*首页产品*/
.in_news{width:100%; height:auto; margin:0 auto; background:#f5f5f5; padding-top:60px; padding-bottom:70px}

.in_news .news_top {text-align: center; margin-top:20px }
.in_news .news_top ul{width:1200px; margin:0 auto; text-align:center}
.in_news .news_top li{
	display: inline-block;
    height: 47px;
    margin-right: 12px;
	width:229px; margin-bottom:16px;
	}
.in_news .news_top li:nth-child(5n){ margin-right:0}
.in_news .news_top li a{color:#333;font-size: 18px; line-height:45px;text-transform:uppercase; display:block; height:45px;border:1px solid #bfbfbf; width:100%}
.in_news .news_top li a:hover,.in_news .news_top li.on{background:#004fab; border:1px solid #004fab;color: #fff; line-height:45px; display:block}
.in_news .news_top li:hover a,.in_news .news_top li.on a{color: #fff; line-height:45px;}

.in_news .news_top li a.cpmore{ color:#8d8d8d}
.in_news .news_top li a.cpmore:hover{ color:#fff}

.in_news .news_box{ width:1200px; height:auto; margin:20px auto 0}

.in_news .news_box li {
	float: left;
    margin-right:34px;
    margin-bottom:38px;
	}
.in_news .news_box li:nth-child(4n){
	margin-right: 0;
} 


.in_news .news_box li .topimg{
	width:270px;
    height:205px;
    overflow: hidden;border-radius:10px 10px 0 0 / 10px 10px 0 0; border:2px solid #2a4c94
	}
.in_news .news_box li .topimg img{
	transform: scale(1);
	transition: all 0.5s ease-out;
	width: 100%;
    height: 100%;
	}
.in_news .news_box li:hover .topimg img{
	transform: scale(1.1);
	}

.in_news .news_box li p{ margin:0 auto;
	line-height:52px;
	font-size:16px;
	color:#fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; text-align:center;background:url(../images/cpbgrx.jpg) repeat;border-radius:0 0 10px 10px / 0 0 10px 10px;
	}	
.in_news .news_box li p a{
	line-height:52px;
	font-size:16px;
	color:#fff;
	}
.in_news .news_box li:hover p a{
	line-height:52px;
	font-size:16px;
	color:#fff;
	}	

.in_news .news_topa {text-align: center; margin-top:50px }
.in_news .news_topa li{
	display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 50px;
    margin: 0 15px;
    color: #ffffff;
    font-size:20px;
    background: #d80404; font-weight:bold;border-radius: 30px;
	}
.in_news .news_topa li a{color:#ffffff;font-size: 18px; line-height:50px;font-weight:100}


/*视频展示*/
.in_video{ width:1200px; height:auto; margin:45px auto 65px}
.in_video .blocka{ width:1200px; height:675px;margin-top:45px}
.in_video .blockb{ margin-top:15px}
.in_video .blockb .title{ height:67px; border-bottom:1px solid #dddddd}
.in_video .blockb .title p{ float:left; line-height:67px; font-size:18px; color:#333333}
.in_video .blockb .title a{ float:right; line-height:67px; font-size:16px; color:#666666} 
.in_video .blockb .contaa{ margin-top:35px}
.in_video .blockb .contaa ul li{ float:left; margin-right:12px; width:291px; height:246px;  padding-bottom:0; background:#f1f1f1;  display:block; }
.in_video .blockb .contaa ul li .topimg{
    width: 291px;
    height: 196px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.in_video .blockb .contaa ul li .topimg img{
	width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all 1s ease-out;
	}
.in_video .blockb .contaa ul li:hover .topimg img{
	transform: scale(1.2);
	}	
	
	
.in_video .blockb .contaa ul li:hover{ background:#004fab; }

.in_video .blockb .contaa ul li p{text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 92%; margin:0 auto; height:50px; line-height:50px; text-align:center; font-size:15px; color:#444444}
.in_video .blockb .contaa ul li:hover p{color:#ffffff}


/*优势*/




.wrap1200{width:1200px;margin:0 auto;position:relative;}



/*案例展示*/
.in_case{ width:1200px; height:auto; margin:50px auto 55px}
.in_case .main{ margin-top:35px}


.zyao{ width:960px; margin:10px auto 0; line-height:30px; font-size:18px; color:#777777; text-align:center}

.mr_frbox2e {HEIGHT: 240px; width:1200px;  margin:0 auto; position:relative; margin-top:35px }

.mr_frbox2e .leftprole{ position:absolute; left:-50px !important; top:62px;CURSOR: pointer}
.mr_frbox2e .rightprore{ position:absolute; right: -50px !important; top:62px;CURSOR: pointer}

.imgboxcpe{ width:1200px; height:240px; margin:0px auto 0; overflow:hidden}
.imgboxcpe ul li{ margin:0 24px 0 0; display: inline; float:left; overflow:hidden;}
.imgboxcpe ul li a{ display:block; width:282px; height:211px;line-height:40px; text-align:center; font-size:16px; color:#333;}
.imgboxcpe ul li a .imgali{ width:280px; height:209px; text-align:center; overflow:hidden; background:#ffffff; border:1px solid #cccccc}
.imgboxcpe ul li a .imgali span{ height:100%; display:inline-block; vertical-align:middle}
.imgboxcpe ul li a .imgali img{width:100%; height:100%; vertical-align: middle;transition:all 0.4s;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s; }
.imgboxcpe ul li a:hover .imgali img{transform:scale(1.15);-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-o-transform:scale(1.15);}



.in_hzal{ width:100%; height:auto;padding:25px 0 35px; background:#f5f5f5}
.in_hzal .main{ margin:0 auto}
.mr_frbox4e {HEIGHT: 160px; width:1200px;  margin:0 auto; position:relative; margin-top:25px }

.mr_frbox4e .leftprole{ position:absolute; left:-50px !important; top:32px;CURSOR: pointer}
.mr_frbox4e .rightprore{ position:absolute; right: -50px !important; top:32px;CURSOR: pointer}

.imgboxcpe4{ width:1200px; height:160px; margin:0px auto 0; overflow:hidden}
.imgboxcpe4 ul li{ margin:0 24px 0 0; display: inline; float:left; overflow:hidden;}
.imgboxcpe4 ul li .ihzlist{ display:block; width:282px; height:151px;line-height:40px; text-align:center; font-size:16px; color:#555;}
.imgboxcpe4 ul li .ihzlist .imgali{ width:280px; height:110px; text-align:center; overflow:hidden; background:#ffffff; border:1px solid #cccccc}
.imgboxcpe4 ul li .ihzlist .imgali span{ height:100%; display:inline-block; vertical-align:middle}
.imgboxcpe4 ul li .ihzlist .imgali img{width:100%; height:100%; vertical-align:}


/*公司简介*/
.in_about{ width:100%; height:730px; margin:0 auto;background: url(../images/abbg.jpg)  center top no-repeat #14378f; padding-top:70px;}
.in_about .main{ width:1200px; height: auto; margin:0px auto 0;}

.in_about .left{ width: 700px;
    /*padding: 15px;
     height: 350px; */}
.in_about .main .righttxt{padding:5px 0px 0; width:459px; display:block; float:right
	}
.in_about .main .righttxt h1{ font-size:40px; color:#fff; font-weight:bold; line-height:60px; margin-bottom:15px}
.in_about .main .righttxt h1 span{ font-size:30px; line-height:60px; font-weight:500;}
.in_about .main .righttxt .txt{
	font-size: 16px;
    line-height: 30px;
    color: #fff;
    height: 150px;
    display: block;
    overflow: hidden;
    text-align: justify;
	}
.in_about .main .righttxt .txt *{font-size:16px; line-height:30px; color:#fff;}
.in_about .main .righttxt .more{ margin-top:25px;}

.in_about .main .righttxt .more ul li{ float: left; margin-right:30px}
.in_about .main .righttxt .more ul li a{ width:130px; height:36px; display: block; text-align:center; line-height:36px; background:#fff; color:#14378f; font-size:16px;}
.in_about .main .righttxt .more ul li a:hover{ color:red}


.in_about .main .cjab{margin-top:60px}
.in_about .main .cjab li{ display: block; height:255px; width:32%; margin-right:2%;float:left}
.in_about .main .cjab li:nth-child(3n){ margin-right:0}
.in_about .main .cjab a{ display:block; width:100%; height:100%; overflow:hidden}
.in_about .main .cjab a img{ width:100%; height:100%;transition:all 0.4s;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s; }
.in_about .main .cjab a:hover img{transform:scale(1.15);-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-o-transform:scale(1.15);}


/* 新闻资讯 */
.in_xwzx{ width:1200px; height:auto; margin:0 auto; margin-top:45px; margin-bottom:70px;}
.in_xwzx .content{margin:40px auto 0}

.in_xwzxa{ width:357px; height:auto; display:block; float:left}
.in_xwzxa .topimg{
	width:357px; 
	height:476px; display:block; overflow:hidden; text-align:center;
	}
.in_xwzxa .topimg img{ max-width:100%; height:476px;transform: scale(1);transition: all 1s ease-out;}
.in_xwzxa .txt{ width:357px; height:60px; display:block; background: url(../images/more.jpg) right top no-repeat #f3f3f3}
.in_xwzxa .txt p{ width:270px; height:60px; margin-left:12px; margin-right:75px;font-size:16px; color:#333333; line-height:60px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden; display:block;}
.in_xwzxa .txt p a{font-size:16px; color:#333333; line-height:60px;}
.in_xwzxa:hover .topimg img{transform: scale(1.2);}

.in_xwzxb{ width:798px; height:auto; display:block; float:right}
 
.in_xwzxb ul li{ margin-bottom:20px; padding-bottom:20px; border-bottom:1px solid #ececec}

.childaa{ width:798px; height:150px; display:block}
.childaa .leftimg{ width:200px; height:150px; display:block; overflow:hidden; float:left}
.childaa .leftimg img{max-width:100%; height:150px;transform: scale(1);transition: all 1s ease-out}
.childaa .txt{ width:580px; height:auto; display:block; float:right}
.childaa .txt p{width:100%; height:auto;font-size:18px; color:#111111; line-height:45px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden; display:block;}
.childaa .txt p a{font-size:18px; color:#111; line-height:45px;}
.childaa .txt .dec{
	width: 30px;
    height: 2px;
    background-color: #004fab;
    /*position: relative;*/
    margin-bottom: 14px;
    transition: all .5s ease;
	}
.childaa .txt span{ font-size:14px; line-height:25px; height:75px; color:#999999; display:block; overflow:hidden}
.childaa:hover .txt p a{font-size:18px; color:#004fab; line-height:45px; font-weight:bold}
.childaa:hover .txt .dec{ width:100%}
.clear{clear:both; height:0; line-height:0; overflow:hidden; display:block}