@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: #b58a4b;
}

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:#b58a4b; color:#fff;}
::selection {background:#b58a4b; color:#fff;}
body{overflow-x: hidden;}


/* 网站头部 */
.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%; border-bottom: 4px solid #b58a4b}
.box{ height: 90px; background: url(../images/baimuxiang_24.png) no-repeat center; width: 100%;}
.box a.logo{ display: block; height: 41px; width: 233px; float: left; margin-right: 40px;}
.box .nav{height: 90px;width:900px;float: right;}

.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: #b58a4b;}
.box .nav .nLi ul{ background: rgba(255,255,255,0.9); position: absolute;top: 94px; z-index: 999; display: none; overflow: hidden; width: 130px; left: -15px;}
.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;width: 130px; }
.box .nav .nLi ul li a:hover{ height: 42px;  line-height: 42px;  background: #b58a4b}
.box .nav .nLi ul li a::after{ display: none;}


/* ---------------------------------------------------------------首页样式--------------------------------------------------------------- */
/* 轮播图 */
.fullSlide {
    width: 100%;
    position: relative;
    height: 650px;
    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: 650px;
    overflow: hidden;
    text-align: center;
    line-height: 650px;
}

.fullSlide .bd li >a {
    display: block;
    height: 650px;
}

.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_pro_main{ height: 652px; background:url(../images/myx_1.jpg) no-repeat center;}
.index_pro_main .index_pro_title{ height: 90px; background: url(../images/muyuanxiang_3.png) no-repeat center bottom; padding-top: 76px}
.index_pro_main .index_pro_col{ height: 36px; width: 665px; margin:0 auto; margin-top: 20px; margin-bottom: 20px;}
.index_pro_main .index_pro_col li{ float: left; width: 108px; text-align: center; cursor: pointer;}
.index_pro_main .index_pro_col li a{ display: block; height: 36px; margin-right: -1px; border-radius: 18px; line-height: 36px; font-size: 14px;}
.index_pro_main .index_pro_col li:last-child a{ margin-right: 0;}
.index_pro_main .index_pro_col li.proOn a,.index_pro_main .index_pro_col li.proOn:hover a{ background: #b58a4b; color: #fff;}
.index_pro_main .index_pro_col li:hover a{ background: #ddd; color: #b58a4b}

.index_pro_list{ border-top:1px solid #dedede;overflow: hidden;padding-top: 16px;}
.picScroll-fwfw{ width:100%;  overflow:hidden; position:relative;}
.picScroll-fwfw .hd{ overflow:hidden; width: 246px; margin: 0 auto; margin-top: 30px; position: relative;  height: 24px;}
.picScroll-fwfw .hd .prev,.picScroll-fwfw .hd .next{ position: absolute; height: 24px; border-radius: 12px; z-index: 9999; display: block; width: 68px; cursor: pointer;}
.picScroll-fwfw .hd .next{   background: #dcdcdc url(../images/muyuanxiang_5.png) no-repeat center;left: 0;}
.picScroll-fwfw .hd .prev{   background: #dcdcdc url(../images/muyuanxiang_6.png) no-repeat center; right: 0;}
.picScroll-fwfw .hd ul{ margin:  0 auto; width: 70px;}
.picScroll-fwfw .hd ul li{ float:left overflow:hidden; margin-right:5px; float: left; height: 20px; width: 20px; background: url(../images/muyuanxiang_7.png) no-repeat center; text-indent: 9999px; cursor: pointer; overflow: hidden; padding: 0 5px; margin-top: 2px;}
.picScroll-fwfw .hd ul li.on{ background-position:0 0; background: url(../images/muyuanxiang_8.png) no-repeat center; }
.picScroll-fwfw .bd{}
.picScroll-fwfw .bd ul{ overflow:hidden; zoom:1; }
.picScroll-fwfw .bd ul li{ width: 368px; height: 272px; float: left; overflow: hidden; position: relative; margin-right: 12px;}
.picScroll-fwfw .bd ul li a{width: 374px; height: 272px; overflow: hidden;}
.picScroll-fwfw .bd ul li a p{ position: absolute; top: 272px; left: 0; width: 374px; height: 272px; background:rgba(0,0,0,0.6); transition: all .4s; text-align: center;}
.picScroll-fwfw .bd ul li a img{ height: 100%;transition: all .4s;}
.picScroll-fwfw .bd ul li:hover a img{transform: scale(1.04); transition: all .4s;}
.picScroll-fwfw .bd ul li:hover a p{ position: absolute; top: 0; left: 0; width: 374px; height: 272px;z-index: 9999; background:rgba(0,0,0,0.6) ;font-size: 32px; color: #fff; }

.picScroll-fwfw .bd ul li a p img{ width: 46px; height: 46px; margin-top: 100px;}
.picScroll-fwfw .bd ul li a p span{ color: #fff; font-size: 16px; margin-top: 10px; display: block; text-align: center;}


/* 首页关于我们 */
.index_about_main{ height: 562px;}
.index_about_main .index_about_left{ width: 50%; background: url(../images/myx_3.jpg) no-repeat center right; float: left; height: 562px;}
.index_about_main .index_about_right{ width: 50%; background:url(../images/myx_4.jpg) no-repeat center right; float: right; height: 562px;  position: relative;}
.index_about_main .index_about_right .index_about_nr{ width: 538px; margin-left: 60px; }
.index_about_main .index_about_right .index_about_nr h2{ margin-top: 82px; height: 35px; background: url(../images/muyuanxiang_29.png) no-repeat center; width: 136px;}
.index_about_main .index_about_right .index_about_nr span{ font-size: 30px; color: rgba(0,0,0,0.15); font-weight: bold; line-height: 2; }
.index_about_main .index_about_right .index_about_nr p{ font-size: 14px; color: #666; line-height: 30px; margin-bottom: 30px;}
.index_about_main .index_about_right .index_about_nr ul{ overflow: hidden;  position: absolute; bottom: 40px; left: 60px;}
.index_about_main .index_about_right .index_about_nr ul li{ float: left; text-align: center; margin-right: 10px;}
.index_about_main .index_about_right .index_about_nr ul li a p{ font-size: 16px; color: #666}

.index_about_main .index_about_right .about_right_bg{ height: 180px; width: 471px; background: url(../images/muyuanxiang_9.png) no-repeat center; position: absolute; bottom: 0; right: 0;}



/* 首页客户案例 */
.index_case_main{overflow: hidden; padding: 66px 0;}
.index_case_main .index_case_title{ height: 89px; background: url(../images/muyuanxiang_14.png) no-repeat center; margin-bottom: 30px;}
.index_case_main .index_case_left{ width: 60px; float: left;}
.index_case_main .index_case_left li{ height: 134.3px; width: 60px; writing-mode: tb-rl; text-align: left;}
.index_case_main .index_case_left li a{ display: block; font-size: 15px; color: #fff;text-align: center; padding-right: 20px; letter-spacing: 5px;}

.index_case_main .index_case_left li:nth-child(1){ background:#1a1818}
.index_case_main .index_case_left li:nth-child(2){ background:rgba(26,24,24,0.9);}
.index_case_main .index_case_left li:nth-child(3){ background:rgba(26,24,24,0.8);}
.index_case_main .index_case_left li:nth-child(4){ background:rgba(26,24,24,0.7);}
.index_case_main .index_case_left li:nth-child(5){ background:rgba(26,24,24,0.6);}
.index_case_main .index_case_left li:nth-child(6){ background:rgba(26,24,24,0.5);}
.index_case_main .index_case_left li:hover{ background: #b58a4b}

.index_case_main .index_case_right{ width: 1118px; float: right;}
.index_case_main .index_case_right li{ float: left; margin-right: 24px; margin-bottom: 24px; width: 547px; height: 324px; overflow: hidden; position: relative; }
.index_case_main .index_case_right li:nth-child(2n){ margin-right: 0;}
.index_case_main .index_case_right li img{ width: 100%;transition: all .4s;}
.index_case_main .index_case_right li:hover img{transform: scale(1.04); transition: all .4s;}
.index_case_main .index_case_right li p{ position: absolute; height: 324px; width: 547px; background:rgba(0,0,0,0.6); text-align: center; bottom: -324px; left: 0; text-align: center; display: none; transition: all .4s;}
.index_case_main .index_case_right li p span{ display: block;  font-size: 16px; color: #fff}
.index_case_main .index_case_right li p img{ margin-top: 130px; margin-bottom: 10px; width: 46px; height: 46px;}
.index_case_main .index_case_right li:hover p{ display: block; bottom: 0; transition: all .4s;}


/* 首页服务优势 */
.index_fuwu_main{height: 358px; background: url(../images/myx_7.jpg) no-repeat top center fixed;}
.index_fuwu_main .index_fuwu_title{ height: 89px; background: url(../images/muyuanxiang_15.png) no-repeat center bottom; padding-top: 60px; margin-bottom: 23px;}
.index_fuwu_main ul{ width:1160px; padding: 20px;  background: #fff;box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.06);  overflow: hidden;}
.index_fuwu_main ul li{ width: 374px; float: left; margin-right: 19px; background: #f5f5f5; height: 336px;}
.index_fuwu_main ul li:last-child{margin-right: 0;}
.index_fuwu_main ul li .index_fuwu_img{ width: 374px; height: 167px; overflow: hidden;}
.index_fuwu_main ul li .index_fuwu_img img{transition: all .4s;}
.index_fuwu_main ul li:hover .index_fuwu_img img{transform: scale(1.04); transition: all .4s;}
.index_fuwu_main ul li p{ font-size: 18px; color: #333; margin-top: 20px;  line-height: 2; position: relative;  text-indent: 24px;}
.index_fuwu_main ul li p::before{ content: ""; position: absolute; height: 18px; width: 5px; left: 0; bottom: 9px;background: #b58a4b;}
.index_fuwu_main ul li span{  display: block; width: 326px; margin:0 auto; line-height: 24px;  font-size: 14px; color: #666; text-align: justify; margin-top: 8px;}



/* 首页新闻中心 */
.index_news_main{ margin-top: 260px; padding-bottom: 60px; overflow: hidden;}
.index_news_main .index_news_title{ height: 89px;  background: url(../images/muyuanxiang_16.png) no-repeat center; margin-bottom:30px;}
.index_news_main .index_news_left{ width: 323px; float: left; margin-right: 30px;}
.index_news_main .index_news_left .index_news_col li{ width: 326px; height: 54px; line-height:54px; text-indent: 30px; background:#f5f5f5 url(../images/muyuanxiang_17.png) no-repeat 282px 14px; margin-bottom:10px;}
.index_news_main .index_news_left .index_news_col li a{ display: block; font-size: 16px; }
.index_news_main .index_news_left .index_news_col li:hover{ background: #b58a4b url(../images/muyuanxiang_18.png) no-repeat 282px 14px;}
.index_news_main .index_news_left .index_news_col li:hover a{ color: #fff;}
.index_news_main .index_news_list{ width: 410px; float: left; overflow: hidden;}
.index_news_main .index_news_list2{float: right;}
.index_news_main .index_news_list li{ height: 51px; border-bottom: 1px dashed #dedede; line-height: 51px; background: url(../images/muyuanxiang_19.png) no-repeat 0 21px; text-indent: 20px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; }
.index_news_main .index_news_list li span{ float: right;  font-size: 14px; color:#999;}

.picScroll-top{ width:323px;  overflow:hidden; position:relative; }
.picScroll-top .hd{ overflow:hidden; }
.picScroll-top .hd .prev,.picScroll-top .hd .next{}
.picScroll-top .hd .next{ background-position:0 -50px;  }
.picScroll-top .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
.picScroll-top .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; text-indent:-999px; cursor:pointer;}
.picScroll-top .hd ul li.on{ background-position:0 0; }
.picScroll-top .bd{ }
.picScroll-top .bd ul{ overflow:hidden; zoom:1; }
.picScroll-top .bd ul li{float:left; _display:inline; overflow:hidden; position: relative;}
.picScroll-top .bd ul li .title{ position: absolute; height: 42px; background: rgba(0,0,0,0.6); z-index: 9999; bottom: 3px; left: 0; width: 100%; line-height: 42px;}
.picScroll-top .bd ul li .title a{ color: #fff; font-size: 14px; display: block; text-indent: 14px;}
.picScroll-top .bd ul li img{ width: 100%;}







/* 定制流程 */
.index_liucheng_main{ height: 108px; background: #f5f5f5; border-bottom: 4px solid #b58a4b}
.index_liucheng_main h2{ width: 130px;  height: 50px; border-right: 1px solid #dedede; margin-top: 30px; float: left; margin-right: 20px; line-height: 1;}
.index_liucheng_main h2 span{ font-size: 14px;  color: #999; font-weight: normal;}

.index_liucheng_main ul{ width: 1020px; float: right; margin-top: 35px;}
.index_liucheng_main ul li{ float: left; width: 120px; margin-right: 60px;}
.index_liucheng_main ul li img{float: left; margin-right: 10px; display: block; padding-top: 4px;}
.index_liucheng_main ul li p{ padding-top: 0px; font-size: 14px; float: left; line-height: 20px; color: #454545}
.index_liucheng_main ul li:last-child{ margin-right: 0;}



.footer{ height: 310px; background:url(../images/myx_12.jpg) no-repeat center top; position: relative;}

.footer .footer_left{ width: 476px; float: left; margin-top: 46px; margin-right: 40px;}
.footer .footer_left .footer_img{ float: left; margin-right: 20px;}
.footer .footer_left p{ font-size: 18px; color: #fff;}
.footer .footer_left span{ color: #ccc;line-height: 30px; margin-top: 20px; width: 330px;font-size: 14px; display: block; margin-top: 12px;}
.footer_left_text{ float: left; width: 325px;}
.footer .footer_center{ width: 330px; float: left; margin-top:46px; }
.footer .footer_center h3{ font-size: 18px; font-weight: normal;  color: #fff; margin-bottom: 12px;}
.footer .footer_center p{ font-size: 14px; color: #ccc; line-height: 30px;}
.footer_right{ padding-top: 46px; width: 180px; float: right;}

.footer_icon{ margin-top: 10px;}
.footer_icon a.ewmOn{  height: 40px; width: 40px; text-align: center; background: #b58a4b; float: left; border-radius: 50%; margin-right: 10px;}
.footer_icon a.ewm{  height: 40px; width: 40px; text-align: center; background: #878787; float: left; border-radius: 50%; margin-right: 10px;}
.footer_icon a img{ margin-top: 9px; }


/* 网站版权信息 */
.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;}
.inside_banner_pro{ height: 320px; background: url(../images/inside_banner_pro.jpg) no-repeat center;}
.inside_banner_fuwu{ height: 320px; background: url(../images/inside_banner_fuwu.jpg) no-repeat center;}
.inside_banner_news{ height: 320px; background: url(../images/inside_banner_news.jpg) no-repeat center;}
.inside_banner_jobs{ height: 320px; background: url(../images/inside_banner_jobs.jpg) no-repeat center;}
.inside_banner_contact{ height: 320px; background: url(../images/inside_banner_contact.jpg) no-repeat center;}
.inside_banner_jmeng{ height: 320px; background: url(../images/inside_banner_jmeng.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: #b58a4b;}
.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:#b58a4b;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}

/* 联系我们 */
#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: #b58a4b; 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: #b58a4b}
.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;}
.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: #b58a4b}
.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: 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 #b58a4b}
.case_list li:hover div{ color: #b58a4b; }
.gallery-title{ height: 42px; line-height: 42px; text-align: center;  font-size: 16px;}

/* 相册效果 */
.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: #b58a4b;margin-left: 10px; display: inline;}
ul.pro_list li .team_biref span{font-size: 16px;color: #b58a4b;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:#b58a4b;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: #b58a4b}
.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: 14px;}
.inside_con ul li.active a{background: #b58a4b; color: #fff; border-radius: 5px;}
.inside_con ul li.active a:hover{background: #b58a4b; 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: #b58a4b;}

.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;}


#map {
    width: 854px;
    border: 1px solid #e8e8e8;
    height: 418px;
    margin-bottom: 30px;
    float: left;
}





