@charset "utf-8";


/* Banner */
.banner { position:relative; width:1760px; margin:0 auto; overflow:hidden; z-index:3; }
.banner img{ width:100%}
.banner img.img1{ display:block}
.banner img.img2{ display:none}
@media all and (max-width:1760px){
	.banner{ width:100%}
}
@media all and (max-width:1200px){
	.banner img.img2{ display:block}
	.banner img.img1{ display:none}
}

/* 主体 */
.container { position:relative; z-index:8; }
.wrap { position:relative; width:1380px; min-height:460px; _height:460px; margin:0 auto; }

.sidebar{}
.wrap .main { display:block; *zoom:1; }
.wrapBt { height:0; background:none; overflow:hidden; clear:both; }
@media all and (max-width:1760px){
	.wrap { width:1200px}
}
@media all and (max-width:1200px){
	.wrap { width:92%}
	.container{ padding:0}
	.wrap .main{}
}


/* 左侧栏目标题 */
.leftTitle { position:relative; margin-bottom:18px; padding:18px 0; color:#333; }
.leftTitle i,.leftTitle s { display:block; text-align:center; }
.leftTitle i { font-size:38px; line-height:58px; font-weight:normal; }
.leftTitle s { color:#888; font:12px/18px arial; text-decoration:none; text-transform:uppercase; }



/*内容模式*/
.article {line-height:2.1; font-size:16px; word-wrap:break-word; text-align:justify; color:#333; padding:40px 0}
.article .hd { padding:0 0 20px; text-align:center; }
.article .hd h1 { color:#333; font-size:20px; }
.article .hd .titBar { color:#797979; font-size:13px; }
.article .bd { padding-bottom:40px; text-align:justify; color:#333;}
.article .ft { padding:20px 0 0; border-top:1px solid #ddd; }
.article-consj{display:none;}
.article .bd img{ max-width:100%}
@media all and (max-width:1200px){
	.article {line-height:24px; font-size:14px; }
	.article span{font-size:14px !important;}
	.article .article-con img,.article .article-consj img{max-width:100%;}
	.article-con{display:none;}
	.article-consj{display:block;}
	.article{ padding:25px 0}
}







/* 头部新闻 */
.hotNews { margin-bottom:30px; background:#848484; overflow:hidden; }
.hotNews .pic { float:left; width:390px; height:250px; margin-right:5px; }
.hotNews .pic img { width:100%; height:100%; }
.hotNews dl { display:block; overflow:hidden; zoom:1; padding:25px 20px 0 15px; line-height:22px; }
.hotNews dl dt { margin-bottom:13px; padding-left:10px; background:url(o_ico_05.html) no-repeat 0 13px; color:#fff; font-size:14px; line-height:30px; }
.hotNews dl dt a { color:#fff; }
.hotNews dl dt a:hover { color:#000; }
.hotNews dl .i { min-height:110px; padding-bottom:10px; padding-left:10px; color:#eee; }
.hotNews dl .m { width:84px; height:24px; margin-left:10px; background:#fff; line-height:24px; text-align:center; }
.hotNews dl .m a { display:block; color:#333; }
.hotNews dl .m a:hover { background:#666; color:#fff; }


/* 新闻列表 */
.list { padding:40px 0 40px; }
.list li { padding:14px 0; border-bottom:1px dashed #e0e0e0; background:url(o_ico_04.gif) no-repeat left center; font-size:15px; }
.list li a { float:left; padding-left:12px; color:#333; }
.list li a:hover{color:#e68c14;padding-left:18px;}
.list li span { float:right; color:#999; font-family:Arial;}

@media all and (max-width:1200px){
	.list { padding:25px 0 20px; }
	.list li{background:none;font-size:14px;padding:10px 0;}
	.list li:first-child{padding-top:0;}
	.list li a{float:none;display:block;padding-left:0;text-align:justify;}
	.list li span{float:none;display:block;font-size:12px;margin-top:6px;}
}
/* 图文新闻 */
.pothoItem { margin:0 0 40px; }
.pothoItem .item { box-shadow:0 0 15px rgba(00,00,00,0.15); margin-bottom:65px }
.pothoItem .item:hover{ background:#f6f9fe; border-bottom:1px solid #f6f9fe}
.pothoItem .item .pic { float:left; width:645px; overflow:hidden  }
.pothoItem .item .pic img { width:100%; height:auto; }
.pothoItem .item .pic img{transition:All 0.4s linear;    -webkit-transition:All 0.4s linear;    -moz-transition:All 0.4s linear;    -o-transition:All 0.4s linear;}
.pothoItem .item .pic:hover img{transform:scale(1.1);    -webkit-transform:scale(1.1);    -moz-transform:scale(1.1);    -o-transform:scale(1.1);    -ms-transform:scale(1.1);}

.pothoItem .item dl { display:block; float:right; width:calc(100% - 645px); box-sizing:border-box; padding:70px 90px 0}
.pothoItem .item dl dt { font-size:30px; line-height:50px; color:#333333;text-overflow: ellipsis;overflow: hidden;white-space: nowrap; background:url(g_27.jpg) left bottom no-repeat; padding-bottom:20px }
.pothoItem .item dl dt a{ color:#333}
.pothoItem .item dl .d{ display:none; }
.pothoItem .item dl .i { margin:30px 0 40px; color:#656565; font-size:16px; line-height:25px; line-height:30px; height:60px; overflow:hidden}
.pothoItem .item dl .m{}
.pothoItem .item dl .m a{ display:block; width:120px; height:38px; text-align:center; border:1px solid #999999; font-size:14px; color:#999; line-height:38px; border-radius:20px}
.pothoItem .item:hover dl .m a{ border:1px solid #284d8e; color:#284d8e}
@media all and (max-width:1800px){
	.pothoItem .item .pic{ width:500px}
	.pothoItem .item dl { width:calc(100% - 500px); padding:30px 60px }
}


@media all and (max-width:1200px){
.pothoItem .item{ padding:10px; margin-bottom:30px}
.pothoItem .item .pic{ width:150px}
.pothoItem .item dl{ width:calc(100% - 150px); margin:0; padding:10px 10px 0}
.pothoItem .item dl dt{ font-size:16px; line-height:20px; padding-bottom:10px}
.pothoItem .item dl .i{ font-size:12px; margin:0; margin-top:10px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap; height:auto;}
.pothoItem .item dl .m{ margin-top:15px; display:none}
.pothoItem .item dl .m a{ font-size:12px; height:24px; line-height:24px; width:80px; display:none}
}

/* 图片列表 */
.piList .pic-item-list { margin:0 0 20px; }
.piList .pic-item-list .pic-item { }
.piList .pic-item-list .list-pic { display:block;margin:0 auto; text-align:center; }
.piList .pic-item-list dl { line-height:26px; text-align:center; }
.piList { padding:0 0 20px; overflow:hidden; }
.piList .pic-item-list { width:100%; margin:0 auto; padding:0; }
.piList .pic-item { position:relative; width:424px; box-sizing:border-box; border:1px solid #eeeeee; margin:0 34px 55px 0; padding:0; float:left; overflow:hidden }
.piList .pic-item:nth-child(4n){ margin-right:0}
.piList .list-pic { display:block; width:100%;  margin-bottom:0; overflow:hidden}
.piList .list-pic img { width:100%; }
.piList .list-pic img{transition:All 0.4s linear;    -webkit-transition:All 0.4s linear;    -moz-transition:All 0.4s linear;    -o-transition:All 0.4s linear;}
.piList .list-pic:hover img{transform:scale(1.1);    -webkit-transform:scale(1.1);    -moz-transform:scale(1.1);    -o-transform:scale(1.1);    -ms-transform:scale(1.1);}
.piList dl {}
.piList dl dt {}
.piList dl dt a{ display:block; width:100%; box-sizing:border-box; padding:30px 25px; text-align:left; font-size:16px; color:#000000; background:url(g_20.html) 96% center no-repeat}
.piList .pic-item:hover dl dt a{ background:url(g_21.html) 96% center no-repeat}
.piList .pic-item:hover{ border-bottom:1px solid #f47b15; box-shadow:0 0 15px rgba(00,00,00,.1)}
@media all and (max-width:1800px){
	.piList .pic-item{ width:274px}
}
@media all and (max-width:1200px){
	.piList .pic-item{ width:48.5%; margin-right:3%; margin-bottom:4%}
	.piList .pic-item:nth-child(2n){ margin-right:0}
	.piList dl dt a{ padding:10px; font-size:14px}
}


/* 图片列表2 */
.piList2 .pic-item-list { margin:0 0 20px; }
.piList2 .pic-item-list .pic-item { }
.piList2 .pic-item-list .list-pic { display:block;margin:0 auto; text-align:center; }
.piList2 .pic-item-list dl { line-height:26px; text-align:center; }
.piList2 { padding:0 0 20px; overflow:hidden; }
.piList2 .pic-item-list { width:100%; margin:0 auto; padding:0; }
.piList2 .pic-item { position:relative; width:425px; box-sizing:border-box; border:1px solid #eeeeee; margin:0 33px 55px 0; padding:0; float:left; overflow:hidden }
.piList2 .pic-item:nth-child(4n){ margin-right:0}
.piList2 .list-pic { display:block; width:100%;  margin-bottom:0; overflow:hidden}
.piList2 .list-pic img { width:100%; }
.piList2 .list-pic img{transition:All 0.4s linear;    -webkit-transition:All 0.4s linear;    -moz-transition:All 0.4s linear;    -o-transition:All 0.4s linear;}
.piList2 .list-pic:hover img{transform:scale(1.1);    -webkit-transform:scale(1.1);    -moz-transform:scale(1.1);    -o-transform:scale(1.1);    -ms-transform:scale(1.1);}
.piList2 dl { width:100%; position:relative; background:#f8f8f8; padding:50px 30px; box-sizing:border-box; text-align:center}
.piList2 dl a.ico{ display:block; background:url(g_23.html) center center no-repeat; width:54px; height:54px; position:absolute; left:50%; margin-left:-27px; top:-27px; z-index:9}
.piList2 dl dt {}
.piList2 dl dt a{ font-size:22px; color:#2e2e2e; padding:15px 0; display:block;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.piList2 dl dd{ font-size:16px; line-height:30px; height:60px; overflow:hidden}
.piList2 .pic-item:hover{ border-bottom:1px solid #f47b15; box-shadow:0 0 15px rgba(00,00,00,.1)}
.piList2 .pic-item:hover dl a.ico{  background:url(g_24.png) center center no-repeat; }
@media all and (max-width:1800px){
	.piList2 .pic-item{ width:281px; margin:0 25px 35px 0}
	.piList2 dl{ padding:40px 15px}
	.piList2 dl dt a{ font-size:20px}
	.piList2 dl dd{ font-size:14px; line-height:25px; height:50px}
}
@media all and (max-width:1200px){
	.piList2 .pic-item{ width:48.5%; margin-right:3%; margin-bottom:4%}
	.piList2 dl{ padding:20px 10px}
	.piList2 dl a.ico{ width:36px; height:36px; background-size:cover; margin-left:-18px; top:-18px}
	.piList2 .pic-item:nth-child(2n){ margin-right:0}
	.piList2 dl dt a{ padding:10px 0; font-size:16px}
	.piList2 dl dd{ font-size:12px; line-height:22px; height:44px; overflow:hidden}
}

.tpx{ width:100%; text-align:center}
.tpx h3{ font-size:34px; color:#403e3e; background:url(g_27.jpg) bottom center no-repeat; padding-bottom:30px; font-weight:normal}
.tpx .intro{ font-size:16px; color:#656565; line-height:2; width:1200px; margin:30px auto 70px}
@media all and (max-width:1200px){
	.tpx h3{ font-size:24px; padding-bottom:20px}
	.tpx .intro{ font-size:12px; width:92%; margin:20px auto 40px}
}
/* 分页 */
.page { padding:0 0 40px; line-height:24px; text-align:center; }
.page a { display:inline-block; margin:0 2px; padding:10px 18px; border:1px solid #333; background:#fff; color:#333; vertical-align:top; font-size:16px }
.page a:hover,.page .current { border:1px solid #333; background:#333; color:#fff; }
@media all and (max-width:1800px){
	.page a{ padding:3px 10px}
}
@media all and (max-width:1200px){
	.page a { font-size:12px}
	.page a{ padding:3px 5px}
}

/* 人才招聘 */
.hrTop { padding:0 0 30px; border-bottom:1px solid #ddd; }
.hrTop li { padding-left:16px; background:url(ico_05.gif) no-repeat 0 8px; font-weight:bold; line-height:24px; }
.hrTable .hrTableTh { height:32px; background:#666; color:#fff; }
.hrTable th { color:#fff; font-weight:normal; }
.hrTable td { padding:0 8px; }
.hrTable .bg td { background:#eee; }
.hr { position:relative; padding:0 0 40px; }
.hr h3 { padding-left:0; border-bottom:1px dotted #ccc; color:#0063be; font-size:20px; line-height:55px; }
.hr h3 s { float:right; width:20px; height:20px; margin-top:17px; cursor:pointer; }
.hr h3 .off { background:url(hr_down.html) no-repeat center; }
.hr h3 .on { background:url(hr_up.html) no-repeat center; }
.hrItem { margin-bottom:5px; }
.hrItem .title { border-bottom:1px dotted #ccc; color:#999; font-weight:bold; line-height:36px; }
.hrItem .title span { float:right; font-weight:100; }
.hrItem .title span a { color:#88000c; }
.hrItem .con { margin-bottom:10px; padding:15px 0; line-height:24px; }
.hrItem .con h4 { font-size:14px; line-height:36px; }
.hrItem .apply { width:95px; height:25px; padding:0; background:#01286f; color:#fff; line-height:25px; text-align:center; }
.hrItem .apply a { color:#fff; }
.hr-list { margin-bottom:5px; padding:5px 5px 15px; border-bottom:1px dotted #777; }
.hr-list .title { padding:0; color:#0063be; font-weight:bold; line-height:20px; }
.hr-list .title span { float:right; font-weight:100; }
.hr-list .info { padding:5px 0; line-height:24px; }
.hr-list .apply { height:24px; line-height:24px; text-align:right; }

/* 新闻列表 */
.message { padding:0 0 30px; }
.message-list { margin-bottom:5px; padding:5px 5px 15px; border-bottom:1px dotted #ddd; }
.message-list .m-title { padding:0; color:#0063be; font-size:16px; font-weight:bold; line-height:20px; }
.message-list .m-title span { float:right; color:#01286f; font-size:12px; font-weight:100; }
.message-list .m-info { padding:5px 0; line-height:24px; }
.message-list .r-title { padding:0; line-height:20px; }
.message-list .r-info { padding:5px 0; line-height:24px; }

/* 人才招聘 */
.form-panel { padding:0 0 30px; }
.form-panel h4 { margin-bottom:10px; padding:0 20px; background:#666; color:#fff; line-height:30px; }
.form-panel .tips { padding:10px 0 10px 100px; font-weight:bold; font-size:13px; text-align:left; }
.form-panel .field { clear:both; }
.form-panel li.field label { display:block; float:left; width:100px; line-height:24px; text-align:right; }
.form-panel .input { padding:5px 0; zoom:1; }
.form-panel .field:after { content:'\20'; display:block; height:0; clear:both; }
.form-panel .text { height:20px; padding:2px 3px; border:1px solid #ccc; background:#fff; color:#555; }
.form-panel .textarea { width:450px; height:100px; padding:1px 3px; border:1px solid #ccc; background:#fff; color:#555; }
.form-panel .submit-field { padding:0 10px 20px 100px; _padding:0 10px 20px 100px; clear:both; }
.form-panel .submit-field input { margin-right:10px; }
.form-panel .submit-field .btn-submit,.form-panel .submit-field .btn-reset { width:93px; height:29px; border:none; background:#666; color:#fff; cursor:pointer; }

/* 产品详细页 */
.m-detail { margin-bottom:30px; }
.m-detail .m-property { float:left; width:100%; }
.m-detail .property { margin-left:350px; }
.m-detail .property h1 { font-weight:100; font-size:18px; line-height:34px; }
.m-detail .property .m-i-a { margin-bottom:8px; padding:8px 0 15px; border-bottom:1px dotted #d9d9d9; color:#888; font-size:14px; line-height:25px; }
.m-detail .gallery { position:relative; float:left; width:350px; margin-left:-100%; }
.m-detail .gallery .bigPic { width:300px; height:224px; }
.product-detail { margin-bottom:30px; border:1px solid #e5e5e5; }
.product-detail .hd { height:45px; border-bottom:1px solid #e5e5e5; background:#f6f6f6; }
.product-detail .hd h2 { float:left; width:136px; height:46px; margin:-2px 0 -1px; border-top:2px solid #0058af; border-right:1px solid #e5e5e5; background:#fff; font-size:22px; font-weight:100; line-height:46px; text-align:center; }
.product-detail .bd { padding:25px; line-height:28px; font-size:14px; }


.picNews02{ width:1920px; position:relative; left:50%; margin-left:-960px; padding-top:40px; padding-bottom:40px}
.picNews02 .item{ width:1800px; margin:0 auto; background:#fff; box-sizing:border-box; padding:30px 0; position:relative}
.picNews02 .item:after{ content:""; display:block; width:1450px; position:absolute; right:0; bottom:0; height:1px; background:#ddd}
.picNews02 .item .con{ width:100%;}
.picNews02 .item .con .pic{ width:241px; float:right}
.picNews02 .item .con .pic img{ width:100%}
.picNews02 .item .con .time{ width:180px; float:left; text-align:center; background:url(g_29.jpg) right center no-repeat; height:150px}
.picNews02 .item .con .time .a{ font-size:54px; color:#333; line-height:1; padding:10px 0; margin-top:20px}
.picNews02 .item .con .time .b{ font-size:14px; color:#333}
.picNews02 .item .con .title{ width:1300px; float:left; box-sizing:border-box; margin-left:50px;}
.picNews02 .item .con .title h3{ margin-top:20px; font-size:24px; color:#333333; font-weight:normal;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.picNews02 .item .con .title h3 a{ color:#333}
.picNews02 .item .con .title .v{ font-size:14px; color:#b4b4b4; background:url(g_30.html) left center no-repeat; padding-left:25px; margin:5px 0}
.picNews02 .item .con .title .intro{ font-size:14px; color:#999999; line-height:30px; text-overflow: ellipsis;overflow: hidden;white-space: nowrap; margin-top:8px}
.picNews02 .item .con .title .t{ font-size:0}
.picNews02 .item:hover{ background:#f9f9f9}
@media all and (max-width:1800px){
	.picNews02 .item{ width:1200px}
	.picNews02 .item .con .title{ width:700px; margin-left:40px}
	.picNews02 .item:after{ width:900px}
}
@media all and (max-width:1200px){
	.picNews02{ width:100%; left:0; margin:0; padding:20px 0}
	.picNews02 .item{ width:100%; margin:0 auto}
	.picNews02 .item .con .time{ display:none}
	.picNews02 .item .con .pic{ width:150px;}
	.picNews02 .item .con .title{ width:calc(100% - 170px); margin:0}
	.picNews02 .item:after{ width:100%}
	
	.picNews02 .item .con .title h3{ margin:0; font-size:16px}
	.picNews02 .item .con .title .v{ font-size:12px; margin:0 0}
	.picNews02 .item .con .title .intro{ font-size:12px; margin:0 0; line-height:24px}
	.picNews02 .item .con .title .t{ font-size:12px; color:#999; margin-top:3px}
}

.nr{ width:1760px; margin:0 auto}
@media all and (max-width:1760px){
	.nr{ width:1200px; margin:0 auto}
}
@media all and (max-width:1200px){
	.nr{ width:92%; margin:0 auto}
}

.about{ width:100%}
.ab01{ width:100%; margin-top:80px}
.ab01 .nr{ width:1380px}
.ab01 .lt{ width:690px; float:left; box-shadow:0 0 15px rgba(00,00,00,0.1); position:relative}
.ab01 .lt img{ width:100%}
.ab01 .lt span{ display:block; width:100%; height:100%; position:absolute; left:0; top:0; z-index:2; cursor:pointer; background:url(g_13.png) center center no-repeat}
.ab01 .rt{ width:620px; float:right}
.ab01 .rt .a1{ background:url(g_22.png) 32px 18px no-repeat; padding-top:50px}
.ab01 .rt .a1 h3{ font-size:30px; color:#000; line-height:32px; position:relative; padding-left:30px;}
.ab01 .rt .a1 h3:after{ content:""; display:block; width:8px; height:32px; background:#e68c14; position:absolute; left:0; top:0}
.ab01 .rt .a1 p{ font-size:20px; color:#000000; padding-top:20px; line-height:1}
.ab01 .rt .a2{ font-size:16px; color:#444444; text-align:justify; line-height:28px; margin-top:20px; height:198px}
.ab01 .rt .a3 a{ display:block; width:196px; height:56px; border:2px solid #e68c14; border-radius:5px; text-align:center; line-height:56px; color:#e68c14; font-size:18px;}
@media all and (max-width:1760px){
	.ab01 .nr{ width:1200px}
	.ab01 .lt{ width:620px}
	.ab01 .rt{ width:550px}
	.ab01 .rt .a1{ padding-top:30px;background:url(g_22.png) 32px 18px no-repeat; background-size:240px}
	.ab01 .rt .a2{ font-size:14px; line-height:25px; height:177px}
}
@media all and (max-width:1200px){
	.ab01{ margin-top:40px}
	.ab01 .nr{ width:92%}
	.ab01 .lt{ width:100%}
	.ab01 .rt{ width:100%}
	.ab01 .rt .a1{background:url(g_22.png) 32px 18px no-repeat; background-size:200px}
	.ab01 .rt .a1 h3{ font-size:20px; line-height:24px; padding-left:24px}
	.ab01 .rt .a1 h3:after{ width:5px; height:24px}
	.ab01 .rt .a1 p{ font-size:16px; line-height:1.6; padding-top:10px}
	.ab01 .rt .a2{ height:auto}
	.ab01 .rt .a3 a{ width:120px; height:40px; line-height:40px; font-size:14px; margin-top:20px}
}

.ab02{ width:100%; margin-top:60px}
.ab02 .nr{ width:1380px;}
.ab02 .nr .item{ width:315px; height:150px; box-shadow:0 0 30px rgba(00,00,00,0.1); margin-right:40px; float:left; text-align:center; border-radius:10px}
.ab02 .nr .item:nth-child(4){ margin-right:0}
.ab02 .nr .item .p1{ font-size:48px; color:#000000; line-height:50px; font-weight:bold; padding-top:35px}
.ab02 .nr .item .p1 i{ font-size:24px; color:#e68c14; padding-left:10px}
.ab02 .nr .item .p2{ font-size:16px; color:#444444}
@media all and (max-width:1760px){
	.ab02 .nr{ width:1200px;}
	.ab02 .nr .item{ width:270px}
}
@media all and (max-width:1200px){
	.ab02{ margin-top:40px}
	.ab02 .nr{ width:92%;}
	.ab02 .nr .item{ width:48.5%;box-shadow:0 0 10px rgba(00,00,00,0.1); margin-right:3%; height:auto; padding:30px 0}
	.ab02 .nr .item:nth-child(2n){ margin-right:0}
	.ab02 .nr .item .p1{ font-size:30px; padding:0; line-height:40px}
	.ab02 .nr .item .p1 i{ font-size:16px; padding-left:5px}
	.ab02 .nr .item .p2{ font-size:14px}
	.ab02 .nr .item:nth-child(1),.ab02 .nr .item:nth-child(2){ margin-bottom:15px}
}
.about .ab03{ width:100%; margin-top:80px; background:url(g_23.jpg) center center no-repeat; background-size:cover; padding:80px 0}
.about .ab03 .hd{ width:100%; text-align:center; color:#fff} 
.about .ab03 .hd h3{ font-size:30px; line-height:1}
.about .ab03 .hd p{ font-size:18px; line-height:1; margin-top:18px}
.about .ab03 .bd{ width:100%; height:360px; overflow:hidden; margin-top:50px; background:url(g_24.png) 68px 130px  no-repeat,url(g_24.png)  68px 230px  no-repeat #13171d; position:relative}
.about .ab03 .nr{ width:1200px; margin:0 auto}
.about .ab03 .nr .swiper-containers{ width:100%; height:300px; margin-top:30px;}
.about .ab03 .nr .swiper-containers .swiper-slide{ position:inherit}
.about .ab03 .nr .swiper-containers .swiper-slide .time{ width:350px; height:100px; line-height:100px; text-align:center; font-size:36px; color:rgba(255,255,255,0.5)}
.about .ab03 .nr .swiper-containers .swiper-slide .intro{}
.about .ab03 .nr .swiper-containers .swiper-slide.swiper-slide-prev,.about .ab03 .nr .swiper-containers .swiper-slide.swiper-slide-next{ font-size:36px}
.about .ab03 .nr .swiper-containers .swiper-slide.swiper-slide-active .mm .time{ font-size:48px; font-weight:bold; color:#e68c14; position:relative}
.about .ab03 .nr .swiper-containers .swiper-slide.swiper-slide-active .mm .time:after{ content:""; display:block; width:30px; height:1px; background:#e68c14; position:absolute; left:68px; top:50%}
.about .ab03 .nr .swiper-containers .swiper-slide.swiper-slide-active .mm .time:before{ content:""; display:block; width:30px; height:1px; background:#e68c14; position:absolute; right:68px; top:50%}
.about .ab03 .nr .swiper-containers .swiper-slide .mm .intro{width:850px; height:360px; position:absolute; right:0; display:none; background:#fff; transition:all 0.5s linear} 
.about .ab03 .nr .swiper-containers .swiper-slide.swiper-slide-active .mm .intro{ top:-130px; display:block} 
.about .ab03 .nr .swiper-button-prevs{ width:360px; height:50px; background:url(g_25.png) center center no-repeat; position:absolute; z-index:2; top:0; left:0; cursor:pointer}
.about .ab03 .nr .swiper-button-nexts{ width:360px; height:50px; background:url(g_26.png) center center no-repeat; position:absolute; z-index:2; bottom:0; left:0; cursor:pointer}
.about .ab03 .nr .swiper-containers .swiper-slide .mm .intro .pic{ width:500px; float:left}
.about .ab03 .nr .swiper-containers .swiper-slide .mm .intro .title{ width:calc(100% - 500px); float:left; font-size:12px; background:url(g_22.png) center 35px no-repeat; box-sizing:border-box; padding:40px}
.about .ab03 .nr .swiper-containers .swiper-slide .mm .intro .title h3{ font-size:30px; color:#000000}
.about .ab03 .nr .swiper-containers .swiper-slide .mm .intro .title .i{ font-size:18px; color:#000000; line-height:32px; padding:10px 0 20px}
.about .ab03 .nr .swiper-containers .swiper-slide .mm .intro .title .m{ text-align:right}
.about .ab03 .nr .swiper-containers .swiper-slide .mm .intro .title .m a{ display:inline-block; vertical-align:top; font-size:16px; color:#999999; position:relative; padding-right:50px;}
.about .ab03 .nr .swiper-containers .swiper-slide .mm .intro .title .m a:after{ content:""; display:block; width:40px; height:1px; background:#e68c14; position:absolute; right:0; top:50%}
@media all and (max-width:1200px){
	.about .ab03 .nr{ width:92%}
	.about .ab03 .hd h3{ font-size:20px}
	.about .ab03 .hd p{ font-size:12px}
	.about .ab03 .bd{ height:auto}
	.about .ab03 .nr .swiper-containers{ height:auto; margin:0}
	.about .ab03 .nr .swiper-containers .swiper-slide .time{ display:none}
	.about .ab03 .nr .swiper-containers .swiper-slide{ position:relative; width:100%; height:100%}
	.about .ab03 .nr .swiper-containers .swiper-slide.swiper-slide-active .mm .intro{ position:relative; left:0; top:0; width:100%; height:auto}
	.about .ab03 .nr .swiper-containers .swiper-slide .mm .intro .pic{ width:100%}
	.about .ab03 .nr .swiper-containers .swiper-slide .mm .intro .pic img{ width:100%}
	.about .ab03 .nr .swiper-containers .swiper-slide .mm .intro .title{ width:100%; padding:20px; background-size:240px}
	.about .ab03 .nr .swiper-containers .swiper-slide .mm .intro .title h3{ font-size:18px}
	.about .ab03 .nr .swiper-containers .swiper-slide .mm .intro .title .i{ font-size:14px; line-height:2}
	.about .ab03 .nr .swiper-containers .swiper-slide .mm .intro .title .m a{ font-size:14px}
	
	
	.about .ab03 .nr .swiper-button-prevs{ background:url(g_07.png) center center no-repeat #fff; width:40px; height:40px; border-radius:10px; box-shadow:0 0 10px rgba(00,00,00,0.2); position:absolute; left:0; top:50%; transform:translateY(-50%); z-index:2; cursor:pointer}
	.about .ab03 .nr .swiper-button-nexts{ background:url(g_08.png) center center no-repeat #fff; width:40px; height:40px; border-radius:10px; box-shadow:0 0 10px rgba(00,00,00,0.2); position:absolute; right:0; top:50%; transform:translateY(-50%); z-index:2; cursor:pointer; left:auto}

	
	
	
}

.about .ab04{ width:100%; background:url(g_29.jpg) center center no-repeat; background-size:cover; padding:70px 0 85px}
.about .ab04 .nr{ width:1200px; margin:0 auto}
.about .ab04 .nr .hd{ background:url(g_22.png) center center no-repeat; text-align:center}
.about .ab04 .nr .hd h3{ font-size:30px; color:#010101; background:url(g_30.jpg) bottom center no-repeat; line-height:1; padding:34px 0 18px}
.about .ab04 .nr .hd p{ font-size:16px; color:#444444; line-height:1; padding-top:15px}
.about .ab04 .nr .bd{ width:100%; position:relative; margin-top:40px}
.about .ab04 .nr .bd .swiper04{ width:100%; overflow:hidden}
.about .ab04 .nr .bd .swiper04 .swiper-slide{ width:280px; overflow:hidden; margin-right:26px}
.about .ab04 .nr .bd .swiper04 .swiper-slide:last-child{ margin-right:0}
.about .ab04 .nr .bd .swiper04 .swiper-slide img{ width:100%}
.about .ab04 .nr .bd .swiper04 .swiper-slide img{transition:All 0.4s linear;    -webkit-transition:All 0.4s linear;    -moz-transition:All 0.4s linear;    -o-transition:All 0.4s linear;}
.about .ab04 .nr .bd .swiper04 .swiper-slide:hover img{transform:scale(1.1);    -webkit-transform:scale(1.1);    -moz-transform:scale(1.1);    -o-transform:scale(1.1);    -ms-transform:scale(1.1);}
.about .ab04 .nr .bd .prev04{ background:url(g_07.png) center center no-repeat #fff; width:60px; height:60px; border-radius:10px; box-shadow:0 0 10px rgba(00,00,00,0.2); position:absolute; left:-90px; top:50%; transform:translateY(-50%); z-index:2; cursor:pointer}
.about .ab04 .nr .bd .next04{ background:url(g_08.png) center center no-repeat #fff; width:60px; height:60px; border-radius:10px; box-shadow:0 0 10px rgba(00,00,00,0.2); position:absolute; right:-90px; top:50%; transform:translateY(-50%); z-index:2; cursor:pointer}
@media all and (max-width:1366px){
	.about .ab04 .nr .bd .prev04{ left:0}
	.about .ab04 .nr .bd .next04{ right:0}
}
@media all and (max-width:1200px){
	.about .ab04{ padding:40px 0 50px}
	.about .ab04 .nr{ width:92%}
	.about .ab04 .nr .hd{ background-size:240px}
	.about .ab04 .nr .hd h3{ font-size:20px; background-size:20px 3px; padding-bottom:15px}
	.about .ab04 .nr .hd p{ font-size:12px; padding-top:12px}
	.about .ab04 .nr .bd .swiper04 .swiper-slide{ width:48.5%; margin-right:3%}
	.about .ab04 .nr .bd .prev04{ width:40px; height:40px;}
	.about .ab04 .nr .bd .next04{ width:40px; height:40px;}
}


.gcon_1{ position:relative; z-index:3}
.gcon_1 .nr{ width:1200px; margin:0 auto; background:#fff; border-radius:10px; box-shadow:0 0 20px rgba(00,00,00,0.1); margin-top:-60px; height:245px; box-sizing:border-box; padding:0 120px 0 60px}
.gcon_1 .nr .lt{ float:left; width:360px; height:100%; background:url(g_09.png) left center no-repeat; box-sizing:border-box; padding-left:60px}
.gcon_1 .nr .lt h3{ font-size:24px; color:#211e2e; padding-top:95px; line-height:1;}
.gcon_1 .nr .lt p{ font-size:16px; color:#211e2e; line-height:1; margin-top:10px; font-weight:bold}
.gcon_1 .nr .lt p i{ color:#e68c14}
.gcon_1 .nr .rt{ width:580px; float:right; margin-top:52px}
.gcon_1 .nr .rt ul{display:flex;justify-content: space-between; text-align:center}
.gcon_1 .nr .rt ul li{ width:100px;}
.gcon_1 .nr .rt ul li a{ display:block;}
.gcon_1 .nr .rt ul li a i{ display:block; overflow:hidden; width:100px; height:100px}
.gcon_1 .nr .rt ul li a i .img1{ display:block}
.gcon_1 .nr .rt ul li a i .img2{ display:none}
.gcon_1 .nr .rt ul li:hover a i .img2{ display:block}
.gcon_1 .nr .rt ul li:hover a i .img1{ display:none}
.gcon_1 .nr .rt ul li.on a i .img2{ display:block}
.gcon_1 .nr .rt ul li.on a i .img1{ display:none}


.gcon_1 .nr .rt ul li a p{ font-size:16px; color:#666666; font-weight:normal; padding-top:15px}
.gcon_1 .nr .rt ul li.on a p,.gcon_1 .nr .rt ul li:hover a p{color:#333; font-weight:bold}
@media all and (max-width:1200px){
	.gcon_1 .nr{ width:92%; margin-top:30px; height:auto; padding:20px}
	.gcon_1 .nr .lt{ width:100%;background:url(g_09.png) center center no-repeat; background-size:240px; padding:30px 0; text-align:center}
	.gcon_1 .nr .lt h3{ padding:0; font-size:20px}
	.gcon_1 .nr .lt p{ font-size:12px}
	.gcon_1 .nr .rt{ width:100%; margin-top:20px; overflow:scroll}
	.gcon_1 .nr .rt ul{ width:500px}
	.gcon_1 .nr .rt ul li{ width:20%}
	.gcon_1 .nr .rt ul li img{ width:80%; max-width:100px}
	.gcon_1 .nr .rt ul li a p{ font-size:14px; font-weight:normal}
}

.picList{ width:100%;}
.picList .nr{ width:1380px; margin:0 auto; margin-top:80px}
.picList .nr .item{ width:330px; box-sizing:border-box; position:relative; padding:34px; overflow:hidden; box-shadow:0 0 15px rgba(00,00,00,0.1); float:left; margin-right:20px; margin-bottom:60px; transition:all 0.3s linear; position:relative; top:0; border:1px solid #fff}
.picList .nr .item .pic{ width:100%}
.picList .nr .item .pic img{ width:100%}
.picList .nr .item:hover{top:-30px}
.picList .nr .item:nth-child(4n){ margin-right:0}
.picList .nr .item .title a{ display:block; width:100%;text-overflow: ellipsis;overflow: hidden;white-space: nowrap; font-size:20px; color:#000000; margin-top:20px; text-align:center; font:bold}
.picList .nr .item:hover .title a{ color:#e68c14}
.picList .nr .item:hover{ border:1px solid #e68c14}
@media all and (max-width:1760px){
	.picList .nr{ width:1200px;}
	.picList .nr .item{ width:285px; padding:20px}
	.picList .nr .item .title a{ font-size:16px}
}
@media all and (max-width:1200px){
	.picList .nr{ width:92%; margin-top:30px}
	.picList .nr .item{ width:48.5%; margin-right:3%; margin-bottom:5%; padding:10px}
	.picList .nr .item:nth-child(4n){ margin-right:3%}
	.picList .nr .item:nth-child(2n){ margin-right:0}
	.picList .nr .item .title a{ font-size:14px; margin-top:10px}
	.picList .nr .item:hover{top:0}
}

.pdisplay{ width:100%; margin-bottom:80px}
.pdisplay .nr{ width:1200px; margin:0 auto}
.pdisplay .pdisplay01{ width:100%; margin-top:120px}
.pdisplay .pdisplay01 .pic{ width:420px; float:left}
.pdisplay .pdisplay01 .pic img{ width:100%}
.pdisplay .pdisplay01 .title{ width:660px; float:right}
.pdisplay .pdisplay01 .title .a1{ font-size:32px; color:#000000; font-weight:bold}
.pdisplay .pdisplay01 .title .a2{ font-size:18px; color:#000000; line-height:3; padding:20px 0; border-bottom:1px solid #d1d1d1}
.pdisplay .pdisplay01 .title .a3{ padding:30px 0;display:flex;justify-content: space-between;}
.pdisplay .pdisplay01 .title .a4{ font-size:18px; color:#000000; background:url(g_33.png) left center no-repeat; padding-left:42px; line-height:30px}
.pdisplay .pdisplay02{ width:100%; margin-top:30px}
.pdisplay .pdisplay02 .hd{ width:100%; background:#e68c14; font-size:24px; color:#ffffff; text-align:center; line-height:60px}
.pdisplay .pdisplay02 .bd{ width:100%; box-sizing:border-box; border:1px solid #d2d2d2; padding:50px 0; text-align:center}
.pdisplay .pdisplay02 .bd img{ max-width:100%}
@media all and (max-width:1200px){
	.pdisplay{ margin-bottom:40px}
	.pdisplay .nr{ width:92%;}
	.pdisplay .pdisplay01 .pic{ width:100%}
	.pdisplay .pdisplay01{ margin-top:40px}
	.pdisplay .pdisplay01 .title{ width:100%}
	.pdisplay .pdisplay01 .title .a1{ font-size:20px; margin-top:30px}
	.pdisplay .pdisplay01 .title .a2{ padding:12px; font-size:14px; line-height:2}
	.pdisplay .pdisplay01 .title .a3{ padding:20px 0}
	.pdisplay .pdisplay01 .title .a3 img{ display:block; width:23%}
	.pdisplay .pdisplay02 .hd{ font-size:20px; line-height:45px}
	.pdisplay .pdisplay02 .bd{ padding:20px 10px}
}





.sidebar{ width:1760px; margin:0 auto; border-bottom:1px solid #cccccc}
.sidebar .menu{ width:1380px; margin:0 auto; font-size:0}
.sidebar .menu ul{ float:left}
.sidebar .menu li{ display:inline-block; vertical-align:top; text-align:center; font-size:16px; color:#333333; margin-right:60px}
.sidebar .menu li a{ display:block; font-size:16px; color:#333333; position:relative; line-height:60px; font-weight:bold}
.sidebar .menu li a.current,.sidebar .menu li:hover a{ color:#e68c14;}
.sidebar .menu li a.current:after,.sidebar .menu li:hover a:after{ content:""; display:block; width:100%; height:3px; background:#e68c14; position:absolute; left:0; bottom:-2px; z-index:2}
.sidebar .menu .location{ float:right}
.sidebar .menu .location a{ display:block; float:left; font-size:14px; color:#7b7b7d; line-height:60px; padding:0 7px}

.sidebar .menu .location a{ background:url(g_41.png) left center no-repeat; padding-left:14px}
.sidebar .menu .location a:last-child{ padding-right:0}
.sidebar .menu .location a.home{ background:none;}
@media all and (max-width:1760px){
	.sidebar{ width:100%}
	.sidebar .menu{ width:1200px;}
}
@media all and (max-width:1200px){
	.sidebar{ border:0}
	.sidebar .menu{ width:100%; background:#f1f1f1}
	.sidebar .menu ul{ width:100%}
	.sidebar .menu .location{ display:none}
	.sidebar .menu li{ width:50%; border-right: 1px solid #fff;border-bottom: 1px solid #fff; box-sizing:border-box; margin:0}
	.sidebar .menu li a.current:after,.sidebar .menu li:hover a:after{ width:0}
	.sidebar .menu li a{ padding:15px 0; line-height:normal; text-align:center; font-size:14px; background:none}
	.sidebar .menu ul li a.current,.sidebar .menu li:hover a{ background:#e68c14; color:#fff}
}
.picNews{ width:100%}
.picNews .nr{ width:1380px; margin:0 auto; padding:60px 0}
.picNews .nr .item{ width:425px; float:left; margin-right:52px; margin-bottom:60px}
.picNews .nr .item:nth-child(3n){ margin-right:0}
.picNews .nr .item .pic{ width:100%}
.picNews .nr .item .pic img{ width:100%}
.picNews .nr .item .title{ width:100%}
.picNews .nr .item .title h3 a{ display:block; width:100%; font-size:20px; color:#000000; font-weight:bold;text-overflow: ellipsis;overflow: hidden;white-space: nowrap; padding:15px 0}
.picNews .nr .item .title .time{ display:inline-block; vertical-align:top; padding:10px 15px; background:#f3f4f5; font-size:16px; color:#000000}
.picNews .nr .item:hover .title h3 a{ color:#e68c14}
@media all and (max-width:1760px){
	.picNews .nr{ width:1200px;}
	.picNews .nr .item{ width:380px; margin-right:30px}
}
@media all and (max-width:1200px){
	.picNews .nr{ width:92%; padding:40px 0}
	.picNews .nr .item{ width:48.5%; margin-right:3%; margin-bottom:6%}
	.picNews .nr .item:nth-child(3n){ margin-right:3%}
	.picNews .nr .item:nth-child(2n){ margin-right:0}
	.picNews .nr .item .title h3 a{ font-size:14px; padding:10px 0}
	.picNews .nr .item .title .time{ font-size:12px; padding:5px 10px}
}

.video{ width:100%; height:100%; position:fixed; left:0; top:0; z-index:99; background:rgba(00,00,00,0.6); display:none}
.video .s1{ width:1000px; position:absolute; left:50%; margin-left:-500px; top:50%; transform:translateY(-50%)}
.video .s1 video{ width:100%}
.video .s1 .gb{ background:url(gb.png) center center no-repeat; width:30px; height:30px; background-size:30px; position:absolute; right:0; top:-40px; cursor:pointer}


@media (max-width:750px) {

	.video .s1{ width:80%; margin-left:0;transform:translate(-50%,-50%)}
}



.third {width: 100%;margin:0 auto;margin-top: 70px; text-align:center}
.third ul li{ display:inline-block; vertical-align:top;border: 1px solid #666666;margin:0 5px }
.third ul li a{display: block;color: rgba(51,51,51,.5);font-size: 16px;padding: 12px 60px;transition: unset;position: relative;line-height: 27px; }
.third ul li.current,.third ul li:hover{background: #e68c14;border: 1px solid #e68c14;}
.third ul li.current a,.third ul li:hover a{color: #fff;}
@media all and (max-width:1200px){
	.third{ margin-top:40px}
	.third ul li a{ font-size:14px; padding:4px 30px}
}







































































































