main { overflow: hidden; zoom: 1 }

/*slide*/
.slide { position: relative; width: 100%; height: 620px }
.slide-item { position: absolute; height: 100%; width: 100%; background-size: cover; background-position: 50%; background-color: #000; z-index: 99 }
.slide-prev, .slide-next { position: absolute; top: 50%; z-index: 9; width: 64px; height: 64px; margin-top: -30px; border-radius: 50%; cursor: pointer; transition: 0.3s }
.slide-prev:after, .slide-next:after { content: ''; position: absolute; left: 50%; top: 50%; width: 50%; height: 50%; border-top: 2px solid #fff; transition: .3s }
.slide-prev { left: 0; transform: translateX(-100%) }
.slide-prev:after { border-left: 2px solid #fff; transform: translate(-30%, -50%) rotate(-45deg) }
.slide-next { right: 0; transform: translateX(100%) }
.slide-next:after { border-right: 2px solid #fff; transform: translate(-70%, -50%) rotate(45deg) }
.slide-prev:hover:after, .slide-next:hover:after { border-color: #006fc4; filter: drop-shadow(2px 2px 4px rgba(255, 255, 255, .3)) }
.slide:hover .slide-prev { transform: translateX(100%) }
.slide:hover .slide-next { transform: translateX(-100%) }
.slide-page { display: block; position: absolute; bottom: 20px; left: 0; z-index: 2; width: 100%; height: 20px; text-align: center }
.slide-page .swiper-pagination-bullet { display: inline-block; background: rgba(0, 0, 0, 0.2); position: relative; height: 20px; width: 20px; background: none; text-align: center; margin: 0 6px; cursor: pointer }
.slide-page .swiper-pagination-bullet:after { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #fff; position: absolute; left: 50%; top: 50%; margin-left: -3px; margin-top: -3px; -webkit-transition: all .35s ease-in-out; transition: all .35s ease-in-out; -webkit-transform: scale(0.8); transform: scale(0.8); opacity: .3 }
.slide-page .swiper-pagination-bullet:before { content: ""; width: 100%; height: 100%; border: 2px solid #fff; border-radius: 50%; position: absolute; left: 0; top: 0; opacity: .3 }
.slide-page .swiper-pagination-bullet svg circle { stroke-dasharray: 113px; stroke-dashoffset: 0px; stroke-linecap: round; stroke-width: 0; stroke: #fff; fill: none; animation: none; animation-play-state: paused; animation-fill-mode: none }
.slide-page .swiper-pagination-bullet-active { color: #fff; background: none }
.slide-page .swiper-pagination-bullet-active:after { opacity: 1; -webkit-transform: scale(1); transform: scale(1); background: #fff }
.slide-page .swiper-pagination-bullet svg { position: absolute; top: 0; right: 0; width: 20px; height: 20px; -webkit-transform: rotateY(-180deg) rotateZ(-90deg); transform: rotateY(-180deg) rotateZ(-90deg) }
.slide-page .swiper-pagination-bullet.swiper-pagination-bullet-active svg circle { animation-play-state: running; stroke-width: 2px; -webkit-animation: countdown 7s linear forwards; animation: countdown 7s linear forwards }
@-webkit-keyframes countdown {
    from { -webkit-stroke-dashoffset: 113px; stroke-dashoffset: 113px }
    to { -webkit-stroke-dashoffset: 0; stroke-dashoffset: 0 }
}
@keyframes countdown {
    from { -webkit-stroke-dashoffset: 113px; stroke-dashoffset: 113px }
    to { -webkit-stroke-dashoffset: 0; stroke-dashoffset: 0 }
}

/*title*/
.title { padding-top: 70px; text-align: center }
.title h2 { display: inline-block; position: relative; padding: 15px 50px; font-weight: bolder; font-size: 48px; color: #333 }
.title h2:before, .title h2:after { content: ""; position: absolute; top: 0; width: 50px; height: 40px; background: url(../images/title_bg.png) no-repeat }
.title h2:before { left: 0 }
.title h2:after { right: 0 }
.title p { margin-top: 20px; font-size: 18px; color: #626262 }

/*more*/
.more { position: relative; display: inline-block; width: 36px; height: 36px; border: 2px solid rgba(51, 51, 51, .65); border-radius: 100%; cursor: pointer; transition: 0.3s }
.more:after { content: ''; position: absolute; left: 50%; top: 50%; width: 38%; height: 38%; border-top: 2px solid rgba(51, 51, 51, .65); border-right: 2px solid rgba(51, 51, 51, .65); transform: translate(-70%, -50%) rotate(45deg) }
.more:hover { background-color: #006fc4; border-color: #006fc4; filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, .3)) }
.more:hover:after { border-color: #fff }

/*track*/
.track { padding: 12px 0; background: linear-gradient(90deg, #59b1e6, #fff); background: #006fc4 }
.track .row { align-items: center }
.track ul { align-items: flex-end; justify-content: space-between; }
.track ul::after, .track ul::before { content: ""; display: block; }
.track ul li { display: flex; flex-direction: column; flex-wrap: wrap; align-items: center; line-height: 44px; font-weight: bolder; font-size: 18px; color: #1f1f1f }
.search-label { line-height: 22px; font-weight: bolder; color: #fff }
.search-control { display: block; width: 100%; flex: 1; padding: 4px 8px 4px 16px; border: 2px solid transparent; border-radius: 4px; background-color: #fff; background-clip: padding-box; font-size: 14px; line-height: 40px; height:40px; color: #333 }
.search-control:focus { border-color: #ea8415; outline: 0 }
.search-control[disabled] { cursor: not-allowed }
.search-control:disabled, .search-control[readonly] { background-color: #e9ecef; opacity: 1 }
.search-btn { display: inline-block; width: 88px; height: 40px; line-height: 40px; margin-left: 10px; text-align: center; vertical-align: middle; line-height: 1.42858; font-size: 16px; border: 2px solid transparent; border-radius: 4px; cursor: pointer; outline: none; color: #fff; background-color: #ea8415 }
.search-btn:hover { background-color: #e38b2a }

/*product*/
.product { padding-top: 30px; background: url(../images/product_bg.png) no-repeat center 320px }

.column-title { margin-bottom: 17px; padding: 25px 0; align-items: center; justify-content: space-between; border-bottom: 1px solid #898989 }
.column-title h3 { font-weight: bolder; font-size: 28px; color: #333 }
.column-title h3 i { display: inline-block; padding: 0 10px; color: #006fc4 }
.column-title .more { margin-right: 10px }

.column { margin-top: 55px }
.column ul li>a { display: block; position: relative; width: 100%; height: 480px }
.column ul li.col-6>a{ height: 374px }
.column ul li>a { color: #fff }
.column ul li figure { width: 100%; height: 480px; margin: 0; overflow: hidden }
.column ul li figure img { display: inline-block; width: 100%; height: 100%; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); transition: .42s ease }
.column ul li.col-6 figure{ height: 374px }
.column ul li>a:hover figure img { transform: scale3d(1.1, 1.1, 1) }
.column ul li .product-info { position: absolute; bottom: 0; left: 0; right: 0; width: 100%; padding: 30px 20px }
.column ul li .product-info h4 { font-weight: bolder; font-size: 24px; transition: 0.4s; overflow: hidden; white-space: nowrap; text-overflow: ellipsis }
.column ul li>a:hover .product-info h4 { color: #e38b2a }
.column ul li .product-info p { height: 72px; margin-top: 10px; padding-right: 60px; line-height: 36px }
.column ul li .product-info p span { display: inline-block; position: relative; margin-right: 10px; padding-left: 18px }
.column ul li .product-info p span:before { content: ''; display: inline-block; position: absolute; left: 0; top: 50%; width: 7px; height: 7px; border-radius: 100%; background: #fff; transform: translateY(-50%) }
.column ul li .product-info em { display: inline-block; position: absolute; right: 20px; bottom: 50px; width: 36px; height: 36px; border: 2px solid #fff; border-radius: 100% }
.column ul li>a:hover .product-info em { background: #e38b2a }
.column ul li .product-info em:after, .column ul li .product-info em:before { content: ''; width: 18px; height: 2px; background: #fff; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%) }
.column ul li .product-info em:after { -webkit-transform: translate(-50%, -50%) rotate(90deg); transform: translate(-50%, -50%) rotate(90deg); -webkit-transition: all .4s ease; transition: all .4s ease }
.column ul li>a:hover .product-info em:after { -webkit-transform: translate(-50%, -50%) rotate(180deg); transform: translate(-50%, -50%) rotate(180deg) }

.video { margin-top: 100px }
.video h3 { display: flex; align-items: center; justify-content: center; font-weight: bolder; font-size: 42px; color: #333 }
.video h3 img { margin-right: 12px }

.product-video{ width: 100%; max-height: 720px; margin-top: 70px }

/*good*/
.goodbox { margin-top: 70px; padding-bottom: 65px; overflow: hidden; background: url(../images/good_bg.jpg) no-repeat center/ cover }
.good { width: 100%; margin-top: 75px; background: url(../images/good_img.png) no-repeat center; justify-content: space-between }
.good ul { width: 360px }
.good ul.col-left { text-align: right }
.good ul li { display: flex; align-items: center; justify-content: space-between; width: 360px; padding: 20px 0 }
.good ul li .good-info { width: 280px }
.good ul li .good-info span { display: block; line-height: 42px; font-weight: 600; font-size: 24px; color: #000 }
.good ul li .good-info p { line-height: 26px; font-size: 14px; color: #444444 }
.good-flex { display: flex; align-items: center; justify-content: center; margin-top: 80px }
.good-tel { position: relative; height: 50px; padding-left: 74px; line-height: 50px; color: #fff; font-size: 18px; border-radius: 25px; background: #18459c }
.good-tel:before { content: ''; display: block; position: absolute; top: 9px; left: 27px; width: 32px; height: 32px; background: url(../images/tel.png) no-repeat center/ cover }
.good-tel span { font-size: 32px; font-family: "tel"; vertical-align: top }
.good-tel a { display: inline-block; height: 50px; margin-left: 80px; padding: 0 41px; color: #18459c; font-size: 20px; letter-spacing: 2px; border: 1px solid #18459c; border-radius: 25px; background: #fff; transition: .2s }
.good-tel a:hover { color: #fff; background: #ea8415 }

/*news*/
.news { margin-top: 60px; padding-bottom: 40px }
.news ul li { cursor: grab }
.news ul li figure { width: 100%; max-height: 396px; margin: 0; overflow: hidden }
.news ul li figure img { display: inline-block; width: 100%; height: 100%; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); transition: .42s ease }
.news ul li:hover figure img { transform: scale3d(1.1, 1.1, 1) }
.news ul li .news-info { position: relative; max-height: 396px; padding: 40px 40px 30px !important; background: #fff; box-sizing: border-box }
.news ul li .news-info h4 { font-size: 20px; color: #333; overflow: hidden; white-space: nowrap; text-overflow: ellipsis }
.news ul li .news-info p { display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; overflow-wrap: break-word; -webkit-line-clamp: 5; text-overflow: ellipsis; margin-top: 30px; line-height: 28px; font-size: 14px; color: #838383 }
.news ul li .news-info time { display: block; margin-top: 60px; font-size: 14px; color: #505050 }
.news ul li .news-info .more { position: absolute; right: 40px; bottom: 30px }
.news-page { position: absolute; left: 0; bottom: 0; width: 100%; font-size: 0; text-align: center; -webkit-transition: .3s opacity; -o-transition: .3s opacity; transition: .3s opacity; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); z-index: 1 }
.news-page .swiper-pagination-bullet { display: inline-block; position: relative; width: 8px; height: 8px; margin: 0 5px; background-color: #666; border-radius: 4px; cursor: pointer; opacity: 1; transition: 0.5s }
.news-page .swiper-pagination-bullet-active { width: 24px; background-color: #006fc4 }

/*abouts*/
.aboutsbox { position: relative; width: 100%; margin-top:90px; padding-bottom: 60px; color: #fff; background: url(../images/abouts_bg.jpg) no-repeat top center; background-size: cover }
.aboutsbox .container { position: relative; z-index: 5 }
.abouts { flex-direction: column; align-items: center }
.abouts .title h2, .abouts .title p { color: #fff }
.abouts-info { width: 100%; margin-top: 30px; line-height: 40px; text-align: center }
.abouts-more { margin-top: 30px; border-color: rgba(255, 255, 255, .65) }
.abouts-more:after { border-top-color: rgba(255, 255, 255, .65); border-right-color: rgba(255, 255, 255, .65) }
.abouts-count { width: 100%; margin-top: 45px; align-content: center; justify-content: space-around; align-items: center }
.abouts-count li { flex: 1; text-align: center; border-right: 1px solid rgba(255, 255, 255, .34) }
.abouts-count li:last-child { border-right: none }
.abouts-count li b { position: relative; line-height: 72px; font-family: Arial-Black, Arial; font-weight: bold; font-size: 72px }
.abouts-count li b span { padding-right: 30px }
.abouts-count li b em { position: absolute; right: 0; font-style: normal; font-weight: 500; font-size: 36px }
.abouts-count li p { margin-top: 5px; line-height: 25px; letter-spacing: 1px; font-weight: bolder; font-size: 20px }
.abouts-sub { margin-top: 50px }
.abouts-sub a { display: flex; flex-wrap: wrap; flex-direction: column; align-items: center; justify-content: flex-end; padding: 0 38px; font-size: 18px; color: #fff }
.abouts-sub a:hover { color: #e38b2a }
.abouts-sub a i { margin-bottom: 20px }
.abouts-sub a i.icon-culture { width: 46px; height: 46px; background: url(../images/about_icon_1.png) no-repeat }
.abouts-sub a i.icon-honor { width: 42px; height: 48px; background: url(../images/about_icon_2.png) no-repeat }
.abouts-sub a i.icon-rd { width: 50px; height: 43px; background: url(../images/about_icon_3.png) no-repeat }
.abouts-sub a:hover i.icon-culture { background: url(../images/about_icon_1_hover.png) no-repeat }
.abouts-sub a:hover i.icon-honor { background: url(../images/about_icon_2_hover.png) no-repeat }
.abouts-sub a:hover i.icon-rd { background: url(../images/about_icon_3_hover.png) no-repeat }

/*partner*/
.partner { position: relative; width: 100%; height: 100px; margin-top: 60px }
.partner-scrolling { width: 100%; height: 100px }
.partner-scrolling ul { height: 100px }
.partner-scrolling ul li { display: flex; justify-content: center; align-items: center; width: 20%; height: 100px; cursor: grab; background: #ffff; border: 2px solid #eaeaea; box-sizing: border-box; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); transition: .42s ease }
.partner-scrolling ul li img { max-width: 100%; max-height: 100% }
.partner-scrolling ul li:hover { border-color: #006fc4; box-shadow: 0px 6px 16px 0px rgba(227, 227, 227, 0.5) }
.partner .partner-prev, .partner .partner-next { display: block; position: absolute; top: 50%; z-index: 1; width: 32px; height: 32px; line-height: 32px; text-align: center; margin-top: -15px; font-size: 30px; font-weight: 600; color: #c3c3c3 }
.partner .partner-prev { left: -42px }
.partner .partner-next { right: -42px }
.partner .partner-prev:hover, .partner .partner-next:hover { cursor: pointer; color: #006fc4 }

/*grid*/
@media only screen and (max-width:1400px){}
@media only screen and (max-width:1200px){}
@media only screen and (max-width:992px){
    /*slide*/
    .slide { height: 27rem }
}
@media only screen and (max-width:768px){
    /*slide*/
    .slide { height: 16.875rem }
}
@media only screen and (max-width:576px){
	/*title*/
	.title { padding-top: 40px }
	.title h2 { padding: 8px 36px; font-size: 32px }
	.title h2:before, .title h2:after { width: 32px; height: 26px; background: url(../images/title_bg.png) no-repeat center/ cover }
	.title p { margin-top: 10px; font-size: 16px }

	/*track*/
	.track ul { margin-top: 24px }

	/*product*/
	.product { padding-top: 20px }

	.column { margin-top: 20px }
	.column ul li>a { margin-top: 17px }
	.column ul li:first-child>a{ margin-top: 0 }

	.video { margin-top: 50px }
	.video h3 { display: flex; flex-direction: column; font-size: 18px }
	.video h3 img { margin-right: 0; margin-bottom: 20px }
	.product-video { margin-top: 40px }

	/*good*/
	.goodbox { margin-top: 50px; padding-bottom: 50px }
	.good { margin-top: 40px; background: none }
	.good ul li { width: 100%; padding: 10px 0 }
	.good ul li .good-info { width: calc(100% - 80px) }
	.good ul li .good-info span { font-size: 22px }
	.good ul li .good-info p { line-height: 26px }
	.good-flex { margin-top: 40px }
	.good-tel { padding-left: 50px; padding-right: 20px; font-size: 14px }
	.good-tel:before { top: 12px; left: 17px; width: 26px; height: 26px }
	.good-tel span { font-size: 18px; font-family: "tel"; vertical-align: top }
	.good-tel a { display: none }

	/*news*/
	.news { margin-top: 40px }
	.news ul li .news-info { height: 340px; padding: 25px 25px 0 !important }
	.news ul li .news-info p { margin-top: 20px }
	.news ul li .news-info time { margin-top: 30px }

	/*abouts*/
	.aboutsbox { height: initial; margin-top: 50px; padding-bottom: 40px }
	.abouts-info { line-height: 36px; font-size: 15px }
	.abouts-count li:nth-child(2) { border-right: none }
	.abouts-count li:last-child { margin-top: 20px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .34) }
	.abouts-count li b { line-height: 50px; font-size: 50px }
	.abouts-sub a { padding: 0 10px }

	/*partner*/
	.partner { margin-top: 40px }
	.partner .partner-prev, .partner .partner-next{ display: none }

	/*footer*/
    footer { margin-top: 40px }
}





/* 主体 */
/* 第一部分 */
 .content1 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

 .qyyw {
    display: none;
}

 .hot {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    padding-top: 20px;
}

 .hot>a {
    display: block;
    color: #0065c0;
}

 .hot>a:hover {
    color: #ff9724;
}

 .hot>a+a {
    display: inline-block;
    color: #333;
    font-size: 18px;
    font-weight: normal;
    padding: 0 10px;
}

 .hot>a+a:hover {
    color: #0065c0;
}

 .xwzx {
    padding-top: 35px;
}

 .xwzx-lf {
    width: 598px;
    float: left;
    position: relative;
    height: 540px;
    overflow: hidden;
}

 .xwzx-lf .swiper-pagination {
    display: none;
}

 .xwzx-lf .next,
 .xwzx-lf .prev {
    width: 34px;
    height: 73px;
    position: absolute;
    top: 34%;
    z-index: 2;
    display: none;
    cursor: pointer;
}

 .xwzx-lf .prev {
    background: url(../images/qyxw-lf.png) no-repeat;
    left: 0;
}

 .xwzx-lf .next {
    background: url(../images/qyxw-rt.png) no-repeat;
    right: 0;
}

 .xwzx-lf:hover .next,
 .xwzx-lf:hover .prev {
    display: inline-block;
}

 .xwzx-lf .bd a {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden
}

 .xwzx-lf .bd .xwzx-pic {
    line-height: 400px;
    text-align: center;
    height: 400px;
}

 .picScrolls1 .bd img {
    max-width: 100%;
    max-height: 100%;
}

 .xwzx-pic>span {
    filter: blur(9px);
    -ms-filter: blur(9px);
    width: 100%;
    height: 100%;
    display: block;
}

 .xwzx-lf .bd .lun-title p {
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    padding: 15px 0;
    display: inline-block;
}

 .xwzx-lf .bd .lun-title p:hover {
    color: #0065c0;
}

 .xwzx-lf .bd p {
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    padding: 0;
}

 .xwzx-rt {
    width: 50%;
    float: left;
    overflow: hidden;
}

 .xwzx-nav {
    position: relative;
}

 .xwzx-nav .xwzx-title {
    overflow: hidden;
    background-color: #f4f7f9;
    font-size: 22px;
}

 .xwzx-title>li {
    float: left;
    display: block;
    padding: 16px;
    margin: 0 8px;
    cursor: default;
}

 .xwzx-title .active {
    font-weight: bold;
    color: #0065c0;
    border-bottom: 2px solid #0065c0;
}

 .block {
    display: block !important;
}

 .xwzx-m {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
}

 .xwzx-m>li {
    display: none;
    font-size: 16px;
}

 .xwzx-m>li a {
    color: #999999;
}

 .xwzx-m>li a:hover {
    color: #0065c0;
}

 .xwzx-list {
    display: none;
    background: url(../images/ty-shu.png) no-repeat 70px center;
}

 .xwzx-list:first-child {
    display: block;
}

 .xwzx-list>li {
    min-height: 90px;
    overflow: hidden;
    margin-top: 30px;
    position: relative;
}

 .xwzx-list>li+li .xwzx-time {
    background: url(../images/ty-ban.png) no-repeat center;
}

 .xwzx-time {
    text-align: center;
    position: absolute;
    left: 30px;
    font-size: 14px;
    color: #999999;
    background: url(../images/ty-quan.png) no-repeat center;
    width: 80px;
    height: 80px;
    top: 50%;
    margin-top: -40px;
}

 .xwzx-time>div>span {
    display: block;
    font-size: 35px;
    font-weight: bold;
}

 .yd-time {
    display: none;
}

 .xwzx-link {
    padding-left: 124px;
    display: block;
}

 .xwzx-link .xwzx-title {
    font-weight: bold;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

 .xwzx-link .xwzx-title a:hover {
    color: #0065c0;
}

 .xwzx-link .xwzx-sub {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}



/* 第四部分 */
 .content4_w {
    background-color: #fafafa;
	margin:40px auto 0;
	padding-bottom:60px;
	clear:both;
	overflow:hidden;
	}
 .content4 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 50px;
}

 .content4-lf {
    float: left;
    width: 585px;
    margin-right: 30px;
}

 .qytj-nav {
    position: relative;
    border-bottom: 1px solid #e9e9e9;
}

 .qytj-nav .qytj-title {
    overflow: hidden;
    font-size: 22px;
    margin-bottom: -1px;
}

 .qytj-title>li {
    float: left;
    display: block;
    padding-bottom: 15px;
    margin-right: 30px;
    cursor: default;
}

 .qytj-title .active,
 .qytj-title .active>a {
    font-weight: bold;
    color: #0065c0;
    border-bottom: 2px solid #0065c0;
    padding-bottom: 13px;
}

 .qytj-m {
    position: absolute;
    right: 5px;
    bottom: 15px;
}

 .qytj-m>li {
    display: none;
    font-size: 16px;
}

 .qytj-m>li a {
    color: #999999;
}

 .qytj-m>li a:hover {
    color: #0065c0;
}

 .qytj-txt {
    overflow: hidden;
}

 .qytj-list {
    display: none;
    padding-left: 5px;
}

 .qytj-list:first-child {
    display: block;
}

 .qytj-list>li {
    overflow: hidden;
    margin-top: 25px;
    position: relative;
    padding-left: 20px;
    background: url(../images/dian.png) no-repeat left center;
}

 .qytj-list>li.active {
    margin-top: 20px;
    margin-bottom: 5px;
    padding-left: 0;
    background: none;
}

 .qytj-list>li.active>span {
    display: none;
}

 .qytj-pic {
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -38px;
    width: 110px;
    height: 76px;
    overflow: hidden;
}

 .qytj-pic img {
    width: 100%;
    height: 100%;
}

 .qytj-list>li.active .qytj-link {
    padding-left: 124px;
    display: block;
}

 .qytj-list>li.active .qytj-link .qytj-title {
    font-weight: bold;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

 .qytj-list>li.active .qytj-link .qytj-sub {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

 .qytj-list>li>span {
    position: absolute;
    right: 0;
    top: 0;
    color: #999999;
}

 .qytj-list>li .qytj-link {
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

 .content4-rt {
    float: left;
    width: 585px;
}

 .qytj-list>li .qytj-link a:hover {
    color: #0065c0;
}


/**************/

/* 第五部分 */
 .content5 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 50px 0 30px;
}

 .pic-nav {
    position: relative;
    border-bottom: 1px solid #e9e9e9;
}

 .pic-nav .pic-title {
    overflow: hidden;
    font-size: 22px;
    margin-bottom: -1px;
}

 .pic-title>li {
    float: left;
    display: block;
    padding-bottom: 15px;
    margin-right: 30px;
    cursor: default;
}

 .pic-title .active {
    font-weight: bold;
    color: #0065c0;
    border-bottom: 2px solid #0065c0;
    padding-bottom: 13px;
}

 .pic-m {
    position: absolute;
    right: 5px;
    bottom: 15px;
}

 .pic-m>li {
    display: none;
    font-size: 16px;
}

 .pic-m>li a {
    color: #999999;
}

 .pic-m>li a:hover {
    color: #0065c0;
}

 .pic-txt {
    padding-top: 25px;
    overflow: hidden;
}

 .pic-list {
    display: none;
    overflow: hidden;
}

 .pic-list:first-child {
    display: block;
}

 .pic-list>li {
    width: 588px;
    height: 370px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

 .pic-list>li+li {
    width: 285px;
    height: 175px;
}

 .pic-list>li+li+li {
    margin-right: 0;
}

 .pic-list>li+li+li+li {
    margin-right: 20px;
}

 .pic-list>li+li+li+li+li {
    margin-right: 0;
}

 .pic-text {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

 .pic-images {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

 .pic-images span {
    filter: blur(9px);
    -ms-filter: blur(9px);
    width: 100%;
    height: 100%;
    display: block;
}

 .pic-images img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

 .pic-images:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}

 .pic-text>p,
.xwzxs .pic-text>p {
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 40px;
    text-align: center;
    padding: 0 5px;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 10;
}

 .pic-text:hover>p {
    color: #ff9724;
}

 .pic-text>span {
    position: absolute;
    display: block;
    width: 100%;
    height: 40px;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
}

 .pic-text>i {
    width: 62px;
    height: 62px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -31px;
    margin-left: -31px;
    background: url(../images/play.png) no-repeat;
}

 .pic-list>li+li .pic-text>i {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    background: url(../images/plays.png) no-repeat;
}


/***********************************/




@media only screen and (max-width:1200px){
	.content1,.content5{
		padding:0 15px;
		width:100%;
		box-sizing:border-box;}
.xwzx-lf{
	float:none;
	width:100%;}
.xwzx-rt{float:none;
	width:100%;}
.picScrolls1 .bd img{
	width:100%;}
.content5{
	margin-top:40px;}


/***********************/
	.content4{
		padding-left:15px;
		padding-right:15px;
		width:100%;
		box-sizing:border-box;}
.content4-lf,.content4-rt{
	float:none;
	width:100%;}
.content4-lf{
	margin-bottom:40px;}


/*********************/
}
@media only screen and (max-width:768px){
	.xwzx-lf .bd .xwzx-pic img{
		height:100%;}
		.xwzx-rt{
			margin-top:30px;}
		.xwzx-m{
			display:none;}
			.qytj-m{
			display:none;}
		.xwzx-time{
			left:0;}
		.xwzx-list {

    background: url(../images/ty-shu.png) no-repeat 40px center;
}

.xwzx-link {
    padding-left: 95px;

}

.pic-list>li{
	float:none;	height:300px;
	width:100%;}
.pic-list>li+li{
	float:none;
	height:300px;
	width:100%;}

	}
@media only screen and (max-width:440px){
	.xwzx-title>li {font-size: 20px;
    padding: 10px 5px;}
	.qytj-title>li{
		margin-right:15px;}
		.qytj-title>li:last-child{
			margin-right:0;}
		.qytj-nav .qytj-title{
			font-size:20px;}
		.news ul li .news-info time{
			margin-top:15px;}
		.news ul li .news-info{
			height:300px;}
		.footnav{
			display:none;}
}





.qytj {
margin-top: 100px;
}

.qytj .banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center;
    height: 340px;
}
.qytj .banner-title {
    position: absolute;
    width: 1200px;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -47px;
    color: #fff;
    text-align: left;
}
.qytj .banner-title>p {
    font-size: 48px;
    padding-bottom: 5px;
    font-weight: bold;
}
.qytj .banner-title>span {
    font-size: 20px;
    text-transform: uppercase;
}



/*********************************/
.lanmu {
    width: 1215px;
    margin: 0 auto;
    margin-bottom: 30px;
    position: relative;
    background: url(../images/tbt1.jpg) repeat-y left;
    left: -15px;
	clear:both;
	overflow:hidden;
}

.lanmu-lf {
    width: 310px;
    float: left;
    padding: 30px 0 100px;
}

.lanmu-lf>a {
    display: block;
    font-size: 20px;
    line-height: 30px;
    padding: 10px 0;
    text-align: center;
    width: 220px;
    margin: 0 auto;
    border-bottom: 1px solid #e0e0e0;
}


.lanmu-lf .active, .lanmu-lf a:hover {
    font-weight: bold;
    color: #0f71bb;
}

.lanmu-sanji.qygk-list {
    line-height: 45px;
    font-size: 16px;
    width: 220px;
    margin: 0 auto;
}
.lanmu-sanji.qygk-list li {
    float: none;
    border-radius: 0;
    margin: 0;
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
}
.lanmu-sanji.qygk-list li.active, .lanmu-sanji.qygk-list li:hover {
    background-color: transparent;
}


.lanmu-rt {
    float: right;
    width: 885px;
	min-height:500px;
}


.lanmu-head {
    margin: 20px 0;
    line-height: 40px;
    overflow: hidden;
	border-bottom:1px dashed #dfdfdf;
}

.lanmu-head>span {
    font-size: 20px;
    font-weight: bold;
    color: #0068b7;
    padding-left: 20px;
    background: url(../images/title-bg.png) no-repeat left center;
}
.lanmu .dqwzs {
    text-align: right;
    float: right;
	background: url(../images/dqwz.png) no-repeat left;
    padding-left: 20px;
    color: #0068b7;
}
.lanmu .dqwzs a {
    color: #0068b7;
    display: inline-block;
    margin: 0 3px;
}
.wz_article {
    line-height: 200% !important;
    font-size: 16px !important;
    padding: 15px 0;
    font-family: "SourceHanSansCN", "SourceHanSansCN", "SourceHanSansCN" !important;
    min-height: 450px;
    color: #404040;
}


@media only screen and (max-width:1215px){
	.lanmu{
		padding:0 15px;
		left:-55px;
		width:100%;
		box-sizing:border-box;}
	.lanmu-lf{
		width:28%;}
	.lanmu-rt{
		width:70%;}
	.qytj .banner-title{
		padding:0 15px;

		width:100%;
		box-sizing:border-box;}
}


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

	.lanmu-lf{
		width:28%;}
	.lanmu-rt{
		width:72%;
		box-sizing:border-box;
		padding-left:65px;}	
}

@media only screen and (max-width:820px){
	.lanmu {

    background: url(../images/tbt1.jpg) repeat-y -60px;
  
}

	.lanmu-lf{
		width:20%;}
	.lanmu-rt{
		width:80%;
		box-sizing:border-box;
		padding-left: 110px;}	
}

@media only screen and (max-width:768px){
	
	    .lanmu, .mttf {
        background: none;
    }
	
	.qytj {
    margin-top: 60px;
}
    .lanmu-lf {
        width:100%;
		float:none;
		        padding: 0 0 15px;
    }

   .lanmu-rt{
        width:100%;
		float:none;
		padding-left:0;
    }
	.lanmu{
		left:0;}
	    .lanmu-lf > a {
			display: block;
        width: calc(100% / 3);
        font-size: 30px;
        float: left;
        white-space: nowrap;
        line-height: 30px;
        padding: 10px 0;		margin-bottom:15px;
		    border-bottom: 1px solid #e0e0e0;
    }
	.lanmu-lf .active, .lanmu-lf a:hover {
    font-weight: bold;
    color: #0f71bb;
}
    .lanmu-sanji.qygk-list {
        width: 100%;
        font-size: 16px;

		display: block;
    overflow: hidden;
	clear:both;
    }
    .lanmu-sanji.qygk-list li {
        width: 25%;
        float: left;
    }
.lanmu-head{
	margin-bottom:0px;
	border-bottom:1px dashed #dfdfdf;
	margin-top:0px;}
.wz_article{
	padding-top:0px;}
}



/************************/
.lucidity_pgContainer {
    min-height: 100px;
}

.lanmu-tpzx {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.lanmu-tpzx li {
    width: 32%;
    margin: 0 0.6% 20px;
    float: left;
}
.lanmu-tpzx .tpzx-pic {
    position: relative;
    width: 100%;
 /*  height: 150px;*/
    overflow: hidden;
    text-align: center;
  /* line-height: 150px;*/
}
.lanmu-tpzx .tpzx-pic img {
    max-width: 100%;
    max-height: 100%;
}

.lanmu-tpzx li p {
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}


/*******************/
.shipin {
margin:20px auto;
width:500px;}

.yd_a{
	display:none;
}

@media (max-width: 768px){
	#new_box{
		display:none;
	}
	.shipin {
width:100%;}
.yd_a{
	display: block;
}

.yd_a .proshow03-title span {
     background-color: #20a3db;
    padding: 5px 20px;

}

.yd_a .proshow03-content{
	font-size:15px;
	line-height:30px;
	padding:10px 0 20px;font-family: "微软雅黑";
}

}


/*****************************/
.lanmu-detail {
    margin-top: 10px;
}

.lanmu-detail>ul>li {
    padding: 30px 50px 30px 0;
    border-bottom: 1px solid #f5f5f5;
    overflow: hidden;
}

.lanmu-time {
    width: 24%;
    color: #999999;
    padding: 0 32px;
    float: left;
}

.lanmu-time>p {
    font-size: 15px;
    text-align: right;
}

.lanmu-time span {
    display: block;
    font-size: 44px;
    white-space: nowrap;
}

.lanmu-txt {
    width: 76%;
    padding-left: 30px;
    background: url(../images/lanmu-shu.png) no-repeat left;
    float: left;
}

.lanmu-txt p {
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lanmu-title {
    font-size: 20px;
}

.lanmu-sub {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #999999;
    text-indent: 2em;
}

.lanmu-detail>ul>li:hover {
    background-color: #f5f5f5;
}

.lanmu-detail>ul>li:hover .lanmu-time {
    color: #0068b7;
}

.lanmu-red>ul>li:hover .lanmu-time {
    color: #fb5b5d
}

.lanmu-detail>ul>li:hover .lanmu-title {
    color: #0068b7;
    font-weight: bold;
}

.lanmu-detail>ul>li:hover .lanmu-sub {
    color: #666666;
}

.lanmu-fy {
    text-align: center;
    margin-top: 25px;
}

.lanmu-ys {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}

.lanmu-ys li {
    float: left;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #ccc;
    margin-right: 8px;
}

.lanmu-ys li:hover,
.lanmu-syy:hover,
.lanmu-xyy:hover {
    background-color: #0068b7;
    color: #fff;
}

.lanmu-syy,
.lanmu-xyy {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    vertical-align: middle;
    border: 1px solid #ccc;
    margin-right: 8px;
    padding: 0 15px;
}

.lucidity_pgPanel {
    float: none !important;
    margin: 0 auto;
}


/**********************************/

.wzy {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}


.wz_sakb {
    padding: 0 30px;
    background: #fff;
    padding-bottom: 40px;
    overflow: hidden;
}

.wz_tit {
    font-size: 28px;
    color: #000;
    line-height: 40px;
    text-align: center;
    padding-bottom: 10px;
    font-weight: bold;
    border-bottom: 2px solid #717171;
}

.wz_sakl {
    line-height: 50px;
    text-align: center;
	clear:both;
	overflow:hidden;
}




.wz_article {
    line-height: 200% !important;
    font-size: 16px !important;
    padding: 15px 0;
    font-family: "SourceHanSansCN","SourceHanSansCN","SourceHanSansCN" !important;
    min-height: 450px;
    color: #404040
}

.wz_article a {
    color: #404040
}

.wz_article a:hover {
    color: rgb(21, 47, 168);
    text-decoration: underline;
}

.wz_article p,
.wz_article span {
    line-height: 200% !important;
    font-size: 16px !important;
    font-family: "SourceHanSansCN","SourceHanSansCN","SourceHanSansCN" !important;
}

.wz_article img {
    max-width: 800px;
    height: auto !important;
    display: block;
    margin: auto;
}


.wzy .dqwzs {
    background: url(../images/dqwz.png) no-repeat left;
    padding-left: 20px;
    color: #0068b7;float:right;
}

.wz_sakl li {
    color: #333;
    margin-left: 25px;
    display: block;
    font-size: 16px;
	border-bottom:1px dashed #dfdfdf;
}
@media screen and (max-width: 768px) {
 .lanmu-time span {
       font-size:20px;
    }
 .lanmu-head>span{
     font-size:14px;
 }
 .lanmu .dqwzs a{
     font-size: 14px;
 }
 .lanmu-title{
     font-size:16px;
 }
 .qytj .banner-title>p{
     font-size: 24px;
 }
 .lanmu-lf > a{
     font-size:16px;
 }
 .dqwzs{
     display: none;
 }
 .InfoTitle h1{
     font-size:20px;
 }
 .lanmu-sub{
     font-size: 14px;
 }
 .slide-item{
     background-size: 50% 16.875rem;
     background-size: cover;
  background-position: center;
 }
 .wz_article img{
     max-width:100%;
 }
 .xwzx-lf .bd .xwzx-pic img{
     height: auto;
 }
 .xwzx-lf .bd .xwzx-pic{
    height: auto;
     line-height:1;
 }
 .xwzx-lf{
     height:auto;
 }
 
 
 
}