@charset utf-8;
/* 全局样式 */
* {
    margin: 0;
    padding: 0;
    font-family: 微软雅黑;
    color: #333;
    font-style: 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;
}

a:hover{
color: #e50012;
}

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:#e50012; color:#fff;}
::selection {background:#e50012; color:#fff;}


/* 网站头部 */
.toper{ height: 36px;  background: url(../images/tc_0.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: 293px; float: right; height: 36px;}
.toper .toper_right p{ height: 36px; line-height: 36px; font-size: 14px; cursor: pointer; margin-right: 20px; position: relative;}
.toper .toper_right p span{ color: #fff;}
.toper .toper_right p:first-child{ background: url(../images/tuchuan_1.png) no-repeat 0px 10px; float: left; text-indent: 25px; margin-left: 2px;}
.toper .toper_right p:nth-child(2){background: url(../images/tuchuan_1.png) no-repeat 0px 10px; float: left; text-indent: 25px;}
.toper .toper_right p:nth-child(3){background: url(../images/tuchuan_2.png) no-repeat 0px 10px; float: left; text-indent: 25px;}
.toper .toper_right p img{ display: none;}
.toper .toper_right p:hover img{ display: block;  position: absolute; left: 0; z-index: 99;}

.top_box{ height: 90px; width: 100%;position: fixed; top: 0; z-index: 99999; background: #fff; box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.08)}
.box{ height: 90px; width: 100%;}
.box a.logo{ display: block; height: 41px; width: 213px; float: left;}
.box a.logo img{ margin-top: 20px;}
.box .nav{height: 90px;width:736px;float: left; margin-right: 10px;}

.box .nav .nLi{ text-align: left; width: 100px;text-align: center; height: 90px;  float: left;position: relative;}
.box .nav .nLi a{display: block; height: 42px; line-height: 42px; text-align: center;  width: 100px; margin-top: 24px;  }
.box .nav .nLi a:hover{color: #fff;}
.box .nav .on a{display: block;height: 42px; line-height: 42px; font-size:14px; background: url(../images/muyuanxiang_1.png) no-repeat center;}
.box .nav .on a span{color: #e50012; font-weight: bold;}
.box .nav .nLi ul{ background: #fff; position: absolute;top: 91px; z-index: 999; display: none; overflow: hidden;left: -15px; box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.05); padding-bottom: 4px;}
.box .nav .nLi ul li{ height: 42px;line-height: 42px; text-align: center;float: none; border-bottom: 1px dashed #eee}
.box .nav .nLi ul li:last-child{border: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;width: 130px; }
.box .nav .nLi ul li a:hover{ height: 42px;  line-height: 42px;  background: #e50012}
.box .nav .nLi ul li a::after{ display: none;}
.box .nav li:nth-child(5) ul li a{ width: 190px;}
.box .nav li:nth-child(5) ul{ left: -40px;}
.box .top_tel{ background: url(../images/zhongda_pc_1.png) no-repeat left; padding-left: 50px; float: left; margin-top: 18px;}
.box .top_tel p{ font-size: 14px; color: #666;}
.box .top_tel span{display: block; font-size: 26px; color: #e50012;font-family: "Impact"}





/* ---------------------------------------------------------------首页样式--------------------------------------------------------------- */



/* ------------轮播图----------- */
.fullSlide {
    width: 100%;
    position: relative;
    height: 600px;
    background: #fff;
    margin-top: 90px;
}

.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: 56px;
    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_title{text-align: center; overflow: hidden; }
.index_title p{font-size: 32px; color: #333;}
.index_title span{ display: block; font-size: 14px; color: #999; text-align: center;}
.index_title i{ display: block; font-style: normal; background: url(../images/zhongda_pc_6.png) no-repeat center; height: 32px;}
.index_title div{ width: 614px; margin: 0 auto; color: #999; line-height: 24px; font-size: 14px; margin-top: 6px;}

/*首页最新资讯*/
.top_news_main{ width: 1200px; margin: 0 auto; height: 112px; background: #fff;overflow: hidden; box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.08); border-radius:10px; margin-top: -55px; }
.txtScroll-top{ width: 1200px;  height: 45px; background: #fff; position: relative;z-index: 9999; padding: 20px 0; }
.txtScroll-top .hd{ float: left; width: 136px; padding-left: 30px; position: relative;}
.txtScroll-top .hd .prev,.txtScroll-top .hd .next{ position: absolute; height: 25px; width: 25px; cursor: pointer; }
.txtScroll-top .hd .next{ background: url(../images/zhongda_pc_3.png) no-repeat center; top: 54px; left: 64px;}
.txtScroll-top .hd .prev{ background: url(../images/zhongda_pc_2.png) no-repeat center; top: 54px; left: 30px;}
.txtScroll-top .hd span{ font-size: 13px; color: #666}
.txtScroll-top .hd p{margin-top: 6px;}
.txtScroll-top .bd{ width: 1000px; float: left; height: 72px; overflow: hidden;}
.txtScroll-top .infoList li{ height:36px; line-height:36px; width: 442px; float: left; margin-right: 40px; position: relative;padding-left: 12px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.txtScroll-top .infoList li .date{ float:right; color:#999;}
.txtScroll-top .infoList li::before{ content: ""; display: block; position: absolute; left: 0; top: 18px; height:3px; width: 3px; background: #999;}
.txtScroll-top .infoList li span{ font-size: 14px; color: #999}


/* 首页关于我们 */
.index_about_main{overflow: hidden; padding: 70px 0;}
.index_about_main .index_about_left{ width: 50%; float: left; position: relative;}
.index_about_main .index_about_left h2{color: #e50012; font-size: 24px; font-weight: normal; line-height: 2;}
.index_about_main .index_about_left .about_text{font-size: 14px; color: #666;line-height: 30px; text-align: justify;}
.index_about_main .index_about_left a{ display: block; width: 130px; height: 36px; border-radius: 18px; border: 1px dashed #e50012; text-align: center; line-height: 36px; margin-top: 10px}
.index_about_main .index_about_left a:hover{ background: #e50012; color: #fff;}
.index_about_main .index_about_left ul{ overflow: hidden; margin-top: 30px;}
.index_about_main .index_about_left ul li{  width: 30%; float: left;}
.index_about_main .index_about_left ul li p{ font-size: 42px; font-family: "Impact"; color: #e50012; text-align: left;}
.index_about_main .index_about_left ul li span{ font-size: 14px; color: #666; text-align: left;}
.index_about_main .index_about_left i{ font-size: 110px;font-weight: bold; color: #f6f6f6; position: absolute; top: 170px; left: 0; z-index: -1;width: 700px;}
.index_about_main .index_about_right{ width: 50%; float: left; text-align: center;}



/* 首页运营车辆 */
.index_cheliang_main{ padding: 70px 0; background: #f6f6f6; height: 400px;}
.index_cheliang_main ul.index_cheliang_col{ overflow: hidden; width: 508px; margin: 0 auto;margin-top: 20px;}
.index_cheliang_main ul.index_cheliang_col li{ width:154px;  height: 42px; border-radius: 21px; border: 1px dashed #e50012; font-size: 16px; text-align: center; line-height: 42px; float: left; margin-right: 16px;}
.index_cheliang_main ul.index_cheliang_col li:last-child{ margin-right: 0;}
.index_cheliang_main ul.index_cheliang_col li a{ display: block;}
.index_cheliang_main ul.index_cheliang_col li.proOn{ background: #e50012; color: #fff;}
.index_cheliang_main ul.index_cheliang_col li.proOn a{ color: #fff;}
.index_cheliang_main ul.index_cheliang_list{ margin-top: 20px;}
.index_cheliang_main ul.index_cheliang_list li{ width: 266px; height: 194px; float: left; margin-right: 16px; border:8px solid #fff; overflow: hidden; position: relative;}
.index_cheliang_main ul.index_cheliang_list li:last-child{margin-right: 0;}
.index_cheliang_main ul.index_cheliang_list li img{ width: 100%;transition: all .4s;}
.index_cheliang_main ul.index_cheliang_list li:hover{box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.08)}
.index_cheliang_main ul.index_cheliang_list li:hover img{transform: scale(1.04); transition: all .4s;}
.index_cheliang_main ul.index_cheliang_list li .cheliang_hover{ position: absolute; height: 100%;width: 100%; background: rgba(0,0,0,0.6); bottom: -194px; left: 0; transition: all .2s;}
.index_cheliang_main ul.index_cheliang_list li .cheliang_hover h3{ padding-left: 36px; padding-top: 26px; color: #fff; font-size: 18px; line-height: 1.8; font-weight: normal;}
.index_cheliang_main ul.index_cheliang_list li .cheliang_hover p{ font-size: 14px; line-height: 24px; color: #fff; padding-left: 36px;}
.index_cheliang_main ul.index_cheliang_list li .cheliang_hover p span{ color: #fff;}
.index_cheliang_main ul.index_cheliang_list li .cheliang_hover a{display: block; width: 90px; text-align: center; height: 32px;line-height: 32px;text-align: center; color: #fff; background: #e50012;border-radius: 16px; margin-top: 4px; margin-left: 32px;}
.index_cheliang_main ul.index_cheliang_list li:hover .cheliang_hover{ bottom: 0;}


/* 首页业务领域 */
.index_yewu_main{overflow: hidden; padding: 70px 0; background: url(../images/zhongda_pc_8.png) no-repeat center 240px;}
.index_yewu{height: 300px; width: 1200px; position: relative; margin-top: 20px;}
.index_yewu img.float_right{ position: absolute; left: 0; top: 60px;}
.index_yewu ul{ float: right; width: 840px; float: right;}
.index_yewu ul li{ text-align: center; float:left; width:278px; height: 148px;}
.index_yewu ul li img{ margin-top: 20px; margin-bottom: 10px;}
.index_yewu ul li span{ font-size: 12px; text-align: center; color: #999}
.index_yewu ul li:nth-child(1),.index_yewu ul li:nth-child(2){ border-bottom: 1px solid #e3e8ec; border-right:1px solid #e3e8ec }
.index_yewu ul li:nth-child(3){border-bottom: 1px solid #e3e8ec;}
.index_yewu ul li:nth-child(4),.index_yewu ul li:nth-child(5){border-right:1px solid #e3e8ec }
.index_yewu ul li:hover{ background: #fff; box-shadow: 0px 0px 7px 7px rgba(0,0,0,0.018);}


/* 首页新闻资讯 */
.index_news_main{ overflow: hidden; padding: 70px 0; background: #f6f6f6;}
.index_news{ width: 1150px; background: #fff; padding: 25px; margin: 0 auto; margin-top: 20px; border-radius: 15px;overflow: hidden; }
.index_news .index_news_left{ float: left; width: 558px;}
.index_news .index_news_left .pic{ width: 558px; height: 328px; overflow: hidden; border-radius: 12px; margin-bottom: 16px;}
.index_news .index_news_left .pic img{ width: 100%;transition: all .4s;}
.index_news .index_news_left .pic:hover img{transform: scale(1.04); transition: all .4s;}
.index_news .index_news_left i{ display: block; font-style: normal;width: 110px; float: left; font-size: 24px; color: #999; height: 50px;}
.index_news .index_news_left .index_news_title{ float: left; width: 448px;}
.index_news .index_news_left .index_news_title a{ font-size: 16px; display: block; line-height: 1.8}
.index_news .index_news_left .index_news_title span{ font-size: 14px; color: #999; line-height: 24px;}

.index_news .index_news_list{ width: 558px; float: right}
.index_news .index_news_list li{ border-bottom: 1px dashed #dedede; padding: 15px 0; position: relative;}
.index_news .index_news_list li:last-child{border-bottom: 0;}
.index_news .index_news_list li p a{ display: block; line-height:1.9; font-size: 16px; background: url(../images/zhongda_pc_15.png) no-repeat left;padding-left: 20px; width: 442px;}
.index_news .index_news_list li span{ display: block; width: 442px; font-size: 14px; color: #999; line-height: 24px;}
.index_news .index_news_list li div{position: absolute; right: 0; height: 70px; width: 70px; top: 0; text-align: right;}
.index_news .index_news_list li div i{ font-size: 24px; color: #999; text-align: left; margin-top: 12px; margin-bottom: 10px;display: block;}
.index_news .index_news_list li div a.more2{ height: 23px; width: 23px; background: url(../images/zhongda_pc_16.png) no-repeat center; overflow: hidden; text-indent: 9999px; position: absolute; left: 0;}
.index_news_main a.index_news_more{ height: 42px; width: 156px; margin: 0 auto; display: block; border-radius: 21px; border: 1px dashed #e50012; line-height: 42px; text-align: center; margin-top: 30px;} 
.index_news_main a.index_news_more:hover{ background: #e50012;  color: #fff;}



/* 合作伙伴 */
.index_hezuo_main{ overflow: hidden; padding: 70px 0;}
.index_hezuo_main ul{ width: 1200px; margin: 0 auto; margin-top: 20px;}
.index_hezuo_main ul li{ width: 191px; height: 94px; float: left; margin-right: 10px; margin-bottom: 10px; overflow: hidden;}
.index_hezuo_main ul li img{ width: 100%;}
.index_hezuo_main ul li:nth-child(6n){ margin-right: 0;}


/* 底部 */
.footer{height: 433px; background: url(../images/zhongda_14.jpg) no-repeat center; position: relative;}
.footer_logo{ padding-top: 40px;}
.footer_left{width: 356px; float: left;  margin-right: 92px;}
.footer h3{ font-size: 18px; color: #fff; font-weight: normal; position: relative; line-height: 54px;}
.footer h3::after{ content: ""; position: absolute; height: 6px; width: 30px; background: #fff; bottom: 0; left: 0;}
.footer .footer_left ul{overflow: hidden; margin-top: 20px; }
.footer .footer_left ul li{ height: 36px;  width: 100px; border-radius: 18px; border: 1px dashed #fff; line-height: 36px; text-align: center; color:#fff; margin-bottom: 10px; margin-right: 10px; float: left;}
.footer .footer_center{ float: left; margin-right: 100px; margin-top: 30px;}
.footer .footer_center p{ float: left;margin-right: 20px;}
.footer .footer_center p span{ display: block; text-align: center; color: #fff; font-size: 14px; line-height: 32px;}
.footer .footer_right{ width: 332px; float: right;}
.footer .footer_right p{ font-size: 14px;color: #fff; line-height: 30px; padding-left: 23px}
.footer .footer_right p.icon1{background: url(../images/zhongda_pc_18.png) no-repeat left center; margin-top: 20px;}
.footer .footer_right p.icon2{background: url(../images/zhongda_pc_19.png) no-repeat left center;}
.footer .footer_right p.icon3{background: url(../images/zhongda_pc_20.png) no-repeat left center;}
.footer .footer_right p.icon4{background: url(../images/zhongda_pc_21.png) no-repeat left center;}
.footer .footer_right p.icon5{background: url(../images/zhongda_pc_22.png) no-repeat left center;}



.copyright{height: 42px; position: absolute; bottom: 0; width: 1200px; border-top: 1px solid rgba(255,255,255,0.05);}
.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;
}



/* ---------------------------------------------------------------------------内页样式--------------------------------------------------------------------------- */
.inside_banner_about{ height: 320px; background: url(../images/inside_banner_about.jpg) no-repeat center;  margin-top: 90px;}
.inside_banner_pro{ height: 320px; background: url(../images/inside_banner_pro.jpg) no-repeat center;  margin-top: 90px;}
.inside_banner_fuwu{ height: 320px; background: url(../images/inside_banner_fuwu.jpg) no-repeat center;  margin-top: 90px;}
.inside_banner_news{ height: 320px; background: url(../images/inside_banner_news.jpg) no-repeat center;  margin-top: 90px;}
.inside_banner_jobs{ height: 320px; background: url(../images/inside_banner_jobs.jpg) no-repeat center;  margin-top: 90px;}
.inside_banner_contact{ height: 320px; background: url(../images/inside_banner_contact.jpg) no-repeat center;  margin-top: 90px;}
.inside_banner_jmeng{ height: 320px; background: url(../images/inside_banner_jmeng.jpg) no-repeat center;  margin-top: 90px;}

.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: #e50012;}
.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:#e50012;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 span{ color: #666}


.about_body table p{ color: #333;}
.about_body table td{padding-left: 10px;}
.about_body table tr td:nth-child(1){ font-weight: bold;}

/* 联系我们 */
#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: #e50012; 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{ width: 100%; height: auto;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: #e50012}
.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;}
.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; overflow: hidden; margin-bottom: 20px;}
.inside_news_list li{ float: left; width: 588px; height: 142px; margin-right: 22px; border-bottom: 1px solid #eee;}
.inside_news_list li:hover{  background: #fafafa;}
.inside_news_list li:hover a{ color: #e50012}
.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;overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.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: 286px; float: left; border: 1px solid #eee; margin-right: 16px; margin-bottom: 16px; position: relative; overflow: hidden;} 
.case_list li .img{ width: 266px;  margin: 0 auto; overflow: hidden; margin-top: 10px; height: 178px;}
.case_list li .img img{ width: 100%; transition: all .4s;}
.case_list li:hover .img img{  transform: scale(1.1); transition: all .4s;}
.case_list li:hover{ border: 1px solid #e50012}
.case_list li:hover div{ color: #e50012; }
.gallery-title{ height: 42px; line-height: 42px; text-align: center;  font-size: 14px;}
.case_list .inside_pro_xq{ position: absolute; width: 286px;  height:232px;  background: rgba(0,0,0,0.7);bottom: -232px; left: 0;transition: all .2s;}
.case_list .inside_pro_xq h3{ padding-top: 36px; font-size: 16px; color: #fff; line-height: 42px; text-align: center;}
.case_list .inside_pro_xq p{ line-height: 24px; color: #fff; font-size: 14px; text-align: center;}
.case_list .inside_pro_xq p span{ color: #fff; font-size: 14px;}
.case_list .inside_pro_xq i{ display: block; height: 42px; border-radius: 21px; background: #e50012; line-height: 42px;text-align: center; color: #fff; margin: 0 auto;  width: 140px; margin-top: 8px;}
.case_list li:hover .inside_pro_xq{ bottom: 0;}
.case_list li.product_list:hover .gallery-title{ text-indent: 9999px}

/* 相册效果 */
.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: #e50012;margin-left: 10px; display: inline;}
ul.pro_list li .team_biref span{font-size: 16px;color: #e50012;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:#e50012;left: 44%; }
.jybz_text span{ font-size: 14px; color: #666; line-height: 24px;}




p.inside_con_title{ font-size: 30px; color: #fff;  padding-top: 230px; line-height: 54px;}
.location,.inside_banner .location a{ color: #fff; font-size: 14px;}
.location a:hover{ color: #e50012}
.inside_con{ height: 64px; line-height: 64px; background: #f4f4f4; margin-bottom: 40px;}
.inside_con ul li{ float: left; position: relative; margin: 12px 6px 0 6px;}
.inside_con ul li::before{content: "";position: absolute; height: 15px; width: 1px; background: #dedede; left:-6px; top: 12px;}
.inside_con ul li a{ display: block; height: 40px; line-height: 40px;padding: 0 30px; font-size: 15px;}
.inside_con ul li.active a{background: #e50012; color: #fff; border-radius: 5px;}
.inside_con ul li.active a:hover{background: #e50012; color: #fff; border-radius: 5px;}
.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: #ddd; color: #fff; border-radius: 5px;}
.inside_con ul li:hover a{ color: #e50012;}

.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: #e50012; 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;}


#map {
    width: 854px;
    border: 1px solid #e8e8e8;
    height: 418px;
    margin-bottom: 30px;
    float: left;
}





/* 浮动图标 */ 
.fudong_right{ width: 72px; height: 400px; position: fixed; bottom: 50px; right: 8px;}
.fudong_right .wx_tc{ position: relative;}
.fudong_right .wx_tc .win{display:none ; position:absolute; bottom: 0; right: 80px; }
.fudong_right a.to-top{ height: 42px; width: 72px; background: #454545; color:#fff; text-align: center; line-height: 42px; display: block; border-radius: 5px; font-size: 14px;}
.fudong_right .wx_tc:hover .win{ display: block; padding: 8px; border: 2px solid #e50012; background: #fff; position: absolute;}
.tel_tc { position: relative;}
.tel_tc .tel_hover{ height:60px;  width: 120px; background: #fff; border: 2px solid #00995a; display: none; padding: 12px;}
.tel_tc .tel_hover p{ font-size: 14px; color: #00995a; line-height: 1.2; text-align: center; font-weight: bold; margin-bottom: 5px;}
.tel_tc .tel_hover span{ display: block; font-size: 16px; color:#454545; line-height: 1.2; text-align: center;}
.tel_tc:hover .tel_hover{ display: block; position: absolute; right: 80px; top: 0;}
.fudong_right .wx_tc .win .wei-bg{
    width: 118px;
    height: 111px;
    display: none;
    position: absolute;
    background: rgba(222,21,21,0.1);
    border-bottom: 2px solid #e50012;
    animation: move 2s linear infinite;
    -webkit-animation: move 2s linear infinite;
    -moz-animation: move 2s linear infinite;1
    -o-animation: move 2s linear infinite;
    -ms-animation: move 2s linear infinite;  
}
.fudong_right .wx_tc.win span {
    display: none;
}

.fudong_right .wx_tc:hover .win .wei-bg {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
}

@keyframes move {
    from {
        height: 0
    }
    to {
        height: 118px
    }
}
@-webkit-keyframes move {
    from {
        height: 0
    }
    to {
        height: 118px
    }
}

@-moz-keyframes move {
    from {
        height: 0
    }
    to {
        height: 118px
    }
}
@-o-keyframes move {
    from {
        height: 0
    }
    to {
        height: 118px
    }
}