@charset "utf-8"; 
/*全局初始化样式*/
body{ padding:0px; margin:0px auto; font-family: 'Microsoft YaHei',arial,'宋体'; color: #555; width: 100%; zoom:1;

/*禁用Webkit内核浏览器的文字大小调整功能*/
-webkit-text-size-adjust:none; 

/*取出点击出现半透明的灰色背景*/
-webkit-tap-highlight-color:rgba(0,0,0,0); 
-webkit-tap-highlight:rgba(0,0,0,0);

/*控制文本可选性*/
/*-webkit-user-select: none; 
    -ms-user-select: none;
   -moz-user-select: none;
 -khtml-user-select: none;
        user-select: none;*/
        
/*设置字体的抗锯齿或者说光滑度*/
-webkit-font-smoothing: antialiased;  

font-size: 14px;
padding-top: 85px;
}

.ul,.li,.form,.dl,.dt,.dd,.div
{ padding: 0px; margin: 0px;}
/*默认去除ul、li的默认样式*/
.ul li{ list-style:none; margin: 0;padding: 0;} 
/*初始化下拉菜单、单行输入框、多行输入框的样式*/
select,input,textarea{ border-radius:0; -webkit-border-radius:0; color:#414446;} 
/*表单元素获得焦点时不显示虚线框*/
input:focus { outline: none;}
input,button,select,textarea{outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/ } 
/*不允许多行输入文本框有滚动条*/
textarea{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/ } 
/*初始化表单元素样式*/
textarea,input,select {background:none; border:none; margin:0; padding:0;}
/*初始化HTML5标签样式*/
audio,canvas,progress,video { display: inline-block; vertical-align:baseline;}
article,aside,footer,header,hgroup,nav,section,figure,figcaption{ display:block;}
/*去除figure边距*/
figure,figcaption{ margin:0px; padding:0px;}

/*初始化图片样式*/
img{ border:none; border:0;vertical-align:top;}

/*初始化a的样式和字体样式*/
a{ color:#555; text-decoration:none !important; noline: -webkit-tap-highlight-color:rgba(0,0,0,0);}
a:focus{color: #982429;outline:none; -moz-outline:none;}
a:hover{color: #982429;}
label{font-weight: normal;}

/*清楚浮动*/
.clear{ clear:both; height:0px; overflow:hidden;} /*清除浮动*/
/*全局样式*/
.SinglePage{min-height:100px;text-justify:inter-ideograph; text-align:justify; word-wrap:break-word; clear:both; overflow:hidden;overflow-x:auto }
.SinglePage img{max-width: 100%;}
.SinglePage table{margin: 0 auto;}
.SinglePage table,
.SinglePage table td{ border: solid 1px #000; border-collapse: collapse;}
.SinglePage table td{ padding:5px;}
.RIMG{display: block;position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.WarpBox{max-width: 1226px;position: relative;margin: 0 auto;}


/*分页开始*/
.Pages{font-size: 0; padding:0; line-height:18px; zoom:1; overflow:hidden;margin:25px 0 0;text-align: center;}
.Pages span{ padding:0px 3px;}
.Pages a{ display:inline-block; margin:0 3px;font-size: 12px;}
.Pages .num a{margin: 0;}
.Pages a.a_prev{margin-right: 6px;}
.Pages a.a_next{margin-left: 6px;}
.p_cur,
.p_count,
.p_total,
.p_jump{display: none;}
.Pages .p_cur b{ color:#F00;}
.Pages .p_count b{ color:#F00;}
.Pages .p_total b{ color:#F00;}
.Pages .p_page em{ font-style:normal; font-family:Arial;position: relative;}
.a_first,
.a_prev,
.a_next,
.a_end,
.Pages .p_page em a{ padding:4px 10px; border:solid 1px #e1e1e1; background:#fff;}
.Pages .p_page em a.a_cur{ color:#fff; border:solid 1px #982429; background:#982429;}
.Pages .p_page b{ font-weight:normal;}
.Pages .i_text{ width:30px; padding:0px; text-align:center; font-size:12px; border:inset 1px #ddd; background:#fff;}
.Pages .i_button { position:relative; top:5px; width:32px; height:20px; cursor:pointer; border:none; background:url(/cn/css/page_goto.jpg) no-repeat;}
/*分页结束*/



/************************** 以下是页面样式 *************************/

.PcBan img{display: block;width: 100%;}



/*PC导航*/
.Pc_Nav{padding:0 2%;position: fixed;left: 0;top: 0;z-index: 999;background: #fff;width: 100%;}
.Pc_Nav .logo{float: left;width: 143px;height: 35px;margin:25px 0;}
.Pc_Nav .logo img{display: block;width: 100%;height: 100%;}
.Pc_Nav .Right{float: right;margin-top:35px;}
.Pc_Nav .nav_ul li{display: inline-block;position: relative;padding:0 28px;}
.Pc_Nav .nav_ul li a.NavA{display: block;}
.Pc_Nav .nav_ul li.on a.NavA{color:#982429;text-decoration: underline!important;}
.Pc_Nav .nav_ul li .dl{display: none;position: absolute;width: 100%;text-align: center;left: 0;padding: 5px 0;background:#fff;}
.Pc_Nav .nav_ul li:hover .dl{display: block;}
.Pc_Nav .nav_ul li:hover .dl a{display: block;line-height: 16px;padding: 5px;overflow: hidden;}

.NavBg{display: none;padding:2%;position: fixed;left: 0;top:85px;z-index: 999;background: #fff;width: 100%;}
.NavBg2{max-width: 1000px;margin: 0 auto;}
.NavBg .dl{width: 16.6666%;float: left;}
.NavBg .dl dt{font-weight: normal;margin-bottom:25px;}
.NavBg .dl dt a{color: #333;}
.NavBg .dl dt a:hover{color: #982429;}
.NavBg .dl dd{margin-bottom: 10px;}
.NavBg .dl dt a.MbA{display: none;}
.NavBg .dl dt a.PcA{display: block;}
.MbDD{display: none;}

.Pc_Nav .nav_ul li:hover .NavBg{display: block;}


/*二级导航*/
.Sub_Menu{overflow: hidden;margin: 70px auto;}
.Sub_Menu ul{text-align: center;font-size: 0;}
.Sub_Menu ul li{display: inline-block;}
.Sub_Menu ul li a{display: block;margin:0 25px;border-bottom:1px solid transparent;font-size: 14px;}
.Sub_Menu ul li a:hover,
.Sub_Menu ul li.on a{color: #982429;border-color: #982429;}

/*底部*/
.WarpBox2{padding: 0 2%;}
.Bottom{background: #f4f4f4;padding-top: 50px;overflow: hidden;font-size: 12px;color: #999;margin-top:70px;}
.Bottom a{color: #999;}
.Bottom2{border-top: 1px solid #e2e2e2;padding: 25px 0;margin-top: 25px;}
.Bottom .link{float: right;}
.Bottom .link a{opacity: .6;}
.Bottom .Copy{float: left;opacity: .6;}
.Bottom2 .link em{width: 1px;height: 8px;background: url(/cn/images/em_bg.jpg) center no-repeat;display: inline-block;margin: 0 12px;}
.Bottom .span{display: inline-block;}
.Bottom .dl{width: 16.6666%;float: left;text-align: center;}
.Bottom .dl dt{font-weight: normal;margin-bottom:15px;font-size: 16px;color: #333;}
.Bottom .dl a:hover{color: #982429;}
.Bottom .dl dd{margin-bottom: 5px;}

/*荣誉资质*/
.HonorList{overflow: hidden;}
.HonorList .ul li a{display: block;overflow: hidden;height: 100%;}
.HonorList .ul li{float: left;width: 25%;padding:1%;text-align: center;}
.HonorList .ul li picture{display: block;overflow: hidden;border: 2px solid #f9f9f9;padding: 30px;}
.HonorList .ul li picture i{display: block;position:relative;height: 0;padding-bottom: 68.4%;overflow: hidden;}
.HonorList .ul li picture img{max-width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.HonorList .ul li span{display: block;height: 55px;line-height: 55px;overflow:hidden;text-overflow:ellipsis; -o-text-overflow:ellipsis;white-space:nowrap;}

.fancybox-title-float-wrap .child{display: block!important;max-width: 100%!important;margin: 0 auto!important;overflow:hidden;text-overflow:ellipsis; -o-text-overflow:ellipsis;white-space:nowrap;}
.fancybox-title-float-wrap{width: 100%!important;right: 0!important;}


/*友情链接响应式*/
.LinkList{overflow: hidden;}
.LinkList .ul li{width:15.6666%;margin: .5%;float: left;overflow: hidden;text-align: center;}
.LinkList .ul li a{display: block;overflow: hidden;}
.LinkList .ul li picture{display: block;position: relative;padding-bottom: 38%;height:0;overflow: hidden;border: 1px solid #ccc;margin: 0 auto;}
.LinkList .ul li picture img{display: block;width: 100%;min-height: 100%;position: absolute;left: 0;top: 0;}
.LinkList .ul li span{margin: 0 auto;display: block;height: 30px;line-height: 30px;overflow:hidden;text-overflow:ellipsis; -o-text-overflow:ellipsis;white-space:nowrap;}


/*新闻中心*/
.News_info .info_title{ margin: 0;padding:0 0px 10px;font-size:18px;text-align:center;}
.News_info .info_time{ margin: 0;font-size:12px; text-align:center; color:#A1A1A1; font-weight:normal; border-bottom:1px dotted #ccc; padding-bottom:10px;}
.News_info .info_txt{ padding:10px 0px;}
.News_info .info_txt{ text-justify:inter-ideograph; text-align:justify; word-wrap:break-word; clear:both;}
.News_info .info_txt img{ max-width:100%;}
.News_info .info_back{ color:#999; padding:10px;text-align:center;}
.News_info .info_back a{ padding:0px 3px;}
.News_info .info_back .back{ color:#982429; }
.News_info .PrevNextBox .h1{ font-size:14px;font-weight:normal;margin:0 0 5px;padding: 0;}
.News_info .PrevNextBox dl{margin:0;padding: 0;color: #ccc;}
.News_info .PrevNextBox a:hover{}
.News_info .PrevNextBox a.none{color: #ccc;}
.News_info .PrevNextBox a.none:hover{font-weight:normal;}
.NewsList .ul li.TopList{overflow: hidden;}
.NewsList .ul li.TopList picture{display: block;width: 50%;float: right;position: relative;height: 0;padding-bottom:37%;}
.NewsList .ul li.TopList picture img{display: block;position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.NewsList .ul li.TopList .Txt{width: 50%;float: left;position: relative;height: 0;padding: 0 10%;padding-bottom:37%;}
.NewsList .ul li.TopList .Txt span{display: block;width: 70px;overflow: hidden;float: left;}
.NewsList .ul li.TopList .Txt time{display: block;font-size: 12px;float: left;}
.NewsList .ul li.TopList .Txt .div1{color: #999;height: 24px;line-height: 24px;margin-top:30%;}
.NewsList .ul li.TopList .Txt .div2{clear: both;font-size: 18px;color: #982429;padding: 5px 0 15px;margin-bottom: 15px;line-height: 20px;border-bottom: 1px solid #ccc;overflow:hidden;text-overflow:ellipsis; -o-text-overflow:ellipsis;white-space:nowrap;}
.NewsList .ul li.TopList .Txt .div3{color: #555;line-height: 20px;height: 60px;overflow: hidden;}
.NewsList .ul li.TopList .Txt .div4{background: url(/cn/images/news_morebg.png) right center no-repeat;height: 10px;margin-top: 25px;}
.NewsList .bx-wrapper{margin-bottom:40px;}
.NewsList .bx-wrapper .bx-pager, 
.NewsList .bx-wrapper .bx-controls-auto{bottom:20%;}
.NewsList .bx-wrapper .bx-pager{text-align: left;padding-left:10%; }
.NewsList .bx-wrapper .bx-pager.bx-default-pager a{background: #f4f4f4;}
.NewsList .bx-wrapper .bx-pager.bx-default-pager a:hover, 
.NewsList .bx-wrapper .bx-pager.bx-default-pager a.active{background: #982429;}

.NewsList .ul{clear: both;overflow: hidden;}
.NewsList .ul li.List{width:48%;margin:30px 1%;float: left;overflow: hidden;}
.NewsList .ul li.List picture{display: block;width: 75%;float: left;position: relative;height: 0;padding-bottom:75%;}
.NewsList .ul li.List picture img{display: block;position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.NewsList .ul li.List .Txt{width:50%;position: absolute;height:50%;padding: 20px;background: #fff;bottom: 0;right: 0;}
.NewsList .ul li.List .Txt span{display: block;width: 70px;overflow: hidden;float: left;}
.NewsList .ul li.List .Txt time{display: block;font-size: 12px;float: left;}
.NewsList .ul li.List .Txt .div1{color: #999;height: 24px;line-height: 24px;}
.NewsList .ul li.List .Txt .div2{clear: both;font-size: 18px;color: #333;padding: 5px 0 15px;margin-bottom: 15px;line-height: 20px;border-bottom: 1px solid #ccc;overflow:hidden;text-overflow:ellipsis; -o-text-overflow:ellipsis;white-space:nowrap;}
.NewsList .ul li.List .Txt .div3{color: #555;line-height:20px;height:40px;overflow: hidden;}
.NewsList .ul li.List .Txt .div4{background: url(/cn/images/news_morebg.png) right center no-repeat;height:10px;margin-top: 25px;}
.NewsList .ul li.List{position:relative;}
.NewsList .ul li.List:hover .Txt .div2{color: #982429;}


/*信息披露*/
.CarList{}
.CarList .dl{text-align: center;overflow: hidden;margin-bottom: 30px;}
.CarList .dl dd{display: inline-block;margin:0 15px 5px;}
.CarList .dl dd.on a{color: #982429;}
.InfoList{overflow: hidden;max-width: 1000px;margin: 0 auto;}
.InfoList .ul li a{display: block;overflow: hidden;border-bottom: 1px solid #e6e6e6;height: 55px;line-height: 55px;}
.InfoList .ul li span{display: block;color: #333;width: 60%;float: left;padding-left:35px;background: url(/cn/images/tt_bg.png) 10px center no-repeat;overflow:hidden;text-overflow:ellipsis; -o-text-overflow:ellipsis;white-space:nowrap}
.InfoList .ul li time{display: block;width:78px;color: #999;float: left;overflow: hidden;}
.InfoList .ul li em{display: block;font-style: normal;color: #555;width:95px;float: right;text-align: right;overflow: hidden;padding-right: 20px;background: url(/cn/images/down_bg.png) 80px center no-repeat;height: 100%;}

.TitleList{overflow: hidden;max-width: 1000px;margin: 0 auto;}
.TitleList .ul li a{display: block;cursor: default;overflow: hidden;border-bottom: 1px solid #e6e6e6;height: 55px;line-height: 55px;}
.TitleList .ul li span{display: block;width: 65%;float: left;padding-left: 35px;background: url(/cn/images/tt_bg.png) 10px center no-repeat;overflow:hidden;text-overflow:ellipsis; -o-text-overflow:ellipsis;white-space:nowrap}
.TitleList .ul li time{display: block;float: right;overflow: hidden;margin-right: 5px;}

/*联系方式*/
#contact_map{width:50%;float: left;position: relative;padding-bottom:40%;height: 0;}
.ContactCon{width: 50%;float: left;padding: 10% 5%;}
.ContactCon .Name{font-weight:bold;font-size: 20px;color: #333;margin-bottom: 20px;}

.PcShow{}
.MbShow{display: none;}

.Pc_Nav .nav_ul{position: relative;}
.Pc_Nav .nav_ul li a.MenuBtn{display: none;position: absolute;right: 0;top: 50%;margin-top: -13px;width: 35px;height: 26px;background: url(/cn/images/menu_bg.png) center no-repeat;}
.Pc_Nav .nav_ul li a.MenuBtnOn{background: url(/cn/images/cls_bg.png) center no-repeat;}
.Pc_Nav .nav_ul li:last-child{display: none;}
.Ovh{width:100%;height: 100%;overflow: hidden;}

/*基本信息*/
.InfoTab{border-left: 1px solid #e6e6e6;border-top: 1px solid #e6e6e6;width: 100%;}
.InfoTab td{border-right: 1px solid #e6e6e6;border-bottom: 1px solid #e6e6e6;padding: 10px 20px;width: 50%;}

/*视频中心*/
.VideoList{overflow: hidden;}
.VideoList .ul li{width: 23%;margin:0 1%;float: left;text-align: center;}
.VideoList .ul li picture{display: block;position: relative;height: 0;padding-bottom: 65%;overflow: hidden;}
.VideoList .ul li picture img{display: block;position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.VideoList .ul li span{display: block;height:40px;line-height: 40px;overflow:hidden;text-overflow:ellipsis; -o-text-overflow:ellipsis;white-space:nowrap;}


.HomePage1{margin-top: 100px;}
.HomePage1 .bd li{padding-top: 50px;}
.HomePage1 .bd li a{overflow: hidden;}
.HomePage1 .bd li .Txt{position:relative;height: 0;width: 50%;padding-bottom: 50%;float: left;padding-right: 5%;}
.HomePage1 .bd li .Txt .div1{background: url(/cn/images/h1_morebg.png) right center no-repeat;}
.HomePage1 .bd li .Txt .div2{display: none;float: right;margin: 3% 0;font-family: 'Georgia';color: #000;}
.HomePage1 .bd li .Txt .div2 span{font-size: 72px;}
.HomePage1 .bd li .Txt .div2 em{font-style: normal;font-size: 24px;}
.HomePage1 .bd li .Txt .div3{clear: both;margin-bottom: 3%;margin-top: 3%;}
.HomePage1 .bd li .Txt .div4{clear: both;overflow: hidden;color: #666;}
.HomePage1 .bd li picture{display: block;position:relative;height: 0;background: #f4f4f4;width: 50%;padding-bottom: 50%;float: left;text-align: center;}
.HomePage1 .bd li picture img{display: block;position: absolute;left:22.5%;top:-50px;width:55%;height: 100%;}
.HomePage1 .bd li picture .div{position: absolute;left: 0;bottom: 0;background: #fff;width: 40px;height: 40px;line-height: 40px;text-align: center;color: #982429;}
.HomePage1 .bd li picture .div span{text-decoration: underline;}
.HomePage1 .bx-wrapper .bx-controls-direction a{cursor: pointer;display: block;width: 38px;height: 38px;background: url(/cn/images/his_left.png) left center no-repeat;position: absolute;top:55%;z-index: 9;}
.HomePage1 .bx-wrapper .bx-controls-direction a.bx-prev{ left:50%;}
.HomePage1 .bx-wrapper .bx-controls-direction a.bx-next{ right:0;background: url(/cn/images/his_right.png) right center no-repeat;}


.HomePage1 .hd{margin-top: 25px;overflow: hidden;}
.HomePage1 .hd a{cursor:pointer;width: 14.285%;float: left;overflow: hidden;position:relative;}
.HomePage1 .hd a picture{position:relative;height: 0;overflow: hidden;padding-bottom: 96%;width:96%;margin: 0 auto;display: block;}
.HomePage1 .hd a picture img{display: block;position: absolute;left: 0;bottom: 0;width: 100%;
-webkit-filter: grayscale(100%); 
-moz-filter: grayscale(100%); 
-ms-filter: grayscale(100%); 
-o-filter: grayscale(100%); 
filter: grayscale(100%); 
filter: gray; 
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}

.HomePage1 .hd a div{display: none;background: rgba(0,0,0,.7);color: #fff;z-index: 9;position: absolute;left:2%;top:0;line-height: 100%;width: 96%;height:100%;text-align: center;}
.HomePage1 .hd a div img{width: 65%;position: absolute;left: 17.6%;top: 50%;transform: translateY(-50%);}
.HomePage1 .hd a.active div,
.HomePage1 .hd a:hover div{display: block;}
.HomePage1 .hd a.active picture img,
.HomePage1 .hd a:hover picture img{-webkit-filter: grayscale(0%); 
-moz-filter: grayscale(0%); 
-ms-filter: grayscale(0%); 
-o-filter: grayscale(0%); 
filter: grayscale(0%); 
filter: none; 
}
.HomePage1 .bx-wrapper .bx-controls-direction a{}
.HomePage2{margin-top: 100px;background: url(/cn/images/h2_bg.png) right bottom no-repeat;position: relative;padding-bottom:170px;}
.HomePage2 .hd{position: absolute;right: 0;text-align: right;}
.HomePage2 .hd .div1{margin-bottom: 70px;}
.HomePage2 .hd .div1 img{max-width: 85%;}
.HomePage2 .hd li{cursor: pointer;display: inline-block;margin-left: 25px;color: #333;text-decoration: underline;}
.HomePage2 .hd li.on{color: #982429;}
.HomePage2 .bd .div1{position: absolute;right: 0;top: 260px;max-width: 360px;text-align: right;background: url(/cn/images/h1_morebg.png) right bottom no-repeat;}
.HomePage2 .bd picture{display: block;position: relative;height: 0;width: 60%;padding-bottom: 60%;}
.HomePage2 .bd picture img{display: block;position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.HomePage2 .bd a{display: block;overflow: hidden;color: #666;}
.HomePage2 .bd .div1 a{padding-bottom:70px;}

.HomePage3{margin-top: 100px;}
.HomePage3 .NewsList .ul li.TopList{margin-bottom: 30px;}
.HomePage3 .NewsList .ul li.TopList .Txt{padding:0 5% 0 0;}
.HomePage3 .NewsList .ul li.TopList .Txt .div0{margin-bottom: 45px;}
.HomePage3 .NewsList .ul li.TopList .Txt .div0 img{max-width: 85%;}
.HomePage3 .NewsList .ul li.TopList .Txt .div0{background: url(/cn/images/h1_morebg.png) right center no-repeat;}
.HomePage3 .NewsList .ul li.TopList .Txt .div1{margin-top: 0!important;}
.HomePage3 .List2 .divbg{position: absolute;width: 100%;height: 100%;overflow: hidden;left: 0;top: 0;background: url(/cn/images/h3_vbg.png) center no-repeat;background-size: 100% 100%;z-index:0;}

/*w66利来国际品牌*/
.BrandList{overflow: hidden;}
.BrandList .ul li{overflow: hidden;margin: 3% 0;}
.BrandList .ul li a{color: #000;display: block;overflow: hidden;}
.BrandList .ul li picture{display: block;width: 50%;float: right;padding-bottom: 60%;position: relative;height: 0;overflow:hidden;}
.BrandList .ul li picture img{display: block;position: absolute;left: 0;top: 0;width: 100%;min-height: 100%;}
.BrandList .ul li .Txt{float: left;position:relative;width: 50%;padding-bottom: 60%;overflow: hidden;height: 0;}
.BrandList .ul li .Txt .div0{height: 235px;padding: 0 3%;position: absolute;left: 0;right: 0;bottom: 0;top: 0;margin: auto;max-width: 420px;}
.BrandList .ul li .Txt .div1{height: 45px;margin-bottom: 20px;}
.BrandList .ul li .Txt .div1 img{display: block;height: 100%;}
.BrandList .ul li .Txt .div2{height:2px;margin-bottom: 20px;width: 60px;background: #000;}
.BrandList .ul li .Txt .div3{line-height: 24px;height: 72px;overflow: hidden;margin-bottom: 20px;}
.BrandList .ul li .Txt .div4{width: 56px;height: 56px;background:url(/cn/images/h1_morebg.png) no-repeat;background-size: contain;}
.BrandList .ul li.ODD picture{float: left;}

@media screen and (max-width:640px){

.BrandList .ul li .Txt .div0{height: 164px;}
.BrandList .ul li .Txt .div1{height:30px;margin-bottom:10px;}
.BrandList .ul li .Txt .div1 img{max-width: 100%;}
.BrandList .ul li .Txt .div2{height:2px;margin-bottom: 10px;}
.BrandList .ul li .Txt .div3{line-height:24px;height:72px;overflow: hidden;margin-bottom:10px;}
.BrandList .ul li .Txt .div4{width: 30px;height: 30px;}

}


.HomeVideoBox{width: 800px;}

@media screen and (max-width:1200px){
.WarpBox{padding: 0 2%;}
.MbShow{display: block;}
.PcShow{display: none;}

/*新闻中心*/
.NewsList .ul li.List .Txt{padding:5%;}
.NewsList .ul li.List .Txt .div1{height:20px;line-height:20px;overflow: hidden;}
.NewsList .ul li.List .Txt .div2{font-size: 16px;padding:5px 0 10px;margin-bottom: 10px;}
.NewsList .ul li.List .Txt .div4{margin-top: 10px;}


.Pc_Nav .nav_ul li{padding: 0 21px;}
}

@media screen and (max-width:1000px){


.HomeVideoBox{width:auto;}

.Pc_Nav .Right .LI{display: none;}
.Pc_Nav .nav_ul li a.MenuBtn{display:block;}
.Sub_Menu{margin: 30px auto;}
.Bottom{margin-top:30px;}
.Sub_Menu ul li{display: none;}
.Sub_Menu ul li.on{display: inline-block;}
.Pc_Nav .nav_ul li:last-child{display: inline-block;}

.NavBg{height:100%;overflow: auto;padding:3%;padding-bottom: 95px;background: rgba(255,255,255,.95);}
.NavBg .dl{display: block;width: 100%;text-align: center;}
.NavBg .dl dt{font-weight: bold;margin:5px 0;height: 40px;line-height: 40px;}
.NavBg .dl dd{margin-bottom:0;display: none;height: 30px;line-height: 30px;}
.NavBg .dl:hover dd{display: block;}
.NavBg .dl dt a.MbA{display: block;}
.NavBg .dl dt a.PcA{display: none;}
.MbDD{display: block;}

/*底部*/
.Bottom{padding-top:25px;}
.Bottom2{text-align: center;overflow: hidden;padding: 3% 0;}
.Bottom .link{width: 100%;}
.Bottom .Copy{width: 100%;}

.LinkList .ul li{width:23%;margin: 1%;}




.HomePage1{margin-top:30px;}
.HomePage1 .bd li{padding-top: 0}
.HomePage1 .bd li a{overflow: hidden;}
.HomePage1 .bd li .Txt{position:relative;height:auto;width:610px;margin: 0 auto 70px;padding-bottom:0;float: none;padding-right: 0%;}
.HomePage1 .bd li .Txt .div1{background: url(/cn/images/h1_morebg.png) right center no-repeat;}
.HomePage1 .bd li .Txt .div2{float: left;margin:0 0 2%;font-family: 'Georgia';color: #000;}
.HomePage1 .bd li .Txt .div2 span{font-size: 52px;}
.HomePage1 .bd li .Txt .div2 em{font-style: normal;font-size: 20px;}
.HomePage1 .bd li .Txt .div3{clear: both;margin-bottom: 3%;}
.HomePage1 .bd li .Txt .div4{clear: both;overflow: hidden;color: #666;}
.HomePage1 .bd li picture{display: block;position:relative;height:0;background: #f4f4f4;width:610px;margin: 0 auto;padding-bottom:610px;float: none;text-align: center;}
.HomePage1 .bd li picture img{display: block;position: absolute;left:22.5%;top:-50px;width:55%;height: 100%;}
.HomePage1 .bd li picture .div{position: absolute;left: 0;bottom: 0;background: #fff;width: 40px;height: 40px;line-height: 40px;text-align: center;color: #982429;}
.HomePage1 .bd li picture .div span{text-decoration: underline;}

.HomePage1 .bx-wrapper .bx-controls-direction a.bx-prev{ left:0;}

.HomePage2{margin-top:50px;background:none;position: relative;padding-bottom:0;}
.HomePage2 .hd{position: relative;right: 0;text-align: right;margin-bottom: 25px;}
.HomePage2 .hd .div1{margin-bottom:10px;}
.HomePage2 .hd .div1 img{max-width: 85%;}
.HomePage2 .hd li{cursor: pointer;display: inline-block;margin-left: 25px;color: #333;text-decoration: underline;}
.HomePage2 .hd li.on{color: #982429;}
.HomePage2 .bd .div1{position: relative;right: 0;top:0;max-width:100%;text-align: right;background: url(/cn/images/h1_morebg.png) center bottom no-repeat;}
.HomePage2 .bd picture{display: block;position: relative;height: 0;width:375px;padding-bottom:375px;margin:20px auto 0;}
.HomePage2 .bd picture img{display: block;position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.HomePage2 .bd a{display: block;overflow: hidden;color: #666;}
.HomePage2 .bd .div1 a{padding-bottom:70px;}

.HomePage3{margin-top:50px;}
.HomePage3 .NewsList .ul li.TopList{margin-bottom: 10px;}
.HomePage3 .NewsList .ul li.TopList .Txt .div0{margin-bottom:10px;}

}



@media screen and (max-width:768px){


.LinkList .ul li{width:31.333333%;margin: 1%;}
#contact_map{width:100%;padding-bottom:80%;}
.ContactCon{width: 100%;padding:5%;margin-top: 10px;}
.ContactCon .Name{font-size:16px;color: #333;margin-bottom: 10px;}

/*新闻中心*/
.NewsList .ul li.TopList .Txt{width: 50%;float: left;position: relative;height: 0;padding: 0 5%;padding-bottom:37%;}
.NewsList .ul li.TopList .Txt span{display: block;width: 70px;overflow: hidden;float: left;}
.NewsList .ul li.TopList .Txt time{display: block;font-size: 12px;float: left;}
.NewsList .ul li.TopList .Txt .div1{color: #999;height: 24px;line-height: 24px;margin-top:5%;}
.NewsList .ul li.TopList .Txt .div2{font-size:16px;color: #982429;padding:5px 0 10px;margin-bottom:10px;}
.NewsList .ul li.TopList .Txt .div3{color: #555;line-height: 20px;height: 60px;overflow: hidden;}
.NewsList .bx-wrapper{margin-bottom:30px;}
.NewsList .bx-wrapper .bx-pager, 
.NewsList .bx-wrapper .bx-controls-auto{bottom:5%;}
.NewsList .bx-wrapper .bx-pager{padding-left:5%; }

.NewsList .ul{clear: both;overflow: hidden;}
.NewsList .ul li.List{width:48%;margin:1%;}
.NewsList .ul li.List picture{width: 100%;padding-bottom:100%;}
.NewsList .ul li.List .Txt{width:100%;position: relative;padding:5%;background: #f9f9f9;clear: both;overflow: hidden;}
.NewsList .ul li.List .Txt time{float: right;}


.HomeBan .bx-wrapper .bx-pager{width:auto;}
.HomeBan .bx-wrapper .bx-pager .bx-pager-item, 
.HomeBan .bx-wrapper .bx-controls-auto .bx-controls-auto-item{width:auto;}
.HomeBan .bx-wrapper .bx-pager{width: 100%;text-align: center;right:0%;bottom:-25px;top: auto;}
.HomeBan .bx-wrapper .bx-pager.bx-default-pager a{margin:0 3px;}
.HomeBan .ul li a span{right:2%;background:none;}


.HomePage3 .NewsList .ul li.TopList .Txt .div3{height: 20px;overflow:hidden;text-overflow:ellipsis; -o-text-overflow:ellipsis;white-space:nowrap;}

}


@media screen and (max-width:640px){

.Bottom{padding: 0;}
.Bottom .dl{display: none;}
.Bottom2{border: none;margin: 0;}

.InfoTab td{padding:10px;width: 50%;}

.News_info .info_txt img{ width:auto!important; height:auto!important;}
.HomePage3 .NewsList .ul li.TopList .Txt .div0 img{max-width: 45%;}

/*新闻中心*/
.NewsList{overflow: hidden;}
.NewsList .ul li a{display: block;overflow: hidden;height: 100%;}
.NewsList .ul li.TopList .Txt{font-size: 12px;width: 50%;float: left;position: relative;height: 0;padding: 0 5% 0 0;padding-bottom:37%;}
.NewsList .ul li.TopList .Txt .div1{color: #999;height:20px;line-height:20px;margin-top:0;}
.NewsList .ul li.TopList .Txt .div2{font-size:14px;padding:0 0 5px;margin-bottom:5px;}
.NewsList .ul li.TopList .Txt .div3{color: #555;line-height: 20px;height: 40px;overflow: hidden;}
.NewsList .ul li.TopList .Txt .div4{margin-top: 5px;}

.NewsList .bx-wrapper{margin-bottom:2%;}
.NewsList .bx-wrapper .bx-pager, 
.NewsList .bx-wrapper .bx-controls-auto{bottom:2%;}
.NewsList .bx-wrapper .bx-pager{text-align: right;padding: 0 2% 0 0;}
.NewsList .bx-wrapper .bx-pager.bx-default-pager a{text-indent: -999em;}

.NewsList .ul{clear: both;overflow: hidden;}
.NewsList .ul li.List{width:48%;margin:1%;}
.NewsList .ul li.List picture{width: 100%;padding-bottom:100%;}
.NewsList .ul li.List .Txt{font-size: 12px;padding:5%;}
.NewsList .ul li.List .Txt .div2{font-size: 14px;margin:0 0 5px;padding:0 0 5px;}
.NewsList .ul li.List .Txt .div4{margin-top: 5px;}
.VideoList .ul li{width: 48%;margin:0 1%;}

.HomePage1 .bd li .Txt{position:relative;height:auto;width:100%;margin: 0 auto 70px;padding-bottom:0;float: none;padding-right: 0%;}
.HomePage1 .bd li .Txt .div1{background: url(/cn/images/h1_morebg.png) right center no-repeat; background-size:10%}
.HomePage1 .bd li .Txt .div1 img{max-width:26%;}
.HomePage1 .bd li .Txt .div2{float: left;margin:-15px 0 2%;font-family: 'Georgia';color: #000;}
.HomePage1 .bd li .Txt .div2 span{font-size: 52px;}
.HomePage1 .bd li .Txt .div2 em{font-style: normal;font-size: 20px;}
.HomePage1 .bd li .Txt .div3{clear: both;margin-bottom: 3%;}
.HomePage1 .bd li .Txt .div3 img{ max-width:22%;}
.HomePage1 .bd li .Txt .div4{clear: both;overflow: hidden;color: #666;}
.HomePage1 .bd li picture{display: block;position:relative;height:0;background: #f4f4f4;width:100%;margin: 0 auto;padding-bottom:100%;float: none;text-align: center;}
.HomePage1 .bd li picture img{display: block;position: absolute;left:22.5%;top:-50px;width:55%;height: 100%;}
.HomePage1 .bd li picture .div{position: absolute;left: 0;bottom: 0;background: #fff;width: 40px;height: 40px;line-height: 40px;text-align: center;color: #982429;}
.HomePage1 .bd li picture .div span{text-decoration: underline;}


.HomePage2{margin-top:30px;}
.HomePage2 .hd{position: relative;right: 0;text-align: right;margin-bottom: 25px;}
.HomePage2 .hd .div1{margin-bottom:10px;}
.HomePage2 .hd .div1 img{max-width:40%;}
.HomePage2 .hd li{cursor: pointer;display: inline-block;margin-left: 25px;color: #333;text-decoration: underline;}
.HomePage2 .hd li.on{color: #982429;}
.HomePage2 .bd .div1{position: relative;right: 0;top:0;max-width:100%;text-align: right;background: url(/cn/images/h1_morebg.png) center bottom no-repeat; background-size:10%;}
.HomePage2 .bd picture{display: block;position: relative;height: 0;width:100%;padding-bottom:100%;margin:20px 0 0;}
.HomePage2 .bd picture img{display: block;position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.HomePage2 .bd a{display: block;overflow: hidden;color: #666;}
.HomePage2 .bd .div1 a{padding-bottom:70px;}

.HomePage3 .NewsList .ul li.TopList .Txt .div0{background: none;margin: 0;}

.HomePage3 .NewsList .ul li.TopList{margin-bottom:1%;}



}

@media screen and (max-width:500px){

.InfoList .ul li time{display: none;}

.LinkList .ul li{width:48%;margin: 1%;}

.HomeBan .ul li a span{top:0;}
}

@media screen and (max-width:400px){

}

/*发展历程*/
/*
.Timeline000618 为demo编号
*/

.Timeline000618 .swiper-wrapper {position: relative;width: 100%;height: 80px;z-index: 1; 
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: -ms-transform;
transition-property: transform;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-o-transform: translate(0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.Timeline000618 .swiper-wrapper li{width:150px;position: relative;height: 84px;line-height:84px;text-align: center;cursor:pointer;background: url(/cn/images/Timeline000618-yearbg.png) center repeat-x;-webkit-flex-shrink: 0;-ms-flex: 0 0 auto;flex-shrink: 0;}
.Timeline000618 .swiper-wrapper li span{display: block;width: 60px;height: 20px;line-height:20px;color: #000;background: #fff;margin:64px auto 0;}
.Timeline000618 .swiper-wrapper li.on span{color: #fff;background: #982429;margin:0 auto;}
.Timeline000618 .swiper-wrapper li.on{ color:#982429;}
.Timeline000618 .swiper-wrapper li:after{position: absolute;left:50%;top:50%;width:31px;margin-top: -5.5px;height:11px;content:'';background:url(/cn/images/his_li.png) center no-repeat;z-index: 3;margin-left:-15.5px;}
.Timeline000618 .swiper-wrapper li.on:after{background:url(/cn/images/his_lion.png) center no-repeat;}
.Timeline000618 .next,
.Timeline000618 .prev{position:absolute;top:22px;width:38px;height:38px;cursor:pointer;z-index:10;background: url(/cn/images/his_left.png) no-repeat;}
.Timeline000618 .prev{left:0;}
.Timeline000618 .next{right:0;background: url(/cn/images/his_right.png) no-repeat;}

.Timeline000618 .list{position:relative;overflow: hidden;}
.Timeline000618 .box{ display: none;}
.Timeline000618 .box .divbox .Txt{padding-right: 5%;width: 50%;float: left;position: relative;padding-bottom: 50%;overflow: hidden;height: 0;}
.Timeline000618 .box .divbox picture{display: block;float: right;width: 50%;position: relative;padding-bottom: 50%;overflow: hidden;height: 0;}
.Timeline000618 .box .divbox picture img{display: block;position: absolute;left: 0;top:11%;width: 100%;height:78%;}
.Timeline000618 .box .divbox .Txt .div1{color: #000;font-size: 60px;font-family: 'Georgia';margin-top:11%;}
.Timeline000618 .box .divbox .Txt .div2{color: #000;font-size: 18px;font-family: 'Georgia';}
.Timeline000618 .box .divbox .Txt .div3{color: #000;font-size: 18px;}
.Timeline000618 .box .divbox .Txt .div4{color: #555;font-size:14px;line-height: 36px;padding: 60px 0 0 60px;background: url(/cn/images/his_divbg.jpg) left 75px no-repeat;background-size:40px auto;}
.Timeline000618 .bx-wrapper .bx-pager, 
.Timeline000618 .bx-wrapper .bx-controls-auto{bottom:11%;}
.Timeline000618 .bx-wrapper .bx-pager{text-align: left;padding-left:60px; z-index: 99;}
.Timeline000618 .bx-wrapper .bx-pager.bx-default-pager a{background: #f4f4f4;}
.Timeline000618 .bx-wrapper .bx-pager.bx-default-pager a:hover, 
.Timeline000618 .bx-wrapper .bx-pager.bx-default-pager a.active{background: #982429;}
.Timeline000618 .swiper-container{position: relative;overflow: hidden;z-index: 1;margin-top:50px;}
.Timeline000618 .box .hd{position: absolute;bottom:11%;text-align: left;padding-left:60px; z-index: 99;}
.Timeline000618 .box .hd li{display: inline-block;margin: 0 3px;width:10px;height: 10px;background: #f4f4f4;cursor: pointer;border-radius: 100%;}
.Timeline000618 .box .hd li.on{background: #982429;}

@media screen and (max-width:1200px){

.Timeline000618 .box .divbox .Txt{padding-right:0%;width: 100%;float: left;position: relative;padding-bottom:0%;overflow: hidden;height:auto;}
.Timeline000618 .box .divbox picture{display: block;float: right;width:100%;position: relative;padding-bottom:77%;overflow: hidden;height: 0;}
.Timeline000618 .box .divbox picture img{display: block;position: absolute;left: 0;top:0;width: 100%;height:100%;}
.Timeline000618 .box .divbox .Txt .div1{color: #000;font-size: 60px;font-family: 'Georgia';margin-top:0;}

.Timeline000618 .box .divbox .Txt .div4{color: #555;font-size:14px;line-height:36px;padding: 20px 0 20px 60px;background: url(/cn/images/his_divbg.jpg) left 35px no-repeat;background-size:40px auto;}
.Timeline000618 .bx-wrapper .bx-pager, 
.Timeline000618 .bx-wrapper .bx-controls-auto{bottom:15px;}
.Timeline000618 .bx-wrapper .bx-pager{text-align: left;padding-left:15px; z-index: 99;}
.Timeline000618 .bx-wrapper .bx-pager.bx-default-pager a{background: #f4f4f4;}
.Timeline000618 .bx-wrapper .bx-pager.bx-default-pager a:hover, 
.Timeline000618 .bx-wrapper .bx-pager.bx-default-pager a.active{background: #982429;}
.Timeline000618 .swiper-container{position: relative;overflow: hidden;z-index: 1;margin-top:50px;}

.Timeline000618 .box .hd{position: absolute;bottom:15px;text-align: left;padding-left:15px; z-index: 99;}

}




/*以下是单篇样式*/

/*KissBox*/
.SinglePage2{padding-top: 50px;}
.KissBox{overflow: hidden;}
.KissBox .Left{float: left;padding:0 2%;width: 50%;}
.KissBox .Right{float: left;padding:0 2%;width: 50%;}
.KissBox .h3{font-size: 30px;margin-bottom: 20px;color: #000;}
.KissBox .KissBox1{overflow: hidden;margin:30px 0 0;}
.KissBox .KissBox2{overflow: hidden;margin:60px 0 0;}
.KissBox .KissBox3{overflow: hidden;margin:60px 0 0;text-align: center;}
.KissBox .KissBox4{overflow: hidden;margin:60px 0 0;text-align: center;}
.KissBox .KissBox2 .Left{width: 35%;}
.KissBox .KissBox2 .Right{width: 65%;}
.KissBox .KissBox2 .Right .div{margin-bottom: 80px;max-width: 530px;}
.KissBox .KissBox4 .div{font-size: 60px;line-height: 62px;margin: 5px 0 40px;color: #000;text-transform: uppercase;font-family: 'Georgia';}
.KissBox .KissBox4 .divimg img{height:30px;}
.AAABox{overflow: hidden;margin:60px 0 0;text-align: center;padding: 15px 0;border-top: 1px solid #000;border-bottom: 1px solid #000;}
.AAABox a{display: inline-block;color: #000;}
.AAABox img{display: inline-block;position:relative;left: 5px;top: 7px;}

/*ZSAZSAZSUBox*/
.ZSAZSAZSUBox .KissBox1 .Left{padding:0 10%;}
.ZSAZSAZSUBox .KissBox1 .Left .div{margin-bottom: 30px;}
.ZSAZSAZSUBox .KissBox1 .Right{padding-top: 80px;border-top: 1px solid #000;}
.ZSAZSAZSUBox .KissBox2 .Left{width: 50%;}
.ZSAZSAZSUBox .KissBox2 .Right{width: 50%;padding:0 10%;}
.ZSAZSAZSUBox .KissBox4 .divimg2{margin-bottom: 30px;}
.ZSAZSAZSUBox .KissBox4 .div1{max-width: 605px;margin:-30px auto 30px;}

/*TigrissoBox*/
.TigrissoBox .KissBox4 .div0{font-size: 18px;margin-top: 30px;color: #000;text-transform: uppercase;font-family: 'Georgia';}
.TigrissoBox .KissBox4 .div1{max-width: 605px;margin:-30px auto 30px;font-size: 18px;}

/*KittyBox*/
.KittyBox .KissBox1 .Left{padding-top:5%;}
.KittyBox .KissBox1 .Left2{text-align: right;}

/*PatriciaBox*/
.PatriciaBox .KissBox1 .Left{padding-top:5%;}
.PatriciaBox .KissBox1 .Left .line{width: 60px;background: #d11a18;height: 2px;margin-bottom: 20px;}
.PatriciaBox .KissBox4 .divimg2{margin-bottom: 25px;}

/*XingluBox*/
.XingluBox .KissBox1 .Left{padding-top:5%;}
.XingluBox .KissBox1 .Left .Img{padding-top:25px;}
.XingluBox .KissBox4 .divimg2{margin-bottom: 25px;}
.XingluBox .KissBox4 .div1{max-width: 365px;margin:-20px auto 30px;}

/*ObagBox*/
.ObagBox .ObagBox1 .Left{ max-width: 400px;float: right;}
.ObagBox .ObagBox1 .Right{float: right;}
.ObagBox .ObagBox2{margin: -100px auto 60px;max-width: 730px;}
.ObagBox .ObagBox2 .Left{width: 100%;}
.ObagBox .ObagBox2 .Right{width: 100%;}
.ObagBox .KissBox1 .Left{padding-top:5%;}
.ObagBox .KissBox1 .Right{}
.ObagBox .KissBox4 .divimg2{margin-bottom: 25px;}
.ObagBox .KissBox4 .div1{max-width: 365px;margin:-20px auto 30px;}

@media screen and (max-width:1000px){
.ObagBox .ObagBox2{margin: -40px auto 60px;}
}

@media screen and (max-width:640px){
.SinglePage2{padding-top: 30px;}
.AAABox{margin:30px 0 0;}
.KissBox .KissBox1{margin:0;}
.KissBox .KissBox2{margin:30px 0 0;}
.KissBox .KissBox3{margin:30px 0 0;}
.KissBox .KissBox4{margin:30px 0 0;}
.KissBox .KissBox2 .Left{width: 100%;}
.KissBox .KissBox2 .Right{width: 100%;}
.KissBox .KissBox2 .Right .div{margin-bottom:20px;}
.KissBox .h3{font-size: 20px;margin-bottom:10px;margin-top: 0;}
.KissBox .Left{width: 100%;padding:0 0 5%;}
.KissBox .Right{width: 100%;padding: 0;}
.KissBox .KissBox4 .div{margin-bottom: 20px;font-size:24px;line-height: 26px;}
.KissBox .KissBox4 .divimg img{height:15px;}

.ZSAZSAZSUBox .KissBox1 .Left .div{margin-bottom: 15px;}
.ZSAZSAZSUBox .KissBox1 .Left{padding: 0 0 3%;}
.ZSAZSAZSUBox .KissBox1 .Right{padding: 3% 0 0;}
.ZSAZSAZSUBox .KissBox1 .Right .Img{padding-bottom: 3%;}
.ZSAZSAZSUBox .KissBox2 .Right{padding: 0 0 3%;}
.ZSAZSAZSUBox .KissBox4 .divimg2{margin-bottom: 10px;}
.ZSAZSAZSUBox .KissBox4 .div1{margin: -5px auto 25px;}

.TigrissoBox .KissBox4 .div0{margin-top:10px;}
.TigrissoBox .KissBox4 .div1{margin: -15px auto 25px;}
.TigrissoBox .KissBox4 .divimg2{height: 30px;overflow: hidden;}
.TigrissoBox .KissBox4 .divimg{margin-top: 10px;}
.TigrissoBox .KissBox1 .Left{padding: 1.5% 0;}
.TigrissoBox .KissBox1 .Right{padding: 1.5% 0;}

.KittyBox .KissBox1 .Left2{text-align: left;}
.KittyBox .KissBox3{margin-bottom: 30px;}

.PatriciaBox .Right{padding: 2% 0;}
.PatriciaBox .KissBox4 .divimg2{margin-bottom: 10px;height: 35px;overflow: hidden;}

.XingluBox .KissBox1 .Left{padding:2% 0;}
.XingluBox .KissBox1 .Right .Img{padding:2% 0;}
.XingluBox .KissBox1 .Left .Img{padding-top:10px;}
.XingluBox .KissBox4 .divimg2{margin-bottom:10px;height: 35px;overflow: hidden;}
.XingluBox .KissBox4 .div1{margin:-20px auto 20px;}

.ObagBox .KissBox1 .Left{padding:2% 0;}
.ObagBox .KissBox1 .Right{padding:2% 0;}
.ObagBox .KissBox4 .divimg2{margin-bottom:10px;height: 35px;overflow: hidden;}
.ObagBox .KissBox4 .div1{margin:-20px auto 20px;}

}


/*社会责任*/
.NewsList2 .ul li.List .Txt{-webkit-transition: all .4s;transition: all .4s;}
.NewsList2 .ul li.List .Txt .div3{-webkit-transition: all .4s;transition: all .4s;}
.NewsList2 .ul li.List:hover .Txt{width:85%;height: 85%;-webkit-transition: all .4s;transition: all .4s;}
.NewsList2 .ul li.List:hover .Txt .div3{height: 260px;-webkit-transition: all .4s;transition: all .4s;}
.SocietyName .SocietyNameEn{font-family: 'Georgia';font-size: 60px;line-height: 62px;text-transform: uppercase;color: #000;}
.SocietyName .SocietyNameCn{font-size: 18px;}
.SocietyName .SocietyTxt{color: #555;padding: 3% 0;overflow: hidden;}

@media screen and (max-width:768px){
.NewsList2 .ul li.List:hover .Txt{width: 100%;height: 50%;}
.NewsList2 .ul li.List:hover .Txt .div3{height: 40px;}
.SocietyName .SocietyNameEn{font-size:30px;line-height:32px;}

}


/*Banner图文分离*/
.XgBan img#banpic{display: block;width: 100%;}
.BanBox{overflow: hidden;position:relative;}
.BanBox .BanImg{width: 60%;float: left;}
.BanBox .BanImg picture{display: block;position: relative;overflow: hidden;height: 0;padding-bottom: 62%;}
.BanBox .BanImg picture img{display: block;position: absolute;left: 0;top: 0;width: 100%;min-height: 100%;}
.BanBox .BanTxt{width: 40%;float: left;color: #000;}
.BanBox .BanTxt article{display: block;position: relative;overflow: hidden;height: 0;margin: 6.25% 0;padding-bottom:80.5%;background: #f1f1f1;}
.BanBox .BanTxt .divbox{height: 256px;width:90%;overflow: hidden;position: absolute;left: 0;top: 0;right: 0;bottom: 0;margin: auto;}
.BanBox .BanTxt .div1{height:20px;line-height: 20px;overflow: hidden;font-size: 18px;text-transform: uppercase;font-family: 'Georgia';}
.BanBox .BanTxt .div2{font-size: 58px;height: 92px;overflow: hidden;line-height: 92px;padding-right: 5px;font-family: 'Georgia';display: inline-block;border-right:20px solid #982429;}
.BanBox .BanTxt .div3{font-size: 30px;height: 32px;line-height: 32px;overflow: hidden;margin-bottom: 30px;}
.BanBox .BanTxt .span{display: block;width: 35px;height: 1px;background: #000;margin-bottom: 30px;}
.BanBox .BanTxt .div4{font-size: 18px;height: 48px;line-height: 24px;overflow: hidden;}
.BanBox .BanTxt .ADDVIDIMG img{max-width: 100%;height:65px;margin-bottom: 20px;}
.TigrissoBody .BanBox .BanTxt .divbox{height: 276px}
.TigrissoBody .BanBox .BanTxt .ADDVIDIMG img{height: 85px;}

@media screen and (max-width:1200px){
.BanBox .BanImg{width: 100%;}
.BanBox .BanTxt{width: 50%;height: 40%;position: absolute;left: 25%;bottom: 2%;text-align: center;}
.BanBox .BanTxt article{margin:0;padding:2%;background:url(/cn/images/hui_bg80.png) repeat;height: 100%;}
.BanBox .BanTxt .divbox{height: 160px;}
.TigrissoBody .BanBox .BanTxt .divbox{height: 180px;}
.BanBox .BanTxt .div2{font-size: 30px;height: 32px;line-height: 32px;padding-right: 0;border-right:none;}
.BanBox .BanTxt .div3{font-size: 20px;height:24px;line-height:24px;margin-bottom:15px;}
.BanBox .BanTxt .span{margin: 0 auto 15px;}
.BanBox .BanTxt .div4{margin: 0 auto;}
}
@media screen and (max-width:920px){
.BanBox .BanTxt{width: 80%;height: 50%;left: 10%;}
}
@media screen and (max-width:700px){
.BanBox .BanTxt{width: 100%;height: 50%;left:0;bottom: 0;position: relative;}
.BanBox .BanTxt article{padding:2% 2% 40%;background: #f1f1f1;height:0;}
}
@media screen and (max-width:500px){
.BanBox .BanTxt article{padding:2% 2% 60%;}
.BanBox .BanTxt .div4{font-size: 14px;}
}


/*首页banner*/
.HomeBan *{ box-sizing: content-box9; }
.HomeBan .bx-wrapper .bx-pager{width:40px;right: 1%;z-index: 99;top:40%;}
.HomeBan .bx-wrapper .bx-pager .bx-pager-item, 
.HomeBan .bx-wrapper .bx-controls-auto .bx-controls-auto-item{width: 40px;text-align: center;}
.HomeBan .bx-wrapper .bx-pager.bx-default-pager a{background:url(/cn/images/tab.png);width: 10px;height: 10px;margin: 0 auto;}
.HomeBan .bx-wrapper .bx-pager.bx-default-pager a:hover, 
.HomeBan .bx-wrapper .bx-pager.bx-default-pager a.active{background:url(/cn/images/tab_on.png);}

.HomeBan .ul li a .span2{z-index: 9;width: 40px;padding-bottom:10%;position: absolute;top:10%;right:1%;font-family: 'Georgia';font-size: 36px;line-height: 36px;color: #333;display:block;background: url(/cn/images/tab_ttbg.jpg) center 40px no-repeat;}
.HomeBan .BanImg picture{padding-bottom: 72%;}
.HomeBan .BanTxt .span{width: 24px;height: 4px;background: #942629;}
.HomeBan .BanTxt .div5{text-align: left;margin:30px 0 0;background: url(/cn/images/news_morebg.png) 145px center no-repeat;padding-left: 25px;width: 180px;height: 50px;line-height: 50px;color: #000;border: 1px solid #000;font-family: 'Georgia';}
.HomeBan .BanBox .BanTxt .divbox{width: 80%}
.HomeBan .BanBox .BanTxt article{padding-bottom:95.5%;}
.HomeBan .BanBox .BanTxt .div4{height: 72px;font-size:14px}

@media screen and (max-width:1200px){
.HomeBan .ul li a .span2{display: none;}
.HomeBan .BanTxt .div5{margin:14px auto 0;width: 180px;height: 40px;line-height: 40px;}
.HomeBan .BanBox .BanTxt article{padding:2%;height: 100%;}
.HomeBan .bx-wrapper .bx-pager{top: auto;bottom: 4%;width: 100%;}
.HomeBan .bx-wrapper .bx-pager .bx-pager-item, 
.HomeBan .bx-wrapper .bx-controls-auto .bx-controls-auto-item{width: auto;margin: 0 3px;}
.HomeBan .BanBox .BanTxt .divbox{height: 184px;}

}

@media screen and (max-width:700px){
.HomeBan .BanBox .BanTxt{width: 100%;height: 50%;left:0;bottom: 0;position: relative;}
.HomeBan .BanBox .BanTxt article{padding:0 2% 50%;}

}
@media screen and (max-width:500px){
.HomeBan .BanBox .BanTxt article{padding:0 2% 60%;}
.HomeBan .BanBox .BanTxt .div4{font-size: 14px;}
.HomeBan .bx-wrapper .bx-pager{bottom: 1%;}
}
@media screen and (max-width:450px){
.HomeBan .BanBox .BanTxt article{padding:0 2% 80%;}
.HomeBan .bx-wrapper .bx-pager{bottom: .5%;}
}



/*20170614*/
.KittyHis {margin-top:30px;}
.KittyHis .ul{overflow:hidden;padding:6px}
.KittyHis .ul li{position: relative;padding:10px 0;width:240px;height:170px;float:left;margin-top:170px;border-top:2px solid #000;border-left:2px solid #000;}
.KittyHis .ul li.ODD{margin-top:2px;border-bottom:2px solid #000;border-top:none;}
.KittyHis .ul li .h3{font-size: 24px;line-height: 26px;margin-bottom: 10px;color: #000;padding: 0 40px;}
.KittyHis .ul li .p{line-height: 20px;color: #555;max-height: 80px;overflow: hidden;padding: 0 40px;}
.KittyHis .ul li:before{position: absolute;bottom: 0;left: -6px;width: 10px;height: 10px;background: url(/cn/images/kiss_hisbg.png) center no-repeat;content: '';}
.KittyHis .ul li.ODD:before{top: 0;bottom: auto;}

.KittyHis .bx-viewport{height: 352px!important;padding: 0 6px;}

.KittyHis .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -8.5px;
	outline: 0;
	width: 7px;
	height: 17px;
	text-indent: -9999px;
	z-index: 9999;
}
.KittyHis .bx-wrapper .bx-prev{left: 0;background: url(/cn/images/kiss_hisbg2.png) center no-repeat;}
.KittyHis .bx-wrapper .bx-next{right: 0;background: url(/cn/images/kiss_hisbg2.png) center no-repeat;}
.KittyHis .bx-wrapper .bx-controls-direction a.disabled{display: block;opacity: .6;}


.TigrissoHis{overflow: hidden;position: relative;margin-top: 30px;}
.TigrissoHis .ul li{padding-right: 55%;overflow: hidden;min-height: 110px;}
.TigrissoHis .ul li.ODD{padding-right: 0;padding-left: 55%;}
.TigrissoHis .ul li .h3{margin: 0 0 20px;padding-bottom: 10px;color: #000;position: relative;border-bottom: 1px solid #000;}
.TigrissoHis .ul li .h3:before{position: absolute;bottom:-5px;right:0;width: 10px;height: 10px;background: url(/cn/images/kiss_hisbg.png) center no-repeat;content: '';}
.TigrissoHis .ul li.ODD .h3:before{right: auto;left: 0;}
.TigrissoHis .ul li .dl dd{margin-bottom: 10px;line-height: 24px;}
.TigrissoHis .ul li .dl dd .div1{color: #000;font-size: 16px;padding-left: 25px;float: left;width: 110px;background: url(/cn/images/TigrissoHis_lddbg.png) left center no-repeat;overflow:hidden;text-overflow:ellipsis; -o-text-overflow:ellipsis;white-space:nowrap;}
.TigrissoHis .ul li .dl dd .div2{margin-left: 110px;overflow: hidden;color: #555;}
.TigrissoHis .HisBg{right: 0;position: absolute;width: 222px;height: 71px;background: url(/cn/images/Tigrisso_pic8.jpg) center no-repeat;}
.TigrissoHis .HisName{font-size:50px;line-height: 52px;color: #a3a3a3;position: absolute;top: 90px;right: 0;font-family: 'Georgia';text-transform: uppercase;}

@media screen and (max-width:768px){
.TigrissoHis{margin-top: 2%;}
.TigrissoHis .HisBg{position: relative;display: block;width: 100%;height: 31px;overflow: hidden;margin-bottom: 2%;}
.TigrissoHis .HisName{font-size:30px;line-height:32px;margin-bottom: 2%;position: relative;top: 0;right: 0;text-align: center;}
.TigrissoHis .ul li{padding: 0;}
.TigrissoHis .ul li.ODD{padding: 0;}
.TigrissoHis .ul li .dl dd .div1{width: 80px;}
.TigrissoHis .ul li .dl dd .div2{margin-left: 80px;}

}

.DispalyList2 .ul{overflow: hidden;margin-bottom: 30px;}
.DispalyList2 .ul li{display: none;}
.DispalyList2 .ul li .HisLeft{width: 49%;float: left;overflow: hidden;}
.DispalyList2 .ul li .HisRight{width: 49%;float: right;overflow: hidden;position: relative;min-width: 300px;min-height: 438px;background: url(/cn/images/kis_hisbg.png) center no-repeat;background-size:auto 100%;}
.DispalyList2 .ul li .HisLeft .div1{font-family: 'Georgia';font-size: 36px;text-transform: uppercase;line-height: 38px;color: #000;margin-bottom: 10px;}
.DispalyList2 .ul li .HisLeft .div2{font-family: 'Georgia';font-size: 90px;line-height: 92px;color: #000;margin-bottom: 10px;}
.DispalyList2 .ul li .HisLeft .div3{max-width: 170px;color: #000;line-height: 20px;}
.DispalyList2 .ul li .HisRight picture{display: block;position: absolute;width: 48%;height: 0;padding-bottom: 48%;overflow: hidden;left: 0;top: 50%;transform: translateY(-50%);}
.DispalyList2 .ul li .HisRight picture img{display: block;width: 100%;min-height: 100%;position: absolute;left: 0;top: 0;}
.DispalyList2 .ul li .HisRight figure{display: none;}
.DispalyList2 .ul li .HisRight .Txt{padding: 20px;background: #fff;width: 48%;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}

.DispalyList .ul li{cursor: pointer;}
.DispalyList .ul li picture{display: block;width: 100%;height: 0;padding-bottom: 100%;overflow: hidden;position: relative;}
.DispalyList .ul li picture img{display: block;width: 100%;min-height: 100%;position: absolute;left: 0;top: 0;}
.DispalyList .ul li .div1{overflow: hidden;margin: 10px 0;height: 40px;line-height: 20px;color: #000033;}
.DispalyList .ul li .div2{color: #999;overflow:hidden;text-overflow:ellipsis; -o-text-overflow:ellipsis;white-space:nowrap;}

.DispalyList1{margin-top: 30px;}

@media screen and (max-width:1024px){
.DispalyList2 .ul li .HisRight{min-width:auto;min-height: auto;background:none;border: 10px solid #f08200;}
.DispalyList2 .ul li .HisRight picture{position: relative;width: 50%;padding-bottom: 50%;left:25%;top:0;transform: translateY(2%);}
.DispalyList2 .ul li .HisRight .Txt{padding: 2%;width: 100%;position: relative;top: 0;transform: translateY(0%);}


}

@media screen and (max-width:768px){
	.DispalyList1{margin-top: 2%;}
	.DispalyList2 .ul{margin-bottom: 2%;}

	.DispalyList2 .ul li .HisRight picture{width: 100%;padding-bottom: 100%;left:0%;top:0;transform: translateY(0);}

}

@media screen and (max-width:640px){
	.DispalyList2 .ul li .HisLeft{width: 100%;margin-bottom:2%;}
	.DispalyList2 .ul li .HisLeft .div1{font-size: 30px;line-height: 32px;margin: 0;}
	.DispalyList2 .ul li .HisLeft .div2{font-size: 40px;line-height: 42px;margin: 0;}
	.DispalyList2 .ul li .HisRight{width: 100%;border: 5px solid #f08200;}

}


/*财务指标*/

.ADDTT{text-align: center;margin-bottom: 25px;overflow: hidden;}
.ADDTT select{border: 1px solid #eee;padding:5px 5px;}
.ADDTT label{display: inline-block;margin: 5px;}
.ADDTT #btnSearch{cursor: pointer;height: 34px;line-height: 34px;color: #fff;background: #982429;width:80px;}
<!--0.00012898445129395-->