﻿@charset "utf-8";
/* CSS Document */
*::selection{background:#2e6bf9; color:#fff; text-shadow:none;}
*{margin:0;padding:0;}
body{font-size:16px; color:#000; font-family:"Microsoft YaHei","微软雅黑","黑体",sans-serif; background:#fff; min-width:1320px;}
a{text-decoration:none; -webkit-transition:all 0.4s; transition:all 0.4s; color:#000;}
a:hover{color:#2e6bf9; text-decoration:none;}
/*去掉图形热点的点击时出现的边线*/
a,area{blr:expression(this.onFocus=this.blur());}  /*for IE*/   
:focus{-moz-outline-style:none; outline:none;}     /* for Firefox*/
img{border:0; vertical-align:top;}
ul,li{list-style-type:none;}
.clear{clear:both; height:0;}
table,table td{border-collapse:collapse;}
.overHidden{overflow:hidden; position:fixed;}

/* ie9以下警告 */
.pageTips{position:fixed; z-index:10000; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.9);}
.pageTips .container2{color:#fff; position:absolute; left:50%; top:50%; width:630px; margin-left:-315px; margin-top:-160px;}
.pageTips .container2 a.close{display:none; width:50px; height:50px; position:absolute; z-index:1; left:auto; right:-15px; top:40px; bottom:auto; background:url(close.png) no-repeat center center;}
.pageTips .container2 .img{text-align:center;}
.pageTips .container2 .msg{font-size:18px; line-height:36px; padding-top:30px;}
.pageTips .container2 a{color:#fff; text-decoration:underline;}

.animate{-webkit-transition:all 0.4s; transition:all 0.4s;}
.unselectable{-moz-user-select:-moz-none;-webkit-user-select:none;-ms-user-select:none;user-select:none;}
.ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}/*文字超出省略号...*/
.clamp1{overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;}
.clamp2{overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.clamp3{overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical;}
.clamp4{overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical;}
.clamp5{overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:5; -webkit-box-orient:vertical;}
.justify{text-justify:inter-ideograph; text-align:justify;}/*文字两端对齐*/
.undecoration, .undecoration:hover{text-decoration:none !important;}
.hide{display:none !important;}
.bgPic{background-repeat:no-repeat; background-position:center center; background-size:cover; -webkit-transition:all 0.8s; transition:all 0.8s; height:100%; display:block;}
a:hover .bgPic{-webkit-transform:scale(1.05); transform:scale(1.05);}
.boxShadow{box-shadow:0 5px 5px rgba(0,0,0,0.1);}

/* flex布局 */
.flexColumn{display:flex; flex-direction:column; align-items:center; justify-content:center;}
.flexRow{display:flex; flex-direction:row; align-items:center; justify-content:center;}
.flex{flex:1;}


.w1260{width:1260px; margin:0 auto;}
.w1260:after{display:block; content:""; clear:both;}

@media screen and (min-width:1920px){
	.bgCover{background-size:cover !important;}	
}

/* 头部 */
.head{height:170px; background:url(../images/headBg.jpg) no-repeat center center; background-size:cover;}
.head .w1260{position:relative;}
.head .logo, .head .headTxt{height:170px; display:flex; align-items:center;}
.head .headTxt{margin:0 24px;}
.head .ewm{padding:6px 6px 2px; background:#2e6bf9; border-radius:6px; text-align:center;}
.head .ewm img{width:108px; height:108px;}
.head .ewm p{height:22px; line-height:22px; font-size:13px; color:#fff;}


/* 菜单 */
.menuWrap{height:48px; position:relative; z-index:10; background:#2e6bf9;}
#menu{width:988px; float:left;}
#menu li{position:relative; text-align:center;}
#menu>li{float:left; width:170px; height:48px; position:relative;}
#menu>li:first-of-type{width:138px;}
#menu>li>a{display:block; height:48px; line-height:48px; font-size:18px;}
#menu li a:link, #menu li a:visited{color:#fff;}

/*这是第二级菜单*/
#menu ul{width:100%; background-color:#1450dd; position:absolute; z-index:999; left:0; top:48px; -webkit-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out; margin:20px 0 0 0; opacity:0; visibility:hidden;box-shadow:0 2px 5px rgba(0,0,0,0.2);}
#menu ul li a{display:block; padding:8px; line-height:20px; font-size:15px;}

/**若子级菜单含有子级时，在a标签增加<i>标签作为箭头，由js实现动态增加，箭头大小调节i的边框宽度*/
#menu ul i{display:block; position:absolute; *top:10px; top:calc(50% - 4px); right:2px; z-index:10; width:0; height:0; border-color:transparent; border-width:4px; border-style:solid; border-left:4px #fff solid;}

/*这是第三级菜单 及以后*/
#menu ul ul{top:0; left:100%; width:100%; border-left:1px solid #fff; margin:0 0 0 20px;}
#menu ul ul li a:link, #menu ul ul li a:visited{font-size:14px;}

#menu li:hover > a:hover{background-color:#f90; color:#fff;}
#menu li:hover > a{background-color:#1450dd; color:#ff0;}
#menu li:hover > ul{opacity:1; visibility:visible; margin:0;}


/* 搜索 */
.search{width:232px; height:32px; background:#fff; overflow:hidden; margin:8px 0 0 40px; float:left;}
.search .keyValue{width:calc(100% - 48px); height:32px; line-height:32px; background:none; border:0; padding:0 8px; margin:0; float:left; font-size:14px;}
.search .keyValue::placeholder{color:#aaa;}
.search .submitBtn{display:block; width:32px; height:32px; background:#d8e4ff url(../images/iSearch.png) no-repeat center center; border:0; margin:0; cursor:pointer; float:left;}


.bannerBox{padding-top:10px; background:#f6f9ff; position:relative;}
.banner{position:relative;}
.banner .swiper-slide p{width:100%; height:350px; background-repeat:no-repeat; background-position:center center; background-size:cover;}
.banner .swiper-pagination-bullets{height:7px !important; bottom:20px !important;}
.banner .swiper-pagination-bullet{width:10px; height:10px; display:inline-block; border-radius:10px; background:#fff; opacity:1; vertical-align:top; margin:0 5px !important;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#2e6bf9;}
.banner .swiper-button-prev, .banner .swiper-button-next{width:40px; height:60px; background-color:rgba(0,0,0,0.15); background-repeat:no-repeat; background-position:center center; background-size:auto 27px; opacity:0; -webkit-border-radius:0; border-radius:0;}
.banner .swiper-button-prev{background-image:url(../images/prev.png); left:0;}
.banner .swiper-button-next{background-image:url(../images/next.png); right:0;}
.banner:hover .swiper-button-prev, .banner:hover .swiper-button-next{opacity:0.7; background-color:rgba(0,0,0,0.5);}
.banner .swiper-button-prev:hover, .banner .swiper-button-next:hover{opacity:1; background-color:rgba(0,0,0,0.5);}
.banner .swiper-button-prev:after, .banner .swiper-button-next:after{display:none;}


.indH1{height:41px; line-height:32px; padding-bottom:6px; font-weight:normal; background:url(../images/hBg1.png) no-repeat center center; display:flex; align-items:center; justify-content:center; position:relative;}
.indH1 p{width:134px; height:35px; text-align:center; font-size:24px; color:#fff;}
.indH1 a{display:block; height:29px; line-height:29px; font-family:"宋体"; font-size:12px; color:#8f97bb; position:absolute; right:0; top:6px;}
.indH1 a:hover{color:#2e6bf9;}

.indH2{height:33px; line-height:33px; font-weight:normal; background:url(../images/hBg2.png) repeat-y right top; background-size:96% auto; display:flex; align-items:center; justify-content:center; position:relative;}
.indH2 p{flex:1; height:33px; font-size:24px; display:flex;}
.indH2 p span{display:block; width:69px; height:33px; background:url(../images/hBg3.png) no-repeat center center; text-align:center; color:#fff;}
.indH2 a{display:block; height:33px; line-height:33px; font-family:"宋体"; font-size:12px; color:#8f97bb;}
.indH2 a:hover{color:#2e6bf9;}


/* 普通新闻列表 */
.newsList li{border-bottom:#e9e9e9 1px dashed;}
.newsList li a{display:flex; align-items:center; justify-content:center;}
.newsList li h3{flex:1; height:43px; line-height:43px; font-size:16px; font-weight:normal; position:relative; padding-left:15px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; position:relative;}
.newsList li h3:before{display:block; content:""; width:5px; height:5px; background:#2e6bf9; position:absolute; left:0; top:50%; transform:rotate(45deg) translateY(-50%);}
.newsList li p{text-align:right; color:#999; height:43px; line-height:43px; padding-left:20px;}
.newsList li a:hover{color:#2e6bf9;}


.service{padding-top:50px; height:179px;}
.service .indH1{margin-bottom:30px;}
.service .swiper-slide{display:block; width:200px; height:108px; float:left; position:relative; overflow:hidden; background:url(../images/loading.gif) no-repeat center center;}
.service .swiper-slide img{width:200px; height:108px;}
.service .swiper-pagination-bullets{height:10px !important; bottom:0 !important;}
.service .swiper-pagination-bullet{margin:0 5px !important; display:inline-block; vertical-align:top;}
.service .swiper-pagination-bullet-active{opacity:1; background:#2e6bf9;}


.F1{padding:60px 0 40px;}
.news{width:848px; height:314px; float:left;}
.newsCon{padding-top:21px; height:260px;}
.picNews{width:386px; height:260px; overflow:hidden; position:relative; float:left;}
.picNews .swiper-slide{display:block; width:386px; height:260px; float:left; position:relative; overflow:hidden; background:url(../images/loading.gif) no-repeat center center;}
.picNews .swiper-slide a{display:block; height:100%; position:relative;}
.picNews .swiper-slide p{height:260px;}
.picNews .swiper-slide h3{width:calc(100% - 128px); height:48px; line-height:48px; padding:0 112px 0 16px; font-size:16px; font-weight:normal; background:rgba(0,0,0,0.5); color:#fff; position:absolute; left:0; bottom:0;}
.picNews .swiper-pagination-bullets{width:auto !important; height:10px !important; left:auto !important; right:15px; bottom:16px !important;}
.picNews .swiper-pagination-bullet{width:8px; height:8px; border-radius:50%; border:#fff 1px solid; background:rgba(255,255,255,0); opacity:1; margin:0 0 0 8px !important; display:inline-block; vertical-align:top;}
.picNews .swiper-pagination-bullet-active{opacity:1; background:#fff;}
.picNews .swiper-button-prev, .picNews .swiper-button-next{width:16px; height:32px; background-color:rgba(0,0,0,0.15); background-repeat:no-repeat; background-position:center center; background-size:auto 12px;-webkit-border-radius:0; border-radius:0; opacity:0;}
.picNews .swiper-button-prev{background-image:url(../images/prev.png); left:0;}
.picNews .swiper-button-next{background-image:url(../images/next.png); right:0;}
.picNews:hover .swiper-button-prev, .picNews:hover .swiper-button-next{opacity:0.7; background-color:rgba(0,0,0,0.4);}
.picNews .swiper-button-prev:hover, .picNews .swiper-button-next:hover{opacity:1; background-color:rgba(0,0,0,0.6);}
.picNews .swiper-button-prev:after, .picNews .swiper-button-next:after{display:none;}

.txtNews{height:260px; margin-left:400px; overflow:hidden;}
.txtNews ul{position:relative; top:-4px; height:264px;}


.tzgg{margin-left:888px; height:314px;}
.tzgg ul{height:260px; padding-top:21px; overflow:hidden;}
.tzgg ul li{height:76px; padding-bottom:16px;}
.tzgg ul li a{display:block; height:54px; padding:11px 20px; position:relative; background:#f8f9ff;}
.tzgg ul li a:before{width:2px; height:100%; background:#7da0fc; display:block; content:""; position:absolute; left:0; top:0; z-index:0; -webkit-transition:all 0.4s; transition:all 0.4s;}
.tzgg ul li p{height:25px; line-height:25px; color:#5286ff; position:relative; z-index:1;}
.tzgg ul li h3{height:29px; line-height:29px; font-size:16px; font-weight:normal; position:relative; z-index:1; color:#333;}
.tzgg ul li a:hover p, .tzgg ul li a:hover h3{color:#fff;}
.tzgg ul li a:hover:before{width:100%; background:#2e6bf9;}


.logisticsH{margin-top:60px;}
.logistics{background:url(../images/hqfcBg.jpg) no-repeat bottom center; background-size:cover; padding-bottom:60px;}
.logistics .scroll{height:205px; overflow:hidden;}
.logistics .scroll ul{width:100%; height:205px; white-space:nowrap; font-size:0;}
.logistics .scroll li{display:inline-block; vertical-align:top; width:306px; position:relative; overflow:hidden; background:url(../images/loading.gif) no-repeat center center; margin-right:12px;}
.logistics .scroll li a{display:block; height:100%; position:relative; overflow:hidden;}
.logistics .scroll li p{height:205px;}
.logistics .scroll li h3{width:calc(100% - 30px); height:36px; line-height:36px; text-align:center; background:rgba(0,0,0,0.5); color:#fff; font-size:16px; font-weight:normal; padding:0 15px; position:absolute; left:0; bottom:0;}


.foot{background:#1450dd; padding:24px 0; line-height:30px; font-size:14px; color:rgba(255,255,255,0.7); text-align:center}
.foot a{color:rgba(255,255,255,0.7);}
.foot a:hover{color:#fff;}
.foot a img{height:18px; vertical-align:text-bottom; margin-right:5px;}
.foot span{padding-left:1em;}


#goHeadBtn{display:block; width:50px; height:50px; z-index:999; background:url(../images/goHeadBtn.png) no-repeat; position:fixed; right:20px; bottom:116px; -webkit-transition:none; -moz-transition:none; -ms-transition:none; -o-transition:none; transition:none;}


.ny{padding:30px 0 50px;}
.left{width:278px; float:left; background:#f3f3f3; margin-bottom:20px;}
.left h2{line-height:24px; padding:20px; background:#2e6bf9; color:#fff; text-align:center; font-size:24px; font-weight:normal;}
.left ul li a{display:block; line-height:25px; border-bottom:#e5e5e5 1px solid; padding:12px 25px 12px 20px; position:relative;}
.left ul li a:after{display:block; width:6px; height:11px; background:url(../images/a01.png) no-repeat; content:""; position:absolute; right:20px; top:calc(50% - 5.5px); -webkit-transition:all 0.4s; transition:all 0.4s;}
.left ul li a:hover{color:#2e6bf9;}
.left ul li a.on{color:#fff; background:#f90;}
.left ul li a.on:after{background-image:url(../images/a02.png);}


.right{margin-left:318px;}
.post{height:53px; border-bottom:#d7d7d7 1px solid;}
.post p{height:53px; line-height:53px; float:left; font-size:24px; color:#2e6bf9;}
.post span{float:right; display:block; height:33px; line-height:33px; padding-top:15px; font-size:14px; color:#888;}
.post span a:link, .post span a:visited{color:#888;}
.post span a:hover{color:#2e6bf9;}


.list01{padding-top:10px;}

.page01{text-align:center; padding-top:30px; font-size:14px;}

.articleTitle{padding:30px 0 20px; line-height:36px; font-size:24px; font-weight:600; text-align:center;}
.articleInfo{width:96%; font-size:14px; height:36px; line-height:36px; background:#f5f5f5; color:#666; text-align:center; margin:0 auto;}
.articleInfo label{padding-left:30px;}
.articleCon{line-height:30px; padding:20px 0 30px; text-justify:inter-ideograph;text-align:justify;}
.articleCon img{max-width:1000px; height:auto !important; margin:0 auto;_width:expression(document.body.clientWidth > 1000 ? "1000px" : "auto"); vertical-align:top;}
.article2 .articleCon img{max-width:1260px; _width:expression(document.body.clientWidth > 1260 ? "1260px" : "auto");}


.picList01{}
.picList01 ul{margin-left:-30px; font-size:0;}
.picList01 ul li{display:inline-block; zoom:1; vertical-align:top; width:294px; margin:30px 0 0 30px; text-align:center;}
.picList01 ul li p{height:186px; padding:9px; border:#e5e5e5 1px solid; overflow:hidden; -webkit-transition:all 0.4s; transition:all 0.4s;}
.picList01 ul li h3{height:30px; line-height:30px; font-size:16px; font-weight:normal; padding-top:5px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.picList01 ul li a:hover p{border-color:#195fca;}
.picList01 ul li a:hover{color:#195fca;}


#lightbox_mask{display:none; position:fixed; z-index:9999; left:0; top:0; width:100%; height:100%; background-color:rgba(0,0,0,0.7);}
#lightbox_popup{display:none; position:fixed; z-index:10000; left:0; top:0; width:100%; height:100%;}
#lightbox_popup .pic-view{position:absolute; top:5%; left:5%; width:90%; height:90%; text-align:center;}
#lightbox_popup .pic-view .pic{max-width:100%; max-height:100%; border:5px solid #fff; border-radius:3px;}
#lightbox_popup .btn-view .btn{position:absolute; width:40px; height:40px; line-height:40px; text-align:center; font-size:24px; text-decoration:none; border-radius:32px; background-color:#000; opacity:.4; color:#fff; 
transition:all .3s;}
#lightbox_popup .btn-view .btn:hover{opacity:1; transform:scale(1.4);}
#lightbox_popup .btn-view .btn-prev{left:10px; top:48%;}
#lightbox_popup .btn-view .btn-next{right:10px; top:48%;}
#lightbox_popup .btn-view .btn-close{right:10px; top:10px;}
#lightbox_popup .caption-view{position:absolute; left:0; bottom:0; width:100%; height:38px; background-color:rgba(0,0,0,0.7); text-align:center;}
#lightbox_popup .caption-view p{line-height:38px; color:#fff;}




/* 单选框、复选框重定义样式 */
input[type="radio"], input[type="checkbox"]{-webkit-appearance:none; -moz-appearance:none; appearance:none; outline:0; cursor:pointer; width:16px; height:16px; background:url(../images/blue.png) no-repeat; margin:0 4px 0 0;}
input[type="radio"]{background-position:-80px 0;}
input[type="radio"]:hover{background-position:-96px 0;}
input[type="radio"]:checked{background-position:-112px 0;}
input[type="radio"]:disabled,
input[type="radio"]:disabled:hover{background-position:-128px 0;}
input[type="radio"]:checked:disabled,
input[type="radio"]:checked:disabled:hover{background-position:-144px 0; cursor:no-drop;}
input[type="checkbox"]{background-position:0 0; -webkit-border-radius:2px; border-radius:2px;}
input[type="checkbox"]:hover{background-position:-16px 0;}
input[type="checkbox"]:checked{background-position:-32px 0;}
input[type="checkbox"]:disabled,
input[type="checkbox"]:disabled:hover{background-position:-48px 0; cursor:no-drop;}
input[type="checkbox"]:checked:disabled,
input[type="checkbox"]:checked:disabled:hover{background-position:-64px 0; cursor:no-drop;}

/* 表单 input textarea select */
.txt{background-color:#fff; border:1px solid #dcdcdc; color:#555; -webkit-transition:border linear .2s,box-shadow linear .2s; transition:border linear .2s,box-shadow linear .2s; outline:none; -webkit-appearance:none; -webkit-user-select:auto; vertical-align:top; padding:0 5px; font-size:15px; color:#333; border-radius:3px;}
input.txt{height:22px; line-height:22px;}
textarea.txt{height:72px; line-height:24px; resize:none;}

.formBox{background:#f2f3f7 url(../images/formBg.jpg) no-repeat center top; background-size:100% auto;}
.formHead{height:150px; color:#fff;}
.formHead .logo{height:150px; line-height:100px;}
.formHead .logo p{font-family:"方正正准黑简体"; font-size:32px; padding-left:20px;}

.form{width:1160px; padding:0 50px; background:#fff; margin:0 auto;}
.formCon{padding:15px 0;}
.formCon:last-of-type{padding-bottom:50px;}
/*
.form .formTitle{line-height:36px; padding-bottom:15px; font-size:24px; text-align:center; position:relative;}
.form .formTitle:before, .form .formTitle:after{display:block; width:100%; height:1px; background:#eaeaea; content:""; position:absolute; left:0; bottom:0;}
.form .formTitle:after{width:64px; height:2px; background:#2e6bf9; left:50%; margin-left:-32px; z-index:1;}
*/
.formTitle{height:18px; line-height:18px; margin:30px 0 -10px; padding-left:10px; border-left:#098df4 4px solid; font-size:16px; color:#098df4;}

.formList{padding-top:20px; line-height:30px;}
.formList h3{line-height:30px; font-size:15px; font-weight:normal;}
.formList h3 span{padding-left:4px;}
.formList ul{padding-top:5px; display:flex;}
.formList ul li{width:calc(25% - 40px); line-height:24px; padding-right:40px; font-size:15px; position:relative;}
.formList ul li label{display:flex; align-items:center;}
.formList ul li span .txt{border:0; border-bottom:#000 1px solid; width:150px; margin:0 5px; text-align:center; border-radius:0;}
.formList ul li.other{width:calc(50% - 40px); display:flex;}
.formList p{padding-top:5px;}
.formList textarea.txt{width:calc(100% - 10px); height:120px; line-height:24px;}

.btnDiv{padding:50px 0; text-align:center; font-size:0;}
.btnDiv .btn{display:inline-block; vertical-align:top; zoom:1; padding:0 90px; height:48px; line-height:48px; -webkit-border-radius:48px; border-radius:48px; font-size:16px; margin:0 20px; color:#fff; background:#2587e9; border:#2587e9 1px solid; white-space:nowrap; -moz-user-select:none; -webkit-user-select:none; -ms-user-select:none; outline:0; -webkit-appearance:none; transition:all .3s; -webkit-transition:all .3s; box-sizing:content-box; cursor:pointer; -webkit-appearance:button; letter-spacing:1px;}
.btnDiv .btn:hover{opacity:0.8; filter:alpha(opacity=80);}

.noform{line-height:50px; font-size:24px;}