@charset "UTF-8";
/*视频列表 start*/
.videoList{overflow: hidden;margin-right: -50px;}
.videoList dd{width: 33.3333%;display: inline;float: left;transition: all 200ms linear;-webkit-transition: all 200ms linear;overflow: hidden;margin-bottom: 60px;}
.videoList dd .con{position: relative;margin-right: 50px;background-color: #fff;}
.videoList dd .con .pic{position: relative;}
.videoList dd .con .pic::before{padding-top: 66.6667%;}
.videoList dd .con .pic .play{display:block;position: absolute;width: 100%;height: 100%;left: 50%;top: 50%;transform: translate(-50%,-50%); background: rgba(0,0,0,0.3) url(../images/play.png) no-repeat center center;}
.videoList dd .con .text{height: 50px;line-height: 50px;color: #333;font-size: 16px;text-align: center;}
/*视频列表 end*/
/*------------------------集团概况start-----------------------*/
/*董事长致辞 start*/
.aboutCol1{overflow: hidden;width: 100%;height: 100%;}
.aboutCol1 .picBox{width: 50%;overflow: hidden;background: url(../test/aboutC1Bg.jpg) no-repeat center;background-size: cover;padding-top: 92px;height: 100%;}
.aboutCol1 .picBox .pic{width: 62.5%;display: inline;float: right;}
.aboutCol1 .picBox .pic::before{padding-top: 163.3333%;}
.aboutCol1 .picBox .picBoxText{overflow: hidden;padding: 100px 0 0 60px;}
.aboutCol1 .picBox .picBoxText .cnName{height: 32px;line-height: 32px;font-size: 20px;color: #000;margin-bottom: 20px;}
.aboutCol1 .picBox .picBoxText .enZhiWei{line-height: 24px;font-size: 18px;color: rgba(183,5,25,0.3);margin-bottom: 10px;font-weight: bold;text-transform: uppercase;}
.aboutCol1 .picBox .picBoxText .cnZhiWei{height: 30px;line-height: 30px;font-size: 20px;color: #000;margin-bottom: 70px;}
.aboutXqBtn{width: 160px;height: 42px;line-height: 42px;background: #0171b9 url(../images/indexMoreH.png) no-repeat center right 30px;}
.aboutXqBtn a{display: block;width: 100%;height: 100%;padding-left: 30px;box-sizing: border-box;-webkit-box-sizing: border-box;color: #fff;font-size: 14px;}
.aboutMore{width: 48px;height: 48px;border-radius: 50%;background: #b70519 url(../images/aboutMore.png) no-repeat center center;transition: all 200ms linear;-webkit-transition: all 200ms linear;position: relative;z-index: 5;}
.aboutMore a{display: block;width: 100%;height: 100%;}
.aboutMore:hover{transform: translateY(-5px);-webkit-transform: translateY(-5px);}
.aboutMore1{width: 48px;height: 48px;border-radius: 50%;background: #fff url(../images/aboutMore1.png) no-repeat center center;transition: all 200ms linear;-webkit-transition: all 200ms linear;display: inline-block;position: relative;z-index: 5;}
.aboutMore1 a{display: block;width: 100%;height: 100%;}
.aboutMore1:hover{transform: translateY(-5px);-webkit-transform: translateY(-5px);}
.aboutTextBox{overflow: hidden;padding: 192px 80px 0 240px;background-color: #f9f9f9;height: 100%;box-sizing: border-box;-webkit-box-sizing: border-box;}
.aboutTitle .cnTitle{line-height: 32px;padding-bottom: 20px;font-size: 26px;color: #333;margin-bottom: 18px;position: relative;}
.aboutTitle .cnTitle::before{display: block;content: '';width: 20px;height: 3px;background-color: #b70519;position: absolute;bottom: 0;left: 0;}
.aboutTitle .enTitle{line-height: 18px;font-size: 14px;color: rgba(102,102,102,0.5);text-transform: uppercase;margin-bottom: 60px;}
.aboutTextBox .info{height: 210px; line-height: 30px;font-size: 14px;color: #666666;padding-top: 50px;margin-bottom: 120px;overflow: hidden;border-top: 1px solid #eaeaea;}
.aboutTextBox .info.c2Info1{margin-bottom: 80px;}
/*董事长致辞 end*/
/*集团简介 start*/
.aboutCol2{overflow: hidden;width: 100%;height: 100%;position: relative;}
.aboutCol2 .videoBox{width: 50%;height: 100%;position: relative;}
.aboutCol2 .videoBox::before{display: block;content: '';width: 100%;height: 100%;background: rgba(1,113,185,0.2) url(../images/bigLogo1.png) no-repeat center center;;position: absolute;top: 0;left: 0;z-index: 1;background-size: 80% 80%;}
.aboutCol2 .videoBox .pic::before{padding-top: 112.5%;}
.c2PlayBtn{width: 136px;height: 136px;border-radius: 50%;background: rgba(183,5,25,0.8);position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);z-index: 2;cursor: pointer;}
.c2PlayBtn .btn{width: 48px;height: 48px;border-radius: 50%;background: url(../images/aboutPlay.png) no-repeat center center;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);z-index: 3;}
.c2PlayBtn::before{ content: ""; display: block; width: 100px;height: 100px; border-radius: 50%; background: rgba(183,5,25,0.7); position: absolute;animation: circle-opacity 2s infinite; left: 50%; top: 50%; transform: translate(-50%,-50%) scale(0,0);}
.c2PlayBtn::after{ content: ""; display: block; width: 120px;height: 120px; border-radius: 50%; background: rgba(183,5,25,0.6); position: absolute;animation: circle-opacity 2s infinite; left: 50%; top: 50%; transform: translate(-50%,-50%) scale(0,0);}
.videoPop{width: 100%;height: 100%;background-color: rgba(0,0,0,0.9);position: fixed;top: 0;left: 0;transition: all 200ms linear;-webkit-transition: all 200ms linear;opacity: 0;visibility: hidden;z-index: 999;}
.videoPop.hover{opacity: 1;visibility: visible;}
.videoPopBox{width: 900px;height: 600px;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%) scale(0);-webkit-transform: translate(-50%,-50%) scale(0);transition: all 300ms linear;-webkit-transition: all 300ms linear;z-index: 4;}
.videoPopBox.hover{transform: translate(-50%,-50%) scale(1);-webkit-transform: translate(-50%,-50%) scale(1);}
.videoCloseBtn{width: 30px;height: 30px;background-color: #fff;border-radius: 50%;font-weight: lighter;font-size: 30px;color: #000;line-height: 30px;position: absolute;top: -30px;right: -30px;text-align: center;cursor: pointer;}
.c2TextBox{background: url(../images/aboutC2Lbg1.png) no-repeat center;background-size: cover;position: relative;width: 55.625%;z-index: 5;height: 100%;position: absolute;top: 0;left: 0;padding-right: 180px;}
.c2TextBox::before{display: block;content: '';width: 100%;height: 100%;background: url(../images/bigLogo.png) no-repeat center left;background-size: 70% 70%;position: absolute;top: 0;left: 100px;z-index: 2;}
/* .c2TextBox::before{display: block;content: '';width: 100%;height: 100%;background: url(../images/aboutC2Lbg2.png);position: absolute;top: 0;left: 0;z-index: -1;}
.c2TextBox::after{display: block;content: '';width: 100%;height: 100%;background: url(../images/aboutC2Lbg3.png);position: absolute;top: 0;left: 0;z-index: -1;} */
.c2TextBox .info1{overflow: hidden;padding-top: 100px;text-align: justify;}
.c2TextBox .info1 .item{overflow: hidden;}
.c2TextBox .info1 .item .title{line-height: 44px;height: 44px;font-size: 18px;color: #333;position: relative;margin-right: 80px;display: inline;float: left;}
.c2TextBox .info1 .item .title::before{display: block;content: '';width: 60px;height: 1px;background-color: #e1e1de;position: absolute;right: -74px;top: 22px;}
.c2TextBox .info1 .item:nth-child(1){margin-right: 70px;}
.numberBox{overflow: hidden;height: 44px;line-height: 44px;}
.numberBoxL{font-size: 42px;color: #b70519;font-family: '宋体';font-weight: bold;width: 46px;}
.numberBoxR{display: inline-block;font-size: 14px;color: #666666;background: url(../images/aboutC2Jia.png) no-repeat top 6px center;line-height: 60px;}
.c2TextBox .enTitle{margin-bottom: 10px;}
.c2TextBox .info{border: none;}

/*集团简介 end*/
/*发展历程 start*/
.aboutCol3{overflow: hidden;width: 100%;height: 100%;position: relative;padding-top: 200px;}
/*发展历程 end*/
/*第四通栏 start*/
.aboutCol4{overflow: hidden;width: 100%;height: 100%;position: relative;}
.aboutCol4::before{display: block;content: '';width: 100%;height: 100%;background-color: rgba(0,0,0,0.3);position: absolute;top: 0;left:0;z-index: 1;}
.aboutCol4List{overflow: hidden;height: 100%;}
.aboutCol4List dd{width: 33.3333%;display: inline;float: left;text-align: center;z-index: 2;position: relative;height: 100%;}
.aboutCol4List dd a{display: block;height: 100%;}
.aboutCol4List dd .con{padding-top: 300px;border-right: 1px solid rgba(255,255,255,0.2);height: 100%;box-sizing: border-box;-webkit-box-sizing: border-box;}
.aboutCol4List dd .text .icn{height: 50px;margin-bottom: 20px;}
.aboutCol4List dd .text .icn img{}
.aboutCol4List dd .text .title{height: 40px;line-height: 40px;font-size: 32px;color: #fff;font-weight: bold;margin-bottom: 20px;}
.aboutCol4List dd .text .enTitle{line-height: 24px;font-size: 16px;color: rgba(255,255,255,0.6);font-weight: bold;text-transform: uppercase;margin-bottom: 70px;}
.aboutCol4List dd .jianTou{height: 62px;background: url(../images/aboutC4jt.png) no-repeat center center;width: 100%;}
.aboutCol4List dd .con1{position: absolute;top: 0;left: 0;opacity: 0;visibility: hidden;background: url(../images/aboutC4ddH.png) no-repeat center;background-size: cover;transition: all 300ms linear;-webkit-transition: all 300ms linear;width: 100%;height: 100%;text-align: center;padding-top: 300px;box-sizing: border-box;-webkit-box-sizing: border-box;z-index: 3;}
.aboutCol4List dd .con1 .title{height: 40px;line-height: 40px;font-size: 32px;color: #fff;margin-bottom: 120px;}
.aboutCol4List dd:hover .con{opacity: 0;visibility: hidden;}
.aboutCol4List dd:hover .con1{opacity: 1;visibility: visible;}
/*第四通栏 end*/
/*------------------------集团概况end-----------------------*/
/*------------------------集团产业start-----------------------*/
.jtcyHui{background: url(../images/jtcyBg.png) repeat-y top;}
.jtcyXqBtn{width: 48px;height: 48px;border-radius: 50%;background: #0171b9 url(../images/aboutMore.png) no-repeat center center;transition: all 200ms linear;-webkit-transition: all 200ms linear;}
.jtcyXqBtn a{display: block;width: 100%;height: 100%;}
.jtcyXqBtn:hover{transform: translateY(-5px);-webkit-transform: translateY(-5px);}
.jtcyList{padding-top: 100px;}
.jtcyList dd{overflow: hidden;margin-bottom: 76px;}
.jtcyList dd .pic{width: 53.125%;overflow: hidden;}
.jtcyList dd:nth-child(odd) .pic{display: inline;float: left;margin-right: 80px;}
.jtcyList dd:nth-child(even) .pic{display: inline;float: right;margin-left: 80px;}
.jtcyList dd:nth-child(even){background-color: #fff;}
.jtcyList dd:nth-child(even) .text{padding-left: 235px;background-color: #fff;}
.jtcyList dd .pic::before{padding-top: 56.2745%;}
.jtcyList dd .text{overflow: hidden;padding-top: 90px;}
.jtcyList dd .text .cnTitle{height: 42px;line-height: 42px;color: #333;font-size: 24px;}
.jtcyList dd .text .cnTitle a{color: #333;transition: all 200ms linear;-webkit-transition: all 200ms linear;}
.jtcyList dd .text .enTitle{height: 30px;line-height: 30px;color: #cccccc;font-size: 15px;margin-bottom: 30px;}
.jtcyList dd .text .phone{height: 24px;line-height: 24px;color: #666;font-size: 15px;margin-bottom: 30px;}
.jtcyList dd .text .info{height: 52px;line-height: 26px;color: #666;font-size: 14px;margin-bottom: 80px;}
.jtcyList dd .text .cnTitle:hover a{color: #0171b9;}
/*------------------------集团产业end-----------------------*/
/*------------------------集团项目start-----------------------*/
/*第二屏 start*/
.jtcyTitle .cnTitle{line-height: 32px;padding-bottom: 20px;font-size: 26px;color: #333;margin-bottom: 18px;position: relative;}
.jtcyTitle .cnTitle::before{display: block;content: '';width: 20px;height: 3px;background-color: #b70519;position: absolute;bottom: 0;left: 0;}
.jtcyTitle .enTitle{line-height: 18px;font-size: 14px;color: rgba(102,102,102,0.5);text-transform: uppercase;}
.jtxmCol1{overflow: hidden;width: 100%;height: 100%;position: relative;}
.jtxmC1Slick1{position: relative;overflow: hidden;height: 100%;}
.jtxmC1Slick1 .bd {overflow: hidden;height: 100%;}
.jtxmC1Slick1 .slick-list {overflow: visible;height: 100%;}
.jtxmC1Slick1 .myslide{height: 100%;}
.jtxmC1Slick1 .myslide .con{overflow: hidden;height: 100%;}
.jtxmC1Slick1 .myslide .con .pic{width: 50%;display: inline;float: left;overflow: hidden;}
.jtxmC1Slick1 .myslide .con .pic::before{padding-top: 112.5%;}
.jtxmC1Slick1 .myslide .con .textBox{margin-left: 50%;padding: 150px 20px 0 100px;background: url(../test/jtxm/c1Bg.jpg) no-repeat center;background-size: cover;height: 100%;box-sizing: border-box;-webkit-box-sizing: border-box;position: relative;}
.jtxmC1Slick1 .myslide .con .textBox .text{padding: 40px 200px 0 65px;}
.jtxmC1Slick1 .myslide .con .textBox .text .title{line-height: 40px;color: #333;font-size: 34px;margin-bottom: 20px;position: relative;}
.jtxmC1Slick1 .myslide .con .textBox .text .title::before{display: block;content: '';width: 190px;height: 1px;background-color: #fff;position: absolute;top: 25px;left: -220px;}
.jtxmC1Slick1 .myslide .con .textBox .text .title::after{display: block;content: '';width: 135px;height: 1px;background-color: #b70519;position: absolute;top: 25px;left: -165px;}
.jtxmC1Slick1 .myslide .con .textBox .text .info{line-height: 28px;color: #666;font-size: 14px;margin-bottom: 25px;padding-right: 100px;}
.jtxmC1Slick1 .myslide .con .textBox .text .info1{overflow: hidden;margin-bottom: 30px;}
.jtxmC1Slick1 .myslide .con .textBox .text .info1 .item{margin-right: 90px;}
.jtxmC1Slick1 .myslide .con .textBox .text .info1 .item .number{height: 36px;line-height: 36px;font-size: 28px;color: #333;}
.jtxmC1Slick1 .myslide .con .textBox .text .info1 .item span{height: 40px;line-height: 40px;font-size: 14px;color: #666;}
.jtxmC1Slick2{position: absolute;overflow: hidden;bottom: 80px;right: 0;z-index: 2;width: 41%;height: 154px;}
.jtxmC1Slick2 .bd {overflow: hidden;height: 100%;}
.jtxmC1Slick2 .slick-list {overflow: visible;margin-right: -20px;}
.jtxmC1Slick2 .myslide .con{overflow: hidden;margin-right: 20px;position: relative;cursor: pointer;}
.jtxmC1Slick2 .myslide .con .pic{width: 187px;}
.jtxmC1Slick2 .myslide .con .pic::before{padding-top: 77.5401%;}
.jtxmC1Slick2 .myslide.slick-current .con::before{display: block;content: '';width: 100%;height: 100%;background: url(../test/jtxm/c1Slick2Bg.png) no-repeat center;background-size: cover;z-index: 2;position: absolute;top: 0;left: 0;}
/*第二屏 end*/
/*第三屏 start*/
.jtxmCol2{overflow: hidden;width: 100%;height: 100%;position: relative;padding-top: 92px;box-sizing: border-box;-webkit-box-sizing: border-box;}
.jtxmCol2R{width: 50%;height: 100%;}
.jtxmCol2Slick{position: relative;overflow: hidden;height: 100%;}
.jtxmCol2Slick .slick-list {height: 100%;}
.jtxmCol2Slick .slick-track {height: 100%;}
.jtxmCol2Slick .myslide{background-position: center center;background-size: contain;background-repeat: no-repeat;height: 100%;width: 100%;}
.jtxmCol2Slick .pic{overflow: hidden;position: relative;}
.jtxmCol2Slick .pic::before{padding-top: 112.5%;}
.jtxmCol2L{overflow: hidden;padding: 160px 80px 0 235px;background-color: #f3f3f3;height: 100%;box-sizing: border-box;-webkit-box-sizing: border-box;}
.jtxmCol2List {padding-top: 60px;margin-bottom: 60px;}
.jtxmCol2List dd{height: 72px;line-height: 72px;margin-bottom: 50px;overflow: hidden;border-top: 1px solid #d0d0d0;border-bottom: 1px solid #d0d0d0;}
.jtxmCol2List dd .title{overflow: hidden;font-size: 20px;color: #333;padding-left: 50px;background: url(../test/jtxm/c2Jt.png) no-repeat center left;transition: all 200ms linear;-webkit-transition: all 200ms linear;}
.jtxmCol2List dd .title a{color: #333;transition: all 200ms linear;-webkit-transition: all 200ms linear;}
.jtxmCol2List dd .time{font-size: 14px;color: #999;transition: all 200ms linear;-webkit-transition: all 200ms linear;}
.jtxmCol2List dd:hover .title{background-image: url(../test/jtxm/c2JtH.png);}
.jtxmCol2List dd.hover .title{background-image: url(../test/jtxm/c2JtH.png);}
.jtxmCol2List dd:hover .title a{color: #b70519;}
.jtxmCol2List dd.hover .title a{color: #b70519;}
.jtxmCol2List dd:hover .time{color: #b70519;}
.jtxmCol2List dd.hover .time{color: #b70519;}
.jtxmMore{width: 160px;height: 42px;line-height: 42px;text-align: center;border: 1px solid rgba(1,113,185,0.3);transition: all 200ms linear;-webkit-transition: all 200ms linear;}
.jtxmMore a{display: block;padding-left: 30px;background: url(../test/jtxm/jtxmMore.png) no-repeat center right 30px;text-align: left;font-size: 14px;color: #0171b9;transition: all 200ms linear;-webkit-transition: all 200ms linear;}
.jtxmMore:hover{border: 1px solid transparent;}
.jtxmMore:hover a{background-color: #0171b9;background-image: url(../images/indexMoreH.png);color: #fff;}
/*第三屏 end*/
/*第四屏 start*/
.jtxmCol3{overflow: hidden;width: 100%;height: 100%;position: relative;padding-top: 150px;box-sizing: border-box;-webkit-box-sizing: border-box;}
.jtxmCol3C{width: 100%;height: 100%;position: absolute;left: 235px;top: 300px;}
.jtxmCol3Slick{position: relative;}
.jtxmCol3Slick .bd {overflow: hidden;}
.jtxmCol3Slick .slick-list {overflow: visible; margin-right: -30px;}
.jtxmCol3Slick .myslide{float: left;display: inline;overflow: hidden;}
.jtxmCol3Slick .myslide .con{margin-right: 30px;height: 100%;position: relative;}
.jtxmCol3Slick .myslide .con::before{width: 100%;height: 100%;background-color: rgba(0,0,0,0.25);display: block;content: '';position: absolute;top: 0;left: 0;z-index: 1;}
.jtxmCol3Slick .myslide .con a{display: block;}
.jtxmCol3Slick .pic {overflow: hidden;position: relative;}
.jtxmCol3Slick .pic::before{padding-top: 77.8125%;}
.jtxmCol3Slick .myslide .text{line-height: 30px;font-size: 24px;color: #fff;padding-bottom: 30px; transition: all 300ms linear;-webkit-transition: all 300ms linear;position: absolute;bottom: 60px;left: 30px;z-index: 2;}
.jtxmCol3Slick .myslide .text::before{display: block;content: '';width: 30px;height: 2px;background-color: #b70519;position: absolute;bottom: 0;left: 0;}
.jtxmCol3SlickBtn{width: 100%;padding-top: 50px;}
.jtxmCol3SlickBtn .prev{width: 48px;height: 48px;border-radius: 50%;border: 1px solid rgba(255,255,255,0.7);background: url(../test/jtxm/c3Prev.png) no-repeat center center;display: inline-block;margin-right: 24px;transition: all 200ms linear;-webkit-transition: all 200ms linear;cursor: pointer;}
.jtxmCol3SlickBtn .next{width: 48px;height: 48px;border-radius: 50%;border: 1px solid rgba(255,255,255,0.7);background: url(../test/jtxm/c3Next.png) no-repeat center center;display: inline-block;transition: all 200ms linear;-webkit-transition: all 200ms linear;cursor: pointer;}
.jtxmCol3SlickBtn .prev:hover{background-image: url(../test/jtxm/c3PrevH.png);background-color: rgba(255,255,255,0.9);border: 1px solid transparent;}
.jtxmCol3SlickBtn .next:hover{background-image: url(../test/jtxm/c3NextH.png);background-color: rgba(255,255,255,0.9);border: 1px solid transparent;}
.jtxmCol3Slick .myslide .con1{width: 100%;height: 100%;background: rgba(183,5,25,0.9);z-index: 3;position: absolute;right: 0;top: 0;transition: all 200ms linear;-webkit-transition: all 200ms linear;opacity: 0;visibility: hidden;text-align: center;box-sizing: border-box;-webkit-box-sizing: border-box;padding: 12px;}
.jtxmCol3Slick .myslide .con1 .textBox{border: 1px solid rgba(255,255,255,0.4);padding: 0 20px;height: 100%;box-sizing: border-box;-webkit-box-sizing: border-box;width: 100%;}
.jtxmCol3Slick .myslide .con1 .title{line-height: 30px;font-size: 24px;color: #fff;padding-bottom: 30px;transition: all 300ms linear;-webkit-transition: all 300ms linear;z-index: 2;margin-bottom: 20px;margin-bottom: 70px;position: relative;}
.jtxmCol3Slick .myslide .con1 .title::before{display: block;content: '';width: 30px;height: 2px;background-color: rgba(255,255,255,0.5);position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);}
.jtxmCol3Slick .myslide .con1 .xqBtn{width: 48px;height: 48px;border-radius: 50%;background: #fff url(../images/c2More.png) no-repeat center center;transition: all 200ms linear;-webkit-transition: all 200ms linear;z-index: 3;display: inline-block;}
.jtxmCol3Slick .myslide .con1 .xqBtn a{display: block;width: 100%;height: 100%;}
.jtxmCol3Slick .myslide .con1 .xqBtn:hover{transform: translateY(-5px);-webkit-transform: translateY(-5px);}
.jtxmCol3Slick .myslide:hover .con1{opacity: 1;visibility: visible;}
.jtxmCol3Slick .myslide:hover .text{opacity: 0;visibility: hidden;}
/*第四屏 end*/

/*------------------------集团项目end-----------------------*/
/*董事长致辞 start*/
.dszzcBox{background-color: #fff;padding: 50px;}
.dszzcBox .up{padding-bottom: 50px;border-bottom: 1px solid #eeeeee;overflow: hidden;}
.dszzcBox .up .pic{width: 260px;display: inline;float: left;margin-right: 40px;}
.dszzcBox .up .pic::before{padding-top: 134.3629%;}
.dszzcBox .up .text{overflow: hidden;}
.dszzcBox .up .text .name{height: 44px;line-height: 44px;font-size: 20px;font-weight: bold;color: #333;}
.dszzcBox .up .text .zhiwei{height: 32px;line-height: 32px;font-size: 16px;color: #333;margin-bottom: 47px;}
.dszzcBox .up .text .title{height: 26px;line-height: 26px;font-size: 18px;color: #333;margin-bottom: 16px;}
.dszzcBox .up .text .info{line-height: 30px;font-size: 14px;color: #666;}
.dszzcBox .down{padding-top: 40px;}
.dszzcBox .down .title{line-height: 20px;font-size: 18px;color: #333;margin-bottom: 20px;}
.dszzcBox .down .info{font-size: 14px;color: #666;line-height: 30px;}
/*董事长致辞 end*/
/*理念体系 start*/
.lntxBox{overflow: hidden;margin-right: -30px;}
.lntxBox dd{width: 33.3333%;display: inline;float: left;}
.lntxBox dd .con{background-color: #fff;padding: 50px;border-top: 4px solid #e1e1e1;margin-right: 30px;min-height: 560px;box-sizing: border-box;-webkit-box-sizing: border-box;transition: all 200ms linear;-webkit-transition: all 200ms linear;}
.lntxBox dd .con .title{height: 42px;line-height: 42px;font-size: 24px;color: #666;padding-left: 68px;background: url(../images/lntxIcn1.png) no-repeat center left;margin-bottom: 24px;transition: all 200ms linear;-webkit-transition: all 200ms linear;}
.lntxBox dd.dd1 .con .title{background: url(../images/lntxIcn1.png) no-repeat center left;}
.lntxBox dd.dd2 .con .title{background: url(../images/lntxIcn2.png) no-repeat center left;}
.lntxBox dd.dd3 .con .title{background: url(../images/lntxIcn3.png) no-repeat center left;}
.lnList li{line-height: 40px;font-size: 16px;color: #666;}
.lnList li span{font-weight: bold;color: #333;}
.lntxBox dd:hover .con{border-top: 4px solid #0171b9;}
.lntxBox dd:hover .con .title{color: #0171b9;}
.lntxBox dd:hover.dd1 .con .title{background: url(../images/lntxIcn1H.png) no-repeat center left;}
.lntxBox dd:hover.dd2 .con .title{background: url(../images/lntxIcn2H.png) no-repeat center left;}
.lntxBox dd:hover.dd3 .con .title{background: url(../images/lntxIcn3H.png) no-repeat center left;}
/*理念体系 end*/
/*荣誉丰碑 start */
.honorList{margin-right: -30px;}
.honorList dd{width: 25%;display: inline;float: left;margin-bottom: 30px;}
.honorList dd .con{margin-right: 30px;text-align: center;position: relative;background-color: #fff;}
.honorList dd .con .picBox{padding: 40px;text-align: center;}
.honorList dd .con .pic{overflow: hidden;cursor: pointer;}
.honorList dd .con .pic::before{padding-top: 133.1915%;}
.honorList dd .con .pic img{object-fit: contain;}
.honorList dd .con .text{height: 64px;line-height: 64px;color: #333;font-size: 16px;color: #333;border-top: 1px solid #e7e7e7;overflow: hidden;transition: all 200ms linear;-webkit-transition: all 200ms linear;}
.honorList dd:hover .con .text{color: #0171b9;}
/*荣誉丰碑 end */
/* ========== 发展历程 start ========== */
.historyBox{min-height: 915px;background: url(../test/historyBg.png) no-repeat center;background-size: cover;padding-top: 175px;box-sizing: border-box;-webkit-box-sizing: border-box;}
.historySlick1{position: relative;overflow: hidden;margin-bottom: 100px;}
.historySlick1 .bd {overflow: hidden;}
.historySlick1 .slick-list {overflow: visible;}
.historySlick1 .myslide .con{overflow: hidden;padding-left: 70px;}
.historySlick1 .myslide .con .pic{width: 38.8889%;display: inline;float: left;margin-right: 100px;}
.historySlick1 .myslide .con .pic::before{padding-top: 65.3571%;}
.historySlick1 .myslide .con .text{overflow: hidden;padding-top: 70px;padding-right: 20px;}
.historySlick1 .myslide .con .text .title{height: 58px;line-height: 58px;font-size: 48px;font-weight: bold;color: #b70519;margin-bottom: 38px;}
.historySlick1 .myslide .con .text .info{line-height: 30px;font-size: 14px;color: #666666;}
.historySlick2Box{height: 60px;width: 100%;background: url(../images/historyLine.png) no-repeat center center;}
.historySlick2{position: relative;padding: 0 68px;height: 60px;}
.historySlick2 .bd {overflow: hidden;}
.historySlick2 .slick-list {overflow: visible;}
.historySlick2 .myslide{text-align: center;height: 60px;}
.historySlick2 .myslide .con{display: inline-block;height: 34px;line-height: 45px;position: relative;font-size: 14px;color: #999;margin-top: 30px;cursor: pointer;transition: all 200ms linear;-webkit-transition: all 200ms linear;}
.historySlick2 .myslide .con::before{display: block;content: '';width: 6px;height: 6px;border-radius: 50%;background-color: #999;position: absolute;top: -3px;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);transition: all 200ms linear;-webkit-transition: all 200ms linear;}
.historySlick2 .myslide .con::after{display: block;content: '';width: 104px;height: 14px;position: absolute;top: -7px;left: 50%;opacity: 0;visibility: hidden;transition: all 200ms linear;-webkit-transition: all 200ms linear;background: url(../images/historyIcnH.png) no-repeat center;margin-left: -8px;}
.historySlick2 .prev{width: 48px;height: 48px;border-radius: 50%;background: #fff url(../images/historyPrev.png) no-repeat center center;transition: all 200ms linear;-webkit-transition: all 200ms linear;cursor: pointer;position: absolute;left: 0;top: 6px;z-index: 2;}
.historySlick2 .next{width: 48px;height: 48px;border-radius: 50%;background: #fff url(../images/historyNext.png) no-repeat center center;transition: all 200ms linear;-webkit-transition: all 200ms linear;cursor: pointer;position: absolute;right: 0;top: 6px;z-index: 2;}
.historySlick2 .prev:hover{background-image: url(../images/historyPrevH.png);background-color: #b70519;}
.historySlick2 .next:hover{background-image: url(../images/historyNextH.png);background-color: #b70519;}
.historySlick2 .slick-current .con{color: #b70519;}
.historySlick2 .slick-current .con::before{background-color: #b70519;}
.historySlick2 .slick-current .con::after{opacity: 1;visibility: visible;}
.historySlick2 .myslide .con:hover{color: #b70519;}
.historySlick2 .myslide .con:hover::before{background-color: #b70519;}
.historySlick2 .myslide .con:hover::after{opacity: 1;visibility: visible;}
/* ========== 发展历程 end ========== */
/* ========== 全图列表 start ========== */
.imgList1{overflow: hidden;margin-right: -30px;}
.imgList1 dd{width: 33.3333%;float: left;display: inline;margin-bottom: 30px;}
.imgList1 dd .con{display: block;background: #FFFFFF;margin-right:30px;}
.imgList1 dd .con .pic::before{padding-top: 70.4843%;}
.imgList1 dd .con .text{height: 60px;line-height: 60px;padding: 0 20px;font-size: 16px;color: #333333;text-align: center;transition: all 0.2s;-webkit-transition: all 0.2s;}
.imgList1 dd .con:hover .text{color: #0171b9;}
/* ========== 全图列表 end ========== */
/* ========== 新闻列表 start ========== */
.newListUp{overflow: hidden;padding: 20px;background-color: #fff;margin-bottom: 30px;}
.newListUpL{width: 48.6111%;margin-right: 20px;}
.newsList-scroll{position: relative;overflow: hidden;}
.newsList-scroll .slick-list {overflow: visible;}
.newsList-scroll .myslide{display: inline;float: left;}
.newsList-scroll .pic{overflow: hidden;position: relative;}
.newsList-scroll .pic::before{padding-top: 70.2857%;}
.newListUpR{overflow: hidden;padding-top: 30px;}
.newsListDl dd{padding: 26px 30px 20px 30px;}
.newsListDl dd .title{height: 26px;line-height: 26px;font-size: 16px;color: #333;margin-bottom: 10px;}
.newsListDl dd .time{height: 22px;line-height: 22px;font-size: 14px;color: #999;}
.newsListDl dd:hover{background-color: #e7edf9;}
.newsListDl dd.hover{background-color: #e7edf9;}
.newsListDl dd:hover .title{color: #0171b9;}
.newsList dd{margin-bottom: 30px;background-color: #fff;padding: 20px;overflow: hidden;transition: all 200ms linear;-webkit-transition: all 200ms linear;}
.newsList dd .pic{width: 263px;display: inline;float: left;overflow: hidden;margin-right: 20px;}
.newsList dd .pic::before{padding-top: 70.3422%;}
.newsList dd .text{overflow: hidden;padding-top: 23px;}
.newsList dd .text .titleBox{height: 30px;line-height: 30px;font-size: 16px;color: #333;margin-bottom: 10px;overflow: hidden;}
.newsList dd .text .titleBox .xqBtn{width: 26px;height: 30px;background: url(../images/newsMore.png) no-repeat center center;transition: all 200ms linear;-webkit-transition: all 200ms linear;}
.newsList dd .text .titleBox .title{overflow: hidden;}
.newsList dd .text .titleBox .title a{color: #333;transition: all 200ms linear;-webkit-transition: all 200ms linear;}
.newsList dd .text .time{height: 20px;line-height: 20px;font-size: 14px;color: #999;margin-bottom: 20px;}
.newsList dd .text .info{height: 56px;line-height: 28px;font-size: 14px;color: #999;}
.newsList dd:hover{box-shadow: 0px 0px 20px 0px rgba(17, 72, 108, 0.15);}
.newsList dd:hover .text .titleBox .title a{color: #0171b9;}
.newsList dd:hover .text .titleBox .xqBtn{background-image: url(../images/newsMoreH.png);}
/* ========== 新闻列表 end ========== */
/* ========== 招聘列表 end ========== */
.recruitList dd{background-color: #fff;padding: 0 30px;margin-bottom: 30px;transition: all 200ms linear;-webkit-transition: all 200ms linear;}
.recruitList dd .ddUp{height: 90px;line-height: 90px;overflow: hidden;border-bottom: 1px solid #f0f0f0;transition: all 200ms linear;-webkit-transition: all 200ms linear;}
.recruitList dd .ddUp .title{font-size: 18px;color: #333;background: url(../images/zpIcn1.png) no-repeat center left;padding-left: 46px;transition: all 200ms linear;-webkit-transition: all 200ms linear;}
.recruitList dd .ddUp .xqBtn{font-size: 16px;color: #999;background: url(../images/zpIcn2.png) no-repeat center right;padding-right: 34px;transition: all 200ms linear;-webkit-transition: all 200ms linear;}
.recruitList dd .ddDown{height: 90px;line-height: 90px;overflow: hidden;font-size: 16px;color: #666;transition: all 200ms linear;-webkit-transition: all 200ms linear;}
.recruitList dd .ddDown li{width: 20%;display: inline;float: left;box-sizing: border-box;-webkit-box-sizing: border-box;}
.recruitList dd:hover{background-color: #0171b9;}
.recruitList dd:hover .ddUp{border-color: rgba(255,255,255,0.2);}
.recruitList dd:hover .ddUp .title{color: #fff;background-image: url(../images/zpIcn1H.png);}
.recruitList dd:hover .ddUp .xqBtn{background-image: url(../images/zpIcn2H.png);color: #ccdbe9;}
.recruitList dd:hover .ddDown{color: #ccdbe9;}
/* ========== 招聘列表 end ========== */
/* ========== 招聘详情 start ========== */
/* 招聘详情 start */
.recruit{background-color: #fff;padding: 20px;}
.recruitUp{background-color: #e9f3fc;padding: 13px 30px 17px 30px;margin-bottom: 25px;}
.recruitUp .title{height: 50px;line-height: 50px;font-size: 18px;color: #333;}
.recruitUp .list{overflow: hidden;font-size: 0;}
.recruitUp .list dd{width: 20%;display: inline;float: left;}
.recruitUp .list dd .con{color: #808080;font-size: 16px;height: 46px;line-height: 46px;}
.recruitDownT{height: 30px;line-height: 30px;color: #555;font-size: 18px;overflow: hidden;margin-bottom: 8px;}
.recruitDownT span{display: inline;float: left;font-size: 16px;color: #333;}
.recruitDown .info{line-height: 32px;font-size: 14px;color: #777;margin-bottom: 20px;}
.recruitDown .info span{display: block;}
.recruitBtnBox{}
.recruitBtn{display: inline-block;}
.recruitBtn a{width: 180px;height: 48px;line-height: 48px;margin-right: 40px;}
.recruitBtn a.btn1{background: #0171b9;font-size: 14px;color: #fff;display: inline;float: left;text-align: center;}
.recruitBtn a.btn1:hover{opacity: 0.9;}
.recruitBtn a.btn2{background: url(../images/zpFxBtn.png) no-repeat center left 44px;font-size: 14px;border: 1px solid #0171b9; color: #0171b9;display: inline;float: left;padding-left: 80px;box-sizing: border-box;-webkit-box-sizing: border-box;}
.articleShare1 {display: inline;float: right;position: relative;}
.articleShare1 .bshare-customBox {width: 180px;height:80px;line-height:60px;border-radius: 10px;position: absolute;top: -80px;right: -1px;transform: scale(0);-webkit-transform: scale(0);transition: all 0.4s;-webkit-transition: all 0.4s;text-align: center;}
.articleShare1 .bshare-custom {width: 180px;height:60px;line-height:60px;border-radius: 10px;background-color: rgb(255, 255, 255);box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);text-align: center;padding-right: 15px;box-sizing: border-box;-webkit-box-sizing: border-box;}
.articleShare1 .shareParent .shareFont{margin: 0 20px;}
.articleShare1:hover .bshare-customBox {transform: scale(1);-webkit-transform: scale(1);}
.articleShare1 .bshare-custom a {height: 30px !important;width: 30px !important;margin-right: 0 !important;padding: 0 !important;transition: all 0.4s;-webkit-transition: all 0.4s;}
/* 招聘详情 end */
/* ========== 招聘详情 end ========== */
/* ==================== 招聘表单 start ==================== */
.recruitFormBoxCon {background: #fff;padding: 0 40px 30px 40px;}
.recruitFormBox {box-sizing: border-box;-webkit-box-sizing: border-box;margin-right: -60px;}
.formBd {border: 1px solid #e9e9e9;}
.formBd0 {border: 1px solid transparent;}
.formBg {background: #fafafa;}
.allreformDl {overflow: hidden;margin-bottom: 30px;}
.allreformDl .allreformDd {float: left;display: inline;margin-bottom: 15px;}
.allreformDl .allreformDd.w50 {width: 50%;}
.allreformDl .allreformDd.w33 {width: 33.3333%;}
.allreformDl .allreformDd.w100 {width: 100%;}
.allreformCon {margin-right: 60px;}
#zpForm .webuploader-pick{background: none;padding: 0;}
#zpForm .webuploader-pick-hover{background: none;}
.allreformCon .allreformTitle {
	font-size: 16px;
	color: #666666;
	line-height: 46px;
}

.allreformDiv {
	width: 100%;
	height: 46px;
	line-height: 43px;
}

.allreformDiv .formIcn {
	width: 55px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 22px;
	color: #808080;
}

.allreformDiv .inputWidth {
	overflow: hidden;
	height: 100%;
}

.formInput {
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	resize: none;
	background: none;
	font-size: 14px;
	color: #333333;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	line-height: 46px;
	padding-right: 20px;
	padding-left: 16px;
}

.formInput::-webkit-input-placeholder {
	color: #999999;
	font-size: 14px;
}

.allreformDiv.textarea {
	height: 160px;
}

.allreformDiv.textarea .formInput {
	line-height: 30px;
	padding: 8px 0;
	padding-left: 16px;
}

/* 性别 start */
.radioBox {
	line-height: 50px;
	font-size: 0
}

.radioBox .radioCon {
	position: relative;
	overflow: hidden;
	display: inline-block;
	font-size: 14px;
	margin-right: 30px;
	vertical-align: middle;
}

.radioBox .radioCon:last-child {
	margin-right: 0;
}

.radioBox .radioCon label {
	line-height: 50px;
	display: block;
	position: relative;
	padding-left: 30px;
	font-size: 16px;
	color: #555555;
}

.radioBox .radioCon label:first-child {
	padding-left: 0;
}

.radioBox .radioCon input {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
}

.radioBox .radioCon input[type="radio"]+label span {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 100%;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -10px;
}

.radioBox .radioCon input[type="radio"]+label span::before {
	display: none;
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #0171b9;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -4px;
	margin-left: -4px;
}

.radioBox .radioCon input[type="radio"]:checked+label span::before {
	display: block;
}

/* 性别 end */
/* 上传按钮 start */
.allformUpBox {
	font-size: 0;
}

.allformUpBox a {
	display: inline-block;
	height: 46px;
	line-height: 46px;
	padding: 0 58px;
	text-align: center;
	overflow: hidden;
	margin-right: 20px;
	font-size: 16px;
	color: #ffffff;
	float: left;
}

.allformUpBox a.down {
	background: #0171b9;
}

.allformUpBox a.up {
	background: #b70519;
}

.allformUpBox a:hover {
	opacity: 0.9;
}

.allformUpBox span {
	display: inline-block;
	font-size: 16px;
	color: #999999;
	height: 46px;
	line-height: 46px;
}

/* 上传按钮 end */
/* 验证码 start */

.allreformDiv.yzm .inputWidth .formInput {
	width: auto;
	overflow: hidden;
}

.allreformDiv.yzm .imgBox {
	width: 98px;
	height: 46px;
	overflow: hidden;
	margin: 0 20px;
	cursor: pointer;
}

.allreformDiv.yzm .imgBox img {
	width: 100%;
	height: 100%;
}

.allreformDiv.yzm span {
	font-size: 16px;
	color: #999999;
	cursor: pointer;
}

/* 验证码 end */
/* 提交重置按钮 start */
.recruitFormBtn {
	font-size: 0;
	text-align: center;
}

.recruitFormBtn a {
	display: inline-block;
	margin: 0 20px;
	height: 48px;
	line-height: 48px;
	padding: 0 75px;
	color: #fff;
	font-size: 16px;
	overflow: hidden;
}

.recruitFormBtn a:hover {
	opacity: 0.9;
}

.recruitFormBtn a.submit {
	background: #0171b9;
}

.recruitFormBtn a.reset {
	background: #bababa;
}

/* 提交重置按钮 end */
/* ==================== 招聘表单 end ==================== */
/* ==================== 联系我们 start ==================== */
.contactUsBox{background-color: #fff;padding:0 50px 50px 50px;box-sizing: border-box;-webkit-box-sizing: border-box;}
#map{width: 100%;height: 466px;}
.BMapLabel {display: none !important;}
.anchorBL {display: none;}
.BMap_omCtrl {display: none;}
.contactUsColumn1 .list{overflow: hidden;font-size: 0;}
.contactUsColumn1 dd{width: 33.3333%;position: relative;text-align: center;display: inline;float: left;position: relative;}
.contactUsColumn1 dd .con{position: relative;padding: 40px 20px;margin-right: 55px;border-radius: 10px;height: 260px;box-sizing: border-box;-webkit-box-sizing: border-box;}
.contactUsColumn1 dd .icon{width: 88px;height: 88px;border-radius: 50%;border: 1px solid #f1f1f1;position: relative;display: inline-block;margin-bottom: 20px;}
.contactUsColumn1 dd .icon img{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.contactUsColumn1 dd .info{font-size: 14px;height: 30px;line-height: 30px;color: #333;font-weight: bold;margin-bottom: 15px;}
.contactUsColumn1 dd span{font-size: 14px;line-height: 20px;color: #666;}
/* ==================== 联系我们 end ==================== */
/* ========== 产改文件 start ========== */
.textList1Dl{overflow: hidden;margin-right: -30px;}
.textList1Dl dd{width: 33.3333%;float: left;display: inline;height: 170px;margin-bottom: 30px;}
.textList1Dl dd .con{padding: 30px;box-sizing: border-box;-webkit-box-sizing: border-box;background-color: #fff;transition: all 200ms linear;-webkit-transition: all 200ms linear;margin-right: 30px;}
.textList1Dl dd a{display: block;}
.textList1Dl dd .title{height: 64px;line-height: 32px;color: #333;font-size: 16px;margin-bottom: 13px;transition: all 200ms linear;-webkit-transition: all 200ms linear;overflow: hidden;}
.textList1Dl dd .time{height: 30px;line-height: 30px;color: #999;font-size: 14px;transition: all 200ms linear;-webkit-transition: all 200ms linear;}
.textList1Dl dd .time span{display: inline;float: left;}
.textList1Dl dd .time em{width: 26px;height: 30px; display: inline;float: right;background: url(../images/newsMore.png) no-repeat center center;transition: all 200ms linear;-webkit-transition: all 200ms linear;}
.textList1Dl dd:hover .con{background-color: #0171b9;}
.textList1Dl dd:hover .title{color: #fff;}
.textList1Dl dd:hover .time{color: #afc0d0;}
.textList1Dl dd:hover .time em{background-image: url(../images/zpIcn2H.png);}
/* ========== 产改文件 end ========== */
/* ========== 单篇+文章页 start ========== */
.articleC {background: #FFFFFF;}
.articleBox {line-height: 30px;color: #666666;font-size: 14px;padding: 40px 50px 50px 50px;}
.articleBox img {max-width: 100%;height: auto;}
/* ————— 标题 start ————— */
.articleTitle {clear: both;line-height: 42px;font-size: 30px;font-family: "microsoft yahei";color: #333333;position: relative;margin-bottom: 10px;padding: 0 40px;}
/* ————— 标题 end ————— */
/* ————— 发布信息 start ————— */
.articleTime{display: block;clear: both;color: #666666;font-size: 14px;line-height: 30px;border-bottom: 1px solid #e1e1e1;padding: 0 40px 22px 40px;}
.articleTime .time{font-size: 14px;color: #999;background: url(../images/common/timeIco.png) no-repeat center left;padding-left: 30px;display: inline;float: left;background-size: 20px 20px;}
.articleTime .liulan{font-size: 14px;color: #999;background: url(../images/common/eyeIco.png) no-repeat center left;padding-left: 30px;display: inline;float: left;margin-right: 20px;}
/* ————— 发布信息 end ————— */
/* ————— 分享 start ————— */
/* ————— 分享 start ————— */
.articleShare .shareIcn {
	background: url(../images/fenxiang.png) no-repeat center right;
	padding-right: 30px;
	cursor: pointer;
	font-size: 14px;
	color: #999;
	font-style: normal;
}
.articleShare {
	display: inline;
	float: right;
	position: relative;
}

.articleShare .bshare-custom {
	width: 140px;
	height: 50px;
	line-height: 50px;
	border-radius: 3px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
	position: absolute;
	top: -55px;
	right: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	text-align: center;
}
.articleShare .shareParent .shareItem{
	margin: 0 3px;
	vertical-align: top;
}
.articleShare:hover .bshare-custom {
	transform: scale(1);
	-webkit-transform: scale(1);
}

.articleShare .bshare-custom a {
	height: 30px !important;
	width: 30px !important;
	margin-right: 0 !important;
	padding: 0 !important;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}


/* ————— 分享 end ————— */
/* ————— 分享 end ————— */
/* ————— 大图 start ————— */
/* 文章阅读页-内容上部大图 */
#play {width: 600px;height: 400px;position: relative;overflow: hidden;background: #fff;border: 1px solid #e9e9e9;padding: 5px;margin: 20px auto 0 auto;}
#play .change_a {width: 40%;height: 100%;position: absolute;top: 0;z-index: 1;cursor: pointer;display: block;overflow: hidden;}
#play .prev_a {left: 0;}
#play .next_a {right: 0}
#play .change_a span {width: 24px;height: 43px;display: block;position: absolute;top: 50%;margin-top: -21px;display: none}
#play .prev_a span {background: url(../images/common/file/article_iconh.png) no-repeat 0px -50px;left: 0;}
#play .next_a span {background: url(../images/common/file/article_iconh.png) no-repeat -30px -50px;right: 0;}
#play .img_ul {position: relative;z-index: 1;width: 600px;height: 400px;}
#play .img_ul li {position: relative;z-index: 1;width: 600px;height: 400px;background: #fff;margin: 0 0 5px 0;}
#play .img_ul li img {position: absolute;}
.imgMove {width: 600px;clear: both;margin: 20px auto;position: relative;}
.img_hd {margin: 0 auto;overflow: hidden;height: 60px;position: relative;}
.img_hd ul {position: absolute;z-index: 1}
.img_hd ul li {float: left;height: 47px;width: 70px;padding: 3px;margin: 0 7px;cursor: pointer;background: #fff;border: 1px solid #d4d4d4;position: relative;}
.img_hd ul li p {height: 47px;width: 70px;display: block;background: #fff;position: relative;}
.img_hd ul li i {display: block;clear: both;line-height: 20px;padding: 0 5px;background: #000;color: #fff;position: absolute;right: 3px;bottom: 3px;z-index: 9;filter: alpha(opacity=50);-moz-opacity: 0.5;opacity: 0.5;font-family: Arial;font-size: 12px;font-style: normal;}
.img_hd ul li img {position: absolute;height: 47px;width: 70px;}
.img_hd ul li.on {border: 1px solid #94070a;background: #94070a;}
.imgMove .bottom_a {width: 20px;height: 25px;display: block;cursor: pointer;z-index: 10;float: left;top: 15px;position: absolute;z-index: 9;background: url(../images/common/file/article_iconh.png) no-repeat;}
.imgMove .prev_a {background-position: left top;left: 0;}
.imgMove .next_a {background-position: right top;right: 0;}
/* ————— 大图 end ————— */
/* ————— 文件 start ————— */
.articleHand {clear: both;font-size: 16px;padding: 10px 0px 20px 0;overflow: hidden;}
.articleHand a {display: block;line-height: 32px;padding: 0 20px 10px 30px;float: left;background: url(../images/common/file/file.png) no-repeat left center;}
.articleHand a.word {background: url(../images/common/file/word.png) no-repeat left 3px;color: #37a6ff !important;}
.articleHand a.ppt {background: url(../images/common/file/ppt.png) no-repeat left center;color: #ff7735 !important;}
.articleHand a.excel {background: url(../images/common/file/excel.png) no-repeat left center;color: #15bf44 !important;}
.articleHand a.pdf {background: url(../images/common/file/pdf.png) no-repeat left center;color: #1369c0 !important;}
.articleHand a.zip {background: url(../images/common/file/zip.png) no-repeat left 3px;color: #ff9779 !important;}
/* ————— 文件 end ————— */
/* ————— 文章页码 start ————— */
.articlePage {clear: both;height: 30px;text-align: center;font-family: Arial;}
.articlePage a {margin: 0 1px;background: #ccc;padding: 5px 10px;}
.articlePage a:hover {color: #fff;background: #94070a;}
.articlePage a.hover {color: #fff;background: #94070a;}
/* ————— 文章页码 end ————— */
/* ————— 上一篇/下一篇 start ————— */
.articlePageBox{height: 56px;line-height: 56px;background-color: #f9f9f9;padding: 0 40px;box-sizing: border-box;-webkit-box-sizing: border-box;margin: 0 40px;}
.articlePageBox .pageL a{background: url(../images/newsPagePrev.png) no-repeat center left;padding-left: 30px;}
.articlePageBox .pageR a{background: url(../images/newsPageNext.png) no-repeat center left;padding-left: 30px;}
.articlePageBox a{color: #999;display: block;}
.articlePageBox .pageL:hover a{background-image: url(../images/newsPagePrevH.png);}
.articlePageBox .pageR:hover a{background-image: url(../images/newsPageNextH.png);}
.articlePageBox .pageL:hover a{color: #0171b9;}
.articlePageBox .pageR:hover a{color: #0171b9;}
/* ————— 上一篇/下一篇 end ————— */
/* ————— 音频 start ————— */
.newsAudio .audiojs audio {position: absolute;left: -1px;opacity: 0;}
.newsAudio .audiojs {z-index: 99999;background: #fff;overflow: hidden;font-family: monospace;font-size: 12px;border-radius: 5px;box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);width: 400px;margin: 0 auto;border: 1px solid #e5e5e5\9;}
.newsAudio .audiojs .play-pause {width: 25px;height: 27px;padding: 4px 6px;margin: 0px;float: left;overflow: hidden;position: relative;}
.newsAudio .audiojs .play-pause:before {content: '';display: block;border-right: 1px solid #e5e5e5;position: absolute;right: 0;top: 0;height: 100%;transform: scaleX(0.3);}
.newsAudio .audiojs p {display: none;width: 25px;height: 27px;margin: 0px;cursor: pointer;}
.newsAudio .audiojs .play {display: block;}
.newsAudio .audiojs .scrubber {position: relative;float: left;width: 240px;background: #f5f5f5;height: 14px;margin: 10px;top: 1px;overflow: hidden;}
.newsAudio .audiojs .progress {position: absolute;top: 0px;left: 0px;height: 14px;width: 0px;background: #fbbc05;z-index: 1;}
.newsAudio .audiojs .loaded {position: absolute;top: 0px;left: 0px;height: 14px;width: 0px;background: #ffeebb;cursor: pointer;}
.newsAudio .audiojs .time {overflow: hidden;height: 35px;line-height: 36px;margin: 0px 0px 0px 6px;padding: 0px 6px 0px 12px;position: relative;color: #666;}
.newsAudio .audiojs .time:before {content: '';display: block;border-left: 1px solid #e5e5e5;position: absolute;left: 0;top: 0;height: 100%;transform: scaleX(0.3);}
.newsAudio .audiojs .time em {padding: 0px 2px 0px 0px;color: #666;font-style: normal;}
.newsAudio .audiojs .time strong {padding: 0px 0px 0px 2px;font-weight: normal;}
.newsAudio .audiojs .error-message {display: none;padding: 0px 10px;height: 35px;overflow: hidden;line-height: 36px;white-space: nowrap;color: #666;text-overflow: ellipsis;-o-text-overflow: ellipsis;-icab-text-overflow: ellipsis;-khtml-text-overflow: ellipsis;-moz-text-overflow: ellipsis;-webkit-text-overflow: ellipsis;}
.newsAudio .audiojs .error-message a {color: #666;text-decoration: none;padding-bottom: 1px;border-bottom: 1px solid #999;white-space: wrap;}
.newsAudio .audiojs .play {background: url(../components/audio/images/play.png) center center no-repeat;background-size: 14px;}
.newsAudio .audiojs .loading {background: url(../components/audio/images/loading.png) center center no-repeat;background-size: 14px;-webkit-animation: fa-rotating 2s infinite linear;animation: fa-rotating 2s infinite linear;}
.newsAudio .audiojs .loading:before {content: '';}
@keyframes fa-rotating {0% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}100% {-webkit-transform: rotate(359deg);transform: rotate(359deg);}}
.newsAudio .audiojs .error {background: url(../components/audio/images/error.png) center center no-repeat;background-size: 14px;}
.newsAudio .audiojs .pause {background: url(../components/audio/images/pause.png) center center no-repeat;background-size: 16px;}
.newsAudio .playing .play,
.newsAudio .playing .loading,
.newsAudio .playing .error {display: none;}
.newsAudio .playing .pause {display: block;}
.newsAudio .loading .play,
.newsAudio .loading .pause,
.newsAudio .loading .error {display: none;}
.newsAudio .loading .loading {display: block;}
.newsAudio .error .time,
.newsAudio .error .play,
.newsAudio .error .pause,
.newsAudio .error .scrubber,
.newsAudio .error .loading {display: none;}
.newsAudio .error .error {display: block;}
.newsAudio .error .play-pause p {cursor: auto;}
.newsAudio .error .error-message {display: block;}
/* ————— 音频 end ————— */
/* ————— 视频 start ————— */
.newsViewVideo{width: 600px;height: 400px;margin: 0 auto;position: relative;}
.newsViewVideo #col1mui-player{height: 100% !important;cursor: pointer;}
.newsViewVideo #muiPlaybtn{position: absolute;left: 0;top: 0;background: url(../images/play.png)no-repeat center center;width: 100%;height: 100%;display: block;z-index: 999;cursor: pointer;}
/* ————— 视频 end ————— */
/* ========== 单篇+文章页 end ========== */
/* ========== 视频列表 start ========== */
.videoList1Dl {overflow: hidden;margin-right: -30px;}
.videoList1Dl dd {width: 25%;float: left;display: inline;margin-bottom: 30px;}
.videoList1Dl dd .con {display: block;margin-right: 30px;background: #fff;overflow: hidden;border-radius: 5px;}
.videoList1Dl dd .pic::before{padding-top: 66.5761%;}
.videoList1Dl dd .pic .playBtn{position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: rgba(0, 0, 0, 0.3);z-index: 2;}
.videoList1Dl dd .pic span.play {width: 100%;height: 40px;margin-bottom: 24px;display: block;background: url(../images/common/videoIco.png) no-repeat center center;}
.videoList1Dl dd .pic span.time {width: 100%;height: 16px;line-height: 16px;display: block;font-size: 16px;color: #ffffff;text-align: center;}
.videoList1Dl dd .text{padding:20px;}
.videoList1Dl dd .con .title {height: 50px;line-height: 25px;font-size: 16px;color: #333333;overflow: hidden;transition: all 0.4s;-webkit-transition: all 0.4s;}
.videoList1Dl dd .con:hover .title {color: #1e5ab0;}
/* ========== 视频列表 end ========== */
/* ========== 图文列表 start ========== */
.imgText1Dl dd{margin-bottom: 30px;}
.imgText1Dl dd .con{overflow: hidden;border-radius: 5px;background: #fff;padding: 30px;transition: 0.4s;-webkit-transition: 0.4s;}
.imgText1Dl dd .con:hover{box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);-webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);}
.imgText1Dl dd .pic{width: 330px;float: left;display: inline;margin-right: 30px;}
.imgText1Dl dd .pic::before{padding-top: ;}
.imgText1Dl dd .text{overflow: hidden;}
.imgText1Dl dd .text .time{height: 46px;font-size: 30px;color: #999999;}
.imgText1Dl dd .text .title{height: 32px;line-height: 32px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;margin-bottom: 16px;font-weight: bold;}
.imgText1Dl dd .text .title a{font-size: 16px;color: #333333;transition: 0.4s;-webkit-transition: 0.4s;}
.imgText1Dl dd .con:hover .text .title a{color: #1e5ab0;letter-spacing: 1px;}
.imgText1Dl dd .text .info{line-height: 32px;height: 64px;overflow: hidden;font-size: 16px;color: #666666;}
/* ========== 图文列表 end ========== */
/* ========== 联系我们 start ========== */
#map{width: 100%;height: 600px;}
.BMapLabel {display: none !important;}
.anchorBL {display: none;}
.BMap_omCtrl {display: none;}
/* ========== 联系我们 end ========== */