.main-wrap{width: 1320px;margin: 0 auto; position:relative;z-index:1;}
/*顶部导航*/
.logo{padding-top: 21px;float: left;position: relative;z-index:2;padding-right:172px;background:#fff;height:63px;}

.header_nav{position: fixed;z-index: 10; width: 100%;height:85px;top: 0;background: rgba(255,255,255,1);box-shadow:  0 0 10px #ccc; }

.top-nav li{float: left;width: 120px;line-height: 85px; text-align: center;font-size: 15px;  }
.top-nav li .m{width: 120px; line-height: 85px;display: block;}
.top-nav li .m:hover{background: #ea6764; color: #fff;}

.nav-redbg .m{background: #ea6764;color: #fff;}
.nav-curr{background: #ea6764;color: #fff;}

.news_hs{overflow: hidden;width: 4000px;height: 330px;}
.news_hs ul{position:relative;}
.news_hs li{float: left;overflow: hidden;}

/*弹窗提示*/
.company_menu{display:none;transition:all 1s ease-in-out 0s;-webkit-transition:all 1s ease-in-out 0s;position: absolute;top:85px;left:0;line-height:20px;z-index: 100;  width:100%;padding-bottom:20px;z-index:1;  }
.company_menu li{float: none;  width:130px;line-height:20px;margin-top:20px;display: inline-block;color: #fff;text-align:center;}
.company_menu li:hover{color: #f1f1f1;}
.company_menu li:nth-child(4){border:0;}
.company_menu li:last-child{border:0;}

.top-nav li .m{position: relative;z-index:2;background:#fff;}

.company_menu_bg{opacity: 0; background:#ea6764;width: 100%;height: 56px;overflow: hidden; position: absolute;top: 85px;z-index: 0;transition:all 0.1s ease-in-out 0.1s;-webkit-transition:all 0.1s ease-in-out 0.1s;}

.show{opacity: 1;visibility: visible;  }

.top-nav .nav-curr .m{background: #ea6764;color: #fff;}


/*banner*/
.banner{display: block;height: 350px;margin-top:85px;overflow:hidden;position:relative; z-index: 1;transition:all 0.5s;-webkit-transition:all 0.5s;}
.banner-txt{position: relative;color: #fff;margin-top: 55px;}
.banner-yw{font-size: 40px;font-weight: bold;opacity: 0.4;position: relative; z-index: 1;top: 35px;}
.banner-js{font-size:50px; font-weight: bold;position: relative;z-index: 2;}
.banner-zw{font-size: 24px;letter-spacing: 2px;}
.line-suqare{margin:0 auto;margin-top:5px;margin-bottom: 15px;width: 40px;height: 3px;background: #fff;}

.ys_banner{margin:0 auto; font-size:0;height:600px;position:relative; z-index: 5;overflow:hidden;margin-top: 85px;}

.ys_banner .ys_bigimg{height: 600px; position:absolute;left:0;top:0;display:block;}

.ys_banner .ys_bigimg01{ height: 600px;position: relative;z-index: 0;}
.ys_bigimg01 img{transition:all 1.5s;-webkit-transition:all 1.5s;}
.ys_banner:hover .ys_bigimg01 img{transform: scale(1.03);transition: all 1.5s;-webkit-transform: scale(1.03);-webkit-transition: all 1.5s;}

.ys_banner_icon{position:absolute;left:50%;bottom:15px;overflow:hidden;margin-left:-80px;}
.ys_banner_icon li{display:-moz-inline-stack;display:inline-block;*display:inline;*zoom:1;}
.ys_banner_icon span{float:left;margin:0 5px;border-radius:5px;background:#fff;cursor:pointer;width:40px;height:10px;text-indent:-9999px;opacity: 0.5;}
.ys_banner_icon span.on{border-radius:15px;background:#fff;opacity: 1;}

.main_banner{width: 1320px;margin:0 auto;height: 100%;overflow: hidden;position: relative;}
.main_banner img{display: block;margin: 0 auto;position: absolute;}

.main_banner .img1{position:absolute;left: 50%;width: 400px;height: 65px;transition: all 0.8s; margin-left: -200px;top:-63px;}
.main_banner .img2{margin: 25px auto 20px;width: 641px;height: 21px;position:absolute;left: -30%;margin-left:-320px;top: 210px;}
.main_banner .img3{width: 485px;height: 35px;right: -50%;margin-right:-243px;top:270px;}

i.play_btn {position: relative;bottom:-5px;display: block;font-size: 14px;color: #fff;text-align: center;cursor: pointer;}
i.play_btn img {margin-top: 15px;margin-left: 5px;width: 18px;height: 20px;}
i.play_btn span {display: block;position: relative;width: 48px;height: 48px;margin: 0 auto 10px;}

i.play_btn span em {background: url(../images/play_ico.png) no-repeat;position: absolute;
top: 0;left: 0;display: block;width: 48px;height: 48px;
-webkit-transform-style: preserve-3d;
-webkit-animation: trail 2s infinite linear;
transform-style: preserve-3d;
animation: trail 2s infinite linear;
}
i.play_btn span em:after {content: "";position: absolute;top: -1px;box-shadow: 0 0 12px #fff;
left: 27px;background: url(../images/dot_ico.png) no-repeat;width: 6px;height: 6px;}
@-webkit-keyframes trail { from { -webkit-transform: rotateZ(0deg);} to {-webkit-transform: rotateZ(360deg);}}
@keyframes trail { from { transform: rotateZ(0deg);} to {transform: rotateZ(360deg);}}

/*公司业务*/
/*翻转效果*/
.flip_wrap{
     display: inline-block;
     width:426px;height: 460px;
     perspective:852px;/*perspective属性定义3D元素距视图的距离,以像素计。该属性允许您改变 3D 元素查看 3D 元素的视图。*/
     -webkit-perspective:852px;
     -moz-perspective:852px;
     -ms-perspective:852px;
     -o-perspective:852px;
     box-sizing:border-box;
   }
.flip{
	 width:100%;
	 height:100%;
	 position: relative;
	 backface-visibility:hidden;/*背对屏幕时隐藏*/
	 -webkit-backface-visibility:hidden;
	 -moz-backface-visibility:hidden;
	 -ms-backface-visibility:hidden;
	 -o-backface-visibility:hidden;
	 transition: all 0.8s ease; /*为翻牌添加过渡效果*/
	 -webkit-transition: all 0.8s ease;
	 -moz-transition: all 0.8s ease;
	 -ms-transition: all 0.8s ease;
	 -o-transition: all 0.8s ease;
	 transform-style: preserve-3d; /*子元素将保留其 3D 位置。*/
	-webkit-transform-style: preserve-3d; /*子元素将保留其 3D 位置。*/
   }
.side{
     width:100%;
     height:100%;
     position: absolute;/*让背面和正面重叠*/
     left: 0;
     top: 0;
     font-size: 16px;
     text-align: center;
   }
.front{
     font-size: 18px;
     background:#fff;
   }
.back{
     backface-visibility:hidden;/*背对屏幕时隐藏*/
     -webkit-backface-visibility:hidden;
     -moz-backface-visibility:hidden;
     -ms-backface-visibility:hidden;
     -o-backface-visibility:hidden;
     -webkit-transform:rotateY(180deg);
     -moz-transform:rotateY(180deg);
     -ms-transform:rotateY(180deg);
     -o-transform:rotateY(180deg);
     background: #ea6764;
     padding: 0 36px;
     box-sizing:border-box;
   }
.flip_wrap:hover .flip{
    transform:rotateY(180deg);(180);
     -webkit-transform:rotateY(180deg);
     -moz-transform:rotateY(180deg);
     -ms-transform:rotateY(180deg);
     -o-transform:rotateY(180deg);
   }

.business{width:265px;margin:0px auto;margin-top:40px;}
.company-business{display:inline-block;text-align: center;position: relative;width: 265px;height:2px;background:#cf5754;}
.company-business span{display:inline-block;width: 195px;background: #f4f7fe;position: absolute; left:14%;top:-17px;font-size:24px;font-weight:bold;}
.company-title{display:block;color: #c0c1c2;margin-top: 15px;text-align: center;letter-spacing: 1px;font-size:16px;}

.business_list{margin-bottom: 65px;position: relative;overflow: hidden;margin-top:20px;}
.business_list li:first-child{margin-left:0px;}
.business_list li{float: left;position: relative;margin-bottom: 20px;display: inline-block;margin-left: 20px;width:426px;height:460px; }
.business_list li a{ display:block;cursor: pointer; position: absolute;width: 426px;height: 460px;}
.business_list li .business_list_hg{margin:8px auto 0;border-radius:6px;width: 60px;height: 6px; background: #ea6764;box-shadow: 0px 2px 7px #c1c6c6}
.business_list li .business_list_logo{display: block;margin: 0 auto;margin-top:40px;width: 283px;height: 68px;  text-align: center; vertical-align: middle; }
.business_list li .business_list_title{text-align: center;font-size:22px;color:#6c6c6c;font-weight: bold;letter-spacing: 2px;}
.business_list li .business_list_content{display: block;width: 213px;height: 72px;margin: 0 auto; margin-top:20px;font-size: 16px; color: #504e4e;text-align: center;}
.flip .business_list_front{transition: all 0.8s ease; /*为翻牌添加过渡效果*/
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;cursor: pointer; text-align:center; line-height: 50px;  width: 120px;bottom: -14px;left: 153px;height: 40px;z-index: 1;position: absolute;border-radius: 20px;background: #ea6764; }
.business_list li:hover .business_list_hg{transition: all 0.8s ease; /*为翻牌添加过渡效果*/
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;background: #fff;box-shadow: none;}

.nenter_logo{margin: 0 auto;width: 61px;height: 71px;display: block;background: url(../images/nenter.png)no-repeat 0 0;}
.nenter_logo1{margin: 0 auto;width: 61px;height: 71px;display: block;background: url(../images/nenter.png)no-repeat -63px 0;}
.sumibuy_logo{margin: 20px auto;width: 124px;height: 36px;display:inline-block;background: url(../images/sumibuy.png)no-repeat 0 -38px;}
.sumibuy_logo1{margin: 20px auto;width: 124px;height: 36px;display:inline-block;background: url(../images/sumibuy.png)no-repeat 0 0px;}
.chinadream_logo{margin:20px auto;display:inline-block;width:115px;height:42px;background: url(../images/chinadream.png)no-repeat 0 0;}
.chinadream_logo1{margin:20px auto;display:inline-block;width:115px;height:42px;background: url(../images/chinadream.png)no-repeat 0 -40px;}

.fev{margin:0 auto;margin-top:10px;line-height:19px;display:block;width:46px;height:19px;background:url(../images/index_fev_icon.png)no-repeat 0 0;}

.business_list li:hover .fev{background:url(../images/index_fev_icon.png)no-repeat 0 -21px;}
.business_list li:hover .business_list_front{background: #fff;box-shadow: none;
    transition: all 0.8s ease; /*为翻牌添加过渡效果*/-webkit-transition: all 0.8s ease;-moz-transition: all 0.8s ease;-ms-transition: all 0.8s ease;-o-transition: all 0.8s ease;}

.business_xilei{width:281px;margin: 0 auto;margin-top:20px;overflow: hidden;}
.business_xilei li:first-child{margin-left: 0;}
.business_xilei li{font-size:15px;float: left;width: 80px;height: 70px;box-shadow: none;background: none;text-align: center;}
.business_xilei li span{padding-top: 8px;display: block;}

.medicial_index_icon01{display:block;width: 37px;height: 40px; margin: 0 auto; background: url(../images/medical_index_icon1.png)no-repeat 0px 0px;}
.medicial_index_icon02{display:block;width: 43px;height: 40px; margin: 0 auto; background: url(../images/medical_index_icon2.png)no-repeat 0px 0px;}
.medicial_index_icon03{display:block;width: 43px;height: 40px; margin: 0 auto; background: url(../images/medical_index_icon3.png)no-repeat 0px 0px;}
.medicial_index_back_icon01{display:block;width: 37px;height: 40px; margin: 0 auto; background: url(../images/medical_index_icon1.png)no-repeat -35px 0px;}
.medicial_index_back_icon02{display:block;width: 43px;height: 40px; margin: 0 auto; background: url(../images/medical_index_icon2.png)no-repeat -41px 0px;}
.medicial_index_back_icon03{display:block;width: 43px;height: 40px; margin: 0 auto; background: url(../images/medical_index_icon3.png)no-repeat -37px 0px;}

.B2B_index_icon01{display:block;width: 45px;height: 41px; margin: 0 auto; background: url(../images/b2b_index_icon1.png)no-repeat 0px 0px;}
.B2B_index_icon02{display:block;width: 43px;height: 40px; margin: 0 auto; background: url(../images/b2b_index_icon2.png)no-repeat 0px 0px;}
.B2B_index_icon03{display:block;width: 43px;height: 40px; margin: 0 auto; background: url(../images/b2b_index_icon3.png)no-repeat 0px 0px;}
.B2B_index_back_icon01{display:block;width: 45px;height: 41px; margin: 0 auto; background: url(../images/b2b_index_icon1.png)no-repeat 0px -41px;}
.B2B_index_back_icon02{display:block;width: 43px;height: 40px; margin: 0 auto; background: url(../images/b2b_index_icon2.png)no-repeat 0px -36px;}
.B2B_index_back_icon03{display:block;width: 43px;height: 40px; margin: 0 auto; background: url(../images/b2b_index_icon3.png)no-repeat 0px -35px;}

.WenChuang_icon01{display:block;width: 45px;height: 41px; margin: 0 auto; background: url(../images/wenchuang_icon1.png)no-repeat 0px 0px;}
.WenChuang_icon02{display:block;width: 43px;height: 40px; margin: 0 auto; background: url(../images/wenchuang_icon2.png)no-repeat 0px 0px;}
.WenChuang_icon03{display:block;width: 43px;height: 40px; margin: 0 auto; background: url(../images/wenchuang_icon3.png)no-repeat 0px 0px;}
.WenChuang_back_icon01{display:block;width: 45px;height: 41px; margin: 0 auto; background: url(../images/wenchuang_icon1.png)no-repeat 0px -35px;}
.WenChuang_back_icon02{display:block;width: 43px;height: 40px; margin: 0 auto; background: url(../images/wenchuang_icon2.png)no-repeat 0px -35px;}
.WenChuang_back_icon03{display:block;width: 43px;height: 40px; margin: 0 auto; background: url(../images/wenchuang_icon3.png)no-repeat 0px -40px;}



/*查看股票-集团概况-加入冠福*/
.three_mode {margin-left: -20px; margin-bottom: 50px;overflow: hidden;padding-top:20px}
.three_mode li{float:left;width: 426px;height:460px; margin-left: 20px;text-align: center;position: relative;cursor: pointer;}

.backgea{background: #ea6764;}
.gf_title{font-size:36px;width: 145px;margin: 0 auto;margin-top:45px;color: #fff;}
.gf_title .gf_sq{width: 15px;height: 5px;}
.disinblock{display: inline-block;}
.border-2-fff{border:2px solid #fff;}
.en-font{font-size: 36px;color: #fff;line-height: 1.1em;}
.fontSize54 {font-size: 54px;line-height: 1.1em;}
.xhr_date{font-size: 12px;opacity: 0.8;color: #fff;padding-top: 5px;}
.poabsolute-b{width: 100%;position: absolute;bottom: 0;color: #fff;font-size: 16px;}
.up_icon{font-size: 48px;}



.p10p{padding:10px;box-sizing: border-box;}

.injobs{width: 100%;height: 100%;background: url(../images/map.png) #11a7e6  center 55px no-repeat;background-size: 90% auto;position: absolute;}
.fontSize80{font-size:100px;line-height: 1.1em;}

.Basic{width: 100%;height: 100%;position: absolute;z-index: 2;}
.com-link{width: 100%;height: 50%;padding-top: 30px;box-sizing: border-box; }
.Basic h6{font-size: 22px;}
.Basic-img{width: 100%;}
.Basic-text{width: 65%;margin: 0 auto;margin-top:10px;text-align: center;color: #929090;line-height:25px;font-size: 15px;}

.com-more .icon-next{margin-left: 5px;position:absolute;left:63px;transition:all 0.5s;}
.three_mode li:hover .icon-next{animation:mymove 1s infinite;-webkit-animation:mymove 1s infinite;transition:all 0.5s;}
@keyframes mymove{from {left:63px;}to {left:70px;}}
@-webkit-keyframes mymove /*Safari and Chrome*/{from {left:63px;}to {left:70px;}}
.Basic-jr{width: 100%;position: absolute;bottom: 0;margin-bottom:20px;font-size: 16px;color: #000000;}



/*资讯新闻*/
.news_list{overflow: hidden;height: 350px;margin-left:-20px;}
.news_list li{width:426px;float: left;margin-left:20px;margin-top: 15px;background: #fff;transition: all 0.8s;}
.news_list li:hover{cursor:pointer;transition: all 0.8s;  -webkit-transition: all 0.8s;
	box-shadow: 0px 10px 20px #cdcac3; transform: translate(0, -10px); -webkit-transform: translate(0, -10px);
	-moz-transform: translate(0, -10px);  -o-transform: translate(0, -10px); -ms-transform: translate(0, -10px);

}
.news_list li .news_img{width:427px;height:213px;overflow:hidden;font-size: 0;}
.news_list li .news_list_inner{margin: 15px;}
.news_list li .news_list_inner .news_list_data{color: #D6D3D3;}
.news_list li .news_list_inner h2{line-height: 30px;font-size: 16px;margin-bottom: 25px;}
.news_list li .news_list_inner h2:hover{color:#ea6764;}

.news_list li p{margin-top: 15px;}
.news_front{overflow:hidden;width: 7%;margin: 10px auto;margin-bottom:20px;text-align: center;}
.news_front li{float:left;border-radius:50%;width: 10px;height: 10px;background: #ea6764;opacity: 0.5;margin-left: 15px;cursor: pointer;}
.news_front li.curr{background: #ea6764;opacity: 1;}


/*董事长致辞--页面*/
/*冠福大事记*/
.dashiji_bg{background: url(../images/dashiji.png)no-repeat center;height: 390px;display: block;overflow: hidden;}
.biannianti{margin-top: 135px;}
.biannianti li:first-child{margin-left: 0;}
.biannianti li{cursor:pointer;float:left;font-size:24px;background-color: #3678da;color: #fff;height: 112px;line-height:110px;width: 385px;text-align: center;margin-left: 70px; }
.biannianti li a{display: block;    width: 337px;margin: 0 auto;margin-top: 22px;line-height: 36px;}


.chaiman_main{width:1320px;margin-top: 35px;height: 578px;}
.chaiman_img{float: left;width: 475px ;height: 440px; }
.chaiman_img .zy_img{margin-left:35px;margin-top: 40px;}
.chaiman_text{float: left;width: 720px; height: 490px;background: #fff;}
.chaiman_text .chainman_wz{width: 656px;height: 430px;margin-top: 70px;margin-left: 65px; overflow-x: auto;}
.chainman_wz::-webkit-scrollbar {/*滚动条整体样式*/
width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
height: 0px;
 }
.chainman_wz::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
border-radius: 0px;
-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
background: #d6d3d3;
}
.chainman_wz::-webkit-scrollbar-track {/*滚动条里面轨道*/
-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.2);
background: none;
}
.chaiman_text .chainman_wz h1{font-weight: bold;}
.chaiman_text .chainman_wz p{ margin-top: 40px;font-size:17px;line-height: 30px;color: #424343;}

/*党建介绍*/
.dashiji_bg{background: url(../images/dashiji.png)no-repeat center;height: 390px;display: block;overflow: hidden;}
.biannianti{margin-top: 135px;}
.biannianti li:first-child{margin-left: 0;}
.biannianti li{cursor:pointer;float:left;font-size:24px;background-color: #3678da;color: #fff;height: 112px;line-height:110px;width: 385px;text-align: center;margin-left: 70px; }
.biannianti li a{display: block;height: 100%;}


.chaiman_main{width:1320px;margin-top: 35px;height: 578px;}
.chaiman_img{float: left;width: 475px ;height: 440px; }
.chaiman_img .zy_img{margin-left:35px;margin-top: 40px;}
.chaiman_textA{float: left;width: 720px; height: 490px;background: #fff;}
.chaiman_textA .chainman_wzA{width: 594px;height: 430px;margin-top: 70px;margin-left: 65px; overflow-x: auto;}
.chainman_wzA::-webkit-scrollbar {/*滚动条整体样式*/
    width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 0px;
}
.chainman_wzA::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #d6d3d3;
}
.chainman_wzA::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.2);
    background: none;
}
.chaiman_textA .chainman_wzA h1{color: #424343;}
.chaiman_textA .chainman_wzA p{ margin-top: 20px;font-size:17px;line-height: 30px;color: #777777;}



/*公司介绍*/

/*brief-nav 导航*/
.mainW1600{width: 1600px;margin: 0 auto;overflow: hidden;}
.bird-fev{width: 100%;background: #f5f5f5;overflow: hidden;}
.bird-fev li a{display:block;}
.bird-fev li{float:left;text-align: center;height: 50px;width: 12.5%;line-height: 50px;cursor: pointer;font-size: 16px;}
.bird-fev li.curr{background: #ea6764;color: #fff;}
.Introd-wz{font-size: 14px;color: #717272;}
.introd_bottom{width: 122px;height: 2px;background: #000;}

.group_tl{overflow:hidden;font-size: 30px;color: #000;}
.group_tp{float:left;width:525px;height:736px;background:url(../images/group-dl.png)no-repeat center;}
.group_brief{float: left;width: 795px;height: 736px;background: #fff;}
.group_brief_bg{width: 685px;height: 710px;margin-left:60px;margin-top:70px;overflow-y: auto;}
.gr_suqare{width: 15px;height: 5px;background: #ce0021;}

.group_sj{width: 100%;overflow:hidden;background: #fff;margin-top: 30px;margin-bottom:30px;height: 140px; }
.group_sj li{float:left; width: 33%;text-align: center;margin: auto 0;}
.group_sj li .group_nd{display: block;color: #ea6764;margin-top: 25px;font-size: 36px;}
/*董事长致辞*/
.dsz_bg{margin-top:20px;height:395px;background: url(../images/brief_chairman.png)no-repeat center;position: relative;}
.dsz_ts{position: absolute;left: 50%;top: 35%;}
.dsz_btn{display:block;width:135px;height:33px;margin-top:25px;line-height:33px;background: #d00025;color:#fff;text-align: center;}

/*推荐主题*/
.tuijian_zt{margin-left: -20px; margin-top: 30px;height: 515px;margin-bottom: 20px;}
.tuijian_zt li{float:left;width: 427px;height:460px;background: #fff;margin-left: 19px;text-align: center;position: relative;transition: all 0.8s;}
.tuijian_zt li:hover{transition: all 0.8s;  -webkit-transition: all 0.8s;
	box-shadow: 0px 10px 20px #cdcac3; transform: translate(0, -10px); -webkit-transform: translate(0, -10px);
	-moz-transform: translate(0, -10px);  -o-transform: translate(0, -10px); -ms-transform: translate(0, -10px);}
.tuijian_zt li .tuijian_bottom{width:100%;position: absolute;bottom: 15px;}
.tuijian_zt li .tuijian_ts{cursor:pointer;width: 65px;margin: 0 auto;position: relative;}
.tuijian_zt li .icon-next{position:absolute;left:63px;transition:all 0.5s;}
.tuijian_zt li:hover .icon-next{animation:mymove 1s infinite;-webkit-animation:mymove 1s infinite;transition:all 0.5s;}
	@keyframes mymove{from {left:63px;}to {left:70px;}}
	@-webkit-keyframes mymove /*Safari and Chrome*/{from {left:63px;}to {left:70px;}}
.tuijian_zt li .tuijian_bottom:hover span{color: #f70503;}
.tuijian_ts:hover{color: #f70503;}

/*底部*/
.bottom-brief{float: right;width: 980px;margin-top: 45px;margin-bottom: 50px;}
.bottom_list li{float:left;width: 163px;}
.bottom_list li p{font-size: 16px;font-weight: bold;position: relative;padding-left: 18px;transition: all .3s;}
.bottom_list p:after{ content: ''; width: 11px; background: #cf5754; height: 3px; position: absolute; left: 0; top: 50%; margin-top: -1px; transition: all .3s ;}
.bottom_list li p>a{color: #fff;}
.bottom_list li span{display: block; padding-left: 6px;transition: all .3s;}

.bottom_list li>a{display: block;padding-top: 5px;padding-left:18px;cursor: pointer;color: #9e9e9e;transition: all .3s;}

.bottom_list li:hover p{padding-left: 25px;}
.bottom_list li>a:hover{color:#cf5754;}
.bottom_list li:hover>a{padding-left: 25px;}
.bottom_list li:hover>span{padding-left: 15px;}
.bottom_list li:hover p:after{width: 20px;}




/*企业文化--页面*/
.culture_icon li:first-child{margin-left: 0px;}
.culture_icon li{display: inline-block; margin-left:185px;}

/*集团简介*/
.culture_qiye li{float: left;height: 655px;}
.culture_yj{float:left;width: 866px;height: 320px;background: #fff;}
.culture_yj_txt{float:left;width: 434px;}
.culture_yj_quy{margin-top: 60px;margin-left: 40px;}
.culture_yj_h1{font-size: 22px;}
.culture_by{color: #525252; width: 362px;line-height: 30px;}
.culture_line{width:40px;height:2px;background: #ff0800;}
.culture_mission{width: 432px; }
/*四大模块*/
.culture_sdmk{width: 1320px;margin: 0 auto;overflow: hidden;margin-top: 60px;}
.culture_sdmk li:first-child{margin-left:0;}
.culture_sdmk li{cursor:default;transition: all 0.8s;-webkit-transition: all 0.8s; width:315px;height:226px;margin-left:20px;float: left;margin-top: 20px;text-align: center;border-top-right-radius:25px;}
.culture_sdmk li h1{font-size: 20px;margin-top: 15px;}
.culture_sdmk li span{font-size: 12px;}

.sdmlbg{background: url(../images/sdmkbg.png)no-repeat center;}

.culture_sdmk li:hover.sdmlbg{background: #ea6764;}
.sdml-img{margin:0 auto;margin-top: 62px;}
.life_bg{width:45px;height:41px; background: url(../images/life.png) 0px 0px no-repeat;}
.Innovationbg{width: 45px; height:41px; background: url(../images/innovation.png) 0px 0px no-repeat;}
.excellencebg{width: 45px;height:41px; background: url(../images/excellence.png) 0px 0px no-repeat;}
.Partnershipbg{width: 45px;height:47px; background: url(../images/partnership.png) 0px 0px no-repeat;}

.culture_sdmk li:hover {color: #fff;
transition: all 0.8s;  -webkit-transition: all 0.8s;
 transform: translate(0, -10px); -webkit-transform: translate(0, -10px);
-moz-transform: translate(0, -10px);  -o-transform: translate(0, -10px);
-ms-transform: translate(0, -10px);}
.culture_sdmk li:hover .life_bg{background: url(../images/life.png) 0px -42px no-repeat;}
.culture_sdmk li:hover .Innovationbg{background: url(../images/innovation.png) 0px -42px no-repeat;}
.culture_sdmk li:hover .excellencebg{background: url(../images/excellence.png) 0px -42px no-repeat;}
.culture_sdmk li:hover .Partnershipbg{background: url(../images/partnership.png) 0px -47px no-repeat;}





/*领导团队--页面*/

.Team_per{overflow:hidden;margin-left: -25px;margin-bottom: 65px;}
.Team_per .per_img{font-size: 0;border-bottom:1px solid #DEDEDE;text-align: center;}
.Team_per li{float:left;margin-left:25px;margin-top:45px;overflow: hidden;width: 422px;background: #fff;transition: all 0.8s;cursor: pointer;}
.Team_per li:hover { box-shadow: 0px 10px 20px #cdcac3;
transition: all 0.8s;  -webkit-transition: all 0.8s;
 transform: translate(0, -10px); -webkit-transform: translate(0, -10px);
-moz-transform: translate(0, -10px);  -o-transform: translate(0, -10px);
-ms-transform: translate(0, -10px);}

.team_qh{overflow: hidden;width: 2640px;}
.team_qh ul{position: relative;}
.team_qh li{float: left;overflow: hidden;}

.keji_bg{display:block;background: url(../images/keji_bg.png)no-repeat center;height: 400px;overflow: hidden;}

.Team_btn{display:block;text-align:center;color:#fff;overflow: hidden;width: 135px;margin-top:25px;line-height:33px;background-color: #d00025;}

/*人物-弹窗*/
.per_rentext{ position:fixed;display:none;width:750px;margin-left: -375px;top:0;left: 50%;z-index:12;}
.per_rentext li{z-index:2;position:absolute;width: 750px;left:50%;margin-left:-375px;top:50%;overflow: hidden;background: #fff;}
.ren-img{width: 277px;height: 245px;margin: 0 auto;margin-top: 20px;}

.ren-close {z-index: 3;width: 25px;height: 25px;position: absolute;right:23px;top:14px;display: block;outline: medium none;
             transition: All 0.6s ease-in-out;
            -webkit-transition: All 0.6s ease-in-out;
            -moz-transition: All 0.6s ease-in-out;
            -o-transition: All 0.6s ease-in-out;}
.ren-close:hover{transform: rotate(360deg);
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            -ms-transform: rotate(360deg);}
@-webkit-keyframes trail { from { -webkit-transform: rotateZ(0deg);} to {-webkit-transform: rotateZ(360deg);}}
@keyframes trail { from { transform: rotateZ(0deg);} to {transform: rotateZ(360deg);}}
.per_title{text-align: center;margin-top: 25px;}.per_title p{font-weight: bold;font-size: 16px;}
.per-text{line-height: 25px;text-align: justify;padding:0 30px;}

/*企业荣誉页面*/


/*领导关怀页面*/
/*banner*/
.news_soller{width: 1320px;margin: 0 auto;}
.news_soller li:first-child{margin-left: 0px;}
.news_soller li{float: left;position: relative;margin-left: 20px;}
.news_soller li img{float: left;}
.news_soller li span{display: block;position: absolute;bottom: 0;left: 0;background: rgba(0,0,0,0.5);line-height: 36px;
                     height: 36px;color: #fff;padding-left: 10px;width: 100%;box-sizing: border-box;}
.news_sollor_left{position: absolute;left:125px;top:58px;width:45px;height:90px;background: url(../images/care_icon.png)no-repeat 0px 0px;cursor:pointer;}
.news_sollor_right{position: absolute;right: 125px;top:58px;width:45px;height:90px;background: url(../images/care_icon.png)no-repeat -45px 0px;cursor:pointer;}

.guanhuai{background-color: #fff;height: 530px;}
.guanhuai a{display: block;height: 100%;}
.guanhuai .guanhuai_txt{width:532px;float: left;}
.guanhuai .guanhuai_img{float: left;-webkit-transition: all 1.5s;transition: all 1.5s;overflow: hidden;font-size: 0;}
.guanhuai .blow img{-webkit-transition: all 1.5s;transition: all 1.5s;}
.guanhuai .blow img:hover{ -webkit-transform: scale(1.03); -webkit-transition: all 1.5s;transition: all 1.5s;}
.guanhuai_txtwz{width: 425px;margin-top: 147px;margin-left: 45px;}
.guanhuai_txtwz:hover h1{color: #ea6764;}
.guanhuai_list{margin-left: -19px;overflow: hidden; }
.guanhuai_list li{float:left;margin-left:19px;margin-top:15px;margin-bottom:10px;background-color:#fff;width: 427px;transition: all 0.8s;}
.guanhuai_list li:hover h1{color: #ea6764;}
.guanhuai_list li a{display: block;height: 100%;}
.guanhuai_list li:hover{cursor:pointer;transition: all 0.8s;  -webkit-transition: all 0.8s;
box-shadow: 0px 10px 20px #cdcac3; transform: translate(0, -10px); -webkit-transform: translate(0, -10px);
-moz-transform: translate(0, -10px);  -o-transform: translate(0, -10px); -ms-transform: translate(0, -10px);}

.guanhuai-title{width: 375px;font-size:18px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;margin-left: 15px;}
.gNews-title{width: 333px;font-size:18px;height: 50px;margin-top: 15px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}


ul.guanhuai_page {width: 358px;margin: 0 auto;overflow: hidden;}
ul.guanhuai_page .jt{font-size: 24px;color: #d00025;}
ul.guanhuai_page .jt_black{font-size: 24px;color: #d00025;}
ul.guanhuai_page li {display: inline;}
ul.guanhuai_page li a:hover{background-color: #ea6764;color: #fff;}
ul.guanhuai_page li a:hover .jt {color: #fff;}
ul.guanhuai_page li a.active {background-color: #ea6764;color: #fff;}
ul.guanhuai_page li a {color: black;float: left;padding: 5px 12px;text-decoration: none;}
.page_jt{display: block;margin-top: 2px;}




/*合作伙伴页面*/
.cooperativebg{display:block;background: url(../images/cooperativebg.png)no-repeat center;}
.brand-list li{float: left;border-bottom: 1px #DEDEDE solid;border-right: 1px #DEDEDE solid;}
.brand-list{overflow: hidden;margin-bottom: 90px;background: #f5f5f5;background: linear-gradient(to right, rgba(255,255,255,0), rgba(245,245,245,1));}
.brand-list li div{-webkit-filter: grayscale(90%);opacity: 0.6;display:table-cell;width:239px; height:160px;text-align:center;vertical-align:middle;}
.brand-list li div:hover{background: #FFFFFF;-webkit-filter: grayscale(0%);opacity: 1; box-sizing: border-box;box-shadow: 0px 0px 20px #d5d5d5;}
/*投资者关系页面*/
.investor_banner{height: 350px;z-index: 0;position: relative;}

/*多媒体视频页面*/
.media_play{cursor:pointer;width:58px;height:58px;background:url(../images/media_paly_btn.png)no-repeat center;top:50%;left:50%;position: absolute;}
.action_play{text-align:center;width: 100%;height: 80px;line-height: 80px;background-color: #dbdbdb;font-size: 18px;color: #505050;margin-top: 45px;}
.media_paly-img{width:427px;height:241px;overflow:hidden;transition: all 1s;}

.gMedia-title{width: 365px;font-size:16px;margin-left: 35px;margin-top: 40px;color: #161616;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}


.guanhuai_img .media_play{width:58px;height:58px;background:url(../images/media_paly_btn.png)no-repeat center;top:238px;left:365px;position: absolute;}
.media_paly-img .media_play{width:58px;height:58px;background:url(../images/media_paly_btn.png)no-repeat center;top:91px;left:184px;position: absolute;z-index: 2;opacity: 0;}
.media_blockbg{width: 427px;height: 241px;background-color: #000;opacity: 0;position:absolute;z-index: 1;}
.guanhuai_list li:hover .media_blockbg{background-color: #000;opacity: 0.3;}
.guanhuai_list li:hover .media_play{opacity: 1;}

.video_list{overflow: hidden;margin-left:-22px;margin-top:-70px;margin-bottom: 100px;}
.video_list li{float:left;margin-left:22px;margin-top:70px;width: 385px;height: 210px;position: relative;}
.video_list li span{color:#fff;padding-left:12px;box-sizing:border-box;line-height:32px;width: 385px;display:inline-block;position: absolute;bottom: 0;background: rgba(0,0,0,0.3);}
.video_list li .video_play{position:absolute; left:165px;top:78px;background: url(../images/video-play.png)no-repeat center;width: 54px;height: 54px;}





/*人才理念*/

.banner-img{width:100%;position: absolute;z-index: 0;-webkit-transition:all 1s;}
.banner-img img{-webkit-transition:all 0.8s;transition:all 0.8s;}
.banner:hover img{
	-webkit-transition:all 0.8s;
	 transform:scale(1.03);
    -ms-transform:scale(1.03); /* IE 9 */
    -webkit-transform:scale(1.03); /* Safari and Chrome */  }
.area_50{width: 652px;height: 480px;-webkit-transition:all 0.8s;transition:all 0.8s;margin-bottom: 10px;}
.area_50:hover{-webkit-transition:all 0.8s;transition:all 0.8s;box-shadow: 0px 0px 15px #cdcac3;}
.bottom_sociaty{width:100%;text-align:center;position: absolute;bottom: 0;}
.sociaty_tcenter{width: 100%;position: absolute;top: 30%;text-align: center;}
.sociaty_fsnum{font-size: 120px;line-height: 1.1em;}
.sociaty_icon{margin-left: 5px; position:absolute; -webkit-transition:all 0.5s;right:-28px;}
.black:hover{color: #e74541;}
.active_ack:hover .sociaty_icon{animation:mymoves 1s infinite;-webkit-animation:mymoves 1s infinite;transition:all 0.5s;}
@keyframes mymoves{from {right:-28px;}to {right:-32px;}}
@-webkit-keyframes mymoves /*Safari and Chrome*/{from {right:-28px;}to {right:-32px;}}

.widthauto{width: 653px;overflow: hidden;}
.idea_flw{overflow: hidden;width: 2612px;height: 561px;}
.idea_flw li{float:left;width: 653px;height: 561px;position: relative;}
.idea_flw li a{display: block}
.idea_flw li .wenzijies{color:#fff;width:100%;position:absolute;bottom:0;line-height: 40px;text-align: center;background-color: rgba(255,255,255,0.3);}
.idea_front{overflow: hidden;width: 28%;margin: 15px auto;margin-bottom: 20px;text-align: center;}
.idea_front li{float: left;border-radius: 50%;width: 10px;height: 10px;background-color: #dedede; margin-left: 15px;cursor: pointer;}
.idea_front li.curr{background: #ea6764;}
.idea_txt_up{width: 655px;background-color: #fff;overflow: hidden;}
.idea_txt_up_hq{float:left;width:140px;line-height: 274px;box-sizing: border-box;}
.idea_txt_up_txt{width:450px;float:left;font-size: 14px;color: #989898;margin-top: 70px;line-height: 23px;}

.idea_one{width: 300px; margin-top: 60px;}
.idea_two{width: 620px;margin-top: 60px;}
.idea_three{width: 400px;margin-top: 60px;}

.idea_list{margin-left: -18px;}
.idea_list li{float:left;width: 429px;background-color: #fff;margin-bottom: 20px;margin-left: 17px; transition:all 0.8s;}
.idea_list li a{display: block;height: 100%; cursor: pointer;}
.idea_list li:hover{transition:all 0.8s; box-shadow: 0px 10px 20px #cdcac3;
-webkit-transition: all 0.8s; transform: translate(0, -10px); -webkit-transform: translate(0, -10px);
-moz-transform: translate(0, -10px);  -o-transform: translate(0, -10px); -ms-transform: translate(0, -10px);
}
.idea_list li h1{color: #b40000;}
.idea_wenz{width: 353px;height: 67px;color: #565656;font-size: 12px;margin-bottom: 50px;line-height: 18px;}

.idea_qh{overflow: hidden;width: 4000px;height: 545px;}
.idea_qh ul{position: relative;}
.idea_qh li{overflow: hidden;float: left;}

.staff_mt li{margin-top: 20px;}



/*人才招聘*/
.recruit-fev{width: 100%;background: #f5f5f5;overflow: hidden;}
.recruit-fev li a{display:block;}
.recruit-fev li{float:left;text-align: center;height: 50px;line-height: 50px;width: 33.3%;cursor: pointer;font-size: 16px;}
.recruit-fev li.curr{background: #ea6764;color: #fff;}

.main-zp{width: 100%; background: #fff;height: 80px;}
.main-zp li{float:left;width: 50%;text-align: center;font-size:20px;line-height: 80px;cursor: pointer;}
.main-zp li.curr{background: #ea6764;color: #fff; }
.main-zp li:hover{background: #ea6764;color: #fff;}

.recruit-list{margin-left: -20px;margin-top: 6px;margin-bottom: 50px;overflow: hidden;}
.recruit-list li{float:left;width: 425px; margin-left: 21px;background: #fff;margin-top: 20px;margin-bottom:10px;transition: all 0.8s;}
.recruit-list li h1{height:73px;line-height:73px;font-weight: bold;font-size: 22px;color: #000;text-align: center;border-bottom: 1px solid #DEDEDE;}
.recruit-list_txt{width:353px;margin: 42px auto;}
.recruit-list_txt p{width:100%;line-height: 45px;border-bottom:1px solid #DEDEDE;text-align: center;font-size: 18px;color: #282828;}

.recruit-list li:hover{transition: all 0.8s; box-shadow: 0px 10px 20px #cdcac3; -webkit-transition: all 0.8s;
transform: translate(0, -10px); -webkit-transform: translate(0, -10px);-moz-transform: translate(0, -10px);
-o-transform: translate(0, -10px); -ms-transform: translate(0, -10px);}

.recruit-qh{overflow: hidden;width: 2640px;height: 740px;}
.recruit-qh ul{position: relative;}
.recruit-qh li{float: left;overflow: hidden;}

.recruit-list_btn{display:block;line-height:37px;text-align:center;width: 130px;margin:0 auto;font-size:16px;border-radius: 25px;background: #eeeeee;margin-bottom: 35px;}
.recruit-wz{width: 365px;margin: 0 auto;margin-top:15px;font-size: 15px;text-align: left;letter-spacing: 1px;}

.recruit_bg{background-color: #fff;overflow: hidden;}
.recruit_liner{height:1px;border:none;background-color:#cfcfcf;margin-top: 25px;}
.recruit-txt{margin-left: 285px;margin-top: 30px;margin-bottom: 50px;}
.recruit-txt li{font-size: 18px;line-height: 35px;color: #161616;}
.recruit-zwei{display:block;width: 139px;margin:35px auto;border-radius:25px;height: 31px;line-height: 31px;text-align: center;background-color: #999999;color: #fff;}

/* 下拉按钮样式 */
.dropbtn {
    background:url(../images/nearbg.png)no-repeat center;
    color: white;
    width: 320px;
    height: 45px;
    line-height: 45px;
    font-size: 25px;
    border: none;
    text-align:center;
    cursor: pointer;
    position: relative;
    z-index: 0;
}

.dropbtn .near_front{z-index:2;position: absolute; right: 15px;top:18px; width:20px; height:10px;background: url(../images/near_front.png)no-repeat 0px -10px;}
/* 容器 <div> - 需要定位下拉内容 */
.dropdown {
	margin: 0 auto;
	margin-top: 75px;
	width: 320px;height: 45px;
    position: relative;

}
/* 下拉内容 (默认隐藏) */
.dropdown-content {
	z-index: 999;
    display: none;
    position: absolute;
    left: 0;
    background-color: #c96e6e;
    font-size: 25px;
    text-align: center;
    min-width: 320px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
/* 下拉菜单的链接 */
.dropdown-content a {
     color: #fff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
/* 鼠标移上去后修改下拉菜单链接颜色 */
.dropdown-content a:hover {background-color: #b45c5c;}/* 在鼠标移上去后显示下拉菜单 */
.dropdown:hover .near_front{background: url(../images/near_front.png)no-repeat 0px 0px;}
.dropdown:hover .dropdown-content {display: block;}
/* 当下拉内容显示后修改下拉按钮的背景颜色 */
.dropdown:hover .dropbtn {background-color: #c96e6e;}

.news_listbe{margin-top: 50px; margin-bottom:80px;z-index: 0;overflow: hidden;}
.news_listbe li:nth-child(odd){margin-left: 0;}
.news_listbe li{ float:left;margin-left:25px;width: 585px;height: 138px; background: #fff;margin-top: 20px;}
.news_listbe li .news-date{float: left;border-right: 1px solid #DEDEDE;}
.news_listbe li .news-txt{float: left;color: #555;height: 124px;overflow: hidden;}
.news_listbe li .news-txt h1{font-size: 18px;font-weight: bold;margin-left: 40px;margin-top: 30px;}
.news_listbe li .news-txt .news-text-p{font-size:12px;width: 345px;height:55px;margin-left: 40px;margin-top: 10px;overflow: hidden;display: -webkit-box;
-webkit-box-orient: vertical;-webkit-line-clamp: 3;}
.date-fn{padding: 17px 35px;box-sizing: border-box;color: #555;}.date-fn span{font-size: 60px;font-weight: bold;}
/*投资者关系页面*/
/*列表*/
.investor_list{margin-left: -20px;overflow: hidden;margin-top: 10px;}
.investor_list li{float:left;width: 426px;height: 340px;background: #fff;margin-left: 20px;overflow: hidden;margin-top: 20px;margin-bottom:10px;transition: all 0.8s;}
.investor_list li:hover{transition: all 0.8s; box-shadow: 0px 10px 20px #cdcac3; -webkit-transition: all 0.8s;
 transform: translate(0, -10px); -webkit-transform: translate(0, -10px);-moz-transform: translate(0, -10px);  -o-transform: translate(0, -10px);
-ms-transform: translate(0, -10px);}
.investor_squ{width: 15px;height: 5px;background: #ea6764;}
.ck_icon{cursor: pointer;background: url(../images/chakan_icon.png)no-repeat left;padding-left: 26px;margin-top: 85px;display: block;}
.investor_title{width: 380px;height: 58px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
.investor_title:hover{color:#f70503;cursor: pointer;}
.ck_icon:hover{color:#f70503;}
/*页码*/
ul.investor_page {width: 165px;margin: 0 auto;overflow: hidden;}
ul.investor_page .jt{font-size: 24px;color: #919191;}
ul.investor_page li {display: inline;}
ul.investor_page li a:hover{background-color: #ea6764;color: #fff;}
ul.investor_page li a:hover .jt {color: #fff;}

ul.investor_page li a.active {background-color: #ea6764;color: #fff;}
ul.investor_page li a {color: black;float: left;padding: 5px 12px;text-decoration: none;}
.page_jt{display: block;margin-top: 2px;}


/*新闻中心-媒体报道*/
.news_media_banner{height: 350px;position: relative;z-index: 0;}
.news_infor_list{overflow:hidden;margin:10px auto;}
.news_infor_list li:nth-child(odd){margin-left: 0px;}
.news_infor_list li{float:left;margin-left:115px;margin-top:50px;width: 540px;position: relative;}
.news_infor_list li .news_date_f{font-size: 21px;margin-left: 85px;color: #78797a;}
.news_list_date{position:absolute;margin-top:48px;font-size: 32px;color:#fff;text-align:center;width: 60px;line-height: 60px;background: #ea6764;}
.news_list_text{float: left;margin-left:35px;margin-top:3px;width: 505px;height: 150px;background: #fff;}
.news_list_text h1{font-size:19px;width: 380px;overflow:hidden;text-overflow:ellipsis;
white-space: nowrap; color:#4f4f4f;font-weight:bold;margin-top: 30px;margin-left: 55px;}
.news_list_text h1:hover{color: #e74541;}
.news_list_text span{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;height:60px;color:#4f4f4f;font-size: 14px;margin-top:10px;margin-left: 55px; margin-right: 30px;;}
.news_list_text .news_lines{float:right;margin-right:30px;width: 60px;height: 1px;background: #ea6764;}

.News_zx{width: 353px; height: 115px; color: #565656;line-height: 23px;}
.guanhuai_list li:hover .gred{color: #ca2924;}

/*新闻中心-集团新闻*/
.gNews-fev{width: 100%;background: #f5f5f5;overflow: hidden;}
.gNews-fev li a{display:block;}
.gNews-fev li{float:left;text-align: center;height: 50px;width: 25%;line-height: 50px;cursor: pointer;font-size: 16px;}
.gNews-fev li.curr{background: #ea6764;color: #fff;}

.gNews_list_zt{margin-left: -20px; margin-top: 20px;overflow:hidden;margin-bottom: 20px;}
.gNews_list_zt li{float:left;width: 427px;background: #fff;margin-top:10px;margin-left: 19px;margin-bottom:10px;text-align: center;position: relative;transition: all; 0.8s}
.gNews_list_zt li a{display: block;height: 100%;}
.gNews_list_zt li:hover{cursor:pointer;transition: all 0.8s;  -webkit-transition: all 0.8s;
	box-shadow: 0px 10px 20px #cdcac3; transform: translate(0, -10px); -webkit-transform: translate(0, -10px);
	-moz-transform: translate(0, -10px);  -o-transform: translate(0, -10px); -ms-transform: translate(0, -10px);}
.gNews_list_zt li .tuijian_bottom{width:90px;margin:0 auto;margin-top: 35px;margin-bottom: 30px;}
.gNews_list_zt li .tuijian_ts{width: 65px;position: relative;}
.gNews_list_zt li .icon-next{position:absolute;left:63px;transition:all 0.5s;}
.gNews_list_zt li:hover .icon-next{animation:mymove 1s infinite;-webkit-animation:mymove 1s infinite;transition:all 0.5s;}
	@keyframes mymove{from {left:63px;}to {left:70px;}}
	@-webkit-keyframes mymove /*Safari and Chrome*/{from {left:63px;}to {left:70px;}}

.News_zx{width: 353px; height: 115px; color: #565656;line-height: 23px;}
.guanhuai_list li:hover .gred{color: #ca2924;}


/*员工生活页面*/
.staff_main{display: inline-block;}

.staff_width{width: 1320px;margin: 0 auto;background-color: #fff;overflow: hidden;}
.staff_list{margin-left: 5px;overflow: hidden;}

.staff_list li{float:left;width:410px;margin-left: 20px;margin-top: 40px;text-align: center;}
.staff_list li .staff_list-img{width: 410px;height: 360px;overflow: hidden;}
.staff_list li .staff_list-img img{-webkit-transition: all 1.5s;transition: all 1.5s;}
.staff_list-img:hover img{transform: scale(1.03);transition: all 1.5s;-webkit-transform: scale(1.03); -webkit-transition: all 1.5s;}
.staff_list li span{width: 410px;height:27px;font-size: 16px;display: block; letter-spacing: 1px;margin-top: 3px;overflow: hidden;text-overflow:ellipsis;
white-space: nowrap;}



.staff-img{float:left;width: 583px;height: 316px;}
.staff-text{float:left;margin-left: 50px;width: 755px;}
.staff-text .black_red{color: #b40000;}
.staff-text h1{font-size: 23px;margin-top: 45px;}
.staff-text p{font-size: 12px;color: #565656;}
.staff-btn{width: 175px;line-height:37px;text-align:center;display: block;color:#fff;border-radius: 25px;background-color: #ea6764;margin: 45px auto;}

/*服务交流-联系方式*/
.service_banner{overflow:hidden;height: 350px;position: relative;z-index: 0;margin-top: 85px;}
.banner-text{position: absolute;width: 100%;top: 0;margin: 0 auto; color: #fff ;}
.banner-text .banner-text-en{font-size: 40px;font-weight: bold; opacity: 0.2;   margin-top: 69px;padding-left: 10px;}
.banner-text .banner-text-ec{font-size: 50px;font-weight: bold;line-height: 15px;padding-left: 10px;}
.banner-square{height: 4px;width: 41px;background: rgba(255,255,255,0.5);margin-top: 33px;margin-left: 10px;}
.banner-content{font-size: 24px;margin-top: 42px;margin-left: 10px;}
.service_banner .service_banner-img{-webkit-transition: 0.8s ease all;height:350px;transition: 1s ease; all}
.service_banner:hover .service-img {transform: scale(1.04);-webkit-transform: scale(1.04);}

.service-jl{width: 100%;background: #f5f5f5;overflow: hidden;}
.service-jl li a{display:block;}
.service-jl li{float:left;text-align: center;height: 50px;line-height: 50px;width: 50%;cursor: pointer;font-size: 16px;}
.service-jl li.curr{background: #ea6764;color: #fff;}

.service_list{float: left; width: 190px;}
.service_list li{float:right;width:118px;height: 145px;background: #fff;margin-top: 10px;-webkit-filter: grayscale(90%);
	vertical-align: middle; /*将li放置在父元素的中部*/
    text-align: center; /*文本居中对齐（这是必须的）*/
    display: table-cell; /*将li元素会作为一个表格单元格显示（类似 和 ）*/}
.service_list li span {line-height: 145px;
    display: inline-block; /*将span设置成为行内块元素 （这是必须的）*/
    height: 100%; /*设置span的高度为100%*/
    vertical-align: middle; /*将span放置在在父元素的中部（li）*/
}
.service_list li span img {vertical-align: middle; /*将span放置在在父元素的中部（li）*/}

.service_list li:first-child{margin-top: 0;}
.service_list .service_curr{width: 160px;border-left: 5px solid #ca2924;-webkit-filter: grayscale(0%);}

.service_content{float: left;}
.service_content{margin-left: 20px;}
.service_content li{width: 1100px;height: 765px;background: #fff;overflow: hidden;}
.service_cime{width: 730px;margin-top: 75px;margin-left: 125px;ma}
.service_cime p{margin-top: 20px;font-size: 20px;}
.lx-map{width: 730px;height: 300px;background: url(../images/lx-map.png)no-repeat center;margin-top: 30px;}
/*服务交流-在线留言*/
.feedback_text{width: 630px;margin: 0 auto;text-align: center;color: #9c9c9c;}
.feedback_line{width: 30px;height:2px;margin:25px auto 35px;background: #f85e69;border: none;}
.feedback_bda{overflow:hidden;width: 630px;margin: 0 auto;}.feedback_bda p{color: #9a9a9a;}
.feedback_bda input{line-height: 25px; box-sizing: border-box;border:1px solid #DEDEDE;margin-top: 5px;padding: 10px;}
.feedback_btn{display: block;background: #ea6764;margin:40px auto;text-align: center;line-height: 45px;color: #fff;width: 183px;}

/*我们公司-大事记*/

.events_one{margin: 55px auto;}
.events_one li{float: left;}
.events_num{float:left;font-size: 87px;font-weight: bold;color: #f4f4f4;font-style:italic;line-height: 75px;}
.events_zw{float: left;}
.events_year{color: #ea6764;}
.events_txt{display: block;width: 184px;}
.events_line{float:left;margin-top:42px;margin-left:25px;height:1px;width: 75px;background: #DEDEDE;}

.events_list_years li{height:80px;line-height: 80px;position: relative;z-index: 2;margin-top: 10px;}
.events_list_years li:hover a{color: #ea6764;}
.events_list_one{float:left;width:252px;height:80px;line-height: 80px;text-align: center;color: #ea6764;font-size: 36px;}
.events_cir{float:left;width: 14px;height: 14px;background: #ea6764;border-radius: 50%; margin-top: 33px;margin-left: 3px;margin-right: 3px;}
.events_n_cir{float:left; width: 12px;height: 12px;border-radius: 50%;background: #ea6764;margin-top: 35px;margin-left: 4px;margin-right: 4px;
position: relative;}
.events_small_cir{width: 6px;height: 6px;background: #fff;border-radius: 50%;position: absolute;
left: 25%;
bottom: 25%;}
.events_sm{float:left;width: 1047px;line-height: 80px;background: #fff;color:#525252;padding-left: 60px;font-size: 20px;box-sizing: border-box;cursor: pointer;}
.events_liner{width: 2px;height: 100%;background: #D5D5D5;position: absolute;left: 19.8%;z-index: 1;}


/*塑化B2B电商平台--页面*/
/*塑化B2B电商平台*/
.company-nav li{font-size:16px;float: left;text-align:center;width: 150px; line-height: 80px;}
.company-nav li:hover{color: #ED1E2D;}

.chainman_title{text-align: center;font-size: 30px;margin-top: 80px;}
.chainman_small{text-align: center;font-size: 30px;font-weight: bold;opacity: 0.3;margin-top: 10px;}

.capital_txt{width:195px;position:absolute;top: 41%;left:54px;text-align: center;margin-top: -10px;}
.capital_txt h1{font-size: 26px;}
.capital_txt p{font-size: 24px; margin-top: -17px;}

.chainman_conten{position:relative;overflow:hidden;height:503px;background: url(../images/company_img.png)no-repeat center; margin-top: 15px;margin-bottom: 60px;}
.chaiman_wzjs{float: left; width: 440px;height: 503px;background-color:#00a9f6;position: relative;}
.chaiman_wzjs h1{font-size: 30px; color: #fff;margin-top: 65px;margin-left: 30px;}
.wzjs_square{width: 50px;height:2px;background: #fff;margin:0 auto;margin-top: 10px;}
.wzjs_wz{width: 360px;margin: 0 auto;font-size:20px;color: #fff;margin-top: 45px;line-height:35px;letter-spacing: 1px;}
.wz_left{position: absolute;bottom: 30px;margin-left: 30px;color: #fff;font-size: 15px;}

/*塑料市场*/
.market{float:left;width: 599px;height:270px;margin-top:40px;margin-left:60px;margin-bottom:35px;border-right: 1px solid #DEDEDE;overflow: hidden;}
.market_jiaoyi{overflow:hidden;font-size: 19px;margin-left: 130px;color: #fff;}
.market_jiaoyi .market_num{font-size: 35px;font-weight: bold; }
.market_bt{float:left;width:72px;line-height: 50px;font-size: 18px;padding-right: 25px;}

.qiye_trand{width: 440px;float: left;margin-left: 72px;margin-top: 40px;color: #fff;}
.trand_bg{background:url(../images/gysgl.png)no-repeat right;}
.ztrand_bg{background:url(../images/qiyedl.png)no-repeat right;}
.zdtrand_bg{background:url(../images/gys.png)no-repeat right;}
.qiye_trand li{height:90px;line-height: 90px;border-bottom: 1px solid #DEDEDE;}
.qiye_trand li:last-child{border: none;}
.trand_wj{font-size: 20px;margin-left: 25px;}
.trand_title{width: 185px;font-size: 20px;overflow: hidden;display: inline-flex;}

.capital{overflow:hidden;margin-left: -210px;margin-top: 70px;margin-bottom: 80px;}
.capital li{float:left;width: 300px;overflow: hidden;position: relative;margin-left: 210px;}
.capital li .stock{display: block;width: 300px;height: 323px;}
.stock_icon01{background: url(../images/stock_icon01.png)no-repeat;}
.stock_icon02{background: url(../images/stock_icon02.png)no-repeat;}
.stock_icon03{background: url(../images/stock_icon03.png)no-repeat;}



.capital_yy{letter-spacing:3px;font-size: 22px;margin-top: 70px;color: #353535;}
.capital_tbxz{letter-spacing:3px;width:218px;font-size: 22px;color: #353535;border-bottom: 1px solid #DEDEDE;margin-top: 5px;}
.capial_num{font-size: 28px;color: #ea6764;}
.company_gz{float: left;}
.compang_bps{font-size: 18px;width: 315px;color: #9b9b9b;line-height: 30px;margin-left: 80px;}
.compang_zgz{margin-top: 40px;}
.compang_square{float:left;width: 7px;height: 7px;background: #f29f9d;margin-left: 80px;margin-top: 10px;}
.compang_guzhi{float: left;margin-left: 10px;}
.capial_dsnum{font-size: 28px;color: #ea6764;border-bottom: 1px solid #DEDEDE;}

.industrial_bg{background: url(../images/industrial_bg.png)no-repeat center;height: 452px;margin-top:40px;margin-bottom: 70px;}
.brand-bg{margin-top:55px;background: url(../images/brand-bg.png)no-repeat center;height: 245px;margin-bottom: 70px;}


/*合作品牌*/
.brand_logo{overflow:hidden;margin-top: 40px;margin-bottom: 60px;}
.brand_logo li{float: left;border-bottom: 1px #DEDEDE solid;border-right: 1px #DEDEDE solid;}
.brand_logo li div{-webkit-filter: grayscale(90%);opacity: 0.6;width: 219px;height: 140px;display: table-cell;text-align: center;vertical-align: middle;font-size: 0;}
.brand_logo li div:hover{background: #FFFFFF;-webkit-filter: grayscale(0%);opacity: 1; box-sizing: border-box;box-shadow: 0px 0px 20px #d5d5d5;}

/*核心优势*/
.core{overflow:hidden;margin-left: -20px;margin-top:30px;margin-bottom: 50px;}
.core li{float:left;width: 315px;height: 448px;background: #fff;margin-left: 20px;transition: all 0.8s;margin-top: 10px;
    margin-bottom: 10px;}

.core li:hover{background: #009fe8;color: #fff;
transition: all 0.8s; box-shadow: 0px 10px 20px #c2c0c0; -webkit-transition: all 0.8s;
 transform: translate(0, -10px); -webkit-transform: translate(0, -10px);-moz-transform: translate(0, -10px);  -o-transform: translate(0, -10px);
-ms-transform: translate(0, -10px);}

.core li:hover .core_txt{color: #fff;}
.core li:hover h1{color: #fff;}
.core li .core_icon{width: 64px;height: 64px;margin: 45px auto;}

.core li .core_icon01{background: url(../images/scale_icon.png)0px 5px no-repeat;}
.core li .core_icon02{background: url(../images/resource_icon.png)0px 2px no-repeat;}
.core li .core_icon03{background: url(../images/mode_icon.png)0px 5px no-repeat;}
.core li .core_icon04{background: url(../images/platform_icon.png)0px 5px no-repeat;}

.core li:hover .core_icon01{background: url(../images/scale_icon.png)0px -56px no-repeat;}
.core li:hover .core_icon02{background: url(../images/resource_icon.png)0px -62px no-repeat;}
.core li:hover .core_icon03{background: url(../images/mode_icon.png)0px -60px no-repeat;}
.core li:hover .core_icon04{background: url(../images/platform_icon.png)0px -67px no-repeat;}

.core li h1{font-size: 23px;text-align: center;margin-top: 60px;color: #009fe8;font-weight: bold;}
.core li .core_txt{letter-spacing:1px;line-height:25px;font-size:16px;width: 205px;margin: 0 auto;margin-top:15px; color: #999999;}

/*发展目标*/
.goals_gz{width: 1320px;margin:0 auto;margin-top:50px;height: 205px;overflow: hidden;margin-left: -32px;margin-bottom: 75px;}
.goals_gz li{float: left;height: 190px;line-height: 165px;margin-left: 46px;color: #fff;}
.goals_gz li .gz_left{width:35px;height:20px;}
.circle_wy{width: 150px;height: 150px;border-radius: 50%;border: 1px solid #FFFFFF; display:flex; justify-content:center;align-items:center;}
.circle_ny{width: 135px;height: 135px;line-height:135px;border-radius: 50%;border: 1px dashed #FFFFFF; display: table-cell;text-align: center;vertical-align: middle; }
.circle_ny img {vertical-align: middle;}




/*文创产业园--页面*/
.park_brief{overflow: hidden;margin-top: 20px;}
.park_img{width: 409px;float: left;overflow: hidden;}
.park_txt{width: 910px;height: 590px; background: #fff;float: left;}
.park_txt .park_h1{margin-top: 80px;text-align: center;font-size: 30px;}

.park_icon{width: 50px;height: 2px;background: #eb7270;margin: 0 auto;margin-top: 10px;}
.park_wz{width: 750px;margin: 0 auto;margin-top:40px;font-size: 20px;color: #767676;line-height: 35px;}
.wz_right{text-align: right;font-size: 14px;margin-top: 20px;}
/*全国布局*/
.layout{overflow:hidden;}
.layout-text{float:left;width: 694px;}
.layout-map{float:left;width: 626px;}
.layout_list li{line-height: 37px;margin-top: 23px;display: block;overflow: hidden;}
.layout_title{background: #fff;border-top-right-radius: 16px;text-align: center;color: #01366d;}
.title_lay{width: 550px;margin:0 auto;text-align: center;font-size: 16px;color: #424343;margin-top: 15px;}
/*梦谷项目*/
.project{margin-top: 25px;overflow: hidden;margin-left: -20px;margin-bottom: 65px;}
.project li{float:left;overflow:hidden;width: 426px;height: 390px;background-color: #fff;margin-left: 20px;margin-top: 20px;}
.project li h1{font-size: 20px;text-align: center;margin-top: 33px;}
.project li .project-img{width: 426px;height: 292px;overflow: hidden; }
.project li .project-img img{-webkit-transition: 1s ease all;transition: 1s ease all;}
.project-img:hover img{transform: scale(1.04);  transition: 1s ease all;-webkit-transform: scale(1.04);  -webkit-transition: 1s ease all;}
/*加入我们*/
.jion_us{background: url(../images/jion_usbg.png)no-repeat center;display: block;height: 281px;}
.jion_us_txt{position: absolute;top: 75px;right: 165px;color: #fff;}
.jion_link{width:135px;margin-top: 10px;background-color: #d00025;display: block;text-align: center;line-height: 33px;}

/*医药科学*/
.medical_wss{overflow:hidden;margin-bottom: 70px;margin-top:20px;}
.medical_wss_icon{float:right;width: 300px;margin-right: 210px; margin-bottom: 20px;}
.medical_txt{float:left;background: #16d0cd;width: 380px;height: 437px;border-radius: 3px;}
.medical_txt .medical_wz{width: 250px;margin: 74px auto 57px; color: #fff;font-size: 18px;line-height:35px;}
.medical_txt .medical_square{width:50px;height:4px;background: #fff;margin-left: 50px;}
.medical_txt .medical_link{display:block;margin-left: 50px;color: #fff;margin-top: 10px;}

.medical_yl{height:395px;background: url(../images/medicine_bg1.png)no-repeat center;}
.medical_ya{margin:55px auto; background: url(../images/medicine_bg2.png)no-repeat center;height: 362px;}
.medical_yaes{text-align: center;padding-left: 196px;margin-bottom: 55px;}
.medical_newcl{background: url(../images/medicine_bg4.png)no-repeat center;height: 290px;}
.medical_newcl .newcl{text-align: center;line-height: 290px;font-size: 38px;color: #eef8fd;font-weight: bold;}

/*新闻内页*/
.news_bottombg{background: #e2e2e2;overflow: hidden;}
.news_pages{overflow:hidden;display:block;width: 1250px; margin:0px auto; margin-top:110px;margin-bottom:60px;background: #fff;}
.news_title{width: 1320px;line-height: 70px; border-bottom: 1px solid #DEDEDE;padding-left: 30px;}
.w800p {width: 1320px;margin: 0 auto;overflow: hidden;clear: both;border-bottom: 1px solid #D5D5D5;}
.info-detail-title {font-size: 22px;overflow: hidden;clear: both;text-align: center;margin-top: 45px;}
.info-detail-bq {line-height: 40px;text-align: center;color: #333333;}
.news_content{overflow:hidden;margin: 40px 60px;}
.news_txt{float:left;width: 660px; margin-left: 50px;}.news_txt p{line-height: 25px;}
.news_xb{float:left;width: 695px; }.news_xb p{line-height: 25px;}
.news_li{width:1100px;margin: 30px auto;display: block;}
.news_li li{margin-top:20px;font-size: 18px;}
.news_li li span{font-weight: bold;}
.news_li li:hover a{color: #ea6764;}
.royuleibiao{margin: 50px auto;}
.royuleibiao li{text-align: center;margin-top: 30px;font-size: 20px;}

/*分页页码*/
ul.pagination {
	overflow: hidden;
    display: table;
    padding: 0;
    margin: 65px auto 75px;
}

ul.pagination li {display: inline;}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;background: #fff;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
}

ul.pagination li a.active {
    background-color: #ea6764;
    color: white;
    border: 1px solid #ea6764;
}

ul.pagination li a:hover:not(.active) {color:#fff;border: 1px solid #ea6764;background-color: #ea6764;}

/*首页--弹窗视频*/
.block_bg{display:none;height: 100%;left: 0;position: fixed; top: 0;width: 100%;background: #000;opacity: 0.8;z-index:11;}
.pop_video{display:none;width:1065px;height:645px;left: 50%; top: 50%;margin-top: -320px; position: fixed;margin-left: -532px;background: #fff;}
.video_bf{ width:1065px;height:600px; background:#fff;margin-top: 45px;}

.overlay-close {z-index: 3;width: 25px;height: 25px;position: absolute;right:10px;top:10px;display: block;outline: medium none;
 transition: All 0.6s ease-in-out;-webkit-transition: All 0.6s ease-in-out;-moz-transition: All 0.6s ease-in-out;-o-transition: All 0.6s ease-in-out;}
 .overlay-close:hover{transform: rotate(360deg);
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            -ms-transform: rotate(360deg);}
.pop_video{z-index:3;}

/*多媒体视频--弹窗视频*/
.pop_videoa{width: 1158px;height:660px;left: 50%; top: 50%;margin-top: -350px; position: fixed;margin-left: -581px;}
.video_wrap li{display: none;position: relative;width: 1158px;height:660px;background: #fff;}
.pop_videoa{z-index:2;}


/*底部*/
.footer_title{font-size: 26px;color: #fff;margin-top: 50px;}
.footer_list{float: left;margin-top: 35px;margin-bottom: 80px;}
.footer_list li {float: left;width: 150px; color: #949494;}
.footer_list li h3{color: #fff; font-size: 16px;}
.footer_list li a {display: block;padding-top: 5px;cursor: pointer;}
.footer-bottom{line-height: 60px;height:60px;background: #3b3b3b;border-top: 2px solid #454545; font-size:16px;color: #f5f5f5;}

