@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: 16px; color: #666; overflow-x: hidden; font-family:"Microsoft YaHei",'微软雅黑',sans-serif;font-weight: 300; background: #fff;}
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:"Microsoft YaHei",'微软雅黑', 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;}

	table td{padding:0 10px; font-size: 16px; line-height: 35px;}
	.title_big{font-size: 18px; font-weight: bold; color: #ffffff;background: #0068b7;}

.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;}

@font-face {
    font-family: 'bahnschrift';
    src: url('../fonts/bahnschrift.eot');
    src: url('../fonts/bahnschrift.eot') format('embedded-opentype'),
         url('../fonts/bahnschrift.woff2') format('woff2'),
         url('../fonts/bahnschrift.woff') format('woff'),
         url('../fonts/bahnschrift.ttf') format('truetype'),
         url('../fonts/bahnschrift.svg#bahnschrift') format('svg');
}


/* 水平镜像翻转 */
.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 .5s;transition:all .5s;}
.wlp-flow-shadow:hover{transform:translate3d(0, -5px, 0);-webkit-transform:translate3d(0, -5px, 0);-webkit-box-shadow:0 0px 10px #e9e9e9;box-shadow:0 0px 10px rgba(0,0,0,.5);}
/*图片经过遮罩*/
.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: 1400px; margin: 0 auto;}
.content{background: #dedede;}
.ovh{overflow: hidden;}

::-webkit-scrollbar { width: 6px;padding-right: 6px; background-color: #f2f2f2;  /*其他样式，比如圆角等*/}
/*滑块样式*/
::-webkit-scrollbar-thumb {background: rgba(0, 0, 0, .5);}
/*当前窗口失去焦点时的滑块样式*/
::-webkit-scrollbar-thumb:window-inactive {background: rgba(0, 0, 0, .6);}

/*顶部*/
.header{ width: 100%; height:100px;   position: absolute; left: 0; top: 0; z-index: 1111;}
.header .logo{ width: 433px; height: 496px; padding-top: 50px; padding-left: 100px; background:url(../images/logoBg.png) no-repeat center top; background-size: contain; position: absolute; top: 0; left: 0; z-index: 111;}
.header .logo a{ color: #000; line-height: 1.2;}
.header .headRight{ float: right;  padding-top: 40px; padding-right: 60px;}
.header .nav{ float: left; padding-right: 50px; position: relative;}
.header .nav::after{ content: ""; width: 1px; height: 15px; background: #fff; position: absolute; right: 50px; top: 5px; z-index: 11;}
.header .nav ul li{ float: left; margin-right: 50px; line-height: 20px; font-weight: 400; padding-bottom: 11px; position: relative;}
.header .nav ul li.active a{ color: #ffba00;}
.header .nav ul li.active:after{ content: ""; width: 100%; height: 4px; background: #ffba00; position:absolute; left: 0; bottom: 0; }
.header .nav ul li a{ color: #fff;  font-size: 18px; font-weight: 400; display: block; position: relative;}
.header .nav ul li a:hover{ color: #ffba00;}
.header .lang{ float: left; margin-right: 50px;}
.header .lang a{margin-left:7px;}
.header .searchBtn{ width: 24px; height: 24px; background: url(../images/searchBtn.png) no-repeat center; float: left; cursor: pointer;}
.header .menu-toggle{ display: none;}

/*首页bannner*/
.banner { position: relative; width: 100%;}
.banner .swiper-container{ width:100%; overflow:hidden;}
.banner .swiper-container .swiper-slide img{width:100%;}
.banner .pagination {  position: absolute;z-index: 20; right: 60px; top:50%;}
.banner .swiper-pagination-switch {display: block; width:15px; height: 15px; background:#fff; margin:12px 0; border-radius: 20px;  cursor: pointer; position: relative;}
.banner .swiper-active-switch { width:15px; height: 15px; background: #ffba00; opacity: 1;}
.banner .swiper-active-switch::after { content: ""; width:19px; height: 19px;  border: #ffba00 solid 2px;  border-radius: 20px;  position: absolute; left: -4px; top: -4px;}

.neiBanner{ position: relative;}
.neiBanner img{ width: 100%; }

.title{ margin-bottom: 30px;}
.title h2{ font-size: 45px; color: #000; line-height: 1;}

.ntitle{ margin-bottom: 35px;}
.ntitle h1{ font-size: 50px; color: #fff; font-weight: 400; line-height: 1; float: left;}
.ntitle ul{ float: right; padding-top: 10px;}
.ntitle ul li{ float: left; margin-left: 10px;}
.ntitle ul li a{ min-width: 130px; line-height: 40px; text-align: center; font-size: 16px; color: #000; background: #fff; display: block; padding: 0 10px; transition: all 0.56s ease;}
.ntitle ul li a:hover,.ntitle ul li.on a{  background: #ffb333; color: #fff;}
.ntitle.coverBanner{ margin-top:-85px; position: relative; z-index: 11;}

/* 首页简介 */
.iabout{ background: #fff; padding: 50px 0 70px;}
.iabout .boxCon{ width: 760px; float: left;}
.iabout .boxCon .title h2{ color: #1f4175;}
.iabout .boxCon .text{ line-height: 25px; margin-bottom: 55px;}
.iabout .boxCon a.more{ width: 178px; height: 45px; line-height: 40px; border: #cbcbcb solid 2px; color: #666; font-size: 18px; text-align: center; display: block; transition: all .4s;}
.iabout .boxCon a.more:hover{ background: #ffba00; color: #FFF; border: #ffba00 solid 2px;}
.iabout .num{ width: 500px; padding-top: 130px; float: right; overflow: hidden;}
.iabout .num ul{ margin: 0 -40px; }
.iabout .num ul li{ width: 33.33%; padding: 0 20px; border-left: 1px solid #d0d0d0; text-align: center; margin-left: -1px; float: left;}
.iabout .num ul li h3{overflow: hidden; display: inline-block;}
.iabout .num ul li h3 b{ font-family: 'bahnschrift'; font-size: 60px; color: #000; font-weight: 200; line-height: 1;}
.iabout .num ul li h3 span{ font-size: 14px; font-weight: normal; color: #000;}
.iabout .num ul li p{ font-size: 16px; color: #999;}

.kuaijie{ background: #f1f1f1; padding: 88px 0 66px;}
.kuaijie ul{ margin: 0 -20px;}
.kuaijie ul li{ width: 33.33%; padding: 0 20px; float: left;}
.kuaijie ul li a{ display: block;}
.kuaijie ul li dl{ box-shadow: 0 0 10px rgba(0, 0, 0, .3); position: relative; overflow: hidden; padding-bottom: 61.6252%;}
.kuaijie ul li dl img{position:absolute;top:0; bottom:0;left:0;right:0; width:100%; height: 100%; margin:auto;}
.kuaijie ul li h3{ color: #666; font-size: 20px; font-weight:bold; line-height: 1; margin-top: 20px;}

/* 首页产品 */
.ipro{ background: url(../images/proBg.jpg) no-repeat center; background-size: cover; padding: 65px 0 110px;}
.ipro .title h2{ color: #fff;}
.ipro .box{ position: relative;}
.ipro .box .arrow{ position: absolute; right: 0; top: -66px;}
.ipro .box .arrow .arrow-left,.ipro .box .arrow .arrow-right{ width:40px; height: 40px; border: #fff solid 1px; border-radius: 3px; margin-left: 8px; float: left;}
.ipro .box .arrow .arrow-left{ background: url(../images/arrow-left.png) no-repeat center;}
.ipro .box .arrow .arrow-right{ background: url(../images/arrow-right.png) no-repeat center;}
.ipro .box .swiper-container{ padding: 10px 0; margin: 0 -10px;}
.ipro .box .swiper-slide{ box-sizing: border-box; padding: 0 10px;}
.ipro .box .swiper-slide a{ position: relative; display: block; overflow: hidden; border-radius: 0px; }
.ipro .box .swiper-slide dl{ position: relative; padding-bottom: 76.47%; overflow: hidden;}
.ipro .box .swiper-slide dl img{position:absolute;top:0; bottom:0;left:0;right:0; width:100%; height: 100%; margin:auto;}
/* .ipro .box .swiper-slide h3{ color: #000; position: absolute; left: 28px; bottom: 28px; z-index: 11;}*/

.ipro .box .swiper-slide h3{ color: #fff;  left: 28px; bottom: 28px; z-index: 11; line-height:2.5}


/* 首页新闻 */
.inews{ background: #fff; padding: 50px 0 80px;}
.inews .title h2{ color: #000;}
.inews .box ul{ margin: 0 -19px;}
.inews .box ul li{ width: 33.33%; padding: 0 19px; float: left;}
.inews .box ul li a{ display: block;}
.inews .box ul li dl{position: relative; overflow: hidden; padding-bottom:63.063%;}
.inews .box ul li dl img{position:absolute;top:0; bottom:0;left:0;right:0; width:100%; height: 100%; margin:auto;}
.inews .box ul li dl .time{ width: 65px; height: 65px; background: #1f4175; color: #fff; text-align: center; font-size: 13px; padding: 12px 0; position: absolute; left:0; top: 0; z-index: 11;}
.inews .box ul li dl .time b{ font-size: 22px; font-weight: normal; line-height: 1; display: block;}
.inews .box ul li ol{ padding-top: 13px;}
.inews .box ul li ol h3{ font-size: 20px; color: #000; line-height: 1; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; margin-bottom: 15px;}
.inews .box ul li ol dt{ height: 40px; font-size: 15px; color: #8f8f8f; line-height: 20px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; margin-bottom: 15px;}
.inews .box ul li ol dd{ font-size: 15px; color: #013e92;}
.inews .box ul li a:hover ol h3{ color: #013e92;}

/* 走进圣龙 */
.about-introduction{ padding: 65px 0;}
.about-introduction .con{ width: 50%; float: left;}
.about-introduction .con .tit{ margin-bottom: 30px;}
.about-introduction .con .tit h2{ font-size: 40px; color: #1f4175; font-weight: normal; line-height: 1;}
.about-introduction .con .text{ color: #666; line-height: 25px; padding-bottom: 40px;}
.about-introduction .con a.more{ width: 178px; height: 45px; line-height: 40px; border: #cbcbcb solid 2px; color: #666; font-size: 18px; text-align: center; display: block; transition: all .4s;}
.about-introduction .con a.more:hover{ background: #ffba00; color: #FFF; border: #ffba00 solid 2px;}
.about-introduction .video{ width: 50%; float: left; overflow: hidden;}
.about-introduction .video dl{ float: right; cursor: pointer; overflow: hidden;}

.about-honor{ background: #f1f1f1; padding: 115px 0 80px;}
.about-honor .box{ position: relative;}
.about-honor .box .arrow-left,.about-honor .box .arrow-right{ width:51px; height: 51px; position:absolute; top: 50%; transform: translateY(-65%);}
.about-honor .box .arrow-left{ background: url(../images/honor-arrow-left.png) no-repeat center; left: -65px;}
.about-honor .box .arrow-right{ background: url(../images/honor-arrow-right.png) no-repeat center; right: -65px;}
.about-honor .box .swiper-container{ padding: 10px 0; margin: 0 -17px;}
.about-honor .box .swiper-slide{ box-sizing: border-box; padding: 0 17px;}
.about-honor .box .swiper-slide dl{ background: #fff; position: relative; padding-bottom:72.6993%; overflow: hidden;box-shadow: 0 0 10px rgba(0, 0, 0, .2);}
.about-honor .box .swiper-slide dl img{position:absolute;top:0; bottom:0;left:0;right:0;margin:auto;}
.about-honor .box .swiper-slide h3{ color: #666; font-size: 18px; text-align: center; font-weight: normal; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; margin-top: 10px;}

.about-culture{ background:#1f4175; padding: 95px 0;}
.about-culture .con{ width: 60%; float: left;}
.about-culture .con .tit{ margin-bottom: 30px;}
.about-culture .con .tit h2{ font-size: 40px; color: #fff; font-weight: normal; line-height: 1;}
.about-culture .con .text{ color: #fff; font-size: 18px; line-height: 28px; padding-bottom: 40px;}
.about-culture .con a.more{ width: 178px; height: 45px; line-height: 40px; border: #cbcbcb solid 2px; color: #fff; font-size: 18px; text-align: center; display: block; transition: all .4s;}
.about-culture .con a.more:hover{ background: #ffba00; color: #FFF; border: #ffba00 solid 2px;}
.about-culture .tubiao{ width: 340px; float: right;}
.about-culture .tubiao ul{overflow: hidden;}
.about-culture .tubiao ul li{ width: 150px; height: 150px; border: #fff solid 3px; text-align: center; margin: 0 0 20px 20px; padding-top: 25px; float: left;}
.about-culture .tubiao ul li i{ height: 66px; line-height: 66px; text-align: center; display: block;}
.about-culture .tubiao ul li h3{ color:#fff; font-weight: normal; font-size: 20px; margin-top: 8px;}
.about-culture .tubiao ul li:nth-child(1),.about-culture .tubiao ul li:nth-child(4){ border: #ffba00 solid 3px; background: #ffba00;}

.about-duty{ background: #fff; padding: 55px 0 100px;}
.about-duty .tit{ margin-bottom: 40px;}
.about-duty .tit h2{ font-size: 45px; color: #000; font-weight: normal; line-height: 1;}
.about-duty .box ul { margin: 0 -28px;}
.about-duty .box ul li{ width: 25%; padding: 0 28px; float: left;}
.about-duty .box ul li dl{position: relative; overflow: hidden; padding-bottom:52.90322%;}
.about-duty .box ul li dl img{position:absolute;top:0; bottom:0;left:0;right:0; width:100%; height: 100%; margin:auto;}
.about-duty .box ul li h3{ font-size:22px; font-weight: normal; line-height: 1; color: #333; margin: 15px 0;}
.about-duty .box ul li dt{ font-size: 15px;}

/* 面包屑 */
.bread{ text-align: right; line-height: 50px; padding-top: 8px;}

/* 公司简介 */
.introduction{ padding: 0 0 160px;}
.introduction .box{ background: #fff; padding: 70px;}
.introduction .box .tit{margin-bottom: 30px;}
.introduction .box .tit h2{ font-size: 30px; color: #000; font-weight: normal; line-height: 1; position: relative; padding-bottom: 14px;}
.introduction .box .tit h2::after{ content: ""; width: 60px; height: 3px; background: #07427d; position: absolute; left: 0; bottom: 0;}
.introduction .box .text{ line-height: 28px;}
.introduction .box .text img{ float: right; box-shadow:-22px 22px 0 #ebebeb; margin: 0 0 40px 90px;}

/* 社会责任 */
.shzr{ padding: 0 0 160px;}
.shzr .box{ background: #fff; padding: 70px;}
.shzr .box .tit{margin-bottom: 30px;}
.shzr .box .tit h2{ font-size: 30px; color: #000; font-weight: normal; line-height: 1; position: relative; padding-bottom: 14px;}
.shzr .box .tit h2::after{ content: ""; width: 60px; height: 3px; background: #07427d; position: absolute; left: 0; bottom: 0;}
.shzr .box .text{ line-height: 28px;}


/* 资质荣誉 */
.honor{ padding: 0 0 110px;}
.honor .box ul { margin: 0 -8px;}
.honor .box ul li{ width: 25%; padding: 0 8px; margin-bottom: 16px; float: left;}
.honor .box ul li a{ display: block; background: #fff; padding: 11px 11px 0;}
.honor .box ul li dl{ overflow: hidden;}
.honor .box ul li h3{ text-align: center; font-size: 16px; font-weight: normal; line-height: 48px;overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}

/* 联系我们 */
.contact{ padding: 0 0 100px;}
.contact .tit{ margin-bottom: 40px;}
.contact .tit h2{ text-align: center; line-height: 1.2; color: #1f4175; font-size: 30px; font-weight: normal;}
.contact .con{ margin-bottom: 35px;}
.contact .con ul{ margin: 0 -8px;}
.contact .con ul li{ width: 25%; padding: 0 8px; float: left;}
.contact .con ul li ol{ height: 220px; background: #fff; border-radius: 15px; padding-top: 35px; text-align: center;}
.contact .con ul li ol i{ width: 80px; height: 80px; line-height: 80px; margin: 0 auto;}
.contact .con ul li ol dt{ font-size: 18px; color: #1f4175; font-weight: normal; line-height: 1; margin:20px 0 5px;}
#map{ height: 600px; border: #fff solid 6px; border-radius: 8px;}

/* 产品能力 */
.products{ padding: 0 0 50px;}
.products ul{ margin: 0 -15px;}
.products ul li{ width: 33.33%; padding: 0 15px; margin-bottom: 15px; float: left;}
.products ul li a{display: block;}
.products ul li dl{position: relative; overflow: hidden; padding-bottom:66.6666%;}
.products ul li dl img{position:absolute;top:0; bottom:0;left:0;right:0; width:100%; height: 100%; margin:auto;}
.products ul li ol{ height: 55px; background: #1f4175; padding: 15px 30px;}
.products ul li ol h3{ background: url(../images/icon09.png) no-repeat right center; color: #fff; font-size: 18px; font-weight: normal; line-height: 1;overflow: hidden; text-overflow:ellipsis; white-space: nowrap; margin-bottom: 10px; padding-right: 40px;}
.products ul li ol dt{ color: #95bbf6; font-size: 16px; font-weight: normal; line-height: 1;overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}

.prolist{ padding: 0 0 50px;}
.prolist ul{ margin: 0 -20px;}
.prolist ul li{ width: 50%; padding: 0 20px; margin-bottom: 20px; float: left;}
.prolist ul li a{ background: #fff; display: block; overflow: hidden;}
.prolist ul li .pic{ width: 335px; margin-right: 40px; float: left;}
.prolist ul li dl{position: relative; overflow: hidden; padding-bottom:73.7313%;}
.prolist ul li dl img{position:absolute;top:0; bottom:0;left:0;right:0; width:100%; height: 100%; margin:auto;}
.prolist ul li ol{ padding: 20px 40px 0 375px;}
.prolist ul li ol h3{ color: #122a88; font-size: 20px; line-height: 1;overflow: hidden; text-overflow:ellipsis; white-space: nowrap; margin-bottom: 15px;}
.prolist ul li ol dt{ height: 80px; line-height: 25px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; margin-bottom: 25px; }
.prolist ul li ol i{ width: 29px; height: 8px; background: url(../images/icon10.png) no-repeat left bottom; display: block;}

.proview{ padding: 0 0 120px;}
.proview .box{ background: #fff; padding: 50px 70px 70px;}
.proview .box .tit{ margin-bottom: 30px;}
.proview .box .tit h2{ color: #1f4175; font-size: 20px; line-height: 1;}
.proview .box .text{ line-height: 30px;}
.proview .box .text ul{ list-style:disc inside;}
.proview .box .text li{ list-style:disc inside; display:list-item;}
.proview .box .otherPro{padding-top: 70px;}
.proview .box .otherPro ul{ margin: 0 -10px;}
.proview .box .otherPro ul li{ width: 33.33%; padding: 0 10px; float: left; border:0px solid #999999;}
.proview .box .otherPro ul li dl{ position: relative; overflow: hidden; padding-bottom:70.1456%;border:1px solid #e5ebf9;}
.proview .box .otherPro ul li dl img{position:absolute;top:0; bottom:0;left:0;right:0; width:100%; height: 100%; margin:auto;}
.proview .box .otherPro ul li h3{ text-align: center; font-size: 16px; font-weight: normal; margin-top: 15px;}

/* 客户服务 */
.service{ padding: 0 0 80px;}
.service .box{ background: #fff;}
.service .box dl{ width: 50%; float: left;}
.service .box ol{ width: 50%; color: #000; line-height: 27px; padding:50px 45px; float: left;}
.customer{ margin-top: 60px;}
.customer ul{ margin: 0 -8px;}
.customer ul li{ width: 25%; padding: 0 8px; margin-bottom: 10px; float: left;}
.customer ul li dl{ background: #fff; padding-bottom: 35.29411%; position: relative; cursor: pointer;}
.customer ul li dl img{position:absolute;top:0; bottom:0;left:0;right:0;margin:auto;}
.customer ul li dl:hover{ box-shadow: 0 0 10px rgba(0, 0, 0, .1);}
.customer ul li h3{ font-size: 16px; font-weight: normal; text-align: center; line-height: 30px;}

.company{ padding: 0 0 90px;}
.company .tit{ color: #122a88; font-size: 28px; font-weight: bold; margin-bottom: 50px;}

/* 新闻 */
.news{ padding-bottom:100px;}
.news ul li{ margin-bottom: 20px;}
.news ul li a{ background: #fff; display: block; overflow: hidden; position: relative; transition: background 0.3s ease;}
.news ul li .pic{ width: 420px; float: left;}
.news ul li .pic dl{position: relative; overflow: hidden; padding-bottom:63.063%;}
.news ul li .pic dl img{position:absolute;top:0; bottom:0;left:0;right:0; width:100%; height: 100%; margin:auto;}
.news ul li .tit{ padding-left: 460px; padding-right: 210px;}
.news ul li .tit h3{ font-size: 20px; font-weight: normal; color: #1f4175; line-height: 1;overflow: hidden; text-overflow:ellipsis; white-space: nowrap; padding-top: 40px; margin-bottom: 25px; transition: color 0.3s ease;}
.news ul li .tit dt{ height: 80px; font-size: 15px; line-height: 20px; color: #999; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:4; overflow: hidden; margin-bottom: 25px; transition: color 0.3s ease;}
.news ul li .tit dd{ width: 122px; height: 36px; line-height: 36px; font-size: 15px; text-align: center; background: #e9e9e9; color: #666; transition: color 0.3s ease;}
.news ul li .time{ width: 160px; height: 170px; text-align: center; border-left: 1px solid #e6e6e6; position: absolute; right: 0; top: 45px; transition: border 0.3s ease;}
.news ul li .time dd{ font-size: 48px; font-weight: normal; margin-top: 35px; transition: color 0.3s ease;}
.news ul li .time dl{ font-size: 17px; color: #999;transition: color 0.3s ease;}
.news ul li a:hover{ background: #1f4175; }
.news ul li a:hover .tit h3{ color: #fff; }
.news ul li a:hover .tit dt{ color: #7484b3; }
.news ul li a:hover .time{border-left: 1px solid #7484b3;}
.news ul li a:hover .time dd{ color: #fff; }
.news ul li a:hover .time dl{ color: #7484b3; }

.newsView{ padding-bottom: 120px;}
.newsView .box{ background: #fff;}
.newsView .box .tit{ padding: 50px 66px 0;}
.newsView .box .tit h2{ font-size: 30px; color: #000; font-weight: normal; line-height: 1.2; margin-bottom: 15px;}
.newsView .box .tit dl{ position: relative; padding-bottom: 30px;}
.newsView .box .tit dl::after{ content: ""; width: 62px; height: 3px; background: #1f4175; position: absolute; left: 0; bottom: 0;}
.newsView .box .text{ line-height: 28px;  padding: 44px 66px 100px; overflow: hidden;}
.newsView .page{ height: 106px; background: #ffb333; position: relative;}
.newsView .page .pageCon{ background: #ffb333; padding:22px 160px 10px 66px;}
.newsView .page .pageCon li a{ color: #fff; line-height: 1.8; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;display: block;}
.newsView .page .pageCon li a:hover{ font-weight: bold;}
.newsView .page a.back{ width: 126px; height: 106px; line-height: 106px; font-size: 18px; text-align: center; color: #fff; border-left: 1px solid #fcd798; position: absolute; right: 0; top: 0;}

/* 投资者关系 */
.gupiao{ padding-bottom: 140px;}
.gupiao .box{ background: #fff;}
.gupiao .box .con{ width: 537px; height: 540px; background:url(../images/gupiaoBg.jpg) no-repeat center; float: left; position: relative;}
.gupiao .box .con .daima{ text-align: center; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.gupiao .box .con .daima h3{ color: #fff; font-size: 33px; font-weight: normal; line-height: 1; margin-bottom: 20px;}
.gupiao .box .con .daima dl{ color: #fff; font-size: 25px; font-weight: normal; white-space: nowrap; background: #e00000; display: inline-block; padding: 10px 30px;}
.gupiao .box .zishitu{ width: 860px;height: 540px; padding:65px 150px; float: right;}
.gupiao .box .zishitu iframe{ width: 100%; height: 100%; border: none;}

.notice{ padding-bottom: 60px;}
.notice .box{ background: #fff; padding: 40px;}
.notice .box .tit{ border-bottom: #e00000 solid 2px;}
.notice .box .tit ul{ overflow: hidden;}
.notice .box .tit ul li{ font-size: 17px; color: #e00000; font-weight: bold; line-height: 1; white-space: nowrap; padding-bottom: 15px; float: left;}
.notice .box .list ul{ overflow: hidden; border-bottom: #dedede solid 1px;}
.notice .box .list ul li{ line-height: 54px; float: left;}
.notice .box .list ul li a{ color: #1f4175; font-weight: normal; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;  background: url(../images/pdf.png) no-repeat left center; display: block; padding-left: 50px;}
.notice .box .list ul li a:hover{color: #e00000;}

.notice .box .tit ul li:nth-child(1){ width: 870px;}
.notice .box .tit ul li:nth-child(2){ width: 320px;}
.notice .box .tit ul li:nth-child(3){ width: 100px; text-align: center; float: right;}
.notice .box .list ul li:nth-child(1){ width: 870px;}
.notice .box .list ul li:nth-child(2){ width: 320px;}
.notice .box .list ul li:nth-child(3){ width: 100px; text-align: center; float: right;}


.search-jg{ padding-bottom: 60px;}
.search-jg .box{ background: #fff; padding: 40px;}
.search-jg .box .tit{ border-bottom: #e00000 solid 2px;}
.search-jg .box .tit ul{ overflow: hidden;}
.search-jg .box .tit ul li{ font-size: 17px;  font-weight: bold; line-height: 1; white-space: nowrap; padding-bottom: 15px; float: left;}
.search-jg .box .tit ul li span{color: #e00000;}
.search-jg .box .list ul{ overflow: hidden; border-bottom: #dedede solid 1px;}
.search-jg .box .list ul li{ line-height: 54px; float: left;}
.search-jg .box .list ul li a{ color: #1f4175; font-weight: normal; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;  background: url(../images/pdf.png) no-repeat left center; display: block; padding-left: 50px;}
.search-jg .box .list ul li a:hover{color: #e00000;}

.search-jg .box .tit ul li:nth-child(1){ width: 870px;}
.search-jg .box .tit ul li:nth-child(2){ width: 320px;}
.search-jg .box .tit ul li:nth-child(3){ width: 100px; text-align: center; float: right;}
.search-jg .box .list ul li:nth-child(1){ width: 870px;}
.search-jg .box .list ul li:nth-child(2){ width: 320px;}
.search-jg .box .list ul li:nth-child(3){ width: 100px; text-align: center; float: right;}

/* footer */
.footer{ background: #f5f5f5;}
.footer .fmain{ padding: 130px 0;}
.footer .fmain .wrap{ position: relative;}
.footer .gotop{ width: 60px; height: 60px; background: #ffba00 url(../images/gotop.png) no-repeat center; position: absolute; right: 0; top:-160px; cursor: pointer;}
.footer .fmain .fcontact{ float: left; width: 500px;}
.footer .fmain .fcontact dl{ float: left; width: 166px; margin-right: 20px;}
.footer .fmain .fcontact ol{ line-height: 1.25;}
.footer .fmain .fcontact ol .tit{ font-size: 20px; color: #000; font-weight:bold; line-height: 1; margin-bottom: 10px;}
.footer .fmain .fnav{ float: right;}
.footer .fmain .fnav ul li{ float: left; width: 155px;}
.footer .fmain .fnav ul li dl{ margin-bottom: 10px;}
.footer .fmain .fnav ul li dl a{font-size: 20px; color: #000; font-weight:bold; line-height: 1;}
.footer .fmain .fnav ul li ol a{ display: block; margin-bottom: 6px;}
.footer .copyright{ background: #365380; line-height: 60px; color: #fff;}
.footer .copyright a{ color:#fff;}
.footer .copyright a:hover{ color: #7297ce;}
.footer .copyright dl{ float: left;}
.footer .copyright ol{ float: right;}
.footer .copyright ol a{ margin: 0 10px;}

/* 弹出框 */
.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, .8);}
.tccBox .BoxCon{position: absolute;left:50%;top:50%;box-sizing:border-box;width: 696px;padding: 20px;transform: translate(-50%,-50%);background-color: #fff; color: #999;}
.tccBox .BoxCon .off{ width: 29px; height: 29px; background:url(../images/off.png) no-repeat center; position: absolute; top: 18px; right: 18px; cursor: pointer;}
.tccBox .BoxCon .tccTit{ font-size: 20px; text-align: center; color: #000; font-weight: bold; text-transform: uppercase; margin-bottom: 10px;}
.tccBox .BoxCon ul video{ background: #000; width: 100%; height: 370px; }


/*搜索框*/
.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;}


/*===/分页=============================*/
.fenye{ padding: 30px 0 0;font-size:18px; font-weight: normal; text-align: center;}
.fenye span,.fenye a{transition: all 0.56s ease; }
.off{  width: 46px; height: 46px; line-height: 46px; background:#fff; color:#000; text-align: center; display: inline-block; margin-right: 10px; margin-left: 10px;}
a.off:hover{ background:#1f4175; 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:#fff;  display: inline-block;}
.fenye a:hover{color:#fff;background:#1f4175; }
.fenye a.fenyeon{ background:#1f4175; color:#FFF;}


/*===/分页=============================*/
.blank-middle{height:30px;line-height:30px;clear:both;font-size:0}
.text-center {text-align:center}
.pagination {list-style:none;margin:0;padding:0;display:inline-block;vertical-align:bottom}
.pagination li {display:inline-block!important;border:solid 1px #EBEBEB;border-radius:4px}
.pagination a {color:#333;padding:8px 12px;line-height:18px;display:block;transition:all 1s cubic-bezier(0.175,0.885,0.32,1) 0s}
.pagination .disabled a:link,.pagination .disabled a:visited,.pagination .disabled a:hover {cursor:not-allowed;pointer-events:none;color:#EBEBEB}
.pagination .active {pointer-events:none}
.pagination .active,.pagination a:hover {transition:all .3s cubic-bezier(0.175,0.885,0.32,1) 0s}
.blank-large{height:80px;line-height:80px;clear:both;font-size:0}
.pagination li.active a,.pagination li a:hover{background: #365380; color: #fff; border: 1px solid #ff9600;}



@media only screen and (min-width: 1680px) and (max-width: 1920px){

}

@media only screen and (min-width: 1440px) and (max-width: 1679px){
    .header .logo{ width: 330px; height: 380px; padding-top: 30px; padding-left: 60px;}
}

@media only screen and (min-width: 1280px) and (max-width: 1439px){
    .wrap{ width: 1200px;}

    .header .logo{ width: 290px; height: 340px; padding-top: 20px;padding-left: 60px; padding-right: 100px;}

    .title h2{ font-size: 40px;}
    .ntitle h1{ font-size: 40px;}

    .iabout .boxCon{ width: 650px;}
    .iabout .boxCon .text{margin-bottom: 30px;}
    .iabout .boxCon a.more{ width: 140px; height: 40px; line-height: 36px; font-size: 15px;}

    .about-introduction .con .tit h2{ font-size: 30px;}
    .about-introduction .con a.more{width: 140px; height: 40px; line-height: 36px; font-size: 15px;}

    .about-honor .box{ padding: 0 25px;}
    .about-honor .box .arrow-left{ left: -40px;}
    .about-honor .box .arrow-right{ right: -40px;}
    .about-honor .box .swiper-slide h3{ font-size: 16px;}

    .about-culture .con .tit h2{ font-size: 30px;}
    .about-culture .con a.more{width: 140px; height: 40px; line-height: 36px; font-size: 15px;}
    .about-culture .tubiao ul li h3{ font-size: 18px;}

    .about-duty .tit h2{font-size: 30px;}
    .about-duty .box ul li h3{ font-size: 18px;}

    .prolist ul li ol dt{font-size: 15px;}

    .gupiao .box .con{ width: 400px;}
    .gupiao .box .zishitu{ width: 790px; padding: 65px 120px;}

    .notice .box .tit ul li:nth-child(1){ width: 780px;}
    .notice .box .tit ul li:nth-child(2){ width: 240px;}
    .notice .box .list ul li:nth-child(1){ width: 780px;}
    .notice .box .list ul li:nth-child(2){ width: 240px;}

    .footer .fmain{ padding: 80px 0;}
    .footer .fmain .fcontact{ width: 460px;}
    .footer .fmain .fcontact ol .tit{ font-size: 18px;}
    .footer .fmain .fcontact ol{ font-size: 14px;}
    .footer .fmain .fnav ul li{ width: 130px;}
    .footer .fmain .fnav ul li dl a{ font-size: 18px;}
    .footer .fmain .fnav ul li ol a{ font-size: 14px;}
    .footer .gotop{top: -110px;}

    .footer .copyright{ font-size: 14px;}

}

@media only screen and (min-width: 1000px) and (max-width: 1279px){
    .wrap{ width: 950px;}

	.header .logo{ width: 230px; height: 310px; padding-top: 25px;padding-left: 50px; padding-right: 90px;}
    .header .headRight{ padding-right: 20px;}
    .header .nav{ padding-right: 40px;}
    .header .nav::after{ right: 30px;}
    .header .nav ul li{ margin-right: 30px;}
    .header .nav ul li a{ font-size: 16px;}
    .header .lang{ margin-right: 30px;}

    .title h2{ font-size: 32px;}
    .ntitle h1{ font-size: 32px;}

    .iabout .boxCon{ width:570px;}
    .iabout .boxCon .text{ font-size: 15px; margin-bottom: 30px;}
    .iabout .boxCon a.more{ width: 140px; height: 40px; line-height: 36px; font-size: 15px;}

    .iabout .num{ width: 350px;}
    .iabout .num ul li{ padding: 0 20px;}
    .iabout .num ul li h3 b{ font-size:46PX;}

    .kuaijie ul li h3{ font-size: 18px;}

    .ipro{ padding: 60px 0 70px;}
    .ipro .box .swiper-slide h3{ font-size: 17px;}

    .inews .box ul li ol h3{ font-size: 17px;}

    .about-introduction .con{ padding-right: 15px;}
    .about-introduction .con .tit{ margin-bottom: 20px;}
    .about-introduction .con .tit h2{ font-size: 30px;}
    .about-introduction .con .text{ font-size: 15px; padding-bottom: 30px;}
    .about-introduction .con a.more{width: 140px; height: 40px; line-height: 36px; font-size: 15px;}

    .about-honor .box{ padding: 0 50px;}
    .about-honor .box .arrow-left{ left: -20px; z-index:11;}
    .about-honor .box .arrow-right{ right: -20px; z-index:11;}
    .about-honor .box .swiper-slide h3{ font-size: 16px;}

    .about-culture{padding: 60px 0;}
    .about-culture .con .tit h2{ font-size: 30px;}
    .about-culture .con .text{ font-size: 16px;}
    .about-culture .con a.more{width: 140px; height: 40px; line-height: 36px; font-size: 15px;}
    .about-culture .tubiao ul li{ width: 130px; height: 130px;}
    .about-culture .tubiao ul li i{ height: 40px; line-height: 36px;}
    .about-culture .tubiao ul li h3{ font-size: 16px;}

    .about-duty .tit h2{font-size: 30px;}
    .about-duty .box ul{ margin: 0 -15px;}
    .about-duty .box ul li{ padding: 0 15px;}
    .about-duty .box ul li h3{ font-size: 17px;}
    .about-duty .box ul li dt{ font-size: 14px;}

    .honor{ padding: 0 0 80px;}
    .honor .box ul li h3{ font-size: 15px;}

    .contact .tit h2{ font-size: 26px;}
    .contact .con ul li ol{ height: 195px;}
    .contact .con ul li ol i{ width: 50px; height: 50px; line-height: 50px; display: block;}
    .contact .con ul li ol dt{ font-size: 16px;}
    .contact .con ul li ol dd{ font-size: 15px; padding: 0 10px;}

    .products ul li ol{ height: 50px;}
    .products ul li ol h3{ font-size: 16px;}
    .products ul li ol dt{ font-size: 14px;}

    .prolist ul li .pic{  width: 235px; margin-right: 0;}
    .prolist ul li ol{padding: 20px 20px 0 255px;}
    .prolist ul li ol h3{ font-size: 17px;}
    .prolist ul li ol dt{ height: 66px; font-size: 15px; line-height: 22px; -webkit-line-clamp:3;}
    
    .proview{ padding: 0 0 100px;}
    .proview .box{ padding: 50px 40px;}

    .service .box ol{ font-size: 14px; line-height: 20px; padding: 25px 20px;}
    .customer{ margin-top: 30px;}
    .customer ul li dl img{ padding: 15px;}
    .customer ul li h3{ font-size: 15px;}

    .news ul li .pic{ width: 340px;}
    .news ul li .tit{ padding-left:365px}
    .news ul li .tit h3{ padding-top: 30px;}
    .news ul li .tit dt{ height: 60px; -webkit-line-clamp: 3; margin-bottom: 15px;}
    .news ul li .time{height: 135px; top: 40px;}
    .news ul li .time dd{ font-size: 40px; margin-top: 20px;}

    .newsView{ padding-bottom: 90px;}
    .newsView .box .tit{padding: 50px 50px 0;}
    .newsView .box .tit h2{ font-size: 28px;}
    .newsView .box .text{ font-size: 15px; padding: 44px 50px 80px;}
    .newsView .page .pageCon{padding: 22px 160px 10px 50px;}

    .gupiao{ padding-bottom: 100px;}
    .gupiao .box .con{ width: 359px;}
    .gupiao .box .con .daima dl{ font-size: 19px;}
    .gupiao .box .zishitu{ width: 590px; padding: 65px 22px;}

    .notice .box .list ul li{ font-size: 15px;}
    .notice .box .list ul li a{ font-size: 15px; padding-left: 40px; padding-right: 20px;}
    .notice .box .tit ul li:nth-child(1){ width: 550px;}
    .notice .box .tit ul li:nth-child(2){ width: 210px;}
    .notice .box .list ul li:nth-child(1){ width: 550px;}
    .notice .box .list ul li:nth-child(2){ width: 210px;}

    .footer .fmain{ padding: 80px 0;}
    .footer .fmain .fcontact{ width: 420px;}
    .footer .fmain .fcontact dl{ width: 140px;}
    .footer .fmain .fcontact ol .tit{ font-size: 16px;}
    .footer .fmain .fcontact ol{ font-size: 13px;}
    .footer .fmain .fnav ul li{ width: 100px;}
    .footer .fmain .fnav ul li dl a{ font-size: 16px;}
    .footer .fmain .fnav ul li ol a{ font-size: 13px;}
    .footer .gotop{top: -110px;}

    .footer .copyright{ font-size: 14px;}
}

@media screen and (max-width:999px){
body{ padding-top: 60px;}
.wrap{ width: 100%; padding: 0 15px;}

.header{ width: 100%; height:60px; background: #fff;   box-shadow: 0 0 5px rgba(0,0,0,.1);  position: fixed; top: 0; left: 0; z-index: 99999; }
.header .logo{ width: auto; height: 50px;  padding-top:7px; padding-right: 0; padding-left: 15px; background:none; }
.header .logo img{ float: left;}
.header .logo p{ float: left; font-size: 14px; text-align: left; padding-top: 3px; padding-left: 10px;}
.header .logo a{ color: #000; line-height: 1.3;}
.header .headRight{ width: 100%; height: calc(100vh - 60px); background: #fff; border-top: 1px solid #eee; float: none;  padding-top: 0; padding-right: 0; position: fixed; top: 60px; left: 0; display: none;}
.header .nav{ float: none; padding-right: 0; position: relative; margin-bottom: 20px;}
.header .nav::after{ display: none;}
.header .nav ul li{ float: none; margin-right: 0; line-height: 50px; padding-bottom: 0; position: relative; border-bottom: #eee solid 1px;}
.header .nav ul li.focus a{ color: #ffba00;}
.header .nav ul li.focus:after{ content: ""; width: 100%; height: 2px; background: #ffba00; position:absolute; left: 0; bottom: 0; }
.header .nav ul li a{ color: #333;  font-size: 16px; padding: 0 15px;}
.header .nav ul li a:hover{ color: #ffba00;}
.header .lang{ float: left;  color: #333; font-size: 16px; line-height: 18px; margin-right: 0; margin-left: 10px; text-align: center;}
.header .lang a{margin-left:7px;}
.header .searchBtn{ float: left; margin-left: 10px; background:url(../images/search-btn.png) no-repeat center; background-size: 20px auto;}

.header .menu-toggle{ width:60px; height:60px; position:absolute; right:0; top:0; z-index:99999; display:block;}
.header .menu-toggle span{ width:35px; height:2px; background:#333;display:block; position:relative; opacity:1;transition:all 300ms; margin:30px 0 0 12px;}
.header .menu-toggle span:before{ content:"";width:35px; height:2px; background:#333;display:block; position:absolute; left:0; top:-10px;transition:all 300ms;}
.header .menu-toggle span:after{ content:"";width:35px; height:2px; background:#333;display:block;position:absolute; left:0; top:10px;transition:all 300ms;}
.header .menu-toggle.cur span{background-color:transparent;}
.header .menu-toggle.cur span:before{transform:rotate(45deg); top:0px;}
.header .menu-toggle.cur span:after{transform:rotate(-45deg); top:0px;}

/*首页bannner*/
.banner { position: relative; width: 100%;}
.banner .swiper-container{ width:100%; overflow:hidden;}
.banner .swiper-container .swiper-slide img{width:100%;}
.banner .pagination {  position: absolute;z-index: 20; right: 20px; top:50%; transform: translateY(-50%);}
.banner .swiper-pagination-switch {display: block; width:12px; height: 12px; background:#fff; margin:6px 0; border-radius: 20px;  cursor: pointer; position: relative;}
.banner .swiper-active-switch { width:12px; height: 12px; background: #ffba00; opacity: 1;}
.banner .swiper-active-switch::after { display: none;}

.neiBanner{ position: relative;}
.neiBanner img{ width: 100%; }

.title{ margin-bottom: 15px;}
.title h2{ font-size: 22px;}

.ntitle{ margin-bottom: 0;}
.ntitle h1{ font-size:24px; color: #fff; font-weight: 400; line-height: 1; float: none; margin-bottom: 25px;}
.ntitle ul{ float: none; padding: 10px 0;  display: flex; overflow-x: auto; overflow-y: hidden;}
.ntitle ul::-webkit-scrollbar { display: none; }
.ntitle ul li{ float: none; margin: 0 2px 8px;}
.ntitle ul li a{ min-width: 80px; line-height: 32px; font-size: 14px; color: #000; background: #eee; display: block; padding: 0 5px; white-space: nowrap;}
.ntitle ul li a:hover,.ntitle ul li.on a{  background: #ffb333; color: #fff;}
.ntitle.coverBanner{ margin-top:-44px; position: relative; z-index: 11;}

/* 首页简介 */
.iabout{ background: #fff; padding: 40px 0 50px;}
.iabout .boxCon{ width: 100%; float: none;}
.iabout .boxCon .title h2{ color: #1f4175;text-align: center;}
.iabout .boxCon .text{ font-size: 15px; line-height: 25px; margin-bottom: 30px;}
.iabout .boxCon a.more{ width: 120px; height: 36px; line-height: 32px; border: #cbcbcb solid 1px; font-size: 15px; margin: 0 auto;}
.iabout .boxCon a.more:hover{border: #ffba00 solid 1px;}
.iabout .num{ width: 100%; padding-top: 50px; float: none; overflow: hidden;}
.iabout .num ul{ margin: 0 -10px; }
.iabout .num ul li{ width: 33.33%; padding: 0 10px; border-left: 1px solid #d0d0d0; text-align: center; margin-left: -1px; float: left;}
.iabout .num ul li h3{overflow: hidden; display: inline-block;}
.iabout .num ul li h3 b{ font-size: 44px;}
.iabout .num ul li h3 span{ font-size: 14px; }
.iabout .num ul li p{ font-size: 15px; color: #999;}

.kuaijie{ padding: 50px 0 40px; overflow: hidden;}
.kuaijie .wrap{overflow-x: auto; overflow-y: hidden;}
.kuaijie .wrap::-webkit-scrollbar { display: none; }
.kuaijie ul{ margin: 0 -5px; width: 200%;  display: flex;}
.kuaijie ul li{ width: 33.33%; padding: 0 5px; float: none;}
.kuaijie ul li h3{ font-size: 15px; margin-top: 8px; text-align: center;}

/* 首页产品 */
.ipro{ padding: 40px 0 50px;}
.ipro .box .arrow{ position: absolute; right: 0; top: -50px;}
.ipro .box .arrow .arrow-left,.ipro .box .arrow .arrow-right{ width:30px; height: 30px; margin-left: 5px;}
.ipro .box .swiper-container{ padding: 10px 0; margin: 0 -5px;}
.ipro .box .swiper-slide{ box-sizing: border-box; padding: 0 5px;}
.ipro .box .swiper-slide h3{font-size: 16px; left: 15px; bottom:15px;}

/* 首页新闻 */
.inews{ background: #fff; padding: 30px 0 50px;}
.inews .title h2{ color: #000;}
.inews .box ul{ margin: 0 ;}
.inews .box ul li{ width: 100%; padding: 0; margin-bottom: 20px; float: none;}
.inews .box ul li dl .time{ width: 65px; height: 65px; background: #1f4175; color: #fff; text-align: center; font-size: 13px; padding: 12px 0; position: absolute; left:0; top: 0; z-index: 11;}
.inews .box ul li dl .time b{ font-size: 22px; font-weight: normal; line-height: 1; display: block;}
.inews .box ul li ol{ padding-top: 13px;}
.inews .box ul li ol h3{ font-size: 17px;margin-bottom: 10px;}
.inews .box ul li ol dt{ height: 36px; font-size: 14px; line-height: 18px; margin-bottom: 5px;}
.inews .box ul li ol dd{ font-size: 13px;}

/* 走进圣龙 */
.about-introduction{ padding: 30px 0 40px;}
.about-introduction .con{ width: 100%; float: none;}
.about-introduction .con .tit{ margin-bottom: 20px;}
.about-introduction .con .tit h2{ font-size: 23px; text-align: center;}
.about-introduction .con .text{ font-size: 15px; line-height: 25px; padding-bottom: 30px;}
.about-introduction .con a.more{ width: 120px; height: 36px; line-height: 32px; border: #cbcbcb solid 1px; font-size: 14px; margin: 0 auto 30px;}
.about-introduction .con a.more:hover{ background: #ffba00; color: #FFF; border: #ffba00 solid 1px;}
.about-introduction .video{ width: 100%; float: none; overflow: hidden;}
.about-introduction .video dl{ float: right; cursor: pointer; overflow: hidden;}

.about-honor{ background: #f1f1f1; padding: 40px 0 30px;}
.about-honor .box{ position: relative;}
.about-honor .box .arrow-left,.about-honor .box .arrow-right{ display: none;}
.about-honor .box .swiper-container{ padding: 10px 0; margin: 0 -5px;}
.about-honor .box .swiper-slide{ box-sizing: border-box; padding: 0 5px;}
.about-honor .box .swiper-slide dl{ box-shadow: 0 0 5px rgba(0, 0, 0, .2);}
.about-honor .box .swiper-slide h3{ font-size: 14px;margin-top: 8px;}

.about-culture{ padding:40px 0;}
.about-culture .con{ width:100%; float: none;}
.about-culture .con .tit{ margin-bottom: 20px;}
.about-culture .con .tit h2{ font-size: 25px; text-align: center;}
.about-culture .con .text{  font-size: 15px; line-height: 25px; padding-bottom: 30px;}
.about-culture .con a.more{ width: 120px; height: 36px; line-height: 32px; border: #cbcbcb solid 1px; font-size: 14px; margin: 0 auto 30px;}
.about-culture .con a.more:hover{ border: #ffba00 solid 1px;}
.about-culture .tubiao{ width: 100%; float: none;}
.about-culture .tubiao ul{overflow: hidden; display:flex;}
.about-culture .tubiao ul li{ width: 100px; height: 100px; border: #fff solid 2px; text-align: center; margin: 0 0 5px 5px; padding-top: 15px; float: none;}
.about-culture .tubiao ul li i{ height: 30px; line-height:30px; text-align: center; display: block;}
.about-culture .tubiao ul li h3{font-size: 14px; margin-top: 8px;}
.about-culture .tubiao ul li:nth-child(1),.about-culture .tubiao ul li:nth-child(4){ border: #ffba00 solid 3px; background: #ffba00;}

.about-duty{ background: #fff; padding: 40px 0 50px;}
.about-duty .tit{ margin-bottom: 20px;}
.about-duty .tit h2{ font-size: 25px; text-align: center;}
.about-duty .box ul { margin: 0 -5px;}
.about-duty .box ul li{ width: 50%; padding: 0 5px; margin-bottom: 15px; float: left;}
.about-duty .box ul li h3{ font-size:16px; margin: 10px 0;}
.about-duty .box ul li dt{ font-size:13px;}

/* 面包屑 */
.bread{ font-size: 13px; text-align: left; line-height: 36px; padding-top: 5px;}

/* 公司简介 */
.introduction{ padding: 0 0 60px;}
.introduction .box{ background: #fff; padding:30px 15px;}
.introduction .box .tit{margin-bottom: 20px;}
.introduction .box .tit h2{ font-size: 22px; padding-bottom: 14px;}
.introduction .box .tit h2::after{ content: ""; width: 50px; height: 2px; background: #07427d; position: absolute; left: 0; bottom: 0;}
.introduction .box .text{ font-size: 15px; line-height: 1.6;}
.introduction .box .text img{ float: right; box-shadow:10px 10px 0 #ebebeb; margin: 0 0 20px 30px;}

/* 资质荣誉 */
.honor{ padding: 0 0 60px;}
.honor .box ul { margin: 0 -5px;}
.honor .box ul li{ width: 50%; padding: 0 5px; margin-bottom: 10px; float: left;}
.honor .box ul li a{ display: block; background: #fff; padding: 5px 5px 0;}
.honor .box ul li h3{ font-size: 14px; line-height: 40px;}

/* 联系我们 */
.contact{ padding: 0 0 60px;}
.contact .tit{ margin-bottom: 20px; padding-top: 15px;}
.contact .tit h2{ text-align: center; line-height: 1.2; color: #1f4175; font-size: 20px; font-weight: normal;}
.contact .con{ margin-bottom: 10px;}
.contact .con ul{ margin: 0 -5px;}
.contact .con ul li{ width: 50%; padding: 0 5px; margin-bottom: 10px; float: left;}
.contact .con ul li ol{ height: 180px; border-radius: 10px; padding: 30px 15px 0; font-size: 14px;}
.contact .con ul li ol i{ width: 36px; height: 36px; line-height: 36px; margin: 0 auto; display: block; }
.contact .con ul li ol dt{ font-size: 16px; line-height: 1; margin:20px 0 10px;}
#map{ height: 260px; border: #fff solid 6px; border-radius: 8px;}

/* 产品能力 */
.products{ padding: 0 0 50px;}
.products ul{ margin: 0 -5px;}
.products ul li{ width: 50%; padding: 0 5px; margin-bottom: 15px; float: left;}
.products ul li ol{ height: 50px; background: #1f4175; padding: 15px 10px;}
.products ul li ol h3{ background: url(../images/icon09.png) no-repeat right center; background-size: 15px auto; font-size: 16px; margin-bottom: 8px; padding-right: 25px;}
.products ul li ol dt{ font-size: 14px;}

.prolist{ padding: 0 0 50px;}
.prolist ul{ margin: 0 ;}
.prolist ul li{ width: 100%; padding: 0; margin-bottom:10px; float: left;}
.prolist ul li a{ background: #fff; display: block; overflow: hidden; box-shadow: 0 0 8px rgba(0, 0, 0, .1);}
.prolist ul li .pic{ width: 170px; margin-right: 0; float: left;}
.prolist ul li ol{ padding: 20px 40px 0 190px;}
.prolist ul li ol h3{ font-size: 16px; margin-bottom: 5px;}
.prolist ul li ol dt{ height: 40px; line-height: 20px; font-size: 13px; -webkit-line-clamp: 2; margin-bottom: 10px; }
.prolist ul li ol i{ width: 29px; height: 8px; background: url(../images/icon10.png) no-repeat left bottom; background-size: 18px auto;}

.proview{ padding: 0 0 60px;}
.proview .box{ background: #fff; padding: 30px 15px 30px;}
.proview .box .tit{ margin-bottom: 20px;}
.proview .box .tit h2{ font-size: 20px; line-height: 1; text-align: center;}
.proview .box .text{ font-size: 15px; line-height:1.6;}
.proview .box .text ul{ list-style:disc inside;}
.proview .box .text li{ list-style:disc inside; display:list-item;}
.proview .box .otherPro{padding-top: 30px;}
.proview .box .otherPro ul{ margin: 0 -3px;}
.proview .box .otherPro ul li{ width: 33.33%; padding: 0 3px; float: left;}
.proview .box .otherPro ul li h3{ font-size: 15px; margin-top: 10px;}

/* 客户服务 */
.service{ padding: 0 0 50px;}
.service .box{ background: #fff;}
.service .box dl{ width: 100%; float: none;}
.service .box ol{ width: 100%; color: #000; font-size: 15px; line-height: 1.6; padding:20px 20px; float: none;}
.customer{ margin-top: 30px;}
.customer ul{ margin: 0 -5px;}
.customer ul li{ width: 50%; padding: 0 5px; margin-bottom: 10px; float: left;}
.customer ul li dl img{ padding: 10px;}
.customer ul li dl:hover{ box-shadow: 0 0 10px rgba(0, 0, 0, .1);}
.customer ul li h3{ font-size: 14px;line-height: 25px;}

.company{ padding: 0 0 60px;}
.company .tit{ font-size:18px; text-align: center; margin-bottom: 30px; padding-top: 30px;}

/* 新闻 */
.news{ padding-bottom:60px;}
.news ul li{ margin-bottom: 15px;}
.news ul li a{ background: #fff; display: block; overflow: hidden; position: relative; transition: background 0.3s ease;}
.news ul li .pic{ width: 100%; float: none;}
.news ul li .pic dl{position: relative; overflow: hidden; padding-bottom:63.063%;}
.news ul li .pic dl img{position:absolute;top:0; bottom:0;left:0;right:0; width:100%; height: 100%; margin:auto;}
.news ul li .tit{ padding-left: 15px; padding-right: 120px; padding-bottom: 15px;}
.news ul li .tit h3{ font-size: 16px; padding-top: 20px; margin-bottom: 10px;}
.news ul li .tit dt{ height: 36px; font-size: 13px; line-height: 18px; -webkit-line-clamp:2;  margin-bottom: 10px;}
.news ul li .tit dd{ width: 80px; height: 34px; line-height: 34px; font-size: 13px;}
.news ul li .time{ width: 100px; height: 100px; border-left: 1px solid #f2f2f2; position: absolute; right: 0; top:inherit; bottom: 20px;}
.news ul li .time dd{ font-size: 28px; color: #888; margin-top: 15px; transition: color 0.3s ease;}
.news ul li .time dl{ font-size: 15px;}

.newsView{ padding-bottom: 60px;}
.newsView .box{ background: #fff;}
.newsView .box .tit{ padding: 30px 15px 0;}
.newsView .box .tit h2{ font-size: 20px; margin-bottom: 15px;}
.newsView .box .tit dl{ font-size: 13px; position: relative; padding-bottom: 10px;}
.newsView .box .tit dl::after{ content: ""; width: 50px; height:2px; }
.newsView .box .text{ font-size: 15px; line-height: 1.6;  padding: 30px 15px 50px; overflow: hidden;}
.newsView .box .text img{ margin: 0 0 10px !important;}
.newsView .page{ height: 90px; background: #ffb333; position: relative;}
.newsView .page .pageCon{ background: #ffb333; padding:15px 100px 10px 15px;}
.newsView .page .pageCon li a{ color: #fff; line-height: 1.8; font-size: 15px;}
.newsView .page a.back{ width: 80px; height: 90px; line-height: 90px; font-size: 16px;}

/* 投资者关系 */
.gupiao{ padding-bottom: 60px;}
.gupiao .box{ background: #fff;}
.gupiao .box .con{ width: 100%; height:140px; background:url(../images/gupiaoBg.jpg) no-repeat center; float: none; position: relative;}
.gupiao .box .con .daima h3{ font-size: 22px; margin-bottom: 10px;}
.gupiao .box .con .daima dl{font-size: 16px; padding: 8px 30px;}
.gupiao .box .zishitu{ width: 100%;height: 450px; padding:20px 10px; float: none;}
.gupiao .box .zishitu iframe{ width: 100%; height: 100%; border: none;}

.notice{ padding-bottom: 60px;}
.notice .box{ background: #fff; padding: 20px;}
.notice .box .tit{ border-bottom: #e00000 solid 2px;}
.notice .box .tit ul{ overflow: hidden;}
.notice .box .tit ul li{ font-size: 17px; color: #e00000; font-weight: bold; line-height: 1; white-space: nowrap; padding-bottom: 15px; float: left;}
.notice .box .list ul{ overflow: hidden; border-bottom: #eee solid 1px;  padding: 10px 0;}
.notice .box .list ul li{ line-height: 30px; float: left;}
.notice .box .list ul li a{ font-size: 15px; background: url(../images/pdf.png) no-repeat left center; background-size: 15px auto; display: block; padding-left: 20px;}
.notice .box .list ul li a:hover{color: #e00000;}

.notice .box .tit ul li:nth-child(1){ width: 100%;}
.notice .box .tit ul li:nth-child(2){ display: none;}
.notice .box .tit ul li:nth-child(3){ display: none;}
.notice .box .list ul li:nth-child(1){ width: 100%;}
.notice .box .list ul li:nth-child(2){ width: auto; line-height: 20px; font-size: 14px; margin-right: 15px;}
.notice .box .list ul li:nth-child(3){ width: auto; float: left; line-height: 20px; font-size: 14px;}

/* footer */
.footer{ background: #f5f5f5;}
.footer .fmain{ padding: 35px 0;}
.footer .fmain .wrap{ position: relative;}
.footer .gotop{ width: 40px; height: 40px; background: #ffba00 url(../images/gotop.png) no-repeat center; background-size: 15px auto; top:-55px; right: 10px;}
.footer .fmain .fcontact{ float:none; width: 100%;}
.footer .fmain .fcontact dl{ float: left; width: 130px; margin-right:10px;}
.footer .fmain .fcontact ol{ line-height: 1.4; font-size: 13px;}
.footer .fmain .fcontact ol .tit{ font-size: 15px; margin-bottom: 5px;}
.footer .fmain .fnav{ display: none;}
.footer .copyright{ line-height: 22px; font-size: 12px; text-align: center; padding: 10px 0;}
.footer .copyright dl{ float: none;}
.footer .copyright ol{ float: none;}
.footer .copyright ol a{ margin: 0 10px;}


/*===/分页=============================*/
.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; }
.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;}

.tccBox .BoxCon{ width: 95%;}

.search-dialog{ width: 95%;}



}