@charset "utf-8";
/* CSS Document */
body{
    position: relative;
}
b,strong{font-weight: normal;}
#menu{
    background: #444;
}
#menu ul li{
    border-bottom: 1px solid rgba(255,255,255,.05);
    background: rgba(0,0,0,.1);
}
#menu ul li a{
    color: #fff;
    padding:12px 20px;
    font-size: 14px;
    display: inline-block;
    width:70%;
}
#menu ul li a:hover{
    background:none;
}
#menu ul li i{
    line-height:22px;
    font-size: 18px;
    display: none;
    width: 30%;
    text-align: right;
    padding:0 20px 0 0;
    transition: .3s;
    color: #fff;
}
#menu ul li.cur i{
    display: inline-block;
}
#menu ul li.on {
    background:rgba(255,255,255,.1);
}
#menu ul li.on a{
    color: #fff;
}
#menu ul li.on i{
    color: #fff;
}
#menu .menu-section-list{
    margin:30px 0;
}
#menu dl{
    background: #444;
    display: none;
    transition: .3s;
}
#menu dl dt{
    border-bottom: 1px solid rgba(0,0,0,.1);
}
#menu dl dt a{
    color: #fff;
    padding:8px 24px;
}
#menu dl dt i{
    padding:0 5px 0 0;
}
#main{
    overflow-x: hidden;
}
.panel{
    padding-top:0;
    text-align: justify;
}
.panel-header{
    width:100%;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 55px;
    height: 55px;
    padding: 0 40px;
    transition: .4s;
    z-index: 999;
    margin:0;
    overflow: hidden;
}
.menu-button{
    display: block;
    width: 40px;
    height: 30px;
    position: absolute;
    top: 10px;
    left: 5px;
}
.menu-button .line:nth-of-type(1) {
    margin-top: 0;
}
.menu-button .line:nth-of-type(2) {
    margin-bottom: 0;
}
.menu-button .line{
    position: relative;
    display: block;
    width: 26px;
    height: 2px;
    margin: 5px 0;
    background: rgba(0,0,0,.6);
    -webkit-transition: .1s;
    transition: .1s;
}
.slideout-open #main .menu-button .line:nth-of-type(1){
    -webkit-transform: translateY(4.5px) rotate(-45deg);
    -ms-transform: translateY(4.5px) rotate(-45deg);
    transform: translateY(4.5px) rotate(-45deg);
}
.slideout-open #main .menu-button .line:nth-of-type(2){
    -webkit-transform: translateY(-6.5px) rotate(45deg);
    -ms-transform: translateY(-6.5px) rotate(45deg);
    transform: translateY(-2.5px) rotate(45deg);
}
.slideout-open #main .menu-button .line:nth-of-type(3){
  display:none;
}
.nav{width:100%;background-image:none;background-color: #0193dc;height:80px;line-height:39px;}
.nav li{
    width:33.333333333%;
    border-right: 1px #0193dc solid;
    border-bottom: 1px #0193dc solid;
    border-left:0;
    line-height:39px;
    float: left;
    text-align: center;
    box-sizing: border-box;
    display: inline;
    }
.nav li{line-height: 39px;background-image:none;font-size: 18px;/* border-left: 1px #0060cb solid; */}
.nav li a{ color:#fff;}
.logo a{
    font-size: 28px;
        color: #0193dc;
}
.home{
    display: block;
    width: 24px;
    height: 40px;
    position: absolute;
    top:4px;
    right: 14px;
}
.home i{
    font-size: 30px;
    color: rgba(209,0,0,.8);
}
.p_banner{
    position: relative;
}
.p_banner .swiper-pagination-bullet{
    background: #444;
}
/*
*主体内容
*/
.i-box{
    border-top: 10px solid #eee;
}
.aboutbox{padding: 0px 10px;line-height: 28px;font-size: 16px;}
.aboutbox .con{ margin-top:15px;}
.aboutbox .con p{}
.i-product{
    /* padding:5% 5% 0; */
    /* padding: 5% 0 0 0; */
    /* border-bottom: 1px #d00000 solid; */
}
.i-box-hd{background-color: #fff;padding: 3% 5%;/* border-bottom:  1px #d00000 solid; */border-top: 1px solid #ddd;border-bottom:  1px solid #ddd;}
.i-box-hd .tit{
    font-size: 20px;
    color: #333;
    border-left: 4px #333 solid;
    padding-left: 10px;
    line-height: 1.2;
}
.i-box-hd p{
    color: #B7B7B7;
    /* font-size: 12px; */
    text-transform: capitalize;
    line-height:1;
}
.items-img_scroll{
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 20px 0 10px 0;
    padding: 0 5%;
}
.items-img_scroll .swiper-pagination{
    height: 15px;
}
.items-img_scroll .swiper-pagination .swiper-pagination-bullet-active{
    background: #444;
}
.items-img_scroll li .img{
    background: #eee;
}
.items-img_scroll li .img img{
    max-width: 100%;
    margin:auto;
}
.items-img_scroll li .tit{
    height:60px;
    line-height: 50px;
    font-size: 16px;
    padding:0 10px;
}
.items-img{
    padding: 20px 0 0 0;
}
.items-img li{
    width: 98%;    margin: auto;
    /* float: left; */
}
.items-img .item-img{
    padding: 0 0 0 2%;
}
.items-img .item-img img{width: 200px !important;}
.items-img li .tit{
    height: 40px;
    line-height: 40px;
    margin:0 0 10px 0;
    padding:0 10px;
    font-size: 14px;
    transition:all .3s ease-out 0s;
    background: #f0f0f0;
}
.items-img li:hover .tit{
    background: #444;
    color: #fff;
}
/*
*公司优势
*/
.i-youshi-bd{
    margin:20px 0 0 0;
    padding: 0 5%;
}
.i-youshi-bd ul{
    padding:10px 0 0 0;
}
.i-youshi-bd li{
    display: inline-block;
    width: 31%;
    padding:20px 3%;
    text-align: center;
    margin:0 2% 0 0;
    background: #f6f6f6;
    float: left;
}
.i-youshi-bd li:last-child{
    margin:0;
}
.i-youshi-bd li i{
    font-size: 18px;
    width:40px;
    height:40px;
    border-radius: 50%;
    background: #0193dc;
    color: #fff;
    line-height:40px;
}
.i-youshi-bd li:first-child i{
    font-size: 16px;
}
.i-youshi-bd li p{
    padding:10px 0 0 0;
    font-size: 14px;
}
.youshi{ padding: 0 15px;}
.youshi h3{ font-size: 20px; color: #0193dc; line-height:50px;}
.youshi h3 span{ width: 35px; height: 35px; background: #0193dc; border-radius: 35px; line-height: 35px; text-align: center; color: #fff; display: inline-block;}
/*
*新闻列表
*/
.items-text_desc li{
    padding: 0 10px;
    line-height: 40px;
    border-bottom: #ddd 1px dotted;
}
.items-text_desc li .tit a{
    font-size: 14px;
    color: #444;
}
.items-text_desc li .tit a:hover{
    color: #444;
}
.items-text_desc li .time{
    color: #999;
    font-size: 12px;
    margin:0 0 8px 0;
}
.items-text_desc li .time i{
    padding:0 5px 0 0;
}
.items-text_desc li .desc{
    font-size: 14px;
    height:50px;
    overflow: hidden;
    line-height:25px;
}
.i-about-bd{
    margin: 20px 0 20px 0;
    padding: 0 5%;
}
.i-about-bd .tit{
    font-size: 18px;
}
.i-about-bd .con{
    font-size: 16px;
    line-height:1.8;
    margin-top: 10px;
}
.i-about-bd .con a{
    color: #444;
}
.i-contact{/* text-align: center; */font-size:16px;background: #f1f1f1;/* color: #fff; */margin-bottom: 50px;}
.i-contact-bd{ 
    padding:15px 0 0 0;
    line-height:1.8; 
    padding: 2% 5%;
}
.i-contact-bd a{
    color: #444;
}
.i-contact img{display: inline-block;max-width: 50%;margin: 10px 0;    margin-left: 20px;}
.footer{
    background: #f7f7f7;
    padding:3% 5%;
    margin:0 5% 70px; 
}
.um-contact{
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #0193dc;
    height: 50px;
    left: 0;
    z-index: 9999;
}
.um-contact a{
    display: inline-block;
    width: 33.3%;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.um-contact a i{
    padding:0 6px 0 0;
    font-size: 16px;
    vertical-align: middle;
}
/*
* 分类
*/
.pro_menu{
    margin: 0 10px;
    overflow: hidden;
}
.pro_menu li{
    display: inline-block;
    margin: 2px;
    width: 48%;
    text-align: center;
}
.pro_menu li:last-child{
}
.pro_menu li a{
    display: block;
    background: #eee;
    border-radius: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding:5px 10px;
}
.pro_menu_more{
    text-align: center;
    display: none;
    text-decoration: underline;
    cursor: pointer;
    color: #999;
    margin:10px 0 20px;
}
/*
* 单页模型
*/
.um-tit {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.um-tit h4{
    font-size: 24px;
    height: 30px;
    background:url(../image/m1t2.png) no-repeat center center;
    line-height: 30px;
    text-align: center;
    margin: 10px 0;
    font-weight:bold;
}
.um-tit p{
    font-size: 12px;
    color: #999;
    text-transform: capitalize;
    line-height:1;
}
.page-index{
    font-size: 14px;
}
.page-index .con{
    padding:10px 0 20px;
    font-size:14px ;
    line-height:1.8;
}
.page-index .con a{
    color: #444;
}
.min_contact{width:100%!important;}
.min_contact img{max-width:50%;margin:5px auto;}
/*
*   产品详情
*/
.img-show{
}
.img-show-hd{
    background: #eee;
    position: relative;
    overflow-x: hidden;
}
.img-show-hd .swiper-pagination-bullet{
    opacity:.3;
}
.img-show-hd .swiper-pagination-bullet-active{
    background: #444;
    opacity:.7;
}
.img-show-hd img{
    width:100%;
    margin:0 auto;
}
.img-show-bd{
    padding:10px 0 15px;
    border-bottom: 1px solid #eee;
}
.img-show-bd .tit{
    font-size: 16px;
    color: #444;
    font-weight: 700;
}
.img-show-bd p{
    color: #999;
}
.img-show-bd p i{
    padding:0 5px 0 0;
    font-size: 10px;
}
/*
* 内页内容通用
*/
.page_info{
    padding:20px 0;
    font-size: 14px;
    line-height:1.8;
}
.page_info p{
    margin:0 0 10px 0;
}
.page_info a{
    color: #444 !important;
    font-size: 14px !important;
}
.page_info img{
    margin:10px 0;
    margin:0 auto;
    height: auto !important;
}
/*
* 文章列表
*/
.article-list{
    padding:10px 3%;
    background: #eee;
}
.article-list li{
    background: #fff;
    margin:0 0 10px 0;
}
.article-list li:last-child{
    margin:0;
}
.article-list li .img{
    width:26%;
}
.article-list li .img img{
    padding:10px;
}
.article-list li .con{
    width:96%;
    margin: 3%
}
.article-list li .con h4{
    font-size: 14px;
    color: #333;
    padding:10px 10px 2px 0;
}
.article-list li .con p{
    font-size: 12px;
    color: #777;
    height:44px;
    overflow: hidden;
    padding:0 10px 0 0;
}
/*
* 文章详情
*/
.article-show{
    margin:30px 5% 0;
}
.article-show_hd .tit{
    font-size:18px;
    color: #333;
}
.article-show_hd .time{
    padding:0 0 10px 0;
    border-bottom: 1px solid #eee;
    color: #999;
}
.article-show_hd .time i{
    padding:0 6px 0 0;
}
.article-show_hd .time a{
    color: #999;
}
/*
*留言页面
*/
.guestbook-page{
    padding:20px 5%;
}
.guestbook-list li{
    padding:0 0 20px 0;
}
.guestbook-list li .tit{
    font-size: 16px;
    color: #333;
}
.guestbook-list li .time{
    color:#999;
}
.guestbook-list li .con{
    padding:5px 0;
}
.guestbook-list li .reply{
    background: #f5f5f5;
    padding:5px 10px;
}
.post_box tr{
    height:34px;
}
.post_box tr:nth-child(5){
    height:100px;
}
.post_box td{
    display: inline-block;
}
.post_box td.tit{
    margin:0 3% 0 0;
    width:15%;
}
.post_box td.con{
    width:76%;
}
.post_box td.con input,.post_box td.con textarea,.post_box td.con select{
    border: 1px solid #ccc;
    line-height:20px;
}
.post_box td.con textarea{
    max-width: 100%;
    max-height: 100px;
}
.post_box .btn{
    width:80px;
    height:30px;
    line-height:30px;
    border: none;
    margin:0 5px 0 20px;
    background: #444;
    color: #fff;
}
.post_box .btn-default{
    background: #ddd;
    color: #666;
    margin:0 5px 0 0;
}
.feedback-page .post_box tr:nth-child(5){
    height:32px;
}
.feedback-page .post_box tr:nth-child(6){
    height:110px;
}
/* 为了手机站显示正常 */
.main_body{  padding:10px 0 20px;
    font-size:14px ;
    line-height:1.8;
  width: 94%!important;margin: auto 3%!important;}
.main_body img{max-width: 100%!important}
.flnone{float: none!important;width: 100%!important;margin: 0!important;}
.frnone{float: none!important;width: 100%!important;margin: 0!important;}
.hide{display: none!important;}
/* 这里决定内页图片高度自适应 */
.page-index > img{max-width: 100%!important;height: auto!important;}
.con .date{color: #999;}
.sjtel{ display:block; text-align:center; padding:20px 0;border-bottom:1px #dddddd solid; }
.sjtel img{ display: inline;}
.dtit .tit h2{font-size:34px;/* background:url(../image/m1t2.png) no-repeat center center; */height:30px;line-height:30px;text-align: center;margin: 10px 0;color: #0193dc;color: #333333;}
.i-nav{
    /* border-bottom: 7px solid #f6f6f6; */
    padding:  5% 3%;
}
.i-nav ul li {
    float: left;
    text-align:  center;
    padding: 0 4%;
    width: 25%;
}
.items-text_desc {padding: 0 10px;}
.items-text_desc span{ float:right; color:#999; font-size:12px;}
.i-nav ul li a img {margin: 0 auto;}
.i-box-hd .tit span {color: #999;font-size: 14px;}
.case li {width: 48%;float: left;margin: 2% 1%;}
.case li span {width: 100%;display: block;margin-top: 6px;}
.case li .tit{
    height: 50px;
    line-height: 50px;
    margin:0 0 10px 0;
    padding:0 10px;
    font-size: 14px;
    transition:all .3s ease-out 0s;
    background: #f0f0f0;
}
.case{margin-top: 12px;margin-bottom: 40px;}
.case li{
    float: left;
    width: 48%;
    box-sizing: border-box;
        border: 1px solid #ccc;
        padding: 10px;
}

.um-contact,.more-box a{background:#0193dc;}


.bannerxia{width: 90%;margin-right:auto;margin-left:auto;padding: 20px 10px 10px 10px;}
.bannerxia ul li{float:left;width: 25%;text-align: center;margin-left: 0px;}
.bannerxia ul li a img{width: 50%;margin:auto;margin-bottom:5px;}
.bannerxia li a p{font-size:14px;}
/* 优势 */
.ys{width: 95%;height: 350px;margin-left:auto;margin-right:auto;margin-bottom: 20px;}
.ys ul li{float:left;width: 50%;padding: 10px 5px;}
.ys ul li img{width:100%;}
/* 法律顾问 */
.flgw{font-size: 14px;line-height: 24px;color: #333;padding:20px 18px 15px 10px;height:300px}
.flgw .zuo{float:left;width:35%;}
.flgw .you{float:right;width:60%;}
.flgw img{width: 48%;float:left;margin-right: 10px;} 


/* 校企客户的共同选择 */
.num_title {font-family: arial;color: #0193dc;font-size: 46px;line-height: 30px;display: block;text-align: center;font-weight: bold;}
.fu_tit{font-size: 16px; line-height: 40px;    text-align: center;display: block;}
.p_FLine {width: 100%;border-top-width: 2px;border-top-style: solid;border-top-color: #0193dc;opacity: 1;filter: alpha(opacity:100);max-width: 50px;margin: 0 auto;vertical-align: middle;}
li.img-scale .img {overflow: hidden;width: 140px;margin: auto;}
li.img-scale .img img{overflow: hidden;width: 100%;}
/* 痛点 */
.tongdian{overflow: hidden; background: #f8f8f8;}
.tongdian ul{ padding: 20px 0;overflow: hidden;}
.img-scale1{width: 31%;float: left;margin: 0 1%;}

.news_list {width: 100%;height: auto;overflow: hidden;margin: 0rem auto;margin-top: 20px;}
.news_list li {width: calc(98%);height: auto;margin: auto;margin-bottom: 10px;}
.news_list li .img {width: 100%;/* height: 222px; */overflow: hidden;}
.news_list li .img img {width: 100%;transition: all .5s ease;cursor: pointer;transition: 0.6s;}
.title_tit {background-color: rgb(248, 248, 248);overflow: hidden;padding: 10px 20px;}
.title_tit dt {font-size: 16px;color: #333;font-weight: bold;}
.title_tit dd {font-size: 14px;color: #999;}

.yuyue1{min-height: 150px;background: url(../image/256.jpg);}
.yuyue1 p{width: 70%;font-size: 20px;color: #FFF;line-height: 86px;text-align: center;/* float: left; */margin: auto;}
.yuyue1 .font {height: 40px; width: 200px;margin: auto;}
.font a{display: block;line-height: 40px; height: 40px;color: #fff; padding:0 20px ;border: 1px solid #fff;text-align: center;}

.cpzx {overflow: hidden;padding: 0 20px;}
.cpzx p{font-size: 16px;font-weight: bold; padding-top: 30px;}
.cpzx ul{overflow: hidden; padding-bottom: 10px; border-bottom: 1px solid #aaa;}
.cpzx ul li{height: 40px; }
.cpzx ul li span{font-size: 18px; font-weight: bold; /* margin-left: 30px; */}


.page_nr div{ padding:10px; overflow:hidden;}
.page_nr div h2{font-size: 24px;text-align: center;font-weight: 400;color: #333;}
.page_nr .p_FLine {width: 100%;border-top-width: 2px;border-top-style: solid;border-top-color: #0193dc;opacity: 1;filter: alpha(opacity:100);max-width: 50px;margin: 0 auto;vertical-align: middle;margin-top: 20px;}
.page_nr div p{margin: 0 auto;font-size: 16px;color: #666;}
.page_nr div img{padding: 20px;overflow: hidden;margin: auto;}

.product_page .anchor li:hover a{color:#0193dc ;}
.product_title {text-align: center;padding-bottom: 20px;}
.product_title .product_text {color: #333333;font-size: 24px;font-weight: 700;}
.product_title .p_FLine {width: 100%;border-top-width: 2px;border-top-style: solid;border-top-color: #0193dc;opacity: 1;filter: alpha(opacity:100);display: inline-block;max-width: 50px;margin: 0 auto;vertical-align: middle;margin-top: 20px;}

.diand{/* padding:10px; */ overflow:hidden;}
.diand li {height:150px;    position: relative;    margin: 20px 0;}
.diand li .img2{    width: 88px;height:150px;background: #f8f8f8;    line-height: 150px; text-align: center;}
.diand .img2 dt{font-size: 24px;margin: 0 auto;text-align: center;    padding-bottom: 30px;}
.diand li .title_tit2 {width: calc(100% - 100px);flex: 1;    position: absolute;top: 9px;
    left: 94px;}
.diand li .title_tit2 dd {/* margin: 10px 0; */overflow: hidden;text-overflow: ellipsis;line-height: 20px;min-height:auto ;font-size: 14px;color: #666;text-align: justify;}

.list_erd{overflow: hidden;p}

.scene{overflow: hidden;}

.scene_show li{width: 29%;float: left;margin: 2%;}
.scene_show li img{width: 100%;}
.scene_show li p{text-align: center;line-height: 46px;color: #333;}

.list_erd1 li{width: 98%;border: 1px solid #eaeaea;position: relative;margin: auto;
    overflow: hidden;}
.list_erd1 li .img1{    width: 100px;height: 170px;background: #f8f8f8;display: inline-block;text-align: center;top: 0px;
    position: absolute;}
.list_erd1 li .img1 img {max-width: 70px;padding: 20px;}
.list_erd1 li .img1 dt {max-width: 165px;margin: 0 auto;font-size:14px;text-align: center;    padding-bottom: 30px;}
.list_erd1 li .title_tit1 {width: calc(100% - 110px);flex: 1;margin: 5px 3px;display: inline-block;float: right;}
.list_erd1 li .title_tit1 dd {margin: 10px 0;overflow: hidden;text-overflow: ellipsis;line-height: 20px;min-height:auto ;font-size: 14px;color: #666;text-align: justify;}

.page-index .con {padding: 10px 0 20px;font-size: 14px;line-height: 1.8;}
.anchor{height: 60px;overflow: hidden; border-bottom: 1px solid #ccc;}
.anchor li{line-height: 60px; font-size: 16px; color: #666;float: left;padding: 0 10px;}

.advantage{background: #fafafa;overflow: hidden;padding-bottom: 50px;}
.advantage_show li{/* width: 29%; */float: left;margin: 2%;}
.advantage_show li .tit{text-align: center!important;font-size: 24px!important;color: #333;line-height: 50px!important;}
.advantage_show li p{font-size: 16px;line-height: 30px;}
.advantage_show li p em{font-style: normal;font-size: 17px;color: #333;font-weight: bold;}


.yanshi{overflow: hidden;width: 100%;margin: auto;    margin-bottom: 30px;}
.yanshi li{float: left;width:96%;margin:1% 2%;}
.lable {width:94% ;height: 42px;line-height: 42px;    display: contents;font-size: 16px;color: #333;margin-right: 10px;margin-top: 6px;}
.lable span {width: 10px;display: inline-block;color: #0193dc;font-weight: 700;padding-right: 5px;}
.control .input {width:94%;height: 42px;line-height: 42px;font-size: 14px;border: 1px solid #ddd;color: #333;background: #fff;margin-right: 5px;margin-left: 3%;padding-left: 3%;}
.radio{ height: 16px;line-height: 30px;margin-right: 8px;width: 16px;margin-left: 30px;}
.yanshi .fuxuan{width: 94%;}
.control{   width: 94%;/* height: 42px; */line-height: 42px;font-size: 14px;}
.control select {padding: 5px 10px 6px 5px;outline: none;background: #fff;padding-right: 50px;width: 94%;color: #666;border: 1px solid #ddd;height:42px;line-height: 42px;overflow: hidden;margin-right: 5px;margin-bottom: 5px;    padding-left: 3%;}
.yanshi .fuxuan .control1 .textarea {
    width: 98%;
    max-width: 98%;
    height: 120px;
    line-height: 30px;
    border: 1px solid #ddd;
    color: #333;
    background: #fff;
    font-size: 14px;
    color: #333;
    padding-left: 3%;
    padding-top: 1%;
}
.p_CoupWBox {
    padding-left: 0px;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    padding: 0 20px;
}
 .btn-primary {
    background-color: #333;
    border-color: #329cff;
    border: 0px;
    border-radius: 0px;
    width: 48%;
    height: 42px;
    transition: 0.5s;
}
.btn-primary {color: #fff;}
.liuyan{height: 160px;}

.core .tongdian {width: ;overflow: hidden;}
.core .tongdian li {width: 46%;background: #f1f1f1;height: 380px;float: left;margin-right: 10px;line-height: 0;position: relative;text-align: center;z-index: 9;}
.core .tongdian li .mask1 {position: absolute;left: 0;right: 0;top: 0;bottom: 0;transition: all 1s linear;}
.core .tongdian li .mask1 img{position: absolute;left: 40%;right: 0;top: 0;bottom: 0;margin-top: 20px;}
.core .tongdian li .mask1 .bg {position: absolute;left: 0;right: 0;top: 0;bottom: 0;background: #161a1d;opacity: 0;filter: alpha(opacity=60);transition: all .4s cubic-bezier(.4,0,.2,1);}
.core .tongdian li .mask1 .content {position: absolute;left: 0;right: 0;top: 0%;bottom: 0;margin-top: -0px;transition: all .4s cubic-bezier(.4,0,.2,1);}
.core .tongdian li .mask1 .content .item_p {position: relative;width: 25%;height: 54px;opacity: 0;transition: all .4s cubic-bezier(.4,0,.2,1);display: inline-block;}
.core .tongdian li .mask1 .content h3 {color: #333;font-size: 18px;line-height: 24px;margin: 0;padding: 0;margin-top: 60px;font-weight: bold;transition: all .4s cubic-bezier(.4,0,.2,1);}
.core .tongdian li .mask1 .content p{font-size: 14px; line-height: 25px;text-align: initial;}
.core .mask1 .content .sl_line {width: 30px;height: 2px;background: #0193dc;margin: 13px auto;display: block;}

.core .tongdian li .xixin1{position: absolute;left: 0;right: 0;top: 100%;bottom: 0;background:#0193dc ;transition: all 0.5s linear;    z-index: 99999;}
.core .tongdian li .xixin1 .tb_img {position: relative;width: 25%;height: 36px;margin-top: 20px;transition: all .4s cubic-bezier(.4,0,.2,1);display: inline-block;}
.core .tongdian li .xixin1 h3 {color: #fff;font-size: 18px;line-height: 24px;margin: 0;padding: 0;font-weight: bold;transition: all .4s cubic-bezier(.4,0,.2,1);}
.core .tongdian li .xixin1 .sl_line1{width: 30px;height: 2px;background: #fff;margin: 13px auto;display: block;}
.core .tongdian li .xixin1 p{font-size: 14px;color: #fff;text-align: left;line-height: 1.5em; padding-left: 6px;}
.core .tongdian li .xixin1 span {z-index: 1;border-radius: 3px;-moz-border-radius: 3px;-ms-border-radius: 3px;-o-border-radius: 3px;-webkit-border-radius: 3px;display: inline-block;border: 1px solid #fff;width: 120px;height: 36px;line-height: 36px;font-size: 16px;color: #fff;text-decoration: none;margin-top: 62px;}
/* .core .tongdian li :hover .mask1{display: none; transition: all 2s linear;} */
.core .tongdian li :hover .xixin1{display: block; position: absolute;top:0;text-decoration: none;transition: .3s ease 0s; animation: hidetip 1s 1;animation-fill-mode: forwards;-webkit-animation: showtip 1s 1;-webkit-animation-fill-mode: forwards;}


.core2{
    background: #eee;
    overflow: hidden;
}
.core2 img{padding: 20px;}
.core dt,.core dt dd{text-align: inherit;}

.page_nr dl{float: left;overflow: hidden;margin-left: 20px;width: 76%;padding: 8px 0;text-align: initial;}
.p1{font-size: 20px;}
.p2{font-size: 14px;}
.inmenu a{color: #0193dc; }
.text_title{padding-left: 0% !important;
    background: #fff !important;;
    color: #333 !important;;
    padding-left: 0 !important;;
    line-height: 60px;}
