@import url(main.css);
.i_tit{}
.i_tit h3{font-size:24px;line-height:40px;text-align:center;background:url(i_tit_bg.png) center center no-repeat;font-weight:500;}
.i_tit h3 a{color:#e52027;}
.i_tit p{font-size:16px;color:#ccc;text-align:center;}

.i_about{width:1200px;height:270px;background:#f1f1f1;margin:30px auto 0;}
.i_about_img{float:left;margin-right:20px;}
.i_about_img video{width:430px;height:270px;}
.i_about_con{width:740px;float:left;border-bottom:5px solid #e52027;padding-bottom:17px;}
.i_about_con h2{font-size:24px;font-weight:500;height:50px;line-height:50px;padding-top:10px;}
.i_about_con h2 a{color:#e52027;}
.i_about_con p{font-size:14px;line-height:30px;}
.i_about_con span{display:block;margin-top:10px;font-size:18px;}
.i_about_con span a{color:#e52027;}

.i_pro{width:1200px;margin:20px auto 0;}
.i_sidebar{width:280px;float:left;margin-top:30px;}
.i_sidebar img{width:100%;height:auto;}

.i_pro_list{width:900px;float:right;margin-top:30px;}
.i_pro_list li{float:left;width:280px;height:auto;margin-right:30px;margin-bottom:10px;}
.i_pro_list li:nth-child(3n+3){margin-right:0;}
.i_pro_list li img{width:280px;height:280px;}
.i_pro_list li div{height:40px;line-height:40px;}
.i_pro_list li div p{float:left;font-size:16px;}
.i_pro_list li div p i{margin-right:5px;}
.i_pro_list li div span{float:right;font-size:14px;color:#444;}
.i_pro_list li:hover div p{color:#e52027;}

.i_poster{max-width:1920px;width:100%;margin:20px auto 0;background:url(i_contact_bg.jpg) center center no-repeat;padding:17px 0;}

.i_poster_f{float:left;width:385px;height:289px;}
.i_poster_f img{width:381px;height:285px;border:2px solid #FFF;}

.i_poster_l{width:355px;float:left;border-right:2px dashed #7b7b7a;padding-left:40px;padding-top:65px;}
.i_poster_l b{font-size:30px;line-height:60px;font-weight:500;}
.i_poster_l span{border-bottom:2px dashed #7b7b7a;display:block;width:170px;margin-top:10px;}
.i_poster_l img{padding:20px 0 80px;width:266px;height:59px;}

.i_poster_r{width:380px;float:right;padding-top:60px;}
.i_poster_r h3{font-size:24px;line-height:50px;font-weight:500;margin-bottom:10px;}
.i_poster_r p{line-height:35px;font-size:16px;}
.i_poster_r p i{font-size:20px;margin-right:5px;width:30px;text-align:center;}

.i_news{max-width:1920px;margin:0 auto;padding:30px 0;}

.i_news_list{margin-top:40px;}
.i_news_list li{width:27.333%;padding:20px 2%;margin:0 1%;background:#f0f0f0;float:left;margin-bottom:20px;}
.i_news_list li a{color:#444;}
.i_news_list li h3{font-weight:500;color:#e52027;}
.i_news_list li b{font-weight:500;color:#e52027;}
.i_news_list li:last-child{}



.i_area{width:1200px;margin:30px auto 60px;}
.i_area_list{margin-top:30px;}
.i_area_list li{float:left;width:238px;height:238px;position:relative;}
.i_area_list li:first-child{width:476px;height:476px;}
.i_area_list li img{width:100%;height:100%;}
.i_area_list li p{display:none;color:#FFF;font-size:18px;line-height:238px;text-align:center;}
.i_area_list li .txt{width:238px;background:rgba(229,32,39,0.6);z-index:999;position:absolute;left:0;bottom:0;opacity:0;cursor:pointer;}
.i_area_list li:first-child p{line-height:476px;}
.i_area_list li:first-child .txt{width:476px;height:476px;}
.i_area_list li:hover .txt{opacity:1;-webkit-transition:.5s;-o-transition:.5s;-moz-transition:.5s;transition:.5s;}
.i_area_list li:hover .txt p{display:block;}

.i_more{display:block;margin:20px auto;width:178px;height:38px;line-height:38px;border-radius:10px;border:1px solid #CCC;text-align:center;font-size:16px;transition:all 0.6s;}
.i_more:hover{background:#e62129;}
.i_more:hover a{color:#FFF;}