﻿@charset "UTF-8";
/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {margin:0; padding:0;}
html{-webkit-text-size-adjust:none;}
body{background:#fff; font:12px/2em Microsoft Yahei,tahoma,HELVETICA; }
ol,ul{list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img{border:none; vertical-align:top}
i,em{font-style:normal;}
input,select,option,textarea{font-size:12px;}
fieldset, img{
    border: 0;
}
a:hover{text-decoration:underline;}
a {
    text-decoration: none;
    cursor: pointer;
}

user agent stylesheet
a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}

/* function */
noscript,.spanclass,.pannel,.hidden{display:none;}
.show,.block{display:block;}
.mark,.fl,.mark-sub,.fr{display:inline;}
.mark,.fl{float:left;} .mark-sub,.fr{float:right;}
.fs-14{font-size:14px;} .fs-16{font-size:16px;}
.clear{clear:both; height:0; line-height:0; font-size:0; overflow:hidden;}
.clearfix{*zoom:1} .clearfix:after{content:"\20"; clear:both; height:0; display:block; overflow:hidden;}
﻿body{ background: #fff !important; font: 12px/1.5 Microsoft YaHei,tahoma,arial,\5b8b\4f53; text-align: left; color: #000; }

/* 修正IE6振动bug */
* html, * html body { background-image: url(about:blank); background-attachment: fixed; }

/*设置页面宽度；*/
.inner { width: 1200px; margin: 0px auto; }
/*banner；*/
.container {
    width: 1200px;
    margin: 0 auto;
}
.container .banner-swiper-container {
    width: 100%;
    height: 500px;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.container .banner-swiper-container .banner-item .image-box {
    width: 100%;
    height: 100%;
    border-radius: 0px 0px 2px 2px;
    overflow: hidden;
    position: relative;
}
.image-box {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
}
.container .banner-swiper-container .banner-item .image-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.container .banner-swiper-container .banner-item .info {
    position: absolute;
    bottom: 45px;
    left: 54px;
    right: 54px;
    color: #ffffff;
    font-family: AlibabaPuHuiTiR;
    z-index: 30;
}
.container .banner-swiper-container .banner-item .info .desc {
    margin-top: 10px;
    line-height: 33px;
    font-size: 24px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.container .banner-swiper-container .banner-item .info .title {
    line-height: 55px;
    font-size: 48px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.container .top-news-box {
    height: 180px;
    margin: 16px -5px 0px;
    padding-bottom: 35px;
    border-bottom: 1px solid #EAEAEA;
}
.container .top-news-box .news-item {
    float: left;
    width: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px;
    height: 100%;
    overflow: hidden;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.container .top-news-box .news-item .image-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.container .top-news-box .news-item img {
    overflow: hidden;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    transition: all .7s ease 0s;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.container .top-news-box .news-item span {
    position: absolute;
    z-index: 2;
    bottom: 0;
    height: 44px;
    color: #FFFFFF;
    right: 5px;
    left: 5px;
    padding: 8px 15px;
    font-size: 18px;
    color: #ffffff;
    line-height: 22px;
    overflow: hidden;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
}
.container .banner-swiper-container .swiper-pagination {
    width: auto;
    right: 16px;
    text-align: right;
    bottom: 37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.container .banner-swiper-container .swiper-pagination-bullet {
    cursor: pointer;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
    background-color: #AFAFAF;
}
.container .banner-swiper-container .swiper-pagination-bullet-active {
    width: 25px;
    height: 8px;
    border-radius: 8px;
    background-color: #FFFFFF;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
}
/**/
.over_h { overflow: hidden; zoom: 1; }

.img { border: none; background-color: #fff; }

.pics img {
    width: 150px;
}

/*去掉链接虚线框*/
a { color: #000; text-decoration: none; }

a:hover { color: #380; text-decoration: none; }

a:active { star: expression(this.onFocus=this.blur()); }

a:focus { outline: none; }

.clear { clear: both; }

strong { font-weight: normal; }

body .navibar-wrap { width: 1200px; }

html .g-footer { background: none; }

.fl { float: left; }

.fr { float: right; }

.mark, .fl, .subMark, .fr { display: inline; }

.icons { background: url(https://www1.pconline.com.cn/2019/qiuzhen/images/icons.png) no-repeat scroll 0% 0% transparent; }

.doc { width: 100%; overflow: hidden; }

.fl { float: left; }

.fr { float: right; }

.dn { display: none !important; }

.clear, .clearfix:after { clear: both; height: 0; overflow: hidden; display: block; }

.clearfix:after { visibility: hidden; content: "."; }

.clearfix { *zoom: 1; }

.font-green { color: #1fd1b1; }

.header { height: 60px; padding: 20px 0;    border-bottom: 1px solid #dad8d8; }
.header .logo { float: left; width: 268px; height: 60px; background: url(../skin/logo.png) no-repeat; margin-right: 120px; }
.header .navBox { float: left; height: 50px; font-family: "Microsoft YaHei"; font-size: 16px; line-height: 50px; margin-top: 5px; }
.header .navBox .item { display: inline-block; border-bottom: 3px solid #fff; color: #000; margin-right: 72px; }
.header .navBox .item:hover, .header .navBox .cur { font-weight: bold; color: #000; border-color: #68e1c9; }






.banner { height: 278px; margin-bottom: 40px; }
.banner .leads { width: 432px; height: 175px; padding-top: 60px; margin: 0 auto; color: #fff; }
.banner .leads .tit { display: block; height: 60px; font-family: "Microsoft YaHei"; font-size: 24px; line-height: 50px; text-align: center; position: relative; margin-bottom: 20px; }
.banner .leads .line { display: block; width: 36px; height: 3px; background: #fff; position: absolute; bottom: 0; left: 50%; margin-left: -18px; }
.banner .leads p { font-family: "Microsoft YaHei"; font-size: 16px; line-height: 36px; }

.area { margin-bottom: 60px; }
.area .title { height: 55px; position: relative; font-family: "Microsoft YaHei"; font-size: 24px; line-height: 40px; color: #333; font-weight: bold; text-align: center; margin-bottom: 55px; padding-top: 25px;}
.area .title .line { display: block; width: 24px; height: 2px; background: #1fd1b1; position: absolute; bottom: 0; left: 50%; margin-left: -12px; }

.area1 .picsBox { height: 340px; margin-bottom: 48px; }

.area1 a { display: block; position: relative; }

.area1 .fl { width: 590px; height: 340px; float: left; }

.area1 .fl a img { display: block; }

.area1 .fl a, .area1 .fl a img { width: 590px; height: 340px; }

.area1 a em { position: absolute; left: 0; bottom: 0; height: 44px; line-height: 44px; padding-top: 36px; overflow: hidden; text-align: center; font-size: 16px; color: #fff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.area1 .fl a em { padding: 0 20px; height: 60px; line-height: 60px; font-size: 18px; width: 550px; overflow: hidden; }

.area1 .fr a em { padding: 0 10px; width: 265px; font-size: 14px; overflow: hidden; }

.area1 .fr { width: 610px; height: 340px; float: left; }

.area1 .fr a { width: 285px; height: 160px; float: left; margin: 0 0 20px 20px; }

.area1 .fr a img { display: block; width: 285px; height: 160px; }

em.title-alpha { background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(100%, rgba(0, 0, 0, 0.8))); background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.8) 100%); background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.8) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#131313', GradientType=0); font-weight: bold; }

.area1 .sliderBox { height: 160px; position: relative; overflow: hidden; }
.area1 .slide-wrap { width: 1200px; height: 160px; overflow: hidden; }
.area1 .pics { height: 160px; margin-right: -24px; overflow: hidden; }
.area1 .pic-item { float: left; width: 23%; height: 160px; overflow: hidden; position: relative; margin-right: 24px; }
.area1 .pic-item .info { display: block; width: 232px; height: 135px; background: url(https://www1.pconline.com.cn/2019/qiuzhen/images/picbg1.png) no-repeat; position: absolute; top: 0; left: 0; padding: 25px 25px 0 25px; }
.area1 .pic-item strong { display: block; height: 72px; font-family: "Microsoft YaHei"; font-size: 24px; line-height: 36px; letter-spacing: 3px; color: #fff; margin-bottom: 20px; text-align: left; }
.area1 .pic-item .logo { display: block; }
.area1 .btn { display: block; width: 50px; height: 50px; position: absolute; top: 50%; margin-top: -25px; z-index: 100; opacity: 0.7; filter: alpha(opacity=70); }
.area1 .btn-prev { background-position: -2px -5px; left: 0; }
.area1 .btn-next { background-position: -63px -5px; right: 0; }
.area1 .btn:hover { opacity: 1; filter: alpha(opacity=100); }

.area2 { height: 520px; padding-top: 50px; }
.area2 .txt { width: 840px; height: 130px; margin: 0 auto; margin-bottom: 20px; font-family: "Microsoft YaHei"; font-size: 14px; line-height: 36px; color: #333; }
.area2 .txt strong { font-weight: bold; }
.area2 .pics { height: 280px; text-align: center; font-size: 0; padding-left: 78px; }
.area2 .pics .pic { float: left; width: 146px; height: 224px; background: #fff; padding: 40px 101px 0 101px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05); }
.area2 .pics .pic img { display: block; margin-bottom: 10px; }
.area2 .pics .pic .name { display: block; height: 30px; font-family: "Microsoft YaHei"; font-size: 16px; line-height: 30px; color: #333; }

.area3 .ptList { height: 350px; margin-right: -24px; overflow: hidden; }
.area3 .pt { float: left; width: 23%; height: 340px; background: #fff; margin-right: 24px; overflow: hidden; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05); }
.area3 .pt img { display: block; }
.area3 .pt .txt { height: 160px; padding-top: 20px; }
.area3 .pt .tit { display: block; width: 195px; height: 30px; margin: 0 auto; margin-bottom: 15px; font-family: "Microsoft YaHei"; font-size: 16px; line-height: 30px; font-weight: bold; text-align: center; color: #333; }
.area3 .pt p { width: 195px; font-family: "Microsoft YaHei"; font-size: 14px; line-height: 28px; color: #999; margin: 0 auto; }
.area3 .pt:hover { box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); }
.area3 .pt:hover .tit { color: #1fd1b1; }

.area4 .pics { margin-right: -68px; overflow: hidden; }
.area4 .pic { float: left; width: 17%; margin-right: 3.5%;; margin-bottom: 40px; }
.area4 .pic:nth-child(5n)  {margin-right: 0px;}

.area5 { height: 290px; }
.area5 .slider { height: 290px; position: relative; }
.area5 .slide-wrap { width: 1200px; height: 210px; }
.area5 .txtList { height: 210px; overflow: hidden; background: url(https://www1.pconline.com.cn/2019/qiuzhen/images/areabg2.png) no-repeat center bottom; }
.area5 .txt { float: left; width: 384px; height: 137px; margin-right: 8px; margin-left: 8px; box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07); background: #fff; position: relative; padding-top: 30px; margin-top: 10px; }
.area5 .txt p { width: 330px; height: 58px; font-family: "Microsoft YaHei"; font-size: 14px; line-height: 24px; color: #333; margin: 0 auto; }
.area5 .time { display: block; width: 111px; height: 30px; background: #1fd1b1; font-family: "Microsoft YaHei"; font-size: 14px; line-height: 30px; font-weight: bold; color: #fff; text-align: center; margin-bottom: 15px; }
.area5 .icon { width: 0; height: 0; font-size: 0; line-height: 0; overflow: hidden; border: 15px solid transparent; _border-color: pink; _filter: chroma(color=pink); border-top-color: #fff; position: absolute; bottom: -25px; left: 50%; margin-left: -8px; }
.area5 .btn { display: block; width: 50px; height: 50px; position: absolute; top: 50%; margin-top: -75px; z-index: 100; opacity: 0.7; filter: alpha(opacity=70); }
.area5 .btn-prev { background-position: -2px -66px; left: -70px; }
.area5 .btn-next { background-position: -63px -66px; right: -50px; }
.area5 .btn:hover { opacity: 1; filter: alpha(opacity=100); }
.pics-100 img { margin: 1%;}
.title b { font-size: 40px;color: red;margin: 0 8px;font-family: fantasy;}
/****底部***/
.g-footer,.g-footer a{color:#fff;}
.g-footer{font-size:12px;line-height:26px;text-align:left;margin:0 auto;}
.g-footer .gft-wrap{width:1200px;margin:0 auto;padding:20px 0 30px;}
.g-footer .gft-links{text-align:center;}
.g-footer .gft-copyRight{margin-top:5px;text-align:center;}
.g-footer .gft-copyRight dt,.g-footer .gft-copyRight dd{display:inline-block;vertical-align:top;text-align:left;}
.g-footer .gft-copyRight dt,.g-footer .gft-copyRight dd{*display:inline;}
.g-footer .gft-copyRight dd{padding-left:30px;}
body .g-footer { background: #000; }

body .g-footer .gft-links, body .g-footer .gft-links a { color: #7d7d7d; }

body .g-footer .gft-copyRight, body .g-footer .gft-copyRight a { color: #7d7d7d; }
dl.gft-copyRight.mid p {
    text-align: center;
}

.foot-nav a {
    display: -webkit-box;
    line-height: 34px;
}
.foot-left {
    display: flex;
}
.nav-left {
    max-width: 120px;
	min-width: 100px;
	float: left;
	margin-right: 180px;
}
.nav-left span,.nav-right span {
    font-size: 18px;
    line-height: 46px;
	color: antiquewhite;
}
.nav-right {
    float: right;
}
.foot-logo h2{
    position: relative;
    margin-right: 0px;
	max-width: 30%;
    padding: 20px 0;
	}
.gft-wrap .foot-logo p.wenxin {
    float: right;
}
.wenxin img {
    margin-right: 15px;
}
.wenxin.clearfix {
    margin-top: 15px;
}
.wenxin.clearfix img {
    max-width: 90px;
}