@charset "utf-8";

/* CSS Document */

* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; padding: 0; margin: 0;}

body{ font-size: 15px; color: #666; font-family:Arial,sans-serif;}

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,button{ outline:none; font-family:Arial,sans-serif; }

::-webkit-input-placeholder {color: #999;}

::-moz-placeholder {color: #999;}

:-ms-input-placeholder {color: #999;}


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


.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 .5s;-webkit-transition: all .5s;}

.imgZoom:hover img{transform:scale(1.08, 1.08); -webkit-transform:scale(1.08, 1.08);}

/*图片旋转*/

.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{transition: all .4s;}

.wlp-shadow:hover{box-shadow: 0 0 20px rgba(0,0,0,0.3)!important;}

/*鼠标经过上浮并加阴影*/

.wlp-flow-shadow{-webkit-transition:all .4s;transition:all .4s;}

.wlp-flow-shadow:hover{transform:translate3d(0, -5px, 0);-webkit-transform:translate3d(0, -5px, 0);-webkit-box-shadow:0 0px 10px rgba(0,0,0,.3); box-shadow:0 0px 10px rgba(0,0,0,.3);}

/*图片经过遮罩*/

.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: 100%; padding:0 150px;}

.ovh{overflow: hidden;}



.whiteColor{ color: #fff !important;}





/*顶部*/

.header{ width: 100%; height:112px; border-bottom:rgba(58,102,191,0.2) solid 2px; position: fixed; left: 0; top: 0; z-index: 1111; transition: all .4s;}
.header .logo{padding-top:30px; float: left; transition: all .4s;}
.header .headRight{ float: right; }
.header .nav{ float: left; padding-top: 32px; margin-right:80px;  transition: all .4s;}
.header .nav ul li{ float: left; margin-left: 2px; line-height: 44px; position: relative;}
.header .nav>ul>li.focus a{ color: #fff; background: #0237a0; font-weight:bold;}
.header .nav ul li.focus a.tit{ padding: 0 40px 0 25px; background:#0237a0 url(../images/icon01.png) no-repeat right 20px center;}
.header .nav>ul>li>a{ color: #fff;  font-size: 16px; font-weight: 300; text-align: center; border-radius: 5px; padding: 0 25px; display: block; position: relative; z-index: 222;  font-weight:bold;}
.header .nav ul li a.tit{ padding: 0 40px 0 25px; background:url(../images/icon01.png) no-repeat right 20px center; font-weight:bold;}
.header .nav>ul>li>a:hover{ color: #fff; background: #0237a0; }
.header .nav>ul>li>a.tit:hover{ color: #fff; background:#0237a0 url(../images/icon01.png) no-repeat right 20px center;}
.header .nav>ul>li:hover a{ color: #fff; background: #0237a0; }
.header .nav>ul>li:hover a.tit{ color: #fff; background: #0237a0 url(../images/icon01.png) no-repeat right 20px center; }
.header .nav ul li .subnav{ width: 206px;position: absolute; top: 44px; left: 50%; z-index: 111; transform: translate(-50%, 0); padding-top: 2px;  display: none;}
.header .nav ul li .subnav ol{ padding:15px 0;  background:#0237a0;  border-radius: 5px; }
.header .nav ul li .subnav a{ font-size: 15px; color: #fff; font-weight: 300; line-height:2; text-align: center; white-space:nowrap;display: block;}
.header .nav ul li .subnav a:hover{color: #4682fc;}
.header .searchLang{ float: left;}
.header .searchBtn{ float: left; width: 20px; height: 20px; background: url(../images/icon02.png) no-repeat center; cursor: pointer; margin-top: 44px; margin-right: 25px; position: relative;  transition: all .4s;}
.header .searchBtn::before{ content:""; width: 1px; height: 18px; background: #fff; position: absolute; top: 0 ; left: -50px; opacity: 0.3;}
.header .lang{ float: left; line-height: 44px; margin-top: 32px; transition: all .4s;}
.header .lang a { color: #fff;}
.header .menu-toggle{display: none;}

.header.cur{ height: 90px; background: #032a62; border-bottom:rgba(2,55,160,0) solid 1px;}
.header.cur .logo{padding-top:20px;}
.header.cur .nav{ float: left; padding-top: 23px;}
.header.cur .searchBtn{ float: left; margin-top: 33px;}
.header.cur .lang{ float: left; line-height: 44px; margin-top: 20px;}

.neiBanner{ position: relative; }
.neiBanner img{ width: 100%; }
.neiBanner .bannerText{ width: 100%;  color: #fff; position: absolute; left: 0; bottom: 80px;  z-index: 11;}
.neiBanner .bannerText h2{ font-size: 50px; line-height: 1; font-weight: normal;}
.neiBanner .bannerText dl{ font-size: 18px; font-weight: 300; line-height: 1.7; padding-top: 15px;}
.neiBanner .bannerText02{ width: 100%;  color: #fff; position: absolute; left: 0; top: 55%;  z-index: 11;}
.neiBanner .bannerText02 h2{ font-size: 45px; line-height: 1; font-weight: normal;}

.title{ margin-bottom: 30px;}
.title h2{ font-size: 30px; line-height: 1; color: #043385; font-weight: normal;}

.anchorPoint{ padding-top:90px; margin-top:-90px;}

.text{line-height: 1.6;}

.introduction{ padding: 75px 0 95px; border-bottom: 2px solid #dee5f2;}
.introduction .pic{ float: right; width: 38%; margin-left: 9%; position: relative;}
.introduction .pic::after{ content: ""; width: 100%; height: 100%; border: #dbe8f3 solid 5px; position: absolute; top: 30px; right: 30px; z-index: -1;}
.introduction .pic img{ width: 100%;}

.honor{ padding: 75px 0 95px;}
.honor .box{ position: relative; }
.honor .box .swiper-container{ margin:0 -14px; }
.honor .box .swiper-container .swiper-slide{ padding: 0 14px; box-sizing: border-box; }
.honor .box .swiper-container .swiper-slide a{ background: #fff; display: block; }
.honor .box dl{ padding-bottom:138.866%; position:relative; overflow: hidden; border: #c5c5c5 solid 1px; cursor: pointer;}
.honor .box dl img{position:absolute;top:0; bottom:0;left:0;right:0; width:100%; height: 100%; margin:auto;}
.honor .box a:hover h3{ background: #014789; color: #fff; }
.honor .box .arrow-left,.honor .box .arrow-right{ width: 14px; height: 27px; position:absolute; top: 50%; margin-top: -13px; }
.honor .box .arrow-left{ background:url(../images/honor_left.png) no-repeat center; left: -40px}
.honor .box .arrow-right{background:url(../images/honor_right.png) no-repeat center; right: -40px}

.vision{ padding: 75px 0 110px; background: #f2f2f2;}
.vision .box{ margin: 0 -40px;}
.vision .box ul{ width: 50%; padding: 0 40px; float: left;}
.vision .box ul li{ padding-bottom: 41.558%; box-shadow: 0 0 10px rgba(0,0,0,.1); overflow: hidden; position: relative;}

.vision .box ul li img{position:absolute;top:0; bottom:0;left:0;right:0; width:100%; height: 100%; margin:auto;}

.vision .box ul li ol{ width: 70%; padding: 0 50px; position: absolute; left: 0; top: 50%; z-index: 11; transform: translate(0,-50%);}

.vision .box ul li ol h3{ color: #000; font-size: 20px; font-weight: normal; line-height: 1; margin-bottom: 10px;}

.vision .box ul li ol dt{ line-height: 1.6;}



.history{ padding: 75px 0 110px; background: url(../images/historyBg.jpg) no-repeat center; background-size: cover;}

.history .title h2{ color: #fff;}

.history .box{ position: relative; margin-top: 60px; }

.history .box:after{ content:""; width: calc(100% - 84px); height: 1px; background: #5072b4; position: absolute; top: 50%; left:42px; }

.history .box .swiper-container{ width: 94%; }

.history .box .swiper-container .swiper-slide{height: 360px; position: relative; }

.history .box .swiper-container .swiper-slide dl{ width: 100%; height: 120px; color: #fff; font-weight: 200; font-size: 15px; text-align: center; background: rgba(143,185,223,0.4); border-radius: 5px; padding: 10px 20px; position: absolute; bottom: 0; display: flex; align-items:center; justify-content:center;}

.history .box .swiper-container .swiper-slide.on dl{ top:0; bottom: inherit; }

.history .box .swiper-container .swiper-slide ol{ width: 132px; height: 52px; font-size: 18px; line-height: 52px; text-align: center; background: #fff; border-radius: 50px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}

.history .box .swiper-container .swiper-slide ol::after{content: ""; width: 1px; height: 35px; background: #fff; position: absolute; left: 50%; top: 51px;}

.history .box .swiper-container .swiper-slide.on ol::after{ top: -34px;}

.history .box .swiper-container .swiper-slide.swiper-slide-active ol{ background:#bc0614; color: #fff;}

.history .box .arrow-left,.history .box .arrow-right{ width:42px; height: 42px; position: absolute; top: 50%; margin-top: -20px; }

.history .box .arrow-left{ background:url(../images/history-left.png) no-repeat center; background-size: cover; left: 0px; }

.history .box .arrow-right{ background:url(../images/history-right.png) no-repeat center; background-size: cover; right: 0px; }



.contact{padding: 75px 0 110px;}

.contact .box{float: left; line-height: 1.8;}

.contact .box h3{ font-size: 20px; color: #000; font-weight: normal; margin-bottom: 10px;}

.contact dl{float: right; border: #ededed solid 1px;}



.linian{padding: 75px 0 120px; background: url(../images/linianBg.jpg) no-repeat center; background-size: cover;}



.guanhuai{ padding:80px 0; background: #043385;}

.guanhuai .title h2{ color: #fff;}

.guanhuai .box ul{ margin: 0 -27px;}

.guanhuai .box ul li{ width: 25%; padding: 0 27px; float: left;}

.guanhuai .box ul li dl{ padding-bottom:65.395%; position: relative; overflow: hidden; border-radius: 8px; background: linear-gradient(to top right,#d10000,#043385);}

.guanhuai .box ul li dl img{position:absolute;top:0; bottom:0;left:0;right:0; width:100%; height: 100%; margin:auto; padding: 2px;border-radius: 8px;}

.guanhuai .box ul li h3{ text-align: center; color: #fff;font-size: 20px; font-weight: normal; line-height: 1; margin-top: 15px;}



.job{padding: 75px 0 110px; background: #f2f2f2;}

.job .box{ margin-bottom: 30px;}

.job .box ul{ margin: 0 -21px;}

.job .box ul li{ width: 33.33%; padding: 15px 21px; float: left;}

.job .box ul li a{ background: #fff url(../images/icon03.png) no-repeat right 22px center; display: block; overflow: hidden; transition: all 0.4s ease 0s;}

.job .box ul li dl{ width: 60px; height: 60px; line-height: 60px; text-align: center; color: #fff; font-size: 18px; font-weight: bold; background: #c2c2c2; float: left;  transition: all 0.4s ease 0s;}

.job .box ul li h3{ font-size: 18px; font-weight: normal; line-height: 60px; padding:0 80px;}

.job .box ul li a:hover dl{ background: #e60012;}

.job .box ul li a:hover{ background: #043385 url(../images/icon04.png) no-repeat right 22px center; color: #fff;}

.job ol{ font-size: 18px; color: #333;}

.job ol a{ color: #043385;}

.job ol a:hover{ color: #e60012;}



/* 产品 */

.proNav{ padding: 64px 0; text-align: center;}

.proNav li{ width: 370px; height: 222px; margin: 0 20px; display: inline-block; }

.proNav li a{ height: 222px;  background: linear-gradient(to top left,#f1f1f1,#fff 60%); border: #f1f1f1 solid 3px; border-radius: 12px; display: block; position: relative; transition: all .4s;}

.proNav li a:hover,.proNav li.on a{ background: linear-gradient(to top left,#e6efff ,#fff 60%); border: #cbd4e4 solid 3px; transition: all .4s;}

.proNav li span{ font-size: 20px; color: #333; position: absolute; right: 40px; bottom: 30px; transition: all .4s;}

.proNav li a:hover span,.proNav li.on a span{ color: #02225b;}

.proNav li a:hover::before,.proNav li.on a::before{ content: ""; width: 40px; height: 18px; background: url(../images/icon06.png) no-repeat center; position: absolute; bottom: -18px; right:60px;}

.proNav li a::after{ content: ""; width: 100%; height: 100%; position: absolute; left: 0; top:0; z-index: 11;}

.proNav li.menu01 a::after{ background: url(../images/pro_nav01.png) no-repeat; transition: all .4s;}

.proNav li.menu01 a:hover::after,.proNav li.on.menu01 a::after{ background: url(../images/pro_nav01_02.png) no-repeat;}

.proNav li.menu02 a::after{ background: url(../images/pro_nav02.png) no-repeat; transition: all .4s;}

.proNav li.menu02 a:hover::after,.proNav li.on.menu02 a::after{ background: url(../images/pro_nav02_02.png) no-repeat;}

.proNav li.menu03 a::after{ background: url(../images/pro_nav03.png) no-repeat 35px 20px; transition: all .4s;}

.proNav li.menu03 a:hover::after,.proNav li.on.menu03 a::after{ background: url(../images/pro_nav03_02.png) no-repeat 35px 20px;}

.proNav li.menu04 a::after{ background: url(../images/pro_nav04.png) no-repeat 10px 10px; transition: all .4s;}

.proNav li.menu04 a:hover::after,.proNav li.on.menu03 a::after{ background: url(../images/pro_nav04_02.png) no-repeat 10px 10px;}





.prolist .item{}

.prolist .item:nth-child(odd){ background: #ebe9ec;}

.prolist .item:nth-child(even){ background: #fff;}

.prolist .item dl{ width: 50%; height: 500px; position: relative; float: right;}

.prolist .item dl img{ position: relative; left: 50%; top: 50%; transform: translate(-50%, -50%); padding: 50px 0;}

.prolist .item ol{ width: 50%; height: 500px; text-align: center; position: relative; float: left;}

.prolist .item ol .con{ position: relative; left: 50%; top: 50%; transform: translate(-50%, -50%);}

.prolist .item ol .con h3{ font-size: 35px; color: #043385; font-weight: normal; margin-bottom: 20px;}

.prolist .item ol .con dt{ color: #333;  line-height: 1.8; padding: 0 150px;}

.prolist .item:nth-child(even) dl{ float: left;}



/* 科技研发 */

.keyanNav{ padding: 64px 0; text-align: center;}

.keyanNav li{ width: 370px; height: 222px; margin: 0 22px; display: inline-block; }

.keyanNav li a{ height: 222px;  background: linear-gradient(to top left,#f1f1f1,#fff); border: #f1f1f1 solid 3px; border-radius: 12px; display: block; position: relative; transition: all .4s;}

.keyanNav li a:hover,.keyanNav li.on a{ background: linear-gradient(to top left,#e6efff,#fff); border: #cbd4e4 solid 3px; transition: all .4s;}

.keyanNav li span{ font-size: 20px; color: #333; position: absolute; right: 40px; bottom: 30px; transition: all .4s;}

.keyanNav li a:hover span,.keyanNav li.on a span{ color: #02225b;}

.keyanNav li a:hover::before,.keyanNav li.on a::before{ content: ""; width: 40px; height: 18px; background: url(../images/icon06.png) no-repeat center; position: absolute; bottom: -18px; right:60px;}

.keyanNav li a::after{ content: ""; width: 100%; height: 100%; position: absolute; left: 0; top:0; z-index: 11;}

.keyanNav li.menu01 a::after{ background: url(../images/keyan_nav01.png) no-repeat 35px 37px; transition: all .4s;}

.keyanNav li.menu01 a:hover::after,.keyanNav li.on.menu01 a::after{ background: url(../images/keyan_nav01_02.png) no-repeat 35px 37px;}

.keyanNav li.menu02 a::after{ background: url(../images/keyan_nav02.png) no-repeat 40px 33px; transition: all .4s;}

.keyanNav li.menu02 a:hover::after,.keyanNav li.on.menu02 a::after{ background: url(../images/keyan_nav02_02.png) no-repeat 40px 33px;}



.keyanList{ background: #f1f1f1;padding: 60px 0 77px;}

.keyanList ul{ background: #fff; margin-bottom: 32px; overflow: hidden; position: relative;}

.keyanList ul dl{ width: 50%; float: left;}

.keyanList ul dl img{ width: 100%;}

.keyanList ul ol{ width: 50%; height: 100%; padding: 0 80px; position: absolute; left: 50%; top: 0;}

.keyanList ul ol .con{ position: relative; top: 50%; transform: translate(0, -50%);}

.keyanList ul ol .con h3{ font-size: 30px; color: #02225b; line-height: 1; font-weight: normal; margin-bottom: 15px;}

.keyanList ul ol .con dt{ line-height: 28px;}

.keyanList ul ol .con .more{ width: 166px;  margin-top: 30px; }

.keyanList ul ol .con .more a{ height: 47px; line-height: 46px; text-align: center;  color: #fff;  padding-left: 46px; display: block;  position: relative;  background: #043385;}

.keyanList ul ol .con .more a span{ position: relative; z-index: 11;}

.keyanList ul ol .con .more a::after{ content: ""; width: 46px; height: 47px; background: #e60012 url(../images/icon05.png) no-repeat 20px center; position: absolute; left: 0; top: 0; transition: all .4s;}

.keyanList ul ol .con .more a:hover::after{ width: 100%;}

.keyanList ul:nth-child(even) dl{ float: right;}

.keyanList ul:nth-child(even) ol{ left: 0;}



.keyanList02{ background: #f1f1f1; padding: 100px 0;}

.keyanList02 ul{ margin: 0 -13px;}

.keyanList02 ul li{ width: 50%; padding: 0 13px; margin-bottom: 26px; float: left;}

.keyanList02 ul li a{ display: block; position: relative;}

.keyanList02 ul li a dl{position: relative; overflow: hidden; padding-bottom: 48.9335%;}

.keyanList02 ul li a dl img{position:absolute;top:0; bottom:0;left:0;right:0; width:100%; height: 100%; margin:auto;}

.keyanList02 ul li a h3{ font-size: 25px; font-weight: normal;  color: #04245c; position: absolute; left: 50px; bottom:50px; z-index: 11;}



.ConView{ padding: 90px 0 100px;}

.ConView h1{ font-size:3rem; color: #043385; font-weight: normal; line-height: 1.2; margin-bottom: 30px;}

.ConView h2{ font-size:2.5rem; color: #043385; font-weight: normal; line-height: 1.2; margin-bottom: 30px;}

.ConView h3{ font-size:1.6rem;color: #043385; font-weight: normal; line-height: 1.2; margin-bottom: 20px;}

.ConView h4{ font-size:1.5rem;color: #043385; font-weight: normal; line-height: 1.2; margin-bottom: 20px;}

.ConView .back{ width: 195px; height: 50px; line-height: 50px; text-align: center;  background: #043385; position: absolute; right:150px; top: -50px;}

.ConView .back a{ color: #fff;  padding-left: 50px; display: block; position: relative;}

.ConView .back a span{ position: relative; z-index: 11;}

.ConView .back a::after{ content: ""; width: 50px; height: 50px; background: #e60012 url(../images/icon05.png) no-repeat 20px center; position: absolute; left: 0; top: 0; transition: all .4s;}

.ConView .back a:hover::after{ width: 100%;}





.ConView .text{ font-size: 18px; line-height: 1.8; overflow: hidden;}

.ConView .text table{margin-top: 10px; border-collapse: collapse; text-align: center;}
.ConView .text table tr th{font-size: 16px; line-height:1.2; border: #bfbfbf solid 1px;  font-weight: bold; color: #000; padding: 10px 5px; background: #ddebf7;}
.ConView .text table tr td{font-size: 15px; line-height:1.2; border: #bfbfbf solid 1px; padding: 10px 5px; }
.ConView .text table tr td:nth-child(1){ font-weight: bold;}



/* 生产制造 */

.zhizaoNav{ padding: 64px 0; text-align: center;}

.zhizaoNav li{ width: 370px; height: 222px; margin: 0 22px; display: inline-block; }

.zhizaoNav li a{ height: 222px;  background: linear-gradient(to top left,#f1f1f1,#fff); border: #f1f1f1 solid 3px; border-radius: 12px; display: block; position: relative; transition: all .4s;}

.zhizaoNav li a:hover,.zhizaoNav li.on a{ background: linear-gradient(to top left,#e6efff,#fff); border: #cbd4e4 solid 3px; transition: all .4s;}

.zhizaoNav li span{ font-size: 20px; color: #333; position: absolute; right: 40px; bottom: 30px; transition: all .4s;}

.zhizaoNav li a:hover span,.zhizaoNav li.on a span{ color: #02225b;}

.zhizaoNav li a:hover::before,.zhizaoNav li.on a::before{ content: ""; width: 40px; height: 18px; background: url(../images/icon06.png) no-repeat center; position: absolute; bottom: -18px; right:60px;}

.zhizaoNav li a::after{ content: ""; width: 100%; height: 100%; position: absolute; left: 0; top:0; z-index: 11;}

.zhizaoNav li.menu01 a::after{ background: url(../images/zhizao_nav01.png) no-repeat 35px 37px; transition: all .4s;}

.zhizaoNav li.menu01 a:hover::after,.zhizaoNav li.on.menu01 a::after{ background: url(../images/zhizao_nav01_02.png) no-repeat 35px 37px;}

.zhizaoNav li.menu02 a::after{ background: url(../images/zhizao_nav02.png) no-repeat 40px 33px; transition: all .4s;}

.zhizaoNav li.menu02 a:hover::after,.zhizaoNav li.on.menu02 a::after{ background: url(../images/zhizao_nav02_02.png) no-repeat 40px 33px;}

.zhizaoNav li.menu03 a::after{ background: url(../images/zhizao_nav03.png) no-repeat 45px 27px; transition: all .4s;}

.zhizaoNav li.menu03 a:hover::after,.zhizaoNav li.on.menu03 a::after{ background: url(../images/zhizao_nav03_02.png) no-repeat 45px 27px;}



.zhizaoBox{ background: #f1f1f1; padding: 60px 0 77px;}

.zhizaoBox .box{ background: #fff; padding: 60px 70px 80px;}



/* 新闻 */

.newsNav{ text-align: center; margin-bottom: 60px;}
.newsNav a{ min-width: 160px; height: 46px; line-height: 42px; text-align: center; color: #333; font-size: 16px; border: #e7e7e7 solid 2px; border-radius: 46px; margin: 0 3px; padding:0 15px;  display: inline-block;transition: all .4s;}
.newsNav a:hover,.newsNav a.on{ background: #0237a0; color: #fff; border: #0237a0 solid 2px;}

.news{ padding: 43px 0 100px;}
.news .box{ margin-bottom: 50px;}
.news .box ul{ margin: 0 -40px;}
.news .box ul li{ width: 33.33%; padding: 0 40px; margin-bottom: 30px; float: left;}
.news .box ul li dl{ padding-bottom:54.6391%; position: relative; overflow: hidden; margin-bottom: 20px;}
.news .box ul li dl img{position:absolute;top:0; bottom:0;left:0;right:0; width:100%; height: 100%; margin:auto;}
.news .box ul li ol h3{ height: 56px; font-size: 18px; font-weight: normal; color: #000; line-height: 28px; margin-bottom: 10px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; transition: all .4s;}
.news .box ul li ol dt{ height: 66px; font-size: 15px; color: #999; line-height: 22px; margin-bottom: 30px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}
.news .box ul li ol dd{ border-bottom: #ccc solid 1px; line-height: 40px; overflow: hidden; position: relative;}
.news .box ul li ol dd::before{ content: ""; width: 0; height: 2px; background: #083c9a; position: absolute; left: 0; bottom: 0px; z-index: 11; transition: all .4s;}
.news .box ul li a:hover ol h3{ color: #083c9a;}
.news .box ul li a:hover ol dd::before{ width: 100%;}
.news .box ul li ol dd span{ float: left; color: #000;}
.news .box ul li ol dd i{ float: right; font-style: normal; font-size: 12px; color: #000; font-family: 'OswaldRegular', sans-serif;}


.newsList{ padding: 43px 0 100px; background: #f2f2f2;}

.newsList .box{ margin-bottom: 60px;}

.newsList ul li{ margin-bottom: 20px;}

.newsList ul li a{display: block; background: #fff; padding: 40px 0; overflow: hidden;  transition: all .4s;}

.newsList ul li dl{ width: 170px; height: 105px; color: #999; text-align: center;  border-right: 1px solid #d5d5d5; padding-top: 10px; float: left;}

.newsList ul li dl b{display: block; font-size: 35px; font-weight: normal; color: #083c9a;  transition: all .4s;}

.newsList ul li ol{ padding-left: 230px; padding-right: 215px;}

.newsList ul li ol h3{ font-size: 18px; font-weight: normal; color: #000; line-height: 1; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; margin-bottom: 15px;  transition: all .4s;}

.newsList ul li ol dt{ font-size: 14px; color: #999; line-height: 22px; margin-bottom: 15px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;  transition: all .4s;}

.newsList ul li ol dd span{ font-size: 14px; color: #999; line-height: 1; border-bottom: #999 solid 1px;}

.newsList ul li a:hover{ background: #03236a;}

.newsList ul li a:hover dl b{ color: #fff;}

.newsList ul li a:hover h3{ color: #fff;}

.newsList ul li a:hover dt{ color: #fff;}



.newsView{ background: #f2f2f2; padding: 110px 0;}
.newsView .wrap{ position: relative;}
.newsView .box{ background: #fff; padding: 50px 105px;}
.newsView .box .viewHead{ border-bottom: #ccc solid 1px; padding-bottom: 20px; margin-bottom: 30px;}
.newsView .box .viewHead h1{ font-size: 30px; color: #333; line-height: 1.4; font-weight: normal; margin-bottom: 10px;}
.newsView .box .viewHead p{ font-size: 16px; color: #999;}
.newsView .box .viewPage{ margin-top: 70px;}
.newsView .box .viewPage li{ line-height: 50px; font-size: 18px; padding: 0 20px; color: #0237a0; background: #f4f4f4; margin-bottom: 10px;  overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.newsView .box .viewPage li a{ font-size: 16px;}
.newsView .back{ width: 195px; height: 50px; line-height: 50px; text-align: center;  background: #043385; position: absolute; right:150px; top: -75px;}
.newsView .back a{ color: #fff;  padding-left: 50px; display: block; position: relative;}
.newsView .back a span{ position: relative; z-index: 11;}
.newsView .back a::after{ content: ""; width: 50px; height: 50px; background: #e60012 url(../images/icon05.png) no-repeat 20px center; position: absolute; left: 0; top: 0; transition: all .4s;}
.newsView .back a:hover::after{ width: 100%;}

.jobView{ background: #f2f2f2; padding: 110px 0;}
.jobView .wrap{ position: relative;}
.jobView .box{ background: #fff; padding: 50px 105px;}
.jobView .box .viewHead{ border-bottom: #ccc solid 1px; padding-bottom: 20px; margin-bottom: 30px;}
.jobView .box .viewHead h1{ font-size: 30px; color: #333; line-height: 1.4; font-weight: normal; margin-bottom: 10px;}
.jobView .box .text{margin-bottom:20px;}
.jobView .box .text h2{ font-size: 22px; color: #0237a0; line-height: 1.4; font-weight: normal; margin-bottom: 10px;}
.jobView .box .viewHead p{ font-size: 16px; color: #999;}
.jobView .box .viewPage{ margin-top: 70px;}
.jobView .box .viewPage li{ line-height: 50px; font-size: 18px; padding: 0 20px; color: #0237a0; background: #f4f4f4; margin-bottom: 10px;  overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.jobView .box .viewPage li a{ font-size: 16px;}
.jobView .back{ width: 195px; height: 50px; line-height: 50px; text-align: center;  background: #043385; position: absolute; right:150px; top: -75px;}
.jobView .back a{ color: #fff;  padding-left: 50px; display: block; position: relative;}
.jobView .back a span{ position: relative; z-index: 11;}
.jobView .back a::after{ content: ""; width: 50px; height: 50px; background: #e60012 url(../images/icon05.png) no-repeat 20px center; position: absolute; left: 0; top: 0; transition: all .4s;}
.jobView .back a:hover::after{ width: 100%;}
.jobView .box .text table tr td{ border-bottom:1px #e5e5e5 solid; line-height:2;}


.zhuanjia{ padding: 106px 0 212px;}
.zhuanjia .box ul{ margin: 0 -30px;}
.zhuanjia .box ul li{ width: 50%; padding: 0 30px; float: left;}
.zhuanjia .box ul li ol{ border-radius: 10px; overflow: hidden; position: relative;}
.zhuanjia .box ul li ol img{ width: 100%;}
.zhuanjia .box ul li ol dl{ width: 80%; padding: 60px; font-size: 20px; color: #333; line-height: 1.5; position: absolute; left: 0; bottom: 0; z-index: 11; }


.zeren01{ background: #f1f1f1; padding: 62px 0;}
.zeren01 li{ width: 100%;  overflow: hidden; position: relative; margin-bottom: 20px;}
.zeren01 li img{ width: 100%;}
.zeren01 li dl{ width: 80%; padding: 60px; font-size: 20px; color: #333; line-height: 1.5; position: absolute; left: 0; top: 50%; z-index: 11; transform: translate(0, -50%);}
.zeren01 li dl h3{ color: #03236a; font-size: 30px; font-weight: normal; margin-bottom: 20px;}
.zeren01 li dl dt{ color: #000; font-size: 18px; font-weight: 300;}


.zeren02{ padding: 72px 0;}
.zeren02 ul{ margin: 0 -36px;}
.zeren02 ul li{ width: 33.33%; padding: 0 36px; float: left;}
.zeren02 ul li dl{ padding-bottom:58.5365%; overflow: hidden; position: relative;}
.zeren02 ul li dl img{position:absolute;top:0; bottom:0;left:0;right:0; width:100%; height: 100%; margin:auto;}
.zeren02 ul li ol{ padding: 20px 0 40px; border-bottom: #e2e2e2 solid 1px;}
.zeren02 ul li ol h3{ font-size: 18px; color: #03236a; font-weight: normal; margin-bottom: 5px;}
.zeren02 ul li ol dt{ height: 44px; font-size: 15px; color: #999; line-height: 22px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}


.footer{ background: #03236a; padding: 50px 0 65px; color: #99b7ff;}
.footer .fcontact{ float: left;}
.footer .fcontact dl{ width: 155px; text-align: center; font-size: 15px; margin-right: 20px; float: left;}
.footer .fcontact dl p{ padding-top: 5px;}
.footer .fcontact ol{ float: left; font-size: 15px; line-height: 26px;}
.footer .fcontact ol h3{ color: #fff; font-size: 16px; font-weight: normal; margin-bottom: 5px;}
.footer .fnav{ float: right;}
.footer .fnav ul li{ float: left; margin-left: 50px;}
.footer .fnav ul li dl{ color: #fff; margin-bottom: 5px;}
.footer .fnav ul li dl a{ color: #fff;}
.footer .fnav ul li ol{ font-size: 15px; line-height: 26px;}
.footer .fnav ul li ol a{color: #99b7ff; display: block;}
.footer .fnav ul li ol a:hover{ color: #255cdf;}
.footer .copyright{ font-size: 16px; line-height: 60px; border-top: 1px solid #083497; border-bottom: 1px solid #083497; margin-top: 30px;}
.footer .copyright a{ color: #99b7ff;}
.footer .copyright a:hover{ color: #255cdf;}


/*===/分页=============================*/
.fenye{ font-size:18px; font-weight: normal; margin-left: -10px; text-align: center;}
.fenye span,.fenye a{transition: all 0.56s ease; }
.off{  width: 46px; height: 46px; line-height: 46px; background:#e2e2e2; color:#000; text-align: center; display: inline-block; margin-right: 10px; margin-left: 10px;}
a.off:hover{ background:#2f58ec; color:#fff; }
.fenye .fenkong{ margin-right: 10px;}
.fenye a{ width: 46px; height: 46px; line-height:46px; color:#000;text-align: center;  margin-right:10px;background:#e2e2e2;  display: inline-block;}
.fenye a:hover{color:#fff;background:#2f58ec; }
.fenye a.fenyeon{ background:#2f58ec; color:#FFF;}

/*搜索框*/
.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;}

/*弹出框*/
.tccBox{display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999999;}
.tccBox .black{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .9);}
.tccBox .box{ max-width: 1000px; max-height: 1000px; min-width:50px; min-height:50px; text-align: center; position: absolute;left:50%;top:50%;box-sizing:border-box; padding:5px; transform: translate(-50%,-50%);background-color: #fff;box-shadow: 0 0 10px rgba(0,0,0,.33);}
.tccBox .box video{ width: 100%;}
.tccBox .box .offBtn{ width: 26px; height: 26px; background:url(../images/off.png) no-repeat center; background-size: cover; position: absolute; right: -25px; top: -25px; z-index: 11; cursor: pointer;}


@media only screen and (min-width: 1680px) and (max-width: 1920px){
    .footer .fnav ul li{ float: left; margin-left: 48px;}
}



@media only screen and (min-width: 1440px) and (max-width: 1679px){

    .wrap{ width: 100%; padding:0 60px;}
    .proNav li{ width: 310px; margin: 0 10px;}
    .ConView .back{ right: 60px;}

    .keyanList ul ol{  padding: 0 50px;}
    .keyanList ul ol .con h3{ font-size: 26px; margin-bottom: 15px;}
    .keyanList ul ol .con dt{ line-height:1.6; font-size: 15px;}
    .keyanList ul ol .con .more{ width: 150px;  margin-top: 20px; }
    .keyanList ul ol .con .more a{ height: 37px; line-height: 36px; padding-left:37px; }
    .keyanList ul ol .con .more a::after{  width: 37px; height: 37px;}
    .newsView .back{ right: 60px;}

    .footer .fcontact dl{ width: 140px;}
    .footer .fcontact ol{ font-size: 13px; line-height: 24px;}
    .footer .fnav ul li{ margin-left: 28px;}
    .footer .fnav ul li ol a{ font-size: 13px;}

}


@media only screen and (min-width: 1280px) and (max-width: 1439px){
    .wrap{ width: 100%; padding:0 30px;}

    .header .nav{ margin-right: 50px;}
    .header .searchBtn::before{ left: -30px;}

    .neiBanner .bannerText{ bottom: 50px;}
    .neiBanner .bannerText h2{ font-size:40px;}
    .neiBanner .bannerText02{ top: 60%;}
    .neiBanner .bannerText02 h2{ font-size: 40px;}

    .proNav li{ width: 300px; margin: 0 5px;}
    .prolist .item ol .con h3{ font-size: 30px; margin-bottom: 10px;}
    .prolist .item ol .con dt{ padding: 0 100px;}
    .ConView .back{ right: 30px;}

    .keyanList ul ol{  padding: 0 50px;}
    .keyanList ul ol .con h3{ font-size: 26px; margin-bottom: 15px;}
    .keyanList ul ol .con dt{ line-height:1.6; font-size: 15px;}
    .keyanList ul ol .con .more{ width: 150px;  margin-top: 20px; }
    .keyanList ul ol .con .more a{ height: 37px; line-height: 36px; padding-left:37px; }
    .keyanList ul ol .con .more a::after{  width: 37px; height: 37px;}

    .zhizaoNav li{width: 300px; margin: 0 5px;}

    .newsNav a{ font-size: 16px;}
    .newsList ul li ol{ padding-right: 60px;}
    .newsView .box{ padding: 50px;}
    .newsView .back{ right: 30px;}

    .zhuanjia{ padding: 100px 0 170px;}
    .zhuanjia .box ul li ol dl{ font-size: 18px;}

    .zeren02 ul{ margin: 0 -20px;}

    .zeren02 ul li{ padding: 0 20px;}

    .footer{ padding: 50px 0;}
    .footer .fcontact dl{ width: 140px;}
    .footer .fcontact ol{ width: 200px; font-size: 13px; line-height: 24px;}
    .footer .fnav ul li{ margin-left: 28px;}
    .footer .fnav ul li ol a{ font-size: 13px;}
    .footer .copyright{ font-size: 14px; line-height: 50px;}
}



@media only screen and (min-width: 1000px) and (max-width: 1279px){

    .wrap{ width: 100%; padding:0 30px;}


    .header{ }
    .header .nav{margin-right: 46px;}
    .header .nav ul li a{ font-size: 12px; padding: 0 15px;}
    .header .nav ul li a.tit{ padding: 0 25px 0 15px; background: url(../images/icon01.png) no-repeat right 10px center;}
    .header .nav ul li.focus a.tit{ padding: 0 25px 0 15px; background:#0237a0 url(../images/icon01.png) no-repeat right 10px center;}
    .header .nav>ul>li:hover a.tit{ background: #0237a0 url(../images/icon01.png) no-repeat right 10px center; }
    .header .nav>ul>li>a.tit:hover{background:#0237a0 url(../images/icon01.png) no-repeat right 10px center;}
    .header .nav ul li .subnav a{ font-size: 13px;}
    .header .searchBtn{ margin-right: 18px;}
    .header .searchBtn::before{ left: -26px;}


    .neiBanner .bannerText{ bottom: 50px;}
    .neiBanner .bannerText h2{ font-size:30px;}
    .neiBanner .bannerText02{ top: 60%;}
    .neiBanner .bannerText02 h2{ font-size: 30px;}

    .history .box .swiper-container .swiper-slide dl{ font-size: 15px;}

    .guanhuai .box ul{ margin: 0 -15px;}
    .guanhuai .box ul li{ padding: 0 15px;}
    .guanhuai .box ul li h3{ font-size: 16px;}

    .job .box ul{ margin: 0 -10px;}
    .job .box ul li{ padding: 10px;}
    .job .box ul li h3{ font-size: 16px; padding: 0 30px 0 74px;}
    .job ol{ font-size: 17px;}


    .proNav li{ width: 300px; margin: 0 5px;}
    .prolist .item dl{ height: 400px;}
    .prolist .item ol{ height: 400px;}
    .prolist .item ol .con h3{ font-size: 30px; margin-bottom: 10px;}
    .prolist .item ol .con dt{ padding: 0 50px;}
    .ConView .back{ right: 30px;}

    .keyanNav li{ width: 300px; height: 180px;}
    .keyanNav li a{ height: 180px;}

    .keyanList ul ol{  padding: 0 20px;}
    .keyanList ul ol .con h3{ font-size: 22px; margin-bottom: 10px;}
    .keyanList ul ol .con dt{ line-height:1.5; font-size: 13px;}
    .keyanList ul ol .con .more{ width: 120px;  margin-top: 10px; }
    .keyanList ul ol .con .more a{ height: 36px; line-height: 36px; padding-left:37px; font-size: 13px; }
    .keyanList ul ol .con .more a::after{  width: 37px; height: 36px; background: #e60012 url(../images/icon05.png) no-repeat 15px center;}

    .ConView h1{ font-size:2.5rem; color: #043385; font-weight: normal; line-height: 1.2; margin-bottom: 30px;}
    .ConView h2{ font-size:2rem; color: #043385; font-weight: normal; line-height: 1.2; margin-bottom: 30px;}
    .ConView h3{ font-size:1.5rem;color: #043385; font-weight: normal; line-height: 1.2; margin-bottom: 20px;}
    .ConView h4{ font-size:1.5rem;color: #043385; font-weight: normal; line-height: 1.2; margin-bottom: 20px;}
    .ConView .back{ width: 150px; height: 37px; line-height: 37px;  right:30px; top: -30px;}
    .ConView .back a{ color: #fff;  padding-left: 37px;}
    .ConView .back a::after{ content: ""; width:37px; height: 37px; background: #e60012 url(../images/icon05.png) no-repeat 15px center;}

    .zhizaoNav li{width: 300px; height: 180px; margin: 0 5px;}
    .zhizaoNav li a{ height: 180px;}
    .zhizaoBox .box{ padding: 60px 50px 80px;}


    .newsNav a{ font-size: 16px;}
    .newsList ul li ol{ padding-right: 60px;}
    .newsView .box{ padding: 50px;}
    .newsView .back{ right: 30px;}


    .zhuanjia{ padding: 100px 0 170px;}
    .zhuanjia .box ul li ol dl{ font-size: 16px; padding: 35px;}

    .zeren02 ul{ margin: 0 -20px;}
    .zeren02 ul li{ padding: 0 20px;}
    .zeren01 li dl{ width: 82%;}
    .zeren01 li dl h3{ font-size: 22px; margin-bottom: 10px;}
    .zeren01 li dl dt{ font-size: 16px;}

    .footer{ padding: 50px 0;}
    .footer .fcontact{ width: 295px;}
    .footer .fcontact dl{ width: 110px;}
    .footer .fcontact ol{ width: 165px; font-size: 13px; line-height: 20px;}
    .footer .fnav{ float: none; padding-left: 320px;}
    .footer .fnav ul li{ width:33.33%; margin-left: 0; padding-left: 20px; margin-bottom: 15px;}
    .footer .fnav ul li ol{ line-height: 22px;}
    .footer .fnav ul li ol a{ font-size: 13px;}
    .footer .copyright{ font-size: 13px; line-height: 50px;}
}



@media screen and (max-width:999px){

body{ padding-top: 60px; font-size: 15px;}

.wrap{ width: 100%; padding: 0 15px;}



.header{ width: 100%; height:60px;  padding: 0; background: #032a62; border: none;  position: fixed; top: 0; left: 0; z-index: 99999; }
.header .logo{ height:44px; padding-top:13px; float: left; position: relative; z-index: 11;}

.header .headRight{ width: 100%; height:0; background-color: #195adb; border-top: 1px solid #eee; position: fixed; left: 0; top: 0; float: none; overflow: hidden; }
.header.cur .headRight{ height: 100%;}
.header .nav{ margin-top: 30px; padding: 30px 30px 20px; float: none; margin-right: 0;}
.header .nav>ul>li{ width: 100%; margin-bottom:25px;  opacity: 0; transform: translateY(40px);  float: none; line-height: 1; transition: all .6s ease;}
.header.cur .nav>ul>li{opacity: 1; transform: translateY(0); transition: all .6s ease;}
.header .nav>ul>li>a{ font-size: 18px; color: #fff; font-weight: bold; margin-bottom: 0; display: block; text-align: left; padding: 0;}
.header .nav ul li a.tit{ padding: 0; background:none;}
.header .nav>ul>li.focus a{ background: none;}
.header .nav ul li.focus a.tit{ background: none; padding: 0;}
.header .nav>ul>li:hover a.tit{ background: none;}
.header .nav>ul>li:hover a{ background: none;}
.header .nav>ul>li .subnav{ width: 100%;display: block; position: relative; left: 0; top: 0; transform: translate(0, 0);}
.header .nav>ul>li .subnav ol{ overflow: hidden; padding: 0; background: none;}
.header .nav>ul>li .subnav a{ width: 50%; float: left; color: #fff; line-height: 1.8; margin-left: 0; font-size: 14px; text-align: left;}
.header .nav>ul>li .subnav a:hover{ color: #e60012;}
.header.cur .nav>ul>li:nth-child(1){transition-delay: .8s;}
.header.cur .nav>ul>li:nth-child(2){transition-delay: 1s;}
.header.cur .nav>ul>li:nth-child(3){transition-delay: 1.2s;}
.header.cur .nav>ul>li:nth-child(4){transition-delay: 1.4s;}
.header.cur .nav>ul>li:nth-child(5){transition-delay: 1.6s;}
.header.cur .nav>ul>li:nth-child(6){transition-delay: 1.8s;}
.header .searchLang{opacity: 0; transform: translateY(40px); padding-left: 30px; transition: all .6s ease;}
.header.cur .searchLang{opacity: 1; transform: translateY(0); transition: all .6s ease; transition-delay: 2s;}
.header .searchBtn{ float: left; width: 20px; height: 20px; background: url(../images/icon02.png) no-repeat center; cursor: pointer; margin-top: 20px; margin-left: 0; margin-right: 40px; position: relative;}
.header .searchBtn::before{ content:""; width: 1px; height: 18px; background: #fff; position: absolute; top: 0 ; left:40px; opacity: 0.3;}
.header .lang{ float: left; line-height: 44px; margin-top: 9px;}
.header .lang a { color: #fff;}

.header.cur{ height: 60px; background: #032a62; border-bottom:none;}
.header.cur .logo{ height: auto; padding-top:30px; padding-left: 15px;}
.header.cur .nav{ float: none; padding-top: 80px;}
.header.cur .searchBtn{ float: left; margin-top: 0;}
.header.cur .lang{ float: left; line-height: 20px; margin-top: 0;}

.header .menu-toggle{ width:60px; height:60px; position:fixed; right:0; top:0; z-index:99999; display:block;}
.header .menu-toggle span{ width:35px; height:2px; background:#fff;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:#fff;display:block; position:absolute; left:0; top:-10px;transition:all 300ms;}
.header .menu-toggle span:after{ content:"";width:35px; height:2px; background:#fff;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;}


.neiBanner{ position: relative; }
.neiBanner img{ width: 100%; }
.neiBanner .bannerText{ bottom: 30px;  z-index: 11;}
.neiBanner .bannerText h2{ font-size: 22px; line-height: 1; font-weight: normal;}
.neiBanner .bannerText dl{ font-size: 13px; font-weight: 300; line-height: 1.7; padding-top:5px;}
.neiBanner .bannerText02{ width: auto;  color: #fff; position: absolute; left: 50%; top: 50%;  z-index: 11; transform: translate(-50%,-50%);}
.neiBanner .bannerText02 h2{ font-size: 22px; line-height: 1; font-weight: normal;}


.title{ margin-bottom: 25px; text-align: center;}
.title h2{ font-size: 24px;}

.anchorPoint{ padding-top:60px; margin-top:-60px;}

.text{line-height: 1.7; font-size: 15px;}
.ConView .text{line-height: 1.7; font-size: 15px;}

.introduction{ padding: 30px 0 50px; border-bottom: 2px solid #dee5f2;}
.introduction .pic{ float: none; width: 100%; margin-left: 0; position: relative; margin-bottom: 20px;}
.introduction .pic::after{ display: none;}

.honor{ padding: 40px 0 50px;}
.honor .box .swiper-container{ margin:0 -10px; }
.honor .box .swiper-container .swiper-slide{ padding: 0 10px; box-sizing: border-box; }
.honor .box .arrow-left,.honor .box .arrow-right{display: none;}

.vision{ padding: 40px 0; background: #f2f2f2;}
.vision .box{ margin: 0;}
.vision .box ul{ width: 100%; padding: 0; float: none;}
.vision .box ul li { margin-bottom: 10px;}
.vision .box ul li ol{ width: 85%; padding: 0 30px; position: absolute; left: 0; top: 50%; z-index: 11; transform: translate(0,-50%);}
.vision .box ul li ol h3{ color: #000; font-size: 20px; font-weight: normal; line-height: 1; margin-bottom: 10px;}
.vision .box ul li ol dt{ line-height: 1.6;}


.history{ padding:50px 0 40px; background: url(../images/historyBg.jpg) no-repeat center; background-size: cover;}
.history .title h2{ color: #fff;}
.history .box{ position: relative; margin-top: 20px; }
.history .box:after{ display: none; }
.history .box .swiper-container{ width: 100%; }
.history .box .swiper-container .swiper-slide{ width: 100%; height: auto; position: relative; margin-bottom: 20px; }
.history .box .swiper-container .swiper-slide dl{ width: 100%; height: 80px;font-size: 15px; margin-top: -8px; padding: 10px 20px; position: relative; bottom: 0; display: flex; align-items:center; justify-content:center;}
.history .box .swiper-container .swiper-slide.on dl{ top:0; bottom: inherit; }
.history .box .swiper-container .swiper-slide ol{ width: 100px; height: 40px; font-size: 18px; line-height:40px; position: relative; left: 50%; top: 0; z-index: 11; transform: translate(-50%,0);}
.history .box .swiper-container .swiper-slide ol::after{display: none;}
.history .box .swiper-container .swiper-slide.swiper-slide-active ol{ background:#bc0614; color: #fff;}
.history .box .arrow-left,.history .box .arrow-right{ display: none;}


.contact{padding: 50px 0; text-align: center;}
.contact .box{float: none; line-height: 1.8; margin-bottom: 20px;}
.contact .box h3{ font-size: 20px; color: #000; font-weight: normal; margin-bottom: 10px;}
.contact dl{float: none; border: #ededed solid 1px; display: inline-block;}

.linian{padding: 40px 0 50px; background: url(../images/linianBg.jpg) no-repeat center; background-size: cover;}

.guanhuai{ padding:40px 0; background: #043385;}
.guanhuai .title h2{ color: #fff;}
.guanhuai .box ul{ margin: 0 -5px;}
.guanhuai .box ul li{ width: 50%; padding: 0 5px; margin-bottom: 10px; float: left;}
.guanhuai .box ul li dl img{position:absolute;top:0; bottom:0;left:0;right:0; width:100%; height: 100%; margin:auto; padding: 2px;border-radius: 8px;}
.guanhuai .box ul li h3{ font-size: 15px; font-weight: normal; line-height: 1; margin-top: 5px;}

.job{padding: 40px 0 40px; background: #f2f2f2;}
.job .box{ margin-bottom: 30px;}
.job .box ul{ margin: 0;}
.job .box ul li{ width: 100%; padding: 5px 0; float: left;}
.job .box ul li a{ background: #fff url(../images/icon03.png) no-repeat right 22px center;}
.job .box ul li dl{ width: 60px; height: 60px; line-height: 60px; text-align: center; color: #fff; font-size: 18px; font-weight: bold; background: #c2c2c2; float: left;  transition: all 0.4s ease 0s;}
.job .box ul li h3{ font-size: 17px; font-weight: normal; line-height: 60px; padding:0 50px 0 80px;}
.job .box ul li a:hover dl{ background: #e60012;}
.job .box ul li a:hover{ background: #043385 url(../images/icon04.png) no-repeat right 22px center; color: #fff;}
.job ol{ font-size: 16px;}

.jobView{ padding: 20px 0 40px;}
.jobView .box{ padding: 25px 20px;}
.jobView .box .viewHead h1{ font-size: 18px;}
.jobView .box .text h2{ font-size: 17px;}
.jobView .box .text table tr td:nth-child(1){ width: 27%!important;}
.jobView .box .viewPage li{ font-size: 14px;}
.jobView .box .viewPage li a{ font-size: 14px;}

.jobView .back{ width: 140px; height: 42px; line-height: 42px;position: relative; right:auto; left: 50%; top:0; margin-left: -70px; margin-top: 20px;}
.jobView .back a{ color: #fff;  padding-left: 42px;}
.jobView .back a::after{ content: ""; width: 42px; height: 42px; background: #e60012 url(../images/icon05.png) no-repeat 20px center; position: absolute; left: 0; top: 0; transition: all .4s;}



/* 产品 */
.proNav{ padding: 30px 15px; text-align: center;}
.proNav li{ width: 48%; height: 90px; margin: 1%; display: block; float: left; }
.proNav li a{ height: 90px; line-height: 84px; background: linear-gradient(to top left,#f1f1f1,#fff 60%); border: #f1f1f1 solid 3px; border-radius: 12px; display: block; position: relative; transition: all .4s;}
.proNav li a:hover,.proNav li.on a{ background: linear-gradient(to top left,#e6efff ,#fff 60%); border: #cbd4e4 solid 3px; transition: all .4s;}
.proNav li span{ font-size: 17px; color: #333; position: relative; right: 0; bottom: 0; z-index: 22; transition: all .4s;}
.proNav li a:hover span,.proNav li.on a span{ color: #02225b;}
.proNav li a:hover::before,.proNav li.on a::before{ display: none;}
.proNav li a::after{ content: ""; width: 100%; height: 100%; position: absolute; left: 0; top:0; z-index: 11;}
.proNav li.menu01 a::after{ background: url(../images/pro_nav01.png) no-repeat; background-size: 70px auto;}
.proNav li.menu01 a:hover::after,.proNav li.on.menu01 a::after{ background: url(../images/pro_nav01_02.png) no-repeat; background-size: 70px auto;}
.proNav li.menu02 a::after{ background: url(../images/pro_nav02.png) no-repeat; background-size: 70px auto;}
.proNav li.menu02 a:hover::after,.proNav li.on.menu02 a::after{ background: url(../images/pro_nav02_02.png) no-repeat;background-size: 70px auto;}
.proNav li.menu03 a::after{ background: url(../images/pro_nav03.png) no-repeat 5px 5px;background-size: 35px auto;}
.proNav li.menu03 a:hover::after,.proNav li.on.menu03 a::after{ background: url(../images/pro_nav03_02.png) no-repeat 5px 5px;background-size: 35px auto;}
.proNav li.menu04 a::after{ background: url(../images/pro_nav04.png) no-repeat 10px 10px;background-size:60px auto;}
.proNav li.menu04 a:hover::after,.proNav li.on.menu03 a::after{ background: url(../images/pro_nav04_02.png) no-repeat 10px 10px;background-size: 60px auto;}

.prolist .item{ padding: 50px 30px;}
.prolist .item:nth-child(odd){ background: #ebe9ec;}
.prolist .item:nth-child(even){ background: #fff;}
.prolist .item dl{ width: 100%; height: auto; position: relative; float: none; margin-bottom: 20px;}
.prolist .item dl img{ position: relative; left: 0; top:0; transform: translate(0, 0); padding: 0;}
.prolist .item ol{ width: 100%; height: auto; text-align: center; position: relative; float: none;}
.prolist .item ol .con{ position: relative; left: 0%; top: 0%; transform: translate(0%, 0%);}
.prolist .item ol .con h3{ font-size: 20px; margin-bottom: 10px;}
.prolist .item ol .con dt{ color: #333;  line-height: 1.6; padding:0;}
.prolist .item:nth-child(even) dl{ float: none;}

/* 科技研发 */
.keyanNav{ padding: 30px 15px; text-align: center;}
.keyanNav li{ width: 48%; height: 90px; margin: 1%; display: block; float: left;  }
.keyanNav li a{ height: 90px; line-height: 84px;  background: linear-gradient(to top left,#f1f1f1,#fff); border: #f1f1f1 solid 3px; border-radius: 12px; display: block; position: relative; transition: all .4s;}
.keyanNav li a:hover,.keyanNav li.on a{ background: linear-gradient(to top left,#e6efff,#fff); border: #cbd4e4 solid 3px; transition: all .4s;}
.keyanNav li span{ font-size: 17px; color: #333; position: relative; right: 0; bottom:0; transition: all .4s;}
.keyanNav li a:hover span,.keyanNav li.on a span{ color: #02225b;}
.keyanNav li a:hover::before,.keyanNav li.on a::before{ display: none;}
.keyanNav li a::after{ content: ""; width: 100%; height: 100%; position: absolute; left: 0; top:0; z-index: 11;}
.keyanNav li.menu01 a::after{ background: url(../images/keyan_nav01.png) no-repeat 10px 10px; background-size: 35px auto;}
.keyanNav li.menu01 a:hover::after,.keyanNav li.on.menu01 a::after{ background: url(../images/keyan_nav01_02.png) no-repeat 10px 10px; background-size: 35px auto;}
.keyanNav li.menu02 a::after{ background: url(../images/keyan_nav02.png) no-repeat 10px 10px; background-size: 30px auto;}
.keyanNav li.menu02 a:hover::after,.keyanNav li.on.menu02 a::after{ background: url(../images/keyan_nav02_02.png) no-repeat 10px 10px; background-size: 30px auto;}



.keyanList{ background: #f1f1f1;padding: 50px 0 30px;}
.keyanList ul{ background: #fff; margin-bottom: 10px; overflow: hidden; position: relative;}
.keyanList ul dl{ width: 100%; float: none;}
.keyanList ul dl img{ width: 100%;}
.keyanList ul ol{ width: 100%; height: 100%; padding:30px 20px; position: relative; left: 0; top: 0;}
.keyanList ul ol .con{ position: relative; top: 0; transform: translate(0, 0);}
.keyanList ul ol .con h3{ font-size: 22px; text-align: center; margin-bottom: 15px;}
.keyanList ul ol .con dt{ line-height: 1.8; font-size: 13px;}
.keyanList ul ol .con .more{ width: 140px;  margin: 20px auto 0; }
.keyanList ul ol .con .more a{ height: 40px; line-height: 40px;   padding-left: 40px; }
.keyanList ul ol .con .more a span{ position: relative; z-index: 11;}
.keyanList ul ol .con .more a::after{ content: ""; width: 40px; height: 40px; background: #e60012 url(../images/icon05.png) no-repeat 17px center; position: absolute; left: 0; top: 0; transition: all .4s;}
.keyanList ul ol .con .more a:hover::after{ width: 100%;}
.keyanList ul:nth-child(even) dl{ float: none;}
.keyanList ul:nth-child(even) ol{ left: 0;}

.keyanList02{ background: #f1f1f1; padding: 40px 0;}
.keyanList02 ul{ margin: 0;}
.keyanList02 ul li{ width: 100%; padding: 0; margin-bottom: 10px; float: left;}
.keyanList02 ul li a{ display: block; position: relative;}
.keyanList02 ul li a h3{ font-size: 20px;left: 20px; bottom:20px; z-index: 11;}

.ConView{ padding: 40px 0 50px;}
.ConView h1{ font-size:2.5rem; color: #043385; font-weight: normal; line-height: 1.2; margin-bottom: 30px;}
.ConView h2{ font-size:1.8rem; color: #043385; font-weight: normal; line-height: 1.2; margin-bottom: 30px;}
.ConView h3{ font-size:1.4rem;color: #043385; font-weight: normal; line-height: 1.2; margin-bottom: 12px;}
.ConView h4{ font-size:1.2rem;color: #043385; font-weight: normal; line-height: 1.2; margin-bottom: 10px;}
.ConView .text table{margin-top: 10px; border-collapse: collapse; text-align: center;}
.ConView .text table tr th{font-size: 13px; line-height:1.2; border: #bfbfbf solid 1px;  font-weight: normal; color: #000; padding: 10px 5px; background: #ddebf7;}
.ConView .text table tr td{font-size: 13px; line-height:1.2; border: #bfbfbf solid 1px; padding: 10px 5px; }
.ConView .text table tr td:nth-child(1){ font-weight:normal;}

.ConView .back{ width: 140px; height: 42px; line-height: 42px;position: relative; right:auto; left: 50%; top:0; margin-left: -70px; margin-top: 50px;}
.ConView .back a{ color: #fff;  padding-left: 42px;}
.ConView .back a::after{ content: ""; width: 42px; height: 42px; background: #e60012 url(../images/icon05.png) no-repeat 20px center; position: absolute; left: 0; top: 0; transition: all .4s;}

/* 生产制造 */

.zhizaoNav{ padding:30px 15px; text-align: center;}
.zhizaoNav li{ width: 48%; height: 90px; margin:1%; display: block; float: left;  }
.zhizaoNav li a{ height: 90px; line-height: 90px;  background: linear-gradient(to top left,#f1f1f1,#fff); border: #f1f1f1 solid 3px; border-radius: 12px; display: block; position: relative; transition: all .4s;}
.zhizaoNav li a:hover,.zhizaoNav li.on a{ background: linear-gradient(to top left,#e6efff,#fff); border: #cbd4e4 solid 3px; transition: all .4s;}
.zhizaoNav li span{ font-size: 17px; color: #333; position: relative; right: 0; bottom: 0; transition: all .4s;}
.zhizaoNav li a:hover span,.zhizaoNav li.on a span{ color: #02225b;}
.zhizaoNav li a:hover::before,.zhizaoNav li.on a::before{display: none;}
.zhizaoNav li a::after{ content: ""; width: 100%; height: 100%; position: absolute; left: 0; top:0; z-index: 11;}
.zhizaoNav li.menu01 a::after{ background: url(../images/zhizao_nav01.png) no-repeat 13px 13px; background-size: 38px auto;}
.zhizaoNav li.menu01 a:hover::after,.zhizaoNav li.on.menu01 a::after{ background: url(../images/zhizao_nav01_02.png) no-repeat 13px 13px; background-size: 38px auto;}
.zhizaoNav li.menu02 a::after{ background: url(../images/zhizao_nav02.png) no-repeat 10px 10px; background-size: 32px auto;}
.zhizaoNav li.menu02 a:hover::after,.zhizaoNav li.on.menu02 a::after{ background: url(../images/zhizao_nav02_02.png) no-repeat 10px 10px; background-size: 32px auto;}
.zhizaoNav li.menu03 a::after{ background: url(../images/zhizao_nav03.png) no-repeat 10px 10px; background-size: 35px auto;}
.zhizaoNav li.menu03 a:hover::after,.zhizaoNav li.on.menu03 a::after{ background: url(../images/zhizao_nav03_02.png) no-repeat 10px 10px; background-size: 35px auto;}

.zhizaoBox{ background: #f1f1f1; padding: 20px 0;}
.zhizaoBox .box{ background: #fff; padding: 40px 20px;}



/* 新闻 */

.newsNav{ text-align: center; margin-bottom: 30px;}
.newsNav a{ min-width: 150px; height: 42px; line-height: 36px; font-size:14px; background: #fff; border: #e7e7e7 solid 2px; margin: 4px 2px; padding: 0 15px; }

.news{ padding: 30px 0 50px;}
.news .box{ margin-bottom: 5px;}
.news .box ul{ margin: 0 -5px;}
.news .box ul li{ width: 50%; padding: 0 5px; margin-bottom: 20px; float: left;}
.news .box ul li dl{ margin-bottom: 10px;}
.news .box ul li ol h3{ height: 40px; font-size: 16px; line-height: 20px; margin-bottom: 5px;}
.news .box ul li ol dt{ height: 54px; font-size: 13px; color: #999; line-height: 18px; margin-bottom: 10px;}
.news .box ul li ol dd{ border-bottom: #eee solid 1px; line-height: 40px; overflow: hidden; position: relative;}
.news .box ul li ol dd::before{ content: ""; width: 0; height: 2px; background: #083c9a; position: absolute; left: 0; bottom: 0px; z-index: 11; transition: all .4s;}
.news .box ul li a:hover ol h3{ color: #083c9a;}
.news .box ul li a:hover ol dd::before{ width: 100%;}
.news .box ul li ol dd span{ float: left; font-size: 14px;}
.news .box ul li ol dd i{ float: right; font-style: normal; font-size: 12px; color: #000; font-family: 'OswaldRegular', sans-serif;}

.newsList{ padding: 30px 0 50px; background: #f2f2f2;}
.newsList .box{ margin-bottom: 5px;}
.newsList ul li{ margin-bottom: 10px;}
.newsList ul li a{display: block; background: #fff; padding: 20px 0; overflow: hidden;  transition: all .4s;}
.newsList ul li dl{ width: 100px; height: 90px;  padding-top: 10px; float: left;}
.newsList ul li dl b{display: block; font-size: 25px; font-weight: normal; color: #083c9a;  transition: all .4s;}
.newsList ul li ol{ padding-left: 120px; padding-right:20px;}
.newsList ul li ol h3{ font-size: 16px;  margin-bottom: 10px; }
.newsList ul li ol dt{ font-size: 13px; color: #999; line-height:18px; margin-bottom: 8px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;  transition: all .4s;}
.newsList ul li ol dd span{ font-size: 12px;}


.newsView{ background: #f2f2f2; padding: 30px 0 50px;}
.newsView .wrap{ position: relative;}
.newsView .box{ background: #fff; padding: 30px 20px;}
.newsView .box .viewHead{ border-bottom: #ccc solid 1px; padding-bottom: 20px; margin-bottom: 30px;}

.newsView .box .viewHead h1{ font-size: 22px; color: #333; line-height: 1.4; font-weight: normal; margin-bottom: 10px;}

.newsView .box .viewHead p{ font-size: 16px; color: #999;}

.newsView .box .viewPage{ margin-top: 30px;}

.newsView .box .viewPage li{ line-height: 40px; font-size: 16px; padding: 0 20px;  margin-bottom: 10px;}

.newsView .box .viewPage li a{ font-size: 15px;}

.newsView .back{ width: 140px; height: 42px; line-height: 42px; position: relative; right:0; top: 0; margin:30px auto 0;}

.newsView .back a{ color: #fff;  padding-left: 42px; display: block; position: relative;}

.newsView .back a::after{ content: ""; width: 42px; height: 42px; background: #e60012 url(../images/icon05.png) no-repeat 20px center; position: absolute; left: 0; top: 0;}



.zhuanjia{ padding: 40px 0 50px;}

.zhuanjia .box ul{ margin: 0;}

.zhuanjia .box ul li{ width: 100%; padding: 0; margin-bottom: 10px; float: none;}

.zhuanjia .box ul li ol dl{ width: 100%; padding: 30px; font-size: 16px; color: #333; line-height: 1.4; position: absolute; left: 0; bottom: 0; z-index: 11; }



.zeren01{ background: #f1f1f1; padding: 40px 0 30px;}

.zeren01 li{ width: 100%;  overflow: hidden; position: relative; margin-bottom: 10px;}

.zeren01 li img{ width:auto; max-width: inherit; height: 160px;}

.zeren01 li dl{ width: 100%; padding:15px 20px; font-size: 16px;  line-height: 1.5; position: absolute; left: 0; top: 0; z-index: 11; transform: translate(0,0);}

.zeren01 li dl h3{ color: #03236a; font-size: 20px; font-weight: normal; margin-bottom: 5px;}

.zeren01 li dl dt{ color: #000; font-size: 13px; font-weight: 300;}



.zeren02{ padding: 40px 0 30px;}

.zeren02 ul{ margin: 0;}

.zeren02 ul li{ width: 100%; padding: 0; margin-bottom: 15px; float: none;}

.zeren02 ul li ol{ padding: 15px 0 20px; border-bottom: #e2e2e2 solid 1px;}

.zeren02 ul li ol h3{ font-size: 17px; margin-bottom: 5px;}

.zeren02 ul li ol dt{ height:36px; font-size: 13px; line-height:18px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}



.footer{  padding: 40px 0 0; color: #99b7ff;}

.footer .fcontact{ float: none;}

.footer .fcontact dl{ float: none; color: #fff; margin-bottom: 5px; margin: 0 auto 20px;}

.footer .fcontact ol{ font-size: 14px; line-height: 22px;}

.footer .fnav{display: none;}

.footer .copyright{ font-size: 13px; line-height:1.6; padding: 15px 0; margin-top:20px; border-bottom: none;}







/*===/分页=============================*/

.fenye{ padding: 20px 0 10px;font-size:15px; font-weight: normal; text-align: center;}

.fenye span,.fenye a{ border-radius: 5px; transition: all 0.56s ease; }

.fenye .off{  width: 36px; height: 36px; line-height: 36px; text-align: center; display: inline-block; margin-right: 5px;}

.fenye .fenkong{ margin-right: 5px;}

.fenye a{ width: 36px; height: 36px; line-height:36px; color:#000;text-align: center;  margin-right:5px; display: inline-block;}



.search-dialog{ width: 90%;}


/*弹出框*/
.tccBox{display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999999;}
.tccBox .black{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .9);}
.tccBox .box{ max-width: 1000px; max-height: 1000px; min-width:300px; min-height:50px; text-align: center; position: absolute;left:50%;top:50%;box-sizing:border-box; padding:5px; transform: translate(-50%,-50%);background-color: #fff;box-shadow: 0 0 10px rgba(0,0,0,.33);}
.tccBox .box video{ width: 100%;}
.tccBox .box .offBtn{ width: 26px; height: 26px; background:url(../images/off.png) no-repeat center; background-size: cover; position: absolute; right: -25px; top: -25px; z-index: 11; cursor: pointer;}


}

@media screen and (max-width:375px){
    .header .nav{    padding: 30px 30px 0;}
    .header .nav>ul>li{ margin-bottom: 24px;}
}