@charset utf-8;
/* 全局样式 */
* {
    margin: 0;
    padding: 0;
    font-family: 微软雅黑;
    color: #333;
    font-style: normal;
    font-weight: normal;
    list-style: none;
    text-decoration: none;
}

.container{
    margin: 0 auto;
    width: 1200px;
}

.container_top{
    margin: 0 auto;
    width: 1200px;
}
a{
    text-decoration: none;
    color: inherit;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -mos-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    font-size: 14px;
}

.overflow{ overflow:hidden;}

li:hover{
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -mos-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.gradient{
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -mos-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.gradient:hover{
   transition: all 0.3s;
    -o-transition: all 0.3s;
    -mos-transition: all 0.3s;
    -webkit-transition: all 0.3s; 
}
.clear{clear: both}

::-moz-selection{background:#b70005; color:#fff;}
::selection {background:#b70005; color:#fff;}


/* 网站头部 */
.toper{ height: 36px;  background: url(../images/minda_1.jpg) no-repeat center;}
.toper i{ font-style: normal; color: #666; font-size: 14px; float: left; line-height: 36px;  width: 314px; float: left;}
.toper .toper_right{ width: 568px; float: right; height: 36px;}
.toper .toper_right p{ font-size: 14px; color: #fff; float: left; line-height: 36px; margin-right: 10px;}
.toper .toper_right .sousuo{  width: 188px; height: 36px; float:left; position: relative; margin-right: 10px;}
.toper .toper_right .sousuo input[type="text"]{ width: 188px; height: 26px; line-height: 26px; background: #fff; text-indent: 15px; color: #999; border-radius: 15px; margin-top: 5px; border: none;  }
.toper .toper_right .sousuo input[type="submit"]{ width: 26px; height: 26px; position: absolute; right:4px; top: 4px;  cursor:pointer; background: url(../images/minda_zg_22.png) no-repeat center; border: none}
.toper_right span{ width: 30px; height: 36px; float: left; border: 1px solid rgba(255,255,255,0.2); border-bottom: none; border-top: none; text-align: center; display: block; position: relative;}
.toper_right span img{cursor: pointer; margin-top: 10px;}
.toper_right span img.wx_ewm{ display: none; position: absolute; top: 30px; right: 0; z-index: 99999;}
.toper_right span:hover img.wx_ewm{ display: block;}
.toper_right span.toper_span{ border-right: none;}


.toper .toper_right h3 {
    font-weight: normal;
    float: left;
    width: 80px;
    text-align: center;
}

.toper .toper_right h3 a {
    display: block;
    color: #fff;
    font-weight: bold;
    line-height: 36px;
}

.top_box{ height: 78px; width: 100%;}
.box{ height: 78px; background: url(../images/baimuxiang_24.png) no-repeat center; width: 100%;}
.box a.logo{ display: block; height: 41px; width: 233px; float: left; margin-top: 20px; margin-right: 40px;}
.box .nav{height: 78px;width:840px;float: right;}

.box .nav .nLi{ text-align: left; width: 100px;text-align: center; height: 78px;  float: left;margin: 0 2px; position: relative;}
.box .nav .nLi a{display: block; height: 32px; line-height: 32px; text-align: center;  width: 100px; margin-top: 24px;  }
.box .nav .nLi a:hover{color: #fff;}
.box .nav .on a{display: block;height: 32px; line-height: 32px; font-size:15px;}
.box .nav .on a span{color: #b70005;}
.box .nav .on a:after{ content: ""; position: absolute; height: 5px; width: 80px; background: #b70005; bottom: 0; left: 10px;}
.box .nav .nLi ul{ background: rgba(255,255,255,0.9); position: absolute;top: 78px; z-index: 999; display: none; overflow: hidden; }
.box .nav .nLi ul li{ height: 42px;line-height: 42px; text-align: center;float: none; }
.box .nav .nLi ul li a{font-size: 14px; display: block; line-height: 42px; font-weight: normal; background: none;margin-top: 0 !important; height: 42px;border-radius: 0;}
.box .nav .nLi ul li a:hover{ height: 42px;  line-height: 42px;  background: #b70005}
.box .nav .nLi ul li a::after{ display: none;}


/* ---------------------------------------------------------------首页样式--------------------------------------------------------------- */
/* 轮播图 */
.fullSlide {
    width: 100%;
    position: relative;
    height: 600px;
    background: #fff;
}

.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.fullSlide .bd ul {
    width: 100% !important;
}

.fullSlide .bd li {
    width: 100% !important;
    height: 600px;
    overflow: hidden;
    text-align: center;
    line-height: 600px;
}

.fullSlide .bd li >a {
    display: block;
    height: 600px;
}

.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 16px;
    left: 0;
    height: 30px;
    line-height: 30px;
}

.fullSlide .hd ul {
    text-align: center;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    margin: 4px;
    overflow: hidden;
    background: none;
    line-height: 999px;
    border: 2px solid #fff;

}

.fullSlide .hd ul .on {
    background: #fff;
    border: 2px solid #fff;
}

.fullSlide .prev,.fullSlide .next {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -30px;
    left: 10%;
    z-index: 1;
    width: 40px;
    height: 60px;
    background: url(slider-arrow.png) -126px -137px #000 no-repeat;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: none;
}

.fullSlide .next {
    left: auto;
    right: 10%;
    background-position: -6px -137px;
}

.banner_bg_top{
    height: 16px;
    background: url(../images/banner_bg_top.png) repeat-x top;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 999;
}



/* 首页关于我们 */
.index_about_main{ padding-top: 105px; padding-bottom: 76px;}
.index_about_main .container{ background: url(../images/minda_zg_4.png) no-repeat right top; position: relative;}
.index_about_main .index_about_left{ width: 565px; height: 453px;}
.index_about_main .index_about_left .about_img{width: 565px; height: 453px; float: left; position: relative; z-index: 99}
.index_about_main .index_about_left .about_img img.about_img_pic{ width: 100%;}
.index_about_main .index_about_left .about_img .about_grey_bg{ width: 520px; height: 440px; background: #f5f5f7; position: absolute; z-index: -1; top: -24px; left: 0;}
.index_about_main .index_about_left .about_img .about_bottom_p{ height: 72px;  position: absolute; width: 100%; bottom: 0; background: rgba(0,0,0,0.8); color: #fff; font-size: 18px; text-indent: 20px; font-style: italic; line-height: 72px;}
.index_about_main .index_about_left .about_img .about_bottom_p .about_ewm{ height: 72px; width: 100px;  background:#a51213; position: absolute; right: 0; bottom: 0;}
.index_about_main .index_about_left .about_img .about_bottom_p .about_ewm a{display: block; height: 72px; line-height: 72px; color: #fff; float: left; width: 50px;}
.index_about_main .index_about_left .about_img .about_bottom_p .about_ewm .about_weixin{background: url(../images/minda_zg_23.png) no-repeat center;}
.index_about_main .index_about_left .about_img .about_bottom_p .about_ewm .about_shouji{background: url(../images/minda_zg_24.png) no-repeat center;}
.index_about_main .index_about_left .about_img .about_bottom_p .about_ewm a img{ display: none;}
.index_about_main .index_about_left .about_img .about_bottom_p .about_ewm a:hover img{display: block; position: absolute; top: 72px; left: 0;}

.index_about_right{ height: 370px; width: 638px; position: absolute; top: 48px; border: 1px solid #eee; right: 0; background: #fff url(../images/minda_zg_3.png) no-repeat 60px 110px;}
.index_about_right .index_about_nr{ width: 544px; position: absolute; right: 42px; top: 56px;}
.index_about_right .index_about_nr i{ position: absolute; right: 0; top: 0;}
.index_about_right .index_about_nr h2{ font-size: 30px; font-weight: bold; color: #333; line-height: 1; margin-bottom: 20px;}
.index_about_right .index_about_nr span{ display: block; font-size: 18px; color: #b70005; line-height: 1.5; margin-bottom: 10px;}
.index_about_right .index_about_nr p{ font-size: 14px; line-height: 26px; text-align: justify; color: #666;}
.index_about_right .index_about_nr ul{ height: 16px;  margin-top: 40px;}
.index_about_right .index_about_nr ul li{line-height: 24px; float: left; margin-right: 35px;}
.index_about_right .index_about_nr ul li img{ margin-right: 8px; display: block; float: left;}
.index_about_right .index_about_nr ul li a{ display: inline-block; font-size: 16px; color: #333;}



/* 首页产品中心 */
.index_pro_main{ height: 947px; background: url(../images/minda_2_1.jpg) no-repeat center;}
.index_pro_main .index_pro_title{ width: 220px;  float: left; margin-top: -20px;}
.index_pro_main .index_pro_title p{ font-size: 42px; color: rgba(255,255,255,0.15);font-weight: bold;}
.index_pro_main .index_pro_title span{ display: block; font-size: 30px; color: #fff; margin-top: -30px; font-weight: bold;}
.index_pro_main .pro_cate{ width:950px; float: right;overflow:hidden; }
.index_pro_main .pro_cate li{ line-height: 42px; color: #fff;  margin-right: 8px; float: left; }
.index_pro_main .pro_cate li:last-child{ margin-right: 0;}
.index_pro_main .pro_cate li a{ font-size: 18px; display: block;border: 1px dashed #fff; text-align: center;width: 126px; height: 42px;}
.index_pro_main .pro_cate li:hover a{ background: #fff; color: #b70005; border: 1px solid #fff;}
.index_pro_main .container{ padding-top: 80px;}
.index_pro_list{ overflow: hidden; margin-top: 30px;}
.index_pro_list li{ width: 380px; float:left; margin-right: 26px; margin-bottom: 28px; background: #fff; position: relative; border: 1px solid #eee; height: 310px;}
.index_pro_list li:nth-child(3),.index_pro_list li:nth-child(6){ margin-right: 0;}
.index_pro_list li .pro_xh_xl{ height: 72px; width: 240px; position: absolute; top: 30px; left: 30px;}
.index_pro_list li .pro_xh_xl span{ display: block;  font-size: 16px; font-weight: bold; color: #333; line-height: 30px;}
.index_pro_list li .pro_xh_xl span a{ font-weight: normal; font-size: 16px;}

.index_pro_list li .index_pro_lj{ position: absolute; left: 30px; bottom: 30px; height: 80px;}
.index_pro_list li .index_pro_lj a{ display: block; height: 36px;line-height: 36px; width: 126px;}
.index_pro_list li .index_pro_lj a.pro_cpxq{ margin-bottom: 9px; background: #f3f3f3;}
.index_pro_list li .index_pro_lj a.pro_cpxq i{ display: block; float: left; width: 36px; background: #b70005; text-align: center; height: 36px; margin-right: 10px;}
.index_pro_list li .index_pro_lj a.pro_cpxq i img{ margin-top: 8px;}
.index_pro_list li .index_pro_lj a.pro_cpxq:hover{ background: #b70005; color: #fff;}

.index_pro_list li .index_pro_lj a.pro_zxly{ margin-bottom: 9px; background: #f3f3f3;}
.index_pro_list li .index_pro_lj a.pro_zxly i{ display: block; float: left; width: 36px; background: #333; text-align: center; height: 36px; margin-right: 10px;}
.index_pro_list li .index_pro_lj a.pro_zxly i img{ margin-top: 8px;}
.index_pro_list li .index_pro_lj a.pro_zxly:hover{ background: #333; color: #fff;}
.index_pro_list li .index_pro_img{ display: block; position: absolute; right: 20px; bottom: 20px;}
.index_pro_list li .index_pro_img img{transition: all .3s;width: 180px;}
.index_pro_list li:hover .index_pro_img img{transform: scale(1.1); transition: all .3s;}
.index_pro_main .index_pro_more{display: block; height: 50px; line-height: 50px; width: 220px; margin: 0 auto; background: #b70005 url(../images/minda_zg_7.png) no-repeat center; color: #fff; font-size: 16px; text-align: center;}
.index_pro_main .index_pro_more:hover{background: #333 url(../images/minda_zg_7.png) no-repeat center}


/* 首页案例中心 */
.index_case_main{ height: 686px; background: url(../images/minda_4.jpg) no-repeat center;}
.index_case_main .index_case_title{ text-align: center; padding-top: 50px; margin-bottom: 20px;}
.index_case_main .index_case_title i{font-size: 60px;color: rgba(255,255,255,0.15); font-weight: bold; text-align: center;}
.index_case_main .index_case_title p{ font-size: 30px; color: #fff; line-height: 2; position: relative; text-align: center; width: 1200px; font-weight: bold; margin-top: -50px;}
.index_case_main .index_case_title p::after{ content: ""; position: absolute; bottom: 0; height: 5px; width: 50px; background: #b70005; left: 580px;}
.index_case_main .index_case_title span{ color: #fff; font-size: 14px; text-align: center; line-height: 30px;}

.index_case_main ul{ overflow: hidden;}
.index_case_main ul li{ width: 290px;height: 195px; overflow: hidden; float: left; position: relative; margin-right: 12px; margin-bottom: 12px;}
.index_case_main ul li img.case_img{ width: 100%; transition: all .3s;}
.index_case_main ul li:hover img.case_img{ transform: scale(1.1); transition: all .3s;}

.index_case_main ul li .index_case_hover{display: none; position: absolute; top: 0; left: 290px; width: 290px; height: 195px;transition: all .3s; text-align: center;}
.index_case_main ul li p{ width: 275px; height: 180px; position: absolute; left: 7px; top: 7px; border: 1px solid rgba(255,255,255,1); z-index: 99;}
.index_case_main ul li:hover .index_case_hover{ display: block; background: rgba(183,0,5,0.8); position: absolute; top: 0; left: 0; }
.index_case_main ul li .index_case_hover img{ margin-top: 50px;}
.index_case_main ul li .index_case_hover span{ color: #fff; display: block; font-size: 16px;}
.index_case_main ul li:nth-child(4),.index_case_main ul li:nth-child(8){ margin-right: 0;}


/* 首页企业优势 */
.index_youshi_main{ height: 481px; background: url(../images/minda_7.jpg) no-repeat center;}
.index_youshi_main h2{ height: 72px; line-height: 72px; border-bottom: 1px solid #eee; margin-top: 20px; position: relative; text-indent: 20px; font-weight: bold;}
.index_youshi_main h2::before{ content: ""; position: absolute; height: 30px; width: 10px;  background: #b70005; left: 0; top: 20px;}

.index_youshi_main .index_youshi{ width: 338px; padding:0 25px; float: left;}
.index_youshi_main .index_youshi div{ height: 125px; margin-top: 48px; }
.index_youshi_main .index_youshi .youshi_cont_1{ background: url(../images/minda_zg_12.png) no-repeat center;}
.index_youshi_main .index_youshi .youshi_cont_2{ background: url(../images/minda_zg_13.png) no-repeat center;}
.index_youshi_main .index_youshi .youshi_cont_3{ background: url(../images/minda_zg_14.png) no-repeat center;}
.index_youshi_main .index_youshi:hover .youshi_cont_1{ background: url(../images/minda_zg_9.png) no-repeat center;}
.index_youshi_main .index_youshi:hover .youshi_cont_2{ background: url(../images/minda_zg_10.png) no-repeat center;}
.index_youshi_main .index_youshi:hover .youshi_cont_3{ background: url(../images/minda_zg_11.png) no-repeat center;}
.index_youshi_main .index_youshi p{text-align: center; font-size: 14px; line-height: 30px;  color: #666;}



/* 首页在线留言 */
.index_liuyan_main{ height: 365px; background: url(../images/minda_zg_15.png) no-repeat bottom; margin-top: -90px;}
.index_ly_form{ height: 164px; padding-top: 130px; margin-left: 90px;}
.index_ly_form input[type="text"]{border: none;  border-bottom: 1px solid rgba(255,255,255,0.25); background: none; height: 42px; line-height: 42px; color: #fff; }
.index_ly_form input::-webkit-input-placeholder{ color: #fff;}
.index_ly_form .index_form_left{ width: 524px; float: left;}
.index_ly_form .index_form_left .name,.index_form_left .tel{ width: 250px;}
.index_ly_form .index_form_left .name{ float:left;}
.index_ly_form .index_form_left .tel{ float:right;}
.index_ly_form .index_form_left .feedbook{ margin-top: 6px; width: 100%;}
.index_ly_form input[type="submit"]{ height:  86px; width:164px;  float: left; background: url(../images/minda_zg_25.png) no-repeat center; border: none; font-size: 18px; color: #fff; margin-top: 7px; margin-left: 10px; cursor: pointer;}



/* 首页新闻中心 */
.index_news_main{   height: 625px;  background: #f5f5f7;}
.index_news_main .index_news_title{ text-align: center; margin-top: -50px; margin-bottom: 20px;}
.index_news_main .index_news_title p{ font-size: 30px; color: #333; font-weight: bold; line-height: 2;}
.index_news_main .index_news_title span{ display: block; text-align: center;  font-size: 14px;  color: #666;}

.index_news_left{ width: 814px; float: left;}
.index_news_left .news_1{ width: 382px;  height: 449px; background: #fff; float: left; position: relative; margin-right: 25px;}
.index_news_left .news_1 .news_top{ width: 322px; margin: 0 auto; padding-top: 30px;}
.index_news_left .news_1 .index_news_col{ font-size: 14px; color: #999; line-height: 20px; display: block;}

.index_news_left .news_1 .news_title{ font-size: 18px; color: #333; display: block; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; line-height: 2; margin-bottom: 36px;}
.index_news_left .news_1 span{ font-size: 14px; color: #999; padding-bottom: 15px; display: block;}
.index_news_left .index_news_img{ width: 100%; height: 212px; position: absolute; bottom: 0; left: 0; overflow: hidden; }
.index_news_left .index_news_img::before{ content: ""; position: absolute; left: 30px; top: 0; border-top: 15px solid #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent; z-index: 999;}
.index_news_left .index_news_img img{ width: 100%;transition: all .3s;}
.index_news_left .news_1:hover .index_news_img img{transform: scale(1.1); transition: all .3s;}
.index_news_left .news_1 .news_top p{ font-size: 14px;  color: #666; line-height: 24px; }
.index_news_right{ width: 384px; float: right;}
.index_news_right li{ background: #fff; margin-bottom: 26px;}
.index_news_right li a{ display: block; padding: 22px;}
.index_news_right li a p{ font-size: 16px; line-height: 1.5; color: #333;}
.index_news_right li a span{display: block;  line-height: 26px; color: #999;}
.index_news_right li a i{ font-style: normal; color: #666;}
.index_news_right li:hover{ background: #b70005}
.index_news_right li:hover *{ color: #fff;}

/* 网站底部 */
.footer{ height: 323px; background: #212121;}
.footer h4{font-size: 18px; color: #ccc; margin-top: 54px;  font-weight: bold; line-height: 42px;}


.footer .footer_logo{ width:260px; float: left; margin-right: 80px;}
.footer .footer_logo img{ margin-top: 61px;}
.footer .footer_logo p{ font-size: 14px; color: #999;line-height: 24px; margin-top: 24px;}
.footer .footer_logo p span{ display: block;  color: #999; letter-spacing: 0;}
.footer .footer_left{ width: 260px; float: left;}
.footer .footer_big_name{ font-size: 18px; color: #ccc; margin-top: 54px;  font-weight: bold; line-height: 42px;}
.footer .footer_left ul{ width: 260px; margin-top: 15px;}
.footer .footer_left ul li{ line-height: 26px; color: #999; width: 105px; float: left;}
.footer .footer_left ul li a:hover{ color: #c71f1f}
.footer .footer_center{ width: 340px; float: left;}
.footer .footer_center ul{ margin-top: 15px;}
.footer .footer_center ul li{ color: #999;line-height: 26px; padding-left:30px;}
.footer .footer_center ul p{ line-height: 26px; color: #999; font-size: 14px;}
.footer .footer_right{ float: right; width: 241px;} 
.footer .footer_right img{ margin-top: 15px;}


/* 网站版权信息 */
.copyright{height: 42px; background: #121212;}
.copyright a{ color: #fff; font-size: 12px;}
.copyright p {
    color: #fff;
    font-size: 12px;
    line-height: 42px;
}

.copyright ul {
    float: right;
    width: 370px;
}

.copyright ul li,.copyright ul li span {
    float: left;
    color: #fff;
    line-height: 42px;
    font-size: 12px;
}

.copyright p {
    display: inline;
}

.copyright ul li a {
    float: right;
    margin-top: 10px;
}

.copyright ul li a.weiling {
    width: 121px;
    height: 18px;
    background: url(../images/vl.png) no-repeat;
    margin-right: 20px;
}

.copyright ul li a.weiling:hover {
    width: 121px;
    height: 18px;
    background: url(../images/vl_hover.png) no-repeat;
}

.copyright ul li a.wangshang {
    width: 107px;
    height: 18px;
    background: url(../images/ws.png) no-repeat;
}

.copyright ul li a.wangshang:hover {
    width: 107px;
    height: 18px;
    background: url(../images/ws_hover.png) no-repeat;
}




/* 浮动效果 */
.right_float{ height: 423px; width: 98px; position: fixed; right: 20px; bottom: 180px;}
.right_float .float_pro{ background: #b70005; height: 90px; width: 100%;  text-align: center; border-bottom: 1px solid rgba(255,255,255,0.2)}
.right_float .float_pro img{ padding-top: 22px;}
.right_float .float_pro a{display: block; color: #fff;}
.right_float .float_pro a p{ color: #fff;}
.right_float .float_weixin,.right_float .float_tel{ height: 54px;line-height: 54px; border-bottom: 1px solid rgba(255,255,255,0.2); background: #b70005; text-align: center; color: #fff; position: relative;}
.right_float .float_weixin img{ display: none;}
.right_float .float_weixin:hover img{ position: absolute; right: 98px; display: block; top: 0px;}
.right_float .float_tel p{ display: none;}
.right_float .float_tel:hover p{ width: 120px; height: 55px; line-height: 55px; text-align: center;  color: #fff; position: absolute; display: block; right: 98px;top: 0; background: #b70005;}
.right_float .to_top{background: rgba(0,0,0,0.4) url(../images/minda_zg_19.png)no-repeat center 6px; color: #fff; text-align: center; padding-top: 16px; padding-bottom: 4px;}


/* ---------------------------------------------------------------------------内页样式--------------------------------------------------------------------------- */
.inside_banner_about{ height: 300px; background: url(../images/inside_banner_about.jpg) no-repeat center;}
.inside_banner_pro{ height: 300px; background: url(../images/inside_banner_pro.jpg) no-repeat center;}
.inside_banner_fuwu{ height: 300px; background: url(../images/inside_banner_fuwu.jpg) no-repeat center;}
.inside_banner_news{ height: 300px; background: url(../images/inside_banner_news.jpg) no-repeat center;}
.inside_banner_jobs{ height: 300px; background: url(../images/inside_banner_jobs.jpg) no-repeat center;}
.inside_banner_contact{ height: 300px; background: url(../images/inside_banner_contact.jpg) no-repeat center;}


.page_nav{padding:20px 0;overflow:hidden}
.page_nav p{font-size:14px;color:#999;margin-bottom:22px}
.page_nav p i{display:inline-block;margin-right:6px}
.page_nav p b{font-weight:400}
.page_nav p a{color:#999}
.page_nav ul{ width: 75%; float: left;}
.page_nav .location{ width: 25%; float: right;  color: #999; text-align: right; line-height: 46px;}
.page_nav .location img{ margin-right: 8px;}
.page_nav .location a{ color: #999; }
.page_nav .location a:hover{ color: #b70005;}
.page_nav ul li{float:left;width:14%;text-align:center;line-height:46px;font-size:15px;position:relative;margin-bottom:10px;}
.page_nav ul li a{display:block;border:1px solid #e8e8e8;border-bottom:5px solid #e8e8e8; display: block; height: 46px; line-height: 46px;}
.page_nav ul li a:after{content:"";height:5px;width:0;position:absolute;bottom:0;left:1px;background:#ca6665;transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s}
.page_nav ul li a:hover,.page_nav ul li.active a{background:#b70005;color:#333;color:#fff}
.page_nav ul li a:hover:after,.page_nav ul li.active a:after{width:calc(100% - 2px)}

.about_body{ width: 100%; text-align: justify; padding: 10px 0 30px 0; overflow: hidden;}
.about_body p{line-height: 2; color: #666; margin-bottom: 6px; color: #666; font-size: 14px;}

.about_body p strong{ font-weight: bold; font-size: 16px; color: #b70005}

/* 联系我们 */
#dituContent{ width: 854px; border: 1px solid #e8e8e8; height: 418px; margin-bottom: 30px; float:left;}
#dituContent b{ font-weight: bold; line-height: 24px;}
.contact_fs_main{ height: 418px; width: 300px; background: #fff; border: 1px solid #e8e8e8; border-left: none; float: left; padding-left: 23px;}

.contact_fs_main h3{display: block;font-size: 18px; margin-top: 48px; line-height: 56px; margin-bottom: 10px; position: relative; font-weight: normal;}
.contact_fs_main h3::after{ content: ""; display: block; height: 5px;  width: 32px; background: #b70005; position: absolute; left:0; bottom: 0; }
.contact_fs_main p{ line-height: 24px;  color: #666; font-size: 14px;}



/* 新闻资讯列表页 */
.news_first_inside{ height: 200px; padding-bottom: 16px; border-bottom: 1px solid #eee; margin-bottom: 16px;}
.news_first_inside a.news_first_img{ display: block; width: 284px; height: 200px; overflow: hidden; float: left; }
.news_first_inside a.news_first_img img{ height: 100%;transition:all 0.4s;}
.news_first_inside:hover a.news_first_img img{transform: scale(1.1); transition: all .4s; }
.news_first_inside:hover a{ color: #b70005}
.news_first_inside .news_first_right{ width: 884px; float: right; height: 200px;}
.news_first_inside .news_first_right p a{ font-size: 18px; line-height: 64px;}
.news_first_inside .news_first_right .date_cunt{ height: 30px;}
.news_first_inside .news_first_right .date_cunt li{ display: inline-block; float: left; margin-right: 20px; color: #999; padding-left: 20px; font-size: 14px;}
.news_first_inside .news_first_right .date_cunt li.date{ background: url(../images/tl_index_20.png) no-repeat left;}
.news_first_inside .news_first_right .date_cunt li.cunt{ background: url(../images/tl_index_21.png) no-repeat left;}
.news_first_inside .news_first_right span{ display:block; line-height: 1.5; color: #666; text-align: justify; font-size: 14px;}
.news_first_inside .news_first_right i{ font-style: normal; display: block; margin-top: 20px; color: #999;}

.inside_news_list{ width: 1300px;}
.inside_news_list li{ float: left; width: 588px; height: 142px; margin-right: 22px; margin-bottom: 16px; border-bottom: 1px solid #eee;}
.inside_news_list li:hover{  background: #fafafa;}
.inside_news_list li:hover a{ color: #b70005}
.inside_news_list li .news_left{ float: left; width: 104px; margin-top: 38px; background: url(../images/hw_top_26.png) no-repeat right center; text-align: center; font-size: 42px; color: #333; line-height: 32px;}
.inside_news_list li .news_left span{ font-size: 14px; color: #666;}
.inside_news_list li .news_right{ width: 434px; padding: 28px 24px 0 24px; float: left; }
.inside_news_list li .news_right a{ font-size: 18px; line-height: 32px;}
.inside_news_list li .news_right p{ font-size: 14px; line-height: 26px; color: #666;}



/* 校园风采 */
.case_list{ width: 1250px; overflow: hidden;}
.case_list li{  width: 384px; float: left; border: 1px solid #dedede; margin-right: 16px; margin-bottom: 16px; } 
.case_list li .img{ width: 384px;  margin: 0 auto; overflow: hidden; margin-top: 10px; height: 230px; text-align: center; text-align: center;}
.case_list li .img img{transition: all .4s; height: 100%;}
.case_list li:hover .img img{  transform: scale(1.1); transition: all .4s;}
.case_list li:hover{ border: 1px solid #b70005}
.case_list li:hover div{ color: #b70005; }
.gallery-title{ height: 42px; line-height: 42px; text-align: center;  font-size: 16px;}
.case_list li:hover .gallery-title{ background: #b70005; color: #fff;}




.honor_list{ width: 1250px; overflow: hidden;}
.honor_list li{  width: 286px; float: left; border: 1px solid #dedede; margin-right: 16px; margin-bottom: 16px; } 
.honor_list li .img{ width: 266px;  margin: 0 auto; overflow: hidden; margin-top: 10px; height: 178px; text-align: center; text-align: center;}
.honor_list li .img img{transition: all .4s; width: 100%;}
.honor_list li:hover .img img{  transform: scale(1.1); transition: all .4s;}
.honor_list li:hover{ border: 1px solid #b70005}
.honor_list li:hover div{ color: #b70005; }










/* 相册效果 */
.Gallery { width: 100%; height: 100%; position: fixed; left: 0; top: 0; background: rgba(0,0,0,.9); opacity: 0; z-index: 999999; transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; }
.Gallery.show { opacity: 1; }
.g-bottom, .g-left, .g-right, .g-top { z-index: 99; display: block; -webkit-appearance: none; transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; }
.g-top { position: absolute; top: 0; left: 0; width: 100%; background: rgba(0, 0, 0, 0.7); height: 45px; text-align: center; line-height: 45px; color: #fff; z-index: 120; }
.g-left.none, .g-right.none { opacity: .3; cursor: not-allowed; }
.g-bottom { position: absolute; bottom: 0; left: 0; width: 100%; background: rgba(0, 0, 0, 0.7); height: 45px; text-align: center; line-height: 45px; color: #fff; z-index: 120; }
.g-left { position: absolute; top: 43%; left: 0; height: 14%; background: rgba(0, 0, 0, 0.5); width: 55px; cursor: pointer; }
.g-right { position: absolute; top: 43%; right: 0; height: 14%; background: rgba(0, 0, 0, 0.5); width: 55px; cursor: pointer; }
.Gallery img { max-height: 87%; max-width: 99%; }
.Gallery.Gallery-none img { max-height: 100%; max-width: 99%; }
.Gallery-wrap { width: 100%; height: 100%; position: relative; transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); }
.g-left:after { content: ''; width: 20px; height: 2px; background: #fff; position: absolute; left: 16px; top: 50%; margin-top: -1px; }
.g-left:before { content: ''; width: 10px; height: 10px; border: 2px solid #fff; transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); border-top: none; border-right: none; display: block; position: absolute; left: 16px; top: 50%; margin-top: -6px; }
.g-right:after { content: ''; width: 20px; height: 2px; background: #fff; position: absolute; right: 16px; top: 50%; margin-top: -1px; }
.g-right:before { content: ''; width: 10px; height: 10px; border: 2px solid #fff; transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); border-left: none; border-bottom: none; display: block; position: absolute; right: 16px; top: 50%; margin-top: -6px; }
.g-list { width: 100%; height: 100%; text-align: center; vertical-align: middle; position: absolute; left: 0; top: 0; }
.g-list span { display: inline-block; vertical-align: middle; height: 100%; }
.g-list img { vertical-align: middle; cursor: -webkit-grab; cursor: grab; transition: all .4s ease; -moz-transition: all .4s ease; -webkit-transition: all .4s ease; }
.Gallery-wrap.grab .g-list img { cursor: -webkit-grabbing; cursor: grabbing; }
.g-top .g-count { width: auto; height: 100%; position: absolute; left: 0; top: 0; padding: 0 18px; }
.g-top button { height: 45px; width: 45px; border: none; position: absolute; right: 0; top: 0; opacity: .8; background: 0 0; -webkit-tap-highlight-color: transparent; }
.g-top span { display: block; width: 100%; height: 100%; line-height: 45px; color: #fff; }
.g-close { cursor: pointer; }
.g-close:after { content: ''; width: 24px; height: 2px; background: #fff; display: block; transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); position: absolute; left: 8px; top: 21px; }
.g-close:before { content: ''; width: 24px; height: 2px; background: #fff; display: block; transform: rotate(-45deg); -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); position: absolute; left: 8px; top: 21px; }
.g-top button:hover { opacity: 1; }
.loading { width: 100%; height: 100%; background: #111111; position: absolute; left: 0; top: 0; z-index: 1000; }
.loading s { display: block; width: 30px; height: 30px; background: #0ad1a9; border-radius: 50%; position: absolute; left: 50%; top: 50%; margin-top: -15px; margin-left: -15px; -moz-animation: load 1.5s linear infinite; -webkit-animation: load 1.5s linear infinite; }
.loading p { text-align: center; font-size: 12px; position: relative; top: 50%; margin-top: 25px; }

.inside_page_body{ width: 1300px;}
.pro_list{ width: 1200px; margin-bottom: 20px; overflow: hidden;}



ul.pro_list{ overflow:hidden; zoom:1;  }
ul.pro_list li{ width: 1198px; height: 403px; border: 1px solid #eee; padding-top: 36px; margin-bottom: 15px}
ul.pro_list li .team_pic{ margin-left: 36px; height: 363px; width: 275px; border-radius:10px; overflow: hidden; display: block;  float: left; margin-right: 46px;}
ul.pro_list li .team_pic img{transition: all .4s; width: 100%}
ul.pro_list li .team_pic img:hover{transform: scale(1.1); transition: all .4s;}
ul.pro_list li .team_biref{ width: 355px; float: left;}
ul.pro_list li .team_biref h2{font-size: 24px; line-height: 45px; margin-bottom: 10px;}
ul.pro_list li .team_biref h2 span{font-size: 14px; color: #b70005;margin-left: 10px; display: inline;}
ul.pro_list li .team_biref span{font-size: 16px;color: #b70005;line-height: 32px; display: block; margin-top: 20px;}
ul.pro_list li .team_biref p{ line-height: 30px; color: #666; background: url(../images/alice_index_8.jpg) no-repeat 0 14px; padding-left: 10px;}
ul.pro_list li .team_biref em{ line-height: 30px; color: #666; padding-right: 20px; display: block;}
ul.pro_list li .team_img{ float: left;}


.jybz_text{ width: 266px; margin:5px auto 10px; text-align: center;}
.jybz_text p{ font-size: 18px; line-height: 45px; position: relative; margin-bottom: 10px;}
.jybz_text p::after{ content: "";position: absolute; bottom: 0;width: 30px; height: 5px; background:#b70005;left: 44%; }
.jybz_text span{ font-size: 14px; color: #666; line-height: 24px;}




p.inside_con_title{ font-size: 30px; color: #fff;  padding-top: 215px; line-height: 54px;}
.location,.inside_banner .location a{ color: #fff; font-size: 14px;}
.location a:hover{ color: #b70005}
.inside_con{ height: 64px; line-height: 64px; background: #f4f4f4; margin-bottom: 40px;}
.inside_con ul li{ margin-top: 12px;  float: left; position: relative;}
.inside_con ul li::before{content: "";position: absolute; height: 15px; width: 1px; background: #dedede; left: 0; top: 12px;}
.inside_con ul li:last-child::after{content: "";position: absolute; height: 15px; width: 1px; background: #dedede; right: 0; top: 12px;}
.inside_con ul li a{ display: block; height: 40px; line-height: 40px;padding: 0 26px;}
.inside_con ul li.active a{background: #b70005; color: #fff;}
.inside_con ul li.active::before{content: ""; display: none}
.inside_con ul li.active:hover::before{content: ""; display: none}
.inside_con ul li:hover{background: #b70005; color: #fff;}

.inside_body{ min-height: 300px; padding-bottom: 60px; overflow: hidden;}
.inside_body p{line-height: 30px; margin-bottom: 10px; color: #666;}

.inside_news_con{ overflow: hidden;}




/* 新闻详情页 */

.news_detail_left{width: 854px; float: left;}
.news_detail_left h1{ font-size: 30px;font-weight: bold; line-height: 3}
.news_detail_right{ width: 290px; float: right; }
.news_detail_right .prev_next{ width: 234px; border: 8px solid #f1f1f1; float: right; padding: 0 20px; overflow: hidden;}
.news_detail_right .news_prev{ border-bottom: 1px solid #eee;}
.news_detail_right .prev_next div{ padding-bottom: 20px;}
.news_detail_right div p{ line-height: 36px; font-size: 18px; font-weight: bold; margin-top: 20px;}
.news_detail_right div span{ display: block; line-height: 24px; color: #999; font-size: 14px;}
.news_detail_right .prev_next div a{ display: block; line-height: 24px; font-size: 15px; text-align:justify;}
.news_detail_right .prev_next div a:hover{ color: #ea5721}
.news_detail_right .news_back{ margin-top: 10px;}
.news_detail_right .news_back a{ display: block; height: 45px; line-height: 45px;  background: #eee; color: #333;  width: 100%; text-align: center;}
.news_detail_right .news_back a:hover{ background: #ea5721; color: #fff;}

.index_guige{ width: 842px;height: 330px; overflow: auto;}

.date_cunt{ height: 30px;}
.date_cunt li{ display: inline-block; float: left; margin-right: 20px; color: #999; padding-left: 20px;}
.date_cunt li.date{ background: url(../images/tl_index_20.png) no-repeat left;}
.date_cunt li.cunt{ background: url(../images/tl_index_21.png) no-repeat left;}


/* 联系我们 */
#dituContent{ width: 854px; border: 1px solid #e8e8e8; height: 418px; margin-bottom: 30px; float:left;}
#dituContent b{ font-weight: bold; line-height: 24px;}
.contact_fs_main{ height: 418px; width: 300px; background: #fff; border: 1px solid #e8e8e8; border-left: none; float: left; padding-left: 23px;}

.contact_fs_main h3{display: block;font-size: 18px; margin-top: 48px; line-height: 56px; margin-bottom: 10px; position: relative; font-weight: normal;}
.contact_fs_main h3::after{ content: ""; display: block; height: 5px;  width: 32px; background: #b70005; position: absolute; left:0; bottom: 0; }
.contact_fs_main p{ line-height: 24px;  color: #666; }

#map { width: 854px; border: 1px solid #e8e8e8; height: 418px; margin-bottom: 30px; float: left;}



.win{display:none ; position:absolute; bottom: 0; right: 80px; }

.wd_index_con{ margin-bottom: 0!important;}
.wd_con{ margin-top: 30px;}
.wd_con li{ float: left; margin-right: 12px; height: 36px; margin-bottom: 40px;}
.wd_con li a{ display: block; width: 100px; line-height: 36px;height: 36px; border:1px dashed #dedede; text-align: center;}
.wd_con li:hover a,.wd_con li.on a{ background: #b70005;border: 1px solid #b70005; color: #fff;}
