@charset "utf-8";
/* CSS Document */
/*-----whole-----*/
/*-----whole-----*/
html{font-size:100px;}
body{transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;position:relative;overflow-x:hidden;}
.contain{width:1180px;margin:0 auto;}
/*初始化按钮*/
.btn{display:inline-block;text-align:center;padding:0px;border:0px;margin:0px;position:relative;cursor:pointer;}
.btn span{display:inline-block;}
input.text,textarea.text{display:block;padding:0px;width:100%;border:0px;background:none;margin:0px;resize:none;}
/*--- Header ---*/
.Header-wrapper{z-index:99;}
.Header-wrapper .Header-cl{position:relative;}
.header-container{width:100%;z-index:90;}
/*logo*/
.head-logo{padding:15px 0 25px;}
.H-logo{height:70px;line-height:70px;font-size:0px;float:left;position:relative;overflow:hidden;z-index:5;}
.H-logow{border-left:1px solid #e5e5e5;float:left;margin-left:15px;padding-left:15px;height:70px;line-height:70px;}
.H-action{float:right;margin:10px 0 0;}
.H-action .split{display:block;width:1px;height:16px;background:rgba(255,255,255,.5);float:left;margin:27px 0 0;}
.H-lang,.H-user,.H-srch{height:70px;float:left;}
.H-action{background:url("../images/head-tel.jpg") no-repeat left center;padding-left:60px;    height: 44px;
    font-size: 24px;
    line-height: 44px;}
.H-action p{color:#D91C16;}
.H-action h4{font-size:24px;color:#e71f19;font-weight:bold;font-family:"Arial";}
/*Hsrch*/
.H-srch .Hsrch-menu{display:block;width:47px;height:100%;background:url("../images/icon-hsrch.png") no-repeat center center;}
.Hsrch-box{width:470px;height:40px;background:#fff;z-index:2;margin:15px 45px;}
.Hsrch-block .btn{width:100px;height:40px;background:#218bc6;float:left;color:#fff;font-size:16px;}
.Hsrch-block .text{width:280px;height:40px;border:1px solid #218bc6;float:left;padding:0px 10px;color:#999;}
.Hsrch-block select{width:55px;float:left;height:40px;line-height:40px;border:1px solid #218bc6;border-right:0px;}
input::-webkit-input-placeholder{color:#eee;}
input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #999;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #999;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #999;
}
input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #999;
}
.Hsrch-block .text::-webkit-input-placeholder{color:#6f6f6f;}
.Hsrch-menu.cur{display:none;}
.Header-wrapper.Header-searching .H-logo img{display:none;}
/*Hnav*/
.H-nav{float:left;margin:0 0 0 0;}
.H-nav>li{padding:0 33px;float:left;width:168px;position:relative;}
.H-nav>li.cur,.H-nav>li:hover{background:#285B99;}
.H-nav .Hnav-menu{display:block;height:50px;line-height:50px;font-size:16px;color:#fff;position:relative;text-align:center;}
.Hnav-menu i{display:block;width:26px;height:20px;background:url("../images/icon_hot.png") no-repeat center center;position:absolute;right:-10px;top:-8px;z-index:2;}
.Hnav-menu.cur i{transform:rotate(-180deg);-webkit-transform:rotate(-180deg);}
.Hnav-sub{padding:15px 22px 0;width:620px;height:auto;border:1px solid #e71f19;position:absolute;top:50px;left:0px;display:block;z-index:99;background:#fff;display:none;}
.Hnav-sub:after{position: absolute;left:74px;top:-8px;background:url("../images/icon_cur.png") no-repeat left top;content:"";width:14px;height:8px;}
.HnavSub-list{width:33.5%;float:left;}
.HnavSub-list li{width:50%;padding:6px 6.716417910447761% 14px 0;float:left;}
.HnavSub-list li a{display:block;height:54px;line-height:54px;text-align:center;color:#fff;background:#222222;}
.H-nav>li.cur .Hnav-menu{color:#fff;}
.HnavSub-list li.cur a,.HnavSub-list li a:hover{background:#017bce;}
.mks-wx{display:none;position: relative;}
.mks-wx .topWechat1{display:block;top:10px;height:160px;}
.H-nav .Hnav-wx:hover .mks-wx{display:block;}
.HnavSub-box{padding:0 0 0 7.91667%;width:31.25%;color:#fff;border-left:1px solid rgba(255,255,255,.2);position:relative;float:left;margin:3px 0 0 5.5833%;}
.HnavSub-box .t{line-height:32px;font-size:20px;}
.HnavSub-box .c{line-height:30px;font-size:12px;margin:15px 0 0;opacity:.65;}
.HnavSub-img{display:block;width:23.83333333333333%;height:160px;overflow:hidden;float:right;}
.HnavSub-img img{width:100%;height:100%;object-fit:cover;}
.Hnav-sub dl{border-bottom:1px solid #e5e5e5;margin-bottom:15px;padding-bottom:15px;overflow: hidden;}
.Hnav-sub dl:last-child{border-bottom: 0px;padding-bottom:0px;}
.Hnav-sub dt{font-size:16px;color:#333;float:left;width:80px;line-height:30px;}
.Hnav-sub dd{width:490px;float:right;}
.Hnav-sub dd a{display:inline-block;margin-right:40px;line-height:30px;}
.Hnav-sub dd a:hover{color:#017bce;}
@media all and (min-width:980px){
	.H-lang:hover .Hlang-box{display:block;animation:fadeInUp .6s ease-in-out;-webkit-animation:fadeInUp .6s ease-in-out;}
	.H-nav>li:hover .Hnav-sub{display:block;animation:fadeInDown .6s ease-in-out;-webkit-animation:fadeInDown .6s ease-in-out;}
}
/*right menu*/
@keyframes fadeInUp{
	0%{transform:translateY(-20px);-webkit-transform:translateY(-20px);opacity:0;}
	100%{transform:translateY(0);-webkit-transform:translateY(0);opacity:1;}
}
@keyframes fadeInDown{
	0%{transform:translateY(20px);-webkit-transform:translateY(20px);opacity:0;}
	100%{transform:translateY(0);-webkit-transform:translateY(0);opacity:1;}
}
.head-nav.navFixed{
	position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 998;
}
.navFixed .Hnav-menu i{top:2px;}
/*内页banner 文字缓动1*/
.pdtb70{padding:20px 0px;}
.bann img{max-width:100%;}
/*效果*/
.show-more{width:100px;height:42px;line-height:42px;display: block;color:#6e1b2b;text-align: center;border: 1px solid #6e1b2b;position:relative;}
.show-more span{position:relative;z-index:3;}
.show-more{overflow:hidden;}
.show-more:after{content:"";display:block;width:100%;height:100%;background:#6e1b2b;position:absolute;top:0px;left:-100%;}
.show-more:hover{color:#fff;border-color:#6e1b2b !important;}
.show-more:hover:after{left:0px;}
.show-more:after,.show-more{-moz-transition: all 0.5s ease-out;-o-transition: all 0.5s ease-out;-webkit-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
.indtit{padding-bottom:15px;border-bottom:1px solid #1477F0;margin-bottom:30px;}
.indtit h2{font-size:22px;color:#333;font-weight:bold;float:left;position: relative;padding-left: 15px;}
.indtit h2::after{content:"";position:absolute;left:0;top:7px;width:4px;height:18px;background:#e71f19;margin-left:0px;}
.indtit p{float:left;font-size:15px;color:#888;margin-top:8px;margin-left:20px;}
.indtit a{float:right;color:#e71f19;margin-top:8px;background:url("../images/sj-jt.png") no-repeat center right;padding-right:10px}
/* 首页team */
.ind-team{overflow: hidden;width:1180px;margin:0px auto;}
.ind-team ul li{width:373px!important;height:238px;padding:32px 20px;border:1px solid #e5e5e5;float:left;margin-right:30px;}
.ind-team li .pic{width:125px;height:125px;float:left;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;overflow: hidden;}
.ind-team li .pic img{width:125px;height:125px;object-fit:cover;border-radius: 50%;}
.ind-team li .note{width:170px;float:right;}
.ind-team li .note h4{font-size:24px;color:#333;font-weight:bold;margin:5px 0px;margin-top: 10px;}
.ind-team li .note p{line-height:25px;}
.ind-team li .tel{margin-top:20px;}
.ind-team li .tel a{width:159px;height:38px;background:#ffa200;line-height:38px;text-align: center;float:right;color:#fff;font-size:16px;}
.ind-team li .tel a:first-child{float:left;background:#218bc6;}
.ind-team li .tel img{display:inline-block;vertical-align: middle;margin-top:-2px;margin-right:5px;}
.page-switch{width:100%;text-align:center;margin-top:30px;}
.page-switch a{display: inline-block;width:10px;height:10px;border-radius: 50%;background:#cccccc;margin:0px 5px;}
.page-switch a.on{background:#e71f19;}
.fatel .telfix{background:#fff;color:#666;position: absolute;width:200px;height:50px;left:0px;top:0px;margin-top:-50px;margin-left:-20px;display:none;overflow: hidden;padding:10px;border:1px solid #eee;}
.fatel .telfix input[type="text"]{float:left;width:65%;height:30px;background:#eee;border:0px;padding:0px 3px;font-size:12px;}
.fatel .telfix .inp_sub{width:35%;float:right;height:30px;background:#ffa200;border:0px;font-size:12px;color:#fff;}
.fatel:hover .telfix{display:block;}

/* 海外专家 */
.ind-expert ul li{width:272px;margin-left:30px;padding:30px 25px;border:1px solid #e5e5e5;position:relative;float:left;min-height:416px;}
.ind-expert ul li:first-child{margin-left:0px;}
.ind-expert ul li .exp-box{height:75px;line-height:25px;text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-moz-line-clamp:3;-o-line-clamp:3;-webkit-box-orient:vertical;}
.ind-expert ul li .exp-box p{position:relative;padding-left:13px;}
.ind-expert ul li .exp-box p:after{content:"";position: absolute;left:0px;top:10px;width:4px;height:4px;background:#999;}
.ind-expert .pic{width:142px;height:142px;margin:0px auto;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;overflow: hidden;}
.ind-expert .pic img{width:140px;height:140px;object-fit:cover;border-radius: 50%;}
.ind-expert h4{text-align: center;font-size:20px;font-weight: bold;color:#333;margin:20px auto;}
.ind-expert ul li a{width:140px;height:38px;background:#e71f19;line-height:38px;text-align: center;color:#fff;font-size:16px;display: block;margin:20px auto 0;}
.ind-expert .note{background:#e71f19;color:#fff;position:absolute;left:0px;top:0px;width:100%;height:100%;padding:70px 25px 30px;display:none;}
.ind-expert .note h4{color:#fff;}
.ind-expert .note a{background:#fff;color:#e71f19;}
.ind-expert ul li:hover .note{display:block;}
/* 出国优势 */
.ind-adv ul li{width:272px;margin-left:30px;padding:30px 58px;background:#f2f6f9;position:relative;float:left;text-align: center;overflow: hidden;min-height:256px;}
.ind-adv ul li:first-child{margin-left:0px;}
.ind-adv h4{text-align: center;font-size:20px;font-weight: bold;color:#333;margin:20px auto;}
.ind-adv .note{background:#e71f19;color:#fff;position:absolute;left:0px;bottom:-99%;width:100%;height:100%;padding:0px 10px;transition: all 0.3s ease-in-out;line-height:26px;}
.ind-adv .note h4{color:#fff;}
.ind-adv .note p{text-align:left;}
.ind-adv ul li:hover .note{bottom:0;}
/* 移民课堂 */
.ind-class1{width:372px;background:#f2f6f9;margin-right: 30px;float:left;}
.ind-class1 h4{font-size:16px;color:#333;padding:15px 0 10px 15px;}
.ind-class1 p{padding:0px 15px 15px 15px;}
.ind-class-list{width:372px;float:right;}
.ind-class-list li{border-bottom:1px solid #e5e5e5;margin-bottom:20px;padding-bottom:20px;overflow: hidden;}
.ind-class-list li .pic{width:60px;height:60px;float:left;}
.ind-class-list li .pic img{width:60px;height:60px;overflow: hidden;border-radius:50%;object-fit:cover;}
.ind-class-list li .note{width:240px;margin-left:20px;float:left;}
.ind-class-list li .note h4{font-size:16px;margin-bottom:6px;margin-top:10px;}
.ind-class-list li .note p{color:#888;}
.ind-class-list li .more{float:right;width:20px;line-height:60px;height:60px;}
.ind-class-list li:last-child{margin-bottom:0px;}
/* 移民案例 */
.ind-case1{width:272px;margin-left:30px;padding:20px 15px;border:1px solid #e5e5e5;position:relative;float:right;text-align: center;overflow: hidden;}
.ind-case1 .img img{max-width:100%;}
.ind-case1 .imgad img{width:100%;height:60px;object-fit:cover;}
.ind-case1 .imgad{height:60px;position: relative;}
.ind-case1 .imgad h4{position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);text-align:center;width:80%;margin:0px auto;color:#fff;font-size:18px;}
.ind-case1 h4{text-align: center;font-size:20px;font-weight: bold;color:#333;margin:20px auto;}
.ind-case1 h4 span{font-size:16px;margin-left:10px;}
.ind-case1 h4 a{color:#333;}
.ind-case1 h4 a:hover{color:#228bc5;}
.ind-case1 p{color:#888;}
.ind-case1 p a{color:#888;}
.ind-case1 a{display:block;text-align:center;margin:10px auto;font-size:15px;color:#218bc6;}
.case-mj{float:left;width:272px;overflow: hidden;}
.game163{position: relative;overflow: hidden; width:272px;} 
.game163 .bigImg{height: 258px; position: relative;} 
.game163 .bigImg li img{vertical-align: middle; width:272px; height:200px;} 
.game163 h4{font-size:20px;font-weight: bold; color:#333; margin:15px 0 10px; overflow: hidden; text-align: left;} 
.game163 .smallScroll{height:64px;border:1px solid #e5e5e5;padding:10px 5px;overflow: hidden;}
.game163 .sPrev{float:left;display:block;width:7px;height:15px;background:url("../images/index-prev.jpg") no-repeat center;margin-top:16px;margin-right:5px;}
.game163 .sNext{float:right;display:block;width:7px;height:15px;background:url("../images/index-next.jpg") no-repeat center;margin-top:16px;}
.game163 .smallImg{float: left;width:235px;overflow: hidden;} 
.game163 .smallImg ul{height: 54px; width: 9999px; overflow: hidden;} 
.game163 .smallImg li{float: left; width:55px; cursor:pointer;margin-right:5px;} 
.game163 .smallImg img{border: 1px solid #dcdddd; width:55px;height:42px;} 
.game163 .smallImg .on img{border-color:#228bc5;} 
/* 热门项目 */
 .hotPro{ overflow: hidden; margin-top: 15px;}
 .hotPro{margin-left:-30px;}
 .hotPro li{ float: left;width:372px;height: 260px; margin-left: 30px; margin-bottom: 30px; position: relative;}
 .hotPro li a{ display: block; width: 372px; height: 260px; overflow: hidden; position: relative; z-index: 2; }
 .hotPro li a img{ display: block; width: 372px; height: 260px; -webkit-transition: all 0.3s; transition: all 0.3s; }
 .hotPro li div{ position: absolute; left: 0; top: 105px; z-index: 3; width: 100%; padding: 0 10px; text-align: center; color: #fff; text-shadow: 0 0 5px #000; }
 .hotPro li div b{ font-size: 26px; }
 .hotPro li div p{ font-size: 14px; margin-top: 10px; }
 .hotPro li a span{ position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0, 0, 0, 0.2); z-index: 2; -webkit-transition: all 0.5s; transition: all 0.5s; }
 .hotPro li i{ position: absolute; font-style: normal; z-index: 3; left: 25px; top: 0; width:44px; padding: 5px 7px 10px 7px; background: url("../images/icon_hot1.png") no-repeat center top; font-size: 14px; color: #fff; line-height: 18px; text-align: center; height:61px;}
 .hotPro li:hover span{ -webkit-opacity: 0; opacity: 0; }
 .hotPro li:hover div{ display: none; }
 .hotPro li:hover a img{ -webkit-transform: scale(1.1); transform: scale(1.1); }
 
 /* 热门项目2 */
 .hotPro2{ overflow: hidden; margin-top: 15px;}
 .hotPro2{margin-left:-30px;}
 .hotPro2 li{ float: left;width:272px;height: 200px; margin-left: 30px; margin-bottom: 30px; position: relative;}
 .hotPro2 li a{ display: block; width: 272px; height: 200px; overflow: hidden; position: relative; z-index: 2; }
 .hotPro2 li a img{ display: block; width: 272px; height: 200px; -webkit-transition: all 0.3s; transition: all 0.3s; }
 .hotPro2 li .mytetx{ position: absolute; left: 0; top: 105px; z-index: 3; width: 100%; padding: 0 10px; text-align: center; color: #fff; text-shadow: 0 0 5px #000; }
 .hotPro2 li .mytetx b{ font-size: 22px; }
 .hotPro2 li .mytetx p{ font-size: 14px; margin-top: 10px; }
 .hotPro2 li a span{ position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0, 0, 0, 0.2); z-index: 2; -webkit-transition: all 0.5s; transition: all 0.5s; }
 .hotPro2 li i{ position: absolute; font-style: normal; z-index: 3; left: 25px; top: 0; width:44px; padding: 5px 7px 10px 7px; background: url("../images/icon_hot1.png") no-repeat center top; font-size: 14px; color: #fff; line-height: 18px; text-align: center; height:61px;}
/* .hotPro2 li:hover span{ -webkit-opacity: 0; opacity: 0; }
 .hotPro2 li:hover div{ display: none; }*/
 /*.hotPro2 li:hover a img{ -webkit-transform: scale(1.1); transform: scale(1.1); }*/

.hotPro2 .note{ z-index:3 ;background:#e71f19;color:#fff;position:absolute;left:0px;bottom:-99%;width:100%;height:100%;padding:0px 10px;transition: all 0.3s ease-in-out;line-height:26px;}
.hotPro2 .note h4{color:#fff;
	text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 20px auto;}
.hotPro2 .note p{text-align:left;}
.hotPro2 li:hover a .note{bottom:0;}
.hotPro2 ul li a:hover .note{bottom:0;}
.hotPro2 ul li:hover .note{bottom:0;}
	
 
/* 新闻 */
.index_news .news_left{ width:770px; background: #fff; height: 419px;}
.news_count{ margin-top: 15px; }
.news_count .news_wx{ width: 326px; }
.news_count .news_wx dt>a{ width: 330px; height: 200px; display: block; overflow: hidden; }
.news_count .news_wx dt>a img{ display: block; width: 330px; height: 200px; -webkit-transition: all 0.5s; transition: all 0.5s; }
.news_count .news_wx dt>a img:hover{ -webkit-transform: scale(1.1); transform: scale(1.1); }
.news_count .news_wx dt h5{ line-height: 16px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; margin-top: 20px; margin-bottom: 7px; }
.news_count .news_wx dt h5 a{ font-size: 16px; color: #333; }
.news_count .news_wx dt p{ font-size: 14px; color: #999;margin-top:15px; }
.news_count .news_wx dt p span{ margin-right: 30px; }
.news_count .news_wx dd{ font-size: 14px; color: #7b7b7b; line-height: 28px; height: 136px; margin-top: 7px; display: -webkit-box; -webkit-line-clamp:5; -webkit-box-orient: vertical; overflow: hidden;  }
.news_count .news_hot{ width:411px; }
.news_count .news_hot .newsNav{ overflow: hidden;width:411px; }
.news_count .news_hot .newsNav li{ float: left; width: 137px; height: 52px; line-height: 52px; text-align: center; font-size: 16px; color: #464646; background: #f9f9f9;cursor: pointer;}
.news_count .news_hot .newsNav li.on{ background:#e71f19; color: #fff; }
.news_count .news_hot .newsList{ height: 375px; overflow: hidden; }
.news_count .news_hot .newsList ul{ display: none; }
.news_count .news_hot .newsList li{ line-height: 61px; height: 61px; padding-left: 20px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; border-bottom: 1px solid #d4d4d4;background:url("../images/icon_li.png") no-repeat left center;}
.news_count .news_hot .newsList li a{ font-size: 14px; color: #464646; }
.news_count .news_hot .newsList li a:hover{ color: #1e50a2; }
.index_news .news_right{width:375px;height: 405px;}
.index_news .news_right .media li{ overflow: hidden; padding: 10px 0 17px 0; border-bottom: 1px solid #d4d4d4; }
.index_news .news_right .media li:last-child{ padding-bottom: 0; border-bottom: 0; }
.index_news .news_right .media li .mdl{ float: left; width: 110px; height: 64px; border: 1px solid #ededed; overflow: hidden; }
.index_news .news_right .media li .mdl img{ display: block; width: 110px; height: 64px; -webkit-transition: all 0.5s; transition: all 0.5s; }
.index_news .news_right .media li .mdl img:hover{ -webkit-transform: scale(1.1); transform: scale(1.1); }
.index_news .news_right .media li .mdr{ float: right; width:240px; height: 66px;  }
.index_news .news_right .media li .mdr h5{line-height:24px;height: 30px;margin-top: -5px; font-weight: normal; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; overflow: hidden;font-size:15px;}
.index_news .news_right .media li .mdr h5 a{font-size:15px;color:#333;}
.index_news .news_right .media li .mdr h5 a:hover{ color: #1e50a2; }
.index_news .news_right .media li .mdr p{ overflow: hidden; margin-top: 5px; }
.index_news .news_right .media li .mdr p span{ float: left; font-size: 14px; color: #999; }
.index_news .news_right .media li .mdr p a{ font-size: 12px; color: #999; float: right; }
.index_news .news_right .media li .mdr p a:hover{ color: #1e50a2; }
/* 首页工具 */
.index_tools{margin-top:20px;}
.index_tools li{ float: left; width:272px; height:120px; padding:20px; margin-left:30px; border: 1px solid #dee7ec; position: relative;}
.index_tools li:first-child{margin-left:0px;}
.index_tools li h5{ font-size: 18px; color: #333; font-weight: bold; }
.index_tools li .xtbox{padding-left:76px;}
.index_tools li span{ display: block; font-size: 14px; color: #7d7d7d; line-height: 22px; margin-top: 5px; }
.index_tools li p{ text-align: center; font-size: 14px; color: #7d7d7d; margin-top: 10px;}
.index_tools li p b{ color: #ffa200; }
.index_tools li img{position: absolute; top:16px; left:15px; -webkit-transition: all 0.5s; transition: all 0.5s; }
.index_tools li:hover{ border-color: #218bc6; }
.index_tools li:hover img{ -webkit-transform: scale(0.9); transform: scale(0.9); }
.ind-pg:hover .topWechat1{display:block;}
/* baner轮播 */
.banner{position: relative;height: 480px;}
.bannerImg{  width: 100%;  height: 480px;}
.bannerImg li{  width: 100%;  min-width: 1200px;  height: 480px;  position: absolute;  left: 0;  top: 0; overflow: hidden; opacity: 0; z-index: 0;}
.bannerImg li.on{ opacity: 1; z-index: 1;}
.bannerImg li a img{ position: absolute; left: 50%;  margin-left: -960px;}
.bannerDot{ width: 1200px; margin: 0px auto; text-align: center;  position: relative;  height: 480px;}
.bannerDotList{ position: absolute; right: 0; bottom: 20px; z-index: 8; width: 100%; display:table; word-spacing:-1em; text-align: center; }
.bannerDotList li{ padding: 5px 4px; width: 100px; height: 55px; word-spacing:0;  display: inline-block; background: rgba(255,255,255,0.6);overflow: hidden; }
.bannerDotList li img{display: block; width: 92px; height: 45px;  }
.bannerDotList li:hover,.bannerDotList li.active{ background-color: #fff;    }
.bannerDotList li:hover img,.bannerDotList li.active img{ width:92px; height:45px; border: 3px solid #dab866; }
/* 工具弹窗 */
.xtWechat{padding:17px;width:313px;height:145px;border:1px solid #dfdfdf;position:absolute;left:-15px;top:50px;z-index:99;background:#fff;display:block;display:none;}
.topWechat1 .topW-img{float:left;width:110px;height:110px;}
.topWechat1 .topW-img img{max-width:100%;}
.xtWechat .topW-note{float:right;width:150px;height:110px;}
.xtWechat .topW-note h4{font-size:16px;font-weight:bold;}
.topW-note p{margin-top:8px;}
.head-nav{height:50px;background:#4488DB;}
.xtWechat:after{position: absolute;right:150px;top:-9px;background:url("../images/icon_topsj.png") no-repeat left top;content:"";width:17px;height:9px;}
.ind-pg:hover .xtWechat{display:block;}
.ind-pg{position: relative;}
.ymwindow{position:fixed;width:100%;height:100%;background:rgba(0, 0, 0,0.5);left:0px;top:0px;z-index:99;display:none;}
.ymwindow .ymbox{width:740px;height:650px;background:#fff;position: absolute;left:50%;top:50%;transform:translate(-50%,-50%);box-shadow:1px 1px 15px #666;}
.ymwindow .ymbox .ewm img{max-width:70%;}
.ym-fl{width:270px;height:650px;background:#f2f2f2 url("../images/index/dz.jpg") no-repeat left top;float:left;text-align: center;}
.ym-fl h2{margin-top:160px;font-size:20px;color:#333;font-weight:bold;}
.ym-fl p{margin:5px auto 10px;}
.ym-fl p.sys{margin-top:10px;}
.ym-fl p.sys img{display:inline-block;vertical-align: middle;margin-top:-5px;margin-right:5px;}
.ym-fr{width:470px;float:right;padding:20px 45px;position:relative;height:650px;}
.ym-fr textarea{border:1px solid #bfbfbf;width:100%;height:210px;padding:8px;}
.ym-fr h2{font-size:22px;color:#333;font-weight:bold;text-align:center;margin-bottom:15px;}
.ym-fr p{margin-bottom:17px;}
.ym-fr p input[type="text"]{width:100%;height:40px;border:1px solid #bfbfbf;padding:0px 10px;}
.ym-fr #ljdz_verify{width:70%;}
.ym-fr #hq_yzm{height:40px;line-height:40px;border:0px;background:#218bc5;width:28%;color:#fff;cursor:pointer;}
.ym-fr p select{width:100%;height:40px;border:1px solid #bfbfbf;color:#666;padding:0px 10px;}
.ym-fr .day select{width:48%;height:40px;border:1px solid #bfbfbf;color:#666;padding:0px 10px;overflow: hidden;}
.ym-fr .day select:last-child{float:right;}
.ym-fr .day{margin-bottom:18px;}
.ym-fr .inp_sub{width:190px;height:40px;border:0px;background:#218bc5;color:#fff;margin:0px auto;display:block;cursor:pointer;}
.ym-fr i{width:16px;height:16px;background:url("../images/icon-close.png") no-repeat center;position: absolute;right:10px;top:10px;cursor:pointer;}
.ymok{position:fixed;width:100%;height:100%;background:rgba(0, 0, 0,0.5);left:0px;top:0px;z-index:100;display:none;}
.ymokbox{width:450px;height:230px;background:#fff;position: absolute;left:50%;top:50%;transform:translate(-50%,-50%);padding:30px 80px;text-align:center;}
.ymokbox p{margin:20px auto;font-size:16px;}
.ymokbox button{width:100px;height:35px;background:#218bc5;border:0px;color:#fff;cursor:pointer;}
/* 侧边栏 */
.consultation{ position: fixed; width: 35px; height: 100%; background: #f2f6f9; z-index: 1002; top: 0; right: 0; }
.consult-item{ position: absolute; width: 35px; left: 0; }
.consult-top{ top: 50%; -webkit-transform: translateY(-80%); transform: translateY(-80%); }
.consult-back{ bottom: 0px; }
.consult-item li{  position: relative; }
.consult-back li{ margin: 8px 0; }
.consult-item li>a{ display: block;  padding: 5px 0; position: relative;}
.consult-item li>a i{ display: block; width: 25px; height: 25px; overflow: hidden; margin: 0 auto; }
.consult-item li>a span{ position: absolute; right: 70px; top: 0; opacity: 0; overflow: hidden; width: 0px; height: 35px; line-height: 35px; background: #218bc5; font-size: 14px; color: #fff; text-align: center; }
.consult-item li>a em{ display: block;font-size: 12px; text-align: center; line-height: 16px; height:45px; width: 35px; top: 0; left: 0; padding: 1px 0 2px 0;}
.consult-item li>a i.cs1{ background: url("../images/cs1.png") no-repeat center; }
.consult-item li>a i.cs2{ background: url("../images/cs2.png") no-repeat center; }
.consult-item li>a i.cs3{ background: url("../images/cs3.png") no-repeat center; }
.consult-item li>a i.cs4{ background: url("../images/cs4.png") no-repeat center; }
.consult-item li>a i.cs5{ background: url("../images/cs5.png") no-repeat center; }
.consult-item li>a i.cs6{ background: url("../images/cs6.png") no-repeat center top; }
.consult-item li>a i.cs7{ background: url("../images/cs7.png") no-repeat center top; }
.consult-item li>a i.cs8{ background: url("../images/cs8.png") no-repeat center top; }
.consult-item li>a i.cs9{ background: url("../images/cs9.png") no-repeat center; }
.consult-item li:hover >a{ background: #218bc5; }
.consult-item li.backTop:hover >a i{background:url("../images/cs9on.png") no-repeat center;}

.consult-item li:hover >a i
.consult-item li:hover >a span{ right: 35px; opacity: 1; width: 90px;  -webkit-transition: right 0.3s,opacity 0.3s; transition: right 0.3s,opacity 0.3s; }
.consult-item li:hover >a em{ color: #fff; }
.consult-item li .cust-list{ position: absolute; background: #fff; width: 0px; right: 70px;  top: 0; overflow: hidden; opacity: 0; }
.consult-item li .cust-list .cust-item{ text-align: center; padding: 7px 0; border-bottom: 1px solid #ededed;}
.consult-item li .cust-list .cust-item:last-child{ border-bottom: 0; }
.consult-item li .cust-list .cust-item a{ display: block; position: relative; }
.consult-item li .cust-list .cust-item a img{ display: block; width: 35px;height:35px; margin: 0 auto;object-fit:cover;border-radius:50%; }
/* .consult-item li .cust-list .cust-item a i{ position: absolute; width: 10px; height: 10px; background: url('../images/on.png') no-repeat center; top: 25px; right: 10px; border-radius: 50%;  } */
.consult-item li .cust-list .cust-item a span{ font-size: 12px; color: #218bc5; display: block; margin-top: 5px; }
.consult-item li:hover .cust-list{ right: 35px; opacity: 1; width: 50px; padding: 0 5px;   border: 1px solid #ededed;  -webkit-transition: right 0.3s,opacity 0.3s; transition: right 0.3s,opacity 0.3s;}
.consult-item li .freePhone{height: 0; overflow: hidden; position: absolute;background: #fff; right: 70px;top:0px; opacity: 0;}
.consult-item li .freePhone input{width:168px;border:1px solid #ebebeb;outline: none;height:28px;padding:5px; margin-bottom: 8px;}
.consult-item li .freePhone #free_phone{display: block;width: 55px;height: 28px;line-height: 28px;text-align: center;padding: 0;font-size: 12px;color: #fff;background: #218bc5;border: 0;outline: none;cursor: pointer;}
.consult-item li .freePhone .cmCode{ overflow: hidden; display: none; }
.consult-item li .freePhone .cmCode input{ float: left; width: 70px; }
.consult-item li .freePhone .cmCode .codeSub{ float: right; padding: 0; width: 80px; height: 28px; border: 0; outline: none; font-size: 12px; color: #fff; line-height: 28px; text-align: center; background: #218bc5; cursor: pointer; }
.consult-item li:hover .freePhone{ padding: 15px; border: 1px solid #ebebeb; right: 35px; opacity: 1; height: auto;  -webkit-transition: right 0.3s,opacity 0.3s; transition: right 0.3s,opacity 0.3s;  }
.consult-item li .consult_wx{ position: absolute; right: 70px; height: 0; overflow: hidden; background: #fff; border: 1px solid #ebebeb; top: -77px;  opacity: 0; }
.consult-item li .consult_wx img{ display: block; width: 100px; }
.consult-item li:hover .consult_wx{ padding: 5px; opacity: 1; right: 35px; height: auto; -webkit-transition: right 0.3s,opacity 0.3s; transition: right 0.3s,opacity 0.3s; }
.consult-item li .opinion{ position: absolute; right: 70px; top: 0px; width:140px; overflow: hidden; opacity: 0; background: #fff;  line-height: 20px; }
.consult-item li .opinion p{ font-size: 14px; color: #464646; }
.consult-item li .opinion span{ color: #cc9b50; }
.consult-item li:hover .opinion{ right:35px; opacity: 1; width: 190px; padding:10px; border: 1px solid #ebebeb;   -webkit-transition: right 0.3s,opacity 0.3s; transition: right 0.3s,opacity 0.3s;  }
.consult-item li .immiTools{ position: absolute; right: 70px; top: 0px; width:175px; height: 0;  overflow: hidden; opacity: 0; background: #fff;  }
.consult-item li .immiTools p{ line-height: 30px; border-bottom: 1px solid #ebebeb;}
.consult-item li .immiTools p:last-child{ border-bottom: 0; }
.consult-item li .immiTools a{ font-size: 12px; color: #464646; }
.consult-item li .immiTools a:hover{ color: #cc9b50; }
.consult-item li:hover .immiTools{right: 35px; opacity: 1; height: auto; padding:5px; border: 1px solid #ebebeb;-webkit-transition: right 0.3s,opacity 0.3s; transition: right 0.3s,opacity 0.3s;}
.bgcolor1{background:#f5f5f5;}
.Eb3-adv{padding-top:30px;}
.eBann{position:relative;}
.eBann img{max-width:100%;}
.eBann .prev{position: absolute;left:80px;top:50%;color:#fff;font-size:18px;font-family:"宋体";width:30px;height:60px;line-height:60px;background:rgba(0, 0, 0,0.5);margin-top:-15px;text-align: center;}
.eBann .next{position: absolute;right:80px;top:50%;color:#fff;font-size:18px;font-family:"宋体";width:30px;height:60px;line-height:60px;background:rgba(0, 0, 0,0.5);margin-top:-15px;text-align:center;}
.eBann .prev:hover,.eBann .next:hover{background:rgba(0,0,0,0.8);}
.eBann .page-switch{position: absolute;bottom:15px;width:100%;left:0px;}
.pagination ul li  { float:left;line-height:40px}