@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;
    overflow: hidden;
}
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: #d55b41 ;
}

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:#d55b41 ; color:#fff;}
::selection {background:#d55b41 ; color:#fff;}


/* 网站头部 */
.top_box{ height: 140px; width: 100%;position: fixed; top: 0; z-index: 99999; background: #fff url(../images/huachen_pc_1.jpg) no-repeat top center; box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.08); padding-top: 7px; }
.toper{ height: 42px; line-height: 42px; border-bottom: 1px solid #eee;}
.toper .toper_left{ float: left; font-size: 14px; color: #666; line-height: 42px;}
.toper .toper_right{ width: 490px; float: right;}
.toper .toper_right p{ height:42px; line-height: 42px; float: left; background:url(../images/huachen_1.png) no-repeat left center; padding-left: 20px; color: #666; font-size: 14px;}
.toper .toper_right p span{font-size: 14px; color: #d55b41; margin-right: 8px;}
.toper .toper_right a{ display: block; float: left; padding: 0 4px; position: relative;}
.toper .toper_right a img.top_tanchu{display: none; position: absolute; z-index: 999; }
.toper .toper_right a:hover img.top_tanchu{display: block; position: absolute;left: 0; top: 36px; }



.box{ height: 98px; width: 100%;}
.box a.logo{ display: block; height: 41px; width: 213px; float: left;}
.box a.logo img{ margin-top: 15px;}
.box .nav{height: 98px;width:750px;float: right; margin-right: 10px;}

.box .nav .nLi{ text-align: left; width: 92px;text-align: center; height: 98px;  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: #d55b41;}
.box .nav .on::after{ content: ""; position: absolute; height: 6px; width: 64px; background: #d55b41; bottom:30px; left:17px; border-radius: 3px;}
.box .nav .nLi ul{ background: #eee; position: absolute;top: 75px; z-index: 999; display: none; overflow: hidden; left: -15px;}
.box .nav .nLi ul li{ height: 42px;line-height: 42px; text-align: center;float: none; }
.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: #d55b41}
.box .nav .nLi ul li a::after{ display: none;}
.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: #d55b41;font-family: "Impact"}

.box .nav li:nth-child(3) ul li a{ width: 270px;}
.box .nav li:nth-child(3) ul{ left: -80px;}
.box .nav .nLi a span{ font-size: 15px;}

/* ---------------------------------------------------------------首页样式--------------------------------------------------------------- */

/* 首页通用标题 */
.index_title_1{ padding-top: 60px;}
.index_title_1 p{font-size: 36px; text-align: center;  color: #d55b41;  line-height: 54px; font-weight: bold;}
.index_title_1 span{ font-size: 18px; text-align: center; display: block; line-height: 1.6; font-weight: bold; color: #999;}
.index_title_1 i{ display: block; width: 603px; margin: 0 auto; margin-top: 6px; color: #666;line-height: 24px; font-size: 14px; text-align: center;}



/* 首页集团介绍 */
.index_about_main{ height: 596px; background: url(../images/huachen_11.png) no-repeat bottom center; margin-top:150px;}
.index_about_main .index_banner{ padding-top: 66px; overflow: hidden; margin-bottom: 20px;}
.index_about_main .index_about_left{  width: 720px; height: 342px; float: left; border-radius: 6px; background: #eee; overflow: hidden;}

/* banner */
.slideBox_inside{ width:720px; height:342px; overflow:hidden; position:relative;  }
.slideBox_inside .hd{ height:24px; overflow:hidden; position:absolute; left:20px; bottom:10px; z-index:1;  }
.slideBox_inside .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox_inside .hd ul li{ float:left; margin-right:2px;  width:24px; height:24px; line-height:24px; text-align:center; background:#333; cursor:pointer; border-radius: 50%; margin-right: 5px; color: #fff; font-size: 14px;}
.slideBox_inside .hd ul li.on{ background:#d55b41; color:#fff; }
.slideBox_inside .bd{ position:relative; height:100%; z-index:0; }
.slideBox_inside .bd li{ zoom:1; vertical-align:middle;  height: 342px; width: 720px; }
.slideBox_inside .bd img{ width:100%}

.slideBox_inside .prev{ height: 58px;width: 41px; background: url(../images/huachen_8.png) no-repeat center; position: absolute; left: 20px; top: 42%}
.slideBox_inside .next{ height: 58px;width: 41px; background: url(../images/huachen_9.png) no-repeat center; position: absolute; right: 20px; top: 42%}




.index_about_left .slideBox{ width:100%; height:342px; overflow:hidden; position:relative; }
.index_about_left .slideBox .hd{ height:22px; overflow:hidden; position:absolute; right:50%; bottom:25px; z-index:1;  margin-right: -58px;}
.index_about_left .slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.index_about_left .slideBox .hd ul li{ float:left; margin-right:15px;  width:15px; height:15px;  border-radius:50%; border:1px solid #fe6b1b; cursor:pointer; }
.index_about_left .slideBox .hd ul li.on{ background:#fe6b1b;}
.index_about_left .slideBox .bd{ position:relative; height:100%; z-index:0;width:100%  }
.index_about_left .slideBox .bd ul{height: 100%;width:100%}
.index_about_left .slideBox .bd li{ zoom:1; vertical-align:middle; height: 100%;width:100%}
.index_about_left .slideBox .bd li a{height: 100%;width:100%; display: block; overflow:hidden}
.index_about_left .slideBox .bd img{ width:100%; height:100%; display:block;  }







.index_about_main .index_about_right{ float: right; width: 452px;}

.index_about_main .index_about_right h2{ font-size: 36px; color: #d55b41;  line-height: 64px; background: url(../images/huachen_10.png) no-repeat left center; padding-left: 38px; font-weight: bold; margin-top: 14px;}
.index_about_main .index_about_right span{ font-size: 48px; color: #f2f2f2;  font-weight: bold; display: block;}
.index_about_main .index_about_right i{ font-size: 24px; color: #333; margin-top: -50px; display: block;}
.index_about_main .index_about_right a.index_jj{ font-size: 14px; color: #666; line-height: 30px; text-align: justify; display: block;
    margin-top: 20px;}
.index_about_main .index_about_right a.index_jj.txt{ overflow:hidden ;display: -webkit-box; -webkit-box-orient: vertical;
-webkit-line-clamp:4; }
.index_about_main .index_about_right ul{overflow: hidden; margin-top: 36px;}
.index_about_main .index_about_right ul li{ float: left; height: 40px; line-height: 40px; text-align: center;width: 96px; margin-right: 12px; border: 1px solid #dedede; background: #eee; border-radius: 6px; }
.index_about_main .index_about_right ul li a{display: block;}
.index_about_main .index_about_right ul li:hover{ background: #d55b41; border: 1px solid #d55b41}
.index_about_main .index_about_right ul li:hover a{ color: #fff;}
.index_about_main .index_jtgc{ width: 1200px; margin: 0 auto; margin-top: 35px;}
.index_about_main .index_jtgc li{ float: left; margin-right: 16px; overflow: hidden; position: relative; width: 288px; height: 94px; border-radius: 6px;}
.index_about_main .index_jtgc li:nth-child(4){ margin-right: 0;}
.index_about_main .index_jtgc li img{ width: 100%; transition: all .4s;}
.index_about_main .index_jtgc li:hover img{}
.index_about_main .index_jtgc li p{ width: 100%; text-align: center; position: absolute;font-size: 18px; color: #fff;
    padding-top:33px; z-index: 888; text-shadow:1px 1px 1px #000; transition: all .4s;  font-weight: bold;     letter-spacing: 2px;
    display:-webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp:2; overflow:hidden; }
.index_about_main .index_jtgc li:hover p{ font-size: 20px;}
.index_about_main .index_jtgc li:nth-child(4) p{ padding-top: 23px;}
.index_about_main .index_jtgc li:first-child p{ letter-spacing: 6px;}

/* 首页服务项目 */
.index_fuwu_main{ height: 743px; overflow: hidden;}
.slideTxtBox{ width:1200px; margin: 0 auto; }
.slideTxtBox .hd ul{ height: 64px;  width: 1050px; margin: 0 auto; margin-bottom: 18px; margin-top: 10px;}
.slideTxtBox .hd ul li{ height: 54px; line-height: 54px;  padding: 0 30px; float: left; margin-right: 13px; border-radius:27px; padding-left: 54px; font-weight: bold;}
.slideTxtBox .hd ul li a{ display: block; font-size: 16px; color: #d55b41}
.slideTxtBox .hd ul li:nth-child(5){ background:#f2f2f2 url(../images/huachen_12.png) no-repeat 20px center; }
.slideTxtBox .hd ul li:nth-child(2){ background:#f2f2f2 url(../images/huachen_13.png) no-repeat 20px center; }
.slideTxtBox .hd ul li:nth-child(3){ background:#f2f2f2 url(../images/huachen_14.png) no-repeat 20px center; }
.slideTxtBox .hd ul li:nth-child(4){ background:#f2f2f2 url(../images/huachen_15.png) no-repeat 20px center; }
.slideTxtBox .hd ul li:nth-child(1){ background:#f2f2f2 url(../images/huachen_16.png) no-repeat 20px center; }
.slideTxtBox .hd ul li:nth-child(6){ background:#f2f2f2 url(../images/huachen_17.png) no-repeat 20px center; }

.slideTxtBox .hd ul li.on:nth-child(5){ background:#d55b41 url(../images/huachen_12_1.png) no-repeat 20px center; }
.slideTxtBox .hd ul li.on:nth-child(2){ background:#d55b41 url(../images/huachen_13_1.png) no-repeat 20px center; }
.slideTxtBox .hd ul li.on:nth-child(3){ background:#d55b41 url(../images/huachen_14_1.png) no-repeat 20px center; }
.slideTxtBox .hd ul li.on:nth-child(4){ background:#d55b41 url(../images/huachen_15_1.png) no-repeat 20px center; }
.slideTxtBox .hd ul li.on:nth-child(1){ background:#d55b41 url(../images/huachen_16_1.png) no-repeat 20px center; }
.slideTxtBox .hd ul li.on:nth-child(6){ background:#d55b41 url(../images/huachen_17_1.png) no-repeat 20px center; }
.slideTxtBox .hd ul li.on a{ color: #fff}
.slideTxtBox .hd ul li:hover{ height: 64px; line-height: 64px;border-radius: 32px;} 


.slideTxtBox .bd{ width: 1200px; }
.slideTxtBox .bd ul{ overflow: hidden; }
.slideTxtBox .bd ul li{ width: 566px; height: 150px; padding: 11px; float: left; border: 1px solid #eee; margin-right: 18px; margin-bottom: 18px; background: url(../images/huachen_18.png) no-repeat 500px 18px;}
.slideTxtBox .bd ul li:nth-child(2n){margin-right: 0;}
.slideTxtBox .bd ul li .fuwu_left{ float: left;  width: 227px; height: 147px; margin-right: 25px; overflow: hidden;}
.slideTxtBox .bd ul li .fuwu_left img{ width: 100%; transition: all .4s;}
.slideTxtBox .bd ul li:hover .fuwu_left img{ transform: scale(1.1); transition: all .4s;}
.slideTxtBox .bd ul li .fuwu_right{ float: left; width: 306px;}
.slideTxtBox .bd ul li .fuwu_right p a{font-size: 18px; color: #333; line-height: 42px; display: block; margin-top: 5px;
  text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.slideTxtBox .bd ul li .fuwu_right p a:hover{ color: #d55b41}
.slideTxtBox .bd ul li .fuwu_right span{ display: block;text-align: justify; line-height: 24px; color: #666; margin-bottom: 12px;
    font-size: 14px; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical;  -webkit-line-clamp:2; }
a.more{height: 32px; width: 95px;background: #f2f2f2; color: #d55b41; border-radius: 16px;margin-right: 12px; display: block; text-align: center; line-height: 32px; float: left;}
a.more:hover{ background: #d55b41; color: #fff;}


/* 首页服务案例 */
.index_case_main{ background: #f8f8f8; overflow: hidden; padding-bottom:60px;}
.index_case_main i{ width: 780px !important;}
.mr_t1name{color:#FFF;height:40px;width:120px;padding-left:21px;float:left;}
.mr_t1name img{float:left;margin-top:9px;margin-right:6px;display:inline;}
.mr_frbox{height:262px; position: relative; margin-top: 20px;}
.mr_frBtnL{float:left;margin:28px 22px 0px 0px;cursor:pointer;display:inline;}
.mr_frUl{float:left;height:100%;width:100%;}
.mr_frBtnR{float:right;margin-top:28px;cursor:pointer;}
.mr_frUl ul li{display:inline;float:left;width:193px;margin-right:8px;overflow:hidden; margin-bottom: 10px;  }
.mr_frUl ul li img{display:block;margin-bottom:7px; width:100%; height:100%;}
.mr_frUl ul li .pic{width:190px; height:107px; border: 1px solid #dedede; margin-bottom: 10px;}
.index_case_main a{ display: block;  width: 240px; text-align: center;  margin: 0 auto; height: 32px; line-height: 32px; color: #d55b41; font-size: 18px;}

/* btn */
.og_prev, .og_next{width:45px;height:45px; ;position:absolute;top:95px;z-index:9999;cursor:pointer; background:#cecece; text-align:center;  }
.og_prev{ background: url(../images/lefty.png) no-repeat;left: -67px;}
.og_prev:hover{background: url(../images/lefty.png) no-repeat;}
.og_next{background: url(../images/right.png) no-repeat;right: -67px;}
.og_next:hover{background: url(../images/right.png) no-repeat;}
.og_prev i, .og_next i{ color:#fff; font-size:22px;}



/* 首页新闻资讯 */
.index_news_main{overflow: hidden; padding-bottom: 60px;}
.index_news_main .index_title_1{ margin-bottom: 30px;}
.index_news_main .index_news_left { width: 400px; float: left; height: 430px; border: 1px solid #eee;}
.index_news_main .index_news_left .pic{ width: 400px; height: 249px; overflow: hidden;}
.index_news_main .index_news_left .pic img{ width: 100%; transition: all .4s;}
.index_news_main .index_news_left:hover .pic img{ transform: scale(1.1); transition: all .4s;}
.index_news_main .index_news_left p{ width: 354px; margin: 0 auto; margin-top: 10px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.index_news_main .index_news_left p a{ font-size: 18px; line-height: 48px;     }
.index_news_main .index_news_left p span{float: right; line-height: 48px; color: #999; font-size: 14px;}
.index_news_main .index_news_left i{width: 354px; display: block; margin: 0 auto; line-height: 24px; color: #666; text-align: justify; font-size: 14px; font-style: normal;}
.index_news_main .index_news_left a.more{ margin-top: 15px; margin-left: 24px;}

.index_news_main .index_news_right{ width: 782px; float: right; padding-top: 20px;}
.slideTxtBox1{ width:782px; margin: 0 auto;  margin-top: 10px;}
.slideTxtBox1 .hd ul{ height: 49px;}
.slideTxtBox1 .hd ul li{ height: 49px; line-height: 49px;  padding: 0 30px; float: left; margin-right: 13px; border-radius:24.5px; padding-left: 54px;}
.slideTxtBox1 .hd ul li a{ display: block; font-size: 16px; color: #d55b41}
.slideTxtBox1{ width:782px; margin: 0 auto;}
.slideTxtBox1 .hd ul{ height: 49px; margin-bottom: 20px;}
.slideTxtBox1 .hd ul li{ height: 49px; line-height: 49px;  padding: 0 30px; float: left; margin-right: 13px; border-radius:24.5px; padding-left: 54px;}
.slideTxtBox1 .hd ul li a{ display: block; font-size: 16px; color: #d55b41}
.slideTxtBox1 .hd ul li:nth-child(1){ background:#f2f2f2 url(../images/huachen_12.png) no-repeat 20px center; }
.slideTxtBox1 .hd ul li:nth-child(2){ background:#f2f2f2 url(../images/huachen_13.png) no-repeat 20px center; }
.slideTxtBox1 .hd ul li:nth-child(3){ background:#f2f2f2 url(../images/huachen_14.png) no-repeat 20px center; }
.slideTxtBox1 .hd ul li.on:nth-child(1){ background:#d55b41 url(../images/huachen_12_1.png) no-repeat 20px center; }
.slideTxtBox1 .hd ul li.on:nth-child(2){ background:#d55b41 url(../images/huachen_13_1.png) no-repeat 20px center; }
.slideTxtBox1 .hd ul li.on:nth-child(3){ background:#d55b41 url(../images/huachen_14_1.png) no-repeat 20px center; }
.slideTxtBox1 .hd ul li.on a{ color: #fff;}

.slideTxtBox1 .bd ul{border: 1px solid #eee; height: 341px;}
.slideTxtBox1 .bd ul li{ width: 750px; margin:0 auto; border-bottom: 1px dashed #eee; padding-bottom:14px;}
.slideTxtBox1 .bd ul li p a{ font-size: 16px; line-height: 36px; padding-top: 12px; display: block;
 overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.slideTxtBox1 .bd ul li span{ font-size: 14px; line-height: 24px; color: #666;text-align: justify;
 overflow: hidden; display: -webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.slideTxtBox1 .bd ul li:nth-child(3){ border: none;}



.bottom_icon{ height: 140px; background: url(../images/huachen_pc_5.jpg) no-repeat center;}
.bottom_icon ul li{ float: left; width: 25%; padding-top: 45px; }
.bottom_icon ul li img{ float: left;}
.bottom_icon ul li *{ color: #fff; text-indent:  10px; font-size: 16px;}
.bottom_icon ul li p{font-size: 16px; line-height: 32px; margin-top: -6px;}
.bottom_icon ul li span{display: block; font-size: 14px;}

/* 底部 */
footer{ height: 360px; background: #212121; position:relative;}
footer .footer_left{ float: left; width: 854px;}

footer .footer_left dl{ float: left; margin-right: 60px;}
footer .footer_left dl dt{padding-top: 40px; color: #fff; font-size: 18px; position: relative; line-height: 54px; text-indent: 12px;}
footer .footer_left dl dt::before{ content: "";position: absolute; height: 18px; width: 5px; background: #d55b41; left: 0; bottom: 18px;}
footer .footer_left dl dd{ font-size: 14px; color: #bbbbbb;line-height: 30px; max-width: 296px;
    overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}

footer .footer_left dl:last-child{margin-right: 0;}
footer .footer_right { width: 310px; float: right;}
footer .footer_right  .footer_tel{ padding-top: 50px; overflow: hidden;}
footer .footer_right  .footer_tel p{ font-size: 14px; color: #fff; line-height: 1.8;}
footer .footer_right  .footer_tel span{ font-size: 24px; color: #d55b41;  display: block; float: left; margin-right: 15px; font-family: "Impact"; }
footer .footer_right  .footer_sj_wx{ overflow: hidden; margin-top: 20px; height: 100px; width: 100%; position: relative;}
footer .footer_right  .footer_sj_wx ul{ position:absolute;  left:116px; top: 0;  width: 36px; height: 100px;}
footer .footer_right  .footer_sj_wx ul li{ height: 36px; width: 36px; background: #fff; border-radius: 100%; overflow: hidden; text-indent: 20px; margin-bottom: 6px;cursor: pointer;}
footer .footer_right  .footer_sj_wx ul li:nth-child(1){ background:#fff url(../images/huachen_27.png) no-repeat center;}
footer .footer_right  .footer_sj_wx ul li:nth-child(2){ background:#fff url(../images/huachen_28.png) no-repeat center;}
footer .footer_right  .footer_sj_wx ul li.ewmOn:nth-child(1){ background:#d55b41 url(../images/huachen_26.png) no-repeat center;}
footer .footer_right  .footer_sj_wx ul li.ewmOn:nth-child(2){ background:#d55b41 url(../images/huachen_29.png) no-repeat center;}

.index_kuaijie p{    float: left;}

.copyright{height: 56px; position: absolute; bottom: 0; width: 1200px; border-top: 1px solid rgba(255,255,255,0.05)}
.copyright a{ color: #fff; font-size: 14px;}
.copyright p {
    color: #ccc;
    font-size: 14px;
    line-height: 56px;
}

.copyright ul {
    float: right;
    width: 400px;
}

.copyright ul li,.copyright ul li span {
    float: left;
    color: #fff;
    line-height: 56px;
    font-size: 14px;
}

.copyright p {
    display: inline;
}

.copyright ul li a {
    float: right;
    margin-top: 16px;
}

.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: 280px; background: url(../images/inside_banner_about.jpg) no-repeat center; margin-top: 146px; display: none;}
.inside_banner_pro{ height: 280px; background: url(../images/inside_banner_pro.jpg) no-repeat center; margin-top: 146px; display: none;}
.inside_banner_fuwu{ height: 280px; background: url(../images/inside_banner_fuwu.jpg) no-repeat center; margin-top: 146px; display: none;}
.inside_banner_news{ height: 280px; background: url(../images/inside_banner_news.jpg) no-repeat center; margin-top: 146px; display: none;}
.inside_banner_jobs{ height: 280px; background: url(../images/inside_banner_jobs.jpg) no-repeat center; margin-top: 146px; }
.inside_banner_contact{ height: 280px; background: url(../images/inside_banner_contact.jpg) no-repeat center; margin-top: 146px;display: none;}
.inside_banner_jmeng{ height: 280px; background: url(../images/inside_banner_jmeng.jpg) no-repeat center; margin-top: 146px; display: none;}

.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: #d55b41;}
.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:#d55b41;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; min-height: 400px; }
.about_body .title {text-align: center; font-size: 24px; font-weight: bold; color: #333!important; }
.about_body p{line-height: 2; color: #666; margin-bottom: 6px; color: #666;/* margin: 0 auto;*/}
.about_body p img { /*text-indent: 0em; */ place-items: center; text-align: center!important; margin:0 auto!important; height: auto; }

/* 联系我们 */
#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-left: none; float: left; padding-left: 23px;}

.contact_fs_main h2{ font-size: 18px; color: #333; padding-top: 40px; line-height: 30px;}
.contact_fs_main{ height: 418px; width: 29%; /*width: 300px;*/ background: #fff; border: 1px solid #e8e8e8;/* border-left: none;*/ float: left; padding-left: 43px;}
.contact_fs_main p{font-size: 14px;  color: #666; line-height: 30px; margin: 0;}
.contact_fs_main img{ margin-top: 10px;}



/* 新闻资讯列表页 */
.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: #d55b41}
.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; width: 880px;
 overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.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;
overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:2; }
.news_first_inside .news_first_right i{ font-style: normal; display: block; margin-top: 20px; color: #999;}

.inside_news_list{ width: 1300px; overflow: hidden;}
.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: #d55b41}
.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; display: block; overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;}
.inside_news_list li .news_right p{ font-size: 14px; line-height: 26px; color: #666;
overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:2; }



/* 校园风采 */
.case_list{ width: 1250px; overflow: hidden; min-height: 400px;}
.case_list li{  width: 286px; float: left; border: 1px solid #eee; margin-right: 16px; margin-bottom: 16px; } 
.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 #d55b41}
.case_list li:hover div{ color: #d55b41; }
.gallery-title{ height: 42px; line-height: 42px; text-align: center;  font-size: 16px;}

.case_list_1{ width: 1250px; overflow: hidden; min-height: 400px;}
.case_list_1 li{  width: 286px; float: left; border: 1px solid #eee; margin-right: 16px; margin-bottom: 16px; } 
.case_list_1 li .img{ width: 266px;  margin: 0 auto; overflow: hidden; margin-top: 10px; height: 158px;}
.case_list_1 li .img img{ width: 100%; transition: all .4s;}
.case_list_1 li:hover .img img{  transform: scale(1.1); transition: all .4s;}
.case_list_1 li:hover{ border: 1px solid #d55b41}
.case_list_1 li:hover div{ color: #d55b41; }


.case_list_2{ width: 1250px; overflow: hidden; min-height: 400px;}
.case_list_2 li{  width: 286px; float: left; border: 1px solid #eee; margin-right: 16px; margin-bottom: 16px; } 
.case_list_2 li .img{ width: 266px;  margin: 0 auto; overflow: hidden; margin-top: 10px; height: 308px;}
.case_list_2 li .img img{ width: 100%; transition: all .4s;}
.case_list_2 li:hover .img img{  transform: scale(1.1); transition: all .4s;}
.case_list_2 li:hover{ border: 1px solid #d55b41}
.case_list_2 li:hover div{ color: #d55b41; }
.gallery-title{ height: 42px; line-height: 42px; text-align: center;  font-size: 16px;  overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; padding:0 10px;}


/* 相册效果 */
.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: #d55b41;margin-left: 10px; display: inline;}
ul.pro_list li .team_biref span{font-size: 16px;color: #d55b41;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:#d55b41;left: 44%; }
.jybz_text span{ font-size: 14px; color: #666; line-height: 24px;}




p.inside_con_title{ font-size: 30px; color: #fff;  padding-top: 195px; line-height: 54px;}
.location,.inside_banner .location a{ color: #fff; font-size: 14px;}
.location a:hover{ color: #d55b41}
.inside_con{ height: 64px; line-height: 64px; background: #f8f8f8; margin-bottom: 40px; margin-top: 148px;}
.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: 14px;}
.inside_con ul li.active a{background: #d55b41; color: #fff; border-radius: 20px;}
.inside_con ul li.active a:hover{background: #d55b41; color: #fff; border-radius: 20px;}
.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: #eee; color: #fff; border-radius: 20px;}
.inside_con ul li:hover a{ color: #d55b41;}

.inside_body{ min-height: 300px; padding-bottom: 60px; overflow: hidden;}
.inside_body p{line-height: 30px; margin-bottom: 10px; color: #666; }
.inside_body p img { text-align: center!important;width: 100%; height: auto; max-width:854px;  }
.inside_news_con{ overflow: hidden;}


/* 新闻详情页 */
.news_detail_left{width: 854px; float: left;}
.news_detail_left h1{ font-size: 30px;font-weight: bold; line-height:1.6; padding-bottom:0.6em;}
.news_detail_left .news_detail_body p { color: #333;}
.news_detail_left .news_detail_body p img {text-align: center; margin: 0 auto;}
.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;
overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.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;}
/*新加的新闻详情页样式*/

/*新加的新闻详情页样式end*/
.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;
}


ul.service_list { overflow: hidden; min-height: 400px; }
ul.service_list  li{ width: 566px; height: 150px; padding: 11px; float: left; border: 1px solid #eee; margin-right: 18px; margin-bottom: 18px; background: url(../images/huachen_18.png) no-repeat 500px 18px;}
ul.service_list  li:nth-child(2n){margin-right: 0;}
ul.service_list  li .fuwu_left{ float: left;  width: 227px; height: 147px; margin-right: 25px; overflow: hidden;}
ul.service_list  li .fuwu_left img{ width: 100%; transition: all .4s;}
ul.service_list  li:hover .fuwu_left img{ transform: scale(1.1); transition: all .4s;}
ul.service_list  li .fuwu_right{ float: left; width: 306px;}
ul.service_list  li .fuwu_right p a{font-size: 18px; color: #333; line-height: 42px; display: block; margin-top: 5px;
overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
ul.service_list  li .fuwu_right p a:hover{ color: #d55b41}
ul.service_list  li .fuwu_right span{ display: block;text-align: justify; line-height: 24px; color: #666; margin-bottom: 12px;
    font-size: 14px; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:2; }



.pro_img_js{ height: 316px;  margin-top: 54px; margin-bottom: 24px;}
.pro_img_js .pro_big_img{height: 316px; width: 524px; float: left; overflow: hidden; border: 1px solid #eee;}
.pro_img_js .pro_big_img img{  text-align: center; width: 100%;}

.inside_biref_right{ width: 630px; height: 316px; float: right;}
.inside_biref_right h1{ font-size: 30px; line-height: 1.5; margin: 10px 0;
overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2}
.inside_biref_right span{ display: block; font-size: 14px; color: #d55b41; line-height: 2.5; }
.inside_biref_right p{ font-size: 14px; line-height: 1.5rem; color: #666; text-align: justify; margin-bottom: 20px;
    padding-bottom: 4px;
    border-bottom: 1px solid #eee; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:3; }
.inside_biref_right a{ display: block; float: left; width: 134px; height: 48px;  float: left; margin-right: 18px; line-height: 48px; font-size: 15px;}
.inside_biref_right a.pro_bj{ background: #d55b41 url(../images/yuanda_inside_1.png) no-repeat 18px; color: #fff; text-indent: 50px;}
.inside_biref_right a.pro_qq{ background: #f5f5f5 url(../images/yuanda_inside_2.png) no-repeat 18px; color: #333; text-indent: 50px; width: 134px;}
.pro_tel{ background: url(../images/yuanda_inside_3.png) no-repeat; font-size: 14px; padding-left: 56px; margin-top: 20px;}
.pro_tel span{ display: block; font-size: 24px;font-family: "Impact"; line-height: 1.3;}




/* 产品tab选项卡 */
.service_xq{ overflow: hidden; width: 1200px; margin: 0 auto;}
.inside_pro_nr{ width: 834px; float: left; margin-bottom: 60px; overflow: hidden; border: 1px solid #eee; min-height: 420px; padding: 20px;}
.inside_pro_nr h2{ font-size: 24px; color: #333; position: relative; height: 56px; line-height: 56px; text-indent: 20px; border-bottom: 1px dashed #eee; margin-top: -10px; margin-bottom: 15px;}
.inside_pro_nr h2::before{ content: "";height: 24px; width:8px; background: #d55b41; position: absolute; left: 0; top: 17px;}
.inside_pro_nr p{ font-size: 14px; color: #666; text-align: justify; line-height: 30px;}
.inside_pro_nr ul{ height: 98px;}
.inside_pro_nr ul li{ float: left; height: 98px; background: #f5f5f5; text-align: center; width: 208px; margin-right: 10px; cursor: pointer; font-size: 16px; position: relative;}
.inside_pro_nr ul li:last-child{ margin-right: 0;}
.inside_pro_nr ul li span{ display: block; width: 208px; text-align: center; margin-top: 22px; height: 26px; margin-bottom: 14px;}
.inside_pro_nr ul li:first-child span{ background: url(../images/yuanda_inside_4.png) no-repeat center;}
.inside_pro_nr ul li.proOn{ background: #d55b41; color: #fff;}
.inside_pro_nr ul li.proOn::after{ content: ""; position: absolute;border-top: 12px solid #d55b41; border-left: 12px solid transparent;border-right: 12px solid transparent;top:98px; left: 90px;}

.inside_pro_nr ul li:first-child.proOn span{background: url(../images/yuanda_inside_8.png) no-repeat center;}
.inside_pro_nr ul li:nth-child(2) span{ background: url(../images/yuanda_inside_5.png) no-repeat center;}
.inside_pro_nr ul li:nth-child(2).proOn span{background: url(../images/yuanda_inside_9.png) no-repeat center;}
.inside_pro_nr ul li:nth-child(3) span{ background: url(../images/yuanda_inside_6.png) no-repeat center;}
.inside_pro_nr ul li:nth-child(3).proOn span{background: url(../images/yuanda_inside_10.png) no-repeat center;}
.inside_pro_nr ul a{display: block; height:98px;  width: 208px; float: left;  margin-right: 0;}
.inside_pro_nr ul a.pro_last li:hover{ background: #d55b41; color: #fff;}
.inside_pro_nr ul a.pro_last li:hover span{ background:url(../images/yuanda_inside_11.png) no-repeat center;}

.pro_nr{padding: 20px; min-height: 410px;}
.pro_tuijian{ width: 300px;float: right;}
.pro_tuijian p{ background:#d55b41 url(../images/yuanda_inside_1.png) no-repeat 20px; color: #fff; font-size: 16px; padding-left: 50px; height: 60px; line-height: 60px;}
.pro_tuijian li{ height: 48px; line-height: 48px; border-bottom: 1px solid #eee;
overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.pro_tuijian li a{ font-size: 15px; color: #333; padding-left: 30px;}
.pro_tuijian li:hover a{ padding-left: 36px;}


.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;}
.fudong_right .yx_tc{position: relative;}
.fudong_right .yx_tc .email_hover{ display:none; width: 200px; background: #fff; color: #fff; text-align: center; color: #fff; height: 68px; font-size: 14px; right: 80px; top: 0; position: absolute; border: 2px solid #d55b41;}
.fudong_right .yx_tc:hover .email_hover{ display: block;}
.fudong_right .yx_tc .email_hover p{ font-size: 14px; color: #d55b41;padding-top: 8px; line-height: 24px; font-weight: bold;}
.fudong_right .yx_tc .email_hover span{ font-size: 14px; color: #666; display: block;}




.tel_tc { position: relative;}
.tel_tc .tel_hover{ height:80px;  width: 120px; background: #fff; border: 2px solid #d55b41; display: none; padding: 12px;}
.tel_tc .tel_hover p{ font-size: 14px; color: #d55b41; 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
    }
}






.picMarquee-left{ width:1200px;position:relative;  height: 262px; margin-top: 18px;}
.picMarquee-left .hd{ overflow:hidden; }
.picMarquee-left .hd .prev,.picMarquee-left .hd .next{height: 45px; width: 45px;position: absolute; top: 95px; cursor: pointer;}
.picMarquee-left .hd .next{ background: url(../images/right.png) no-repeat; right: -67px;}
.picMarquee-left .hd .prev{ background: url(../images/lefty.png) no-repeat; left: -67px;}

.picMarquee-left .bd{ }
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{ width: 190px;margin-right: 8px;}
.picMarquee-left .bd ul li .pic{  width: 190px; height: 107px; border: 1px solid #dedede; overflow: hidden; margin-bottom: 8px;}
.picMarquee-left .bd ul li .pic img{ width: 100%;}



.picScroll-news{ width:400px;  overflow:hidden; position:relative;  }
.picScroll-news .hd{ overflow:hidden; position: absolute; top:213px; z-index: 999; left: 20px; width: 200px;}
.picScroll-news .hd ul{ overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
.picScroll-news .hd ul li{ float:left; width:12px; height:12px; overflow:hidden; margin-right:6px; text-indent:-999px; cursor:pointer; background: #333; border-radius: 8px;}
.picScroll-news .hd ul li.on{ background: #d55b41}
.picScroll-news .bd{  }
.picScroll-news .bd ul{ overflow:hidden; zoom:1; }
.picScroll-news .bd ul li{overflow:hidden; position: relative;}
.picScroll-news .bd ul li .pic{ width: 100%; height: 249px; overflow: hidden;}
.picScroll-news .bd ul li .pic img{ width: 100%;width: 100%;transition: all .4s;}
.picScroll-news .bd ul li i{ display: block; height: 32px; width: 100px; background: #fff; position: absolute; top: 20px; right: 20px; color: #666 ;line-height: 32px; text-align: center; font-size: 14px; z-index: 999;}
.picScroll-news .bd ul li:hover .pic img{transform: scale(1.1); transition: all .4s;}
.picScroll-news .bd ul li .title{ display: block;width: 90%;margin: 0 auto; font-size: 18px; line-height: 48px; margin-top: 8px; overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.picScroll-news .bd ul li span{ display: block; width: 90%; margin: 0 auto; text-align: justify; line-height: 24px;
    color: #666; font-size: 14px; overflow: hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.picScroll-news .bd ul li p{ width: 120px; height: 36px; line-height: 36px;  text-align: center; font-size:15px;  background: #eee; border-radius: 21px; margin-left: 24px; margin-top: 16px;}
.picScroll-news .bd ul li:hover p { color: #fff; background: #d55b41}





