﻿@charset "UTF-8";
/* ========== 单篇+文章页 start ========== */
.pageBox{
	min-height:300px;
	height:auto !important;
	height:300px;
	clear:both;
	overflow:hidden;
	padding:40px 60px; 
	background:#fff;
    -webkit-animation: gfadeIn 0.6s 0.6s both;
    -moz-animation: gfadeIn 0.6s 0.6s both;
    animation: gfadeIn 0.6s 0.6s both;
	}
.articleC {background: #FFFFFF;padding: 0 50px 50px;}
.articleBox {line-height: 36px;padding: 10px 0;color: #666666;font-size: 16px;}
.articleBox img {max-width: 100%;}
/* ————— 标题 start ————— */
.articleTitle {clear: both;line-height: 46px;font-size: 32px;font-family: "microsoft yahei";color: #333333;text-align: center;position: relative;}
/* ————— 标题 end ————— */
/* ————— 发布信息 start ————— */
.articleTime {display: block;clear: both;color: #666666;font-size: 14px;line-height: 32px;padding: 10px 0 15px;overflow: hidden;text-align: center;}
.articleTime span {padding-right: 40px;font-size: 18px;color: #999999;vertical-align: middle;}
/* ————— 发布信息 end ————— */
/* ————— 分享 start ————— */
.articleShare {display: inline-block;vertical-align: middle;}
.articleShare .shareParent .shareItem{vertical-align: middle;}
/* .shareParent .shareFont.icon-weibo {color: #FFFFFF;background: #ff763b;}
.shareParent .shareFont.icon-qzone {color: #FFFFFF;background: #FDBE3D;}
.shareParent .shareFont.icon-qq {color: #FFFFFF;background: #56b6e7;} */
/* ————— 分享 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;background: url(about:blank);}
#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 ————— */
.pageUp {display: block;line-height: 34px;color: #999999;font-size: 16px;}
.pageUp a {font-size: 16px;color: #999999;}
.articlePageBox:hover,
.pageUp a:hover {color: #94070a;}
/* ————— 上一篇/下一篇 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 ————— */
.video{width: 600px;height: 400px; margin: 0 auto}
/* ————— 视频 end ————— */
/* ========== 单篇+文章页 end ========== */

/* ========== textList.jsp start ========== */
/* .textList1Dl{overflow: hidden;} */
.textList1Dl dd{width: 100%;float: left;display: inline;margin-bottom: 20px;}
.textList1Dl dd .con{display: block;background: #fff;padding:30px 50px ;overflow: hidden;transition: 0.4s;-webkit-transition: 0.4s;height: 230px;box-sizing: border-box;-webkit-box-sizing: border-box;}
.textList1Dl dd .con:hover{box-shadow: 0 0 10px 2px rgba(0,0,0,0.08);-webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);}
.textList1Dl dd .timeBox{height: 100%;float: left;display: inline;position: relative;text-align: center;width: 80px;padding-right: 60px;}
.textList1Dl dd .timeBox::before{content: '';display: block;width: 1px;height: 100%;background: #f5f5f5;position: absolute;top: 0;right: 1px;}
.textList1Dl dd .timeBox .time1{height: 40px;line-height: 40px;overflow: hidden;font-size: 24px;color: #999999;padding-bottom: 14px;border-bottom: 1px solid #ebebeb;}
.textList1Dl dd .timeBox .time2{height: 45px;line-height: 45px;overflow: hidden;font-size: 26px;color: #222222;padding-top: 15px;}
.textList1Dl dd .con .text{overflow: hidden;height: 100%;box-sizing: border-box;-webkit-box-sizing: border-box;padding: 0 20px 0 50px;}
.textList1Dl dd .title a{display: inline-block;font-size: 26px;color: #222222;line-height: 46px;height: 46px;overflow: hidden;max-width: 100%;white-space: nowrap;text-overflow: ellipsis;transition: 0.4s;-webkit-transition: 0.4s;margin-bottom: 8px;}
.textList1Dl dd .con:hover .title a{color: #1e5ab0;letter-spacing: 1px;}
.textList1Dl dd .textC{line-height: 30px;font-size: 14px;color: #666666;}
.textList1Dl dd .btnBox{padding-top: 30px;padding-bottom: 7px;}
.textList1Dl dd .btnBox a{line-height: 22px;font-size: 14px;color: #666666;height: 22px;}
.textList1Dl dd .btnBox a span{background: url(../images/common/textListMore.png)no-repeat right center;padding-right: 22px;height: 22px;transition: 0.4s;-webkit-transition: 0.4s;}
.textList1Dl dd .con .btnBox a:hover span{padding-right: 30px;background: url(../images/common/textListMoreh.png)no-repeat right center;}
.textList1Dl dd .con .btnBox a:hover{color:#1e5ab0 ;}
/* ========== textList.jsp end ========== */

/* ========== imgList1.jsp start ========== */
.imgList1Dl{overflow: hidden;margin-right: -20px;padding-top: 25px;}
.imgList1Dl dd{width: 33.3333%;float: left;display: inline;margin-bottom: 20px;}
.imgList1Dl dd .con{display: block;background: #FFFFFF;margin-right: 20px;padding: 20px;position: relative;}
.imgList1Dl dd .con .pic{position: relative;}
.imgList1Dl dd .con .pic .share{background: #303136; width: 100px;height: 100px;position: absolute;right: 0;top: 0;-webkit-transition: all 0.3s linear;transition: all 0.3s linear;z-index: 1;overflow: hidden;}
.imgList1Dl dd .con .pic .share span{display: block;color: #FFFFFF;font-size: 12px;text-align: center;line-height: 20px;}
.imgList1Dl dd .con .pic .share .numBox{font-size: 40px;color: #FFFFFF;text-align: center;line-height: 42px;padding-top: 15px;}
.imgList1Dl dd .con .pic .share::before{
	content: '';
	display: block;
	width: 200px;
	height: 200px;
	position: absolute;
	left: -100px;
	bottom: -50px;
	background: #f6aa00;
	z-index: -1;
	transform: scale(0);
	-webkit-transform: scale(0);
	border-radius: 50%;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}
.imgList1Dl dd .con:hover .pic .share::before{transform: scale(1.5);-webkit-transform: scale(1.5);}
.imgList1Dl dd .con .pic::before{padding-top: 61.0328638%;}
.imgList1Dl dd .con .text .title{height: 60px;padding-top: 25px;font-weight: bolder;}
.imgList1Dl dd .con .text .title a{line-height: 30px;color: #000000;font-size: 20px;display: block;}
.imgList1Dl dd .con .text .textC{padding-top: 17px;line-height: 27px;height: 54px;overflow: hidden;}
.imgList1Dl dd .con .text .textC span{font-size: 14px;color: #666666;}
.imgList1Dl dd .con .text .btnBox{padding-top: 10px;/* padding-bottom: 32px; */}
.imgList1Dl dd .con .text .btnBox .moreA{overflow: hidden;padding: 10px 0;}
.imgList1Dl dd .con .text .btnBox .moreA a{line-height: 28px;text-decoration: underline;font-size: 14px;color: #000000;}
.imgList1Dl dd .con .text .btnBox .moreA span{transform:rotate(0deg);-webkit-transform:rotate(0deg);background:#0075c2 url(../images/common/imgList1More.png)no-repeat center center;width: 28px;height: 28px;margin-left: 10px;display: inline-block;margin-bottom: -10px;font-size: 0;transition: all 0.3s ease;-webkit-transition: all 0.3s ease; }
.imgList1Dl dd .con .text .btnBox .time{/* float:right;display: inline; */line-height: 28px;font-size: 16px;padding: 10px 0;}
.imgList1Dl dd .con:hover .text .btnBox .moreA span{background-color: #f6aa00;transform:translateX(10px) rotate(45deg);-webkit-transform:translateX(10px) rotate(45deg);}
.imgList1Dl dd .con::before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	background: #f6aa00;
	width: 0%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.imgList1Dl dd .con:hover:before{
	width: 100%;
}
/* ========== imgList1.jsp end ========== */
/* ========== imgList2.jsp start ========== */
.subNav2 .dd{
	float: left;
	margin-right: 20px;
}
.subNav2 .dd a{
	display: block;
	line-height: 30px;
	padding: 5px 15px;
	font-size: 16px;
	border-radius: 5px;
}
.subNav2 .dd.hover a{
	background-color: #0075c2;
	color: #FFFFFF;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.subNav2 .dd:hover a{
	background-color: #0075c2;
	color: #FFFFFF;
}
.imgList2Dl{overflow: hidden;margin:0 -10px;}
.imgList2Dl dd{width: 33.3333%;float: left;display: inline;margin-bottom: 20px;overflow: hidden;}
.imgList2Dl dd .con{display: block;background: #FFFFFF;margin:0 10px;padding: 20px;}
.imgList2Dl dd .con .pic::before{padding-top: 61.03286%;}
.imgList2Dl dd .con .pic img{object-fit:contain;}
.imgList2Dl dd .con .text{padding-top: 20px;line-height: 40px;text-align: center;}
.imgList2Dl dd .con .text a{font-size: 20px;color: #333333;display: block;}
.imgList2Dl dd .con:hover .text a{color: #0075c2;}
.viewer-number i{font-style: normal;}
/* ========== imgList2.jsp end ========== */
/* ========== 视频列表 start ========== */
.videoList1Dl {overflow: hidden;margin:0 -10px;}
.videoList1Dl dd {width: 33.33%;float: left;display: inline;margin-bottom: 30px;}
.videoList1Dl dd .con{display: block;background: #FFFFFF;margin:0 10px;padding: 20px;}
.videoList1Dl dd .pic::before{padding-top: 61.03286%;}
.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;background-size: contain;}
.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-top: 20px;line-height: 40px;text-align: center;overflow: hidden;}
.videoList1Dl dd .con .text .title{font-size: 20px;color: #333333;display: block;}
.videoList1Dl dd .con:hover .title{color: #0075c2;}
/* ========== 视频列表 end ========== */
/* ========== imgText.jsp 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;}
/* ========== imgText.jsp end ========== */
/* ========== honor.jsp start ========== */
.hocolumn1{background: #FFFFFF;padding-top: 20px;}
.hocolumn1 .wrap{position: relative;}
.hocolumn1 .bgBox{height: 480px;position: relative;}
.bgBox .colBg{width: 100%;height: 100%;}
.hocolumn1 .hocol1Con{position: absolute;left:0;top: 0;width: 100%;height: 100%;overflow: hidden;}
.hocol1Con .table .tableCell{padding: 35px;}
.hocol1Con .table .tableCell .title2,
.hocol1Con .table .tableCell .textC{padding-left: 55px;}
.hocol1Con .table .tableCell .title1{font-size: 14px;color: #333333; background: url(../images/common/hoTiteIcon.png)no-repeat left center;line-height: 23px;font-size: 14px;color: #333333;padding-left: 55px;padding-bottom: 6px;}
.hocol1Con .table .tableCell .title2{line-height: 60px;padding-bottom: 25px;font-size: 34px;color: #000000;}
.hocol1Con .table .tableCell .textC{line-height: 24px;width: 510px;font-size: 14px;color: #999999;height: 150px;overflow-y: auto;}
.hocolumn2{position: relative;}
.hocolumn2 .bgBox{height: 770px;}
.hocol2Con{position: absolute;left: 0;top: 0;width: 100%;}
.hocol2Con .hoListBox{padding:70px 50px 0 50px;overflow: hidden;position: relative;}
.hocol2Con .slickBox{overflow: hidden;}
.hocol2Con .hoListBox .hoList1{margin: 0 -44px;}
.hoList1 .slickCon{padding: 60px 44px 0 44px;position: relative;}
.hoList1 .slickCon .time{line-height: 46px;font-size: 30px;color: #0075c2;}
.hoList1 .slickCon .textC{line-height: 30px;font-size: 15px;color: #333333;}
.hoList1 .slickCon .hoList1dd{position: absolute;left: 60px;top: 0;}
.hoList1 .slickCon .hoList1dd .dd1{background: url(../images/common/hoList1dd1.png)no-repeat center center;width: 15px;height: 18px;margin-bottom: 7px;}
.hoList1 .slickCon .hoList1dd .dd2{background: url(../images/common/hoList1dd2.png)no-repeat center center;width: 15px;height: 9px;animation: hoList1ddAn 1s infinite;}
.hocol2Con .hoListBox .myConBox{height: 35px;position: absolute;left: 0;top: 99px;width: 100%;background: url(../images/common/hodottedLine.png)no-repeat center center;}
.hocol2Con .hoListBox .btnBbox .slick-arrow{width: 35px;height: 35px;background: #0075c2;position: absolute;top: 0;border-radius: 50%;cursor: pointer;}
.hocol2Con .hoListBox .btnBbox .prev{left: 0;background: #0075c2 url(../images/common/hoPrevIcon.png)no-repeat center center;}
.hocol2Con .hoListBox .btnBbox .next{right: 0;background: #0075c2 url(../images/common/hoNextIcon.png)no-repeat center center;}
@-webkit-keyframes hoList1ddAn{
    0% {-webkit-transform:translateY(0);}
	50% {-webkit-transform:translateY(6px);}
    100%  {-webkit-transform:translateY(0);}
}
@keyframes hoList1ddAn{
    0% { transform:translateY(0);}
	50% {transform:translateY(6px);}
    100% {transform:translateY(0);}
}
/* ========== honor.jsp end ========== */
/* ========== recruitmentView.jsp start ========== */
/* 通用标题层  start*/
.viewTitleBox .title1{line-height: 40px;font-size: 30px;color: #444444;padding-bottom: 24px;padding-top: 10px;}
.viewTitleBox .title2{line-height: 25px;font-size: 14px;color: #333333;}
.viewTitleBox .textC{line-height: 25px;font-size: 16px;color: #666666;}
/* 通用标题层  end*/
.reViewBox{padding: 30px 40px;}
.reViewBox .viewTitleBox .textC span{font-size: 16px;color: #666666;}
.reViewBox .viewTitleBox .textC em{margin: 0 10px;font-style: normal;}
.reViewBox .viewTitleBox .textC .textR span{font-size: 14px;color: #8597b4;padding-left: 25px;}
.reViewBox .viewTitleBox .textC .textR em{font-size: 20px;color: #666666;}
.reViewBox .viewTitleBox{padding-bottom: 34px;border-bottom: 2px solid #ebebeb;}
.reViewContent{padding-top: 42px;}
.reViewContent .con .title{line-height: 36px;font-size: 16px;color: #0075c2;font-weight: bolder;}
.reViewContent .con .textC{padding-bottom: 25px;line-height: 30px;font-size: 14px;color: #666666;padding-top: 28px;}
.reViewContent .con .textC.lastText{line-height: 30px;padding-top: 4px;color: #8597b4;}
.reViewContent .btnBox{padding: 13px 0 25px 0;}
.reViewContent .btnBox a{box-shadow: 0 10px 20px 0 rgba(131,183,217,0.6);display: block;width: 155px;height: 43px;border-radius: 43px;background: #0075c2;text-align: center;line-height: 43px;font-size: 16px;transition: all 0.3s linear;-webkit-transition: all 0.3s linear;}
.reViewContent .btnBox a span{margin-top: -3px;color: #FFFFFF;background: url(../images/recruitment/reViewIcon.png)no-repeat right center;height: 36px;line-height: 36px;display: inline-block;vertical-align: middle;padding-right: 36px;background-position-y: 4px;transition: all 0.3s linear;-webkit-transition: all 0.3s linear;}
.reViewContent .btnBox a:hover{box-shadow: 0 10px 20px 0 rgba(131,183,217,1);}
.reViewContent .btnBox a:hover span{background-position-x: 70px;}
/* ========== recruitmentView.jsp end ========== */
/* ========== recruitForm.jsp start ========== */
.recruitFormBox{padding: 40px 60px;}
.recruitFormBox .viewTitleBox{border: none;}
.recruitFormBox .viewTitleBox .title1{padding-bottom: 8px;}
.recruitFormBox .reViewContent{padding-top: 45px;}
.recruitFormTitle{height:48px;line-height:48px;font-size:24px;color:#333333;padding-left:14px;position:relative;margin-bottom:8px}
.recruitFormTitle:before{display:block;content:'';height:24px;width:4px;background:#69b74a;position:absolute;top:50%;left:0;margin-top:-12px}
.recruitFormCon{margin-right:-50px}
.recruitForm{width:50%;float:left;display:inline}
.recruitForm1{width:100%}
.recruitForm .con{margin-right:50px}
.recruitFDd{margin-bottom:20px}
.recruitFTitle{font-size:14px;color:#999999;height:50px;line-height:50px}
.recruitFBox{overflow:hidden}
.recruitFBox1{margin-left:60px;width:85%}
.recruitFBox textarea{height:260px;border:none;outline:none;width:100%;padding-top:12px;line-height:25px;background:#fafafa}
.recruitFDiv input{width:100%;height:50px;line-height:50px;border:none;outline:none;font-size:14px;background:#fafafa}
.recruitFCon{position:relative;border-radius:5px;background:#fafafa;padding:0 20px}
.recruitFYzm{width:35%;float:left;margin-right:20px}
.recyzmPic{cursor:pointer;width:132px;height:50px}
.recyzmPic img{width:100%;height:100%}
.recruitFCon1{height:118px}
.recruitFBtn{padding-top:27px}
.recruitFBtn a{width:77px;height:34px;line-height:34px;display:inline-block;margin-right:23px;background:#4d82e2;border-radius:4px;text-align:center;font-size:14px;color:#fff}
.recruitFBtn a.recruitFBtn1{background:#f2f2f2;color:#333333}
.recruitFPs{height:46px;line-height:46px;overflow:hidden;font-size:14px;color:#666666}
.recruitFCon span{font-size:14px;color:#d9031f;line-height:50px;position:absolute;left:10px;top:2px}
.recruitFSel{height:50px;position:relative;padding-right:38px}
.recruitFSel .seljg{padding-left:10px;line-height:50px;color:#333333;font-size:14px;cursor:pointer}
.recruitFSel i{display:block;width:50px;height:50px;background:url(../images/recruitment/reformSel.png) no-repeat center center;position:absolute;right:-30px;top:0px;cursor:pointer}
.recruitFSel .selTj{width:100%;overflow:hidden;border:1px solid #dedede;border-top:none;max-height:120px;overflow-y:auto;position:absolute;left:-1px;top:50px;background:#FFF;display:none;z-index:100000}
.recruitFSel .selTj a{display:block;height:40px;line-height:40px;padding-left:10px;color:#666666;margin-bottom:1px;font-size:12px}
.recruitFSel .selTj a:hover{background:#0076be;color:#FFF}
.recruitFSel .selTj a.hover{background:#0076be;color:#FFF}
.recruitFormUp{height:50px;line-height:50px;font-size:14px;color:#999;overflow:hidden;margin-bottom:30px}
.recruitFormUp a{float:left;width:130px;height:50px;line-height:50px;border-radius:5px;overflow:hidden;background:rgb(105,183,74);font-size:14px;color:#fff;text-align:center;margin-right:10px}
.recruitFormUp span{float:left}
.recruitFormBtn{padding-top:10px;text-align:center;font-size:0;padding-bottom:30px}
.recruitFormBtn .btn a{display:block;width:240px;height:55px;line-height:55px;border-radius:5px;overflow:hidden;text-align:center;font-size:16px;color:#fff;margin:0 auto}
.recruitFormBtn .btn a  span{color:#fff;background:url(../images/recruitment/reformSub.png)no-repeat center center;width:19px;height:14px;margin-left: 16px; transition:all 0.3s linear;-webkit-transition:all 0.3s linear;position: relative;top: -2px;display: inline-block;vertical-align: middle;}
.recruitFormBtn .btn a:hover span{transform: translateX(5px) rotate(30deg);}
.recruitFormBtn .btn.btn1 a{background:#f6c739}
.recruitFormDown .flieCon{height:100px;padding:0 20px 0}
.recruitFormDown .flieBtnCon{overflow:hidden;margin-bottom:20px}
.recruitFormDown .flieText{font-size:14px;color:#666666}
.recruitFormDown .flieCon .btn{float:left;width:77px;margin-right:22px}
.recruitFormDown .flieCon .btn a{display:block;height:34px;line-height:34px;text-align:center;font-size:14px;color:#fff;border-radius:2px;overflow:hidden;transition:all 0.3s linear;-webkit-transition:all 0.3s linear;width: 100%;}
.recruitFormDown .flieCon .btn.btn1 a{background:#0075c2}
.recruitFormDown .flieCon .btn.btn2 a{background:#f7b500}
.recruitFormDown .flieCon .btn a:hover{opacity:0.7}
.recruitFDd .yzmImg{margin-left:15px}
.recruitFDd .yzmImg img{width:120px;height:50px;border-radius:5px;overflow:hidden;cursor:pointer}
.recruitFormDown .flieCon .btn.btn1 a .webuploader-pick{padding: 0;background: none;}
/* ========== recruitForm.jsp end ========== */
/* ========== contactUs.js start ========== */
.contactUsBox{background: #FFFFFF;}
.contactUsBox .col1Box{overflow: hidden;float: left;display: inline;width: 53.125%;}
.Uslist{margin-right: -1px;}
.Uslist .dd{float: left;width: 50%;height: 510px;}
.Uslist .dd .con{padding: 140px 35px 20px 55px;border-right: 1px solid #e6e6e6;box-sizing: border-box;-webkit-box-sizing: border-box;height: 100%;position: relative;}
.Uslist .dd:nth-last-child(2) .con{border-color: transparent;}
.Uslist .dd:first-child .con{padding-left: 0;}
.Uslist .imgBox{padding-bottom: 45px;}
.Uslist .imgBox .imgBg{width: 60px;height: 60px;}
.Uslist .imgBox .imgBg.tel{background: url(../images/contactUs/telicon.png)no-repeat center center;}
.Uslist .imgBox .imgBg.product{background: url(../images/contactUs/producticon.png)no-repeat center center;}
.Uslist .imgBox .imgBg.address{background: url(../images/contactUs/addressIcon.png)no-repeat center center;width: 63px;height: 60px;}
.Uslist .text .title1{line-height: 42px;font-size: 24px;color: #333333;}
.Uslist .text .title2{line-height: 60px;font-size:36px;color: #333333;}
.Uslist .text .proTitle{line-height: 35px;font-size: 16px;color: #333333;padding-top: 23px;}
.Uslist .text .proTitle span{font-size: 24px;}
.Uslist .text .textC{line-height: 24px;font-size:16px;color: #999999;height: 51px;overflow-y: auto;overflow: hidden;}
.Uslist .addressText .textC{padding-top: 28px;color: #333333;height: auto;}
/* .Uslist .dd .con:hover{background: url(../images/contactUs/col1imgtextBg.png)no-repeat center center;background-size: cover;} */
.Uslist .con .btnBox{width: 78px;height: 78px;padding: 16px;padding-left: 16px;-webkit-box-sizing: border-box;box-sizing: border-box;position: absolute;left: 45px;bottom: 34px;}
.Uslist .con .btnBox a{width: 45px;height: 45px;display: inline-block;background: #0075c2 url(../images/contactUs/coMoreicon.png)no-repeat center center;display: block;border-radius: 50%;}
.Uslist .con .btnBox::before{content: ""; display: block;animation: circle-opacity 1s infinite; width: 50px;height: 50px; border-radius: 50%; background: rgba(0,117,194,0.35); position: absolute;animation: circle-opacity 2s infinite; left: 50%; top: 50%; transform: translate(-50%,-50%) scale(0,0);-webkit-transform: translate(-50%,-50%) scale(0,0);}
@-webkit-keyframes circle-opacity{
    from {
        opacity: 1;
        -webkit-transform:translate(-50%,-50%) scale(1);
    }
    to {
        opacity: 0;
        -webkit-transform:translate(-50%,-50%) scale(2);
    }
}
@keyframes circle-opacity{
    from {
        opacity: 1;
        transform:translate(-50%,-50%) scale(1);
    }
    to {
        opacity: 0;
        transform:translate(-50%,-50%) scale(2);
    }
}
.Uslist .con .btnBox:hover:before{display: none;}
.conTantcol1umn1{position: relative;}
.conTantcol1umn1 .column2{position: absolute;right: 0;left: 53.125%;}
#map{height: 510px;}
.contactUsBox .column2{height:auto;overflow: hidden;}
.contactUsBox .col3Big{height: 640px;}
.contactUsBox .col3Big .bgBox{width: 100%;height: 100%;}
.contactUsBox .column3{position: relative;}
.contactUsBox .Uscol3Con{position: absolute;left: 0;top: 0;height: 100%;width: 100%;}
.Uscol3Con .usMessagel,
.Uscol3Con .usMessager{float: left;display: inline;width: 50%;}
.Uscol3Con .usMessagel{padding-top: 80px;box-sizing: border-box;-webkit-box-sizing: border-box;}
.Uscol3Con .usMessagel .culTitleBox .title1,
.Uscol3Con .usMessagel .culTitleBox .title2{text-align: left;}
.Uscol3Con .usMessagel .textC{padding-top: 60px;line-height: 30px;font-size: 16px;color: #666666;text-align: left;width: 355px;margin: 0;}
.Uscol3Con .usMessager{padding-top: 60px;}
.messFromitem{border-bottom: 1px  solid #e6e6e6;margin-bottom: 24px;}
.messFromitem .messLable{line-height: 27px;font-size: 16px;color: #333333;}
.messFromitem .messLable span{color: #ea1d1d;}
.messFromitem .inputBox{padding: 19px 10px 5px 5px;}
.messFromitem .inputBox input{height: 20px;outline: none;width: 100%;border: none;font-size: 14px;line-height: 20px;background: transparent;}
.messFromitem .inputBox textarea{height: 20px;outline: none;border: none;width: 100%;font-size: 14px;line-height: 20px;background: transparent;}
.messsgebtnBox{padding-top: 19px;padding-left: 2px;}
.messsgebtnBox .subBtn a{display: block;width: 240px;height: 55px; background: #f6c739;text-align: center;font-size: 16px;}
.messsgebtnBox .subBtn span{color: #FFFFFF;background: url(../images/recruitment/reformSub.png)no-repeat right center;line-height: 55px;padding-right: 30px;transition: all 0.3s linear;-webkit-transition: all 0.3s linear;}
.messsgebtnBox .subBtn  a:hover span{padding-right: 36px;}
/* ========== contactUs.js end ========== */
/* ========== newsView.jsp start ========== */
.newsLocationBox{padding:0 30px;background: #FFFFFF;height: 80px;font-size: 14px;color: #999999;}
.newsLocationBox .locationL{float: left;display: inline;}
.newsLocationBox .locationL span{line-height: 80px;}
.newsLocationBox .locationL a{float: left; line-height: 80px;font-size: 14px;color: #999999;background: url(../images/common/newslocation.png)no-repeat left center;padding-left: 20px;margin-right: 15px;}
.newsLocationBox .locationL a.index{background: none;padding-left: 0;}
.newsLocationBox .locationL a.hover{color: #0071c0;}
.newsLocationBox .locationL a:hover{color: #0071c0;}
.newsLocationBox .blackBtn{float: right;display: inline;line-height: 80px;}
.newsLocationBox .blackBtn a{background: url(../images/common/bleack.png)no-repeat left center;height: 80px;font-size: 14px;color: #999999;padding-left: 26px;display: block;transition: all 0.3s linear;-webkit-transition: all 0.3s linear;}
.newsLocationBox .blackBtn a:hover{background: url(../images/common/bleackh.png)no-repeat left center;color: #0071c0;}
.newsViewBox{padding: 30px;background: #FFFFFF;}
.newsViewBox .articleC{padding: 0;}
.newsViewBox .articleTitle{font-size: 30px;color: #1c1c1c;font-weight: bolder;text-align: center;}
.newsViewBox .articleTime{text-align: center;padding: 10px 0 20px 0;font-size: 16px;color: #5c5c5c;}
.newsViewBox .articleTime .time{background: url(../images/common/timeIco.png)no-repeat left center;padding-left: 27px;padding-right: 45px;background: none;}
.newsViewBox .articleTime .see{background: url(../images/common/eyeIco.png)no-repeat left center;padding-left: 37px;}
.newsViewBox .articleShare{float: right;display: inline;}
.newsViewBox .articleBox{padding: 0;line-height: 35px;font-size: 18px;color: #333333;}
.newspageUpBox{padding: 20px 0 30px 0;}
.newspageUpBox .pageUp{margin-right: -17px;}
.newspageUpBox .articlePageBox{overflow: hidden; float: left;display: inline;width: 600px;margin-right: 17px;background: #FFFFFF;height: 60px;padding: 0 20px;line-height: 60px;box-sizing: border-box;-webkit-box-sizing: border-box;font-size: 16px;color: #333333;transition: all 0.3s linear;-webkit-transition: all 0.3s linear;}
.newspageUpBox .articlePageBox a{color: #333333;}
.newspageUpBox .articlePageBox:nth-child(2){width: 205px;background: #2380c6 url(../images/common/newsListIcon.png)no-repeat center center;padding: 0;}
.newspageUpBox .articlePageBox:nth-child(2) a{background: #2380c6 url(../images/common/newsListIcon.png)no-repeat center center;display:block;height: 60px;}
.newspageUpBox .articlePageBox:hover a{color: #0076be;}
.newspageUpBox .articlePageBox:nth-child(2):hover a{background: #FFFFFF url(../images/common/newsListIconh.png)no-repeat center center;}
/* ========== newsView.jsp end ========== */
/* ========== singleArticle4.jsp start ========== */
.singLeA4Box{padding: 30px;background: #FFFFFF;}
.singLeA4Box .articleC{padding: 0;}
.singLeA4Box .articleTitle{font-size: 36px;color: #1c1c1c;font-weight: bolder;text-align: left;}
.singLeA4Box .articleTime{text-align: left;padding: 22px 0 20px 0;font-size: 16px;color: #5c5c5c;line-height: 45px;}
.singLeA4Box .articleTime .time{background: url(../images/common/timeIcon2.png)no-repeat left center;padding-left: 20px;padding-right: 45px;}
.singLeA4Box .articleTime .see{background: url(../images/common/see2.png)no-repeat left center;padding-left: 20px;}
.singLeA4Box .articleBox{padding: 0;padding-top: 38px;line-height: 35px;font-size: 18px;color: #333333;}
.singLeA4BtnBox{float: right;display: inline;}
.singLeA4BtnBox a{display: block;width: 170px;height: 45px;text-align: center;line-height: 45px;color: #FFFFFF;font-size: 16px;background-color: #f6aa00;}
/* ========== singleArticle4.jsp end ========== */
/* ========== businessArea.jsp start ========== */
.businBox{position: relative;overflow: hidden;}
.businList1{background: #FFFFFF;position: relative;}
.businList1 .slickdd{transition: all 0.3s linear;-webkit-transition: all 0.3s linear;}
.businList1 .con{position: relative;height: 920px;background-position: center;background-repeat: no-repeat;background-size: cover;}
.businList1 .con .text{position: absolute;left: 0;top: 0;right: 0;bottom: 0;background-color: rgba(0,0,0,0.3);text-align: center;color: #ffffff;}
.businList1 .con .imgBox{position:relative ;left: 0;top: 0;right: 0;bottom: 0;}
.businList1 .con .pic::before{padding-top:98.0187695%;}
.businList1 .con .text:before{padding-top:98.0187695%;}
.businList1 .con .text .table{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.businList1 .con .text .table .tableCell{padding: 0 25px;position: relative}
/* .businList1 .slickdd.slickdd3 .con .text .table .tableCell{padding: 0 75px;} */
.businList1 .con .text .table .tableCell .titleBox{position: relative; z-index: 1;padding-bottom: 28px;}
.businList1 .con .text .table .tableCell::before{
	content: '';
	display: none;
	background: url(../images/common/businTextBg.png)no-repeat center center;
	width: 405px;
	height: 707px;
	position: absolute;
	top: 50%;
	margin-top: -353px;
	right: 205px;
}
.businList1 .con .text .sjNav{height: 40px;}
.businList1 .con .text .sjNav a{
	font-size: 14px;
	min-width: 100px;
	text-align: center;
	border: 1px solid #ffffff;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	background: transparent;
	color:#fff;
	margin-bottom: 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	line-height: 40px;
	height: 40px;
	
}
.businList1 .con .text .sjNav a:hover{
	transform: translateY(-4px);
	-webkit-transform: translateY(-4px);
	background-color: #0075c2;
	border-color: #0075c2;
}
.businList1 .con .text .table .tableCell .particleground{position: absolute;left: 0;top: 0;height: 100%;width: 100%;z-index: 0;}
.businList1 .con .text .textPage{line-height: 35px;font-size: 20px;color: #333333;}
.businList1 .con .text .textPage span{font-size: 40px;color: #f6aa00;}
.businList1 .con .text .titleBox::after{width: 40px;height: 2px;background-color: #ffffff;margin: 0 auto;content: '';display: block;position: relative;bottom: 0;}
.businList1 .con .text .title1{line-height: 36px;font-size: 24px;color: #ffffff;height: 36px;}
.businList1 .con .text .title2{line-height: 20px;font-size: 16px;color: #ffffff;height: 20px;margin-bottom: 20px;}
.businList1 .con .text .textC{line-height: 30px;font-size: 14px;color: #ffffff;height: 120px;overflow: hidden;width: 425px;margin:  0 auto;}
.businList1 .con .titleBox .icon{background-position: center;background-repeat: no-repeat;width: 56px;height: 60px;margin: 0 auto;margin-bottom: 25px;}
.businList1 .slickdd.slickdd1 .con .titleBox .icon{background-image: url(../images/businList1Icon1.png);}
.businList1 .slickdd.slickdd2 .con .titleBox .icon{background-image: url(../images/businList1Icon2.png);}
.businList1 .slickdd.slickdd3 .con .titleBox .icon{background-image: url(../images/businList1Icon.png);}
.businList1 .con .text .btnBox{padding-top: 30px;}
.businList1 .con .text .btnBox a {
    display: inline-block;
    padding: 0 16px;
    height: 30px;
    line-height: 30px;
    background: #006fc0;
    border-radius: 30px;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}
.businList1 .con .text .btnBox a span {
    display: inline-block;
    padding-right: 27px;
    background: url(../images/moreRightw.png) right center no-repeat;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    font-size: 12px;
    color: #fff;
}
.businList1 .con .text .btnBox a:hover {
	opacity: .8;
}
.businList1 .con .text .btnBox a:hover span {
    padding-right: 30px;
}

.businList1 .slick-dots{position: absolute;left: 0;bottom: 55px;width: 50%;height: 20px;text-align: center;}
.businList1 .slick-dots li{width: 14px;height: 14px;display: inline-block;font-size: 0;border: 3px solid transparent;border-radius: 50%;margin-right: 5px;position: relative;transition: all 0.3s linear;-webkit-transition: all 0.3s linear;}
.businList1 .slick-dots li::before{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background: #FFFFFF;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	margin-left: -4px;
	top: 50%;
	margin-top: -4px;	
}
.businList1 .slick-dots li.slick-active{border-color: #FFFFFF;}
.businList1 .con .text .btnBox .moreA{line-height: 28px;text-decoration: underline;font-size: 14px;color: #000000;}
.businList1 .con .text .btnBox .moreA span{transform:rotate(0deg);-webkit-transform:rotate(0deg);background:#0075c2 url(../images/common/imgList1More.png)no-repeat center center;width: 28px;height: 28px;margin-left: 10px;display: inline-block;margin-bottom: -10px;font-size: 0;transition: all 0.3s ease;-webkit-transition: all 0.3s ease; }
.businList1 .con .text .btnBox .moreA:hover span{background-color: #f6aa00;transform:translateX(10px) rotate(45deg);-webkit-transform:translateX(10px) rotate(45deg);}
.businList1 .slickdd{float: left;display: inline;}
.businList1 .slickdd.slickdd1{width: 35%;}
.businList1 .slickdd.slickdd2{width: 30%;}
.businList1 .slickdd.slickdd3{width: 35%;}
.businBox .busintabBox{position: absolute;width: 300px;left: 50%;margin-left: -300px;top: 50%;margin-top: -220px;background: #2f3035;}
.businBox .busintabBox .busintablist{padding:70px 45px;}
.busintabDl{position: relative;}
.busintabDl .slick-list{height: auto !important;max-height: 260px !important;}
.busintabDl .dd{height: 50px;border-top-right-radius: 50px;border-bottom-right-radius: 50px;position: relative;padding-left: 5px;}
.busintablist .busintaline{position: absolute;left:50px;width: 2px;background: #48494c;top: 70px;bottom: 70px;}
.busintabDl .dd .text .line{width: 10px;height: 2px;position: absolute;left: -5px;top: 50%;margin-top: -1px;background: #48494c;}
.busintabDl .dd .text{cursor: pointer;position: relative;}
.busintabDl .dd .text .textC{position: relative; padding-left: 30px;line-height: 50px;font-size: 16px;color: #FFFFFF;position: relative;z-index: 1;display: block;overflow: hidden;}
.busintabDl .dd .text .textC::before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	height: 100%;
	background: #f6aa00;
	border-top-right-radius: 50px;border-bottom-right-radius: 50px;
	width: 100%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	opacity: 0;
	z-index: -1;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.busintabDl .dd.slick-current .text .textC::before{
	transform: translateX(0);
	-webkit-transform: translateX(0);
	opacity: 1;
}
/* ========== businessArea.jsp end ========== */
/* ========== businessArea2.jsp start ========== */
.busViewtabs1{border: 1px solid #ebebeb;border-top: none;border-left: none;}
.busViewtabs1Title .title1,
.busViewtabTop{width: 20%;float: left;display: inline;}
.busViewtabs1Title .title2,
.busViewtabBody{width: 80%;float: left;display: inline;}
.busViewtabs1Title .title3,
.busViewtabBodyDl2{width: 30%;float: left;display: inline;}
.busViewtabs1Title .title4,
.busViewtabBodyDl2Con{width: 70%;float: left;display: inline;overflow-y: auto;}
.busViewtabs1Title .title1,
.busViewtabs1Title .title2,
.busViewtabs1Title .title3,
.busViewtabs1Title .title4{line-height: 48px;text-align: center;border: 1px solid #ebebeb;border-right: none;box-sizing: border-box;-webkit-box-sizing: border-box;background-color: #f5f5f5;font-weight: bold;}
.busViewtabs1Title .title4{border-right: 1px solid #ebebeb;}
.busViewtabTopDl .dd{cursor: pointer; line-height: 50px;text-align: center;font-size:15px; color:#333333;border: 1px solid #ebebeb;border-top: none;box-sizing: border-box;-webkit-box-sizing: border-box;}
.busViewtabTopDl .dd.hover{background-color: #0075c2;color: #FFFFFF;}
.busViewtabBodyDl2{border-right: 1px solid #ebebeb;box-sizing: border-box;-webkit-box-sizing: border-box;overflow: hidden;}
.busViewtabBodyDl2 .dd{cursor: pointer; line-height: 36px;text-align: left;font-size:15px; color:#666666;border-bottom: 1px solid #ebebeb; box-sizing: border-box;-webkit-box-sizing: border-box;padding: 10px 15px;}
.busViewtabBodyDl2 .dd.hover{background-color: #0075c2;color: #FFFFFF;}
.busViewtabBodyDl .dl1Dd{position: relative;}
.busViewtabBodyDl2Con .text{line-height: 25px;padding: 20px 45px;font-size: 15px;color: #666666;border-bottom: 1px solid #ebebeb;}
.serviceList .bd{margin-right: -30px;}
.serviceList .bd .mySlide .slickCon{margin-right: 30px;padding:28px 25px;border: 3px solid #f5f5f5;}
.serviceList .bd .mySlide .slickCon .info{margin-bottom: 17px;}
.serviceList .bd .mySlide .slickCon .info .bz{width: 42px;height: 42px;border-radius: 50%;text-align: center;line-height: 42px;color: #FFFFFF;font-size: 24px;background-color: #0075c2;float: left;display: inline;}
.serviceList .bd .mySlide .slickCon .title{overflow: hidden;line-height: 42px;font-size: 20px;color: #333333;padding-left: 15px;}
.serviceList .bd .mySlide .slickCon .text{line-height: 27px;font-size: 16px;color: #666666;height: 54px;overflow: hidden;}
.productTab{border: 1px solid #ebebeb;}
.productTabTop{overflow: hidden;}
.productTabTop .dd{cursor: pointer; width: 20%;display: inline;float: left;text-align: center;line-height: 48px;background-color: #f5f5f5;border: 1px solid #ebebeb;margin:0 -1px;border-top: none;font-weight: bold;}
.productTabTop .dd.hover{background-color: #0075c2;color: #FFFFFF;}
.productTabTop .dd:hover{background-color: #0075c2;color: #FFFFFF;}
.productTabBody{height: 298px;overflow: hidden;}
.productList{width: 100%;position: relative;}
.productList .bd{margin: 0 -10px;}
.productList .bd .slick-arrow{position: absolute;top: 50%;width: 20px;height: 30px;margin-top: -15px;background-color: rgba(0,0,0,0.2);cursor: pointer;z-index: 1;}
.productList .bd .slick-arrow.prev{left: 0; background:rgba(0,0,0,0.2) url(../images/productPrev.png)no-repeat center;}
.productList .bd .slick-arrow.next{right: 0; background:rgba(0,0,0,0.2) url(../images/productPrev.png)no-repeat center;transform: rotateZ(180deg);}
.productList .slickCon{height: 298px;margin:0 20px;}
.productList .slickCon .text{text-align: center;padding-top: 20px;font-size: 14px;color: #666666;line-height: 20px;}
.productList .slickCon .pic::before{padding-top: 100%;}
.productList .slickCon .pic{margin: 0 40px;}
.productList .slickCon .pic img{width: auto;left: 50%;top: 50%;transform: translateY(-50%) translateX(-50%);-webkit-transform: translateY(-50%) translateX(-50%);object-fit:contain;}
.productList .slickCon .imghover:hover .pic img{transform: translateY(-50%) translateX(-50%) scale(1.05);-webkit-transform: translateY(-50%) translateX(-50%) scale(1.05);}
.busConcantUs .dd{width: 25%;float: left; display: inline;}
.busConcantUs .con{padding: 0 30px;}
.busConcantUs .con .icon{width: 70px;height: 70px;border-radius: 50%;margin: 0 auto;margin-bottom: 15px;background-position: center;background-repeat: no-repeat;transform: translateY(0px);-webkit-transform: translateY(0px);transition: all 0.3s linear;-webkit-transition: all 0.3s linear;}
.busConcantUs .con .title{text-align: center;font-size: 14px;color: #666666;font-weight: bold;line-height: 20px;margin-bottom: 15px;}
.busConcantUs .con .info{text-align: center;font-size: 14px;color: #666666;line-height: 25px;}
.busConcantUs .dd.dd1 .con .icon{background-image: url(../images/busConcantUsIcon1.png);background-color: #0075c2;}
.busConcantUs .dd.dd2 .con .icon{background-image: url(../images/busConcantUsIcon2.png);background-color: #13b5b1;}
.busConcantUs .dd.dd3 .con .icon{background-image: url(../images/busConcantUsIcon3.png);background-color: #acd598;}
.busConcantUs .dd.dd4 .con .icon{background-image: url(../images/busConcantUsIcon4.png);background-color: #00b7ee;}
.busConcantUs .dd .con .icon:hover{transform: translateY(-4px);-webkit-transform: translateY(-4px);}
/* ========== businessArea2.jsp end ========== */

/* ========== deveHistory.jsp strat ========== */
.deveHistoryBox{position: relative;}
.deveHistoryBox .bgBox{height: 790px;} 
.bgBox .deveHistoryBg{height: 100%;width: 100%;}
.deveHistoryBox .deveHistoryCon{position: absolute;left: 0;top: 0;width: 100%;padding-top: 30px;}
.deveTitleBox{padding-top: 75px;padding-bottom: 63px;}
.deveTitleBox .title1{line-height: 30px;font-size: 26px;color: #0075c2;text-align: center;font-weight: bold;}
.deveTitleBox .title2{line-height: 30px;font-size: 26px;color: #dedede;text-align: center;font-weight: bold;text-transform: uppercase;padding-bottom: 18px;}
.deveTitleBox .textC{line-height: 28px;font-size: 14px;color: #666666;text-align: center;width: 650px;margin: 0 auto;}
.devListBox{position: relative;}
.devListBox .wrap{position: relative;box-sizing: border-box;-webkit-box-sizing: border-box;}
.devlist1{margin: box-sizing: border-box;0 -34px;}
/* .devSlickBox .bd{margin: 0 -89px;} */
.devListBox .devBgline{position: absolute;left: 0;background: url(../images/common/devBgline.png)no-repeat center center;background-size: cover; height: 290px;top: 0px;right: 0;}
.devSlickBox .bd .eventSlide{position: relative;top: 90px;min-height: 790px;transition:all 0.3s linear;-webkit-transition:all 0.3s linear;}
.devSlickBox .bd .eventSlide.dd1{top: 75px;}
.devSlickBox .bd .eventSlide.dd2{top: 85px;}
.devSlickBox .bd .eventSlide.dd3{top: 98px;}
.devSlickBox .bd .con{margin: 0 60px;padding: 50px 0;height: 100%;}
.devSlickBox .bd .con .yearBox{width: 70px;height: 70px;padding: 10px;border-radius: 50%;background-color: #f2e0af;margin-bottom: 20px;}
.devSlickBox .bd .con .yearBox span{display: block; width: 70px;height: 70px;border-radius: 50%;font-size: 24px;color: #ffffff;line-height: 70px;text-align: center;background-color: #f6aa00;}
.devSlickBox .bd .con .info{padding-top: 12px;position: relative;transform: translateY(0);transition: all 0.4s linear;}
/* .devSlickBox .bd .eventSlide.dd2 .con .info{transform: translateY(-431px);} */
/* .devSlickBox .bd .eventSlide.dd2 .con .info .sj{border: 12px solid #ffffff;border-bottom: none;border-left-color:transparent;border-right-color:transparent;border-top-color:#ffffff ;position:absolute;left: 34px;bottom: -12px;top: unset;} */

.devSlickBox .bd .eventSlide .con .info .sj{border: 12px solid #ffffff;border-top: none;border-left-color:transparent;border-right-color:transparent;border-bottom-color:#ffffff ;position:absolute;left: 34px;top: 0;}
.devSlickBox .bd .con .info .textC{background-color: #ffffff;padding: 20px;}
.devSlickBox .bd .con .info .textC .time{line-height: 28px;height: 28px;overflow: hidden;font-size: 16px;color: #666;padding-top: 2px;}
.devSlickBox .bd .con .info .textC .text{line-height: 28px;font-size: 16px;color: #666;margin-bottom: 13px;overflow: hidden;}
/* .devSlickBox .bd .eventSlide.dd2 .con .info .text{height: 56px;} */
.devSlickBox .bd .eventSlide .con .info .pic:before{padding-top:66.363636%;}
.devSlickBox .prev{position:absolute;width:49px;height:49px;border:1px solid #e3e2e2;left:0px;top:170px;background:#fff url(../images/prevw.png) center center no-repeat;z-index:2;cursor:pointer;border-radius:100%;transition:all 0.3s ease;-webkit-transition:all 0.3s ease}
.devSlickBox .next{position:absolute;width:49px;height:49px;border:1px solid #e3e2e2;right:-0px;top:95px;background:#fff url(../images/nextw.png) center center no-repeat;z-index:2;cursor:pointer;border-radius:100%;transition:all 0.3s ease;-webkit-transition:all 0.3s ease}
.devSlickBox .prev:hover{background:#2380c6 url(../images/prevw_h.png) center center no-repeat;box-shadow:0 3px 7px rgba(0,0,0,0.08);border-color:#2380c6;z-index:10}
.devSlickBox .next:hover{background:#2380c6 url(../images/nextw_h.png) center center no-repeat;box-shadow:0 3px 7px rgba(0,0,0,0.08);border-color:#2380c6}

/* ========== deveHistory.jsp end ========== */
/* 业务领域详情页 start */
.busViewBox1{background: #FFFFFF;}
.busViewBox1 .imgListBox{width: 565px;float: left;display: inline;}
.slickbus1List{position: relative;}
.slickbus1List .con .pic::before{padding-top: 70.7965%;}
.busViewBox1 .textC{overflow: hidden;padding:35px  30px;}
.busViewBox1 .textC .title1{line-height: 55px;font-size: 36px;color: #333333;}
.busViewBox1 .textC .title2{line-height: 25px;font-size: 16px;color: #666666;padding-bottom: 20px;}
.busViewBox1 .textC .info{line-height: 35px;font-size: 14px;color: #666666;height: 240px;overflow-y: auto;padding-right: 15px;}
.busViewBox1 .textC .info::-webkit-scrollbar{width: 2px;height: 6px;}
.busViewBox1 .textC .text span{font-weight: bold;}
.busViewCon{padding: 28px 20px 20px 20px;}
.busViewCon .articleBox .articleTitle{line-height: 46px;font-size: 26px;color: #333333;}

.slickbus1List .slick-dots{position: absolute;bottom: 15px;height: 18px;left: 50%;margin-left: -55px;text-align: center;padding-top: 5px;}

.slickbus1List .slick-dots li {
	width:32px;
	height: 8px;
	border-radius: 8px;
	line-height: 9999px;
	text-align: center;
	background-color: #e6e6e6;
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}

.slickbus1List .slick-dots li.slick-active {
	background: #f6aa00;
	border-color: #f6aa00;
}

/* 业务领域详情页 end */

/* 资质荣誉 start */
.honourDl {
	overflow: hidden;
	margin: 0 -15px;
}

.honourDl dd {
	float: left;
	width: 25%;
	display: inline;
	margin-bottom: 30px;
}

.honourDl dd a {
	display: block;
	margin: 0 15px;
	background-color: #fff;
	border-radius: 5px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.honourDl dd .picBox {
	padding: 48px;
	border-bottom: 1px solid #e7e7e7;
}

.honourDl dd .pic:before {
	padding-top: 132.96703%;
}

.honourDl dd .pic img {
	object-fit: contain;
}

.honourDl dd .text {
	font-size: 18px;
	color: #333333;
	text-align: center;
	height: 64px;
	line-height: 64px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 48px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.honourDl dd a:hover .text {
	color: #cf9d50;
}

.honourDl dd a:hover {
	box-shadow: 0 2px 20px 0 rgba(4, 49, 20, 0.1);
	-webkit-box-shadow: 0 2px 20px 0 rgba(4, 49, 20, 0.1);
}

.viewer-number i {
	font-style: normal;
}
/* 资质荣誉 end */
/* 企业资质 start */
.qyzzBox{padding:55px 0px; width: 840px; margin: 0 auto;}
.qyzzBox .imgBox .pic::before{padding-top: 132%;}
.qyzzBox .bd{position: relative;padding: 0 170px;margin: 0 -21px;}
.qyzzBox .slickCon{margin: 0 20px;border: 1px solid #e5e5e5;background-color: #e5e5e5;}
.qyzzBox .bd .slick-arrow{position: absolute;top: 50%;width: 48px;height: 48px;border: 1px solid #0075c2;margin-top: -25px;cursor: pointer;}
.qyzzBox .bd .slick-arrow.prev{left: 0;background: url(../images/qyzzPrev.png)no-repeat center;}
.qyzzBox .bd .slick-arrow.next{right: 0;background: url(../images/qyzzNext.png)no-repeat center;}
.qyzzBox .bd .slick-dots{text-align: center;height: 8px;padding-top: 30px;}
.qyzzBox .bd .slick-dots li{cursor: pointer; width: 32px;height: 8px;display: inline-block;background-color: #e6e6e6;border-radius: 8px;margin: 0 6px;transition: all 0.3s linear;-webkit-transition: all 0.3s linear;}
.qyzzBox .bd .slick-dots li.slick-active{background-color: #f6aa00;}
/* 企业资质 end */