@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@200;400;500;700&display=swap');
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0;}
body{ font-size: 18px; color: #666; font-family:'Noto Serif SC',"黑体",sans-serif; font-weight: 400;padding: 0; margin: 0; background-color: #f8f8f8;}
ul,li,ol,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,header,footer{ list-style: none; padding: 0; margin: 0; display: block;}
input,textarea,select{ outline:none; font-family: 'Noto Serif SC',"Microsoft YaHei",微软雅黑, sans-serif; }
::-webkit-input-placeholder {color: #bdbdbd;}
::-moz-placeholder {color: #bdbdbd;}
:-ms-input-placeholder {color: #bdbdbd;}

a { text-decoration: none; color:#666; transition: color 0.56s ease;}
a:hover{ color: #009ca6;}

.clearfix:after{content:"";height:0;line-height:0;display:block;visibility:hidden;clear:both}
.clearfix{zoom:1;}
.clear{ clear:both}
.overflow{overflow-y:hidden;}

.fl{float: left;}
.fr{float: right;}

/* 水平镜像翻转 */
.mirrorRotateLevel img{transition: all .4s;-webkit-transition: all .4s;}
.mirrorRotateLevel:hover img {-moz-transform:scaleX(-1);-webkit-transform:scaleX(-1);-o-transform:scaleX(-1);transform:scaleX(-1);/*兼容IE*/ filter:FlipH;}
/*图片放大*/
.imgZoom img{transition: all .4s;-webkit-transition: all .4s;}
.imgZoom:hover img{transform:scale(1.1, 1.1); -webkit-transform:scale(1.1, 1.1);}
/*图片旋转*/
.imgRotate img{-webkit-transition:-webkit-transform 2s ease-out;-moz-transition:-moz-transform 2s ease-out;-o-transition:-o-transform 2s ease-out;-ms-transition:-ms-transform 2s ease-out;}
.imgRotate img:hover{-webkit-transform:rotateZ(360deg);-moz-transform:rotateZ(360deg);-o-transform:rotateZ(360deg);-ms-transform:rotateZ(360deg);transform:rotateZ(360deg);}
/*按钮鼠标经过变暗*/
.wlp-button:hover{filter:alpha(opacity=90);background-image:-webkit-linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1))!important;background-image:linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1))!important;}
/*鼠标经过有阴影*/
.wlp-shadow:hover{box-shadow: 0 0 20px rgba(0,0,0,0.3)!important;}
/*鼠标经过上浮并加阴影*/
.wlp-flow-shadow{-webkit-transition:all .5s;transition:all .5s;}
.wlp-flow-shadow:hover{transform:translate3d(0, -5px, 0);-webkit-transform:translate3d(0, -8px, 0);-webkit-box-shadow:0 0px 10px #e9e9e9;box-shadow:0 0px 10px #e9e9e9;}
/*图片经过遮罩*/
.wlp-filter:hover img{ filter:alpha(opacity=70); -moz-opacity:0.7; -webkit-opacity: 0.7; opacity: 0.7;}

img{ display: inline-block; vertical-align:middle;max-width:100%;max-height:100%;height: auto; border: none;}

.wrap{ width: 1200px; margin: 0 auto;}

/*顶部*/
.header{ width: 100%; height: 100px; padding: 0 20px; position: absolute; top: 0; left: 0; z-index: 99999; transition: all 0.56s ease;}
.header .logo{ float: left; padding-top: 18px; }
.header .headRight{ float: right; padding-top: 40px; }
.header .nav{float: left;}
.header .nav ul li{ float: left; margin-right: 55px;}
.header .nav ul li a{ font-size: 18px; color: #fff; font-weight: 400; line-height: 20px; display: block;  }
.header .nav ul li:hover a,.header .nav ul li a:hover,.header .nav ul li.on a{ color: #009ca6; }
.header .searchBtn{ width: 24px; height: 24px; background:url(../images/icon01.png) no-repeat center; cursor: pointer; margin-right: 50px; float: left; }
.header .ewm{ width: 24px; height: 24px; background:url(../images/icon02.png) no-repeat center; cursor: pointer; position: relative; float: left; }
.header .ewm::after{ content: ""; width: 1px; height: 20px; background: #fff; position: absolute; left: -25px; top: 2px;}
.header .menu-toggle{display: none;}

.header.on{ position: fixed; background: #fff; box-shadow:0 0 5px rgba(0,0,0,.1);  transition: all 0.56s ease;}
.header.on .nav ul li a{ color: #000;}
.header.on .nav ul li a:hover,.header.on .nav ul li.on a:hover,.header.on .nav ul li.on a{ color: #009ca6;}
.header.on .searchBtn{ background:url(../images/icon01_02.png) no-repeat center; }
.header.on .ewm{ background:url(../images/icon02_02.png) no-repeat center; }
.header.on .ewm::after{background: #333;}

/*首页bannner*/
.banner{ position: relative; }
.banner .swiper-container{  overflow:hidden; width: 100%; box-sizing: border-box;}
.banner .swiper-container .swiper-wrapper{  box-sizing: border-box;}
.banner .swiper-container .swiper-slide{ width:100%; box-sizing: border-box;}
.banner .swiper-container .swiper-slide a{ width:100%; display: block;}
.banner .swiper-container .swiper-slide img{ width: 100%;}
.banner .pagination {position: absolute;z-index: 20;bottom:50px;width: 100%;text-align: center;}
.banner .swiper-pagination-switch {display: inline-block; width:60px; height: 6px; background:#fff; margin: 0 4px; cursor: pointer;}
.banner .swiper-active-switch { background: #009ca6; opacity: 1;}

/* 视频banner */
.videoBanner{ position: relative; padding-bottom: 39.58%; overflow: hidden;}
.videoBanner img{ position:absolute;top:0;bottom:0;left:0;right:0;width: 100%; height: 100%; margin:auto; z-index: 22;}
.videoBanner video{ width: 100%; height: auto; position: absolute; left: 0; top: 50%; transform: translate(0, -50%); z-index: 1;}
.videoBanner .videoBox{ position: absolute; left: 50%; top: 50%; z-index: 11; transform: translate(-50%, -50%); z-index: 9999;}
.videoBanner .videoBox .videoBtn{ width: 65px; height: 65px; background:url(../images/videobtn.png) no-repeat center; margin: 0 auto; cursor: pointer;}
.videoBanner .videoBox h3{ color: #fff; font-size: 36px; font-weight: 500; line-height: 1; margin-top: 40px;}

.videoBanner.play video{ z-index: 999;}
.videoBanner.play .videoBox{ width: 40px; height:40px; left:auto; top: auto; right: 30px; bottom: 30px; transform: translate(0,0);}
.videoBanner.play .videoBox .videoBtn{ width: 40px; height: 40px; background:url(../images/videobtn2.png) no-repeat center; background-size: cover; margin: 0 auto; cursor: pointer;}
.videoBanner.play .videoBox h3{ display: none;}

/*内页banner*/
.neibanner{ width: 100%; position: relative;}
.neibanner .protit{ width: 100%; position: absolute; left: 0; bottom: 100px; z-index: 11;}
.neibanner .protit .ititle{ text-align: left; margin-bottom: 0;}
.neibanner .protit .ititle h2{ font-size: 30px; color: #fff;}
.neibanner .protit .ititle h2::after{background: url(../images/icon06.png) no-repeat center; left: 0; margin-left:0;}
.neibanner .bannerText{ text-align: center; color: #fff; position: absolute; top: 50%; left: 50%;  transform: translate(-50%, -50%);}
.neibanner .bannerText h2{ font-size: 60px; line-height: 1; margin-bottom: 15px; position: relative;}
.neibanner .bannerText h2::before{ content: ""; width: 120px; height: 1px; background: #fff; position: absolute; top: 60%; left: -120px;}
.neibanner .bannerText h2::after{ content: ""; width: 120px; height: 1px; background: #fff; position: absolute; top: 60%; right: -120px;}
.neibanner .bannerText p{ font-size: 26px; font-weight: bold;}
.neibanner img{ width: 100%;}

.ititle{ text-align: center; margin-bottom: 40px;}
.ititle h2{ font-size: 36px; line-height: 1; color: #000; font-weight:bold; margin-bottom: 15px; padding-bottom: 17px; position: relative;}
.ititle h2::after{ content: ""; width: 89px; height: 3px; background: url(../images/icon03.png) no-repeat center; position: absolute; left: 50%; bottom: 0; margin-left: -45px;}
.ititle p{ font-size: 22px; line-height: 1; color: #7f7f7f;}

.title{ text-align: center; margin-bottom: 40px;}
.title p{ font-size:65px; line-height: 1; color: #000; font-weight: bold; opacity: 0.1;}
.title h2{ font-size: 30px; line-height: 1; color: #000; font-weight:bold; padding-bottom: 17px; margin-top: -30px; position: relative;}
.title h2::after{ content: ""; width: 89px; height: 3px; background: url(../images/icon03.png) no-repeat center; position: absolute; left: 50%; bottom: 0; margin-left: -45px;}

.iabout{ width: 1860px; padding: 40px 0 25px; margin: 0 auto;}
.iabout .ititle{ text-align: left;}
.iabout .ititle h2::after{ left: 0%; bottom: 0; margin-left: 0;}
.iabout .iabout01{ margin-bottom: 45px;}
.iabout .iabout01 .fl{ width: 50%; padding: 0 70px 0 90px;}
.iabout .iabout01 .fr{ width: 50%; padding:0 80px 0 37px;}
.iabout .iabout01 .box{ line-height: 2; color: #000;}
.iabout .iabout01 .more{ width: 124px; height: 40px; line-height: 40px; background: #000; display: block; border-radius: 40px; color: #fff; font-size: 16px; text-align: center; font-weight: 200; margin-top: 20px; transition: all 0.4s ease 0s;}
.iabout .iabout01 .more:hover{background: #009ca6;}
.iabout .iabout02 .fl{ width: 1015px; padding-right: 20px;}
.iabout .iabout02 .fl img{ cursor: pointer;}
.iabout .iabout02 .fl video{ width: 100%; height: 532px; background: #000;}
.iabout .iabout02 .fr{ width: 845px;}
.iabout .iabout02 .fr ul{ margin-top: -16px;}
.iabout .iabout02 .fr ul li{ margin-top: 16px; position: relative; overflow: hidden;}
.iabout .iabout02 .fr ul li ol{ position: absolute; left: 30px; top: 20px; z-index: 22; color: #fff;}
.iabout .iabout02 .fr ul li ol h2{ font-size: 24px;}
.iabout .iabout02 .fr ul li ol p{ font-size: 18px;}

.inews{ background: #f4f4f4; padding: 50px 0; }
.inews .box{ width: 1860px; margin: 0 auto; }
.inews ul li{ width: 25%; padding: 0 30px; float: left;}
.inews ul li a{display: block; transition: all 0.4s ease 0s;}
.inews ul li a:hover{ box-shadow: rgba(0, 0, 0, 0.3) 0px 8px 16px; transform: translate3d(0px, -3px, 0px);}
.inews ul li dl{ padding-bottom: 75.1%; position: relative; overflow: hidden;}
.inews ul li dl img{ position:absolute;top:0;bottom:0;left:0;right:0;width: 100%; height: 100%; margin:auto;}
.inews ul li ol{ background: #fff; padding: 0 20px;}
.inews ul li ol h3{ height: 60px; font-size: 18px; font-weight: 500; color: #000; line-height: 60px; border-bottom: #e4e4e4 solid 2px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.inews ul li ol .con{ position: relative; padding: 15px 0 25px;}
.inews ul li ol .con dt{ height: 48px; font-size: 15px; line-height: 24px; color:#666; padding-right: 80px; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}
.inews ul li ol .con dd{ width: 60px; font-size: 14px; color: #000; text-align: center; position: absolute; top: 8px; right: 0;}
.inews ul li ol .con dd b{ font-size: 28px; line-height: 1; display: block;border-bottom: #e4e4e4 solid 2px; padding-bottom: 5px;}
.inews .more{ width: 126px; height: 40px; line-height: 40px; background: #000; color: #fff; font-size: 16px; font-weight: 200; border-radius: 40px; text-align: center; display: block; margin: 70px auto 0; transition: all 0.4s ease 0s;}
.inews .more:hover{ background: #009ca6;}

.isubsidiaries{ padding: 65px 0 90px;}
.isubsidiaries .box{ width: 1860px; padding: 0 60px; margin: 0 auto; }
.isubsidiaries ul li{ width: 33.33%; border: #d9d8d8 solid 1px; text-align: center; float: left;}
.isubsidiaries ul li h3{ font-size: 19px; color: #333; line-height: 1; margin-top: 10px;  transition: all 0.4s ease 0s;}
.isubsidiaries ul li p{font-size: 14px; color: #ccc;}
.isubsidiaries ul li a{ display: block; padding: 15px; background: #fff; transition: all 0.4s ease 0s;}
.isubsidiaries ul li a:hover{background: #009ca6;}
.isubsidiaries ul li a:hover h3{color: #fff;}
.isubsidiaries .arrow{ width: 100%; height: 1px; background: #cbcbcb; margin-top: 56px; position: relative;}
.isubsidiaries .arrow .arrow-left,.isubsidiaries .arrow .arrow-right{ width: 57px; height: 35px; line-height: 31px; text-align: center; border: #d9d8d8 solid 1px; background: #fff; position: absolute; top:50%; margin-top: -18px;}
.isubsidiaries .arrow .arrow-left{ left: 50%; margin-left: -57px;}
.isubsidiaries .arrow .arrow-right{ right: 50%; margin-right: -56px;}

.bead{ background: #fff; line-height: 60px; box-shadow: 0 0 10px rgba(0,0,0,.1); text-align: right; font-size: 16px;}
.bead i{ width: 16px; height: 16px; background:url(../images/icon05.png) no-repeat center; display: inline-block; margin-right: 8px;}

.about{ padding: 40px 0 80px;}
.about .box{ line-height: 36px; color: #333;}

.fzlc{ background:url(../images/fzlcBg.jpg) no-repeat center; background-size: cover; padding: 70px 0 80px;}
.fzlc .ititle h2{ font-size: 36px; line-height: 1; color: #fff; font-weight:500; margin-bottom: 15px; padding-bottom: 17px; position: relative;}
.fzlc .ititle h2::after{ content: ""; width: 89px; height: 3px; background: url(../images/icon06.png) no-repeat center; position: absolute; left: 50%; bottom: 0; margin-left: -45px;}
.fzlc .ititle p{ font-size: 22px; line-height: 1; color: #fff; opacity: 0.5;}
.fzlc .boxCon{ padding: 0 160px;}
.fzlc .box { position: relative;padding: 0 50px;}
.fzlc .box .swiper-container{padding: 0 50px;}
.fzlc .box .arrow-left,.fzlc .box .arrow-right{ width: 25px; height: 42px; position:absolute; top: 50%; margin-top: -21px; z-index: 11;}
.fzlc .box .arrow-left{ background: url(../images/fzlc_left.png) no-repeat center; left: 0;}
.fzlc .box .arrow-right{background: url(../images/fzlc_right.png) no-repeat center; right: 0;}
.fzlc .box .swiper-slide{ height: 150px;}
.fzlc .box .swiper-slide dl { width: 220px; font-size: 46px; color: #fff; font-weight: bold; line-height: 150px; float: left;}
.fzlc .box .swiper-slide ol{ height: 150px; font-size: 18px; color: #fff; font-weight:200; line-height: 2.2; display: table;}
.fzlc .box .swiper-slide ol .con{display: table-cell; vertical-align: middle;}
.fzlc .year{ border-top: 1px solid rgba(255,255,255,0.4); margin-top: 70px; text-align: center;}
.fzlc .year li{ font-size: 20px; color: #fff; font-weight: 200; padding: 26px 25px 0; display: inline-block; position: relative; cursor: pointer;}
.fzlc .year li::before{ content: ""; width: 10px; height: 10px; background: #fff; border-radius: 10px; position: absolute; left: 50%; top: -5px; margin-left: -5px;}
.fzlc .year li::after{ content: ""; width: 14px; height: 14px; border: #fff solid 1px; border-radius: 10px; position: absolute; left: 50%; top: -8px; margin-left: -8px;}
.fzlc .year li.on::before{ background: #d17a3c;}
.fzlc .year li.on::after{ border: #d17a3c solid 1px;}

.honor{ padding: 88px 0 65px;}
.honor .box{ overflow: hidden;}
.honor .box .swiper-container{ margin: 0 -40px;}
.honor ol{ padding: 0 40px;}
.honor ol dl{ padding-bottom: 74.27%; position: relative; overflow: hidden;}
.honor ol dl img{ position:absolute;top:0;bottom:0;left:0;right:0;width: 100%; height: 100%; margin:auto;}
.honor ol h3{ font-size: 20px; text-align: center; color: #000; font-weight: normal; margin-top: 20px;}
.honor .honorPage{ text-align: center; margin-top: 60px;}
.honor .honorPage a{ margin: 0 20px;}

.pronav{background: #fff; line-height: 60px; box-shadow: 0 0 10px rgba(0,0,0,.1); text-align: center; font-size: 16px; margin-bottom: 45px;}
.pronav li{display: inline-block; margin: 0 15px; position: relative;}
.pronav li.on::after{ content: ""; width: 100%; height: 3px; background: #000; position: absolute; left: 0; bottom: 0;}
.pronav li a{ color: #000; font-weight: 500;}
.pronav li a:hover{ color: #009ca6;}

.probox{ width: 1860px; padding: 0 60px 70px; margin: 0 auto;}
.probox ul li{ width: 33.33%; padding: 0 33px; margin-bottom: 50px; float: left;}
.probox ul li a{ background: #fff; padding-bottom: 40px; box-shadow: 0 0 8px rgba(0,0,0,.1); display: block;transition: all 0.56s ease;}
.probox ul li a:hover{box-shadow: 0 0 8px rgba(0,0,0,.25);}
.probox ul li dl{ height: 330px; line-height: 300px; text-align: center; padding: 15px; overflow: hidden;}
.probox ul li h3{ font-size: 18px; color: #000; font-weight: normal; text-align: center;}

.proview .prohead{ padding: 20px 20px 40px;}
.proview .pc-slide {width: 600px;float: left;}
.proview .view { border: #ccc solid 1px; margin-bottom: 20px;}
.proview .view .swiper-container {height:500px;}
.proview .view .swiper-container .swiper-slide{height:500px; line-height: 456px; text-align: center; padding: 20px; box-sizing: border-box;}
.proview .preview {width: 100%;position: relative;}
.proview .preview .swiper-container {width: 350px;height: 60px;margin:0 auto;}
.proview .preview .swiper-slide{ padding: 0 5px; box-sizing: border-box;}
.proview .preview .swiper-slide dl{ height: 60px; line-height: 50px; text-align: center; background: #fff;border: #ccc solid 1px; padding:3px;  box-sizing: border-box; overflow: hidden; cursor: pointer;}
.proview .preview .arrow-left {background: url(../images/pro_left.png) no-repeat center; position: absolute;left: 50px;top: 50%;margin-top: -33px;width: 30px;height: 66px;z-index: 10;}
.proview .preview .arrow-right {background: url(../images/pro_right.png) no-repeat center; position: absolute;right: 50px;top: 50%;margin-top: -33px;width: 30px;height: 66px;z-index: 10;}
.proview .preview .active-nav dl {border: 1px solid #aaa;}

.proview .prohead .prohead-r{ padding-left: 660px; padding-top: 118px; padding-right: 20px;}
.proview .prohead .prohead-r h1{ font-size: 24px; font-weight: normal; color: #000; line-height: 1; margin-bottom: 60px;}
.proview .prohead .prohead-r .proContact{ padding: 0 20px; border: #ccc solid 1px; line-height: 60px; color: #000; border-radius: 30px; margin-bottom: 50px;}
.proview .prohead .prohead-r .proContact img{ margin-right: 15px;}
.proview .box{ background: #fff; margin-top: 30px;}
.proview .box .ptotitle{ border-top: 1px solid #cccccc; border-bottom: 1px solid #cccccc; text-align: center;}
.proview .box .ptotitle span{ background: #ebebeb; color: #000; padding: 16px 70px; display: inline-block;}
.proview .box .text{ padding: 40px 30px; font-size: 16px; color: #000; line-height: 2; font-weight: 200;}
.proview .propage{ padding: 40px 0; text-align: center;}
.proview .propage a{ width: 125px; height: 40px; line-height: 40px; text-align: center; background: #000; color: #fff; font-size: 16px; border-radius: 40px; display:inline-block; margin: 0 50px;transition: all 0.56s ease;}
.proview .propage a:hover{ background: #009ca6;}

.culture{ width: 1860px;  padding: 50px 52px 80px; margin: 0 auto; color: #000;}

.speech{ padding: 60px 0;}
.speech .box{ background: #fff; padding: 20px;}
.speech .box dl{ width: 100%; padding: 15px; float: none;}
.speech .box .speechCon{ padding-left: 15px; padding-top: 35px;}
.speech .box .speechCon .ititle{ text-align: left;}
.speech .box .speechCon .ititle h2{ font-size: 30px;}
.speech .box .speechCon .ititle h2::after{ left: 0%; bottom: 0; margin-left: 0;}
.speech .box .speechCon .view{ height: 580px; font-size: 16px; color: #000; line-height: 30px; padding-right: 15px;}
.speech .box .speechCon .view .swiper-container {height: 100%;}
.speech .box .speechCon .view .swiper-container .swiper-slide{ padding-right: 10px;}
.speech .box .speechCon .view .swiper-scrollbar {background:none; position:absolute; right:0px;top:0; height:100%;width:6px;}
.speech .box .speechCon .view .swiper-scrollbar-drag {height: 100%;width: 100%;position: relative;background: rgba(0,0,0,0.5);border-radius: 10px;}
.speech .box .speechCon .view .swiper-scrollbar-cursor-drag {cursor: move;}
.speech .box .speechCon .luokuan { padding: 20px 20px 0; text-align: right;}

.honorBox{ padding:50px 0 70px;}
.honorBox .box ul{ margin: 0 -14px;}
.honorBox .box ul li{ width: 33.33%; padding: 0 14px; margin-bottom: 30px; float: left;}
.honorBox .box ul li ol{ padding: 20px 18px; background: #fff;}
.honorBox .box ul li ol dl{ padding-bottom: 74.27%; position: relative; overflow: hidden;}
.honorBox .box ul li ol img{ position:absolute;top:0;bottom:0;left:0;right:0;width: 100%; height: 100%; margin:auto;}
.honorBox .box ul li ol h3{ text-align: center; color: #000; font-size: 18px; font-weight: 500; margin-top: 20px;}

.news{ padding: 50px 0 80px;}
.news .box{ padding-bottom: 10px;}
.news ul li{ margin-bottom: 20px;}
.news ul li a{ background: #fff; padding: 18px; box-shadow: 0 0 6px rgba(0,0,0,.1); display: block; overflow: hidden;}
.news ul li dl{ width: 300px; height: 225px; overflow: hidden; float: left;}
.news ul li ol{ width: 840px; height: 225px; display: table; float: right;}
.news ul li ol .con{display: table-cell; vertical-align: middle;}
.news ul li ol h3{ font-size: 23px; color: #000; font-weight: 500;overflow: hidden; text-overflow:ellipsis; white-space: nowrap; margin-bottom: 5px;}
.news ul li ol dd{ font-size: 15px; color: #666;font-weight: 200; margin-bottom: 10px;}
.news ul li ol dt{ height: 60px; font-size: 15px; color: #666; font-weight: 200; line-height: 30px;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:2; overflow: hidden;}
.news ul li ol i{ width: 136px; height: 0px; line-height: 46px; background: #000; text-align: center; color: #fff; font-size: 18px; font-style: normal; display: block; margin-top: 20px; overflow: hidden; transition: all 0.4s ease;}
.news ul li a:hover ol i{ height: 46px; display: block;}

.newsView{ padding: 35px 0;}
.newsView .box{ background: #fff; padding: 30px;}
.newsView .newsHead{ border-bottom: #ddd dashed 1px; text-align: center; padding-bottom: 20px;}
.newsView .newsHead h1{ font-size: 24px; font-weight: 500; color: #000; margin-bottom: 10px;}
.newsView .newsHead p{ font-size: 15px; font-weight: 200; color: #666;}
.newsView .con{ padding: 20px 0; font-size: 16px; line-height: 2;}
.newsView .newspage{ margin-top: 30px; line-height: 2; font-size: 17px; border-top: #ddd dashed 1px;  padding-top: 15px;}
.newsView .newspage a{ color: #000;}
.newsView .newspage a:hover{ color: #009ca6;}

.subsidiaries{ width: 1860px; padding: 50px 50px 70px; margin: 0 auto;}
.subsidiaries .box{ padding-bottom: 20px;}
.subsidiaries ul li{ margin-bottom: 40px;}
.subsidiaries ul li a{ background: #fff; display: block; padding: 35px; overflow: hidden;transition: all 0.56s ease;}
.subsidiaries ul li .pic{ width: 50%; padding-right: 24px; float: left;}
.subsidiaries ul li dl{ width: 100%; height: 355px; position: relative; overflow: hidden; }
.subsidiaries ul li dl img{position:absolute;top:0;bottom:0;left:0;right:0;width: 100%; height: 100%; margin:auto;}
.subsidiaries ul li ol{ width: 50%; padding-left: 24px; float: right;}
.subsidiaries ul li ol h3{ font-size: 20px; color: #000; line-height: 1; background: url(../images/icon04.png) no-repeat left 15px; padding-top: 75px;}
.subsidiaries ul li ol dd{ font-size: 15px; color: #cccccc; margin-bottom: 20px;}
.subsidiaries ul li ol dt{ height: 150px; font-size: 16px; color: #666; line-height: 30px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden;}
.subsidiaries ul li ol i{ width: 135px; height: 46px; line-height: 46px; background: #000; color: #fff; text-align: center; font-style:normal; display: block; margin-top: 22px;}
.subsidiaries ul li:nth-of-type(even) .pic{ float: right; padding-right: 0; padding-left: 24px;}
.subsidiaries ul li:nth-of-type(even) ol{ float: left; padding-left: 0; padding-right: 24px;}
.subsidiaries ul li:nth-of-type(even) ol h3{ text-align: right; background: url(../images/icon04.png) no-repeat right 15px;}
.subsidiaries ul li:nth-of-type(even) ol dd{ text-align: right;}
.subsidiaries ul li:nth-of-type(even) ol dt{ text-align: right;}
.subsidiaries ul li:nth-of-type(even) ol i{ float: right;}
.subsidiaries ul li a:hover{ box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);}

.contactBox{ padding: 70px 0;}
.contactBox .tit{ font-size: 30px; font-weight: bold; color: #000; margin-bottom: 30px;}
.contactBox .box{ background: #fff; padding: 35px; margin-bottom: 40px;}
.contactBox .box ul{ overflow: hidden; margin-bottom: 20px;}
.contactBox .box ul li{ width: 50%; margin-bottom: 15px; color: #000; float: left;}
.contactBox .box ul li img{ margin-right: 15px;}
.contactBox #map{ height: 485px;}
.contactBox .list{}
.contactBox .list ul li{ background: #fff; padding: 22px 0; margin-bottom: 20px; overflow: hidden;}
.contactBox .list ul li dl{ float: left; padding:0 22px;}
.contactBox .list ul li ol dt{ font-size: 15px; color: #ccc; font-weight: 500; overflow: hidden; border-bottom: #d9d8d8 solid 1px; padding-bottom: 15px;}
.contactBox .list ul li ol dt h3{ float: left; font-size:20px; color: #333; line-height: 1; margin-right: 20px;}
.contactBox .list ul li ol dd{ padding-top: 15px; font-size: 16px; color: #666;}
.contactBox .list ul li ol dd span{ margin-right: 50px;}

.footer{ background: #fff;}
.footer .footerText{ height: 404px; background:url(../images/footerBg.jpg) no-repeat center top; background-size: cover; text-align: center; padding-top: 60px;}
.footer .footerText h3{ font-size: 100px; color: #fff; line-height: 1; font-family:"Microsoft YaHei",微软雅黑, sans-serif; opacity: 0.15; }
.footer .footerText h2{ font-size: 40px; color: #fff; line-height: 1; font-weight: normal;letter-spacing:5px; margin-top: -75px; margin-bottom: 20px;}
.footer .footerText p{ font-size: 16px; color: #fff; line-height: 1; font-weight: normal;}
.footer .flogo{ height: 240px; text-align: center; padding-top: 50px; background: #fff; margin-top: -180px;}
.footer .flogo h3{ font-size: 38px; font-weight: 500; line-height: 1; color: #000; margin-top: 15px;}
.footer .flogo p{ font-size: 18px;}
.footer .fnav{ line-height:50px; border-bottom: #bababa solid 1px; text-align: center; font-size: 14px; color: #cccccc;}
.footer .fnav a{ font-size: 16px; padding: 0 20px;}
.footer .copyright{ line-height: 52px; text-align: center; font-size: 14px; background: #f1f1f1;}

/*搜索框*/
.search-dialog-box{display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999999;}
.search-dialog-box .black{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .8);}
.search-dialog{position: absolute;left:50%;top:50%;box-sizing:border-box;width: 680px;padding: 20px 30px;transform: translate(-50%,-50%);background-color: #fff;box-shadow: 0 0 10px rgba(0,0,0,.33);border-radius:50px;}
.search-dialog input[type=text]{float: left;width: 86%;border: none; padding: 0;font-size:18px;line-height: 28px; height:28px;color: #999; background-color: #fff;border-radius: 0;}
.search-dialog input[type=submit] {float: right; width:28px; height:28px; background-repeat: no-repeat; background-position: center; background-size: 100%; border: none; padding: 0; background-image: url(../images/search-btn.png);background-color: transparent; cursor: pointer;}

/* ewm */
.ewmBox{display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999999;}
.ewmBox .black{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .8);}
.ewmBox .ewmCon{position: absolute;left:50%;top:50%;box-sizing:border-box;width: 300px;padding: 10px;transform: translate(-50%,-50%);background-color: #fff;}

/*===/分页=============================*/
.fenye { text-align: center; font-size: 15px; width: 100%; height: 40px; margin: 10px 0 0px;}
.fenye .prev, .fenye .next { width: 40px; height: 40px; line-height: 40px; color: #8a8a8a;margin-right: 5px; display: inline-block; font-family: "宋体";font-size: 17px; background: #fff; border: #EBEBEB solid 1px;border-radius: 6px;}
.fenye a { width: 40px; height: 40px; line-height: 40px;  color: #8a8a8a; margin-right: 5px;display: inline-block; background: #fff; border: #EBEBEB solid 1px; border-radius: 6px;}
.fenye a:hover {color: #fff; background: #242a34; border: #242a34 solid 1px;}
.fenye a.current { color: #fff;  background: #242a34; margin-right: 5px; border: #242a34 solid 1px;}

@media only screen and (min-width: 1680px) and (max-width: 1900px){
    .iabout{ width: 1600px; padding: 40px 0 25px;}
    .iabout .iabout01 .fl{ padding: 0 20px 0 0;}
    .iabout .iabout01 .fr{ padding: 0 0 0 20px;}
    .iabout .iabout02 .fl{ width: 876px;}
    .iabout .iabout02 .fr{ width: 723px;}
    .inews .box{ width: 1600px;}
    .inews ul li{ padding: 0 20px;}
    .isubsidiaries .box{ width: 1600px; padding: 0 30px;}
    .probox{ width: 1600px; padding: 0 20px 70px;}
    .culture{ width: 1600px;}
    .subsidiaries{ width: 1600px;}
}

@media only screen and (min-width: 1440px) and (max-width: 1679px){
    .header .nav ul li{ margin-right: 40px;}
    .iabout{ width: 1400px; padding: 40px 0 25px;}
    .iabout .iabout01 .fl{ padding: 0 20px 0 0;}
    .iabout .iabout01 .fr{ padding: 0 0 0 20px;}
    .iabout .iabout01 .box{ font-size: 15px;}
    .iabout .iabout02 .fl{ width: 769px;}
    .iabout .iabout02 .fr{ width: 629px;}
    .inews .box{ width: 1400px;}
    .inews ul li{ padding: 0 15px;}
    .isubsidiaries .box{ width: 1400px; padding: 0 30px;}
    .probox{ width: 1400px; padding: 0 20px 70px;}
    .culture{ width: 1400px; padding: 50px 0 80px;}
    .subsidiaries{ width: 1400px; padding: 50px 0 70px;}
    .subsidiaries ul li{ margin-bottom: 20px;}
}

@media only screen and (min-width: 1280px) and (max-width: 1439px){
    .header .logo{ width: 280px; padding-top: 24px;}
    .header .nav ul li{ margin-right: 28px;}

    .ititle{ margin-bottom: 25px;}
    .ititle h2{ font-size: 30px;  margin-bottom: 15px; padding-bottom: 15px;}
    .ititle p{ font-size: 16px;}

    .title{ margin-bottom: 40px;}
    .title p{ font-size:50px;}
    .title h2{ font-size: 28px;  padding-bottom: 17px; margin-top: -30px; position: relative;}

    .iabout{ width: 1220px; padding: 40px 0 25px;}
    .iabout .iabout01 .fl{ padding: 0 20px 0 0;}
    .iabout .iabout01 .fr{ padding: 0 0 0 20px;}
    .iabout .iabout01 .box{ font-size: 15px;}
    .iabout .iabout02 .fl{ width: 674px;}
    .iabout .iabout02 .fr{ width: 545px;}
    .inews .box{ width: 1220px;}
    .inews ul{ margin: 0 -15px;}
    .inews ul li{ padding: 0 15px;}
    .isubsidiaries .box{ width: 1220px; padding: 0;}
    .isubsidiaries ul li h3{font-size: 17px;}
    .isubsidiaries ul li p{ font-size: 13px;}
    .probox{ width: 1220px; padding: 0 0 70px;}
    .probox ul li{ padding: 0 20px; margin-bottom: 30px;}
    .culture{ width: 1220px; padding: 50px 0 80px;}
    .subsidiaries{ width: 1220px; padding: 50px 0 70px;}
    .subsidiaries ul li{ margin-bottom: 20px;}
}

@media only screen and (min-width: 1000px) and (max-width: 1279px){
    body{ font-size: 16px;}
    .wrap{ width: 100%; padding: 0 15px;}

    .header .logo{ width: 210px; padding-top: 30px;}
    .header .nav ul li{ margin-right: 15px;}
    .header .nav ul li a{ font-size: 15px;}
    .header .searchBtn{ margin-right: 38px;}
    .header .ewm::after{ left: -18px;}

    .neibanner .bannerText h2{ font-size: 40px;}
    .neibanner .bannerText p{ font-size:16px;}

    .ititle{ margin-bottom: 20px;}
    .ititle h2{ font-size: 28px;  margin-bottom: 10px; padding-bottom: 10px;}
    .ititle p{ font-size: 15px;}

    .title{ margin-bottom: 40px;}
    .title p{ font-size:40px;}
    .title h2{ font-size: 25px;  padding-bottom: 17px; margin-top: -20px; position: relative;}

    .iabout{ width: 940px; padding: 40px 0 25px;}
    .iabout .iabout01 .fl{ padding: 0 20px 0 0;}
    .iabout .iabout01 .fr{ padding: 0 0 0 20px;}
    .iabout .iabout01 .box{ font-size: 15px;}
    .iabout .iabout02 .fl{ width: 522px; padding-right: 15px;}
    .iabout .iabout02 .fr{ width: 417px;}
    .inews .box{ width:940px;}
    .inews ul{ margin: 0 -10px;}
    .inews ul li{ padding: 0 10px;}
    .isubsidiaries .box{ width: 940px; padding: 0;}
    .isubsidiaries ul li a{ height: 130px; padding: 10px;}
    .isubsidiaries ul li h3{font-size: 17px;}
    .isubsidiaries ul li p{ font-size: 13px;}
    .videoBanner .videoBox .videoBtn{ width: 50px; height: 50px; background-size: cover;}
    .videoBanner .videoBox h3{ font-size: 20px; margin-top: 15px;}

    .fzlc .ititle h2{ font-size: 28px;}
    .fzlc .ititle p{ font-size: 15px;}
    .fzlc .boxCon{ padding: 0 80px;}
    .fzlc .box{ padding: 0;}
    .fzlc .box .arrow-left{ left: -50px;}
    .fzlc .box .arrow-right{ right:-50px;}
    .fzlc .box .swiper-slide dl{ width: 190px; font-size: 35px;}
    .fzlc .box .swiper-slide ol{ font-size: 15px;}
    .fzlc .year li{ padding: 26px 20px 0;}
    .honor { padding: 50px 0 65px;}
    .honor ol{ padding: 0 15px; }
    .honor ol h3{ font-size: 17px; margin-top: 10px;}
    .probox{ width: 940px; padding: 0 0 70px;}
    .probox ul li{ padding: 0 10px; margin-bottom: 30px;}
    .proview .pc-slide{ width: 580px;}
    .proview .prohead .prohead-r{ padding-left: 600px;padding-right: 0;}
    .culture{ width: 940px; padding: 50px 0 80px;}
    .speech .box dl{ width: 100%;}
    .news ul li ol{ width: 600px; display: block;}
    .news ul li ol h3{ font-size: 18px;}
    .news ul li ol .con{ display: block; margin-top: 22px;}
    .news ul li ol i{ height: 40px; line-height: 40px; font-size: 16px;}
    .news ul li a:hover ol i{ height: 40px;}
    .subsidiaries{ width: 940px; padding: 50px 0 70px;}
    .subsidiaries ul li{ margin-bottom: 20px;}
}

@media screen and (max-width:999px){
    body{ padding-top: 60px;}
    .wrap{ width: 100%; padding: 0 15px;}

    .header{ width: 100%; height: 60px; background: #fff; padding: 0 15px;  box-shadow: 0 0 5px rgba(0,0,0,.1);  position: fixed; top: 0; left: 0; z-index: 99999; transition: all 0.56s ease;}
    .header .logo{ width: 176px; padding-top: 13px;}

    .header .headRight{display: none; float: none; width: 100%; height: calc(100vh - 60px); text-align: center; background: #fff; border-top: 1px solid #eee; padding-top: 0; position: fixed; left: 0; top: 60px; }
    .header .nav{ width: 100%; height: auto; float: none; margin-bottom: 25px;}
    .header .nav ul li{ float: none; border-bottom: #eee solid 1px; margin-right: 0; text-align: left;}
    .header .nav ul li a{ line-height: 50px; font-size: 16px; color: #333; padding: 0 15px; display: block;}

    .header .searchBtn{ width: 24px; height: 24px; background:url(../images/icon01_02.png) no-repeat center; margin-right: 50px; float: none;  display: inline-block;}
    .header .ewm{ width: 24px; height: 24px; background:url(../images/icon02_02.png) no-repeat center; float: none; display: inline-block; }
    .header .ewm::after{ content: ""; width: 1px; height: 20px; background: #fff; position: absolute; left: -25px; top: 2px;}

    .header .menu-toggle{ width:60px; height:60px; position:absolute; right:0px; top:0;  float:right; z-index:99999; display:block;}
    .header .menu-toggle span{ width:35px; height:2px; background:#333;display:block; position:relative; opacity:1;transition:all 300ms; margin:30px 0 0 12px;}
    .header .menu-toggle span:before{ content:"";width:35px; height:2px; background:#333;display:block; position:absolute; left:0; top:-10px;transition:all 300ms;}
    .header .menu-toggle span:after{ content:"";width:35px; height:2px; background:#333;display:block;position:absolute; left:0; top:10px;transition:all 300ms;}
    .header .menu-toggle.cur span{background-color:transparent;}
    .header .menu-toggle.cur span:before{transform:rotate(45deg); top:0px;}
    .header .menu-toggle.cur span:after{transform:rotate(-45deg); top:0px;}

    /* 视频banner */
    .videoBanner video{ width: 100%; height: auto; position: absolute; left: 0; top: 50%; transform: translate(0, -50%); z-index: 1;}
    .videoBanner .videoBox{ position: absolute; left: 50%; top: 50%; z-index: 11; transform: translate(-50%, -50%); z-index: 9999;}
    .videoBanner .videoBox .videoBtn{ width: 30px; height:30px; background-size: cover; margin: 0 auto; cursor: pointer;}
    .videoBanner .videoBox h3{  font-size: 18px; margin-top:10px;}
    .videoBanner.play video{ z-index: 999;}
    .videoBanner.play .videoBox{ width: 30px; height:30px; left:auto; top: auto; right:10px; bottom: 10px; transform: translate(0,0);}
    .videoBanner.play .videoBox .videoBtn{ width: 30px; height: 30px;}
    .videoBanner.play .videoBox h3{ display: none;}

    /*内页banner*/
    .neibanner{ width: 100%; position: relative;}
    .neibanner .protit{ display: none;}
    .neibanner .bannerText{ text-align: center; color: #fff; position: absolute; top: 50%; left: 50%;  transform: translate(-50%, -50%);}
    .neibanner .bannerText h2{ font-size: 28px; margin-bottom: 10px; position: relative;}
    .neibanner .bannerText h2::before{ content: ""; width: 60px; height: 1px; background: #fff; position: absolute; top: 60%; left: -60px;}
    .neibanner .bannerText h2::after{ content: ""; width: 60px; height: 1px; background: #fff; position: absolute; top: 60%; right: -60px;}
    .neibanner .bannerText p{ font-size: 15px; font-weight: normal;}
    .neibanner img{ width: 100%;}

    .ititle{ margin-bottom: 20px;}
    .ititle h2{ font-size: 25px;  margin-bottom: 10px; padding-bottom: 10px; text-align: center;}
    .iabout .ititle h2::after{ width: 40px; left: 50%; margin-left: -20px; background-size: contain;}
    .ititle p{ font-size: 13px; text-align: center;}

    .title{ margin-bottom: 20px;}
    .title p{ font-size:38px;}
    .title h2{ font-size: 25px;  padding-bottom: 12px; margin-top: -20px; position: relative;}
    .title h2::after{ width: 60px; height: 3px; background-size: contain;left: 50%; bottom: 0; margin-left: -30px;}

    .iabout{ width: 100%; padding: 40px 15px 25px;}
    .iabout .iabout01{ margin-bottom: 10px;}
    .iabout .iabout01 .fl{ width: 100%; padding:0; float: none;}
    .iabout .iabout01 .fr{ width: 100%;  padding: 0;float: none;}
    .iabout .iabout01 .box{ font-size: 15px; line-height: 1.8;}
    .iabout .iabout01 .more{ width: 110px; height: 36px; line-height: 36px; font-size: 14px;  margin: 40px auto; }
    .iabout .iabout02 .fl{ width: 100%; padding-right: 0; margin-bottom: 10px;}
    .iabout .iabout02 .fl video{ width: 100%; height: auto; background: #000;}
    .iabout .iabout02 .fr{ width: 100%;}
    .iabout .iabout02 .fr ul{ margin-top: -10px;}
    .iabout .iabout02 .fr ul li{ margin-top:10px}
    .iabout .iabout02 .fr ul li ol{ left: 30px; top: 30px; }
    .iabout .iabout02 .fr ul li ol h2{ font-size:17px;}
    .iabout .iabout02 .fr ul li ol p{ font-size: 14px;}

    .inews{ background: #f4f4f4; padding:40px 15px; }
    .inews .box{ width: 100%; margin: 0 auto; }
    .inews ul li{ width: 100%; padding: 0; margin-bottom: 10px; float: none;}
    .inews ul li a{display: block; transition: all 0.4s ease 0s;}
    .inews ul li a:hover{ box-shadow: rgba(0, 0, 0, 0.3) 0px 8px 16px; transform: translate3d(0px, -3px, 0px);}
    .inews ul li dl{ padding-bottom: 75.1%; position: relative; overflow: hidden;}
    .inews ul li dl img{ position:absolute;top:0;bottom:0;left:0;right:0;width: 100%; height: 100%; margin:auto;}
    .inews ul li ol{ background: #fff; padding: 0 20px;}
    .inews ul li ol h3{ height: 60px; font-size: 17px; line-height: 60px; }
    .inews ul li ol .con{ position: relative; padding: 15px 0 25px;}
    .inews ul li ol .con dt{ height: 48px; font-size: 15px; line-height: 24px; color:#666; padding-right: 80px; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}
    .inews ul li ol .con dd{ width: 60px; font-size: 14px; color: #000; text-align: center; position: absolute; top: 8px; right: 0;}
    .inews ul li ol .con dd b{ font-size: 28px; line-height: 1; display: block;border-bottom: #e4e4e4 solid 2px; padding-bottom: 5px;}
    .inews .more{ width: 120px; height: 40px; line-height: 40px;  font-size: 15px;  margin: 30px auto 0;}

    .isubsidiaries{ padding: 50px 0 70px;}
    .isubsidiaries .box{ width: 100%; padding: 0 15px; margin: 0 auto; }
    .isubsidiaries ul li{ width: 50%; border: #d9d8d8 solid 1px; text-align: center; float: left;}
    .isubsidiaries ul li h3{ font-size: 15px;  margin-top: 10px;  transition: all 0.4s ease 0s;}
    .isubsidiaries ul li p{font-size: 12px; line-height: 1.2; }
    .isubsidiaries ul li a{ height: 140px; display: block; padding: 15px; background: #fff; transition: all 0.4s ease 0s;}
    .isubsidiaries ul li a i{ width: 26px; display: block; margin: 0 auto;}
    .isubsidiaries .arrow{ width: 100%; height: 1px; background: #cbcbcb; margin-top: 56px; position: relative;}
    .isubsidiaries .arrow .arrow-left,.isubsidiaries .arrow .arrow-right{ width: 57px; height: 35px; line-height: 31px; text-align: center; border: #d9d8d8 solid 1px; background: #fff; position: absolute; top:50%; margin-top: -18px;}
    .isubsidiaries .arrow .arrow-left{ left: 50%; margin-left: -57px;}
    .isubsidiaries .arrow .arrow-right{ right: 50%; margin-right: -56px;}


    .bead{ line-height: 50px; box-shadow: 0 0 6px rgba(0,0,0,.1); text-align: left; font-size: 15px;}
    .bead i{ width: 16px; height: 16px; margin-right: 8px;}

    .about{ padding: 30px 0 50px;}
    .about .box{ line-height: 1.8; font-size: 15px;}

    .fzlc{ background:url(../images/fzlcBg.jpg) no-repeat center; background-size: cover; padding: 40px 0 40px;}
    .fzlc .ititle h2{ font-size: 25px;  margin-bottom: 8px; padding-bottom: 12px; position: relative;}
    .fzlc .ititle h2::after{ width: 60px; height: 3px; background-size: contain;left: 50%; bottom: 0; margin-left: -30px;}
    .fzlc .ititle p{ font-size: 13px; }
    .fzlc .boxCon{ padding: 10px 20px 0;}
    .fzlc .box { position: relative;padding: 0;}
    .fzlc .box .swiper-container{padding: 0;}
    .fzlc .box .arrow-left,.fzlc .box .arrow-right{ display: none;}
    .fzlc .box .swiper-slide{ height: auto; margin-bottom: 20px;}
    .fzlc .box .swiper-slide dl { width: 80px; font-size: 18px; color: #fff; font-weight: bold; line-height: 1.2; float: left;}
    .fzlc .box .swiper-slide ol{ height: auto; font-size: 15px; color: #fff; font-weight:200; line-height: 1.5; display: table;}
    .fzlc .box .swiper-slide ol .con{display: table-cell; vertical-align: middle;}
    .fzlc .year{ display: none;}

    .honor{ padding: 35px 0 50px;}
    .honor .box{ overflow: hidden;}
    .honor .box .swiper-container{ margin: 0 -5px;}
    .honor ol{ padding: 0 5px;}
    .honor ol h3{ font-size:15px; margin-top: 5px;}
    .honor .honorPage{ text-align: center; margin-top: 30px;}
    .honor .honorPage a{ margin: 0 5px; width: 40px; height: 40px; display: inline-block;}

    .pronav{background: #fff; line-height: 50px; box-shadow: 0 0 10px rgba(0,0,0,.1); text-align: center; font-size: 14px; margin-bottom: 30px; overflow-y: auto; white-space: nowrap;}
    .pronav li{display: inline-block; margin: 0 10px; position: relative;}
    .pronav li.on::after{ content: ""; width: 100%; height: 2px; background: #000; position: absolute; left: 0; bottom: 0;}
    .pronav li a{ color: #000; font-weight: 500;}
    .pronav li a:hover{ color: #009ca6;}

    .probox{ width: 100%; padding: 0 15px 40px; margin: 0 auto;}
    .probox ul{ margin: 0 -5px;}
    .probox ul li{ width: 50%; padding: 0 5px; margin-bottom:15px; float: left;}
    .probox ul li a{  padding-bottom: 15px; box-shadow: 0 0 8px rgba(0,0,0,.1);}
    .probox ul li dl{ height: 230px; line-height: 200px; padding: 15px;}
    .probox ul li h3{ font-size: 15px;}

    .proview .prohead{ padding: 20px 15px 30px;}
    .proview .pc-slide {width: 100%;float: none;}
    .proview .view { border: #ccc solid 1px; margin-bottom: 20px;}
    .proview .view .swiper-container {height:340px;}
    .proview .view .swiper-container .swiper-slide{height:340px; line-height: 300px; text-align: center; padding: 20px;}
    .proview .preview {width: 100%;position: relative;}
    .proview .preview .swiper-container {width: 80%;height: 60px;margin:0 auto;}
    .proview .preview .swiper-slide{ padding: 0 5px; box-sizing: border-box;}
    .proview .preview .swiper-slide dl{ height: 60px; line-height: 50px; text-align: center; background: #fff;border: #ccc solid 1px; padding:3px;  box-sizing: border-box; overflow: hidden; cursor: pointer;}
    .proview .preview .arrow-left {background-size: contain; position: absolute;left: 0;top: 50%;margin-top: -30px;width: 25px;height: 60px;z-index: 10;}
    .proview .preview .arrow-right {background-size: contain;  position: absolute;right: 0;top: 50%;margin-top: -30px;width: 25px;height: 60px;z-index: 10;}
    .proview .preview .active-nav dl {border: 1px solid #aaa;}

    .proview .prohead .prohead-r{ padding-left: 0; padding-top: 50px; padding-right: 0;}
    .proview .prohead .prohead-r h1{ font-size: 20px; font-weight: normal; color: #000; line-height: 1; margin-bottom: 20px;}
    .proview .prohead .prohead-r .proContact{ font-size: 15px; padding: 0 20px; line-height: 50px; margin-bottom: 10px;}
    .proview .prohead .prohead-r .proContact img{ margin-right: 15px;}
    .proview .box{ background: #fff; margin-top: 30px;}
    .proview .box .ptotitle span{ font-size: 15px;  padding: 10px 50px; display: inline-block;}
    .proview .box .text{ padding: 30px 10px; font-size: 15px; line-height: 1.8; font-weight: 200;}
    .proview .propage{ padding: 40px 0; text-align: center;}
    .proview .propage a{ width: 120px; height: 40px; line-height: 40px;  font-size: 15px; margin: 0 5px;}

    .culture{ width: 100%;  padding: 40px 10px 60px; margin: 0 auto; color: #000; font-size: 15px;}

    .speech{ padding: 40px 0;}
    .speech .box{ background: #fff; padding: 0;}
    .speech .box dl{ width: 100%; float: none; padding: 0;}
    .speech .box .speechCon{ padding-left: 0; padding-top: 35px;}
    .speech .box .speechCon .ititle{ text-align: left;}
    .speech .box .speechCon .ititle h2{ font-size: 25px;}
    .speech .box .speechCon .ititle h2::after{ width: 50px; left: 50%; margin-left: -25px; background-size: contain;}
    .speech .box .speechCon .view{ height: auto; font-size: 15px; color: #000; line-height:1.8; padding:0 15px 15px;}
    .speech .box .speechCon .view .swiper-container {height: 100%;}
    .speech .box .speechCon .view .swiper-container .swiper-slide{ padding-right: 0;}
    .speech .box .speechCon .view .swiper-scrollbar {background:none; position:absolute; right:0px;top:0; height:100%;width:6px;}
    .speech .box .speechCon .view .swiper-scrollbar-drag {height: 100%;width: 100%;position: relative;background: rgba(0,0,0,0.5);border-radius: 10px;}
    .speech .box .speechCon .view .swiper-scrollbar-cursor-drag {cursor: move;}
    .speech .box .speechCon .luokuan { padding: 20px; text-align: right;}

    .honorBox{ padding:40px 0 50px;}
    .honorBox .box ul{ margin: 0 -5px;}
    .honorBox .box ul li{ width: 50%; padding: 0 5px; margin-bottom:10px; float: left;}
    .honorBox .box ul li ol{ padding:10px; background: #fff;}
    .honorBox .box ul li ol h3{ font-size: 15px; margin-top: 10px;}

    .news{ padding: 40px 0 50px;}
    .news .box{ padding-bottom: 10px;}
    .news ul li{ margin-bottom: 15px;}
    .news ul li a{ background: #fff; padding: 15px; box-shadow: 0 0 6px rgba(0,0,0,.1); display: block; overflow: hidden;}
    .news ul li dl{ width: 100%; height: auto; overflow: hidden; float: none;}
    .news ul li dl img{ width: 100%;}
    .news ul li ol{ width: 100%; height: auto; display: block; float: none; padding-top: 5px;}
    .news ul li ol .con{display: block; vertical-align: middle;}
    .news ul li ol h3{ font-size: 17px; color: #000; font-weight: 500;overflow: hidden; text-overflow:ellipsis; white-space: nowrap; margin-bottom: 5px;}
    .news ul li ol dd{ font-size: 13px; color: #666;font-weight: 200; margin-bottom: 10px;}
    .news ul li ol dt{ height: 40px; font-size: 14px;  line-height: 20px;}
    .news ul li ol i{ display: none;}
    .news ul li a:hover ol i{ display: none;}

    .newsView{ padding: 35px 0;}
    .newsView .box{ background: #fff; padding: 20px;}
    .newsView .newsHead{ border-bottom: #ddd dashed 1px; text-align: center; padding-bottom: 20px;}
    .newsView .newsHead h1{ font-size: 18px; font-weight: 500; color: #000; margin-bottom: 10px;}
    .newsView .newsHead p{ font-size: 13px;}
    .newsView .con{ padding: 20px 0; font-size: 15px; line-height: 2;}
    .newsView .newspage{ margin-top: 30px; line-height: 2; font-size: 15px; border-top: #ddd dashed 1px;  padding-top: 15px;}
    .newsView .newspage li{overflow: hidden; text-overflow:ellipsis; white-space: nowrap; }

    .subsidiaries{ width: 100%; padding: 50px 10px 70px; margin: 0 auto;}
    .subsidiaries .box{ padding-bottom: 20px;}
    .subsidiaries ul li{ margin-bottom: 20px;}
    .subsidiaries ul li a{ background: #fff; display: block; padding: 15px; overflow: hidden;transition: all 0.56s ease;}
    .subsidiaries ul li .pic{ width: 100%; padding-right: 0; float: none;}
    .subsidiaries ul li dl{ width: 100%; height: auto; padding-bottom: 43.16%; position: relative; overflow: hidden; }
    .subsidiaries ul li ol{ width: 100%; padding-left: 0; float: none;}
    .subsidiaries ul li ol h3{ font-size: 18px; color: #000; line-height: 1; background: url(../images/icon04.png) no-repeat left 15px; padding-top: 75px;}
    .subsidiaries ul li ol dd{ font-size: 14px;  margin-bottom: 15px;}
    .subsidiaries ul li ol dt{ height: 100px; font-size: 14px; color: #666; line-height: 20px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden;}
    .subsidiaries ul li ol i{ width: 120px; height: 40px; line-height: 40px; margin-top: 22px; font-size: 15px;}
    .subsidiaries ul li:nth-of-type(even) .pic{ float: none; padding-right: 0; padding-left: 0;}
    .subsidiaries ul li:nth-of-type(even) ol{ float: none; padding-left: 0; padding-right: 0;}
    .subsidiaries ul li:nth-of-type(even) ol h3{ text-align: left; background: url(../images/icon04.png) no-repeat left 15px;}
    .subsidiaries ul li:nth-of-type(even) ol dd{ text-align: left;}
    .subsidiaries ul li:nth-of-type(even) ol dt{ text-align: left;}
    .subsidiaries ul li:nth-of-type(even) ol i{ float: none;}
    .subsidiaries ul li a:hover{ box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);}

    .contactBox{ padding: 40px 0;}
    .contactBox .tit{ font-size:20px; margin-bottom: 20px;}
    .contactBox .box{ background: #fff; padding: 15px; margin-bottom: 40px;}
    .contactBox .box ul{ overflow: hidden; margin-bottom: 20px;}
    .contactBox .box ul li{ width: 100%; margin-bottom: 10px; color: #000; font-size: 15px; float: none;}
    .contactBox .box ul li img{ width: 40px; margin-right: 15px;}
    .contactBox #map{ height: 250px;}
    .contactBox .list{}
    .contactBox .list ul li{ background: #fff; padding: 20px; margin-bottom: 10px; overflow: hidden;}
    .contactBox .list ul li dl{ display: none;}
    .contactBox .list ul li ol dt{ font-size: 15px; color: #ccc; font-weight: 500; overflow: hidden; border-bottom: #d9d8d8 solid 1px; padding-bottom: 15px;}
    .contactBox .list ul li ol dt h3{ float: none; font-size:18px;margin-right: 0;}
    .contactBox .list ul li ol dd{ padding-top: 15px; font-size: 15px; color: #666;}
    .contactBox .list ul li ol dd span{ display: block; margin-right: 50px;}

    .footer{ background: #fff;}
    .footer .footerText{ height: 140px; padding-top:30px;}
    .footer .footerText h3{ font-size: 50px; }
    .footer .footerText h2{ font-size: 22px; letter-spacing:0; margin-top: -25px; margin-bottom: 10px;}
    .footer .footerText p{ font-size: 12px; }
    .footer .flogo{ display: none;}
    .footer .fnav{ display: none;}
    .footer .copyright{ line-height: 52px; font-size: 12px;}

    .search-dialog{ width: 90%;}

}
